Index: YFK_1066/PB_3mode_3ch/do.bat
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/do.bat	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/do.bat	(working copy)
@@ -92,13 +92,24 @@
 echo off
 @echo Start to generate EEPROM code
 
-geneep -n ramcode.rom sched.rom 0 %enckey% c
+geneep -n -f -z  ramcode.rom sched.rom 0 %enckey% c
+
+rem geneep -n -k key.txt
 
- rem geneep -n -k key.txt
 
 cd ..\output
+copy flash.dat ..\util\flash1.dat
+del flash.dat
+
+cd ..\util
+perl flash_dat2eeprom_dat.pl flash1.dat flash.dat
+copy flash.dat ..\output\flash.dat
+del flash1.dat
+del flash.dat
 
-echo eeprom.dat Generated......
+
+cd ..\output
+echo flash.dat Generated......
 
 if "%device_option%" equ "module" (
 perl eeprom2hciimage_1021s.pl
@@ -111,9 +122,9 @@
 :gen_eep_end
 cd ..
 echo **********************************
-echo EEPROM Generated.
+echo FLASH Generated.
 echo The Device is %device_option%. 
-echo Use command "e ep" to download EEPROM.
+echo Use command "e fp" to download FLASH.
 echo **********************************
 goto end
 
Index: YFK_1066/PB_3mode_3ch/flash_download.bat
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/flash_download.bat	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/flash_download.bat	(working copy)
@@ -1,32 +1,12 @@
+call do.bat eep
 e ku
-e au
 ping -n 2 127.1 >nul
 e pu
-e 8081 08
-echo clear flash
-@echo off
-e fp empty.dat 0
-e fp empty.dat 1000
-e fp empty.dat 2000
-e fp empty.dat 3000
-e fp empty.dat 4000
-e fp empty.dat 5000
-e fp empty.dat 6000
-e fp empty.dat 7000
-e fp empty.dat 8000
-@echo on
-e fr 0 10
-call do.bat eep
-@echo on
-cd output
-e fp eeprom.dat
+
+e 8081 8
+
+e fc
+e fp
 e fr 0 10
 e ku
-cd..
 e au
-pause
-
-
-
-
-
Index: YFK_1066/PB_3mode_3ch/format/app.format
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/format/app.format	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/format/app.format	(working copy)
@@ -121,6 +121,8 @@
 2 mem_keyscan_ptr
 
 2 mem_power_param_ptr
+
+0 mem_power_on_flag	//forbid to move this variable
 2 mem_24g_head_ptr
 )
 //adc read
Index: YFK_1066/PB_3mode_3ch/format/app_mouse.format
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/format/app_mouse.format	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/format/app_mouse.format	(working copy)
@@ -183,6 +183,7 @@
 
 33 mem_mouse_data_queue
 1 mem_mouse_data_queue_num
+
 2 mem_random_addr_increase_count
 1 mem_mouse_le_conn_param_reject
 1 mem_lpm_mult_init
@@ -217,23 +218,57 @@
 1 mem_mouse_bt_send_first_package_timer
 1 mem_mouse_bt_send_first_package_flag
 
-//95 mem_mouse_information_temp
 1 mem_mouse_asm_flag
 2 mem_mouse_x_pre
 2 mem_mouse_y_pre
+
 19 mem_le_adv_swift_pair
+
+1 mem_24g_sw_gpio
+
+1 mem_mouse_multi_led_blink_enable
+1 mem_mouse_multi_led_gpio
+1 mem_mouse_multi_led_state
+1 mem_mouse_multi_led_type
+1 mem_mouse_multi_led_on_timer
+1 mem_mouse_multi_led_on_timer_init
+1 mem_mouse_multi_led_blink_timer_init
+1 mem_mouse_multi_led_blink_timer
+1 mem_mouse_multi_led_blink_count
+1 mem_mouse_multi_led_blink_count_limited
+1 mem_mouse_multi_led_on_poweron2s_flag
+
+1 mem_discovery_on_flag
+1 mem_bt_ui_button_timeout
+1 mem_bt_ui_button_count
+1 mem_mouse_priority_bb_event
+2 mem_mouse_le_parse_l2cap_ptr
+1 mem_low_power_no_data_off_led_time
+1 mem_low_power_led_blink_flag
+0 mem_mouse_3065xy_dpi_seting
+1 mem_3065xy_dpi_1
+1 mem_3065xy_dpi_2
+1 mem_3065xy_dpi_3
+1 mem_3065xy_dpi_4
+
+//modified pnp id
+1 mem_le_att_pnp_id_len
+7 mem_le_att_pnp_id
+
+//flash
 1 mem_flash_ncs_gpio
 1 mem_select_ui_button_count
 4 mem_write_flash_head_temp
 1 mem_mouse_poweron_led_timer
 4 mem_mouse_24g_addr_init
 1 mem_mouse_bt_reconnect_flag
-)
+1 mem_retry_count
 
-
-(
-  0xb9	FLASH_COMMAND_DEEP_POWER_DOWN
-  0xab     FLASH_COMMAND_RELEASE_DEEP_POWER_DOWN
+//zcode
+1 mem_zcode_current_number
+3 mem_xip_flash_offset
+3 mem_flash_start_addr
+3 mem_flash_address
 )
 
 (
@@ -245,6 +280,7 @@
 //combination
 0x01 MOUSE_L_BUTTON
 0X02 MOUSE_R_BUTTON
+0X03 MOUSE_LR_BUTTON
 0X04 MOUSE_M_BUTTON
 0X05 MOUSE_LM_BUTTON
 0X06 MOUSE_RM_BUTTON
@@ -356,6 +392,7 @@
 0XD2 P3204_TJ3L_ID2
 0x54 PKA8_ID2
 0x70 P3065_XY_ID2
+0x5a MA8650_ID2
 
 
 //Sensor type
@@ -366,6 +403,8 @@
 0X04 P3212
 0X05 P3610
 0X06 P3065_XY
+0X07 MA8650
+
 
 
 //p3610 smart enable flag
@@ -408,7 +447,7 @@
 )
 
 (
-5 TEST_GPIO
+4 TEST_GPIO
 )
 
 (
@@ -421,12 +460,29 @@
 )
 
 (
-//PB button state 
-0x00 PB_BUTTON_STATE_DOWN
-0x01 PB_BUTTON_STATE_UP
+0xb9 FLASH_COMMAND_DEEP_POWER_DOWN
+0xab FLASH_COMMAND_RELEASE_DEEP_POWER_DOWN
 )
 
 (
-0x01 MODE_G24_DEVICE
+0 MULTI_LED_ON
+1 MULTI_LED_BLINK
+)
+
+(
+0 DIS_BUTTON_UP
+1 DIS_BT_BUTTON
+2 DIS_COMM_BUTTON
+)
+
+(
+0x017700 G24_LONG_SLEEP_STEP1	//8ms
+0x249f00 G24_LONG_SLEEP_STEP2	//200ms
+0x604800 G24_LONG_SLEEP_STEP3	//500ms
+)
+(
+//PB button state 
+0x00 PB_BUTTON_STATE_DOWN
+0x01 PB_BUTTON_STATE_UP
 )
 
Index: YFK_1066/PB_3mode_3ch/format/g24.format
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/format/g24.format	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/format/g24.format	(working copy)
@@ -124,7 +124,8 @@
 1 mem_24g_auto_paring_switch
 1 mem_24g_paccnt
 1 mem_24g_transmit_by_interrupt
-1 mem_24g_transmit_by_interrupt_exit_count
+2 mem_24g_transmit_by_interrupt_exit_count
+2 mem_24g_transmit_by_interrupt_exit_count_init
 )
 
 (
Index: YFK_1066/PB_3mode_3ch/format/le.format
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/format/le.format	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/format/le.format	(working copy)
@@ -417,6 +417,7 @@
 	0X2A4C UUID_CHRCTR_HID_CTRL_POINT
 	0X2A4D UUID_CHRCTR_REPORT
 	0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+	0X2A50 UUID_CHRCTR_PNP_ID	
 	)
 
 	(// pairing failed reason
Index: YFK_1066/PB_3mode_3ch/format/utility.format
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/format/utility.format	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/format/utility.format	(working copy)
@@ -146,6 +146,16 @@
 256 mem_rssi_noise_kb_buffer
 32 mem_24g_common_temp
 
+2 mem_data_pre
+2 mem_data_current
+3 mem_data_sum
+
+//zcode
+1 mem_zcode_temp_param0	//zcode num
+2 mem_zcode_temp_param1	//patch ram func addr
+2 mem_zcode_temp_param2	//patch ram func addr
+
+
 ifdef DEBUGLOG
 1   mem_debuglog_temp
 1   mem_debuglog_type
@@ -250,4 +260,122 @@
 
 )
 
+0x1f00 mem_zcode_buff   
+
+
+256 ZCODE_BUFF_SIZE
+64 ZCODE_CODE_SIZE
+0xff ZCODE_FLAG
+
+0x00 ZCODE_00
+0x01 ZCODE_01
+0x02 ZCODE_02
+0x03 ZCODE_03
+0x04 ZCODE_04
+0x05 ZCODE_05
+0x06 ZCODE_06
+0x07 ZCODE_07
+0x10 ZCODE_10
+0x11 ZCODE_11
+0x12 ZCODE_12
+0x13 ZCODE_13
+0x14 ZCODE_14
+0x15 ZCODE_15
+0x16 ZCODE_16
+0x17 ZCODE_17
+0x20 ZCODE_20
+0x21 ZCODE_21
+0x22 ZCODE_22
+0x23 ZCODE_23
+0x24 ZCODE_24
+0x25 ZCODE_25
+0x26 ZCODE_26
+0x27 ZCODE_27 
+0x30 ZCODE_30
+0x31 ZCODE_31
+0x32 ZCODE_32
+0x33 ZCODE_33
+0x34 ZCODE_34
+0x35 ZCODE_35
+0x36 ZCODE_36
+0x37 ZCODE_37 
+0x40 ZCODE_40
+0x41 ZCODE_41
+0x42 ZCODE_42
+0x43 ZCODE_43
+0x44 ZCODE_44
+0x45 ZCODE_45
+0x46 ZCODE_46
+0x47 ZCODE_47
+0x50 ZCODE_50
+0x51 ZCODE_51
+0x52 ZCODE_52
+0x53 ZCODE_53
+0x54 ZCODE_54
+0x55 ZCODE_55
+0x56 ZCODE_56
+0x57 ZCODE_57
+0x60 ZCODE_60
+0x61 ZCODE_61
+0x62 ZCODE_62
+0x63 ZCODE_63
+0x64 ZCODE_64
+0x65 ZCODE_65
+0x66 ZCODE_66
+0x67 ZCODE_67
+0x70 ZCODE_70
+0x71 ZCODE_71
+0x72 ZCODE_72
+0x73 ZCODE_73
+0x74 ZCODE_74
+0x75 ZCODE_75
+0x76 ZCODE_76
+0x77 ZCODE_77
+0x80 ZCODE_80
+0x81 ZCODE_81
+0x82 ZCODE_82
+0x83 ZCODE_83
+0x84 ZCODE_84
+0x85 ZCODE_85
+0x86 ZCODE_86
+0x87 ZCODE_87
+0x90 ZCODE_90
+0x91 ZCODE_91
+0x92 ZCODE_92
+0x93 ZCODE_93
+0x94 ZCODE_94
+0x95 ZCODE_95
+0x96 ZCODE_96
+0x97 ZCODE_97
+0xA0 ZCODE_A0
+0xA1 ZCODE_A1
+0xA2 ZCODE_A2
+0xA3 ZCODE_A3
+0xA4 ZCODE_A4
+0xA5 ZCODE_A5
+0xA6 ZCODE_A6
+0xA7 ZCODE_A7
+0xB0 ZCODE_B0
+0xB1 ZCODE_B1
+0xB2 ZCODE_B2
+0xB3 ZCODE_B3
+0xB4 ZCODE_B4
+0xB5 ZCODE_B5
+0xB6 ZCODE_B6
+0xB7 ZCODE_B7
+0xC0 ZCODE_C0
+0xC1 ZCODE_C1
+0xC2 ZCODE_C2
+0xC3 ZCODE_C3
+0xC4 ZCODE_C4
+0xC5 ZCODE_C5
+0xC6 ZCODE_C6
+0xC7 ZCODE_C7
+0xd0 ZCODE_D0
+0xd1 ZCODE_D1
+0xe0 ZCODE_e0
+0xe1 ZCODE_e1
+0xe2 ZCODE_e2
+
+
 
Index: YFK_1066/PB_3mode_3ch/output/bt_format.meta
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/bt_format.meta	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/bt_format.meta	(working copy)
@@ -211,6 +211,7 @@
 0x423d mem_key_num_ptr
 0x423d mem_keyscan_ptr
 0x423f mem_power_param_ptr
+0x4241 mem_power_on_flag//forbid to move this variable
 0x4241 mem_24g_head_ptr
 0x4243 mem_baud
 0x4245 mem_hci_lt_rx_state
@@ -1163,128 +1164,160 @@
 0x4b0c mem_mouse_x_pre
 0x4b0e mem_mouse_y_pre
 0x4b10 mem_le_adv_swift_pair
-0x4b23 mem_flash_ncs_gpio
-0x4b24 mem_select_ui_button_count
-0x4b25 mem_write_flash_head_temp
-0x4b29 mem_mouse_poweron_led_timer
-0x4b2a mem_mouse_24g_addr_init
-0x4b2e mem_mouse_bt_reconnect_flag
-0x4b2f mem_24g_rxbuf
-0x4b51 mem_24g_txbuf
-0x4b71 mem_24g_txpayload
-0x4b93 mem_24g_rxpayload
-0x4bb3 mem_24g_rxdata_length
-0x4bb4 mem_24g_pid
-0x4bb5 mem_24g_datalen
-0x4bb6 mem_24g_data_type
-0x4bb7 mem_24g_txlen
-0x4bb8 mem_24g_rx_window
-0x4bba mem_24g_ensure
-0x4bbb mem_24g_txfail_cnt
-0x4bbd mem_24g_get_ack_fail
-0x4bbe mem_24g_retry
-0x4bbf mem_24g_ch
-0x4bc0 mem_24g_current_ch_number
-0x4bc1 mem_24g_paring_addr
-0x4bc5 mem_24g_pairing_sm
-0x4bc6 mem_24g_ch_map1
-0x4bca mem_24g_ch_map2
-0x4bce mem_24g_ch_map3
-0x4bd2 mem_24g_ch_map4
-0x4bd6 mem_24g_tx_btclk
-0x4bda mem_24g_interval
-0x4bdb mem_24g_interval_min
-0x4bdc mem_24g_interval_max
-0x4bdd mem_24g_addr
-0x4be1 mem_24g_abort_pac
-0x4be2 mem_24g_check_dongle_times
-0x4be4 mem_24g_enter_hibernate
-0x4bec mem_24g_device_addr
-0x4bf0 mem_24g_pac_index
-0x4bf1 mem_24g_no_ack
-0x4bf2 mem_24g_sta_crc
-0x4bf5 mem_24g_last_crc
-0x4bf8 mem_24g_sta_pid
-0x4bf9 mem_24g_last_pid
-0x4bfa mem_24g_max_retry
-0x4bfb mem_24g_mode
-0x4bfc mem_24g_rxdata_temp
-0x4c1e mem_24g_rx_addr
-0x4c22 mem_dongle_mode_init
-0x4c23 mem_dongle_work_mode
-0x4c24 mem_dongle_ms_bind_step
-0x4c25 mem_dongle_kb_bind_step
-0x4c26 mem_dongle_bind_device_status
-0x4c27 mem_24g_bind_payload
-0x4c2f mem_24g_abort_packet
-0x4c30 mem_24g_rf_laststa
-0x4c31 mem_24g_hop_btclk
-0x4c35 mem_24g_hop_interval
-0x4c36 mem_24g_mode_switch
-0x4c37 mem_24g_ackpayload_enable
-0x4c38 mem_24g_hop_packet
-0x4c39 mem_24g_pair_mode
-0x4c3a mem_24g_nodata_timer_enable
-0x4c3b mem_24g_time_slice
-0x4c3c mem_24g_kb_data_sta_data
-0x4c44 mem_24g_kb_data_last_data
-0x4c4c mem_24g_kb_multikey_sta_data
-0x4c4f mem_24g_kb_multikey_last_data
-0x4c52 mem_24g_kb_blank_data_enable
-0x4c53 mem_24g_kb_mul_blank_data_enable
-0x4c54 mem_24g_ms_blank_data_enable
-0x4c55 mem_24g_kb_addr
-0x4c59 mem_24g_ms_addr
-0x4c5d mem_24g_dg_last_ch
-0x4c5e mem_24g_dg_ch_number
-0x4c5f mem_24g_dg_config_ch_once
-0x4c60 mem_24g_kb_last_ch
-0x4c61 mem_24g_kb_ch_number
-0x4c62 mem_24g_kb_config_ch_once
-0x4c63 mem_24g_ms_last_ch
-0x4c64 mem_24g_ms_ch_number
-0x4c65 mem_24g_ms_config_ch_once
-0x4c66 mem_24g_syncword
-0x4c68 mem_24g_syncword_crc8
-0x4c69 mem_24g_get_syncword_crc8
-0x4c6a mem_24g_ota_sta_pid
-0x4c6c mem_tx_power_temp
-0x4c6d mem_rssi_hex
-0x4c6e mem_rssi_noise_avg
-0x4c6f mem_rssi_noise_index
-0x4c70 mem_rssi_signal_index
-0x4c71 mem_rssi_noise_dg_avg
-0x4c72 mem_rssi_noise_kb_avg
-0x4c73 mem_rssi_noise_ms_avg
-0x4c74 mem_rssi_noise_dg_index
-0x4c75 mem_rssi_noise_kb_index
-0x4c76 mem_rssi_noise_ms_index
-0x4c77 mem_rssi_signal_buf
-0x4c7f mem_queue_ele_num
-0x4c80 mem_queue_read
-0x4c82 mem_queue_write
-0x4c84 mem_queue_start
-0x4c84 mem_data_ele0
-0x4ca4 mem_data_ele1
-0x4cc4 mem_data_ele2
-0x4ce4 mem_queue_end
-0x4ce4 mem_queue_temp
-0x4ce6 mem_cb_24g_data
-0x4ce8 mem_24g_hop_fastly_cnt
-0x4ce9 mem_24g_hop_pac_retry
-0x4cea mem_24g_rf_hop_ch
-0x4ceb mem_24g_rf_last_sta
-0x4cec mem_24g_rf_work_stage
-0x4ced mem_24g_sync_cnt
-0x4cee mem_power_ctrl_pac_succ_cnt
-0x4cef mem_rssi_avg_received
-0x4cf0 mem_rssi_hex_received
-0x4cf1 mem_power_ctrl_level
-0x4cf2 mem_seqi
-0x4cf3 mem_24g_auto_paring_switch
-0x4cf4 mem_24g_paccnt
-0x4cf5 mem_24g_transmit_by_interrupt
-0x4cf6 mem_24g_transmit_by_interrupt_exit_count
+0x4b23 mem_24g_sw_gpio
+0x4b24 mem_mouse_multi_led_blink_enable
+0x4b25 mem_mouse_multi_led_gpio
+0x4b26 mem_mouse_multi_led_state
+0x4b27 mem_mouse_multi_led_type
+0x4b28 mem_mouse_multi_led_on_timer
+0x4b29 mem_mouse_multi_led_on_timer_init
+0x4b2a mem_mouse_multi_led_blink_timer_init
+0x4b2b mem_mouse_multi_led_blink_timer
+0x4b2c mem_mouse_multi_led_blink_count
+0x4b2d mem_mouse_multi_led_blink_count_limited
+0x4b2e mem_mouse_multi_led_on_poweron2s_flag
+0x4b2f mem_discovery_on_flag
+0x4b30 mem_bt_ui_button_timeout
+0x4b31 mem_bt_ui_button_count
+0x4b32 mem_mouse_priority_bb_event
+0x4b33 mem_mouse_le_parse_l2cap_ptr
+0x4b35 mem_low_power_no_data_off_led_time
+0x4b36 mem_low_power_led_blink_flag
+0x4b37 mem_mouse_3065xy_dpi_seting
+0x4b37 mem_3065xy_dpi_1
+0x4b38 mem_3065xy_dpi_2
+0x4b39 mem_3065xy_dpi_3
+0x4b3a mem_3065xy_dpi_4
+0x4b3b mem_le_att_pnp_id_len
+0x4b3c mem_le_att_pnp_id
+0x4b43 mem_flash_ncs_gpio
+0x4b44 mem_select_ui_button_count
+0x4b45 mem_write_flash_head_temp
+0x4b49 mem_mouse_poweron_led_timer
+0x4b4a mem_mouse_24g_addr_init
+0x4b4e mem_mouse_bt_reconnect_flag
+0x4b4f mem_retry_count
+0x4b50 mem_zcode_current_number
+0x4b51 mem_xip_flash_offset
+0x4b54 mem_flash_start_addr
+0x4b57 mem_flash_address
+0x4b5a mem_24g_rxbuf
+0x4b7c mem_24g_txbuf
+0x4b9c mem_24g_txpayload
+0x4bbe mem_24g_rxpayload
+0x4bde mem_24g_rxdata_length
+0x4bdf mem_24g_pid
+0x4be0 mem_24g_datalen
+0x4be1 mem_24g_data_type
+0x4be2 mem_24g_txlen
+0x4be3 mem_24g_rx_window
+0x4be5 mem_24g_ensure
+0x4be6 mem_24g_txfail_cnt
+0x4be8 mem_24g_get_ack_fail
+0x4be9 mem_24g_retry
+0x4bea mem_24g_ch
+0x4beb mem_24g_current_ch_number
+0x4bec mem_24g_paring_addr
+0x4bf0 mem_24g_pairing_sm
+0x4bf1 mem_24g_ch_map1
+0x4bf5 mem_24g_ch_map2
+0x4bf9 mem_24g_ch_map3
+0x4bfd mem_24g_ch_map4
+0x4c01 mem_24g_tx_btclk
+0x4c05 mem_24g_interval
+0x4c06 mem_24g_interval_min
+0x4c07 mem_24g_interval_max
+0x4c08 mem_24g_addr
+0x4c0c mem_24g_abort_pac
+0x4c0d mem_24g_check_dongle_times
+0x4c0f mem_24g_enter_hibernate
+0x4c17 mem_24g_device_addr
+0x4c1b mem_24g_pac_index
+0x4c1c mem_24g_no_ack
+0x4c1d mem_24g_sta_crc
+0x4c20 mem_24g_last_crc
+0x4c23 mem_24g_sta_pid
+0x4c24 mem_24g_last_pid
+0x4c25 mem_24g_max_retry
+0x4c26 mem_24g_mode
+0x4c27 mem_24g_rxdata_temp
+0x4c49 mem_24g_rx_addr
+0x4c4d mem_dongle_mode_init
+0x4c4e mem_dongle_work_mode
+0x4c4f mem_dongle_ms_bind_step
+0x4c50 mem_dongle_kb_bind_step
+0x4c51 mem_dongle_bind_device_status
+0x4c52 mem_24g_bind_payload
+0x4c5a mem_24g_abort_packet
+0x4c5b mem_24g_rf_laststa
+0x4c5c mem_24g_hop_btclk
+0x4c60 mem_24g_hop_interval
+0x4c61 mem_24g_mode_switch
+0x4c62 mem_24g_ackpayload_enable
+0x4c63 mem_24g_hop_packet
+0x4c64 mem_24g_pair_mode
+0x4c65 mem_24g_nodata_timer_enable
+0x4c66 mem_24g_time_slice
+0x4c67 mem_24g_kb_data_sta_data
+0x4c6f mem_24g_kb_data_last_data
+0x4c77 mem_24g_kb_multikey_sta_data
+0x4c7a mem_24g_kb_multikey_last_data
+0x4c7d mem_24g_kb_blank_data_enable
+0x4c7e mem_24g_kb_mul_blank_data_enable
+0x4c7f mem_24g_ms_blank_data_enable
+0x4c80 mem_24g_kb_addr
+0x4c84 mem_24g_ms_addr
+0x4c88 mem_24g_dg_last_ch
+0x4c89 mem_24g_dg_ch_number
+0x4c8a mem_24g_dg_config_ch_once
+0x4c8b mem_24g_kb_last_ch
+0x4c8c mem_24g_kb_ch_number
+0x4c8d mem_24g_kb_config_ch_once
+0x4c8e mem_24g_ms_last_ch
+0x4c8f mem_24g_ms_ch_number
+0x4c90 mem_24g_ms_config_ch_once
+0x4c91 mem_24g_syncword
+0x4c93 mem_24g_syncword_crc8
+0x4c94 mem_24g_get_syncword_crc8
+0x4c95 mem_24g_ota_sta_pid
+0x4c97 mem_tx_power_temp
+0x4c98 mem_rssi_hex
+0x4c99 mem_rssi_noise_avg
+0x4c9a mem_rssi_noise_index
+0x4c9b mem_rssi_signal_index
+0x4c9c mem_rssi_noise_dg_avg
+0x4c9d mem_rssi_noise_kb_avg
+0x4c9e mem_rssi_noise_ms_avg
+0x4c9f mem_rssi_noise_dg_index
+0x4ca0 mem_rssi_noise_kb_index
+0x4ca1 mem_rssi_noise_ms_index
+0x4ca2 mem_rssi_signal_buf
+0x4caa mem_queue_ele_num
+0x4cab mem_queue_read
+0x4cad mem_queue_write
+0x4caf mem_queue_start
+0x4caf mem_data_ele0
+0x4ccf mem_data_ele1
+0x4cef mem_data_ele2
+0x4d0f mem_queue_end
+0x4d0f mem_queue_temp
+0x4d11 mem_cb_24g_data
+0x4d13 mem_24g_hop_fastly_cnt
+0x4d14 mem_24g_hop_pac_retry
+0x4d15 mem_24g_rf_hop_ch
+0x4d16 mem_24g_rf_last_sta
+0x4d17 mem_24g_rf_work_stage
+0x4d18 mem_24g_sync_cnt
+0x4d19 mem_power_ctrl_pac_succ_cnt
+0x4d1a mem_rssi_avg_received
+0x4d1b mem_rssi_hex_received
+0x4d1c mem_power_ctrl_level
+0x4d1d mem_seqi
+0x4d1e mem_24g_auto_paring_switch
+0x4d1f mem_24g_paccnt
+0x4d20 mem_24g_transmit_by_interrupt
+0x4d21 mem_24g_transmit_by_interrupt_exit_count
+0x4d23 mem_24g_transmit_by_interrupt_exit_count_init
 
 	width = 32
 	const length = 12000
@@ -2608,12 +2641,6 @@
 
 
 
-
-(
-  0xb9	FLASH_COMMAND_DEEP_POWER_DOWN
-  0xab     FLASH_COMMAND_RELEASE_DEEP_POWER_DOWN
-)
-
 (
 //SPI GPIO 
 0x19 MOUSE_SPI1_CLK_GPIO
@@ -2623,6 +2650,7 @@
 //combination
 0x01 MOUSE_L_BUTTON
 0X02 MOUSE_R_BUTTON
+0X03 MOUSE_LR_BUTTON
 0X04 MOUSE_M_BUTTON
 0X05 MOUSE_LM_BUTTON
 0X06 MOUSE_RM_BUTTON
@@ -2734,6 +2762,7 @@
 0XD2 P3204_TJ3L_ID2
 0x54 PKA8_ID2
 0x70 P3065_XY_ID2
+0x5a MA8650_ID2
 
 
 //Sensor type
@@ -2744,6 +2773,8 @@
 0X04 P3212
 0X05 P3610
 0X06 P3065_XY
+0X07 MA8650
+
 
 
 //p3610 smart enable flag
@@ -2786,7 +2817,7 @@
 )
 
 (
-5 TEST_GPIO
+4 TEST_GPIO
 )
 
 (
@@ -2799,13 +2830,30 @@
 )
 
 (
-//PB button state 
-0x00 PB_BUTTON_STATE_DOWN
-0x01 PB_BUTTON_STATE_UP
+0xb9 FLASH_COMMAND_DEEP_POWER_DOWN
+0xab FLASH_COMMAND_RELEASE_DEEP_POWER_DOWN
 )
 
 (
-0x01 MODE_G24_DEVICE
+0 MULTI_LED_ON
+1 MULTI_LED_BLINK
+)
+
+(
+0 DIS_BUTTON_UP
+1 DIS_BT_BUTTON
+2 DIS_COMM_BUTTON
+)
+
+(
+0x017700 G24_LONG_SLEEP_STEP1	//8ms
+0x249f00 G24_LONG_SLEEP_STEP2	//200ms
+0x604800 G24_LONG_SLEEP_STEP3	//500ms
+)
+(
+//PB button state 
+0x00 PB_BUTTON_STATE_DOWN
+0x01 PB_BUTTON_STATE_UP
 )
 
 
@@ -4694,6 +4742,7 @@
 	0X2A4C UUID_CHRCTR_HID_CTRL_POINT
 	0X2A4D UUID_CHRCTR_REPORT
 	0X2A4E UUID_CHRCTR_PROTOCOL_MODE
+	0X2A50 UUID_CHRCTR_PNP_ID	
 	)
 
 	(// pairing failed reason
@@ -7271,6 +7320,12 @@
 0x0f9e mem_rssi_noise_ms_buffer
 0x109e mem_rssi_noise_kb_buffer
 0x119e mem_24g_common_temp
+0x11be mem_data_pre
+0x11c0 mem_data_current
+0x11c2 mem_data_sum
+0x11c5 mem_zcode_temp_param0//zcode num
+0x11c6 mem_zcode_temp_param1//patch ram func addr
+0x11c8 mem_zcode_temp_param2//patch ram func addr
 
 
 (
@@ -7364,6 +7419,124 @@
 
 )
 
+0x1f00 mem_zcode_buff   
+
+
+256 ZCODE_BUFF_SIZE
+64 ZCODE_CODE_SIZE
+0xff ZCODE_FLAG
+
+0x00 ZCODE_00
+0x01 ZCODE_01
+0x02 ZCODE_02
+0x03 ZCODE_03
+0x04 ZCODE_04
+0x05 ZCODE_05
+0x06 ZCODE_06
+0x07 ZCODE_07
+0x10 ZCODE_10
+0x11 ZCODE_11
+0x12 ZCODE_12
+0x13 ZCODE_13
+0x14 ZCODE_14
+0x15 ZCODE_15
+0x16 ZCODE_16
+0x17 ZCODE_17
+0x20 ZCODE_20
+0x21 ZCODE_21
+0x22 ZCODE_22
+0x23 ZCODE_23
+0x24 ZCODE_24
+0x25 ZCODE_25
+0x26 ZCODE_26
+0x27 ZCODE_27 
+0x30 ZCODE_30
+0x31 ZCODE_31
+0x32 ZCODE_32
+0x33 ZCODE_33
+0x34 ZCODE_34
+0x35 ZCODE_35
+0x36 ZCODE_36
+0x37 ZCODE_37 
+0x40 ZCODE_40
+0x41 ZCODE_41
+0x42 ZCODE_42
+0x43 ZCODE_43
+0x44 ZCODE_44
+0x45 ZCODE_45
+0x46 ZCODE_46
+0x47 ZCODE_47
+0x50 ZCODE_50
+0x51 ZCODE_51
+0x52 ZCODE_52
+0x53 ZCODE_53
+0x54 ZCODE_54
+0x55 ZCODE_55
+0x56 ZCODE_56
+0x57 ZCODE_57
+0x60 ZCODE_60
+0x61 ZCODE_61
+0x62 ZCODE_62
+0x63 ZCODE_63
+0x64 ZCODE_64
+0x65 ZCODE_65
+0x66 ZCODE_66
+0x67 ZCODE_67
+0x70 ZCODE_70
+0x71 ZCODE_71
+0x72 ZCODE_72
+0x73 ZCODE_73
+0x74 ZCODE_74
+0x75 ZCODE_75
+0x76 ZCODE_76
+0x77 ZCODE_77
+0x80 ZCODE_80
+0x81 ZCODE_81
+0x82 ZCODE_82
+0x83 ZCODE_83
+0x84 ZCODE_84
+0x85 ZCODE_85
+0x86 ZCODE_86
+0x87 ZCODE_87
+0x90 ZCODE_90
+0x91 ZCODE_91
+0x92 ZCODE_92
+0x93 ZCODE_93
+0x94 ZCODE_94
+0x95 ZCODE_95
+0x96 ZCODE_96
+0x97 ZCODE_97
+0xA0 ZCODE_A0
+0xA1 ZCODE_A1
+0xA2 ZCODE_A2
+0xA3 ZCODE_A3
+0xA4 ZCODE_A4
+0xA5 ZCODE_A5
+0xA6 ZCODE_A6
+0xA7 ZCODE_A7
+0xB0 ZCODE_B0
+0xB1 ZCODE_B1
+0xB2 ZCODE_B2
+0xB3 ZCODE_B3
+0xB4 ZCODE_B4
+0xB5 ZCODE_B5
+0xB6 ZCODE_B6
+0xB7 ZCODE_B7
+0xC0 ZCODE_C0
+0xC1 ZCODE_C1
+0xC2 ZCODE_C2
+0xC3 ZCODE_C3
+0xC4 ZCODE_C4
+0xC5 ZCODE_C5
+0xC6 ZCODE_C6
+0xC7 ZCODE_C7
+0xd0 ZCODE_D0
+0xd1 ZCODE_D1
+0xe0 ZCODE_e0
+0xe1 ZCODE_e1
+0xe2 ZCODE_e2
+
+
 
 /************************************************************************/
 /* RCS HEADER -- DO NOT ERASE                                           */
Index: YFK_1066/PB_3mode_3ch/output/bt_program23.icode
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/bt_program23.icode	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/bt_program23.icode	(working copy)
@@ -1,26616 +1,27000 @@
- 00000000  0x00000040 bbit1  0x00000008 , 0x00000015 
- 00000001  0x00000041 beq  0x00000085 , 0x000007f8 
- 00000002  0x00000042 beq  0x00000089 , 0x000007c9 
- 00000003  0x00000043 beq  0x00000001 , 0x00000031 
- 00000004  0x00000044 beq  0x0000001b , 0x00000680 
- 00000005  0x00000045 beq  0x00000026 , 0x0000068d 
- 00000006  0x00000046 beq  0x0000004a , 0x000006a8 
- 00000007  0x00000047 beq  0x00000059 , 0x000006a6 
- 00000008  0x00000048 beq  0x00000051 , 0x000006b1 
- 00000009  0x00000049 beq  0x000000a7 , 0x000006b6 
- 00000010  0x0000004a beq  0x000000ad , 0x000006cf 
- 00000011  0x0000004b beq  0x000000cb , 0x000033e4 
- 00000012  0x0000004c beq  0x000000e9 , 0x000006e0 
- 00000013  0x0000004d beq  0x000000a1 , 0x0000003a 
- 00000014  0x0000004e beq  0x000000b1 , 0x0000003f 
- 00000015  0x0000004f beq  0x000000b2 , 0x00000049 
- 00000016  0x00000050 beq  0x000000c4 , 0x000002e5 
- 00000017  0x00000053 beq  0x000000ea , 0x00000583 
- 00000018  0x00000054 beq  0x000000eb , 0x0000058d 
- 00000019  0x00000055 beq  0x000000ec , 0x000005b3 
- 00000020  0x00000056 branch  0x00002a8e 
- 00000021  0x00000058 beq  0x00000039 , 0x000005b8 
- 00000022  0x00000059 beq  0x00000043 , 0x000005c0 
- 00000023  0x0000005a beq  0x0000004a , 0x000005c6 
- 00000024  0x0000005b beq  0x00000057 , 0x000005c9 
- 00000025  0x0000005c beq  0x00000059 , 0x000005db 
- 00000026  0x0000005d beq  0x00000063 , 0x000005e8 
- 00000027  0x0000005e beq  0x00000066 , 0x00000612 
- 00000028  0x0000005f beq  0x00000067 , 0x00000629 
- 00000029  0x00000060 beq  0x0000006a , 0x00000652 
- 00000030  0x00000061 beq  0x00000077 , 0x0000065d 
- 00000031  0x00000062 beq  0x00000005 , 0x000006f3 
- 00000032  0x00000063 beq  0x00000080 , 0x00000702 
- 00000033  0x00000064 beq  0x00000082 , 0x0000070c 
- 00000034  0x00000065 beq  0x00000088 , 0x0000073f 
- 00000035  0x00000067 beq  0x0000008c , 0x0000066d 
- 00000036  0x00000068 beq  0x0000008d , 0x00000679 
- 00000037  0x00000069 beq  0x000000fa , 0x00000763 
- 00000038  0x0000006a branch  0x00002a8e 
- 00000039  0x0000006e copy  0x0000003f , 0x00000011 
- 00000040  0x0000006f fetcht  0x00000001 , 0x00004c70 
- 00000041  0x00000070 setarg  0x00004c77 
- 00000042  0x00000071 iadd  0x00000002 , 0x00000005 
- 00000043  0x00000072 copy  0x00000011 , 0x0000003f 
- 00000044  0x00000073 istore  0x00000001 , 0x00000005 
- 00000045  0x00000074 increase  0x00000001 , 0x00000002 
- 00000046  0x00000075 and_into  0x00000007 , 0x00000002 
- 00000047  0x00000076 storet  0x00000001 , 0x00004c70 
- 00000048  0x00000077 rtn 
- 00000049  0x0000007a arg  0x000009ae , 0x00000005 
- 00000050  0x0000007b arg  0x0000000c , 0x00000039 
- 00000051  0x0000007c call  0x00007ed4 
- 00000052  0x0000007d call  0x0000040e 
- 00000053  0x0000007e call  0x00006a03 
- 00000054  0x0000007f call  0x00005cf6 
- 00000055  0x00000080 ncall  0x00002c65 , 0x0000002b 
- 00000056  0x00000081 call  0x00007ccd 
- 00000057  0x00000082 branch  0x0000200c 
- 00000058  0x00000085 setarg  0x00000a06 
- 00000059  0x00000086 store  0x00000003 , 0x00004510 
- 00000060  0x00000087 setarg  0x00001d87 
- 00000061  0x00000088 store  0x00000002 , 0x00004513 
- 00000062  0x00000089 branch  0x00002aa2 
- 00000063  0x0000008c rtnmark1  0x00000026 
- 00000064  0x0000008d fetch  0x00000001 , 0x0000479c 
- 00000065  0x0000008e beq  0x00000000 , 0x00007fef 
- 00000066  0x0000008f fetch  0x00000001 , 0x000047c4 
- 00000067  0x00000090 beq  0x00000001 , 0x00007fef 
- 00000068  0x00000091 fetch  0x00000002 , 0x00004248 
- 00000069  0x00000092 nbranch  0x00007fef , 0x00000034 
- 00000070  0x00000093 fetch  0x00000001 , 0x00004806 
- 00000071  0x00000094 nbranch  0x00007fef , 0x00000034 
- 00000072  0x00000095 branch  0x00007ff1 
- 00000073  0x00000099 rtnmark0  0x00000026 
- 00000074  0x0000009a fetch  0x00000001 , 0x00004cf5 
- 00000075  0x0000009b beq  0x00000001 , 0x0000005a 
- 00000076  0x0000009d call  0x000000ed 
- 00000077  0x0000009e nbranch  0x00000074 , 0x00000028 
- 00000078  0x0000009f call  0x000000d4 
- 00000079  0x000000a1 call  0x0000010f 
- 00000080  0x000000a2 fetch  0x00000001 , 0x00004bc5 
- 00000081  0x000000a3 rtnne  0x000000ff 
- 00000082  0x000000a4 call  0x0000079d 
- 00000083  0x000000a5 fetch  0x00000001 , 0x00004cf5 
- 00000084  0x000000a6 rtneq  0x00000001 
- 00000085  0x000000a8 call  0x00000081 
- 00000086  0x000000a9 nrtn  0x00000028 
- 00000087  0x000000aa call  0x000002cf 
- 00000088  0x000000ab setarg  0x0000ec54 
- 00000089  0x000000ac branch  0x00002b93 
- 00000090  0x000000af call  0x0000029a 
- 00000091  0x000000b0 nrtn  0x00000028 
- 00000092  0x000000b1 call  0x0000006b 
- 00000093  0x000000b2 fetch  0x00000001 , 0x00004cf6 
- 00000094  0x000000b3 increase  0x00000001 , 0x0000003f 
- 00000095  0x000000b4 store  0x00000001 , 0x00004cf6 
- 00000096  0x000000b5 sub  0x0000003f , 0x00000019 , 0x0000003e 
- 00000097  0x000000b6 call  0x00000063 , 0x00000005 
- 00000098  0x000000b7 branch  0x0000004c 
- 00000099  0x000000b9 jam  0x00000000 , 0x00004cf5 
- 00000100  0x000000ba jam  0x00000000 , 0x00004cf6 
- 00000101  0x000000bc jam  0x00000000 , 0x00004bf0 
- 00000102  0x000000bd fetch  0x00000001 , 0x00004bdb 
- 00000103  0x000000bf store  0x00000001 , 0x00004bda 
- 00000104  0x000000c0 rtn 
- 00000105  0x000000c2 fetch  0x00000001 , 0x00004bdc 
- 00000106  0x000000c3 branch  0x00000067 
- 00000107  0x000000c5 fetch  0x00000001 , 0x00004bf0 
- 00000108  0x000000c6 increase  0x00000001 , 0x0000003f 
- 00000109  0x000000c7 store  0x00000001 , 0x00004bf0 
- 00000110  0x000000c8 beq  0x00000004 , 0x00000069 
- 00000111  0x000000c9 beq  0x00000005 , 0x00000065 
- 00000112  0x000000ca rtn 
- 00000113  0x000000cc jam  0x00000001 , 0x00004cf5 
- 00000114  0x000000cd jam  0x00000000 , 0x00004cf6 
- 00000115  0x000000ce rtn 
- 00000116  0x000000d1 fetch  0x00000001 , 0x00004be1 
- 00000117  0x000000d2 call  0x00000088 , 0x00000034 
- 00000118  0x000000d4 fetch  0x00000001 , 0x000046cf 
- 00000119  0x000000d5 sub  0x0000003f , 0x00000008 , 0x0000003e 
- 00000120  0x000000d6 rtn  0x00000002 
- 00000121  0x000000d7 call  0x00000081 
- 00000122  0x000000d8 nrtn  0x00000028 
- 00000123  0x000000d9 fetch  0x00000003 , 0x00004be4 
- 00000124  0x000000da call  0x00007f49 
- 00000125  0x000000db fetch  0x00000001 , 0x000045b1 
- 00000126  0x000000dc rtn  0x00000034 
- 00000127  0x000000dd storet  0x00000004 , 0x0000415b 
- 00000128  0x000000de branch  0x00002b2a 
- 00000129  0x000000e1 enable  0x00000028 
- 00000130  0x000000e2 call  0x00002afa 
- 00000131  0x000000e3 fetch  0x00000003 , 0x0000416f 
- 00000132  0x000000e4 branch  0x00007fe9 , 0x00000034 
- 00000133  0x000000e5 fetch  0x00000001 , 0x00004091 
- 00000134  0x000000e6 branch  0x00007fe9 , 0x00000034 
- 00000135  0x000000e7 branch  0x000002d2 
- 00000136  0x000000ea jam  0x00000001 , 0x00004be1 
- 00000137  0x000000eb jam  0x00000000 , 0x00004cea 
- 00000138  0x000000ec call  0x0000009c 
- 00000139  0x000000ed store  0x00000001 , 0x00004b51 
- 00000140  0x000000ee setarg  0x00000000 
- 00000141  0x000000ef store  0x00000007 , 0x00004b52 
- 00000142  0x000000f0 fetch  0x00000004 , 0x00004bec 
- 00000143  0x000000f1 store  0x00000004 , 0x00004b59 
- 00000144  0x000000f2 jam  0x0000000c , 0x00004bb5 
- 00000145  0x000000f3 fetch  0x00000001 , 0x00004bb6 
- 00000146  0x000000f4 set1  0x00000003 , 0x0000003f 
- 00000147  0x000000f5 store  0x00000001 , 0x00004bb6 
- 00000148  0x000000f6 call  0x000000f0 
- 00000149  0x000000f7 branch  0x0000004f 
- 00000150  0x000000fb call  0x000068a8 
- 00000151  0x000000ff fetch  0x00000004 , 0x000040a0 
- 00000152  0x00000100 store  0x00000004 , 0x00004bec 
- 00000153  0x00000101 rtn 
- 00000154  0x00000105 jam  0x00000001 , 0x00004ceb 
- 00000155  0x00000106 jam  0x00000000 , 0x00004ced 
- 00000156  0x00000108 fetch  0x00000001 , 0x00004bb6 
- 00000157  0x00000109 and_into  0x00000007 , 0x0000003f 
- 00000158  0x0000010a store  0x00000001 , 0x00004bb6 
- 00000159  0x0000010b rtn 
- 00000160  0x0000010e fetch  0x00000001 , 0x00004bb6 
- 00000161  0x0000010f set1  0x00000004 , 0x0000003f 
- 00000162  0x00000110 store  0x00000001 , 0x00004bb6 
- 00000163  0x00000112 store  0x00000001 , 0x00004b71 
- 00000164  0x00000113 rtn 
- 00000165  0x00000115 fetch  0x00000001 , 0x00004bb6 
- 00000166  0x00000116 set0  0x00000004 , 0x0000003f 
- 00000167  0x00000117 store  0x00000001 , 0x00004bb6 
- 00000168  0x00000118 rtn 
- 00000169  0x0000011b call  0x00000793 
- 00000170  0x0000011c fetch  0x00000001 , 0x00004cec 
- 00000171  0x0000011d beq  0x00000001 , 0x000000ae 
- 00000172  0x0000011e beq  0x00000002 , 0x000000b2 
- 00000173  0x0000011f rtn 
- 00000174  0x00000121 jam  0x00000002 , 0x00004ced 
- 00000175  0x00000123 jam  0x00000000 , 0x00004ce9 
- 00000176  0x00000124 jam  0x00000000 , 0x00004ceb 
- 00000177  0x00000125 branch  0x0000009c 
- 00000178  0x00000128 jam  0x00000000 , 0x00004cea 
- 00000179  0x00000129 branch  0x000000af 
- 00000180  0x0000012d fetch  0x00000002 , 0x00004bbb 
- 00000181  0x0000012e increase  0x00000001 , 0x0000003f 
- 00000182  0x0000012f store  0x00000002 , 0x00004bbb 
- 00000183  0x00000130 bbit1  0x0000000a , 0x00000152 
- 00000184  0x00000131 fetch  0x00000001 , 0x00004cea 
- 00000185  0x00000132 beq  0x00000001 , 0x000000bd 
- 00000186  0x00000133 jam  0x00000001 , 0x00004cea 
- 00000187  0x00000135 fetch  0x00000001 , 0x00004cea 
- 00000188  0x00000136 bne  0x00000001 , 0x0000009c 
- 00000189  0x00000138 fetch  0x00000001 , 0x00004ce8 
- 00000190  0x00000139 increase  0x00000001 , 0x0000003f 
- 00000191  0x0000013a store  0x00000001 , 0x00004ce8 
- 00000192  0x0000013b beq  0x00000004 , 0x000000c4 
- 00000193  0x0000013c call  0x00000212 
- 00000194  0x0000013d jam  0x00000002 , 0x00004bfa 
- 00000195  0x0000013e branch  0x0000010f 
- 00000196  0x00000141 call  0x00000793 
- 00000197  0x00000142 jam  0x00000000 , 0x00004ce8 
- 00000198  0x00000143 branch  0x0000009c 
- 00000199  0x00000146 jam  0x00000002 , 0x00004ced 
- 00000200  0x00000148 jam  0x00000001 , 0x00004ceb 
- 00000201  0x00000149 jam  0x00000000 , 0x00004cea 
- 00000202  0x0000014a branch  0x0000009c 
- 00000203  0x0000014d fetch  0x00000001 , 0x00004cec 
- 00000204  0x0000014e beq  0x00000003 , 0x000000c8 
- 00000205  0x0000014f fetch  0x00000001 , 0x00004bb6 
- 00000206  0x00000150 isolate0  0x00000004 , 0x0000003f 
- 00000207  0x00000151 branch  0x0000009a , 0x00000001 
- 00000208  0x00000152 fetch  0x00000001 , 0x00004cec 
- 00000209  0x00000153 beq  0x00000001 , 0x000000c7 
- 00000210  0x00000154 beq  0x00000002 , 0x000000c8 
- 00000211  0x00000155 rtn 
- 00000212  0x00000158 fetch  0x00000001 , 0x00004bc5 
- 00000213  0x00000159 rtnne  0x000000ff 
- 00000214  0x0000015a call  0x000000d9 
- 00000215  0x0000015b ncall  0x000000e1 , 0x0000002c 
- 00000216  0x0000015c rtn 
- 00000217  0x0000015f disable  0x0000002c 
- 00000218  0x00000160 fetch  0x00000001 , 0x00004ceb 
- 00000219  0x00000161 rtnne  0x00000001 
- 00000220  0x00000162 fetch  0x00000001 , 0x00004ced 
- 00000221  0x00000163 rtnne  0x00000000 
- 00000222  0x00000164 jam  0x00000001 , 0x00004cec 
- 00000223  0x00000165 jam  0x00000004 , 0x00004bfa 
- 00000224  0x00000166 branch  0x00007feb 
- 00000225  0x00000169 fetch  0x00000001 , 0x00004ced 
- 00000226  0x0000016a branch  0x000000e8 , 0x00000034 
- 00000227  0x0000016b increase  0xffffffff , 0x0000003f 
- 00000228  0x0000016c store  0x00000001 , 0x00004ced 
- 00000229  0x0000016d jam  0x00000002 , 0x00004cec 
- 00000230  0x0000016e jam  0x00000004 , 0x00004bfa 
- 00000231  0x0000016f branch  0x00000212 
- 00000232  0x00000172 jam  0x00000003 , 0x00004cec 
- 00000233  0x00000173 fetch  0x00000001 , 0x00004cea 
- 00000234  0x00000174 nbranch  0x000000bb , 0x00000034 
- 00000235  0x00000175 jam  0x00000002 , 0x00004bfa 
- 00000236  0x00000176 branch  0x00000212 
- 00000237  0x00000179 fetch  0x00000001 , 0x00004bc5 
- 00000238  0x0000017a bne  0x000000ff , 0x00000166 
- 00000239  0x0000017c call  0x000000f3 
- 00000240  0x0000017e call  0x00000200 
- 00000241  0x0000017f jam  0x00000001 , 0x00004bba 
- 00000242  0x00000180 rtn 
- 00000243  0x00000183 fetch  0x00000002 , 0x00004ce6 
- 00000244  0x00000184 call  0x00007f9c 
- 00000245  0x00000185 branch  0x000000f9 , 0x00000028 
- 00000246  0x00000186 fetch  0x00000007 , 0x00004b52 
- 00000247  0x00000187 rtn  0x00000034 
- 00000248  0x00000188 branch  0x00007fe7 
- 00000249  0x0000018a jam  0x00000000 , 0x00004be1 
- 00000250  0x0000018b add  0x00000011 , 0x00000001 , 0x0000003f 
- 00000251  0x0000018c store  0x00000001 , 0x00004bb5 
- 00000252  0x0000018d call  0x0000009c 
- 00000253  0x0000018e store  0x00000001 , 0x00004b51 
- 00000254  0x0000018f ifetcht  0x00000001 , 0x00000005 
- 00000255  0x00000190 ifetch  0x00000001 , 0x00000012 
- 00000256  0x00000191 ior  0x00000002 , 0x0000003f 
- 00000257  0x00000192 istore  0x00000001 , 0x00000005 
- 00000258  0x00000193 increase  0x00000001 , 0x00000012 
- 00000259  0x00000194 ifetch  0x00000004 , 0x00000012 
- 00000260  0x00000195 istore  0x00000004 , 0x00000005 
- 00000261  0x00000196 increase  0x00000004 , 0x00000012 
- 00000262  0x00000197 arg  0x00004b57 , 0x00000005 
- 00000263  0x00000198 arg  0x00000002 , 0x00000039 
- 00000264  0x0000019a ifetch  0x00000001 , 0x00000012 
- 00000265  0x0000019b ifetcht  0x00000001 , 0x00000005 
- 00000266  0x0000019c iadd  0x00000002 , 0x0000003f 
- 00000267  0x0000019d istore  0x00000001 , 0x00000005 
- 00000268  0x0000019e increase  0x00000001 , 0x00000012 
- 00000269  0x0000019f loop  0x00000108 
- 00000270  0x000001a0 rtn 
- 00000271  0x000001a3 jam  0x00000000 , 0x00004bbe 
- 00000272  0x000001a5 arg  0x00000d00 , 0x0000000b 
- 00000273  0x000001a6 until  0x00000023 , 0x00000026 
- 00000274  0x000001a7 call  0x0000012b 
- 00000275  0x000001a8 fetch  0x00000001 , 0x00004bf1 
- 00000276  0x000001a9 rtneq  0x00000001 
- 00000277  0x000001aa nbranch  0x0000013a , 0x00000018 
- 00000278  0x000001ab nbranch  0x0000013a , 0x0000002f 
- 00000279  0x000001ac call  0x00000126 
- 00000280  0x000001ad call  0x00000156 
- 00000281  0x000001ae call  0x0000078f 
- 00000282  0x000001b0 fetch  0x00000001 , 0x00004bb4 
- 00000283  0x000001b1 increase  0x00000001 , 0x0000003f 
- 00000284  0x000001b2 store  0x00000001 , 0x00004bb4 
- 00000285  0x000001b3 fetch  0x00000001 , 0x00004bc5 
- 00000286  0x000001b4 bne  0x000000ff , 0x00000129 
- 00000287  0x000001b5 call  0x000000cb 
- 00000288  0x000001b7 setarg  0x00000000 
- 00000289  0x000001b8 store  0x00000002 , 0x00004bbb 
- 00000290  0x000001b9 store  0x00000001 , 0x00004bbd 
- 00000291  0x000001ba store  0x00000001 , 0x00004ce9 
- 00000292  0x000001bb jam  0x00000000 , 0x00004bba 
- 00000293  0x000001bc rtn 
- 00000294  0x000001bf arg  0x00000004 , 0x00000039 
- 00000295  0x000001c0 arg  0x00004b51 , 0x00000005 
- 00000296  0x000001c1 branch  0x00007ec6 
- 00000297  0x000001c4 call  0x0000078c 
- 00000298  0x000001c5 branch  0x00000180 
- 00000299  0x000001c8 disable  0x0000002f 
- 00000300  0x000001c9 call  0x00000279 
- 00000301  0x000001cc fetch  0x00000001 , 0x00004bf1 
- 00000302  0x000001cd beq  0x00000001 , 0x00000138 
- 00000303  0x000001ce force  0x00000000 , 0x00000015 
- 00000304  0x000001cf fetch  0x00000004 , 0x00004bdd 
- 00000305  0x000001d0 iforce  0x00000009 
- 00000306  0x000001d1 fetcht  0x00000001 , 0x00000017 
- 00000307  0x000001d2 call  0x0000291f 
- 00000308  0x000001d3 call  0x00002924 
- 00000309  0x000001d4 call  0x00000235 
- 00000310  0x000001d5 call  0x00000271 , 0x0000002f 
- 00000311  0x000001d6 rtn 
- 00000312  0x000001d8 call  0x00000271 
- 00000313  0x000001d9 branch  0x0000011a 
- 00000314  0x000001dc fetch  0x00000001 , 0x00004bbd 
- 00000315  0x000001dd increase  0x00000001 , 0x0000003f 
- 00000316  0x000001de store  0x00000001 , 0x00004bbd 
- 00000317  0x000001df fetch  0x00000001 , 0x00004bc5 
- 00000318  0x000001e0 bne  0x000000ff , 0x0000014e 
- 00000319  0x000001e1 fetcht  0x00000001 , 0x00004bbe 
- 00000320  0x000001e2 increase  0x00000001 , 0x00000002 
- 00000321  0x000001e3 storet  0x00000001 , 0x00004bbe 
- 00000322  0x000001e4 fetch  0x00000001 , 0x00004bfa 
- 00000323  0x000001e5 isub  0x00000002 , 0x0000003f 
- 00000324  0x000001e6 nbranch  0x00000110 , 0x00000034 
- 00000325  0x000001e7 fetch  0x00000001 , 0x00004cec 
- 00000326  0x000001e8 beq  0x00000003 , 0x000000b4 
- 00000327  0x000001e9 fetch  0x00000001 , 0x00004ce9 
- 00000328  0x000001ea increase  0x00000001 , 0x0000003f 
- 00000329  0x000001eb store  0x00000001 , 0x00004ce9 
- 00000330  0x000001ec beq  0x00000002 , 0x000000a9 
- 00000331  0x000001ed call  0x000000a0 
- 00000332  0x000001ee jam  0x00000001 , 0x00004bfa 
- 00000333  0x000001ef branch  0x0000010f 
- 00000334  0x000001f2 fetch  0x00000001 , 0x00004bbd 
- 00000335  0x000001f3 rtnne  0x000000ff 
- 00000336  0x000001f4 jam  0x00000000 , 0x00004bbd 
- 00000337  0x000001f5 branch  0x00000154 
- 00000338  0x000001f8 setarg  0x00000000 
- 00000339  0x000001f9 store  0x00000002 , 0x00004bbb 
- 00000340  0x000001fb jam  0x0000003a , 0x00000a99 
- 00000341  0x000001fc branch  0x00007d86 
- 00000342  0x000001ff call  0x000001e5 
- 00000343  0x00000200 fetch  0x00000001 , 0x00004bb3 
- 00000344  0x00000201 rtn  0x00000034 
- 00000345  0x00000202 iforce  0x00000039 
- 00000346  0x00000203 arg  0x00004b31 , 0x00000006 
- 00000347  0x00000204 arg  0x00004b93 , 0x00000005 
- 00000348  0x00000205 branch  0x00007f01 
- 00000349  0x00000208 set1  0x00000026 , 0x00000000 
- 00000350  0x00000209 call  0x00000161 
- 00000351  0x0000020b jam  0x00000001 , 0x00004bc5 
- 00000352  0x0000020c rtn 
- 00000353  0x0000020f jam  0x00000020 , 0x000041de 
- 00000354  0x00000210 jam  0x00000000 , 0x00004bb4 
- 00000355  0x00000211 jam  0x0000004e , 0x00004bbf 
- 00000356  0x00000212 fetch  0x00000004 , 0x00004bc1 
- 00000357  0x00000213 branch  0x000001f2 
- 00000358  0x00000216 fetch  0x00000001 , 0x00004bba 
- 00000359  0x00000217 beq  0x00000001 , 0x00007fe7 
- 00000360  0x00000218 fetch  0x00000001 , 0x00004bc5 
- 00000361  0x00000219 beq  0x00000001 , 0x0000016d 
- 00000362  0x0000021a beq  0x00000002 , 0x00000170 
- 00000363  0x0000021b beq  0x00000003 , 0x00000173 
- 00000364  0x0000021c branch  0x00002a8c 
- 00000365  0x0000021f jam  0x00000011 , 0x00004bc5 
- 00000366  0x00000220 jam  0x000000aa , 0x0000119e 
- 00000367  0x00000221 branch  0x00000175 
- 00000368  0x00000223 jam  0x00000012 , 0x00004bc5 
- 00000369  0x00000224 jam  0x00000055 , 0x0000119e 
- 00000370  0x00000225 branch  0x00000175 
- 00000371  0x00000227 jam  0x00000013 , 0x00004bc5 
- 00000372  0x00000228 jam  0x00000022 , 0x0000119e 
- 00000373  0x0000022a fetch  0x00000001 , 0x00004bb6 
- 00000374  0x0000022b and_into  0x00000007 , 0x0000003f 
- 00000375  0x0000022c store  0x00000001 , 0x0000119f 
- 00000376  0x0000022d fetch  0x00000004 , 0x00004bec 
- 00000377  0x0000022e store  0x00000004 , 0x000011a0 
- 00000378  0x00000230 jam  0x00000000 , 0x000011a4 
- 00000379  0x00000231 arg  0x0000119e , 0x00000011 
- 00000380  0x00000232 arg  0x00000007 , 0x00000002 
- 00000381  0x00000233 call  0x000001e0 
- 00000382  0x00000234 call  0x000000f0 
- 00000383  0x00000235 branch  0x00007fe7 
- 00000384  0x00000238 fetch  0x00000001 , 0x00004bc5 
- 00000385  0x00000239 rtneq  0x000000ff 
- 00000386  0x0000023a beq  0x00000011 , 0x00000186 
- 00000387  0x0000023b beq  0x00000012 , 0x00000188 
- 00000388  0x0000023c beq  0x00000013 , 0x0000018a 
- 00000389  0x0000023d rtn 
- 00000390  0x00000241 jam  0x00000002 , 0x00004bc5 
- 00000391  0x00000242 branch  0x00000120 
- 00000392  0x00000244 jam  0x00000003 , 0x00004bc5 
- 00000393  0x00000245 branch  0x00000120 
- 00000394  0x00000247 jam  0x000000ff , 0x00004bc5 
- 00000395  0x00000248 jam  0x00000039 , 0x00000a99 
- 00000396  0x00000249 call  0x00007d86 
- 00000397  0x0000024a fetch  0x00000004 , 0x00004b95 
- 00000398  0x0000024b call  0x000001f2 
- 00000399  0x0000024c branch  0x00000120 
- 00000400  0x0000024f set0  0x00000026 , 0x00000000 
- 00000401  0x00000250 call  0x000001d6 
- 00000402  0x00000251 fetch  0x00000001 , 0x00004bc5 
- 00000403  0x00000252 rtnne  0x000000ff 
- 00000404  0x00000253 call  0x000001a5 
- 00000405  0x00000255 call  0x00002afa 
- 00000406  0x00000256 nop  0x000007d0 
- 00000407  0x00000257 call  0x00000532 
- 00000408  0x00000258 branch  0x000001a3 , 0x00000001 
- 00000409  0x00000259 fetch  0x00000001 , 0x00004be3 
- 00000410  0x0000025a bbit1  0x00000004 , 0x00000154 
- 00000411  0x0000025b call  0x0000012b 
- 00000412  0x0000025c nbranch  0x000001ae , 0x00000018 
- 00000413  0x0000025d nbranch  0x000001ae , 0x0000002f 
- 00000414  0x0000025f set1  0x00000026 , 0x00000000 
- 00000415  0x00000260 setarg  0x00000000 
- 00000416  0x00000261 store  0x00000002 , 0x00004be2 
- 00000417  0x00000262 jam  0x0000003c , 0x00000a99 
- 00000418  0x00000263 call  0x00007d86 
- 00000419  0x00000265 call  0x00000126 
- 00000420  0x00000266 branch  0x00000071 
- 00000421  0x00000269 jam  0x000000ff , 0x0000119e 
- 00000422  0x0000026a fetch  0x00000001 , 0x00004bb6 
- 00000423  0x0000026b store  0x00000001 , 0x0000119f 
- 00000424  0x0000026c fetch  0x00000004 , 0x00004bec 
- 00000425  0x0000026d store  0x00000004 , 0x000011a0 
- 00000426  0x0000026e arg  0x00000006 , 0x00000002 
- 00000427  0x0000026f arg  0x0000119e , 0x00000011 
- 00000428  0x00000270 call  0x000001e0 
- 00000429  0x00000271 branch  0x00000200 
- 00000430  0x00000274 call  0x00004489 
- 00000431  0x00000275 fetch  0x00000002 , 0x00004be2 
- 00000432  0x00000276 increase  0x00000001 , 0x0000003f 
- 00000433  0x00000277 store  0x00000002 , 0x00004be2 
- 00000434  0x00000278 call  0x00000212 
- 00000435  0x00000279 branch  0x00000195 
- 00000436  0x0000027c set0  0x00000026 , 0x00000000 
- 00000437  0x0000027d call  0x000001d2 
- 00000438  0x0000027e call  0x000001a5 
- 00000439  0x00000280 call  0x00002afa 
- 00000440  0x00000281 nop  0x000007d0 
- 00000441  0x00000282 call  0x00000532 
- 00000442  0x00000283 branch  0x0000015d , 0x00000001 
- 00000443  0x00000284 fetch  0x00000001 , 0x00004be3 
- 00000444  0x00000285 bbit1  0x00000004 , 0x00000154 
- 00000445  0x00000286 call  0x0000012b 
- 00000446  0x00000287 nbranch  0x000001c7 , 0x00000018 
- 00000447  0x00000288 nbranch  0x000001c7 , 0x0000002f 
- 00000448  0x00000289 call  0x00000156 
- 00000449  0x0000028a call  0x000002f1 
- 00000450  0x0000028b fetch  0x00000004 , 0x00004bdd 
- 00000451  0x0000028c fetcht  0x00000004 , 0x00004bc1 
- 00000452  0x0000028d isub  0x00000002 , 0x0000003e 
- 00000453  0x0000028e branch  0x0000015d , 0x00000005 
- 00000454  0x0000028f branch  0x0000019e 
- 00000455  0x00000292 call  0x00004489 
- 00000456  0x00000293 fetch  0x00000002 , 0x00004be2 
- 00000457  0x00000294 increase  0x00000001 , 0x0000003f 
- 00000458  0x00000295 store  0x00000002 , 0x00004be2 
- 00000459  0x00000296 fetch  0x00000001 , 0x00004cf3 
- 00000460  0x00000297 increase  0x00000001 , 0x0000003f 
- 00000461  0x00000298 and_into  0x00000001 , 0x0000003f 
- 00000462  0x00000299 store  0x00000001 , 0x00004cf3 
- 00000463  0x0000029a beq  0x00000000 , 0x000001d8 
- 00000464  0x0000029b beq  0x00000001 , 0x000001da 
- 00000465  0x0000029c rtn 
- 00000466  0x0000029f jam  0x00000020 , 0x000041de 
- 00000467  0x000002a0 setarg  0x00000f0f 
- 00000468  0x000002a1 store  0x00000002 , 0x00004bdd 
- 00000469  0x000002a2 istore  0x00000002 , 0x00000005 
- 00000470  0x000002a4 call  0x000001f3 
- 00000471  0x000002a5 branch  0x00000212 
- 00000472  0x000002a8 call  0x000001d2 
- 00000473  0x000002a9 branch  0x000001b7 
- 00000474  0x000002ac call  0x00000161 
- 00000475  0x000002ad branch  0x000001b7 
- 00000476  0x000002b0 set0  0x00000026 , 0x00000000 
- 00000477  0x000002b1 call  0x000053ce 
- 00000478  0x000002b3 arg  0x00000003 , 0x00000007 
- 00000479  0x000002b4 branch  0x000043d2 
- 00000480  0x000002b7 storet  0x00000001 , 0x00004bb5 
- 00000481  0x000002b8 copy  0x00000002 , 0x00000039 
- 00000482  0x000002b9 arg  0x00004b51 , 0x00000005 
- 00000483  0x000002ba copy  0x00000011 , 0x00000006 
- 00000484  0x000002bb branch  0x00007f01 
- 00000485  0x000002bf fetch  0x00000001 , 0x00004b30 
- 00000486  0x000002c0 rshift3  0x0000003f , 0x0000003f 
- 00000487  0x000002c1 store  0x00000001 , 0x00004bb3 
- 00000488  0x000002c3 increase  0x00000001 , 0x0000003f 
- 00000489  0x000002c4 arg  0x00004b30 , 0x00000006 
- 00000490  0x000002c5 iadd  0x00000006 , 0x00000006 
- 00000491  0x000002c6 ifetch  0x00000003 , 0x00000006 
- 00000492  0x000002c7 store  0x00000003 , 0x00004bf2 
- 00000493  0x000002c9 fetch  0x00000001 , 0x00004b30 
- 00000494  0x000002ca rshift  0x0000003f , 0x0000003f 
- 00000495  0x000002cb and  0x0000003f , 0x00000003 , 0x0000003f 
- 00000496  0x000002cc store  0x00000001 , 0x00004bf8 
- 00000497  0x000002cd rtn 
- 00000498  0x000002d0 store  0x00000004 , 0x00004bdd 
- 00000499  0x000002d3 arg  0x00000000 , 0x00000011 
- 00000500  0x000002d4 arg  0x00000004 , 0x00000039 
- 00000501  0x000002d5 arg  0x00004bdd , 0x00000006 
- 00000502  0x000002d7 ifetch  0x00000001 , 0x00000006 
- 00000503  0x000002d8 iadd  0x00000011 , 0x00000011 
- 00000504  0x000002d9 loop  0x000001f6 
- 00000505  0x000002da copy  0x00000011 , 0x0000003f 
- 00000506  0x000002db store  0x00000002 , 0x00004c66 
- 00000507  0x000002dc fetch  0x00000001 , 0x00004c66 
- 00000508  0x000002dd fetcht  0x00000001 , 0x00004c67 
- 00000509  0x000002de iadd  0x00000002 , 0x0000003f 
- 00000510  0x000002df store  0x00000001 , 0x00004c68 
- 00000511  0x000002e0 rtn 
- 00000512  0x000002e5 fetch  0x00000001 , 0x00004bb5 
- 00000513  0x000002e6 increase  0x00000002 , 0x0000003f 
- 00000514  0x000002e7 store  0x00000001 , 0x00004bb7 
- 00000515  0x000002e9 fetch  0x00000001 , 0x00004bb6 
- 00000516  0x000002ea store  0x00000001 , 0x00004b71 
- 00000517  0x000002ec fetch  0x00000001 , 0x00004bb5 
- 00000518  0x000002ed lshift3  0x0000003f , 0x0000003f 
- 00000519  0x000002ee fetcht  0x00000001 , 0x00004bb4 
- 00000520  0x000002ef and  0x00000002 , 0x00000003 , 0x00000002 
- 00000521  0x000002f0 lshift  0x00000002 , 0x00000002 
- 00000522  0x000002f1 ior  0x00000002 , 0x0000003f 
- 00000523  0x000002f2 fetcht  0x00000001 , 0x00004bf1 
- 00000524  0x000002f3 iadd  0x00000002 , 0x0000003f 
- 00000525  0x000002f4 istore  0x00000001 , 0x00000005 
- 00000526  0x000002f6 fetch  0x00000001 , 0x00004bb5 
- 00000527  0x000002f7 iforce  0x00000039 
- 00000528  0x000002f8 arg  0x00004b51 , 0x00000006 
- 00000529  0x000002f9 branch  0x00007f01 
- 00000530  0x000002fc fetcht  0x00000001 , 0x00004bc0 
- 00000531  0x000002fd call  0x00000216 
- 00000532  0x000002fe storet  0x00000001 , 0x00004bc0 
- 00000533  0x000002ff rtn 
- 00000534  0x00000302 call  0x0000021a 
- 00000535  0x00000303 increase  0x00000001 , 0x00000002 
- 00000536  0x00000304 and_into  0x00000003 , 0x00000002 
- 00000537  0x00000305 rtn 
- 00000538  0x00000308 fetch  0x00000001 , 0x00004bdd 
- 00000539  0x00000309 and_into  0x00000003 , 0x0000003f 
- 00000540  0x0000030a mul32  0x0000003f , 0x00000004 , 0x00000011 
- 00000541  0x0000030b setarg  0x00004bc6 
- 00000542  0x0000030c iadd  0x00000011 , 0x0000003f 
- 00000543  0x0000030d iadd  0x00000002 , 0x00000006 
- 00000544  0x0000030e ifetch  0x00000001 , 0x00000006 
- 00000545  0x0000030f store  0x00000001 , 0x00004bbf 
- 00000546  0x00000310 rtn 
- 00000547  0x00000313 disable  0x00000009 
- 00000548  0x00000314 disable  0x00000007 
- 00000549  0x00000315 setarg  0x00555555 
- 00000550  0x00000316 iforce  0x0000000f 
- 00000551  0x00000317 fetch  0x00000001 , 0x00004bbf 
- 00000552  0x00000318 reverse  0x0000003f , 0x00000002 
- 00000553  0x00000319 set1  0x00000001 , 0x00000002 
- 00000554  0x0000031a rshift  0x00000002 , 0x0000000e 
- 00000555  0x0000031b rtn 
- 00000556  0x0000031e call  0x000053c4 
- 00000557  0x0000031f fetch  0x00000004 , 0x00004bdd 
- 00000558  0x00000320 iforce  0x00000009 
- 00000559  0x00000321 call  0x00002918 
- 00000560  0x00000322 fetcht  0x00000001 , 0x00004bbf 
- 00000561  0x00000323 call  0x0000291f 
- 00000562  0x00000324 setarg  0x00000500 
- 00000563  0x00000325 call  0x00002a8f 
- 00000564  0x00000326 call  0x00002924 
- 00000565  0x0000032a call  0x00000223 
- 00000566  0x0000032b disable  0x0000002f 
- 00000567  0x0000032c enable  0x0000000d 
- 00000568  0x0000032d enable  0x00000021 
- 00000569  0x0000032e disable  0x00000020 
- 00000570  0x0000032f enable  0x00000010 
- 00000571  0x00000330 fetch  0x00000002 , 0x00004bb8 
- 00000572  0x00000331 iforce  0x0000001b 
- 00000573  0x00000332 correlate  0x0000003e , 0x00000003 
- 00000574  0x00000333 nbranch  0x00000275 , 0x00000018 
- 00000575  0x00000336 disable  0x0000000d 
- 00000576  0x00000337 enable  0x0000000b 
- 00000577  0x00000338 enable  0x00000007 
- 00000578  0x00000339 enable  0x00000009 
- 00000579  0x0000033a call  0x0000026e 
- 00000580  0x0000033b store  0x00000001 , 0x00004c69 
- 00000581  0x0000033c fetcht  0x00000001 , 0x00004c68 
- 00000582  0x0000033d isub  0x00000002 , 0x0000003e 
- 00000583  0x0000033e nbranch  0x00000271 , 0x00000005 
- 00000584  0x0000033f call  0x0000026e 
- 00000585  0x00000340 store  0x00000001 , 0x00004b2f 
- 00000586  0x00000341 fetch  0x00000001 , 0x00004bfb 
- 00000587  0x00000342 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00000588  0x00000343 branch  0x00000251 , 0x00000005 
- 00000589  0x00000344 fetch  0x00000001 , 0x00004b2f 
- 00000590  0x00000345 fetcht  0x00000001 , 0x00004bb6 
- 00000591  0x00000346 icompare  0x00000007 , 0x00000002 
- 00000592  0x00000347 nbranch  0x00000271 , 0x00000001 
- 00000593  0x00000349 call  0x0000026e 
- 00000594  0x0000034a istore  0x00000001 , 0x00000005 
- 00000595  0x0000034b rshift3  0x0000003f , 0x0000003f 
- 00000596  0x0000034c and  0x0000003f , 0x0000001f , 0x00000039 
- 00000597  0x0000034d branch  0x00000259 , 0x00000005 
- 00000598  0x0000034f call  0x0000026e 
- 00000599  0x00000350 istore  0x00000001 , 0x00000005 
- 00000600  0x00000351 loop  0x00000256 
- 00000601  0x00000354 copy  0x00000005 , 0x00000011 
- 00000602  0x00000355 call  0x0000026e 
- 00000603  0x00000356 store  0x00000001 , 0x00004cf0 
- 00000604  0x00000357 copy  0x00000011 , 0x00000005 
- 00000605  0x00000358 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00000606  0x00000359 enable  0x00000010 
- 00000607  0x0000035a arg  0x00000664 , 0x0000001b 
- 00000608  0x0000035b rshift32  0x0000003f , 0x0000003f 
- 00000609  0x0000035c rshift16  0x0000003f , 0x0000003f 
- 00000610  0x0000035d istore  0x00000003 , 0x00000005 
- 00000611  0x0000035e disable  0x0000000b 
- 00000612  0x0000035f branch  0x00000271 , 0x00000006 
- 00000613  0x00000362 enable  0x0000002f 
- 00000614  0x00000363 fetch  0x00000001 , 0x00000017 
- 00000615  0x00000364 add  0x0000003f , 0x00000000 , 0x00000011 
- 00000616  0x00000365 call  0x00002981 
- 00000617  0x00000366 disable  0x0000000d 
- 00000618  0x00000367 call  0x00002918 
- 00000619  0x00000368 fetch  0x00000001 , 0x00004cf0 
- 00000620  0x00000369 call  0x00000027 
- 00000621  0x0000036a rtn 
- 00000622  0x0000036d parse  0x00000003 , 0x00000000 , 0x00000008 
- 00000623  0x0000036e rshift3  0x0000000c , 0x0000003f 
- 00000624  0x0000036f rtn 
- 00000625  0x00000372 disable  0x0000001b 
- 00000626  0x00000373 disable  0x0000000b 
- 00000627  0x00000374 call  0x0000264d 
- 00000628  0x00000375 rtn 
- 00000629  0x00000378 branch  0x00000271 
- 00000630  0x0000037b call  0x00002918 
- 00000631  0x0000037c fetcht  0x00000001 , 0x00004bbf 
- 00000632  0x0000037d branch  0x00002933 
- 00000633  0x00000380 call  0x000053c4 
- 00000634  0x00000381 fetch  0x00000004 , 0x00004bdd 
- 00000635  0x00000382 iforce  0x00000009 
- 00000636  0x00000383 call  0x00000223 
- 00000637  0x00000384 call  0x00000276 
- 00000638  0x00000385 set1  0x00000000 , 0x00000015 
- 00000639  0x00000386 enable  0x0000001d 
- 00000640  0x00000387 enable  0x00000020 
- 00000641  0x00000388 disable  0x00000021 
- 00000642  0x0000038b rshift16  0x00000009 , 0x0000003f 
- 00000643  0x0000038c rshift8  0x0000003f , 0x0000003f 
- 00000644  0x0000038d rshift4  0x0000003f , 0x0000003f 
- 00000645  0x0000038e inject  0x00000003 , 0x00000028 
- 00000646  0x0000038f disable  0x0000001d 
- 00000647  0x00000390 enable  0x0000001b 
- 00000648  0x00000391 enable  0x00000007 
- 00000649  0x00000392 enable  0x00000009 
- 00000650  0x00000393 fetch  0x00000001 , 0x00004c68 
- 00000651  0x00000394 inject  0x00000003 , 0x00000008 
- 00000652  0x00000395 fetch  0x00000001 , 0x00004bb7 
- 00000653  0x00000396 iforce  0x00000039 
- 00000654  0x00000397 arg  0x00004b71 , 0x00000006 
- 00000655  0x00000399 ifetch  0x00000001 , 0x00000006 
- 00000656  0x0000039a inject  0x00000003 , 0x00000008 
- 00000657  0x0000039b loop  0x0000028f 
- 00000658  0x0000039e enable  0x00000008 
- 00000659  0x0000039f inject  0x00000003 , 0x00000018 
- 00000660  0x000003a0 disable  0x00000008 
- 00000661  0x000003a1 until  0x0000003e , 0x00000027 
- 00000662  0x000003a2 nop  0x00000064 
- 00000663  0x000003a3 disable  0x0000001d 
- 00000664  0x000003a4 disable  0x0000001b 
- 00000665  0x000003a5 rtn 
- 00000666  0x000003a8 call  0x00007fe9 
- 00000667  0x000003a9 fetcht  0x00000004 , 0x00004bd6 
- 00000668  0x000003aa copy  0x00000022 , 0x0000003f 
- 00000669  0x000003ab isub  0x00000002 , 0x0000003e 
- 00000670  0x000003ac ncall  0x00002d18 , 0x00000002 
- 00000671  0x000003ad copy  0x0000003f , 0x00000012 
- 00000672  0x000003ae fetch  0x00000004 , 0x00004bd6 
- 00000673  0x000003af fetcht  0x00000001 , 0x00004bda 
- 00000674  0x000003b0 iadd  0x00000002 , 0x00000002 
- 00000675  0x000003b1 copy  0x00000012 , 0x0000003f 
- 00000676  0x000003b2 isub  0x00000002 , 0x0000003e 
- 00000677  0x000003b3 nrtn  0x00000002 
- 00000678  0x000003b4 set0  0x0000001c , 0x0000003f 
- 00000679  0x000003b5 store  0x00000004 , 0x00004bd6 
- 00000680  0x000003b6 branch  0x00007fe7 
- 00000681  0x000003b9 call  0x000029bb 
- 00000682  0x000003ba rtn  0x00000034 
- 00000683  0x000003bb fetcht  0x00000001 , 0x00004c6f 
- 00000684  0x000003bc arg  0x00000d9e , 0x00000011 
- 00000685  0x000003bd call  0x000002b0 
- 00000686  0x000003be storet  0x00000001 , 0x00004c6f 
- 00000687  0x000003bf rtn 
- 00000688  0x000003c2 copy  0x00000011 , 0x0000003f 
- 00000689  0x000003c3 iadd  0x00000002 , 0x00000005 
- 00000690  0x000003c4 fetch  0x00000001 , 0x00000018 
- 00000691  0x000003c5 istore  0x00000001 , 0x00000005 
- 00000692  0x000003c6 increase  0x00000001 , 0x00000002 
- 00000693  0x000003c7 and_into  0x00000007 , 0x00000002 
- 00000694  0x000003c8 rtn 
- 00000695  0x000003ca arg  0x00000000 , 0x00000002 
- 00000696  0x000003cb arg  0x00000008 , 0x00000039 
- 00000697  0x000003cc copy  0x00000011 , 0x00000006 
- 00000698  0x000003ce ifetch  0x00000001 , 0x00000006 
- 00000699  0x000003cf iadd  0x00000002 , 0x00000002 
- 00000700  0x000003d0 loop  0x000002ba 
- 00000701  0x000003d1 rshift3  0x00000002 , 0x0000003f 
- 00000702  0x000003d2 copy  0x0000003f , 0x00000002 
- 00000703  0x000003d3 rtnmark0  0x00000026 
- 00000704  0x000003d5 div  0x0000003f , 0x0000000a 
- 00000705  0x000003d6 call  0x00007f86 
- 00000706  0x000003d7 quotient  0x0000003f 
- 00000707  0x000003d8 lshift4  0x0000003f , 0x0000003f 
- 00000708  0x000003d9 remainder  0x00000002 
- 00000709  0x000003da ior  0x00000002 , 0x00000002 
- 00000710  0x000003db rtn 
- 00000711  0x000003dc rtn 
- 00000712  0x000003e0 rtnmark1  0x00000026 
- 00000713  0x000003e1 call  0x00000404 
- 00000714  0x000003e2 call  0x000002d2 
- 00000715  0x000003e3 fetch  0x00000001 , 0x00004040 
- 00000716  0x000003e4 bbit0  0x00000000 , 0x000002cf 
- 00000717  0x000003e5 fetch  0x00000001 , 0x000000a0 
- 00000718  0x000003e6 nrtn  0x00000034 
- 00000719  0x000003e8 setarg  0x00000000 
- 00000720  0x000003e9 store  0x00000008 , 0x000000a1 
- 00000721  0x000003ea rtn 
- 00000722  0x000003ed call  0x000002e2 
- 00000723  0x000003ee call  0x000002cf 
- 00000724  0x000003f0 call  0x00003ebf 
- 00000725  0x000003f1 call  0x00000373 
- 00000726  0x000003f2 hfetch  0x00000004 , 0x00008070 
- 00000727  0x000003f3 hfetcht  0x00000004 , 0x00008078 
- 00000728  0x000003f4 ior  0x00000002 , 0x00000002 
- 00000729  0x000003f5 invert  0x00000002 , 0x00000002 
- 00000730  0x000003f6 hstoret  0x00000004 , 0x0000807c 
- 00000731  0x000003f7 hfetch  0x00000001 , 0x0000807d 
- 00000732  0x000003f8 set0  0x00000002 , 0x0000003f 
- 00000733  0x000003f9 hstore  0x00000001 , 0x0000807d 
- 00000734  0x000003fa hfetch  0x00000001 , 0x0000807e 
- 00000735  0x000003fb set0  0x00000006 , 0x0000003f 
- 00000736  0x000003fc hstore  0x00000001 , 0x0000807e 
- 00000737  0x000003fd rtn 
- 00000738  0x00000400 fetch  0x00000001 , 0x00004afe 
- 00000739  0x00000401 rtn  0x00000034 
- 00000740  0x00000402 branch  0x00003d80 
- 00000741  0x00000405 call  0x00003416 
- 00000742  0x00000406 branch  0x000002ef , 0x0000002b 
- 00000743  0x00000407 jam  0x00000020 , 0x00008078 
- 00000744  0x00000408 call  0x00000424 
- 00000745  0x00000409 fetch  0x00000001 , 0x000041de 
- 00000746  0x0000040a store  0x00000001 , 0x00004c6c 
- 00000747  0x0000040b call  0x0000078c 
- 00000748  0x0000040c fetch  0x00000001 , 0x00004685 
- 00000749  0x0000040d store  0x00000001 , 0x00004b24 
- 00000750  0x0000040e call  0x000043ca 
- 00000751  0x00000410 call  0x000002f4 
- 00000752  0x00000411 branch  0x000074b9 
- 00000753  0x00000414 fetch  0x00000001 , 0x00004c6c 
- 00000754  0x00000415 store  0x00000001 , 0x000041de 
- 00000755  0x00000416 rtn 
- 00000756  0x00000419 ncall  0x00000349 , 0x0000002b 
- 00000757  0x0000041a call  0x00000329 
- 00000758  0x0000041b rtn  0x0000002b 
- 00000759  0x0000041c call  0x000003eb 
- 00000760  0x0000041d call  0x00004083 
- 00000761  0x0000041e beq  0x00000005 , 0x0000031e 
- 00000762  0x0000041f branch  0x000003d4 
- 00000763  0x00000422 call  0x000002f1 
- 00000764  0x00000423 arg  0x00004721 , 0x00000011 
- 00000765  0x00000424 fetch  0x00000001 , 0x00004720 
- 00000766  0x00000425 fetcht  0x00000001 , 0x00004703 
- 00000767  0x00000426 isub  0x00000002 , 0x0000003e 
- 00000768  0x00000427 rtn  0x00000005 
- 00000769  0x00000428 increase  0xffffffff , 0x0000003f 
- 00000770  0x00000429 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00000771  0x0000042a iadd  0x00000011 , 0x00000011 
- 00000772  0x0000042b ifetch  0x00000001 , 0x00000011 
- 00000773  0x0000042c store  0x00000001 , 0x00004210 
- 00000774  0x0000042d beq  0x00000033 , 0x00000309 
- 00000775  0x0000042e beq  0x00000034 , 0x0000030d 
- 00000776  0x0000042f rtn 
- 00000777  0x00000432 jam  0x00000001 , 0x00004b2e 
- 00000778  0x00000433 fetch  0x00000006 , 0x000041d0 
- 00000779  0x00000434 branch  0x000033eb , 0x00000034 
- 00000780  0x00000435 branch  0x00004274 
- 00000781  0x00000438 jam  0x00000001 , 0x0000479f 
- 00000782  0x00000439 fetch  0x00000002 , 0x000046a8 
- 00000783  0x0000043a store  0x00000002 , 0x000046ae 
- 00000784  0x0000043b call  0x00003418 
- 00000785  0x0000043c call  0x00000317 
- 00000786  0x0000043d setarg  0x00000004 
- 00000787  0x0000043e istore  0x00000001 , 0x00000006 
- 00000788  0x00000440 arg  0x00004390 , 0x00000006 
- 00000789  0x00000441 call  0x000005af 
- 00000790  0x00000443 branch  0x00007df4 
- 00000791  0x00000446 arg  0x00004370 , 0x00000011 
- 00000792  0x00000448 ifetch  0x00000001 , 0x00000011 
- 00000793  0x00000449 rtn  0x00000034 
- 00000794  0x0000044a iadd  0x00000006 , 0x00000011 
- 00000795  0x0000044b ifetch  0x00000001 , 0x00000006 
- 00000796  0x0000044c rtneq  0x00000001 
- 00000797  0x0000044d branch  0x00000318 
- 00000798  0x00000452 rtnbit1  0x00000003 
- 00000799  0x00000453 rtnmark1  0x00000026 
- 00000800  0x00000454 call  0x00004482 
- 00000801  0x00000455 arg  0x00000003 , 0x00000007 
- 00000802  0x00000456 call  0x000043ce 
- 00000803  0x00000457 setarg  0x00000000 
- 00000804  0x00000458 store  0x00000002 , 0x000046ae 
- 00000805  0x00000459 store  0x00000001 , 0x000046b4 
- 00000806  0x0000045a store  0x00000002 , 0x00004be2 
- 00000807  0x0000045b call  0x000042ca 
- 00000808  0x0000045c branch  0x0000015d 
- 00000809  0x00000460 jam  0x00000076 , 0x00004212 
- 00000810  0x00000461 branch  0x00003d36 
- 00000811  0x00000464 call  0x00000329 
- 00000812  0x00000465 call  0x000040c0 
- 00000813  0x00000466 fetch  0x00000001 , 0x000046e0 
- 00000814  0x00000467 beq  0x00000005 , 0x000040d5 
- 00000815  0x00000469 call  0x000040d9 
- 00000816  0x0000046a beq  0x00000030 , 0x00000339 
- 00000817  0x0000046b beq  0x00000031 , 0x0000033b 
- 00000818  0x0000046c call  0x000040d1 
- 00000819  0x0000046d nop  0x000003e8 
- 00000820  0x0000046e branch  0x0000032f 
- 00000821  0x00000471 jam  0x00000001 , 0x00004afe 
- 00000822  0x00000472 call  0x0000640f 
- 00000823  0x00000473 call  0x0000032b 
- 00000824  0x00000474 branch  0x00006411 
- 00000825  0x00000477 call  0x00000340 
- 00000826  0x00000478 branch  0x000040e0 
- 00000827  0x0000047c call  0x00000340 
- 00000828  0x0000047d fetch  0x00000001 , 0x000046de 
- 00000829  0x0000047e beq  0x00000070 , 0x000040e8 
- 00000830  0x0000047f jam  0x00000001 , 0x000046e0 
- 00000831  0x00000480 rtn 
- 00000832  0x00000483 setarg  0x00008006 
- 00000833  0x00000484 call  0x00006413 
- 00000834  0x00000485 nop  0x00002ee0 
- 00000835  0x00000487 fetch  0x00000001 , 0x0000477a 
- 00000836  0x00000488 beq  0x000000ff , 0x00003d66 
- 00000837  0x00000489 branch  0x00003d80 
- 00000838  0x0000048d call  0x00000340 
- 00000839  0x0000048e setarg  0x00000806 
- 00000840  0x00000493 branch  0x00006413 
- 00000841  0x00000496 call  0x00000096 
- 00000842  0x0000049b fetcht  0x00000001 , 0x00004b23 
- 00000843  0x0000049c call  0x0000680e 
- 00000844  0x0000049d call  0x00003e6e 
- 00000845  0x0000049e call  0x00003e1e 
- 00000846  0x0000049f call  0x00000358 
- 00000847  0x000004a0 setarg  0x00000000 
- 00000848  0x000004a1 store  0x00000002 , 0x00004154 
- 00000849  0x000004a2 call  0x00003e54 
- 00000850  0x000004a3 call  0x00005810 
- 00000851  0x000004a4 call  0x00005839 
- 00000852  0x000004a5 call  0x0000582c 
- 00000853  0x000004a6 call  0x00005818 
- 00000854  0x000004a7 call  0x00000587 
- 00000855  0x000004a8 branch  0x00000380 
- 00000856  0x000004b7 call  0x000074b9 
- 00000857  0x000004b8 arg  0x00008c00 , 0x00000006 
- 00000858  0x000004b9 arg  0x00004876 , 0x00000005 
- 00000859  0x000004ba arg  0x00000171 , 0x00000039 
- 00000860  0x000004bb call  0x00007f01 
- 00000861  0x000004bd setarg  0x000f0209 
- 00000862  0x000004be istore  0x00000003 , 0x00000005 
- 00000863  0x000004bf setarg  0x00120009 
- 00000864  0x000004c0 istore  0x00000003 , 0x00000005 
- 00000865  0x000004c2 setarg  0x00100209 
- 00000866  0x000004c3 istore  0x00000003 , 0x00000005 
- 00000867  0x000004c4 setarg  0x00000009 
- 00000868  0x000004c5 istore  0x00000003 , 0x00000005 
- 00000869  0x000004c6 arg  0x00008d71 , 0x00000006 
- 00000870  0x000004c7 arg  0x00000109 , 0x00000039 
- 00000871  0x000004c8 call  0x00007f01 
- 00000872  0x000004ca jam  0x00000000 , 0x0000488d 
- 00000873  0x000004cb jam  0x0000006d , 0x00004885 
- 00000874  0x000004cc setarg  0x0000401f 
- 00000875  0x000004cd store  0x00000002 , 0x000049db 
- 00000876  0x000004ce setarg  0x00006d04 
- 00000877  0x000004cf store  0x00000002 , 0x00004a44 
- 00000878  0x000004d0 setarg  0x000016b0 
- 00000879  0x000004d1 store  0x00000002 , 0x00004a4a 
- 00000880  0x000004d3 setarg  0x00004876 
- 00000881  0x000004d4 store  0x00000002 , 0x00004575 
- 00000882  0x000004d5 rtn 
- 00000883  0x000004fc fetcht  0x00000001 , 0x00004b23 
- 00000884  0x000004fd branch  0x00006825 
- 00000885  0x00000502 jam  0x00000040 , 0x00008086 
- 00000886  0x00000503 jam  0x00000000 , 0x00008087 
- 00000887  0x00000504 hfetch  0x00000001 , 0x00008081 
- 00000888  0x00000505 set0  0x00000000 , 0x0000003f 
- 00000889  0x00000506 set0  0x00000001 , 0x0000003f 
- 00000890  0x00000507 set1  0x00000003 , 0x0000003f 
- 00000891  0x00000508 set0  0x00000004 , 0x0000003f 
- 00000892  0x00000509 hstore  0x00000001 , 0x00008081 
- 00000893  0x0000050a setarg  0x00000000 
- 00000894  0x0000050b store  0x00000004 , 0x000001f5 
- 00000895  0x0000050c rtn 
- 00000896  0x0000050f call  0x000003bf 
- 00000897  0x00000510 call  0x00004423 
- 00000898  0x00000511 fetch  0x00000002 , 0x00004778 
- 00000899  0x00000512 arg  0x0000aa55 , 0x00000002 
- 00000900  0x00000513 isub  0x00000002 , 0x0000003e 
- 00000901  0x00000514 branch  0x000003b4 , 0x00000005 
- 00000902  0x00000515 storet  0x00000002 , 0x00004778 
- 00000903  0x00000516 call  0x0000441c 
- 00000904  0x00000517 jam  0x00000002 , 0x0000477a 
- 00000905  0x00000518 fetch  0x00000004 , 0x00004b2a 
- 00000906  0x00000519 store  0x00000004 , 0x0000477b 
- 00000907  0x0000051a store  0x00000004 , 0x00004bdd 
- 00000908  0x0000051b branch  0x0000038d 
- 00000909  0x0000051f call  0x000003bf 
- 00000910  0x00000520 call  0x00000393 
- 00000911  0x00000521 call  0x000003ab 
- 00000912  0x00000522 call  0x00000397 
- 00000913  0x00000523 call  0x000003a2 
- 00000914  0x00000524 branch  0x000003c4 
- 00000915  0x00000528 fetch  0x00000003 , 0x00004700 
- 00000916  0x00000529 store  0x00000003 , 0x00004232 
- 00000917  0x0000052a call  0x0000652a 
- 00000918  0x0000052b branch  0x000003a2 
- 00000919  0x0000052f copy  0x0000003f , 0x00000013 
- 00000920  0x00000530 copy  0x00000011 , 0x0000003f 
- 00000921  0x00000531 increase  0xfffffffc , 0x0000003f 
- 00000922  0x00000532 copy  0x0000003f , 0x00000012 
- 00000923  0x00000533 ifetch  0x00000004 , 0x00000012 
- 00000924  0x00000534 store  0x00000004 , 0x00004b25 
- 00000925  0x00000535 copy  0x00000013 , 0x0000003f 
- 00000926  0x00000536 call  0x00006552 
- 00000927  0x00000537 fetch  0x00000004 , 0x00004b25 
- 00000928  0x00000538 istore  0x00000004 , 0x00000012 
- 00000929  0x00000539 rtn 
- 00000930  0x0000053c setarg  0x000186a0 
- 00000931  0x0000053d call  0x00002a8f 
- 00000932  0x0000053e call  0x0000650b 
- 00000933  0x0000053f setarg  0x000001fa 
- 00000934  0x00000540 hstore  0x00000002 , 0x0000808c 
- 00000935  0x00000541 setarg  0x00000005 
- 00000936  0x00000542 call  0x000064f3 
- 00000937  0x00000543 bbit1  0x00000000 , 0x000003a2 
- 00000938  0x00000544 rtn 
- 00000939  0x00000547 setarg  0x0000477f 
- 00000940  0x00000548 arg  0x00004720 , 0x00000002 
- 00000941  0x00000549 isub  0x00000002 , 0x00000002 
- 00000942  0x0000054a fetch  0x00000003 , 0x00004700 
- 00000943  0x0000054b arg  0x00004720 , 0x00000011 
- 00000944  0x0000054c rtn 
- 00000945  0x00000550 call  0x000003bf 
- 00000946  0x00000551 call  0x000003ab 
- 00000947  0x00000552 branch  0x00006562 
- 00000948  0x00000556 call  0x000003b1 
- 00000949  0x00000557 call  0x000003cd 
- 00000950  0x00000558 call  0x0000431a 
- 00000951  0x00000559 fetch  0x00000004 , 0x0000477b 
- 00000952  0x0000055a store  0x00000004 , 0x00004bdd 
- 00000953  0x0000055b rtn 
- 00000954  0x0000055e call  0x00000375 
- 00000955  0x0000055f call  0x0000650b 
- 00000956  0x00000560 arg  0x00004b25 , 0x00000011 
- 00000957  0x00000561 arg  0x000000b9 , 0x00000002 
- 00000958  0x00000562 branch  0x00006556 
- 00000959  0x00000566 call  0x00000375 
- 00000960  0x00000567 call  0x0000650b 
- 00000961  0x00000568 arg  0x00004b25 , 0x00000011 
- 00000962  0x00000569 arg  0x000000ab , 0x00000002 
- 00000963  0x0000056a branch  0x00006556 
- 00000964  0x0000056e arg  0x00000002 , 0x00000002 
- 00000965  0x0000056f arg  0x000047c2 , 0x00000011 
- 00000966  0x00000570 arg  0x0000005f , 0x00000012 
- 00000967  0x00000571 fetch  0x00000003 , 0x00004700 
- 00000968  0x00000572 iadd  0x00000012 , 0x0000003f 
- 00000969  0x00000573 call  0x00000397 
- 00000970  0x00000574 call  0x000003a2 
- 00000971  0x00000575 call  0x000003ba 
- 00000972  0x00000576 branch  0x00000329 
- 00000973  0x0000057b call  0x000003bf 
- 00000974  0x0000057c arg  0x00000002 , 0x00000002 
- 00000975  0x0000057d arg  0x000047c2 , 0x00000011 
- 00000976  0x0000057e arg  0x0000005f , 0x00000012 
- 00000977  0x0000057f fetch  0x00000003 , 0x00004700 
- 00000978  0x00000580 iadd  0x00000012 , 0x0000003f 
- 00000979  0x00000581 branch  0x00006562 
- 00000980  0x00000589 fetch  0x00000001 , 0x00000abd 
- 00000981  0x0000058a isolate0  0x00000003 , 0x0000003f 
- 00000982  0x0000058b nbranch  0x000003d9 , 0x00000001 
- 00000983  0x0000058c call  0x0000032b 
- 00000984  0x0000058d call  0x00000346 
- 00000985  0x00000593 fetch  0x00000001 , 0x00004720 
- 00000986  0x00000594 beq  0x00000000 , 0x000003dd 
- 00000987  0x00000595 beq  0x00000001 , 0x000003dd 
- 00000988  0x00000596 branch  0x000002fb 
- 00000989  0x0000059b setarg  0x00000000 
- 00000990  0x0000059c store  0x00000002 , 0x00004be2 
- 00000991  0x0000059d call  0x000003e2 
- 00000992  0x0000059e branch  0x000001b4 , 0x00000028 
- 00000993  0x0000059f branch  0x00000190 
- 00000994  0x000005a2 arg  0x00000002 , 0x00000039 
- 00000995  0x000005a3 arg  0x00004bdd , 0x00000006 
- 00000996  0x000005a5 call  0x00007fe7 
- 00000997  0x000005a6 setarg  0x0000ffff 
- 00000998  0x000005a8 ifetcht  0x00000002 , 0x00000006 
- 00000999  0x000005a9 isub  0x00000002 , 0x0000003e 
- 00001000  0x000005aa ncall  0x00007fe9 , 0x00000005 
- 00001001  0x000005ab loop  0x000003e6 
- 00001002  0x000005ac rtn 
- 00001003  0x000005af setarg  0x00000400 
- 00001004  0x000005b0 store  0x00000002 , 0x00004ce6 
- 00001005  0x000005b1 setarg  0x00000417 
- 00001006  0x000005b2 store  0x00000002 , 0x000041ef 
- 00001007  0x000005b3 setarg  0x00000667 
- 00001008  0x000005b4 store  0x00000002 , 0x000041f9 
- 00001009  0x000005b5 setarg  0x00000443 
- 00001010  0x000005b6 store  0x00000002 , 0x000041f1 
- 00001011  0x000005b7 setarg  0x000002c8 
- 00001012  0x000005b8 store  0x00000002 , 0x000041ed 
- 00001013  0x000005b9 setarg  0x0000048d 
- 00001014  0x000005ba store  0x00000002 , 0x000041f5 
- 00001015  0x000005bb setarg  0x00000469 
- 00001016  0x000005bc store  0x00000002 , 0x000041f3 
- 00001017  0x000005bd setarg  0x000004f0 
- 00001018  0x000005be store  0x00000002 , 0x000041eb 
- 00001019  0x000005bf setarg  0x00000503 
- 00001020  0x000005c0 store  0x00000002 , 0x000041fd 
- 00001021  0x000005c1 setarg  0x00003d36 
- 00001022  0x000005c2 store  0x00000002 , 0x00004201 
- 00001023  0x000005c3 rtn 
- 00001024  0x000005c6 call  0x00004401 
- 00001025  0x000005c7 fetch  0x00000002 , 0x0000469f 
- 00001026  0x000005c8 rtn  0x00000034 
- 00001027  0x000005c9 branch  0x00000071 
- 00001028  0x000005cd arg  0x00001800 , 0x00000006 
- 00001029  0x000005ce arg  0x0000480a , 0x00000005 
- 00001030  0x000005cf call  0x0000040c 
- 00001031  0x000005d0 arg  0x00001900 , 0x00000006 
- 00001032  0x000005d1 call  0x0000040c 
- 00001033  0x000005d2 arg  0x00001a00 , 0x00000006 
- 00001034  0x000005d3 call  0x0000040c 
- 00001035  0x000005d4 arg  0x00001b00 , 0x00000006 
- 00001036  0x000005d6 arg  0x0000001b , 0x00000039 
- 00001037  0x000005d7 branch  0x00007f01 
- 00001038  0x000005da arg  0x0000480a , 0x00000006 
- 00001039  0x000005db arg  0x00001800 , 0x00000005 
- 00001040  0x000005dc call  0x0000040c 
- 00001041  0x000005dd arg  0x00001900 , 0x00000005 
- 00001042  0x000005de call  0x0000040c 
- 00001043  0x000005df arg  0x00001a00 , 0x00000005 
- 00001044  0x000005e0 call  0x0000040c 
- 00001045  0x000005e1 arg  0x00001b00 , 0x00000005 
- 00001046  0x000005e2 branch  0x0000040c 
- 00001047  0x000005e5 call  0x00005892 
- 00001048  0x000005e6 nrtn  0x00000034 
- 00001049  0x000005e7 fetch  0x00000001 , 0x000046c5 
- 00001050  0x000005e8 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001051  0x000005e9 rtnne  0x00000003 
- 00001052  0x000005ea fetch  0x00000001 , 0x0000479c 
- 00001053  0x000005eb call  0x00000466 , 0x00000034 
- 00001054  0x000005ec fetch  0x00000004 , 0x000046d3 
- 00001055  0x000005ef bbit1  0x00000005 , 0x00004179 
- 00001056  0x000005f0 call  0x00003f97 
- 00001057  0x000005f1 nrtn  0x00000028 
- 00001058  0x000005f2 call  0x0000043e 
- 00001059  0x000005f3 branch  0x00000429 
- 00001060  0x000005f6 jam  0x00000007 , 0x000047a0 
- 00001061  0x000005f7 jam  0x00000004 , 0x000047a1 
- 00001062  0x000005f8 setarg  0x000047a0 
- 00001063  0x000005f9 store  0x00000002 , 0x00004218 
- 00001064  0x000005fa branch  0x00007e38 
- 00001065  0x000005fd arg  0x0000469a , 0x00000011 
- 00001066  0x000005fe call  0x00007e3d 
- 00001067  0x000005ff call  0x0000042d , 0x00000028 
- 00001068  0x00000601 rtn 
- 00001069  0x00000603 fetch  0x00000001 , 0x000047c1 
- 00001070  0x00000604 increase  0x00000001 , 0x0000003f 
- 00001071  0x00000605 store  0x00000001 , 0x000047c1 
- 00001072  0x00000606 rtn 
- 00001073  0x00000609 arg  0x0000469a , 0x00000011 
- 00001074  0x0000060a call  0x00007e54 
- 00001075  0x0000060b branch  0x00000435 , 0x00000028 
- 00001076  0x0000060c rtn 
- 00001077  0x0000060f call  0x00005652 
- 00001078  0x00000610 fetch  0x00000001 , 0x000047c1 
- 00001079  0x00000611 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00001080  0x00000612 ncall  0x00005650 , 0x00000002 
- 00001081  0x00000613 fetch  0x00000001 , 0x000047c1 
- 00001082  0x00000614 rtn  0x00000034 
- 00001083  0x00000615 increase  0xffffffff , 0x0000003f 
- 00001084  0x00000616 store  0x00000001 , 0x000047c1 
- 00001085  0x00000617 branch  0x00003f90 
- 00001086  0x0000061b fetch  0x00000002 , 0x0000469f 
- 00001087  0x0000061c rtn  0x00000034 
- 00001088  0x0000061d jam  0x00000001 , 0x00004806 
- 00001089  0x0000061e jam  0x00000002 , 0x00004807 
- 00001090  0x0000061f rtn 
- 00001091  0x00000622 rtn  0x0000002e 
- 00001092  0x00000623 fetch  0x00000001 , 0x000041e2 
- 00001093  0x00000624 rtn  0x00000034 
- 00001094  0x00000625 call  0x00005271 
- 00001095  0x00000626 nrtn  0x00000034 
- 00001096  0x00000627 fetch  0x00000001 , 0x0000479c 
- 00001097  0x00000628 call  0x00000466 , 0x00000034 
- 00001098  0x00000629 fetch  0x00000004 , 0x000046d3 
- 00001099  0x0000062c bbit1  0x00000005 , 0x00003f8a 
- 00001100  0x0000062d bbit1  0x00000009 , 0x00003f8a 
- 00001101  0x0000062e call  0x00003f97 
- 00001102  0x0000062f nrtn  0x00000028 
- 00001103  0x00000630 call  0x0000043e 
- 00001104  0x00000631 fetch  0x00000001 , 0x00004b03 
- 00001105  0x00000632 beq  0x00000001 , 0x00000455 
- 00001106  0x00000633 fetch  0x00000001 , 0x00004b0a 
- 00001107  0x00000634 rtn  0x00000034 
- 00001108  0x00000635 branch  0x00003f81 
- 00001109  0x00000638 fetch  0x00000001 , 0x0000469a 
- 00001110  0x00000639 store  0x00000001 , 0x00004b04 
- 00001111  0x0000063a fetch  0x00000001 , 0x0000469b 
- 00001112  0x0000063b istore  0x00000001 , 0x00000005 
- 00001113  0x0000063c fetch  0x00000001 , 0x0000469d 
- 00001114  0x0000063d istore  0x00000001 , 0x00000005 
- 00001115  0x0000063e fetch  0x00000002 , 0x0000469f 
- 00001116  0x0000063f istore  0x00000002 , 0x00000005 
- 00001117  0x00000641 arg  0x00000007 , 0x00000011 
- 00001118  0x00000642 call  0x00004d63 
- 00001119  0x00000643 fetch  0x00000002 , 0x0000424e 
- 00001120  0x00000644 istore  0x00000002 , 0x00000005 
- 00001121  0x00000645 setarg  0x000002a1 
- 00001122  0x00000646 istore  0x00000002 , 0x00000005 
- 00001123  0x00000647 fetch  0x00000005 , 0x00004b04 
- 00001124  0x00000648 istore  0x00000005 , 0x00000005 
- 00001125  0x00000649 rtn 
- 00001126  0x0000064c call  0x00005814 
- 00001127  0x0000064d jam  0x00000001 , 0x0000479c 
- 00001128  0x0000064e branch  0x00000340 
- 00001129  0x00000651 call  0x00007e34 
- 00001130  0x00000652 call  0x00000488 
- 00001131  0x00000653 branch  0x00003ee0 
- 00001132  0x00000656 set0  0x00000007 , 0x00000002 
- 00001133  0x00000657 arg  0x00008078 , 0x00000005 
- 00001134  0x00000658 call  0x00006830 
- 00001135  0x00000659 set1  0x00000007 , 0x00000002 
- 00001136  0x0000065a arg  0x0000807c , 0x00000005 
- 00001137  0x0000065b call  0x00006830 
- 00001138  0x0000065c set0  0x00000007 , 0x00000002 
- 00001139  0x0000065d arg  0x00008070 , 0x00000005 
- 00001140  0x0000065e branch  0x00006830 
- 00001141  0x00000661 set1  0x00000007 , 0x00000002 
- 00001142  0x00000662 arg  0x00008078 , 0x00000005 
- 00001143  0x00000663 call  0x00006830 
- 00001144  0x00000664 set0  0x00000007 , 0x00000002 
- 00001145  0x00000665 branch  0x00000470 
- 00001146  0x00000668 fetcht  0x00000001 , 0x000046e7 
- 00001147  0x00000669 call  0x0000681d 
- 00001148  0x0000066a branch  0x00003d62 , 0x00000001 
- 00001149  0x0000066c fetch  0x00000001 , 0x000046b6 
- 00001150  0x0000066d rtneq  0x00000000 
- 00001151  0x0000066e jam  0x00000000 , 0x000046b6 
- 00001152  0x0000066f fetch  0x00000001 , 0x0000477a 
- 00001153  0x00000670 increase  0x00000001 , 0x0000003f 
- 00001154  0x00000671 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00001155  0x00000672 ncall  0x00007fef , 0x00000002 
- 00001156  0x00000674 store  0x00000001 , 0x0000477a 
- 00001157  0x00000675 call  0x00003d7e 
- 00001158  0x00000676 jam  0x00000002 , 0x000046df 
- 00001159  0x00000677 branch  0x0000038d 
- 00001160  0x0000067c fetcht  0x00000001 , 0x000046e7 
- 00001161  0x0000067d call  0x0000046c 
- 00001162  0x0000067e call  0x0000047a 
- 00001163  0x0000067f fetcht  0x00000001 , 0x000046e7 
- 00001164  0x00000680 branch  0x00000475 
- 00001165  0x00000684 copy  0x00000013 , 0x0000003f 
- 00001166  0x00000685 beq  0x00000014 , 0x0000049f 
- 00001167  0x00000686 beq  0x00000015 , 0x000004a2 
- 00001168  0x00000687 beq  0x00000029 , 0x000004ab 
- 00001169  0x00000688 beq  0x00000032 , 0x000004ad 
- 00001170  0x00000689 beq  0x00000040 , 0x000004b4 
- 00001171  0x0000068a beq  0x00000004 , 0x000004bf 
- 00001172  0x0000068b beq  0x00000013 , 0x000004bf 
- 00001173  0x0000068c beq  0x00000027 , 0x000004c6 
- 00001174  0x0000068d beq  0x00000019 , 0x000033df 
- 00001175  0x0000068e beq  0x00000021 , 0x000004c8 
- 00001176  0x0000068f beq  0x00000001 , 0x000004ce 
- 00001177  0x00000690 beq  0x00000002 , 0x000004d1 
- 00001178  0x00000691 beq  0x0000002b , 0x000004d6 
- 00001179  0x00000692 beq  0x00000039 , 0x000004db 
- 00001180  0x00000693 beq  0x0000003a , 0x000004e7 
- 00001181  0x00000694 beq  0x0000003c , 0x000004ee 
- 00001182  0x00000695 branch  0x0000417d 
- 00001183  0x00000698 call  0x00000335 
- 00001184  0x00000699 call  0x00000424 
- 00001185  0x0000069a branch  0x000041c3 
- 00001186  0x0000069d call  0x000004ff 
- 00001187  0x0000069e setarg  0x00000007 
- 00001188  0x0000069f store  0x00000002 , 0x00004496 
- 00001189  0x000006a0 store  0x00000002 , 0x00004498 
- 00001190  0x000006a1 jam  0x00000000 , 0x000047c4 
- 00001191  0x000006a2 jam  0x00000000 , 0x0000479c 
- 00001192  0x000006a3 call  0x00000424 
- 00001193  0x000006a4 call  0x00005816 
- 00001194  0x000006a5 branch  0x000041d9 
- 00001195  0x000006a9 jam  0x00000012 , 0x00000a99 
- 00001196  0x000006aa branch  0x00007d8f 
- 00001197  0x000006ad fetch  0x00000001 , 0x0000479f 
- 00001198  0x000006ae beq  0x00000001 , 0x000004b0 
- 00001199  0x000006af branch  0x000004b2 
- 00001200  0x000006b2 call  0x000004ab 
- 00001201  0x000006b3 jam  0x00000014 , 0x000046c6 
- 00001202  0x000006b5 arg  0x00000001 , 0x00000007 
- 00001203  0x000006b6 branch  0x000041b9 
- 00001204  0x000006b9 fetch  0x00000002 , 0x00004509 
- 00001205  0x000006ba rtneq  0x00000000 
- 00001206  0x000006bb fetch  0x00000001 , 0x00000441 
- 00001207  0x000006bc rshift2  0x0000003f , 0x0000003f 
- 00001208  0x000006bd sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00001209  0x000006be rtn  0x00000002 
- 00001210  0x000006bf setarg  0x00000009 
- 00001211  0x000006c0 store  0x00000002 , 0x00004496 
- 00001212  0x000006c1 store  0x00000002 , 0x00004498 
- 00001213  0x000006c2 call  0x000004ab 
- 00001214  0x000006c3 branch  0x000005cf 
- 00001215  0x000006c8 fetch  0x00000002 , 0x00004682 
- 00001216  0x000006c9 rtnbit1  0x0000000c 
- 00001217  0x000006ca rtnbit1  0x00000006 
- 00001218  0x000006cb rtnbit1  0x0000000b 
- 00001219  0x000006cc fetch  0x00000004 , 0x000046d3 
- 00001220  0x000006cd rtnbit1  0x00000005 
- 00001221  0x000006d0 branch  0x000033a7 
- 00001222  0x000006d3 call  0x0000438e 
- 00001223  0x000006d4 branch  0x000033a7 
- 00001224  0x000006d7 fetch  0x00000001 , 0x00004808 
- 00001225  0x000006d8 rtneq  0x00000002 
- 00001226  0x000006d9 increase  0x00000001 , 0x0000003f 
- 00001227  0x000006da store  0x00000001 , 0x00004808 
- 00001228  0x000006db jam  0x00000012 , 0x000041e3 
- 00001229  0x000006dc branch  0x0000340e 
- 00001230  0x000006df jam  0x00000000 , 0x00004809 
- 00001231  0x000006e0 call  0x00000335 
- 00001232  0x000006e1 branch  0x000042ca 
- 00001233  0x000006e4 jam  0x00000000 , 0x00004aff 
- 00001234  0x000006e5 jam  0x00000000 , 0x00004b01 
- 00001235  0x000006e6 jam  0x00000000 , 0x00004b0a 
- 00001236  0x000006e7 call  0x000004ff 
- 00001237  0x000006e8 branch  0x000041d9 
- 00001238  0x000006eb fetch  0x00000001 , 0x00004808 
- 00001239  0x000006ec rtnne  0x00000002 
- 00001240  0x000006ed jam  0x00000000 , 0x00004808 
- 00001241  0x000006ee jam  0x0000000e , 0x000041e3 
- 00001242  0x000006ef branch  0x0000340e 
- 00001243  0x000006f3 call  0x00000335 
- 00001244  0x000006f5 jam  0x00000001 , 0x0000478b 
- 00001245  0x000006f6 arg  0x00000003 , 0x00000007 
- 00001246  0x000006f7 call  0x000043d2 
- 00001247  0x000006f8 setarg  0x00000000 
- 00001248  0x000006f9 store  0x00000002 , 0x00004707 
- 00001249  0x000006fa jam  0x00000000 , 0x000046a7 
- 00001250  0x00000700 call  0x0000405d 
- 00001251  0x00000702 call  0x000002f1 
- 00001252  0x00000706 fetch  0x00000004 , 0x00004bdd 
- 00001253  0x00000707 store  0x00000004 , 0x0000477b 
- 00001254  0x00000709 branch  0x0000038d 
- 00001255  0x0000070c call  0x000004ff 
- 00001256  0x0000070d jam  0x00000000 , 0x00004cf5 
- 00001257  0x0000070e call  0x000002f1 
- 00001258  0x0000070f call  0x000001dc 
- 00001259  0x00000710 jam  0x00000000 , 0x000041bd 
- 00001260  0x00000711 call  0x000002d4 
- 00001261  0x00000712 branch  0x0000340a 
- 00001262  0x00000715 call  0x00000335 
- 00001263  0x00000716 branch  0x00003f8d 
- 00001264  0x0000071a enable  0x00000028 
- 00001265  0x0000071b hfetch  0x00000004 , 0x00008138 
- 00001266  0x0000071c setflag  0x00000028 , 0x0000001a , 0x0000003f 
- 00001267  0x0000071d hstore  0x00000004 , 0x0000804c 
- 00001268  0x0000071e call  0x00002c21 
- 00001269  0x0000071f call  0x000004ff 
- 00001270  0x00000720 call  0x000074bd 
- 00001271  0x00000721 call  0x00004482 
- 00001272  0x00000722 call  0x00003e9f 
- 00001273  0x00000723 call  0x000002d4 
- 00001274  0x00000724 call  0x000003ba 
- 00001275  0x00000725 hfetch  0x00000001 , 0x00008081 
- 00001276  0x00000726 and  0x0000003f , 0x000000f7 , 0x0000003f 
- 00001277  0x00000727 hstore  0x00000001 , 0x00008081 
- 00001278  0x00000728 rtn 
- 00001279  0x0000072b fetch  0x00000001 , 0x00004afe 
- 00001280  0x0000072c rtn  0x00000034 
- 00001281  0x0000072d jam  0x00000000 , 0x00004afe 
- 00001282  0x0000072e branch  0x00000346 
- 00001283  0x00000732 call  0x00000552 
- 00001284  0x00000733 call  0x00000510 
- 00001285  0x00000734 call  0x0000051f 
- 00001286  0x00000735 call  0x00000576 
- 00001287  0x00000737 call  0x00000534 
- 00001288  0x00000738 call  0x00004234 
- 00001289  0x00000739 call  0x0000423a 
- 00001290  0x0000073a call  0x00004237 
- 00001291  0x0000073b call  0x0000051c 
- 00001292  0x0000073c call  0x00000514 
- 00001293  0x0000073d call  0x00004231 
- 00001294  0x0000073e call  0x00000517 
- 00001295  0x0000073f branch  0x0000077b 
- 00001296  0x00000742 fetch  0x00000001 , 0x00004714 
- 00001297  0x00000743 branch  0x000043eb , 0x00000034 
- 00001298  0x00000744 jam  0x0000000c , 0x000046cf 
- 00001299  0x00000745 rtn 
- 00001300  0x00000748 arg  0x00004809 , 0x00000013 
- 00001301  0x00000749 arg  0x0000637a , 0x00000012 
- 00001302  0x0000074a branch  0x0000336d 
- 00001303  0x0000074d arg  0x00004b09 , 0x00000013 
- 00001304  0x0000074e arg  0x0000051a , 0x00000012 
- 00001305  0x0000074f branch  0x0000336d 
- 00001306  0x00000751 jam  0x00000001 , 0x00004b0a 
- 00001307  0x00000752 rtn 
- 00001308  0x00000756 arg  0x000046c6 , 0x00000013 
- 00001309  0x00000757 arg  0x00003d60 , 0x00000012 
- 00001310  0x00000758 branch  0x0000336d 
- 00001311  0x0000075b arg  0x00004807 , 0x00000013 
- 00001312  0x0000075c arg  0x00000522 , 0x00000012 
- 00001313  0x0000075d branch  0x0000336d 
- 00001314  0x0000075f jam  0x00000000 , 0x00004806 
- 00001315  0x00000760 rtn 
- 00001316  0x00000763 arg  0x00004b24 , 0x00000013 
- 00001317  0x00000764 arg  0x00000527 , 0x00000012 
- 00001318  0x00000765 branch  0x0000336d 
- 00001319  0x00000768 fetcht  0x00000001 , 0x00004720 
- 00001320  0x00000769 fetch  0x00000001 , 0x00004703 
- 00001321  0x0000076a isub  0x00000002 , 0x0000003e 
- 00001322  0x0000076b rtn  0x00000005 
- 00001323  0x0000076c fetch  0x00000002 , 0x00004682 
- 00001324  0x0000076d isolate1  0x0000000b , 0x0000003f 
- 00001325  0x0000076e call  0x000042d4 , 0x00000001 
- 00001326  0x0000076f fetch  0x00000002 , 0x00004682 
- 00001327  0x00000770 isolate1  0x00000007 , 0x0000003f 
- 00001328  0x00000771 call  0x00004392 , 0x00000001 
- 00001329  0x00000772 branch  0x000043b8 
- 00001330  0x00000776 fetcht  0x00000001 , 0x000046ed 
- 00001331  0x00000777 branch  0x0000681d 
- 00001332  0x0000077c call  0x00000532 
- 00001333  0x0000077d nbranch  0x0000053f , 0x00000001 
- 00001334  0x0000077f call  0x00000524 
- 00001335  0x00000780 fetch  0x00000001 , 0x000046d9 
- 00001336  0x00000781 rtneq  0x00000000 
- 00001337  0x00000782 jam  0x00000000 , 0x000046d9 
- 00001338  0x00000783 fetch  0x00000002 , 0x000046a8 
- 00001339  0x00000784 store  0x00000002 , 0x000046ae 
- 00001340  0x00000785 force  0x00000003 , 0x00000007 
- 00001341  0x00000786 fetch  0x00000002 , 0x000040b9 
- 00001342  0x00000787 branch  0x00007f08 
- 00001343  0x0000078c fetch  0x00000001 , 0x000046d9 
- 00001344  0x0000078d rtneq  0x00000001 
- 00001345  0x0000078e fetch  0x00000001 , 0x00004b24 
- 00001346  0x0000078f ncall  0x00000547 , 0x00000034 
- 00001347  0x00000790 fetch  0x00000001 , 0x00004685 
- 00001348  0x00000791 store  0x00000001 , 0x00004b24 
- 00001349  0x00000792 jam  0x00000001 , 0x000046d9 
- 00001350  0x00000793 rtn 
- 00001351  0x00000796 fetcht  0x00000001 , 0x00004720 
- 00001352  0x00000797 increase  0x00000001 , 0x00000002 
- 00001353  0x00000798 fetch  0x00000001 , 0x000046d2 
- 00001354  0x00000799 isub  0x00000002 , 0x0000003e 
- 00001355  0x0000079a ncall  0x000043cc , 0x00000002 
- 00001356  0x0000079b storet  0x00000001 , 0x00004720 
- 00001357  0x0000079c jam  0x00000000 , 0x000041bd 
- 00001358  0x0000079d call  0x0000038d 
- 00001359  0x000007a0 fetch  0x00000004 , 0x000046d3 
- 00001360  0x000007a1 rtneq  0x00000009 
- 00001361  0x000007a2 branch  0x0000437e 
- 00001362  0x000007a9 fetch  0x00000001 , 0x000046ce 
- 00001363  0x000007aa increase  0x00000001 , 0x0000003f 
- 00001364  0x000007ab store  0x00000001 , 0x000046ce 
- 00001365  0x000007ac sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00001366  0x000007ad rtn  0x00000002 
- 00001367  0x000007ae jam  0x00000000 , 0x000046ce 
- 00001368  0x000007af call  0x000068eb 
- 00001369  0x000007b0 call  0x00006908 
- 00001370  0x000007b1 store  0x00000002 , 0x0000470f 
- 00001371  0x000007b2 arg  0x00004709 , 0x00000011 
- 00001372  0x000007b3 call  0x00000569 
- 00001373  0x000007b4 fetch  0x00000001 , 0x00004231 
- 00001374  0x000007b6 bbit0  0x00000000 , 0x00000561 
- 00001375  0x000007b7 jam  0x00000001 , 0x00004afd 
- 00001376  0x000007b8 branch  0x000043e7 
- 00001377  0x000007ba call  0x000043e9 
- 00001378  0x000007bb jam  0x0000000c , 0x000046cf 
- 00001379  0x000007bc fetch  0x00000001 , 0x00004afd 
- 00001380  0x000007bd rtn  0x00000034 
- 00001381  0x000007be jam  0x00000000 , 0x00004afd 
- 00001382  0x000007bf fetch  0x00000001 , 0x000046ef 
- 00001383  0x000007c0 store  0x00000001 , 0x00004715 
- 00001384  0x000007c1 branch  0x00004296 
- 00001385  0x000007d7 ifetch  0x00000008 , 0x00000011 
- 00001386  0x000007d8 store  0x00000008 , 0x00000a9a 
- 00001387  0x000007d9 fetcht  0x00000002 , 0x00000a9c 
- 00001388  0x000007da fetch  0x00000002 , 0x00000aa0 
- 00001389  0x000007db isub  0x00000002 , 0x0000003e 
- 00001390  0x000007dc nbranch  0x00006944 , 0x00000002 
- 00001391  0x000007dd fetcht  0x00000002 , 0x00000a9e 
- 00001392  0x000007de isub  0x00000002 , 0x0000003e 
- 00001393  0x000007df nbranch  0x00006940 , 0x00000002 
- 00001394  0x000007e1 fetch  0x00000001 , 0x00004231 
- 00001395  0x000007e2 set0  0x00000000 , 0x0000003f 
- 00001396  0x000007e3 store  0x00000001 , 0x00004231 
- 00001397  0x000007e4 rtn 
- 00001398  0x000007e8 arg  0x000046df , 0x00000013 
- 00001399  0x000007e9 arg  0x00000579 , 0x00000012 
- 00001400  0x000007ea branch  0x0000336d 
- 00001401  0x000007ed fetch  0x00000001 , 0x000046f4 
- 00001402  0x000007ee store  0x00000001 , 0x00004715 
- 00001403  0x000007ef setarg  0x000003e8 
- 00001404  0x000007f0 store  0x00000002 , 0x00004716 
- 00001405  0x000007f1 store  0x00000002 , 0x00004718 
- 00001406  0x000007f2 arg  0x00000000 , 0x00000011 
- 00001407  0x000007f3 fetcht  0x00000001 , 0x0000477a 
- 00001408  0x000007f5 storet  0x00000001 , 0x00004714 
- 00001409  0x000007f6 jam  0x00000001 , 0x00004713 
- 00001410  0x000007f7 rtn 
- 00001411  0x000007fb jam  0x00000000 , 0x00004b29 
- 00001412  0x000007fc isolate1  0x00000026 , 0x00000000 
- 00001413  0x000007fd call  0x000001dc , 0x00000001 
- 00001414  0x000007fe branch  0x0000426d 
- 00001415  0x00000802 call  0x000068a2 
- 00001416  0x00000803 fetch  0x00000002 , 0x0000421d 
- 00001417  0x00000804 nbranch  0x0000058b , 0x00000034 
- 00001418  0x00000805 setarg  0x00001122 
- 00001419  0x00000807 store  0x00000002 , 0x000047c2 
- 00001420  0x00000808 rtn 
- 00001421  0x0000080c call  0x000002f1 
- 00001422  0x0000080d jam  0x00000000 , 0x0000479c 
- 00001423  0x0000080e fetch  0x00000002 , 0x00004682 
- 00001424  0x0000080f bbit1  0x0000000b , 0x00000599 
- 00001425  0x00000812 call  0x000003cd 
- 00001426  0x00000813 fetcht  0x00000002 , 0x000047c2 
- 00001427  0x00000814 increase  0x00000001 , 0x00000002 
- 00001428  0x00000815 storet  0x00000002 , 0x000047c2 
- 00001429  0x00000816 storet  0x00000002 , 0x000044a1 
- 00001430  0x00000817 call  0x000003c4 
- 00001431  0x00000818 random  0x0000003f 
- 00001432  0x00000819 store  0x00000001 , 0x000044a0 
- 00001433  0x0000081b call  0x00003418 
- 00001434  0x0000081c fetch  0x00000002 , 0x00004687 
- 00001435  0x0000081d store  0x00000002 , 0x000046ac 
- 00001436  0x0000081e jam  0x00000006 , 0x0000016d 
- 00001437  0x0000081f setarg  0x00000000 
- 00001438  0x00000820 store  0x00000002 , 0x000046b0 
- 00001439  0x00000821 store  0x00000002 , 0x000046ae 
- 00001440  0x00000822 arg  0x00000007 , 0x00000007 
- 00001441  0x00000823 call  0x000043ce 
- 00001442  0x00000824 call  0x000043ca 
- 00001443  0x00000825 fetch  0x00000001 , 0x00004092 
- 00001444  0x00000826 isolate1  0x00000001 , 0x0000003f 
- 00001445  0x00000827 call  0x000005a8 , 0x00000001 
- 00001446  0x00000828 jam  0x00000000 , 0x00004b2e 
- 00001447  0x00000829 branch  0x000042c4 
- 00001448  0x0000082d jam  0x00000000 , 0x0000479f 
- 00001449  0x0000082e call  0x00000317 
- 00001450  0x0000082f setarg  0x00000005 
- 00001451  0x00000830 istore  0x00000001 , 0x00000006 
- 00001452  0x00000832 arg  0x00004b10 , 0x00000006 
- 00001453  0x00000833 call  0x000005af 
- 00001454  0x00000835 branch  0x00007df4 
- 00001455  0x00000838 arg  0x0000437b , 0x00000005 
- 00001456  0x00000839 arg  0x00000013 , 0x00000039 
- 00001457  0x0000083a call  0x00007f01 
- 00001458  0x0000083b branch  0x000057b8 
- 00001459  0x0000083e setarg  0x00000000 
- 00001460  0x0000083f store  0x00000002 , 0x000046ac 
- 00001461  0x00000840 store  0x00000001 , 0x00004714 
- 00001462  0x00000841 call  0x00000340 
- 00001463  0x00000842 branch  0x000042cb 
- 00001464  0x00000845 fetch  0x00000001 , 0x0000450f 
- 00001465  0x00000846 pincrease  0x00000001 
- 00001466  0x00000847 store  0x00000001 , 0x0000450f 
- 00001467  0x00000848 beq  0x0000000c , 0x00005395 
- 00001468  0x00000849 call  0x000055aa 
- 00001469  0x0000084a call  0x0000561e 
- 00001470  0x0000084b call  0x0000079d 
- 00001471  0x0000084c branch  0x0000538f 
- 00001472  0x0000084f fetch  0x00000001 , 0x00000016 
- 00001473  0x00000850 increase  0x00000001 , 0x0000003f 
- 00001474  0x00000851 store  0x00000001 , 0x00000016 
- 00001475  0x00000852 rtnne  0x00000028 
- 00001476  0x00000853 jam  0x00000025 , 0x00000016 
- 00001477  0x00000854 rtn 
- 00001478  0x00000857 call  0x000029bb 
- 00001479  0x00000858 call  0x00000027 
- 00001480  0x00000859 branch  0x000054a3 
- 00001481  0x0000085c call  0x000005d1 
- 00001482  0x0000085d branch  0x0000557d 
- 00001483  0x0000085f fetch  0x00000001 , 0x000047c5 
- 00001484  0x00000860 store  0x00000001 , 0x00004172 
- 00001485  0x00000862 jam  0x00000000 , 0x000047c4 
- 00001486  0x00000863 rtn 
- 00001487  0x00000865 jam  0x00000001 , 0x000047c4 
- 00001488  0x00000866 rtn 
- 00001489  0x00000868 fetch  0x00000001 , 0x000043d6 
- 00001490  0x00000869 sub  0x0000003f , 0x0000000c , 0x0000003e 
- 00001491  0x0000086a nbranch  0x000005cf , 0x00000002 
- 00001492  0x0000086b fetch  0x00000001 , 0x000043d8 
- 00001493  0x0000086c fetcht  0x00000001 , 0x000047c5 
- 00001494  0x0000086d isub  0x00000002 , 0x0000003e 
- 00001495  0x0000086e branch  0x000005cb , 0x00000002 
- 00001496  0x0000086f fetch  0x00000001 , 0x000043d8 
- 00001497  0x00000870 store  0x00000001 , 0x00004172 
- 00001498  0x00000871 branch  0x000005cd 
- 00001499  0x00000874 fetch  0x00000001 , 0x0000043f 
- 00001500  0x00000875 rtnbit0  0x00000006 
- 00001501  0x00000876 call  0x000005e0 
- 00001502  0x00000877 nrtn  0x00000028 
- 00001503  0x00000878 branch  0x000055a0 
- 00001504  0x0000087a enable  0x00000028 
- 00001505  0x0000087b fetch  0x00000001 , 0x0000045a 
- 00001506  0x0000087c rshift4  0x0000003f , 0x0000003f 
- 00001507  0x0000087d rtnne  0x0000000f 
- 00001508  0x0000087e fetch  0x00000001 , 0x00000460 
- 00001509  0x0000087f rshift4  0x0000003f , 0x0000003f 
- 00001510  0x00000880 rtnne  0x00000000 
- 00001511  0x00000881 branch  0x00007fe9 
- 00001512  0x00000884 fetch  0x00000001 , 0x00000456 
- 00001513  0x00000885 bbit1  0x00000005 , 0x000005fc 
- 00001514  0x00000886 call  0x0000078f 
- 00001515  0x00000887 fetch  0x00000001 , 0x0000478e 
- 00001516  0x00000888 nbranch  0x000005f2 , 0x00000034 
- 00001517  0x00000889 fetch  0x00000001 , 0x0000043f 
- 00001518  0x0000088a bbit0  0x00000004 , 0x000005f6 
- 00001519  0x0000088b fetch  0x00000001 , 0x000002da 
- 00001520  0x0000088c branch  0x000005f6 , 0x00000034 
- 00001521  0x0000088d branch  0x00005664 
- 00001522  0x0000088f fetch  0x00000001 , 0x0000478e 
- 00001523  0x00000890 increase  0xffffffff , 0x0000003f 
- 00001524  0x00000891 store  0x00000001 , 0x0000478e 
- 00001525  0x00000892 branch  0x00005664 
- 00001526  0x00000894 fetch  0x00000001 , 0x000044c4 
- 00001527  0x00000895 bne  0x00000005 , 0x000005f9 
- 00001528  0x00000896 jam  0x00000003 , 0x0000478e 
- 00001529  0x00000898 call  0x00005892 
- 00001530  0x00000899 call  0x00000431 , 0x00000034 
- 00001531  0x0000089a branch  0x00005622 
- 00001532  0x0000089d call  0x000005fe 
- 00001533  0x0000089e branch  0x0000060a 
- 00001534  0x000008a1 fetch  0x00000001 , 0x000046c5 
- 00001535  0x000008a2 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001536  0x000008a3 rtnne  0x00000003 
- 00001537  0x000008a4 fetch  0x00000001 , 0x000047c1 
- 00001538  0x000008a5 rtn  0x00000034 
- 00001539  0x000008a6 fetch  0x00000001 , 0x000043dd 
- 00001540  0x000008a7 rtn  0x00000034 
- 00001541  0x000008a8 fetch  0x00000001 , 0x000043dc 
- 00001542  0x000008a9 set1  0x00000004 , 0x0000003f 
- 00001543  0x000008aa store  0x00000001 , 0x000043dc 
- 00001544  0x000008ab call  0x00005650 
- 00001545  0x000008ac rtn 
- 00001546  0x000008b1 branch  0x00000793 
- 00001547  0x000008b4 fetch  0x00000001 , 0x0000479f 
- 00001548  0x000008b5 rtn  0x00000034 
- 00001549  0x000008b6 fetch  0x00000001 , 0x000046c5 
- 00001550  0x000008b7 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001551  0x000008b8 rtneq  0x00000003 
- 00001552  0x000008b9 jam  0x0000000a , 0x000046c6 
- 00001553  0x000008ba rtn 
- 00001554  0x000008bd rtnmark1  0x0000000f 
- 00001555  0x000008be call  0x00005890 
- 00001556  0x000008bf nrtn  0x00000034 
- 00001557  0x000008c0 fetch  0x00000001 , 0x000002d9 
- 00001558  0x000008c1 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00001559  0x000008c2 store  0x00000001 , 0x0000450c 
- 00001560  0x000008c3 ifetch  0x00000001 , 0x00000006 
- 00001561  0x000008c4 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00001562  0x000008c5 store  0x00000001 , 0x0000450b 
- 00001563  0x000008c6 rtn  0x00000034 
- 00001564  0x000008c7 copy  0x00000006 , 0x0000003f 
- 00001565  0x000008c8 store  0x00000002 , 0x0000450d 
- 00001566  0x000008c9 fetch  0x00000001 , 0x0000450c 
- 00001567  0x000008ca beq  0x00000003 , 0x00000621 
- 00001568  0x000008cb branch  0x0000568d 
- 00001569  0x000008cd fetch  0x00000001 , 0x000002db 
- 00001570  0x000008ce beq  0x00000001 , 0x00000624 
- 00001571  0x000008cf branch  0x00005c65 
- 00001572  0x000008d1 ifetch  0x00000005 , 0x00000006 
- 00001573  0x000008d2 store  0x00000005 , 0x000043ce 
- 00001574  0x000008d3 ifetch  0x00000002 , 0x00000006 
- 00001575  0x000008d4 store  0x00000002 , 0x0000045f 
- 00001576  0x000008d5 branch  0x00005c8a 
- 00001577  0x000008d8 ifetch  0x00000002 , 0x00000006 
- 00001578  0x000008d9 beq  0x00000004 , 0x0000062d 
- 00001579  0x000008da beq  0x00000006 , 0x0000064a 
- 00001580  0x000008db branch  0x00005698 
- 00001581  0x000008dd call  0x00007ea5 
- 00001582  0x000008de call  0x0000060b 
- 00001583  0x000008df call  0x00007e9f 
- 00001584  0x000008e0 ifetch  0x00000003 , 0x00000006 
- 00001585  0x000008e1 store  0x00000003 , 0x00000477 
- 00001586  0x000008e2 beq  0x00000010 , 0x0000063c 
- 00001587  0x000008e3 rshift8  0x0000003f , 0x00000002 
- 00001588  0x000008e4 sub  0x00000002 , 0x00000024 , 0x0000003e 
- 00001589  0x000008e5 branch  0x000058ad , 0x00000002 
- 00001590  0x000008e6 arg  0x000047c6 , 0x00000002 
- 00001591  0x000008e7 storet  0x00000002 , 0x000044bc 
- 00001592  0x000008e8 call  0x000058ad 
- 00001593  0x000008e9 setarg  0x00008e7a 
- 00001594  0x000008ea store  0x00000002 , 0x000044bc 
- 00001595  0x000008eb rtn 
- 00001596  0x000008ee call  0x000059fa 
- 00001597  0x000008ef call  0x00005879 
- 00001598  0x000008f0 increase  0x00000007 , 0x00000006 
- 00001599  0x000008f1 ifetch  0x00000001 , 0x00000006 
- 00001600  0x000008f2 rtnne  0x00000011 
- 00001601  0x000008f3 increase  0x00000005 , 0x00000006 
- 00001602  0x000008f4 ifetch  0x00000002 , 0x00000006 
- 00001603  0x000008f5 arg  0x00001812 , 0x00000002 
- 00001604  0x000008f6 isub  0x00000002 , 0x0000003e 
- 00001605  0x000008f7 nrtn  0x00000005 
- 00001606  0x000008f8 increase  0xfffffffc , 0x00000006 
- 00001607  0x000008f9 setarg  0x0000002b 
- 00001608  0x000008fa istore  0x00000002 , 0x00000006 
- 00001609  0x000008fb rtn 
- 00001610  0x000008fe ifetch  0x00000001 , 0x00000006 
- 00001611  0x000008ff beq  0x00000005 , 0x0000064d 
- 00001612  0x00000900 branch  0x00005af5 
- 00001613  0x00000902 call  0x00005b5a 
- 00001614  0x00000903 fetch  0x00000001 , 0x0000043f 
- 00001615  0x00000904 set0  0x00000005 , 0x0000003f 
- 00001616  0x00000905 store  0x00000001 , 0x0000043f 
- 00001617  0x00000906 branch  0x00005c8e 
- 00001618  0x00000909 fetch  0x00000001 , 0x00000016 
- 00001619  0x0000090a bne  0x00000027 , 0x000056f2 
- 00001620  0x0000090b call  0x00000658 
- 00001621  0x0000090c arg  0x00000000 , 0x00000007 
- 00001622  0x0000090d fetch  0x00000002 , 0x00004482 
- 00001623  0x0000090e branch  0x00007f08 
- 00001624  0x00000910 random  0x0000003f 
- 00001625  0x00000911 arg  0x000001ff , 0x00000002 
- 00001626  0x00000912 iand  0x00000002 , 0x0000003f 
- 00001627  0x00000913 add  0x0000003f , 0x000000fa , 0x0000003f 
- 00001628  0x00000914 branch  0x00003cbe 
- 00001629  0x00000917 disable  0x0000002b 
- 00001630  0x00000918 branch  0x00000660 , 0x0000002e 
- 00001631  0x00000919 nbranch  0x00005806 , 0x0000002d 
- 00001632  0x0000091b call  0x00002bcb 
- 00001633  0x0000091c fetch  0x00000002 , 0x000040c1 
- 00001634  0x0000091d store  0x00000002 , 0x0000044d 
- 00001635  0x0000091e fetch  0x00000001 , 0x000046c5 
- 00001636  0x0000091f compare  0x00000003 , 0x0000003f , 0x00000003 
- 00001637  0x00000920 nbranch  0x00002bde , 0x00000001 
- 00001638  0x00000921 branch  0x000057fb 
- 00001639  0x00000924 fetch  0x00000001 , 0x0000479f 
- 00001640  0x00000925 nrtn  0x00000034 
- 00001641  0x00000926 fetch  0x00000001 , 0x00000478 
- 00001642  0x00000927 sub  0x0000003f , 0x0000001a , 0x0000003f 
- 00001643  0x00000928 nrtn  0x00000005 
- 00001644  0x00000929 branch  0x00003d60 
- 00001645  0x0000092c hfetch  0x00000001 , 0x00008077 
- 00001646  0x0000092d and_into  0x000000fd , 0x0000003f 
- 00001647  0x0000092e hstore  0x00000001 , 0x00008077 
- 00001648  0x0000092f hfetcht  0x00000001 , 0x00008073 
- 00001649  0x00000930 or_into  0x00000002 , 0x00000002 
- 00001650  0x00000931 hstoret  0x00000001 , 0x00008073 
- 00001651  0x00000932 call  0x000063ee 
- 00001652  0x00000933 and_into  0x000000fd , 0x00000002 
- 00001653  0x00000934 nop  0x0000000d 
- 00001654  0x00000935 call  0x0000067a 
- 00001655  0x00000936 hstoret  0x00000001 , 0x00008073 
- 00001656  0x00000937 rtn 
- 00001657  0x0000093a call  0x000064dd 
- 00001658  0x0000093c hfetch  0x00000001 , 0x00008081 
- 00001659  0x0000093d set1  0x00000000 , 0x0000003f 
- 00001660  0x0000093e set0  0x00000001 , 0x0000003f 
- 00001661  0x0000093f set0  0x00000003 , 0x0000003f 
- 00001662  0x00000940 hstore  0x00000001 , 0x00008081 
- 00001663  0x00000941 rtn 
- 00001664  0x00000945 fetch  0x00000001 , 0x0000000e 
- 00001665  0x00000946 increase  0x00000001 , 0x0000003f 
- 00001666  0x00000947 store  0x00000001 , 0x0000000e 
- 00001667  0x00000948 call  0x00002435 
- 00001668  0x0000094a set1  0x0000002c , 0x00000000 
- 00001669  0x0000094b call  0x000022f2 
- 00001670  0x0000094c branch  0x0000068b , 0x00000018 
- 00001671  0x0000094d set0  0x0000002c , 0x00000000 
- 00001672  0x0000094e call  0x00002455 
- 00001673  0x0000094f nbranch  0x00000684 , 0x00000034 
- 00001674  0x00000950 branch  0x000020fc 
- 00001675  0x00000953 set0  0x0000002c , 0x00000000 
- 00001676  0x00000954 branch  0x0000215f 
- 00001677  0x00000957 call  0x000021c9 
- 00001678  0x00000958 nrtn  0x00000028 
- 00001679  0x0000095a disable  0x00000028 
- 00001680  0x0000095b jam  0x00000020 , 0x00000011 
- 00001681  0x0000095c set0  0x0000000b , 0x00000000 
- 00001682  0x0000095d set0  0x0000002d , 0x00000000 
- 00001683  0x0000095f call  0x00002a4f 
- 00001684  0x00000960 call  0x000022e6 
- 00001685  0x00000961 bmark1  0x0000000b , 0x0000069a 
- 00001686  0x00000962 call  0x00002455 
- 00001687  0x00000963 nbranch  0x00000693 , 0x00000034 
- 00001688  0x00000964 bmark1  0x0000002d , 0x000006a2 
- 00001689  0x00000965 branch  0x000021ec 
- 00001690  0x00000968 call  0x00002a4d 
- 00001691  0x00000969 arg  0x00000010 , 0x00000001 
- 00001692  0x0000096a call  0x000022dc 
- 00001693  0x0000096b set1  0x0000002d , 0x00000000 
- 00001694  0x0000096c set0  0x0000000b , 0x00000000 
- 00001695  0x0000096d force  0x00000001 , 0x00000004 
- 00001696  0x0000096e jam  0x00000002 , 0x00000011 
- 00001697  0x0000096f branch  0x00000693 
- 00001698  0x00000972 fetch  0x00000004 , 0x00000165 
- 00001699  0x00000973 pincrease  0x00000008 
- 00001700  0x00000974 store  0x00000004 , 0x00000165 
- 00001701  0x00000975 branch  0x000021f8 
- 00001702  0x00000978 bmark1  0x0000002c , 0x0000264d 
- 00001703  0x00000979 branch  0x0000258f 
- 00001704  0x0000097c fetch  0x00000001 , 0x00000030 
- 00001705  0x0000097d isolate1  0x00000000 , 0x0000003f 
- 00001706  0x0000097e call  0x000006ac , 0x00000001 
- 00001707  0x0000097f branch  0x0000248a 
- 00001708  0x00000981 fetch  0x00000001 , 0x00000047 
- 00001709  0x00000982 isolate1  0x00000003 , 0x0000003f 
- 00001710  0x00000983 call  0x00000793 , 0x00000001 
- 00001711  0x00000984 ncall  0x0000078f , 0x00000001 
- 00001712  0x00000985 branch  0x0000079d 
- 00001713  0x00000988 call  0x000024f0 
- 00001714  0x00000989 nbranch  0x000028f9 , 0x00000018 
- 00001715  0x0000098a call  0x000029bb 
- 00001716  0x0000098b call  0x00000027 
- 00001717  0x0000098c branch  0x00002518 
- 00001718  0x0000098f rtnmark1  0x00000026 
- 00001719  0x00000990 call  0x00002afa 
- 00001720  0x00000991 fetch  0x00000003 , 0x0000416f 
- 00001721  0x00000992 rtn  0x00000034 
- 00001722  0x00000993 fetch  0x00000001 , 0x00004091 
- 00001723  0x00000994 rtn  0x00000034 
- 00001724  0x00000995 fetch  0x00000001 , 0x000046cf 
- 00001725  0x00000996 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00001726  0x00000997 rtn  0x00000002 
- 00001727  0x00000998 fetch  0x00000001 , 0x0000465a 
- 00001728  0x00000999 branch  0x000006c3 , 0x00000034 
- 00001729  0x0000099a fetch  0x00000001 , 0x000045b1 
- 00001730  0x0000099b rtn  0x00000034 
- 00001731  0x0000099d fetch  0x00000001 , 0x000044c0 
- 00001732  0x0000099e nrtn  0x00000034 
- 00001733  0x0000099f call  0x00002c3a 
- 00001734  0x000009a0 nrtn  0x00000034 
- 00001735  0x000009a1 fetch  0x00000001 , 0x00004040 
- 00001736  0x000009a2 compare  0x00000003 , 0x0000003f , 0x00000007 
- 00001737  0x000009a3 nbranch  0x00002b9d , 0x00000001 
- 00001738  0x000009a4 fetch  0x00000002 , 0x00004042 
- 00001739  0x000009a5 arg  0x0000ffff , 0x00000002 
- 00001740  0x000009a6 isub  0x00000002 , 0x0000003e 
- 00001741  0x000009a7 rtn  0x00000005 
- 00001742  0x000009a8 branch  0x00002b7d 
- 00001743  0x000009ab disable  0x0000002b 
- 00001744  0x000009ac fetch  0x00000001 , 0x00000030 
- 00001745  0x000009ad rtnbit0  0x00000001 
- 00001746  0x000009ae nbranch  0x00002bd0 , 0x0000002d 
- 00001747  0x000009af call  0x00002bcb 
- 00001748  0x000009b0 fetch  0x00000002 , 0x000040c1 
- 00001749  0x000009b1 store  0x00000002 , 0x0000003e 
- 00001750  0x000009b2 fetch  0x00000001 , 0x00000047 
- 00001751  0x000009b3 bbit1  0x00000003 , 0x00002bde 
- 00001752  0x000009b4 bmark0  0x0000000d , 0x00002bde 
- 00001753  0x000009b5 call  0x00005274 
- 00001754  0x000009b6 nbranch  0x00002bde , 0x00000034 
- 00001755  0x000009b7 call  0x000006dd , 0x00000034 
- 00001756  0x000009b8 branch  0x00002bbe 
- 00001757  0x000009ba jam  0x00000001 , 0x0000008a 
- 00001758  0x000009bb jam  0x00000000 , 0x0000008b 
- 00001759  0x000009bc rtn 
- 00001760  0x000009c0 jam  0x00000000 , 0x00004808 
- 00001761  0x000009c1 jam  0x0000000e , 0x000041e3 
- 00001762  0x000009c2 call  0x000041e7 
- 00001763  0x000009c3 fetch  0x00000002 , 0x00004208 
- 00001764  0x000009c4 bbit1  0x00000007 , 0x000041f5 
- 00001765  0x000009c5 bbit1  0x00000000 , 0x000033a9 
- 00001766  0x000009c6 bbit1  0x00000001 , 0x000006ea 
- 00001767  0x000009c7 bbit1  0x00000002 , 0x000006ed 
- 00001768  0x000009c8 bbit1  0x00000003 , 0x000006ed 
- 00001769  0x000009c9 branch  0x000042b0 
- 00001770  0x000009cc bbit1  0x00000005 , 0x000006ed 
- 00001771  0x000009cd bbit1  0x00000003 , 0x000006ed 
- 00001772  0x000009ce branch  0x000042b0 
- 00001773  0x000009d0 fetch  0x00000002 , 0x00004682 
- 00001774  0x000009d1 bbit1  0x0000000c , 0x000042b0 
- 00001775  0x000009d2 call  0x000033a9 
- 00001776  0x000009d3 call  0x00000532 
- 00001777  0x000009d4 rtn  0x00000001 
- 00001778  0x000009d5 branch  0x000033a7 
- 00001779  0x000009d8 fetch  0x00000002 , 0x00000264 
- 00001780  0x000009d9 copy  0x0000003f , 0x00000006 
- 00001781  0x000009da ifetch  0x00000001 , 0x00000006 
- 00001782  0x000009db store  0x00000001 , 0x00004b02 
- 00001783  0x000009dc and  0x0000003f , 0x0000000f , 0x00000002 
- 00001784  0x000009dd rshift4  0x0000003f , 0x0000003f 
- 00001785  0x000009de beq  0x00000007 , 0x000006fb 
- 00001786  0x000009df branch  0x00004d39 
- 00001787  0x000009e1 call  0x00004d53 
- 00001788  0x000009e2 jam  0x00000000 , 0x00004b03 
- 00001789  0x000009e3 fetch  0x00000001 , 0x00004b02 
- 00001790  0x000009e4 isolate1  0x00000000 , 0x0000003f 
- 00001791  0x000009e5 rtn  0x00000001 
- 00001792  0x000009e6 jam  0x00000001 , 0x00004b03 
- 00001793  0x000009e7 rtn 
- 00001794  0x000009ea fetch  0x00000001 , 0x00000552 
- 00001795  0x000009eb store  0x00000001 , 0x000004c9 
- 00001796  0x000009ec beq  0x00000013 , 0x00000706 
- 00001797  0x000009ed branch  0x00005db4 
- 00001798  0x000009ef call  0x00005dcf 
- 00001799  0x000009f0 jam  0x00000001 , 0x00004aff 
- 00001800  0x000009f1 fetch  0x00000001 , 0x00004b01 
- 00001801  0x000009f2 rtn  0x00000034 
- 00001802  0x000009f3 jam  0x00000002 , 0x00004b01 
- 00001803  0x000009f4 rtn 
- 00001804  0x000009f8 disable  0x00000028 
- 00001805  0x000009f9 call  0x000062c1 
- 00001806  0x000009fc fetch  0x00000001 , 0x00000048 
- 00001807  0x000009fd rtn  0x00000034 
- 00001808  0x000009fe bbit1  0x00000007 , 0x00000716 
- 00001809  0x000009ff beq  0x00000003 , 0x0000072d 
- 00001810  0x00000a00 beq  0x00000031 , 0x00000722 
- 00001811  0x00000a01 beq  0x00000017 , 0x00000724 
- 00001812  0x00000a02 beq  0x00000007 , 0x00000726 
- 00001813  0x00000a03 branch  0x00006010 
- 00001814  0x00000a05 beq  0x00000084 , 0x00000719 
- 00001815  0x00000a06 beq  0x00000083 , 0x0000071c 
- 00001816  0x00000a07 branch  0x0000603f 
- 00001817  0x00000a09 call  0x0000071f 
- 00001818  0x00000a0a fetch  0x00000001 , 0x00000048 
- 00001819  0x00000a0b branch  0x00006099 
- 00001820  0x00000a0d call  0x0000071f 
- 00001821  0x00000a0e fetch  0x00000001 , 0x00000048 
- 00001822  0x00000a0f branch  0x0000610d 
- 00001823  0x00000a11 fetch  0x00000001 , 0x0000465a 
- 00001824  0x00000a12 branch  0x0000612b , 0x00000034 
- 00001825  0x00000a13 branch  0x00006124 
- 00001826  0x00000a16 jam  0x00000001 , 0x00004b01 
- 00001827  0x00000a17 branch  0x000061c3 
- 00001828  0x00000a1a jam  0x00000004 , 0x00004b09 
- 00001829  0x00000a1b branch  0x000061a4 
- 00001830  0x00000a28 call  0x00006152 
- 00001831  0x00000a29 fetch  0x00000001 , 0x00004b2e 
- 00001832  0x00000a2a rtn  0x00000034 
- 00001833  0x00000a2b fetch  0x00000001 , 0x0000004b 
- 00001834  0x00000a2c set0  0x00000003 , 0x0000003f 
- 00001835  0x00000a2d store  0x00000001 , 0x0000004b 
- 00001836  0x00000a2e branch  0x00000346 
- 00001837  0x00000a32 force  0x00000002 , 0x0000003f 
- 00001838  0x00000a33 call  0x00006298 
- 00001839  0x00000a34 fetch  0x00000001 , 0x00000049 
- 00001840  0x00000a35 istore  0x00000001 , 0x00000005 
- 00001841  0x00000a36 store  0x00000001 , 0x00004afc 
- 00001842  0x00000a37 call  0x000062a7 
- 00001843  0x00000a38 fetch  0x00000001 , 0x00004afc 
- 00001844  0x00000a39 beq  0x0000002e , 0x00000736 
- 00001845  0x00000a3a branch  0x00006051 
- 00001846  0x00000a3e fetch  0x00000001 , 0x00004aff 
- 00001847  0x00000a3f rtn  0x00000034 
- 00001848  0x00000a40 jam  0x00000000 , 0x00004aff 
- 00001849  0x00000a41 fetch  0x00000001 , 0x00004b01 
- 00001850  0x00000a42 rtnne  0x00000002 
- 00001851  0x00000a43 jam  0x00000001 , 0x00004b00 
- 00001852  0x00000a44 copy  0x00000022 , 0x0000003f 
- 00001853  0x00000a45 store  0x00000004 , 0x000004e9 
- 00001854  0x00000a46 rtn 
- 00001855  0x00000a49 call  0x000062bc 
- 00001856  0x00000a4a nrtn  0x00000034 
- 00001857  0x00000a4c fetch  0x00000001 , 0x00000055 
- 00001858  0x00000a4d rtn  0x00000034 
- 00001859  0x00000a4e beq  0x00000004 , 0x00000761 
- 00001860  0x00000a4f beq  0x00000010 , 0x00000746 
- 00001861  0x00000a50 branch  0x00006320 
- 00001862  0x00000a54 fetch  0x00000001 , 0x0000455b 
- 00001863  0x00000a55 rtneq  0x00000000 
- 00001864  0x00000a56 beq  0x00000001 , 0x0000074a 
- 00001865  0x00000a57 branch  0x0000635f 
- 00001866  0x00000a59 rtn  0x00000029 
- 00001867  0x00000a5c fetch  0x00000001 , 0x0000016d 
- 00001868  0x00000a5d bbit1  0x00000000 , 0x0000074e 
- 00001869  0x00000a5e branch  0x00006399 
- 00001870  0x00000a60 fetch  0x00000001 , 0x00004b01 
- 00001871  0x00000a61 beq  0x00000001 , 0x0000639d 
- 00001872  0x00000a63 fetch  0x00000001 , 0x000041bd 
- 00001873  0x00000a64 branch  0x000063a9 , 0x00000034 
- 00001874  0x00000a65 fetch  0x00000001 , 0x000004d1 
- 00001875  0x00000a66 rtnbit0  0x00000003 
- 00001876  0x00000a67 rtnbit0  0x00000002 
- 00001877  0x00000a68 fetch  0x00000001 , 0x00004b00 
- 00001878  0x00000a69 rtn  0x00000034 
- 00001879  0x00000a6a jam  0x00000000 , 0x00004b00 
- 00001880  0x00000a6b fetch  0x00000004 , 0x000004e9 
- 00001881  0x00000a6c arg  0x00000014 , 0x00000002 
- 00001882  0x00000a6d iadd  0x00000002 , 0x00000002 
- 00001883  0x00000a6e copy  0x00000022 , 0x0000003f 
- 00001884  0x00000a6f isub  0x00000002 , 0x0000003e 
- 00001885  0x00000a70 nbranch  0x0000075f , 0x00000002 
- 00001886  0x00000a71 branch  0x00006349 
- 00001887  0x00000a74 jam  0x00000001 , 0x00004b00 
- 00001888  0x00000a75 rtn 
- 00001889  0x00000a78 jam  0x00000014 , 0x00004809 
- 00001890  0x00000a79 branch  0x0000636f 
- 00001891  0x00000a81 call  0x000062bc 
- 00001892  0x00000a82 nbranch  0x00007ddb , 0x00000034 
- 00001893  0x00000a83 fetch  0x00000001 , 0x00000a99 
- 00001894  0x00000a84 bmark0  0x00000009 , 0x00007dd6 
- 00001895  0x00000a85 beq  0x0000001f , 0x0000076e 
- 00001896  0x00000a86 beq  0x00000020 , 0x00000771 
- 00001897  0x00000a87 beq  0x00000012 , 0x0000076b 
- 00001898  0x00000a88 branch  0x00007dca 
- 00001899  0x00000a8b call  0x00005890 
- 00001900  0x00000a8c nrtn  0x00000034 
- 00001901  0x00000a8d branch  0x00005abf 
- 00001902  0x00000a90 jam  0x00000034 , 0x00000185 
- 00001903  0x00000a91 fetch  0x00000006 , 0x0000044f 
- 00001904  0x00000a92 branch  0x00000773 
- 00001905  0x00000a94 jam  0x00000033 , 0x00000185 
- 00001906  0x00000a95 fetch  0x00000006 , 0x00000040 
- 00001907  0x00000a97 store  0x00000006 , 0x00000186 
- 00001908  0x00000a9d fetch  0x00000004 , 0x000046d3 
- 00001909  0x00000a9e rtnbit0  0x00000007 
- 00001910  0x00000a9f arg  0x00000007 , 0x00000007 
- 00001911  0x00000aa0 call  0x000043d2 
- 00001912  0x00000aa1 call  0x000042e8 
- 00001913  0x00000aa3 call  0x000042fb 
- 00001914  0x00000aa4 branch  0x0000038d 
- 00001915  0x00000aa8 fetch  0x00000001 , 0x00004b29 
- 00001916  0x00000aa9 rtn  0x00000034 
- 00001917  0x00000aaa increase  0xffffffff , 0x0000003f 
- 00001918  0x00000aab store  0x00000001 , 0x00004b29 
- 00001919  0x00000aac nbranch  0x00000785 , 0x00000034 
- 00001920  0x00000aad fetch  0x00000001 , 0x00004720 
- 00001921  0x00000aae beq  0x00000001 , 0x0000447a 
- 00001922  0x00000aaf beq  0x00000002 , 0x0000447e 
- 00001923  0x00000ab0 beq  0x00000003 , 0x00004485 
- 00001924  0x00000ab1 branch  0x0000447a 
- 00001925  0x00000ab5 fetch  0x00000001 , 0x00004720 
- 00001926  0x00000ab6 beq  0x00000001 , 0x00004489 
- 00001927  0x00000ab7 beq  0x00000002 , 0x0000448c 
- 00001928  0x00000ab8 beq  0x00000003 , 0x0000448f 
- 00001929  0x00000ab9 branch  0x00004489 
- 00001930  0x00000abc jam  0x00000000 , 0x00004b29 
- 00001931  0x00000abd rtn 
- 00001932  0x00000ac0 jam  0x00000001 , 0x00004cf1 
- 00001933  0x00000ac1 jam  0x00000000 , 0x00004cee 
- 00001934  0x00000ac2 rtn 
- 00001935  0x00000ac4 fetch  0x00000001 , 0x00004cee 
- 00001936  0x00000ac5 increase  0x00000001 , 0x0000003f 
- 00001937  0x00000ac6 store  0x00000001 , 0x00004cee 
- 00001938  0x00000ac7 rtn 
- 00001939  0x00000ac9 fetch  0x00000001 , 0x00004cee 
- 00001940  0x00000aca sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00001941  0x00000acb ncall  0x0000079b , 0x00000002 
- 00001942  0x00000acc fetch  0x00000001 , 0x00004cee 
- 00001943  0x00000acd rtneq  0x00000000 
- 00001944  0x00000ace increase  0xffffffff , 0x0000003f 
- 00001945  0x00000acf store  0x00000001 , 0x00004cee 
- 00001946  0x00000ad0 rtn 
- 00001947  0x00000ad2 jam  0x00000003 , 0x00004cee 
- 00001948  0x00000ad3 rtn 
- 00001949  0x00000ad6 fetch  0x00000002 , 0x00004682 
- 00001950  0x00000ad7 rtnbit1  0x0000000b 
- 00001951  0x00000ad8 rtnbit1  0x00000007 
- 00001952  0x00000ad9 rtnbit1  0x00000006 
- 00001953  0x00000adb arg  0x00004c77 , 0x00000011 
- 00001954  0x00000adc call  0x000002b7 
- 00001955  0x00000add storet  0x00000001 , 0x00004cef 
- 00001956  0x00000adf setarg  0x00000082 
- 00001957  0x00000ae0 bmark1  0x00000026 , 0x000007a7 
- 00001958  0x00000ae1 setarg  0x00000080 
- 00001959  0x00000ae3 isub  0x00000002 , 0x0000003e 
- 00001960  0x00000ae4 nbranch  0x000007bf , 0x00000002 
- 00001961  0x00000ae6 fetch  0x00000001 , 0x00004cee 
- 00001962  0x00000ae7 sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00001963  0x00000ae8 nbranch  0x000007af , 0x00000002 
- 00001964  0x00000ae9 fetch  0x00000001 , 0x00004cee 
- 00001965  0x00000aea beq  0x00000000 , 0x000007c0 
- 00001966  0x00000aeb rtn 
- 00001967  0x00000aee fetch  0x00000001 , 0x00004cee 
- 00001968  0x00000aef rtnne  0x00000020 
- 00001969  0x00000af0 jam  0x00000000 , 0x00004cee 
- 00001970  0x00000af2 fetcht  0x00000001 , 0x00004cef 
- 00001971  0x00000af3 setarg  0x00000077 
- 00001972  0x00000af4 bmark1  0x00000026 , 0x000007b6 
- 00001973  0x00000af5 setarg  0x00000075 
- 00001974  0x00000af7 isub  0x00000002 , 0x0000003e 
- 00001975  0x00000af8 nrtn  0x00000002 
- 00001976  0x00000af9 fetch  0x00000001 , 0x00004cf1 
- 00001977  0x00000afa beq  0x00000000 , 0x000007c7 
- 00001978  0x00000afb increase  0xffffffff , 0x0000003f 
- 00001979  0x00000afc store  0x00000001 , 0x00004cf1 
- 00001980  0x00000afd beq  0x00000000 , 0x000007c7 
- 00001981  0x00000b00 jam  0x00000000 , 0x000041de 
- 00001982  0x00000b01 rtn 
- 00001983  0x00000b04 jam  0x00000000 , 0x00004cee 
- 00001984  0x00000b06 fetch  0x00000001 , 0x00004cf1 
- 00001985  0x00000b07 beq  0x00000002 , 0x000007c5 
- 00001986  0x00000b08 increase  0x00000001 , 0x0000003f 
- 00001987  0x00000b09 store  0x00000001 , 0x00004cf1 
- 00001988  0x00000b0a beq  0x00000001 , 0x000007bd 
- 00001989  0x00000b0d jam  0x00000002 , 0x000041de 
- 00001990  0x00000b0e rtn 
- 00001991  0x00000b11 jam  0x00000004 , 0x000041de 
- 00001992  0x00000b12 rtn 
- 00001993  0x00000b16 storet  0x00000001 , 0x00000017 
- 00001994  0x00000b17 add  0x00000002 , 0x00000000 , 0x00000011 
- 00001995  0x00000b18 call  0x00002981 
- 00001996  0x00000b19 setarg  0x00000500 
- 00001997  0x00000b1a call  0x00002a8f 
- 00001998  0x00000b1c jam  0x00000001 , 0x00008906 
- 00001999  0x00000b1d jam  0x0000003c , 0x00008900 
- 00002000  0x00000b1e jam  0x000000e0 , 0x00008901 
- 00002001  0x00000b1f nop  0x0000000a 
- 00002002  0x00000b20 jam  0x00000001 , 0x00008902 
- 00002003  0x00000b21 jam  0x0000003d , 0x00008902 
- 00002004  0x00000b22 nop  0x0000000a 
- 00002005  0x00000b23 jam  0x000000b7 , 0x00008903 
- 00002006  0x00000b24 nop  0x0000000a 
- 00002007  0x00000b25 jam  0x0000007d , 0x00008902 
- 00002008  0x00000b26 fetch  0x00000001 , 0x000041de 
- 00002009  0x00000b29 beq  0x00000002 , 0x000007e1 
- 00002010  0x00000b2b beq  0x00000004 , 0x000007e6 
- 00002011  0x00000b2c beq  0x00000020 , 0x000007f5 
- 00002012  0x00000b2f call  0x000007eb 
- 00002013  0x00000b31 jam  0x000000d0 , 0x00008955 
- 00002014  0x00000b32 jam  0x000000e0 , 0x00008956 
- 00002015  0x00000b34 jam  0x0000006c , 0x00008958 
- 00002016  0x00000b36 branch  0x0000294b 
- 00002017  0x00000b43 call  0x000007f0 
- 00002018  0x00000b45 jam  0x000000d0 , 0x00008955 
- 00002019  0x00000b46 jam  0x000000e0 , 0x00008956 
- 00002020  0x00000b48 jam  0x0000003c , 0x00008958 
- 00002021  0x00000b4a branch  0x00002953 
- 00002022  0x00000b57 call  0x000007eb 
- 00002023  0x00000b59 jam  0x000000d0 , 0x00008955 
- 00002024  0x00000b5a jam  0x000000c0 , 0x00008956 
- 00002025  0x00000b5c jam  0x0000006c , 0x00008958 
- 00002026  0x00000b5e branch  0x0000295b 
- 00002027  0x00000b61 jam  0x0000005b , 0x0000894c 
- 00002028  0x00000b62 jam  0x00000096 , 0x0000894d 
- 00002029  0x00000b63 jam  0x0000002c , 0x0000894e 
- 00002030  0x00000b64 jam  0x00000046 , 0x0000894f 
- 00002031  0x00000b65 rtn 
- 00002032  0x00000b68 jam  0x000000fb , 0x0000894c 
- 00002033  0x00000b69 jam  0x000000ef , 0x0000894d 
- 00002034  0x00000b6a jam  0x000000ec , 0x0000894e 
- 00002035  0x00000b6b jam  0x0000005e , 0x0000894f 
- 00002036  0x00000b6c rtn 
- 00002037  0x00000b70 jam  0x000000c2 , 0x00008956 
- 00002038  0x00000b71 jam  0x000000d0 , 0x00008955 
- 00002039  0x00000b72 rtn 
- 00002040  0x00000b75 force  0x00000008 , 0x00000015 
- 00002041  0x00000b76 branch  0x000028fa 
- 00008192  0x00000bd4 call  0x00002abc 
- 00008193  0x00000bd7 bpatch  0x00000000 , 0x00004000 
- 00008194  0x00000bd8 clear_stack 
- 00008195  0x00000bd9 call  0x0000640d 
- 00008196  0x00000bda call  0x0000296c 
- 00008197  0x00000bdb call  0x000065a3 
- 00008198  0x00000bdc call  0x00002a96 
- 00008199  0x00000bdd call  0x00004d6a 
- 00008200  0x00000bde bpatch  0x00000001 , 0x00004000 
- 00008201  0x00000bdf call  0x00006a03 
- 00008202  0x00000be0 call  0x00005cf6 
- 00008203  0x00000be1 call  0x00007ccc 
- 00008204  0x00000be2 call  0x000032d8 
- 00008205  0x00000be3 ncall  0x0000689c , 0x0000002b 
- 00008206  0x00000be4 bpatch  0x00000002 , 0x00004000 
- 00008207  0x00000be5 call  0x000032e3 , 0x0000002b 
- 00008208  0x00000be6 call  0x0000756a 
- 00008209  0x00000be7 call  0x00002b41 , 0x0000002b 
- 00008210  0x00000be9 bpatch  0x00000003 , 0x00004000 
- 00008211  0x00000bea call  0x000076dc 
- 00008212  0x00000beb call  0x00007aaf 
- 00008213  0x00000bec call  0x0000756d 
- 00008214  0x00000bed call  0x0000535c 
- 00008215  0x00000bee bpatch  0x00000004 , 0x00004000 
- 00008216  0x00000bef call  0x00002038 
- 00008217  0x00000bf0 call  0x000032ed 
- 00008218  0x00000bf1 call  0x0000208f 
- 00008219  0x00000bf2 call  0x000022f8 
- 00008220  0x00000bf3 call  0x0000236a 
- 00008221  0x00000bf4 call  0x00002021 
- 00008222  0x00000bf5 call  0x00002b6a 
- 00008223  0x00000bf6 call  0x00002c72 
- 00008224  0x00000bf7 branch  0x00002012 
- 00008225  0x00000bfa call  0x00002026 
- 00008226  0x00000bfb rtnmark0  0x00000009 
- 00008227  0x00000bfc set0  0x00000009 , 0x00000000 
- 00008228  0x00000bfd call  0x00002223 
- 00008229  0x00000bfe branch  0x000053ce 
- 00008230  0x00000c01 bpatch  0x00000005 , 0x00004000 
- 00008231  0x00000c02 call  0x0000225e 
- 00008232  0x00000c03 nbranch  0x0000202f , 0x00000005 
- 00008233  0x00000c04 call  0x0000220a 
- 00008234  0x00000c05 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008235  0x00000c06 ifetch  0x00000001 , 0x00000006 
- 00008236  0x00000c07 bbit1  0x00000000 , 0x00005360 
- 00008237  0x00000c08 bbit1  0x00000001 , 0x00002166 
- 00008238  0x00000c09 branch  0x000023cf 
- 00008239  0x00000c0b call  0x0000222b 
- 00008240  0x00000c0c copy  0x00000039 , 0x0000003e 
- 00008241  0x00000c0d rtn  0x00000005 
- 00008242  0x00000c0e call  0x0000220a 
- 00008243  0x00000c0f fetch  0x00000001 , 0x00000030 
- 00008244  0x00000c10 bbit1  0x00000003 , 0x000020d3 
- 00008245  0x00000c11 fetch  0x00000001 , 0x00000031 
- 00008246  0x00000c12 bbit1  0x00000001 , 0x00002166 
- 00008247  0x00000c13 branch  0x000023cf 
- 00008248  0x00000c1c fetch  0x00000001 , 0x000041ce 
- 00008249  0x00000c1d rtn  0x00000034 
- 00008250  0x00000c1e beq  0x00000001 , 0x00002048 
- 00008251  0x00000c1f beq  0x00000002 , 0x0000204d 
- 00008252  0x00000c20 beq  0x00000003 , 0x00002050 
- 00008253  0x00000c21 beq  0x00000005 , 0x00002055 
- 00008254  0x00000c22 beq  0x0000001b , 0x00002045 
- 00008255  0x00000c23 call  0x00002257 
- 00008256  0x00000c24 rtn  0x00000005 
- 00008257  0x00000c25 call  0x0000225a 
- 00008258  0x00000c26 rtn  0x00000005 
- 00008259  0x00000c28 jam  0x00000000 , 0x000041ce 
- 00008260  0x00000c29 rtn 
- 00008261  0x00000c2c jam  0x0000001b , 0x0000049b 
- 00008262  0x00000c2d jam  0x00000000 , 0x000041ce 
- 00008263  0x00000c2e rtn 
- 00008264  0x00000c31 set1  0x0000001c , 0x00000000 
- 00008265  0x00000c32 set0  0x0000001e , 0x00000000 
- 00008266  0x00000c33 jam  0x000000ff , 0x0000008f 
- 00008267  0x00000c34 jam  0x0000001f , 0x0000008d 
- 00008268  0x00000c35 branch  0x00002043 
- 00008269  0x00000c38 set0  0x0000001c , 0x00000000 
- 00008270  0x00000c39 force  0x00000000 , 0x0000001b 
- 00008271  0x00000c3a branch  0x00002043 
- 00008272  0x00000c3d call  0x0000225a 
- 00008273  0x00000c3e rtn  0x00000005 
- 00008274  0x00000c3f force  0x00000001 , 0x00000002 
- 00008275  0x00000c40 jam  0x00000005 , 0x0000016e 
- 00008276  0x00000c41 branch  0x0000205c 
- 00008277  0x00000c44 bpatch  0x00000006 , 0x00004000 
- 00008278  0x00000c46 fetch  0x00000006 , 0x000041d0 
- 00008279  0x00000c47 branch  0x00002043 , 0x00000034 
- 00008280  0x00000c48 jam  0x00000001 , 0x00004681 
- 00008281  0x00000c4a jam  0x00000003 , 0x00000055 
- 00008282  0x00000c4b branch  0x0000205b 
- 00008283  0x00000c4e force  0x00000025 , 0x00000002 
- 00008284  0x00000c50 bpatch  0x00000007 , 0x00004000 
- 00008285  0x00000c51 fetch  0x00000001 , 0x000000f1 
- 00008286  0x00000c52 branch  0x00002062 , 0x00000034 
- 00008287  0x00000c53 lshift3  0x0000003f , 0x0000003f 
- 00008288  0x00000c54 lshift4  0x0000003f , 0x0000003f 
- 00008289  0x00000c55 increase  0xffffffff , 0x0000003f 
- 00008290  0x00000c57 store  0x00000001 , 0x000040a6 
- 00008291  0x00000c58 store  0x00000001 , 0x000000f0 
- 00008292  0x00000c59 jam  0x0000001f , 0x0000008e 
- 00008293  0x00000c5a set0  0x0000000c , 0x00000000 
- 00008294  0x00000c5b call  0x0000223b 
- 00008295  0x00000c5c nbranch  0x00002083 , 0x00000005 
- 00008296  0x00000c5d call  0x00002a6f 
- 00008297  0x00000c5e store  0x00000001 , 0x00000077 
- 00008298  0x00000c5f storet  0x00000001 , 0x0000007c 
- 00008299  0x00000c60 fetch  0x00000006 , 0x000041d0 
- 00008300  0x00000c61 store  0x00000006 , 0x00000040 
- 00008301  0x00000c62 bpatch  0x00000008 , 0x00004001 
- 00008302  0x00000c63 call  0x00007f15 
- 00008303  0x00000c64 force  0x00000000 , 0x0000003f 
- 00008304  0x00000c65 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008305  0x00000c66 nsetflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00008306  0x00000c67 set1  0x00000003 , 0x0000003f 
- 00008307  0x00000c68 store  0x00000001 , 0x00000030 
- 00008308  0x00000c69 jam  0x00000003 , 0x00000a99 
- 00008309  0x00000c6a call  0x00007d86 
- 00008310  0x00000c6b force  0x00000000 , 0x0000003f 
- 00008311  0x00000c6c setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00008312  0x00000c6d store  0x00000001 , 0x0000004c 
- 00008313  0x00000c6e setarg  0x00000000 
- 00008314  0x00000c6f set1  0x00000001 , 0x0000003f 
- 00008315  0x00000c70 store  0x00000001 , 0x00000031 
- 00008316  0x00000c71 enable  0x00000029 
- 00008317  0x00000c72 call  0x00002223 
- 00008318  0x00000c73 disable  0x00000029 
- 00008319  0x00000c74 force  0x00000003 , 0x00000007 
- 00008320  0x00000c75 fetch  0x00000002 , 0x000040b9 
- 00008321  0x00000c76 call  0x00007f08 
- 00008322  0x00000c77 branch  0x00002043 
- 00008323  0x00000c79 bpatch  0x00000009 , 0x00004001 
- 00008324  0x00000c7a fetch  0x00000006 , 0x000041d0 
- 00008325  0x00000c7b store  0x00000006 , 0x00000040 
- 00008326  0x00000c7c compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008327  0x00000c7d branch  0x00002089 , 0x00000001 
- 00008328  0x00000c7e branch  0x00002043 
- 00008329  0x00000c80 arg  0x00000101 , 0x00000005 
- 00008330  0x00000c81 arg  0x00000008 , 0x00000039 
- 00008331  0x00000c82 call  0x00007ec6 
- 00008332  0x00000c83 jam  0x00000004 , 0x00000a99 
- 00008333  0x00000c84 call  0x00007d86 
- 00008334  0x00000c85 branch  0x00002043 
- 00008335  0x00000c8d rtnmark0  0x0000001c 
- 00008336  0x00000c8e force  0x00000001 , 0x00000007 
- 00008337  0x00000c8f call  0x00007f16 
- 00008338  0x00000c90 nsetflag  0x00000034 , 0x0000001c , 0x00000000 
- 00008339  0x00000c91 nbranch  0x00002095 , 0x00000034 
- 00008340  0x00000c92 rtn 
- 00008341  0x00000c97 bpatch  0x0000000a , 0x00004001 
- 00008342  0x00000c98 fetcht  0x00000002 , 0x000040bb 
- 00008343  0x00000c99 force  0x00000004 , 0x00000007 
- 00008344  0x00000c9a call  0x0000271c 
- 00008345  0x00000c9b rtn  0x00000028 
- 00008346  0x00000c9c call  0x000028a4 
- 00008347  0x00000c9d force  0x00000000 , 0x00000024 
- 00008348  0x00000c9f rtn  0x00000003 
- 00008349  0x00000ca0 set0  0x0000000b , 0x00000000 
- 00008350  0x00000ca1 set0  0x00000000 , 0x00000000 
- 00008351  0x00000ca3 add  0x00000022 , 0x00000001 , 0x00000021 
- 00008352  0x00000ca4 isolate1  0x0000001e , 0x00000000 
- 00008353  0x00000ca5 setflag  0x00000001 , 0x00000002 , 0x00000024 
- 00008354  0x00000ca6 compare  0x00000000 , 0x00000021 , 0x00000002 
- 00008355  0x00000ca7 nbranch  0x000020be , 0x00000001 
- 00008356  0x00000caa bpatch  0x0000000b , 0x00004001 
- 00008357  0x00000cab fetch  0x00000001 , 0x00000012 
- 00008358  0x00000cac increase  0x00000001 , 0x0000003f 
- 00008359  0x00000cad store  0x00000001 , 0x00000012 
- 00008360  0x00000cae call  0x000028d8 
- 00008361  0x00000caf call  0x000028d2 
- 00008362  0x00000cb0 call  0x000028f2 
- 00008363  0x00000cb1 call  0x00002a51 
- 00008364  0x00000cb2 call  0x00002a56 
- 00008365  0x00000cb3 call  0x00002a64 
- 00008366  0x00000cb4 call  0x0000264d 
- 00008367  0x00000cb5 call  0x000020b1 
- 00008368  0x00000cb6 branch  0x0000209c 
- 00008369  0x00000cb9 bpatch  0x0000000c , 0x00004001 
- 00008370  0x00000cba fetch  0x00000001 , 0x0000008d 
- 00008371  0x00000cbb increase  0xffffffff , 0x0000003f 
- 00008372  0x00000cbc store  0x00000001 , 0x0000008d 
- 00008373  0x00000cbd rtn  0x00000002 
- 00008374  0x00000cbe jam  0x0000001f , 0x0000008d 
- 00008375  0x00000cbf fetch  0x00000001 , 0x0000008f 
- 00008376  0x00000cc0 increase  0xffffffff , 0x0000003f 
- 00008377  0x00000cc1 store  0x00000001 , 0x0000008f 
- 00008378  0x00000cc2 rtn  0x00000002 
- 00008379  0x00000cc3 setflip  0x0000001e , 0x00000000 
- 00008380  0x00000cc4 jam  0x000000ff , 0x0000008f 
- 00008381  0x00000cc5 rtn 
- 00008382  0x00000cc8 bpatch  0x0000000d , 0x00004001 
- 00008383  0x00000cc9 call  0x000028d8 
- 00008384  0x00000cca call  0x000028cc 
- 00008385  0x00000ccb call  0x000028f2 
- 00008386  0x00000ccc call  0x00002a5b 
- 00008387  0x00000ccd call  0x000029eb 
- 00008388  0x00000cce call  0x00002a0d 
- 00008389  0x00000ccf branch  0x000020c8 , 0x00000018 
- 00008390  0x00000cd0 call  0x000020b1 
- 00008391  0x00000cd1 branch  0x0000209f 
- 00008392  0x00000cd3 bpatch  0x0000000e , 0x00004001 
- 00008393  0x00000cd4 call  0x000029bb 
- 00008394  0x00000cd5 call  0x00002a6b 
- 00008395  0x00000cd6 call  0x0000251e 
- 00008396  0x00000cd7 set0  0x00000001 , 0x00000000 
- 00008397  0x00000cd8 rtnmark0  0x0000000b 
- 00008398  0x00000cda bpatch  0x0000000f , 0x00004001 
- 00008399  0x00000cdc fetch  0x00000001 , 0x00000013 
- 00008400  0x00000cdd increase  0x00000001 , 0x0000003f 
- 00008401  0x00000cde store  0x00000001 , 0x00000013 
- 00008402  0x00000cdf rtn 
- 00008403  0x00000ce8 bpatch  0x00000010 , 0x00004002 
- 00008404  0x00000ce9 enable  0x00000029 
- 00008405  0x00000cea enable  0x00000030 
- 00008406  0x00000ceb fetch  0x00000002 , 0x000040b5 
- 00008407  0x00000cec branch  0x000020db , 0x00000034 
- 00008408  0x00000ced force  0x00000008 , 0x00000007 
- 00008409  0x00000cee call  0x00007f16 
- 00008410  0x00000cef nrtn  0x00000034 
- 00008411  0x00000cf1 bpatch  0x00000011 , 0x00004002 
- 00008412  0x00000cf2 fetcht  0x00000002 , 0x000040b7 
- 00008413  0x00000cf3 force  0x00000028 , 0x00000007 
- 00008414  0x00000cf4 call  0x0000271c 
- 00008415  0x00000cf5 branch  0x00002114 , 0x00000028 
- 00008416  0x00000cf6 force  0x00000003 , 0x00000007 
- 00008417  0x00000cf7 call  0x00007f16 
- 00008418  0x00000cf8 nbranch  0x000020f0 , 0x00000034 
- 00008419  0x00000cf9 fetch  0x00000001 , 0x0000004c 
- 00008420  0x00000cfa bbit1  0x00000004 , 0x000020e6 
- 00008421  0x00000cfb branch  0x000020e9 
- 00008422  0x00000cfd arg  0x00000101 , 0x00000005 
- 00008423  0x00000cfe arg  0x00000008 , 0x00000039 
- 00008424  0x00000cff call  0x00007ec6 
- 00008425  0x00000d01 bpatch  0x00000012 , 0x00004002 
- 00008426  0x00000d02 jam  0x00000000 , 0x00000030 
- 00008427  0x00000d03 call  0x00005cf7 
- 00008428  0x00000d04 jam  0x00000000 , 0x00004681 
- 00008429  0x00000d05 jam  0x00000013 , 0x00000a99 
- 00008430  0x00000d06 call  0x00007d86 
- 00008431  0x00000d07 branch  0x00002114 
- 00008432  0x00000d0a bpatch  0x00000013 , 0x00004002 
- 00008433  0x00000d0b force  0x00000000 , 0x0000000b 
- 00008434  0x00000d0c until  0x00000023 , 0x00000026 
- 00008435  0x00000d0d fetch  0x00000001 , 0x000000f2 
- 00008436  0x00000d0e increase  0xffffffff , 0x0000003f 
- 00008437  0x00000d0f ixor  0x00000022 , 0x0000003f 
- 00008438  0x00000d10 compare  0x00000000 , 0x0000003f , 0x00000003 
- 00008439  0x00000d11 nbranch  0x000020f0 , 0x00000001 
- 00008440  0x00000d12 deposit  0x00000004 
- 00008441  0x00000d13 store  0x00000001 , 0x00000181 
- 00008442  0x00000d14 force  0x00000000 , 0x00000026 
- 00008443  0x00000d15 force  0x00000000 , 0x00000024 
- 00008444  0x00000d18 bpatch  0x00000014 , 0x00004002 
- 00008445  0x00000d19 branch  0x00002114 , 0x00000003 
- 00008446  0x00000d1a call  0x000028dc 
- 00008447  0x00000d1b arg  0x00000600 , 0x0000000b 
- 00008448  0x00000d1c until  0x00000023 , 0x00000026 
- 00008449  0x00000d1e bpatch  0x00000015 , 0x00004002 
- 00008450  0x00000d1f fetch  0x00000004 , 0x000000f2 
- 00008451  0x00000d20 iforce  0x00000021 
- 00008452  0x00000d21 increase  0x00000001 , 0x0000003f 
- 00008453  0x00000d22 store  0x00000004 , 0x000000f2 
- 00008454  0x00000d23 isolate1  0x0000000c , 0x00000000 
- 00008455  0x00000d24 setflag  0x00000001 , 0x00000002 , 0x00000024 
- 00008456  0x00000d25 compare  0x00000000 , 0x00000021 , 0x00000002 
- 00008457  0x00000d26 nbranch  0x00002128 , 0x00000001 
- 00008458  0x00000d27 fetch  0x00000001 , 0x0000000c 
- 00008459  0x00000d28 increase  0x00000001 , 0x0000003f 
- 00008460  0x00000d29 store  0x00000001 , 0x0000000c 
- 00008461  0x00000d2a call  0x000028d2 
- 00008462  0x00000d2b call  0x00002a51 
- 00008463  0x00000d2c call  0x00002a56 
- 00008464  0x00000d2d call  0x00002a64 
- 00008465  0x00000d2e call  0x0000264d 
- 00008466  0x00000d2f call  0x0000211a 
- 00008467  0x00000d30 branch  0x000020fc 
- 00008468  0x00000d32 bpatch  0x00000016 , 0x00004002 
- 00008469  0x00000d33 disable  0x00000029 
- 00008470  0x00000d34 fetch  0x00000002 , 0x000040b5 
- 00008471  0x00000d35 rtn  0x00000034 
- 00008472  0x00000d36 force  0x00000008 , 0x00000007 
- 00008473  0x00000d37 branch  0x00007f08 
- 00008474  0x00000d3a bpatch  0x00000017 , 0x00004002 
- 00008475  0x00000d3b fetch  0x00000001 , 0x0000008e 
- 00008476  0x00000d3c increase  0xffffffff , 0x0000003f 
- 00008477  0x00000d3d store  0x00000001 , 0x0000008e 
- 00008478  0x00000d3e rtn  0x00000002 
- 00008479  0x00000d3f jam  0x0000001f , 0x0000008e 
- 00008480  0x00000d40 fetch  0x00000001 , 0x000000f0 
- 00008481  0x00000d41 increase  0xffffffff , 0x0000003f 
- 00008482  0x00000d42 store  0x00000001 , 0x000000f0 
- 00008483  0x00000d43 rtn  0x00000002 
- 00008484  0x00000d44 setflip  0x0000000c , 0x00000000 
- 00008485  0x00000d45 fetch  0x00000001 , 0x000040a6 
- 00008486  0x00000d46 store  0x00000001 , 0x000000f0 
- 00008487  0x00000d47 rtn 
- 00008488  0x00000d4a bpatch  0x00000018 , 0x00004003 
- 00008489  0x00000d4b call  0x000028cc 
- 00008490  0x00000d4c call  0x00002a5b 
- 00008491  0x00000d4d call  0x000029eb 
- 00008492  0x00000d4e call  0x00002a0d 
- 00008493  0x00000d4f branch  0x00002130 , 0x00000018 
- 00008494  0x00000d50 call  0x0000211a 
- 00008495  0x00000d51 branch  0x00002101 
- 00008496  0x00000d53 call  0x0000264d 
- 00008497  0x00000d54 fetch  0x00000001 , 0x0000000d 
- 00008498  0x00000d55 increase  0x00000001 , 0x0000003f 
- 00008499  0x00000d56 store  0x00000001 , 0x0000000d 
- 00008500  0x00000d57 force  0x00000000 , 0x0000001b 
- 00008501  0x00000d58 fetch  0x00000004 , 0x000000f2 
- 00008502  0x00000d5a bpatch  0x00000019 , 0x00004003 
- 00008503  0x00000d5b call  0x00002a4f 
- 00008504  0x00000d5c call  0x000028dc 
- 00008505  0x00000d5d increase  0x00000001 , 0x00000026 
- 00008506  0x00000d5f and_into  0x000001fd , 0x00000021 
- 00008507  0x00000d60 and_into  0x000001fc , 0x00000024 
- 00008508  0x00000d61 call  0x000028d2 
- 00008509  0x00000d62 call  0x00002a51 
- 00008510  0x00000d63 call  0x00002a56 
- 00008511  0x00000d64 call  0x00002a64 
- 00008512  0x00000d65 deposit  0x00000022 
- 00008513  0x00000d66 store  0x00000004 , 0x00000161 
- 00008514  0x00000d67 force  0x00000000 , 0x00000004 
- 00008515  0x00000d68 force  0x00000002 , 0x00000001 
- 00008516  0x00000d69 call  0x00002a6b 
- 00008517  0x00000d6a call  0x00002766 
- 00008518  0x00000d6c bpatch  0x0000001a , 0x00004003 
- 00008519  0x00000d6d call  0x00002a4d 
- 00008520  0x00000d6e or_into  0x00000002 , 0x00000021 
- 00008521  0x00000d6f and_into  0x000001fc , 0x00000024 
- 00008522  0x00000d70 call  0x000028cc 
- 00008523  0x00000d71 call  0x00002a5b 
- 00008524  0x00000d72 call  0x000029eb 
- 00008525  0x00000d73 call  0x00002a0d 
- 00008526  0x00000d74 call  0x0000264d , 0x00000018 
- 00008527  0x00000d75 branch  0x00002155 , 0x00000018 
- 00008528  0x00000d76 fetch  0x00000001 , 0x00000010 
- 00008529  0x00000d77 branch  0x000020fc , 0x00000034 
- 00008530  0x00000d78 increase  0xffffffff , 0x0000003f 
- 00008531  0x00000d79 store  0x00000001 , 0x00000010 
- 00008532  0x00000d7a branch  0x00002136 
- 00008533  0x00000d7d bpatch  0x0000001b , 0x00004003 
- 00008534  0x00000d7e fetch  0x00000001 , 0x0000000e 
- 00008535  0x00000d7f increase  0x00000001 , 0x0000003f 
- 00008536  0x00000d80 store  0x00000001 , 0x0000000e 
- 00008537  0x00000d81 call  0x00002435 
- 00008538  0x00000d83 call  0x000022f2 
- 00008539  0x00000d84 branch  0x0000215f , 0x00000018 
- 00008540  0x00000d85 call  0x00002455 
- 00008541  0x00000d86 nbranch  0x0000215a , 0x00000034 
- 00008542  0x00000d87 branch  0x000020fc 
- 00008543  0x00000d8a bpatch  0x0000001c , 0x00004003 
- 00008544  0x00000d8b fetch  0x00000001 , 0x00000030 
- 00008545  0x00000d8c set0  0x00000003 , 0x0000003f 
- 00008546  0x00000d8d store  0x00000001 , 0x00000030 
- 00008547  0x00000d8e call  0x00002440 
- 00008548  0x00000d8f disable  0x00000029 
- 00008549  0x00000d90 rtn 
- 00008550  0x00000d94 bpatch  0x0000001d , 0x00004003 
- 00008551  0x00000d95 enable  0x00000029 
- 00008552  0x00000d96 enable  0x00000030 
- 00008553  0x00000d97 call  0x000021e1 
- 00008554  0x00000d98 rtn  0x00000028 
- 00008555  0x00000d99 call  0x00002c69 
- 00008556  0x00000d9a call  0x00002a4f 
- 00008557  0x00000d9b add  0x00000022 , 0x00000001 , 0x00000021 
- 00008558  0x00000d9c call  0x000028e2 
- 00008559  0x00000d9d force  0x00000003 , 0x00000024 
- 00008560  0x00000d9e call  0x00006cc2 
- 00008561  0x00000d9f call  0x00002489 
- 00008562  0x00000da0 call  0x000028d2 
- 00008563  0x00000da1 call  0x00002a51 
- 00008564  0x00000da2 call  0x00002a56 
- 00008565  0x00000da3 call  0x00002a64 
- 00008566  0x00000da4 call  0x00002762 
- 00008567  0x00000da6 bpatch  0x0000001e , 0x00004003 
- 00008568  0x00000da7 call  0x00005d08 
- 00008569  0x00000da8 call  0x000022e4 
- 00008570  0x00000da9 nbranch  0x00002180 , 0x0000002d 
- 00008571  0x00000daa call  0x00002a88 
- 00008572  0x00000dab call  0x00002728 
- 00008573  0x00000dac fetch  0x00000001 , 0x0000000f 
- 00008574  0x00000dad increase  0x00000001 , 0x0000003f 
- 00008575  0x00000dae store  0x00000001 , 0x0000000f 
- 00008576  0x00000db0 bpatch  0x0000001f , 0x00004003 
- 00008577  0x00000db1 call  0x00006caa 
- 00008578  0x00000db2 call  0x0000218b 
- 00008579  0x00000db3 nrtn  0x00000029 
- 00008580  0x00000db4 call  0x000026f3 
- 00008581  0x00000db5 nbranch  0x00002188 , 0x00000034 
- 00008582  0x00000db7 disable  0x00000029 
- 00008583  0x00000db8 rtn 
- 00008584  0x00000dbb call  0x00002489 
- 00008585  0x00000dbc call  0x000022da 
- 00008586  0x00000dbd branch  0x00002177 
- 00008587  0x00000dc1 branch  0x0000218e , 0x0000002d 
- 00008588  0x00000dc2 call  0x00002a7f 
- 00008589  0x00000dc3 branch  0x0000219c , 0x00000002 
- 00008590  0x00000dc5 call  0x000021a7 
- 00008591  0x00000dc6 nbranch  0x0000219c , 0x00000028 
- 00008592  0x00000dc7 fetch  0x00000001 , 0x0000004c 
- 00008593  0x00000dc8 rtnbit0  0x00000004 
- 00008594  0x00000dc9 rtnbit1  0x00000003 
- 00008595  0x00000dca fetch  0x00000001 , 0x0000004b 
- 00008596  0x00000dcb rtnbit1  0x00000003 
- 00008597  0x00000dcc call  0x000021ae 
- 00008598  0x00000dcd nrtn  0x00000034 
- 00008599  0x00000dce fetch  0x00000001 , 0x0000016e 
- 00008600  0x00000dcf increase  0xffffffff , 0x0000003f 
- 00008601  0x00000dd0 store  0x00000001 , 0x0000016e 
- 00008602  0x00000dd1 nrtn  0x00000034 
- 00008603  0x00000dd2 branch  0x00006006 
- 00008604  0x00000dd5 bpatch  0x00000020 , 0x00004004 
- 00008605  0x00000dd6 call  0x0000245d 
- 00008606  0x00000dd7 disable  0x00000029 
- 00008607  0x00000dd8 fetch  0x00000001 , 0x0000004c 
- 00008608  0x00000dd9 bbit1  0x00000004 , 0x000021a2 
- 00008609  0x00000dda rtn 
- 00008610  0x00000ddd fetch  0x00000001 , 0x0000004c 
- 00008611  0x00000dde rtnbit1  0x00000003 
- 00008612  0x00000de0 arg  0x00000101 , 0x00000005 
- 00008613  0x00000de1 arg  0x00000008 , 0x00000039 
- 00008614  0x00000de2 branch  0x00007ec6 
- 00008615  0x00000de5 bpatch  0x00000021 , 0x00004004 
- 00008616  0x00000de6 enable  0x00000028 
- 00008617  0x00000de7 fetch  0x00000001 , 0x0000004b 
- 00008618  0x00000de8 rtnbit0  0x00000003 
- 00008619  0x00000de9 call  0x000021ae 
- 00008620  0x00000dea nrtn  0x00000034 
- 00008621  0x00000deb branch  0x00007fe9 
- 00008622  0x00000dee fetch  0x00000001 , 0x00000072 
- 00008623  0x00000def increase  0xffffffff , 0x0000003f 
- 00008624  0x00000df0 store  0x00000001 , 0x00000072 
- 00008625  0x00000df1 rtn 
- 00008626  0x00000df4 bpatch  0x00000022 , 0x00004004 
- 00008627  0x00000df5 fetch  0x00000001 , 0x00000030 
- 00008628  0x00000df6 bbit1  0x00000007 , 0x000021bb 
- 00008629  0x00000df7 fetch  0x00000001 , 0x000009b5 
- 00008630  0x00000df8 branch  0x000021bb , 0x00000034 
- 00008631  0x00000df9 jam  0x00000000 , 0x000009b5 
- 00008632  0x00000dfa jam  0x00000018 , 0x00000a99 
- 00008633  0x00000dfb call  0x00007d86 
- 00008634  0x00000dfc branch  0x000021bb 
- 00008635  0x00000dfe bpatch  0x00000023 , 0x00004004 
- 00008636  0x00000dff call  0x00002254 
- 00008637  0x00000e00 fetch  0x00000001 , 0x00000030 
- 00008638  0x00000e01 set1  0x00000007 , 0x0000003f 
- 00008639  0x00000e02 store  0x00000001 , 0x00000030 
- 00008640  0x00000e03 jam  0x00000001 , 0x000041bd 
- 00008641  0x00000e04 fetch  0x00000001 , 0x00000055 
- 00008642  0x00000e05 bne  0x00000016 , 0x000021c3 
- 00008643  0x00000e07 rtn 
- 00008644  0x00000e0a jam  0x00000001 , 0x000009b5 
- 00008645  0x00000e0c fetch  0x00000001 , 0x00000030 
- 00008646  0x00000e0d set0  0x00000007 , 0x0000003f 
- 00008647  0x00000e0e store  0x00000001 , 0x00000030 
- 00008648  0x00000e0f rtn 
- 00008649  0x00000e14 bpatch  0x00000024 , 0x00004004 
- 00008650  0x00000e15 disable  0x00000028 
- 00008651  0x00000e16 fetch  0x00000002 , 0x00000032 
- 00008652  0x00000e17 arg  0x0000ffff , 0x00000002 
- 00008653  0x00000e18 isub  0x00000002 , 0x0000003e 
- 00008654  0x00000e19 nrtn  0x00000005 
- 00008655  0x00000e1a fetch  0x00000004 , 0x00000034 
- 00008656  0x00000e1b branch  0x000021d3 , 0x00000030 
- 00008657  0x00000e1c isub  0x00000028 , 0x0000003f 
- 00008658  0x00000e1d branch  0x000021d4 
- 00008659  0x00000e1f isub  0x00000022 , 0x0000003f 
- 00008660  0x00000e21 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00008661  0x00000e22 nrtn  0x00000002 
- 00008662  0x00000e23 force  0x00000000 , 0x0000003f 
- 00008663  0x00000e24 store  0x00000002 , 0x00000032 
- 00008664  0x00000e25 branch  0x00007fe7 
- 00008665  0x00000e2a copy  0x0000003f , 0x00000002 
- 00008666  0x00000e2b bpatch  0x00000025 , 0x00004004 
- 00008667  0x00000e2c storet  0x00000004 , 0x00000034 
- 00008668  0x00000e2e jam  0x00000001 , 0x0000455b 
- 00008669  0x00000e2f setarg  0x0000ffff 
- 00008670  0x00000e30 store  0x00000002 , 0x00000032 
- 00008671  0x00000e31 jam  0x00000001 , 0x00000073 
- 00008672  0x00000e32 rtn 
- 00008673  0x00000e36 bpatch  0x00000026 , 0x00004004 
- 00008674  0x00000e37 call  0x000021c9 
- 00008675  0x00000e38 nrtn  0x00000028 
- 00008676  0x00000e39 disable  0x00000028 
- 00008677  0x00000e3a jam  0x00000020 , 0x00000011 
- 00008678  0x00000e3b set0  0x0000000b , 0x00000000 
- 00008679  0x00000e3d call  0x00002a4f 
- 00008680  0x00000e3e call  0x000022e6 
- 00008681  0x00000e3f bmark1  0x0000000b , 0x000021f4 
- 00008682  0x00000e40 call  0x00002455 
- 00008683  0x00000e41 nbranch  0x000021e7 , 0x00000034 
- 00008684  0x00000e43 bpatch  0x00000027 , 0x00004004 
- 00008685  0x00000e44 disable  0x00000028 
- 00008686  0x00000e45 deposit  0x00000022 
- 00008687  0x00000e46 store  0x00000004 , 0x000040ca 
- 00008688  0x00000e47 enable  0x00000030 
- 00008689  0x00000e48 enable  0x00000029 
- 00008690  0x00000e49 jam  0x0000002a , 0x00000a99 
- 00008691  0x00000e4a branch  0x00007d86 
- 00008692  0x00000e4d bpatch  0x00000028 , 0x00004005 
- 00008693  0x00000e4e call  0x00002a4d 
- 00008694  0x00000e4f arg  0x00000010 , 0x00000001 
- 00008695  0x00000e50 call  0x000022dc 
- 00008696  0x00000e51 disable  0x00000030 
- 00008697  0x00000e52 disable  0x00000029 
- 00008698  0x00000e53 call  0x00002818 
- 00008699  0x00000e54 call  0x00002435 
- 00008700  0x00000e56 bpatch  0x00000029 , 0x00004005 
- 00008701  0x00000e57 call  0x0000247c 
- 00008702  0x00000e58 branch  0x00002202 , 0x0000002d 
- 00008703  0x00000e59 call  0x00002455 
- 00008704  0x00000e5a nbranch  0x000021fc , 0x00000034 
- 00008705  0x00000e5b branch  0x000021ec 
- 00008706  0x00000e5d fetch  0x00000001 , 0x00000031 
- 00008707  0x00000e5e set0  0x00000001 , 0x0000003f 
- 00008708  0x00000e5f store  0x00000001 , 0x00000031 
- 00008709  0x00000e60 call  0x00002a88 
- 00008710  0x00000e61 call  0x00002841 
- 00008711  0x00000e62 enable  0x00000028 
- 00008712  0x00000e63 jam  0x0000002b , 0x00000a99 
- 00008713  0x00000e64 branch  0x00007d86 
- 00008714  0x00000e6a bpatch  0x0000002a , 0x00004005 
- 00008715  0x00000e6b set1  0x00000009 , 0x00000000 
- 00008716  0x00000e6c deposit  0x00000011 
- 00008717  0x00000e6d store  0x00000002 , 0x0000001e 
- 00008718  0x00000e6e force  0x00000050 , 0x00000039 
- 00008719  0x00000e6f arg  0x0000043f , 0x00000005 
- 00008720  0x00000e70 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008721  0x00000e71 ifetch  0x00000001 , 0x00000006 
- 00008722  0x00000e72 copy  0x00000011 , 0x00000006 
- 00008723  0x00000e73 bbit1  0x00000000 , 0x00007f01 
- 00008724  0x00000e74 arg  0x00000030 , 0x00000005 
- 00008725  0x00000e75 call  0x00007f01 
- 00008726  0x00000e76 disable  0x0000002e 
- 00008727  0x00000e77 fetch  0x00000001 , 0x00000077 
- 00008728  0x00000e78 iforce  0x00000004 
- 00008729  0x00000e79 jam  0x00000001 , 0x0000008a 
- 00008730  0x00000e7a branch  0x0000221c , 0x00000029 
- 00008731  0x00000e7b jam  0x00000001 , 0x0000008a 
- 00008732  0x00000e7d fetch  0x00000001 , 0x00000030 
- 00008733  0x00000e7e rtnbit0  0x00000001 
- 00008734  0x00000e7f fetch  0x00000001 , 0x00000073 
- 00008735  0x00000e80 store  0x00000001 , 0x0000008a 
- 00008736  0x00000e81 fetch  0x00000001 , 0x00000074 
- 00008737  0x00000e82 store  0x00000001 , 0x0000008b 
- 00008738  0x00000e83 rtn 
- 00008739  0x00000e86 bpatch  0x0000002b , 0x00004005 
- 00008740  0x00000e87 fetch  0x00000002 , 0x0000001e 
- 00008741  0x00000e88 iforce  0x00000005 
- 00008742  0x00000e89 force  0x00000050 , 0x00000039 
- 00008743  0x00000e8a arg  0x0000043f , 0x00000006 
- 00008744  0x00000e8b branch  0x00007f01 , 0x00000036 
- 00008745  0x00000e8c arg  0x00000030 , 0x00000006 
- 00008746  0x00000e8d branch  0x00007f01 
- 00008747  0x00000e92 arg  0x00000001 , 0x00000039 
- 00008748  0x00000e93 fetcht  0x00000001 , 0x00000015 
- 00008749  0x00000e95 increase  0x00000001 , 0x00000002 
- 00008750  0x00000e96 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00008751  0x00000e97 nbranch  0x00002231 , 0x00000001 
- 00008752  0x00000e98 arg  0x00000000 , 0x00000002 
- 00008753  0x00000e9a storet  0x00000001 , 0x00000015 
- 00008754  0x00000e9b mul32  0x00000002 , 0x00000050 , 0x0000003f 
- 00008755  0x00000e9c arg  0x00004040 , 0x00000011 
- 00008756  0x00000e9d iadd  0x00000011 , 0x00000011 
- 00008757  0x00000e9e ifetch  0x00000001 , 0x00000011 
- 00008758  0x00000e9f bbit1  0x00000001 , 0x00002239 
- 00008759  0x00000ea0 rtnbit1  0x00000000 
- 00008760  0x00000ea1 rtnbit1  0x00000003 
- 00008761  0x00000ea3 loop  0x0000222d 
- 00008762  0x00000ea4 rtn 
- 00008763  0x00000ea7 bpatch  0x0000002c , 0x00004005 
- 00008764  0x00000ea8 arg  0x0000226a , 0x00000013 
- 00008765  0x00000ea9 call  0x00002261 
- 00008766  0x00000eaa nrtn  0x00000005 
- 00008767  0x00000eab deposit  0x00000011 
- 00008768  0x00000eac store  0x00000002 , 0x0000001e 
- 00008769  0x00000ead force  0x00000000 , 0x0000003e 
- 00008770  0x00000eae rtn 
- 00008771  0x00000eb3 call  0x00002725 
- 00008772  0x00000eb4 branch  0x0000224b , 0x00000001 
- 00008773  0x00000eb5 fetch  0x00000002 , 0x0000001e 
- 00008774  0x00000eb6 add  0x0000003f , 0x00000017 , 0x00000005 
- 00008775  0x00000eb7 fetch  0x00000001 , 0x00000047 
- 00008776  0x00000eb8 istore  0x00000001 , 0x00000005 
- 00008777  0x00000eb9 arg  0x000022aa , 0x00000013 
- 00008778  0x00000eba branch  0x00002261 
- 00008779  0x00000ebd fetch  0x00000001 , 0x00000047 
- 00008780  0x00000ebe isolate1  0x00000003 , 0x0000003f 
- 00008781  0x00000ebf branch  0x00002250 , 0x00000001 
- 00008782  0x00000ec0 force  0x00000001 , 0x0000003e 
- 00008783  0x00000ec1 rtn 
- 00008784  0x00000ec3 force  0x00000000 , 0x0000003e 
- 00008785  0x00000ec4 rtn 
- 00008786  0x00000ec8 arg  0x000022a7 , 0x00000013 
- 00008787  0x00000ec9 branch  0x00002261 
- 00008788  0x00000ecc fetcht  0x00000002 , 0x0000001e 
- 00008789  0x00000ecd arg  0x000022cf , 0x00000013 
- 00008790  0x00000ece branch  0x00002261 
- 00008791  0x00000ed3 fetcht  0x00000001 , 0x000041cf 
- 00008792  0x00000ed5 arg  0x00002275 , 0x00000013 
- 00008793  0x00000ed6 branch  0x00002261 
- 00008794  0x00000ed9 bpatch  0x0000002d , 0x00004005 
- 00008795  0x00000eda fetcht  0x00000006 , 0x000041d0 
- 00008796  0x00000edc arg  0x0000226e , 0x00000013 
- 00008797  0x00000edd branch  0x00002261 
- 00008798  0x00000ee0 arg  0x0000227b , 0x00000013 
- 00008799  0x00000ee1 branch  0x00002261 
- 00008800  0x00000ee4 arg  0x000022c6 , 0x00000013 
- 00008801  0x00000ee6 bpatch  0x0000002e , 0x00004005 
- 00008802  0x00000ee7 arg  0x00004040 , 0x00000011 
- 00008803  0x00000ee8 arg  0x00000001 , 0x00000039 
- 00008804  0x00000eea ifetch  0x00000001 , 0x00000011 
- 00008805  0x00000eeb copy  0x00000013 , 0x0000003d 
- 00008806  0x00000eed increase  0x00000050 , 0x00000011 
- 00008807  0x00000eee loop  0x00002264 
- 00008808  0x00000eef force  0x00000001 , 0x0000003e 
- 00008809  0x00000ef0 rtn 
- 00008810  0x00000ef3 bbit1  0x00000000 , 0x00002266 
- 00008811  0x00000ef4 bbit1  0x00000003 , 0x00002266 
- 00008812  0x00000ef5 force  0x00000000 , 0x0000003e 
- 00008813  0x00000ef6 rtn 
- 00008814  0x00000ef9 bbit1  0x00000003 , 0x00002270 
- 00008815  0x00000efa bbit0  0x00000000 , 0x00002266 
- 00008816  0x00000efc add  0x00000011 , 0x00000010 , 0x00000006 
- 00008817  0x00000efd ifetch  0x00000006 , 0x00000006 
- 00008818  0x00000efe isub  0x00000002 , 0x0000003e 
- 00008819  0x00000eff rtn  0x00000005 
- 00008820  0x00000f00 branch  0x00002266 
- 00008821  0x00000f03 bbit0  0x00000000 , 0x00002266 
- 00008822  0x00000f04 add  0x00000011 , 0x00000016 , 0x00000006 
- 00008823  0x00000f05 ifetch  0x00000001 , 0x00000006 
- 00008824  0x00000f06 isub  0x00000002 , 0x0000003e 
- 00008825  0x00000f07 rtn  0x00000005 
- 00008826  0x00000f08 branch  0x00002266 
- 00008827  0x00000f0b bbit0  0x00000001 , 0x00002266 
- 00008828  0x00000f0d call  0x000022b3 
- 00008829  0x00000f0e call  0x00002297 
- 00008830  0x00000f0f isub  0x00000002 , 0x0000003f 
- 00008831  0x00000f10 increase  0x00000001 , 0x0000003f 
- 00008832  0x00000f11 branch  0x00002291 , 0x00000002 
- 00008833  0x00000f12 copy  0x00000006 , 0x00000012 
- 00008834  0x00000f13 store  0x00000009 , 0x00000aa2 
- 00008835  0x00000f14 fetch  0x00000001 , 0x000044c0 
- 00008836  0x00000f15 nbranch  0x00002289 , 0x00000034 
- 00008837  0x00000f16 fetch  0x00000009 , 0x00000aa2 
- 00008838  0x00000f17 copy  0x00000012 , 0x00000006 
- 00008839  0x00000f18 increase  0x00000005 , 0x0000003f 
- 00008840  0x00000f19 branch  0x0000228c 
- 00008841  0x00000f1b fetch  0x00000009 , 0x00000aa2 
- 00008842  0x00000f1c copy  0x00000012 , 0x00000006 
- 00008843  0x00000f1d increase  0x00000014 , 0x0000003f 
- 00008844  0x00000f1f nbranch  0x00002266 , 0x00000002 
- 00008845  0x00000f21 copy  0x00000002 , 0x00000021 
- 00008846  0x00000f22 call  0x000022bf 
- 00008847  0x00000f23 force  0x00000000 , 0x0000003e 
- 00008848  0x00000f24 rtn 
- 00008849  0x00000f28 iforce  0x00000012 
- 00008850  0x00000f29 add  0x00000011 , 0x00000002 , 0x00000006 
- 00008851  0x00000f2a ifetch  0x00000002 , 0x00000006 
- 00008852  0x00000f2b branch  0x0000228d , 0x00000034 
- 00008853  0x00000f2c call  0x000022bf 
- 00008854  0x00000f2d branch  0x0000227c 
- 00008855  0x00000f30 rshift16  0x0000003f , 0x0000000b 
- 00008856  0x00000f31 rshift8  0x0000000b , 0x0000000b 
- 00008857  0x00000f32 branch  0x000022a1 , 0x00000005 
- 00008858  0x00000f33 compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008859  0x00000f34 nrtn  0x00000001 
- 00008860  0x00000f35 rshift16  0x00000002 , 0x0000000b 
- 00008861  0x00000f36 rshift8  0x0000000b , 0x0000000b 
- 00008862  0x00000f37 nrtn  0x00000005 
- 00008863  0x00000f38 set1  0x0000001c , 0x00000002 
- 00008864  0x00000f39 rtn 
- 00008865  0x00000f3b rshift16  0x00000002 , 0x0000000b 
- 00008866  0x00000f3c rshift8  0x0000000b , 0x0000000b 
- 00008867  0x00000f3d compare  0x0000000f , 0x0000000b , 0x0000000f 
- 00008868  0x00000f3e nrtn  0x00000001 
- 00008869  0x00000f3f set1  0x0000001c , 0x0000003f 
- 00008870  0x00000f40 rtn 
- 00008871  0x00000f43 bbit0  0x00000000 , 0x00002266 
- 00008872  0x00000f44 force  0x00000000 , 0x0000003e 
- 00008873  0x00000f45 rtn 
- 00008874  0x00000f48 bbit0  0x00000000 , 0x00002266 
- 00008875  0x00000f49 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008876  0x00000f4a ifetch  0x00000001 , 0x00000006 
- 00008877  0x00000f4b bbit1  0x00000000 , 0x00002266 
- 00008878  0x00000f4c add  0x00000011 , 0x00000017 , 0x00000006 
- 00008879  0x00000f4d ifetch  0x00000001 , 0x00000006 
- 00008880  0x00000f4e bbit0  0x00000003 , 0x00002266 
- 00008881  0x00000f4f force  0x00000000 , 0x0000003e 
- 00008882  0x00000f50 rtn 
- 00008883  0x00000f53 add  0x00000011 , 0x00000001 , 0x00000006 
- 00008884  0x00000f54 ifetcht  0x00000001 , 0x00000006 
- 00008885  0x00000f55 deposit  0x00000022 
- 00008886  0x00000f56 isolate1  0x00000001 , 0x00000002 
- 00008887  0x00000f57 add  0x00000011 , 0x00000004 , 0x00000006 
- 00008888  0x00000f58 ifetcht  0x00000004 , 0x00000006 
- 00008889  0x00000f59 rtn  0x00000001 
- 00008890  0x00000f5a add  0x00000011 , 0x00000008 , 0x00000006 
- 00008891  0x00000f5b ifetch  0x00000006 , 0x00000006 
- 00008892  0x00000f5c call  0x00002854 
- 00008893  0x00000f5d deposit  0x00000028 
- 00008894  0x00000f5e rtn 
- 00008895  0x00000f61 add  0x00000011 , 0x00000002 , 0x00000006 
- 00008896  0x00000f62 add  0x00000011 , 0x00000004 , 0x00000005 
- 00008897  0x00000f63 ifetch  0x00000002 , 0x00000006 
- 00008898  0x00000f64 iadd  0x00000002 , 0x0000000b 
- 00008899  0x00000f65 deposit  0x0000000b 
- 00008900  0x00000f66 istore  0x00000004 , 0x00000005 
- 00008901  0x00000f67 branch  0x00005449 
- 00008902  0x00000f6b bbit0  0x00000001 , 0x00002266 
- 00008903  0x00000f6c call  0x000022b3 
- 00008904  0x00000f6d iadd  0x0000001b , 0x0000003f 
- 00008905  0x00000f6e iadd  0x0000001b , 0x0000003f 
- 00008906  0x00000f6f iadd  0x00000007 , 0x0000003f 
- 00008907  0x00000f70 isub  0x00000002 , 0x0000003e 
- 00008908  0x00000f71 nbranch  0x00002266 , 0x00000002 
- 00008909  0x00000f72 force  0x00000000 , 0x0000003e 
- 00008910  0x00000f73 rtn 
- 00008911  0x00000f76 bbit0  0x00000000 , 0x00002266 
- 00008912  0x00000f77 deposit  0x00000002 
- 00008913  0x00000f78 isub  0x00000011 , 0x0000003e 
- 00008914  0x00000f79 branch  0x00002266 , 0x0000003e 
- 00008915  0x00000f7a add  0x00000011 , 0x00000001 , 0x00000006 
- 00008916  0x00000f7b ifetch  0x00000001 , 0x00000006 
- 00008917  0x00000f7c bbit1  0x00000000 , 0x00002266 
- 00008918  0x00000f7d ifetch  0x00000001 , 0x00000011 
- 00008919  0x00000f7e set0  0x00000007 , 0x0000003f 
- 00008920  0x00000f7f istore  0x00000001 , 0x00000011 
- 00008921  0x00000f80 branch  0x00002266 
- 00008922  0x00000f84 bpatch  0x0000002f , 0x00004005 
- 00008923  0x00000f85 call  0x00002a4f 
- 00008924  0x00000f87 add  0x00000022 , 0x00000001 , 0x00000021 
- 00008925  0x00000f88 call  0x000028e2 
- 00008926  0x00000f89 force  0x00000003 , 0x00000024 
- 00008927  0x00000f8a call  0x000028d2 
- 00008928  0x00000f8b call  0x00002a51 
- 00008929  0x00000f8c call  0x00002a56 
- 00008930  0x00000f8d call  0x00002a64 
- 00008931  0x00000f8e branch  0x00002762 
- 00008932  0x00000f91 bpatch  0x00000030 , 0x00004006 
- 00008933  0x00000f92 call  0x00002a4d 
- 00008934  0x00000f94 add  0x00000022 , 0x00000001 , 0x00000021 
- 00008935  0x00000f95 call  0x000028e2 
- 00008936  0x00000f96 force  0x00000003 , 0x00000024 
- 00008937  0x00000f97 call  0x000028cc 
- 00008938  0x00000f98 call  0x0000242a 
- 00008939  0x00000f99 call  0x000029f1 
- 00008940  0x00000f9a call  0x00002a5b 
- 00008941  0x00000f9b call  0x000029eb 
- 00008942  0x00000f9d call  0x00002a0d 
- 00008943  0x00000f9e nrtn  0x00000018 
- 00008944  0x00000f9f call  0x000029bb 
- 00008945  0x00000fa0 branch  0x0000251c 
- 00008946  0x00000fa5 bpatch  0x00000031 , 0x00004006 
- 00008947  0x00000fa6 fetch  0x00000001 , 0x00000181 
- 00008948  0x00000fa7 iforce  0x00000004 
- 00008949  0x00000fa8 force  0x00000001 , 0x00000001 
- 00008950  0x00000fa9 call  0x000022da 
- 00008951  0x00000faa branch  0x000022e4 
- 00008952  0x00000fb6 fetch  0x00000001 , 0x00004093 
- 00008953  0x00000fb7 rtnbit0  0x00000000 
- 00008954  0x00000fb8 force  0x00000004 , 0x00000007 
- 00008955  0x00000fb9 call  0x00007f16 
- 00008956  0x00000fba nrtn  0x00000034 
- 00008957  0x00000fbb fetcht  0x00000002 , 0x000040ad 
- 00008958  0x00000fbc force  0x00000004 , 0x00000007 
- 00008959  0x00000fbd call  0x0000271c 
- 00008960  0x00000fbe rtn  0x00000028 
- 00008961  0x00000fbf call  0x00002308 
- 00008962  0x00000fc0 force  0x00000004 , 0x00000007 
- 00008963  0x00000fc1 fetch  0x00000002 , 0x000040af 
- 00008964  0x00000fc2 nbranch  0x00007f08 , 0x00000018 
- 00008965  0x00000fc3 random  0x0000003f 
- 00008966  0x00000fc4 iand  0x00000035 , 0x0000003f 
- 00008967  0x00000fc5 branch  0x00007f08 
- 00008968  0x00000fc9 bpatch  0x00000032 , 0x00004006 
- 00008969  0x00000fca jam  0x00000000 , 0x00000181 
- 00008970  0x00000fcb disable  0x00000030 
- 00008971  0x00000fcc disable  0x0000002e 
- 00008972  0x00000fcd call  0x000028a4 
- 00008973  0x00000fce and  0x00000022 , 0x000001fc , 0x00000021 
- 00008974  0x00000fcf force  0x00000001 , 0x00000024 
- 00008975  0x00000fd0 call  0x000028d8 
- 00008976  0x00000fd1 call  0x000028cc 
- 00008977  0x00000fd2 setflip  0x0000001d , 0x00000000 
- 00008978  0x00000fd3 fetch  0x00000001 , 0x00000006 
- 00008979  0x00000fd4 increase  0x00000001 , 0x0000003f 
- 00008980  0x00000fd5 store  0x00000001 , 0x00000006 
- 00008981  0x00000fd6 call  0x000028f2 
- 00008982  0x00000fd7 call  0x000029eb 
- 00008983  0x00000fd8 call  0x00002a14 
- 00008984  0x00000fd9 nrtn  0x00000018 
- 00008985  0x00000fda bpatch  0x00000033 , 0x00004006 
- 00008986  0x00000fdb force  0x00000000 , 0x0000001b 
- 00008987  0x00000fdc call  0x000028f9 
- 00008988  0x00000fdd fetch  0x00000001 , 0x00000007 
- 00008989  0x00000fde increase  0x00000001 , 0x0000003f 
- 00008990  0x00000fdf store  0x00000001 , 0x00000007 
- 00008991  0x00000fe0 call  0x000028d8 
- 00008992  0x00000fe1 call  0x00002a4d 
- 00008993  0x00000fe2 or_into  0x00000002 , 0x00000021 
- 00008994  0x00000fe3 force  0x00000001 , 0x00000024 
- 00008995  0x00000fe4 call  0x000028d2 
- 00008996  0x00000fe5 call  0x000028f2 
- 00008997  0x00000fe6 call  0x00002a51 
- 00008998  0x00000fe7 call  0x00002a5f 
- 00008999  0x00000fe8 deposit  0x00000022 
- 00009000  0x00000fe9 store  0x00000004 , 0x00000161 
- 00009001  0x00000fea call  0x00002a64 
- 00009002  0x00000feb force  0x00000002 , 0x00000001 
- 00009003  0x00000fec force  0x00000000 , 0x00000004 
- 00009004  0x00000fed call  0x00002a6b 
- 00009005  0x00000fee call  0x00002766 
- 00009006  0x00000fef call  0x00002332 
- 00009007  0x00000ff0 and_into  0x000001fd , 0x00000021 
- 00009008  0x00000ff1 increase  0x00000001 , 0x00000026 
- 00009009  0x00000ff2 rtn 
- 00009010  0x00000ff5 bpatch  0x00000034 , 0x00004006 
- 00009011  0x00000ff6 fetch  0x00000001 , 0x000040d1 
- 00009012  0x00000ff7 rtn  0x00000034 
- 00009013  0x00000ff8 arg  0x0000018e , 0x00000005 
- 00009014  0x00000ff9 fetch  0x00000001 , 0x00004515 
- 00009015  0x00000ffa copy  0x0000003f , 0x00000039 
- 00009016  0x00000ffb increase  0x00000001 , 0x0000003f 
- 00009017  0x00000ffc istore  0x00000001 , 0x00000005 
- 00009018  0x00000ffd copy  0x00000005 , 0x00000002 
- 00009019  0x00000ffe increase  0x00000001 , 0x0000003f 
- 00009020  0x00000fff store  0x00000002 , 0x000041dc 
- 00009021  0x00001000 copy  0x00000002 , 0x00000005 
- 00009022  0x00001001 setarg  0x00000009 
- 00009023  0x00001002 istore  0x00000001 , 0x00000005 
- 00009024  0x00001003 arg  0x00004516 , 0x00000006 
- 00009025  0x00001004 call  0x00007f01 
- 00009026  0x00001006 arg  0x0000458d , 0x00000013 
- 00009027  0x00001007 arg  0x00000004 , 0x00000039 
- 00009028  0x00001008 call  0x00002354 
- 00009029  0x00001009 arg  0x00004577 , 0x00000013 
- 00009030  0x0000100a arg  0x00000001 , 0x00000039 
- 00009031  0x0000100b call  0x00002354 
- 00009032  0x0000100d force  0x0000000a , 0x00000001 
- 00009033  0x0000100e jam  0x00000002 , 0x000041db 
- 00009034  0x0000100f setarg  0x0000018e 
- 00009035  0x00001010 store  0x00000002 , 0x0000016f 
- 00009036  0x00001011 call  0x00002a4d 
- 00009037  0x00001012 call  0x000028d2 
- 00009038  0x00001013 call  0x00002a51 
- 00009039  0x00001014 call  0x00002a5f 
- 00009040  0x00001015 call  0x00002a64 
- 00009041  0x00001016 call  0x00002a6b 
- 00009042  0x00001017 call  0x00002766 
- 00009043  0x00001018 rtn 
- 00009044  0x0000101c copy  0x00000005 , 0x00000002 
- 00009045  0x0000101d copy  0x00000013 , 0x00000006 
- 00009046  0x0000101e ifetch  0x00000001 , 0x00000006 
- 00009047  0x0000101f rtn  0x00000034 
- 00009048  0x00001021 lshift  0x0000003f , 0x0000003f 
- 00009049  0x00001022 loop  0x00002358 
- 00009050  0x00001023 copy  0x0000003f , 0x00000011 
- 00009051  0x00001024 increase  0x00000002 , 0x0000003f 
- 00009052  0x00001025 copy  0x0000003f , 0x00000007 
- 00009053  0x00001026 fetch  0x00000002 , 0x000041dc 
- 00009054  0x00001027 iadd  0x00000007 , 0x0000003f 
- 00009055  0x00001028 store  0x00000002 , 0x000041dc 
- 00009056  0x00001029 copy  0x00000002 , 0x00000005 
- 00009057  0x0000102a copy  0x00000011 , 0x0000003f 
- 00009058  0x0000102b increase  0x00000001 , 0x0000003f 
- 00009059  0x0000102c istore  0x00000001 , 0x00000005 
- 00009060  0x0000102d copy  0x00000013 , 0x00000006 
- 00009061  0x0000102e ifetch  0x00000001 , 0x00000006 
- 00009062  0x0000102f ifetch  0x00000001 , 0x00000006 
- 00009063  0x00001030 istore  0x00000001 , 0x00000005 
- 00009064  0x00001031 copy  0x00000011 , 0x00000039 
- 00009065  0x00001032 branch  0x00007f01 
- 00009066  0x00001039 fetch  0x00000001 , 0x00004093 
- 00009067  0x0000103a rtnbit0  0x00000001 
- 00009068  0x0000103b force  0x00000005 , 0x00000007 
- 00009069  0x0000103c call  0x00007f16 
- 00009070  0x0000103d nrtn  0x00000034 
- 00009071  0x0000103e fetcht  0x00000002 , 0x000040b1 
- 00009072  0x0000103f force  0x00000028 , 0x00000007 
- 00009073  0x00001040 call  0x0000271c 
- 00009074  0x00001041 rtn  0x00000028 
- 00009075  0x00001042 force  0x00000000 , 0x00000004 
- 00009076  0x00001043 jam  0x00000008 , 0x00000010 
- 00009077  0x00001044 set0  0x0000000b , 0x00000000 
- 00009078  0x00001045 call  0x0000237a 
- 00009079  0x00001046 force  0x00000005 , 0x00000007 
- 00009080  0x00001047 fetch  0x00000002 , 0x000040b3 
- 00009081  0x00001048 branch  0x00007f08 
- 00009082  0x0000104c bpatch  0x00000035 , 0x00004006 
- 00009083  0x0000104d disable  0x00000030 
- 00009084  0x0000104e call  0x000028a4 
- 00009085  0x0000104f fetch  0x00000001 , 0x00000008 
- 00009086  0x00001050 increase  0x00000001 , 0x0000003f 
- 00009087  0x00001051 store  0x00000001 , 0x00000008 
- 00009088  0x00001052 force  0x00000000 , 0x00000026 
- 00009089  0x00001053 call  0x000028e2 
- 00009090  0x00001054 add  0x00000022 , 0x00000001 , 0x00000021 
- 00009091  0x00001055 force  0x00000002 , 0x00000024 
- 00009092  0x00001056 bpatch  0x00000036 , 0x00004006 
- 00009093  0x00001057 call  0x000028cc 
- 00009094  0x00001058 call  0x000029eb 
- 00009095  0x00001059 call  0x00002a14 
- 00009096  0x0000105a nrtn  0x00000018 
- 00009097  0x0000105b call  0x000028f9 
- 00009098  0x0000105c fetch  0x00000001 , 0x00000009 
- 00009099  0x0000105d increase  0x00000001 , 0x0000003f 
- 00009100  0x0000105e store  0x00000001 , 0x00000009 
- 00009101  0x0000105f force  0x00000000 , 0x0000001b 
- 00009102  0x00001060 call  0x00002a4d 
- 00009103  0x00001061 or_into  0x00000002 , 0x00000021 
- 00009104  0x00001062 force  0x00000001 , 0x00000024 
- 00009105  0x00001063 call  0x000028d2 
- 00009106  0x00001064 call  0x00002a51 
- 00009107  0x00001065 call  0x00002a5f 
- 00009108  0x00001066 call  0x00002a64 
- 00009109  0x00001067 call  0x0000264d 
- 00009110  0x00001068 force  0x00000000 , 0x00000004 
- 00009111  0x00001069 arg  0x00000600 , 0x0000000b 
- 00009112  0x0000106a until  0x00000029 , 0x00000026 
- 00009113  0x0000106b or_into  0x00000003 , 0x00000028 
- 00009114  0x0000106c and_into  0x000001fd , 0x00000021 
- 00009115  0x0000106e bpatch  0x00000037 , 0x00004006 
- 00009116  0x0000106f increase  0x00000001 , 0x00000026 
- 00009117  0x00001070 call  0x000028cc 
- 00009118  0x00001071 call  0x000029eb 
- 00009119  0x00001072 call  0x00002a07 
- 00009120  0x00001073 nbranch  0x000023a4 , 0x00000018 
- 00009121  0x00001074 call  0x00002a6b 
- 00009122  0x00001075 call  0x0000251e 
- 00009123  0x00001076 bmark1  0x0000000b , 0x000023ab 
- 00009124  0x00001078 bpatch  0x00000038 , 0x00004007 
- 00009125  0x00001079 fetch  0x00000001 , 0x00000010 
- 00009126  0x0000107a rtn  0x00000034 
- 00009127  0x0000107b increase  0xffffffff , 0x0000003f 
- 00009128  0x0000107c store  0x00000001 , 0x00000010 
- 00009129  0x0000107d call  0x00002a4f 
- 00009130  0x0000107e branch  0x0000239b 
- 00009131  0x00001082 bpatch  0x00000039 , 0x00004007 
- 00009132  0x00001083 set0  0x00000001 , 0x00000028 
- 00009133  0x00001084 set1  0x00000000 , 0x00000028 
- 00009134  0x00001085 fetch  0x00000001 , 0x0000000a 
- 00009135  0x00001086 increase  0x00000001 , 0x0000003f 
- 00009136  0x00001087 store  0x00000001 , 0x0000000a 
- 00009137  0x00001088 call  0x00002a4d 
- 00009138  0x00001089 or_into  0x00000002 , 0x00000021 
- 00009139  0x0000108a call  0x000028d2 
- 00009140  0x0000108b call  0x00002a51 
- 00009141  0x0000108c call  0x00002a5f 
- 00009142  0x0000108d call  0x00002a64 
- 00009143  0x0000108e call  0x0000264d 
- 00009144  0x00001090 compare  0x00000003 , 0x00000028 , 0x00000003 
- 00009145  0x00001091 branch  0x000023bc , 0x00000001 
- 00009146  0x00001092 until  0x0000003e , 0x00000017 
- 00009147  0x00001093 branch  0x000023b8 
- 00009148  0x00001095 fetch  0x00000004 , 0x00000165 
- 00009149  0x00001096 or_into  0x00000003 , 0x0000003f 
- 00009150  0x00001097 icopy  0x00000028 
- 00009151  0x0000109a bpatch  0x0000003a , 0x00004007 
- 00009152  0x0000109b fetch  0x00000006 , 0x00000178 
- 00009153  0x0000109c store  0x00000006 , 0x00000040 
- 00009154  0x0000109d call  0x00002435 
- 00009155  0x0000109f call  0x0000247c 
- 00009156  0x000010a0 branch  0x000023c8 , 0x0000002d 
- 00009157  0x000010a1 call  0x00002455 
- 00009158  0x000010a2 nbranch  0x000023c3 , 0x00000034 
- 00009159  0x000010a3 rtn 
- 00009160  0x000010a7 bpatch  0x0000003b , 0x00004007 
- 00009161  0x000010a8 call  0x00002440 
- 00009162  0x000010a9 call  0x0000223b 
- 00009163  0x000010aa nrtn  0x00000005 
- 00009164  0x000010ab jam  0x00000000 , 0x00000031 
- 00009165  0x000010ac call  0x00002841 
- 00009166  0x000010ad branch  0x00002223 
- 00009167  0x000010b3 bpatch  0x0000003c , 0x00004007 
- 00009168  0x000010b4 call  0x00002850 
- 00009169  0x000010b5 call  0x000023f3 
- 00009170  0x000010b6 rtn  0x00000028 
- 00009171  0x000010b8 bpatch  0x0000003d , 0x00004007 
- 00009172  0x000010b9 call  0x00002c69 
- 00009173  0x000010ba call  0x00006caa 
- 00009174  0x000010bb call  0x00002514 
- 00009175  0x000010bc nbranch  0x000023e2 , 0x0000002d 
- 00009176  0x000010bd call  0x00002a88 
- 00009177  0x000010be call  0x00006cc2 
- 00009178  0x000010bf call  0x00002489 
- 00009179  0x000010c0 call  0x00002757 
- 00009180  0x000010c1 call  0x00002728 
- 00009181  0x000010c2 call  0x00005d08 
- 00009182  0x000010c3 fetch  0x00000001 , 0x0000000b 
- 00009183  0x000010c4 increase  0x00000001 , 0x0000003f 
- 00009184  0x000010c5 store  0x00000001 , 0x0000000b 
- 00009185  0x000010c6 call  0x00002841 
- 00009186  0x000010c8 bpatch  0x0000003e , 0x00004007 
- 00009187  0x000010c9 call  0x00002bb1 
- 00009188  0x000010ca call  0x00002a7f 
- 00009189  0x000010cb branch  0x000023eb , 0x00000002 
- 00009190  0x000010cc call  0x000021a7 
- 00009191  0x000010cd nbranch  0x000023eb , 0x00000028 
- 00009192  0x000010ce call  0x000026f3 
- 00009193  0x000010cf nbranch  0x000023d3 , 0x00000034 
- 00009194  0x000010d0 rtn 
- 00009195  0x000010d3 bpatch  0x0000003f , 0x00004007 
- 00009196  0x000010d4 jam  0x00000000 , 0x00000151 
- 00009197  0x000010d5 jam  0x00000000 , 0x0000017f 
- 00009198  0x000010d6 call  0x0000245d 
- 00009199  0x000010d7 set0  0x00000011 , 0x00000000 
- 00009200  0x000010d8 call  0x00007fb0 
- 00009201  0x000010d9 fetch  0x00000001 , 0x00000030 
- 00009202  0x000010da rtn 
- 00009203  0x000010de bpatch  0x00000040 , 0x00004008 
- 00009204  0x000010df call  0x000021c9 
- 00009205  0x000010e0 nrtn  0x00000028 
- 00009206  0x000010e1 copy  0x00000004 , 0x00000002 
- 00009207  0x000010e2 call  0x00002a6f 
- 00009208  0x000010e3 store  0x00000001 , 0x00000181 
- 00009209  0x000010e4 copy  0x00000002 , 0x00000004 
- 00009210  0x000010e5 jam  0x00000020 , 0x00000011 
- 00009211  0x000010e7 bpatch  0x00000041 , 0x00004008 
- 00009212  0x000010e8 call  0x00002a4f 
- 00009213  0x000010e9 force  0x00000002 , 0x00000001 
- 00009214  0x000010ea call  0x0000274f 
- 00009215  0x000010eb deposit  0x00000022 
- 00009216  0x000010ec store  0x00000004 , 0x00000161 
- 00009217  0x000010ed call  0x00002762 
- 00009218  0x000010ee call  0x00002a4d 
- 00009219  0x000010ef enable  0x0000002f 
- 00009220  0x000010f0 call  0x000024f6 
- 00009221  0x000010f1 branch  0x0000240d , 0x00000018 
- 00009222  0x000010f2 call  0x000028f9 
- 00009223  0x000010f3 call  0x00002455 
- 00009224  0x000010f4 nbranch  0x000023fb , 0x00000034 
- 00009225  0x000010f5 rtnmark0  0x00000004 
- 00009226  0x000010f6 jam  0x00000034 , 0x0000007c 
- 00009227  0x000010f7 set1  0x00000003 , 0x00000000 
- 00009228  0x000010f8 rtn 
- 00009229  0x000010fa enable  0x00000030 
- 00009230  0x000010fb call  0x00002435 
- 00009231  0x000010fc call  0x000028a4 
- 00009232  0x000010fe bpatch  0x00000042 , 0x00004008 
- 00009233  0x000010ff call  0x000022f2 
- 00009234  0x00001100 branch  0x00002419 , 0x00000018 
- 00009235  0x00001101 call  0x00002455 
- 00009236  0x00001102 nbranch  0x00002410 , 0x00000034 
- 00009237  0x00001103 disable  0x00000030 
- 00009238  0x00001104 deposit  0x00000028 
- 00009239  0x00001105 store  0x00000004 , 0x000040ca 
- 00009240  0x00001106 rtn 
- 00009241  0x00001108 enable  0x00000029 
- 00009242  0x00001109 bmark0  0x00000004 , 0x0000241f 
- 00009243  0x0000110a set0  0x00000004 , 0x00000000 
- 00009244  0x0000110b jam  0x00000003 , 0x0000007c 
- 00009245  0x0000110c jam  0x00000033 , 0x0000007d 
- 00009246  0x0000110d call  0x000062f8 
- 00009247  0x0000110f deposit  0x00000004 
- 00009248  0x00001110 store  0x00000001 , 0x00000077 
- 00009249  0x00001111 force  0x00000000 , 0x0000003f 
- 00009250  0x00001112 store  0x00000006 , 0x00000038 
- 00009251  0x00001113 fetch  0x00000001 , 0x00000031 
- 00009252  0x00001114 set1  0x00000001 , 0x0000003f 
- 00009253  0x00001115 store  0x00000001 , 0x00000031 
- 00009254  0x00001116 call  0x00002a88 
- 00009255  0x00001117 disable  0x00000029 
- 00009256  0x00001118 enable  0x00000028 
- 00009257  0x00001119 rtn 
- 00009258  0x0000111e bpatch  0x00000043 , 0x00004008 
- 00009259  0x0000111f disable  0x0000002d 
- 00009260  0x00001120 set0  0x00000005 , 0x00000000 
- 00009261  0x00001121 set0  0x0000000a , 0x00000000 
- 00009262  0x00001122 set0  0x00000010 , 0x00000000 
- 00009263  0x00001123 set0  0x0000000f , 0x00000000 
- 00009264  0x00001124 fetch  0x00000001 , 0x00000047 
- 00009265  0x00001125 set0  0x00000005 , 0x0000003f 
- 00009266  0x00001126 set1  0x00000004 , 0x0000003f 
- 00009267  0x00001127 store  0x00000001 , 0x00000047 
- 00009268  0x00001128 rtn 
- 00009269  0x0000112b bpatch  0x00000044 , 0x00004008 
- 00009270  0x0000112c jam  0x00000020 , 0x00000011 
- 00009271  0x0000112d jam  0x00000050 , 0x00000047 
- 00009272  0x0000112e fetch  0x00000002 , 0x000040bf 
- 00009273  0x0000112f store  0x00000002 , 0x0000003e 
- 00009274  0x00001130 deposit  0x00000022 
- 00009275  0x00001131 store  0x00000004 , 0x000040ca 
- 00009276  0x00001132 rtn  0x00000030 
- 00009277  0x00001133 deposit  0x00000028 
- 00009278  0x00001134 store  0x00000004 , 0x000040ca 
- 00009279  0x00001135 rtn 
- 00009280  0x00001138 bpatch  0x00000045 , 0x00004008 
- 00009281  0x00001139 call  0x00005d04 
- 00009282  0x0000113a call  0x00002459 
- 00009283  0x0000113b store  0x00000001 , 0x00000046 
- 00009284  0x0000113c setarg  0x00000000 
- 00009285  0x0000113d store  0x00000002 , 0x0000025d 
- 00009286  0x0000113e setarg  0x00001c80 
- 00009287  0x0000113f store  0x00000002 , 0x00000051 
- 00009288  0x00001140 fetch  0x00000001 , 0x00000030 
- 00009289  0x00001141 set1  0x00000000 , 0x0000003f 
- 00009290  0x00001142 store  0x00000001 , 0x00000030 
- 00009291  0x00001143 jam  0x00000000 , 0x0000004b 
- 00009292  0x00001144 jam  0x00000000 , 0x0000004c 
- 00009293  0x00001145 jam  0x00000000 , 0x000000a0 
- 00009294  0x00001146 branch  0x00002a88 
- 00009295  0x0000114a bpatch  0x00000046 , 0x00004008 
- 00009296  0x0000114b force  0x00000000 , 0x0000003f 
- 00009297  0x0000114c store  0x00000008 , 0x000041be 
- 00009298  0x0000114d istore  0x00000008 , 0x00000005 
- 00009299  0x0000114e call  0x000021c5 
- 00009300  0x0000114f branch  0x00002254 
- 00009301  0x00001152 fetch  0x00000001 , 0x00000011 
- 00009302  0x00001153 increase  0xffffffff , 0x0000003f 
- 00009303  0x00001154 store  0x00000001 , 0x00000011 
- 00009304  0x00001155 rtn 
- 00009305  0x00001158 fetch  0x00000001 , 0x000040cf 
- 00009306  0x00001159 increase  0x00000001 , 0x0000003f 
- 00009307  0x0000115a store  0x00000001 , 0x000040cf 
- 00009308  0x0000115b rtn 
- 00009309  0x0000115f bpatch  0x00000047 , 0x00004008 
- 00009310  0x00001160 fetch  0x00000001 , 0x000041ce 
- 00009311  0x00001161 beq  0x00000003 , 0x00002462 
- 00009312  0x00001162 fetch  0x00000001 , 0x00000048 
- 00009313  0x00001163 bne  0x00000001 , 0x00002466 
- 00009314  0x00001165 call  0x00004d06 
- 00009315  0x00001166 nbranch  0x00002466 , 0x00000005 
- 00009316  0x00001167 call  0x000021a4 
- 00009317  0x00001168 jam  0x00000000 , 0x000041ce 
- 00009318  0x0000116a bpatch  0x00000048 , 0x00004009 
- 00009319  0x0000116b call  0x000033af 
- 00009320  0x0000116c call  0x000026e9 
- 00009321  0x0000116d jam  0x00000002 , 0x00000a99 
- 00009322  0x0000116e call  0x00007d86 
- 00009323  0x0000116f call  0x00005cf7 
- 00009324  0x00001170 call  0x00004d6b 
- 00009325  0x00001171 call  0x0000757d 
- 00009326  0x00001172 fetch  0x00000001 , 0x00000030 
- 00009327  0x00001173 set0  0x00000000 
- 00009328  0x00001174 store  0x00000001 , 0x00000030 
- 00009329  0x00001175 jam  0x00000000 , 0x00004681 
- 00009330  0x00001177 fetch  0x00000001 , 0x0000004c 
- 00009331  0x00001178 compare  0x00000000 , 0x0000003f , 0x000000c0 
- 00009332  0x00001179 branch  0x00002476 , 0x00000001 
- 00009333  0x0000117a set0  0x00000001 , 0x00000000 
- 00009334  0x0000117c fetch  0x00000001 , 0x00000047 
- 00009335  0x0000117d bbit0  0x00000003 , 0x00002478 
- 00009336  0x0000117f fetch  0x00000001 , 0x0000004b 
- 00009337  0x00001180 rtnbit0  0x00000006 
- 00009338  0x00001181 set0  0x00000002 , 0x00000000 
- 00009339  0x00001182 rtn 
- 00009340  0x00001185 bpatch  0x00000049 , 0x00004009 
- 00009341  0x00001186 fetch  0x00000001 , 0x00000174 
- 00009342  0x00001187 rtn  0x00000034 
- 00009343  0x00001188 icopy  0x00000004 
- 00009344  0x00001189 call  0x00002514 
- 00009345  0x0000118a nrtn  0x0000002d 
- 00009346  0x0000118b force  0x00000000 , 0x00000001 
- 00009347  0x0000118c call  0x00002757 
- 00009348  0x0000118d deposit  0x00000004 
- 00009349  0x0000118e store  0x00000001 , 0x00000077 
- 00009350  0x0000118f force  0x00000000 , 0x0000003f 
- 00009351  0x00001190 store  0x00000001 , 0x00000174 
- 00009352  0x00001191 rtn 
- 00009353  0x00001198 bpatch  0x0000004a , 0x00004009 
- 00009354  0x00001199 fetch  0x00000001 , 0x00000030 
- 00009355  0x0000119a bbit0  0x00000002 , 0x00002496 
- 00009356  0x0000119b force  0x00000007 , 0x00000001 
- 00009357  0x0000119c bmark0  0x00000007 , 0x00002495 
- 00009358  0x0000119d call  0x00002725 
- 00009359  0x0000119e nbranch  0x00002496 , 0x00000001 
- 00009360  0x0000119f branch  0x00002496 , 0x0000002e 
- 00009361  0x000011a0 call  0x000024c1 
- 00009362  0x000011a1 setarg  0x00000002 
- 00009363  0x000011a2 store  0x00000002 , 0x000040c8 
- 00009364  0x000011a3 rtn 
- 00009365  0x000011a5 nrtn  0x0000002e 
- 00009366  0x000011a7 bpatch  0x0000004b , 0x00004009 
- 00009367  0x000011a8 call  0x00002243 
- 00009368  0x000011a9 nbranch  0x000024a7 , 0x00000005 
- 00009369  0x000011aa fetch  0x00000001 , 0x00000047 
- 00009370  0x000011ab bbit0  0x00000003 , 0x000024b0 
- 00009371  0x000011ad bmark1  0x00000005 , 0x000024b4 
- 00009372  0x000011ae fetch  0x00000001 , 0x0000017f 
- 00009373  0x000011af bbit1  0x00000006 , 0x000024ba 
- 00009374  0x000011b0 fetch  0x00000002 , 0x000040c8 
- 00009375  0x000011b1 increase  0xffffffff , 0x0000003f 
- 00009376  0x000011b2 store  0x00000002 , 0x000040c8 
- 00009377  0x000011b3 branch  0x000024a5 , 0x00000034 
- 00009378  0x000011b4 fetch  0x00000001 , 0x000040c5 
- 00009379  0x000011b5 iforce  0x00000001 
- 00009380  0x000011b6 rtn 
- 00009381  0x000011b9 bpatch  0x0000004c , 0x00004009 
- 00009382  0x000011ba call  0x00002687 
- 00009383  0x000011bc call  0x00002725 
- 00009384  0x000011bd branch  0x000024b0 , 0x00000001 
- 00009385  0x000011be call  0x0000600a 
- 00009386  0x000011bf branch  0x000024be , 0x00000028 
- 00009387  0x000011c0 fetch  0x00000001 , 0x0000004b 
- 00009388  0x000011c1 bbit1  0x00000006 , 0x000024c0 
- 00009389  0x000011c2 bmark1  0x00000005 , 0x000024b4 
- 00009390  0x000011c3 fetch  0x00000001 , 0x0000017f 
- 00009391  0x000011c4 bbit1  0x00000006 , 0x000024ba 
- 00009392  0x000011c6 force  0x00000001 , 0x00000001 
- 00009393  0x000011c7 rtn  0x00000029 
- 00009394  0x000011c8 force  0x00000000 , 0x00000001 
- 00009395  0x000011c9 rtn 
- 00009396  0x000011cb bpatch  0x0000004d , 0x00004009 
- 00009397  0x000011cc fetch  0x00000001 , 0x00000019 
- 00009398  0x000011cd iforce  0x00000001 
- 00009399  0x000011ce rtnne  0x00000001 
- 00009400  0x000011cf force  0x00000000 , 0x00000001 
- 00009401  0x000011d0 rtn 
- 00009402  0x000011d2 fetch  0x00000001 , 0x00000158 
- 00009403  0x000011d3 and  0x0000003f , 0x0000000f , 0x00000001 
- 00009404  0x000011d4 set1  0x00000005 , 0x00000000 
- 00009405  0x000011d5 rtn 
- 00009406  0x000011d7 force  0x00000013 , 0x00000001 
- 00009407  0x000011d8 branch  0x000024c1 
- 00009408  0x000011da call  0x000024ca 
- 00009409  0x000011dd bpatch  0x0000004e , 0x00004009 
- 00009410  0x000011de fetcht  0x00000001 , 0x00000047 
- 00009411  0x000011df set1  0x00000003 , 0x00000002 
- 00009412  0x000011e0 storet  0x00000001 , 0x00000047 
- 00009413  0x000011e1 deposit  0x00000001 
- 00009414  0x000011e2 store  0x00000001 , 0x000040c5 
- 00009415  0x000011e3 setarg  0x0000ffff 
- 00009416  0x000011e4 store  0x00000002 , 0x000040c8 
- 00009417  0x000011e5 rtn 
- 00009418  0x000011e8 bpatch  0x0000004f , 0x00004009 
- 00009419  0x000011e9 fetch  0x00000001 , 0x0000004c 
- 00009420  0x000011ea isolate1  0x00000005 , 0x0000003f 
- 00009421  0x000011eb fetch  0x00000002 , 0x000041dc 
- 00009422  0x000011ec branch  0x000024e0 , 0x00000001 
- 00009423  0x000011ed force  0x00000003 , 0x00000001 
- 00009424  0x000011ee sub  0x0000003f , 0x00000011 , 0x0000003e 
- 00009425  0x000011ef rtn  0x00000002 
- 00009426  0x000011f0 force  0x00000004 , 0x00000001 
- 00009427  0x000011f1 sub  0x0000003f , 0x0000001b , 0x0000003e 
- 00009428  0x000011f2 rtn  0x00000002 
- 00009429  0x000011f3 force  0x0000000a , 0x00000001 
- 00009430  0x000011f4 sub  0x0000003f , 0x00000079 , 0x0000003e 
- 00009431  0x000011f5 rtn  0x00000002 
- 00009432  0x000011f6 force  0x0000000b , 0x00000001 
- 00009433  0x000011f7 sub  0x0000003f , 0x000000b7 , 0x0000003e 
- 00009434  0x000011f8 rtn  0x00000002 
- 00009435  0x000011f9 force  0x0000000e , 0x00000001 
- 00009436  0x000011fa sub  0x0000003f , 0x000000e0 , 0x0000003e 
- 00009437  0x000011fb rtn  0x00000002 
- 00009438  0x000011fc force  0x0000000f , 0x00000001 
- 00009439  0x000011fd rtn 
- 00009440  0x000011ff force  0x00000003 , 0x00000001 
- 00009441  0x00001200 sub  0x0000003f , 0x00000011 , 0x0000003e 
- 00009442  0x00001201 rtn  0x00000002 
- 00009443  0x00001202 force  0x00000004 , 0x00000001 
- 00009444  0x00001203 sub  0x0000003f , 0x00000036 , 0x0000003e 
- 00009445  0x00001204 rtn  0x00000002 
- 00009446  0x00001205 force  0x0000000a , 0x00000001 
- 00009447  0x00001206 arg  0x0000016f , 0x00000002 
- 00009448  0x00001207 isub  0x00000002 , 0x0000003e 
- 00009449  0x00001208 nrtn  0x00000002 
- 00009450  0x00001209 force  0x0000000e , 0x00000001 
- 00009451  0x0000120a arg  0x000002a7 , 0x00000002 
- 00009452  0x0000120b isub  0x00000002 , 0x0000003e 
- 00009453  0x0000120c nrtn  0x00000002 
- 00009454  0x0000120d force  0x0000000f , 0x00000001 
- 00009455  0x0000120e rtn 
- 00009456  0x00001218 fetch  0x00000001 , 0x00000030 
- 00009457  0x00001219 bbit0  0x00000001 , 0x000024f5 
- 00009458  0x0000121a fetch  0x00000002 , 0x00000032 
- 00009459  0x0000121b branch  0x000024f5 , 0x00000034 
- 00009460  0x0000121c nbranch  0x000024f7 , 0x0000002e 
- 00009461  0x0000121e call  0x00002a4f 
- 00009462  0x00001220 add  0x00000028 , 0x00000001 , 0x00000021 
- 00009463  0x00001222 enable  0x00000010 
- 00009464  0x00001223 fetch  0x00000002 , 0x0000003e 
- 00009465  0x00001224 rshift  0x0000003f , 0x0000003f 
- 00009466  0x00001225 arg  0x00000500 , 0x00000002 
- 00009467  0x00001226 iadd  0x00000002 , 0x0000003f 
- 00009468  0x00001227 call  0x00002a24 
- 00009469  0x00001228 call  0x000028ea 
- 00009470  0x00001229 force  0x00000003 , 0x00000024 
- 00009471  0x0000122a call  0x000028cc 
- 00009472  0x0000122b call  0x0000242a 
- 00009473  0x0000122c call  0x000029f1 
- 00009474  0x0000122d bpatch  0x00000050 , 0x0000400a 
- 00009475  0x0000122e fetch  0x00000002 , 0x0000003e 
- 00009476  0x0000122f rshift  0x0000003f , 0x0000003f 
- 00009477  0x00001230 call  0x00002a24 
- 00009478  0x00001231 call  0x000029eb 
- 00009479  0x00001232 enable  0x0000000d 
- 00009480  0x00001233 fetch  0x00000002 , 0x0000003e 
- 00009481  0x00001234 arg  0x000003bb , 0x00000002 
- 00009482  0x00001235 iadd  0x00000002 , 0x0000001b 
- 00009483  0x00001236 correlate  0x0000003e , 0x00000003 
- 00009484  0x00001237 copy  0x0000001a , 0x00000002 
- 00009485  0x00001238 storet  0x00000006 , 0x0000009a 
- 00009486  0x00001239 disable  0x0000000d 
- 00009487  0x0000123a nrtn  0x00000018 
- 00009488  0x0000123b arg  0x000003bb , 0x00000029 
- 00009489  0x0000123c copy  0x00000021 , 0x00000028 
- 00009490  0x0000123d branch  0x00002b05 , 0x0000002b 
- 00009491  0x0000123e rtn 
- 00009492  0x00001242 bpatch  0x00000051 , 0x0000400a 
- 00009493  0x00001243 call  0x000024f0 
- 00009494  0x00001244 nbranch  0x000028f9 , 0x00000018 
- 00009495  0x00001245 call  0x000029bb 
- 00009496  0x00001246 bmark0  0x00000011 , 0x0000251c 
- 00009497  0x00001247 fetch  0x00000002 , 0x000000f6 
- 00009498  0x00001248 increase  0x00000001 , 0x0000003f 
- 00009499  0x00001249 store  0x00000002 , 0x000000f6 
- 00009500  0x0000124b rshift  0x00000021 , 0x00000002 
- 00009501  0x0000124c or  0x00000002 , 0x00000040 , 0x0000000e 
- 00009502  0x0000124e bpatch  0x00000052 , 0x0000400a 
- 00009503  0x0000124f enable  0x00000007 
- 00009504  0x00001250 enable  0x0000000a 
- 00009505  0x00001251 enable  0x0000000b 
- 00009506  0x00001252 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009507  0x00001253 rshift8  0x0000000c , 0x0000003f 
- 00009508  0x00001254 store  0x00000001 , 0x0000015d 
- 00009509  0x00001255 parse  0x00000003 , 0x00000000 , 0x00000004 
- 00009510  0x00001256 inject  0x00000000 , 0x00000007 
- 00009511  0x00001257 copy  0x0000000c , 0x0000003f 
- 00009512  0x00001258 store  0x00000001 , 0x00000019 
- 00009513  0x00001259 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009514  0x0000125a rshift8  0x0000000c , 0x0000003f 
- 00009515  0x0000125b store  0x00000001 , 0x0000015e 
- 00009516  0x0000125c fetch  0x00000001 , 0x00000019 
- 00009517  0x0000125d sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00009518  0x0000125e branch  0x00002533 , 0x00000002 
- 00009519  0x0000125f beq  0x00000007 , 0x00002533 
- 00009520  0x00001260 fetch  0x00000001 , 0x0000004c 
- 00009521  0x00001261 isolate1  0x00000005 , 0x0000003f 
- 00009522  0x00001262 setflag  0x00000001 , 0x00000001 , 0x00000015 
- 00009523  0x00001264 bpatch  0x00000053 , 0x0000400a 
- 00009524  0x00001265 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009525  0x00001266 disable  0x0000000b 
- 00009526  0x00001267 disable  0x0000000a 
- 00009527  0x00001268 branch  0x00002631 , 0x00000006 
- 00009528  0x00001269 bmark0  0x00000011 , 0x0000253c 
- 00009529  0x0000126a fetch  0x00000002 , 0x000000f8 
- 00009530  0x0000126b increase  0x00000001 , 0x0000003f 
- 00009531  0x0000126c store  0x00000002 , 0x000000f8 
- 00009532  0x0000126e bpatch  0x00000054 , 0x0000400a 
- 00009533  0x0000126f fetch  0x00000001 , 0x0000015d 
- 00009534  0x00001270 compare  0x00000000 , 0x0000003f , 0x00000007 
- 00009535  0x00001271 setflag  0x00000001 , 0x0000000a , 0x00000000 
- 00009536  0x00001272 branch  0x0000254c , 0x00000001 
- 00009537  0x00001273 icompare  0x00000007 , 0x00000004 
- 00009538  0x00001274 branch  0x0000254b , 0x00000001 
- 00009539  0x00001275 bmark0  0x00000007 , 0x0000264d 
- 00009540  0x00001276 fetcht  0x00000001 , 0x000000b0 
- 00009541  0x00001277 icompare  0x00000007 , 0x00000002 
- 00009542  0x00001278 nbranch  0x0000264d , 0x00000001 
- 00009543  0x00001279 fetch  0x00000001 , 0x00000047 
- 00009544  0x0000127a set0  0x00000005 , 0x0000003f 
- 00009545  0x0000127b set1  0x00000004 , 0x0000003f 
- 00009546  0x0000127c store  0x00000001 , 0x00000047 
- 00009547  0x0000127e enable  0x0000002d 
- 00009548  0x00001280 bpatch  0x00000055 , 0x0000400a 
- 00009549  0x00001281 fetch  0x00000001 , 0x00000019 
- 00009550  0x00001282 icopy  0x00000001 
- 00009551  0x00001283 bmark1  0x0000000a , 0x0000255b 
- 00009552  0x00001284 fetcht  0x00000001 , 0x0000015e 
- 00009553  0x00001285 fetch  0x00000001 , 0x00000047 
- 00009554  0x00001286 set0  0x00000000 , 0x0000003f 
- 00009555  0x00001287 isolate1  0x00000000 , 0x00000002 
- 00009556  0x00001288 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00009557  0x00001289 isolate1  0x00000001 , 0x00000002 
- 00009558  0x0000128a setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00009559  0x0000128b store  0x00000001 , 0x00000047 
- 00009560  0x0000128c isolate0  0x00000001 , 0x00000002 
- 00009561  0x0000128d branch  0x0000255b , 0x00000001 
- 00009562  0x0000128e call  0x00002687 
- 00009563  0x00001290 bpatch  0x00000056 , 0x0000400a 
- 00009564  0x00001291 arg  0x00000000 , 0x00000002 
- 00009565  0x00001292 call  0x00002a1c 
- 00009566  0x00001293 and  0x00000001 , 0x0000000f , 0x0000003f 
- 00009567  0x00001294 beq  0x00000001 , 0x00002587 
- 00009568  0x00001295 beq  0x00000000 , 0x0000264d 
- 00009569  0x00001296 beq  0x00000002 , 0x00002659 
- 00009570  0x00001297 fetcht  0x00000001 , 0x0000015e 
- 00009571  0x00001298 fetch  0x00000001 , 0x00000047 
- 00009572  0x00001299 icompare  0x00000004 , 0x00000002 
- 00009573  0x0000129a nbranch  0x00002569 , 0x00000001 
- 00009574  0x0000129b bmark0  0x0000000a , 0x00002568 
- 00009575  0x0000129c bbit0  0x00000007 , 0x00002569 
- 00009576  0x0000129e set1  0x0000000f , 0x00000000 
- 00009577  0x000012a0 bpatch  0x00000057 , 0x0000400a 
- 00009578  0x000012a1 deposit  0x00000001 
- 00009579  0x000012a2 beq  0x00000003 , 0x00002589 
- 00009580  0x000012a3 beq  0x00000004 , 0x0000258d 
- 00009581  0x000012a4 beq  0x00000007 , 0x00002578 
- 00009582  0x000012a5 beq  0x00000008 , 0x0000258c 
- 00009583  0x000012a6 arg  0x00000004 , 0x00000002 
- 00009584  0x000012a7 call  0x00002a1c 
- 00009585  0x000012a8 beq  0x0000000a , 0x00002588 
- 00009586  0x000012a9 beq  0x0000000b , 0x0000258b 
- 00009587  0x000012aa arg  0x00000008 , 0x00000002 
- 00009588  0x000012ab call  0x00002a1c 
- 00009589  0x000012ac beq  0x0000000e , 0x00002588 
- 00009590  0x000012ad beq  0x0000000f , 0x0000258b 
- 00009591  0x000012ae rtn 
- 00009592  0x000012b2 bpatch  0x00000058 , 0x0000400b 
- 00009593  0x000012b3 enable  0x0000000d 
- 00009594  0x000012b4 enable  0x00000009 
- 00009595  0x000012b5 enable  0x0000000e 
- 00009596  0x000012b6 arg  0x000000d1 , 0x00000005 
- 00009597  0x000012b7 force  0x0000001e , 0x00000039 
- 00009598  0x000012b9 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009599  0x000012ba rshift3  0x0000000c , 0x0000003f 
- 00009600  0x000012bb istore  0x00000001 , 0x00000005 
- 00009601  0x000012bc loop  0x0000257e 
- 00009602  0x000012bd bmark0  0x00000007 , 0x0000264d 
- 00009603  0x000012be parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009604  0x000012bf nsetflag  0x00000006 , 0x00000008 , 0x00000000 
- 00009605  0x000012c0 branch  0x0000263d , 0x00000006 
- 00009606  0x000012c1 branch  0x00002620 
- 00009607  0x000012c5 branch  0x0000264d 
- 00009608  0x000012c9 set1  0x00000010 , 0x00000000 
- 00009609  0x000012cb enable  0x0000000c 
- 00009610  0x000012cc branch  0x0000258e 
- 00009611  0x000012d0 set1  0x00000010 , 0x00000000 
- 00009612  0x000012d2 set1  0x00000002 , 0x00000015 
- 00009613  0x000012d4 enable  0x0000000d 
- 00009614  0x000012d6 bpatch  0x00000059 , 0x0000400b 
- 00009615  0x000012d7 bmark1  0x00000001 , 0x0000264d 
- 00009616  0x000012d8 isolate0  0x00000001 , 0x00000015 
- 00009617  0x000012d9 branch  0x0000259a , 0x00000001 
- 00009618  0x000012da disable  0x00000007 
- 00009619  0x000012db enable  0x0000000d 
- 00009620  0x000012dc disable  0x0000000c 
- 00009621  0x000012dd add  0x00000022 , 0x00000002 , 0x0000000b 
- 00009622  0x000012de correlate  0x00000022 , 0x00000026 
- 00009623  0x000012df nbranch  0x0000263d , 0x00000018 
- 00009624  0x000012e0 set1  0x00000010 , 0x00000000 
- 00009625  0x000012e1 enable  0x00000007 
- 00009626  0x000012e3 bpatch  0x0000005a , 0x0000400b 
- 00009627  0x000012e4 enable  0x0000000e 
- 00009628  0x000012e5 enable  0x00000009 
- 00009629  0x000012e6 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009630  0x000012e7 rshift8  0x0000000c , 0x0000003f 
- 00009631  0x000012e8 store  0x00000001 , 0x00000180 
- 00009632  0x000012e9 parse  0x00000003 , 0x00000000 , 0x00000005 
- 00009633  0x000012ea bmark1  0x00000010 , 0x000025a5 
- 00009634  0x000012eb rshift3  0x0000000c , 0x00000039 
- 00009635  0x000012ec rshift3  0x00000039 , 0x00000039 
- 00009636  0x000012ed branch  0x000025a8 
- 00009637  0x000012ef parse  0x00000003 , 0x00000000 , 0x00000005 
- 00009638  0x000012f0 rshift  0x0000000c , 0x00000039 
- 00009639  0x000012f1 parse  0x00000003 , 0x00000000 , 0x00000003 
- 00009640  0x000012f3 bpatch  0x0000005b , 0x0000400b 
- 00009641  0x000012f4 deposit  0x00000039 
- 00009642  0x000012f5 store  0x00000002 , 0x0000015f 
- 00009643  0x000012f6 branch  0x000025e8 , 0x00000034 
- 00009644  0x000012f7 isub  0x00000035 , 0x0000003e 
- 00009645  0x000012f8 branch  0x0000263d , 0x00000002 
- 00009646  0x000012f9 bpatch  0x0000005c , 0x0000400b 
- 00009647  0x000012fa set0  0x00000000 , 0x00000000 
- 00009648  0x000012fb fetch  0x00000001 , 0x00000180 
- 00009649  0x000012fc and_into  0x00000003 , 0x0000003f 
- 00009650  0x000012fd arg  0x00000551 , 0x00000005 
- 00009651  0x000012fe beq  0x00000003 , 0x000025ba 
- 00009652  0x000012ff bmark1  0x00000011 , 0x000025e4 
- 00009653  0x00001301 fetch  0x00000001 , 0x00000180 
- 00009654  0x00001302 and_into  0x00000003 , 0x0000003f 
- 00009655  0x00001303 beq  0x00000002 , 0x000025bf 
- 00009656  0x00001304 beq  0x00000001 , 0x000025d3 
- 00009657  0x00001305 branch  0x0000263d 
- 00009658  0x00001308 fetch  0x00000002 , 0x0000015f 
- 00009659  0x00001309 sub  0x0000003f , 0x00000070 , 0x0000003e 
- 00009660  0x0000130a nbranch  0x0000263d , 0x00000002 
- 00009661  0x0000130b bmark1  0x0000000f , 0x00002620 
- 00009662  0x0000130c branch  0x000025e4 
- 00009663  0x00001310 bpatch  0x0000005d , 0x0000400b 
- 00009664  0x00001311 bmark1  0x0000000f , 0x00002620 
- 00009665  0x00001312 fetch  0x00000002 , 0x0000015f 
- 00009666  0x00001313 arg  0x000002e0 , 0x00000002 
- 00009667  0x00001314 isub  0x00000002 , 0x0000003e 
- 00009668  0x00001315 branch  0x0000263d , 0x00000002 
- 00009669  0x00001316 fetch  0x00000001 , 0x00000263 
- 00009670  0x00001317 bbit0  0x00000000 , 0x000025c9 
- 00009671  0x00001318 bbit0  0x00000001 , 0x000025ce 
- 00009672  0x00001319 branch  0x0000264d 
- 00009673  0x0000131b jam  0x00000001 , 0x00000261 
- 00009674  0x0000131c fetch  0x00000002 , 0x0000025d 
- 00009675  0x0000131d bne  0x00000000 , 0x0000264d 
- 00009676  0x0000131e arg  0x00001000 , 0x00000005 
- 00009677  0x0000131f branch  0x000025e4 
- 00009678  0x00001321 jam  0x00000002 , 0x00000261 
- 00009679  0x00001322 fetch  0x00000002 , 0x0000025f 
- 00009680  0x00001323 bne  0x00000000 , 0x0000264d 
- 00009681  0x00001324 arg  0x00001400 , 0x00000005 
- 00009682  0x00001325 branch  0x000025e4 
- 00009683  0x00001328 bpatch  0x0000005e , 0x0000400b 
- 00009684  0x00001329 bmark1  0x0000000f , 0x00002620 
- 00009685  0x0000132a fetch  0x00000002 , 0x0000015f 
- 00009686  0x0000132b arg  0x000002e0 , 0x00000002 
- 00009687  0x0000132c isub  0x00000002 , 0x0000003e 
- 00009688  0x0000132d branch  0x0000263d , 0x00000002 
- 00009689  0x0000132e fetch  0x00000001 , 0x00000261 
- 00009690  0x0000132f beq  0x00000001 , 0x000025dd 
- 00009691  0x00001330 beq  0x00000002 , 0x000025e1 
- 00009692  0x00001331 branch  0x0000264d 
- 00009693  0x00001333 arg  0x00001000 , 0x00000005 
- 00009694  0x00001334 fetch  0x00000002 , 0x0000025d 
- 00009695  0x00001335 iadd  0x00000005 , 0x00000005 
- 00009696  0x00001336 branch  0x000025e4 
- 00009697  0x00001338 arg  0x00001400 , 0x00000005 
- 00009698  0x00001339 fetch  0x00000002 , 0x0000025f 
- 00009699  0x0000133a iadd  0x00000005 , 0x00000005 
- 00009700  0x0000133c parse  0x00000003 , 0x00000000 , 0x00000008 
- 00009701  0x0000133d rshift3  0x0000000c , 0x0000003f 
- 00009702  0x0000133e istore  0x00000001 , 0x00000005 
- 00009703  0x0000133f loop  0x000025e4 
- 00009704  0x00001341 bpatch  0x0000005f , 0x0000400b 
- 00009705  0x00001342 parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009706  0x00001343 branch  0x00002637 , 0x00000006 
- 00009707  0x00001344 fetch  0x00000001 , 0x00004363 
- 00009708  0x00001345 beq  0x00000001 , 0x0000264d 
- 00009709  0x00001346 bmark1  0x00000011 , 0x0000260d 
- 00009710  0x00001347 bmark1  0x0000000f , 0x0000264a 
- 00009711  0x00001348 fetch  0x00000001 , 0x00000180 
- 00009712  0x00001349 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009713  0x0000134a branch  0x0000260d , 0x00000001 
- 00009714  0x0000134b fetch  0x00000002 , 0x0000015f 
- 00009715  0x0000134c branch  0x0000260d , 0x00000034 
- 00009716  0x0000134d bpatch  0x00000060 , 0x0000400c 
- 00009717  0x0000134e fetch  0x00000001 , 0x00000261 
- 00009718  0x0000134f beq  0x00000001 , 0x000025f9 
- 00009719  0x00001350 beq  0x00000002 , 0x00002603 
- 00009720  0x00001351 branch  0x00002a8c 
- 00009721  0x00001353 fetch  0x00000002 , 0x0000025d 
- 00009722  0x00001354 fetcht  0x00000002 , 0x0000015f 
- 00009723  0x00001355 iadd  0x00000002 , 0x0000003f 
- 00009724  0x00001356 store  0x00000002 , 0x0000025d 
- 00009725  0x00001357 beq  0x00000000 , 0x00002a8c 
- 00009726  0x00001358 fetcht  0x00000002 , 0x00001000 
- 00009727  0x00001359 increase  0x00000004 , 0x00000002 
- 00009728  0x0000135a isub  0x00000002 , 0x0000003e 
- 00009729  0x0000135b call  0x00002747 , 0x00000005 
- 00009730  0x0000135c branch  0x0000260d 
- 00009731  0x0000135e fetch  0x00000002 , 0x0000025f 
- 00009732  0x0000135f fetcht  0x00000002 , 0x0000015f 
- 00009733  0x00001360 iadd  0x00000002 , 0x0000003f 
- 00009734  0x00001361 store  0x00000002 , 0x0000025f 
- 00009735  0x00001362 beq  0x00000000 , 0x00002a8c 
- 00009736  0x00001363 fetcht  0x00000002 , 0x00001400 
- 00009737  0x00001364 add  0x00000002 , 0x00000004 , 0x00000002 
- 00009738  0x00001365 isub  0x00000002 , 0x0000003e 
- 00009739  0x00001366 call  0x0000274b , 0x00000005 
- 00009740  0x00001367 branch  0x0000260d 
- 00009741  0x00001369 bpatch  0x00000061 , 0x0000400c 
- 00009742  0x0000136a fetcht  0x00000001 , 0x0000004c 
- 00009743  0x0000136b fetch  0x00000001 , 0x00000180 
- 00009744  0x0000136c compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009745  0x0000136d setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00009746  0x0000136e nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00009747  0x0000136f storet  0x00000001 , 0x0000004c 
- 00009748  0x00001370 nbranch  0x00002616 , 0x00000001 
- 00009749  0x00001371 set1  0x00000001 , 0x00000000 
- 00009750  0x00001373 bmark0  0x00000011 , 0x00002620 
- 00009751  0x00001374 isolate1  0x00000006 , 0x00000002 
- 00009752  0x00001375 branch  0x00002620 , 0x00000001 
- 00009753  0x00001376 fetch  0x00000002 , 0x000000fa 
- 00009754  0x00001377 increase  0x00000001 , 0x0000003f 
- 00009755  0x00001378 store  0x00000002 , 0x000000fa 
- 00009756  0x00001379 set1  0x00000005 , 0x00000000 
- 00009757  0x0000137a set0  0x00000007 , 0x00000002 
- 00009758  0x0000137b set0  0x00000001 , 0x00000000 
- 00009759  0x0000137c storet  0x00000001 , 0x0000004c 
- 00009760  0x0000137e bpatch  0x00000062 , 0x0000400c 
- 00009761  0x0000137f fetcht  0x00000001 , 0x0000015e 
- 00009762  0x00001380 fetch  0x00000001 , 0x00000047 
- 00009763  0x00001381 set1  0x00000005 , 0x0000003f 
- 00009764  0x00001382 isolate1  0x00000002 , 0x00000002 
- 00009765  0x00001383 setflag  0x00000001 , 0x00000002 , 0x0000003f 
- 00009766  0x00001384 isolate1  0x0000000a , 0x00000000 
- 00009767  0x00001385 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00009768  0x00001386 store  0x00000001 , 0x00000047 
- 00009769  0x00001387 fetch  0x00000002 , 0x0000015f 
- 00009770  0x00001388 nbranch  0x0000264d , 0x00000034 
- 00009771  0x00001389 fetch  0x00000001 , 0x0000004c 
- 00009772  0x0000138a set0  0x00000007 , 0x0000003f 
- 00009773  0x0000138b store  0x00000001 , 0x0000004c 
- 00009774  0x0000138c fetch  0x00000001 , 0x00000180 
- 00009775  0x0000138d compare  0x00000001 , 0x0000003f , 0x00000007 
- 00009776  0x0000138f branch  0x0000264d 
- 00009777  0x00001392 bpatch  0x00000063 , 0x0000400c 
- 00009778  0x00001393 disable  0x0000002d 
- 00009779  0x00001394 fetch  0x00000002 , 0x0000001a 
- 00009780  0x00001395 increase  0x00000001 , 0x0000003f 
- 00009781  0x00001396 store  0x00000002 , 0x0000001a 
- 00009782  0x00001397 branch  0x0000264d 
- 00009783  0x00001399 fetch  0x00000002 , 0x0000001c 
- 00009784  0x0000139a increase  0x00000001 , 0x0000003f 
- 00009785  0x0000139b store  0x00000002 , 0x0000001c 
- 00009786  0x0000139c call  0x0000263e 
- 00009787  0x0000139d bmark0  0x00000011 , 0x0000263d 
- 00009788  0x0000139e set1  0x00000005 , 0x00000000 
- 00009789  0x000013a0 branch  0x0000264d 
- 00009790  0x000013a3 bpatch  0x00000064 , 0x0000400c 
- 00009791  0x000013a4 fetch  0x00000001 , 0x00000180 
- 00009792  0x000013a5 compare  0x00000003 , 0x0000003f , 0x00000003 
- 00009793  0x000013a6 nbranch  0x00002646 , 0x00000001 
- 00009794  0x000013a8 fetcht  0x00000001 , 0x0000004c 
- 00009795  0x000013a9 set0  0x00000006 , 0x00000002 
- 00009796  0x000013aa storet  0x00000001 , 0x0000004c 
- 00009797  0x000013ab rtn 
- 00009798  0x000013af fetcht  0x00000001 , 0x0000004c 
- 00009799  0x000013b0 set0  0x00000007 , 0x00000002 
- 00009800  0x000013b1 storet  0x00000001 , 0x0000004c 
- 00009801  0x000013b2 branch  0x00004c0b 
- 00009802  0x000013b5 fetch  0x00000001 , 0x00000047 
- 00009803  0x000013b6 set1  0x00000005 , 0x0000003f 
- 00009804  0x000013b7 store  0x00000001 , 0x00000047 
- 00009805  0x000013b9 bpatch  0x00000065 , 0x0000400c 
- 00009806  0x000013ba disable  0x0000001d 
- 00009807  0x000013bb disable  0x0000001c 
- 00009808  0x000013bc disable  0x0000000d 
- 00009809  0x000013bd disable  0x0000000c 
- 00009810  0x000013be disable  0x00000009 
- 00009811  0x000013bf disable  0x0000000e 
- 00009812  0x000013c0 disable  0x00000007 
- 00009813  0x000013c1 branch  0x000028f9 , 0x00000021 
- 00009814  0x000013c2 until  0x0000003e , 0x00000027 
- 00009815  0x000013c3 nop  0x00000064 
- 00009816  0x000013c4 branch  0x000028f9 
- 00009817  0x000013c7 bpatch  0x00000066 , 0x0000400c 
- 00009818  0x000013c8 enable  0x00000009 
- 00009819  0x000013c9 enable  0x0000000c 
- 00009820  0x000013ca parse  0x00000003 , 0x00000000 , 0x00000048 
- 00009821  0x000013cb isolate1  0x0000003a , 0x0000003f 
- 00009822  0x000013cc setflag  0x00000001 , 0x00000000 , 0x00000000 
- 00009823  0x000013cd copy  0x00000020 , 0x00000002 
- 00009824  0x000013ce ialigned  0x00000020 
- 00009825  0x000013cf ialigned  0x0000001e 
- 00009826  0x000013d0 pulse  0x00000015 
- 00009827  0x000013d1 setsect  0x00000002 , 0x000fffff 
- 00009828  0x000013d2 setsect  0x00000003 , 0x0000ffff 
- 00009829  0x000013d3 nop  0x00000020 
- 00009830  0x000013d4 iverify  0x0000000d 
- 00009831  0x000013d5 deposit  0x0000002c 
- 00009832  0x000013d6 store  0x00000003 , 0x00000178 
- 00009833  0x000013d7 deposit  0x0000002d 
- 00009834  0x000013d8 store  0x00000001 , 0x0000017b 
- 00009835  0x000013d9 copy  0x00000002 , 0x00000020 
- 00009836  0x000013da branch  0x0000266e , 0x00000001 
- 00009837  0x000013db branch  0x0000263d 
- 00009838  0x000013dd bpatch  0x00000067 , 0x0000400c 
- 00009839  0x000013de parse  0x00000003 , 0x00000000 , 0x00000048 
- 00009840  0x000013df ialigned  0x0000001f 
- 00009841  0x000013e0 ialigned  0x00000004 
- 00009842  0x000013e1 ialigned  0x0000002e 
- 00009843  0x000013e2 ialigned  0x00000012 
- 00009844  0x000013e3 force  0x00000000 , 0x0000003f 
- 00009845  0x000013e4 parse  0x00000003 , 0x00000000 , 0x00000010 
- 00009846  0x000013e5 branch  0x0000263d , 0x00000006 
- 00009847  0x000013e6 setarg  0x0ffffffc 
- 00009848  0x000013e7 iand  0x00000012 , 0x0000003f 
- 00009849  0x000013e8 store  0x00000004 , 0x00000165 
- 00009850  0x000013e9 deposit  0x0000001d 
- 00009851  0x000013ea store  0x00000003 , 0x00000175 
- 00009852  0x000013eb deposit  0x0000001c 
- 00009853  0x000013ec store  0x00000001 , 0x00000173 
- 00009854  0x000013ed deposit  0x00000004 
- 00009855  0x000013ee store  0x00000001 , 0x00000174 
- 00009856  0x000013ef deposit  0x0000002e 
- 00009857  0x000013f0 store  0x00000002 , 0x0000017c 
- 00009858  0x000013f1 deposit  0x00000021 
- 00009859  0x000013f2 inject  0x00000001 , 0x00000020 
- 00009860  0x000013f3 compare  0x00000002 , 0x00000001 , 0x0000000f 
- 00009861  0x000013f4 setflag  0x00000001 , 0x0000000b , 0x00000000 
- 00009862  0x000013f5 branch  0x0000264d 
- 00009863  0x000013f8 bpatch  0x00000068 , 0x0000400d 
- 00009864  0x000013f9 fetch  0x00000001 , 0x00000047 
- 00009865  0x000013fa rtnbit0  0x00000003 
- 00009866  0x000013fb set0  0x00000003 , 0x0000003f 
- 00009867  0x000013fc setflip  0x00000006 , 0x0000003f 
- 00009868  0x000013fd store  0x00000001 , 0x00000047 
- 00009869  0x000013fe fetch  0x00000001 , 0x000040c5 
- 00009870  0x000013ff beq  0x00000013 , 0x0000269c 
- 00009871  0x00001400 rtneq  0x00000007 
- 00009872  0x00001401 fetch  0x00000001 , 0x0000004b 
- 00009873  0x00001402 rtnbit0  0x00000006 , 0x0000003f 
- 00009874  0x00001403 set0  0x00000006 , 0x0000003f 
- 00009875  0x00001404 set1  0x00000007 , 0x0000003f 
- 00009876  0x00001405 store  0x00000001 , 0x0000004b 
- 00009877  0x00001406 set0  0x00000002 , 0x00000000 
- 00009878  0x00001407 fetch  0x00000002 , 0x00004246 
- 00009879  0x00001408 nrtn  0x00000034 
- 00009880  0x00001409 fetch  0x00000001 , 0x0000004b 
- 00009881  0x0000140a set0  0x00000007 , 0x0000003f 
- 00009882  0x0000140b store  0x00000001 , 0x0000004b 
- 00009883  0x0000140c branch  0x0000525d 
- 00009884  0x0000140f bpatch  0x00000069 , 0x0000400d 
- 00009885  0x00001410 fetch  0x00000001 , 0x000004b7 
- 00009886  0x00001411 rshift  0x0000003f , 0x0000003f 
- 00009887  0x00001412 beq  0x00000011 , 0x000026b8 
- 00009888  0x00001413 beq  0x00000012 , 0x000026c0 
- 00009889  0x00001414 beq  0x00000018 , 0x000026e9 
- 00009890  0x00001415 beq  0x0000007f , 0x000026a8 
- 00009891  0x00001416 rtnne  0x00000003 
- 00009892  0x00001417 fetch  0x00000001 , 0x000004b8 
- 00009893  0x00001418 beq  0x0000002b , 0x000026b0 
- 00009894  0x00001419 beq  0x00000011 , 0x000026ab 
- 00009895  0x0000141a rtn 
- 00009896  0x0000141d fetch  0x00000001 , 0x000004b8 
- 00009897  0x0000141e set1  0x00000007 , 0x0000003f 
- 00009898  0x0000141f rtn 
- 00009899  0x00001421 rtn  0x00000029 
- 00009900  0x00001422 fetch  0x00000001 , 0x00000030 
- 00009901  0x00001423 rtnbit1  0x00000004 
- 00009902  0x00001424 jam  0x00000031 , 0x0000007c 
- 00009903  0x00001425 rtn 
- 00009904  0x00001429 rtn  0x00000029 
- 00009905  0x0000142a fetch  0x00000001 , 0x00000031 
- 00009906  0x0000142b isolate1  0x00000004 , 0x0000003f 
- 00009907  0x0000142c branch  0x000026b5 , 0x00000001 
- 00009908  0x0000142e rtn 
- 00009909  0x00001430 set0  0x00000004 , 0x0000003f 
- 00009910  0x00001431 store  0x00000001 , 0x00000031 
- 00009911  0x00001432 rtn 
- 00009912  0x00001435 bpatch  0x0000006a , 0x0000400d 
- 00009913  0x00001436 fetch  0x00000001 , 0x0000004c 
- 00009914  0x00001437 set1  0x00000002 , 0x0000003f 
- 00009915  0x00001438 store  0x00000001 , 0x0000004c 
- 00009916  0x00001439 jam  0x00000001 , 0x00008011 
- 00009917  0x0000143a fetch  0x00000001 , 0x00000030 
- 00009918  0x0000143b isolate1  0x00000004 , 0x0000003f 
- 00009919  0x0000143c rtn 
- 00009920  0x0000143f bpatch  0x0000006b , 0x0000400d 
- 00009921  0x00001440 fetch  0x00000001 , 0x0000004c 
- 00009922  0x00001441 set0  0x00000002 , 0x0000003f 
- 00009923  0x00001442 store  0x00000001 , 0x0000004c 
- 00009924  0x00001443 jam  0x00000000 , 0x00008011 
- 00009925  0x00001444 rtn 
- 00009926  0x00001448 bpatch  0x0000006c , 0x0000400d 
- 00009927  0x00001449 copy  0x00000022 , 0x0000003f 
- 00009928  0x0000144a store  0x00000004 , 0x0000420c 
- 00009929  0x0000144b add  0x00000022 , 0x00000003 , 0x00000011 
- 00009930  0x0000144c branch  0x000026cc , 0x00000029 
- 00009931  0x0000144d add  0x00000028 , 0x00000003 , 0x00000011 
- 00009932  0x0000144f fetcht  0x00000002 , 0x00000032 
- 00009933  0x00001450 deposit  0x00000011 
- 00009934  0x00001451 set0  0x0000001b , 0x0000003f 
- 00009935  0x00001452 idiv  0x00000002 
- 00009936  0x00001453 fetch  0x00000002 , 0x00000075 
- 00009937  0x00001454 call  0x00007f86 
- 00009938  0x00001455 remainder  0x00000013 
- 00009939  0x00001456 isub  0x00000013 , 0x0000003f 
- 00009940  0x00001457 branch  0x000026d6 , 0x00000002 
- 00009941  0x00001458 iadd  0x00000002 , 0x0000003f 
- 00009942  0x0000145a iadd  0x00000011 , 0x0000003f 
- 00009943  0x0000145b store  0x00000004 , 0x00000034 
- 00009944  0x0000145c jam  0x00000000 , 0x0000455b 
- 00009945  0x0000145d fetch  0x00000001 , 0x00000030 
- 00009946  0x0000145e set1  0x00000001 , 0x0000003f 
- 00009947  0x0000145f store  0x00000001 , 0x00000030 
- 00009948  0x00001460 fetch  0x00000001 , 0x00000073 
- 00009949  0x00001461 store  0x00000001 , 0x0000008a 
- 00009950  0x00001462 setarg  0x00000000 
- 00009951  0x00001463 store  0x00000003 , 0x00004169 
- 00009952  0x00001464 store  0x00000003 , 0x0000416c 
- 00009953  0x00001465 store  0x00000001 , 0x00004159 
- 00009954  0x00001466 jam  0x0000000b , 0x00000a99 
- 00009955  0x00001467 call  0x00007d86 
- 00009956  0x00001468 fetch  0x00000002 , 0x000040c1 
- 00009957  0x00001469 store  0x00000002 , 0x0000003e 
- 00009958  0x0000146a nrtn  0x00000029 
- 00009959  0x0000146b add  0x00000004 , 0xffffffff , 0x00000007 
- 00009960  0x0000146c rtn 
- 00009961  0x0000146f bpatch  0x0000006d , 0x0000400d 
- 00009962  0x00001470 fetch  0x00000001 , 0x00000030 
- 00009963  0x00001471 rtnbit0  0x00000001 
- 00009964  0x00001472 set0  0x00000001 , 0x0000003f 
- 00009965  0x00001473 store  0x00000001 , 0x00000030 
- 00009966  0x00001474 fetch  0x00000002 , 0x000040bf 
- 00009967  0x00001475 store  0x00000002 , 0x0000003e 
- 00009968  0x00001476 disable  0x0000002b 
- 00009969  0x00001477 jam  0x0000000c , 0x00000a99 
- 00009970  0x00001478 branch  0x00007d86 
- 00009971  0x0000147c bpatch  0x0000006e , 0x0000400d 
- 00009972  0x0000147d enable  0x0000002e 
- 00009973  0x0000147e fetch  0x00000001 , 0x00000030 
- 00009974  0x0000147f bbit1  0x00000001 , 0x00002700 
- 00009975  0x00001480 rtnmark1  0x00000011 
- 00009976  0x00001481 fetch  0x00000001 , 0x00000047 
- 00009977  0x00001482 rtnbit1  0x00000003 
- 00009978  0x00001483 fetch  0x00000001 , 0x00000048 
- 00009979  0x00001484 nrtn  0x00000034 
- 00009980  0x00001485 fetch  0x00000001 , 0x0000004b 
- 00009981  0x00001486 rtnbit1  0x00000006 
- 00009982  0x00001488 force  0x00000000 , 0x0000003f 
- 00009983  0x00001489 rtn 
- 00009984  0x0000148c bbit0  0x00000002 , 0x0000270f 
- 00009985  0x0000148d fetch  0x00000001 , 0x0000008a 
- 00009986  0x0000148e beq  0x00000002 , 0x00002706 
- 00009987  0x0000148f fetch  0x00000001 , 0x00000047 
- 00009988  0x00001490 bbit1  0x00000003 , 0x00002718 
- 00009989  0x00001491 bmark0  0x00000008 , 0x00002718 
- 00009990  0x00001493 nbranch  0x00002718 , 0x00000029 
- 00009991  0x00001494 fetch  0x00000001 , 0x00000048 
- 00009992  0x00001495 nbranch  0x00002718 , 0x00000034 
- 00009993  0x00001497 fetch  0x00000001 , 0x000000ef 
- 00009994  0x00001498 increase  0xffffffff , 0x0000003f 
- 00009995  0x00001499 store  0x00000001 , 0x000000ef 
- 00009996  0x0000149a nbranch  0x000026fe , 0x00000034 
- 00009997  0x0000149b jam  0x00000010 , 0x000000ef 
- 00009998  0x0000149c branch  0x00002718 
- 00009999  0x000014a4 fetch  0x00000001 , 0x0000008a 
- 00010000  0x000014a5 bne  0x00000001 , 0x00002718 
- 00010001  0x000014a6 fetch  0x00000001 , 0x0000008b 
- 00010002  0x000014a7 branch  0x00002718 , 0x00000034 
- 00010003  0x000014a8 increase  0xffffffff , 0x0000003f 
- 00010004  0x000014a9 store  0x00000001 , 0x0000008b 
- 00010005  0x000014aa fetch  0x00000001 , 0x00000047 
- 00010006  0x000014ab rtnbit1  0x00000003 
- 00010007  0x000014ac nrtn  0x0000002d 
- 00010008  0x000014ae fetch  0x00000001 , 0x0000008a 
- 00010009  0x000014af increase  0xffffffff , 0x0000003f 
- 00010010  0x000014b0 store  0x00000001 , 0x0000008a 
- 00010011  0x000014b1 rtn 
- 00010012  0x000014bd bpatch  0x0000006f , 0x0000400d 
- 00010013  0x000014be disable  0x00000010 
- 00010014  0x000014bf copy  0x00000002 , 0x0000001b 
- 00010015  0x000014c0 call  0x00002260 
- 00010016  0x000014c1 disable  0x00000028 
- 00010017  0x000014c2 nrtn  0x00000005 
- 00010018  0x000014c3 force  0x00000000 , 0x0000001b 
- 00010019  0x000014c4 enable  0x00000028 
- 00010020  0x000014c5 rtn 
- 00010021  0x000014c9 fetch  0x00000001 , 0x00004158 
- 00010022  0x000014ca icompare  0x000000ff , 0x00000004 
- 00010023  0x000014cb rtn 
- 00010024  0x000014cf bpatch  0x00000070 , 0x0000400e 
- 00010025  0x000014d0 set0  0x00000001 , 0x00000000 
- 00010026  0x000014d2 jam  0x00000000 , 0x0000026a 
- 00010027  0x000014d3 fetch  0x00000001 , 0x00000263 
- 00010028  0x000014d4 rtn  0x00000034 
- 00010029  0x000014d5 isolate1  0x00000000 , 0x0000003f 
- 00010030  0x000014d6 arg  0x00001000 , 0x00000006 
- 00010031  0x000014d7 call  0x00004d79 , 0x00000001 
- 00010032  0x000014d8 bpatch  0x00000071 , 0x0000400e 
- 00010033  0x000014d9 fetch  0x00000001 , 0x0000026a 
- 00010034  0x000014da beq  0x00000001 , 0x0000273b 
- 00010035  0x000014dc jam  0x00000000 , 0x0000026a 
- 00010036  0x000014dd fetch  0x00000001 , 0x00000263 
- 00010037  0x000014de rtnbit0  0x00000001 
- 00010038  0x000014df arg  0x00001400 , 0x00000006 
- 00010039  0x000014e0 call  0x00004d79 
- 00010040  0x000014e1 fetch  0x00000001 , 0x0000026a 
- 00010041  0x000014e2 beq  0x00000001 , 0x00002741 
- 00010042  0x000014e3 rtn 
- 00010043  0x000014e6 fetch  0x00000001 , 0x00000263 
- 00010044  0x000014e7 set0  0x00000000 , 0x0000003f 
- 00010045  0x000014e8 store  0x00000001 , 0x00000263 
- 00010046  0x000014e9 setarg  0x00000000 
- 00010047  0x000014ea store  0x00000002 , 0x0000025d 
- 00010048  0x000014eb rtn 
- 00010049  0x000014ed fetch  0x00000001 , 0x00000263 
- 00010050  0x000014ee set0  0x00000001 , 0x0000003f 
- 00010051  0x000014ef store  0x00000001 , 0x00000263 
- 00010052  0x000014f0 setarg  0x00000000 
- 00010053  0x000014f1 store  0x00000002 , 0x0000025f 
- 00010054  0x000014f2 rtn 
- 00010055  0x000014f5 fetch  0x00000001 , 0x00000263 
- 00010056  0x000014f6 set1  0x00000000 , 0x0000003f 
- 00010057  0x000014f7 store  0x00000001 , 0x00000263 
- 00010058  0x000014f8 rtn 
- 00010059  0x000014fb fetch  0x00000001 , 0x00000263 
- 00010060  0x000014fc set1  0x00000001 , 0x0000003f 
- 00010061  0x000014fd store  0x00000001 , 0x00000263 
- 00010062  0x000014fe rtn 
- 00010063  0x00001505 bpatch  0x00000072 , 0x0000400e 
- 00010064  0x00001506 add  0x00000028 , 0x00000001 , 0x00000021 
- 00010065  0x00001507 call  0x000028ea 
- 00010066  0x00001508 force  0x00000003 , 0x00000024 
- 00010067  0x00001509 call  0x000028d2 
- 00010068  0x0000150a call  0x00002a51 
- 00010069  0x0000150b call  0x00002a5f 
- 00010070  0x0000150c branch  0x00002a64 
- 00010071  0x00001510 bpatch  0x00000073 , 0x0000400e 
- 00010072  0x00001511 call  0x00002a4d 
- 00010073  0x00001512 deposit  0x00000028 
- 00010074  0x00001513 fetcht  0x00000004 , 0x000040ca 
- 00010075  0x00001514 isub  0x00000002 , 0x0000003f 
- 00010076  0x00001515 rtnne  0x00000001 
- 00010077  0x00001516 compare  0x00000000 , 0x00000001 , 0x0000001f 
- 00010078  0x00001517 nbranch  0x00002761 , 0x00000001 
- 00010079  0x00001518 fetch  0x00000001 , 0x00000019 
- 00010080  0x00001519 rtn  0x00000034 
- 00010081  0x0000151b call  0x0000274f 
- 00010082  0x0000151d compare  0x00000010 , 0x00000001 , 0x0000001f 
- 00010083  0x0000151e branch  0x0000264d , 0x00000001 
- 00010084  0x0000151f rshift  0x00000021 , 0x00000002 
- 00010085  0x00001520 or  0x00000002 , 0x00000040 , 0x0000000e 
- 00010086  0x00001522 bpatch  0x00000074 , 0x0000400e 
- 00010087  0x00001523 enable  0x00000007 
- 00010088  0x00001524 enable  0x0000000a 
- 00010089  0x00001525 enable  0x0000001b 
- 00010090  0x00001526 set0  0x00000010 , 0x00000000 
- 00010091  0x00001527 deposit  0x00000004 
- 00010092  0x00001528 inject  0x00000003 , 0x00000003 
- 00010093  0x00001529 deposit  0x00000001 
- 00010094  0x0000152a inject  0x00000003 , 0x00000004 
- 00010095  0x0000152b fetch  0x00000001 , 0x00000047 
- 00010096  0x0000152c inject  0x00000000 , 0x00000004 
- 00010097  0x0000152d inject  0x00000003 , 0x00000003 
- 00010098  0x0000152e enable  0x00000008 
- 00010099  0x0000152f inject  0x00000003 , 0x00000008 
- 00010100  0x00001530 disable  0x0000001b 
- 00010101  0x00001531 disable  0x00000008 
- 00010102  0x00001532 disable  0x0000000a 
- 00010103  0x00001533 set0  0x00000002 , 0x00000015 
- 00010104  0x00001534 arg  0x00000000 , 0x00000002 
- 00010105  0x00001535 call  0x00002a1c 
- 00010106  0x00001536 bpatch  0x00000075 , 0x0000400e 
- 00010107  0x00001537 and  0x00000001 , 0x0000001f , 0x0000003f 
- 00010108  0x00001538 beq  0x00000013 , 0x000027b4 
- 00010109  0x00001539 beq  0x00000000 , 0x0000264d 
- 00010110  0x0000153a beq  0x00000001 , 0x0000264d 
- 00010111  0x0000153b beq  0x00000002 , 0x00002797 
- 00010112  0x0000153c beq  0x00000003 , 0x000027c5 
- 00010113  0x0000153d beq  0x00000004 , 0x000027cb 
- 00010114  0x0000153e beq  0x00000007 , 0x0000278c 
- 00010115  0x0000153f beq  0x00000008 , 0x000027ca 
- 00010116  0x00001540 arg  0x00000004 , 0x00000002 
- 00010117  0x00001541 call  0x00002a1c 
- 00010118  0x00001542 beq  0x0000000a , 0x000027c7 
- 00010119  0x00001543 beq  0x0000000b , 0x000027cd 
- 00010120  0x00001544 arg  0x00000008 , 0x00000002 
- 00010121  0x00001545 call  0x00002a1c 
- 00010122  0x00001546 beq  0x0000000f , 0x000027cd 
- 00010123  0x00001547 branch  0x000027c7 
- 00010124  0x0000154b bpatch  0x00000076 , 0x0000400e 
- 00010125  0x0000154c enable  0x0000001d 
- 00010126  0x0000154d enable  0x00000009 
- 00010127  0x0000154e enable  0x0000000e 
- 00010128  0x0000154f force  0x0000001e , 0x00000039 
- 00010129  0x00001550 arg  0x000000b3 , 0x00000006 
- 00010130  0x00001552 ifetch  0x00000001 , 0x00000006 
- 00010131  0x00001553 inject  0x00000003 , 0x00000008 
- 00010132  0x00001554 loop  0x00002792 
- 00010133  0x00001555 bmark1  0x00000007 , 0x000027f7 
- 00010134  0x00001556 branch  0x0000264d 
- 00010135  0x00001559 bpatch  0x00000077 , 0x0000400e 
- 00010136  0x0000155a fetch  0x00000001 , 0x00000181 
- 00010137  0x0000155b icopy  0x00000004 
- 00010138  0x0000155c fetch  0x00000001 , 0x00000090 
- 00010139  0x0000155d icopy  0x0000001c 
- 00010140  0x0000155e fetch  0x00000003 , 0x000040aa 
- 00010141  0x0000155f icopy  0x0000001d 
- 00010142  0x00001560 fetch  0x00000002 , 0x000040a4 
- 00010143  0x00001561 icopy  0x0000002e 
- 00010144  0x00001562 enable  0x00000009 
- 00010145  0x00001563 enable  0x0000001c 
- 00010146  0x00001564 copy  0x00000020 , 0x00000011 
- 00010147  0x00001565 call  0x000028e2 
- 00010148  0x00001566 pulse  0x00000015 
- 00010149  0x00001567 nop  0x00000020 
- 00010150  0x00001568 copy  0x00000021 , 0x0000000b 
- 00010151  0x00001569 fetch  0x00000004 , 0x00000161 
- 00010152  0x0000156a icopy  0x00000021 
- 00010153  0x0000156b preload  0x0000001e 
- 00010154  0x0000156c set1  0x0000003a , 0x0000003f 
- 00010155  0x0000156d inject  0x00000003 , 0x00000048 
- 00010156  0x0000156e preload  0x0000001f 
- 00010157  0x0000156f inject  0x00000003 , 0x00000048 
- 00010158  0x00001570 copy  0x0000000b , 0x00000021 
- 00010159  0x00001571 copy  0x00000011 , 0x00000020 
- 00010160  0x00001572 enable  0x00000008 
- 00010161  0x00001573 inject  0x00000003 , 0x00000010 
- 00010162  0x00001574 disable  0x00000008 
- 00010163  0x00001575 branch  0x0000264d 
- 00010164  0x00001578 bpatch  0x00000078 , 0x0000400f 
- 00010165  0x00001579 enable  0x0000000e 
- 00010166  0x0000157a enable  0x00000009 
- 00010167  0x0000157b enable  0x0000001c 
- 00010168  0x0000157c fetch  0x00000001 , 0x000004b6 
- 00010169  0x0000157d and  0x0000003f , 0x000001f8 , 0x00000002 
- 00010170  0x0000157e arg  0x000004b6 , 0x00000006 
- 00010171  0x0000157f increase  0x00000008 , 0x00000002 
- 00010172  0x00001581 add  0x00000002 , 0xffffffb8 , 0x00000013 
- 00010173  0x00001582 nbranch  0x000027c2 , 0x00000002 
- 00010174  0x00001583 ifetch  0x00000009 , 0x00000006 
- 00010175  0x00001584 inject  0x00000003 , 0x00000048 
- 00010176  0x00001585 copy  0x00000013 , 0x00000002 
- 00010177  0x00001586 branch  0x000027bc 
- 00010178  0x00001588 ifetch  0x00000009 , 0x00000006 
- 00010179  0x00001589 iinject  0x00000003 , 0x00000002 
- 00010180  0x0000158a branch  0x000027f7 
- 00010181  0x0000158d enable  0x0000001c 
- 00010182  0x0000158e branch  0x000027d0 
- 00010183  0x00001591 enable  0x0000001c 
- 00010184  0x00001592 set1  0x00000010 , 0x00000000 
- 00010185  0x00001593 branch  0x000027d0 
- 00010186  0x00001596 set1  0x00000002 , 0x00000015 
- 00010187  0x00001598 enable  0x0000001d 
- 00010188  0x00001599 branch  0x000027d0 
- 00010189  0x0000159d set1  0x00000002 , 0x00000015 
- 00010190  0x0000159e enable  0x0000001d 
- 00010191  0x0000159f set1  0x00000010 , 0x00000000 
- 00010192  0x000015a2 bpatch  0x00000079 , 0x0000400f 
- 00010193  0x000015a3 fetch  0x00000001 , 0x0000004c 
- 00010194  0x000015a4 bbit0  0x00000005 , 0x000027e5 
- 00010195  0x000015a5 sub  0x00000001 , 0x00000003 , 0x0000003e 
- 00010196  0x000015a6 branch  0x000027e5 , 0x00000002 
- 00010197  0x000015a7 disable  0x0000000e 
- 00010198  0x000015a8 disable  0x0000001c 
- 00010199  0x000015a9 enable  0x0000001d 
- 00010200  0x000015aa disable  0x00000007 
- 00010201  0x000015ab set1  0x00000001 , 0x00000015 
- 00010202  0x000015ac isolate1  0x00000002 , 0x00000015 
- 00010203  0x000015ad branch  0x000027df , 0x00000001 
- 00010204  0x000015ae setarg  0x000abeee 
- 00010205  0x000015af inject  0x00000003 , 0x00000014 
- 00010206  0x000015b0 branch  0x000027e3 
- 00010207  0x000015b2 setarg  0x005faeba 
- 00010208  0x000015b3 inject  0x00000003 , 0x00000018 
- 00010209  0x000015b4 setarg  0x00000012 
- 00010210  0x000015b5 inject  0x00000003 , 0x00000006 
- 00010211  0x000015b7 enable  0x00000007 
- 00010212  0x000015b8 set1  0x00000010 , 0x00000000 
- 00010213  0x000015ba enable  0x0000000e 
- 00010214  0x000015bb enable  0x00000009 
- 00010215  0x000015bc bmark1  0x00000005 , 0x00002800 
- 00010216  0x000015bd fetch  0x00000001 , 0x000041db 
- 00010217  0x000015be inject  0x00000003 , 0x00000003 
- 00010218  0x000015bf fetch  0x00000002 , 0x000041dc 
- 00010219  0x000015c0 iforce  0x00000039 
- 00010220  0x000015c1 bmark1  0x00000010 , 0x000027ef 
- 00010221  0x000015c2 inject  0x00000003 , 0x00000005 
- 00010222  0x000015c3 branch  0x000027f0 
- 00010223  0x000015c5 inject  0x00000003 , 0x0000000d 
- 00010224  0x000015c7 deposit  0x00000039 
- 00010225  0x000015c8 branch  0x000027f7 , 0x00000034 
- 00010226  0x000015c9 fetch  0x00000002 , 0x0000016f 
- 00010227  0x000015ca iforce  0x00000006 
- 00010228  0x000015cc ifetch  0x00000001 , 0x00000006 
- 00010229  0x000015cd inject  0x00000003 , 0x00000008 
- 00010230  0x000015ce loop  0x000027f4 
- 00010231  0x000015d2 enable  0x00000008 
- 00010232  0x000015d3 inject  0x00000003 , 0x00000010 
- 00010233  0x000015d4 disable  0x00000008 
- 00010234  0x000015d5 call  0x000024c1 
- 00010235  0x000015d6 fetch  0x00000001 , 0x0000004c 
- 00010236  0x000015d7 bbit0  0x00000005 , 0x0000264d 
- 00010237  0x000015d8 force  0x00000000 , 0x0000003f 
- 00010238  0x000015d9 inject  0x00000003 , 0x00000006 
- 00010239  0x000015da branch  0x0000264d 
- 00010240  0x000015de bpatch  0x0000007a , 0x0000400f 
- 00010241  0x000015df bmark1  0x00000010 , 0x00002808 
- 00010242  0x000015e1 fetch  0x00000001 , 0x00000180 
- 00010243  0x000015e2 inject  0x00000003 , 0x00000003 
- 00010244  0x000015e3 fetch  0x00000001 , 0x0000015f 
- 00010245  0x000015e4 iforce  0x00000013 
- 00010246  0x000015e5 inject  0x00000003 , 0x00000005 
- 00010247  0x000015e6 branch  0x0000280d 
- 00010248  0x000015e8 fetch  0x00000001 , 0x00000180 
- 00010249  0x000015e9 inject  0x00000003 , 0x00000003 
- 00010250  0x000015ea fetch  0x00000002 , 0x0000015f 
- 00010251  0x000015eb iforce  0x00000013 
- 00010252  0x000015ec inject  0x00000003 , 0x0000000d 
- 00010253  0x000015ee arg  0x00000551 , 0x00000006 
- 00010254  0x000015f0 copy  0x00000013 , 0x0000003e 
- 00010255  0x000015f1 branch  0x00002814 , 0x00000005 
- 00010256  0x000015f2 ifetch  0x00000001 , 0x00000006 
- 00010257  0x000015f3 inject  0x00000003 , 0x00000008 
- 00010258  0x000015f4 increase  0xffffffff , 0x00000013 
- 00010259  0x000015f5 branch  0x0000280e 
- 00010260  0x000015f7 fetch  0x00000002 , 0x000000fc 
- 00010261  0x000015f8 increase  0x00000001 , 0x0000003f 
- 00010262  0x000015f9 store  0x00000002 , 0x000000fc 
- 00010263  0x000015fa branch  0x000027f7 
- 00010264  0x000015fe fetch  0x00000004 , 0x00000165 
- 00010265  0x000015ff add  0x0000003f , 0x00000007 , 0x00000011 
- 00010266  0x00001600 fetch  0x00000002 , 0x00000171 
- 00010267  0x00001601 nbranch  0x0000281e , 0x00000034 
- 00010268  0x00001602 increase  0xfffffffd , 0x00000011 
- 00010269  0x00001603 branch  0x00002826 
- 00010270  0x00001605 mul32  0x0000003f , 0x0000000c , 0x0000003f 
- 00010271  0x00001606 hfetcht  0x00000002 , 0x00008040 
- 00010272  0x00001607 increase  0x00000001 , 0x00000002 
- 00010273  0x00001609 isub  0x00000002 , 0x0000003f 
- 00010274  0x0000160a nbranch  0x00002825 , 0x00000002 
- 00010275  0x0000160b increase  0xffffffff , 0x00000011 
- 00010276  0x0000160c branch  0x00002821 
- 00010277  0x0000160e sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00010278  0x00001610 until  0x0000003e , 0x00000023 
- 00010279  0x00001611 compare  0x00000000 , 0x00000022 , 0x00000003 
- 00010280  0x00001612 nbranch  0x00002826 , 0x00000001 
- 00010281  0x00001613 iforce  0x00000029 
- 00010282  0x00001614 copy  0x00000011 , 0x00000028 
- 00010283  0x00001615 iforce  0x00000029 
- 00010284  0x00001616 rtn 
- 00010285  0x0000161a bpatch  0x0000007b , 0x0000400f 
- 00010286  0x0000161b until  0x0000003e , 0x00000022 
- 00010287  0x0000161c deposit  0x0000001a 
- 00010288  0x0000161d iforce  0x00000006 
- 00010289  0x0000161e rshift16 , 0x0000003f , 0x0000003f 
- 00010290  0x0000161f isub  0x00000022 , 0x00000039 
- 00010291  0x00001620 and_into  0x00000003 , 0x00000039 
- 00010292  0x00001621 nbranch  0x00002837 , 0x00000005 
- 00010293  0x00001622 force  0x00000000 , 0x0000003f 
- 00010294  0x00001623 branch  0x0000283b 
- 00010295  0x00001625 arg  0x00000ea6 , 0x00000002 
- 00010296  0x00001626 force  0x00000000 , 0x0000003f 
- 00010297  0x00001628 iadd  0x00000002 , 0x0000003f 
- 00010298  0x00001629 loop  0x00002839 
- 00010299  0x0000162b iadd  0x00000006 , 0x0000003f 
- 00010300  0x0000162c div  0x0000003f , 0x0000000c 
- 00010301  0x0000162d call  0x00007f86 
- 00010302  0x0000162e quotient  0x0000003f 
- 00010303  0x0000162f store  0x00000002 , 0x00000171 
- 00010304  0x00001630 rtn 
- 00010305  0x00001633 bpatch  0x0000007c , 0x0000400f 
- 00010306  0x00001634 deposit  0x0000001a 
- 00010307  0x00001635 copy  0x00000019 , 0x00000002 
- 00010308  0x00001636 isub  0x00000002 , 0x0000003e 
- 00010309  0x00001637 nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
- 00010310  0x00001638 isub  0x00000002 , 0x00000002 
- 00010311  0x00001639 setarg  0x00000ea6 
- 00010312  0x0000163a isolate0  0x0000000f , 0x00000002 
- 00010313  0x0000163b branch  0x0000284c , 0x00000001 
- 00010314  0x0000163c setarg  0xffff0ea6 
- 00010315  0x0000163d iadd  0x00000002 , 0x00000002 
- 00010316  0x0000163f storet  0x00000006 , 0x00000447 
- 00010317  0x00001640 rtn  0x00000036 
- 00010318  0x00001641 storet  0x00000006 , 0x00000038 
- 00010319  0x00001642 rtn 
- 00010320  0x00001645 disable  0x00000030 
- 00010321  0x00001646 fetch  0x00000006 , 0x00000447 
- 00010322  0x00001647 branch  0x00002854 , 0x00000036 
- 00010323  0x00001648 fetch  0x00000006 , 0x00000038 
- 00010324  0x0000164a iadd  0x00000019 , 0x00000030 
- 00010325  0x0000164b increase  0x0000000a , 0x00000030 
- 00010326  0x0000164c setarg  0x00000ea6 
- 00010327  0x0000164d isub  0x00000030 , 0x0000003f 
- 00010328  0x0000164e isolate0  0x0000000f , 0x0000003f 
- 00010329  0x0000164f branch  0x0000285e , 0x00000001 
- 00010330  0x00001650 setarg  0x0000f15a 
- 00010331  0x00001651 iadd  0x00000030 , 0x00000030 
- 00010332  0x00001653 copy  0x00000030 , 0x0000001a 
- 00010333  0x00001654 rtn 
- 00010334  0x00001656 force  0x00000000 , 0x0000003e 
- 00010335  0x00001657 branch  0x0000285c 
- 00010336  0x0000165f bpatch  0x0000007d , 0x0000400f 
- 00010337  0x00001660 call  0x00002918 
- 00010338  0x00001661 copy  0x00000021 , 0x0000003f 
- 00010339  0x00001662 and_into  0x00000180 , 0x0000003f 
- 00010340  0x00001663 compare  0x00000003 , 0x00000024 , 0x00000007 
- 00010341  0x00001664 nbranch  0x00002869 , 0x00000001 
- 00010342  0x00001665 rshift3  0x0000003f , 0x0000003f 
- 00010343  0x00001666 iadd  0x00000017 , 0x0000003f 
- 00010344  0x00001667 branch  0x0000286a 
- 00010345  0x00001669 copy  0x00000017 , 0x0000003f 
- 00010346  0x0000166b div  0x0000003f , 0x0000004f 
- 00010347  0x0000166c pulse  0x00000015 
- 00010348  0x0000166d call  0x00007f86 
- 00010349  0x0000166e remainder  0x00000011 
- 00010350  0x0000166f add  0x00000011 , 0xffffffd8 , 0x00000002 
- 00010351  0x00001670 branch  0x00002872 , 0x00000002 
- 00010352  0x00001671 lshift  0x00000011 , 0x00000002 
- 00010353  0x00001672 branch  0x00002874 
- 00010354  0x00001674 lshift  0x00000002 , 0x00000002 
- 00010355  0x00001675 increase  0x00000001 , 0x00000002 
- 00010356  0x00001677 bpatch  0x0000007e , 0x0000400f 
- 00010357  0x00001678 fetch  0x00000001 , 0x00000031 
- 00010358  0x00001679 bbit0  0x00000003 , 0x00002885 
- 00010359  0x0000167b fetch  0x00000004 , 0x000040d2 
- 00010360  0x0000167c isub  0x00000021 , 0x0000003e 
- 00010361  0x0000167d branch  0x00002885 , 0x00000002 
- 00010362  0x0000167e call  0x000028a4 
- 00010363  0x0000167f fetch  0x00000001 , 0x000040d9 
- 00010364  0x00001680 rtn  0x00000034 
- 00010365  0x00001681 fetch  0x00000001 , 0x00000031 
- 00010366  0x00001682 set1  0x00000002 , 0x0000003f 
- 00010367  0x00001683 store  0x00000001 , 0x00000031 
- 00010368  0x00001684 fetch  0x00000005 , 0x000040e7 
- 00010369  0x00001685 store  0x00000005 , 0x000040da 
- 00010370  0x00001686 ifetch  0x00000005 , 0x00000006 
- 00010371  0x00001687 store  0x00000005 , 0x000040df 
- 00010372  0x00001688 call  0x000028a9 
- 00010373  0x0000168a fetch  0x00000001 , 0x00000031 
- 00010374  0x0000168b rtnbit0  0x00000002 
- 00010375  0x0000168c isolate1  0x00000001 , 0x00000021 
- 00010376  0x0000168d branch  0x000028a1 , 0x00000001 
- 00010377  0x0000168e rshift3  0x00000002 , 0x00000011 
- 00010378  0x0000168f and  0x00000002 , 0x00000007 , 0x00000007 
- 00010379  0x00001690 setarg  0x000040da 
- 00010380  0x00001691 iadd  0x00000011 , 0x00000011 
- 00010381  0x00001692 ifetch  0x00000001 , 0x00000011 
- 00010382  0x00001693 qisolate0  0x0000003f 
- 00010383  0x00001694 branch  0x00002892 , 0x00000001 
- 00010384  0x00001695 deposit  0x00000002 
- 00010385  0x00001696 branch  0x0000289e 
- 00010386  0x00001698 fetch  0x00000001 , 0x000040e4 
- 00010387  0x00001699 iforce  0x00000012 
- 00010388  0x0000169a deposit  0x00000021 
- 00010389  0x0000169b and_into  0x00000180 , 0x0000003f 
- 00010390  0x0000169c rshift3  0x0000003f , 0x0000003f 
- 00010391  0x0000169d iadd  0x00000017 , 0x0000003f 
- 00010392  0x0000169e idiv  0x00000012 
- 00010393  0x0000169f setarg  0x000040f2 
- 00010394  0x000016a0 call  0x00007f86 
- 00010395  0x000016a1 remainder  0x00000011 
- 00010396  0x000016a2 iadd  0x00000011 , 0x00000006 
- 00010397  0x000016a3 ifetch  0x00000001 , 0x00000006 
- 00010398  0x000016a5 store  0x00000001 , 0x000040e5 
- 00010399  0x000016a6 iforce  0x00000002 
- 00010400  0x000016a7 rtn 
- 00010401  0x000016aa fetch  0x00000001 , 0x000040e5 
- 00010402  0x000016ab iforce  0x00000002 
- 00010403  0x000016ac rtn 
- 00010404  0x000016af fetch  0x00000001 , 0x00000031 
- 00010405  0x000016b0 set0  0x00000002 , 0x0000003f 
- 00010406  0x000016b1 set0  0x00000003 , 0x0000003f 
- 00010407  0x000016b2 store  0x00000001 , 0x00000031 
- 00010408  0x000016b3 rtn 
- 00010409  0x000016ba bpatch  0x0000007f , 0x0000400f 
- 00010410  0x000016bb arg  0x000040f2 , 0x00000005 
- 00010411  0x000016bc force  0x0000000a , 0x00000039 
- 00010412  0x000016bd call  0x00007ec6 
- 00010413  0x000016be arg  0x000040f2 , 0x00000005 
- 00010414  0x000016bf force  0x00000000 , 0x00000013 
- 00010415  0x000016c0 force  0x00000002 , 0x00000007 
- 00010416  0x000016c2 fetch  0x00000005 , 0x000040da 
- 00010417  0x000016c3 iforce  0x00000002 
- 00010418  0x000016c4 compare  0x00000002 , 0x00000007 , 0x000000ff 
- 00010419  0x000016c5 branch  0x000028b5 , 0x00000001 
- 00010420  0x000016c6 rshift  0x00000002 , 0x00000002 
- 00010421  0x000016c8 isolate0  0x00000000 , 0x00000002 
- 00010422  0x000016c9 branch  0x000028b9 , 0x00000001 
- 00010423  0x000016ca deposit  0x00000013 
- 00010424  0x000016cb istore  0x00000001 , 0x00000005 
- 00010425  0x000016cd rshift2  0x00000002 , 0x00000002 
- 00010426  0x000016ce increase  0x00000002 , 0x00000013 
- 00010427  0x000016cf compare  0x00000028 , 0x00000013 , 0x000000fe 
- 00010428  0x000016d0 nbranch  0x000028c2 , 0x00000001 
- 00010429  0x000016d1 fetch  0x00000005 , 0x000040df 
- 00010430  0x000016d2 iforce  0x00000002 
- 00010431  0x000016d3 compare  0x00000002 , 0x00000007 , 0x000000ff 
- 00010432  0x000016d4 branch  0x000028c2 , 0x00000001 
- 00010433  0x000016d5 rshift  0x00000002 , 0x00000002 
- 00010434  0x000016d7 sub  0x00000013 , 0x0000004e , 0x0000003e 
- 00010435  0x000016d8 branch  0x000028b5 , 0x00000002 
- 00010436  0x000016d9 force  0x00000001 , 0x00000013 
- 00010437  0x000016da increase  0xffffffff , 0x00000007 
- 00010438  0x000016db nbranch  0x000028b0 , 0x00000005 
- 00010439  0x000016dc arg  0x000040f2 , 0x00000011 
- 00010440  0x000016dd deposit  0x00000005 
- 00010441  0x000016de isub  0x00000011 , 0x0000003f 
- 00010442  0x000016df store  0x00000001 , 0x000040e4 
- 00010443  0x000016e0 rtn 
- 00010444  0x000016e3 bpatch  0x00000080 , 0x00004010 
- 00010445  0x000016e4 call  0x00002860 
- 00010446  0x000016e5 fetch  0x00000001 , 0x0000017f 
- 00010447  0x000016e6 bbit0  0x00000005 , 0x000028d1 
- 00010448  0x000016e7 fetcht  0x00000001 , 0x000004cc 
- 00010449  0x000016e9 branch  0x0000291f 
- 00010450  0x000016ed bpatch  0x00000081 , 0x00004010 
- 00010451  0x000016ee call  0x00002860 
- 00010452  0x000016ef fetch  0x00000001 , 0x0000017f 
- 00010453  0x000016f0 bbit0  0x00000004 , 0x000028d7 
- 00010454  0x000016f1 fetcht  0x00000001 , 0x000004cb 
- 00010455  0x000016f3 branch  0x00002933 
- 00010456  0x000016f7 force  0x00000000 , 0x0000002d 
- 00010457  0x000016f8 fetch  0x00000003 , 0x000040a7 
- 00010458  0x000016f9 iforce  0x0000002c 
- 00010459  0x000016fa rtn 
- 00010460  0x000016fd bpatch  0x00000082 , 0x00004010 
- 00010461  0x000016fe fetch  0x00000001 , 0x000041d3 
- 00010462  0x000016ff icopy  0x0000002d 
- 00010463  0x00001700 fetch  0x00000003 , 0x000041d0 
- 00010464  0x00001701 icopy  0x0000002c 
- 00010465  0x00001702 rtn 
- 00010466  0x00001705 bpatch  0x00000083 , 0x00004010 
- 00010467  0x00001706 fetch  0x00000002 , 0x000040a4 
- 00010468  0x00001707 icopy  0x0000002e 
- 00010469  0x00001708 fetch  0x00000001 , 0x000040a3 
- 00010470  0x00001709 icopy  0x0000002d 
- 00010471  0x0000170a fetch  0x00000003 , 0x000040a0 
- 00010472  0x0000170b icopy  0x0000002c 
- 00010473  0x0000170c rtn 
- 00010474  0x0000170f bpatch  0x00000084 , 0x00004010 
- 00010475  0x00001710 fetch  0x00000002 , 0x00000044 
- 00010476  0x00001711 icopy  0x0000002e 
- 00010477  0x00001712 fetch  0x00000001 , 0x00000043 
- 00010478  0x00001713 icopy  0x0000002d 
- 00010479  0x00001714 fetch  0x00000003 , 0x00000040 
- 00010480  0x00001715 icopy  0x0000002c 
- 00010481  0x00001716 rtn 
- 00010482  0x0000171a bmark1  0x00000020 , 0x000028f5 
- 00010483  0x0000171b rtnmark0  0x0000001d 
- 00010484  0x0000171c rtnmark0  0x0000001f 
- 00010485  0x0000171e and_into  0xffffff00 , 0x0000002c 
- 00010486  0x0000171f pulse  0x00000015 
- 00010487  0x00001720 nop  0x00000020 
- 00010488  0x00001721 rtn 
- 00010489  0x00001725 bpatch  0x00000085 , 0x00004010 
- 00010490  0x00001726 branch  0x0000290a , 0x00000021 
- 00010491  0x00001727 jam  0x000000d4 , 0x00008955 
- 00010492  0x00001728 nop  0x00000004 
- 00010493  0x00001729 jam  0x000000d2 , 0x00008955 
- 00010494  0x0000172a nop  0x00000004 
- 00010495  0x0000172b jam  0x000000d1 , 0x00008955 
- 00010496  0x0000172c nop  0x00000004 
- 00010497  0x0000172d fetch  0x00000001 , 0x000041de 
- 00010498  0x0000172e beq  0x00000000 , 0x00002908 
- 00010499  0x0000172f beq  0x00000001 , 0x00002915 
- 00010500  0x00001730 beq  0x00000002 , 0x00002908 
- 00010501  0x00001731 beq  0x00000003 , 0x00002915 
- 00010502  0x00001732 beq  0x00000004 , 0x00002915 
- 00010503  0x00001733 beq  0x00000020 , 0x00002915 
- 00010504  0x00001736 jam  0x000000d0 , 0x00008955 
- 00010505  0x00001737 jam  0x000000e0 , 0x00008956 
- 00010506  0x00001739 force  0x00000000 , 0x00000015 
- 00010507  0x0000173a disable  0x00000021 
- 00010508  0x0000173b disable  0x00000020 
- 00010509  0x0000173c pulse  0x0000001e 
- 00010510  0x0000173d jam  0x00000000 , 0x00008902 
- 00010511  0x0000173e jam  0x00000000 , 0x00008901 
- 00010512  0x0000173f jam  0x00000000 , 0x00008900 
- 00010513  0x00001740 jam  0x00000000 , 0x00008903 
- 00010514  0x00001741 jam  0x00000070 , 0x00008904 
- 00010515  0x00001742 jam  0x00000000 , 0x00008906 
- 00010516  0x00001743 rtn 
- 00010517  0x00001749 jam  0x000000d0 , 0x00008955 
- 00010518  0x0000174a jam  0x000000c0 , 0x00008956 
- 00010519  0x0000174b branch  0x0000290a 
- 00010520  0x0000174e bpatch  0x00000086 , 0x00004010 
- 00010521  0x0000174f jam  0x00000000 , 0x00008902 
- 00010522  0x00001750 jam  0x00000000 , 0x00008901 
- 00010523  0x00001751 jam  0x00000018 , 0x00008900 
- 00010524  0x00001752 jam  0x000000a7 , 0x00008903 
- 00010525  0x00001753 jam  0x0000007f , 0x00008904 
- 00010526  0x00001754 rtn 
- 00010527  0x00001757 bpatch  0x00000087 , 0x00004010 
- 00010528  0x00001759 storet  0x00000001 , 0x00000017 
- 00010529  0x0000175a add  0x00000002 , 0x00000004 , 0x00000011 
- 00010530  0x0000175b jam  0x00000007 , 0x0000896d 
- 00010531  0x0000175c branch  0x00002981 
- 00010532  0x0000175e bpatch  0x00000088 , 0x00004011 
- 00010533  0x0000175f jam  0x000000cf , 0x00008901 
- 00010534  0x00001760 nop  0x0000000a 
- 00010535  0x00001761 jam  0x000000ff , 0x00008900 
- 00010536  0x00001762 jam  0x000000af , 0x00008903 
- 00010537  0x00001763 jam  0x000000ff , 0x00008904 
- 00010538  0x00001764 nop  0x0000000a 
- 00010539  0x00001765 jam  0x000000a0 , 0x00008902 
- 00010540  0x00001766 rtn 
- 00010541  0x00001769 fetch  0x00000001 , 0x000041e0 
- 00010542  0x0000176a branch  0x00002931 , 0x00000034 
- 00010543  0x0000176c add  0x00000002 , 0x00000002 , 0x00000011 
- 00010544  0x0000176d rtn 
- 00010545  0x0000176f add  0x00000002 , 0x00000000 , 0x00000011 
- 00010546  0x00001770 rtn 
- 00010547  0x00001773 bpatch  0x00000089 , 0x00004011 
- 00010548  0x00001774 storet  0x00000001 , 0x00000017 
- 00010549  0x00001775 call  0x0000292d 
- 00010550  0x00001776 call  0x00002981 
- 00010551  0x00001777 setarg  0x00000500 
- 00010552  0x00001778 call  0x00002a8f 
- 00010553  0x0000177a jam  0x00000001 , 0x00008906 
- 00010554  0x0000177b jam  0x0000003c , 0x00008900 
- 00010555  0x0000177c jam  0x000000e0 , 0x00008901 
- 00010556  0x0000177d jam  0x00000012 , 0x0000896d 
- 00010557  0x0000177e nop  0x0000000a 
- 00010558  0x0000177f jam  0x00000001 , 0x00008902 
- 00010559  0x00001780 jam  0x0000003d , 0x00008902 
- 00010560  0x00001781 nop  0x0000000a 
- 00010561  0x00001782 jam  0x000000b7 , 0x00008903 
- 00010562  0x00001783 nop  0x0000000a 
- 00010563  0x00001784 jam  0x0000007f , 0x00008902 
- 00010564  0x00001786 fetch  0x00000001 , 0x000041de 
- 00010565  0x00001787 beq  0x00000000 , 0x0000294b 
- 00010566  0x00001788 beq  0x00000001 , 0x0000294f 
- 00010567  0x00001789 beq  0x00000002 , 0x00002953 
- 00010568  0x0000178a beq  0x00000003 , 0x00002957 
- 00010569  0x0000178b beq  0x00000004 , 0x0000295b 
- 00010570  0x0000178c beq  0x00000020 , 0x0000295f 
- 00010571  0x0000178e jam  0x000000f0 , 0x00008956 
- 00010572  0x0000178f call  0x00002965 
- 00010573  0x00001790 jam  0x000000d8 , 0x00008955 
- 00010574  0x00001791 rtn 
- 00010575  0x00001794 jam  0x000000df , 0x00008956 
- 00010576  0x00001795 call  0x00002965 
- 00010577  0x00001796 jam  0x000000df , 0x00008955 
- 00010578  0x00001797 rtn 
- 00010579  0x0000179a jam  0x000000ff , 0x00008956 
- 00010580  0x0000179b call  0x00002965 
- 00010581  0x0000179c jam  0x000000df , 0x00008955 
- 00010582  0x0000179d rtn 
- 00010583  0x0000179f jam  0x000000ce , 0x00008956 
- 00010584  0x000017a0 call  0x00002965 
- 00010585  0x000017a1 jam  0x000000d8 , 0x00008955 
- 00010586  0x000017a2 rtn 
- 00010587  0x000017a5 jam  0x000000cb , 0x00008956 
- 00010588  0x000017a6 call  0x00002965 
- 00010589  0x000017a7 jam  0x000000d8 , 0x00008955 
- 00010590  0x000017a8 rtn 
- 00010591  0x000017ab jam  0x000000d0 , 0x00008955 
- 00010592  0x000017ac jam  0x000000c0 , 0x00008956 
- 00010593  0x000017ad jam  0x0000004c , 0x00008957 
- 00010594  0x000017ae jam  0x0000006c , 0x00008958 
- 00010595  0x000017af jam  0x00000050 , 0x00008959 
- 00010596  0x000017b0 rtn 
- 00010597  0x000017b3 nop  0x00000004 
- 00010598  0x000017b4 jam  0x000000d1 , 0x00008955 
- 00010599  0x000017b5 nop  0x00000004 
- 00010600  0x000017b6 jam  0x000000d2 , 0x00008955 
- 00010601  0x000017b7 nop  0x00000004 
- 00010602  0x000017b8 jam  0x000000d4 , 0x00008955 
- 00010603  0x000017b9 rtn 
- 00010604  0x000017bd jam  0x00000006 , 0x00008042 
- 00010605  0x000017bf fetch  0x00000002 , 0x000040c3 
- 00010606  0x000017c0 bbit0  0x0000000e , 0x0000296d 
- 00010607  0x000017c1 iforce  0x00000006 
- 00010608  0x000017c2 arg  0x00008900 , 0x00000002 
- 00010609  0x000017c4 ifetch  0x00000001 , 0x00000006 
- 00010610  0x000017c5 beq  0x000000ff , 0x00002977 
- 00010611  0x000017c6 ior  0x00000002 , 0x00000005 
- 00010612  0x000017c7 ifetch  0x00000001 , 0x00000006 
- 00010613  0x000017c8 istore  0x00000001 , 0x00000005 
- 00010614  0x000017c9 branch  0x00002971 
- 00010615  0x000017cb bpatch  0x0000008a , 0x00004011 
- 00010616  0x000017cc call  0x00002be5 
- 00010617  0x000017cd call  0x000029c9 
- 00010618  0x000017cf setarg  0x000007d0 
- 00010619  0x000017d0 iadd  0x00000022 , 0x0000003f 
- 00010620  0x000017d1 store  0x00000004 , 0x00000169 
- 00010621  0x000017d2 set1  0x00000003 , 0x00000015 
- 00010622  0x000017d3 force  0x00000000 , 0x00000015 
- 00010623  0x000017d4 ncall  0x00002998 , 0x0000002b 
- 00010624  0x000017d5 branch  0x000029ab 
- 00010625  0x000017d9 bpatch  0x0000008b , 0x00004011 
- 00010626  0x000017da setarg  0x00000960 
- 00010627  0x000017db iadd  0x00000011 , 0x00000002 
- 00010628  0x000017dc fetch  0x00000001 , 0x000040bd 
- 00010629  0x000017dd jam  0x00000004 , 0x0000895f 
- 00010630  0x000017de imul32  0x00000002 , 0x0000003f 
- 00010631  0x000017df fetcht  0x00000001 , 0x000040be 
- 00010632  0x000017e0 idiv  0x00000002 
- 00010633  0x000017e1 call  0x00007f86 
- 00010634  0x000017e2 quotient  0x00000011 
- 00010635  0x000017e3 remainder  0x0000003f 
- 00010636  0x000017e4 lshift16  0x0000003f , 0x0000003f 
- 00010637  0x000017e5 lshift4  0x0000003f , 0x0000003f 
- 00010638  0x000017e6 idiv  0x00000002 
- 00010639  0x000017e7 call  0x00007f86 
- 00010640  0x000017e8 quotient  0x0000003f 
- 00010641  0x000017e9 lshift8  0x0000003f , 0x0000003f 
- 00010642  0x000017ea lshift  0x0000003f , 0x0000003f 
- 00010643  0x000017eb ior  0x00000011 , 0x0000003f 
- 00010644  0x000017ec hstore  0x00000004 , 0x00008960 
- 00010645  0x000017ed jam  0x00000044 , 0x0000895f 
- 00010646  0x000017ee jam  0x000000c4 , 0x0000895f 
- 00010647  0x000017ef rtn 
- 00010648  0x000017f3 bpatch  0x0000008c , 0x00004011 
- 00010649  0x000017f4 jam  0x00000002 , 0x00008906 
- 00010650  0x000017f5 setarg  0x0003d090 
- 00010651  0x000017f6 call  0x00002a8f 
- 00010652  0x000017f7 jam  0x0000007f , 0x00008900 
- 00010653  0x000017f8 nop  0x00000082 
- 00010654  0x000017f9 jam  0x00000030 , 0x00008952 
- 00010655  0x000017fa jam  0x000000d0 , 0x00008901 
- 00010656  0x000017fb jam  0x00000070 , 0x00008952 
- 00010657  0x000017fc jam  0x000000f0 , 0x00008952 
- 00010658  0x000017fd force  0x00000032 , 0x00000039 
- 00010659  0x000017ff hfetch  0x00000001 , 0x00008980 
- 00010660  0x00001800 bbit1  0x00000005 , 0x000029a6 
- 00010661  0x00001801 loop  0x000029a3 
- 00010662  0x00001803 store  0x00000001 , 0x000040ce 
- 00010663  0x00001804 jam  0x00000000 , 0x00008901 
- 00010664  0x00001805 jam  0x00000000 , 0x00008900 
- 00010665  0x00001806 jam  0x00000000 , 0x00008906 
- 00010666  0x00001807 rtn 
- 00010667  0x0000180a bpatch  0x0000008d , 0x00004011 
- 00010668  0x0000180b fetch  0x00000001 , 0x000040ce 
- 00010669  0x0000180c set1  0x00000005 , 0x0000003f 
- 00010670  0x0000180d hstore  0x00000001 , 0x00008952 
- 00010671  0x0000180e hfetcht  0x00000001 , 0x00008950 
- 00010672  0x0000180f and_into  0x00000007 , 0x00000002 
- 00010673  0x00001810 lshift3  0x0000003f , 0x0000003f 
- 00010674  0x00001811 ior  0x00000002 , 0x0000003f 
- 00010675  0x00001812 hstore  0x00000001 , 0x00008950 
- 00010676  0x00001813 hfetch  0x00000001 , 0x00008951 
- 00010677  0x00001814 set0  0x00000000 , 0x0000003f 
- 00010678  0x00001815 hstore  0x00000001 , 0x00008951 
- 00010679  0x00001816 hfetch  0x00000001 , 0x00008952 
- 00010680  0x00001817 set0  0x00000005 , 0x0000003f 
- 00010681  0x00001818 hstore  0x00000001 , 0x00008952 
- 00010682  0x00001819 rtn 
- 00010683  0x0000181c bpatch  0x0000008e , 0x00004011 
- 00010684  0x0000181d hfetch  0x00000002 , 0x00008981 
- 00010685  0x0000181e rshift4  0x0000003f , 0x0000003f 
- 00010686  0x0000181f rshift3  0x0000003f , 0x0000003f 
- 00010687  0x00001820 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00010688  0x00001822 and_into  0x000000ff , 0x0000003f 
- 00010689  0x00001823 div  0x0000003f , 0x0000000a 
- 00010690  0x00001824 call  0x00007f86 
- 00010691  0x00001825 quotient  0x0000003f 
- 00010692  0x00001826 lshift4  0x0000003f , 0x0000003f 
- 00010693  0x00001827 remainder  0x00000002 
- 00010694  0x00001828 ior  0x00000002 , 0x0000003f 
- 00010695  0x00001829 store  0x00000001 , 0x00000018 
- 00010696  0x0000182a rtn 
- 00010697  0x0000182e jam  0x00000006 , 0x00008042 
- 00010698  0x0000182f hfetch  0x00000001 , 0x0000896b 
- 00010699  0x00001830 set0  0x00000004 , 0x0000003f 
- 00010700  0x00001831 set0  0x00000005 , 0x0000003f 
- 00010701  0x00001832 hstore  0x00000001 , 0x0000896b 
- 00010702  0x00001833 jam  0x00000000 , 0x00008905 
- 00010703  0x00001834 jam  0x00000000 , 0x00008904 
- 00010704  0x00001835 jam  0x00000070 , 0x00008904 
- 00010705  0x00001836 jam  0x000000ff , 0x00008905 
- 00010706  0x00001837 hfetch  0x00000001 , 0x0000896b 
- 00010707  0x00001838 set1  0x00000004 , 0x0000003f 
- 00010708  0x00001839 set1  0x00000005 , 0x0000003f 
- 00010709  0x0000183a hstore  0x00000001 , 0x0000896b 
- 00010710  0x0000183b call  0x000029e9 
- 00010711  0x0000183c hfetch  0x00000001 , 0x00008968 
- 00010712  0x0000183d set1  0x00000007 , 0x0000003f 
- 00010713  0x0000183e hstore  0x00000001 , 0x00008968 
- 00010714  0x0000183f set0  0x00000007 , 0x0000003f 
- 00010715  0x00001840 hstore  0x00000001 , 0x00008968 
- 00010716  0x00001841 set1  0x00000007 , 0x0000003f 
- 00010717  0x00001842 hstore  0x00000001 , 0x00008968 
- 00010718  0x00001843 jam  0x00000005 , 0x00008042 
- 00010719  0x00001844 nop  0x00000001 
- 00010720  0x00001845 jam  0x00000004 , 0x00008042 
- 00010721  0x00001846 hfetch  0x00000001 , 0x0000896b 
- 00010722  0x00001847 and_into  0x000000cf , 0x0000003f 
- 00010723  0x00001848 hstore  0x00000001 , 0x0000896b 
- 00010724  0x00001849 or_into  0x00000030 , 0x0000003f 
- 00010725  0x0000184a hstore  0x00000001 , 0x0000896b 
- 00010726  0x0000184b rtn 
- 00010727  0x0000184f setarg  0x00000f0f 
- 00010728  0x00001850 branch  0x00002c18 
- 00010729  0x00001853 setarg  0x0000080f 
- 00010730  0x00001854 branch  0x00002c18 
- 00010731  0x00001859 bpatch  0x0000008f , 0x00004011 
- 00010732  0x0000185a call  0x00002924 
- 00010733  0x0000185b disable  0x00000020 
- 00010734  0x0000185c enable  0x00000021 
- 00010735  0x0000185d pulse  0x00000016 
- 00010736  0x0000185e rtn 
- 00010737  0x00001861 bpatch  0x00000090 , 0x00004012 
- 00010738  0x00001862 fetch  0x00000001 , 0x0000004c 
- 00010739  0x00001863 isolate1  0x00000002 , 0x0000003f 
- 00010740  0x00001864 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00010741  0x00001865 hstore  0x00000001 , 0x00008011 
- 00010742  0x00001866 arg  0x00000062 , 0x00000006 
- 00010743  0x00001867 ifetch  0x00000009 , 0x00000006 
- 00010744  0x00001868 iforce  0x00000032 
- 00010745  0x00001869 ifetch  0x00000007 , 0x00000006 
- 00010746  0x0000186a iforce  0x00000033 
- 00010747  0x0000186b fetch  0x00000001 , 0x00000054 
- 00010748  0x0000186c add  0x0000003f , 0xffffffff , 0x00000034 
- 00010749  0x0000186d pulse  0x0000001a 
- 00010750  0x0000186e rtn 
- 00010751  0x00001871 deposit  0x0000001a 
- 00010752  0x00001872 store  0x00000006 , 0x0000009a 
- 00010753  0x00001873 disable  0x0000000d 
- 00010754  0x00001874 nbranch  0x000028f9 , 0x00000018 
- 00010755  0x00001875 arg  0x000003bb , 0x00000029 
- 00010756  0x00001876 increase  0x00000001 , 0x00000028 
- 00010757  0x00001877 and_into  0x000001fc , 0x00000028 
- 00010758  0x00001878 rtn 
- 00010759  0x0000187d enable  0x0000000d 
- 00010760  0x0000187f correlate  0x0000003e , 0x00000017 
- 00010761  0x00001880 branch  0x000029ff , 0x00000018 
- 00010762  0x00001881 compare  0x00000002 , 0x00000028 , 0x00000002 
- 00010763  0x00001882 nbranch  0x00002a08 , 0x00000001 
- 00010764  0x00001883 branch  0x000029ff 
- 00010765  0x00001886 bpatch  0x00000091 , 0x00004012 
- 00010766  0x00001887 arg  0x00000600 , 0x0000000b 
- 00010767  0x00001888 enable  0x0000000d 
- 00010768  0x00001889 correlate  0x00000023 , 0x00000026 
- 00010769  0x0000188a disable  0x0000000d 
- 00010770  0x0000188b nbranch  0x000028f9 , 0x00000018 
- 00010771  0x0000188c rtn 
- 00010772  0x0000188f bpatch  0x00000092 , 0x00004012 
- 00010773  0x00001890 enable  0x0000000d 
- 00010774  0x00001891 correlate  0x0000003e , 0x00000003 
- 00010775  0x00001892 disable  0x0000000d 
- 00010776  0x00001893 nbranch  0x000028f9 , 0x00000018 
- 00010777  0x00001894 arg  0x000003bb , 0x00000029 
- 00010778  0x00001895 and_into  0x000001fc , 0x00000028 
- 00010779  0x00001896 rtn 
- 00010780  0x0000189a bpatch  0x00000093 , 0x00004012 
- 00010781  0x0000189b iforce  0x00000011 
- 00010782  0x0000189c deposit  0x00000021 
- 00010783  0x0000189d iadd  0x00000002 , 0x0000000b 
- 00010784  0x0000189e copy  0x0000000b , 0x0000003f 
- 00010785  0x0000189f store  0x00000004 , 0x000040ca 
- 00010786  0x000018a0 deposit  0x00000011 
- 00010787  0x000018a1 rtn 
- 00010788  0x000018a5 copy  0x0000003f , 0x00000002 
- 00010789  0x000018a6 bpatch  0x00000094 , 0x00004012 
- 00010790  0x000018a7 copy  0x00000002 , 0x0000003f 
- 00010791  0x000018a8 call  0x00007f50 
- 00010792  0x000018a9 lshift16  0x00000021 , 0x0000003f 
- 00010793  0x000018aa set1  0x0000002c , 0x0000003f 
- 00010794  0x000018ab call  0x00007f39 
- 00010795  0x000018ac set0  0x0000002c , 0x0000003f 
- 00010796  0x000018ad call  0x00002a77 
- 00010797  0x000018ae call  0x00007f39 
- 00010798  0x000018af rtn  0x00000028 
- 00010799  0x000018b0 call  0x00007f43 
- 00010800  0x000018b1 iforce  0x0000001b 
- 00010801  0x000018b2 until  0x0000003e , 0x00000003 
- 00010802  0x000018b3 rtn 
- 00010803  0x000018b7 bpatch  0x00000095 , 0x00004012 
- 00010804  0x000018b8 branch  0x00002a38 , 0x00000030 
- 00010805  0x000018b9 until  0x00000029 , 0x00000026 
- 00010806  0x000018bb copy  0x00000028 , 0x00000002 
- 00010807  0x000018bc branch  0x00002a3b 
- 00010808  0x000018be branch  0x00002a3a , 0x0000002e 
- 00010809  0x000018bf until  0x00000023 , 0x00000026 
- 00010810  0x000018c1 copy  0x00000022 , 0x00000002 
- 00010811  0x000018c3 branch  0x00002a47 , 0x00000028 
- 00010812  0x000018c4 compare  0x00000001 , 0x00000002 , 0x00000003 
- 00010813  0x000018c5 nbranch  0x00002a33 , 0x00000001 
- 00010814  0x000018c7 bpatch  0x00000096 , 0x00004012 
- 00010815  0x000018c8 fetch  0x00000001 , 0x00000030 
- 00010816  0x000018c9 rtnbit0  0x00000000 
- 00010817  0x000018ca fetch  0x00000004 , 0x000040ca 
- 00010818  0x000018cb isub  0x00000002 , 0x0000003f 
- 00010819  0x000018cc nrtn  0x00000002 
- 00010820  0x000018cd sub  0x0000003f , 0x000000ff , 0x0000003e 
- 00010821  0x000018ce branch  0x00002a33 , 0x00000002 
- 00010822  0x000018cf rtn 
- 00010823  0x000018d1 compare  0x00000003 , 0x00000002 , 0x00000003 
- 00010824  0x000018d2 nbranch  0x00002a33 , 0x00000001 
- 00010825  0x000018d3 branch  0x00002a3e 
- 00010826  0x000018d6 bpatch  0x00000097 , 0x00004012 
- 00010827  0x000018d7 arg  0x00000600 , 0x0000000b 
- 00010828  0x000018d8 branch  0x00002a33 
- 00010829  0x000018db disable  0x00000028 
- 00010830  0x000018dc branch  0x00002a4a 
- 00010831  0x000018df enable  0x00000028 
- 00010832  0x000018e0 branch  0x00002a4a 
- 00010833  0x000018e3 bpatch  0x00000098 , 0x00004013 
- 00010834  0x000018e4 call  0x000029f1 
- 00010835  0x000018e5 disable  0x00000021 
- 00010836  0x000018e6 enable  0x00000020 
- 00010837  0x000018e7 rtn 
- 00010838  0x000018ec bpatch  0x00000099 , 0x00004013 
- 00010839  0x000018ed arg  0x00000e43 , 0x0000000b 
- 00010840  0x000018ee until  0x00000023 , 0x00000026 
- 00010841  0x000018ef pulse  0x00000016 
- 00010842  0x000018f0 rtn 
- 00010843  0x000018f3 bpatch  0x0000009a , 0x00004013 
- 00010844  0x000018f4 arg  0x00000d00 , 0x0000000b 
- 00010845  0x000018f5 until  0x00000023 , 0x00000026 
- 00010846  0x000018f6 rtn 
- 00010847  0x000018fa bpatch  0x0000009b , 0x00004013 
- 00010848  0x000018fb arg  0x00000e43 , 0x0000000b 
- 00010849  0x000018fc until  0x00000029 , 0x00000026 
- 00010850  0x000018fd pulse  0x00000016 
- 00010851  0x000018fe rtn 
- 00010852  0x00001901 bpatch  0x0000009c , 0x00004013 
- 00010853  0x00001902 preload  0x00000009 
- 00010854  0x00001903 enable  0x0000001d 
- 00010855  0x00001904 set1  0x00000000 , 0x00000015 
- 00010856  0x00001905 inject  0x00000003 , 0x00000048 
- 00010857  0x00001906 disable  0x0000001d 
- 00010858  0x00001907 rtn 
- 00010859  0x0000190b copy  0x00000025 , 0x00000002 
- 00010860  0x0000190c or_into  0x00000060 , 0x00000002 
- 00010861  0x0000190d copy  0x00000002 , 0x0000000e 
- 00010862  0x0000190e rtn 
- 00010863  0x00001914 bpatch  0x0000009d , 0x00004013 
- 00010864  0x00001915 fetch  0x00000001 , 0x00004090 
- 00010865  0x00001916 increase  0x00000001 , 0x0000003f 
- 00010866  0x00001917 bne  0x00000007 , 0x00002a74 
- 00010867  0x00001918 force  0x00000001 , 0x0000003f 
- 00010868  0x0000191a store  0x00000001 , 0x00004090 
- 00010869  0x0000191b iforce  0x00000004 
- 00010870  0x0000191c rtn 
- 00010871  0x0000191f copy  0x00000019 , 0x00000002 
- 00010872  0x00001920 rtn  0x00000029 
- 00010873  0x00001921 copy  0x0000001a , 0x00000002 
- 00010874  0x00001922 rtn 
- 00010875  0x00001925 deposit  0x00000022 
- 00010876  0x00001926 rtn  0x00000029 
- 00010877  0x00001927 deposit  0x00000028 
- 00010878  0x00001928 rtn 
- 00010879  0x0000192c bpatch  0x0000009e , 0x00004013 
- 00010880  0x0000192d fetcht  0x00000004 , 0x0000004d 
- 00010881  0x0000192e call  0x00002a7b 
- 00010882  0x0000192f isub  0x00000002 , 0x0000000b 
- 00010883  0x00001930 deposit  0x0000000b 
- 00010884  0x00001931 fetcht  0x00000002 , 0x00000051 
- 00010885  0x00001932 lshift  0x00000002 , 0x00000002 
- 00010886  0x00001933 isub  0x00000002 , 0x0000003f 
- 00010887  0x00001934 rtn 
- 00010888  0x00001937 bpatch  0x0000009f , 0x00004013 
- 00010889  0x00001938 call  0x00002a7b 
- 00010890  0x00001939 store  0x00000004 , 0x0000004d 
- 00010891  0x0000193a rtn 
- 00010892  0x0000193d bpatch  0x000000a0 , 0x00004014 
- 00010893  0x0000193e branch  0x00002a8c 
- 00010894  0x00001941 branch  0x00002a8e 
- 00010895  0x00001944 rtn  0x00000034 
- 00010896  0x00001946 rshift  0x0000003f , 0x0000003f 
- 00010897  0x00001947 increase  0xfffffffd , 0x0000003f 
- 00010898  0x00001949 increase  0xffffffff , 0x0000003f 
- 00010899  0x0000194a nbranch  0x00002a92 , 0x00000005 
- 00010900  0x0000194b force  0x00000000 , 0x0000003f 
- 00010901  0x0000194c rtn 
- 00010902  0x00001952 arg  0x00000010 , 0x00000039 
- 00010903  0x00001953 arg  0x00000000 , 0x00000005 
- 00010904  0x00001954 call  0x00007ec6 
- 00010905  0x00001955 arg  0x0000043f , 0x00000005 
- 00010906  0x00001956 arg  0x0000000a , 0x00000039 
- 00010907  0x00001957 call  0x00007ec6 
- 00010908  0x00001958 jam  0x00000000 , 0x000009b2 
- 00010909  0x00001959 jam  0x00000000 , 0x00000a99 
- 00010910  0x0000195a jam  0x00000000 , 0x0000048c 
- 00010911  0x0000195b jam  0x00000000 , 0x0000017f 
- 00010912  0x0000195c jam  0x00000000 , 0x000004d1 
- 00010913  0x0000195d bpatch  0x000000a1 , 0x00004014 
- 00010914  0x0000195e jam  0x00000000 , 0x0000016d 
- 00010915  0x0000195f jam  0x00000000 , 0x00000151 
- 00010916  0x00001960 jam  0x00000000 , 0x0000015c 
- 00010917  0x00001961 setarg  0x009e8b33 
- 00010918  0x00001962 store  0x00000003 , 0x000040a7 
- 00010919  0x00001963 setarg  0x00000153 
- 00010920  0x00001964 store  0x00000002 , 0x00000083 
- 00010921  0x00001965 jam  0x0000001e , 0x00000085 
- 00010922  0x00001966 jam  0x00000001 , 0x00000086 
- 00010923  0x00001967 jam  0x00000007 , 0x00000088 
- 00010924  0x00001968 setarg  0x0012e904 
- 00010925  0x00001969 store  0x00000003 , 0x00000080 
- 00010926  0x0000196e jam  0x00000060 , 0x00000090 
- 00010927  0x0000196f jam  0x00000005 , 0x000040d0 
- 00010928  0x00001970 jam  0x00000002 , 0x00000014 
- 00010929  0x00001971 fetch  0x00000001 , 0x0000465a 
- 00010930  0x00001972 ncall  0x000074c1 , 0x00000034 
- 00010931  0x00001973 fetch  0x00000001 , 0x000044be 
- 00010932  0x00001974 ncall  0x00007518 , 0x00000034 
- 00010933  0x00001975 bpatch  0x000000a2 , 0x00004014 
- 00010934  0x00001976 rtn  0x0000002b 
- 00010935  0x00001977 setarg  0x00000000 
- 00010936  0x00001978 store  0x00000002 , 0x000041dc 
- 00010937  0x00001979 rshift  0x00000022 , 0x0000003f 
- 00010938  0x0000197a store  0x00000004 , 0x00004094 
- 00010939  0x0000197b rtn 
- 00010940  0x00001983 setarg  0x0000ee21 
- 00010941  0x00001984 hstore  0x00000002 , 0x00008050 
- 00010942  0x00001985 hfetch  0x00000004 , 0x0000811c 
- 00010943  0x00001986 store  0x00000004 , 0x00000abe 
- 00010944  0x00001987 hfetch  0x00000001 , 0x0000813e 
- 00010945  0x00001988 store  0x00000001 , 0x00000abd 
- 00010946  0x00001989 bbit0  0x00000003 , 0x0000645b 
- 00010947  0x0000198a enable  0x0000002b 
- 00010948  0x0000198b bbit0  0x00000007 , 0x00002acc 
- 00010949  0x0000198c disable  0x0000002b 
- 00010950  0x0000198d deposit  0x00000027 
- 00010951  0x0000198e nbranch  0x00002acc , 0x00000034 
- 00010952  0x0000198f hfetch  0x00000001 , 0x0000813b 
- 00010953  0x00001990 bbit1  0x00000002 , 0x00002acc 
- 00010954  0x00001991 arg  0xffffffff , 0x00000002 
- 00010955  0x00001992 branch  0x00002b3c 
- 00010956  0x00001994 hfetch  0x00000003 , 0x0000813c 
- 00010957  0x00001995 hstore  0x00000003 , 0x0000804c 
- 00010958  0x00001996 ifetch  0x00000001 , 0x00000006 
- 00010959  0x00001997 or_into  0x000000ef , 0x0000003f 
- 00010960  0x00001998 istore  0x00000001 , 0x00000005 
- 00010961  0x00001999 call  0x00002c23 
- 00010962  0x0000199a hfetch  0x00000001 , 0x0000804f 
- 00010963  0x0000199b set1  0x00000004 , 0x0000003f 
- 00010964  0x0000199c hstore  0x00000001 , 0x0000804f 
- 00010965  0x0000199d call  0x00002c23 
- 00010966  0x0000199e call  0x00002adf , 0x0000002b 
- 00010967  0x0000199f hfetch  0x00000001 , 0x0000804e 
- 00010968  0x000019a0 set0  0x00000003 , 0x0000003f 
- 00010969  0x000019a1 hstore  0x00000001 , 0x0000804e 
- 00010970  0x000019a2 call  0x00002c23 
- 00010971  0x000019a3 nbranch  0x0000645b , 0x0000002b 
- 00010972  0x000019a4 rtnmark0  0x0000002b 
- 00010973  0x000019a5 jam  0x00000008 , 0x00008006 
- 00010974  0x000019a6 rtn 
- 00010975  0x000019a9 fetch  0x00000001 , 0x00004198 
- 00010976  0x000019aa hstore  0x00000001 , 0x00008086 
- 00010977  0x000019ab fetch  0x00000003 , 0x0000418d 
- 00010978  0x000019ac hstore  0x00000003 , 0x00008080 
- 00010979  0x000019ad fetch  0x00000004 , 0x00004181 
- 00010980  0x000019ae hstore  0x00000004 , 0x00008074 
- 00010981  0x000019af fetch  0x00000004 , 0x0000417d 
- 00010982  0x000019b0 hstore  0x00000004 , 0x00008070 
- 00010983  0x000019b1 fetch  0x00000008 , 0x00004185 
- 00010984  0x000019b2 hstore  0x00000008 , 0x00008078 
- 00010985  0x000019b3 fetch  0x00000008 , 0x00004190 
- 00010986  0x000019b4 iforce  0x00000000 
- 00010987  0x000019b5 hfetch  0x00000008 , 0x00008140 
- 00010988  0x000019b6 store  0x00000008 , 0x000000a1 
- 00010989  0x000019b7 call  0x000064ca 
- 00010990  0x000019b8 rtn 
- 00010991  0x000019bb deposit  0x00000000 
- 00010992  0x000019bc store  0x00000008 , 0x00004190 
- 00010993  0x000019bd hfetch  0x00000008 , 0x00008070 
- 00010994  0x000019be store  0x00000008 , 0x0000417d 
- 00010995  0x000019bf ifetch  0x00000008 , 0x00000006 
- 00010996  0x000019c0 istore  0x00000008 , 0x00000005 
- 00010997  0x000019c1 hfetch  0x00000003 , 0x00008080 
- 00010998  0x000019c2 store  0x00000003 , 0x0000418d 
- 00010999  0x000019c3 hfetch  0x00000001 , 0x00008086 
- 00011000  0x000019c4 store  0x00000001 , 0x00004198 
- 00011001  0x000019c5 branch  0x00002c29 
- 00011002  0x000019c8 hfetch  0x00000001 , 0x00008063 
- 00011003  0x000019c9 nbranch  0x00002b00 , 0x00000034 
- 00011004  0x000019ca fetch  0x00000003 , 0x0000416f 
- 00011005  0x000019cb nrtn  0x00000034 
- 00011006  0x000019cc jam  0x000000c0 , 0x00008063 
- 00011007  0x000019cd jam  0x00000080 , 0x00008006 
- 00011008  0x000019cf hfetch  0x00000001 , 0x0000812d 
- 00011009  0x000019d0 rtnbit0  0x00000001 
- 00011010  0x000019d1 hfetch  0x00000003 , 0x00008149 
- 00011011  0x000019d2 store  0x00000003 , 0x0000416f 
- 00011012  0x000019d3 rtn 
- 00011013  0x000019d8 bpatch  0x000000a3 , 0x00004014 
- 00011014  0x000019d9 deposit  0x0000001a 
- 00011015  0x000019da call  0x00007f37 
- 00011016  0x000019db fetcht  0x00000004 , 0x0000415f 
- 00011017  0x000019dc sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00011018  0x000019dd rtn  0x00000002 
- 00011019  0x000019de lshift8  0x0000003f , 0x0000003f 
- 00011020  0x000019df lshift4  0x0000003f , 0x0000003f 
- 00011021  0x000019e0 idiv  0x00000002 
- 00011022  0x000019e1 call  0x00007f86 
- 00011023  0x000019e2 quotient  0x0000003f 
- 00011024  0x000019e3 arg  0x000000c8 , 0x00000002 
- 00011025  0x000019e4 call  0x00007f91 
- 00011026  0x000019e5 store  0x00000001 , 0x00000099 
- 00011027  0x000019e6 nbranch  0x00002b15 , 0x00000028 
- 00011028  0x000019e7 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00011029  0x000019e9 fetcht  0x00000003 , 0x0000416f 
- 00011030  0x000019ea iadd  0x00000002 , 0x0000003f 
- 00011031  0x000019eb store  0x00000003 , 0x0000416f 
- 00011032  0x000019ed setarg  0x00000000 
- 00011033  0x000019ee store  0x00000004 , 0x0000415f 
- 00011034  0x000019ef rtn 
- 00011035  0x000019f4 fetch  0x00000001 , 0x00004177 
- 00011036  0x000019f5 set1  0x00000002 , 0x0000003f 
- 00011037  0x000019f6 store  0x00000001 , 0x00004177 
- 00011038  0x000019f7 branch  0x00002b23 
- 00011039  0x000019fc arg  0xffffffff , 0x00000002 
- 00011040  0x000019fd fetch  0x00000001 , 0x00004176 
- 00011041  0x000019fe set0  0x00000007 , 0x0000003f 
- 00011042  0x000019ff store  0x00000001 , 0x00004176 
- 00011043  0x00001a01 bpatch  0x000000a4 , 0x00004014 
- 00011044  0x00001a02 call  0x00002c29 
- 00011045  0x00001a03 fetch  0x00000001 , 0x00004157 
- 00011046  0x00001a04 store  0x00000001 , 0x0000417c 
- 00011047  0x00001a05 fetch  0x00000001 , 0x0000417a 
- 00011048  0x00001a06 set1  0x00000007 , 0x0000003f 
- 00011049  0x00001a07 store  0x00000001 , 0x0000417a 
- 00011050  0x00001a0b bpatch  0x000000a5 , 0x00004014 
- 00011051  0x00001a0c call  0x000029e7 
- 00011052  0x00001a0d fetch  0x00000004 , 0x0000415f 
- 00011053  0x00001a0e iadd  0x00000002 , 0x0000003f 
- 00011054  0x00001a0f store  0x00000004 , 0x0000415f 
- 00011055  0x00001a10 call  0x00002aef 
- 00011056  0x00001a11 fetch  0x00000005 , 0x00004178 
- 00011057  0x00001a12 hstore  0x00000004 , 0x0000804c 
- 00011058  0x00001a13 rshift32  0x0000003f , 0x00000011 
- 00011059  0x00001a14 until  0x0000003e , 0x00000033 
- 00011060  0x00001a15 deposit  0x00000019 
- 00011061  0x00001a16 store  0x00000006 , 0x00004163 
- 00011062  0x00001a17 jam  0x00000002 , 0x00008005 
- 00011063  0x00001a18 until  0x0000003e , 0x00000033 
- 00011064  0x00001a19 until  0x0000003e , 0x00000033 
- 00011065  0x00001a1a deposit  0x00000011 
- 00011066  0x00001a1b hstore  0x00000001 , 0x0000804f 
- 00011067  0x00001a1c jam  0x00000002 , 0x00008005 
- 00011068  0x00001a1e until  0x0000003e , 0x00000033 
- 00011069  0x00001a1f until  0x0000003e , 0x00000033 
- 00011070  0x00001a20 hstoret  0x00000004 , 0x0000804c 
- 00011071  0x00001a21 jam  0x00000010 , 0x00008005 
- 00011072  0x00001a22 until  0x0000003e , 0x0000003f 
- 00011073  0x00001a28 bpatch  0x000000a6 , 0x00004014 
- 00011074  0x00001a29 setarg  0x00000000 
- 00011075  0x00001a2a copy  0x00000027 , 0x0000003e 
- 00011076  0x00001a2b branch  0x00002b4c , 0x00000005 
- 00011077  0x00001a2c hfetch  0x00000001 , 0x0000813c 
- 00011078  0x00001a2d hfetcht  0x00000001 , 0x0000813d 
- 00011079  0x00001a2e isub  0x00000002 , 0x0000003e 
- 00011080  0x00001a2f branch  0x00002b4a , 0x00000002 
- 00011081  0x00001a30 deposit  0x00000002 
- 00011082  0x00001a32 isub  0x00000027 , 0x0000003f 
- 00011083  0x00001a33 increase  0x00000001 , 0x0000003f 
- 00011084  0x00001a35 increase  0x00000008 , 0x0000003f 
- 00011085  0x00001a36 until  0x0000003e , 0x00000033 
- 00011086  0x00001a37 iadd  0x00000031 , 0x0000003f 
- 00011087  0x00001a38 fetcht  0x00000004 , 0x0000415b 
- 00011088  0x00001a39 iadd  0x00000002 , 0x0000003f 
- 00011089  0x00001a3a fetcht  0x00000003 , 0x0000416f 
- 00011090  0x00001a3b imul32  0x00000002 , 0x0000003f 
- 00011091  0x00001a3c rshift8  0x0000003f , 0x0000003f 
- 00011092  0x00001a3d rshift4  0x0000003f , 0x0000003f 
- 00011093  0x00001a3e increase  0x0000006e , 0x0000003f 
- 00011094  0x00001a3f arg  0x00000ea6 , 0x00000002 
- 00011095  0x00001a40 idiv  0x00000002 
- 00011096  0x00001a41 call  0x00007f86 
- 00011097  0x00001a42 quotient  0x0000003f 
- 00011098  0x00001a43 lshift16  0x0000003f , 0x0000003f 
- 00011099  0x00001a44 remainder  0x00000002 
- 00011100  0x00001a45 ior  0x00000002 , 0x0000003f 
- 00011101  0x00001a46 fetcht  0x00000006 , 0x00004163 
- 00011102  0x00001a47 call  0x00007f2c 
- 00011103  0x00001a48 copy  0x00000002 , 0x00000019 
- 00011104  0x00001a49 fetch  0x00000006 , 0x00004048 
- 00011105  0x00001a4a call  0x00002854 
- 00011106  0x00001a4b deposit  0x0000001a 
- 00011107  0x00001a4c store  0x00000006 , 0x00000a9a 
- 00011108  0x00001a4d deposit  0x00000027 
- 00011109  0x00001a4e istore  0x00000001 , 0x00000005 
- 00011110  0x00001a4f hfetch  0x00000001 , 0x0000811d 
- 00011111  0x00001a50 or_into  0x000000f0 , 0x0000003f 
- 00011112  0x00001a51 istore  0x00000001 , 0x00000005 
- 00011113  0x00001a52 rtn 
- 00011114  0x00001a55 bpatch  0x000000a7 , 0x00004014 
- 00011115  0x00001a56 call  0x00002afa 
- 00011116  0x00001a57 fetch  0x00000003 , 0x0000416f 
- 00011117  0x00001a58 rtn  0x00000034 
- 00011118  0x00001a59 fetch  0x00000001 , 0x00004091 
- 00011119  0x00001a5a rtn  0x00000034 
- 00011120  0x00001a5b fetch  0x00000001 , 0x0000465a 
- 00011121  0x00001a5c branch  0x00002b74 , 0x00000034 
- 00011122  0x00001a5d fetch  0x00000001 , 0x000045b1 
- 00011123  0x00001a5e rtn  0x00000034 
- 00011124  0x00001a60 fetch  0x00000001 , 0x000044c0 
- 00011125  0x00001a61 nrtn  0x00000034 
- 00011126  0x00001a62 call  0x00002c3a 
- 00011127  0x00001a63 nrtn  0x00000034 
- 00011128  0x00001a64 fetch  0x00000001 , 0x00004040 
- 00011129  0x00001a65 compare  0x00000003 , 0x0000003f , 0x00000007 
- 00011130  0x00001a66 nbranch  0x00002b9d , 0x00000001 
- 00011131  0x00001a67 fetch  0x00000002 , 0x00004042 
- 00011132  0x00001a68 rtn  0x00000034 
- 00011133  0x00001a69 rtn  0x0000002b 
- 00011134  0x00001a6a bpatch  0x000000a8 , 0x00004015 
- 00011135  0x00001a6c fetcht  0x00000001 , 0x000000a0 
- 00011136  0x00001a6d fetch  0x00000002 , 0x00004042 
- 00011137  0x00001a6e imul32  0x00000002 , 0x0000003f 
- 00011138  0x00001a6f rshift4  0x00000002 , 0x00000002 
- 00011139  0x00001a70 rshift2  0x00000002 , 0x00000002 
- 00011140  0x00001a71 isub  0x00000002 , 0x0000003f 
- 00011141  0x00001a72 fetcht  0x00000004 , 0x00004044 
- 00011142  0x00001a73 iadd  0x00000002 , 0x0000003f 
- 00011143  0x00001a74 fetcht  0x00000001 , 0x00004156 
- 00011144  0x00001a75 isub  0x00000002 , 0x0000003f 
- 00011145  0x00001a76 lshift16  0x0000003f , 0x00000030 
- 00011146  0x00001a77 bpatch  0x000000a9 , 0x00004015 
- 00011147  0x00001a78 fetch  0x00000002 , 0x0000404e 
- 00011148  0x00001a79 rshift  0x0000003f , 0x0000003f 
- 00011149  0x00001a7a call  0x00007f50 
- 00011150  0x00001a7b deposit  0x00000030 
- 00011151  0x00001a7c call  0x00007f39 
- 00011152  0x00001a7d copy  0x0000001a , 0x00000002 
- 00011153  0x00001a7e call  0x00007f37 
- 00011154  0x00001a7f rtn  0x00000028 
- 00011155  0x00001a81 call  0x00007f49 
- 00011156  0x00001a83 bpatch  0x000000aa , 0x00004015 
- 00011157  0x00001a84 fetch  0x00000001 , 0x00004178 
- 00011158  0x00001a85 isub  0x00000002 , 0x0000003e 
- 00011159  0x00001a86 branch  0x00002b18 , 0x00000002 
- 00011160  0x00001a87 storet  0x00000004 , 0x0000415b 
- 00011161  0x00001a88 call  0x00003328 
- 00011162  0x00001a89 call  0x000052fb 
- 00011163  0x00001a8a fetcht  0x00000004 , 0x0000415b 
- 00011164  0x00001a8b branch  0x00002b2a 
- 00011165  0x00001a8e bpatch  0x000000ab , 0x00004015 
- 00011166  0x00001a8f fetch  0x00000001 , 0x00004040 
- 00011167  0x00001a90 rtnbit1  0x00000000 
- 00011168  0x00001a91 rtnbit1  0x00000003 
- 00011169  0x00001a92 fetch  0x00000001 , 0x0000465a 
- 00011170  0x00001a93 branch  0x00002ba5 , 0x00000034 
- 00011171  0x00001a94 fetch  0x00000001 , 0x000045b1 
- 00011172  0x00001a95 rtn  0x00000034 
- 00011173  0x00001a97 bpatch  0x000000ac , 0x00004015 
- 00011174  0x00001a98 fetch  0x00000001 , 0x0000436e 
- 00011175  0x00001a99 nbranch  0x00002baa , 0x00000034 
- 00011176  0x00001a9a fetch  0x00000001 , 0x00004093 
- 00011177  0x00001a9b rtn  0x00000034 
- 00011178  0x00001a9d fetch  0x00000002 , 0x00004154 
- 00011179  0x00001a9e rtn  0x00000034 
- 00011180  0x00001aa0 fetcht  0x00000001 , 0x00004156 
- 00011181  0x00001aa1 isub  0x00000002 , 0x0000003f 
- 00011182  0x00001aa2 arg  0x00001d4c , 0x00000002 
- 00011183  0x00001aa3 imul32  0x00000002 , 0x0000003f 
- 00011184  0x00001aa4 branch  0x00002b93 
- 00011185  0x00001aa7 bpatch  0x000000ad , 0x00004015 
- 00011186  0x00001aa8 disable  0x0000002b 
- 00011187  0x00001aa9 fetch  0x00000001 , 0x00000030 
- 00011188  0x00001aaa rtnbit0  0x00000001 
- 00011189  0x00001aab nbranch  0x00002bd0 , 0x0000002d 
- 00011190  0x00001aac call  0x00002bcb 
- 00011191  0x00001aad fetch  0x00000002 , 0x000040c1 
- 00011192  0x00001aae store  0x00000002 , 0x0000003e 
- 00011193  0x00001aaf fetch  0x00000001 , 0x00000047 
- 00011194  0x00001ab0 bbit1  0x00000003 , 0x00002bde 
- 00011195  0x00001ab1 bmark0  0x0000000d , 0x00002bde 
- 00011196  0x00001ab2 call  0x00005274 
- 00011197  0x00001ab3 nbranch  0x00002bde , 0x00000034 
- 00011198  0x00001ab4 fetch  0x00000001 , 0x0000455c 
- 00011199  0x00001ab5 bbit1  0x00000001 , 0x00002bde 
- 00011200  0x00001ab7 jam  0x00000000 , 0x000000a0 
- 00011201  0x00001ab8 bmark0  0x0000000d , 0x00002bde 
- 00011202  0x00001ab9 fetch  0x00000001 , 0x00004174 
- 00011203  0x00001aba branch  0x00002be2 , 0x00000034 
- 00011204  0x00001abb increase  0xffffffff , 0x0000003f 
- 00011205  0x00001abc store  0x00000001 , 0x00004174 
- 00011206  0x00001abd rtn 
- 00011207  0x00001ac1 arg  0x00000001 , 0x00000007 
- 00011208  0x00001ac2 branch  0x000060cd 
- 00011209  0x00001ac5 arg  0x00000001 , 0x00000007 
- 00011210  0x00001ac6 branch  0x000060d1 
- 00011211  0x00001acb jam  0x00000000 , 0x00004159 
- 00011212  0x00001acc fetch  0x00000003 , 0x00004169 
- 00011213  0x00001acd increase  0x00000001 , 0x0000003f 
- 00011214  0x00001ace store  0x00000003 , 0x00004169 
- 00011215  0x00001acf rtn 
- 00011216  0x00001ad2 bpatch  0x000000ae , 0x00004015 
- 00011217  0x00001ad3 fetcht  0x00000002 , 0x000040c1 
- 00011218  0x00001ad4 rshift  0x00000002 , 0x00000002 
- 00011219  0x00001ad5 fetch  0x00000002 , 0x0000003e 
- 00011220  0x00001ad6 iadd  0x00000002 , 0x0000003f 
- 00011221  0x00001ad7 store  0x00000002 , 0x0000003e 
- 00011222  0x00001ad9 jam  0x00000000 , 0x000000a0 
- 00011223  0x00001ada fetch  0x00000003 , 0x0000416c 
- 00011224  0x00001adb increase  0x00000001 , 0x0000003f 
- 00011225  0x00001adc store  0x00000003 , 0x0000416c 
- 00011226  0x00001add fetch  0x00000001 , 0x00004159 
- 00011227  0x00001ade increase  0x00000001 , 0x0000003f 
- 00011228  0x00001adf store  0x00000001 , 0x00004159 
- 00011229  0x00001ae0 rtn 
- 00011230  0x00001ae3 jam  0x00000000 , 0x000000a0 
- 00011231  0x00001ae4 fetch  0x00000001 , 0x00004173 
- 00011232  0x00001ae5 store  0x00000001 , 0x00004174 
- 00011233  0x00001ae6 rtn 
- 00011234  0x00001ae9 fetcht  0x00000001 , 0x00004172 
- 00011235  0x00001aea storet  0x00000001 , 0x000000a0 
- 00011236  0x00001aeb rtn 
- 00011237  0x00001aee bpatch  0x000000af , 0x00004015 
- 00011238  0x00001aef fetch  0x00000001 , 0x00004178 
- 00011239  0x00001af0 nrtn  0x00000034 
- 00011240  0x00001af1 jam  0x00000006 , 0x00008042 
- 00011241  0x00001af2 setarg  0x00000f0c 
- 00011242  0x00001af3 call  0x00002c18 
- 00011243  0x00001af4 setarg  0x00030d40 
- 00011244  0x00001af5 call  0x00002a8f 
- 00011245  0x00001af6 until  0x0000003e , 0x00000033 
- 00011246  0x00001af7 copy  0x00000031 , 0x00000030 
- 00011247  0x00001af8 call  0x000029e7 
- 00011248  0x00001af9 jam  0x00000004 , 0x00008042 
- 00011249  0x00001afa nop  0x0000000a 
- 00011250  0x00001afb until  0x0000003e , 0x00000033 
- 00011251  0x00001afc deposit  0x00000031 
- 00011252  0x00001afd isub  0x00000030 , 0x0000003f 
- 00011253  0x00001afe increase  0x00000030 , 0x0000003f 
- 00011254  0x00001aff arg  0x000000ff , 0x00000002 
- 00011255  0x00001b00 call  0x00007f91 
- 00011256  0x00001b01 store  0x00000001 , 0x00004178 
- 00011257  0x00001b02 nop  0x00007530 
- 00011258  0x00001b03 nop  0x00007530 
- 00011259  0x00001b04 nop  0x00007530 
- 00011260  0x00001b05 rtn 
- 00011261  0x00001b08 fetch  0x00000001 , 0x00004178 
- 00011262  0x00001b09 nrtn  0x00000034 
- 00011263  0x00001b0a jam  0x000000ff , 0x00008044 
- 00011264  0x00001b0b jam  0x00000006 , 0x00008042 
- 00011265  0x00001b0c call  0x000029e7 
- 00011266  0x00001b0d setarg  0x000003e8 
- 00011267  0x00001b0e iadd  0x00000031 , 0x00000030 
- 00011268  0x00001b0f snooze 
- 00011269  0x00001b10 deposit  0x00000031 
- 00011270  0x00001b11 nop  0x00002ee0 
- 00011271  0x00001b12 nop  0x00002ee0 
- 00011272  0x00001b13 nop  0x00002ee0 
- 00011273  0x00001b14 nop  0x00002ee0 
- 00011274  0x00001b15 nop  0x00002ee0 
- 00011275  0x00001b16 nop  0x00002ee0 
- 00011276  0x00001b17 nop  0x00002ee0 
- 00011277  0x00001b18 nop  0x00002ee0 
- 00011278  0x00001b19 nop  0x00002ee0 
- 00011279  0x00001b1a isub  0x00000030 , 0x0000003f 
- 00011280  0x00001b1b add  0x0000003f , 0x00000030 , 0x0000003f 
- 00011281  0x00001b1c arg  0x000000ff , 0x00000002 
- 00011282  0x00001b1d call  0x00007f91 
- 00011283  0x00001b1e store  0x00000001 , 0x00004178 
- 00011284  0x00001b1f nop  0x00007530 
- 00011285  0x00001b20 nop  0x00007530 
- 00011286  0x00001b21 nop  0x00007530 
- 00011287  0x00001b22 rtn 
- 00011288  0x00001b28 arg  0x00000fff , 0x00000005 
- 00011289  0x00001b29 iand  0x00000005 , 0x00000005 
- 00011290  0x00001b2a fetch  0x00000001 , 0x00004175 
- 00011291  0x00001b2b and_into  0x000000f0 , 0x0000003f 
- 00011292  0x00001b2c lshift8  0x0000003f , 0x0000003f 
- 00011293  0x00001b2d ior  0x00000005 , 0x0000003f 
- 00011294  0x00001b2e hstore  0x00000002 , 0x0000804c 
- 00011295  0x00001b2f ifetch  0x00000002 , 0x00000006 
- 00011296  0x00001b30 istore  0x00000002 , 0x00000005 
- 00011297  0x00001b33 setarg  0x00000001 
- 00011298  0x00001b34 branch  0x00002c24 
- 00011299  0x00001b37 setarg  0x00000002 
- 00011300  0x00001b39 until  0x0000003e , 0x00000033 
- 00011301  0x00001b3a hstore  0x00000001 , 0x00008005 
- 00011302  0x00001b3b until  0x0000003e , 0x00000033 
- 00011303  0x00001b3c until  0x0000003e , 0x00000033 
- 00011304  0x00001b3d rtn 
- 00011305  0x00001b41 bpatch  0x000000b0 , 0x00004016 
- 00011306  0x00001b42 fetch  0x00000004 , 0x000000a1 
- 00011307  0x00001b43 hstore  0x00000004 , 0x0000804c 
- 00011308  0x00001b44 setarg  0x00000004 
- 00011309  0x00001b45 call  0x00002c24 
- 00011310  0x00001b46 fetch  0x00000004 , 0x000000a5 
- 00011311  0x00001b47 hstore  0x00000004 , 0x0000804c 
- 00011312  0x00001b48 setarg  0x00000008 
- 00011313  0x00001b49 branch  0x00002c24 
- 00011314  0x00001b4c fetch  0x00000002 , 0x00004152 
- 00011315  0x00001b4d qset1  0x0000003f 
- 00011316  0x00001b4e store  0x00000002 , 0x00004152 
- 00011317  0x00001b4f rtn 
- 00011318  0x00001b52 fetch  0x00000002 , 0x00004152 
- 00011319  0x00001b53 qset0  0x0000003f 
- 00011320  0x00001b54 store  0x00000002 , 0x00004152 
- 00011321  0x00001b55 rtn 
- 00011322  0x00001b5a bpatch  0x000000b1 , 0x00004016 
- 00011323  0x00001b5b call  0x00003326 
- 00011324  0x00001b5c fetch  0x00000002 , 0x00004152 
- 00011325  0x00001b5d copy  0x0000003f , 0x00000011 
- 00011326  0x00001b5e fetch  0x00000001 , 0x0000004c 
- 00011327  0x00001b5f isolate1  0x00000006 , 0x0000003f 
- 00011328  0x00001b60 setflag  0x00000001 , 0x0000000b , 0x00000011 
- 00011329  0x00001b61 fetch  0x00000001 , 0x00000078 
- 00011330  0x00001b62 fetcht  0x00000001 , 0x0000007c 
- 00011331  0x00001b63 iadd  0x00000002 , 0x0000003f 
- 00011332  0x00001b64 fetcht  0x00000001 , 0x00000048 
- 00011333  0x00001b65 iadd  0x00000002 , 0x0000003f 
- 00011334  0x00001b66 nsetflag  0x00000034 , 0x0000000a , 0x00000011 
- 00011335  0x00001b67 fetch  0x00000001 , 0x000044ff 
- 00011336  0x00001b68 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
- 00011337  0x00001b69 fetch  0x00000002 , 0x0000025d 
- 00011338  0x00001b6a fetcht  0x00000002 , 0x0000025f 
- 00011339  0x00001b6b iadd  0x00000002 , 0x0000003f 
- 00011340  0x00001b6c nsetflag  0x00000034 , 0x0000000d , 0x00000011 
- 00011341  0x00001b6d fetch  0x00000008 , 0x00004668 
- 00011342  0x00001b6e nsetflag  0x00000034 , 0x0000000f , 0x00000011 
- 00011343  0x00001b6f fetch  0x00000008 , 0x00004670 
- 00011344  0x00001b70 nsetflag  0x00000034 , 0x0000000e , 0x00000011 
- 00011345  0x00001b71 fetch  0x00000001 , 0x000041ce 
- 00011346  0x00001b72 nsetflag  0x00000034 , 0x00000008 , 0x00000011 
- 00011347  0x00001b73 fetch  0x00000001 , 0x00004092 
- 00011348  0x00001b74 compare  0x0000000a , 0x0000003f , 0x000000ff 
- 00011349  0x00001b75 call  0x00002c5b , 0x00000001 
- 00011350  0x00001b76 setarg  0xfffffff8 
- 00011351  0x00001b77 iand  0x00000011 , 0x00000011 
- 00011352  0x00001b78 copy  0x00000011 , 0x0000003f 
- 00011353  0x00001b79 store  0x00000002 , 0x00004152 
- 00011354  0x00001b7a rtn 
- 00011355  0x00001b7d hfetch  0x00000002 , 0x00008112 
- 00011356  0x00001b7e nsetflag  0x00000034 , 0x00000006 , 0x00000011 
- 00011357  0x00001b7f hfetch  0x00000002 , 0x0000810e 
- 00011358  0x00001b80 nsetflag  0x00000034 , 0x00000005 , 0x00000011 
- 00011359  0x00001b81 rtn 
- 00011360  0x00001b84 hfetch  0x00000004 , 0x00008138 
- 00011361  0x00001b85 set0  0x0000001b , 0x0000003f 
- 00011362  0x00001b86 hstore  0x00000004 , 0x0000804c 
- 00011363  0x00001b87 call  0x00002c21 
- 00011364  0x00001b88 branch  0x00002a8c 
- 00011365  0x00001b8b hfetch  0x00000004 , 0x0000813c 
- 00011366  0x00001b8c set0  0x00000014 , 0x0000003f 
- 00011367  0x00001b8d hstore  0x00000004 , 0x0000804c 
- 00011368  0x00001b8e branch  0x00002c23 
- 00011369  0x00001b91 fetch  0x00000002 , 0x00004150 
- 00011370  0x00001b92 bbit1  0x00000000 , 0x00002a8c 
- 00011371  0x00001b93 rtn 
- 00011372  0x00001b95 fetch  0x00000002 , 0x00004150 
- 00011373  0x00001b96 bbit1  0x00000001 , 0x00002a8c 
- 00011374  0x00001b97 rtn 
- 00011375  0x00001b99 fetch  0x00000002 , 0x00004150 
- 00011376  0x00001b9a bbit1  0x00000002 , 0x00002a8c 
- 00011377  0x00001b9b rtn 
- 00011378  0x00001bd9 bpatch  0x000000b2 , 0x00004016 
- 00011379  0x00001bda call  0x00002c7a 
- 00011380  0x00001bdb add  0x00000013 , 0x000000cd , 0x00000012 
- 00011381  0x00001bdc ifetch  0x00000001 , 0x00000012 
- 00011382  0x00001bde rtneq  0x00000000 
- 00011383  0x00001bdf beq  0x00000001 , 0x00002d06 
- 00011384  0x00001be0 beq  0x00000002 , 0x00002c7f 
- 00011385  0x00001be1 rtn 
- 00011386  0x00001be4 fetcht  0x00000002 , 0x00004241 
- 00011387  0x00001be5 copy  0x00000002 , 0x00000013 
- 00011388  0x00001be6 rtn 
- 00011389  0x00001be9 call  0x00002f3d 
- 00011390  0x00001bea branch  0x0000307d 
- 00011391  0x00001bed call  0x00003084 
- 00011392  0x00001bee call  0x0000305a 
- 00011393  0x00001bef call  0x0000305e 
- 00011394  0x00001bf0 branch  0x000030a2 
- 00011395  0x00001bf6 call  0x00003231 
- 00011396  0x00001bf7 setarg  0x0000004e 
- 00011397  0x00001bf8 call  0x0000322f 
- 00011398  0x00001bf9 call  0x000032ba 
- 00011399  0x00001bfc add  0x00000013 , 0x00000092 , 0x00000011 
- 00011400  0x00001bfd ifetch  0x00000004 , 0x00000011 
- 00011401  0x00001bfe branch  0x0000322c 
- 00011402  0x00001c01 call  0x00002c7a 
- 00011403  0x00001c02 add  0x00000013 , 0x00000091 , 0x00000012 
- 00011404  0x00001c03 ifetcht  0x00000001 , 0x00000012 
- 00011405  0x00001c05 call  0x00002c90 
- 00011406  0x00001c06 add  0x00000013 , 0x00000091 , 0x00000005 
- 00011407  0x00001c08 branch  0x00002e56 
- 00011408  0x00001c0b call  0x00002c94 
- 00011409  0x00001c0c increase  0x00000001 , 0x00000002 
- 00011410  0x00001c0d and_into  0x00000003 , 0x00000002 
- 00011411  0x00001c0e rtn 
- 00011412  0x00001c11 add  0x00000013 , 0x000000ae , 0x00000012 
- 00011413  0x00001c12 ifetch  0x00000001 , 0x00000012 
- 00011414  0x00001c14 and_into  0x00000003 , 0x0000003f 
- 00011415  0x00001c15 mul32  0x0000003f , 0x00000004 , 0x00000011 
- 00011416  0x00001c16 add  0x00000013 , 0x00000097 , 0x0000003f 
- 00011417  0x00001c18 iadd  0x00000011 , 0x0000003f 
- 00011418  0x00001c19 iadd  0x00000002 , 0x00000006 
- 00011419  0x00001c1a ifetch  0x00000001 , 0x00000006 
- 00011420  0x00001c1c branch  0x0000322f 
- 00011421  0x00001c1f call  0x0000326c 
- 00011422  0x00001c20 call  0x0000666a 
- 00011423  0x00001c21 setarg  0x000007e2 
- 00011424  0x00001c22 arg  0x00000aa2 , 0x00000011 
- 00011425  0x00001c23 arg  0x00000004 , 0x00000002 
- 00011426  0x00001c24 call  0x000066b3 
- 00011427  0x00001c25 call  0x0000666d 
- 00011428  0x00001c26 fetch  0x00000004 , 0x00000aa2 
- 00011429  0x00001c27 call  0x00003227 
- 00011430  0x00001c29 nrtn  0x00000034 
- 00011431  0x00001c2a fetch  0x00000004 , 0x000040a0 
- 00011432  0x00001c2c branch  0x00003227 
- 00011433  0x00001c2f call  0x00003241 
- 00011434  0x00001c31 setarg  0x00000000 
- 00011435  0x00001c32 call  0x0000323f 
- 00011436  0x00001c35 call  0x0000323a 
- 00011437  0x00001c37 and_into  0x00000007 , 0x0000003f 
- 00011438  0x00001c39 branch  0x0000323c 
- 00011439  0x00001c3c call  0x0000323a 
- 00011440  0x00001c3e set1  0x00000004 , 0x0000003f 
- 00011441  0x00001c3f call  0x0000323c 
- 00011442  0x00001c42 branch  0x00003235 
- 00011443  0x00001c45 call  0x0000325d 
- 00011444  0x00001c47 beq  0x00000001 , 0x00002cb7 
- 00011445  0x00001c48 beq  0x00000002 , 0x00002cbc 
- 00011446  0x00001c49 rtn 
- 00011447  0x00001c4c call  0x0000323e 
- 00011448  0x00001c4f add  0x00000013 , 0x000000d1 , 0x00000005 
- 00011449  0x00001c50 call  0x000032d6 
- 00011450  0x00001c52 call  0x00003242 
- 00011451  0x00001c54 branch  0x00002cac 
- 00011452  0x00001c57 call  0x0000325a 
- 00011453  0x00001c59 branch  0x00002cb8 
- 00011454  0x00001c5c add  0x00000013 , 0x0000008c , 0x00000011 
- 00011455  0x00001c5d ifetch  0x00000001 , 0x00000011 
- 00011456  0x00001c5f increase  0x00000001 , 0x0000003f 
- 00011457  0x00001c60 add  0x00000013 , 0x0000008c , 0x00000005 
- 00011458  0x00001c61 istore  0x00000001 , 0x00000005 
- 00011459  0x00001c63 beq  0x00000020 , 0x00002dd2 
- 00011460  0x00001c64 call  0x00003258 
- 00011461  0x00001c66 beq  0x00000001 , 0x00002cca 
- 00011462  0x00001c67 setarg  0x00000001 
- 00011463  0x00001c68 call  0x0000325b 
- 00011464  0x00001c6b call  0x00003258 
- 00011465  0x00001c6d bne  0x00000001 , 0x00002cac 
- 00011466  0x00001c6f add  0x00000013 , 0x000000d3 , 0x00000011 
- 00011467  0x00001c70 ifetch  0x00000001 , 0x00000011 
- 00011468  0x00001c72 increase  0x00000001 , 0x0000003f 
- 00011469  0x00001c73 call  0x00002cd5 
- 00011470  0x00001c75 beq  0x00000004 , 0x00002cd2 
- 00011471  0x00001c76 call  0x00002c8a 
- 00011472  0x00001c77 call  0x00002d04 
- 00011473  0x00001c79 branch  0x00002d8f 
- 00011474  0x00001c7c call  0x00002cd4 
- 00011475  0x00001c7e branch  0x00002cac 
- 00011476  0x00001c81 setarg  0x00000000 
- 00011477  0x00001c83 add  0x00000013 , 0x000000d3 , 0x00000005 
- 00011478  0x00001c84 branch  0x000032b4 
- 00011479  0x00001c87 call  0x0000323e 
- 00011480  0x00001c8a call  0x0000325a 
- 00011481  0x00001c8c call  0x00003241 
- 00011482  0x00001c8e branch  0x00002cac 
- 00011483  0x00001c91 call  0x0000325d 
- 00011484  0x00001c93 beq  0x00000003 , 0x00002cd8 
- 00011485  0x00001c94 call  0x0000323a 
- 00011486  0x00001c96 isolate0  0x00000004 , 0x0000003f 
- 00011487  0x00001c97 branch  0x00002ca9 , 0x00000001 
- 00011488  0x00001c98 call  0x0000325d 
- 00011489  0x00001c9a beq  0x00000001 , 0x00002cd7 
- 00011490  0x00001c9b beq  0x00000002 , 0x00002cd8 
- 00011491  0x00001c9c rtn 
- 00011492  0x00001c9f call  0x00003253 
- 00011493  0x00001ca1 rtnne  0x000000ff 
- 00011494  0x00001ca2 call  0x00002ce9 
- 00011495  0x00001ca3 ncall  0x00002cf4 , 0x0000002c 
- 00011496  0x00001ca4 rtn 
- 00011497  0x00001ca7 disable  0x0000002c 
- 00011498  0x00001ca8 add  0x00000013 , 0x000000ce , 0x00000011 
- 00011499  0x00001ca9 ifetch  0x00000001 , 0x00000011 
- 00011500  0x00001cab rtnne  0x00000001 
- 00011501  0x00001cac add  0x00000013 , 0x000000d0 , 0x00000011 
- 00011502  0x00001cad ifetch  0x00000001 , 0x00000011 
- 00011503  0x00001caf rtnne  0x00000000 
- 00011504  0x00001cb0 setarg  0x00000001 
- 00011505  0x00001cb1 call  0x00002cfd 
- 00011506  0x00001cb3 call  0x00003237 
- 00011507  0x00001cb5 branch  0x00007feb 
- 00011508  0x00001cb8 add  0x00000013 , 0x000000d0 , 0x00000011 
- 00011509  0x00001cb9 ifetch  0x00000001 , 0x00000011 
- 00011510  0x00001cbb branch  0x00002cff , 0x00000034 
- 00011511  0x00001cbc increase  0xffffffff , 0x0000003f 
- 00011512  0x00001cbd call  0x0000323f 
- 00011513  0x00001cbf setarg  0x00000002 
- 00011514  0x00001cc0 call  0x00002cfd 
- 00011515  0x00001cc2 call  0x00002c8a 
- 00011516  0x00001cc4 branch  0x00003237 
- 00011517  0x00001cc7 add  0x00000013 , 0x000000d2 , 0x00000005 
- 00011518  0x00001cc8 branch  0x000032b4 
- 00011519  0x00001ccc setarg  0x00000003 
- 00011520  0x00001ccd call  0x00002cfd 
- 00011521  0x00001ccf call  0x00003258 
- 00011522  0x00001cd1 nbranch  0x00002cc8 , 0x00000034 
- 00011523  0x00001cd2 call  0x00002c8a 
- 00011524  0x00001cd5 setarg  0x00000002 
- 00011525  0x00001cd6 branch  0x00003238 
- 00011526  0x00001cd9 rtnmark0  0x00000026 
- 00011527  0x00001cda set1  0x00000027 , 0x00000000 
- 00011528  0x00001cdb bpatch  0x000000b3 , 0x00004016 
- 00011529  0x00001cdc add  0x00000013 , 0x0000008e , 0x00000011 
- 00011530  0x00001cdd ifetch  0x00000001 , 0x00000011 
- 00011531  0x00001cdf beq  0x00000001 , 0x00002d0f 
- 00011532  0x00001ce0 call  0x0000306a 
- 00011533  0x00001ce1 nbranch  0x00002d16 , 0x00000028 
- 00011534  0x00001ce2 call  0x00002d1b 
- 00011535  0x00001ce4 add  0x00000013 , 0x0000008e , 0x00000005 
- 00011536  0x00001ce5 call  0x000032d6 
- 00011537  0x00001ce7 call  0x00002d2c 
- 00011538  0x00001ce8 nbranch  0x00002d7d , 0x00000028 
- 00011539  0x00001ce9 call  0x00002ce4 
- 00011540  0x00001ceb call  0x00002d8f 
- 00011541  0x00001cec call  0x00002e7a 
- 00011542  0x00001cee set0  0x00000027 , 0x00000000 
- 00011543  0x00001cef rtn 
- 00011544  0x00001cf2 rtn  0x00000005 
- 00011545  0x00001cf3 set1  0x0000001c , 0x0000003f 
- 00011546  0x00001cf4 rtn 
- 00011547  0x00001cf7 add  0x00000013 , 0x000000c2 , 0x00000011 
- 00011548  0x00001cf8 ifetch  0x00000001 , 0x00000011 
- 00011549  0x00001cfa increase  0x00000001 , 0x0000003f 
- 00011550  0x00001cfb add  0x00000013 , 0x000000c2 , 0x00000005 
- 00011551  0x00001cfc istore  0x00000001 , 0x00000005 
- 00011552  0x00001cfe beq  0x00000004 , 0x00002d23 
- 00011553  0x00001cff beq  0x00000005 , 0x00002d27 
- 00011554  0x00001d00 rtn 
- 00011555  0x00001d02 add  0x00000013 , 0x000000ad , 0x00000011 
- 00011556  0x00001d03 ifetch  0x00000001 , 0x00000011 
- 00011557  0x00001d07 add  0x00000013 , 0x000000ab , 0x00000005 
- 00011558  0x00001d08 branch  0x000032b4 
- 00011559  0x00001d0b add  0x00000013 , 0x000000c2 , 0x00000005 
- 00011560  0x00001d0c call  0x000032d6 
- 00011561  0x00001d0e add  0x00000013 , 0x000000ac , 0x00000011 
- 00011562  0x00001d0f ifetch  0x00000001 , 0x00000011 
- 00011563  0x00001d11 branch  0x00002d25 
- 00011564  0x00001d14 call  0x00003253 
- 00011565  0x00001d16 bne  0x000000ff , 0x00002eb1 
- 00011566  0x00001d17 bpatch  0x000000b4 , 0x00004016 
- 00011567  0x00001d18 call  0x00002d3a 
- 00011568  0x00001d19 nbranch  0x00002d36 , 0x00000028 
- 00011569  0x00001d1a call  0x00002d53 
- 00011570  0x00001d1b call  0x00002e71 
- 00011571  0x00001d1e setarg  0x00000001 
- 00011572  0x00001d20 add  0x00000013 , 0x0000008b , 0x00000005 
- 00011573  0x00001d21 branch  0x000032b4 
- 00011574  0x00001d24 add  0x00000013 , 0x0000008b , 0x00000011 
- 00011575  0x00001d25 ifetch  0x00000001 , 0x00000011 
- 00011576  0x00001d27 beq  0x00000001 , 0x00007fe7 
- 00011577  0x00001d28 rtn 
- 00011578  0x00001d2c add  0x00000013 , 0x000000d8 , 0x00000002 
- 00011579  0x00001d2d ifetch  0x00000002 , 0x00000002 
- 00011580  0x00001d2f call  0x00007f9c 
- 00011581  0x00001d30 nrtn  0x00000028 
- 00011582  0x00001d31 copy  0x00000011 , 0x0000003f 
- 00011583  0x00001d32 store  0x00000001 , 0x00000aae 
- 00011584  0x00001d33 add  0x00000013 , 0x000000b2 , 0x00000005 
- 00011585  0x00001d34 call  0x000032d6 
- 00011586  0x00001d36 call  0x00002cac 
- 00011587  0x00001d37 store  0x00000001 , 0x0000119e 
- 00011588  0x00001d38 fetch  0x00000001 , 0x00000aae 
- 00011589  0x00001d39 copy  0x0000003f , 0x00000011 
- 00011590  0x00001d3a add  0x00000011 , 0x00000001 , 0x00000002 
- 00011591  0x00001d3b arg  0x0000119f , 0x00000005 
- 00011592  0x00001d3c copy  0x00000011 , 0x00000039 
- 00011593  0x00001d3d copy  0x00000012 , 0x00000006 
- 00011594  0x00001d3e call  0x00007f01 
- 00011595  0x00001d3f arg  0x0000119e , 0x00000011 
- 00011596  0x00001d41 rtnmark0  0x00000027 
- 00011597  0x00001d42 add  0x00000013 , 0x00000086 , 0x00000005 
- 00011598  0x00001d43 istoret  0x00000001 , 0x00000005 
- 00011599  0x00001d45 copy  0x00000002 , 0x00000039 
- 00011600  0x00001d46 add  0x00000013 , 0x00000022 , 0x00000005 
- 00011601  0x00001d48 copy  0x00000011 , 0x00000006 
- 00011602  0x00001d49 branch  0x00007f01 
- 00011603  0x00001d4d add  0x00000013 , 0x00000086 , 0x00000011 
- 00011604  0x00001d4e ifetch  0x00000001 , 0x00000011 
- 00011605  0x00001d50 increase  0x00000002 , 0x0000003f 
- 00011606  0x00001d51 add  0x00000013 , 0x00000088 , 0x00000005 
- 00011607  0x00001d52 istore  0x00000001 , 0x00000005 
- 00011608  0x00001d55 call  0x0000323a 
- 00011609  0x00001d57 call  0x00003235 
- 00011610  0x00001d5a add  0x00000013 , 0x00000086 , 0x00000011 
- 00011611  0x00001d5b ifetch  0x00000001 , 0x00000011 
- 00011612  0x00001d5d lshift3  0x0000003f , 0x0000003f 
- 00011613  0x00001d5e add  0x00000013 , 0x00000085 , 0x00000011 
- 00011614  0x00001d5f ifetcht  0x00000001 , 0x00000011 
- 00011615  0x00001d61 and  0x00000002 , 0x00000003 , 0x00000002 
- 00011616  0x00001d62 lshift  0x00000002 , 0x00000002 
- 00011617  0x00001d63 ior  0x00000002 , 0x0000003f 
- 00011618  0x00001d64 add  0x00000013 , 0x000000c3 , 0x00000011 
- 00011619  0x00001d65 ifetcht  0x00000001 , 0x00000011 
- 00011620  0x00001d67 iadd  0x00000002 , 0x0000003f 
- 00011621  0x00001d68 istore  0x00000001 , 0x00000005 
- 00011622  0x00001d6a add  0x00000013 , 0x00000086 , 0x00000011 
- 00011623  0x00001d6b ifetch  0x00000001 , 0x00000011 
- 00011624  0x00001d6d iforce  0x00000039 
- 00011625  0x00001d6e add  0x00000013 , 0x00000022 , 0x00000006 
- 00011626  0x00001d70 branch  0x00007f01 
- 00011627  0x00001d73 call  0x0000324f 
- 00011628  0x00001d75 call  0x0000325a 
- 00011629  0x00001d77 call  0x00002e6d 
- 00011630  0x00001d78 call  0x00002cac 
- 00011631  0x00001d79 store  0x00000001 , 0x0000119e 
- 00011632  0x00001d7a call  0x00002d77 
- 00011633  0x00001d7b call  0x0000323a 
- 00011634  0x00001d7d set1  0x00000003 , 0x0000003f 
- 00011635  0x00001d7e call  0x0000323c 
- 00011636  0x00001d80 call  0x00002d53 
- 00011637  0x00001d81 call  0x00002d33 
- 00011638  0x00001d82 branch  0x00002d14 
- 00011639  0x00001d85 store  0x00000001 , 0x0000119f 
- 00011640  0x00001d86 call  0x00003224 
- 00011641  0x00001d88 store  0x00000004 , 0x000011a0 
- 00011642  0x00001d89 arg  0x00000006 , 0x00000002 
- 00011643  0x00001d8a arg  0x0000119e , 0x00000011 
- 00011644  0x00001d8b branch  0x00002d4c 
- 00011645  0x00001d8e add  0x00000013 , 0x000000b2 , 0x00000011 
- 00011646  0x00001d8f ifetch  0x00000001 , 0x00000011 
- 00011647  0x00001d91 branch  0x00002d6b , 0x00000034 
- 00011648  0x00001d94 add  0x00000013 , 0x000000da , 0x00000011 
- 00011649  0x00001d95 ifetch  0x00000002 , 0x00000011 
- 00011650  0x00001d97 branch  0x00007f9c 
- 00011651  0x00001d9a call  0x00002c7a 
- 00011652  0x00001d9c call  0x00002afa 
- 00011653  0x00001d9d fetch  0x00000003 , 0x0000416f 
- 00011654  0x00001d9e rtn  0x00000034 
- 00011655  0x00001d9f add  0x00000013 , 0x000000dc , 0x00000002 
- 00011656  0x00001da0 ifetch  0x00000002 , 0x00000002 
- 00011657  0x00001da2 call  0x00007f9c 
- 00011658  0x00001da3 add  0x00000013 , 0x000000b6 , 0x00000002 
- 00011659  0x00001da4 ifetch  0x00000008 , 0x00000002 
- 00011660  0x00001da5 call  0x00007f49 
- 00011661  0x00001da6 storet  0x00000004 , 0x0000415b 
- 00011662  0x00001da7 branch  0x00002b2a 
- 00011663  0x00001daa call  0x00002c7a 
- 00011664  0x00001dab add  0x00000013 , 0x0000008f , 0x00000005 
- 00011665  0x00001dac call  0x000032d6 
- 00011666  0x00001daf call  0x00002da4 
- 00011667  0x00001db0 nbranch  0x00002dae , 0x00000018 
- 00011668  0x00001db1 nbranch  0x00002dae , 0x0000002f 
- 00011669  0x00001db2 call  0x00002dd6 
- 00011670  0x00001db3 call  0x00002e75 
- 00011671  0x00001db5 call  0x00002c7a 
- 00011672  0x00001db6 add  0x00000013 , 0x00000085 , 0x00000011 
- 00011673  0x00001db7 ifetch  0x00000001 , 0x00000011 
- 00011674  0x00001db9 increase  0x00000001 , 0x0000003f 
- 00011675  0x00001dba call  0x00003232 
- 00011676  0x00001dbc call  0x00003253 
- 00011677  0x00001dbe bne  0x000000ff , 0x00002ed0 
- 00011678  0x00001dbf call  0x00002cdb 
- 00011679  0x00001dc1 setarg  0x00000000 
- 00011680  0x00001dc2 add  0x00000013 , 0x0000008c , 0x00000005 
- 00011681  0x00001dc3 istore  0x00000002 , 0x00000005 
- 00011682  0x00001dc7 setarg  0x00000000 
- 00011683  0x00001dc8 branch  0x00002d34 
- 00011684  0x00001dcc disable  0x0000002f 
- 00011685  0x00001dcd call  0x00002df7 
- 00011686  0x00001dce call  0x00002c7a 
- 00011687  0x00001dcf add  0x00000013 , 0x000000c3 , 0x00000011 
- 00011688  0x00001dd0 ifetch  0x00000001 , 0x00000011 
- 00011689  0x00001dd2 beq  0x00000001 , 0x00002dac 
- 00011690  0x00001dd3 call  0x00002e11 
- 00011691  0x00001dd4 branch  0x00002e45 
- 00011692  0x00001dd6 call  0x00002e45 
- 00011693  0x00001dd7 branch  0x00002d97 
- 00011694  0x00001ddb bpatch  0x000000b5 , 0x00004016 
- 00011695  0x00001ddc add  0x00000013 , 0x0000008d , 0x00000011 
- 00011696  0x00001ddd ifetch  0x00000001 , 0x00000011 
- 00011697  0x00001ddf increase  0x00000001 , 0x0000003f 
- 00011698  0x00001de0 add  0x00000013 , 0x0000008d , 0x00000005 
- 00011699  0x00001de1 istore  0x00000001 , 0x00000005 
- 00011700  0x00001de3 call  0x00003253 
- 00011701  0x00001de5 bne  0x000000ff , 0x00002dcc 
- 00011702  0x00001de6 add  0x00000013 , 0x0000008f , 0x00000011 
- 00011703  0x00001de7 ifetcht  0x00000001 , 0x00000011 
- 00011704  0x00001de9 increase  0x00000001 , 0x00000002 
- 00011705  0x00001dea add  0x00000013 , 0x0000008f , 0x00000005 
- 00011706  0x00001deb istoret  0x00000001 , 0x00000005 
- 00011707  0x00001ded add  0x00000013 , 0x000000cc , 0x00000011 
- 00011708  0x00001dee ifetch  0x00000001 , 0x00000011 
- 00011709  0x00001df0 isub  0x00000002 , 0x0000003f 
- 00011710  0x00001df1 nbranch  0x00002d92 , 0x00000034 
- 00011711  0x00001df2 bpatch  0x000000b6 , 0x00004016 
- 00011712  0x00001df3 call  0x0000325d 
- 00011713  0x00001df5 beq  0x00000003 , 0x00002cbe 
- 00011714  0x00001df6 add  0x00000013 , 0x000000d1 , 0x00000011 
- 00011715  0x00001df7 ifetch  0x00000001 , 0x00000011 
- 00011716  0x00001df9 increase  0x00000001 , 0x0000003f 
- 00011717  0x00001dfa add  0x00000013 , 0x000000d1 , 0x00000005 
- 00011718  0x00001dfb istore  0x00000001 , 0x00000005 
- 00011719  0x00001dfd beq  0x00000002 , 0x00002cb3 
- 00011720  0x00001dfe call  0x00002caf 
- 00011721  0x00001dff setarg  0x00000001 
- 00011722  0x00001e00 call  0x00003238 
- 00011723  0x00001e02 branch  0x00002d8f 
- 00011724  0x00001e05 add  0x00000013 , 0x0000008d , 0x00000011 
- 00011725  0x00001e06 ifetch  0x00000001 , 0x00000011 
- 00011726  0x00001e08 rtnne  0x000000ff 
- 00011727  0x00001e09 add  0x00000013 , 0x0000008d , 0x00000005 
- 00011728  0x00001e0a call  0x000032d6 
- 00011729  0x00001e0c branch  0x00002dd4 
- 00011730  0x00001e0f add  0x00000013 , 0x0000008c , 0x00000005 
- 00011731  0x00001e10 call  0x000032d6 
- 00011732  0x00001e13 jam  0x0000003a , 0x00000a99 
- 00011733  0x00001e14 branch  0x00007d86 
- 00011734  0x00001e17 call  0x00002dde 
- 00011735  0x00001e18 add  0x00000013 , 0x00000084 , 0x00000011 
- 00011736  0x00001e19 ifetch  0x00000001 , 0x00000011 
- 00011737  0x00001e1b rtn  0x00000034 
- 00011738  0x00001e1c iforce  0x00000039 
- 00011739  0x00001e1d add  0x00000013 , 0x00000002 , 0x00000006 
- 00011740  0x00001e1f add  0x00000013 , 0x00000064 , 0x00000005 
- 00011741  0x00001e21 branch  0x00007f01 
- 00011742  0x00001e26 call  0x0000325f 
- 00011743  0x00001e28 rshift3  0x0000003f , 0x0000003f 
- 00011744  0x00001e29 add  0x00000013 , 0x00000084 , 0x00000005 
- 00011745  0x00001e2a istore  0x00000001 , 0x00000005 
- 00011746  0x00001e2d increase  0x00000001 , 0x0000003f 
- 00011747  0x00001e2e add  0x00000013 , 0x00000001 , 0x00000006 
- 00011748  0x00001e30 iadd  0x00000006 , 0x00000006 
- 00011749  0x00001e31 ifetch  0x00000003 , 0x00000006 
- 00011750  0x00001e32 add  0x00000013 , 0x000000c4 , 0x00000005 
- 00011751  0x00001e33 istore  0x00000003 , 0x00000005 
- 00011752  0x00001e36 call  0x0000325f 
- 00011753  0x00001e38 rshift  0x0000003f , 0x0000003f 
- 00011754  0x00001e39 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00011755  0x00001e3a add  0x00000013 , 0x000000ca , 0x00000005 
- 00011756  0x00001e3b istore  0x00000001 , 0x00000005 
- 00011757  0x00001e3d rtn 
- 00011758  0x00001e40 disable  0x00000009 
- 00011759  0x00001e41 disable  0x00000007 
- 00011760  0x00001e42 setarg  0x00555555 
- 00011761  0x00001e43 iforce  0x0000000f 
- 00011762  0x00001e44 rtn 
- 00011763  0x00001e47 call  0x00002918 
- 00011764  0x00001e48 add  0x00000013 , 0x00000090 , 0x00000011 
- 00011765  0x00001e49 ifetcht  0x00000001 , 0x00000011 
- 00011766  0x00001e4b branch  0x00002933 
- 00011767  0x00001e4e call  0x00002dee 
- 00011768  0x00001e4f call  0x00002df3 
- 00011769  0x00001e50 set1  0x00000000 , 0x00000015 
- 00011770  0x00001e51 enable  0x0000001d 
- 00011771  0x00001e52 enable  0x00000020 
- 00011772  0x00001e53 disable  0x00000021 
- 00011773  0x00001e54 call  0x000053c4 
- 00011774  0x00001e55 call  0x0000322a 
- 00011775  0x00001e57 iforce  0x00000009 
- 00011776  0x00001e58 inject  0x00000003 , 0x00000020 
- 00011777  0x00001e59 enable  0x00000009 
- 00011778  0x00001e5a add  0x00000013 , 0x00000088 , 0x00000011 
- 00011779  0x00001e5b ifetch  0x00000001 , 0x00000011 
- 00011780  0x00001e5d iforce  0x00000039 
- 00011781  0x00001e5e add  0x00000013 , 0x00000042 , 0x00000006 
- 00011782  0x00001e61 ifetch  0x00000001 , 0x00000006 
- 00011783  0x00001e62 inject  0x00000003 , 0x00000008 
- 00011784  0x00001e63 loop  0x00002e06 
- 00011785  0x00001e64 enable  0x00000008 
- 00011786  0x00001e65 inject  0x00000003 , 0x00000018 
- 00011787  0x00001e66 disable  0x00000008 
- 00011788  0x00001e67 until  0x0000003e , 0x00000027 
- 00011789  0x00001e68 bpatch  0x000000b7 , 0x00004016 
- 00011790  0x00001e69 nop  0x00000064 
- 00011791  0x00001e6a disable  0x0000001d 
- 00011792  0x00001e6b rtn 
- 00011793  0x00001e6e disable  0x0000002f 
- 00011794  0x00001e6f force  0x00000000 , 0x00000015 
- 00011795  0x00001e70 add  0x00000013 , 0x00000090 , 0x00000011 
- 00011796  0x00001e71 ifetcht  0x00000001 , 0x00000011 
- 00011797  0x00001e73 call  0x0000291f 
- 00011798  0x00001e74 call  0x00002924 
- 00011799  0x00001e76 call  0x00002dee 
- 00011800  0x00001e77 enable  0x0000000d 
- 00011801  0x00001e78 enable  0x00000021 
- 00011802  0x00001e79 disable  0x00000020 
- 00011803  0x00001e7a call  0x000053c4 
- 00011804  0x00001e7b call  0x0000322a 
- 00011805  0x00001e7d iforce  0x00000009 
- 00011806  0x00001e7e enable  0x00000010 
- 00011807  0x00001e7f add  0x00000013 , 0x00000089 , 0x00000011 
- 00011808  0x00001e80 ifetch  0x00000002 , 0x00000011 
- 00011809  0x00001e82 iforce  0x0000001b 
- 00011810  0x00001e83 correlate  0x0000003e , 0x00000003 
- 00011811  0x00001e84 nbranch  0x00002e4d , 0x00000018 
- 00011812  0x00001e85 enable  0x00000009 
- 00011813  0x00001e86 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011814  0x00001e87 rshift3  0x0000000c , 0x0000003f 
- 00011815  0x00001e88 add  0x00000013 , 0x00000000 , 0x00000005 
- 00011816  0x00001e89 istore  0x00000001 , 0x00000005 
- 00011817  0x00001e8b add  0x00000013 , 0x000000cd , 0x00000011 
- 00011818  0x00001e8c ifetch  0x00000001 , 0x00000011 
- 00011819  0x00001e8e beq  0x00000002 , 0x00002e33 
- 00011820  0x00001e8f bpatch  0x000000b8 , 0x00004017 
- 00011821  0x00001e90 add  0x00000013 , 0x00000000 , 0x00000011 
- 00011822  0x00001e91 ifetch  0x00000001 , 0x00000011 
- 00011823  0x00001e93 add  0x00000013 , 0x00000087 , 0x00000011 
- 00011824  0x00001e94 ifetcht  0x00000001 , 0x00000011 
- 00011825  0x00001e96 icompare  0x00000007 , 0x00000002 
- 00011826  0x00001e97 nbranch  0x00002e45 , 0x00000001 
- 00011827  0x00001e99 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011828  0x00001e9a rshift3  0x0000000c , 0x0000003f 
- 00011829  0x00001e9b istore  0x00000001 , 0x00000005 
- 00011830  0x00001e9c rshift3  0x0000003f , 0x0000003f 
- 00011831  0x00001e9d and  0x0000003f , 0x0000001f , 0x00000039 
- 00011832  0x00001e9e branch  0x00002e3d , 0x00000005 
- 00011833  0x00001ea0 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00011834  0x00001ea1 rshift3  0x0000000c , 0x0000003f 
- 00011835  0x00001ea2 istore  0x00000001 , 0x00000005 
- 00011836  0x00001ea3 loop  0x00002e39 
- 00011837  0x00001ea5 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00011838  0x00001ea6 rshift32  0x0000003f , 0x0000003f 
- 00011839  0x00001ea7 rshift16  0x0000003f , 0x0000003f 
- 00011840  0x00001ea8 istore  0x00000003 , 0x00000005 
- 00011841  0x00001ea9 branch  0x00002e45 , 0x00000006 
- 00011842  0x00001eaa enable  0x0000002f 
- 00011843  0x00001eab disable  0x0000000d 
- 00011844  0x00001eac rtn 
- 00011845  0x00001eb0 disable  0x0000001d 
- 00011846  0x00001eb1 disable  0x0000000d 
- 00011847  0x00001eb2 disable  0x00000009 
- 00011848  0x00001eb3 disable  0x00000007 
- 00011849  0x00001eb4 branch  0x000028f9 , 0x00000021 
- 00011850  0x00001eb5 until  0x0000003e , 0x00000027 
- 00011851  0x00001eb6 nop  0x00000064 
- 00011852  0x00001eb7 branch  0x000028f9 
- 00011853  0x00001eba call  0x00002e4f 
- 00011854  0x00001ebb branch  0x00002e45 
- 00011855  0x00001ebe call  0x000029bb 
- 00011856  0x00001ebf rtn  0x00000034 
- 00011857  0x00001ec0 add  0x00000013 , 0x000000ea , 0x00000011 
- 00011858  0x00001ec1 ifetcht  0x00000001 , 0x00000011 
- 00011859  0x00001ec3 arg  0x00000d9e , 0x00000011 
- 00011860  0x00001ec5 call  0x00002e58 
- 00011861  0x00001ec6 add  0x00000013 , 0x000000ea , 0x00000005 
- 00011862  0x00001ec9 istoret  0x00000001 , 0x00000005 
- 00011863  0x00001eca rtn 
- 00011864  0x00001ecd arg  0x000000ff , 0x00000012 
- 00011865  0x00001ece branch  0x00002e5a 
- 00011866  0x00001ee1 copy  0x00000011 , 0x0000003f 
- 00011867  0x00001ee2 iadd  0x00000002 , 0x00000005 
- 00011868  0x00001ee3 fetch  0x00000001 , 0x00000018 
- 00011869  0x00001ee4 istore  0x00000001 , 0x00000005 
- 00011870  0x00001ee5 increase  0x00000001 , 0x00000002 
- 00011871  0x00001ee6 copy  0x00000012 , 0x0000003f 
- 00011872  0x00001ee7 iand_into  0x00000002 
- 00011873  0x00001ee8 rtn 
- 00011874  0x00001eeb arg  0x00000000 , 0x00000002 
- 00011875  0x00001eec copy  0x00000011 , 0x00000006 
- 00011876  0x00001eee ifetch  0x00000001 , 0x00000006 
- 00011877  0x00001eef iadd  0x00000002 , 0x00000002 
- 00011878  0x00001ef0 loop  0x00002e64 
- 00011879  0x00001ef1 rshift8  0x00000002 , 0x00000002 
- 00011880  0x00001ef2 rtn 
- 00011881  0x00001ef5 call  0x00002c7a 
- 00011882  0x00001ef6 call  0x00002e9f 
- 00011883  0x00001ef7 setarg  0x00000001 
- 00011884  0x00001ef8 call  0x00003272 
- 00011885  0x00001efb setarg  0x00000000 
- 00011886  0x00001efc call  0x00002e73 
- 00011887  0x00001efe istore  0x00000001 , 0x00000005 
- 00011888  0x00001f00 rtn 
- 00011889  0x00001f03 call  0x00003270 
- 00011890  0x00001f05 increase  0x00000001 , 0x0000003f 
- 00011891  0x00001f08 add  0x00000013 , 0x000000fc , 0x00000005 
- 00011892  0x00001f09 branch  0x000032b4 
- 00011893  0x00001f0e add  0x00000013 , 0x000000fd , 0x00000011 
- 00011894  0x00001f0f ifetch  0x00000001 , 0x00000011 
- 00011895  0x00001f10 increase  0x00000001 , 0x0000003f 
- 00011896  0x00001f11 add  0x00000013 , 0x000000fd , 0x00000005 
- 00011897  0x00001f12 branch  0x000032b4 
- 00011898  0x00001f15 bpatch  0x000000b9 , 0x00004017 
- 00011899  0x00001f16 call  0x00003270 
- 00011900  0x00001f18 sub  0x0000003f , 0x0000007c , 0x0000003e 
- 00011901  0x00001f19 rtn  0x00000002 
- 00011902  0x00001f1a add  0x00000013 , 0x000000fd , 0x00000011 
- 00011903  0x00001f1b ifetcht  0x00000001 , 0x00000011 
- 00011904  0x00001f1d isub  0x00000002 , 0x00000002 
- 00011905  0x00001f1e call  0x00002e6d 
- 00011906  0x00001f1f setarg  0x00000102 
- 00011907  0x00001f20 iadd  0x00000013 , 0x00000011 
- 00011908  0x00001f21 ifetch  0x00000001 , 0x00000011 
- 00011909  0x00001f23 isub  0x00000002 , 0x0000003e 
- 00011910  0x00001f24 nbranch  0x00002e8d , 0x00000002 
- 00011911  0x00001f25 setarg  0x00000103 
- 00011912  0x00001f26 iadd  0x00000013 , 0x00000011 
- 00011913  0x00001f27 ifetch  0x00000001 , 0x00000011 
- 00011914  0x00001f29 isub  0x00000002 , 0x0000003e 
- 00011915  0x00001f2a branch  0x00002e99 , 0x00000002 
- 00011916  0x00001f2b rtn 
- 00011917  0x00001f2e add  0x00000013 , 0x000000fe , 0x00000011 
- 00011918  0x00001f2f ifetch  0x00000001 , 0x00000011 
- 00011919  0x00001f31 beq  0x00000002 , 0x00002e93 
- 00011920  0x00001f32 increase  0x00000001 , 0x0000003f 
- 00011921  0x00001f33 call  0x00003272 
- 00011922  0x00001f35 beq  0x00000001 , 0x00002e9f 
- 00011923  0x00001f37 setarg  0x0000000a 
- 00011924  0x00001f38 call  0x000032b0 
- 00011925  0x00001f3a setarg  0x00000000 
- 00011926  0x00001f3b call  0x000032b2 
- 00011927  0x00001f3e add  0x00000013 , 0x000000ff , 0x00000011 
- 00011928  0x00001f40 branch  0x00002ea5 
- 00011929  0x00001f43 add  0x00000013 , 0x000000fe , 0x00000011 
- 00011930  0x00001f44 ifetch  0x00000001 , 0x00000011 
- 00011931  0x00001f46 beq  0x00000000 , 0x00002ea7 
- 00011932  0x00001f47 increase  0xffffffff , 0x0000003f 
- 00011933  0x00001f48 call  0x00003272 
- 00011934  0x00001f4a beq  0x00000000 , 0x00002ea7 
- 00011935  0x00001f4f setarg  0x00000005 
- 00011936  0x00001f50 call  0x000032b0 
- 00011937  0x00001f52 setarg  0x00000000 
- 00011938  0x00001f53 call  0x000032b2 
- 00011939  0x00001f56 setarg  0x00000100 
- 00011940  0x00001f58 iadd  0x00000013 , 0x00000011 
- 00011941  0x00001f5a ifetch  0x00000001 , 0x00000011 
- 00011942  0x00001f5c branch  0x0000326a 
- 00011943  0x00001f61 setarg  0x00000002 
- 00011944  0x00001f62 call  0x000032b0 
- 00011945  0x00001f64 setarg  0x00000000 
- 00011946  0x00001f65 call  0x000032b2 
- 00011947  0x00001f68 setarg  0x00000101 
- 00011948  0x00001f6a branch  0x00002ea4 
- 00011949  0x00001f79 set1  0x00000026 , 0x00000000 
- 00011950  0x00001f7a call  0x00002c83 
- 00011951  0x00001f7d setarg  0x00000001 
- 00011952  0x00001f7e branch  0x00003256 
- 00011953  0x00001f81 add  0x00000013 , 0x0000008b , 0x00000011 
- 00011954  0x00001f82 ifetch  0x00000001 , 0x00000011 
- 00011955  0x00001f84 beq  0x00000001 , 0x00007fe7 
- 00011956  0x00001f85 call  0x00003253 
- 00011957  0x00001f87 beq  0x00000001 , 0x00002eb9 
- 00011958  0x00001f88 beq  0x00000002 , 0x00002ebd 
- 00011959  0x00001f89 beq  0x00000003 , 0x00002ec1 
- 00011960  0x00001f8a branch  0x00002a8c 
- 00011961  0x00001f8d setarg  0x00000011 
- 00011962  0x00001f8e call  0x00003256 
- 00011963  0x00001f90 jam  0x000000aa , 0x0000119e 
- 00011964  0x00001f91 branch  0x00002ec4 
- 00011965  0x00001f93 setarg  0x00000012 
- 00011966  0x00001f94 call  0x00003256 
- 00011967  0x00001f96 jam  0x00000055 , 0x0000119e 
- 00011968  0x00001f97 branch  0x00002ec4 
- 00011969  0x00001f99 setarg  0x00000013 
- 00011970  0x00001f9a call  0x00003256 
- 00011971  0x00001f9c jam  0x00000022 , 0x0000119e 
- 00011972  0x00001f9e call  0x0000323a 
- 00011973  0x00001fa0 and_into  0x00000007 , 0x0000003f 
- 00011974  0x00001fa1 store  0x00000001 , 0x0000119f 
- 00011975  0x00001fa2 call  0x00003224 
- 00011976  0x00001fa4 store  0x00000004 , 0x000011a0 
- 00011977  0x00001fa6 jam  0x00000000 , 0x000011a4 
- 00011978  0x00001fa7 arg  0x0000119e , 0x00000011 
- 00011979  0x00001fa8 arg  0x00000007 , 0x00000002 
- 00011980  0x00001fa9 call  0x00002d4c 
- 00011981  0x00001faa call  0x00002d53 
- 00011982  0x00001fab call  0x00002d33 
- 00011983  0x00001fac branch  0x00007fe7 
- 00011984  0x00001faf call  0x00003253 
- 00011985  0x00001fb1 rtneq  0x000000ff 
- 00011986  0x00001fb2 beq  0x00000011 , 0x00002ed6 
- 00011987  0x00001fb3 beq  0x00000012 , 0x00002ed9 
- 00011988  0x00001fb4 beq  0x00000013 , 0x00002edc 
- 00011989  0x00001fb5 rtn 
- 00011990  0x00001fb8 setarg  0x00000002 
- 00011991  0x00001fb9 call  0x00003256 
- 00011992  0x00001fbb branch  0x00002d9f 
- 00011993  0x00001fbd setarg  0x00000003 
- 00011994  0x00001fbe call  0x00003256 
- 00011995  0x00001fc0 branch  0x00002d9f 
- 00011996  0x00001fc2 setarg  0x000000ff 
- 00011997  0x00001fc3 call  0x00003256 
- 00011998  0x00001fc5 jam  0x00000039 , 0x00000a99 
- 00011999  0x00001fc6 call  0x00007d86 
- 00012000  0x00001fc7 add  0x00000013 , 0x00000066 , 0x00000011 
- 00012001  0x00001fc8 ifetch  0x00000004 , 0x00000011 
- 00012002  0x00001fca call  0x0000322c 
- 00012003  0x00001fcc branch  0x00002d9f 
- 00012004  0x00001fcf set0  0x00000026 , 0x00000000 
- 00012005  0x00001fd0 call  0x00002f08 
- 00012006  0x00001fd1 call  0x00002f22 
- 00012007  0x00001fd3 call  0x00003263 
- 00012008  0x00001fd5 nop  0x000007d0 
- 00012009  0x00001fd6 call  0x00003261 
- 00012010  0x00001fd7 beq  0x000000ff , 0x00002dd4 
- 00012011  0x00001fd8 call  0x00002da4 
- 00012012  0x00001fd9 nbranch  0x00002efa , 0x00000018 
- 00012013  0x00001fda nbranch  0x00002efa , 0x0000002f 
- 00012014  0x00001fdb call  0x00002dd6 
- 00012015  0x00001fdc call  0x00002c7a 
- 00012016  0x00001fdd add  0x00000013 , 0x00000092 , 0x00000011 
- 00012017  0x00001fde ifetcht  0x00000004 , 0x00000011 
- 00012018  0x00001fdf call  0x000030be 
- 00012019  0x00001fe0 branch  0x00002ead , 0x00000005 
- 00012020  0x00001fe1 call  0x00002c7a 
- 00012021  0x00001fe2 add  0x00000013 , 0x00000066 , 0x00000011 
- 00012022  0x00001fe3 ifetch  0x00000004 , 0x00000011 
- 00012023  0x00001fe4 beq  0x00000000 , 0x00002ee7 
- 00012024  0x00001fe5 call  0x0000322c 
- 00012025  0x00001fe6 branch  0x00002f1c 
- 00012026  0x00001fe9 call  0x00003261 
- 00012027  0x00001fea increase  0x00000001 , 0x0000003f 
- 00012028  0x00001feb call  0x00003264 
- 00012029  0x00001fed call  0x00002f04 
- 00012030  0x00001fee increase  0x00000001 , 0x0000003f 
- 00012031  0x00001fef and_into  0x00000001 , 0x0000003f 
- 00012032  0x00001ff0 call  0x00002f06 
- 00012033  0x00001ff1 beq  0x00000000 , 0x00002f0c 
- 00012034  0x00001ff2 beq  0x00000001 , 0x00002f0e 
- 00012035  0x00001ff3 rtn 
- 00012036  0x00001ff6 setarg  0x0000018b 
- 00012037  0x00001ff7 branch  0x000032d0 
- 00012038  0x00001ff9 arg  0x0000018b , 0x00000011 
- 00012039  0x00001ffa branch  0x000032b3 
- 00012040  0x00001ffd call  0x00003267 
- 00012041  0x00001ffe call  0x00003224 
- 00012042  0x00001fff call  0x0000322c 
- 00012043  0x00002000 branch  0x00002c8a 
- 00012044  0x00002003 call  0x00002f08 
- 00012045  0x00002004 branch  0x00002ee8 
- 00012046  0x00002007 call  0x00002c83 
- 00012047  0x00002008 branch  0x00002ee8 
- 00012048  0x0000200c set0  0x00000026 , 0x00000000 
- 00012049  0x0000200d call  0x00002c8a 
- 00012050  0x0000200e call  0x00003253 
- 00012051  0x00002010 rtnne  0x000000ff 
- 00012052  0x00002011 call  0x00002f22 
- 00012053  0x00002012 call  0x00003263 
- 00012054  0x00002015 nop  0x000007d0 
- 00012055  0x00002016 call  0x00003261 
- 00012056  0x00002018 beq  0x000000ff , 0x00002dd4 
- 00012057  0x00002019 call  0x00002da4 
- 00012058  0x0000201a nbranch  0x00002f27 , 0x00000018 
- 00012059  0x0000201b nbranch  0x00002f27 , 0x0000002f 
- 00012060  0x0000201d set1  0x00000026 , 0x00000000 
- 00012061  0x0000201e call  0x00003263 
- 00012062  0x0000201f setarg  0x000000ff 
- 00012063  0x00002020 call  0x00003256 
- 00012064  0x00002022 jam  0x0000003c , 0x00000a99 
- 00012065  0x00002023 branch  0x00007d86 
- 00012066  0x00002026 set1  0x00000027 , 0x00000000 
- 00012067  0x00002027 jam  0x000000ff , 0x0000119e 
- 00012068  0x00002028 call  0x0000323a 
- 00012069  0x0000202a call  0x00002d77 
- 00012070  0x0000202b branch  0x00002d53 
- 00012071  0x0000202e call  0x00003261 
- 00012072  0x00002030 increase  0x00000001 , 0x0000003f 
- 00012073  0x00002031 call  0x00003264 
- 00012074  0x00002033 call  0x00002c8a 
- 00012075  0x00002034 branch  0x00002f16 
- 00012076  0x00002037 call  0x00003267 
- 00012077  0x0000203a setarg  0x000000ff 
- 00012078  0x0000203b call  0x00003256 
- 00012079  0x0000203d branch  0x00002f10 
- 00012080  0x00002047 bpatch  0x000000ba , 0x00004017 
- 00012081  0x00002048 call  0x00002c7a 
- 00012082  0x00002049 setarg  0x000031b0 
- 00012083  0x0000204a add  0x00000013 , 0x000000de , 0x00000005 
- 00012084  0x0000204b istore  0x00000002 , 0x00000005 
- 00012085  0x0000204d call  0x00002f3d 
- 00012086  0x0000204e call  0x000048ea 
- 00012087  0x0000204f call  0x000032b6 
- 00012088  0x00002051 bpatch  0x000000bb , 0x00004017 
- 00012089  0x00002052 beq  0x00000000 , 0x00003055 
- 00012090  0x00002053 beq  0x00000001 , 0x00002f45 
- 00012091  0x00002054 beq  0x0000000f , 0x00002f41 
- 00012092  0x00002055 branch  0x00002a8c 
- 00012093  0x00002058 call  0x0000326c 
- 00012094  0x00002059 arg  0x00000080 , 0x00000039 
- 00012095  0x0000205a arg  0x00000d9e , 0x00000005 
- 00012096  0x0000205b branch  0x00007ec6 
- 00012097  0x0000205e call  0x00002f4c 
- 00012098  0x00002060 call  0x00002f4f 
- 00012099  0x00002061 call  0x000048d3 
- 00012100  0x00002062 branch  0x00002f42 
- 00012101  0x00002065 bpatch  0x000000bc , 0x00004017 
- 00012102  0x00002066 call  0x00002f4c 
- 00012103  0x00002068 call  0x00002f4f 
- 00012104  0x00002069 call  0x00002fbd 
- 00012105  0x0000206a call  0x000048d3 
- 00012106  0x0000206b call  0x00003019 
- 00012107  0x0000206c branch  0x00002f47 
- 00012108  0x00002072 call  0x00003291 
- 00012109  0x00002073 call  0x00003296 
- 00012110  0x00002074 branch  0x00003299 
- 00012111  0x00002077 call  0x0000328f 
- 00012112  0x00002079 rtnne  0x00000000 
- 00012113  0x0000207b call  0x00002f55 
- 00012114  0x0000207c call  0x00002f65 
- 00012115  0x0000207d call  0x0000316b 
- 00012116  0x0000207e branch  0x00002f96 
- 00012117  0x00002081 call  0x00003294 
- 00012118  0x00002083 rtnbit1  0x00000000 
- 00012119  0x00002084 set1  0x00000000 , 0x0000003f 
- 00012120  0x00002085 call  0x00003297 
- 00012121  0x00002087 call  0x00003267 
- 00012122  0x0000208a call  0x00003299 
- 00012123  0x0000208c jam  0x00000000 , 0x00000d38 
- 00012124  0x0000208d call  0x0000324f 
- 00012125  0x0000208f call  0x00002f61 
- 00012126  0x00002091 add  0x00000013 , 0x00000000 , 0x00000005 
- 00012127  0x00002093 arg  0x00000042 , 0x00000039 
- 00012128  0x00002094 branch  0x00007ed4 
- 00012129  0x00002097 call  0x00003231 
- 00012130  0x00002099 call  0x0000327d 
- 00012131  0x0000209b call  0x0000322c 
- 00012132  0x0000209d branch  0x00002c8a 
- 00012133  0x000020a0 bpatch  0x000000bd , 0x00004017 
- 00012134  0x000020a1 call  0x0000324c 
- 00012135  0x000020a3 beq  0x00000001 , 0x00002f8d 
- 00012136  0x000020a4 call  0x00003245 
- 00012137  0x000020a6 beq  0x00000001 , 0x00002c8a 
- 00012138  0x000020a7 setarg  0x00000136 
- 00012139  0x000020a8 iadd  0x00000013 , 0x00000011 
- 00012140  0x000020a9 ifetcht  0x00000004 , 0x00000011 
- 00012141  0x000020ab copy  0x00000022 , 0x0000003f 
- 00012142  0x000020ac isub  0x00000002 , 0x0000003e 
- 00012143  0x000020ad ncall  0x00002d18 , 0x00000002 
- 00012144  0x000020ae copy  0x0000003f , 0x00000012 
- 00012145  0x000020af setarg  0x00000136 
- 00012146  0x000020b0 iadd  0x00000013 , 0x00000011 
- 00012147  0x000020b1 ifetch  0x00000004 , 0x00000011 
- 00012148  0x000020b2 copy  0x0000003f , 0x00000002 
- 00012149  0x000020b4 setarg  0x0000013a 
- 00012150  0x000020b5 iadd  0x00000013 , 0x00000011 
- 00012151  0x000020b6 copy  0x00000002 , 0x0000003f 
- 00012152  0x000020b7 ifetcht  0x00000001 , 0x00000011 
- 00012153  0x000020b9 iadd  0x00000002 , 0x00000002 
- 00012154  0x000020ba copy  0x00000012 , 0x0000003f 
- 00012155  0x000020bb isub  0x00000002 , 0x0000003e 
- 00012156  0x000020bc nrtn  0x00000002 
- 00012157  0x000020bd set0  0x0000001c , 0x0000003f 
- 00012158  0x000020be setarg  0x00000136 
- 00012159  0x000020bf iadd  0x00000013 , 0x00000005 
- 00012160  0x000020c0 istore  0x00000004 , 0x00000005 
- 00012161  0x000020c3 call  0x00002c8a 
- 00012162  0x000020c4 call  0x00003278 
- 00012163  0x000020c6 increase  0x00000001 , 0x0000003f 
- 00012164  0x000020c7 call  0x0000327b 
- 00012165  0x000020c9 rtnne  0x00000002 
- 00012166  0x000020ca call  0x0000327a 
- 00012167  0x000020ce branch  0x0000324f 
- 00012168  0x000020d1 copy  0x00000022 , 0x0000003f 
- 00012169  0x000020d2 arg  0x00000136 , 0x00000011 
- 00012170  0x000020d3 call  0x000032bf 
- 00012171  0x000020d4 istore  0x00000004 , 0x00000005 
- 00012172  0x000020d8 branch  0x0000327a 
- 00012173  0x000020db arg  0x00000d9e , 0x00000011 
- 00012174  0x000020dc call  0x00002f94 
- 00012175  0x000020dd add  0x00000013 , 0x000000eb , 0x00000005 
- 00012176  0x000020de istoret  0x00000001 , 0x00000005 
- 00012177  0x000020e0 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012178  0x000020e1 nrtn  0x00000002 
- 00012179  0x000020e2 branch  0x00002c8a 
- 00012180  0x000020e5 arg  0x00000100 , 0x00000039 
- 00012181  0x000020e6 branch  0x00002e62 
- 00012182  0x000020e9 call  0x00002f99 
- 00012183  0x000020ea call  0x00002fa5 
- 00012184  0x000020eb branch  0x00002fb1 
- 00012185  0x000020ee setarg  0x00000180 
- 00012186  0x000020ef call  0x000032d0 
- 00012187  0x000020f1 rtn  0x00000034 
- 00012188  0x000020f2 arg  0x0000000b , 0x00000007 
- 00012189  0x000020f3 call  0x00007f16 
- 00012190  0x000020f4 nrtn  0x00000034 
- 00012191  0x000020f5 call  0x000032a7 
- 00012192  0x000020f8 setarg  0x00000001 
- 00012193  0x000020f9 store  0x00000001 , 0x00000d54 
- 00012194  0x000020fa setarg  0x00000000 
- 00012195  0x000020fb istore  0x00000007 , 0x00000005 
- 00012196  0x000020fc branch  0x000031b8 
- 00012197  0x000020ff setarg  0x0000017e 
- 00012198  0x00002100 call  0x000032d0 
- 00012199  0x00002102 rtn  0x00000034 
- 00012200  0x00002103 arg  0x0000000e , 0x00000007 
- 00012201  0x00002104 call  0x00007f16 
- 00012202  0x00002105 nrtn  0x00000034 
- 00012203  0x00002106 call  0x000032aa 
- 00012204  0x00002109 arg  0x00000d64 , 0x00000005 
- 00012205  0x0000210a arg  0x00000002 , 0x00000039 
- 00012206  0x0000210b call  0x00007ec6 
- 00012207  0x0000210c jam  0x00000000 , 0x00000d64 
- 00012208  0x0000210d branch  0x000031ed 
- 00012209  0x00002110 setarg  0x0000017f 
- 00012210  0x00002111 call  0x000032d0 
- 00012211  0x00002113 rtn  0x00000034 
- 00012212  0x00002114 arg  0x0000000c , 0x00000007 
- 00012213  0x00002115 call  0x00007f16 
- 00012214  0x00002116 nrtn  0x00000034 
- 00012215  0x00002117 call  0x000032ad 
- 00012216  0x0000211a arg  0x00000d74 , 0x00000005 
- 00012217  0x0000211b arg  0x00000002 , 0x00000039 
- 00012218  0x0000211c call  0x00007ec6 
- 00012219  0x0000211d jam  0x00000003 , 0x00000d74 
- 00012220  0x0000211e branch  0x00003207 
- 00012221  0x00002121 call  0x0000328f 
- 00012222  0x00002123 rtnne  0x00000001 
- 00012223  0x00002124 call  0x00002fc1 
- 00012224  0x00002125 branch  0x00002fcb 
- 00012225  0x00002128 call  0x00003294 
- 00012226  0x0000212a rtnbit1  0x00000001 
- 00012227  0x0000212b set1  0x00000001 , 0x0000003f 
- 00012228  0x0000212c call  0x00003297 
- 00012229  0x0000212e call  0x0000329c 
- 00012230  0x00002130 call  0x00002c83 
- 00012231  0x00002131 setarg  0x00000000 
- 00012232  0x00002132 arg  0x00000106 , 0x00000011 
- 00012233  0x00002133 call  0x000032bf 
- 00012234  0x00002135 branch  0x000032c5 
- 00012235  0x00002138 call  0x0000316e 
- 00012236  0x00002139 nbranch  0x00002f5e , 0x0000002f 
- 00012237  0x0000213a add  0x00000013 , 0x00000000 , 0x00000006 
- 00012238  0x0000213b setarg  0x00000109 
- 00012239  0x0000213c iadd  0x00000013 , 0x00000005 
- 00012240  0x0000213d arg  0x00000008 , 0x00000039 
- 00012241  0x0000213e call  0x00007f01 
- 00012242  0x0000213f setarg  0x0000010b 
- 00012243  0x00002140 call  0x000032d0 
- 00012244  0x00002141 beq  0x000000aa , 0x00002fd9 
- 00012245  0x00002142 beq  0x00000055 , 0x00002fed 
- 00012246  0x00002143 beq  0x00000022 , 0x00003001 
- 00012247  0x00002144 beq  0x000000ff , 0x00003212 
- 00012248  0x00002145 branch  0x00002f5e 
- 00012249  0x00002148 call  0x000032bd 
- 00012250  0x00002149 beq  0x00000001 , 0x00002fdd 
- 00012251  0x0000214a beq  0x00000002 , 0x00002fe8 
- 00012252  0x0000214b rtn 
- 00012253  0x0000214d setarg  0x00000001 
- 00012254  0x0000214e call  0x00002ff7 
- 00012255  0x00002151 setarg  0x00000001 
- 00012256  0x00002152 call  0x00003289 
- 00012257  0x00002155 setarg  0x00000080 
- 00012258  0x00002156 arg  0x00000130 , 0x00000011 
- 00012259  0x00002157 call  0x000032b3 
- 00012260  0x00002159 call  0x0000327d 
- 00012261  0x0000215b arg  0x00000131 , 0x00000011 
- 00012262  0x0000215c call  0x000032bf 
- 00012263  0x0000215e branch  0x0000322d 
- 00012264  0x00002161 setarg  0x00000001 
- 00012265  0x00002162 call  0x00002fff 
- 00012266  0x00002165 setarg  0x00000002 
- 00012267  0x00002166 call  0x00003289 
- 00012268  0x00002168 branch  0x00002fe1 
- 00012269  0x0000216b call  0x000032bd 
- 00012270  0x0000216c beq  0x00000001 , 0x00002ff1 
- 00012271  0x0000216d beq  0x00000002 , 0x00002ff9 
- 00012272  0x0000216e rtn 
- 00012273  0x00002170 call  0x00002fdf 
- 00012274  0x00002171 setarg  0x00000106 
- 00012275  0x00002172 call  0x000032d0 
- 00012276  0x00002174 beq  0x00000001 , 0x00002ff6 
- 00012277  0x00002175 rtn 
- 00012278  0x00002177 setarg  0x00000002 
- 00012279  0x0000217a arg  0x00000106 , 0x00000011 
- 00012280  0x0000217b branch  0x000032b3 
- 00012281  0x0000217e call  0x00002fea 
- 00012282  0x0000217f setarg  0x00000107 
- 00012283  0x00002180 call  0x000032d0 
- 00012284  0x00002182 beq  0x00000001 , 0x00002ffe 
- 00012285  0x00002183 rtn 
- 00012286  0x00002185 setarg  0x00000002 
- 00012287  0x00002188 arg  0x00000107 , 0x00000011 
- 00012288  0x00002189 branch  0x000032b3 
- 00012289  0x0000218c call  0x000032bd 
- 00012290  0x0000218d beq  0x00000001 , 0x00003005 
- 00012291  0x0000218e beq  0x00000002 , 0x00003011 
- 00012292  0x0000218f rtn 
- 00012293  0x00002191 setarg  0x00000106 
- 00012294  0x00002192 call  0x000032d0 
- 00012295  0x00002194 beq  0x00000002 , 0x00003009 
- 00012296  0x00002195 rtn 
- 00012297  0x00002197 call  0x0000328b 
- 00012298  0x00002199 or_into  0x00000001 , 0x0000003f 
- 00012299  0x0000219a call  0x0000328d 
- 00012300  0x0000219d setarg  0x00000000 
- 00012301  0x0000219e setarg  0x00000106 
- 00012302  0x0000219f iadd  0x00000013 , 0x00000005 
- 00012303  0x000021a0 istore  0x00000002 , 0x00000005 
- 00012304  0x000021a1 branch  0x00002f5e 
- 00012305  0x000021a4 setarg  0x00000107 
- 00012306  0x000021a5 call  0x000032d0 
- 00012307  0x000021a7 bne  0x00000000 , 0x00003015 
- 00012308  0x000021a8 rtn 
- 00012309  0x000021aa call  0x0000328b 
- 00012310  0x000021ac or_into  0x00000002 , 0x0000003f 
- 00012311  0x000021ad call  0x0000328d 
- 00012312  0x000021af branch  0x0000300c 
- 00012313  0x000021b3 fetch  0x00000001 , 0x00000d50 
- 00012314  0x000021b4 rtn  0x00000034 
- 00012315  0x000021b5 jam  0x00000000 , 0x00000d50 
- 00012316  0x000021b6 fetch  0x00000002 , 0x00000d4e 
- 00012317  0x000021b7 arg  0x000002ba , 0x00000002 
- 00012318  0x000021b8 isub  0x00000002 , 0x0000003e 
- 00012319  0x000021b9 nrtn  0x00000005 
- 00012320  0x000021bb fetch  0x00000001 , 0x00000cb6 
- 00012321  0x000021bc rtnne  0x000000ba 
- 00012322  0x000021bd fetch  0x00000001 , 0x00000cb7 
- 00012323  0x000021be bpatch  0x000000be , 0x00004017 
- 00012324  0x000021bf beq  0x000000a0 , 0x0000303b 
- 00012325  0x000021c0 beq  0x000000a1 , 0x0000302c 
- 00012326  0x000021c1 beq  0x000000a6 , 0x00003041 
- 00012327  0x000021c2 beq  0x000000a7 , 0x00003043 
- 00012328  0x000021c3 beq  0x000000a9 , 0x00003049 
- 00012329  0x000021c4 beq  0x000000b0 , 0x0000304d 
- 00012330  0x000021c6 jam  0x00000000 , 0x00000d42 
- 00012331  0x000021c7 rtn 
- 00012332  0x000021c9 fetch  0x00000001 , 0x00000cb8 
- 00012333  0x000021ca beq  0x00000001 , 0x00003031 
- 00012334  0x000021cb beq  0x00000084 , 0x00003034 
- 00012335  0x000021cc beq  0x000000a7 , 0x00003039 
- 00012336  0x000021cd branch  0x0000302a 
- 00012337  0x000021cf call  0x0000328b 
- 00012338  0x000021d1 store  0x00000001 , 0x00000cf7 
- 00012339  0x000021d2 branch  0x0000303f 
- 00012340  0x000021d4 call  0x00003291 
- 00012341  0x000021d6 call  0x00003296 
- 00012342  0x000021d8 call  0x0000328b 
- 00012343  0x000021da store  0x00000001 , 0x00000cf7 
- 00012344  0x000021db branch  0x0000303f 
- 00012345  0x000021df jam  0x000000a1 , 0x00000cf7 
- 00012346  0x000021e0 branch  0x0000303f 
- 00012347  0x000021e3 fetch  0x00000001 , 0x00000cb8 
- 00012348  0x000021e4 beq  0x00000081 , 0x0000303e 
- 00012349  0x000021e6 branch  0x0000302a 
- 00012350  0x000021ea call  0x00003090 
- 00012351  0x000021ec jam  0x00000001 , 0x00000d42 
- 00012352  0x000021ed rtn 
- 00012353  0x000021f3 jam  0x00000015 , 0x00000cf7 
- 00012354  0x000021f4 branch  0x0000303f 
- 00012355  0x000021f7 call  0x0000328f 
- 00012356  0x000021f9 beq  0x00000000 , 0x00003047 
- 00012357  0x000021fa beq  0x00000001 , 0x00003039 
- 00012358  0x000021fc rtn 
- 00012359  0x000021fe jam  0x000000a0 , 0x00000cf7 
- 00012360  0x000021ff branch  0x0000303f 
- 00012361  0x00002205 jam  0x00000000 , 0x00000cf7 
- 00012362  0x00002206 jam  0x00000000 , 0x00000cf8 
- 00012363  0x00002207 jam  0x00000001 , 0x00000cf9 
- 00012364  0x00002208 branch  0x0000303f 
- 00012365  0x0000220c call  0x0000329c 
- 00012366  0x0000220d fetch  0x00000001 , 0x00000cb8 
- 00012367  0x0000220e increase  0x00000002 , 0x0000003f 
- 00012368  0x0000220f copy  0x0000003f , 0x00000039 
- 00012369  0x00002210 arg  0x00000cb6 , 0x00000006 
- 00012370  0x00002211 setarg  0x0000013c 
- 00012371  0x00002212 iadd  0x00000013 , 0x00000005 
- 00012372  0x00002213 branch  0x00007f01 
- 00012373  0x00002217 bpatch  0x000000bf , 0x00004017 
- 00012374  0x00002218 call  0x0000307d 
- 00012375  0x0000221a call  0x00002c7f 
- 00012376  0x0000221b call  0x000048d3 
- 00012377  0x0000221c branch  0x00003057 
- 00012378  0x0000221f call  0x0000328f 
- 00012379  0x00002221 rtnne  0x00000000 
- 00012380  0x00002222 call  0x00002f51 
- 00012381  0x00002223 branch  0x00003098 
- 00012382  0x00002226 call  0x0000328f 
- 00012383  0x00002228 rtnne  0x00000001 
- 00012384  0x00002229 call  0x00002fc1 
- 00012385  0x0000222a call  0x00002fcb 
- 00012386  0x0000222b call  0x0000328b 
- 00012387  0x0000222d rtn  0x00000034 
- 00012388  0x0000222e call  0x00003286 
- 00012389  0x00002230 call  0x00002f4c 
- 00012390  0x00002231 call  0x00003093 
- 00012391  0x00002233 setarg  0x00000000 
- 00012392  0x00002234 add  0x00000013 , 0x000000a7 , 0x00000005 
- 00012393  0x00002236 branch  0x0000322d 
- 00012394  0x00002239 call  0x00007fe9 
- 00012395  0x0000223a add  0x00000013 , 0x000000a7 , 0x00000011 
- 00012396  0x0000223b ifetcht  0x00000004 , 0x00000011 
- 00012397  0x0000223d copy  0x00000022 , 0x0000003f 
- 00012398  0x0000223e isub  0x00000002 , 0x0000003e 
- 00012399  0x0000223f ncall  0x00002d18 , 0x00000002 
- 00012400  0x00002240 copy  0x0000003f , 0x00000012 
- 00012401  0x00002241 add  0x00000013 , 0x000000a7 , 0x00000011 
- 00012402  0x00002242 ifetch  0x00000004 , 0x00000011 
- 00012403  0x00002244 add  0x00000013 , 0x000000ab , 0x00000011 
- 00012404  0x00002245 ifetcht  0x00000001 , 0x00000011 
- 00012405  0x00002247 iadd  0x00000002 , 0x00000002 
- 00012406  0x00002248 copy  0x00000012 , 0x0000003f 
- 00012407  0x00002249 isub  0x00000002 , 0x0000003e 
- 00012408  0x0000224a nrtn  0x00000002 
- 00012409  0x0000224b set0  0x0000001c , 0x0000003f 
- 00012410  0x0000224c add  0x00000013 , 0x000000a7 , 0x00000005 
- 00012411  0x0000224d istore  0x00000004 , 0x00000005 
- 00012412  0x0000224f branch  0x00007fe7 
- 00012413  0x00002252 setarg  0x00000001 
- 00012414  0x00002253 call  0x00003287 
- 00012415  0x00002255 call  0x00003283 
- 00012416  0x00002257 setarg  0x000000ff 
- 00012417  0x00002258 add  0x00000013 , 0x000000ab , 0x00000005 
- 00012418  0x00002259 istore  0x00000001 , 0x00000005 
- 00012419  0x0000225b branch  0x00003067 
- 00012420  0x0000225e setarg  0x0000015c 
- 00012421  0x0000225f call  0x000032d0 
- 00012422  0x00002261 rtn  0x00000034 
- 00012423  0x00002262 call  0x0000306a 
- 00012424  0x00002263 nrtn  0x00000028 
- 00012425  0x00002264 call  0x00003281 
- 00012426  0x00002266 increase  0x00000001 , 0x0000003f 
- 00012427  0x00002267 and_into  0x00000001 , 0x0000003f 
- 00012428  0x00002268 call  0x00003284 
- 00012429  0x0000226a beq  0x00000000 , 0x00002f4c 
- 00012430  0x0000226b beq  0x00000001 , 0x00003090 
- 00012431  0x0000226c rtn 
- 00012432  0x00002272 setarg  0x00000001 
- 00012433  0x00002273 call  0x00003292 
- 00012434  0x00002274 branch  0x00003296 
- 00012435  0x00002277 setarg  0x00000001 
- 00012436  0x00002278 call  0x000032a5 
- 00012437  0x0000227b setarg  0x00000280 
- 00012438  0x0000227c arg  0x00000008 , 0x00000007 
- 00012439  0x0000227d branch  0x00007f08 
- 00012440  0x00002280 call  0x000032a2 
- 00012441  0x00002282 rtn  0x00000034 
- 00012442  0x00002283 arg  0x00000008 , 0x00000007 
- 00012443  0x00002284 call  0x00007f16 
- 00012444  0x00002285 nrtn  0x00000034 
- 00012445  0x00002286 call  0x000032a4 
- 00012446  0x00002289 setarg  0x00000007 
- 00012447  0x0000228a call  0x00003292 
- 00012448  0x0000228c call  0x00003296 
- 00012449  0x0000228e branch  0x00002f5e 
- 00012450  0x00002291 bpatch  0x000000c0 , 0x00004018 
- 00012451  0x00002292 call  0x0000328f 
- 00012452  0x00002294 rtnne  0x00000007 
- 00012453  0x00002295 call  0x000030cb 
- 00012454  0x00002296 call  0x000030e0 
- 00012455  0x00002297 call  0x0000316e 
- 00012456  0x00002298 nbranch  0x00002f5e , 0x0000002f 
- 00012457  0x0000229a call  0x000030bc 
- 00012458  0x0000229b call  0x00003172 , 0x00000005 
- 00012459  0x0000229f call  0x00002f4c 
- 00012460  0x000022a0 call  0x00003294 
- 00012461  0x000022a2 set1  0x00000000 , 0x0000003f 
- 00012462  0x000022a3 call  0x00003297 
- 00012463  0x000022a5 call  0x00002f5e 
- 00012464  0x000022a6 call  0x00003093 
- 00012465  0x000022a7 call  0x000030bc 
- 00012466  0x000022a8 branch  0x000030c1 , 0x00000005 
- 00012467  0x000022a9 setarg  0x00000164 
- 00012468  0x000022aa call  0x000032d3 
- 00012469  0x000022ac call  0x000030be 
- 00012470  0x000022ad branch  0x000030c5 , 0x00000005 
- 00012471  0x000022ae setarg  0x00000160 
- 00012472  0x000022af call  0x000032d3 
- 00012473  0x000022b1 call  0x000030be 
- 00012474  0x000022b2 branch  0x000030c8 , 0x00000005 
- 00012475  0x000022b3 rtn 
- 00012476  0x000022b6 setarg  0x0000012b 
- 00012477  0x000022b7 call  0x000032d3 
- 00012478  0x000022ba call  0x0000322a 
- 00012479  0x000022bc isub  0x00000002 , 0x0000003e 
- 00012480  0x000022bd rtn 
- 00012481  0x000022c0 setarg  0x00000182 
- 00012482  0x000022c1 call  0x000032d0 
- 00012483  0x000022c5 add  0x00000013 , 0x00000091 , 0x00000005 
- 00012484  0x000022c6 branch  0x000032b4 
- 00012485  0x000022c9 setarg  0x00000185 
- 00012486  0x000022ca call  0x000032d0 
- 00012487  0x000022cc branch  0x000030c3 
- 00012488  0x000022ce setarg  0x00000188 
- 00012489  0x000022cf call  0x000032d0 
- 00012490  0x000022d1 branch  0x000030c3 
- 00012491  0x000022d4 call  0x00003294 
- 00012492  0x000022d6 rtnbit1  0x00000007 
- 00012493  0x000022d7 set1  0x00000007 , 0x0000003f 
- 00012494  0x000022d8 call  0x00003297 
- 00012495  0x000022da call  0x00003283 
- 00012496  0x000022dc call  0x0000329c 
- 00012497  0x000022de setarg  0x00000000 
- 00012498  0x000022df add  0x00000013 , 0x000000f5 , 0x00000005 
- 00012499  0x000022e0 istore  0x00000003 , 0x00000005 
- 00012500  0x000022e2 arg  0x00000183 , 0x00000011 
- 00012501  0x000022e3 call  0x000032bf 
- 00012502  0x000022e4 istore  0x00000007 , 0x00000005 
- 00012503  0x000022e7 call  0x000030bc 
- 00012504  0x000022e8 nrtn  0x00000005 
- 00012505  0x000022e9 add  0x00000013 , 0x00000091 , 0x00000011 
- 00012506  0x000022ea ifetch  0x00000001 , 0x00000011 
- 00012507  0x000022ec arg  0x00000182 , 0x00000011 
- 00012508  0x000022ed call  0x000032b3 
- 00012509  0x000022ef add  0x00000013 , 0x00000090 , 0x00000011 
- 00012510  0x000022f0 ifetch  0x00000001 , 0x00000011 
- 00012511  0x000022f3 branch  0x0000314a 
- 00012512  0x000022f6 bpatch  0x000000c1 , 0x00004018 
- 00012513  0x000022f7 call  0x00003281 
- 00012514  0x000022f9 increase  0x00000001 , 0x0000003f 
- 00012515  0x000022fa and_into  0x00000003 , 0x0000003f 
- 00012516  0x000022fb call  0x00003284 
- 00012517  0x000022fe beq  0x00000000 , 0x0000310e 
- 00012518  0x000022ff beq  0x00000001 , 0x00003132 
- 00012519  0x00002300 beq  0x00000002 , 0x000030ea 
- 00012520  0x00002301 beq  0x00000003 , 0x00003132 
- 00012521  0x00002302 rtn 
- 00012522  0x00002305 call  0x00002fdf 
- 00012523  0x00002306 setarg  0x00000160 
- 00012524  0x00002307 call  0x0000327e 
- 00012525  0x00002309 branch  0x000030e0 , 0x00000034 
- 00012526  0x0000230a call  0x0000322c 
- 00012527  0x0000230c setarg  0x00000189 
- 00012528  0x0000230d call  0x000032d0 
- 00012529  0x0000230f call  0x00003108 , 0x00000034 
- 00012530  0x00002310 setarg  0x00000187 
- 00012531  0x00002311 call  0x000032d0 
- 00012532  0x00002313 call  0x0000322f 
- 00012533  0x00002315 add  0x00000013 , 0x000000f7 , 0x00000011 
- 00012534  0x00002316 ifetcht  0x00000001 , 0x00000011 
- 00012535  0x00002318 arg  0x00000f9e , 0x00000011 
- 00012536  0x00002319 call  0x00002e58 
- 00012537  0x0000231a add  0x00000013 , 0x000000f7 , 0x00000005 
- 00012538  0x0000231b istoret  0x00000001 , 0x00000005 
- 00012539  0x0000231d call  0x00002f94 
- 00012540  0x0000231e add  0x00000013 , 0x000000fa , 0x00000005 
- 00012541  0x0000231f istoret  0x00000001 , 0x00000005 
- 00012542  0x00002321 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012543  0x00002322 nrtn  0x00000002 
- 00012544  0x00002323 setarg  0x00000188 
- 00012545  0x00002324 call  0x00003275 
- 00012546  0x00002326 call  0x00002c90 
- 00012547  0x00002327 arg  0x00000188 , 0x00000011 
- 00012548  0x00002328 call  0x000032c8 
- 00012549  0x00002329 istoret  0x00000001 , 0x00000005 
- 00012550  0x0000232d arg  0x00000187 , 0x00000011 
- 00012551  0x0000232e branch  0x000032b3 
- 00012552  0x00002331 setarg  0x00000001 
- 00012553  0x00002332 arg  0x00000189 , 0x00000011 
- 00012554  0x00002333 call  0x000032b3 
- 00012555  0x00002335 arg  0x00000000 , 0x00000002 
- 00012556  0x00002336 call  0x00002c94 
- 00012557  0x00002339 branch  0x00003106 
- 00012558  0x0000233c call  0x00002fea 
- 00012559  0x0000233d setarg  0x00000164 
- 00012560  0x0000233e call  0x0000327e 
- 00012561  0x00002340 branch  0x000030e0 , 0x00000034 
- 00012562  0x00002341 call  0x0000322c 
- 00012563  0x00002343 setarg  0x00000186 
- 00012564  0x00002344 call  0x000032d0 
- 00012565  0x00002346 call  0x0000312c , 0x00000034 
- 00012566  0x00002347 setarg  0x00000184 
- 00012567  0x00002348 call  0x000032d0 
- 00012568  0x0000234a call  0x0000322f 
- 00012569  0x0000234c add  0x00000013 , 0x000000f6 , 0x00000011 
- 00012570  0x0000234d ifetcht  0x00000001 , 0x00000011 
- 00012571  0x0000234f arg  0x0000109e , 0x00000011 
- 00012572  0x00002350 call  0x00002e58 
- 00012573  0x00002351 add  0x00000013 , 0x000000f6 , 0x00000005 
- 00012574  0x00002352 istoret  0x00000001 , 0x00000005 
- 00012575  0x00002354 call  0x00002f94 
- 00012576  0x00002355 add  0x00000013 , 0x000000f9 , 0x00000005 
- 00012577  0x00002356 istoret  0x00000001 , 0x00000005 
- 00012578  0x00002358 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012579  0x00002359 nrtn  0x00000002 
- 00012580  0x0000235a setarg  0x00000185 
- 00012581  0x0000235b call  0x00003275 
- 00012582  0x0000235d call  0x00002c90 
- 00012583  0x0000235e arg  0x00000185 , 0x00000011 
- 00012584  0x0000235f call  0x000032c8 
- 00012585  0x00002360 istoret  0x00000001 , 0x00000005 
- 00012586  0x00002364 arg  0x00000184 , 0x00000011 
- 00012587  0x00002365 branch  0x000032b3 
- 00012588  0x00002368 setarg  0x00000001 
- 00012589  0x00002369 arg  0x00000186 , 0x00000011 
- 00012590  0x0000236a call  0x000032b3 
- 00012591  0x0000236c arg  0x00000000 , 0x00000002 
- 00012592  0x0000236d call  0x00002c94 
- 00012593  0x00002370 branch  0x0000312a 
- 00012594  0x00002373 call  0x00002fdf 
- 00012595  0x00002374 call  0x0000327d 
- 00012596  0x00002376 call  0x0000322c 
- 00012597  0x00002378 setarg  0x00000183 
- 00012598  0x00002379 call  0x000032d0 
- 00012599  0x0000237b call  0x0000314c , 0x00000034 
- 00012600  0x0000237c call  0x0000314f 
- 00012601  0x0000237d add  0x00000013 , 0x000000f5 , 0x00000011 
- 00012602  0x0000237e ifetcht  0x00000001 , 0x00000011 
- 00012603  0x00002380 arg  0x00000e9e , 0x00000011 
- 00012604  0x00002381 call  0x00002e58 
- 00012605  0x00002382 add  0x00000013 , 0x000000f5 , 0x00000005 
- 00012606  0x00002383 istoret  0x00000001 , 0x00000005 
- 00012607  0x00002385 call  0x00002f94 
- 00012608  0x00002386 add  0x00000013 , 0x000000f8 , 0x00000005 
- 00012609  0x00002387 istoret  0x00000001 , 0x00000005 
- 00012610  0x00002389 sub  0x00000002 , 0x00000050 , 0x0000003e 
- 00012611  0x0000238a nrtn  0x00000002 
- 00012612  0x0000238b setarg  0x00000182 
- 00012613  0x0000238c call  0x00003275 
- 00012614  0x0000238e call  0x00002c90 
- 00012615  0x0000238f arg  0x00000182 , 0x00000011 
- 00012616  0x00002390 call  0x000032c8 
- 00012617  0x00002391 istoret  0x00000001 , 0x00000005 
- 00012618  0x00002396 arg  0x00000181 , 0x00000011 
- 00012619  0x00002397 branch  0x000032b3 
- 00012620  0x0000239f setarg  0x00000001 
- 00012621  0x000023a0 arg  0x00000183 , 0x00000011 
- 00012622  0x000023a1 call  0x000032b3 
- 00012623  0x000023a3 setarg  0x00000181 
- 00012624  0x000023a4 call  0x000032d0 
- 00012625  0x000023a5 branch  0x0000322f 
- 00012626  0x000023aa add  0x00000013 , 0x00000000 , 0x00000011 
- 00012627  0x000023ab ifetch  0x00000001 , 0x00000011 
- 00012628  0x000023ad call  0x0000323c 
- 00012629  0x000023b0 call  0x00002dde 
- 00012630  0x000023b2 call  0x0000325f 
- 00012631  0x000023b4 isolate1  0x00000000 , 0x0000003f 
- 00012632  0x000023b5 branch  0x0000315c , 0x00000001 
- 00012633  0x000023b7 call  0x0000315d 
- 00012634  0x000023b8 call  0x00002d53 
- 00012635  0x000023b9 call  0x00002df7 
- 00012636  0x000023bb branch  0x00002e45 
- 00012637  0x000023be bpatch  0x000000c2 , 0x00004018 
- 00012638  0x000023bf add  0x00000013 , 0x00000086 , 0x00000005 
- 00012639  0x000023c0 call  0x000032d6 
- 00012640  0x000023c2 setarg  0x0000013b 
- 00012641  0x000023c3 call  0x000032d0 
- 00012642  0x000023c5 rtn  0x00000034 
- 00012643  0x000023c6 setarg  0x00000006 
- 00012644  0x000023c7 add  0x00000013 , 0x00000086 , 0x00000005 
- 00012645  0x000023c8 istore  0x00000001 , 0x00000005 
- 00012646  0x000023ca arg  0x00000006 , 0x00000039 
- 00012647  0x000023cb setarg  0x0000012f 
- 00012648  0x000023cc iadd  0x00000013 , 0x00000006 
- 00012649  0x000023ce add  0x00000013 , 0x00000022 , 0x00000005 
- 00012650  0x000023d0 branch  0x00007f01 
- 00012651  0x000023d4 call  0x0000316e 
- 00012652  0x000023d5 nbranch  0x00002f5e , 0x0000002f 
- 00012653  0x000023d6 branch  0x00003172 
- 00012654  0x000023d9 call  0x00002f5e 
- 00012655  0x000023da call  0x00002e11 
- 00012656  0x000023db nrtn  0x0000002f 
- 00012657  0x000023dc branch  0x00003152 
- 00012658  0x000023df bpatch  0x000000c3 , 0x00004018 
- 00012659  0x000023e0 call  0x00003188 
- 00012660  0x000023e1 nbranch  0x00002f5e , 0x00000028 
- 00012661  0x000023e2 add  0x00000013 , 0x00000084 , 0x00000011 
- 00012662  0x000023e3 ifetch  0x00000001 , 0x00000011 
- 00012663  0x000023e5 branch  0x00002f5e , 0x00000034 
- 00012664  0x000023e6 increase  0x00000002 , 0x0000003f 
- 00012665  0x000023e7 iforce  0x00000039 
- 00012666  0x000023e8 add  0x00000013 , 0x00000000 , 0x00000006 
- 00012667  0x000023ea setarg  0x00000109 
- 00012668  0x000023eb iadd  0x00000013 , 0x00000005 
- 00012669  0x000023ed call  0x00007f01 
- 00012670  0x000023ee call  0x00003286 
- 00012671  0x000023f0 call  0x000032b6 
- 00012672  0x000023f2 call  0x00003093 , 0x00000034 
- 00012673  0x000023f3 setarg  0x0000010b 
- 00012674  0x000023f4 call  0x000032d0 
- 00012675  0x000023f6 beq  0x00000001 , 0x0000319e 
- 00012676  0x000023f7 beq  0x00000002 , 0x000031c6 
- 00012677  0x000023f8 beq  0x00000003 , 0x000031f2 
- 00012678  0x000023f9 beq  0x000000ff , 0x00003212 
- 00012679  0x000023fa branch  0x00002f5e 
- 00012680  0x000023fd call  0x00002c7a 
- 00012681  0x000023fe call  0x00007fe9 
- 00012682  0x000023ff add  0x00000013 , 0x000000ca , 0x00000011 
- 00012683  0x00002400 ifetch  0x00000001 , 0x00000011 
- 00012684  0x00002402 add  0x00000013 , 0x000000cb , 0x00000011 
- 00012685  0x00002403 ifetcht  0x00000001 , 0x00000011 
- 00012686  0x00002405 isub  0x00000002 , 0x0000003e 
- 00012687  0x00002406 ncall  0x00007fe7 , 0x00000005 
- 00012688  0x00002407 add  0x00000013 , 0x000000ca , 0x00000011 
- 00012689  0x00002408 ifetch  0x00000001 , 0x00000011 
- 00012690  0x0000240a add  0x00000013 , 0x000000cb , 0x00000005 
- 00012691  0x0000240b istore  0x00000001 , 0x00000005 
- 00012692  0x0000240d add  0x00000013 , 0x000000c4 , 0x00000011 
- 00012693  0x0000240e ifetch  0x00000003 , 0x00000011 
- 00012694  0x00002410 add  0x00000013 , 0x000000c7 , 0x00000011 
- 00012695  0x00002411 ifetcht  0x00000003 , 0x00000011 
- 00012696  0x00002413 isub  0x00000002 , 0x0000003e 
- 00012697  0x00002414 ncall  0x00007fe7 , 0x00000005 
- 00012698  0x00002415 add  0x00000013 , 0x000000c4 , 0x00000011 
- 00012699  0x00002416 ifetch  0x00000003 , 0x00000011 
- 00012700  0x00002418 add  0x00000013 , 0x000000c7 , 0x00000005 
- 00012701  0x0000241a branch  0x000032c5 
- 00012702  0x0000241d call  0x00002f88 
- 00012703  0x0000241e call  0x0000324c 
- 00012704  0x0000241f store  0x00000001 , 0x00000aa2 
- 00012705  0x00002421 call  0x00003274 
- 00012706  0x00002422 fetch  0x00000001 , 0x00000aa2 
- 00012707  0x00002424 isolate1  0x00000003 , 0x00000002 
- 00012708  0x00002425 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00012709  0x00002426 add  0x00000013 , 0x000000b2 , 0x00000005 
- 00012710  0x00002427 istore  0x00000001 , 0x00000005 
- 00012711  0x00002429 beq  0x00000001 , 0x00003216 
- 00012712  0x0000242a call  0x00003245 
- 00012713  0x0000242c call  0x00003274 
- 00012714  0x0000242e isolate1  0x00000004 , 0x00000002 
- 00012715  0x0000242f setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00012716  0x00002430 call  0x00003249 
- 00012717  0x00002432 add  0x00000013 , 0x000000de , 0x00000011 
- 00012718  0x00002433 ifetch  0x00000002 , 0x00000011 
- 00012719  0x00002435 branch  0x00007f9c 
- 00012720  0x00002438 setarg  0x00000001 
- 00012721  0x00002439 store  0x00000001 , 0x00000d54 
- 00012722  0x0000243a call  0x0000329e 
- 00012723  0x0000243c istore  0x00000007 , 0x00000005 
- 00012724  0x0000243d call  0x0000329e 
- 00012725  0x0000243f ncall  0x000031bd , 0x00000034 
- 00012726  0x00002440 call  0x0000329e 
- 00012727  0x00002442 call  0x000031c2 , 0x00000034 
- 00012728  0x00002444 jam  0x00000020 , 0x00000d52 
- 00012729  0x00002446 fetch  0x00000001 , 0x00000d38 
- 00012730  0x00002447 set1  0x00000002 , 0x0000003f 
- 00012731  0x00002448 store  0x00000001 , 0x00000d38 
- 00012732  0x00002449 rtn 
- 00012733  0x0000244c setarg  0x00000001 
- 00012734  0x0000244d call  0x000032a8 
- 00012735  0x00002450 setarg  0x00000140 
- 00012736  0x00002451 arg  0x0000000b , 0x00000007 
- 00012737  0x00002452 branch  0x00007f08 
- 00012738  0x00002454 call  0x000032a7 
- 00012739  0x00002457 setarg  0x00000000 
- 00012740  0x00002458 arg  0x0000000b , 0x00000007 
- 00012741  0x00002459 branch  0x00007f08 
- 00012742  0x0000245c call  0x00003274 
- 00012743  0x0000245e isolate1  0x00000003 , 0x00000002 
- 00012744  0x0000245f branch  0x0000321b , 0x00000001 
- 00012745  0x00002460 arg  0x00000d64 , 0x00000005 
- 00012746  0x00002461 call  0x000031e0 
- 00012747  0x00002462 fetch  0x00000008 , 0x00000d64 
- 00012748  0x00002463 ncall  0x000031e4 , 0x00000034 
- 00012749  0x00002464 fetch  0x00000008 , 0x00000d64 
- 00012750  0x00002465 call  0x000031e9 , 0x00000034 
- 00012751  0x00002466 call  0x00002c7a 
- 00012752  0x00002467 fetch  0x00000008 , 0x00000d64 
- 00012753  0x00002468 arg  0x00000168 , 0x00000011 
- 00012754  0x00002469 call  0x000032bf 
- 00012755  0x0000246a istore  0x00000008 , 0x00000005 
- 00012756  0x0000246c setarg  0x00000170 
- 00012757  0x0000246d iadd  0x00000013 , 0x00000011 
- 00012758  0x0000246e ifetcht  0x00000008 , 0x00000011 
- 00012759  0x00002470 isub  0x00000002 , 0x0000003e 
- 00012760  0x00002471 ncall  0x000031ed , 0x00000005 
- 00012761  0x00002472 setarg  0x00000168 
- 00012762  0x00002473 iadd  0x00000013 , 0x00000011 
- 00012763  0x00002474 ifetch  0x00000008 , 0x00000011 
- 00012764  0x00002476 arg  0x00000170 , 0x00000011 
- 00012765  0x00002477 call  0x000032bf 
- 00012766  0x00002478 istore  0x00000008 , 0x00000005 
- 00012767  0x0000247a branch  0x00002f5e 
- 00012768  0x0000247d setarg  0x0000010b 
- 00012769  0x0000247e iadd  0x00000013 , 0x00000006 
- 00012770  0x00002480 arg  0x00000009 , 0x00000039 
- 00012771  0x00002481 branch  0x00007ff3 
- 00012772  0x00002484 setarg  0x00000001 
- 00012773  0x00002485 call  0x000032ab 
- 00012774  0x00002488 setarg  0x00000140 
- 00012775  0x00002489 arg  0x0000000e , 0x00000007 
- 00012776  0x0000248a branch  0x00007f08 
- 00012777  0x0000248d call  0x000032aa 
- 00012778  0x00002490 setarg  0x00000000 
- 00012779  0x00002491 arg  0x0000000e , 0x00000007 
- 00012780  0x00002492 branch  0x00007f08 
- 00012781  0x00002496 jam  0x00000010 , 0x00000d51 
- 00012782  0x00002497 fetch  0x00000001 , 0x00000d38 
- 00012783  0x00002498 set1  0x00000001 , 0x0000003f 
- 00012784  0x00002499 store  0x00000001 , 0x00000d38 
- 00012785  0x0000249a rtn 
- 00012786  0x0000249d arg  0x00000d74 , 0x00000005 
- 00012787  0x0000249e call  0x000031e0 
- 00012788  0x0000249f fetch  0x00000002 , 0x00000d75 
- 00012789  0x000024a0 ncall  0x00003209 , 0x00000034 
- 00012790  0x000024a1 fetch  0x00000002 , 0x00000d75 
- 00012791  0x000024a2 call  0x0000320e , 0x00000034 
- 00012792  0x000024a3 call  0x00002c7a 
- 00012793  0x000024a4 fetch  0x00000003 , 0x00000d74 
- 00012794  0x000024a5 arg  0x00000178 , 0x00000011 
- 00012795  0x000024a6 call  0x000032c4 
- 00012796  0x000024a8 setarg  0x0000017b 
- 00012797  0x000024a9 iadd  0x00000013 , 0x00000011 
- 00012798  0x000024aa ifetcht  0x00000003 , 0x00000011 
- 00012799  0x000024ac isub  0x00000002 , 0x0000003e 
- 00012800  0x000024ad ncall  0x00003207 , 0x00000005 
- 00012801  0x000024ae setarg  0x00000178 
- 00012802  0x000024af iadd  0x00000013 , 0x00000011 
- 00012803  0x000024b0 ifetch  0x00000003 , 0x00000011 
- 00012804  0x000024b2 arg  0x0000017b , 0x00000011 
- 00012805  0x000024b3 call  0x000032c4 
- 00012806  0x000024b5 branch  0x00002f5e 
- 00012807  0x000024b8 jam  0x00000021 , 0x00000d52 
- 00012808  0x000024b9 branch  0x000031b9 
- 00012809  0x000024bc setarg  0x00000001 
- 00012810  0x000024bd call  0x000032ae 
- 00012811  0x000024c0 setarg  0x00000140 
- 00012812  0x000024c1 arg  0x0000000c , 0x00000007 
- 00012813  0x000024c2 branch  0x00007f08 
- 00012814  0x000024c5 call  0x000032ad 
- 00012815  0x000024c8 setarg  0x00000000 
- 00012816  0x000024c9 arg  0x0000000c , 0x00000007 
- 00012817  0x000024ca branch  0x00007f08 
- 00012818  0x000024cd call  0x000032bd 
- 00012819  0x000024cf beq  0x00000001 , 0x00003216 
- 00012820  0x000024d0 beq  0x00000002 , 0x0000321b 
- 00012821  0x000024d1 rtn 
- 00012822  0x000024d3 setarg  0x0000010d 
- 00012823  0x000024d4 call  0x0000327e 
- 00012824  0x000024d5 arg  0x00000160 , 0x00000011 
- 00012825  0x000024d6 call  0x000032bf 
- 00012826  0x000024d9 branch  0x0000322d 
- 00012827  0x000024dc setarg  0x0000010d 
- 00012828  0x000024dd call  0x0000327e 
- 00012829  0x000024de arg  0x00000164 , 0x00000011 
- 00012830  0x000024df call  0x000032bf 
- 00012831  0x000024e2 branch  0x0000322d 
- 00012832  0x000024e5 call  0x00002c7a 
- 00012833  0x000024e6 add  0x00000013 , 0x000000cd , 0x00000005 
- 00012834  0x000024e7 istore  0x00000001 , 0x00000005 
- 00012835  0x000024e8 rtn 
- 00012836  0x000024eb call  0x00002c7a 
- 00012837  0x000024ec add  0x00000013 , 0x000000be , 0x00000011 
- 00012838  0x000024ed branch  0x0000327f 
- 00012839  0x000024ef call  0x00002c7a 
- 00012840  0x000024f0 add  0x00000013 , 0x000000be , 0x00000005 
- 00012841  0x000024f1 branch  0x0000322d 
- 00012842  0x000024f4 add  0x00000013 , 0x000000ae , 0x00000011 
- 00012843  0x000024f5 branch  0x0000327f 
- 00012844  0x000024f7 add  0x00000013 , 0x000000ae , 0x00000005 
- 00012845  0x000024f9 istore  0x00000004 , 0x00000005 
- 00012846  0x000024fa rtn 
- 00012847  0x000024fd add  0x00000013 , 0x00000090 , 0x00000005 
- 00012848  0x000024fe branch  0x000032b4 
- 00012849  0x00002501 setarg  0x00000000 
- 00012850  0x00002503 call  0x00002c7a 
- 00012851  0x00002504 add  0x00000013 , 0x00000085 , 0x00000005 
- 00012852  0x00002505 branch  0x000032b4 
- 00012853  0x00002508 add  0x00000013 , 0x00000042 , 0x00000005 
- 00012854  0x00002509 branch  0x000032b4 
- 00012855  0x0000250c setarg  0x00000004 
- 00012856  0x0000250e add  0x00000013 , 0x000000cc , 0x00000005 
- 00012857  0x0000250f branch  0x000032b4 
- 00012858  0x00002512 add  0x00000013 , 0x00000087 , 0x00000011 
- 00012859  0x00002513 branch  0x000032d1 
- 00012860  0x00002515 add  0x00000013 , 0x00000087 , 0x00000005 
- 00012861  0x00002516 branch  0x000032b4 
- 00012862  0x00002519 setarg  0x00000002 
- 00012863  0x0000251b add  0x00000013 , 0x000000d0 , 0x00000005 
- 00012864  0x0000251c branch  0x000032b4 
- 00012865  0x0000251f setarg  0x00000001 
- 00012866  0x00002521 call  0x00002c7a 
- 00012867  0x00002522 add  0x00000013 , 0x000000ce , 0x00000005 
- 00012868  0x00002523 branch  0x000032b4 
- 00012869  0x00002526 call  0x00002c7a 
- 00012870  0x00002527 add  0x00000013 , 0x000000b4 , 0x00000011 
- 00012871  0x00002528 branch  0x000032d1 
- 00012872  0x0000252a setarg  0x00000001 
- 00012873  0x0000252c call  0x00002c7a 
- 00012874  0x0000252d add  0x00000013 , 0x000000b4 , 0x00000005 
- 00012875  0x0000252e branch  0x000032b4 
- 00012876  0x00002531 call  0x00002c7a 
- 00012877  0x00002532 add  0x00000013 , 0x000000b2 , 0x00000011 
- 00012878  0x00002533 branch  0x000032d1 
- 00012879  0x00002535 setarg  0x00000001 
- 00012880  0x00002537 call  0x00002c7a 
- 00012881  0x00002538 add  0x00000013 , 0x000000b2 , 0x00000005 
- 00012882  0x00002539 branch  0x000032b4 
- 00012883  0x0000253c call  0x00002c7a 
- 00012884  0x0000253d add  0x00000013 , 0x00000096 , 0x00000011 
- 00012885  0x0000253e branch  0x000032d1 
- 00012886  0x00002540 add  0x00000013 , 0x00000096 , 0x00000005 
- 00012887  0x00002541 branch  0x000032b4 
- 00012888  0x00002544 add  0x00000013 , 0x000000cf , 0x00000011 
- 00012889  0x00002545 branch  0x000032d1 
- 00012890  0x00002547 setarg  0x00000000 
- 00012891  0x00002549 add  0x00000013 , 0x000000cf , 0x00000005 
- 00012892  0x0000254a branch  0x000032b4 
- 00012893  0x0000254d add  0x00000013 , 0x000000d2 , 0x00000011 
- 00012894  0x0000254e branch  0x000032d1 
- 00012895  0x00002551 add  0x00000013 , 0x00000001 , 0x00000011 
- 00012896  0x00002552 branch  0x000032d1 
- 00012897  0x00002555 add  0x00000013 , 0x000000b5 , 0x00000011 
- 00012898  0x00002556 branch  0x000032d1 
- 00012899  0x00002558 setarg  0x00000000 
- 00012900  0x0000255a call  0x00002c7a 
- 00012901  0x0000255b add  0x00000013 , 0x000000b5 , 0x00000005 
- 00012902  0x0000255c branch  0x000032b4 
- 00012903  0x0000255f call  0x00002c7a 
- 00012904  0x00002560 add  0x00000013 , 0x000000fb , 0x00000011 
- 00012905  0x00002561 ifetch  0x00000001 , 0x00000011 
- 00012906  0x00002563 store  0x00000001 , 0x000041de 
- 00012907  0x00002564 rtn 
- 00012908  0x00002567 call  0x00002c7a 
- 00012909  0x00002568 fetch  0x00000001 , 0x000041de 
- 00012910  0x0000256a add  0x00000013 , 0x000000fb , 0x00000005 
- 00012911  0x0000256b branch  0x000032b4 
- 00012912  0x0000256e add  0x00000013 , 0x000000fc , 0x00000011 
- 00012913  0x0000256f branch  0x000032d1 
- 00012914  0x00002572 add  0x00000013 , 0x000000fe , 0x00000005 
- 00012915  0x00002573 branch  0x000032b4 
- 00012916  0x00002576 setarg  0x00000109 
- 00012917  0x00002578 iadd  0x00000013 , 0x00000011 
- 00012918  0x00002579 ifetcht  0x00000001 , 0x00000011 
- 00012919  0x0000257a rtn 
- 00012920  0x0000257d setarg  0x00000135 
- 00012921  0x0000257e branch  0x000032d0 
- 00012922  0x00002580 setarg  0x00000000 
- 00012923  0x00002582 arg  0x00000135 , 0x00000011 
- 00012924  0x00002583 branch  0x000032b3 
- 00012925  0x00002586 setarg  0x0000012b 
- 00012926  0x00002588 call  0x000032cd 
- 00012927  0x0000258a ifetch  0x00000004 , 0x00000011 
- 00012928  0x0000258b rtn 
- 00012929  0x0000258e setarg  0x0000015f 
- 00012930  0x0000258f branch  0x000032d0 
- 00012931  0x00002591 setarg  0x00000000 
- 00012932  0x00002593 arg  0x0000015f , 0x00000011 
- 00012933  0x00002594 branch  0x000032b3 
- 00012934  0x00002597 setarg  0x00000000 
- 00012935  0x00002599 arg  0x0000015c , 0x00000011 
- 00012936  0x0000259a branch  0x000032b3 
- 00012937  0x0000259d arg  0x0000012f , 0x00000011 
- 00012938  0x0000259e branch  0x000032b3 
- 00012939  0x000025a1 setarg  0x00000108 
- 00012940  0x000025a2 branch  0x000032d0 
- 00012941  0x000025a4 arg  0x00000108 , 0x00000011 
- 00012942  0x000025a5 branch  0x000032b3 
- 00012943  0x000025a8 setarg  0x00000105 
- 00012944  0x000025a9 branch  0x000032d0 
- 00012945  0x000025ab setarg  0x00000000 
- 00012946  0x000025ad arg  0x00000105 , 0x00000011 
- 00012947  0x000025ae branch  0x000032b3 
- 00012948  0x000025b1 setarg  0x00000104 
- 00012949  0x000025b2 branch  0x000032d0 
- 00012950  0x000025b4 setarg  0x00000000 
- 00012951  0x000025b6 arg  0x00000104 , 0x00000011 
- 00012952  0x000025b7 branch  0x000032b3 
- 00012953  0x000025ba setarg  0x00000000 
- 00012954  0x000025bc arg  0x0000013b , 0x00000011 
- 00012955  0x000025bd branch  0x000032b3 
- 00012956  0x000025bf setarg  0x00000001 
- 00012957  0x000025c0 branch  0x0000329a 
- 00012958  0x000025c3 setarg  0x0000010c 
- 00012959  0x000025c4 call  0x000032cd 
- 00012960  0x000025c5 ifetch  0x00000007 , 0x00000011 
- 00012961  0x000025c6 rtn 
- 00012962  0x000025c9 setarg  0x0000015e 
- 00012963  0x000025ca branch  0x000032d0 
- 00012964  0x000025cc setarg  0x00000000 
- 00012965  0x000025ce arg  0x0000015e , 0x00000011 
- 00012966  0x000025cf branch  0x000032b3 
- 00012967  0x000025d2 setarg  0x00000000 
- 00012968  0x000025d4 arg  0x00000180 , 0x00000011 
- 00012969  0x000025d5 branch  0x000032b3 
- 00012970  0x000025d8 setarg  0x00000000 
- 00012971  0x000025da arg  0x0000017e , 0x00000011 
- 00012972  0x000025db branch  0x000032b3 
- 00012973  0x000025de setarg  0x00000000 
- 00012974  0x000025e0 arg  0x0000017f , 0x00000011 
- 00012975  0x000025e1 branch  0x000032b3 
- 00012976  0x000025e4 arg  0x00000102 , 0x00000011 
- 00012977  0x000025e5 branch  0x000032b3 
- 00012978  0x000025e8 arg  0x00000103 , 0x00000011 
- 00012979  0x000025ea call  0x000032c7 
- 00012980  0x000025ec istore  0x00000001 , 0x00000005 
- 00012981  0x000025ed rtn 
- 00012982  0x000025f0 setarg  0x0000015d 
- 00012983  0x000025f1 branch  0x000032d0 
- 00012984  0x000025f4 arg  0x0000015d , 0x00000011 
- 00012985  0x000025f5 branch  0x000032b3 
- 00012986  0x000025f8 setarg  0x0000018a 
- 00012987  0x000025f9 call  0x000032d0 
- 00012988  0x000025fa branch  0x0000326a 
- 00012989  0x000025fd setarg  0x0000010c 
- 00012990  0x000025fe branch  0x000032d0 
- 00012991  0x00002601 copy  0x0000003f , 0x00000002 
- 00012992  0x00002602 copy  0x00000011 , 0x0000003f 
- 00012993  0x00002603 iadd  0x00000013 , 0x00000005 
- 00012994  0x00002604 copy  0x00000002 , 0x0000003f 
- 00012995  0x00002605 rtn 
- 00012996  0x00002608 call  0x000032bf 
- 00012997  0x0000260a istore  0x00000003 , 0x00000005 
- 00012998  0x0000260b rtn 
- 00012999  0x0000260e call  0x00002c7a 
- 00013000  0x00002610 copy  0x0000003f , 0x00000012 
- 00013001  0x00002611 copy  0x00000011 , 0x0000003f 
- 00013002  0x00002612 iadd  0x00000013 , 0x00000005 
- 00013003  0x00002613 copy  0x00000012 , 0x0000003f 
- 00013004  0x00002614 rtn 
- 00013005  0x00002617 call  0x00002c7a 
- 00013006  0x00002618 iadd  0x00000013 , 0x00000011 
- 00013007  0x00002619 rtn 
- 00013008  0x0000261c call  0x000032cd 
- 00013009  0x0000261e ifetch  0x00000001 , 0x00000011 
- 00013010  0x0000261f rtn 
- 00013011  0x00002622 call  0x000032cd 
- 00013012  0x00002623 ifetcht  0x00000004 , 0x00000011 
- 00013013  0x00002624 rtn 
- 00013014  0x00002627 setarg  0x00000000 
- 00013015  0x00002628 branch  0x000032b4 
- 00013016  0x0000262d bpatch  0x000000c4 , 0x00004018 
- 00013017  0x0000262e fetch  0x00000001 , 0x00004092 
- 00013018  0x0000262f branch  0x000032d8 , 0x00000034 
- 00013019  0x00002631 beq  0x00000004 , 0x00002f30 
- 00013020  0x00002632 beq  0x0000000f , 0x00003436 
- 00013021  0x00002633 beq  0x00000009 , 0x000045de 
- 00013022  0x00002634 beq  0x0000000a , 0x0000392a 
- 00013023  0x00002635 beq  0x0000000e , 0x000035bf 
- 00013024  0x00002636 beq  0x00000010 , 0x000044a4 
- 00013025  0x00002637 bbit1  0x00000006 , 0x00003d00 
- 00013026  0x00002638 rtn 
- 00013027  0x0000263b bpatch  0x000000c5 , 0x00004018 
- 00013028  0x0000263c jam  0x00000000 , 0x00000151 
- 00013029  0x0000263d jam  0x00000000 , 0x0000017f 
- 00013030  0x0000263e jam  0x00000000 , 0x00000180 
- 00013031  0x0000263f setarg  0x00000000 
- 00013032  0x00002640 store  0x00000005 , 0x000009ae 
- 00013033  0x00002641 fetch  0x00000001 , 0x00004092 
- 00013034  0x00002642 branch  0x000032e3 , 0x00000034 
- 00013035  0x00002643 beq  0x0000000a , 0x00003962 
- 00013036  0x00002645 rtn 
- 00013037  0x00002649 call  0x00007cd1 
- 00013038  0x0000264a call  0x00007d9c 
- 00013039  0x0000264b call  0x000032f6 
- 00013040  0x0000264c fetch  0x00000002 , 0x000041f3 
- 00013041  0x0000264d branch  0x00007f9c 
- 00013042  0x00002650 fetch  0x00000002 , 0x000041f1 
- 00013043  0x00002651 branch  0x00007f9c 
- 00013044  0x00002654 fetch  0x00000002 , 0x000041ef 
- 00013045  0x00002655 branch  0x00007f9c 
- 00013046  0x00002658 bpatch  0x000000c6 , 0x00004018 
- 00013047  0x0000265a arg  0x00004668 , 0x00000011 
- 00013048  0x0000265b call  0x00007fc4 
- 00013049  0x0000265c rtn  0x00000034 
- 00013050  0x0000265e copy  0x0000003f , 0x00000013 
- 00013051  0x0000265f call  0x000032ff 
- 00013052  0x00002660 branch  0x00003324 
- 00013053  0x00002663 arg  0x00000000 , 0x00000013 
- 00013054  0x00002664 rtn 
- 00013055  0x0000266a beq  0x00000001 , 0x00003311 
- 00013056  0x0000266b beq  0x00000010 , 0x00003357 
- 00013057  0x0000266c beq  0x00000005 , 0x00003335 
- 00013058  0x0000266d beq  0x00000012 , 0x0000333c 
- 00013059  0x0000266e beq  0x00000006 , 0x00003353 
- 00013060  0x0000266f beq  0x00000004 , 0x00003394 
- 00013061  0x00002670 beq  0x00000002 , 0x00003399 
- 00013062  0x00002671 beq  0x00000013 , 0x00003394 
- 00013063  0x00002672 beq  0x00000014 , 0x0000334b 
- 00013064  0x00002673 beq  0x00000015 , 0x0000334f 
- 00013065  0x00002674 beq  0x00000003 , 0x0000332e 
- 00013066  0x00002675 beq  0x0000000b , 0x00003340 
- 00013067  0x00002676 beq  0x0000000c , 0x00003347 
- 00013068  0x00002678 beq  0x00000016 , 0x0000335b 
- 00013069  0x00002679 beq  0x00000018 , 0x0000332a 
- 00013070  0x0000267a beq  0x0000002a , 0x0000331a 
- 00013071  0x0000267b beq  0x0000002b , 0x00003318 
- 00013072  0x0000267c rtn 
- 00013073  0x00002680 fetch  0x00000002 , 0x00004682 
- 00013074  0x00002681 set1  0x00000000 , 0x0000003f 
- 00013075  0x00002682 store  0x00000002 , 0x00004682 
- 00013076  0x00002683 fetch  0x00000002 , 0x0000420a 
- 00013077  0x00002684 set0  0x00000000 , 0x0000003f 
- 00013078  0x00002685 store  0x00000002 , 0x0000420a 
- 00013079  0x00002686 rtn 
- 00013080  0x00002689 jam  0x00000000 , 0x00000229 
- 00013081  0x0000268a rtn 
- 00013082  0x0000268d fetch  0x00000001 , 0x00000229 
- 00013083  0x0000268e increase  0x00000001 , 0x0000003f 
- 00013084  0x0000268f store  0x00000001 , 0x00000229 
- 00013085  0x00002690 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00013086  0x00002691 branch  0x000033df , 0x00000002 
- 00013087  0x00002692 jam  0x00000000 , 0x00000229 
- 00013088  0x00002693 fetch  0x00000002 , 0x0000420a 
- 00013089  0x00002694 set1  0x00000009 , 0x0000003f 
- 00013090  0x00002695 store  0x00000002 , 0x0000420a 
- 00013091  0x00002696 branch  0x000033e9 
- 00013092  0x00002699 fetch  0x00000002 , 0x000041f5 
- 00013093  0x0000269a branch  0x00007f9c 
- 00013094  0x0000269d fetch  0x00000002 , 0x000041e9 
- 00013095  0x0000269e branch  0x00007f9c 
- 00013096  0x000026a1 fetch  0x00000002 , 0x000041ed 
- 00013097  0x000026a2 branch  0x00007f9c 
- 00013098  0x000026a5 fetch  0x00000002 , 0x0000420a 
- 00013099  0x000026a6 set1  0x00000001 , 0x0000003f 
- 00013100  0x000026a7 store  0x00000002 , 0x0000420a 
- 00013101  0x000026a8 branch  0x00003412 
- 00013102  0x000026ab fetch  0x00000002 , 0x00004682 
- 00013103  0x000026ac set1  0x00000007 , 0x0000003f 
- 00013104  0x000026ad store  0x00000002 , 0x00004682 
- 00013105  0x000026ae fetch  0x00000002 , 0x0000420a 
- 00013106  0x000026af set1  0x00000002 , 0x0000003f 
- 00013107  0x000026b0 store  0x00000002 , 0x0000420a 
- 00013108  0x000026b1 rtn 
- 00013109  0x000026b4 fetch  0x00000002 , 0x00004682 
- 00013110  0x000026b5 set1  0x00000001 , 0x0000003f 
- 00013111  0x000026b6 store  0x00000002 , 0x00004682 
- 00013112  0x000026b7 fetch  0x00000002 , 0x0000420a 
- 00013113  0x000026b8 set1  0x00000004 , 0x0000003f 
- 00013114  0x000026b9 store  0x00000002 , 0x0000420a 
- 00013115  0x000026ba rtn 
- 00013116  0x000026bd fetch  0x00000002 , 0x00004682 
- 00013117  0x000026be set1  0x00000003 , 0x0000003f 
- 00013118  0x000026bf store  0x00000002 , 0x00004682 
- 00013119  0x000026c0 rtn 
- 00013120  0x000026c3 fetch  0x00000002 , 0x00004682 
- 00013121  0x000026c4 set1  0x00000005 , 0x0000003f 
- 00013122  0x000026c5 store  0x00000002 , 0x00004682 
- 00013123  0x000026c6 fetch  0x00000002 , 0x0000420a 
- 00013124  0x000026c7 set1  0x00000003 , 0x0000003f 
- 00013125  0x000026c8 store  0x00000002 , 0x0000420a 
- 00013126  0x000026c9 rtn 
- 00013127  0x000026cc fetch  0x00000002 , 0x00004682 
- 00013128  0x000026cd set0  0x00000005 , 0x0000003f 
- 00013129  0x000026ce store  0x00000002 , 0x00004682 
- 00013130  0x000026cf rtn 
- 00013131  0x000026d2 fetch  0x00000002 , 0x00004682 
- 00013132  0x000026d3 set1  0x00000009 , 0x0000003f 
- 00013133  0x000026d4 store  0x00000002 , 0x00004682 
- 00013134  0x000026d5 rtn 
- 00013135  0x000026d8 fetch  0x00000002 , 0x00004682 
- 00013136  0x000026d9 set0  0x00000009 , 0x0000003f 
- 00013137  0x000026da store  0x00000002 , 0x00004682 
- 00013138  0x000026db branch  0x00003418 
- 00013139  0x000026de fetch  0x00000002 , 0x00004682 
- 00013140  0x000026df set1  0x00000002 , 0x0000003f 
- 00013141  0x000026e0 store  0x00000002 , 0x00004682 
- 00013142  0x000026e1 rtn 
- 00013143  0x000026e4 fetch  0x00000002 , 0x0000420a 
- 00013144  0x000026e5 set1  0x00000000 , 0x0000003f 
- 00013145  0x000026e6 store  0x00000002 , 0x0000420a 
- 00013146  0x000026e7 rtn 
- 00013147  0x000026ea fetch  0x00000002 , 0x0000420a 
- 00013148  0x000026eb set1  0x00000008 , 0x0000003f 
- 00013149  0x000026ec store  0x00000002 , 0x0000420a 
- 00013150  0x000026ed branch  0x000033e9 
- 00013151  0x000026f1 bpatch  0x000000c7 , 0x00004018 
- 00013152  0x000026f2 store  0x00000001 , 0x0000022a 
- 00013153  0x000026f4 fetch  0x00000001 , 0x0000022a 
- 00013154  0x000026f5 rtn  0x00000034 
- 00013155  0x000026f6 increase  0xffffffff , 0x0000003f 
- 00013156  0x000026f7 store  0x00000001 , 0x0000022a 
- 00013157  0x000026f8 call  0x00007cdd 
- 00013158  0x000026f9 call  0x000033d6 
- 00013159  0x000026fa call  0x00003387 
- 00013160  0x000026fb call  0x0000338d 
- 00013161  0x000026fc call  0x0000651b 
- 00013162  0x000026fd fetch  0x00000002 , 0x000041fd 
- 00013163  0x000026fe call  0x00007f9c 
- 00013164  0x000026ff branch  0x00003361 
- 00013165  0x00002705 ifetch  0x00000001 , 0x00000013 
- 00013166  0x00002706 rtn  0x00000034 
- 00013167  0x00002707 pincrease  0xffffffff 
- 00013168  0x00002708 istore  0x00000001 , 0x00000013 
- 00013169  0x00002709 nrtn  0x00000034 
- 00013170  0x0000270a copy  0x00000012 , 0x0000003f 
- 00013171  0x0000270b branch  0x00007f9c 
- 00013172  0x00002710 ifetch  0x00000002 , 0x00000013 
- 00013173  0x00002711 rtn  0x00000034 
- 00013174  0x00002712 pincrease  0xffffffff 
- 00013175  0x00002713 istore  0x00000002 , 0x00000013 
- 00013176  0x00002714 nrtn  0x00000034 
- 00013177  0x00002715 copy  0x00000012 , 0x0000003f 
- 00013178  0x00002716 branch  0x00007f9c 
- 00013179  0x00002719 fetcht  0x00000002 , 0x0000423f 
- 00013180  0x0000271a add  0x00000002 , 0x00000001 , 0x00000013 
- 00013181  0x0000271b arg  0x0000337f , 0x00000012 
- 00013182  0x0000271c branch  0x0000336d 
- 00013183  0x0000271f call  0x0000342d 
- 00013184  0x00002720 beq  0x00000001 , 0x00003382 
- 00013185  0x00002722 branch  0x0000340a 
- 00013186  0x00002724 setarg  0x00000002 
- 00013187  0x00002725 istore  0x00000001 , 0x00000013 
- 00013188  0x00002726 add  0x00000002 , 0x00000008 , 0x00000012 
- 00013189  0x00002728 ifetch  0x00000002 , 0x00000012 
- 00013190  0x00002729 branch  0x00007f9c 
- 00013191  0x0000272c arg  0x00004205 , 0x00000013 
- 00013192  0x0000272d arg  0x0000338a , 0x00000012 
- 00013193  0x0000272e branch  0x0000336d 
- 00013194  0x00002731 call  0x00002252 
- 00013195  0x00002732 branch  0x0000340e , 0x00000005 
- 00013196  0x00002733 rtn 
- 00013197  0x00002737 arg  0x0000467e , 0x00000013 
- 00013198  0x00002738 arg  0x00003390 , 0x00000012 
- 00013199  0x00002739 branch  0x00003374 
- 00013200  0x0000273c call  0x000033f0 
- 00013201  0x0000273d call  0x00003408 
- 00013202  0x0000273e fetch  0x00000002 , 0x000041f7 
- 00013203  0x0000273f branch  0x00007f9c 
- 00013204  0x00002743 call  0x000033ac 
- 00013205  0x00002745 fetch  0x00000002 , 0x00004682 
- 00013206  0x00002746 set0  0x00000007 , 0x0000003f 
- 00013207  0x00002747 store  0x00000002 , 0x00004682 
- 00013208  0x00002748 rtn 
- 00013209  0x0000274b jam  0x00000000 , 0x00004205 
- 00013210  0x0000274c fetch  0x00000002 , 0x00004682 
- 00013211  0x0000274d bbit1  0x00000007 , 0x0000339e 
- 00013212  0x0000274e isolate0  0x00000001 , 0x0000003f 
- 00013213  0x0000274f call  0x000032fd , 0x00000001 
- 00013214  0x00002751 bpatch  0x000000c8 , 0x00004019 
- 00013215  0x00002752 fetch  0x00000002 , 0x00004682 
- 00013216  0x00002753 set0  0x00000000 , 0x0000003f 
- 00013217  0x00002754 set0  0x00000001 , 0x0000003f 
- 00013218  0x00002755 set0  0x00000002 , 0x0000003f 
- 00013219  0x00002756 set0  0x00000003 , 0x0000003f 
- 00013220  0x00002757 set0  0x00000007 , 0x0000003f 
- 00013221  0x00002758 store  0x00000002 , 0x00004682 
- 00013222  0x00002759 branch  0x00003418 
- 00013223  0x0000275c call  0x000033a9 
- 00013224  0x0000275d branch  0x0000340a 
- 00013225  0x00002761 setarg  0x00000000 
- 00013226  0x00002762 store  0x00000002 , 0x00004208 
- 00013227  0x00002763 rtn 
- 00013228  0x00002765 setarg  0x00000000 
- 00013229  0x00002766 store  0x00000002 , 0x0000420a 
- 00013230  0x00002767 rtn 
- 00013231  0x0000276a fetch  0x00000002 , 0x0000420a 
- 00013232  0x0000276b store  0x00000002 , 0x00004208 
- 00013233  0x0000276c setarg  0x00000000 
- 00013234  0x0000276d store  0x00000002 , 0x0000420a 
- 00013235  0x0000276e rtn 
- 00013236  0x00002771 fetch  0x00000002 , 0x0000420a 
- 00013237  0x00002772 set1  0x00000007 , 0x0000003f 
- 00013238  0x00002773 store  0x00000002 , 0x00004208 
- 00013239  0x00002774 setarg  0x00000000 
- 00013240  0x00002775 store  0x00000002 , 0x0000420a 
- 00013241  0x00002776 rtn 
- 00013242  0x0000277f fetch  0x00000001 , 0x00004682 
- 00013243  0x00002780 isolate1  0x00000005 , 0x0000003f 
- 00013244  0x00002781 rtn 
- 00013245  0x0000278a setarg  0x0000aa55 
- 00013246  0x0000278c store  0x00000002 , 0x00000aaa 
- 00013247  0x0000278d bpatch  0x000000c9 , 0x00004019 
- 00013248  0x0000278e arg  0x00000002 , 0x00000002 
- 00013249  0x0000278f arg  0x00000aaa , 0x00000011 
- 00013250  0x00002790 arg  0x000000c3 , 0x00000012 
- 00013251  0x00002791 branch  0x00006606 
- 00013252  0x00002795 bpatch  0x000000ca , 0x00004019 
- 00013253  0x00002796 arg  0x00000002 , 0x00000002 
- 00013254  0x00002797 arg  0x00000a9a , 0x00000011 
- 00013255  0x00002798 arg  0x000000c3 , 0x00000012 
- 00013256  0x00002799 call  0x000065df 
- 00013257  0x0000279a fetch  0x00000002 , 0x00000a9a 
- 00013258  0x0000279b arg  0x0000aa55 , 0x00000002 
- 00013259  0x0000279c isub  0x00000002 , 0x0000003e 
- 00013260  0x0000279d rtn 
- 00013261  0x000027a1 fetch  0x00000001 , 0x0000455a 
- 00013262  0x000027a2 store  0x00000001 , 0x00004205 
- 00013263  0x000027a3 rtn 
- 00013264  0x000027a6 arg  0x00000009 , 0x00000007 
- 00013265  0x000027a7 branch  0x00002c32 
- 00013266  0x000027aa arg  0x00000009 , 0x00000007 
- 00013267  0x000027ab branch  0x00002c36 
- 00013268  0x000027ae jam  0x00000005 , 0x00004206 
- 00013269  0x000027af branch  0x000033d0 
- 00013270  0x000027b2 arg  0x00004206 , 0x00000013 
- 00013271  0x000027b3 arg  0x000033d2 , 0x00000012 
- 00013272  0x000027b4 branch  0x0000336d 
- 00013273  0x000027b7 jam  0x00000001 , 0x00004363 
- 00013274  0x000027b8 rtn 
- 00013275  0x000027bb jam  0x00000000 , 0x00004363 
- 00013276  0x000027bc rtn 
- 00013277  0x000027bf jam  0x0000000a , 0x00000a99 
- 00013278  0x000027c0 branch  0x00007d8f 
- 00013279  0x000027c3 jam  0x0000001d , 0x00000a99 
- 00013280  0x000027c4 branch  0x00007d8f 
- 00013281  0x000027c7 bpatch  0x000000cb , 0x00004019 
- 00013282  0x000027c8 fetch  0x00000001 , 0x00004207 
- 00013283  0x000027c9 store  0x00000001 , 0x0000016d 
- 00013284  0x000027ca jam  0x00000001 , 0x00000228 
- 00013285  0x000027cb jam  0x00000003 , 0x00000a99 
- 00013286  0x000027cc branch  0x00007d8f 
- 00013287  0x000027cf jam  0x0000001e , 0x00000a99 
- 00013288  0x000027d0 branch  0x00007d8f 
- 00013289  0x000027d3 jam  0x00000004 , 0x00000a99 
- 00013290  0x000027d4 branch  0x00007d8f 
- 00013291  0x000027d7 fetch  0x00000002 , 0x00004687 
- 00013292  0x000027d8 store  0x00000002 , 0x0000467e 
- 00013293  0x000027da call  0x00003404 
- 00013294  0x000027dc jam  0x00000001 , 0x00000a99 
- 00013295  0x000027dd branch  0x00007d8f 
- 00013296  0x000027e0 setarg  0x00000000 
- 00013297  0x000027e1 store  0x00000002 , 0x0000467e 
- 00013298  0x000027e2 jam  0x00000002 , 0x00000a99 
- 00013299  0x000027e3 branch  0x00007d8f 
- 00013300  0x000027e6 jam  0x0000000f , 0x00000a99 
- 00013301  0x000027e7 branch  0x00007d8f 
- 00013302  0x000027ea jam  0x00000010 , 0x00000a99 
- 00013303  0x000027eb branch  0x00007d8f 
- 00013304  0x000027ee jam  0x0000000e , 0x00000a99 
- 00013305  0x000027ef branch  0x00007d8f 
- 00013306  0x000027f2 jam  0x0000000d , 0x00000a99 
- 00013307  0x000027f3 branch  0x00007d8f 
- 00013308  0x000027f6 jam  0x00000017 , 0x00000a99 
- 00013309  0x000027f7 branch  0x00007d8f 
- 00013310  0x000027fa jam  0x00000018 , 0x00000a99 
- 00013311  0x000027fb branch  0x00007d8f 
- 00013312  0x000027fe jam  0x00000016 , 0x00000a99 
- 00013313  0x000027ff branch  0x00007d8f 
- 00013314  0x00002802 jam  0x00000011 , 0x00000a99 
- 00013315  0x00002803 branch  0x00007d8f 
- 00013316  0x00002806 jam  0x00000015 , 0x00000a99 
- 00013317  0x00002807 branch  0x00007d8f 
- 00013318  0x0000280a jam  0x00000014 , 0x00000a99 
- 00013319  0x0000280b branch  0x00007d8f 
- 00013320  0x0000280f jam  0x00000013 , 0x00000a99 
- 00013321  0x00002810 branch  0x00007d8f 
- 00013322  0x00002813 jam  0x00000019 , 0x00000a99 
- 00013323  0x00002814 branch  0x00007d8f 
- 00013324  0x00002817 jam  0x00000006 , 0x00000a99 
- 00013325  0x00002818 branch  0x00007d8f 
- 00013326  0x0000281b jam  0x00000005 , 0x00000a99 
- 00013327  0x0000281c branch  0x00007d8f 
- 00013328  0x0000281f jam  0x0000001f , 0x00000a99 
- 00013329  0x00002820 branch  0x00007d8f 
- 00013330  0x00002823 jam  0x00000020 , 0x00000a99 
- 00013331  0x00002824 branch  0x00007d8f 
- 00013332  0x00002827 jam  0x00000025 , 0x00000a99 
- 00013333  0x00002828 branch  0x00007d8f 
- 00013334  0x0000282b set1  0x0000000d , 0x00000000 
- 00013335  0x0000282c rtn 
- 00013336  0x0000282f set0  0x0000000d , 0x00000000 
- 00013337  0x00002830 rtn 
- 00013338  0x00002845 call  0x0000342d 
- 00013339  0x00002846 beq  0x00000002 , 0x00003424 
- 00013340  0x00002848 setarg  0x00000001 
- 00013341  0x00002849 istore  0x00000001 , 0x00000013 
- 00013342  0x0000284a add  0x00000002 , 0x00000003 , 0x00000011 
- 00013343  0x0000284b add  0x00000002 , 0x00000006 , 0x00000012 
- 00013344  0x0000284d ifetcht  0x00000001 , 0x00000011 
- 00013345  0x0000284e increase  0x00000001 , 0x00000013 
- 00013346  0x0000284f istoret  0x00000001 , 0x00000013 
- 00013347  0x00002850 branch  0x00003385 
- 00013348  0x00002853 setarg  0x00000000 
- 00013349  0x00002854 istore  0x00000001 , 0x00000013 
- 00013350  0x00002855 fetch  0x00000002 , 0x00004682 
- 00013351  0x00002856 bbit0  0x00000009 , 0x00003429 
- 00013352  0x00002857 call  0x00003402 
- 00013353  0x00002859 fetcht  0x00000002 , 0x0000423f 
- 00013354  0x0000285a add  0x00000002 , 0x00000002 , 0x00000011 
- 00013355  0x0000285b add  0x00000002 , 0x00000004 , 0x00000012 
- 00013356  0x0000285c branch  0x00003420 
- 00013357  0x0000285f fetcht  0x00000002 , 0x0000423f 
- 00013358  0x00002860 add  0x00000002 , 0x00000000 , 0x00000013 
- 00013359  0x00002861 ifetch  0x00000001 , 0x00000013 
- 00013360  0x00002862 rtn 
- 00013361  0x00002865 call  0x0000342d 
- 00013362  0x00002866 bne  0x00000000 , 0x00003434 
- 00013363  0x00002867 branch  0x0000340a 
- 00013364  0x00002869 add  0x00000002 , 0x0000000a , 0x00000012 
- 00013365  0x0000286a branch  0x00003385 
- 00013366  0x0000286d rtn  0x0000002b 
- 00013367  0x0000286e jam  0x00000000 , 0x00008081 
- 00013368  0x0000286f setarg  0x00003463 
- 00013369  0x00002870 store  0x00000002 , 0x000041eb 
- 00013370  0x00002871 setarg  0x0000696c 
- 00013371  0x00002872 store  0x00000002 , 0x000041ed 
- 00013372  0x00002873 setarg  0x000034f5 
- 00013373  0x00002874 store  0x00000002 , 0x000041f3 
- 00013374  0x00002875 setarg  0x000034f4 
- 00013375  0x00002876 store  0x00000002 , 0x000041ef 
- 00013376  0x00002877 setarg  0x0000347e 
- 00013377  0x00002878 store  0x00000002 , 0x000041f5 
- 00013378  0x00002879 setarg  0x000034b2 
- 00013379  0x0000287a store  0x00000002 , 0x000041fd 
- 00013380  0x0000287b setarg  0x00003465 
- 00013381  0x0000287c store  0x00000002 , 0x000041fb 
- 00013382  0x0000287d setarg  0x00003470 
- 00013383  0x0000287e store  0x00000002 , 0x000041e9 
- 00013384  0x0000287f setarg  0x00003501 
- 00013385  0x00002880 store  0x00000002 , 0x000041f9 
- 00013386  0x00002881 bpatch  0x000000cc , 0x00004019 
- 00013387  0x00002882 call  0x0000359b 
- 00013388  0x00002883 call  0x00006948 
- 00013389  0x00002884 call  0x000035ad 
- 00013390  0x00002885 call  0x00007d08 
- 00013391  0x00002886 call  0x00007cd3 
- 00013392  0x00002887 setarg  0x0000350b 
- 00013393  0x00002888 store  0x00000002 , 0x00004766 
- 00013394  0x00002889 setarg  0x000034fc 
- 00013395  0x0000288a store  0x00000002 , 0x0000475d 
- 00013396  0x0000288b setarg  0x000034f8 
- 00013397  0x0000288c store  0x00000002 , 0x0000475f 
- 00013398  0x0000288d setarg  0x0000346c 
- 00013399  0x0000288e store  0x00000002 , 0x00004761 
- 00013400  0x0000288f setarg  0x000035a2 
- 00013401  0x00002890 store  0x00000002 , 0x000046a9 
- 00013402  0x00002891 setarg  0x000035a4 
- 00013403  0x00002892 store  0x00000002 , 0x000046ab 
- 00013404  0x00002893 setarg  0x000035a9 
- 00013405  0x00002894 store  0x00000002 , 0x000046b4 
- 00013406  0x00002895 setarg  0x000035a6 
- 00013407  0x00002896 store  0x00000002 , 0x000046b6 
- 00013408  0x00002897 fetch  0x00000002 , 0x00004682 
- 00013409  0x00002898 rtnbit1  0x0000000c 
- 00013410  0x00002899 branch  0x0000340a 
- 00013411  0x0000289c call  0x00003586 
- 00013412  0x0000289d branch  0x0000340a 
- 00013413  0x000028a0 call  0x00005892 
- 00013414  0x000028a1 nrtn  0x00000034 
- 00013415  0x000028a2 arg  0x00000b06 , 0x00000011 
- 00013416  0x000028a3 call  0x00007e54 
- 00013417  0x000028a4 nrtn  0x00000028 
- 00013418  0x000028a5 arg  0x00000b06 , 0x00000006 
- 00013419  0x000028a6 branch  0x00004746 
- 00013420  0x000028a9 fetch  0x00000002 , 0x00004797 
- 00013421  0x000028aa store  0x00000002 , 0x00004791 
- 00013422  0x000028ab jam  0x00000001 , 0x00004753 
- 00013423  0x000028ac branch  0x0000358f 
- 00013424  0x000028af fetch  0x00000001 , 0x0000479d 
- 00013425  0x000028b0 beq  0x00000001 , 0x00003479 
- 00013426  0x000028b1 fetch  0x00000002 , 0x00004682 
- 00013427  0x000028b2 bbit0  0x00000009 , 0x00003479 
- 00013428  0x000028b3 fetch  0x00000001 , 0x0000479e 
- 00013429  0x000028b4 beq  0x00000001 , 0x000033d0 
- 00013430  0x000028b5 fetch  0x00000001 , 0x00004700 
- 00013431  0x000028b6 nbranch  0x000033d0 , 0x00000034 
- 00013432  0x000028b7 branch  0x000033d2 
- 00013433  0x000028ba fetch  0x00000001 , 0x0000479b 
- 00013434  0x000028bb fetcht  0x00000001 , 0x0000479c 
- 00013435  0x000028bc ior  0x00000002 , 0x0000003f 
- 00013436  0x000028bd beq  0x00000001 , 0x000033d0 
- 00013437  0x000028be branch  0x000033d2 
- 00013438  0x000028c1 copy  0x00000013 , 0x0000003f 
- 00013439  0x000028c2 beq  0x0000002d , 0x00003431 
- 00013440  0x000028c3 beq  0x00000010 , 0x0000341a 
- 00013441  0x000028c4 beq  0x00000014 , 0x000034df 
- 00013442  0x000028c5 beq  0x00000015 , 0x000034e8 
- 00013443  0x000028c6 beq  0x00000040 , 0x00003485 
- 00013444  0x000028c7 rtn 
- 00013445  0x000028c9 fetch  0x00000002 , 0x00004509 
- 00013446  0x000028ca beq  0x00000001 , 0x0000348c 
- 00013447  0x000028cc fetch  0x00000002 , 0x000043d8 
- 00013448  0x000028cd branch  0x000034a2 , 0x00000034 
- 00013449  0x000028cf jam  0x00000002 , 0x0000478a 
- 00013450  0x000028d0 jam  0x0000003c , 0x0000478f 
- 00013451  0x000028d1 rtn 
- 00013452  0x000028d4 fetch  0x00000002 , 0x0000449a 
- 00013453  0x000028d5 branch  0x000034a0 , 0x00000034 
- 00013454  0x000028d7 jam  0x00000001 , 0x0000478a 
- 00013455  0x000028d8 fetcht  0x00000002 , 0x000047b4 
- 00013456  0x000028d9 fetch  0x00000002 , 0x00004496 
- 00013457  0x000028da iadd  0x00000002 , 0x0000003f 
- 00013458  0x000028db store  0x00000002 , 0x00004496 
- 00013459  0x000028dc copy  0x0000003f , 0x00000011 
- 00013460  0x000028dd fetch  0x00000002 , 0x00004498 
- 00013461  0x000028de iadd  0x00000002 , 0x0000003f 
- 00013462  0x000028df store  0x00000002 , 0x00004498 
- 00013463  0x000028e0 iadd  0x00000011 , 0x0000003f 
- 00013464  0x000028e1 rshift  0x0000003f , 0x00000002 
- 00013465  0x000028e2 fetch  0x00000002 , 0x000047c0 
- 00013466  0x000028e3 idiv  0x00000002 
- 00013467  0x000028e4 call  0x00007f86 
- 00013468  0x000028e5 quotient  0x0000003f 
- 00013469  0x000028e6 store  0x00000002 , 0x0000449a 
- 00013470  0x000028e7 jam  0x00000001 , 0x00004790 
- 00013471  0x000028e8 rtn 
- 00013472  0x000028ea jam  0x00000003 , 0x0000478a 
- 00013473  0x000028eb rtn 
- 00013474  0x000028ee jam  0x00000000 , 0x00004172 
- 00013475  0x000028ef jam  0x00000000 , 0x00004790 
- 00013476  0x000028f0 fetch  0x00000002 , 0x000043d6 
- 00013477  0x000028f1 fetcht  0x00000002 , 0x000047be 
- 00013478  0x000028f2 isub  0x00000002 , 0x0000003e 
- 00013479  0x000028f3 setflag  0x00000002 , 0x00000000 , 0x00000011 
- 00013480  0x000028f4 fetch  0x00000002 , 0x000047c0 
- 00013481  0x000028f5 fetcht  0x00000002 , 0x000043d6 
- 00013482  0x000028f6 isub  0x00000002 , 0x0000003f 
- 00013483  0x000028f7 setflag  0x00000002 , 0x00000001 , 0x00000011 
- 00013484  0x000028f8 compare  0x00000003 , 0x00000011 , 0x00000003 
- 00013485  0x000028f9 rtn  0x00000001 
- 00013486  0x000028fa fetch  0x00000008 , 0x000047be 
- 00013487  0x000028fb store  0x00000008 , 0x00004496 
- 00013488  0x000028fc jam  0x00000001 , 0x00004790 
- 00013489  0x000028fd rtn 
- 00013490  0x00002902 call  0x0000337b 
- 00013491  0x00002903 call  0x000034b9 
- 00013492  0x00002904 call  0x000034be 
- 00013493  0x00002905 call  0x000034d5 
- 00013494  0x00002906 call  0x000034ca 
- 00013495  0x00002907 call  0x000034c4 
- 00013496  0x00002908 branch  0x000034d9 
- 00013497  0x0000290c arg  0x00004799 , 0x00000013 
- 00013498  0x0000290d arg  0x000034bc , 0x00000012 
- 00013499  0x0000290e branch  0x0000336d 
- 00013500  0x00002910 jam  0x00000000 , 0x0000479a 
- 00013501  0x00002911 rtn 
- 00013502  0x00002913 arg  0x00004793 , 0x00000013 
- 00013503  0x00002914 arg  0x000034c1 , 0x00000012 
- 00013504  0x00002915 branch  0x00003374 
- 00013505  0x00002917 arg  0x000046bf , 0x00000013 
- 00013506  0x00002918 arg  0x0000469e , 0x00000012 
- 00013507  0x00002919 branch  0x00003591 
- 00013508  0x0000291d arg  0x0000478f , 0x00000013 
- 00013509  0x0000291e arg  0x000034c7 , 0x00000012 
- 00013510  0x0000291f branch  0x0000336d 
- 00013511  0x00002922 fetch  0x00000002 , 0x0000449a 
- 00013512  0x00002923 store  0x00000001 , 0x00004172 
- 00013513  0x00002924 rtn 
- 00013514  0x00002926 arg  0x00004790 , 0x00000013 
- 00013515  0x00002927 arg  0x000034cd , 0x00000012 
- 00013516  0x00002928 branch  0x0000336d 
- 00013517  0x0000292a fetch  0x00000001 , 0x0000043f 
- 00013518  0x0000292b compare  0x00000000 , 0x0000003f , 0x00000060 
- 00013519  0x0000292c nbranch  0x000034d3 , 0x00000001 
- 00013520  0x0000292d jam  0x00000001 , 0x0000478a 
- 00013521  0x0000292e call  0x00003416 
- 00013522  0x0000292f branch  0x00005abf 
- 00013523  0x00002931 jam  0x00000001 , 0x00004790 
- 00013524  0x00002932 rtn 
- 00013525  0x00002935 arg  0x00004791 , 0x00000013 
- 00013526  0x00002936 arg  0x000034d8 , 0x00000012 
- 00013527  0x00002937 branch  0x00003374 
- 00013528  0x0000293b branch  0x0000341a 
- 00013529  0x00002940 arg  0x0000478d , 0x00000013 
- 00013530  0x00002941 arg  0x000034dc , 0x00000012 
- 00013531  0x00002942 branch  0x00003374 
- 00013532  0x00002944 fetch  0x00000002 , 0x000047a7 
- 00013533  0x00002945 store  0x00000002 , 0x0000478d 
- 00013534  0x00002946 branch  0x000035af 
- 00013535  0x0000294a fetch  0x00000002 , 0x000047a7 
- 00013536  0x0000294b store  0x00000002 , 0x0000478d 
- 00013537  0x0000294c setarg  0x00000000 
- 00013538  0x0000294d store  0x00000002 , 0x00004793 
- 00013539  0x0000294e store  0x00000002 , 0x00004791 
- 00013540  0x0000294f call  0x0000355c 
- 00013541  0x00002950 call  0x00003586 
- 00013542  0x00002951 jam  0x00000000 , 0x00004172 
- 00013543  0x00002952 branch  0x000033f8 
- 00013544  0x00002958 setarg  0x00000000 
- 00013545  0x00002959 store  0x00000004 , 0x0000478d 
- 00013546  0x0000295a store  0x00000003 , 0x0000478a 
- 00013547  0x0000295b store  0x00000002 , 0x00004509 
- 00013548  0x0000295d jam  0x00000001 , 0x000047a0 
- 00013549  0x0000295e fetch  0x00000002 , 0x00004797 
- 00013550  0x0000295f store  0x00000002 , 0x00004791 
- 00013551  0x00002960 call  0x00007e38 
- 00013552  0x00002961 fetch  0x00000001 , 0x00004759 
- 00013553  0x00002962 rtneq  0x00000000 
- 00013554  0x00002963 call  0x0000358f 
- 00013555  0x00002964 branch  0x0000356e 
- 00013556  0x00002969 branch  0x00003508 
- 00013557  0x0000296d fetch  0x00000001 , 0x00004759 
- 00013558  0x0000296e rtnne  0x00000002 
- 00013559  0x0000296f branch  0x00003508 
- 00013560  0x00002975 arg  0x000046cd , 0x00000013 
- 00013561  0x00002976 call  0x00003582 
- 00013562  0x00002977 arg  0x000046c6 , 0x00000013 
- 00013563  0x00002979 branch  0x00003584 
- 00013564  0x0000297c jam  0x00000000 , 0x0000436e 
- 00013565  0x0000297d arg  0x000046db , 0x00000013 
- 00013566  0x0000297e call  0x00003582 
- 00013567  0x0000297f arg  0x000046d4 , 0x00000013 
- 00013568  0x00002980 branch  0x000034fb 
- 00013569  0x00002983 fetch  0x00000001 , 0x00000477 
- 00013570  0x00002984 beq  0x00000012 , 0x00003504 
- 00013571  0x00002985 rtn 
- 00013572  0x00002987 fetch  0x00000002 , 0x00000478 
- 00013573  0x00002989 beq  0x0000000d , 0x00003536 
- 00013574  0x0000298a beq  0x0000000b , 0x00003571 
- 00013575  0x0000298b rtn 
- 00013576  0x00002991 fetch  0x00000001 , 0x00004753 
- 00013577  0x00002992 rtn  0x00000034 
- 00013578  0x00002993 branch  0x00006978 
- 00013579  0x00002998 copy  0x00000011 , 0x0000003f 
- 00013580  0x00002999 branch  0x00003510 , 0x00000034 
- 00013581  0x0000299b copy  0x00000007 , 0x0000003f 
- 00013582  0x0000299c beq  0x00000000 , 0x00003513 
- 00013583  0x0000299d rtn 
- 00013584  0x0000299f copy  0x00000007 , 0x0000003f 
- 00013585  0x000029a0 beq  0x00000000 , 0x0000351b 
- 00013586  0x000029a1 rtn 
- 00013587  0x000029a4 jam  0x00000001 , 0x0000479d 
- 00013588  0x000029a5 arg  0x000046f7 , 0x00000013 
- 00013589  0x000029a6 call  0x00003582 
- 00013590  0x000029a7 arg  0x000046f0 , 0x00000013 
- 00013591  0x000029a8 call  0x00003584 
- 00013592  0x000029a9 fetch  0x00000002 , 0x00004682 
- 00013593  0x000029aa bbit0  0x00000009 , 0x00003532 
- 00013594  0x000029ab branch  0x00003521 
- 00013595  0x000029ae jam  0x00000000 , 0x0000479d 
- 00013596  0x000029af branch  0x0000351d 
- 00013597  0x000029b4 fetch  0x00000001 , 0x0000479a 
- 00013598  0x000029b5 rtnne  0x00000001 
- 00013599  0x000029b6 jam  0x00000005 , 0x00004799 
- 00013600  0x000029b7 rtn 
- 00013601  0x000029ba fetch  0x00000001 , 0x0000479a 
- 00013602  0x000029bb pincrease  0x00000001 
- 00013603  0x000029bc store  0x00000001 , 0x0000479a 
- 00013604  0x000029bd beq  0x00000001 , 0x00003527 
- 00013605  0x000029be beq  0x00000002 , 0x0000352b 
- 00013606  0x000029bf rtn 
- 00013607  0x000029c1 call  0x0000355c 
- 00013608  0x000029c2 jam  0x00000001 , 0x00004771 
- 00013609  0x000029c3 arg  0x0000476c , 0x00000013 
- 00013610  0x000029c4 branch  0x00003544 
- 00013611  0x000029c6 jam  0x00000000 , 0x0000479a 
- 00013612  0x000029c7 jam  0x00000002 , 0x00004771 
- 00013613  0x000029c8 arg  0x0000476c , 0x00000013 
- 00013614  0x000029c9 call  0x00003544 
- 00013615  0x000029ca fetch  0x00000001 , 0x0000479e 
- 00013616  0x000029cb beq  0x00000001 , 0x00003551 
- 00013617  0x000029cc rtn 
- 00013618  0x000029cf fetch  0x00000002 , 0x00004797 
- 00013619  0x000029d0 store  0x00000002 , 0x00004791 
- 00013620  0x000029d1 call  0x0000355c 
- 00013621  0x000029d2 branch  0x0000358f 
- 00013622  0x000029d6 bpatch  0x000000cd , 0x00004019 
- 00013623  0x000029d7 call  0x000036fc 
- 00013624  0x000029d8 ifetch  0x00000001 , 0x00000011 
- 00013625  0x000029d9 beq  0x00000003 , 0x0000353c 
- 00013626  0x000029da beq  0x00000007 , 0x00003540 
- 00013627  0x000029db rtn 
- 00013628  0x000029de fetch  0x00000001 , 0x0000479e 
- 00013629  0x000029df beq  0x00000000 , 0x00003551 
- 00013630  0x000029e0 beq  0x00000001 , 0x0000355c 
- 00013631  0x000029e1 rtn 
- 00013632  0x000029e4 ifetch  0x00000001 , 0x00000012 
- 00013633  0x000029e5 beq  0x00000001 , 0x00003564 
- 00013634  0x000029e6 beq  0x00000000 , 0x00003569 
- 00013635  0x000029e7 rtn 
- 00013636  0x000029ef bpatch  0x000000ce , 0x00004019 
- 00013637  0x000029f0 fetch  0x00000001 , 0x0000478b 
- 00013638  0x000029f1 isolate1  0x00000000 , 0x0000003f 
- 00013639  0x000029f2 nrtn  0x00000001 
- 00013640  0x000029f3 add  0x00000013 , 0x00000006 , 0x00000006 
- 00013641  0x000029f4 ifetch  0x00000002 , 0x00000006 
- 00013642  0x000029f5 byteswap  0x0000003f , 0x0000003f 
- 00013643  0x000029f6 add  0x0000003f , 0x00000005 , 0x00000039 
- 00013644  0x000029f7 add  0x00000013 , 0x00000003 , 0x00000006 
- 00013645  0x000029f8 call  0x000036f0 
- 00013646  0x000029f9 istore  0x00000001 , 0x00000006 
- 00013647  0x000029fa copy  0x00000013 , 0x00000011 
- 00013648  0x000029fb branch  0x00007e3d 
- 00013649  0x00002a02 fetch  0x00000001 , 0x00004759 
- 00013650  0x00002a03 rtn  0x00000034 
- 00013651  0x00002a04 jam  0x00000001 , 0x0000479e 
- 00013652  0x00002a05 arg  0x000046e9 , 0x00000013 
- 00013653  0x00002a06 call  0x00003582 
- 00013654  0x00002a07 arg  0x000046e2 , 0x00000013 
- 00013655  0x00002a08 call  0x00003584 
- 00013656  0x00002a09 jam  0x00000004 , 0x00004780 
- 00013657  0x00002a0a jam  0x00000001 , 0x00004783 
- 00013658  0x00002a0b arg  0x0000477b , 0x00000013 
- 00013659  0x00002a0c branch  0x00003544 
- 00013660  0x00002a0e fetch  0x00000001 , 0x0000479e 
- 00013661  0x00002a0f rtn  0x00000034 
- 00013662  0x00002a10 jam  0x00000000 , 0x0000479e 
- 00013663  0x00002a11 call  0x00003586 
- 00013664  0x00002a12 jam  0x00000004 , 0x00004780 
- 00013665  0x00002a13 jam  0x00000000 , 0x00004783 
- 00013666  0x00002a14 arg  0x0000477b , 0x00000013 
- 00013667  0x00002a15 branch  0x00003544 
- 00013668  0x00002a18 jam  0x00000001 , 0x0000479f 
- 00013669  0x00002a19 jam  0x00000007 , 0x00004780 
- 00013670  0x00002a1a jam  0x00000001 , 0x00004783 
- 00013671  0x00002a1b arg  0x0000477b , 0x00000013 
- 00013672  0x00002a1c branch  0x00003544 
- 00013673  0x00002a1e jam  0x00000000 , 0x0000479f 
- 00013674  0x00002a1f jam  0x00000007 , 0x00004780 
- 00013675  0x00002a20 jam  0x00000000 , 0x00004783 
- 00013676  0x00002a21 arg  0x0000477b , 0x00000013 
- 00013677  0x00002a22 branch  0x00003544 
- 00013678  0x00002a24 fetch  0x00000001 , 0x0000479f 
- 00013679  0x00002a25 rtn  0x00000034 
- 00013680  0x00002a26 branch  0x00003551 
- 00013681  0x00002a29 ifetch  0x00000002 , 0x00000011 
- 00013682  0x00002a2a store  0x00000002 , 0x0000478b 
- 00013683  0x00002a2b isolate1  0x00000000 , 0x0000003f 
- 00013684  0x00002a2c nrtn  0x00000001 
- 00013685  0x00002a2d fetch  0x00000001 , 0x000047a0 
- 00013686  0x00002a2e rtn  0x00000034 
- 00013687  0x00002a2f jam  0x00000000 , 0x000047a0 
- 00013688  0x00002a30 fetch  0x00000008 , 0x000047b6 
- 00013689  0x00002a31 store  0x00000008 , 0x00004496 
- 00013690  0x00002a32 jam  0x00000002 , 0x00004790 
- 00013691  0x00002a33 call  0x000035af 
- 00013692  0x00002a34 call  0x000035b9 
- 00013693  0x00002a35 jam  0x00000007 , 0x00004780 
- 00013694  0x00002a36 fetch  0x00000001 , 0x0000479f 
- 00013695  0x00002a37 store  0x00000001 , 0x00004783 
- 00013696  0x00002a38 arg  0x0000477b , 0x00000013 
- 00013697  0x00002a39 branch  0x00003544 
- 00013698  0x00002a3e arg  0x00000001 , 0x00000011 
- 00013699  0x00002a3f branch  0x00003585 
- 00013700  0x00002a41 arg  0x00000000 , 0x00000011 
- 00013701  0x00002a43 branch  0x0000358c 
- 00013702  0x00002a46 arg  0x00000000 , 0x00000011 
- 00013703  0x00002a47 call  0x00007d19 
- 00013704  0x00002a48 arg  0x00000001 , 0x00000011 
- 00013705  0x00002a49 call  0x00007d19 
- 00013706  0x00002a4a fetch  0x00000001 , 0x000047a1 
- 00013707  0x00002a4b branch  0x000069d7 
- 00013708  0x00002a4e call  0x00007d04 
- 00013709  0x00002a4f arg  0x00000007 , 0x00000039 
- 00013710  0x00002a50 branch  0x00007d26 
- 00013711  0x00002a55 arg  0x000046b8 , 0x00000013 
- 00013712  0x00002a56 arg  0x0000469a , 0x00000012 
- 00013713  0x00002a58 call  0x00003596 
- 00013714  0x00002a59 call  0x00003584 
- 00013715  0x00002a5a fetch  0x00000002 , 0x00004795 
- 00013716  0x00002a5b store  0x00000002 , 0x00004793 
- 00013717  0x00002a5c branch  0x000033fa 
- 00013718  0x00002a5f ifetch  0x00000002 , 0x00000012 
- 00013719  0x00002a60 store  0x00000002 , 0x00004154 
- 00013720  0x00002a61 ifetch  0x00000002 , 0x00000006 
- 00013721  0x00002a62 store  0x00000002 , 0x00004482 
- 00013722  0x00002a63 rtn 
- 00013723  0x00002a66 arg  0x00000000 , 0x00000011 
- 00013724  0x00002a67 call  0x000069a6 
- 00013725  0x00002a68 fetch  0x00000006 , 0x000047a1 
- 00013726  0x00002a69 store  0x00000006 , 0x00000a9a 
- 00013727  0x00002a6a call  0x000069ae 
- 00013728  0x00002a6b fetch  0x00000001 , 0x000047a1 
- 00013729  0x00002a6c branch  0x000069d7 
- 00013730  0x00002a6f jam  0x00000001 , 0x0000479b 
- 00013731  0x00002a70 rtn 
- 00013732  0x00002a72 jam  0x00000000 , 0x0000479b 
- 00013733  0x00002a73 rtn 
- 00013734  0x00002a78 jam  0x00000000 , 0x0000479c 
- 00013735  0x00002a79 fetch  0x00000001 , 0x000047a1 
- 00013736  0x00002a7a branch  0x000069d7 
- 00013737  0x00002a7d jam  0x00000001 , 0x0000479c 
- 00013738  0x00002a7e fetch  0x00000006 , 0x000047a1 
- 00013739  0x00002a7f store  0x00000006 , 0x00000a9a 
- 00013740  0x00002a80 branch  0x000069ae 
- 00013741  0x00002a85 jam  0x00000000 , 0x0000422d 
- 00013742  0x00002a86 branch  0x000068a8 
- 00013743  0x00002a89 call  0x000068eb 
- 00013744  0x00002a8a call  0x00006908 
- 00013745  0x00002a8b store  0x00000002 , 0x000047b0 
- 00013746  0x00002a8c arg  0x000047aa , 0x00000011 
- 00013747  0x00002a8d call  0x00006930 
- 00013748  0x00002a8e store  0x00000001 , 0x000047a9 
- 00013749  0x00002a8f beq  0x00000000 , 0x000035be 
- 00013750  0x00002a90 sub  0x0000003f , 0x00000064 , 0x0000003e 
- 00013751  0x00002a91 nbranch  0x000035bc , 0x00000002 
- 00013752  0x00002a92 store  0x00000001 , 0x00004783 
- 00013753  0x00002a94 jam  0x00000005 , 0x00004780 
- 00013754  0x00002a95 arg  0x0000477b , 0x00000013 
- 00013755  0x00002a96 branch  0x00003544 
- 00013756  0x00002a98 jam  0x00000064 , 0x00004783 
- 00013757  0x00002a99 branch  0x000035b9 
- 00013758  0x00002a9c branch  0x0000341a 
- 00013759  0x00002aa1 rtn  0x0000002b 
- 00013760  0x00002aa2 hfetch  0x00000001 , 0x00008081 
- 00013761  0x00002aa3 and_into  0x000000f0 , 0x0000003f 
- 00013762  0x00002aa4 hstore  0x00000001 , 0x00008081 
- 00013763  0x00002aa5 setarg  0x00003631 
- 00013764  0x00002aa6 store  0x00000002 , 0x000041eb 
- 00013765  0x00002aa8 setarg  0x00003633 
- 00013766  0x00002aa9 store  0x00000002 , 0x000041ed 
- 00013767  0x00002aab setarg  0x0000340a 
- 00013768  0x00002aac store  0x00000002 , 0x000041f7 
- 00013769  0x00002aae setarg  0x00003635 
- 00013770  0x00002aaf store  0x00000002 , 0x000041f3 
- 00013771  0x00002ab1 setarg  0x0000364b 
- 00013772  0x00002ab2 store  0x00000002 , 0x000041f5 
- 00013773  0x00002ab4 setarg  0x000033d0 
- 00013774  0x00002ab5 store  0x00000002 , 0x000041e9 
- 00013775  0x00002ab7 setarg  0x000036f6 
- 00013776  0x00002ab8 store  0x00000002 , 0x000041f9 
- 00013777  0x00002aba setarg  0x0000367a 
- 00013778  0x00002abb store  0x00000002 , 0x000041fd 
- 00013779  0x00002abd call  0x00002c7a 
- 00013780  0x00002abe setarg  0x00003722 
- 00013781  0x00002abf add  0x00000013 , 0x000000de , 0x00000005 
- 00013782  0x00002ac0 istore  0x00000002 , 0x00000005 
- 00013783  0x00002ac2 setarg  0x000035ed 
- 00013784  0x00002ac3 store  0x00000002 , 0x0000475b 
- 00013785  0x00002ac5 setarg  0x000035ef 
- 00013786  0x00002ac6 store  0x00000002 , 0x0000475f 
- 00013787  0x00002ac8 bpatch  0x000000cf , 0x00004019 
- 00013788  0x00002ac9 call  0x00003628 
- 00013789  0x00002aca call  0x00007e38 
- 00013790  0x00002acb jam  0x00000002 , 0x00004172 
- 00013791  0x00002acc jam  0x00000000 , 0x000049f6 
- 00013792  0x00002acd fetch  0x00000001 , 0x000047cb 
- 00013793  0x00002ace store  0x00000001 , 0x0000469a 
- 00013794  0x00002acf beq  0x00000000 , 0x000035ee 
- 00013795  0x00002ad0 fetch  0x00000001 , 0x000047cc 
- 00013796  0x00002ad1 store  0x00000001 , 0x00004686 
- 00013797  0x00002ad2 jam  0x00000000 , 0x0000436e 
- 00013798  0x00002ad4 call  0x0000360f 
- 00013799  0x00002ad5 call  0x00007cd3 
- 00013800  0x00002ad6 call  0x00007cdd 
- 00013801  0x00002ad7 jam  0x00000001 , 0x000047f3 
- 00013802  0x00002ad8 fetch  0x00000002 , 0x00004682 
- 00013803  0x00002ad9 rtnbit1  0x0000000c 
- 00013804  0x00002ada branch  0x0000340a 
- 00013805  0x00002add branch  0x0000360f 
- 00013806  0x00002ae0 jam  0x00000002 , 0x000047f3 
- 00013807  0x00002ae2 jam  0x00000001 , 0x0000436e 
- 00013808  0x00002ae3 call  0x0000360f 
- 00013809  0x00002ae4 arg  0x00000000 , 0x00000011 
- 00013810  0x00002ae5 call  0x00007d1e 
- 00013811  0x00002ae7 setarg  0x00000020 
- 00013812  0x00002ae8 call  0x000046f0 
- 00013813  0x00002aea arg  0x000043b7 , 0x00000005 
- 00013814  0x00002aeb fetch  0x00000001 , 0x000044a0 
- 00013815  0x00002aed and  0x0000003f , 0x000000f0 , 0x00000002 
- 00013816  0x00002aee rshift4  0x00000002 , 0x00000002 
- 00013817  0x00002aef call  0x00003609 
- 00013818  0x00002af0 istoret  0x00000001 , 0x00000005 
- 00013819  0x00002af1 and  0x0000003f , 0x0000000f , 0x00000002 
- 00013820  0x00002af2 call  0x00003609 
- 00013821  0x00002af3 istoret  0x00000001 , 0x00000005 
- 00013822  0x00002af4 call  0x000057a6 
- 00013823  0x00002af5 fetcht  0x00000001 , 0x000043af 
- 00013824  0x00002af6 copy  0x00000002 , 0x00000039 
- 00013825  0x00002af7 arg  0x00004372 , 0x00000005 
- 00013826  0x00002af8 arg  0x000043b0 , 0x00000006 
- 00013827  0x00002af9 call  0x00007f01 
- 00013828  0x00002afb fetcht  0x00000001 , 0x000043af 
- 00013829  0x00002afc copy  0x00000002 , 0x00000039 
- 00013830  0x00002afd arg  0x00004392 , 0x00000005 
- 00013831  0x00002afe arg  0x000043b0 , 0x00000006 
- 00013832  0x00002aff branch  0x00007f01 
- 00013833  0x00002b01 sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00013834  0x00002b02 branch  0x0000360d , 0x00000002 
- 00013835  0x00002b03 add  0x00000002 , 0x00000037 , 0x00000002 
- 00013836  0x00002b04 rtn 
- 00013837  0x00002b06 add  0x00000002 , 0x00000030 , 0x00000002 
- 00013838  0x00002b07 rtn 
- 00013839  0x00002b0a fetch  0x00000001 , 0x000047c0 
- 00013840  0x00002b0b bne  0x000000ff , 0x00003621 
- 00013841  0x00002b0d fetch  0x00000001 , 0x000047be 
- 00013842  0x00002b0e bne  0x000000ff , 0x00003624 
- 00013843  0x00002b10 fetch  0x00000001 , 0x000047c9 
- 00013844  0x00002b11 bne  0x000000ff , 0x00003626 
- 00013845  0x00002b13 fetch  0x00000001 , 0x0000472c 
- 00013846  0x00002b14 copy  0x0000003f , 0x00000039 
- 00013847  0x00002b15 setarg  0x0000472d 
- 00013848  0x00002b16 copy  0x0000003f , 0x00000011 
- 00013849  0x00002b18 copy  0x00000011 , 0x00000006 
- 00013850  0x00002b19 ifetch  0x00000001 , 0x00000006 
- 00013851  0x00002b1a copy  0x00000006 , 0x00000011 
- 00013852  0x00002b1b beq  0x000000ff , 0x0000361f 
- 00013853  0x00002b1c copy  0x0000003f , 0x00000002 
- 00013854  0x00002b1d call  0x0000680e 
- 00013855  0x00002b1f loop  0x00003619 
- 00013856  0x00002b21 rtn 
- 00013857  0x00002b23 fetch  0x00000008 , 0x000047c0 
- 00013858  0x00002b24 store  0x00000008 , 0x0000472f 
- 00013859  0x00002b25 branch  0x00003611 
- 00013860  0x00002b27 store  0x00000001 , 0x0000472d 
- 00013861  0x00002b28 branch  0x00003613 
- 00013862  0x00002b2a store  0x00000001 , 0x0000472e 
- 00013863  0x00002b2b branch  0x00003615 
- 00013864  0x00002b2f arg  0x00000000 , 0x00000011 
- 00013865  0x00002b30 call  0x000069a6 
- 00013866  0x00002b31 call  0x000037e4 
- 00013867  0x00002b32 call  0x00002c7d 
- 00013868  0x00002b33 branch  0x0000362d 
- 00013869  0x00002b36 jam  0x00000064 , 0x000047cf 
- 00013870  0x00002b37 fetch  0x00000001 , 0x000047c9 
- 00013871  0x00002b38 store  0x00000001 , 0x00004744 
- 00013872  0x00002b39 branch  0x000068a8 
- 00013873  0x00002b3c call  0x00006835 
- 00013874  0x00002b3d branch  0x0000696c 
- 00013875  0x00002b40 branch  0x0000696c 
- 00013876  0x00002b45 branch  0x00006978 
- 00013877  0x00002b48 call  0x00003642 
- 00013878  0x00002b49 call  0x000037ee 
- 00013879  0x00002b4a call  0x00003639 
- 00013880  0x00002b4b branch  0x00003634 
- 00013881  0x00002b4e fetch  0x00000002 , 0x00004682 
- 00013882  0x00002b4f rtnbit1  0x00000009 
- 00013883  0x00002b50 fetch  0x00000001 , 0x000049f6 
- 00013884  0x00002b51 beq  0x00000001 , 0x0000363e 
- 00013885  0x00002b52 rtn 
- 00013886  0x00002b54 fetch  0x00000001 , 0x000047ea 
- 00013887  0x00002b55 rtneq  0x00000001 
- 00013888  0x00002b56 jam  0x00000001 , 0x000047ea 
- 00013889  0x00002b57 branch  0x00003654 
- 00013890  0x00002b5a fetch  0x00000002 , 0x00004682 
- 00013891  0x00002b5b rtnbit0  0x00000009 
- 00013892  0x00002b5c call  0x00005892 
- 00013893  0x00002b5d nrtn  0x00000034 
- 00013894  0x00002b5e arg  0x00004718 , 0x00000011 
- 00013895  0x00002b5f call  0x00007e54 
- 00013896  0x00002b60 nrtn  0x00000028 
- 00013897  0x00002b61 arg  0x00004718 , 0x00000006 
- 00013898  0x00002b62 branch  0x00004746 
- 00013899  0x00002b65 copy  0x00000013 , 0x0000003f 
- 00013900  0x00002b66 beq  0x0000002d , 0x00003431 
- 00013901  0x00002b67 beq  0x00000010 , 0x0000341a 
- 00013902  0x00002b68 beq  0x00000014 , 0x00003651 
- 00013903  0x00002b69 beq  0x00000015 , 0x00003660 
- 00013904  0x00002b6a rtn 
- 00013905  0x00002b6d setarg  0x00000000 
- 00013906  0x00002b6e call  0x00003220 
- 00013907  0x00002b6f branch  0x00003656 
- 00013908  0x00002b71 fetch  0x00000002 , 0x000047eb 
- 00013909  0x00002b72 store  0x00000002 , 0x000047ed 
- 00013910  0x00002b74 jam  0x00000014 , 0x000047ce 
- 00013911  0x00002b75 jam  0x00000000 , 0x00004091 
- 00013912  0x00002b76 call  0x000033f8 
- 00013913  0x00002b77 call  0x00003416 
- 00013914  0x00002b78 fetch  0x00000001 , 0x000047bd 
- 00013915  0x00002b79 beq  0x00000001 , 0x0000365e 
- 00013916  0x00002b7b arg  0x00000000 , 0x00000011 
- 00013917  0x00002b7c branch  0x00007d14 
- 00013918  0x00002b7e arg  0x00000000 , 0x00000011 
- 00013919  0x00002b7f branch  0x00007d19 
- 00013920  0x00002b82 setarg  0x00000002 
- 00013921  0x00002b83 call  0x00003220 
- 00013922  0x00002b85 setarg  0x00000000 
- 00013923  0x00002b86 store  0x00000005 , 0x0000479c 
- 00013924  0x00002b87 setarg  0x00000004 
- 00013925  0x00002b88 call  0x000069d7 
- 00013926  0x00002b89 setarg  0x00000005 
- 00013927  0x00002b8a call  0x000069d7 
- 00013928  0x00002b8b setarg  0x00000014 
- 00013929  0x00002b8c call  0x000069d7 
- 00013930  0x00002b8d setarg  0x00000015 
- 00013931  0x00002b8e call  0x000069d7 
- 00013932  0x00002b8f setarg  0x00000016 
- 00013933  0x00002b90 call  0x000069d7 
- 00013934  0x00002b91 setarg  0x00000007 
- 00013935  0x00002b92 call  0x000069d7 
- 00013936  0x00002b93 call  0x00007e38 
- 00013937  0x00002b94 jam  0x0000000a , 0x0000475e 
- 00013938  0x00002b95 jam  0x0000000a , 0x00004760 
- 00013939  0x00002b96 jam  0x0000000a , 0x00004762 
- 00013940  0x00002b98 jam  0x00000002 , 0x00004172 
- 00013941  0x00002b99 arg  0x00000000 , 0x00000011 
- 00013942  0x00002b9a call  0x00007d1e 
- 00013943  0x00002b9c setarg  0x00000020 
- 00013944  0x00002b9d call  0x000046f0 
- 00013945  0x00002b9e branch  0x000033fa 
- 00013946  0x00002ba2 call  0x0000373b 
- 00013947  0x00002ba3 call  0x0000373e 
- 00013948  0x00002ba4 call  0x00003741 
- 00013949  0x00002ba5 call  0x0000337b 
- 00013950  0x00002ba6 call  0x000036c8 
- 00013951  0x00002ba7 call  0x000036a1 
- 00013952  0x00002ba8 call  0x0000368a 
- 00013953  0x00002ba9 call  0x00003683 
- 00013954  0x00002baa branch  0x0000368f 
- 00013955  0x00002bad arg  0x0000479a , 0x00000013 
- 00013956  0x00002bae arg  0x00003686 , 0x00000012 
- 00013957  0x00002baf branch  0x0000336d 
- 00013958  0x00002bb1 call  0x00003847 
- 00013959  0x00002bb2 nrtn  0x00000001 
- 00013960  0x00002bb3 jam  0x00000001 , 0x0000479b 
- 00013961  0x00002bb4 rtn 
- 00013962  0x00002bb7 arg  0x000047ed , 0x00000013 
- 00013963  0x00002bb8 arg  0x0000368d , 0x00000012 
- 00013964  0x00002bb9 branch  0x00003374 
- 00013965  0x00002bbb jam  0x00000002 , 0x000047ea 
- 00013966  0x00002bbc branch  0x00003662 
- 00013967  0x00002bbf arg  0x000047f1 , 0x00000013 
- 00013968  0x00002bc0 arg  0x00003692 , 0x00000012 
- 00013969  0x00002bc1 branch  0x0000336d 
- 00013970  0x00002bc3 fetch  0x00000001 , 0x000047f2 
- 00013971  0x00002bc4 branch  0x0000369e , 0x00000034 
- 00013972  0x00002bc5 jam  0x00000002 , 0x000047f1 
- 00013973  0x00002bc6 jam  0x00000000 , 0x000047f2 
- 00013974  0x00002bc7 setarg  0x00000a02 
- 00013975  0x00002bc8 store  0x00000002 , 0x00004752 
- 00013976  0x00002bc9 fetch  0x00000001 , 0x000047b9 
- 00013977  0x00002bca beq  0x00000003 , 0x0000369b 
- 00013978  0x00002bcc branch  0x00003762 
- 00013979  0x00002bce setarg  0x00000a02 
- 00013980  0x00002bcf store  0x00000002 , 0x00004754 
- 00013981  0x00002bd0 branch  0x00003762 
- 00013982  0x00002bd2 setarg  0x00000000 
- 00013983  0x00002bd3 store  0x00000004 , 0x00004752 
- 00013984  0x00002bd4 branch  0x00003762 
- 00013985  0x00002bd7 fetch  0x00000001 , 0x000047c8 
- 00013986  0x00002bd8 rtn  0x00000034 
- 00013987  0x00002bd9 fetch  0x00000002 , 0x00004682 
- 00013988  0x00002bda bbit0  0x00000009 , 0x000036c6 
- 00013989  0x00002bdb arg  0x000047ce , 0x00000013 
- 00013990  0x00002bdc arg  0x000036a8 , 0x00000012 
- 00013991  0x00002bdd branch  0x0000336d 
- 00013992  0x00002bdf fetch  0x00000001 , 0x000047cd 
- 00013993  0x00002be0 store  0x00000001 , 0x000047ce 
- 00013994  0x00002be1 fetch  0x00000001 , 0x000047d1 
- 00013995  0x00002be2 nrtn  0x00000034 
- 00013996  0x00002be4 call  0x000068eb 
- 00013997  0x00002be5 call  0x00006908 
- 00013998  0x00002be6 store  0x00000002 , 0x000047e8 
- 00013999  0x00002be7 arg  0x000047e2 , 0x00000011 
- 00014000  0x00002be8 call  0x00006930 
- 00014001  0x00002be9 fetcht  0x00000001 , 0x000047cf 
- 00014002  0x00002bea isub  0x00000002 , 0x0000003e 
- 00014003  0x00002beb branch  0x000036b6 , 0x00000002 
- 00014004  0x00002bec store  0x00000001 , 0x000047cf 
- 00014005  0x00002bed copy  0x0000003f , 0x00000002 
- 00014006  0x00002bef storet  0x00000001 , 0x000047d0 
- 00014007  0x00002bf0 fetch  0x00000001 , 0x000047ca 
- 00014008  0x00002bf1 isub  0x00000002 , 0x0000003e 
- 00014009  0x00002bf2 call  0x000036c1 , 0x00000002 
- 00014010  0x00002bf3 storet  0x00000001 , 0x000047db 
- 00014011  0x00002bf4 arg  0x00000006 , 0x00000039 
- 00014012  0x00002bf5 arg  0x000047d6 , 0x00000006 
- 00014013  0x00002bf6 call  0x000036f0 
- 00014014  0x00002bf7 store  0x00000001 , 0x000047dc 
- 00014015  0x00002bf8 arg  0x000047d3 , 0x00000011 
- 00014016  0x00002bf9 branch  0x00007e3d 
- 00014017  0x00002bfb fetch  0x00000001 , 0x000047d2 
- 00014018  0x00002bfc nrtn  0x00000034 
- 00014019  0x00002bfd jam  0x00000001 , 0x000047d2 
- 00014020  0x00002bfe arg  0x00000001 , 0x00000011 
- 00014021  0x00002bff branch  0x00007d1e 
- 00014022  0x00002c01 arg  0x00000001 , 0x00000011 
- 00014023  0x00002c02 branch  0x00007d19 
- 00014024  0x00002c05 arg  0x000047a4 , 0x00000013 
- 00014025  0x00002c06 arg  0x000036cb , 0x00000012 
- 00014026  0x00002c07 branch  0x0000336d 
- 00014027  0x00002c09 jam  0x00000005 , 0x000047a4 
- 00014028  0x00002c0a jam  0x00000000 , 0x000047a6 
- 00014029  0x00002c0b fetch  0x00000001 , 0x000047a5 
- 00014030  0x00002c0c beq  0x00000001 , 0x000036ee 
- 00014031  0x00002c0d beq  0x00000000 , 0x000036ec 
- 00014032  0x00002c0f arg  0x0000479c , 0x00000006 
- 00014033  0x00002c10 copy  0x00000006 , 0x00000011 
- 00014034  0x00002c11 arg  0x00000008 , 0x00000039 
- 00014035  0x00002c13 copy  0x00000011 , 0x00000006 
- 00014036  0x00002c14 ifetch  0x00000001 , 0x00000006 
- 00014037  0x00002c15 copy  0x00000006 , 0x00000011 
- 00014038  0x00002c16 beq  0x00000000 , 0x000036e3 
- 00014039  0x00002c17 beq  0x00000001 , 0x000036e6 
- 00014040  0x00002c18 beq  0x00000002 , 0x000036e9 
- 00014041  0x00002c1a fetch  0x00000001 , 0x000047a6 
- 00014042  0x00002c1b increase  0x00000001 , 0x0000003f 
- 00014043  0x00002c1c store  0x00000001 , 0x000047a6 
- 00014044  0x00002c1d loop  0x000036d3 
- 00014045  0x00002c1e rtn 
- 00014046  0x00002c20 fetch  0x00000001 , 0x000047a6 
- 00014047  0x00002c21 arg  0x000047c0 , 0x00000012 
- 00014048  0x00002c22 iadd  0x00000012 , 0x00000012 
- 00014049  0x00002c23 ifetcht  0x00000001 , 0x00000012 
- 00014050  0x00002c24 rtn 
- 00014051  0x00002c26 call  0x000036de 
- 00014052  0x00002c27 call  0x00006825 
- 00014053  0x00002c28 branch  0x000036d9 
- 00014054  0x00002c2a call  0x000036de 
- 00014055  0x00002c2b call  0x00006829 
- 00014056  0x00002c2c branch  0x000036d9 
- 00014057  0x00002c2e fetch  0x00000001 , 0x000047a5 
- 00014058  0x00002c2f beq  0x00000001 , 0x000036e3 
- 00014059  0x00002c30 branch  0x000036e6 
- 00014060  0x00002c32 jam  0x00000001 , 0x000047a5 
- 00014061  0x00002c33 branch  0x000036d0 
- 00014062  0x00002c35 jam  0x00000000 , 0x000047a5 
- 00014063  0x00002c36 branch  0x000036d0 
- 00014064  0x00002c3b arg  0x00000000 , 0x00000011 
- 00014065  0x00002c3d ifetch  0x00000001 , 0x00000006 
- 00014066  0x00002c3e iadd  0x00000011 , 0x00000011 
- 00014067  0x00002c3f loop  0x000036f1 
- 00014068  0x00002c41 and  0x00000011 , 0x000000ff , 0x0000003f 
- 00014069  0x00002c42 rtn 
- 00014070  0x00002c45 fetch  0x00000001 , 0x00000477 
- 00014071  0x00002c46 beq  0x00000012 , 0x000036f9 
- 00014072  0x00002c47 rtn 
- 00014073  0x00002c49 fetch  0x00000002 , 0x00000478 
- 00014074  0x00002c4a beq  0x00000014 , 0x00003710 
- 00014075  0x00002c4b rtn 
- 00014076  0x00002c58 bpatch  0x000000d0 , 0x0000401a 
- 00014077  0x00002c59 ifetch  0x00000005 , 0x00000011 
- 00014078  0x00002c5a store  0x00000005 , 0x00000b12 
- 00014079  0x00002c5b fetch  0x00000002 , 0x00000b12 
- 00014080  0x00002c5c arg  0x00006b5a , 0x00000002 
- 00014081  0x00002c5d isub  0x00000002 , 0x0000003e 
- 00014082  0x00002c5e nrtn  0x00000005 
- 00014083  0x00002c5f fetch  0x00000002 , 0x00000b15 
- 00014084  0x00002c60 byteswap  0x0000003f , 0x0000003f 
- 00014085  0x00002c61 store  0x00000002 , 0x00000b15 
- 00014086  0x00002c62 copy  0x0000003f , 0x00000039 
- 00014087  0x00002c63 increase  0x00000005 , 0x00000011 
- 00014088  0x00002c64 copy  0x00000011 , 0x00000006 
- 00014089  0x00002c65 arg  0x00000b17 , 0x00000005 
- 00014090  0x00002c66 call  0x00007f01 
- 00014091  0x00002c67 ifetch  0x00000001 , 0x00000006 
- 00014092  0x00002c68 store  0x00000001 , 0x00000b21 
- 00014093  0x00002c69 arg  0x00000b14 , 0x00000011 
- 00014094  0x00002c6a arg  0x00000b17 , 0x00000012 
- 00014095  0x00002c6b rtn 
- 00014096  0x00002c6e setarg  0x00000000 
- 00014097  0x00002c6f store  0x00000005 , 0x00004752 
- 00014098  0x00002c70 store  0x00000005 , 0x00004757 
- 00014099  0x00002c71 call  0x000036fc 
- 00014100  0x00002c72 copy  0x00000012 , 0x00000006 
- 00014101  0x00002c73 arg  0x00004752 , 0x00000005 
- 00014102  0x00002c74 arg  0x0000000a , 0x00000039 
- 00014103  0x00002c75 call  0x00007f01 
- 00014104  0x00002c77 bpatch  0x000000d1 , 0x0000401a 
- 00014105  0x00002c78 ifetch  0x00000001 , 0x00000011 
- 00014106  0x00002c79 beq  0x00000002 , 0x0000374a 
- 00014107  0x00002c7a beq  0x00000003 , 0x0000375c 
- 00014108  0x00002c7b beq  0x00000004 , 0x00003762 
- 00014109  0x00002c7c beq  0x00000005 , 0x00003762 
- 00014110  0x00002c7d beq  0x00000006 , 0x000037b1 
- 00014111  0x00002c7e beq  0x00000007 , 0x00003849 
- 00014112  0x00002c7f beq  0x00000008 , 0x0000384c 
- 00014113  0x00002c80 rtn 
- 00014114  0x00002c83 fetch  0x00000002 , 0x00004682 
- 00014115  0x00002c84 rtnbit1  0x00000009 
- 00014116  0x00002c86 fetch  0x00000002 , 0x000047eb 
- 00014117  0x00002c87 store  0x00000002 , 0x000047ed 
- 00014118  0x00002c89 jam  0x00000001 , 0x000049f6 
- 00014119  0x00002c8b setarg  0x0000010c 
- 00014120  0x00002c8c call  0x000032cd 
- 00014121  0x00002c8d call  0x00003710 
- 00014122  0x00002c8f fetch  0x00000001 , 0x00000b14 
- 00014123  0x00002c90 beq  0x00000004 , 0x0000372e 
- 00014124  0x00002c91 beq  0x00000005 , 0x0000372e 
- 00014125  0x00002c92 rtn 
- 00014126  0x00002c94 fetch  0x00000001 , 0x00004752 
- 00014127  0x00002c95 ncall  0x00003735 , 0x00000034 
- 00014128  0x00002c96 fetch  0x00000001 , 0x00004754 
- 00014129  0x00002c97 ncall  0x00003737 , 0x00000034 
- 00014130  0x00002c98 fetch  0x00000001 , 0x00004756 
- 00014131  0x00002c99 ncall  0x00003739 , 0x00000034 
- 00014132  0x00002c9a rtn 
- 00014133  0x00002c9d jam  0x00000005 , 0x000049f3 
- 00014134  0x00002c9e rtn 
- 00014135  0x00002ca0 jam  0x00000005 , 0x000049f4 
- 00014136  0x00002ca1 rtn 
- 00014137  0x00002ca3 jam  0x00000005 , 0x000049f5 
- 00014138  0x00002ca4 rtn 
- 00014139  0x00002ca7 arg  0x000049f3 , 0x00000013 
- 00014140  0x00002ca8 arg  0x00003744 , 0x00000012 
- 00014141  0x00002ca9 branch  0x0000336d 
- 00014142  0x00002cab arg  0x000049f4 , 0x00000013 
- 00014143  0x00002cac arg  0x00003746 , 0x00000012 
- 00014144  0x00002cad branch  0x0000336d 
- 00014145  0x00002caf arg  0x000049f5 , 0x00000013 
- 00014146  0x00002cb0 arg  0x00003748 , 0x00000012 
- 00014147  0x00002cb1 branch  0x0000336d 
- 00014148  0x00002cb4 jam  0x00000000 , 0x00004752 
- 00014149  0x00002cb5 branch  0x00003762 
- 00014150  0x00002cb7 jam  0x00000000 , 0x00004754 
- 00014151  0x00002cb8 branch  0x00003762 
- 00014152  0x00002cba jam  0x00000000 , 0x00004756 
- 00014153  0x00002cbb branch  0x00003762 
- 00014154  0x00002cc1 call  0x0000374c 
- 00014155  0x00002cc2 branch  0x0000374f 
- 00014156  0x00002cc4 fetch  0x00000001 , 0x00004752 
- 00014157  0x00002cc5 store  0x00000001 , 0x0000475f 
- 00014158  0x00002cc6 branch  0x00003773 
- 00014159  0x00002cc8 fetch  0x00000001 , 0x0000475e 
- 00014160  0x00002cc9 call  0x00003754 
- 00014161  0x00002cca fetch  0x00000001 , 0x00004753 
- 00014162  0x00002ccb store  0x00000001 , 0x0000475d 
- 00014163  0x00002ccc branch  0x00003770 
- 00014164  0x00002cce beq  0x00000002 , 0x00003758 
- 00014165  0x00002ccf beq  0x00000003 , 0x0000375a 
- 00014166  0x00002cd0 store  0x00000001 , 0x0000475e 
- 00014167  0x00002cd1 rtn 
- 00014168  0x00002cd3 jam  0x00000005 , 0x0000475e 
- 00014169  0x00002cd4 rtn 
- 00014170  0x00002cd6 jam  0x0000000a , 0x0000475e 
- 00014171  0x00002cd7 rtn 
- 00014172  0x00002cd9 fetch  0x00000001 , 0x00004752 
- 00014173  0x00002cda call  0x00003754 
- 00014174  0x00002cdb fetch  0x00000001 , 0x0000475e 
- 00014175  0x00002cdc call  0x0000379e 
- 00014176  0x00002cdd call  0x000037a1 
- 00014177  0x00002cde branch  0x000069c4 
- 00014178  0x00002ce1 fetch  0x00000001 , 0x000047f0 
- 00014179  0x00002ce2 nrtn  0x00000034 
- 00014180  0x00002ce3 fetch  0x00000006 , 0x00004752 
- 00014181  0x00002ce4 store  0x00000006 , 0x0000475d 
- 00014182  0x00002ce5 fetch  0x00000001 , 0x0000475e 
- 00014183  0x00002ce6 fetcht  0x00000001 , 0x00004760 
- 00014184  0x00002ce7 iand  0x00000002 , 0x0000003f 
- 00014185  0x00002ce8 fetcht  0x00000001 , 0x00004762 
- 00014186  0x00002ce9 iand  0x00000002 , 0x0000003f 
- 00014187  0x00002cea call  0x00003779 , 0x00000034 
- 00014188  0x00002ceb bpatch  0x000000d2 , 0x0000401a 
- 00014189  0x00002cec call  0x00003770 
- 00014190  0x00002ced call  0x00003773 
- 00014191  0x00002cee branch  0x00003776 
- 00014192  0x00002cf0 arg  0x00004763 , 0x00000012 
- 00014193  0x00002cf1 arg  0x0000475d , 0x00000006 
- 00014194  0x00002cf2 branch  0x0000377b 
- 00014195  0x00002cf4 arg  0x0000476b , 0x00000012 
- 00014196  0x00002cf5 arg  0x0000475f , 0x00000006 
- 00014197  0x00002cf6 branch  0x0000377b 
- 00014198  0x00002cf8 arg  0x00004773 , 0x00000012 
- 00014199  0x00002cf9 arg  0x00004761 , 0x00000006 
- 00014200  0x00002cfa branch  0x0000377b 
- 00014201  0x00002cfc jam  0x00000000 , 0x000047d1 
- 00014202  0x00002cfd rtn 
- 00014203  0x00002d00 ifetch  0x00000001 , 0x00000006 
- 00014204  0x00002d01 beq  0x00000000 , 0x00003787 
- 00014205  0x00002d02 beq  0x00000001 , 0x00003780 
- 00014206  0x00002d03 beq  0x00000002 , 0x00003782 
- 00014207  0x00002d04 rtn 
- 00014208  0x00002d06 jam  0x00000000 , 0x0000477b 
- 00014209  0x00002d07 branch  0x00003783 
- 00014210  0x00002d09 jam  0x00000001 , 0x0000477b 
- 00014211  0x00002d0a ifetch  0x00000001 , 0x00000006 
- 00014212  0x00002d0b store  0x00000001 , 0x0000477d 
- 00014213  0x00002d0c ifetch  0x00000008 , 0x00000012 
- 00014214  0x00002d0d branch  0x0000378c 
- 00014215  0x00002d10 ifetch  0x00000001 , 0x00000012 
- 00014216  0x00002d11 call  0x000069d7 
- 00014217  0x00002d12 increase  0x00000001 , 0x00000012 
- 00014218  0x00002d13 ifetch  0x00000001 , 0x00000012 
- 00014219  0x00002d14 branch  0x000069d7 
- 00014220  0x00002d16 store  0x00000008 , 0x0000477e 
- 00014221  0x00002d17 jam  0x00000001 , 0x000047d1 
- 00014222  0x00002d18 fetch  0x00000001 , 0x0000477b 
- 00014223  0x00002d19 beq  0x00000000 , 0x0000379a 
- 00014224  0x00002d1b fetch  0x00000001 , 0x0000477f 
- 00014225  0x00002d1c store  0x00000001 , 0x00004780 
- 00014226  0x00002d1d fetch  0x00000001 , 0x0000477e 
- 00014227  0x00002d1f call  0x000069d7 
- 00014228  0x00002d20 fetch  0x00000001 , 0x0000477d 
- 00014229  0x00002d21 call  0x0000379e 
- 00014230  0x00002d22 store  0x00000001 , 0x00004785 
- 00014231  0x00002d23 fetch  0x00000006 , 0x00004780 
- 00014232  0x00002d24 store  0x00000006 , 0x00000a9a 
- 00014233  0x00002d25 branch  0x000069ae 
- 00014234  0x00002d27 fetch  0x00000001 , 0x0000477e 
- 00014235  0x00002d28 store  0x00000001 , 0x00004780 
- 00014236  0x00002d29 fetch  0x00000001 , 0x0000477f 
- 00014237  0x00002d2a branch  0x00003793 
- 00014238  0x00002d2d mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00014239  0x00002d2e add  0x0000003f , 0x00000032 , 0x0000003f 
- 00014240  0x00002d2f rtn 
- 00014241  0x00002d31 arg  0x00002ee0 , 0x00000002 
- 00014242  0x00002d32 imul32  0x00000002 , 0x0000003f 
- 00014243  0x00002d33 div  0x0000003f , 0x00000064 
- 00014244  0x00002d34 call  0x00007f86 
- 00014245  0x00002d35 quotient  0x00000002 
- 00014246  0x00002d36 copy  0x00000002 , 0x00000011 
- 00014247  0x00002d37 setarg  0x00002ee0 
- 00014248  0x00002d38 isub  0x00000002 , 0x00000012 
- 00014249  0x00002d39 rtn 
- 00014250  0x00002d3d hfetch  0x00000001 , 0x00008082 
- 00014251  0x00002d3e set1  0x00000002 , 0x0000003f 
- 00014252  0x00002d3f hstore  0x00000001 , 0x00008082 
- 00014253  0x00002d40 setarg  0x0000009e 
- 00014254  0x00002d41 hstore  0x00000002 , 0x00008068 
- 00014255  0x00002d42 hstore  0x00000002 , 0x0000806a 
- 00014256  0x00002d43 rtn 
- 00014257  0x00002d46 fetch  0x00000001 , 0x000047f0 
- 00014258  0x00002d47 nrtn  0x00000034 
- 00014259  0x00002d48 fetch  0x00000002 , 0x00004752 
- 00014260  0x00002d49 store  0x00000002 , 0x00004787 
- 00014261  0x00002d4a fetch  0x00000001 , 0x000047ea 
- 00014262  0x00002d4b bne  0x00000001 , 0x000037b9 
- 00014263  0x00002d4c fetch  0x00000002 , 0x000044a0 
- 00014264  0x00002d4d store  0x00000002 , 0x00004787 
- 00014265  0x00002d4f bpatch  0x000000d3 , 0x0000401a 
- 00014266  0x00002d50 call  0x000037aa 
- 00014267  0x00002d51 call  0x000037dc 
- 00014268  0x00002d52 setarg  0x0000bb80 
- 00014269  0x00002d53 call  0x00002a8f 
- 00014270  0x00002d54 call  0x000037e0 
- 00014271  0x00002d55 setarg  0x00001c20 
- 00014272  0x00002d56 call  0x00002a8f 
- 00014273  0x00002d57 arg  0x00000010 , 0x00000039 
- 00014274  0x00002d59 call  0x000037dc 
- 00014275  0x00002d5a fetch  0x00000002 , 0x00004787 
- 00014276  0x00002d5b bbit1  0x00000000 , 0x000037c9 
- 00014277  0x00002d5c setarg  0x00001c20 
- 00014278  0x00002d5d call  0x00002a8f 
- 00014279  0x00002d5e call  0x000037e0 
- 00014280  0x00002d5f branch  0x000037cc 
- 00014281  0x00002d62 setarg  0x00003840 
- 00014282  0x00002d63 call  0x00002a8f 
- 00014283  0x00002d64 call  0x000037e0 
- 00014284  0x00002d66 setarg  0x00001c20 
- 00014285  0x00002d67 call  0x00002a8f 
- 00014286  0x00002d68 fetch  0x00000002 , 0x00004787 
- 00014287  0x00002d69 rshift  0x0000003f , 0x0000003f 
- 00014288  0x00002d6a store  0x00000002 , 0x00004787 
- 00014289  0x00002d6b loop  0x000037c2 
- 00014290  0x00002d6d jam  0x00000002 , 0x000047f1 
- 00014291  0x00002d6e jam  0x00000001 , 0x000047f2 
- 00014292  0x00002d6f setarg  0x00000a01 
- 00014293  0x00002d70 store  0x00000002 , 0x00004752 
- 00014294  0x00002d71 fetch  0x00000001 , 0x000047b9 
- 00014295  0x00002d72 beq  0x00000003 , 0x000037d9 
- 00014296  0x00002d74 branch  0x00003762 
- 00014297  0x00002d76 setarg  0x00000a01 
- 00014298  0x00002d77 store  0x00000002 , 0x00004754 
- 00014299  0x00002d78 branch  0x00003762 
- 00014300  0x00002d7b hfetch  0x00000001 , 0x00008085 
- 00014301  0x00002d7c or_into  0x00000040 , 0x0000003f 
- 00014302  0x00002d7d hstore  0x00000001 , 0x00008085 
- 00014303  0x00002d7e rtn 
- 00014304  0x00002d80 hfetch  0x00000001 , 0x00008085 
- 00014305  0x00002d81 and_into  0x000000bf , 0x0000003f 
- 00014306  0x00002d82 hstore  0x00000001 , 0x00008085 
- 00014307  0x00002d83 rtn 
- 00014308  0x00002d86 fetch  0x00000001 , 0x000047bb 
- 00014309  0x00002d87 rtneq  0x00000000 
- 00014310  0x00002d88 call  0x00002c65 
- 00014311  0x00002d89 fetcht  0x00000001 , 0x000047bc 
- 00014312  0x00002d8a storet  0x00000001 , 0x00004786 
- 00014313  0x00002d8b call  0x000067fb 
- 00014314  0x00002d8c call  0x00003847 
- 00014315  0x00002d8d nrtn  0x00000001 
- 00014316  0x00002d8e jam  0x00000001 , 0x0000479a 
- 00014317  0x00002d8f rtn 
- 00014318  0x00002d92 fetch  0x00000001 , 0x000047bb 
- 00014319  0x00002d93 rtneq  0x00000000 
- 00014320  0x00002d94 fetch  0x00000001 , 0x0000479b 
- 00014321  0x00002d95 nrtn  0x00000034 
- 00014322  0x00002d96 fetch  0x00000002 , 0x00004682 
- 00014323  0x00002d97 bbit1  0x00000009 , 0x000037f6 
- 00014324  0x00002d98 fetch  0x00000001 , 0x000047ea 
- 00014325  0x00002d99 rtnne  0x00000001 
- 00014326  0x00002d9b bpatch  0x000000d4 , 0x0000401a 
- 00014327  0x00002d9c call  0x00003847 
- 00014328  0x00002d9d nrtn  0x00000001 
- 00014329  0x00002d9e setarg  0x00008ca0 
- 00014330  0x00002d9f call  0x00002a8f 
- 00014331  0x00002da0 call  0x00003847 
- 00014332  0x00002da1 nrtn  0x00000001 
- 00014333  0x00002da2 call  0x0000383f 
- 00014334  0x00002da4 call  0x00003842 
- 00014335  0x00002da5 nrtn  0x00000002 
- 00014336  0x00002da6 call  0x00003847 
- 00014337  0x00002da7 branch  0x000037fe , 0x00000001 
- 00014338  0x00002da8 arg  0x00000000 , 0x00000011 
- 00014339  0x00002da9 arg  0x00000010 , 0x00000039 
- 00014340  0x00002daa call  0x0000383f 
- 00014341  0x00002dac call  0x00003842 
- 00014342  0x00002dad nrtn  0x00000002 
- 00014343  0x00002dae call  0x00003847 
- 00014344  0x00002daf nbranch  0x00003805 , 0x00000001 
- 00014345  0x00002db0 setarg  0x00002a30 
- 00014346  0x00002db1 call  0x00002a8f 
- 00014347  0x00002db2 call  0x00003847 
- 00014348  0x00002db3 branch  0x00003812 , 0x00000001 
- 00014349  0x00002db5 setarg  0x00000000 
- 00014350  0x00002db6 rshift  0x00000011 , 0x00000011 
- 00014351  0x00002db7 ior  0x00000011 , 0x00000011 
- 00014352  0x00002db8 loop  0x00003805 
- 00014353  0x00002db9 branch  0x0000381b 
- 00014354  0x00002dbb setarg  0x00008000 
- 00014355  0x00002dbc rshift  0x00000011 , 0x00000011 
- 00014356  0x00002dbd ior  0x00000011 , 0x00000011 
- 00014357  0x00002dbe call  0x0000383f 
- 00014358  0x00002dc0 call  0x00003842 
- 00014359  0x00002dc1 nrtn  0x00000002 
- 00014360  0x00002dc2 call  0x00003847 
- 00014361  0x00002dc3 branch  0x00003816 , 0x00000001 
- 00014362  0x00002dc4 loop  0x00003805 
- 00014363  0x00002dc6 bpatch  0x000000d5 , 0x0000401a 
- 00014364  0x00002dc7 copy  0x00000011 , 0x0000003f 
- 00014365  0x00002dc8 store  0x00000002 , 0x00004789 
- 00014366  0x00002dc9 store  0x00000002 , 0x00004797 
- 00014367  0x00002dca fetch  0x00000001 , 0x000047ea 
- 00014368  0x00002dcb beq  0x00000001 , 0x00003827 
- 00014369  0x00002dcd arg  0x00000007 , 0x00000039 
- 00014370  0x00002dce arg  0x00004792 , 0x00000006 
- 00014371  0x00002dcf call  0x000036f0 
- 00014372  0x00002dd0 store  0x00000001 , 0x00004799 
- 00014373  0x00002dd1 arg  0x0000478f , 0x00000011 
- 00014374  0x00002dd2 branch  0x00007e3d 
- 00014375  0x00002dd5 fetch  0x00000001 , 0x000047ef 
- 00014376  0x00002dd6 increase  0x00000001 , 0x0000003f 
- 00014377  0x00002dd7 store  0x00000001 , 0x000047ef 
- 00014378  0x00002dd8 div  0x0000003f , 0x00000002 
- 00014379  0x00002dd9 call  0x00007f86 
- 00014380  0x00002dda quotient  0x00000002 
- 00014381  0x00002ddb remainder  0x0000003f 
- 00014382  0x00002ddc nbranch  0x00003838 , 0x00000034 
- 00014383  0x00002dde fetch  0x00000001 , 0x000047bf 
- 00014384  0x00002ddf isub  0x00000002 , 0x0000003e 
- 00014385  0x00002de0 call  0x0000383d , 0x00000005 
- 00014386  0x00002de1 arg  0x0000479c , 0x0000003f 
- 00014387  0x00002de2 increase  0xffffffff , 0x00000002 
- 00014388  0x00002de3 iadd  0x00000002 , 0x00000011 
- 00014389  0x00002de4 arg  0x00000000 , 0x0000003f 
- 00014390  0x00002de5 istore  0x00000001 , 0x00000011 
- 00014391  0x00002de6 rtn 
- 00014392  0x00002de8 arg  0x0000479c , 0x0000003f 
- 00014393  0x00002de9 iadd  0x00000002 , 0x00000011 
- 00014394  0x00002dea arg  0x00000002 , 0x0000003f 
- 00014395  0x00002deb istore  0x00000001 , 0x00000011 
- 00014396  0x00002dec rtn 
- 00014397  0x00002dee jam  0x00000001 , 0x000047f0 
- 00014398  0x00002def rtn 
- 00014399  0x00002df1 copy  0x00000022 , 0x0000003f 
- 00014400  0x00002df2 store  0x00000004 , 0x0000478b 
- 00014401  0x00002df3 rtn 
- 00014402  0x00002df5 copy  0x00000022 , 0x0000003f 
- 00014403  0x00002df6 fetcht  0x00000004 , 0x0000478b 
- 00014404  0x00002df7 isub  0x00000002 , 0x0000003f 
- 00014405  0x00002df8 sub  0x0000003f , 0x000000c8 , 0x0000003e 
- 00014406  0x00002df9 rtn 
- 00014407  0x00002dfc fetcht  0x00000001 , 0x00004786 
- 00014408  0x00002dfd branch  0x0000681d 
- 00014409  0x00002e00 fetch  0x00000008 , 0x00004752 
- 00014410  0x00002e01 store  0x00000008 , 0x0000479c 
- 00014411  0x00002e02 rtn 
- 00014412  0x00002e05 fetch  0x00000001 , 0x000047b9 
- 00014413  0x00002e06 store  0x00000001 , 0x000047af 
- 00014414  0x00002e07 fetch  0x00000001 , 0x000047ba 
- 00014415  0x00002e08 store  0x00000001 , 0x000047b0 
- 00014416  0x00002e09 fetch  0x00000001 , 0x000047bb 
- 00014417  0x00002e0a store  0x00000001 , 0x000047b1 
- 00014418  0x00002e0b arg  0x0000000d , 0x00000039 
- 00014419  0x00002e0c arg  0x000047aa , 0x00000006 
- 00014420  0x00002e0d call  0x000036f0 
- 00014421  0x00002e0e store  0x00000001 , 0x000047b7 
- 00014422  0x00002e0f arg  0x000047a7 , 0x00000011 
- 00014423  0x00002e10 branch  0x00007e3d 
- 00014424  0x00002e17 call  0x000065c2 
- 00014425  0x00002e18 jam  0x0000007a , 0x000046f6 
- 00014426  0x00002e19 call  0x0000386d 
- 00014427  0x00002e1a call  0x00003867 
- 00014428  0x00002e1b setarg  0x00003860 
- 00014429  0x00002e1c store  0x00000002 , 0x000041fd 
- 00014430  0x00002e1d arg  0x00000000 , 0x00000011 
- 00014431  0x00002e1e branch  0x000069a6 
- 00014432  0x00002e21 fetch  0x00000002 , 0x000046a1 
- 00014433  0x00002e22 rtn  0x00000034 
- 00014434  0x00002e23 increase  0xffffffff , 0x0000003f 
- 00014435  0x00002e24 store  0x00000002 , 0x000046a1 
- 00014436  0x00002e25 rtnne  0x00000000 
- 00014437  0x00002e26 jam  0x00000000 , 0x000046a0 
- 00014438  0x00002e27 rtn 
- 00014439  0x00002e2a bpatch  0x000000d6 , 0x0000401a 
- 00014440  0x00002e2b fetch  0x00000001 , 0x000046a4 
- 00014441  0x00002e2c sub  0x0000003f , 0x00000028 , 0x0000003e 
- 00014442  0x00002e2d rtn  0x00000002 
- 00014443  0x00002e2e jam  0x00000000 , 0x000046a4 
- 00014444  0x00002e2f rtn 
- 00014445  0x00002e32 arg  0x000046a4 , 0x00000011 
- 00014446  0x00002e33 arg  0x00000000 , 0x00000012 
- 00014447  0x00002e34 arg  0x00000051 , 0x00000002 
- 00014448  0x00002e35 branch  0x000065df 
- 00014449  0x00002e39 disable  0x00000028 
- 00014450  0x00002e3a fetch  0x00000001 , 0x000046a3 
- 00014451  0x00002e3b copy  0x0000003f , 0x00000039 
- 00014452  0x00002e3d arg  0x000046a5 , 0x00000011 
- 00014453  0x00002e3e copy  0x00000013 , 0x00000012 
- 00014454  0x00002e40 bpatch  0x000000d7 , 0x0000401a 
- 00014455  0x00002e41 call  0x0000387c 
- 00014456  0x00002e42 branch  0x00007fe7 , 0x00000005 
- 00014457  0x00002e44 increase  0x00000004 , 0x00000011 
- 00014458  0x00002e45 loop  0x00003876 
- 00014459  0x00002e46 rtn 
- 00014460  0x00002e4a bpatch  0x000000d8 , 0x0000401b 
- 00014461  0x00002e4b ifetch  0x00000003 , 0x00000011 
- 00014462  0x00002e4c ifetcht  0x00000003 , 0x00000012 
- 00014463  0x00002e4d isub  0x00000002 , 0x0000003e 
- 00014464  0x00002e4e rtn 
- 00014465  0x00002e51 bpatch  0x000000d9 , 0x0000401b 
- 00014466  0x00002e52 ifetch  0x00000003 , 0x00000011 
- 00014467  0x00002e53 ifetcht  0x00000003 , 0x00000012 
- 00014468  0x00002e54 isub  0x00000002 , 0x0000003e 
- 00014469  0x00002e55 nrtn  0x00000005 
- 00014470  0x00002e56 ifetch  0x00000001 , 0x00000006 
- 00014471  0x00002e57 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00014472  0x00002e58 rtn  0x00000005 
- 00014473  0x00002e59 add  0x00000011 , 0x00000003 , 0x00000006 
- 00014474  0x00002e5a ifetcht  0x00000001 , 0x00000006 
- 00014475  0x00002e5b isub  0x00000002 , 0x0000003e 
- 00014476  0x00002e5c rtn 
- 00014477  0x00002e60 bpatch  0x000000da , 0x0000401b 
- 00014478  0x00002e61 disable  0x00000028 
- 00014479  0x00002e62 fetch  0x00000001 , 0x000046a3 
- 00014480  0x00002e63 copy  0x0000003f , 0x00000039 
- 00014481  0x00002e65 arg  0x000046a5 , 0x00000011 
- 00014482  0x00002e66 copy  0x00000013 , 0x00000012 
- 00014483  0x00002e68 call  0x00003881 
- 00014484  0x00002e69 branch  0x00007fe7 , 0x00000005 
- 00014485  0x00002e6a increase  0x00000004 , 0x00000011 
- 00014486  0x00002e6b loop  0x00003893 
- 00014487  0x00002e6c rtn 
- 00014488  0x00002e70 fetch  0x00000001 , 0x00000004 
- 00014489  0x00002e71 increase  0x00000001 , 0x0000003f 
- 00014490  0x00002e72 store  0x00000001 , 0x00000004 
- 00014491  0x00002e73 arg  0x000002e5 , 0x00000013 
- 00014492  0x00002e76 ifetch  0x00000002 , 0x00000013 
- 00014493  0x00002e77 arg  0x000055aa , 0x00000002 
- 00014494  0x00002e78 isub  0x00000002 , 0x0000003e 
- 00014495  0x00002e79 nrtn  0x00000005 
- 00014496  0x00002e7a copy  0x00000006 , 0x00000013 
- 00014497  0x00002e7b ifetcht  0x00000003 , 0x00000013 
- 00014498  0x00002e7c setarg  0x00ffffff 
- 00014499  0x00002e7d isub  0x00000002 , 0x0000003e 
- 00014500  0x00002e7e branch  0x000038a8 , 0x00000005 
- 00014501  0x00002e7f call  0x0000388d 
- 00014502  0x00002e80 branch  0x000038a8 , 0x00000028 
- 00014503  0x00002e81 rtn 
- 00014504  0x00002e84 bpatch  0x000000db , 0x0000401b 
- 00014505  0x00002e85 increase  0x00000004 , 0x00000013 
- 00014506  0x00002e86 ifetch  0x00000001 , 0x00000013 
- 00014507  0x00002e87 fetcht  0x00000001 , 0x000046f6 
- 00014508  0x00002e88 isub  0x00000002 , 0x0000003e 
- 00014509  0x00002e89 rtn  0x00000005 
- 00014510  0x00002e8a store  0x00000001 , 0x000046f6 
- 00014511  0x00002e8b fetch  0x00000001 , 0x00000003 
- 00014512  0x00002e8c increase  0x00000001 , 0x0000003f 
- 00014513  0x00002e8d store  0x00000001 , 0x00000003 
- 00014514  0x00002e8f increase  0x00000001 , 0x00000013 
- 00014515  0x00002e90 ifetch  0x00000001 , 0x00000013 
- 00014516  0x00002e91 store  0x00000001 , 0x000046f5 
- 00014517  0x00002e92 copy  0x0000003f , 0x00000039 
- 00014518  0x00002e93 rtn  0x00000034 
- 00014519  0x00002e95 ifetch  0x00000001 , 0x00000006 
- 00014520  0x00002e96 beq  0x00000000 , 0x000038c2 
- 00014521  0x00002e97 beq  0x00000001 , 0x000038cf 
- 00014522  0x00002e98 beq  0x00000002 , 0x000038d4 
- 00014523  0x00002e99 beq  0x00000003 , 0x000038d9 
- 00014524  0x00002e9a beq  0x00000004 , 0x000038de 
- 00014525  0x00002e9b beq  0x00000005 , 0x000038e3 
- 00014526  0x00002e9c beq  0x00000006 , 0x000038e8 
- 00014527  0x00002e9d beq  0x000000ff , 0x000038ea 
- 00014528  0x00002e9e loop  0x000038b7 
- 00014529  0x00002e9f rtn 
- 00014530  0x00002ea2 copy  0x00000006 , 0x00000013 
- 00014531  0x00002ea3 fetch  0x00000001 , 0x0000469a 
- 00014532  0x00002ea4 store  0x00000001 , 0x00000a9a 
- 00014533  0x00002ea5 arg  0x00000000 , 0x00000002 
- 00014534  0x00002ea7 storet  0x00000001 , 0x00000a9b 
- 00014535  0x00002ea8 setarg  0x00002710 
- 00014536  0x00002ea9 store  0x00000003 , 0x00000a9c 
- 00014537  0x00002eaa ifetch  0x00000001 , 0x00000013 
- 00014538  0x00002eab store  0x00000001 , 0x00000a9f 
- 00014539  0x00002eac call  0x000069ae 
- 00014540  0x00002ead and  0x00000013 , 0x00000001 , 0x00000006 
- 00014541  0x00002eae loop  0x000038b7 
- 00014542  0x00002eaf rtn 
- 00014543  0x00002eb1 copy  0x00000013 , 0x00000006 
- 00014544  0x00002eb2 fetch  0x00000001 , 0x0000469b 
- 00014545  0x00002eb3 store  0x00000001 , 0x00000a9a 
- 00014546  0x00002eb4 arg  0x00000001 , 0x00000002 
- 00014547  0x00002eb5 branch  0x000038c6 
- 00014548  0x00002eb7 copy  0x00000013 , 0x00000006 
- 00014549  0x00002eb8 fetch  0x00000001 , 0x0000469c 
- 00014550  0x00002eb9 store  0x00000001 , 0x00000a9a 
- 00014551  0x00002eba arg  0x00000002 , 0x00000002 
- 00014552  0x00002ebb branch  0x000038c6 
- 00014553  0x00002ebd copy  0x00000013 , 0x00000006 
- 00014554  0x00002ebe fetch  0x00000001 , 0x0000469d 
- 00014555  0x00002ebf store  0x00000001 , 0x00000a9a 
- 00014556  0x00002ec0 arg  0x00000003 , 0x00000002 
- 00014557  0x00002ec1 branch  0x000038c6 
- 00014558  0x00002ec3 copy  0x00000013 , 0x00000006 
- 00014559  0x00002ec4 fetch  0x00000001 , 0x0000469e 
- 00014560  0x00002ec5 store  0x00000001 , 0x00000a9a 
- 00014561  0x00002ec6 arg  0x00000004 , 0x00000002 
- 00014562  0x00002ec7 branch  0x000038c6 
- 00014563  0x00002ec9 copy  0x00000013 , 0x00000006 
- 00014564  0x00002eca fetch  0x00000001 , 0x0000469f 
- 00014565  0x00002ecb store  0x00000001 , 0x00000a9a 
- 00014566  0x00002ecc arg  0x00000005 , 0x00000002 
- 00014567  0x00002ecd branch  0x000038c6 
- 00014568  0x00002ed0 ifetch  0x00000001 , 0x00000006 
- 00014569  0x00002ed1 rtn 
- 00014570  0x00002ed4 copy  0x00000006 , 0x00000013 
- 00014571  0x00002ed5 fetch  0x00000001 , 0x000046a0 
- 00014572  0x00002ed6 bne  0x00000001 , 0x000038ee 
- 00014573  0x00002ed7 call  0x000038f0 
- 00014574  0x00002ed9 and  0x00000013 , 0x00000004 , 0x00000006 
- 00014575  0x00002eda rtn 
- 00014576  0x00002edc bpatch  0x000000dc , 0x0000401b 
- 00014577  0x00002edd call  0x00003871 
- 00014578  0x00002ede branch  0x000038fe , 0x00000028 
- 00014579  0x00002edf fetch  0x00000001 , 0x000046a4 
- 00014580  0x00002ee0 copy  0x0000003f , 0x00000002 
- 00014581  0x00002ee1 increase  0x00000001 , 0x0000003f 
- 00014582  0x00002ee2 store  0x00000001 , 0x000046a4 
- 00014583  0x00002ee3 call  0x00003867 
- 00014584  0x00002ee4 lshift2  0x00000002 , 0x00000002 
- 00014585  0x00002ee5 setarg  0x000046a5 
- 00014586  0x00002ee6 iadd  0x00000002 , 0x00000005 
- 00014587  0x00002ee7 ifetch  0x00000004 , 0x00000013 
- 00014588  0x00002ee8 istore  0x00000004 , 0x00000005 
- 00014589  0x00002ee9 branch  0x00003903 
- 00014590  0x00002eeb add  0x00000013 , 0x00000003 , 0x00000006 
- 00014591  0x00002eec ifetch  0x00000001 , 0x00000006 
- 00014592  0x00002eed rtn  0x00000034 
- 00014593  0x00002eee ifetch  0x00000004 , 0x00000013 
- 00014594  0x00002eef istore  0x00000004 , 0x00000011 
- 00014595  0x00002ef1 arg  0x000046a4 , 0x00000011 
- 00014596  0x00002ef2 arg  0x00000000 , 0x00000012 
- 00014597  0x00002ef3 arg  0x00000051 , 0x00000002 
- 00014598  0x00002ef4 branch  0x00006606 
- 00014599  0x00002efc fetcht  0x00000001 , 0x0000469a 
- 00014600  0x00002efd call  0x00006825 
- 00014601  0x00002efe rtn 
- 00014602  0x00002f04 fetcht  0x00000001 , 0x0000469a 
- 00014603  0x00002f05 call  0x00006829 
- 00014604  0x00002f08 fetcht  0x00000001 , 0x0000469a 
- 00014605  0x00002f09 call  0x00006825 
- 00014606  0x00002f0c call  0x0000391d 
- 00014607  0x00002f0e fetch  0x00000001 , 0x000046a7 
- 00014608  0x00002f0f nrtn  0x00000034 
- 00014609  0x00002f11 call  0x00002c29 
- 00014610  0x00002f12 hfetch  0x00000004 , 0x00008138 
- 00014611  0x00002f13 set0  0x0000000f , 0x0000003f 
- 00014612  0x00002f14 hstore  0x00000004 , 0x0000804c 
- 00014613  0x00002f15 call  0x00002c21 
- 00014614  0x00002f16 arg  0xffffffff , 0x00000002 
- 00014615  0x00002f17 branch  0x00002b2a 
- 00014616  0x00002f1a fetch  0x00000001 , 0x000046a7 
- 00014617  0x00002f1b branch  0x000056f9 , 0x00000034 
- 00014618  0x00002f1c increase  0xffffffff , 0x0000003f 
- 00014619  0x00002f1d store  0x00000001 , 0x000046a7 
- 00014620  0x00002f1e branch  0x000056f9 
- 00014621  0x00002f21 mul32  0x0000003f , 0x00000014 , 0x0000003f 
- 00014622  0x00002f22 arg  0x000046a8 , 0x00000006 
- 00014623  0x00002f23 iadd  0x00000006 , 0x00000006 
- 00014624  0x00002f24 ifetch  0x00000001 , 0x00000006 
- 00014625  0x00002f25 rtn  0x00000034 
- 00014626  0x00002f26 copy  0x0000003f , 0x00000011 
- 00014627  0x00002f27 copy  0x00000011 , 0x00000039 
- 00014628  0x00002f28 arg  0x00004372 , 0x00000005 
- 00014629  0x00002f29 call  0x00007f01 
- 00014630  0x00002f2a copy  0x00000011 , 0x0000003f 
- 00014631  0x00002f2b increase  0x00000002 , 0x0000003f 
- 00014632  0x00002f2c store  0x00000001 , 0x0000436f 
- 00014633  0x00002f2d rtn 
- 00014634  0x00002f36 rtn  0x0000002b 
- 00014635  0x00002f37 call  0x000057a3 
- 00014636  0x00002f38 call  0x000068a8 
- 00014637  0x00002f39 setarg  0x00003982 
- 00014638  0x00002f3a store  0x00000002 , 0x000041f3 
- 00014639  0x00002f3b setarg  0x0000396e 
- 00014640  0x00002f3c store  0x00000002 , 0x000041f1 
- 00014641  0x00002f3d setarg  0x00003986 
- 00014642  0x00002f3e store  0x00000002 , 0x000041f5 
- 00014643  0x00002f3f setarg  0x0000396d 
- 00014644  0x00002f40 store  0x00000002 , 0x000041ef 
- 00014645  0x00002f41 setarg  0x00003969 
- 00014646  0x00002f42 store  0x00000002 , 0x000041e9 
- 00014647  0x00002f43 setarg  0x00003ab7 
- 00014648  0x00002f44 store  0x00000002 , 0x000041fb 
- 00014649  0x00002f45 setarg  0x00003c32 
- 00014650  0x00002f46 store  0x00000002 , 0x0000456f 
- 00014651  0x00002f47 setarg  0x00003cc2 
- 00014652  0x00002f48 store  0x00000002 , 0x000041f9 
- 00014653  0x00002f49 setarg  0x00003cd7 
- 00014654  0x00002f4a store  0x00000002 , 0x000041fd 
- 00014655  0x00002f4c call  0x0000397f 
- 00014656  0x00002f4d bpatch  0x000000dd , 0x0000401b 
- 00014657  0x00002f4e call  0x00003945 
- 00014658  0x00002f4f call  0x00003964 
- 00014659  0x00002f50 call  0x00002c6f 
- 00014660  0x00002f51 branch  0x00003c48 
- 00014661  0x00002f55 fetch  0x00000004 , 0x000046aa 
- 00014662  0x00002f56 hstore  0x00000004 , 0x00008054 
- 00014663  0x00002f58 fetch  0x00000004 , 0x000046ae 
- 00014664  0x00002f59 hstore  0x00000004 , 0x0000805a 
- 00014665  0x00002f5b hfetch  0x00000001 , 0x00008081 
- 00014666  0x00002f5c or_into  0x00000004 , 0x0000003f 
- 00014667  0x00002f5d and_into  0x000000fc , 0x0000003f 
- 00014668  0x00002f5e hstore  0x00000001 , 0x00008081 
- 00014669  0x00002f5f jam  0x00000000 , 0x00008062 
- 00014670  0x00002f61 fetch  0x00000002 , 0x000046aa 
- 00014671  0x00002f62 hstore  0x00000002 , 0x00008058 
- 00014672  0x00002f63 fetch  0x00000002 , 0x000046ae 
- 00014673  0x00002f64 hstore  0x00000002 , 0x0000805e 
- 00014674  0x00002f65 hstore  0x00000002 , 0x00008060 
- 00014675  0x00002f67 hfetch  0x00000004 , 0x00008078 
- 00014676  0x00002f68 set1  0x00000007 , 0x0000003f 
- 00014677  0x00002f69 hstore  0x00000004 , 0x00008078 
- 00014678  0x00002f6b hfetch  0x00000002 , 0x00008050 
- 00014679  0x00002f6c set0  0x0000000f , 0x0000003f 
- 00014680  0x00002f6d hstore  0x00000002 , 0x00008050 
- 00014681  0x00002f6e call  0x000066ce 
- 00014682  0x00002f6f jam  0x00000000 , 0x00008043 
- 00014683  0x00002f70 jam  0x00000081 , 0x00008062 
- 00014684  0x00002f72 fetch  0x00000001 , 0x000046bf 
- 00014685  0x00002f73 isolate1  0x00000000 , 0x0000003f 
- 00014686  0x00002f74 hfetcht  0x00000001 , 0x00008062 
- 00014687  0x00002f75 setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00014688  0x00002f76 hstoret  0x00000001 , 0x00008062 
- 00014689  0x00002f77 rtn 
- 00014690  0x00002f7c call  0x0000397f 
- 00014691  0x00002f7d branch  0x00003945 
- 00014692  0x00002f85 fetcht  0x00000001 , 0x0000469e 
- 00014693  0x00002f86 call  0x0000680e 
- 00014694  0x00002f87 call  0x000039e6 
- 00014695  0x00002f89 fetcht  0x00000001 , 0x0000469c 
- 00014696  0x00002f8a branch  0x000067fb 
- 00014697  0x00002f8d fetcht  0x00000001 , 0x0000469c 
- 00014698  0x00002f8e call  0x0000681d 
- 00014699  0x00002f8f nbranch  0x000033d2 , 0x00000001 
- 00014700  0x00002f90 branch  0x000033d0 
- 00014701  0x00002f94 rtn 
- 00014702  0x00002f97 call  0x00003970 
- 00014703  0x00002f98 branch  0x00003ce9 
- 00014704  0x00002f9b fetch  0x00000001 , 0x00004682 
- 00014705  0x00002f9c bbit0  0x00000004 , 0x0000397f 
- 00014706  0x00002f9d bpatch  0x000000de , 0x0000401b 
- 00014707  0x00002f9e setarg  0x00003eff 
- 00014708  0x00002f9f fetcht  0x00000004 , 0x000046c5 
- 00014709  0x00002fa0 iadd  0x00000002 , 0x00000002 
- 00014710  0x00002fa1 copy  0x00000022 , 0x0000003f 
- 00014711  0x00002fa2 isub  0x00000002 , 0x0000003e 
- 00014712  0x00002fa3 nrtn  0x00000002 
- 00014713  0x00002fa4 fetch  0x00000002 , 0x00004682 
- 00014714  0x00002fa5 bbit1  0x00000005 , 0x0000397f 
- 00014715  0x00002fa6 fetch  0x00000001 , 0x000046bf 
- 00014716  0x00002fa7 rtnbit1  0x00000006 
- 00014717  0x00002fa8 call  0x00003cec 
- 00014718  0x00002fa9 call  0x0000340e 
- 00014719  0x00002fab copy  0x00000022 , 0x0000003f 
- 00014720  0x00002fac store  0x00000004 , 0x000046c5 
- 00014721  0x00002fad rtn 
- 00014722  0x00002fb1 call  0x00003ce9 
- 00014723  0x00002fb2 call  0x0000526e 
- 00014724  0x00002fb3 nrtn  0x00000034 
- 00014725  0x00002fb4 branch  0x000039eb 
- 00014726  0x00002fb8 copy  0x00000013 , 0x0000003f 
- 00014727  0x00002fb9 beq  0x00000001 , 0x000039d4 
- 00014728  0x00002fba beq  0x00000002 , 0x000039a3 
- 00014729  0x00002fbb beq  0x00000004 , 0x000039d7 
- 00014730  0x00002fbc beq  0x00000005 , 0x000039c4 
- 00014731  0x00002fbd beq  0x00000008 , 0x000039aa 
- 00014732  0x00002fbe beq  0x00000009 , 0x000039b1 
- 00014733  0x00002fbf beq  0x0000000a , 0x000039c9 
- 00014734  0x00002fc0 beq  0x0000000b , 0x000039b6 
- 00014735  0x00002fc1 beq  0x0000000c , 0x000039c2 
- 00014736  0x00002fc2 beq  0x00000013 , 0x000039d7 
- 00014737  0x00002fc3 beq  0x00000014 , 0x000039cf 
- 00014738  0x00002fc4 beq  0x00000015 , 0x000039c6 
- 00014739  0x00002fc5 beq  0x00000021 , 0x000039ca 
- 00014740  0x00002fc6 beq  0x00000023 , 0x000039cb 
- 00014741  0x00002fc7 beq  0x00000024 , 0x000039ce 
- 00014742  0x00002fc8 beq  0x00000030 , 0x00003c8a 
- 00014743  0x00002fc9 beq  0x00000031 , 0x00003c8c 
- 00014744  0x00002fca beq  0x00000032 , 0x00003c9a 
- 00014745  0x00002fcb beq  0x00000033 , 0x00003c98 
- 00014746  0x00002fcc beq  0x00000034 , 0x00003c84 
- 00014747  0x00002fcd beq  0x00000035 , 0x00003c73 
- 00014748  0x00002fce beq  0x00000036 , 0x00003c82 
- 00014749  0x00002fcf beq  0x00000037 , 0x00003c8e 
- 00014750  0x00002fd0 beq  0x00000038 , 0x00003c90 
- 00014751  0x00002fd1 beq  0x0000003b , 0x00003ca1 
- 00014752  0x00002fd2 beq  0x0000003d , 0x00003c6a 
- 00014753  0x00002fd3 beq  0x00000041 , 0x000039d9 
- 00014754  0x00002fd4 rtn 
- 00014755  0x00002fd8 call  0x0000397f 
- 00014756  0x00002fd9 fetch  0x00000001 , 0x00004665 
- 00014757  0x00002fda ncall  0x00003c8e , 0x00000034 
- 00014758  0x00002fdb call  0x000039d7 
- 00014759  0x00002fdc fetch  0x00000002 , 0x00004682 
- 00014760  0x00002fdd rtnbit0  0x00000004 
- 00014761  0x00002fde branch  0x000039b1 
- 00014762  0x00002fe1 fetch  0x00000002 , 0x00004682 
- 00014763  0x00002fe2 set1  0x00000004 , 0x0000003f 
- 00014764  0x00002fe3 store  0x00000002 , 0x00004682 
- 00014765  0x00002fe4 fetch  0x00000001 , 0x000046a7 
- 00014766  0x00002fe5 store  0x00000001 , 0x00004172 
- 00014767  0x00002fe6 call  0x000039e6 
- 00014768  0x00002fe7 branch  0x00003c1d 
- 00014769  0x00002fec fetch  0x00000002 , 0x00004682 
- 00014770  0x00002fed rtnbit0  0x00000004 
- 00014771  0x00002fee set0  0x00000004 , 0x0000003f 
- 00014772  0x00002fef store  0x00000002 , 0x00004682 
- 00014773  0x00002ff0 branch  0x00003c21 
- 00014774  0x00002ff6 call  0x0000397f 
- 00014775  0x00002ff9 fetch  0x00000002 , 0x00004042 
- 00014776  0x00002ffa rshift  0x0000003f , 0x0000003f 
- 00014777  0x00002ffb fetcht  0x00000002 , 0x000041e3 
- 00014778  0x00002ffc isub  0x00000002 , 0x0000003e 
- 00014779  0x00002ffd nbranch  0x000039bd , 0x00000005 
- 00014780  0x00002ffe branch  0x00003416 
- 00014781  0x00003000 fetch  0x00000001 , 0x000046bf 
- 00014782  0x00003001 rtnbit1  0x00000005 
- 00014783  0x00003002 hfetch  0x00000002 , 0x00008112 
- 00014784  0x00003003 ncall  0x00003cf0 , 0x00000034 
- 00014785  0x00003004 branch  0x0000340c 
- 00014786  0x00003007 call  0x00003cee 
- 00014787  0x00003008 branch  0x00003418 
- 00014788  0x0000300b call  0x0000397f 
- 00014789  0x0000300c branch  0x000039dd 
- 00014790  0x0000300f call  0x00005816 
- 00014791  0x00003010 call  0x000039d7 
- 00014792  0x00003011 branch  0x00003c23 
- 00014793  0x00003014 branch  0x000033dd 
- 00014794  0x00003018 branch  0x00003cee 
- 00014795  0x0000301c fetch  0x00000001 , 0x000046bf 
- 00014796  0x0000301d bbit0  0x00000005 , 0x0000340e 
- 00014797  0x0000301e branch  0x00003cf2 
- 00014798  0x00003022 branch  0x00003cf2 
- 00014799  0x00003026 call  0x000058ba 
- 00014800  0x00003027 call  0x000039dd 
- 00014801  0x00003028 fetch  0x00000001 , 0x000046a8 
- 00014802  0x00003029 store  0x00000001 , 0x00004172 
- 00014803  0x0000302a branch  0x00003c1f 
- 00014804  0x0000302e jam  0x00000000 , 0x00004661 
- 00014805  0x0000302f call  0x00003cee 
- 00014806  0x00003030 branch  0x00003cf2 
- 00014807  0x00003035 call  0x00003a52 
- 00014808  0x00003036 branch  0x000039db 
- 00014809  0x0000303a call  0x00005cc9 
- 00014810  0x0000303b branch  0x00005b02 
- 00014811  0x0000303f fetcht  0x00000001 , 0x0000469e 
- 00014812  0x00003040 branch  0x00006829 
- 00014813  0x00003043 call  0x000039df 
- 00014814  0x00003044 branch  0x000039e6 
- 00014815  0x00003047 fetch  0x00000001 , 0x000046a1 
- 00014816  0x00003048 isolate1  0x00000000 , 0x0000003f 
- 00014817  0x00003049 call  0x000033f0 , 0x00000001 
- 00014818  0x0000304a fetch  0x00000001 , 0x000046a1 
- 00014819  0x0000304b isolate1  0x00000001 , 0x0000003f 
- 00014820  0x0000304c call  0x000033f8 , 0x00000001 
- 00014821  0x0000304d rtn 
- 00014822  0x0000304f fetcht  0x00000001 , 0x0000469e 
- 00014823  0x00003050 branch  0x00006825 
- 00014824  0x00003053 fetch  0x00000001 , 0x0000456b 
- 00014825  0x00003054 rtneq  0x00000000 
- 00014826  0x00003055 branch  0x00006c28 
- 00014827  0x00003058 hfetch  0x00000001 , 0x0000810c 
- 00014828  0x00003059 bbit1  0x00000003 , 0x000039e8 
- 00014829  0x0000305a call  0x000066cb 
- 00014830  0x0000305b ifetch  0x00000001 , 0x00000003 
- 00014831  0x0000305c bne  0x00000001 , 0x00003a01 
- 00014832  0x0000305d hfetch  0x00000002 , 0x00008112 
- 00014833  0x0000305e sub  0x0000003f , 0x00000002 , 0x0000003e 
- 00014834  0x0000305f rtn  0x00000002 
- 00014835  0x00003060 ifetch  0x00000001 , 0x00000003 
- 00014836  0x00003061 store  0x00000001 , 0x00000b03 
- 00014837  0x00003062 ifetcht  0x00000001 , 0x00000003 
- 00014838  0x00003063 copy  0x00000003 , 0x00000011 
- 00014839  0x00003064 storet  0x00000001 , 0x00000b04 
- 00014840  0x00003065 add  0x00000002 , 0x00000003 , 0x00000002 
- 00014841  0x00003066 hfetch  0x00000002 , 0x00008112 
- 00014842  0x00003067 isub  0x00000002 , 0x00000002 
- 00014843  0x00003068 nrtn  0x00000002 
- 00014844  0x00003069 jam  0x00000001 , 0x00000b05 
- 00014845  0x0000306a call  0x00003a17 
- 00014846  0x0000306b fetch  0x00000001 , 0x00000b05 
- 00014847  0x0000306c rtneq  0x00000000 
- 00014848  0x0000306d branch  0x00003a12 
- 00014849  0x00003070 call  0x00007ec1 
- 00014850  0x00003071 call  0x00003c79 
- 00014851  0x00003072 branch  0x00003a04 
- 00014852  0x00003076 bpatch  0x000000df , 0x0000401b 
- 00014853  0x00003077 hfetch  0x00000002 , 0x00008112 
- 00014854  0x00003078 rtn  0x00000034 
- 00014855  0x00003079 call  0x000066cb 
- 00014856  0x0000307a ifetch  0x00000001 , 0x00000003 
- 00014857  0x0000307b sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00014858  0x0000307c ncall  0x00003a16 , 0x00000005 
- 00014859  0x0000307d nbranch  0x00003a04 , 0x00000005 
- 00014860  0x0000307e ifetch  0x00000001 , 0x00000003 
- 00014861  0x0000307f rtneq  0x00000005 
- 00014862  0x00003080 rtneq  0x00000029 
- 00014863  0x00003081 increase  0xffffffff , 0x00000003 
- 00014864  0x00003082 call  0x00003a16 
- 00014865  0x00003083 branch  0x00003a04 
- 00014866  0x00003086 call  0x000066cb 
- 00014867  0x00003087 increase  0x00000002 , 0x00000003 
- 00014868  0x00003088 ifetch  0x00000001 , 0x00000003 
- 00014869  0x00003089 iadd  0x00000003 , 0x00000003 
- 00014870  0x0000308b branch  0x000066c8 
- 00014871  0x0000308f bpatch  0x000000e0 , 0x0000401c 
- 00014872  0x00003090 fetch  0x00000001 , 0x00000b03 
- 00014873  0x00003091 beq  0x00000000 , 0x00003a3f 
- 00014874  0x00003092 beq  0x00000001 , 0x00003a44 
- 00014875  0x00003093 beq  0x00000002 , 0x00003a49 
- 00014876  0x00003094 beq  0x00000003 , 0x00003a5f 
- 00014877  0x00003095 beq  0x00000004 , 0x00003a6b 
- 00014878  0x00003096 beq  0x00000005 , 0x00003a75 
- 00014879  0x00003097 beq  0x00000009 , 0x00003a9a 
- 00014880  0x00003098 beq  0x0000000b , 0x00003ad7 
- 00014881  0x00003099 beq  0x0000000c , 0x00003ad8 
- 00014882  0x0000309a beq  0x0000000d , 0x00003aec 
- 00014883  0x0000309b beq  0x0000000e , 0x00003af4 
- 00014884  0x0000309c beq  0x0000000f , 0x00003afa 
- 00014885  0x0000309d beq  0x00000010 , 0x00003b06 
- 00014886  0x0000309e beq  0x00000011 , 0x00003b0e 
- 00014887  0x0000309f beq  0x00000012 , 0x00003b12 
- 00014888  0x000030a0 beq  0x00000026 , 0x00003b16 
- 00014889  0x000030a1 beq  0x00000028 , 0x00003b1d 
- 00014890  0x000030a2 beq  0x00000029 , 0x00003b2d 
- 00014891  0x000030a3 beq  0x0000002a , 0x00003b36 
- 00014892  0x000030a4 beq  0x0000002b , 0x00003b69 
- 00014893  0x000030a5 beq  0x0000002c , 0x00003b6f 
- 00014894  0x000030a6 beq  0x00000030 , 0x00003b76 
- 00014895  0x000030a7 beq  0x00000031 , 0x00003b7c 
- 00014896  0x000030a8 beq  0x00000032 , 0x00003b90 
- 00014897  0x000030a9 beq  0x00000033 , 0x00003b98 
- 00014898  0x000030aa beq  0x00000034 , 0x00003bbb 
- 00014899  0x000030ab beq  0x00000035 , 0x00003bc4 
- 00014900  0x000030ac beq  0x00000036 , 0x00003bcd 
- 00014901  0x000030ad beq  0x00000037 , 0x00003bd7 
- 00014902  0x000030ae beq  0x00000038 , 0x00003bda 
- 00014903  0x000030af beq  0x00000040 , 0x00003be2 
- 00014904  0x000030b0 beq  0x00000042 , 0x00003bec 
- 00014905  0x000030b1 beq  0x00000048 , 0x00003bf1 
- 00014906  0x000030b2 beq  0x00000049 , 0x00003bfc 
- 00014907  0x000030b3 beq  0x00000051 , 0x00003c02 
- 00014908  0x000030b4 beq  0x00000061 , 0x00003c06 
- 00014909  0x000030b5 beq  0x000000ff , 0x00003c15 
- 00014910  0x000030b6 branch  0x00003c17 
- 00014911  0x000030bc fetch  0x00000001 , 0x00000b04 
- 00014912  0x000030bd bne  0x00000006 , 0x00003c17 
- 00014913  0x000030be ifetch  0x00000006 , 0x00000003 
- 00014914  0x000030bf store  0x00000006 , 0x000040a0 
- 00014915  0x000030c0 branch  0x00003c1a 
- 00014916  0x000030c4 fetch  0x00000001 , 0x00000b04 
- 00014917  0x000030c5 bne  0x00000006 , 0x00003c17 
- 00014918  0x000030c6 ifetch  0x00000006 , 0x00000003 
- 00014919  0x000030c7 store  0x00000006 , 0x000044a0 
- 00014920  0x000030c8 branch  0x00003c1a 
- 00014921  0x000030cd fetch  0x00000001 , 0x00000b04 
- 00014922  0x000030ce bne  0x00000001 , 0x00003c17 
- 00014923  0x000030cf copy  0x00000011 , 0x00000003 
- 00014924  0x000030d0 call  0x00003c1a 
- 00014925  0x000030d1 ifetcht  0x00000001 , 0x00000003 
- 00014926  0x000030d2 storet  0x00000001 , 0x000046a9 
- 00014927  0x000030d3 fetch  0x00000002 , 0x00004682 
- 00014928  0x000030d4 rtnbit1  0x00000009 
- 00014929  0x000030d5 rtnbit1  0x00000000 
- 00014930  0x000030d7 fetch  0x00000001 , 0x000046a1 
- 00014931  0x000030d8 isolate1  0x00000000 , 0x0000003f 
- 00014932  0x000030d9 nbranch  0x00003a58 , 0x00000001 
- 00014933  0x000030da fetcht  0x00000001 , 0x000046a9 
- 00014934  0x000030db and  0x00000002 , 0x00000003 , 0x0000003f 
- 00014935  0x000030dc store  0x00000001 , 0x00004093 
- 00014936  0x000030de fetch  0x00000001 , 0x000046a1 
- 00014937  0x000030df isolate1  0x00000001 , 0x0000003f 
- 00014938  0x000030e0 nrtn  0x00000001 
- 00014939  0x000030e1 fetcht  0x00000001 , 0x000046a9 
- 00014940  0x000030e2 isolate1  0x00000002 , 0x00000002 
- 00014941  0x000030e3 branch  0x000033fa , 0x00000001 
- 00014942  0x000030e4 branch  0x000033f8 
- 00014943  0x000030e9 fetch  0x00000001 , 0x00000b04 
- 00014944  0x000030ea sub  0x0000003f , 0x00000043 , 0x0000003e 
- 00014945  0x000030eb nbranch  0x00003c17 , 0x00000002 
- 00014946  0x000030ec store  0x00000001 , 0x00004515 
- 00014947  0x000030ed arg  0x00000008 , 0x00000039 
- 00014948  0x000030ee call  0x00007ec6 
- 00014949  0x000030ef fetch  0x00000001 , 0x00000b04 
- 00014950  0x000030f0 copy  0x0000003f , 0x00000039 
- 00014951  0x000030f1 copy  0x00000011 , 0x00000003 
- 00014952  0x000030f2 arg  0x00004516 , 0x00000005 
- 00014953  0x000030f3 call  0x000066ea 
- 00014954  0x000030f4 branch  0x00003c1a 
- 00014955  0x000030f9 fetch  0x00000001 , 0x00000b04 
- 00014956  0x000030fa sub  0x0000003f , 0x0000001d , 0x0000003e 
- 00014957  0x000030fb nbranch  0x00003c17 , 0x00000002 
- 00014958  0x000030fc store  0x00000001 , 0x000043af 
- 00014959  0x000030fd copy  0x0000003f , 0x00000039 
- 00014960  0x000030fe copy  0x00000011 , 0x00000003 
- 00014961  0x000030ff arg  0x000043b0 , 0x00000005 
- 00014962  0x00003100 call  0x000066ea 
- 00014963  0x00003101 call  0x000057a3 
- 00014964  0x00003102 branch  0x00003c1a 
- 00014965  0x00003107 fetch  0x00000001 , 0x00004682 
- 00014966  0x00003108 bbit0  0x00000004 , 0x00003c17 
- 00014967  0x00003109 call  0x000033ba 
- 00014968  0x0000310a branch  0x00003a86 , 0x00000001 
- 00014969  0x0000310b jam  0x00000000 , 0x00000b05 
- 00014970  0x0000310d call  0x0000397f 
- 00014971  0x0000310e fetch  0x00000001 , 0x00004568 
- 00014972  0x0000310f rtn  0x00000034 
- 00014973  0x00003110 fetch  0x00000002 , 0x00004573 
- 00014974  0x00003111 bne  0x00000000 , 0x00003a84 
- 00014975  0x00003112 fetch  0x00000001 , 0x00000b04 
- 00014976  0x00003113 store  0x00000002 , 0x00004573 
- 00014977  0x00003115 copy  0x00000011 , 0x00000003 
- 00014978  0x00003118 copy  0x00000003 , 0x0000003f 
- 00014979  0x00003119 store  0x00000002 , 0x00004571 
- 00014980  0x0000311b call  0x00003a88 
- 00014981  0x0000311c branch  0x00006c4d 
- 00014982  0x0000311f jam  0x00000000 , 0x00000b05 
- 00014983  0x00003120 branch  0x00003cd1 
- 00014984  0x00003123 call  0x00003a8e 
- 00014985  0x00003124 fetch  0x00000002 , 0x00004573 
- 00014986  0x00003125 fetcht  0x00000002 , 0x0000469f 
- 00014987  0x00003126 isub  0x00000002 , 0x0000003f 
- 00014988  0x00003127 store  0x00000002 , 0x00004573 
- 00014989  0x00003128 rtn 
- 00014990  0x0000312b fetch  0x00000002 , 0x00004573 
- 00014991  0x0000312c arg  0x0000006e , 0x00000002 
- 00014992  0x0000312d call  0x00007fdd 
- 00014993  0x0000312e fetcht  0x00000002 , 0x0000456c 
- 00014994  0x0000312f call  0x00007fdd 
- 00014995  0x00003130 fetcht  0x00000002 , 0x0000455e 
- 00014996  0x00003131 call  0x00007fdd 
- 00014997  0x00003132 store  0x00000002 , 0x0000469f 
- 00014998  0x00003133 rtn 
- 00014999  0x00003136 jam  0x00000001 , 0x00000b05 
- 00015000  0x00003137 jam  0x00000005 , 0x00000b03 
- 00015001  0x00003138 branch  0x00003c1a 
- 00015002  0x0000313d fetch  0x00000002 , 0x00004682 
- 00015003  0x0000313e bbit0  0x00000009 , 0x00003c17 
- 00015004  0x0000313f call  0x00003ad4 
- 00015005  0x00003140 branch  0x00003c17 , 0x00000028 
- 00015006  0x00003141 jam  0x00000000 , 0x00000b05 
- 00015007  0x00003142 fetch  0x00000001 , 0x000046bf 
- 00015008  0x00003143 bbit1  0x00000004 , 0x00003ab4 
- 00015009  0x00003144 fetch  0x00000001 , 0x000046c0 
- 00015010  0x00003145 nrtn  0x00000034 
- 00015011  0x00003146 jam  0x00000001 , 0x00000b05 
- 00015012  0x00003147 ifetch  0x00000002 , 0x00000003 
- 00015013  0x00003148 store  0x00000002 , 0x000046c1 
- 00015014  0x00003149 copy  0x00000003 , 0x0000003f 
- 00015015  0x0000314a store  0x00000002 , 0x000046c3 
- 00015016  0x0000314b fetch  0x00000001 , 0x00000b04 
- 00015017  0x0000314c pincrease  0xfffffffe 
- 00015018  0x0000314d nbranch  0x00003c17 , 0x00000002 
- 00015019  0x0000314e branch  0x00003c17 , 0x00000005 
- 00015020  0x0000314f store  0x00000001 , 0x000046c0 
- 00015021  0x00003150 jam  0x00000000 , 0x00000b05 
- 00015022  0x00003151 call  0x00005814 
- 00015023  0x00003152 call  0x00003ab7 
- 00015024  0x00003153 call  0x00003ab7 
- 00015025  0x00003154 call  0x00003ab7 
- 00015026  0x00003155 fetch  0x00000001 , 0x000046bf 
- 00015027  0x00003156 rtnbit0  0x00000004 
- 00015028  0x00003158 jam  0x00000001 , 0x00000b05 
- 00015029  0x00003159 call  0x00003cf6 
- 00015030  0x0000315a branch  0x00003c1a 
- 00015031  0x0000315d fetch  0x00000001 , 0x000046c0 
- 00015032  0x0000315e rtn  0x00000034 
- 00015033  0x0000315f call  0x00005892 
- 00015034  0x00003160 nrtn  0x00000034 
- 00015035  0x00003161 call  0x00003acf 
- 00015036  0x00003162 bpatch  0x000000e1 , 0x0000401c 
- 00015037  0x00003163 add  0x00000002 , 0xfffffffd , 0x0000003f 
- 00015038  0x00003164 fetcht  0x00000001 , 0x000046c0 
- 00015039  0x00003165 call  0x00007fdd 
- 00015040  0x00003166 copy  0x0000003f , 0x00000011 
- 00015041  0x00003167 copy  0x00000002 , 0x0000003f 
- 00015042  0x00003168 isub  0x00000011 , 0x0000003f 
- 00015043  0x00003169 store  0x00000001 , 0x000046c0 
- 00015044  0x0000316a fetcht  0x00000002 , 0x000046c1 
- 00015045  0x0000316b call  0x00005a64 
- 00015046  0x0000316c fetch  0x00000002 , 0x000046c3 
- 00015047  0x0000316d copy  0x0000003f , 0x00000003 
- 00015048  0x0000316e copy  0x00000011 , 0x00000039 
- 00015049  0x0000316f call  0x000066ea 
- 00015050  0x00003170 copy  0x00000003 , 0x0000003f 
- 00015051  0x00003171 store  0x00000002 , 0x000046c3 
- 00015052  0x00003172 fetch  0x00000001 , 0x000046c0 
- 00015053  0x00003173 nrtn  0x00000034 
- 00015054  0x00003174 branch  0x00003cf4 
- 00015055  0x00003179 arg  0x00000017 , 0x00000002 
- 00015056  0x0000317a fetch  0x00000001 , 0x000046bf 
- 00015057  0x0000317b rtnbit1  0x00000001 
- 00015058  0x0000317c fetcht  0x00000002 , 0x000044a8 
- 00015059  0x0000317d rtn 
- 00015060  0x00003180 fetch  0x00000001 , 0x000046bf 
- 00015061  0x00003181 bbit1  0x00000002 , 0x00005a42 
- 00015062  0x00003182 branch  0x00007fe9 
- 00015063  0x00003187 branch  0x00003c4c 
- 00015064  0x0000318c copy  0x00000011 , 0x00000003 
- 00015065  0x0000318d ifetch  0x00000001 , 0x00000003 
- 00015066  0x0000318e beq  0x00000000 , 0x00003adf 
- 00015067  0x0000318f beq  0x00000001 , 0x00003ae2 
- 00015068  0x00003190 beq  0x00000002 , 0x00003ae8 
- 00015069  0x00003191 beq  0x00000003 , 0x00003aea 
- 00015070  0x00003192 branch  0x00003c17 
- 00015071  0x00003194 call  0x0000612b 
- 00015072  0x00003195 jam  0x00000000 , 0x0000465a 
- 00015073  0x00003196 branch  0x00003c1a 
- 00015074  0x00003198 setarg  0x00040003 
- 00015075  0x0000319a store  0x00000003 , 0x0000465b 
- 00015076  0x0000319b store  0x00000001 , 0x00004662 
- 00015077  0x0000319c call  0x00006124 
- 00015078  0x0000319d jam  0x00000001 , 0x0000465a 
- 00015079  0x0000319e branch  0x00003c1a 
- 00015080  0x000031a0 setarg  0x00040002 
- 00015081  0x000031a1 branch  0x00003ae3 
- 00015082  0x000031a4 setarg  0x00040001 
- 00015083  0x000031a5 branch  0x00003ae3 
- 00015084  0x000031a9 fetch  0x00000001 , 0x00000b04 
- 00015085  0x000031aa sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00015086  0x000031ab nbranch  0x00003c17 , 0x00000002 
- 00015087  0x000031ac store  0x00000001 , 0x00004689 
- 00015088  0x000031ad copy  0x0000003f , 0x00000039 
- 00015089  0x000031ae arg  0x0000468a , 0x00000005 
- 00015090  0x000031af call  0x000066fd 
- 00015091  0x000031b0 branch  0x00003c1a 
- 00015092  0x000031b5 copy  0x00000011 , 0x00000003 
- 00015093  0x000031b6 ifetch  0x00000001 , 0x00000003 
- 00015094  0x000031b7 hfetcht  0x00000001 , 0x00008062 
- 00015095  0x000031b8 nsetflag  0x00000034 , 0x00000004 , 0x00000002 
- 00015096  0x000031b9 hstoret  0x00000001 , 0x00008062 
- 00015097  0x000031ba branch  0x00003c1a 
- 00015098  0x000031bf fetch  0x00000001 , 0x00000b04 
- 00015099  0x000031c0 copy  0x0000003f , 0x00000039 
- 00015100  0x000031c1 copy  0x00000011 , 0x00000003 
- 00015101  0x000031c2 call  0x00007f58 
- 00015102  0x000031c3 setarg  0x016e3600 
- 00015103  0x000031c4 idiv  0x00000002 
- 00015104  0x000031c5 call  0x00007f86 
- 00015105  0x000031c6 quotient  0x0000003f 
- 00015106  0x000031c8 store  0x00000002 , 0x00004243 
- 00015107  0x000031c9 call  0x00003c1a 
- 00015108  0x000031ca call  0x00007f9e 
- 00015109  0x000031cb branch  0x000066ce 
- 00015110  0x000031d0 arg  0x00000002 , 0x00000011 
- 00015111  0x000031d1 arg  0x0000469a , 0x00000012 
- 00015112  0x000031d2 arg  0x00000000 , 0x00000002 
- 00015113  0x000031d3 branch  0x00003c25 
- 00015114  0x000031d5 store  0x00000002 , 0x00000ac2 
- 00015115  0x000031d6 arg  0x00000ac2 , 0x00000012 
- 00015116  0x000031d7 arg  0x00000000 , 0x00000002 
- 00015117  0x000031d8 branch  0x00003c25 
- 00015118  0x000031dd fetch  0x00000002 , 0x00004682 
- 00015119  0x000031de bbit0  0x00000000 , 0x00003c17 
- 00015120  0x000031e0 call  0x00003c1a 
- 00015121  0x000031e1 branch  0x000033e9 
- 00015122  0x000031e6 fetch  0x00000002 , 0x00004682 
- 00015123  0x000031e7 bbit0  0x00000009 , 0x00003c17 
- 00015124  0x000031e9 call  0x00003c1a 
- 00015125  0x000031ea branch  0x00003402 
- 00015126  0x000031f1 fetch  0x00000001 , 0x00000b04 
- 00015127  0x000031f2 copy  0x0000003f , 0x00000039 
- 00015128  0x000031f3 copy  0x00000011 , 0x00000003 
- 00015129  0x000031f4 fetch  0x00000002 , 0x00004215 
- 00015130  0x000031f5 icopy  0x00000005 
- 00015131  0x000031f6 call  0x000066ea 
- 00015132  0x000031f7 branch  0x00003c1a 
- 00015133  0x000031fc fetch  0x00000001 , 0x00004682 
- 00015134  0x000031fd bbit0  0x00000000 , 0x00003c17 
- 00015135  0x000031fe ifetch  0x00000001 , 0x00000003 
- 00015136  0x000031ff fetcht  0x00000001 , 0x00004661 
- 00015137  0x00003200 setflag  0x00000034 , 0x00000000 , 0x00000002 
- 00015138  0x00003201 set1  0x00000007 , 0x00000002 
- 00015139  0x00003202 storet  0x00000001 , 0x00004661 
- 00015140  0x00003204 call  0x00003c1a 
- 00015141  0x00003206 fetch  0x00000001 , 0x00004661 
- 00015142  0x00003207 bbit1  0x00000006 , 0x00003b2b 
- 00015143  0x00003208 rtn 
- 00015144  0x0000320b jam  0x00000000 , 0x00004661 
- 00015145  0x0000320c jam  0x00000021 , 0x00000a99 
- 00015146  0x0000320d branch  0x00007d8f 
- 00015147  0x00003211 bbit1  0x00000000 , 0x00005f95 
- 00015148  0x00003212 branch  0x00003b28 
- 00015149  0x00003217 fetch  0x00000001 , 0x00004682 
- 00015150  0x00003218 rtnbit0  0x00000004 
- 00015151  0x00003219 fetch  0x00000001 , 0x0000456b 
- 00015152  0x0000321a rtneq  0x00000000 
- 00015153  0x0000321b ifetch  0x00000001 , 0x00000003 
- 00015154  0x0000321c fetcht  0x00000001 , 0x00004569 
- 00015155  0x0000321d iadd  0x00000002 , 0x00000002 
- 00015156  0x0000321e storet  0x00000001 , 0x00004569 
- 00015157  0x0000321f rtn 
- 00015158  0x00003224 arg  0x00000040 , 0x00000039 
- 00015159  0x00003225 arg  0x0000436f , 0x00000005 
- 00015160  0x00003226 call  0x00007ed4 
- 00015161  0x00003227 setarg  0x00000000 
- 00015162  0x00003228 store  0x00000001 , 0x00000ab2 
- 00015163  0x00003229 copy  0x00000011 , 0x00000003 
- 00015164  0x0000322b copy  0x00000003 , 0x0000003f 
- 00015165  0x0000322c store  0x00000002 , 0x00000ab6 
- 00015166  0x0000322d call  0x00003b64 
- 00015167  0x0000322f fetch  0x00000001 , 0x00000ab2 
- 00015168  0x00003230 fetcht  0x00000001 , 0x00000aa2 
- 00015169  0x00003231 increase  0x00000001 , 0x00000002 
- 00015170  0x00003232 iadd  0x00000002 , 0x0000003f 
- 00015171  0x00003233 store  0x00000001 , 0x00000ab2 
- 00015172  0x00003235 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015173  0x00003236 nbranch  0x00003b50 , 0x00000002 
- 00015174  0x00003238 fetcht  0x00000001 , 0x0000436f 
- 00015175  0x00003239 setarg  0x00004370 
- 00015176  0x0000323a iadd  0x00000002 , 0x0000003f 
- 00015177  0x0000323b store  0x00000002 , 0x00000abb 
- 00015178  0x0000323c fetcht  0x00000001 , 0x00000aa2 
- 00015179  0x0000323d increase  0x00000001 , 0x00000002 
- 00015180  0x0000323e fetch  0x00000001 , 0x0000436f 
- 00015181  0x0000323f iadd  0x00000002 , 0x0000003f 
- 00015182  0x00003240 store  0x00000001 , 0x0000436f 
- 00015183  0x00003241 branch  0x00003b59 
- 00015184  0x00003243 fetcht  0x00000001 , 0x0000438f 
- 00015185  0x00003244 setarg  0x00004390 
- 00015186  0x00003245 iadd  0x00000002 , 0x0000003f 
- 00015187  0x00003246 store  0x00000002 , 0x00000abb 
- 00015188  0x00003247 fetcht  0x00000001 , 0x00000aa2 
- 00015189  0x00003248 increase  0x00000001 , 0x00000002 
- 00015190  0x00003249 fetch  0x00000001 , 0x0000438f 
- 00015191  0x0000324a iadd  0x00000002 , 0x0000003f 
- 00015192  0x0000324b store  0x00000001 , 0x0000438f 
- 00015193  0x0000324d fetch  0x00000002 , 0x00000abb 
- 00015194  0x0000324e copy  0x0000003f , 0x00000005 
- 00015195  0x0000324f fetch  0x00000002 , 0x00000ab6 
- 00015196  0x00003250 copy  0x0000003f , 0x00000003 
- 00015197  0x00003252 copy  0x00000002 , 0x00000039 
- 00015198  0x00003253 call  0x000066ea 
- 00015199  0x00003255 fetch  0x00000001 , 0x00000b04 
- 00015200  0x00003256 fetcht  0x00000001 , 0x00000ab2 
- 00015201  0x00003257 isub  0x00000002 , 0x0000003e 
- 00015202  0x00003258 nbranch  0x00003b3c , 0x00000005 
- 00015203  0x00003259 branch  0x00003c1a 
- 00015204  0x0000325d ifetch  0x00000001 , 0x00000003 
- 00015205  0x0000325e store  0x00000001 , 0x00000aa2 
- 00015206  0x0000325f ifetch  0x00000001 , 0x00000003 
- 00015207  0x00003260 store  0x00000001 , 0x00000aae 
- 00015208  0x00003261 rtn 
- 00015209  0x00003266 arg  0x00000000 , 0x00000002 
- 00015210  0x00003267 arg  0x00000002 , 0x00000011 
- 00015211  0x00003268 fetch  0x00000002 , 0x000046b4 
- 00015212  0x00003269 store  0x00000002 , 0x00000ac2 
- 00015213  0x0000326a arg  0x00000ac2 , 0x00000012 
- 00015214  0x0000326b branch  0x00003c25 
- 00015215  0x00003270 fetch  0x00000001 , 0x00000b04 
- 00015216  0x00003271 bne  0x00000001 , 0x00003c17 
- 00015217  0x00003272 ifetch  0x00000001 , 0x00000003 
- 00015218  0x00003273 store  0x00000001 , 0x000046b2 
- 00015219  0x00003274 setarg  0x00000000 
- 00015220  0x00003275 store  0x00000002 , 0x000046b4 
- 00015221  0x00003276 branch  0x00003c1a 
- 00015222  0x0000327b ifetch  0x00000004 , 0x00000003 
- 00015223  0x0000327c store  0x00000004 , 0x0000468a 
- 00015224  0x0000327d jam  0x00000004 , 0x00004689 
- 00015225  0x0000327e jam  0x00000000 , 0x00004663 
- 00015226  0x0000327f call  0x00003c1a 
- 00015227  0x00003280 branch  0x00005f31 
- 00015228  0x00003285 fetch  0x00000001 , 0x00000b04 
- 00015229  0x00003286 bne  0x00000003 , 0x00003c17 
- 00015230  0x00003287 ifetch  0x00000001 , 0x00000003 
- 00015231  0x00003288 beq  0x00000000 , 0x00003b82 
- 00015232  0x00003289 beq  0x00000001 , 0x00003b8a 
- 00015233  0x0000328a branch  0x00003c17 
- 00015234  0x0000328d ifetcht  0x00000001 , 0x00000003 
- 00015235  0x0000328e ifetch  0x00000001 , 0x00000003 
- 00015236  0x0000328f beq  0x00000002 , 0x00003b88 
- 00015237  0x00003290 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00015238  0x00003291 call  0x000067fb 
- 00015239  0x00003292 branch  0x00003c1a 
- 00015240  0x00003295 call  0x00006806 
- 00015241  0x00003296 branch  0x00003c1a 
- 00015242  0x00003299 ifetcht  0x00000001 , 0x00000003 
- 00015243  0x0000329a call  0x00006812 
- 00015244  0x0000329b ifetch  0x00000001 , 0x00000003 
- 00015245  0x0000329c isolate1  0x00000000 , 0x0000003f 
- 00015246  0x0000329d call  0x0000682c 
- 00015247  0x0000329e branch  0x00003c1a 
- 00015248  0x000032a3 fetch  0x00000001 , 0x00000b04 
- 00015249  0x000032a4 bne  0x00000001 , 0x00003c17 
- 00015250  0x000032a5 ifetcht  0x00000001 , 0x00000003 
- 00015251  0x000032a6 call  0x0000681d 
- 00015252  0x000032a7 setarg  0x00000000 
- 00015253  0x000032a8 nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00015254  0x000032a9 arg  0x00000001 , 0x00000011 
- 00015255  0x000032aa branch  0x00003b0a 
- 00015256  0x000032af copy  0x00000011 , 0x00000003 
- 00015257  0x000032b0 ifetch  0x00000001 , 0x00000003 
- 00015258  0x000032b1 copy  0x0000003f , 0x00000002 
- 00015259  0x000032b2 beq  0x00000081 , 0x00003ba3 
- 00015260  0x000032b3 beq  0x00000082 , 0x00003ba8 
- 00015261  0x000032b4 beq  0x00000083 , 0x00003bae 
- 00015262  0x000032b5 store  0x00000001 , 0x000044c6 
- 00015263  0x000032b6 beq  0x00000000 , 0x00003bb3 
- 00015264  0x000032b7 beq  0x00000001 , 0x00003bb6 
- 00015265  0x000032b8 beq  0x00000002 , 0x00003bb8 
- 00015266  0x000032b9 branch  0x00003c17 
- 00015267  0x000032bc fetch  0x00000001 , 0x000044be 
- 00015268  0x000032bd branch  0x00003c17 , 0x00000034 
- 00015269  0x000032be storet  0x00000001 , 0x000044c6 
- 00015270  0x000032bf jam  0x0000000d , 0x00004456 
- 00015271  0x000032c0 branch  0x00003bb4 
- 00015272  0x000032c2 fetch  0x00000001 , 0x000044be 
- 00015273  0x000032c3 branch  0x00003c17 , 0x00000034 
- 00015274  0x000032c4 storet  0x00000001 , 0x000044c6 
- 00015275  0x000032c5 jam  0x0000000d , 0x00004456 
- 00015276  0x000032c6 jam  0x00000001 , 0x00004454 
- 00015277  0x000032c7 branch  0x00003c1a 
- 00015278  0x000032c9 fetch  0x00000001 , 0x000044be 
- 00015279  0x000032ca branch  0x00003c17 , 0x00000034 
- 00015280  0x000032cb storet  0x00000001 , 0x000044c6 
- 00015281  0x000032cc jam  0x0000000d , 0x00004456 
- 00015282  0x000032cd branch  0x00003bb9 
- 00015283  0x000032cf jam  0x00000000 , 0x00004456 
- 00015284  0x000032d1 jam  0x00000003 , 0x00004454 
- 00015285  0x000032d2 branch  0x00003c1a 
- 00015286  0x000032d4 jam  0x00000005 , 0x00004456 
- 00015287  0x000032d5 branch  0x00003bb4 
- 00015288  0x000032d7 jam  0x00000005 , 0x00004456 
- 00015289  0x000032d9 jam  0x00000000 , 0x00004454 
- 00015290  0x000032da branch  0x00003c1a 
- 00015291  0x000032df fetch  0x00000001 , 0x00000b04 
- 00015292  0x000032e0 sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015293  0x000032e1 nbranch  0x00003c17 , 0x00000002 
- 00015294  0x000032e2 store  0x00000001 , 0x0000436f 
- 00015295  0x000032e3 copy  0x0000003f , 0x00000039 
- 00015296  0x000032e4 copy  0x00000011 , 0x00000003 
- 00015297  0x000032e5 arg  0x00004370 , 0x00000005 
- 00015298  0x000032e6 call  0x000066ea 
- 00015299  0x000032e7 branch  0x00003c1a 
- 00015300  0x000032ec fetch  0x00000001 , 0x00000b04 
- 00015301  0x000032ed sub  0x0000003f , 0x0000001f , 0x0000003e 
- 00015302  0x000032ee nbranch  0x00003c17 , 0x00000002 
- 00015303  0x000032ef store  0x00000001 , 0x0000438f 
- 00015304  0x000032f0 copy  0x0000003f , 0x00000039 
- 00015305  0x000032f1 copy  0x00000011 , 0x00000003 
- 00015306  0x000032f2 arg  0x00004390 , 0x00000005 
- 00015307  0x000032f3 call  0x000066ea 
- 00015308  0x000032f4 branch  0x00003c1a 
- 00015309  0x000032f9 fetch  0x00000002 , 0x00004682 
- 00015310  0x000032fa bbit0  0x00000009 , 0x00003c17 
- 00015311  0x000032fb fetch  0x00000001 , 0x00000b04 
- 00015312  0x000032fc bne  0x00000008 , 0x00003c17 
- 00015313  0x000032fd copy  0x00000011 , 0x00000003 
- 00015314  0x000032fe ifetch  0x00000008 , 0x00000003 
- 00015315  0x000032ff store  0x00000008 , 0x00004496 
- 00015316  0x00003300 jam  0x00000012 , 0x00000a99 
- 00015317  0x00003301 call  0x00007d8f 
- 00015318  0x00003302 branch  0x00003c1a 
- 00015319  0x00003307 ifetch  0x00000002 , 0x00000003 
- 00015320  0x00003308 store  0x00000002 , 0x00004482 
- 00015321  0x00003309 branch  0x00003c1a 
- 00015322  0x0000330e fetch  0x00000001 , 0x000044c6 
- 00015323  0x0000330f branch  0x00003c17 , 0x00000034 
- 00015324  0x00003310 fetch  0x00000001 , 0x000044c4 
- 00015325  0x00003311 bne  0x00000000 , 0x00003c17 
- 00015326  0x00003312 fetch  0x00000001 , 0x000044c5 
- 00015327  0x00003313 bne  0x00000000 , 0x00003c17 
- 00015328  0x00003314 call  0x00007e25 
- 00015329  0x00003315 branch  0x00003c1a 
- 00015330  0x0000331a fetch  0x00000001 , 0x00000b04 
- 00015331  0x0000331b bne  0x00000005 , 0x00003c17 
- 00015332  0x0000331c ifetch  0x00000001 , 0x00000003 
- 00015333  0x0000331d store  0x00000001 , 0x000046a2 
- 00015334  0x0000331e ifetch  0x00000004 , 0x00000003 
- 00015335  0x0000331f store  0x00000004 , 0x000046a3 
- 00015336  0x00003320 fetcht  0x00000001 , 0x000046a2 
- 00015337  0x00003321 call  0x0000680e 
- 00015338  0x00003322 call  0x00003cbc 
- 00015339  0x00003323 branch  0x00003c1a 
- 00015340  0x00003328 fetch  0x00000001 , 0x00000b04 
- 00015341  0x00003329 bne  0x00000001 , 0x00003c17 
- 00015342  0x0000332a ifetch  0x00000001 , 0x00000003 
- 00015343  0x0000332b store  0x00000001 , 0x000041de 
- 00015344  0x0000332c branch  0x00003c1a 
- 00015345  0x00003331 ifetch  0x00000001 , 0x00000003 
- 00015346  0x00003332 beq  0x00000001 , 0x00003bfa 
- 00015347  0x00003333 fetch  0x00000001 , 0x000044c1 
- 00015348  0x00003334 beq  0x00000003 , 0x00003bf8 
- 00015349  0x00003335 beq  0x00000006 , 0x00003bf8 
- 00015350  0x00003336 beq  0x00000007 , 0x00003bf8 
- 00015351  0x00003337 branch  0x00003c17 
- 00015352  0x00003339 jam  0x00000001 , 0x000044c2 
- 00015353  0x0000333a branch  0x00003c1a 
- 00015354  0x0000333d call  0x00005b53 
- 00015355  0x0000333e branch  0x00003c1a 
- 00015356  0x00003343 fetch  0x00000001 , 0x00000b04 
- 00015357  0x00003344 bne  0x00000001 , 0x00003c17 
- 00015358  0x00003345 call  0x00003c1a 
- 00015359  0x00003346 ifetch  0x00000001 , 0x00000003 
- 00015360  0x00003347 branch  0x000060cb , 0x00000034 
- 00015361  0x00003348 branch  0x000060c9 
- 00015362  0x0000334d call  0x00003c1a 
- 00015363  0x0000334e call  0x00007f9e 
- 00015364  0x0000334f jam  0x00000001 , 0x00008010 
- 00015365  0x00003350 branch  0x00002a8e 
- 00015366  0x00003355 fetch  0x00000001 , 0x00000b04 
- 00015367  0x00003356 beq  0x00000000 , 0x00003c17 
- 00015368  0x00003357 ifetch  0x00000001 , 0x00000003 
- 00015369  0x00003358 branch  0x00003c13 , 0x00000034 
- 00015370  0x00003359 fetch  0x00000001 , 0x00000b04 
- 00015371  0x0000335a bne  0x00000005 , 0x00003c17 
- 00015372  0x0000335b ifetch  0x00000004 , 0x00000003 
- 00015373  0x0000335c arg  0x000f4240 , 0x00000002 
- 00015374  0x0000335d isub  0x00000002 , 0x0000003e 
- 00015375  0x0000335e branch  0x00003c17 , 0x00000002 
- 00015376  0x0000335f store  0x00000004 , 0x000044c7 
- 00015377  0x00003360 call  0x0000580c 
- 00015378  0x00003361 branch  0x00003c1a 
- 00015379  0x00003364 call  0x0000580e 
- 00015380  0x00003365 branch  0x00003c1a 
- 00015381  0x0000336a jam  0x00000000 , 0x00004091 
- 00015382  0x0000336b branch  0x00003c1a 
- 00015383  0x00003371 arg  0x00000001 , 0x00000002 
- 00015384  0x00003372 arg  0x00000000 , 0x00000011 
- 00015385  0x00003373 branch  0x00003c25 
- 00015386  0x00003377 arg  0x00000000 , 0x00000002 
- 00015387  0x00003378 arg  0x00000000 , 0x00000011 
- 00015388  0x00003379 branch  0x00003c25 
- 00015389  0x0000337e jam  0x00000000 , 0x00000b03 
- 00015390  0x0000337f branch  0x00003c49 
- 00015391  0x00003384 jam  0x00000002 , 0x00000b03 
- 00015392  0x00003385 branch  0x00003c49 
- 00015393  0x0000338a jam  0x00000003 , 0x00000b03 
- 00015394  0x0000338b branch  0x00003c49 
- 00015395  0x00003390 jam  0x00000005 , 0x00000b03 
- 00015396  0x00003391 branch  0x00003c49 
- 00015397  0x0000339a fetch  0x00000001 , 0x00000b03 
- 00015398  0x0000339b copy  0x0000003f , 0x00000013 
- 00015399  0x0000339c jam  0x00000006 , 0x00000b03 
- 00015400  0x0000339d setarg  0x00000002 
- 00015401  0x0000339e iadd  0x00000011 , 0x0000003f 
- 00015402  0x0000339f call  0x00003ca7 
- 00015403  0x000033a0 copy  0x00000013 , 0x0000003f 
- 00015404  0x000033a1 istore  0x00000001 , 0x0000000a 
- 00015405  0x000033a2 istoret  0x00000001 , 0x0000000a 
- 00015406  0x000033a3 copy  0x00000011 , 0x00000039 
- 00015407  0x000033a4 copy  0x00000012 , 0x00000006 
- 00015408  0x000033a5 call  0x000066e4 
- 00015409  0x000033a6 branch  0x000066c5 
- 00015410  0x000033ac call  0x0000397f 
- 00015411  0x000033ad jam  0x00000007 , 0x00000b03 
- 00015412  0x000033ae fetch  0x00000001 , 0x000004ff 
- 00015413  0x000033af rtn  0x00000034 
- 00015414  0x000033b0 call  0x00003ca7 
- 00015415  0x000033b1 fetch  0x00000001 , 0x000004ff 
- 00015416  0x000033b2 copy  0x0000003f , 0x00000039 
- 00015417  0x000033b3 fetch  0x00000002 , 0x00000501 
- 00015418  0x000033b4 copy  0x0000003f , 0x00000006 
- 00015419  0x000033b5 call  0x000066d1 
- 00015420  0x000033b6 branch  0x000066c5 
- 00015421  0x000033bb jam  0x00000008 , 0x00000b03 
- 00015422  0x000033bc fetch  0x00000001 , 0x000046b6 
- 00015423  0x000033bd icopy  0x00000039 
- 00015424  0x000033be increase  0x00000002 , 0x0000003f 
- 00015425  0x000033bf call  0x00003ca7 
- 00015426  0x000033c0 fetch  0x00000002 , 0x000046b9 
- 00015427  0x000033c1 istore  0x00000002 , 0x0000000a 
- 00015428  0x000033c2 fetch  0x00000002 , 0x000046b7 
- 00015429  0x000033c3 icopy  0x00000006 
- 00015430  0x000033c4 call  0x000066d1 
- 00015431  0x000033c5 branch  0x000066c5 
- 00015432  0x000033ca jam  0x00000009 , 0x00000b03 
- 00015433  0x000033cc setarg  0x00000000 
- 00015434  0x000033cd call  0x00003ca7 
- 00015435  0x000033ce branch  0x000066c5 
- 00015436  0x000033d3 jam  0x0000000a , 0x00000b03 
- 00015437  0x000033d4 setarg  0x00000001 
- 00015438  0x000033d5 call  0x00003ca7 
- 00015439  0x000033d7 call  0x00003c5d 
- 00015440  0x000033d9 fetch  0x00000002 , 0x00004682 
- 00015441  0x000033da arg  0x00000002 , 0x00000007 
- 00015442  0x000033db qisolate1  0x0000003f 
- 00015443  0x000033dc setflag  0x00000001 , 0x00000003 , 0x00000002 
- 00015444  0x000033de arg  0x00000009 , 0x00000007 
- 00015445  0x000033df qisolate1  0x0000003f 
- 00015446  0x000033e0 setflag  0x00000001 , 0x00000005 , 0x00000002 
- 00015447  0x000033e2 fetch  0x00000001 , 0x00004682 
- 00015448  0x000033e3 arg  0x00000004 , 0x00000007 
- 00015449  0x000033e4 qisolate1  0x0000003f 
- 00015450  0x000033e5 setflag  0x00000001 , 0x00000004 , 0x00000002 
- 00015451  0x000033e7 istoret  0x00000001 , 0x0000000a 
- 00015452  0x000033e8 branch  0x000066c5 
- 00015453  0x000033ed arg  0x00000000 , 0x00000002 
- 00015454  0x000033ee fetch  0x00000001 , 0x00004093 
- 00015455  0x000033ef arg  0x00000000 , 0x00000007 
- 00015456  0x000033f0 qisolate1  0x0000003f 
- 00015457  0x000033f1 setflag  0x00000001 , 0x00000000 , 0x00000002 
- 00015458  0x000033f2 arg  0x00000001 , 0x00000007 
- 00015459  0x000033f3 qisolate1  0x0000003f 
- 00015460  0x000033f4 setflag  0x00000001 , 0x00000001 , 0x00000002 
- 00015461  0x000033f6 fetch  0x00000001 , 0x0000436e 
- 00015462  0x000033f7 arg  0x00000000 , 0x00000007 
- 00015463  0x000033f8 qisolate1  0x0000003f 
- 00015464  0x000033f9 setflag  0x00000001 , 0x00000002 , 0x00000002 
- 00015465  0x000033fa rtn 
- 00015466  0x000033ff jam  0x0000000d , 0x00000b03 
- 00015467  0x00003400 fetch  0x00000001 , 0x00004217 
- 00015468  0x00003401 mul32  0x0000003f , 0x00000022 , 0x0000003f 
- 00015469  0x00003402 icopy  0x00000039 
- 00015470  0x00003403 call  0x00003ca7 
- 00015471  0x00003404 fetch  0x00000002 , 0x00004215 
- 00015472  0x00003405 icopy  0x00000006 
- 00015473  0x00003406 call  0x000066d1 
- 00015474  0x00003407 branch  0x000066c5 
- 00015475  0x0000340c jam  0x0000000e , 0x00000b03 
- 00015476  0x0000340d setarg  0x00000004 
- 00015477  0x0000340e call  0x00003ca7 
- 00015478  0x0000340f fetch  0x00000004 , 0x000009ba 
- 00015479  0x00003410 istore  0x00000004 , 0x0000000a 
- 00015480  0x00003411 branch  0x000066c5 
- 00015481  0x00003416 jam  0x0000000f , 0x00000b03 
- 00015482  0x00003417 hfetch  0x00000002 , 0x00008112 
- 00015483  0x00003418 arg  0x000000ff , 0x00000002 
- 00015484  0x00003419 call  0x00007fdd 
- 00015485  0x0000341a copy  0x0000003f , 0x00000039 
- 00015486  0x0000341b call  0x00003ca7 
- 00015487  0x0000341c call  0x000066cb 
- 00015488  0x0000341d call  0x00006703 
- 00015489  0x0000341e branch  0x000066c5 
- 00015490  0x00003423 jam  0x00000010 , 0x00000b03 
- 00015491  0x00003424 branch  0x00003c49 
- 00015492  0x00003429 jam  0x00000011 , 0x00000b03 
- 00015493  0x0000342a setarg  0x00000004 
- 00015494  0x0000342b call  0x00003ca7 
- 00015495  0x0000342c fetch  0x00000004 , 0x000044c7 
- 00015496  0x0000342d istore  0x00000004 , 0x0000000a 
- 00015497  0x0000342e branch  0x000066c5 
- 00015498  0x00003433 arg  0x00000180 , 0x00000011 
- 00015499  0x00003434 branch  0x00003c91 
- 00015500  0x00003437 arg  0x00000080 , 0x00000011 
- 00015501  0x00003438 branch  0x00003c91 
- 00015502  0x0000343b arg  0x00000101 , 0x00000011 
- 00015503  0x0000343c branch  0x00003c91 
- 00015504  0x0000343f arg  0x00000001 , 0x00000011 
- 00015505  0x00003442 jam  0x00000000 , 0x00004661 
- 00015506  0x00003443 jam  0x00000014 , 0x00000b03 
- 00015507  0x00003444 setarg  0x00000002 
- 00015508  0x00003445 call  0x00003ca7 
- 00015509  0x00003446 copy  0x00000011 , 0x0000003f 
- 00015510  0x00003447 istore  0x00000002 , 0x0000000a 
- 00015511  0x00003448 branch  0x000066c5 
- 00015512  0x0000344d arg  0x00000000 , 0x00000013 
- 00015513  0x0000344e branch  0x00003c9b 
- 00015514  0x00003451 arg  0x00000001 , 0x00000013 
- 00015515  0x00003454 jam  0x00000015 , 0x00000b03 
- 00015516  0x00003455 setarg  0x00000001 
- 00015517  0x00003456 call  0x00003ca7 
- 00015518  0x00003457 copy  0x00000013 , 0x0000003f 
- 00015519  0x00003458 istore  0x00000001 , 0x0000000a 
- 00015520  0x00003459 branch  0x000066c5 
- 00015521  0x0000345e jam  0x0000001d , 0x00000b03 
- 00015522  0x0000345f setarg  0x00000004 
- 00015523  0x00003460 call  0x00003ca7 
- 00015524  0x00003461 fetch  0x00000004 , 0x000009ba 
- 00015525  0x00003462 istore  0x00000004 , 0x0000000a 
- 00015526  0x00003463 branch  0x000066c5 
- 00015527  0x0000346f jam  0x00000002 , 0x00000b02 
- 00015528  0x00003470 store  0x00000001 , 0x00000b04 
- 00015529  0x00003471 storet  0x00000008 , 0x00000aa2 
- 00015530  0x00003472 bpatch  0x000000e2 , 0x0000401c 
- 00015531  0x00003473 call  0x00003cb1 
- 00015532  0x00003474 fetcht  0x00000008 , 0x00000aa2 
- 00015533  0x00003475 call  0x000066c2 
- 00015534  0x00003476 fetch  0x00000003 , 0x00000b02 
- 00015535  0x00003477 istore  0x00000003 , 0x0000000a 
- 00015536  0x00003478 rtn 
- 00015537  0x0000347c call  0x00003cba 
- 00015538  0x0000347d rtn  0x00000001 
- 00015539  0x0000347f call  0x00003cb8 
- 00015540  0x00003480 fetch  0x00000004 , 0x000046a3 
- 00015541  0x00003481 rshift2  0x0000003f , 0x0000003f 
- 00015542  0x00003482 rtn  0x00000034 
- 00015543  0x00003483 branch  0x00003cbe 
- 00015544  0x00003487 fetcht  0x00000001 , 0x000046a2 
- 00015545  0x00003488 branch  0x00006829 
- 00015546  0x0000348b fetcht  0x00000001 , 0x000046a2 
- 00015547  0x0000348c branch  0x0000681b 
- 00015548  0x0000348f fetcht  0x00000001 , 0x000046a2 
- 00015549  0x00003490 branch  0x00006825 
- 00015550  0x00003494 increase  0xffffffff , 0x0000003f 
- 00015551  0x00003495 nop  0x00000026 
- 00015552  0x00003496 nbranch  0x00003cbe , 0x00000034 
- 00015553  0x00003497 rtn 
- 00015554  0x000034a1 call  0x00003ad4 
- 00015555  0x000034a2 rtn  0x00000028 
- 00015556  0x000034a3 copy  0x00000011 , 0x0000003f 
- 00015557  0x000034a4 store  0x00000002 , 0x000046b7 
- 00015558  0x000034a5 copy  0x00000012 , 0x0000003f 
- 00015559  0x000034a6 store  0x00000001 , 0x000046b6 
- 00015560  0x000034a7 fetch  0x00000002 , 0x00000478 
- 00015561  0x000034a8 fetcht  0x00000002 , 0x000046bb 
- 00015562  0x000034a9 isub  0x00000002 , 0x0000003e 
- 00015563  0x000034aa branch  0x00003ccf , 0x00000005 
- 00015564  0x000034ab fetcht  0x00000002 , 0x000046bd 
- 00015565  0x000034ac isub  0x00000002 , 0x0000003e 
- 00015566  0x000034ad nrtn  0x00000005 
- 00015567  0x000034af store  0x00000002 , 0x000046b9 
- 00015568  0x000034b0 branch  0x00003c3d 
- 00015569  0x000034b6 fetch  0x00000001 , 0x000046bf 
- 00015570  0x000034b7 rtnbit1  0x00000005 
- 00015571  0x000034b8 call  0x00003cf0 
- 00015572  0x000034b9 branch  0x0000340c 
- 00015573  0x000034bd jam  0x00000002 , 0x00004172 
- 00015574  0x000034be rtn 
- 00015575  0x000034c3 branch  0x00003cd8 
- 00015576  0x000034c6 fetch  0x00000001 , 0x000046b2 
- 00015577  0x000034c7 rtn  0x00000034 
- 00015578  0x000034c8 fetch  0x00000001 , 0x000046b3 
- 00015579  0x000034c9 rtn  0x00000034 
- 00015580  0x000034ca increase  0xffffffff , 0x0000003f 
- 00015581  0x000034cb store  0x00000001 , 0x000046b3 
- 00015582  0x000034cc nrtn  0x00000034 
- 00015583  0x000034cd jam  0x0000000a , 0x000046b3 
- 00015584  0x000034ce call  0x000068eb 
- 00015585  0x000034cf call  0x00006908 
- 00015586  0x000034d0 div  0x0000003f , 0x00000064 
- 00015587  0x000034d1 call  0x00007f86 
- 00015588  0x000034d2 quotient  0x0000003f 
- 00015589  0x000034d3 remainder  0x00000002 
- 00015590  0x000034d4 store  0x00000001 , 0x000046b4 
- 00015591  0x000034d5 storet  0x00000001 , 0x000046b5 
- 00015592  0x000034d6 rtn 
- 00015593  0x000034da call  0x00007fb4 
- 00015594  0x000034db branch  0x000033d9 , 0x00000002 
- 00015595  0x000034dc branch  0x000033db 
- 00015596  0x000034e1 arg  0x00000006 , 0x00000007 
- 00015597  0x000034e2 branch  0x00003cfc 
- 00015598  0x000034e5 arg  0x00000006 , 0x00000007 
- 00015599  0x000034e6 branch  0x00003cf8 
- 00015600  0x000034e9 arg  0x00000005 , 0x00000007 
- 00015601  0x000034ea branch  0x00003cfc 
- 00015602  0x000034ed arg  0x00000005 , 0x00000007 
- 00015603  0x000034ee branch  0x00003cf8 
- 00015604  0x000034f1 arg  0x00000004 , 0x00000007 
- 00015605  0x000034f2 branch  0x00003cfc 
- 00015606  0x000034f5 arg  0x00000004 , 0x00000007 
- 00015607  0x000034f6 branch  0x00003cf8 
- 00015608  0x000034f9 fetch  0x00000001 , 0x000046bf 
- 00015609  0x000034fa qset0  0x0000003f 
- 00015610  0x000034fb store  0x00000001 , 0x000046bf 
- 00015611  0x000034fc rtn 
- 00015612  0x000034ff fetch  0x00000001 , 0x000046bf 
- 00015613  0x00003500 qset1  0x0000003f 
- 00015614  0x00003501 store  0x00000001 , 0x000046bf 
- 00015615  0x00003502 rtn 
- 00015616  0x0000350d call  0x00003d39 
- 00015617  0x0000350e call  0x0000640f 
- 00015618  0x0000350f call  0x000040c6 
- 00015619  0x00003510 call  0x00003d66 
- 00015620  0x00003511 call  0x00006411 
- 00015621  0x00003512 rtn  0x0000002b 
- 00015622  0x00003513 call  0x00003d16 
- 00015623  0x00003514 call  0x00003d19 
- 00015624  0x00003517 fetch  0x00000004 , 0x000046d3 
- 00015625  0x00003518 rtnbit1  0x00000010 
- 00015626  0x00003519 call  0x00003d4e 
- 00015627  0x0000351a rtnmark1  0x00000026 
- 00015628  0x0000351b fetch  0x00000002 , 0x00004682 
- 00015629  0x0000351c bbit1  0x0000000c , 0x000042b0 
- 00015630  0x0000351d branch  0x000042a2 
- 00015631  0x00003521 fetch  0x00000004 , 0x000046d3 
- 00015632  0x00003522 rtnbit0  0x0000001b 
- 00015633  0x00003523 arg  0x00000014 , 0x00000039 
- 00015634  0x00003525 setarg  0x00030d40 
- 00015635  0x00003526 call  0x00002a8f 
- 00015636  0x00003527 loop  0x00007ec1 
- 00015637  0x00003528 rtn 
- 00015638  0x0000352c fetch  0x00000004 , 0x000046d3 
- 00015639  0x0000352d rtnbit0  0x00000010 
- 00015640  0x0000352e branch  0x000048ea 
- 00015641  0x00003532 setarg  0x0000416d 
- 00015642  0x00003533 store  0x00000002 , 0x000041ef 
- 00015643  0x00003534 setarg  0x00003f77 
- 00015644  0x00003535 store  0x00000002 , 0x000041f1 
- 00015645  0x00003536 setarg  0x00003ebb 
- 00015646  0x00003537 store  0x00000002 , 0x000041ed 
- 00015647  0x00003538 setarg  0x0000417c 
- 00015648  0x00003539 store  0x00000002 , 0x000041f5 
- 00015649  0x0000353a setarg  0x00003de3 
- 00015650  0x0000353b store  0x00000002 , 0x000041f3 
- 00015651  0x0000353c setarg  0x00003eb3 
- 00015652  0x0000353d store  0x00000002 , 0x000041eb 
- 00015653  0x0000353e setarg  0x00003d5b 
- 00015654  0x0000353f store  0x00000002 , 0x000041f9 
- 00015655  0x00003541 call  0x00002c7a 
- 00015656  0x00003542 setarg  0x00004401 
- 00015657  0x00003543 add  0x00000013 , 0x000000d8 , 0x00000005 
- 00015658  0x00003544 istore  0x00000002 , 0x00000005 
- 00015659  0x00003545 setarg  0x00004406 
- 00015660  0x00003546 add  0x00000013 , 0x000000da , 0x00000005 
- 00015661  0x00003547 istore  0x00000002 , 0x00000005 
- 00015662  0x00003548 setarg  0x00003ebf 
- 00015663  0x00003549 add  0x00000013 , 0x000000dc , 0x00000005 
- 00015664  0x0000354a istore  0x00000002 , 0x00000005 
- 00015665  0x0000354c setarg  0x000041f9 
- 00015666  0x0000354d store  0x00000002 , 0x000041fd 
- 00015667  0x0000354e setarg  0x00003d36 
- 00015668  0x0000354f store  0x00000002 , 0x00004201 
- 00015669  0x00003550 rtn 
- 00015670  0x00003553 fetch  0x00000004 , 0x000046d3 
- 00015671  0x00003554 bbit0  0x00000012 , 0x000064d7 
- 00015672  0x00003555 branch  0x000064da 
- 00015673  0x00003558 rtn  0x0000002b 
- 00015674  0x00003559 call  0x00002c9d 
- 00015675  0x0000355a call  0x00003e6e 
- 00015676  0x0000355b call  0x00003e1e 
- 00015677  0x0000355c call  0x00003e54 
- 00015678  0x0000355d call  0x00005810 
- 00015679  0x0000355e call  0x00005839 
- 00015680  0x0000355f call  0x0000582c 
- 00015681  0x00003560 call  0x00005818 
- 00015682  0x00003561 fetch  0x00000004 , 0x000046d3 
- 00015683  0x00003562 bbit1  0x00000014 , 0x00003d46 
- 00015684  0x00003563 bbit1  0x00000013 , 0x00004414 
- 00015685  0x00003564 rtn 
- 00015686  0x00003567 call  0x0000659c 
- 00015687  0x00003568 fetch  0x00000004 , 0x000046d3 
- 00015688  0x00003569 isolate1  0x00000019 , 0x0000003f 
- 00015689  0x0000356a ncall  0x000065c2 , 0x00000001 
- 00015690  0x0000356b call  0x0000443f 
- 00015691  0x0000356c call  0x00003dc9 
- 00015692  0x0000356d call  0x000041aa 
- 00015693  0x0000356e branch  0x000065df 
- 00015694  0x00003571 fetch  0x00000004 , 0x000046d3 
- 00015695  0x00003572 bbit0  0x0000001e , 0x00003d53 
- 00015696  0x00003573 fetch  0x00000001 , 0x00000abd 
- 00015697  0x00003574 isolate0  0x00000003 , 0x0000003f 
- 00015698  0x00003575 nrtn  0x00000001 
- 00015699  0x00003577 fetch  0x00000001 , 0x0000471f 
- 00015700  0x00003578 store  0x00000001 , 0x0000471e 
- 00015701  0x00003579 fetch  0x00000001 , 0x000046f5 
- 00015702  0x0000357a rtnbit1  0x00000006 
- 00015703  0x0000357c fetch  0x00000004 , 0x000046d3 
- 00015704  0x0000357d rtnbit0  0x00000011 
- 00015705  0x0000357e bbit1  0x0000001d , 0x00002ee4 
- 00015706  0x0000357f branch  0x00002f2c 
- 00015707  0x00003581 fetch  0x00000001 , 0x00000478 
- 00015708  0x00003582 sub  0x0000003f , 0x0000001a , 0x0000003f 
- 00015709  0x00003583 nrtn  0x00000005 
- 00015710  0x00003584 jam  0x00000012 , 0x00000a99 
- 00015711  0x00003585 call  0x00007d8f 
- 00015712  0x00003587 arg  0x00000000 , 0x00000007 
- 00015713  0x00003588 branch  0x000041b9 
- 00015714  0x0000358b fetch  0x00000001 , 0x000046b6 
- 00015715  0x0000358c rtneq  0x00000001 
- 00015716  0x0000358d jam  0x00000001 , 0x000046b6 
- 00015717  0x0000358e rtn 
- 00015718  0x00003590 fetch  0x00000001 , 0x000046e1 
- 00015719  0x00003591 and  0x0000003f , 0x0000000f , 0x0000003f 
- 00015720  0x00003592 store  0x00000001 , 0x0000477a 
- 00015721  0x00003593 branch  0x00003d80 
- 00015722  0x00003597 fetcht  0x00000001 , 0x000046e7 
- 00015723  0x00003598 call  0x0000681d 
- 00015724  0x00003599 nbranch  0x00003d62 , 0x00000001 
- 00015725  0x0000359b fetch  0x00000001 , 0x000046b6 
- 00015726  0x0000359c rtneq  0x00000000 
- 00015727  0x0000359d jam  0x00000000 , 0x000046b6 
- 00015728  0x0000359e fetch  0x00000001 , 0x0000477a 
- 00015729  0x0000359f increase  0x00000001 , 0x0000003f 
- 00015730  0x000035a0 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00015731  0x000035a1 store  0x00000001 , 0x0000477a 
- 00015732  0x000035a2 call  0x00003d7e 
- 00015733  0x000035a3 fetch  0x00000004 , 0x000046d3 
- 00015734  0x000035a4 bbit1  0x00000014 , 0x0000443b 
- 00015735  0x000035a5 bbit1  0x00000013 , 0x00003d79 
- 00015736  0x000035a6 rtn 
- 00015737  0x000035a8 arg  0x0000001e , 0x00000002 
- 00015738  0x000035a9 call  0x0000680e 
- 00015739  0x000035aa arg  0x0000001f , 0x00000002 
- 00015740  0x000035ab call  0x0000680e 
- 00015741  0x000035ac branch  0x00004435 
- 00015742  0x000035af bpatch  0x000000e3 , 0x0000401c 
- 00015743  0x000035b0 call  0x0000424a 
- 00015744  0x000035b1 fetch  0x00000001 , 0x000046e0 
- 00015745  0x000035b2 beq  0x00000005 , 0x00003daa 
- 00015746  0x000035b3 beq  0x00000004 , 0x00003d96 
- 00015747  0x000035b4 fetch  0x00000001 , 0x0000477a 
- 00015748  0x000035b5 beq  0x00000000 , 0x00003d8a 
- 00015749  0x000035b6 beq  0x00000001 , 0x00003d88 
- 00015750  0x000035b7 beq  0x00000002 , 0x00003d8c 
- 00015751  0x000035b8 beq  0x00000003 , 0x00003d8e 
- 00015752  0x000035ba fetch  0x00000001 , 0x00004780 
- 00015753  0x000035bb branch  0x00003dbe 
- 00015754  0x000035bd fetch  0x00000001 , 0x0000477f 
- 00015755  0x000035be branch  0x00003dbe 
- 00015756  0x000035c0 fetch  0x00000001 , 0x00004781 
- 00015757  0x000035c1 branch  0x00003dbe 
- 00015758  0x000035c3 fetch  0x00000001 , 0x00004782 
- 00015759  0x000035c4 branch  0x00003dbe 
- 00015760  0x000035c6 fetch  0x00000001 , 0x000046e0 
- 00015761  0x000035c7 rtneq  0x00000006 
- 00015762  0x000035c8 fetch  0x00000001 , 0x000046b5 
- 00015763  0x000035c9 increase  0x00000001 , 0x0000003f 
- 00015764  0x000035ca store  0x00000001 , 0x000046b5 
- 00015765  0x000035cb rtn 
- 00015766  0x000035ce fetch  0x00000001 , 0x0000477a 
- 00015767  0x000035cf beq  0x00000000 , 0x00003d9d 
- 00015768  0x000035d0 beq  0x00000001 , 0x00003d9b 
- 00015769  0x000035d1 beq  0x00000002 , 0x00003d9f 
- 00015770  0x000035d2 beq  0x00000003 , 0x00003da1 
- 00015771  0x000035d4 fetch  0x00000001 , 0x00004784 
- 00015772  0x000035d5 branch  0x00003da2 
- 00015773  0x000035d7 fetch  0x00000001 , 0x00004783 
- 00015774  0x000035d8 branch  0x00003da2 
- 00015775  0x000035da fetch  0x00000001 , 0x00004785 
- 00015776  0x000035db branch  0x00003da2 
- 00015777  0x000035dd fetch  0x00000001 , 0x00004786 
- 00015778  0x000035df store  0x00000001 , 0x000046b5 
- 00015779  0x000035e0 lshift8  0x0000003f , 0x0000003f 
- 00015780  0x000035e1 copy  0x0000003f , 0x00000011 
- 00015781  0x000035e2 add  0x0000003f , 0x0000000d , 0x0000003f 
- 00015782  0x000035e3 call  0x00006413 
- 00015783  0x000035e4 copy  0x00000011 , 0x0000003f 
- 00015784  0x000035e5 add  0x0000003f , 0x0000000e , 0x0000003f 
- 00015785  0x000035e6 branch  0x00006413 
- 00015786  0x000035e9 fetch  0x00000001 , 0x0000477a 
- 00015787  0x000035ea beq  0x00000000 , 0x00003db1 
- 00015788  0x000035eb beq  0x00000001 , 0x00003daf 
- 00015789  0x000035ec beq  0x00000002 , 0x00003db3 
- 00015790  0x000035ed beq  0x00000003 , 0x00003db5 
- 00015791  0x000035ef fetch  0x00000001 , 0x00004788 
- 00015792  0x000035f0 branch  0x00003db6 
- 00015793  0x000035f2 fetch  0x00000001 , 0x00004787 
- 00015794  0x000035f3 branch  0x00003db6 
- 00015795  0x000035f5 fetch  0x00000001 , 0x00004789 
- 00015796  0x000035f6 branch  0x00003db6 
- 00015797  0x000035f8 fetch  0x00000001 , 0x0000478a 
- 00015798  0x000035fa store  0x00000001 , 0x000046b5 
- 00015799  0x000035fb call  0x000040c0 
- 00015800  0x000035fc fetch  0x00000001 , 0x000046b5 
- 00015801  0x000035fe add  0x0000003f , 0x00000080 , 0x0000003f 
- 00015802  0x000035ff lshift8  0x0000003f , 0x0000003f 
- 00015803  0x00003600 add  0x0000003f , 0x00000005 , 0x0000003f 
- 00015804  0x00003601 copy  0x0000003f , 0x00000011 
- 00015805  0x00003602 branch  0x0000415a 
- 00015806  0x00003605 store  0x00000001 , 0x000046b5 
- 00015807  0x00003606 call  0x00003d90 
- 00015808  0x00003607 fetch  0x00000001 , 0x000046b5 
- 00015809  0x00003608 setarg  0x00000006 
- 00015810  0x00003609 call  0x00006414 
- 00015811  0x0000360a and  0x0000003f , 0x000000f8 , 0x00000002 
- 00015812  0x0000360b fetch  0x00000001 , 0x000046b5 
- 00015813  0x0000360c iadd  0x00000002 , 0x0000003f 
- 00015814  0x0000360d lshift8  0x0000003f , 0x0000003f 
- 00015815  0x0000360e add  0x0000003f , 0x00000006 , 0x0000003f 
- 00015816  0x0000360f branch  0x00006413 
- 00015817  0x00003613 call  0x000033c4 
- 00015818  0x00003614 branch  0x00004316 , 0x00000005 
- 00015819  0x00003615 call  0x0000441c 
- 00015820  0x00003616 call  0x000042e4 
- 00015821  0x00003617 branch  0x000033bd 
- 00015822  0x0000361b fetch  0x00000002 , 0x00004707 
- 00015823  0x0000361c rtn  0x00000034 
- 00015824  0x0000361d fetch  0x00000004 , 0x000046d3 
- 00015825  0x0000361e rtnbit0  0x00000011 
- 00015826  0x0000361f rtnbit1  0x00000003 
- 00015827  0x00003620 rtnmark1  0x00000026 
- 00015828  0x00003621 call  0x00004083 
- 00015829  0x00003622 rtnne  0x00000007 
- 00015830  0x00003623 call  0x00004482 
- 00015831  0x00003624 arg  0x00000003 , 0x00000007 
- 00015832  0x00003625 call  0x000043ce 
- 00015833  0x00003626 setarg  0x00000000 
- 00015834  0x00003627 store  0x00000002 , 0x000046ae 
- 00015835  0x00003628 store  0x00000001 , 0x000046b4 
- 00015836  0x00003629 call  0x00003263 
- 00015837  0x0000362b fetch  0x00000002 , 0x00004682 
- 00015838  0x0000362c bbit1  0x00000007 , 0x00004392 
- 00015839  0x0000362d bbit1  0x00000009 , 0x00003402 
- 00015840  0x0000362e bbit1  0x00000000 , 0x000033e9 
- 00015841  0x0000362f call  0x000042ca 
- 00015842  0x00003630 branch  0x00002ead 
- 00015843  0x00003634 call  0x00003dce 
- 00015844  0x00003635 call  0x00007e34 
- 00015845  0x00003636 call  0x00003d6a 
- 00015846  0x00003637 call  0x00003de9 
- 00015847  0x00003638 call  0x00003ee0 
- 00015848  0x00003639 branch  0x00003df7 
- 00015849  0x0000363b fetch  0x00000004 , 0x000046d3 
- 00015850  0x0000363c rtnbit0  0x00000010 
- 00015851  0x0000363d call  0x000048d3 
- 00015852  0x0000363e branch  0x000048fd 
- 00015853  0x00003641 hfetch  0x00000001 , 0x00008a04 
- 00015854  0x00003642 bbit0  0x00000007 , 0x00003df1 
- 00015855  0x00003643 bbit1  0x00000007 , 0x00003df4 
- 00015856  0x00003644 rtn 
- 00015857  0x00003646 fetch  0x00000001 , 0x000046ff 
- 00015858  0x00003647 rtnbit0  0x00000007 
- 00015859  0x00003648 branch  0x0000659a 
- 00015860  0x0000364a fetch  0x00000001 , 0x000046ff 
- 00015861  0x0000364b rtnbit1  0x00000007 
- 00015862  0x0000364c branch  0x00004381 
- 00015863  0x0000364f call  0x00003ded 
- 00015864  0x00003650 hfetch  0x00000001 , 0x00008a04 
- 00015865  0x00003651 store  0x00000001 , 0x000046ff 
- 00015866  0x00003652 rtnbit0  0x00000007 
- 00015867  0x00003653 call  0x00003e07 
- 00015868  0x00003654 fetch  0x00000004 , 0x000046f9 
- 00015869  0x00003655 fetcht  0x00000001 , 0x000046fd 
- 00015870  0x00003656 iadd  0x00000002 , 0x00000002 
- 00015871  0x00003657 copy  0x00000022 , 0x0000003f 
- 00015872  0x00003658 isub  0x00000002 , 0x0000003e 
- 00015873  0x00003659 nrtn  0x00000002 
- 00015874  0x0000365a store  0x00000004 , 0x000046f9 
- 00015875  0x0000365b call  0x00003f97 
- 00015876  0x0000365c nrtn  0x00000028 
- 00015877  0x0000365d jam  0x00000004 , 0x00000d38 
- 00015878  0x0000365e branch  0x00003e0f 
- 00015879  0x00003661 fetcht  0x00000004 , 0x000046f9 
- 00015880  0x00003662 copy  0x00000022 , 0x0000003f 
- 00015881  0x00003663 isub  0x00000002 , 0x0000003e 
- 00015882  0x00003664 ncall  0x00003e0c , 0x00000002 
- 00015883  0x00003665 rtn 
- 00015884  0x00003667 setarg  0x00000000 
- 00015885  0x00003668 store  0x00000004 , 0x000046f9 
- 00015886  0x00003669 rtn 
- 00015887  0x0000366e fetch  0x00000001 , 0x00000d38 
- 00015888  0x0000366f rtnbit0  0x00000002 
- 00015889  0x00003670 branch  0x00003e12 
- 00015890  0x00003672 hfetch  0x00000001 , 0x00008a04 
- 00015891  0x00003673 rtnbit0  0x00000007 
- 00015892  0x00003674 jam  0x00000020 , 0x00000d52 
- 00015893  0x00003675 setarg  0x00000001 
- 00015894  0x00003676 store  0x00000001 , 0x00000d54 
- 00015895  0x00003677 fetch  0x00000007 , 0x0000469a 
- 00015896  0x00003678 istore  0x00000007 , 0x00000005 
- 00015897  0x00003679 rtn 
- 00015898  0x0000367d hfetch  0x00000002 , 0x00008050 
- 00015899  0x0000367e set0  0x0000000b , 0x0000003f 
- 00015900  0x0000367f hstore  0x00000002 , 0x00008050 
- 00015901  0x00003680 rtn 
- 00015902  0x00003683 setarg  0x00008c00 
- 00015903  0x00003684 store  0x00000002 , 0x00004575 
- 00015904  0x00003685 setarg  0x00008e7a 
- 00015905  0x00003686 store  0x00000002 , 0x000044bc 
- 00015906  0x00003687 setarg  0x00002402 
- 00015907  0x00003688 store  0x00000002 , 0x000040bd 
- 00015908  0x00003689 setarg  0x00002580 
- 00015909  0x0000368a store  0x00000003 , 0x000040aa 
- 00015910  0x0000368b jam  0x00000003 , 0x00004173 
- 00015911  0x0000368c jam  0x00000008 , 0x00004156 
- 00015912  0x0000368d jam  0x00000001 , 0x000046d9 
- 00015913  0x0000368e setarg  0x00000200 
- 00015914  0x0000368f store  0x00000002 , 0x00004154 
- 00015915  0x00003690 jam  0x00000017 , 0x000044a6 
- 00015916  0x00003691 jam  0x00000017 , 0x000044a8 
- 00015917  0x00003693 setarg  0x00000a77 
- 00015918  0x00003694 store  0x00000002 , 0x00004212 
- 00015919  0x000036a4 setsect  0x00000000 , 0x00000306 
- 00015920  0x000036a5 setsect  0x00000001 , 0x00004440 
- 00015921  0x000036a6 setsect  0x00000002 , 0x00010000 
- 00015922  0x000036a7 setsect  0x00000003 , 0x00004408 
- 00015923  0x000036a8 store  0x00000009 , 0x00004577 
- 00015924  0x000036a9 setsect  0x00000000 , 0x00001224 
- 00015925  0x000036aa setsect  0x00000001 , 0x00004000 
- 00015926  0x000036ab setsect  0x00000002 , 0x00000000 
- 00015927  0x000036ac istore  0x00000005 , 0x00000005 
- 00015928  0x000036ae setsect  0x00000000 , 0x0003ffff 
- 00015929  0x000036af setsect  0x00000001 , 0x0002fe23 
- 00015930  0x000036b0 setsect  0x00000002 , 0x000199d9 
- 00015931  0x000036b1 setsect  0x00000003 , 0x0000020d 
- 00015932  0x000036b2 store  0x00000008 , 0x00004098 
- 00015933  0x000036b4 setarg  0x0000012c 
- 00015934  0x000036b5 store  0x00000002 , 0x00004707 
- 00015935  0x000036b6 call  0x000057a3 
- 00015936  0x000036b7 fetch  0x00000004 , 0x000046d3 
- 00015937  0x000036b8 rtnbit0  0x0000001f 
- 00015938  0x000036b9 call  0x00003e44 
- 00015939  0x000036ba branch  0x00003e4c 
- 00015940  0x000036bd fetcht  0x00000001 , 0x000046f7 
- 00015941  0x000036be call  0x000067fb 
- 00015942  0x000036bf fetcht  0x00000001 , 0x000046f7 
- 00015943  0x000036c0 call  0x0000681d 
- 00015944  0x000036c1 jam  0x00000003 , 0x000046f6 
- 00015945  0x000036c2 rtn  0x00000001 
- 00015946  0x000036c3 jam  0x00000002 , 0x000046f6 
- 00015947  0x000036c4 rtn 
- 00015948  0x000036c7 fetcht  0x00000001 , 0x000046f8 
- 00015949  0x000036c8 call  0x000067fb 
- 00015950  0x000036c9 fetcht  0x00000001 , 0x000046f8 
- 00015951  0x000036ca call  0x0000681d 
- 00015952  0x000036cb jam  0x00000000 , 0x0000422d 
- 00015953  0x000036cc rtn  0x00000001 
- 00015954  0x000036cd jam  0x00000002 , 0x0000422d 
- 00015955  0x000036ce rtn 
- 00015956  0x000036d2 fetch  0x00000001 , 0x0000422d 
- 00015957  0x000036d3 beq  0x00000000 , 0x00003e59 
- 00015958  0x000036d4 beq  0x00000001 , 0x00003e62 
- 00015959  0x000036d5 beq  0x00000002 , 0x00003e6b 
- 00015960  0x000036d6 branch  0x00003e59 
- 00015961  0x000036d9 fetcht  0x00000002 , 0x00004221 
- 00015962  0x000036da fetch  0x00000002 , 0x00004227 
- 00015963  0x000036db isub  0x00000002 , 0x0000003f 
- 00015964  0x000036dc mul32  0x0000003f , 0x00000014 , 0x0000003f 
- 00015965  0x000036dd div  0x0000003f , 0x00000064 
- 00015966  0x000036de call  0x00007f86 
- 00015967  0x000036df quotient  0x0000003f 
- 00015968  0x000036e0 store  0x00000002 , 0x000046d0 
- 00015969  0x000036e1 rtn 
- 00015970  0x000036e3 fetcht  0x00000002 , 0x0000421f 
- 00015971  0x000036e4 fetch  0x00000002 , 0x00004225 
- 00015972  0x000036e5 isub  0x00000002 , 0x0000003f 
- 00015973  0x000036e6 mul32  0x0000003f , 0x000000e6 , 0x0000003f 
- 00015974  0x000036e7 div  0x0000003f , 0x00000190 
- 00015975  0x000036e8 call  0x00007f86 
- 00015976  0x000036e9 quotient  0x0000003f 
- 00015977  0x000036ea store  0x00000002 , 0x000046d0 
- 00015978  0x000036eb rtn 
- 00015979  0x000036ed fetch  0x00000002 , 0x00004223 
- 00015980  0x000036ee store  0x00000002 , 0x000046d0 
- 00015981  0x000036ef rtn 
- 00015982  0x000036f1 fetcht  0x00000001 , 0x0000423a 
- 00015983  0x000036f2 call  0x0000680e 
- 00015984  0x000036f3 call  0x000048fb 
- 00015985  0x000036f4 fetcht  0x00000001 , 0x000046e2 
- 00015986  0x000036f5 call  0x000067fb 
- 00015987  0x000036f6 fetcht  0x00000001 , 0x000046e3 
- 00015988  0x000036f7 call  0x000067fb 
- 00015989  0x000036f8 fetcht  0x00000001 , 0x000046e4 
- 00015990  0x000036f9 call  0x000067fb 
- 00015991  0x000036fa fetcht  0x00000001 , 0x000046f3 
- 00015992  0x000036fb call  0x000067fb 
- 00015993  0x000036fd fetcht  0x00000001 , 0x000046dc 
- 00015994  0x000036fe call  0x0000680e 
- 00015995  0x00003700 fetcht  0x00000001 , 0x000046e8 
- 00015996  0x00003701 call  0x000067fb 
- 00015997  0x00003703 fetcht  0x00000001 , 0x000046e9 
- 00015998  0x00003704 call  0x000067fb 
- 00015999  0x00003706 fetcht  0x00000001 , 0x000046ea 
- 00016000  0x00003707 call  0x000067fb 
- 00016001  0x00003708 fetcht  0x00000001 , 0x000046eb 
- 00016002  0x00003709 call  0x000067fb 
- 00016003  0x0000370b fetcht  0x00000001 , 0x000046e5 
- 00016004  0x0000370c call  0x000067fb 
- 00016005  0x0000370d fetcht  0x00000001 , 0x000046e6 
- 00016006  0x0000370e call  0x000067fb 
- 00016007  0x00003710 fetcht  0x00000001 , 0x000046ef 
- 00016008  0x00003711 call  0x0000680e 
- 00016009  0x00003713 fetcht  0x00000001 , 0x000046f0 
- 00016010  0x00003714 call  0x0000680e 
- 00016011  0x00003716 fetcht  0x00000001 , 0x000046f1 
- 00016012  0x00003717 call  0x0000680e 
- 00016013  0x00003719 fetcht  0x00000001 , 0x000046f2 
- 00016014  0x0000371a call  0x0000680e 
- 00016015  0x0000371c fetcht  0x00000001 , 0x000046f4 
- 00016016  0x0000371d call  0x0000680e 
- 00016017  0x0000371f fetcht  0x00000001 , 0x000046ed 
- 00016018  0x00003720 call  0x000067fb 
- 00016019  0x00003722 fetcht  0x00000001 , 0x000046ec 
- 00016020  0x00003723 call  0x000067fb 
- 00016021  0x00003725 fetcht  0x00000001 , 0x000046e7 
- 00016022  0x00003726 branch  0x000067fb 
- 00016023  0x00003729 fetcht  0x00000001 , 0x000046e8 
- 00016024  0x0000372a call  0x000067dd 
- 00016025  0x0000372b fetcht  0x00000001 , 0x000046e9 
- 00016026  0x0000372c call  0x000067dd 
- 00016027  0x0000372d fetcht  0x00000001 , 0x000046ea 
- 00016028  0x0000372e call  0x000067dd 
- 00016029  0x0000372f fetcht  0x00000001 , 0x000046eb 
- 00016030  0x00003730 branch  0x000067dd 
- 00016031  0x00003733 fetcht  0x00000001 , 0x000046e8 
- 00016032  0x00003734 call  0x00003ea7 
- 00016033  0x00003735 fetcht  0x00000001 , 0x000046e9 
- 00016034  0x00003736 call  0x00003ea7 
- 00016035  0x00003737 fetcht  0x00000001 , 0x000046ea 
- 00016036  0x00003738 call  0x00003ea7 
- 00016037  0x00003739 fetcht  0x00000001 , 0x000046eb 
- 00016038  0x0000373a branch  0x00003ea7 
- 00016039  0x0000373d sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00016040  0x0000373e rtn  0x00000005 
- 00016041  0x0000373f and  0x00000002 , 0x0000007f , 0x00000007 
- 00016042  0x00003740 hfetch  0x00000004 , 0x0000811c 
- 00016043  0x00003741 qisolate1  0x0000003f 
- 00016044  0x00003742 hfetch  0x00000004 , 0x00008078 
- 00016045  0x00003743 qsetflag  0x00000001 , 0x0000003f 
- 00016046  0x00003744 hstore  0x00000004 , 0x00008078 
- 00016047  0x00003745 hfetch  0x00000004 , 0x0000807c 
- 00016048  0x00003746 nqsetflag  0x00000001 , 0x0000003f 
- 00016049  0x00003747 hstore  0x00000004 , 0x0000807c 
- 00016050  0x00003748 rtn 
- 00016051  0x0000374b enable  0x00000028 
- 00016052  0x0000374c hfetch  0x00000004 , 0x00008138 
- 00016053  0x0000374d setflag  0x00000028 , 0x0000001a , 0x0000003f 
- 00016054  0x0000374e hstore  0x00000004 , 0x0000804c 
- 00016055  0x0000374f call  0x00002c21 
- 00016056  0x00003750 call  0x00004482 
- 00016057  0x00003751 call  0x00003e9f 
- 00016058  0x00003753 branch  0x00003ebf 
- 00016059  0x00003758 call  0x00003ebf 
- 00016060  0x00003759 fetch  0x00000001 , 0x000000a0 
- 00016061  0x0000375a nrtn  0x00000034 
- 00016062  0x0000375b branch  0x000067ed 
- 00016063  0x0000375e call  0x00003ee0 
- 00016064  0x0000375f arg  0x00000019 , 0x00000002 
- 00016065  0x00003760 fetch  0x00000004 , 0x000046d3 
- 00016066  0x00003761 isolate1  0x00000012 , 0x0000003f 
- 00016067  0x00003762 call  0x00003ede , 0x00000001 
- 00016068  0x00003763 call  0x0000680e 
- 00016069  0x00003764 call  0x000063ee 
- 00016070  0x00003768 fetcht  0x00000001 , 0x000046e2 
- 00016071  0x00003769 call  0x000067dd 
- 00016072  0x0000376a fetcht  0x00000001 , 0x000046e3 
- 00016073  0x0000376b call  0x000067dd 
- 00016074  0x0000376c fetcht  0x00000001 , 0x000046e4 
- 00016075  0x0000376d call  0x000067dd 
- 00016076  0x0000376f fetcht  0x00000001 , 0x000046e5 
- 00016077  0x00003770 call  0x000067dd 
- 00016078  0x00003771 fetcht  0x00000001 , 0x000046e6 
- 00016079  0x00003772 call  0x000067dd 
- 00016080  0x00003773 fetcht  0x00000001 , 0x000046e7 
- 00016081  0x00003774 call  0x000067dd 
- 00016082  0x00003775 fetcht  0x00000001 , 0x000046ed 
- 00016083  0x00003776 call  0x000067dd 
- 00016084  0x00003777 fetcht  0x00000001 , 0x000046e8 
- 00016085  0x00003778 call  0x000067dd 
- 00016086  0x00003779 fetcht  0x00000001 , 0x000046e9 
- 00016087  0x0000377a call  0x000067dd 
- 00016088  0x0000377b fetcht  0x00000001 , 0x000046ea 
- 00016089  0x0000377c call  0x000067dd 
- 00016090  0x0000377d fetcht  0x00000001 , 0x000046eb 
- 00016091  0x0000377e call  0x000067dd 
- 00016092  0x0000377f fetcht  0x00000001 , 0x000046f3 
- 00016093  0x00003780 branch  0x000067e1 
- 00016094  0x00003785 arg  0x0000001e , 0x00000002 
- 00016095  0x00003786 rtn 
- 00016096  0x00003789 bpatch  0x000000e4 , 0x0000401c 
- 00016097  0x0000378a call  0x00003eee 
- 00016098  0x0000378b call  0x00003f36 
- 00016099  0x0000378c fetch  0x00000001 , 0x000046b8 
- 00016100  0x0000378d fetcht  0x00000001 , 0x000046b7 
- 00016101  0x0000378e store  0x00000001 , 0x000046b7 
- 00016102  0x0000378f isub  0x00000002 , 0x0000003e 
- 00016103  0x00003790 nbranch  0x000033d4 , 0x00000005 
- 00016104  0x00003791 fetch  0x00000001 , 0x000046be 
- 00016105  0x00003792 fetcht  0x00000001 , 0x000046bd 
- 00016106  0x00003793 store  0x00000001 , 0x000046bd 
- 00016107  0x00003794 isub  0x00000002 , 0x0000003e 
- 00016108  0x00003795 nbranch  0x000033d4 , 0x00000005 
- 00016109  0x00003796 rtn 
- 00016110  0x00003798 fetch  0x00000001 , 0x000046ea 
- 00016111  0x00003799 rtneq  0x000000ff 
- 00016112  0x0000379a arg  0x00000000 , 0x00000011 
- 00016113  0x0000379b fetcht  0x00000001 , 0x000046ea 
- 00016114  0x0000379c call  0x0000681d 
- 00016115  0x0000379d setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016116  0x0000379e fetcht  0x00000001 , 0x000046eb 
- 00016117  0x0000379f call  0x0000681d 
- 00016118  0x000037a0 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016119  0x000037a1 copy  0x00000011 , 0x0000003f 
- 00016120  0x000037a2 store  0x00000001 , 0x000046b8 
- 00016121  0x000037a3 beq  0x00000001 , 0x00003efe 
- 00016122  0x000037a4 beq  0x00000002 , 0x00003f02 
- 00016123  0x000037a5 fetch  0x00000001 , 0x000046b9 
- 00016124  0x000037a6 bbit1  0x00000007 , 0x00003f0e 
- 00016125  0x000037a7 rtn 
- 00016126  0x000037aa fetch  0x00000001 , 0x000046b7 
- 00016127  0x000037ab beq  0x00000000 , 0x00003f06 
- 00016128  0x000037ac beq  0x00000003 , 0x00003f08 
- 00016129  0x000037ad rtn 
- 00016130  0x000037af fetch  0x00000001 , 0x000046b7 
- 00016131  0x000037b0 beq  0x00000000 , 0x00003f0a 
- 00016132  0x000037b1 beq  0x00000003 , 0x00003f0c 
- 00016133  0x000037b2 rtn 
- 00016134  0x000037b4 jam  0x00000082 , 0x000046b9 
- 00016135  0x000037b5 rtn 
- 00016136  0x000037b7 jam  0x00000081 , 0x000046b9 
- 00016137  0x000037b8 rtn 
- 00016138  0x000037ba jam  0x00000080 , 0x000046b9 
- 00016139  0x000037bb rtn 
- 00016140  0x000037bd jam  0x00000083 , 0x000046b9 
- 00016141  0x000037be rtn 
- 00016142  0x000037c0 fetch  0x00000001 , 0x000046b9 
- 00016143  0x000037c1 set0  0x00000007 , 0x0000003f 
- 00016144  0x000037c2 store  0x00000001 , 0x000046b9 
- 00016145  0x000037c3 beq  0x00000000 , 0x00003f16 
- 00016146  0x000037c4 beq  0x00000001 , 0x00003f19 
- 00016147  0x000037c5 beq  0x00000002 , 0x00003f1c 
- 00016148  0x000037c6 beq  0x00000003 , 0x00003f1f 
- 00016149  0x000037c7 rtn 
- 00016150  0x000037c9 fetch  0x00000001 , 0x000046b8 
- 00016151  0x000037ca beq  0x00000003 , 0x00003f22 
- 00016152  0x000037cb rtn 
- 00016153  0x000037cd fetch  0x00000001 , 0x000046b8 
- 00016154  0x000037ce beq  0x00000000 , 0x00003f22 
- 00016155  0x000037cf rtn 
- 00016156  0x000037d1 fetch  0x00000001 , 0x000046b8 
- 00016157  0x000037d2 beq  0x00000003 , 0x00003f2c 
- 00016158  0x000037d3 rtn 
- 00016159  0x000037d5 fetch  0x00000001 , 0x000046b8 
- 00016160  0x000037d6 beq  0x00000000 , 0x00003f2c 
- 00016161  0x000037d7 rtn 
- 00016162  0x000037d9 fetch  0x00000001 , 0x000046bc 
- 00016163  0x000037da increase  0x00000001 , 0x0000003f 
- 00016164  0x000037db store  0x00000001 , 0x000046bc 
- 00016165  0x000037dc sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00016166  0x000037dd rtn  0x00000002 
- 00016167  0x000037de jam  0x00000000 , 0x000046bc 
- 00016168  0x000037df fetch  0x00000001 , 0x000046ba 
- 00016169  0x000037e0 increase  0x00000001 , 0x0000003f 
- 00016170  0x000037e1 store  0x00000001 , 0x000046ba 
- 00016171  0x000037e2 rtn 
- 00016172  0x000037e4 fetch  0x00000001 , 0x000046bb 
- 00016173  0x000037e5 increase  0x00000001 , 0x0000003f 
- 00016174  0x000037e6 store  0x00000001 , 0x000046bb 
- 00016175  0x000037e7 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00016176  0x000037e8 rtn  0x00000002 
- 00016177  0x000037e9 jam  0x00000000 , 0x000046bb 
- 00016178  0x000037ea fetch  0x00000001 , 0x000046ba 
- 00016179  0x000037eb increase  0xffffffff , 0x0000003f 
- 00016180  0x000037ec store  0x00000001 , 0x000046ba 
- 00016181  0x000037ed rtn 
- 00016182  0x000037f1 fetch  0x00000001 , 0x000046e8 
- 00016183  0x000037f2 rtneq  0x000000ff 
- 00016184  0x000037f3 arg  0x00000000 , 0x00000011 
- 00016185  0x000037f4 fetcht  0x00000001 , 0x000046e8 
- 00016186  0x000037f5 call  0x0000681d 
- 00016187  0x000037f6 setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016188  0x000037f7 fetcht  0x00000001 , 0x000046e9 
- 00016189  0x000037f8 call  0x0000681d 
- 00016190  0x000037f9 setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016191  0x000037fa copy  0x00000011 , 0x0000003f 
- 00016192  0x000037fb store  0x00000001 , 0x000046be 
- 00016193  0x000037fc beq  0x00000001 , 0x00003f46 
- 00016194  0x000037fd beq  0x00000002 , 0x00003f4a 
- 00016195  0x000037fe fetch  0x00000001 , 0x000046bf 
- 00016196  0x000037ff bbit1  0x00000007 , 0x00003f56 
- 00016197  0x00003800 rtn 
- 00016198  0x00003803 fetch  0x00000001 , 0x000046bd 
- 00016199  0x00003804 beq  0x00000000 , 0x00003f4e 
- 00016200  0x00003805 beq  0x00000003 , 0x00003f50 
- 00016201  0x00003806 rtn 
- 00016202  0x00003808 fetch  0x00000001 , 0x000046bd 
- 00016203  0x00003809 beq  0x00000000 , 0x00003f52 
- 00016204  0x0000380a beq  0x00000003 , 0x00003f54 
- 00016205  0x0000380b rtn 
- 00016206  0x0000380d jam  0x00000082 , 0x000046bf 
- 00016207  0x0000380e rtn 
- 00016208  0x00003810 jam  0x00000081 , 0x000046bf 
- 00016209  0x00003811 rtn 
- 00016210  0x00003813 jam  0x00000080 , 0x000046bf 
- 00016211  0x00003814 rtn 
- 00016212  0x00003816 jam  0x00000083 , 0x000046bf 
- 00016213  0x00003817 rtn 
- 00016214  0x00003819 fetch  0x00000001 , 0x000046bf 
- 00016215  0x0000381a set0  0x00000007 , 0x0000003f 
- 00016216  0x0000381b store  0x00000001 , 0x000046bf 
- 00016217  0x0000381c beq  0x00000000 , 0x00003f5e 
- 00016218  0x0000381d beq  0x00000001 , 0x00003f61 
- 00016219  0x0000381e beq  0x00000002 , 0x00003f64 
- 00016220  0x0000381f beq  0x00000003 , 0x00003f67 
- 00016221  0x00003820 rtn 
- 00016222  0x00003822 fetch  0x00000001 , 0x000046be 
- 00016223  0x00003823 beq  0x00000003 , 0x00003f6a 
- 00016224  0x00003824 rtn 
- 00016225  0x00003826 fetch  0x00000001 , 0x000046be 
- 00016226  0x00003827 beq  0x00000000 , 0x00003f6a 
- 00016227  0x00003828 rtn 
- 00016228  0x0000382a fetch  0x00000001 , 0x000046be 
- 00016229  0x0000382b beq  0x00000003 , 0x00003f6f 
- 00016230  0x0000382c rtn 
- 00016231  0x0000382e fetch  0x00000001 , 0x000046be 
- 00016232  0x0000382f beq  0x00000000 , 0x00003f6f 
- 00016233  0x00003830 rtn 
- 00016234  0x00003832 jam  0x00000000 , 0x000046c2 
- 00016235  0x00003833 fetch  0x00000001 , 0x000046c0 
- 00016236  0x00003834 increase  0x00000001 , 0x0000003f 
- 00016237  0x00003835 store  0x00000001 , 0x000046c0 
- 00016238  0x00003836 rtn 
- 00016239  0x00003838 jam  0x00000000 , 0x000046c1 
- 00016240  0x00003839 fetch  0x00000001 , 0x000046c0 
- 00016241  0x0000383a increase  0xffffffff , 0x0000003f 
- 00016242  0x0000383b store  0x00000001 , 0x000046c0 
- 00016243  0x0000383c rtn 
- 00016244  0x00003840 setarg  0x00000002 
- 00016245  0x00003841 store  0x00000001 , 0x00004680 
- 00016246  0x00003842 rtn 
- 00016247  0x00003845 fetch  0x00000001 , 0x000041e2 
- 00016248  0x00003846 rtn  0x00000034 
- 00016249  0x00003847 call  0x00005271 
- 00016250  0x00003848 nrtn  0x00000034 
- 00016251  0x00003849 fetch  0x00000004 , 0x000046d3 
- 00016252  0x0000384a bbit1  0x00000003 , 0x00003f8a 
- 00016253  0x0000384b bbit1  0x00000000 , 0x00003f8a 
- 00016254  0x0000384c bbit1  0x00000005 , 0x00003f8a 
- 00016255  0x0000384d call  0x00003f97 
- 00016256  0x0000384e nrtn  0x00000028 
- 00016257  0x00003850 arg  0x00000009 , 0x00000011 
- 00016258  0x00003851 call  0x00004d63 
- 00016259  0x00003852 fetch  0x00000002 , 0x0000424e 
- 00016260  0x00003853 istore  0x00000002 , 0x00000005 
- 00016261  0x00003854 setarg  0x000002a1 
- 00016262  0x00003855 istore  0x00000002 , 0x00000005 
- 00016263  0x00003856 fetch  0x00000007 , 0x0000469a 
- 00016264  0x00003857 istore  0x00000007 , 0x00000005 
- 00016265  0x00003858 rtn 
- 00016266  0x0000385c setarg  0x00000000 
- 00016267  0x0000385d store  0x00000007 , 0x0000469a 
- 00016268  0x0000385e branch  0x00003f81 
- 00016269  0x00003862 fetch  0x00000002 , 0x000046aa 
- 00016270  0x00003863 store  0x00000002 , 0x000046b0 
- 00016271  0x00003864 rtn 
- 00016272  0x00003868 bpatch  0x000000e5 , 0x0000401c 
- 00016273  0x00003869 arg  0x00000007 , 0x00000011 
- 00016274  0x0000386a fetcht  0x00000002 , 0x0000446f 
- 00016275  0x0000386b call  0x00005a64 
- 00016276  0x0000386c fetch  0x00000007 , 0x0000469a 
- 00016277  0x0000386d istore  0x00000007 , 0x00000005 
- 00016278  0x0000386e rtn 
- 00016279  0x00003871 bpatch  0x000000e6 , 0x0000401c 
- 00016280  0x00003872 disable  0x00000028 
- 00016281  0x00003873 setarg  0x00000000 
- 00016282  0x00003874 store  0x00000006 , 0x0000469b 
- 00016283  0x00003875 call  0x00003fb5 
- 00016284  0x00003876 call  0x00004079 
- 00016285  0x00003877 call  0x0000407e 
- 00016286  0x00003878 call  0x00004099 
- 00016287  0x00003879 nrtn  0x00000028 
- 00016288  0x0000387a call  0x00003f8d 
- 00016289  0x0000387b arg  0x00000008 , 0x00000007 
- 00016290  0x0000387c branch  0x000043ce 
- 00016291  0x0000387f fetch  0x00000002 , 0x0000469b 
- 00016292  0x00003880 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016293  0x00003881 store  0x00000002 , 0x0000469b 
- 00016294  0x00003882 branch  0x00007fe7 
- 00016295  0x00003884 fetch  0x00000002 , 0x0000469d 
- 00016296  0x00003885 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016297  0x00003886 store  0x00000002 , 0x0000469d 
- 00016298  0x00003887 branch  0x00007fe7 
- 00016299  0x00003889 fetch  0x00000002 , 0x0000469d 
- 00016300  0x0000388a sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016301  0x0000388b store  0x00000002 , 0x0000469d 
- 00016302  0x0000388c fetch  0x00000002 , 0x0000469b 
- 00016303  0x0000388d sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00016304  0x0000388e store  0x00000002 , 0x0000469b 
- 00016305  0x0000388f call  0x00004002 
- 00016306  0x00003890 branch  0x00007fe7 
- 00016307  0x00003892 call  0x00004002 
- 00016308  0x00003893 branch  0x00007fe7 
- 00016309  0x00003895 fetch  0x00000001 , 0x00004239 
- 00016310  0x00003896 rtnne  0x00000000 
- 00016311  0x00003897 fetch  0x00000001 , 0x000046e0 
- 00016312  0x00003898 beq  0x00000000 , 0x00003fe2 
- 00016313  0x00003899 beq  0x00000001 , 0x00003fe2 
- 00016314  0x0000389a beq  0x00000002 , 0x00003fe2 
- 00016315  0x0000389b beq  0x00000003 , 0x00003fe2 
- 00016316  0x0000389c beq  0x00000004 , 0x00003fc4 
- 00016317  0x0000389d beq  0x00000005 , 0x00004010 
- 00016318  0x0000389e beq  0x00000006 , 0x00003fe2 
- 00016319  0x0000389f branch  0x00003fe2 
- 00016320  0x000038a2 fetch  0x00000001 , 0x000046a7 
- 00016321  0x000038a3 call  0x0000405d , 0x00000034 
- 00016322  0x000038a4 jam  0x00000001 , 0x000046a7 
- 00016323  0x000038a5 rtn 
- 00016324  0x000038a9 call  0x00003fc0 
- 00016325  0x000038aa fetcht  0x00000001 , 0x000046f3 
- 00016326  0x000038ab call  0x0000681d 
- 00016327  0x000038ac nrtn  0x00000001 
- 00016328  0x000038ad setarg  0x00000000 
- 00016329  0x000038ae call  0x00006414 
- 00016330  0x000038af bne  0x00000030 , 0x000040d1 
- 00016331  0x000038b0 setarg  0x00000002 
- 00016332  0x000038b1 call  0x00006414 
- 00016333  0x000038b2 rtnbit0  0x00000007 
- 00016334  0x000038b3 call  0x0000405d 
- 00016335  0x000038b4 call  0x00003fde 
- 00016336  0x000038b5 store  0x00000001 , 0x000046a1 
- 00016337  0x000038b6 rshift4  0x0000003f , 0x0000003f 
- 00016338  0x000038b7 call  0x00004169 
- 00016339  0x000038b8 store  0x00000001 , 0x0000469c 
- 00016340  0x000038b9 fetch  0x00000001 , 0x000046a1 
- 00016341  0x000038ba and  0x0000003f , 0x0000000f , 0x0000003f 
- 00016342  0x000038bb call  0x00004169 
- 00016343  0x000038bc store  0x00000001 , 0x0000469e 
- 00016344  0x000038bd fetch  0x00000001 , 0x000046f6 
- 00016345  0x000038be beq  0x00000000 , 0x00003fa3 
- 00016346  0x000038bf beq  0x00000001 , 0x00003fab 
- 00016347  0x000038c0 beq  0x00000002 , 0x00003fa7 
- 00016348  0x000038c1 beq  0x00000003 , 0x00003fb3 
- 00016349  0x000038c2 rtn 
- 00016350  0x000038c5 setarg  0x00000012 
- 00016351  0x000038c6 branch  0x00006414 
- 00016352  0x000038c9 beq  0x00000031 , 0x00003fea 
- 00016353  0x000038ca branch  0x000040d1 
- 00016354  0x000038cd call  0x00003fc0 
- 00016355  0x000038ce disable  0x00000028 
- 00016356  0x000038cf fetcht  0x00000001 , 0x000046f3 
- 00016357  0x000038d0 call  0x0000681d 
- 00016358  0x000038d1 nrtn  0x00000001 
- 00016359  0x000038d2 setarg  0x00000000 
- 00016360  0x000038d3 call  0x00006414 
- 00016361  0x000038d4 bne  0x00000030 , 0x00003fe0 
- 00016362  0x000038d6 setarg  0x00000002 
- 00016363  0x000038d7 call  0x00006414 
- 00016364  0x000038d8 rtnbit0  0x00000007 
- 00016365  0x000038d9 call  0x0000405d 
- 00016366  0x000038da fetch  0x00000001 , 0x0000469b 
- 00016367  0x000038db call  0x00004165 
- 00016368  0x000038dc store  0x00000002 , 0x0000469b 
- 00016369  0x000038dd fetch  0x00000001 , 0x0000469d 
- 00016370  0x000038de call  0x00004165 
- 00016371  0x000038df store  0x00000002 , 0x0000469d 
- 00016372  0x000038e0 fetch  0x00000001 , 0x000046f6 
- 00016373  0x000038e1 beq  0x00000000 , 0x00003ffa 
- 00016374  0x000038e2 beq  0x00000001 , 0x00003ffc 
- 00016375  0x000038e3 beq  0x00000002 , 0x00003ffe 
- 00016376  0x000038e4 beq  0x00000003 , 0x00004000 
- 00016377  0x000038e5 rtn 
- 00016378  0x000038e8 call  0x00003fa3 
- 00016379  0x000038e9 branch  0x000040b3 
- 00016380  0x000038eb call  0x00003fab 
- 00016381  0x000038ec branch  0x000040b3 
- 00016382  0x000038ee call  0x00003fa7 
- 00016383  0x000038ef branch  0x000040b3 
- 00016384  0x000038f1 call  0x00003fb3 
- 00016385  0x000038f2 branch  0x000040b3 
- 00016386  0x000038f5 fetch  0x00000002 , 0x0000469d 
- 00016387  0x000038f6 fetcht  0x00000002 , 0x0000469b 
- 00016388  0x000038f7 store  0x00000002 , 0x0000469b 
- 00016389  0x000038f8 storet  0x00000002 , 0x0000469d 
- 00016390  0x000038f9 rtn 
- 00016391  0x000038fc call  0x0000640f 
- 00016392  0x000038fd nop  0x00000064 
- 00016393  0x000038fe copy  0x00000012 , 0x0000003f 
- 00016394  0x000038ff call  0x00006414 
- 00016395  0x00003900 copy  0x0000003f , 0x00000012 
- 00016396  0x00003901 call  0x00006411 
- 00016397  0x00003902 nop  0x00000064 
- 00016398  0x00003903 copy  0x00000012 , 0x0000003f 
- 00016399  0x00003904 rtn 
- 00016400  0x00003906 disable  0x00000028 
- 00016401  0x00003907 fetcht  0x00000001 , 0x000046f3 
- 00016402  0x00003908 call  0x0000681d 
- 00016403  0x00003909 nrtn  0x00000001 
- 00016404  0x0000390a arg  0x00000002 , 0x00000012 
- 00016405  0x0000390b call  0x00004007 
- 00016406  0x0000390c rtnbit0  0x00000007 
- 00016407  0x0000390d arg  0x00000000 , 0x00000012 
- 00016408  0x0000390e call  0x00004007 
- 00016409  0x0000390f store  0x00000001 , 0x000046dd 
- 00016410  0x00003910 bne  0x0000003e , 0x00004145 
- 00016411  0x00003911 fetch  0x00000001 , 0x000046a7 
- 00016412  0x00003912 call  0x00004039 , 0x00000034 
- 00016413  0x00003913 jam  0x00000001 , 0x000046a7 
- 00016414  0x00003914 call  0x00004039 
- 00016415  0x00003915 fetch  0x00000001 , 0x000046a1 
- 00016416  0x00003916 rshift4  0x0000003f , 0x0000003f 
- 00016417  0x00003917 call  0x00004169 
- 00016418  0x00003918 store  0x00000001 , 0x0000469c 
- 00016419  0x00003919 fetch  0x00000001 , 0x000046a1 
- 00016420  0x0000391a and  0x0000003f , 0x0000000f , 0x0000003f 
- 00016421  0x0000391b call  0x00004169 
- 00016422  0x0000391c store  0x00000001 , 0x0000469e 
- 00016423  0x0000391d fetch  0x00000001 , 0x000046f6 
- 00016424  0x0000391e beq  0x00000000 , 0x00004031 
- 00016425  0x0000391f beq  0x00000001 , 0x00004035 
- 00016426  0x00003920 beq  0x00000002 , 0x00004033 
- 00016427  0x00003921 beq  0x00000003 , 0x00004037 
- 00016428  0x00003922 rtn 
- 00016429  0x00003925 fetch  0x00000001 , 0x000046a4 
- 00016430  0x00003926 beq  0x00000000 , 0x00004051 
- 00016431  0x00003927 beq  0x00000001 , 0x00004045 
- 00016432  0x00003928 rtn 
- 00016433  0x0000392c call  0x00003fa3 
- 00016434  0x0000392d branch  0x0000402d 
- 00016435  0x00003930 call  0x00003fa7 
- 00016436  0x00003931 branch  0x0000402d 
- 00016437  0x00003934 call  0x00003fab 
- 00016438  0x00003935 branch  0x0000402d 
- 00016439  0x00003938 call  0x00003fb3 
- 00016440  0x00003939 branch  0x0000402d 
- 00016441  0x0000393c call  0x0000640f 
- 00016442  0x0000393d call  0x0000405d 
- 00016443  0x0000393e arg  0x00000005 , 0x0000003f 
- 00016444  0x0000393f call  0x00006414 
- 00016445  0x00003940 store  0x00000001 , 0x000046a1 
- 00016446  0x00003941 arg  0x00000007 , 0x0000003f 
- 00016447  0x00003942 call  0x00006414 
- 00016448  0x00003943 store  0x00000001 , 0x000046a2 
- 00016449  0x00003944 arg  0x00000008 , 0x0000003f 
- 00016450  0x00003945 call  0x00006414 
- 00016451  0x00003946 store  0x00000001 , 0x000046a3 
- 00016452  0x00003947 branch  0x00006411 
- 00016453  0x0000394b fetch  0x00000001 , 0x000046a2 
- 00016454  0x0000394c rtnne  0x00000000 
- 00016455  0x0000394d fetch  0x00000001 , 0x000046a3 
- 00016456  0x0000394e sub  0x0000003f , 0x0000002d , 0x0000003e 
- 00016457  0x0000394f rtn  0x00000002 
- 00016458  0x00003950 jam  0x00000000 , 0x000046a4 
- 00016459  0x00003951 setarg  0x0000ba41 
- 00016460  0x00003952 call  0x00006405 
- 00016461  0x00003953 setarg  0x00000032 
- 00016462  0x00003954 call  0x00006405 
- 00016463  0x00003955 setarg  0x0000b541 
- 00016464  0x00003956 branch  0x00006405 
- 00016465  0x00003958 fetch  0x00000001 , 0x000046a2 
- 00016466  0x00003959 rtnne  0x00000000 
- 00016467  0x0000395a fetch  0x00000001 , 0x000046a3 
- 00016468  0x0000395b sub  0x0000003f , 0x0000002d , 0x0000003e 
- 00016469  0x0000395c nrtn  0x00000002 
- 00016470  0x0000395d jam  0x00000001 , 0x000046a4 
- 00016471  0x0000395e setarg  0x0000ba41 
- 00016472  0x0000395f call  0x00006405 
- 00016473  0x00003960 setarg  0x00008032 
- 00016474  0x00003961 call  0x00006405 
- 00016475  0x00003962 setarg  0x0000b541 
- 00016476  0x00003963 branch  0x00006405 
- 00016477  0x00003968 arg  0x00000003 , 0x0000003f 
- 00016478  0x00003969 call  0x00006414 
- 00016479  0x0000396a store  0x00000002 , 0x0000469b 
- 00016480  0x0000396b arg  0x00000004 , 0x0000003f 
- 00016481  0x0000396c call  0x00006414 
- 00016482  0x0000396d store  0x00000002 , 0x0000469d 
- 00016483  0x0000396e rtn 
- 00016484  0x00003971 arg  0x0000001b , 0x00000002 
- 00016485  0x00003972 call  0x000067fb 
- 00016486  0x00003973 arg  0x0000001b , 0x00000002 
- 00016487  0x00003974 call  0x0000681d 
- 00016488  0x00003975 rtn  0x00000001 
- 00016489  0x00003976 hfetch  0x00000001 , 0x00008109 
- 00016490  0x00003977 set1  0x00000004 , 0x0000003f 
- 00016491  0x00003978 hstore  0x00000001 , 0x00008109 
- 00016492  0x00003979 rtn 
- 00016493  0x0000397c fetcht  0x00000001 , 0x000046c0 
- 00016494  0x0000397d hfetch  0x00000001 , 0x00008109 
- 00016495  0x0000397e iadd  0x00000002 , 0x0000003f 
- 00016496  0x0000397f rtn  0x00000034 
- 00016497  0x00003980 store  0x00000001 , 0x0000469f 
- 00016498  0x00003981 jam  0x00000000 , 0x000046c0 
- 00016499  0x00003982 branch  0x00007fe7 
- 00016500  0x00003984 fetcht  0x00000001 , 0x000046c0 
- 00016501  0x00003985 hfetch  0x00000001 , 0x00008109 
- 00016502  0x00003986 iadd  0x00000002 , 0x0000003f 
- 00016503  0x00003987 store  0x00000001 , 0x000046c0 
- 00016504  0x00003988 rtn 
- 00016505  0x0000398a fetch  0x00000001 , 0x000046c0 
- 00016506  0x0000398b rtn  0x00000034 
- 00016507  0x0000398c store  0x00000001 , 0x0000469f 
- 00016508  0x0000398d jam  0x00000000 , 0x000046c0 
- 00016509  0x0000398e branch  0x00007fe7 
- 00016510  0x00003991 fetch  0x00000001 , 0x000046ba 
- 00016511  0x00003992 rtn  0x00000034 
- 00016512  0x00003993 store  0x00000001 , 0x000046a0 
- 00016513  0x00003994 jam  0x00000000 , 0x000046ba 
- 00016514  0x00003995 branch  0x00007fe7 
- 00016515  0x00003998 arg  0x00000000 , 0x00000011 
- 00016516  0x00003999 fetcht  0x00000001 , 0x000046e2 
- 00016517  0x0000399a call  0x0000681d 
- 00016518  0x0000399b setflag  0x00000001 , 0x00000000 , 0x00000011 
- 00016519  0x0000399c fetcht  0x00000001 , 0x000046e3 
- 00016520  0x0000399d call  0x0000681d 
- 00016521  0x0000399e setflag  0x00000001 , 0x00000001 , 0x00000011 
- 00016522  0x0000399f fetcht  0x00000001 , 0x000046e4 
- 00016523  0x000039a0 call  0x0000681d 
- 00016524  0x000039a1 setflag  0x00000001 , 0x00000002 , 0x00000011 
- 00016525  0x000039a2 call  0x00004090 
- 00016526  0x000039a3 copy  0x00000011 , 0x0000003f 
- 00016527  0x000039a4 rtn 
- 00016528  0x000039a6 fetch  0x00000001 , 0x000046e5 
- 00016529  0x000039a7 rtneq  0x000000ff 
- 00016530  0x000039a8 fetcht  0x00000001 , 0x000046e5 
- 00016531  0x000039a9 call  0x0000681d 
- 00016532  0x000039aa setflag  0x00000001 , 0x00000003 , 0x00000011 
- 00016533  0x000039ab fetcht  0x00000001 , 0x000046e6 
- 00016534  0x000039ac call  0x0000681d 
- 00016535  0x000039ad setflag  0x00000001 , 0x00000004 , 0x00000011 
- 00016536  0x000039ae rtn 
- 00016537  0x000039b1 call  0x00004083 
- 00016538  0x000039b2 call  0x000040a8 
- 00016539  0x000039b3 call  0x000040a3 
- 00016540  0x000039b4 copy  0x00000011 , 0x0000003f 
- 00016541  0x000039b5 fetcht  0x00000001 , 0x0000469a 
- 00016542  0x000039b6 store  0x00000001 , 0x0000469a 
- 00016543  0x000039b7 ixor  0x00000002 , 0x0000003f 
- 00016544  0x000039b8 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00016545  0x000039b9 rtn  0x00000005 
- 00016546  0x000039ba branch  0x00007fe7 
- 00016547  0x000039bd rtnmark0  0x00000026 
- 00016548  0x000039be copy  0x00000011 , 0x0000003f 
- 00016549  0x000039bf rtn  0x00000034 
- 00016550  0x000039c0 store  0x00000001 , 0x0000469a 
- 00016551  0x000039c1 branch  0x00007fe7 
- 00016552  0x000039c5 fetch  0x00000002 , 0x00004682 
- 00016553  0x000039c6 bbit1  0x00000009 , 0x000040ad 
- 00016554  0x000039c7 fetch  0x00000002 , 0x00004682 
- 00016555  0x000039c8 bbit1  0x00000000 , 0x000040b0 
- 00016556  0x000039c9 rtn 
- 00016557  0x000039cb copy  0x00000011 , 0x0000003f 
- 00016558  0x000039cc nbranch  0x00005820 , 0x00000034 
- 00016559  0x000039cd branch  0x00005822 
- 00016560  0x000039cf copy  0x00000011 , 0x0000003f 
- 00016561  0x000039d0 nbranch  0x00002bc7 , 0x00000034 
- 00016562  0x000039d1 branch  0x00002bc9 
- 00016563  0x000039d5 bpatch  0x000000e7 , 0x0000401c 
- 00016564  0x000039d6 arg  0x0000001a , 0x00000002 
- 00016565  0x000039d7 fetch  0x00000004 , 0x000046d3 
- 00016566  0x000039d8 isolate1  0x00000012 , 0x0000003f 
- 00016567  0x000039d9 call  0x000040be , 0x00000001 
- 00016568  0x000039da call  0x0000681d 
- 00016569  0x000039db rtn  0x00000001 
- 00016570  0x000039dc setarg  0x0000000a 
- 00016571  0x000039dd call  0x00006414 
- 00016572  0x000039de nop  0x000003e8 
- 00016573  0x000039df branch  0x000040b3 
- 00016574  0x000039e1 arg  0x0000001f , 0x00000002 
- 00016575  0x000039e2 rtn 
- 00016576  0x000039e5 fetch  0x00000004 , 0x000046d3 
- 00016577  0x000039e6 bbit1  0x00000012 , 0x000040c4 
- 00016578  0x000039e8 arg  0x0000001a , 0x00000002 
- 00016579  0x000039e9 branch  0x000067fe 
- 00016580  0x000039eb arg  0x0000001f , 0x00000002 
- 00016581  0x000039ec branch  0x000067fe 
- 00016582  0x000039f0 call  0x00003d36 
- 00016583  0x000039f1 rtn  0x0000002b 
- 00016584  0x000039f2 call  0x000040c0 
- 00016585  0x000039f3 fetch  0x00000001 , 0x000046e0 
- 00016586  0x000039f4 beq  0x00000005 , 0x000040d5 
- 00016587  0x000039f6 call  0x000040d9 
- 00016588  0x000039f7 beq  0x00000030 , 0x000040e0 
- 00016589  0x000039f8 beq  0x00000031 , 0x000040ea 
- 00016590  0x000039f9 call  0x000040d1 
- 00016591  0x000039fa nop  0x000003e8 
- 00016592  0x000039fb branch  0x000040cb 
- 00016593  0x000039fd bpatch  0x000000e8 , 0x0000401d 
- 00016594  0x000039fe fetch  0x00000004 , 0x000046d3 
- 00016595  0x000039ff bbit1  0x00000012 , 0x000063e0 
- 00016596  0x00003a00 branch  0x000063d1 
- 00016597  0x00003a03 call  0x000040d9 
- 00016598  0x00003a04 beq  0x0000003e , 0x0000414b 
- 00016599  0x00003a05 call  0x00004145 
- 00016600  0x00003a06 branch  0x000040d5 
- 00016601  0x00003a09 setarg  0x00000001 
- 00016602  0x00003a0a call  0x00006414 
- 00016603  0x00003a0b store  0x00000001 , 0x000046de 
- 00016604  0x00003a0c setarg  0x00000000 
- 00016605  0x00003a0d call  0x00006414 
- 00016606  0x00003a0e store  0x00000001 , 0x000046dd 
- 00016607  0x00003a0f rtn 
- 00016608  0x00003a11 fetch  0x00000001 , 0x000046de 
- 00016609  0x00003a12 beq  0x000000d1 , 0x00004139 
- 00016610  0x00003a13 beq  0x000000d2 , 0x000040f8 
- 00016611  0x00003a14 beq  0x00000002 , 0x000040ee 
- 00016612  0x00003a15 beq  0x00000054 , 0x000040e6 
- 00016613  0x00003a16 rtn 
- 00016614  0x00003a18 jam  0x00000002 , 0x000046e0 
- 00016615  0x00003a19 rtn 
- 00016616  0x00003a1b jam  0x00000006 , 0x000046e0 
- 00016617  0x00003a1c rtn 
- 00016618  0x00003a1e fetch  0x00000001 , 0x000046de 
- 00016619  0x00003a1f beq  0x00000070 , 0x000040e8 
- 00016620  0x00003a20 jam  0x00000001 , 0x000046e0 
- 00016621  0x00003a21 rtn 
- 00016622  0x00003a23 jam  0x00000004 , 0x000046e0 
- 00016623  0x00003a24 call  0x000040f6 
- 00016624  0x00003a25 setarg  0x00003426 
- 00016625  0x00003a26 call  0x00006413 
- 00016626  0x00003a27 setarg  0x00000419 
- 00016627  0x00003a28 call  0x00006413 
- 00016628  0x00003a2a setarg  0x00000009 
- 00016629  0x00003a2b branch  0x00006413 
- 00016630  0x00003a2d setarg  0x00005a09 
- 00016631  0x00003a2e branch  0x00006413 
- 00016632  0x00003a31 jam  0x00000003 , 0x000046e0 
- 00016633  0x00003a32 call  0x000040f6 
- 00016634  0x00003a33 setarg  0x00000f0d 
- 00016635  0x00003a34 call  0x00006413 
- 00016636  0x00003a35 setarg  0x0000e31d 
- 00016637  0x00003a36 call  0x00006413 
- 00016638  0x00003a37 setarg  0x0000d27d 
- 00016639  0x00003a38 call  0x00006413 
- 00016640  0x00003a39 call  0x00004102 
- 00016641  0x00003a3a branch  0x0000411a 
- 00016642  0x00003a3d setarg  0x0000351b 
- 00016643  0x00003a3e call  0x00006413 
- 00016644  0x00003a3f setarg  0x0000b428 
- 00016645  0x00003a40 call  0x00006413 
- 00016646  0x00003a41 setarg  0x00004629 
- 00016647  0x00003a42 call  0x00006413 
- 00016648  0x00003a43 setarg  0x0000962a 
- 00016649  0x00003a44 call  0x00006413 
- 00016650  0x00003a45 setarg  0x00008c2b 
- 00016651  0x00003a46 call  0x00006413 
- 00016652  0x00003a47 setarg  0x00006e2c 
- 00016653  0x00003a48 call  0x00006413 
- 00016654  0x00003a49 setarg  0x0000642d 
- 00016655  0x00003a4a call  0x00006413 
- 00016656  0x00003a4b setarg  0x00005f38 
- 00016657  0x00003a4c call  0x00006413 
- 00016658  0x00003a4d setarg  0x00000f39 
- 00016659  0x00003a4e call  0x00006413 
- 00016660  0x00003a4f setarg  0x0000323a 
- 00016661  0x00003a50 call  0x00006413 
- 00016662  0x00003a51 setarg  0x0000473b 
- 00016663  0x00003a52 call  0x00006413 
- 00016664  0x00003a53 setarg  0x00001042 
- 00016665  0x00003a54 branch  0x00006413 
- 00016666  0x00003a56 setarg  0x00002e54 
- 00016667  0x00003a57 call  0x00006413 
- 00016668  0x00003a58 setarg  0x0000f255 
- 00016669  0x00003a59 call  0x00006413 
- 00016670  0x00003a5a setarg  0x0000f461 
- 00016671  0x00003a5b call  0x00006413 
- 00016672  0x00003a5c setarg  0x00007063 
- 00016673  0x00003a5d call  0x00006413 
- 00016674  0x00003a5e setarg  0x00005275 
- 00016675  0x00003a5f call  0x00006413 
- 00016676  0x00003a60 setarg  0x00004176 
- 00016677  0x00003a61 call  0x00006413 
- 00016678  0x00003a62 setarg  0x0000ed77 
- 00016679  0x00003a63 call  0x00006413 
- 00016680  0x00003a64 setarg  0x00002378 
- 00016681  0x00003a65 call  0x00006413 
- 00016682  0x00003a66 setarg  0x00004679 
- 00016683  0x00003a67 call  0x00006413 
- 00016684  0x00003a68 setarg  0x0000e57a 
- 00016685  0x00003a69 call  0x00006413 
- 00016686  0x00003a6a setarg  0x0000487c 
- 00016687  0x00003a6b call  0x00006413 
- 00016688  0x00003a6c setarg  0x0000777e 
- 00016689  0x00003a6d call  0x00006413 
- 00016690  0x00003a6e setarg  0x0000017f 
- 00016691  0x00003a6f call  0x00006413 
- 00016692  0x00003a70 setarg  0x0000000b 
- 00016693  0x00003a71 call  0x00006413 
- 00016694  0x00003a72 setarg  0x0000007f 
- 00016695  0x00003a73 call  0x00006413 
- 00016696  0x00003a74 branch  0x000040f4 
- 00016697  0x00003a78 jam  0x00000000 , 0x000046e0 
- 00016698  0x00003a79 call  0x000040f6 
- 00016699  0x00003a7a setarg  0x0000100d 
- 00016700  0x00003a7b call  0x00006413 
- 00016701  0x00003a7c setarg  0x0000ed1d 
- 00016702  0x00003a7d call  0x00006413 
- 00016703  0x00003a7e setarg  0x0000807d 
- 00016704  0x00003a7f call  0x00006413 
- 00016705  0x00003a80 call  0x00004102 
- 00016706  0x00003a81 setarg  0x00000943 
- 00016707  0x00003a82 call  0x00006413 
- 00016708  0x00003a83 branch  0x0000411a 
- 00016709  0x00003a87 fetcht  0x00000001 , 0x000046dc 
- 00016710  0x00003a88 call  0x00006829 
- 00016711  0x00003a89 call  0x00007ec1 
- 00016712  0x00003a8a fetcht  0x00000001 , 0x000046dc 
- 00016713  0x00003a8b call  0x00006825 
- 00016714  0x00003a8c branch  0x00007ec1 
- 00016715  0x00003a8f jam  0x00000005 , 0x000046e0 
- 00016716  0x00003a90 setarg  0x0000ba41 
- 00016717  0x00003a91 call  0x00006405 
- 00016718  0x00003a92 setarg  0x00000d11 
- 00016719  0x00003a93 call  0x00006405 
- 00016720  0x00003a94 setarg  0x0000041b 
- 00016721  0x00003a95 call  0x00006405 
- 00016722  0x00003a96 setarg  0x0000041c 
- 00016723  0x00003a97 call  0x00006405 
- 00016724  0x00003a98 setarg  0x00000f1d 
- 00016725  0x00003a99 call  0x00006405 
- 00016726  0x00003a9a setarg  0x00000032 
- 00016727  0x00003a9b call  0x00006405 
- 00016728  0x00003a9c setarg  0x0000b541 
- 00016729  0x00003a9d branch  0x00006405 
- 00016730  0x00003aa2 setarg  0x0000ba41 
- 00016731  0x00003aa3 call  0x00006405 
- 00016732  0x00003aa4 nop  0x00000fa0 
- 00016733  0x00003aa5 setarg  0x0000ff7f 
- 00016734  0x00003aa6 call  0x00006405 
- 00016735  0x00003aa7 copy  0x00000011 , 0x0000003f 
- 00016736  0x00003aa8 call  0x00006405 
- 00016737  0x00003aa9 setarg  0x0000007f 
- 00016738  0x00003aaa call  0x00006405 
- 00016739  0x00003aab setarg  0x0000b541 
- 00016740  0x00003aac branch  0x00006405 
- 00016741  0x00003aaf rtnbit0  0x00000007 
- 00016742  0x00003ab0 arg  0x0000ff00 , 0x00000002 
- 00016743  0x00003ab1 ior  0x00000002 , 0x0000003f 
- 00016744  0x00003ab2 rtn 
- 00016745  0x00003ab5 rtnbit0  0x00000003 
- 00016746  0x00003ab6 arg  0x000000f0 , 0x00000002 
- 00016747  0x00003ab7 ior  0x00000002 , 0x0000003f 
- 00016748  0x00003ab8 rtn 
- 00016749  0x00003abc call  0x00005892 
- 00016750  0x00003abd nrtn  0x00000034 
- 00016751  0x00003abe fetch  0x00000001 , 0x000046c5 
- 00016752  0x00003abf and  0x0000003f , 0x00000003 , 0x0000003f 
- 00016753  0x00003ac0 rtnne  0x00000003 
- 00016754  0x00003ac1 fetch  0x00000004 , 0x000046d3 
- 00016755  0x00003ac2 bbit1  0x00000003 , 0x00004179 
- 00016756  0x00003ac3 bbit1  0x00000000 , 0x00004179 
- 00016757  0x00003ac4 bbit1  0x00000005 , 0x00004179 
- 00016758  0x00003ac5 call  0x00003f97 
- 00016759  0x00003ac6 nrtn  0x00000028 
- 00016760  0x00003ac7 branch  0x00003f90 
- 00016761  0x00003aca setarg  0x00000000 
- 00016762  0x00003acb store  0x00000007 , 0x0000469a 
- 00016763  0x00003acc branch  0x00003f90 
- 00016764  0x00003acf copy  0x00000013 , 0x0000003f 
- 00016765  0x00003ad0 beq  0x00000014 , 0x000041c3 
- 00016766  0x00003ad1 beq  0x00000001 , 0x000042ca 
- 00016767  0x00003ad2 beq  0x00000015 , 0x000041d9 
- 00016768  0x00003ad3 beq  0x00000002 , 0x000041d9 
- 00016769  0x00003ad4 beq  0x00000005 , 0x000041d6 
- 00016770  0x00003ad5 beq  0x00000010 , 0x0000426c 
- 00016771  0x00003ad6 beq  0x00000012 , 0x0000429b 
- 00016772  0x00003ad7 beq  0x00000006 , 0x000041d5 
- 00016773  0x00003ad8 beq  0x00000004 , 0x000041cc 
- 00016774  0x00003ad9 beq  0x00000013 , 0x000041cc 
- 00016775  0x00003ada beq  0x0000000a , 0x000041ca 
- 00016776  0x00003adb beq  0x0000002e , 0x000033cd 
- 00016777  0x00003adc beq  0x00000031 , 0x000041b4 
- 00016778  0x00003add beq  0x00000032 , 0x000041b6 
- 00016779  0x00003ade beq  0x0000003e , 0x00004191 
- 00016780  0x00003adf beq  0x00000027 , 0x0000438e 
- 00016781  0x00003ae0 beq  0x00000039 , 0x0000419c 
- 00016782  0x00003ae1 beq  0x0000003a , 0x00004192 
- 00016783  0x00003ae2 beq  0x0000003c , 0x0000419a 
- 00016784  0x00003ae3 rtn 
- 00016785  0x00003ae7 branch  0x00003410 
- 00016786  0x00003aea jam  0x00000001 , 0x0000478b 
- 00016787  0x00003aeb fetch  0x00000001 , 0x0000471e 
- 00016788  0x00003aec nbranch  0x00004492 , 0x00000034 
- 00016789  0x00003aed fetch  0x00000001 , 0x00004720 
- 00016790  0x00003aee fetcht  0x00000001 , 0x00004703 
- 00016791  0x00003aef isub  0x00000002 , 0x0000003e 
- 00016792  0x00003af0 branch  0x0000340a , 0x00000005 
- 00016793  0x00003af1 rtn 
- 00016794  0x00003af3 jam  0x00000001 , 0x0000478b 
- 00016795  0x00003af4 rtn 
- 00016796  0x00003af6 jam  0x00000001 , 0x0000478b 
- 00016797  0x00003af7 arg  0x00000003 , 0x00000007 
- 00016798  0x00003af8 call  0x000043d2 
- 00016799  0x00003af9 setarg  0x00000000 
- 00016800  0x00003afa store  0x00000002 , 0x00004707 
- 00016801  0x00003afb jam  0x00000000 , 0x000046a7 
- 00016802  0x00003afd fetch  0x00000001 , 0x000046e0 
- 00016803  0x00003afe sub  0x0000003f , 0x00000005 , 0x0000003e 
- 00016804  0x00003aff call  0x00004039 , 0x00000005 
- 00016805  0x00003b00 ncall  0x0000405d , 0x00000005 
- 00016806  0x00003b02 fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00016807  0x00003b03 bbit1  0x00000013 , 0x000041af 
- 00016808  0x00003b04 call  0x000041aa 
- 00016809  0x00003b05 branch  0x000065d1 
- 00016810  0x00003b08 call  0x00002c7a 
- 00016811  0x00003b09 add  0x00000013 , 0x000000ae , 0x00000011 
- 00016812  0x00003b0a arg  0x0000005b , 0x00000012 
- 00016813  0x00003b0b arg  0x00000004 , 0x00000002 
- 00016814  0x00003b0c rtn 
- 00016815  0x00003b0f call  0x00002c7a 
- 00016816  0x00003b10 add  0x00000013 , 0x000000ae , 0x00000012 
- 00016817  0x00003b11 ifetch  0x00000001 , 0x00000012 
- 00016818  0x00003b12 store  0x00000001 , 0x0000477b 
- 00016819  0x00003b13 branch  0x00004435 
- 00016820  0x00003b17 arg  0x00000002 , 0x00000007 
- 00016821  0x00003b18 branch  0x000041b9 
- 00016822  0x00003b1a jam  0x00000002 , 0x000046c6 
- 00016823  0x00003b1b arg  0x00000001 , 0x00000007 
- 00016824  0x00003b1c branch  0x000041b9 
- 00016825  0x00003b20 fetch  0x00000001 , 0x000046c5 
- 00016826  0x00003b21 qset1  0x0000003f 
- 00016827  0x00003b22 store  0x00000001 , 0x000046c5 
- 00016828  0x00003b23 rtn 
- 00016829  0x00003b26 fetch  0x00000001 , 0x000046c5 
- 00016830  0x00003b27 qset0  0x0000003f 
- 00016831  0x00003b28 store  0x00000001 , 0x000046c5 
- 00016832  0x00003b29 rtn 
- 00016833  0x00003b2b jam  0x00000000 , 0x000046c5 
- 00016834  0x00003b2c rtn 
- 00016835  0x00003b2f fetch  0x00000002 , 0x0000420a 
- 00016836  0x00003b30 set0  0x00000000 , 0x0000003f 
- 00016837  0x00003b31 store  0x00000002 , 0x0000420a 
- 00016838  0x00003b32 setarg  0x00000000 
- 00016839  0x00003b33 store  0x00000002 , 0x000046ae 
- 00016840  0x00003b34 call  0x00003f8d 
- 00016841  0x00003b35 branch  0x000042ca 
- 00016842  0x00003b38 call  0x000063cb 
- 00016843  0x00003b39 branch  0x000033dd 
- 00016844  0x00003b3c fetch  0x00000001 , 0x0000471e 
- 00016845  0x00003b3d nbranch  0x00004492 , 0x00000034 
- 00016846  0x00003b3e fetch  0x00000002 , 0x00004682 
- 00016847  0x00003b3f bbit1  0x0000000c , 0x000042b0 
- 00016848  0x00003b40 fetch  0x00000004 , 0x000046d3 
- 00016849  0x00003b41 bbit1  0x00000000 , 0x000041d7 
- 00016850  0x00003b42 bbit1  0x00000005 , 0x000042b0 
- 00016851  0x00003b43 bbit1  0x00000003 , 0x00002ead 
- 00016852  0x00003b44 branch  0x000033a7 
- 00016853  0x00003b48 branch  0x00003f74 
- 00016854  0x00003b4b rtn 
- 00016855  0x00003b4e call  0x000043c0 
- 00016856  0x00003b4f branch  0x0000659a 
- 00016857  0x00003b52 bpatch  0x000000e9 , 0x0000401d 
- 00016858  0x00003b53 call  0x000041e7 
- 00016859  0x00003b54 fetch  0x00000004 , 0x000046d3 
- 00016860  0x00003b55 bbit1  0x00000000 , 0x000041d7 
- 00016861  0x00003b56 bbit1  0x00000003 , 0x00002ead 
- 00016862  0x00003b57 fetch  0x00000001 , 0x0000471e 
- 00016863  0x00003b58 nbranch  0x00004492 , 0x00000034 
- 00016864  0x00003b59 fetch  0x00000002 , 0x00004208 
- 00016865  0x00003b5a bbit1  0x00000007 , 0x000041f5 
- 00016866  0x00003b5b bbit1  0x00000000 , 0x000033a9 
- 00016867  0x00003b5c bbit1  0x00000001 , 0x000041ef 
- 00016868  0x00003b5d bbit1  0x00000002 , 0x000041f2 
- 00016869  0x00003b5e bbit1  0x00000003 , 0x000041f2 
- 00016870  0x00003b5f branch  0x000042b0 
- 00016871  0x00003b61 setarg  0x00000000 
- 00016872  0x00003b62 store  0x00000008 , 0x000046b7 
- 00016873  0x00003b63 istore  0x00000004 , 0x00000005 
- 00016874  0x00003b64 jam  0x00000000 , 0x000046b4 
- 00016875  0x00003b65 jam  0x00000000 , 0x000046a7 
- 00016876  0x00003b66 jam  0x00000000 , 0x000041e2 
- 00016877  0x00003b67 jam  0x00000000 , 0x00004429 
- 00016878  0x00003b68 rtn 
- 00016879  0x00003b6b bbit1  0x00000005 , 0x000041f2 
- 00016880  0x00003b6c bbit1  0x00000003 , 0x000041f2 
- 00016881  0x00003b6d branch  0x000042b0 
- 00016882  0x00003b6f fetch  0x00000002 , 0x00004682 
- 00016883  0x00003b70 bbit1  0x0000000c , 0x000042b0 
- 00016884  0x00003b71 branch  0x000033a7 
- 00016885  0x00003b74 call  0x000041c1 
- 00016886  0x00003b75 fetch  0x00000002 , 0x00004208 
- 00016887  0x00003b76 bbit1  0x00000000 , 0x000033a9 
- 00016888  0x00003b77 branch  0x000033a7 
- 00016889  0x00003b7a call  0x000043d6 
- 00016890  0x00003b7b call  0x00004243 
- 00016891  0x00003b7c call  0x00004246 
- 00016892  0x00003b7d call  0x00004250 
- 00016893  0x00003b7e call  0x0000445d 
- 00016894  0x00003b80 call  0x00004443 
- 00016895  0x00003b81 call  0x00004333 
- 00016896  0x00003b82 call  0x000043a5 
- 00016897  0x00003b83 call  0x000043eb 
- 00016898  0x00003b84 call  0x00004209 
- 00016899  0x00003b85 call  0x00004231 
- 00016900  0x00003b86 call  0x00004234 
- 00016901  0x00003b87 call  0x00004237 
- 00016902  0x00003b88 call  0x0000423a 
- 00016903  0x00003b89 call  0x0000423d 
- 00016904  0x00003b8a branch  0x00004240 
- 00016905  0x00003b8f fetch  0x00000001 , 0x00004711 
- 00016906  0x00003b90 rtn  0x00000034 
- 00016907  0x00003b91 increase  0xffffffff , 0x0000003f 
- 00016908  0x00003b92 store  0x00000001 , 0x00004711 
- 00016909  0x00003b93 nrtn  0x00000034 
- 00016910  0x00003b94 branch  0x0000420f 
- 00016911  0x00003b96 fetch  0x00000001 , 0x00004712 
- 00016912  0x00003b97 rtneq  0x00000000 
- 00016913  0x00003b98 beq  0x00000005 , 0x00004216 
- 00016914  0x00003b9a call  0x00004225 
- 00016915  0x00003b9b jam  0x00000005 , 0x00004712 
- 00016916  0x00003b9c jam  0x00000005 , 0x00004711 
- 00016917  0x00003b9d rtn 
- 00016918  0x00003b9f call  0x0000422c 
- 00016919  0x00003ba0 jam  0x00000004 , 0x00004712 
- 00016920  0x00003ba1 jam  0x00000005 , 0x00004711 
- 00016921  0x00003ba2 rtn 
- 00016922  0x00003ba6 setarg  0x00008006 
- 00016923  0x00003ba7 call  0x00006413 
- 00016924  0x00003ba8 nop  0x000003e8 
- 00016925  0x00003ba9 jam  0x00000000 , 0x00004711 
- 00016926  0x00003baa jam  0x00000000 , 0x00004712 
- 00016927  0x00003bab branch  0x000040e0 
- 00016928  0x00003bae setarg  0x0000a006 
- 00016929  0x00003baf call  0x00006413 
- 00016930  0x00003bb0 setarg  0x0000a005 
- 00016931  0x00003bb1 branch  0x00006413 
- 00016932  0x00003bb3 jam  0x00000000 , 0x00004711 
- 00016933  0x00003bb5 fetch  0x00000001 , 0x000046e0 
- 00016934  0x00003bb6 beq  0x00000004 , 0x00004220 
- 00016935  0x00003bb7 setarg  0x00000106 
- 00016936  0x00003bb8 call  0x00006413 
- 00016937  0x00003bb9 setarg  0x0000a105 
- 00016938  0x00003bba branch  0x00006413 
- 00016939  0x00003bbd jam  0x00000000 , 0x00004711 
- 00016940  0x00003bbf setarg  0x00000906 
- 00016941  0x00003bc0 branch  0x00006413 
- 00016942  0x00003bc2 jam  0x00000005 , 0x00004711 
- 00016943  0x00003bc3 jam  0x00000001 , 0x00004712 
- 00016944  0x00003bc4 rtn 
- 00016945  0x00003bc7 arg  0x00004680 , 0x00000013 
- 00016946  0x00003bc8 arg  0x0000429b , 0x00000012 
- 00016947  0x00003bc9 branch  0x0000336d 
- 00016948  0x00003bcc arg  0x000046ac , 0x00000013 
- 00016949  0x00003bcd arg  0x00004264 , 0x00000012 
- 00016950  0x00003bce branch  0x00003374 
- 00016951  0x00003bd1 arg  0x000046ae , 0x00000013 
- 00016952  0x00003bd2 arg  0x00004266 , 0x00000012 
- 00016953  0x00003bd3 branch  0x00003374 
- 00016954  0x00003bd6 arg  0x000046b0 , 0x00000013 
- 00016955  0x00003bd7 arg  0x0000426a , 0x00000012 
- 00016956  0x00003bd8 branch  0x00003374 
- 00016957  0x00003bdb arg  0x000046c4 , 0x00000013 
- 00016958  0x00003bdc arg  0x00004478 , 0x00000012 
- 00016959  0x00003bdd branch  0x0000336d 
- 00016960  0x00003be2 arg  0x000046c6 , 0x00000013 
- 00016961  0x00003be3 arg  0x0000425e , 0x00000012 
- 00016962  0x00003be4 branch  0x0000336d 
- 00016963  0x00003be7 arg  0x00004704 , 0x00000013 
- 00016964  0x00003be8 arg  0x00004249 , 0x00000012 
- 00016965  0x00003be9 branch  0x0000336d 
- 00016966  0x00003bec arg  0x00004707 , 0x00000013 
- 00016967  0x00003bed arg  0x00004249 , 0x00000012 
- 00016968  0x00003bee branch  0x00003374 
- 00016969  0x00003bf1 rtn 
- 00016970  0x00003bf5 fetch  0x00000004 , 0x000046d3 
- 00016971  0x00003bf6 rtnbit0  0x00000017 
- 00016972  0x00003bf7 jam  0x0000000a , 0x000046df 
- 00016973  0x00003bf8 fetch  0x00000001 , 0x000046f4 
- 00016974  0x00003bf9 store  0x00000001 , 0x00004715 
- 00016975  0x00003bfa rtn 
- 00016976  0x00003bfe arg  0x000046df , 0x00000013 
- 00016977  0x00003bff arg  0x00004253 , 0x00000012 
- 00016978  0x00003c00 branch  0x0000336d 
- 00016979  0x00003c02 fetch  0x00000001 , 0x000046f4 
- 00016980  0x00003c03 store  0x00000001 , 0x00004715 
- 00016981  0x00003c04 setarg  0x00000190 
- 00016982  0x00003c05 store  0x00000002 , 0x00004716 
- 00016983  0x00003c06 store  0x00000002 , 0x00004718 
- 00016984  0x00003c07 arg  0x00000000 , 0x00000011 
- 00016985  0x00003c08 fetcht  0x00000001 , 0x0000477a 
- 00016986  0x00003c09 increase  0x00000001 , 0x00000002 
- 00016987  0x00003c0a storet  0x00000001 , 0x00004714 
- 00016988  0x00003c0b jam  0x00000001 , 0x00004713 
- 00016989  0x00003c0c rtn 
- 00016990  0x00003c0f fetch  0x00000001 , 0x000046c5 
- 00016991  0x00003c10 rtnbit1  0x00000002 
- 00016992  0x00003c11 jam  0x00000012 , 0x00000a99 
- 00016993  0x00003c12 call  0x00007d8f 
- 00016994  0x00003c13 arg  0x00000000 , 0x00000007 
- 00016995  0x00003c14 branch  0x000041b9 
- 00016996  0x00003c18 call  0x000042ca 
- 00016997  0x00003c19 branch  0x0000340a 
- 00016998  0x00003c1c call  0x000033f6 
- 00016999  0x00003c1d fetch  0x00000001 , 0x0000471e 
- 00017000  0x00003c1e nbranch  0x00004492 , 0x00000034 
- 00017001  0x00003c1f branch  0x0000340a 
- 00017002  0x00003c22 bmark1  0x00000026 , 0x00007e1d 
- 00017003  0x00003c23 branch  0x00004386 
- 00017004  0x00003c28 bpatch  0x000000ea , 0x0000401d 
- 00017005  0x00003c29 jam  0x00000000 , 0x000046b4 
- 00017006  0x00003c2a call  0x00004386 
- 00017007  0x00003c2b call  0x000041c1 
- 00017008  0x00003c2c branch  0x000042b0 
- 00017009  0x00003c31 fetch  0x00000006 , 0x000041d0 
- 00017010  0x00003c32 branch  0x000033eb , 0x00000034 
- 00017011  0x00003c33 call  0x0000427e 
- 00017012  0x00003c34 jam  0x00000017 , 0x0000016d 
- 00017013  0x00003c35 fetch  0x00000001 , 0x0000465a 
- 00017014  0x00003c36 nbranch  0x000033e1 , 0x00000034 
- 00017015  0x00003c37 jam  0x00000004 , 0x0000016d 
- 00017016  0x00003c38 branch  0x000033e1 
- 00017017  0x00003c3b fetch  0x00000002 , 0x000046a8 
- 00017018  0x00003c3c store  0x00000002 , 0x000046ae 
- 00017019  0x00003c3d call  0x0000427e 
- 00017020  0x00003c3e call  0x00003418 
- 00017021  0x00003c3f branch  0x00007df4 
- 00017022  0x00003c42 setarg  0x000000c8 
- 00017023  0x00003c43 store  0x00000002 , 0x00004716 
- 00017024  0x00003c44 store  0x00000002 , 0x00004718 
- 00017025  0x00003c45 branch  0x00004285 
- 00017026  0x00003c48 setarg  0x000003e8 
- 00017027  0x00003c49 store  0x00000002 , 0x00004716 
- 00017028  0x00003c4a store  0x00000002 , 0x00004718 
- 00017029  0x00003c4c fetch  0x00000001 , 0x00004720 
- 00017030  0x00003c4d beq  0x00000001 , 0x0000428a 
- 00017031  0x00003c4e beq  0x00000002 , 0x0000428c 
- 00017032  0x00003c4f beq  0x00000003 , 0x0000428e 
- 00017033  0x00003c50 rtn 
- 00017034  0x00003c52 fetch  0x00000001 , 0x000046f0 
- 00017035  0x00003c53 branch  0x0000428f 
- 00017036  0x00003c55 fetch  0x00000001 , 0x000046f1 
- 00017037  0x00003c56 branch  0x0000428f 
- 00017038  0x00003c58 fetch  0x00000001 , 0x000046f2 
- 00017039  0x00003c5a store  0x00000001 , 0x00000aa2 
- 00017040  0x00003c5b call  0x00004482 
- 00017041  0x00003c5c fetch  0x00000001 , 0x00000aa2 
- 00017042  0x00003c5d store  0x00000001 , 0x00004715 
- 00017043  0x00003c5e arg  0x00000000 , 0x00000011 
- 00017044  0x00003c5f jam  0x00000001 , 0x00004713 
- 00017045  0x00003c60 branch  0x00007d1e 
- 00017046  0x00003c63 arg  0x00000000 , 0x00000011 
- 00017047  0x00003c64 branch  0x00007d19 
- 00017048  0x00003c66 arg  0x00000000 , 0x00000011 
- 00017049  0x00003c67 branch  0x00007d14 
- 00017050  0x00003c6a branch  0x000041c1 
- 00017051  0x00003c6d jam  0x00000001 , 0x000041e2 
- 00017052  0x00003c6e call  0x00003416 
- 00017053  0x00003c6f call  0x00003412 
- 00017054  0x00003c70 setarg  0x00000000 
- 00017055  0x00003c71 store  0x00000002 , 0x0000467e 
- 00017056  0x00003c72 store  0x00000001 , 0x00004680 
- 00017057  0x00003c73 branch  0x0000340e 
- 00017058  0x00003c76 call  0x0000435f 
- 00017059  0x00003c77 fetch  0x00000001 , 0x00004720 
- 00017060  0x00003c78 fetcht  0x00000001 , 0x00004703 
- 00017061  0x00003c79 isub  0x00000002 , 0x0000003e 
- 00017062  0x00003c7a branch  0x000042ab , 0x00000005 
- 00017063  0x00003c7b fetch  0x00000001 , 0x00004210 
- 00017064  0x00003c7c beq  0x00000033 , 0x00004271 
- 00017065  0x00003c7d beq  0x00000034 , 0x00004279 
- 00017066  0x00003c7e branch  0x000042b0 
- 00017067  0x00003c80 call  0x00003d57 
- 00017068  0x00003c81 rtnmark1  0x00000026 
- 00017069  0x00003c82 fetch  0x00000001 , 0x0000471e 
- 00017070  0x00003c83 nbranch  0x00004492 , 0x00000034 
- 00017071  0x00003c84 rtn 
- 00017072  0x00003c87 bpatch  0x000000eb , 0x0000401d 
- 00017073  0x00003c88 fetch  0x00000002 , 0x00004682 
- 00017074  0x00003c89 bbit1  0x0000000b , 0x000042b7 
- 00017075  0x00003c8a fetch  0x00000004 , 0x000046d3 
- 00017076  0x00003c8b bbit0  0x00000018 , 0x000042b7 
- 00017077  0x00003c8c random  0x0000003f 
- 00017078  0x00003c8d store  0x00000001 , 0x000044a1 
- 00017079  0x00003c8f call  0x00003418 
- 00017080  0x00003c90 fetch  0x00000002 , 0x00004687 
- 00017081  0x00003c91 store  0x00000002 , 0x000046ac 
- 00017082  0x00003c92 jam  0x00000006 , 0x0000016d 
- 00017083  0x00003c93 setarg  0x00000000 
- 00017084  0x00003c94 store  0x00000002 , 0x000046b0 
- 00017085  0x00003c95 store  0x00000002 , 0x000046ae 
- 00017086  0x00003c96 arg  0x00000007 , 0x00000007 
- 00017087  0x00003c97 call  0x000043ce 
- 00017088  0x00003c98 call  0x000043ca 
- 00017089  0x00003c99 fetch  0x00000001 , 0x00004092 
- 00017090  0x00003c9a isolate1  0x00000001 , 0x0000003f 
- 00017091  0x00003c9b call  0x00007df4 , 0x00000001 
- 00017092  0x00003c9c fetch  0x00000001 , 0x00004092 
- 00017093  0x00003c9d isolate1  0x00000000 , 0x0000003f 
- 00017094  0x00003c9e call  0x00007ddd , 0x00000001 
- 00017095  0x00003c9f fetch  0x00000004 , 0x000046d3 
- 00017096  0x00003ca0 bbit1  0x0000001c , 0x0000422e 
- 00017097  0x00003ca1 branch  0x00004282 
- 00017098  0x00003ca4 bpatch  0x000000ec , 0x0000401d 
- 00017099  0x00003ca5 fetch  0x00000001 , 0x00004092 
- 00017100  0x00003ca6 isolate1  0x00000001 , 0x0000003f 
- 00017101  0x00003ca7 call  0x000042d4 , 0x00000001 
- 00017102  0x00003ca8 fetch  0x00000001 , 0x00004092 
- 00017103  0x00003ca9 isolate1  0x00000000 , 0x0000003f 
- 00017104  0x00003caa call  0x000042d7 , 0x00000001 
- 00017105  0x00003cab fetch  0x00000004 , 0x000046d3 
- 00017106  0x00003cac bbit1  0x0000001c , 0x0000421a 
- 00017107  0x00003cad branch  0x00004482 
- 00017108  0x00003caf setarg  0x00000000 
- 00017109  0x00003cb0 store  0x00000002 , 0x000046ae 
- 00017110  0x00003cb1 branch  0x00007dfa 
- 00017111  0x00003cb3 setarg  0x00000000 
- 00017112  0x00003cb4 store  0x00000002 , 0x000046ac 
- 00017113  0x00003cb5 branch  0x00007de2 
- 00017114  0x00003cbc fetch  0x00000004 , 0x000046d3 
- 00017115  0x00003cbd rtnbit0  0x00000007 
- 00017116  0x00003cbe arg  0x00000007 , 0x00000007 
- 00017117  0x00003cbf call  0x000043d2 
- 00017118  0x00003cc0 call  0x000042e8 
- 00017119  0x00003cc2 call  0x000042fb 
- 00017120  0x00003cc3 fetch  0x00000004 , 0x000046d3 
- 00017121  0x00003cc4 bbit1  0x00000013 , 0x00004435 
- 00017122  0x00003cc5 bbit1  0x00000014 , 0x000042e4 
- 00017123  0x00003cc6 rtn 
- 00017124  0x00003cc8 arg  0x00000058 , 0x00000002 
- 00017125  0x00003cc9 arg  0x00004720 , 0x00000011 
- 00017126  0x00003cca arg  0x00000000 , 0x00000012 
- 00017127  0x00003ccb branch  0x000065d1 
- 00017128  0x00003cce fetch  0x00000001 , 0x00000185 
- 00017129  0x00003ccf beq  0x00000034 , 0x000042ec 
- 00017130  0x00003cd0 beq  0x00000033 , 0x000042ef 
- 00017131  0x00003cd1 rtn 
- 00017132  0x00003cd3 store  0x00000001 , 0x000046c7 
- 00017133  0x00003cd4 fetch  0x00000006 , 0x0000044f 
- 00017134  0x00003cd5 branch  0x000042f1 
- 00017135  0x00003cd7 store  0x00000001 , 0x000046c7 
- 00017136  0x00003cd8 fetch  0x00000006 , 0x00000040 
- 00017137  0x00003cda store  0x00000006 , 0x000046c8 
- 00017138  0x00003cdb fetch  0x00000007 , 0x000046c7 
- 00017139  0x00003cdc arg  0x00004721 , 0x00000006 
- 00017140  0x00003cdd arg  0x00000003 , 0x00000039 
- 00017141  0x00003cdf ifetcht  0x00000007 , 0x00000006 
- 00017142  0x00003ce0 isub  0x00000002 , 0x0000003e 
- 00017143  0x00003ce1 branch  0x00004310 , 0x00000005 
- 00017144  0x00003ce2 increase  0x00000016 , 0x00000006 
- 00017145  0x00003ce3 loop  0x000042f5 
- 00017146  0x00003ce4 rtn 
- 00017147  0x00003ce6 arg  0x00004721 , 0x00000011 
- 00017148  0x00003ce7 fetch  0x00000001 , 0x00004720 
- 00017149  0x00003ce8 increase  0xffffffff , 0x0000003f 
- 00017150  0x00003ce9 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00017151  0x00003cea iadd  0x00000011 , 0x00000011 
- 00017152  0x00003ceb fetch  0x00000001 , 0x00000185 
- 00017153  0x00003cec istore  0x00000001 , 0x00000011 
- 00017154  0x00003ced beq  0x00000034 , 0x00004305 
- 00017155  0x00003cee beq  0x00000033 , 0x0000430c 
- 00017156  0x00003cef rtn 
- 00017157  0x00003cf2 fetch  0x00000006 , 0x0000044f 
- 00017158  0x00003cf3 istore  0x00000006 , 0x00000005 
- 00017159  0x00003cf4 arg  0x00004419 , 0x00000006 
- 00017160  0x00003cf5 call  0x00007ebf 
- 00017161  0x00003cf6 fetch  0x00000006 , 0x000044a0 
- 00017162  0x00003cf7 istore  0x00000006 , 0x00000005 
- 00017163  0x00003cf8 rtn 
- 00017164  0x00003cfa fetch  0x00000006 , 0x00000040 
- 00017165  0x00003cfb istore  0x00000006 , 0x00000005 
- 00017166  0x00003cfc arg  0x000041be , 0x00000006 
- 00017167  0x00003cfd branch  0x00007ebf 
- 00017168  0x00003d00 increase  0xfffffffa , 0x00000006 
- 00017169  0x00003d01 copy  0x00000006 , 0x00000005 
- 00017170  0x00003d02 fetcht  0x00000006 , 0x000046c8 
- 00017171  0x00003d03 increase  0x00000003 , 0x00000002 
- 00017172  0x00003d04 istoret  0x00000006 , 0x00000005 
- 00017173  0x00003d05 rtn 
- 00017174  0x00003d0a arg  0x00000058 , 0x00000002 
- 00017175  0x00003d0b arg  0x00004720 , 0x00000011 
- 00017176  0x00003d0c arg  0x00000000 , 0x00000012 
- 00017177  0x00003d0d call  0x000065df 
- 00017178  0x00003d0f arg  0x00004721 , 0x00000011 
- 00017179  0x00003d10 fetch  0x00000001 , 0x00004720 
- 00017180  0x00003d11 fetcht  0x00000001 , 0x00004703 
- 00017181  0x00003d12 isub  0x00000002 , 0x0000003e 
- 00017182  0x00003d13 rtn  0x00000005 
- 00017183  0x00003d14 increase  0xffffffff , 0x0000003f 
- 00017184  0x00003d15 mul32  0x0000003f , 0x0000001d , 0x0000003f 
- 00017185  0x00003d16 iadd  0x00000011 , 0x00000011 
- 00017186  0x00003d17 ifetch  0x00000001 , 0x00000011 
- 00017187  0x00003d18 store  0x00000001 , 0x00004210 
- 00017188  0x00003d19 beq  0x00000033 , 0x00004327 
- 00017189  0x00003d1a beq  0x00000034 , 0x0000432c 
- 00017190  0x00003d1b rtn 
- 00017191  0x00003d1e ifetch  0x00000006 , 0x00000006 
- 00017192  0x00003d20 store  0x00000006 , 0x000041d0 
- 00017193  0x00003d21 arg  0x000041be , 0x00000005 
- 00017194  0x00003d22 call  0x00007ebf 
- 00017195  0x00003d23 branch  0x000067d7 
- 00017196  0x00003d26 ifetch  0x00000006 , 0x00000006 
- 00017197  0x00003d28 store  0x00000006 , 0x000041d0 
- 00017198  0x00003d29 arg  0x00004419 , 0x00000005 
- 00017199  0x00003d2a call  0x00007ebf 
- 00017200  0x00003d2b ifetch  0x00000006 , 0x00000006 
- 00017201  0x00003d2c store  0x00000006 , 0x000044a0 
- 00017202  0x00003d2d rtn 
- 00017203  0x00003d31 fetch  0x00000001 , 0x000046f5 
- 00017204  0x00003d32 bbit1  0x00000005 , 0x00004349 
- 00017205  0x00003d33 bbit1  0x00000006 , 0x00004359 
- 00017206  0x00003d34 branch  0x00004337 
- 00017207  0x00003d37 call  0x00004083 
- 00017208  0x00003d38 beq  0x00000006 , 0x0000433e 
- 00017209  0x00003d3a jam  0x0000001e , 0x000046d8 
- 00017210  0x00003d3b fetch  0x00000001 , 0x000046d9 
- 00017211  0x00003d3c rtneq  0x00000001 
- 00017212  0x00003d3d jam  0x00000001 , 0x000046d9 
- 00017213  0x00003d3e rtn 
- 00017214  0x00003d41 call  0x00004343 
- 00017215  0x00003d42 fetch  0x00000001 , 0x000046d9 
- 00017216  0x00003d43 rtneq  0x00000000 
- 00017217  0x00003d44 jam  0x00000000 , 0x000046d9 
- 00017218  0x00003d45 branch  0x000043c0 
- 00017219  0x00003d48 fetch  0x00000001 , 0x000046d8 
- 00017220  0x00003d49 rtn  0x00000034 
- 00017221  0x00003d4a pincrease  0xffffffff 
- 00017222  0x00003d4b store  0x00000001 , 0x000046d8 
- 00017223  0x00003d4c nrtn  0x00000034 
- 00017224  0x00003d4d branch  0x00004370 
- 00017225  0x00003d50 fetch  0x00000001 , 0x000046ed 
- 00017226  0x00003d51 rtneq  0x000000ff 
- 00017227  0x00003d52 fetcht  0x00000001 , 0x000046ed 
- 00017228  0x00003d53 call  0x0000681d 
- 00017229  0x00003d54 branch  0x00004354 , 0x00000001 
- 00017230  0x00003d56 fetch  0x00000001 , 0x000046d9 
- 00017231  0x00003d57 rtneq  0x00000001 
- 00017232  0x00003d58 jam  0x00000001 , 0x000046d9 
- 00017233  0x00003d59 fetch  0x00000004 , 0x000046d3 
- 00017234  0x00003d5a rtnbit1  0x00000006 
- 00017235  0x00003d5b branch  0x00004370 
- 00017236  0x00003d5e fetch  0x00000001 , 0x000046d9 
- 00017237  0x00003d5f rtneq  0x00000000 
- 00017238  0x00003d60 jam  0x00000000 , 0x000046d9 
- 00017239  0x00003d61 arg  0x00000006 , 0x00000007 
- 00017240  0x00003d62 branch  0x000043d2 
- 00017241  0x00003d67 fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00017242  0x00003d68 rtnbit0  0x00000006 
- 00017243  0x00003d69 fetch  0x00000001 , 0x00004720 
- 00017244  0x00003d6a beq  0x00000001 , 0x00004369 
- 00017245  0x00003d6b beq  0x00000002 , 0x0000436c 
- 00017246  0x00003d6c rtn 
- 00017247  0x00003d6e fetch  0x00000001 , 0x00000004 , 0x000046d3 
- 00017248  0x00003d6f rtnbit0  0x00000006 
- 00017249  0x00003d70 fetcht  0x00000001 , 0x000046ed 
- 00017250  0x00003d71 call  0x0000681d 
- 00017251  0x00003d72 branch  0x00004366 , 0x00000001 
- 00017252  0x00003d74 jam  0x00000001 , 0x00004720 
- 00017253  0x00003d75 rtn 
- 00017254  0x00003d77 fetch  0x00000001 , 0x00004703 
- 00017255  0x00003d78 store  0x00000001 , 0x00004720 
- 00017256  0x00003d79 rtn 
- 00017257  0x00003d7b fetcht  0x00000001 , 0x000046ed 
- 00017258  0x00003d7c nbranch  0x00004370 , 0x00000001 
- 00017259  0x00003d7d rtn 
- 00017260  0x00003d7f fetcht  0x00000001 , 0x000046ed 
- 00017261  0x00003d80 call  0x0000681d 
- 00017262  0x00003d81 branch  0x00004354 , 0x00000001 
- 00017263  0x00003d82 rtn 
- 00017264  0x00003d88 fetcht  0x00000001 , 0x00004720 
- 00017265  0x00003d89 increase  0x00000001 , 0x00000002 
- 00017266  0x00003d8a fetch  0x00000001 , 0x000046d2 
- 00017267  0x00003d8b isub  0x00000002 , 0x0000003e 
- 00017268  0x00003d8c ncall  0x000043cc , 0x00000002 
- 00017269  0x00003d8d storet  0x00000001 , 0x00004720 
- 00017270  0x00003d8e jam  0x00000000 , 0x000041bd 
- 00017271  0x00003d8f call  0x0000437a 
- 00017272  0x00003d90 call  0x000043c0 
- 00017273  0x00003d92 branch  0x0000437e 
- 00017274  0x00003d95 arg  0x00000001 , 0x00000002 
- 00017275  0x00003d96 arg  0x00004720 , 0x00000011 
- 00017276  0x00003d97 arg  0x00000000 , 0x00000012 
- 00017277  0x00003d98 branch  0x00006606 
- 00017278  0x00003d9b call  0x00004381 
- 00017279  0x00003d9c call  0x000043c2 
- 00017280  0x00003d9d branch  0x000041d7 
- 00017281  0x00003d9f fetch  0x00000002 , 0x00004682 
- 00017282  0x00003da0 bbit1  0x00000007 , 0x00004392 
- 00017283  0x00003da1 bbit1  0x00000009 , 0x00003402 
- 00017284  0x00003da2 bbit1  0x00000000 , 0x000033e9 
- 00017285  0x00003da3 branch  0x000042ca 
- 00017286  0x00003da6 bpatch  0x000000ed , 0x0000401d 
- 00017287  0x00003da7 setarg  0x00000000 
- 00017288  0x00003da8 store  0x00000002 , 0x000046b0 
- 00017289  0x00003da9 fetch  0x00000002 , 0x00004682 
- 00017290  0x00003daa bbit1  0x00000009 , 0x00003402 
- 00017291  0x00003dab fetch  0x00000002 , 0x00004682 
- 00017292  0x00003dac bbit1  0x00000000 , 0x000033e9 
- 00017293  0x00003dad rtn 
- 00017294  0x00003db0 setarg  0x00000001 
- 00017295  0x00003db1 store  0x00000006 , 0x00000040 
- 00017296  0x00003db2 jam  0x00000033 , 0x00000185 
- 00017297  0x00003db3 branch  0x000042df 
- 00017298  0x00003db7 call  0x000043c4 
- 00017299  0x00003db8 branch  0x00007e2f 
- 00017300  0x00003dbb fetch  0x00000001 , 0x000046ec 
- 00017301  0x00003dbc rtneq  0x000000ff 
- 00017302  0x00003dbd fetcht  0x00000001 , 0x000046ec 
- 00017303  0x00003dbe call  0x0000681d 
- 00017304  0x00003dbf branch  0x0000439f , 0x00000001 
- 00017305  0x00003dc1 fetch  0x00000001 , 0x00004685 
- 00017306  0x00003dc2 store  0x00000001 , 0x000046da 
- 00017307  0x00003dc3 fetch  0x00000001 , 0x000046db 
- 00017308  0x00003dc4 rtneq  0x00000001 
- 00017309  0x00003dc5 jam  0x00000001 , 0x000046db 
- 00017310  0x00003dc6 branch  0x000043ca 
- 00017311  0x00003dc8 call  0x000043b5 
- 00017312  0x00003dc9 fetch  0x00000001 , 0x000046db 
- 00017313  0x00003dca rtneq  0x00000000 
- 00017314  0x00003dcb jam  0x00000000 , 0x000046db 
- 00017315  0x00003dcc call  0x00007e2f 
- 00017316  0x00003dcd branch  0x000043c8 
- 00017317  0x00003dd1 fetch  0x00000001 , 0x000046f5 
- 00017318  0x00003dd2 bbit1  0x00000004 , 0x00004394 
- 00017319  0x00003dd4 call  0x00004083 
- 00017320  0x00003dd5 beq  0x00000007 , 0x000043af 
- 00017321  0x00003dd7 fetch  0x00000001 , 0x00004685 
- 00017322  0x00003dd8 store  0x00000001 , 0x000046da 
- 00017323  0x00003dd9 fetch  0x00000001 , 0x000046db 
- 00017324  0x00003dda rtneq  0x00000001 
- 00017325  0x00003ddb jam  0x00000001 , 0x000046db 
- 00017326  0x00003ddc branch  0x000043ca 
- 00017327  0x00003de0 call  0x000043b5 
- 00017328  0x00003de1 fetch  0x00000001 , 0x000046db 
- 00017329  0x00003de2 rtneq  0x00000000 
- 00017330  0x00003de3 jam  0x00000000 , 0x000046db 
- 00017331  0x00003de4 call  0x00007e2f 
- 00017332  0x00003de5 branch  0x000043c8 
- 00017333  0x00003de8 arg  0x000046da , 0x00000013 
- 00017334  0x00003de9 arg  0x000043b8 , 0x00000012 
- 00017335  0x00003dea branch  0x0000336d 
- 00017336  0x00003ded arg  0x00000006 , 0x00000007 
- 00017337  0x00003dee call  0x000043ce 
- 00017338  0x00003def call  0x00003357 
- 00017339  0x00003df0 branch  0x0000426c 
- 00017340  0x00003df4 arg  0x00000001 , 0x00000007 
- 00017341  0x00003df5 branch  0x000043ce 
- 00017342  0x00003df7 arg  0x00000001 , 0x00000007 
- 00017343  0x00003df8 branch  0x000043d2 
- 00017344  0x00003dfa arg  0x00000000 , 0x00000007 
- 00017345  0x00003dfb branch  0x000043ce 
- 00017346  0x00003dfd arg  0x00000000 , 0x00000007 
- 00017347  0x00003dfe branch  0x000043d2 
- 00017348  0x00003e00 arg  0x00000002 , 0x00000007 
- 00017349  0x00003e01 branch  0x000043ce 
- 00017350  0x00003e03 arg  0x00000002 , 0x00000007 
- 00017351  0x00003e04 branch  0x000043d2 
- 00017352  0x00003e06 arg  0x00000005 , 0x00000007 
- 00017353  0x00003e07 branch  0x000043ce 
- 00017354  0x00003e09 arg  0x00000005 , 0x00000007 
- 00017355  0x00003e0a branch  0x000043d2 
- 00017356  0x00003e0f arg  0x00000001 , 0x00000002 
- 00017357  0x00003e10 rtn 
- 00017358  0x00003e13 fetch  0x00000004 , 0x000046d3 
- 00017359  0x00003e14 qset1  0x0000003f 
- 00017360  0x00003e15 store  0x00000004 , 0x000046d3 
- 00017361  0x00003e16 rtn 
- 00017362  0x00003e19 fetch  0x00000004 , 0x000046d3 
- 00017363  0x00003e1a qset0  0x0000003f 
- 00017364  0x00003e1b store  0x00000004 , 0x000046d3 
- 00017365  0x00003e1c rtn 
- 00017366  0x00003e1f fetch  0x00000004 , 0x000046d3 
- 00017367  0x00003e20 rtnbit0  0x0000001a 
- 00017368  0x00003e21 fetch  0x00000001 , 0x000046ce 
- 00017369  0x00003e22 increase  0x00000001 , 0x0000003f 
- 00017370  0x00003e23 store  0x00000001 , 0x000046ce 
- 00017371  0x00003e24 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00017372  0x00003e25 rtn  0x00000002 
- 00017373  0x00003e26 jam  0x00000000 , 0x000046ce 
- 00017374  0x00003e27 call  0x000068eb 
- 00017375  0x00003e28 call  0x00006908 
- 00017376  0x00003e29 store  0x00000002 , 0x0000470f 
- 00017377  0x00003e2a arg  0x00004709 , 0x00000011 
- 00017378  0x00003e2b call  0x00006930 
- 00017379  0x00003e2c fetch  0x00000001 , 0x00004231 
- 00017380  0x00003e2d bbit1  0x00000001 , 0x000044a0 
- 00017381  0x00003e2e bbit0  0x00000000 , 0x000043e9 
- 00017382  0x00003e2f branch  0x000043e7 
- 00017383  0x00003e31 arg  0x00000004 , 0x00000007 
- 00017384  0x00003e32 branch  0x000043ce 
- 00017385  0x00003e34 arg  0x00000004 , 0x00000007 
- 00017386  0x00003e35 branch  0x000043d2 
- 00017387  0x00003e38 fetch  0x00000004 , 0x000046d3 
- 00017388  0x00003e39 rtnbit0  0x00000004 
- 00017389  0x00003e3a fetch  0x00000001 , 0x000046ef 
- 00017390  0x00003e3b store  0x00000001 , 0x00004715 
- 00017391  0x00003e3c fetch  0x00000001 , 0x000046cf 
- 00017392  0x00003e3d pincrease  0x00000001 
- 00017393  0x00003e3e store  0x00000001 , 0x000046cf 
- 00017394  0x00003e3f sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00017395  0x00003e40 ncall  0x000043f9 , 0x00000002 
- 00017396  0x00003e41 beq  0x00000002 , 0x000043fb 
- 00017397  0x00003e42 beq  0x00000004 , 0x000043fe 
- 00017398  0x00003e43 beq  0x00000006 , 0x000043fb 
- 00017399  0x00003e44 beq  0x00000008 , 0x000043fe 
- 00017400  0x00003e45 rtn 
- 00017401  0x00003e47 jam  0x00000001 , 0x000046cf 
- 00017402  0x00003e48 branch  0x000043fe 
- 00017403  0x00003e4a arg  0x00000000 , 0x00000011 
- 00017404  0x00003e4b jam  0x00000002 , 0x00004713 
- 00017405  0x00003e4c branch  0x00007d14 
- 00017406  0x00003e4e arg  0x00000000 , 0x00000011 
- 00017407  0x00003e4f jam  0x00000002 , 0x00004713 
- 00017408  0x00003e50 branch  0x00007d19 
- 00017409  0x00003e53 call  0x00003f97 
- 00017410  0x00003e54 nrtn  0x00000028 
- 00017411  0x00003e55 arg  0x00000007 , 0x00000011 
- 00017412  0x00003e56 arg  0x0000469a , 0x00000012 
- 00017413  0x00003e57 rtn 
- 00017414  0x00003e5a fetch  0x00000001 , 0x0000478b 
- 00017415  0x00003e5b rtn  0x00000034 
- 00017416  0x00003e5d fetcht  0x00000001 , 0x000046e7 
- 00017417  0x00003e5e call  0x0000681d 
- 00017418  0x00003e5f call  0x00004410 , 0x00000001 
- 00017419  0x00003e60 fetch  0x00000001 , 0x00004704 
- 00017420  0x00003e61 nrtn  0x00000034 
- 00017421  0x00003e62 call  0x00004083 
- 00017422  0x00003e63 nrtn  0x00000034 
- 00017423  0x00003e64 branch  0x00002d83 
- 00017424  0x00003e67 fetch  0x00000001 , 0x000046e7 
- 00017425  0x00003e68 rtneq  0x000000ff 
- 00017426  0x00003e69 jam  0x0000000a , 0x00004704 
- 00017427  0x00003e6a rtn 
- 00017428  0x00003e6e call  0x00004423 
- 00017429  0x00003e6f fetch  0x00000002 , 0x00004778 
- 00017430  0x00003e70 arg  0x0000aa55 , 0x00000002 
- 00017431  0x00003e71 isub  0x00000002 , 0x0000003e 
- 00017432  0x00003e72 branch  0x0000442b , 0x00000005 
- 00017433  0x00003e73 storet  0x00000002 , 0x00004778 
- 00017434  0x00003e74 call  0x0000441c 
- 00017435  0x00003e75 branch  0x00004435 
- 00017436  0x00003e77 fetch  0x00000006 , 0x000044a0 
- 00017437  0x00003e78 store  0x00000006 , 0x00004738 
- 00017438  0x00003e79 add  0x0000003f , 0x00000100 , 0x0000003f 
- 00017439  0x00003e7a store  0x00000006 , 0x00004755 
- 00017440  0x00003e7b add  0x0000003f , 0x00000100 , 0x0000003f 
- 00017441  0x00003e7c store  0x00000006 , 0x00004772 
- 00017442  0x00003e7d rtn 
- 00017443  0x00003e81 setarg  0x00004778 
- 00017444  0x00003e82 arg  0x00004720 , 0x00000002 
- 00017445  0x00003e83 isub  0x00000002 , 0x00000002 
- 00017446  0x00003e84 fetch  0x00000003 , 0x00004700 
- 00017447  0x00003e85 iadd  0x00000002 , 0x0000003f 
- 00017448  0x00003e86 arg  0x00000002 , 0x00000002 
- 00017449  0x00003e87 arg  0x00004778 , 0x00000011 
- 00017450  0x00003e88 branch  0x00006562 
- 00017451  0x00003e8c setarg  0x0000477f 
- 00017452  0x00003e8d arg  0x00004720 , 0x00000002 
- 00017453  0x00003e8e isub  0x00000002 , 0x00000002 
- 00017454  0x00003e8f fetch  0x00000003 , 0x00004700 
- 00017455  0x00003e90 arg  0x00004720 , 0x00000011 
- 00017456  0x00003e91 call  0x00006562 
- 00017457  0x00003e92 call  0x0000431a 
- 00017458  0x00003e93 fetch  0x00000004 , 0x0000477b 
- 00017459  0x00003e94 call  0x00002c7a 
- 00017460  0x00003e95 branch  0x0000322c 
- 00017461  0x00003e98 setarg  0x0000477f 
- 00017462  0x00003e99 arg  0x00004720 , 0x00000002 
- 00017463  0x00003e9a isub  0x00000002 , 0x00000002 
- 00017464  0x00003e9b arg  0x00004720 , 0x00000011 
- 00017465  0x00003e9c fetch  0x00000003 , 0x00004700 
- 00017466  0x00003e9d branch  0x00006514 
- 00017467  0x00003ea0 arg  0x00000001 , 0x00000002 
- 00017468  0x00003ea1 arg  0x0000477a , 0x00000011 
- 00017469  0x00003ea2 arg  0x0000005a , 0x00000012 
- 00017470  0x00003ea3 branch  0x000065d1 
- 00017471  0x00003ea6 arg  0x00000001 , 0x00000002 
- 00017472  0x00003ea7 arg  0x0000477a , 0x00000011 
- 00017473  0x00003ea8 arg  0x0000005a , 0x00000012 
- 00017474  0x00003ea9 branch  0x000065df 
- 00017475  0x00003eac rtnmark1  0x00000026 
- 00017476  0x00003ead fetch  0x00000004 , 0x000046d3 
- 00017477  0x00003eae rtnbit0  0x00000016 
- 00017478  0x00003eaf fetch  0x00000001 , 0x00004705 
- 00017479  0x00003eb0 pincrease  0x00000001 
- 00017480  0x00003eb1 and  0x0000003f , 0x00000007 , 0x0000003f 
- 00017481  0x00003eb2 store  0x00000001 , 0x00004705 
- 00017482  0x00003eb3 rtnne  0x00000007 
- 00017483  0x00003eb4 fetch  0x00000002 , 0x00004682 
- 00017484  0x00003eb5 bbit1  0x00000000 , 0x0000444f 
- 00017485  0x00003eb6 bbit1  0x00000009 , 0x0000444f 
- 00017486  0x00003eb7 rtn 
- 00017487  0x00003ebd bpatch  0x000000ee , 0x0000401d 
- 00017488  0x00003ebe fetch  0x00000001 , 0x00004706 
- 00017489  0x00003ebf nrtn  0x00000034 
- 00017490  0x00003ec0 fetch  0x00000004 , 0x000046d3 
- 00017491  0x00003ec1 rtnbit0  0x00000008 
- 00017492  0x00003ec2 fetch  0x00000001 , 0x000046a5 
- 00017493  0x00003ec3 call  0x000063fb 
- 00017494  0x00003ec4 store  0x00000001 , 0x000046a6 
- 00017495  0x00003ec5 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00017496  0x00003ec6 branch  0x0000445b , 0x00000002 
- 00017497  0x00003ec7 jam  0x00000000 , 0x00004706 
- 00017498  0x00003ec8 rtn 
- 00017499  0x00003ecb jam  0x0000001e , 0x00004706 
- 00017500  0x00003ecc rtn 
- 00017501  0x00003ece arg  0x00004706 , 0x00000013 
- 00017502  0x00003ecf arg  0x00004460 , 0x00000012 
- 00017503  0x00003ed0 branch  0x0000336d 
- 00017504  0x00003ed3 fetch  0x00000001 , 0x000046a5 
- 00017505  0x00003ed4 call  0x00006414 
- 00017506  0x00003ed5 sub  0x0000003f , 0x00000010 , 0x0000003e 
- 00017507  0x00003ed6 nrtn  0x00000002 
- 00017508  0x00003ed7 fetch  0x00000004 , 0x000046d3 
- 00017509  0x00003ed8 rtnbit0  0x00000008 
- 00017510  0x00003ed9 arg  0x00000008 , 0x00000007 
- 00017511  0x00003eda call  0x000043d2 
- 00017512  0x00003edb jam  0x00000000 , 0x00004172 
- 00017513  0x00003edc jam  0x0000001e , 0x000046c4 
- 00017514  0x00003edd call  0x00004482 
- 00017515  0x00003ede fetch  0x00000004 , 0x000046d3 
- 00017516  0x00003edf bbit1  0x00000015 , 0x00004471 
- 00017517  0x00003ee1 fetch  0x00000001 , 0x00004720 
- 00017518  0x00003ee2 beq  0x00000001 , 0x00004489 
- 00017519  0x00003ee3 beq  0x00000002 , 0x00004476 
- 00017520  0x00003ee4 rtn 
- 00017521  0x00003ee6 fetch  0x00000001 , 0x00004720 
- 00017522  0x00003ee7 beq  0x00000001 , 0x00004489 
- 00017523  0x00003ee8 beq  0x00000002 , 0x0000448c 
- 00017524  0x00003ee9 beq  0x00000003 , 0x0000448f 
- 00017525  0x00003eea rtn 
- 00017526  0x00003eed fetch  0x00000001 , 0x000046f0 
- 00017527  0x00003eee branch  0x0000428f 
- 00017528  0x00003ef3 jam  0x00000020 , 0x00004172 
- 00017529  0x00003ef4 branch  0x00004482 
- 00017530  0x00003ef9 fetch  0x00000001 , 0x000046f0 
- 00017531  0x00003efa rtneq  0x000000ff 
- 00017532  0x00003efb store  0x00000001 , 0x00004715 
- 00017533  0x00003efc branch  0x00004296 
- 00017534  0x00003eff fetch  0x00000001 , 0x000046f1 
- 00017535  0x00003f00 rtneq  0x000000ff 
- 00017536  0x00003f01 store  0x00000001 , 0x00004715 
- 00017537  0x00003f02 branch  0x00004296 
- 00017538  0x00003f05 call  0x00004296 
- 00017539  0x00003f06 call  0x0000447a 
- 00017540  0x00003f07 call  0x0000447e 
- 00017541  0x00003f09 fetch  0x00000001 , 0x000046f2 
- 00017542  0x00003f0a rtneq  0x000000ff 
- 00017543  0x00003f0b store  0x00000001 , 0x00004715 
- 00017544  0x00003f0c branch  0x00004296 
- 00017545  0x00003f0f fetch  0x00000001 , 0x000046f0 
- 00017546  0x00003f10 store  0x00000001 , 0x00004715 
- 00017547  0x00003f11 branch  0x00004298 
- 00017548  0x00003f13 fetch  0x00000001 , 0x000046f1 
- 00017549  0x00003f14 store  0x00000001 , 0x00004715 
- 00017550  0x00003f15 branch  0x00004298 
- 00017551  0x00003f17 fetch  0x00000001 , 0x000046f2 
- 00017552  0x00003f18 store  0x00000001 , 0x00004715 
- 00017553  0x00003f19 branch  0x00004298 
- 00017554  0x00003f1e bpatch  0x000000ef , 0x0000401d 
- 00017555  0x00003f1f fetch  0x00000001 , 0x0000471e 
- 00017556  0x00003f20 increase  0xffffffff , 0x0000003f 
- 00017557  0x00003f21 store  0x00000001 , 0x0000471e 
- 00017558  0x00003f22 fetcht  0x00000001 , 0x00004720 
- 00017559  0x00003f23 increase  0x00000001 , 0x00000002 
- 00017560  0x00003f24 fetch  0x00000001 , 0x000046d2 
- 00017561  0x00003f25 isub  0x00000002 , 0x0000003e 
- 00017562  0x00003f26 ncall  0x000043cc , 0x00000002 
- 00017563  0x00003f27 storet  0x00000001 , 0x00004720 
- 00017564  0x00003f28 jam  0x00000000 , 0x000041bd 
- 00017565  0x00003f29 call  0x0000437a 
- 00017566  0x00003f2a call  0x000042fb 
- 00017567  0x00003f2b branch  0x000042a2 
- 00017568  0x00003f2e call  0x00004482 
- 00017569  0x00003f2f setarg  0x00000000 
- 00017570  0x00003f30 store  0x00000008 , 0x000000a1 
- 00017571  0x00003f31 branch  0x00002b1f 
- 00017572  0x00003f3d rtn  0x0000002b 
- 00017573  0x00003f3e hfetch  0x00000001 , 0x00008081 
- 00017574  0x00003f3f and_into  0x000000f0 , 0x0000003f 
- 00017575  0x00003f40 hstore  0x00000001 , 0x00008081 
- 00017576  0x00003f41 call  0x00006948 
- 00017577  0x00003f42 setarg  0x000044e6 
- 00017578  0x00003f43 store  0x00000002 , 0x000041eb 
- 00017579  0x00003f45 setarg  0x000044e9 
- 00017580  0x00003f46 store  0x00000002 , 0x000041ed 
- 00017581  0x00003f48 setarg  0x000044ef 
- 00017582  0x00003f49 store  0x00000002 , 0x000041f3 
- 00017583  0x00003f4b setarg  0x000044f2 
- 00017584  0x00003f4c store  0x00000002 , 0x000041f5 
- 00017585  0x00003f4e setarg  0x000033d0 
- 00017586  0x00003f4f store  0x00000002 , 0x000041e9 
- 00017587  0x00003f51 call  0x00002c7a 
- 00017588  0x00003f52 setarg  0x000045c2 
- 00017589  0x00003f53 add  0x00000013 , 0x000000d8 , 0x00000005 
- 00017590  0x00003f54 istore  0x00000002 , 0x00000005 
- 00017591  0x00003f56 setarg  0x000044ea 
- 00017592  0x00003f57 add  0x00000013 , 0x000000da , 0x00000005 
- 00017593  0x00003f58 istore  0x00000002 , 0x00000005 
- 00017594  0x00003f5a setarg  0x000044e9 
- 00017595  0x00003f5b add  0x00000013 , 0x000000dc , 0x00000005 
- 00017596  0x00003f5c istore  0x00000002 , 0x00000005 
- 00017597  0x00003f5e setarg  0x0000450e 
- 00017598  0x00003f5f store  0x00000002 , 0x000041fd 
- 00017599  0x00003f61 setarg  0x000044da 
- 00017600  0x00003f62 store  0x00000002 , 0x0000475b 
- 00017601  0x00003f64 setarg  0x000044d6 
- 00017602  0x00003f65 store  0x00000002 , 0x0000475f 
- 00017603  0x00003f67 setarg  0x00004560 
- 00017604  0x00003f68 store  0x00000002 , 0x0000470f 
- 00017605  0x00003f6a bpatch  0x000000f0 , 0x0000401e 
- 00017606  0x00003f6b call  0x000044e2 
- 00017607  0x00003f6c call  0x00007e38 
- 00017608  0x00003f6d jam  0x00000002 , 0x00004172 
- 00017609  0x00003f6e fetch  0x00000001 , 0x0000472b 
- 00017610  0x00003f6f store  0x00000001 , 0x0000469a 
- 00017611  0x00003f70 beq  0x00000000 , 0x000044d5 
- 00017612  0x00003f71 fetch  0x00000001 , 0x0000472c 
- 00017613  0x00003f72 store  0x00000001 , 0x00004686 
- 00017614  0x00003f74 call  0x000044db 
- 00017615  0x00003f75 call  0x00007cd3 
- 00017616  0x00003f76 call  0x00007cdd 
- 00017617  0x00003f77 jam  0x00000001 , 0x00004757 
- 00017618  0x00003f78 fetch  0x00000002 , 0x00004682 
- 00017619  0x00003f79 rtnbit1  0x0000000c 
- 00017620  0x00003f7a branch  0x0000340a 
- 00017621  0x00003f7f jam  0x00000002 , 0x00004757 
- 00017622  0x00003f81 call  0x000044db 
- 00017623  0x00003f83 arg  0x00000000 , 0x00000011 
- 00017624  0x00003f84 call  0x00007d1e 
- 00017625  0x00003f86 branch  0x00002ee4 
- 00017626  0x00003f89 branch  0x000044db 
- 00017627  0x00003f8c bpatch  0x000000f1 , 0x0000401e 
- 00017628  0x00003f8d fetch  0x00000001 , 0x00004729 
- 00017629  0x00003f8e bne  0x000000ff , 0x000044e0 
- 00017630  0x00003f90 fetcht  0x00000001 , 0x00004706 
- 00017631  0x00003f91 branch  0x0000680e 
- 00017632  0x00003f93 store  0x00000001 , 0x00004706 
- 00017633  0x00003f94 branch  0x000044de 
- 00017634  0x00003f98 call  0x00002c9d 
- 00017635  0x00003f99 fetch  0x00000002 , 0x00004753 
- 00017636  0x00003f9a store  0x00000002 , 0x00004755 
- 00017637  0x00003f9b branch  0x00004515 
- 00017638  0x00003fa3 call  0x00006835 
- 00017639  0x00003fa4 call  0x000044e9 
- 00017640  0x00003fa5 branch  0x0000340a 
- 00017641  0x00003fa8 branch  0x0000696c 
- 00017642  0x00003fab fetch  0x00000001 , 0x00004765 
- 00017643  0x00003fac rtn  0x00000034 
- 00017644  0x00003fae branch  0x00002d83 
- 00017645  0x00003fb1 rtn 
- 00017646  0x00003fb4 branch  0x00006978 
- 00017647  0x00003fb7 call  0x00004544 
- 00017648  0x00003fb8 call  0x00004503 
- 00017649  0x00003fb9 branch  0x000044ee 
- 00017650  0x00003fbc copy  0x00000013 , 0x0000003f 
- 00017651  0x00003fbd beq  0x0000002d , 0x00003431 
- 00017652  0x00003fbe beq  0x00000010 , 0x0000341a 
- 00017653  0x00003fbf beq  0x00000039 , 0x000044fb 
- 00017654  0x00003fc0 beq  0x0000003c , 0x000044ff 
- 00017655  0x00003fc1 beq  0x0000003a , 0x000044f9 
- 00017656  0x00003fc2 rtn 
- 00017657  0x00003fc5 jam  0x00000001 , 0x00004765 
- 00017658  0x00003fc6 rtn 
- 00017659  0x00003fc9 jam  0x00000001 , 0x00004765 
- 00017660  0x00003fca jam  0x00000001 , 0x00004763 
- 00017661  0x00003fcb jam  0x00000001 , 0x00004764 
- 00017662  0x00003fcc rtn 
- 00017663  0x00003fcf jam  0x00000001 , 0x00004765 
- 00017664  0x00003fd0 jam  0x00000001 , 0x00004763 
- 00017665  0x00003fd1 jam  0x00000001 , 0x00004764 
- 00017666  0x00003fd2 rtn 
- 00017667  0x00003fd5 fetch  0x00000001 , 0x00004763 
- 00017668  0x00003fd6 rtneq  0x00000000 
- 00017669  0x00003fd7 fetch  0x00000001 , 0x00004762 
- 00017670  0x00003fd8 rtneq  0x00000001 
- 00017671  0x00003fd9 jam  0x00000001 , 0x00004762 
- 00017672  0x00003fdb arg  0x00000000 , 0x00000011 
- 00017673  0x00003fdc branch  0x00007d19 
- 00017674  0x00003fde arg  0x00000000 , 0x00000011 
- 00017675  0x00003fdf call  0x00007d19 
- 00017676  0x00003fe0 call  0x000044db 
- 00017677  0x00003fe1 branch  0x0000340a 
- 00017678  0x00003fe4 call  0x0000337b 
- 00017679  0x00003fe5 branch  0x00004510 
- 00017680  0x00003fe8 fetch  0x00000001 , 0x0000472d 
- 00017681  0x00003fe9 rtn  0x00000034 
- 00017682  0x00003fea arg  0x00004755 , 0x00000013 
- 00017683  0x00003feb arg  0x0000450a , 0x00000012 
- 00017684  0x00003fec branch  0x00003374 
- 00017685  0x00003ff0 call  0x0000451a 
- 00017686  0x00003ff1 storet  0x00000002 , 0x0000471a 
- 00017687  0x00003ff2 call  0x0000451f 
- 00017688  0x00003ff3 storet  0x00000002 , 0x0000471c 
- 00017689  0x00003ff4 rtn 
- 00017690  0x00003ff7 fetch  0x00000002 , 0x0000471a 
- 00017691  0x00003ff8 store  0x00000002 , 0x0000471e 
- 00017692  0x00003ff9 call  0x00004540 
- 00017693  0x00003ffa call  0x00004525 
- 00017694  0x00003ffb store  0x00000001 , 0x00004724 
- 00017695  0x00003ffd fetch  0x00000002 , 0x0000471c 
- 00017696  0x00003ffe store  0x00000002 , 0x0000471e 
- 00017697  0x00003fff call  0x00004542 
- 00017698  0x00004000 call  0x00004525 
- 00017699  0x00004001 store  0x00000001 , 0x00004725 
- 00017700  0x00004002 rtn 
- 00017701  0x00004004 fetch  0x00000002 , 0x00004720 
- 00017702  0x00004005 copy  0x0000003f , 0x00000011 
- 00017703  0x00004006 fetch  0x00000002 , 0x0000471e 
- 00017704  0x00004007 call  0x0000452e 
- 00017705  0x00004008 fetch  0x00000001 , 0x00004719 
- 00017706  0x00004009 nbranch  0x00004537 , 0x00000034 
- 00017707  0x0000400a nrtn  0x00000002 
- 00017708  0x0000400b fetcht  0x00000002 , 0x0000471e 
- 00017709  0x0000400c rtn 
- 00017710  0x0000400e isub  0x00000002 , 0x0000003f 
- 00017711  0x0000400f branch  0x00004534 , 0x00000002 
- 00017712  0x00004010 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00017713  0x00004011 jam  0x00000001 , 0x00004718 
- 00017714  0x00004012 isub  0x00000011 , 0x0000003e 
- 00017715  0x00004013 rtn 
- 00017716  0x00004015 jam  0x00000000 , 0x00004718 
- 00017717  0x00004016 isub  0x00000011 , 0x0000003e 
- 00017718  0x00004017 rtn 
- 00017719  0x00004019 nbranch  0x0000453e , 0x00000002 
- 00017720  0x0000401a fetch  0x00000001 , 0x00004718 
- 00017721  0x0000401b nbranch  0x0000453c , 0x00000034 
- 00017722  0x0000401d setarg  0x00000001 
- 00017723  0x0000401e rtn 
- 00017724  0x00004020 setarg  0x00000002 
- 00017725  0x00004021 rtn 
- 00017726  0x00004023 setarg  0x00000000 
- 00017727  0x00004024 rtn 
- 00017728  0x00004026 jam  0x00000033 , 0x0000422e 
- 00017729  0x00004027 branch  0x000068eb 
- 00017730  0x00004029 jam  0x00000034 , 0x0000422e 
- 00017731  0x0000402a branch  0x000068eb 
- 00017732  0x0000402e fetch  0x00000001 , 0x0000472a 
- 00017733  0x0000402f rtnne  0x00000001 
- 00017734  0x00004031 bpatch  0x000000f2 , 0x0000401e 
- 00017735  0x00004032 jam  0x00000001 , 0x00004719 
- 00017736  0x00004033 call  0x0000451a 
- 00017737  0x00004034 fetch  0x00000002 , 0x00004724 
- 00017738  0x00004035 fetcht  0x00000002 , 0x00004722 
- 00017739  0x00004036 isub  0x00000002 , 0x0000003e 
- 00017740  0x00004037 rtn  0x00000005 
- 00017741  0x00004038 store  0x00000002 , 0x00004722 
- 00017742  0x00004039 call  0x00004550 
- 00017743  0x0000403a branch  0x00004554 
- 00017744  0x0000403d fetch  0x00000001 , 0x00004724 
- 00017745  0x0000403e branch  0x0000455a , 0x00000034 
- 00017746  0x0000403f increase  0xffffffff , 0x0000003f 
- 00017747  0x00004040 branch  0x00004557 
- 00017748  0x00004042 fetch  0x00000001 , 0x00004725 
- 00017749  0x00004043 branch  0x0000455d , 0x00000034 
- 00017750  0x00004044 increase  0x00000001 , 0x0000003f 
- 00017751  0x00004046 copy  0x0000003f , 0x00000007 
- 00017752  0x00004047 arg  0x00000001 , 0x00000011 
- 00017753  0x00004048 branch  0x00004560 
- 00017754  0x0000404b arg  0x00000000 , 0x00000007 
- 00017755  0x0000404c arg  0x00000000 , 0x00000011 
- 00017756  0x0000404d branch  0x00004560 
- 00017757  0x0000404f arg  0x00000002 , 0x00000007 
- 00017758  0x00004050 arg  0x00000000 , 0x00000011 
- 00017759  0x00004051 branch  0x00004560 
- 00017760  0x00004054 copy  0x00000011 , 0x0000003f 
- 00017761  0x00004055 store  0x00000001 , 0x00004761 
- 00017762  0x00004056 fetch  0x00000001 , 0x00004763 
- 00017763  0x00004057 beq  0x00000000 , 0x00002ee4 
- 00017764  0x00004058 fetch  0x00000002 , 0x00004753 
- 00017765  0x00004059 store  0x00000002 , 0x00004755 
- 00017766  0x0000405a fetch  0x00000001 , 0x00004761 
- 00017767  0x0000405b branch  0x00004580 , 0x00000034 
- 00017768  0x0000405d bpatch  0x000000f3 , 0x0000401e 
- 00017769  0x0000405e arg  0x00000000 , 0x00000011 
- 00017770  0x0000405f call  0x00007d14 
- 00017771  0x00004061 copy  0x00000007 , 0x0000003f 
- 00017772  0x00004062 beq  0x00000004 , 0x000045a3 
- 00017773  0x00004063 beq  0x00000005 , 0x000045a5 
- 00017774  0x00004064 beq  0x00000006 , 0x000045a7 
- 00017775  0x00004068 call  0x0000458b 
- 00017776  0x00004069 beq  0x00000000 , 0x00004574 
- 00017777  0x0000406a beq  0x00000002 , 0x0000457a 
- 00017778  0x0000406b beq  0x00000003 , 0x00004574 
- 00017779  0x0000406c rtn 
- 00017780  0x0000406f copy  0x00000007 , 0x0000003f 
- 00017781  0x00004070 beq  0x00000000 , 0x0000458f 
- 00017782  0x00004071 beq  0x00000001 , 0x00004591 
- 00017783  0x00004072 beq  0x00000002 , 0x00004593 
- 00017784  0x00004073 beq  0x00000003 , 0x00004595 
- 00017785  0x00004074 rtn 
- 00017786  0x00004077 copy  0x00000007 , 0x0000003f 
- 00017787  0x00004078 beq  0x00000000 , 0x00004597 
- 00017788  0x00004079 beq  0x00000001 , 0x0000459a 
- 00017789  0x0000407a beq  0x00000002 , 0x0000459d 
- 00017790  0x0000407b beq  0x00000003 , 0x000045a0 
- 00017791  0x0000407c rtn 
- 00017792  0x0000407f bpatch  0x000000f4 , 0x0000401e 
- 00017793  0x00004080 arg  0x00000000 , 0x00000011 
- 00017794  0x00004081 call  0x00007d19 
- 00017795  0x00004083 copy  0x00000007 , 0x0000003f 
- 00017796  0x00004084 beq  0x00000004 , 0x000045bc 
- 00017797  0x00004085 beq  0x00000005 , 0x000045bc 
- 00017798  0x00004089 call  0x0000458b 
- 00017799  0x0000408a beq  0x00000000 , 0x000045a9 
- 00017800  0x0000408b beq  0x00000002 , 0x000045af 
- 00017801  0x0000408c beq  0x00000003 , 0x000045a9 
- 00017802  0x0000408d rtn 
- 00017803  0x00004090 fetch  0x00000001 , 0x00004728 
- 00017804  0x00004091 fetcht  0x00000001 , 0x00004727 
- 00017805  0x00004092 ior  0x00000002 , 0x0000003f 
- 00017806  0x00004093 rtn 
- 00017807  0x00004097 jam  0x00000001 , 0x00004734 
- 00017808  0x00004098 branch  0x000045be 
- 00017809  0x0000409a jam  0x00000002 , 0x00004734 
- 00017810  0x0000409b branch  0x000045be 
- 00017811  0x0000409d jam  0x00000001 , 0x00004736 
- 00017812  0x0000409e branch  0x000045be 
- 00017813  0x000040a0 jam  0x00000002 , 0x00004736 
- 00017814  0x000040a1 branch  0x000045be 
- 00017815  0x000040a5 jam  0x00000001 , 0x00004734 
- 00017816  0x000040a6 jam  0x00000001 , 0x00004736 
- 00017817  0x000040a7 branch  0x000045be 
- 00017818  0x000040a9 jam  0x00000002 , 0x00004734 
- 00017819  0x000040aa jam  0x00000002 , 0x00004736 
- 00017820  0x000040ab branch  0x000045be 
- 00017821  0x000040ad jam  0x00000002 , 0x00004734 
- 00017822  0x000040ae jam  0x00000001 , 0x00004736 
- 00017823  0x000040af branch  0x000045be 
- 00017824  0x000040b1 jam  0x00000001 , 0x00004734 
- 00017825  0x000040b2 jam  0x00000002 , 0x00004736 
- 00017826  0x000040b3 branch  0x000045be 
- 00017827  0x000040b7 jam  0x00000001 , 0x00004738 
- 00017828  0x000040b8 branch  0x000045be 
- 00017829  0x000040ba jam  0x00000002 , 0x00004738 
- 00017830  0x000040bb branch  0x000045be 
- 00017831  0x000040be jam  0x00000001 , 0x00004741 
- 00017832  0x000040bf branch  0x000045c0 
- 00017833  0x000040c2 copy  0x00000007 , 0x0000003f 
- 00017834  0x000040c3 beq  0x00000000 , 0x000045b5 
- 00017835  0x000040c4 beq  0x00000001 , 0x000045b5 
- 00017836  0x000040c5 beq  0x00000002 , 0x000045b7 
- 00017837  0x000040c6 beq  0x00000003 , 0x000045b7 
- 00017838  0x000040c7 rtn 
- 00017839  0x000040ca copy  0x00000007 , 0x0000003f 
- 00017840  0x000040cb beq  0x00000000 , 0x000045b9 
- 00017841  0x000040cc beq  0x00000001 , 0x000045b9 
- 00017842  0x000040cd beq  0x00000002 , 0x000045b9 
- 00017843  0x000040ce beq  0x00000003 , 0x000045b9 
- 00017844  0x000040cf rtn 
- 00017845  0x000040d3 jam  0x00000000 , 0x00004734 
- 00017846  0x000040d4 branch  0x000045be 
- 00017847  0x000040d7 jam  0x00000000 , 0x00004736 
- 00017848  0x000040d8 branch  0x000045be 
- 00017849  0x000040de jam  0x00000000 , 0x00004734 
- 00017850  0x000040df jam  0x00000000 , 0x00004736 
- 00017851  0x000040e0 branch  0x000045be 
- 00017852  0x000040e4 jam  0x00000000 , 0x00004738 
- 00017853  0x000040e5 branch  0x000045be 
- 00017854  0x000040e8 arg  0x0000472e , 0x00000011 
- 00017855  0x000040e9 branch  0x00007e3d 
- 00017856  0x000040eb arg  0x0000473b , 0x00000011 
- 00017857  0x000040ec branch  0x00007e3d 
- 00017858  0x000040ef fetch  0x00000001 , 0x00004764 
- 00017859  0x000040f0 beq  0x00000001 , 0x000045cc 
- 00017860  0x000040f1 arg  0x00004744 , 0x00000011 
- 00017861  0x000040f2 call  0x00007e54 
- 00017862  0x000040f3 nbranch  0x000045d1 , 0x00000028 
- 00017863  0x000040f5 arg  0x00004744 , 0x00000006 
- 00017864  0x000040f6 ifetch  0x00000001 , 0x00000006 
- 00017865  0x000040f7 copy  0x0000003f , 0x00000011 
- 00017866  0x000040f8 arg  0x00004745 , 0x00000012 
- 00017867  0x000040fb rtn 
- 00017868  0x000040fe jam  0x00000000 , 0x00004764 
- 00017869  0x000040ff enable  0x00000028 
- 00017870  0x00004100 arg  0x00000001 , 0x00000011 
- 00017871  0x00004101 arg  0x00004766 , 0x00000012 
- 00017872  0x00004102 rtn 
- 00017873  0x00004105 fetch  0x00000001 , 0x00004747 
- 00017874  0x00004106 beq  0x00000004 , 0x000045d5 
- 00017875  0x00004107 beq  0x00000005 , 0x000045d5 
- 00017876  0x00004108 rtn 
- 00017877  0x0000410a fetch  0x00000001 , 0x0000474a 
- 00017878  0x0000410b nbranch  0x000045dc , 0x00000034 
- 00017879  0x0000410c fetch  0x00000001 , 0x0000474c 
- 00017880  0x0000410d nbranch  0x000045dc , 0x00000034 
- 00017881  0x0000410e fetch  0x00000001 , 0x0000474e 
- 00017882  0x0000410f nbranch  0x000045dc , 0x00000034 
- 00017883  0x00004110 rtn 
- 00017884  0x00004112 enable  0x00000028 
- 00017885  0x00004113 branch  0x000045c7 
- 00017886  0x0000411c rtn  0x0000002b 
- 00017887  0x0000411d hfetch  0x00000001 , 0x00008081 
- 00017888  0x0000411e and_into  0x000000fc , 0x0000003f 
- 00017889  0x0000411f hstore  0x00000001 , 0x00008081 
- 00017890  0x00004120 setarg  0x000046b4 
- 00017891  0x00004121 store  0x00000002 , 0x000041eb 
- 00017892  0x00004123 setarg  0x000046b3 
- 00017893  0x00004124 store  0x00000002 , 0x000041ed 
- 00017894  0x00004126 setarg  0x0000340a 
- 00017895  0x00004127 store  0x00000002 , 0x000041f7 
- 00017896  0x00004129 setarg  0x000046b1 
- 00017897  0x0000412a store  0x00000002 , 0x000041f3 
- 00017898  0x0000412c setarg  0x00004612 
- 00017899  0x0000412d store  0x00000002 , 0x000041f5 
- 00017900  0x0000412f setarg  0x0000460c 
- 00017901  0x00004130 store  0x00000002 , 0x000041e9 
- 00017902  0x00004132 setarg  0x0000476a 
- 00017903  0x00004133 store  0x00000002 , 0x000041f9 
- 00017904  0x00004135 setarg  0x00004686 
- 00017905  0x00004136 store  0x00000002 , 0x000041fd 
- 00017906  0x00004138 setarg  0x00004729 
- 00017907  0x00004139 store  0x00000002 , 0x000046e7 
- 00017908  0x0000413b setarg  0x00004806 
- 00017909  0x0000413c store  0x00000002 , 0x000046e2 
- 00017910  0x0000413d setarg  0x00004807 
- 00017911  0x0000413e store  0x00000002 , 0x000046e4 
- 00017912  0x00004140 call  0x000057a3 
- 00017913  0x00004141 call  0x000047da 
- 00017914  0x00004142 call  0x00004788 
- 00017915  0x00004143 call  0x0000476d 
- 00017916  0x00004144 call  0x00006948 
- 00017917  0x00004145 call  0x0000477a 
- 00017918  0x00004146 call  0x00007e38 
- 00017919  0x00004147 call  0x00007d08 
- 00017920  0x00004148 call  0x00004793 
- 00017921  0x00004149 call  0x000047c7 
- 00017922  0x0000414b bpatch  0x000000f5 , 0x0000401e 
- 00017923  0x0000414c call  0x0000464f 
- 00017924  0x0000414d fetch  0x00000001 , 0x000046dd 
- 00017925  0x0000414e beq  0x00000000 , 0x00004609 
- 00017926  0x0000414f fetch  0x00000001 , 0x000046de 
- 00017927  0x00004150 store  0x00000001 , 0x00004686 
- 00017928  0x00004151 branch  0x0000480e 
- 00017929  0x00004155 jam  0x000000ff , 0x00004686 
- 00017930  0x00004156 jam  0x00000001 , 0x000046df 
- 00017931  0x00004157 branch  0x000046d9 
- 00017932  0x0000415c fetch  0x00000001 , 0x000046df 
- 00017933  0x0000415d beq  0x00000002 , 0x000033d0 
- 00017934  0x0000415e call  0x0000527e 
- 00017935  0x0000415f fetch  0x00000001 , 0x00004256 
- 00017936  0x00004160 nbranch  0x000033d0 , 0x00000034 
- 00017937  0x00004161 branch  0x000033d2 
- 00017938  0x00004166 copy  0x00000013 , 0x0000003f 
- 00017939  0x00004168 beq  0x00000001 , 0x00004626 
- 00017940  0x00004169 beq  0x00000002 , 0x00004629 
- 00017941  0x0000416a beq  0x00000004 , 0x00004631 
- 00017942  0x0000416b beq  0x00000005 , 0x00004633 
- 00017943  0x0000416c beq  0x00000006 , 0x00004635 
- 00017944  0x0000416d beq  0x00000007 , 0x00004638 
- 00017945  0x0000416e beq  0x00000012 , 0x0000463c 
- 00017946  0x0000416f beq  0x00000013 , 0x00004644 
- 00017947  0x00004170 beq  0x00000027 , 0x00004645 
- 00017948  0x00004171 beq  0x0000002e , 0x00004648 
- 00017949  0x00004172 beq  0x0000003d , 0x00004649 
- 00017950  0x00004174 beq  0x00000014 , 0x00004658 
- 00017951  0x00004175 beq  0x00000015 , 0x0000465c 
- 00017952  0x00004176 beq  0x0000003f , 0x0000465f 
- 00017953  0x00004177 beq  0x00000040 , 0x00004665 
- 00017954  0x00004179 beq  0x00000010 , 0x0000466b 
- 00017955  0x0000417a beq  0x0000002c , 0x0000466c 
- 00017956  0x0000417b beq  0x0000002d , 0x00004677 
- 00017957  0x0000417c rtn 
- 00017958  0x00004182 jam  0x00000000 , 0x000046ad 
- 00017959  0x00004183 jam  0x00000000 , 0x000046ac 
- 00017960  0x00004184 rtn 
- 00017961  0x00004188 call  0x0000462b 
- 00017962  0x00004189 branch  0x00004631 
- 00017963  0x0000418c jam  0x00000000 , 0x000041e2 
- 00017964  0x0000418d jam  0x00000000 , 0x00004680 
- 00017965  0x0000418e jam  0x00000000 , 0x00004205 
- 00017966  0x0000418f jam  0x00000000 , 0x000046ac 
- 00017967  0x00004190 jam  0x00000000 , 0x000046ad 
- 00017968  0x00004191 branch  0x00007e38 
- 00017969  0x00004195 call  0x000033a9 
- 00017970  0x00004196 branch  0x000046c2 
- 00017971  0x0000419a call  0x000046b6 
- 00017972  0x0000419b branch  0x00003408 
- 00017973  0x0000419f setarg  0x00000002 
- 00017974  0x000041a0 store  0x00000001 , 0x00004680 
- 00017975  0x000041a1 rtn 
- 00017976  0x000041a5 jam  0x00000000 , 0x000046ac 
- 00017977  0x000041a6 setarg  0x00000001 
- 00017978  0x000041a7 store  0x00000001 , 0x000046ad 
- 00017979  0x000041a8 rtn 
- 00017980  0x000041ac fetch  0x00000001 , 0x000041e2 
- 00017981  0x000041ad rtneq  0x00000001 
- 00017982  0x000041ae jam  0x00000001 , 0x000041e2 
- 00017983  0x000041af call  0x00003416 
- 00017984  0x000041b0 call  0x00003414 
- 00017985  0x000041b1 call  0x000046b6 
- 00017986  0x000041b2 call  0x00003408 
- 00017987  0x000041b3 branch  0x0000340e 
- 00017988  0x000041b7 branch  0x00004631 
- 00017989  0x000041bb setarg  0x00000005 
- 00017990  0x000041bc store  0x00000001 , 0x000046ac 
- 00017991  0x000041bd rtn 
- 00017992  0x000041c1 branch  0x000033cd 
- 00017993  0x000041c6 arg  0x00000000 , 0x00000012 
- 00017994  0x000041c7 fetch  0x00000001 , 0x00004217 
- 00017995  0x000041c8 mul32  0x0000003f , 0x00000022 , 0x00000002 
- 00017996  0x000041c9 fetch  0x00000002 , 0x00004215 
- 00017997  0x000041ca copy  0x0000003f , 0x00000011 
- 00017998  0x000041cb branch  0x00006606 
- 00017999  0x000041ce arg  0x00000000 , 0x00000012 
- 00018000  0x000041cf fetch  0x00000001 , 0x0000469a 
- 00018001  0x000041d0 rtnbit0  0x00000001 
- 00018002  0x000041d1 fetch  0x00000001 , 0x00004217 
- 00018003  0x000041d2 rtn  0x00000034 
- 00018004  0x000041d3 mul32  0x0000003f , 0x00000022 , 0x00000002 
- 00018005  0x000041d4 fetch  0x00000002 , 0x00004215 
- 00018006  0x000041d5 copy  0x0000003f , 0x00000011 
- 00018007  0x000041d6 branch  0x000065df 
- 00018008  0x000041db call  0x000046b6 
- 00018009  0x000041dc setarg  0x00000000 
- 00018010  0x000041dd store  0x00000002 , 0x000046b7 
- 00018011  0x000041de branch  0x00003408 
- 00018012  0x000041e2 call  0x00007e38 
- 00018013  0x000041e3 jam  0x00000000 , 0x000046b0 
- 00018014  0x000041e4 branch  0x000046d9 
- 00018015  0x000041e8 call  0x00007e38 
- 00018016  0x000041e9 jam  0x00000001 , 0x000046b0 
- 00018017  0x000041ea fetch  0x00000008 , 0x000046c1 
- 00018018  0x000041eb store  0x00000008 , 0x00004496 
- 00018019  0x000041ec call  0x00003416 
- 00018020  0x000041ed branch  0x00005abf 
- 00018021  0x000041f1 fetch  0x00000002 , 0x00004509 
- 00018022  0x000041f2 rtneq  0x00000000 
- 00018023  0x000041f3 fetch  0x00000008 , 0x000046c9 
- 00018024  0x000041f4 rtn  0x00000034 
- 00018025  0x000041f5 store  0x00000008 , 0x00004496 
- 00018026  0x000041f6 branch  0x00005abf 
- 00018027  0x000041fb branch  0x0000481f 
- 00018028  0x000041fe fetch  0x00000001 , 0x000046dd 
- 00018029  0x000041ff rtneq  0x00000000 
- 00018030  0x00004200 fetch  0x00000001 , 0x000046df 
- 00018031  0x00004201 rtnne  0x00000001 
- 00018032  0x00004202 call  0x00004672 
- 00018033  0x00004203 branch  0x00003406 
- 00018034  0x00004206 jam  0x00000001 , 0x000048df 
- 00018035  0x00004207 arg  0x0000000b , 0x00000039 
- 00018036  0x00004208 arg  0x000048e0 , 0x00000005 
- 00018037  0x00004209 arg  0x000048c9 , 0x00000006 
- 00018038  0x0000420a branch  0x00007f01 
- 00018039  0x0000420d fetch  0x00000001 , 0x000046dd 
- 00018040  0x0000420e rtneq  0x00000000 
- 00018041  0x0000420f fetch  0x00000001 , 0x000046df 
- 00018042  0x00004210 beq  0x00000001 , 0x0000467c 
- 00018043  0x00004211 branch  0x0000481b 
- 00018044  0x00004214 fetch  0x00000001 , 0x000048df 
- 00018045  0x00004215 rtnne  0x00000001 
- 00018046  0x00004216 jam  0x00000000 , 0x000048df 
- 00018047  0x00004217 fetch  0x00000002 , 0x00004682 
- 00018048  0x00004218 bbit1  0x00000000 , 0x00003408 
- 00018049  0x00004219 bbit1  0x00000009 , 0x00003408 
- 00018050  0x0000421a arg  0x0000000b , 0x00000039 
- 00018051  0x0000421b arg  0x000048e0 , 0x00000006 
- 00018052  0x0000421c arg  0x000048c9 , 0x00000005 
- 00018053  0x0000421d branch  0x00007f01 
- 00018054  0x00004224 call  0x0000468c 
- 00018055  0x00004227 call  0x00004693 
- 00018056  0x0000422a call  0x0000469e 
- 00018057  0x0000422b call  0x000046a6 
- 00018058  0x0000422c call  0x000046a9 
- 00018059  0x0000422f branch  0x000046ac 
- 00018060  0x00004234 arg  0x000046db , 0x00000013 
- 00018061  0x00004235 arg  0x0000468f , 0x00000012 
- 00018062  0x00004236 branch  0x00003374 
- 00018063  0x00004238 jam  0x00000002 , 0x000046df 
- 00018064  0x00004239 call  0x00003408 
- 00018065  0x0000423a call  0x000046f4 
- 00018066  0x0000423b branch  0x0000480b 
- 00018067  0x0000423f arg  0x000048ec , 0x00000013 
- 00018068  0x00004240 arg  0x00004696 , 0x00000012 
- 00018069  0x00004241 branch  0x0000336d 
- 00018070  0x00004244 fetch  0x00000002 , 0x00004682 
- 00018071  0x00004245 bbit1  0x00000009 , 0x0000480b 
- 00018072  0x00004246 bbit1  0x00000000 , 0x0000480b 
- 00018073  0x00004247 fetch  0x00000001 , 0x000048c9 
- 00018074  0x00004248 beq  0x00000001 , 0x0000480b 
- 00018075  0x00004249 beq  0x00000004 , 0x0000480b 
- 00018076  0x0000424a beq  0x00000005 , 0x0000480b 
- 00018077  0x0000424b branch  0x0000340a 
- 00018078  0x00004250 arg  0x000046ac , 0x00000013 
- 00018079  0x00004251 arg  0x000046a1 , 0x00000012 
- 00018080  0x00004252 branch  0x0000336d 
- 00018081  0x00004255 fetch  0x00000001 , 0x0000027f 
- 00018082  0x00004256 set1  0x00000000 , 0x0000003f 
- 00018083  0x00004257 set1  0x00000007 , 0x0000003f 
- 00018084  0x00004258 store  0x00000001 , 0x0000027f 
- 00018085  0x00004259 rtn 
- 00018086  0x0000425c arg  0x00004680 , 0x00000013 
- 00018087  0x0000425d arg  0x0000463c , 0x00000012 
- 00018088  0x0000425e branch  0x0000336d 
- 00018089  0x00004261 arg  0x000046ad , 0x00000013 
- 00018090  0x00004262 arg  0x000033e9 , 0x00000012 
- 00018091  0x00004263 branch  0x0000336d 
- 00018092  0x00004269 fetch  0x00000001 , 0x000046df 
- 00018093  0x0000426a rtnne  0x00000001 
- 00018094  0x0000426b arg  0x000046b7 , 0x00000013 
- 00018095  0x0000426c arg  0x000046c2 , 0x00000012 
- 00018096  0x0000426d branch  0x00003374 
- 00018097  0x00004271 call  0x0000473a 
- 00018098  0x00004272 branch  0x00006978 
- 00018099  0x00004276 branch  0x0000696c 
- 00018100  0x00004279 call  0x00006835 
- 00018101  0x0000427a branch  0x000046b3 
- 00018102  0x00004281 fetch  0x00000001 , 0x0000469a 
- 00018103  0x00004282 bbit1  0x00000001 , 0x000046be 
- 00018104  0x00004283 bbit1  0x00000000 , 0x000046ba 
- 00018105  0x00004284 rtn 
- 00018106  0x00004287 fetch  0x00000002 , 0x000046d7 
- 00018107  0x00004288 store  0x00000002 , 0x000046d9 
- 00018108  0x00004289 store  0x00000002 , 0x000046db 
- 00018109  0x0000428a branch  0x000033f8 
- 00018110  0x0000428d fetch  0x00000002 , 0x000046d3 
- 00018111  0x0000428e store  0x00000002 , 0x000046d9 
- 00018112  0x0000428f store  0x00000002 , 0x000046db 
- 00018113  0x00004290 branch  0x000033f0 
- 00018114  0x00004293 fetch  0x00000001 , 0x000046df 
- 00018115  0x00004294 rtnne  0x00000001 
- 00018116  0x00004295 fetch  0x00000001 , 0x0000469a 
- 00018117  0x00004296 bbit1  0x00000001 , 0x000046c8 
- 00018118  0x00004297 bbit1  0x00000000 , 0x000046cc 
- 00018119  0x00004298 rtn 
- 00018120  0x0000429b fetch  0x00000002 , 0x000046d1 ,
- 00018121  0x0000429c store  0x00000002 , 0x000046d9 
- 00018122  0x0000429d store  0x00000002 , 0x000046db 
- 00018123  0x0000429e branch  0x000033eb 
- 00018124  0x000042a1 fetch  0x00000002 , 0x00004682 
- 00018125  0x000042a2 rtnbit1  0x00000009 
- 00018126  0x000042a3 fetch  0x00000002 , 0x000046d5 
- 00018127  0x000042a4 store  0x00000002 , 0x000046d9 
- 00018128  0x000042a5 store  0x00000002 , 0x000046db 
- 00018129  0x000042a6 fetch  0x00000002 , 0x000046b3 
- 00018130  0x000042a7 call  0x000046f0 
- 00018131  0x000042a8 call  0x00003404 
- 00018132  0x000042a9 fetch  0x00000004 , 0x000046bd 
- 00018133  0x000042aa store  0x00000004 , 0x000048cc 
- 00018134  0x000042ab fetch  0x00000002 , 0x00004682 
- 00018135  0x000042ac rtnbit1  0x0000000b 
- 00018136  0x000042ad branch  0x000033fa 
- 00018137  0x000042b1 fetch  0x00000001 , 0x000046df 
- 00018138  0x000042b2 rtnne  0x00000001 
- 00018139  0x000042b3 fetch  0x00000001 , 0x0000469a 
- 00018140  0x000042b4 bbit1  0x00000001 , 0x000046df 
- 00018141  0x000042b5 bbit1  0x00000000 , 0x000046e4 
- 00018142  0x000042b6 rtn 
- 00018143  0x000042b9 call  0x000046f8 
- 00018144  0x000042ba branch  0x000046c2 , 0x00000034 
- 00018145  0x000042bb call  0x00003406 
- 00018146  0x000042bc call  0x000033f0 
- 00018147  0x000042bd branch  0x000033e1 
- 00018148  0x000042c0 fetch  0x00000002 , 0x000046b7 
- 00018149  0x000042c1 fetcht  0x00000002 , 0x000046b5 
- 00018150  0x000042c2 storet  0x00000002 , 0x000046b7 
- 00018151  0x000042c3 nrtn  0x00000034 
- 00018152  0x000042c4 fetch  0x00000002 , 0x000046b1 
- 00018153  0x000042c5 call  0x000046f0 
- 00018154  0x000042c6 call  0x00003404 
- 00018155  0x000042c7 fetch  0x00000004 , 0x000046b9 
- 00018156  0x000042c8 store  0x00000004 , 0x000048cc 
- 00018157  0x000042c9 fetch  0x00000002 , 0x00004682 
- 00018158  0x000042ca rtnbit1  0x0000000b 
- 00018159  0x000042cb branch  0x000033fa 
- 00018160  0x000042cf store  0x00000002 , 0x00004154 
- 00018161  0x000042d0 increase  0xfffffffc , 0x0000003f 
- 00018162  0x000042d1 store  0x00000002 , 0x00004482 
- 00018163  0x000042d2 rtn 
- 00018164  0x000042d6 fetch  0x00000002 , 0x00004682 
- 00018165  0x000042d7 bbit1  0x00000009 , 0x00003402 
- 00018166  0x000042d8 bbit1  0x00000000 , 0x000033e9 
- 00018167  0x000042d9 branch  0x000046b6 
- 00018168  0x000042de fetch  0x00000001 , 0x00004217 
- 00018169  0x000042df copy  0x0000003f , 0x00000039 
- 00018170  0x000042e0 fetch  0x00000002 , 0x00004215 
- 00018171  0x000042e1 copy  0x0000003f , 0x00000011 
- 00018172  0x000042e3 ifetch  0x00000002 , 0x00000011 
- 00018173  0x000042e4 beq  0x00000000 , 0x00004701 
- 00018174  0x000042e5 increase  0x00000022 , 0x00000011 
- 00018175  0x000042e6 loop  0x000046fc 
- 00018176  0x000042e7 branch  0x00007ff1 
- 00018177  0x000042ea ifetch  0x00000006 , 0x00000006 
- 00018178  0x000042eb store  0x00000006 , 0x000041d0 
- 00018179  0x000042ec increase  0x0000000a , 0x00000006 
- 00018180  0x000042ed arg  0x000041be , 0x00000005 
- 00018181  0x000042ee call  0x00007ebf 
- 00018182  0x000042ef call  0x000067d7 
- 00018183  0x000042f0 branch  0x00007fef 
- 00018184  0x000042f7 call  0x00007fe9 
- 00018185  0x000042f8 fetch  0x00000002 , 0x00004682 
- 00018186  0x000042f9 bbit1  0x00000000 , 0x0000470d 
- 00018187  0x000042fa bbit1  0x00000009 , 0x00004710 
- 00018188  0x000042fb rtn 
- 00018189  0x000042fe fetch  0x00000001 , 0x00004253 
- 00018190  0x000042ff rtnne  0x0000003f 
- 00018191  0x00004300 branch  0x00007fe7 
- 00018192  0x00004303 fetch  0x00000001 , 0x000046b0 
- 00018193  0x00004304 rtn  0x00000034 
- 00018194  0x00004305 branch  0x00007fe7 
- 00018195  0x0000430b call  0x00007fe9 
- 00018196  0x0000430c fetch  0x00000002 , 0x00004682 
- 00018197  0x0000430d rtnbit1  0x00000000 
- 00018198  0x0000430e rtnbit1  0x00000009 
- 00018199  0x0000430f branch  0x00007fe7 
- 00018200  0x00004314 fetch  0x00000001 , 0x0000469a 
- 00018201  0x00004315 bbit1  0x00000001 , 0x0000471c 
- 00018202  0x00004316 bbit1  0x00000000 , 0x0000471f 
- 00018203  0x00004317 rtn 
- 00018204  0x0000431a fetch  0x00000001 , 0x00004093 
- 00018205  0x0000431b rtnne  0x00000003 
- 00018206  0x0000431c branch  0x000046d9 
- 00018207  0x0000431f branch  0x000046d9 
- 00018208  0x00004323 disable  0x0000002c 
- 00018209  0x00004324 fetch  0x00000002 , 0x000046d9 
- 00018210  0x00004325 store  0x00000002 , 0x000046db 
- 00018211  0x00004327 call  0x00004713 
- 00018212  0x00004328 branch  0x00004718 , 0x00000028 
- 00018213  0x0000432a call  0x00004708 
- 00018214  0x0000432b nrtn  0x00000028 
- 00018215  0x0000432c enable  0x0000002c 
- 00018216  0x0000432d rtn 
- 00018217  0x00004332 call  0x00004720 
- 00018218  0x00004333 nrtn  0x0000002c 
- 00018219  0x00004334 deposit  0x00000011 
- 00018220  0x00004335 branch  0x00004730 , 0x00000034 
- 00018221  0x00004337 call  0x00003406 
- 00018222  0x00004338 arg  0x000046f1 , 0x00000013 
- 00018223  0x00004339 branch  0x00004732 
- 00018224  0x0000433c call  0x00003408 
- 00018225  0x0000433d arg  0x00004719 , 0x00000013 
- 00018226  0x00004340 arg  0x00000005 , 0x0000003f 
- 00018227  0x00004341 imul32  0x00000007 , 0x0000003f 
- 00018228  0x00004342 iadd  0x00000013 , 0x00000013 
- 00018229  0x00004346 ifetch  0x00000001 , 0x00000013 
- 00018230  0x00004347 rtn  0x00000034 
- 00018231  0x00004348 call  0x00004762 
- 00018232  0x00004349 increase  0x00000001 , 0x00000013 
- 00018233  0x0000434a branch  0x00004735 
- 00018234  0x0000434e fetch  0x00000002 , 0x00004682 
- 00018235  0x0000434f bbit1  0x00000009 , 0x0000473e 
- 00018236  0x00004350 bbit1  0x00000000 , 0x0000474e 
- 00018237  0x00004351 rtn 
- 00018238  0x00004354 call  0x00005892 
- 00018239  0x00004355 nrtn  0x00000034 
- 00018240  0x00004356 call  0x00004765 
- 00018241  0x00004357 nrtn  0x00000028 
- 00018242  0x00004358 pincrease  0xffffffff 
- 00018243  0x00004359 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00018244  0x0000435a arg  0x00004741 , 0x00000002 
- 00018245  0x0000435b iadd  0x00000002 , 0x00000006 
- 00018246  0x0000435d ifetch  0x00000001 , 0x00000006 
- 00018247  0x0000435e copy  0x0000003f , 0x00000011 
- 00018248  0x0000435f ifetcht  0x00000002 , 0x00000006 
- 00018249  0x00004360 call  0x00007ea5 
- 00018250  0x00004361 call  0x00005a64 
- 00018251  0x00004362 copy  0x00000011 , 0x00000039 
- 00018252  0x00004363 call  0x00007e9f 
- 00018253  0x00004364 branch  0x00007f01 
- 00018254  0x00004368 call  0x00005271 
- 00018255  0x00004369 nrtn  0x00000034 
- 00018256  0x0000436a call  0x00004765 
- 00018257  0x0000436b nrtn  0x00000028 
- 00018258  0x0000436c pincrease  0xffffffff 
- 00018259  0x0000436d mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00018260  0x0000436e arg  0x000047a0 , 0x00000002 
- 00018261  0x0000436f iadd  0x00000002 , 0x00000006 
- 00018262  0x00004370 ifetch  0x00000005 , 0x00000006 
- 00018263  0x00004371 store  0x00000005 , 0x0000479b 
- 00018264  0x00004373 fetch  0x00000001 , 0x0000479b 
- 00018265  0x00004374 copy  0x0000003f , 0x00000011 
- 00018266  0x00004375 call  0x00004d63 
- 00018267  0x00004376 fetch  0x00000002 , 0x0000424e 
- 00018268  0x00004377 istore  0x00000002 , 0x00000005 
- 00018269  0x00004378 setarg  0x000000a1 
- 00018270  0x00004379 istore  0x00000001 , 0x00000005 
- 00018271  0x0000437a fetch  0x00000004 , 0x0000479c 
- 00018272  0x0000437b istore  0x00000009 , 0x00000005 
- 00018273  0x0000437c rtn 
- 00018274  0x00004381 store  0x00000001 , 0x00000a9a 
- 00018275  0x00004382 arg  0x00000a9a , 0x00000011 
- 00018276  0x00004383 branch  0x00007e3d 
- 00018277  0x00004386 arg  0x00000a9a , 0x00000011 
- 00018278  0x00004387 call  0x00007e54 
- 00018279  0x00004388 nrtn  0x00000028 
- 00018280  0x00004389 fetch  0x00000001 , 0x00000a9a 
- 00018281  0x0000438a rtn 
- 00018282  0x0000438e fetch  0x00000002 , 0x00000478 
- 00018283  0x0000438f beq  0x00000018 , 0x0000465f 
- 00018284  0x00004390 rtn 
- 00018285  0x00004393 setarg  0x00000002 
- 00018286  0x00004394 store  0x00000001 , 0x000048eb 
- 00018287  0x00004396 setarg  0x00200008 
- 00018288  0x00004397 store  0x00000004 , 0x000046c1 
- 00018289  0x00004398 setarg  0x012c0005 
- 00018290  0x00004399 istore  0x00000004 , 0x00000005 
- 00018291  0x0000439c jam  0x00000017 , 0x000044a6 
- 00018292  0x0000439f setarg  0x0000001b 
- 00018293  0x000043a0 store  0x00000002 , 0x000044fa 
- 00018294  0x000043a1 call  0x00005810 
- 00018295  0x000043a2 call  0x0000582c 
- 00018296  0x000043a3 call  0x00005839 
- 00018297  0x000043a4 branch  0x00005818 
- 00018298  0x000043a9 arg  0x00000028 , 0x00000039 
- 00018299  0x000043aa arg  0x00004741 , 0x00000005 
- 00018300  0x000043ab arg  0x0000949f , 0x00000006 
- 00018301  0x000043ac call  0x00007ef4 
- 00018302  0x000043ad arg  0x00000028 , 0x00000039 
- 00018303  0x000043ae arg  0x000047a0 , 0x00000005 
- 00018304  0x000043af arg  0x000094c7 , 0x00000006 
- 00018305  0x000043b0 branch  0x00007ef4 
- 00018306  0x000043b4 arg  0x0000017e , 0x00000039 
- 00018307  0x000043b5 arg  0x0000913a , 0x00000006 
- 00018308  0x000043b6 branch  0x00007ef4 
- 00018309  0x000043ba arg  0x000001e7 , 0x00000039 
- 00018310  0x000043bb arg  0x000092b8 , 0x00000006 
- 00018311  0x000043bc branch  0x00007ef4 
- 00018312  0x000043c1 call  0x000047ae 
- 00018313  0x000043c2 nrtn  0x00000028 
- 00018314  0x000043c3 fetch  0x00000001 , 0x0000469f 
- 00018315  0x000043c4 call  0x00004790 
- 00018316  0x000043c5 fetch  0x00000001 , 0x000046a0 
- 00018317  0x000043c6 call  0x00004790 
- 00018318  0x000043c7 fetch  0x00000001 , 0x000046a1 
- 00018319  0x000043c8 branch  0x00004790 
- 00018320  0x000043cb rtn  0x00000034 
- 00018321  0x000043cc or  0x0000003f , 0x00000080 , 0x00000002 
- 00018322  0x000043cd branch  0x000067f9 
- 00018323  0x000043d1 call  0x000047ae 
- 00018324  0x000043d2 nrtn  0x00000028 
- 00018325  0x000043d3 call  0x00004797 
- 00018326  0x000043d4 branch  0x000047b4 
- 00018327  0x000043d7 arg  0x00000000 , 0x00000011 
- 00018328  0x000043d8 fetch  0x00000001 , 0x0000469f 
- 00018329  0x000043d9 call  0x000047a9 
- 00018330  0x000043da nsetflag  0x00000034 , 0x00000000 , 0x00000011 
- 00018331  0x000043db fetch  0x00000001 , 0x000046a0 
- 00018332  0x000043dc call  0x000047a9 
- 00018333  0x000043dd nsetflag  0x00000034 , 0x00000001 , 0x00000011 
- 00018334  0x000043de fetch  0x00000001 , 0x000046a1 
- 00018335  0x000043df call  0x000047a9 
- 00018336  0x000043e0 nsetflag  0x00000034 , 0x00000002 , 0x00000011 
- 00018337  0x000043e1 copy  0x00000011 , 0x0000003f 
- 00018338  0x000043e2 store  0x00000001 , 0x000046a9 
- 00018339  0x000043e3 fetch  0x00000001 , 0x0000469e 
- 00018340  0x000043e4 imul32  0x00000011 , 0x0000003f 
- 00018341  0x000043e5 fetcht  0x00000002 , 0x0000469c 
- 00018342  0x000043e6 iadd  0x00000002 , 0x0000003f 
- 00018343  0x000043e7 store  0x00000002 , 0x000046aa 
- 00018344  0x000043e8 rtn 
- 00018345  0x000043eb rtn  0x00000034 
- 00018346  0x000043ec or  0x0000003f , 0x00000080 , 0x00000002 
- 00018347  0x000043ed call  0x0000681d 
- 00018348  0x000043ee nbranch  0x00007ff1 , 0x00000001 
- 00018349  0x000043ef branch  0x00007fef 
- 00018350  0x000043f3 call  0x00007fe9 
- 00018351  0x000043f4 fetch  0x00000001 , 0x000046a8 
- 00018352  0x000043f5 nrtn  0x00000034 
- 00018353  0x000043f6 fetch  0x00000001 , 0x0000469b 
- 00018354  0x000043f7 rtn  0x00000034 
- 00018355  0x000043f8 branch  0x00007fe7 
- 00018356  0x000043fc call  0x0000666a 
- 00018357  0x000043fd fetch  0x00000002 , 0x000046aa 
- 00018358  0x000043fe arg  0x00000ac2 , 0x00000011 
- 00018359  0x000043ff fetcht  0x00000001 , 0x0000469e 
- 00018360  0x00004400 call  0x000066b3 
- 00018361  0x00004401 call  0x0000666d 
- 00018362  0x00004403 fetch  0x00000001 , 0x00000ac2 
- 00018363  0x00004404 copy  0x0000003f , 0x00000039 
- 00018364  0x00004405 store  0x00000001 , 0x000043af 
- 00018365  0x00004406 call  0x00007ef4 
- 00018366  0x00004407 fetch  0x00000001 , 0x00000ac2 
- 00018367  0x00004408 copy  0x0000003f , 0x00000039 
- 00018368  0x00004409 store  0x00000001 , 0x00004515 
- 00018369  0x0000440a call  0x00007ef4 
- 00018370  0x0000440b ifetch  0x00000001 , 0x00000006 
- 00018371  0x0000440c store  0x00000001 , 0x000046e6 
- 00018372  0x0000440d ifetch  0x00000001 , 0x00000006 
- 00018373  0x0000440e store  0x00000001 , 0x000046dd 
- 00018374  0x0000440f rtn 
- 00018375  0x00004413 fetch  0x00000001 , 0x0000469a 
- 00018376  0x00004414 rtnbit0  0x00000001 
- 00018377  0x00004415 arg  0x00000003 , 0x00000002 
- 00018378  0x00004416 fetch  0x00000002 , 0x000046a4 
- 00018379  0x00004417 copy  0x0000003f , 0x00000012 
- 00018380  0x00004418 arg  0x000046a6 , 0x00000011 
- 00018381  0x00004419 call  0x000065df 
- 00018382  0x0000441a fetcht  0x00000002 , 0x000046a6 
- 00018383  0x0000441b setarg  0x00001b3a 
- 00018384  0x0000441c isub  0x00000002 , 0x0000003e 
- 00018385  0x0000441d nrtn  0x00000005 
- 00018386  0x0000441e fetch  0x00000001 , 0x000046a8 
- 00018387  0x0000441f rtn  0x00000034 
- 00018388  0x00004420 copy  0x0000003f , 0x00000002 
- 00018389  0x00004421 fetch  0x00000002 , 0x000046a4 
- 00018390  0x00004422 add  0x0000003f , 0x00000003 , 0x00000012 
- 00018391  0x00004423 arg  0x00000ac2 , 0x00000011 
- 00018392  0x00004424 call  0x000065df 
- 00018393  0x00004425 branch  0x000047e8 
- 00018394  0x00004428 fetch  0x00000002 , 0x000046a2 
- 00018395  0x00004429 rtn  0x00000034 
- 00018396  0x0000442a call  0x0000666a 
- 00018397  0x0000442b arg  0x00000001 , 0x00000002 
- 00018398  0x0000442c arg  0x000046a8 , 0x00000011 
- 00018399  0x0000442d call  0x000066b3 
- 00018400  0x0000442f fetch  0x00000001 , 0x000046a8 
- 00018401  0x00004430 rtn  0x00000034 
- 00018402  0x00004432 fetch  0x00000002 , 0x000046a2 
- 00018403  0x00004433 pincrease  0x00000001 
- 00018404  0x00004434 arg  0x00000ac2 , 0x00000011 
- 00018405  0x00004435 fetcht  0x00000001 , 0x000046a8 
- 00018406  0x00004436 call  0x000066b3 
- 00018407  0x00004437 call  0x0000666d 
- 00018408  0x00004439 call  0x000047ba 
- 00018409  0x0000443b ifetch  0x00000002 , 0x00000006 
- 00018410  0x0000443c rtn  0x00000034 
- 00018411  0x0000443d copy  0x0000003f , 0x00000005 
- 00018412  0x0000443e ifetcht  0x00000001 , 0x00000006 
- 00018413  0x0000443f copy  0x00000002 , 0x00000039 
- 00018414  0x00004440 call  0x00007f01 
- 00018415  0x00004441 branch  0x000047e9 
- 00018416  0x00004446 fetch  0x00000001 , 0x0000469a 
- 00018417  0x00004447 rtnbit0  0x00000001 
- 00018418  0x00004448 fetch  0x00000002 , 0x000046ae 
- 00018419  0x00004449 copy  0x0000003f , 0x00000012 
- 00018420  0x0000444a arg  0x00000004 , 0x00000002 
- 00018421  0x0000444b arg  0x00000ac2 , 0x00000011 
- 00018422  0x0000444c call  0x000065df 
- 00018423  0x0000444d fetch  0x00000001 , 0x00000ac2 
- 00018424  0x0000444e bne  0x00000001 , 0x000047f9 
- 00018425  0x00004450 setarg  0x00000001 
- 00018426  0x00004451 store  0x00000001 , 0x00000ac2 
- 00018427  0x00004452 force  0x00000003 , 0x00000039 
- 00018428  0x00004453 call  0x0000630d 
- 00018429  0x00004454 fetch  0x00000002 , 0x000046ae 
- 00018430  0x00004455 copy  0x0000003f , 0x00000012 
- 00018431  0x00004456 arg  0x00000004 , 0x00000002 
- 00018432  0x00004457 arg  0x00000ac2 , 0x00000011 
- 00018433  0x00004458 call  0x00006606 
- 00018434  0x0000445a fetch  0x00000003 , 0x00000ac3 
- 00018435  0x0000445b store  0x00000003 , 0x000040a0 
- 00018436  0x0000445c store  0x00000003 , 0x000044a0 
- 00018437  0x0000445d rtn 
- 00018438  0x00004461 branch  0x000046d9 
- 00018439  0x00004465 arg  0x00000000 , 0x00000011 
- 00018440  0x00004466 arg  0x000048d4 , 0x00000013 
- 00018441  0x00004467 call  0x00007d24 
- 00018442  0x00004468 call  0x000046f4 
- 00018443  0x0000446a fetch  0x00000001 , 0x000048eb 
- 00018444  0x0000446b store  0x00000001 , 0x000048ec 
- 00018445  0x0000446c rtn 
- 00018446  0x00004471 setarg  0x00000000 
- 00018447  0x00004472 call  0x00004816 
- 00018448  0x00004473 jam  0x00000001 , 0x00004679 
- 00018449  0x00004474 call  0x00007cd3 
- 00018450  0x00004475 call  0x00007cdd 
- 00018451  0x00004476 fetch  0x00000002 , 0x00004682 
- 00018452  0x00004477 rtnbit1  0x0000000c 
- 00018453  0x00004478 branch  0x0000340a 
- 00018454  0x0000447b fetcht  0x00000002 , 0x0000423f 
- 00018455  0x0000447c istore  0x00000001 , 0x00000002 
- 00018456  0x0000447d ifetch  0x00000001 , 0x00000005 
- 00018457  0x0000447e store  0x00000001 , 0x00004685 
- 00018458  0x0000447f rtn 
- 00018459  0x00004483 fetch  0x00000002 , 0x0000423f 
- 00018460  0x00004484 ifetch  0x00000001 , 0x0000003f 
- 00018461  0x00004485 rtnne  0x00000000 
- 00018462  0x00004486 branch  0x0000340a 
- 00018463  0x0000448a fetcht  0x00000002 , 0x0000423f 
- 00018464  0x0000448b ifetch  0x00000001 , 0x00000002 
- 00018465  0x0000448c beq  0x00000001 , 0x0000482a 
- 00018466  0x0000448e setarg  0x00000001 
- 00018467  0x0000448f fetcht  0x00000002 , 0x0000423f 
- 00018468  0x00004490 istore  0x00000001 , 0x00000002 
- 00018469  0x00004491 add  0x00000002 , 0x00000002 , 0x00000006 
- 00018470  0x00004492 ifetch  0x00000001 , 0x00000006 
- 00018471  0x00004493 istore  0x00000001 , 0x00004685 
- 00018472  0x00004494 ifetch  0x00000002 , 0x00000006 
- 00018473  0x00004495 branch  0x00007f9c 
- 00018474  0x00004498 setarg  0x00000002 
- 00018475  0x00004499 call  0x00004816 
- 00018476  0x0000449a add  0x00000002 , 0x00000005 , 0x00000006 
- 00018477  0x0000449b ifetch  0x00000002 , 0x00000006 
- 00018478  0x0000449c branch  0x0000340a , 0x00000034 
- 00018479  0x0000449d branch  0x00007f9c 
- 00018480  0x000044a4 store  0x00000006 , 0x00000101 
- 00018481  0x000044a5 fetch  0x00000001 , 0x00000101 
- 00018482  0x000044a6 store  0x00000001 , 0x0000010c 
- 00018483  0x000044a7 ifetch  0x00000001 , 0x00000006 
- 00018484  0x000044a8 store  0x00000001 , 0x0000010b 
- 00018485  0x000044a9 ifetch  0x00000001 , 0x00000006 
- 00018486  0x000044aa store  0x00000001 , 0x0000010a 
- 00018487  0x000044ab ifetch  0x00000001 , 0x00000006 
- 00018488  0x000044ac store  0x00000001 , 0x00000109 
- 00018489  0x000044ad ifetch  0x00000001 , 0x00000006 
- 00018490  0x000044ae store  0x00000001 , 0x00000108 
- 00018491  0x000044af ifetch  0x00000001 , 0x00000006 
- 00018492  0x000044b0 store  0x00000001 , 0x00000107 
- 00018493  0x000044b1 fetch  0x00000006 , 0x00000107 
- 00018494  0x000044b2 rtn 
- 00018495  0x000044b5 call  0x000068a2 
- 00018496  0x000044b6 fetch  0x00000001 , 0x00004223 
- 00018497  0x000044b7 store  0x00000001 , 0x000044a0 
- 00018498  0x000044b8 fetch  0x00000001 , 0x00004225 
- 00018499  0x000044b9 istore  0x00000001 , 0x00000005 
- 00018500  0x000044ba fetch  0x00000001 , 0x00004227 
- 00018501  0x000044bb istore  0x00000001 , 0x00000005 
- 00018502  0x000044bc fetch  0x00000003 , 0x000044a0 
- 00018503  0x000044bd store  0x00000003 , 0x000040a0 
- 00018504  0x000044be rtn 
- 00018505  0x000044cb fetch  0x00000002 , 0x00004203 
- 00018506  0x000044cc iadd  0x00000012 , 0x0000003f 
- 00018507  0x000044cd byteswap  0x0000003f , 0x0000003f 
- 00018508  0x000044ce store  0x00000002 , 0x000001f7 
- 00018509  0x000044cf copy  0x00000002 , 0x00000012 
- 00018510  0x000044d1 call  0x0000489b 
- 00018511  0x000044d2 setarg  0x000000a0 
- 00018512  0x000044d3 call  0x0000488d 
- 00018513  0x000044d4 fetch  0x00000001 , 0x000001f7 
- 00018514  0x000044d5 call  0x0000488d 
- 00018515  0x000044d6 bmark1  0x00000028 , 0x00004856 
- 00018516  0x000044d7 fetch  0x00000001 , 0x000001f8 
- 00018517  0x000044d8 call  0x0000488d 
- 00018518  0x000044da call  0x000048a1 
- 00018519  0x000044dc call  0x0000489b 
- 00018520  0x000044dd setarg  0x000000a1 
- 00018521  0x000044de call  0x0000488d 
- 00018522  0x000044e1 call  0x0000487f 
- 00018523  0x000044e2 istore  0x00000001 , 0x00000011 
- 00018524  0x000044e3 increase  0x00000001 , 0x00000011 
- 00018525  0x000044e4 increase  0xffffffff , 0x00000012 
- 00018526  0x000044e5 nbranch  0x0000485a , 0x00000005 
- 00018527  0x000044e6 branch  0x000048a1 
- 00018528  0x000044f2 byteswap  0x00000012 , 0x0000003f 
- 00018529  0x000044f3 store  0x00000002 , 0x000001f7 
- 00018530  0x000044f4 copy  0x00000002 , 0x00000012 
- 00018531  0x000044f6 call  0x0000489b 
- 00018532  0x000044f7 setarg  0x000000a0 
- 00018533  0x000044f8 call  0x0000488d 
- 00018534  0x000044fa fetch  0x00000001 , 0x000001f7 
- 00018535  0x000044fb call  0x0000488d 
- 00018536  0x000044fc bmark1  0x00000028 , 0x0000486b 
- 00018537  0x000044fd fetch  0x00000001 , 0x000001f8 
- 00018538  0x000044fe call  0x0000488d 
- 00018539  0x00004500 ifetch  0x00000001 , 0x00000011 
- 00018540  0x00004501 call  0x0000488d 
- 00018541  0x00004502 increase  0x00000001 , 0x00000011 
- 00018542  0x00004503 increase  0xffffffff , 0x00000012 
- 00018543  0x00004504 nbranch  0x0000486b , 0x00000005 
- 00018544  0x00004505 branch  0x000048a1 
- 00018545  0x0000450a arg  0x0000000a , 0x00000039 
- 00018546  0x0000450b call  0x000048be 
- 00018547  0x0000450c call  0x000048a6 
- 00018548  0x0000450d call  0x000048d2 
- 00018549  0x0000450f call  0x000048c7 
- 00018550  0x00004510 branch  0x000048a9 , 0x00000034 
- 00018551  0x00004511 loop  0x00004875 
- 00018552  0x00004512 branch  0x000048a9 
- 00018553  0x00004517 call  0x000048a9 
- 00018554  0x00004518 call  0x000048af 
- 00018555  0x00004519 call  0x000048d2 
- 00018556  0x0000451a call  0x000048a6 
- 00018557  0x0000451b call  0x000048d2 
- 00018558  0x0000451c branch  0x000048a9 
- 00018559  0x00004522 arg  0x00000008 , 0x00000039 
- 00018560  0x00004523 arg  0x00000000 , 0x00000013 
- 00018561  0x00004524 call  0x000048be 
- 00018562  0x00004526 call  0x000048a6 
- 00018563  0x00004527 call  0x000048d2 
- 00018564  0x00004528 lshift  0x00000013 , 0x00000013 
- 00018565  0x00004529 call  0x000048c7 
- 00018566  0x0000452a iadd  0x00000013 , 0x00000013 
- 00018567  0x0000452b call  0x000048d2 
- 00018568  0x0000452c call  0x000048a9 
- 00018569  0x0000452d loop  0x00004882 
- 00018570  0x0000452e call  0x00004879 
- 00018571  0x0000452f copy  0x00000013 , 0x0000003f 
- 00018572  0x00004530 rtn 
- 00018573  0x00004535 arg  0x00000008 , 0x00000039 
- 00018574  0x00004536 copy  0x0000003f , 0x00000013 
- 00018575  0x00004537 call  0x000048a9 
- 00018576  0x00004539 isolate1  0x00000007 , 0x00000013 
- 00018577  0x0000453a call  0x000048ac , 0x00000001 
- 00018578  0x0000453b ncall  0x000048af , 0x00000001 
- 00018579  0x0000453c lshift  0x00000013 , 0x00000013 
- 00018580  0x0000453d call  0x000048d2 
- 00018581  0x0000453e call  0x000048a6 
- 00018582  0x0000453f call  0x000048d2 
- 00018583  0x00004540 call  0x000048a9 
- 00018584  0x00004541 call  0x000048d2 
- 00018585  0x00004542 loop  0x00004890 
- 00018586  0x00004543 branch  0x00004871 
- 00018587  0x00004548 call  0x000048ac 
- 00018588  0x00004549 call  0x000048a6 
- 00018589  0x0000454a call  0x000048d2 
- 00018590  0x0000454b call  0x000048af 
- 00018591  0x0000454c call  0x000048d2 
- 00018592  0x0000454d branch  0x000048a9 
- 00018593  0x00004552 call  0x000048af 
- 00018594  0x00004553 call  0x000048a6 
- 00018595  0x00004554 call  0x000048d2 
- 00018596  0x00004555 call  0x000048ac 
- 00018597  0x00004556 branch  0x000048d2 
- 00018598  0x0000455b enable  0x00000028 
- 00018599  0x0000455c fetch  0x00000001 , 0x00004ffe 
- 00018600  0x0000455d branch  0x000048b2 
- 00018601  0x00004561 disable  0x00000028 
- 00018602  0x00004562 fetch  0x00000001 , 0x00004ffe 
- 00018603  0x00004563 branch  0x000048b2 
- 00018604  0x00004567 enable  0x00000028 
- 00018605  0x00004568 fetch  0x00000001 , 0x00004fff 
- 00018606  0x00004569 branch  0x000048b2 
- 00018607  0x0000456d disable  0x00000028 
- 00018608  0x0000456e fetch  0x00000001 , 0x00004fff 
- 00018609  0x0000456f branch  0x000048b2 
- 00018610  0x00004575 and  0x0000003f , 0x00000007 , 0x00000007 
- 00018611  0x00004576 rshift3  0x0000003f , 0x0000003f 
- 00018612  0x00004577 arg  0x00008070 , 0x00000002 
- 00018613  0x00004578 iadd  0x00000002 , 0x00000002 
- 00018614  0x00004579 ifetch  0x00000001 , 0x00000002 
- 00018615  0x0000457a qset1  0x0000003f 
- 00018616  0x0000457b istore  0x00000001 , 0x00000002 
- 00018617  0x0000457c increase  0x00000004 , 0x00000002 
- 00018618  0x0000457d ifetch  0x00000001 , 0x00000002 
- 00018619  0x0000457e qsetflag  0x00000028 , 0x0000003f 
- 00018620  0x0000457f istore  0x00000001 , 0x00000002 
- 00018621  0x00004580 rtn 
- 00018622  0x00004584 fetch  0x00000001 , 0x00004fff 
- 00018623  0x00004585 and  0x0000003f , 0x00000007 , 0x00000007 
- 00018624  0x00004586 rshift3  0x0000003f , 0x0000003f 
- 00018625  0x00004587 arg  0x00008070 , 0x00000002 
- 00018626  0x00004588 iadd  0x00000002 , 0x00000002 
- 00018627  0x00004589 ifetch  0x00000001 , 0x00000002 
- 00018628  0x0000458a qset0  0x0000003f 
- 00018629  0x0000458b istore  0x00000001 , 0x00000002 
- 00018630  0x0000458c rtn 
- 00018631  0x00004592 nop  0x00000004 
- 00018632  0x00004593 fetch  0x00000001 , 0x00004fff 
- 00018633  0x00004594 and  0x0000003f , 0x00000007 , 0x00000007 
- 00018634  0x00004595 rshift3  0x0000003f , 0x0000003f 
- 00018635  0x00004596 arg  0x0000811c , 0x00000002 
- 00018636  0x00004597 iadd  0x00000002 , 0x00000002 
- 00018637  0x00004598 setarg  0x00000000 
- 00018638  0x00004599 ifetcht  0x00000001 , 0x00000002 
- 00018639  0x0000459a qisolate1  0x00000002 
- 00018640  0x0000459b setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00018641  0x0000459c rtn 
- 00018642  0x000045a1 rtn 
- 00018643  0x000045a8 bpatch  0x000000f6 , 0x0000401e 
- 00018644  0x000045a9 hfetch  0x00000001 , 0x00008a26 
- 00018645  0x000045aa isolate1  0x00000007 , 0x0000003f 
- 00018646  0x000045ab call  0x000048ea , 0x00000001 
- 00018647  0x000045ac call  0x0000492e 
- 00018648  0x000045ad hfetch  0x00000001 , 0x00008a26 
- 00018649  0x000045ae store  0x00000001 , 0x00000b22 
- 00018650  0x000045af hfetch  0x00000001 , 0x00008a27 
- 00018651  0x000045b0 store  0x00000001 , 0x00000b23 
- 00018652  0x000045b1 hstore  0x00000001 , 0x00008a27 
- 00018653  0x000045b2 pinvert 
- 00018654  0x000045b3 fetcht  0x00000001 , 0x00000d37 
- 00018655  0x000045b4 iand  0x00000002 , 0x0000003f 
- 00018656  0x000045b5 store  0x00000001 , 0x00000d37 
- 00018657  0x000045b6 jam  0x000000e0 , 0x00008a26 
- 00018658  0x000045b7 fetch  0x00000001 , 0x00000b23 
- 00018659  0x000045b8 compare  0x00000001 , 0x0000003f , 0x00000001 
- 00018660  0x000045b9 call  0x00004941 , 0x00000001 
- 00018661  0x000045ba fetch  0x00000001 , 0x00000b22 
- 00018662  0x000045bb compare  0x00000001 , 0x0000003f , 0x00000001 
- 00018663  0x000045bc call  0x0000494a , 0x00000001 
- 00018664  0x000045bd call  0x00004b61 
- 00018665  0x000045be branch  0x00004903 
- 00018666  0x000045c1 bpatch  0x000000f7 , 0x0000401e 
- 00018667  0x000045c2 call  0x00004919 
- 00018668  0x000045c3 jam  0x00000000 , 0x00008a00 
- 00018669  0x000045c4 nop  0x00002710 
- 00018670  0x000045c5 jam  0x000000c0 , 0x00008a10 
- 00018671  0x000045c6 hfetch  0x00000002 , 0x00008050 
- 00018672  0x000045c7 set0  0x0000000a , 0x0000003f 
- 00018673  0x000045c8 hstore  0x00000002 , 0x00008050 
- 00018674  0x000045c9 jam  0x0000003c , 0x00008a00 
- 00018675  0x000045ca jam  0x000000ff , 0x00008a26 
- 00018676  0x000045cb jam  0x000000ff , 0x00008a27 
- 00018677  0x000045cc jam  0x00000000 , 0x00008a04 
- 00018678  0x000045cd jam  0x00000002 , 0x00000c6b 
- 00018679  0x000045ce setarg  0x00000d9d 
- 00018680  0x000045cf arg  0x00000c6e , 0x00000005 
- 00018681  0x000045d0 isub  0x00000005 , 0x00000039 
- 00018682  0x000045d1 branch  0x00007ed4 
- 00018683  0x000045d4 fetcht  0x00000001 , 0x00000c6c 
- 00018684  0x000045d5 branch  0x000067fb 
- 00018685  0x000045d7 fetch  0x00000001 , 0x00000d45 
- 00018686  0x000045d8 rtn  0x00000034 
- 00018687  0x000045d9 fetcht  0x00000001 , 0x00000c6c 
- 00018688  0x000045da call  0x0000681d 
- 00018689  0x000045db branch  0x000048ea , 0x00000001 
- 00018690  0x000045dc rtn 
- 00018691  0x000045e0 arg  0x00000000 , 0x00000007 
- 00018692  0x000045e1 call  0x00007f16 
- 00018693  0x000045e2 nrtn  0x00000034 
- 00018694  0x000045e3 fetch  0x00000001 , 0x00000d46 
- 00018695  0x000045e4 nrtn  0x00000034 
- 00018696  0x000045e5 fetch  0x00000001 , 0x00000d45 
- 00018697  0x000045e6 ncall  0x00004bb7 , 0x00000034 
- 00018698  0x000045e7 rtn 
- 00018699  0x000045ea arg  0x00000b68 , 0x00000005 
- 00018700  0x000045eb setsect  0x00000000 , 0x00011212 
- 00018701  0x000045ec setsect  0x00000001 , 0x00008000 
- 00018702  0x000045ed setsect  0x00000002 , 0x00000000 
- 00018703  0x000045ee setsect  0x00000003 , 0x00010000 
- 00018704  0x000045ef istore  0x00000009 , 0x00000005 
- 00018705  0x000045f0 setsect  0x00000000 , 0x00022412 
- 00018706  0x000045f1 setsect  0x00000001 , 0x00008604 
- 00018707  0x000045f2 setsect  0x00000002 , 0x00001000 
- 00018708  0x000045f3 setsect  0x00000003 , 0x00000008 
- 00018709  0x000045f4 istore  0x00000009 , 0x00000005 
- 00018710  0x000045f5 setsect  0x00000000 , 0x00000001 
- 00018711  0x000045f6 istore  0x00000001 , 0x00000005 
- 00018712  0x000045f7 rtn 
- 00018713  0x000045fa jam  0x00000002 , 0x00000c6b 
- 00018714  0x000045fb setarg  0x00000000 
- 00018715  0x000045fc store  0x00000001 , 0x00000b67 
- 00018716  0x000045fd store  0x00000002 , 0x00000c65 
- 00018717  0x000045fe pincrease  0x00000001 
- 00018718  0x000045ff store  0x00000002 , 0x00000c67 
- 00018719  0x00004600 pincrease  0x00000001 
- 00018720  0x00004601 store  0x00000002 , 0x00000c69 
- 00018721  0x00004602 setarg  0x00008ffa 
- 00018722  0x00004603 store  0x00000002 , 0x00000b7c 
- 00018723  0x00004604 setarg  0x0000903a 
- 00018724  0x00004605 store  0x00000002 , 0x00000b7e 
- 00018725  0x00004606 arg  0x00000b80 , 0x00000005 
- 00018726  0x00004607 arg  0x000090fe , 0x00000006 
- 00018727  0x00004608 call  0x00007eb3 
- 00018728  0x00004609 fetch  0x00000001 , 0x00000c6d 
- 00018729  0x0000460a ncall  0x0000492b , 0x00000034 
- 00018730  0x0000460b branch  0x0000490b 
- 00018731  0x0000460e store  0x00000001 , 0x00000ba2 
- 00018732  0x0000460f store  0x00000001 , 0x00000bbb 
- 00018733  0x00004610 rtn 
- 00018734  0x00004612 hfetch  0x00000001 , 0x00008a26 
- 00018735  0x00004613 bbit1  0x00000006 , 0x00004931 
- 00018736  0x00004614 rtn 
- 00018737  0x00004617 call  0x00004936 
- 00018738  0x00004618 call  0x00007f15 
- 00018739  0x00004619 setarg  0x00000280 
- 00018740  0x0000461a arg  0x00000000 , 0x00000007 
- 00018741  0x0000461b branch  0x00007f08 
- 00018742  0x0000461e fetch  0x00000001 , 0x00000d36 
- 00018743  0x0000461f bne  0x00000002 , 0x0000493b 
- 00018744  0x00004620 jam  0x00000000 , 0x00000d46 
- 00018745  0x00004621 jam  0x00000000 , 0x00000d47 
- 00018746  0x00004622 rtn 
- 00018747  0x00004624 fetch  0x00000001 , 0x00000d53 
- 00018748  0x00004625 rtn  0x00000034 
- 00018749  0x00004626 jam  0x00000000 , 0x00000d53 
- 00018750  0x00004627 jam  0x00000002 , 0x00000d36 
- 00018751  0x00004628 jam  0x00000001 , 0x00000d45 
- 00018752  0x00004629 rtn 
- 00018753  0x0000462c jam  0x00000001 , 0x00008a27 
- 00018754  0x0000462d branch  0x00004b37 
- 00018755  0x00004630 fetch  0x00000001 , 0x00000b22 
- 00018756  0x00004631 bbit1  0x00000004 , 0x00004955 
- 00018757  0x00004632 rtn 
- 00018758  0x00004635 hfetch  0x00000001 , 0x00008a18 
- 00018759  0x00004636 istore  0x00000001 , 0x00000005 
- 00018760  0x00004637 loop  0x00004946 
- 00018761  0x00004638 rtn 
- 00018762  0x0000463b bpatch  0x000000f8 , 0x0000401f 
- 00018763  0x0000463c jam  0x00000011 , 0x00008a26 
- 00018764  0x0000463d hfetch  0x00000001 , 0x00008a20 
- 00018765  0x0000463e store  0x00000001 , 0x00000b24 
- 00018766  0x0000463f copy  0x0000003f , 0x00000039 
- 00018767  0x00004640 branch  0x00004943 , 0x00000034 
- 00018768  0x00004641 arg  0x00000c6e , 0x00000005 
- 00018769  0x00004642 call  0x00004946 
- 00018770  0x00004643 fetch  0x00000001 , 0x00000b24 
- 00018771  0x00004644 sub  0x0000003f , 0x00000007 , 0x0000003e 
- 00018772  0x00004645 rtn  0x00000002 
- 00018773  0x00004647 fetch  0x00000001 , 0x00000c6e 
- 00018774  0x00004648 and_into  0x00000080 , 0x0000003f 
- 00018775  0x00004649 beq  0x00000080 , 0x0000495a 
- 00018776  0x0000464a beq  0x00000000 , 0x00004962 
- 00018777  0x0000464b branch  0x00002a8c 
- 00018778  0x0000464e fetch  0x00000001 , 0x00000c6e 
- 00018779  0x0000464f rshift4  0x0000003f , 0x0000003f 
- 00018780  0x00004650 rshift  0x0000003f , 0x0000003f 
- 00018781  0x00004651 and_into  0x00000003 , 0x0000003f 
- 00018782  0x00004652 beq  0x00000000 , 0x0000496a 
- 00018783  0x00004653 beq  0x00000001 , 0x00004970 
- 00018784  0x00004654 beq  0x00000002 , 0x00004975 
- 00018785  0x00004655 branch  0x00002a8c 
- 00018786  0x00004658 fetch  0x00000001 , 0x00000c6e 
- 00018787  0x00004659 rshift4  0x0000003f , 0x0000003f 
- 00018788  0x0000465a rshift  0x0000003f , 0x0000003f 
- 00018789  0x0000465b and_into  0x00000003 , 0x0000003f 
- 00018790  0x0000465c beq  0x00000000 , 0x00004976 
- 00018791  0x0000465d beq  0x00000001 , 0x0000497e 
- 00018792  0x0000465e beq  0x00000002 , 0x00004983 
- 00018793  0x0000465f branch  0x00002a8c 
- 00018794  0x00004662 fetch  0x00000001 , 0x00000c6f 
- 00018795  0x00004663 beq  0x00000008 , 0x0000498a 
- 00018796  0x00004664 beq  0x00000006 , 0x000049a0 
- 00018797  0x00004665 beq  0x0000000a , 0x000049ea 
- 00018798  0x00004666 beq  0x00000000 , 0x000049fc 
- 00018799  0x00004667 branch  0x00004984 
- 00018800  0x0000466a fetch  0x00000001 , 0x00000c6f 
- 00018801  0x0000466b beq  0x00000002 , 0x00004a2f 
- 00018802  0x0000466c beq  0x00000001 , 0x00004a33 
- 00018803  0x0000466d beq  0x00000003 , 0x00004a45 
- 00018804  0x0000466e branch  0x00004984 
- 00018805  0x00004671 branch  0x00004984 
- 00018806  0x00004674 fetch  0x00000001 , 0x00000c6f 
- 00018807  0x00004675 beq  0x00000001 , 0x00004a4f 
- 00018808  0x00004676 beq  0x00000003 , 0x00004a79 
- 00018809  0x00004677 beq  0x00000005 , 0x00004aa3 
- 00018810  0x00004678 beq  0x00000009 , 0x00004abc 
- 00018811  0x00004679 beq  0x0000000b , 0x00004ad7 
- 00018812  0x0000467a beq  0x00000007 , 0x00004984 
- 00018813  0x0000467b branch  0x00004984 
- 00018814  0x0000467e fetch  0x00000001 , 0x00000c6f 
- 00018815  0x0000467f beq  0x0000000a , 0x00004ae8 
- 00018816  0x00004680 beq  0x00000009 , 0x00004af9 
- 00018817  0x00004681 beq  0x0000000b , 0x00004b11 
- 00018818  0x00004682 branch  0x00004984 
- 00018819  0x00004685 branch  0x00004984 
- 00018820  0x00004688 hfetch  0x00000001 , 0x00008a11 
- 00018821  0x00004689 set1  0x00000000 , 0x0000003f 
- 00018822  0x0000468a hstore  0x00000001 , 0x00008a11 
- 00018823  0x0000468b branch  0x00004988 
- 00018824  0x0000468e jam  0x00000040 , 0x00008a12 
- 00018825  0x0000468f rtn 
- 00018826  0x00004692 fetch  0x00000001 , 0x00000c6e 
- 00018827  0x00004693 bne  0x00000080 , 0x00004984 
- 00018828  0x00004694 fetch  0x00000001 , 0x00000c72 
- 00018829  0x00004695 bne  0x00000000 , 0x00004984 
- 00018830  0x00004696 fetch  0x00000001 , 0x00000c73 
- 00018831  0x00004697 bne  0x00000000 , 0x00004984 
- 00018832  0x00004698 fetch  0x00000001 , 0x00000c74 
- 00018833  0x00004699 bne  0x00000001 , 0x00004984 
- 00018834  0x0000469a fetch  0x00000001 , 0x00000c75 
- 00018835  0x0000469b bne  0x00000000 , 0x00004984 
- 00018836  0x0000469c fetch  0x00000001 , 0x00000c70 
- 00018837  0x0000469d bne  0x00000000 , 0x00004984 
- 00018838  0x0000469e fetch  0x00000001 , 0x00000c71 
- 00018839  0x0000469f bne  0x00000000 , 0x00004984 
- 00018840  0x000046a0 fetch  0x00000001 , 0x00000c6b 
- 00018841  0x000046a1 beq  0x00000004 , 0x0000499c 
- 00018842  0x000046a2 beq  0x00000003 , 0x0000499e 
- 00018843  0x000046a3 branch  0x00004984 
- 00018844  0x000046a6 arg  0x00000001 , 0x00000012 
- 00018845  0x000046a7 branch  0x00004a14 
- 00018846  0x000046aa arg  0x00000001 , 0x00000012 
- 00018847  0x000046ab branch  0x00004a12 
- 00018848  0x000046ae bpatch  0x000000f9 , 0x0000401f 
- 00018849  0x000046af set0  0x00000023 , 0x00000000 
- 00018850  0x000046b0 fetch  0x00000001 , 0x00000c71 
- 00018851  0x000046b1 beq  0x00000001 , 0x000049b6 
- 00018852  0x000046b2 beq  0x00000002 , 0x000049cf 
- 00018853  0x000046b3 beq  0x00000003 , 0x000049d2 
- 00018854  0x000046b4 beq  0x00000021 , 0x000049a9 
- 00018855  0x000046b5 beq  0x00000022 , 0x000049e0 
- 00018856  0x000046b6 branch  0x00004984 
- 00018857  0x000046b9 jam  0x00000000 , 0x00000d4b 
- 00018858  0x000046ba fetch  0x00000001 , 0x00000c72 
- 00018859  0x000046bb beq  0x00000000 , 0x000049ae 
- 00018860  0x000046bc beq  0x00000001 , 0x000049b2 
- 00018861  0x000046bd branch  0x00004984 
- 00018862  0x000046c0 arg  0x00000b93 , 0x00000011 
- 00018863  0x000046c1 ifetch  0x00000001 , 0x00000011 
- 00018864  0x000046c2 iforce  0x00000012 
- 00018865  0x000046c3 branch  0x00004b21 
- 00018866  0x000046c6 arg  0x00000bac , 0x00000011 
- 00018867  0x000046c7 ifetch  0x00000001 , 0x00000011 
- 00018868  0x000046c8 iforce  0x00000012 
- 00018869  0x000046c9 branch  0x00004b21 
- 00018870  0x000046cf fetch  0x00000001 , 0x00000d48 
- 00018871  0x000046d0 ncall  0x000049c7 , 0x00000034 
- 00018872  0x000046d1 setarg  0x00000b68 
- 00018873  0x000046d2 fetcht  0x00000001 , 0x00000b68 
- 00018874  0x000046d4 store  0x00000002 , 0x00000d3f 
- 00018875  0x000046d5 storet  0x00000001 , 0x00000d41 
- 00018876  0x000046d6 fetch  0x00000001 , 0x00000c74 
- 00018877  0x000046d7 isub  0x00000002 , 0x0000003e 
- 00018878  0x000046d8 nbranch  0x000049c5 , 0x00000002 
- 00018879  0x000046da fetch  0x00000001 , 0x00000d41 
- 00018880  0x000046dc iforce  0x00000012 
- 00018881  0x000046dd fetch  0x00000002 , 0x00000d3f 
- 00018882  0x000046de add  0x0000003f , 0x00000001 , 0x0000003f 
- 00018883  0x000046df iforce  0x00000011 
- 00018884  0x000046e0 branch  0x00004b21 
- 00018885  0x000046e2 fetch  0x00000001 , 0x00000c74 
- 00018886  0x000046e3 branch  0x000049c0 
- 00018887  0x000046e6 hfetch  0x00000001 , 0x00008a04 
- 00018888  0x000046e7 ncall  0x000049cb , 0x00000034 
- 00018889  0x000046e8 jam  0x00000000 , 0x00000d48 
- 00018890  0x000046e9 rtn 
- 00018891  0x000046eb hfetch  0x00000001 , 0x00008a04 
- 00018892  0x000046ec set1  0x00000007 , 0x0000003f 
- 00018893  0x000046ed hstore  0x00000001 , 0x00008a04 
- 00018894  0x000046ee rtn 
- 00018895  0x000046f1 setarg  0x00000b80 
- 00018896  0x000046f2 fetcht  0x00000001 , 0x00000b80 
- 00018897  0x000046f3 branch  0x000049ba 
- 00018898  0x000046f6 fetch  0x00000001 , 0x00000c70 
- 00018899  0x000046f7 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00018900  0x000046f8 nbranch  0x00004984 , 0x00000002 
- 00018901  0x000046f9 fetch  0x00000001 , 0x00000c70 
- 00018902  0x000046fa arg  0x00000be4 , 0x00000011 
- 00018903  0x000046fb beq  0x00000000 , 0x00004b1e 
- 00018904  0x000046fc set1  0x00000023 , 0x00000000 
- 00018905  0x000046fd arg  0x00000be9 , 0x00000011 
- 00018906  0x000046fe beq  0x00000001 , 0x00004b1e 
- 00018907  0x000046ff arg  0x00000c07 , 0x00000011 
- 00018908  0x00004700 beq  0x00000002 , 0x00004b1e 
- 00018909  0x00004701 arg  0x00000c47 , 0x00000011 
- 00018910  0x00004702 beq  0x00000003 , 0x00004b1e 
- 00018911  0x00004703 rtn 
- 00018912  0x00004706 fetch  0x00000002 , 0x00000c72 
- 00018913  0x00004707 beq  0x00000001 , 0x000049e5 
- 00018914  0x00004708 fetch  0x00000002 , 0x00000b7c 
- 00018915  0x00004709 copy  0x0000003f , 0x00000011 
- 00018916  0x0000470b branch  0x00004b1e 
- 00018917  0x0000470d jam  0x00000001 , 0x00000d45 
- 00018918  0x0000470e jam  0x00000001 , 0x00000d36 
- 00018919  0x0000470f fetch  0x00000002 , 0x00000b7e 
- 00018920  0x00004710 copy  0x0000003f , 0x00000011 
- 00018921  0x00004712 branch  0x00004b1e 
- 00018922  0x00004716 fetch  0x00000001 , 0x00000c6b 
- 00018923  0x00004717 bne  0x00000004 , 0x00004984 
- 00018924  0x00004718 fetch  0x00000001 , 0x00000c6e 
- 00018925  0x00004719 bne  0x00000081 , 0x00004984 
- 00018926  0x0000471a fetch  0x00000001 , 0x00000c70 
- 00018927  0x0000471b bne  0x00000000 , 0x00004984 
- 00018928  0x0000471c fetch  0x00000001 , 0x00000c71 
- 00018929  0x0000471d bne  0x00000000 , 0x00004984 
- 00018930  0x0000471e fetch  0x00000001 , 0x00000c74 
- 00018931  0x0000471f bne  0x00000001 , 0x00004984 
- 00018932  0x00004720 fetch  0x00000001 , 0x00000c75 
- 00018933  0x00004721 bne  0x00000000 , 0x00004984 
- 00018934  0x00004722 fetch  0x00000001 , 0x00000c72 
- 00018935  0x00004723 bne  0x00000000 , 0x00004984 
- 00018936  0x00004724 fetch  0x00000001 , 0x00000c73 
- 00018937  0x00004725 bne  0x00000000 , 0x00004984 
- 00018938  0x00004726 arg  0x00000001 , 0x00000012 
- 00018939  0x00004727 branch  0x00004a12 
- 00018940  0x0000472b fetch  0x00000001 , 0x00000c6b 
- 00018941  0x0000472c beq  0x00000002 , 0x00004984 
- 00018942  0x0000472d fetch  0x00000001 , 0x00000c70 
- 00018943  0x0000472e bne  0x00000000 , 0x00004984 
- 00018944  0x0000472f fetch  0x00000001 , 0x00000c71 
- 00018945  0x00004730 bne  0x00000000 , 0x00004984 
- 00018946  0x00004731 fetch  0x00000001 , 0x00000c74 
- 00018947  0x00004732 bne  0x00000002 , 0x00004984 
- 00018948  0x00004733 fetch  0x00000001 , 0x00000c75 
- 00018949  0x00004734 bne  0x00000000 , 0x00004984 
- 00018950  0x00004735 fetch  0x00000001 , 0x00000c73 
- 00018951  0x00004736 bne  0x00000000 , 0x00004984 
- 00018952  0x00004737 fetch  0x00000001 , 0x00000c6e 
- 00018953  0x00004738 beq  0x00000080 , 0x00004a0d 
- 00018954  0x00004739 beq  0x00000081 , 0x00004a18 
- 00018955  0x0000473a beq  0x00000082 , 0x00004a1c 
- 00018956  0x0000473b branch  0x00004984 
- 00018957  0x0000473e fetch  0x00000001 , 0x00000c72 
- 00018958  0x0000473f bne  0x00000000 , 0x00004984 
- 00018959  0x00004740 arg  0x00000002 , 0x00000012 
- 00018960  0x00004741 fetch  0x00000001 , 0x00000d39 
- 00018961  0x00004742 beq  0x00000001 , 0x00004a16 
- 00018962  0x00004745 arg  0x00000c65 , 0x00000011 
- 00018963  0x00004746 branch  0x00004b21 
- 00018964  0x00004748 arg  0x00000c67 , 0x00000011 
- 00018965  0x00004749 branch  0x00004b21 
- 00018966  0x0000474b arg  0x00000c69 , 0x00000011 
- 00018967  0x0000474c branch  0x00004b21 
- 00018968  0x0000474f fetch  0x00000001 , 0x00000c6b 
- 00018969  0x00004750 bne  0x00000004 , 0x00004984 
- 00018970  0x00004751 arg  0x00000002 , 0x00000012 
- 00018971  0x00004752 branch  0x00004a12 
- 00018972  0x00004755 fetch  0x00000001 , 0x00000c6b 
- 00018973  0x00004756 bne  0x00000004 , 0x00004984 
- 00018974  0x00004757 fetch  0x00000001 , 0x00000c72 
- 00018975  0x00004758 beq  0x00000081 , 0x00004a29 
- 00018976  0x00004759 beq  0x00000082 , 0x00004a2b 
- 00018977  0x0000475a beq  0x00000083 , 0x00004a2d 
- 00018978  0x0000475b and_into  0x0000007f , 0x0000003f 
- 00018979  0x0000475c beq  0x00000000 , 0x00004a25 
- 00018980  0x0000475d branch  0x00004984 
- 00018981  0x00004760 fetch  0x00000001 , 0x00000d3b 
- 00018982  0x00004762 arg  0x00000002 , 0x00000012 
- 00018983  0x00004763 beq  0x00000001 , 0x00004a14 
- 00018984  0x00004764 branch  0x00004a12 
- 00018985  0x00004766 fetch  0x00000001 , 0x00000d3c 
- 00018986  0x00004767 branch  0x00004a26 
- 00018987  0x00004769 fetch  0x00000001 , 0x00000d3d 
- 00018988  0x0000476a branch  0x00004a26 
- 00018989  0x0000476c fetch  0x00000001 , 0x00000d3e 
- 00018990  0x0000476d branch  0x00004a26 
- 00018991  0x00004770 jam  0x00000001 , 0x00000d4c 
- 00018992  0x00004771 arg  0x00000d4d , 0x00000011 
- 00018993  0x00004772 arg  0x00000001 , 0x00000012 
- 00018994  0x00004773 branch  0x00004b21 
- 00018995  0x00004776 fetch  0x00000002 , 0x00000c70 
- 00018996  0x00004777 arg  0x000001ba , 0x00000002 
- 00018997  0x00004778 isub  0x00000002 , 0x0000003e 
- 00018998  0x00004779 nbranch  0x00004984 , 0x00000005 
- 00018999  0x0000477a set0  0x00000023 , 0x00000000 
- 00019000  0x0000477c fetch  0x00000001 , 0x00000d42 
- 00019001  0x0000477d nbranch  0x00004a42 , 0x00000034 
- 00019002  0x0000477e jam  0x00000000 , 0x00000cf6 
- 00019003  0x00004780 fetch  0x00000001 , 0x00000c74 
- 00019004  0x00004781 iforce  0x00000012 
- 00019005  0x00004782 arg  0x00000cf6 , 0x00000011 
- 00019006  0x00004783 call  0x00004b21 
- 00019007  0x00004785 arg  0x00000cf6 , 0x00000005 
- 00019008  0x00004786 arg  0x00000008 , 0x00000039 
- 00019009  0x00004787 branch  0x00007ec6 
- 00019010  0x00004789 jam  0x00000000 , 0x00000d42 
- 00019011  0x0000478a jam  0x00000001 , 0x00000cf6 
- 00019012  0x0000478b branch  0x00004a3b 
- 00019013  0x0000478e fetch  0x00000001 , 0x00000c74 
- 00019014  0x0000478f bne  0x00000001 , 0x00004984 
- 00019015  0x00004790 jam  0x00000001 , 0x00000d4b 
- 00019016  0x00004791 arg  0x00000001 , 0x00000012 
- 00019017  0x00004792 fetch  0x00000001 , 0x00000d49 
- 00019018  0x00004793 beq  0x00000000 , 0x00004a4d 
- 00019019  0x00004794 beq  0x00000001 , 0x00004a4e 
- 00019020  0x00004795 branch  0x00004a12 
- 00019021  0x00004797 branch  0x00004a14 
- 00019022  0x00004799 branch  0x00004a12 
- 00019023  0x0000479f fetch  0x00000001 , 0x00000c6b 
- 00019024  0x000047a0 bne  0x00000004 , 0x00004984 
- 00019025  0x000047a1 fetch  0x00000001 , 0x00000c74 
- 00019026  0x000047a2 bne  0x00000000 , 0x00004984 
- 00019027  0x000047a3 fetch  0x00000001 , 0x00000c75 
- 00019028  0x000047a4 bne  0x00000000 , 0x00004984 
- 00019029  0x000047a5 fetch  0x00000001 , 0x00000c71 
- 00019030  0x000047a6 bne  0x00000000 , 0x00004984 
- 00019031  0x000047a7 fetch  0x00000001 , 0x00000c73 
- 00019032  0x000047a8 bne  0x00000000 , 0x00004984 
- 00019033  0x000047a9 fetch  0x00000001 , 0x00000c6e 
- 00019034  0x000047aa beq  0x00000000 , 0x00004a5e 
- 00019035  0x000047ab beq  0x00000001 , 0x00004a66 
- 00019036  0x000047ac beq  0x00000002 , 0x00004a67 
- 00019037  0x000047ad branch  0x00004984 
- 00019038  0x000047b0 fetch  0x00000001 , 0x00000c70 
- 00019039  0x000047b1 bne  0x00000001 , 0x00004984 
- 00019040  0x000047b2 hfetch  0x00000001 , 0x00008a00 
- 00019041  0x000047b3 set0  0x00000007 , 0x0000003f 
- 00019042  0x000047b4 hstore  0x00000001 , 0x00008a00 
- 00019043  0x000047b5 jam  0x00000000 , 0x00000d39 
- 00019044  0x000047b6 jam  0x00000001 , 0x00000d3a 
- 00019045  0x000047b7 branch  0x00004988 
- 00019046  0x000047ba branch  0x00004984 
- 00019047  0x000047bd fetch  0x00000001 , 0x00000c70 
- 00019048  0x000047be bne  0x00000000 , 0x00004984 
- 00019049  0x000047bf fetch  0x00000001 , 0x00000c72 
- 00019050  0x000047c0 beq  0x00000081 , 0x00004a72 
- 00019051  0x000047c1 beq  0x00000082 , 0x00004a75 
- 00019052  0x000047c2 beq  0x00000083 , 0x00004a77 
- 00019053  0x000047c3 and_into  0x0000007f , 0x0000003f 
- 00019054  0x000047c4 beq  0x00000000 , 0x00004a70 
- 00019055  0x000047c5 branch  0x00004984 
- 00019056  0x000047c8 jam  0x00000000 , 0x00000d3b 
- 00019057  0x000047c9 branch  0x00004988 
- 00019058  0x000047cb jam  0x00000000 , 0x00000d3c 
- 00019059  0x000047cd jam  0x00000001 , 0x00000d53 
- 00019060  0x000047ce branch  0x00004988 
- 00019061  0x000047d0 jam  0x00000000 , 0x00000d3d 
- 00019062  0x000047d1 branch  0x00004a73 
- 00019063  0x000047d3 jam  0x00000000 , 0x00000d3e 
- 00019064  0x000047d4 branch  0x00004a73 
- 00019065  0x000047d8 fetch  0x00000001 , 0x00000c74 
- 00019066  0x000047d9 bne  0x00000000 , 0x00004984 
- 00019067  0x000047da fetch  0x00000001 , 0x00000c75 
- 00019068  0x000047db bne  0x00000000 , 0x00004984 
- 00019069  0x000047dc fetch  0x00000001 , 0x00000c6e 
- 00019070  0x000047dd beq  0x00000000 , 0x00004a82 
- 00019071  0x000047de beq  0x00000001 , 0x00004a8f 
- 00019072  0x000047df beq  0x00000002 , 0x00004a90 
- 00019073  0x000047e0 branch  0x00004984 
- 00019074  0x000047e3 fetch  0x00000001 , 0x00000c70 
- 00019075  0x000047e4 bne  0x00000001 , 0x00004984 
- 00019076  0x000047e5 hfetch  0x00000001 , 0x00008a00 
- 00019077  0x000047e6 set1  0x00000007 , 0x0000003f 
- 00019078  0x000047e7 hstore  0x00000001 , 0x00008a00 
- 00019079  0x000047e8 jam  0x00000001 , 0x00000d39 
- 00019080  0x000047e9 jam  0x00000003 , 0x00000d36 
- 00019081  0x000047ea jam  0x00000000 , 0x00000d43 
- 00019082  0x000047eb call  0x00004988 
- 00019083  0x000047ed call  0x00007f15 
- 00019084  0x000047ee setarg  0x00001388 
- 00019085  0x000047ef arg  0x0000000f , 0x00000007 
- 00019086  0x000047f0 branch  0x00007f08 
- 00019087  0x000047f3 branch  0x00004984 
- 00019088  0x000047f6 fetch  0x00000001 , 0x00000c70 
- 00019089  0x000047f7 bne  0x00000000 , 0x00004984 
- 00019090  0x000047f8 fetch  0x00000001 , 0x00000c71 
- 00019091  0x000047f9 bne  0x00000000 , 0x00004984 
- 00019092  0x000047fa fetch  0x00000001 , 0x00000c72 
- 00019093  0x000047fb beq  0x00000081 , 0x00004a9d 
- 00019094  0x000047fc beq  0x00000082 , 0x00004a9f 
- 00019095  0x000047fd beq  0x00000083 , 0x00004aa1 
- 00019096  0x000047fe and_into  0x0000007f , 0x0000003f 
- 00019097  0x000047ff beq  0x00000000 , 0x00004a9b 
- 00019098  0x00004800 branch  0x00004984 
- 00019099  0x00004803 jam  0x00000001 , 0x00000d3b 
- 00019100  0x00004804 branch  0x00004988 
- 00019101  0x00004806 jam  0x00000001 , 0x00000d3c 
- 00019102  0x00004807 branch  0x00004988 
- 00019103  0x00004809 jam  0x00000001 , 0x00000d3d 
- 00019104  0x0000480a branch  0x00004988 
- 00019105  0x0000480c jam  0x00000001 , 0x00000d3e 
- 00019106  0x0000480d branch  0x00004988 
- 00019107  0x00004811 fetch  0x00000001 , 0x00000c6e 
- 00019108  0x00004812 bne  0x00000000 , 0x00004984 
- 00019109  0x00004813 fetch  0x00000001 , 0x00000c72 
- 00019110  0x00004814 bne  0x00000000 , 0x00004984 
- 00019111  0x00004815 fetch  0x00000001 , 0x00000c73 
- 00019112  0x00004816 bne  0x00000000 , 0x00004984 
- 00019113  0x00004817 fetch  0x00000001 , 0x00000c74 
- 00019114  0x00004818 bne  0x00000000 , 0x00004984 
- 00019115  0x00004819 fetch  0x00000001 , 0x00000c75 
- 00019116  0x0000481a bne  0x00000000 , 0x00004984 
- 00019117  0x0000481b fetch  0x00000001 , 0x00000c71 
- 00019118  0x0000481c bne  0x00000000 , 0x00004984 
- 00019119  0x0000481d fetch  0x00000001 , 0x00000c70 
- 00019120  0x0000481e and_into  0x00000080 , 0x0000003f 
- 00019121  0x0000481f bne  0x00000000 , 0x00004984 
- 00019122  0x00004820 fetch  0x00000001 , 0x00000c70 
- 00019123  0x00004821 bne  0x00000000 , 0x00004aba 
- 00019124  0x00004823 jam  0x00000002 , 0x00000c6b 
- 00019125  0x00004825 fetch  0x00000001 , 0x00000c70 
- 00019126  0x00004826 hstore  0x00000001 , 0x00008a04 
- 00019127  0x00004827 call  0x00004988 
- 00019128  0x00004828 jam  0x00000001 , 0x00000d48 
- 00019129  0x00004829 rtn 
- 00019130  0x0000482b jam  0x00000003 , 0x00000c6b 
- 00019131  0x0000482c branch  0x00004ab5 
- 00019132  0x00004830 fetch  0x00000001 , 0x00000c6b 
- 00019133  0x00004831 beq  0x00000002 , 0x00004984 
- 00019134  0x00004832 fetch  0x00000001 , 0x00000c6e 
- 00019135  0x00004833 bne  0x00000000 , 0x00004984 
- 00019136  0x00004834 fetch  0x00000001 , 0x00000c72 
- 00019137  0x00004835 bne  0x00000000 , 0x00004984 
- 00019138  0x00004836 fetch  0x00000001 , 0x00000c73 
- 00019139  0x00004837 bne  0x00000000 , 0x00004984 
- 00019140  0x00004838 fetch  0x00000001 , 0x00000c74 
- 00019141  0x00004839 bne  0x00000000 , 0x00004984 
- 00019142  0x0000483a fetch  0x00000001 , 0x00000c75 
- 00019143  0x0000483b bne  0x00000000 , 0x00004984 
- 00019144  0x0000483c fetch  0x00000001 , 0x00000c71 
- 00019145  0x0000483d bne  0x00000000 , 0x00004984 
- 00019146  0x0000483e fetch  0x00000001 , 0x00000c70 
- 00019147  0x0000483f sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019148  0x00004840 nbranch  0x00004984 , 0x00000002 
- 00019149  0x00004841 fetch  0x00000001 , 0x00000c6b 
- 00019150  0x00004842 beq  0x00000003 , 0x00004ad1 
- 00019151  0x00004843 beq  0x00000004 , 0x00004ad1 
- 00019152  0x00004844 branch  0x00004984 
- 00019153  0x00004848 fetch  0x00000001 , 0x00000c70 
- 00019154  0x00004849 beq  0x00000000 , 0x00004ad5 
- 00019155  0x0000484a jam  0x00000004 , 0x00000c6b 
- 00019156  0x0000484b branch  0x00004988 
- 00019157  0x0000484d jam  0x00000003 , 0x00000c6b 
- 00019158  0x0000484e branch  0x00004988 
- 00019159  0x00004852 fetch  0x00000001 , 0x00000c6b 
- 00019160  0x00004853 bne  0x00000004 , 0x00004984 
- 00019161  0x00004854 fetch  0x00000001 , 0x00000c6e 
- 00019162  0x00004855 bne  0x00000001 , 0x00004984 
- 00019163  0x00004856 fetch  0x00000001 , 0x00000c70 
- 00019164  0x00004857 bne  0x00000000 , 0x00004984 
- 00019165  0x00004858 fetch  0x00000001 , 0x00000c71 
- 00019166  0x00004859 bne  0x00000000 , 0x00004984 
- 00019167  0x0000485a fetch  0x00000001 , 0x00000c74 
- 00019168  0x0000485b bne  0x00000000 , 0x00004984 
- 00019169  0x0000485c fetch  0x00000001 , 0x00000c75 
- 00019170  0x0000485d bne  0x00000000 , 0x00004984 
- 00019171  0x0000485e fetch  0x00000001 , 0x00000c72 
- 00019172  0x0000485f bne  0x00000000 , 0x00004984 
- 00019173  0x00004860 fetch  0x00000001 , 0x00000c73 
- 00019174  0x00004861 bne  0x00000000 , 0x00004984 
- 00019175  0x00004862 branch  0x00004988 
- 00019176  0x00004866 jam  0x00000001 , 0x00000d4c 
- 00019177  0x00004867 fetch  0x00000001 , 0x00000c71 
- 00019178  0x00004868 store  0x00000001 , 0x00000d4d 
- 00019179  0x00004869 fetch  0x00000001 , 0x00000c72 
- 00019180  0x0000486a sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00019181  0x0000486b call  0x00004af5 , 0x00000005 
- 00019182  0x0000486c fetch  0x00000001 , 0x00000d36 
- 00019183  0x0000486d bne  0x00000004 , 0x00004988 
- 00019184  0x0000486e jam  0x00000002 , 0x00000d36 
- 00019185  0x0000486f call  0x00004988 
- 00019186  0x00004870 nop  0x00007530 
- 00019187  0x00004871 nop  0x00007530 
- 00019188  0x00004872 rtn 
- 00019189  0x00004874 jam  0x00000001 , 0x00000d45 
- 00019190  0x00004875 jam  0x00000000 , 0x00000d3a 
- 00019191  0x00004876 jam  0x00000004 , 0x00000d36 
- 00019192  0x00004877 rtn 
- 00019193  0x0000487b jam  0x00000001 , 0x00000d50 
- 00019194  0x0000487c call  0x00004b03 
- 00019195  0x0000487d fetch  0x00000002 , 0x00000c70 
- 00019196  0x0000487e store  0x00000002 , 0x00000d4e 
- 00019197  0x0000487f fetch  0x00000001 , 0x00000c74 
- 00019198  0x00004880 iforce  0x00000039 
- 00019199  0x00004881 arg  0x00000c76 , 0x00000006 
- 00019200  0x00004882 arg  0x00000cb6 , 0x00000005 
- 00019201  0x00004883 call  0x00007f01 
- 00019202  0x00004884 branch  0x00004988 
- 00019203  0x00004887 fetch  0x00000002 , 0x00000c70 
- 00019204  0x00004888 arg  0x00000200 , 0x00000002 
- 00019205  0x00004889 isub  0x00000002 , 0x0000003e 
- 00019206  0x0000488a nrtn  0x00000005 
- 00019207  0x0000488b fetch  0x00000002 , 0x00000c72 
- 00019208  0x0000488c arg  0x00000000 , 0x00000002 
- 00019209  0x0000488d isub  0x00000002 , 0x0000003e 
- 00019210  0x0000488e nrtn  0x00000005 
- 00019211  0x0000488f fetch  0x00000002 , 0x00000c74 
- 00019212  0x00004890 arg  0x00000001 , 0x00000002 
- 00019213  0x00004891 isub  0x00000002 , 0x0000003e 
- 00019214  0x00004892 nrtn  0x00000005 
- 00019215  0x00004893 jam  0x00000001 , 0x00000d43 
- 00019216  0x00004894 rtn 
- 00019217  0x00004898 fetch  0x00000001 , 0x00000c74 
- 00019218  0x00004899 bne  0x00000000 , 0x00004984 
- 00019219  0x0000489a fetch  0x00000001 , 0x00000c70 
- 00019220  0x0000489b beq  0x00000000 , 0x00004b17 
- 00019221  0x0000489c beq  0x00000001 , 0x00004b1a 
- 00019222  0x0000489d branch  0x00004984 
- 00019223  0x0000489f jam  0x00000000 , 0x00000d4a 
- 00019224  0x000048a0 jam  0x00000001 , 0x00000d49 
- 00019225  0x000048a1 branch  0x00004988 
- 00019226  0x000048a3 jam  0x00000001 , 0x00000d44 
- 00019227  0x000048a4 jam  0x00000001 , 0x00000d4a 
- 00019228  0x000048a5 jam  0x00000000 , 0x00000d49 
- 00019229  0x000048a6 branch  0x00004988 
- 00019230  0x000048aa ifetch  0x00000001 , 0x00000011 
- 00019231  0x000048ab iforce  0x00000012 
- 00019232  0x000048ac increase  0x00000001 , 0x00000011 
- 00019233  0x000048af bpatch  0x000000fa , 0x0000401f 
- 00019234  0x000048b0 bmark0  0x00000023 , 0x00004b2c 
- 00019235  0x000048b1 add  0x00000012 , 0x00000001 , 0x0000003f 
- 00019236  0x000048b2 lshift  0x0000003f , 0x0000003f 
- 00019237  0x000048b3 hstore  0x00000001 , 0x00008a18 
- 00019238  0x000048b4 jam  0x00000003 , 0x00008a18 
- 00019239  0x000048b5 fetch  0x00000001 , 0x00000c74 
- 00019240  0x000048b6 increase  0xfffffffe , 0x0000003f 
- 00019241  0x000048b7 rshift  0x0000003f , 0x0000003f 
- 00019242  0x000048b8 store  0x00000001 , 0x00000c74 
- 00019243  0x000048b9 beq  0x00000000 , 0x00004b35 
- 00019244  0x000048bb fetch  0x00000002 , 0x00000c74 
- 00019245  0x000048bc isub  0x00000012 , 0x0000003e 
- 00019246  0x000048bd branch  0x00004b30 , 0x00000002 
- 00019247  0x000048be copy  0x0000003f , 0x00000012 
- 00019248  0x000048c0 deposit  0x00000011 
- 00019249  0x000048c1 store  0x00000002 , 0x00000b65 
- 00019250  0x000048c2 deposit  0x00000012 
- 00019251  0x000048c3 store  0x00000001 , 0x00000b67 
- 00019252  0x000048c4 branch  0x00004b37 
- 00019253  0x000048c7 arg  0x00000000 , 0x00000007 
- 00019254  0x000048c8 branch  0x00004b57 
- 00019255  0x000048cc bpatch  0x000000fb , 0x0000401f 
- 00019256  0x000048cd fetch  0x00000001 , 0x00000b67 
- 00019257  0x000048ce rtn  0x00000034 
- 00019258  0x000048cf copy  0x0000003f , 0x00000039 
- 00019259  0x000048d0 sub  0x0000003f , 0x00000040 , 0x0000003e 
- 00019260  0x000048d1 branch  0x00004b3e , 0x00000002 
- 00019261  0x000048d2 arg  0x00000040 , 0x00000039 
- 00019262  0x000048d4 fetch  0x00000001 , 0x00000b67 
- 00019263  0x000048d5 isub  0x00000039 , 0x0000003f 
- 00019264  0x000048d6 store  0x00000001 , 0x00000b67 
- 00019265  0x000048d7 fetch  0x00000002 , 0x00000b65 
- 00019266  0x000048d8 copy  0x0000003f , 0x00000006 
- 00019267  0x000048da ifetch  0x00000001 , 0x00000006 
- 00019268  0x000048db hstore  0x00000001 , 0x00008a18 
- 00019269  0x000048dc bmark0  0x00000023 , 0x00004b47 
- 00019270  0x000048dd jam  0x00000000 , 0x00008a18 
- 00019271  0x000048df loop  0x00004b43 
- 00019272  0x000048e0 copy  0x00000006 , 0x0000003f 
- 00019273  0x000048e1 store  0x00000002 , 0x00000b65 
- 00019274  0x000048e2 arg  0x00000000 , 0x00000007 
- 00019275  0x000048e3 call  0x00004b57 
- 00019276  0x000048e4 fetch  0x00000001 , 0x00000b67 
- 00019277  0x000048e5 nrtn  0x00000034 
- 00019278  0x000048e6 fetch  0x00000001 , 0x00000d36 
- 00019279  0x000048e7 rtnne  0x00000001 
- 00019280  0x000048e8 jam  0x00000002 , 0x00000d36 
- 00019281  0x000048e9 rtn 
- 00019282  0x000048ed arg  0x00008a19 , 0x00000011 
- 00019283  0x000048ee arg  0x00000001 , 0x00000007 
- 00019284  0x000048f0 ifetch  0x00000001 , 0x00000006 
- 00019285  0x000048f1 istore  0x00000001 , 0x00000011 
- 00019286  0x000048f2 loop  0x00004b54 
- 00019287  0x000048f4 setarg  0x00000000 
- 00019288  0x000048f5 qset1  0x0000003f 
- 00019289  0x000048f6 hstore  0x00000001 , 0x00008a10 
- 00019290  0x000048f7 fetcht  0x00000001 , 0x00000d37 
- 00019291  0x000048f8 ior  0x00000002 , 0x0000003f 
- 00019292  0x000048f9 store  0x00000001 , 0x00000d37 
- 00019293  0x000048fa rtn 
- 00019294  0x000048fd arg  0x00000002 , 0x00000007 
- 00019295  0x000048fe arg  0x00008a1a , 0x00000011 
- 00019296  0x000048ff branch  0x00004b54 
- 00019297  0x00004902 bpatch  0x000000fc , 0x0000401f 
- 00019298  0x00004903 fetch  0x00000001 , 0x00000d38 
- 00019299  0x00004904 rtn  0x00000034 
- 00019300  0x00004905 fetch  0x00000001 , 0x00000d37 
- 00019301  0x00004906 nbranch  0x00004bac , 0x00000034 
- 00019302  0x00004907 fetch  0x00000001 , 0x00000d45 
- 00019303  0x00004908 branch  0x00004b86 , 0x00000034 
- 00019304  0x00004909 fetch  0x00000001 , 0x00000d36 
- 00019305  0x0000490a beq  0x00000003 , 0x00004bbf 
- 00019306  0x0000490b bne  0x00000002 , 0x00004b86 
- 00019307  0x0000490c fetch  0x00000001 , 0x00000d3a 
- 00019308  0x0000490d nbranch  0x00004b86 , 0x00000034 
- 00019309  0x0000490e call  0x00004b6f 
- 00019310  0x0000490f branch  0x00004b7a 
- 00019311  0x00004912 fetch  0x00000001 , 0x00000d38 
- 00019312  0x00004913 rtnbit0  0x00000001 
- 00019313  0x00004914 fetch  0x00000001 , 0x00000d37 
- 00019314  0x00004915 rtnbit1  0x00000001 
- 00019315  0x00004916 fetch  0x00000001 , 0x00000d38 
- 00019316  0x00004917 set0  0x00000001 , 0x0000003f 
- 00019317  0x00004918 store  0x00000001 , 0x00000d38 
- 00019318  0x00004919 fetch  0x00000001 , 0x00000d51 
- 00019319  0x0000491a rtn  0x00000034 
- 00019320  0x0000491b beq  0x00000010 , 0x00004ba8 
- 00019321  0x0000491c branch  0x00002a8c 
- 00019322  0x0000491f fetch  0x00000001 , 0x00000d38 
- 00019323  0x00004920 rtnbit0  0x00000002 
- 00019324  0x00004921 fetch  0x00000001 , 0x00000d37 
- 00019325  0x00004922 rtnbit1  0x00000002 
- 00019326  0x00004923 fetch  0x00000001 , 0x00000d38 
- 00019327  0x00004924 set0  0x00000002 , 0x0000003f 
- 00019328  0x00004925 store  0x00000001 , 0x00000d38 
- 00019329  0x00004926 fetch  0x00000001 , 0x00000d52 
- 00019330  0x00004927 rtn  0x00000034 
- 00019331  0x00004928 beq  0x00000020 , 0x00004b89 
- 00019332  0x00004929 beq  0x00000021 , 0x00004ba4 
- 00019333  0x0000492a branch  0x00002a8c 
- 00019334  0x0000492e arg  0x00000d54 , 0x00000005 
- 00019335  0x0000492f arg  0x00000006 , 0x00000039 
- 00019336  0x00004930 branch  0x00007ec6 
- 00019337  0x00004933 fetch  0x00000001 , 0x00000d4c 
- 00019338  0x00004934 fetcht  0x00000001 , 0x00000d4b 
- 00019339  0x00004935 iand  0x00000002 , 0x0000003f 
- 00019340  0x00004936 branch  0x00004ba0 , 0x00000034 
- 00019341  0x00004937 fetcht  0x00000001 , 0x00000d4a 
- 00019342  0x00004938 iadd  0x00000002 , 0x0000003f 
- 00019343  0x00004939 beq  0x00000001 , 0x00004b91 
- 00019344  0x0000493a branch  0x00004ba0 
- 00019345  0x0000493d jam  0x00000000 , 0x00000d52 
- 00019346  0x0000493f fetch  0x00000001 , 0x00000d55 
- 00019347  0x00004940 beq  0x00000002 , 0x00004ba1 
- 00019348  0x00004941 beq  0x00000003 , 0x00004ba1 
- 00019349  0x00004942 fetch  0x00000001 , 0x00000d55 
- 00019350  0x00004943 store  0x00000001 , 0x00000d54 
- 00019351  0x00004944 fetch  0x00000001 , 0x00000d56 
- 00019352  0x00004945 istore  0x00000001 , 0x00000005 
- 00019353  0x00004946 fetch  0x00000001 , 0x00000d58 
- 00019354  0x00004947 istore  0x00000001 , 0x00000005 
- 00019355  0x00004948 fetch  0x00000001 , 0x00000d5a 
- 00019356  0x00004949 istore  0x00000001 , 0x00000005 
- 00019357  0x0000494a arg  0x00000004 , 0x00000039 
- 00019358  0x0000494b arg  0x00000d54 , 0x00000006 
- 00019359  0x0000494c branch  0x00004b5e 
- 00019360  0x0000494f jam  0x00000000 , 0x00000d52 
- 00019361  0x00004951 arg  0x00000008 , 0x00000039 
- 00019362  0x00004952 arg  0x00000d54 , 0x00000006 
- 00019363  0x00004953 branch  0x00004b5e 
- 00019364  0x00004956 jam  0x00000000 , 0x00000d52 
- 00019365  0x00004957 arg  0x00000003 , 0x00000039 
- 00019366  0x00004958 arg  0x00000d74 , 0x00000006 
- 00019367  0x00004959 branch  0x00004b5e 
- 00019368  0x0000495c jam  0x00000000 , 0x00000d51 
- 00019369  0x0000495d arg  0x00000008 , 0x00000039 
- 00019370  0x0000495e arg  0x00000d64 , 0x00000006 
- 00019371  0x0000495f branch  0x00004b52 
- 00019372  0x00004962 fetch  0x00000001 , 0x00000d36 
- 00019373  0x00004963 beq  0x00000003 , 0x00004bb0 
- 00019374  0x00004964 beq  0x00000002 , 0x00004bb2 
- 00019375  0x00004965 rtn 
- 00019376  0x00004967 jam  0x00000000 , 0x00000d37 
- 00019377  0x00004968 rtn 
- 00019378  0x0000496a hfetch  0x00000001 , 0x00008a00 
- 00019379  0x0000496b set1  0x00000007 , 0x0000003f 
- 00019380  0x0000496c hstore  0x00000001 , 0x00008a00 
- 00019381  0x0000496d jam  0x00000001 , 0x00000d47 
- 00019382  0x0000496e rtn 
- 00019383  0x00004971 fetch  0x00000001 , 0x00000d36 
- 00019384  0x00004972 rtneq  0x00000003 
- 00019385  0x00004973 beq  0x00000002 , 0x00004bbb 
- 00019386  0x00004974 rtn 
- 00019387  0x00004976 fetch  0x00000001 , 0x00000d47 
- 00019388  0x00004977 rtn  0x00000034 
- 00019389  0x00004978 jam  0x00000001 , 0x00000d46 
- 00019390  0x00004979 branch  0x00004bc2 
- 00019391  0x0000497c arg  0x0000000f , 0x00000007 
- 00019392  0x0000497d call  0x00007f16 
- 00019393  0x0000497e nrtn  0x00000034 
- 00019394  0x00004980 hfetch  0x00000001 , 0x00008a00 
- 00019395  0x00004981 rtnbit0  0x00000007 
- 00019396  0x00004982 jam  0x000000fc , 0x00008a00 
- 00019397  0x00004983 nop  0x00007530 
- 00019398  0x00004984 jam  0x0000003c , 0x00008a00 
- 00019399  0x00004985 rtn 
- 00019400  0x0000498d bpatch  0x000000fd , 0x0000401f 
- 00019401  0x0000498e fetch  0x00000001 , 0x000041ce 
- 00019402  0x0000498f nrtn  0x00000034 
- 00019403  0x00004991 call  0x00004bce 
- 00019404  0x00004992 ncall  0x00004be6 , 0x00000028 
- 00019405  0x00004993 rtn 
- 00019406  0x00004996 bpatch  0x000000fe , 0x0000401f 
- 00019407  0x00004997 copy  0x00000003 , 0x00000011 
- 00019408  0x00004998 arg  0x00000004 , 0x00000002 
- 00019409  0x00004999 ifetch  0x00000001 , 0x00000003 
- 00019410  0x0000499a beq  0x00000001 , 0x00004bd8 
- 00019411  0x0000499b increase  0x00000001 , 0x00000002 
- 00019412  0x0000499c beq  0x00000002 , 0x00004bd8 
- 00019413  0x0000499d copy  0x00000003 , 0x0000003f 
- 00019414  0x0000499e hstore  0x00000002 , 0x00008058 
- 00019415  0x0000499f rtn 
- 00019416  0x000049a1 hfetch  0x00000002 , 0x00008112 
- 00019417  0x000049a2 isub  0x00000002 , 0x0000003e 
- 00019418  0x000049a3 nbranch  0x00004bd8 , 0x00000002 
- 00019419  0x000049a5 disable  0x00000028 
- 00019420  0x000049a6 copy  0x00000011 , 0x00000003 
- 00019421  0x000049a7 call  0x00004bee 
- 00019422  0x000049a8 iadd  0x00000002 , 0x00000002 
- 00019423  0x000049aa hfetch  0x00000002 , 0x00008112 
- 00019424  0x000049ab isub  0x00000002 , 0x0000003e 
- 00019425  0x000049ac nbranch  0x00004bdf , 0x00000002 
- 00019426  0x000049ad copy  0x00000011 , 0x00000003 
- 00019427  0x000049ae ifetch  0x00000001 , 0x00000003 
- 00019428  0x000049af beq  0x00000001 , 0x00004c3f 
- 00019429  0x000049b0 branch  0x00002a8c 
- 00019430  0x000049b3 bpatch  0x000000ff , 0x0000401f 
- 00019431  0x000049b4 hfetch  0x00000002 , 0x00008058 
- 00019432  0x000049b5 iforce  0x00000003 
- 00019433  0x000049b6 call  0x00004bee 
- 00019434  0x000049b7 iadd  0x00000003 , 0x00000003 
- 00019435  0x000049b8 deposit  0x00000003 
- 00019436  0x000049b9 hstore  0x00000002 , 0x00008058 
- 00019437  0x000049ba rtn 
- 00019438  0x000049c0 ifetch  0x00000001 , 0x00000003 
- 00019439  0x000049c1 increase  0x00000002 , 0x00000003 
- 00019440  0x000049c2 beq  0x00000002 , 0x00004bf3 
- 00019441  0x000049c3 ifetch  0x00000001 , 0x00000003 
- 00019442  0x000049c4 rtn 
- 00019443  0x000049c6 ifetch  0x00000002 , 0x00000003 
- 00019444  0x000049c7 rtn 
- 00019445  0x000049ca hfetch  0x00000002 , 0x0000805e 
- 00019446  0x000049cb increase  0xfffffffb , 0x0000000a 
- 00019447  0x000049cc iadd  0x0000000a , 0x0000000a 
- 00019448  0x000049cd rtn 
- 00019449  0x000049d0 arg  0x00000004 , 0x00000002 
- 00019450  0x000049d1 branch  0x00004bfc 
- 00019451  0x000049d3 arg  0x00000002 , 0x00000002 
- 00019452  0x000049d5 bpatchx  0x00000000 , 0x00004020 
- 00019453  0x000049d6 increase  0x00000001 , 0x00000039 
- 00019454  0x000049d7 hfetch  0x00000002 , 0x0000805e 
- 00019455  0x000049d8 copy  0x0000003f , 0x0000000a 
- 00019456  0x000049d9 copy  0x00000039 , 0x0000003f 
- 00019457  0x000049da istoret  0x00000001 , 0x0000000a 
- 00019458  0x000049db increase  0xffffffff , 0x0000003f 
- 00019459  0x000049dc iadd  0x0000000a , 0x0000000a 
- 00019460  0x000049dd copy  0x0000000a , 0x0000003f 
- 00019461  0x000049de store  0x00000002 , 0x00000258 
- 00019462  0x000049df copy  0x00000002 , 0x0000003f 
- 00019463  0x000049e0 rtneq  0x00000002 
- 00019464  0x000049e1 fetch  0x00000002 , 0x00000258 
- 00019465  0x000049e2 hstore  0x00000002 , 0x0000805e 
- 00019466  0x000049e3 branch  0x00004c0b 
- 00019467  0x000049e7 setarg  0x00000000 
- 00019468  0x000049e8 store  0x00000002 , 0x00000258 
- 00019469  0x000049e9 rtn 
- 00019470  0x000049f1 rtn  0x0000002b 
- 00019471  0x000049f2 setarg  0x00004d28 
- 00019472  0x000049f3 store  0x00000002 , 0x000041f3 
- 00019473  0x000049f5 setarg  0x000001a0 
- 00019474  0x000049f6 store  0x00000002 , 0x00004243 
- 00019475  0x000049f8 setarg  0x00001800 
- 00019476  0x000049f9 hstore  0x00000002 , 0x00008054 
- 00019477  0x000049fa setarg  0x00001bff 
- 00019478  0x000049fb hstore  0x00000002 , 0x00008056 
- 00019479  0x000049fc setarg  0x00001c00 
- 00019480  0x000049fd hstore  0x00000002 , 0x0000805a 
- 00019481  0x000049fe call  0x00004c28 
- 00019482  0x00004a00 jam  0x00000000 , 0x00008062 
- 00019483  0x00004a01 setarg  0x00001c00 
- 00019484  0x00004a02 hstore  0x00000002 , 0x0000805e 
- 00019485  0x00004a03 hstore  0x00000002 , 0x00008060 
- 00019486  0x00004a04 setarg  0x00001800 
- 00019487  0x00004a05 hstore  0x00000002 , 0x00008058 
- 00019488  0x00004a06 store  0x00000002 , 0x00000244 
- 00019489  0x00004a08 hfetch  0x00000002 , 0x00008050 
- 00019490  0x00004a09 set0  0x0000000f , 0x0000003f 
- 00019491  0x00004a0a hstore  0x00000002 , 0x00008050 
- 00019492  0x00004a0b call  0x000066ce 
- 00019493  0x00004a0c jam  0x00000001 , 0x00008043 
- 00019494  0x00004a0d jam  0x00000081 , 0x00008062 
- 00019495  0x00004a0e rtn 
- 00019496  0x00004a11 setarg  0x00001fff 
- 00019497  0x00004a12 hstore  0x00000002 , 0x0000805c 
- 00019498  0x00004a13 hfetch  0x00000001 , 0x00008081 
- 00019499  0x00004a14 or_into  0x00000007 , 0x0000003f 
- 00019500  0x00004a15 hstore  0x00000001 , 0x00008081 
- 00019501  0x00004a16 rtn 
- 00019502  0x00004a1a bpatchx  0x00000001 , 0x00004020 
- 00019503  0x00004a1b hfetch  0x00000001 , 0x0000810c 
- 00019504  0x00004a1c iforce  0x00000012 
- 00019505  0x00004a1d bbit0  0x00000003 , 0x00004c37 
- 00019506  0x00004a1e hfetch  0x00000002 , 0x00008112 
- 00019507  0x00004a1f iforce  0x00000013 
- 00019508  0x00004a20 arg  0x0000044f , 0x00000002 
- 00019509  0x00004a21 isub  0x00000002 , 0x0000003e 
- 00019510  0x00004a22 nrtn  0x00000005 
- 00019511  0x00004a24 hfetch  0x00000002 , 0x00008058 
- 00019512  0x00004a25 iforce  0x00000003 
- 00019513  0x00004a26 branch  0x00004bc8 
- 00019514  0x00004a29 hfetcht  0x00000001 , 0x0000810c 
- 00019515  0x00004a2a isolate1  0x00000006 , 0x00000002 
- 00019516  0x00004a2b branch  0x00004c3a , 0x00000001 
- 00019517  0x00004a2c hstore  0x00000001 , 0x00008015 
- 00019518  0x00004a2d rtn 
- 00019519  0x00004a30 bpatchx  0x00000002 , 0x00004020 
- 00019520  0x00004a31 fetch  0x00000001 , 0x000041ce 
- 00019521  0x00004a32 branch  0x00004c44 , 0x00000034 
- 00019522  0x00004a33 enable  0x00000028 
- 00019523  0x00004a34 rtn 
- 00019524  0x00004a36 ifetch  0x00000002 , 0x00000003 
- 00019525  0x00004a37 iforce  0x00000030 
- 00019526  0x00004a38 iforce  0x00000007 
- 00019527  0x00004a39 ifetch  0x00000001 , 0x00000003 
- 00019528  0x00004a3a iforce  0x00000002 
- 00019529  0x00004a3b rshift2  0x00000030 , 0x0000003f 
- 00019530  0x00004a3c rshift8  0x0000003f , 0x0000003f 
- 00019531  0x00004a3d beq  0x0000003f , 0x00004c4d 
- 00019532  0x00004a3e rtn 
- 00019533  0x00004a42 bpatchx  0x00000003 , 0x00004020 
- 00019534  0x00004a43 deposit  0x00000007 
- 00019535  0x00004a44 beq  0x00000000 , 0x00004cdc 
- 00019536  0x00004a45 beq  0x00000001 , 0x00004c66 
- 00019537  0x00004a46 beq  0x00000002 , 0x00004c6b 
- 00019538  0x00004a47 beq  0x00000003 , 0x00004c7a 
- 00019539  0x00004a48 beq  0x00000004 , 0x00004cb3 
- 00019540  0x00004a49 beq  0x00000005 , 0x00004cdc 
- 00019541  0x00004a4a beq  0x00000006 , 0x00004cc6 
- 00019542  0x00004a4b beq  0x00000007 , 0x00004c5c 
- 00019543  0x00004a4d beq  0x00000010 , 0x00004cc9 
- 00019544  0x00004a4e beq  0x00000011 , 0x00004cd1 
- 00019545  0x00004a4f beq  0x00000012 , 0x00004ca5 
- 00019546  0x00004a50 beq  0x00000013 , 0x00004c85 
- 00019547  0x00004a51 branch  0x00004cdc 
- 00019548  0x00004a54 call  0x00004cdc 
- 00019549  0x00004a55 call  0x00007f9e 
- 00019550  0x00004a56 call  0x0000688c 
- 00019551  0x00004a58 call  0x000033d2 
- 00019552  0x00004a59 call  0x000033d9 
- 00019553  0x00004a5a branch  0x0000688f 
- 00019554  0x00004a5d jam  0x00000000 , 0x00004245 
- 00019555  0x00004a5e call  0x000033d0 
- 00019556  0x00004a5f call  0x00004c13 
- 00019557  0x00004a60 branch  0x000033db 
- 00019558  0x00004a63 call  0x00004cf2 
- 00019559  0x00004a64 hfetch  0x00000002 , 0x00008000 
- 00019560  0x00004a65 istore  0x00000002 , 0x0000000a 
- 00019561  0x00004a66 force  0x00000006 , 0x00000039 
- 00019562  0x00004a67 branch  0x00004cdd 
- 00019563  0x00004a6a ifetch  0x00000002 , 0x00000003 
- 00019564  0x00004a6b store  0x00000002 , 0x00004243 
- 00019565  0x00004a6c hstore  0x00000002 , 0x00008052 
- 00019566  0x00004a6d rtn 
- 00019567  0x00004a72 ifetch  0x00000001 , 0x00000003 
- 00019568  0x00004a73 copy  0x0000003f , 0x00000002 
- 00019569  0x00004a74 hstore  0x00000001 , 0x00008024 
- 00019570  0x00004a75 ifetch  0x00000001 , 0x00000003 
- 00019571  0x00004a76 iadd  0x00000002 , 0x00000002 
- 00019572  0x00004a77 set1  0x00000007 , 0x0000003f 
- 00019573  0x00004a78 hstore  0x00000001 , 0x00008023 
- 00019574  0x00004a79 ifetch  0x00000001 , 0x00000003 
- 00019575  0x00004a7a iadd  0x00000002 , 0x00000002 
- 00019576  0x00004a7b copy  0x0000003f , 0x00000039 
- 00019577  0x00004a7c rtn 
- 00019578  0x00004a7f bmark1  0x0000002b , 0x00004cc4 
- 00019579  0x00004a80 call  0x00004c6f 
- 00019580  0x00004a82 ifetch  0x00000001 , 0x00000003 
- 00019581  0x00004a83 hstore  0x00000001 , 0x00008025 
- 00019582  0x00004a84 iadd  0x00000002 , 0x00000002 
- 00019583  0x00004a85 loop  0x00004c7c 
- 00019584  0x00004a87 and  0x00000002 , 0x000000ff , 0x00000002 
- 00019585  0x00004a88 ifetch  0x00000001 , 0x00000003 
- 00019586  0x00004a89 isub  0x00000002 , 0x0000003e 
- 00019587  0x00004a8a nbranch  0x00004cc4 , 0x00000005 
- 00019588  0x00004a8b branch  0x00004cdc 
- 00019589  0x00004a8f bmark0  0x0000002b , 0x00004cc4 
- 00019590  0x00004a90 call  0x00004c6f 
- 00019591  0x00004a91 store  0x00000008 , 0x00000a9a 
- 00019592  0x00004a93 call  0x00007422 
- 00019593  0x00004a94 arg  0x00000010 , 0x00000039 
- 00019594  0x00004a95 arg  0x00000ac2 , 0x00000005 
- 00019595  0x00004a96 call  0x00004ca0 
- 00019596  0x00004a97 storet  0x00000008 , 0x00000aa2 
- 00019597  0x00004a98 arg  0x00000ad2 , 0x00000005 
- 00019598  0x00004a99 call  0x00007497 
- 00019599  0x00004a9a arg  0x00000ad2 , 0x00000011 
- 00019600  0x00004a9b arg  0x00000ac2 , 0x00000012 
- 00019601  0x00004a9c arg  0x00000ae2 , 0x00000005 
- 00019602  0x00004a9d call  0x00007352 
- 00019603  0x00004a9e arg  0x00000010 , 0x00000039 
- 00019604  0x00004a9f arg  0x00000ae2 , 0x00000006 
- 00019605  0x00004aa0 call  0x00004c9c 
- 00019606  0x00004aa1 fetcht  0x00000008 , 0x00000aa2 
- 00019607  0x00004aa2 fetch  0x00000008 , 0x00000a9a 
- 00019608  0x00004aa3 increase  0xfffffff0 , 0x0000003f 
- 00019609  0x00004aa4 store  0x00000008 , 0x00000a9a 
- 00019610  0x00004aa5 nbranch  0x00004c88 , 0x00000034 
- 00019611  0x00004aa6 branch  0x00004c80 
- 00019612  0x00004aa9 ifetch  0x00000001 , 0x00000006 
- 00019613  0x00004aaa hstore  0x00000001 , 0x00008025 
- 00019614  0x00004aab loop  0x00004c9c 
- 00019615  0x00004aac rtn 
- 00019616  0x00004aaf ifetch  0x00000001 , 0x00000003 
- 00019617  0x00004ab0 istore  0x00000001 , 0x00000005 
- 00019618  0x00004ab1 iadd  0x00000002 , 0x00000002 
- 00019619  0x00004ab2 loop  0x00004ca0 
- 00019620  0x00004ab3 rtn 
- 00019621  0x00004ab6 bmark0  0x0000002b , 0x00004cc4 
- 00019622  0x00004ab7 arg  0x00000000 , 0x00000002 
- 00019623  0x00004ab8 arg  0x00000010 , 0x00000039 
- 00019624  0x00004ab9 arg  0x00000ac2 , 0x00000005 
- 00019625  0x00004aba call  0x00004ca0 
- 00019626  0x00004abb hfetch  0x00000001 , 0x00008085 
- 00019627  0x00004abc and_into  0x000000fd , 0x0000003f 
- 00019628  0x00004abd hstore  0x00000001 , 0x00008085 
- 00019629  0x00004abe arg  0x00000ac2 , 0x00000006 
- 00019630  0x00004abf arg  0x00000010 , 0x00000039 
- 00019631  0x00004ac0 call  0x00007478 
- 00019632  0x00004ac1 call  0x00007428 
- 00019633  0x00004ac2 call  0x00007491 
- 00019634  0x00004ac3 branch  0x00004c80 
- 00019635  0x00004ac7 arg  0x00000020 , 0x00000039 
- 00019636  0x00004ac8 arg  0x00004000 , 0x00000005 
- 00019637  0x00004ac9 arg  0x00000000 , 0x00000002 
- 00019638  0x00004acb ifetch  0x00000001 , 0x00000003 
- 00019639  0x00004acc istore  0x00000001 , 0x00000005 
- 00019640  0x00004acd iadd  0x00000002 , 0x00000002 
- 00019641  0x00004ace loop  0x00004cb6 
- 00019642  0x00004acf and  0x00000002 , 0x000000ff , 0x00000002 
- 00019643  0x00004ad0 ifetch  0x00000001 , 0x00000003 
- 00019644  0x00004ad1 isub  0x00000002 , 0x0000003e 
- 00019645  0x00004ad2 nbranch  0x00004cc4 , 0x00000005 
- 00019646  0x00004ad3 jam  0x00000000 , 0x00008023 
- 00019647  0x00004ad4 call  0x00004cdc 
- 00019648  0x00004ad5 call  0x00004be6 
- 00019649  0x00004ad6 call  0x000064a3 
- 00019650  0x00004ad7 call  0x00007f9e 
- 00019651  0x00004ad8 branch  0x00002001 
- 00019652  0x00004adb jam  0x00000000 , 0x00008023 
- 00019653  0x00004adc branch  0x00002000 
- 00019654  0x00004adf ifetch  0x00000006 , 0x00000003 
- 00019655  0x00004ae0 store  0x00000006 , 0x000040a0 
- 00019656  0x00004ae1 branch  0x00004cdc 
- 00019657  0x00004ae5 ifetch  0x00000001 , 0x00000003 
- 00019658  0x00004ae6 store  0x00000001 , 0x0000025a 
- 00019659  0x00004ae7 copy  0x0000003f , 0x00000039 
- 00019660  0x00004ae8 ifetch  0x00000002 , 0x00000003 
- 00019661  0x00004ae9 store  0x00000002 , 0x0000025b 
- 00019662  0x00004aea copy  0x0000003f , 0x00000005 
- 00019663  0x00004aeb call  0x000066fd 
- 00019664  0x00004aec branch  0x00004cdc 
- 00019665  0x00004af0 ifetch  0x00000001 , 0x00000003 
- 00019666  0x00004af1 store  0x00000001 , 0x0000025a 
- 00019667  0x00004af2 copy  0x0000003f , 0x00000039 
- 00019668  0x00004af3 ifetch  0x00000002 , 0x00000003 
- 00019669  0x00004af4 store  0x00000002 , 0x0000025b 
- 00019670  0x00004af5 arg  0x00001000 , 0x00000005 
- 00019671  0x00004af6 call  0x000066fd 
- 00019672  0x00004af7 fetcht  0x00000001 , 0x0000025a 
- 00019673  0x00004af8 arg  0x00001000 , 0x00000011 
- 00019674  0x00004af9 fetch  0x00000002 , 0x0000025b 
- 00019675  0x00004afa branch  0x00006608 
- 00019676  0x00004b00 force  0x00000004 , 0x00000039 
- 00019677  0x00004b02 call  0x00004cf4 
- 00019678  0x00004b03 force  0x00000001 , 0x0000003f 
- 00019679  0x00004b04 istore  0x00000001 , 0x0000000a 
- 00019680  0x00004b05 deposit  0x00000030 
- 00019681  0x00004b06 istore  0x00000003 , 0x0000000a 
- 00019682  0x00004b07 force  0x0000000e , 0x00000007 
- 00019683  0x00004b09 bpatchx  0x00000004 , 0x00004020 
- 00019684  0x00004b0a call  0x00004cf6 
- 00019685  0x00004b0b deposit  0x00000007 
- 00019686  0x00004b0c istore  0x00000001 , 0x0000000a 
- 00019687  0x00004b0d deposit  0x00000039 
- 00019688  0x00004b0e istore  0x00000001 , 0x0000000a 
- 00019689  0x00004b10 force  0x00000005 , 0x00000007 
- 00019690  0x00004b11 increase  0x00000002 , 0x00000039 
- 00019691  0x00004b13 branch  0x00004bf9 
- 00019692  0x00004b16 force  0x000000ff , 0x00000007 
- 00019693  0x00004b17 call  0x00004cf4 
- 00019694  0x00004b18 setarg  0x00000001 
- 00019695  0x00004b19 istore  0x00000001 , 0x0000000a 
- 00019696  0x00004b1a force  0x00000001 , 0x00000039 
- 00019697  0x00004b1b branch  0x00004ce3 
- 00019698  0x00004b1e force  0x0000000c , 0x0000000a 
- 00019699  0x00004b1f branch  0x00004cf7 
- 00019700  0x00004b22 force  0x00000008 , 0x0000000a 
- 00019701  0x00004b23 branch  0x00004cf7 
- 00019702  0x00004b26 force  0x00000006 , 0x0000000a 
- 00019703  0x00004b28 branch  0x00004bf5 
- 00019704  0x00004b2d pulse  0x0000000f 
- 00019705  0x00004b2e enable  0x00000009 
- 00019706  0x00004b30 ifetch  0x00000001 , 0x0000000a 
- 00019707  0x00004b31 inject  0x00000000 , 0x00000008 
- 00019708  0x00004b32 loop  0x00004cfa 
- 00019709  0x00004b33 enable  0x00000008 
- 00019710  0x00004b34 inject  0x00000000 , 0x00000010 
- 00019711  0x00004b35 disable  0x00000008 
- 00019712  0x00004b36 disable  0x00000009 
- 00019713  0x00004b37 disable  0x0000000f 
- 00019714  0x00004b38 byteswap  0x0000003f , 0x0000003f 
- 00019715  0x00004b39 rtn 
- 00019716  0x00004b3e jam  0x00000000 , 0x000041ce 
- 00019717  0x00004b3f rtn 
- 00019718  0x00004b41 fetch  0x00000006 , 0x000041d0 
- 00019719  0x00004b42 fetcht  0x00000006 , 0x00000040 
- 00019720  0x00004b43 isub  0x00000002 , 0x0000003e 
- 00019721  0x00004b44 rtn 
- 00019722  0x00004b4a fetch  0x00000001 , 0x0000004b 
- 00019723  0x00004b4b bbit1  0x00000002 , 0x00004d0f 
- 00019724  0x00004b4c call  0x000062ef 
- 00019725  0x00004b4d jam  0x00000008 , 0x0000007c 
- 00019726  0x00004b4e branch  0x00004d04 
- 00019727  0x00004b50 set0  0x00000002 , 0x0000003f 
- 00019728  0x00004b51 store  0x00000001 , 0x0000004b 
- 00019729  0x00004b52 call  0x00006001 
- 00019730  0x00004b53 setarg  0x00000000 
- 00019731  0x00004b54 setflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00019732  0x00004b55 store  0x00000001 , 0x0000007f 
- 00019733  0x00004b56 branch  0x00004d04 
- 00019734  0x00004b57 rtn 
- 00019735  0x00004b59 jam  0x00000017 , 0x0000007c 
- 00019736  0x00004b5a arg  0x000004d9 , 0x00000005 
- 00019737  0x00004b5b setarg  0x00000000 
- 00019738  0x00004b5c isolate1  0x0000001b , 0x00000028 
- 00019739  0x00004b5d setflag  0x00000001 , 0x00000001 , 0x0000003f 
- 00019740  0x00004b5e istore  0x00000001 , 0x00000005 
- 00019741  0x00004b5f setarg  0x00000000 
- 00019742  0x00004b60 istore  0x00000002 , 0x00000005 
- 00019743  0x00004b61 fetch  0x00000002 , 0x000041e3 
- 00019744  0x00004b62 istore  0x00000002 , 0x00000005 
- 00019745  0x00004b63 fetch  0x00000001 , 0x000041e5 
- 00019746  0x00004b64 istore  0x00000002 , 0x00000005 
- 00019747  0x00004b65 fetch  0x00000001 , 0x000041e7 
- 00019748  0x00004b66 istore  0x00000002 , 0x00000005 
- 00019749  0x00004b67 branch  0x00004d04 
- 00019750  0x00004b6a jam  0x00000018 , 0x0000007c 
- 00019751  0x00004b6b branch  0x00004d04 
- 00019752  0x00004b6e call  0x00006899 
- 00019753  0x00004b6f rtn  0x00000001 
- 00019754  0x00004b70 arg  0x00000007 , 0x00000002 
- 00019755  0x00004b71 call  0x0000681d 
- 00019756  0x00004b72 nbranch  0x00004d2f , 0x00000001 
- 00019757  0x00004b73 jam  0x00000001 , 0x00004245 
- 00019758  0x00004b74 rtn 
- 00019759  0x00004b76 fetch  0x00000001 , 0x00004245 
- 00019760  0x00004b77 rtnne  0x00000001 
- 00019761  0x00004b78 call  0x00004c62 
- 00019762  0x00004b79 branch  0x00004cec 
- 00019763  0x00004b88 bpatchx  0x00000005 , 0x00004020 
- 00019764  0x00004b89 fetch  0x00000002 , 0x00000264 
- 00019765  0x00004b8a copy  0x0000003f , 0x00000006 
- 00019766  0x00004b8b ifetch  0x00000001 , 0x00000006 
- 00019767  0x00004b8c and  0x0000003f , 0x0000000f , 0x00000002 
- 00019768  0x00004b8d rshift4  0x0000003f , 0x0000003f 
- 00019769  0x00004b8e beq  0x00000009 , 0x00004d53 
- 00019770  0x00004b8f beq  0x00000007 , 0x00004d53 
- 00019771  0x00004b90 beq  0x0000000a , 0x00004d5f 
- 00019772  0x00004b91 beq  0x00000005 , 0x00004d4b 
- 00019773  0x00004b92 beq  0x00000001 , 0x00004d3f 
- 00019774  0x00004b93 rtn 
- 00019775  0x00004b96 copy  0x00000002 , 0x0000003f 
- 00019776  0x00004b97 beq  0x00000005 , 0x00004d43 
- 00019777  0x00004b98 beq  0x00000003 , 0x00004d4a 
- 00019778  0x00004b99 rtn 
- 00019779  0x00004b9c jam  0x00000027 , 0x00000a99 
- 00019780  0x00004b9d call  0x00007d86 
- 00019781  0x00004b9e fetch  0x00000001 , 0x00004092 
- 00019782  0x00004b9f rtnbit0  0x00000006 
- 00019783  0x00004ba0 copy  0x00000002 , 0x0000003f 
- 00019784  0x00004ba1 beq  0x00000005 , 0x0000438e 
- 00019785  0x00004ba2 rtn 
- 00019786  0x00004ba4 rtn 
- 00019787  0x00004ba7 call  0x00004d5f 
- 00019788  0x00004ba8 arg  0x00000001 , 0x00000011 
- 00019789  0x00004ba9 call  0x00004d63 
- 00019790  0x00004baa fetch  0x00000002 , 0x0000424c 
- 00019791  0x00004bab istore  0x00000002 , 0x00000005 
- 00019792  0x00004bac setarg  0x00000000 
- 00019793  0x00004bad istore  0x00000001 , 0x00000005 
- 00019794  0x00004bae rtn 
- 00019795  0x00004bb1 arg  0x00000001 , 0x00000011 
- 00019796  0x00004bb2 call  0x00004d63 
- 00019797  0x00004bb3 fetch  0x00000002 , 0x0000424c 
- 00019798  0x00004bb4 istore  0x00000002 , 0x00000005 
- 00019799  0x00004bb5 setarg  0x00000000 
- 00019800  0x00004bb6 istore  0x00000001 , 0x00000005 
- 00019801  0x00004bb7 jam  0x00000001 , 0x00000a8e 
- 00019802  0x00004bb8 fetch  0x00000001 , 0x00004252 
- 00019803  0x00004bb9 set1  0x00000006 
- 00019804  0x00004bba store  0x00000001 , 0x00004252 
- 00019805  0x00004bbb jam  0x00000012 , 0x00000a99 
- 00019806  0x00004bbc branch  0x00007d86 
- 00019807  0x00004bbf ifetch  0x00000001 , 0x00000006 
- 00019808  0x00004bc0 beq  0x00000001 , 0x00004d62 
- 00019809  0x00004bc1 rtn 
- 00019810  0x00004bc4 rtn 
- 00019811  0x00004bc8 call  0x00005240 
- 00019812  0x00004bc9 copy  0x00000011 , 0x00000002 
- 00019813  0x00004bca storet  0x00000001 , 0x00000a8e 
- 00019814  0x00004bcb copy  0x0000003f , 0x00000005 
- 00019815  0x00004bcc copy  0x00000011 , 0x0000003f 
- 00019816  0x00004bcd istore  0x00000002 , 0x00000005 
- 00019817  0x00004bce rtn 
- 00019818  0x00004be0 branch  0x00004d6f , 0x0000002b 
- 00019819  0x00004be2 setarg  0x00004365 
- 00019820  0x00004be3 arg  0x00004246 , 0x00000005 
- 00019821  0x00004be4 isub  0x00000005 , 0x00000039 
- 00019822  0x00004be5 call  0x00007ed4 
- 00019823  0x00004be7 bpatchx  0x00000006 , 0x00004020 
- 00019824  0x00004be8 setarg  0x00000551 
- 00019825  0x00004be9 arg  0x00000511 , 0x00000005 
- 00019826  0x00004bea isub  0x00000005 , 0x00000039 
- 00019827  0x00004beb call  0x00007ed4 
- 00019828  0x00004bec setarg  0x000002c9 
- 00019829  0x00004bed arg  0x0000025d , 0x00000005 
- 00019830  0x00004bee isub  0x00000005 , 0x00000039 
- 00019831  0x00004bef call  0x00007ed4 
- 00019832  0x00004bf0 branch  0x00005318 
- 00019833  0x00004bf3 bpatchx  0x00000007 , 0x00004020 
- 00019834  0x00004bf4 copy  0x00000006 , 0x00000002 
- 00019835  0x00004bf7 copy  0x00000002 , 0x00000006 
- 00019836  0x00004bf8 ifetch  0x00000002 , 0x00000006 
- 00019837  0x00004bf9 store  0x00000002 , 0x00000266 
- 00019838  0x00004bfa ifetch  0x00000002 , 0x00000006 
- 00019839  0x00004bfb store  0x00000002 , 0x00000268 
- 00019840  0x00004bfc deposit  0x00000006 
- 00019841  0x00004bfd store  0x00000002 , 0x00000264 
- 00019842  0x00004bfe fetch  0x00000001 , 0x00004681 
- 00019843  0x00004bff beq  0x00000000 , 0x00004d85 
- 00019844  0x00004c00 branch  0x000050ef 
- 00019845  0x00004c03 fetch  0x00000002 , 0x00000266 
- 00019846  0x00004c04 branch  0x00004dfc , 0x00000034 
- 00019847  0x00004c05 bpatchx  0x00000008 , 0x00004021 
- 00019848  0x00004c06 fetch  0x00000001 , 0x00000268 
- 00019849  0x00004c07 beq  0x00000001 , 0x00004d9d 
- 00019850  0x00004c09 beq  0x00000050 , 0x00004de0 
- 00019851  0x00004c0a beq  0x00000051 , 0x00004df5 
- 00019852  0x00004c0b beq  0x00000052 , 0x00004df3 
- 00019853  0x00004c0c beq  0x00000053 , 0x00004df3 
- 00019854  0x00004c0d branch  0x00004dfc 
- 00019855  0x00004c12 bpatchx  0x00000009 , 0x00004021 
- 00019856  0x00004c13 call  0x0000527e 
- 00019857  0x00004c14 fetch  0x00000001 , 0x00004256 
- 00019858  0x00004c15 beq  0x00000000 , 0x00004d9b 
- 00019859  0x00004c16 beq  0x00000001 , 0x00004d9b 
- 00019860  0x00004c17 beq  0x00000002 , 0x00004d9b 
- 00019861  0x00004c18 beq  0x00000003 , 0x00004d9b 
- 00019862  0x00004c19 beq  0x00000081 , 0x00004d9b 
- 00019863  0x00004c1a beq  0x000000c0 , 0x00004d9b 
- 00019864  0x00004c1b beq  0x00000080 , 0x00004d9b 
- 00019865  0x00004c1c beq  0x00000040 , 0x00004d9b 
- 00019866  0x00004c1d rtn 
- 00019867  0x00004c20 setarg  0x00000000 
- 00019868  0x00004c21 rtn 
- 00019869  0x00004c25 call  0x00004d8f 
- 00019870  0x00004c26 nrtn  0x00000034 
- 00019871  0x00004c28 call  0x000052b8 
- 00019872  0x00004c29 call  0x00004e01 
- 00019873  0x00004c2a fetcht  0x00000002 , 0x0000026f 
- 00019874  0x00004c2b branch  0x00004dfb , 0x00000034 
- 00019875  0x00004c2c call  0x000052c1 
- 00019876  0x00004c2d fetch  0x00000002 , 0x0000026f 
- 00019877  0x00004c2e istore  0x00000002 , 0x00000005 
- 00019878  0x00004c2f force  0x00000001 , 0x0000003f 
- 00019879  0x00004c30 istore  0x00000002 , 0x00000005 
- 00019880  0x00004c31 branch  0x00004dfc 
- 00019881  0x00004c34 fetch  0x00000001 , 0x00004364 
- 00019882  0x00004c35 rtn  0x00000034 
- 00019883  0x00004c36 copy  0x0000003f , 0x00000011 
- 00019884  0x00004c37 bpatchx  0x0000000a , 0x00004021 
- 00019885  0x00004c38 fetch  0x00000004 , 0x000002d5 
- 00019886  0x00004c39 arg  0x00000100 , 0x00000002 
- 00019887  0x00004c3a iadd  0x00000002 , 0x00000002 
- 00019888  0x00004c3b copy  0x00000022 , 0x0000003f 
- 00019889  0x00004c3c isub  0x00000002 , 0x0000003e 
- 00019890  0x00004c3d nrtn  0x00000002 
- 00019891  0x00004c3e jam  0x00000000 , 0x00004364 
- 00019892  0x00004c3f copy  0x00000011 , 0x0000003f 
- 00019893  0x00004c40 beq  0x00000050 , 0x00004db7 
- 00019894  0x00004c41 branch  0x00002a8c 
- 00019895  0x00004c43 arg  0x00000000 , 0x00000008 
- 00019896  0x00004c44 call  0x000052b8 
- 00019897  0x00004c45 call  0x00004e7a 
- 00019898  0x00004c46 call  0x000052c3 
- 00019899  0x00004c47 call  0x00007ea8 
- 00019900  0x00004c48 call  0x00004ead 
- 00019901  0x00004c49 call  0x000052c1 
- 00019902  0x00004c4b setarg  0x0000000c 
- 00019903  0x00004c4c istore  0x00000002 , 0x00000005 
- 00019904  0x00004c4d force  0x00000001 , 0x0000003f 
- 00019905  0x00004c4e istore  0x00000002 , 0x00000005 
- 00019906  0x00004c4f branch  0x00004dfc 
- 00019907  0x00004c54 bpatchx  0x0000000b , 0x00004021 
- 00019908  0x00004c55 fetch  0x00000002 , 0x00000275 
- 00019909  0x00004c56 increase  0x00000004 , 0x0000003f 
- 00019910  0x00004c57 rshift4  0x0000003f , 0x0000003f 
- 00019911  0x00004c58 rshift3  0x0000003f , 0x0000003f 
- 00019912  0x00004c59 add  0x0000003f , 0x00000001 , 0x00000002 
- 00019913  0x00004c5a arg  0x00004260 , 0x00000006 
- 00019914  0x00004c5b ifetch  0x00000003 , 0x00000006 
- 00019915  0x00004c5c rtn  0x00000034 
- 00019916  0x00004c5d store  0x00000003 , 0x00000ac2 
- 00019917  0x00004c5e fetch  0x00000001 , 0x00000ac2 
- 00019918  0x00004c5f copy  0x0000003f , 0x00000011 
- 00019919  0x00004c60 call  0x00004dd3 
- 00019920  0x00004c61 copy  0x00000012 , 0x0000003f 
- 00019921  0x00004c62 store  0x00000001 , 0x00004260 
- 00019922  0x00004c63 rtn 
- 00019923  0x00004c66 arg  0x00000000 , 0x00000007 
- 00019924  0x00004c67 arg  0x00000000 , 0x00000012 
- 00019925  0x00004c6a sub  0x00000007 , 0x00000007 , 0x0000003e 
- 00019926  0x00004c6b nrtn  0x00000002 
- 00019927  0x00004c6c qisolate1  0x00000011 
- 00019928  0x00004c6d branch  0x00004dda , 0x00000001 
- 00019929  0x00004c6e branch  0x00004dde 
- 00019930  0x00004c71 copy  0x00000002 , 0x0000003f 
- 00019931  0x00004c72 branch  0x00004dde , 0x00000034 
- 00019932  0x00004c73 qset1  0x00000012 
- 00019933  0x00004c74 increase  0xffffffff , 0x00000002 
- 00019934  0x00004c77 increase  0x00000001 , 0x00000007 
- 00019935  0x00004c78 branch  0x00004dd5 
- 00019936  0x00004c7b call  0x00005274 
- 00019937  0x00004c7c nrtn  0x00000034 
- 00019938  0x00004c7d call  0x00004d8f 
- 00019939  0x00004c7e nrtn  0x00000034 
- 00019940  0x00004c7f call  0x000052c5 
- 00019941  0x00004c80 call  0x00006e11 
- 00019942  0x00004c81 call  0x00004dc3 
- 00019943  0x00004c82 branch  0x00004dec 
- 00019944  0x00004c86 call  0x00005274 
- 00019945  0x00004c87 nrtn  0x00000034 
- 00019946  0x00004c88 call  0x000052c5 
- 00019947  0x00004c89 call  0x00006e11 
- 00019948  0x00004c8b call  0x000052ce 
- 00019949  0x00004c8c fetch  0x00000002 , 0x00000275 
- 00019950  0x00004c8d branch  0x00004dfb , 0x00000034 
- 00019951  0x00004c8e istore  0x00000002 , 0x00000005 
- 00019952  0x00004c8f fetch  0x00000002 , 0x00004248 
- 00019953  0x00004c90 istore  0x00000002 , 0x00000005 
- 00019954  0x00004c91 branch  0x00004dfc 
- 00019955  0x00004c94 call  0x00004d33 
- 00019956  0x00004c95 branch  0x00004dfc 
- 00019957  0x00004c98 bpatchx  0x0000000c , 0x00004021 
- 00019958  0x00004c99 jam  0x00000000 , 0x00000284 
- 00019959  0x00004c9a call  0x00006a8a 
- 00019960  0x00004c9b fetch  0x00000001 , 0x00000284 
- 00019961  0x00004c9c rtneq  0x00000001 
- 00019962  0x00004c9d branch  0x00004dfc 
- 00019963  0x00004c9f call  0x00005264 
- 00019964  0x00004ca2 setarg  0x00000000 
- 00019965  0x00004ca3 store  0x00000002 , 0x00000266 
- 00019966  0x00004ca4 store  0x00000002 , 0x00000268 
- 00019967  0x00004ca5 jam  0x00000001 , 0x0000026a 
- 00019968  0x00004ca6 rtn 
- 00019969  0x00004ca9 bpatchx  0x0000000d , 0x00004021 
- 00019970  0x00004caa call  0x000052c3 
- 00019971  0x00004cab force  0x00000000 , 0x00000012 
- 00019972  0x00004cac fetch  0x00000002 , 0x00000266 
- 00019973  0x00004cad copy  0x0000003f , 0x00000013 
- 00019974  0x00004cae fetch  0x00000002 , 0x00000264 
- 00019975  0x00004caf iforce  0x00000006 
- 00019976  0x00004cb1 call  0x00004e10 
- 00019977  0x00004cb2 deposit  0x00000013 
- 00019978  0x00004cb3 increase  0xfffffffc , 0x00000013 
- 00019979  0x00004cb4 increase  0xfffffffc , 0x0000003f 
- 00019980  0x00004cb5 nbranch  0x00004e08 , 0x00000034 
- 00019981  0x00004cb6 copy  0x00000012 , 0x0000003f 
- 00019982  0x00004cb7 store  0x00000002 , 0x0000026f 
- 00019983  0x00004cb8 rtn 
- 00019984  0x00004cbb bpatchx  0x0000000e , 0x00004021 
- 00019985  0x00004cbc ifetch  0x00000001 , 0x00000006 
- 00019986  0x00004cbd beq  0x00000001 , 0x00004e49 
- 00019987  0x00004cbe beq  0x00000002 , 0x00004e51 
- 00019988  0x00004cbf beq  0x00000003 , 0x00004ed5 
- 00019989  0x00004cc0 beq  0x00000004 , 0x00004f05 
- 00019990  0x00004cc1 beq  0x00000005 , 0x00004fa2 
- 00019991  0x00004cc2 beq  0x00000006 , 0x00004fcb 
- 00019992  0x00004cc3 beq  0x00000007 , 0x0000501b 
- 00019993  0x00004cc4 beq  0x00000008 , 0x00005050 
- 00019994  0x00004cc5 beq  0x00000009 , 0x00005060 
- 00019995  0x00004cc6 beq  0x0000000a , 0x00004e1f 
- 00019996  0x00004cc7 beq  0x0000000b , 0x00005061 
- 00019997  0x00004cc8 call  0x00005062 
- 00019998  0x00004cca rtn 
- 00019999  0x00004ccd ifetch  0x00000001 , 0x00000006 
- 00020000  0x00004cce copy  0x0000003f , 0x00000007 
- 00020001  0x00004ccf ifetch  0x00000002 , 0x00000006 
- 00020002  0x00004cd0 copy  0x0000003f , 0x00000011 
- 00020003  0x00004cd1 copy  0x00000013 , 0x0000003f 
- 00020004  0x00004cd2 isub  0x00000011 , 0x00000013 
- 00020005  0x00004cd3 setarg  0x0000000b 
- 00020006  0x00004cd4 istore  0x00000001 , 0x00000005 
- 00020007  0x00004cd5 copy  0x00000007 , 0x0000003f 
- 00020008  0x00004cd6 istore  0x00000001 , 0x00000005 
- 00020009  0x00004cd7 ifetch  0x00000002 , 0x00000006 
- 00020010  0x00004cd9 beq  0x00000002 , 0x00004e2d 
- 00020011  0x00004cda beq  0x00000003 , 0x00004e33 
- 00020012  0x00004cdb rtn 
- 00020013  0x00004cdd setarg  0x00020008 
- 00020014  0x00004cde istore  0x00000006 , 0x00000005 
- 00020015  0x00004cdf setarg  0x00000280 
- 00020016  0x00004ce0 istore  0x00000004 , 0x00000005 
- 00020017  0x00004ce1 force  0x0000000c , 0x0000003f 
- 00020018  0x00004ce2 branch  0x00004e38 
- 00020019  0x00004ce4 setarg  0x0003000c 
- 00020020  0x00004ce5 istore  0x00000006 , 0x00000005 
- 00020021  0x00004ce6 setarg  0x00000006 
- 00020022  0x00004ce7 istore  0x00000008 , 0x00000005 
- 00020023  0x00004ce8 force  0x00000010 , 0x0000003f 
- 00020024  0x00004cea iadd  0x00000012 , 0x00000012 
- 00020025  0x00004ceb branch  0x00004e1e 
- 00020026  0x00004cee ifetch  0x00000001 , 0x00000006 
- 00020027  0x00004cef copy  0x0000003f , 0x00000007 
- 00020028  0x00004cf0 ifetch  0x00000002 , 0x00000006 
- 00020029  0x00004cf1 copy  0x0000003f , 0x00000011 
- 00020030  0x00004cf2 ifetch  0x00000002 , 0x00000006 
- 00020031  0x00004cf3 store  0x00000002 , 0x00000aa2 
- 00020032  0x00004cf4 copy  0x00000013 , 0x0000003f 
- 00020033  0x00004cf5 isub  0x00000011 , 0x00000013 
- 00020034  0x00004cf6 call  0x000052c3 
- 00020035  0x00004cf7 setarg  0x0000000b 
- 00020036  0x00004cf8 istore  0x00000001 , 0x00000005 
- 00020037  0x00004cf9 copy  0x00000007 , 0x0000003f 
- 00020038  0x00004cfa istore  0x00000001 , 0x00000005 
- 00020039  0x00004cfb fetch  0x00000002 , 0x00000aa2 
- 00020040  0x00004cfc branch  0x00004e2a 
- 00020041  0x00004d01 ifetch  0x00000001 , 0x00000006 
- 00020042  0x00004d02 copy  0x0000003f , 0x00000007 
- 00020043  0x00004d03 ifetch  0x00000002 , 0x00000006 
- 00020044  0x00004d04 copy  0x0000003f , 0x00000011 
- 00020045  0x00004d05 iadd  0x00000006 , 0x00000006 
- 00020046  0x00004d06 copy  0x00000013 , 0x0000003f 
- 00020047  0x00004d07 isub  0x00000011 , 0x00000013 
- 00020048  0x00004d09 branch  0x00004e1e 
- 00020049  0x00004d0c call  0x00007ea8 
- 00020050  0x00004d0f call  0x00007ead 
- 00020051  0x00004d10 arg  0x00000000 , 0x00000008 
- 00020052  0x00004d11 ifetch  0x00000001 , 0x00000006 
- 00020053  0x00004d12 copy  0x0000003f , 0x00000007 
- 00020054  0x00004d13 ifetch  0x00000002 , 0x00000006 
- 00020055  0x00004d14 copy  0x0000003f , 0x00000011 
- 00020056  0x00004d15 ifetch  0x00000002 , 0x00000006 
- 00020057  0x00004d16 copy  0x0000003f , 0x00000002 
- 00020058  0x00004d17 ifetch  0x00000002 , 0x00000006 
- 00020059  0x00004d18 copy  0x0000003f , 0x0000000b 
- 00020060  0x00004d19 bpatchx  0x0000000f , 0x00004021 
- 00020061  0x00004d1a copy  0x00000002 , 0x0000003f 
- 00020062  0x00004d1b beq  0x00000001 , 0x00004e64 
- 00020063  0x00004d1c beq  0x00000003 , 0x00004e86 
- 00020064  0x00004d1d beq  0x00000011 , 0x00004e92 
- 00020065  0x00004d1e beq  0x00000013 , 0x00004e9d 
- 00020066  0x00004d1f call  0x00005062 
- 00020067  0x00004d20 branch  0x00004ed4 
- 00020068  0x00004d23 call  0x00007ea8 
- 00020069  0x00004d24 arg  0x00000050 , 0x00000002 
- 00020070  0x00004d25 fetch  0x00000002 , 0x00004248 
- 00020071  0x00004d26 nbranch  0x00004ece , 0x00000034 
- 00020072  0x00004d27 copy  0x0000000b , 0x0000003f 
- 00020073  0x00004d28 store  0x00000002 , 0x00004248 
- 00020074  0x00004d29 copy  0x00000022 , 0x0000003f 
- 00020075  0x00004d2a store  0x00000004 , 0x000002d5 
- 00020076  0x00004d2b call  0x00004e6e 
- 00020077  0x00004d2c branch  0x00004ea9 
- 00020078  0x00004d2f storet  0x00000002 , 0x000002d3 
- 00020079  0x00004d30 deposit  0x0000000b 
- 00020080  0x00004d31 store  0x00000002 , 0x000002c9 
- 00020081  0x00004d32 deposit  0x00000011 
- 00020082  0x00004d33 store  0x00000002 , 0x000002cb 
- 00020083  0x00004d34 deposit  0x00000012 
- 00020084  0x00004d35 store  0x00000002 , 0x000002cd 
- 00020085  0x00004d36 deposit  0x00000013 
- 00020086  0x00004d37 store  0x00000002 , 0x000002cf 
- 00020087  0x00004d38 deposit  0x00000007 
- 00020088  0x00004d39 store  0x00000002 , 0x000002d1 
- 00020089  0x00004d3a rtn 
- 00020090  0x00004d3d fetcht  0x00000002 , 0x000002d3 
- 00020091  0x00004d3e fetch  0x00000002 , 0x000002c9 
- 00020092  0x00004d3f copy  0x0000003f , 0x0000000b 
- 00020093  0x00004d40 fetch  0x00000002 , 0x000002cb 
- 00020094  0x00004d41 copy  0x0000003f , 0x00000011 
- 00020095  0x00004d42 fetch  0x00000002 , 0x000002cd 
- 00020096  0x00004d43 copy  0x0000003f , 0x00000012 
- 00020097  0x00004d44 fetch  0x00000002 , 0x000002cf 
- 00020098  0x00004d45 copy  0x0000003f , 0x00000013 
- 00020099  0x00004d46 fetch  0x00000002 , 0x000002d1 
- 00020100  0x00004d47 copy  0x0000003f , 0x00000007 
- 00020101  0x00004d48 rtn 
- 00020102  0x00004d4b call  0x00007ea8 
- 00020103  0x00004d4c setarg  0x00000051 
- 00020104  0x00004d4d arg  0x00000051 , 0x00000002 
- 00020105  0x00004d4e fetch  0x00000002 , 0x0000424a 
- 00020106  0x00004d4f nbranch  0x00004ece , 0x00000034 
- 00020107  0x00004d50 copy  0x0000000b , 0x0000003f 
- 00020108  0x00004d51 store  0x00000002 , 0x0000424a 
- 00020109  0x00004d52 fetch  0x00000001 , 0x00004251 
- 00020110  0x00004d53 set1  0x00000000 , 0x0000003f 
- 00020111  0x00004d54 set1  0x00000001 , 0x0000003f 
- 00020112  0x00004d55 store  0x00000001 , 0x00004251 
- 00020113  0x00004d56 branch  0x00004eb1 
- 00020114  0x00004d58 call  0x00007ea8 
- 00020115  0x00004d59 arg  0x00000052 , 0x00000002 
- 00020116  0x00004d5a fetch  0x00000002 , 0x0000424c 
- 00020117  0x00004d5b nbranch  0x00004ece , 0x00000034 
- 00020118  0x00004d5c copy  0x0000000b , 0x0000003f 
- 00020119  0x00004d5d store  0x00000002 , 0x0000424c 
- 00020120  0x00004d5e fetch  0x00000001 , 0x00004252 
- 00020121  0x00004d5f set1  0x00000000 , 0x0000003f 
- 00020122  0x00004d60 set1  0x00000001 , 0x0000003f 
- 00020123  0x00004d61 store  0x00000001 , 0x00004252 
- 00020124  0x00004d62 branch  0x00004eb1 
- 00020125  0x00004d64 call  0x00007ea8 
- 00020126  0x00004d65 deposit  0x0000001a 
- 00020127  0x00004d66 arg  0x00000053 , 0x00000002 
- 00020128  0x00004d67 fetch  0x00000002 , 0x0000424e 
- 00020129  0x00004d68 nbranch  0x00004ece , 0x00000034 
- 00020130  0x00004d69 copy  0x0000000b , 0x0000003f 
- 00020131  0x00004d6a store  0x00000002 , 0x0000424e 
- 00020132  0x00004d6b fetch  0x00000001 , 0x00004253 
- 00020133  0x00004d6c set1  0x00000000 , 0x0000003f 
- 00020134  0x00004d6d set1  0x00000001 , 0x0000003f 
- 00020135  0x00004d6e store  0x00000001 , 0x00004253 
- 00020136  0x00004d6f branch  0x00004eb1 
- 00020137  0x00004d72 setarg  0x00000001 
- 00020138  0x00004d73 store  0x00000002 , 0x0000027d 
- 00020139  0x00004d74 jam  0x00000050 , 0x00004364 
- 00020140  0x00004d75 branch  0x00004eb3 
- 00020141  0x00004d77 fetch  0x00000001 , 0x00004250 
- 00020142  0x00004d78 set1  0x00000000 , 0x0000003f 
- 00020143  0x00004d79 set1  0x00000001 , 0x0000003f 
- 00020144  0x00004d7a store  0x00000001 , 0x00004250 
- 00020145  0x00004d7c setarg  0x00000000 
- 00020146  0x00004d7d store  0x00000002 , 0x0000027d 
- 00020147  0x00004d7f bpatchx  0x00000010 , 0x00004022 
- 00020148  0x00004d80 call  0x00007ead 
- 00020149  0x00004d81 setarg  0x00000003 
- 00020150  0x00004d82 istore  0x00000001 , 0x00000005 
- 00020151  0x00004d83 copy  0x00000007 , 0x0000003f 
- 00020152  0x00004d84 istore  0x00000001 , 0x00000005 
- 00020153  0x00004d85 setarg  0x00000008 
- 00020154  0x00004d86 istore  0x00000002 , 0x00000005 
- 00020155  0x00004d87 copy  0x00000002 , 0x0000003f 
- 00020156  0x00004d88 istore  0x00000002 , 0x00000005 
- 00020157  0x00004d89 copy  0x0000000b , 0x0000003f 
- 00020158  0x00004d8a istore  0x00000002 , 0x00000005 
- 00020159  0x00004d8b fetch  0x00000002 , 0x0000027d 
- 00020160  0x00004d8c beq  0x00000001 , 0x00004ec9 
- 00020161  0x00004d8d isolate0  0x00000000 , 0x00000008 
- 00020162  0x00004d8e branch  0x00004ec4 , 0x00000001 
- 00020163  0x00004d8f setarg  0x00000004 
- 00020164  0x00004d91 istore  0x00000002 , 0x00000005 
- 00020165  0x00004d92 force  0x00000000 , 0x0000003f 
- 00020166  0x00004d93 istore  0x00000002 , 0x00000005 
- 00020167  0x00004d94 setarg  0x0000000c 
- 00020168  0x00004d95 branch  0x00004ed0 
- 00020169  0x00004d97 istore  0x00000002 , 0x00000005 
- 00020170  0x00004d98 force  0x00000002 , 0x0000003f 
- 00020171  0x00004d99 istore  0x00000002 , 0x00000005 
- 00020172  0x00004d9a setarg  0x0000000c 
- 00020173  0x00004d9b branch  0x00004ed0 
- 00020174  0x00004d9e set1  0x00000000 , 0x00000008 
- 00020175  0x00004d9f branch  0x00004eb1 
- 00020176  0x00004da1 iadd  0x00000012 , 0x00000012 
- 00020177  0x00004da2 copy  0x00000013 , 0x0000003f 
- 00020178  0x00004da3 isub  0x00000011 , 0x00000013 
- 00020179  0x00004da4 branch  0x00004ed4 
- 00020180  0x00004da6 branch  0x00004e1e 
- 00020181  0x00004da9 ifetch  0x00000001 , 0x00000006 
- 00020182  0x00004daa copy  0x0000003f , 0x00000007 
- 00020183  0x00004dab ifetch  0x00000002 , 0x00000006 
- 00020184  0x00004dac copy  0x0000003f , 0x00000011 
- 00020185  0x00004dad copy  0x00000013 , 0x0000003f 
- 00020186  0x00004dae isub  0x00000011 , 0x00000013 
- 00020187  0x00004daf ifetch  0x00000002 , 0x00000006 
- 00020188  0x00004db0 copy  0x0000003f , 0x0000000b 
- 00020189  0x00004db1 ifetch  0x00000002 , 0x00000006 
- 00020190  0x00004db2 copy  0x0000003f , 0x00000002 
- 00020191  0x00004db3 bpatchx  0x00000011 , 0x00004022 
- 00020192  0x00004db4 setarg  0x00000050 
- 00020193  0x00004db5 isub  0x00000002 , 0x0000003e 
- 00020194  0x00004db6 branch  0x00004eed , 0x00000005 
- 00020195  0x00004db7 setarg  0x00000051 
- 00020196  0x00004db8 isub  0x00000002 , 0x0000003e 
- 00020197  0x00004db9 branch  0x00004ef3 , 0x00000005 
- 00020198  0x00004dba setarg  0x00000052 
- 00020199  0x00004dbb isub  0x00000002 , 0x0000003e 
- 00020200  0x00004dbc branch  0x00004eff , 0x00000005 
- 00020201  0x00004dbd setarg  0x00000053 
- 00020202  0x00004dbe isub  0x00000002 , 0x0000003e 
- 00020203  0x00004dbf branch  0x00004ef9 , 0x00000005 
- 00020204  0x00004dc0 rtn 
- 00020205  0x00004dc3 copy  0x0000000b , 0x0000003f 
- 00020206  0x00004dc4 store  0x00000002 , 0x00004248 
- 00020207  0x00004dc5 fetch  0x00000001 , 0x00004250 
- 00020208  0x00004dc6 set1  0x00000001 , 0x0000003f 
- 00020209  0x00004dc7 store  0x00000001 , 0x00004250 
- 00020210  0x00004dc8 branch  0x00004e1e 
- 00020211  0x00004dca copy  0x0000000b , 0x0000003f 
- 00020212  0x00004dcb store  0x00000002 , 0x0000424a 
- 00020213  0x00004dcc fetch  0x00000001 , 0x00004251 
- 00020214  0x00004dcd set1  0x00000001 , 0x0000003f 
- 00020215  0x00004dce store  0x00000001 , 0x00004251 
- 00020216  0x00004dcf rtn 
- 00020217  0x00004dd1 copy  0x0000000b , 0x0000003f 
- 00020218  0x00004dd2 store  0x00000002 , 0x0000424c 
- 00020219  0x00004dd3 fetch  0x00000001 , 0x00004253 
- 00020220  0x00004dd4 set1  0x00000001 , 0x0000003f 
- 00020221  0x00004dd5 store  0x00000001 , 0x00004253 
- 00020222  0x00004dd6 rtn 
- 00020223  0x00004dd8 copy  0x0000000b , 0x0000003f 
- 00020224  0x00004dd9 store  0x00000002 , 0x0000424e 
- 00020225  0x00004dda fetch  0x00000001 , 0x00004252 
- 00020226  0x00004ddb set1  0x00000001 , 0x0000003f 
- 00020227  0x00004ddc store  0x00000001 , 0x00004252 
- 00020228  0x00004ddd rtn 
- 00020229  0x00004de0 ifetch  0x00000001 , 0x00000006 
- 00020230  0x00004de1 copy  0x0000003f , 0x00000007 
- 00020231  0x00004de2 ifetch  0x00000002 , 0x00000006 
- 00020232  0x00004de3 copy  0x0000003f , 0x00000011 
- 00020233  0x00004de4 copy  0x00000013 , 0x0000003f 
- 00020234  0x00004de5 isub  0x00000011 , 0x00000013 
- 00020235  0x00004de6 ifetch  0x00000002 , 0x00000006 
- 00020236  0x00004de7 copy  0x0000003f , 0x00000002 
- 00020237  0x00004de8 copy  0x00000002 , 0x00000011 
- 00020238  0x00004de9 bpatchx  0x00000012 , 0x00004022 
- 00020239  0x00004dea setarg  0x00000050 
- 00020240  0x00004deb isub  0x00000002 , 0x0000003e 
- 00020241  0x00004dec branch  0x00004f1c , 0x00000005 
- 00020242  0x00004ded setarg  0x00000051 
- 00020243  0x00004dee isub  0x00000002 , 0x0000003e 
- 00020244  0x00004def branch  0x00004f3a , 0x00000005 
- 00020245  0x00004df0 setarg  0x00000052 
- 00020246  0x00004df1 isub  0x00000002 , 0x0000003e 
- 00020247  0x00004df2 branch  0x00004f26 , 0x00000005 
- 00020248  0x00004df3 setarg  0x00000053 
- 00020249  0x00004df4 isub  0x00000002 , 0x0000003e 
- 00020250  0x00004df5 branch  0x00004f30 , 0x00000005 
- 00020251  0x00004df6 branch  0x00005062 
- 00020252  0x00004df9 copy  0x00000005 , 0x0000000b 
- 00020253  0x00004dfa fetch  0x00000001 , 0x00004250 
- 00020254  0x00004dfb set1  0x00000004 , 0x0000003f 
- 00020255  0x00004dfc set1  0x00000003 , 0x0000003f 
- 00020256  0x00004dfe store  0x00000001 , 0x00004250 
- 00020257  0x00004dff copy  0x0000000b , 0x00000005 
- 00020258  0x00004e00 arg  0x00000050 , 0x0000000b 
- 00020259  0x00004e01 fetch  0x00000002 , 0x00004248 
- 00020260  0x00004e02 copy  0x0000003f , 0x00000002 
- 00020261  0x00004e03 branch  0x00004f43 
- 00020262  0x00004e05 copy  0x00000005 , 0x0000000b 
- 00020263  0x00004e06 fetch  0x00000001 , 0x00004252 
- 00020264  0x00004e07 set1  0x00000004 , 0x0000003f 
- 00020265  0x00004e08 set1  0x00000003 , 0x0000003f 
- 00020266  0x00004e0a store  0x00000001 , 0x00004252 
- 00020267  0x00004e0b copy  0x0000000b , 0x00000005 
- 00020268  0x00004e0c arg  0x00000052 , 0x0000000b 
- 00020269  0x00004e0d fetch  0x00000002 , 0x0000424c 
- 00020270  0x00004e0e copy  0x0000003f , 0x00000002 
- 00020271  0x00004e0f branch  0x00004f43 
- 00020272  0x00004e11 copy  0x00000005 , 0x0000000b 
- 00020273  0x00004e12 fetch  0x00000001 , 0x00004253 
- 00020274  0x00004e13 set1  0x00000004 , 0x0000003f 
- 00020275  0x00004e14 set1  0x00000003 , 0x0000003f 
- 00020276  0x00004e16 store  0x00000001 , 0x00004253 
- 00020277  0x00004e17 copy  0x0000000b , 0x00000005 
- 00020278  0x00004e18 arg  0x00000053 , 0x0000000b 
- 00020279  0x00004e19 fetch  0x00000002 , 0x0000424e 
- 00020280  0x00004e1a copy  0x0000003f , 0x00000002 
- 00020281  0x00004e1b branch  0x00004f43 
- 00020282  0x00004e1d copy  0x00000005 , 0x0000000b 
- 00020283  0x00004e1e fetch  0x00000001 , 0x00004251 
- 00020284  0x00004e1f set1  0x00000004 , 0x0000003f 
- 00020285  0x00004e20 set1  0x00000003 , 0x0000003f 
- 00020286  0x00004e22 store  0x00000001 , 0x00004251 
- 00020287  0x00004e24 copy  0x0000000b , 0x00000005 
- 00020288  0x00004e25 arg  0x00000051 , 0x0000000b 
- 00020289  0x00004e26 fetch  0x00000002 , 0x0000424a 
- 00020290  0x00004e27 copy  0x0000003f , 0x00000002 
- 00020291  0x00004e29 bpatchx  0x00000013 , 0x00004022 
- 00020292  0x00004e2a setarg  0x00000005 
- 00020293  0x00004e2b istore  0x00000001 , 0x00000005 
- 00020294  0x00004e2c copy  0x00000007 , 0x0000003f 
- 00020295  0x00004e2d istore  0x00000001 , 0x00000005 
- 00020296  0x00004e2e setarg  0x00000006 
- 00020297  0x00004e2f istore  0x00000002 , 0x00000005 
- 00020298  0x00004e30 copy  0x00000002 , 0x0000003f 
- 00020299  0x00004e31 istore  0x00000002 , 0x00000005 
- 00020300  0x00004e32 force  0x00000000 , 0x0000003f 
- 00020301  0x00004e33 istore  0x00000002 , 0x00000005 
- 00020302  0x00004e34 force  0x00000000 , 0x0000003f 
- 00020303  0x00004e35 istore  0x00000002 , 0x00000005 
- 00020304  0x00004e36 force  0x0000000a , 0x0000003f 
- 00020305  0x00004e37 iadd  0x00000012 , 0x00000012 
- 00020306  0x00004e39 storet  0x00000002 , 0x00000282 
- 00020307  0x00004e3a copy  0x00000007 , 0x0000003f 
- 00020308  0x00004e3b store  0x00000001 , 0x00000281 
- 00020309  0x00004e3c force  0x00000050 , 0x0000003f 
- 00020310  0x00004e3d icompare  0x000000ff , 0x0000000b 
- 00020311  0x00004e3e branch  0x00004f59 , 0x00000001 
- 00020312  0x00004e3f increase  0x00000001 , 0x0000003f 
- 00020313  0x00004e42 rtn 
- 00020314  0x00004e44 disable  0x00000028 
- 00020315  0x00004e45 rtnbit1  0x00000002 , 0x0000003f 
- 00020316  0x00004e46 rtnbit0  0x00000000 , 0x0000003f 
- 00020317  0x00004e47 rtnbit0  0x00000001 , 0x0000003f 
- 00020318  0x00004e48 set1  0x00000002 , 0x0000003f 
- 00020319  0x00004e49 copy  0x00000006 , 0x00000005 
- 00020320  0x00004e4a increase  0xffffffff , 0x00000005 
- 00020321  0x00004e4b istore  0x00000001 , 0x00000005 
- 00020322  0x00004e4c enable  0x00000028 
- 00020323  0x00004e4d rtn 
- 00020324  0x00004e50 fetch  0x00000001 , 0x00004250 
- 00020325  0x00004e51 call  0x00004f5a 
- 00020326  0x00004e52 nbranch  0x00004f6b , 0x00000028 
- 00020327  0x00004e53 jam  0x00000050 , 0x00000280 
- 00020328  0x00004e54 fetch  0x00000002 , 0x00004248 
- 00020329  0x00004e55 store  0x00000002 , 0x00000282 
- 00020330  0x00004e56 branch  0x00004f7f 
- 00020331  0x00004e58 fetch  0x00000001 , 0x00004251 
- 00020332  0x00004e59 call  0x00004f5a 
- 00020333  0x00004e5a nbranch  0x00004f72 , 0x00000028 
- 00020334  0x00004e5b jam  0x00000051 , 0x00000280 
- 00020335  0x00004e5c fetch  0x00000002 , 0x0000424a 
- 00020336  0x00004e5d store  0x00000002 , 0x00000282 
- 00020337  0x00004e5e branch  0x00004f7f 
- 00020338  0x00004e60 fetch  0x00000001 , 0x00004252 
- 00020339  0x00004e61 call  0x00004f5a 
- 00020340  0x00004e62 nbranch  0x00004f79 , 0x00000028 
- 00020341  0x00004e63 jam  0x00000052 , 0x00000280 
- 00020342  0x00004e64 fetch  0x00000002 , 0x0000424c 
- 00020343  0x00004e65 store  0x00000002 , 0x00000282 
- 00020344  0x00004e66 branch  0x00004f7f 
- 00020345  0x00004e68 fetch  0x00000001 , 0x00004253 
- 00020346  0x00004e69 call  0x00004f5a 
- 00020347  0x00004e6a nrtn  0x00000028 
- 00020348  0x00004e6b jam  0x00000053 , 0x00000280 
- 00020349  0x00004e6c fetch  0x00000002 , 0x0000424e 
- 00020350  0x00004e6d store  0x00000002 , 0x00000282 
- 00020351  0x00004e71 bpatchx  0x00000014 , 0x00004022 
- 00020352  0x00004e72 call  0x0000523a 
- 00020353  0x00004e73 call  0x000052b8 
- 00020354  0x00004e74 force  0x00000000 , 0x00000012 
- 00020355  0x00004e75 call  0x000052c3 
- 00020356  0x00004e76 force  0x00000004 , 0x0000003f 
- 00020357  0x00004e77 istore  0x00000001 , 0x00000005 
- 00020358  0x00004e78 fetch  0x00000001 , 0x00004255 
- 00020359  0x00004e79 istore  0x00000001 , 0x00000005 
- 00020360  0x00004e7a setarg  0x00000008 
- 00020361  0x00004e7b istore  0x00000002 , 0x00000005 
- 00020362  0x00004e7c fetch  0x00000002 , 0x00000282 
- 00020363  0x00004e7d istore  0x00000002 , 0x00000005 
- 00020364  0x00004e7e setarg  0x00000000 
- 00020365  0x00004e7f istore  0x00000002 , 0x00000005 
- 00020366  0x00004e80 force  0x00000001 , 0x0000003f 
- 00020367  0x00004e81 istore  0x00000001 , 0x00000005 
- 00020368  0x00004e82 force  0x00000002 , 0x0000003f 
- 00020369  0x00004e83 istore  0x00000001 , 0x00000005 
- 00020370  0x00004e84 fetch  0x00000001 , 0x00000280 
- 00020371  0x00004e85 beq  0x00000051 , 0x00004f97 
- 00020372  0x00004e86 setarg  0x00000030 
- 00020373  0x00004e87 istore  0x00000002 , 0x00000005 
- 00020374  0x00004e88 branch  0x00004f99 
- 00020375  0x00004e8a setarg  0x000003e3 
- 00020376  0x00004e8b istore  0x00000002 , 0x00000005 
- 00020377  0x00004e8d arg  0x0000000c , 0x00000002 
- 00020378  0x00004e8e storet  0x00000002 , 0x0000026f 
- 00020379  0x00004e8f call  0x000052c1 
- 00020380  0x00004e90 fetch  0x00000002 , 0x0000026f 
- 00020381  0x00004e91 istore  0x00000002 , 0x00000005 
- 00020382  0x00004e92 force  0x00000001 , 0x0000003f 
- 00020383  0x00004e93 istore  0x00000002 , 0x00000005 
- 00020384  0x00004e94 jam  0x00000000 , 0x00000280 
- 00020385  0x00004e96 branch  0x00004e1e 
- 00020386  0x00004e99 increase  0x00000001 , 0x00000006 
- 00020387  0x00004e9a ifetch  0x00000002 , 0x00000006 
- 00020388  0x00004e9b copy  0x0000003f , 0x00000011 
- 00020389  0x00004e9c copy  0x00000013 , 0x0000003f 
- 00020390  0x00004e9d isub  0x00000011 , 0x00000013 
- 00020391  0x00004e9e ifetch  0x00000002 , 0x00000006 
- 00020392  0x00004e9f copy  0x0000003f , 0x00000011 
- 00020393  0x00004ea0 bpatchx  0x00000015 , 0x00004022 
- 00020394  0x00004ea1 setarg  0x00000050 
- 00020395  0x00004ea2 isub  0x00000011 , 0x0000003e 
- 00020396  0x00004ea3 branch  0x00004fba , 0x00000005 
- 00020397  0x00004ea4 setarg  0x00000051 
- 00020398  0x00004ea5 isub  0x00000011 , 0x0000003e 
- 00020399  0x00004ea6 branch  0x00004fbe , 0x00000005 
- 00020400  0x00004ea7 setarg  0x00000052 
- 00020401  0x00004ea8 isub  0x00000011 , 0x0000003e 
- 00020402  0x00004ea9 branch  0x00004fc2 , 0x00000005 
- 00020403  0x00004eaa setarg  0x00000053 
- 00020404  0x00004eab isub  0x00000011 , 0x0000003e 
- 00020405  0x00004eac branch  0x00004fc6 , 0x00000005 
- 00020406  0x00004ead increase  0x00000002 , 0x00000006 
- 00020407  0x00004eae ifetch  0x00000002 , 0x00000006 
- 00020408  0x00004eaf iforce  0x0000003e 
- 00020409  0x00004eb0 branch  0x00004e1e 
- 00020410  0x00004eb2 fetch  0x00000001 , 0x00004250 
- 00020411  0x00004eb3 set1  0x00000005 , 0x0000003f 
- 00020412  0x00004eb4 store  0x00000001 , 0x00004250 
- 00020413  0x00004eb5 branch  0x00004e1e 
- 00020414  0x00004eb7 fetch  0x00000001 , 0x00004251 
- 00020415  0x00004eb8 set1  0x00000005 , 0x0000003f 
- 00020416  0x00004eb9 store  0x00000001 , 0x00004251 
- 00020417  0x00004eba branch  0x00004e1e 
- 00020418  0x00004ebc fetch  0x00000001 , 0x00004252 
- 00020419  0x00004ebd set1  0x00000005 , 0x0000003f 
- 00020420  0x00004ebe store  0x00000001 , 0x00004252 
- 00020421  0x00004ebf branch  0x00004e1e 
- 00020422  0x00004ec1 fetch  0x00000001 , 0x00004253 
- 00020423  0x00004ec2 set1  0x00000005 , 0x0000003f 
- 00020424  0x00004ec3 store  0x00000001 , 0x00004253 
- 00020425  0x00004ec4 jam  0x00000006 , 0x00000a99 
- 00020426  0x00004ec5 branch  0x00007d86 
- 00020427  0x00004eca ifetch  0x00000001 , 0x00000006 
- 00020428  0x00004ecb copy  0x0000003f , 0x00000007 
- 00020429  0x00004ecc ifetch  0x00000002 , 0x00000006 
- 00020430  0x00004ecd copy  0x0000003f , 0x00000011 
- 00020431  0x00004ece copy  0x00000013 , 0x0000003f 
- 00020432  0x00004ecf isub  0x00000011 , 0x00000013 
- 00020433  0x00004ed0 ifetch  0x00000002 , 0x00000006 
- 00020434  0x00004ed1 copy  0x0000003f , 0x00000011 
- 00020435  0x00004ed2 ifetch  0x00000002 , 0x00000006 
- 00020436  0x00004ed3 copy  0x0000003f , 0x0000000b 
- 00020437  0x00004ed4 copy  0x00000011 , 0x00000002 
- 00020438  0x00004ed5 call  0x00007ea8 
- 00020439  0x00004ed6 bpatchx  0x00000016 , 0x00004022 
- 00020440  0x00004ed7 setarg  0x00000050 
- 00020441  0x00004ed8 isub  0x00000002 , 0x0000003e 
- 00020442  0x00004ed9 branch  0x00004ff2 , 0x00000005 
- 00020443  0x00004eda setarg  0x00000051 
- 00020444  0x00004edb isub  0x00000002 , 0x0000003e 
- 00020445  0x00004edc branch  0x00005002 , 0x00000005 
- 00020446  0x00004edd setarg  0x00000052 
- 00020447  0x00004ede isub  0x00000002 , 0x0000003e 
- 00020448  0x00004edf branch  0x00004fe6 , 0x00000005 
- 00020449  0x00004ee0 setarg  0x00000053 
- 00020450  0x00004ee1 isub  0x00000002 , 0x0000003e 
- 00020451  0x00004ee2 branch  0x00004fec , 0x00000005 
- 00020452  0x00004ee3 call  0x00005062 
- 00020453  0x00004ee4 branch  0x00005017 
- 00020454  0x00004ee6 copy  0x0000000b , 0x00000002 
- 00020455  0x00004ee7 fetch  0x00000002 , 0x0000424c 
- 00020456  0x00004ee8 isub  0x00000002 , 0x0000003e 
- 00020457  0x00004ee9 branch  0x00004ff8 , 0x00000005 
- 00020458  0x00004eea call  0x00005062 
- 00020459  0x00004eeb branch  0x00005017 
- 00020460  0x00004eed copy  0x0000000b , 0x00000002 
- 00020461  0x00004eee fetch  0x00000002 , 0x0000424e 
- 00020462  0x00004eef isub  0x00000002 , 0x0000003e 
- 00020463  0x00004ef0 branch  0x00004ffa , 0x00000005 
- 00020464  0x00004ef1 call  0x00005062 
- 00020465  0x00004ef2 branch  0x00005017 
- 00020466  0x00004ef5 copy  0x0000000b , 0x00000002 
- 00020467  0x00004ef6 fetch  0x00000002 , 0x00004248 
- 00020468  0x00004ef7 isub  0x00000002 , 0x0000003e 
- 00020469  0x00004ef8 branch  0x00004ffe , 0x00000005 
- 00020470  0x00004ef9 call  0x00005062 
- 00020471  0x00004efa branch  0x00005017 
- 00020472  0x00004efc call  0x00005079 
- 00020473  0x00004efd branch  0x0000500a 
- 00020474  0x00004eff call  0x0000507f 
- 00020475  0x00004f00 fetch  0x00000002 , 0x0000424c 
- 00020476  0x00004f01 branch  0x0000500a , 0x00000034 
- 00020477  0x00004f09 branch  0x0000500a 
- 00020478  0x00004f0c call  0x00005074 
- 00020479  0x00004f0d fetch  0x00000001 , 0x00000288 
- 00020480  0x00004f0e nbranch  0x0000500a , 0x00000034 
- 00020481  0x00004f11 branch  0x0000500a 
- 00020482  0x00004f13 copy  0x0000000b , 0x00000002 
- 00020483  0x00004f14 fetch  0x00000002 , 0x0000424a 
- 00020484  0x00004f15 isub  0x00000002 , 0x0000003e 
- 00020485  0x00004f16 branch  0x00005008 , 0x00000005 
- 00020486  0x00004f17 call  0x00005062 
- 00020487  0x00004f18 branch  0x00005017 
- 00020488  0x00004f1a call  0x0000506f 
- 00020489  0x00004f1b branch  0x0000500a 
- 00020490  0x00004f1d call  0x00007ead 
- 00020491  0x00004f1e setarg  0x00000007 
- 00020492  0x00004f1f istore  0x00000001 , 0x00000005 
- 00020493  0x00004f20 copy  0x00000007 , 0x0000003f 
- 00020494  0x00004f21 istore  0x00000001 , 0x00000005 
- 00020495  0x00004f22 setarg  0x00000004 
- 00020496  0x00004f23 istore  0x00000002 , 0x00000005 
- 00020497  0x00004f24 copy  0x00000011 , 0x0000003f 
- 00020498  0x00004f25 istore  0x00000002 , 0x00000005 
- 00020499  0x00004f26 copy  0x0000000b , 0x0000003f 
- 00020500  0x00004f27 istore  0x00000002 , 0x00000005 
- 00020501  0x00004f28 force  0x00000008 , 0x0000003f 
- 00020502  0x00004f29 branch  0x00005019 
- 00020503  0x00004f2b call  0x00007ead 
- 00020504  0x00004f2c branch  0x00005019 
- 00020505  0x00004f2e iadd  0x00000012 , 0x00000012 
- 00020506  0x00004f2f branch  0x00004e1e 
- 00020507  0x00004f31 ifetch  0x00000001 , 0x00000006 
- 00020508  0x00004f32 copy  0x0000003f , 0x00000007 
- 00020509  0x00004f33 ifetch  0x00000002 , 0x00000006 
- 00020510  0x00004f34 copy  0x0000003f , 0x00000011 
- 00020511  0x00004f35 copy  0x00000013 , 0x0000003f 
- 00020512  0x00004f36 isub  0x00000011 , 0x00000013 
- 00020513  0x00004f37 ifetch  0x00000002 , 0x00000006 
- 00020514  0x00004f38 copy  0x0000003f , 0x0000000b 
- 00020515  0x00004f39 ifetch  0x00000002 , 0x00000006 
- 00020516  0x00004f3a copy  0x0000003f , 0x00000002 
- 00020517  0x00004f3b call  0x00007ea8 
- 00020518  0x00004f3c bpatchx  0x00000017 , 0x00004022 
- 00020519  0x00004f3d setarg  0x00000050 
- 00020520  0x00004f3e isub  0x00000002 , 0x0000003e 
- 00020521  0x00004f3f branch  0x00005035 , 0x00000005 
- 00020522  0x00004f40 setarg  0x00000051 
- 00020523  0x00004f41 isub  0x00000002 , 0x0000003e 
- 00020524  0x00004f42 branch  0x0000503b , 0x00000005 
- 00020525  0x00004f43 setarg  0x00000052 
- 00020526  0x00004f44 isub  0x00000002 , 0x0000003e 
- 00020527  0x00004f45 branch  0x00005041 , 0x00000005 
- 00020528  0x00004f46 setarg  0x00000053 
- 00020529  0x00004f47 isub  0x00000002 , 0x0000003e 
- 00020530  0x00004f48 branch  0x00005047 , 0x00000005 
- 00020531  0x00004f49 call  0x00005062 
- 00020532  0x00004f4a branch  0x0000504f 
- 00020533  0x00004f4c copy  0x00000002 , 0x00000011 
- 00020534  0x00004f4d copy  0x0000000b , 0x00000002 
- 00020535  0x00004f4e fetch  0x00000002 , 0x00004248 
- 00020536  0x00004f4f isub  0x00000002 , 0x0000003e 
- 00020537  0x00004f50 call  0x00005074 , 0x00000005 
- 00020538  0x00004f51 branch  0x0000504d 
- 00020539  0x00004f53 copy  0x00000002 , 0x00000011 
- 00020540  0x00004f54 copy  0x0000000b , 0x00000002 
- 00020541  0x00004f55 fetch  0x00000002 , 0x0000424a 
- 00020542  0x00004f56 isub  0x00000002 , 0x0000003e 
- 00020543  0x00004f57 call  0x0000506f , 0x00000005 
- 00020544  0x00004f58 branch  0x0000504d 
- 00020545  0x00004f5a copy  0x00000002 , 0x00000011 
- 00020546  0x00004f5b copy  0x0000000b , 0x00000002 
- 00020547  0x00004f5c fetch  0x00000002 , 0x0000424c 
- 00020548  0x00004f5d isub  0x00000002 , 0x0000003e 
- 00020549  0x00004f5e call  0x00005079 , 0x00000005 
- 00020550  0x00004f5f branch  0x0000504d 
- 00020551  0x00004f61 copy  0x00000002 , 0x00000011 
- 00020552  0x00004f62 copy  0x0000000b , 0x00000002 
- 00020553  0x00004f63 fetch  0x00000002 , 0x0000424e 
- 00020554  0x00004f64 isub  0x00000002 , 0x0000003e 
- 00020555  0x00004f65 call  0x0000507f , 0x00000005 
- 00020556  0x00004f66 branch  0x0000504d 
- 00020557  0x00004f68 call  0x00007ead 
- 00020558  0x00004f69 branch  0x00004e1e 
- 00020559  0x00004f6b branch  0x00004e1e 
- 00020560  0x00004f6f ifetch  0x00000001 , 0x00000006 
- 00020561  0x00004f70 copy  0x0000003f , 0x00000007 
- 00020562  0x00004f71 ifetch  0x00000002 , 0x00000006 
- 00020563  0x00004f72 copy  0x0000003f , 0x00000011 
- 00020564  0x00004f73 iadd  0x00000006 , 0x00000006 
- 00020565  0x00004f74 setarg  0x00000009 
- 00020566  0x00004f75 istore  0x00000001 , 0x00000005 
- 00020567  0x00004f76 copy  0x00000007 , 0x0000003f 
- 00020568  0x00004f77 istore  0x00000001 , 0x00000005 
- 00020569  0x00004f78 force  0x00000000 , 0x0000003f 
- 00020570  0x00004f79 istore  0x00000002 , 0x00000005 
- 00020571  0x00004f7a force  0x00000004 , 0x0000003f 
- 00020572  0x00004f7b iadd  0x00000012 , 0x00000012 
- 00020573  0x00004f7c copy  0x00000013 , 0x0000003f 
- 00020574  0x00004f7d isub  0x00000011 , 0x00000013 
- 00020575  0x00004f7e branch  0x00004e1e 
- 00020576  0x00004f80 branch  0x00004e1e 
- 00020577  0x00004f83 branch  0x00004e1e 
- 00020578  0x00004f85 force  0x00000000 , 0x00000012 
- 00020579  0x00004f86 call  0x000052c3 
- 00020580  0x00004f87 setarg  0x00000001 
- 00020581  0x00004f88 istore  0x00000001 , 0x00000005 
- 00020582  0x00004f89 copy  0x00000007 , 0x0000003f 
- 00020583  0x00004f8a istore  0x00000001 , 0x00000005 
- 00020584  0x00004f8b setarg  0x00000002 
- 00020585  0x00004f8c istore  0x00000002 , 0x00000005 
- 00020586  0x00004f8d setarg  0x00000000 
- 00020587  0x00004f8e istore  0x00000002 , 0x00000005 
- 00020588  0x00004f8f increase  0x00000006 , 0x00000012 
- 00020589  0x00004f90 arg  0x00000004 , 0x00000013 
- 00020590  0x00004f91 branch  0x00004e1e 
- 00020591  0x00004f96 setarg  0x00000000 
- 00020592  0x00004f97 store  0x00000002 , 0x0000027b 
- 00020593  0x00004f98 store  0x00000002 , 0x0000424a 
- 00020594  0x00004f99 jam  0x00000000 , 0x00004251 
- 00020595  0x00004f9a rtn 
- 00020596  0x00004f9c setarg  0x00000000 
- 00020597  0x00004f9d store  0x00000002 , 0x00000275 
- 00020598  0x00004f9e store  0x00000002 , 0x00004248 
- 00020599  0x00004f9f jam  0x00000000 , 0x00004250 
- 00020600  0x00004fa0 rtn 
- 00020601  0x00004fa2 setarg  0x00000000 
- 00020602  0x00004fa3 store  0x00000002 , 0x0000424c 
- 00020603  0x00004fa4 jam  0x00000000 , 0x00004252 
- 00020604  0x00004fa5 fetch  0x00000001 , 0x00004253 
- 00020605  0x00004fa6 beq  0x00000000 , 0x00005085 
- 00020606  0x00004fa7 rtn 
- 00020607  0x00004faa setarg  0x00000000 
- 00020608  0x00004fab store  0x00000002 , 0x0000424e 
- 00020609  0x00004fac jam  0x00000000 , 0x00004253 
- 00020610  0x00004fad fetch  0x00000001 , 0x00004252 
- 00020611  0x00004fae beq  0x00000000 , 0x00005085 
- 00020612  0x00004faf rtn 
- 00020613  0x00004fb2 jam  0x00000007 , 0x00000a99 
- 00020614  0x00004fb3 branch  0x00007d86 
- 00020615  0x00004fb6 fetch  0x00000001 , 0x0000027f 
- 00020616  0x00004fb7 set0  0x00000000 , 0x0000003f 
- 00020617  0x00004fb8 store  0x00000001 , 0x0000027f 
- 00020618  0x00004fb9 fetch  0x00000002 , 0x0000424e 
- 00020619  0x00004fba rtn  0x00000034 
- 00020620  0x00004fbb call  0x000052b8 
- 00020621  0x00004fbc fetch  0x00000002 , 0x0000424e 
- 00020622  0x00004fbd copy  0x0000003f , 0x00000011 
- 00020623  0x00004fbe force  0x00000053 , 0x00000012 
- 00020624  0x00004fbf branch  0x0000509a 
- 00020625  0x00004fc1 fetch  0x00000001 , 0x0000027f 
- 00020626  0x00004fc2 set0  0x00000007 , 0x0000003f 
- 00020627  0x00004fc3 store  0x00000001 , 0x0000027f 
- 00020628  0x00004fc4 fetch  0x00000002 , 0x0000424c 
- 00020629  0x00004fc5 rtn  0x00000034 
- 00020630  0x00004fc6 call  0x000052b8 
- 00020631  0x00004fc7 fetch  0x00000002 , 0x0000424c 
- 00020632  0x00004fc8 copy  0x0000003f , 0x00000011 
- 00020633  0x00004fc9 force  0x00000052 , 0x00000012 
- 00020634  0x00004fcb call  0x0000523a 
- 00020635  0x00004fcc call  0x000052c3 
- 00020636  0x00004fcd force  0x00000006 , 0x0000003f 
- 00020637  0x00004fce istore  0x00000001 , 0x00000005 
- 00020638  0x00004fcf fetch  0x00000001 , 0x00004255 
- 00020639  0x00004fd0 istore  0x00000001 , 0x00000005 
- 00020640  0x00004fd1 setarg  0x00000004 
- 00020641  0x00004fd2 istore  0x00000002 , 0x00000005 
- 00020642  0x00004fd3 copy  0x00000011 , 0x0000003f 
- 00020643  0x00004fd4 istore  0x00000002 , 0x00000005 
- 00020644  0x00004fd5 copy  0x00000012 , 0x0000003f 
- 00020645  0x00004fd6 istore  0x00000002 , 0x00000005 
- 00020646  0x00004fd7 force  0x00000008 , 0x00000002 
- 00020647  0x00004fd8 branch  0x000050de 
- 00020648  0x00004fdb bpatchx  0x00000018 , 0x00004023 
- 00020649  0x00004fdc call  0x0000523a 
- 00020650  0x00004fdd call  0x000052c3 
- 00020651  0x00004fde setarg  0x00000002 
- 00020652  0x00004fdf istore  0x00000001 , 0x00000005 
- 00020653  0x00004fe0 fetch  0x00000001 , 0x00004255 
- 00020654  0x00004fe1 istore  0x00000001 , 0x00000005 
- 00020655  0x00004fe2 setarg  0x00000004 
- 00020656  0x00004fe3 istore  0x00000002 , 0x00000005 
- 00020657  0x00004fe4 copy  0x00000002 , 0x0000003f 
- 00020658  0x00004fe5 istore  0x00000002 , 0x00000005 
- 00020659  0x00004fe6 copy  0x0000000b , 0x0000003f 
- 00020660  0x00004fe7 istore  0x00000002 , 0x00000005 
- 00020661  0x00004fe8 arg  0x00000008 , 0x00000002 
- 00020662  0x00004fe9 branch  0x000050de 
- 00020663  0x00004feb bpatchx  0x00000019 , 0x00004023 
- 00020664  0x00004fec call  0x0000523a 
- 00020665  0x00004fed call  0x000052c3 
- 00020666  0x00004fee setarg  0x00000004 
- 00020667  0x00004fef istore  0x00000001 , 0x00000005 
- 00020668  0x00004ff0 fetch  0x00000001 , 0x00004255 
- 00020669  0x00004ff1 istore  0x00000001 , 0x00000005 
- 00020670  0x00004ff2 setarg  0x00000008 
- 00020671  0x00004ff3 istore  0x00000002 , 0x00000005 
- 00020672  0x00004ff5 copy  0x00000002 , 0x0000003f 
- 00020673  0x00004ff7 istore  0x00000002 , 0x00000005 
- 00020674  0x00004ff8 setarg  0x00000000 
- 00020675  0x00004ff9 istore  0x00000002 , 0x00000005 
- 00020676  0x00004ffa setarg  0x00000001 
- 00020677  0x00004ffb istore  0x00000001 , 0x00000005 
- 00020678  0x00004ffc setarg  0x00000002 
- 00020679  0x00004ffd istore  0x00000001 , 0x00000005 
- 00020680  0x00004ffe setarg  0x000003e3 
- 00020681  0x00004fff istore  0x00000002 , 0x00000005 
- 00020682  0x00005000 arg  0x0000000c , 0x00000002 
- 00020683  0x00005001 branch  0x000050de 
- 00020684  0x00005003 bpatchx  0x0000001a , 0x00004023 
- 00020685  0x00005004 call  0x0000523a 
- 00020686  0x00005005 call  0x000052c3 
- 00020687  0x00005006 setarg  0x00000006 
- 00020688  0x00005007 istore  0x00000001 , 0x00000005 
- 00020689  0x00005008 fetch  0x00000001 , 0x00004255 
- 00020690  0x00005009 increase  0x00000001 , 0x0000003f 
- 00020691  0x0000500a copy  0x00000005 , 0x00000011 
- 00020692  0x0000500b store  0x00000001 , 0x00004255 
- 00020693  0x0000500c copy  0x00000011 , 0x00000005 
- 00020694  0x0000500d istore  0x00000001 , 0x00000005 
- 00020695  0x0000500e setarg  0x00000004 
- 00020696  0x0000500f istore  0x00000002 , 0x00000005 
- 00020697  0x00005010 copy  0x00000002 , 0x0000003f 
- 00020698  0x00005011 istore  0x00000002 , 0x00000005 
- 00020699  0x00005012 copy  0x0000000b , 0x0000003f 
- 00020700  0x00005013 istore  0x00000002 , 0x00000005 
- 00020701  0x00005014 arg  0x00000008 , 0x00000002 
- 00020702  0x00005018 storet  0x00000002 , 0x0000026f 
- 00020703  0x00005019 copy  0x00000002 , 0x0000003f 
- 00020704  0x0000501a branch  0x00005264 , 0x00000034 
- 00020705  0x0000501b call  0x000052c1 
- 00020706  0x0000501c fetch  0x00000002 , 0x0000026f 
- 00020707  0x0000501d istore  0x00000002 , 0x00000005 
- 00020708  0x0000501e force  0x00000001 , 0x0000003f 
- 00020709  0x0000501f istore  0x00000002 , 0x00000005 
- 00020710  0x00005020 rtn 
- 00020711  0x00005023 fetch  0x00000002 , 0x00000275 
- 00020712  0x00005024 branch  0x00002a8c , 0x00000034 
- 00020713  0x00005025 call  0x000052ce 
- 00020714  0x00005026 fetch  0x00000002 , 0x00000275 
- 00020715  0x00005027 istore  0x00000002 , 0x00000005 
- 00020716  0x00005028 fetch  0x00000002 , 0x00004248 
- 00020717  0x00005029 istore  0x00000002 , 0x00000005 
- 00020718  0x0000502a rtn 
- 00020719  0x0000502c fetch  0x00000002 , 0x00000266 
- 00020720  0x0000502d branch  0x00004dfc , 0x00000034 
- 00020721  0x0000502e bpatchx  0x0000001b , 0x00004023 
- 00020722  0x0000502f fetch  0x00000001 , 0x00000268 
- 00020723  0x00005030 beq  0x00000001 , 0x000050f9 
- 00020724  0x00005031 beq  0x00000050 , 0x00004de8 
- 00020725  0x00005032 beq  0x00000051 , 0x00004df5 
- 00020726  0x00005033 beq  0x00000052 , 0x00004df3 
- 00020727  0x00005034 beq  0x00000053 , 0x00004df3 
- 00020728  0x00005035 branch  0x00004dfc 
- 00020729  0x00005038 bpatchx  0x0000001c , 0x00004023 
- 00020730  0x00005039 call  0x000052b8 
- 00020731  0x0000503a force  0x00000000 , 0x00000012 
- 00020732  0x0000503b call  0x000052c3 
- 00020733  0x0000503c copy  0x0000003f , 0x00000005 
- 00020734  0x0000503d fetch  0x00000002 , 0x00000266 
- 00020735  0x0000503e copy  0x0000003f , 0x00000013 
- 00020736  0x0000503f fetch  0x00000002 , 0x00000264 
- 00020737  0x00005040 iforce  0x00000006 
- 00020738  0x00005042 call  0x00005108 
- 00020739  0x00005043 increase  0xfffffffc , 0x00000013 
- 00020740  0x00005044 nbranch  0x00005102 , 0x00000005 
- 00020741  0x00005045 copy  0x00000012 , 0x00000002 
- 00020742  0x00005046 call  0x000050de 
- 00020743  0x00005047 branch  0x00004dfc 
- 00020744  0x0000504a ifetch  0x00000001 , 0x00000006 
- 00020745  0x0000504b beq  0x00000002 , 0x00005113 
- 00020746  0x0000504c beq  0x00000001 , 0x00005116 
- 00020747  0x0000504d beq  0x00000003 , 0x00005120 
- 00020748  0x0000504e beq  0x00000005 , 0x0000515c 
- 00020749  0x0000504f beq  0x00000004 , 0x0000518e 
- 00020750  0x00005050 beq  0x00000007 , 0x00005213 
- 00020751  0x00005051 beq  0x00000006 , 0x000051e1 
- 00020752  0x00005052 beq  0x00000008 , 0x00005050 
- 00020753  0x00005053 beq  0x0000000a , 0x00004e3a 
- 00020754  0x00005054 branch  0x0000522e 
- 00020755  0x00005057 call  0x00007ea8 
- 00020756  0x00005059 call  0x00007ead 
- 00020757  0x0000505a branch  0x00004e51 
- 00020758  0x0000505c ifetch  0x00000001 , 0x00000006 
- 00020759  0x0000505d copy  0x0000003f , 0x00000007 
- 00020760  0x0000505e ifetch  0x00000002 , 0x00000006 
- 00020761  0x0000505f copy  0x0000003f , 0x00000011 
- 00020762  0x00005060 copy  0x00000013 , 0x0000003f 
- 00020763  0x00005061 isub  0x00000011 , 0x00000013 
- 00020764  0x00005063 ifetch  0x00000001 , 0x00000006 
- 00020765  0x00005064 increase  0xffffffff , 0x00000011 
- 00020766  0x00005065 nbranch  0x0000511c , 0x00000005 
- 00020767  0x00005066 rtn 
- 00020768  0x00005068 ifetch  0x00000001 , 0x00000006 
- 00020769  0x00005069 copy  0x0000003f , 0x00000007 
- 00020770  0x0000506a ifetch  0x00000002 , 0x00000006 
- 00020771  0x0000506b copy  0x0000003f , 0x00000011 
- 00020772  0x0000506c ifetch  0x00000002 , 0x00000006 
- 00020773  0x0000506d copy  0x0000003f , 0x0000000b 
- 00020774  0x0000506e ifetch  0x00000002 , 0x00000006 
- 00020775  0x0000506f copy  0x0000003f , 0x00000002 
- 00020776  0x00005070 ifetch  0x00000002 , 0x00000006 
- 00020777  0x00005071 sub  0x0000003f , 0x00000000 , 0x0000003e 
- 00020778  0x00005072 branch  0x00005132 , 0x00000005 
- 00020779  0x00005073 beq  0x00000002 , 0x0000512e 
- 00020780  0x00005074 beq  0x00000004 , 0x0000512e 
- 00020781  0x00005075 branch  0x00005130 
- 00020782  0x00005077 jam  0x00000016 , 0x00000a99 
- 00020783  0x00005078 call  0x00007d86 
- 00020784  0x0000507a ifetch  0x00000002 , 0x00000006 
- 00020785  0x0000507b branch  0x00005159 
- 00020786  0x0000507d call  0x00007ea8 
- 00020787  0x00005081 bpatchx  0x0000001d , 0x00004023 
- 00020788  0x00005082 setarg  0x00000050 
- 00020789  0x00005083 isub  0x00000002 , 0x0000003e 
- 00020790  0x00005084 branch  0x00005141 , 0x00000005 
- 00020791  0x00005085 setarg  0x00000051 
- 00020792  0x00005086 isub  0x00000002 , 0x0000003e 
- 00020793  0x00005087 branch  0x00005147 , 0x00000005 
- 00020794  0x00005088 setarg  0x00000053 
- 00020795  0x00005089 isub  0x00000002 , 0x0000003e 
- 00020796  0x0000508a branch  0x00005153 , 0x00000005 
- 00020797  0x0000508b setarg  0x00000052 
- 00020798  0x0000508c isub  0x00000002 , 0x0000003e 
- 00020799  0x0000508d branch  0x0000514d , 0x00000005 
- 00020800  0x0000508e branch  0x00005159 
- 00020801  0x00005090 copy  0x0000000b , 0x0000003f 
- 00020802  0x00005091 store  0x00000002 , 0x00004248 
- 00020803  0x00005092 fetch  0x00000001 , 0x00004250 
- 00020804  0x00005093 set1  0x00000001 
- 00020805  0x00005094 store  0x00000001 , 0x00004250 
- 00020806  0x00005095 branch  0x00005158 
- 00020807  0x00005097 copy  0x0000000b , 0x0000003f 
- 00020808  0x00005098 store  0x00000002 , 0x0000424a 
- 00020809  0x00005099 fetch  0x00000001 , 0x00004251 
- 00020810  0x0000509a set1  0x00000001 
- 00020811  0x0000509b store  0x00000001 , 0x00004251 
- 00020812  0x0000509c branch  0x00005158 
- 00020813  0x0000509e copy  0x0000000b , 0x0000003f 
- 00020814  0x0000509f store  0x00000002 , 0x0000424c 
- 00020815  0x000050a0 fetch  0x00000001 , 0x00004252 
- 00020816  0x000050a1 set1  0x00000001 
- 00020817  0x000050a2 store  0x00000001 , 0x00004252 
- 00020818  0x000050a3 branch  0x00005158 
- 00020819  0x000050a5 copy  0x0000000b , 0x0000003f 
- 00020820  0x000050a6 store  0x00000002 , 0x0000424e 
- 00020821  0x000050a7 fetch  0x00000001 , 0x00004253 
- 00020822  0x000050a8 set1  0x00000001 
- 00020823  0x000050a9 store  0x00000001 , 0x00004253 
- 00020824  0x000050ad call  0x00007ead 
- 00020825  0x000050af copy  0x00000013 , 0x0000003f 
- 00020826  0x000050b0 isub  0x00000011 , 0x00000013 
- 00020827  0x000050b1 rtn 
- 00020828  0x000050b4 ifetch  0x00000001 , 0x00000006 
- 00020829  0x000050b5 copy  0x0000003f , 0x00000007 
- 00020830  0x000050b6 ifetch  0x00000002 , 0x00000006 
- 00020831  0x000050b7 copy  0x0000003f , 0x00000011 
- 00020832  0x000050b8 copy  0x00000013 , 0x0000003f 
- 00020833  0x000050b9 isub  0x00000011 , 0x00000013 
- 00020834  0x000050ba ifetch  0x00000002 , 0x00000006 
- 00020835  0x000050bb copy  0x0000003f , 0x0000000b 
- 00020836  0x000050bc ifetch  0x00000002 , 0x00000006 
- 00020837  0x000050bd ifetch  0x00000002 , 0x00000006 
- 00020838  0x000050be nbranch  0x00005188 , 0x00000034 
- 00020839  0x000050bf call  0x00007ea8 
- 00020840  0x000050c3 copy  0x0000000b , 0x00000002 
- 00020841  0x000050c4 bpatchx  0x0000001e , 0x00004023 
- 00020842  0x000050c5 setarg  0x00000050 
- 00020843  0x000050c6 isub  0x00000002 , 0x0000003e 
- 00020844  0x000050c7 branch  0x00005176 , 0x00000005 
- 00020845  0x000050c8 setarg  0x00000051 
- 00020846  0x000050c9 isub  0x00000002 , 0x0000003e 
- 00020847  0x000050ca branch  0x0000517a , 0x00000005 
- 00020848  0x000050cb setarg  0x00000052 
- 00020849  0x000050cc isub  0x00000002 , 0x0000003e 
- 00020850  0x000050cd branch  0x0000517e , 0x00000005 
- 00020851  0x000050ce setarg  0x00000053 
- 00020852  0x000050cf isub  0x00000002 , 0x0000003e 
- 00020853  0x000050d0 branch  0x00005182 , 0x00000005 
- 00020854  0x000050d2 fetch  0x00000001 , 0x00004250 
- 00020855  0x000050d3 set1  0x00000005 
- 00020856  0x000050d4 store  0x00000001 , 0x00004250 
- 00020857  0x000050d5 rtn 
- 00020858  0x000050d7 fetch  0x00000001 , 0x00004251 
- 00020859  0x000050d8 set1  0x00000005 
- 00020860  0x000050d9 store  0x00000001 , 0x00004251 
- 00020861  0x000050da rtn 
- 00020862  0x000050dc fetch  0x00000001 , 0x00004252 
- 00020863  0x000050dd set1  0x00000005 
- 00020864  0x000050de store  0x00000001 , 0x00004252 
- 00020865  0x000050df rtn 
- 00020866  0x000050e1 fetch  0x00000001 , 0x00004253 
- 00020867  0x000050e2 set1  0x00000005 
- 00020868  0x000050e3 store  0x00000001 , 0x00004253 
- 00020869  0x000050e4 jam  0x00000006 , 0x00000a99 
- 00020870  0x000050e5 branch  0x00007d86 
- 00020871  0x000050e9 call  0x00007ead 
- 00020872  0x000050eb increase  0xfffffffa , 0x00000011 
- 00020873  0x000050ed branch  0x0000518d , 0x00000005 
- 00020874  0x000050ee increase  0x00000001 , 0x00000006 
- 00020875  0x000050ef increase  0xffffffff , 0x00000011 
- 00020876  0x000050f0 branch  0x00005189 
- 00020877  0x000050f2 rtn 
- 00020878  0x000050f4 ifetch  0x00000001 , 0x00000006 
- 00020879  0x000050f5 copy  0x0000003f , 0x00000007 
- 00020880  0x000050f6 ifetch  0x00000002 , 0x00000006 
- 00020881  0x000050f7 copy  0x0000003f , 0x00000011 
- 00020882  0x000050f8 copy  0x00000013 , 0x0000003f 
- 00020883  0x000050f9 isub  0x00000011 , 0x00000013 
- 00020884  0x000050fa ifetch  0x00000002 , 0x00000006 
- 00020885  0x000050fb increase  0x00000002 , 0x00000006 
- 00020886  0x000050fc copy  0x0000003f , 0x00000002 
- 00020887  0x000050fd setarg  0x00000005 
- 00020888  0x000050fe istore  0x00000001 , 0x00000005 
- 00020889  0x000050ff copy  0x00000007 , 0x0000003f 
- 00020890  0x00005100 istore  0x00000001 , 0x00000005 
- 00020891  0x00005101 increase  0x00000002 , 0x00000011 
- 00020892  0x00005102 copy  0x00000011 , 0x0000003f 
- 00020893  0x00005103 istore  0x00000002 , 0x00000005 
- 00020894  0x00005104 call  0x00007ea8 
- 00020895  0x00005105 bpatchx  0x0000001f , 0x00004023 
- 00020896  0x00005106 setarg  0x00000050 
- 00020897  0x00005107 isub  0x00000002 , 0x0000003e 
- 00020898  0x00005108 branch  0x000051ad , 0x00000005 
- 00020899  0x00005109 setarg  0x00000051 
- 00020900  0x0000510a isub  0x00000002 , 0x0000003e 
- 00020901  0x0000510b branch  0x000051be , 0x00000005 
- 00020902  0x0000510c setarg  0x00000052 
- 00020903  0x0000510d isub  0x00000002 , 0x0000003e 
- 00020904  0x0000510e branch  0x000051c4 , 0x00000005 
- 00020905  0x0000510f setarg  0x00000053 
- 00020906  0x00005110 isub  0x00000002 , 0x0000003e 
- 00020907  0x00005111 branch  0x000051ca , 0x00000005 
- 00020908  0x00005112 branch  0x000051cf 
- 00020909  0x00005114 fetch  0x00000001 , 0x00004250 
- 00020910  0x00005115 set1  0x00000004 , 0x0000003f 
- 00020911  0x00005116 set1  0x00000003 , 0x0000003f 
- 00020912  0x00005117 store  0x00000001 , 0x00004250 
- 00020913  0x00005118 bbit1  0x00000002 , 0x000051bb 
- 00020914  0x00005119 fetcht  0x00000001 , 0x0000027f 
- 00020915  0x0000511a set1  0x00000006 , 0x00000002 
- 00020916  0x0000511b storet  0x00000001 , 0x0000027f 
- 00020917  0x0000511c copy  0x00000007 , 0x0000003f 
- 00020918  0x0000511d increase  0x00000001 , 0x0000003f 
- 00020919  0x0000511e store  0x00000001 , 0x00000281 
- 00020920  0x0000511f fetch  0x00000001 , 0x00004250 
- 00020921  0x00005120 set1  0x00000002 , 0x0000003f 
- 00020922  0x00005121 store  0x00000001 , 0x00004250 
- 00020923  0x00005123 fetch  0x00000002 , 0x00004248 
- 00020924  0x00005124 store  0x00000002 , 0x00000282 
- 00020925  0x00005125 branch  0x000051cf 
- 00020926  0x00005127 fetch  0x00000001 , 0x00004251 
- 00020927  0x00005128 set1  0x00000004 , 0x0000003f 
- 00020928  0x00005129 set1  0x00000003 , 0x0000003f 
- 00020929  0x0000512a store  0x00000001 , 0x00004251 
- 00020930  0x0000512b fetch  0x00000002 , 0x0000424a 
- 00020931  0x0000512c branch  0x000051cf 
- 00020932  0x0000512e fetch  0x00000001 , 0x00004252 
- 00020933  0x0000512f set1  0x00000004 , 0x0000003f 
- 00020934  0x00005130 set1  0x00000003 , 0x0000003f 
- 00020935  0x00005131 store  0x00000001 , 0x00004252 
- 00020936  0x00005132 fetch  0x00000002 , 0x0000424c 
- 00020937  0x00005133 branch  0x000051cf 
- 00020938  0x00005135 fetch  0x00000001 , 0x00004253 
- 00020939  0x00005136 set1  0x00000004 , 0x0000003f 
- 00020940  0x00005137 set1  0x00000003 , 0x0000003f 
- 00020941  0x00005138 store  0x00000001 , 0x00004253 
- 00020942  0x00005139 fetch  0x00000002 , 0x0000424e 
- 00020943  0x0000513d copy  0x0000003f , 0x0000000b 
- 00020944  0x0000513e call  0x00007ead 
- 00020945  0x00005140 copy  0x0000000b , 0x0000003f 
- 00020946  0x00005142 istore  0x00000002 , 0x00000005 
- 00020947  0x00005143 force  0x00000000 , 0x0000003f 
- 00020948  0x00005144 istore  0x00000002 , 0x00000005 
- 00020949  0x00005145 force  0x00000000 , 0x0000003f 
- 00020950  0x00005146 istore  0x00000002 , 0x00000005 
- 00020951  0x00005147 force  0x0000000a , 0x0000003f 
- 00020952  0x00005148 iadd  0x00000012 , 0x00000012 
- 00020953  0x00005149 increase  0xfffffffa , 0x00000011 
- 00020954  0x0000514b branch  0x000051e0 , 0x00000005 
- 00020955  0x0000514c ifetch  0x00000001 , 0x00000006 
- 00020956  0x0000514d istore  0x00000001 , 0x00000005 
- 00020957  0x0000514e increase  0x00000001 , 0x00000012 
- 00020958  0x0000514f increase  0xffffffff , 0x00000011 
- 00020959  0x00005150 branch  0x000051da 
- 00020960  0x00005152 rtn 
- 00020961  0x00005154 ifetch  0x00000001 , 0x00000006 
- 00020962  0x00005155 copy  0x0000003f , 0x00000007 
- 00020963  0x00005156 ifetch  0x00000002 , 0x00000006 
- 00020964  0x00005157 copy  0x0000003f , 0x00000011 
- 00020965  0x00005158 copy  0x00000013 , 0x0000003f 
- 00020966  0x00005159 isub  0x00000011 , 0x00000013 
- 00020967  0x0000515b ifetch  0x00000002 , 0x00000006 
- 00020968  0x0000515c copy  0x0000003f , 0x00000011 
- 00020969  0x0000515d ifetch  0x00000002 , 0x00000006 
- 00020970  0x0000515e copy  0x0000003f , 0x0000000b 
- 00020971  0x0000515f call  0x00007ea8 
- 00020972  0x00005160 bpatchx  0x00000020 , 0x00004024 
- 00020973  0x00005161 setarg  0x00000050 
- 00020974  0x00005162 copy  0x00000011 , 0x00000002 
- 00020975  0x00005163 isub  0x00000002 , 0x0000003e 
- 00020976  0x00005164 branch  0x000051fa , 0x00000005 
- 00020977  0x00005165 setarg  0x00000052 
- 00020978  0x00005166 copy  0x00000011 , 0x00000002 
- 00020979  0x00005167 isub  0x00000002 , 0x0000003e 
- 00020980  0x00005168 branch  0x000051ff , 0x00000005 
- 00020981  0x00005169 setarg  0x00000053 
- 00020982  0x0000516a copy  0x00000011 , 0x00000002 
- 00020983  0x0000516b isub  0x00000002 , 0x0000003e 
- 00020984  0x0000516c branch  0x00005201 , 0x00000005 
- 00020985  0x0000516d branch  0x00005203 
- 00020986  0x0000516f setarg  0x00000000 
- 00020987  0x00005170 store  0x00000002 , 0x00000275 
- 00020988  0x00005171 store  0x00000002 , 0x00004248 
- 00020989  0x00005172 store  0x00000001 , 0x00004250 
- 00020990  0x00005173 branch  0x00005205 
- 00020991  0x00005175 call  0x00005079 
- 00020992  0x00005176 branch  0x00005205 
- 00020993  0x00005178 call  0x0000507f 
- 00020994  0x0000517e branch  0x00005205 
- 00020995  0x00005180 setarg  0x00000000 
- 00020996  0x00005181 store  0x00000002 , 0x0000027b 
- 00020997  0x00005183 call  0x00007ead 
- 00020998  0x00005184 setarg  0x00000007 
- 00020999  0x00005185 istore  0x00000001 , 0x00000005 
- 00021000  0x00005186 copy  0x00000007 , 0x0000003f 
- 00021001  0x00005187 istore  0x00000001 , 0x00000005 
- 00021002  0x00005188 setarg  0x00000004 
- 00021003  0x00005189 istore  0x00000002 , 0x00000005 
- 00021004  0x0000518a copy  0x00000011 , 0x0000003f 
- 00021005  0x0000518b istore  0x00000002 , 0x00000005 
- 00021006  0x0000518c copy  0x0000000b , 0x0000003f 
- 00021007  0x0000518d istore  0x00000002 , 0x00000005 
- 00021008  0x0000518e force  0x00000008 , 0x0000003f 
- 00021009  0x0000518f iadd  0x00000012 , 0x00000012 
- 00021010  0x00005190 rtn 
- 00021011  0x00005193 ifetch  0x00000001 , 0x00000006 
- 00021012  0x00005194 copy  0x0000003f , 0x00000007 
- 00021013  0x00005195 ifetch  0x00000002 , 0x00000006 
- 00021014  0x00005196 copy  0x0000003f , 0x00000011 
- 00021015  0x00005197 ifetch  0x00000002 , 0x00000006 
- 00021016  0x00005198 copy  0x0000003f , 0x0000000b 
- 00021017  0x00005199 ifetch  0x00000002 , 0x00000006 
- 00021018  0x0000519a copy  0x0000003f , 0x00000002 
- 00021019  0x0000519b call  0x00007ea8 
- 00021020  0x0000519c bpatchx  0x00000021 , 0x00004024 
- 00021021  0x0000519d fetch  0x00000001 , 0x00004255 
- 00021022  0x0000519e icompare  0x000000ff , 0x00000007 
- 00021023  0x0000519f nbranch  0x0000522a , 0x00000001 
- 00021024  0x000051a0 setarg  0x00000050 
- 00021025  0x000051a1 isub  0x00000002 , 0x0000003e 
- 00021026  0x000051a2 branch  0x00005227 , 0x00000005 
- 00021027  0x000051a3 setarg  0x00000051 
- 00021028  0x000051a4 isub  0x00000002 , 0x0000003e 
- 00021029  0x000051a5 branch  0x0000522a , 0x00000005 
- 00021030  0x000051a6 branch  0x0000522a 
- 00021031  0x000051a8 jam  0x00000000 , 0x00004248 
- 00021032  0x000051a9 jam  0x00000000 , 0x00004250 
- 00021033  0x000051aa branch  0x0000522a 
- 00021034  0x000051af call  0x00007ead 
- 00021035  0x000051b0 copy  0x00000013 , 0x0000003f 
- 00021036  0x000051b1 isub  0x00000011 , 0x00000013 
- 00021037  0x000051b2 rtn 
- 00021038  0x000051b5 setarg  0x00000001 
- 00021039  0x000051b6 istore  0x00000001 , 0x00000005 
- 00021040  0x000051b7 ifetch  0x00000001 , 0x00000006 
- 00021041  0x000051b8 istore  0x00000001 , 0x00000005 
- 00021042  0x000051b9 setarg  0x00000002 
- 00021043  0x000051ba istore  0x00000002 , 0x00000005 
- 00021044  0x000051bb setarg  0x00000000 
- 00021045  0x000051bc istore  0x00000002 , 0x00000005 
- 00021046  0x000051bd setarg  0x00000006 
- 00021047  0x000051be iadd  0x00000012 , 0x00000012 
- 00021048  0x000051bf force  0x00000004 , 0x00000013 
- 00021049  0x000051c0 rtn 
- 00021050  0x000051c4 fetch  0x00000001 , 0x00004255 
- 00021051  0x000051c5 increase  0x00000001 , 0x0000003f 
- 00021052  0x000051c6 bne  0x00000000 , 0x0000523e 
- 00021053  0x000051c7 increase  0x00000001 , 0x0000003f 
- 00021054  0x000051c9 store  0x00000001 , 0x00004255 
- 00021055  0x000051ca rtn 
- 00021056  0x000051d5 bpatchx  0x00000022 , 0x00004024 
- 00021057  0x000051d6 arg  0x00000000 , 0x00000012 
- 00021058  0x000051d7 call  0x0000526e 
- 00021059  0x000051d8 nbranch  0x00002a8c , 0x00000034 
- 00021060  0x000051d9 call  0x0000527e 
- 00021061  0x000051da arg  0x00001800 , 0x00000012 
- 00021062  0x000051db arg  0x00000000 , 0x00000007 
- 00021063  0x000051dd fetcht  0x00000001 , 0x00004256 
- 00021064  0x000051de qisolate1  0x00000002 
- 00021065  0x000051df branch  0x0000524f , 0x00000001 
- 00021066  0x000051e0 call  0x000052a0 
- 00021067  0x000051e1 sub  0x0000000b , 0x00000000 , 0x0000003e 
- 00021068  0x000051e2 branch  0x0000524f , 0x00000002 
- 00021069  0x000051e3 call  0x00005288 
- 00021070  0x000051e4 branch  0x00005255 
- 00021071  0x000051e6 increase  0x00000080 , 0x00000012 
- 00021072  0x000051e7 increase  0x00000001 , 0x00000007 
- 00021073  0x000051e8 setarg  0x00000008 
- 00021074  0x000051e9 isub  0x00000007 , 0x0000003e 
- 00021075  0x000051ea branch  0x00005247 , 0x00000002 
- 00021076  0x000051eb arg  0x00000000 , 0x00000012 
- 00021077  0x000051ed copy  0x00000012 , 0x0000003f 
- 00021078  0x000051ee branch  0x00002a8c , 0x00000034 
- 00021079  0x000051ef rtn 
- 00021080  0x000051f8 bpatchx  0x00000023 , 0x00004024 
- 00021081  0x000051f9 call  0x00005277 
- 00021082  0x000051fa increase  0x00000001 , 0x00000006 
- 00021083  0x000051fb ifetch  0x00000002 , 0x00000006 
- 00021084  0x000051fc rtn 
- 00021085  0x00005203 bpatchx  0x00000024 , 0x00004024 
- 00021086  0x00005204 call  0x00005277 
- 00021087  0x00005205 copy  0x00000006 , 0x00000005 
- 00021088  0x00005206 copy  0x00000006 , 0x00000002 
- 00021089  0x00005207 setarg  0x00000000 
- 00021090  0x00005208 istore  0x00000003 , 0x00000005 
- 00021091  0x00005209 rtn 
- 00021092  0x0000520f bpatchx  0x00000025 , 0x00004024 
- 00021093  0x00005210 call  0x00005274 
- 00021094  0x00005211 branch  0x00002a8c , 0x00000034 
- 00021095  0x00005212 fetch  0x00000003 , 0x0000425d 
- 00021096  0x00005213 store  0x00000003 , 0x00004260 
- 00021097  0x00005214 fetch  0x00000003 , 0x0000425a 
- 00021098  0x00005215 store  0x00000003 , 0x0000425d 
- 00021099  0x00005216 fetch  0x00000003 , 0x00004257 
- 00021100  0x00005217 store  0x00000003 , 0x0000425a 
- 00021101  0x00005218 rtn 
- 00021102  0x0000521f bpatchx  0x00000026 , 0x00004024 
- 00021103  0x00005220 fetch  0x00000003 , 0x00004257 
- 00021104  0x00005221 rtn 
- 00021105  0x00005228 bpatchx  0x00000027 , 0x00004024 
- 00021106  0x00005229 fetch  0x00000003 , 0x0000425a 
- 00021107  0x0000522a rtn 
- 00021108  0x00005231 bpatchx  0x00000028 , 0x00004025 
- 00021109  0x00005232 fetch  0x00000003 , 0x00004260 
- 00021110  0x00005233 rtn 
- 00021111  0x00005239 call  0x00005274 
- 00021112  0x0000523a branch  0x00002a8c , 0x00000034 
- 00021113  0x0000523b arg  0x00004257 , 0x00000006 
- 00021114  0x0000523d ifetch  0x00000003 , 0x00000006 
- 00021115  0x0000523e branch  0x0000527a , 0x00000034 
- 00021116  0x0000523f increase  0xfffffffd , 0x00000006 
- 00021117  0x00005240 rtn 
- 00021118  0x00005248 bpatchx  0x00000029 , 0x00004025 
- 00021119  0x00005249 arg  0x00000004 , 0x00000039 
- 00021120  0x0000524a arg  0x00004257 , 0x00000006 
- 00021121  0x0000524b arg  0x00000000 , 0x00000002 
- 00021122  0x0000524d ifetch  0x00000003 , 0x00000006 
- 00021123  0x0000524e and  0x0000003f , 0x000000ff , 0x0000003f 
- 00021124  0x0000524f ior  0x00000002 , 0x00000002 
- 00021125  0x00005250 loop  0x00005282 
- 00021126  0x00005251 storet  0x00000001 , 0x00004256 
- 00021127  0x00005252 rtn 
- 00021128  0x0000525b bpatchx  0x0000002a , 0x00004025 
- 00021129  0x0000525c call  0x0000526e 
- 00021130  0x0000525d nbranch  0x00002a8c , 0x00000034 
- 00021131  0x0000525e call  0x00005274 
- 00021132  0x0000525f branch  0x00005295 , 0x00000034 
- 00021133  0x00005260 fetch  0x00000003 , 0x0000425a 
- 00021134  0x00005261 store  0x00000003 , 0x00004257 
- 00021135  0x00005262 ifetch  0x00000003 , 0x00000006 
- 00021136  0x00005263 istore  0x00000003 , 0x00000005 
- 00021137  0x00005264 ifetch  0x00000003 , 0x00000006 
- 00021138  0x00005265 istore  0x00000003 , 0x00000005 
- 00021139  0x00005266 setarg  0x00000000 
- 00021140  0x00005267 istore  0x00000003 , 0x00000005 
- 00021141  0x00005269 arg  0x00000000 , 0x00000002 
- 00021142  0x0000526a copy  0x0000000b , 0x0000003f 
- 00021143  0x0000526b iadd  0x00000007 , 0x0000003f 
- 00021144  0x0000526d qset1  0x00000002 
- 00021145  0x0000526e increase  0x00000001 , 0x00000007 
- 00021146  0x0000526f isub  0x00000007 , 0x0000003e 
- 00021147  0x00005270 nbranch  0x00005298 , 0x00000005 
- 00021148  0x00005272 lshift8  0x00000012 , 0x0000003f 
- 00021149  0x00005273 ior  0x00000002 , 0x0000003f 
- 00021150  0x00005274 store  0x00000003 , 0x00004260 
- 00021151  0x00005275 rtn 
- 00021152  0x00005280 bpatchx  0x0000002b , 0x00004025 
- 00021153  0x00005281 call  0x0000527e 
- 00021154  0x00005282 copy  0x00000007 , 0x00000013 
- 00021155  0x00005283 arg  0x00000000 , 0x00000002 
- 00021156  0x00005284 arg  0x00000000 , 0x0000000b 
- 00021157  0x00005287 copy  0x00000007 , 0x0000003f 
- 00021158  0x00005288 beq  0x00000008 , 0x000052b0 
- 00021159  0x00005289 fetch  0x00000001 , 0x00004256 
- 00021160  0x0000528a qisolate1  0x0000003f 
- 00021161  0x0000528b branch  0x000052b0 , 0x00000001 
- 00021162  0x0000528c increase  0x00000080 , 0x00000002 
- 00021163  0x0000528d increase  0x00000001 , 0x00000007 
- 00021164  0x0000528e copy  0x00000011 , 0x0000003f 
- 00021165  0x0000528f isub  0x00000002 , 0x0000003e 
- 00021166  0x00005290 branch  0x000052b0 , 0x00000005 
- 00021167  0x00005291 branch  0x000052a5 , 0x00000002 
- 00021168  0x00005293 copy  0x00000002 , 0x0000003f 
- 00021169  0x00005294 isub  0x00000011 , 0x0000003e 
- 00021170  0x00005295 nbranch  0x000052b6 , 0x00000002 
- 00021171  0x00005296 copy  0x00000007 , 0x0000003f 
- 00021172  0x00005297 copy  0x00000013 , 0x00000002 
- 00021173  0x00005298 isub  0x00000002 , 0x0000000b 
- 00021174  0x0000529a copy  0x00000013 , 0x00000007 
- 00021175  0x0000529b rtn 
- 00021176  0x0000529f bpatchx  0x0000002c , 0x00004025 
- 00021177  0x000052a0 arg  0x0000007f , 0x00000011 
- 00021178  0x000052a1 call  0x00005240 
- 00021179  0x000052a2 store  0x00000002 , 0x0000026b 
- 00021180  0x000052a3 increase  0x00000004 , 0x0000003f 
- 00021181  0x000052a4 store  0x00000002 , 0x0000026d 
- 00021182  0x000052a5 setarg  0x00000000 
- 00021183  0x000052a6 store  0x00000002 , 0x0000026f 
- 00021184  0x000052a7 rtn 
- 00021185  0x000052aa fetch  0x00000002 , 0x0000026b 
- 00021186  0x000052ab branch  0x000052e2 
- 00021187  0x000052ae fetch  0x00000002 , 0x0000026d 
- 00021188  0x000052af branch  0x000052e2 
- 00021189  0x000052b3 bpatchx  0x0000002d , 0x00004025 
- 00021190  0x000052b4 arg  0x000000fa , 0x00000011 
- 00021191  0x000052b5 call  0x00005240 
- 00021192  0x000052b6 store  0x00000002 , 0x00000271 
- 00021193  0x000052b7 increase  0x00000004 , 0x0000003f 
- 00021194  0x000052b8 store  0x00000002 , 0x00000273 
- 00021195  0x000052b9 setarg  0x00000000 
- 00021196  0x000052ba store  0x00000002 , 0x00000275 
- 00021197  0x000052bb rtn 
- 00021198  0x000052be fetch  0x00000002 , 0x00000271 
- 00021199  0x000052bf branch  0x000052e2 
- 00021200  0x000052c2 fetch  0x00000002 , 0x00000273 
- 00021201  0x000052c3 branch  0x000052e2 
- 00021202  0x000052c7 bpatchx  0x0000002e , 0x00004025 
- 00021203  0x000052c8 call  0x00007e7c 
- 00021204  0x000052c9 jam  0x00000001 , 0x00000284 
- 00021205  0x000052ca call  0x0000526e 
- 00021206  0x000052cb nrtn  0x00000034 
- 00021207  0x000052cc arg  0x0000007f , 0x00000011 
- 00021208  0x000052cd call  0x00005240 
- 00021209  0x000052ce store  0x00000002 , 0x00000277 
- 00021210  0x000052cf increase  0x00000004 , 0x0000003f 
- 00021211  0x000052d0 store  0x00000002 , 0x00000279 
- 00021212  0x000052d1 setarg  0x00000000 
- 00021213  0x000052d2 store  0x00000002 , 0x0000027b 
- 00021214  0x000052d3 jam  0x00000000 , 0x00000284 
- 00021215  0x000052d4 branch  0x00007e8c 
- 00021216  0x000052d7 fetch  0x00000002 , 0x00000277 
- 00021217  0x000052d8 branch  0x000052e2 
- 00021218  0x000052db branch  0x00002a8c , 0x00000034 
- 00021219  0x000052dc copy  0x0000003f , 0x00000005 
- 00021220  0x000052dd rtn 
- 00021221  0x000052e1 bpatchx  0x0000002f , 0x00004025 
- 00021222  0x000052e2 arg  0x00000000 , 0x00000012 
- 00021223  0x000052e3 arg  0x00004257 , 0x00000011 
- 00021224  0x000052e4 increase  0xfffffffe , 0x00000011 
- 00021225  0x000052e6 increase  0x00000002 , 0x00000011 
- 00021226  0x000052e7 setarg  0x00004263 
- 00021227  0x000052e8 isub  0x00000011 , 0x0000003e 
- 00021228  0x000052e9 branch  0x000052f5 , 0x00000005 
- 00021229  0x000052ea ifetch  0x00000001 , 0x00000011 
- 00021230  0x000052eb increase  0x00000001 , 0x00000011 
- 00021231  0x000052ec branch  0x000052e9 , 0x00000034 
- 00021232  0x000052ed ifetcht  0x00000002 , 0x00000011 
- 00021233  0x000052ee ifetch  0x00000002 , 0x00000002 
- 00021234  0x000052ef iadd  0x00000012 , 0x00000012 
- 00021235  0x000052f0 increase  0x00000004 , 0x00000012 
- 00021236  0x000052f1 branch  0x000052e9 
- 00021237  0x000052f3 copy  0x00000012 , 0x0000003f 
- 00021238  0x000052f4 rtn 
- 00021239  0x000052f8 arg  0x0000000c , 0x00000007 
- 00021240  0x000052f9 branch  0x00002c32 
- 00021241  0x000052fc arg  0x0000000c , 0x00000007 
- 00021242  0x000052fd branch  0x00002c36 
- 00021243  0x00005300 bpatchx  0x00000030 , 0x00004026 
- 00021244  0x00005301 call  0x0000527e 
- 00021245  0x00005302 fetch  0x00000001 , 0x00004256 
- 00021246  0x00005303 rtn  0x00000034 
- 00021247  0x00005304 call  0x000052e5 
- 00021248  0x00005305 arg  0x00000100 , 0x00000002 
- 00021249  0x00005306 isub  0x00000002 , 0x0000003e 
- 00021250  0x00005307 branch  0x000052f7 , 0x00000002 
- 00021251  0x00005308 call  0x000052f9 
- 00021252  0x00005309 arg  0x00004263 , 0x00000005 
- 00021253  0x0000530a arg  0x00004257 , 0x00000011 
- 00021254  0x0000530c setarg  0x00004263 
- 00021255  0x0000530d isub  0x00000011 , 0x0000003e 
- 00021256  0x0000530e rtn  0x00000005 
- 00021257  0x0000530f ifetch  0x00000001 , 0x00000011 
- 00021258  0x00005310 increase  0x00000001 , 0x00000011 
- 00021259  0x00005311 nbranch  0x0000530f , 0x00000034 
- 00021260  0x00005312 istore  0x00000002 , 0x00000005 
- 00021261  0x00005313 increase  0x00000002 , 0x00000011 
- 00021262  0x00005314 branch  0x00005306 
- 00021263  0x00005316 ifetch  0x00000002 , 0x00000011 
- 00021264  0x00005317 increase  0x00000002 , 0x00000011 
- 00021265  0x00005318 copy  0x0000003f , 0x00000006 
- 00021266  0x00005319 ifetch  0x00000002 , 0x00000006 
- 00021267  0x0000531a istore  0x00000002 , 0x00000005 
- 00021268  0x0000531b copy  0x0000003f , 0x00000039 
- 00021269  0x0000531c increase  0x00000002 , 0x00000039 
- 00021270  0x0000531d call  0x00007f01 
- 00021271  0x0000531e branch  0x00005306 
- 00021272  0x00005321 bpatchx  0x00000031 , 0x00004026 
- 00021273  0x00005322 call  0x0000527e 
- 00021274  0x00005323 fetch  0x00000001 , 0x00004256 
- 00021275  0x00005324 rtn  0x00000034 
- 00021276  0x00005325 arg  0x00004258 , 0x00000011 
- 00021277  0x00005326 increase  0xfffffffd , 0x00000011 
- 00021278  0x00005327 arg  0x00004263 , 0x00000006 
- 00021279  0x00005329 increase  0x00000003 , 0x00000011 
- 00021280  0x0000532a setarg  0x00004264 
- 00021281  0x0000532b isub  0x00000011 , 0x0000003e 
- 00021282  0x0000532c rtn  0x00000005 
- 00021283  0x0000532d ifetch  0x00000002 , 0x00000006 
- 00021284  0x0000532e branch  0x0000531f , 0x00000034 
- 00021285  0x0000532f increase  0x00000004 , 0x0000003f 
- 00021286  0x00005330 copy  0x0000003f , 0x00000039 
- 00021287  0x00005331 copy  0x00000006 , 0x00000012 
- 00021288  0x00005332 ifetch  0x00000002 , 0x00000011 
- 00021289  0x00005333 copy  0x0000003f , 0x00000005 
- 00021290  0x00005334 copy  0x00000012 , 0x00000006 
- 00021291  0x00005335 increase  0xfffffffe , 0x00000006 
- 00021292  0x00005336 call  0x00007f01 
- 00021293  0x00005337 branch  0x0000531f 
- 00021294  0x00005342 bpatchx  0x00000032 , 0x00004026 
- 00021295  0x00005343 disable  0x0000002b 
- 00021296  0x00005344 jam  0x00000001 , 0x00000455 
- 00021297  0x00005345 jam  0x00000003 , 0x0000043f 
- 00021298  0x00005346 jam  0x00000001 , 0x00000456 
- 00021299  0x00005347 setarg  0xffffffff 
- 00021300  0x00005348 store  0x00000002 , 0x00000459 
- 00021301  0x00005349 force  0x00000000 , 0x0000003f 
- 00021302  0x0000534a store  0x00000001 , 0x00000457 
- 00021303  0x0000534b store  0x00000001 , 0x00000462 
- 00021304  0x0000534c store  0x00000003 , 0x00004169 
- 00021305  0x0000534d store  0x00000003 , 0x0000416c 
- 00021306  0x0000534e store  0x00000005 , 0x00004403 
- 00021307  0x0000534f set1  0x00000027 , 0x0000003f 
- 00021308  0x00005350 store  0x00000005 , 0x00004408 
- 00021309  0x00005351 jam  0x00000001 , 0x000043dc 
- 00021310  0x00005352 jam  0x00000000 , 0x000043dd 
- 00021311  0x00005353 branch  0x000056ed 
- 00021312  0x00005356 bpatchx  0x00000033 , 0x00004026 
- 00021313  0x00005357 enable  0x00000029 
- 00021314  0x00005358 jam  0x00000003 , 0x00000440 
- 00021315  0x00005359 jam  0x00000001 , 0x00000478 
- 00021316  0x0000535a jam  0x00000001 , 0x0000445a 
- 00021317  0x0000535b setarg  0x0000ffff 
- 00021318  0x0000535c store  0x00000002 , 0x0000445c 
- 00021319  0x0000535d force  0x00000000 , 0x0000003f 
- 00021320  0x0000535e store  0x00000005 , 0x00004408 
- 00021321  0x0000535f set1  0x00000027 , 0x0000003f 
- 00021322  0x00005360 store  0x00000005 , 0x00004403 
- 00021323  0x00005361 branch  0x0000532e 
- 00021324  0x00005365 bpatchx  0x00000034 , 0x00004026 
- 00021325  0x00005366 disable  0x00000029 
- 00021326  0x00005367 setarg  0x00000017 
- 00021327  0x00005368 store  0x00000002 , 0x000044a8 
- 00021328  0x00005369 jam  0x00000001 , 0x00000440 
- 00021329  0x0000536a jam  0x00000000 , 0x0000436e 
- 00021330  0x0000536b jam  0x00000000 , 0x000000a0 
- 00021331  0x0000536c jam  0x00000000 , 0x000044c4 
- 00021332  0x0000536d jam  0x00000000 , 0x000044c5 
- 00021333  0x0000536e fetch  0x00000002 , 0x0000046d 
- 00021334  0x0000536f store  0x00000002 , 0x000044ba 
- 00021335  0x00005370 fetch  0x00000002 , 0x00000441 
- 00021336  0x00005371 mul32  0x0000003f , 0x00000005 , 0x0000003f 
- 00021337  0x00005372 rshift4  0x0000003f , 0x0000003f 
- 00021338  0x00005373 store  0x00000002 , 0x0000046d 
- 00021339  0x00005374 branch  0x0000532e 
- 00021340  0x0000537b call  0x000053c4 
- 00021341  0x0000537c call  0x000055e8 
- 00021342  0x0000537d call  0x000056f0 
- 00021343  0x0000537e branch  0x000053ce 
- 00021344  0x00005381 bpatchx  0x00000035 , 0x00004026 
- 00021345  0x00005382 call  0x000053c4 
- 00021346  0x00005383 call  0x000032f4 
- 00021347  0x00005384 fetch  0x00000001 , 0x00000440 
- 00021348  0x00005385 beq  0x00000003 , 0x00005366 
- 00021349  0x00005386 branch  0x0000537a 
- 00021350  0x0000538d bpatchx  0x00000036 , 0x00004026 
- 00021351  0x0000538e enable  0x00000029 
- 00021352  0x0000538f call  0x000056e4 
- 00021353  0x00005390 branch  0x00005377 , 0x00000002 
- 00021354  0x00005391 call  0x00002c6c 
- 00021355  0x00005392 call  0x00005413 
- 00021356  0x00005393 call  0x0000561e 
- 00021357  0x00005394 disable  0x0000002d 
- 00021358  0x00005395 call  0x000054bf 
- 00021359  0x00005396 nrtn  0x0000002d 
- 00021360  0x00005397 bpatchx  0x00000037 , 0x00004026 
- 00021361  0x00005398 fetch  0x00000001 , 0x00000005 
- 00021362  0x00005399 increase  0x00000001 , 0x0000003f 
- 00021363  0x0000539a store  0x00000001 , 0x00000005 
- 00021364  0x0000539b call  0x000055aa 
- 00021365  0x0000539c disable  0x00000029 
- 00021366  0x0000539d rtn 
- 00021367  0x000053a0 call  0x000053a9 
- 00021368  0x000053a1 disable  0x00000029 
- 00021369  0x000053a2 rtn 
- 00021370  0x000053a8 bpatchx  0x00000038 , 0x00004027 
- 00021371  0x000053a9 jam  0x00000000 , 0x0000450f 
- 00021372  0x000053aa call  0x00007aaf 
- 00021373  0x000053ab call  0x00005c18 
- 00021374  0x000053ac disable  0x0000002e 
- 00021375  0x000053ad call  0x000056e4 
- 00021376  0x000053ae branch  0x000053a9 , 0x00000002 
- 00021377  0x000053af call  0x00002c6c 
- 00021378  0x000053b0 call  0x00005413 
- 00021379  0x000053b1 call  0x00005489 
- 00021380  0x000053b2 nbranch  0x0000539b , 0x00000018 
- 00021381  0x000053b3 call  0x000053b7 
- 00021382  0x000053b4 branch  0x00005388 , 0x0000002d 
- 00021383  0x000053b5 branch  0x00005395 
- 00021384  0x000053b9 bpatchx  0x00000039 , 0x00004027 
- 00021385  0x000053ba fetch  0x00000001 , 0x0000450f 
- 00021386  0x000053bb pincrease  0x00000001 
- 00021387  0x000053bc store  0x00000001 , 0x0000450f 
- 00021388  0x000053bd beq  0x0000000c , 0x00005395 
- 00021389  0x000053be call  0x000055aa 
- 00021390  0x000053bf call  0x0000561e 
- 00021391  0x000053c0 call  0x000054c7 
- 00021392  0x000053c1 call  0x0000567e 
- 00021393  0x000053c2 fetch  0x00000002 , 0x000041fb 
- 00021394  0x000053c3 call  0x00007f9c 
- 00021395  0x000053c4 call  0x000053a0 
- 00021396  0x000053c5 branch  0x000053a4 , 0x00000028 
- 00021397  0x000053c7 bpatchx  0x0000003a , 0x00004027 
- 00021398  0x000053c8 call  0x00005be4 
- 00021399  0x000053c9 call  0x00005bdb 
- 00021400  0x000053ca call  0x00007d9c 
- 00021401  0x000053cb fetch  0x00000001 , 0x00000462 
- 00021402  0x000053cc bbit1  0x00000003 , 0x000053a9 
- 00021403  0x000053ce bpatchx  0x0000003b , 0x00004027 
- 00021404  0x000053cf call  0x000057f4 
- 00021405  0x000053d0 call  0x0000559d 
- 00021406  0x000053d1 call  0x00005575 
- 00021407  0x000053d2 branch  0x00002841 
- 00021408  0x000053d6 disable  0x00000028 
- 00021409  0x000053d7 bmark1  0x0000002a , 0x00007fe7 
- 00021410  0x000053d8 bmark1  0x00000029 , 0x00007fe7 
- 00021411  0x000053d9 rtn 
- 00021412  0x000053dd bpatchx  0x0000003c , 0x00004027 
- 00021413  0x000053de enable  0x0000002e 
- 00021414  0x000053df call  0x000054c1 
- 00021415  0x000053e0 branch  0x00005388 , 0x0000002d 
- 00021416  0x000053e1 branch  0x00005395 
- 00021417  0x000053e7 bpatchx  0x0000003d , 0x00004027 
- 00021418  0x000053e8 call  0x000053af 
- 00021419  0x000053e9 call  0x000033b4 
- 00021420  0x000053ea call  0x00007a77 
- 00021421  0x000053eb jam  0x00000015 , 0x00000a99 
- 00021422  0x000053ec branch  0x00007d86 
- 00021423  0x000053ef setarg  0x00000000 
- 00021424  0x000053f0 store  0x00000009 , 0x000044ff 
- 00021425  0x000053f1 jam  0x00000000 , 0x00000455 
- 00021426  0x000053f2 jam  0x00000000 , 0x00000440 
- 00021427  0x000053f3 jam  0x00000000 , 0x0000043f 
- 00021428  0x000053f4 jam  0x00000000 , 0x000044c5 
- 00021429  0x000053f5 jam  0x00000000 , 0x000044c4 
- 00021430  0x000053f6 rtn 
- 00021431  0x000053f9 bpatchx  0x0000003e , 0x00004027 
- 00021432  0x000053fa fetch  0x00000001 , 0x00000005 
- 00021433  0x000053fb increase  0x00000001 , 0x0000003f 
- 00021434  0x000053fc store  0x00000001 , 0x00000005 
- 00021435  0x000053fd fetch  0x00000001 , 0x0000043f 
- 00021436  0x000053fe rtnbit1  0x00000003 
- 00021437  0x000053ff set1  0x00000003 
- 00021438  0x00005400 store  0x00000001 , 0x0000043f 
- 00021439  0x00005401 fetch  0x00000002 , 0x000044ba 
- 00021440  0x00005402 store  0x00000002 , 0x0000046d 
- 00021441  0x00005403 setarg  0x00000000 
- 00021442  0x00005404 store  0x00000004 , 0x000044e5 
- 00021443  0x00005405 rtn 
- 00021444  0x00005409 bpatchx  0x0000003f , 0x00004027 
- 00021445  0x0000540a jam  0x00000036 , 0x0000890f 
- 00021446  0x0000540b jam  0x0000005f , 0x0000890b 
- 00021447  0x0000540c enable  0x00000036 
- 00021448  0x0000540d jam  0x00000007 , 0x00008914 
- 00021449  0x0000540e call  0x00002c6c 
- 00021450  0x0000540f fetch  0x00000001 , 0x000041e0 
- 00021451  0x00005410 rtn  0x00000034 
- 00021452  0x00005411 jam  0x000000b8 , 0x0000890a 
- 00021453  0x00005412 rtn 
- 00021454  0x00005415 bpatchx  0x00000040 , 0x00004028 
- 00021455  0x00005416 jam  0x0000002e , 0x0000890f 
- 00021456  0x00005417 jam  0x000000ff , 0x0000890b 
- 00021457  0x00005418 disable  0x00000036 
- 00021458  0x00005419 jam  0x00000003 , 0x00008914 
- 00021459  0x0000541a arg  0x00000000 , 0x0000001b 
- 00021460  0x0000541b rtn 
- 00021461  0x0000541e disable  0x00000009 
- 00021462  0x0000541f disable  0x00000007 
- 00021463  0x00005420 fetch  0x00000003 , 0x00000467 
- 00021464  0x00005421 iforce  0x0000000f 
- 00021465  0x00005422 fetch  0x00000001 , 0x00000016 
- 00021466  0x00005423 reverse  0x0000003f , 0x00000002 
- 00021467  0x00005424 set1  0x00000001 , 0x00000002 
- 00021468  0x00005425 rshift  0x00000002 , 0x0000000e 
- 00021469  0x00005426 rtn 
- 00021470  0x0000542a call  0x000053e6 
- 00021471  0x0000542b call  0x0000291f 
- 00021472  0x0000542c setarg  0x00000500 
- 00021473  0x0000542d call  0x00002a8f 
- 00021474  0x0000542e branch  0x00002924 
- 00021475  0x00005431 branch  0x00002939 , 0x0000002d 
- 00021476  0x00005433 call  0x000053e6 
- 00021477  0x00005434 branch  0x00002933 
- 00021478  0x00005436 bpatchx  0x00000041 , 0x00004028 
- 00021479  0x00005437 call  0x00002918 
- 00021480  0x00005438 fetch  0x00000001 , 0x0000048c 
- 00021481  0x00005439 nbranch  0x000053f9 , 0x00000034 
- 00021482  0x0000543a fetch  0x00000001 , 0x00000016 
- 00021483  0x0000543b sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00021484  0x0000543c branch  0x000053f3 , 0x00000002 
- 00021485  0x0000543d force  0x00000000 , 0x00000002 
- 00021486  0x0000543e rtneq  0x00000025 
- 00021487  0x0000543f force  0x00000018 , 0x00000002 
- 00021488  0x00005440 rtneq  0x00000026 
- 00021489  0x00005441 force  0x0000004e , 0x00000002 
- 00021490  0x00005442 rtn 
- 00021491  0x00005445 sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00021492  0x00005446 branch  0x000053f6 , 0x00000002 
- 00021493  0x00005447 increase  0x00000001 , 0x0000003f 
- 00021494  0x0000544a lshift  0x0000003f , 0x0000003f 
- 00021495  0x0000544b add  0x0000003f , 0x00000002 , 0x00000002 
- 00021496  0x0000544c rtn 
- 00021497  0x0000544f fetch  0x00000001 , 0x00000016 
- 00021498  0x00005450 lshift  0x0000003f , 0x00000002 
- 00021499  0x00005451 rtn 
- 00021500  0x00005454 arg  0x000001f4 , 0x00000002 
- 00021501  0x00005455 rtn  0x00000034 
- 00021502  0x00005456 arg  0x000000fa , 0x00000002 
- 00021503  0x00005457 rtneq  0x00000001 
- 00021504  0x00005458 arg  0x00000096 , 0x00000002 
- 00021505  0x00005459 rtneq  0x00000002 
- 00021506  0x0000545a arg  0x00000064 , 0x00000002 
- 00021507  0x0000545b rtneq  0x00000003 
- 00021508  0x0000545c arg  0x0000004b , 0x00000002 
- 00021509  0x0000545d rtneq  0x00000004 
- 00021510  0x0000545e arg  0x00000032 , 0x00000002 
- 00021511  0x0000545f rtneq  0x00000005 
- 00021512  0x00005460 arg  0x00000028 , 0x00000002 
- 00021513  0x00005461 rtneq  0x00000006 
- 00021514  0x00005462 arg  0x00000014 , 0x00000002 
- 00021515  0x00005463 rtn 
- 00021516  0x00005468 setarg  0x008e89be 
- 00021517  0x00005469 lshift8  0x0000003f , 0x0000003f 
- 00021518  0x0000546a or_into  0x000000d6 , 0x0000003f 
- 00021519  0x0000546b iforce  0x00000009 
- 00021520  0x0000546c setarg  0x00555555 
- 00021521  0x0000546d store  0x00000003 , 0x00000467 
- 00021522  0x0000546e rtn 
- 00021523  0x00005471 bpatchx  0x00000042 , 0x00004028 
- 00021524  0x00005472 enable  0x00000010 
- 00021525  0x00005473 fetch  0x00000004 , 0x00000463 
- 00021526  0x00005474 iforce  0x00000009 
- 00021527  0x00005475 call  0x00005466 
- 00021528  0x00005476 setarg  0x00000200 
- 00021529  0x00005477 branch  0x0000541c , 0x00000029 
- 00021530  0x00005478 fetch  0x00000002 , 0x0000044d 
- 00021531  0x00005479 rshift  0x0000003f , 0x0000003f 
- 00021532  0x0000547b arg  0x00000500 , 0x00000002 
- 00021533  0x0000547c iadd  0x00000002 , 0x0000003f 
- 00021534  0x0000547d call  0x00002a24 
- 00021535  0x0000547e deposit  0x0000001a 
- 00021536  0x0000547f store  0x00000006 , 0x00000491 
- 00021537  0x00005480 rtn 
- 00021538  0x00005483 bpatchx  0x00000043 , 0x00004028 
- 00021539  0x00005484 fetch  0x00000001 , 0x00000016 
- 00021540  0x00005485 beq  0x00000025 , 0x00005428 
- 00021541  0x00005486 beq  0x00000026 , 0x0000542e 
- 00021542  0x00005487 beq  0x00000027 , 0x00005434 
- 00021543  0x00005488 branch  0x00005434 
- 00021544  0x0000548b fetcht  0x00000001 , 0x0000448d 
- 00021545  0x0000548c isolate1  0x00000001 , 0x00000002 
- 00021546  0x0000548d branch  0x0000543f , 0x00000001 
- 00021547  0x0000548e isolate1  0x00000002 , 0x00000002 
- 00021548  0x0000548f branch  0x00005444 , 0x00000001 
- 00021549  0x00005490 branch  0x0000543a 
- 00021550  0x00005494 fetcht  0x00000001 , 0x0000448d 
- 00021551  0x00005495 isolate1  0x00000002 , 0x00000002 
- 00021552  0x00005496 branch  0x00005444 , 0x00000001 
- 00021553  0x00005497 isolate1  0x00000000 , 0x00000002 
- 00021554  0x00005498 branch  0x0000543a , 0x00000001 
- 00021555  0x00005499 branch  0x0000543f 
- 00021556  0x0000549d fetcht  0x00000001 , 0x0000448d 
- 00021557  0x0000549e isolate1  0x00000000 , 0x00000002 
- 00021558  0x0000549f branch  0x0000543a , 0x00000001 
- 00021559  0x000054a0 isolate1  0x00000001 , 0x00000002 
- 00021560  0x000054a1 branch  0x0000543f , 0x00000001 
- 00021561  0x000054a2 branch  0x00005444 
- 00021562  0x000054a7 jam  0x00000025 , 0x00000016 
- 00021563  0x000054a8 fetch  0x00000001 , 0x00000ac2 
- 00021564  0x000054a9 set1  0x00000000 , 0x0000003f 
- 00021565  0x000054aa store  0x00000001 , 0x00000ac2 
- 00021566  0x000054ab rtn 
- 00021567  0x000054ae jam  0x00000026 , 0x00000016 
- 00021568  0x000054af fetch  0x00000001 , 0x00000ac2 
- 00021569  0x000054b0 set1  0x00000001 , 0x0000003f 
- 00021570  0x000054b1 store  0x00000001 , 0x00000ac2 
- 00021571  0x000054b2 rtn 
- 00021572  0x000054b5 jam  0x00000027 , 0x00000016 
- 00021573  0x000054b6 fetch  0x00000001 , 0x00000ac2 
- 00021574  0x000054b7 set1  0x00000002 , 0x0000003f 
- 00021575  0x000054b8 store  0x00000001 , 0x00000ac2 
- 00021576  0x000054b9 rtn 
- 00021577  0x000054be bpatchx  0x00000044 , 0x00004028 
- 00021578  0x000054bf add  0x00000011 , 0x00000001 , 0x00000006 
- 00021579  0x000054c0 ifetch  0x00000001 , 0x00000006 
- 00021580  0x000054c1 rtnbit0  0x00000000 
- 00021581  0x000054c2 add  0x00000011 , 0x0000001a , 0x00000005 
- 00021582  0x000054c3 ifetch  0x00000002 , 0x00000005 
- 00021583  0x000054c4 increase  0x00000001 , 0x0000003f 
- 00021584  0x000054c5 istore  0x00000002 , 0x00000005 
- 00021585  0x000054c6 add  0x00000011 , 0x00000019 , 0x00000006 
- 00021586  0x000054c7 ifetch  0x00000001 , 0x00000006 
- 00021587  0x000054c8 add  0x00000011 , 0x00000018 , 0x00000005 
- 00021588  0x000054c9 ifetcht  0x00000001 , 0x00000005 
- 00021589  0x000054ca iadd  0x00000002 , 0x0000003f 
- 00021590  0x000054cb sub  0x0000003f , 0x00000024 , 0x0000003e 
- 00021591  0x000054cc branch  0x00005459 , 0x00000002 
- 00021592  0x000054cd increase  0xffffffdb , 0x0000003f 
- 00021593  0x000054cf istore  0x00000001 , 0x00000005 
- 00021594  0x000054d0 rtn 
- 00021595  0x000054d4 bpatchx  0x00000045 , 0x00004028 
- 00021596  0x000054d5 fetch  0x00000005 , 0x0000046f 
- 00021597  0x000054d6 force  0x00000000 , 0x00000002 
- 00021598  0x000054d7 force  0x00000025 , 0x00000039 
- 00021599  0x000054d9 bbit0  0x00000000 , 0x00005461 
- 00021600  0x000054da increase  0x00000001 , 0x00000002 
- 00021601  0x000054dc rshift  0x0000003f , 0x0000003f 
- 00021602  0x000054dd loop  0x0000545f 
- 00021603  0x000054de add  0x00000002 , 0xffffffff , 0x0000003f 
- 00021604  0x000054df store  0x00000001 , 0x00000461 
- 00021605  0x000054e0 rtn 
- 00021606  0x000054e3 bpatchx  0x00000046 , 0x00004028 
- 00021607  0x000054e4 fetch  0x00000001 , 0x00000457 
- 00021608  0x000054e5 iforce  0x00000007 
- 00021609  0x000054e6 fetcht  0x00000005 , 0x0000046f 
- 00021610  0x000054e7 qisolate1  0x00000002 
- 00021611  0x000054e8 branch  0x0000547c , 0x00000001 
- 00021612  0x000054ea bpatchx  0x00000047 , 0x00004028 
- 00021613  0x000054eb fetch  0x00000001 , 0x00000461 
- 00021614  0x000054ec isub  0x00000007 , 0x0000003f 
- 00021615  0x000054ed branch  0x00005472 , 0x00000002 
- 00021616  0x000054ee sub  0x0000003f , 0xffffffff , 0x00000007 
- 00021617  0x000054ef branch  0x0000546c 
- 00021618  0x000054f1 copy  0x00000007 , 0x00000039 
- 00021619  0x000054f2 force  0x00000000 , 0x00000007 
- 00021620  0x000054f4 qisolate1  0x00000002 
- 00021621  0x000054f5 branch  0x00005477 , 0x00000001 
- 00021622  0x000054f6 increase  0x00000001 , 0x00000039 
- 00021623  0x000054f8 deposit  0x00000039 
- 00021624  0x000054f9 branch  0x0000547c , 0x00000034 
- 00021625  0x000054fa increase  0x00000001 , 0x00000007 
- 00021626  0x000054fb increase  0xffffffff , 0x00000039 
- 00021627  0x000054fc branch  0x00005474 
- 00021628  0x000054fe deposit  0x00000007 
- 00021629  0x000054ff store  0x00000001 , 0x00000016 
- 00021630  0x00005500 rtn 
- 00021631  0x00005504 branch  0x00005482 , 0x00000029 
- 00021632  0x00005505 until  0x0000003e , 0x00000003 
- 00021633  0x00005506 rtn 
- 00021634  0x00005509 arg  0x00000ea0 , 0x0000000b 
- 00021635  0x0000550a until  0x00000023 , 0x00000026 
- 00021636  0x0000550b rtn 
- 00021637  0x0000550e disable  0x00000010 
- 00021638  0x0000550f fetch  0x00000002 , 0x0000436c 
- 00021639  0x00005510 copy  0x0000003f , 0x0000000b 
- 00021640  0x00005511 branch  0x0000548e 
- 00021641  0x00005515 bpatchx  0x00000048 , 0x00004029 
- 00021642  0x00005516 enable  0x00000010 
- 00021643  0x00005517 fetch  0x00000002 , 0x0000044d 
- 00021644  0x00005518 fetcht  0x00000004 , 0x000044e5 
- 00021645  0x00005519 iadd  0x00000002 , 0x0000000b 
- 00021646  0x0000551b call  0x000053de 
- 00021647  0x0000551d bpatchx  0x00000049 , 0x00004029 
- 00021648  0x0000551e call  0x000053d5 
- 00021649  0x0000551f disable  0x0000002d 
- 00021650  0x00005520 enable  0x0000000d 
- 00021651  0x00005521 enable  0x00000021 
- 00021652  0x00005522 disable  0x00000020 
- 00021653  0x00005523 copy  0x0000000b , 0x0000001b 
- 00021654  0x00005524 correlate  0x0000003e , 0x00000003 
- 00021655  0x00005525 branch  0x0000549a , 0x0000002e 
- 00021656  0x00005526 copy  0x0000001a , 0x00000002 
- 00021657  0x00005527 storet  0x00000006 , 0x0000009a 
- 00021658  0x00005529 nbranch  0x0000264d , 0x00000018 
- 00021659  0x0000552a branch  0x000054a1 , 0x0000002e 
- 00021660  0x0000552b arg  0x000001e0 , 0x00000029 
- 00021661  0x0000552c copy  0x00000021 , 0x00000028 
- 00021662  0x0000552d fetch  0x00000001 , 0x0000043f 
- 00021663  0x0000552e bbit0  0x00000003 , 0x000054a1 
- 00021664  0x0000552f call  0x00002b05 , 0x0000002b 
- 00021665  0x00005531 bpatchx  0x0000004a , 0x00004029 
- 00021666  0x00005532 call  0x000029bb 
- 00021667  0x00005533 enable  0x00000007 
- 00021668  0x00005534 enable  0x00000009 
- 00021669  0x00005535 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021670  0x00005536 rshift3  0x0000000c , 0x0000003f 
- 00021671  0x00005537 store  0x00000001 , 0x000002d9 
- 00021672  0x00005538 parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021673  0x00005539 rshift3  0x0000000c , 0x0000003f 
- 00021674  0x0000553a istore  0x00000001 , 0x00000005 
- 00021675  0x0000553b and  0x0000003f , 0x0000003f , 0x00000039 
- 00021676  0x0000553c branch  0x000054b1 , 0x00000005 
- 00021677  0x0000553f parse  0x00000003 , 0x00000000 , 0x00000008 
- 00021678  0x00005540 rshift3  0x0000000c , 0x0000003f 
- 00021679  0x00005541 istore  0x00000001 , 0x00000005 
- 00021680  0x00005542 loop  0x000054ad 
- 00021681  0x00005545 bpatchx  0x0000004b , 0x00004029 
- 00021682  0x00005546 parse  0x00000003 , 0x00000000 , 0x00000018 
- 00021683  0x00005547 enable  0x00000010 
- 00021684  0x00005548 arg  0x00000664 , 0x0000001b 
- 00021685  0x00005549 rshift32  0x0000003f , 0x0000003f 
- 00021686  0x0000554a rshift16  0x0000003f , 0x0000003f 
- 00021687  0x0000554b istore  0x00000003 , 0x00000005 
- 00021688  0x0000554c branch  0x0000264d , 0x00000006 
- 00021689  0x0000554d enable  0x0000002d 
- 00021690  0x0000554e fetch  0x00000001 , 0x00000017 
- 00021691  0x0000554f add  0x0000003f , 0x00000000 , 0x00000011 
- 00021692  0x00005550 call  0x00002981 
- 00021693  0x00005551 disable  0x0000000d 
- 00021694  0x00005552 branch  0x00002918 
- 00021695  0x00005555 bpatchx  0x0000004c , 0x00004029 
- 00021696  0x00005556 call  0x000054c9 
- 00021697  0x00005558 fetcht  0x00000001 , 0x00000017 
- 00021698  0x00005559 call  0x0000291f 
- 00021699  0x0000555a call  0x00002924 
- 00021700  0x0000555b enable  0x00000010 
- 00021701  0x0000555c arg  0x0000157c , 0x0000000b 
- 00021702  0x0000555d branch  0x0000548f 
- 00021703  0x00005560 call  0x000054c9 
- 00021704  0x00005561 branch  0x0000264d 
- 00021705  0x00005564 bpatchx  0x0000004d , 0x00004029 
- 00021706  0x00005565 call  0x000053d5 
- 00021707  0x00005566 call  0x000053e3 
- 00021708  0x00005567 branch  0x000054cd 
- 00021709  0x0000556a set1  0x00000000 , 0x00000015 
- 00021710  0x0000556b enable  0x0000001d 
- 00021711  0x0000556c enable  0x00000020 
- 00021712  0x0000556d disable  0x00000021 
- 00021713  0x0000556e call  0x0000547f 
- 00021714  0x0000556f rshift16  0x00000009 , 0x0000003f 
- 00021715  0x00005570 rshift8  0x0000003f , 0x0000003f 
- 00021716  0x00005571 rshift4  0x0000003f , 0x0000003f 
- 00021717  0x00005572 inject  0x00000003 , 0x00000028 
- 00021718  0x00005573 enable  0x00000007 
- 00021719  0x00005574 enable  0x00000009 
- 00021720  0x00005575 bpatchx  0x0000004e , 0x00004029 
- 00021721  0x00005576 fetch  0x00000001 , 0x000043dc 
- 00021722  0x00005577 inject  0x00000003 , 0x00000008 
- 00021723  0x00005578 ifetch  0x00000001 , 0x00000006 
- 00021724  0x00005579 and  0x0000003f , 0x0000003f , 0x00000039 
- 00021725  0x0000557a inject  0x00000003 , 0x00000008 
- 00021726  0x0000557b branch  0x000054e2 , 0x00000005 
- 00021727  0x0000557d ifetch  0x00000001 , 0x00000006 
- 00021728  0x0000557e inject  0x00000003 , 0x00000008 
- 00021729  0x0000557f loop  0x000054df 
- 00021730  0x00005582 enable  0x00000008 
- 00021731  0x00005583 inject  0x00000003 , 0x00000018 
- 00021732  0x00005584 disable  0x00000008 
- 00021733  0x00005585 until  0x0000003e , 0x00000027 
- 00021734  0x00005586 nop  0x00000064 
- 00021735  0x00005587 disable  0x0000001d 
- 00021736  0x00005588 rtn 
- 00021737  0x0000558b bpatchx  0x0000004f , 0x00004029 
- 00021738  0x0000558c fetch  0x00000001 , 0x00004484 
- 00021739  0x0000558d beq  0x00000001 , 0x000054f9 
- 00021740  0x0000558e fetch  0x00000001 , 0x00004485 
- 00021741  0x0000558f lshift4  0x0000003f , 0x0000003f 
- 00021742  0x00005590 lshift2  0x0000003f , 0x0000003f 
- 00021743  0x00005591 store  0x00000001 , 0x000043dc 
- 00021744  0x00005592 fetcht  0x00000001 , 0x0000436f 
- 00021745  0x00005593 add  0x00000002 , 0x00000006 , 0x0000003f 
- 00021746  0x00005594 store  0x00000001 , 0x000043dd 
- 00021747  0x00005595 fetch  0x00000006 , 0x000044a0 
- 00021748  0x00005596 store  0x00000006 , 0x000043de 
- 00021749  0x00005597 copy  0x00000002 , 0x00000039 
- 00021750  0x00005598 arg  0x00004370 , 0x00000006 
- 00021751  0x00005599 call  0x00007ef4 
- 00021752  0x0000559a branch  0x00005504 
- 00021753  0x0000559c fetch  0x00000001 , 0x00004486 
- 00021754  0x0000559d lshift4  0x0000003f , 0x0000003f 
- 00021755  0x0000559e lshift2  0x0000003f , 0x0000003f 
- 00021756  0x0000559f increase  0x00000001 , 0x0000003f 
- 00021757  0x000055a0 store  0x00000001 , 0x000043dc 
- 00021758  0x000055a1 setarg  0x0000000c 
- 00021759  0x000055a2 store  0x00000001 , 0x000043dd 
- 00021760  0x000055a3 fetch  0x00000006 , 0x000044a0 
- 00021761  0x000055a4 store  0x00000006 , 0x000043de 
- 00021762  0x000055a5 fetch  0x00000006 , 0x000041d0 
- 00021763  0x000055a6 istore  0x00000006 , 0x00000005 
- 00021764  0x000055a8 bpatchx  0x00000050 , 0x0000402a 
- 00021765  0x000055a9 fetch  0x00000001 , 0x00000000 
- 00021766  0x000055aa increase  0x00000001 , 0x0000003f 
- 00021767  0x000055ab store  0x00000001 , 0x00000000 
- 00021768  0x000055ac arg  0x00000708 , 0x0000001b 
- 00021769  0x000055ad disable  0x0000002d 
- 00021770  0x000055ae branch  0x000054bf 
- 00021771  0x000055b1 bpatchx  0x00000051 , 0x0000402a 
- 00021772  0x000055b2 fetch  0x00000001 , 0x0000449e 
- 00021773  0x000055b3 rtnne  0x00000001 
- 00021774  0x000055b4 fetch  0x00000001 , 0x00000000 
- 00021775  0x000055b5 increase  0x00000001 , 0x0000003f 
- 00021776  0x000055b6 store  0x00000001 , 0x00000000 
- 00021777  0x000055b7 arg  0x00000c03 , 0x00000002 
- 00021778  0x000055b8 fetch  0x00000001 , 0x0000449f 
- 00021779  0x000055b9 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00021780  0x000055ba copy  0x00000011 , 0x0000003f 
- 00021781  0x000055bb nsetflag  0x00000034 , 0x00000007 , 0x00000002 
- 00021782  0x000055bc storet  0x00000002 , 0x000043dc 
- 00021783  0x000055bd fetch  0x00000006 , 0x000044a0 
- 00021784  0x000055be istore  0x00000006 , 0x00000005 
- 00021785  0x000055bf fetch  0x00000006 , 0x0000044f 
- 00021786  0x000055c0 istore  0x00000006 , 0x00000005 
- 00021787  0x000055c1 branch  0x000054bf 
- 00021788  0x000055c5 bpatchx  0x00000052 , 0x0000402a 
- 00021789  0x000055c6 arg  0x00000004 , 0x00000002 
- 00021790  0x000055c7 fetch  0x00000001 , 0x00004485 
- 00021791  0x000055c8 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00021792  0x000055c9 storet  0x00000001 , 0x000043dc 
- 00021793  0x000055ca fetcht  0x00000001 , 0x0000438f 
- 00021794  0x000055cb add  0x00000002 , 0x00000006 , 0x0000003f 
- 00021795  0x000055cc store  0x00000001 , 0x000043dd 
- 00021796  0x000055cd fetch  0x00000006 , 0x000044a0 
- 00021797  0x000055ce store  0x00000006 , 0x000043de 
- 00021798  0x000055cf arg  0x00004390 , 0x00000006 
- 00021799  0x000055d0 copy  0x00000002 , 0x00000039 
- 00021800  0x000055d1 call  0x00007ef4 
- 00021801  0x000055d2 call  0x000054c7 
- 00021802  0x000055d3 branch  0x00005706 
- 00021803  0x000055d6 bpatchx  0x00000053 , 0x0000402a 
- 00021804  0x000055d7 force  0xffffffff , 0x0000003f 
- 00021805  0x000055d8 setsect  0x00000002 , 0x00000001 
- 00021806  0x000055d9 store  0x00000005 , 0x0000046f 
- 00021807  0x000055da call  0x0000545b 
- 00021808  0x000055db force  0x00000004 , 0x00000039 
- 00021809  0x000055dc arg  0x00000463 , 0x00000005 
- 00021810  0x000055dd call  0x0000630d 
- 00021811  0x000055de fetch  0x00000002 , 0x0000449c 
- 00021812  0x000055df store  0x00000002 , 0x0000046d 
- 00021813  0x000055e1 random  0x0000003f 
- 00021814  0x000055e2 and_into  0x0000000f , 0x0000003f 
- 00021815  0x000055e3 sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00021816  0x000055e4 branch  0x00005535 , 0x00000002 
- 00021817  0x000055e5 store  0x00000001 , 0x00000458 
- 00021818  0x000055e6 store  0x00000001 , 0x000006e6 
- 00021819  0x000055e7 bpatchx  0x00000054 , 0x0000402a 
- 00021820  0x000055e8 fetcht  0x00000002 , 0x00004367 
- 00021821  0x000055e9 storet  0x00000002 , 0x00000441 
- 00021822  0x000055ea copy  0x00000002 , 0x00000013 
- 00021823  0x000055eb add  0x00000022 , 0x00000007 , 0x0000003f 
- 00021824  0x000055ec idiv  0x00000013 
- 00021825  0x000055ed call  0x00007f86 
- 00021826  0x000055ee remainder  0x00000011 
- 00021827  0x000055ef isub  0x00000011 , 0x0000003f 
- 00021828  0x000055f0 iadd  0x00000013 , 0x0000003f 
- 00021829  0x000055f1 fetcht  0x00000002 , 0x00004365 
- 00021830  0x000055f2 iadd  0x00000002 , 0x0000003f 
- 00021831  0x000055f3 store  0x00000004 , 0x00000443 
- 00021832  0x000055f4 isub  0x00000022 , 0x00000011 
- 00021833  0x000055f5 increase  0xfffffffa , 0x00000011 
- 00021834  0x000055f6 arg  0x00002205 , 0x00000012 
- 00021835  0x000055f7 fetch  0x00000001 , 0x00004495 
- 00021836  0x000055f8 nsetflag  0x00000034 , 0x00000006 , 0x00000012 
- 00021837  0x000055f9 fetch  0x00000001 , 0x0000448e 
- 00021838  0x000055fa nsetflag  0x00000034 , 0x00000007 , 0x00000012 
- 00021839  0x000055fb copy  0x00000012 , 0x0000003f 
- 00021840  0x000055fc store  0x00000002 , 0x000043dc 
- 00021841  0x000055fd fetch  0x00000006 , 0x000044a0 
- 00021842  0x000055fe istore  0x00000006 , 0x00000005 
- 00021843  0x000055ff fetch  0x00000006 , 0x0000044f 
- 00021844  0x00005600 istore  0x00000006 , 0x00000005 
- 00021845  0x00005601 fetch  0x00000004 , 0x00000463 
- 00021846  0x00005602 istore  0x00000004 , 0x00000005 
- 00021847  0x00005603 random  0x0000003f 
- 00021848  0x00005604 istore  0x00000002 , 0x00000005 
- 00021849  0x00005605 random  0x0000003f 
- 00021850  0x00005606 istore  0x00000001 , 0x00000005 
- 00021851  0x00005607 force  0x00000002 , 0x0000003f 
- 00021852  0x00005608 istore  0x00000001 , 0x00000005 
- 00021853  0x00005609 rshift2  0x00000011 , 0x0000003f 
- 00021854  0x0000560a istore  0x00000002 , 0x00000005 
- 00021855  0x0000560b rshift2  0x00000013 , 0x0000003f 
- 00021856  0x0000560c istore  0x00000002 , 0x00000005 
- 00021857  0x0000560d bpatchx  0x00000055 , 0x0000402a 
- 00021858  0x0000560e setarg  0x00000000 
- 00021859  0x0000560f istore  0x00000002 , 0x00000005 
- 00021860  0x00005610 fetch  0x00000002 , 0x0000449c 
- 00021861  0x00005611 istore  0x00000002 , 0x00000005 
- 00021862  0x00005612 fetch  0x00000005 , 0x0000046f 
- 00021863  0x00005613 istore  0x00000005 , 0x00000005 
- 00021864  0x00005614 fetch  0x00000001 , 0x00000458 
- 00021865  0x00005615 arg  0x000000a0 , 0x00000002 
- 00021866  0x00005616 ior  0x00000002 , 0x0000003f 
- 00021867  0x00005617 istore  0x00000001 , 0x00000005 
- 00021868  0x00005618 call  0x000054c7 
- 00021869  0x00005619 setarg  0x000043dc 
- 00021870  0x0000561a add  0x0000003f , 0x00000012 , 0x00000006 
- 00021871  0x0000561b ifetch  0x00000003 , 0x00000006 
- 00021872  0x0000561c store  0x00000003 , 0x00000467 
- 00021873  0x0000561d rtn 
- 00021874  0x00005620 bpatchx  0x00000056 , 0x0000402a 
- 00021875  0x00005621 disable  0x00000029 
- 00021876  0x00005622 branch  0x0000540c 
- 00021877  0x00005627 fetch  0x00000001 , 0x0000043f 
- 00021878  0x00005628 rtnbit0  0x00000005 
- 00021879  0x00005629 fetch  0x00000002 , 0x00000459 
- 00021880  0x0000562a fetcht  0x00000002 , 0x0000045f 
- 00021881  0x0000562b isub  0x00000002 , 0x0000003f 
- 00021882  0x0000562c nrtn  0x00000002 
- 00021883  0x0000562d store  0x00000002 , 0x00000a9a 
- 00021884  0x0000562e bpatchx  0x00000057 , 0x0000402a 
- 00021885  0x0000562f fetch  0x00000001 , 0x0000043f 
- 00021886  0x00005630 set0  0x00000005 , 0x0000003f 
- 00021887  0x00005631 set0  0x00000003 , 0x0000003f 
- 00021888  0x00005632 store  0x00000001 , 0x0000043f 
- 00021889  0x00005633 fetch  0x00000004 , 0x00000443 
- 00021890  0x00005634 fetcht  0x00000002 , 0x00000441 
- 00021891  0x00005635 storet  0x00000002 , 0x00000aa2 
- 00021892  0x00005636 isub  0x00000002 , 0x00000011 
- 00021893  0x00005637 bpatchx  0x00000058 , 0x0000402b 
- 00021894  0x00005638 fetch  0x00000001 , 0x000043d3 
- 00021895  0x00005639 store  0x00000001 , 0x0000046a 
- 00021896  0x0000563a ifetcht  0x00000002 , 0x00000006 
- 00021897  0x0000563b ifetch  0x00000002 , 0x00000006 
- 00021898  0x0000563c lshift2  0x0000003f , 0x0000003f 
- 00021899  0x0000563d store  0x00000002 , 0x00000441 
- 00021900  0x0000563e lshift2  0x00000002 , 0x00000002 
- 00021901  0x0000563f iadd  0x00000002 , 0x0000003f 
- 00021902  0x00005640 ifetcht  0x00000004 , 0x00000006 
- 00021903  0x00005641 storet  0x00000004 , 0x0000046b 
- 00021904  0x00005642 iadd  0x00000011 , 0x0000003f 
- 00021905  0x00005643 copy  0x0000003f , 0x00000014 
- 00021906  0x00005644 fetch  0x00000002 , 0x00000441 
- 00021907  0x00005645 fetcht  0x00000002 , 0x00000aa2 
- 00021908  0x00005646 isub  0x00000002 , 0x0000003f 
- 00021909  0x00005647 fetcht  0x00000002 , 0x00000a9a 
- 00021910  0x00005648 imul32  0x00000002 , 0x0000003f 
- 00021911  0x00005649 iadd  0x00000014 , 0x0000003f 
- 00021912  0x0000564a store  0x00000004 , 0x00000443 
- 00021913  0x0000564b call  0x00005713 
- 00021914  0x0000564c fetch  0x00000002 , 0x0000046d 
- 00021915  0x0000564d store  0x00000002 , 0x000044ba 
- 00021916  0x0000564e rtn 
- 00021917  0x00005652 bpatchx  0x00000059 , 0x0000402b 
- 00021918  0x00005653 fetch  0x00000001 , 0x0000043f 
- 00021919  0x00005654 rtnbit0  0x00000006 
- 00021920  0x00005655 fetch  0x00000002 , 0x00000459 
- 00021921  0x00005656 fetcht  0x00000002 , 0x0000045f 
- 00021922  0x00005657 isub  0x00000002 , 0x0000003f 
- 00021923  0x00005658 nrtn  0x00000002 
- 00021924  0x00005659 fetch  0x00000001 , 0x0000043f 
- 00021925  0x0000565a set0  0x00000006 , 0x0000003f 
- 00021926  0x0000565b store  0x00000001 , 0x0000043f 
- 00021927  0x0000565c fetch  0x00000005 , 0x000043ce 
- 00021928  0x0000565d store  0x00000005 , 0x0000046f 
- 00021929  0x0000565e branch  0x0000545b 
- 00021930  0x00005662 bpatchx  0x0000005a , 0x0000402b 
- 00021931  0x00005663 call  0x000056ed 
- 00021932  0x00005664 call  0x000055c0 
- 00021933  0x00005665 fetch  0x00000001 , 0x000002d9 
- 00021934  0x00005666 isolate1  0x00000004 , 0x0000003f 
- 00021935  0x00005667 setflag  0x00000001 , 0x0000002a , 0x00000000 
- 00021936  0x00005668 rshift  0x0000003f , 0x0000003f 
- 00021937  0x00005669 ixor  0x00000002 , 0x0000003f 
- 00021938  0x0000566a isolate1  0x00000002 , 0x0000003f 
- 00021939  0x0000566b setflag  0x00000001 , 0x0000000f , 0x00000000 
- 00021940  0x0000566c rtnmark1  0x0000000f 
- 00021941  0x0000566d fetch  0x00000001 , 0x000002da 
- 00021942  0x0000566e branch  0x000055bc , 0x00000034 
- 00021943  0x0000566f fetch  0x00000001 , 0x0000043f 
- 00021944  0x00005670 bbit0  0x00000004 , 0x000055bc 
- 00021945  0x00005671 call  0x0000748d 
- 00021946  0x00005672 call  0x000073fb 
- 00021947  0x00005673 nrtn  0x00000034 
- 00021948  0x00005675 fetcht  0x00000001 , 0x00000456 
- 00021949  0x00005676 setflip  0x00000002 , 0x00000002 
- 00021950  0x00005677 storet  0x00000001 , 0x00000456 
- 00021951  0x00005678 rtn 
- 00021952  0x0000567c bpatchx  0x0000005b , 0x0000402b 
- 00021953  0x0000567d fetcht  0x00000001 , 0x00000456 
- 00021954  0x0000567e isolate0  0x00000005 , 0x00000002 
- 00021955  0x0000567f rtn  0x00000001 
- 00021956  0x00005680 fetch  0x00000001 , 0x000002d9 
- 00021957  0x00005681 lshift  0x0000003f , 0x0000003f 
- 00021958  0x00005682 ixor  0x00000002 , 0x0000003f 
- 00021959  0x00005683 rtnbit0  0x00000003 
- 00021960  0x00005684 set0  0x00000005 , 0x00000002 
- 00021961  0x00005685 setflip  0x00000003 , 0x00000002 
- 00021962  0x00005686 storet  0x00000001 , 0x00000456 
- 00021963  0x00005687 compare  0x00000003 , 0x00000002 , 0x00000003 
- 00021964  0x00005688 nrtn  0x00000001 
- 00021965  0x00005689 fetch  0x00000001 , 0x000043de 
- 00021966  0x0000568a beq  0x00000005 , 0x000055d2 
- 00021967  0x0000568b fetch  0x00000001 , 0x000044c5 
- 00021968  0x0000568c beq  0x00000002 , 0x000055d6 
- 00021969  0x0000568d rtn 
- 00021970  0x00005691 fetch  0x00000001 , 0x0000043f 
- 00021971  0x00005692 set1  0x00000004 , 0x0000003f 
- 00021972  0x00005693 store  0x00000001 , 0x0000043f 
- 00021973  0x00005694 rtn 
- 00021974  0x00005697 bpatchx  0x0000005c , 0x0000402b 
- 00021975  0x00005698 jam  0x00000000 , 0x000044c5 
- 00021976  0x00005699 arg  0x00000000 , 0x0000003f 
- 00021977  0x0000569a store  0x00000004 , 0x0000440d 
- 00021978  0x0000569b store  0x00000005 , 0x00004403 
- 00021979  0x0000569c set1  0x00000027 , 0x0000003f 
- 00021980  0x0000569d store  0x00000005 , 0x00004408 
- 00021981  0x0000569e fetch  0x00000001 , 0x0000043f 
- 00021982  0x0000569f set0  0x00000004 , 0x0000003f 
- 00021983  0x000056a0 store  0x00000001 , 0x0000043f 
- 00021984  0x000056a1 rtn 
- 00021985  0x000056a5 bpatchx  0x0000005d , 0x0000402b 
- 00021986  0x000056a6 call  0x00005422 
- 00021987  0x000056a7 call  0x00005485 
- 00021988  0x000056a8 fetch  0x00000001 , 0x00000001 
- 00021989  0x000056a9 increase  0x00000001 , 0x0000003f 
- 00021990  0x000056aa store  0x00000001 , 0x00000001 
- 00021991  0x000056ab rtn 
- 00021992  0x000056af bpatchx  0x0000005e , 0x0000402b 
- 00021993  0x000056b0 fetch  0x00000001 , 0x00004369 
- 00021994  0x000056b1 rtnne  0x00000001 
- 00021995  0x000056b2 arg  0x00000002 , 0x00000007 
- 00021996  0x000056b3 call  0x00007f16 
- 00021997  0x000056b4 nrtn  0x00000034 
- 00021998  0x000056b5 fetch  0x00000002 , 0x0000436a 
- 00021999  0x000056b6 fetcht  0x00000002 , 0x0000436c 
- 00022000  0x000056b7 isub  0x00000002 , 0x0000003f 
- 00022001  0x000056b8 arg  0x00000002 , 0x00000007 
- 00022002  0x000056b9 call  0x00007f08 
- 00022003  0x000056ba disable  0x00000029 
- 00022004  0x000056bb call  0x00005572 
- 00022005  0x000056bc call  0x000055e1 
- 00022006  0x000056bd nrtn  0x0000002d 
- 00022007  0x000056be bpatchx  0x0000005f , 0x0000402b 
- 00022008  0x000056bf fetch  0x00000006 , 0x000002db 
- 00022009  0x000056c0 store  0x00000006 , 0x0000044f 
- 00022010  0x000056c3 fetch  0x00000001 , 0x00000002 
- 00022011  0x000056c4 increase  0x00000001 , 0x0000003f 
- 00022012  0x000056c5 store  0x00000001 , 0x00000002 
- 00022013  0x000056c6 call  0x00005608 
- 00022014  0x000056c7 rtn  0x00000029 
- 00022015  0x000056c8 call  0x0000550b 
- 00022016  0x000056c9 nrtn  0x0000002d 
- 00022017  0x000056ca bpatchx  0x00000060 , 0x0000402c 
- 00022018  0x000056cb fetch  0x00000001 , 0x00000004 
- 00022019  0x000056cc increase  0x00000001 , 0x0000003f 
- 00022020  0x000056cd store  0x00000001 , 0x00000004 
- 00022021  0x000056ce fetch  0x00000009 , 0x000002e1 
- 00022022  0x000056cf store  0x00000009 , 0x00000101 
- 00022023  0x000056d0 rtn 
- 00022024  0x000056d3 bpatchx  0x00000061 , 0x0000402c 
- 00022025  0x000056d4 fetch  0x00000001 , 0x0000049b 
- 00022026  0x000056d5 rtnne  0x0000001b 
- 00022027  0x000056d6 fetch  0x00000006 , 0x0000044f 
- 00022028  0x000056d7 fetcht  0x00000006 , 0x0000448f 
- 00022029  0x000056d8 isub  0x00000002 , 0x0000003e 
- 00022030  0x000056d9 nrtn  0x00000005 
- 00022031  0x000056da call  0x0000223b 
- 00022032  0x000056db nrtn  0x00000005 
- 00022033  0x000056dc call  0x0000552b 
- 00022034  0x000056dd call  0x00005340 
- 00022035  0x000056de bpatchx  0x00000062 , 0x0000402c 
- 00022036  0x000056df jam  0x00000000 , 0x000041ce 
- 00022037  0x000056e0 jam  0x00000000 , 0x00000476 
- 00022038  0x000056e1 jam  0x00000000 , 0x00004369 
- 00022039  0x000056e2 jam  0x00000000 , 0x0000049b 
- 00022040  0x000056e3 branch  0x00002223 
- 00022041  0x000056e6 arg  0x00000001 , 0x00000011 
- 00022042  0x000056e7 fetch  0x00000001 , 0x000002d9 
- 00022043  0x000056e8 rtnbit1  0x00000006 
- 00022044  0x000056e9 arg  0x00000000 , 0x00000011 
- 00022045  0x000056ea rtn 
- 00022046  0x000056ef bpatchx  0x00000063 , 0x0000402c 
- 00022047  0x000056f0 fetch  0x00000001 , 0x00000456 
- 00022048  0x000056f1 rtnbit1  0x00000005 
- 00022049  0x000056f2 call  0x00005642 
- 00022050  0x000056f3 call  0x00005873 
- 00022051  0x000056f4 branch  0x00005664 , 0x00000034 
- 00022052  0x000056f5 ifetch  0x00000001 , 0x00000006 
- 00022053  0x000056f6 ifetcht  0x00000001 , 0x00000006 
- 00022054  0x000056f7 copy  0x00000002 , 0x00000011 
- 00022055  0x000056f8 isub  0x00000011 , 0x0000003f 
- 00022056  0x000056f9 arg  0x0000001b , 0x00000002 
- 00022057  0x000056fa call  0x00007fdd 
- 00022058  0x000056fb copy  0x0000003f , 0x00000002 
- 00022059  0x000056fc ifetch  0x00000001 , 0x00000006 
- 00022060  0x000056fd copy  0x0000003f , 0x00000001 
- 00022061  0x000056fe copy  0x00000011 , 0x0000003f 
- 00022062  0x000056ff iadd  0x00000006 , 0x00000006 
- 00022063  0x00005700 arg  0x000043de , 0x00000005 
- 00022064  0x00005701 copy  0x00000002 , 0x00000039 
- 00022065  0x00005702 call  0x00007f01 
- 00022066  0x00005703 call  0x00005654 
- 00022067  0x00005704 call  0x00005666 
- 00022068  0x00005706 call  0x00005873 
- 00022069  0x00005707 ifetch  0x00000001 , 0x00000006 
- 00022070  0x00005708 copy  0x0000003f , 0x00000011 
- 00022071  0x00005709 copy  0x00000006 , 0x00000013 
- 00022072  0x0000570a ifetcht  0x00000001 , 0x00000006 
- 00022073  0x0000570b copy  0x00000002 , 0x00000012 
- 00022074  0x0000570c isub  0x00000012 , 0x0000003f 
- 00022075  0x0000570d arg  0x0000001b , 0x00000002 
- 00022076  0x0000570e call  0x00007fdd 
- 00022077  0x0000570f iadd  0x00000012 , 0x0000003f 
- 00022078  0x00005710 istore  0x00000001 , 0x00000013 
- 00022079  0x00005711 isub  0x00000011 , 0x0000003e 
- 00022080  0x00005712 nrtn  0x00000005 
- 00022081  0x00005713 branch  0x00005896 
- 00022082  0x00005717 call  0x00005649 
- 00022083  0x00005718 rtnmark1  0x00000029 
- 00022084  0x00005719 fetch  0x00000001 , 0x000044e9 
- 00022085  0x0000571a bbit0  0x00000002 , 0x00005652 
- 00022086  0x0000571b call  0x00005876 
- 00022087  0x0000571c branch  0x00005652 , 0x00000034 
- 00022088  0x0000571d branch  0x00005650 
- 00022089  0x00005721 call  0x00005873 
- 00022090  0x00005722 branch  0x00005652 , 0x00000034 
- 00022091  0x00005723 ifetch  0x00000001 , 0x00000006 
- 00022092  0x00005724 ifetcht  0x00000001 , 0x00000006 
- 00022093  0x00005725 isub  0x00000002 , 0x0000003f 
- 00022094  0x00005726 sub  0x0000003f , 0x0000001b , 0x0000003e 
- 00022095  0x00005727 branch  0x00005652 , 0x00000002 
- 00022096  0x00005729 set1  0x00000029 , 0x00000000 
- 00022097  0x0000572a rtn 
- 00022098  0x0000572d set0  0x00000029 , 0x00000000 
- 00022099  0x0000572e rtn 
- 00022100  0x00005731 copy  0x00000011 , 0x0000003f 
- 00022101  0x00005732 rtn  0x00000034 
- 00022102  0x00005733 arg  0x00000001 , 0x00000001 
- 00022103  0x00005734 rtn 
- 00022104  0x00005738 bpatchx  0x00000064 , 0x0000402c 
- 00022105  0x00005739 increase  0x00000001 , 0x00000002 
- 00022106  0x0000573a call  0x0000576a 
- 00022107  0x0000573b increase  0xfffffffe , 0x00000006 
- 00022108  0x0000573c ifetch  0x00000002 , 0x00000006 
- 00022109  0x0000573d arg  0x00002902 , 0x00000002 
- 00022110  0x0000573e isub  0x00000002 , 0x0000003e 
- 00022111  0x0000573f nrtn  0x00000005 
- 00022112  0x00005740 increase  0x00000001 , 0x00000006 
- 00022113  0x00005741 copy  0x00000006 , 0x00000011 
- 00022114  0x00005742 ifetch  0x00000001 , 0x00000006 
- 00022115  0x00005743 rtn 
- 00022116  0x00005747 force  0x00000000 , 0x00000002 
- 00022117  0x00005748 force  0x00000001 , 0x00000001 
- 00022118  0x0000574b bpatchx  0x00000065 , 0x0000402c 
- 00022119  0x0000574c storet  0x00000001 , 0x000043dd 
- 00022120  0x0000574d fetcht  0x00000001 , 0x00000456 
- 00022121  0x0000574e set1  0x00000005 , 0x00000002 
- 00022122  0x0000574f and  0x00000002 , 0x000000fc , 0x0000003f 
- 00022123  0x00005750 ior  0x00000001 , 0x0000003f 
- 00022124  0x00005751 store  0x00000001 , 0x00000456 
- 00022125  0x00005752 and_into  0x0000001f , 0x0000003f 
- 00022126  0x00005753 isolate1  0x00000029 , 0x00000000 
- 00022127  0x00005754 setflag  0x00000001 , 0x00000004 , 0x0000003f 
- 00022128  0x00005755 store  0x00000001 , 0x000043dc 
- 00022129  0x00005757 fetch  0x00000001 , 0x000043dc 
- 00022130  0x00005758 compare  0x00000001 , 0x00000001 , 0x00000003 
- 00022131  0x00005759 nbranch  0x00005676 , 0x00000001 
- 00022132  0x0000575a fetch  0x00000001 , 0x000043dd 
- 00022133  0x0000575b rtn  0x00000034 
- 00022134  0x0000575d fetch  0x00000001 , 0x0000043f 
- 00022135  0x0000575e rtnbit0  0x00000004 
- 00022136  0x0000575f call  0x0000748d 
- 00022137  0x00005760 branch  0x000073e3 
- 00022138  0x00005764 arg  0x00000000 , 0x00000007 
- 00022139  0x00005765 branch  0x00002c32 
- 00022140  0x00005768 arg  0x00000000 , 0x00000007 
- 00022141  0x00005769 branch  0x00002c36 
- 00022142  0x0000576d bpatchx  0x00000066 , 0x0000402c 
- 00022143  0x0000576e rtnmark1  0x0000000f 
- 00022144  0x0000576f call  0x00005890 
- 00022145  0x00005770 nrtn  0x00000034 
- 00022146  0x00005771 fetch  0x00000001 , 0x000002d9 
- 00022147  0x00005772 and  0x0000003f , 0x00000003 , 0x0000003f 
- 00022148  0x00005773 store  0x00000001 , 0x0000450c 
- 00022149  0x00005774 ifetch  0x00000001 , 0x00000006 
- 00022150  0x00005775 and  0x0000003f , 0x0000001f , 0x0000003f 
- 00022151  0x00005776 store  0x00000001 , 0x0000450b 
- 00022152  0x00005777 rtn  0x00000034 
- 00022153  0x00005778 copy  0x00000006 , 0x0000003f 
- 00022154  0x00005779 store  0x00000002 , 0x0000450d 
- 00022155  0x0000577a fetch  0x00000001 , 0x0000450c 
- 00022156  0x0000577b beq  0x00000003 , 0x00005c64 
- 00022157  0x0000577d call  0x0000569a 
- 00022158  0x0000577e nbranch  0x0000567a , 0x00000028 
- 00022159  0x0000577f call  0x0000567c 
- 00022160  0x00005780 fetch  0x00000002 , 0x0000450d 
- 00022161  0x00005781 copy  0x0000003f , 0x00000006 
- 00022162  0x00005782 ifetch  0x00000002 , 0x00000006 
- 00022163  0x00005783 store  0x00000002 , 0x000044fc 
- 00022164  0x00005784 bpatchx  0x00000067 , 0x0000402c 
- 00022165  0x00005785 ifetch  0x00000002 , 0x00000006 
- 00022166  0x00005786 beq  0x00000004 , 0x000058ab 
- 00022167  0x00005787 beq  0x00000006 , 0x00005af4 
- 00022168  0x00005788 beq  0x00000005 , 0x00005ab6 
- 00022169  0x00005789 rtn 
- 00022170  0x0000578d fetch  0x00000001 , 0x0000450c 
- 00022171  0x0000578e beq  0x00000002 , 0x000056a9 
- 00022172  0x0000578f beq  0x00000001 , 0x000056c1 
- 00022173  0x00005790 rtn 
- 00022174  0x00005796 call  0x00007fe7 
- 00022175  0x00005797 arg  0x00000004 , 0x00000002 
- 00022176  0x00005798 isub  0x0000003f , 0x0000003e 
- 00022177  0x00005799 rtn  0x00000005 
- 00022178  0x0000579a arg  0x00000005 , 0x00000002 
- 00022179  0x0000579b isub  0x0000003f , 0x0000003e 
- 00022180  0x0000579c rtn  0x00000005 
- 00022181  0x0000579d arg  0x00000006 , 0x00000002 
- 00022182  0x0000579e isub  0x0000003f , 0x0000003e 
- 00022183  0x0000579f rtn  0x00000005 
- 00022184  0x000057a0 branch  0x00007fe9 
- 00022185  0x000057a4 fetch  0x00000002 , 0x0000450d 
- 00022186  0x000057a5 copy  0x0000003f , 0x00000006 
- 00022187  0x000057a6 ifetch  0x00000002 , 0x00000006 
- 00022188  0x000057a7 store  0x00000002 , 0x000044fc 
- 00022189  0x000057a8 ifetch  0x00000002 , 0x00000006 
- 00022190  0x000057a9 call  0x0000569e 
- 00022191  0x000057aa nrtn  0x00000028 
- 00022192  0x000057ab fetcht  0x00000001 , 0x0000450b 
- 00022193  0x000057ac storet  0x00000001 , 0x000044fe 
- 00022194  0x000057ad fetch  0x00000002 , 0x000044fc 
- 00022195  0x000057ae increase  0x00000004 , 0x0000003f 
- 00022196  0x000057af isub  0x00000002 , 0x0000003e 
- 00022197  0x000057b0 branch  0x00007fe7 , 0x00000005 
- 00022198  0x000057b1 fetch  0x00000001 , 0x0000450b 
- 00022199  0x000057b2 copy  0x0000003f , 0x00000039 
- 00022200  0x000057b3 arg  0x00000311 , 0x00000005 
- 00022201  0x000057b4 fetch  0x00000002 , 0x0000450d 
- 00022202  0x000057b5 copy  0x0000003f , 0x00000006 
- 00022203  0x000057b6 call  0x00007f01 
- 00022204  0x000057b7 branch  0x00007fe9 
- 00022205  0x000057bd call  0x00007fe7 
- 00022206  0x000057be fetch  0x00000001 , 0x000044fe 
- 00022207  0x000057bf nrtn  0x00000034 
- 00022208  0x000057c0 branch  0x00007fe9 
- 00022209  0x000057c3 call  0x000056bd 
- 00022210  0x000057c4 nrtn  0x00000028 
- 00022211  0x000057c5 fetch  0x00000001 , 0x000044fe 
- 00022212  0x000057c6 arg  0x00000311 , 0x00000005 
- 00022213  0x000057c7 iadd  0x00000005 , 0x00000011 
- 00022214  0x000057c8 fetcht  0x00000001 , 0x0000450b 
- 00022215  0x000057c9 iadd  0x00000002 , 0x0000003f 
- 00022216  0x000057ca store  0x00000001 , 0x000044fe 
- 00022217  0x000057cb fetch  0x00000001 , 0x0000450b 
- 00022218  0x000057cc copy  0x0000003f , 0x00000039 
- 00022219  0x000057cd copy  0x00000011 , 0x00000005 
- 00022220  0x000057ce fetch  0x00000002 , 0x0000450d 
- 00022221  0x000057cf copy  0x0000003f , 0x00000006 
- 00022222  0x000057d0 call  0x00007ef4 
- 00022223  0x000057d1 setarg  0x00000311 
- 00022224  0x000057d2 store  0x00000002 , 0x0000450d 
- 00022225  0x000057d3 fetch  0x00000002 , 0x000044fc 
- 00022226  0x000057d4 increase  0x00000004 , 0x0000003f 
- 00022227  0x000057d5 fetcht  0x00000001 , 0x000044fe 
- 00022228  0x000057d6 isub  0x00000002 , 0x0000003e 
- 00022229  0x000057d7 branch  0x00007fe7 , 0x00000005 
- 00022230  0x000057d8 branch  0x00007fe9 
- 00022231  0x000057df call  0x00007ea5 
- 00022232  0x000057e0 arg  0x0000445e , 0x00000005 
- 00022233  0x000057e2 fetch  0x00000002 , 0x000044fc 
- 00022234  0x000057e3 increase  0xfffffffb , 0x0000003f 
- 00022235  0x000057e5 istore  0x00000001 , 0x00000005 
- 00022236  0x000057e6 copy  0x0000003f , 0x00000039 
- 00022237  0x000057e7 call  0x00007e9f 
- 00022238  0x000057e8 branch  0x00007ef4 
- 00022239  0x000057eb call  0x00007ea5 
- 00022240  0x000057ec arg  0x00004471 , 0x00000005 
- 00022241  0x000057ed branch  0x000056d9 
- 00022242  0x000057f2 fetch  0x00000002 , 0x000041f9 
- 00022243  0x000057f3 branch  0x00007f9c 
- 00022244  0x000057f6 fetcht  0x00000004 , 0x0000045b 
- 00022245  0x000057f7 call  0x00002a7b 
- 00022246  0x000057f8 isub  0x00000002 , 0x0000000b 
- 00022247  0x000057f9 deposit  0x0000000b 
- 00022248  0x000057fa fetcht  0x00000002 , 0x0000046d 
- 00022249  0x000057fb lshift4  0x00000002 , 0x00000002 
- 00022250  0x000057fc lshift  0x00000002 , 0x00000002 
- 00022251  0x000057fd isub  0x00000002 , 0x0000003f 
- 00022252  0x000057fe rtn 
- 00022253  0x00005801 call  0x00002a7b 
- 00022254  0x00005802 store  0x00000004 , 0x0000045b 
- 00022255  0x00005803 rtn 
- 00022256  0x00005807 jam  0x00000024 , 0x00000016 
- 00022257  0x00005808 jam  0x00000000 , 0x00000ac2 
- 00022258  0x0000580a bpatchx  0x00000068 , 0x0000402d 
- 00022259  0x0000580b fetch  0x00000001 , 0x0000436e 
- 00022260  0x0000580c rtn  0x00000034 
- 00022261  0x0000580d arg  0x00000000 , 0x00000007 
- 00022262  0x0000580e call  0x00007f16 
- 00022263  0x0000580f nrtn  0x00000034 
- 00022264  0x00005810 bpatchx  0x00000069 , 0x0000402d 
- 00022265  0x00005812 disable  0x00000029 
- 00022266  0x00005813 enable  0x00000010 
- 00022267  0x00005814 call  0x00005572 
- 00022268  0x00005815 call  0x00005422 
- 00022269  0x00005816 call  0x000054e9 
- 00022270  0x00005817 nbranch  0x00005706 , 0x0000002d 
- 00022271  0x00005818 fetch  0x00000001 , 0x00000003 
- 00022272  0x00005819 increase  0x00000001 , 0x0000003f 
- 00022273  0x0000581a store  0x00000001 , 0x00000003 
- 00022274  0x0000581b fetch  0x00000001 , 0x000002d9 
- 00022275  0x0000581c and  0x0000003f , 0x0000000f , 0x0000003f 
- 00022276  0x0000581d beq  0x00000003 , 0x0000551c 
- 00022277  0x0000581e beq  0x00000005 , 0x00005728 
- 00022278  0x00005820 bpatchx  0x0000006a , 0x0000402d 
- 00022279  0x00005821 random  0x0000003f 
- 00022280  0x00005822 arg  0x000001ff , 0x00000002 
- 00022281  0x00005823 iand  0x00000002 , 0x0000003f 
- 00022282  0x00005824 add  0x0000003f , 0x000000fa , 0x0000003f 
- 00022283  0x00005825 call  0x00003cbe 
- 00022284  0x00005826 fetch  0x00000001 , 0x00000ac2 
- 00022285  0x00005827 fetcht  0x00000001 , 0x0000448d 
- 00022286  0x00005828 isub  0x00000002 , 0x0000003e 
- 00022287  0x00005829 nbranch  0x000056f2 , 0x00000005 
- 00022288  0x0000582a arg  0x00000000 , 0x00000007 
- 00022289  0x0000582b fetch  0x00000002 , 0x00004482 
- 00022290  0x0000582c branch  0x00007f08 
- 00022291  0x00005830 bpatchx  0x0000006b , 0x0000402d 
- 00022292  0x00005831 fetch  0x00000001 , 0x00000476 
- 00022293  0x00005832 call  0x000053fc 
- 00022294  0x00005833 fetch  0x00000002 , 0x00000441 
- 00022295  0x00005834 imul32  0x00000002 , 0x0000003f 
- 00022296  0x00005835 arg  0x00000177 , 0x00000002 
- 00022297  0x00005836 imul32  0x00000002 , 0x0000003f 
- 00022298  0x00005837 arg  0x000186a0 , 0x00000002 
- 00022299  0x00005838 idiv  0x00000002 
- 00022300  0x00005839 fetch  0x00000001 , 0x0000046a 
- 00022301  0x0000583a arg  0x00004e20 , 0x00000002 
- 00022302  0x0000583b imul32  0x00000002 , 0x0000003f 
- 00022303  0x0000583c iadd  0x00000002 , 0x0000003f 
- 00022304  0x0000583d store  0x00000004 , 0x000044e5 
- 00022305  0x0000583e bpatchx  0x0000006c , 0x0000402d 
- 00022306  0x0000583f fetch  0x00000002 , 0x000040c1 
- 00022307  0x00005840 call  0x00007f86 
- 00022308  0x00005841 quotient  0x00000002 
- 00022309  0x00005842 iadd  0x00000002 , 0x0000003f 
- 00022310  0x00005843 store  0x00000002 , 0x0000044d 
- 00022311  0x00005844 rtn 
- 00022312  0x00005847 bpatchx  0x0000006d , 0x0000402d 
- 00022313  0x00005848 fetch  0x00000006 , 0x000002e1 
- 00022314  0x00005849 fetcht  0x00000006 , 0x000044a0 
- 00022315  0x0000584a isub  0x00000002 , 0x0000003e 
- 00022316  0x0000584b nrtn  0x00000005 
- 00022317  0x0000584c call  0x00005619 
- 00022318  0x0000584d copy  0x00000011 , 0x0000003f 
- 00022319  0x0000584e store  0x00000001 , 0x0000448e 
- 00022320  0x0000584f fetch  0x00000007 , 0x000002ee 
- 00022321  0x00005850 store  0x00000007 , 0x00000101 
- 00022322  0x00005851 ifetch  0x00000008 , 0x00000006 
- 00022323  0x00005852 istore  0x00000008 , 0x00000005 
- 00022324  0x00005853 fetch  0x00000006 , 0x000002db 
- 00022325  0x00005854 store  0x00000006 , 0x0000044f 
- 00022326  0x00005855 increase  0x00000006 , 0x00000006 
- 00022327  0x00005856 ifetch  0x00000008 , 0x00000006 
- 00022328  0x00005857 store  0x00000008 , 0x00000463 
- 00022329  0x00005858 ifetcht  0x00000002 , 0x00000006 
- 00022330  0x00005859 bpatchx  0x0000006e , 0x0000402d 
- 00022331  0x0000585a lshift2  0x00000002 , 0x00000002 
- 00022332  0x0000585b ifetch  0x00000002 , 0x00000006 
- 00022333  0x0000585c lshift2  0x0000003f , 0x0000003f 
- 00022334  0x0000585d store  0x00000002 , 0x00000441 
- 00022335  0x0000585e store  0x00000004 , 0x00000443 
- 00022336  0x0000585f isub  0x00000002 , 0x0000003f 
- 00022337  0x00005860 add  0x0000003f , 0xfffffffe , 0x00000028 
- 00022338  0x00005861 ifetch  0x00000009 , 0x00000006 
- 00022339  0x00005862 store  0x00000009 , 0x0000046b 
- 00022340  0x00005863 bpatchx  0x0000006f , 0x0000402d 
- 00022341  0x00005864 ifetch  0x00000001 , 0x00000006 
- 00022342  0x00005865 rshift4  0x0000003f , 0x00000002 
- 00022343  0x00005866 rshift  0x00000002 , 0x00000002 
- 00022344  0x00005867 storet  0x00000001 , 0x00000476 
- 00022345  0x00005868 and_into  0x0000001f , 0x0000003f 
- 00022346  0x00005869 store  0x00000001 , 0x00000458 
- 00022347  0x0000586a call  0x00005713 
- 00022348  0x0000586b call  0x0000545b 
- 00022349  0x0000586c call  0x0000534c 
- 00022350  0x0000586d call  0x0000223b 
- 00022351  0x0000586e nrtn  0x00000005 
- 00022352  0x0000586f bpatchx  0x00000070 , 0x0000402e 
- 00022353  0x00005870 call  0x00002841 
- 00022354  0x00005871 call  0x00005ad3 
- 00022355  0x00005872 jam  0x00000014 , 0x00000a99 
- 00022356  0x00005873 call  0x00007d86 
- 00022357  0x00005874 branch  0x00002223 
- 00022358  0x00005878 bpatchx  0x00000071 , 0x0000402e 
- 00022359  0x00005879 fetch  0x00000002 , 0x0000445a 
- 00022360  0x0000587a iforce  0x00000012 
- 00022361  0x0000587b fetch  0x00000002 , 0x0000445c 
- 00022362  0x0000587c iforce  0x00000013 
- 00022363  0x0000587d fetch  0x00000002 , 0x000044bc 
- 00022364  0x0000587e iforce  0x00000006 
- 00022365  0x0000587f enable  0x00000028 
- 00022366  0x00005880 rtn 
- 00022367  0x00005884 ifetch  0x00000002 , 0x00000006 
- 00022368  0x00005885 rtn  0x00000034 
- 00022369  0x00005886 isub  0x00000012 , 0x0000003e 
- 00022370  0x00005887 nrtn  0x00000002 
- 00022371  0x00005888 isub  0x00000013 , 0x0000003e 
- 00022372  0x00005889 rtn  0x00000005 
- 00022373  0x0000588a branch  0x00005768 , 0x00000002 
- 00022374  0x0000588b force  0x00000001 , 0x0000003e 
- 00022375  0x0000588c rtn 
- 00022376  0x0000588e force  0x00000000 , 0x0000003f 
- 00022377  0x0000588f rtn 
- 00022378  0x00005894 call  0x0000576d 
- 00022379  0x00005895 branch  0x00005779 , 0x00000005 
- 00022380  0x00005896 rtn 
- 00022381  0x00005899 bpatchx  0x00000072 , 0x0000402e 
- 00022382  0x0000589a fetch  0x00000002 , 0x000044bc 
- 00022383  0x0000589b iforce  0x00000006 
- 00022384  0x0000589d ifetch  0x00000002 , 0x00000006 
- 00022385  0x0000589e rtn  0x00000034 
- 00022386  0x0000589f isub  0x00000002 , 0x0000003e 
- 00022387  0x000058a0 rtn  0x00000005 
- 00022388  0x000058a1 ifetch  0x00000001 , 0x00000006 
- 00022389  0x000058a2 iadd  0x00000006 , 0x00000006 
- 00022390  0x000058a3 ifetch  0x00000001 , 0x00000006 
- 00022391  0x000058a4 iadd  0x00000006 , 0x00000006 
- 00022392  0x000058a5 branch  0x00005770 
- 00022393  0x000058a7 ifetch  0x00000001 , 0x00000006 
- 00022394  0x000058a8 iadd  0x00000006 , 0x00000006 
- 00022395  0x000058a9 rtn 
- 00022396  0x000058ae bpatchx  0x00000073 , 0x0000402e 
- 00022397  0x000058af fetch  0x00000002 , 0x000044bc 
- 00022398  0x000058b0 iforce  0x00000006 
- 00022399  0x000058b2 ifetch  0x00000002 , 0x00000006 
- 00022400  0x000058b3 rtn  0x00000034 
- 00022401  0x000058b4 ifetch  0x00000001 , 0x00000006 
- 00022402  0x000058b5 iadd  0x00000006 , 0x00000006 
- 00022403  0x000058b6 increase  0xfffffffe , 0x00000006 
- 00022404  0x000058b7 ifetch  0x00000002 , 0x00000006 
- 00022405  0x000058b8 isub  0x00000002 , 0x0000003e 
- 00022406  0x000058b9 rtn  0x00000005 
- 00022407  0x000058ba ifetch  0x00000001 , 0x00000006 
- 00022408  0x000058bb iadd  0x00000006 , 0x00000006 
- 00022409  0x000058bc branch  0x0000577f 
- 00022410  0x000058c1 fetch  0x00000002 , 0x0000049c 
- 00022411  0x000058c2 branch  0x0000578e 
- 00022412  0x000058c5 bpatchx  0x00000074 , 0x0000402e 
- 00022413  0x000058c6 fetch  0x00000002 , 0x000044bc 
- 00022414  0x000058c8 iforce  0x00000006 
- 00022415  0x000058c9 copy  0x00000002 , 0x00000011 
- 00022416  0x000058cb ifetch  0x00000002 , 0x00000006 
- 00022417  0x000058cc branch  0x00005799 , 0x00000034 
- 00022418  0x000058cd isub  0x00000011 , 0x0000003e 
- 00022419  0x000058ce branch  0x0000579a , 0x00000005 
- 00022420  0x000058cf ifetch  0x00000001 , 0x00000006 
- 00022421  0x000058d0 iadd  0x00000006 , 0x00000006 
- 00022422  0x000058d1 ifetch  0x00000001 , 0x00000006 
- 00022423  0x000058d2 iadd  0x00000006 , 0x00000006 
- 00022424  0x000058d3 branch  0x00005790 
- 00022425  0x000058d5 branch  0x00007fef 
- 00022426  0x000058d8 ifetch  0x00000001 , 0x00000006 
- 00022427  0x000058d9 store  0x00000001 , 0x000004a2 
- 00022428  0x000058da copy  0x0000003f , 0x00000039 
- 00022429  0x000058db arg  0x000004a3 , 0x00000005 
- 00022430  0x000058dc call  0x00007ef4 
- 00022431  0x000058dd ifetch  0x00000001 , 0x00000006 
- 00022432  0x000058de store  0x00000001 , 0x000004b3 
- 00022433  0x000058df call  0x00007ea5 
- 00022434  0x000058e0 branch  0x00007ff1 
- 00022435  0x000058e4 bpatchx  0x00000075 , 0x0000402e 
- 00022436  0x000058e5 call  0x000057a6 
- 00022437  0x000058e6 branch  0x000057b8 
- 00022438  0x000058e9 arg  0x00002a00 , 0x00000002 
- 00022439  0x000058ea call  0x0000577c 
- 00022440  0x000058eb rtn  0x00000034 
- 00022441  0x000058ec ifetch  0x00000001 , 0x00000006 
- 00022442  0x000058ed copy  0x00000006 , 0x00000005 
- 00022443  0x000058ee fetcht  0x00000001 , 0x000043af 
- 00022444  0x000058ef copy  0x00000002 , 0x00000039 
- 00022445  0x000058f0 isub  0x00000002 , 0x0000003e 
- 00022446  0x000058f1 nbranch  0x000057b5 , 0x00000002 
- 00022447  0x000058f2 isub  0x00000002 , 0x00000002 
- 00022448  0x000058f3 arg  0x000043b0 , 0x00000006 
- 00022449  0x000058f4 call  0x00007f01 
- 00022450  0x000058f5 copy  0x00000002 , 0x00000039 
- 00022451  0x000058f6 ncall  0x000057f0 , 0x00000005 
- 00022452  0x000058f7 rtn 
- 00022453  0x000058f9 copy  0x0000003f , 0x00000039 
- 00022454  0x000058fa arg  0x000043b0 , 0x00000006 
- 00022455  0x000058fb branch  0x00007ef4 
- 00022456  0x000058ff arg  0x0000438f , 0x00000013 
- 00022457  0x00005900 arg  0x00004370 , 0x00000011 
- 00022458  0x00005901 call  0x000057c5 
- 00022459  0x00005902 setarg  0x00000000 
- 00022460  0x00005903 setflag  0x00000028 , 0x00000000 , 0x0000003f 
- 00022461  0x00005904 store  0x00000001 , 0x00000a9a 
- 00022462  0x00005905 arg  0x000043af , 0x00000013 
- 00022463  0x00005906 arg  0x00004390 , 0x00000011 
- 00022464  0x00005907 call  0x000057c5 
- 00022465  0x00005908 rtn  0x00000028 
- 00022466  0x00005909 fetch  0x00000001 , 0x00000a9a 
- 00022467  0x0000590a branch  0x00002a8c , 0x00000034 
- 00022468  0x0000590b rtn 
- 00022469  0x0000590f bpatchx  0x00000076 , 0x0000402e 
- 00022470  0x00005910 call  0x00007fe7 
- 00022471  0x00005911 call  0x00007eda 
- 00022472  0x00005912 arg  0x00000000 , 0x00000012 
- 00022473  0x00005913 arg  0x00000ac3 , 0x00000005 
- 00022474  0x00005914 call  0x000057df 
- 00022475  0x00005915 fetch  0x00000001 , 0x000043af 
- 00022476  0x00005916 add  0x0000003f , 0x00000001 , 0x00000002 
- 00022477  0x00005917 iadd  0x00000012 , 0x00000011 
- 00022478  0x00005918 increase  0x00000002 , 0x00000011 
- 00022479  0x00005919 sub  0x00000011 , 0x0000001f , 0x0000003e 
- 00022480  0x0000591a nbranch  0x000057dd , 0x00000002 
- 00022481  0x0000591b istoret  0x00000001 , 0x00000005 
- 00022482  0x0000591c arg  0x00000009 , 0x00000002 
- 00022483  0x0000591d istoret  0x00000001 , 0x00000005 
- 00022484  0x0000591e iforce  0x00000039 
- 00022485  0x0000591f call  0x00007ef4 
- 00022486  0x00005920 copy  0x00000011 , 0x00000012 
- 00022487  0x00005922 deposit  0x00000012 
- 00022488  0x00005923 store  0x00000001 , 0x00000ac2 
- 00022489  0x00005924 arg  0x00000ac2 , 0x00000006 
- 00022490  0x00005925 setarg  0xffffffe0 
- 00022491  0x00005926 iadd  0x00000013 , 0x00000005 
- 00022492  0x00005927 branch  0x00007ebd 
- 00022493  0x0000592a call  0x00007fe9 
- 00022494  0x0000592b branch  0x000057d7 
- 00022495  0x0000592e ifetch  0x00000001 , 0x00000011 
- 00022496  0x0000592f rtn  0x00000034 
- 00022497  0x00005930 pincrease  0x00000001 
- 00022498  0x00005931 ifetcht  0x00000001 , 0x00000006 
- 00022499  0x00005932 sub  0x00000002 , 0x00000009 , 0x0000003e 
- 00022500  0x00005933 branch  0x000057ee , 0x00000005 
- 00022501  0x00005934 iadd  0x00000012 , 0x00000012 
- 00022502  0x00005935 copy  0x00000011 , 0x00000006 
- 00022503  0x00005936 iforce  0x00000039 
- 00022504  0x00005937 call  0x00007ef4 
- 00022505  0x00005938 copy  0x00000006 , 0x00000011 
- 00022506  0x0000593a deposit  0x00000011 
- 00022507  0x0000593b isub  0x00000013 , 0x0000003e 
- 00022508  0x0000593c rtn  0x00000002 
- 00022509  0x0000593d branch  0x000057df 
- 00022510  0x00005940 iadd  0x00000011 , 0x00000011 
- 00022511  0x00005941 branch  0x000057ea 
- 00022512  0x00005945 setarg  0x00000020 
- 00022513  0x00005946 istore  0x00000001 , 0x00000005 
- 00022514  0x00005947 loop  0x000057f0 
- 00022515  0x00005948 rtn 
- 00022516  0x0000594c bpatchx  0x00000077 , 0x0000402e 
- 00022517  0x0000594d disable  0x0000002b 
- 00022518  0x0000594e branch  0x000057f8 , 0x0000002e 
- 00022519  0x0000594f nbranch  0x00005806 , 0x0000002d 
- 00022520  0x00005951 call  0x00002bcb 
- 00022521  0x00005952 fetch  0x00000002 , 0x000040c1 
- 00022522  0x00005953 store  0x00000002 , 0x0000044d 
- 00022523  0x00005955 nbranch  0x00002bde , 0x0000002d 
- 00022524  0x00005956 bmark1  0x0000000f , 0x00002bde 
- 00022525  0x00005958 fetch  0x00000001 , 0x0000450b 
- 00022526  0x00005959 nbranch  0x00002bde , 0x00000034 
- 00022527  0x0000595a fetch  0x00000001 , 0x000043dd 
- 00022528  0x0000595b nbranch  0x00002bde , 0x00000034 
- 00022529  0x0000595d fetch  0x00000001 , 0x000044e9 
- 00022530  0x0000595e bbit1  0x00000005 , 0x00002bde 
- 00022531  0x00005960 fetch  0x00000001 , 0x0000043f 
- 00022532  0x00005961 bbit1  0x00000005 , 0x00002bde 
- 00022533  0x00005962 branch  0x00002bc0 
- 00022534  0x00005965 fetcht  0x00000002 , 0x000040c1 
- 00022535  0x00005966 rshift  0x00000002 , 0x00000002 
- 00022536  0x00005967 fetch  0x00000002 , 0x0000044d 
- 00022537  0x00005968 iadd  0x00000002 , 0x0000003f 
- 00022538  0x00005969 store  0x00000002 , 0x0000044d 
- 00022539  0x0000596a branch  0x00002bd6 
- 00022540  0x0000596e arg  0x00000000 , 0x00000007 
- 00022541  0x0000596f branch  0x00005824 
- 00022542  0x00005972 arg  0x00000000 , 0x00000007 
- 00022543  0x00005973 branch  0x00005828 
- 00022544  0x00005976 arg  0x00000001 , 0x00000007 
- 00022545  0x00005977 branch  0x00005824 
- 00022546  0x0000597a arg  0x00000001 , 0x00000007 
- 00022547  0x0000597b branch  0x00005828 
- 00022548  0x0000597e arg  0x00000002 , 0x00000007 
- 00022549  0x0000597f branch  0x00005824 
- 00022550  0x00005982 arg  0x00000002 , 0x00000007 
- 00022551  0x00005983 branch  0x00005828 
- 00022552  0x00005986 arg  0x00000003 , 0x00000007 
- 00022553  0x00005987 branch  0x00005824 
- 00022554  0x0000598a arg  0x00000003 , 0x00000007 
- 00022555  0x0000598b branch  0x00005828 
- 00022556  0x0000598e arg  0x00000004 , 0x00000007 
- 00022557  0x0000598f branch  0x00005824 
- 00022558  0x00005992 arg  0x00000004 , 0x00000007 
- 00022559  0x00005993 branch  0x00005828 
- 00022560  0x00005996 arg  0x00000005 , 0x00000007 
- 00022561  0x00005997 branch  0x00005824 
- 00022562  0x0000599a arg  0x00000005 , 0x00000007 
- 00022563  0x0000599b branch  0x00005828 
- 00022564  0x0000599f fetch  0x00000001 , 0x000044e9 
- 00022565  0x000059a0 qset1  0x0000003f 
- 00022566  0x000059a1 store  0x00000001 , 0x000044e9 
- 00022567  0x000059a2 rtn 
- 00022568  0x000059a5 fetch  0x00000001 , 0x000044e9 
- 00022569  0x000059a6 qset0  0x0000003f 
- 00022570  0x000059a7 store  0x00000001 , 0x000044e9 
- 00022571  0x000059a8 rtn 
- 00022572  0x000059ab setarg  0x00112233 
- 00022573  0x000059ac store  0x00000003 , 0x000044ea 
- 00022574  0x000059ad setarg  0x00445566 
- 00022575  0x000059ae istore  0x00000003 , 0x00000005 
- 00022576  0x000059af setarg  0x00778899 
- 00022577  0x000059b0 istore  0x00000003 , 0x00000005 
- 00022578  0x000059b1 setarg  0x00001122 
- 00022579  0x000059b2 istore  0x00000003 , 0x00000005 
- 00022580  0x000059b3 setarg  0x00334455 
- 00022581  0x000059b4 istore  0x00000003 , 0x00000005 
- 00022582  0x000059b5 setarg  0x00000066 
- 00022583  0x000059b6 istore  0x00000001 , 0x00000005 
- 00022584  0x000059b7 rtn 
- 00022585  0x000059bb setarg  0x01000302 
- 00022586  0x000059bc store  0x00000004 , 0x00004453 
- 00022587  0x000059bd setarg  0x00010010 
- 00022588  0x000059be store  0x00000003 , 0x00004457 
- 00022589  0x000059bf jam  0x00000001 , 0x000044c6 
- 00022590  0x000059c0 rtn 
- 00022591  0x000059c5 arg  0x00000000 , 0x00000011 
- 00022592  0x000059c6 arg  0x00000001 , 0x00000001 
- 00022593  0x000059c7 branch  0x00005850 
- 00022594  0x000059cc arg  0x00000003 , 0x00000001 
- 00022595  0x000059cd call  0x00005850 
- 00022596  0x000059ce copy  0x00000012 , 0x0000003f 
- 00022597  0x000059cf istore  0x00000001 , 0x00000005 
- 00022598  0x000059d0 rtn 
- 00022599  0x000059d5 force  0x00000002 , 0x00000001 
- 00022600  0x000059d6 increase  0x00000004 , 0x00000011 
- 00022601  0x000059d7 call  0x00005850 
- 00022602  0x000059d8 increase  0xfffffffc , 0x00000011 
- 00022603  0x000059d9 copy  0x00000011 , 0x0000003f 
- 00022604  0x000059da istore  0x00000002 , 0x00000005 
- 00022605  0x000059db copy  0x00000012 , 0x0000003f 
- 00022606  0x000059dc istore  0x00000002 , 0x00000005 
- 00022607  0x000059dd rtn 
- 00022608  0x000059e2 sub  0x00000011 , 0x000000f0 , 0x0000003e 
- 00022609  0x000059e3 nbranch  0x00002a8c , 0x00000002 
- 00022610  0x000059e4 fetch  0x00000001 , 0x000044ff 
- 00022611  0x000059e5 arg  0x00000001 , 0x00000002 
- 00022612  0x000059e6 arg  0x00000004 , 0x00000039 
- 00022613  0x000059e8 iand  0x00000002 , 0x0000003e 
- 00022614  0x000059e9 branch  0x0000585a , 0x00000005 
- 00022615  0x000059ea lshift  0x00000002 , 0x00000002 
- 00022616  0x000059eb loop  0x00005855 
- 00022617  0x000059ec branch  0x00002a8c 
- 00022618  0x000059ee ixor  0x00000002 , 0x0000003f 
- 00022619  0x000059ef store  0x00000001 , 0x000044ff 
- 00022620  0x000059f0 sub  0x00000039 , 0x00000004 , 0x0000003f 
- 00022621  0x000059f1 lshift4  0x0000003f , 0x0000003f 
- 00022622  0x000059f2 lshift4  0x0000003f , 0x0000003f 
- 00022623  0x000059f3 arg  0x00001800 , 0x00000002 
- 00022624  0x000059f4 iadd  0x00000002 , 0x00000002 
- 00022625  0x000059f6 arg  0x00000000 , 0x00000039 
- 00022626  0x000059f7 arg  0x00004500 , 0x00000006 
- 00022627  0x000059f9 ifetch  0x00000002 , 0x00000006 
- 00022628  0x000059fa branch  0x00005869 , 0x00000034 
- 00022629  0x000059fb copy  0x00000039 , 0x0000003f 
- 00022630  0x000059fc increase  0x00000001 , 0x00000039 
- 00022631  0x000059fd bne  0x00000004 , 0x00005863 
- 00022632  0x000059fe branch  0x00002a8c 
- 00022633  0x00005a02 increase  0xfffffffe , 0x00000006 
- 00022634  0x00005a03 istoret  0x00000002 , 0x00000006 
- 00022635  0x00005a04 copy  0x00000002 , 0x00000005 
- 00022636  0x00005a05 copy  0x00000011 , 0x0000003f 
- 00022637  0x00005a06 istore  0x00000001 , 0x00000005 
- 00022638  0x00005a07 setarg  0x00000000 
- 00022639  0x00005a08 istore  0x00000001 , 0x00000005 
- 00022640  0x00005a09 copy  0x00000001 , 0x0000003f 
- 00022641  0x00005a0a istore  0x00000001 , 0x00000005 
- 00022642  0x00005a0b rtn 
- 00022643  0x00005a10 fetch  0x00000002 , 0x00004500 
- 00022644  0x00005a11 copy  0x0000003f , 0x00000006 
- 00022645  0x00005a12 rtn 
- 00022646  0x00005a15 fetch  0x00000002 , 0x00004502 
- 00022647  0x00005a16 copy  0x0000003f , 0x00000006 
- 00022648  0x00005a17 rtn 
- 00022649  0x00005a1a call  0x0000587c 
- 00022650  0x00005a1b copy  0x0000003f , 0x00000006 
- 00022651  0x00005a1c rtn 
- 00022652  0x00005a1e fetch  0x00000002 , 0x00004506 
- 00022653  0x00005a1f nrtn  0x00000034 
- 00022654  0x00005a20 fetch  0x00000002 , 0x00004504 
- 00022655  0x00005a21 nrtn  0x00000034 
- 00022656  0x00005a22 fetch  0x00000002 , 0x00004502 
- 00022657  0x00005a23 nrtn  0x00000034 
- 00022658  0x00005a24 fetch  0x00000002 , 0x00004500 
- 00022659  0x00005a25 rtn 
- 00022660  0x00005a28 call  0x00005873 
- 00022661  0x00005a29 increase  0x00000003 , 0x00000006 
- 00022662  0x00005a2a rtn 
- 00022663  0x00005a2d call  0x00005873 
- 00022664  0x00005a2e increase  0x00000007 , 0x00000006 
- 00022665  0x00005a2f rtn 
- 00022666  0x00005a32 call  0x00005879 
- 00022667  0x00005a33 increase  0x00000007 , 0x00000006 
- 00022668  0x00005a34 rtn 
- 00022669  0x00005a37 call  0x00005879 
- 00022670  0x00005a38 increase  0x00000003 , 0x00000006 
- 00022671  0x00005a39 rtn 
- 00022672  0x00005a3e fetch  0x00000002 , 0x00004506 
- 00022673  0x00005a3f rtn 
- 00022674  0x00005a43 fetch  0x00000002 , 0x00004504 
- 00022675  0x00005a44 rtn 
- 00022676  0x00005a48 fetch  0x00000002 , 0x00004500 
- 00022677  0x00005a49 rtn 
- 00022678  0x00005a4d fetch  0x00000002 , 0x00004500 
- 00022679  0x00005a4e arg  0x00001800 , 0x00000002 
- 00022680  0x00005a4f isub  0x00000002 , 0x0000003f 
- 00022681  0x00005a50 rshift4  0x0000003f , 0x0000003f 
- 00022682  0x00005a51 rshift4  0x0000003f , 0x00000007 
- 00022683  0x00005a52 fetch  0x00000001 , 0x000044ff 
- 00022684  0x00005a53 qset0  0x0000003f 
- 00022685  0x00005a54 store  0x00000001 , 0x000044ff 
- 00022686  0x00005a55 arg  0x00000000 , 0x00000039 
- 00022687  0x00005a57 lshift  0x00000039 , 0x0000003f 
- 00022688  0x00005a58 arg  0x00004502 , 0x00000002 
- 00022689  0x00005a59 iadd  0x00000002 , 0x00000002 
- 00022690  0x00005a5a ifetch  0x00000002 , 0x00000002 
- 00022691  0x00005a5b increase  0xfffffffe , 0x00000002 
- 00022692  0x00005a5c istore  0x00000002 , 0x00000002 
- 00022693  0x00005a5d copy  0x00000039 , 0x0000003f 
- 00022694  0x00005a5e increase  0x00000001 , 0x00000039 
- 00022695  0x00005a5f bne  0x00000003 , 0x0000589f 
- 00022696  0x00005a60 setarg  0x00000000 
- 00022697  0x00005a61 istore  0x00000002 , 0x00000002 
- 00022698  0x00005a62 rtn 
- 00022699  0x00005a69 ifetch  0x00000003 , 0x00000006 
- 00022700  0x00005a6a store  0x00000003 , 0x00000477 
- 00022701  0x00005a6b beq  0x00000002 , 0x000058c1 
- 00022702  0x00005a6c beq  0x00000003 , 0x000058c9 
- 00022703  0x00005a6d beq  0x00000004 , 0x000058cc 
- 00022704  0x00005a6e beq  0x00000006 , 0x000058f2 
- 00022705  0x00005a6f beq  0x00000008 , 0x0000593f 
- 00022706  0x00005a70 beq  0x0000000a , 0x000059bc 
- 00022707  0x00005a71 beq  0x0000000c , 0x000059e4 
- 00022708  0x00005a72 beq  0x00000010 , 0x000059fa 
- 00022709  0x00005a73 beq  0x00000012 , 0x00005a2f 
- 00022710  0x00005a74 beq  0x00000016 , 0x00005a48 
- 00022711  0x00005a75 beq  0x00000018 , 0x00005a5b 
- 00022712  0x00005a76 beq  0x00000052 , 0x00005a60 
- 00022713  0x00005a77 rtn 
- 00022714  0x00005a7b force  0x00000003 , 0x00000011 
- 00022715  0x00005a7c call  0x00005a82 
- 00022716  0x00005a7d setarg  0x00000002 
- 00022717  0x00005a7e istore  0x00000001 , 0x00000005 
- 00022718  0x00005a7f fetch  0x00000002 , 0x000044a6 
- 00022719  0x00005a80 istore  0x00000002 , 0x00000005 
- 00022720  0x00005a81 rtn 
- 00022721  0x00005a85 call  0x000058c9 
- 00022722  0x00005a87 force  0x00000003 , 0x00000011 
- 00022723  0x00005a88 call  0x00005a82 
- 00022724  0x00005a89 setarg  0x00000003 
- 00022725  0x00005a8a istore  0x00000001 , 0x00000005 
- 00022726  0x00005a8b fetch  0x00000002 , 0x000044a6 
- 00022727  0x00005a8c istore  0x00000002 , 0x00000005 
- 00022728  0x00005a8d rtn 
- 00022729  0x00005a90 rshift8  0x0000003f , 0x0000003f 
- 00022730  0x00005a91 store  0x00000002 , 0x000044a8 
- 00022731  0x00005a92 rtn 
- 00022732  0x00005a95 call  0x00005ab1 
- 00022733  0x00005a96 call  0x00007fe7 
- 00022734  0x00005a97 branch  0x000058cf 
- 00022735  0x00005a9a arg  0x00000003 , 0x0000000b 
- 00022736  0x00005a9b call  0x00005756 
- 00022737  0x00005a9d call  0x0000575f 
- 00022738  0x00005a9e branch  0x000058f0 , 0x00000034 
- 00022739  0x00005a9f nbranch  0x000058ed , 0x00000002 
- 00022740  0x00005aa0 increase  0xfffffffe , 0x00000006 
- 00022741  0x00005aa1 call  0x00007ea5 
- 00022742  0x00005aa2 call  0x00007e9c 
- 00022743  0x00005aa3 nbranch  0x000058e1 , 0x00000028 
- 00022744  0x00005aa4 call  0x00007e85 
- 00022745  0x00005aa5 call  0x00007fe9 
- 00022746  0x00005aa6 force  0x00000014 , 0x00000011 
- 00022747  0x00005aa7 call  0x00005a82 
- 00022748  0x00005aa8 call  0x00007e95 
- 00022749  0x00005aa9 setarg  0x00000005 
- 00022750  0x00005aaa istore  0x00000001 , 0x00000005 
- 00022751  0x00005aab setarg  0x00000001 
- 00022752  0x00005aac istore  0x00000001 , 0x00000005 
- 00022753  0x00005aae call  0x00007e9f 
- 00022754  0x00005aaf ifetch  0x00000002 , 0x00000006 
- 00022755  0x00005ab0 istore  0x00000002 , 0x00000005 
- 00022756  0x00005ab1 ifetch  0x00000001 , 0x00000006 
- 00022757  0x00005ab2 copy  0x0000003f , 0x00000039 
- 00022758  0x00005ab3 call  0x00007f01 
- 00022759  0x00005ab4 call  0x00007ea2 
- 00022760  0x00005ab5 increase  0xffffffff , 0x0000000b 
- 00022761  0x00005ab6 branch  0x000058f0 , 0x00000005 
- 00022762  0x00005ab8 ifetch  0x00000001 , 0x00000006 
- 00022763  0x00005ab9 iadd  0x00000006 , 0x00000006 
- 00022764  0x00005aba branch  0x000058d1 
- 00022765  0x00005abc ifetch  0x00000001 , 0x00000006 
- 00022766  0x00005abd iadd  0x00000006 , 0x00000006 
- 00022767  0x00005abe branch  0x000058ea 
- 00022768  0x00005ac0 branch  0x00005a76 , 0x00000028 
- 00022769  0x00005ac1 branch  0x00005aa5 
- 00022770  0x00005ac5 call  0x00005ab1 
- 00022771  0x00005ac6 ifetch  0x00000002 , 0x00000006 
- 00022772  0x00005ac7 store  0x00000002 , 0x00004472 
- 00022773  0x00005ac8 call  0x00007ea5 
- 00022774  0x00005ac9 arg  0x0000445e , 0x00000005 
- 00022775  0x00005aca fetch  0x00000002 , 0x000044fc 
- 00022776  0x00005acb increase  0xfffffff9 , 0x0000003f 
- 00022777  0x00005acc call  0x000056db 
- 00022778  0x00005acd branch  0x00005905 
- 00022779  0x00005ad1 disable  0x00000028 
- 00022780  0x00005ad2 fetcht  0x00000002 , 0x0000445a 
- 00022781  0x00005ad3 fetch  0x00000002 , 0x0000445c 
- 00022782  0x00005ad4 isub  0x00000002 , 0x0000003e 
- 00022783  0x00005ad5 nbranch  0x00005902 , 0x00000002 
- 00022784  0x00005ad6 deposit  0x00000002 
- 00022785  0x00005ad7 rtnne  0x00000000 
- 00022786  0x00005ad9 enable  0x00000028 
- 00022787  0x00005ada jam  0x00000001 , 0x0000047a 
- 00022788  0x00005adb branch  0x00005a77 
- 00022789  0x00005adf call  0x000058fb 
- 00022790  0x00005ae0 rtn  0x00000028 
- 00022791  0x00005ae1 fetcht  0x00000002 , 0x00004472 
- 00022792  0x00005ae2 setarg  0x00002800 
- 00022793  0x00005ae3 isub  0x00000002 , 0x0000003e 
- 00022794  0x00005ae4 branch  0x0000590c , 0x00000005 
- 00022795  0x00005ae5 branch  0x00005a76 
- 00022796  0x00005ae9 jam  0x00000000 , 0x000004b4 
- 00022797  0x00005aea fetcht  0x00000002 , 0x0000445a 
- 00022798  0x00005aeb storet  0x00000002 , 0x00000aa2 
- 00022799  0x00005aec call  0x0000578c 
- 00022800  0x00005aed nbranch  0x00005a76 , 0x00000034 
- 00022801  0x00005aef fetcht  0x00000002 , 0x00000aa2 
- 00022802  0x00005af0 call  0x0000578c 
- 00022803  0x00005af1 nbranch  0x00005925 , 0x00000034 
- 00022804  0x00005af2 copy  0x00000006 , 0x00000011 
- 00022805  0x00005af3 fetch  0x00000001 , 0x000004b3 
- 00022806  0x00005af4 copy  0x0000003f , 0x00000039 
- 00022807  0x00005af5 fetcht  0x00000001 , 0x0000445e 
- 00022808  0x00005af6 isub  0x00000002 , 0x0000003e 
- 00022809  0x00005af7 nbranch  0x00005921 , 0x00000005 
- 00022810  0x00005af8 arg  0x0000445f , 0x00000012 
- 00022811  0x00005af9 call  0x00007f88 
- 00022812  0x00005afb branch  0x00005928 , 0x00000005 
- 00022813  0x00005afd fetch  0x00000002 , 0x000004a3 
- 00022814  0x00005afe fetcht  0x00000002 , 0x00004472 
- 00022815  0x00005aff isub  0x00000002 , 0x0000003e 
- 00022816  0x00005b00 branch  0x00005930 , 0x00000005 
- 00022817  0x00005b02 fetch  0x00000002 , 0x00000aa2 
- 00022818  0x00005b03 increase  0x00000001 , 0x0000003f 
- 00022819  0x00005b04 store  0x00000002 , 0x00000aa2 
- 00022820  0x00005b05 branch  0x00005911 
- 00022821  0x00005b08 fetch  0x00000001 , 0x000004b4 
- 00022822  0x00005b09 beq  0x00000001 , 0x00005930 
- 00022823  0x00005b0a branch  0x00005a76 
- 00022824  0x00005b0e fetch  0x00000002 , 0x000004a3 
- 00022825  0x00005b0f fetcht  0x00000002 , 0x00004472 
- 00022826  0x00005b10 isub  0x00000002 , 0x0000003e 
- 00022827  0x00005b11 nbranch  0x00005921 , 0x00000005 
- 00022828  0x00005b12 jam  0x00000001 , 0x000004b4 
- 00022829  0x00005b14 fetcht  0x00000002 , 0x00000aa2 
- 00022830  0x00005b15 storet  0x00000002 , 0x0000049e 
- 00022831  0x00005b16 branch  0x00005921 
- 00022832  0x00005b19 fetch  0x00000001 , 0x000004b4 
- 00022833  0x00005b1a beq  0x00000000 , 0x00005921 
- 00022834  0x00005b1b jam  0x00000002 , 0x000004b4 
- 00022835  0x00005b1c fetcht  0x00000002 , 0x00000aa2 
- 00022836  0x00005b1d increase  0xffffffff , 0x00000002 
- 00022837  0x00005b1e storet  0x00000002 , 0x000004a0 
- 00022838  0x00005b21 arg  0x00000005 , 0x00000011 
- 00022839  0x00005b22 call  0x00005a82 
- 00022840  0x00005b23 setarg  0x00000007 
- 00022841  0x00005b24 istore  0x00000001 , 0x00000005 
- 00022842  0x00005b25 fetch  0x00000002 , 0x0000049e 
- 00022843  0x00005b26 istore  0x00000002 , 0x00000005 
- 00022844  0x00005b27 fetch  0x00000002 , 0x000004a0 
- 00022845  0x00005b28 istore  0x00000002 , 0x00000005 
- 00022846  0x00005b29 rtn 
- 00022847  0x00005b2e call  0x00005ab1 
- 00022848  0x00005b2f call  0x000056df 
- 00022849  0x00005b30 branch  0x00005942 
- 00022850  0x00005b33 fetcht  0x00000002 , 0x0000445a 
- 00022851  0x00005b34 storet  0x00000002 , 0x00000aa2 
- 00022852  0x00005b35 call  0x00005756 
- 00022853  0x00005b36 call  0x0000576d 
- 00022854  0x00005b37 increase  0xfffffffe , 0x00000006 
- 00022855  0x00005b38 copy  0x00000006 , 0x0000003f 
- 00022856  0x00005b39 store  0x00000002 , 0x0000049c 
- 00022857  0x00005b3b fetcht  0x00000002 , 0x00004472 
- 00022858  0x00005b3c setarg  0x00002a00 
- 00022859  0x00005b3d isub  0x00000002 , 0x0000003e 
- 00022860  0x00005b3e branch  0x000059a8 , 0x00000005 
- 00022861  0x00005b3f setarg  0x00002803 
- 00022862  0x00005b40 isub  0x00000002 , 0x0000003e 
- 00022863  0x00005b41 nbranch  0x00005990 , 0x00000005 
- 00022864  0x00005b42 arg  0x00000002 , 0x0000000b 
- 00022865  0x00005b44 call  0x00005a88 
- 00022866  0x00005b45 nbranch  0x0000596d , 0x00000002 
- 00022867  0x00005b46 fetcht  0x00000002 , 0x00000aa2 
- 00022868  0x00005b47 call  0x0000578a 
- 00022869  0x00005b48 beq  0x00000001 , 0x0000596d 
- 00022870  0x00005b49 call  0x00005a94 
- 00022871  0x00005b4a nbranch  0x0000596b , 0x00000005 
- 00022872  0x00005b4b nbranch  0x0000596f , 0x00000028 
- 00022873  0x00005b4c disable  0x00000028 
- 00022874  0x00005b4d arg  0x00000014 , 0x00000011 
- 00022875  0x00005b4e call  0x00005a82 
- 00022876  0x00005b4f setarg  0x00000009 
- 00022877  0x00005b50 istore  0x00000001 , 0x00000005 
- 00022878  0x00005b51 copy  0x00000005 , 0x00000030 
- 00022879  0x00005b52 increase  0x00000001 , 0x00000005 
- 00022880  0x00005b54 call  0x0000597d 
- 00022881  0x00005b55 call  0x00005a84 
- 00022882  0x00005b56 call  0x0000578a 
- 00022883  0x00005b57 call  0x00005984 
- 00022884  0x00005b58 fetch  0x00000001 , 0x000004a2 
- 00022885  0x00005b59 increase  0x00000005 , 0x0000003f 
- 00022886  0x00005b5a istore  0x00000001 , 0x00000030 
- 00022887  0x00005b5b fetch  0x00000001 , 0x000004a2 
- 00022888  0x00005b5c beq  0x00000010 , 0x0000596d 
- 00022889  0x00005b5d increase  0xffffffff , 0x0000000b 
- 00022890  0x00005b5e branch  0x0000596d , 0x00000005 
- 00022891  0x00005b60 call  0x00005a84 
- 00022892  0x00005b61 branch  0x00005951 
- 00022893  0x00005b63 branch  0x00005a76 , 0x00000028 
- 00022894  0x00005b64 branch  0x00005aa5 
- 00022895  0x00005b67 call  0x00005a97 
- 00022896  0x00005b68 call  0x00005a84 
- 00022897  0x00005b69 call  0x0000578a 
- 00022898  0x00005b6a fetch  0x00000001 , 0x000004a2 
- 00022899  0x00005b6b beq  0x00000010 , 0x0000596d 
- 00022900  0x00005b6d call  0x00007e9c 
- 00022901  0x00005b6e fetch  0x00000002 , 0x00000aa2 
- 00022902  0x00005b6f increase  0xffffffff , 0x0000003f 
- 00022903  0x00005b70 istore  0x00000002 , 0x00000005 
- 00022904  0x00005b71 call  0x00005aa1 
- 00022905  0x00005b72 call  0x00005984 
- 00022906  0x00005b73 increase  0xffffffff , 0x0000000b 
- 00022907  0x00005b74 branch  0x0000596d , 0x00000005 
- 00022908  0x00005b75 branch  0x0000596b 
- 00022909  0x00005b79 fetch  0x00000002 , 0x00000aa2 
- 00022910  0x00005b7a istore  0x00000002 , 0x00000005 
- 00022911  0x00005b7c fetch  0x00000001 , 0x000004b3 
- 00022912  0x00005b7d copy  0x0000003f , 0x00000039 
- 00022913  0x00005b7e call  0x00007e9f 
- 00022914  0x00005b7f call  0x00007ef4 
- 00022915  0x00005b80 branch  0x00007ea2 
- 00022916  0x00005b82 call  0x00007e9c 
- 00022917  0x00005b83 fetch  0x00000002 , 0x00000aa2 
- 00022918  0x00005b84 istore  0x00000002 , 0x00000005 
- 00022919  0x00005b85 call  0x00007ea2 
- 00022920  0x00005b86 fetch  0x00000001 , 0x000004a2 
- 00022921  0x00005b87 copy  0x0000003f , 0x00000039 
- 00022922  0x00005b88 call  0x00007e9c 
- 00022923  0x00005b89 call  0x00007e9f 
- 00022924  0x00005b8a isub  0x00000039 , 0x00000006 
- 00022925  0x00005b8b increase  0xffffffff , 0x00000006 
- 00022926  0x00005b8c call  0x00007ef4 
- 00022927  0x00005b8d branch  0x00007ea2 
- 00022928  0x00005b92 fetcht  0x00000002 , 0x0000445a 
- 00022929  0x00005b93 storet  0x00000002 , 0x00000aa2 
- 00022930  0x00005b95 call  0x00005a88 
- 00022931  0x00005b96 nbranch  0x00005a76 , 0x00000002 
- 00022932  0x00005b97 call  0x0000578a 
- 00022933  0x00005b98 beq  0x00000001 , 0x00005a76 
- 00022934  0x00005b99 call  0x00005a94 
- 00022935  0x00005b9a nbranch  0x000059a6 , 0x00000005 
- 00022936  0x00005b9d arg  0x00000014 , 0x00000011 
- 00022937  0x00005b9e call  0x00005a82 
- 00022938  0x00005b9f setarg  0x00000009 
- 00022939  0x00005ba0 istore  0x00000001 , 0x00000005 
- 00022940  0x00005ba1 fetch  0x00000001 , 0x000004b3 
- 00022941  0x00005ba2 copy  0x0000003f , 0x00000039 
- 00022942  0x00005ba3 increase  0x00000002 , 0x0000003f 
- 00022943  0x00005ba4 istore  0x00000001 , 0x00000005 
- 00022944  0x00005ba5 fetch  0x00000002 , 0x00000aa2 
- 00022945  0x00005ba6 istore  0x00000002 , 0x00000005 
- 00022946  0x00005ba7 call  0x00007e9f 
- 00022947  0x00005ba8 call  0x00007ef4 
- 00022948  0x00005ba9 call  0x00007ea2 
- 00022949  0x00005baa branch  0x00005aa5 
- 00022950  0x00005bad call  0x00005a84 
- 00022951  0x00005bae branch  0x00005992 
- 00022952  0x00005bb2 arg  0x00002a00 , 0x00000002 
- 00022953  0x00005bb3 call  0x0000577c 
- 00022954  0x00005bb4 rtn  0x00000034 
- 00022955  0x00005bb5 increase  0xfffffffb , 0x00000006 
- 00022956  0x00005bb6 ifetch  0x00000002 , 0x00000006 
- 00022957  0x00005bb7 store  0x00000002 , 0x00000aa2 
- 00022958  0x00005bb8 arg  0x00000014 , 0x00000011 
- 00022959  0x00005bb9 call  0x00005a82 
- 00022960  0x00005bba setarg  0x00000009 
- 00022961  0x00005bbb istore  0x00000001 , 0x00000005 
- 00022962  0x00005bbc fetch  0x00000001 , 0x000043af 
- 00022963  0x00005bbd copy  0x0000003f , 0x00000039 
- 00022964  0x00005bbe increase  0x00000002 , 0x0000003f 
- 00022965  0x00005bbf istore  0x00000001 , 0x00000005 
- 00022966  0x00005bc0 fetch  0x00000002 , 0x00000aa2 
- 00022967  0x00005bc1 istore  0x00000002 , 0x00000005 
- 00022968  0x00005bc2 arg  0x000043b0 , 0x00000006 
- 00022969  0x00005bc3 call  0x00007ef4 
- 00022970  0x00005bc4 call  0x00007ea2 
- 00022971  0x00005bc5 branch  0x00005aa5 
- 00022972  0x00005bca fetcht  0x00000002 , 0x00000478 
- 00022973  0x00005bcb fetch  0x00000001 , 0x000044e9 
- 00022974  0x00005bcc bbit1  0x00000003 , 0x000059dd 
- 00022975  0x00005bcf call  0x0000576a 
- 00022976  0x00005bd0 branch  0x00005a76 , 0x00000034 
- 00022977  0x00005bd1 increase  0xfffffffe , 0x00000006 
- 00022978  0x00005bd2 ifetch  0x00000002 , 0x00000006 
- 00022979  0x00005bd3 arg  0x00002a00 , 0x00000002 
- 00022980  0x00005bd4 isub  0x00000002 , 0x0000003e 
- 00022981  0x00005bd5 branch  0x000059d3 , 0x00000005 
- 00022982  0x00005bd6 ifetch  0x00000001 , 0x00000006 
- 00022983  0x00005bd7 sub  0x0000003f , 0x00000016 , 0x0000003e 
- 00022984  0x00005bd8 branch  0x000059ca , 0x00000002 
- 00022985  0x00005bd9 force  0x00000016 , 0x0000003f 
- 00022986  0x00005bdb copy  0x0000003f , 0x00000013 
- 00022987  0x00005bdc call  0x00007ea5 
- 00022988  0x00005bdd add  0x00000013 , 0x00000001 , 0x00000011 
- 00022989  0x00005bde call  0x00005a82 
- 00022990  0x00005bdf setarg  0x0000000b 
- 00022991  0x00005be0 istore  0x00000001 , 0x00000005 
- 00022992  0x00005be1 copy  0x00000013 , 0x00000039 
- 00022993  0x00005be2 call  0x00007e9f 
- 00022994  0x00005be3 branch  0x00007f01 
- 00022995  0x00005be6 call  0x00007ea5 
- 00022996  0x00005be7 fetch  0x00000001 , 0x000043af 
- 00022997  0x00005be8 add  0x0000003f , 0x00000001 , 0x00000011 
- 00022998  0x00005be9 call  0x00005a82 
- 00022999  0x00005bea setarg  0x0000000b 
- 00023000  0x00005beb istore  0x00000001 , 0x00000005 
- 00023001  0x00005bec fetch  0x00000001 , 0x000043af 
- 00023002  0x00005bed copy  0x0000003f , 0x00000039 
- 00023003  0x00005bee arg  0x000043b0 , 0x00000006 
- 00023004  0x00005bef branch  0x00007f01 
- 00023005  0x00005bf3 fetch  0x00000002 , 0x000044fa 
- 00023006  0x00005bf4 isub  0x00000002 , 0x0000003e 
- 00023007  0x00005bf5 nbranch  0x000059bf , 0x00000005 
- 00023008  0x00005bf7 call  0x00005a42 
- 00023009  0x00005bf8 nbranch  0x000059bf , 0x00000028 
- 00023010  0x00005bf9 jam  0x00000005 , 0x0000047a 
- 00023011  0x00005bfa branch  0x00005a77 
- 00023012  0x00005bfe ifetch  0x00000002 , 0x00000006 
- 00023013  0x00005bff store  0x00000002 , 0x0000445e 
- 00023014  0x00005c01 arg  0x00000014 , 0x00000011 
- 00023015  0x00005c02 call  0x00005a82 
- 00023016  0x00005c03 setarg  0x0000000d 
- 00023017  0x00005c04 istore  0x00000001 , 0x00000005 
- 00023018  0x00005c05 fetch  0x00000002 , 0x0000445e 
- 00023019  0x00005c06 iforce  0x00000011 
- 00023020  0x00005c07 fetcht  0x00000002 , 0x00000478 
- 00023021  0x00005c08 call  0x0000576a 
- 00023022  0x00005c09 branch  0x00005a76 , 0x00000034 
- 00023023  0x00005c0a ifetch  0x00000001 , 0x00000006 
- 00023024  0x00005c0b isub  0x00000011 , 0x00000039 
- 00023025  0x00005c0c nbranch  0x00005a76 , 0x00000002 
- 00023026  0x00005c0d sub  0x00000039 , 0x00000016 , 0x0000003e 
- 00023027  0x00005c0e branch  0x000059f5 , 0x00000002 
- 00023028  0x00005c0f force  0x00000016 , 0x00000039 
- 00023029  0x00005c11 deposit  0x00000011 
- 00023030  0x00005c12 iadd  0x00000006 , 0x00000006 
- 00023031  0x00005c13 call  0x00007ef4 
- 00023032  0x00005c14 call  0x00007ea2 
- 00023033  0x00005c15 branch  0x00005aa5 
- 00023034  0x00005c19 call  0x00005ab1 
- 00023035  0x00005c1a call  0x000056d7 
- 00023036  0x00005c1b branch  0x000059fd 
- 00023037  0x00005c21 arg  0x00000002 , 0x0000000b 
- 00023038  0x00005c22 fetcht  0x00000002 , 0x0000445a 
- 00023039  0x00005c26 storet  0x00000002 , 0x00000aa2 
- 00023040  0x00005c27 call  0x00005756 
- 00023041  0x00005c28 call  0x0000576d 
- 00023042  0x00005c29 increase  0xfffffffe , 0x00000006 
- 00023043  0x00005c2a copy  0x00000006 , 0x0000003f 
- 00023044  0x00005c2b store  0x00000002 , 0x0000049c 
- 00023045  0x00005c2d call  0x00005a88 
- 00023046  0x00005c2e nbranch  0x00005a25 , 0x00000002 
- 00023047  0x00005c2f fetcht  0x00000002 , 0x00000aa2 
- 00023048  0x00005c30 call  0x0000578a 
- 00023049  0x00005c31 beq  0x00000001 , 0x00005a28 
- 00023050  0x00005c33 call  0x00005a8c 
- 00023051  0x00005c34 nbranch  0x00005a23 , 0x00000005 
- 00023052  0x00005c35 copy  0x0000000b , 0x0000003f 
- 00023053  0x00005c36 beq  0x00000000 , 0x00005a28 
- 00023054  0x00005c37 nbranch  0x00005a19 , 0x00000028 
- 00023055  0x00005c38 disable  0x00000028 
- 00023056  0x00005c3a arg  0x00000014 , 0x00000011 
- 00023057  0x00005c3b call  0x00005a82 
- 00023058  0x00005c3c setarg  0x00000011 
- 00023059  0x00005c3d istore  0x00000001 , 0x00000005 
- 00023060  0x00005c3e fetch  0x00000001 , 0x000004b3 
- 00023061  0x00005c3f increase  0x00000004 , 0x0000003f 
- 00023062  0x00005c40 istore  0x00000001 , 0x00000005 
- 00023063  0x00005c41 call  0x00007ea2 
- 00023064  0x00005c42 branch  0x00005a1f 
- 00023065  0x00005c44 fetch  0x00000001 , 0x000004b3 
- 00023066  0x00005c45 beq  0x00000010 , 0x00005a28 
- 00023067  0x00005c46 fetch  0x00000002 , 0x00000aa2 
- 00023068  0x00005c47 increase  0xffffffff , 0x0000003f 
- 00023069  0x00005c48 store  0x00000002 , 0x000004a0 
- 00023070  0x00005c49 call  0x00005a9c 
- 00023071  0x00005c4b fetch  0x00000002 , 0x00000aa2 
- 00023072  0x00005c4c store  0x00000002 , 0x0000049e 
- 00023073  0x00005c4d call  0x00005a97 
- 00023074  0x00005c4e increase  0xffffffff , 0x0000000b 
- 00023075  0x00005c51 call  0x00005a84 
- 00023076  0x00005c52 branch  0x00005a05 
- 00023077  0x00005c55 fetch  0x00000002 , 0x00000aa2 
- 00023078  0x00005c56 store  0x00000002 , 0x000004a0 
- 00023079  0x00005c57 branch  0x00005a2c 
- 00023080  0x00005c59 fetch  0x00000002 , 0x00000aa2 
- 00023081  0x00005c5a increase  0xffffffff , 0x0000003f 
- 00023082  0x00005c5b store  0x00000002 , 0x000004a0 
- 00023083  0x00005c5c branch  0x00005a2c 
- 00023084  0x00005c5e branch  0x00005a76 , 0x00000028 
- 00023085  0x00005c5f call  0x00005a9c 
- 00023086  0x00005c60 branch  0x00005aa5 
- 00023087  0x00005c66 copy  0x00000006 , 0x00000011 
- 00023088  0x00005c67 fetch  0x00000002 , 0x000044fc 
- 00023089  0x00005c68 add  0x0000003f , 0xfffffffd , 0x00000012 
- 00023090  0x00005c69 call  0x000056e2 
- 00023091  0x00005c6b fetch  0x00000001 , 0x000044e9 
- 00023092  0x00005c6c bbit0  0x00000004 , 0x00005a3d 
- 00023093  0x00005c6e fetcht  0x00000002 , 0x00000478 
- 00023094  0x00005c6f fetch  0x00000002 , 0x000044fa 
- 00023095  0x00005c70 isub  0x00000002 , 0x0000003e 
- 00023096  0x00005c71 nbranch  0x00005a3d , 0x00000005 
- 00023097  0x00005c72 call  0x00005a42 
- 00023098  0x00005c73 nbranch  0x00005a3d , 0x00000028 
- 00023099  0x00005c74 jam  0x00000005 , 0x0000047a 
- 00023100  0x00005c75 branch  0x00005a77 
- 00023101  0x00005c78 force  0x00000001 , 0x00000011 
- 00023102  0x00005c79 call  0x00005a82 
- 00023103  0x00005c7a setarg  0x00000013 
- 00023104  0x00005c7b istore  0x00000001 , 0x00000005 
- 00023105  0x00005c7c rtn 
- 00023106  0x00005c7f call  0x00007fe9 
- 00023107  0x00005c80 fetch  0x00000001 , 0x000044c6 
- 00023108  0x00005c81 rtneq  0x00000000 
- 00023109  0x00005c82 fetch  0x00000001 , 0x00004040 
- 00023110  0x00005c83 rtnbit1  0x00000004 
- 00023111  0x00005c84 branch  0x00007fe7 
- 00023112  0x00005c88 add  0x00000006 , 0x00000002 , 0x00000011 
- 00023113  0x00005c89 fetch  0x00000002 , 0x000044fc 
- 00023114  0x00005c8a add  0x0000003f , 0xfffffffb , 0x00000012 
- 00023115  0x00005c8b call  0x000056e2 
- 00023116  0x00005c8c branch  0x00005a4d 
- 00023117  0x00005c90 fetch  0x00000002 , 0x000044fc 
- 00023118  0x00005c91 copy  0x0000003f , 0x00000011 
- 00023119  0x00005c92 call  0x00005a82 
- 00023120  0x00005c93 setarg  0x00000017 
- 00023121  0x00005c94 istore  0x00000001 , 0x00000005 
- 00023122  0x00005c95 fetch  0x00000002 , 0x00000478 
- 00023123  0x00005c96 istore  0x00000002 , 0x00000005 
- 00023124  0x00005c97 fetch  0x00000002 , 0x000044fc 
- 00023125  0x00005c98 add  0x0000003f , 0xfffffffb , 0x00000039 
- 00023126  0x00005c99 fetch  0x00000002 , 0x0000450d 
- 00023127  0x00005c9a add  0x0000003f , 0x00000007 , 0x00000006 
- 00023128  0x00005c9b ifetch  0x00000002 , 0x00000006 
- 00023129  0x00005c9c istore  0x00000002 , 0x00000005 
- 00023130  0x00005c9d branch  0x00007ef4 
- 00023131  0x00005ca4 force  0x00000001 , 0x00000011 
- 00023132  0x00005ca5 call  0x00005a82 
- 00023133  0x00005ca6 setarg  0x00000019 
- 00023134  0x00005ca7 istore  0x00000001 , 0x00000005 
- 00023135  0x00005ca8 rtn 
- 00023136  0x00005cad copy  0x00000006 , 0x00000011 
- 00023137  0x00005cae fetch  0x00000002 , 0x000044fc 
- 00023138  0x00005caf add  0x0000003f , 0xfffffffd , 0x00000012 
- 00023139  0x00005cb0 branch  0x000056e2 
- 00023140  0x00005cb6 copy  0x00000002 , 0x00000013 
- 00023141  0x00005cb7 increase  0x00000003 , 0x00000011 
- 00023142  0x00005cb8 call  0x00005a82 
- 00023143  0x00005cb9 increase  0xfffffffd , 0x00000011 
- 00023144  0x00005cba setarg  0x0000001b 
- 00023145  0x00005cbb istore  0x00000001 , 0x00000005 
- 00023146  0x00005cbc copy  0x00000013 , 0x00000002 
- 00023147  0x00005cbd istoret  0x00000002 , 0x00000005 
- 00023148  0x00005cbe rtn 
- 00023149  0x00005cc2 copy  0x00000002 , 0x00000013 
- 00023150  0x00005cc3 increase  0x00000003 , 0x00000011 
- 00023151  0x00005cc4 call  0x00005a82 
- 00023152  0x00005cc5 increase  0xfffffffd , 0x00000011 
- 00023153  0x00005cc6 setarg  0x0000001d 
- 00023154  0x00005cc7 istore  0x00000001 , 0x00000005 
- 00023155  0x00005cc8 copy  0x00000013 , 0x00000002 
- 00023156  0x00005cc9 istoret  0x00000002 , 0x00000005 
- 00023157  0x00005cca rtn 
- 00023158  0x00005cd0 jam  0x0000000a , 0x0000047a 
- 00023159  0x00005cd2 force  0x00000005 , 0x00000011 
- 00023160  0x00005cd3 call  0x00005a82 
- 00023161  0x00005cd4 setarg  0x00000001 
- 00023162  0x00005cd5 istore  0x00000001 , 0x00000005 
- 00023163  0x00005cd6 fetch  0x00000001 , 0x00000477 
- 00023164  0x00005cd7 istore  0x00000001 , 0x00000005 
- 00023165  0x00005cd8 fetch  0x00000002 , 0x00000478 
- 00023166  0x00005cd9 istore  0x00000002 , 0x00000005 
- 00023167  0x00005cda fetch  0x00000001 , 0x0000047a 
- 00023168  0x00005cdb istore  0x00000001 , 0x00000005 
- 00023169  0x00005cdc rtn 
- 00023170  0x00005ce0 force  0x00000004 , 0x00000012 
- 00023171  0x00005ce1 branch  0x00005847 
- 00023172  0x00005ce5 fetcht  0x00000002 , 0x00000aa2 
- 00023173  0x00005ce6 increase  0x00000001 , 0x00000002 
- 00023174  0x00005ce7 storet  0x00000002 , 0x00000aa2 
- 00023175  0x00005ce8 rtn 
- 00023176  0x00005ceb fetcht  0x00000002 , 0x00000aa2 
- 00023177  0x00005cec fetch  0x00000002 , 0x0000445c 
- 00023178  0x00005ced isub  0x00000002 , 0x0000003e 
- 00023179  0x00005cee rtn 
- 00023180  0x00005cf2 fetcht  0x00000001 , 0x0000445e 
- 00023181  0x00005cf3 arg  0x0000445f , 0x00000011 
- 00023182  0x00005cf5 fetch  0x00000001 , 0x000004a2 
- 00023183  0x00005cf6 copy  0x0000003f , 0x00000039 
- 00023184  0x00005cf7 isub  0x00000002 , 0x0000003e 
- 00023185  0x00005cf8 nrtn  0x00000005 
- 00023186  0x00005cf9 arg  0x000004a3 , 0x00000012 
- 00023187  0x00005cfa branch  0x00007f88 
- 00023188  0x00005cfd fetcht  0x00000001 , 0x00004471 
- 00023189  0x00005cfe arg  0x00004472 , 0x00000011 
- 00023190  0x00005cff branch  0x00005a8e 
- 00023191  0x00005d03 fetch  0x00000001 , 0x000004b3 
- 00023192  0x00005d04 store  0x00000001 , 0x00000101 
- 00023193  0x00005d05 copy  0x0000003f , 0x00000039 
- 00023194  0x00005d06 call  0x00007e9f 
- 00023195  0x00005d07 branch  0x00007ef4 
- 00023196  0x00005d0b call  0x00007e9c 
- 00023197  0x00005d0c fetch  0x00000002 , 0x0000049e 
- 00023198  0x00005d0d istore  0x00000002 , 0x00000005 
- 00023199  0x00005d0e fetch  0x00000002 , 0x000004a0 
- 00023200  0x00005d0f istore  0x00000002 , 0x00000005 
- 00023201  0x00005d11 fetch  0x00000001 , 0x00000101 
- 00023202  0x00005d12 copy  0x0000003f , 0x00000039 
- 00023203  0x00005d13 call  0x00007ef4 
- 00023204  0x00005d14 branch  0x00007ea2 
- 00023205  0x00005d19 call  0x00007e9c 
- 00023206  0x00005d1a call  0x0000588a 
- 00023207  0x00005d1b copy  0x00000005 , 0x0000003f 
- 00023208  0x00005d1c isub  0x00000006 , 0x00000011 
- 00023209  0x00005d1d call  0x0000588d 
- 00023210  0x00005d1e copy  0x00000011 , 0x0000003f 
- 00023211  0x00005d1f istore  0x00000002 , 0x00000006 
- 00023212  0x00005d20 increase  0x00000004 , 0x00000011 
- 00023213  0x00005d21 call  0x00005879 
- 00023214  0x00005d22 copy  0x00000011 , 0x0000003f 
- 00023215  0x00005d23 istore  0x00000001 , 0x00000006 
- 00023216  0x00005d24 rtn 
- 00023217  0x00005d28 rshift8  0x0000003f , 0x0000003f 
- 00023218  0x00005d29 store  0x00000002 , 0x0000445a 
- 00023219  0x00005d2a ifetch  0x00000002 , 0x00000006 
- 00023220  0x00005d2b store  0x00000002 , 0x0000445c 
- 00023221  0x00005d2c rtn 
- 00023222  0x00005d32 ifetch  0x00000001 , 0x00000006 
- 00023223  0x00005d33 ifetcht  0x00000001 , 0x00000006 
- 00023224  0x00005d34 ifetcht  0x00000002 , 0x00000006 
- 00023225  0x00005d35 beq  0x00000013 , 0x00005abb 
- 00023226  0x00005d36 rtn 
- 00023227  0x00005d38 ifetch  0x00000002 , 0x00000006 
- 00023228  0x00005d39 store  0x00000002 , 0x00004509 
- 00023229  0x00005d3a jam  0x00000040 , 0x00000a99 
- 00023230  0x00005d3b branch  0x00007d86 
- 00023231  0x00005d42 arg  0x0000000c , 0x00000011 
- 00023232  0x00005d43 arg  0x00000012 , 0x00000013 
- 00023233  0x00005d44 call  0x00005ac7 
- 00023234  0x00005d45 setarg  0x00000008 
- 00023235  0x00005d46 istore  0x00000002 , 0x00000005 
- 00023236  0x00005d47 fetch  0x00000008 , 0x00004496 
- 00023237  0x00005d48 istore  0x00000008 , 0x00000005 
- 00023238  0x00005d49 rtn 
- 00023239  0x00005d4e call  0x00005acf 
- 00023240  0x00005d4f arg  0x00000005 , 0x00000012 
- 00023241  0x00005d50 call  0x00005847 
- 00023242  0x00005d51 copy  0x00000013 , 0x0000003f 
- 00023243  0x00005d52 istore  0x00000001 , 0x00000005 
- 00023244  0x00005d53 fetch  0x00000001 , 0x00004508 
- 00023245  0x00005d54 istore  0x00000001 , 0x00000005 
- 00023246  0x00005d55 rtn 
- 00023247  0x00005d59 fetch  0x00000001 , 0x00004508 
- 00023248  0x00005d5b pincrease  0x00000001 
- 00023249  0x00005d5c store  0x00000001 , 0x00004508 
- 00023250  0x00005d5d rtnne  0x00000000 
- 00023251  0x00005d60 jam  0x00000001 , 0x00004508 
- 00023252  0x00005d61 rtn 
- 00023253  0x00005d67 fetch  0x00000001 , 0x000044c6 
- 00023254  0x00005d68 beq  0x00000000 , 0x00005ae4 
- 00023255  0x00005d69 beq  0x00000001 , 0x00005ae7 
- 00023256  0x00005d6a beq  0x00000002 , 0x00005ae9 
- 00023257  0x00005d6b beq  0x00000081 , 0x00005add 
- 00023258  0x00005d6c beq  0x00000082 , 0x00005adf 
- 00023259  0x00005d6d beq  0x00000083 , 0x00005ae2 
- 00023260  0x00005d6e rtn 
- 00023261  0x00005d71 jam  0x0000000d , 0x00004456 
- 00023262  0x00005d72 branch  0x00005ae5 
- 00023263  0x00005d74 jam  0x0000000d , 0x00004456 
- 00023264  0x00005d75 jam  0x00000001 , 0x00004454 
- 00023265  0x00005d76 rtn 
- 00023266  0x00005d78 jam  0x0000000d , 0x00004456 
- 00023267  0x00005d79 branch  0x00005aea 
- 00023268  0x00005d7b jam  0x00000000 , 0x00004456 
- 00023269  0x00005d7d jam  0x00000003 , 0x00004454 
- 00023270  0x00005d7e rtn 
- 00023271  0x00005d80 jam  0x00000005 , 0x00004456 
- 00023272  0x00005d81 branch  0x00005ae5 
- 00023273  0x00005d83 jam  0x00000005 , 0x00004456 
- 00023274  0x00005d85 jam  0x00000000 , 0x00004454 
- 00023275  0x00005d86 rtn 
- 00023276  0x00005d8a fetch  0x00000001 , 0x00004456 
- 00023277  0x00005d8b set1  0x00000003 , 0x0000003f 
- 00023278  0x00005d8c store  0x00000001 , 0x00004456 
- 00023279  0x00005d8d rtn 
- 00023280  0x00005d8f fetch  0x00000001 , 0x00004456 
- 00023281  0x00005d90 set0  0x00000003 , 0x0000003f 
- 00023282  0x00005d91 store  0x00000001 , 0x00004456 
- 00023283  0x00005d92 rtn 
- 00023284  0x00005d95 ifetch  0x00000001 , 0x00000006 
- 00023285  0x00005d96 beq  0x00000001 , 0x00005b09 
- 00023286  0x00005d98 beq  0x00000003 , 0x00005b30 
- 00023287  0x00005d99 beq  0x00000004 , 0x00005b4d 
- 00023288  0x00005d9a beq  0x00000005 , 0x00005b5a 
- 00023289  0x00005d9b beq  0x00000006 , 0x00005b80 
- 00023290  0x00005d9c beq  0x00000007 , 0x00005bc4 
- 00023291  0x00005d9d beq  0x00000008 , 0x00005baf 
- 00023292  0x00005d9e beq  0x00000009 , 0x00005bc0 
- 00023293  0x00005d9f beq  0x0000000a , 0x00005bc4 
- 00023294  0x00005da0 beq  0x0000000b , 0x00005bc4 
- 00023295  0x00005da1 beq  0x0000000c , 0x00005bc5 
- 00023296  0x00005da2 beq  0x0000000d , 0x00005bca 
- 00023297  0x00005da3 rtn 
- 00023298  0x00005da8 force  0x00000002 , 0x00000011 
- 00023299  0x00005da9 call  0x00005c62 
- 00023300  0x00005daa setarg  0x0000000b 
- 00023301  0x00005dab istore  0x00000001 , 0x00000005 
- 00023302  0x00005dac fetch  0x00000001 , 0x00004456 
- 00023303  0x00005dad istore  0x00000001 , 0x00000005 
- 00023304  0x00005dae rtn 
- 00023305  0x00005db1 store  0x00000001 , 0x0000444c 
- 00023306  0x00005db2 ifetch  0x00000006 , 0x00000006 
- 00023307  0x00005db3 istore  0x00000006 , 0x00000005 
- 00023308  0x00005db4 fetch  0x00000001 , 0x000044c6 
- 00023309  0x00005db5 beq  0x00000000 , 0x00005b5f 
- 00023310  0x00005db6 call  0x00005b2b 
- 00023311  0x00005db7 call  0x00005b26 
- 00023312  0x00005db8 jam  0x00000003 , 0x000044c4 
- 00023313  0x00005db9 fetch  0x00000001 , 0x0000444d 
- 00023314  0x00005dba beq  0x00000000 , 0x00005b18 
- 00023315  0x00005dbb beq  0x00000001 , 0x00005b18 
- 00023316  0x00005dbc beq  0x00000003 , 0x00005b18 
- 00023317  0x00005dbd fetch  0x00000001 , 0x000044c6 
- 00023318  0x00005dbe beq  0x00000002 , 0x00005b1b 
- 00023319  0x00005dbf rtneq  0x00000083 
- 00023320  0x00005dc1 arg  0x00000000 , 0x0000003f 
- 00023321  0x00005dc2 store  0x00000004 , 0x000044c7 
- 00023322  0x00005dc3 rtn 
- 00023323  0x00005dc6 fetch  0x00000001 , 0x000044e9 
- 00023324  0x00005dc7 bbit1  0x00000000 , 0x00005b24 
- 00023325  0x00005dc9 arg  0x000044c7 , 0x00000011 
- 00023326  0x00005dca copy  0x00000011 , 0x00000005 
- 00023327  0x00005dcb arg  0x00000003 , 0x00000039 
- 00023328  0x00005dcc call  0x0000630d 
- 00023329  0x00005dcd fetch  0x00000002 , 0x000044c9 
- 00023330  0x00005dce and_into  0x00000007 , 0x0000003f 
- 00023331  0x00005dcf store  0x00000002 , 0x000044c9 
- 00023332  0x00005dd1 jam  0x00000034 , 0x00000a99 
- 00023333  0x00005dd2 branch  0x00007d86 
- 00023334  0x00005dd5 fetch  0x00000001 , 0x0000444f 
- 00023335  0x00005dd6 rtnbit1  0x00000003 
- 00023336  0x00005dd7 fetch  0x00000001 , 0x000044c6 
- 00023337  0x00005dd8 rtnbit0  0x00000007 
- 00023338  0x00005dd9 branch  0x00003402 
- 00023339  0x00005ddc force  0x00000007 , 0x00000011 
- 00023340  0x00005ddd call  0x00005c62 
- 00023341  0x00005dde fetch  0x00000007 , 0x00004453 
- 00023342  0x00005ddf istore  0x00000007 , 0x00000005 
- 00023343  0x00005de0 rtn 
- 00023344  0x00005de4 copy  0x00000006 , 0x00000011 
- 00023345  0x00005de5 fetch  0x00000001 , 0x000044c6 
- 00023346  0x00005de6 beq  0x00000083 , 0x00005b37 
- 00023347  0x00005de7 copy  0x00000011 , 0x00000006 
- 00023348  0x00005de8 arg  0x0000442a , 0x00000005 
- 00023349  0x00005de9 call  0x00007ebf 
- 00023350  0x00005dea branch  0x00005b3d 
- 00023351  0x00005dec copy  0x00000011 , 0x00000006 
- 00023352  0x00005ded arg  0x0000442a , 0x00000005 
- 00023353  0x00005dee call  0x00007ebf 
- 00023354  0x00005def jam  0x00000002 , 0x000044bf 
- 00023355  0x00005df0 jam  0x00000008 , 0x000044c1 
- 00023356  0x00005df1 rtn 
- 00023357  0x00005df5 fetch  0x00000001 , 0x000044c6 
- 00023358  0x00005df6 bbit1  0x00000007 , 0x00005b45 
- 00023359  0x00005df7 call  0x0000739c 
- 00023360  0x00005df8 force  0x00000011 , 0x00000011 
- 00023361  0x00005df9 call  0x00005c62 
- 00023362  0x00005dfa setarg  0x00000003 
- 00023363  0x00005dfb istore  0x00000001 , 0x00000005 
- 00023364  0x00005dfc branch  0x00007497 
- 00023365  0x00005e00 arg  0x0000443a , 0x00000005 
- 00023366  0x00005e01 call  0x0000630c 
- 00023367  0x00005e02 call  0x000071c5 
- 00023368  0x00005e03 force  0x00000011 , 0x00000011 
- 00023369  0x00005e04 call  0x00005c62 
- 00023370  0x00005e05 setarg  0x00000003 
- 00023371  0x00005e06 istore  0x00000001 , 0x00000005 
- 00023372  0x00005e07 branch  0x00007201 
- 00023373  0x00005e0c copy  0x00000006 , 0x00000011 
- 00023374  0x00005e0d fetch  0x00000001 , 0x000044c6 
- 00023375  0x00005e0e bbit1  0x00000007 , 0x00005b61 
- 00023376  0x00005e0f copy  0x00000011 , 0x00000006 
- 00023377  0x00005e10 call  0x00007394 
- 00023378  0x00005e11 branch  0x00005b75 , 0x00000005 
- 00023379  0x00005e13 jam  0x00000004 , 0x0000047b 
- 00023380  0x00005e15 force  0x00000002 , 0x00000011 
- 00023381  0x00005e16 call  0x00005c62 
- 00023382  0x00005e17 setarg  0x00000005 
- 00023383  0x00005e18 istore  0x00000001 , 0x00000005 
- 00023384  0x00005e19 fetch  0x00000001 , 0x0000047b 
- 00023385  0x00005e1a istore  0x00000001 , 0x00000005 
- 00023386  0x00005e1c force  0x0000000a , 0x00000007 
- 00023387  0x00005e1d call  0x00007f07 
- 00023388  0x00005e1e jam  0x00000000 , 0x000044c4 
- 00023389  0x00005e1f jam  0x00000030 , 0x00000a99 
- 00023390  0x00005e20 branch  0x00007d86 
- 00023391  0x00005e23 jam  0x00000005 , 0x0000047b 
- 00023392  0x00005e24 branch  0x00005b54 
- 00023393  0x00005e28 arg  0x0000042f , 0x00000005 
- 00023394  0x00005e29 copy  0x00000011 , 0x00000006 
- 00023395  0x00005e2a call  0x00007ebf 
- 00023396  0x00005e2b fetch  0x00000001 , 0x000044c6 
- 00023397  0x00005e2c beq  0x00000083 , 0x00005b6c 
- 00023398  0x00005e2d call  0x0000714f 
- 00023399  0x00005e30 call  0x00005b7a 
- 00023400  0x00005e31 fetch  0x00000001 , 0x000044c6 
- 00023401  0x00005e32 rtnne  0x00000082 
- 00023402  0x00005e33 jam  0x0000003b , 0x00000a99 
- 00023403  0x00005e34 branch  0x00007d86 
- 00023404  0x00005e37 call  0x000071ba 
- 00023405  0x00005e38 arg  0x00000af2 , 0x00000005 
- 00023406  0x00005e39 call  0x00007201 
- 00023407  0x00005e3a arg  0x00000af2 , 0x00000011 
- 00023408  0x00005e3b arg  0x0000442a , 0x00000012 
- 00023409  0x00005e3c arg  0x00000010 , 0x00000039 
- 00023410  0x00005e3d call  0x00007f88 
- 00023411  0x00005e3e nbranch  0x00005b53 , 0x00000005 
- 00023412  0x00005e3f branch  0x00005b7a 
- 00023413  0x00005e42 call  0x00007390 
- 00023414  0x00005e43 jam  0x00000031 , 0x00000a99 
- 00023415  0x00005e44 call  0x00007d86 
- 00023416  0x00005e45 jam  0x00000001 , 0x00004429 
- 00023417  0x00005e46 jam  0x00000005 , 0x000044c4 
- 00023418  0x00005e49 force  0x00000011 , 0x00000011 
- 00023419  0x00005e4a call  0x00005c62 
- 00023420  0x00005e4b setarg  0x00000004 
- 00023421  0x00005e4c istore  0x00000001 , 0x00000005 
- 00023422  0x00005e4d arg  0x0000443a , 0x00000006 
- 00023423  0x00005e4e branch  0x00007ebf 
- 00023424  0x00005e51 arg  0x0000041f , 0x00000005 
- 00023425  0x00005e52 branch  0x00007ebf 
- 00023426  0x00005e55 force  0x00000011 , 0x00000011 
- 00023427  0x00005e56 call  0x00005c62 
- 00023428  0x00005e57 setarg  0x00000006 
- 00023429  0x00005e58 istore  0x00000001 , 0x00000005 
- 00023430  0x00005e59 fetch  0x00000001 , 0x000044e9 
- 00023431  0x00005e5a bbit1  0x00000001 , 0x00005b8a 
- 00023432  0x00005e5b arg  0x00004419 , 0x00000006 
- 00023433  0x00005e5c branch  0x00007ebf 
- 00023434  0x00005e5f arg  0x000044ea , 0x00000006 
- 00023435  0x00005e60 branch  0x00007ebf 
- 00023436  0x00005e64 arg  0x000044cb , 0x00000005 
- 00023437  0x00005e65 force  0x0000000a , 0x00000039 
- 00023438  0x00005e66 call  0x0000630d 
- 00023439  0x00005e67 force  0x0000000b , 0x00000011 
- 00023440  0x00005e68 call  0x00005c62 
- 00023441  0x00005e69 setarg  0x00000007 
- 00023442  0x00005e6a istore  0x00000001 , 0x00000005 
- 00023443  0x00005e6b fetch  0x00000002 , 0x000044cb 
- 00023444  0x00005e6c istore  0x00000002 , 0x00000005 
- 00023445  0x00005e6d fetch  0x00000008 , 0x000044cd 
- 00023446  0x00005e6e istore  0x00000008 , 0x00000005 
- 00023447  0x00005e6f rtn 
- 00023448  0x00005e72 force  0x00000011 , 0x00000011 
- 00023449  0x00005e73 call  0x00005c62 
- 00023450  0x00005e74 setarg  0x00000008 
- 00023451  0x00005e75 istore  0x00000001 , 0x00000005 
- 00023452  0x00005e76 setarg  0x00000000 
- 00023453  0x00005e77 istore  0x00000008 , 0x00000005 
- 00023454  0x00005e78 istore  0x00000008 , 0x00000005 
- 00023455  0x00005e79 rtn 
- 00023456  0x00005e7d force  0x00000008 , 0x00000011 
- 00023457  0x00005e7e call  0x00005c62 
- 00023458  0x00005e7f setarg  0x00000009 
- 00023459  0x00005e80 istore  0x00000001 , 0x00000005 
- 00023460  0x00005e81 fetch  0x00000001 , 0x00004495 
- 00023461  0x00005e82 istore  0x00000001 , 0x00000005 
- 00023462  0x00005e83 fetch  0x00000006 , 0x000044a0 
- 00023463  0x00005e84 istore  0x00000006 , 0x00000005 
- 00023464  0x00005e85 rtn 
- 00023465  0x00005e89 jam  0x00000008 , 0x0000047b 
- 00023466  0x00005e8a branch  0x00005b54 
- 00023467  0x00005e8d fetch  0x00000001 , 0x00004458 
- 00023468  0x00005e8e fetcht  0x00000001 , 0x00004458 
- 00023469  0x00005e8f iand  0x00000002 , 0x0000003f 
- 00023470  0x00005e90 rtn 
- 00023471  0x00005e93 arg  0x000044d5 , 0x00000005 
- 00023472  0x00005e94 call  0x00007ebf 
- 00023473  0x00005e95 call  0x00005bab 
- 00023474  0x00005e96 isolate0  0x00000001 , 0x0000003f 
- 00023475  0x00005e97 branch  0x00005ba9 , 0x00000001 
- 00023476  0x00005e98 fetch  0x00000001 , 0x00004092 
- 00023477  0x00005e99 rtnne  0x0000000a 
- 00023478  0x00005e9a call  0x00005bb9 
- 00023479  0x00005e9b nrtn  0x00000028 
- 00023480  0x00005e9c branch  0x00003410 
- 00023481  0x00005ea0 call  0x00007fe9 
- 00023482  0x00005ea1 fetch  0x00000001 , 0x0000448e 
- 00023483  0x00005ea2 rtneq  0x00000000 
- 00023484  0x00005ea3 fetch  0x00000001 , 0x00000454 
- 00023485  0x00005ea4 compare  0x000000c0 , 0x0000003f , 0x000000c0 
- 00023486  0x00005ea5 rtn  0x00000001 
- 00023487  0x00005ea6 branch  0x00007fe7 
- 00023488  0x00005ea9 call  0x00005bab 
- 00023489  0x00005eaa isolate0  0x00000001 , 0x0000003f 
- 00023490  0x00005eab branch  0x00005ba9 , 0x00000001 
- 00023491  0x00005eac rtn 
- 00023492  0x00005eb1 rtn 
- 00023493  0x00005eb4 arg  0x000009be , 0x00000005 
- 00023494  0x00005eb5 call  0x00007eb3 
- 00023495  0x00005eb6 jam  0x00000002 , 0x000044bf 
- 00023496  0x00005eb7 jam  0x00000001 , 0x000044c1 
- 00023497  0x00005eb8 rtn 
- 00023498  0x00005ebb arg  0x00000a6e , 0x00000005 
- 00023499  0x00005ebc call  0x00007ebf 
- 00023500  0x00005ebd jam  0x00000006 , 0x000044c1 
- 00023501  0x00005ebe jam  0x00000002 , 0x000044bf 
- 00023502  0x00005ebf rtn 
- 00023503  0x00005ec2 force  0x00000041 , 0x00000011 
- 00023504  0x00005ec3 call  0x00005c62 
- 00023505  0x00005ec4 setarg  0x0000000c 
- 00023506  0x00005ec5 istore  0x00000001 , 0x00000005 
- 00023507  0x00005ec6 arg  0x000045d2 , 0x00000006 
- 00023508  0x00005ec7 branch  0x00007eb3 
- 00023509  0x00005eca call  0x00007166 
- 00023510  0x00005ecb force  0x00000011 , 0x00000011 
- 00023511  0x00005ecc call  0x00005c62 
- 00023512  0x00005ecd setarg  0x0000000d 
- 00023513  0x00005ece istore  0x00000001 , 0x00000005 
- 00023514  0x00005ecf branch  0x00007201 
- 00023515  0x00005ed3 fetch  0x00000001 , 0x000044c4 
- 00023516  0x00005ed4 rtneq  0x000000ff 
- 00023517  0x00005ed5 arg  0x00000003 , 0x00000002 
- 00023518  0x00005ed6 isub  0x00000002 , 0x0000003e 
- 00023519  0x00005ed7 nrtn  0x00000002 
- 00023520  0x00005ed8 arg  0x0000000a , 0x00000007 
- 00023521  0x00005ed9 call  0x00007f16 
- 00023522  0x00005eda nrtn  0x00000034 
- 00023523  0x00005edb branch  0x00005ba9 
- 00023524  0x00005ede bpatchx  0x00000078 , 0x0000402f 
- 00023525  0x00005edf fetch  0x00000001 , 0x000044c4 
- 00023526  0x00005ee0 beq  0x00000000 , 0x00005bef 
- 00023527  0x00005ee1 beq  0x00000001 , 0x00005bf5 
- 00023528  0x00005ee2 beq  0x00000002 , 0x00005bef 
- 00023529  0x00005ee3 beq  0x00000003 , 0x00005bf7 
- 00023530  0x00005ee4 beq  0x00000005 , 0x00005bfb 
- 00023531  0x00005ee5 beq  0x00000007 , 0x00005c07 
- 00023532  0x00005ee6 beq  0x00000008 , 0x00005c09 
- 00023533  0x00005ee7 beq  0x00000009 , 0x00005c10 
- 00023534  0x00005ee8 rtn 
- 00023535  0x00005eec fetch  0x00000001 , 0x000044c5 
- 00023536  0x00005eed rtnne  0x00000004 
- 00023537  0x00005eee jam  0x000000ff , 0x000044c5 
- 00023538  0x00005eef jam  0x000000ff , 0x000044c4 
- 00023539  0x00005ef0 jam  0x0000003f , 0x00000a99 
- 00023540  0x00005ef1 branch  0x00007d86 
- 00023541  0x00005ef5 jam  0x00000002 , 0x000044c4 
- 00023542  0x00005ef6 branch  0x00005b02 
- 00023543  0x00005ef9 jam  0x00000004 , 0x000044c4 
- 00023544  0x00005efa setarg  0x00017700 
- 00023545  0x00005efb arg  0x0000000a , 0x00000007 
- 00023546  0x00005efc branch  0x00007f08 
- 00023547  0x00005eff fetch  0x00000001 , 0x000044c5 
- 00023548  0x00005f00 beq  0x00000004 , 0x00005bfe 
- 00023549  0x00005f01 rtn 
- 00023550  0x00005f04 jam  0x00000007 , 0x000044c4 
- 00023551  0x00005f05 jam  0x00000029 , 0x00000a99 
- 00023552  0x00005f06 call  0x00007d86 
- 00023553  0x00005f07 call  0x00005b82 
- 00023554  0x00005f08 fetch  0x00000001 , 0x00004092 
- 00023555  0x00005f09 rtnne  0x0000000a 
- 00023556  0x00005f0a call  0x00005bb9 
- 00023557  0x00005f0b rtn  0x00000028 
- 00023558  0x00005f0c branch  0x00003410 
- 00023559  0x00005f10 jam  0x00000008 , 0x000044c4 
- 00023560  0x00005f11 branch  0x00005b8c 
- 00023561  0x00005f14 fetch  0x00000001 , 0x00004452 
- 00023562  0x00005f15 fetcht  0x00000001 , 0x00004459 
- 00023563  0x00005f16 iand  0x00000002 , 0x0000003f 
- 00023564  0x00005f17 isolate0  0x00000001 , 0x0000003f 
- 00023565  0x00005f18 branch  0x00005c12 , 0x00000001 
- 00023566  0x00005f19 jam  0x00000009 , 0x000044c4 
- 00023567  0x00005f1a branch  0x00005b98 
- 00023568  0x00005f1d call  0x00005ba0 
- 00023569  0x00005f1e branch  0x00005c12 
- 00023570  0x00005f22 force  0x0000000a , 0x00000007 
- 00023571  0x00005f23 call  0x00007f07 
- 00023572  0x00005f24 jam  0x000000ff , 0x000044c5 
- 00023573  0x00005f25 jam  0x000000ff , 0x000044c4 
- 00023574  0x00005f26 jam  0x0000003e , 0x00000a99 
- 00023575  0x00005f27 branch  0x00007d86 
- 00023576  0x00005f2c bpatchx  0x00000079 , 0x0000402f 
- 00023577  0x00005f2d fetch  0x00000001 , 0x000044c6 
- 00023578  0x00005f2e rtnbit0  0x00000007 
- 00023579  0x00005f2f fetch  0x00000001 , 0x000044bf 
- 00023580  0x00005f30 rtnne  0x00000002 
- 00023581  0x00005f31 jam  0x00000000 , 0x000044bf 
- 00023582  0x00005f32 fetch  0x00000001 , 0x000044c1 
- 00023583  0x00005f33 beq  0x00000001 , 0x00005c58 
- 00023584  0x00005f34 beq  0x00000002 , 0x00005c5f 
- 00023585  0x00005f35 beq  0x00000003 , 0x00005c52 
- 00023586  0x00005f36 beq  0x00000006 , 0x00005c39 
- 00023587  0x00005f37 beq  0x00000007 , 0x00005c30 
- 00023588  0x00005f38 beq  0x00000008 , 0x00005c26 
- 00023589  0x00005f39 rtn 
- 00023590  0x00005f3d fetch  0x00000001 , 0x00004663 
- 00023591  0x00005f3e copy  0x0000003f , 0x00000007 
- 00023592  0x00005f3f increase  0x00000001 , 0x0000003f 
- 00023593  0x00005f40 store  0x00000001 , 0x00004663 
- 00023594  0x00005f41 fetch  0x00000004 , 0x000044c7 
- 00023595  0x00005f42 qisolate1  0x0000003f 
- 00023596  0x00005f43 setarg  0x00000080 
- 00023597  0x00005f44 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00023598  0x00005f45 store  0x00000001 , 0x00004664 
- 00023599  0x00005f46 branch  0x00005c55 
- 00023600  0x00005f49 fetch  0x00000001 , 0x000044c2 
- 00023601  0x00005f4a jam  0x00000000 , 0x000044c2 
- 00023602  0x00005f4b beq  0x00000001 , 0x00005c35 
- 00023603  0x00005f4c jam  0x00000002 , 0x000044bf 
- 00023604  0x00005f4d rtn 
- 00023605  0x00005f50 jam  0x00000031 , 0x00000a99 
- 00023606  0x00005f51 call  0x00007d86 
- 00023607  0x00005f52 jam  0x00000005 , 0x000044c4 
- 00023608  0x00005f53 branch  0x00005bd5 
- 00023609  0x00005f56 fetch  0x00000001 , 0x000009b9 
- 00023610  0x00005f57 beq  0x00000003 , 0x00005c3d 
- 00023611  0x00005f58 jam  0x00000002 , 0x000044bf 
- 00023612  0x00005f59 rtn 
- 00023613  0x00005f5c call  0x0000718d 
- 00023614  0x00005f60 fetch  0x00000001 , 0x000044c6 
- 00023615  0x00005f61 beq  0x00000083 , 0x00005c41 
- 00023616  0x00005f62 call  0x00005b18 
- 00023617  0x00005f64 call  0x0000717a 
- 00023618  0x00005f65 arg  0x00000af2 , 0x00000011 
- 00023619  0x00005f66 arg  0x00000a6e , 0x00000012 
- 00023620  0x00005f67 arg  0x00000010 , 0x00000039 
- 00023621  0x00005f68 call  0x00007f88 
- 00023622  0x00005f69 branch  0x00005c49 , 0x00000005 
- 00023623  0x00005f6b jam  0x0000000b , 0x0000047b 
- 00023624  0x00005f6c branch  0x00005b54 
- 00023625  0x00005f70 call  0x00007595 
- 00023626  0x00005f71 nbranch  0x00005c47 , 0x00000005 
- 00023627  0x00005f72 jam  0x00000001 , 0x00004429 
- 00023628  0x00005f73 fetch  0x00000001 , 0x000044c6 
- 00023629  0x00005f74 beq  0x00000081 , 0x00005c35 
- 00023630  0x00005f75 beq  0x00000083 , 0x00005c35 
- 00023631  0x00005f76 jam  0x00000002 , 0x000044bf 
- 00023632  0x00005f77 jam  0x00000007 , 0x000044c1 
- 00023633  0x00005f78 rtn 
- 00023634  0x00005f7b fetch  0x00000001 , 0x000044c6 
- 00023635  0x00005f7c beq  0x00000083 , 0x00005c56 
- 00023636  0x00005f7d jam  0x00000000 , 0x00004664 
- 00023637  0x00005f7f branch  0x00005b3d 
- 00023638  0x00005f85 jam  0x00000000 , 0x00004663 
- 00023639  0x00005f86 branch  0x00005b1b 
- 00023640  0x00005f8a jam  0x00000002 , 0x000044bf 
- 00023641  0x00005f8b fetch  0x00000001 , 0x000044c3 
- 00023642  0x00005f8c beq  0x00000003 , 0x00005c5c 
- 00023643  0x00005f8e rtn 
- 00023644  0x00005f91 jam  0x00000002 , 0x000044c1 
- 00023645  0x00005f92 jam  0x00000000 , 0x000009b9 
- 00023646  0x00005f93 branch  0x00007a99 
- 00023647  0x00005f96 jam  0x00000002 , 0x000044bf 
- 00023648  0x00005f97 jam  0x00000003 , 0x000044c1 
- 00023649  0x00005f98 branch  0x00005bcf 
- 00023650  0x00005f9d force  0x00000006 , 0x00000012 
- 00023651  0x00005f9e branch  0x00005847 
- 00023652  0x00005fa3 fetch  0x00000001 , 0x000002db 
- 00023653  0x00005fa4 beq  0x00000000 , 0x00005c7b 
- 00023654  0x00005fa5 beq  0x00000001 , 0x00005c83 
- 00023655  0x00005fa6 beq  0x00000002 , 0x00005c8e 
- 00023656  0x00005fa7 beq  0x00000003 , 0x00005caa 
- 00023657  0x00005fa8 beq  0x00000004 , 0x00005ce1 
- 00023658  0x00005fa9 beq  0x00000005 , 0x00005ce6 
- 00023659  0x00005faa beq  0x00000006 , 0x00005cea 
- 00023660  0x00005fab beq  0x00000007 , 0x00005cf5 
- 00023661  0x00005fac beq  0x00000008 , 0x00005c99 
- 00023662  0x00005fad beq  0x00000009 , 0x00005cf5 
- 00023663  0x00005fae beq  0x0000000a , 0x00005cef 
- 00023664  0x00005faf beq  0x0000000b , 0x00005cf5 
- 00023665  0x00005fb0 beq  0x0000000c , 0x00005c9f 
- 00023666  0x00005fb1 beq  0x0000000d , 0x00005cf5 
- 00023667  0x00005fb2 beq  0x00000012 , 0x00005ca6 
- 00023668  0x00005fb3 beq  0x00000013 , 0x00005cf5 
- 00023669  0x00005fb4 arg  0x00000002 , 0x00000011 
- 00023670  0x00005fb5 arg  0x00000007 , 0x00000012 
- 00023671  0x00005fb6 call  0x00005842 
- 00023672  0x00005fb7 fetch  0x00000001 , 0x000002db 
- 00023673  0x00005fb8 istore  0x00000001 , 0x00000005 
- 00023674  0x00005fb9 rtn 
- 00023675  0x00005fbd ifetch  0x00000009 , 0x00000006 
- 00023676  0x00005fbe store  0x00000009 , 0x000043d3 
- 00023677  0x00005fbf ifetch  0x00000002 , 0x00000006 
- 00023678  0x00005fc0 store  0x00000002 , 0x0000045f 
- 00023679  0x00005fc1 fetch  0x00000001 , 0x0000043f 
- 00023680  0x00005fc2 set1  0x00000005 , 0x0000003f 
- 00023681  0x00005fc3 store  0x00000001 , 0x0000043f 
- 00023682  0x00005fc4 rtn 
- 00023683  0x00005fc7 ifetch  0x00000005 , 0x00000006 
- 00023684  0x00005fc8 store  0x00000005 , 0x000043ce 
- 00023685  0x00005fc9 ifetch  0x00000002 , 0x00000006 
- 00023686  0x00005fca store  0x00000002 , 0x0000045f 
- 00023687  0x00005fcb fetcht  0x00000002 , 0x00000459 
- 00023688  0x00005fcc isub  0x00000002 , 0x0000003e 
- 00023689  0x00005fcd nbranch  0x00005c8e , 0x00000002 
- 00023690  0x00005fce fetch  0x00000001 , 0x0000043f 
- 00023691  0x00005fcf set1  0x00000006 , 0x0000003f 
- 00023692  0x00005fd0 store  0x00000001 , 0x0000043f 
- 00023693  0x00005fd1 rtn 
- 00023694  0x00005fd5 setarg  0x00000014 
- 00023695  0x00005fd6 store  0x00000002 , 0x0000046d 
- 00023696  0x00005fd7 store  0x00000002 , 0x000044ba 
- 00023697  0x00005fd8 rtn 
- 00023698  0x00005fdb arg  0x00000013 , 0x00000013 
- 00023699  0x00005fdf arg  0x00000002 , 0x00000011 
- 00023700  0x00005fe0 arg  0x00000002 , 0x00000012 
- 00023701  0x00005fe1 call  0x00005842 
- 00023702  0x00005fe2 copy  0x00000013 , 0x0000003f 
- 00023703  0x00005fe3 istore  0x00000001 , 0x00000005 
- 00023704  0x00005fe4 rtn 
- 00023705  0x00005fe9 arg  0x00000009 , 0x00000011 
- 00023706  0x00005fea arg  0x00000009 , 0x00000012 
- 00023707  0x00005feb call  0x00005842 
- 00023708  0x00005fec setarg  0x00000001 
- 00023709  0x00005fed istore  0x00000008 , 0x00000005 
- 00023710  0x00005fee rtn 
- 00023711  0x00005ff2 rtn  0x00000029 
- 00023712  0x00005ff4 arg  0x00000006 , 0x00000011 
- 00023713  0x00005ff5 arg  0x0000000c , 0x00000012 
- 00023714  0x00005ff6 call  0x00005842 
- 00023715  0x00005ff7 fetch  0x00000005 , 0x00004510 
- 00023716  0x00005ff8 istore  0x00000005 , 0x00000005 
- 00023717  0x00005ff9 rtn 
- 00023718  0x00005ffd arg  0x00000013 , 0x00000012 
- 00023719  0x00005ffe branch  0x00005ca8 
- 00023720  0x00006002 arg  0x00000001 , 0x00000011 
- 00023721  0x00006003 branch  0x00005842 
- 00023722  0x00006007 ifetch  0x00000008 , 0x00000006 
- 00023723  0x00006008 store  0x00000008 , 0x000044cd 
- 00023724  0x00006009 ifetch  0x00000002 , 0x00000006 
- 00023725  0x0000600a store  0x00000002 , 0x000044cb 
- 00023726  0x0000600b ifetch  0x00000008 , 0x00000006 
- 00023727  0x0000600c store  0x00000008 , 0x000044aa 
- 00023728  0x0000600d ifetch  0x00000004 , 0x00000006 
- 00023729  0x0000600e store  0x00000004 , 0x00004411 
- 00023730  0x0000600f call  0x00005ccf 
- 00023731  0x00006010 bpatchx  0x0000007a , 0x0000402f 
- 00023732  0x00006011 fetch  0x00000001 , 0x000044c4 
- 00023733  0x00006012 beq  0x00000005 , 0x00005cbc 
- 00023734  0x00006013 fetch  0x00000001 , 0x000044e9 
- 00023735  0x00006014 bbit1  0x00000001 , 0x00005cbf 
- 00023736  0x00006015 fetch  0x00000001 , 0x00004217 
- 00023737  0x00006016 ncall  0x000067be , 0x00000034 
- 00023738  0x00006017 fetch  0x00000001 , 0x00004429 
- 00023739  0x00006018 beq  0x00000000 , 0x00005cc4 
- 00023740  0x0000601a jam  0x00000001 , 0x000044c5 
- 00023741  0x0000601b call  0x00005cdd 
- 00023742  0x0000601c branch  0x000073a2 
- 00023743  0x0000601f jam  0x00000001 , 0x00004429 
- 00023744  0x00006020 arg  0x000044ea , 0x00000006 
- 00023745  0x00006021 arg  0x00004419 , 0x00000005 
- 00023746  0x00006022 call  0x00007ebf 
- 00023747  0x00006023 branch  0x00005cbc 
- 00023748  0x00006027 bpatchx  0x0000007b , 0x0000402f 
- 00023749  0x00006028 jam  0x00000000 , 0x000044c5 
- 00023750  0x00006029 jam  0x00000000 , 0x000044c4 
- 00023751  0x0000602a jam  0x00000041 , 0x00000a99 
- 00023752  0x0000602b branch  0x00007d86 
- 00023753  0x0000602e arg  0x00000002 , 0x00000011 
- 00023754  0x0000602f arg  0x0000000d , 0x00000012 
- 00023755  0x00006030 call  0x00005842 
- 00023756  0x00006031 setarg  0x00000006 
- 00023757  0x00006032 istore  0x00000001 , 0x00000005 
- 00023758  0x00006033 rtn 
- 00023759  0x00006036 arg  0x000044b2 , 0x00000005 
- 00023760  0x00006037 force  0x00000008 , 0x00000039 
- 00023761  0x00006038 call  0x0000630d 
- 00023762  0x00006039 arg  0x00004415 , 0x00000005 
- 00023763  0x0000603a force  0x00000004 , 0x00000039 
- 00023764  0x0000603b call  0x0000630d 
- 00023765  0x0000603c arg  0x0000000d , 0x00000011 
- 00023766  0x0000603d arg  0x00000004 , 0x00000012 
- 00023767  0x0000603e call  0x00005842 
- 00023768  0x0000603f fetch  0x00000008 , 0x000044b2 
- 00023769  0x00006040 istore  0x00000008 , 0x00000005 
- 00023770  0x00006041 fetch  0x00000004 , 0x00004415 
- 00023771  0x00006042 istore  0x00000004 , 0x00000005 
- 00023772  0x00006043 rtn 
- 00023773  0x00006046 arg  0x00000005 , 0x00000012 
- 00023774  0x00006047 branch  0x00005ca8 
- 00023775  0x0000604a arg  0x00000006 , 0x00000012 
- 00023776  0x0000604b branch  0x00005ca8 
- 00023777  0x0000604f ifetch  0x00000008 , 0x00000006 
- 00023778  0x00006050 store  0x00000008 , 0x000044b2 
- 00023779  0x00006051 ifetch  0x00000004 , 0x00000006 
- 00023780  0x00006052 store  0x00000004 , 0x00004415 
- 00023781  0x00006053 branch  0x000073a2 
- 00023782  0x00006056 fetch  0x00000001 , 0x0000043f 
- 00023783  0x00006057 set1  0x00000004 , 0x0000003f 
- 00023784  0x00006058 store  0x00000001 , 0x0000043f 
- 00023785  0x00006059 rtn 
- 00023786  0x0000605c rtn  0x00000029 
- 00023787  0x0000605d jam  0x00000032 , 0x00000a99 
- 00023788  0x0000605e call  0x00007d86 
- 00023789  0x0000605f jam  0x00000004 , 0x000044c5 
- 00023790  0x00006060 branch  0x00005cdf 
- 00023791  0x00006063 jam  0x00000002 , 0x000044c5 
- 00023792  0x00006064 call  0x00005cf3 
- 00023793  0x00006065 jam  0x00000033 , 0x00000a99 
- 00023794  0x00006066 branch  0x00007d86 
- 00023795  0x00006069 arg  0x0000000b , 0x00000012 
- 00023796  0x0000606a branch  0x00005ca8 
- 00023797  0x00006072 rtn 
- 00023798  0x0000607a rtn  0x0000002b 
- 00023799  0x0000607c bpatchx  0x0000007c , 0x0000402f 
- 00023800  0x0000607d setarg  0x00000000 
- 00023801  0x0000607e store  0x00000001 , 0x00000048 
- 00023802  0x0000607f store  0x00000001 , 0x00000055 
- 00023803  0x00006080 store  0x00000001 , 0x00000078 
- 00023804  0x00006081 store  0x00000001 , 0x0000007c 
- 00023805  0x00006082 store  0x00000001 , 0x00004158 
- 00023806  0x00006083 store  0x00000001 , 0x000004d7 
- 00023807  0x00006084 store  0x00000001 , 0x0000016d 
- 00023808  0x00006085 store  0x00000001 , 0x000009b5 
- 00023809  0x00006086 jam  0x00000000 , 0x0000455b 
- 00023810  0x00006087 jam  0x00000000 , 0x00000229 
- 00023811  0x00006088 jam  0x00000000 , 0x000004d8 
- 00023812  0x0000608a jam  0x00000000 , 0x000009b5 
- 00023813  0x0000608b jam  0x00000000 , 0x000009b4 
- 00023814  0x0000608c jam  0x00000000 , 0x000004d1 
- 00023815  0x0000608f rtn 
- 00023816  0x00006092 bpatchx  0x0000007d , 0x0000402f 
- 00023817  0x00006093 call  0x000062ff , 0x00000029 
- 00023818  0x00006094 ncall  0x00006303 , 0x00000029 
- 00023819  0x00006095 call  0x000062bc 
- 00023820  0x00006096 nrtn  0x00000034 
- 00023821  0x00006097 fetch  0x00000001 , 0x0000004c 
- 00023822  0x00006098 rtnbit0  0x00000006 
- 00023823  0x00006099 set0  0x00000006 , 0x0000003f 
- 00023824  0x0000609a set0  0x00000001 , 0x00000000 
- 00023825  0x0000609b store  0x00000001 , 0x0000004c 
- 00023826  0x0000609c fetch  0x00000001 , 0x00000551 
- 00023827  0x0000609d fetcht  0x00000001 , 0x0000004c 
- 00023828  0x0000609e isolate1  0x00000000 , 0x0000003f 
- 00023829  0x0000609f setflag  0x00000001 , 0x00000001 , 0x00000002 
- 00023830  0x000060a0 storet  0x00000001 , 0x0000004c 
- 00023831  0x000060a1 and_into  0x00000002 , 0x00000002 
- 00023832  0x000060a2 storet  0x00000001 , 0x0000007f 
- 00023833  0x000060a3 fetcht  0x00000001 , 0x0000004c 
- 00023834  0x000060a4 rshift  0x0000003f , 0x0000003f 
- 00023835  0x000060a5 store  0x00000001 , 0x0000007d 
- 00023836  0x000060a6 bpatchx  0x0000007e , 0x0000402f 
- 00023837  0x000060a7 fetch  0x00000001 , 0x0000007d 
- 00023838  0x000060a8 beq  0x0000007f , 0x00005d66 
- 00023839  0x000060a9 beq  0x00000003 , 0x00005db1 
- 00023840  0x000060aa beq  0x00000004 , 0x00005dc2 
- 00023841  0x000060ab beq  0x0000003c , 0x00005d59 
- 00023842  0x000060ac beq  0x00000005 , 0x00005d55 
- 00023843  0x000060ad beq  0x0000000f , 0x00005fa8 
- 00023844  0x000060ae beq  0x00000010 , 0x00005e24 
- 00023845  0x000060af beq  0x00000023 , 0x00005e42 
- 00023846  0x000060b0 beq  0x00000039 , 0x00005fc1 
- 00023847  0x000060b1 beq  0x00000038 , 0x00005fbc 
- 00023848  0x000060b2 beq  0x00000031 , 0x00005e27 
- 00023849  0x000060b3 beq  0x00000037 , 0x00005eb0 
- 00023850  0x000060b4 beq  0x00000027 , 0x00005eac 
- 00023851  0x000060b5 beq  0x00000033 , 0x00005ea9 
- 00023852  0x000060b6 beq  0x00000025 , 0x00005eae 
- 00023853  0x000060b7 beq  0x00000026 , 0x00005e3e 
- 00023854  0x000060b8 beq  0x00000007 , 0x00005e36 
- 00023855  0x000060b9 beq  0x0000002d , 0x00005e2d 
- 00023856  0x000060ba beq  0x0000002e , 0x00005e2e 
- 00023857  0x000060bb beq  0x00000001 , 0x00005ea5 
- 00023858  0x000060bc beq  0x00000002 , 0x00005e90 
- 00023859  0x000060bd beq  0x00000028 , 0x00005fb3 
- 00023860  0x000060be beq  0x00000009 , 0x00005e86 
- 00023861  0x000060bf beq  0x0000000b , 0x00005e5f 
- 00023862  0x000060c0 beq  0x00000008 , 0x00005e43 
- 00023863  0x000060c1 beq  0x0000000c , 0x00005e6a 
- 00023864  0x000060c2 beq  0x0000001f , 0x00005e3a 
- 00023865  0x000060c3 beq  0x00000020 , 0x00005e3c 
- 00023866  0x000060c4 beq  0x00000021 , 0x00005eca 
- 00023867  0x000060c5 beq  0x00000022 , 0x00005eca 
- 00023868  0x000060c6 beq  0x00000035 , 0x00005ecb 
- 00023869  0x000060c7 beq  0x00000036 , 0x00005ecc 
- 00023870  0x000060c8 beq  0x00000024 , 0x00005eca 
- 00023871  0x000060c9 beq  0x00000034 , 0x00005ecd 
- 00023872  0x000060ca beq  0x00000017 , 0x00005ed6 
- 00023873  0x000060cb beq  0x00000011 , 0x00005ef2 
- 00023874  0x000060cc beq  0x00000012 , 0x00005ef6 
- 00023875  0x000060cd beq  0x00000013 , 0x00005ef8 
- 00023876  0x000060ce beq  0x0000000d , 0x00005f0a 
- 00023877  0x000060cf beq  0x0000000e , 0x00005f0a 
- 00023878  0x000060d0 beq  0x0000002f , 0x00005eaa 
- 00023879  0x000060d1 beq  0x00000030 , 0x00005f0a 
- 00023880  0x000060d2 beq  0x0000000a , 0x00005f0a 
- 00023881  0x000060d3 beq  0x00000018 , 0x00005f0b 
- 00023882  0x000060d4 beq  0x00000032 , 0x00005f0a 
- 00023883  0x000060d5 beq  0x0000003d , 0x00005f10 
- 00023884  0x000060d6 beq  0x0000003e , 0x00005f51 
- 00023885  0x000060d7 beq  0x0000003f , 0x00005f4b 
- 00023886  0x000060d8 beq  0x00000040 , 0x00005f78 
- 00023887  0x000060d9 beq  0x00000041 , 0x00005f8a 
- 00023888  0x000060da beq  0x00000006 , 0x00005fa7 
- 00023889  0x000060db beq  0x0000003a , 0x00005d57 
- 00023890  0x000060df jam  0x00000019 , 0x0000007e 
- 00023891  0x000060e1 jam  0x00000004 , 0x0000007c 
- 00023892  0x000060e2 rtn 
- 00023893  0x000060e5 jam  0x00000006 , 0x0000007c 
- 00023894  0x000060e6 rtn 
- 00023895  0x000060e9 jam  0x0000003b , 0x0000007c 
- 00023896  0x000060ea rtn 
- 00023897  0x000060ed fetch  0x00000004 , 0x00000552 
- 00023898  0x000060ee lshift  0x0000003f , 0x0000003f 
- 00023899  0x000060ef store  0x00000004 , 0x000040d2 
- 00023900  0x000060f0 fetch  0x00000001 , 0x00000556 
- 00023901  0x000060f1 store  0x00000001 , 0x000040d9 
- 00023902  0x000060f2 fetch  0x00000005 , 0x00000557 
- 00023903  0x000060f3 store  0x00000005 , 0x000040e7 
- 00023904  0x000060f4 fetch  0x00000005 , 0x0000055c 
- 00023905  0x000060f5 istore  0x00000005 , 0x00000005 
- 00023906  0x000060f6 fetch  0x00000001 , 0x00000031 
- 00023907  0x000060f7 set1  0x00000003 , 0x0000003f 
- 00023908  0x000060f8 store  0x00000001 , 0x00000031 
- 00023909  0x000060f9 rtn 
- 00023910  0x000060fb bpatchx  0x0000007f , 0x0000402f 
- 00023911  0x000060fc fetch  0x00000001 , 0x00000552 
- 00023912  0x000060fd set1  0x00000007 , 0x0000003f 
- 00023913  0x000060fe store  0x00000001 , 0x0000007d 
- 00023914  0x000060ff beq  0x00000081 , 0x00005d88 
- 00023915  0x00006100 beq  0x00000082 , 0x00005d8d 
- 00023916  0x00006101 beq  0x00000095 , 0x00005eb1 
- 00023917  0x00006102 beq  0x00000096 , 0x00005eca 
- 00023918  0x00006103 beq  0x0000008b , 0x00005ebf 
- 00023919  0x00006104 beq  0x00000083 , 0x00005da5 
- 00023920  0x00006105 beq  0x00000084 , 0x00005da7 
- 00023921  0x00006106 beq  0x00000090 , 0x00005d7a 
- 00023922  0x00006107 beq  0x00000097 , 0x00005d9e 
- 00023923  0x00006108 beq  0x00000098 , 0x00005da3 
- 00023924  0x00006109 beq  0x00000099 , 0x00005d7d 
- 00023925  0x0000610a beq  0x0000009a , 0x00005d80 
- 00023926  0x0000610b rtneq  0x00000084 
- 00023927  0x0000610f jam  0x00000082 , 0x0000007c 
- 00023928  0x00006110 jam  0x00000019 , 0x0000007e 
- 00023929  0x00006112 rtn 
- 00023930  0x00006114 jam  0x00000082 , 0x0000007c 
- 00023931  0x00006115 jam  0x0000002e , 0x0000007e 
- 00023932  0x00006116 rtn 
- 00023933  0x00006119 call  0x00005d82 
- 00023934  0x0000611a jam  0x0000009a , 0x0000007c 
- 00023935  0x0000611b rtn 
- 00023936  0x0000611e call  0x00005d82 
- 00023937  0x0000611f branch  0x00005d86 
- 00023938  0x00006122 arg  0x0000465e , 0x00000005 
- 00023939  0x00006123 fetch  0x00000003 , 0x00000553 
- 00023940  0x00006124 istore  0x00000003 , 0x00000005 
- 00023941  0x00006125 rtn 
- 00023942  0x00006128 branch  0x000076d8 , 0x00000001 
- 00023943  0x00006129 rtn 
- 00023944  0x0000612b fetch  0x00000001 , 0x00000554 
- 00023945  0x0000612c set1  0x00000007 , 0x0000003f 
- 00023946  0x0000612d store  0x00000001 , 0x000004c9 
- 00023947  0x0000612e beq  0x0000008b , 0x00005d92 
- 00023948  0x0000612f rtn 
- 00023949  0x00006133 fetch  0x00000001 , 0x00000554 
- 00023950  0x00006134 set1  0x00000007 , 0x0000003f 
- 00023951  0x00006135 store  0x00000001 , 0x000004c9 
- 00023952  0x00006136 beq  0x0000008b , 0x00005d96 
- 00023953  0x00006137 rtn 
- 00023954  0x0000613a fetch  0x00000001 , 0x0000415a 
- 00023955  0x0000613b fetcht  0x00000001 , 0x0000004c 
- 00023956  0x0000613c nsetflag  0x00000034 , 0x00000005 , 0x00000002 
- 00023957  0x0000613d storet  0x00000001 , 0x0000004c 
- 00023958  0x0000613f fetch  0x00000001 , 0x00000030 
- 00023959  0x00006140 rtnbit0  0x00000005 
- 00023960  0x00006141 set0  0x00000005 , 0x0000003f 
- 00023961  0x00006142 store  0x00000001 , 0x00000030 
- 00023962  0x00006143 fetch  0x00000001 , 0x000004d7 
- 00023963  0x00006144 nrtn  0x00000034 
- 00023964  0x00006145 jam  0x00000031 , 0x0000007c 
- 00023965  0x00006146 rtn 
- 00023966  0x00006149 nbranch  0x00005da1 , 0x00000029 
- 00023967  0x0000614a jam  0x00000012 , 0x0000007c 
- 00023968  0x0000614b branch  0x000062eb 
- 00023969  0x0000614e jam  0x00000097 , 0x0000007c 
- 00023970  0x0000614f rtn 
- 00023971  0x00006154 call  0x000062eb 
- 00023972  0x00006155 branch  0x00005ffe 
- 00023973  0x00006158 jam  0x00000084 , 0x0000007c 
- 00023974  0x00006159 rtn 
- 00023975  0x0000615c fetcht  0x00000001 , 0x00000555 
- 00023976  0x0000615d and  0x00000002 , 0x00000001 , 0x00000002 
- 00023977  0x0000615e storet  0x00000001 , 0x000004d0 
- 00023978  0x0000615f fetch  0x00000001 , 0x000041ce 
- 00023979  0x00006160 bne  0x00000051 , 0x00005dad 
- 00023980  0x00006161 jam  0x00000000 , 0x000041ce 
- 00023981  0x00006163 fetch  0x00000001 , 0x00000055 
- 00023982  0x00006164 rtnne  0x00000015 
- 00023983  0x00006165 jam  0x00000004 , 0x00000055 
- 00023984  0x00006166 branch  0x0000631b 
- 00023985  0x00006169 bpatchx  0x00000080 , 0x00004030 
- 00023986  0x0000616a fetch  0x00000001 , 0x00000552 
- 00023987  0x0000616b store  0x00000001 , 0x000004c9 
- 00023988  0x0000616c beq  0x00000033 , 0x00005dd8 
- 00023989  0x0000616d beq  0x00000008 , 0x00005de7 
- 00023990  0x0000616e beq  0x0000000f , 0x00005dee 
- 00023991  0x0000616f beq  0x00000010 , 0x00005df4 
- 00023992  0x00006170 beq  0x00000011 , 0x00005df5 
- 00023993  0x00006171 beq  0x00000012 , 0x00005dfd 
- 00023994  0x00006172 beq  0x00000018 , 0x00005e13 
- 00023995  0x00006173 beq  0x00000017 , 0x00005e16 
- 00023996  0x00006174 beq  0x00000013 , 0x00005dcf 
- 00023997  0x00006176 beq  0x0000003d , 0x00005f1e 
- 00023998  0x00006177 beq  0x0000003e , 0x00005f6a 
- 00023999  0x00006178 beq  0x00000040 , 0x00005f20 
- 00024000  0x00006179 beq  0x00000041 , 0x00005f3d 
- 00024001  0x0000617a rtn 
- 00024002  0x0000617d bpatchx  0x00000081 , 0x00004030 
- 00024003  0x0000617e fetch  0x00000001 , 0x00000552 
- 00024004  0x0000617f store  0x00000001 , 0x000004c9 
- 00024005  0x00006180 beq  0x00000001 , 0x00005e0a 
- 00024006  0x00006181 beq  0x00000033 , 0x00005de2 
- 00024007  0x00006182 beq  0x0000000b , 0x00005dfe 
- 00024008  0x00006183 beq  0x00000008 , 0x00005e01 
- 00024009  0x00006184 beq  0x00000013 , 0x00005dd2 
- 00024010  0x00006186 beq  0x00000040 , 0x00005e0b 
- 00024011  0x00006187 beq  0x00000041 , 0x00005e0e 
- 00024012  0x00006188 beq  0x00000018 , 0x00005e11 
- 00024013  0x00006189 beq  0x00000017 , 0x00005e22 
- 00024014  0x0000618a rtn 
- 00024015  0x0000618d jam  0x00000020 , 0x00000a99 
- 00024016  0x0000618e call  0x00007d86 
- 00024017  0x0000618f branch  0x000021dc 
- 00024018  0x00006191 jam  0x00000019 , 0x00000a99 
- 00024019  0x00006192 call  0x00007d86 
- 00024020  0x00006193 jam  0x00000002 , 0x0000455b 
- 00024021  0x00006194 setarg  0x00000050 
- 00024022  0x00006195 arg  0x00000006 , 0x00000007 
- 00024023  0x00006196 branch  0x00007f08 
- 00024024  0x0000619c fetch  0x00000001 , 0x000004d1 
- 00024025  0x0000619d set1  0x00000000 , 0x0000003f 
- 00024026  0x0000619e store  0x00000001 , 0x000004d1 
- 00024027  0x0000619f jam  0x00000001 , 0x00000a99 
- 00024028  0x000061a0 call  0x00007d86 
- 00024029  0x000061a1 jam  0x0000008b , 0x0000007c 
- 00024030  0x000061a5 fetch  0x00000001 , 0x00000055 
- 00024031  0x000061a6 bne  0x00000005 , 0x00005d07 
- 00024032  0x000061a9 jam  0x00000006 , 0x00000055 
- 00024033  0x000061aa rtn 
- 00024034  0x000061b3 jam  0x0000000b , 0x000004ca 
- 00024035  0x000061b4 jam  0x00000007 , 0x0000007c 
- 00024036  0x000061b6 jam  0x00000000 , 0x00000055 
- 00024037  0x000061b8 branch  0x00005d07 , 0x00000001 
- 00024038  0x000061b9 rtn 
- 00024039  0x000061bc fetch  0x00000001 , 0x000041bd 
- 00024040  0x000061bd nrtn  0x00000034 
- 00024041  0x000061be call  0x0000244f 
- 00024042  0x000061bf call  0x00005ffc 
- 00024043  0x000061c0 rtn  0x00000029 
- 00024044  0x000061c1 set1  0x00000021 , 0x00000000 
- 00024045  0x000061c2 rtn 
- 00024046  0x000061c5 nrtn  0x00000029 
- 00024047  0x000061c6 jam  0x00000010 , 0x0000007c 
- 00024048  0x000061c7 fetch  0x00000001 , 0x0000004c 
- 00024049  0x000061c8 rtnbit0  0x00000002 
- 00024050  0x000061c9 jam  0x00000012 , 0x0000007c 
- 00024051  0x000061ca rtn 
- 00024052  0x000061cd branch  0x00005ffe 
- 00024053  0x000061d0 call  0x00006059 
- 00024054  0x000061d1 fetch  0x00000001 , 0x00000030 
- 00024055  0x000061d2 rtnbit1  0x00000004 
- 00024056  0x000061d3 jam  0x00000031 , 0x0000007c 
- 00024057  0x000061d4 fetch  0x00000001 , 0x00000055 
- 00024058  0x000061d5 rtnne  0x0000000a 
- 00024059  0x000061d6 jam  0x0000000b , 0x00000055 
- 00024060  0x000061d7 rtn 
- 00024061  0x000061e1 rtn 
- 00024062  0x000061e5 jam  0x00000007 , 0x0000007c 
- 00024063  0x000061e6 jam  0x00000013 , 0x000004ca 
- 00024064  0x000061e7 rtn 
- 00024065  0x000061ea fetch  0x00000001 , 0x00000553 
- 00024066  0x000061eb beq  0x00000006 , 0x00005e07 
- 00024067  0x000061ec rtnne  0x00000018 
- 00024068  0x000061ed jam  0x00000018 , 0x000004ca 
- 00024069  0x000061ee jam  0x00000007 , 0x0000007c 
- 00024070  0x000061ef rtn 
- 00024071  0x000061f1 jam  0x00000006 , 0x000004ca 
- 00024072  0x000061f2 jam  0x00000007 , 0x0000007c 
- 00024073  0x000061f3 rtn 
- 00024074  0x000061f6 rtn 
- 00024075  0x000061f9 jam  0x00000000 , 0x000009ae 
- 00024076  0x000061fa jam  0x00000007 , 0x0000007c 
- 00024077  0x000061fb branch  0x00005d07 
- 00024078  0x000061fe jam  0x00000000 , 0x000009ae 
- 00024079  0x000061ff jam  0x00000007 , 0x0000007c 
- 00024080  0x00006200 branch  0x00005d07 
- 00024081  0x00006202 jam  0x00000024 , 0x00000a99 
- 00024082  0x00006203 branch  0x00007d86 
- 00024083  0x00006206 jam  0x00000023 , 0x00000a99 
- 00024084  0x00006207 call  0x00007d86 
- 00024085  0x00006208 branch  0x000026e9 
- 00024086  0x0000620b jam  0x00000022 , 0x00000a99 
- 00024087  0x0000620c call  0x00007d86 
- 00024088  0x0000620d setarg  0x00000000 
- 00024089  0x0000620e store  0x00000002 , 0x00000075 
- 00024090  0x0000620f fetch  0x00000002 , 0x000041e3 
- 00024091  0x00006210 lshift  0x0000003f , 0x0000003f 
- 00024092  0x00006211 store  0x00000002 , 0x00000032 
- 00024093  0x00006212 fetch  0x00000001 , 0x000041e5 
- 00024094  0x00006213 store  0x00000001 , 0x00000073 
- 00024095  0x00006214 fetch  0x00000001 , 0x000041e7 
- 00024096  0x00006215 store  0x00000001 , 0x00000074 
- 00024097  0x00006216 branch  0x000026c6 
- 00024098  0x00006219 jam  0x00000021 , 0x00000a99 
- 00024099  0x0000621a branch  0x00007d86 
- 00024100  0x0000621d fetcht  0x00000001 , 0x00000552 
- 00024101  0x0000621e storet  0x00000001 , 0x00000054 
- 00024102  0x0000621f branch  0x00005e38 
- 00024103  0x00006222 fetch  0x00000001 , 0x000004d1 
- 00024104  0x00006223 set1  0x00000002 , 0x0000003f 
- 00024105  0x00006224 store  0x00000001 , 0x000004d1 
- 00024106  0x00006225 rtnbit1  0x00000003 
- 00024107  0x00006226 jam  0x00000031 , 0x0000007c 
- 00024108  0x00006227 branch  0x00005d07 
- 00024109  0x0000622c rtn 
- 00024110  0x0000622f fetch  0x00000001 , 0x000040d0 
- 00024111  0x00006230 fetcht  0x00000001 , 0x00000552 
- 00024112  0x00006231 isub  0x00000002 , 0x0000003e 
- 00024113  0x00006233 branch  0x00005e38 , 0x00000002 
- 00024114  0x00006234 jam  0x00000004 , 0x0000007c 
- 00024115  0x00006235 jam  0x0000001f , 0x0000007e 
- 00024116  0x00006236 jam  0x0000002e , 0x0000007d 
- 00024117  0x00006237 rtn 
- 00024118  0x0000623a call  0x00006157 
- 00024119  0x0000623b branch  0x00005e38 
- 00024120  0x0000623e jam  0x00000003 , 0x0000007c 
- 00024121  0x0000623f rtn 
- 00024122  0x00006242 jam  0x00000021 , 0x0000007c 
- 00024123  0x00006243 rtn 
- 00024124  0x00006246 jam  0x00000022 , 0x0000007c 
- 00024125  0x00006247 rtn 
- 00024126  0x0000624a fetch  0x00000001 , 0x00000055 
- 00024127  0x0000624b rtneq  0x00000013 
- 00024128  0x0000624d jam  0x00000002 , 0x00000055 
- 00024129  0x0000624f rtn 
- 00024130  0x00006253 rtn 
- 00024131  0x00006256 call  0x00005ff9 
- 00024132  0x00006257 jam  0x00000001 , 0x000004d4 
- 00024133  0x00006258 jam  0x0000000a , 0x00000a99 
- 00024134  0x00006259 call  0x00007d86 
- 00024135  0x0000625b call  0x000062f3 
- 00024136  0x0000625c nbranch  0x00006001 , 0x00000001 
- 00024137  0x0000625e nbranch  0x00005e4e , 0x00000029 
- 00024138  0x0000625f jam  0x00000004 , 0x0000007c 
- 00024139  0x00006260 jam  0x00000008 , 0x0000007d 
- 00024140  0x00006261 jam  0x00000023 , 0x0000007e 
- 00024141  0x00006262 rtn 
- 00024142  0x00006264 fetch  0x00000001 , 0x0000004b 
- 00024143  0x00006265 set1  0x00000002 , 0x0000003f 
- 00024144  0x00006266 store  0x00000001 , 0x0000004b 
- 00024145  0x00006267 rtn 
- 00024146  0x0000626b fetcht  0x00000001 , 0x0000004c 
- 00024147  0x0000626c nsetflag  0x00000034 , 0x00000001 , 0x00000002 
- 00024148  0x0000626d storet  0x00000001 , 0x0000004c 
- 00024149  0x0000626e rtn 
- 00024150  0x00006272 fetch  0x00000001 , 0x0000007f 
- 00024151  0x00006273 rshift  0x0000003f , 0x0000003f 
- 00024152  0x00006274 and_into  0x00000001 , 0x0000003f 
- 00024153  0x00006275 rtn 
- 00024154  0x00006278 fetch  0x00000001 , 0x00004217 
- 00024155  0x00006279 rtn  0x00000034 
- 00024156  0x0000627a fetch  0x00000001 , 0x000009b5 
- 00024157  0x0000627b call  0x000067b2 , 0x00000034 
- 00024158  0x0000627c rtn 
- 00024159  0x0000627f call  0x00005e5a 
- 00024160  0x00006280 call  0x00005e56 
- 00024161  0x00006281 store  0x00000001 , 0x000004d5 
- 00024162  0x00006282 call  0x00005ff9 
- 00024163  0x00006283 jam  0x0000000c , 0x0000007c 
- 00024164  0x00006284 fetch  0x00000001 , 0x000041bd 
- 00024165  0x00006285 nrtn  0x00000034 
- 00024166  0x00006286 fetch  0x00000001 , 0x00000030 
- 00024167  0x00006287 rtnbit1  0x00000006 
- 00024168  0x00006288 jam  0x00000006 , 0x0000007e 
- 00024169  0x00006289 branch  0x00005d53 
- 00024170  0x0000628c arg  0x00000040 , 0x00000011 
- 00024171  0x0000628d call  0x00007288 
- 00024172  0x0000628e fetch  0x00000004 , 0x00000552 
- 00024173  0x0000628f fetcht  0x00000004 , 0x00000592 
- 00024174  0x00006290 isub  0x00000002 , 0x0000003e 
- 00024175  0x00006291 branch  0x00005e73 , 0x00000005 
- 00024176  0x00006292 jam  0x00000007 , 0x0000007c 
- 00024177  0x00006293 jam  0x00000005 , 0x000004ca 
- 00024178  0x00006294 rtn 
- 00024179  0x00006296 call  0x00005e77 
- 00024180  0x00006297 fetch  0x00000001 , 0x0000465a 
- 00024181  0x00006298 branch  0x00005f3e , 0x00000034 
- 00024182  0x00006299 rtn 
- 00024183  0x0000629d call  0x00007386 
- 00024184  0x0000629e call  0x000021b2 
- 00024185  0x0000629f fetch  0x00000001 , 0x0000004b 
- 00024186  0x000062a0 isolate1  0x00000001 , 0x0000003f 
- 00024187  0x000062a1 set0  0x00000001 , 0x0000003f 
- 00024188  0x000062a2 store  0x00000001 , 0x0000004b 
- 00024189  0x000062a3 fetch  0x00000001 , 0x00000055 
- 00024190  0x000062a4 beq  0x00000019 , 0x00005e81 
- 00024191  0x000062a5 beq  0x00000018 , 0x00005e81 
- 00024192  0x000062a6 rtn 
- 00024193  0x000062a8 fetch  0x00000001 , 0x000009b5 
- 00024194  0x000062a9 rtnne  0x00000000 
- 00024195  0x000062aa fetch  0x00000001 , 0x0000004c 
- 00024196  0x000062ab rtnbit1  0x00000002 
- 00024197  0x000062ac branch  0x000063b1 
- 00024198  0x000062af arg  0x00000552 , 0x00000011 
- 00024199  0x000062b0 arg  0x00000582 , 0x00000012 
- 00024200  0x000062b1 arg  0x00000562 , 0x00000005 
- 00024201  0x000062b2 call  0x00007352 
- 00024202  0x000062b3 arg  0x00000040 , 0x00000011 
- 00024203  0x000062b4 call  0x00006311 
- 00024204  0x000062b5 jam  0x0000000b , 0x0000007c 
- 00024205  0x000062b6 fetch  0x00000001 , 0x00000030 
- 00024206  0x000062b7 bbit0  0x00000006 , 0x00005ffc 
- 00024207  0x000062b8 rtn 
- 00024208  0x000062bb fetch  0x00000002 , 0x0000015f 
- 00024209  0x000062bc add  0x0000003f , 0xfffffffd , 0x00000039 
- 00024210  0x000062bd fetcht  0x00000001 , 0x00000552 
- 00024211  0x000062be setarg  0x00000101 
- 00024212  0x000062bf iadd  0x00000002 , 0x00000005 
- 00024213  0x000062c0 arg  0x00000554 , 0x00000006 
- 00024214  0x000062c1 call  0x00007f01 
- 00024215  0x000062c2 fetcht  0x00000001 , 0x00000053 
- 00024216  0x000062c3 fetch  0x00000001 , 0x00000553 
- 00024217  0x000062c4 isub  0x00000002 , 0x0000003f 
- 00024218  0x000062c5 sub  0x0000003f , 0x0000000e , 0x0000003e 
- 00024219  0x000062c6 branch  0x00005ea0 , 0x00000002 
- 00024220  0x000062c7 add  0x00000002 , 0x0000000e , 0x0000003f 
- 00024221  0x000062c8 store  0x00000001 , 0x00000053 
- 00024222  0x000062c9 jam  0x00000001 , 0x0000007c 
- 00024223  0x000062ca rtn 
- 00024224  0x000062cc fetch  0x00000001 , 0x0000004c 
- 00024225  0x000062cd set1  0x00000003 , 0x0000003f 
- 00024226  0x000062ce store  0x00000001 , 0x0000004c 
- 00024227  0x000062cf bbit1  0x00000004 , 0x00006006 
- 00024228  0x000062d0 rtn 
- 00024229  0x000062d2 fetch  0x00000001 , 0x00000552 
- 00024230  0x000062d3 store  0x00000001 , 0x0000007d 
- 00024231  0x000062d4 jam  0x00000002 , 0x0000007c 
- 00024232  0x000062d5 rtn 
- 00024233  0x000062d8 branch  0x00005e38 
- 00024234  0x000062db jam  0x00000030 , 0x0000007c 
- 00024235  0x000062dc rtn 
- 00024236  0x000062df jam  0x00000028 , 0x0000007c 
- 00024237  0x000062e0 rtn 
- 00024238  0x000062e3 jam  0x00000026 , 0x0000007c 
- 00024239  0x000062e4 rtn 
- 00024240  0x000062e9 rtn 
- 00024241  0x000062ee fetch  0x00000002 , 0x00000032 
- 00024242  0x000062ef iforce  0x00000002 
- 00024243  0x000062f0 fetch  0x00000001 , 0x00000553 
- 00024244  0x000062f1 store  0x00000001 , 0x00000095 
- 00024245  0x000062f2 imul32  0x00000002 , 0x00000002 
- 00024246  0x000062f3 fetch  0x00000002 , 0x00000554 
- 00024247  0x000062f4 lshift  0x0000003f , 0x0000003f 
- 00024248  0x000062f5 store  0x00000002 , 0x00000096 
- 00024249  0x000062f6 fetch  0x00000004 , 0x00000556 
- 00024250  0x000062f7 lshift  0x0000003f , 0x0000003f 
- 00024251  0x000062f8 store  0x00000004 , 0x00000091 
- 00024252  0x000062fa deposit  0x00000002 
- 00024253  0x000062fb store  0x00000002 , 0x00000098 
- 00024254  0x000062fc rtn 
- 00024255  0x000062fe fetcht  0x00000001 , 0x0000415a 
- 00024256  0x000062ff fetch  0x00000001 , 0x00000553 
- 00024257  0x00006300 ixor  0x00000002 , 0x0000003e 
- 00024258  0x00006301 nbranch  0x00005d77 , 0x00000005 
- 00024259  0x00006302 isolate1  0x00000000 , 0x0000003f 
- 00024260  0x00006303 fetch  0x00000001 , 0x0000004c 
- 00024261  0x00006304 setflag  0x00000001 , 0x00000005 , 0x0000003f 
- 00024262  0x00006305 store  0x00000001 , 0x0000004c 
- 00024263  0x00006306 jam  0x00000081 , 0x0000007c 
- 00024264  0x00006307 jam  0x0000008b , 0x0000007d 
- 00024265  0x00006308 rtn 
- 00024266  0x0000630f rtn 
- 00024267  0x00006312 branch  0x00005e38 
- 00024268  0x00006316 branch  0x00005e38 
- 00024269  0x0000631b fetch  0x00000002 , 0x00000552 
- 00024270  0x0000631c store  0x00000002 , 0x00000171 
- 00024271  0x0000631d rtn 
- 00024272  0x00006320 fetch  0x00000002 , 0x00000555 
- 00024273  0x00006321 fetcht  0x00000001 , 0x00004172 
- 00024274  0x00006322 imul32  0x00000002 , 0x0000003f 
- 00024275  0x00006323 arg  0x00000640 , 0x00000002 
- 00024276  0x00006324 isub  0x00000002 , 0x0000003e 
- 00024277  0x00006326 rtn 
- 00024278  0x00006329 fetch  0x00000002 , 0x00000557 
- 00024279  0x0000632a branch  0x00005ef0 , 0x00000034 
- 00024280  0x0000632b call  0x00005ed0 
- 00024281  0x0000632c branch  0x00005ef0 , 0x00000002 
- 00024282  0x0000632d fetch  0x00000001 , 0x00004092 
- 00024283  0x0000632e sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00024284  0x0000632f call  0x00003cd5 , 0x00000005 
- 00024285  0x00006330 fetch  0x00000001 , 0x00000030 
- 00024286  0x00006331 bbit1  0x00000001 , 0x00005ef0 
- 00024287  0x00006332 fetch  0x00000002 , 0x00000553 
- 00024288  0x00006333 lshift  0x0000003f , 0x0000003f 
- 00024289  0x00006334 store  0x00000002 , 0x00000075 
- 00024290  0x00006335 fetch  0x00000002 , 0x00000555 
- 00024291  0x00006336 lshift  0x0000003f , 0x0000003f 
- 00024292  0x00006337 store  0x00000002 , 0x00000032 
- 00024293  0x00006338 fetch  0x00000002 , 0x00000557 
- 00024294  0x00006339 store  0x00000001 , 0x00000073 
- 00024295  0x0000633a iforce  0x00000002 
- 00024296  0x0000633b fetch  0x00000002 , 0x00000559 
- 00024297  0x0000633c store  0x00000001 , 0x00000074 
- 00024298  0x0000633d isub  0x00000002 , 0x0000003e 
- 00024299  0x0000633e nbranch  0x00005eed , 0x00000002 
- 00024300  0x0000633f store  0x00000001 , 0x00000073 
- 00024301  0x00006342 jam  0x00000003 , 0x0000007c 
- 00024302  0x00006343 jam  0x00000017 , 0x0000007d 
- 00024303  0x00006344 rtn 
- 00024304  0x00006347 jam  0x00000024 , 0x0000007e 
- 00024305  0x00006348 branch  0x00005d53 
- 00024306  0x0000634b call  0x00005e38 
- 00024307  0x0000634c call  0x00005ff9 
- 00024308  0x0000634d call  0x0000728b 
- 00024309  0x0000634e branch  0x000026b8 
- 00024310  0x00006351 call  0x00005e38 
- 00024311  0x00006352 branch  0x000026c0 
- 00024312  0x00006356 fetch  0x00000004 , 0x00000552 
- 00024313  0x00006357 lshift  0x0000003f , 0x0000003f 
- 00024314  0x00006359 branch  0x00005f04 , 0x00000029 
- 00024315  0x0000635a fetcht  0x00000001 , 0x000041bd 
- 00024316  0x0000635b nbranch  0x00005f01 , 0x00000034 
- 00024317  0x0000635d jam  0x00000004 , 0x0000007c 
- 00024318  0x0000635e jam  0x00000013 , 0x0000007d 
- 00024319  0x0000635f jam  0x00000024 , 0x0000007e 
- 00024320  0x00006360 rtn 
- 00024321  0x00006362 jam  0x00000034 , 0x0000007c 
- 00024322  0x00006363 jam  0x00000000 , 0x00000055 
- 00024323  0x00006364 branch  0x000021d9 
- 00024324  0x00006367 call  0x000021d9 
- 00024325  0x00006368 set1  0x00000022 , 0x00000000 
- 00024326  0x00006369 fetch  0x00000001 , 0x0000016d 
- 00024327  0x0000636a set0  0x00000002 , 0x0000003f 
- 00024328  0x0000636b store  0x00000001 , 0x0000016d 
- 00024329  0x0000636c branch  0x00005e38 
- 00024330  0x00006375 rtn 
- 00024331  0x00006379 jam  0x00000003 , 0x0000007c 
- 00024332  0x0000637a jam  0x00000018 , 0x0000007d 
- 00024333  0x0000637b jam  0x0000002e , 0x00000a99 
- 00024334  0x0000637c call  0x00007d86 
- 00024335  0x0000637d branch  0x000026e9 
- 00024336  0x00006380 fetch  0x00000001 , 0x00000552 
- 00024337  0x00006381 bne  0x00000001 , 0x00005f1c 
- 00024338  0x00006382 fetch  0x00000001 , 0x00000553 
- 00024339  0x00006383 bne  0x00000001 , 0x00005f1c 
- 00024340  0x00006384 fetch  0x00000001 , 0x00000554 
- 00024341  0x00006385 bne  0x00000030 , 0x00005f1c 
- 00024342  0x00006386 call  0x000062fc 
- 00024343  0x00006387 branch  0x00005f19 , 0x00000001 
- 00024344  0x00006388 jam  0x00000001 , 0x000009ae 
- 00024345  0x0000638a jam  0x00000003 , 0x0000007c 
- 00024346  0x0000638b jam  0x0000003d , 0x0000007d 
- 00024347  0x0000638c branch  0x00005d07 
- 00024348  0x0000638f jam  0x00000024 , 0x0000007e 
- 00024349  0x00006390 branch  0x00005d53 
- 00024350  0x00006395 jam  0x0000003e , 0x0000007c 
- 00024351  0x00006397 rtn 
- 00024352  0x00006399 fetch  0x00000001 , 0x00004662 
- 00024353  0x0000639a beq  0x00000001 , 0x00005f27 
- 00024354  0x0000639b beq  0x00000002 , 0x00005f2b 
- 00024355  0x0000639d call  0x000062fc 
- 00024356  0x0000639e rtn  0x00000001 
- 00024357  0x0000639f jam  0x00000008 , 0x000009ae 
- 00024358  0x000063a0 rtn 
- 00024359  0x000063a3 call  0x00007962 
- 00024360  0x000063a4 jam  0x00000035 , 0x00000a99 
- 00024361  0x000063a5 call  0x00007d86 
- 00024362  0x000063a6 branch  0x00005f23 
- 00024363  0x000063aa call  0x000062fc 
- 00024364  0x000063ab rtn  0x00000001 
- 00024365  0x000063ac fetch  0x00000001 , 0x00004663 
- 00024366  0x000063ad beq  0x00000013 , 0x00005f3b 
- 00024367  0x000063ae increase  0x00000001 , 0x0000003f 
- 00024368  0x000063af store  0x00000001 , 0x00004663 
- 00024369  0x000063b3 jam  0x00000001 , 0x000009b0 
- 00024370  0x000063b4 jam  0x00000004 , 0x000009ae 
- 00024371  0x000063b5 fetch  0x00000001 , 0x00004663 
- 00024372  0x000063b6 copy  0x0000003f , 0x00000007 
- 00024373  0x000063b7 fetch  0x00000006 , 0x0000468a 
- 00024374  0x000063b8 qisolate1  0x0000003f 
- 00024375  0x000063b9 setarg  0x00000080 
- 00024376  0x000063ba setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00024377  0x000063bb store  0x00000001 , 0x00004664 
- 00024378  0x000063bc rtn 
- 00024379  0x000063bf jam  0x00000008 , 0x000009ae 
- 00024380  0x000063c0 rtn 
- 00024381  0x000063c3 call  0x00005f43 
- 00024382  0x000063c5 fetch  0x00000001 , 0x00004665 
- 00024383  0x000063c6 rtn  0x00000034 
- 00024384  0x000063c7 jam  0x00000000 , 0x00004665 
- 00024385  0x000063c8 jam  0x00000038 , 0x00000a99 
- 00024386  0x000063c9 branch  0x00007d86 
- 00024387  0x000063ce call  0x000062fc 
- 00024388  0x000063cf ncall  0x00007965 , 0x00000001 
- 00024389  0x000063d0 call  0x00007975 , 0x00000001 
- 00024390  0x000063d1 call  0x000062fc 
- 00024391  0x000063d2 rtn  0x00000001 
- 00024392  0x000063d3 jam  0x0000000c , 0x000009ae 
- 00024393  0x000063d4 jam  0x00000001 , 0x000009b0 
- 00024394  0x000063d5 rtn 
- 00024395  0x000063d8 arg  0x00000a6e , 0x00000005 
- 00024396  0x000063d9 arg  0x00000552 , 0x00000006 
- 00024397  0x000063da call  0x00007ebf 
- 00024398  0x000063db fetch  0x00000001 , 0x00004662 
- 00024399  0x000063dc rtneq  0x00000002 
- 00024400  0x000063dd branch  0x000076d8 
- 00024401  0x000063e0 fetch  0x00000001 , 0x000009af 
- 00024402  0x000063e1 beq  0x00000007 , 0x00005f55 
- 00024403  0x000063e2 fetch  0x00000001 , 0x000009ae 
- 00024404  0x000063e3 bne  0x00000001 , 0x00005f68 
- 00024405  0x000063e5 fetch  0x00000001 , 0x000009b7 
- 00024406  0x000063e6 sub  0x0000003f , 0x00000020 , 0x00000005 
- 00024407  0x000063e7 nbranch  0x00005f68 , 0x00000002 
- 00024408  0x000063e8 arg  0x000009c6 , 0x00000005 
- 00024409  0x000063e9 iadd  0x00000005 , 0x00000005 
- 00024410  0x000063ea fetch  0x00000008 , 0x00000552 
- 00024411  0x000063eb istore  0x00000008 , 0x00000005 
- 00024412  0x000063ec fetch  0x00000008 , 0x0000055a 
- 00024413  0x000063ed istore  0x00000008 , 0x00000005 
- 00024414  0x000063ee fetch  0x00000001 , 0x000009b7 
- 00024415  0x000063ef increase  0x00000010 , 0x0000003f 
- 00024416  0x000063f0 store  0x00000001 , 0x000009b7 
- 00024417  0x000063f1 bne  0x00000030 , 0x00005e38 
- 00024418  0x000063f3 call  0x000062fc 
- 00024419  0x000063f4 branch  0x00005e38 , 0x00000001 
- 00024420  0x000063f5 jam  0x00000001 , 0x000009b8 
- 00024421  0x000063f6 jam  0x00000002 , 0x000009ae 
- 00024422  0x000063f7 jam  0x00000001 , 0x000009b0 
- 00024423  0x000063f8 branch  0x00005e38 
- 00024424  0x000063fa jam  0x00000024 , 0x0000007e 
- 00024425  0x000063fb branch  0x00005d53 
- 00024426  0x000063fd fetch  0x00000001 , 0x000009b6 
- 00024427  0x000063fe beq  0x00000030 , 0x00005f6e 
- 00024428  0x000063ff jam  0x0000003e , 0x0000007c 
- 00024429  0x00006400 branch  0x00005d07 
- 00024430  0x00006403 call  0x000062fc 
- 00024431  0x00006404 branch  0x00005f77 , 0x00000001 
- 00024432  0x00006405 fetch  0x00000001 , 0x00004662 
- 00024433  0x00006406 beq  0x00000002 , 0x00005f75 
- 00024434  0x00006407 jam  0x00000001 , 0x000009b0 
- 00024435  0x00006408 jam  0x00000004 , 0x000009ae 
- 00024436  0x00006409 branch  0x00005d07 
- 00024437  0x0000640c jam  0x00000036 , 0x00000a99 
- 00024438  0x0000640d branch  0x00007d86 
- 00024439  0x00006412 branch  0x00005d07 
- 00024440  0x00006415 fetch  0x00000001 , 0x000009af 
- 00024441  0x00006416 beq  0x00000007 , 0x00005f7c 
- 00024442  0x00006417 fetch  0x00000001 , 0x000009ae 
- 00024443  0x00006418 bne  0x00000006 , 0x00005f88 
- 00024444  0x0000641a arg  0x00000a2e , 0x00000005 
- 00024445  0x0000641b fetch  0x00000008 , 0x00000552 
- 00024446  0x0000641c istore  0x00000008 , 0x00000005 
- 00024447  0x0000641d fetch  0x00000008 , 0x0000055a 
- 00024448  0x0000641e istore  0x00000008 , 0x00000005 
- 00024449  0x0000641f call  0x000062fc 
- 00024450  0x00006420 branch  0x00005f86 , 0x00000001 
- 00024451  0x00006421 jam  0x00000007 , 0x000009ae 
- 00024452  0x00006422 jam  0x00000001 , 0x000009b0 
- 00024453  0x00006423 branch  0x00005e38 
- 00024454  0x00006425 jam  0x00000004 , 0x000009af 
- 00024455  0x00006426 branch  0x000076d8 
- 00024456  0x0000642a jam  0x00000024 , 0x0000007e 
- 00024457  0x0000642b branch  0x00005d53 
- 00024458  0x0000642e fetch  0x00000001 , 0x000009af 
- 00024459  0x0000642f beq  0x0000000b , 0x00005f8e 
- 00024460  0x00006430 fetch  0x00000001 , 0x000009ae 
- 00024461  0x00006431 bne  0x00000008 , 0x00005f9d 
- 00024462  0x00006433 arg  0x00000a5e , 0x00000005 
- 00024463  0x00006434 arg  0x00000552 , 0x00000006 
- 00024464  0x00006435 call  0x00007ebf 
- 00024465  0x00006436 call  0x000062fc 
- 00024466  0x00006437 branch  0x00005f9a , 0x00000001 
- 00024467  0x00006438 fetch  0x00000001 , 0x00004662 
- 00024468  0x00006439 beq  0x00000001 , 0x00005f9f 
- 00024469  0x0000643b jam  0x00000000 , 0x00004661 
- 00024470  0x0000643c jam  0x00000009 , 0x000009ae 
- 00024471  0x0000643d jam  0x00000001 , 0x000009b0 
- 00024472  0x0000643e jam  0x00000041 , 0x0000007d 
- 00024473  0x0000643f branch  0x00005d07 
- 00024474  0x00006442 jam  0x00000009 , 0x000009af 
- 00024475  0x00006443 jam  0x00000001 , 0x000009b1 
- 00024476  0x00006444 branch  0x00005d07 
- 00024477  0x00006446 jam  0x00000024 , 0x0000007e 
- 00024478  0x00006447 branch  0x00005d53 
- 00024479  0x0000644a fetch  0x00000001 , 0x00004661 
- 00024480  0x0000644b bbit1  0x00000007 , 0x00005fa4 
- 00024481  0x0000644c set1  0x00000006 , 0x0000003f 
- 00024482  0x0000644d store  0x00000001 , 0x00004661 
- 00024483  0x0000644e rtn 
- 00024484  0x00006451 bbit1  0x00000000 , 0x00005f95 
- 00024485  0x00006452 jam  0x00000000 , 0x00004661 
- 00024486  0x00006453 branch  0x00005f9d 
- 00024487  0x00006457 branch  0x00005d07 
- 00024488  0x0000645a fetch  0x00000001 , 0x0000016d 
- 00024489  0x0000645b set0  0x00000001 
- 00024490  0x0000645c store  0x00000001 , 0x0000016d 
- 00024491  0x0000645d call  0x00005e38 
- 00024492  0x0000645e nrtn  0x00000029 
- 00024493  0x0000645f fetch  0x00000001 , 0x00000552 
- 00024494  0x00006460 fetcht  0x00000001 , 0x0000004b 
- 00024495  0x00006461 setflag  0x00000034 , 0x00000004 , 0x00000002 
- 00024496  0x00006462 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
- 00024497  0x00006463 storet  0x00000001 , 0x0000004b 
- 00024498  0x00006464 rtn 
- 00024499  0x00006467 fetcht  0x00000008 , 0x00000552 
- 00024500  0x00006469 fetch  0x00000001 , 0x00000055 
- 00024501  0x0000646a rtnne  0x00000003 
- 00024502  0x0000646c fetch  0x00000001 , 0x0000016d 
- 00024503  0x0000646d bbit0  0x00000004 , 0x00005fba 
- 00024504  0x0000646f jam  0x00000014 , 0x00000055 
- 00024505  0x00006470 rtn 
- 00024506  0x00006472 jam  0x00000004 , 0x00000055 
- 00024507  0x00006473 rtn 
- 00024508  0x00006475 fetch  0x00000001 , 0x0000017f 
- 00024509  0x00006476 store  0x00000001 , 0x0000015b 
- 00024510  0x00006477 jam  0x00000003 , 0x0000007c 
- 00024511  0x00006478 jam  0x00000038 , 0x0000007d 
- 00024512  0x00006479 rtn 
- 00024513  0x0000647d jam  0x00000003 , 0x0000007c 
- 00024514  0x0000647e jam  0x00000039 , 0x0000007d 
- 00024515  0x0000647f force  0x00000009 , 0x00000039 
- 00024516  0x00006480 arg  0x00000552 , 0x00000006 
- 00024517  0x00006481 arg  0x00000152 , 0x00000005 
- 00024518  0x00006483 ifetch  0x00000001 , 0x00000006 
- 00024519  0x00006484 xor_into  0x00000055 , 0x0000003f 
- 00024520  0x00006485 istore  0x00000001 , 0x00000005 
- 00024521  0x00006486 loop  0x00005fc6 
- 00024522  0x00006487 fetch  0x00000001 , 0x00000152 
- 00024523  0x00006488 fetcht  0x00000001 , 0x00000151 
- 00024524  0x00006489 set0  0x00000007 , 0x00000002 
- 00024525  0x0000648a set0  0x00000004 , 0x00000002 
- 00024526  0x0000648b beq  0x000000ff , 0x00005fda 
- 00024527  0x0000648c beq  0x00000000 , 0x00005ff3 
- 00024528  0x0000648d beq  0x00000005 , 0x00005fe7 
- 00024529  0x0000648e beq  0x00000007 , 0x00005fe6 
- 00024530  0x0000648f beq  0x00000006 , 0x00005fe7 
- 00024531  0x00006490 beq  0x00000008 , 0x00005fe6 
- 00024532  0x00006491 beq  0x00000001 , 0x00005fdf 
- 00024533  0x00006492 beq  0x00000002 , 0x00005fdf 
- 00024534  0x00006493 beq  0x00000003 , 0x00005fdf 
- 00024535  0x00006494 beq  0x00000009 , 0x00005fdf 
- 00024536  0x00006495 beq  0x00000004 , 0x00005fdf 
- 00024537  0x00006496 rtn 
- 00024538  0x00006499 fetch  0x00000001 , 0x00000151 
- 00024539  0x0000649a set1  0x00000003 , 0x0000003f 
- 00024540  0x0000649b set1  0x00000002 , 0x0000003f 
- 00024541  0x0000649c store  0x00000001 , 0x00000151 
- 00024542  0x0000649d rtn 
- 00024543  0x0000649f set1  0x00000004 , 0x00000002 
- 00024544  0x000064a0 jam  0x00000005 , 0x00000180 
- 00024545  0x000064a1 fetch  0x00000002 , 0x00000159 
- 00024546  0x000064a2 iforce  0x00000039 
- 00024547  0x000064a3 store  0x00000002 , 0x0000015f 
- 00024548  0x000064a4 arg  0x00000551 , 0x00000005 
- 00024549  0x000064a5 call  0x00007f73 
- 00024550  0x000064a7 set1  0x00000007 , 0x00000002 
- 00024551  0x000064a9 set1  0x00000002 , 0x00000002 
- 00024552  0x000064aa force  0x00000000 , 0x0000003f 
- 00024553  0x000064ab store  0x00000001 , 0x0000000b 
- 00024554  0x000064ac store  0x00000002 , 0x000000fa 
- 00024555  0x000064ad store  0x00000002 , 0x000000fc 
- 00024556  0x000064ae store  0x00000002 , 0x000000f8 
- 00024557  0x000064af store  0x00000002 , 0x000000f6 
- 00024558  0x000064b0 fetch  0x00000001 , 0x00000153 
- 00024559  0x000064b1 compare  0x00000000 , 0x0000003f , 0x000000ff 
- 00024560  0x000064b2 setflag  0x00000001 , 0x00000006 , 0x00000002 
- 00024561  0x000064b3 storet  0x00000001 , 0x00000151 
- 00024562  0x000064b4 rtn 
- 00024563  0x000064b7 set0  0x00000011 , 0x00000000 
- 00024564  0x000064b8 jam  0x00000000 , 0x00000151 
- 00024565  0x000064b9 fetch  0x00000001 , 0x0000017f 
- 00024566  0x000064ba set0  0x00000006 , 0x0000003f 
- 00024567  0x000064bb store  0x00000001 , 0x0000017f 
- 00024568  0x000064bc rtn 
- 00024569  0x000064c3 arg  0x00000552 , 0x00000006 
- 00024570  0x000064c4 arg  0x00000562 , 0x00000005 
- 00024571  0x000064c5 branch  0x00007ebf 
- 00024572  0x000064c8 jam  0x00000009 , 0x0000007c 
- 00024573  0x000064c9 rtn 
- 00024574  0x000064cc nrtn  0x00000029 
- 00024575  0x000064cd jam  0x00000011 , 0x0000007c 
- 00024576  0x000064ce rtn 
- 00024577  0x000064d1 arg  0x000040a0 , 0x00000011 
- 00024578  0x000064d2 call  0x00007255 
- 00024579  0x000064d3 jam  0x00000003 , 0x0000007c 
- 00024580  0x000064d4 jam  0x00000008 , 0x0000007d 
- 00024581  0x000064d5 rtn 
- 00024582  0x000064d8 jam  0x0000000a , 0x00000072 
- 00024583  0x000064d9 jam  0x00000007 , 0x0000007c 
- 00024584  0x000064da jam  0x00000016 , 0x000004ca 
- 00024585  0x000064db rtn 
- 00024586  0x000064e2 bpatchx  0x00000082 , 0x00004030 
- 00024587  0x000064e3 disable  0x00000028 
- 00024588  0x000064e4 call  0x000062c1 
- 00024589  0x000064e5 fetch  0x00000001 , 0x00000048 
- 00024590  0x000064e6 rtn  0x00000034 
- 00024591  0x000064eb bbit1  0x00000007 , 0x0000603f 
- 00024592  0x000064ed beq  0x00000001 , 0x0000616f 
- 00024593  0x000064ee beq  0x00000002 , 0x000060e4 
- 00024594  0x000064ef beq  0x00000003 , 0x0000604a 
- 00024595  0x000064f0 beq  0x00000004 , 0x00006060 
- 00024596  0x000064f1 beq  0x00000027 , 0x000061db 
- 00024597  0x000064f2 beq  0x00000028 , 0x00006108 
- 00024598  0x000064f3 beq  0x00000030 , 0x000060f4 
- 00024599  0x000064f4 beq  0x00000025 , 0x000061d6 
- 00024600  0x000064f5 beq  0x00000026 , 0x00006103 
- 00024601  0x000064f6 beq  0x00000031 , 0x000061c3 
- 00024602  0x000064f7 beq  0x00000037 , 0x0000616a 
- 00024603  0x000064f8 beq  0x00000033 , 0x0000615c 
- 00024604  0x000064f9 beq  0x00000008 , 0x00006259 
- 00024605  0x000064fa beq  0x00000009 , 0x0000624f 
- 00024606  0x000064fb beq  0x0000000b , 0x00006264 
- 00024607  0x000064fc beq  0x0000000c , 0x0000626d 
- 00024608  0x000064fd beq  0x0000000f , 0x00006162 
- 00024609  0x000064fe beq  0x00000010 , 0x00006292 
- 00024610  0x000064ff beq  0x00000011 , 0x00006288 
- 00024611  0x00006500 beq  0x00000007 , 0x00006152 
- 00024612  0x00006501 beq  0x0000002a , 0x0000617e 
- 00024613  0x00006502 beq  0x0000000a , 0x0000617f 
- 00024614  0x00006504 beq  0x0000001f , 0x000061bc 
- 00024615  0x00006505 beq  0x00000006 , 0x000060f9 
- 00024616  0x00006506 beq  0x00000021 , 0x0000615f 
- 00024617  0x00006507 beq  0x0000002d , 0x000061b2 
- 00024618  0x00006508 beq  0x0000002e , 0x000061b7 
- 00024619  0x00006509 beq  0x00000022 , 0x0000615f 
- 00024620  0x0000650a beq  0x00000034 , 0x00006180 
- 00024621  0x0000650b beq  0x00000013 , 0x00006195 
- 00024622  0x0000650c beq  0x00000017 , 0x000061a4 
- 00024623  0x0000650d beq  0x00000012 , 0x0000628f 
- 00024624  0x0000650e beq  0x0000002f , 0x000061aa 
- 00024625  0x0000650f beq  0x00000018 , 0x000061af 
- 00024626  0x00006510 beq  0x0000003d , 0x000061ff 
- 00024627  0x00006511 beq  0x0000003e , 0x0000620b 
- 00024628  0x00006512 beq  0x0000003f , 0x0000621d 
- 00024629  0x00006513 beq  0x00000040 , 0x00006227 
- 00024630  0x00006514 beq  0x00000041 , 0x0000623c 
- 00024631  0x00006515 beq  0x00000023 , 0x0000624b 
- 00024632  0x00006516 beq  0x0000003b , 0x00006246 
- 00024633  0x00006518 beq  0x00000005 , 0x0000624c 
- 00024634  0x00006519 beq  0x00000029 , 0x0000624d 
- 00024635  0x0000651a beq  0x00000038 , 0x0000624e 
- 00024636  0x0000651b beq  0x00000039 , 0x00006175 
- 00024637  0x0000651d branch  0x00002a8c 
- 00024638  0x0000651e rtn 
- 00024639  0x00006520 beq  0x00000081 , 0x0000606d 
- 00024640  0x00006521 beq  0x00000084 , 0x00006099 
- 00024641  0x00006522 beq  0x00000082 , 0x00006076 
- 00024642  0x00006523 beq  0x00000083 , 0x0000610d 
- 00024643  0x00006524 beq  0x0000008b , 0x00006118 
- 00024644  0x00006525 beq  0x00000097 , 0x0000614e 
- 00024645  0x00006526 beq  0x00000099 , 0x000060d5 
- 00024646  0x00006527 beq  0x0000009a , 0x000060a4 
- 00024647  0x00006528 beq  0x00000095 , 0x000060da 
- 00024648  0x00006529 beq  0x00000096 , 0x000060db 
- 00024649  0x0000652a branch  0x00002a8c 
- 00024650  0x00006531 force  0x00000002 , 0x0000003f 
- 00024651  0x00006532 call  0x00006298 
- 00024652  0x00006533 fetch  0x00000001 , 0x00000049 
- 00024653  0x00006534 istore  0x00000001 , 0x00000005 
- 00024654  0x00006535 call  0x000062a7 
- 00024655  0x00006536 bpatchx  0x00000083 , 0x00004030 
- 00024656  0x00006537 fetch  0x00000001 , 0x00000049 
- 00024657  0x00006538 beq  0x00000008 , 0x00006080 
- 00024658  0x00006539 beq  0x0000000f , 0x00006084 
- 00024659  0x0000653a beq  0x00000010 , 0x0000608f 
- 00024660  0x0000653b beq  0x00000017 , 0x0000605f 
- 00024661  0x0000653c beq  0x00000033 , 0x00006092 
- 00024662  0x0000653d beq  0x00000041 , 0x00006098 
- 00024663  0x0000653e beq  0x00000011 , 0x00006059 
- 00024664  0x0000653f rtn 
- 00024665  0x00006542 fetch  0x00000001 , 0x00000055 
- 00024666  0x00006543 rtn  0x00000034 
- 00024667  0x00006544 jam  0x0000001b , 0x00000055 
- 00024668  0x00006545 setarg  0x0000000c 
- 00024669  0x00006546 arg  0x00000007 , 0x00000007 
- 00024670  0x00006547 branch  0x00007f08 
- 00024671  0x0000654a branch  0x000026c6 
- 00024672  0x0000654c force  0x00000003 , 0x0000003f 
- 00024673  0x0000654d call  0x00006298 
- 00024674  0x0000654e fetch  0x00000001 , 0x00000049 
- 00024675  0x0000654f beq  0x0000000b , 0x00006068 
- 00024676  0x00006550 istore  0x00000001 , 0x00000005 
- 00024677  0x00006551 fetch  0x00000001 , 0x0000004a 
- 00024678  0x00006552 istore  0x00000001 , 0x00000005 
- 00024679  0x00006553 branch  0x000062a7 
- 00024680  0x00006556 istore  0x00000001 , 0x00000005 
- 00024681  0x00006557 fetch  0x00000001 , 0x0000004a 
- 00024682  0x00006558 istore  0x00000001 , 0x00000005 
- 00024683  0x00006559 arg  0x000004d5 , 0x00000002 
- 00024684  0x0000655a branch  0x000062e2 
- 00024685  0x0000655d force  0x00000004 , 0x00000007 
- 00024686  0x0000655e call  0x000062a0 
- 00024687  0x0000655f setarg  0x0000007f 
- 00024688  0x00006560 istore  0x00000001 , 0x00000005 
- 00024689  0x00006561 fetch  0x00000001 , 0x00000049 
- 00024690  0x00006562 set0  0x00000007 , 0x0000003f 
- 00024691  0x00006563 istore  0x00000001 , 0x00000005 
- 00024692  0x00006564 fetch  0x00000001 , 0x00000049 
- 00024693  0x00006565 branch  0x000062a7 
- 00024694  0x00006568 force  0x00000005 , 0x00000007 
- 00024695  0x00006569 call  0x000062a0 
- 00024696  0x0000656a setarg  0x0000007f 
- 00024697  0x0000656b istore  0x00000001 , 0x00000005 
- 00024698  0x0000656c fetch  0x00000001 , 0x00000049 
- 00024699  0x0000656d set0  0x00000007 , 0x0000003f 
- 00024700  0x0000656e istore  0x00000001 , 0x00000005 
- 00024701  0x0000656f fetch  0x00000001 , 0x0000004a 
- 00024702  0x00006570 istore  0x00000001 , 0x00000005 
- 00024703  0x00006571 branch  0x000062a7 
- 00024704  0x00006575 call  0x0000244f 
- 00024705  0x00006576 call  0x000062f3 
- 00024706  0x00006577 rtn  0x00000001 
- 00024707  0x00006578 branch  0x00005ffc 
- 00024708  0x0000657b fetch  0x00000001 , 0x0000004b 
- 00024709  0x0000657c bbit1  0x00000005 , 0x0000608b 
- 00024710  0x0000657d rtnbit0  0x00000004 
- 00024711  0x0000657e jam  0x00000012 , 0x0000007c 
- 00024712  0x0000657f set0  0x00000004 , 0x0000003f 
- 00024713  0x00006580 call  0x000062eb 
- 00024714  0x00006581 branch  0x0000608d 
- 00024715  0x00006583 jam  0x00000010 , 0x0000007c 
- 00024716  0x00006584 set0  0x00000005 , 0x0000003f 
- 00024717  0x00006586 store  0x00000001 , 0x0000004b 
- 00024718  0x00006587 rtn 
- 00024719  0x0000658a call  0x000062fc 
- 00024720  0x0000658b branch  0x00005ffe , 0x00000001 
- 00024721  0x0000658c rtn 
- 00024722  0x0000658f jam  0x0000008b , 0x0000007c 
- 00024723  0x00006591 fetch  0x00000001 , 0x000004d1 
- 00024724  0x00006592 set1  0x00000000 , 0x0000003f 
- 00024725  0x00006593 store  0x00000001 , 0x000004d1 
- 00024726  0x00006594 jam  0x00000001 , 0x00000a99 
- 00024727  0x00006595 branch  0x00007d86 
- 00024728  0x00006599 rtn 
- 00024729  0x0000659e force  0x0000000c , 0x00000007 
- 00024730  0x0000659f call  0x000062a0 
- 00024731  0x000065a0 setarg  0x00000001 
- 00024732  0x000065a1 istore  0x00000001 , 0x00000005 
- 00024733  0x000065a2 fetch  0x00000002 , 0x000004ce 
- 00024734  0x000065a3 istore  0x00000002 , 0x00000005 
- 00024735  0x000065a4 setarg  0x00000000 
- 00024736  0x000065a5 istore  0x00000003 , 0x00000005 
- 00024737  0x000065a6 setarg  0x00000000 
- 00024738  0x000065a7 istore  0x00000004 , 0x00000005 
- 00024739  0x000065a8 branch  0x000062b0 
- 00024740  0x000065aa force  0x00000005 , 0x00000007 
- 00024741  0x000065ab call  0x000062a0 
- 00024742  0x000065ac fetch  0x00000003 , 0x0000465b 
- 00024743  0x000065ad istore  0x00000003 , 0x00000005 
- 00024744  0x000065ae call  0x000062b0 
- 00024745  0x000065af jam  0x00000001 , 0x00004665 
- 00024746  0x000065b0 fetch  0x00000001 , 0x0000465b 
- 00024747  0x000065b1 beq  0x00000001 , 0x000060b5 
- 00024748  0x000065b2 beq  0x00000002 , 0x000060af 
- 00024749  0x000065b3 beq  0x00000003 , 0x000060bb 
- 00024750  0x000065b4 rtn 
- 00024751  0x000065b7 fetch  0x00000001 , 0x0000465e 
- 00024752  0x000065b8 beq  0x00000000 , 0x000060c7 
- 00024753  0x000065b9 beq  0x00000001 , 0x000060c7 
- 00024754  0x000065ba beq  0x00000002 , 0x000060c7 
- 00024755  0x000065bb beq  0x00000003 , 0x000060c1 
- 00024756  0x000065bc rtn 
- 00024757  0x000065c0 fetch  0x00000001 , 0x0000465e 
- 00024758  0x000065c1 beq  0x00000000 , 0x000060c1 
- 00024759  0x000065c2 beq  0x00000001 , 0x000060c5 
- 00024760  0x000065c3 beq  0x00000002 , 0x000060c7 
- 00024761  0x000065c4 beq  0x00000003 , 0x000060c1 
- 00024762  0x000065c5 rtn 
- 00024763  0x000065c9 fetch  0x00000001 , 0x0000465e 
- 00024764  0x000065ca beq  0x00000000 , 0x000060c1 
- 00024765  0x000065cb beq  0x00000001 , 0x000060c1 
- 00024766  0x000065cc beq  0x00000002 , 0x000060c1 
- 00024767  0x000065cd beq  0x00000003 , 0x000060c1 
- 00024768  0x000065ce rtn 
- 00024769  0x000065d8 jam  0x00000003 , 0x00004662 
- 00024770  0x000065d9 fetch  0x00000001 , 0x0000455c 
- 00024771  0x000065da bbit1  0x00000000 , 0x000033e9 
- 00024772  0x000065db rtn 
- 00024773  0x000065df jam  0x00000001 , 0x00004662 
- 00024774  0x000065e0 rtn 
- 00024775  0x000065e7 jam  0x00000002 , 0x00004662 
- 00024776  0x000065e8 rtn 
- 00024777  0x000065ec arg  0x00000000 , 0x00000007 
- 00024778  0x000065ed branch  0x000060cd 
- 00024779  0x000065f0 arg  0x00000000 , 0x00000007 
- 00024780  0x000065f1 branch  0x000060d1 
- 00024781  0x000065f4 fetch  0x00000001 , 0x0000455c 
- 00024782  0x000065f5 qset1  0x0000003f 
- 00024783  0x000065f6 store  0x00000001 , 0x0000455c 
- 00024784  0x000065f7 rtn 
- 00024785  0x000065fa fetch  0x00000001 , 0x0000455c 
- 00024786  0x000065fb qset0  0x0000003f 
- 00024787  0x000065fc store  0x00000001 , 0x0000455c 
- 00024788  0x000065fd rtn 
- 00024789  0x00006601 force  0x00000005 , 0x00000007 
- 00024790  0x00006602 call  0x000062a0 
- 00024791  0x00006603 fetch  0x00000003 , 0x0000465b 
- 00024792  0x00006604 istore  0x00000003 , 0x00000005 
- 00024793  0x00006605 branch  0x000062b2 
- 00024794  0x0000660a rtn 
- 00024795  0x0000660c force  0x00000009 , 0x00000007 
- 00024796  0x0000660d call  0x000062a0 
- 00024797  0x0000660e fetch  0x00000001 , 0x00000095 
- 00024798  0x0000660f istore  0x00000001 , 0x00000005 
- 00024799  0x00006610 fetch  0x00000002 , 0x00000096 
- 00024800  0x00006611 istore  0x00000002 , 0x00000005 
- 00024801  0x00006612 fetch  0x00000004 , 0x00000091 
- 00024802  0x00006613 istore  0x00000004 , 0x00000005 
- 00024803  0x00006614 branch  0x000062b0 
- 00024804  0x00006617 force  0x00000011 , 0x0000003f 
- 00024805  0x00006618 call  0x00006298 
- 00024806  0x00006619 fetch  0x00000001 , 0x00000049 
- 00024807  0x0000661a copy  0x0000003f , 0x00000002 
- 00024808  0x0000661b beq  0x00000000 , 0x000060ec 
- 00024809  0x0000661c beq  0x0000000e , 0x000060ec 
- 00024810  0x0000661d beq  0x0000001c , 0x000060ec 
- 00024811  0x0000661e rtn 
- 00024812  0x00006620 istore  0x00000001 , 0x00000005 
- 00024813  0x00006621 fetch  0x00000001 , 0x00004515 
- 00024814  0x00006622 istore  0x00000001 , 0x00000005 
- 00024815  0x00006623 arg  0x0000000e , 0x00000039 
- 00024816  0x00006624 setarg  0x00004516 
- 00024817  0x00006625 iadd  0x00000002 , 0x00000006 
- 00024818  0x00006626 call  0x00007f01 
- 00024819  0x00006627 branch  0x000062b0 
- 00024820  0x0000662b force  0x00000003 , 0x0000003f 
- 00024821  0x0000662c call  0x00006298 
- 00024822  0x0000662d setarg  0x00000114 
- 00024823  0x0000662e istore  0x00000002 , 0x00000005 
- 00024824  0x0000662f branch  0x000062b0 
- 00024825  0x00006633 force  0x00000003 , 0x0000003f 
- 00024826  0x00006634 call  0x00006298 
- 00024827  0x00006635 fetch  0x00000004 , 0x00000165 
- 00024828  0x00006636 isub  0x00000022 , 0x0000003f 
- 00024829  0x00006637 branch  0x000060ff , 0x00000029 
- 00024830  0x00006638 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00024831  0x0000663b rshift2  0x0000003f , 0x0000003f 
- 00024832  0x0000663c set0  0x0000000f , 0x0000003f 
- 00024833  0x0000663d istore  0x00000002 , 0x00000005 
- 00024834  0x0000663e branch  0x000062b0 
- 00024835  0x00006641 force  0x00000006 , 0x0000003f 
- 00024836  0x00006642 call  0x00006298 
- 00024837  0x00006643 fetch  0x00000005 , 0x00004510 
- 00024838  0x00006644 istore  0x00000005 , 0x00000005 
- 00024839  0x00006645 branch  0x000062b0 
- 00024840  0x00006648 force  0x00000009 , 0x0000003f 
- 00024841  0x00006649 call  0x00006298 
- 00024842  0x0000664a fetch  0x00000008 , 0x00004098 
- 00024843  0x0000664b istore  0x00000008 , 0x00000005 
- 00024844  0x0000664c branch  0x000062b0 
- 00024845  0x00006654 force  0x0000000c , 0x00000007 
- 00024846  0x00006655 call  0x000062a0 
- 00024847  0x00006656 setarg  0x00000001 
- 00024848  0x00006657 istore  0x00000001 , 0x00000005 
- 00024849  0x00006658 fetch  0x00000002 , 0x000004ce 
- 00024850  0x00006659 istore  0x00000002 , 0x00000005 
- 00024851  0x0000665a setarg  0x00000000 
- 00024852  0x0000665b istore  0x00000003 , 0x00000005 
- 00024853  0x0000665c setarg  0x00000000 
- 00024854  0x0000665d istore  0x00000004 , 0x00000005 
- 00024855  0x0000665e branch  0x000062b2 
- 00024856  0x00006661 force  0x00000003 , 0x00000007 
- 00024857  0x00006662 call  0x000062a0 
- 00024858  0x00006663 fetch  0x00000001 , 0x0000415a 
- 00024859  0x00006664 istore  0x00000001 , 0x00000005 
- 00024860  0x00006665 disable  0x00000028 
- 00024861  0x00006666 call  0x000062b2 
- 00024862  0x00006667 nrtn  0x00000028 
- 00024863  0x00006668 nrtn  0x00000029 
- 00024864  0x00006669 fetch  0x00000001 , 0x000040d8 
- 00024865  0x0000666a rtnbit0  0x00000000 
- 00024866  0x0000666b call  0x00006132 
- 00024867  0x0000666c branch  0x0000613c 
- 00024868  0x00006670 bpatchx  0x00000084 , 0x00004030 
- 00024869  0x00006671 fetch  0x00000001 , 0x0000409e 
- 00024870  0x00006672 set1  0x00000003 , 0x0000003f 
- 00024871  0x00006673 store  0x00000001 , 0x0000409e 
- 00024872  0x00006674 setarg  0x00000101 
- 00024873  0x00006675 store  0x00000002 , 0x000004ce 
- 00024874  0x00006676 rtn 
- 00024875  0x00006679 bpatchx  0x00000085 , 0x00004030 
- 00024876  0x0000667a fetch  0x00000001 , 0x0000409e 
- 00024877  0x0000667b set0  0x00000003 , 0x0000003f 
- 00024878  0x0000667c store  0x00000001 , 0x0000409e 
- 00024879  0x0000667d setarg  0x00000000 
- 00024880  0x0000667e store  0x00000002 , 0x000004ce 
- 00024881  0x0000667f rtn 
- 00024882  0x00006682 jam  0x00000003 , 0x000040d8 
- 00024883  0x00006683 setarg  0x00000000 
- 00024884  0x00006684 store  0x00000004 , 0x00004142 
- 00024885  0x00006685 arg  0x000040da , 0x00000005 
- 00024886  0x00006686 call  0x00006140 
- 00024887  0x00006687 arg  0x000040e7 , 0x00000005 
- 00024888  0x00006688 call  0x00006140 
- 00024889  0x00006689 arg  0x00004146 , 0x00000005 
- 00024890  0x0000668a call  0x00006140 
- 00024891  0x0000668b branch  0x00006147 
- 00024892  0x0000668d arg  0x000040e7 , 0x00000005 
- 00024893  0x0000668e call  0x00006140 
- 00024894  0x0000668f call  0x00006147 
- 00024895  0x00006690 branch  0x0000614a 
- 00024896  0x00006694 setarg  0x00ffffff 
- 00024897  0x00006695 istore  0x00000003 , 0x00000005 
- 00024898  0x00006696 istore  0x00000003 , 0x00000005 
- 00024899  0x00006697 istore  0x00000003 , 0x00000005 
- 00024900  0x00006698 setarg  0x0000007f 
- 00024901  0x00006699 istore  0x00000001 , 0x00000005 
- 00024902  0x0000669a rtn 
- 00024903  0x0000669c setarg  0x00000000 
- 00024904  0x0000669d store  0x00000002 , 0x000040d6 
- 00024905  0x0000669e rtn 
- 00024906  0x000066a0 fetch  0x00000001 , 0x000040d8 
- 00024907  0x000066a1 set1  0x00000002 , 0x0000003f 
- 00024908  0x000066a2 store  0x00000001 , 0x000040d8 
- 00024909  0x000066a3 rtn 
- 00024910  0x000066a7 force  0x00000002 , 0x00000007 
- 00024911  0x000066a8 call  0x000062a0 
- 00024912  0x000066a9 nbranch  0x000062b0 , 0x00000029 
- 00024913  0x000066ab branch  0x000062b2 
- 00024914  0x000066b0 force  0x00000002 , 0x0000003f 
- 00024915  0x000066b1 call  0x00006298 
- 00024916  0x000066b2 fetch  0x00000001 , 0x000004ca 
- 00024917  0x000066b3 istore  0x00000001 , 0x00000005 
- 00024918  0x000066b4 call  0x000062b2 
- 00024919  0x000066b6 fetch  0x00000001 , 0x0000004b 
- 00024920  0x000066b7 set1  0x00000003 , 0x0000003f 
- 00024921  0x000066b8 store  0x00000001 , 0x0000004b 
- 00024922  0x000066b9 jam  0x00000032 , 0x00000072 
- 00024923  0x000066ba rtn 
- 00024924  0x000066be force  0x00000001 , 0x0000003f 
- 00024925  0x000066bf call  0x00006298 
- 00024926  0x000066c0 branch  0x000062b2 
- 00024927  0x000066c2 force  0x00000001 , 0x0000003f 
- 00024928  0x000066c3 call  0x00006298 
- 00024929  0x000066c4 branch  0x000062b0 
- 00024930  0x000066c8 force  0x00000002 , 0x0000003f 
- 00024931  0x000066c9 call  0x00006298 
- 00024932  0x000066ca fetch  0x00000001 , 0x0000004c 
- 00024933  0x000066cb isolate0  0x00000002 , 0x0000003f 
- 00024934  0x000066cc setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00024935  0x000066cd and_into  0x00000001 , 0x0000003f 
- 00024936  0x000066ce istore  0x00000001 , 0x00000005 
- 00024937  0x000066cf branch  0x000062b2 
- 00024938  0x000066d3 force  0x00000003 , 0x0000003f 
- 00024939  0x000066d4 call  0x00006298 
- 00024940  0x000066d5 fetch  0x00000002 , 0x00000051 
- 00024941  0x000066d6 istore  0x00000002 , 0x00000005 
- 00024942  0x000066d7 branch  0x000062b2 
- 00024943  0x000066da jam  0x000000fa , 0x00000072 
- 00024944  0x000066db force  0x00000002 , 0x0000003f 
- 00024945  0x000066dc call  0x00006298 
- 00024946  0x000066dd fetch  0x00000001 , 0x00000053 
- 00024947  0x000066de istore  0x00000001 , 0x00000005 
- 00024948  0x000066df branch  0x000062b2 
- 00024949  0x000066e2 force  0x0000000a , 0x0000003f 
- 00024950  0x000066e3 call  0x00006298 
- 00024951  0x000066e4 arg  0x00000152 , 0x00000006 
- 00024952  0x000066e5 force  0x00000009 , 0x00000039 
- 00024953  0x000066e7 ifetch  0x00000001 , 0x00000006 
- 00024954  0x000066e8 xor_into  0x00000055 , 0x0000003f 
- 00024955  0x000066e9 istore  0x00000001 , 0x00000005 
- 00024956  0x000066ea loop  0x00006179 
- 00024957  0x000066eb branch  0x000062b2 
- 00024958  0x000066ee branch  0x000062b2 
- 00024959  0x000066f0 branch  0x000062b2 
- 00024960  0x000066f3 rtn  0x00000029 
- 00024961  0x000066f4 call  0x0000282d 
- 00024962  0x000066f5 force  0x00000009 , 0x0000003f 
- 00024963  0x000066f6 call  0x00006298 
- 00024964  0x000066f7 fetch  0x00000002 , 0x00000171 
- 00024965  0x000066f8 istore  0x00000002 , 0x00000005 
- 00024966  0x000066f9 fetch  0x00000003 , 0x000040a0 
- 00024967  0x000066fa istore  0x00000003 , 0x00000005 
- 00024968  0x000066fb fetch  0x00000001 , 0x000040a3 
- 00024969  0x000066fc istore  0x00000001 , 0x00000005 
- 00024970  0x000066fd fetch  0x00000002 , 0x000040a4 
- 00024971  0x000066fe istore  0x00000002 , 0x00000005 
- 00024972  0x000066ff bmark0  0x00000003 , 0x00006191 
- 00024973  0x00006700 set0  0x00000003 , 0x00000000 
- 00024974  0x00006701 call  0x000062b2 
- 00024975  0x00006702 jam  0x00000013 , 0x0000007c 
- 00024976  0x00006703 rtn 
- 00024977  0x00006705 call  0x000062b0 
- 00024978  0x00006706 jam  0x00000003 , 0x0000007c 
- 00024979  0x00006707 jam  0x00000013 , 0x0000007d 
- 00024980  0x00006708 rtn 
- 00024981  0x0000670b arg  0x00000200 , 0x00000002 
- 00024982  0x0000670c branch  0x00006199 , 0x00000029 
- 00024983  0x0000670d deposit  0x00000028 
- 00024984  0x0000670e branch  0x0000619a 
- 00024985  0x00006710 deposit  0x00000022 
- 00024986  0x00006712 deposit  0x00000021 
- 00024987  0x00006713 iadd  0x00000002 , 0x0000003f 
- 00024988  0x00006714 and_into  0x000001fc , 0x0000003f 
- 00024989  0x00006715 store  0x00000004 , 0x00000034 
- 00024990  0x00006716 force  0x00000005 , 0x0000003f 
- 00024991  0x00006717 call  0x00006298 
- 00024992  0x00006718 fetch  0x00000004 , 0x00000034 
- 00024993  0x00006719 rshift  0x0000003f , 0x0000003f 
- 00024994  0x0000671a istore  0x00000004 , 0x00000005 
- 00024995  0x0000671b branch  0x000062b2 
- 00024996  0x0000671e force  0x0000000a , 0x0000003f 
- 00024997  0x0000671f call  0x00006298 
- 00024998  0x00006720 arg  0x000004d9 , 0x00000006 
- 00024999  0x00006721 ifetch  0x00000009 , 0x00000006 
- 00025000  0x00006722 istore  0x00000009 , 0x00000005 
- 00025001  0x00006723 branch  0x000062b2 
- 00025002  0x00006728 force  0x00000003 , 0x0000003f 
- 00025003  0x00006729 call  0x00006298 
- 00025004  0x0000672a setarg  0x00000114 
- 00025005  0x0000672b istore  0x00000002 , 0x00000005 
- 00025006  0x0000672c branch  0x000062b2 
- 00025007  0x00006730 force  0x00000001 , 0x0000003f 
- 00025008  0x00006731 call  0x00006298 
- 00025009  0x0000673a branch  0x000062b2 
- 00025010  0x0000673e force  0x00000002 , 0x0000003f 
- 00025011  0x0000673f call  0x00006298 
- 00025012  0x00006740 fetch  0x00000001 , 0x000040d0 
- 00025013  0x00006741 istore  0x00000001 , 0x00000005 
- 00025014  0x00006742 branch  0x000062b2 
- 00025015  0x00006746 force  0x00000002 , 0x0000003f 
- 00025016  0x00006747 call  0x00006298 
- 00025017  0x00006748 setarg  0x00000005 
- 00025018  0x00006749 istore  0x00000001 , 0x00000005 
- 00025019  0x0000674a branch  0x000062b2 
- 00025020  0x0000674e force  0x00000002 , 0x0000003f 
- 00025021  0x0000674f call  0x00006298 
- 00025022  0x00006750 setarg  0x00000000 
- 00025023  0x00006751 istore  0x00000001 , 0x00000005 
- 00025024  0x00006752 branch  0x000062b2 
- 00025025  0x00006756 jam  0x0000002e , 0x0000007c 
- 00025026  0x00006757 rtn 
- 00025027  0x00006759 fetch  0x00000001 , 0x00004092 
- 00025028  0x0000675a sub  0x0000003f , 0x0000000a , 0x0000003e 
- 00025029  0x0000675b call  0x000061c1 , 0x00000005 
- 00025030  0x0000675c fetch  0x00000001 , 0x00000030 
- 00025031  0x0000675d set1  0x00000004 , 0x0000003f 
- 00025032  0x0000675e store  0x00000001 , 0x00000030 
- 00025033  0x0000675f copy  0x00000022 , 0x0000003f 
- 00025034  0x00006760 store  0x00000004 , 0x000004e9 
- 00025035  0x00006761 fetch  0x00000001 , 0x000004d1 
- 00025036  0x00006762 bbit1  0x00000003 , 0x000061d4 
- 00025037  0x00006763 set1  0x00000003 , 0x0000003f 
- 00025038  0x00006764 store  0x00000001 , 0x000004d1 
- 00025039  0x00006765 jam  0x00000005 , 0x00000a99 
- 00025040  0x00006766 call  0x00007d86 
- 00025041  0x00006767 force  0x00000001 , 0x0000003f 
- 00025042  0x00006768 call  0x00006298 
- 00025043  0x00006769 branch  0x000062b2 
- 00025044  0x0000676b jam  0x00000000 , 0x00000048 
- 00025045  0x0000676c rtn 
- 00025046  0x0000676f force  0x00000006 , 0x0000003f 
- 00025047  0x00006770 call  0x00006298 
- 00025048  0x00006771 fetch  0x00000005 , 0x00004510 
- 00025049  0x00006772 istore  0x00000005 , 0x00000005 
- 00025050  0x00006773 branch  0x000062b2 
- 00025051  0x00006776 force  0x00000009 , 0x0000003f 
- 00025052  0x00006777 call  0x00006298 
- 00025053  0x00006778 fetch  0x00000008 , 0x00004098 
- 00025054  0x00006779 istore  0x00000008 , 0x00000005 
- 00025055  0x0000677a branch  0x000062b2 
- 00025056  0x0000677d jam  0x00000001 , 0x000009b1 
- 00025057  0x0000677e fetch  0x00000001 , 0x000045b1 
- 00025058  0x0000677f rtnne  0x00000001 
- 00025059  0x00006780 jam  0x00000013 , 0x000009af 
- 00025060  0x00006781 rtn 
- 00025061  0x00006784 call  0x000062ef 
- 00025062  0x00006785 jam  0x00000099 , 0x0000007c 
- 00025063  0x00006786 jam  0x00000003 , 0x000009af 
- 00025064  0x00006787 rtn 
- 00025065  0x0000678b call  0x000062ef 
- 00025066  0x0000678c jam  0x0000003d , 0x0000007c 
- 00025067  0x0000678d jam  0x00000007 , 0x000009af 
- 00025068  0x0000678e rtn 
- 00025069  0x00006791 arg  0x00000a4e , 0x00000011 
- 00025070  0x00006792 arg  0x00000a6e , 0x00000012 
- 00025071  0x00006793 arg  0x00000010 , 0x00000039 
- 00025072  0x00006794 call  0x00007f88 
- 00025073  0x00006795 branch  0x000061f7 , 0x00000005 
- 00025074  0x00006796 jam  0x00000000 , 0x000009af 
- 00025075  0x00006797 call  0x000076da 
- 00025076  0x00006798 jam  0x00000024 , 0x0000007e 
- 00025077  0x00006799 jam  0x00000040 , 0x0000007d 
- 00025078  0x0000679a branch  0x00005d53 
- 00025079  0x0000679c jam  0x0000000a , 0x000009af 
- 00025080  0x0000679d call  0x000076d8 
- 00025081  0x0000679e jam  0x00000040 , 0x0000007d 
- 00025082  0x0000679f branch  0x00005e38 
- 00025083  0x000067a4 jam  0x00000040 , 0x0000007c 
- 00025084  0x000067a5 rtn 
- 00025085  0x000067ac jam  0x0000003d , 0x0000007c 
- 00025086  0x000067ae rtn 
- 00025087  0x000067b5 jam  0x00000000 , 0x000009b6 
- 00025088  0x000067b6 force  0x00000004 , 0x0000003f 
- 00025089  0x000067b7 call  0x00006298 
- 00025090  0x000067b8 force  0x00000001 , 0x0000003f 
- 00025091  0x000067b9 istore  0x00000001 , 0x00000005 
- 00025092  0x000067ba force  0x00000001 , 0x0000003f 
- 00025093  0x000067bb istore  0x00000001 , 0x00000005 
- 00025094  0x000067bc force  0x00000030 , 0x0000003f 
- 00025095  0x000067bd istore  0x00000001 , 0x00000005 
- 00025096  0x000067be call  0x000062fc 
- 00025097  0x000067bf branch  0x000062b2 , 0x00000001 
- 00025098  0x000067c0 branch  0x000062b0 
- 00025099  0x000067c4 force  0x00000011 , 0x0000003f 
- 00025100  0x000067c5 call  0x00006298 
- 00025101  0x000067c6 fetch  0x00000001 , 0x000009b6 
- 00025102  0x000067c7 arg  0x0000462a , 0x00000006 
- 00025103  0x000067c8 iadd  0x00000006 , 0x00000006 
- 00025104  0x000067c9 ifetch  0x00000008 , 0x00000006 
- 00025105  0x000067ca istore  0x00000008 , 0x00000005 
- 00025106  0x000067cb ifetch  0x00000008 , 0x00000006 
- 00025107  0x000067cc istore  0x00000008 , 0x00000005 
- 00025108  0x000067cd fetch  0x00000001 , 0x000009b6 
- 00025109  0x000067ce increase  0x00000010 , 0x0000003f 
- 00025110  0x000067cf store  0x00000001 , 0x000009b6 
- 00025111  0x000067d0 call  0x000062fc 
- 00025112  0x000067d1 branch  0x000062b2 , 0x00000001 
- 00025113  0x000067d2 branch  0x000062b0 
- 00025114  0x000067d6 jam  0x00000006 , 0x000009ae 
- 00025115  0x000067d7 jam  0x0000003f , 0x0000007c 
- 00025116  0x000067d8 rtn 
- 00025117  0x000067dc force  0x00000011 , 0x0000003f 
- 00025118  0x000067dd call  0x00006298 
- 00025119  0x000067de arg  0x00000a4e , 0x00000006 
- 00025120  0x000067df ifetch  0x00000008 , 0x00000006 
- 00025121  0x000067e0 istore  0x00000008 , 0x00000005 
- 00025122  0x000067e1 ifetch  0x00000008 , 0x00000006 
- 00025123  0x000067e2 istore  0x00000008 , 0x00000005 
- 00025124  0x000067e3 branch  0x000062b0 
- 00025125  0x000067e6 jam  0x00000040 , 0x0000007c 
- 00025126  0x000067e7 rtn 
- 00025127  0x000067eb call  0x000062fc 
- 00025128  0x000067ec call  0x00007612 , 0x00000001 
- 00025129  0x000067ed force  0x00000011 , 0x0000003f 
- 00025130  0x000067ee call  0x00006298 
- 00025131  0x000067ef arg  0x00000a1e , 0x00000006 
- 00025132  0x000067f0 ifetch  0x00000008 , 0x00000006 
- 00025133  0x000067f1 istore  0x00000008 , 0x00000005 
- 00025134  0x000067f2 ifetch  0x00000008 , 0x00000006 
- 00025135  0x000067f3 istore  0x00000008 , 0x00000005 
- 00025136  0x000067f4 call  0x000062fc 
- 00025137  0x000067f5 nbranch  0x000062b0 , 0x00000001 
- 00025138  0x000067f6 branch  0x000062b2 , 0x00000001 
- 00025139  0x000067fa jam  0x0000000f , 0x000009af 
- 00025140  0x000067fc call  0x000062ef 
- 00025141  0x000067fd jam  0x0000000b , 0x0000007c 
- 00025142  0x000067fe call  0x00006307 
- 00025143  0x000067ff branch  0x0000764e , 0x00000001 
- 00025144  0x00006800 branch  0x00007658 
- 00025145  0x00006802 call  0x000062eb 
- 00025146  0x00006804 jam  0x00000041 , 0x0000007c 
- 00025147  0x00006805 rtn 
- 00025148  0x00006808 force  0x00000011 , 0x0000003f 
- 00025149  0x00006809 call  0x00006298 
- 00025150  0x0000680a arg  0x00000a4e , 0x00000006 
- 00025151  0x0000680b ifetch  0x00000008 , 0x00000006 
- 00025152  0x0000680c istore  0x00000008 , 0x00000005 
- 00025153  0x0000680d ifetch  0x00000008 , 0x00000006 
- 00025154  0x0000680e istore  0x00000008 , 0x00000005 
- 00025155  0x0000680f call  0x000062fc 
- 00025156  0x00006810 nbranch  0x000062b0 , 0x00000001 
- 00025157  0x00006811 branch  0x000062b2 , 0x00000001 
- 00025158  0x00006814 force  0x00000003 , 0x0000003f 
- 00025159  0x00006815 call  0x00006298 
- 00025160  0x00006816 setarg  0x0000fffe 
- 00025161  0x00006817 istore  0x00000002 , 0x00000005 
- 00025162  0x00006818 branch  0x000062b0 
- 00025163  0x0000681b branch  0x000062b2 
- 00025164  0x0000681d branch  0x000062b2 
- 00025165  0x0000681f branch  0x000062b2 
- 00025166  0x00006821 branch  0x000062b2 
- 00025167  0x00006827 call  0x0000630b 
- 00025168  0x00006828 arg  0x000040a0 , 0x00000011 
- 00025169  0x00006829 call  0x00006311 
- 00025170  0x0000682a force  0x00000011 , 0x0000003f 
- 00025171  0x0000682b call  0x00006298 
- 00025172  0x0000682c arg  0x00000582 , 0x00000011 
- 00025173  0x0000682d arg  0x00000562 , 0x00000012 
- 00025174  0x0000682e call  0x00007352 
- 00025175  0x0000682f nbranch  0x000062a7 , 0x00000029 
- 00025176  0x00006830 branch  0x000062ad 
- 00025177  0x00006833 call  0x0000630b 
- 00025178  0x00006834 arg  0x00000040 , 0x00000011 
- 00025179  0x00006835 call  0x00007255 
- 00025180  0x00006837 force  0x00000011 , 0x0000003f 
- 00025181  0x00006838 call  0x00006298 
- 00025182  0x00006839 arg  0x00000562 , 0x00000006 
- 00025183  0x0000683a call  0x00007ebf 
- 00025184  0x0000683b fetch  0x00000001 , 0x00000055 
- 00025185  0x0000683c beq  0x00000019 , 0x000062b2 
- 00025186  0x0000683d beq  0x00000018 , 0x000062b2 
- 00025187  0x0000683e branch  0x000062ad 
- 00025188  0x00006841 fetch  0x00000001 , 0x000009b5 
- 00025189  0x00006842 branch  0x0000626a , 0x00000034 
- 00025190  0x00006843 call  0x000062fc 
- 00025191  0x00006844 call  0x000062ef , 0x00000001 
- 00025192  0x00006845 ncall  0x000062eb , 0x00000001 
- 00025193  0x00006846 branch  0x0000626b 
- 00025194  0x00006848 call  0x000062ef 
- 00025195  0x0000684a call  0x0000630b 
- 00025196  0x0000684b branch  0x0000625c 
- 00025197  0x0000684e arg  0x000040a0 , 0x00000011 
- 00025198  0x0000684f call  0x00007288 
- 00025199  0x00006850 force  0x00000005 , 0x0000003f 
- 00025200  0x00006851 call  0x00006298 
- 00025201  0x00006852 fetch  0x00000004 , 0x00000592 
- 00025202  0x00006853 istore  0x00000004 , 0x00000005 
- 00025203  0x00006854 arg  0x000004d5 , 0x00000002 
- 00025204  0x00006855 call  0x000062e2 
- 00025205  0x00006856 call  0x00007386 
- 00025206  0x00006857 call  0x000062fc 
- 00025207  0x00006858 branch  0x0000627c , 0x00000001 
- 00025208  0x00006859 jam  0x00000001 , 0x000004d8 
- 00025209  0x0000685a fetch  0x00000001 , 0x000009b5 
- 00025210  0x0000685b rtn  0x00000034 
- 00025211  0x0000685c jam  0x0000000b , 0x0000007c 
- 00025212  0x0000685e fetch  0x00000001 , 0x000041bd 
- 00025213  0x0000685f rtn  0x00000034 
- 00025214  0x00006861 call  0x000062fc 
- 00025215  0x00006862 nbranch  0x00006284 , 0x00000001 
- 00025216  0x00006863 fetch  0x00000001 , 0x000004d7 
- 00025217  0x00006864 rtn  0x00000034 
- 00025218  0x00006865 jam  0x0000000f , 0x0000007c 
- 00025219  0x00006866 rtn 
- 00025220  0x00006868 rtnmark0  0x00000021 
- 00025221  0x00006869 set0  0x00000021 , 0x00000000 
- 00025222  0x0000686a jam  0x0000000f , 0x0000007c 
- 00025223  0x0000686b rtn 
- 00025224  0x00006870 call  0x0000630b 
- 00025225  0x00006871 call  0x0000728b 
- 00025226  0x00006872 force  0x00000011 , 0x0000003f 
- 00025227  0x00006873 call  0x00006298 
- 00025228  0x00006874 arg  0x00000562 , 0x00000006 
- 00025229  0x00006875 call  0x00007ebf 
- 00025230  0x00006876 branch  0x000062ad 
- 00025231  0x00006879 force  0x00000001 , 0x0000003f 
- 00025232  0x0000687a call  0x00006298 
- 00025233  0x0000687b branch  0x000062ad 
- 00025234  0x0000687e force  0x00000002 , 0x0000003f 
- 00025235  0x0000687f call  0x00006298 
- 00025236  0x00006880 force  0x00000010 , 0x0000003f 
- 00025237  0x00006881 istore  0x00000001 , 0x00000005 
- 00025238  0x00006882 store  0x00000001 , 0x00000054 
- 00025239  0x00006883 branch  0x000062ad 
- 00025240  0x00006887 lshift3  0x0000003f , 0x0000003f 
- 00025241  0x00006888 or_into  0x00000007 , 0x0000003f 
- 00025242  0x00006889 store  0x00000001 , 0x000004b6 
- 00025243  0x0000688a arg  0x00000011 , 0x00000039 
- 00025244  0x0000688b arg  0x000004b8 , 0x00000005 
- 00025245  0x0000688c call  0x00007ed4 
- 00025246  0x0000688d arg  0x000004b8 , 0x00000005 
- 00025247  0x0000688e rtn 
- 00025248  0x00006891 and  0x0000003f , 0x0000007f , 0x00000011 
- 00025249  0x00006892 jam  0x0000007f , 0x00000048 
- 00025250  0x00006893 deposit  0x00000007 
- 00025251  0x00006894 call  0x00006298 
- 00025252  0x00006895 deposit  0x00000011 
- 00025253  0x00006896 istore  0x00000001 , 0x00000005 
- 00025254  0x00006897 rtn 
- 00025255  0x0000689a fetch  0x00000001 , 0x00000048 
- 00025256  0x0000689b lshift  0x0000003f , 0x0000003f 
- 00025257  0x0000689c fetcht  0x00000001 , 0x0000004c 
- 00025258  0x0000689d isolate1  0x00000001 , 0x00000002 
- 00025259  0x0000689e setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00025260  0x0000689f branch  0x000062b7 
- 00025261  0x000068a3 fetcht  0x00000001 , 0x0000004c 
- 00025262  0x000068a4 and_into  0x00000001 , 0x00000002 
- 00025263  0x000068a5 branch  0x000062b3 
- 00025264  0x000068a8 force  0x00000000 , 0x00000002 
- 00025265  0x000068a9 branch  0x000062b3 
- 00025266  0x000068ac force  0x00000001 , 0x00000002 
- 00025267  0x000068ae fetch  0x00000001 , 0x00000048 
- 00025268  0x000068af lshift  0x0000003f , 0x0000003f 
- 00025269  0x000068b0 setflag  0x00000029 , 0x00000000 , 0x0000003f 
- 00025270  0x000068b1 ixor  0x00000002 , 0x0000003f 
- 00025271  0x000068b3 store  0x00000001 , 0x000004b7 
- 00025272  0x000068b4 jam  0x00000000 , 0x00000048 
- 00025273  0x000068b5 call  0x000062c7 
- 00025274  0x000068b6 enable  0x00000028 
- 00025275  0x000068b7 rtn 
- 00025276  0x000068bb fetch  0x00000001 , 0x0000007c 
- 00025277  0x000068bc rtn  0x00000034 
- 00025278  0x000068bd call  0x000062c1 
- 00025279  0x000068be fetch  0x00000001 , 0x0000007c 
- 00025280  0x000068bf rtn 
- 00025281  0x000068c2 bpatchx  0x00000086 , 0x00004030 
- 00025282  0x000068c3 fetch  0x00000001 , 0x00000048 
- 00025283  0x000068c4 branch  0x000062c7 , 0x00000034 
- 00025284  0x000068c5 fetch  0x00000001 , 0x00000078 
- 00025285  0x000068c6 nrtn  0x00000034 
- 00025286  0x000068c7 branch  0x000062d1 
- 00025287  0x000068c9 fetch  0x00000001 , 0x00000078 
- 00025288  0x000068ca branch  0x000062d7 , 0x00000034 
- 00025289  0x000068cb fetch  0x00000003 , 0x00000078 
- 00025290  0x000068cc store  0x00000003 , 0x00000048 
- 00025291  0x000068cd fetcht  0x00000001 , 0x0000007b 
- 00025292  0x000068ce fetch  0x00000001 , 0x0000004c 
- 00025293  0x000068cf set0  0x00000001 , 0x0000003f 
- 00025294  0x000068d0 ior  0x00000002 , 0x0000003f 
- 00025295  0x000068d1 store  0x00000001 , 0x0000004c 
- 00025296  0x000068d2 jam  0x00000000 , 0x00000078 
- 00025297  0x000068d4 fetch  0x00000001 , 0x0000007c 
- 00025298  0x000068d5 rtn  0x00000034 
- 00025299  0x000068d6 fetch  0x00000004 , 0x0000007c 
- 00025300  0x000068d7 store  0x00000004 , 0x00000078 
- 00025301  0x000068d8 jam  0x00000000 , 0x0000007c 
- 00025302  0x000068d9 rtn 
- 00025303  0x000068db fetch  0x00000001 , 0x0000007c 
- 00025304  0x000068dc rtn  0x00000034 
- 00025305  0x000068dd fetch  0x00000003 , 0x0000007c 
- 00025306  0x000068de store  0x00000003 , 0x00000048 
- 00025307  0x000068df fetcht  0x00000001 , 0x0000007f 
- 00025308  0x000068e0 fetch  0x00000001 , 0x0000004c 
- 00025309  0x000068e1 set0  0x00000001 , 0x0000003f 
- 00025310  0x000068e2 ior  0x00000002 , 0x0000003f 
- 00025311  0x000068e3 store  0x00000001 , 0x0000004c 
- 00025312  0x000068e4 jam  0x00000000 , 0x0000007c 
- 00025313  0x000068e5 rtn 
- 00025314  0x000068e9 bpatchx  0x00000087 , 0x00004030 
- 00025315  0x000068ea fetch  0x00000001 , 0x0000004c 
- 00025316  0x000068eb copy  0x0000003f , 0x00000013 
- 00025317  0x000068ec ifetch  0x00000001 , 0x00000002 
- 00025318  0x000068ed call  0x00005e52 
- 00025319  0x000068ee call  0x000062a7 
- 00025320  0x000068ef copy  0x00000013 , 0x0000003f 
- 00025321  0x000068f0 store  0x00000001 , 0x0000004c 
- 00025322  0x000068f1 rtn 
- 00025323  0x000068f4 fetcht  0x00000001 , 0x0000004c 
- 00025324  0x000068f5 set0  0x00000000 , 0x00000002 
- 00025325  0x000068f6 storet  0x00000001 , 0x0000004c 
- 00025326  0x000068f7 rtn 
- 00025327  0x000068fa fetcht  0x00000001 , 0x0000004c 
- 00025328  0x000068fb set1  0x00000000 , 0x00000002 
- 00025329  0x000068fc storet  0x00000001 , 0x0000004c 
- 00025330  0x000068fd rtn 
- 00025331  0x00006901 nsetflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00025332  0x00006902 fetcht  0x00000001 , 0x0000004c 
- 00025333  0x00006903 ixor  0x00000002 , 0x0000003f 
- 00025334  0x00006904 isolate1  0x00000001 , 0x0000003f 
- 00025335  0x00006905 rtn 
- 00025336  0x00006909 fetch  0x00000001 , 0x0000004c 
- 00025337  0x0000690a setflag  0x00000029 , 0x00000001 , 0x0000003f 
- 00025338  0x0000690b store  0x00000001 , 0x0000004c 
- 00025339  0x0000690c rtn 
- 00025340  0x00006910 fetch  0x00000001 , 0x000009b4 
- 00025341  0x00006911 compare  0x00000001 , 0x0000003f , 0x0000007f 
- 00025342  0x00006912 rtn 
- 00025343  0x00006914 fetch  0x00000001 , 0x000009b4 
- 00025344  0x00006915 set1  0x00000007 , 0x0000003f 
- 00025345  0x00006916 store  0x00000001 , 0x000009b4 
- 00025346  0x00006917 rtn 
- 00025347  0x00006919 fetch  0x00000001 , 0x000009b4 
- 00025348  0x0000691a set0  0x00000007 , 0x0000003f 
- 00025349  0x0000691b store  0x00000001 , 0x000009b4 
- 00025350  0x0000691c rtn 
- 00025351  0x0000691e fetch  0x00000001 , 0x000009b4 
- 00025352  0x0000691f isolate1  0x00000007 , 0x0000003f 
- 00025353  0x00006920 store  0x00000001 , 0x000009b4 
- 00025354  0x00006921 rtn 
- 00025355  0x00006925 arg  0x00000562 , 0x00000005 
- 00025356  0x00006927 force  0x00000010 , 0x00000039 
- 00025357  0x0000692a random  0x0000003f 
- 00025358  0x0000692b istore  0x00000001 , 0x00000005 
- 00025359  0x0000692c loop  0x0000630d 
- 00025360  0x0000692d rtn 
- 00025361  0x00006930 call  0x00007259 
- 00025362  0x00006931 arg  0x000041be , 0x00000011 
- 00025363  0x00006932 arg  0x00000592 , 0x00000012 
- 00025364  0x00006933 ifetch  0x00000008 , 0x00000011 
- 00025365  0x00006934 fetcht  0x00000001 , 0x00000030 
- 00025366  0x00006935 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
- 00025367  0x00006936 storet  0x00000001 , 0x00000030 
- 00025368  0x00006937 copy  0x00000011 , 0x00000005 
- 00025369  0x00006938 call  0x00007352 
- 00025370  0x00006939 branch  0x000021c4 
- 00025371  0x00006941 bpatchx  0x00000088 , 0x00004031 
- 00025372  0x00006943 call  0x000062bc 
- 00025373  0x00006944 nrtn  0x00000034 
- 00025374  0x00006946 fetch  0x00000001 , 0x00000055 
- 00025375  0x00006947 rtn  0x00000034 
- 00025376  0x0000694b beq  0x00000004 , 0x0000636f 
- 00025377  0x0000694c beq  0x00000005 , 0x00006374 
- 00025378  0x0000694d beq  0x00000002 , 0x00006366 
- 00025379  0x0000694e beq  0x00000003 , 0x0000637c 
- 00025380  0x0000694f beq  0x0000000e , 0x00006369 
- 00025381  0x00006950 beq  0x00000006 , 0x00006398 
- 00025382  0x00006951 beq  0x00000007 , 0x000063b0 
- 00025383  0x00006952 beq  0x00000009 , 0x000063b1 
- 00025384  0x00006953 beq  0x0000000a , 0x000063ba 
- 00025385  0x00006954 beq  0x0000000b , 0x000063be 
- 00025386  0x00006955 beq  0x0000000c , 0x00006386 
- 00025387  0x00006956 beq  0x0000000d , 0x00006389 
- 00025388  0x00006957 beq  0x0000000f , 0x0000638f 
- 00025389  0x00006958 beq  0x00000012 , 0x00006359 
- 00025390  0x00006959 beq  0x00000013 , 0x0000637c 
- 00025391  0x0000695a beq  0x00000010 , 0x0000635c 
- 00025392  0x0000695b beq  0x00000014 , 0x00006356 
- 00025393  0x0000695c beq  0x00000015 , 0x0000637c 
- 00025394  0x0000695d beq  0x00000016 , 0x00006350 
- 00025395  0x0000695e beq  0x00000018 , 0x00006355 
- 00025396  0x0000695f beq  0x00000017 , 0x00006349 
- 00025397  0x00006960 beq  0x00000019 , 0x0000634f 
- 00025398  0x00006961 beq  0x0000001a , 0x0000633a 
- 00025399  0x00006962 beq  0x0000001b , 0x00006344 
- 00025400  0x00006963 jam  0x00000000 , 0x00000055 
- 00025401  0x00006965 rtn 
- 00025402  0x00006967 fetch  0x00000001 , 0x000004d1 
- 00025403  0x00006968 rtnbit0  0x00000002 
- 00025404  0x00006969 rtnbit0  0x00000003 
- 00025405  0x0000696a jam  0x00000000 , 0x00000055 
- 00025406  0x0000696b call  0x00006340 
- 00025407  0x0000696c branch  0x00006cef 
- 00025408  0x0000696f fetch  0x00000001 , 0x0000016d 
- 00025409  0x00006970 rtnbit0  0x00000001 
- 00025410  0x00006971 jam  0x0000000a , 0x00000055 
- 00025411  0x00006972 rtn 
- 00025412  0x00006975 arg  0x00000007 , 0x00000007 
- 00025413  0x00006976 call  0x00007f16 
- 00025414  0x00006977 nrtn  0x00000034 
- 00025415  0x00006978 jam  0x0000001a , 0x00000055 
- 00025416  0x00006979 rtn 
- 00025417  0x0000697c fetch  0x00000001 , 0x0000016d 
- 00025418  0x0000697d set0  0x00000000 , 0x0000003f 
- 00025419  0x0000697e store  0x00000001 , 0x0000016d 
- 00025420  0x0000697f jam  0x00000019 , 0x00000055 
- 00025421  0x00006980 jam  0x0000000b , 0x0000007c 
- 00025422  0x00006981 rtn 
- 00025423  0x00006983 rtn 
- 00025424  0x00006985 fetch  0x00000001 , 0x000004d4 
- 00025425  0x00006986 rtnne  0x00000002 
- 00025426  0x00006987 call  0x000063c0 
- 00025427  0x00006988 jam  0x00000018 , 0x00000055 
- 00025428  0x00006989 rtn 
- 00025429  0x0000698c rtn 
- 00025430  0x0000698e jam  0x00000015 , 0x00000055 
- 00025431  0x0000698f jam  0x00000083 , 0x0000007c 
- 00025432  0x00006990 rtn 
- 00025433  0x00006992 jam  0x00000013 , 0x00000055 
- 00025434  0x00006993 jam  0x00000025 , 0x0000007c 
- 00025435  0x00006994 rtn 
- 00025436  0x00006997 fetch  0x00000001 , 0x0000455b 
- 00025437  0x00006998 rtneq  0x00000000 
- 00025438  0x00006999 beq  0x00000001 , 0x00006364 
- 00025439  0x0000699a arg  0x00000006 , 0x00000007 
- 00025440  0x0000699b call  0x00007f16 
- 00025441  0x0000699c nrtn  0x00000034 
- 00025442  0x0000699d jam  0x00000000 , 0x0000455b 
- 00025443  0x0000699e branch  0x0000637d 
- 00025444  0x000069a0 rtn  0x00000029 
- 00025445  0x000069a1 branch  0x00006398 
- 00025446  0x000069a4 jam  0x00000003 , 0x00000055 
- 00025447  0x000069a5 jam  0x00000027 , 0x0000007c 
- 00025448  0x000069a6 rtn 
- 00025449  0x000069a8 jam  0x00000013 , 0x0000007c 
- 00025450  0x000069a9 set1  0x00000003 , 0x00000000 
- 00025451  0x000069aa jam  0x00000005 , 0x00000055 
- 00025452  0x000069ab setarg  0x000001ff 
- 00025453  0x000069ac store  0x00000002 , 0x000004d2 
- 00025454  0x000069ad rtn 
- 00025455  0x000069af jam  0x00000005 , 0x00000055 
- 00025456  0x000069b0 jam  0x000000ff , 0x000004d2 
- 00025457  0x000069b1 set0  0x00000022 , 0x00000000 
- 00025458  0x000069b2 jam  0x00000033 , 0x0000007c 
- 00025459  0x000069b3 branch  0x00005d04 
- 00025460  0x000069b5 rtnmark1  0x00000022 
- 00025461  0x000069b6 fetch  0x00000002 , 0x000004d2 
- 00025462  0x000069b7 sub  0x0000003f , 0x00000001 , 0x0000003f 
- 00025463  0x000069b8 branch  0x0000637a , 0x00000005 
- 00025464  0x000069b9 store  0x00000002 , 0x000004d2 
- 00025465  0x000069ba rtn 
- 00025466  0x000069bc jam  0x0000000e , 0x00000055 
- 00025467  0x000069bd rtn 
- 00025468  0x000069c0 rtn 
- 00025469  0x000069c3 fetch  0x00000001 , 0x000004d1 
- 00025470  0x000069c4 rtnbit0  0x00000003 
- 00025471  0x000069c5 rtnbit0  0x00000002 
- 00025472  0x000069c6 fetch  0x00000001 , 0x0000016d 
- 00025473  0x000069c7 set0  0x00000002 , 0x0000003f 
- 00025474  0x000069c8 store  0x00000001 , 0x0000016d 
- 00025475  0x000069c9 jam  0x00000013 , 0x0000007c 
- 00025476  0x000069ca jam  0x00000010 , 0x00000055 
- 00025477  0x000069cb rtn 
- 00025478  0x000069ce jam  0x0000000d , 0x00000055 
- 00025479  0x000069cf jam  0x00000031 , 0x0000007c 
- 00025480  0x000069d0 rtn 
- 00025481  0x000069d3 fetch  0x00000001 , 0x000004d1 
- 00025482  0x000069d4 rtnbit0  0x00000002 
- 00025483  0x000069d5 jam  0x00000000 , 0x00000055 
- 00025484  0x000069d7 rtn 
- 00025485  0x000069d9 jam  0x00000006 , 0x00000055 
- 00025486  0x000069da rtn 
- 00025487  0x000069dd fetch  0x00000001 , 0x000004d2 
- 00025488  0x000069de increase  0xffffffff , 0x0000003f 
- 00025489  0x000069df branch  0x00006394 , 0x00000034 
- 00025490  0x000069e0 store  0x00000001 , 0x000004d2 
- 00025491  0x000069e1 rtn 
- 00025492  0x000069e3 jam  0x00000007 , 0x0000007c 
- 00025493  0x000069e4 jam  0x00000016 , 0x000004ca 
- 00025494  0x000069e5 jam  0x00000000 , 0x00000055 
- 00025495  0x000069e6 rtn 
- 00025496  0x000069e9 fetch  0x00000001 , 0x0000016d 
- 00025497  0x000069ea bbit1  0x00000002 , 0x0000637d 
- 00025498  0x000069eb bbit1  0x00000000 , 0x0000639d 
- 00025499  0x000069ed jam  0x0000001a , 0x00000055 
- 00025500  0x000069ee rtn 
- 00025501  0x000069f0 fetch  0x00000001 , 0x000041bd 
- 00025502  0x000069f1 branch  0x000063a9 , 0x00000034 
- 00025503  0x000069f2 fetch  0x00000001 , 0x000004d1 
- 00025504  0x000069f3 rtnbit0  0x00000003 
- 00025505  0x000069f4 rtnbit0  0x00000002 
- 00025506  0x000069f5 fetch  0x00000004 , 0x000004e9 
- 00025507  0x000069f6 arg  0x00000064 , 0x00000002 
- 00025508  0x000069f7 iadd  0x00000002 , 0x00000002 
- 00025509  0x000069f8 copy  0x00000022 , 0x0000003f 
- 00025510  0x000069f9 isub  0x00000002 , 0x0000003e 
- 00025511  0x000069fa nrtn  0x00000002 
- 00025512  0x000069fb branch  0x00006349 
- 00025513  0x00006a00 jam  0x00000016 , 0x00000055 
- 00025514  0x00006a01 jam  0x00000004 , 0x00004689 
- 00025515  0x00006a02 setarg  0x00003030 
- 00025516  0x00006a03 store  0x00000002 , 0x0000468a 
- 00025517  0x00006a04 istore  0x00000002 , 0x00000005 
- 00025518  0x00006a05 jam  0x00000002 , 0x000004d4 
- 00025519  0x00006a06 branch  0x00006350 
- 00025520  0x00006a09 rtn 
- 00025521  0x00006a0b fetch  0x00000001 , 0x0000016d 
- 00025522  0x00006a0c bbit1  0x00000001 , 0x000063b5 
- 00025523  0x00006a0d jam  0x0000001a , 0x00000055 
- 00025524  0x00006a0e rtn 
- 00025525  0x00006a11 fetch  0x00000001 , 0x0000016d 
- 00025526  0x00006a12 set0  0x00000001 , 0x0000003f 
- 00025527  0x00006a13 store  0x00000001 , 0x0000016d 
- 00025528  0x00006a14 jam  0x0000000f , 0x0000007c 
- 00025529  0x00006a15 rtn 
- 00025530  0x00006a18 fetch  0x00000001 , 0x000004d8 
- 00025531  0x00006a19 rtn  0x00000034 
- 00025532  0x00006a1a jam  0x00000000 , 0x00000055 
- 00025533  0x00006a1b branch  0x000063b5 
- 00025534  0x00006a1e jam  0x0000000c , 0x00000055 
- 00025535  0x00006a1f rtn 
- 00025536  0x00006a22 fetch  0x00000001 , 0x0000004b 
- 00025537  0x00006a23 bbit1  0x00000002 , 0x000063c5 
- 00025538  0x00006a24 call  0x000062ef 
- 00025539  0x00006a25 jam  0x00000008 , 0x0000007c 
- 00025540  0x00006a26 branch  0x00004d04 
- 00025541  0x00006a28 fetch  0x00000001 , 0x0000004b 
- 00025542  0x00006a29 set0  0x00000002 , 0x0000003f 
- 00025543  0x00006a2a store  0x00000001 , 0x0000004b 
- 00025544  0x00006a2b call  0x00006001 
- 00025545  0x00006a2c call  0x000062f8 
- 00025546  0x00006a2d branch  0x00004d04 
- 00025547  0x00006a30 setarg  0x00000004 
- 00025548  0x00006a31 store  0x00000001 , 0x00004689 
- 00025549  0x00006a32 setarg  0x00003030 
- 00025550  0x00006a33 istore  0x00000002 , 0x00000005 
- 00025551  0x00006a34 istore  0x00000002 , 0x00000005 
- 00025552  0x00006a35 rtn 
- 00025553  0x00006a3c bpatchx  0x0000008c , 0x00004031 
- 00025554  0x00006a3d hfetch  0x00000001 , 0x00008073 
- 00025555  0x00006a3e arg  0x00000006 , 0x00000002 
- 00025556  0x00006a3f ior  0x00000002 , 0x0000003f 
- 00025557  0x00006a40 hstore  0x00000001 , 0x00008073 
- 00025558  0x00006a41 hfetch  0x00000001 , 0x00008077 
- 00025559  0x00006a42 ior  0x00000002 , 0x0000003f 
- 00025560  0x00006a43 hstore  0x00000001 , 0x00008077 
- 00025561  0x00006a44 call  0x000063ee 
- 00025562  0x00006a45 hfetch  0x00000001 , 0x00008077 
- 00025563  0x00006a46 set0  0x00000001 , 0x0000003f 
- 00025564  0x00006a47 set0  0x00000002 , 0x0000003f 
- 00025565  0x00006a48 hstore  0x00000001 , 0x00008077 
- 00025566  0x00006a49 nop  0x0000001e 
- 00025567  0x00006a4a branch  0x000063f2 
- 00025568  0x00006a4d hfetch  0x00000001 , 0x00008073 
- 00025569  0x00006a4e arg  0x000000c0 , 0x00000002 
- 00025570  0x00006a4f ior  0x00000002 , 0x0000003f 
- 00025571  0x00006a50 hstore  0x00000001 , 0x00008073 
- 00025572  0x00006a51 hfetch  0x00000001 , 0x00008077 
- 00025573  0x00006a52 ior  0x00000002 , 0x0000003f 
- 00025574  0x00006a53 hstore  0x00000001 , 0x00008077 
- 00025575  0x00006a54 call  0x000063ee 
- 00025576  0x00006a55 hfetch  0x00000001 , 0x00008077 
- 00025577  0x00006a56 set0  0x00000006 , 0x0000003f 
- 00025578  0x00006a57 set0  0x00000007 , 0x0000003f 
- 00025579  0x00006a58 hstore  0x00000001 , 0x00008077 
- 00025580  0x00006a59 nop  0x0000001e 
- 00025581  0x00006a5a branch  0x000063f6 
- 00025582  0x00006a5d hfetch  0x00000001 , 0x00008081 
- 00025583  0x00006a5e and  0x0000003f , 0x000000fc , 0x0000003f 
- 00025584  0x00006a5f hstore  0x00000001 , 0x00008081 
- 00025585  0x00006a60 rtn 
- 00025586  0x00006a62 hfetch  0x00000001 , 0x00008081 
- 00025587  0x00006a63 or  0x0000003f , 0x00000001 , 0x0000003f 
- 00025588  0x00006a64 hstore  0x00000001 , 0x00008081 
- 00025589  0x00006a65 rtn 
- 00025590  0x00006a67 hfetch  0x00000001 , 0x00008081 
- 00025591  0x00006a68 or  0x0000003f , 0x00000003 , 0x0000003f 
- 00025592  0x00006a69 set0  0x00000004 , 0x0000003f 
- 00025593  0x00006a6a hstore  0x00000001 , 0x00008081 
- 00025594  0x00006a6b rtn 
- 00025595  0x00006a70 copy  0x0000003f , 0x00000012 
- 00025596  0x00006a71 call  0x0000640f 
- 00025597  0x00006a72 nop  0x00000064 
- 00025598  0x00006a73 copy  0x00000012 , 0x0000003f 
- 00025599  0x00006a74 call  0x00006414 
- 00025600  0x00006a75 copy  0x0000003f , 0x00000012 
- 00025601  0x00006a76 call  0x00006411 
- 00025602  0x00006a77 nop  0x00000064 
- 00025603  0x00006a78 copy  0x00000012 , 0x0000003f 
- 00025604  0x00006a79 rtn 
- 00025605  0x00006a7c copy  0x0000003f , 0x00000012 
- 00025606  0x00006a7d call  0x0000640f 
- 00025607  0x00006a7e nop  0x00000064 
- 00025608  0x00006a7f copy  0x00000012 , 0x0000003f 
- 00025609  0x00006a80 call  0x00006413 
- 00025610  0x00006a81 call  0x00006411 
- 00025611  0x00006a82 nop  0x00000064 
- 00025612  0x00006a83 rtn 
- 00025613  0x00006a87 fetcht  0x00000001 , 0x00004214 
- 00025614  0x00006a88 branch  0x0000680e 
- 00025615  0x00006a8c fetcht  0x00000001 , 0x00004214 
- 00025616  0x00006a8d branch  0x00006829 
- 00025617  0x00006a91 fetcht  0x00000001 , 0x00004214 
- 00025618  0x00006a92 branch  0x00006825 
- 00025619  0x00006a96 branch  0x000064ec 
- 00025620  0x00006a99 branch  0x000064f3 
- 00025621  0x00006aa1 nbranch  0x00006419 , 0x00000028 
- 00025622  0x00006aa2 hfetch  0x00000001 , 0x00008085 
- 00025623  0x00006aa3 or_into  0x00000002 , 0x0000003f 
- 00025624  0x00006aa4 hstore  0x00000001 , 0x00008085 
- 00025625  0x00006aa6 copy  0x00000002 , 0x0000003e 
- 00025626  0x00006aa7 branch  0x0000641c , 0x00000005 
- 00025627  0x00006aa8 copy  0x00000013 , 0x0000003d 
- 00025628  0x00006aaa isolate0  0x00000000 , 0x0000003e 
- 00025629  0x00006aab branch  0x000064b9 
- 00025630  0x00006aaf force  0x00000004 , 0x00000002 
- 00025631  0x00006ab1 arg  0x000001fe , 0x00000011 
- 00025632  0x00006ab2 hfetch  0x00000001 , 0x00008085 
- 00025633  0x00006ab3 and_into  0x000000fd , 0x0000003f 
- 00025634  0x00006ab4 hstore  0x00000001 , 0x00008085 
- 00025635  0x00006ab5 call  0x00006419 
- 00025636  0x00006ab6 arg  0x000055aa , 0x00000011 
- 00025637  0x00006ab7 fetch  0x00000002 , 0x000001fe 
- 00025638  0x00006ab8 ifetcht  0x00000002 , 0x00000006 
- 00025639  0x00006ab9 isub  0x00000011 , 0x0000003e 
- 00025640  0x00006aba rtn 
- 00025641  0x00006abd arg  0x00000002 , 0x00000002 
- 00025642  0x00006abe arg  0x00000204 , 0x00000011 
- 00025643  0x00006abf call  0x00006419 
- 00025644  0x00006ac0 fetch  0x00000002 , 0x00000204 
- 00025645  0x00006ac1 store  0x00000002 , 0x000001f7 
- 00025646  0x00006ac2 call  0x00006430 , 0x00000028 
- 00025647  0x00006ac3 rtn 
- 00025648  0x00006ac6 arg  0x00000010 , 0x00000002 
- 00025649  0x00006ac7 arg  0x00000206 , 0x00000011 
- 00025650  0x00006ac8 hfetch  0x00000001 , 0x00008085 
- 00025651  0x00006ac9 and_into  0x000000fd , 0x0000003f 
- 00025652  0x00006aca hstore  0x00000001 , 0x00008085 
- 00025653  0x00006acb call  0x00006419 
- 00025654  0x00006acc arg  0x00000206 , 0x00000006 
- 00025655  0x00006acd arg  0x00000010 , 0x00000039 
- 00025656  0x00006ace call  0x00007478 
- 00025657  0x00006acf call  0x00007428 
- 00025658  0x00006ad0 call  0x00007491 
- 00025659  0x00006ad1 branch  0x00007422 
- 00025660  0x00006ad4 disable  0x0000002d 
- 00025661  0x00006ad5 call  0x0000641e 
- 00025662  0x00006ad6 nrtn  0x00000005 
- 00025663  0x00006ad7 enable  0x0000002d 
- 00025664  0x00006ad8 jam  0x00000080 , 0x00008023 
- 00025665  0x00006ad9 jam  0x00000000 , 0x00008022 
- 00025666  0x00006ada jam  0x00000000 , 0x00008024 
- 00025667  0x00006adb arg  0x00008025 , 0x00000011 
- 00025668  0x00006adc call  0x00006415 
- 00025669  0x00006add jam  0x00000000 , 0x00008023 
- 00025670  0x00006adf arg  0x00000006 , 0x00000002 
- 00025671  0x00006ae0 call  0x0000641f 
- 00025672  0x00006ae1 nrtn  0x00000005 
- 00025673  0x00006ae2 ifetch  0x00000002 , 0x00000006 
- 00025674  0x00006ae3 iforce  0x00000011 
- 00025675  0x00006ae4 call  0x00006419 
- 00025676  0x00006ae5 branch  0x00006446 
- 00025677  0x00006aea call  0x00007f99 
- 00025678  0x00006aeb setarg  0x00001000 
- 00025679  0x00006aec store  0x00000002 , 0x000001f7 
- 00025680  0x00006aed arg  0x000065e5 , 0x00000013 
- 00025681  0x00006aee arg  0x00000002 , 0x00000039 
- 00025682  0x00006af0 call  0x0000641e 
- 00025683  0x00006af1 nrtn  0x00000005 
- 00025684  0x00006af2 fetch  0x00000002 , 0x000001f7 
- 00025685  0x00006af3 byteswap  0x0000003f , 0x0000003f 
- 00025686  0x00006af4 iadd  0x00000002 , 0x0000003f 
- 00025687  0x00006af5 byteswap  0x0000003f , 0x0000003f 
- 00025688  0x00006af6 store  0x00000002 , 0x000001f7 
- 00025689  0x00006af7 loop  0x00006452 
- 00025690  0x00006af8 branch  0x00006446 
- 00025691  0x00006afb call  0x00007f99 
- 00025692  0x00006afc disable  0x00000028 
- 00025693  0x00006afd call  0x0000666a 
- 00025694  0x00006afe setarg  0x00000000 
- 00025695  0x00006aff arg  0x000001f3 , 0x00000011 
- 00025696  0x00006b00 arg  0x00000002 , 0x00000002 
- 00025697  0x00006b01 call  0x000066b3 
- 00025698  0x00006b02 fetch  0x00000002 , 0x000001f3 
- 00025699  0x00006b03 bbit0  0x00000007 , 0x0000646e 
- 00025700  0x00006b04 jam  0x00000025 , 0x00008050 
- 00025701  0x00006b05 setarg  0x000007f0 
- 00025702  0x00006b06 arg  0x00000206 , 0x00000011 
- 00025703  0x00006b07 arg  0x00000010 , 0x00000002 
- 00025704  0x00006b08 call  0x000066b3 
- 00025705  0x00006b09 jam  0x00000008 , 0x00008006 
- 00025706  0x00006b0a set1  0x0000002b , 0x00000000 
- 00025707  0x00006b0b arg  0x00000206 , 0x00000006 
- 00025708  0x00006b0c call  0x00007484 
- 00025709  0x00006b0d enable  0x00000028 
- 00025710  0x00006b0f jam  0x00000000 , 0x000041da 
- 00025711  0x00006b11 call  0x000064b0 
- 00025712  0x00006b12 fetch  0x00000002 , 0x000001f3 
- 00025713  0x00006b13 byteswap  0x0000003f , 0x0000003f 
- 00025714  0x00006b14 arg  0x000007ff , 0x00000002 
- 00025715  0x00006b15 iand  0x00000002 , 0x0000003f 
- 00025716  0x00006b16 branch  0x0000647b , 0x00000005 
- 00025717  0x00006b17 call  0x0000666f 
- 00025718  0x00006b18 arg  0x000066b8 , 0x00000013 
- 00025719  0x00006b19 call  0x00006430 , 0x00000028 
- 00025720  0x00006b1a call  0x0000643c 
- 00025721  0x00006b1b fetch  0x00000001 , 0x000001f2 
- 00025722  0x00006b1c bbit0  0x00000000 , 0x0000646f 
- 00025723  0x00006b1f call  0x0000666d 
- 00025724  0x00006b20 jam  0x00000000 , 0x000041da 
- 00025725  0x00006b22 call  0x000064b0 
- 00025726  0x00006b23 call  0x000065c2 
- 00025727  0x00006b24 fetch  0x00000001 , 0x000001f3 
- 00025728  0x00006b25 bbit1  0x00000006 , 0x0000648e 
- 00025729  0x00006b26 call  0x000064aa 
- 00025730  0x00006b27 nbranch  0x00006486 , 0x0000002d 
- 00025731  0x00006b28 fetch  0x00000001 , 0x000001f2 
- 00025732  0x00006b29 bbit0  0x00000000 , 0x0000647d 
- 00025733  0x00006b2a branch  0x0000649b 
- 00025734  0x00006b2c call  0x000065bf 
- 00025735  0x00006b2d fetch  0x00000001 , 0x000001f3 
- 00025736  0x00006b2e bbit1  0x00000006 , 0x0000648e 
- 00025737  0x00006b2f call  0x000064aa 
- 00025738  0x00006b30 nbranch  0x0000648e , 0x0000002d 
- 00025739  0x00006b31 fetch  0x00000001 , 0x000001f2 
- 00025740  0x00006b32 bbit0  0x00000000 , 0x0000647d 
- 00025741  0x00006b33 branch  0x0000649b 
- 00025742  0x00006b36 jam  0x00000000 , 0x000041da 
- 00025743  0x00006b38 call  0x000064b0 
- 00025744  0x00006b39 fetch  0x00000001 , 0x000001f3 
- 00025745  0x00006b3a bbit1  0x00000005 , 0x0000649b 
- 00025746  0x00006b3b setarg  0x00000000 
- 00025747  0x00006b3c store  0x00000003 , 0x000001f6 
- 00025748  0x00006b3d call  0x00006502 
- 00025749  0x00006b3e arg  0x00006578 , 0x00000013 
- 00025750  0x00006b3f call  0x00006429 
- 00025751  0x00006b40 call  0x0000643c 
- 00025752  0x00006b41 nbranch  0x0000649b , 0x0000002d 
- 00025753  0x00006b42 fetch  0x00000001 , 0x000001f2 
- 00025754  0x00006b43 bbit0  0x00000000 , 0x0000648f 
- 00025755  0x00006b46 bmark1  0x0000002b , 0x0000649d 
- 00025756  0x00006b47 call  0x000064a3 
- 00025757  0x00006b49 fetch  0x00000001 , 0x000001f3 
- 00025758  0x00006b4a bbit0  0x00000004 , 0x000064a3 
- 00025759  0x00006b4b jam  0x00000021 , 0x00008050 
- 00025760  0x00006b4c call  0x00004c0e 
- 00025761  0x00006b4e call  0x00004c2e 
- 00025762  0x00006b4f branch  0x000064a1 
- 00025763  0x00006b52 setarg  0x00000000 
- 00025764  0x00006b53 store  0x00000008 , 0x00000206 
- 00025765  0x00006b54 store  0x00000008 , 0x0000020e 
- 00025766  0x00006b55 force  0x00000004 , 0x00000038 
- 00025767  0x00006b56 call  0x00007492 
- 00025768  0x00006b57 jam  0x00000021 , 0x00008050 
- 00025769  0x00006b58 rtn 
- 00025770  0x00006b5c setarg  0x00000000 
- 00025771  0x00006b5d store  0x00000002 , 0x000001f7 
- 00025772  0x00006b5e arg  0x000065e5 , 0x00000013 
- 00025773  0x00006b5f call  0x000065a3 
- 00025774  0x00006b60 call  0x00006429 
- 00025775  0x00006b61 branch  0x0000643c 
- 00025776  0x00006b65 fetch  0x00000001 , 0x000041da 
- 00025777  0x00006b66 increase  0x00000001 , 0x0000003f 
- 00025778  0x00006b67 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00025779  0x00006b68 nbranch  0x000064b6 , 0x00000002 
- 00025780  0x00006b69 store  0x00000001 , 0x000041da 
- 00025781  0x00006b6a rtn 
- 00025782  0x00006b6d call  0x000064a3 
- 00025783  0x00006b6e call  0x00007fa1 
- 00025784  0x00006b6f rtn 
- 00025785  0x00006b74 fetch  0x00000001 , 0x000001f2 
- 00025786  0x00006b75 lshift  0x0000003f , 0x0000003f 
- 00025787  0x00006b76 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00025788  0x00006b77 isolate0  0x0000000f , 0x00000011 
- 00025789  0x00006b78 rtn  0x00000001 
- 00025790  0x00006b79 store  0x00000001 , 0x000001f2 
- 00025791  0x00006b7a rtn 
- 00025792  0x00006b7e hfetch  0x00000001 , 0x00008085 
- 00025793  0x00006b7f rtnbit0  0x00000001 
- 00025794  0x00006b80 branch  0x000064c6 
- 00025795  0x00006b82 hfetch  0x00000001 , 0x0000812c 
- 00025796  0x00006b83 qisolate1  0x0000003f 
- 00025797  0x00006b84 rtn  0x00000001 
- 00025798  0x00006b86 hfetch  0x00000001 , 0x00008108 
- 00025799  0x00006b87 bbit0  0x00000001 , 0x000064c3 
- 00025800  0x00006b88 call  0x00007422 
- 00025801  0x00006b89 branch  0x000064c3 
- 00025802  0x00006b8e fetch  0x00000002 , 0x00004199 
- 00025803  0x00006b8f rtn  0x00000034 
- 00025804  0x00006b90 jam  0x00000080 , 0x00008023 
- 00025805  0x00006b91 jam  0x00000000 , 0x00008022 
- 00025806  0x00006b92 jam  0x00000000 , 0x00008024 
- 00025807  0x00006b93 fetcht  0x00000002 , 0x0000419b 
- 00025808  0x00006b94 lshift2  0x00000002 , 0x00000039 
- 00025809  0x00006b95 iforce  0x00000006 
- 00025810  0x00006b97 ifetch  0x00000001 , 0x00000006 
- 00025811  0x00006b98 hstore  0x00000001 , 0x00008025 
- 00025812  0x00006b99 loop  0x000064d2 
- 00025813  0x00006b9a jam  0x00000000 , 0x00008023 
- 00025814  0x00006b9b rtn 
- 00025815  0x00006ba1 bpatchx  0x0000008d , 0x00004031 
- 00025816  0x00006ba2 call  0x000064dd 
- 00025817  0x00006ba3 branch  0x000063f2 
- 00025818  0x00006ba6 call  0x000064dd 
- 00025819  0x00006ba7 call  0x000063ee 
- 00025820  0x00006ba8 branch  0x000063f6 
- 00025821  0x00006bab fetch  0x00000001 , 0x00004212 
- 00025822  0x00006bac hstore  0x00000001 , 0x00008086 
- 00025823  0x00006bad fetch  0x00000001 , 0x00004213 
- 00025824  0x00006bae hstore  0x00000001 , 0x00008087 
- 00025825  0x00006baf setarg  0x000001f5 
- 00025826  0x00006bb0 hstore  0x00000002 , 0x0000808a 
- 00025827  0x00006bb1 setarg  0x000001fa 
- 00025828  0x00006bb2 hstore  0x00000002 , 0x0000808c 
- 00025829  0x00006bb3 branch  0x000063ee 
- 00025830  0x00006bb6 hfetch  0x00000001 , 0x00008086 
- 00025831  0x00006bb7 set1  0x00000007 , 0x0000003f 
- 00025832  0x00006bb8 hstore  0x00000001 , 0x00008086 
- 00025833  0x00006bb9 set0  0x00000007 , 0x0000003f 
- 00025834  0x00006bba hstore  0x00000001 , 0x00008086 
- 00025835  0x00006bbb rtn 
- 00025836  0x00006bc0 set1  0x00000007 , 0x0000003f 
- 00025837  0x00006bc1 store  0x00000002 , 0x000001f5 
- 00025838  0x00006bc2 bpatchx  0x0000008e , 0x00004031 
- 00025839  0x00006bc3 jam  0x00000002 , 0x00008088 
- 00025840  0x00006bc4 jam  0x00000000 , 0x0000808e 
- 00025841  0x00006bc5 jam  0x00000002 , 0x00008006 
- 00025842  0x00006bc6 branch  0x000064fc 
- 00025843  0x00006bca force  0x00000001 , 0x00000002 
- 00025844  0x00006bce store  0x00000001 , 0x000001f5 
- 00025845  0x00006bcf bpatchx  0x0000008f , 0x00004031 
- 00025846  0x00006bd0 jam  0x00000001 , 0x00008088 
- 00025847  0x00006bd1 hstoret  0x00000002 , 0x0000808e 
- 00025848  0x00006bd2 jam  0x00000002 , 0x00008006 
- 00025849  0x00006bd3 call  0x000064fc 
- 00025850  0x00006bd4 fetch  0x00000001 , 0x000001fa 
- 00025851  0x00006bd5 rtn 
- 00025852  0x00006bd8 fetch  0x00000002 , 0x000040d6 
- 00025853  0x00006bd9 increase  0x00000001 , 0x0000003f 
- 00025854  0x00006bda store  0x00000002 , 0x000040d6 
- 00025855  0x00006bdb hfetch  0x00000001 , 0x0000812c 
- 00025856  0x00006bdc bbit0  0x00000003 , 0x000064fc 
- 00025857  0x00006bdd rtn 
- 00025858  0x00006be0 jam  0x00000040 , 0x00008086 
- 00025859  0x00006be1 jam  0x00000000 , 0x00008087 
- 00025860  0x00006be2 hfetch  0x00000001 , 0x00008081 
- 00025861  0x00006be3 set0  0x00000000 , 0x0000003f 
- 00025862  0x00006be4 set1  0x00000001 , 0x0000003f 
- 00025863  0x00006be5 hstore  0x00000001 , 0x00008081 
- 00025864  0x00006be6 setarg  0x00000000 
- 00025865  0x00006be7 store  0x00000004 , 0x000001f5 
- 00025866  0x00006be8 rtn 
- 00025867  0x00006bec setarg  0x00000000 
- 00025868  0x00006bed hstore  0x00000002 , 0x0000808e 
- 00025869  0x00006bee setarg  0x00000001 
- 00025870  0x00006bef hstore  0x00000002 , 0x00008088 
- 00025871  0x00006bf0 setarg  0x000001f5 
- 00025872  0x00006bf1 hstore  0x00000002 , 0x0000808a 
- 00025873  0x00006bf2 jam  0x00000006 , 0x000001f5 
- 00025874  0x00006bf3 jam  0x00000002 , 0x00008006 
- 00025875  0x00006bf4 branch  0x000064fc 
- 00025876  0x00006c04 disable  0x00000028 
- 00025877  0x00006c05 copy  0x0000003f , 0x00000012 
- 00025878  0x00006c06 fetch  0x00000001 , 0x00004239 
- 00025879  0x00006c07 rtnne  0x00000000 
- 00025880  0x00006c08 enable  0x00000028 
- 00025881  0x00006c09 copy  0x00000012 , 0x0000003f 
- 00025882  0x00006c0a branch  0x00006522 
- 00025883  0x00006c0e fetch  0x00000001 , 0x00004239 
- 00025884  0x00006c0f beq  0x00000001 , 0x00006522 
- 00025885  0x00006c10 beq  0x00000002 , 0x00006528 
- 00025886  0x00006c11 beq  0x00000003 , 0x00006530 
- 00025887  0x00006c12 beq  0x00000004 , 0x00006537 
- 00025888  0x00006c13 beq  0x00000005 , 0x0000653d 
- 00025889  0x00006c14 rtn 
- 00025890  0x00006c17 store  0x00000003 , 0x00004232 
- 00025891  0x00006c18 copy  0x00000011 , 0x0000003f 
- 00025892  0x00006c19 store  0x00000002 , 0x00004235 
- 00025893  0x00006c1a storet  0x00000002 , 0x00004237 
- 00025894  0x00006c1b jam  0x00000002 , 0x00004239 
- 00025895  0x00006c1c branch  0x00006502 
- 00025896  0x00006c1e call  0x00006502 
- 00025897  0x00006c1f jam  0x00000003 , 0x00004239 
- 00025898  0x00006c20 call  0x0000650b 
- 00025899  0x00006c21 arg  0x000001f5 , 0x00000011 
- 00025900  0x00006c22 fetch  0x00000003 , 0x00004232 
- 00025901  0x00006c23 jam  0x00000004 , 0x00008088 
- 00025902  0x00006c24 arg  0x00000020 , 0x00000002 
- 00025903  0x00006c25 branch  0x00006556 
- 00025904  0x00006c28 call  0x00006502 
- 00025905  0x00006c29 call  0x0000650b 
- 00025906  0x00006c2a setarg  0x00000005 
- 00025907  0x00006c2b call  0x000064f3 
- 00025908  0x00006c2c rtnbit1  0x00000000 
- 00025909  0x00006c2d jam  0x00000004 , 0x00004239 
- 00025910  0x00006c2e rtn 
- 00025911  0x00006c30 call  0x00006502 
- 00025912  0x00006c31 jam  0x00000005 , 0x00004239 
- 00025913  0x00006c32 call  0x0000650b 
- 00025914  0x00006c33 call  0x0000654a 
- 00025915  0x00006c34 call  0x00006552 
- 00025916  0x00006c35 branch  0x00006545 
- 00025917  0x00006c37 call  0x00006502 
- 00025918  0x00006c38 call  0x0000650b 
- 00025919  0x00006c39 setarg  0x00000005 
- 00025920  0x00006c3a call  0x000064f3 
- 00025921  0x00006c3b rtnbit1  0x00000000 
- 00025922  0x00006c3c jam  0x00000000 , 0x00004239 
- 00025923  0x00006c3d fetch  0x00000002 , 0x00004201 
- 00025924  0x00006c3e branch  0x00007f9c 
- 00025925  0x00006c40 fetch  0x00000004 , 0x00000aa2 
- 00025926  0x00006c41 fetcht  0x00000002 , 0x00004235 
- 00025927  0x00006c42 increase  0xfffffffc , 0x00000002 
- 00025928  0x00006c43 istore  0x00000004 , 0x00000002 
- 00025929  0x00006c44 rtn 
- 00025930  0x00006c46 fetcht  0x00000002 , 0x00004235 
- 00025931  0x00006c47 copy  0x00000002 , 0x00000011 
- 00025932  0x00006c48 increase  0xfffffffc , 0x00000002 
- 00025933  0x00006c49 ifetch  0x00000004 , 0x00000002 
- 00025934  0x00006c4a store  0x00000004 , 0x00000aa2 
- 00025935  0x00006c4b fetcht  0x00000002 , 0x00004237 
- 00025936  0x00006c4c fetch  0x00000003 , 0x00004232 
- 00025937  0x00006c4d rtn 
- 00025938  0x00006c52 increase  0x00000004 , 0x00000002 
- 00025939  0x00006c53 hstoret  0x00000002 , 0x00008088 
- 00025940  0x00006c54 arg  0x00000002 , 0x00000002 
- 00025941  0x00006c55 increase  0xfffffffc , 0x00000011 
- 00025942  0x00006c58 istoret  0x00000001 , 0x00000011 
- 00025943  0x00006c59 rshift16  0x0000003f , 0x00000002 
- 00025944  0x00006c5a istoret  0x00000001 , 0x00000005 
- 00025945  0x00006c5b rshift8  0x0000003f , 0x00000002 
- 00025946  0x00006c5c istoret  0x00000001 , 0x00000005 
- 00025947  0x00006c5d istore  0x00000001 , 0x00000005 
- 00025948  0x00006c5e deposit  0x00000011 
- 00025949  0x00006c5f hstore  0x00000002 , 0x0000808a 
- 00025950  0x00006c60 setarg  0x00000000 
- 00025951  0x00006c61 hstore  0x00000002 , 0x0000808e 
- 00025952  0x00006c62 jam  0x00000002 , 0x00008006 
- 00025953  0x00006c63 branch  0x000064fc 
- 00025954  0x00006c68 hstoret  0x00000002 , 0x0000808e 
- 00025955  0x00006c69 rshift16  0x0000003f , 0x00000002 
- 00025956  0x00006c6a storet  0x00000001 , 0x000001f6 
- 00025957  0x00006c6b rshift8  0x0000003f , 0x00000002 
- 00025958  0x00006c6c storet  0x00000001 , 0x000001f7 
- 00025959  0x00006c6d store  0x00000001 , 0x000001f8 
- 00025960  0x00006c6e setarg  0x00000004 
- 00025961  0x00006c6f hstore  0x00000002 , 0x00008088 
- 00025962  0x00006c70 jam  0x00000003 , 0x000001f5 
- 00025963  0x00006c71 setarg  0x000001f5 
- 00025964  0x00006c72 hstore  0x00000002 , 0x0000808a 
- 00025965  0x00006c73 deposit  0x00000011 
- 00025966  0x00006c74 hstore  0x00000002 , 0x0000808c 
- 00025967  0x00006c75 hfetch  0x00000001 , 0x00008086 
- 00025968  0x00006c76 isolate0  0x0000000f , 0x00000011 
- 00025969  0x00006c77 setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00025970  0x00006c78 hstore  0x00000001 , 0x00008086 
- 00025971  0x00006c79 jam  0x00000002 , 0x00008006 
- 00025972  0x00006c7b hfetch  0x00000001 , 0x0000812c 
- 00025973  0x00006c7c bbit1  0x00000007 , 0x00006574 
- 00025974  0x00006c7d arg  0x00000003 , 0x00000007 
- 00025975  0x00006c7e branch  0x000064fc 
- 00025976  0x00006c83 hstoret  0x00000002 , 0x0000808e 
- 00025977  0x00006c84 setarg  0x00000004 
- 00025978  0x00006c85 hstore  0x00000002 , 0x00008088 
- 00025979  0x00006c86 jam  0x00000003 , 0x000001f5 
- 00025980  0x00006c87 setarg  0x000001f5 
- 00025981  0x00006c88 hstore  0x00000002 , 0x0000808a 
- 00025982  0x00006c89 deposit  0x00000011 
- 00025983  0x00006c8a hstore  0x00000002 , 0x0000808c 
- 00025984  0x00006c8b hfetch  0x00000001 , 0x00008086 
- 00025985  0x00006c8c isolate0  0x0000000f , 0x00000011 
- 00025986  0x00006c8d setflag  0x00000001 , 0x00000006 , 0x0000003f 
- 00025987  0x00006c8e hstore  0x00000001 , 0x00008086 
- 00025988  0x00006c8f jam  0x00000002 , 0x00008006 
- 00025989  0x00006c91 hfetch  0x00000001 , 0x0000812c 
- 00025990  0x00006c92 bbit1  0x00000007 , 0x00006585 
- 00025991  0x00006c93 arg  0x00000003 , 0x00000007 
- 00025992  0x00006c94 call  0x000064c0 
- 00025993  0x00006c95 call  0x000064fc 
- 00025994  0x00006c96 isolate1  0x00000002 , 0x0000003f 
- 00025995  0x00006c97 call  0x000064b9 
- 00025996  0x00006c98 fetch  0x00000001 , 0x000001f6 
- 00025997  0x00006c99 lshift16  0x0000003f , 0x00000012 
- 00025998  0x00006c9a fetch  0x00000001 , 0x000001f7 
- 00025999  0x00006c9b lshift8  0x0000003f , 0x0000003f 
- 00026000  0x00006c9c ior  0x00000012 , 0x00000012 
- 00026001  0x00006c9d fetch  0x00000001 , 0x000001f8 
- 00026002  0x00006c9e ior  0x00000012 , 0x0000003f 
- 00026003  0x00006c9f iadd  0x00000002 , 0x0000003f 
- 00026004  0x00006ca0 store  0x00000001 , 0x000001f8 
- 00026005  0x00006ca1 rshift8  0x0000003f , 0x0000003f 
- 00026006  0x00006ca2 store  0x00000001 , 0x000001f7 
- 00026007  0x00006ca3 rshift8  0x0000003f , 0x0000003f 
- 00026008  0x00006ca4 store  0x00000001 , 0x000001f6 
- 00026009  0x00006ca5 rtn 
- 00026010  0x00006cab jam  0x00000001 , 0x00008010 
- 00026011  0x00006cac rtn 
- 00026012  0x00006cb3 jam  0x0000000c , 0x00008091 
- 00026013  0x00006cb4 jam  0x0000000d , 0x00008092 
- 00026014  0x00006cb5 jam  0x0000000d , 0x00008093 
- 00026015  0x00006cb6 jam  0x0000000d , 0x00008094 
- 00026016  0x00006cb7 jam  0x0000000d , 0x00008095 
- 00026017  0x00006cb8 jam  0x0000000c , 0x00008096 
- 00026018  0x00006cb9 branch  0x000065a9 
- 00026019  0x00006cbd jam  0x00000005 , 0x00008091 
- 00026020  0x00006cbe jam  0x00000007 , 0x00008092 
- 00026021  0x00006cbf jam  0x00000007 , 0x00008093 
- 00026022  0x00006cc0 jam  0x00000007 , 0x00008094 
- 00026023  0x00006cc1 jam  0x00000007 , 0x00008095 
- 00026024  0x00006cc2 jam  0x00000005 , 0x00008096 
- 00026025  0x00006cc4 hfetch  0x00000001 , 0x0000807b 
- 00026026  0x00006cc5 or_into  0x000000c0 , 0x0000003f 
- 00026027  0x00006cc6 hstore  0x00000001 , 0x0000807b 
- 00026028  0x00006cc7 hfetch  0x00000001 , 0x00008081 
- 00026029  0x00006cc8 or_into  0x00000010 , 0x0000003f 
- 00026030  0x00006cc9 hstore  0x00000001 , 0x00008081 
- 00026031  0x00006cca rtn 
- 00026032  0x00006ccf hfetch  0x00000001 , 0x0000812c 
- 00026033  0x00006cd0 bbit0  0x00000005 , 0x000065b0 
- 00026034  0x00006cd1 rtn 
- 00026035  0x00006cda hstore  0x00000002 , 0x00008098 
- 00026036  0x00006cdb deposit  0x00000011 
- 00026037  0x00006cdc hstore  0x00000002 , 0x0000809a 
- 00026038  0x00006cdd deposit  0x00000012 
- 00026039  0x00006cde hstore  0x00000002 , 0x0000809c 
- 00026040  0x00006cdf deposit  0x00000002 
- 00026041  0x00006ce0 hstore  0x00000002 , 0x0000809e 
- 00026042  0x00006ce1 arg  0x00000001 , 0x00000002 
- 00026043  0x00006ce2 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
- 00026044  0x00006ce3 hstore  0x00000001 , 0x00008090 
- 00026045  0x00006ce4 jam  0x00000004 , 0x00008006 
- 00026046  0x00006ce5 branch  0x000065b0 
- 00026047  0x00006ce9 set1  0x00000028 , 0x00000000 
- 00026048  0x00006cea jam  0x00000008 , 0x00004211 
- 00026049  0x00006ceb rtn 
- 00026050  0x00006cee set0  0x00000028 , 0x00000000 
- 00026051  0x00006cef jam  0x00000020 , 0x00004211 
- 00026052  0x00006cf0 rtn 
- 00026053  0x00006cf4 fetch  0x00000001 , 0x00004203 
- 00026054  0x00006cf5 iadd  0x00000012 , 0x0000003f 
- 00026055  0x00006cf6 store  0x00000001 , 0x000001f7 
- 00026056  0x00006cf7 branch  0x000065cc 
- 00026057  0x00006cfa fetch  0x00000002 , 0x000001f7 
- 00026058  0x00006cfb byteswap  0x0000003f , 0x0000003f 
- 00026059  0x00006cfc store  0x00000001 , 0x000001f7 
- 00026060  0x00006d02 setarg  0x00000003 
- 00026061  0x00006d03 hstore  0x00000002 , 0x00008098 
- 00026062  0x00006d04 jam  0x000000a0 , 0x000001f6 
- 00026063  0x00006d05 jam  0x000000a1 , 0x000001f8 
- 00026064  0x00006d06 branch  0x000065eb 
- 00026065  0x00006d0d storet  0x00000002 , 0x00000aa2 
- 00026066  0x00006d0e call  0x000065d6 
- 00026067  0x00006d0f fetcht  0x00000002 , 0x00000aa2 
- 00026068  0x00006d10 call  0x00006606 
- 00026069  0x00006d11 branch  0x000065dd 
- 00026070  0x00006d14 fetch  0x00000001 , 0x0000423a 
- 00026071  0x00006d15 rtneq  0x000000ff 
- 00026072  0x00006d16 bbit0  0x00000006 , 0x000065db 
- 00026073  0x00006d17 setarg  0x000249f0 
- 00026074  0x00006d18 call  0x00002a8f 
- 00026075  0x00006d1a fetcht  0x00000001 , 0x0000423a 
- 00026076  0x00006d1b branch  0x00006829 
- 00026077  0x00006d1e fetcht  0x00000001 , 0x0000423a 
- 00026078  0x00006d1f branch  0x00006825 
- 00026079  0x00006d25 bpatchx  0x00000090 , 0x00004032 
- 00026080  0x00006d26 bmark1  0x00000028 , 0x000065c5 
- 00026081  0x00006d27 fetch  0x00000002 , 0x00004203 
- 00026082  0x00006d28 iadd  0x00000012 , 0x0000003f 
- 00026083  0x00006d29 byteswap  0x0000003f , 0x0000003f 
- 00026084  0x00006d2a store  0x00000002 , 0x000001f7 
- 00026085  0x00006d2e bpatchx  0x00000091 , 0x00004032 
- 00026086  0x00006d2f bmark1  0x00000028 , 0x000065c9 
- 00026087  0x00006d30 setarg  0x00000004 
- 00026088  0x00006d31 hstore  0x00000002 , 0x00008098 
- 00026089  0x00006d32 jam  0x000000a0 , 0x000001f6 
- 00026090  0x00006d33 jam  0x000000a1 , 0x000001f9 
- 00026091  0x00006d35 setarg  0x000001f6 
- 00026092  0x00006d36 hstore  0x00000002 , 0x0000809a 
- 00026093  0x00006d37 hstoret  0x00000002 , 0x0000809e 
- 00026094  0x00006d38 deposit  0x00000011 
- 00026095  0x00006d39 hstore  0x00000002 , 0x0000809c 
- 00026096  0x00006d3a setarg  0x00000002 
- 00026097  0x00006d3b isolate0  0x0000000f , 0x00000011 
- 00026098  0x00006d3c setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00026099  0x00006d3d hstore  0x00000001 , 0x00008090 
- 00026100  0x00006d3e jam  0x00000004 , 0x00008006 
- 00026101  0x00006d3f arg  0x00000005 , 0x00000007 
- 00026102  0x00006d40 call  0x000064c0 
- 00026103  0x00006d41 call  0x000065b0 
- 00026104  0x00006d42 isolate1  0x00000004 , 0x0000003f 
- 00026105  0x00006d43 call  0x000064b9 
- 00026106  0x00006d44 bmark1  0x00000028 , 0x00006601 
- 00026107  0x00006d45 fetch  0x00000002 , 0x000001f7 
- 00026108  0x00006d46 byteswap  0x0000003f , 0x0000003f 
- 00026109  0x00006d47 iadd  0x00000002 , 0x0000003f 
- 00026110  0x00006d48 byteswap  0x0000003f , 0x0000003f 
- 00026111  0x00006d49 store  0x00000002 , 0x000001f7 
- 00026112  0x00006d4a rtn 
- 00026113  0x00006d4d fetch  0x00000001 , 0x000001f7 
- 00026114  0x00006d4e iadd  0x00000002 , 0x0000003f 
- 00026115  0x00006d4f byteswap  0x0000003f , 0x0000003f 
- 00026116  0x00006d50 store  0x00000002 , 0x000001f7 
- 00026117  0x00006d51 rtn 
- 00026118  0x00006d58 fetch  0x00000002 , 0x00004203 
- 00026119  0x00006d59 iadd  0x00000012 , 0x0000003f 
- 00026120  0x00006d5d store  0x00000002 , 0x00000a9a 
- 00026121  0x00006d5e bpatchx  0x00000092 , 0x00004032 
- 00026122  0x00006d5f storet  0x00000002 , 0x00000aa2 
- 00026123  0x00006d60 copy  0x00000011 , 0x0000003f 
- 00026124  0x00006d61 store  0x00000002 , 0x00000ab9 
- 00026125  0x00006d63 call  0x0000661d 
- 00026126  0x00006d65 fetcht  0x00000002 , 0x00000ab2 
- 00026127  0x00006d66 fetch  0x00000002 , 0x00000ab9 
- 00026128  0x00006d67 copy  0x0000003f , 0x00000011 
- 00026129  0x00006d68 fetch  0x00000002 , 0x00000a9a 
- 00026130  0x00006d6a call  0x0000663d 
- 00026131  0x00006d6c fetch  0x00000002 , 0x00000ab2 
- 00026132  0x00006d6d fetcht  0x00000002 , 0x00000ab9 
- 00026133  0x00006d6e iadd  0x00000002 , 0x00000002 
- 00026134  0x00006d6f storet  0x00000002 , 0x00000ab9 
- 00026135  0x00006d70 fetcht  0x00000002 , 0x00000a9a 
- 00026136  0x00006d71 iadd  0x00000002 , 0x00000002 
- 00026137  0x00006d72 storet  0x00000002 , 0x00000a9a 
- 00026138  0x00006d73 fetch  0x00000002 , 0x00000aa2 
- 00026139  0x00006d74 nbranch  0x0000660d , 0x00000034 
- 00026140  0x00006d75 rtn 
- 00026141  0x00006d7e bpatchx  0x00000093 , 0x00004032 
- 00026142  0x00006d7f fetch  0x00000001 , 0x00004211 
- 00026143  0x00006d80 increase  0xffffffff , 0x0000003f 
- 00026144  0x00006d81 fetcht  0x00000002 , 0x00000a9a 
- 00026145  0x00006d82 ior  0x00000002 , 0x0000003f 
- 00026146  0x00006d83 increase  0x00000001 , 0x0000003f 
- 00026147  0x00006d84 store  0x00000003 , 0x00000ab6 
- 00026148  0x00006d86 fetch  0x00000002 , 0x00000aa2 
- 00026149  0x00006d87 iadd  0x00000002 , 0x0000003f 
- 00026150  0x00006d89 fetcht  0x00000003 , 0x00000ab6 
- 00026151  0x00006d8a isub  0x00000002 , 0x0000003f 
- 00026152  0x00006d8b nbranch  0x0000662f , 0x00000002 
- 00026153  0x00006d8c store  0x00000002 , 0x00000aa2 
- 00026154  0x00006d8d fetch  0x00000003 , 0x00000ab6 
- 00026155  0x00006d8e fetcht  0x00000002 , 0x00000a9a 
- 00026156  0x00006d8f isub  0x00000002 , 0x0000003f 
- 00026157  0x00006d90 store  0x00000002 , 0x00000ab2 
- 00026158  0x00006d91 rtn 
- 00026159  0x00006d93 fetch  0x00000002 , 0x00000aa2 
- 00026160  0x00006d94 store  0x00000002 , 0x00000ab2 
- 00026161  0x00006d95 setarg  0x00000000 
- 00026162  0x00006d96 store  0x00000002 , 0x00000aa2 
- 00026163  0x00006d97 rtn 
- 00026164  0x00006d9a increase  0x00000002 , 0x00000002 
- 00026165  0x00006d9b hstoret  0x00000002 , 0x00008098 
- 00026166  0x00006d9c increase  0xfffffffe , 0x00000011 
- 00026167  0x00006d9d ifetcht  0x00000003 , 0x00000011 
- 00026168  0x00006d9e copy  0x00000002 , 0x00000012 
- 00026169  0x00006d9f arg  0x000000a0 , 0x00000002 
- 00026170  0x00006da0 istoret  0x00000001 , 0x00000011 
- 00026171  0x00006da2 istore  0x00000001 , 0x00000005 
- 00026172  0x00006da3 branch  0x0000664a 
- 00026173  0x00006da7 copy  0x0000003f , 0x00000012 
- 00026174  0x00006da8 bpatchx  0x00000094 , 0x00004032 
- 00026175  0x00006da9 bmark1  0x00000028 , 0x00006634 
- 00026176  0x00006daa copy  0x00000012 , 0x0000003f 
- 00026177  0x00006dab increase  0x00000003 , 0x00000002 
- 00026178  0x00006dac hstoret  0x00000002 , 0x00008098 
- 00026179  0x00006dad increase  0xfffffffd , 0x00000011 
- 00026180  0x00006dae ifetcht  0x00000003 , 0x00000011 
- 00026181  0x00006daf copy  0x00000002 , 0x00000012 
- 00026182  0x00006db0 arg  0x000000a0 , 0x00000002 
- 00026183  0x00006db1 istoret  0x00000001 , 0x00000011 
- 00026184  0x00006db2 byteswap  0x0000003f , 0x0000003f 
- 00026185  0x00006db3 istore  0x00000002 , 0x00000005 
- 00026186  0x00006db5 deposit  0x00000011 
- 00026187  0x00006db6 hstore  0x00000002 , 0x0000809a 
- 00026188  0x00006db7 setarg  0x00000000 
- 00026189  0x00006db8 hstore  0x00000002 , 0x0000809e 
- 00026190  0x00006db9 jam  0x00000001 , 0x00008090 
- 00026191  0x00006dba jam  0x00000004 , 0x00008006 
- 00026192  0x00006dbb call  0x000065b0 
- 00026193  0x00006dbc copy  0x00000012 , 0x0000003f 
- 00026194  0x00006dbd istore  0x00000003 , 0x00000011 
- 00026195  0x00006dc0 bpatchx  0x00000095 , 0x00004032 
- 00026196  0x00006dc1 jam  0x00000000 , 0x000001f9 
- 00026197  0x00006dc3 setarg  0x00000001 
- 00026198  0x00006dc4 hstore  0x00000002 , 0x00008098 
- 00026199  0x00006dc5 jam  0x000000a0 , 0x000001f6 
- 00026200  0x00006dc6 setarg  0x000001f6 
- 00026201  0x00006dc7 hstore  0x00000002 , 0x0000809a 
- 00026202  0x00006dc8 setarg  0x00000000 
- 00026203  0x00006dc9 hstore  0x00000002 , 0x0000809e 
- 00026204  0x00006dca hstore  0x00000002 , 0x0000809c 
- 00026205  0x00006dcb setarg  0x00000003 
- 00026206  0x00006dcc hstore  0x00000001 , 0x00008090 
- 00026207  0x00006dcd jam  0x00000004 , 0x00008006 
- 00026208  0x00006dce call  0x000065b0 
- 00026209  0x00006dcf hfetch  0x00000001 , 0x0000812c 
- 00026210  0x00006dd0 rtnbit0  0x00000006 
- 00026211  0x00006dd1 nop  0x000005dc 
- 00026212  0x00006dd2 fetch  0x00000001 , 0x000001f9 
- 00026213  0x00006dd3 increase  0x00000001 , 0x0000003f 
- 00026214  0x00006dd4 store  0x00000001 , 0x000001f9 
- 00026215  0x00006dd5 sub  0x0000003f , 0x00000028 , 0x0000003e 
- 00026216  0x00006dd6 nrtn  0x00000002 
- 00026217  0x00006dd7 branch  0x00006655 
- 00026218  0x00006ddc jam  0x00000070 , 0x00008973 
- 00026219  0x00006ddd nop  0x00000bb8 
- 00026220  0x00006dde rtn 
- 00026221  0x00006de1 jam  0x00000030 , 0x00008973 
- 00026222  0x00006de2 rtn 
- 00026223  0x00006de5 lshift3  0x0000003f , 0x0000003f 
- 00026224  0x00006de6 hstore  0x00000002 , 0x00008045 
- 00026225  0x00006de7 jam  0x00000000 , 0x0000804b 
- 00026226  0x00006de8 rtn 
- 00026227  0x00006dec call  0x0000666f 
- 00026228  0x00006ded call  0x000066a0 
- 00026229  0x00006def ifetcht  0x00000001 , 0x00000011 
- 00026230  0x00006df0 increase  0x00000001 , 0x00000011 
- 00026231  0x00006df1 force  0x00000000 , 0x00000007 
- 00026232  0x00006df3 qisolate0  0x00000002 
- 00026233  0x00006df4 branch  0x00006697 , 0x00000001 
- 00026234  0x00006df5 hfetch  0x00000001 , 0x00008046 
- 00026235  0x00006df6 set1  0x00000006 , 0x0000003f 
- 00026236  0x00006df7 set1  0x00000007 , 0x0000003f 
- 00026237  0x00006df8 hstore  0x00000001 , 0x00008046 
- 00026238  0x00006df9 jam  0x00000002 , 0x00008047 
- 00026239  0x00006dfa jam  0x00000082 , 0x00008047 
- 00026240  0x00006dfb set0  0x00000007 , 0x0000003f 
- 00026241  0x00006dfc hstore  0x00000001 , 0x00008046 
- 00026242  0x00006dfd jam  0x0000008a , 0x00008047 
- 00026243  0x00006dfe nop  0x0000000b 
- 00026244  0x00006dff jam  0x000000ca , 0x00008047 
- 00026245  0x00006e00 nop  0x00000021 
- 00026246  0x00006e01 jam  0x0000004a , 0x00008047 
- 00026247  0x00006e02 nop  0x0000002c 
- 00026248  0x00006e03 jam  0x000000ca , 0x00008047 
- 00026249  0x00006e04 nop  0x00000016 
- 00026250  0x00006e05 jam  0x0000008a , 0x00008047 
- 00026251  0x00006e06 nop  0x00000021 
- 00026252  0x00006e07 jam  0x00000082 , 0x00008047 
- 00026253  0x00006e08 nop  0x00000001 
- 00026254  0x00006e09 jam  0x00000092 , 0x00008047 
- 00026255  0x00006e0a nop  0x0000000a 
- 00026256  0x00006e0b jam  0x000000b2 , 0x00008047 
- 00026257  0x00006e0c hfetch  0x00000001 , 0x00008007 
- 00026258  0x00006e0d jam  0x00000092 , 0x00008047 
- 00026259  0x00006e0e nop  0x00000001 
- 00026260  0x00006e0f jam  0x00000082 , 0x00008047 
- 00026261  0x00006e10 qisolate0  0x0000003f 
- 00026262  0x00006e11 branch  0x00006678 , 0x00000001 
- 00026263  0x00006e13 hfetch  0x00000002 , 0x00008045 
- 00026264  0x00006e14 increase  0x00000001 , 0x0000003f 
- 00026265  0x00006e15 hstore  0x00000002 , 0x00008045 
- 00026266  0x00006e16 increase  0x00000001 , 0x00000007 
- 00026267  0x00006e17 compare  0x00000008 , 0x00000007 , 0x0000000f 
- 00026268  0x00006e18 nbranch  0x00006678 , 0x00000001 
- 00026269  0x00006e19 loop  0x00006675 
- 00026270  0x00006e1a jam  0x00000083 , 0x00008047 
- 00026271  0x00006e1b rtn 
- 00026272  0x00006e1e jam  0x00000082 , 0x00008047 
- 00026273  0x00006e1f nop  0x0000000c 
- 00026274  0x00006e20 jam  0x00000080 , 0x00008047 
- 00026275  0x00006e21 jam  0x00000082 , 0x00008047 
- 00026276  0x00006e22 nop  0x00000096 
- 00026277  0x00006e23 rtn 
- 00026278  0x00006e27 call  0x000066a0 
- 00026279  0x00006e28 jam  0x000000a2 , 0x00008047 
- 00026280  0x00006e29 deposit  0x00000011 
- 00026281  0x00006e2a hstore  0x00000002 , 0x00008048 
- 00026282  0x00006e2b set1  0x0000000b , 0x00000002 
- 00026283  0x00006e2c isolate0  0x0000000f , 0x0000003f 
- 00026284  0x00006e2d setflag  0x00000001 , 0x0000000f , 0x00000002 
- 00026285  0x00006e2e hstoret  0x00000002 , 0x0000804a 
- 00026286  0x00006e2f jam  0x00000001 , 0x00008006 
- 00026287  0x00006e30 rtn 
- 00026288  0x00006e33 hfetch  0x00000001 , 0x0000812c 
- 00026289  0x00006e34 bbit0  0x00000001 , 0x000066b0 
- 00026290  0x00006e35 rtn 
- 00026291  0x00006e39 call  0x0000666f 
- 00026292  0x00006e3a call  0x000066a6 
- 00026293  0x00006e3b call  0x000066b0 
- 00026294  0x00006e3c jam  0x00000083 , 0x00008047 
- 00026295  0x00006e3d rtn 
- 00026296  0x00006e43 hfetch  0x00000002 , 0x00008124 
- 00026297  0x00006e44 hstore  0x00000002 , 0x00008045 
- 00026298  0x00006e45 call  0x000066a6 
- 00026299  0x00006e46 arg  0x00000001 , 0x00000007 
- 00026300  0x00006e47 call  0x000064c0 
- 00026301  0x00006e48 call  0x000066b0 
- 00026302  0x00006e49 isolate1  0x00000000 , 0x0000003f 
- 00026303  0x00006e4a call  0x000064b9 
- 00026304  0x00006e4b jam  0x00000083 , 0x00008047 
- 00026305  0x00006e4c rtn 
- 00026306  0x00006e50 hfetch  0x00000002 , 0x0000805e 
- 00026307  0x00006e51 iforce  0x0000000a 
- 00026308  0x00006e52 rtn 
- 00026309  0x00006e55 deposit  0x0000000a 
- 00026310  0x00006e56 hstore  0x00000002 , 0x0000805e 
- 00026311  0x00006e57 rtn 
- 00026312  0x00006e5a deposit  0x00000003 
- 00026313  0x00006e5b hstore  0x00000002 , 0x00008058 
- 00026314  0x00006e5c rtn 
- 00026315  0x00006e5f hfetch  0x00000002 , 0x00008058 
- 00026316  0x00006e60 copy  0x0000003f , 0x00000003 
- 00026317  0x00006e61 rtn 
- 00026318  0x00006e64 fetch  0x00000002 , 0x00004243 
- 00026319  0x00006e65 hstore  0x00000002 , 0x00008052 
- 00026320  0x00006e66 rtn 
- 00026321  0x00006e69 deposit  0x00000039 
- 00026322  0x00006e6a rtn  0x00000034 
- 00026323  0x00006e6c increase  0xfffffff8 , 0x00000039 
- 00026324  0x00006e6d call  0x000066de , 0x00000002 
- 00026325  0x00006e6e rtn  0x00000005 
- 00026326  0x00006e6f branch  0x000066d3 , 0x00000002 
- 00026327  0x00006e70 increase  0x00000008 , 0x00000039 
- 00026328  0x00006e72 increase  0xfffffffc , 0x00000039 
- 00026329  0x00006e73 call  0x000066e1 , 0x00000002 
- 00026330  0x00006e74 rtn  0x00000005 
- 00026331  0x00006e75 branch  0x000066d8 , 0x00000002 
- 00026332  0x00006e76 increase  0x00000004 , 0x00000039 
- 00026333  0x00006e77 branch  0x000066e4 
- 00026334  0x00006e7a ifetch  0x00000008 , 0x00000006 
- 00026335  0x00006e7b istore  0x00000008 , 0x0000000a 
- 00026336  0x00006e7c rtn 
- 00026337  0x00006e7f ifetch  0x00000004 , 0x00000006 
- 00026338  0x00006e80 istore  0x00000004 , 0x0000000a 
- 00026339  0x00006e81 rtn 
- 00026340  0x00006e84 deposit  0x00000039 
- 00026341  0x00006e85 rtn  0x00000034 
- 00026342  0x00006e87 ifetch  0x00000001 , 0x00000006 
- 00026343  0x00006e88 istore  0x00000001 , 0x0000000a 
- 00026344  0x00006e89 loop  0x000066e6 
- 00026345  0x00006e8a rtn 
- 00026346  0x00006e8d deposit  0x00000039 
- 00026347  0x00006e8e rtn  0x00000034 
- 00026348  0x00006e90 increase  0xfffffff8 , 0x00000039 
- 00026349  0x00006e91 call  0x000066f7 , 0x00000002 
- 00026350  0x00006e92 rtn  0x00000005 
- 00026351  0x00006e93 branch  0x000066ec , 0x00000002 
- 00026352  0x00006e94 increase  0x00000008 , 0x00000039 
- 00026353  0x00006e96 increase  0xfffffffc , 0x00000039 
- 00026354  0x00006e97 call  0x000066fa , 0x00000002 
- 00026355  0x00006e98 rtn  0x00000005 
- 00026356  0x00006e99 branch  0x000066f1 , 0x00000002 
- 00026357  0x00006e9a increase  0x00000004 , 0x00000039 
- 00026358  0x00006e9b branch  0x000066fd 
- 00026359  0x00006e9e ifetch  0x00000008 , 0x00000003 
- 00026360  0x00006e9f istore  0x00000008 , 0x00000005 
- 00026361  0x00006ea0 rtn 
- 00026362  0x00006ea3 ifetch  0x00000004 , 0x00000003 
- 00026363  0x00006ea4 istore  0x00000004 , 0x00000005 
- 00026364  0x00006ea5 rtn 
- 00026365  0x00006ea9 deposit  0x00000039 
- 00026366  0x00006eaa rtn  0x00000034 
- 00026367  0x00006eac ifetch  0x00000001 , 0x00000003 
- 00026368  0x00006ead istore  0x00000001 , 0x00000005 
- 00026369  0x00006eae loop  0x000066ff 
- 00026370  0x00006eaf rtn 
- 00026371  0x00006eb3 deposit  0x00000039 
- 00026372  0x00006eb4 rtn  0x00000034 
- 00026373  0x00006eb6 ifetch  0x00000001 , 0x00000003 
- 00026374  0x00006eb7 istore  0x00000001 , 0x0000000a 
- 00026375  0x00006eb8 loop  0x00006705 
- 00026376  0x00006eb9 rtn 
- 00026377  0x00006ebf jam  0x0000003d , 0x00000a99 
- 00026378  0x00006ec0 branch  0x00007d86 
- 00026379  0x00006ec4 bpatchx  0x00000096 , 0x00004032 
- 00026380  0x00006ec5 fetch  0x00000001 , 0x00004217 
- 00026381  0x00006ec6 rtn  0x00000034 
- 00026382  0x00006ec7 call  0x000067a3 
- 00026383  0x00006ec8 call  0x000067a9 , 0x00000005 
- 00026384  0x00006ec9 call  0x0000673e 
- 00026385  0x00006ecb fetch  0x00000001 , 0x00004217 
- 00026386  0x00006ecc icopy  0x00000013 
- 00026387  0x00006ecd fetcht  0x00000002 , 0x00004215 
- 00026388  0x00006ece storet  0x00000002 , 0x0000018c 
- 00026389  0x00006ed0 copy  0x00000013 , 0x0000003f 
- 00026390  0x00006ed1 branch  0x00006709 , 0x00000034 
- 00026391  0x00006ed2 increase  0xffffffff , 0x00000013 
- 00026392  0x00006ed3 copy  0x00000002 , 0x00000011 
- 00026393  0x00006ed4 ifetch  0x00000001 , 0x00000011 
- 00026394  0x00006ed5 fetcht  0x00000001 , 0x00000184 
- 00026395  0x00006ed6 isub  0x00000002 , 0x0000003e 
- 00026396  0x00006ed7 call  0x00006725 , 0x00000005 
- 00026397  0x00006ed8 branch  0x00006721 , 0x00000002 
- 00026398  0x00006ed9 ifetch  0x00000001 , 0x00000011 
- 00026399  0x00006eda increase  0x00000001 , 0x0000003f 
- 00026400  0x00006edb istore  0x00000001 , 0x00000011 
- 00026401  0x00006edd fetcht  0x00000002 , 0x0000018c 
- 00026402  0x00006ede increase  0x00000022 , 0x00000002 
- 00026403  0x00006edf storet  0x00000002 , 0x0000018c 
- 00026404  0x00006ee0 branch  0x00006715 
- 00026405  0x00006ee3 setarg  0x00000000 
- 00026406  0x00006ee4 istore  0x00000001 , 0x00000011 
- 00026407  0x00006ee5 fetch  0x00000001 , 0x00000185 
- 00026408  0x00006ee6 istore  0x00000001 , 0x00000005 
- 00026409  0x00006ee7 bne  0x00000033 , 0x00006733 
- 00026410  0x00006ee8 arg  0x000041be , 0x00000012 
- 00026411  0x00006eea ifetch  0x00000006 , 0x00000006 
- 00026412  0x00006eeb istore  0x00000008 , 0x00000005 
- 00026413  0x00006eec setarg  0x00000000 
- 00026414  0x00006eed istore  0x00000008 , 0x00000005 
- 00026415  0x00006eee copy  0x00000012 , 0x00000006 
- 00026416  0x00006ef0 call  0x00007ebf 
- 00026417  0x00006ef1 force  0x00000001 , 0x0000003e 
- 00026418  0x00006ef2 rtn 
- 00026419  0x00006ef5 beq  0x00000036 , 0x00006737 
- 00026420  0x00006ef6 beq  0x00000037 , 0x0000673b 
- 00026421  0x00006ef7 arg  0x00004419 , 0x00000012 
- 00026422  0x00006ef8 branch  0x0000672b 
- 00026423  0x00006efb arg  0x000044d5 , 0x00000006 
- 00026424  0x00006efc call  0x00007ebf 
- 00026425  0x00006efe arg  0x00004419 , 0x00000006 
- 00026426  0x00006eff branch  0x00006730 
- 00026427  0x00006f02 arg  0x000044cd , 0x00000006 
- 00026428  0x00006f03 call  0x00007ebf 
- 00026429  0x00006f04 branch  0x00006739 
- 00026430  0x00006f08 call  0x00007fe9 
- 00026431  0x00006f09 fetch  0x00000001 , 0x00004217 
- 00026432  0x00006f0a rtn  0x00000034 
- 00026433  0x00006f0b fetch  0x00000002 , 0x00004682 
- 00026434  0x00006f0c bbit1  0x00000000 , 0x00006754 
- 00026435  0x00006f0e bpatchx  0x00000097 , 0x00004032 
- 00026436  0x00006f0f fetch  0x00000001 , 0x0000448e 
- 00026437  0x00006f10 beq  0x00000000 , 0x0000674d 
- 00026438  0x00006f11 fetch  0x00000001 , 0x00000454 
- 00026439  0x00006f12 compare  0x000000c0 , 0x0000003f , 0x000000c0 
- 00026440  0x00006f13 branch  0x0000674d , 0x00000001 
- 00026441  0x00006f14 compare  0x00000040 , 0x0000003f , 0x000000c0 
- 00026442  0x00006f15 branch  0x00006752 , 0x00000001 
- 00026443  0x00006f16 compare  0x00000000 , 0x0000003f , 0x000000c0 
- 00026444  0x00006f17 branch  0x00006750 , 0x00000001 
- 00026445  0x00006f19 jam  0x00000035 , 0x00000185 
- 00026446  0x00006f1a fetch  0x00000006 , 0x0000044f 
- 00026447  0x00006f1b branch  0x00006757 
- 00026448  0x00006f1e jam  0x00000037 , 0x00000185 
- 00026449  0x00006f1f branch  0x00006757 
- 00026450  0x00006f23 jam  0x00000036 , 0x00000185 
- 00026451  0x00006f24 branch  0x00006757 
- 00026452  0x00006f28 bpatchx  0x00000098 , 0x00004033 
- 00026453  0x00006f29 jam  0x00000033 , 0x00000185 
- 00026454  0x00006f2a fetch  0x00000006 , 0x00000040 
- 00026455  0x00006f2c store  0x00000006 , 0x00000186 
- 00026456  0x00006f2d fetch  0x00000002 , 0x00004215 
- 00026457  0x00006f2e ifetcht  0x00000001 , 0x0000003f 
- 00026458  0x00006f2f pincrease  0x00000001 
- 00026459  0x00006f30 store  0x00000002 , 0x0000018c 
- 00026460  0x00006f31 storet  0x00000001 , 0x00000184 
- 00026461  0x00006f32 fetch  0x00000001 , 0x00004217 
- 00026462  0x00006f33 icopy  0x00000013 
- 00026463  0x00006f35 fetch  0x00000002 , 0x0000018c 
- 00026464  0x00006f36 copy  0x0000003f , 0x00000011 
- 00026465  0x00006f37 call  0x0000676f 
- 00026466  0x00006f38 rtn  0x00000028 
- 00026467  0x00006f39 fetcht  0x00000002 , 0x0000018c 
- 00026468  0x00006f3a increase  0x00000022 , 0x00000002 
- 00026469  0x00006f3b storet  0x00000002 , 0x0000018c 
- 00026470  0x00006f3c increase  0xffffffff , 0x00000002 
- 00026471  0x00006f3d ifetch  0x00000001 , 0x00000002 
- 00026472  0x00006f3e store  0x00000001 , 0x00000184 
- 00026473  0x00006f3f increase  0xffffffff , 0x00000013 
- 00026474  0x00006f40 nbranch  0x0000675f , 0x00000005 
- 00026475  0x00006f41 fetch  0x00000001 , 0x00004217 
- 00026476  0x00006f42 pincrease  0xffffffff 
- 00026477  0x00006f43 store  0x00000001 , 0x00000184 
- 00026478  0x00006f44 rtn 
- 00026479  0x00006f46 fetch  0x00000001 , 0x00000185 
- 00026480  0x00006f47 bne  0x00000033 , 0x00006776 
- 00026481  0x00006f49 arg  0x00000185 , 0x00000012 
- 00026482  0x00006f4a arg  0x00000007 , 0x00000039 
- 00026483  0x00006f4b call  0x00007f88 
- 00026484  0x00006f4c branch  0x00007fe7 , 0x00000005 
- 00026485  0x00006f4d rtn 
- 00026486  0x00006f50 beq  0x00000036 , 0x00006779 
- 00026487  0x00006f51 beq  0x00000037 , 0x00006794 
- 00026488  0x00006f52 branch  0x00006771 
- 00026489  0x00006f55 ifetcht  0x00000001 , 0x00000011 
- 00026490  0x00006f56 isub  0x00000002 , 0x0000003e 
- 00026491  0x00006f57 nrtn  0x00000005 
- 00026492  0x00006f58 arg  0x00000ac2 , 0x00000005 
- 00026493  0x00006f59 arg  0x00000010 , 0x00000039 
- 00026494  0x00006f5a call  0x00007ed4 
- 00026495  0x00006f5b fetch  0x00000003 , 0x00000452 
- 00026496  0x00006f5c store  0x00000003 , 0x00000ac2 
- 00026497  0x00006f5d call  0x0000678b 
- 00026498  0x00006f5e fetch  0x00000002 , 0x00000adf 
- 00026499  0x00006f5f byteswap  0x0000003f , 0x0000003f 
- 00026500  0x00006f60 lshift8  0x0000003f , 0x00000002 
- 00026501  0x00006f61 ifetch  0x00000001 , 0x00000006 
- 00026502  0x00006f62 iadd  0x00000002 , 0x0000003f 
- 00026503  0x00006f63 fetcht  0x00000003 , 0x0000044f 
- 00026504  0x00006f64 isub  0x00000002 , 0x0000003e 
- 00026505  0x00006f65 branch  0x00007fe7 , 0x00000005 
- 00026506  0x00006f66 rtn 
- 00026507  0x00006f6a arg  0x00000ac2 , 0x00000006 
- 00026508  0x00006f6b call  0x00007486 
- 00026509  0x00006f6d ifetch  0x00000001 , 0x00000011 
- 00026510  0x00006f6e call  0x00007487 
- 00026511  0x00006f6f force  0x00000038 , 0x00000036 
- 00026512  0x00006f70 force  0x00000000 , 0x00000036 
- 00026513  0x00006f71 call  0x0000741d 
- 00026514  0x00006f72 arg  0x00000ad2 , 0x00000005 
- 00026515  0x00006f73 branch  0x00007497 
- 00026516  0x00006f76 ifetcht  0x00000001 , 0x00000011 
- 00026517  0x00006f77 isub  0x00000002 , 0x0000003e 
- 00026518  0x00006f78 nrtn  0x00000005 
- 00026519  0x00006f79 copy  0x00000006 , 0x00000011 
- 00026520  0x00006f7a add  0x00000006 , 0x00000008 , 0x00000013 
- 00026521  0x00006f7b arg  0x000044cd , 0x00000012 
- 00026522  0x00006f7c arg  0x00000008 , 0x00000039 
- 00026523  0x00006f7d call  0x00007f88 
- 00026524  0x00006f7e branch  0x00007fe7 , 0x00000005 
- 00026525  0x00006f7f copy  0x00000013 , 0x00000011 
- 00026526  0x00006f80 arg  0x000044d5 , 0x00000012 
- 00026527  0x00006f81 arg  0x00000008 , 0x00000039 
- 00026528  0x00006f82 call  0x00007f88 
- 00026529  0x00006f83 branch  0x00007fe7 , 0x00000005 
- 00026530  0x00006f84 rtn 
- 00026531  0x00006f87 fetch  0x00000002 , 0x00004215 
- 00026532  0x00006f88 ifetcht  0x00000001 , 0x0000003f 
- 00026533  0x00006f89 pincrease  0x00000022 
- 00026534  0x00006f8a ifetch  0x00000001 , 0x0000003f 
- 00026535  0x00006f8b isub  0x00000002 , 0x0000003e 
- 00026536  0x00006f8c rtn 
- 00026537  0x00006f8f fetch  0x00000001 , 0x00004217 
- 00026538  0x00006f90 icopy  0x00000039 
- 00026539  0x00006f91 fetcht  0x00000002 , 0x00004215 
- 00026540  0x00006f92 setarg  0x00000000 
- 00026541  0x00006f94 istore  0x00000001 , 0x00000002 
- 00026542  0x00006f95 increase  0x00000022 , 0x00000002 
- 00026543  0x00006f96 pincrease  0x00000001 
- 00026544  0x00006f97 loop  0x000067ad 
- 00026545  0x00006f98 rtn 
- 00026546  0x00006f9b bpatchx  0x00000099 , 0x00004033 
- 00026547  0x00006f9c call  0x0000673e 
- 00026548  0x00006f9d fetch  0x00000001 , 0x00000030 
- 00026549  0x00006f9e setflag  0x00000028 , 0x00000006 , 0x0000003f 
- 00026550  0x00006f9f store  0x00000001 , 0x00000030 
- 00026551  0x00006fa0 nbranch  0x000067bc , 0x00000028 
- 00026552  0x00006fa1 add  0x00000011 , 0x0000000a , 0x00000006 
- 00026553  0x00006fa3 arg  0x000041be , 0x00000005 
- 00026554  0x00006fa4 call  0x00007ebf 
- 00026555  0x00006fa5 branch  0x000067d7 
- 00026556  0x00006fa7 jam  0x00000000 , 0x000041bd 
- 00026557  0x00006fa8 rtn 
- 00026558  0x00006fab fetch  0x00000009 , 0x000044cb 
- 00026559  0x00006fac branch  0x000067ca , 0x00000034 
- 00026560  0x00006fad call  0x0000673e 
- 00026561  0x00006fae nbranch  0x000067ca , 0x00000028 
- 00026562  0x00006faf fetch  0x00000002 , 0x0000018c 
- 00026563  0x00006fb0 add  0x0000003f , 0x00000001 , 0x00000006 
- 00026564  0x00006fb1 arg  0x000044d5 , 0x00000005 
- 00026565  0x00006fb2 call  0x00007ebf 
- 00026566  0x00006fb3 arg  0x00004419 , 0x00000005 
- 00026567  0x00006fb4 call  0x00007ebf 
- 00026568  0x00006fb5 jam  0x00000001 , 0x00004429 
- 00026569  0x00006fb6 rtn 
- 00026570  0x00006fb9 jam  0x00000000 , 0x00004429 
- 00026571  0x00006fba rtn 
- 00026572  0x00006fbe fetch  0x00000006 , 0x0000044f 
- 00026573  0x00006fbf store  0x00000006 , 0x00000186 
- 00026574  0x00006fc0 jam  0x00000034 , 0x00000185 
- 00026575  0x00006fc1 branch  0x000067d3 
- 00026576  0x00006fc3 fetch  0x00000006 , 0x00000040 
- 00026577  0x00006fc4 store  0x00000006 , 0x00000186 
- 00026578  0x00006fc5 jam  0x00000033 , 0x00000185 
- 00026579  0x00006fc7 fetch  0x00000001 , 0x00004092 
- 00026580  0x00006fc8 beq  0x0000000a , 0x0000670b 
- 00026581  0x00006fc9 bbit1  0x00000006 , 0x000042da 
- 00026582  0x00006fca rtn 
- 00026583  0x00006fce fetch  0x00000008 , 0x000041be 
- 00026584  0x00006fcf fetcht  0x00000008 , 0x000041c6 
- 00026585  0x00006fd0 ior  0x00000002 , 0x0000003f 
- 00026586  0x00006fd1 rtn  0x00000034 
- 00026587  0x00006fd2 jam  0x00000001 , 0x000041bd 
- 00026588  0x00006fd3 rtn 
- 00026589  0x00006fdb bpatchx  0x0000009a , 0x00004033 
- 00026590  0x00006fdc set1  0x00000007 , 0x00000002 
- 00026591  0x00006fdd call  0x0000681d 
- 00026592  0x00006fde nsetflag  0x00000001 , 0x00000007 , 0x00000002 
- 00026593  0x00006fe4 bpatchx  0x0000009b , 0x00004033 
- 00026594  0x00006fe5 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026595  0x00006fe6 rtn  0x00000005 
- 00026596  0x00006fe7 isolate0  0x00000007 , 0x00000002 
- 00026597  0x00006fe8 and  0x00000002 , 0x0000001f , 0x00000007 
- 00026598  0x00006fe9 fetch  0x00000004 , 0x000000a1 
- 00026599  0x00006fea qsetflag  0x00000001 , 0x0000003f 
- 00026600  0x00006feb store  0x00000004 , 0x000000a1 
- 00026601  0x00006fec fetch  0x00000004 , 0x000000a5 
- 00026602  0x00006fed nqsetflag  0x00000001 , 0x0000003f 
- 00026603  0x00006fee store  0x00000004 , 0x000000a5 
- 00026604  0x00006fef rtn 
- 00026605  0x00006ff3 bpatchx  0x0000009c , 0x00004033 
- 00026606  0x00006ff4 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026607  0x00006ff5 rtn  0x00000005 
- 00026608  0x00006ff6 isolate0  0x00000007 , 0x00000002 
- 00026609  0x00006ff7 and  0x00000002 , 0x0000001f , 0x00000007 
- 00026610  0x00006ff8 fetch  0x00000004 , 0x000000a1 
- 00026611  0x00006ff9 qset0  0x0000003f 
- 00026612  0x00006ffa store  0x00000004 , 0x000000a1 
- 00026613  0x00006ffb fetch  0x00000004 , 0x000000a5 
- 00026614  0x00006ffc qset0  0x0000003f 
- 00026615  0x00006ffd store  0x00000004 , 0x000000a5 
- 00026616  0x00006ffe rtn 
- 00026617  0x00007002 call  0x000067ed 
- 00026618  0x00007003 branch  0x000067fe 
- 00026619  0x00007007 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026620  0x00007008 rtn  0x00000005 
- 00026621  0x00007009 ncall  0x000067e1 , 0x0000002b 
- 00026622  0x0000700c arg  0x0000807c , 0x00000005 
- 00026623  0x0000700d call  0x00006830 
- 00026624  0x0000700e setflip  0x00000007 , 0x00000002 
- 00026625  0x0000700f arg  0x00008078 , 0x00000005 
- 00026626  0x00007010 call  0x00006830 
- 00026627  0x00007011 set0  0x00000007 , 0x00000002 
- 00026628  0x00007012 arg  0x00008070 , 0x00000005 
- 00026629  0x00007013 branch  0x00006830 
- 00026630  0x00007017 arg  0x0000807c , 0x00000005 
- 00026631  0x00007018 call  0x00006830 
- 00026632  0x00007019 set0  0x00000007 , 0x00000002 
- 00026633  0x0000701a arg  0x00008078 , 0x00000005 
- 00026634  0x0000701b call  0x00006830 
- 00026635  0x0000701c set0  0x00000007 , 0x00000002 
- 00026636  0x0000701d arg  0x00008070 , 0x00000005 
- 00026637  0x0000701e branch  0x00006830 
- 00026638  0x00007023 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026639  0x00007024 rtn  0x00000005 
- 00026640  0x00007025 setflip  0x00000007 , 0x00000002 
- 00026641  0x00007026 call  0x0000682f 
- 00026642  0x00007028 set1  0x00000007 , 0x00000002 
- 00026643  0x00007029 arg  0x00008070 , 0x00000005 
- 00026644  0x0000702a branch  0x00006830 
- 00026645  0x0000702d and  0x00000002 , 0x00000007 , 0x00000007 
- 00026646  0x0000702e rshift3  0x00000002 , 0x0000003f 
- 00026647  0x0000702f and_into  0x00000003 , 0x0000003f 
- 00026648  0x00007030 iadd  0x00000005 , 0x00000005 
- 00026649  0x00007031 ifetch  0x00000001 , 0x00000005 
- 00026650  0x00007032 rtn 
- 00026651  0x00007035 arg  0x00008074 , 0x00000005 
- 00026652  0x00007036 branch  0x0000681e 
- 00026653  0x0000703b arg  0x0000811c , 0x00000005 
- 00026654  0x0000703d call  0x00006815 
- 00026655  0x0000703e isolate1  0x00000007 , 0x00000002 
- 00026656  0x0000703f branch  0x00006823 , 0x00000001 
- 00026657  0x00007040 qisolate0  0x0000003f 
- 00026658  0x00007041 rtn 
- 00026659  0x00007043 qisolate1  0x0000003f 
- 00026660  0x00007044 rtn 
- 00026661  0x00007047 sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026662  0x00007048 rtn  0x00000005 
- 00026663  0x00007049 isolate1  0x00000007 , 0x0000003e 
- 00026664  0x0000704a branch  0x0000682c 
- 00026665  0x0000704d sub  0x00000002 , 0x000000ff , 0x0000003e 
- 00026666  0x0000704e rtn  0x00000005 
- 00026667  0x0000704f isolate0  0x00000007 , 0x0000003e 
- 00026668  0x00007053 setarg  0x00000000 
- 00026669  0x00007054 nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00026670  0x00007055 ixor  0x00000002 , 0x00000002 
- 00026671  0x00007059 arg  0x00008074 , 0x00000005 
- 00026672  0x0000705d call  0x00006815 
- 00026673  0x0000705e isolate1  0x00000007 , 0x00000002 
- 00026674  0x0000705f qsetflag  0x00000001 , 0x0000003f 
- 00026675  0x00007060 istore  0x00000001 , 0x00000005 
- 00026676  0x00007061 rtn 
- 00026677  0x00007064 arg  0xffffffff , 0x00000011 
- 00026678  0x00007065 hfetch  0x00000001 , 0x00008081 
- 00026679  0x00007066 compare  0x00000002 , 0x0000003f , 0x00000003 
- 00026680  0x00007067 call  0x00006878 , 0x00000001 
- 00026681  0x00007069 compare  0x00000001 , 0x0000003f , 0x00000003 
- 00026682  0x0000706a call  0x0000687a , 0x00000001 
- 00026683  0x0000706c compare  0x00000003 , 0x0000003f , 0x00000003 
- 00026684  0x0000706d call  0x0000687a , 0x00000001 
- 00026685  0x0000706f isolate1  0x00000002 , 0x0000003f 
- 00026686  0x00007070 call  0x00006874 , 0x00000001 
- 00026687  0x00007072 isolate1  0x00000003 , 0x0000003f 
- 00026688  0x00007073 call  0x00006876 , 0x00000001 
- 00026689  0x00007075 isolate1  0x00000004 , 0x0000003f 
- 00026690  0x00007076 call  0x0000687c , 0x00000001 
- 00026691  0x00007078 isolate1  0x00000006 , 0x0000003f 
- 00026692  0x00007079 nsetflag  0x00000001 , 0x00000004 , 0x00000011 
- 00026693  0x0000707b isolate1  0x00000007 , 0x0000003f 
- 00026694  0x0000707c nsetflag  0x00000001 , 0x00000005 , 0x00000011 
- 00026695  0x0000707e hfetch  0x00000001 , 0x00008082 
- 00026696  0x0000707f isolate1  0x00000000 , 0x0000003f 
- 00026697  0x00007080 nsetflag  0x00000001 , 0x0000001b , 0x00000011 
- 00026698  0x00007081 isolate1  0x00000001 , 0x0000003f 
- 00026699  0x00007082 nsetflag  0x00000001 , 0x0000001c , 0x00000011 
- 00026700  0x00007083 isolate1  0x00000002 , 0x0000003f 
- 00026701  0x00007084 nsetflag  0x00000001 , 0x00000003 , 0x00000011 
- 00026702  0x00007085 isolate1  0x00000003 , 0x0000003f 
- 00026703  0x00007086 nsetflag  0x00000001 , 0x00000008 , 0x00000011 
- 00026704  0x00007087 isolate1  0x00000004 , 0x0000003f 
- 00026705  0x00007088 nsetflag  0x00000001 , 0x00000014 , 0x00000011 
- 00026706  0x00007089 isolate1  0x00000005 , 0x0000003f 
- 00026707  0x0000708a nsetflag  0x00000001 , 0x00000015 , 0x00000011 
- 00026708  0x0000708b isolate1  0x00000006 , 0x0000003f 
- 00026709  0x0000708c nsetflag  0x00000001 , 0x00000016 , 0x00000011 
- 00026710  0x0000708d isolate1  0x00000007 , 0x0000003f 
- 00026711  0x0000708e nsetflag  0x00000001 , 0x00000017 , 0x00000011 
- 00026712  0x00007090 hfetch  0x00000001 , 0x00008080 
- 00026713  0x00007091 isolate1  0x00000000 , 0x0000003f 
- 00026714  0x00007092 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
- 00026715  0x00007093 isolate1  0x00000001 , 0x0000003f 
- 00026716  0x00007094 nsetflag  0x00000001 , 0x00000006 , 0x00000011 
- 00026717  0x00007095 isolate1  0x00000002 , 0x0000003f 
- 00026718  0x00007096 nsetflag  0x00000001 , 0x00000007 , 0x00000011 
- 00026719  0x00007097 isolate1  0x00000003 , 0x0000003f 
- 00026720  0x00007098 nsetflag  0x00000001 , 0x00000012 , 0x00000011 
- 00026721  0x00007099 isolate1  0x00000004 , 0x0000003f 
- 00026722  0x0000709a nsetflag  0x00000001 , 0x00000013 , 0x00000011 
- 00026723  0x0000709b isolate1  0x00000005 , 0x0000003f 
- 00026724  0x0000709c nsetflag  0x00000001 , 0x00000014 , 0x00000011 
- 00026725  0x0000709d isolate1  0x00000006 , 0x0000003f 
- 00026726  0x0000709e nsetflag  0x00000001 , 0x00000015 , 0x00000011 
- 00026727  0x0000709f isolate1  0x00000007 , 0x0000003f 
- 00026728  0x000070a0 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
- 00026729  0x000070a2 hfetch  0x00000001 , 0x00008062 
- 00026730  0x000070a3 isolate1  0x00000004 , 0x0000003f 
- 00026731  0x000070a4 call  0x0000687e , 0x00000001 
- 00026732  0x000070a5 bpatchx  0x0000009d , 0x00004033 
- 00026733  0x000070a7 hfetch  0x00000004 , 0x00008078 
- 00026734  0x000070a8 hfetcht  0x00000004 , 0x0000807c 
- 00026735  0x000070a9 ior  0x00000002 , 0x0000003f 
- 00026736  0x000070aa invert  0x0000003f , 0x0000003f 
- 00026737  0x000070ab iand  0x00000011 , 0x0000003f 
- 00026738  0x000070ad hstore  0x00000004 , 0x00008070 
- 00026739  0x000070ae rtn 
- 00026740  0x000070b2 arg  0x00000006 , 0x00000007 
- 00026741  0x000070b3 branch  0x00006884 
- 00026742  0x000070b5 arg  0x00000009 , 0x00000007 
- 00026743  0x000070b6 branch  0x00006882 
- 00026744  0x000070b8 arg  0x00000017 , 0x00000007 
- 00026745  0x000070b9 branch  0x00006882 
- 00026746  0x000070bb arg  0x00000019 , 0x00000007 
- 00026747  0x000070bc branch  0x00006884 
- 00026748  0x000070be arg  0x0000001e , 0x00000007 
- 00026749  0x000070bf branch  0x00006884 
- 00026750  0x000070c1 arg  0x00000002 , 0x00000007 
- 00026751  0x000070c2 branch  0x00006884 
- 00026752  0x000070c4 arg  0x00000001 , 0x00000039 
- 00026753  0x000070c5 branch  0x00006885 
- 00026754  0x000070c7 arg  0x00000004 , 0x00000039 
- 00026755  0x000070c8 branch  0x00006885 
- 00026756  0x000070ca arg  0x00000002 , 0x00000039 
- 00026757  0x000070cc qset0  0x00000011 
- 00026758  0x000070cd increase  0x00000001 , 0x00000007 
- 00026759  0x000070ce loop  0x00006885 
- 00026760  0x000070cf rtn 
- 00026761  0x000070d8 call  0x00006895 
- 00026762  0x000070d9 arg  0x00000006 , 0x00000002 
- 00026763  0x000070da branch  0x0000680e 
- 00026764  0x000070dd call  0x00006889 
- 00026765  0x000070de arg  0x00000006 , 0x00000002 
- 00026766  0x000070df branch  0x00006825 
- 00026767  0x000070e4 call  0x00006895 
- 00026768  0x000070e5 hfetch  0x00000001 , 0x00008078 
- 00026769  0x000070e6 set1  0x00000007 , 0x0000003f 
- 00026770  0x000070e7 hstore  0x00000001 , 0x00008078 
- 00026771  0x000070e8 arg  0x00000007 , 0x00000002 
- 00026772  0x000070e9 branch  0x000067fb 
- 00026773  0x000070ec hfetch  0x00000001 , 0x00008081 
- 00026774  0x000070ed and_into  0x000000fb , 0x0000003f 
- 00026775  0x000070ee hstore  0x00000001 , 0x00008081 
- 00026776  0x000070ef rtn 
- 00026777  0x000070f2 hfetch  0x00000001 , 0x00008081 
- 00026778  0x000070f3 isolate1  0x00000002 , 0x0000003f 
- 00026779  0x000070f4 rtn 
- 00026780  0x000070f7 call  0x0000666a 
- 00026781  0x000070f8 setarg  0x000007e0 
- 00026782  0x000070f9 arg  0x00004150 , 0x00000011 
- 00026783  0x000070fa arg  0x00000002 , 0x00000002 
- 00026784  0x000070fb call  0x000066b3 
- 00026785  0x000070fc branch  0x0000666d 
- 00026786  0x00007100 call  0x0000666a 
- 00026787  0x00007101 setarg  0x000007e2 
- 00026788  0x00007102 arg  0x0000421d , 0x00000011 
- 00026789  0x00007103 arg  0x0000000e , 0x00000002 
- 00026790  0x00007104 call  0x000066b3 
- 00026791  0x00007105 branch  0x0000666d 
- 00026792  0x0000710a bpatchx  0x0000009e , 0x00004033 
- 00026793  0x0000710c call  0x000068a2 
- 00026794  0x0000710e fetch  0x00000001 , 0x0000422d 
- 00026795  0x0000710f beq  0x00000000 , 0x000068af 
- 00026796  0x00007110 beq  0x00000001 , 0x000068c3 
- 00026797  0x00007111 beq  0x00000002 , 0x000068d7 
- 00026798  0x00007112 rtn 
- 00026799  0x00007115 fetcht  0x00000002 , 0x00004229 
- 00026800  0x00007116 setarg  0x0000aa55 
- 00026801  0x00007117 isub  0x00000002 , 0x0000003e 
- 00026802  0x00007118 branch  0x000068b8 , 0x00000005 
- 00026803  0x00007119 setarg  0x00004dfa 
- 00026804  0x0000711a store  0x00000002 , 0x00004227 
- 00026805  0x0000711b setarg  0x00004894 
- 00026806  0x0000711c store  0x00000002 , 0x00004221 
- 00026807  0x0000711d branch  0x000068c0 
- 00026808  0x00007120 fetch  0x00000002 , 0x00004227 
- 00026809  0x00007121 nbranch  0x000068bc , 0x00000034 
- 00026810  0x00007122 setarg  0x00004dfa 
- 00026811  0x00007123 store  0x00000002 , 0x00004227 
- 00026812  0x00007125 fetch  0x00000002 , 0x00004221 
- 00026813  0x00007126 nbranch  0x000068c0 , 0x00000034 
- 00026814  0x00007127 setarg  0x00004894 
- 00026815  0x00007128 store  0x00000002 , 0x00004221 
- 00026816  0x0000712a setarg  0x00000064 
- 00026817  0x0000712b store  0x00000002 , 0x0000422b 
- 00026818  0x0000712c rtn 
- 00026819  0x0000712f fetcht  0x00000002 , 0x00004229 
- 00026820  0x00007130 setarg  0x0000aa55 
- 00026821  0x00007131 isub  0x00000002 , 0x0000003e 
- 00026822  0x00007132 branch  0x000068cc , 0x00000005 
- 00026823  0x00007133 setarg  0x00005932 
- 00026824  0x00007134 store  0x00000002 , 0x00004225 
- 00026825  0x00007135 setarg  0x00004323 
- 00026826  0x00007136 store  0x00000002 , 0x0000421f 
- 00026827  0x00007137 branch  0x000068d4 
- 00026828  0x0000713a fetch  0x00000002 , 0x00004225 
- 00026829  0x0000713b nbranch  0x000068d0 , 0x00000034 
- 00026830  0x0000713c setarg  0x00005932 
- 00026831  0x0000713d store  0x00000002 , 0x00004225 
- 00026832  0x0000713f fetch  0x00000002 , 0x0000421f 
- 00026833  0x00007140 nbranch  0x000068d4 , 0x00000034 
- 00026834  0x00007141 setarg  0x00004323 
- 00026835  0x00007142 store  0x00000002 , 0x0000421f 
- 00026836  0x00007144 setarg  0x00000190 
- 00026837  0x00007145 store  0x00000002 , 0x0000422b 
- 00026838  0x00007146 rtn 
- 00026839  0x00007149 fetcht  0x00000002 , 0x00004229 
- 00026840  0x0000714a setarg  0x0000aa55 
- 00026841  0x0000714b isub  0x00000002 , 0x0000003e 
- 00026842  0x0000714c branch  0x000068e0 , 0x00000005 
- 00026843  0x0000714d setarg  0x00006946 
- 00026844  0x0000714e store  0x00000002 , 0x00004223 
- 00026845  0x0000714f setarg  0x00005377 
- 00026846  0x00007150 store  0x00000002 , 0x0000421d 
- 00026847  0x00007151 branch  0x000068e8 
- 00026848  0x00007154 fetch  0x00000002 , 0x00004223 
- 00026849  0x00007155 nbranch  0x000068e4 , 0x00000034 
- 00026850  0x00007156 setarg  0x00006946 
- 00026851  0x00007157 store  0x00000002 , 0x00004223 
- 00026852  0x00007159 fetch  0x00000002 , 0x0000421d 
- 00026853  0x0000715a nbranch  0x000068e8 , 0x00000034 
- 00026854  0x0000715b setarg  0x00005377 
- 00026855  0x0000715c store  0x00000002 , 0x0000421d 
- 00026856  0x0000715e setarg  0x00000032 
- 00026857  0x0000715f store  0x00000002 , 0x0000422b 
- 00026858  0x00007160 rtn 
- 00026859  0x00007164 fetch  0x00000001 , 0x0000422d 
- 00026860  0x00007165 beq  0x00000000 , 0x000068f0 
- 00026861  0x00007166 beq  0x00000001 , 0x000068f2 
- 00026862  0x00007167 beq  0x00000002 , 0x000068f4 
- 00026863  0x00007168 rtn 
- 00026864  0x0000716a jam  0x000000bf , 0x00008971 
- 00026865  0x0000716b branch  0x000068f8 
- 00026866  0x0000716d jam  0x000000af , 0x00008971 
- 00026867  0x0000716e branch  0x000068f8 
- 00026868  0x00007170 jam  0x0000008f , 0x00008971 
- 00026869  0x00007171 fetch  0x00000001 , 0x0000422e 
- 00026870  0x00007172 hstore  0x00000001 , 0x00008973 
- 00026871  0x00007173 branch  0x000068f8 
- 00026872  0x00007175 bpatchx  0x0000009f , 0x00004033 
- 00026873  0x00007176 hfetch  0x00000001 , 0x00008053 
- 00026874  0x00007177 set1  0x00000007 , 0x0000003f 
- 00026875  0x00007178 hstore  0x00000001 , 0x00008053 
- 00026876  0x00007179 hfetch  0x00000001 , 0x00008973 
- 00026877  0x0000717a or_into  0x00000030 , 0x0000003f 
- 00026878  0x0000717b hstore  0x00000001 , 0x00008973 
- 00026879  0x0000717c jam  0x0000007c , 0x00008906 
- 00026880  0x0000717d jam  0x000000aa , 0x00008972 
- 00026881  0x0000717e nop  0x00001388 
- 00026882  0x0000717f hfetcht  0x00000002 , 0x00008150 
- 00026883  0x00007180 hfetch  0x00000001 , 0x00008053 
- 00026884  0x00007181 set0  0x00000007 , 0x0000003f 
- 00026885  0x00007182 hstore  0x00000001 , 0x00008053 
- 00026886  0x00007183 storet  0x00000002 , 0x0000422f 
- 00026887  0x00007184 rtn 
- 00026888  0x00007187 bpatchx  0x000000a0 , 0x00004034 
- 00026889  0x00007188 fetch  0x00000001 , 0x0000422d 
- 00026890  0x00007189 beq  0x00000000 , 0x0000690e 
- 00026891  0x0000718a beq  0x00000001 , 0x00006912 
- 00026892  0x0000718b beq  0x00000002 , 0x00006916 
- 00026893  0x0000718c rtn 
- 00026894  0x0000718f fetch  0x00000002 , 0x00004227 
- 00026895  0x00007190 fetcht  0x00000002 , 0x00004221 
- 00026896  0x00007191 arg  0x000000c8 , 0x00000013 
- 00026897  0x00007192 branch  0x0000691a 
- 00026898  0x00007195 fetch  0x00000002 , 0x00004225 
- 00026899  0x00007196 fetcht  0x00000002 , 0x0000421f 
- 00026900  0x00007197 arg  0x00000064 , 0x00000013 
- 00026901  0x00007198 branch  0x0000691a 
- 00026902  0x0000719b fetch  0x00000002 , 0x00004223 
- 00026903  0x0000719c fetcht  0x00000002 , 0x0000421d 
- 00026904  0x0000719d arg  0x00000032 , 0x00000013 
- 00026905  0x0000719e branch  0x0000691a 
- 00026906  0x000071a1 isub  0x00000002 , 0x00000011 
- 00026907  0x000071a2 fetch  0x00000002 , 0x0000422f 
- 00026908  0x000071a3 isub  0x00000002 , 0x0000003f 
- 00026909  0x000071a4 nbranch  0x00006927 , 0x00000002 
- 00026910  0x000071a5 fetcht  0x00000002 , 0x0000422b 
- 00026911  0x000071a6 imul32  0x00000002 , 0x00000012 
- 00026912  0x000071a7 copy  0x00000013 , 0x0000003f 
- 00026913  0x000071a8 imul32  0x00000011 , 0x0000003f 
- 00026914  0x000071a9 iadd  0x00000012 , 0x0000003f 
- 00026915  0x000071ab idiv  0x00000011 
- 00026916  0x000071ac call  0x00007f86 
- 00026917  0x000071ad quotient  0x0000003f 
- 00026918  0x000071ae rtn 
- 00026919  0x000071b1 copy  0x00000002 , 0x0000003f 
- 00026920  0x000071b2 fetcht  0x00000002 , 0x0000422f 
- 00026921  0x000071b3 isub  0x00000002 , 0x0000003f 
- 00026922  0x000071b4 fetcht  0x00000002 , 0x0000422b 
- 00026923  0x000071b5 imul32  0x00000002 , 0x00000012 
- 00026924  0x000071b6 copy  0x00000013 , 0x0000003f 
- 00026925  0x000071b7 imul32  0x00000011 , 0x0000003f 
- 00026926  0x000071b8 isub  0x00000012 , 0x0000003f 
- 00026927  0x000071b9 branch  0x00006923 
- 00026928  0x000071c5 ifetch  0x00000008 , 0x00000011 
- 00026929  0x000071c6 store  0x00000008 , 0x00000a9a 
- 00026930  0x000071c7 fetch  0x00000002 , 0x00000a9a 
- 00026931  0x000071c8 fetcht  0x00000002 , 0x00000a9c 
- 00026932  0x000071c9 isub  0x00000002 , 0x00000011 
- 00026933  0x000071ca fetch  0x00000002 , 0x00000aa0 
- 00026934  0x000071cb isub  0x00000002 , 0x00000012 
- 00026935  0x000071cc fetcht  0x00000002 , 0x00000a9e 
- 00026936  0x000071cd isub  0x00000002 , 0x0000003e 
- 00026937  0x000071ce ncall  0x00006940 , 0x00000002 
- 00026938  0x000071cf mul32  0x00000012 , 0x00000064 , 0x0000003f 
- 00026939  0x000071d0 idiv  0x00000011 
- 00026940  0x000071d1 call  0x00007f86 
- 00026941  0x000071d2 quotient  0x0000003f 
- 00026942  0x000071d3 call  0x00006944 , 0x00000034 
- 00026943  0x000071d4 rtn 
- 00026944  0x000071d6 fetch  0x00000001 , 0x00004231 
- 00026945  0x000071d7 set1  0x00000000 , 0x0000003f 
- 00026946  0x000071d8 store  0x00000001 , 0x00004231 
- 00026947  0x000071d9 rtn 
- 00026948  0x000071db fetcht  0x00000001 , 0x00004231 
- 00026949  0x000071dc set1  0x00000001 , 0x00000002 
- 00026950  0x000071dd storet  0x00000001 , 0x00004231 
- 00026951  0x000071de rtn 
- 00026952  0x000071e4 fetch  0x00000002 , 0x0000423d 
- 00026953  0x000071e5 ifetch  0x00000001 , 0x0000003f 
- 00026954  0x000071e7 rtn  0x00000034 
- 00026955  0x000071e8 copy  0x0000003f , 0x00000039 
- 00026956  0x000071ea fetch  0x00000002 , 0x0000423d 
- 00026957  0x000071eb increase  0x00000003 , 0x0000003f 
- 00026958  0x000071ec copy  0x0000003f , 0x00000011 
- 00026959  0x000071ee ifetcht  0x00000001 , 0x00000011 
- 00026960  0x000071ef call  0x000067fb 
- 00026961  0x000071f0 increase  0x00000001 , 0x00000011 
- 00026962  0x000071f1 loop  0x0000694f 
- 00026963  0x000071f3 rtn 
- 00026964  0x000071f6 fetch  0x00000002 , 0x0000423d 
- 00026965  0x000071f7 increase  0x00000003 , 0x0000003f 
- 00026966  0x000071f8 copy  0x0000003f , 0x00000011 
- 00026967  0x000071fa force  0x00000000 , 0x00000012 
- 00026968  0x000071fb jam  0x00000000 , 0x00000b12 
- 00026969  0x000071fd ifetcht  0x00000001 , 0x00000011 
- 00026970  0x000071fe call  0x0000681d 
- 00026971  0x000071ff bpatchx  0x000000a1 , 0x00004034 
- 00026972  0x00007200 fetch  0x00000002 , 0x00000b12 
- 00026973  0x00007201 copy  0x00000012 , 0x00000007 
- 00026974  0x00007202 qsetflag  0x00000001 , 0x0000003f 
- 00026975  0x00007203 store  0x00000002 , 0x00000b12 
- 00026976  0x00007204 increase  0x00000001 , 0x00000011 
- 00026977  0x00007205 increase  0x00000001 , 0x00000012 
- 00026978  0x00007206 fetch  0x00000002 , 0x0000423d 
- 00026979  0x00007207 ifetch  0x00000001 , 0x0000003f 
- 00026980  0x00007209 ixor  0x00000012 , 0x0000003e 
- 00026981  0x0000720a nbranch  0x00006959 , 0x00000005 
- 00026982  0x0000720b fetch  0x00000002 , 0x00000b12 
- 00026983  0x0000720c fetcht  0x00000002 , 0x00000b14 
- 00026984  0x0000720d ixor  0x00000002 , 0x0000003e 
- 00026985  0x0000720e rtn  0x00000005 
- 00026986  0x0000720f enable  0x00000028 
- 00026987  0x00007210 rtn 
- 00026988  0x00007213 fetch  0x00000002 , 0x0000423d 
- 00026989  0x00007214 ifetch  0x00000001 , 0x0000003f 
- 00026990  0x00007216 rtn  0x00000034 
- 00026991  0x00007217 copy  0x0000003f , 0x00000039 
- 00026992  0x00007218 fetch  0x00000002 , 0x0000423d 
- 00026993  0x00007219 increase  0x00000003 , 0x0000003f 
- 00026994  0x0000721a copy  0x0000003f , 0x00000011 
- 00026995  0x0000721c ifetcht  0x00000001 , 0x00000011 
- 00026996  0x0000721d call  0x000067dd 
- 00026997  0x0000721e increase  0x00000001 , 0x00000011 
- 00026998  0x0000721f loop  0x00006973 
- 00026999  0x00007221 rtn 
- 00027000  0x00007224 arg  0x00000009 , 0x00000007 
- 00027001  0x00007225 call  0x00007f16 
- 00027002  0x00007226 nrtn  0x00000034 
- 00027003  0x00007227 setarg  0x00000020 
- 00027004  0x00007228 arg  0x00000009 , 0x00000007 
- 00027005  0x00007229 call  0x00007f08 
- 00027006  0x0000722a disable  0x00000028 
- 00027007  0x0000722b call  0x0000696c 
- 00027008  0x0000722c bpatchx  0x000000a2 , 0x00004034 
- 00027009  0x0000722d fetch  0x00000002 , 0x0000423d 
- 00027010  0x0000722e ifetch  0x00000001 , 0x0000003f 
- 00027011  0x00007230 rtn  0x00000034 
- 00027012  0x00007231 call  0x00006954 
- 00027013  0x00007232 nbranch  0x00007d02 , 0x00000028 
- 00027014  0x00007233 call  0x00007d00 
- 00027015  0x00007234 disable  0x00000028 
- 00027016  0x00007235 fetch  0x00000002 , 0x00000b12 
- 00027017  0x00007236 store  0x00000002 , 0x00000b19 
- 00027018  0x00007237 jam  0x00000000 , 0x00000b1b 
- 00027019  0x00007238 force  0x00000000 , 0x00000007 
- 00027020  0x0000723a fetch  0x00000002 , 0x00000b14 
- 00027021  0x0000723b rshift  0x0000003f , 0x00000002 
- 00027022  0x0000723c storet  0x00000002 , 0x00000b14 
- 00027023  0x0000723d and  0x0000003f , 0x00000001 , 0x0000003f 
- 00027024  0x0000723e fetcht  0x00000002 , 0x00000b19 
- 00027025  0x0000723f and  0x00000002 , 0x00000001 , 0x00000011 
- 00027026  0x00007240 rshift  0x00000002 , 0x00000002 
- 00027027  0x00007241 storet  0x00000002 , 0x00000b19 
- 00027028  0x00007242 ixor  0x00000011 , 0x0000003e 
- 00027029  0x00007243 ncall  0x000069a1 , 0x00000005 
- 00027030  0x00007244 fetch  0x00000002 , 0x0000423d 
- 00027031  0x00007245 ifetch  0x00000001 , 0x0000003f 
- 00027032  0x00007247 fetcht  0x00000001 , 0x00000b1b 
- 00027033  0x00007248 increase  0x00000001 , 0x00000002 
- 00027034  0x00007249 storet  0x00000001 , 0x00000b1b 
- 00027035  0x0000724a copy  0x00000002 , 0x00000007 
- 00027036  0x0000724b ixor  0x00000007 , 0x0000003e 
- 00027037  0x0000724c nbranch  0x0000698c , 0x00000005 
- 00027038  0x0000724d fetch  0x00000002 , 0x00000b12 
- 00027039  0x0000724e store  0x00000002 , 0x00000b14 
- 00027040  0x0000724f rtn 
- 00027041  0x00007251 bpatchx  0x000000a3 , 0x00004034 
- 00027042  0x00007252 fetch  0x00000002 , 0x0000423d 
- 00027043  0x00007253 increase  0x00000001 , 0x0000003f 
- 00027044  0x00007254 ifetch  0x00000002 , 0x0000003f 
- 00027045  0x00007255 branch  0x00007f9c 
- 00027046  0x00007261 hfetch  0x00000001 , 0x00008042 
- 00027047  0x00007262 ior  0x00000011 , 0x0000003f 
- 00027048  0x00007263 hstore  0x00000001 , 0x00008042 
- 00027049  0x00007264 hfetch  0x00000002 , 0x00008050 
- 00027050  0x00007265 set0  0x0000000d , 0x0000003f 
- 00027051  0x00007266 hstore  0x00000002 , 0x00008050 
- 00027052  0x00007267 nop  0x00000064 
- 00027053  0x00007268 rtn 
- 00027054  0x00007274 fetcht  0x00000003 , 0x00000a9c 
- 00027055  0x00007275 setarg  0x00b71b00 
- 00027056  0x00007276 idiv  0x00000002 
- 00027057  0x00007277 call  0x00007f86 
- 00027058  0x00007278 quotient  0x00000002 
- 00027059  0x00007279 fetch  0x00000001 , 0x00000a9f 
- 00027060  0x0000727a imul32  0x00000002 , 0x0000003f 
- 00027061  0x0000727b div  0x0000003f , 0x00000064 
- 00027062  0x0000727c call  0x00007f86 
- 00027063  0x0000727d quotient  0x00000011 
- 00027064  0x0000727e copy  0x00000002 , 0x0000003f 
- 00027065  0x0000727f isub  0x00000011 , 0x00000012 
- 00027066  0x00007280 fetch  0x00000001 , 0x00000a9b 
- 00027067  0x00007281 call  0x000069be 
- 00027068  0x00007282 fetch  0x00000001 , 0x00000a9a 
- 00027069  0x00007283 branch  0x000069d5 
- 00027070  0x00007287 beq  0x00000000 , 0x000069c4 
- 00027071  0x00007288 beq  0x00000001 , 0x000069c6 
- 00027072  0x00007289 beq  0x00000002 , 0x000069c8 
- 00027073  0x0000728a beq  0x00000003 , 0x000069ca 
- 00027074  0x0000728b beq  0x00000004 , 0x000069cc 
- 00027075  0x0000728c beq  0x00000005 , 0x000069ce 
- 00027076  0x0000728e arg  0x000080a0 , 0x00000005 
- 00027077  0x0000728f branch  0x000069d0 
- 00027078  0x00007291 arg  0x000080a4 , 0x00000005 
- 00027079  0x00007292 branch  0x000069d0 
- 00027080  0x00007294 arg  0x000080a8 , 0x00000005 
- 00027081  0x00007295 branch  0x000069d0 
- 00027082  0x00007297 arg  0x00008064 , 0x00000005 
- 00027083  0x00007298 branch  0x000069d0 
- 00027084  0x0000729a arg  0x00008068 , 0x00000005 
- 00027085  0x0000729b branch  0x000069d0 
- 00027086  0x0000729d arg  0x0000806c , 0x00000005 
- 00027087  0x0000729e branch  0x000069d0 
- 00027088  0x000072a0 copy  0x00000011 , 0x0000003f 
- 00027089  0x000072a1 istore  0x00000002 , 0x00000005 
- 00027090  0x000072a2 copy  0x00000012 , 0x0000003f 
- 00027091  0x000072a3 istore  0x00000002 , 0x00000005 
- 00027092  0x000072a4 rtn 
- 00027093  0x000072a9 enable  0x00000028 
- 00027094  0x000072aa branch  0x000069d8 
- 00027095  0x000072ac disable  0x00000028 
- 00027096  0x000072ae beq  0x00000004 , 0x000069e3 
- 00027097  0x000072af beq  0x00000005 , 0x000069e5 
- 00027098  0x000072b0 beq  0x0000001b , 0x000069e7 
- 00027099  0x000072b1 beq  0x0000001c , 0x000069e9 
- 00027100  0x000072b2 beq  0x00000003 , 0x000069eb 
- 00027101  0x000072b3 beq  0x00000008 , 0x000069ed 
- 00027102  0x000072b4 beq  0x00000014 , 0x000069ef 
- 00027103  0x000072b5 beq  0x00000015 , 0x000069f1 
- 00027104  0x000072b6 beq  0x00000016 , 0x000069f3 
- 00027105  0x000072b7 beq  0x00000017 , 0x000069f5 
- 00027106  0x000072b8 rtn 
- 00027107  0x000072bc arg  0x00000006 , 0x00000007 
- 00027108  0x000072bd branch  0x000069ff 
- 00027109  0x000072bf arg  0x00000007 , 0x00000007 
- 00027110  0x000072c0 branch  0x000069ff 
- 00027111  0x000072c2 arg  0x00000008 , 0x00000007 
- 00027112  0x000072c3 branch  0x000069ff 
- 00027113  0x000072c5 arg  0x00000009 , 0x00000007 
- 00027114  0x000072c6 branch  0x000069ff 
- 00027115  0x000072c8 arg  0x0000000a , 0x00000007 
- 00027116  0x000072c9 branch  0x000069ff 
- 00027117  0x000072cb arg  0x0000000b , 0x00000007 
- 00027118  0x000072cc branch  0x000069ff 
- 00027119  0x000072ce arg  0x0000000c , 0x00000007 
- 00027120  0x000072cf branch  0x00006a01 
- 00027121  0x000072d1 arg  0x0000000d , 0x00000007 
- 00027122  0x000072d2 branch  0x00006a01 
- 00027123  0x000072d4 arg  0x0000000e , 0x00000007 
- 00027124  0x000072d5 branch  0x00006a01 
- 00027125  0x000072d7 arg  0x0000000f , 0x00000007 
- 00027126  0x000072d8 branch  0x00006a01 
- 00027127  0x000072db hfetch  0x00000002 , 0x00008081 
- 00027128  0x000072dc qsetflag  0x00000028 , 0x0000003f 
- 00027129  0x000072dd hstore  0x00000002 , 0x00008081 
- 00027130  0x000072de copy  0x00000011 , 0x00000007 
- 00027131  0x000072df hfetch  0x00000001 , 0x00008085 
- 00027132  0x000072e0 qsetflag  0x00000028 , 0x0000003f 
- 00027133  0x000072e1 hstore  0x00000001 , 0x00008085 
- 00027134  0x000072e2 rtn 
- 00027135  0x000072e5 add  0x00000007 , 0xfffffffc , 0x00000011 
- 00027136  0x000072e6 branch  0x000069f7 
- 00027137  0x000072e9 add  0x00000007 , 0xfffffff6 , 0x00000011 
- 00027138  0x000072ea branch  0x000069f7 
- 00027139  0x000072f0 rtn  0x0000002b 
- 00027140  0x000072f1 jam  0x00000000 , 0x00004567 
- 00027141  0x000072f2 jam  0x00000003 , 0x000004ed 
- 00027142  0x000072f3 jam  0x00000003 , 0x000004ee 
- 00027143  0x000072f4 jam  0x00000011 , 0x000004f2 
- 00027144  0x000072f5 jam  0x00000013 , 0x000004f3 
- 00027145  0x000072f6 setarg  0x00000000 
- 00027146  0x000072f7 store  0x00000003 , 0x000004ef 
- 00027147  0x000072f8 store  0x00000001 , 0x00004254 
- 00027148  0x000072f9 jam  0x00000000 , 0x00004681 
- 00027149  0x000072fc bpatchx  0x000000a4 , 0x00004034 
- 00027150  0x000072fd setarg  0x00000000 
- 00027151  0x000072fe store  0x00000001 , 0x00004254 
- 00027152  0x000072ff store  0x00000001 , 0x00004564 
- 00027153  0x00007300 store  0x00000001 , 0x0000455d 
- 00027154  0x00007301 fetch  0x00000001 , 0x0000456b 
- 00027155  0x00007302 beq  0x00000001 , 0x00006a16 
- 00027156  0x00007303 jam  0x00000050 , 0x00004569 
- 00027157  0x00007304 rtn 
- 00027158  0x00007307 jam  0x00000000 , 0x00004569 
- 00027159  0x00007308 rtn 
- 00027160  0x0000730b or_into  0x00000002 , 0x00000002 
- 00027161  0x0000730c rtn 
- 00027162  0x00007319 copy  0x00000002 , 0x0000003f 
- 00027163  0x0000731a reverse  0x0000003f , 0x0000003f 
- 00027164  0x0000731b store  0x00000001 , 0x00004562 
- 00027165  0x0000731c force  0x0000003f , 0x0000003f 
- 00027166  0x0000731d reverse  0x0000003f , 0x0000003f 
- 00027167  0x0000731e store  0x00000001 , 0x00004561 
- 00027168  0x0000731f force  0x00000001 , 0x0000003f 
- 00027169  0x00007320 reverse  0x0000003f , 0x0000003f 
- 00027170  0x00007321 store  0x00000001 , 0x00004560 
- 00027171  0x00007322 call  0x00006a50 
- 00027172  0x00007323 copy  0x00000002 , 0x0000003f 
- 00027173  0x00007324 rtn 
- 00027174  0x00007326 reverse  0x0000003f , 0x0000003f 
- 00027175  0x00007327 store  0x00000001 , 0x00004562 
- 00027176  0x00007328 force  0x00000073 , 0x0000003f 
- 00027177  0x00007329 reverse  0x0000003f , 0x0000003f 
- 00027178  0x0000732a store  0x00000001 , 0x00004561 
- 00027179  0x0000732b force  0x00000001 , 0x0000003f 
- 00027180  0x0000732c reverse  0x0000003f , 0x0000003f 
- 00027181  0x0000732d store  0x00000001 , 0x00004560 
- 00027182  0x0000732e branch  0x00006a50 
- 00027183  0x00007331 fetch  0x00000001 , 0x00004563 
- 00027184  0x00007332 branch  0x00006a33 , 0x00000034 
- 00027185  0x00007333 setarg  0x00000070 
- 00027186  0x00007334 rtn 
- 00027187  0x00007336 setarg  0x000000aa 
- 00027188  0x00007337 rtn 
- 00027189  0x0000733a reverse  0x0000003f , 0x0000003f 
- 00027190  0x0000733b store  0x00000001 , 0x00004562 
- 00027191  0x0000733c force  0x000000ef , 0x0000003f 
- 00027192  0x0000733d call  0x00006a44 
- 00027193  0x0000733e fetcht  0x00000002 , 0x000004f7 
- 00027194  0x0000733f copy  0x00000002 , 0x00000005 
- 00027195  0x00007340 istore  0x00000001 , 0x00000005 
- 00027196  0x00007341 copy  0x00000005 , 0x00000002 
- 00027197  0x00007342 storet  0x00000002 , 0x000004f7 
- 00027198  0x00007343 force  0x000000ff , 0x0000003f 
- 00027199  0x00007344 call  0x00006a44 
- 00027200  0x00007345 fetcht  0x00000002 , 0x000004f7 
- 00027201  0x00007346 copy  0x00000002 , 0x00000005 
- 00027202  0x00007347 istore  0x00000001 , 0x00000005 
- 00027203  0x00007348 rtn 
- 00027204  0x00007352 reverse  0x0000003f , 0x0000003f 
- 00027205  0x00007353 store  0x00000001 , 0x00004561 
- 00027206  0x00007354 fetch  0x00000002 , 0x00004561 
- 00027207  0x00007355 lshift8  0x0000003f , 0x0000003f 
- 00027208  0x00007356 store  0x00000003 , 0x000004f4 
- 00027209  0x00007357 arg  0x00000107 , 0x00000011 
- 00027210  0x00007358 arg  0x0000000f , 0x00000012 
- 00027211  0x00007359 call  0x00006a5d 
- 00027212  0x0000735a xor_into  0x000000d7 , 0x0000003f 
- 00027213  0x0000735b invert  0x0000003f , 0x0000003f 
- 00027214  0x0000735c reverse  0x0000003f , 0x0000003f 
- 00027215  0x0000735d rtn 
- 00027216  0x00007368 fetch  0x00000003 , 0x00004560 
- 00027217  0x00007369 store  0x00000003 , 0x000004f4 
- 00027218  0x0000736a arg  0x00000107 , 0x00000011 
- 00027219  0x0000736b arg  0x0000000f , 0x00000012 
- 00027220  0x0000736c call  0x00006a5d 
- 00027221  0x0000736d lshift8  0x0000003f , 0x0000003f 
- 00027222  0x0000736e arg  0x00000007 , 0x00000012 
- 00027223  0x0000736f call  0x00006a5d 
- 00027224  0x00007370 xor_into  0x0000002b , 0x0000003f 
- 00027225  0x00007371 invert  0x0000003f , 0x0000003f 
- 00027226  0x00007372 reverse  0x0000003f , 0x0000003f 
- 00027227  0x00007373 copy  0x0000003f , 0x00000002 
- 00027228  0x00007374 rtn 
- 00027229  0x00007377 arg  0x00000000 , 0x00000013 
- 00027230  0x00007378 copy  0x00000012 , 0x00000039 
- 00027231  0x00007379 call  0x00007e71 
- 00027232  0x0000737a icopy  0x00000002 
- 00027233  0x00007380 copy  0x00000002 , 0x0000003f 
- 00027234  0x00007381 lshift  0x00000013 , 0x00000013 
- 00027235  0x00007382 bbit0  0x00000008 , 0x00006a66 
- 00027236  0x00007383 ixor  0x00000011 , 0x00000002 
- 00027237  0x00007384 increase  0x00000001 , 0x00000013 
- 00027238  0x00007386 lshift  0x00000002 , 0x00000002 
- 00027239  0x00007387 fetch  0x00000003 , 0x000004f4 
- 00027240  0x00007388 increase  0xffffffff , 0x00000012 
- 00027241  0x00007389 compare  0x000000ff , 0x00000012 , 0x000000ff 
- 00027242  0x0000738a branch  0x00006a70 , 0x00000001 
- 00027243  0x0000738b copy  0x00000012 , 0x00000039 
- 00027244  0x0000738c call  0x00007e71 
- 00027245  0x0000738d isolate1  0x00000000 , 0x0000003f 
- 00027246  0x0000738e setflag  0x00000001 , 0x00000000 , 0x00000002 
- 00027247  0x0000738f branch  0x00006a61 
- 00027248  0x00007392 rshift  0x00000002 , 0x0000003f 
- 00027249  0x00007393 rtn 
- 00027250  0x00007396 fetcht  0x00000001 , 0x0000455d 
- 00027251  0x00007399 lshift2  0x00000002 , 0x00000002 
- 00027252  0x0000739a set1  0x00000000 , 0x00000002 
- 00027253  0x0000739b fetch  0x00000001 , 0x00004563 
- 00027254  0x0000739c ncall  0x00006a18 , 0x00000034 
- 00027255  0x0000739d storet  0x00000001 , 0x0000050d 
- 00027256  0x0000739e rtn 
- 00027257  0x000073a2 lshift  0x00000002 , 0x00000002 
- 00027258  0x000073a3 fetch  0x00000001 , 0x00004563 
- 00027259  0x000073a4 setflag  0x00000034 , 0x00000000 , 0x00000002 
- 00027260  0x000073a6 rtn 
- 00027261  0x000073a8 fetcht  0x00000001 , 0x000004fc 
- 00027262  0x000073a9 jam  0x000000d7 , 0x000004fe 
- 00027263  0x000073aa call  0x00006bb6 
- 00027264  0x000073ab fetch  0x00000001 , 0x00004251 
- 00027265  0x000073ac set1  0x00000006 , 0x0000003f 
- 00027266  0x000073ad set1  0x00000007 , 0x0000003f 
- 00027267  0x000073ae store  0x00000001 , 0x00004251 
- 00027268  0x000073af jam  0x00000000 , 0x00004563 
- 00027269  0x000073b0 branch  0x00006b97 
- 00027270  0x000073b2 fetch  0x00000001 , 0x00004251 
- 00027271  0x000073b3 set1  0x00000007 , 0x0000003f 
- 00027272  0x000073b4 store  0x00000001 , 0x00004251 
- 00027273  0x000073b5 branch  0x00006b97 
- 00027274  0x000073b9 bpatchx  0x000000a5 , 0x00004034 
- 00027275  0x000073ba fetch  0x00000001 , 0x00004681 
- 00027276  0x000073bb beq  0x00000000 , 0x00006a8e 
- 00027277  0x000073bc branch  0x00006b4c 
- 00027278  0x000073bf fetch  0x00000002 , 0x00000264 
- 00027279  0x000073c0 copy  0x0000003f , 0x00000006 
- 00027280  0x000073c1 call  0x00006ab8 
- 00027281  0x000073c2 fetch  0x00000001 , 0x000004fc 
- 00027282  0x000073c3 beq  0x00000000 , 0x00006a94 
- 00027283  0x000073c4 branch  0x00006b18 
- 00027284  0x000073c6 bpatchx  0x000000a6 , 0x00004034 
- 00027285  0x000073c7 fetch  0x00000001 , 0x000004fd 
- 00027286  0x000073c8 beq  0x0000003f , 0x00006a7d 
- 00027287  0x000073c9 beq  0x00000073 , 0x00006a86 
- 00027288  0x000073ca beq  0x000000ef , 0x00006a9b 
- 00027289  0x000073cb beq  0x00000053 , 0x00006b44 
- 00027290  0x000073cc rtn 
- 00027291  0x000073d0 fetch  0x00000002 , 0x00000501 
- 00027292  0x000073d1 copy  0x0000003f , 0x00000006 
- 00027293  0x000073d2 call  0x00006ac3 
- 00027294  0x000073d3 fetch  0x00000001 , 0x00000503 
- 00027295  0x000073d4 beq  0x00000041 , 0x00006aa5 
- 00027296  0x000073d5 beq  0x00000040 , 0x00006aad 
- 00027297  0x000073d6 beq  0x00000071 , 0x00006ae6 
- 00027298  0x000073d7 beq  0x00000070 , 0x00006af2 
- 00027299  0x000073d8 beq  0x00000049 , 0x00006afd 
- 00027300  0x000073d9 branch  0x00006b97 
- 00027301  0x000073dc call  0x00006aaf 
- 00027302  0x000073de branch  0x00006aa7 
- 00027303  0x000073e1 fetch  0x00000001 , 0x00004254 
- 00027304  0x000073e2 set1  0x00000000 , 0x0000003f 
- 00027305  0x000073e3 set1  0x00000001 , 0x0000003f 
- 00027306  0x000073e4 store  0x00000001 , 0x00004254 
- 00027307  0x000073e5 call  0x00006be0 
- 00027308  0x000073e6 branch  0x00006b97 
- 00027309  0x000073e9 call  0x00006aaf 
- 00027310  0x000073ea branch  0x00006b97 
- 00027311  0x000073ed call  0x00006acb 
- 00027312  0x000073ee branch  0x00006ad7 
- 00027313  0x000073f1 call  0x00006acb 
- 00027314  0x000073f2 ifetch  0x00000001 , 0x00000006 
- 00027315  0x000073f3 rshift3  0x0000003f , 0x0000003f 
- 00027316  0x000073f4 store  0x00000001 , 0x0000456a 
- 00027317  0x000073f5 ifetch  0x00000001 , 0x00000006 
- 00027318  0x000073f6 store  0x00000001 , 0x00000508 
- 00027319  0x000073f7 rtn 
- 00027320  0x000073fb ifetch  0x00000001 , 0x00000006 
- 00027321  0x000073fc store  0x00000001 , 0x000004fb 
- 00027322  0x000073fd rshift3  0x0000003f , 0x0000003f 
- 00027323  0x000073fe store  0x00000001 , 0x000004fc 
- 00027324  0x000073ff ifetch  0x00000001 , 0x00000006 
- 00027325  0x00007400 store  0x00000001 , 0x000004fd 
- 00027326  0x00007402 call  0x00006ace 
- 00027327  0x00007403 storet  0x00000002 , 0x000004ff 
- 00027328  0x00007404 copy  0x00000006 , 0x0000003f 
- 00027329  0x00007405 store  0x00000002 , 0x00000501 
- 00027330  0x00007406 rtn 
- 00027331  0x00007409 ifetch  0x00000001 , 0x00000006 
- 00027332  0x0000740a rshift  0x0000003f , 0x0000003f 
- 00027333  0x0000740b store  0x00000001 , 0x00000503 
- 00027334  0x0000740c call  0x00006ace 
- 00027335  0x0000740d storet  0x00000002 , 0x00000504 
- 00027336  0x0000740e copy  0x00000006 , 0x0000003f 
- 00027337  0x0000740f store  0x00000002 , 0x00000506 
- 00027338  0x00007410 rtn 
- 00027339  0x00007414 fetch  0x00000002 , 0x00000506 
- 00027340  0x00007415 copy  0x0000003f , 0x00000006 
- 00027341  0x00007416 rtn 
- 00027342  0x00007419 ifetch  0x00000001 , 0x00000006 
- 00027343  0x0000741a copy  0x0000003f , 0x00000002 
- 00027344  0x0000741b rshift  0x00000002 , 0x00000002 
- 00027345  0x0000741c rtnbit1  0x00000000 
- 00027346  0x0000741d ifetch  0x00000001 , 0x00000006 
- 00027347  0x0000741e lshift3  0x0000003f , 0x0000003f 
- 00027348  0x0000741f lshift4  0x0000003f , 0x0000003f 
- 00027349  0x00007420 iadd  0x00000002 , 0x00000002 
- 00027350  0x00007421 rtn 
- 00027351  0x00007424 ifetch  0x00000001 , 0x00000006 
- 00027352  0x00007425 store  0x00000001 , 0x0000455d 
- 00027353  0x00007426 ifetch  0x00000001 , 0x00000006 
- 00027354  0x00007427 store  0x00000001 , 0x00000509 
- 00027355  0x00007428 ifetch  0x00000001 , 0x00000006 
- 00027356  0x00007429 store  0x00000001 , 0x0000050a 
- 00027357  0x0000742a ifetch  0x00000001 , 0x00000006 
- 00027358  0x0000742b store  0x00000001 , 0x0000050b 
- 00027359  0x0000742c ifetch  0x00000002 , 0x00000006 
- 00027360  0x0000742d store  0x00000002 , 0x0000455e 
- 00027361  0x0000742e ifetch  0x00000001 , 0x00000006 
- 00027362  0x0000742f store  0x00000001 , 0x0000050c 
- 00027363  0x00007430 ifetch  0x00000001 , 0x00000006 
- 00027364  0x00007431 store  0x00000001 , 0x00004568 
- 00027365  0x00007432 rtn 
- 00027366  0x00007436 call  0x00006ab1 
- 00027367  0x00007438 branch  0x00006ae8 
- 00027368  0x0000743b fetch  0x00000001 , 0x00004254 
- 00027369  0x0000743c set1  0x00000005 , 0x0000003f 
- 00027370  0x0000743d set1  0x00000006 , 0x0000003f 
- 00027371  0x0000743e store  0x00000001 , 0x00004254 
- 00027372  0x0000743f fetcht  0x00000001 , 0x0000455d 
- 00027373  0x00007440 lshift2  0x00000002 , 0x00000002 
- 00027374  0x00007441 or_into  0x00000003 , 0x00000002 
- 00027375  0x00007442 call  0x00006c11 
- 00027376  0x00007443 jam  0x00000003 , 0x00004567 
- 00027377  0x00007444 branch  0x00006b97 
- 00027378  0x00007447 jam  0x00000008 , 0x00000a99 
- 00027379  0x00007448 call  0x00007d86 
- 00027380  0x00007449 call  0x00006ab1 
- 00027381  0x0000744a fetch  0x00000001 , 0x0000456a 
- 00027382  0x0000744b sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00027383  0x0000744c branch  0x00006af9 , 0x00000005 
- 00027384  0x0000744d branch  0x00002a8c 
- 00027385  0x0000744f fetch  0x00000001 , 0x00004254 
- 00027386  0x00007450 set1  0x00000007 , 0x0000003f 
- 00027387  0x00007451 store  0x00000001 , 0x00004254 
- 00027388  0x00007452 branch  0x00006b97 
- 00027389  0x00007455 call  0x00006acb 
- 00027390  0x00007456 ifetch  0x00000001 , 0x00000006 
- 00027391  0x00007457 store  0x00000001 , 0x00000ac2 
- 00027392  0x00007458 call  0x000052d2 
- 00027393  0x00007459 call  0x000052e0 
- 00027394  0x0000745a setarg  0x0000000e 
- 00027395  0x0000745b istore  0x00000002 , 0x00000005 
- 00027396  0x0000745c fetch  0x00000002 , 0x0000424a 
- 00027397  0x0000745d istore  0x00000002 , 0x00000005 
- 00027398  0x0000745e fetch  0x00000001 , 0x00004563 
- 00027399  0x00007460 lshift  0x0000003f , 0x0000003f 
- 00027400  0x00007461 set1  0x00000000 , 0x0000003f 
- 00027401  0x00007462 istore  0x00000001 , 0x00000005 
- 00027402  0x00007463 bpatchx  0x000000a7 , 0x00004034 
- 00027403  0x00007464 setarg  0x000015ef 
- 00027404  0x00007465 istore  0x00000002 , 0x00000005 
- 00027405  0x00007466 setarg  0x00001191 
- 00027406  0x00007467 istore  0x00000002 , 0x00000005 
- 00027407  0x0000746a fetch  0x00000001 , 0x00000ac2 
- 00027408  0x0000746b istore  0x00000001 , 0x00000005 
- 00027409  0x0000746c setarg  0x00000007 
- 00027410  0x0000746d istore  0x00000005 , 0x00000005 
- 00027411  0x00007470 setarg  0x00000001 
- 00027412  0x00007471 istore  0x00000002 , 0x00000005 
- 00027413  0x00007474 call  0x00006a2f 
- 00027414  0x00007475 istore  0x00000001 , 0x00000005 
- 00027415  0x00007476 rtn 
- 00027416  0x0000747b branch  0x00006b19 
- 00027417  0x0000747e bpatchx  0x000000a8 , 0x00004035 
- 00027418  0x0000747f fetch  0x00000001 , 0x000004fd 
- 00027419  0x00007480 beq  0x00000073 , 0x00006b21 
- 00027420  0x00007481 beq  0x0000003f , 0x00006b25 
- 00027421  0x00007482 beq  0x000000ef , 0x00006b3f 
- 00027422  0x00007483 beq  0x000000ff , 0x00006b37 
- 00027423  0x00007484 beq  0x00000053 , 0x00006b46 
- 00027424  0x00007485 rtn 
- 00027425  0x00007487 fetch  0x00000001 , 0x00004254 
- 00027426  0x00007488 set1  0x00000003 , 0x0000003f 
- 00027427  0x00007489 store  0x00000001 , 0x00004254 
- 00027428  0x0000748a branch  0x00006b97 
- 00027429  0x0000748c fetch  0x00000001 , 0x00004254 
- 00027430  0x0000748d set1  0x00000003 , 0x0000003f 
- 00027431  0x0000748e set1  0x00000002 , 0x0000003f 
- 00027432  0x0000748f store  0x00000001 , 0x00004254 
- 00027433  0x00007490 fetch  0x00000001 , 0x000004fb 
- 00027434  0x00007491 call  0x00006a26 
- 00027435  0x00007492 store  0x00000001 , 0x000004fe 
- 00027436  0x00007493 call  0x00006bb6 
- 00027437  0x00007494 fetch  0x00000001 , 0x000004fb 
- 00027438  0x00007495 rshift2  0x0000003f , 0x0000003f 
- 00027439  0x00007496 store  0x00000001 , 0x0000455d 
- 00027440  0x00007497 lshift2  0x0000003f , 0x0000003f 
- 00027441  0x00007498 set0  0x00000001 , 0x0000003f 
- 00027442  0x00007499 set1  0x00000000 , 0x0000003f 
- 00027443  0x0000749a arg  0x00004565 , 0x00000002 
- 00027444  0x0000749b storet  0x00000002 , 0x000004f7 
- 00027445  0x0000749c call  0x00006a35 
- 00027446  0x0000749d branch  0x00006b97 
- 00027447  0x000074a0 fetch  0x00000002 , 0x00000501 
- 00027448  0x000074a1 copy  0x0000003f , 0x00000006 
- 00027449  0x000074a2 increase  0x00000001 , 0x0000003f 
- 00027450  0x000074a3 store  0x00000002 , 0x00000501 
- 00027451  0x000074a4 ifetch  0x00000001 , 0x00000006 
- 00027452  0x000074a5 fetcht  0x00000001 , 0x00004568 
- 00027453  0x000074a6 iadd  0x00000002 , 0x0000003f 
- 00027454  0x000074a7 store  0x00000001 , 0x00004568 
- 00027455  0x000074a9 call  0x00006c42 
- 00027456  0x000074ab call  0x00006a72 
- 00027457  0x000074ac call  0x00006c28 
- 00027458  0x000074ad call  0x00006c4b 
- 00027459  0x000074ae branch  0x00006b97 
- 00027460  0x000074b1 jam  0x00000009 , 0x00000a99 
- 00027461  0x000074b2 call  0x00007d86 
- 00027462  0x000074b4 call  0x00006a0d 
- 00027463  0x000074b5 fetch  0x00000001 , 0x000004fb 
- 00027464  0x000074b6 call  0x00006a26 
- 00027465  0x000074b7 store  0x00000001 , 0x000004fe 
- 00027466  0x000074b8 call  0x00006bb6 
- 00027467  0x000074b9 branch  0x00006b97 
- 00027468  0x000074bf fetch  0x00000002 , 0x00000264 
- 00027469  0x000074c0 copy  0x0000003f , 0x00000006 
- 00027470  0x000074c1 call  0x00006ab8 
- 00027471  0x000074c2 fetch  0x00000001 , 0x000004fc 
- 00027472  0x000074c3 beq  0x00000000 , 0x00006b52 
- 00027473  0x000074c4 branch  0x00006b86 
- 00027474  0x000074c7 bpatchx  0x000000a9 , 0x00004035 
- 00027475  0x000074c8 fetch  0x00000001 , 0x000004fd 
- 00027476  0x000074c9 beq  0x0000003f , 0x00006a7d 
- 00027477  0x000074ca beq  0x00000073 , 0x00006a86 
- 00027478  0x000074cb beq  0x000000ef , 0x00006b58 
- 00027479  0x000074cc branch  0x00006b97 
- 00027480  0x000074ce fetch  0x00000002 , 0x00000501 
- 00027481  0x000074cf copy  0x0000003f , 0x00000006 
- 00027482  0x000074d0 call  0x00006ac3 
- 00027483  0x000074d1 fetch  0x00000001 , 0x00000503 
- 00027484  0x000074d2 beq  0x00000041 , 0x00006b61 
- 00027485  0x000074d3 beq  0x00000040 , 0x00006b61 
- 00027486  0x000074d4 beq  0x00000071 , 0x00006b6c 
- 00027487  0x000074d5 beq  0x00000070 , 0x00006b7c 
- 00027488  0x000074d6 branch  0x00006b97 
- 00027489  0x000074d9 call  0x00006aaf 
- 00027490  0x000074da fetch  0x00000001 , 0x0000455d 
- 00027491  0x000074db rshift  0x0000003f , 0x0000003f 
- 00027492  0x000074dc fetcht  0x00000001 , 0x00004564 
- 00027493  0x000074dd isub  0x00000002 , 0x0000003e 
- 00027494  0x000074de branch  0x00006b68 , 0x00000005 
- 00027495  0x000074df branch  0x00002a8c 
- 00027496  0x000074e1 fetch  0x00000001 , 0x00004254 
- 00027497  0x000074e2 set1  0x00000001 , 0x0000003f 
- 00027498  0x000074e3 store  0x00000001 , 0x00004254 
- 00027499  0x000074e4 branch  0x00006b97 
- 00027500  0x000074e7 call  0x00006ab1 
- 00027501  0x000074e8 fetch  0x00000001 , 0x0000456a 
- 00027502  0x000074e9 fetcht  0x00000001 , 0x00004564 
- 00027503  0x000074ea isub  0x00000002 , 0x0000003e 
- 00027504  0x000074eb branch  0x00006b73 , 0x00000005 
- 00027505  0x000074ec branch  0x00002a8c 
- 00027506  0x000074ed branch  0x00006b97 
- 00027507  0x000074ef fetch  0x00000001 , 0x00004254 
- 00027508  0x000074f0 set1  0x00000005 , 0x0000003f 
- 00027509  0x000074f1 set1  0x00000006 , 0x0000003f 
- 00027510  0x000074f2 store  0x00000001 , 0x00004254 
- 00027511  0x000074f3 fetcht  0x00000001 , 0x0000455d 
- 00027512  0x000074f4 lshift2  0x00000002 , 0x00000002 
- 00027513  0x000074f5 or_into  0x00000003 , 0x00000002 
- 00027514  0x000074f6 call  0x00006c11 
- 00027515  0x000074f7 branch  0x00006b97 
- 00027516  0x000074fa call  0x00006ab1 
- 00027517  0x000074fb fetch  0x00000001 , 0x0000456a 
- 00027518  0x000074fc fetcht  0x00000001 , 0x00004564 
- 00027519  0x000074fd isub  0x00000002 , 0x0000003e 
- 00027520  0x000074fe branch  0x00006b82 , 0x00000005 
- 00027521  0x000074ff branch  0x00002a8c 
- 00027522  0x00007501 fetch  0x00000001 , 0x00004254 
- 00027523  0x00007502 set1  0x00000007 , 0x0000003f 
- 00027524  0x00007503 store  0x00000001 , 0x00004254 
- 00027525  0x00007504 branch  0x00006b97 
- 00027526  0x00007507 fetch  0x00000001 , 0x000004fc 
- 00027527  0x00007508 fetcht  0x00000001 , 0x00004564 
- 00027528  0x00007509 isub  0x00000002 , 0x0000003e 
- 00027529  0x0000750a branch  0x00006b8c , 0x00000005 
- 00027530  0x0000750b branch  0x00002a8c 
- 00027531  0x0000750c branch  0x00006b97 
- 00027532  0x0000750f fetch  0x00000001 , 0x000004fd 
- 00027533  0x00007510 beq  0x00000073 , 0x00006b91 
- 00027534  0x00007511 beq  0x000000ef , 0x00006b3f 
- 00027535  0x00007512 beq  0x000000ff , 0x00006b37 
- 00027536  0x00007513 beq  0x00000053 , 0x00006b96 
- 00027537  0x00007515 fetch  0x00000001 , 0x00004254 
- 00027538  0x00007516 set1  0x00000003 , 0x0000003f 
- 00027539  0x00007517 store  0x00000001 , 0x00004254 
- 00027540  0x00007518 branch  0x00006b97 
- 00027541  0x0000751a branch  0x00006b95 
- 00027542  0x0000751c branch  0x00006b46 
- 00027543  0x0000751e rtn 
- 00027544  0x00007521 fetch  0x00000001 , 0x00004567 
- 00027545  0x00007522 rtn  0x00000034 
- 00027546  0x00007523 beq  0x00000003 , 0x00006b9c 
- 00027547  0x00007524 branch  0x00002a8c 
- 00027548  0x00007527 jam  0x00000000 , 0x00004567 
- 00027549  0x00007528 call  0x000052d2 
- 00027550  0x00007529 arg  0x00000001 , 0x00000002 
- 00027551  0x0000752a fetcht  0x00000001 , 0x0000455d 
- 00027552  0x0000752b lshift2  0x00000002 , 0x00000002 
- 00027553  0x0000752d or_into  0x00000003 , 0x00000002 
- 00027554  0x0000752e arg  0x000000aa , 0x00000011 
- 00027555  0x0000752f call  0x00006bfc 
- 00027556  0x00007530 call  0x000052e0 
- 00027557  0x00007531 copy  0x00000005 , 0x00000006 
- 00027558  0x00007532 ifetch  0x00000002 , 0x00000006 
- 00027559  0x00007533 branch  0x00002a8c , 0x00000034 
- 00027560  0x00007534 rtn 
- 00027561  0x00007537 call  0x000052e0 
- 00027562  0x00007538 setarg  0x00000004 
- 00027563  0x00007539 istore  0x00000002 , 0x00000005 
- 00027564  0x0000753a fetch  0x00000002 , 0x0000424a 
- 00027565  0x0000753b istore  0x00000002 , 0x00000005 
- 00027566  0x0000753c fetch  0x00000001 , 0x000004fb 
- 00027567  0x0000753d istore  0x00000001 , 0x00000005 
- 00027568  0x0000753e bpatchx  0x000000aa , 0x00004035 
- 00027569  0x0000753f setarg  0x0000013f 
- 00027570  0x00007540 istore  0x00000002 , 0x00000005 
- 00027571  0x00007541 fetch  0x00000001 , 0x000004fe 
- 00027572  0x00007542 istore  0x00000001 , 0x00000005 
- 00027573  0x00007543 rtn 
- 00027574  0x00007545 call  0x000052d2 
- 00027575  0x00007546 call  0x000052e0 
- 00027576  0x00007547 setarg  0x00000004 
- 00027577  0x00007548 istore  0x00000002 , 0x00000005 
- 00027578  0x00007549 fetch  0x00000002 , 0x0000424a 
- 00027579  0x0000754a istore  0x00000002 , 0x00000005 
- 00027580  0x0000754b fetch  0x00000001 , 0x000004fb 
- 00027581  0x0000754c istore  0x00000001 , 0x00000005 
- 00027582  0x0000754d bpatchx  0x000000ab , 0x00004035 
- 00027583  0x0000754e setarg  0x00000173 
- 00027584  0x0000754f istore  0x00000002 , 0x00000005 
- 00027585  0x00007550 fetch  0x00000001 , 0x000004fe 
- 00027586  0x00007551 istore  0x00000001 , 0x00000005 
- 00027587  0x00007552 rtn 
- 00027588  0x00007554 call  0x000052e0 
- 00027589  0x00007555 setarg  0x0000000e 
- 00027590  0x00007556 istore  0x00000002 , 0x00000005 
- 00027591  0x00007557 fetch  0x00000002 , 0x0000424a 
- 00027592  0x00007558 istore  0x00000002 , 0x00000005 
- 00027593  0x00007559 fetch  0x00000001 , 0x00004563 
- 00027594  0x0000755a lshift  0x0000003f , 0x0000003f 
- 00027595  0x0000755b set1  0x00000000 , 0x0000003f 
- 00027596  0x0000755c istore  0x00000001 , 0x00000005 
- 00027597  0x0000755d bpatchx  0x000000ac , 0x00004035 
- 00027598  0x0000755e setarg  0x000015ef 
- 00027599  0x0000755f istore  0x00000002 , 0x00000005 
- 00027600  0x00007560 setarg  0x00001183 
- 00027601  0x00007561 istore  0x00000002 , 0x00000005 
- 00027602  0x00007562 copy  0x00000002 , 0x0000003f 
- 00027603  0x00007563 istore  0x00000001 , 0x00000005 
- 00027604  0x00007564 setarg  0x000000f0 
- 00027605  0x00007565 istore  0x00000003 , 0x00000005 
- 00027606  0x00007566 setarg  0x0000007f 
- 00027607  0x00007567 istore  0x00000002 , 0x00000005 
- 00027608  0x00007568 setarg  0x00000000 
- 00027609  0x00007569 istore  0x00000001 , 0x00000005 
- 00027610  0x0000756a setarg  0x00000001 
- 00027611  0x0000756b istore  0x00000001 , 0x00000005 
- 00027612  0x0000756c call  0x00006a2f 
- 00027613  0x0000756d istore  0x00000001 , 0x00000005 
- 00027614  0x0000756e jam  0x00000010 , 0x00004569 
- 00027615  0x0000756f rtn 
- 00027616  0x00007571 call  0x000052d2 
- 00027617  0x00007572 call  0x000052e0 
- 00027618  0x00007573 setarg  0x0000000e 
- 00027619  0x00007574 istore  0x00000002 , 0x00000005 
- 00027620  0x00007575 fetch  0x00000002 , 0x0000424a 
- 00027621  0x00007576 istore  0x00000002 , 0x00000005 
- 00027622  0x00007577 fetch  0x00000001 , 0x00004563 
- 00027623  0x00007578 lshift  0x0000003f , 0x0000003f 
- 00027624  0x00007579 set1  0x00000000 , 0x0000003f 
- 00027625  0x0000757a istore  0x00000001 , 0x00000005 
- 00027626  0x0000757b bpatchx  0x000000ad , 0x00004035 
- 00027627  0x0000757c setarg  0x000015ef 
- 00027628  0x0000757d istore  0x00000002 , 0x00000005 
- 00027629  0x0000757e setarg  0x00001181 
- 00027630  0x0000757f istore  0x00000002 , 0x00000005 
- 00027631  0x00007580 fetch  0x00000001 , 0x0000455d 
- 00027632  0x00007581 istore  0x00000001 , 0x00000005 
- 00027633  0x00007582 setarg  0x000000e0 
- 00027634  0x00007583 istore  0x00000003 , 0x00000005 
- 00027635  0x00007584 fetch  0x00000002 , 0x0000456c 
- 00027636  0x00007585 istore  0x00000002 , 0x00000005 
- 00027637  0x00007586 setarg  0x00000000 
- 00027638  0x00007587 istore  0x00000001 , 0x00000005 
- 00027639  0x00007588 fetch  0x00000001 , 0x0000456e 
- 00027640  0x00007589 istore  0x00000001 , 0x00000005 
- 00027641  0x0000758a call  0x00006a2f 
- 00027642  0x0000758b istore  0x00000001 , 0x00000005 
- 00027643  0x0000758c rtn 
- 00027644  0x0000758e call  0x000052e0 
- 00027645  0x0000758f setarg  0x00000008 
- 00027646  0x00007590 istore  0x00000002 , 0x00000005 
- 00027647  0x00007591 fetch  0x00000002 , 0x0000424a 
- 00027648  0x00007592 istore  0x00000002 , 0x00000005 
- 00027649  0x00007593 fetch  0x00000001 , 0x00004563 
- 00027650  0x00007594 lshift  0x0000003f , 0x0000003f 
- 00027651  0x00007595 set1  0x00000000 , 0x0000003f 
- 00027652  0x00007596 istore  0x00000001 , 0x00000005 
- 00027653  0x00007597 bpatchx  0x000000ae , 0x00004035 
- 00027654  0x00007598 setarg  0x000009ef 
- 00027655  0x00007599 istore  0x00000002 , 0x00000005 
- 00027656  0x0000759a setarg  0x000005e3 
- 00027657  0x0000759b istore  0x00000002 , 0x00000005 
- 00027658  0x0000759c copy  0x00000002 , 0x0000003f 
- 00027659  0x0000759d istore  0x00000001 , 0x00000005 
- 00027660  0x0000759e setarg  0x0000008d 
- 00027661  0x0000759f istore  0x00000001 , 0x00000005 
- 00027662  0x000075a0 call  0x00006a2f 
- 00027663  0x000075a1 istore  0x00000001 , 0x00000005 
- 00027664  0x000075a2 rtn 
- 00027665  0x000075a5 call  0x000052d2 
- 00027666  0x000075a6 call  0x000052e0 
- 00027667  0x000075a7 setarg  0x00000008 
- 00027668  0x000075a8 istore  0x00000002 , 0x00000005 
- 00027669  0x000075a9 fetch  0x00000002 , 0x0000424a 
- 00027670  0x000075aa istore  0x00000002 , 0x00000005 
- 00027671  0x000075ab copy  0x00000002 , 0x0000000b 
- 00027672  0x000075ac fetch  0x00000001 , 0x00004563 
- 00027673  0x000075ad lshift  0x0000003f , 0x0000003f 
- 00027674  0x000075ae set1  0x00000000 , 0x0000003f 
- 00027675  0x000075af istore  0x00000001 , 0x00000005 
- 00027676  0x000075b0 bpatchx  0x000000af , 0x00004035 
- 00027677  0x000075b1 setarg  0x000009ef 
- 00027678  0x000075b2 istore  0x00000002 , 0x00000005 
- 00027679  0x000075b3 setarg  0x000005e1 
- 00027680  0x000075b4 istore  0x00000002 , 0x00000005 
- 00027681  0x000075b5 copy  0x0000000b , 0x0000003f 
- 00027682  0x000075b6 istore  0x00000001 , 0x00000005 
- 00027683  0x000075b7 setarg  0x0000008d 
- 00027684  0x000075b8 istore  0x00000001 , 0x00000005 
- 00027685  0x000075b9 call  0x00006a2f 
- 00027686  0x000075ba istore  0x00000001 , 0x00000005 
- 00027687  0x000075bb rtn 
- 00027688  0x000075be bpatchx  0x000000b0 , 0x00004036 
- 00027689  0x000075bf fetch  0x00000001 , 0x00004569 
- 00027690  0x000075c0 rtn  0x00000034 
- 00027691  0x000075c1 hfetch  0x00000002 , 0x00008112 
- 00027692  0x000075c2 nrtn  0x00000034 
- 00027693  0x000075c3 copy  0x00000011 , 0x0000003f 
- 00027694  0x000075c4 store  0x00000001 , 0x00000a9b 
- 00027695  0x000075c5 storet  0x00000001 , 0x00000a9a 
- 00027696  0x000075c6 call  0x0000526e 
- 00027697  0x000075c7 nrtn  0x00000034 
- 00027698  0x000075c8 call  0x000052d2 
- 00027699  0x000075c9 call  0x000052e0 
- 00027700  0x000075ca setarg  0x00000005 
- 00027701  0x000075cb istore  0x00000002 , 0x00000005 
- 00027702  0x000075cc fetch  0x00000002 , 0x0000424a 
- 00027703  0x000075cd istore  0x00000002 , 0x00000005 
- 00027704  0x000075ce fetch  0x00000001 , 0x0000050d 
- 00027705  0x000075cf istore  0x00000001 , 0x00000005 
- 00027706  0x000075d0 setarg  0x000001ff 
- 00027707  0x000075d1 istore  0x00000002 , 0x00000005 
- 00027708  0x000075d2 fetch  0x00000001 , 0x00004569 
- 00027709  0x000075d3 istore  0x00000001 , 0x00000005 
- 00027710  0x000075d4 fetch  0x00000001 , 0x00004566 
- 00027711  0x000075d5 istore  0x00000001 , 0x00000005 
- 00027712  0x000075d6 jam  0x00000000 , 0x00004569 
- 00027713  0x000075d7 rtn 
- 00027714  0x000075da bpatchx  0x000000b1 , 0x00004036 
- 00027715  0x000075db fetch  0x00000001 , 0x0000456b 
- 00027716  0x000075dc rtneq  0x00000001 
- 00027717  0x000075dd fetch  0x00000002 , 0x000004ff 
- 00027718  0x000075de rtn  0x00000034 
- 00027719  0x000075df fetch  0x00000001 , 0x00004569 
- 00027720  0x000075e0 increase  0x00000001 , 0x0000003f 
- 00027721  0x000075e1 store  0x00000001 , 0x00004569 
- 00027722  0x000075e2 rtn 
- 00027723  0x000075e5 fetch  0x00000002 , 0x0000456f 
- 00027724  0x000075e6 branch  0x00007f9c 
- 00027725  0x000075e9 bpatchx  0x000000b2 , 0x00004036 
- 00027726  0x000075eb fetch  0x00000001 , 0x00004568 
- 00027727  0x000075ec rtn  0x00000034 
- 00027728  0x000075ed increase  0xffffffff , 0x0000003f 
- 00027729  0x000075ee store  0x00000001 , 0x00004568 
- 00027730  0x000075ef fetch  0x00000002 , 0x0000455e 
- 00027731  0x000075f0 fetcht  0x00000002 , 0x0000469f 
- 00027732  0x000075f1 isub  0x00000002 , 0x0000003e 
- 00027733  0x000075f2 branch  0x00006c57 , 0x00000002 
- 00027734  0x000075f3 store  0x00000002 , 0x0000469f 
- 00027735  0x000075f5 fetch  0x00000001 , 0x00004569 
- 00027736  0x000075f6 branch  0x00006c5f , 0x00000034 
- 00027737  0x000075f7 jam  0x00000001 , 0x00000510 
- 00027738  0x000075f8 fetch  0x00000001 , 0x00004566 
- 00027739  0x000075f9 store  0x00000001 , 0x0000050f 
- 00027740  0x000075fa setarg  0x000000ff 
- 00027741  0x000075fb store  0x00000001 , 0x0000050e 
- 00027742  0x000075fc branch  0x00006c64 
- 00027743  0x000075fe jam  0x00000000 , 0x00000510 
- 00027744  0x000075ff fetch  0x00000001 , 0x00004565 
- 00027745  0x00007600 store  0x00000001 , 0x0000050f 
- 00027746  0x00007601 setarg  0x000000ef 
- 00027747  0x00007602 store  0x00000001 , 0x0000050e 
- 00027748  0x00007604 bpatchx  0x000000b3 , 0x00004036 
- 00027749  0x00007605 fetch  0x00000002 , 0x0000469f 
- 00027750  0x00007606 sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00027751  0x00007607 branch  0x00006c6b , 0x00000002 
- 00027752  0x00007608 fetch  0x00000001 , 0x00000510 
- 00027753  0x00007609 increase  0x00000001 , 0x0000003f 
- 00027754  0x0000760a store  0x00000001 , 0x00000510 
- 00027755  0x0000760c call  0x00006a72 
- 00027756  0x0000760d fetch  0x00000002 , 0x0000469f 
- 00027757  0x0000760e increase  0x00000008 , 0x0000003f 
- 00027758  0x0000760f fetcht  0x00000001 , 0x00000510 
- 00027759  0x00007610 iadd  0x00000002 , 0x00000011 
- 00027760  0x00007612 call  0x00005240 
- 00027761  0x00007613 store  0x00000002 , 0x00000277 
- 00027762  0x00007614 increase  0x00000004 , 0x0000003f 
- 00027763  0x00007615 store  0x00000002 , 0x00000279 
- 00027764  0x00007616 copy  0x0000003f , 0x00000005 
- 00027765  0x00007617 fetch  0x00000001 , 0x0000050d 
- 00027766  0x00007618 istore  0x00000001 , 0x00000005 
- 00027767  0x00007619 fetch  0x00000001 , 0x0000050e 
- 00027768  0x0000761a istore  0x00000001 , 0x00000005 
- 00027769  0x0000761b call  0x00006c95 
- 00027770  0x0000761c call  0x00006ca6 
- 00027771  0x0000761d bpatchx  0x000000b4 , 0x00004036 
- 00027772  0x0000761e fetch  0x00000002 , 0x00004571 
- 00027773  0x0000761f copy  0x0000003f , 0x00000003 
- 00027774  0x00007620 fetch  0x00000002 , 0x0000469f 
- 00027775  0x00007621 copy  0x0000003f , 0x00000039 
- 00027776  0x00007622 call  0x000066ea 
- 00027777  0x00007623 copy  0x00000005 , 0x00000002 
- 00027778  0x00007624 copy  0x00000003 , 0x0000003f 
- 00027779  0x00007625 store  0x00000002 , 0x00004571 
- 00027780  0x00007626 copy  0x00000002 , 0x00000005 
- 00027781  0x00007627 fetch  0x00000001 , 0x0000050f 
- 00027782  0x00007628 istore  0x00000001 , 0x00000005 
- 00027783  0x00007629 fetch  0x00000002 , 0x00000277 
- 00027784  0x0000762a copy  0x0000003f , 0x00000005 
- 00027785  0x0000762b fetch  0x00000002 , 0x0000469f 
- 00027786  0x0000762c fetcht  0x00000001 , 0x00000510 
- 00027787  0x0000762d iadd  0x00000002 , 0x0000003f 
- 00027788  0x0000762e increase  0x00000004 , 0x0000003f 
- 00027789  0x0000762f istore  0x00000002 , 0x00000005 
- 00027790  0x00007630 fetch  0x00000002 , 0x0000424a 
- 00027791  0x00007631 istore  0x00000002 , 0x00000005 
- 00027792  0x00007632 jam  0x00000000 , 0x00004569 
- 00027793  0x00007633 fetch  0x00000002 , 0x00004573 
- 00027794  0x00007634 beq  0x00000000 , 0x00003a97 
- 00027795  0x00007635 jam  0x00000000 , 0x00000b05 
- 00027796  0x00007636 rtn 
- 00027797  0x00007639 bpatchx  0x000000b5 , 0x00004036 
- 00027798  0x0000763a fetch  0x00000002 , 0x0000469f 
- 00027799  0x0000763b sub  0x0000003f , 0x0000007f , 0x0000003e 
- 00027800  0x0000763c nbranch  0x00006c9d , 0x00000002 
- 00027801  0x0000763d lshift  0x0000003f , 0x0000003f 
- 00027802  0x0000763e set1  0x00000000 , 0x0000003f 
- 00027803  0x0000763f istore  0x00000001 , 0x00000005 
- 00027804  0x00007640 rtn 
- 00027805  0x00007642 fetch  0x00000002 , 0x0000469f 
- 00027806  0x00007643 rshift3  0x0000003f , 0x0000003f 
- 00027807  0x00007644 rshift4  0x0000003f , 0x00000002 
- 00027808  0x00007645 and_into  0x0000007f , 0x0000003f 
- 00027809  0x00007646 lshift  0x0000003f , 0x0000003f 
- 00027810  0x00007647 set0  0x00000000 , 0x0000003f 
- 00027811  0x00007648 istore  0x00000001 , 0x00000005 
- 00027812  0x00007649 istoret  0x00000001 , 0x00000005 
- 00027813  0x0000764a rtn 
- 00027814  0x0000764c fetch  0x00000001 , 0x00004569 
- 00027815  0x0000764d rtn  0x00000034 
- 00027816  0x0000764e istore  0x00000001 , 0x00000005 
- 00027817  0x0000764f rtn 
- 00027818  0x00007655 bpatchx  0x000000b6 , 0x00004036 
- 00027819  0x00007656 call  0x00007d9c 
- 00027820  0x00007657 call  0x000032f6 
- 00027821  0x00007658 call  0x0000631b 
- 00027822  0x0000765a bpatchx  0x000000b7 , 0x00004036 
- 00027823  0x0000765b call  0x000076dc 
- 00027824  0x0000765c call  0x000076b5 
- 00027825  0x0000765d call  0x000076c6 
- 00027826  0x00007660 call  0x0000526e 
- 00027827  0x00007661 nrtn  0x00000034 
- 00027828  0x00007663 call  0x00004da9 
- 00027829  0x00007664 call  0x0000526e 
- 00027830  0x00007665 nrtn  0x00000034 
- 00027831  0x00007666 bpatchx  0x000000b8 , 0x00004037 
- 00027832  0x00007668 call  0x00006cf5 
- 00027833  0x00007669 call  0x00004f64 
- 00027834  0x0000766a call  0x00006b98 
- 00027835  0x0000766c call  0x00006cbe 
- 00027836  0x0000766d bpatchx  0x000000b9 , 0x00004037 
- 00027837  0x00007670 branch  0x000032f2 
- 00027838  0x00007673 fetch  0x00000001 , 0x0000027f 
- 00027839  0x00007674 bbit1  0x00000000 , 0x00005087 
- 00027840  0x00007675 bbit1  0x00000007 , 0x00005091 
- 00027841  0x00007676 rtn 
- 00027842  0x00007679 bpatchx  0x000000ba , 0x00004037 
- 00027843  0x0000767a call  0x00005274 
- 00027844  0x0000767b rtn  0x00000034 
- 00027845  0x0000767c fetch  0x00000001 , 0x0000004b 
- 00027846  0x0000767d rtnbit1  0x00000006 
- 00027847  0x0000767e call  0x00005258 
- 00027848  0x0000767f store  0x00000002 , 0x0000016f 
- 00027849  0x00007680 copy  0x0000003f , 0x00000006 
- 00027850  0x00007681 ifetch  0x00000002 , 0x00000006 
- 00027851  0x00007682 increase  0x00000004 , 0x0000003f 
- 00027852  0x00007683 store  0x00000002 , 0x000041dc 
- 00027853  0x00007684 jam  0x00000006 , 0x000041db 
- 00027854  0x00007685 bpatchx  0x000000bb , 0x00004037 
- 00027855  0x00007686 fetch  0x00000002 , 0x00004246 
- 00027856  0x00007687 branch  0x00006cdd , 0x00000034 
- 00027857  0x00007688 fetch  0x00000001 , 0x0000004b 
- 00027858  0x00007689 rtnbit0  0x00000007 
- 00027859  0x0000768a set0  0x00000007 , 0x0000003f 
- 00027860  0x0000768b store  0x00000001 , 0x0000004b 
- 00027861  0x0000768c jam  0x00000005 , 0x000041db 
- 00027862  0x0000768d fetcht  0x00000002 , 0x00004246 
- 00027863  0x0000768e fetch  0x00000002 , 0x0000016f 
- 00027864  0x0000768f iadd  0x00000002 , 0x0000003f 
- 00027865  0x00007690 store  0x00000002 , 0x0000016f 
- 00027866  0x00007691 fetch  0x00000002 , 0x000041dc 
- 00027867  0x00007692 isub  0x00000002 , 0x0000003f 
- 00027868  0x00007693 store  0x00000002 , 0x000041dc 
- 00027869  0x00007695 bpatchx  0x000000bc , 0x00004037 
- 00027870  0x00007696 fetch  0x00000002 , 0x000041dc 
- 00027871  0x00007697 branch  0x00002a8c , 0x00000034 
- 00027872  0x00007698 arg  0x00000104 , 0x00000002 
- 00027873  0x00007699 isub  0x00000002 , 0x0000003f 
- 00027874  0x0000769a nbranch  0x00006ce9 , 0x00000002 
- 00027875  0x0000769b bpatchx  0x000000bd , 0x00004037 
- 00027876  0x0000769c storet  0x00000002 , 0x000041dc 
- 00027877  0x0000769d fetch  0x00000002 , 0x00004246 
- 00027878  0x0000769e iadd  0x00000002 , 0x0000003f 
- 00027879  0x0000769f store  0x00000002 , 0x00004246 
- 00027880  0x000076a0 branch  0x00006ceb 
- 00027881  0x000076a2 setarg  0x00000000 
- 00027882  0x000076a3 store  0x00000002 , 0x00004246 
- 00027883  0x000076a5 fetch  0x00000001 , 0x0000004b 
- 00027884  0x000076a6 set1  0x00000006 , 0x0000003f 
- 00027885  0x000076a7 store  0x00000001 , 0x0000004b 
- 00027886  0x000076a8 rtn 
- 00027887  0x000076ab fetch  0x00000001 , 0x00004684 
- 00027888  0x000076ac bbit1  0x00000000 , 0x00006cf3 
- 00027889  0x000076ad jam  0x00000001 , 0x00000287 
- 00027890  0x000076ae rtn 
- 00027891  0x000076b0 jam  0x0000000f , 0x00000287 
- 00027892  0x000076b1 rtn 
- 00027893  0x000076b4 fetch  0x00000001 , 0x00004681 
- 00027894  0x000076b5 nbranch  0x00006cfb , 0x00000034 
- 00027895  0x000076b7 fetch  0x00000001 , 0x00000286 
- 00027896  0x000076b9 rtn  0x00000034 
- 00027897  0x000076bb jam  0x00000000 , 0x00000286 
- 00027898  0x000076bd rtn 
- 00027899  0x000076c1 bpatchx  0x000000be , 0x00004037 
- 00027900  0x000076c2 fetch  0x00000001 , 0x00000287 
- 00027901  0x000076c3 rtn  0x00000034 
- 00027902  0x000076c4 beq  0x00000001 , 0x00006d1b 
- 00027903  0x000076c5 beq  0x00000002 , 0x00006d74 
- 00027904  0x000076c6 beq  0x00000003 , 0x00006d21 
- 00027905  0x000076c7 beq  0x00000004 , 0x00006d78 
- 00027906  0x000076c8 beq  0x0000003b , 0x00006d2b 
- 00027907  0x000076c9 beq  0x0000003c , 0x00006d7b 
- 00027908  0x000076ca beq  0x0000000d , 0x00006d30 
- 00027909  0x000076cb beq  0x0000000e , 0x00006d80 
- 00027910  0x000076cc beq  0x0000000f , 0x00006d33 
- 00027911  0x000076cd beq  0x00000010 , 0x00006d86 
- 00027912  0x000076ce beq  0x00000011 , 0x00006d39 
- 00027913  0x000076cf beq  0x00000012 , 0x00006d8a 
- 00027914  0x000076d0 beq  0x00000013 , 0x00006d3f 
- 00027915  0x000076d1 beq  0x00000014 , 0x00006d8e 
- 00027916  0x000076d2 beq  0x00000015 , 0x00006d45 
- 00027917  0x000076d3 beq  0x00000016 , 0x00006d92 
- 00027918  0x000076d4 beq  0x00000017 , 0x00006d4b 
- 00027919  0x000076d5 beq  0x00000018 , 0x00006d97 
- 00027920  0x000076d6 beq  0x00000019 , 0x00006d51 
- 00027921  0x000076d7 beq  0x0000001a , 0x00006d9b 
- 00027922  0x000076d8 beq  0x0000001b , 0x00006d57 
- 00027923  0x000076d9 beq  0x0000001c , 0x00006d9f 
- 00027924  0x000076da beq  0x0000001d , 0x00006d5d 
- 00027925  0x000076db beq  0x0000001e , 0x00006da4 
- 00027926  0x000076dc beq  0x0000001f , 0x00006d63 
- 00027927  0x000076dd beq  0x00000020 , 0x00006da8 
- 00027928  0x000076de beq  0x00000021 , 0x00006d6e 
- 00027929  0x000076df beq  0x00000022 , 0x00006dac 
- 00027930  0x000076e1 rtn 
- 00027931  0x000076e3 call  0x00006db7 
- 00027932  0x000076e4 jam  0x00000002 , 0x00000287 
- 00027933  0x000076e5 fetch  0x00000001 , 0x00004250 
- 00027934  0x000076e6 set1  0x00000000 , 0x0000003f 
- 00027935  0x000076e7 store  0x00000001 , 0x00004250 
- 00027936  0x000076e8 rtn 
- 00027937  0x000076ea jam  0x00000004 , 0x00000287 
- 00027938  0x000076eb fetch  0x00000001 , 0x00004250 
- 00027939  0x000076ec rtnbit1  0x00000002 
- 00027940  0x000076ed jam  0x00000003 , 0x00000287 
- 00027941  0x000076ee call  0x00006dbe 
- 00027942  0x000076ef jam  0x00000004 , 0x00000287 
- 00027943  0x000076f0 fetch  0x00000001 , 0x00004250 
- 00027944  0x000076f1 set1  0x00000002 , 0x0000003f 
- 00027945  0x000076f2 store  0x00000001 , 0x00004250 
- 00027946  0x000076f3 rtn 
- 00027947  0x000076f5 call  0x00005274 
- 00027948  0x000076f6 nrtn  0x00000034 
- 00027949  0x000076f7 call  0x00006dcd 
- 00027950  0x000076f8 jam  0x0000003c , 0x00000287 
- 00027951  0x000076f9 rtn 
- 00027952  0x000076fb call  0x00006dc3 
- 00027953  0x000076fc jam  0x0000000e , 0x00000287 
- 00027954  0x000076fd rtn 
- 00027955  0x000076ff call  0x00006ddd 
- 00027956  0x00007700 jam  0x00000010 , 0x00000287 
- 00027957  0x00007701 fetch  0x00000001 , 0x00004252 
- 00027958  0x00007702 set1  0x00000000 , 0x0000003f 
- 00027959  0x00007703 store  0x00000001 , 0x00004252 
- 00027960  0x00007704 rtn 
- 00027961  0x00007706 call  0x00006de4 
- 00027962  0x00007707 jam  0x00000012 , 0x00000287 
- 00027963  0x00007708 fetch  0x00000001 , 0x00004252 
- 00027964  0x00007709 set1  0x00000002 , 0x0000003f 
- 00027965  0x0000770a store  0x00000001 , 0x00004252 
- 00027966  0x0000770b rtn 
- 00027967  0x0000770d call  0x00006de9 
- 00027968  0x0000770e jam  0x00000014 , 0x00000287 
- 00027969  0x0000770f fetch  0x00000001 , 0x00004253 
- 00027970  0x00007710 set1  0x00000000 , 0x0000003f 
- 00027971  0x00007711 store  0x00000001 , 0x00004253 
- 00027972  0x00007712 rtn 
- 00027973  0x00007714 call  0x00006df0 
- 00027974  0x00007715 jam  0x00000016 , 0x00000287 
- 00027975  0x00007716 fetch  0x00000001 , 0x00004253 
- 00027976  0x00007717 set1  0x00000002 , 0x0000003f 
- 00027977  0x00007718 store  0x00000001 , 0x00004253 
- 00027978  0x00007719 rtn 
- 00027979  0x0000771b call  0x00006dd1 
- 00027980  0x0000771c jam  0x00000018 , 0x00000287 
- 00027981  0x0000771d fetch  0x00000001 , 0x00004251 
- 00027982  0x0000771e set1  0x00000000 , 0x0000003f 
- 00027983  0x0000771f store  0x00000001 , 0x00004251 
- 00027984  0x00007720 rtn 
- 00027985  0x00007722 call  0x00006dd8 
- 00027986  0x00007723 jam  0x0000001a , 0x00000287 
- 00027987  0x00007724 fetch  0x00000001 , 0x00004251 
- 00027988  0x00007725 set1  0x00000002 , 0x0000003f 
- 00027989  0x00007726 store  0x00000001 , 0x00004251 
- 00027990  0x00007727 rtn 
- 00027991  0x00007729 call  0x00006df5 
- 00027992  0x0000772a jam  0x0000001c , 0x00000287 
- 00027993  0x0000772b fetch  0x00000001 , 0x00004251 
- 00027994  0x0000772c set1  0x00000006 , 0x0000003f 
- 00027995  0x0000772d store  0x00000001 , 0x00004251 
- 00027996  0x0000772e rtn 
- 00027997  0x00007730 call  0x00006dfc 
- 00027998  0x00007731 fetch  0x00000001 , 0x00004254 
- 00027999  0x00007732 set1  0x00000000 
- 00028000  0x00007733 store  0x00000001 , 0x00004254 
- 00028001  0x00007734 jam  0x0000001e , 0x00000287 
- 00028002  0x00007735 rtn 
- 00028003  0x00007737 call  0x00006e02 
- 00028004  0x00007738 fetch  0x00000001 , 0x00004254 
- 00028005  0x00007739 set1  0x00000002 
- 00028006  0x0000773a store  0x00000001 , 0x00004254 
- 00028007  0x0000773b jam  0x00000020 , 0x00000287 
- 00028008  0x0000773c fetch  0x00000001 , 0x00004564 
- 00028009  0x0000773d lshift3  0x0000003f , 0x0000003f 
- 00028010  0x0000773e or_into  0x00000003 , 0x0000003f 
- 00028011  0x0000773f arg  0x00004565 , 0x00000002 
- 00028012  0x00007740 storet  0x00000002 , 0x000004f7 
- 00028013  0x00007741 branch  0x00006a35 
- 00028014  0x00007743 call  0x00006e0c 
- 00028015  0x00007744 fetch  0x00000001 , 0x00004254 
- 00028016  0x00007745 set1  0x00000004 
- 00028017  0x00007746 store  0x00000001 , 0x00004254 
- 00028018  0x00007747 jam  0x00000022 , 0x00000287 
- 00028019  0x00007748 rtn 
- 00028020  0x0000774b fetch  0x00000001 , 0x00004250 
- 00028021  0x0000774c rtnbit0  0x00000001 
- 00028022  0x0000774d jam  0x00000003 , 0x00000287 
- 00028023  0x0000774e branch  0x00006cfb 
- 00028024  0x00007750 fetch  0x00000001 , 0x00004250 
- 00028025  0x00007751 rtnne  0x0000003f 
- 00028026  0x00007752 jam  0x0000003b , 0x00000287 
- 00028027  0x00007754 fetch  0x00000001 , 0x00000285 
- 00028028  0x00007755 rtnne  0x00000017 
- 00028029  0x00007756 jam  0x00000000 , 0x00000285 
- 00028030  0x00007757 jam  0x0000000d , 0x00000287 
- 00028031  0x00007758 branch  0x00006cfb 
- 00028032  0x0000775a fetch  0x00000001 , 0x00004250 
- 00028033  0x0000775b nrtn  0x00000034 
- 00028034  0x0000775c fetch  0x00000001 , 0x00004684 
- 00028035  0x0000775d bbit1  0x00000000 , 0x00006daf 
- 00028036  0x0000775e bbit1  0x00000006 , 0x00006db1 
- 00028037  0x0000775f branch  0x00006db5 
- 00028038  0x00007761 fetch  0x00000001 , 0x00004252 
- 00028039  0x00007762 rtnbit0  0x00000001 
- 00028040  0x00007763 jam  0x00000011 , 0x00000287 
- 00028041  0x00007764 branch  0x00006cfb 
- 00028042  0x00007766 fetch  0x00000001 , 0x00004252 
- 00028043  0x00007767 rtnne  0x0000003f 
- 00028044  0x00007768 jam  0x00000013 , 0x00000287 
- 00028045  0x00007769 branch  0x00006cfb 
- 00028046  0x0000776b fetch  0x00000001 , 0x00004253 
- 00028047  0x0000776c rtnbit0  0x00000001 
- 00028048  0x0000776d jam  0x00000015 , 0x00000287 
- 00028049  0x0000776e branch  0x00006cfb 
- 00028050  0x00007770 fetch  0x00000001 , 0x00004253 
- 00028051  0x00007771 rtnne  0x0000003f 
- 00028052  0x00007772 fetch  0x00000001 , 0x00004684 
- 00028053  0x00007773 bbit1  0x00000006 , 0x00006db1 
- 00028054  0x00007774 branch  0x00006db5 
- 00028055  0x00007776 fetch  0x00000001 , 0x00004251 
- 00028056  0x00007777 rtnbit0  0x00000001 
- 00028057  0x00007778 jam  0x00000019 , 0x00000287 
- 00028058  0x00007779 branch  0x00006cfb 
- 00028059  0x0000777b fetch  0x00000001 , 0x00004251 
- 00028060  0x0000777c rtnne  0x0000003f 
- 00028061  0x0000777d jam  0x0000001b , 0x00000287 
- 00028062  0x0000777e branch  0x00006cfb 
- 00028063  0x00007780 fetch  0x00000001 , 0x00004251 
- 00028064  0x00007781 rtnne  0x000000ff 
- 00028065  0x00007782 fetch  0x00000001 , 0x00004684 
- 00028066  0x00007783 bbit1  0x00000006 , 0x00006db3 
- 00028067  0x00007784 branch  0x00006db5 
- 00028068  0x00007786 fetch  0x00000001 , 0x00004254 
- 00028069  0x00007787 rtnbit0  0x00000001 
- 00028070  0x00007788 jam  0x0000001f , 0x00000287 
- 00028071  0x00007789 branch  0x00006cfb 
- 00028072  0x0000778b fetch  0x00000001 , 0x00004254 
- 00028073  0x0000778c rtnbit0  0x00000003 
- 00028074  0x0000778d jam  0x00000021 , 0x00000287 
- 00028075  0x0000778e branch  0x00006cfb 
- 00028076  0x00007790 fetch  0x00000001 , 0x00004254 
- 00028077  0x00007791 rtnne  0x000000ff 
- 00028078  0x00007792 branch  0x00006db5 
- 00028079  0x00007795 jam  0x0000000f , 0x00000287 
- 00028080  0x00007796 branch  0x00006cfb 
- 00028081  0x00007799 jam  0x00000017 , 0x00000287 
- 00028082  0x0000779a branch  0x00006cfb 
- 00028083  0x0000779c jam  0x0000001d , 0x00000287 
- 00028084  0x0000779d branch  0x00006cfb 
- 00028085  0x000077a2 jam  0x00000000 , 0x00000287 
- 00028086  0x000077a3 rtn 
- 00028087  0x000077a5 bpatchx  0x000000bf , 0x00004037 
- 00028088  0x000077a6 call  0x000052b8 
- 00028089  0x000077a7 setarg  0x00000001 
- 00028090  0x000077a8 copy  0x0000003f , 0x00000002 
- 00028091  0x000077a9 setarg  0x00000050 
- 00028092  0x000077aa copy  0x0000003f , 0x0000000b 
- 00028093  0x000077ab branch  0x000050a8 
- 00028094  0x000077ae bpatchx  0x000000c0 , 0x00004038 
- 00028095  0x000077af call  0x000052b8 
- 00028096  0x000077b0 fetch  0x00000002 , 0x00004248 
- 00028097  0x000077b1 copy  0x0000003f , 0x00000002 
- 00028098  0x000077b2 branch  0x000050b7 
- 00028099  0x000077b5 bpatchx  0x000000c1 , 0x00004038 
- 00028100  0x000077b6 call  0x000052b8 
- 00028101  0x000077b7 fetch  0x00000002 , 0x00004248 
- 00028102  0x000077b8 copy  0x0000003f , 0x00000002 
- 00028103  0x000077b9 arg  0x00000050 , 0x0000000b 
- 00028104  0x000077ba call  0x000050cc 
- 00028105  0x000077bb fetch  0x00000001 , 0x00004250 
- 00028106  0x000077bc set0  0x00000005 , 0x0000003f 
- 00028107  0x000077bd store  0x00000001 , 0x00004250 
- 00028108  0x000077be rtn 
- 00028109  0x000077c1 bpatchx  0x000000c2 , 0x00004038 
- 00028110  0x000077c2 call  0x000052c5 
- 00028111  0x000077c3 call  0x00007138 
- 00028112  0x000077c4 branch  0x000050e7 
- 00028113  0x000077c7 bpatchx  0x000000c3 , 0x00004038 
- 00028114  0x000077c8 call  0x000052b8 
- 00028115  0x000077c9 setarg  0x00000003 
- 00028116  0x000077ca copy  0x0000003f , 0x00000002 
- 00028117  0x000077cb setarg  0x00000051 
- 00028118  0x000077cc copy  0x0000003f , 0x0000000b 
- 00028119  0x000077cd branch  0x000050a8 
- 00028120  0x000077d0 bpatchx  0x000000c4 , 0x00004038 
- 00028121  0x000077d1 call  0x000052b8 
- 00028122  0x000077d2 fetch  0x00000002 , 0x0000424a 
- 00028123  0x000077d3 copy  0x0000003f , 0x00000002 
- 00028124  0x000077d4 branch  0x000050b7 
- 00028125  0x000077d7 bpatchx  0x000000c5 , 0x00004038 
- 00028126  0x000077d8 call  0x000052b8 
- 00028127  0x000077d9 setarg  0x00000011 
- 00028128  0x000077da copy  0x0000003f , 0x00000002 
- 00028129  0x000077db setarg  0x00000052 
- 00028130  0x000077dc copy  0x0000003f , 0x0000000b 
- 00028131  0x000077dd branch  0x000050a8 
- 00028132  0x000077e0 bpatchx  0x000000c6 , 0x00004038 
- 00028133  0x000077e1 call  0x000052b8 
- 00028134  0x000077e2 fetch  0x00000002 , 0x0000424c 
- 00028135  0x000077e3 copy  0x0000003f , 0x00000002 
- 00028136  0x000077e4 branch  0x000050b7 
- 00028137  0x000077e7 bpatchx  0x000000c7 , 0x00004038 
- 00028138  0x000077e8 call  0x000052b8 
- 00028139  0x000077e9 setarg  0x00000013 
- 00028140  0x000077ea copy  0x0000003f , 0x00000002 
- 00028141  0x000077eb setarg  0x00000053 
- 00028142  0x000077ec copy  0x0000003f , 0x0000000b 
- 00028143  0x000077ed branch  0x000050a8 
- 00028144  0x000077f0 bpatchx  0x000000c8 , 0x00004039 
- 00028145  0x000077f1 call  0x000052b8 
- 00028146  0x000077f2 fetch  0x00000002 , 0x0000424e 
- 00028147  0x000077f3 copy  0x0000003f , 0x00000002 
- 00028148  0x000077f4 branch  0x000050b7 
- 00028149  0x000077f7 bpatchx  0x000000c9 , 0x00004039 
- 00028150  0x000077f8 call  0x000052d2 
- 00028151  0x000077fa jam  0x00000003 , 0x000004fb 
- 00028152  0x000077fb jam  0x0000001c , 0x000004fe 
- 00028153  0x000077fc call  0x00006ba9 
- 00028154  0x000077fd jam  0x00000001 , 0x00004563 
- 00028155  0x000077fe rtn 
- 00028156  0x00007801 bpatchx  0x000000ca , 0x00004039 
- 00028157  0x00007802 call  0x000052d2 
- 00028158  0x00007803 fetcht  0x00000001 , 0x00004564 
- 00028159  0x00007804 call  0x00006a79 
- 00028160  0x00007805 storet  0x00000001 , 0x0000455d 
- 00028161  0x00007806 branch  0x00006bc4 
- 00028162  0x00007809 bpatchx  0x000000cb , 0x00004039 
- 00028163  0x0000780a call  0x000052d2 
- 00028164  0x0000780b fetcht  0x00000001 , 0x0000455d 
- 00028165  0x0000780c call  0x00006a73 
- 00028166  0x0000780d call  0x00006a1a 
- 00028167  0x0000780e store  0x00000001 , 0x000004fe 
- 00028168  0x0000780f fetcht  0x00000001 , 0x0000455d 
- 00028169  0x00007810 call  0x00006a73 
- 00028170  0x00007811 storet  0x00000001 , 0x000004fb 
- 00028171  0x00007812 branch  0x00006ba9 
- 00028172  0x00007815 bpatchx  0x000000cc , 0x00004039 
- 00028173  0x00007816 call  0x000052d2 
- 00028174  0x00007817 fetcht  0x00000001 , 0x0000455d 
- 00028175  0x00007818 call  0x00006a73 
- 00028176  0x00007819 branch  0x00006bfc 
- 00028177  0x00007827 bpatchx  0x000000cd , 0x00004039 
- 00028178  0x00007828 fetch  0x00000002 , 0x00000264 
- 00028179  0x00007829 iforce  0x00000006 
- 00028180  0x0000782c ifetch  0x00000001 , 0x00000006 
- 00028181  0x0000782d copy  0x0000003f , 0x00000012 
- 00028182  0x0000782e store  0x00000001 , 0x0000051b 
- 00028183  0x0000782f ifetch  0x00000002 , 0x00000006 
- 00028184  0x00007830 store  0x00000002 , 0x0000051c 
- 00028185  0x00007831 ifetch  0x00000001 , 0x00000006 
- 00028186  0x00007832 lshift8  0x0000003f , 0x0000000b 
- 00028187  0x00007833 ifetch  0x00000001 , 0x00000006 
- 00028188  0x00007834 iadd  0x0000000b , 0x0000000b 
- 00028189  0x00007835 bpatchx  0x000000ce , 0x00004039 
- 00028190  0x00007836 copy  0x00000006 , 0x00000002 
- 00028191  0x00007837 arg  0x00000004 , 0x00000039 
- 00028192  0x00007838 arg  0x0000052a , 0x00000005 
- 00028193  0x00007839 call  0x00007ec6 
- 00028194  0x0000783a copy  0x00000002 , 0x00000006 
- 00028195  0x0000783b deposit  0x00000012 
- 00028196  0x0000783c beq  0x00000001 , 0x00006fba 
- 00028197  0x0000783d beq  0x00000002 , 0x00006e2c 
- 00028198  0x0000783e beq  0x00000003 , 0x00006fba 
- 00028199  0x0000783f beq  0x00000004 , 0x00006e54 
- 00028200  0x00007840 beq  0x00000005 , 0x00006fba 
- 00028201  0x00007841 beq  0x00000006 , 0x00006f02 
- 00028202  0x00007842 beq  0x00000007 , 0x00006fba 
- 00028203  0x00007843 branch  0x00006fc1 
- 00028204  0x0000784f bpatchx  0x000000cf , 0x00004039 
- 00028205  0x00007850 call  0x00006fd0 
- 00028206  0x00007851 compare  0x00000001 , 0x00000002 , 0x000000ff 
- 00028207  0x00007852 branch  0x00007040 , 0x00000001 
- 00028208  0x00007853 compare  0x000000ff , 0x00000002 , 0x000000ff 
- 00028209  0x00007854 branch  0x00006fc4 , 0x00000001 
- 00028210  0x00007856 ifetch  0x00000002 , 0x00000006 
- 00028211  0x00007857 store  0x00000002 , 0x00000522 
- 00028212  0x00007858 increase  0xfffffffe , 0x0000000b 
- 00028213  0x0000785a increase  0xffffffff , 0x0000000b 
- 00028214  0x0000785b nbranch  0x00006fbe , 0x00000005 
- 00028215  0x0000785c arg  0x00000511 , 0x0000000b 
- 00028216  0x0000785d ifetch  0x00000002 , 0x0000000b 
- 00028217  0x0000785e rtn  0x00000034 
- 00028218  0x0000785f call  0x00007082 
- 00028219  0x00007860 call  0x000052d0 
- 00028220  0x00007861 force  0x00000003 , 0x0000003f 
- 00028221  0x00007862 istore  0x00000001 , 0x00000005 
- 00028222  0x00007863 fetch  0x00000002 , 0x0000051c 
- 00028223  0x00007864 istore  0x00000002 , 0x00000005 
- 00028224  0x00007865 lshift2  0x00000007 , 0x0000003f 
- 00028225  0x00007866 add  0x0000003f , 0x00000005 , 0x0000003f 
- 00028226  0x00007867 add  0x0000003f , 0x00000005 , 0x00000013 
- 00028227  0x00007868 byteswap  0x0000003f , 0x0000003f 
- 00028228  0x00007869 istore  0x00000002 , 0x00000005 
- 00028229  0x0000786a deposit  0x00000007 
- 00028230  0x0000786b byteswap  0x0000003f , 0x0000003f 
- 00028231  0x0000786c istore  0x00000002 , 0x00000005 
- 00028232  0x0000786d istore  0x00000002 , 0x00000005 
- 00028233  0x0000786e arg  0x0000052a , 0x00000006 
- 00028234  0x0000786f copy  0x00000007 , 0x00000039 
- 00028235  0x00007870 branch  0x00006e4f , 0x00000005 
- 00028236  0x00007872 ifetch  0x00000004 , 0x00000006 
- 00028237  0x00007873 istore  0x00000004 , 0x00000005 
- 00028238  0x00007874 loop  0x00006e4c 
- 00028239  0x00007876 force  0x00000000 , 0x0000003f 
- 00028240  0x00007877 istore  0x00000001 , 0x00000005 
- 00028241  0x00007878 deposit  0x00000013 
- 00028242  0x00007879 store  0x00000002 , 0x00000275 
- 00028243  0x0000787b rtn 
- 00028244  0x00007887 bpatchx  0x000000d0 , 0x0000403a 
- 00028245  0x00007888 ifetch  0x00000004 , 0x00000006 
- 00028246  0x00007889 store  0x00000004 , 0x00000524 
- 00028247  0x0000788a increase  0xfffffffc , 0x0000000b 
- 00028248  0x0000788b call  0x00006f2e 
- 00028249  0x0000788c store  0x00000002 , 0x00000520 
- 00028250  0x0000788d increase  0xfffffffe , 0x0000000b 
- 00028251  0x0000788e call  0x00007028 
- 00028252  0x0000788f branch  0x00006fc4 , 0x00000005 
- 00028253  0x00007890 compare  0x00000005 , 0x00000011 , 0x000000ff 
- 00028254  0x00007892 branch  0x00006e62 , 0x00000001 
- 00028255  0x00007894 arg  0x0000052a , 0x00000005 
- 00028256  0x00007895 force  0x00000000 , 0x00000007 
- 00028257  0x00007896 branch  0x00006e71 
- 00028258  0x00007898 ifetch  0x00000001 , 0x00000006 
- 00028259  0x00007899 bne  0x0000000a , 0x00006fc4 
- 00028260  0x0000789a ifetch  0x00000002 , 0x00000006 
- 00028261  0x0000789b nbranch  0x00006e6f , 0x00000034 
- 00028262  0x0000789c ifetch  0x00000001 , 0x00000006 
- 00028263  0x0000789d bne  0x000000ff , 0x00006e6d 
- 00028264  0x0000789e ifetch  0x00000001 , 0x00000006 
- 00028265  0x0000789f bne  0x000000ff , 0x00006e6b 
- 00028266  0x000078a0 branch  0x00006eb8 
- 00028267  0x000078a2 increase  0xfffffffb , 0x00000006 
- 00028268  0x000078a3 branch  0x00006e5f 
- 00028269  0x000078a5 increase  0xfffffffc , 0x00000006 
- 00028270  0x000078a6 branch  0x00006e5f 
- 00028271  0x000078a8 increase  0xfffffffd , 0x00000006 
- 00028272  0x000078a9 branch  0x00006e5f 
- 00028273  0x000078ab ifetch  0x00000001 , 0x00000006 
- 00028274  0x000078ac beq  0x00000009 , 0x00006e86 
- 00028275  0x000078ad beq  0x0000000a , 0x00006e74 
- 00028276  0x000078af ifetch  0x00000002 , 0x00000006 
- 00028277  0x000078b0 istore  0x00000002 , 0x00000005 
- 00028278  0x000078b1 increase  0x00000001 , 0x00000007 
- 00028279  0x000078b2 byteswap  0x0000003f , 0x00000012 
- 00028280  0x000078b3 ifetch  0x00000002 , 0x00000006 
- 00028281  0x000078b4 byteswap  0x0000003f , 0x0000003f 
- 00028282  0x000078b6 increase  0x00000001 , 0x00000012 
- 00028283  0x000078b7 isub  0x00000012 , 0x0000003e 
- 00028284  0x000078b8 nbranch  0x00006e83 , 0x00000002 
- 00028285  0x000078b9 copy  0x0000003f , 0x00000013 
- 00028286  0x000078ba byteswap  0x00000012 , 0x0000003f 
- 00028287  0x000078bb istore  0x00000002 , 0x00000005 
- 00028288  0x000078bc increase  0x00000001 , 0x00000007 
- 00028289  0x000078bd copy  0x00000013 , 0x0000003f 
- 00028290  0x000078be branch  0x00006e7a 
- 00028291  0x000078c0 increase  0xfffffffb , 0x0000000b 
- 00028292  0x000078c1 increase  0xfffffffb , 0x00000011 
- 00028293  0x000078c2 branch  0x00006e8b 
- 00028294  0x000078c4 ifetch  0x00000002 , 0x00000006 
- 00028295  0x000078c5 istore  0x00000002 , 0x00000005 
- 00028296  0x000078c6 increase  0x00000001 , 0x00000007 
- 00028297  0x000078c7 increase  0xfffffffd , 0x0000000b 
- 00028298  0x000078c8 increase  0xfffffffd , 0x00000011 
- 00028299  0x000078ca nbranch  0x00006fc4 , 0x00000002 
- 00028300  0x000078cb nbranch  0x00006e71 , 0x00000005 
- 00028301  0x000078cc increase  0xffffffff , 0x0000000b 
- 00028302  0x000078cd nbranch  0x00006fc4 , 0x00000005 
- 00028303  0x000078cf call  0x000052d0 
- 00028304  0x000078d0 increase  0x0000000a , 0x00000005 
- 00028305  0x000078d1 arg  0x0000052a , 0x00000011 
- 00028306  0x000078d3 copy  0x00000007 , 0x0000003f 
- 00028307  0x000078d4 branch  0x00006ea5 , 0x00000034 
- 00028308  0x000078d5 ifetch  0x00000002 , 0x00000011 
- 00028309  0x000078d6 branch  0x00006ea5 , 0x00000034 
- 00028310  0x000078d7 iforce  0x00000012 
- 00028311  0x000078d8 fetch  0x00000004 , 0x00000524 
- 00028312  0x000078d9 iforce  0x00000002 
- 00028313  0x000078da call  0x000070e7 
- 00028314  0x000078db copy  0x00000006 , 0x0000003f 
- 00028315  0x000078dc branch  0x00006ea2 , 0x00000034 
- 00028316  0x000078dd increase  0xfffffffd , 0x00000006 
- 00028317  0x000078de ifetch  0x00000003 , 0x00000006 
- 00028318  0x000078df istore  0x00000003 , 0x00000005 
- 00028319  0x000078e0 call  0x0000705b 
- 00028320  0x000078e1 iforce  0x00000039 
- 00028321  0x000078e2 call  0x00007f01 
- 00028322  0x000078e4 increase  0x00000002 , 0x00000011 
- 00028323  0x000078e5 increase  0xffffffff , 0x00000007 
- 00028324  0x000078e6 branch  0x00006e92 
- 00028325  0x000078e9 arg  0x00000005 , 0x00000011 
- 00028326  0x000078ea call  0x00006f84 
- 00028327  0x000078eb fetch  0x00000002 , 0x00000275 
- 00028328  0x000078ec beq  0x0000000b , 0x00007043 
- 00028329  0x000078ed branch  0x00006f9a 
- 00028330  0x000078f1 ifetch  0x00000001 , 0x00000006 
- 00028331  0x000078f2 beq  0x00000000 , 0x00006eae 
- 00028332  0x000078f3 beq  0x00000001 , 0x00006eb0 
- 00028333  0x000078f4 beq  0x00000002 , 0x00006eb3 
- 00028334  0x000078f6 increase  0xffffffff , 0x0000000b 
- 00028335  0x000078f7 branch  0x00006eb6 
- 00028336  0x000078f9 ifetch  0x00000001 , 0x00000006 
- 00028337  0x000078fa increase  0xfffffffe , 0x0000000b 
- 00028338  0x000078fb branch  0x00006eb6 
- 00028339  0x000078fd ifetch  0x00000002 , 0x00000006 
- 00028340  0x000078fe byteswap  0x0000003f , 0x0000003f 
- 00028341  0x000078ff increase  0xfffffffd , 0x0000000b 
- 00028342  0x00007901 store  0x00000002 , 0x00000519 
- 00028343  0x00007902 rtn 
- 00028344  0x00007905 increase  0xfffffffb , 0x0000000b 
- 00028345  0x00007906 call  0x00006eaa 
- 00028346  0x00007907 nbranch  0x00006fbe , 0x00000005 
- 00028347  0x00007908 fetcht  0x00000004 , 0x00000524 
- 00028348  0x00007909 call  0x000070b1 
- 00028349  0x0000790a nbranch  0x00006fbb , 0x00000005 
- 00028350  0x0000790b copy  0x00000006 , 0x00000011 
- 00028351  0x0000790c call  0x000052d0 
- 00028352  0x0000790d copy  0x00000011 , 0x00000006 
- 00028353  0x0000790e increase  0x00000003 , 0x00000005 
- 00028354  0x0000790f copy  0x00000006 , 0x0000000b 
- 00028355  0x00007910 call  0x00007062 
- 00028356  0x00007911 copy  0x0000003f , 0x00000011 
- 00028357  0x00007913 fetch  0x00000002 , 0x00000519 
- 00028358  0x00007914 copy  0x0000003f , 0x00000012 
- 00028359  0x00007915 copy  0x00000011 , 0x0000003f 
- 00028360  0x00007916 isub  0x00000012 , 0x00000012 
- 00028361  0x00007917 fetch  0x00000002 , 0x00000520 
- 00028362  0x00007918 isub  0x00000012 , 0x0000003e 
- 00028363  0x00007919 nbranch  0x00006ee7 , 0x00000002 
- 00028364  0x0000791b disable  0x00000028 
- 00028365  0x0000791c fetch  0x00000002 , 0x00000519 
- 00028366  0x0000791d branch  0x00006eda , 0x00000034 
- 00028367  0x0000791e iadd  0x0000000b , 0x00000006 
- 00028368  0x0000791f increase  0x00000003 , 0x00000012 
- 00028369  0x00007920 copy  0x00000012 , 0x00000039 
- 00028370  0x00007921 copy  0x00000039 , 0x0000003f 
- 00028371  0x00007922 increase  0x00000003 , 0x0000003f 
- 00028372  0x00007923 byteswap  0x0000003f , 0x0000003f 
- 00028373  0x00007924 istore  0x00000002 , 0x00000005 
- 00028374  0x00007925 copy  0x00000039 , 0x0000003f 
- 00028375  0x00007926 byteswap  0x0000003f , 0x0000003f 
- 00028376  0x00007927 istore  0x00000002 , 0x00000005 
- 00028377  0x00007928 branch  0x00006ef5 
- 00028378  0x0000792a add  0x00000011 , 0x00000006 , 0x00000039 
- 00028379  0x0000792b branch  0x00006ede , 0x00000028 
- 00028380  0x0000792c byteswap  0x00000039 , 0x0000003f 
- 00028381  0x0000792d branch  0x00006ee1 
- 00028382  0x0000792f copy  0x00000039 , 0x0000003f 
- 00028383  0x00007930 increase  0x00000002 , 0x0000003f 
- 00028384  0x00007931 byteswap  0x0000003f , 0x0000003f 
- 00028385  0x00007933 istore  0x00000002 , 0x00000005 
- 00028386  0x00007934 increase  0xfffffffd , 0x00000039 
- 00028387  0x00007935 byteswap  0x00000039 , 0x0000003f 
- 00028388  0x00007936 istore  0x00000002 , 0x00000005 
- 00028389  0x00007937 copy  0x0000000b , 0x00000006 
- 00028390  0x00007938 branch  0x00006ef5 
- 00028391  0x0000793a enable  0x00000028 
- 00028392  0x0000793c fetch  0x00000002 , 0x00000520 
- 00028393  0x0000793d copy  0x0000003f , 0x00000011 
- 00028394  0x0000793e copy  0x00000011 , 0x00000039 
- 00028395  0x0000793f fetch  0x00000002 , 0x00000519 
- 00028396  0x00007940 branch  0x00006eda , 0x00000034 
- 00028397  0x00007941 iadd  0x0000000b , 0x00000006 
- 00028398  0x00007942 copy  0x00000011 , 0x0000003f 
- 00028399  0x00007943 increase  0x00000005 , 0x0000003f 
- 00028400  0x00007944 byteswap  0x0000003f , 0x0000003f 
- 00028401  0x00007945 istore  0x00000002 , 0x00000005 
- 00028402  0x00007946 copy  0x00000011 , 0x0000003f 
- 00028403  0x00007947 byteswap  0x0000003f , 0x0000003f 
- 00028404  0x00007948 istore  0x00000002 , 0x00000005 
- 00028405  0x0000794a call  0x00007f01 
- 00028406  0x0000794b nbranch  0x00006efe , 0x00000028 
- 00028407  0x0000794c force  0x00000002 , 0x0000003f 
- 00028408  0x0000794d istore  0x00000001 , 0x00000005 
- 00028409  0x0000794e copy  0x00000006 , 0x0000003f 
- 00028410  0x0000794f isub  0x0000000b , 0x0000003f 
- 00028411  0x00007950 byteswap  0x0000003f , 0x0000003f 
- 00028412  0x00007951 istore  0x00000002 , 0x00000005 
- 00028413  0x00007952 branch  0x00006f00 
- 00028414  0x00007954 force  0x00000000 , 0x0000003f 
- 00028415  0x00007955 istore  0x00000001 , 0x00000005 
- 00028416  0x00007957 arg  0x00000005 , 0x00000011 
- 00028417  0x00007958 branch  0x00006fb0 
- 00028418  0x00007964 bpatchx  0x000000d1 , 0x0000403a 
- 00028419  0x00007965 call  0x00006fd0 
- 00028420  0x00007966 compare  0x000000ff , 0x00000002 , 0x000000ff 
- 00028421  0x00007967 branch  0x00006fc4 , 0x00000001 
- 00028422  0x00007968 call  0x00006f2e 
- 00028423  0x00007969 store  0x00000002 , 0x00000520 
- 00028424  0x0000796a increase  0xfffffffe , 0x0000000b 
- 00028425  0x0000796b call  0x00007028 
- 00028426  0x0000796c arg  0x0000052a , 0x00000005 
- 00028427  0x0000796d force  0x00000000 , 0x00000007 
- 00028428  0x0000796f ifetch  0x00000001 , 0x00000006 
- 00028429  0x00007970 beq  0x0000000a , 0x00006f36 
- 00028430  0x00007971 ifetch  0x00000002 , 0x00000006 
- 00028431  0x00007972 istore  0x00000002 , 0x00000005 
- 00028432  0x00007973 increase  0x00000001 , 0x00000007 
- 00028433  0x00007974 increase  0xfffffffd , 0x0000000b 
- 00028434  0x00007975 increase  0xfffffffd , 0x00000011 
- 00028435  0x00007976 nbranch  0x00006fc4 , 0x00000002 
- 00028436  0x00007977 nbranch  0x00006f0c , 0x00000005 
- 00028437  0x00007978 increase  0xffffffff , 0x0000000b 
- 00028438  0x00007979 nbranch  0x00006fc4 , 0x00000005 
- 00028439  0x0000797a call  0x000052d0 
- 00028440  0x0000797b increase  0x0000000d , 0x00000005 
- 00028441  0x0000797c fetch  0x00000002 , 0x00000511 
- 00028442  0x0000797d iforce  0x00000013 
- 00028443  0x0000797e arg  0x0000052a , 0x00000011 
- 00028444  0x00007980 ifetch  0x00000002 , 0x00000011 
- 00028445  0x00007981 branch  0x00006f29 , 0x00000034 
- 00028446  0x00007982 iforce  0x00000012 
- 00028447  0x00007983 call  0x000070c6 
- 00028448  0x00007984 branch  0x00006f27 , 0x00000034 
- 00028449  0x00007985 increase  0xfffffffd , 0x00000006 
- 00028450  0x00007986 ifetch  0x00000003 , 0x00000006 
- 00028451  0x00007987 istore  0x00000003 , 0x00000005 
- 00028452  0x00007988 call  0x0000705b 
- 00028453  0x00007989 iforce  0x00000039 
- 00028454  0x0000798a call  0x00007f01 
- 00028455  0x0000798c increase  0x00000002 , 0x00000011 
- 00028456  0x0000798d branch  0x00006f1c 
- 00028457  0x00007990 call  0x00006f83 
- 00028458  0x00007991 fetch  0x00000002 , 0x00000275 
- 00028459  0x00007992 beq  0x0000000e , 0x00007046 
- 00028460  0x00007993 call  0x00006f9a 
- 00028461  0x00007994 branch  0x00006f9a 
- 00028462  0x00007998 ifetch  0x00000002 , 0x00000006 
- 00028463  0x00007999 byteswap  0x0000003f , 0x0000003f 
- 00028464  0x0000799a increase  0xfffffffd , 0x0000003f 
- 00028465  0x0000799b arg  0x000000c8 , 0x00000002 
- 00028466  0x0000799c isub  0x00000002 , 0x0000003e 
- 00028467  0x0000799d nrtn  0x00000002 
- 00028468  0x0000799e setarg  0x000000c8 
- 00028469  0x0000799f rtn 
- 00028470  0x000079a3 increase  0x00000004 , 0x00000006 
- 00028471  0x000079a4 increase  0xfffffffb , 0x0000000b 
- 00028472  0x000079a5 increase  0xfffffffb , 0x00000011 
- 00028473  0x000079a6 nbranch  0x00006fc4 , 0x00000005 
- 00028474  0x000079a7 call  0x00006eaa 
- 00028475  0x000079a8 nbranch  0x00006fbe , 0x00000005 
- 00028476  0x000079a9 arg  0x00000511 , 0x0000000b 
- 00028477  0x000079aa call  0x00007082 
- 00028478  0x000079ab deposit  0x00000007 
- 00028479  0x000079ac branch  0x00007046 , 0x00000034 
- 00028480  0x000079ad store  0x00000001 , 0x0000054e 
- 00028481  0x000079af copy  0x00000012 , 0x0000003f 
- 00028482  0x000079b0 store  0x00000002 , 0x0000054c 
- 00028483  0x000079b1 arg  0x00000000 , 0x00000007 
- 00028484  0x000079b2 arg  0x00000000 , 0x00000011 
- 00028485  0x000079b3 call  0x000052d0 
- 00028486  0x000079b4 increase  0x0000000a , 0x00000005 
- 00028487  0x000079b6 call  0x00006f6c 
- 00028488  0x000079b7 nbranch  0x00002a8c , 0x00000028 
- 00028489  0x000079b8 copy  0x00000006 , 0x0000000b 
- 00028490  0x000079b9 copy  0x0000003f , 0x00000013 
- 00028491  0x000079ba iadd  0x00000011 , 0x00000011 
- 00028492  0x000079bd fetch  0x00000002 , 0x00000519 
- 00028493  0x000079be copy  0x0000003f , 0x00000012 
- 00028494  0x000079bf branch  0x00006f75 , 0x00000034 
- 00028495  0x000079c1 copy  0x00000011 , 0x0000003f 
- 00028496  0x000079c2 isub  0x00000012 , 0x00000012 
- 00028497  0x000079c3 branch  0x00006f67 , 0x00000005 
- 00028498  0x000079c4 nbranch  0x00006f67 , 0x00000002 
- 00028499  0x000079c5 fetch  0x00000002 , 0x00000520 
- 00028500  0x000079c6 isub  0x00000012 , 0x0000003e 
- 00028501  0x000079c7 branch  0x00006f5e , 0x00000005 
- 00028502  0x000079c8 nbranch  0x00006f5e , 0x00000002 
- 00028503  0x000079cc copy  0x00000012 , 0x00000039 
- 00028504  0x000079cd call  0x00006f61 
- 00028505  0x000079ce fetch  0x00000001 , 0x0000054e 
- 00028506  0x000079cf increase  0x00000001 , 0x00000007 
- 00028507  0x000079d0 isub  0x00000007 , 0x0000003e 
- 00028508  0x000079d1 branch  0x00006f83 , 0x00000005 
- 00028509  0x000079d2 branch  0x00006fa0 
- 00028510  0x000079d5 copy  0x0000003f , 0x00000039 
- 00028511  0x000079d6 call  0x00006f61 
- 00028512  0x000079d7 branch  0x00006fa0 
- 00028513  0x000079da increase  0xfffffffd , 0x00000005 
- 00028514  0x000079db copy  0x00000039 , 0x00000002 
- 00028515  0x000079dc copy  0x00000013 , 0x0000003f 
- 00028516  0x000079dd isub  0x00000012 , 0x0000003f 
- 00028517  0x000079de iadd  0x0000000b , 0x00000006 
- 00028518  0x000079df branch  0x00007f01 
- 00028519  0x000079e2 fetch  0x00000001 , 0x0000054e 
- 00028520  0x000079e3 increase  0x00000001 , 0x00000007 
- 00028521  0x000079e4 isub  0x00000007 , 0x0000003e 
- 00028522  0x000079e5 rtn  0x00000005 
- 00028523  0x000079e6 branch  0x00006f47 
- 00028524  0x000079e9 call  0x00007fe9 
- 00028525  0x000079ea arg  0x0000052a , 0x00000006 
- 00028526  0x000079eb lshift2  0x00000007 , 0x0000003f 
- 00028527  0x000079ec iadd  0x00000006 , 0x00000006 
- 00028528  0x000079ed ifetcht  0x00000004 , 0x00000006 
- 00028529  0x000079ee call  0x000070b1 
- 00028530  0x000079ef nrtn  0x00000005 
- 00028531  0x000079f0 call  0x0000705b 
- 00028532  0x000079f1 branch  0x00007fe7 
- 00028533  0x000079f4 fetch  0x00000002 , 0x00000520 
- 00028534  0x000079f5 isub  0x00000011 , 0x0000003e 
- 00028535  0x000079f6 nbranch  0x00006f8f , 0x00000002 
- 00028536  0x000079f7 copy  0x00000011 , 0x00000039 
- 00028537  0x000079f8 copy  0x00000039 , 0x00000002 
- 00028538  0x000079f9 copy  0x0000000b , 0x00000006 
- 00028539  0x000079fa call  0x00007f01 
- 00028540  0x000079fb fetch  0x00000002 , 0x0000054c 
- 00028541  0x000079fc isub  0x00000011 , 0x0000003e 
- 00028542  0x000079fd branch  0x00006f81 , 0x00000005 
- 00028543  0x000079ff call  0x00006fa0 
- 00028544  0x00007a00 branch  0x00006f94 
- 00028545  0x00007a03 call  0x00006f83 
- 00028546  0x00007a04 branch  0x00006f94 
- 00028547  0x00007a07 arg  0x00000007 , 0x00000011 
- 00028548  0x00007a09 force  0x00000000 , 0x0000003f 
- 00028549  0x00007a0a istore  0x00000001 , 0x00000005 
- 00028550  0x00007a0b call  0x00006fb0 
- 00028551  0x00007a0c fetcht  0x00000002 , 0x00000275 
- 00028552  0x00007a0d increase  0xfffffffb , 0x00000002 
- 00028553  0x00007a0e byteswap  0x00000002 , 0x0000003f 
- 00028554  0x00007a0f istore  0x00000002 , 0x00000005 
- 00028555  0x00007a10 increase  0xfffffffd , 0x00000002 
- 00028556  0x00007a11 byteswap  0x00000002 , 0x0000003f 
- 00028557  0x00007a12 istore  0x00000002 , 0x00000005 
- 00028558  0x00007a13 rtn 
- 00028559  0x00007a16 copy  0x0000003f , 0x00000039 
- 00028560  0x00007a17 copy  0x00000039 , 0x00000002 
- 00028561  0x00007a18 copy  0x0000000b , 0x00000006 
- 00028562  0x00007a19 call  0x00007f01 
- 00028563  0x00007a1a call  0x00006fa0 
- 00028564  0x00007a1c setarg  0x00000036 
- 00028565  0x00007a1d istore  0x00000001 , 0x00000005 
- 00028566  0x00007a1e fetch  0x00000002 , 0x0000054c 
- 00028567  0x00007a1f byteswap  0x0000003f , 0x0000003f 
- 00028568  0x00007a20 istore  0x00000002 , 0x00000005 
- 00028569  0x00007a21 rtn 
- 00028570  0x00007a24 setarg  0x00000036 
- 00028571  0x00007a25 istore  0x00000001 , 0x00000005 
- 00028572  0x00007a26 increase  0xfffffffd , 0x00000002 
- 00028573  0x00007a27 byteswap  0x00000002 , 0x0000003f 
- 00028574  0x00007a28 istore  0x00000002 , 0x00000005 
- 00028575  0x00007a29 rtn 
- 00028576  0x00007a2c arg  0x00000007 , 0x00000011 
- 00028577  0x00007a2d setarg  0x00000002 
- 00028578  0x00007a2e istore  0x00000001 , 0x00000005 
- 00028579  0x00007a2f fetch  0x00000002 , 0x00000519 
- 00028580  0x00007a30 iadd  0x00000002 , 0x00000002 
- 00028581  0x00007a31 byteswap  0x00000002 , 0x0000003f 
- 00028582  0x00007a32 istore  0x00000002 , 0x00000005 
- 00028583  0x00007a33 call  0x00006fb0 
- 00028584  0x00007a34 fetcht  0x00000002 , 0x00000275 
- 00028585  0x00007a35 increase  0xfffffffb , 0x00000002 
- 00028586  0x00007a36 byteswap  0x00000002 , 0x0000003f 
- 00028587  0x00007a37 istore  0x00000002 , 0x00000005 
- 00028588  0x00007a38 increase  0xfffffffb , 0x00000002 
- 00028589  0x00007a39 byteswap  0x00000002 , 0x0000003f 
- 00028590  0x00007a3a istore  0x00000002 , 0x00000005 
- 00028591  0x00007a3b rtn 
- 00028592  0x00007a3e fetch  0x00000002 , 0x00000273 
- 00028593  0x00007a3f isub  0x00000005 , 0x0000003f 
- 00028594  0x00007a40 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00028595  0x00007a41 store  0x00000002 , 0x00000275 
- 00028596  0x00007a42 call  0x000052d0 
- 00028597  0x00007a43 copy  0x00000011 , 0x0000003f 
- 00028598  0x00007a44 istore  0x00000001 , 0x00000005 
- 00028599  0x00007a45 fetch  0x00000002 , 0x0000051c 
- 00028600  0x00007a46 istore  0x00000002 , 0x00000005 
- 00028601  0x00007a47 rtn 
- 00028602  0x00007a58 rtn 
- 00028603  0x00007a7a setarg  0x00000200 
- 00028604  0x00007a7b store  0x00000002 , 0x0000054a 
- 00028605  0x00007a7c branch  0x00006fc6 
- 00028606  0x00007a7e setarg  0x00000400 
- 00028607  0x00007a7f store  0x00000002 , 0x0000054a 
- 00028608  0x00007a80 branch  0x00006fc6 
- 00028609  0x00007a82 setarg  0x00000600 
- 00028610  0x00007a83 store  0x00000002 , 0x0000054a 
- 00028611  0x00007a84 branch  0x00006fc6 
- 00028612  0x00007a86 setarg  0x00000300 
- 00028613  0x00007a87 store  0x00000002 , 0x0000054a 
- 00028614  0x00007a89 call  0x000052d0 
- 00028615  0x00007a8a istore  0x00000001 , 0x00000005 
- 00028616  0x00007a8b fetch  0x00000002 , 0x0000051c 
- 00028617  0x00007a8c istore  0x00000002 , 0x00000005 
- 00028618  0x00007a8d setarg  0x00000200 
- 00028619  0x00007a8e istore  0x00000002 , 0x00000005 
- 00028620  0x00007a8f fetch  0x00000002 , 0x0000054a 
- 00028621  0x00007a90 istore  0x00000002 , 0x00000005 
- 00028622  0x00007a91 jam  0x00000007 , 0x00000275 
- 00028623  0x00007a92 rtn 
- 00028624  0x00007a98 arg  0x00000000 , 0x00000012 
- 00028625  0x00007a99 force  0x00000000 , 0x00000002 
- 00028626  0x00007a9a arg  0x00000511 , 0x00000005 
- 00028627  0x00007a9b call  0x00007028 
- 00028628  0x00007a9c branch  0x00007026 , 0x00000005 
- 00028629  0x00007a9e increase  0x00000001 , 0x00000012 
- 00028630  0x00007a9f ifetch  0x00000001 , 0x00000006 
- 00028631  0x00007aa0 increase  0xffffffff , 0x00000011 
- 00028632  0x00007aa1 increase  0xffffffff , 0x0000000b 
- 00028633  0x00007aa2 compare  0x00000018 , 0x0000003f , 0x000000f8 
- 00028634  0x00007aa3 nbranch  0x00007026 , 0x00000001 
- 00028635  0x00007aa4 compare  0x00000004 , 0x0000003f , 0x00000007 
- 00028636  0x00007aa5 nbranch  0x00006ff3 , 0x00000001 
- 00028637  0x00007aa6 force  0x00000001 , 0x00000002 
- 00028638  0x00007aa8 ifetch  0x00000001 , 0x00000006 
- 00028639  0x00007aa9 increase  0xffffffff , 0x00000011 
- 00028640  0x00007aaa increase  0xffffffff , 0x0000000b 
- 00028641  0x00007aab bne  0x00000000 , 0x00006fe7 
- 00028642  0x00007aac ifetch  0x00000001 , 0x00000006 
- 00028643  0x00007aad increase  0xffffffff , 0x00000011 
- 00028644  0x00007aae increase  0xffffffff , 0x0000000b 
- 00028645  0x00007aaf beq  0x00000000 , 0x00006ff8 
- 00028646  0x00007ab0 branch  0x00006fea 
- 00028647  0x00007ab2 increase  0x00000001 , 0x00000006 
- 00028648  0x00007ab3 increase  0xffffffff , 0x00000011 
- 00028649  0x00007ab4 increase  0xffffffff , 0x0000000b 
- 00028650  0x00007ab6 increase  0x00000002 , 0x00000006 
- 00028651  0x00007ab7 increase  0xfffffffe , 0x00000011 
- 00028652  0x00007ab8 increase  0xfffffffe , 0x0000000b 
- 00028653  0x00007ab9 compare  0x00000000 , 0x00000002 , 0x000000ff 
- 00028654  0x00007aba branch  0x00007020 , 0x00000001 
- 00028655  0x00007abb increase  0x0000000c , 0x00000006 
- 00028656  0x00007abc increase  0xfffffff4 , 0x00000011 
- 00028657  0x00007abd increase  0xfffffff4 , 0x0000000b 
- 00028658  0x00007abe branch  0x00007020 
- 00028659  0x00007ac0 compare  0x00000002 , 0x0000003f , 0x00000007 
- 00028660  0x00007ac1 nbranch  0x00006ff6 , 0x00000001 
- 00028661  0x00007ac2 branch  0x00006fde 
- 00028662  0x00007ac4 compare  0x00000001 , 0x0000003f , 0x00000007 
- 00028663  0x00007ac5 nbranch  0x00007026 , 0x00000001 
- 00028664  0x00007ac7 increase  0xfffffffe , 0x00000011 
- 00028665  0x00007ac8 increase  0xfffffffe , 0x0000000b 
- 00028666  0x00007ac9 ifetch  0x00000002 , 0x00000006 
- 00028667  0x00007aca sub  0x00000012 , 0x00000004 , 0x0000003e 
- 00028668  0x00007acb branch  0x00006ffe , 0x00000005 
- 00028669  0x00007acc istore  0x00000002 , 0x00000005 
- 00028670  0x00007ace compare  0x00000000 , 0x00000002 , 0x000000ff 
- 00028671  0x00007acf branch  0x00007020 , 0x00000001 
- 00028672  0x00007ad0 copy  0x00000006 , 0x00000002 
- 00028673  0x00007ad1 ifetch  0x00000001 , 0x00000006 
- 00028674  0x00007ad2 bne  0x00000000 , 0x00007019 
- 00028675  0x00007ad3 ifetch  0x00000001 , 0x00000006 
- 00028676  0x00007ad4 bne  0x00000000 , 0x00007019 
- 00028677  0x00007ad5 ifetch  0x00000001 , 0x00000006 
- 00028678  0x00007ad6 bne  0x00000010 , 0x00007019 
- 00028679  0x00007ad7 ifetch  0x00000001 , 0x00000006 
- 00028680  0x00007ad8 bne  0x00000000 , 0x00007019 
- 00028681  0x00007ad9 ifetch  0x00000001 , 0x00000006 
- 00028682  0x00007ada bne  0x00000080 , 0x00007019 
- 00028683  0x00007adb ifetch  0x00000001 , 0x00000006 
- 00028684  0x00007adc bne  0x00000000 , 0x00007019 
- 00028685  0x00007add ifetch  0x00000001 , 0x00000006 
- 00028686  0x00007ade bne  0x00000000 , 0x00007019 
- 00028687  0x00007adf ifetch  0x00000001 , 0x00000006 
- 00028688  0x00007ae0 bne  0x00000080 , 0x00007019 
- 00028689  0x00007ae1 ifetch  0x00000001 , 0x00000006 
- 00028690  0x00007ae2 bne  0x0000005f , 0x00007019 
- 00028691  0x00007ae3 ifetch  0x00000001 , 0x00000006 
- 00028692  0x00007ae4 bne  0x0000009b , 0x00007019 
- 00028693  0x00007ae5 ifetch  0x00000001 , 0x00000006 
- 00028694  0x00007ae6 bne  0x00000034 , 0x00007019 
- 00028695  0x00007ae7 ifetch  0x00000001 , 0x00000006 
- 00028696  0x00007ae8 beq  0x000000fb , 0x0000701e 
- 00028697  0x00007aea copy  0x00000002 , 0x00000006 
- 00028698  0x00007aec increase  0x0000000c , 0x00000006 
- 00028699  0x00007aed force  0x00000000 , 0x00000007 
- 00028700  0x00007aee force  0x00000000 , 0x00000002 
- 00028701  0x00007aef branch  0x0000701e 
- 00028702  0x00007af2 increase  0xfffffff4 , 0x0000000b 
- 00028703  0x00007af3 increase  0xfffffff4 , 0x00000011 
- 00028704  0x00007af5 force  0x00000000 , 0x00000002 
- 00028705  0x00007af6 compare  0x00000000 , 0x00000011 , 0x000000ff 
- 00028706  0x00007af7 nbranch  0x00006fd5 , 0x00000001 
- 00028707  0x00007af8 force  0x00000000 , 0x0000003f 
- 00028708  0x00007af9 istore  0x00000002 , 0x00000005 
- 00028709  0x00007afa rtn 
- 00028710  0x00007afc arg  0x000000ff , 0x00000002 
- 00028711  0x00007afd rtn 
- 00028712  0x00007b08 bpatchx  0x000000d4 , 0x0000403a 
- 00028713  0x00007b09 ifetch  0x00000001 , 0x00000006 
- 00028714  0x00007b0a increase  0xffffffff , 0x0000000b 
- 00028715  0x00007b0b compare  0x00000030 , 0x0000003f , 0x000000f8 
- 00028716  0x00007b0c nbranch  0x0000703e , 0x00000001 
- 00028717  0x00007b0d compare  0x00000007 , 0x0000003f , 0x00000007 
- 00028718  0x00007b0e branch  0x00007037 , 0x00000001 
- 00028719  0x00007b0f compare  0x00000006 , 0x0000003f , 0x00000007 
- 00028720  0x00007b10 branch  0x00007039 , 0x00000001 
- 00028721  0x00007b11 compare  0x00000005 , 0x0000003f , 0x00000007 
- 00028722  0x00007b12 nbranch  0x0000703e , 0x00000001 
- 00028723  0x00007b14 ifetch  0x00000001 , 0x00000006 
- 00028724  0x00007b15 copy  0x0000003f , 0x00000011 
- 00028725  0x00007b16 increase  0xffffffff , 0x0000000b 
- 00028726  0x00007b17 branch  0x0000703c 
- 00028727  0x00007b19 increase  0x00000002 , 0x00000006 
- 00028728  0x00007b1a increase  0xfffffffe , 0x0000000b 
- 00028729  0x00007b1c ifetch  0x00000002 , 0x00000006 
- 00028730  0x00007b1d byteswap  0x0000003f , 0x00000011 
- 00028731  0x00007b1e increase  0xfffffffe , 0x0000000b 
- 00028732  0x00007b20 force  0x00000001 , 0x0000003f 
- 00028733  0x00007b21 rtn 
- 00028734  0x00007b23 force  0x00000000 , 0x0000003f 
- 00028735  0x00007b24 rtn 
- 00028736  0x00007b2f setarg  0x00000003 
- 00028737  0x00007b30 store  0x00000001 , 0x0000051b 
- 00028738  0x00007b31 branch  0x00007048 
- 00028739  0x00007b33 setarg  0x00000005 
- 00028740  0x00007b34 store  0x00000001 , 0x0000051b 
- 00028741  0x00007b35 branch  0x00007048 
- 00028742  0x00007b37 setarg  0x00000007 
- 00028743  0x00007b38 store  0x00000001 , 0x0000051b 
- 00028744  0x00007b3a call  0x000052d0 
- 00028745  0x00007b3d fetch  0x00000001 , 0x0000051b 
- 00028746  0x00007b3e copy  0x0000003f , 0x00000012 
- 00028747  0x00007b3f istore  0x00000001 , 0x00000005 
- 00028748  0x00007b40 fetch  0x00000002 , 0x0000051c 
- 00028749  0x00007b41 istore  0x00000002 , 0x00000005 
- 00028750  0x00007b42 setarg  0x00000500 
- 00028751  0x00007b43 istore  0x00000002 , 0x00000005 
- 00028752  0x00007b44 compare  0x00000005 , 0x00000012 , 0x000000ff 
- 00028753  0x00007b45 branch  0x00007057 , 0x00000001 
- 00028754  0x00007b46 compare  0x00000007 , 0x00000012 , 0x000000ff 
- 00028755  0x00007b47 branch  0x00007057 , 0x00000001 
- 00028756  0x00007b48 setarg  0x00000000 
- 00028757  0x00007b49 istore  0x00000005 , 0x00000005 
- 00028758  0x00007b4a branch  0x00007059 
- 00028759  0x00007b4d setarg  0x00350200 
- 00028760  0x00007b4e istore  0x00000005 , 0x00000005 
- 00028761  0x00007b50 jam  0x0000000a , 0x00000275 
- 00028762  0x00007b51 rtn 
- 00028763  0x00007b55 call  0x00007ea2 
- 00028764  0x00007b56 call  0x00007ea5 
- 00028765  0x00007b57 call  0x00007062 
- 00028766  0x00007b58 call  0x00007e9c 
- 00028767  0x00007b59 call  0x00007e9f 
- 00028768  0x00007b5a copy  0x00000002 , 0x0000003f 
- 00028769  0x00007b5b rtn 
- 00028770  0x00007b5f ifetch  0x00000001 , 0x00000006 
- 00028771  0x00007b60 and  0x0000003f , 0x00000007 , 0x00000039 
- 00028772  0x00007b61 rshift3  0x0000003f , 0x0000003f 
- 00028773  0x00007b62 bne  0x00000000 , 0x0000706c 
- 00028774  0x00007b64 force  0x00000001 , 0x0000003f 
- 00028775  0x00007b65 force  0x00000001 , 0x00000002 
- 00028776  0x00007b66 rtn 
- 00028777  0x00007b69 call  0x00007e76 
- 00028778  0x00007b6a add  0x0000003f , 0x00000001 , 0x00000002 
- 00028779  0x00007b6b rtn 
- 00028780  0x00007b6d deposit  0x00000039 
- 00028781  0x00007b6e sub  0x0000003f , 0x00000004 , 0x0000003e 
- 00028782  0x00007b6f branch  0x00007069 , 0x00000002 
- 00028783  0x00007b70 beq  0x00000005 , 0x00007073 
- 00028784  0x00007b71 beq  0x00000006 , 0x00007076 
- 00028785  0x00007b72 beq  0x00000007 , 0x0000707a 
- 00028786  0x00007b73 rtn 
- 00028787  0x00007b76 ifetch  0x00000001 , 0x00000006 
- 00028788  0x00007b77 add  0x0000003f , 0x00000002 , 0x00000002 
- 00028789  0x00007b78 rtn 
- 00028790  0x00007b7a ifetch  0x00000002 , 0x00000006 
- 00028791  0x00007b7b byteswap  0x0000003f , 0x0000003f 
- 00028792  0x00007b7c add  0x0000003f , 0x00000003 , 0x00000002 
- 00028793  0x00007b7d rtn 
- 00028794  0x00007b7f ifetch  0x00000002 , 0x00000006 
- 00028795  0x00007b80 byteswap  0x0000003f , 0x0000003f 
- 00028796  0x00007b81 ifetcht  0x00000002 , 0x00000006 
- 00028797  0x00007b82 byteswap  0x00000002 , 0x00000002 
- 00028798  0x00007b83 lshift16  0x00000002 , 0x00000002 
- 00028799  0x00007b84 iadd  0x00000002 , 0x0000003f 
- 00028800  0x00007b85 add  0x0000003f , 0x00000005 , 0x00000002 
- 00028801  0x00007b86 rtn 
- 00028802  0x00007b8d bpatchx  0x000000d5 , 0x0000403a 
- 00028803  0x00007b8e force  0x00000000 , 0x00000007 
- 00028804  0x00007b8f arg  0x00000000 , 0x00000012 
- 00028805  0x00007b90 arg  0x0000052a , 0x00000005 
- 00028806  0x00007b92 ifetch  0x00000002 , 0x0000000b 
- 00028807  0x00007b93 rtn  0x00000034 
- 00028808  0x00007b94 call  0x0000708d 
- 00028809  0x00007b95 copy  0x00000007 , 0x0000003f 
- 00028810  0x00007b96 rtneq  0x00000007 
- 00028811  0x00007b97 increase  0x00000002 , 0x0000000b 
- 00028812  0x00007b98 branch  0x00007086 
- 00028813  0x00007b9c iforce  0x00000013 
- 00028814  0x00007b9e fetch  0x00000002 , 0x00004575 
- 00028815  0x00007b9f iforce  0x00000006 
- 00028816  0x00007ba1 copy  0x00000007 , 0x0000003f 
- 00028817  0x00007ba2 rtneq  0x00000007 
- 00028818  0x00007ba3 disable  0x00000028 
- 00028819  0x00007ba4 ifetch  0x00000001 , 0x00000006 
- 00028820  0x00007ba5 rtn  0x00000034 
- 00028821  0x00007ba6 iforce  0x00000039 
- 00028822  0x00007ba8 ifetch  0x00000002 , 0x00000006 
- 00028823  0x00007ba9 isub  0x00000013 , 0x0000003e 
- 00028824  0x00007baa nbranch  0x0000709a , 0x00000005 
- 00028825  0x00007bab enable  0x00000028 
- 00028826  0x00007bad loop  0x00007096 
- 00028827  0x00007bae ifetcht  0x00000004 , 0x00000006 
- 00028828  0x00007baf copy  0x00000006 , 0x00000011 
- 00028829  0x00007bb0 nbranch  0x000070ad , 0x00000028 
- 00028830  0x00007bb1 arg  0x0000052a , 0x00000006 
- 00028831  0x00007bb2 arg  0x00000007 , 0x00000039 
- 00028832  0x00007bb4 ifetch  0x00000004 , 0x00000006 
- 00028833  0x00007bb5 branch  0x000070a6 , 0x00000034 
- 00028834  0x00007bb6 isub  0x00000002 , 0x0000003e 
- 00028835  0x00007bb7 branch  0x000070ad , 0x00000005 
- 00028836  0x00007bb8 loop  0x000070a0 
- 00028837  0x00007bb9 rtn 
- 00028838  0x00007bbb istoret  0x00000004 , 0x00000005 
- 00028839  0x00007bbc increase  0x00000001 , 0x00000007 
- 00028840  0x00007bbd copy  0x00000011 , 0x00000006 
- 00028841  0x00007bbe call  0x0000705b 
- 00028842  0x00007bbf iadd  0x00000012 , 0x00000012 
- 00028843  0x00007bc0 iadd  0x00000006 , 0x00000006 
- 00028844  0x00007bc1 branch  0x00007090 
- 00028845  0x00007bc3 copy  0x00000011 , 0x00000006 
- 00028846  0x00007bc4 call  0x00007062 
- 00028847  0x00007bc5 iadd  0x00000006 , 0x00000006 
- 00028848  0x00007bc6 branch  0x00007090 
- 00028849  0x00007bcd bpatchx  0x000000d6 , 0x0000403a 
- 00028850  0x00007bce fetch  0x00000002 , 0x00004575 
- 00028851  0x00007bcf iforce  0x00000006 
- 00028852  0x00007bd1 ifetch  0x00000001 , 0x00000006 
- 00028853  0x00007bd2 branch  0x00007fe3 , 0x00000034 
- 00028854  0x00007bd3 lshift  0x0000003f , 0x0000003f 
- 00028855  0x00007bd4 iadd  0x00000006 , 0x00000006 
- 00028856  0x00007bd5 ifetch  0x00000004 , 0x00000006 
- 00028857  0x00007bd6 isub  0x00000002 , 0x0000003e 
- 00028858  0x00007bd7 rtn  0x00000005 
- 00028859  0x00007bd8 deposit  0x00000005 
- 00028860  0x00007bd9 store  0x00000002 , 0x00000abb 
- 00028861  0x00007bda storet  0x00000008 , 0x00000aa2 
- 00028862  0x00007bdb call  0x00007062 
- 00028863  0x00007bdc iadd  0x00000006 , 0x00000006 
- 00028864  0x00007bdd copy  0x00000006 , 0x0000003f 
- 00028865  0x00007bde fetcht  0x00000002 , 0x00000abb 
- 00028866  0x00007bdf copy  0x00000002 , 0x00000005 
- 00028867  0x00007be0 fetcht  0x00000008 , 0x00000aa2 
- 00028868  0x00007be1 copy  0x0000003f , 0x00000006 
- 00028869  0x00007be2 branch  0x000070b4 
- 00028870  0x00007be9 bpatchx  0x000000d7 , 0x0000403a 
- 00028871  0x00007bea fetch  0x00000002 , 0x00004575 
- 00028872  0x00007beb iforce  0x00000006 
- 00028873  0x00007bed ifetch  0x00000001 , 0x00000006 
- 00028874  0x00007bee branch  0x000070e4 , 0x00000034 
- 00028875  0x00007bef iforce  0x00000039 
- 00028876  0x00007bf1 ifetch  0x00000002 , 0x00000006 
- 00028877  0x00007bf2 isub  0x00000013 , 0x0000003e 
- 00028878  0x00007bf3 branch  0x000070d4 , 0x00000005 
- 00028879  0x00007bf4 loop  0x000070cc 
- 00028880  0x00007bf5 increase  0x00000004 , 0x00000006 
- 00028881  0x00007bf6 call  0x00007062 
- 00028882  0x00007bf7 iadd  0x00000006 , 0x00000006 
- 00028883  0x00007bf8 branch  0x000070c9 
- 00028884  0x00007bfa increase  0xffffffff , 0x00000039 
- 00028885  0x00007bfb lshift  0x00000039 , 0x0000003f 
- 00028886  0x00007bfc iadd  0x00000006 , 0x00000006 
- 00028887  0x00007bfd increase  0x00000004 , 0x00000006 
- 00028888  0x00007bfe call  0x00007062 
- 00028889  0x00007bff iadd  0x00000006 , 0x0000000b 
- 00028890  0x00007c01 increase  0x00000001 , 0x00000006 
- 00028891  0x00007c02 ifetch  0x00000002 , 0x00000006 
- 00028892  0x00007c03 isub  0x00000012 , 0x0000003e 
- 00028893  0x00007c07 branch  0x00007fef , 0x00000005 
- 00028894  0x00007c08 call  0x0000705b 
- 00028895  0x00007c09 iadd  0x00000006 , 0x00000006 
- 00028896  0x00007c0a deposit  0x0000000b 
- 00028897  0x00007c0b isub  0x00000006 , 0x0000003e 
- 00028898  0x00007c0c branch  0x000070e4 , 0x00000005 
- 00028899  0x00007c0d branch  0x000070da 
- 00028900  0x00007c0f force  0x00000000 , 0x00000006 
- 00028901  0x00007c10 force  0x00000000 , 0x0000003f 
- 00028902  0x00007c11 rtn 
- 00028903  0x00007c18 bpatchx  0x000000d8 , 0x0000403b 
- 00028904  0x00007c19 fetch  0x00000002 , 0x00004575 
- 00028905  0x00007c1a iforce  0x00000006 
- 00028906  0x00007c1c ifetch  0x00000001 , 0x00000006 
- 00028907  0x00007c1d branch  0x00007100 , 0x00000034 
- 00028908  0x00007c1e lshift  0x0000003f , 0x0000003f 
- 00028909  0x00007c1f iadd  0x00000006 , 0x00000006 
- 00028910  0x00007c20 ifetch  0x00000004 , 0x00000006 
- 00028911  0x00007c21 isub  0x00000002 , 0x0000003e 
- 00028912  0x00007c22 branch  0x000070f4 , 0x00000005 
- 00028913  0x00007c23 call  0x00007062 
- 00028914  0x00007c24 iadd  0x00000006 , 0x00000006 
- 00028915  0x00007c25 branch  0x000070ea 
- 00028916  0x00007c27 call  0x00007062 
- 00028917  0x00007c28 iadd  0x00000006 , 0x0000000b 
- 00028918  0x00007c2a increase  0x00000001 , 0x00000006 
- 00028919  0x00007c2b ifetch  0x00000002 , 0x00000006 
- 00028920  0x00007c2c isub  0x00000012 , 0x0000003e 
- 00028921  0x00007c2d rtn  0x00000005 
- 00028922  0x00007c2e call  0x0000705b 
- 00028923  0x00007c2f iadd  0x00000006 , 0x00000006 
- 00028924  0x00007c30 deposit  0x0000000b 
- 00028925  0x00007c31 isub  0x00000006 , 0x0000003e 
- 00028926  0x00007c32 branch  0x00007100 , 0x00000005 
- 00028927  0x00007c33 branch  0x000070f6 
- 00028928  0x00007c35 force  0x00000000 , 0x00000006 
- 00028929  0x00007c36 rtn 
- 00028930  0x00007c3b arg  0x00000400 , 0x00000012 
- 00028931  0x00007c3c call  0x000070f4 
- 00028932  0x00007c3d arg  0x00000300 , 0x00000012 
- 00028933  0x00007c3e call  0x0000710d 
- 00028934  0x00007c3f nrtn  0x00000028 
- 00028935  0x00007c40 sub  0x00000011 , 0x00000003 , 0x0000003e 
- 00028936  0x00007c41 branch  0x00007fe9 , 0x00000002 
- 00028937  0x00007c42 ifetch  0x00000001 , 0x00000006 
- 00028938  0x00007c43 bne  0x00000008 , 0x00007fe9 
- 00028939  0x00007c44 ifetch  0x00000001 , 0x00000006 
- 00028940  0x00007c45 rtn 
- 00028941  0x00007c4b bpatchx  0x000000d9 , 0x0000403b 
- 00028942  0x00007c4c call  0x00007062 
- 00028943  0x00007c4d copy  0x0000003f , 0x00000011 
- 00028944  0x00007c4f ifetch  0x00000001 , 0x00000006 
- 00028945  0x00007c50 and  0x0000003f , 0x00000007 , 0x00000039 
- 00028946  0x00007c51 rshift3  0x0000003f , 0x0000003f 
- 00028947  0x00007c52 sub  0x0000003f , 0x00000003 , 0x0000003e 
- 00028948  0x00007c53 branch  0x00007129 , 0x00000005 
- 00028949  0x00007c54 copy  0x00000039 , 0x0000003f 
- 00028950  0x00007c55 beq  0x00000005 , 0x00007120 
- 00028951  0x00007c56 beq  0x00000006 , 0x00007123 
- 00028952  0x00007c57 beq  0x00000007 , 0x00007126 
- 00028953  0x00007c58 increase  0xffffffff , 0x00000006 
- 00028954  0x00007c59 call  0x00007062 
- 00028955  0x00007c5a iadd  0x00000006 , 0x00000006 
- 00028956  0x00007c5b copy  0x00000011 , 0x0000003f 
- 00028957  0x00007c5c isub  0x00000002 , 0x00000011 
- 00028958  0x00007c5d branch  0x00007fe9 , 0x00000005 
- 00028959  0x00007c5e branch  0x00007110 
- 00028960  0x00007c61 increase  0xfffffffe , 0x00000011 
- 00028961  0x00007c62 increase  0x00000001 , 0x00000006 
- 00028962  0x00007c63 branch  0x00007110 
- 00028963  0x00007c65 increase  0xfffffffd , 0x00000011 
- 00028964  0x00007c66 increase  0x00000002 , 0x00000006 
- 00028965  0x00007c67 branch  0x00007110 
- 00028966  0x00007c69 increase  0xfffffffb , 0x00000011 
- 00028967  0x00007c6a increase  0x00000004 , 0x00000006 
- 00028968  0x00007c6b branch  0x00007110 
- 00028969  0x00007c6e increase  0xffffffff , 0x00000011 
- 00028970  0x00007c6f copy  0x00000039 , 0x0000003f 
- 00028971  0x00007c70 beq  0x00000001 , 0x00007132 
- 00028972  0x00007c71 beq  0x00000002 , 0x00007130 
- 00028973  0x00007c72 beq  0x00000004 , 0x0000712f 
- 00028974  0x00007c73 branch  0x00007fe9 
- 00028975  0x00007c75 increase  0xfffffff4 , 0x00000011 
- 00028976  0x00007c77 ifetch  0x00000002 , 0x00000006 
- 00028977  0x00007c78 increase  0xfffffffe , 0x00000011 
- 00028978  0x00007c7a ifetch  0x00000002 , 0x00000006 
- 00028979  0x00007c7b isub  0x00000012 , 0x0000003e 
- 00028980  0x00007c7c branch  0x00007fe7 , 0x00000005 
- 00028981  0x00007c7d increase  0xfffffffe , 0x00000011 
- 00028982  0x00007c7e branch  0x00007fe9 , 0x00000005 
- 00028983  0x00007c7f branch  0x00007110 
- 00028984  0x00007cbb call  0x000052d0 
- 00028985  0x00007cbc copy  0x0000003f , 0x00000005 
- 00028986  0x00007cbd setarg  0x00000006 
- 00028987  0x00007cbe istore  0x00000001 , 0x00000005 
- 00028988  0x00007cbf setarg  0x0000006e 
- 00028989  0x00007cc0 istore  0x00000002 , 0x00000005 
- 00028990  0x00007cc1 setarg  0x00000f00 
- 00028991  0x00007cc2 istore  0x00000002 , 0x00000005 
- 00028992  0x00007cc3 setarg  0x001a0535 
- 00028993  0x00007cc4 istore  0x00000003 , 0x00000005 
- 00028994  0x00007cc5 setarg  0x00000111 
- 00028995  0x00007cc6 lshift16  0x0000003f , 0x0000003f 
- 00028996  0x00007cc7 istore  0x00000004 , 0x00000005 
- 00028997  0x00007cc8 setarg  0x00002600 
- 00028998  0x00007cc9 istore  0x00000002 , 0x00000005 
- 00028999  0x00007cca setarg  0x00000335 
- 00029000  0x00007ccb istore  0x00000002 , 0x00000005 
- 00029001  0x00007ccc setarg  0x00000009 
- 00029002  0x00007ccd istore  0x00000002 , 0x00000005 
- 00029003  0x00007cce setarg  0x00000004 
- 00029004  0x00007ccf istore  0x00000002 , 0x00000005 
- 00029005  0x00007cd0 jam  0x00000014 , 0x00000275 
- 00029006  0x00007cd1 rtn 
- 00029007  0x00007cd6 bpatchx  0x000000da , 0x0000403b 
- 00029008  0x00007cd7 jam  0x00000050 , 0x000005e5 
- 00029009  0x00007cd8 arg  0x000005e6 , 0x00000005 
- 00029010  0x00007cd9 arg  0x0000443a , 0x00000006 
- 00029011  0x00007cda call  0x00007ebf 
- 00029012  0x00007cdb arg  0x000045d2 , 0x00000006 
- 00029013  0x00007cdc call  0x00007ebd 
- 00029014  0x00007cdd arg  0x000009be , 0x00000006 
- 00029015  0x00007cde call  0x00007ebd 
- 00029016  0x00007cdf call  0x0000720a 
- 00029017  0x00007ce0 arg  0x0000042f , 0x00000006 
- 00029018  0x00007ce1 call  0x00007205 
- 00029019  0x00007ce2 call  0x000071d0 
- 00029020  0x00007ce4 arg  0x00000af2 , 0x00000005 
- 00029021  0x00007ce5 call  0x00007201 
- 00029022  0x00007ce6 setarg  0x000f4240 
- 00029023  0x00007ce7 copy  0x0000003f , 0x00000011 
- 00029024  0x00007ce8 fetch  0x00000004 , 0x00000af2 
- 00029025  0x00007ce9 idiv  0x00000011 
- 00029026  0x00007cea call  0x00007f86 
- 00029027  0x00007ceb remainder  0x0000003f 
- 00029028  0x00007cec store  0x00000004 , 0x000009ba 
- 00029029  0x00007cee rtn 
- 00029030  0x00007cf1 jam  0x00000041 , 0x000005e5 
- 00029031  0x00007cf2 arg  0x000005e6 , 0x00000005 
- 00029032  0x00007cf3 call  0x000071b5 
- 00029033  0x00007cf4 call  0x000071b0 
- 00029034  0x00007cf5 fetch  0x00000003 , 0x00004454 
- 00029035  0x00007cf6 istore  0x00000003 , 0x00000005 
- 00029036  0x00007cf9 call  0x00007176 
- 00029037  0x00007cfb arg  0x0000042f , 0x00000006 
- 00029038  0x00007cfc call  0x00007ebf 
- 00029039  0x00007cfd arg  0x0000443a , 0x00000006 
- 00029040  0x00007cfe call  0x00007ebf 
- 00029041  0x00007cff call  0x0000720a 
- 00029042  0x00007d00 arg  0x00000b12 , 0x00000006 
- 00029043  0x00007d01 arg  0x00000ac2 , 0x00000005 
- 00029044  0x00007d02 call  0x00007ebf 
- 00029045  0x00007d04 branch  0x000071d0 
- 00029046  0x00007d09 fetch  0x00000004 , 0x000044c7 
- 00029047  0x00007d0a istore  0x00000004 , 0x00000005 
- 00029048  0x00007d0b call  0x00007ecd 
- 00029049  0x00007d0c branch  0x00007eca 
- 00029050  0x00007d0f bpatchx  0x000000db , 0x0000403b 
- 00029051  0x00007d10 jam  0x00000041 , 0x000005e5 
- 00029052  0x00007d11 arg  0x000005e6 , 0x00000005 
- 00029053  0x00007d12 call  0x000071b0 
- 00029054  0x00007d13 call  0x000071b5 
- 00029055  0x00007d14 fetch  0x00000003 , 0x0000444d 
- 00029056  0x00007d15 istore  0x00000003 , 0x00000005 
- 00029057  0x00007d18 call  0x00007176 
- 00029058  0x00007d19 arg  0x0000443a , 0x00000006 
- 00029059  0x00007d1a call  0x00007ebf 
- 00029060  0x00007d1b arg  0x0000042f , 0x00000006 
- 00029061  0x00007d1c call  0x00007ebf 
- 00029062  0x00007d1d call  0x0000720a 
- 00029063  0x00007d1e arg  0x00000b12 , 0x00000006 
- 00029064  0x00007d1f arg  0x00000ac2 , 0x00000005 
- 00029065  0x00007d20 call  0x00007ebf 
- 00029066  0x00007d22 call  0x000071d0 
- 00029067  0x00007d23 arg  0x00000af2 , 0x00000005 
- 00029068  0x00007d24 branch  0x00007201 
- 00029069  0x00007d27 jam  0x00000020 , 0x000005e5 
- 00029070  0x00007d28 arg  0x000009fe , 0x00000006 
- 00029071  0x00007d29 arg  0x000005e6 , 0x00000005 
- 00029072  0x00007d2a call  0x00007ebd 
- 00029073  0x00007d2b call  0x0000720a 
- 00029074  0x00007d2c arg  0x0000099e , 0x00000006 
- 00029075  0x00007d2d call  0x00007205 
- 00029076  0x00007d2e call  0x000071d0 
- 00029077  0x00007d2f arg  0x00000ac2 , 0x00000005 
- 00029078  0x00007d30 call  0x00007497 
- 00029079  0x00007d31 arg  0x00000001 , 0x00000002 
- 00029080  0x00007d32 call  0x0000719f 
- 00029081  0x00007d33 arg  0x00004419 , 0x00000005 
- 00029082  0x00007d34 call  0x00007201 
- 00029083  0x00007d35 arg  0x00000000 , 0x00000002 
- 00029084  0x00007d36 call  0x0000719f 
- 00029085  0x00007d37 arg  0x00000b12 , 0x00000005 
- 00029086  0x00007d39 branch  0x00007497 
- 00029087  0x00007d3d bpatchx  0x000000dc , 0x0000403b 
- 00029088  0x00007d3e jam  0x00000035 , 0x000005e5 
- 00029089  0x00007d3f setarg  0x00000100 
- 00029090  0x00007d40 store  0x00000002 , 0x000005e6 
- 00029091  0x00007d41 call  0x000071b0 
- 00029092  0x00007d42 call  0x000071b5 
- 00029093  0x00007d43 arg  0x0000443a , 0x00000006 
- 00029094  0x00007d44 call  0x00007ebf 
- 00029095  0x00007d45 arg  0x0000042f , 0x00000006 
- 00029096  0x00007d46 call  0x00007ebf 
- 00029097  0x00007d48 setarg  0x00006c65 
- 00029098  0x00007d49 istore  0x00000002 , 0x00000005 
- 00029099  0x00007d4a setarg  0x00006274 
- 00029100  0x00007d4b istore  0x00000002 , 0x00000005 
- 00029101  0x00007d4c istoret  0x00000001 , 0x00000005 
- 00029102  0x00007d4d call  0x0000720a 
- 00029103  0x00007d4e branch  0x000071d0 
- 00029104  0x00007d51 fetch  0x00000006 , 0x000044a0 
- 00029105  0x00007d52 istore  0x00000006 , 0x00000005 
- 00029106  0x00007d53 fetch  0x00000001 , 0x00004495 
- 00029107  0x00007d54 istore  0x00000001 , 0x00000005 
- 00029108  0x00007d55 rtn 
- 00029109  0x00007d58 fetch  0x00000006 , 0x0000044f 
- 00029110  0x00007d59 istore  0x00000006 , 0x00000005 
- 00029111  0x00007d5e fetch  0x00000001 , 0x0000448e 
- 00029112  0x00007d5f istore  0x00000001 , 0x00000005 
- 00029113  0x00007d60 rtn 
- 00029114  0x00007d63 jam  0x00000041 , 0x000005e5 
- 00029115  0x00007d64 fetch  0x00000001 , 0x00004664 
- 00029116  0x00007d65 store  0x00000001 , 0x000005e6 
- 00029117  0x00007d66 arg  0x000045d2 , 0x00000006 
- 00029118  0x00007d67 call  0x00007ebd 
- 00029119  0x00007d68 arg  0x000009be , 0x00000006 
- 00029120  0x00007d69 call  0x00007ebd 
- 00029121  0x00007d6a call  0x0000720a 
- 00029122  0x00007d6b arg  0x0000042f , 0x00000006 
- 00029123  0x00007d6c call  0x00007205 
- 00029124  0x00007d6d branch  0x000071d0 
- 00029125  0x00007d71 jam  0x00000041 , 0x000005e5 
- 00029126  0x00007d72 fetch  0x00000001 , 0x00004664 
- 00029127  0x00007d73 store  0x00000001 , 0x000005e6 
- 00029128  0x00007d74 arg  0x000009be , 0x00000006 
- 00029129  0x00007d75 call  0x00007ebd 
- 00029130  0x00007d76 arg  0x000045d2 , 0x00000006 
- 00029131  0x00007d77 call  0x00007ebd 
- 00029132  0x00007d78 call  0x0000720a 
- 00029133  0x00007d79 arg  0x0000443a , 0x00000006 
- 00029134  0x00007d7a call  0x00007205 
- 00029135  0x00007d7b branch  0x000071d0 
- 00029136  0x00007d7e bpatchx  0x000000dd , 0x0000403b 
- 00029137  0x00007d7f call  0x0000721f 
- 00029138  0x00007d83 fetch  0x00000001 , 0x000005e5 
- 00029139  0x00007d84 copy  0x0000003f , 0x00000002 
- 00029140  0x00007d86 increase  0x0000000f , 0x0000003f 
- 00029141  0x00007d87 rshift4  0x0000003f , 0x0000003f 
- 00029142  0x00007d88 copy  0x0000003f , 0x00000012 
- 00029143  0x00007d89 branch  0x000071e2 , 0x00000034 
- 00029144  0x00007d8a and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029145  0x00007d8b nbranch  0x000071e5 , 0x00000034 
- 00029146  0x00007d8d arg  0x00000ad2 , 0x00000013 
- 00029147  0x00007d8e arg  0x000005e6 , 0x0000003f 
- 00029148  0x00007d8f increase  0xfffffff0 , 0x0000003f 
- 00029149  0x00007d92 iadd  0x00000002 , 0x00000011 
- 00029150  0x00007d93 arg  0x00000b02 , 0x00000005 
- 00029151  0x00007d94 arg  0x00000004 , 0x00000039 
- 00029152  0x00007d95 call  0x00007edd 
- 00029153  0x00007d99 branch  0x000071f0 
- 00029154  0x00007d9c arg  0x00000001 , 0x00000012 
- 00029155  0x00007d9d arg  0x00000000 , 0x00000011 
- 00029156  0x00007d9f branch  0x000071e6 
- 00029157  0x00007da4 and  0x00000002 , 0x0000000f , 0x00000011 
- 00029158  0x00007da6 arg  0x000005e6 , 0x0000003f 
- 00029159  0x00007da7 iadd  0x00000002 , 0x0000003f 
- 00029160  0x00007da8 isub  0x00000011 , 0x00000006 
- 00029161  0x00007daa arg  0x00000af2 , 0x00000005 
- 00029162  0x00007dab call  0x00007245 
- 00029163  0x00007dad arg  0x00000ae2 , 0x00000013 
- 00029164  0x00007dae arg  0x00000af2 , 0x00000011 
- 00029165  0x00007daf arg  0x00000b02 , 0x00000005 
- 00029166  0x00007db0 arg  0x00000004 , 0x00000039 
- 00029167  0x00007db1 call  0x00007edd 
- 00029168  0x00007dbd call  0x00007491 
- 00029169  0x00007dbe call  0x00007428 
- 00029170  0x00007dc1 arg  0x000005e6 , 0x00000006 
- 00029171  0x00007dc4 increase  0xffffffff , 0x00000012 
- 00029172  0x00007dc5 deposit  0x00000012 
- 00029173  0x00007dc6 branch  0x000071f9 , 0x00000034 
- 00029174  0x00007dc7 call  0x00007486 
- 00029175  0x00007dc8 call  0x00007422 
- 00029176  0x00007dc9 branch  0x000071f3 
- 00029177  0x00007dcc arg  0x00000af2 , 0x00000005 
- 00029178  0x00007dcd call  0x00007497 
- 00029179  0x00007dce arg  0x00000b02 , 0x00000006 
- 00029180  0x00007dcf call  0x00007486 
- 00029181  0x00007dd0 call  0x00007428 
- 00029182  0x00007dd1 arg  0x00000af2 , 0x00000006 
- 00029183  0x00007dd2 call  0x00007486 
- 00029184  0x00007dd3 branch  0x00007422 
- 00029185  0x00007dd9 copy  0x00000005 , 0x00000011 
- 00029186  0x00007dda call  0x00007497 
- 00029187  0x00007ddc arg  0x00000010 , 0x00000039 
- 00029188  0x00007ddd branch  0x00007ee5 
- 00029189  0x00007de0 arg  0x00000ac2 , 0x00000005 
- 00029190  0x00007de1 call  0x00007ebf 
- 00029191  0x00007de3 arg  0x00000010 , 0x00000039 
- 00029192  0x00007de4 arg  0x00000ac2 , 0x00000011 
- 00029193  0x00007de5 branch  0x00007ee5 
- 00029194  0x00007de8 fetch  0x00000001 , 0x000005e5 
- 00029195  0x00007de9 copy  0x0000003f , 0x00000039 
- 00029196  0x00007dea arg  0x000005e6 , 0x00000011 
- 00029197  0x00007deb branch  0x00007ee5 
- 00029198  0x00007dee ifetch  0x00000001 , 0x00000011 
- 00029199  0x00007def lshift  0x0000003f , 0x0000003f 
- 00029200  0x00007df0 isolate1  0x00000000 , 0x00000013 
- 00029201  0x00007df1 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00029202  0x00007df2 isolate1  0x00000008 , 0x0000003f 
- 00029203  0x00007df3 setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00029204  0x00007df4 istore  0x00000001 , 0x00000011 
- 00029205  0x00007df5 increase  0xffffffff , 0x00000011 
- 00029206  0x00007df6 loop  0x0000720e 
- 00029207  0x00007df7 rtn 
- 00029208  0x00007dfa arg  0x00000ad2 , 0x00000011 
- 00029209  0x00007dfc increase  0x0000000f , 0x00000011 
- 00029210  0x00007dfd force  0x00000010 , 0x00000039 
- 00029211  0x00007dfe force  0x00000000 , 0x00000013 
- 00029212  0x00007dff branch  0x0000720e 
- 00029213  0x00007e02 arg  0x00000ae2 , 0x00000011 
- 00029214  0x00007e03 branch  0x00007219 
- 00029215  0x00007e07 arg  0x00000ac2 , 0x00000006 
- 00029216  0x00007e08 call  0x00007484 
- 00029217  0x00007e0b force  0x00000008 , 0x00000038 
- 00029218  0x00007e0c call  0x00007492 
- 00029219  0x00007e0d call  0x00007491 
- 00029220  0x00007e0e call  0x0000741f 
- 00029221  0x00007e13 arg  0x00000ad2 , 0x00000005 
- 00029222  0x00007e14 call  0x00007497 
- 00029223  0x00007e16 bpatchx  0x000000de , 0x0000403b 
- 00029224  0x00007e17 fetch  0x00000001 , 0x00000ad2 
- 00029225  0x00007e18 isolate1  0x00000007 , 0x0000003f 
- 00029226  0x00007e19 nbranch  0x00007230 , 0x00000001 
- 00029227  0x00007e1a call  0x00007218 
- 00029228  0x00007e1d arg  0x00000ad2 , 0x00000013 
- 00029229  0x00007e1f arg  0x00000ad2 , 0x00000005 
- 00029230  0x00007e22 call  0x0000723a 
- 00029231  0x00007e23 branch  0x00007231 
- 00029232  0x00007e25 call  0x00007218 
- 00029233  0x00007e28 arg  0x00000ad2 , 0x00000006 
- 00029234  0x00007e29 arg  0x00000ae2 , 0x00000005 
- 00029235  0x00007e2a call  0x00007ebf 
- 00029236  0x00007e2b fetch  0x00000001 , 0x00000ae2 
- 00029237  0x00007e2c isolate1  0x00000007 , 0x0000003f 
- 00029238  0x00007e2d nbranch  0x0000721d , 0x00000001 
- 00029239  0x00007e2e call  0x0000721d 
- 00029240  0x00007e30 arg  0x00000ae2 , 0x00000013 
- 00029241  0x00007e32 arg  0x00000ae2 , 0x00000005 
- 00029242  0x00007e39 arg  0x00000003 , 0x00000039 
- 00029243  0x00007e3b arg  0x00000000 , 0x00000002 
- 00029244  0x00007e3c call  0x00007241 
- 00029245  0x00007e3d increase  0x00000004 , 0x00000013 
- 00029246  0x00007e3e loop  0x0000723b 
- 00029247  0x00007e3f arg  0x00008700 , 0x00000002 
- 00029248  0x00007e40 lshift16  0x00000002 , 0x00000002 
- 00029249  0x00007e42 ifetch  0x00000004 , 0x00000013 
- 00029250  0x00007e43 ixor  0x00000002 , 0x0000003f 
- 00029251  0x00007e44 istore  0x00000004 , 0x00000005 
- 00029252  0x00007e45 rtn 
- 00029253  0x00007e4c bpatchx  0x000000df , 0x0000403b 
- 00029254  0x00007e4d arg  0x00000010 , 0x00000039 
- 00029255  0x00007e4e arg  0x00000000 , 0x0000003f 
- 00029256  0x00007e50 isub  0x00000011 , 0x0000003e 
- 00029257  0x00007e51 branch  0x00007250 , 0x00000005 
- 00029258  0x00007e52 branch  0x00007253 , 0x00000002 
- 00029259  0x00007e53 ifetcht  0x00000001 , 0x00000006 
- 00029260  0x00007e54 istoret  0x00000001 , 0x00000005 
- 00029261  0x00007e56 increase  0x00000001 , 0x0000003f 
- 00029262  0x00007e57 loop  0x00007248 
- 00029263  0x00007e58 rtn 
- 00029264  0x00007e5a arg  0x00000080 , 0x00000002 
- 00029265  0x00007e5c istoret  0x00000001 , 0x00000005 
- 00029266  0x00007e5d branch  0x0000724d 
- 00029267  0x00007e60 arg  0x00000000 , 0x00000002 
- 00029268  0x00007e61 branch  0x00007251 
- 00029269  0x00007e65 call  0x00007268 
- 00029270  0x00007e66 arg  0x00000592 , 0x00000006 
- 00029271  0x00007e67 arg  0x00000582 , 0x00000005 
- 00029272  0x00007e68 branch  0x00007ebf 
- 00029273  0x00007e6c disable  0x00000028 
- 00029274  0x00007e6d call  0x0000735f 
- 00029275  0x00007e6e arg  0x00000562 , 0x00000006 
- 00029276  0x00007e6f arg  0x000005a2 , 0x00000005 
- 00029277  0x00007e70 force  0x0000000f , 0x00000039 
- 00029278  0x00007e71 call  0x00007f01 
- 00029279  0x00007e72 ifetch  0x00000001 , 0x00000006 
- 00029280  0x00007e73 xor_into  0x00000006 , 0x0000003f 
- 00029281  0x00007e74 istore  0x00000001 , 0x00000005 
- 00029282  0x00007e75 setarg  0x000005b2 
- 00029283  0x00007e76 store  0x00000002 , 0x000005d6 
- 00029284  0x00007e77 setarg  0x000005a2 
- 00029285  0x00007e78 store  0x00000002 , 0x000005d4 
- 00029286  0x00007e79 set1  0x00000012 , 0x00000000 
- 00029287  0x00007e7a branch  0x000072a8 
- 00029288  0x00007e7f fetcht  0x00000001 , 0x00004689 
- 00029289  0x00007e80 force  0x00000010 , 0x00000012 
- 00029290  0x00007e81 add  0x00000002 , 0x00000006 , 0x00000013 
- 00029291  0x00007e82 sub  0x00000013 , 0x00000010 , 0x0000003e 
- 00029292  0x00007e83 branch  0x0000726e , 0x00000002 
- 00029293  0x00007e84 force  0x00000010 , 0x00000013 
- 00029294  0x00007e86 arg  0x000005a2 , 0x00000005 
- 00029295  0x00007e88 arg  0x0000468a , 0x00000006 
- 00029296  0x00007e89 copy  0x00000002 , 0x00000039 
- 00029297  0x00007e8a disable  0x00000028 
- 00029298  0x00007e8c ifetch  0x00000001 , 0x00000006 
- 00029299  0x00007e8d istore  0x00000001 , 0x00000005 
- 00029300  0x00007e8e increase  0xffffffff , 0x00000012 
- 00029301  0x00007e8f branch  0x0000727c , 0x00000005 
- 00029302  0x00007e90 loop  0x00007272 
- 00029303  0x00007e91 branch  0x0000726f , 0x00000028 
- 00029304  0x00007e92 enable  0x00000028 
- 00029305  0x00007e93 force  0x00000006 , 0x00000039 
- 00029306  0x00007e94 copy  0x00000011 , 0x00000006 
- 00029307  0x00007e95 branch  0x00007272 
- 00029308  0x00007e97 arg  0x00000562 , 0x00000006 
- 00029309  0x00007e98 arg  0x000005b2 , 0x00000005 
- 00029310  0x00007e99 call  0x00007ebf 
- 00029311  0x00007e9a fetch  0x00000001 , 0x000005c1 
- 00029312  0x00007e9b ixor  0x00000013 , 0x0000003f 
- 00029313  0x00007e9c store  0x00000001 , 0x000005c1 
- 00029314  0x00007e9d setarg  0x000005b2 
- 00029315  0x00007e9e store  0x00000002 , 0x000005d6 
- 00029316  0x00007e9f setarg  0x000005a2 
- 00029317  0x00007ea0 store  0x00000002 , 0x000005d4 
- 00029318  0x00007ea1 set1  0x00000012 , 0x00000000 
- 00029319  0x00007ea2 branch  0x000072a8 
- 00029320  0x00007ea8 disable  0x00000028 
- 00029321  0x00007ea9 call  0x0000735f 
- 00029322  0x00007eaa branch  0x00007292 
- 00029323  0x00007ead arg  0x00000056 , 0x00000011 
- 00029324  0x00007eae enable  0x00000028 
- 00029325  0x00007eaf call  0x0000735f 
- 00029326  0x00007eb0 call  0x00007292 
- 00029327  0x00007eb1 arg  0x00000592 , 0x00000006 
- 00029328  0x00007eb2 arg  0x00000062 , 0x00000005 
- 00029329  0x00007eb3 branch  0x00007ebf 
- 00029330  0x00007eb7 setarg  0x00000562 
- 00029331  0x00007eb8 store  0x00000002 , 0x000005d6 
- 00029332  0x00007eb9 setarg  0x000041be 
- 00029333  0x00007eba store  0x00000002 , 0x000005d4 
- 00029334  0x00007ebb set0  0x00000012 , 0x00000000 
- 00029335  0x00007ebc call  0x000072a8 
- 00029336  0x00007ebd arg  0x00000592 , 0x00000011 
- 00029337  0x00007ebe arg  0x00000562 , 0x00000012 
- 00029338  0x00007ebf arg  0x000005a2 , 0x00000005 
- 00029339  0x00007ec0 call  0x00007352 
- 00029340  0x00007ec1 arg  0x000005a2 , 0x00000011 
- 00029341  0x00007ec2 arg  0x000005b2 , 0x00000012 
- 00029342  0x00007ec3 copy  0x00000012 , 0x00000005 
- 00029343  0x00007ec4 enable  0x00000028 
- 00029344  0x00007ec5 call  0x00007350 
- 00029345  0x00007ec6 call  0x0000736a 
- 00029346  0x00007ec7 setarg  0x000005b2 
- 00029347  0x00007ec8 store  0x00000002 , 0x000005d6 
- 00029348  0x00007ec9 setarg  0x000005a2 
- 00029349  0x00007eca store  0x00000002 , 0x000005d4 
- 00029350  0x00007ecb set1  0x00000012 , 0x00000000 
- 00029351  0x00007ecc branch  0x000072a8 
- 00029352  0x00007ed1 jam  0x00000000 , 0x000005d8 
- 00029353  0x00007ed2 fetch  0x00000002 , 0x000005d4 
- 00029354  0x00007ed3 iforce  0x00000006 
- 00029355  0x00007ed4 arg  0x000005c2 , 0x00000005 
- 00029356  0x00007ed5 call  0x00007ebf 
- 00029357  0x00007ed6 fetch  0x00000002 , 0x000005d6 
- 00029358  0x00007ed7 iforce  0x00000006 
- 00029359  0x00007ed8 arg  0x00000592 , 0x00000005 
- 00029360  0x00007ed9 call  0x00007ebf 
- 00029361  0x00007edc call  0x000072cf 
- 00029362  0x00007edd disable  0x00000028 
- 00029363  0x00007ede bmark0  0x00000012 , 0x000072b9 
- 00029364  0x00007edf fetch  0x00000001 , 0x000005d8 
- 00029365  0x00007ee0 bne  0x00000004 , 0x000072b9 
- 00029366  0x00007ee1 fetch  0x00000002 , 0x000005d6 
- 00029367  0x00007ee2 iforce  0x00000012 
- 00029368  0x00007ee3 call  0x00007301 
- 00029369  0x00007ee5 call  0x00007300 
- 00029370  0x00007ee6 call  0x00007313 
- 00029371  0x00007ee7 fetch  0x00000001 , 0x000005d8 
- 00029372  0x00007ee8 increase  0x00000001 , 0x0000003f 
- 00029373  0x00007ee9 store  0x00000001 , 0x000005d8 
- 00029374  0x00007eeb call  0x000072cf 
- 00029375  0x00007eec enable  0x00000028 
- 00029376  0x00007eed call  0x00007300 
- 00029377  0x00007eee call  0x00007322 
- 00029378  0x00007eef call  0x00007331 
- 00029379  0x00007ef0 call  0x00007322 
- 00029380  0x00007ef1 call  0x00007331 
- 00029381  0x00007ef2 call  0x00007322 
- 00029382  0x00007ef3 call  0x00007331 
- 00029383  0x00007ef4 call  0x00007322 
- 00029384  0x00007ef5 fetch  0x00000001 , 0x000005d8 
- 00029385  0x00007ef6 increase  0x00000001 , 0x0000003f 
- 00029386  0x00007ef7 store  0x00000001 , 0x000005d8 
- 00029387  0x00007ef8 bne  0x00000010 , 0x000072b1 
- 00029388  0x00007ef9 call  0x000072cf 
- 00029389  0x00007efa disable  0x00000028 
- 00029390  0x00007efb branch  0x00007300 
- 00029391  0x00007f00 fetch  0x00000001 , 0x000005d8 
- 00029392  0x00007f01 arg  0x000005c2 , 0x00000006 
- 00029393  0x00007f02 branch  0x000072f6 , 0x00000034 
- 00029394  0x00007f03 iforce  0x00000012 
- 00029395  0x00007f04 force  0x00000011 , 0x00000039 
- 00029396  0x00007f05 copy  0x00000006 , 0x00000005 
- 00029397  0x00007f07 ifetch  0x00000001 , 0x00000006 
- 00029398  0x00007f08 lshift3  0x0000003f , 0x00000002 
- 00029399  0x00007f09 rshift2  0x0000003f , 0x0000003f 
- 00029400  0x00007f0a rshift3  0x0000003f , 0x0000003f 
- 00029401  0x00007f0b ior  0x00000002 , 0x0000003f 
- 00029402  0x00007f0c istore  0x00000001 , 0x00000005 
- 00029403  0x00007f0d loop  0x000072d5 
- 00029404  0x00007f0e setarg  0x000005c2 
- 00029405  0x00007f0f iadd  0x00000012 , 0x00000006 
- 00029406  0x00007f10 force  0x00000010 , 0x00000039 
- 00029407  0x00007f11 arg  0x00000572 , 0x00000005 
- 00029408  0x00007f13 ifetch  0x00000001 , 0x00000006 
- 00029409  0x00007f14 istore  0x00000001 , 0x00000005 
- 00029410  0x00007f15 compare  0x000005d3 , 0x00000006 , 0x000000ff 
- 00029411  0x00007f16 nbranch  0x000072e5 , 0x00000001 
- 00029412  0x00007f17 increase  0xffffffef , 0x00000006 
- 00029413  0x00007f19 loop  0x000072e0 
- 00029414  0x00007f1a force  0x00000000 , 0x00000011 
- 00029415  0x00007f1b add  0x00000012 , 0xffffffff , 0x00000013 
- 00029416  0x00007f1c lshift2  0x00000013 , 0x00000013 
- 00029417  0x00007f1d lshift2  0x00000013 , 0x00000013 
- 00029418  0x00007f1e call  0x000074b9 
- 00029419  0x00007f1f setarg  0x00008400 
- 00029420  0x00007f20 iadd  0x00000013 , 0x00000013 
- 00029421  0x00007f21 arg  0x00000572 , 0x00000005 
- 00029422  0x00007f22 force  0x00000010 , 0x00000039 
- 00029423  0x00007f24 ifetcht  0x00000001 , 0x00000013 
- 00029424  0x00007f25 ifetch  0x00000001 , 0x00000005 
- 00029425  0x00007f26 iadd  0x00000002 , 0x0000003f 
- 00029426  0x00007f27 istore  0x00000001 , 0x00000005 
- 00029427  0x00007f28 increase  0x00000001 , 0x00000013 
- 00029428  0x00007f29 loop  0x000072ef 
- 00029429  0x00007f2a branch  0x000074bd 
- 00029430  0x00007f2d force  0x00000010 , 0x00000039 
- 00029431  0x00007f2e force  0x00000000 , 0x00000002 
- 00029432  0x00007f30 ifetch  0x00000001 , 0x00000006 
- 00029433  0x00007f31 ixor  0x00000002 , 0x00000002 
- 00029434  0x00007f32 loop  0x000072f8 
- 00029435  0x00007f33 deposit  0x00000002 
- 00029436  0x00007f34 istore  0x00000001 , 0x00000006 
- 00029437  0x00007f35 arg  0x000005c2 , 0x00000006 
- 00029438  0x00007f36 arg  0x00000572 , 0x00000005 
- 00029439  0x00007f37 branch  0x00007ebf 
- 00029440  0x00007f3a arg  0x00000572 , 0x00000012 
- 00029441  0x00007f3c force  0x00000010 , 0x00000039 
- 00029442  0x00007f3d arg  0x00000592 , 0x00000011 
- 00029443  0x00007f3e copy  0x00000011 , 0x00000005 
- 00029444  0x00007f40 ifetcht  0x00000001 , 0x00000011 
- 00029445  0x00007f41 ifetch  0x00000001 , 0x00000012 
- 00029446  0x00007f42 ixor  0x00000002 , 0x00000030 
- 00029447  0x00007f43 and  0x00000039 , 0x00000003 , 0x00000013 
- 00029448  0x00007f44 nbranch  0x0000730a , 0x00000028 
- 00029449  0x00007f45 xor_into  0x00000003 , 0x00000013 
- 00029450  0x00007f47 sub  0x00000013 , 0x00000001 , 0x00000013 
- 00029451  0x00007f48 branch  0x0000730d , 0x00000002 
- 00029452  0x00007f49 iadd  0x00000002 , 0x00000030 
- 00029453  0x00007f4b deposit  0x00000030 
- 00029454  0x00007f4c istore  0x00000001 , 0x00000005 
- 00029455  0x00007f4d increase  0x00000001 , 0x00000011 
- 00029456  0x00007f4e increase  0x00000001 , 0x00000012 
- 00029457  0x00007f4f loop  0x00007304 
- 00029458  0x00007f50 rtn 
- 00029459  0x00007f53 call  0x000074b9 
- 00029460  0x00007f54 force  0x00000010 , 0x00000039 
- 00029461  0x00007f55 arg  0x00000592 , 0x00000011 
- 00029462  0x00007f57 ifetch  0x00000001 , 0x00000011 
- 00029463  0x00007f58 arg  0x00008500 , 0x00000006 
- 00029464  0x00007f59 and  0x00000039 , 0x00000003 , 0x00000013 
- 00029465  0x00007f5a sub  0x00000013 , 0x00000001 , 0x0000003e 
- 00029466  0x00007f5b branch  0x0000731c , 0x00000002 
- 00029467  0x00007f5c arg  0x00008600 , 0x00000006 
- 00029468  0x00007f5e iadd  0x00000006 , 0x00000006 
- 00029469  0x00007f5f ifetch  0x00000001 , 0x00000006 
- 00029470  0x00007f60 istore  0x00000001 , 0x00000011 
- 00029471  0x00007f61 increase  0x00000001 , 0x00000011 
- 00029472  0x00007f62 loop  0x00007316 
- 00029473  0x00007f63 branch  0x000074bd 
- 00029474  0x00007f66 force  0x00000008 , 0x00000039 
- 00029475  0x00007f67 arg  0x00000592 , 0x00000006 
- 00029476  0x00007f68 copy  0x00000006 , 0x00000005 
- 00029477  0x00007f6a ifetch  0x00000001 , 0x00000006 
- 00029478  0x00007f6b iforce  0x00000011 
- 00029479  0x00007f6c ifetch  0x00000001 , 0x00000006 
- 00029480  0x00007f6d iforce  0x00000012 
- 00029481  0x00007f6e lshift  0x00000011 , 0x0000003f 
- 00029482  0x00007f6f iadd  0x00000012 , 0x0000003f 
- 00029483  0x00007f70 istore  0x00000001 , 0x00000005 
- 00029484  0x00007f71 deposit  0x00000011 
- 00029485  0x00007f72 iadd  0x00000012 , 0x0000003f 
- 00029486  0x00007f73 istore  0x00000001 , 0x00000005 
- 00029487  0x00007f74 loop  0x00007325 
- 00029488  0x00007f75 rtn 
- 00029489  0x00007f79 setarg  0x008ae42c 
- 00029490  0x00007f7a iforce  0x00000002 
- 00029491  0x00007f7b force  0x00000007 , 0x00000039 
- 00029492  0x00007f7c call  0x00007340 
- 00029493  0x00007f7d setarg  0x000d751b 
- 00029494  0x00007f7e iforce  0x00000002 
- 00029495  0x00007f7f force  0x00000005 , 0x00000039 
- 00029496  0x00007f80 call  0x00007340 
- 00029497  0x00007f81 fetch  0x00000001 , 0x000005a1 
- 00029498  0x00007f82 iforce  0x00000011 
- 00029499  0x00007f83 fetch  0x00000001 , 0x00000595 
- 00029500  0x00007f84 store  0x00000001 , 0x000005a1 
- 00029501  0x00007f85 deposit  0x00000011 
- 00029502  0x00007f86 store  0x00000001 , 0x00000595 
- 00029503  0x00007f87 rtn 
- 00029504  0x00007f8a and  0x00000002 , 0x0000000f , 0x00000012 
- 00029505  0x00007f8c and  0x00000002 , 0x0000000f , 0x0000003f 
- 00029506  0x00007f8d arg  0x00000592 , 0x00000005 
- 00029507  0x00007f8e iadd  0x00000005 , 0x00000005 
- 00029508  0x00007f8f ifetch  0x00000001 , 0x00000005 
- 00029509  0x00007f90 iforce  0x00000013 
- 00029510  0x00007f91 deposit  0x00000011 
- 00029511  0x00007f92 istore  0x00000001 , 0x00000005 
- 00029512  0x00007f93 copy  0x00000013 , 0x00000011 
- 00029513  0x00007f94 rshift4  0x00000002 , 0x00000002 
- 00029514  0x00007f95 loop  0x00007341 
- 00029515  0x00007f96 setarg  0x00000592 
- 00029516  0x00007f97 iadd  0x00000012 , 0x00000005 
- 00029517  0x00007f98 deposit  0x00000011 
- 00029518  0x00007f99 istore  0x00000001 , 0x00000005 
- 00029519  0x00007f9a rtn 
- 00029520  0x00007f9d enable  0x00000028 
- 00029521  0x00007f9e branch  0x00007353 
- 00029522  0x00007fa1 disable  0x00000028 
- 00029523  0x00007fa3 force  0x00000010 , 0x00000039 
- 00029524  0x00007fa5 ifetcht  0x00000001 , 0x00000011 
- 00029525  0x00007fa6 ifetch  0x00000001 , 0x00000012 
- 00029526  0x00007fa7 branch  0x00007359 , 0x00000028 
- 00029527  0x00007fa8 ixor  0x00000002 , 0x0000003f 
- 00029528  0x00007fa9 branch  0x0000735a 
- 00029529  0x00007fab iadd  0x00000002 , 0x0000003f 
- 00029530  0x00007fad istore  0x00000001 , 0x00000005 
- 00029531  0x00007fae increase  0x00000001 , 0x00000011 
- 00029532  0x00007faf increase  0x00000001 , 0x00000012 
- 00029533  0x00007fb0 loop  0x00007354 
- 00029534  0x00007fb1 rtn 
- 00029535  0x00007fb5 arg  0x000005b2 , 0x00000005 
- 00029536  0x00007fb6 ifetch  0x00000006 , 0x00000011 
- 00029537  0x00007fb7 istore  0x00000006 , 0x00000005 
- 00029538  0x00007fb8 branch  0x00007365 , 0x00000028 
- 00029539  0x00007fb9 ifetch  0x00000006 , 0x00000011 
- 00029540  0x00007fba branch  0x00007366 
- 00029541  0x00007fbc ifetch  0x00000006 , 0x00000006 
- 00029542  0x00007fbe istore  0x00000006 , 0x00000005 
- 00029543  0x00007fbf ifetch  0x00000004 , 0x00000011 
- 00029544  0x00007fc0 istore  0x00000004 , 0x00000005 
- 00029545  0x00007fc1 rtn 
- 00029546  0x00007fc4 arg  0x000041be , 0x00000006 
- 00029547  0x00007fc5 arg  0x000005a2 , 0x00000005 
- 00029548  0x00007fc6 arg  0x00000000 , 0x00000002 
- 00029549  0x00007fc7 setarg  0x008395a7 
- 00029550  0x00007fc8 call  0x0000738b 
- 00029551  0x00007fc9 setarg  0x00b3c1df 
- 00029552  0x00007fca call  0x0000738b 
- 00029553  0x00007fcb setarg  0x0000e5e9 
- 00029554  0x00007fcc call  0x0000738c 
- 00029555  0x00007fcd copy  0x00000002 , 0x00000014 
- 00029556  0x00007fce disable  0x00000028 
- 00029557  0x00007fcf call  0x00007379 
- 00029558  0x00007fd0 copy  0x00000014 , 0x00000002 
- 00029559  0x00007fd1 enable  0x00000028 
- 00029560  0x00007fd2 branch  0x00007379 
- 00029561  0x00007fd5 force  0x00000008 , 0x00000039 
- 00029562  0x00007fd7 ifetch  0x00000001 , 0x00000006 
- 00029563  0x00007fd8 compare  0x00000001 , 0x00000039 , 0x00000001 
- 00029564  0x00007fd9 branch  0x00007380 , 0x00000028 
- 00029565  0x00007fda branch  0x00007381 , 0x00000001 
- 00029566  0x00007fdc iadd  0x00000002 , 0x0000003f 
- 00029567  0x00007fdd branch  0x00007382 
- 00029568  0x00007fdf branch  0x0000737e , 0x00000001 
- 00029569  0x00007fe1 ixor  0x00000002 , 0x0000003f 
- 00029570  0x00007fe3 istore  0x00000001 , 0x00000005 
- 00029571  0x00007fe4 rshift8  0x00000002 , 0x00000002 
- 00029572  0x00007fe5 loop  0x0000737a 
- 00029573  0x00007fe6 rtn 
- 00029574  0x00007fe9 fetch  0x00000006 , 0x00000596 
- 00029575  0x00007fea store  0x00000006 , 0x00000056 
- 00029576  0x00007feb ifetch  0x00000006 , 0x00000006 
- 00029577  0x00007fec istore  0x00000006 , 0x00000005 
- 00029578  0x00007fed rtn 
- 00029579  0x00007ff0 lshift8  0x00000002 , 0x00000002 
- 00029580  0x00007ff2 lshift16  0x00000002 , 0x00000002 
- 00029581  0x00007ff3 ior  0x00000002 , 0x00000002 
- 00029582  0x00007ff4 rtn 
- 00029583  0x00007ff9 branch  0x0000738f 
- 00029584  0x00007ffe bpatchx  0x000000e0 , 0x0000403c 
- 00029585  0x00007fff call  0x0000742b 
- 00029586  0x00008000 arg  0x00004419 , 0x00000005 
- 00029587  0x00008001 branch  0x00007497 
- 00029588  0x00008005 arg  0x0000443a , 0x00000005 
- 00029589  0x00008006 branch  0x00007397 , 0x00000029 
- 00029590  0x00008007 arg  0x0000042f , 0x00000005 
- 00029591  0x00008009 copy  0x00000006 , 0x00000011 
- 00029592  0x0000800a call  0x00007ebf 
- 00029593  0x0000800b call  0x00007440 
- 00029594  0x0000800c arg  0x0000442a , 0x00000006 
- 00029595  0x0000800d branch  0x000074b0 
- 00029596  0x00008010 arg  0x0000042f , 0x00000011 
- 00029597  0x00008011 branch  0x0000739f , 0x00000029 
- 00029598  0x00008012 arg  0x0000443a , 0x00000011 
- 00029599  0x00008014 copy  0x00000011 , 0x00000005 
- 00029600  0x00008015 call  0x0000630c 
- 00029601  0x00008016 branch  0x00007440 
- 00029602  0x00008019 arg  0x000044aa , 0x00000006 
- 00029603  0x0000801a call  0x00007486 
- 00029604  0x0000801b arg  0x00004419 , 0x00000006 
- 00029605  0x0000801c call  0x00007487 
- 00029606  0x0000801d force  0x00000038 , 0x00000036 
- 00029607  0x0000801e force  0x00000000 , 0x00000036 
- 00029608  0x0000801f call  0x0000741d 
- 00029609  0x00008020 arg  0x0000047c , 0x00000005 
- 00029610  0x00008021 branch  0x00007497 
- 00029611  0x00008025 force  0x00000049 , 0x0000003f 
- 00029612  0x00008026 branch  0x000073ae 
- 00029613  0x00008028 force  0x00000001 , 0x0000003f 
- 00029614  0x0000802a force  0x00000000 , 0x00000038 
- 00029615  0x0000802b lshift8  0x00000002 , 0x0000002f 
- 00029616  0x0000802c ior  0x0000002f , 0x0000002f 
- 00029617  0x0000802d increase  0x00000001 , 0x00000038 
- 00029618  0x0000802e rshift8  0x00000002 , 0x0000002f 
- 00029619  0x0000802f rshift16  0x0000002f , 0x0000002f 
- 00029620  0x00008030 fetch  0x00000002 , 0x00004411 
- 00029621  0x00008031 lshift16 , 0x0000003f , 0x0000003f 
- 00029622  0x00008032 ior  0x0000002f , 0x0000002f 
- 00029623  0x00008033 increase  0x00000001 , 0x00000038 
- 00029624  0x00008034 ifetch  0x00000004 , 0x00000006 
- 00029625  0x00008035 iforce  0x0000002f 
- 00029626  0x00008036 increase  0x00000001 , 0x00000038 
- 00029627  0x00008037 ifetch  0x00000002 , 0x00000006 
- 00029628  0x00008038 byteswap  0x00000011 , 0x0000002f 
- 00029629  0x00008039 lshift16  0x0000002f , 0x0000002f 
- 00029630  0x0000803a ior  0x0000002f , 0x0000002f 
- 00029631  0x0000803b increase  0x00000001 , 0x00000038 
- 00029632  0x0000803c rtn 
- 00029633  0x00008041 add  0x00000013 , 0x00000001 , 0x00000006 
- 00029634  0x00008042 ifetch  0x00000001 , 0x00000006 
- 00029635  0x00008043 iforce  0x00000011 
- 00029636  0x00008044 call  0x000073ab 
- 00029637  0x00008045 call  0x0000741f 
- 00029638  0x00008047 force  0x00000000 , 0x00000038 
- 00029639  0x00008048 ifetch  0x00000001 , 0x00000013 
- 00029640  0x00008049 and_into  0x00000003 , 0x0000003f 
- 00029641  0x0000804a lshift16  0x0000003f , 0x0000002f 
- 00029642  0x0000804b set1  0x00000008 , 0x0000002f 
- 00029643  0x0000804c call  0x0000748f 
- 00029644  0x0000804d call  0x00007422 
- 00029645  0x0000804f copy  0x00000011 , 0x00000039 
- 00029646  0x00008050 add  0x00000013 , 0x00000002 , 0x00000006 
- 00029647  0x00008051 call  0x0000746e 
- 00029648  0x00008053 call  0x00007478 
- 00029649  0x00008054 call  0x00007422 
- 00029650  0x00008055 deposit  0x00000039 
- 00029651  0x00008056 branch  0x000073d5 , 0x00000034 
- 00029652  0x00008057 branch  0x000073d0 
- 00029653  0x00008059 force  0x0000000c , 0x00000038 
- 00029654  0x0000805a deposit  0x0000002f 
- 00029655  0x0000805b store  0x00000004 , 0x00000417 
- 00029656  0x0000805c rtn 
- 00029657  0x0000805f increase  0x00000001 , 0x00000011 
- 00029658  0x00008060 call  0x000073ad 
- 00029659  0x00008061 copy  0x00000013 , 0x00000006 
- 00029660  0x00008062 call  0x00007482 
- 00029661  0x00008063 call  0x00007425 
- 00029662  0x00008064 call  0x0000749e 
- 00029663  0x00008065 increase  0x00000010 , 0x00000013 
- 00029664  0x00008066 increase  0xfffffff0 , 0x00000012 
- 00029665  0x00008067 branch  0x000073d9 , 0x00000002 
- 00029666  0x00008068 rtn 
- 00029667  0x0000806b bpatchx  0x000000e1 , 0x0000403c 
- 00029668  0x0000806c arg  0x000043dc , 0x00000013 
- 00029669  0x0000806d fetcht  0x00000005 , 0x00004403 
- 00029670  0x0000806e call  0x000073c1 
- 00029671  0x0000806f force  0x00000008 , 0x00000038 
- 00029672  0x00008070 iforce  0x0000002f 
- 00029673  0x00008071 force  0x00000000 , 0x00000011 
- 00029674  0x00008072 call  0x000073ad 
- 00029675  0x00008073 call  0x00007425 
- 00029676  0x00008074 arg  0x000043de , 0x00000013 
- 00029677  0x00008075 fetch  0x00000001 , 0x000043dd 
- 00029678  0x00008076 add  0x0000003f , 0xffffffff , 0x00000012 
- 00029679  0x00008077 iadd  0x00000013 , 0x00000005 
- 00029680  0x00008078 force  0x0000000c , 0x00000038 
- 00029681  0x00008079 deposit  0x0000002f 
- 00029682  0x0000807a istore  0x00000004 , 0x00000005 
- 00029683  0x0000807b call  0x000073d9 
- 00029684  0x0000807c fetch  0x00000001 , 0x000043dd 
- 00029685  0x0000807d increase  0x00000004 , 0x0000003f 
- 00029686  0x0000807e store  0x00000001 , 0x000043dd 
- 00029687  0x0000807f fetcht  0x00000005 , 0x00004403 
- 00029688  0x00008080 increase  0x00000001 , 0x00000002 
- 00029689  0x00008081 storet  0x00000005 , 0x00004403 
- 00029690  0x00008082 rtn 
- 00029691  0x00008085 bpatchx  0x000000e2 , 0x0000403c 
- 00029692  0x00008086 fetch  0x00000001 , 0x000002da 
- 00029693  0x00008087 sub  0x0000003f , 0x00000014 , 0x0000003e 
- 00029694  0x00008088 branch  0x000073ff , 0x00000002 
- 00029695  0x0000808a arg  0x000002db , 0x00000013 
- 00029696  0x0000808b add  0x0000003f , 0xffffffff , 0x00000012 
- 00029697  0x0000808c increase  0xfffffffc , 0x0000003f 
- 00029698  0x0000808d store  0x00000001 , 0x000002da 
- 00029699  0x0000808e iadd  0x00000013 , 0x00000006 
- 00029700  0x0000808f ifetch  0x00000004 , 0x00000006 
- 00029701  0x00008090 force  0x00000008 , 0x00000038 
- 00029702  0x00008091 iforce  0x0000002f 
- 00029703  0x00008092 force  0x00000000 , 0x00000011 
- 00029704  0x00008093 fetcht  0x00000005 , 0x00004408 
- 00029705  0x00008094 call  0x000073ad 
- 00029706  0x00008095 call  0x00007425 
- 00029707  0x00008096 force  0x0000000c , 0x00000038 
- 00029708  0x00008097 deposit  0x0000002f 
- 00029709  0x00008098 store  0x00000004 , 0x0000041b 
- 00029710  0x00008099 call  0x000073d9 
- 00029711  0x0000809a arg  0x000002d9 , 0x00000013 
- 00029712  0x0000809b call  0x000073c1 
- 00029713  0x0000809c fetcht  0x00000004 , 0x0000041b 
- 00029714  0x0000809d isub  0x00000002 , 0x0000003f 
- 00029715  0x0000809e nrtn  0x00000034 
- 00029716  0x0000809f fetch  0x00000004 , 0x0000440d 
- 00029717  0x000080a0 isub  0x00000002 , 0x0000003f 
- 00029718  0x000080a1 rtn  0x00000034 
- 00029719  0x000080a2 storet  0x00000004 , 0x0000440d 
- 00029720  0x000080a3 fetch  0x00000005 , 0x00004408 
- 00029721  0x000080a4 increase  0x00000001 , 0x0000003f 
- 00029722  0x000080a5 store  0x00000005 , 0x00004408 
- 00029723  0x000080a6 force  0x00000000 , 0x0000003f 
- 00029724  0x000080a7 rtn 
- 00029725  0x000080aa nbranch  0x0000741d , 0x00000037 
- 00029726  0x000080ab rtn 
- 00029727  0x000080ae force  0x00000030 , 0x00000036 
- 00029728  0x000080af force  0x00000000 , 0x00000036 
- 00029729  0x000080b0 branch  0x0000741d 
- 00029730  0x000080b3 force  0x00000032 , 0x00000036 
- 00029731  0x000080b4 force  0x00000002 , 0x00000036 
- 00029732  0x000080b5 branch  0x0000741d 
- 00029733  0x000080b8 force  0x00000034 , 0x00000036 
- 00029734  0x000080b9 force  0x00000004 , 0x00000036 
- 00029735  0x000080ba branch  0x0000741d 
- 00029736  0x000080be force  0x00000001 , 0x00000036 
- 00029737  0x000080bf force  0x00000000 , 0x00000036 
- 00029738  0x000080c0 rtn 
- 00029739  0x000080c2 force  0x00000000 , 0x00000038 
- 00029740  0x000080c3 fetch  0x00000004 , 0x0000042f 
- 00029741  0x000080c4 iforce  0x0000002f 
- 00029742  0x000080c5 increase  0x00000001 , 0x00000038 
- 00029743  0x000080c6 ifetch  0x00000004 , 0x00000006 
- 00029744  0x000080c7 iforce  0x0000002f 
- 00029745  0x000080c8 increase  0x00000001 , 0x00000038 
- 00029746  0x000080c9 fetch  0x00000004 , 0x0000443a 
- 00029747  0x000080ca iforce  0x0000002f 
- 00029748  0x000080cb increase  0x00000001 , 0x00000038 
- 00029749  0x000080cc ifetch  0x00000004 , 0x00000006 
- 00029750  0x000080cd iforce  0x0000002f 
- 00029751  0x000080ce increase  0x00000001 , 0x00000038 
- 00029752  0x000080cf call  0x00007492 
- 00029753  0x000080d0 increase  0xfffffffc , 0x00000038 
- 00029754  0x000080d1 fetch  0x00000004 , 0x000044c7 
- 00029755  0x000080d2 copy  0x0000003f , 0x0000002f 
- 00029756  0x000080d3 increase  0x00000004 , 0x00000038 
- 00029757  0x000080d4 force  0x00000038 , 0x00000036 
- 00029758  0x000080d5 force  0x00000008 , 0x00000036 
- 00029759  0x000080d6 branch  0x0000741d 
- 00029760  0x000080da bpatchx  0x000000e3 , 0x0000403c 
- 00029761  0x000080db fetch  0x00000006 , 0x000044a0 
- 00029762  0x000080dc fetcht  0x00000006 , 0x0000044f 
- 00029763  0x000080dd branch  0x00007446 , 0x00000029 
- 00029764  0x000080de fetch  0x00000006 , 0x0000044f 
- 00029765  0x000080df fetcht  0x00000006 , 0x000044a0 
- 00029766  0x000080e1 force  0x00000008 , 0x00000038 
- 00029767  0x000080e2 copy  0x00000002 , 0x0000002f 
- 00029768  0x000080e3 increase  0x00000001 , 0x00000038 
- 00029769  0x000080e4 rshift32  0x00000002 , 0x0000002f 
- 00029770  0x000080e5 lshift16  0x0000003f , 0x0000003f 
- 00029771  0x000080e6 ior  0x0000002f , 0x0000002f 
- 00029772  0x000080e7 increase  0x00000001 , 0x00000038 
- 00029773  0x000080e8 rshift32  0x0000003f , 0x0000002f 
- 00029774  0x000080e9 increase  0x00000001 , 0x00000038 
- 00029775  0x000080ea force  0x00000000 , 0x0000002f 
- 00029776  0x000080eb force  0x00000000 , 0x0000003f 
- 00029777  0x000080ec fetch  0x00000001 , 0x0000448e 
- 00029778  0x000080ed fetcht  0x00000001 , 0x00004485 
- 00029779  0x000080ee nbranch  0x00007456 , 0x00000029 
- 00029780  0x000080f0 fetch  0x00000001 , 0x00004495 
- 00029781  0x000080f1 fetcht  0x00000001 , 0x0000448e 
- 00029782  0x000080f3 store  0x00000001 , 0x0000444a 
- 00029783  0x000080f4 storet  0x00000001 , 0x0000444b 
- 00029784  0x000080f5 force  0x00000000 , 0x00000038 
- 00029785  0x000080f6 arg  0x0000444a , 0x00000012 
- 00029786  0x000080f7 force  0x00000004 , 0x00000039 
- 00029787  0x000080f9 ifetch  0x00000004 , 0x00000011 
- 00029788  0x000080fa ifetcht  0x00000004 , 0x00000012 
- 00029789  0x000080fb ixor  0x00000002 , 0x0000002f 
- 00029790  0x000080fc increase  0x00000001 , 0x00000038 
- 00029791  0x000080fd increase  0x00000004 , 0x00000011 
- 00029792  0x000080fe increase  0x00000004 , 0x00000012 
- 00029793  0x000080ff loop  0x0000745b 
- 00029794  0x00008100 call  0x00007492 
- 00029795  0x00008101 increase  0xfffffffc , 0x00000038 
- 00029796  0x00008102 fetch  0x00000004 , 0x000044c7 
- 00029797  0x00008103 copy  0x0000003f , 0x0000002f 
- 00029798  0x00008104 increase  0x00000004 , 0x00000038 
- 00029799  0x00008105 force  0x00000038 , 0x00000036 
- 00029800  0x00008106 force  0x0000000c , 0x00000036 
- 00029801  0x00008107 call  0x0000741d 
- 00029802  0x00008109 call  0x00007491 
- 00029803  0x0000810a force  0x0000003a , 0x00000036 
- 00029804  0x0000810b force  0x00000008 , 0x00000036 
- 00029805  0x0000810c branch  0x0000741d 
- 00029806  0x0000810f compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029807  0x00008110 rtn  0x00000001 
- 00029808  0x00008111 deposit  0x00000006 
- 00029809  0x00008112 iadd  0x00000039 , 0x00000005 
- 00029810  0x00008113 force  0x00000000 , 0x0000003f 
- 00029811  0x00008115 istore  0x00000001 , 0x00000005 
- 00029812  0x00008116 increase  0x00000001 , 0x00000039 
- 00029813  0x00008117 compare  0x00000000 , 0x00000039 , 0x00000003 
- 00029814  0x00008118 rtn  0x00000001 
- 00029815  0x00008119 branch  0x00007473 
- 00029816  0x0000811c force  0x00000000 , 0x00000038 
- 00029817  0x0000811e deposit  0x00000039 
- 00029818  0x0000811f branch  0x0000747d , 0x00000034 
- 00029819  0x00008120 ifetch  0x00000004 , 0x00000006 
- 00029820  0x00008121 increase  0xfffffffc , 0x00000039 
- 00029821  0x00008123 iforce  0x0000002f 
- 00029822  0x00008124 increase  0x00000001 , 0x00000038 
- 00029823  0x00008125 compare  0x00000004 , 0x00000038 , 0x0000000f 
- 00029824  0x00008126 rtn  0x00000001 
- 00029825  0x00008127 branch  0x00007479 
- 00029826  0x0000812a force  0x00000008 , 0x00000038 
- 00029827  0x0000812b branch  0x00007487 
- 00029828  0x0000812d force  0x00000004 , 0x00000038 
- 00029829  0x0000812e branch  0x00007487 
- 00029830  0x00008130 force  0x00000000 , 0x00000038 
- 00029831  0x00008132 force  0x00000004 , 0x00000039 
- 00029832  0x00008134 ifetch  0x00000004 , 0x00000006 
- 00029833  0x00008135 iforce  0x0000002f 
- 00029834  0x00008136 increase  0x00000001 , 0x00000038 
- 00029835  0x00008137 loop  0x00007488 
- 00029836  0x00008138 rtn 
- 00029837  0x0000813b arg  0x0000047c , 0x00000006 
- 00029838  0x0000813c branch  0x00007484 
- 00029839  0x0000813f force  0x00000004 , 0x00000039 
- 00029840  0x00008140 branch  0x00007494 
- 00029841  0x00008143 force  0x00000000 , 0x00000038 
- 00029842  0x00008145 force  0x00000004 , 0x00000039 
- 00029843  0x00008147 force  0x00000000 , 0x0000002f 
- 00029844  0x00008149 increase  0x00000001 , 0x00000038 
- 00029845  0x0000814a loop  0x00007493 
- 00029846  0x0000814b rtn 
- 00029847  0x0000814e force  0x0000000c , 0x00000038 
- 00029848  0x0000814f force  0x00000004 , 0x00000039 
- 00029849  0x00008151 deposit  0x0000002f 
- 00029850  0x00008152 istore  0x00000004 , 0x00000005 
- 00029851  0x00008153 increase  0x00000001 , 0x00000038 
- 00029852  0x00008154 loop  0x00007499 
- 00029853  0x00008155 rtn 
- 00029854  0x00008158 force  0x0000000c , 0x00000038 
- 00029855  0x00008159 copy  0x00000013 , 0x00000005 
- 00029856  0x0000815a add  0x00000012 , 0x00000001 , 0x00000039 
- 00029857  0x0000815b sub  0x00000039 , 0x0000000f , 0x0000003e 
- 00029858  0x0000815c branch  0x000074a4 , 0x00000002 
- 00029859  0x0000815d force  0x00000010 , 0x00000039 
- 00029860  0x0000815f deposit  0x0000002f 
- 00029861  0x00008160 sub  0x00000039 , 0x00000003 , 0x0000003e 
- 00029862  0x00008161 branch  0x000074ac , 0x00000002 
- 00029863  0x00008162 istore  0x00000004 , 0x00000005 
- 00029864  0x00008163 increase  0xfffffffc , 0x00000039 
- 00029865  0x00008164 rtn  0x00000005 
- 00029866  0x00008165 increase  0x00000001 , 0x00000038 
- 00029867  0x00008166 branch  0x000074a4 
- 00029868  0x00008168 istore  0x00000001 , 0x00000005 
- 00029869  0x00008169 rshift8  0x0000003f , 0x0000003f 
- 00029870  0x0000816a loop  0x000074ac 
- 00029871  0x0000816b rtn 
- 00029872  0x0000816f force  0x0000000c , 0x00000038 
- 00029873  0x00008170 force  0x00000004 , 0x00000039 
- 00029874  0x00008172 ifetch  0x00000004 , 0x00000006 
- 00029875  0x00008173 isub  0x0000002f , 0x0000003e 
- 00029876  0x00008174 nrtn  0x00000005 
- 00029877  0x00008175 increase  0x00000001 , 0x00000038 
- 00029878  0x00008176 loop  0x000074b2 
- 00029879  0x00008177 force  0x00000000 , 0x0000003e 
- 00029880  0x00008178 rtn 
- 00029881  0x0000817b hfetch  0x00000001 , 0x00008050 
- 00029882  0x0000817c set0  0x00000000 , 0x0000003f 
- 00029883  0x0000817d hstore  0x00000001 , 0x00008050 
- 00029884  0x0000817e rtn 
- 00029885  0x00008181 hfetch  0x00000001 , 0x00008050 
- 00029886  0x00008182 set1  0x00000000 , 0x0000003f 
- 00029887  0x00008183 hstore  0x00000001 , 0x00008050 
- 00029888  0x00008184 rtn 
- 00029889  0x00008187 arg  0x00000886 , 0x00000005 
- 00029890  0x00008188 setsect  0x00000000 , 0x0003ffff 
- 00029891  0x00008189 setsect  0x00000001 , 0x0003ffff 
- 00029892  0x0000818a setsect  0x00000002 , 0x0003ffff 
- 00029893  0x0000818b setsect  0x00000003 , 0x0003fbff 
- 00029894  0x0000818c istore  0x00000009 , 0x00000005 
- 00029895  0x0000818d setsect  0x00000000 , 0x0003ffff 
- 00029896  0x0000818e setsect  0x00000001 , 0x0003ffff 
- 00029897  0x0000818f setsect  0x00000002 , 0x0003ffff 
- 00029898  0x00008190 setsect  0x00000003 , 0x0003ffff 
- 00029899  0x00008191 istore  0x00000009 , 0x00000005 
- 00029900  0x00008192 setsect  0x00000000 , 0x0003ffff 
- 00029901  0x00008193 setsect  0x00000001 , 0x0003ffff 
- 00029902  0x00008194 setsect  0x00000002 , 0x0003cfff 
- 00029903  0x00008195 setsect  0x00000003 , 0x0003ffff 
- 00029904  0x00008196 istore  0x00000009 , 0x00000005 
- 00029905  0x00008197 setsect  0x00000000 , 0x0003ffff 
- 00029906  0x00008198 setsect  0x00000001 , 0x0003ffff 
- 00029907  0x00008199 setsect  0x00000002 , 0x0003ffef 
- 00029908  0x0000819a setsect  0x00000003 , 0x0003ffff 
- 00029909  0x0000819b istore  0x00000009 , 0x00000005 
- 00029910  0x0000819c setsect  0x00000000 , 0x0003ffff 
- 00029911  0x0000819d setsect  0x00000001 , 0x0003ffff 
- 00029912  0x0000819e setsect  0x00000002 , 0x0003ffff 
- 00029913  0x0000819f setsect  0x00000003 , 0x0003ffff 
- 00029914  0x000081a0 istore  0x00000009 , 0x00000005 
- 00029915  0x000081a1 setsect  0x00000000 , 0x0003ffff 
- 00029916  0x000081a2 setsect  0x00000001 , 0x00026c7f 
- 00029917  0x000081a3 setsect  0x00000002 , 0x0000146b 
- 00029918  0x000081a4 setsect  0x00000003 , 0x00037bb3 
- 00029919  0x000081a5 istore  0x00000009 , 0x00000005 
- 00029920  0x000081a6 setsect  0x00000000 , 0x0001feb8 
- 00029921  0x000081a7 setsect  0x00000001 , 0x00010c12 
- 00029922  0x000081a8 setsect  0x00000002 , 0x0002b722 
- 00029923  0x000081a9 setsect  0x00000003 , 0x00029fa6 
- 00029924  0x000081aa istore  0x00000009 , 0x00000005 
- 00029925  0x000081ab setsect  0x00000000 , 0x0000e70f 
- 00029926  0x000081ac setsect  0x00000001 , 0x00016720 
- 00029927  0x000081ad setsect  0x00000002 , 0x0000519e 
- 00029928  0x000081ae setsect  0x00000003 , 0x00019084 
- 00029929  0x000081af istore  0x00000009 , 0x00000005 
- 00029930  0x000081b0 setsect  0x00000000 , 0x00031012 
- 00029931  0x000081b1 setsect  0x00000001 , 0x000360bf 
- 00029932  0x000081b2 setsect  0x00000002 , 0x0003f0af 
- 00029933  0x000081b3 setsect  0x00000003 , 0x000003d3 
- 00029934  0x000081b4 istore  0x00000009 , 0x00000005 
- 00029935  0x000081b5 setsect  0x00000000 , 0x0003a188 
- 00029936  0x000081b6 setsect  0x00000001 , 0x00003ad0 
- 00029937  0x000081b7 setsect  0x00000002 , 0x0003cbf2 
- 00029938  0x000081b8 setsect  0x00000003 , 0x000243d9 
- 00029939  0x000081b9 istore  0x00000009 , 0x00000005 
- 00029940  0x000081ba setsect  0x00000000 , 0x0002b030 
- 00029941  0x000081bb setsect  0x00000001 , 0x00036a03 
- 00029942  0x000081bc setsect  0x00000002 , 0x00011188 
- 00029943  0x000081bd setsect  0x00000003 , 0x0001e520 
- 00029944  0x000081be istore  0x00000009 , 0x00000005 
- 00029945  0x000081bf setsect  0x00000000 , 0x0003a11e 
- 00029946  0x000081c0 setsect  0x00000001 , 0x0000fe5d 
- 00029947  0x000081c1 setsect  0x00000002 , 0x0000dd57 
- 00029948  0x000081c2 setsect  0x00000003 , 0x0001ac93 
- 00029949  0x000081c3 istore  0x00000009 , 0x00000005 
- 00029950  0x000081c4 setsect  0x00000000 , 0x000011ed 
- 00029951  0x000081c5 setsect  0x00000001 , 0x000218c4 
- 00029952  0x000081c6 setsect  0x00000002 , 0x00008da7 
- 00029953  0x000081c7 setsect  0x00000003 , 0x000257ff 
- 00029954  0x000081c8 istore  0x00000009 , 0x00000005 
- 00029955  0x000081c9 setsect  0x00000000 , 0x0003192b 
- 00029956  0x000081ca setsect  0x00000001 , 0x00034641 
- 00029957  0x000081cb setsect  0x00000002 , 0x0001be0c 
- 00029958  0x000081cc setsect  0x00000003 , 0x000366ad 
- 00029959  0x000081cd istore  0x00000009 , 0x00000005 
- 00029960  0x000081ce setsect  0x00000000 , 0x00001f83 
- 00029961  0x000081cf setsect  0x00000001 , 0x00015a23 
- 00029962  0x000081d0 setsect  0x00000002 , 0x0003f9b0 
- 00029963  0x000081d1 setsect  0x00000003 , 0x00003949 
- 00029964  0x000081d2 istore  0x00000009 , 0x00000005 
- 00029965  0x000081d3 setsect  0x00000000 , 0x00013a51 
- 00029966  0x000081d4 setsect  0x00000001 , 0x000153fd 
- 00029967  0x000081d5 setsect  0x00000002 , 0x0003372a 
- 00029968  0x000081d6 setsect  0x00000003 , 0x0000f1bb 
- 00029969  0x000081d7 istore  0x00000009 , 0x00000005 
- 00029970  0x000081d8 setsect  0x00000000 , 0x0003ae85 
- 00029971  0x000081d9 setsect  0x00000001 , 0x0001eed9 
- 00029972  0x000081da setsect  0x00000002 , 0x00009e66 
- 00029973  0x000081db setsect  0x00000003 , 0x000001a8 
- 00029974  0x000081dc istore  0x00000008 , 0x00000005 
- 00029975  0x000081dd rtn 
- 00029976  0x000081e2 arg  0x0000091e , 0x00000005 
- 00029977  0x000081e3 setsect  0x00000000 , 0x0003ffff 
- 00029978  0x000081e4 setsect  0x00000001 , 0x0003ffff 
- 00029979  0x000081e5 setsect  0x00000002 , 0x0003ffff 
- 00029980  0x000081e6 setsect  0x00000003 , 0x0003ffff 
- 00029981  0x000081e7 istore  0x00000009 , 0x00000005 
- 00029982  0x000081e8 setsect  0x00000000 , 0x0003ffff 
- 00029983  0x000081e9 setsect  0x00000001 , 0x0000003f 
- 00029984  0x000081ea setsect  0x00000002 , 0x00000000 
- 00029985  0x000081eb setsect  0x00000003 , 0x00000000 
- 00029986  0x000081ec istore  0x00000009 , 0x00000005 
- 00029987  0x000081ed setsect  0x00000000 , 0x00000000 
- 00029988  0x000081ee setsect  0x00000001 , 0x00000000 
- 00029989  0x000081ef setsect  0x00000002 , 0x00001000 
- 00029990  0x000081f0 setsect  0x00000003 , 0x00000000 
- 00029991  0x000081f1 istore  0x00000009 , 0x00000005 
- 00029992  0x000081f2 setsect  0x00000000 , 0x0003ff00 
- 00029993  0x000081f3 setsect  0x00000001 , 0x0003ffff 
- 00029994  0x000081f4 setsect  0x00000002 , 0x0003ffcf 
- 00029995  0x000081f5 setsect  0x00000003 , 0x0003ffff 
- 00029996  0x000081f6 istore  0x00000009 , 0x00000005 
- 00029997  0x000081f7 setsect  0x00000000 , 0x0003ffff 
- 00029998  0x000081f8 setsect  0x00000001 , 0x0003ffff 
- 00029999  0x000081f9 setsect  0x00000002 , 0x0003ffff 
- 00030000  0x000081fa setsect  0x00000003 , 0x000003ff 
- 00030001  0x000081fb istore  0x00000009 , 0x00000005 
- 00030002  0x000081fc setsect  0x00000000 , 0x00000000 
- 00030003  0x000081fd setsect  0x00000001 , 0x00000000 
- 00030004  0x000081fe setsect  0x00000002 , 0x00000000 
- 00030005  0x000081ff setsect  0x00000003 , 0x00000000 
- 00030006  0x00008200 istore  0x00000009 , 0x00000005 
- 00030007  0x00008201 setsect  0x00000000 , 0x00010000 
- 00030008  0x00008202 setsect  0x00000001 , 0x00000000 
- 00030009  0x00008203 setsect  0x00000002 , 0x0003f000 
- 00030010  0x00008204 setsect  0x00000003 , 0x0003ffff 
- 00030011  0x00008205 istore  0x00000009 , 0x00000005 
- 00030012  0x00008206 setsect  0x00000000 , 0x000296ff 
- 00030013  0x00008207 setsect  0x00000001 , 0x00022630 
- 00030014  0x00008208 setsect  0x00000002 , 0x0003945d 
- 00030015  0x00008209 setsect  0x00000003 , 0x0003d284 
- 00030016  0x0000820a istore  0x00000009 , 0x00000005 
- 00030017  0x0000820b setsect  0x00000000 , 0x000333a0 
- 00030018  0x0000820c setsect  0x00000001 , 0x00004b7a 
- 00030019  0x0000820d setsect  0x00000002 , 0x000037d8 
- 00030020  0x0000820e setsect  0x00000003 , 0x0003c9dc 
- 00030021  0x0000820f istore  0x00000009 , 0x00000005 
- 00030022  0x00008210 setsect  0x00000000 , 0x0003a440 
- 00030023  0x00008211 setsect  0x00000001 , 0x0001b958 
- 00030024  0x00008212 setsect  0x00000002 , 0x00038bce 
- 00030025  0x00008213 setsect  0x00000003 , 0x0001091f 
- 00030026  0x00008214 istore  0x00000009 , 0x00000005 
- 00030027  0x00008215 setsect  0x00000000 , 0x0002e12c 
- 00030028  0x00008216 setsect  0x00000001 , 0x0001f47c 
- 00030029  0x00008217 setsect  0x00000002 , 0x000356b1 
- 00030030  0x00008218 setsect  0x00000003 , 0x0002fd47 
- 00030031  0x00008219 istore  0x00000009 , 0x00000005 
- 00030032  0x0000821a setsect  0x00000000 , 0x00006837 
- 00030033  0x0000821b setsect  0x00000001 , 0x0002ed90 
- 00030034  0x0000821c setsect  0x00000002 , 0x0001ecec 
- 00030035  0x0000821d setsect  0x00000003 , 0x0001acc5 
- 00030036  0x0000821e istore  0x00000009 , 0x00000005 
- 00030037  0x0000821f setsect  0x00000000 , 0x00023357 
- 00030038  0x00008220 setsect  0x00000001 , 0x00018af3 
- 00030039  0x00008221 setsect  0x00000002 , 0x0000f9e1 
- 00030040  0x00008222 setsect  0x00000003 , 0x000129f0 
- 00030041  0x00008223 istore  0x00000009 , 0x00000005 
- 00030042  0x00008224 setsect  0x00000000 , 0x0002e7eb 
- 00030043  0x00008225 setsect  0x00000001 , 0x0003e6e3 
- 00030044  0x00008226 setsect  0x00000002 , 0x0003e1a7 
- 00030045  0x00008227 setsect  0x00000003 , 0x00010b8b 
- 00030046  0x00008228 istore  0x00000009 , 0x00000005 
- 00030047  0x00008229 setsect  0x00000000 , 0x00024fe3 
- 00030048  0x0000822a setsect  0x00000001 , 0x000020ef 
- 00030049  0x0000822b setsect  0x00000002 , 0x0001b5a6 
- 00030050  0x0000822c setsect  0x00000003 , 0x0000dc2f 
- 00030051  0x0000822d istore  0x00000009 , 0x00000005 
- 00030052  0x0000822e setsect  0x00000000 , 0x00013860 
- 00030053  0x0000822f setsect  0x00000001 , 0x0002bd69 
- 00030054  0x00008230 setsect  0x00000002 , 0x0000391a 
- 00030055  0x00008231 setsect  0x00000003 , 0x0001b222 
- 00030056  0x00008232 istore  0x00000009 , 0x00000005 
- 00030057  0x00008233 rtn 
- 00030058  0x00008237 fetch  0x00000001 , 0x0000465a 
- 00030059  0x00008238 nbranch  0x0000757d , 0x00000034 
- 00030060  0x00008239 branch  0x00007a77 
- 00030061  0x0000823c bpatchx  0x000000e4 , 0x0000403c 
- 00030062  0x0000823d fetch  0x00000001 , 0x0000465a 
- 00030063  0x0000823e rtn  0x00000034 
- 00030064  0x0000823f fetch  0x00000001 , 0x000045b1 
- 00030065  0x00008240 rtnne  0x00000001 
- 00030066  0x00008241 fetch  0x00000001 , 0x000044be 
- 00030067  0x00008242 rtn  0x00000034 
- 00030068  0x00008243 fetch  0x00000001 , 0x000044c3 
- 00030069  0x00008244 rtneq  0x00000003 
- 00030070  0x00008245 fetch  0x00000002 , 0x00004682 
- 00030071  0x00008246 bbit1  0x00000000 , 0x0000757b 
- 00030072  0x00008247 fetch  0x00000001 , 0x000044c0 
- 00030073  0x00008248 beq  0x00000000 , 0x00007a77 
- 00030074  0x00008249 rtn 
- 00030075  0x0000824b jam  0x00000000 , 0x000044c0 
- 00030076  0x0000824c rtn 
- 00030077  0x00008250 bpatchx  0x000000e5 , 0x0000403c 
- 00030078  0x00008251 fetch  0x00000001 , 0x0000465a 
- 00030079  0x00008252 branch  0x0000612b , 0x00000034 
- 00030080  0x00008253 call  0x00006124 
- 00030081  0x00008254 call  0x00007583 
- 00030082  0x00008255 branch  0x0000766d 
- 00030083  0x00008258 setarg  0x00000000 
- 00030084  0x00008259 store  0x00000008 , 0x000009ae 
- 00030085  0x0000825a store  0x00000004 , 0x000009b6 
- 00030086  0x0000825b store  0x00000007 , 0x0000465e 
- 00030087  0x0000825c rtn 
- 00030088  0x0000825f jam  0x00000001 , 0x000009b0 
- 00030089  0x00008260 branch  0x0000758d 
- 00030090  0x00008262 fetch  0x00000001 , 0x000045b1 
- 00030091  0x00008263 beq  0x00000001 , 0x0000768a 
- 00030092  0x00008264 branch  0x00002a8c 
- 00030093  0x00008266 fetch  0x00000001 , 0x000045b1 
- 00030094  0x00008267 beq  0x00000001 , 0x00007590 
- 00030095  0x00008268 branch  0x0000766d 
- 00030096  0x0000826b call  0x0000768a 
- 00030097  0x0000826c fetch  0x00000001 , 0x000009af 
- 00030098  0x0000826d nrtn  0x00000034 
- 00030099  0x0000826e jam  0x00000003 , 0x000009ae 
- 00030100  0x0000826f rtn 
- 00030101  0x00008273 call  0x000075b0 
- 00030102  0x00008274 arg  0x000009de , 0x00000011 
- 00030103  0x00008275 arg  0x00000866 , 0x00000005 
- 00030104  0x00008276 call  0x00007c79 
- 00030105  0x00008277 arg  0x000009be , 0x00000011 
- 00030106  0x00008278 arg  0x00000826 , 0x00000005 
- 00030107  0x00008279 call  0x00007c79 
- 00030108  0x0000827a arg  0x00000826 , 0x00000011 
- 00030109  0x0000827b arg  0x000009be , 0x00000012 
- 00030110  0x0000827c arg  0x00000826 , 0x00000005 
- 00030111  0x0000827d call  0x00007be1 
- 00030112  0x0000827e arg  0x0000093e , 0x00000011 
- 00030113  0x0000827f arg  0x000009be , 0x00000012 
- 00030114  0x00008280 arg  0x00000846 , 0x00000005 
- 00030115  0x00008281 call  0x00007be1 
- 00030116  0x00008282 arg  0x00000846 , 0x00000011 
- 00030117  0x00008283 arg  0x00000826 , 0x00000012 
- 00030118  0x00008284 arg  0x00000826 , 0x00000005 
- 00030119  0x00008285 call  0x00007c7d 
- 00030120  0x00008286 arg  0x00000806 , 0x00000011 
- 00030121  0x00008287 arg  0x00000826 , 0x00000012 
- 00030122  0x00008288 arg  0x00000806 , 0x00000005 
- 00030123  0x00008289 call  0x00007c7d 
- 00030124  0x0000828a arg  0x00000020 , 0x00000039 
- 00030125  0x0000828b arg  0x00000866 , 0x00000011 
- 00030126  0x0000828c arg  0x00000806 , 0x00000012 
- 00030127  0x0000828d branch  0x00007f88 
- 00030128  0x00008290 arg  0x0000097e , 0x00000011 
- 00030129  0x00008291 arg  0x00000806 , 0x00000005 
- 00030130  0x00008292 call  0x00007c79 
- 00030131  0x00008293 arg  0x0000095e , 0x00000011 
- 00030132  0x00008294 arg  0x00000826 , 0x00000005 
- 00030133  0x00008295 call  0x00007c79 
- 00030134  0x00008296 arg  0x00000826 , 0x00000011 
- 00030135  0x00008297 arg  0x0000095e , 0x00000012 
- 00030136  0x00008298 arg  0x00000826 , 0x00000005 
- 00030137  0x00008299 call  0x00007be1 
- 00030138  0x0000829a arg  0x0000093e , 0x00000011 
- 00030139  0x0000829b arg  0x0000095e , 0x00000012 
- 00030140  0x0000829c arg  0x00000846 , 0x00000005 
- 00030141  0x0000829d call  0x00007be1 
- 00030142  0x0000829e arg  0x00000846 , 0x00000011 
- 00030143  0x0000829f arg  0x00000826 , 0x00000012 
- 00030144  0x000082a0 arg  0x00000826 , 0x00000005 
- 00030145  0x000082a1 call  0x00007c7d 
- 00030146  0x000082a2 arg  0x00000806 , 0x00000011 
- 00030147  0x000082a3 arg  0x00000826 , 0x00000012 
- 00030148  0x000082a4 arg  0x00000806 , 0x00000005 
- 00030149  0x000082a5 branch  0x00007c96 
- 00030150  0x000082a8 call  0x000075e1 
- 00030151  0x000082a9 arg  0x000009e6 , 0x00000011 
- 00030152  0x000082aa arg  0x00000866 , 0x00000005 
- 00030153  0x000082ab call  0x000077a8 
- 00030154  0x000082ac arg  0x000009c6 , 0x00000011 
- 00030155  0x000082ad arg  0x00000826 , 0x00000005 
- 00030156  0x000082ae call  0x000077a8 
- 00030157  0x000082af arg  0x00000826 , 0x00000011 
- 00030158  0x000082b0 arg  0x000009c6 , 0x00000012 
- 00030159  0x000082b1 arg  0x00000826 , 0x00000005 
- 00030160  0x000082b2 call  0x00007786 
- 00030161  0x000082b3 arg  0x0000089e , 0x00000011 
- 00030162  0x000082b4 arg  0x000009c6 , 0x00000012 
- 00030163  0x000082b5 arg  0x00000846 , 0x00000005 
- 00030164  0x000082b6 call  0x00007786 
- 00030165  0x000082b7 arg  0x00000846 , 0x00000011 
- 00030166  0x000082b8 arg  0x00000826 , 0x00000012 
- 00030167  0x000082b9 arg  0x00000826 , 0x00000005 
- 00030168  0x000082ba call  0x00007755 
- 00030169  0x000082bb arg  0x00000806 , 0x00000011 
- 00030170  0x000082bc arg  0x00000826 , 0x00000012 
- 00030171  0x000082bd arg  0x00000806 , 0x00000005 
- 00030172  0x000082be call  0x00007755 
- 00030173  0x000082bf arg  0x00000018 , 0x00000039 
- 00030174  0x000082c0 arg  0x00000866 , 0x00000011 
- 00030175  0x000082c1 arg  0x00000806 , 0x00000012 
- 00030176  0x000082c2 branch  0x00007f88 
- 00030177  0x000082c5 arg  0x000008e6 , 0x00000011 
- 00030178  0x000082c6 arg  0x00000806 , 0x00000005 
- 00030179  0x000082c7 call  0x000077a8 
- 00030180  0x000082c8 arg  0x000008ce , 0x00000011 
- 00030181  0x000082c9 arg  0x00000826 , 0x00000005 
- 00030182  0x000082ca call  0x000077a8 
- 00030183  0x000082cb arg  0x00000826 , 0x00000011 
- 00030184  0x000082cc arg  0x000008ce , 0x00000012 
- 00030185  0x000082cd arg  0x00000826 , 0x00000005 
- 00030186  0x000082ce call  0x00007786 
- 00030187  0x000082cf arg  0x0000089e , 0x00000011 
- 00030188  0x000082d0 arg  0x000008ce , 0x00000012 
- 00030189  0x000082d1 arg  0x00000846 , 0x00000005 
- 00030190  0x000082d2 call  0x00007786 
- 00030191  0x000082d3 arg  0x00000846 , 0x00000011 
- 00030192  0x000082d4 arg  0x00000826 , 0x00000012 
- 00030193  0x000082d5 arg  0x00000826 , 0x00000005 
- 00030194  0x000082d6 call  0x00007755 
- 00030195  0x000082d7 arg  0x00000806 , 0x00000011 
- 00030196  0x000082d8 arg  0x00000826 , 0x00000012 
- 00030197  0x000082d9 arg  0x00000806 , 0x00000005 
- 00030198  0x000082da branch  0x00007758 
- 00030199  0x000082de fetch  0x00000001 , 0x000009b2 
- 00030200  0x000082df bne  0x00000000 , 0x00007615 
- 00030201  0x000082e0 call  0x00007612 
- 00030202  0x000082e1 arg  0x00000a7e , 0x00000005 
- 00030203  0x000082e2 setarg  0x00000a2e 
- 00030204  0x000082e3 istore  0x00000002 , 0x00000005 
- 00030205  0x000082e4 setarg  0x00004642 
- 00030206  0x000082e5 istore  0x00000002 , 0x00000005 
- 00030207  0x000082e6 setarg  0x000009de 
- 00030208  0x000082e7 istore  0x00000002 , 0x00000005 
- 00030209  0x000082e8 branch  0x00007609 
- 00030210  0x000082ea arg  0x00000a7e , 0x00000005 
- 00030211  0x000082eb setarg  0x00000a3e 
- 00030212  0x000082ec istore  0x00000002 , 0x00000005 
- 00030213  0x000082ed setarg  0x000009de 
- 00030214  0x000082ee istore  0x00000002 , 0x00000005 
- 00030215  0x000082ef setarg  0x00004642 
- 00030216  0x000082f0 istore  0x00000002 , 0x00000005 
- 00030217  0x000082f2 call  0x000079a0 
- 00030218  0x000082f3 fetch  0x00000001 , 0x000009af 
- 00030219  0x000082f4 beq  0x00000004 , 0x0000760f 
- 00030220  0x000082f5 jam  0x00000001 , 0x000009b0 
- 00030221  0x000082f6 jam  0x00000005 , 0x000009ae 
- 00030222  0x000082f7 rtn 
- 00030223  0x000082f9 jam  0x00000014 , 0x000009af 
- 00030224  0x000082fa call  0x0000758a 
- 00030225  0x000082fb branch  0x000076d8 
- 00030226  0x000082fe arg  0x00000a1e , 0x00000005 
- 00030227  0x000082ff force  0x00000008 , 0x00000007 
- 00030228  0x00008300 branch  0x000076a2 
- 00030229  0x00008303 jam  0x00000001 , 0x000009b0 
- 00030230  0x00008304 rtn 
- 00030231  0x00008308 bpatchx  0x000000e6 , 0x0000403c 
- 00030232  0x00008309 arg  0x00000727 , 0x00000005 
- 00030233  0x0000830a fetch  0x00000006 , 0x000040a0 
- 00030234  0x0000830b istore  0x00000006 , 0x00000005 
- 00030235  0x0000830c fetch  0x00000006 , 0x00000040 
- 00030236  0x0000830d istore  0x00000006 , 0x00000005 
- 00030237  0x0000830e fetch  0x00000003 , 0x0000465e 
- 00030238  0x0000830f istore  0x00000003 , 0x00000005 
- 00030239  0x00008311 call  0x00007a0d 
- 00030240  0x00008313 arg  0x00000a4e , 0x00000011 
- 00030241  0x00008314 arg  0x00000a5e , 0x00000012 
- 00030242  0x00008315 force  0x00000004 , 0x00000007 
- 00030243  0x00008316 call  0x000076a7 
- 00030244  0x00008317 nbranch  0x00007631 , 0x00000001 
- 00030245  0x00008319 call  0x00007628 
- 00030246  0x0000831a jam  0x00000041 , 0x0000007d 
- 00030247  0x0000831b branch  0x000062f8 
- 00030248  0x0000831e fetch  0x00000001 , 0x000009af 
- 00030249  0x0000831f beq  0x00000009 , 0x0000762e 
- 00030250  0x00008320 jam  0x0000000a , 0x000009ae 
- 00030251  0x00008321 jam  0x00000001 , 0x000009b0 
- 00030252  0x00008322 jam  0x00000003 , 0x0000007c 
- 00030253  0x00008323 rtn 
- 00030254  0x00008325 jam  0x00000003 , 0x0000007c 
- 00030255  0x00008326 jam  0x00000015 , 0x000009af 
- 00030256  0x00008327 branch  0x000076d8 
- 00030257  0x0000832b fetch  0x00000001 , 0x000009af 
- 00030258  0x0000832c beq  0x00000009 , 0x00007637 
- 00030259  0x0000832d jam  0x00000000 , 0x000009ae 
- 00030260  0x0000832e jam  0x00000004 , 0x0000007c 
- 00030261  0x00008330 jam  0x00000005 , 0x0000007e 
- 00030262  0x00008331 rtn 
- 00030263  0x00008333 jam  0x00000004 , 0x0000007c 
- 00030264  0x00008334 jam  0x00000000 , 0x000009af 
- 00030265  0x00008335 rtn 
- 00030266  0x00008338 fetch  0x00000001 , 0x000009b3 
- 00030267  0x00008339 beq  0x00000001 , 0x0000763e 
- 00030268  0x0000833a jam  0x0000000a , 0x000009af 
- 00030269  0x0000833b branch  0x000076d8 
- 00030270  0x0000833d arg  0x00000727 , 0x00000005 
- 00030271  0x0000833e fetch  0x00000006 , 0x00000040 
- 00030272  0x0000833f istore  0x00000006 , 0x00000005 
- 00030273  0x00008340 fetch  0x00000006 , 0x000040a0 
- 00030274  0x00008341 istore  0x00000006 , 0x00000005 
- 00030275  0x00008342 fetch  0x00000003 , 0x0000465b 
- 00030276  0x00008343 istore  0x00000003 , 0x00000005 
- 00030277  0x00008345 call  0x00007a24 
- 00030278  0x00008346 fetch  0x00000001 , 0x000009af 
- 00030279  0x00008347 beq  0x0000000a , 0x0000764b 
- 00030280  0x00008348 jam  0x0000000b , 0x000009ae 
- 00030281  0x00008349 jam  0x00000001 , 0x000009b0 
- 00030282  0x0000834a rtn 
- 00030283  0x0000834c jam  0x0000000b , 0x000009af 
- 00030284  0x0000834d jam  0x00000001 , 0x000009b1 
- 00030285  0x0000834e rtn 
- 00030286  0x00008351 arg  0x00000a7e , 0x00000005 
- 00030287  0x00008352 fetch  0x00000006 , 0x00000040 
- 00030288  0x00008353 istore  0x00000006 , 0x00000005 
- 00030289  0x00008354 fetch  0x00000006 , 0x000040a0 
- 00030290  0x00008355 istore  0x00000006 , 0x00000005 
- 00030291  0x00008356 setarg  0x00000a2e 
- 00030292  0x00008357 istore  0x00000002 , 0x00000005 
- 00030293  0x00008358 setarg  0x00000a3e 
- 00030294  0x00008359 istore  0x00000002 , 0x00000005 
- 00030295  0x0000835a branch  0x00007662 
- 00030296  0x0000835c jam  0x0000000f , 0x000009ae 
- 00030297  0x0000835d arg  0x00000a7e , 0x00000005 
- 00030298  0x0000835e fetch  0x00000006 , 0x000040a0 
- 00030299  0x0000835f istore  0x00000006 , 0x00000005 
- 00030300  0x00008360 fetch  0x00000006 , 0x00000040 
- 00030301  0x00008361 istore  0x00000006 , 0x00000005 
- 00030302  0x00008362 setarg  0x00000a3e 
- 00030303  0x00008363 istore  0x00000002 , 0x00000005 
- 00030304  0x00008364 setarg  0x00000a2e 
- 00030305  0x00008365 istore  0x00000002 , 0x00000005 
- 00030306  0x00008368 arg  0x00000727 , 0x00000005 
- 00030307  0x00008369 fetch  0x00000006 , 0x00000a7e 
- 00030308  0x0000836a istore  0x00000006 , 0x00000005 
- 00030309  0x0000836b fetch  0x00000006 , 0x00000a84 
- 00030310  0x0000836c istore  0x00000006 , 0x00000005 
- 00030311  0x0000836e call  0x000079d7 
- 00030312  0x00008371 jam  0x00000001 , 0x000041bd 
- 00030313  0x00008372 arg  0x000041be , 0x00000005 
- 00030314  0x00008373 arg  0x00000a4e , 0x00000006 
- 00030315  0x00008374 call  0x00007ebf 
- 00030316  0x00008375 branch  0x000021c4 
- 00030317  0x00008379 bpatchx  0x000000e7 , 0x0000403c 
- 00030318  0x0000837a fetch  0x00000001 , 0x000045b1 
- 00030319  0x0000837b rtnne  0x00000000 
- 00030320  0x0000837c fetch  0x00000001 , 0x000009b2 
- 00030321  0x0000837d rtnne  0x00000000 
- 00030322  0x0000837e arg  0x00004612 , 0x00000005 
- 00030323  0x0000837f force  0x0000000b , 0x00000007 
- 00030324  0x00008380 call  0x000076a2 
- 00030325  0x00008381 random  0x0000003f 
- 00030326  0x00008382 rshift  0x0000003f , 0x0000003f 
- 00030327  0x00008383 istore  0x00000002 , 0x00000005 
- 00030328  0x00008385 arg  0x000006be , 0x00000005 
- 00030329  0x00008386 arg  0x00004612 , 0x00000006 
- 00030330  0x00008387 call  0x00007ebe 
- 00030331  0x00008389 arg  0x000005e6 , 0x00000005 
- 00030332  0x0000838a arg  0x000008ce , 0x00000006 
- 00030333  0x0000838b call  0x00007ebc 
- 00030334  0x0000838d arg  0x00000616 , 0x00000005 
- 00030335  0x0000838e call  0x00007ec5 
- 00030336  0x0000838f jam  0x00000001 , 0x00000616 
- 00030337  0x00008391 call  0x00007a5d 
- 00030338  0x00008392 jam  0x00000001 , 0x000009b2 
- 00030339  0x00008393 rtn 
- 00030340  0x00008396 arg  0x0000462a , 0x00000005 
- 00030341  0x00008397 arg  0x0000062e , 0x00000006 
- 00030342  0x00008398 call  0x00007ebc 
- 00030343  0x00008399 jam  0x00000001 , 0x000045b1 
- 00030344  0x0000839a jam  0x00000000 , 0x000009b2 
- 00030345  0x0000839b rtn 
- 00030346  0x0000839e bpatchx  0x000000e8 , 0x0000403d 
- 00030347  0x0000839f fetch  0x00000001 , 0x000009b9 
- 00030348  0x000083a0 rtnne  0x00000000 
- 00030349  0x000083a1 fetch  0x00000001 , 0x000009b2 
- 00030350  0x000083a2 rtnne  0x00000000 
- 00030351  0x000083a4 arg  0x000006be , 0x00000005 
- 00030352  0x000083a5 arg  0x00004612 , 0x00000006 
- 00030353  0x000083a6 call  0x00007ebe 
- 00030354  0x000083a8 arg  0x000005e6 , 0x00000005 
- 00030355  0x000083a9 arg  0x000009c6 , 0x00000006 
- 00030356  0x000083aa call  0x00007ebc 
- 00030357  0x000083ac arg  0x00000616 , 0x00000005 
- 00030358  0x000083ad call  0x00007ec5 
- 00030359  0x000083ae jam  0x00000001 , 0x00000616 
- 00030360  0x000083b0 call  0x00007a5d 
- 00030361  0x000083b1 jam  0x00000002 , 0x000009b2 
- 00030362  0x000083b2 rtn 
- 00030363  0x000083b5 jam  0x00000001 , 0x000009b3 
- 00030364  0x000083b6 arg  0x00000a06 , 0x00000005 
- 00030365  0x000083b7 arg  0x0000062e , 0x00000006 
- 00030366  0x000083b8 call  0x00007ebe 
- 00030367  0x000083b9 jam  0x00000001 , 0x000009b9 
- 00030368  0x000083ba jam  0x00000000 , 0x000009b2 
- 00030369  0x000083bb rtn 
- 00030370  0x000083be increase  0xffffffff , 0x00000007 
- 00030371  0x000083bf nrtn  0x00000002 
- 00030372  0x000083c0 random  0x0000003f 
- 00030373  0x000083c1 istore  0x00000002 , 0x00000005 
- 00030374  0x000083c2 branch  0x000076a2 
- 00030375  0x000083c4 increase  0xffffffff , 0x00000007 
- 00030376  0x000083c5 nbranch  0x000076b3 , 0x00000002 
- 00030377  0x000083c6 ifetch  0x00000004 , 0x00000011 
- 00030378  0x000083c7 copy  0x0000003f , 0x00000002 
- 00030379  0x000083c8 ifetch  0x00000004 , 0x00000012 
- 00030380  0x000083c9 iflip  0x00000002 , 0x0000003f 
- 00030381  0x000083ca nbranch  0x000076b1 , 0x00000005 
- 00030382  0x000083cb increase  0x00000004 , 0x00000011 
- 00030383  0x000083cc increase  0x00000004 , 0x00000012 
- 00030384  0x000083cd branch  0x000076a7 
- 00030385  0x000083cf disable  0x00000001 
- 00030386  0x000083d0 rtn 
- 00030387  0x000083d2 enable  0x00000001 
- 00030388  0x000083d3 rtn 
- 00030389  0x000083db bpatchx  0x000000e9 , 0x0000403d 
- 00030390  0x000083dc fetch  0x00000001 , 0x000009b0 
- 00030391  0x000083dd rtn  0x00000034 
- 00030392  0x000083de call  0x000062bc 
- 00030393  0x000083df nrtn  0x00000034 
- 00030394  0x000083e0 jam  0x00000000 , 0x000009b0 
- 00030395  0x000083e1 fetch  0x00000001 , 0x000009ae 
- 00030396  0x000083e2 beq  0x00000003 , 0x000061fd 
- 00030397  0x000083e3 beq  0x00000005 , 0x0000621a 
- 00030398  0x000083e4 beq  0x00000007 , 0x00006225 
- 00030399  0x000083e5 beq  0x0000000b , 0x0000623a 
- 00030400  0x000083e6 beq  0x00000002 , 0x00007588 
- 00030401  0x000083e7 beq  0x00000004 , 0x000075f7 
- 00030402  0x000083e8 beq  0x00000009 , 0x00007617 
- 00030403  0x000083e9 beq  0x0000000a , 0x0000763a 
- 00030404  0x000083ea beq  0x0000000c , 0x00007658 
- 00030405  0x000083ec rtn 
- 00030406  0x000083ef bpatchx  0x000000ea , 0x0000403d 
- 00030407  0x000083f0 fetch  0x00000001 , 0x000009b1 
- 00030408  0x000083f1 rtn  0x00000034 
- 00030409  0x000083f2 call  0x000062bc 
- 00030410  0x000083f3 nrtn  0x00000034 
- 00030411  0x000083f4 jam  0x00000000 , 0x000009b1 
- 00030412  0x000083f5 fetch  0x00000001 , 0x000009af 
- 00030413  0x000083f6 beq  0x00000012 , 0x000061e0 
- 00030414  0x000083f7 beq  0x00000013 , 0x000061e5 
- 00030415  0x000083f8 beq  0x00000003 , 0x000061e9 
- 00030416  0x000083f9 beq  0x00000004 , 0x00007602 
- 00030417  0x000083fa beq  0x00000014 , 0x000061ed 
- 00030418  0x000083fb beq  0x00000007 , 0x000061fb 
- 00030419  0x000083fc beq  0x0000000a , 0x0000763a 
- 00030420  0x000083fd beq  0x0000000b , 0x00006239 
- 00030421  0x000083fe beq  0x00000009 , 0x00007617 
- 00030422  0x000083ff beq  0x00000015 , 0x00006233 
- 00030423  0x00008400 rtn 
- 00030424  0x00008403 jam  0x00000001 , 0x000009b1 
- 00030425  0x00008404 rtn 
- 00030426  0x00008407 jam  0x00000000 , 0x000009b1 
- 00030427  0x00008408 rtn 
- 00030428  0x0000840a bpatchx  0x000000eb , 0x0000403d 
- 00030429  0x0000840b fetch  0x00000001 , 0x0000465a 
- 00030430  0x0000840c rtn  0x00000034 
- 00030431  0x0000840d fetch  0x00000001 , 0x000009b2 
- 00030432  0x0000840e rtn  0x00000034 
- 00030433  0x0000840f increase  0x00000080 , 0x0000003f 
- 00030434  0x00008410 store  0x00000001 , 0x000009b2 
- 00030435  0x00008411 rtnbit1  0x00000007 
- 00030436  0x00008412 fetch  0x00000001 , 0x000005e3 
- 00030437  0x00008413 branch  0x000076e7 , 0x00000034 
- 00030438  0x00008414 branch  0x00007a68 
- 00030439  0x00008417 call  0x000078d3 
- 00030440  0x00008418 fetch  0x00000001 , 0x000009b2 
- 00030441  0x00008419 beq  0x00000001 , 0x00007684 
- 00030442  0x0000841a beq  0x00000002 , 0x0000769b 
- 00030443  0x0000841b rtn 
- 00030444  0x0000841f and  0x0000003f , 0x00000007 , 0x00000007 
- 00030445  0x00008420 rshift3  0x0000003f , 0x0000003f 
- 00030446  0x00008421 iadd  0x00000006 , 0x00000006 
- 00030447  0x00008422 ifetch  0x00000001 , 0x00000006 
- 00030448  0x00008423 qisolate0  0x0000003f 
- 00030449  0x00008424 rtn 
- 00030450  0x00008428 call  0x00007ebe 
- 00030451  0x00008429 call  0x00007ebe 
- 00030452  0x0000842a branch  0x00007ebe 
- 00030453  0x0000842e ifetch  0x00000008 , 0x00000006 
- 00030454  0x0000842f nrtn  0x00000034 
- 00030455  0x00008430 ifetch  0x00000008 , 0x00000006 
- 00030456  0x00008431 nrtn  0x00000034 
- 00030457  0x00008432 ifetch  0x00000008 , 0x00000006 
- 00030458  0x00008433 rtn 
- 00030459  0x00008439 ifetch  0x00000004 , 0x00000011 
- 00030460  0x0000843a iforce  0x00000002 
- 00030461  0x0000843b ifetch  0x00000004 , 0x00000012 
- 00030462  0x0000843c isub  0x00000002 , 0x0000003e 
- 00030463  0x0000843d nrtn  0x00000005 
- 00030464  0x0000843e increase  0x00000004 , 0x00000011 
- 00030465  0x0000843f increase  0x00000004 , 0x00000012 
- 00030466  0x00008440 loop  0x000076fb 
- 00030467  0x00008441 rtn 
- 00030468  0x00008445 force  0x00000006 , 0x00000039 
- 00030469  0x00008446 increase  0x00000014 , 0x00000011 
- 00030470  0x00008447 increase  0x00000014 , 0x00000012 
- 00030471  0x00008449 ifetch  0x00000004 , 0x00000012 
- 00030472  0x0000844a iforce  0x00000002 
- 00030473  0x0000844b ifetch  0x00000004 , 0x00000011 
- 00030474  0x0000844c isub  0x00000002 , 0x0000003f 
- 00030475  0x0000844d nrtn  0x00000002 
- 00030476  0x0000844e nrtn  0x00000034 
- 00030477  0x0000844f increase  0xfffffffc , 0x00000011 
- 00030478  0x00008450 increase  0xfffffffc , 0x00000012 
- 00030479  0x00008451 loop  0x00007707 
- 00030480  0x00008452 rtn 
- 00030481  0x00008455 force  0x00000006 , 0x00000039 
- 00030482  0x00008456 force  0x00000000 , 0x00000013 
- 00030483  0x00008458 ifetch  0x00000004 , 0x00000011 
- 00030484  0x00008459 iforce  0x00000002 
- 00030485  0x0000845a ifetch  0x00000004 , 0x00000012 
- 00030486  0x0000845b iadd  0x00000002 , 0x0000003f 
- 00030487  0x0000845c iadd  0x00000013 , 0x0000003f 
- 00030488  0x0000845d istore  0x00000004 , 0x00000005 
- 00030489  0x0000845e isolate1  0x00000020 , 0x0000003f 
- 00030490  0x0000845f setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00030491  0x00008460 increase  0x00000004 , 0x00000011 
- 00030492  0x00008461 increase  0x00000004 , 0x00000012 
- 00030493  0x00008462 loop  0x00007713 
- 00030494  0x00008463 rtn 
- 00030495  0x00008466 force  0x00000006 , 0x00000039 
- 00030496  0x00008467 force  0x00000000 , 0x00000013 
- 00030497  0x00008469 ifetch  0x00000004 , 0x00000012 
- 00030498  0x0000846a iforce  0x00000002 
- 00030499  0x0000846b ifetch  0x00000004 , 0x00000011 
- 00030500  0x0000846c isub  0x00000002 , 0x0000003f 
- 00030501  0x0000846d isub  0x00000013 , 0x0000003f 
- 00030502  0x0000846e istore  0x00000004 , 0x00000005 
- 00030503  0x0000846f isolate1  0x00000020 , 0x0000003f 
- 00030504  0x00008470 setflag  0x00000001 , 0x00000000 , 0x00000013 
- 00030505  0x00008471 increase  0x00000004 , 0x00000011 
- 00030506  0x00008472 increase  0x00000004 , 0x00000012 
- 00030507  0x00008473 loop  0x00007721 
- 00030508  0x00008474 rtn 
- 00030509  0x00008477 force  0x00000006 , 0x00000039 
- 00030510  0x00008478 increase  0x00000014 , 0x00000011 
- 00030511  0x0000847a force  0x00000000 , 0x00000013 
- 00030512  0x0000847c ifetch  0x00000004 , 0x00000011 
- 00030513  0x0000847d isolate1  0x00000000 , 0x0000003f 
- 00030514  0x0000847e setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00030515  0x0000847f rshift  0x0000003f , 0x0000003f 
- 00030516  0x00008480 isolate1  0x00000000 , 0x00000013 
- 00030517  0x00008481 setflag  0x00000001 , 0x0000001f , 0x0000003f 
- 00030518  0x00008482 istore  0x00000004 , 0x00000011 
- 00030519  0x00008483 increase  0xfffffffc , 0x00000011 
- 00030520  0x00008484 rshift  0x00000013 , 0x00000013 
- 00030521  0x00008485 loop  0x00007730 
- 00030522  0x00008486 rtn 
- 00030523  0x00008489 force  0x00000006 , 0x00000039 
- 00030524  0x0000848a force  0x00000000 , 0x00000013 
- 00030525  0x0000848c ifetch  0x00000004 , 0x00000011 
- 00030526  0x0000848d isolate1  0x0000001f , 0x0000003f 
- 00030527  0x0000848e setflag  0x00000001 , 0x00000001 , 0x00000013 
- 00030528  0x0000848f lshift  0x0000003f , 0x0000003f 
- 00030529  0x00008490 isolate1  0x00000000 , 0x00000013 
- 00030530  0x00008491 setflag  0x00000001 , 0x00000000 , 0x0000003f 
- 00030531  0x00008492 istore  0x00000004 , 0x00000011 
- 00030532  0x00008493 increase  0x00000004 , 0x00000011 
- 00030533  0x00008494 rshift  0x00000013 , 0x00000013 
- 00030534  0x00008495 loop  0x0000773d 
- 00030535  0x00008496 rtn 
- 00030536  0x00008499 call  0x0000773b 
- 00030537  0x0000849b isolate1  0x00000000 , 0x00000013 
- 00030538  0x0000849c branch  0x00007751 , 0x00000001 
- 00030539  0x0000849d arg  0x00000886 , 0x00000012 
- 00030540  0x0000849e copy  0x00000011 , 0x00000013 
- 00030541  0x0000849f increase  0xffffffe8 , 0x00000011 
- 00030542  0x000084a0 call  0x00007704 
- 00030543  0x000084a1 nrtn  0x00000002 
- 00030544  0x000084a2 copy  0x00000013 , 0x00000011 
- 00030545  0x000084a4 increase  0xffffffe8 , 0x00000011 
- 00030546  0x000084a5 arg  0x00000886 , 0x00000012 
- 00030547  0x000084a6 copy  0x00000011 , 0x00000005 
- 00030548  0x000084a7 branch  0x0000771f 
- 00030549  0x000084ab call  0x00007711 
- 00030550  0x000084ac copy  0x00000005 , 0x00000011 
- 00030551  0x000084ad branch  0x00007749 
- 00030552  0x000084b0 call  0x0000771f 
- 00030553  0x000084b1 isolate0  0x00000000 , 0x00000013 
- 00030554  0x000084b2 rtn  0x00000001 
- 00030555  0x000084b3 arg  0x00000886 , 0x00000012 
- 00030556  0x000084b4 add  0x00000005 , 0xffffffe8 , 0x00000011 
- 00030557  0x000084b5 copy  0x00000011 , 0x00000005 
- 00030558  0x000084b6 branch  0x00007711 
- 00030559  0x000084ba copy  0x00000005 , 0x0000000b 
- 00030560  0x000084bb copy  0x00000011 , 0x00000030 
- 00030561  0x000084bc arg  0x00000716 , 0x00000012 
- 00030562  0x000084bd copy  0x00000012 , 0x00000005 
- 00030563  0x000084be add  0x00000011 , 0x00000018 , 0x00000006 
- 00030564  0x000084bf ifetch  0x00000008 , 0x00000006 
- 00030565  0x000084c0 istore  0x00000008 , 0x00000005 
- 00030566  0x000084c1 istore  0x00000008 , 0x00000005 
- 00030567  0x000084c2 force  0x00000000 , 0x0000003f 
- 00030568  0x000084c3 istore  0x00000008 , 0x00000005 
- 00030569  0x000084c4 copy  0x0000000b , 0x00000005 
- 00030570  0x000084c5 call  0x00007755 
- 00030571  0x000084c6 arg  0x00000716 , 0x00000012 
- 00030572  0x000084c7 copy  0x00000012 , 0x00000005 
- 00030573  0x000084c8 force  0x00000000 , 0x0000003f 
- 00030574  0x000084c9 istore  0x00000008 , 0x00000005 
- 00030575  0x000084ca add  0x00000030 , 0x00000020 , 0x00000006 
- 00030576  0x000084cb ifetch  0x00000008 , 0x00000006 
- 00030577  0x000084cc istore  0x00000008 , 0x00000005 
- 00030578  0x000084cd istore  0x00000008 , 0x00000005 
- 00030579  0x000084ce copy  0x0000000b , 0x00000011 
- 00030580  0x000084cf copy  0x00000011 , 0x00000005 
- 00030581  0x000084d0 call  0x00007755 
- 00030582  0x000084d1 arg  0x00000716 , 0x00000012 
- 00030583  0x000084d2 copy  0x00000012 , 0x00000005 
- 00030584  0x000084d3 add  0x00000030 , 0x00000028 , 0x00000006 
- 00030585  0x000084d4 ifetch  0x00000008 , 0x00000006 
- 00030586  0x000084d5 istore  0x00000008 , 0x00000005 
- 00030587  0x000084d6 istore  0x00000008 , 0x00000005 
- 00030588  0x000084d7 istore  0x00000008 , 0x00000005 
- 00030589  0x000084d8 copy  0x0000000b , 0x00000011 
- 00030590  0x000084d9 copy  0x00000011 , 0x00000005 
- 00030591  0x000084da branch  0x00007755 
- 00030592  0x000084de force  0x00000006 , 0x00000039 
- 00030593  0x000084e0 ifetch  0x00000004 , 0x00000006 
- 00030594  0x000084e1 iforce  0x0000002f 
- 00030595  0x000084e2 increase  0x00000001 , 0x00000038 
- 00030596  0x000084e3 loop  0x00007781 
- 00030597  0x000084e4 rtn 
- 00030598  0x000084e9 copy  0x00000005 , 0x0000000b 
- 00030599  0x000084ea arg  0x000006e6 , 0x00000005 
- 00030600  0x000084eb call  0x00007ec5 
- 00030601  0x000084ec arg  0x000006e6 , 0x00000005 
- 00030602  0x000084ed copy  0x00000011 , 0x00000006 
- 00030603  0x000084ee force  0x00000000 , 0x00000038 
- 00030604  0x000084ef call  0x00007780 
- 00030605  0x000084f0 copy  0x00000012 , 0x00000006 
- 00030606  0x000084f1 call  0x00007780 
- 00030607  0x000084f2 force  0x00000000 , 0x00000012 
- 00030608  0x000084f4 force  0x00000000 , 0x00000002 
- 00030609  0x000084f5 force  0x00000006 , 0x00000013 
- 00030610  0x000084f7 ifetch  0x00000004 , 0x00000005 
- 00030611  0x000084f8 iforce  0x00000011 
- 00030612  0x000084f9 copy  0x00000012 , 0x00000038 
- 00030613  0x000084fa deposit  0x0000002f 
- 00030614  0x000084fb copy  0x00000013 , 0x00000038 
- 00030615  0x000084fc imul32  0x0000002f , 0x0000003f 
- 00030616  0x000084fd iadd  0x00000011 , 0x0000003f 
- 00030617  0x000084fe iadd  0x00000002 , 0x0000003f 
- 00030618  0x000084ff istore  0x00000004 , 0x00000005 
- 00030619  0x00008500 rshift32  0x0000003f , 0x00000002 
- 00030620  0x00008501 increase  0x00000001 , 0x00000013 
- 00030621  0x00008502 compare  0x0000000c , 0x00000013 , 0x000000ff 
- 00030622  0x00008503 nbranch  0x00007792 , 0x00000001 
- 00030623  0x00008504 deposit  0x00000002 
- 00030624  0x00008505 istore  0x00000004 , 0x00000005 
- 00030625  0x00008506 increase  0xffffffe8 , 0x00000005 
- 00030626  0x00008507 increase  0x00000001 , 0x00000012 
- 00030627  0x00008508 compare  0x00000006 , 0x00000012 , 0x000000ff 
- 00030628  0x00008509 nbranch  0x00007790 , 0x00000001 
- 00030629  0x0000850a arg  0x000006e6 , 0x00000011 
- 00030630  0x0000850b copy  0x0000000b , 0x00000005 
- 00030631  0x0000850c branch  0x0000775f 
- 00030632  0x00008510 copy  0x00000011 , 0x00000012 
- 00030633  0x00008511 branch  0x00007786 
- 00030634  0x00008514 copy  0x00000011 , 0x00000030 
- 00030635  0x00008516 copy  0x00000030 , 0x00000011 
- 00030636  0x00008517 ifetch  0x00000001 , 0x00000011 
- 00030637  0x00008518 isolate1  0x00000000 , 0x0000003f 
- 00030638  0x00008519 rtn  0x00000001 
- 00030639  0x0000851a call  0x0000772d 
- 00030640  0x0000851b ifetch  0x00000001 , 0x00000012 
- 00030641  0x0000851c isolate0  0x00000000 , 0x0000003f 
- 00030642  0x0000851d branch  0x000077ba , 0x00000001 
- 00030643  0x0000851e arg  0x00000886 , 0x00000011 
- 00030644  0x0000851f copy  0x00000012 , 0x00000005 
- 00030645  0x00008520 call  0x00007711 
- 00030646  0x00008521 ifetch  0x00000001 , 0x00000012 
- 00030647  0x00008522 iadd  0x00000013 , 0x0000003f 
- 00030648  0x00008523 istore  0x00000001 , 0x00000012 
- 00030649  0x00008524 increase  0xffffffe8 , 0x00000012 
- 00030650  0x00008526 add  0x00000012 , 0x00000018 , 0x00000011 
- 00030651  0x00008527 force  0x00000007 , 0x00000039 
- 00030652  0x00008528 call  0x0000772f 
- 00030653  0x00008529 branch  0x000077ab 
- 00030654  0x0000852d copy  0x00000005 , 0x0000000b 
- 00030655  0x0000852e arg  0x00000746 , 0x00000005 
- 00030656  0x0000852f call  0x00007ec5 
- 00030657  0x00008530 force  0x00000000 , 0x0000003f 
- 00030658  0x00008531 store  0x00000004 , 0x000006fe 
- 00030659  0x00008532 store  0x00000004 , 0x0000075e 
- 00030660  0x00008533 jam  0x00000001 , 0x00000746 
- 00030661  0x00008534 arg  0x000006e6 , 0x00000005 
- 00030662  0x00008535 call  0x00007ec5 
- 00030663  0x00008536 arg  0x00000886 , 0x00000006 
- 00030664  0x00008537 arg  0x00000716 , 0x00000005 
- 00030665  0x00008538 call  0x00007ebe 
- 00030666  0x00008539 copy  0x00000011 , 0x00000006 
- 00030667  0x0000853a arg  0x0000072e , 0x00000005 
- 00030668  0x0000853b call  0x00007ebe 
- 00030669  0x0000853d arg  0x0000072e , 0x00000006 
- 00030670  0x0000853e call  0x000076f5 
- 00030671  0x0000853f branch  0x000077f6 , 0x00000034 
- 00030672  0x00008540 arg  0x0000072e , 0x00000011 
- 00030673  0x00008541 arg  0x00000746 , 0x00000012 
- 00030674  0x00008542 call  0x000077aa 
- 00030675  0x00008544 arg  0x00000716 , 0x00000011 
- 00030676  0x00008545 arg  0x000006e6 , 0x00000012 
- 00030677  0x00008546 call  0x000077aa 
- 00030678  0x00008547 arg  0x0000072e , 0x00000011 
- 00030679  0x00008548 arg  0x00000716 , 0x00000012 
- 00030680  0x00008549 call  0x00007704 
- 00030681  0x0000854a branch  0x000077e8 , 0x00000002 
- 00030682  0x0000854b arg  0x00000716 , 0x00000011 
- 00030683  0x0000854c arg  0x0000072e , 0x00000012 
- 00030684  0x0000854d copy  0x00000011 , 0x00000005 
- 00030685  0x0000854e call  0x0000771f 
- 00030686  0x0000854f arg  0x00000746 , 0x00000011 
- 00030687  0x00008550 arg  0x000006e6 , 0x00000012 
- 00030688  0x00008551 copy  0x00000012 , 0x00000005 
- 00030689  0x00008552 call  0x00007711 
- 00030690  0x00008553 ifetch  0x00000001 , 0x00000011 
- 00030691  0x00008554 iadd  0x00000013 , 0x00000013 
- 00030692  0x00008555 ifetch  0x00000001 , 0x00000012 
- 00030693  0x00008556 iadd  0x00000013 , 0x0000003f 
- 00030694  0x00008557 istore  0x00000001 , 0x00000012 
- 00030695  0x00008558 branch  0x000077cd 
- 00030696  0x0000855a arg  0x0000072e , 0x00000011 
- 00030697  0x0000855b arg  0x00000716 , 0x00000012 
- 00030698  0x0000855c copy  0x00000011 , 0x00000005 
- 00030699  0x0000855d call  0x0000771f 
- 00030700  0x0000855e arg  0x000006e6 , 0x00000011 
- 00030701  0x0000855f arg  0x00000746 , 0x00000012 
- 00030702  0x00008560 copy  0x00000012 , 0x00000005 
- 00030703  0x00008561 call  0x00007711 
- 00030704  0x00008562 ifetch  0x00000001 , 0x00000011 
- 00030705  0x00008563 iadd  0x00000013 , 0x00000013 
- 00030706  0x00008564 ifetch  0x00000001 , 0x00000012 
- 00030707  0x00008565 iadd  0x00000013 , 0x0000003f 
- 00030708  0x00008566 istore  0x00000001 , 0x00000012 
- 00030709  0x00008567 branch  0x000077cd 
- 00030710  0x00008569 arg  0x00000746 , 0x00000005 
- 00030711  0x0000856a call  0x00007ec5 
- 00030712  0x0000856b fetch  0x00000001 , 0x000006fe 
- 00030713  0x0000856c store  0x00000001 , 0x00000746 
- 00030714  0x0000856d store  0x00000001 , 0x0000074e 
- 00030715  0x0000856e arg  0x00000746 , 0x00000011 
- 00030716  0x0000856f arg  0x000006e6 , 0x00000012 
- 00030717  0x00008570 copy  0x00000012 , 0x00000005 
- 00030718  0x00008571 call  0x00007755 
- 00030719  0x00008572 arg  0x00000886 , 0x00000011 
- 00030720  0x00008573 arg  0x000006e6 , 0x00000012 
- 00030721  0x00008574 copy  0x0000000b , 0x00000005 
- 00030722  0x00008575 branch  0x00007758 
- 00030723  0x0000857b arg  0x000006a6 , 0x00000011 
- 00030724  0x0000857c arg  0x0000075e , 0x00000005 
- 00030725  0x0000857d call  0x000077a8 
- 00030726  0x0000857e arg  0x0000075e , 0x00000011 
- 00030727  0x0000857f arg  0x00000776 , 0x00000005 
- 00030728  0x00008580 call  0x000077a8 
- 00030729  0x00008581 arg  0x0000089e , 0x00000011 
- 00030730  0x00008582 arg  0x00000776 , 0x00000012 
- 00030731  0x00008583 arg  0x00000776 , 0x00000005 
- 00030732  0x00008584 call  0x00007786 
- 00030733  0x00008585 arg  0x00000676 , 0x00000011 
- 00030734  0x00008586 arg  0x0000075e , 0x00000005 
- 00030735  0x00008587 call  0x000077a8 
- 00030736  0x00008588 arg  0x0000075e , 0x00000006 
- 00030737  0x00008589 arg  0x0000072e , 0x00000005 
- 00030738  0x0000858a call  0x00007ebe 
- 00030739  0x0000858b arg  0x0000072e , 0x00000011 
- 00030740  0x0000858c call  0x00007748 
- 00030741  0x0000858d arg  0x0000075e , 0x00000011 
- 00030742  0x0000858e arg  0x0000072e , 0x00000012 
- 00030743  0x0000858f arg  0x0000075e , 0x00000005 
- 00030744  0x00008590 call  0x00007755 
- 00030745  0x00008591 arg  0x0000075e , 0x00000011 
- 00030746  0x00008592 arg  0x00000776 , 0x00000012 
- 00030747  0x00008593 arg  0x0000075e , 0x00000005 
- 00030748  0x00008594 call  0x00007755 
- 00030749  0x00008595 arg  0x00000676 , 0x00000006 
- 00030750  0x00008596 arg  0x0000072e , 0x00000005 
- 00030751  0x00008597 call  0x00007ebe 
- 00030752  0x00008598 arg  0x0000068e , 0x00000011 
- 00030753  0x00008599 arg  0x00000776 , 0x00000005 
- 00030754  0x0000859a call  0x000077a8 
- 00030755  0x0000859b arg  0x0000072e , 0x00000011 
- 00030756  0x0000859c call  0x00007748 
- 00030757  0x0000859d arg  0x0000072e , 0x00000011 
- 00030758  0x0000859e call  0x00007748 
- 00030759  0x0000859f arg  0x0000072e , 0x00000011 
- 00030760  0x000085a0 arg  0x00000776 , 0x00000012 
- 00030761  0x000085a1 arg  0x0000072e , 0x00000005 
- 00030762  0x000085a2 call  0x00007786 
- 00030763  0x000085a3 arg  0x00000776 , 0x00000011 
- 00030764  0x000085a4 arg  0x00000746 , 0x00000005 
- 00030765  0x000085a5 call  0x000077a8 
- 00030766  0x000085a6 arg  0x00000746 , 0x00000011 
- 00030767  0x000085a7 call  0x00007748 
- 00030768  0x000085a8 arg  0x00000746 , 0x00000011 
- 00030769  0x000085a9 call  0x00007748 
- 00030770  0x000085aa arg  0x00000746 , 0x00000011 
- 00030771  0x000085ab call  0x00007748 
- 00030772  0x000085ac arg  0x0000068e , 0x00000006 
- 00030773  0x000085ad arg  0x00000776 , 0x00000005 
- 00030774  0x000085ae call  0x00007ebe 
- 00030775  0x000085af arg  0x00000776 , 0x00000011 
- 00030776  0x000085b0 call  0x00007748 
- 00030777  0x000085b1 arg  0x00000776 , 0x00000011 
- 00030778  0x000085b2 arg  0x000006a6 , 0x00000012 
- 00030779  0x000085b3 arg  0x000006a6 , 0x00000005 
- 00030780  0x000085b4 call  0x00007786 
- 00030781  0x000085b5 arg  0x0000075e , 0x00000011 
- 00030782  0x000085b6 arg  0x00000776 , 0x00000005 
- 00030783  0x000085b7 call  0x000077a8 
- 00030784  0x000085b8 arg  0x00000776 , 0x00000011 
- 00030785  0x000085b9 arg  0x0000072e , 0x00000012 
- 00030786  0x000085ba arg  0x00000776 , 0x00000005 
- 00030787  0x000085bb call  0x00007758 
- 00030788  0x000085bc arg  0x00000776 , 0x00000011 
- 00030789  0x000085bd arg  0x0000072e , 0x00000012 
- 00030790  0x000085be arg  0x00000676 , 0x00000005 
- 00030791  0x000085bf call  0x00007758 
- 00030792  0x000085c0 arg  0x0000072e , 0x00000011 
- 00030793  0x000085c1 arg  0x00000676 , 0x00000012 
- 00030794  0x000085c2 arg  0x00000776 , 0x00000005 
- 00030795  0x000085c3 call  0x00007758 
- 00030796  0x000085c4 arg  0x00000776 , 0x00000011 
- 00030797  0x000085c5 arg  0x0000075e , 0x00000012 
- 00030798  0x000085c6 arg  0x00000776 , 0x00000005 
- 00030799  0x000085c7 call  0x00007786 
- 00030800  0x000085c8 arg  0x00000776 , 0x00000011 
- 00030801  0x000085c9 arg  0x00000746 , 0x00000012 
- 00030802  0x000085ca arg  0x0000068e , 0x00000005 
- 00030803  0x000085cb branch  0x00007758 
- 00030804  0x000085d0 arg  0x00000616 , 0x00000011 
- 00030805  0x000085d1 arg  0x0000078e , 0x00000005 
- 00030806  0x000085d2 call  0x000077a8 
- 00030807  0x000085d3 arg  0x00000676 , 0x00000011 
- 00030808  0x000085d4 arg  0x0000078e , 0x00000012 
- 00030809  0x000085d5 arg  0x00000746 , 0x00000005 
- 00030810  0x000085d6 call  0x00007786 
- 00030811  0x000085d7 arg  0x00000616 , 0x00000011 
- 00030812  0x000085d8 arg  0x0000078e , 0x00000012 
- 00030813  0x000085d9 arg  0x0000078e , 0x00000005 
- 00030814  0x000085da call  0x00007786 
- 00030815  0x000085db arg  0x0000068e , 0x00000011 
- 00030816  0x000085dc arg  0x0000078e , 0x00000012 
- 00030817  0x000085dd arg  0x0000072e , 0x00000005 
- 00030818  0x000085de call  0x00007786 
- 00030819  0x000085df arg  0x000006a6 , 0x00000011 
- 00030820  0x000085e0 arg  0x0000078e , 0x00000005 
- 00030821  0x000085e1 call  0x000077a8 
- 00030822  0x000085e2 arg  0x000005e6 , 0x00000011 
- 00030823  0x000085e3 arg  0x0000078e , 0x00000012 
- 00030824  0x000085e4 arg  0x0000075e , 0x00000005 
- 00030825  0x000085e5 call  0x00007786 
- 00030826  0x000085e6 arg  0x000006a6 , 0x00000011 
- 00030827  0x000085e7 arg  0x0000078e , 0x00000012 
- 00030828  0x000085e8 arg  0x0000078e , 0x00000005 
- 00030829  0x000085e9 call  0x00007786 
- 00030830  0x000085ea arg  0x000005fe , 0x00000011 
- 00030831  0x000085eb arg  0x0000078e , 0x00000012 
- 00030832  0x000085ec arg  0x00000776 , 0x00000005 
- 00030833  0x000085ed call  0x00007786 
- 00030834  0x000085ee arg  0x00000746 , 0x00000011 
- 00030835  0x000085ef arg  0x0000075e , 0x00000012 
- 00030836  0x000085f0 arg  0x0000078e , 0x00000005 
- 00030837  0x000085f1 call  0x00007758 
- 00030838  0x000085f2 arg  0x00000746 , 0x00000011 
- 00030839  0x000085f3 arg  0x0000075e , 0x00000012 
- 00030840  0x000085f4 arg  0x00000746 , 0x00000005 
- 00030841  0x000085f5 call  0x00007755 
- 00030842  0x000085f6 arg  0x0000072e , 0x00000011 
- 00030843  0x000085f7 arg  0x00000776 , 0x00000012 
- 00030844  0x000085f8 arg  0x0000075e , 0x00000005 
- 00030845  0x000085f9 call  0x00007758 
- 00030846  0x000085fa arg  0x0000072e , 0x00000011 
- 00030847  0x000085fb arg  0x00000776 , 0x00000012 
- 00030848  0x000085fc arg  0x0000072e , 0x00000005 
- 00030849  0x000085fd call  0x00007755 
- 00030850  0x000085fe arg  0x0000072e , 0x00000011 
- 00030851  0x000085ff arg  0x0000078e , 0x00000012 
- 00030852  0x00008600 arg  0x0000072e , 0x00000005 
- 00030853  0x00008601 call  0x00007786 
- 00030854  0x00008602 arg  0x000006a6 , 0x00000011 
- 00030855  0x00008603 arg  0x00000616 , 0x00000012 
- 00030856  0x00008604 arg  0x00000776 , 0x00000005 
- 00030857  0x00008605 call  0x00007786 
- 00030858  0x00008606 arg  0x00000776 , 0x00000011 
- 00030859  0x00008607 arg  0x0000078e , 0x00000012 
- 00030860  0x00008608 arg  0x000006a6 , 0x00000005 
- 00030861  0x00008609 call  0x00007786 
- 00030862  0x0000860a arg  0x0000078e , 0x00000011 
- 00030863  0x0000860b arg  0x0000078e , 0x00000005 
- 00030864  0x0000860c call  0x000077a8 
- 00030865  0x0000860d arg  0x0000078e , 0x00000011 
- 00030866  0x0000860e arg  0x00000746 , 0x00000012 
- 00030867  0x0000860f arg  0x00000776 , 0x00000005 
- 00030868  0x00008610 call  0x00007786 
- 00030869  0x00008611 arg  0x0000078e , 0x00000011 
- 00030870  0x00008612 arg  0x0000072e , 0x00000012 
- 00030871  0x00008613 arg  0x0000072e , 0x00000005 
- 00030872  0x00008614 call  0x00007786 
- 00030873  0x00008615 arg  0x0000075e , 0x00000011 
- 00030874  0x00008616 arg  0x00000676 , 0x00000005 
- 00030875  0x00008617 call  0x000077a8 
- 00030876  0x00008618 arg  0x00000676 , 0x00000011 
- 00030877  0x00008619 arg  0x00000776 , 0x00000012 
- 00030878  0x0000861a arg  0x00000676 , 0x00000005 
- 00030879  0x0000861b call  0x00007758 
- 00030880  0x0000861c arg  0x00000676 , 0x00000006 
- 00030881  0x0000861d arg  0x0000078e , 0x00000005 
- 00030882  0x0000861e call  0x00007ebe 
- 00030883  0x0000861f arg  0x0000078e , 0x00000011 
- 00030884  0x00008620 call  0x00007748 
- 00030885  0x00008621 arg  0x00000776 , 0x00000011 
- 00030886  0x00008622 arg  0x0000078e , 0x00000012 
- 00030887  0x00008623 arg  0x00000776 , 0x00000005 
- 00030888  0x00008624 call  0x00007758 
- 00030889  0x00008625 arg  0x00000776 , 0x00000011 
- 00030890  0x00008626 arg  0x0000075e , 0x00000012 
- 00030891  0x00008627 arg  0x0000075e , 0x00000005 
- 00030892  0x00008628 call  0x00007786 
- 00030893  0x00008629 arg  0x0000075e , 0x00000011 
- 00030894  0x0000862a arg  0x0000072e , 0x00000012 
- 00030895  0x0000862b arg  0x0000068e , 0x00000005 
- 00030896  0x0000862c call  0x00007758 
- 00030897  0x0000862d arg  0x0000068e , 0x00000011 
- 00030898  0x0000862e arg  0x00000886 , 0x00000012 
- 00030899  0x0000862f arg  0x0000068e , 0x00000005 
- 00030900  0x00008630 force  0x00000000 , 0x00000013 
- 00030901  0x00008631 fetch  0x00000001 , 0x0000068e 
- 00030902  0x00008632 isolate1  0x00000000 , 0x0000003f 
- 00030903  0x00008633 call  0x00007711 , 0x00000001 
- 00030904  0x00008634 copy  0x00000013 , 0x00000030 
- 00030905  0x00008635 arg  0x0000068e , 0x00000011 
- 00030906  0x00008636 call  0x0000772d 
- 00030907  0x00008637 fetch  0x00000001 , 0x000006a5 
- 00030908  0x00008638 isolate1  0x00000000 , 0x00000030 
- 00030909  0x00008639 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00030910  0x0000863a store  0x00000001 , 0x000006a5 
- 00030911  0x0000863b rtn 
- 00030912  0x00008640 fetch  0x00000001 , 0x000005e3 
- 00030913  0x00008641 increase  0xffffffff , 0x0000003f 
- 00030914  0x00008642 nrtn  0x00000002 
- 00030915  0x00008643 store  0x00000001 , 0x000005e3 
- 00030916  0x00008644 fetch  0x00000001 , 0x000005e2 
- 00030917  0x00008645 call  0x00007803 , 0x00000034 
- 00030918  0x00008646 fetch  0x00000001 , 0x000005e3 
- 00030919  0x00008647 arg  0x000006be , 0x00000006 
- 00030920  0x00008648 call  0x000076ec 
- 00030921  0x00008649 branch  0x000078c0 , 0x00000001 
- 00030922  0x0000864a fetch  0x00000001 , 0x000005e2 
- 00030923  0x0000864b nbranch  0x000078ce , 0x00000034 
- 00030924  0x0000864c call  0x00007854 
- 00030925  0x0000864d branch  0x000078c0 
- 00030926  0x0000864f jam  0x00000000 , 0x000005e2 
- 00030927  0x00008650 arg  0x000005e6 , 0x00000006 
- 00030928  0x00008651 arg  0x00000676 , 0x00000005 
- 00030929  0x00008652 call  0x000076f2 
- 00030930  0x00008653 branch  0x000078c0 
- 00030931  0x00008657 arg  0x000006a6 , 0x00000011 
- 00030932  0x00008658 arg  0x00000776 , 0x00000005 
- 00030933  0x00008659 call  0x000077be 
- 00030934  0x0000865a arg  0x00000776 , 0x00000011 
- 00030935  0x0000865b arg  0x0000072e , 0x00000005 
- 00030936  0x0000865c call  0x000077a8 
- 00030937  0x0000865d arg  0x00000676 , 0x00000011 
- 00030938  0x0000865e arg  0x0000072e , 0x00000012 
- 00030939  0x0000865f arg  0x0000062e , 0x00000005 
- 00030940  0x00008660 call  0x00007786 
- 00030941  0x00008661 arg  0x00000776 , 0x00000011 
- 00030942  0x00008662 arg  0x0000072e , 0x00000012 
- 00030943  0x00008663 arg  0x0000075e , 0x00000005 
- 00030944  0x00008664 call  0x00007786 
- 00030945  0x00008665 arg  0x0000068e , 0x00000011 
- 00030946  0x00008666 arg  0x0000075e , 0x00000012 
- 00030947  0x00008667 arg  0x00000646 , 0x00000005 
- 00030948  0x00008668 branch  0x00007786 
- 00030949  0x0000866d ifetch  0x00000004 , 0x00000006 
- 00030950  0x0000866e force  0x00000004 , 0x00000011 
- 00030951  0x0000866f increase  0x00000003 , 0x00000005 
- 00030952  0x00008671 istore  0x00000001 , 0x00000005 
- 00030953  0x00008672 rshift8  0x0000003f , 0x0000003f 
- 00030954  0x00008673 increase  0xfffffffe , 0x00000005 
- 00030955  0x00008674 increase  0xffffffff , 0x00000011 
- 00030956  0x00008675 nbranch  0x000078e8 , 0x00000005 
- 00030957  0x00008676 increase  0x00000005 , 0x00000005 
- 00030958  0x00008677 loop  0x000078e5 
- 00030959  0x00008678 rtn 
- 00030960  0x0000867c lshift2  0x00000007 , 0x0000003f 
- 00030961  0x0000867d iadd  0x0000000b , 0x00000006 
- 00030962  0x0000867e ifetch  0x00000004 , 0x00000006 
- 00030963  0x0000867f rtn 
- 00030964  0x00008682 force  0x00000010 , 0x00000030 
- 00030965  0x00008683 arg  0x000005e6 , 0x0000000b 
- 00030966  0x00008685 add  0x00000030 , 0xfffffff9 , 0x00000007 
- 00030967  0x00008686 call  0x000078f0 
- 00030968  0x00008687 iforce  0x00000002 
- 00030969  0x00008688 add  0x00000030 , 0xfffffff0 , 0x00000007 
- 00030970  0x00008689 call  0x000078f0 
- 00030971  0x0000868a iadd  0x00000002 , 0x00000002 
- 00030972  0x0000868b add  0x00000030 , 0xfffffffe , 0x00000007 
- 00030973  0x0000868c call  0x000078f0 
- 00030974  0x0000868d shasx  0x0000003f , 0x00000001 , 0x0000003f 
- 00030975  0x0000868e iadd  0x00000002 , 0x00000002 
- 00030976  0x0000868f add  0x00000030 , 0xfffffff1 , 0x00000007 
- 00030977  0x00008690 call  0x000078f0 
- 00030978  0x00008691 shasx  0x0000003f , 0x00000000 , 0x0000003f 
- 00030979  0x00008692 iadd  0x00000002 , 0x00000002 
- 00030980  0x00008693 lshift2  0x00000030 , 0x0000003f 
- 00030981  0x00008694 iadd  0x0000000b , 0x00000005 
- 00030982  0x00008695 istoret  0x00000004 , 0x00000005 
- 00030983  0x00008696 increase  0x00000001 , 0x00000030 
- 00030984  0x00008697 compare  0x00000040 , 0x00000030 , 0x000000ff 
- 00030985  0x00008698 nbranch  0x000078f6 , 0x00000001 
- 00030986  0x00008699 rtn 
- 00030987  0x0000869d arg  0x000008fe , 0x00000006 
- 00030988  0x0000869e force  0x00000007 , 0x00000038 
- 00030989  0x000086a0 ifetch  0x00000004 , 0x00000006 
- 00030990  0x000086a1 iforce  0x0000002f 
- 00030991  0x000086a2 increase  0xffffffff , 0x00000038 
- 00030992  0x000086a3 branch  0x0000790d , 0x00000002 
- 00030993  0x000086a4 rtn 
- 00030994  0x000086a7 bpatchx  0x000000ec , 0x0000403d 
- 00030995  0x000086a8 call  0x000078f4 
- 00030996  0x000086a9 arg  0x000006e6 , 0x00000005 
- 00030997  0x000086aa force  0x00000000 , 0x00000038 
- 00030998  0x000086ac deposit  0x0000002f 
- 00030999  0x000086ad istore  0x00000004 , 0x00000005 
- 00031000  0x000086ae increase  0x00000001 , 0x00000038 
- 00031001  0x000086af compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00031002  0x000086b0 nbranch  0x00007916 , 0x00000001 
- 00031003  0x000086b1 call  0x000074b9 
- 00031004  0x000086b2 arg  0x00008700 , 0x0000000b 
- 00031005  0x000086b3 arg  0x000005e6 , 0x00000030 
- 00031006  0x000086b4 force  0x00000040 , 0x00000039 
- 00031007  0x000086b6 ifetcht  0x00000004 , 0x00000030 
- 00031008  0x000086b7 ifetch  0x00000004 , 0x0000000b 
- 00031009  0x000086b8 increase  0x00000004 , 0x0000000b 
- 00031010  0x000086b9 increase  0x00000004 , 0x00000030 
- 00031011  0x000086ba iadd  0x00000002 , 0x0000003f 
- 00031012  0x000086bb force  0x00000007 , 0x00000038 
- 00031013  0x000086bc iadd  0x0000002f , 0x00000002 
- 00031014  0x000086bd force  0x00000004 , 0x00000038 
- 00031015  0x000086be shasx  0x0000002f , 0x00000003 , 0x0000003f 
- 00031016  0x000086bf iadd  0x00000002 , 0x00000002 
- 00031017  0x000086c0 force  0x00000005 , 0x00000038 
- 00031018  0x000086c1 deposit  0x0000002f 
- 00031019  0x000086c2 force  0x00000006 , 0x00000038 
- 00031020  0x000086c3 ixor  0x0000002f , 0x0000003f 
- 00031021  0x000086c4 force  0x00000004 , 0x00000038 
- 00031022  0x000086c5 iand  0x0000002f , 0x0000003f 
- 00031023  0x000086c6 force  0x00000006 , 0x00000038 
- 00031024  0x000086c7 ixor  0x0000002f , 0x0000003f 
- 00031025  0x000086c8 iadd  0x00000002 , 0x00000002 
- 00031026  0x000086c9 force  0x00000007 , 0x00000038 
- 00031027  0x000086ca copy  0x00000002 , 0x0000002f 
- 00031028  0x000086cb force  0x00000003 , 0x00000038 
- 00031029  0x000086cc deposit  0x0000002f 
- 00031030  0x000086cd iadd  0x00000002 , 0x0000002f 
- 00031031  0x000086ce force  0x00000000 , 0x00000038 
- 00031032  0x000086cf deposit  0x0000002f 
- 00031033  0x000086d0 force  0x00000001 , 0x00000038 
- 00031034  0x000086d1 iand  0x0000002f , 0x00000002 
- 00031035  0x000086d2 ior  0x0000002f , 0x0000003f 
- 00031036  0x000086d3 force  0x00000002 , 0x00000038 
- 00031037  0x000086d4 iand  0x0000002f , 0x0000003f 
- 00031038  0x000086d5 ior  0x00000002 , 0x00000002 
- 00031039  0x000086d6 force  0x00000000 , 0x00000038 
- 00031040  0x000086d7 shasx  0x0000002f , 0x00000002 , 0x0000003f 
- 00031041  0x000086d8 iadd  0x00000002 , 0x0000003f 
- 00031042  0x000086d9 force  0x00000007 , 0x00000038 
- 00031043  0x000086da iadd  0x0000002f , 0x0000002f 
- 00031044  0x000086db regexrot 
- 00031045  0x000086dc loop  0x0000791f 
- 00031046  0x000086dd arg  0x000006e6 , 0x00000006 
- 00031047  0x000086de force  0x00000000 , 0x00000038 
- 00031048  0x000086e0 ifetch  0x00000004 , 0x00000006 
- 00031049  0x000086e1 iadd  0x0000002f , 0x0000002f 
- 00031050  0x000086e2 increase  0x00000001 , 0x00000038 
- 00031051  0x000086e3 compare  0x00000008 , 0x00000038 , 0x000000ff 
- 00031052  0x000086e4 nbranch  0x00007948 , 0x00000001 
- 00031053  0x000086e5 branch  0x000074bd 
- 00031054  0x000086e9 arg  0x00000a3e , 0x00000005 
- 00031055  0x000086ea force  0x00000007 , 0x00000038 
- 00031056  0x000086ec deposit  0x0000002f 
- 00031057  0x000086ed istore  0x00000004 , 0x00000005 
- 00031058  0x000086ee increase  0xffffffff , 0x00000038 
- 00031059  0x000086ef branch  0x00007950 , 0x00000002 
- 00031060  0x000086f0 rtn 
- 00031061  0x000086f4 arg  0x000005e6 , 0x00000005 
- 00031062  0x000086f5 increase  0xfffffffc , 0x00000006 
- 00031063  0x000086f6 sub  0x00000039 , 0x00000010 , 0x00000011 
- 00031064  0x000086f8 ifetch  0x00000004 , 0x00000006 
- 00031065  0x000086f9 ixor  0x00000002 , 0x0000003f 
- 00031066  0x000086fa istore  0x00000004 , 0x00000005 
- 00031067  0x000086fb increase  0xfffffff8 , 0x00000006 
- 00031068  0x000086fc loop  0x00007958 
- 00031069  0x000086fd copy  0x00000011 , 0x00000039 
- 00031070  0x000086fe deposit  0x00000002 
- 00031071  0x00008700 istore  0x00000004 , 0x00000005 
- 00031072  0x00008701 loop  0x0000795f 
- 00031073  0x00008702 rtn 
- 00031074  0x00008705 call  0x00007967 
- 00031075  0x00008706 call  0x0000794e 
- 00031076  0x00008707 branch  0x0000798d 
- 00031077  0x0000870a call  0x00007967 
- 00031078  0x0000870b branch  0x0000798d 
- 00031079  0x0000870e arg  0x000009de , 0x00000006 
- 00031080  0x0000870f arg  0x000005e6 , 0x00000005 
- 00031081  0x00008710 force  0x00000006 , 0x00000039 
- 00031082  0x00008711 call  0x00007a71 
- 00031083  0x00008712 arg  0x00004642 , 0x00000006 
- 00031084  0x00008713 force  0x00000006 , 0x00000039 
- 00031085  0x00008714 call  0x00007a71 
- 00031086  0x00008715 arg  0x00000a3e , 0x00000006 
- 00031087  0x00008716 call  0x00007a70 
- 00031088  0x00008717 call  0x0000790b 
- 00031089  0x00008718 call  0x00007912 
- 00031090  0x00008719 arg  0x00000a2e , 0x00000006 
- 00031091  0x0000871a arg  0x000005e6 , 0x00000005 
- 00031092  0x0000871b branch  0x00007984 
- 00031093  0x0000871e arg  0x00004642 , 0x00000006 
- 00031094  0x0000871f arg  0x000005e6 , 0x00000005 
- 00031095  0x00008720 force  0x00000006 , 0x00000039 
- 00031096  0x00008721 call  0x00007a71 
- 00031097  0x00008722 arg  0x000009de , 0x00000006 
- 00031098  0x00008723 force  0x00000006 , 0x00000039 
- 00031099  0x00008724 call  0x00007a71 
- 00031100  0x00008725 arg  0x00000a2e , 0x00000006 
- 00031101  0x00008726 call  0x00007a70 
- 00031102  0x00008727 call  0x0000790b 
- 00031103  0x00008728 call  0x00007912 
- 00031104  0x00008729 arg  0x00000a3e , 0x00000006 
- 00031105  0x0000872a arg  0x000005e6 , 0x00000005 
- 00031106  0x0000872b call  0x00007984 
- 00031107  0x0000872c branch  0x0000798d 
- 00031108  0x0000872f call  0x00007a70 
- 00031109  0x00008730 setarg  0x00800000 
- 00031110  0x00008731 lshift8  0x0000003f , 0x0000003f 
- 00031111  0x00008732 istore  0x00000004 , 0x00000005 
- 00031112  0x00008733 force  0x00000005 , 0x00000039 
- 00031113  0x00008734 call  0x00007ec6 
- 00031114  0x00008735 setarg  0x00000280 
- 00031115  0x00008736 istore  0x00000004 , 0x00000005 
- 00031116  0x00008737 branch  0x00007912 
- 00031117  0x00008739 fetch  0x00000004 , 0x00000a3e 
- 00031118  0x0000873b arg  0x000003e8 , 0x00000011 
- 00031119  0x0000873c idiv  0x00000011 
- 00031120  0x0000873d call  0x00007f86 
- 00031121  0x0000873e remainder  0x0000003f 
- 00031122  0x0000873f store  0x00000004 , 0x000009ba 
- 00031123  0x00008740 quotient  0x0000003f 
- 00031124  0x00008741 arg  0x000003e8 , 0x00000011 
- 00031125  0x00008742 idiv  0x00000011 
- 00031126  0x00008743 call  0x00007f86 
- 00031127  0x00008744 remainder  0x0000003f 
- 00031128  0x00008745 arg  0x000003e8 , 0x00000011 
- 00031129  0x00008746 imul32  0x00000011 , 0x0000003f 
- 00031130  0x00008747 fetcht  0x00000004 , 0x000009ba 
- 00031131  0x00008748 iadd  0x00000002 , 0x0000003f 
- 00031132  0x00008749 store  0x00000004 , 0x000009ba 
- 00031133  0x0000874a rtn 
- 00031134  0x0000874d jam  0x00000000 , 0x00004664 
- 00031135  0x0000874e branch  0x000079a2 
- 00031136  0x00008751 fetch  0x00000001 , 0x00004662 
- 00031137  0x00008752 bne  0x00000002 , 0x0000799e 
- 00031138  0x00008754 bpatchx  0x000000ed , 0x0000403d 
- 00031139  0x00008755 setarg  0x00363636 
- 00031140  0x00008756 lshift8  0x0000003f , 0x00000002 
- 00031141  0x00008757 or_into  0x00000036 , 0x00000002 
- 00031142  0x00008758 fetch  0x00000002 , 0x00000a7e 
- 00031143  0x00008759 copy  0x0000003f , 0x00000006 
- 00031144  0x0000875a force  0x00000004 , 0x00000039 
- 00031145  0x0000875b call  0x00007955 
- 00031146  0x0000875c call  0x0000790b 
- 00031147  0x0000875d call  0x00007912 
- 00031148  0x0000875e fetch  0x00000002 , 0x00000a80 
- 00031149  0x0000875f copy  0x0000003f , 0x00000006 
- 00031150  0x00008760 arg  0x000005e6 , 0x00000005 
- 00031151  0x00008761 force  0x00000006 , 0x00000039 
- 00031152  0x00008762 call  0x00007a71 
- 00031153  0x00008763 fetch  0x00000002 , 0x00000a82 
- 00031154  0x00008764 copy  0x0000003f , 0x00000006 
- 00031155  0x00008765 force  0x00000006 , 0x00000039 
- 00031156  0x00008766 call  0x00007a71 
- 00031157  0x00008767 setarg  0x00800000 
- 00031158  0x00008768 istore  0x00000003 , 0x00000005 
- 00031159  0x0000876a fetch  0x00000001 , 0x00004664 
- 00031160  0x0000876c istore  0x00000001 , 0x00000005 
- 00031161  0x0000876d force  0x00000000 , 0x0000003f 
- 00031162  0x0000876e istore  0x00000008 , 0x00000005 
- 00031163  0x0000876f setarg  0x00000388 
- 00031164  0x00008770 istore  0x00000004 , 0x00000005 
- 00031165  0x00008771 call  0x00007912 
- 00031166  0x00008772 call  0x0000794e 
- 00031167  0x00008773 arg  0x00000a3e , 0x00000006 
- 00031168  0x00008774 arg  0x00000706 , 0x00000005 
- 00031169  0x00008775 call  0x00007ebd 
- 00031170  0x00008777 setarg  0x005c5c5c 
- 00031171  0x00008778 lshift8  0x0000003f , 0x00000002 
- 00031172  0x00008779 or_into  0x0000005c , 0x00000002 
- 00031173  0x0000877a fetch  0x00000002 , 0x00000a7e 
- 00031174  0x0000877b copy  0x0000003f , 0x00000006 
- 00031175  0x0000877c force  0x00000004 , 0x00000039 
- 00031176  0x0000877d call  0x00007955 
- 00031177  0x0000877e call  0x0000790b 
- 00031178  0x0000877f call  0x00007912 
- 00031179  0x00008780 arg  0x00000726 , 0x00000006 
- 00031180  0x00008781 arg  0x000005e6 , 0x00000005 
- 00031181  0x00008782 force  0x00000008 , 0x00000039 
- 00031182  0x00008783 call  0x00007a71 
- 00031183  0x00008784 setarg  0x00800000 
- 00031184  0x00008785 lshift8  0x0000003f , 0x0000003f 
- 00031185  0x00008786 istore  0x00000004 , 0x00000005 
- 00031186  0x00008787 call  0x00007ec5 
- 00031187  0x00008788 setarg  0x00000300 
- 00031188  0x00008789 istore  0x00000004 , 0x00000005 
- 00031189  0x0000878a call  0x00007912 
- 00031190  0x0000878b branch  0x0000794e 
- 00031191  0x0000878f setarg  0x00363636 
- 00031192  0x00008790 lshift8  0x0000003f , 0x00000002 
- 00031193  0x00008791 or_into  0x00000036 , 0x00000002 
- 00031194  0x00008792 arg  0x00000a1e , 0x00000006 
- 00031195  0x00008793 force  0x00000006 , 0x00000039 
- 00031196  0x00008794 call  0x00007955 
- 00031197  0x00008795 call  0x0000790b 
- 00031198  0x00008796 call  0x00007912 
- 00031199  0x00008797 fetch  0x00000002 , 0x00000a8a 
- 00031200  0x00008798 copy  0x0000003f , 0x00000006 
- 00031201  0x00008799 arg  0x000005e6 , 0x00000005 
- 00031202  0x0000879a call  0x00007a70 
- 00031203  0x0000879b fetch  0x00000002 , 0x00000a8c 
- 00031204  0x0000879c copy  0x0000003f , 0x00000006 
- 00031205  0x0000879d call  0x00007a70 
- 00031206  0x0000879f setarg  0x0062746c 
- 00031207  0x000087a0 lshift8  0x0000003f , 0x0000003f 
- 00031208  0x000087a1 or_into  0x0000006b , 0x0000003f 
- 00031209  0x000087a2 istore  0x00000004 , 0x00000005 
- 00031210  0x000087a3 arg  0x00000733 , 0x00000006 
- 00031211  0x000087a4 force  0x00000003 , 0x00000039 
- 00031212  0x000087a5 call  0x00007a71 
- 00031213  0x000087a7 setarg  0x00800000 
- 00031214  0x000087a8 lshift8  0x0000003f , 0x0000003f 
- 00031215  0x000087a9 istore  0x00000004 , 0x00000005 
- 00031216  0x000087aa force  0x00000000 , 0x0000003f 
- 00031217  0x000087ab istore  0x00000008 , 0x00000005 
- 00031218  0x000087ac setarg  0x00000380 
- 00031219  0x000087ad istore  0x00000004 , 0x00000005 
- 00031220  0x000087ae call  0x00007912 
- 00031221  0x000087b0 call  0x0000794e 
- 00031222  0x000087b1 arg  0x00000a3e , 0x00000006 
- 00031223  0x000087b2 arg  0x00000706 , 0x00000005 
- 00031224  0x000087b3 call  0x00007ebd 
- 00031225  0x000087b5 setarg  0x005c5c5c 
- 00031226  0x000087b6 lshift8  0x0000003f , 0x00000002 
- 00031227  0x000087b7 or_into  0x0000005c , 0x00000002 
- 00031228  0x000087b8 arg  0x00000a1e , 0x00000006 
- 00031229  0x000087b9 force  0x00000006 , 0x00000039 
- 00031230  0x000087ba call  0x00007955 
- 00031231  0x000087bb call  0x0000790b 
- 00031232  0x000087bc call  0x00007912 
- 00031233  0x000087bd arg  0x00000726 , 0x00000006 
- 00031234  0x000087be arg  0x000005e6 , 0x00000005 
- 00031235  0x000087bf force  0x00000008 , 0x00000039 
- 00031236  0x000087c0 call  0x00007a71 
- 00031237  0x000087c1 setarg  0x00800000 
- 00031238  0x000087c2 lshift8  0x0000003f , 0x0000003f 
- 00031239  0x000087c3 istore  0x00000004 , 0x00000005 
- 00031240  0x000087c4 call  0x00007ec5 
- 00031241  0x000087c5 setarg  0x00000300 
- 00031242  0x000087c6 istore  0x00000004 , 0x00000005 
- 00031243  0x000087c7 call  0x00007912 
- 00031244  0x000087c8 branch  0x0000794e 
- 00031245  0x000087cc fetch  0x00000001 , 0x00004662 
- 00031246  0x000087cd bne  0x00000002 , 0x00007a1e 
- 00031247  0x000087cf bpatchx  0x000000ee , 0x0000403d 
- 00031248  0x000087d0 setarg  0x00363636 
- 00031249  0x000087d1 lshift8  0x0000003f , 0x00000002 
- 00031250  0x000087d2 or_into  0x00000036 , 0x00000002 
- 00031251  0x000087d3 arg  0x00000a1e , 0x00000006 
- 00031252  0x000087d4 force  0x00000006 , 0x00000039 
- 00031253  0x000087d5 call  0x00007955 
- 00031254  0x000087d6 call  0x0000790b 
- 00031255  0x000087d7 call  0x00007912 
- 00031256  0x000087d8 arg  0x00000a3e , 0x00000006 
- 00031257  0x000087d9 arg  0x000005e6 , 0x00000005 
- 00031258  0x000087da call  0x00007a70 
- 00031259  0x000087db arg  0x00000a2e , 0x00000006 
- 00031260  0x000087dc call  0x00007a70 
- 00031261  0x000087dd branch  0x00007a33 
- 00031262  0x000087e0 setarg  0x00000000 
- 00031263  0x000087e1 store  0x00000004 , 0x0000468a 
- 00031264  0x000087e2 branch  0x00007a0f 
- 00031265  0x000087e5 setarg  0x00000000 
- 00031266  0x000087e6 store  0x00000004 , 0x0000468a 
- 00031267  0x000087e7 branch  0x00007a26 
- 00031268  0x000087eb fetch  0x00000001 , 0x00004662 
- 00031269  0x000087ec bne  0x00000002 , 0x00007a21 
- 00031270  0x000087ee setarg  0x00363636 
- 00031271  0x000087ef lshift8  0x0000003f , 0x00000002 
- 00031272  0x000087f0 or_into  0x00000036 , 0x00000002 
- 00031273  0x000087f1 arg  0x00000a1e , 0x00000006 
- 00031274  0x000087f2 force  0x00000006 , 0x00000039 
- 00031275  0x000087f3 call  0x00007955 
- 00031276  0x000087f4 call  0x0000790b 
- 00031277  0x000087f5 call  0x00007912 
- 00031278  0x000087f7 arg  0x00000a2e , 0x00000006 
- 00031279  0x000087f8 arg  0x000005e6 , 0x00000005 
- 00031280  0x000087f9 call  0x00007a70 
- 00031281  0x000087fa arg  0x00000a3e , 0x00000006 
- 00031282  0x000087fb call  0x00007a70 
- 00031283  0x000087fd setarg  0x00000000 
- 00031284  0x000087fe istore  0x00000008 , 0x00000005 
- 00031285  0x000087ff istore  0x00000004 , 0x00000005 
- 00031286  0x00008800 fetch  0x00000004 , 0x0000468a 
- 00031287  0x00008801 istore  0x00000004 , 0x00000005 
- 00031288  0x00008803 copy  0x00000005 , 0x00000002 
- 00031289  0x00008804 jam  0x00000080 , 0x00000726 
- 00031290  0x00008805 copy  0x00000002 , 0x00000005 
- 00031291  0x00008806 arg  0x00000736 , 0x00000006 
- 00031292  0x00008807 call  0x00007a70 
- 00031293  0x00008809 call  0x00007912 
- 00031294  0x0000880b arg  0x000005e6 , 0x00000005 
- 00031295  0x0000880c force  0x00000007 , 0x00000039 
- 00031296  0x0000880d call  0x00007ec6 
- 00031297  0x0000880e istore  0x00000004 , 0x00000005 
- 00031298  0x0000880f setarg  0x000003f8 
- 00031299  0x00008810 istore  0x00000004 , 0x00000005 
- 00031300  0x00008811 call  0x00007912 
- 00031301  0x00008812 call  0x0000794e 
- 00031302  0x00008814 arg  0x00000a3e , 0x00000006 
- 00031303  0x00008815 arg  0x00000706 , 0x00000005 
- 00031304  0x00008816 call  0x00007ebd 
- 00031305  0x00008818 setarg  0x005c5c5c 
- 00031306  0x00008819 lshift8  0x0000003f , 0x00000002 
- 00031307  0x0000881a or_into  0x0000005c , 0x00000002 
- 00031308  0x0000881b arg  0x00000a1e , 0x00000006 
- 00031309  0x0000881c force  0x00000006 , 0x00000039 
- 00031310  0x0000881d call  0x00007955 
- 00031311  0x0000881e call  0x0000790b 
- 00031312  0x0000881f call  0x00007912 
- 00031313  0x00008820 arg  0x00000726 , 0x00000006 
- 00031314  0x00008821 arg  0x000005e6 , 0x00000005 
- 00031315  0x00008822 force  0x00000008 , 0x00000039 
- 00031316  0x00008823 call  0x00007a71 
- 00031317  0x00008824 setarg  0x00800000 
- 00031318  0x00008825 lshift8  0x0000003f , 0x0000003f 
- 00031319  0x00008826 istore  0x00000004 , 0x00000005 
- 00031320  0x00008827 call  0x00007ec5 
- 00031321  0x00008828 setarg  0x00000300 
- 00031322  0x00008829 istore  0x00000004 , 0x00000005 
- 00031323  0x0000882a call  0x00007912 
- 00031324  0x0000882b branch  0x0000794e 
- 00031325  0x00008833 jam  0x000000c0 , 0x000005e3 
- 00031326  0x00008835 fetch  0x00000001 , 0x000005e3 
- 00031327  0x00008836 rtn  0x00000034 
- 00031328  0x00008837 increase  0xffffffff , 0x0000003f 
- 00031329  0x00008838 store  0x00000001 , 0x000005e3 
- 00031330  0x00008839 arg  0x000006be , 0x00000006 
- 00031331  0x0000883a call  0x000076ec 
- 00031332  0x0000883b branch  0x00007a5e , 0x00000001 
- 00031333  0x0000883c arg  0x000005e6 , 0x00000006 
- 00031334  0x0000883d arg  0x00000676 , 0x00000005 
- 00031335  0x0000883e branch  0x000076f2 
- 00031336  0x00008841 call  0x00007803 
- 00031337  0x00008842 fetch  0x00000001 , 0x000005e3 
- 00031338  0x00008843 increase  0xffffffff , 0x0000003f 
- 00031339  0x00008844 store  0x00000001 , 0x000005e3 
- 00031340  0x00008845 arg  0x000006be , 0x00000006 
- 00031341  0x00008846 call  0x000076ec 
- 00031342  0x00008847 rtn  0x00000001 
- 00031343  0x00008848 branch  0x00007854 
- 00031344  0x0000884b force  0x00000004 , 0x00000039 
- 00031345  0x0000884d increase  0xfffffffc , 0x00000006 
- 00031346  0x0000884f ifetch  0x00000004 , 0x00000006 
- 00031347  0x00008850 istore  0x00000004 , 0x00000005 
- 00031348  0x00008851 increase  0xfffffff8 , 0x00000006 
- 00031349  0x00008852 loop  0x00007a72 
- 00031350  0x00008853 rtn 
- 00031351  0x00008859 bpatchx  0x000000ef , 0x0000403d 
- 00031352  0x0000885a fetch  0x00000001 , 0x000044be 
- 00031353  0x0000885b branch  0x00005af0 , 0x00000034 
- 00031354  0x0000885c call  0x00005aec 
- 00031355  0x0000885d call  0x00007583 
- 00031356  0x0000885f branch  0x00007a7d 
- 00031357  0x00008865 fetch  0x00000001 , 0x000044c3 
- 00031358  0x00008866 rtnne  0x00000000 
- 00031359  0x00008867 fetch  0x00000001 , 0x000044c0 
- 00031360  0x00008868 rtnne  0x00000000 
- 00031361  0x0000886a arg  0x000045b2 , 0x00000005 
- 00031362  0x0000886b force  0x0000000f , 0x00000007 
- 00031363  0x0000886c call  0x000076a2 
- 00031364  0x0000886d random  0x0000003f 
- 00031365  0x0000886e rshift  0x0000003f , 0x0000003f 
- 00031366  0x0000886f istore  0x00000002 , 0x00000005 
- 00031367  0x00008871 arg  0x00000766 , 0x00000005 
- 00031368  0x00008872 arg  0x000045b2 , 0x00000006 
- 00031369  0x00008873 call  0x00007ebd 
- 00031370  0x00008875 arg  0x00000646 , 0x00000005 
- 00031371  0x00008876 arg  0x0000095e , 0x00000006 
- 00031372  0x00008877 call  0x00007eb3 
- 00031373  0x00008879 arg  0x00000686 , 0x00000005 
- 00031374  0x0000887a call  0x00007ed0 
- 00031375  0x0000887b jam  0x00000001 , 0x00000686 
- 00031376  0x0000887d call  0x00007ac7 
- 00031377  0x0000887e jam  0x00000003 , 0x000044c0 
- 00031378  0x0000887f rtn 
- 00031379  0x00008882 arg  0x000045d2 , 0x00000005 
- 00031380  0x00008883 arg  0x000006a6 , 0x00000006 
- 00031381  0x00008884 call  0x00007eb3 
- 00031382  0x00008885 jam  0x00000003 , 0x000044c3 
- 00031383  0x00008886 jam  0x00000000 , 0x000044c0 
- 00031384  0x00008887 rtn 
- 00031385  0x0000888c fetch  0x00000001 , 0x000009b9 
- 00031386  0x0000888d rtnne  0x00000000 
- 00031387  0x0000888e fetch  0x00000001 , 0x000044c0 
- 00031388  0x0000888f rtnne  0x00000000 
- 00031389  0x00008891 arg  0x00000766 , 0x00000005 
- 00031390  0x00008892 arg  0x000045b2 , 0x00000006 
- 00031391  0x00008893 call  0x00007ebd 
- 00031392  0x00008895 arg  0x00000646 , 0x00000005 
- 00031393  0x00008896 arg  0x000009be , 0x00000006 
- 00031394  0x00008897 call  0x00007eb3 
- 00031395  0x00008899 arg  0x00000686 , 0x00000005 
- 00031396  0x0000889a call  0x00007ed0 
- 00031397  0x0000889b jam  0x00000001 , 0x00000686 
- 00031398  0x0000889d call  0x00007ac7 
- 00031399  0x0000889e jam  0x00000004 , 0x000044c0 
- 00031400  0x0000889f rtn 
- 00031401  0x000088a4 arg  0x000009fe , 0x00000005 
- 00031402  0x000088a5 arg  0x000006a6 , 0x00000006 
- 00031403  0x000088a6 call  0x00007ebd 
- 00031404  0x000088a7 jam  0x00000003 , 0x000009b9 
- 00031405  0x000088a8 jam  0x00000000 , 0x000044c0 
- 00031406  0x000088a9 rtn 
- 00031407  0x000088ae fetch  0x00000001 , 0x000044be 
- 00031408  0x000088af rtn  0x00000034 
- 00031409  0x000088b0 fetch  0x00000001 , 0x000044c0 
- 00031410  0x000088b1 rtn  0x00000034 
- 00031411  0x000088b2 increase  0x00000080 , 0x0000003f 
- 00031412  0x000088b3 store  0x00000001 , 0x000044c0 
- 00031413  0x000088b4 rtnbit1  0x00000007 
- 00031414  0x000088b5 fetch  0x00000002 , 0x000005e3 
- 00031415  0x000088b6 branch  0x00007ab9 , 0x00000034 
- 00031416  0x000088b7 branch  0x00007abf 
- 00031417  0x000088ba bpatchx  0x000000f0 , 0x0000403e 
- 00031418  0x000088bb call  0x00007ad4 
- 00031419  0x000088bc fetch  0x00000001 , 0x000044c0 
- 00031420  0x000088bd beq  0x00000003 , 0x00007a93 
- 00031421  0x000088be beq  0x00000004 , 0x00007aa9 
- 00031422  0x000088bf rtn 
- 00031423  0x000088c3 call  0x00007ae6 
- 00031424  0x000088c4 fetch  0x00000002 , 0x000005e3 
- 00031425  0x000088c5 increase  0xffffffff , 0x0000003f 
- 00031426  0x000088c6 store  0x00000002 , 0x000005e3 
- 00031427  0x000088c7 arg  0x00000766 , 0x00000006 
- 00031428  0x000088c8 call  0x000076ec 
- 00031429  0x000088c9 rtn  0x00000001 
- 00031430  0x000088ca branch  0x00007b37 
- 00031431  0x000088cd bpatchx  0x000000f1 , 0x0000403e 
- 00031432  0x000088ce setarg  0x00000100 , 0x0000003f 
- 00031433  0x000088cf store  0x00000002 , 0x000005e3 
- 00031434  0x000088d1 fetch  0x00000002 , 0x000005e3 
- 00031435  0x000088d2 rtn  0x00000034 
- 00031436  0x000088d3 increase  0xffffffff , 0x0000003f 
- 00031437  0x000088d4 store  0x00000002 , 0x000005e3 
- 00031438  0x000088d5 arg  0x00000766 , 0x00000006 
- 00031439  0x000088d6 call  0x000076ec 
- 00031440  0x000088d7 branch  0x00007aca , 0x00000001 
- 00031441  0x000088d8 arg  0x00000646 , 0x00000006 
- 00031442  0x000088d9 arg  0x00000706 , 0x00000005 
- 00031443  0x000088da branch  0x00007eb2 
- 00031444  0x000088de arg  0x00000746 , 0x00000011 
- 00031445  0x000088df arg  0x00000846 , 0x00000005 
- 00031446  0x000088e0 call  0x00007ba3 
- 00031447  0x000088e1 arg  0x00000846 , 0x00000011 
- 00031448  0x000088e2 arg  0x000007e6 , 0x00000005 
- 00031449  0x000088e3 call  0x00007c79 
- 00031450  0x000088e4 arg  0x00000706 , 0x00000011 
- 00031451  0x000088e5 arg  0x000007e6 , 0x00000012 
- 00031452  0x000088e6 arg  0x000006a6 , 0x00000005 
- 00031453  0x000088e7 call  0x00007be1 
- 00031454  0x000088e8 arg  0x00000846 , 0x00000011 
- 00031455  0x000088e9 arg  0x000007e6 , 0x00000012 
- 00031456  0x000088ea arg  0x00000826 , 0x00000005 
- 00031457  0x000088eb call  0x00007be1 
- 00031458  0x000088ec arg  0x00000726 , 0x00000011 
- 00031459  0x000088ed arg  0x00000826 , 0x00000012 
- 00031460  0x000088ee arg  0x000006c6 , 0x00000005 
- 00031461  0x000088ef branch  0x00007be1 
- 00031462  0x000088f2 arg  0x00000746 , 0x00000011 
- 00031463  0x000088f3 arg  0x00000826 , 0x00000005 
- 00031464  0x000088f4 call  0x00007c79 
- 00031465  0x000088f5 arg  0x00000826 , 0x00000011 
- 00031466  0x000088f6 arg  0x00000846 , 0x00000005 
- 00031467  0x000088f7 call  0x00007c79 
- 00031468  0x000088f9 arg  0x0000093e , 0x00000011 
- 00031469  0x000088fa arg  0x00000846 , 0x00000012 
- 00031470  0x000088fb arg  0x00000846 , 0x00000005 
- 00031471  0x000088fc call  0x00007be1 
- 00031472  0x000088fd arg  0x00000706 , 0x00000011 
- 00031473  0x000088fe arg  0x00000826 , 0x00000005 
- 00031474  0x000088ff call  0x00007c79 
- 00031475  0x00008901 arg  0x00000826 , 0x00000006 
- 00031476  0x00008902 arg  0x000007e6 , 0x00000005 
- 00031477  0x00008903 call  0x00007ebd 
- 00031478  0x00008904 arg  0x000007e6 , 0x00000011 
- 00031479  0x00008905 call  0x00007c80 
- 00031480  0x00008906 arg  0x00000826 , 0x00000011 
- 00031481  0x00008907 arg  0x000007e6 , 0x00000012 
- 00031482  0x00008908 arg  0x00000826 , 0x00000005 
- 00031483  0x00008909 call  0x00007c7d 
- 00031484  0x0000890b arg  0x00000826 , 0x00000011 
- 00031485  0x0000890c arg  0x00000846 , 0x00000012 
- 00031486  0x0000890d arg  0x00000826 , 0x00000005 
- 00031487  0x0000890e call  0x00007c7d 
- 00031488  0x00008910 arg  0x00000706 , 0x00000006 
- 00031489  0x00008911 arg  0x000007e6 , 0x00000005 
- 00031490  0x00008912 call  0x00007ebd 
- 00031491  0x00008913 arg  0x00000726 , 0x00000011 
- 00031492  0x00008914 arg  0x00000846 , 0x00000005 
- 00031493  0x00008915 call  0x00007c79 
- 00031494  0x00008916 arg  0x000007e6 , 0x00000011 
- 00031495  0x00008917 call  0x00007c80 
- 00031496  0x00008918 arg  0x000007e6 , 0x00000011 
- 00031497  0x00008919 call  0x00007c80 
- 00031498  0x0000891a arg  0x000007e6 , 0x00000011 
- 00031499  0x0000891b arg  0x00000846 , 0x00000012 
- 00031500  0x0000891c arg  0x000007e6 , 0x00000005 
- 00031501  0x0000891d call  0x00007be1 
- 00031502  0x0000891e arg  0x00000846 , 0x00000011 
- 00031503  0x0000891f arg  0x00000806 , 0x00000005 
- 00031504  0x00008920 call  0x00007c79 
- 00031505  0x00008921 arg  0x00000806 , 0x00000011 
- 00031506  0x00008922 call  0x00007c80 
- 00031507  0x00008923 arg  0x00000806 , 0x00000011 
- 00031508  0x00008924 call  0x00007c80 
- 00031509  0x00008925 arg  0x00000806 , 0x00000011 
- 00031510  0x00008926 call  0x00007c80 
- 00031511  0x00008927 arg  0x00000726 , 0x00000006 
- 00031512  0x00008928 arg  0x00000846 , 0x00000005 
- 00031513  0x00008929 call  0x00007ebd 
- 00031514  0x0000892a arg  0x00000846 , 0x00000011 
- 00031515  0x0000892b call  0x00007c80 
- 00031516  0x0000892c arg  0x00000846 , 0x00000011 
- 00031517  0x0000892d arg  0x00000746 , 0x00000012 
- 00031518  0x0000892e arg  0x00000746 , 0x00000005 
- 00031519  0x0000892f call  0x00007be1 
- 00031520  0x00008932 arg  0x00000826 , 0x00000011 
- 00031521  0x00008933 arg  0x00000846 , 0x00000005 
- 00031522  0x00008934 call  0x00007c79 
- 00031523  0x00008936 arg  0x00000846 , 0x00000011 
- 00031524  0x00008937 arg  0x000007e6 , 0x00000012 
- 00031525  0x00008938 arg  0x00000846 , 0x00000005 
- 00031526  0x00008939 call  0x00007c96 
- 00031527  0x0000893a arg  0x00000846 , 0x00000011 
- 00031528  0x0000893b arg  0x000007e6 , 0x00000012 
- 00031529  0x0000893c arg  0x00000706 , 0x00000005 
- 00031530  0x0000893d call  0x00007c96 
- 00031531  0x0000893e arg  0x000007e6 , 0x00000011 
- 00031532  0x0000893f arg  0x00000706 , 0x00000012 
- 00031533  0x00008940 arg  0x00000846 , 0x00000005 
- 00031534  0x00008941 call  0x00007c96 
- 00031535  0x00008942 arg  0x00000846 , 0x00000011 
- 00031536  0x00008943 arg  0x00000826 , 0x00000012 
- 00031537  0x00008944 arg  0x00000846 , 0x00000005 
- 00031538  0x00008945 call  0x00007be1 
- 00031539  0x00008946 arg  0x00000846 , 0x00000011 
- 00031540  0x00008947 arg  0x00000806 , 0x00000012 
- 00031541  0x00008948 arg  0x00000726 , 0x00000005 
- 00031542  0x00008949 branch  0x00007c96 
- 00031543  0x0000894d arg  0x00000686 , 0x00000011 
- 00031544  0x0000894e arg  0x00000866 , 0x00000005 
- 00031545  0x0000894f call  0x00007c79 
- 00031546  0x00008950 arg  0x00000706 , 0x00000011 
- 00031547  0x00008951 arg  0x00000866 , 0x00000012 
- 00031548  0x00008952 arg  0x00000806 , 0x00000005 
- 00031549  0x00008953 call  0x00007be1 
- 00031550  0x00008956 arg  0x00000686 , 0x00000011 
- 00031551  0x00008957 arg  0x00000866 , 0x00000012 
- 00031552  0x00008958 arg  0x00000866 , 0x00000005 
- 00031553  0x00008959 call  0x00007be1 
- 00031554  0x0000895a arg  0x00000726 , 0x00000011 
- 00031555  0x0000895b arg  0x00000866 , 0x00000012 
- 00031556  0x0000895c arg  0x000007e6 , 0x00000005 
- 00031557  0x0000895d call  0x00007be1 
- 00031558  0x00008960 arg  0x00000746 , 0x00000011 
- 00031559  0x00008961 arg  0x00000866 , 0x00000005 
- 00031560  0x00008962 call  0x00007c79 
- 00031561  0x00008963 arg  0x00000646 , 0x00000011 
- 00031562  0x00008964 arg  0x00000866 , 0x00000012 
- 00031563  0x00008965 arg  0x00000826 , 0x00000005 
- 00031564  0x00008966 call  0x00007be1 
- 00031565  0x00008968 arg  0x00000746 , 0x00000011 
- 00031566  0x00008969 arg  0x00000866 , 0x00000012 
- 00031567  0x0000896a arg  0x00000866 , 0x00000005 
- 00031568  0x0000896b call  0x00007be1 
- 00031569  0x0000896c arg  0x00000666 , 0x00000011 
- 00031570  0x0000896d arg  0x00000866 , 0x00000012 
- 00031571  0x0000896e arg  0x00000846 , 0x00000005 
- 00031572  0x0000896f call  0x00007be1 
- 00031573  0x00008974 arg  0x00000806 , 0x00000012 
- 00031574  0x00008975 arg  0x00000826 , 0x00000011 
- 00031575  0x00008976 arg  0x00000866 , 0x00000005 
- 00031576  0x00008977 call  0x00007c96 
- 00031577  0x00008978 arg  0x00000806 , 0x00000011 
- 00031578  0x00008979 arg  0x00000826 , 0x00000012 
- 00031579  0x0000897a arg  0x00000806 , 0x00000005 
- 00031580  0x0000897b call  0x00007c7d 
- 00031581  0x0000897e arg  0x000007e6 , 0x00000012 
- 00031582  0x0000897f arg  0x00000846 , 0x00000011 
- 00031583  0x00008980 arg  0x00000826 , 0x00000005 
- 00031584  0x00008981 call  0x00007c96 
- 00031585  0x00008982 arg  0x000007e6 , 0x00000011 
- 00031586  0x00008983 arg  0x00000846 , 0x00000012 
- 00031587  0x00008984 arg  0x000007e6 , 0x00000005 
- 00031588  0x00008985 call  0x00007c7d 
- 00031589  0x00008986 arg  0x000007e6 , 0x00000011 
- 00031590  0x00008987 arg  0x00000866 , 0x00000012 
- 00031591  0x00008988 arg  0x000007e6 , 0x00000005 
- 00031592  0x00008989 call  0x00007be1 
- 00031593  0x0000898a arg  0x00000746 , 0x00000011 
- 00031594  0x0000898b arg  0x00000686 , 0x00000012 
- 00031595  0x0000898c arg  0x00000846 , 0x00000005 
- 00031596  0x0000898d call  0x00007be1 
- 00031597  0x0000898e arg  0x00000846 , 0x00000011 
- 00031598  0x0000898f arg  0x00000866 , 0x00000012 
- 00031599  0x00008990 arg  0x00000746 , 0x00000005 
- 00031600  0x00008991 call  0x00007be1 
- 00031601  0x00008993 arg  0x00000866 , 0x00000011 
- 00031602  0x00008994 arg  0x00000866 , 0x00000005 
- 00031603  0x00008995 call  0x00007c79 
- 00031604  0x00008996 arg  0x00000866 , 0x00000011 
- 00031605  0x00008997 arg  0x00000806 , 0x00000012 
- 00031606  0x00008998 arg  0x00000846 , 0x00000005 
- 00031607  0x00008999 call  0x00007be1 
- 00031608  0x0000899a arg  0x00000866 , 0x00000011 
- 00031609  0x0000899b arg  0x000007e6 , 0x00000012 
- 00031610  0x0000899c arg  0x000007e6 , 0x00000005 
- 00031611  0x0000899d call  0x00007be1 
- 00031612  0x0000899e arg  0x00000826 , 0x00000011 
- 00031613  0x0000899f arg  0x00000706 , 0x00000005 
- 00031614  0x000089a0 call  0x00007c79 
- 00031615  0x000089a1 arg  0x00000706 , 0x00000011 
- 00031616  0x000089a2 arg  0x00000846 , 0x00000012 
- 00031617  0x000089a3 arg  0x00000706 , 0x00000005 
- 00031618  0x000089a4 call  0x00007c96 
- 00031619  0x000089a5 arg  0x00000706 , 0x00000006 
- 00031620  0x000089a6 arg  0x00000866 , 0x00000005 
- 00031621  0x000089a7 call  0x00007ebd 
- 00031622  0x000089a8 arg  0x00000866 , 0x00000011 
- 00031623  0x000089a9 call  0x00007c80 
- 00031624  0x000089aa arg  0x00000846 , 0x00000011 
- 00031625  0x000089ab arg  0x00000866 , 0x00000012 
- 00031626  0x000089ac arg  0x00000846 , 0x00000005 
- 00031627  0x000089ad call  0x00007c96 
- 00031628  0x000089ae arg  0x00000846 , 0x00000011 
- 00031629  0x000089af arg  0x00000826 , 0x00000012 
- 00031630  0x000089b0 arg  0x00000826 , 0x00000005 
- 00031631  0x000089b1 call  0x00007be1 
- 00031632  0x000089b2 arg  0x00000826 , 0x00000011 
- 00031633  0x000089b3 arg  0x000007e6 , 0x00000012 
- 00031634  0x000089b4 arg  0x00000726 , 0x00000005 
- 00031635  0x000089b5 call  0x00007c96 
- 00031636  0x000089b6 arg  0x00000726 , 0x00000011 
- 00031637  0x000089b7 arg  0x0000091e , 0x00000012 
- 00031638  0x000089b8 arg  0x00000726 , 0x00000005 
- 00031639  0x000089b9 force  0x00000000 , 0x00000013 
- 00031640  0x000089ba fetch  0x00000001 , 0x00000726 
- 00031641  0x000089bb isolate1  0x00000000 , 0x0000003f 
- 00031642  0x000089bc call  0x00007c7b , 0x00000001 
- 00031643  0x000089bd copy  0x00000013 , 0x00000030 
- 00031644  0x000089be arg  0x00000726 , 0x00000011 
- 00031645  0x000089bf call  0x00007cab 
- 00031646  0x000089c0 fetch  0x00000001 , 0x00000745 
- 00031647  0x000089c1 isolate1  0x00000000 , 0x00000030 
- 00031648  0x000089c2 setflag  0x00000001 , 0x00000007 , 0x0000003f 
- 00031649  0x000089c3 store  0x00000001 , 0x00000745 
- 00031650  0x000089c4 rtn 
- 00031651  0x000089c7 copy  0x00000005 , 0x0000000b 
- 00031652  0x000089c8 arg  0x00000806 , 0x00000005 
- 00031653  0x000089c9 call  0x00007ed0 
- 00031654  0x000089ca force  0x00000000 , 0x0000003f 
- 00031655  0x000089cc store  0x00000004 , 0x00000826 
- 00031656  0x000089cd jam  0x00000001 , 0x00000806 
- 00031657  0x000089ce arg  0x00000786 , 0x00000005 
- 00031658  0x000089cf call  0x00007ed2 
- 00031659  0x000089d0 arg  0x0000091e , 0x00000006 
- 00031660  0x000089d1 arg  0x000007c6 , 0x00000005 
- 00031661  0x000089d2 call  0x00007ebd 
- 00031662  0x000089d3 copy  0x00000011 , 0x00000006 
- 00031663  0x000089d4 arg  0x000007e6 , 0x00000005 
- 00031664  0x000089d5 call  0x00007ebd 
- 00031665  0x000089dc arg  0x000007e6 , 0x00000006 
- 00031666  0x000089dd call  0x00007cb5 
- 00031667  0x000089de branch  0x00007bda , 0x00000034 
- 00031668  0x000089e3 arg  0x000007e6 , 0x00000011 
- 00031669  0x000089e4 arg  0x00000806 , 0x00000012 
- 00031670  0x000089e5 call  0x00007cb8 
- 00031671  0x000089e6 arg  0x000007c6 , 0x00000011 
- 00031672  0x000089e7 arg  0x00000786 , 0x00000012 
- 00031673  0x000089e8 call  0x00007cb8 
- 00031674  0x000089ea arg  0x000007e6 , 0x00000011 
- 00031675  0x000089eb arg  0x000007c6 , 0x00000012 
- 00031676  0x000089ec call  0x00007cb1 
- 00031677  0x000089ed branch  0x00007bcc , 0x00000002 
- 00031678  0x000089ee arg  0x000007c6 , 0x00000011 
- 00031679  0x000089ef arg  0x000007e6 , 0x00000012 
- 00031680  0x000089f0 copy  0x00000011 , 0x00000005 
- 00031681  0x000089f1 call  0x00007ca9 
- 00031682  0x000089f2 arg  0x00000806 , 0x00000011 
- 00031683  0x000089f3 arg  0x00000786 , 0x00000012 
- 00031684  0x000089f4 copy  0x00000012 , 0x00000005 
- 00031685  0x000089f5 call  0x00007c7b 
- 00031686  0x000089f6 ifetch  0x00000001 , 0x00000011 
- 00031687  0x000089f7 iadd  0x00000013 , 0x00000013 
- 00031688  0x000089f8 ifetch  0x00000001 , 0x00000012 
- 00031689  0x000089f9 iadd  0x00000013 , 0x0000003f 
- 00031690  0x000089fa istore  0x00000001 , 0x00000012 
- 00031691  0x000089fb branch  0x00007bb1 
- 00031692  0x000089fd arg  0x000007e6 , 0x00000011 
- 00031693  0x000089fe arg  0x000007c6 , 0x00000012 
- 00031694  0x000089ff copy  0x00000011 , 0x00000005 
- 00031695  0x00008a00 call  0x00007ca9 
- 00031696  0x00008a01 arg  0x00000786 , 0x00000011 
- 00031697  0x00008a02 arg  0x00000806 , 0x00000012 
- 00031698  0x00008a03 copy  0x00000012 , 0x00000005 
- 00031699  0x00008a04 call  0x00007c7b 
- 00031700  0x00008a05 ifetch  0x00000001 , 0x00000011 
- 00031701  0x00008a06 iadd  0x00000013 , 0x00000013 
- 00031702  0x00008a07 ifetch  0x00000001 , 0x00000012 
- 00031703  0x00008a08 iadd  0x00000013 , 0x0000003f 
- 00031704  0x00008a09 istore  0x00000001 , 0x00000012 
- 00031705  0x00008a0a branch  0x00007bb1 
- 00031706  0x00008a0d arg  0x00000786 , 0x00000011 
- 00031707  0x00008a0e copy  0x0000000b , 0x00000005 
- 00031708  0x00008a0f call  0x00007c0a 
- 00031709  0x00008a11 arg  0x0000091e , 0x00000011 
- 00031710  0x00008a12 copy  0x0000000b , 0x00000012 
- 00031711  0x00008a13 copy  0x0000000b , 0x00000005 
- 00031712  0x00008a14 branch  0x00007c96 
- 00031713  0x00008a18 copy  0x00000005 , 0x0000000b 
- 00031714  0x00008a1a force  0x00000000 , 0x00000038 
- 00031715  0x00008a1c arg  0x00000786 , 0x00000005 
- 00031716  0x00008a1d call  0x00007ed2 
- 00031717  0x00008a1e arg  0x00000ad2 , 0x00000005 
- 00031718  0x00008a1f call  0x00007ed2 
- 00031719  0x00008a23 copy  0x00000011 , 0x00000006 
- 00031720  0x00008a25 jam  0x00000000 , 0x00000ad2 
- 00031721  0x00008a26 setarg  0x00000000 
- 00031722  0x00008a27 call  0x00007c73 
- 00031723  0x00008a28 copy  0x00000012 , 0x00000006 
- 00031724  0x00008a29 call  0x00007c77 
- 00031725  0x00008a2c force  0x00000000 , 0x00000007 
- 00031726  0x00008a2d arg  0x00000786 , 0x00000005 
- 00031727  0x00008a31 arg  0x00000ad2 , 0x00000002 
- 00031728  0x00008a32 copy  0x00000007 , 0x00000012 
- 00031729  0x00008a33 lshift2  0x00000012 , 0x0000003f 
- 00031730  0x00008a35 iadd  0x00000002 , 0x00000012 
- 00031731  0x00008a36 force  0x00000000 , 0x00000002 
- 00031732  0x00008a37 force  0x00000000 , 0x00000013 
- 00031733  0x00008a3d ifetch  0x00000004 , 0x00000005 
- 00031734  0x00008a3e iforce  0x00000011 
- 00031735  0x00008a41 ifetch  0x00000004 , 0x00000012 
- 00031736  0x00008a42 copy  0x00000013 , 0x00000038 
- 00031737  0x00008a43 imul32  0x0000002f , 0x0000003f 
- 00031738  0x00008a44 iadd  0x00000011 , 0x0000003f 
- 00031739  0x00008a45 iadd  0x00000002 , 0x0000003f 
- 00031740  0x00008a46 istore  0x00000004 , 0x00000005 
- 00031741  0x00008a47 rshift32  0x0000003f , 0x00000002 
- 00031742  0x00008a48 increase  0x00000001 , 0x00000013 
- 00031743  0x00008a49 compare  0x00000008 , 0x00000013 , 0x000000ff 
- 00031744  0x00008a4a nbranch  0x00007bf5 , 0x00000001 
- 00031745  0x00008a4c deposit  0x00000002 
- 00031746  0x00008a4d istore  0x00000004 , 0x00000005 
- 00031747  0x00008a4e increase  0xffffffe0 , 0x00000005 
- 00031748  0x00008a51 increase  0x00000001 , 0x00000007 
- 00031749  0x00008a52 compare  0x00000008 , 0x00000007 , 0x000000ff 
- 00031750  0x00008a53 nbranch  0x00007bef , 0x00000001 
- 00031751  0x00008a54 arg  0x00000786 , 0x00000011 
- 00031752  0x00008a55 copy  0x0000000b , 0x00000005 
- 00031753  0x00008a56 branch  0x00007c0a 
- 00031754  0x00008a59 bpatchx  0x000000f2 , 0x0000403e 
- 00031755  0x00008a5a copy  0x00000005 , 0x0000000b 
- 00031756  0x00008a5b copy  0x00000011 , 0x00000030 
- 00031757  0x00008a5c arg  0x000007c6 , 0x00000012 
- 00031758  0x00008a5d copy  0x00000012 , 0x00000005 
- 00031759  0x00008a5e call  0x00007ecd 
- 00031760  0x00008a5f istore  0x00000008 , 0x00000005 
- 00031761  0x00008a60 add  0x00000011 , 0x0000002c , 0x00000006 
- 00031762  0x00008a61 call  0x00007eb9 
- 00031763  0x00008a62 call  0x00007eb5 
- 00031764  0x00008a63 copy  0x00000012 , 0x00000011 
- 00031765  0x00008a64 call  0x00007c80 
- 00031766  0x00008a65 arg  0x000007c6 , 0x00000012 
- 00031767  0x00008a66 copy  0x00000030 , 0x00000011 
- 00031768  0x00008a67 copy  0x0000000b , 0x00000005 
- 00031769  0x00008a68 call  0x00007c7d 
- 00031770  0x00008a6a arg  0x000007c6 , 0x00000012 
- 00031771  0x00008a6b copy  0x00000012 , 0x00000005 
- 00031772  0x00008a6c call  0x00007ecd 
- 00031773  0x00008a6d istore  0x00000008 , 0x00000005 
- 00031774  0x00008a6e add  0x00000030 , 0x00000030 , 0x00000006 
- 00031775  0x00008a6f call  0x00007ebf 
- 00031776  0x00008a70 call  0x00007ecd 
- 00031777  0x00008a71 copy  0x00000012 , 0x00000011 
- 00031778  0x00008a72 call  0x00007c80 
- 00031779  0x00008a76 arg  0x000007c6 , 0x00000012 
- 00031780  0x00008a77 copy  0x0000000b , 0x00000011 
- 00031781  0x00008a78 copy  0x00000011 , 0x00000005 
- 00031782  0x00008a79 call  0x00007c7d 
- 00031783  0x00008a7d arg  0x000007c6 , 0x00000012 
- 00031784  0x00008a7e copy  0x00000012 , 0x00000005 
- 00031785  0x00008a7f add  0x00000030 , 0x00000020 , 0x00000006 
- 00031786  0x00008a80 call  0x00007eb5 
- 00031787  0x00008a81 call  0x00007ecd 
- 00031788  0x00008a82 istore  0x00000008 , 0x00000005 
- 00031789  0x00008a83 add  0x00000030 , 0x00000038 , 0x00000006 
- 00031790  0x00008a84 call  0x00007eb9 
- 00031791  0x00008a85 copy  0x0000000b , 0x00000011 
- 00031792  0x00008a86 copy  0x00000011 , 0x00000005 
- 00031793  0x00008a87 call  0x00007c7d 
- 00031794  0x00008a8b arg  0x000007c6 , 0x00000012 
- 00031795  0x00008a8c copy  0x00000012 , 0x00000005 
- 00031796  0x00008a8d add  0x00000030 , 0x00000024 , 0x00000006 
- 00031797  0x00008a8e call  0x00007eb5 
- 00031798  0x00008a8f add  0x00000030 , 0x00000034 , 0x00000006 
- 00031799  0x00008a90 call  0x00007eb5 
- 00031800  0x00008a91 add  0x00000030 , 0x00000034 , 0x00000006 
- 00031801  0x00008a92 call  0x00007eb6 
- 00031802  0x00008a93 add  0x00000030 , 0x00000020 , 0x00000006 
- 00031803  0x00008a94 call  0x00007eb6 
- 00031804  0x00008a95 copy  0x0000000b , 0x00000011 
- 00031805  0x00008a96 copy  0x00000011 , 0x00000005 
- 00031806  0x00008a97 call  0x00007c7d 
- 00031807  0x00008a9a arg  0x000007c6 , 0x00000012 
- 00031808  0x00008a9b copy  0x00000012 , 0x00000005 
- 00031809  0x00008a9c add  0x00000030 , 0x0000002c , 0x00000006 
- 00031810  0x00008a9d call  0x00007eb5 
- 00031811  0x00008a9e call  0x00007ecd 
- 00031812  0x00008a9f istore  0x00000008 , 0x00000005 
- 00031813  0x00008aa0 add  0x00000030 , 0x00000020 , 0x00000006 
- 00031814  0x00008aa1 call  0x00007eb6 
- 00031815  0x00008aa2 add  0x00000030 , 0x00000028 , 0x00000006 
- 00031816  0x00008aa3 call  0x00007eb6 
- 00031817  0x00008aa4 copy  0x0000000b , 0x00000011 
- 00031818  0x00008aa5 copy  0x00000011 , 0x00000005 
- 00031819  0x00008aa6 call  0x00007c96 
- 00031820  0x00008aa9 arg  0x000007c6 , 0x00000012 
- 00031821  0x00008aaa copy  0x00000012 , 0x00000005 
- 00031822  0x00008aab add  0x00000030 , 0x00000030 , 0x00000006 
- 00031823  0x00008aac call  0x00007eb9 
- 00031824  0x00008aad call  0x00007eb9 
- 00031825  0x00008aae force  0x00000000 , 0x0000003f 
- 00031826  0x00008aaf istore  0x00000008 , 0x00000005 
- 00031827  0x00008ab0 add  0x00000030 , 0x00000024 , 0x00000006 
- 00031828  0x00008ab1 call  0x00007eb6 
- 00031829  0x00008ab2 add  0x00000030 , 0x0000002c , 0x00000006 
- 00031830  0x00008ab3 call  0x00007eb6 
- 00031831  0x00008ab4 copy  0x0000000b , 0x00000011 
- 00031832  0x00008ab5 copy  0x00000011 , 0x00000005 
- 00031833  0x00008ab6 call  0x00007c96 
- 00031834  0x00008ab9 arg  0x000007c6 , 0x00000012 
- 00031835  0x00008aba copy  0x00000012 , 0x00000005 
- 00031836  0x00008abb add  0x00000030 , 0x00000034 , 0x00000006 
- 00031837  0x00008abc call  0x00007eb5 
- 00031838  0x00008abd add  0x00000030 , 0x00000020 , 0x00000006 
- 00031839  0x00008abe call  0x00007eb5 
- 00031840  0x00008abf call  0x00007ecd 
- 00031841  0x00008ac0 add  0x00000030 , 0x00000030 , 0x00000006 
- 00031842  0x00008ac1 call  0x00007eb6 
- 00031843  0x00008ac2 copy  0x0000000b , 0x00000011 
- 00031844  0x00008ac3 copy  0x00000011 , 0x00000005 
- 00031845  0x00008ac4 call  0x00007c96 
- 00031846  0x00008ac7 arg  0x000007c6 , 0x00000012 
- 00031847  0x00008ac8 copy  0x00000012 , 0x00000005 
- 00031848  0x00008ac9 add  0x00000030 , 0x00000038 , 0x00000006 
- 00031849  0x00008aca call  0x00007eb9 
- 00031850  0x00008acb call  0x00007ecd 
- 00031851  0x00008acc add  0x00000030 , 0x00000024 , 0x00000006 
- 00031852  0x00008acd call  0x00007eb5 
- 00031853  0x00008ace call  0x00007ecd 
- 00031854  0x00008acf add  0x00000030 , 0x00000034 , 0x00000006 
- 00031855  0x00008ad0 call  0x00007eb6 
- 00031856  0x00008ad1 copy  0x0000000b , 0x00000011 
- 00031857  0x00008ad2 copy  0x00000011 , 0x00000005 
- 00031858  0x00008ad3 branch  0x00007c96 
- 00031859  0x00008ad7 force  0x00000020 , 0x00000039 
- 00031860  0x00008ad8 arg  0x00000ad2 , 0x00000005 
- 00031861  0x00008ad9 iadd  0x00000005 , 0x00000005 
- 00031862  0x00008ada branch  0x00007f01 
- 00031863  0x00008add force  0x00000008 , 0x00000039 
- 00031864  0x00008ade branch  0x00007781 
- 00031865  0x00008ae1 copy  0x00000011 , 0x00000012 
- 00031866  0x00008ae2 branch  0x00007be1 
- 00031867  0x00008ae5 force  0x00000008 , 0x00000039 
- 00031868  0x00008ae6 branch  0x00007712 
- 00031869  0x00008ae9 call  0x00007c7b 
- 00031870  0x00008aea copy  0x00000005 , 0x00000011 
- 00031871  0x00008aeb branch  0x00007c81 
- 00031872  0x00008aee call  0x00007cae 
- 00031873  0x00008af0 isolate1  0x00000000 , 0x00000013 
- 00031874  0x00008af1 branch  0x00007c8a , 0x00000001 
- 00031875  0x00008af2 arg  0x0000091e , 0x00000012 
- 00031876  0x00008af3 copy  0x00000011 , 0x00000013 
- 00031877  0x00008af4 increase  0xffffffe0 , 0x00000011 
- 00031878  0x00008af5 call  0x00007cb1 
- 00031879  0x00008af6 nrtn  0x00000002 
- 00031880  0x00008af7 copy  0x00000013 , 0x00000011 
- 00031881  0x00008af8 branch  0x00007c92 
- 00031882  0x00008afb call  0x00007c92 
- 00031883  0x00008afd copy  0x00000011 , 0x00000013 
- 00031884  0x00008afe increase  0xffffffe0 , 0x00000011 
- 00031885  0x00008aff arg  0x0000091e , 0x00000012 
- 00031886  0x00008b00 call  0x00007cb1 
- 00031887  0x00008b01 nrtn  0x00000002 
- 00031888  0x00008b02 copy  0x00000013 , 0x00000011 
- 00031889  0x00008b03 branch  0x00007c92 
- 00031890  0x00008b07 increase  0xffffffe0 , 0x00000011 
- 00031891  0x00008b08 arg  0x0000091e , 0x00000012 
- 00031892  0x00008b09 copy  0x00000011 , 0x00000005 
- 00031893  0x00008b0a branch  0x00007ca9 
- 00031894  0x00008b10 call  0x00007ca9 
- 00031895  0x00008b12 branch  0x00007ca0 , 0x00000001 
- 00031896  0x00008b15 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031897  0x00008b16 arg  0x0000091e , 0x00000012 
- 00031898  0x00008b17 call  0x00007cb1 
- 00031899  0x00008b18 nrtn  0x00000002 
- 00031900  0x00008b19 arg  0x0000091e , 0x00000012 
- 00031901  0x00008b1a add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031902  0x00008b1c copy  0x00000011 , 0x00000005 
- 00031903  0x00008b1d branch  0x00007ca9 
- 00031904  0x00008b1f add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031905  0x00008b20 arg  0x0000091e , 0x00000012 
- 00031906  0x00008b21 copy  0x00000011 , 0x00000005 
- 00031907  0x00008b22 call  0x00007c7b 
- 00031908  0x00008b24 rtn  0x00000001 
- 00031909  0x00008b25 add  0x00000005 , 0xffffffe0 , 0x00000011 
- 00031910  0x00008b26 arg  0x0000091e , 0x00000012 
- 00031911  0x00008b27 copy  0x00000011 , 0x00000005 
- 00031912  0x00008b28 branch  0x00007c7b 
- 00031913  0x00008b2d force  0x00000008 , 0x00000039 
- 00031914  0x00008b2e branch  0x00007720 
- 00031915  0x00008b31 force  0x00000008 , 0x00000039 
- 00031916  0x00008b32 increase  0x0000001c , 0x00000011 
- 00031917  0x00008b33 branch  0x0000772f 
- 00031918  0x00008b36 force  0x00000008 , 0x00000039 
- 00031919  0x00008b37 force  0x00000000 , 0x00000013 
- 00031920  0x00008b38 branch  0x0000773d 
- 00031921  0x00008b3b force  0x00000008 , 0x00000039 
- 00031922  0x00008b3c increase  0x0000001c , 0x00000011 
- 00031923  0x00008b3d increase  0x0000001c , 0x00000012 
- 00031924  0x00008b3e branch  0x00007707 
- 00031925  0x00008b42 ifetch  0x00000008 , 0x00000006 
- 00031926  0x00008b43 nrtn  0x00000034 
- 00031927  0x00008b44 branch  0x000076f5 
- 00031928  0x00008b4a copy  0x00000011 , 0x00000030 
- 00031929  0x00008b4c copy  0x00000030 , 0x00000011 
- 00031930  0x00008b4d ifetch  0x00000001 , 0x00000011 
- 00031931  0x00008b4e isolate1  0x00000000 , 0x0000003f 
- 00031932  0x00008b4f rtn  0x00000001 
- 00031933  0x00008b50 call  0x00007cab 
- 00031934  0x00008b51 ifetch  0x00000001 , 0x00000012 
- 00031935  0x00008b52 isolate0  0x00000000 , 0x0000003f 
- 00031936  0x00008b53 branch  0x00007cc8 , 0x00000001 
- 00031937  0x00008b54 arg  0x0000091e , 0x00000011 
- 00031938  0x00008b55 copy  0x00000012 , 0x00000005 
- 00031939  0x00008b56 call  0x00007c7b 
- 00031940  0x00008b57 ifetch  0x00000001 , 0x00000012 
- 00031941  0x00008b58 iadd  0x00000013 , 0x0000003f 
- 00031942  0x00008b59 istore  0x00000001 , 0x00000012 
- 00031943  0x00008b5a increase  0xffffffe0 , 0x00000012 
- 00031944  0x00008b5c add  0x00000012 , 0x00000020 , 0x00000011 
- 00031945  0x00008b5d force  0x00000009 , 0x00000039 
- 00031946  0x00008b5e call  0x0000772f 
- 00031947  0x00008b5f branch  0x00007cb9 
- 00031948  0x00008b64 call  0x00002c65 
- 00031949  0x00008b65 rtn  0x0000002b 
- 00031950  0x00008b66 call  0x00007cd3 
- 00031951  0x00008b67 call  0x00007d75 
- 00031952  0x00008b68 branch  0x00007d08 
- 00031953  0x00008b6b call  0x00007d29 
- 00031954  0x00008b6d branch  0x00007d64 
- 00031955  0x00008b70 fetch  0x00000001 , 0x00004686 
- 00031956  0x00008b71 rtneq  0x000000ff 
- 00031957  0x00008b72 iforce  0x00000002 
- 00031958  0x00008b73 call  0x0000680e 
- 00031959  0x00008b74 fetcht  0x00000001 , 0x00004686 
- 00031960  0x00008b75 call  0x00006825 
- 00031961  0x00008b76 nop  0x00000064 
- 00031962  0x00008b77 fetcht  0x00000001 , 0x00004686 
- 00031963  0x00008b78 call  0x000067fb 
- 00031964  0x00008b79 branch  0x00007cdd 
- 00031965  0x00008b7e bpatchx  0x000000f3 , 0x0000403e 
- 00031966  0x00008b7f fetch  0x00000001 , 0x00004686 
- 00031967  0x00008b80 rtneq  0x000000ff 
- 00031968  0x00008b81 copy  0x0000003f , 0x00000002 
- 00031969  0x00008b82 call  0x0000681d 
- 00031970  0x00008b83 nbranch  0x00007cef , 0x00000001 
- 00031971  0x00008b86 call  0x00007cf9 
- 00031972  0x00008b87 fetch  0x00000002 , 0x00004682 
- 00031973  0x00008b88 set1  0x0000000c 
- 00031974  0x00008b89 store  0x00000002 , 0x00004682 
- 00031975  0x00008b8a fetch  0x00000001 , 0x00004679 
- 00031976  0x00008b8b rtneq  0x00000000 
- 00031977  0x00008b8c jam  0x00000000 , 0x00004679 
- 00031978  0x00008b8e fetch  0x00000001 , 0x00004685 
- 00031979  0x00008b8f store  0x00000001 , 0x00004678 
- 00031980  0x00008b90 call  0x00007d00 
- 00031981  0x00008b91 jam  0x0000002c , 0x00000a99 
- 00031982  0x00008b92 branch  0x00007d86 
- 00031983  0x00008b94 fetch  0x00000002 , 0x00004682 
- 00031984  0x00008b95 set0  0x0000000c 
- 00031985  0x00008b96 store  0x00000002 , 0x00004682 
- 00031986  0x00008b97 fetch  0x00000001 , 0x00004679 
- 00031987  0x00008b98 rtneq  0x00000001 
- 00031988  0x00008b99 jam  0x00000001 , 0x00004679 
- 00031989  0x00008b9b jam  0x00000000 , 0x00004678 
- 00031990  0x00008b9c call  0x00007d02 
- 00031991  0x00008b9d jam  0x0000002d , 0x00000a99 
- 00031992  0x00008b9e branch  0x00007d86 
- 00031993  0x00008ba1 fetch  0x00000001 , 0x00004678 
- 00031994  0x00008ba2 rtn  0x00000034 
- 00031995  0x00008ba3 increase  0xffffffff , 0x0000003f 
- 00031996  0x00008ba4 store  0x00000001 , 0x00004678 
- 00031997  0x00008ba5 nrtn  0x00000034 
- 00031998  0x00008ba7 jam  0x00000010 , 0x00000a99 
- 00031999  0x00008ba8 branch  0x00007d86 
- 00032000  0x00008bab arg  0x00000007 , 0x00000007 
- 00032001  0x00008bac branch  0x00002c32 
- 00032002  0x00008baf arg  0x00000007 , 0x00000007 
- 00032003  0x00008bb0 branch  0x00002c36 
- 00032004  0x00008bc7 fetch  0x00000002 , 0x0000421b 
- 00032005  0x00008bc8 mul32  0x00000011 , 0x0000000b , 0x00000012 
- 00032006  0x00008bc9 iadd  0x00000012 , 0x00000012 
- 00032007  0x00008bca rtn 
- 00032008  0x00008bce fetch  0x00000001 , 0x0000421a 
- 00032009  0x00008bcf rtn  0x00000034 
- 00032010  0x00008bd0 copy  0x0000003f , 0x00000039 
- 00032011  0x00008bd1 fetch  0x00000002 , 0x0000421b 
- 00032012  0x00008bd2 copy  0x0000003f , 0x00000012 
- 00032013  0x00008bd4 add  0x00000012 , 0x00000002 , 0x00000013 
- 00032014  0x00008bd5 ifetcht  0x00000001 , 0x00000013 
- 00032015  0x00008bd6 call  0x0000680e 
- 00032016  0x00008bd7 call  0x00007d32 
- 00032017  0x00008bd8 increase  0x0000000b , 0x00000012 
- 00032018  0x00008bd9 loop  0x00007d0d 
- 00032019  0x00008bda rtn 
- 00032020  0x00008bdf call  0x00007d04 
- 00032021  0x00008be0 setarg  0x00000002 
- 00032022  0x00008be1 istore  0x00000001 , 0x00000012 
- 00032023  0x00008be2 call  0x00007d5e 
- 00032024  0x00008be3 branch  0x00007d35 
- 00032025  0x00008be9 call  0x00007d04 
- 00032026  0x00008bea setarg  0x00000003 
- 00032027  0x00008beb istore  0x00000001 , 0x00000012 
- 00032028  0x00008bec call  0x00007d5e 
- 00032029  0x00008bed branch  0x00007d32 
- 00032030  0x00008bf2 call  0x00007d04 
- 00032031  0x00008bf3 setarg  0x00000001 
- 00032032  0x00008bf4 istore  0x00000001 , 0x00000012 
- 00032033  0x00008bf5 setarg  0x000000ff 
- 00032034  0x00008bf6 istore  0x00000001 , 0x00000005 
- 00032035  0x00008bf7 branch  0x00007d32 
- 00032036  0x00008bfd call  0x00007d04 
- 00032037  0x00008bfe arg  0x0000000b , 0x00000039 
- 00032038  0x00008bff copy  0x00000013 , 0x00000006 
- 00032039  0x00008c00 copy  0x00000012 , 0x00000005 
- 00032040  0x00008c01 branch  0x00007ef4 
- 00032041  0x00008c06 fetch  0x00000001 , 0x0000421a 
- 00032042  0x00008c07 rtn  0x00000034 
- 00032043  0x00008c08 arg  0x00000000 , 0x00000011 
- 00032044  0x00008c0a call  0x00007d38 
- 00032045  0x00008c0b increase  0x00000001 , 0x00000011 
- 00032046  0x00008c0c fetch  0x00000001 , 0x0000421a 
- 00032047  0x00008c0d isub  0x00000011 , 0x0000003e 
- 00032048  0x00008c0e rtn  0x00000005 
- 00032049  0x00008c0f branch  0x00007d2c 
- 00032050  0x00008c13 add  0x00000012 , 0x00000002 , 0x00000013 
- 00032051  0x00008c14 ifetcht  0x00000001 , 0x00000013 
- 00032052  0x00008c15 branch  0x00006825 
- 00032053  0x00008c19 add  0x00000012 , 0x00000002 , 0x00000013 
- 00032054  0x00008c1a ifetcht  0x00000001 , 0x00000013 
- 00032055  0x00008c1b branch  0x00006829 
- 00032056  0x00008c20 add  0x00000011 , 0x0000000b , 0x00000007 
- 00032057  0x00008c21 call  0x00007f16 
- 00032058  0x00008c22 nrtn  0x00000034 
- 00032059  0x00008c24 call  0x00007d04 
- 00032060  0x00008c26 ifetch  0x00000001 , 0x00000012 
- 00032061  0x00008c28 beq  0x00000002 , 0x00007d35 
- 00032062  0x00008c29 beq  0x00000003 , 0x00007d32 
- 00032063  0x00008c2a beq  0x00000000 , 0x00007d32 
- 00032064  0x00008c2b beq  0x00000005 , 0x00007d4c 
- 00032065  0x00008c2d call  0x00007d35 
- 00032066  0x00008c2e add  0x00000012 , 0x00000007 , 0x00000013 
- 00032067  0x00008c2f call  0x00007e7c 
- 00032068  0x00008c30 ifetch  0x00000002 , 0x00000013 
- 00032069  0x00008c31 call  0x00007f9c 
- 00032070  0x00008c32 call  0x00007e8c 
- 00032071  0x00008c33 setarg  0x00000005 
- 00032072  0x00008c34 istore  0x00000001 , 0x00000012 
- 00032073  0x00008c35 add  0x00000012 , 0x00000003 , 0x00000013 
- 00032074  0x00008c36 ifetch  0x00000002 , 0x00000013 
- 00032075  0x00008c37 branch  0x00007d5c 
- 00032076  0x00008c3b call  0x00007d32 
- 00032077  0x00008c3c add  0x00000012 , 0x00000009 , 0x00000013 
- 00032078  0x00008c3d call  0x00007e7c 
- 00032079  0x00008c3e ifetch  0x00000002 , 0x00000013 
- 00032080  0x00008c3f call  0x00007f9c 
- 00032081  0x00008c40 call  0x00007e8c 
- 00032082  0x00008c42 add  0x00000012 , 0x00000001 , 0x00000013 
- 00032083  0x00008c43 ifetch  0x00000001 , 0x00000013 
- 00032084  0x00008c44 beq  0x000000ff , 0x00007d58 
- 00032085  0x00008c45 increase  0xffffffff , 0x0000003f 
- 00032086  0x00008c46 istore  0x00000001 , 0x00000013 
- 00032087  0x00008c47 branch  0x00007d19 , 0x00000034 
- 00032088  0x00008c49 setarg  0x00000004 
- 00032089  0x00008c4a istore  0x00000001 , 0x00000012 
- 00032090  0x00008c4b add  0x00000012 , 0x00000005 , 0x00000013 
- 00032091  0x00008c4c ifetch  0x00000002 , 0x00000013 
- 00032092  0x00008c4e add  0x00000011 , 0x0000000b , 0x00000007 
- 00032093  0x00008c4f branch  0x00007f08 
- 00032094  0x00008c52 setarg  0x00000000 
- 00032095  0x00008c53 branch  0x00007d5c 
- 00032096  0x00008c5a setarg  0x00001000 
- 00032097  0x00008c5b lshift16  0x0000003f , 0x0000003f 
- 00032098  0x00008c5c iadd  0x00000012 , 0x00000012 
- 00032099  0x00008c5d rtn 
- 00032100  0x00008c60 bpatchx  0x000000f4 , 0x0000403e 
- 00032101  0x00008c61 arg  0x00000000 , 0x00000011 
- 00032102  0x00008c62 fetcht  0x00000004 , 0x0000467a 
- 00032103  0x00008c63 copy  0x00000022 , 0x00000012 
- 00032104  0x00008c64 copy  0x00000012 , 0x0000003f 
- 00032105  0x00008c65 isub  0x00000002 , 0x0000003e 
- 00032106  0x00008c66 ncall  0x00007d60 , 0x00000002 
- 00032107  0x00008c69 copy  0x00000012 , 0x0000003f 
- 00032108  0x00008c6a increase  0x000000a0 , 0x00000002 
- 00032109  0x00008c6b increase  0x000000a0 , 0x00000002 
- 00032110  0x00008c6c isub  0x00000002 , 0x0000003e 
- 00032111  0x00008c6d nbranch  0x00007d78 , 0x00000002 
- 00032112  0x00008c6e increase  0x00000001 , 0x00000011 
- 00032113  0x00008c6f and  0x00000011 , 0x0000000f , 0x0000003f 
- 00032114  0x00008c70 nbranch  0x00007d6b , 0x00000034 
- 00032115  0x00008c71 arg  0x00000000 , 0x00000011 
- 00032116  0x00008c72 call  0x00007d7f 
- 00032117  0x00008c74 copy  0x00000022 , 0x0000003f 
- 00032118  0x00008c75 store  0x00000004 , 0x0000467a 
- 00032119  0x00008c76 rtn 
- 00032120  0x00008c78 bpatchx  0x000000f5 , 0x0000403e 
- 00032121  0x00008c79 copy  0x00000011 , 0x0000003f 
- 00032122  0x00008c7a rtn  0x00000034 
- 00032123  0x00008c7b increase  0xffffff60 , 0x00000002 
- 00032124  0x00008c7c increase  0xffffff60 , 0x00000002 
- 00032125  0x00008c7d set0  0x0000001c , 0x00000002 
- 00032126  0x00008c7e storet  0x00000004 , 0x0000467a 
- 00032127  0x00008c80 branch  0x0000335f 
- 00032128  0x00008c88 jam  0x00000001 , 0x00004666 
- 00032129  0x00008c8a fetch  0x00000001 , 0x00004667 
- 00032130  0x00008c8b nbranch  0x00007d81 , 0x00000034 
- 00032131  0x00008c8c rtn 
- 00032132  0x00008c8f jam  0x00000000 , 0x00004666 
- 00032133  0x00008c90 rtn 
- 00032134  0x00008c95 bpatchx  0x000000f6 , 0x0000403e 
- 00032135  0x00008c96 call  0x00007d80 
- 00032136  0x00008c97 copy  0x00000011 , 0x0000003f 
- 00032137  0x00008c98 store  0x00000004 , 0x00000a91 
- 00032138  0x00008c99 arg  0x00004668 , 0x00000011 
- 00032139  0x00008c9a call  0x00007fb8 
- 00032140  0x00008c9b fetch  0x00000004 , 0x00000a91 
- 00032141  0x00008c9c copy  0x0000003f , 0x00000011 
- 00032142  0x00008c9d branch  0x00007d84 
- 00032143  0x00008ca0 bpatchx  0x000000f7 , 0x0000403e 
- 00032144  0x00008ca1 call  0x00007d80 
- 00032145  0x00008ca2 copy  0x00000011 , 0x0000003f 
- 00032146  0x00008ca3 store  0x00000004 , 0x00000a91 
- 00032147  0x00008ca4 arg  0x00004670 , 0x00000011 
- 00032148  0x00008ca5 call  0x00007fb8 
- 00032149  0x00008ca6 fetch  0x00000004 , 0x00000a91 
- 00032150  0x00008ca7 copy  0x0000003f , 0x00000011 
- 00032151  0x00008ca8 branch  0x00007d84 
- 00032152  0x00008cab setarg  0x00000000 
- 00032153  0x00008cac store  0x00000008 , 0x00004670 
- 00032154  0x00008cad store  0x00000008 , 0x00004668 
- 00032155  0x00008cae rtn 
- 00032156  0x00008cb1 bpatchx  0x000000f8 , 0x0000403f 
- 00032157  0x00008cb2 fetch  0x00000001 , 0x000041ce 
- 00032158  0x00008cb3 nrtn  0x00000034 
- 00032159  0x00008cb4 arg  0x00004670 , 0x00000011 
- 00032160  0x00008cb5 call  0x00007fd0 
- 00032161  0x00008cb6 rtn  0x00000034 
- 00032162  0x00008cb7 jam  0x00000000 , 0x00000a90 
- 00032163  0x00008cb8 call  0x00007da7 
- 00032164  0x00008cb9 fetch  0x00000001 , 0x00000a90 
- 00032165  0x00008cba branch  0x00007d9c , 0x00000034 
- 00032166  0x00008cbb rtn 
- 00032167  0x00008cbe call  0x00007d80 
- 00032168  0x00008cbf arg  0x00004670 , 0x00000011 
- 00032169  0x00008cc0 call  0x00007fc4 
- 00032170  0x00008cc1 copy  0x0000003f , 0x00000002 
- 00032171  0x00008cc2 call  0x00007d84 
- 00032172  0x00008cc3 bpatchx  0x000000f9 , 0x0000403f 
- 00032173  0x00008cc4 copy  0x00000002 , 0x0000003f 
- 00032174  0x00008cc5 rtn  0x00000034 
- 00032175  0x00008cc6 beq  0x00000001 , 0x00007ddd 
- 00032176  0x00008cc7 beq  0x00000002 , 0x00007de2 
- 00032177  0x00008cc8 beq  0x00000003 , 0x00007de8 
- 00032178  0x00008cc9 beq  0x00000007 , 0x00007ded 
- 00032179  0x00008cca beq  0x00000008 , 0x00007dee 
- 00032180  0x00008ccb beq  0x00000009 , 0x00007def 
- 00032181  0x00008ccc beq  0x0000000b , 0x00007df2 
- 00032182  0x00008ccd beq  0x0000000c , 0x00007df3 
- 00032183  0x00008cce beq  0x0000000d , 0x00007df4 
- 00032184  0x00008ccf beq  0x0000000e , 0x00007dfa 
- 00032185  0x00008cd0 beq  0x0000000f , 0x00007dff 
- 00032186  0x00008cd1 beq  0x00000010 , 0x00007e05 
- 00032187  0x00008cd2 beq  0x00000013 , 0x00007e0f 
- 00032188  0x00008cd3 beq  0x00000014 , 0x00007e11 
- 00032189  0x00008cd4 beq  0x00000015 , 0x00007e13 
- 00032190  0x00008cd5 beq  0x00000016 , 0x00007e15 
- 00032191  0x00008cd6 beq  0x00000017 , 0x00007e18 
- 00032192  0x00008cd7 beq  0x00000018 , 0x00007e1a 
- 00032193  0x00008cd8 beq  0x00000019 , 0x00007e1d 
- 00032194  0x00008cd9 beq  0x0000001b , 0x00007e25 
- 00032195  0x00008cda beq  0x0000001e , 0x00007e2f 
- 00032196  0x00008cdc store  0x00000001 , 0x00000a99 
- 00032197  0x00008cdd bpatchx  0x000000fa , 0x0000403f 
- 00032198  0x00008cde call  0x000062bc 
- 00032199  0x00008cdf nbranch  0x00007ddb , 0x00000034 
- 00032200  0x00008ce1 fetch  0x00000001 , 0x00000a99 
- 00032201  0x00008ce2 bmark0  0x00000009 , 0x00007dd6 
- 00032202  0x00008ce3 beq  0x00000004 , 0x00007dea 
- 00032203  0x00008ce4 beq  0x00000005 , 0x00004d17 
- 00032204  0x00008ce5 beq  0x00000006 , 0x00004d26 
- 00032205  0x00008ce6 beq  0x0000000a , 0x00007df0 
- 00032206  0x00008ce7 beq  0x00000011 , 0x00007e0a 
- 00032207  0x00008ce8 beq  0x00000012 , 0x00007e0e 
- 00032208  0x00008ce9 beq  0x0000001d , 0x00007e26 
- 00032209  0x00008cea beq  0x0000001f , 0x000067cc 
- 00032210  0x00008ceb beq  0x00000020 , 0x000067d0 
- 00032211  0x00008cec beq  0x00000021 , 0x00007e31 
- 00032212  0x00008ced beq  0x00000025 , 0x0000670b 
- 00032213  0x00008cee rtn 
- 00032214  0x00008cf1 store  0x00000001 , 0x00000a99 
- 00032215  0x00008cf2 call  0x00002252 
- 00032216  0x00008cf3 branch  0x00007ddb , 0x00000005 
- 00032217  0x00008cf4 call  0x0000225a 
- 00032218  0x00008cf5 nrtn  0x00000005 
- 00032219  0x00008cf7 jam  0x00000001 , 0x00000a90 
- 00032220  0x00008cf8 branch  0x00007d8f 
- 00032221  0x00008cfe fetch  0x00000002 , 0x00004682 
- 00032222  0x00008cff set1  0x00000006 
- 00032223  0x00008d00 store  0x00000002 , 0x00004682 
- 00032224  0x00008d01 jam  0x00000003 , 0x00004093 
- 00032225  0x00008d02 rtn 
- 00032226  0x00008d07 jam  0x00000000 , 0x00004680 
- 00032227  0x00008d08 jam  0x00000000 , 0x00004093 
- 00032228  0x00008d09 fetch  0x00000002 , 0x00004682 
- 00032229  0x00008d0a set0  0x00000006 
- 00032230  0x00008d0b store  0x00000002 , 0x00004682 
- 00032231  0x00008d0c rtn 
- 00032232  0x00008d11 jam  0x00000005 , 0x000041ce 
- 00032233  0x00008d12 rtn 
- 00032234  0x00008d17 jam  0x00000007 , 0x0000007c 
- 00032235  0x00008d18 jam  0x00000013 , 0x000004ca 
- 00032236  0x00008d19 rtn 
- 00032237  0x00008d1e rtn 
- 00032238  0x00008d23 rtn 
- 00032239  0x00008d28 rtn 
- 00032240  0x00008d2d jam  0x00000002 , 0x000004d4 
- 00032241  0x00008d2e branch  0x00004d0a 
- 00032242  0x00008d33 rtn 
- 00032243  0x00008d38 rtn 
- 00032244  0x00008d3d jam  0x00000001 , 0x0000436e 
- 00032245  0x00008d3e jam  0x00000000 , 0x00004484 
- 00032246  0x00008d3f fetch  0x00000002 , 0x00004682 
- 00032247  0x00008d40 set1  0x0000000b , 0x0000003f 
- 00032248  0x00008d41 store  0x00000002 , 0x00004682 
- 00032249  0x00008d42 rtn 
- 00032250  0x00008d47 fetch  0x00000002 , 0x00004682 
- 00032251  0x00008d48 set0  0x0000000b , 0x0000003f 
- 00032252  0x00008d49 store  0x00000002 , 0x00004682 
- 00032253  0x00008d4a jam  0x00000000 , 0x0000436e 
- 00032254  0x00008d4b rtn 
- 00032255  0x00008d50 jam  0x00000001 , 0x0000436e 
- 00032256  0x00008d51 jam  0x00000001 , 0x00004484 
- 00032257  0x00008d52 fetch  0x00000002 , 0x00004682 
- 00032258  0x00008d53 set1  0x0000000b , 0x0000003f 
- 00032259  0x00008d54 store  0x00000002 , 0x00004682 
- 00032260  0x00008d55 rtn 
- 00032261  0x00008d5a fetch  0x00000002 , 0x00004682 
- 00032262  0x00008d5b set0  0x0000000b , 0x0000003f 
- 00032263  0x00008d5c store  0x00000002 , 0x00004682 
- 00032264  0x00008d5d jam  0x00000000 , 0x0000436e 
- 00032265  0x00008d5e rtn 
- 00032266  0x00008d63 setarg  0x00000014 
- 00032267  0x00008d64 store  0x00000002 , 0x0000046d 
- 00032268  0x00008d65 store  0x00000002 , 0x000044ba 
- 00032269  0x00008d66 branch  0x00005c92 
- 00032270  0x00008d6b branch  0x00005abf 
- 00032271  0x00008d70 arg  0x00000000 , 0x00000011 
- 00032272  0x00008d71 branch  0x00007d19 
- 00032273  0x00008d76 arg  0x00000000 , 0x00000011 
- 00032274  0x00008d77 branch  0x00007d14 
- 00032275  0x00008d7c arg  0x00000000 , 0x00000011 
- 00032276  0x00008d7d branch  0x00007d1e 
- 00032277  0x00008d82 jam  0x00000001 , 0x00004369 
- 00032278  0x00008d83 jam  0x0000001b , 0x000041ce 
- 00032279  0x00008d86 rtn 
- 00032280  0x00008d8b jam  0x00000001 , 0x00004369 
- 00032281  0x00008d8c rtn 
- 00032282  0x00008d91 jam  0x00000000 , 0x00004369 
- 00032283  0x00008d92 jam  0x00000000 , 0x000041ce 
- 00032284  0x00008d93 rtn 
- 00032285  0x00008d98 fetch  0x00000002 , 0x000041eb 
- 00032286  0x00008d99 call  0x00007f9c 
- 00032287  0x00008d9a fetch  0x00000001 , 0x00004686 
- 00032288  0x00008d9b beq  0x000000ff , 0x00007e23 
- 00032289  0x00008d9c copy  0x0000003f , 0x00000002 
- 00032290  0x00008d9d call  0x000067fb 
- 00032291  0x00008d9f call  0x00007d98 
- 00032292  0x00008da0 branch  0x00002b1f 
- 00032293  0x00008da5 branch  0x00005b02 
- 00032294  0x00008daa jam  0x00000034 , 0x0000007c 
- 00032295  0x00008dab set1  0x00000003 , 0x00000000 
- 00032296  0x00008dac nrtn  0x00000029 
- 00032297  0x00008dad jam  0x00000000 , 0x0000455b 
- 00032298  0x00008dae jam  0x00000013 , 0x0000007c 
- 00032299  0x00008daf fetch  0x00000001 , 0x0000016d 
- 00032300  0x00008db0 set0  0x00000002 , 0x0000003f 
- 00032301  0x00008db1 store  0x00000001 , 0x0000016d 
- 00032302  0x00008db2 rtn 
- 00032303  0x00008db7 force  0x00000003 , 0x00000007 
- 00032304  0x00008db8 branch  0x00007f07 
- 00032305  0x00008dbd call  0x000062f8 
- 00032306  0x00008dbe jam  0x00000041 , 0x0000007d 
- 00032307  0x00008dbf branch  0x00005f9d 
- 00032308  0x00008dc3 fetch  0x00000001 , 0x00004682 
- 00032309  0x00008dc4 rtnbit0  0x0000000c 
- 00032310  0x00008dc5 rtnbit0  0x00000007 
- 00032311  0x00008dc6 branch  0x00007e2f 
- 00032312  0x00008dcc fetch  0x00000002 , 0x00004218 
- 00032313  0x00008dcd add  0x0000003f , 0x00000002 , 0x00000005 
- 00032314  0x00008dce setarg  0x00000000 
- 00032315  0x00008dcf istore  0x00000003 , 0x00000005 
- 00032316  0x00008dd0 rtn 
- 00032317  0x00008dd5 call  0x00007fe9 
- 00032318  0x00008dd6 call  0x00007e69 
- 00032319  0x00008dd7 rtn  0x00000034 
- 00032320  0x00008dd8 fetch  0x00000002 , 0x00004218 
- 00032321  0x00008dd9 add  0x0000003f , 0x00000002 , 0x00000012 
- 00032322  0x00008dda ifetcht  0x00000001 , 0x00000012 
- 00032323  0x00008ddb increase  0x00000001 , 0x00000002 
- 00032324  0x00008ddc istoret  0x00000001 , 0x00000012 
- 00032325  0x00008dde ifetcht  0x00000001 , 0x0000003f 
- 00032326  0x00008ddf copy  0x00000002 , 0x00000039 
- 00032327  0x00008de0 add  0x0000003f , 0x00000004 , 0x00000012 
- 00032328  0x00008de1 ifetch  0x00000001 , 0x00000012 
- 00032329  0x00008de2 imul32  0x00000002 , 0x0000003f 
- 00032330  0x00008de3 iadd  0x00000006 , 0x00000005 
- 00032331  0x00008de4 copy  0x00000011 , 0x00000006 
- 00032332  0x00008de6 call  0x00007f01 
- 00032333  0x00008de7 call  0x00007e6d 
- 00032334  0x00008de8 pincrease  0xffffffff 
- 00032335  0x00008de9 ifetcht  0x00000001 , 0x00000012 
- 00032336  0x00008dea increase  0x00000001 , 0x00000002 
- 00032337  0x00008deb iand  0x00000002 , 0x00000002 
- 00032338  0x00008dec istoret  0x00000001 , 0x00000012 
- 00032339  0x00008ded branch  0x00007fe7 
- 00032340  0x00008df3 call  0x00007fe9 
- 00032341  0x00008df4 call  0x00007e65 
- 00032342  0x00008df5 rtn  0x00000034 
- 00032343  0x00008df6 fetch  0x00000002 , 0x00004218 
- 00032344  0x00008df7 add  0x0000003f , 0x00000002 , 0x00000012 
- 00032345  0x00008df8 ifetcht  0x00000001 , 0x00000012 
- 00032346  0x00008df9 increase  0xffffffff , 0x00000002 
- 00032347  0x00008dfa istoret  0x00000001 , 0x00000012 
- 00032348  0x00008dfb ifetcht  0x00000001 , 0x0000003f 
- 00032349  0x00008dfc copy  0x00000002 , 0x00000039 
- 00032350  0x00008dfd add  0x0000003f , 0x00000003 , 0x00000012 
- 00032351  0x00008dfe ifetch  0x00000001 , 0x00000012 
- 00032352  0x00008dff imul32  0x00000002 , 0x0000003f 
- 00032353  0x00008e00 iadd  0x00000006 , 0x00000006 
- 00032354  0x00008e01 increase  0x00000001 , 0x00000006 
- 00032355  0x00008e02 copy  0x00000011 , 0x00000005 
- 00032356  0x00008e03 branch  0x00007e4c 
- 00032357  0x00008e08 fetch  0x00000002 , 0x00004218 
- 00032358  0x00008e09 add  0x0000003f , 0x00000002 , 0x00000006 
- 00032359  0x00008e0a ifetch  0x00000001 , 0x00000006 
- 00032360  0x00008e0b rtn 
- 00032361  0x00008e0f call  0x00007e6d 
- 00032362  0x00008e10 ifetcht  0x00000001 , 0x00000006 
- 00032363  0x00008e11 isub  0x00000002 , 0x0000003f 
- 00032364  0x00008e12 rtn 
- 00032365  0x00008e16 fetch  0x00000002 , 0x00004218 
- 00032366  0x00008e17 add  0x0000003f , 0x00000001 , 0x00000006 
- 00032367  0x00008e18 ifetch  0x00000001 , 0x00000006 
- 00032368  0x00008e19 rtn 
- 00032369  0x00008e22 sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032370  0x00008e23 rtn  0x00000005 
- 00032371  0x00008e25 rshift  0x0000003f , 0x0000003f 
- 00032372  0x00008e26 loop  0x00007e73 
- 00032373  0x00008e27 rtn 
- 00032374  0x00008e2b force  0x00000001 , 0x0000003f 
- 00032375  0x00008e2c sub  0x00000039 , 0x00000000 , 0x0000003e 
- 00032376  0x00008e2d rtn  0x00000005 
- 00032377  0x00008e2f lshift  0x0000003f , 0x0000003f 
- 00032378  0x00008e30 loop  0x00007e79 
- 00032379  0x00008e31 rtn 
- 00032380  0x00008e33 deposit  0x00000005 
- 00032381  0x00008e34 store  0x00000002 , 0x00000abb 
- 00032382  0x00008e35 storet  0x00000008 , 0x00000aa2 
- 00032383  0x00008e36 deposit  0x0000000b 
- 00032384  0x00008e37 store  0x00000004 , 0x00000aaa 
- 00032385  0x00008e38 call  0x00007e85 
- 00032386  0x00008e39 deposit  0x00000006 
- 00032387  0x00008e3a store  0x00000002 , 0x00000ab9 
- 00032388  0x00008e3b rtn 
- 00032389  0x00008e3e deposit  0x00000011 
- 00032390  0x00008e3f store  0x00000004 , 0x00000aae 
- 00032391  0x00008e40 deposit  0x00000012 
- 00032392  0x00008e41 store  0x00000004 , 0x00000ab2 
- 00032393  0x00008e42 deposit  0x00000013 
- 00032394  0x00008e43 store  0x00000003 , 0x00000ab6 
- 00032395  0x00008e44 rtn 
- 00032396  0x00008e47 fetcht  0x00000008 , 0x00000aa2 
- 00032397  0x00008e48 fetch  0x00000004 , 0x00000aaa 
- 00032398  0x00008e49 iforce  0x0000000b 
- 00032399  0x00008e4a call  0x00007e95 
- 00032400  0x00008e4b fetch  0x00000002 , 0x00000abb 
- 00032401  0x00008e4c iforce  0x00000005 
- 00032402  0x00008e4d fetch  0x00000002 , 0x00000ab9 
- 00032403  0x00008e4e iforce  0x00000006 
- 00032404  0x00008e4f rtn 
- 00032405  0x00008e52 fetch  0x00000004 , 0x00000aae 
- 00032406  0x00008e53 iforce  0x00000011 
- 00032407  0x00008e54 fetch  0x00000004 , 0x00000ab2 
- 00032408  0x00008e55 iforce  0x00000012 
- 00032409  0x00008e56 fetch  0x00000003 , 0x00000ab6 
- 00032410  0x00008e57 iforce  0x00000013 
- 00032411  0x00008e58 rtn 
- 00032412  0x00008e5b fetch  0x00000002 , 0x00000abb 
- 00032413  0x00008e5c copy  0x0000003f , 0x00000005 
- 00032414  0x00008e5d rtn 
- 00032415  0x00008e5f fetch  0x00000002 , 0x00000ab9 
- 00032416  0x00008e60 copy  0x0000003f , 0x00000006 
- 00032417  0x00008e61 rtn 
- 00032418  0x00008e63 copy  0x00000005 , 0x0000003f 
- 00032419  0x00008e64 store  0x00000002 , 0x00000abb 
- 00032420  0x00008e65 rtn 
- 00032421  0x00008e67 copy  0x00000006 , 0x0000003f 
- 00032422  0x00008e68 store  0x00000002 , 0x00000ab9 
- 00032423  0x00008e69 rtn 
- 00032424  0x00008e6e copy  0x00000005 , 0x0000003f 
- 00032425  0x00008e6f store  0x00000002 , 0x00000a97 
- 00032426  0x00008e70 copy  0x00000006 , 0x0000003f 
- 00032427  0x00008e71 store  0x00000002 , 0x00000a95 
- 00032428  0x00008e72 rtn 
- 00032429  0x00008e74 fetch  0x00000002 , 0x00000a97 
- 00032430  0x00008e75 copy  0x0000003f , 0x00000005 
- 00032431  0x00008e76 fetch  0x00000002 , 0x00000a95 
- 00032432  0x00008e77 copy  0x0000003f , 0x00000006 
- 00032433  0x00008e78 rtn 
- 00032434  0x00008e7b call  0x00007ebd 
- 00032435  0x00008e7d call  0x00007ebd 
- 00032436  0x00008e7e branch  0x00007ebd 
- 00032437  0x00008e80 call  0x00007eb9 
- 00032438  0x00008e82 ifetch  0x00000004 , 0x00000006 
- 00032439  0x00008e83 istore  0x00000004 , 0x00000005 
- 00032440  0x00008e84 rtn 
- 00032441  0x00008e86 ifetch  0x00000008 , 0x00000006 
- 00032442  0x00008e87 istore  0x00000008 , 0x00000005 
- 00032443  0x00008e88 rtn 
- 00032444  0x00008e8b call  0x00007ebf 
- 00032445  0x00008e8d call  0x00007eb9 
- 00032446  0x00008e8f call  0x00007eb9 
- 00032447  0x00008e91 call  0x00007eb9 
- 00032448  0x00008e92 branch  0x00007eb9 
- 00032449  0x00008e97 arg  0x0000000a , 0x00000039 
- 00032450  0x00008e99 nop  0x00002ee0 
- 00032451  0x00008e9a loop  0x00007ec2 
- 00032452  0x00008e9b rtn 
- 00032453  0x00008e9e force  0x00000003 , 0x00000039 
- 00032454  0x00008ea0 force  0x00000000 , 0x0000003f 
- 00032455  0x00008ea2 istore  0x00000008 , 0x00000005 
- 00032456  0x00008ea3 loop  0x00007ec7 
- 00032457  0x00008ea4 rtn 
- 00032458  0x00008ea7 force  0x00000000 , 0x0000003f 
- 00032459  0x00008ea8 istore  0x00000008 , 0x00000005 
- 00032460  0x00008ea9 rtn 
- 00032461  0x00008eab force  0x00000000 , 0x0000003f 
- 00032462  0x00008eac istore  0x00000004 , 0x00000005 
- 00032463  0x00008ead rtn 
- 00032464  0x00008eb0 force  0x00000004 , 0x00000039 
- 00032465  0x00008eb1 branch  0x00007ec6 
- 00032466  0x00008eb3 force  0x00000008 , 0x00000039 
- 00032467  0x00008eb4 branch  0x00007ec6 
- 00032468  0x00008eb7 deposit  0x00000039 
- 00032469  0x00008eb8 rtn  0x00000034 
- 00032470  0x00008eb9 setarg  0x00000000 
- 00032471  0x00008ebb istore  0x00000001 , 0x00000005 
- 00032472  0x00008ebc loop  0x00007ed7 
- 00032473  0x00008ebd rtn 
- 00032474  0x00008ec1 arg  0x00000020 , 0x00000039 
- 00032475  0x00008ec2 arg  0x00000ac2 , 0x00000005 
- 00032476  0x00008ec3 branch  0x00007ed4 
- 00032477  0x00008ec6 ifetch  0x00000004 , 0x00000013 
- 00032478  0x00008ec7 ifetcht  0x00000004 , 0x00000011 
- 00032479  0x00008ec8 ixor  0x00000002 , 0x0000003f 
- 00032480  0x00008ec9 istore  0x00000004 , 0x00000005 
- 00032481  0x00008eca increase  0x00000004 , 0x00000011 
- 00032482  0x00008ecb increase  0x00000004 , 0x00000013 
- 00032483  0x00008ecc loop  0x00007edd 
- 00032484  0x00008ecd rtn 
- 00032485  0x00008ed2 bpatchx  0x000000fb , 0x0000403f 
- 00032486  0x00008ed3 copy  0x00000039 , 0x0000003f 
- 00032487  0x00008ed4 sub  0x0000003f , 0x00000001 , 0x0000003e 
- 00032488  0x00008ed5 rtn  0x00000002 
- 00032489  0x00008ed6 iadd  0x00000011 , 0x00000012 
- 00032490  0x00008ed7 increase  0xffffffff , 0x00000012 
- 00032491  0x00008ed8 rshift  0x00000039 , 0x00000039 
- 00032492  0x00008eda ifetcht  0x00000001 , 0x00000011 
- 00032493  0x00008edb ifetch  0x00000001 , 0x00000012 
- 00032494  0x00008edc istore  0x00000001 , 0x00000011 
- 00032495  0x00008edd istoret  0x00000001 , 0x00000012 
- 00032496  0x00008ede increase  0xffffffff , 0x00000012 
- 00032497  0x00008edf increase  0x00000001 , 0x00000011 
- 00032498  0x00008ee0 loop  0x00007eec 
- 00032499  0x00008ee1 rtn 
- 00032500  0x00008ee5 deposit  0x00000039 
- 00032501  0x00008ee6 rtn  0x00000034 
- 00032502  0x00008ee8 increase  0xfffffff8 , 0x00000039 
- 00032503  0x00008ee9 call  0x00007eb9 , 0x00000002 
- 00032504  0x00008eea rtn  0x00000005 
- 00032505  0x00008eeb branch  0x00007ef6 , 0x00000002 
- 00032506  0x00008eec increase  0x00000008 , 0x00000039 
- 00032507  0x00008eee increase  0xfffffffc , 0x00000039 
- 00032508  0x00008eef call  0x00007eb6 , 0x00000002 
- 00032509  0x00008ef0 rtn  0x00000005 
- 00032510  0x00008ef1 branch  0x00007efb , 0x00000002 
- 00032511  0x00008ef2 increase  0x00000004 , 0x00000039 
- 00032512  0x00008ef3 branch  0x00007f01 
- 00032513  0x00008ef6 deposit  0x00000039 
- 00032514  0x00008ef7 rtn  0x00000034 
- 00032515  0x00008ef9 ifetch  0x00000001 , 0x00000006 
- 00032516  0x00008efa istore  0x00000001 , 0x00000005 
- 00032517  0x00008efb loop  0x00007f03 
- 00032518  0x00008efc rtn 
- 00032519  0x00008eff setarg  0x00000000 
- 00032520  0x00008f01 rshift  0x00000022 , 0x00000002 
- 00032521  0x00008f02 storet  0x00000004 , 0x00004094 
- 00032522  0x00008f03 arg  0x0000419d , 0x00000005 
- 00032523  0x00008f04 iforce  0x00000002 
- 00032524  0x00008f05 lshift  0x00000007 , 0x0000003f 
- 00032525  0x00008f06 iadd  0x00000005 , 0x00000005 
- 00032526  0x00008f07 istoret  0x00000002 , 0x00000005 
- 00032527  0x00008f08 bpatchx  0x000000fc , 0x0000403f 
- 00032528  0x00008f09 rtn 
- 00032529  0x00008f0c arg  0x00000800 , 0x0000000b 
- 00032530  0x00008f0d lshift16  0x0000000b , 0x0000000b 
- 00032531  0x00008f0e iadd  0x0000000b , 0x0000003f 
- 00032532  0x00008f0f rtn 
- 00032533  0x00008f13 arg  0x00000000 , 0x00000007 
- 00032534  0x00008f15 bpatchx  0x000000fd , 0x0000403f 
- 00032535  0x00008f16 fetcht  0x00000004 , 0x00004094 
- 00032536  0x00008f17 rshift  0x00000022 , 0x0000003f 
- 00032537  0x00008f18 store  0x00000004 , 0x00004094 
- 00032538  0x00008f19 isub  0x00000002 , 0x0000003e 
- 00032539  0x00008f1a ncall  0x00007f11 , 0x00000002 
- 00032540  0x00008f1b isub  0x00000002 , 0x0000000b 
- 00032541  0x00008f1c copy  0x0000000b , 0x00000002 
- 00032542  0x00008f1d arg  0x0000419d , 0x00000006 
- 00032543  0x00008f1e copy  0x00000006 , 0x00000005 
- 00032544  0x00008f1f arg  0x00000010 , 0x00000039 
- 00032545  0x00008f21 ifetch  0x00000002 , 0x00000006 
- 00032546  0x00008f22 isub  0x00000002 , 0x0000003f 
- 00032547  0x00008f23 branch  0x00007f25 , 0x00000002 
- 00032548  0x00008f24 force  0x00000000 , 0x0000003f 
- 00032549  0x00008f26 istore  0x00000002 , 0x00000005 
- 00032550  0x00008f27 loop  0x00007f21 
- 00032551  0x00008f28 arg  0x0000419d , 0x00000006 
- 00032552  0x00008f29 lshift  0x00000007 , 0x0000003f 
- 00032553  0x00008f2a iadd  0x00000006 , 0x00000006 
- 00032554  0x00008f2b ifetch  0x00000002 , 0x00000006 
- 00032555  0x00008f2c rtn 
- 00032556  0x00008f32 iadd  0x00000002 , 0x00000002 
- 00032557  0x00008f33 copy  0x00000002 , 0x00000039 
- 00032558  0x00008f34 setarg  0x00000ea6 
- 00032559  0x00008f35 isub  0x00000039 , 0x0000003f 
- 00032560  0x00008f36 rtn  0x00000002 
- 00032561  0x00008f37 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032562  0x00008f38 rshift16  0x00000002 , 0x00000002 
- 00032563  0x00008f39 increase  0x00000001 , 0x00000002 
- 00032564  0x00008f3a lshift16  0x00000002 , 0x00000002 
- 00032565  0x00008f3b ior  0x00000002 , 0x00000002 
- 00032566  0x00008f3c rtn 
- 00032567  0x00008f3f call  0x00007f39 
- 00032568  0x00008f40 branch  0x00007f43 
- 00032569  0x00008f44 disable  0x00000028 
- 00032570  0x00008f45 isub  0x00000002 , 0x0000003f 
- 00032571  0x00008f46 branch  0x00007f3e , 0x00000002 
- 00032572  0x00008f47 enable  0x00000028 
- 00032573  0x00008f48 sub  0x0000003f , 0x00000000 , 0x0000003f 
- 00032574  0x00008f4a rtnbit0  0x0000000f 
- 00032575  0x00008f4b arg  0xffff0ea6 , 0x00000002 
- 00032576  0x00008f4c iadd  0x00000002 , 0x0000003f 
- 00032577  0x00008f4d set0  0x00000040 , 0x0000003f 
- 00032578  0x00008f4e rtn 
- 00032579  0x00008f51 iforce  0x00000006 
- 00032580  0x00008f52 rshift16  0x0000003f , 0x0000003f 
- 00032581  0x00008f53 arg  0x00000ea6 , 0x00000002 
- 00032582  0x00008f54 imul32  0x00000002 , 0x0000003f 
- 00032583  0x00008f55 iadd  0x00000006 , 0x0000003f 
- 00032584  0x00008f56 rtn 
- 00032585  0x00008f5a lshift8  0x0000003f , 0x0000003f 
- 00032586  0x00008f5b lshift4  0x0000003f , 0x0000003f 
- 00032587  0x00008f5c fetcht  0x00000003 , 0x0000416f 
- 00032588  0x00008f5d idiv  0x00000002 
- 00032589  0x00008f5e call  0x00007f86 
- 00032590  0x00008f5f quotient  0x00000002 
- 00032591  0x00008f60 rtn 
- 00032592  0x00008f64 arg  0x00000ea6 , 0x00000002 
- 00032593  0x00008f65 idiv  0x00000002 
- 00032594  0x00008f66 call  0x00007f86 
- 00032595  0x00008f67 quotient  0x0000003f 
- 00032596  0x00008f68 lshift16  0x0000003f , 0x0000003f 
- 00032597  0x00008f69 remainder  0x00000002 
- 00032598  0x00008f6a ior  0x00000002 , 0x00000002 
- 00032599  0x00008f6b rtn 
- 00032600  0x00008f73 arg  0x00000000 , 0x00000002 
- 00032601  0x00008f75 copy  0x00000002 , 0x00000013 
- 00032602  0x00008f76 ifetch  0x00000001 , 0x00000003 
- 00032603  0x00008f77 call  0x00007f64 
- 00032604  0x00008f78 copy  0x00000013 , 0x00000002 
- 00032605  0x00008f79 call  0x00007f95 
- 00032606  0x00008f7a arg  0x0000000a , 0x00000012 
- 00032607  0x00008f7b imul32  0x00000012 , 0x0000003f 
- 00032608  0x00008f7c iadd  0x00000002 , 0x0000003f 
- 00032609  0x00008f7d copy  0x0000003f , 0x00000002 
- 00032610  0x00008f7e loop  0x00007f59 
- 00032611  0x00008f7f rtn 
- 00032612  0x00008f84 arg  0x0000003a , 0x00000002 
- 00032613  0x00008f85 isub  0x00000002 , 0x0000003e 
- 00032614  0x00008f86 nbranch  0x00007f6d , 0x00000002 
- 00032615  0x00008f87 arg  0x00000061 , 0x00000002 
- 00032616  0x00008f88 isub  0x00000002 , 0x0000003e 
- 00032617  0x00008f89 branch  0x00007f70 , 0x00000002 
- 00032618  0x00008f8a arg  0x00000037 , 0x00000002 
- 00032619  0x00008f8b isub  0x00000002 , 0x0000003f 
- 00032620  0x00008f8c rtn 
- 00032621  0x00008f8e arg  0x00000030 , 0x00000002 
- 00032622  0x00008f8f isub  0x00000002 , 0x0000003f 
- 00032623  0x00008f90 rtn 
- 00032624  0x00008f92 arg  0x00000057 , 0x00000002 
- 00032625  0x00008f93 isub  0x00000002 , 0x0000003f 
- 00032626  0x00008f94 rtn 
- 00032627  0x00008f97 copy  0x00000002 , 0x00000030 
- 00032628  0x00008f98 setarg  0x000001ff 
- 00032629  0x00008f99 force  0x00000000 , 0x00000012 
- 00032630  0x00008f9b rshift3  0x0000003f , 0x00000011 
- 00032631  0x00008f9c rshift  0x00000011 , 0x00000011 
- 00032632  0x00008f9d ixor  0x00000011 , 0x00000011 
- 00032633  0x00008f9e isolate1  0x00000000 , 0x00000011 
- 00032634  0x00008f9f setflag  0x00000001 , 0x00000009 , 0x0000003f 
- 00032635  0x00008fa0 rshift  0x00000002 , 0x00000002 
- 00032636  0x00008fa1 isolate1  0x00000000 , 0x0000003f 
- 00032637  0x00008fa2 setflag  0x00000001 , 0x00000007 , 0x00000002 
- 00032638  0x00008fa3 rshift  0x0000003f , 0x0000003f 
- 00032639  0x00008fa4 increase  0x00000001 , 0x00000012 
- 00032640  0x00008fa5 compare  0x00000000 , 0x00000012 , 0x00000007 
- 00032641  0x00008fa6 nbranch  0x00007f76 , 0x00000001 
- 00032642  0x00008fa7 istoret  0x00000001 , 0x00000005 
- 00032643  0x00008fa8 loop  0x00007f76 
- 00032644  0x00008fa9 copy  0x00000030 , 0x00000002 
- 00032645  0x00008faa rtn 
- 00032646  0x00008fae rtn  0x00000035 
- 00032647  0x00008faf branch  0x00007f86 
- 00032648  0x00008fbb ifetch  0x00000001 , 0x00000011 
- 00032649  0x00008fbc ifetcht  0x00000001 , 0x00000012 
- 00032650  0x00008fbd isub  0x00000002 , 0x0000003e 
- 00032651  0x00008fbe nrtn  0x00000005 
- 00032652  0x00008fbf increase  0x00000001 , 0x00000011 
- 00032653  0x00008fc0 increase  0x00000001 , 0x00000012 
- 00032654  0x00008fc1 loop  0x00007f88 
- 00032655  0x00008fc2 force  0x00000000 , 0x0000003e 
- 00032656  0x00008fc3 rtn 
- 00032657  0x00008fc7 isub  0x00000002 , 0x0000003e 
- 00032658  0x00008fc8 nrtn  0x00000002 
- 00032659  0x00008fc9 deposit  0x00000002 
- 00032660  0x00008fca rtn 
- 00032661  0x00008fcd iadd  0x00000002 , 0x0000003f 
- 00032662  0x00008fce isub  0x00000002 , 0x00000002 
- 00032663  0x00008fcf isub  0x00000002 , 0x0000003f 
- 00032664  0x00008fd0 rtn 
- 00032665  0x00008fd3 arg  0x00000200 , 0x00000039 
- 00032666  0x00008fd4 arg  0x00004000 , 0x00000005 
- 00032667  0x00008fd5 branch  0x00007ec6 
- 00032668  0x00008fd9 rtn  0x00000034 
- 00032669  0x00008fda copy  0x0000003f , 0x0000003d 
- 00032670  0x00008fde hfetch  0x00000002 , 0x0000810e 
- 00032671  0x00008fdf nbranch  0x00007f9e , 0x00000034 
- 00032672  0x00008fe0 rtn 
- 00032673  0x00008fe3 jam  0x00000001 , 0x00008203 
- 00032674  0x00008fe4 rtn 
- 00032675  0x00008fe7 hstore  0x00000002 , 0x00008205 
- 00032676  0x00008fe8 hfetch  0x00000001 , 0x00008203 
- 00032677  0x00008fe9 set1  0x00000004 , 0x0000003f 
- 00032678  0x00008fea hstore  0x00000001 , 0x00008203 
- 00032679  0x00008feb rtn 
- 00032680  0x00008fed hstore  0x00000002 , 0x00008207 
- 00032681  0x00008fee hfetch  0x00000001 , 0x00008203 
- 00032682  0x00008fef set1  0x00000006 , 0x0000003f 
- 00032683  0x00008ff0 hstore  0x00000001 , 0x00008203 
- 00032684  0x00008ff1 rtn 
- 00032685  0x00008ff4 hstore  0x00000002 , 0x00008205 
- 00032686  0x00008ff5 jam  0x00000030 , 0x00008203 
- 00032687  0x00008ff6 rtn 
- 00032688  0x00008ffb hfetch  0x00000001 , 0x00008043 
- 00032689  0x00008ffc set0  0x00000004 , 0x0000003f 
- 00032690  0x00008ffd hstore  0x00000001 , 0x00008043 
- 00032691  0x00008ffe rtn 
- 00032692  0x00009001 hfetch  0x00000002 , 0x0000810e 
- 00032693  0x00009002 arg  0x00000200 , 0x00000002 
- 00032694  0x00009004 isub  0x00000002 , 0x0000003e 
- 00032695  0x00009005 rtn 
- 00032696  0x0000900c bpatchx  0x000000fe , 0x0000403f 
- 00032697  0x0000900d ifetcht  0x00000008 , 0x00000011 
- 00032698  0x0000900e and  0x00000002 , 0x000000ff , 0x0000003f 
- 00032699  0x0000900f nbranch  0x00007fbe , 0x00000034 
- 00032700  0x00009010 rshift8  0x00000002 , 0x0000003f 
- 00032701  0x00009011 istore  0x00000008 , 0x00000011 
- 00032702  0x00009013 increase  0x00000007 , 0x00000011 
- 00032703  0x00009014 ifetch  0x00000001 , 0x00000011 
- 00032704  0x00009015 nbranch  0x00002a8c , 0x00000034 
- 00032705  0x00009016 fetch  0x00000001 , 0x00000a99 
- 00032706  0x00009017 istore  0x00000001 , 0x00000011 
- 00032707  0x00009018 rtn 
- 00032708  0x0000901e bpatchx  0x000000ff , 0x0000403f 
- 00032709  0x0000901f arg  0x00000008 , 0x00000039 
- 00032710  0x00009020 ifetch  0x00000008 , 0x00000011 
- 00032711  0x00009021 rtn  0x00000034 
- 00032712  0x00009023 ifetch  0x00000001 , 0x00000011 
- 00032713  0x00009024 nbranch  0x00007fcd , 0x00000034 
- 00032714  0x00009025 increase  0x00000001 , 0x00000011 
- 00032715  0x00009026 loop  0x00007fc8 
- 00032716  0x00009027 branch  0x00002a8c 
- 00032717  0x00009029 arg  0x00000000 , 0x00000002 
- 00032718  0x0000902a istoret  0x00000001 , 0x00000011 
- 00032719  0x0000902b rtn 
- 00032720  0x00009031 ifetch  0x00000008 , 0x00000011 
- 00032721  0x00009032 rtn 
- 00032722  0x00009038 ifetch  0x00000001 , 0x00000011 
- 00032723  0x00009039 rtn 
- 00032724  0x0000903d ifetch  0x00000002 , 0x00000011 
- 00032725  0x0000903e rtn 
- 00032726  0x00009043 arg  0x00000000 , 0x00000002 
- 00032727  0x00009045 fetch  0x00000001 , 0x00000006 
- 00032728  0x00009046 loop  0x00007fd7 , 0x00000034 
- 00032729  0x00009047 increase  0x00000001 , 0x00000002 
- 00032730  0x00009048 loop  0x00007fd7 
- 00032731  0x00009049 copy  0x00000002 , 0x0000003f 
- 00032732  0x0000904a rtn 
- 00032733  0x0000904d isub  0x00000002 , 0x0000003e 
- 00032734  0x0000904e nrtn  0x00000002 
- 00032735  0x0000904f copy  0x00000002 , 0x0000003f 
- 00032736  0x00009050 rtn 
- 00032737  0x00009054 force  0xffffffff , 0x0000003e 
- 00032738  0x00009055 rtn 
- 00032739  0x00009058 force  0x00000001 , 0x0000003e 
- 00032740  0x00009059 rtn 
- 00032741  0x0000905b force  0x00000000 , 0x0000003e 
- 00032742  0x0000905c rtn 
- 00032743  0x0000905f enable  0x00000028 
- 00032744  0x00009060 rtn 
- 00032745  0x00009063 disable  0x00000028 
- 00032746  0x00009064 rtn 
- 00032747  0x00009067 enable  0x0000002c 
- 00032748  0x00009068 rtn 
- 00032749  0x0000906b disable  0x0000002c 
- 00032750  0x0000906c rtn 
- 00032751  0x0000906f setarg  0x00000001 
- 00032752  0x00009070 rtn 
- 00032753  0x00009073 setarg  0x00000000 
- 00032754  0x00009074 rtn 
- 00032755  0x00009078 copy  0x00000039 , 0x0000003f 
- 00032756  0x00009079 rtn  0x00000034 
- 00032757  0x0000907a copy  0x00000006 , 0x0000003f 
- 00032758  0x0000907b iadd  0x00000039 , 0x0000003f 
- 00032759  0x0000907c increase  0xffffffff , 0x0000003f 
- 00032760  0x0000907d copy  0x0000003f , 0x00000006 
- 00032761  0x0000907f ifetch  0x00000001 , 0x00000006 
- 00032762  0x00009080 increase  0xfffffffe , 0x00000006 
- 00032763  0x00009081 istore  0x00000001 , 0x00000005 
- 00032764  0x00009082 loop  0x00007ff9 
- 00032765  0x00009083 rtn 
+ 00000000  0x00000042 branch  0x00000040 
+ 00000001  0x00000049 call  0x000003b7 
+ 00000002  0x0000004a fetch  0x00000001 , 0x000041de 
+ 00000003  0x0000004b store  0x00000001 , 0x00004c97 
+ 00000004  0x0000004c call  0x00000684 
+ 00000005  0x0000004d fetch  0x00000001 , 0x00004685 
+ 00000006  0x0000004e store  0x00000001 , 0x00004b44 
+ 00000007  0x0000004f fetch  0x00000001 , 0x00004b30 
+ 00000008  0x00000050 store  0x00000001 , 0x00004b31 
+ 00000009  0x00000051 call  0x000043ca 
+ 00000010  0x00000052 call  0x000002f6 
+ 00000011  0x00000053 call  0x0000070f 
+ 00000012  0x00000054 call  0x0000000f 
+ 00000013  0x00000055 call  0x00000022 
+ 00000014  0x00000056 branch  0x0000031f 
+ 00000015  0x00000059 setarg  0x0000038d 
+ 00000016  0x0000005a store  0x00000002 , 0x00004d11 
+ 00000017  0x0000005b setarg  0x000003a7 
+ 00000018  0x0000005c store  0x00000002 , 0x000041ef 
+ 00000019  0x0000005d setarg  0x000005b2 
+ 00000020  0x0000005e store  0x00000002 , 0x000041f9 
+ 00000021  0x0000005f setarg  0x000003d2 
+ 00000022  0x00000060 store  0x00000002 , 0x000041f1 
+ 00000023  0x00000061 setarg  0x000002a8 
+ 00000024  0x00000062 store  0x00000002 , 0x000041ed 
+ 00000025  0x00000063 setarg  0x0000040e 
+ 00000026  0x00000064 store  0x00000002 , 0x000041f5 
+ 00000027  0x00000065 setarg  0x000003f8 
+ 00000028  0x00000066 store  0x00000002 , 0x000041f3 
+ 00000029  0x00000067 setarg  0x00000445 
+ 00000030  0x00000068 store  0x00000002 , 0x000041eb 
+ 00000031  0x00000069 setarg  0x0000044c 
+ 00000032  0x0000006a store  0x00000002 , 0x000041fd 
+ 00000033  0x0000006b rtn 
+ 00000034  0x0000006e setarg  0x00000019 
+ 00000035  0x0000006f store  0x00000002 , 0x00004d23 
+ 00000036  0x00000070 ncall  0x0000002a , 0x0000002b 
+ 00000037  0x00000071 call  0x000002f8 
+ 00000038  0x00000072 call  0x0000031c 
+ 00000039  0x00000074 fetch  0x00000001 , 0x0000471f 
+ 00000040  0x00000075 store  0x00000001 , 0x0000471e 
+ 00000041  0x00000076 rtn 
+ 00000042  0x00000078 setarg  0x00000177 
+ 00000043  0x00000079 store  0x00000002 , 0x00004d23 
+ 00000044  0x0000007a rtn 
+ 00000045  0x0000007c nop  0x00000001 
+ 00000046  0x0000007d nop  0x00000001 
+ 00000047  0x0000007e nop  0x00000001 
+ 00000048  0x0000007f nop  0x00000001 
+ 00000049  0x00000080 nop  0x00000001 
+ 00000050  0x00000081 nop  0x00000001 
+ 00000051  0x00000082 nop  0x00000001 
+ 00000052  0x00000083 nop  0x00000001 
+ 00000053  0x00000084 nop  0x00000001 
+ 00000054  0x00000085 nop  0x00000001 
+ 00000055  0x00000086 nop  0x00000001 
+ 00000056  0x00000087 nop  0x00000001 
+ 00000057  0x00000088 nop  0x00000001 
+ 00000058  0x00000089 nop  0x00000001 
+ 00000059  0x0000008a nop  0x00000001 
+ 00000060  0x0000008b nop  0x00000001 
+ 00000061  0x0000008c nop  0x00000001 
+ 00000062  0x0000008d nop  0x00000001 
+ 00000063  0x0000008e nop  0x00000001 
+ 00000064  0x00000091 bbit1  0x00000008 , 0x00000058 
+ 00000065  0x00000093 beq  0x00000001 , 0x00000074 
+ 00000066  0x00000094 beq  0x00000002 , 0x0000007d 
+ 00000067  0x00000095 beq  0x00000085 , 0x000006f0 
+ 00000068  0x00000096 beq  0x00000089 , 0x000006c1 
+ 00000069  0x00000097 beq  0x0000001b , 0x000005cb 
+ 00000070  0x00000098 beq  0x00000026 , 0x000005cd 
+ 00000071  0x00000099 beq  0x00000048 , 0x000005e8 
+ 00000072  0x0000009a beq  0x0000004a , 0x000005ef 
+ 00000073  0x0000009b beq  0x00000051 , 0x000005f8 
+ 00000074  0x0000009c beq  0x00000059 , 0x000005e6 
+ 00000075  0x0000009d beq  0x000000a7 , 0x000005fd 
+ 00000076  0x0000009e beq  0x000000ad , 0x00000616 
+ 00000077  0x0000009f beq  0x000000cb , 0x000033e4 
+ 00000078  0x000000a0 beq  0x000000e9 , 0x00000627 
+ 00000079  0x000000a1 beq  0x000000a1 , 0x00000086 
+ 00000080  0x000000a2 beq  0x000000b1 , 0x0000008b 
+ 00000081  0x000000a3 beq  0x000000b2 , 0x00000095 
+ 00000082  0x000000a4 beq  0x000000c4 , 0x000002c5 
+ 00000083  0x000000a5 beq  0x000000e6 , 0x000004cf 
+ 00000084  0x000000a6 beq  0x000000ea , 0x00000500 
+ 00000085  0x000000a7 beq  0x000000eb , 0x00000506 
+ 00000086  0x000000a8 beq  0x000000ec , 0x0000050c 
+ 00000087  0x000000a9 branch  0x00002a8e 
+ 00000088  0x000000ab beq  0x00000039 , 0x00000511 
+ 00000089  0x000000ac beq  0x00000043 , 0x00000519 
+ 00000090  0x000000ad beq  0x0000004a , 0x0000051f 
+ 00000091  0x000000ae beq  0x00000057 , 0x00000522 
+ 00000092  0x000000af beq  0x00000059 , 0x00000524 
+ 00000093  0x000000b0 beq  0x00000063 , 0x00000526 
+ 00000094  0x000000b1 beq  0x00000066 , 0x00000550 
+ 00000095  0x000000b2 beq  0x00000067 , 0x00000567 
+ 00000096  0x000000b3 beq  0x0000006a , 0x0000059d 
+ 00000097  0x000000b4 beq  0x00000077 , 0x000005a8 
+ 00000098  0x000000b5 beq  0x00000005 , 0x00000629 
+ 00000099  0x000000b6 beq  0x00000080 , 0x0000062b 
+ 00000100  0x000000b7 beq  0x00000082 , 0x00000635 
+ 00000101  0x000000b8 beq  0x00000088 , 0x00000637 
+ 00000102  0x000000b9 beq  0x0000008c , 0x000005b8 
+ 00000103  0x000000ba beq  0x0000008d , 0x000005c4 
+ 00000104  0x000000bb beq  0x000000fa , 0x0000065b 
+ 00000105  0x000000bc branch  0x00002a8e 
+ 00000106  0x000000c0 copy  0x0000003f , 0x00000011 
+ 00000107  0x000000c1 fetcht  0x00000001 , 0x00004c9b 
+ 00000108  0x000000c2 setarg  0x00004ca2 
+ 00000109  0x000000c3 iadd  0x00000002 , 0x00000005 
+ 00000110  0x000000c4 copy  0x00000011 , 0x0000003f 
+ 00000111  0x000000c5 istore  0x00000001 , 0x00000005 
+ 00000112  0x000000c6 increase  0x00000001 , 0x00000002 
+ 00000113  0x000000c7 and_into  0x00000007 , 0x00000002 
+ 00000114  0x000000c8 storet  0x00000001 , 0x00004c9b 
+ 00000115  0x000000c9 rtn 
+ 00000116  0x000000cc arg  0x000009ae , 0x00000005 
+ 00000117  0x000000cd arg  0x0000000c , 0x00000039 
+ 00000118  0x000000ce call  0x00007ed4 
+ 00000119  0x000000cf call  0x0000039e 
+ 00000120  0x000000d0 call  0x00006a03 
+ 00000121  0x000000d1 call  0x00005cf6 
+ 00000122  0x000000d2 ncall  0x00002c65 , 0x0000002b 
+ 00000123  0x000000d3 call  0x00007ccd 
+ 00000124  0x000000d4 branch  0x0000200c 
+ 00000125  0x000000d7 call  0x000032e3 , 0x0000002b 
+ 00000126  0x000000d8 call  0x0000756a 
+ 00000127  0x000000d9 call  0x00002b41 , 0x0000002b 
+ 00000128  0x000000db call  0x000076dc 
+ 00000129  0x000000dc fetch  0x00000001 , 0x0000465a 
+ 00000130  0x000000dd branch  0x00002012 , 0x00000034 
+ 00000131  0x000000de fetch  0x00000001 , 0x000045b1 
+ 00000132  0x000000df branch  0x00000080 , 0x00000034 
+ 00000133  0x000000e0 branch  0x00002012 
+ 00000134  0x000000e3 setarg  0x00000a06 
+ 00000135  0x000000e4 store  0x00000003 , 0x00004510 
+ 00000136  0x000000e5 setarg  0x00001d87 
+ 00000137  0x000000e6 store  0x00000002 , 0x00004513 
+ 00000138  0x000000e7 branch  0x00002aa2 
+ 00000139  0x000000ea rtnmark1  0x00000026 
+ 00000140  0x000000eb fetch  0x00000001 , 0x0000479c 
+ 00000141  0x000000ec beq  0x00000000 , 0x00007fef 
+ 00000142  0x000000ed fetch  0x00000001 , 0x000047c4 
+ 00000143  0x000000ee beq  0x00000001 , 0x00007fef 
+ 00000144  0x000000ef fetch  0x00000002 , 0x00004248 
+ 00000145  0x000000f0 nbranch  0x00007fef , 0x00000034 
+ 00000146  0x000000f1 fetch  0x00000001 , 0x00004806 
+ 00000147  0x000000f2 nbranch  0x00007fef , 0x00000034 
+ 00000148  0x000000f3 branch  0x00007ff1 
+ 00000149  0x000000f7 rtnmark0  0x00000026 
+ 00000150  0x000000f8 fetch  0x00000001 , 0x00004d20 
+ 00000151  0x000000f9 beq  0x00000001 , 0x000000a6 
+ 00000152  0x000000fb call  0x00000139 
+ 00000153  0x000000fc nbranch  0x000000c1 , 0x00000028 
+ 00000154  0x000000fd call  0x00000120 
+ 00000155  0x000000ff call  0x0000015c 
+ 00000156  0x00000100 fetch  0x00000001 , 0x00004bf0 
+ 00000157  0x00000101 rtnne  0x000000ff 
+ 00000158  0x00000102 call  0x00000695 
+ 00000159  0x00000104 fetch  0x00000001 , 0x00004b26 
+ 00000160  0x00000105 beq  0x00000001 , 0x00000390 
+ 00000161  0x00000107 call  0x000000cc 
+ 00000162  0x00000108 nrtn  0x00000028 
+ 00000163  0x00000109 call  0x000002af 
+ 00000164  0x0000010a setarg  0x0000ec54 
+ 00000165  0x0000010b branch  0x00002b93 
+ 00000166  0x0000010e call  0x0000027a 
+ 00000167  0x0000010f nrtn  0x00000028 
+ 00000168  0x00000110 call  0x000000bb 
+ 00000169  0x00000111 fetch  0x00000002 , 0x00004d21 
+ 00000170  0x00000112 increase  0x00000001 , 0x0000003f 
+ 00000171  0x00000113 store  0x00000002 , 0x00004d21 
+ 00000172  0x00000114 fetcht  0x00000002 , 0x00004d23 
+ 00000173  0x00000115 isub  0x00000002 , 0x0000003e 
+ 00000174  0x00000116 call  0x000000b0 , 0x00000005 
+ 00000175  0x00000117 branch  0x00000098 
+ 00000176  0x00000119 jam  0x00000000 , 0x00004d20 
+ 00000177  0x0000011a setarg  0x00000000 
+ 00000178  0x0000011b store  0x00000002 , 0x00004d21 
+ 00000179  0x0000011c setarg  0x00000019 
+ 00000180  0x0000011d store  0x00000002 , 0x00004d23 
+ 00000181  0x0000011f jam  0x00000000 , 0x00004c1b 
+ 00000182  0x00000120 fetch  0x00000001 , 0x00004c06 
+ 00000183  0x00000122 store  0x00000001 , 0x00004c05 
+ 00000184  0x00000123 rtn 
+ 00000185  0x00000125 fetch  0x00000001 , 0x00004c07 
+ 00000186  0x00000126 branch  0x000000b7 
+ 00000187  0x00000128 fetch  0x00000001 , 0x00004c1b 
+ 00000188  0x00000129 increase  0x00000001 , 0x0000003f 
+ 00000189  0x0000012a store  0x00000001 , 0x00004c1b 
+ 00000190  0x0000012b beq  0x00000004 , 0x000000b9 
+ 00000191  0x0000012c beq  0x00000005 , 0x000000b5 
+ 00000192  0x0000012d rtn 
+ 00000193  0x00000130 fetch  0x00000001 , 0x00004c0c 
+ 00000194  0x00000131 call  0x000000d5 , 0x00000034 
+ 00000195  0x00000133 fetch  0x00000001 , 0x000046cf 
+ 00000196  0x00000134 sub  0x0000003f , 0x00000008 , 0x0000003e 
+ 00000197  0x00000135 rtn  0x00000002 
+ 00000198  0x00000136 call  0x000000cc 
+ 00000199  0x00000137 nrtn  0x00000028 
+ 00000200  0x00000138 fetch  0x00000003 , 0x00004c0f 
+ 00000201  0x00000139 call  0x00007f49 
+ 00000202  0x0000013a storet  0x00000004 , 0x0000415b 
+ 00000203  0x0000013b branch  0x00002b2a 
+ 00000204  0x0000013e enable  0x00000028 
+ 00000205  0x0000013f call  0x00002afa 
+ 00000206  0x00000140 fetch  0x00000003 , 0x0000416f 
+ 00000207  0x00000141 branch  0x00007fe9 , 0x00000034 
+ 00000208  0x00000142 fetch  0x00000001 , 0x00004091 
+ 00000209  0x00000143 branch  0x00007fe9 , 0x00000034 
+ 00000210  0x00000144 fetch  0x00000001 , 0x00004d20 
+ 00000211  0x00000145 beq  0x00000001 , 0x00007fe9 
+ 00000212  0x00000146 branch  0x000002b2 
+ 00000213  0x00000149 jam  0x00000001 , 0x00004c0c 
+ 00000214  0x0000014a jam  0x00000000 , 0x00004d15 
+ 00000215  0x0000014b call  0x000000e8 
+ 00000216  0x0000014c store  0x00000001 , 0x00004b7c 
+ 00000217  0x0000014d setarg  0x00000000 
+ 00000218  0x0000014e store  0x00000007 , 0x00004b7d 
+ 00000219  0x0000014f fetch  0x00000004 , 0x00004c17 
+ 00000220  0x00000150 store  0x00000004 , 0x00004b84 
+ 00000221  0x00000151 jam  0x0000000c , 0x00004be0 
+ 00000222  0x00000152 fetch  0x00000001 , 0x00004be1 
+ 00000223  0x00000153 set1  0x00000003 , 0x0000003f 
+ 00000224  0x00000154 store  0x00000001 , 0x00004be1 
+ 00000225  0x00000155 call  0x0000013c 
+ 00000226  0x00000156 branch  0x0000009b 
+ 00000227  0x00000159 fetch  0x00000004 , 0x000040a0 
+ 00000228  0x0000015a store  0x00000004 , 0x00004c17 
+ 00000229  0x0000015b rtn 
+ 00000230  0x0000015e jam  0x00000001 , 0x00004d16 
+ 00000231  0x0000015f jam  0x00000000 , 0x00004d18 
+ 00000232  0x00000161 fetch  0x00000001 , 0x00004be1 
+ 00000233  0x00000162 and_into  0x00000007 , 0x0000003f 
+ 00000234  0x00000163 store  0x00000001 , 0x00004be1 
+ 00000235  0x00000164 rtn 
+ 00000236  0x00000167 fetch  0x00000001 , 0x00004be1 
+ 00000237  0x00000168 set1  0x00000004 , 0x0000003f 
+ 00000238  0x00000169 store  0x00000001 , 0x00004be1 
+ 00000239  0x0000016b store  0x00000001 , 0x00004b9c 
+ 00000240  0x0000016c rtn 
+ 00000241  0x0000016e fetch  0x00000001 , 0x00004be1 
+ 00000242  0x0000016f set0  0x00000004 , 0x0000003f 
+ 00000243  0x00000170 store  0x00000001 , 0x00004be1 
+ 00000244  0x00000171 rtn 
+ 00000245  0x00000174 call  0x0000068b 
+ 00000246  0x00000175 fetch  0x00000001 , 0x00004d17 
+ 00000247  0x00000176 beq  0x00000001 , 0x000000fa 
+ 00000248  0x00000177 beq  0x00000002 , 0x000000fe 
+ 00000249  0x00000178 rtn 
+ 00000250  0x0000017a jam  0x00000002 , 0x00004d18 
+ 00000251  0x0000017c jam  0x00000000 , 0x00004d14 
+ 00000252  0x0000017d jam  0x00000000 , 0x00004d16 
+ 00000253  0x0000017e branch  0x000000e8 
+ 00000254  0x00000181 jam  0x00000000 , 0x00004d15 
+ 00000255  0x00000182 branch  0x000000fb 
+ 00000256  0x00000186 fetch  0x00000002 , 0x00004be6 
+ 00000257  0x00000187 increase  0x00000001 , 0x0000003f 
+ 00000258  0x00000188 store  0x00000002 , 0x00004be6 
+ 00000259  0x00000189 bbit1  0x0000000a , 0x000001a0 
+ 00000260  0x0000018a fetch  0x00000001 , 0x00004d15 
+ 00000261  0x0000018b beq  0x00000001 , 0x00000109 
+ 00000262  0x0000018c jam  0x00000001 , 0x00004d15 
+ 00000263  0x0000018e fetch  0x00000001 , 0x00004d15 
+ 00000264  0x0000018f bne  0x00000001 , 0x000000e8 
+ 00000265  0x00000191 fetch  0x00000001 , 0x00004d13 
+ 00000266  0x00000192 increase  0x00000001 , 0x0000003f 
+ 00000267  0x00000193 store  0x00000001 , 0x00004d13 
+ 00000268  0x00000194 beq  0x00000004 , 0x00000110 
+ 00000269  0x00000195 call  0x000001f2 
+ 00000270  0x00000196 jam  0x00000002 , 0x00004c25 
+ 00000271  0x00000197 branch  0x0000015c 
+ 00000272  0x0000019a call  0x0000068b 
+ 00000273  0x0000019b jam  0x00000000 , 0x00004d13 
+ 00000274  0x0000019c branch  0x000000e8 
+ 00000275  0x0000019f jam  0x00000002 , 0x00004d18 
+ 00000276  0x000001a1 jam  0x00000001 , 0x00004d16 
+ 00000277  0x000001a2 jam  0x00000000 , 0x00004d15 
+ 00000278  0x000001a3 branch  0x000000e8 
+ 00000279  0x000001a6 fetch  0x00000001 , 0x00004d17 
+ 00000280  0x000001a7 beq  0x00000003 , 0x00000114 
+ 00000281  0x000001a8 fetch  0x00000001 , 0x00004be1 
+ 00000282  0x000001a9 isolate0  0x00000004 , 0x0000003f 
+ 00000283  0x000001aa branch  0x000000e6 , 0x00000001 
+ 00000284  0x000001ab fetch  0x00000001 , 0x00004d17 
+ 00000285  0x000001ac beq  0x00000001 , 0x00000113 
+ 00000286  0x000001ad beq  0x00000002 , 0x00000114 
+ 00000287  0x000001ae rtn 
+ 00000288  0x000001b1 fetch  0x00000001 , 0x00004bf0 
+ 00000289  0x000001b2 rtnne  0x000000ff 
+ 00000290  0x000001b3 call  0x00000125 
+ 00000291  0x000001b4 ncall  0x0000012d , 0x0000002c 
+ 00000292  0x000001b5 rtn 
+ 00000293  0x000001b8 disable  0x0000002c 
+ 00000294  0x000001b9 fetch  0x00000001 , 0x00004d16 
+ 00000295  0x000001ba rtnne  0x00000001 
+ 00000296  0x000001bb fetch  0x00000001 , 0x00004d18 
+ 00000297  0x000001bc rtnne  0x00000000 
+ 00000298  0x000001bd jam  0x00000001 , 0x00004d17 
+ 00000299  0x000001be jam  0x00000004 , 0x00004c25 
+ 00000300  0x000001bf branch  0x00007feb 
+ 00000301  0x000001c2 fetch  0x00000001 , 0x00004d18 
+ 00000302  0x000001c3 branch  0x00000134 , 0x00000034 
+ 00000303  0x000001c4 increase  0xffffffff , 0x0000003f 
+ 00000304  0x000001c5 store  0x00000001 , 0x00004d18 
+ 00000305  0x000001c6 jam  0x00000002 , 0x00004d17 
+ 00000306  0x000001c7 jam  0x00000004 , 0x00004c25 
+ 00000307  0x000001c8 branch  0x000001f2 
+ 00000308  0x000001cb jam  0x00000003 , 0x00004d17 
+ 00000309  0x000001cc fetch  0x00000001 , 0x00004d15 
+ 00000310  0x000001cd nbranch  0x00000107 , 0x00000034 
+ 00000311  0x000001ce jam  0x00000002 , 0x00004c25 
+ 00000312  0x000001cf branch  0x000001f2 
+ 00000313  0x000001d2 fetch  0x00000001 , 0x00004bf0 
+ 00000314  0x000001d3 bne  0x000000ff , 0x000001ab 
+ 00000315  0x000001d5 call  0x0000013f 
+ 00000316  0x000001d7 call  0x000001e0 
+ 00000317  0x000001d8 jam  0x00000001 , 0x00004be5 
+ 00000318  0x000001d9 rtn 
+ 00000319  0x000001dc fetch  0x00000002 , 0x00004d11 
+ 00000320  0x000001dd call  0x00007f9c 
+ 00000321  0x000001de branch  0x00000145 , 0x00000028 
+ 00000322  0x000001df fetch  0x00000007 , 0x00004b7d 
+ 00000323  0x000001e0 rtn  0x00000034 
+ 00000324  0x000001e1 branch  0x00007fe7 
+ 00000325  0x000001e3 call  0x00000442 
+ 00000326  0x000001e5 jam  0x00000000 , 0x00004c0c 
+ 00000327  0x000001e6 add  0x00000011 , 0x00000001 , 0x0000003f 
+ 00000328  0x000001e7 store  0x00000001 , 0x00004be0 
+ 00000329  0x000001e8 call  0x000000e8 
+ 00000330  0x000001e9 store  0x00000001 , 0x00004b7c 
+ 00000331  0x000001ea ifetcht  0x00000001 , 0x00000005 
+ 00000332  0x000001eb ifetch  0x00000001 , 0x00000012 
+ 00000333  0x000001ec ior  0x00000002 , 0x0000003f 
+ 00000334  0x000001ed istore  0x00000001 , 0x00000005 
+ 00000335  0x000001ee increase  0x00000001 , 0x00000012 
+ 00000336  0x000001ef ifetch  0x00000004 , 0x00000012 
+ 00000337  0x000001f0 istore  0x00000004 , 0x00000005 
+ 00000338  0x000001f1 increase  0x00000004 , 0x00000012 
+ 00000339  0x000001f2 arg  0x00004b82 , 0x00000005 
+ 00000340  0x000001f3 arg  0x00000002 , 0x00000039 
+ 00000341  0x000001f5 ifetch  0x00000001 , 0x00000012 
+ 00000342  0x000001f6 ifetcht  0x00000001 , 0x00000005 
+ 00000343  0x000001f7 iadd  0x00000002 , 0x0000003f 
+ 00000344  0x000001f8 istore  0x00000001 , 0x00000005 
+ 00000345  0x000001f9 increase  0x00000001 , 0x00000012 
+ 00000346  0x000001fa loop  0x00000155 
+ 00000347  0x000001fb rtn 
+ 00000348  0x000001fe jam  0x00000000 , 0x00004be9 
+ 00000349  0x000001ff fetch  0x00000001 , 0x00004b4f 
+ 00000350  0x00000200 increase  0x00000001 , 0x0000003f 
+ 00000351  0x00000201 store  0x00000001 , 0x00004b4f 
+ 00000352  0x00000203 arg  0x00000d00 , 0x0000000b 
+ 00000353  0x00000204 until  0x00000023 , 0x00000026 
+ 00000354  0x00000205 call  0x0000017c 
+ 00000355  0x00000206 fetch  0x00000001 , 0x00004c1c 
+ 00000356  0x00000207 rtneq  0x00000001 
+ 00000357  0x00000208 nbranch  0x0000018b , 0x00000018 
+ 00000358  0x00000209 nbranch  0x0000018b , 0x0000002f 
+ 00000359  0x0000020a call  0x00000177 
+ 00000360  0x0000020b call  0x000001a4 
+ 00000361  0x0000020c call  0x00000687 
+ 00000362  0x0000020e jam  0x00000000 , 0x00004b4f 
+ 00000363  0x0000020f fetch  0x00000001 , 0x00004bdf 
+ 00000364  0x00000210 increase  0x00000001 , 0x0000003f 
+ 00000365  0x00000211 store  0x00000001 , 0x00004bdf 
+ 00000366  0x00000212 fetch  0x00000001 , 0x00004bf0 
+ 00000367  0x00000213 bne  0x000000ff , 0x0000017a 
+ 00000368  0x00000214 call  0x00000117 
+ 00000369  0x00000216 setarg  0x00000000 
+ 00000370  0x00000217 store  0x00000002 , 0x00004be6 
+ 00000371  0x00000218 store  0x00000001 , 0x00004be8 
+ 00000372  0x00000219 store  0x00000001 , 0x00004d14 
+ 00000373  0x0000021a jam  0x00000000 , 0x00004be5 
+ 00000374  0x0000021b rtn 
+ 00000375  0x0000021e arg  0x00000004 , 0x00000039 
+ 00000376  0x0000021f arg  0x00004b7c , 0x00000005 
+ 00000377  0x00000220 branch  0x00007ec6 
+ 00000378  0x00000223 call  0x00000684 
+ 00000379  0x00000224 branch  0x000001ad 
+ 00000380  0x00000227 disable  0x0000002f 
+ 00000381  0x00000228 call  0x00000259 
+ 00000382  0x0000022b fetch  0x00000001 , 0x00004c1c 
+ 00000383  0x0000022c beq  0x00000001 , 0x00000189 
+ 00000384  0x0000022d force  0x00000000 , 0x00000015 
+ 00000385  0x0000022e fetch  0x00000004 , 0x00004c08 
+ 00000386  0x0000022f iforce  0x00000009 
+ 00000387  0x00000230 fetcht  0x00000001 , 0x00000017 
+ 00000388  0x00000231 call  0x0000291f 
+ 00000389  0x00000232 call  0x00002924 
+ 00000390  0x00000233 call  0x00000215 
+ 00000391  0x00000234 call  0x00000251 , 0x0000002f 
+ 00000392  0x00000235 rtn 
+ 00000393  0x00000237 call  0x00000251 
+ 00000394  0x00000238 branch  0x0000016a 
+ 00000395  0x0000023b fetch  0x00000001 , 0x00004be8 
+ 00000396  0x0000023c increase  0x00000001 , 0x0000003f 
+ 00000397  0x0000023d store  0x00000001 , 0x00004be8 
+ 00000398  0x0000023e beq  0x000000ff , 0x000001a2 
+ 00000399  0x0000023f fetch  0x00000001 , 0x00004bf0 
+ 00000400  0x00000240 bne  0x000000ff , 0x0000019c 
+ 00000401  0x00000242 fetch  0x00000001 , 0x00004b4f 
+ 00000402  0x00000243 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00000403  0x00000244 ncall  0x000001f2 , 0x00000002 
+ 00000404  0x00000246 fetch  0x00000001 , 0x00004be9 
+ 00000405  0x00000247 increase  0x00000001 , 0x0000003f 
+ 00000406  0x00000248 store  0x00000001 , 0x00004be9 
+ 00000407  0x00000249 bne  0x00000006 , 0x00000160 
+ 00000408  0x0000024b fetch  0x00000001 , 0x00004b4f 
+ 00000409  0x0000024c sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00000410  0x0000024d call  0x000001f2 , 0x00000002 
+ 00000411  0x0000024f branch  0x0000015c 
+ 00000412  0x0000025d fetch  0x00000001 , 0x00004be8 
+ 00000413  0x0000025e rtnne  0x000000ff 
+ 00000414  0x0000025f jam  0x00000000 , 0x00004be8 
+ 00000415  0x00000260 branch  0x000001a2 
+ 00000416  0x00000263 setarg  0x00000000 
+ 00000417  0x00000264 store  0x00000002 , 0x00004be6 
+ 00000418  0x00000266 jam  0x0000003a , 0x00000a99 
+ 00000419  0x00000267 branch  0x00007d86 
+ 00000420  0x0000026a call  0x000001c5 
+ 00000421  0x0000026b fetch  0x00000001 , 0x00004bde 
+ 00000422  0x0000026c rtn  0x00000034 
+ 00000423  0x0000026d iforce  0x00000039 
+ 00000424  0x0000026e arg  0x00004b5c , 0x00000006 
+ 00000425  0x0000026f arg  0x00004bbe , 0x00000005 
+ 00000426  0x00000270 branch  0x00007f01 
+ 00000427  0x00000273 jam  0x00000090 , 0x000011c5 
+ 00000428  0x00000274 branch  0x000006f2 
+ 00000429  0x00000277 jam  0x00000091 , 0x000011c5 
+ 00000430  0x00000278 branch  0x000006f2 
+ 00000431  0x0000027b jam  0x00000060 , 0x000011c5 
+ 00000432  0x0000027c branch  0x000006f2 
+ 00000433  0x0000027f jam  0x00000070 , 0x000011c5 
+ 00000434  0x00000280 branch  0x000006f2 
+ 00000435  0x00000284 jam  0x000000ff , 0x0000119e 
+ 00000436  0x00000285 fetch  0x00000001 , 0x00004be1 
+ 00000437  0x00000286 store  0x00000001 , 0x0000119f 
+ 00000438  0x00000287 fetch  0x00000004 , 0x00004c17 
+ 00000439  0x00000288 store  0x00000004 , 0x000011a0 
+ 00000440  0x00000289 arg  0x00000006 , 0x00000002 
+ 00000441  0x0000028a arg  0x0000119e , 0x00000011 
+ 00000442  0x0000028b call  0x000001c0 
+ 00000443  0x0000028c branch  0x000001e0 
+ 00000444  0x00000290 set0  0x00000026 , 0x00000000 
+ 00000445  0x00000291 call  0x000053ce 
+ 00000446  0x00000293 arg  0x00000003 , 0x00000007 
+ 00000447  0x00000294 branch  0x000043d2 
+ 00000448  0x00000297 storet  0x00000001 , 0x00004be0 
+ 00000449  0x00000298 copy  0x00000002 , 0x00000039 
+ 00000450  0x00000299 arg  0x00004b7c , 0x00000005 
+ 00000451  0x0000029a copy  0x00000011 , 0x00000006 
+ 00000452  0x0000029b branch  0x00007f01 
+ 00000453  0x0000029f fetch  0x00000001 , 0x00004b5b 
+ 00000454  0x000002a0 rshift3  0x0000003f , 0x0000003f 
+ 00000455  0x000002a1 store  0x00000001 , 0x00004bde 
+ 00000456  0x000002a3 increase  0x00000001 , 0x0000003f 
+ 00000457  0x000002a4 arg  0x00004b5b , 0x00000006 
+ 00000458  0x000002a5 iadd  0x00000006 , 0x00000006 
+ 00000459  0x000002a6 ifetch  0x00000003 , 0x00000006 
+ 00000460  0x000002a7 store  0x00000003 , 0x00004c1d 
+ 00000461  0x000002a9 fetch  0x00000001 , 0x00004b5b 
+ 00000462  0x000002aa rshift  0x0000003f , 0x0000003f 
+ 00000463  0x000002ab and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000464  0x000002ac store  0x00000001 , 0x00004c23 
+ 00000465  0x000002ad rtn 
+ 00000466  0x000002b0 store  0x00000004 , 0x00004c08 
+ 00000467  0x000002b3 arg  0x00000000 , 0x00000011 
+ 00000468  0x000002b4 arg  0x00000004 , 0x00000039 
+ 00000469  0x000002b5 arg  0x00004c08 , 0x00000006 
+ 00000470  0x000002b7 ifetch  0x00000001 , 0x00000006 
+ 00000471  0x000002b8 iadd  0x00000011 , 0x00000011 
+ 00000472  0x000002b9 loop  0x000001d6 
+ 00000473  0x000002ba copy  0x00000011 , 0x0000003f 
+ 00000474  0x000002bb store  0x00000002 , 0x00004c91 
+ 00000475  0x000002bc fetch  0x00000001 , 0x00004c91 
+ 00000476  0x000002bd fetcht  0x00000001 , 0x00004c92 
+ 00000477  0x000002be iadd  0x00000002 , 0x0000003f 
+ 00000478  0x000002bf store  0x00000001 , 0x00004c93 
+ 00000479  0x000002c0 rtn 
+ 00000480  0x000002c5 fetch  0x00000001 , 0x00004be0 
+ 00000481  0x000002c6 increase  0x00000002 , 0x0000003f 
+ 00000482  0x000002c7 store  0x00000001 , 0x00004be2 
+ 00000483  0x000002c9 fetch  0x00000001 , 0x00004be1 
+ 00000484  0x000002ca store  0x00000001 , 0x00004b9c 
+ 00000485  0x000002cc fetch  0x00000001 , 0x00004be0 
+ 00000486  0x000002cd lshift3  0x0000003f , 0x0000003f 
+ 00000487  0x000002ce fetcht  0x00000001 , 0x00004bdf 
+ 00000488  0x000002cf and  0x00000002 , 0x00000003 , 0x00000002 
+ 00000489  0x000002d0 lshift  0x00000002 , 0x00000002 
+ 00000490  0x000002d1 ior  0x00000002 , 0x0000003f 
+ 00000491  0x000002d2 fetcht  0x00000001 , 0x00004c1c 
+ 00000492  0x000002d3 iadd  0x00000002 , 0x0000003f 
+ 00000493  0x000002d4 istore  0x00000001 , 0x00000005 
+ 00000494  0x000002d6 fetch  0x00000001 , 0x00004be0 
+ 00000495  0x000002d7 iforce  0x00000039 
+ 00000496  0x000002d8 arg  0x00004b7c , 0x00000006 
+ 00000497  0x000002d9 branch  0x00007f01 
+ 00000498  0x000002dc fetcht  0x00000001 , 0x00004beb 
+ 00000499  0x000002dd call  0x000001f6 
+ 00000500  0x000002de storet  0x00000001 , 0x00004beb 
+ 00000501  0x000002df rtn 
+ 00000502  0x000002e2 call  0x000001fa 
+ 00000503  0x000002e3 increase  0x00000001 , 0x00000002 
+ 00000504  0x000002e4 and_into  0x00000003 , 0x00000002 
+ 00000505  0x000002e5 rtn 
+ 00000506  0x000002e8 fetch  0x00000001 , 0x00004c08 
+ 00000507  0x000002e9 and_into  0x00000003 , 0x0000003f 
+ 00000508  0x000002ea mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00000509  0x000002eb setarg  0x00004bf1 
+ 00000510  0x000002ec iadd  0x00000011 , 0x0000003f 
+ 00000511  0x000002ed iadd  0x00000002 , 0x00000006 
+ 00000512  0x000002ee ifetch  0x00000001 , 0x00000006 
+ 00000513  0x000002ef store  0x00000001 , 0x00004bea 
+ 00000514  0x000002f0 rtn 
+ 00000515  0x000002f3 disable  0x00000009 
+ 00000516  0x000002f4 disable  0x00000007 
+ 00000517  0x000002f5 setarg  0x00555555 
+ 00000518  0x000002f6 iforce  0x0000000f 
+ 00000519  0x000002f7 fetch  0x00000001 , 0x00004bea 
+ 00000520  0x000002f8 reverse  0x0000003f , 0x00000002 
+ 00000521  0x000002f9 set1  0x00000001 , 0x00000002 
+ 00000522  0x000002fa rshift  0x00000002 , 0x0000000e 
+ 00000523  0x000002fb rtn 
+ 00000524  0x000002fe call  0x000053c4 
+ 00000525  0x000002ff fetch  0x00000004 , 0x00004c08 
+ 00000526  0x00000300 iforce  0x00000009 
+ 00000527  0x00000301 call  0x00002918 
+ 00000528  0x00000302 fetcht  0x00000001 , 0x00004bea 
+ 00000529  0x00000303 call  0x0000291f 
+ 00000530  0x00000304 setarg  0x00000500 
+ 00000531  0x00000305 call  0x00002a8f 
+ 00000532  0x00000306 call  0x00002924 
+ 00000533  0x0000030a call  0x00000203 
+ 00000534  0x0000030b disable  0x0000002f 
+ 00000535  0x0000030c enable  0x0000000d 
+ 00000536  0x0000030d enable  0x00000021 
+ 00000537  0x0000030e disable  0x00000020 
+ 00000538  0x0000030f enable  0x00000010 
+ 00000539  0x00000310 fetch  0x00000002 , 0x00004be3 
+ 00000540  0x00000311 iforce  0x0000001b 
+ 00000541  0x00000312 correlate  0x0000003e , 0x00000003 
+ 00000542  0x00000313 nbranch  0x00000255 , 0x00000018 
+ 00000543  0x00000316 disable  0x0000000d 
+ 00000544  0x00000317 enable  0x0000000b 
+ 00000545  0x00000318 enable  0x00000007 
+ 00000546  0x00000319 enable  0x00000009 
+ 00000547  0x0000031a call  0x0000024e 
+ 00000548  0x0000031b store  0x00000001 , 0x00004c94 
+ 00000549  0x0000031c fetcht  0x00000001 , 0x00004c93 
+ 00000550  0x0000031d isub  0x00000002 , 0x0000003e 
+ 00000551  0x0000031e nbranch  0x00000251 , 0x00000005 
+ 00000552  0x0000031f call  0x0000024e 
+ 00000553  0x00000320 store  0x00000001 , 0x00004b5a 
+ 00000554  0x00000321 fetch  0x00000001 , 0x00004c26 
+ 00000555  0x00000322 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00000556  0x00000323 branch  0x00000231 , 0x00000005 
+ 00000557  0x00000324 fetch  0x00000001 , 0x00004b5a 
+ 00000558  0x00000325 fetcht  0x00000001 , 0x00004be1 
+ 00000559  0x00000326 icompare  0x00000007 , 0x00000002 
+ 00000560  0x00000327 nbranch  0x00000251 , 0x00000001 
+ 00000561  0x00000329 call  0x0000024e 
+ 00000562  0x0000032a istore  0x00000001 , 0x00000005 
+ 00000563  0x0000032b rshift3  0x0000003f , 0x0000003f 
+ 00000564  0x0000032c and  0x0000003f , 0x0000001f , 0x00000039 
+ 00000565  0x0000032d branch  0x00000239 , 0x00000005 
+ 00000566  0x0000032f call  0x0000024e 
+ 00000567  0x00000330 istore  0x00000001 , 0x00000005 
+ 00000568  0x00000331 loop  0x00000236 
+ 00000569  0x00000334 copy  0x00000005 , 0x00000011 
+ 00000570  0x00000335 call  0x0000024e 
+ 00000571  0x00000336 store  0x00000001 , 0x00004d1b 
+ 00000572  0x00000337 copy  0x00000011 , 0x00000005 
+ 00000573  0x00000338 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00000574  0x00000339 enable  0x00000010 
+ 00000575  0x0000033a arg  0x00000664 , 0x0000001b 
+ 00000576  0x0000033b rshift32  0x0000003f , 0x0000003f 
+ 00000577  0x0000033c rshift16  0x0000003f , 0x0000003f 
+ 00000578  0x0000033d istore  0x00000003 , 0x00000005 
+ 00000579  0x0000033e disable  0x0000000b 
+ 00000580  0x0000033f branch  0x00000251 , 0x00000006 
+ 00000581  0x00000342 enable  0x0000002f 
+ 00000582  0x00000343 fetch  0x00000001 , 0x00000017 
+ 00000583  0x00000344 add  0x0000003f , 0x00000000 , 0x00000011 
+ 00000584  0x00000345 call  0x00002981 
+ 00000585  0x00000346 disable  0x0000000d 
+ 00000586  0x00000347 call  0x00002918 
+ 00000587  0x00000348 fetch  0x00000001 , 0x00004d1b 
+ 00000588  0x00000349 call  0x0000006a 
+ 00000589  0x0000034a rtn 
+ 00000590  0x0000034d parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00000591  0x0000034e rshift3  0x0000000c , 0x0000003f 
+ 00000592  0x0000034f rtn 
+ 00000593  0x00000352 disable  0x0000001b 
+ 00000594  0x00000353 disable  0x0000000b 
+ 00000595  0x00000354 call  0x0000264d 
+ 00000596  0x00000355 rtn 
+ 00000597  0x00000358 branch  0x00000251 
+ 00000598  0x0000035b call  0x00002918 
+ 00000599  0x0000035c fetcht  0x00000001 , 0x00004bea 
+ 00000600  0x0000035d branch  0x00002933 
+ 00000601  0x00000360 call  0x000053c4 
+ 00000602  0x00000361 fetch  0x00000004 , 0x00004c08 
+ 00000603  0x00000362 iforce  0x00000009 
+ 00000604  0x00000363 call  0x00000203 
+ 00000605  0x00000364 call  0x00000256 
+ 00000606  0x00000365 set1  0x00000000 , 0x00000015 
+ 00000607  0x00000366 enable  0x0000001d 
+ 00000608  0x00000367 enable  0x00000020 
+ 00000609  0x00000368 disable  0x00000021 
+ 00000610  0x0000036b rshift16  0x00000009 , 0x0000003f 
+ 00000611  0x0000036c rshift8  0x0000003f , 0x0000003f 
+ 00000612  0x0000036d rshift4  0x0000003f , 0x0000003f 
+ 00000613  0x0000036e inject  0x00000003 , 0x00000028 
+ 00000614  0x0000036f disable  0x0000001d 
+ 00000615  0x00000370 enable  0x0000001b 
+ 00000616  0x00000371 enable  0x00000007 
+ 00000617  0x00000372 enable  0x00000009 
+ 00000618  0x00000373 fetch  0x00000001 , 0x00004c93 
+ 00000619  0x00000374 inject  0x00000003 , 0x00000008 
+ 00000620  0x00000375 fetch  0x00000001 , 0x00004be2 
+ 00000621  0x00000376 iforce  0x00000039 
+ 00000622  0x00000377 arg  0x00004b9c , 0x00000006 
+ 00000623  0x00000379 ifetch  0x00000001 , 0x00000006 
+ 00000624  0x0000037a inject  0x00000003 , 0x00000008 
+ 00000625  0x0000037b loop  0x0000026f 
+ 00000626  0x0000037e enable  0x00000008 
+ 00000627  0x0000037f inject  0x00000003 , 0x00000018 
+ 00000628  0x00000380 disable  0x00000008 
+ 00000629  0x00000381 until  0x0000003e , 0x00000027 
+ 00000630  0x00000382 nop  0x00000064 
+ 00000631  0x00000383 disable  0x0000001d 
+ 00000632  0x00000384 disable  0x0000001b 
+ 00000633  0x00000385 rtn 
+ 00000634  0x00000388 call  0x00007fe9 
+ 00000635  0x00000389 fetcht  0x00000004 , 0x00004c01 
+ 00000636  0x0000038a copy  0x00000022 , 0x0000003f 
+ 00000637  0x0000038b isub  0x00000002 , 0x0000003e 
+ 00000638  0x0000038c ncall  0x00002d18 , 0x00000002 
+ 00000639  0x0000038d copy  0x0000003f , 0x00000012 
+ 00000640  0x0000038e fetch  0x00000004 , 0x00004c01 
+ 00000641  0x0000038f fetcht  0x00000001 , 0x00004c05 
+ 00000642  0x00000390 iadd  0x00000002 , 0x00000002 
+ 00000643  0x00000391 copy  0x00000012 , 0x0000003f 
+ 00000644  0x00000392 isub  0x00000002 , 0x0000003e 
+ 00000645  0x00000393 nrtn  0x00000002 
+ 00000646  0x00000394 set0  0x0000001c , 0x0000003f 
+ 00000647  0x00000395 store  0x00000004 , 0x00004c01 
+ 00000648  0x00000396 branch  0x00007fe7 
+ 00000649  0x00000399 call  0x000029bb 
+ 00000650  0x0000039a rtn  0x00000034 
+ 00000651  0x0000039b fetcht  0x00000001 , 0x00004c9a 
+ 00000652  0x0000039c arg  0x00000d9e , 0x00000011 
+ 00000653  0x0000039d call  0x00000290 
+ 00000654  0x0000039e storet  0x00000001 , 0x00004c9a 
+ 00000655  0x0000039f rtn 
+ 00000656  0x000003a2 copy  0x00000011 , 0x0000003f 
+ 00000657  0x000003a3 iadd  0x00000002 , 0x00000005 
+ 00000658  0x000003a4 fetch  0x00000001 , 0x00000018 
+ 00000659  0x000003a5 istore  0x00000001 , 0x00000005 
+ 00000660  0x000003a6 increase  0x00000001 , 0x00000002 
+ 00000661  0x000003a7 and_into  0x00000007 , 0x00000002 
+ 00000662  0x000003a8 rtn 
+ 00000663  0x000003aa arg  0x00000000 , 0x00000002 
+ 00000664  0x000003ab arg  0x00000008 , 0x00000039 
+ 00000665  0x000003ac copy  0x00000011 , 0x00000006 
+ 00000666  0x000003ae ifetch  0x00000001 , 0x00000006 
+ 00000667  0x000003af iadd  0x00000002 , 0x00000002 
+ 00000668  0x000003b0 loop  0x0000029a 
+ 00000669  0x000003b1 rshift3  0x00000002 , 0x0000003f 
+ 00000670  0x000003b2 copy  0x0000003f , 0x00000002 
+ 00000671  0x000003b3 rtnmark0  0x00000026 
+ 00000672  0x000003b5 div  0x0000003f , 0x0000000a 
+ 00000673  0x000003b6 call  0x00007f86 
+ 00000674  0x000003b7 quotient  0x0000003f 
+ 00000675  0x000003b8 lshift4  0x0000003f , 0x0000003f 
+ 00000676  0x000003b9 remainder  0x00000002 
+ 00000677  0x000003ba ior  0x00000002 , 0x00000002 
+ 00000678  0x000003bb rtn 
+ 00000679  0x000003bc rtn 
+ 00000680  0x000003c0 rtnmark1  0x00000026 
+ 00000681  0x000003c1 call  0x00000394 
+ 00000682  0x000003c2 call  0x000002b2 
+ 00000683  0x000003c3 fetch  0x00000001 , 0x00004040 
+ 00000684  0x000003c4 bbit0  0x00000000 , 0x000002af 
+ 00000685  0x000003c5 fetch  0x00000001 , 0x000000a0 
+ 00000686  0x000003c6 nrtn  0x00000034 
+ 00000687  0x000003c8 setarg  0x00000000 
+ 00000688  0x000003c9 store  0x00000008 , 0x000000a1 
+ 00000689  0x000003ca rtn 
+ 00000690  0x000003cd call  0x000002c2 
+ 00000691  0x000003ce call  0x000002af 
+ 00000692  0x000003d0 call  0x00003ebf 
+ 00000693  0x000003d1 call  0x00000321 
+ 00000694  0x000003d2 hfetch  0x00000004 , 0x00008070 
+ 00000695  0x000003d3 hfetcht  0x00000004 , 0x00008078 
+ 00000696  0x000003d4 ior  0x00000002 , 0x00000002 
+ 00000697  0x000003d5 invert  0x00000002 , 0x00000002 
+ 00000698  0x000003d6 hstoret  0x00000004 , 0x0000807c 
+ 00000699  0x000003d7 hfetch  0x00000001 , 0x0000807d 
+ 00000700  0x000003d8 set0  0x00000002 , 0x0000003f 
+ 00000701  0x000003d9 hstore  0x00000001 , 0x0000807d 
+ 00000702  0x000003da hfetch  0x00000001 , 0x0000807e 
+ 00000703  0x000003db set0  0x00000006 , 0x0000003f 
+ 00000704  0x000003dc hstore  0x00000001 , 0x0000807e 
+ 00000705  0x000003dd rtn 
+ 00000706  0x000003e0 fetch  0x00000001 , 0x00004afe 
+ 00000707  0x000003e1 rtn  0x00000034 
+ 00000708  0x000003e2 branch  0x00003d80 
+ 00000709  0x000003e5 call  0x00003416 
+ 00000710  0x000003e6 call  0x000074b9 
+ 00000711  0x000003e7 branch  0x000002db , 0x0000002b 
+ 00000712  0x000003e9 call  0x00000001 
+ 00000713  0x000003ea fetch  0x00000001 , 0x00004241 
+ 00000714  0x000003eb bbit1  0x00000002 , 0x000002cd 
+ 00000715  0x000003ec call  0x000004db 
+ 00000716  0x000003ed beq  0x00000005 , 0x000002f4 
+ 00000717  0x000003f1 call  0x000002dc 
+ 00000718  0x000003f2 arg  0x00004721 , 0x00000011 
+ 00000719  0x000003f3 fetch  0x00000001 , 0x00004720 
+ 00000720  0x000003f4 fetcht  0x00000001 , 0x00004703 
+ 00000721  0x000003f5 isub  0x00000002 , 0x0000003e 
+ 00000722  0x000003f6 branch  0x0000037f , 0x00000005 
+ 00000723  0x000003f7 increase  0xffffffff , 0x0000003f 
+ 00000724  0x000003f8 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00000725  0x000003f9 iadd  0x00000011 , 0x00000011 
+ 00000726  0x000003fa ifetch  0x00000001 , 0x00000011 
+ 00000727  0x000003fb store  0x00000001 , 0x00004210 
+ 00000728  0x000003fc beq  0x00000033 , 0x000002df 
+ 00000729  0x000003fd beq  0x00000034 , 0x000002e3 
+ 00000730  0x000003ff rtn 
+ 00000731  0x00000403 branch  0x000002f6 
+ 00000732  0x00000406 fetch  0x00000001 , 0x00004c97 
+ 00000733  0x00000407 store  0x00000001 , 0x000041de 
+ 00000734  0x00000408 rtn 
+ 00000735  0x0000040b jam  0x00000001 , 0x00004b4e 
+ 00000736  0x0000040c fetch  0x00000006 , 0x000041d0 
+ 00000737  0x0000040d branch  0x000033eb , 0x00000034 
+ 00000738  0x0000040e branch  0x00004274 
+ 00000739  0x00000411 jam  0x00000001 , 0x0000479f 
+ 00000740  0x00000412 fetch  0x00000002 , 0x000046a8 
+ 00000741  0x00000413 store  0x00000002 , 0x000046ae 
+ 00000742  0x00000414 call  0x00003418 
+ 00000743  0x00000415 call  0x000002ed 
+ 00000744  0x00000416 setarg  0x00000004 
+ 00000745  0x00000417 istore  0x00000001 , 0x00000006 
+ 00000746  0x00000419 arg  0x00004390 , 0x00000006 
+ 00000747  0x0000041a call  0x00000508 
+ 00000748  0x0000041c branch  0x00007df4 
+ 00000749  0x0000041f arg  0x00004370 , 0x00000011 
+ 00000750  0x00000421 ifetch  0x00000001 , 0x00000011 
+ 00000751  0x00000422 rtn  0x00000034 
+ 00000752  0x00000423 iadd  0x00000006 , 0x00000011 
+ 00000753  0x00000424 ifetch  0x00000001 , 0x00000006 
+ 00000754  0x00000425 rtneq  0x00000001 
+ 00000755  0x00000426 branch  0x000002ee 
+ 00000756  0x00000429 jam  0x00000061 , 0x000011c5 
+ 00000757  0x0000042a branch  0x000006f2 
+ 00000758  0x0000042e jam  0x00000076 , 0x00004212 
+ 00000759  0x0000042f branch  0x00003d36 
+ 00000760  0x00000432 call  0x000002f6 
+ 00000761  0x00000433 call  0x000040c0 
+ 00000762  0x00000437 call  0x000040d9 
+ 00000763  0x00000438 beq  0x00000030 , 0x00000304 
+ 00000764  0x00000439 beq  0x00000031 , 0x00000310 
+ 00000765  0x0000043a call  0x000040d1 
+ 00000766  0x0000043b nop  0x000003e8 
+ 00000767  0x0000043c branch  0x000002fa 
+ 00000768  0x0000043f jam  0x00000001 , 0x00004afe 
+ 00000769  0x00000440 call  0x0000640f 
+ 00000770  0x00000441 call  0x000002f8 
+ 00000771  0x00000442 branch  0x00006411 
+ 00000772  0x00000445 call  0x00000315 
+ 00000773  0x00000446 fetch  0x00000001 , 0x000046de 
+ 00000774  0x00000447 beq  0x0000005a , 0x00000308 
+ 00000775  0x00000448 branch  0x000040e1 
+ 00000776  0x0000044b setarg  0x00008006 
+ 00000777  0x0000044c call  0x00006413 
+ 00000778  0x0000044d call  0x00007ec1 
+ 00000779  0x0000044e jam  0x00000007 , 0x000046e0 
+ 00000780  0x0000044f call  0x000040f6 
+ 00000781  0x00000450 setarg  0x0000220a 
+ 00000782  0x00000451 call  0x00006413 
+ 00000783  0x00000452 branch  0x000040f4 
+ 00000784  0x00000455 call  0x00000315 
+ 00000785  0x00000456 fetch  0x00000001 , 0x000046de 
+ 00000786  0x00000457 beq  0x00000070 , 0x000040e8 
+ 00000787  0x00000458 jam  0x00000001 , 0x000046e0 
+ 00000788  0x00000459 rtn 
+ 00000789  0x0000045c call  0x000002f6 
+ 00000790  0x0000045d setarg  0x00008006 
+ 00000791  0x0000045e call  0x00006413 
+ 00000792  0x0000045f nop  0x00002ee0 
+ 00000793  0x00000461 fetch  0x00000001 , 0x0000477a 
+ 00000794  0x00000462 beq  0x000000ff , 0x00003d66 
+ 00000795  0x00000463 branch  0x00003d80 
+ 00000796  0x00000466 call  0x000002f6 
+ 00000797  0x00000467 setarg  0x00000806 
+ 00000798  0x0000046c branch  0x00006413 
+ 00000799  0x0000046f jam  0x00000080 , 0x000011c5 
+ 00000800  0x00000470 branch  0x000006f2 
+ 00000801  0x00000474 fetcht  0x00000001 , 0x00004b43 
+ 00000802  0x00000475 branch  0x00006825 
+ 00000803  0x00000478 jam  0x00000040 , 0x00008086 
+ 00000804  0x00000479 jam  0x00000000 , 0x00008087 
+ 00000805  0x0000047a hfetch  0x00000001 , 0x00008081 
+ 00000806  0x0000047b set0  0x00000000 , 0x0000003f 
+ 00000807  0x0000047c set0  0x00000001 , 0x0000003f 
+ 00000808  0x0000047d set1  0x00000003 , 0x0000003f 
+ 00000809  0x0000047e set0  0x00000004 , 0x0000003f 
+ 00000810  0x0000047f hstore  0x00000001 , 0x00008081 
+ 00000811  0x00000480 setarg  0x00000000 
+ 00000812  0x00000481 store  0x00000004 , 0x000001f5 
+ 00000813  0x00000482 rtn 
+ 00000814  0x00000485 call  0x00000376 
+ 00000815  0x00000486 call  0x00004423 
+ 00000816  0x00000487 fetch  0x00000002 , 0x00004778 
+ 00000817  0x00000488 arg  0x0000aa55 , 0x00000002 
+ 00000818  0x00000489 isub  0x00000002 , 0x0000003e 
+ 00000819  0x0000048a branch  0x0000036a , 0x00000005 
+ 00000820  0x0000048b storet  0x00000002 , 0x00004778 
+ 00000821  0x0000048c call  0x0000441c 
+ 00000822  0x0000048d fetch  0x00000001 , 0x000046e1 
+ 00000823  0x0000048e store  0x00000001 , 0x0000477a 
+ 00000824  0x0000048f fetch  0x00000004 , 0x00004b4a 
+ 00000825  0x00000490 store  0x00000004 , 0x0000477b 
+ 00000826  0x00000491 store  0x00000004 , 0x00004c08 
+ 00000827  0x00000493 call  0x00000376 
+ 00000828  0x00000494 call  0x00000349 
+ 00000829  0x00000495 call  0x00000361 
+ 00000830  0x00000496 call  0x0000034d 
+ 00000831  0x00000497 call  0x00000358 
+ 00000832  0x00000499 arg  0x00000002 , 0x00000002 
+ 00000833  0x0000049a arg  0x000047c2 , 0x00000011 
+ 00000834  0x0000049b arg  0x0000005f , 0x00000012 
+ 00000835  0x0000049c fetch  0x00000003 , 0x00004700 
+ 00000836  0x0000049d iadd  0x00000012 , 0x0000003f 
+ 00000837  0x0000049e call  0x0000034d 
+ 00000838  0x0000049f call  0x00000358 
+ 00000839  0x000004a0 call  0x00000370 
+ 00000840  0x000004a1 branch  0x000002f6 
+ 00000841  0x000004a4 fetch  0x00000003 , 0x00004700 
+ 00000842  0x000004a5 store  0x00000003 , 0x00004232 
+ 00000843  0x000004a6 call  0x0000652a 
+ 00000844  0x000004a7 branch  0x00000358 
+ 00000845  0x000004aa copy  0x0000003f , 0x00000013 
+ 00000846  0x000004ab copy  0x00000011 , 0x0000003f 
+ 00000847  0x000004ac increase  0xfffffffc , 0x0000003f 
+ 00000848  0x000004ad copy  0x0000003f , 0x00000012 
+ 00000849  0x000004ae ifetch  0x00000004 , 0x00000012 
+ 00000850  0x000004af store  0x00000004 , 0x00004b45 
+ 00000851  0x000004b0 copy  0x00000013 , 0x0000003f 
+ 00000852  0x000004b1 call  0x00006552 
+ 00000853  0x000004b2 fetch  0x00000004 , 0x00004b45 
+ 00000854  0x000004b3 istore  0x00000004 , 0x00000012 
+ 00000855  0x000004b4 rtn 
+ 00000856  0x000004b7 setarg  0x000186a0 
+ 00000857  0x000004b8 call  0x00002a8f 
+ 00000858  0x000004b9 call  0x0000650b 
+ 00000859  0x000004ba setarg  0x000001fa 
+ 00000860  0x000004bb hstore  0x00000002 , 0x0000808c 
+ 00000861  0x000004bc setarg  0x00000005 
+ 00000862  0x000004bd call  0x000064f3 
+ 00000863  0x000004be bbit1  0x00000000 , 0x00000358 
+ 00000864  0x000004bf rtn 
+ 00000865  0x000004c2 setarg  0x0000477f 
+ 00000866  0x000004c3 arg  0x00004720 , 0x00000002 
+ 00000867  0x000004c4 isub  0x00000002 , 0x00000002 
+ 00000868  0x000004c5 fetch  0x00000003 , 0x00004700 
+ 00000869  0x000004c6 arg  0x00004720 , 0x00000011 
+ 00000870  0x000004c7 rtn 
+ 00000871  0x000004ca call  0x00000376 
+ 00000872  0x000004cb call  0x00000361 
+ 00000873  0x000004cc branch  0x00006562 
+ 00000874  0x000004cf call  0x00000367 
+ 00000875  0x000004d0 call  0x00000378 
+ 00000876  0x000004d1 call  0x0000431a 
+ 00000877  0x000004d2 fetch  0x00000004 , 0x0000477b 
+ 00000878  0x000004d3 store  0x00000004 , 0x00004c08 
+ 00000879  0x000004d4 rtn 
+ 00000880  0x000004d7 jam  0x000000b9 , 0x00000aa2 
+ 00000881  0x000004d9 call  0x00000323 
+ 00000882  0x000004da call  0x0000650b 
+ 00000883  0x000004db arg  0x00004b45 , 0x00000011 
+ 00000884  0x000004dc fetcht  0x00000001 , 0x00000aa2 
+ 00000885  0x000004dd branch  0x00006556 
+ 00000886  0x000004e0 jam  0x000000ab , 0x00000aa2 
+ 00000887  0x000004e1 branch  0x00000371 
+ 00000888  0x000004e5 call  0x00000376 
+ 00000889  0x000004e6 arg  0x00000002 , 0x00000002 
+ 00000890  0x000004e7 arg  0x000047c2 , 0x00000011 
+ 00000891  0x000004e8 arg  0x0000005f , 0x00000012 
+ 00000892  0x000004e9 fetch  0x00000003 , 0x00004700 
+ 00000893  0x000004ea iadd  0x00000012 , 0x0000003f 
+ 00000894  0x000004eb branch  0x00006562 
+ 00000895  0x000004f2 setarg  0x00000000 
+ 00000896  0x000004f3 store  0x00000002 , 0x00004c0d 
+ 00000897  0x000004f4 call  0x00000384 
+ 00000898  0x000004f5 branch  0x000001b1 , 0x00000028 
+ 00000899  0x000004f6 branch  0x000001af 
+ 00000900  0x000004f9 arg  0x00000002 , 0x00000039 
+ 00000901  0x000004fa arg  0x00004c08 , 0x00000006 
+ 00000902  0x000004fc call  0x00007fe7 
+ 00000903  0x000004fd setarg  0x0000ffff 
+ 00000904  0x000004ff ifetcht  0x00000002 , 0x00000006 
+ 00000905  0x00000500 isub  0x00000002 , 0x0000003e 
+ 00000906  0x00000501 ncall  0x00007fe9 , 0x00000005 
+ 00000907  0x00000502 loop  0x00000388 
+ 00000908  0x00000503 rtn 
+ 00000909  0x00000506 call  0x00004401 
+ 00000910  0x00000507 fetch  0x00000002 , 0x0000469f 
+ 00000911  0x00000508 rtn  0x00000034 
+ 00000912  0x0000050a jam  0x00000001 , 0x00004d20 
+ 00000913  0x0000050b setarg  0x00000000 
+ 00000914  0x0000050c store  0x00000002 , 0x00004d21 
+ 00000915  0x0000050d rtn 
+ 00000916  0x00000510 arg  0x00001800 , 0x00000006 
+ 00000917  0x00000511 arg  0x0000480a , 0x00000005 
+ 00000918  0x00000512 call  0x0000039c 
+ 00000919  0x00000513 arg  0x00001900 , 0x00000006 
+ 00000920  0x00000514 call  0x0000039c 
+ 00000921  0x00000515 arg  0x00001a00 , 0x00000006 
+ 00000922  0x00000516 call  0x0000039c 
+ 00000923  0x00000517 arg  0x00001b00 , 0x00000006 
+ 00000924  0x00000519 arg  0x0000001b , 0x00000039 
+ 00000925  0x0000051a branch  0x00007f01 
+ 00000926  0x0000051d arg  0x0000480a , 0x00000006 
+ 00000927  0x0000051e arg  0x00001800 , 0x00000005 
+ 00000928  0x0000051f call  0x0000039c 
+ 00000929  0x00000520 arg  0x00001900 , 0x00000005 
+ 00000930  0x00000521 call  0x0000039c 
+ 00000931  0x00000522 arg  0x00001a00 , 0x00000005 
+ 00000932  0x00000523 call  0x0000039c 
+ 00000933  0x00000524 arg  0x00001b00 , 0x00000005 
+ 00000934  0x00000525 branch  0x0000039c 
+ 00000935  0x00000528 call  0x00005892 
+ 00000936  0x00000529 nrtn  0x00000034 
+ 00000937  0x0000052a fetch  0x00000001 , 0x000046c5 
+ 00000938  0x0000052b and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00000939  0x0000052c rtnne  0x00000003 
+ 00000940  0x0000052d fetch  0x00000001 , 0x0000479c 
+ 00000941  0x0000052e call  0x000003f5 , 0x00000034 
+ 00000942  0x0000052f fetch  0x00000004 , 0x000046d3 
+ 00000943  0x00000530 bbit1  0x00000005 , 0x00004179 
+ 00000944  0x00000531 call  0x00003f97 
+ 00000945  0x00000532 nrtn  0x00000028 
+ 00000946  0x00000533 call  0x000003cd 
+ 00000947  0x00000535 arg  0x0000469a , 0x00000011 
+ 00000948  0x00000536 call  0x00007e3d 
+ 00000949  0x00000537 call  0x000003bc , 0x00000028 
+ 00000950  0x00000539 rtn 
+ 00000951  0x0000053c jam  0x00000007 , 0x000047a0 
+ 00000952  0x0000053d jam  0x00000004 , 0x000047a1 
+ 00000953  0x0000053e setarg  0x000047a0 
+ 00000954  0x0000053f store  0x00000002 , 0x00004218 
+ 00000955  0x00000540 branch  0x00007e38 
+ 00000956  0x00000543 fetch  0x00000001 , 0x000047c1 
+ 00000957  0x00000544 increase  0x00000001 , 0x0000003f 
+ 00000958  0x00000545 store  0x00000001 , 0x000047c1 
+ 00000959  0x00000546 rtn 
+ 00000960  0x00000549 arg  0x0000469a , 0x00000011 
+ 00000961  0x0000054a call  0x00007e54 
+ 00000962  0x0000054b branch  0x000003c4 , 0x00000028 
+ 00000963  0x0000054c rtn 
+ 00000964  0x0000054f call  0x00005652 
+ 00000965  0x00000550 fetch  0x00000001 , 0x000047c1 
+ 00000966  0x00000551 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00000967  0x00000552 ncall  0x00005650 , 0x00000002 
+ 00000968  0x00000553 fetch  0x00000001 , 0x000047c1 
+ 00000969  0x00000554 rtn  0x00000034 
+ 00000970  0x00000555 increase  0xffffffff , 0x0000003f 
+ 00000971  0x00000556 store  0x00000001 , 0x000047c1 
+ 00000972  0x00000557 branch  0x00003f90 
+ 00000973  0x0000055b fetch  0x00000002 , 0x0000469f 
+ 00000974  0x0000055c rtn  0x00000034 
+ 00000975  0x0000055d jam  0x00000001 , 0x00004806 
+ 00000976  0x0000055e jam  0x00000002 , 0x00004807 
+ 00000977  0x0000055f rtn 
+ 00000978  0x00000562 rtn  0x0000002e 
+ 00000979  0x00000563 fetch  0x00000001 , 0x000041e2 
+ 00000980  0x00000564 rtn  0x00000034 
+ 00000981  0x00000565 call  0x00005271 
+ 00000982  0x00000566 nrtn  0x00000034 
+ 00000983  0x00000567 fetch  0x00000001 , 0x0000479c 
+ 00000984  0x00000568 call  0x000003f5 , 0x00000034 
+ 00000985  0x00000569 fetch  0x00000004 , 0x000046d3 
+ 00000986  0x0000056a bbit1  0x00000005 , 0x00003f8a 
+ 00000987  0x0000056b bbit1  0x00000009 , 0x00003f8a 
+ 00000988  0x0000056c call  0x00003f97 
+ 00000989  0x0000056d nrtn  0x00000028 
+ 00000990  0x0000056e call  0x000003cd 
+ 00000991  0x0000056f fetch  0x00000001 , 0x00004b03 
+ 00000992  0x00000570 beq  0x00000001 , 0x000003e4 
+ 00000993  0x00000571 fetch  0x00000001 , 0x00004b0a 
+ 00000994  0x00000572 rtn  0x00000034 
+ 00000995  0x00000573 branch  0x00003f81 
+ 00000996  0x00000576 fetch  0x00000001 , 0x0000469a 
+ 00000997  0x00000577 store  0x00000001 , 0x00004b04 
+ 00000998  0x00000578 fetch  0x00000001 , 0x0000469b 
+ 00000999  0x00000579 istore  0x00000001 , 0x00000005 
+ 00001000  0x0000057a fetch  0x00000001 , 0x0000469d 
+ 00001001  0x0000057b istore  0x00000001 , 0x00000005 
+ 00001002  0x0000057c fetch  0x00000002 , 0x0000469f 
+ 00001003  0x0000057d istore  0x00000002 , 0x00000005 
+ 00001004  0x0000057f arg  0x00000007 , 0x00000011 
+ 00001005  0x00000580 call  0x00004d63 
+ 00001006  0x00000581 fetch  0x00000002 , 0x0000424e 
+ 00001007  0x00000582 istore  0x00000002 , 0x00000005 
+ 00001008  0x00000583 setarg  0x000002a1 
+ 00001009  0x00000584 istore  0x00000002 , 0x00000005 
+ 00001010  0x00000585 fetch  0x00000005 , 0x00004b04 
+ 00001011  0x00000586 istore  0x00000005 , 0x00000005 
+ 00001012  0x00000587 rtn 
+ 00001013  0x0000058a jam  0x00000001 , 0x0000479c 
+ 00001014  0x0000058b call  0x00005814 
+ 00001015  0x0000058c branch  0x00000300 
+ 00001016  0x00000594 call  0x00007e34 
+ 00001017  0x00000595 call  0x00000409 
+ 00001018  0x00000596 branch  0x00003ee0 
+ 00001019  0x00000598 fetcht  0x00000001 , 0x000046e7 
+ 00001020  0x00000599 call  0x0000681d 
+ 00001021  0x0000059a branch  0x00003d62 , 0x00000001 
+ 00001022  0x0000059c fetch  0x00000001 , 0x000046b6 
+ 00001023  0x0000059d rtneq  0x00000000 
+ 00001024  0x0000059e jam  0x00000000 , 0x000046b6 
+ 00001025  0x0000059f fetch  0x00000001 , 0x0000477a 
+ 00001026  0x000005a0 increase  0x00000001 , 0x0000003f 
+ 00001027  0x000005a1 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00001028  0x000005a2 ncall  0x00007fef , 0x00000002 
+ 00001029  0x000005a4 store  0x00000001 , 0x0000477a 
+ 00001030  0x000005a5 call  0x00003d7e 
+ 00001031  0x000005a6 jam  0x00000002 , 0x000046df 
+ 00001032  0x000005a7 branch  0x0000033b 
+ 00001033  0x000005ac fetcht  0x00000001 , 0x000046e7 
+ 00001034  0x000005ad call  0x000004f2 
+ 00001035  0x000005ae call  0x000003fb 
+ 00001036  0x000005af fetcht  0x00000001 , 0x000046e7 
+ 00001037  0x000005b0 branch  0x000004fb 
+ 00001038  0x000005b4 copy  0x00000013 , 0x0000003f 
+ 00001039  0x000005b5 beq  0x00000014 , 0x00000420 
+ 00001040  0x000005b6 beq  0x00000015 , 0x00000423 
+ 00001041  0x000005b7 beq  0x00000029 , 0x00000426 
+ 00001042  0x000005b8 beq  0x00000032 , 0x00000428 
+ 00001043  0x000005b9 beq  0x00000040 , 0x0000042a 
+ 00001044  0x000005ba beq  0x00000004 , 0x0000042c 
+ 00001045  0x000005bb beq  0x00000013 , 0x0000042c 
+ 00001046  0x000005bc beq  0x00000027 , 0x0000042e 
+ 00001047  0x000005bd beq  0x00000019 , 0x000033df 
+ 00001048  0x000005be beq  0x00000021 , 0x00000430 
+ 00001049  0x000005bf beq  0x00000001 , 0x00000432 
+ 00001050  0x000005c0 beq  0x00000002 , 0x00000435 
+ 00001051  0x000005c1 beq  0x0000002b , 0x00000438 
+ 00001052  0x000005c2 beq  0x00000039 , 0x0000043a 
+ 00001053  0x000005c3 beq  0x0000003a , 0x0000043d 
+ 00001054  0x000005c4 beq  0x0000003c , 0x00000441 
+ 00001055  0x000005c5 branch  0x0000417d 
+ 00001056  0x000005c8 call  0x00000300 
+ 00001057  0x000005c9 jam  0x000000b0 , 0x000011c5 
+ 00001058  0x000005ca branch  0x000006f2 
+ 00001059  0x000005cd call  0x00000448 
+ 00001060  0x000005ce jam  0x000000a2 , 0x000011c5 
+ 00001061  0x000005cf branch  0x000006f2 
+ 00001062  0x000005d3 jam  0x00000012 , 0x00000a99 
+ 00001063  0x000005d4 branch  0x00007d8f 
+ 00001064  0x000005d7 jam  0x000000b3 , 0x000011c5 
+ 00001065  0x000005d8 branch  0x000006f2 
+ 00001066  0x000005db jam  0x000000a1 , 0x000011c5 
+ 00001067  0x000005dc branch  0x000006f2 
+ 00001068  0x000005e1 jam  0x000000a3 , 0x000011c5 
+ 00001069  0x000005e2 branch  0x000006f2 
+ 00001070  0x000005e5 call  0x0000438e 
+ 00001071  0x000005e6 branch  0x000033a7 
+ 00001072  0x000005e9 jam  0x000000b1 , 0x000011c5 
+ 00001073  0x000005ea branch  0x000006f2 
+ 00001074  0x000005ed jam  0x00000000 , 0x00004809 
+ 00001075  0x000005ee call  0x00000300 
+ 00001076  0x000005ef branch  0x000042ca 
+ 00001077  0x000005f2 call  0x00000448 
+ 00001078  0x000005f3 jam  0x000000b4 , 0x000011c5 
+ 00001079  0x000005f4 branch  0x000006f2 
+ 00001080  0x000005f7 jam  0x000000b2 , 0x000011c5 
+ 00001081  0x000005f8 branch  0x000006f2 
+ 00001082  0x000005fb call  0x00000300 
+ 00001083  0x000005fc jam  0x00000092 , 0x000011c5 
+ 00001084  0x000005fd branch  0x000006f2 
+ 00001085  0x00000600 call  0x00000448 
+ 00001086  0x00000601 jam  0x00000000 , 0x00004b4f 
+ 00001087  0x00000602 jam  0x000000a0 , 0x000011c5 
+ 00001088  0x00000603 branch  0x000006f2 
+ 00001089  0x00000607 call  0x00000300 
+ 00001090  0x00000609 setarg  0x00002ee0 
+ 00001091  0x0000060a store  0x00000002 , 0x000046b0 
+ 00001092  0x0000060b rtn 
+ 00001093  0x0000060e call  0x00000448 
+ 00001094  0x0000060f jam  0x000000a4 , 0x000011c5 
+ 00001095  0x00000610 branch  0x000006f2 
+ 00001096  0x00000613 fetch  0x00000001 , 0x00004afe 
+ 00001097  0x00000614 rtn  0x00000034 
+ 00001098  0x00000615 jam  0x00000000 , 0x00004afe 
+ 00001099  0x00000616 branch  0x0000031c 
+ 00001100  0x0000061a call  0x0000049c 
+ 00001101  0x0000061b call  0x00000459 
+ 00001102  0x0000061d call  0x00000468 
+ 00001103  0x0000061e call  0x000004c2 
+ 00001104  0x00000620 call  0x0000047d 
+ 00001105  0x00000621 call  0x00004234 
+ 00001106  0x00000622 call  0x0000423a 
+ 00001107  0x00000623 call  0x00004237 
+ 00001108  0x00000624 call  0x00000465 
+ 00001109  0x00000625 call  0x0000045d 
+ 00001110  0x00000626 call  0x00004231 
+ 00001111  0x00000627 call  0x00000460 
+ 00001112  0x00000628 branch  0x00000673 
+ 00001113  0x0000062b fetch  0x00000001 , 0x00004714 
+ 00001114  0x0000062c branch  0x000043eb , 0x00000034 
+ 00001115  0x0000062d jam  0x0000000c , 0x000046cf 
+ 00001116  0x0000062e rtn 
+ 00001117  0x00000631 arg  0x00004809 , 0x00000013 
+ 00001118  0x00000632 arg  0x0000637a , 0x00000012 
+ 00001119  0x00000633 branch  0x0000336d 
+ 00001120  0x00000636 arg  0x00004b09 , 0x00000013 
+ 00001121  0x00000637 arg  0x00000463 , 0x00000012 
+ 00001122  0x00000638 branch  0x0000336d 
+ 00001123  0x0000063a jam  0x00000001 , 0x00004b0a 
+ 00001124  0x0000063b rtn 
+ 00001125  0x0000063f arg  0x000046c6 , 0x00000013 
+ 00001126  0x00000640 arg  0x00003d60 , 0x00000012 
+ 00001127  0x00000641 branch  0x0000336d 
+ 00001128  0x00000644 arg  0x00004807 , 0x00000013 
+ 00001129  0x00000645 arg  0x0000046b , 0x00000012 
+ 00001130  0x00000646 branch  0x0000336d 
+ 00001131  0x00000648 jam  0x00000000 , 0x00004806 
+ 00001132  0x00000649 rtn 
+ 00001133  0x00000669 arg  0x00004b44 , 0x00000013 
+ 00001134  0x0000066a arg  0x00000470 , 0x00000012 
+ 00001135  0x0000066b branch  0x0000336d 
+ 00001136  0x0000066d fetcht  0x00000001 , 0x00004720 
+ 00001137  0x0000066e fetch  0x00000001 , 0x00004703 
+ 00001138  0x0000066f isub  0x00000002 , 0x0000003e 
+ 00001139  0x00000670 rtn  0x00000005 
+ 00001140  0x00000671 fetch  0x00000002 , 0x00004682 
+ 00001141  0x00000672 isolate1  0x0000000b , 0x0000003f 
+ 00001142  0x00000673 call  0x000042d4 , 0x00000001 
+ 00001143  0x00000674 fetch  0x00000002 , 0x00004682 
+ 00001144  0x00000675 isolate1  0x00000007 , 0x0000003f 
+ 00001145  0x00000676 call  0x00004392 , 0x00000001 
+ 00001146  0x00000677 branch  0x000043b8 
+ 00001147  0x0000067b fetcht  0x00000001 , 0x000046ed 
+ 00001148  0x0000067c branch  0x0000681d 
+ 00001149  0x00000681 call  0x0000047b 
+ 00001150  0x00000682 nbranch  0x00000488 , 0x00000001 
+ 00001151  0x00000684 call  0x0000046d 
+ 00001152  0x00000685 fetch  0x00000001 , 0x000046d9 
+ 00001153  0x00000686 rtneq  0x00000000 
+ 00001154  0x00000687 jam  0x00000000 , 0x000046d9 
+ 00001155  0x00000688 fetch  0x00000002 , 0x000046a8 
+ 00001156  0x00000689 store  0x00000002 , 0x000046ae 
+ 00001157  0x0000068a force  0x00000003 , 0x00000007 
+ 00001158  0x0000068b fetch  0x00000002 , 0x000040b9 
+ 00001159  0x0000068c branch  0x00007f08 
+ 00001160  0x00000691 fetch  0x00000001 , 0x000046d9 
+ 00001161  0x00000692 rtneq  0x00000001 
+ 00001162  0x00000693 fetch  0x00000001 , 0x00004b44 
+ 00001163  0x00000694 sub  0x0000003f , 0x00000019 , 0x0000003e 
+ 00001164  0x00000695 ncall  0x00000491 , 0x00000002 
+ 00001165  0x00000696 fetch  0x00000001 , 0x00004685 
+ 00001166  0x00000697 store  0x00000001 , 0x00004b44 
+ 00001167  0x00000698 jam  0x00000001 , 0x000046d9 
+ 00001168  0x00000699 rtn 
+ 00001169  0x0000069c fetcht  0x00000001 , 0x00004720 
+ 00001170  0x0000069d increase  0x00000001 , 0x00000002 
+ 00001171  0x0000069e fetch  0x00000001 , 0x000046d2 
+ 00001172  0x0000069f isub  0x00000002 , 0x0000003e 
+ 00001173  0x000006a0 ncall  0x000043cc , 0x00000002 
+ 00001174  0x000006a1 storet  0x00000001 , 0x00004720 
+ 00001175  0x000006a2 jam  0x00000000 , 0x000041bd 
+ 00001176  0x000006a3 call  0x0000033b 
+ 00001177  0x000006a6 fetch  0x00000004 , 0x000046d3 
+ 00001178  0x000006a7 rtneq  0x00000009 
+ 00001179  0x000006a8 branch  0x0000437e 
+ 00001180  0x000006cd fetch  0x00000001 , 0x000046ce 
+ 00001181  0x000006ce increase  0x00000001 , 0x0000003f 
+ 00001182  0x000006cf store  0x00000001 , 0x000046ce 
+ 00001183  0x000006d0 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00001184  0x000006d1 rtn  0x00000002 
+ 00001185  0x000006d3 call  0x000068a8 
+ 00001186  0x000006d5 jam  0x00000000 , 0x000046ce 
+ 00001187  0x000006d6 call  0x000068eb 
+ 00001188  0x000006d7 call  0x00006908 
+ 00001189  0x000006d8 store  0x00000002 , 0x0000470f 
+ 00001190  0x000006d9 arg  0x00004709 , 0x00000011 
+ 00001191  0x000006da call  0x000004b5 
+ 00001192  0x000006db fetch  0x00000001 , 0x00004231 
+ 00001193  0x000006dc bbit1  0x00000001 , 0x0000340a 
+ 00001194  0x000006dd bbit0  0x00000000 , 0x000004ad 
+ 00001195  0x000006de jam  0x00000001 , 0x00004afd 
+ 00001196  0x000006df branch  0x000043e7 
+ 00001197  0x000006e2 call  0x000043e9 
+ 00001198  0x000006e3 jam  0x0000000c , 0x000046cf 
+ 00001199  0x000006e4 fetch  0x00000001 , 0x00004afd 
+ 00001200  0x000006e5 rtn  0x00000034 
+ 00001201  0x000006e6 jam  0x00000000 , 0x00004afd 
+ 00001202  0x000006e7 fetch  0x00000001 , 0x000046ef 
+ 00001203  0x000006e8 store  0x00000001 , 0x00004715 
+ 00001204  0x000006e9 branch  0x00004296 
+ 00001205  0x000006ff ifetch  0x00000008 , 0x00000011 
+ 00001206  0x00000700 store  0x00000008 , 0x00000a9a 
+ 00001207  0x00000701 fetcht  0x00000002 , 0x00000a9c 
+ 00001208  0x00000702 fetch  0x00000002 , 0x00000aa0 
+ 00001209  0x00000703 isub  0x00000002 , 0x0000003e 
+ 00001210  0x00000704 nbranch  0x00006944 , 0x00000002 
+ 00001211  0x00000705 fetcht  0x00000002 , 0x00000a9e 
+ 00001212  0x00000706 isub  0x00000002 , 0x0000003e 
+ 00001213  0x00000707 nbranch  0x00006940 , 0x00000002 
+ 00001214  0x00000709 fetch  0x00000001 , 0x00004231 
+ 00001215  0x0000070a set0  0x00000000 , 0x0000003f 
+ 00001216  0x0000070b store  0x00000001 , 0x00004231 
+ 00001217  0x0000070c rtn 
+ 00001218  0x00000710 arg  0x000046df , 0x00000013 
+ 00001219  0x00000711 arg  0x000004c5 , 0x00000012 
+ 00001220  0x00000712 branch  0x0000336d 
+ 00001221  0x00000715 fetch  0x00000001 , 0x000046f4 
+ 00001222  0x00000716 store  0x00000001 , 0x00004715 
+ 00001223  0x00000717 setarg  0x000003e8 
+ 00001224  0x00000718 store  0x00000002 , 0x00004716 
+ 00001225  0x00000719 store  0x00000002 , 0x00004718 
+ 00001226  0x0000071a arg  0x00000000 , 0x00000011 
+ 00001227  0x0000071b fetcht  0x00000001 , 0x0000477a 
+ 00001228  0x0000071d storet  0x00000001 , 0x00004714 
+ 00001229  0x0000071e jam  0x00000001 , 0x00004713 
+ 00001230  0x0000071f rtn 
+ 00001231  0x00000722 disable  0x00000028 
+ 00001232  0x00000723 setarg  0x00000000 
+ 00001233  0x00000724 store  0x00000006 , 0x0000469b 
+ 00001234  0x00000725 call  0x00003fb5 
+ 00001235  0x00000726 call  0x00004079 
+ 00001236  0x00000727 call  0x0000407e 
+ 00001237  0x00000728 call  0x000004d9 
+ 00001238  0x00000729 nbranch  0x0000070f , 0x00000028 
+ 00001239  0x0000072a call  0x00000712 
+ 00001240  0x0000072b branch  0x00003fa0 
+ 00001241  0x0000072f call  0x000004db 
+ 00001242  0x00000730 branch  0x0000409a 
+ 00001243  0x00000733 arg  0x00000000 , 0x00000011 
+ 00001244  0x00000734 call  0x000004e0 
+ 00001245  0x00000735 call  0x000004e6 
+ 00001246  0x00000736 call  0x000004ec 
+ 00001247  0x00000738 branch  0x0000408e 
+ 00001248  0x00000740 fetcht  0x00000001 , 0x000046e2 
+ 00001249  0x00000741 call  0x000004fb 
+ 00001250  0x00000742 fetcht  0x00000001 , 0x000046e2 
+ 00001251  0x00000743 call  0x0000681d 
+ 00001252  0x00000744 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00001253  0x00000745 rtn 
+ 00001254  0x00000747 fetcht  0x00000001 , 0x000046e3 
+ 00001255  0x00000748 call  0x000004fb 
+ 00001256  0x00000749 fetcht  0x00000001 , 0x000046e3 
+ 00001257  0x0000074a call  0x0000681d 
+ 00001258  0x0000074b setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00001259  0x0000074c rtn 
+ 00001260  0x0000074e fetcht  0x00000001 , 0x000046e4 
+ 00001261  0x0000074f call  0x000004fb 
+ 00001262  0x00000750 fetcht  0x00000001 , 0x000046e4 
+ 00001263  0x00000751 call  0x0000681d 
+ 00001264  0x00000752 setflag  0x00000001 , 0x00000002 , 0x00000011 
+ 00001265  0x00000753 rtn 
+ 00001266  0x00000764 set0  0x00000007 , 0x00000002 
+ 00001267  0x00000765 arg  0x00008078 , 0x00000005 
+ 00001268  0x00000766 call  0x00006830 
+ 00001269  0x00000767 set1  0x00000007 , 0x00000002 
+ 00001270  0x00000769 arg  0x0000807c , 0x00000005 
+ 00001271  0x0000076a call  0x00006830 
+ 00001272  0x0000076b set0  0x00000007 , 0x00000002 
+ 00001273  0x0000076c arg  0x00008070 , 0x00000005 
+ 00001274  0x0000076d branch  0x00006830 
+ 00001275  0x00000770 set1  0x00000007 , 0x00000002 
+ 00001276  0x00000772 arg  0x00008078 , 0x00000005 
+ 00001277  0x00000773 call  0x00006830 
+ 00001278  0x00000774 set0  0x00000007 , 0x00000002 
+ 00001279  0x00000775 branch  0x000004f6 
+ 00001280  0x00000779 jam  0x00000000 , 0x00004b49 
+ 00001281  0x0000077a isolate1  0x00000026 , 0x00000000 
+ 00001282  0x0000077b call  0x000001bc , 0x00000001 
+ 00001283  0x0000077c branch  0x0000426d 
+ 00001284  0x0000077f jam  0x00000081 , 0x000011c5 
+ 00001285  0x00000780 branch  0x000006f2 
+ 00001286  0x00000783 jam  0x00000050 , 0x000011c5 
+ 00001287  0x00000784 branch  0x000006f2 
+ 00001288  0x00000789 arg  0x0000437b , 0x00000005 
+ 00001289  0x0000078a arg  0x00000013 , 0x00000039 
+ 00001290  0x0000078b call  0x00007f01 
+ 00001291  0x0000078c branch  0x000057b8 
+ 00001292  0x0000078f setarg  0x00000000 
+ 00001293  0x00000790 store  0x00000002 , 0x000046ac 
+ 00001294  0x00000791 store  0x00000001 , 0x00004714 
+ 00001295  0x00000792 call  0x00000315 
+ 00001296  0x00000793 branch  0x000042cb 
+ 00001297  0x00000796 fetch  0x00000001 , 0x0000450f 
+ 00001298  0x00000797 pincrease  0x00000001 
+ 00001299  0x00000798 store  0x00000001 , 0x0000450f 
+ 00001300  0x00000799 beq  0x0000000c , 0x00005395 
+ 00001301  0x0000079a call  0x000055aa 
+ 00001302  0x0000079b call  0x0000561e 
+ 00001303  0x0000079c call  0x00000695 
+ 00001304  0x0000079d branch  0x0000538f 
+ 00001305  0x000007a0 fetch  0x00000001 , 0x00000016 
+ 00001306  0x000007a1 increase  0x00000001 , 0x0000003f 
+ 00001307  0x000007a2 store  0x00000001 , 0x00000016 
+ 00001308  0x000007a3 rtnne  0x00000028 
+ 00001309  0x000007a4 jam  0x00000025 , 0x00000016 
+ 00001310  0x000007a5 rtn 
+ 00001311  0x000007a8 call  0x000029bb 
+ 00001312  0x000007a9 call  0x0000006a 
+ 00001313  0x000007aa branch  0x000054a3 
+ 00001314  0x000007ad jam  0x00000040 , 0x000011c5 
+ 00001315  0x000007ae branch  0x000006f2 
+ 00001316  0x000007b1 jam  0x00000041 , 0x000011c5 
+ 00001317  0x000007b2 branch  0x000006f2 
+ 00001318  0x000007b5 fetch  0x00000001 , 0x00000456 
+ 00001319  0x000007b6 bbit1  0x00000005 , 0x0000053a 
+ 00001320  0x000007b7 call  0x00000687 
+ 00001321  0x000007b8 fetch  0x00000001 , 0x0000478e 
+ 00001322  0x000007b9 nbranch  0x00000530 , 0x00000034 
+ 00001323  0x000007ba fetch  0x00000001 , 0x0000043f 
+ 00001324  0x000007bb bbit0  0x00000004 , 0x00000534 
+ 00001325  0x000007bc fetch  0x00000001 , 0x000002da 
+ 00001326  0x000007bd branch  0x00000534 , 0x00000034 
+ 00001327  0x000007be branch  0x00005664 
+ 00001328  0x000007c0 fetch  0x00000001 , 0x0000478e 
+ 00001329  0x000007c1 increase  0xffffffff , 0x0000003f 
+ 00001330  0x000007c2 store  0x00000001 , 0x0000478e 
+ 00001331  0x000007c3 branch  0x00005664 
+ 00001332  0x000007c5 fetch  0x00000001 , 0x000044c4 
+ 00001333  0x000007c6 bne  0x00000005 , 0x00000537 
+ 00001334  0x000007c7 jam  0x00000003 , 0x0000478e 
+ 00001335  0x000007c9 call  0x00005892 
+ 00001336  0x000007ca call  0x000003c0 , 0x00000034 
+ 00001337  0x000007cb branch  0x00005622 
+ 00001338  0x000007ce call  0x0000053c 
+ 00001339  0x000007cf branch  0x00000548 
+ 00001340  0x000007d2 fetch  0x00000001 , 0x000046c5 
+ 00001341  0x000007d3 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001342  0x000007d4 rtnne  0x00000003 
+ 00001343  0x000007d5 fetch  0x00000001 , 0x000047c1 
+ 00001344  0x000007d6 rtn  0x00000034 
+ 00001345  0x000007d7 fetch  0x00000001 , 0x000043dd 
+ 00001346  0x000007d8 rtn  0x00000034 
+ 00001347  0x000007d9 fetch  0x00000001 , 0x000043dc 
+ 00001348  0x000007da set1  0x00000004 , 0x0000003f 
+ 00001349  0x000007db store  0x00000001 , 0x000043dc 
+ 00001350  0x000007dc call  0x00005650 
+ 00001351  0x000007dd rtn 
+ 00001352  0x000007e2 branch  0x0000068b 
+ 00001353  0x000007e5 fetch  0x00000001 , 0x0000479f 
+ 00001354  0x000007e6 rtn  0x00000034 
+ 00001355  0x000007e7 fetch  0x00000001 , 0x000046c5 
+ 00001356  0x000007e8 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001357  0x000007e9 rtneq  0x00000003 
+ 00001358  0x000007ea jam  0x00000001 , 0x000046c6 
+ 00001359  0x000007eb rtn 
+ 00001360  0x000007ee rtnmark1  0x0000000f 
+ 00001361  0x000007ef call  0x00005890 
+ 00001362  0x000007f0 nrtn  0x00000034 
+ 00001363  0x000007f1 fetch  0x00000001 , 0x000002d9 
+ 00001364  0x000007f2 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00001365  0x000007f3 store  0x00000001 , 0x0000450c 
+ 00001366  0x000007f4 ifetch  0x00000001 , 0x00000006 
+ 00001367  0x000007f5 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00001368  0x000007f6 store  0x00000001 , 0x0000450b 
+ 00001369  0x000007f7 rtn  0x00000034 
+ 00001370  0x000007f8 copy  0x00000006 , 0x0000003f 
+ 00001371  0x000007f9 store  0x00000002 , 0x0000450d 
+ 00001372  0x000007fa fetch  0x00000001 , 0x0000450c 
+ 00001373  0x000007fb beq  0x00000003 , 0x0000055f 
+ 00001374  0x000007fc branch  0x0000568d 
+ 00001375  0x000007fe fetch  0x00000001 , 0x000002db 
+ 00001376  0x000007ff beq  0x00000001 , 0x00000562 
+ 00001377  0x00000800 branch  0x00005c65 
+ 00001378  0x00000802 ifetch  0x00000005 , 0x00000006 
+ 00001379  0x00000803 store  0x00000005 , 0x000043ce 
+ 00001380  0x00000804 ifetch  0x00000002 , 0x00000006 
+ 00001381  0x00000805 store  0x00000002 , 0x0000045f 
+ 00001382  0x00000806 branch  0x00005c8a 
+ 00001383  0x00000809 ifetch  0x00000002 , 0x00000006 
+ 00001384  0x0000080a beq  0x00000004 , 0x0000056b 
+ 00001385  0x0000080b beq  0x00000006 , 0x00000598 
+ 00001386  0x0000080c branch  0x00005698 
+ 00001387  0x0000080e call  0x00007ea5 
+ 00001388  0x0000080f call  0x00000549 
+ 00001389  0x00000810 call  0x00007e9f 
+ 00001390  0x00000811 ifetch  0x00000003 , 0x00000006 
+ 00001391  0x00000812 store  0x00000003 , 0x00000477 
+ 00001392  0x00000813 beq  0x00000010 , 0x0000057a 
+ 00001393  0x00000814 rshift8  0x0000003f , 0x00000002 
+ 00001394  0x00000815 sub  0x00000002 , 0x00000024 , 0x0000003e 
+ 00001395  0x00000816 branch  0x00000588 , 0x00000002 
+ 00001396  0x00000817 arg  0x000047c6 , 0x00000002 
+ 00001397  0x00000818 storet  0x00000002 , 0x000044bc 
+ 00001398  0x00000819 call  0x000058ad 
+ 00001399  0x0000081a setarg  0x00008e7a 
+ 00001400  0x0000081b store  0x00000002 , 0x000044bc 
+ 00001401  0x0000081c rtn 
+ 00001402  0x0000081f call  0x000059fa 
+ 00001403  0x00000820 call  0x00005879 
+ 00001404  0x00000821 increase  0x00000007 , 0x00000006 
+ 00001405  0x00000822 ifetch  0x00000001 , 0x00000006 
+ 00001406  0x00000823 rtnne  0x00000011 
+ 00001407  0x00000824 increase  0x00000005 , 0x00000006 
+ 00001408  0x00000825 ifetch  0x00000002 , 0x00000006 
+ 00001409  0x00000826 arg  0x00001812 , 0x00000002 
+ 00001410  0x00000827 isub  0x00000002 , 0x0000003e 
+ 00001411  0x00000828 nrtn  0x00000005 
+ 00001412  0x00000829 increase  0xfffffffc , 0x00000006 
+ 00001413  0x0000082a setarg  0x0000002b 
+ 00001414  0x0000082b istore  0x00000002 , 0x00000006 
+ 00001415  0x0000082c rtn 
+ 00001416  0x0000082f beq  0x0000000a , 0x0000058a 
+ 00001417  0x00000830 branch  0x000058ad 
+ 00001418  0x00000832 fetcht  0x00000002 , 0x00000478 
+ 00001419  0x00000833 fetch  0x00000001 , 0x000044e9 
+ 00001420  0x00000834 bbit1  0x00000003 , 0x00000591 
+ 00001421  0x0000083e fetch  0x00000002 , 0x00000478 
+ 00001422  0x0000083f beq  0x00000013 , 0x00005a76 
+ 00001423  0x00000841 fetcht  0x00000002 , 0x00000478 
+ 00001424  0x00000842 branch  0x000059bf 
+ 00001425  0x00000851 fetch  0x00000002 , 0x000044fa 
+ 00001426  0x00000852 isub  0x00000002 , 0x0000003e 
+ 00001427  0x00000853 nbranch  0x0000058d , 0x00000005 
+ 00001428  0x00000854 call  0x00005a42 
+ 00001429  0x00000855 nbranch  0x0000058d , 0x00000028 
+ 00001430  0x00000856 jam  0x00000005 , 0x0000047a 
+ 00001431  0x00000857 branch  0x00005a77 
+ 00001432  0x0000085b ifetch  0x00000001 , 0x00000006 
+ 00001433  0x0000085c beq  0x00000005 , 0x0000059b 
+ 00001434  0x0000085d branch  0x00005af5 
+ 00001435  0x0000085f jam  0x00000082 , 0x000011c5 
+ 00001436  0x00000860 branch  0x000006f2 
+ 00001437  0x00000863 fetch  0x00000001 , 0x00000016 
+ 00001438  0x00000864 bne  0x00000027 , 0x000056f2 
+ 00001439  0x00000865 call  0x000005a3 
+ 00001440  0x00000866 arg  0x00000000 , 0x00000007 
+ 00001441  0x00000867 fetch  0x00000002 , 0x00004482 
+ 00001442  0x00000868 branch  0x00007f08 
+ 00001443  0x0000086a random  0x0000003f 
+ 00001444  0x0000086b arg  0x000001ff , 0x00000002 
+ 00001445  0x0000086c iand  0x00000002 , 0x0000003f 
+ 00001446  0x0000086d add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00001447  0x0000086e branch  0x00003cbe 
+ 00001448  0x00000871 disable  0x0000002b 
+ 00001449  0x00000872 branch  0x000005ab , 0x0000002e 
+ 00001450  0x00000873 nbranch  0x00005806 , 0x0000002d 
+ 00001451  0x00000875 call  0x00002bcb 
+ 00001452  0x00000876 fetch  0x00000002 , 0x000040c1 
+ 00001453  0x00000877 store  0x00000002 , 0x0000044d 
+ 00001454  0x00000878 fetch  0x00000001 , 0x000046c5 
+ 00001455  0x00000879 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00001456  0x0000087a nbranch  0x00002bde , 0x00000001 
+ 00001457  0x0000087b branch  0x000057fb 
+ 00001458  0x0000087e fetch  0x00000001 , 0x0000479f 
+ 00001459  0x0000087f nrtn  0x00000034 
+ 00001460  0x00000880 fetch  0x00000001 , 0x00000478 
+ 00001461  0x00000881 sub  0x0000003f , 0x0000001a , 0x0000003f 
+ 00001462  0x00000882 nrtn  0x00000005 
+ 00001463  0x00000883 branch  0x00003d60 
+ 00001464  0x00000886 hfetch  0x00000001 , 0x00008077 
+ 00001465  0x00000887 and_into  0x000000fd , 0x0000003f 
+ 00001466  0x00000888 hstore  0x00000001 , 0x00008077 
+ 00001467  0x00000889 hfetcht  0x00000001 , 0x00008073 
+ 00001468  0x0000088a or_into  0x00000002 , 0x00000002 
+ 00001469  0x0000088b hstoret  0x00000001 , 0x00008073 
+ 00001470  0x0000088c call  0x000063ee 
+ 00001471  0x0000088d and_into  0x000000fd , 0x00000002 
+ 00001472  0x0000088e nop  0x0000000d 
+ 00001473  0x0000088f call  0x000005c5 
+ 00001474  0x00000890 hstoret  0x00000001 , 0x00008073 
+ 00001475  0x00000891 rtn 
+ 00001476  0x00000894 call  0x000064dd 
+ 00001477  0x00000896 hfetch  0x00000001 , 0x00008081 
+ 00001478  0x00000897 set1  0x00000000 , 0x0000003f 
+ 00001479  0x00000898 set0  0x00000001 , 0x0000003f 
+ 00001480  0x00000899 set0  0x00000003 , 0x0000003f 
+ 00001481  0x0000089a hstore  0x00000001 , 0x00008081 
+ 00001482  0x0000089b rtn 
+ 00001483  0x0000089f jam  0x00000000 , 0x000011c5 
+ 00001484  0x000008a0 branch  0x000006f2 
+ 00001485  0x000008a3 call  0x000021c9 
+ 00001486  0x000008a4 nrtn  0x00000028 
+ 00001487  0x000008a6 disable  0x00000028 
+ 00001488  0x000008a7 jam  0x00000020 , 0x00000011 
+ 00001489  0x000008a8 set0  0x0000000b , 0x00000000 
+ 00001490  0x000008a9 set0  0x0000002d , 0x00000000 
+ 00001491  0x000008ab call  0x00002a4f 
+ 00001492  0x000008ac call  0x000022e6 
+ 00001493  0x000008ad bmark1  0x0000000b , 0x000005da 
+ 00001494  0x000008ae call  0x00002455 
+ 00001495  0x000008af nbranch  0x000005d3 , 0x00000034 
+ 00001496  0x000008b0 bmark1  0x0000002d , 0x000005e2 
+ 00001497  0x000008b1 branch  0x000021ec 
+ 00001498  0x000008b4 call  0x00002a4d 
+ 00001499  0x000008b5 arg  0x00000010 , 0x00000001 
+ 00001500  0x000008b6 call  0x000022dc 
+ 00001501  0x000008b7 set1  0x0000002d , 0x00000000 
+ 00001502  0x000008b8 set0  0x0000000b , 0x00000000 
+ 00001503  0x000008b9 force  0x00000001 , 0x00000004 
+ 00001504  0x000008ba jam  0x00000002 , 0x00000011 
+ 00001505  0x000008bb branch  0x000005d3 
+ 00001506  0x000008be fetch  0x00000004 , 0x00000165 
+ 00001507  0x000008bf pincrease  0x00000008 
+ 00001508  0x000008c0 store  0x00000004 , 0x00000165 
+ 00001509  0x000008c1 branch  0x000021f8 
+ 00001510  0x000008c4 bmark1  0x0000002c , 0x0000264d 
+ 00001511  0x000008c5 branch  0x0000258f 
+ 00001512  0x000008c8 call  0x000033af 
+ 00001513  0x000008c9 call  0x000026e9 
+ 00001514  0x000008ca jam  0x00000002 , 0x00000a99 
+ 00001515  0x000008cb call  0x00007d86 
+ 00001516  0x000008cc call  0x00005cf7 
+ 00001517  0x000008cd call  0x00004d6b 
+ 00001518  0x000008ce branch  0x0000246e 
+ 00001519  0x000008d1 fetch  0x00000001 , 0x00000030 
+ 00001520  0x000008d2 isolate1  0x00000000 , 0x0000003f 
+ 00001521  0x000008d3 call  0x000005f3 , 0x00000001 
+ 00001522  0x000008d4 branch  0x0000248a 
+ 00001523  0x000008d6 fetch  0x00000001 , 0x00000047 
+ 00001524  0x000008d7 isolate1  0x00000003 , 0x0000003f 
+ 00001525  0x000008d8 call  0x0000068b , 0x00000001 
+ 00001526  0x000008d9 ncall  0x00000687 , 0x00000001 
+ 00001527  0x000008da branch  0x00000695 
+ 00001528  0x000008dd call  0x000024f0 
+ 00001529  0x000008de nbranch  0x000028f9 , 0x00000018 
+ 00001530  0x000008df call  0x000029bb 
+ 00001531  0x000008e0 call  0x0000006a 
+ 00001532  0x000008e1 branch  0x00002518 
+ 00001533  0x000008e4 rtnmark1  0x00000026 
+ 00001534  0x000008e5 call  0x00002afa 
+ 00001535  0x000008e6 fetch  0x00000003 , 0x0000416f 
+ 00001536  0x000008e7 rtn  0x00000034 
+ 00001537  0x000008e8 fetch  0x00000001 , 0x00004091 
+ 00001538  0x000008e9 rtn  0x00000034 
+ 00001539  0x000008ea fetch  0x00000001 , 0x000046cf 
+ 00001540  0x000008eb sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00001541  0x000008ec rtn  0x00000002 
+ 00001542  0x000008ed fetch  0x00000001 , 0x0000465a 
+ 00001543  0x000008ee branch  0x0000060a , 0x00000034 
+ 00001544  0x000008ef fetch  0x00000001 , 0x000045b1 
+ 00001545  0x000008f0 rtn  0x00000034 
+ 00001546  0x000008f2 fetch  0x00000001 , 0x000044c0 
+ 00001547  0x000008f3 nrtn  0x00000034 
+ 00001548  0x000008f4 call  0x00002c3a 
+ 00001549  0x000008f5 nrtn  0x00000034 
+ 00001550  0x000008f6 fetch  0x00000001 , 0x00004040 
+ 00001551  0x000008f7 compare  0x00000003 , 0x0000003f , 0x00000007 
+ 00001552  0x000008f8 nbranch  0x00002b9d , 0x00000001 
+ 00001553  0x000008f9 fetch  0x00000002 , 0x00004042 
+ 00001554  0x000008fa arg  0x0000ffff , 0x00000002 
+ 00001555  0x000008fb isub  0x00000002 , 0x0000003e 
+ 00001556  0x000008fc rtn  0x00000005 
+ 00001557  0x000008fd branch  0x00002b7d 
+ 00001558  0x00000900 disable  0x0000002b 
+ 00001559  0x00000901 fetch  0x00000001 , 0x00000030 
+ 00001560  0x00000902 rtnbit0  0x00000001 
+ 00001561  0x00000903 nbranch  0x00002bd0 , 0x0000002d 
+ 00001562  0x00000904 call  0x00002bcb 
+ 00001563  0x00000905 fetch  0x00000002 , 0x000040c1 
+ 00001564  0x00000906 store  0x00000002 , 0x0000003e 
+ 00001565  0x00000907 fetch  0x00000001 , 0x00000047 
+ 00001566  0x00000908 bbit1  0x00000003 , 0x00002bde 
+ 00001567  0x00000909 bmark0  0x0000000d , 0x00002bde 
+ 00001568  0x0000090a call  0x00005274 
+ 00001569  0x0000090b nbranch  0x00002bde , 0x00000034 
+ 00001570  0x0000090c call  0x00000624 , 0x00000034 
+ 00001571  0x0000090d branch  0x00002bbe 
+ 00001572  0x0000090f jam  0x00000001 , 0x0000008a 
+ 00001573  0x00000910 jam  0x00000000 , 0x0000008b 
+ 00001574  0x00000911 rtn 
+ 00001575  0x00000914 jam  0x00000010 , 0x000011c5 
+ 00001576  0x00000915 branch  0x000006f2 
+ 00001577  0x00000918 jam  0x00000011 , 0x000011c5 
+ 00001578  0x00000919 branch  0x000006f2 
+ 00001579  0x0000091c fetch  0x00000001 , 0x00000552 
+ 00001580  0x0000091d store  0x00000001 , 0x000004c9 
+ 00001581  0x0000091e beq  0x00000013 , 0x0000062f 
+ 00001582  0x0000091f branch  0x00005db4 
+ 00001583  0x00000921 call  0x00005dcf 
+ 00001584  0x00000922 jam  0x00000001 , 0x00004aff 
+ 00001585  0x00000923 fetch  0x00000001 , 0x00004b01 
+ 00001586  0x00000924 rtn  0x00000034 
+ 00001587  0x00000925 jam  0x00000002 , 0x00004b01 
+ 00001588  0x00000926 rtn 
+ 00001589  0x00000929 jam  0x00000020 , 0x000011c5 
+ 00001590  0x0000092a branch  0x000006f2 
+ 00001591  0x0000092d call  0x000062bc 
+ 00001592  0x0000092e nrtn  0x00000034 
+ 00001593  0x00000930 fetch  0x00000001 , 0x00000055 
+ 00001594  0x00000931 rtn  0x00000034 
+ 00001595  0x00000932 beq  0x00000004 , 0x00000659 
+ 00001596  0x00000933 beq  0x00000010 , 0x0000063e 
+ 00001597  0x00000934 branch  0x00006320 
+ 00001598  0x00000937 fetch  0x00000001 , 0x0000455b 
+ 00001599  0x00000938 rtneq  0x00000000 
+ 00001600  0x00000939 beq  0x00000001 , 0x00000642 
+ 00001601  0x0000093a branch  0x0000635f 
+ 00001602  0x0000093c rtn  0x00000029 
+ 00001603  0x0000093f fetch  0x00000001 , 0x0000016d 
+ 00001604  0x00000940 bbit1  0x00000000 , 0x00000646 
+ 00001605  0x00000941 branch  0x00006399 
+ 00001606  0x00000943 fetch  0x00000001 , 0x00004b01 
+ 00001607  0x00000944 beq  0x00000001 , 0x0000639d 
+ 00001608  0x00000946 fetch  0x00000001 , 0x000041bd 
+ 00001609  0x00000947 branch  0x000063a9 , 0x00000034 
+ 00001610  0x00000948 fetch  0x00000001 , 0x000004d1 
+ 00001611  0x00000949 rtnbit0  0x00000003 
+ 00001612  0x0000094a rtnbit0  0x00000002 
+ 00001613  0x0000094b fetch  0x00000001 , 0x00004b00 
+ 00001614  0x0000094c rtn  0x00000034 
+ 00001615  0x0000094d jam  0x00000000 , 0x00004b00 
+ 00001616  0x0000094e fetch  0x00000004 , 0x000004e9 
+ 00001617  0x0000094f arg  0x00000014 , 0x00000002 
+ 00001618  0x00000950 iadd  0x00000002 , 0x00000002 
+ 00001619  0x00000951 copy  0x00000022 , 0x0000003f 
+ 00001620  0x00000952 isub  0x00000002 , 0x0000003e 
+ 00001621  0x00000953 nbranch  0x00000657 , 0x00000002 
+ 00001622  0x00000954 branch  0x00006349 
+ 00001623  0x00000957 jam  0x00000001 , 0x00004b00 
+ 00001624  0x00000958 rtn 
+ 00001625  0x0000095b jam  0x00000014 , 0x00004809 
+ 00001626  0x0000095c branch  0x0000636f 
+ 00001627  0x00000963 call  0x000062bc 
+ 00001628  0x00000964 nbranch  0x00007ddb , 0x00000034 
+ 00001629  0x00000965 fetch  0x00000001 , 0x00000a99 
+ 00001630  0x00000966 bmark0  0x00000009 , 0x00007dd6 
+ 00001631  0x00000967 beq  0x0000001f , 0x00000666 
+ 00001632  0x00000968 beq  0x00000020 , 0x00000669 
+ 00001633  0x00000969 beq  0x00000012 , 0x00000663 
+ 00001634  0x0000096a branch  0x00007dca 
+ 00001635  0x0000096d call  0x00005890 
+ 00001636  0x0000096e nrtn  0x00000034 
+ 00001637  0x0000096f branch  0x00005abf 
+ 00001638  0x00000972 jam  0x00000034 , 0x00000185 
+ 00001639  0x00000973 fetch  0x00000006 , 0x0000044f 
+ 00001640  0x00000974 branch  0x0000066b 
+ 00001641  0x00000976 jam  0x00000033 , 0x00000185 
+ 00001642  0x00000977 fetch  0x00000006 , 0x00000040 
+ 00001643  0x00000979 store  0x00000006 , 0x00000186 
+ 00001644  0x0000097b fetch  0x00000004 , 0x000046d3 
+ 00001645  0x0000097c rtnbit0  0x00000007 
+ 00001646  0x0000097d arg  0x00000007 , 0x00000007 
+ 00001647  0x0000097e call  0x000043d2 
+ 00001648  0x0000097f call  0x000042e8 
+ 00001649  0x00000981 call  0x000042fb 
+ 00001650  0x00000982 branch  0x0000033b 
+ 00001651  0x00000986 fetch  0x00000001 , 0x00004b49 
+ 00001652  0x00000987 rtn  0x00000034 
+ 00001653  0x00000988 increase  0xffffffff , 0x0000003f 
+ 00001654  0x00000989 store  0x00000001 , 0x00004b49 
+ 00001655  0x0000098a nbranch  0x0000067d , 0x00000034 
+ 00001656  0x0000098b fetch  0x00000001 , 0x00004720 
+ 00001657  0x0000098c beq  0x00000001 , 0x0000447a 
+ 00001658  0x0000098d beq  0x00000002 , 0x0000447e 
+ 00001659  0x0000098e beq  0x00000003 , 0x00004485 
+ 00001660  0x0000098f branch  0x0000447a 
+ 00001661  0x00000993 fetch  0x00000001 , 0x00004720 
+ 00001662  0x00000994 beq  0x00000001 , 0x00004489 
+ 00001663  0x00000995 beq  0x00000002 , 0x0000448c 
+ 00001664  0x00000996 beq  0x00000003 , 0x0000448f 
+ 00001665  0x00000997 branch  0x00004489 
+ 00001666  0x0000099a jam  0x00000000 , 0x00004b49 
+ 00001667  0x0000099b rtn 
+ 00001668  0x0000099e jam  0x00000001 , 0x00004d1c 
+ 00001669  0x0000099f jam  0x00000000 , 0x00004d19 
+ 00001670  0x000009a0 rtn 
+ 00001671  0x000009a2 fetch  0x00000001 , 0x00004d19 
+ 00001672  0x000009a3 increase  0x00000001 , 0x0000003f 
+ 00001673  0x000009a4 store  0x00000001 , 0x00004d19 
+ 00001674  0x000009a5 rtn 
+ 00001675  0x000009a7 fetch  0x00000001 , 0x00004d19 
+ 00001676  0x000009a8 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00001677  0x000009a9 ncall  0x00000693 , 0x00000002 
+ 00001678  0x000009aa fetch  0x00000001 , 0x00004d19 
+ 00001679  0x000009ab rtneq  0x00000000 
+ 00001680  0x000009ac increase  0xffffffff , 0x0000003f 
+ 00001681  0x000009ad store  0x00000001 , 0x00004d19 
+ 00001682  0x000009ae rtn 
+ 00001683  0x000009b0 jam  0x00000003 , 0x00004d19 
+ 00001684  0x000009b1 rtn 
+ 00001685  0x000009b4 fetch  0x00000002 , 0x00004682 
+ 00001686  0x000009b5 rtnbit1  0x0000000b 
+ 00001687  0x000009b6 rtnbit1  0x00000007 
+ 00001688  0x000009b7 rtnbit1  0x00000006 
+ 00001689  0x000009b9 arg  0x00004ca2 , 0x00000011 
+ 00001690  0x000009ba call  0x00000297 
+ 00001691  0x000009bb storet  0x00000001 , 0x00004d1a 
+ 00001692  0x000009bd setarg  0x00000082 
+ 00001693  0x000009be bmark1  0x00000026 , 0x0000069f 
+ 00001694  0x000009bf setarg  0x00000080 
+ 00001695  0x000009c1 isub  0x00000002 , 0x0000003e 
+ 00001696  0x000009c2 nbranch  0x000006b7 , 0x00000002 
+ 00001697  0x000009c4 fetch  0x00000001 , 0x00004d19 
+ 00001698  0x000009c5 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00001699  0x000009c6 nbranch  0x000006a7 , 0x00000002 
+ 00001700  0x000009c7 fetch  0x00000001 , 0x00004d19 
+ 00001701  0x000009c8 beq  0x00000000 , 0x000006b8 
+ 00001702  0x000009c9 rtn 
+ 00001703  0x000009cc fetch  0x00000001 , 0x00004d19 
+ 00001704  0x000009cd rtnne  0x00000020 
+ 00001705  0x000009ce jam  0x00000000 , 0x00004d19 
+ 00001706  0x000009d0 fetcht  0x00000001 , 0x00004d1a 
+ 00001707  0x000009d1 setarg  0x00000077 
+ 00001708  0x000009d2 bmark1  0x00000026 , 0x000006ae 
+ 00001709  0x000009d3 setarg  0x00000075 
+ 00001710  0x000009d5 isub  0x00000002 , 0x0000003e 
+ 00001711  0x000009d6 nrtn  0x00000002 
+ 00001712  0x000009d7 fetch  0x00000001 , 0x00004d1c 
+ 00001713  0x000009d8 beq  0x00000000 , 0x000006bf 
+ 00001714  0x000009d9 increase  0xffffffff , 0x0000003f 
+ 00001715  0x000009da store  0x00000001 , 0x00004d1c 
+ 00001716  0x000009db beq  0x00000000 , 0x000006bf 
+ 00001717  0x000009de jam  0x00000000 , 0x000041de 
+ 00001718  0x000009df rtn 
+ 00001719  0x000009e2 jam  0x00000000 , 0x00004d19 
+ 00001720  0x000009e4 fetch  0x00000001 , 0x00004d1c 
+ 00001721  0x000009e5 beq  0x00000002 , 0x000006bd 
+ 00001722  0x000009e6 increase  0x00000001 , 0x0000003f 
+ 00001723  0x000009e7 store  0x00000001 , 0x00004d1c 
+ 00001724  0x000009e8 beq  0x00000001 , 0x000006b5 
+ 00001725  0x000009ea jam  0x00000002 , 0x000041de 
+ 00001726  0x000009eb rtn 
+ 00001727  0x000009ee jam  0x00000004 , 0x000041de 
+ 00001728  0x000009ef rtn 
+ 00001729  0x000009f3 storet  0x00000001 , 0x00000017 
+ 00001730  0x000009f4 add  0x00000002 , 0x00000000 , 0x00000011 
+ 00001731  0x000009f5 call  0x00002981 
+ 00001732  0x000009f6 setarg  0x00000500 
+ 00001733  0x000009f7 call  0x00002a8f 
+ 00001734  0x000009f9 jam  0x00000001 , 0x00008906 
+ 00001735  0x000009fa jam  0x0000003c , 0x00008900 
+ 00001736  0x000009fb jam  0x000000e0 , 0x00008901 
+ 00001737  0x000009fc nop  0x0000000a 
+ 00001738  0x000009fd jam  0x00000001 , 0x00008902 
+ 00001739  0x000009fe jam  0x0000003d , 0x00008902 
+ 00001740  0x000009ff nop  0x0000000a 
+ 00001741  0x00000a00 jam  0x000000b7 , 0x00008903 
+ 00001742  0x00000a01 nop  0x0000000a 
+ 00001743  0x00000a02 jam  0x0000007d , 0x00008902 
+ 00001744  0x00000a03 fetch  0x00000001 , 0x000041de 
+ 00001745  0x00000a06 beq  0x00000002 , 0x000006d9 
+ 00001746  0x00000a08 beq  0x00000004 , 0x000006de 
+ 00001747  0x00000a09 beq  0x00000020 , 0x000006ed 
+ 00001748  0x00000a0c call  0x000006e3 
+ 00001749  0x00000a0e jam  0x000000d0 , 0x00008955 
+ 00001750  0x00000a0f jam  0x000000e0 , 0x00008956 
+ 00001751  0x00000a11 jam  0x0000006c , 0x00008958 
+ 00001752  0x00000a13 branch  0x0000294b 
+ 00001753  0x00000a20 call  0x000006e8 
+ 00001754  0x00000a22 jam  0x000000d0 , 0x00008955 
+ 00001755  0x00000a23 jam  0x000000e0 , 0x00008956 
+ 00001756  0x00000a25 jam  0x0000003c , 0x00008958 
+ 00001757  0x00000a27 branch  0x00002953 
+ 00001758  0x00000a34 call  0x000006e3 
+ 00001759  0x00000a36 jam  0x000000d0 , 0x00008955 
+ 00001760  0x00000a37 jam  0x000000c0 , 0x00008956 
+ 00001761  0x00000a39 jam  0x0000006c , 0x00008958 
+ 00001762  0x00000a3b branch  0x0000295b 
+ 00001763  0x00000a3e jam  0x0000005b , 0x0000894c 
+ 00001764  0x00000a3f jam  0x00000096 , 0x0000894d 
+ 00001765  0x00000a40 jam  0x0000002c , 0x0000894e 
+ 00001766  0x00000a41 jam  0x00000046 , 0x0000894f 
+ 00001767  0x00000a42 rtn 
+ 00001768  0x00000a45 jam  0x000000fb , 0x0000894c 
+ 00001769  0x00000a46 jam  0x000000ef , 0x0000894d 
+ 00001770  0x00000a47 jam  0x000000ec , 0x0000894e 
+ 00001771  0x00000a48 jam  0x0000005e , 0x0000894f 
+ 00001772  0x00000a49 rtn 
+ 00001773  0x00000a4d jam  0x000000c2 , 0x00008956 
+ 00001774  0x00000a4e jam  0x000000d0 , 0x00008955 
+ 00001775  0x00000a4f rtn 
+ 00001776  0x00000a52 force  0x00000008 , 0x00000015 
+ 00001777  0x00000a53 branch  0x000028fa 
+ 00001778  0x00000a58 fetcht  0x00000001 , 0x000011c5 
+ 00001779  0x00000a59 rshift4  0x00000002 , 0x00000002 
+ 00001780  0x00000a5a fetch  0x00000001 , 0x00004b50 
+ 00001781  0x00000a5b isub  0x00000002 , 0x0000003e 
+ 00001782  0x00000a5c branch  0x0000070d , 0x00000005 
+ 00001783  0x00000a5d storet  0x00000001 , 0x00004b50 
+ 00001784  0x00000a5e increase  0x00000001 , 0x00000002 
+ 00001785  0x00000a5f setarg  0x00000100 
+ 00001786  0x00000a60 imul32  0x00000002 , 0x00000002 
+ 00001787  0x00000a61 fetch  0x00000003 , 0x00004b51 
+ 00001788  0x00000a62 isub  0x00000002 , 0x0000003f 
+ 00001789  0x00000a64 fetcht  0x00000003 , 0x00004b54 
+ 00001790  0x00000a65 iadd  0x00000002 , 0x0000003f 
+ 00001791  0x00000a66 increase  0xfffffffb , 0x0000003f 
+ 00001792  0x00000a67 store  0x00000003 , 0x00004b57 
+ 00001793  0x00000a69 call  0x00000376 
+ 00001794  0x00000a6a fetch  0x00000003 , 0x00004b57 
+ 00001795  0x00000a6b arg  0x00000100 , 0x00000002 
+ 00001796  0x00000a6c arg  0x00001f00 , 0x00000011 
+ 00001797  0x00000a6d call  0x00006562 
+ 00001798  0x00000a6f call  0x000002f6 
+ 00001799  0x00000a71 setarg  0x00001f00 
+ 00001800  0x00000a72 store  0x00000002 , 0x00004199 
+ 00001801  0x00000a73 jam  0x00000040 , 0x0000419b 
+ 00001802  0x00000a74 call  0x000064ca 
+ 00001803  0x00000a75 setarg  0x00000000 
+ 00001804  0x00000a76 store  0x00000004 , 0x00004199 
+ 00001805  0x00000a78 fetch  0x00000001 , 0x000011c5 
+ 00001806  0x00000a79 branch  0x00000001 
+ 00001807  0x00000a81 arg  0x00000005 , 0x00000039 
+ 00001808  0x00000a82 arg  0x00004b0b , 0x00000005 
+ 00001809  0x00000a83 branch  0x00007ed4 
+ 00001810  0x00000a86 fetch  0x00000004 , 0x0000469b 
+ 00001811  0x00000a87 rtn  0x00000034 
+ 00001812  0x00000a88 call  0x00000763 
+ 00001813  0x00000a89 setarg  0x00000006 
+ 00001814  0x00000a8a call  0x00000756 
+ 00001815  0x00000a8b setarg  0x00000003 
+ 00001816  0x00000a8c call  0x0000075c 
+ 00001817  0x00000a8d fetch  0x00000001 , 0x00004b0b 
+ 00001818  0x00000a8e beq  0x00000001 , 0x0000071c 
+ 00001819  0x00000a8f branch  0x0000070f 
+ 00001820  0x00000a92 fetch  0x00000002 , 0x00004b0c 
+ 00001821  0x00000a93 store  0x00000002 , 0x000011be 
+ 00001822  0x00000a94 fetch  0x00000002 , 0x0000469b 
+ 00001823  0x00000a95 store  0x00000002 , 0x000011c0 
+ 00001824  0x00000a96 call  0x0000072f 
+ 00001825  0x00000a97 fetch  0x00000002 , 0x000011be 
+ 00001826  0x00000a98 store  0x00000002 , 0x00004b0c 
+ 00001827  0x00000a99 fetch  0x00000002 , 0x000011c0 
+ 00001828  0x00000a9a store  0x00000002 , 0x0000469b 
+ 00001829  0x00000a9c fetch  0x00000002 , 0x00004b0e 
+ 00001830  0x00000a9d store  0x00000002 , 0x000011be 
+ 00001831  0x00000a9e fetch  0x00000002 , 0x0000469d 
+ 00001832  0x00000a9f store  0x00000002 , 0x000011c0 
+ 00001833  0x00000aa0 call  0x0000072f 
+ 00001834  0x00000aa1 fetch  0x00000002 , 0x000011be 
+ 00001835  0x00000aa2 store  0x00000002 , 0x00004b0e 
+ 00001836  0x00000aa3 fetch  0x00000002 , 0x000011c0 
+ 00001837  0x00000aa4 store  0x00000002 , 0x0000469d 
+ 00001838  0x00000aa5 rtn 
+ 00001839  0x00000aac fetch  0x00000002 , 0x000011be 
+ 00001840  0x00000aad fetcht  0x00000002 , 0x000011c0 
+ 00001841  0x00000aae iadd  0x00000002 , 0x0000003f 
+ 00001842  0x00000aaf store  0x00000003 , 0x000011c2 
+ 00001843  0x00000ab0 isolate1  0x00000010 , 0x0000003f 
+ 00001844  0x00000ab1 branch  0x0000073c , 0x00000001 
+ 00001845  0x00000ab2 fetch  0x00000001 , 0x000011c3 
+ 00001846  0x00000ab3 beq  0x000000ff , 0x00000743 
+ 00001847  0x00000ab4 fetch  0x00000001 , 0x000011c2 
+ 00001848  0x00000ab6 rshift  0x0000003f , 0x0000003f 
+ 00001849  0x00000ab7 store  0x00000002 , 0x000011be 
+ 00001850  0x00000ab8 store  0x00000002 , 0x000011c0 
+ 00001851  0x00000ab9 rtn 
+ 00001852  0x00000abb fetch  0x00000001 , 0x000011c3 
+ 00001853  0x00000abc beq  0x00000000 , 0x00000740 
+ 00001854  0x00000abd fetch  0x00000003 , 0x000011c2 
+ 00001855  0x00000abe branch  0x00000738 
+ 00001856  0x00000ac0 jam  0x00000000 , 0x000011c4 
+ 00001857  0x00000ac1 fetch  0x00000001 , 0x000011c2 
+ 00001858  0x00000ac2 branch  0x00000738 
+ 00001859  0x00000ac5 fetch  0x00000001 , 0x000011c2 
+ 00001860  0x00000ac6 call  0x0000074e 
+ 00001861  0x00000ac7 store  0x00000001 , 0x000011be 
+ 00001862  0x00000ac8 store  0x00000001 , 0x000011c0 
+ 00001863  0x00000ac9 branch  0x0000074c , 0x00000034 
+ 00001864  0x00000aca setarg  0x000000ff 
+ 00001865  0x00000acc store  0x00000001 , 0x000011bf 
+ 00001866  0x00000acd store  0x00000001 , 0x000011c1 
+ 00001867  0x00000ace rtn 
+ 00001868  0x00000ad0 setarg  0x00000000 
+ 00001869  0x00000ad1 branch  0x00000749 
+ 00001870  0x00000ad4 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00001871  0x00000ad5 store  0x00000001 , 0x00000aae 
+ 00001872  0x00000ad6 fetch  0x00000001 , 0x00000aae 
+ 00001873  0x00000ad7 rshift  0x0000003f , 0x0000003f 
+ 00001874  0x00000ad8 store  0x00000001 , 0x00000aae 
+ 00001875  0x00000ad9 fetch  0x00000001 , 0x00000aae 
+ 00001876  0x00000ada sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00001877  0x00000adb rtn 
+ 00001878  0x00000adf isub  0x00000011 , 0x0000003e 
+ 00001879  0x00000ae0 nbranch  0x00000761 , 0x00000002 
+ 00001880  0x00000ae1 isub  0x00000012 , 0x0000003e 
+ 00001881  0x00000ae2 nbranch  0x00000761 , 0x00000002 
+ 00001882  0x00000ae4 jam  0x00000000 , 0x00004b0b 
+ 00001883  0x00000ae5 rtn 
+ 00001884  0x00000ae7 isub  0x00000011 , 0x0000003e 
+ 00001885  0x00000ae8 nrtn  0x00000002 
+ 00001886  0x00000ae9 isub  0x00000012 , 0x0000003e 
+ 00001887  0x00000aea nrtn  0x00000002 
+ 00001888  0x00000aeb branch  0x0000075a 
+ 00001889  0x00000aed jam  0x00000001 , 0x00004b0b 
+ 00001890  0x00000aee rtn 
+ 00001891  0x00000af1 fetch  0x00000002 , 0x0000469b 
+ 00001892  0x00000af2 store  0x00000002 , 0x000011c0 
+ 00001893  0x00000af3 call  0x0000076c 
+ 00001894  0x00000af4 copy  0x0000003f , 0x00000011 
+ 00001895  0x00000af5 fetch  0x00000002 , 0x0000469d 
+ 00001896  0x00000af6 store  0x00000002 , 0x000011c0 
+ 00001897  0x00000af7 call  0x0000076c 
+ 00001898  0x00000af8 copy  0x0000003f , 0x00000012 
+ 00001899  0x00000af9 rtn 
+ 00001900  0x00000b00 fetch  0x00000001 , 0x000011c1 
+ 00001901  0x00000b01 beq  0x000000ff , 0x00000771 
+ 00001902  0x00000b02 fetch  0x00000001 , 0x000011c0 
+ 00001903  0x00000b04 and_into  0x000000ff , 0x0000003f 
+ 00001904  0x00000b06 rtn 
+ 00001905  0x00000b08 fetch  0x00000002 , 0x000011c0 
+ 00001906  0x00000b09 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00001907  0x00000b0a branch  0x0000076f 
+ 00008192  0x00000b17 call  0x00002abc 
+ 00008193  0x00000b1a bpatch  0x00000000 , 0x00004000 
+ 00008194  0x00000b1b clear_stack 
+ 00008195  0x00000b1c call  0x0000640d 
+ 00008196  0x00000b1d call  0x0000296c 
+ 00008197  0x00000b1e call  0x000065a3 
+ 00008198  0x00000b1f call  0x00002a96 
+ 00008199  0x00000b20 call  0x00004d6a 
+ 00008200  0x00000b21 bpatch  0x00000001 , 0x00004000 
+ 00008201  0x00000b22 call  0x00006a03 
+ 00008202  0x00000b23 call  0x00005cf6 
+ 00008203  0x00000b24 call  0x00007ccc 
+ 00008204  0x00000b25 call  0x000032d8 
+ 00008205  0x00000b26 ncall  0x0000689c , 0x0000002b 
+ 00008206  0x00000b27 bpatch  0x00000002 , 0x00004000 
+ 00008207  0x00000b28 call  0x000032e3 , 0x0000002b 
+ 00008208  0x00000b29 call  0x0000756a 
+ 00008209  0x00000b2a call  0x00002b41 , 0x0000002b 
+ 00008210  0x00000b2c bpatch  0x00000003 , 0x00004000 
+ 00008211  0x00000b2d call  0x000076dc 
+ 00008212  0x00000b2e call  0x00007aaf 
+ 00008213  0x00000b2f call  0x0000756d 
+ 00008214  0x00000b30 call  0x0000535c 
+ 00008215  0x00000b31 bpatch  0x00000004 , 0x00004000 
+ 00008216  0x00000b32 call  0x00002038 
+ 00008217  0x00000b33 call  0x000032ed 
+ 00008218  0x00000b34 call  0x0000208f 
+ 00008219  0x00000b35 call  0x000022f8 
+ 00008220  0x00000b36 call  0x0000236a 
+ 00008221  0x00000b37 call  0x00002021 
+ 00008222  0x00000b38 call  0x00002b6a 
+ 00008223  0x00000b39 call  0x00002c72 
+ 00008224  0x00000b3a branch  0x00002012 
+ 00008225  0x00000b3d call  0x00002026 
+ 00008226  0x00000b3e rtnmark0  0x00000009 
+ 00008227  0x00000b3f set0  0x00000009 , 0x00000000 
+ 00008228  0x00000b40 call  0x00002223 
+ 00008229  0x00000b41 branch  0x000053ce 
+ 00008230  0x00000b44 bpatch  0x00000005 , 0x00004000 
+ 00008231  0x00000b45 call  0x0000225e 
+ 00008232  0x00000b46 nbranch  0x0000202f , 0x00000005 
+ 00008233  0x00000b47 call  0x0000220a 
+ 00008234  0x00000b48 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008235  0x00000b49 ifetch  0x00000001 , 0x00000006 
+ 00008236  0x00000b4a bbit1  0x00000000 , 0x00005360 
+ 00008237  0x00000b4b bbit1  0x00000001 , 0x00002166 
+ 00008238  0x00000b4c branch  0x000023cf 
+ 00008239  0x00000b4e call  0x0000222b 
+ 00008240  0x00000b4f copy  0x00000039 , 0x0000003e 
+ 00008241  0x00000b50 rtn  0x00000005 
+ 00008242  0x00000b51 call  0x0000220a 
+ 00008243  0x00000b52 fetch  0x00000001 , 0x00000030 
+ 00008244  0x00000b53 bbit1  0x00000003 , 0x000020d3 
+ 00008245  0x00000b54 fetch  0x00000001 , 0x00000031 
+ 00008246  0x00000b55 bbit1  0x00000001 , 0x00002166 
+ 00008247  0x00000b56 branch  0x000023cf 
+ 00008248  0x00000b5f fetch  0x00000001 , 0x000041ce 
+ 00008249  0x00000b60 rtn  0x00000034 
+ 00008250  0x00000b61 beq  0x00000001 , 0x00002048 
+ 00008251  0x00000b62 beq  0x00000002 , 0x0000204d 
+ 00008252  0x00000b63 beq  0x00000003 , 0x00002050 
+ 00008253  0x00000b64 beq  0x00000005 , 0x00002055 
+ 00008254  0x00000b65 beq  0x0000001b , 0x00002045 
+ 00008255  0x00000b66 call  0x00002257 
+ 00008256  0x00000b67 rtn  0x00000005 
+ 00008257  0x00000b68 call  0x0000225a 
+ 00008258  0x00000b69 rtn  0x00000005 
+ 00008259  0x00000b6b jam  0x00000000 , 0x000041ce 
+ 00008260  0x00000b6c rtn 
+ 00008261  0x00000b6f jam  0x0000001b , 0x0000049b 
+ 00008262  0x00000b70 jam  0x00000000 , 0x000041ce 
+ 00008263  0x00000b71 rtn 
+ 00008264  0x00000b74 set1  0x0000001c , 0x00000000 
+ 00008265  0x00000b75 set0  0x0000001e , 0x00000000 
+ 00008266  0x00000b76 jam  0x000000ff , 0x0000008f 
+ 00008267  0x00000b77 jam  0x0000001f , 0x0000008d 
+ 00008268  0x00000b78 branch  0x00002043 
+ 00008269  0x00000b7b set0  0x0000001c , 0x00000000 
+ 00008270  0x00000b7c force  0x00000000 , 0x0000001b 
+ 00008271  0x00000b7d branch  0x00002043 
+ 00008272  0x00000b80 call  0x0000225a 
+ 00008273  0x00000b81 rtn  0x00000005 
+ 00008274  0x00000b82 force  0x00000001 , 0x00000002 
+ 00008275  0x00000b83 jam  0x00000005 , 0x0000016e 
+ 00008276  0x00000b84 branch  0x0000205c 
+ 00008277  0x00000b87 bpatch  0x00000006 , 0x00004000 
+ 00008278  0x00000b89 fetch  0x00000006 , 0x000041d0 
+ 00008279  0x00000b8a branch  0x00002043 , 0x00000034 
+ 00008280  0x00000b8b jam  0x00000001 , 0x00004681 
+ 00008281  0x00000b8d jam  0x00000003 , 0x00000055 
+ 00008282  0x00000b8e branch  0x0000205b 
+ 00008283  0x00000b91 force  0x00000025 , 0x00000002 
+ 00008284  0x00000b93 bpatch  0x00000007 , 0x00004000 
+ 00008285  0x00000b94 fetch  0x00000001 , 0x000000f1 
+ 00008286  0x00000b95 branch  0x00002062 , 0x00000034 
+ 00008287  0x00000b96 lshift3  0x0000003f , 0x0000003f 
+ 00008288  0x00000b97 lshift4  0x0000003f , 0x0000003f 
+ 00008289  0x00000b98 increase  0xffffffff , 0x0000003f 
+ 00008290  0x00000b9a store  0x00000001 , 0x000040a6 
+ 00008291  0x00000b9b store  0x00000001 , 0x000000f0 
+ 00008292  0x00000b9c jam  0x0000001f , 0x0000008e 
+ 00008293  0x00000b9d set0  0x0000000c , 0x00000000 
+ 00008294  0x00000b9e call  0x0000223b 
+ 00008295  0x00000b9f nbranch  0x00002083 , 0x00000005 
+ 00008296  0x00000ba0 call  0x00002a6f 
+ 00008297  0x00000ba1 store  0x00000001 , 0x00000077 
+ 00008298  0x00000ba2 storet  0x00000001 , 0x0000007c 
+ 00008299  0x00000ba3 fetch  0x00000006 , 0x000041d0 
+ 00008300  0x00000ba4 store  0x00000006 , 0x00000040 
+ 00008301  0x00000ba5 bpatch  0x00000008 , 0x00004001 
+ 00008302  0x00000ba6 call  0x00007f15 
+ 00008303  0x00000ba7 force  0x00000000 , 0x0000003f 
+ 00008304  0x00000ba8 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008305  0x00000ba9 nsetflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00008306  0x00000baa set1  0x00000003 , 0x0000003f 
+ 00008307  0x00000bab store  0x00000001 , 0x00000030 
+ 00008308  0x00000bac jam  0x00000003 , 0x00000a99 
+ 00008309  0x00000bad call  0x00007d86 
+ 00008310  0x00000bae force  0x00000000 , 0x0000003f 
+ 00008311  0x00000baf setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00008312  0x00000bb0 store  0x00000001 , 0x0000004c 
+ 00008313  0x00000bb1 setarg  0x00000000 
+ 00008314  0x00000bb2 set1  0x00000001 , 0x0000003f 
+ 00008315  0x00000bb3 store  0x00000001 , 0x00000031 
+ 00008316  0x00000bb4 enable  0x00000029 
+ 00008317  0x00000bb5 call  0x00002223 
+ 00008318  0x00000bb6 disable  0x00000029 
+ 00008319  0x00000bb7 force  0x00000003 , 0x00000007 
+ 00008320  0x00000bb8 fetch  0x00000002 , 0x000040b9 
+ 00008321  0x00000bb9 call  0x00007f08 
+ 00008322  0x00000bba branch  0x00002043 
+ 00008323  0x00000bbc bpatch  0x00000009 , 0x00004001 
+ 00008324  0x00000bbd fetch  0x00000006 , 0x000041d0 
+ 00008325  0x00000bbe store  0x00000006 , 0x00000040 
+ 00008326  0x00000bbf compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008327  0x00000bc0 branch  0x00002089 , 0x00000001 
+ 00008328  0x00000bc1 branch  0x00002043 
+ 00008329  0x00000bc3 arg  0x00000101 , 0x00000005 
+ 00008330  0x00000bc4 arg  0x00000008 , 0x00000039 
+ 00008331  0x00000bc5 call  0x00007ec6 
+ 00008332  0x00000bc6 jam  0x00000004 , 0x00000a99 
+ 00008333  0x00000bc7 call  0x00007d86 
+ 00008334  0x00000bc8 branch  0x00002043 
+ 00008335  0x00000bd0 rtnmark0  0x0000001c 
+ 00008336  0x00000bd1 force  0x00000001 , 0x00000007 
+ 00008337  0x00000bd2 call  0x00007f16 
+ 00008338  0x00000bd3 nsetflag  0x00000034 , 0x0000001c , 0x00000000 
+ 00008339  0x00000bd4 nbranch  0x00002095 , 0x00000034 
+ 00008340  0x00000bd5 rtn 
+ 00008341  0x00000bda bpatch  0x0000000a , 0x00004001 
+ 00008342  0x00000bdb fetcht  0x00000002 , 0x000040bb 
+ 00008343  0x00000bdc force  0x00000004 , 0x00000007 
+ 00008344  0x00000bdd call  0x0000271c 
+ 00008345  0x00000bde rtn  0x00000028 
+ 00008346  0x00000bdf call  0x000028a4 
+ 00008347  0x00000be0 force  0x00000000 , 0x00000024 
+ 00008348  0x00000be2 rtn  0x00000003 
+ 00008349  0x00000be3 set0  0x0000000b , 0x00000000 
+ 00008350  0x00000be4 set0  0x00000000 , 0x00000000 
+ 00008351  0x00000be6 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008352  0x00000be7 isolate1  0x0000001e , 0x00000000 
+ 00008353  0x00000be8 setflag  0x00000001 , 0x00000002 , 0x00000024 
+ 00008354  0x00000be9 compare  0x00000000 , 0x00000021 , 0x00000002 
+ 00008355  0x00000bea nbranch  0x000020be , 0x00000001 
+ 00008356  0x00000bed bpatch  0x0000000b , 0x00004001 
+ 00008357  0x00000bee fetch  0x00000001 , 0x00000012 
+ 00008358  0x00000bef increase  0x00000001 , 0x0000003f 
+ 00008359  0x00000bf0 store  0x00000001 , 0x00000012 
+ 00008360  0x00000bf1 call  0x000028d8 
+ 00008361  0x00000bf2 call  0x000028d2 
+ 00008362  0x00000bf3 call  0x000028f2 
+ 00008363  0x00000bf4 call  0x00002a51 
+ 00008364  0x00000bf5 call  0x00002a56 
+ 00008365  0x00000bf6 call  0x00002a64 
+ 00008366  0x00000bf7 call  0x0000264d 
+ 00008367  0x00000bf8 call  0x000020b1 
+ 00008368  0x00000bf9 branch  0x0000209c 
+ 00008369  0x00000bfc bpatch  0x0000000c , 0x00004001 
+ 00008370  0x00000bfd fetch  0x00000001 , 0x0000008d 
+ 00008371  0x00000bfe increase  0xffffffff , 0x0000003f 
+ 00008372  0x00000bff store  0x00000001 , 0x0000008d 
+ 00008373  0x00000c00 rtn  0x00000002 
+ 00008374  0x00000c01 jam  0x0000001f , 0x0000008d 
+ 00008375  0x00000c02 fetch  0x00000001 , 0x0000008f 
+ 00008376  0x00000c03 increase  0xffffffff , 0x0000003f 
+ 00008377  0x00000c04 store  0x00000001 , 0x0000008f 
+ 00008378  0x00000c05 rtn  0x00000002 
+ 00008379  0x00000c06 setflip  0x0000001e , 0x00000000 
+ 00008380  0x00000c07 jam  0x000000ff , 0x0000008f 
+ 00008381  0x00000c08 rtn 
+ 00008382  0x00000c0b bpatch  0x0000000d , 0x00004001 
+ 00008383  0x00000c0c call  0x000028d8 
+ 00008384  0x00000c0d call  0x000028cc 
+ 00008385  0x00000c0e call  0x000028f2 
+ 00008386  0x00000c0f call  0x00002a5b 
+ 00008387  0x00000c10 call  0x000029eb 
+ 00008388  0x00000c11 call  0x00002a0d 
+ 00008389  0x00000c12 branch  0x000020c8 , 0x00000018 
+ 00008390  0x00000c13 call  0x000020b1 
+ 00008391  0x00000c14 branch  0x0000209f 
+ 00008392  0x00000c16 bpatch  0x0000000e , 0x00004001 
+ 00008393  0x00000c17 call  0x000029bb 
+ 00008394  0x00000c18 call  0x00002a6b 
+ 00008395  0x00000c19 call  0x0000251e 
+ 00008396  0x00000c1a set0  0x00000001 , 0x00000000 
+ 00008397  0x00000c1b rtnmark0  0x0000000b 
+ 00008398  0x00000c1d bpatch  0x0000000f , 0x00004001 
+ 00008399  0x00000c1f fetch  0x00000001 , 0x00000013 
+ 00008400  0x00000c20 increase  0x00000001 , 0x0000003f 
+ 00008401  0x00000c21 store  0x00000001 , 0x00000013 
+ 00008402  0x00000c22 rtn 
+ 00008403  0x00000c2b bpatch  0x00000010 , 0x00004002 
+ 00008404  0x00000c2c enable  0x00000029 
+ 00008405  0x00000c2d enable  0x00000030 
+ 00008406  0x00000c2e fetch  0x00000002 , 0x000040b5 
+ 00008407  0x00000c2f branch  0x000020db , 0x00000034 
+ 00008408  0x00000c30 force  0x00000008 , 0x00000007 
+ 00008409  0x00000c31 call  0x00007f16 
+ 00008410  0x00000c32 nrtn  0x00000034 
+ 00008411  0x00000c34 bpatch  0x00000011 , 0x00004002 
+ 00008412  0x00000c35 fetcht  0x00000002 , 0x000040b7 
+ 00008413  0x00000c36 force  0x00000028 , 0x00000007 
+ 00008414  0x00000c37 call  0x0000271c 
+ 00008415  0x00000c38 branch  0x00002114 , 0x00000028 
+ 00008416  0x00000c39 force  0x00000003 , 0x00000007 
+ 00008417  0x00000c3a call  0x00007f16 
+ 00008418  0x00000c3b nbranch  0x000020f0 , 0x00000034 
+ 00008419  0x00000c3c fetch  0x00000001 , 0x0000004c 
+ 00008420  0x00000c3d bbit1  0x00000004 , 0x000020e6 
+ 00008421  0x00000c3e branch  0x000020e9 
+ 00008422  0x00000c40 arg  0x00000101 , 0x00000005 
+ 00008423  0x00000c41 arg  0x00000008 , 0x00000039 
+ 00008424  0x00000c42 call  0x00007ec6 
+ 00008425  0x00000c44 bpatch  0x00000012 , 0x00004002 
+ 00008426  0x00000c45 jam  0x00000000 , 0x00000030 
+ 00008427  0x00000c46 call  0x00005cf7 
+ 00008428  0x00000c47 jam  0x00000000 , 0x00004681 
+ 00008429  0x00000c48 jam  0x00000013 , 0x00000a99 
+ 00008430  0x00000c49 call  0x00007d86 
+ 00008431  0x00000c4a branch  0x00002114 
+ 00008432  0x00000c4d bpatch  0x00000013 , 0x00004002 
+ 00008433  0x00000c4e force  0x00000000 , 0x0000000b 
+ 00008434  0x00000c4f until  0x00000023 , 0x00000026 
+ 00008435  0x00000c50 fetch  0x00000001 , 0x000000f2 
+ 00008436  0x00000c51 increase  0xffffffff , 0x0000003f 
+ 00008437  0x00000c52 ixor  0x00000022 , 0x0000003f 
+ 00008438  0x00000c53 compare  0x00000000 , 0x0000003f , 0x00000003 
+ 00008439  0x00000c54 nbranch  0x000020f0 , 0x00000001 
+ 00008440  0x00000c55 deposit  0x00000004 
+ 00008441  0x00000c56 store  0x00000001 , 0x00000181 
+ 00008442  0x00000c57 force  0x00000000 , 0x00000026 
+ 00008443  0x00000c58 force  0x00000000 , 0x00000024 
+ 00008444  0x00000c5b bpatch  0x00000014 , 0x00004002 
+ 00008445  0x00000c5c branch  0x00002114 , 0x00000003 
+ 00008446  0x00000c5d call  0x000028dc 
+ 00008447  0x00000c5e arg  0x00000600 , 0x0000000b 
+ 00008448  0x00000c5f until  0x00000023 , 0x00000026 
+ 00008449  0x00000c61 bpatch  0x00000015 , 0x00004002 
+ 00008450  0x00000c62 fetch  0x00000004 , 0x000000f2 
+ 00008451  0x00000c63 iforce  0x00000021 
+ 00008452  0x00000c64 increase  0x00000001 , 0x0000003f 
+ 00008453  0x00000c65 store  0x00000004 , 0x000000f2 
+ 00008454  0x00000c66 isolate1  0x0000000c , 0x00000000 
+ 00008455  0x00000c67 setflag  0x00000001 , 0x00000002 , 0x00000024 
+ 00008456  0x00000c68 compare  0x00000000 , 0x00000021 , 0x00000002 
+ 00008457  0x00000c69 nbranch  0x00002128 , 0x00000001 
+ 00008458  0x00000c6a fetch  0x00000001 , 0x0000000c 
+ 00008459  0x00000c6b increase  0x00000001 , 0x0000003f 
+ 00008460  0x00000c6c store  0x00000001 , 0x0000000c 
+ 00008461  0x00000c6d call  0x000028d2 
+ 00008462  0x00000c6e call  0x00002a51 
+ 00008463  0x00000c6f call  0x00002a56 
+ 00008464  0x00000c70 call  0x00002a64 
+ 00008465  0x00000c71 call  0x0000264d 
+ 00008466  0x00000c72 call  0x0000211a 
+ 00008467  0x00000c73 branch  0x000020fc 
+ 00008468  0x00000c75 bpatch  0x00000016 , 0x00004002 
+ 00008469  0x00000c76 disable  0x00000029 
+ 00008470  0x00000c77 fetch  0x00000002 , 0x000040b5 
+ 00008471  0x00000c78 rtn  0x00000034 
+ 00008472  0x00000c79 force  0x00000008 , 0x00000007 
+ 00008473  0x00000c7a branch  0x00007f08 
+ 00008474  0x00000c7d bpatch  0x00000017 , 0x00004002 
+ 00008475  0x00000c7e fetch  0x00000001 , 0x0000008e 
+ 00008476  0x00000c7f increase  0xffffffff , 0x0000003f 
+ 00008477  0x00000c80 store  0x00000001 , 0x0000008e 
+ 00008478  0x00000c81 rtn  0x00000002 
+ 00008479  0x00000c82 jam  0x0000001f , 0x0000008e 
+ 00008480  0x00000c83 fetch  0x00000001 , 0x000000f0 
+ 00008481  0x00000c84 increase  0xffffffff , 0x0000003f 
+ 00008482  0x00000c85 store  0x00000001 , 0x000000f0 
+ 00008483  0x00000c86 rtn  0x00000002 
+ 00008484  0x00000c87 setflip  0x0000000c , 0x00000000 
+ 00008485  0x00000c88 fetch  0x00000001 , 0x000040a6 
+ 00008486  0x00000c89 store  0x00000001 , 0x000000f0 
+ 00008487  0x00000c8a rtn 
+ 00008488  0x00000c8d bpatch  0x00000018 , 0x00004003 
+ 00008489  0x00000c8e call  0x000028cc 
+ 00008490  0x00000c8f call  0x00002a5b 
+ 00008491  0x00000c90 call  0x000029eb 
+ 00008492  0x00000c91 call  0x00002a0d 
+ 00008493  0x00000c92 branch  0x00002130 , 0x00000018 
+ 00008494  0x00000c93 call  0x0000211a 
+ 00008495  0x00000c94 branch  0x00002101 
+ 00008496  0x00000c96 call  0x0000264d 
+ 00008497  0x00000c97 fetch  0x00000001 , 0x0000000d 
+ 00008498  0x00000c98 increase  0x00000001 , 0x0000003f 
+ 00008499  0x00000c99 store  0x00000001 , 0x0000000d 
+ 00008500  0x00000c9a force  0x00000000 , 0x0000001b 
+ 00008501  0x00000c9b fetch  0x00000004 , 0x000000f2 
+ 00008502  0x00000c9d bpatch  0x00000019 , 0x00004003 
+ 00008503  0x00000c9e call  0x00002a4f 
+ 00008504  0x00000c9f call  0x000028dc 
+ 00008505  0x00000ca0 increase  0x00000001 , 0x00000026 
+ 00008506  0x00000ca2 and_into  0x000001fd , 0x00000021 
+ 00008507  0x00000ca3 and_into  0x000001fc , 0x00000024 
+ 00008508  0x00000ca4 call  0x000028d2 
+ 00008509  0x00000ca5 call  0x00002a51 
+ 00008510  0x00000ca6 call  0x00002a56 
+ 00008511  0x00000ca7 call  0x00002a64 
+ 00008512  0x00000ca8 deposit  0x00000022 
+ 00008513  0x00000ca9 store  0x00000004 , 0x00000161 
+ 00008514  0x00000caa force  0x00000000 , 0x00000004 
+ 00008515  0x00000cab force  0x00000002 , 0x00000001 
+ 00008516  0x00000cac call  0x00002a6b 
+ 00008517  0x00000cad call  0x00002766 
+ 00008518  0x00000caf bpatch  0x0000001a , 0x00004003 
+ 00008519  0x00000cb0 call  0x00002a4d 
+ 00008520  0x00000cb1 or_into  0x00000002 , 0x00000021 
+ 00008521  0x00000cb2 and_into  0x000001fc , 0x00000024 
+ 00008522  0x00000cb3 call  0x000028cc 
+ 00008523  0x00000cb4 call  0x00002a5b 
+ 00008524  0x00000cb5 call  0x000029eb 
+ 00008525  0x00000cb6 call  0x00002a0d 
+ 00008526  0x00000cb7 call  0x0000264d , 0x00000018 
+ 00008527  0x00000cb8 branch  0x00002155 , 0x00000018 
+ 00008528  0x00000cb9 fetch  0x00000001 , 0x00000010 
+ 00008529  0x00000cba branch  0x000020fc , 0x00000034 
+ 00008530  0x00000cbb increase  0xffffffff , 0x0000003f 
+ 00008531  0x00000cbc store  0x00000001 , 0x00000010 
+ 00008532  0x00000cbd branch  0x00002136 
+ 00008533  0x00000cc0 bpatch  0x0000001b , 0x00004003 
+ 00008534  0x00000cc1 fetch  0x00000001 , 0x0000000e 
+ 00008535  0x00000cc2 increase  0x00000001 , 0x0000003f 
+ 00008536  0x00000cc3 store  0x00000001 , 0x0000000e 
+ 00008537  0x00000cc4 call  0x00002435 
+ 00008538  0x00000cc6 call  0x000022f2 
+ 00008539  0x00000cc7 branch  0x0000215f , 0x00000018 
+ 00008540  0x00000cc8 call  0x00002455 
+ 00008541  0x00000cc9 nbranch  0x0000215a , 0x00000034 
+ 00008542  0x00000cca branch  0x000020fc 
+ 00008543  0x00000ccd bpatch  0x0000001c , 0x00004003 
+ 00008544  0x00000cce fetch  0x00000001 , 0x00000030 
+ 00008545  0x00000ccf set0  0x00000003 , 0x0000003f 
+ 00008546  0x00000cd0 store  0x00000001 , 0x00000030 
+ 00008547  0x00000cd1 call  0x00002440 
+ 00008548  0x00000cd2 disable  0x00000029 
+ 00008549  0x00000cd3 rtn 
+ 00008550  0x00000cd7 bpatch  0x0000001d , 0x00004003 
+ 00008551  0x00000cd8 enable  0x00000029 
+ 00008552  0x00000cd9 enable  0x00000030 
+ 00008553  0x00000cda call  0x000021e1 
+ 00008554  0x00000cdb rtn  0x00000028 
+ 00008555  0x00000cdc call  0x00002c69 
+ 00008556  0x00000cdd call  0x00002a4f 
+ 00008557  0x00000cde add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008558  0x00000cdf call  0x000028e2 
+ 00008559  0x00000ce0 force  0x00000003 , 0x00000024 
+ 00008560  0x00000ce1 call  0x00006cc2 
+ 00008561  0x00000ce2 call  0x00002489 
+ 00008562  0x00000ce3 call  0x000028d2 
+ 00008563  0x00000ce4 call  0x00002a51 
+ 00008564  0x00000ce5 call  0x00002a56 
+ 00008565  0x00000ce6 call  0x00002a64 
+ 00008566  0x00000ce7 call  0x00002762 
+ 00008567  0x00000ce9 bpatch  0x0000001e , 0x00004003 
+ 00008568  0x00000cea call  0x00005d08 
+ 00008569  0x00000ceb call  0x000022e4 
+ 00008570  0x00000cec nbranch  0x00002180 , 0x0000002d 
+ 00008571  0x00000ced call  0x00002a88 
+ 00008572  0x00000cee call  0x00002728 
+ 00008573  0x00000cef fetch  0x00000001 , 0x0000000f 
+ 00008574  0x00000cf0 increase  0x00000001 , 0x0000003f 
+ 00008575  0x00000cf1 store  0x00000001 , 0x0000000f 
+ 00008576  0x00000cf3 bpatch  0x0000001f , 0x00004003 
+ 00008577  0x00000cf4 call  0x00006caa 
+ 00008578  0x00000cf5 call  0x0000218b 
+ 00008579  0x00000cf6 nrtn  0x00000029 
+ 00008580  0x00000cf7 call  0x000026f3 
+ 00008581  0x00000cf8 nbranch  0x00002188 , 0x00000034 
+ 00008582  0x00000cfa disable  0x00000029 
+ 00008583  0x00000cfb rtn 
+ 00008584  0x00000cfe call  0x00002489 
+ 00008585  0x00000cff call  0x000022da 
+ 00008586  0x00000d00 branch  0x00002177 
+ 00008587  0x00000d04 branch  0x0000218e , 0x0000002d 
+ 00008588  0x00000d05 call  0x00002a7f 
+ 00008589  0x00000d06 branch  0x0000219c , 0x00000002 
+ 00008590  0x00000d08 call  0x000021a7 
+ 00008591  0x00000d09 nbranch  0x0000219c , 0x00000028 
+ 00008592  0x00000d0a fetch  0x00000001 , 0x0000004c 
+ 00008593  0x00000d0b rtnbit0  0x00000004 
+ 00008594  0x00000d0c rtnbit1  0x00000003 
+ 00008595  0x00000d0d fetch  0x00000001 , 0x0000004b 
+ 00008596  0x00000d0e rtnbit1  0x00000003 
+ 00008597  0x00000d0f call  0x000021ae 
+ 00008598  0x00000d10 nrtn  0x00000034 
+ 00008599  0x00000d11 fetch  0x00000001 , 0x0000016e 
+ 00008600  0x00000d12 increase  0xffffffff , 0x0000003f 
+ 00008601  0x00000d13 store  0x00000001 , 0x0000016e 
+ 00008602  0x00000d14 nrtn  0x00000034 
+ 00008603  0x00000d15 branch  0x00006006 
+ 00008604  0x00000d18 bpatch  0x00000020 , 0x00004004 
+ 00008605  0x00000d19 call  0x0000245d 
+ 00008606  0x00000d1a disable  0x00000029 
+ 00008607  0x00000d1b fetch  0x00000001 , 0x0000004c 
+ 00008608  0x00000d1c bbit1  0x00000004 , 0x000021a2 
+ 00008609  0x00000d1d rtn 
+ 00008610  0x00000d20 fetch  0x00000001 , 0x0000004c 
+ 00008611  0x00000d21 rtnbit1  0x00000003 
+ 00008612  0x00000d23 arg  0x00000101 , 0x00000005 
+ 00008613  0x00000d24 arg  0x00000008 , 0x00000039 
+ 00008614  0x00000d25 branch  0x00007ec6 
+ 00008615  0x00000d28 bpatch  0x00000021 , 0x00004004 
+ 00008616  0x00000d29 enable  0x00000028 
+ 00008617  0x00000d2a fetch  0x00000001 , 0x0000004b 
+ 00008618  0x00000d2b rtnbit0  0x00000003 
+ 00008619  0x00000d2c call  0x000021ae 
+ 00008620  0x00000d2d nrtn  0x00000034 
+ 00008621  0x00000d2e branch  0x00007fe9 
+ 00008622  0x00000d31 fetch  0x00000001 , 0x00000072 
+ 00008623  0x00000d32 increase  0xffffffff , 0x0000003f 
+ 00008624  0x00000d33 store  0x00000001 , 0x00000072 
+ 00008625  0x00000d34 rtn 
+ 00008626  0x00000d37 bpatch  0x00000022 , 0x00004004 
+ 00008627  0x00000d38 fetch  0x00000001 , 0x00000030 
+ 00008628  0x00000d39 bbit1  0x00000007 , 0x000021bb 
+ 00008629  0x00000d3a fetch  0x00000001 , 0x000009b5 
+ 00008630  0x00000d3b branch  0x000021bb , 0x00000034 
+ 00008631  0x00000d3c jam  0x00000000 , 0x000009b5 
+ 00008632  0x00000d3d jam  0x00000018 , 0x00000a99 
+ 00008633  0x00000d3e call  0x00007d86 
+ 00008634  0x00000d3f branch  0x000021bb 
+ 00008635  0x00000d41 bpatch  0x00000023 , 0x00004004 
+ 00008636  0x00000d42 call  0x00002254 
+ 00008637  0x00000d43 fetch  0x00000001 , 0x00000030 
+ 00008638  0x00000d44 set1  0x00000007 , 0x0000003f 
+ 00008639  0x00000d45 store  0x00000001 , 0x00000030 
+ 00008640  0x00000d46 jam  0x00000001 , 0x000041bd 
+ 00008641  0x00000d47 fetch  0x00000001 , 0x00000055 
+ 00008642  0x00000d48 bne  0x00000016 , 0x000021c3 
+ 00008643  0x00000d4a rtn 
+ 00008644  0x00000d4d jam  0x00000001 , 0x000009b5 
+ 00008645  0x00000d4f fetch  0x00000001 , 0x00000030 
+ 00008646  0x00000d50 set0  0x00000007 , 0x0000003f 
+ 00008647  0x00000d51 store  0x00000001 , 0x00000030 
+ 00008648  0x00000d52 rtn 
+ 00008649  0x00000d57 bpatch  0x00000024 , 0x00004004 
+ 00008650  0x00000d58 disable  0x00000028 
+ 00008651  0x00000d59 fetch  0x00000002 , 0x00000032 
+ 00008652  0x00000d5a arg  0x0000ffff , 0x00000002 
+ 00008653  0x00000d5b isub  0x00000002 , 0x0000003e 
+ 00008654  0x00000d5c nrtn  0x00000005 
+ 00008655  0x00000d5d fetch  0x00000004 , 0x00000034 
+ 00008656  0x00000d5e branch  0x000021d3 , 0x00000030 
+ 00008657  0x00000d5f isub  0x00000028 , 0x0000003f 
+ 00008658  0x00000d60 branch  0x000021d4 
+ 00008659  0x00000d62 isub  0x00000022 , 0x0000003f 
+ 00008660  0x00000d64 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00008661  0x00000d65 nrtn  0x00000002 
+ 00008662  0x00000d66 force  0x00000000 , 0x0000003f 
+ 00008663  0x00000d67 store  0x00000002 , 0x00000032 
+ 00008664  0x00000d68 branch  0x00007fe7 
+ 00008665  0x00000d6d copy  0x0000003f , 0x00000002 
+ 00008666  0x00000d6e bpatch  0x00000025 , 0x00004004 
+ 00008667  0x00000d6f storet  0x00000004 , 0x00000034 
+ 00008668  0x00000d71 jam  0x00000001 , 0x0000455b 
+ 00008669  0x00000d72 setarg  0x0000ffff 
+ 00008670  0x00000d73 store  0x00000002 , 0x00000032 
+ 00008671  0x00000d74 jam  0x00000001 , 0x00000073 
+ 00008672  0x00000d75 rtn 
+ 00008673  0x00000d79 bpatch  0x00000026 , 0x00004004 
+ 00008674  0x00000d7a call  0x000021c9 
+ 00008675  0x00000d7b nrtn  0x00000028 
+ 00008676  0x00000d7c disable  0x00000028 
+ 00008677  0x00000d7d jam  0x00000020 , 0x00000011 
+ 00008678  0x00000d7e set0  0x0000000b , 0x00000000 
+ 00008679  0x00000d80 call  0x00002a4f 
+ 00008680  0x00000d81 call  0x000022e6 
+ 00008681  0x00000d82 bmark1  0x0000000b , 0x000021f4 
+ 00008682  0x00000d83 call  0x00002455 
+ 00008683  0x00000d84 nbranch  0x000021e7 , 0x00000034 
+ 00008684  0x00000d86 bpatch  0x00000027 , 0x00004004 
+ 00008685  0x00000d87 disable  0x00000028 
+ 00008686  0x00000d88 deposit  0x00000022 
+ 00008687  0x00000d89 store  0x00000004 , 0x000040ca 
+ 00008688  0x00000d8a enable  0x00000030 
+ 00008689  0x00000d8b enable  0x00000029 
+ 00008690  0x00000d8c jam  0x0000002a , 0x00000a99 
+ 00008691  0x00000d8d branch  0x00007d86 
+ 00008692  0x00000d90 bpatch  0x00000028 , 0x00004005 
+ 00008693  0x00000d91 call  0x00002a4d 
+ 00008694  0x00000d92 arg  0x00000010 , 0x00000001 
+ 00008695  0x00000d93 call  0x000022dc 
+ 00008696  0x00000d94 disable  0x00000030 
+ 00008697  0x00000d95 disable  0x00000029 
+ 00008698  0x00000d96 call  0x00002818 
+ 00008699  0x00000d97 call  0x00002435 
+ 00008700  0x00000d99 bpatch  0x00000029 , 0x00004005 
+ 00008701  0x00000d9a call  0x0000247c 
+ 00008702  0x00000d9b branch  0x00002202 , 0x0000002d 
+ 00008703  0x00000d9c call  0x00002455 
+ 00008704  0x00000d9d nbranch  0x000021fc , 0x00000034 
+ 00008705  0x00000d9e branch  0x000021ec 
+ 00008706  0x00000da0 fetch  0x00000001 , 0x00000031 
+ 00008707  0x00000da1 set0  0x00000001 , 0x0000003f 
+ 00008708  0x00000da2 store  0x00000001 , 0x00000031 
+ 00008709  0x00000da3 call  0x00002a88 
+ 00008710  0x00000da4 call  0x00002841 
+ 00008711  0x00000da5 enable  0x00000028 
+ 00008712  0x00000da6 jam  0x0000002b , 0x00000a99 
+ 00008713  0x00000da7 branch  0x00007d86 
+ 00008714  0x00000dad bpatch  0x0000002a , 0x00004005 
+ 00008715  0x00000dae set1  0x00000009 , 0x00000000 
+ 00008716  0x00000daf deposit  0x00000011 
+ 00008717  0x00000db0 store  0x00000002 , 0x0000001e 
+ 00008718  0x00000db1 force  0x00000050 , 0x00000039 
+ 00008719  0x00000db2 arg  0x0000043f , 0x00000005 
+ 00008720  0x00000db3 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008721  0x00000db4 ifetch  0x00000001 , 0x00000006 
+ 00008722  0x00000db5 copy  0x00000011 , 0x00000006 
+ 00008723  0x00000db6 bbit1  0x00000000 , 0x00007f01 
+ 00008724  0x00000db7 arg  0x00000030 , 0x00000005 
+ 00008725  0x00000db8 call  0x00007f01 
+ 00008726  0x00000db9 disable  0x0000002e 
+ 00008727  0x00000dba fetch  0x00000001 , 0x00000077 
+ 00008728  0x00000dbb iforce  0x00000004 
+ 00008729  0x00000dbc jam  0x00000001 , 0x0000008a 
+ 00008730  0x00000dbd branch  0x0000221c , 0x00000029 
+ 00008731  0x00000dbe jam  0x00000001 , 0x0000008a 
+ 00008732  0x00000dc0 fetch  0x00000001 , 0x00000030 
+ 00008733  0x00000dc1 rtnbit0  0x00000001 
+ 00008734  0x00000dc2 fetch  0x00000001 , 0x00000073 
+ 00008735  0x00000dc3 store  0x00000001 , 0x0000008a 
+ 00008736  0x00000dc4 fetch  0x00000001 , 0x00000074 
+ 00008737  0x00000dc5 store  0x00000001 , 0x0000008b 
+ 00008738  0x00000dc6 rtn 
+ 00008739  0x00000dc9 bpatch  0x0000002b , 0x00004005 
+ 00008740  0x00000dca fetch  0x00000002 , 0x0000001e 
+ 00008741  0x00000dcb iforce  0x00000005 
+ 00008742  0x00000dcc force  0x00000050 , 0x00000039 
+ 00008743  0x00000dcd arg  0x0000043f , 0x00000006 
+ 00008744  0x00000dce branch  0x00007f01 , 0x00000036 
+ 00008745  0x00000dcf arg  0x00000030 , 0x00000006 
+ 00008746  0x00000dd0 branch  0x00007f01 
+ 00008747  0x00000dd5 arg  0x00000001 , 0x00000039 
+ 00008748  0x00000dd6 fetcht  0x00000001 , 0x00000015 
+ 00008749  0x00000dd8 increase  0x00000001 , 0x00000002 
+ 00008750  0x00000dd9 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00008751  0x00000dda nbranch  0x00002231 , 0x00000001 
+ 00008752  0x00000ddb arg  0x00000000 , 0x00000002 
+ 00008753  0x00000ddd storet  0x00000001 , 0x00000015 
+ 00008754  0x00000dde mul32  0x00000002 , 0x00000050 , 0x0000003f 
+ 00008755  0x00000ddf arg  0x00004040 , 0x00000011 
+ 00008756  0x00000de0 iadd  0x00000011 , 0x00000011 
+ 00008757  0x00000de1 ifetch  0x00000001 , 0x00000011 
+ 00008758  0x00000de2 bbit1  0x00000001 , 0x00002239 
+ 00008759  0x00000de3 rtnbit1  0x00000000 
+ 00008760  0x00000de4 rtnbit1  0x00000003 
+ 00008761  0x00000de6 loop  0x0000222d 
+ 00008762  0x00000de7 rtn 
+ 00008763  0x00000dea bpatch  0x0000002c , 0x00004005 
+ 00008764  0x00000deb arg  0x0000226a , 0x00000013 
+ 00008765  0x00000dec call  0x00002261 
+ 00008766  0x00000ded nrtn  0x00000005 
+ 00008767  0x00000dee deposit  0x00000011 
+ 00008768  0x00000def store  0x00000002 , 0x0000001e 
+ 00008769  0x00000df0 force  0x00000000 , 0x0000003e 
+ 00008770  0x00000df1 rtn 
+ 00008771  0x00000df6 call  0x00002725 
+ 00008772  0x00000df7 branch  0x0000224b , 0x00000001 
+ 00008773  0x00000df8 fetch  0x00000002 , 0x0000001e 
+ 00008774  0x00000df9 add  0x0000003f , 0x00000017 , 0x00000005 
+ 00008775  0x00000dfa fetch  0x00000001 , 0x00000047 
+ 00008776  0x00000dfb istore  0x00000001 , 0x00000005 
+ 00008777  0x00000dfc arg  0x000022aa , 0x00000013 
+ 00008778  0x00000dfd branch  0x00002261 
+ 00008779  0x00000e00 fetch  0x00000001 , 0x00000047 
+ 00008780  0x00000e01 isolate1  0x00000003 , 0x0000003f 
+ 00008781  0x00000e02 branch  0x00002250 , 0x00000001 
+ 00008782  0x00000e03 force  0x00000001 , 0x0000003e 
+ 00008783  0x00000e04 rtn 
+ 00008784  0x00000e06 force  0x00000000 , 0x0000003e 
+ 00008785  0x00000e07 rtn 
+ 00008786  0x00000e0b arg  0x000022a7 , 0x00000013 
+ 00008787  0x00000e0c branch  0x00002261 
+ 00008788  0x00000e0f fetcht  0x00000002 , 0x0000001e 
+ 00008789  0x00000e10 arg  0x000022cf , 0x00000013 
+ 00008790  0x00000e11 branch  0x00002261 
+ 00008791  0x00000e16 fetcht  0x00000001 , 0x000041cf 
+ 00008792  0x00000e18 arg  0x00002275 , 0x00000013 
+ 00008793  0x00000e19 branch  0x00002261 
+ 00008794  0x00000e1c bpatch  0x0000002d , 0x00004005 
+ 00008795  0x00000e1d fetcht  0x00000006 , 0x000041d0 
+ 00008796  0x00000e1f arg  0x0000226e , 0x00000013 
+ 00008797  0x00000e20 branch  0x00002261 
+ 00008798  0x00000e23 arg  0x0000227b , 0x00000013 
+ 00008799  0x00000e24 branch  0x00002261 
+ 00008800  0x00000e27 arg  0x000022c6 , 0x00000013 
+ 00008801  0x00000e29 bpatch  0x0000002e , 0x00004005 
+ 00008802  0x00000e2a arg  0x00004040 , 0x00000011 
+ 00008803  0x00000e2b arg  0x00000001 , 0x00000039 
+ 00008804  0x00000e2d ifetch  0x00000001 , 0x00000011 
+ 00008805  0x00000e2e copy  0x00000013 , 0x0000003d 
+ 00008806  0x00000e30 increase  0x00000050 , 0x00000011 
+ 00008807  0x00000e31 loop  0x00002264 
+ 00008808  0x00000e32 force  0x00000001 , 0x0000003e 
+ 00008809  0x00000e33 rtn 
+ 00008810  0x00000e36 bbit1  0x00000000 , 0x00002266 
+ 00008811  0x00000e37 bbit1  0x00000003 , 0x00002266 
+ 00008812  0x00000e38 force  0x00000000 , 0x0000003e 
+ 00008813  0x00000e39 rtn 
+ 00008814  0x00000e3c bbit1  0x00000003 , 0x00002270 
+ 00008815  0x00000e3d bbit0  0x00000000 , 0x00002266 
+ 00008816  0x00000e3f add  0x00000011 , 0x00000010 , 0x00000006 
+ 00008817  0x00000e40 ifetch  0x00000006 , 0x00000006 
+ 00008818  0x00000e41 isub  0x00000002 , 0x0000003e 
+ 00008819  0x00000e42 rtn  0x00000005 
+ 00008820  0x00000e43 branch  0x00002266 
+ 00008821  0x00000e46 bbit0  0x00000000 , 0x00002266 
+ 00008822  0x00000e47 add  0x00000011 , 0x00000016 , 0x00000006 
+ 00008823  0x00000e48 ifetch  0x00000001 , 0x00000006 
+ 00008824  0x00000e49 isub  0x00000002 , 0x0000003e 
+ 00008825  0x00000e4a rtn  0x00000005 
+ 00008826  0x00000e4b branch  0x00002266 
+ 00008827  0x00000e4e bbit0  0x00000001 , 0x00002266 
+ 00008828  0x00000e50 call  0x000022b3 
+ 00008829  0x00000e51 call  0x00002297 
+ 00008830  0x00000e52 isub  0x00000002 , 0x0000003f 
+ 00008831  0x00000e53 increase  0x00000001 , 0x0000003f 
+ 00008832  0x00000e54 branch  0x00002291 , 0x00000002 
+ 00008833  0x00000e55 copy  0x00000006 , 0x00000012 
+ 00008834  0x00000e56 store  0x00000009 , 0x00000aa2 
+ 00008835  0x00000e57 fetch  0x00000001 , 0x000044c0 
+ 00008836  0x00000e58 nbranch  0x00002289 , 0x00000034 
+ 00008837  0x00000e59 fetch  0x00000009 , 0x00000aa2 
+ 00008838  0x00000e5a copy  0x00000012 , 0x00000006 
+ 00008839  0x00000e5b increase  0x00000005 , 0x0000003f 
+ 00008840  0x00000e5c branch  0x0000228c 
+ 00008841  0x00000e5e fetch  0x00000009 , 0x00000aa2 
+ 00008842  0x00000e5f copy  0x00000012 , 0x00000006 
+ 00008843  0x00000e60 increase  0x00000014 , 0x0000003f 
+ 00008844  0x00000e62 nbranch  0x00002266 , 0x00000002 
+ 00008845  0x00000e64 copy  0x00000002 , 0x00000021 
+ 00008846  0x00000e65 call  0x000022bf 
+ 00008847  0x00000e66 force  0x00000000 , 0x0000003e 
+ 00008848  0x00000e67 rtn 
+ 00008849  0x00000e6b iforce  0x00000012 
+ 00008850  0x00000e6c add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008851  0x00000e6d ifetch  0x00000002 , 0x00000006 
+ 00008852  0x00000e6e branch  0x0000228d , 0x00000034 
+ 00008853  0x00000e6f call  0x000022bf 
+ 00008854  0x00000e70 branch  0x0000227c 
+ 00008855  0x00000e73 rshift16  0x0000003f , 0x0000000b 
+ 00008856  0x00000e74 rshift8  0x0000000b , 0x0000000b 
+ 00008857  0x00000e75 branch  0x000022a1 , 0x00000005 
+ 00008858  0x00000e76 compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008859  0x00000e77 nrtn  0x00000001 
+ 00008860  0x00000e78 rshift16  0x00000002 , 0x0000000b 
+ 00008861  0x00000e79 rshift8  0x0000000b , 0x0000000b 
+ 00008862  0x00000e7a nrtn  0x00000005 
+ 00008863  0x00000e7b set1  0x0000001c , 0x00000002 
+ 00008864  0x00000e7c rtn 
+ 00008865  0x00000e7e rshift16  0x00000002 , 0x0000000b 
+ 00008866  0x00000e7f rshift8  0x0000000b , 0x0000000b 
+ 00008867  0x00000e80 compare  0x0000000f , 0x0000000b , 0x0000000f 
+ 00008868  0x00000e81 nrtn  0x00000001 
+ 00008869  0x00000e82 set1  0x0000001c , 0x0000003f 
+ 00008870  0x00000e83 rtn 
+ 00008871  0x00000e86 bbit0  0x00000000 , 0x00002266 
+ 00008872  0x00000e87 force  0x00000000 , 0x0000003e 
+ 00008873  0x00000e88 rtn 
+ 00008874  0x00000e8b bbit0  0x00000000 , 0x00002266 
+ 00008875  0x00000e8c add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008876  0x00000e8d ifetch  0x00000001 , 0x00000006 
+ 00008877  0x00000e8e bbit1  0x00000000 , 0x00002266 
+ 00008878  0x00000e8f add  0x00000011 , 0x00000017 , 0x00000006 
+ 00008879  0x00000e90 ifetch  0x00000001 , 0x00000006 
+ 00008880  0x00000e91 bbit0  0x00000003 , 0x00002266 
+ 00008881  0x00000e92 force  0x00000000 , 0x0000003e 
+ 00008882  0x00000e93 rtn 
+ 00008883  0x00000e96 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008884  0x00000e97 ifetcht  0x00000001 , 0x00000006 
+ 00008885  0x00000e98 deposit  0x00000022 
+ 00008886  0x00000e99 isolate1  0x00000001 , 0x00000002 
+ 00008887  0x00000e9a add  0x00000011 , 0x00000004 , 0x00000006 
+ 00008888  0x00000e9b ifetcht  0x00000004 , 0x00000006 
+ 00008889  0x00000e9c rtn  0x00000001 
+ 00008890  0x00000e9d add  0x00000011 , 0x00000008 , 0x00000006 
+ 00008891  0x00000e9e ifetch  0x00000006 , 0x00000006 
+ 00008892  0x00000e9f call  0x00002854 
+ 00008893  0x00000ea0 deposit  0x00000028 
+ 00008894  0x00000ea1 rtn 
+ 00008895  0x00000ea4 add  0x00000011 , 0x00000002 , 0x00000006 
+ 00008896  0x00000ea5 add  0x00000011 , 0x00000004 , 0x00000005 
+ 00008897  0x00000ea6 ifetch  0x00000002 , 0x00000006 
+ 00008898  0x00000ea7 iadd  0x00000002 , 0x0000000b 
+ 00008899  0x00000ea8 deposit  0x0000000b 
+ 00008900  0x00000ea9 istore  0x00000004 , 0x00000005 
+ 00008901  0x00000eaa branch  0x00005449 
+ 00008902  0x00000eae bbit0  0x00000001 , 0x00002266 
+ 00008903  0x00000eaf call  0x000022b3 
+ 00008904  0x00000eb0 iadd  0x0000001b , 0x0000003f 
+ 00008905  0x00000eb1 iadd  0x0000001b , 0x0000003f 
+ 00008906  0x00000eb2 iadd  0x00000007 , 0x0000003f 
+ 00008907  0x00000eb3 isub  0x00000002 , 0x0000003e 
+ 00008908  0x00000eb4 nbranch  0x00002266 , 0x00000002 
+ 00008909  0x00000eb5 force  0x00000000 , 0x0000003e 
+ 00008910  0x00000eb6 rtn 
+ 00008911  0x00000eb9 bbit0  0x00000000 , 0x00002266 
+ 00008912  0x00000eba deposit  0x00000002 
+ 00008913  0x00000ebb isub  0x00000011 , 0x0000003e 
+ 00008914  0x00000ebc branch  0x00002266 , 0x0000003e 
+ 00008915  0x00000ebd add  0x00000011 , 0x00000001 , 0x00000006 
+ 00008916  0x00000ebe ifetch  0x00000001 , 0x00000006 
+ 00008917  0x00000ebf bbit1  0x00000000 , 0x00002266 
+ 00008918  0x00000ec0 ifetch  0x00000001 , 0x00000011 
+ 00008919  0x00000ec1 set0  0x00000007 , 0x0000003f 
+ 00008920  0x00000ec2 istore  0x00000001 , 0x00000011 
+ 00008921  0x00000ec3 branch  0x00002266 
+ 00008922  0x00000ec7 bpatch  0x0000002f , 0x00004005 
+ 00008923  0x00000ec8 call  0x00002a4f 
+ 00008924  0x00000eca add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008925  0x00000ecb call  0x000028e2 
+ 00008926  0x00000ecc force  0x00000003 , 0x00000024 
+ 00008927  0x00000ecd call  0x000028d2 
+ 00008928  0x00000ece call  0x00002a51 
+ 00008929  0x00000ecf call  0x00002a56 
+ 00008930  0x00000ed0 call  0x00002a64 
+ 00008931  0x00000ed1 branch  0x00002762 
+ 00008932  0x00000ed4 bpatch  0x00000030 , 0x00004006 
+ 00008933  0x00000ed5 call  0x00002a4d 
+ 00008934  0x00000ed7 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00008935  0x00000ed8 call  0x000028e2 
+ 00008936  0x00000ed9 force  0x00000003 , 0x00000024 
+ 00008937  0x00000eda call  0x000028cc 
+ 00008938  0x00000edb call  0x0000242a 
+ 00008939  0x00000edc call  0x000029f1 
+ 00008940  0x00000edd call  0x00002a5b 
+ 00008941  0x00000ede call  0x000029eb 
+ 00008942  0x00000ee0 call  0x00002a0d 
+ 00008943  0x00000ee1 nrtn  0x00000018 
+ 00008944  0x00000ee2 call  0x000029bb 
+ 00008945  0x00000ee3 branch  0x0000251c 
+ 00008946  0x00000ee8 bpatch  0x00000031 , 0x00004006 
+ 00008947  0x00000ee9 fetch  0x00000001 , 0x00000181 
+ 00008948  0x00000eea iforce  0x00000004 
+ 00008949  0x00000eeb force  0x00000001 , 0x00000001 
+ 00008950  0x00000eec call  0x000022da 
+ 00008951  0x00000eed branch  0x000022e4 
+ 00008952  0x00000ef9 fetch  0x00000001 , 0x00004093 
+ 00008953  0x00000efa rtnbit0  0x00000000 
+ 00008954  0x00000efb force  0x00000004 , 0x00000007 
+ 00008955  0x00000efc call  0x00007f16 
+ 00008956  0x00000efd nrtn  0x00000034 
+ 00008957  0x00000efe fetcht  0x00000002 , 0x000040ad 
+ 00008958  0x00000eff force  0x00000004 , 0x00000007 
+ 00008959  0x00000f00 call  0x0000271c 
+ 00008960  0x00000f01 rtn  0x00000028 
+ 00008961  0x00000f02 call  0x00002308 
+ 00008962  0x00000f03 force  0x00000004 , 0x00000007 
+ 00008963  0x00000f04 fetch  0x00000002 , 0x000040af 
+ 00008964  0x00000f05 nbranch  0x00007f08 , 0x00000018 
+ 00008965  0x00000f06 random  0x0000003f 
+ 00008966  0x00000f07 iand  0x00000035 , 0x0000003f 
+ 00008967  0x00000f08 branch  0x00007f08 
+ 00008968  0x00000f0c bpatch  0x00000032 , 0x00004006 
+ 00008969  0x00000f0d jam  0x00000000 , 0x00000181 
+ 00008970  0x00000f0e disable  0x00000030 
+ 00008971  0x00000f0f disable  0x0000002e 
+ 00008972  0x00000f10 call  0x000028a4 
+ 00008973  0x00000f11 and  0x00000022 , 0x000001fc , 0x00000021 
+ 00008974  0x00000f12 force  0x00000001 , 0x00000024 
+ 00008975  0x00000f13 call  0x000028d8 
+ 00008976  0x00000f14 call  0x000028cc 
+ 00008977  0x00000f15 setflip  0x0000001d , 0x00000000 
+ 00008978  0x00000f16 fetch  0x00000001 , 0x00000006 
+ 00008979  0x00000f17 increase  0x00000001 , 0x0000003f 
+ 00008980  0x00000f18 store  0x00000001 , 0x00000006 
+ 00008981  0x00000f19 call  0x000028f2 
+ 00008982  0x00000f1a call  0x000029eb 
+ 00008983  0x00000f1b call  0x00002a14 
+ 00008984  0x00000f1c nrtn  0x00000018 
+ 00008985  0x00000f1d bpatch  0x00000033 , 0x00004006 
+ 00008986  0x00000f1e force  0x00000000 , 0x0000001b 
+ 00008987  0x00000f1f call  0x000028f9 
+ 00008988  0x00000f20 fetch  0x00000001 , 0x00000007 
+ 00008989  0x00000f21 increase  0x00000001 , 0x0000003f 
+ 00008990  0x00000f22 store  0x00000001 , 0x00000007 
+ 00008991  0x00000f23 call  0x000028d8 
+ 00008992  0x00000f24 call  0x00002a4d 
+ 00008993  0x00000f25 or_into  0x00000002 , 0x00000021 
+ 00008994  0x00000f26 force  0x00000001 , 0x00000024 
+ 00008995  0x00000f27 call  0x000028d2 
+ 00008996  0x00000f28 call  0x000028f2 
+ 00008997  0x00000f29 call  0x00002a51 
+ 00008998  0x00000f2a call  0x00002a5f 
+ 00008999  0x00000f2b deposit  0x00000022 
+ 00009000  0x00000f2c store  0x00000004 , 0x00000161 
+ 00009001  0x00000f2d call  0x00002a64 
+ 00009002  0x00000f2e force  0x00000002 , 0x00000001 
+ 00009003  0x00000f2f force  0x00000000 , 0x00000004 
+ 00009004  0x00000f30 call  0x00002a6b 
+ 00009005  0x00000f31 call  0x00002766 
+ 00009006  0x00000f32 call  0x00002332 
+ 00009007  0x00000f33 and_into  0x000001fd , 0x00000021 
+ 00009008  0x00000f34 increase  0x00000001 , 0x00000026 
+ 00009009  0x00000f35 rtn 
+ 00009010  0x00000f38 bpatch  0x00000034 , 0x00004006 
+ 00009011  0x00000f39 fetch  0x00000001 , 0x000040d1 
+ 00009012  0x00000f3a rtn  0x00000034 
+ 00009013  0x00000f3b arg  0x0000018e , 0x00000005 
+ 00009014  0x00000f3c fetch  0x00000001 , 0x00004515 
+ 00009015  0x00000f3d copy  0x0000003f , 0x00000039 
+ 00009016  0x00000f3e increase  0x00000001 , 0x0000003f 
+ 00009017  0x00000f3f istore  0x00000001 , 0x00000005 
+ 00009018  0x00000f40 copy  0x00000005 , 0x00000002 
+ 00009019  0x00000f41 increase  0x00000001 , 0x0000003f 
+ 00009020  0x00000f42 store  0x00000002 , 0x000041dc 
+ 00009021  0x00000f43 copy  0x00000002 , 0x00000005 
+ 00009022  0x00000f44 setarg  0x00000009 
+ 00009023  0x00000f45 istore  0x00000001 , 0x00000005 
+ 00009024  0x00000f46 arg  0x00004516 , 0x00000006 
+ 00009025  0x00000f47 call  0x00007f01 
+ 00009026  0x00000f49 arg  0x0000458d , 0x00000013 
+ 00009027  0x00000f4a arg  0x00000004 , 0x00000039 
+ 00009028  0x00000f4b call  0x00002354 
+ 00009029  0x00000f4c arg  0x00004577 , 0x00000013 
+ 00009030  0x00000f4d arg  0x00000001 , 0x00000039 
+ 00009031  0x00000f4e call  0x00002354 
+ 00009032  0x00000f50 force  0x0000000a , 0x00000001 
+ 00009033  0x00000f51 jam  0x00000002 , 0x000041db 
+ 00009034  0x00000f52 setarg  0x0000018e 
+ 00009035  0x00000f53 store  0x00000002 , 0x0000016f 
+ 00009036  0x00000f54 call  0x00002a4d 
+ 00009037  0x00000f55 call  0x000028d2 
+ 00009038  0x00000f56 call  0x00002a51 
+ 00009039  0x00000f57 call  0x00002a5f 
+ 00009040  0x00000f58 call  0x00002a64 
+ 00009041  0x00000f59 call  0x00002a6b 
+ 00009042  0x00000f5a call  0x00002766 
+ 00009043  0x00000f5b rtn 
+ 00009044  0x00000f5f copy  0x00000005 , 0x00000002 
+ 00009045  0x00000f60 copy  0x00000013 , 0x00000006 
+ 00009046  0x00000f61 ifetch  0x00000001 , 0x00000006 
+ 00009047  0x00000f62 rtn  0x00000034 
+ 00009048  0x00000f64 lshift  0x0000003f , 0x0000003f 
+ 00009049  0x00000f65 loop  0x00002358 
+ 00009050  0x00000f66 copy  0x0000003f , 0x00000011 
+ 00009051  0x00000f67 increase  0x00000002 , 0x0000003f 
+ 00009052  0x00000f68 copy  0x0000003f , 0x00000007 
+ 00009053  0x00000f69 fetch  0x00000002 , 0x000041dc 
+ 00009054  0x00000f6a iadd  0x00000007 , 0x0000003f 
+ 00009055  0x00000f6b store  0x00000002 , 0x000041dc 
+ 00009056  0x00000f6c copy  0x00000002 , 0x00000005 
+ 00009057  0x00000f6d copy  0x00000011 , 0x0000003f 
+ 00009058  0x00000f6e increase  0x00000001 , 0x0000003f 
+ 00009059  0x00000f6f istore  0x00000001 , 0x00000005 
+ 00009060  0x00000f70 copy  0x00000013 , 0x00000006 
+ 00009061  0x00000f71 ifetch  0x00000001 , 0x00000006 
+ 00009062  0x00000f72 ifetch  0x00000001 , 0x00000006 
+ 00009063  0x00000f73 istore  0x00000001 , 0x00000005 
+ 00009064  0x00000f74 copy  0x00000011 , 0x00000039 
+ 00009065  0x00000f75 branch  0x00007f01 
+ 00009066  0x00000f7c fetch  0x00000001 , 0x00004093 
+ 00009067  0x00000f7d rtnbit0  0x00000001 
+ 00009068  0x00000f7e force  0x00000005 , 0x00000007 
+ 00009069  0x00000f7f call  0x00007f16 
+ 00009070  0x00000f80 nrtn  0x00000034 
+ 00009071  0x00000f81 fetcht  0x00000002 , 0x000040b1 
+ 00009072  0x00000f82 force  0x00000028 , 0x00000007 
+ 00009073  0x00000f83 call  0x0000271c 
+ 00009074  0x00000f84 rtn  0x00000028 
+ 00009075  0x00000f85 force  0x00000000 , 0x00000004 
+ 00009076  0x00000f86 jam  0x00000008 , 0x00000010 
+ 00009077  0x00000f87 set0  0x0000000b , 0x00000000 
+ 00009078  0x00000f88 call  0x0000237a 
+ 00009079  0x00000f89 force  0x00000005 , 0x00000007 
+ 00009080  0x00000f8a fetch  0x00000002 , 0x000040b3 
+ 00009081  0x00000f8b branch  0x00007f08 
+ 00009082  0x00000f8f bpatch  0x00000035 , 0x00004006 
+ 00009083  0x00000f90 disable  0x00000030 
+ 00009084  0x00000f91 call  0x000028a4 
+ 00009085  0x00000f92 fetch  0x00000001 , 0x00000008 
+ 00009086  0x00000f93 increase  0x00000001 , 0x0000003f 
+ 00009087  0x00000f94 store  0x00000001 , 0x00000008 
+ 00009088  0x00000f95 force  0x00000000 , 0x00000026 
+ 00009089  0x00000f96 call  0x000028e2 
+ 00009090  0x00000f97 add  0x00000022 , 0x00000001 , 0x00000021 
+ 00009091  0x00000f98 force  0x00000002 , 0x00000024 
+ 00009092  0x00000f99 bpatch  0x00000036 , 0x00004006 
+ 00009093  0x00000f9a call  0x000028cc 
+ 00009094  0x00000f9b call  0x000029eb 
+ 00009095  0x00000f9c call  0x00002a14 
+ 00009096  0x00000f9d nrtn  0x00000018 
+ 00009097  0x00000f9e call  0x000028f9 
+ 00009098  0x00000f9f fetch  0x00000001 , 0x00000009 
+ 00009099  0x00000fa0 increase  0x00000001 , 0x0000003f 
+ 00009100  0x00000fa1 store  0x00000001 , 0x00000009 
+ 00009101  0x00000fa2 force  0x00000000 , 0x0000001b 
+ 00009102  0x00000fa3 call  0x00002a4d 
+ 00009103  0x00000fa4 or_into  0x00000002 , 0x00000021 
+ 00009104  0x00000fa5 force  0x00000001 , 0x00000024 
+ 00009105  0x00000fa6 call  0x000028d2 
+ 00009106  0x00000fa7 call  0x00002a51 
+ 00009107  0x00000fa8 call  0x00002a5f 
+ 00009108  0x00000fa9 call  0x00002a64 
+ 00009109  0x00000faa call  0x0000264d 
+ 00009110  0x00000fab force  0x00000000 , 0x00000004 
+ 00009111  0x00000fac arg  0x00000600 , 0x0000000b 
+ 00009112  0x00000fad until  0x00000029 , 0x00000026 
+ 00009113  0x00000fae or_into  0x00000003 , 0x00000028 
+ 00009114  0x00000faf and_into  0x000001fd , 0x00000021 
+ 00009115  0x00000fb1 bpatch  0x00000037 , 0x00004006 
+ 00009116  0x00000fb2 increase  0x00000001 , 0x00000026 
+ 00009117  0x00000fb3 call  0x000028cc 
+ 00009118  0x00000fb4 call  0x000029eb 
+ 00009119  0x00000fb5 call  0x00002a07 
+ 00009120  0x00000fb6 nbranch  0x000023a4 , 0x00000018 
+ 00009121  0x00000fb7 call  0x00002a6b 
+ 00009122  0x00000fb8 call  0x0000251e 
+ 00009123  0x00000fb9 bmark1  0x0000000b , 0x000023ab 
+ 00009124  0x00000fbb bpatch  0x00000038 , 0x00004007 
+ 00009125  0x00000fbc fetch  0x00000001 , 0x00000010 
+ 00009126  0x00000fbd rtn  0x00000034 
+ 00009127  0x00000fbe increase  0xffffffff , 0x0000003f 
+ 00009128  0x00000fbf store  0x00000001 , 0x00000010 
+ 00009129  0x00000fc0 call  0x00002a4f 
+ 00009130  0x00000fc1 branch  0x0000239b 
+ 00009131  0x00000fc5 bpatch  0x00000039 , 0x00004007 
+ 00009132  0x00000fc6 set0  0x00000001 , 0x00000028 
+ 00009133  0x00000fc7 set1  0x00000000 , 0x00000028 
+ 00009134  0x00000fc8 fetch  0x00000001 , 0x0000000a 
+ 00009135  0x00000fc9 increase  0x00000001 , 0x0000003f 
+ 00009136  0x00000fca store  0x00000001 , 0x0000000a 
+ 00009137  0x00000fcb call  0x00002a4d 
+ 00009138  0x00000fcc or_into  0x00000002 , 0x00000021 
+ 00009139  0x00000fcd call  0x000028d2 
+ 00009140  0x00000fce call  0x00002a51 
+ 00009141  0x00000fcf call  0x00002a5f 
+ 00009142  0x00000fd0 call  0x00002a64 
+ 00009143  0x00000fd1 call  0x0000264d 
+ 00009144  0x00000fd3 compare  0x00000003 , 0x00000028 , 0x00000003 
+ 00009145  0x00000fd4 branch  0x000023bc , 0x00000001 
+ 00009146  0x00000fd5 until  0x0000003e , 0x00000017 
+ 00009147  0x00000fd6 branch  0x000023b8 
+ 00009148  0x00000fd8 fetch  0x00000004 , 0x00000165 
+ 00009149  0x00000fd9 or_into  0x00000003 , 0x0000003f 
+ 00009150  0x00000fda icopy  0x00000028 
+ 00009151  0x00000fdd bpatch  0x0000003a , 0x00004007 
+ 00009152  0x00000fde fetch  0x00000006 , 0x00000178 
+ 00009153  0x00000fdf store  0x00000006 , 0x00000040 
+ 00009154  0x00000fe0 call  0x00002435 
+ 00009155  0x00000fe2 call  0x0000247c 
+ 00009156  0x00000fe3 branch  0x000023c8 , 0x0000002d 
+ 00009157  0x00000fe4 call  0x00002455 
+ 00009158  0x00000fe5 nbranch  0x000023c3 , 0x00000034 
+ 00009159  0x00000fe6 rtn 
+ 00009160  0x00000fea bpatch  0x0000003b , 0x00004007 
+ 00009161  0x00000feb call  0x00002440 
+ 00009162  0x00000fec call  0x0000223b 
+ 00009163  0x00000fed nrtn  0x00000005 
+ 00009164  0x00000fee jam  0x00000000 , 0x00000031 
+ 00009165  0x00000fef call  0x00002841 
+ 00009166  0x00000ff0 branch  0x00002223 
+ 00009167  0x00000ff6 bpatch  0x0000003c , 0x00004007 
+ 00009168  0x00000ff7 call  0x00002850 
+ 00009169  0x00000ff8 call  0x000023f3 
+ 00009170  0x00000ff9 rtn  0x00000028 
+ 00009171  0x00000ffb bpatch  0x0000003d , 0x00004007 
+ 00009172  0x00000ffc call  0x00002c69 
+ 00009173  0x00000ffd call  0x00006caa 
+ 00009174  0x00000ffe call  0x00002514 
+ 00009175  0x00000fff nbranch  0x000023e2 , 0x0000002d 
+ 00009176  0x00001000 call  0x00002a88 
+ 00009177  0x00001001 call  0x00006cc2 
+ 00009178  0x00001002 call  0x00002489 
+ 00009179  0x00001003 call  0x00002757 
+ 00009180  0x00001004 call  0x00002728 
+ 00009181  0x00001005 call  0x00005d08 
+ 00009182  0x00001006 fetch  0x00000001 , 0x0000000b 
+ 00009183  0x00001007 increase  0x00000001 , 0x0000003f 
+ 00009184  0x00001008 store  0x00000001 , 0x0000000b 
+ 00009185  0x00001009 call  0x00002841 
+ 00009186  0x0000100b bpatch  0x0000003e , 0x00004007 
+ 00009187  0x0000100c call  0x00002bb1 
+ 00009188  0x0000100d call  0x00002a7f 
+ 00009189  0x0000100e branch  0x000023eb , 0x00000002 
+ 00009190  0x0000100f call  0x000021a7 
+ 00009191  0x00001010 nbranch  0x000023eb , 0x00000028 
+ 00009192  0x00001011 call  0x000026f3 
+ 00009193  0x00001012 nbranch  0x000023d3 , 0x00000034 
+ 00009194  0x00001013 rtn 
+ 00009195  0x00001016 bpatch  0x0000003f , 0x00004007 
+ 00009196  0x00001017 jam  0x00000000 , 0x00000151 
+ 00009197  0x00001018 jam  0x00000000 , 0x0000017f 
+ 00009198  0x00001019 call  0x0000245d 
+ 00009199  0x0000101a set0  0x00000011 , 0x00000000 
+ 00009200  0x0000101b call  0x00007fb0 
+ 00009201  0x0000101c fetch  0x00000001 , 0x00000030 
+ 00009202  0x0000101d rtn 
+ 00009203  0x00001021 bpatch  0x00000040 , 0x00004008 
+ 00009204  0x00001022 call  0x000021c9 
+ 00009205  0x00001023 nrtn  0x00000028 
+ 00009206  0x00001024 copy  0x00000004 , 0x00000002 
+ 00009207  0x00001025 call  0x00002a6f 
+ 00009208  0x00001026 store  0x00000001 , 0x00000181 
+ 00009209  0x00001027 copy  0x00000002 , 0x00000004 
+ 00009210  0x00001028 jam  0x00000020 , 0x00000011 
+ 00009211  0x0000102a bpatch  0x00000041 , 0x00004008 
+ 00009212  0x0000102b call  0x00002a4f 
+ 00009213  0x0000102c force  0x00000002 , 0x00000001 
+ 00009214  0x0000102d call  0x0000274f 
+ 00009215  0x0000102e deposit  0x00000022 
+ 00009216  0x0000102f store  0x00000004 , 0x00000161 
+ 00009217  0x00001030 call  0x00002762 
+ 00009218  0x00001031 call  0x00002a4d 
+ 00009219  0x00001032 enable  0x0000002f 
+ 00009220  0x00001033 call  0x000024f6 
+ 00009221  0x00001034 branch  0x0000240d , 0x00000018 
+ 00009222  0x00001035 call  0x000028f9 
+ 00009223  0x00001036 call  0x00002455 
+ 00009224  0x00001037 nbranch  0x000023fb , 0x00000034 
+ 00009225  0x00001038 rtnmark0  0x00000004 
+ 00009226  0x00001039 jam  0x00000034 , 0x0000007c 
+ 00009227  0x0000103a set1  0x00000003 , 0x00000000 
+ 00009228  0x0000103b rtn 
+ 00009229  0x0000103d enable  0x00000030 
+ 00009230  0x0000103e call  0x00002435 
+ 00009231  0x0000103f call  0x000028a4 
+ 00009232  0x00001041 bpatch  0x00000042 , 0x00004008 
+ 00009233  0x00001042 call  0x000022f2 
+ 00009234  0x00001043 branch  0x00002419 , 0x00000018 
+ 00009235  0x00001044 call  0x00002455 
+ 00009236  0x00001045 nbranch  0x00002410 , 0x00000034 
+ 00009237  0x00001046 disable  0x00000030 
+ 00009238  0x00001047 deposit  0x00000028 
+ 00009239  0x00001048 store  0x00000004 , 0x000040ca 
+ 00009240  0x00001049 rtn 
+ 00009241  0x0000104b enable  0x00000029 
+ 00009242  0x0000104c bmark0  0x00000004 , 0x0000241f 
+ 00009243  0x0000104d set0  0x00000004 , 0x00000000 
+ 00009244  0x0000104e jam  0x00000003 , 0x0000007c 
+ 00009245  0x0000104f jam  0x00000033 , 0x0000007d 
+ 00009246  0x00001050 call  0x000062f8 
+ 00009247  0x00001052 deposit  0x00000004 
+ 00009248  0x00001053 store  0x00000001 , 0x00000077 
+ 00009249  0x00001054 force  0x00000000 , 0x0000003f 
+ 00009250  0x00001055 store  0x00000006 , 0x00000038 
+ 00009251  0x00001056 fetch  0x00000001 , 0x00000031 
+ 00009252  0x00001057 set1  0x00000001 , 0x0000003f 
+ 00009253  0x00001058 store  0x00000001 , 0x00000031 
+ 00009254  0x00001059 call  0x00002a88 
+ 00009255  0x0000105a disable  0x00000029 
+ 00009256  0x0000105b enable  0x00000028 
+ 00009257  0x0000105c rtn 
+ 00009258  0x00001061 bpatch  0x00000043 , 0x00004008 
+ 00009259  0x00001062 disable  0x0000002d 
+ 00009260  0x00001063 set0  0x00000005 , 0x00000000 
+ 00009261  0x00001064 set0  0x0000000a , 0x00000000 
+ 00009262  0x00001065 set0  0x00000010 , 0x00000000 
+ 00009263  0x00001066 set0  0x0000000f , 0x00000000 
+ 00009264  0x00001067 fetch  0x00000001 , 0x00000047 
+ 00009265  0x00001068 set0  0x00000005 , 0x0000003f 
+ 00009266  0x00001069 set1  0x00000004 , 0x0000003f 
+ 00009267  0x0000106a store  0x00000001 , 0x00000047 
+ 00009268  0x0000106b rtn 
+ 00009269  0x0000106e bpatch  0x00000044 , 0x00004008 
+ 00009270  0x0000106f jam  0x00000020 , 0x00000011 
+ 00009271  0x00001070 jam  0x00000050 , 0x00000047 
+ 00009272  0x00001071 fetch  0x00000002 , 0x000040bf 
+ 00009273  0x00001072 store  0x00000002 , 0x0000003e 
+ 00009274  0x00001073 deposit  0x00000022 
+ 00009275  0x00001074 store  0x00000004 , 0x000040ca 
+ 00009276  0x00001075 rtn  0x00000030 
+ 00009277  0x00001076 deposit  0x00000028 
+ 00009278  0x00001077 store  0x00000004 , 0x000040ca 
+ 00009279  0x00001078 rtn 
+ 00009280  0x0000107b bpatch  0x00000045 , 0x00004008 
+ 00009281  0x0000107c call  0x00005d04 
+ 00009282  0x0000107d call  0x00002459 
+ 00009283  0x0000107e store  0x00000001 , 0x00000046 
+ 00009284  0x0000107f setarg  0x00000000 
+ 00009285  0x00001080 store  0x00000002 , 0x0000025d 
+ 00009286  0x00001081 setarg  0x00001c80 
+ 00009287  0x00001082 store  0x00000002 , 0x00000051 
+ 00009288  0x00001083 fetch  0x00000001 , 0x00000030 
+ 00009289  0x00001084 set1  0x00000000 , 0x0000003f 
+ 00009290  0x00001085 store  0x00000001 , 0x00000030 
+ 00009291  0x00001086 jam  0x00000000 , 0x0000004b 
+ 00009292  0x00001087 jam  0x00000000 , 0x0000004c 
+ 00009293  0x00001088 jam  0x00000000 , 0x000000a0 
+ 00009294  0x00001089 branch  0x00002a88 
+ 00009295  0x0000108d bpatch  0x00000046 , 0x00004008 
+ 00009296  0x0000108e force  0x00000000 , 0x0000003f 
+ 00009297  0x0000108f store  0x00000008 , 0x000041be 
+ 00009298  0x00001090 istore  0x00000008 , 0x00000005 
+ 00009299  0x00001091 call  0x000021c5 
+ 00009300  0x00001092 branch  0x00002254 
+ 00009301  0x00001095 fetch  0x00000001 , 0x00000011 
+ 00009302  0x00001096 increase  0xffffffff , 0x0000003f 
+ 00009303  0x00001097 store  0x00000001 , 0x00000011 
+ 00009304  0x00001098 rtn 
+ 00009305  0x0000109b fetch  0x00000001 , 0x000040cf 
+ 00009306  0x0000109c increase  0x00000001 , 0x0000003f 
+ 00009307  0x0000109d store  0x00000001 , 0x000040cf 
+ 00009308  0x0000109e rtn 
+ 00009309  0x000010a2 bpatch  0x00000047 , 0x00004008 
+ 00009310  0x000010a3 fetch  0x00000001 , 0x000041ce 
+ 00009311  0x000010a4 beq  0x00000003 , 0x00002462 
+ 00009312  0x000010a5 fetch  0x00000001 , 0x00000048 
+ 00009313  0x000010a6 bne  0x00000001 , 0x00002466 
+ 00009314  0x000010a8 call  0x00004d06 
+ 00009315  0x000010a9 nbranch  0x00002466 , 0x00000005 
+ 00009316  0x000010aa call  0x000021a4 
+ 00009317  0x000010ab jam  0x00000000 , 0x000041ce 
+ 00009318  0x000010ad bpatch  0x00000048 , 0x00004009 
+ 00009319  0x000010ae call  0x000033af 
+ 00009320  0x000010af call  0x000026e9 
+ 00009321  0x000010b0 jam  0x00000002 , 0x00000a99 
+ 00009322  0x000010b1 call  0x00007d86 
+ 00009323  0x000010b2 call  0x00005cf7 
+ 00009324  0x000010b3 call  0x00004d6b 
+ 00009325  0x000010b4 call  0x0000757d 
+ 00009326  0x000010b5 fetch  0x00000001 , 0x00000030 
+ 00009327  0x000010b6 set0  0x00000000 
+ 00009328  0x000010b7 store  0x00000001 , 0x00000030 
+ 00009329  0x000010b8 jam  0x00000000 , 0x00004681 
+ 00009330  0x000010ba fetch  0x00000001 , 0x0000004c 
+ 00009331  0x000010bb compare  0x00000000 , 0x0000003f , 0x000000c0 
+ 00009332  0x000010bc branch  0x00002476 , 0x00000001 
+ 00009333  0x000010bd set0  0x00000001 , 0x00000000 
+ 00009334  0x000010bf fetch  0x00000001 , 0x00000047 
+ 00009335  0x000010c0 bbit0  0x00000003 , 0x00002478 
+ 00009336  0x000010c2 fetch  0x00000001 , 0x0000004b 
+ 00009337  0x000010c3 rtnbit0  0x00000006 
+ 00009338  0x000010c4 set0  0x00000002 , 0x00000000 
+ 00009339  0x000010c5 rtn 
+ 00009340  0x000010c8 bpatch  0x00000049 , 0x00004009 
+ 00009341  0x000010c9 fetch  0x00000001 , 0x00000174 
+ 00009342  0x000010ca rtn  0x00000034 
+ 00009343  0x000010cb icopy  0x00000004 
+ 00009344  0x000010cc call  0x00002514 
+ 00009345  0x000010cd nrtn  0x0000002d 
+ 00009346  0x000010ce force  0x00000000 , 0x00000001 
+ 00009347  0x000010cf call  0x00002757 
+ 00009348  0x000010d0 deposit  0x00000004 
+ 00009349  0x000010d1 store  0x00000001 , 0x00000077 
+ 00009350  0x000010d2 force  0x00000000 , 0x0000003f 
+ 00009351  0x000010d3 store  0x00000001 , 0x00000174 
+ 00009352  0x000010d4 rtn 
+ 00009353  0x000010db bpatch  0x0000004a , 0x00004009 
+ 00009354  0x000010dc fetch  0x00000001 , 0x00000030 
+ 00009355  0x000010dd bbit0  0x00000002 , 0x00002496 
+ 00009356  0x000010de force  0x00000007 , 0x00000001 
+ 00009357  0x000010df bmark0  0x00000007 , 0x00002495 
+ 00009358  0x000010e0 call  0x00002725 
+ 00009359  0x000010e1 nbranch  0x00002496 , 0x00000001 
+ 00009360  0x000010e2 branch  0x00002496 , 0x0000002e 
+ 00009361  0x000010e3 call  0x000024c1 
+ 00009362  0x000010e4 setarg  0x00000002 
+ 00009363  0x000010e5 store  0x00000002 , 0x000040c8 
+ 00009364  0x000010e6 rtn 
+ 00009365  0x000010e8 nrtn  0x0000002e 
+ 00009366  0x000010ea bpatch  0x0000004b , 0x00004009 
+ 00009367  0x000010eb call  0x00002243 
+ 00009368  0x000010ec nbranch  0x000024a7 , 0x00000005 
+ 00009369  0x000010ed fetch  0x00000001 , 0x00000047 
+ 00009370  0x000010ee bbit0  0x00000003 , 0x000024b0 
+ 00009371  0x000010f0 bmark1  0x00000005 , 0x000024b4 
+ 00009372  0x000010f1 fetch  0x00000001 , 0x0000017f 
+ 00009373  0x000010f2 bbit1  0x00000006 , 0x000024ba 
+ 00009374  0x000010f3 fetch  0x00000002 , 0x000040c8 
+ 00009375  0x000010f4 increase  0xffffffff , 0x0000003f 
+ 00009376  0x000010f5 store  0x00000002 , 0x000040c8 
+ 00009377  0x000010f6 branch  0x000024a5 , 0x00000034 
+ 00009378  0x000010f7 fetch  0x00000001 , 0x000040c5 
+ 00009379  0x000010f8 iforce  0x00000001 
+ 00009380  0x000010f9 rtn 
+ 00009381  0x000010fc bpatch  0x0000004c , 0x00004009 
+ 00009382  0x000010fd call  0x00002687 
+ 00009383  0x000010ff call  0x00002725 
+ 00009384  0x00001100 branch  0x000024b0 , 0x00000001 
+ 00009385  0x00001101 call  0x0000600a 
+ 00009386  0x00001102 branch  0x000024be , 0x00000028 
+ 00009387  0x00001103 fetch  0x00000001 , 0x0000004b 
+ 00009388  0x00001104 bbit1  0x00000006 , 0x000024c0 
+ 00009389  0x00001105 bmark1  0x00000005 , 0x000024b4 
+ 00009390  0x00001106 fetch  0x00000001 , 0x0000017f 
+ 00009391  0x00001107 bbit1  0x00000006 , 0x000024ba 
+ 00009392  0x00001109 force  0x00000001 , 0x00000001 
+ 00009393  0x0000110a rtn  0x00000029 
+ 00009394  0x0000110b force  0x00000000 , 0x00000001 
+ 00009395  0x0000110c rtn 
+ 00009396  0x0000110e bpatch  0x0000004d , 0x00004009 
+ 00009397  0x0000110f fetch  0x00000001 , 0x00000019 
+ 00009398  0x00001110 iforce  0x00000001 
+ 00009399  0x00001111 rtnne  0x00000001 
+ 00009400  0x00001112 force  0x00000000 , 0x00000001 
+ 00009401  0x00001113 rtn 
+ 00009402  0x00001115 fetch  0x00000001 , 0x00000158 
+ 00009403  0x00001116 and  0x0000003f , 0x0000000f , 0x00000001 
+ 00009404  0x00001117 set1  0x00000005 , 0x00000000 
+ 00009405  0x00001118 rtn 
+ 00009406  0x0000111a force  0x00000013 , 0x00000001 
+ 00009407  0x0000111b branch  0x000024c1 
+ 00009408  0x0000111d call  0x000024ca 
+ 00009409  0x00001120 bpatch  0x0000004e , 0x00004009 
+ 00009410  0x00001121 fetcht  0x00000001 , 0x00000047 
+ 00009411  0x00001122 set1  0x00000003 , 0x00000002 
+ 00009412  0x00001123 storet  0x00000001 , 0x00000047 
+ 00009413  0x00001124 deposit  0x00000001 
+ 00009414  0x00001125 store  0x00000001 , 0x000040c5 
+ 00009415  0x00001126 setarg  0x0000ffff 
+ 00009416  0x00001127 store  0x00000002 , 0x000040c8 
+ 00009417  0x00001128 rtn 
+ 00009418  0x0000112b bpatch  0x0000004f , 0x00004009 
+ 00009419  0x0000112c fetch  0x00000001 , 0x0000004c 
+ 00009420  0x0000112d isolate1  0x00000005 , 0x0000003f 
+ 00009421  0x0000112e fetch  0x00000002 , 0x000041dc 
+ 00009422  0x0000112f branch  0x000024e0 , 0x00000001 
+ 00009423  0x00001130 force  0x00000003 , 0x00000001 
+ 00009424  0x00001131 sub  0x0000003f , 0x00000011 , 0x0000003e 
+ 00009425  0x00001132 rtn  0x00000002 
+ 00009426  0x00001133 force  0x00000004 , 0x00000001 
+ 00009427  0x00001134 sub  0x0000003f , 0x0000001b , 0x0000003e 
+ 00009428  0x00001135 rtn  0x00000002 
+ 00009429  0x00001136 force  0x0000000a , 0x00000001 
+ 00009430  0x00001137 sub  0x0000003f , 0x00000079 , 0x0000003e 
+ 00009431  0x00001138 rtn  0x00000002 
+ 00009432  0x00001139 force  0x0000000b , 0x00000001 
+ 00009433  0x0000113a sub  0x0000003f , 0x000000b7 , 0x0000003e 
+ 00009434  0x0000113b rtn  0x00000002 
+ 00009435  0x0000113c force  0x0000000e , 0x00000001 
+ 00009436  0x0000113d sub  0x0000003f , 0x000000e0 , 0x0000003e 
+ 00009437  0x0000113e rtn  0x00000002 
+ 00009438  0x0000113f force  0x0000000f , 0x00000001 
+ 00009439  0x00001140 rtn 
+ 00009440  0x00001142 force  0x00000003 , 0x00000001 
+ 00009441  0x00001143 sub  0x0000003f , 0x00000011 , 0x0000003e 
+ 00009442  0x00001144 rtn  0x00000002 
+ 00009443  0x00001145 force  0x00000004 , 0x00000001 
+ 00009444  0x00001146 sub  0x0000003f , 0x00000036 , 0x0000003e 
+ 00009445  0x00001147 rtn  0x00000002 
+ 00009446  0x00001148 force  0x0000000a , 0x00000001 
+ 00009447  0x00001149 arg  0x0000016f , 0x00000002 
+ 00009448  0x0000114a isub  0x00000002 , 0x0000003e 
+ 00009449  0x0000114b nrtn  0x00000002 
+ 00009450  0x0000114c force  0x0000000e , 0x00000001 
+ 00009451  0x0000114d arg  0x000002a7 , 0x00000002 
+ 00009452  0x0000114e isub  0x00000002 , 0x0000003e 
+ 00009453  0x0000114f nrtn  0x00000002 
+ 00009454  0x00001150 force  0x0000000f , 0x00000001 
+ 00009455  0x00001151 rtn 
+ 00009456  0x0000115b fetch  0x00000001 , 0x00000030 
+ 00009457  0x0000115c bbit0  0x00000001 , 0x000024f5 
+ 00009458  0x0000115d fetch  0x00000002 , 0x00000032 
+ 00009459  0x0000115e branch  0x000024f5 , 0x00000034 
+ 00009460  0x0000115f nbranch  0x000024f7 , 0x0000002e 
+ 00009461  0x00001161 call  0x00002a4f 
+ 00009462  0x00001163 add  0x00000028 , 0x00000001 , 0x00000021 
+ 00009463  0x00001165 enable  0x00000010 
+ 00009464  0x00001166 fetch  0x00000002 , 0x0000003e 
+ 00009465  0x00001167 rshift  0x0000003f , 0x0000003f 
+ 00009466  0x00001168 arg  0x00000500 , 0x00000002 
+ 00009467  0x00001169 iadd  0x00000002 , 0x0000003f 
+ 00009468  0x0000116a call  0x00002a24 
+ 00009469  0x0000116b call  0x000028ea 
+ 00009470  0x0000116c force  0x00000003 , 0x00000024 
+ 00009471  0x0000116d call  0x000028cc 
+ 00009472  0x0000116e call  0x0000242a 
+ 00009473  0x0000116f call  0x000029f1 
+ 00009474  0x00001170 bpatch  0x00000050 , 0x0000400a 
+ 00009475  0x00001171 fetch  0x00000002 , 0x0000003e 
+ 00009476  0x00001172 rshift  0x0000003f , 0x0000003f 
+ 00009477  0x00001173 call  0x00002a24 
+ 00009478  0x00001174 call  0x000029eb 
+ 00009479  0x00001175 enable  0x0000000d 
+ 00009480  0x00001176 fetch  0x00000002 , 0x0000003e 
+ 00009481  0x00001177 arg  0x000003bb , 0x00000002 
+ 00009482  0x00001178 iadd  0x00000002 , 0x0000001b 
+ 00009483  0x00001179 correlate  0x0000003e , 0x00000003 
+ 00009484  0x0000117a copy  0x0000001a , 0x00000002 
+ 00009485  0x0000117b storet  0x00000006 , 0x0000009a 
+ 00009486  0x0000117c disable  0x0000000d 
+ 00009487  0x0000117d nrtn  0x00000018 
+ 00009488  0x0000117e arg  0x000003bb , 0x00000029 
+ 00009489  0x0000117f copy  0x00000021 , 0x00000028 
+ 00009490  0x00001180 branch  0x00002b05 , 0x0000002b 
+ 00009491  0x00001181 rtn 
+ 00009492  0x00001185 bpatch  0x00000051 , 0x0000400a 
+ 00009493  0x00001186 call  0x000024f0 
+ 00009494  0x00001187 nbranch  0x000028f9 , 0x00000018 
+ 00009495  0x00001188 call  0x000029bb 
+ 00009496  0x00001189 bmark0  0x00000011 , 0x0000251c 
+ 00009497  0x0000118a fetch  0x00000002 , 0x000000f6 
+ 00009498  0x0000118b increase  0x00000001 , 0x0000003f 
+ 00009499  0x0000118c store  0x00000002 , 0x000000f6 
+ 00009500  0x0000118e rshift  0x00000021 , 0x00000002 
+ 00009501  0x0000118f or  0x00000002 , 0x00000040 , 0x0000000e 
+ 00009502  0x00001191 bpatch  0x00000052 , 0x0000400a 
+ 00009503  0x00001192 enable  0x00000007 
+ 00009504  0x00001193 enable  0x0000000a 
+ 00009505  0x00001194 enable  0x0000000b 
+ 00009506  0x00001195 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009507  0x00001196 rshift8  0x0000000c , 0x0000003f 
+ 00009508  0x00001197 store  0x00000001 , 0x0000015d 
+ 00009509  0x00001198 parse  0x00000003 , 0x00000000 , 0x00000004 
+ 00009510  0x00001199 inject  0x00000000 , 0x00000007 
+ 00009511  0x0000119a copy  0x0000000c , 0x0000003f 
+ 00009512  0x0000119b store  0x00000001 , 0x00000019 
+ 00009513  0x0000119c parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009514  0x0000119d rshift8  0x0000000c , 0x0000003f 
+ 00009515  0x0000119e store  0x00000001 , 0x0000015e 
+ 00009516  0x0000119f fetch  0x00000001 , 0x00000019 
+ 00009517  0x000011a0 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00009518  0x000011a1 branch  0x00002533 , 0x00000002 
+ 00009519  0x000011a2 beq  0x00000007 , 0x00002533 
+ 00009520  0x000011a3 fetch  0x00000001 , 0x0000004c 
+ 00009521  0x000011a4 isolate1  0x00000005 , 0x0000003f 
+ 00009522  0x000011a5 setflag  0x00000001 , 0x00000001 , 0x00000015 
+ 00009523  0x000011a7 bpatch  0x00000053 , 0x0000400a 
+ 00009524  0x000011a8 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009525  0x000011a9 disable  0x0000000b 
+ 00009526  0x000011aa disable  0x0000000a 
+ 00009527  0x000011ab branch  0x00002631 , 0x00000006 
+ 00009528  0x000011ac bmark0  0x00000011 , 0x0000253c 
+ 00009529  0x000011ad fetch  0x00000002 , 0x000000f8 
+ 00009530  0x000011ae increase  0x00000001 , 0x0000003f 
+ 00009531  0x000011af store  0x00000002 , 0x000000f8 
+ 00009532  0x000011b1 bpatch  0x00000054 , 0x0000400a 
+ 00009533  0x000011b2 fetch  0x00000001 , 0x0000015d 
+ 00009534  0x000011b3 compare  0x00000000 , 0x0000003f , 0x00000007 
+ 00009535  0x000011b4 setflag  0x00000001 , 0x0000000a , 0x00000000 
+ 00009536  0x000011b5 branch  0x0000254c , 0x00000001 
+ 00009537  0x000011b6 icompare  0x00000007 , 0x00000004 
+ 00009538  0x000011b7 branch  0x0000254b , 0x00000001 
+ 00009539  0x000011b8 bmark0  0x00000007 , 0x0000264d 
+ 00009540  0x000011b9 fetcht  0x00000001 , 0x000000b0 
+ 00009541  0x000011ba icompare  0x00000007 , 0x00000002 
+ 00009542  0x000011bb nbranch  0x0000264d , 0x00000001 
+ 00009543  0x000011bc fetch  0x00000001 , 0x00000047 
+ 00009544  0x000011bd set0  0x00000005 , 0x0000003f 
+ 00009545  0x000011be set1  0x00000004 , 0x0000003f 
+ 00009546  0x000011bf store  0x00000001 , 0x00000047 
+ 00009547  0x000011c1 enable  0x0000002d 
+ 00009548  0x000011c3 bpatch  0x00000055 , 0x0000400a 
+ 00009549  0x000011c4 fetch  0x00000001 , 0x00000019 
+ 00009550  0x000011c5 icopy  0x00000001 
+ 00009551  0x000011c6 bmark1  0x0000000a , 0x0000255b 
+ 00009552  0x000011c7 fetcht  0x00000001 , 0x0000015e 
+ 00009553  0x000011c8 fetch  0x00000001 , 0x00000047 
+ 00009554  0x000011c9 set0  0x00000000 , 0x0000003f 
+ 00009555  0x000011ca isolate1  0x00000000 , 0x00000002 
+ 00009556  0x000011cb setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00009557  0x000011cc isolate1  0x00000001 , 0x00000002 
+ 00009558  0x000011cd setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00009559  0x000011ce store  0x00000001 , 0x00000047 
+ 00009560  0x000011cf isolate0  0x00000001 , 0x00000002 
+ 00009561  0x000011d0 branch  0x0000255b , 0x00000001 
+ 00009562  0x000011d1 call  0x00002687 
+ 00009563  0x000011d3 bpatch  0x00000056 , 0x0000400a 
+ 00009564  0x000011d4 arg  0x00000000 , 0x00000002 
+ 00009565  0x000011d5 call  0x00002a1c 
+ 00009566  0x000011d6 and  0x00000001 , 0x0000000f , 0x0000003f 
+ 00009567  0x000011d7 beq  0x00000001 , 0x00002587 
+ 00009568  0x000011d8 beq  0x00000000 , 0x0000264d 
+ 00009569  0x000011d9 beq  0x00000002 , 0x00002659 
+ 00009570  0x000011da fetcht  0x00000001 , 0x0000015e 
+ 00009571  0x000011db fetch  0x00000001 , 0x00000047 
+ 00009572  0x000011dc icompare  0x00000004 , 0x00000002 
+ 00009573  0x000011dd nbranch  0x00002569 , 0x00000001 
+ 00009574  0x000011de bmark0  0x0000000a , 0x00002568 
+ 00009575  0x000011df bbit0  0x00000007 , 0x00002569 
+ 00009576  0x000011e1 set1  0x0000000f , 0x00000000 
+ 00009577  0x000011e3 bpatch  0x00000057 , 0x0000400a 
+ 00009578  0x000011e4 deposit  0x00000001 
+ 00009579  0x000011e5 beq  0x00000003 , 0x00002589 
+ 00009580  0x000011e6 beq  0x00000004 , 0x0000258d 
+ 00009581  0x000011e7 beq  0x00000007 , 0x00002578 
+ 00009582  0x000011e8 beq  0x00000008 , 0x0000258c 
+ 00009583  0x000011e9 arg  0x00000004 , 0x00000002 
+ 00009584  0x000011ea call  0x00002a1c 
+ 00009585  0x000011eb beq  0x0000000a , 0x00002588 
+ 00009586  0x000011ec beq  0x0000000b , 0x0000258b 
+ 00009587  0x000011ed arg  0x00000008 , 0x00000002 
+ 00009588  0x000011ee call  0x00002a1c 
+ 00009589  0x000011ef beq  0x0000000e , 0x00002588 
+ 00009590  0x000011f0 beq  0x0000000f , 0x0000258b 
+ 00009591  0x000011f1 rtn 
+ 00009592  0x000011f5 bpatch  0x00000058 , 0x0000400b 
+ 00009593  0x000011f6 enable  0x0000000d 
+ 00009594  0x000011f7 enable  0x00000009 
+ 00009595  0x000011f8 enable  0x0000000e 
+ 00009596  0x000011f9 arg  0x000000d1 , 0x00000005 
+ 00009597  0x000011fa force  0x0000001e , 0x00000039 
+ 00009598  0x000011fc parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009599  0x000011fd rshift3  0x0000000c , 0x0000003f 
+ 00009600  0x000011fe istore  0x00000001 , 0x00000005 
+ 00009601  0x000011ff loop  0x0000257e 
+ 00009602  0x00001200 bmark0  0x00000007 , 0x0000264d 
+ 00009603  0x00001201 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009604  0x00001202 nsetflag  0x00000006 , 0x00000008 , 0x00000000 
+ 00009605  0x00001203 branch  0x0000263d , 0x00000006 
+ 00009606  0x00001204 branch  0x00002620 
+ 00009607  0x00001208 branch  0x0000264d 
+ 00009608  0x0000120c set1  0x00000010 , 0x00000000 
+ 00009609  0x0000120e enable  0x0000000c 
+ 00009610  0x0000120f branch  0x0000258e 
+ 00009611  0x00001213 set1  0x00000010 , 0x00000000 
+ 00009612  0x00001215 set1  0x00000002 , 0x00000015 
+ 00009613  0x00001217 enable  0x0000000d 
+ 00009614  0x00001219 bpatch  0x00000059 , 0x0000400b 
+ 00009615  0x0000121a bmark1  0x00000001 , 0x0000264d 
+ 00009616  0x0000121b isolate0  0x00000001 , 0x00000015 
+ 00009617  0x0000121c branch  0x0000259a , 0x00000001 
+ 00009618  0x0000121d disable  0x00000007 
+ 00009619  0x0000121e enable  0x0000000d 
+ 00009620  0x0000121f disable  0x0000000c 
+ 00009621  0x00001220 add  0x00000022 , 0x00000002 , 0x0000000b 
+ 00009622  0x00001221 correlate  0x00000022 , 0x00000026 
+ 00009623  0x00001222 nbranch  0x0000263d , 0x00000018 
+ 00009624  0x00001223 set1  0x00000010 , 0x00000000 
+ 00009625  0x00001224 enable  0x00000007 
+ 00009626  0x00001226 bpatch  0x0000005a , 0x0000400b 
+ 00009627  0x00001227 enable  0x0000000e 
+ 00009628  0x00001228 enable  0x00000009 
+ 00009629  0x00001229 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009630  0x0000122a rshift8  0x0000000c , 0x0000003f 
+ 00009631  0x0000122b store  0x00000001 , 0x00000180 
+ 00009632  0x0000122c parse  0x00000003 , 0x00000000 , 0x00000005 
+ 00009633  0x0000122d bmark1  0x00000010 , 0x000025a5 
+ 00009634  0x0000122e rshift3  0x0000000c , 0x00000039 
+ 00009635  0x0000122f rshift3  0x00000039 , 0x00000039 
+ 00009636  0x00001230 branch  0x000025a8 
+ 00009637  0x00001232 parse  0x00000003 , 0x00000000 , 0x00000005 
+ 00009638  0x00001233 rshift  0x0000000c , 0x00000039 
+ 00009639  0x00001234 parse  0x00000003 , 0x00000000 , 0x00000003 
+ 00009640  0x00001236 bpatch  0x0000005b , 0x0000400b 
+ 00009641  0x00001237 deposit  0x00000039 
+ 00009642  0x00001238 store  0x00000002 , 0x0000015f 
+ 00009643  0x00001239 branch  0x000025e8 , 0x00000034 
+ 00009644  0x0000123a isub  0x00000035 , 0x0000003e 
+ 00009645  0x0000123b branch  0x0000263d , 0x00000002 
+ 00009646  0x0000123c bpatch  0x0000005c , 0x0000400b 
+ 00009647  0x0000123d set0  0x00000000 , 0x00000000 
+ 00009648  0x0000123e fetch  0x00000001 , 0x00000180 
+ 00009649  0x0000123f and_into  0x00000003 , 0x0000003f 
+ 00009650  0x00001240 arg  0x00000551 , 0x00000005 
+ 00009651  0x00001241 beq  0x00000003 , 0x000025ba 
+ 00009652  0x00001242 bmark1  0x00000011 , 0x000025e4 
+ 00009653  0x00001244 fetch  0x00000001 , 0x00000180 
+ 00009654  0x00001245 and_into  0x00000003 , 0x0000003f 
+ 00009655  0x00001246 beq  0x00000002 , 0x000025bf 
+ 00009656  0x00001247 beq  0x00000001 , 0x000025d3 
+ 00009657  0x00001248 branch  0x0000263d 
+ 00009658  0x0000124b fetch  0x00000002 , 0x0000015f 
+ 00009659  0x0000124c sub  0x0000003f , 0x00000070 , 0x0000003e 
+ 00009660  0x0000124d nbranch  0x0000263d , 0x00000002 
+ 00009661  0x0000124e bmark1  0x0000000f , 0x00002620 
+ 00009662  0x0000124f branch  0x000025e4 
+ 00009663  0x00001253 bpatch  0x0000005d , 0x0000400b 
+ 00009664  0x00001254 bmark1  0x0000000f , 0x00002620 
+ 00009665  0x00001255 fetch  0x00000002 , 0x0000015f 
+ 00009666  0x00001256 arg  0x000002e0 , 0x00000002 
+ 00009667  0x00001257 isub  0x00000002 , 0x0000003e 
+ 00009668  0x00001258 branch  0x0000263d , 0x00000002 
+ 00009669  0x00001259 fetch  0x00000001 , 0x00000263 
+ 00009670  0x0000125a bbit0  0x00000000 , 0x000025c9 
+ 00009671  0x0000125b bbit0  0x00000001 , 0x000025ce 
+ 00009672  0x0000125c branch  0x0000264d 
+ 00009673  0x0000125e jam  0x00000001 , 0x00000261 
+ 00009674  0x0000125f fetch  0x00000002 , 0x0000025d 
+ 00009675  0x00001260 bne  0x00000000 , 0x0000264d 
+ 00009676  0x00001261 arg  0x00001000 , 0x00000005 
+ 00009677  0x00001262 branch  0x000025e4 
+ 00009678  0x00001264 jam  0x00000002 , 0x00000261 
+ 00009679  0x00001265 fetch  0x00000002 , 0x0000025f 
+ 00009680  0x00001266 bne  0x00000000 , 0x0000264d 
+ 00009681  0x00001267 arg  0x00001400 , 0x00000005 
+ 00009682  0x00001268 branch  0x000025e4 
+ 00009683  0x0000126b bpatch  0x0000005e , 0x0000400b 
+ 00009684  0x0000126c bmark1  0x0000000f , 0x00002620 
+ 00009685  0x0000126d fetch  0x00000002 , 0x0000015f 
+ 00009686  0x0000126e arg  0x000002e0 , 0x00000002 
+ 00009687  0x0000126f isub  0x00000002 , 0x0000003e 
+ 00009688  0x00001270 branch  0x0000263d , 0x00000002 
+ 00009689  0x00001271 fetch  0x00000001 , 0x00000261 
+ 00009690  0x00001272 beq  0x00000001 , 0x000025dd 
+ 00009691  0x00001273 beq  0x00000002 , 0x000025e1 
+ 00009692  0x00001274 branch  0x0000264d 
+ 00009693  0x00001276 arg  0x00001000 , 0x00000005 
+ 00009694  0x00001277 fetch  0x00000002 , 0x0000025d 
+ 00009695  0x00001278 iadd  0x00000005 , 0x00000005 
+ 00009696  0x00001279 branch  0x000025e4 
+ 00009697  0x0000127b arg  0x00001400 , 0x00000005 
+ 00009698  0x0000127c fetch  0x00000002 , 0x0000025f 
+ 00009699  0x0000127d iadd  0x00000005 , 0x00000005 
+ 00009700  0x0000127f parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00009701  0x00001280 rshift3  0x0000000c , 0x0000003f 
+ 00009702  0x00001281 istore  0x00000001 , 0x00000005 
+ 00009703  0x00001282 loop  0x000025e4 
+ 00009704  0x00001284 bpatch  0x0000005f , 0x0000400b 
+ 00009705  0x00001285 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009706  0x00001286 branch  0x00002637 , 0x00000006 
+ 00009707  0x00001287 fetch  0x00000001 , 0x00004363 
+ 00009708  0x00001288 beq  0x00000001 , 0x0000264d 
+ 00009709  0x00001289 bmark1  0x00000011 , 0x0000260d 
+ 00009710  0x0000128a bmark1  0x0000000f , 0x0000264a 
+ 00009711  0x0000128b fetch  0x00000001 , 0x00000180 
+ 00009712  0x0000128c compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009713  0x0000128d branch  0x0000260d , 0x00000001 
+ 00009714  0x0000128e fetch  0x00000002 , 0x0000015f 
+ 00009715  0x0000128f branch  0x0000260d , 0x00000034 
+ 00009716  0x00001290 bpatch  0x00000060 , 0x0000400c 
+ 00009717  0x00001291 fetch  0x00000001 , 0x00000261 
+ 00009718  0x00001292 beq  0x00000001 , 0x000025f9 
+ 00009719  0x00001293 beq  0x00000002 , 0x00002603 
+ 00009720  0x00001294 branch  0x00002a8c 
+ 00009721  0x00001296 fetch  0x00000002 , 0x0000025d 
+ 00009722  0x00001297 fetcht  0x00000002 , 0x0000015f 
+ 00009723  0x00001298 iadd  0x00000002 , 0x0000003f 
+ 00009724  0x00001299 store  0x00000002 , 0x0000025d 
+ 00009725  0x0000129a beq  0x00000000 , 0x00002a8c 
+ 00009726  0x0000129b fetcht  0x00000002 , 0x00001000 
+ 00009727  0x0000129c increase  0x00000004 , 0x00000002 
+ 00009728  0x0000129d isub  0x00000002 , 0x0000003e 
+ 00009729  0x0000129e call  0x00002747 , 0x00000005 
+ 00009730  0x0000129f branch  0x0000260d 
+ 00009731  0x000012a1 fetch  0x00000002 , 0x0000025f 
+ 00009732  0x000012a2 fetcht  0x00000002 , 0x0000015f 
+ 00009733  0x000012a3 iadd  0x00000002 , 0x0000003f 
+ 00009734  0x000012a4 store  0x00000002 , 0x0000025f 
+ 00009735  0x000012a5 beq  0x00000000 , 0x00002a8c 
+ 00009736  0x000012a6 fetcht  0x00000002 , 0x00001400 
+ 00009737  0x000012a7 add  0x00000002 , 0x00000004 , 0x00000002 
+ 00009738  0x000012a8 isub  0x00000002 , 0x0000003e 
+ 00009739  0x000012a9 call  0x0000274b , 0x00000005 
+ 00009740  0x000012aa branch  0x0000260d 
+ 00009741  0x000012ac bpatch  0x00000061 , 0x0000400c 
+ 00009742  0x000012ad fetcht  0x00000001 , 0x0000004c 
+ 00009743  0x000012ae fetch  0x00000001 , 0x00000180 
+ 00009744  0x000012af compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009745  0x000012b0 setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00009746  0x000012b1 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00009747  0x000012b2 storet  0x00000001 , 0x0000004c 
+ 00009748  0x000012b3 nbranch  0x00002616 , 0x00000001 
+ 00009749  0x000012b4 set1  0x00000001 , 0x00000000 
+ 00009750  0x000012b6 bmark0  0x00000011 , 0x00002620 
+ 00009751  0x000012b7 isolate1  0x00000006 , 0x00000002 
+ 00009752  0x000012b8 branch  0x00002620 , 0x00000001 
+ 00009753  0x000012b9 fetch  0x00000002 , 0x000000fa 
+ 00009754  0x000012ba increase  0x00000001 , 0x0000003f 
+ 00009755  0x000012bb store  0x00000002 , 0x000000fa 
+ 00009756  0x000012bc set1  0x00000005 , 0x00000000 
+ 00009757  0x000012bd set0  0x00000007 , 0x00000002 
+ 00009758  0x000012be set0  0x00000001 , 0x00000000 
+ 00009759  0x000012bf storet  0x00000001 , 0x0000004c 
+ 00009760  0x000012c1 bpatch  0x00000062 , 0x0000400c 
+ 00009761  0x000012c2 fetcht  0x00000001 , 0x0000015e 
+ 00009762  0x000012c3 fetch  0x00000001 , 0x00000047 
+ 00009763  0x000012c4 set1  0x00000005 , 0x0000003f 
+ 00009764  0x000012c5 isolate1  0x00000002 , 0x00000002 
+ 00009765  0x000012c6 setflag  0x00000001 , 0x00000002 , 0x0000003f 
+ 00009766  0x000012c7 isolate1  0x0000000a , 0x00000000 
+ 00009767  0x000012c8 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00009768  0x000012c9 store  0x00000001 , 0x00000047 
+ 00009769  0x000012ca fetch  0x00000002 , 0x0000015f 
+ 00009770  0x000012cb nbranch  0x0000264d , 0x00000034 
+ 00009771  0x000012cc fetch  0x00000001 , 0x0000004c 
+ 00009772  0x000012cd set0  0x00000007 , 0x0000003f 
+ 00009773  0x000012ce store  0x00000001 , 0x0000004c 
+ 00009774  0x000012cf fetch  0x00000001 , 0x00000180 
+ 00009775  0x000012d0 compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00009776  0x000012d2 branch  0x0000264d 
+ 00009777  0x000012d5 bpatch  0x00000063 , 0x0000400c 
+ 00009778  0x000012d6 disable  0x0000002d 
+ 00009779  0x000012d7 fetch  0x00000002 , 0x0000001a 
+ 00009780  0x000012d8 increase  0x00000001 , 0x0000003f 
+ 00009781  0x000012d9 store  0x00000002 , 0x0000001a 
+ 00009782  0x000012da branch  0x0000264d 
+ 00009783  0x000012dc fetch  0x00000002 , 0x0000001c 
+ 00009784  0x000012dd increase  0x00000001 , 0x0000003f 
+ 00009785  0x000012de store  0x00000002 , 0x0000001c 
+ 00009786  0x000012df call  0x0000263e 
+ 00009787  0x000012e0 bmark0  0x00000011 , 0x0000263d 
+ 00009788  0x000012e1 set1  0x00000005 , 0x00000000 
+ 00009789  0x000012e3 branch  0x0000264d 
+ 00009790  0x000012e6 bpatch  0x00000064 , 0x0000400c 
+ 00009791  0x000012e7 fetch  0x00000001 , 0x00000180 
+ 00009792  0x000012e8 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00009793  0x000012e9 nbranch  0x00002646 , 0x00000001 
+ 00009794  0x000012eb fetcht  0x00000001 , 0x0000004c 
+ 00009795  0x000012ec set0  0x00000006 , 0x00000002 
+ 00009796  0x000012ed storet  0x00000001 , 0x0000004c 
+ 00009797  0x000012ee rtn 
+ 00009798  0x000012f2 fetcht  0x00000001 , 0x0000004c 
+ 00009799  0x000012f3 set0  0x00000007 , 0x00000002 
+ 00009800  0x000012f4 storet  0x00000001 , 0x0000004c 
+ 00009801  0x000012f5 branch  0x00004c0b 
+ 00009802  0x000012f8 fetch  0x00000001 , 0x00000047 
+ 00009803  0x000012f9 set1  0x00000005 , 0x0000003f 
+ 00009804  0x000012fa store  0x00000001 , 0x00000047 
+ 00009805  0x000012fc bpatch  0x00000065 , 0x0000400c 
+ 00009806  0x000012fd disable  0x0000001d 
+ 00009807  0x000012fe disable  0x0000001c 
+ 00009808  0x000012ff disable  0x0000000d 
+ 00009809  0x00001300 disable  0x0000000c 
+ 00009810  0x00001301 disable  0x00000009 
+ 00009811  0x00001302 disable  0x0000000e 
+ 00009812  0x00001303 disable  0x00000007 
+ 00009813  0x00001304 branch  0x000028f9 , 0x00000021 
+ 00009814  0x00001305 until  0x0000003e , 0x00000027 
+ 00009815  0x00001306 nop  0x00000064 
+ 00009816  0x00001307 branch  0x000028f9 
+ 00009817  0x0000130a bpatch  0x00000066 , 0x0000400c 
+ 00009818  0x0000130b enable  0x00000009 
+ 00009819  0x0000130c enable  0x0000000c 
+ 00009820  0x0000130d parse  0x00000003 , 0x00000000 , 0x00000048 
+ 00009821  0x0000130e isolate1  0x0000003a , 0x0000003f 
+ 00009822  0x0000130f setflag  0x00000001 , 0x00000000 , 0x00000000 
+ 00009823  0x00001310 copy  0x00000020 , 0x00000002 
+ 00009824  0x00001311 ialigned  0x00000020 
+ 00009825  0x00001312 ialigned  0x0000001e 
+ 00009826  0x00001313 pulse  0x00000015 
+ 00009827  0x00001314 setsect  0x00000002 , 0x000fffff 
+ 00009828  0x00001315 setsect  0x00000003 , 0x0000ffff 
+ 00009829  0x00001316 nop  0x00000020 
+ 00009830  0x00001317 iverify  0x0000000d 
+ 00009831  0x00001318 deposit  0x0000002c 
+ 00009832  0x00001319 store  0x00000003 , 0x00000178 
+ 00009833  0x0000131a deposit  0x0000002d 
+ 00009834  0x0000131b store  0x00000001 , 0x0000017b 
+ 00009835  0x0000131c copy  0x00000002 , 0x00000020 
+ 00009836  0x0000131d branch  0x0000266e , 0x00000001 
+ 00009837  0x0000131e branch  0x0000263d 
+ 00009838  0x00001320 bpatch  0x00000067 , 0x0000400c 
+ 00009839  0x00001321 parse  0x00000003 , 0x00000000 , 0x00000048 
+ 00009840  0x00001322 ialigned  0x0000001f 
+ 00009841  0x00001323 ialigned  0x00000004 
+ 00009842  0x00001324 ialigned  0x0000002e 
+ 00009843  0x00001325 ialigned  0x00000012 
+ 00009844  0x00001326 force  0x00000000 , 0x0000003f 
+ 00009845  0x00001327 parse  0x00000003 , 0x00000000 , 0x00000010 
+ 00009846  0x00001328 branch  0x0000263d , 0x00000006 
+ 00009847  0x00001329 setarg  0x0ffffffc 
+ 00009848  0x0000132a iand  0x00000012 , 0x0000003f 
+ 00009849  0x0000132b store  0x00000004 , 0x00000165 
+ 00009850  0x0000132c deposit  0x0000001d 
+ 00009851  0x0000132d store  0x00000003 , 0x00000175 
+ 00009852  0x0000132e deposit  0x0000001c 
+ 00009853  0x0000132f store  0x00000001 , 0x00000173 
+ 00009854  0x00001330 deposit  0x00000004 
+ 00009855  0x00001331 store  0x00000001 , 0x00000174 
+ 00009856  0x00001332 deposit  0x0000002e 
+ 00009857  0x00001333 store  0x00000002 , 0x0000017c 
+ 00009858  0x00001334 deposit  0x00000021 
+ 00009859  0x00001335 inject  0x00000001 , 0x00000020 
+ 00009860  0x00001336 compare  0x00000002 , 0x00000001 , 0x0000000f 
+ 00009861  0x00001337 setflag  0x00000001 , 0x0000000b , 0x00000000 
+ 00009862  0x00001338 branch  0x0000264d 
+ 00009863  0x0000133b bpatch  0x00000068 , 0x0000400d 
+ 00009864  0x0000133c fetch  0x00000001 , 0x00000047 
+ 00009865  0x0000133d rtnbit0  0x00000003 
+ 00009866  0x0000133e set0  0x00000003 , 0x0000003f 
+ 00009867  0x0000133f setflip  0x00000006 , 0x0000003f 
+ 00009868  0x00001340 store  0x00000001 , 0x00000047 
+ 00009869  0x00001341 fetch  0x00000001 , 0x000040c5 
+ 00009870  0x00001342 beq  0x00000013 , 0x0000269c 
+ 00009871  0x00001343 rtneq  0x00000007 
+ 00009872  0x00001344 fetch  0x00000001 , 0x0000004b 
+ 00009873  0x00001345 rtnbit0  0x00000006 , 0x0000003f 
+ 00009874  0x00001346 set0  0x00000006 , 0x0000003f 
+ 00009875  0x00001347 set1  0x00000007 , 0x0000003f 
+ 00009876  0x00001348 store  0x00000001 , 0x0000004b 
+ 00009877  0x00001349 set0  0x00000002 , 0x00000000 
+ 00009878  0x0000134a fetch  0x00000002 , 0x00004246 
+ 00009879  0x0000134b nrtn  0x00000034 
+ 00009880  0x0000134c fetch  0x00000001 , 0x0000004b 
+ 00009881  0x0000134d set0  0x00000007 , 0x0000003f 
+ 00009882  0x0000134e store  0x00000001 , 0x0000004b 
+ 00009883  0x0000134f branch  0x0000525d 
+ 00009884  0x00001352 bpatch  0x00000069 , 0x0000400d 
+ 00009885  0x00001353 fetch  0x00000001 , 0x000004b7 
+ 00009886  0x00001354 rshift  0x0000003f , 0x0000003f 
+ 00009887  0x00001355 beq  0x00000011 , 0x000026b8 
+ 00009888  0x00001356 beq  0x00000012 , 0x000026c0 
+ 00009889  0x00001357 beq  0x00000018 , 0x000026e9 
+ 00009890  0x00001358 beq  0x0000007f , 0x000026a8 
+ 00009891  0x00001359 rtnne  0x00000003 
+ 00009892  0x0000135a fetch  0x00000001 , 0x000004b8 
+ 00009893  0x0000135b beq  0x0000002b , 0x000026b0 
+ 00009894  0x0000135c beq  0x00000011 , 0x000026ab 
+ 00009895  0x0000135d rtn 
+ 00009896  0x00001360 fetch  0x00000001 , 0x000004b8 
+ 00009897  0x00001361 set1  0x00000007 , 0x0000003f 
+ 00009898  0x00001362 rtn 
+ 00009899  0x00001364 rtn  0x00000029 
+ 00009900  0x00001365 fetch  0x00000001 , 0x00000030 
+ 00009901  0x00001366 rtnbit1  0x00000004 
+ 00009902  0x00001367 jam  0x00000031 , 0x0000007c 
+ 00009903  0x00001368 rtn 
+ 00009904  0x0000136c rtn  0x00000029 
+ 00009905  0x0000136d fetch  0x00000001 , 0x00000031 
+ 00009906  0x0000136e isolate1  0x00000004 , 0x0000003f 
+ 00009907  0x0000136f branch  0x000026b5 , 0x00000001 
+ 00009908  0x00001371 rtn 
+ 00009909  0x00001373 set0  0x00000004 , 0x0000003f 
+ 00009910  0x00001374 store  0x00000001 , 0x00000031 
+ 00009911  0x00001375 rtn 
+ 00009912  0x00001378 bpatch  0x0000006a , 0x0000400d 
+ 00009913  0x00001379 fetch  0x00000001 , 0x0000004c 
+ 00009914  0x0000137a set1  0x00000002 , 0x0000003f 
+ 00009915  0x0000137b store  0x00000001 , 0x0000004c 
+ 00009916  0x0000137c jam  0x00000001 , 0x00008011 
+ 00009917  0x0000137d fetch  0x00000001 , 0x00000030 
+ 00009918  0x0000137e isolate1  0x00000004 , 0x0000003f 
+ 00009919  0x0000137f rtn 
+ 00009920  0x00001382 bpatch  0x0000006b , 0x0000400d 
+ 00009921  0x00001383 fetch  0x00000001 , 0x0000004c 
+ 00009922  0x00001384 set0  0x00000002 , 0x0000003f 
+ 00009923  0x00001385 store  0x00000001 , 0x0000004c 
+ 00009924  0x00001386 jam  0x00000000 , 0x00008011 
+ 00009925  0x00001387 rtn 
+ 00009926  0x0000138b bpatch  0x0000006c , 0x0000400d 
+ 00009927  0x0000138c copy  0x00000022 , 0x0000003f 
+ 00009928  0x0000138d store  0x00000004 , 0x0000420c 
+ 00009929  0x0000138e add  0x00000022 , 0x00000003 , 0x00000011 
+ 00009930  0x0000138f branch  0x000026cc , 0x00000029 
+ 00009931  0x00001390 add  0x00000028 , 0x00000003 , 0x00000011 
+ 00009932  0x00001392 fetcht  0x00000002 , 0x00000032 
+ 00009933  0x00001393 deposit  0x00000011 
+ 00009934  0x00001394 set0  0x0000001b , 0x0000003f 
+ 00009935  0x00001395 idiv  0x00000002 
+ 00009936  0x00001396 fetch  0x00000002 , 0x00000075 
+ 00009937  0x00001397 call  0x00007f86 
+ 00009938  0x00001398 remainder  0x00000013 
+ 00009939  0x00001399 isub  0x00000013 , 0x0000003f 
+ 00009940  0x0000139a branch  0x000026d6 , 0x00000002 
+ 00009941  0x0000139b iadd  0x00000002 , 0x0000003f 
+ 00009942  0x0000139d iadd  0x00000011 , 0x0000003f 
+ 00009943  0x0000139e store  0x00000004 , 0x00000034 
+ 00009944  0x0000139f jam  0x00000000 , 0x0000455b 
+ 00009945  0x000013a0 fetch  0x00000001 , 0x00000030 
+ 00009946  0x000013a1 set1  0x00000001 , 0x0000003f 
+ 00009947  0x000013a2 store  0x00000001 , 0x00000030 
+ 00009948  0x000013a3 fetch  0x00000001 , 0x00000073 
+ 00009949  0x000013a4 store  0x00000001 , 0x0000008a 
+ 00009950  0x000013a5 setarg  0x00000000 
+ 00009951  0x000013a6 store  0x00000003 , 0x00004169 
+ 00009952  0x000013a7 store  0x00000003 , 0x0000416c 
+ 00009953  0x000013a8 store  0x00000001 , 0x00004159 
+ 00009954  0x000013a9 jam  0x0000000b , 0x00000a99 
+ 00009955  0x000013aa call  0x00007d86 
+ 00009956  0x000013ab fetch  0x00000002 , 0x000040c1 
+ 00009957  0x000013ac store  0x00000002 , 0x0000003e 
+ 00009958  0x000013ad nrtn  0x00000029 
+ 00009959  0x000013ae add  0x00000004 , 0xffffffff , 0x00000007 
+ 00009960  0x000013af rtn 
+ 00009961  0x000013b2 bpatch  0x0000006d , 0x0000400d 
+ 00009962  0x000013b3 fetch  0x00000001 , 0x00000030 
+ 00009963  0x000013b4 rtnbit0  0x00000001 
+ 00009964  0x000013b5 set0  0x00000001 , 0x0000003f 
+ 00009965  0x000013b6 store  0x00000001 , 0x00000030 
+ 00009966  0x000013b7 fetch  0x00000002 , 0x000040bf 
+ 00009967  0x000013b8 store  0x00000002 , 0x0000003e 
+ 00009968  0x000013b9 disable  0x0000002b 
+ 00009969  0x000013ba jam  0x0000000c , 0x00000a99 
+ 00009970  0x000013bb branch  0x00007d86 
+ 00009971  0x000013bf bpatch  0x0000006e , 0x0000400d 
+ 00009972  0x000013c0 enable  0x0000002e 
+ 00009973  0x000013c1 fetch  0x00000001 , 0x00000030 
+ 00009974  0x000013c2 bbit1  0x00000001 , 0x00002700 
+ 00009975  0x000013c3 rtnmark1  0x00000011 
+ 00009976  0x000013c4 fetch  0x00000001 , 0x00000047 
+ 00009977  0x000013c5 rtnbit1  0x00000003 
+ 00009978  0x000013c6 fetch  0x00000001 , 0x00000048 
+ 00009979  0x000013c7 nrtn  0x00000034 
+ 00009980  0x000013c8 fetch  0x00000001 , 0x0000004b 
+ 00009981  0x000013c9 rtnbit1  0x00000006 
+ 00009982  0x000013cb force  0x00000000 , 0x0000003f 
+ 00009983  0x000013cc rtn 
+ 00009984  0x000013cf bbit0  0x00000002 , 0x0000270f 
+ 00009985  0x000013d0 fetch  0x00000001 , 0x0000008a 
+ 00009986  0x000013d1 beq  0x00000002 , 0x00002706 
+ 00009987  0x000013d2 fetch  0x00000001 , 0x00000047 
+ 00009988  0x000013d3 bbit1  0x00000003 , 0x00002718 
+ 00009989  0x000013d4 bmark0  0x00000008 , 0x00002718 
+ 00009990  0x000013d6 nbranch  0x00002718 , 0x00000029 
+ 00009991  0x000013d7 fetch  0x00000001 , 0x00000048 
+ 00009992  0x000013d8 nbranch  0x00002718 , 0x00000034 
+ 00009993  0x000013da fetch  0x00000001 , 0x000000ef 
+ 00009994  0x000013db increase  0xffffffff , 0x0000003f 
+ 00009995  0x000013dc store  0x00000001 , 0x000000ef 
+ 00009996  0x000013dd nbranch  0x000026fe , 0x00000034 
+ 00009997  0x000013de jam  0x00000010 , 0x000000ef 
+ 00009998  0x000013df branch  0x00002718 
+ 00009999  0x000013e7 fetch  0x00000001 , 0x0000008a 
+ 00010000  0x000013e8 bne  0x00000001 , 0x00002718 
+ 00010001  0x000013e9 fetch  0x00000001 , 0x0000008b 
+ 00010002  0x000013ea branch  0x00002718 , 0x00000034 
+ 00010003  0x000013eb increase  0xffffffff , 0x0000003f 
+ 00010004  0x000013ec store  0x00000001 , 0x0000008b 
+ 00010005  0x000013ed fetch  0x00000001 , 0x00000047 
+ 00010006  0x000013ee rtnbit1  0x00000003 
+ 00010007  0x000013ef nrtn  0x0000002d 
+ 00010008  0x000013f1 fetch  0x00000001 , 0x0000008a 
+ 00010009  0x000013f2 increase  0xffffffff , 0x0000003f 
+ 00010010  0x000013f3 store  0x00000001 , 0x0000008a 
+ 00010011  0x000013f4 rtn 
+ 00010012  0x00001400 bpatch  0x0000006f , 0x0000400d 
+ 00010013  0x00001401 disable  0x00000010 
+ 00010014  0x00001402 copy  0x00000002 , 0x0000001b 
+ 00010015  0x00001403 call  0x00002260 
+ 00010016  0x00001404 disable  0x00000028 
+ 00010017  0x00001405 nrtn  0x00000005 
+ 00010018  0x00001406 force  0x00000000 , 0x0000001b 
+ 00010019  0x00001407 enable  0x00000028 
+ 00010020  0x00001408 rtn 
+ 00010021  0x0000140c fetch  0x00000001 , 0x00004158 
+ 00010022  0x0000140d icompare  0x000000ff , 0x00000004 
+ 00010023  0x0000140e rtn 
+ 00010024  0x00001412 bpatch  0x00000070 , 0x0000400e 
+ 00010025  0x00001413 set0  0x00000001 , 0x00000000 
+ 00010026  0x00001415 jam  0x00000000 , 0x0000026a 
+ 00010027  0x00001416 fetch  0x00000001 , 0x00000263 
+ 00010028  0x00001417 rtn  0x00000034 
+ 00010029  0x00001418 isolate1  0x00000000 , 0x0000003f 
+ 00010030  0x00001419 arg  0x00001000 , 0x00000006 
+ 00010031  0x0000141a call  0x00004d79 , 0x00000001 
+ 00010032  0x0000141b bpatch  0x00000071 , 0x0000400e 
+ 00010033  0x0000141c fetch  0x00000001 , 0x0000026a 
+ 00010034  0x0000141d beq  0x00000001 , 0x0000273b 
+ 00010035  0x0000141f jam  0x00000000 , 0x0000026a 
+ 00010036  0x00001420 fetch  0x00000001 , 0x00000263 
+ 00010037  0x00001421 rtnbit0  0x00000001 
+ 00010038  0x00001422 arg  0x00001400 , 0x00000006 
+ 00010039  0x00001423 call  0x00004d79 
+ 00010040  0x00001424 fetch  0x00000001 , 0x0000026a 
+ 00010041  0x00001425 beq  0x00000001 , 0x00002741 
+ 00010042  0x00001426 rtn 
+ 00010043  0x00001429 fetch  0x00000001 , 0x00000263 
+ 00010044  0x0000142a set0  0x00000000 , 0x0000003f 
+ 00010045  0x0000142b store  0x00000001 , 0x00000263 
+ 00010046  0x0000142c setarg  0x00000000 
+ 00010047  0x0000142d store  0x00000002 , 0x0000025d 
+ 00010048  0x0000142e rtn 
+ 00010049  0x00001430 fetch  0x00000001 , 0x00000263 
+ 00010050  0x00001431 set0  0x00000001 , 0x0000003f 
+ 00010051  0x00001432 store  0x00000001 , 0x00000263 
+ 00010052  0x00001433 setarg  0x00000000 
+ 00010053  0x00001434 store  0x00000002 , 0x0000025f 
+ 00010054  0x00001435 rtn 
+ 00010055  0x00001438 fetch  0x00000001 , 0x00000263 
+ 00010056  0x00001439 set1  0x00000000 , 0x0000003f 
+ 00010057  0x0000143a store  0x00000001 , 0x00000263 
+ 00010058  0x0000143b rtn 
+ 00010059  0x0000143e fetch  0x00000001 , 0x00000263 
+ 00010060  0x0000143f set1  0x00000001 , 0x0000003f 
+ 00010061  0x00001440 store  0x00000001 , 0x00000263 
+ 00010062  0x00001441 rtn 
+ 00010063  0x00001448 bpatch  0x00000072 , 0x0000400e 
+ 00010064  0x00001449 add  0x00000028 , 0x00000001 , 0x00000021 
+ 00010065  0x0000144a call  0x000028ea 
+ 00010066  0x0000144b force  0x00000003 , 0x00000024 
+ 00010067  0x0000144c call  0x000028d2 
+ 00010068  0x0000144d call  0x00002a51 
+ 00010069  0x0000144e call  0x00002a5f 
+ 00010070  0x0000144f branch  0x00002a64 
+ 00010071  0x00001453 bpatch  0x00000073 , 0x0000400e 
+ 00010072  0x00001454 call  0x00002a4d 
+ 00010073  0x00001455 deposit  0x00000028 
+ 00010074  0x00001456 fetcht  0x00000004 , 0x000040ca 
+ 00010075  0x00001457 isub  0x00000002 , 0x0000003f 
+ 00010076  0x00001458 rtnne  0x00000001 
+ 00010077  0x00001459 compare  0x00000000 , 0x00000001 , 0x0000001f 
+ 00010078  0x0000145a nbranch  0x00002761 , 0x00000001 
+ 00010079  0x0000145b fetch  0x00000001 , 0x00000019 
+ 00010080  0x0000145c rtn  0x00000034 
+ 00010081  0x0000145e call  0x0000274f 
+ 00010082  0x00001460 compare  0x00000010 , 0x00000001 , 0x0000001f 
+ 00010083  0x00001461 branch  0x0000264d , 0x00000001 
+ 00010084  0x00001462 rshift  0x00000021 , 0x00000002 
+ 00010085  0x00001463 or  0x00000002 , 0x00000040 , 0x0000000e 
+ 00010086  0x00001465 bpatch  0x00000074 , 0x0000400e 
+ 00010087  0x00001466 enable  0x00000007 
+ 00010088  0x00001467 enable  0x0000000a 
+ 00010089  0x00001468 enable  0x0000001b 
+ 00010090  0x00001469 set0  0x00000010 , 0x00000000 
+ 00010091  0x0000146a deposit  0x00000004 
+ 00010092  0x0000146b inject  0x00000003 , 0x00000003 
+ 00010093  0x0000146c deposit  0x00000001 
+ 00010094  0x0000146d inject  0x00000003 , 0x00000004 
+ 00010095  0x0000146e fetch  0x00000001 , 0x00000047 
+ 00010096  0x0000146f inject  0x00000000 , 0x00000004 
+ 00010097  0x00001470 inject  0x00000003 , 0x00000003 
+ 00010098  0x00001471 enable  0x00000008 
+ 00010099  0x00001472 inject  0x00000003 , 0x00000008 
+ 00010100  0x00001473 disable  0x0000001b 
+ 00010101  0x00001474 disable  0x00000008 
+ 00010102  0x00001475 disable  0x0000000a 
+ 00010103  0x00001476 set0  0x00000002 , 0x00000015 
+ 00010104  0x00001477 arg  0x00000000 , 0x00000002 
+ 00010105  0x00001478 call  0x00002a1c 
+ 00010106  0x00001479 bpatch  0x00000075 , 0x0000400e 
+ 00010107  0x0000147a and  0x00000001 , 0x0000001f , 0x0000003f 
+ 00010108  0x0000147b beq  0x00000013 , 0x000027b4 
+ 00010109  0x0000147c beq  0x00000000 , 0x0000264d 
+ 00010110  0x0000147d beq  0x00000001 , 0x0000264d 
+ 00010111  0x0000147e beq  0x00000002 , 0x00002797 
+ 00010112  0x0000147f beq  0x00000003 , 0x000027c5 
+ 00010113  0x00001480 beq  0x00000004 , 0x000027cb 
+ 00010114  0x00001481 beq  0x00000007 , 0x0000278c 
+ 00010115  0x00001482 beq  0x00000008 , 0x000027ca 
+ 00010116  0x00001483 arg  0x00000004 , 0x00000002 
+ 00010117  0x00001484 call  0x00002a1c 
+ 00010118  0x00001485 beq  0x0000000a , 0x000027c7 
+ 00010119  0x00001486 beq  0x0000000b , 0x000027cd 
+ 00010120  0x00001487 arg  0x00000008 , 0x00000002 
+ 00010121  0x00001488 call  0x00002a1c 
+ 00010122  0x00001489 beq  0x0000000f , 0x000027cd 
+ 00010123  0x0000148a branch  0x000027c7 
+ 00010124  0x0000148e bpatch  0x00000076 , 0x0000400e 
+ 00010125  0x0000148f enable  0x0000001d 
+ 00010126  0x00001490 enable  0x00000009 
+ 00010127  0x00001491 enable  0x0000000e 
+ 00010128  0x00001492 force  0x0000001e , 0x00000039 
+ 00010129  0x00001493 arg  0x000000b3 , 0x00000006 
+ 00010130  0x00001495 ifetch  0x00000001 , 0x00000006 
+ 00010131  0x00001496 inject  0x00000003 , 0x00000008 
+ 00010132  0x00001497 loop  0x00002792 
+ 00010133  0x00001498 bmark1  0x00000007 , 0x000027f7 
+ 00010134  0x00001499 branch  0x0000264d 
+ 00010135  0x0000149c bpatch  0x00000077 , 0x0000400e 
+ 00010136  0x0000149d fetch  0x00000001 , 0x00000181 
+ 00010137  0x0000149e icopy  0x00000004 
+ 00010138  0x0000149f fetch  0x00000001 , 0x00000090 
+ 00010139  0x000014a0 icopy  0x0000001c 
+ 00010140  0x000014a1 fetch  0x00000003 , 0x000040aa 
+ 00010141  0x000014a2 icopy  0x0000001d 
+ 00010142  0x000014a3 fetch  0x00000002 , 0x000040a4 
+ 00010143  0x000014a4 icopy  0x0000002e 
+ 00010144  0x000014a5 enable  0x00000009 
+ 00010145  0x000014a6 enable  0x0000001c 
+ 00010146  0x000014a7 copy  0x00000020 , 0x00000011 
+ 00010147  0x000014a8 call  0x000028e2 
+ 00010148  0x000014a9 pulse  0x00000015 
+ 00010149  0x000014aa nop  0x00000020 
+ 00010150  0x000014ab copy  0x00000021 , 0x0000000b 
+ 00010151  0x000014ac fetch  0x00000004 , 0x00000161 
+ 00010152  0x000014ad icopy  0x00000021 
+ 00010153  0x000014ae preload  0x0000001e 
+ 00010154  0x000014af set1  0x0000003a , 0x0000003f 
+ 00010155  0x000014b0 inject  0x00000003 , 0x00000048 
+ 00010156  0x000014b1 preload  0x0000001f 
+ 00010157  0x000014b2 inject  0x00000003 , 0x00000048 
+ 00010158  0x000014b3 copy  0x0000000b , 0x00000021 
+ 00010159  0x000014b4 copy  0x00000011 , 0x00000020 
+ 00010160  0x000014b5 enable  0x00000008 
+ 00010161  0x000014b6 inject  0x00000003 , 0x00000010 
+ 00010162  0x000014b7 disable  0x00000008 
+ 00010163  0x000014b8 branch  0x0000264d 
+ 00010164  0x000014bb bpatch  0x00000078 , 0x0000400f 
+ 00010165  0x000014bc enable  0x0000000e 
+ 00010166  0x000014bd enable  0x00000009 
+ 00010167  0x000014be enable  0x0000001c 
+ 00010168  0x000014bf fetch  0x00000001 , 0x000004b6 
+ 00010169  0x000014c0 and  0x0000003f , 0x000001f8 , 0x00000002 
+ 00010170  0x000014c1 arg  0x000004b6 , 0x00000006 
+ 00010171  0x000014c2 increase  0x00000008 , 0x00000002 
+ 00010172  0x000014c4 add  0x00000002 , 0xffffffb8 , 0x00000013 
+ 00010173  0x000014c5 nbranch  0x000027c2 , 0x00000002 
+ 00010174  0x000014c6 ifetch  0x00000009 , 0x00000006 
+ 00010175  0x000014c7 inject  0x00000003 , 0x00000048 
+ 00010176  0x000014c8 copy  0x00000013 , 0x00000002 
+ 00010177  0x000014c9 branch  0x000027bc 
+ 00010178  0x000014cb ifetch  0x00000009 , 0x00000006 
+ 00010179  0x000014cc iinject  0x00000003 , 0x00000002 
+ 00010180  0x000014cd branch  0x000027f7 
+ 00010181  0x000014d0 enable  0x0000001c 
+ 00010182  0x000014d1 branch  0x000027d0 
+ 00010183  0x000014d4 enable  0x0000001c 
+ 00010184  0x000014d5 set1  0x00000010 , 0x00000000 
+ 00010185  0x000014d6 branch  0x000027d0 
+ 00010186  0x000014d9 set1  0x00000002 , 0x00000015 
+ 00010187  0x000014db enable  0x0000001d 
+ 00010188  0x000014dc branch  0x000027d0 
+ 00010189  0x000014e0 set1  0x00000002 , 0x00000015 
+ 00010190  0x000014e1 enable  0x0000001d 
+ 00010191  0x000014e2 set1  0x00000010 , 0x00000000 
+ 00010192  0x000014e5 bpatch  0x00000079 , 0x0000400f 
+ 00010193  0x000014e6 fetch  0x00000001 , 0x0000004c 
+ 00010194  0x000014e7 bbit0  0x00000005 , 0x000027e5 
+ 00010195  0x000014e8 sub  0x00000001 , 0x00000003 , 0x0000003e 
+ 00010196  0x000014e9 branch  0x000027e5 , 0x00000002 
+ 00010197  0x000014ea disable  0x0000000e 
+ 00010198  0x000014eb disable  0x0000001c 
+ 00010199  0x000014ec enable  0x0000001d 
+ 00010200  0x000014ed disable  0x00000007 
+ 00010201  0x000014ee set1  0x00000001 , 0x00000015 
+ 00010202  0x000014ef isolate1  0x00000002 , 0x00000015 
+ 00010203  0x000014f0 branch  0x000027df , 0x00000001 
+ 00010204  0x000014f1 setarg  0x000abeee 
+ 00010205  0x000014f2 inject  0x00000003 , 0x00000014 
+ 00010206  0x000014f3 branch  0x000027e3 
+ 00010207  0x000014f5 setarg  0x005faeba 
+ 00010208  0x000014f6 inject  0x00000003 , 0x00000018 
+ 00010209  0x000014f7 setarg  0x00000012 
+ 00010210  0x000014f8 inject  0x00000003 , 0x00000006 
+ 00010211  0x000014fa enable  0x00000007 
+ 00010212  0x000014fb set1  0x00000010 , 0x00000000 
+ 00010213  0x000014fd enable  0x0000000e 
+ 00010214  0x000014fe enable  0x00000009 
+ 00010215  0x000014ff bmark1  0x00000005 , 0x00002800 
+ 00010216  0x00001500 fetch  0x00000001 , 0x000041db 
+ 00010217  0x00001501 inject  0x00000003 , 0x00000003 
+ 00010218  0x00001502 fetch  0x00000002 , 0x000041dc 
+ 00010219  0x00001503 iforce  0x00000039 
+ 00010220  0x00001504 bmark1  0x00000010 , 0x000027ef 
+ 00010221  0x00001505 inject  0x00000003 , 0x00000005 
+ 00010222  0x00001506 branch  0x000027f0 
+ 00010223  0x00001508 inject  0x00000003 , 0x0000000d 
+ 00010224  0x0000150a deposit  0x00000039 
+ 00010225  0x0000150b branch  0x000027f7 , 0x00000034 
+ 00010226  0x0000150c fetch  0x00000002 , 0x0000016f 
+ 00010227  0x0000150d iforce  0x00000006 
+ 00010228  0x0000150f ifetch  0x00000001 , 0x00000006 
+ 00010229  0x00001510 inject  0x00000003 , 0x00000008 
+ 00010230  0x00001511 loop  0x000027f4 
+ 00010231  0x00001515 enable  0x00000008 
+ 00010232  0x00001516 inject  0x00000003 , 0x00000010 
+ 00010233  0x00001517 disable  0x00000008 
+ 00010234  0x00001518 call  0x000024c1 
+ 00010235  0x00001519 fetch  0x00000001 , 0x0000004c 
+ 00010236  0x0000151a bbit0  0x00000005 , 0x0000264d 
+ 00010237  0x0000151b force  0x00000000 , 0x0000003f 
+ 00010238  0x0000151c inject  0x00000003 , 0x00000006 
+ 00010239  0x0000151d branch  0x0000264d 
+ 00010240  0x00001521 bpatch  0x0000007a , 0x0000400f 
+ 00010241  0x00001522 bmark1  0x00000010 , 0x00002808 
+ 00010242  0x00001524 fetch  0x00000001 , 0x00000180 
+ 00010243  0x00001525 inject  0x00000003 , 0x00000003 
+ 00010244  0x00001526 fetch  0x00000001 , 0x0000015f 
+ 00010245  0x00001527 iforce  0x00000013 
+ 00010246  0x00001528 inject  0x00000003 , 0x00000005 
+ 00010247  0x00001529 branch  0x0000280d 
+ 00010248  0x0000152b fetch  0x00000001 , 0x00000180 
+ 00010249  0x0000152c inject  0x00000003 , 0x00000003 
+ 00010250  0x0000152d fetch  0x00000002 , 0x0000015f 
+ 00010251  0x0000152e iforce  0x00000013 
+ 00010252  0x0000152f inject  0x00000003 , 0x0000000d 
+ 00010253  0x00001531 arg  0x00000551 , 0x00000006 
+ 00010254  0x00001533 copy  0x00000013 , 0x0000003e 
+ 00010255  0x00001534 branch  0x00002814 , 0x00000005 
+ 00010256  0x00001535 ifetch  0x00000001 , 0x00000006 
+ 00010257  0x00001536 inject  0x00000003 , 0x00000008 
+ 00010258  0x00001537 increase  0xffffffff , 0x00000013 
+ 00010259  0x00001538 branch  0x0000280e 
+ 00010260  0x0000153a fetch  0x00000002 , 0x000000fc 
+ 00010261  0x0000153b increase  0x00000001 , 0x0000003f 
+ 00010262  0x0000153c store  0x00000002 , 0x000000fc 
+ 00010263  0x0000153d branch  0x000027f7 
+ 00010264  0x00001541 fetch  0x00000004 , 0x00000165 
+ 00010265  0x00001542 add  0x0000003f , 0x00000007 , 0x00000011 
+ 00010266  0x00001543 fetch  0x00000002 , 0x00000171 
+ 00010267  0x00001544 nbranch  0x0000281e , 0x00000034 
+ 00010268  0x00001545 increase  0xfffffffd , 0x00000011 
+ 00010269  0x00001546 branch  0x00002826 
+ 00010270  0x00001548 mul32  0x0000003f , 0x0000000c , 0x0000003f 
+ 00010271  0x00001549 hfetcht  0x00000002 , 0x00008040 
+ 00010272  0x0000154a increase  0x00000001 , 0x00000002 
+ 00010273  0x0000154c isub  0x00000002 , 0x0000003f 
+ 00010274  0x0000154d nbranch  0x00002825 , 0x00000002 
+ 00010275  0x0000154e increase  0xffffffff , 0x00000011 
+ 00010276  0x0000154f branch  0x00002821 
+ 00010277  0x00001551 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00010278  0x00001553 until  0x0000003e , 0x00000023 
+ 00010279  0x00001554 compare  0x00000000 , 0x00000022 , 0x00000003 
+ 00010280  0x00001555 nbranch  0x00002826 , 0x00000001 
+ 00010281  0x00001556 iforce  0x00000029 
+ 00010282  0x00001557 copy  0x00000011 , 0x00000028 
+ 00010283  0x00001558 iforce  0x00000029 
+ 00010284  0x00001559 rtn 
+ 00010285  0x0000155d bpatch  0x0000007b , 0x0000400f 
+ 00010286  0x0000155e until  0x0000003e , 0x00000022 
+ 00010287  0x0000155f deposit  0x0000001a 
+ 00010288  0x00001560 iforce  0x00000006 
+ 00010289  0x00001561 rshift16 , 0x0000003f , 0x0000003f 
+ 00010290  0x00001562 isub  0x00000022 , 0x00000039 
+ 00010291  0x00001563 and_into  0x00000003 , 0x00000039 
+ 00010292  0x00001564 nbranch  0x00002837 , 0x00000005 
+ 00010293  0x00001565 force  0x00000000 , 0x0000003f 
+ 00010294  0x00001566 branch  0x0000283b 
+ 00010295  0x00001568 arg  0x00000ea6 , 0x00000002 
+ 00010296  0x00001569 force  0x00000000 , 0x0000003f 
+ 00010297  0x0000156b iadd  0x00000002 , 0x0000003f 
+ 00010298  0x0000156c loop  0x00002839 
+ 00010299  0x0000156e iadd  0x00000006 , 0x0000003f 
+ 00010300  0x0000156f div  0x0000003f , 0x0000000c 
+ 00010301  0x00001570 call  0x00007f86 
+ 00010302  0x00001571 quotient  0x0000003f 
+ 00010303  0x00001572 store  0x00000002 , 0x00000171 
+ 00010304  0x00001573 rtn 
+ 00010305  0x00001576 bpatch  0x0000007c , 0x0000400f 
+ 00010306  0x00001577 deposit  0x0000001a 
+ 00010307  0x00001578 copy  0x00000019 , 0x00000002 
+ 00010308  0x00001579 isub  0x00000002 , 0x0000003e 
+ 00010309  0x0000157a nsetflag  0x00000002 , 0x0000002c , 0x0000003f 
+ 00010310  0x0000157b isub  0x00000002 , 0x00000002 
+ 00010311  0x0000157c setarg  0x00000ea6 
+ 00010312  0x0000157d isolate0  0x0000000f , 0x00000002 
+ 00010313  0x0000157e branch  0x0000284c , 0x00000001 
+ 00010314  0x0000157f setarg  0xffff0ea6 
+ 00010315  0x00001580 iadd  0x00000002 , 0x00000002 
+ 00010316  0x00001582 storet  0x00000006 , 0x00000447 
+ 00010317  0x00001583 rtn  0x00000036 
+ 00010318  0x00001584 storet  0x00000006 , 0x00000038 
+ 00010319  0x00001585 rtn 
+ 00010320  0x00001588 disable  0x00000030 
+ 00010321  0x00001589 fetch  0x00000006 , 0x00000447 
+ 00010322  0x0000158a branch  0x00002854 , 0x00000036 
+ 00010323  0x0000158b fetch  0x00000006 , 0x00000038 
+ 00010324  0x0000158d iadd  0x00000019 , 0x00000030 
+ 00010325  0x0000158e increase  0x0000000a , 0x00000030 
+ 00010326  0x0000158f setarg  0x00000ea6 
+ 00010327  0x00001590 isub  0x00000030 , 0x0000003f 
+ 00010328  0x00001591 isolate0  0x0000000f , 0x0000003f 
+ 00010329  0x00001592 branch  0x0000285e , 0x00000001 
+ 00010330  0x00001593 setarg  0x0000f15a 
+ 00010331  0x00001594 iadd  0x00000030 , 0x00000030 
+ 00010332  0x00001596 copy  0x00000030 , 0x0000001a 
+ 00010333  0x00001597 rtn 
+ 00010334  0x00001599 force  0x00000000 , 0x0000003e 
+ 00010335  0x0000159a branch  0x0000285c 
+ 00010336  0x000015a2 bpatch  0x0000007d , 0x0000400f 
+ 00010337  0x000015a3 call  0x00002918 
+ 00010338  0x000015a4 copy  0x00000021 , 0x0000003f 
+ 00010339  0x000015a5 and_into  0x00000180 , 0x0000003f 
+ 00010340  0x000015a6 compare  0x00000003 , 0x00000024 , 0x00000007 
+ 00010341  0x000015a7 nbranch  0x00002869 , 0x00000001 
+ 00010342  0x000015a8 rshift3  0x0000003f , 0x0000003f 
+ 00010343  0x000015a9 iadd  0x00000017 , 0x0000003f 
+ 00010344  0x000015aa branch  0x0000286a 
+ 00010345  0x000015ac copy  0x00000017 , 0x0000003f 
+ 00010346  0x000015ae div  0x0000003f , 0x0000004f 
+ 00010347  0x000015af pulse  0x00000015 
+ 00010348  0x000015b0 call  0x00007f86 
+ 00010349  0x000015b1 remainder  0x00000011 
+ 00010350  0x000015b2 add  0x00000011 , 0xffffffd8 , 0x00000002 
+ 00010351  0x000015b3 branch  0x00002872 , 0x00000002 
+ 00010352  0x000015b4 lshift  0x00000011 , 0x00000002 
+ 00010353  0x000015b5 branch  0x00002874 
+ 00010354  0x000015b7 lshift  0x00000002 , 0x00000002 
+ 00010355  0x000015b8 increase  0x00000001 , 0x00000002 
+ 00010356  0x000015ba bpatch  0x0000007e , 0x0000400f 
+ 00010357  0x000015bb fetch  0x00000001 , 0x00000031 
+ 00010358  0x000015bc bbit0  0x00000003 , 0x00002885 
+ 00010359  0x000015be fetch  0x00000004 , 0x000040d2 
+ 00010360  0x000015bf isub  0x00000021 , 0x0000003e 
+ 00010361  0x000015c0 branch  0x00002885 , 0x00000002 
+ 00010362  0x000015c1 call  0x000028a4 
+ 00010363  0x000015c2 fetch  0x00000001 , 0x000040d9 
+ 00010364  0x000015c3 rtn  0x00000034 
+ 00010365  0x000015c4 fetch  0x00000001 , 0x00000031 
+ 00010366  0x000015c5 set1  0x00000002 , 0x0000003f 
+ 00010367  0x000015c6 store  0x00000001 , 0x00000031 
+ 00010368  0x000015c7 fetch  0x00000005 , 0x000040e7 
+ 00010369  0x000015c8 store  0x00000005 , 0x000040da 
+ 00010370  0x000015c9 ifetch  0x00000005 , 0x00000006 
+ 00010371  0x000015ca store  0x00000005 , 0x000040df 
+ 00010372  0x000015cb call  0x000028a9 
+ 00010373  0x000015cd fetch  0x00000001 , 0x00000031 
+ 00010374  0x000015ce rtnbit0  0x00000002 
+ 00010375  0x000015cf isolate1  0x00000001 , 0x00000021 
+ 00010376  0x000015d0 branch  0x000028a1 , 0x00000001 
+ 00010377  0x000015d1 rshift3  0x00000002 , 0x00000011 
+ 00010378  0x000015d2 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00010379  0x000015d3 setarg  0x000040da 
+ 00010380  0x000015d4 iadd  0x00000011 , 0x00000011 
+ 00010381  0x000015d5 ifetch  0x00000001 , 0x00000011 
+ 00010382  0x000015d6 qisolate0  0x0000003f 
+ 00010383  0x000015d7 branch  0x00002892 , 0x00000001 
+ 00010384  0x000015d8 deposit  0x00000002 
+ 00010385  0x000015d9 branch  0x0000289e 
+ 00010386  0x000015db fetch  0x00000001 , 0x000040e4 
+ 00010387  0x000015dc iforce  0x00000012 
+ 00010388  0x000015dd deposit  0x00000021 
+ 00010389  0x000015de and_into  0x00000180 , 0x0000003f 
+ 00010390  0x000015df rshift3  0x0000003f , 0x0000003f 
+ 00010391  0x000015e0 iadd  0x00000017 , 0x0000003f 
+ 00010392  0x000015e1 idiv  0x00000012 
+ 00010393  0x000015e2 setarg  0x000040f2 
+ 00010394  0x000015e3 call  0x00007f86 
+ 00010395  0x000015e4 remainder  0x00000011 
+ 00010396  0x000015e5 iadd  0x00000011 , 0x00000006 
+ 00010397  0x000015e6 ifetch  0x00000001 , 0x00000006 
+ 00010398  0x000015e8 store  0x00000001 , 0x000040e5 
+ 00010399  0x000015e9 iforce  0x00000002 
+ 00010400  0x000015ea rtn 
+ 00010401  0x000015ed fetch  0x00000001 , 0x000040e5 
+ 00010402  0x000015ee iforce  0x00000002 
+ 00010403  0x000015ef rtn 
+ 00010404  0x000015f2 fetch  0x00000001 , 0x00000031 
+ 00010405  0x000015f3 set0  0x00000002 , 0x0000003f 
+ 00010406  0x000015f4 set0  0x00000003 , 0x0000003f 
+ 00010407  0x000015f5 store  0x00000001 , 0x00000031 
+ 00010408  0x000015f6 rtn 
+ 00010409  0x000015fd bpatch  0x0000007f , 0x0000400f 
+ 00010410  0x000015fe arg  0x000040f2 , 0x00000005 
+ 00010411  0x000015ff force  0x0000000a , 0x00000039 
+ 00010412  0x00001600 call  0x00007ec6 
+ 00010413  0x00001601 arg  0x000040f2 , 0x00000005 
+ 00010414  0x00001602 force  0x00000000 , 0x00000013 
+ 00010415  0x00001603 force  0x00000002 , 0x00000007 
+ 00010416  0x00001605 fetch  0x00000005 , 0x000040da 
+ 00010417  0x00001606 iforce  0x00000002 
+ 00010418  0x00001607 compare  0x00000002 , 0x00000007 , 0x000000ff 
+ 00010419  0x00001608 branch  0x000028b5 , 0x00000001 
+ 00010420  0x00001609 rshift  0x00000002 , 0x00000002 
+ 00010421  0x0000160b isolate0  0x00000000 , 0x00000002 
+ 00010422  0x0000160c branch  0x000028b9 , 0x00000001 
+ 00010423  0x0000160d deposit  0x00000013 
+ 00010424  0x0000160e istore  0x00000001 , 0x00000005 
+ 00010425  0x00001610 rshift2  0x00000002 , 0x00000002 
+ 00010426  0x00001611 increase  0x00000002 , 0x00000013 
+ 00010427  0x00001612 compare  0x00000028 , 0x00000013 , 0x000000fe 
+ 00010428  0x00001613 nbranch  0x000028c2 , 0x00000001 
+ 00010429  0x00001614 fetch  0x00000005 , 0x000040df 
+ 00010430  0x00001615 iforce  0x00000002 
+ 00010431  0x00001616 compare  0x00000002 , 0x00000007 , 0x000000ff 
+ 00010432  0x00001617 branch  0x000028c2 , 0x00000001 
+ 00010433  0x00001618 rshift  0x00000002 , 0x00000002 
+ 00010434  0x0000161a sub  0x00000013 , 0x0000004e , 0x0000003e 
+ 00010435  0x0000161b branch  0x000028b5 , 0x00000002 
+ 00010436  0x0000161c force  0x00000001 , 0x00000013 
+ 00010437  0x0000161d increase  0xffffffff , 0x00000007 
+ 00010438  0x0000161e nbranch  0x000028b0 , 0x00000005 
+ 00010439  0x0000161f arg  0x000040f2 , 0x00000011 
+ 00010440  0x00001620 deposit  0x00000005 
+ 00010441  0x00001621 isub  0x00000011 , 0x0000003f 
+ 00010442  0x00001622 store  0x00000001 , 0x000040e4 
+ 00010443  0x00001623 rtn 
+ 00010444  0x00001626 bpatch  0x00000080 , 0x00004010 
+ 00010445  0x00001627 call  0x00002860 
+ 00010446  0x00001628 fetch  0x00000001 , 0x0000017f 
+ 00010447  0x00001629 bbit0  0x00000005 , 0x000028d1 
+ 00010448  0x0000162a fetcht  0x00000001 , 0x000004cc 
+ 00010449  0x0000162c branch  0x0000291f 
+ 00010450  0x00001630 bpatch  0x00000081 , 0x00004010 
+ 00010451  0x00001631 call  0x00002860 
+ 00010452  0x00001632 fetch  0x00000001 , 0x0000017f 
+ 00010453  0x00001633 bbit0  0x00000004 , 0x000028d7 
+ 00010454  0x00001634 fetcht  0x00000001 , 0x000004cb 
+ 00010455  0x00001636 branch  0x00002933 
+ 00010456  0x0000163a force  0x00000000 , 0x0000002d 
+ 00010457  0x0000163b fetch  0x00000003 , 0x000040a7 
+ 00010458  0x0000163c iforce  0x0000002c 
+ 00010459  0x0000163d rtn 
+ 00010460  0x00001640 bpatch  0x00000082 , 0x00004010 
+ 00010461  0x00001641 fetch  0x00000001 , 0x000041d3 
+ 00010462  0x00001642 icopy  0x0000002d 
+ 00010463  0x00001643 fetch  0x00000003 , 0x000041d0 
+ 00010464  0x00001644 icopy  0x0000002c 
+ 00010465  0x00001645 rtn 
+ 00010466  0x00001648 bpatch  0x00000083 , 0x00004010 
+ 00010467  0x00001649 fetch  0x00000002 , 0x000040a4 
+ 00010468  0x0000164a icopy  0x0000002e 
+ 00010469  0x0000164b fetch  0x00000001 , 0x000040a3 
+ 00010470  0x0000164c icopy  0x0000002d 
+ 00010471  0x0000164d fetch  0x00000003 , 0x000040a0 
+ 00010472  0x0000164e icopy  0x0000002c 
+ 00010473  0x0000164f rtn 
+ 00010474  0x00001652 bpatch  0x00000084 , 0x00004010 
+ 00010475  0x00001653 fetch  0x00000002 , 0x00000044 
+ 00010476  0x00001654 icopy  0x0000002e 
+ 00010477  0x00001655 fetch  0x00000001 , 0x00000043 
+ 00010478  0x00001656 icopy  0x0000002d 
+ 00010479  0x00001657 fetch  0x00000003 , 0x00000040 
+ 00010480  0x00001658 icopy  0x0000002c 
+ 00010481  0x00001659 rtn 
+ 00010482  0x0000165d bmark1  0x00000020 , 0x000028f5 
+ 00010483  0x0000165e rtnmark0  0x0000001d 
+ 00010484  0x0000165f rtnmark0  0x0000001f 
+ 00010485  0x00001661 and_into  0xffffff00 , 0x0000002c 
+ 00010486  0x00001662 pulse  0x00000015 
+ 00010487  0x00001663 nop  0x00000020 
+ 00010488  0x00001664 rtn 
+ 00010489  0x00001668 bpatch  0x00000085 , 0x00004010 
+ 00010490  0x00001669 branch  0x0000290a , 0x00000021 
+ 00010491  0x0000166a jam  0x000000d4 , 0x00008955 
+ 00010492  0x0000166b nop  0x00000004 
+ 00010493  0x0000166c jam  0x000000d2 , 0x00008955 
+ 00010494  0x0000166d nop  0x00000004 
+ 00010495  0x0000166e jam  0x000000d1 , 0x00008955 
+ 00010496  0x0000166f nop  0x00000004 
+ 00010497  0x00001670 fetch  0x00000001 , 0x000041de 
+ 00010498  0x00001671 beq  0x00000000 , 0x00002908 
+ 00010499  0x00001672 beq  0x00000001 , 0x00002915 
+ 00010500  0x00001673 beq  0x00000002 , 0x00002908 
+ 00010501  0x00001674 beq  0x00000003 , 0x00002915 
+ 00010502  0x00001675 beq  0x00000004 , 0x00002915 
+ 00010503  0x00001676 beq  0x00000020 , 0x00002915 
+ 00010504  0x00001679 jam  0x000000d0 , 0x00008955 
+ 00010505  0x0000167a jam  0x000000e0 , 0x00008956 
+ 00010506  0x0000167c force  0x00000000 , 0x00000015 
+ 00010507  0x0000167d disable  0x00000021 
+ 00010508  0x0000167e disable  0x00000020 
+ 00010509  0x0000167f pulse  0x0000001e 
+ 00010510  0x00001680 jam  0x00000000 , 0x00008902 
+ 00010511  0x00001681 jam  0x00000000 , 0x00008901 
+ 00010512  0x00001682 jam  0x00000000 , 0x00008900 
+ 00010513  0x00001683 jam  0x00000000 , 0x00008903 
+ 00010514  0x00001684 jam  0x00000070 , 0x00008904 
+ 00010515  0x00001685 jam  0x00000000 , 0x00008906 
+ 00010516  0x00001686 rtn 
+ 00010517  0x0000168c jam  0x000000d0 , 0x00008955 
+ 00010518  0x0000168d jam  0x000000c0 , 0x00008956 
+ 00010519  0x0000168e branch  0x0000290a 
+ 00010520  0x00001691 bpatch  0x00000086 , 0x00004010 
+ 00010521  0x00001692 jam  0x00000000 , 0x00008902 
+ 00010522  0x00001693 jam  0x00000000 , 0x00008901 
+ 00010523  0x00001694 jam  0x00000018 , 0x00008900 
+ 00010524  0x00001695 jam  0x000000a7 , 0x00008903 
+ 00010525  0x00001696 jam  0x0000007f , 0x00008904 
+ 00010526  0x00001697 rtn 
+ 00010527  0x0000169a bpatch  0x00000087 , 0x00004010 
+ 00010528  0x0000169c storet  0x00000001 , 0x00000017 
+ 00010529  0x0000169d add  0x00000002 , 0x00000004 , 0x00000011 
+ 00010530  0x0000169e jam  0x00000007 , 0x0000896d 
+ 00010531  0x0000169f branch  0x00002981 
+ 00010532  0x000016a1 bpatch  0x00000088 , 0x00004011 
+ 00010533  0x000016a2 jam  0x000000cf , 0x00008901 
+ 00010534  0x000016a3 nop  0x0000000a 
+ 00010535  0x000016a4 jam  0x000000ff , 0x00008900 
+ 00010536  0x000016a5 jam  0x000000af , 0x00008903 
+ 00010537  0x000016a6 jam  0x000000ff , 0x00008904 
+ 00010538  0x000016a7 nop  0x0000000a 
+ 00010539  0x000016a8 jam  0x000000a0 , 0x00008902 
+ 00010540  0x000016a9 rtn 
+ 00010541  0x000016ac fetch  0x00000001 , 0x000041e0 
+ 00010542  0x000016ad branch  0x00002931 , 0x00000034 
+ 00010543  0x000016af add  0x00000002 , 0x00000002 , 0x00000011 
+ 00010544  0x000016b0 rtn 
+ 00010545  0x000016b2 add  0x00000002 , 0x00000000 , 0x00000011 
+ 00010546  0x000016b3 rtn 
+ 00010547  0x000016b6 bpatch  0x00000089 , 0x00004011 
+ 00010548  0x000016b7 storet  0x00000001 , 0x00000017 
+ 00010549  0x000016b8 call  0x0000292d 
+ 00010550  0x000016b9 call  0x00002981 
+ 00010551  0x000016ba setarg  0x00000500 
+ 00010552  0x000016bb call  0x00002a8f 
+ 00010553  0x000016bd jam  0x00000001 , 0x00008906 
+ 00010554  0x000016be jam  0x0000003c , 0x00008900 
+ 00010555  0x000016bf jam  0x000000e0 , 0x00008901 
+ 00010556  0x000016c0 jam  0x00000012 , 0x0000896d 
+ 00010557  0x000016c1 nop  0x0000000a 
+ 00010558  0x000016c2 jam  0x00000001 , 0x00008902 
+ 00010559  0x000016c3 jam  0x0000003d , 0x00008902 
+ 00010560  0x000016c4 nop  0x0000000a 
+ 00010561  0x000016c5 jam  0x000000b7 , 0x00008903 
+ 00010562  0x000016c6 nop  0x0000000a 
+ 00010563  0x000016c7 jam  0x0000007f , 0x00008902 
+ 00010564  0x000016c9 fetch  0x00000001 , 0x000041de 
+ 00010565  0x000016ca beq  0x00000000 , 0x0000294b 
+ 00010566  0x000016cb beq  0x00000001 , 0x0000294f 
+ 00010567  0x000016cc beq  0x00000002 , 0x00002953 
+ 00010568  0x000016cd beq  0x00000003 , 0x00002957 
+ 00010569  0x000016ce beq  0x00000004 , 0x0000295b 
+ 00010570  0x000016cf beq  0x00000020 , 0x0000295f 
+ 00010571  0x000016d1 jam  0x000000f0 , 0x00008956 
+ 00010572  0x000016d2 call  0x00002965 
+ 00010573  0x000016d3 jam  0x000000d8 , 0x00008955 
+ 00010574  0x000016d4 rtn 
+ 00010575  0x000016d7 jam  0x000000df , 0x00008956 
+ 00010576  0x000016d8 call  0x00002965 
+ 00010577  0x000016d9 jam  0x000000df , 0x00008955 
+ 00010578  0x000016da rtn 
+ 00010579  0x000016dd jam  0x000000ff , 0x00008956 
+ 00010580  0x000016de call  0x00002965 
+ 00010581  0x000016df jam  0x000000df , 0x00008955 
+ 00010582  0x000016e0 rtn 
+ 00010583  0x000016e2 jam  0x000000ce , 0x00008956 
+ 00010584  0x000016e3 call  0x00002965 
+ 00010585  0x000016e4 jam  0x000000d8 , 0x00008955 
+ 00010586  0x000016e5 rtn 
+ 00010587  0x000016e8 jam  0x000000cb , 0x00008956 
+ 00010588  0x000016e9 call  0x00002965 
+ 00010589  0x000016ea jam  0x000000d8 , 0x00008955 
+ 00010590  0x000016eb rtn 
+ 00010591  0x000016ee jam  0x000000d0 , 0x00008955 
+ 00010592  0x000016ef jam  0x000000c0 , 0x00008956 
+ 00010593  0x000016f0 jam  0x0000004c , 0x00008957 
+ 00010594  0x000016f1 jam  0x0000006c , 0x00008958 
+ 00010595  0x000016f2 jam  0x00000050 , 0x00008959 
+ 00010596  0x000016f3 rtn 
+ 00010597  0x000016f6 nop  0x00000004 
+ 00010598  0x000016f7 jam  0x000000d1 , 0x00008955 
+ 00010599  0x000016f8 nop  0x00000004 
+ 00010600  0x000016f9 jam  0x000000d2 , 0x00008955 
+ 00010601  0x000016fa nop  0x00000004 
+ 00010602  0x000016fb jam  0x000000d4 , 0x00008955 
+ 00010603  0x000016fc rtn 
+ 00010604  0x00001700 jam  0x00000006 , 0x00008042 
+ 00010605  0x00001702 fetch  0x00000002 , 0x000040c3 
+ 00010606  0x00001703 bbit0  0x0000000e , 0x0000296d 
+ 00010607  0x00001704 iforce  0x00000006 
+ 00010608  0x00001705 arg  0x00008900 , 0x00000002 
+ 00010609  0x00001707 ifetch  0x00000001 , 0x00000006 
+ 00010610  0x00001708 beq  0x000000ff , 0x00002977 
+ 00010611  0x00001709 ior  0x00000002 , 0x00000005 
+ 00010612  0x0000170a ifetch  0x00000001 , 0x00000006 
+ 00010613  0x0000170b istore  0x00000001 , 0x00000005 
+ 00010614  0x0000170c branch  0x00002971 
+ 00010615  0x0000170e bpatch  0x0000008a , 0x00004011 
+ 00010616  0x0000170f call  0x00002be5 
+ 00010617  0x00001710 call  0x000029c9 
+ 00010618  0x00001712 setarg  0x000007d0 
+ 00010619  0x00001713 iadd  0x00000022 , 0x0000003f 
+ 00010620  0x00001714 store  0x00000004 , 0x00000169 
+ 00010621  0x00001715 set1  0x00000003 , 0x00000015 
+ 00010622  0x00001716 force  0x00000000 , 0x00000015 
+ 00010623  0x00001717 ncall  0x00002998 , 0x0000002b 
+ 00010624  0x00001718 branch  0x000029ab 
+ 00010625  0x0000171c bpatch  0x0000008b , 0x00004011 
+ 00010626  0x0000171d setarg  0x00000960 
+ 00010627  0x0000171e iadd  0x00000011 , 0x00000002 
+ 00010628  0x0000171f fetch  0x00000001 , 0x000040bd 
+ 00010629  0x00001720 jam  0x00000004 , 0x0000895f 
+ 00010630  0x00001721 imul32  0x00000002 , 0x0000003f 
+ 00010631  0x00001722 fetcht  0x00000001 , 0x000040be 
+ 00010632  0x00001723 idiv  0x00000002 
+ 00010633  0x00001724 call  0x00007f86 
+ 00010634  0x00001725 quotient  0x00000011 
+ 00010635  0x00001726 remainder  0x0000003f 
+ 00010636  0x00001727 lshift16  0x0000003f , 0x0000003f 
+ 00010637  0x00001728 lshift4  0x0000003f , 0x0000003f 
+ 00010638  0x00001729 idiv  0x00000002 
+ 00010639  0x0000172a call  0x00007f86 
+ 00010640  0x0000172b quotient  0x0000003f 
+ 00010641  0x0000172c lshift8  0x0000003f , 0x0000003f 
+ 00010642  0x0000172d lshift  0x0000003f , 0x0000003f 
+ 00010643  0x0000172e ior  0x00000011 , 0x0000003f 
+ 00010644  0x0000172f hstore  0x00000004 , 0x00008960 
+ 00010645  0x00001730 jam  0x00000044 , 0x0000895f 
+ 00010646  0x00001731 jam  0x000000c4 , 0x0000895f 
+ 00010647  0x00001732 rtn 
+ 00010648  0x00001736 bpatch  0x0000008c , 0x00004011 
+ 00010649  0x00001737 jam  0x00000002 , 0x00008906 
+ 00010650  0x00001738 setarg  0x0003d090 
+ 00010651  0x00001739 call  0x00002a8f 
+ 00010652  0x0000173a jam  0x0000007f , 0x00008900 
+ 00010653  0x0000173b nop  0x00000082 
+ 00010654  0x0000173c jam  0x00000030 , 0x00008952 
+ 00010655  0x0000173d jam  0x000000d0 , 0x00008901 
+ 00010656  0x0000173e jam  0x00000070 , 0x00008952 
+ 00010657  0x0000173f jam  0x000000f0 , 0x00008952 
+ 00010658  0x00001740 force  0x00000032 , 0x00000039 
+ 00010659  0x00001742 hfetch  0x00000001 , 0x00008980 
+ 00010660  0x00001743 bbit1  0x00000005 , 0x000029a6 
+ 00010661  0x00001744 loop  0x000029a3 
+ 00010662  0x00001746 store  0x00000001 , 0x000040ce 
+ 00010663  0x00001747 jam  0x00000000 , 0x00008901 
+ 00010664  0x00001748 jam  0x00000000 , 0x00008900 
+ 00010665  0x00001749 jam  0x00000000 , 0x00008906 
+ 00010666  0x0000174a rtn 
+ 00010667  0x0000174d bpatch  0x0000008d , 0x00004011 
+ 00010668  0x0000174e fetch  0x00000001 , 0x000040ce 
+ 00010669  0x0000174f set1  0x00000005 , 0x0000003f 
+ 00010670  0x00001750 hstore  0x00000001 , 0x00008952 
+ 00010671  0x00001751 hfetcht  0x00000001 , 0x00008950 
+ 00010672  0x00001752 and_into  0x00000007 , 0x00000002 
+ 00010673  0x00001753 lshift3  0x0000003f , 0x0000003f 
+ 00010674  0x00001754 ior  0x00000002 , 0x0000003f 
+ 00010675  0x00001755 hstore  0x00000001 , 0x00008950 
+ 00010676  0x00001756 hfetch  0x00000001 , 0x00008951 
+ 00010677  0x00001757 set0  0x00000000 , 0x0000003f 
+ 00010678  0x00001758 hstore  0x00000001 , 0x00008951 
+ 00010679  0x00001759 hfetch  0x00000001 , 0x00008952 
+ 00010680  0x0000175a set0  0x00000005 , 0x0000003f 
+ 00010681  0x0000175b hstore  0x00000001 , 0x00008952 
+ 00010682  0x0000175c rtn 
+ 00010683  0x0000175f bpatch  0x0000008e , 0x00004011 
+ 00010684  0x00001760 hfetch  0x00000002 , 0x00008981 
+ 00010685  0x00001761 rshift4  0x0000003f , 0x0000003f 
+ 00010686  0x00001762 rshift3  0x0000003f , 0x0000003f 
+ 00010687  0x00001763 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00010688  0x00001765 and_into  0x000000ff , 0x0000003f 
+ 00010689  0x00001766 div  0x0000003f , 0x0000000a 
+ 00010690  0x00001767 call  0x00007f86 
+ 00010691  0x00001768 quotient  0x0000003f 
+ 00010692  0x00001769 lshift4  0x0000003f , 0x0000003f 
+ 00010693  0x0000176a remainder  0x00000002 
+ 00010694  0x0000176b ior  0x00000002 , 0x0000003f 
+ 00010695  0x0000176c store  0x00000001 , 0x00000018 
+ 00010696  0x0000176d rtn 
+ 00010697  0x00001771 jam  0x00000006 , 0x00008042 
+ 00010698  0x00001772 hfetch  0x00000001 , 0x0000896b 
+ 00010699  0x00001773 set0  0x00000004 , 0x0000003f 
+ 00010700  0x00001774 set0  0x00000005 , 0x0000003f 
+ 00010701  0x00001775 hstore  0x00000001 , 0x0000896b 
+ 00010702  0x00001776 jam  0x00000000 , 0x00008905 
+ 00010703  0x00001777 jam  0x00000000 , 0x00008904 
+ 00010704  0x00001778 jam  0x00000070 , 0x00008904 
+ 00010705  0x00001779 jam  0x000000ff , 0x00008905 
+ 00010706  0x0000177a hfetch  0x00000001 , 0x0000896b 
+ 00010707  0x0000177b set1  0x00000004 , 0x0000003f 
+ 00010708  0x0000177c set1  0x00000005 , 0x0000003f 
+ 00010709  0x0000177d hstore  0x00000001 , 0x0000896b 
+ 00010710  0x0000177e call  0x000029e9 
+ 00010711  0x0000177f hfetch  0x00000001 , 0x00008968 
+ 00010712  0x00001780 set1  0x00000007 , 0x0000003f 
+ 00010713  0x00001781 hstore  0x00000001 , 0x00008968 
+ 00010714  0x00001782 set0  0x00000007 , 0x0000003f 
+ 00010715  0x00001783 hstore  0x00000001 , 0x00008968 
+ 00010716  0x00001784 set1  0x00000007 , 0x0000003f 
+ 00010717  0x00001785 hstore  0x00000001 , 0x00008968 
+ 00010718  0x00001786 jam  0x00000005 , 0x00008042 
+ 00010719  0x00001787 nop  0x00000001 
+ 00010720  0x00001788 jam  0x00000004 , 0x00008042 
+ 00010721  0x00001789 hfetch  0x00000001 , 0x0000896b 
+ 00010722  0x0000178a and_into  0x000000cf , 0x0000003f 
+ 00010723  0x0000178b hstore  0x00000001 , 0x0000896b 
+ 00010724  0x0000178c or_into  0x00000030 , 0x0000003f 
+ 00010725  0x0000178d hstore  0x00000001 , 0x0000896b 
+ 00010726  0x0000178e rtn 
+ 00010727  0x00001792 setarg  0x00000f0f 
+ 00010728  0x00001793 branch  0x00002c18 
+ 00010729  0x00001796 setarg  0x0000080f 
+ 00010730  0x00001797 branch  0x00002c18 
+ 00010731  0x0000179c bpatch  0x0000008f , 0x00004011 
+ 00010732  0x0000179d call  0x00002924 
+ 00010733  0x0000179e disable  0x00000020 
+ 00010734  0x0000179f enable  0x00000021 
+ 00010735  0x000017a0 pulse  0x00000016 
+ 00010736  0x000017a1 rtn 
+ 00010737  0x000017a4 bpatch  0x00000090 , 0x00004012 
+ 00010738  0x000017a5 fetch  0x00000001 , 0x0000004c 
+ 00010739  0x000017a6 isolate1  0x00000002 , 0x0000003f 
+ 00010740  0x000017a7 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00010741  0x000017a8 hstore  0x00000001 , 0x00008011 
+ 00010742  0x000017a9 arg  0x00000062 , 0x00000006 
+ 00010743  0x000017aa ifetch  0x00000009 , 0x00000006 
+ 00010744  0x000017ab iforce  0x00000032 
+ 00010745  0x000017ac ifetch  0x00000007 , 0x00000006 
+ 00010746  0x000017ad iforce  0x00000033 
+ 00010747  0x000017ae fetch  0x00000001 , 0x00000054 
+ 00010748  0x000017af add  0x0000003f , 0xffffffff , 0x00000034 
+ 00010749  0x000017b0 pulse  0x0000001a 
+ 00010750  0x000017b1 rtn 
+ 00010751  0x000017b4 deposit  0x0000001a 
+ 00010752  0x000017b5 store  0x00000006 , 0x0000009a 
+ 00010753  0x000017b6 disable  0x0000000d 
+ 00010754  0x000017b7 nbranch  0x000028f9 , 0x00000018 
+ 00010755  0x000017b8 arg  0x000003bb , 0x00000029 
+ 00010756  0x000017b9 increase  0x00000001 , 0x00000028 
+ 00010757  0x000017ba and_into  0x000001fc , 0x00000028 
+ 00010758  0x000017bb rtn 
+ 00010759  0x000017c0 enable  0x0000000d 
+ 00010760  0x000017c2 correlate  0x0000003e , 0x00000017 
+ 00010761  0x000017c3 branch  0x000029ff , 0x00000018 
+ 00010762  0x000017c4 compare  0x00000002 , 0x00000028 , 0x00000002 
+ 00010763  0x000017c5 nbranch  0x00002a08 , 0x00000001 
+ 00010764  0x000017c6 branch  0x000029ff 
+ 00010765  0x000017c9 bpatch  0x00000091 , 0x00004012 
+ 00010766  0x000017ca arg  0x00000600 , 0x0000000b 
+ 00010767  0x000017cb enable  0x0000000d 
+ 00010768  0x000017cc correlate  0x00000023 , 0x00000026 
+ 00010769  0x000017cd disable  0x0000000d 
+ 00010770  0x000017ce nbranch  0x000028f9 , 0x00000018 
+ 00010771  0x000017cf rtn 
+ 00010772  0x000017d2 bpatch  0x00000092 , 0x00004012 
+ 00010773  0x000017d3 enable  0x0000000d 
+ 00010774  0x000017d4 correlate  0x0000003e , 0x00000003 
+ 00010775  0x000017d5 disable  0x0000000d 
+ 00010776  0x000017d6 nbranch  0x000028f9 , 0x00000018 
+ 00010777  0x000017d7 arg  0x000003bb , 0x00000029 
+ 00010778  0x000017d8 and_into  0x000001fc , 0x00000028 
+ 00010779  0x000017d9 rtn 
+ 00010780  0x000017dd bpatch  0x00000093 , 0x00004012 
+ 00010781  0x000017de iforce  0x00000011 
+ 00010782  0x000017df deposit  0x00000021 
+ 00010783  0x000017e0 iadd  0x00000002 , 0x0000000b 
+ 00010784  0x000017e1 copy  0x0000000b , 0x0000003f 
+ 00010785  0x000017e2 store  0x00000004 , 0x000040ca 
+ 00010786  0x000017e3 deposit  0x00000011 
+ 00010787  0x000017e4 rtn 
+ 00010788  0x000017e8 copy  0x0000003f , 0x00000002 
+ 00010789  0x000017e9 bpatch  0x00000094 , 0x00004012 
+ 00010790  0x000017ea copy  0x00000002 , 0x0000003f 
+ 00010791  0x000017eb call  0x00007f50 
+ 00010792  0x000017ec lshift16  0x00000021 , 0x0000003f 
+ 00010793  0x000017ed set1  0x0000002c , 0x0000003f 
+ 00010794  0x000017ee call  0x00007f39 
+ 00010795  0x000017ef set0  0x0000002c , 0x0000003f 
+ 00010796  0x000017f0 call  0x00002a77 
+ 00010797  0x000017f1 call  0x00007f39 
+ 00010798  0x000017f2 rtn  0x00000028 
+ 00010799  0x000017f3 call  0x00007f43 
+ 00010800  0x000017f4 iforce  0x0000001b 
+ 00010801  0x000017f5 until  0x0000003e , 0x00000003 
+ 00010802  0x000017f6 rtn 
+ 00010803  0x000017fa bpatch  0x00000095 , 0x00004012 
+ 00010804  0x000017fb branch  0x00002a38 , 0x00000030 
+ 00010805  0x000017fc until  0x00000029 , 0x00000026 
+ 00010806  0x000017fe copy  0x00000028 , 0x00000002 
+ 00010807  0x000017ff branch  0x00002a3b 
+ 00010808  0x00001801 branch  0x00002a3a , 0x0000002e 
+ 00010809  0x00001802 until  0x00000023 , 0x00000026 
+ 00010810  0x00001804 copy  0x00000022 , 0x00000002 
+ 00010811  0x00001806 branch  0x00002a47 , 0x00000028 
+ 00010812  0x00001807 compare  0x00000001 , 0x00000002 , 0x00000003 
+ 00010813  0x00001808 nbranch  0x00002a33 , 0x00000001 
+ 00010814  0x0000180a bpatch  0x00000096 , 0x00004012 
+ 00010815  0x0000180b fetch  0x00000001 , 0x00000030 
+ 00010816  0x0000180c rtnbit0  0x00000000 
+ 00010817  0x0000180d fetch  0x00000004 , 0x000040ca 
+ 00010818  0x0000180e isub  0x00000002 , 0x0000003f 
+ 00010819  0x0000180f nrtn  0x00000002 
+ 00010820  0x00001810 sub  0x0000003f , 0x000000ff , 0x0000003e 
+ 00010821  0x00001811 branch  0x00002a33 , 0x00000002 
+ 00010822  0x00001812 rtn 
+ 00010823  0x00001814 compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00010824  0x00001815 nbranch  0x00002a33 , 0x00000001 
+ 00010825  0x00001816 branch  0x00002a3e 
+ 00010826  0x00001819 bpatch  0x00000097 , 0x00004012 
+ 00010827  0x0000181a arg  0x00000600 , 0x0000000b 
+ 00010828  0x0000181b branch  0x00002a33 
+ 00010829  0x0000181e disable  0x00000028 
+ 00010830  0x0000181f branch  0x00002a4a 
+ 00010831  0x00001822 enable  0x00000028 
+ 00010832  0x00001823 branch  0x00002a4a 
+ 00010833  0x00001826 bpatch  0x00000098 , 0x00004013 
+ 00010834  0x00001827 call  0x000029f1 
+ 00010835  0x00001828 disable  0x00000021 
+ 00010836  0x00001829 enable  0x00000020 
+ 00010837  0x0000182a rtn 
+ 00010838  0x0000182f bpatch  0x00000099 , 0x00004013 
+ 00010839  0x00001830 arg  0x00000e43 , 0x0000000b 
+ 00010840  0x00001831 until  0x00000023 , 0x00000026 
+ 00010841  0x00001832 pulse  0x00000016 
+ 00010842  0x00001833 rtn 
+ 00010843  0x00001836 bpatch  0x0000009a , 0x00004013 
+ 00010844  0x00001837 arg  0x00000d00 , 0x0000000b 
+ 00010845  0x00001838 until  0x00000023 , 0x00000026 
+ 00010846  0x00001839 rtn 
+ 00010847  0x0000183d bpatch  0x0000009b , 0x00004013 
+ 00010848  0x0000183e arg  0x00000e43 , 0x0000000b 
+ 00010849  0x0000183f until  0x00000029 , 0x00000026 
+ 00010850  0x00001840 pulse  0x00000016 
+ 00010851  0x00001841 rtn 
+ 00010852  0x00001844 bpatch  0x0000009c , 0x00004013 
+ 00010853  0x00001845 preload  0x00000009 
+ 00010854  0x00001846 enable  0x0000001d 
+ 00010855  0x00001847 set1  0x00000000 , 0x00000015 
+ 00010856  0x00001848 inject  0x00000003 , 0x00000048 
+ 00010857  0x00001849 disable  0x0000001d 
+ 00010858  0x0000184a rtn 
+ 00010859  0x0000184e copy  0x00000025 , 0x00000002 
+ 00010860  0x0000184f or_into  0x00000060 , 0x00000002 
+ 00010861  0x00001850 copy  0x00000002 , 0x0000000e 
+ 00010862  0x00001851 rtn 
+ 00010863  0x00001857 bpatch  0x0000009d , 0x00004013 
+ 00010864  0x00001858 fetch  0x00000001 , 0x00004090 
+ 00010865  0x00001859 increase  0x00000001 , 0x0000003f 
+ 00010866  0x0000185a bne  0x00000007 , 0x00002a74 
+ 00010867  0x0000185b force  0x00000001 , 0x0000003f 
+ 00010868  0x0000185d store  0x00000001 , 0x00004090 
+ 00010869  0x0000185e iforce  0x00000004 
+ 00010870  0x0000185f rtn 
+ 00010871  0x00001862 copy  0x00000019 , 0x00000002 
+ 00010872  0x00001863 rtn  0x00000029 
+ 00010873  0x00001864 copy  0x0000001a , 0x00000002 
+ 00010874  0x00001865 rtn 
+ 00010875  0x00001868 deposit  0x00000022 
+ 00010876  0x00001869 rtn  0x00000029 
+ 00010877  0x0000186a deposit  0x00000028 
+ 00010878  0x0000186b rtn 
+ 00010879  0x0000186f bpatch  0x0000009e , 0x00004013 
+ 00010880  0x00001870 fetcht  0x00000004 , 0x0000004d 
+ 00010881  0x00001871 call  0x00002a7b 
+ 00010882  0x00001872 isub  0x00000002 , 0x0000000b 
+ 00010883  0x00001873 deposit  0x0000000b 
+ 00010884  0x00001874 fetcht  0x00000002 , 0x00000051 
+ 00010885  0x00001875 lshift  0x00000002 , 0x00000002 
+ 00010886  0x00001876 isub  0x00000002 , 0x0000003f 
+ 00010887  0x00001877 rtn 
+ 00010888  0x0000187a bpatch  0x0000009f , 0x00004013 
+ 00010889  0x0000187b call  0x00002a7b 
+ 00010890  0x0000187c store  0x00000004 , 0x0000004d 
+ 00010891  0x0000187d rtn 
+ 00010892  0x00001880 bpatch  0x000000a0 , 0x00004014 
+ 00010893  0x00001881 branch  0x00002a8c 
+ 00010894  0x00001884 branch  0x00002a8e 
+ 00010895  0x00001887 rtn  0x00000034 
+ 00010896  0x00001889 rshift  0x0000003f , 0x0000003f 
+ 00010897  0x0000188a increase  0xfffffffd , 0x0000003f 
+ 00010898  0x0000188c increase  0xffffffff , 0x0000003f 
+ 00010899  0x0000188d nbranch  0x00002a92 , 0x00000005 
+ 00010900  0x0000188e force  0x00000000 , 0x0000003f 
+ 00010901  0x0000188f rtn 
+ 00010902  0x00001895 arg  0x00000010 , 0x00000039 
+ 00010903  0x00001896 arg  0x00000000 , 0x00000005 
+ 00010904  0x00001897 call  0x00007ec6 
+ 00010905  0x00001898 arg  0x0000043f , 0x00000005 
+ 00010906  0x00001899 arg  0x0000000a , 0x00000039 
+ 00010907  0x0000189a call  0x00007ec6 
+ 00010908  0x0000189b jam  0x00000000 , 0x000009b2 
+ 00010909  0x0000189c jam  0x00000000 , 0x00000a99 
+ 00010910  0x0000189d jam  0x00000000 , 0x0000048c 
+ 00010911  0x0000189e jam  0x00000000 , 0x0000017f 
+ 00010912  0x0000189f jam  0x00000000 , 0x000004d1 
+ 00010913  0x000018a0 bpatch  0x000000a1 , 0x00004014 
+ 00010914  0x000018a1 jam  0x00000000 , 0x0000016d 
+ 00010915  0x000018a2 jam  0x00000000 , 0x00000151 
+ 00010916  0x000018a3 jam  0x00000000 , 0x0000015c 
+ 00010917  0x000018a4 setarg  0x009e8b33 
+ 00010918  0x000018a5 store  0x00000003 , 0x000040a7 
+ 00010919  0x000018a6 setarg  0x00000153 
+ 00010920  0x000018a7 store  0x00000002 , 0x00000083 
+ 00010921  0x000018a8 jam  0x0000001e , 0x00000085 
+ 00010922  0x000018a9 jam  0x00000001 , 0x00000086 
+ 00010923  0x000018aa jam  0x00000007 , 0x00000088 
+ 00010924  0x000018ab setarg  0x0012e904 
+ 00010925  0x000018ac store  0x00000003 , 0x00000080 
+ 00010926  0x000018b1 jam  0x00000060 , 0x00000090 
+ 00010927  0x000018b2 jam  0x00000005 , 0x000040d0 
+ 00010928  0x000018b3 jam  0x00000002 , 0x00000014 
+ 00010929  0x000018b4 fetch  0x00000001 , 0x0000465a 
+ 00010930  0x000018b5 ncall  0x000074c1 , 0x00000034 
+ 00010931  0x000018b6 fetch  0x00000001 , 0x000044be 
+ 00010932  0x000018b7 ncall  0x00007518 , 0x00000034 
+ 00010933  0x000018b8 bpatch  0x000000a2 , 0x00004014 
+ 00010934  0x000018b9 rtn  0x0000002b 
+ 00010935  0x000018ba setarg  0x00000000 
+ 00010936  0x000018bb store  0x00000002 , 0x000041dc 
+ 00010937  0x000018bc rshift  0x00000022 , 0x0000003f 
+ 00010938  0x000018bd store  0x00000004 , 0x00004094 
+ 00010939  0x000018be rtn 
+ 00010940  0x000018c6 setarg  0x0000ee21 
+ 00010941  0x000018c7 hstore  0x00000002 , 0x00008050 
+ 00010942  0x000018c8 hfetch  0x00000004 , 0x0000811c 
+ 00010943  0x000018c9 store  0x00000004 , 0x00000abe 
+ 00010944  0x000018ca hfetch  0x00000001 , 0x0000813e 
+ 00010945  0x000018cb store  0x00000001 , 0x00000abd 
+ 00010946  0x000018cc bbit0  0x00000003 , 0x0000645b 
+ 00010947  0x000018cd enable  0x0000002b 
+ 00010948  0x000018ce bbit0  0x00000007 , 0x00002acc 
+ 00010949  0x000018cf disable  0x0000002b 
+ 00010950  0x000018d0 deposit  0x00000027 
+ 00010951  0x000018d1 nbranch  0x00002acc , 0x00000034 
+ 00010952  0x000018d2 hfetch  0x00000001 , 0x0000813b 
+ 00010953  0x000018d3 bbit1  0x00000002 , 0x00002acc 
+ 00010954  0x000018d4 arg  0xffffffff , 0x00000002 
+ 00010955  0x000018d5 branch  0x00002b3c 
+ 00010956  0x000018d7 hfetch  0x00000003 , 0x0000813c 
+ 00010957  0x000018d8 hstore  0x00000003 , 0x0000804c 
+ 00010958  0x000018d9 ifetch  0x00000001 , 0x00000006 
+ 00010959  0x000018da or_into  0x000000ef , 0x0000003f 
+ 00010960  0x000018db istore  0x00000001 , 0x00000005 
+ 00010961  0x000018dc call  0x00002c23 
+ 00010962  0x000018dd hfetch  0x00000001 , 0x0000804f 
+ 00010963  0x000018de set1  0x00000004 , 0x0000003f 
+ 00010964  0x000018df hstore  0x00000001 , 0x0000804f 
+ 00010965  0x000018e0 call  0x00002c23 
+ 00010966  0x000018e1 call  0x00002adf , 0x0000002b 
+ 00010967  0x000018e2 hfetch  0x00000001 , 0x0000804e 
+ 00010968  0x000018e3 set0  0x00000003 , 0x0000003f 
+ 00010969  0x000018e4 hstore  0x00000001 , 0x0000804e 
+ 00010970  0x000018e5 call  0x00002c23 
+ 00010971  0x000018e6 nbranch  0x0000645b , 0x0000002b 
+ 00010972  0x000018e7 rtnmark0  0x0000002b 
+ 00010973  0x000018e8 jam  0x00000008 , 0x00008006 
+ 00010974  0x000018e9 rtn 
+ 00010975  0x000018ec fetch  0x00000001 , 0x00004198 
+ 00010976  0x000018ed hstore  0x00000001 , 0x00008086 
+ 00010977  0x000018ee fetch  0x00000003 , 0x0000418d 
+ 00010978  0x000018ef hstore  0x00000003 , 0x00008080 
+ 00010979  0x000018f0 fetch  0x00000004 , 0x00004181 
+ 00010980  0x000018f1 hstore  0x00000004 , 0x00008074 
+ 00010981  0x000018f2 fetch  0x00000004 , 0x0000417d 
+ 00010982  0x000018f3 hstore  0x00000004 , 0x00008070 
+ 00010983  0x000018f4 fetch  0x00000008 , 0x00004185 
+ 00010984  0x000018f5 hstore  0x00000008 , 0x00008078 
+ 00010985  0x000018f6 fetch  0x00000008 , 0x00004190 
+ 00010986  0x000018f7 iforce  0x00000000 
+ 00010987  0x000018f8 hfetch  0x00000008 , 0x00008140 
+ 00010988  0x000018f9 store  0x00000008 , 0x000000a1 
+ 00010989  0x000018fa call  0x000064ca 
+ 00010990  0x000018fb rtn 
+ 00010991  0x000018fe deposit  0x00000000 
+ 00010992  0x000018ff store  0x00000008 , 0x00004190 
+ 00010993  0x00001900 hfetch  0x00000008 , 0x00008070 
+ 00010994  0x00001901 store  0x00000008 , 0x0000417d 
+ 00010995  0x00001902 ifetch  0x00000008 , 0x00000006 
+ 00010996  0x00001903 istore  0x00000008 , 0x00000005 
+ 00010997  0x00001904 hfetch  0x00000003 , 0x00008080 
+ 00010998  0x00001905 store  0x00000003 , 0x0000418d 
+ 00010999  0x00001906 hfetch  0x00000001 , 0x00008086 
+ 00011000  0x00001907 store  0x00000001 , 0x00004198 
+ 00011001  0x00001908 branch  0x00002c29 
+ 00011002  0x0000190b hfetch  0x00000001 , 0x00008063 
+ 00011003  0x0000190c nbranch  0x00002b00 , 0x00000034 
+ 00011004  0x0000190d fetch  0x00000003 , 0x0000416f 
+ 00011005  0x0000190e nrtn  0x00000034 
+ 00011006  0x0000190f jam  0x000000c0 , 0x00008063 
+ 00011007  0x00001910 jam  0x00000080 , 0x00008006 
+ 00011008  0x00001912 hfetch  0x00000001 , 0x0000812d 
+ 00011009  0x00001913 rtnbit0  0x00000001 
+ 00011010  0x00001914 hfetch  0x00000003 , 0x00008149 
+ 00011011  0x00001915 store  0x00000003 , 0x0000416f 
+ 00011012  0x00001916 rtn 
+ 00011013  0x0000191b bpatch  0x000000a3 , 0x00004014 
+ 00011014  0x0000191c deposit  0x0000001a 
+ 00011015  0x0000191d call  0x00007f37 
+ 00011016  0x0000191e fetcht  0x00000004 , 0x0000415f 
+ 00011017  0x0000191f sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00011018  0x00001920 rtn  0x00000002 
+ 00011019  0x00001921 lshift8  0x0000003f , 0x0000003f 
+ 00011020  0x00001922 lshift4  0x0000003f , 0x0000003f 
+ 00011021  0x00001923 idiv  0x00000002 
+ 00011022  0x00001924 call  0x00007f86 
+ 00011023  0x00001925 quotient  0x0000003f 
+ 00011024  0x00001926 arg  0x000000c8 , 0x00000002 
+ 00011025  0x00001927 call  0x00007f91 
+ 00011026  0x00001928 store  0x00000001 , 0x00000099 
+ 00011027  0x00001929 nbranch  0x00002b15 , 0x00000028 
+ 00011028  0x0000192a sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00011029  0x0000192c fetcht  0x00000003 , 0x0000416f 
+ 00011030  0x0000192d iadd  0x00000002 , 0x0000003f 
+ 00011031  0x0000192e store  0x00000003 , 0x0000416f 
+ 00011032  0x00001930 setarg  0x00000000 
+ 00011033  0x00001931 store  0x00000004 , 0x0000415f 
+ 00011034  0x00001932 rtn 
+ 00011035  0x00001937 fetch  0x00000001 , 0x00004177 
+ 00011036  0x00001938 set1  0x00000002 , 0x0000003f 
+ 00011037  0x00001939 store  0x00000001 , 0x00004177 
+ 00011038  0x0000193a branch  0x00002b23 
+ 00011039  0x0000193f arg  0xffffffff , 0x00000002 
+ 00011040  0x00001940 fetch  0x00000001 , 0x00004176 
+ 00011041  0x00001941 set0  0x00000007 , 0x0000003f 
+ 00011042  0x00001942 store  0x00000001 , 0x00004176 
+ 00011043  0x00001944 bpatch  0x000000a4 , 0x00004014 
+ 00011044  0x00001945 call  0x00002c29 
+ 00011045  0x00001946 fetch  0x00000001 , 0x00004157 
+ 00011046  0x00001947 store  0x00000001 , 0x0000417c 
+ 00011047  0x00001948 fetch  0x00000001 , 0x0000417a 
+ 00011048  0x00001949 set1  0x00000007 , 0x0000003f 
+ 00011049  0x0000194a store  0x00000001 , 0x0000417a 
+ 00011050  0x0000194e bpatch  0x000000a5 , 0x00004014 
+ 00011051  0x0000194f call  0x000029e7 
+ 00011052  0x00001950 fetch  0x00000004 , 0x0000415f 
+ 00011053  0x00001951 iadd  0x00000002 , 0x0000003f 
+ 00011054  0x00001952 store  0x00000004 , 0x0000415f 
+ 00011055  0x00001953 call  0x00002aef 
+ 00011056  0x00001954 fetch  0x00000005 , 0x00004178 
+ 00011057  0x00001955 hstore  0x00000004 , 0x0000804c 
+ 00011058  0x00001956 rshift32  0x0000003f , 0x00000011 
+ 00011059  0x00001957 until  0x0000003e , 0x00000033 
+ 00011060  0x00001958 deposit  0x00000019 
+ 00011061  0x00001959 store  0x00000006 , 0x00004163 
+ 00011062  0x0000195a jam  0x00000002 , 0x00008005 
+ 00011063  0x0000195b until  0x0000003e , 0x00000033 
+ 00011064  0x0000195c until  0x0000003e , 0x00000033 
+ 00011065  0x0000195d deposit  0x00000011 
+ 00011066  0x0000195e hstore  0x00000001 , 0x0000804f 
+ 00011067  0x0000195f jam  0x00000002 , 0x00008005 
+ 00011068  0x00001961 until  0x0000003e , 0x00000033 
+ 00011069  0x00001962 until  0x0000003e , 0x00000033 
+ 00011070  0x00001963 hstoret  0x00000004 , 0x0000804c 
+ 00011071  0x00001964 jam  0x00000010 , 0x00008005 
+ 00011072  0x00001965 until  0x0000003e , 0x0000003f 
+ 00011073  0x0000196b bpatch  0x000000a6 , 0x00004014 
+ 00011074  0x0000196c setarg  0x00000000 
+ 00011075  0x0000196d copy  0x00000027 , 0x0000003e 
+ 00011076  0x0000196e branch  0x00002b4c , 0x00000005 
+ 00011077  0x0000196f hfetch  0x00000001 , 0x0000813c 
+ 00011078  0x00001970 hfetcht  0x00000001 , 0x0000813d 
+ 00011079  0x00001971 isub  0x00000002 , 0x0000003e 
+ 00011080  0x00001972 branch  0x00002b4a , 0x00000002 
+ 00011081  0x00001973 deposit  0x00000002 
+ 00011082  0x00001975 isub  0x00000027 , 0x0000003f 
+ 00011083  0x00001976 increase  0x00000001 , 0x0000003f 
+ 00011084  0x00001978 increase  0x00000008 , 0x0000003f 
+ 00011085  0x00001979 until  0x0000003e , 0x00000033 
+ 00011086  0x0000197a iadd  0x00000031 , 0x0000003f 
+ 00011087  0x0000197b fetcht  0x00000004 , 0x0000415b 
+ 00011088  0x0000197c iadd  0x00000002 , 0x0000003f 
+ 00011089  0x0000197d fetcht  0x00000003 , 0x0000416f 
+ 00011090  0x0000197e imul32  0x00000002 , 0x0000003f 
+ 00011091  0x0000197f rshift8  0x0000003f , 0x0000003f 
+ 00011092  0x00001980 rshift4  0x0000003f , 0x0000003f 
+ 00011093  0x00001981 increase  0x0000006e , 0x0000003f 
+ 00011094  0x00001982 arg  0x00000ea6 , 0x00000002 
+ 00011095  0x00001983 idiv  0x00000002 
+ 00011096  0x00001984 call  0x00007f86 
+ 00011097  0x00001985 quotient  0x0000003f 
+ 00011098  0x00001986 lshift16  0x0000003f , 0x0000003f 
+ 00011099  0x00001987 remainder  0x00000002 
+ 00011100  0x00001988 ior  0x00000002 , 0x0000003f 
+ 00011101  0x00001989 fetcht  0x00000006 , 0x00004163 
+ 00011102  0x0000198a call  0x00007f2c 
+ 00011103  0x0000198b copy  0x00000002 , 0x00000019 
+ 00011104  0x0000198c fetch  0x00000006 , 0x00004048 
+ 00011105  0x0000198d call  0x00002854 
+ 00011106  0x0000198e deposit  0x0000001a 
+ 00011107  0x0000198f store  0x00000006 , 0x00000a9a 
+ 00011108  0x00001990 deposit  0x00000027 
+ 00011109  0x00001991 istore  0x00000001 , 0x00000005 
+ 00011110  0x00001992 hfetch  0x00000001 , 0x0000811d 
+ 00011111  0x00001993 or_into  0x000000f0 , 0x0000003f 
+ 00011112  0x00001994 istore  0x00000001 , 0x00000005 
+ 00011113  0x00001995 rtn 
+ 00011114  0x00001998 bpatch  0x000000a7 , 0x00004014 
+ 00011115  0x00001999 call  0x00002afa 
+ 00011116  0x0000199a fetch  0x00000003 , 0x0000416f 
+ 00011117  0x0000199b rtn  0x00000034 
+ 00011118  0x0000199c fetch  0x00000001 , 0x00004091 
+ 00011119  0x0000199d rtn  0x00000034 
+ 00011120  0x0000199e fetch  0x00000001 , 0x0000465a 
+ 00011121  0x0000199f branch  0x00002b74 , 0x00000034 
+ 00011122  0x000019a0 fetch  0x00000001 , 0x000045b1 
+ 00011123  0x000019a1 rtn  0x00000034 
+ 00011124  0x000019a3 fetch  0x00000001 , 0x000044c0 
+ 00011125  0x000019a4 nrtn  0x00000034 
+ 00011126  0x000019a5 call  0x00002c3a 
+ 00011127  0x000019a6 nrtn  0x00000034 
+ 00011128  0x000019a7 fetch  0x00000001 , 0x00004040 
+ 00011129  0x000019a8 compare  0x00000003 , 0x0000003f , 0x00000007 
+ 00011130  0x000019a9 nbranch  0x00002b9d , 0x00000001 
+ 00011131  0x000019aa fetch  0x00000002 , 0x00004042 
+ 00011132  0x000019ab rtn  0x00000034 
+ 00011133  0x000019ac rtn  0x0000002b 
+ 00011134  0x000019ad bpatch  0x000000a8 , 0x00004015 
+ 00011135  0x000019af fetcht  0x00000001 , 0x000000a0 
+ 00011136  0x000019b0 fetch  0x00000002 , 0x00004042 
+ 00011137  0x000019b1 imul32  0x00000002 , 0x0000003f 
+ 00011138  0x000019b2 rshift4  0x00000002 , 0x00000002 
+ 00011139  0x000019b3 rshift2  0x00000002 , 0x00000002 
+ 00011140  0x000019b4 isub  0x00000002 , 0x0000003f 
+ 00011141  0x000019b5 fetcht  0x00000004 , 0x00004044 
+ 00011142  0x000019b6 iadd  0x00000002 , 0x0000003f 
+ 00011143  0x000019b7 fetcht  0x00000001 , 0x00004156 
+ 00011144  0x000019b8 isub  0x00000002 , 0x0000003f 
+ 00011145  0x000019b9 lshift16  0x0000003f , 0x00000030 
+ 00011146  0x000019ba bpatch  0x000000a9 , 0x00004015 
+ 00011147  0x000019bb fetch  0x00000002 , 0x0000404e 
+ 00011148  0x000019bc rshift  0x0000003f , 0x0000003f 
+ 00011149  0x000019bd call  0x00007f50 
+ 00011150  0x000019be deposit  0x00000030 
+ 00011151  0x000019bf call  0x00007f39 
+ 00011152  0x000019c0 copy  0x0000001a , 0x00000002 
+ 00011153  0x000019c1 call  0x00007f37 
+ 00011154  0x000019c2 rtn  0x00000028 
+ 00011155  0x000019c4 call  0x00007f49 
+ 00011156  0x000019c6 bpatch  0x000000aa , 0x00004015 
+ 00011157  0x000019c7 fetch  0x00000001 , 0x00004178 
+ 00011158  0x000019c8 isub  0x00000002 , 0x0000003e 
+ 00011159  0x000019c9 branch  0x00002b18 , 0x00000002 
+ 00011160  0x000019ca storet  0x00000004 , 0x0000415b 
+ 00011161  0x000019cb call  0x00003328 
+ 00011162  0x000019cc call  0x000052fb 
+ 00011163  0x000019cd fetcht  0x00000004 , 0x0000415b 
+ 00011164  0x000019ce branch  0x00002b2a 
+ 00011165  0x000019d1 bpatch  0x000000ab , 0x00004015 
+ 00011166  0x000019d2 fetch  0x00000001 , 0x00004040 
+ 00011167  0x000019d3 rtnbit1  0x00000000 
+ 00011168  0x000019d4 rtnbit1  0x00000003 
+ 00011169  0x000019d5 fetch  0x00000001 , 0x0000465a 
+ 00011170  0x000019d6 branch  0x00002ba5 , 0x00000034 
+ 00011171  0x000019d7 fetch  0x00000001 , 0x000045b1 
+ 00011172  0x000019d8 rtn  0x00000034 
+ 00011173  0x000019da bpatch  0x000000ac , 0x00004015 
+ 00011174  0x000019db fetch  0x00000001 , 0x0000436e 
+ 00011175  0x000019dc nbranch  0x00002baa , 0x00000034 
+ 00011176  0x000019dd fetch  0x00000001 , 0x00004093 
+ 00011177  0x000019de rtn  0x00000034 
+ 00011178  0x000019e0 fetch  0x00000002 , 0x00004154 
+ 00011179  0x000019e1 rtn  0x00000034 
+ 00011180  0x000019e3 fetcht  0x00000001 , 0x00004156 
+ 00011181  0x000019e4 isub  0x00000002 , 0x0000003f 
+ 00011182  0x000019e5 arg  0x00001d4c , 0x00000002 
+ 00011183  0x000019e6 imul32  0x00000002 , 0x0000003f 
+ 00011184  0x000019e7 branch  0x00002b93 
+ 00011185  0x000019ea bpatch  0x000000ad , 0x00004015 
+ 00011186  0x000019eb disable  0x0000002b 
+ 00011187  0x000019ec fetch  0x00000001 , 0x00000030 
+ 00011188  0x000019ed rtnbit0  0x00000001 
+ 00011189  0x000019ee nbranch  0x00002bd0 , 0x0000002d 
+ 00011190  0x000019ef call  0x00002bcb 
+ 00011191  0x000019f0 fetch  0x00000002 , 0x000040c1 
+ 00011192  0x000019f1 store  0x00000002 , 0x0000003e 
+ 00011193  0x000019f2 fetch  0x00000001 , 0x00000047 
+ 00011194  0x000019f3 bbit1  0x00000003 , 0x00002bde 
+ 00011195  0x000019f4 bmark0  0x0000000d , 0x00002bde 
+ 00011196  0x000019f5 call  0x00005274 
+ 00011197  0x000019f6 nbranch  0x00002bde , 0x00000034 
+ 00011198  0x000019f7 fetch  0x00000001 , 0x0000455c 
+ 00011199  0x000019f8 bbit1  0x00000001 , 0x00002bde 
+ 00011200  0x000019fa jam  0x00000000 , 0x000000a0 
+ 00011201  0x000019fb bmark0  0x0000000d , 0x00002bde 
+ 00011202  0x000019fc fetch  0x00000001 , 0x00004174 
+ 00011203  0x000019fd branch  0x00002be2 , 0x00000034 
+ 00011204  0x000019fe increase  0xffffffff , 0x0000003f 
+ 00011205  0x000019ff store  0x00000001 , 0x00004174 
+ 00011206  0x00001a00 rtn 
+ 00011207  0x00001a04 arg  0x00000001 , 0x00000007 
+ 00011208  0x00001a05 branch  0x000060cd 
+ 00011209  0x00001a08 arg  0x00000001 , 0x00000007 
+ 00011210  0x00001a09 branch  0x000060d1 
+ 00011211  0x00001a0e jam  0x00000000 , 0x00004159 
+ 00011212  0x00001a0f fetch  0x00000003 , 0x00004169 
+ 00011213  0x00001a10 increase  0x00000001 , 0x0000003f 
+ 00011214  0x00001a11 store  0x00000003 , 0x00004169 
+ 00011215  0x00001a12 rtn 
+ 00011216  0x00001a15 bpatch  0x000000ae , 0x00004015 
+ 00011217  0x00001a16 fetcht  0x00000002 , 0x000040c1 
+ 00011218  0x00001a17 rshift  0x00000002 , 0x00000002 
+ 00011219  0x00001a18 fetch  0x00000002 , 0x0000003e 
+ 00011220  0x00001a19 iadd  0x00000002 , 0x0000003f 
+ 00011221  0x00001a1a store  0x00000002 , 0x0000003e 
+ 00011222  0x00001a1c jam  0x00000000 , 0x000000a0 
+ 00011223  0x00001a1d fetch  0x00000003 , 0x0000416c 
+ 00011224  0x00001a1e increase  0x00000001 , 0x0000003f 
+ 00011225  0x00001a1f store  0x00000003 , 0x0000416c 
+ 00011226  0x00001a20 fetch  0x00000001 , 0x00004159 
+ 00011227  0x00001a21 increase  0x00000001 , 0x0000003f 
+ 00011228  0x00001a22 store  0x00000001 , 0x00004159 
+ 00011229  0x00001a23 rtn 
+ 00011230  0x00001a26 jam  0x00000000 , 0x000000a0 
+ 00011231  0x00001a27 fetch  0x00000001 , 0x00004173 
+ 00011232  0x00001a28 store  0x00000001 , 0x00004174 
+ 00011233  0x00001a29 rtn 
+ 00011234  0x00001a2c fetcht  0x00000001 , 0x00004172 
+ 00011235  0x00001a2d storet  0x00000001 , 0x000000a0 
+ 00011236  0x00001a2e rtn 
+ 00011237  0x00001a31 bpatch  0x000000af , 0x00004015 
+ 00011238  0x00001a32 fetch  0x00000001 , 0x00004178 
+ 00011239  0x00001a33 nrtn  0x00000034 
+ 00011240  0x00001a34 jam  0x00000006 , 0x00008042 
+ 00011241  0x00001a35 setarg  0x00000f0c 
+ 00011242  0x00001a36 call  0x00002c18 
+ 00011243  0x00001a37 setarg  0x00030d40 
+ 00011244  0x00001a38 call  0x00002a8f 
+ 00011245  0x00001a39 until  0x0000003e , 0x00000033 
+ 00011246  0x00001a3a copy  0x00000031 , 0x00000030 
+ 00011247  0x00001a3b call  0x000029e7 
+ 00011248  0x00001a3c jam  0x00000004 , 0x00008042 
+ 00011249  0x00001a3d nop  0x0000000a 
+ 00011250  0x00001a3e until  0x0000003e , 0x00000033 
+ 00011251  0x00001a3f deposit  0x00000031 
+ 00011252  0x00001a40 isub  0x00000030 , 0x0000003f 
+ 00011253  0x00001a41 increase  0x00000030 , 0x0000003f 
+ 00011254  0x00001a42 arg  0x000000ff , 0x00000002 
+ 00011255  0x00001a43 call  0x00007f91 
+ 00011256  0x00001a44 store  0x00000001 , 0x00004178 
+ 00011257  0x00001a45 nop  0x00007530 
+ 00011258  0x00001a46 nop  0x00007530 
+ 00011259  0x00001a47 nop  0x00007530 
+ 00011260  0x00001a48 rtn 
+ 00011261  0x00001a4b fetch  0x00000001 , 0x00004178 
+ 00011262  0x00001a4c nrtn  0x00000034 
+ 00011263  0x00001a4d jam  0x000000ff , 0x00008044 
+ 00011264  0x00001a4e jam  0x00000006 , 0x00008042 
+ 00011265  0x00001a4f call  0x000029e7 
+ 00011266  0x00001a50 setarg  0x000003e8 
+ 00011267  0x00001a51 iadd  0x00000031 , 0x00000030 
+ 00011268  0x00001a52 snooze 
+ 00011269  0x00001a53 deposit  0x00000031 
+ 00011270  0x00001a54 nop  0x00002ee0 
+ 00011271  0x00001a55 nop  0x00002ee0 
+ 00011272  0x00001a56 nop  0x00002ee0 
+ 00011273  0x00001a57 nop  0x00002ee0 
+ 00011274  0x00001a58 nop  0x00002ee0 
+ 00011275  0x00001a59 nop  0x00002ee0 
+ 00011276  0x00001a5a nop  0x00002ee0 
+ 00011277  0x00001a5b nop  0x00002ee0 
+ 00011278  0x00001a5c nop  0x00002ee0 
+ 00011279  0x00001a5d isub  0x00000030 , 0x0000003f 
+ 00011280  0x00001a5e add  0x0000003f , 0x00000030 , 0x0000003f 
+ 00011281  0x00001a5f arg  0x000000ff , 0x00000002 
+ 00011282  0x00001a60 call  0x00007f91 
+ 00011283  0x00001a61 store  0x00000001 , 0x00004178 
+ 00011284  0x00001a62 nop  0x00007530 
+ 00011285  0x00001a63 nop  0x00007530 
+ 00011286  0x00001a64 nop  0x00007530 
+ 00011287  0x00001a65 rtn 
+ 00011288  0x00001a6b arg  0x00000fff , 0x00000005 
+ 00011289  0x00001a6c iand  0x00000005 , 0x00000005 
+ 00011290  0x00001a6d fetch  0x00000001 , 0x00004175 
+ 00011291  0x00001a6e and_into  0x000000f0 , 0x0000003f 
+ 00011292  0x00001a6f lshift8  0x0000003f , 0x0000003f 
+ 00011293  0x00001a70 ior  0x00000005 , 0x0000003f 
+ 00011294  0x00001a71 hstore  0x00000002 , 0x0000804c 
+ 00011295  0x00001a72 ifetch  0x00000002 , 0x00000006 
+ 00011296  0x00001a73 istore  0x00000002 , 0x00000005 
+ 00011297  0x00001a76 setarg  0x00000001 
+ 00011298  0x00001a77 branch  0x00002c24 
+ 00011299  0x00001a7a setarg  0x00000002 
+ 00011300  0x00001a7c until  0x0000003e , 0x00000033 
+ 00011301  0x00001a7d hstore  0x00000001 , 0x00008005 
+ 00011302  0x00001a7e until  0x0000003e , 0x00000033 
+ 00011303  0x00001a7f until  0x0000003e , 0x00000033 
+ 00011304  0x00001a80 rtn 
+ 00011305  0x00001a84 bpatch  0x000000b0 , 0x00004016 
+ 00011306  0x00001a85 fetch  0x00000004 , 0x000000a1 
+ 00011307  0x00001a86 hstore  0x00000004 , 0x0000804c 
+ 00011308  0x00001a87 setarg  0x00000004 
+ 00011309  0x00001a88 call  0x00002c24 
+ 00011310  0x00001a89 fetch  0x00000004 , 0x000000a5 
+ 00011311  0x00001a8a hstore  0x00000004 , 0x0000804c 
+ 00011312  0x00001a8b setarg  0x00000008 
+ 00011313  0x00001a8c branch  0x00002c24 
+ 00011314  0x00001a8f fetch  0x00000002 , 0x00004152 
+ 00011315  0x00001a90 qset1  0x0000003f 
+ 00011316  0x00001a91 store  0x00000002 , 0x00004152 
+ 00011317  0x00001a92 rtn 
+ 00011318  0x00001a95 fetch  0x00000002 , 0x00004152 
+ 00011319  0x00001a96 qset0  0x0000003f 
+ 00011320  0x00001a97 store  0x00000002 , 0x00004152 
+ 00011321  0x00001a98 rtn 
+ 00011322  0x00001a9d bpatch  0x000000b1 , 0x00004016 
+ 00011323  0x00001a9e call  0x00003326 
+ 00011324  0x00001a9f fetch  0x00000002 , 0x00004152 
+ 00011325  0x00001aa0 copy  0x0000003f , 0x00000011 
+ 00011326  0x00001aa1 fetch  0x00000001 , 0x0000004c 
+ 00011327  0x00001aa2 isolate1  0x00000006 , 0x0000003f 
+ 00011328  0x00001aa3 setflag  0x00000001 , 0x0000000b , 0x00000011 
+ 00011329  0x00001aa4 fetch  0x00000001 , 0x00000078 
+ 00011330  0x00001aa5 fetcht  0x00000001 , 0x0000007c 
+ 00011331  0x00001aa6 iadd  0x00000002 , 0x0000003f 
+ 00011332  0x00001aa7 fetcht  0x00000001 , 0x00000048 
+ 00011333  0x00001aa8 iadd  0x00000002 , 0x0000003f 
+ 00011334  0x00001aa9 nsetflag  0x00000034 , 0x0000000a , 0x00000011 
+ 00011335  0x00001aaa fetch  0x00000001 , 0x000044ff 
+ 00011336  0x00001aab nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00011337  0x00001aac fetch  0x00000002 , 0x0000025d 
+ 00011338  0x00001aad fetcht  0x00000002 , 0x0000025f 
+ 00011339  0x00001aae iadd  0x00000002 , 0x0000003f 
+ 00011340  0x00001aaf nsetflag  0x00000034 , 0x0000000d , 0x00000011 
+ 00011341  0x00001ab0 fetch  0x00000008 , 0x00004668 
+ 00011342  0x00001ab1 nsetflag  0x00000034 , 0x0000000f , 0x00000011 
+ 00011343  0x00001ab2 fetch  0x00000008 , 0x00004670 
+ 00011344  0x00001ab3 nsetflag  0x00000034 , 0x0000000e , 0x00000011 
+ 00011345  0x00001ab4 fetch  0x00000001 , 0x000041ce 
+ 00011346  0x00001ab5 nsetflag  0x00000034 , 0x00000008 , 0x00000011 
+ 00011347  0x00001ab6 fetch  0x00000001 , 0x00004092 
+ 00011348  0x00001ab7 compare  0x0000000a , 0x0000003f , 0x000000ff 
+ 00011349  0x00001ab8 call  0x00002c5b , 0x00000001 
+ 00011350  0x00001ab9 setarg  0xfffffff8 
+ 00011351  0x00001aba iand  0x00000011 , 0x00000011 
+ 00011352  0x00001abb copy  0x00000011 , 0x0000003f 
+ 00011353  0x00001abc store  0x00000002 , 0x00004152 
+ 00011354  0x00001abd rtn 
+ 00011355  0x00001ac0 hfetch  0x00000002 , 0x00008112 
+ 00011356  0x00001ac1 nsetflag  0x00000034 , 0x00000006 , 0x00000011 
+ 00011357  0x00001ac2 hfetch  0x00000002 , 0x0000810e 
+ 00011358  0x00001ac3 nsetflag  0x00000034 , 0x00000005 , 0x00000011 
+ 00011359  0x00001ac4 rtn 
+ 00011360  0x00001ac7 hfetch  0x00000004 , 0x00008138 
+ 00011361  0x00001ac8 set0  0x0000001b , 0x0000003f 
+ 00011362  0x00001ac9 hstore  0x00000004 , 0x0000804c 
+ 00011363  0x00001aca call  0x00002c21 
+ 00011364  0x00001acb branch  0x00002a8c 
+ 00011365  0x00001ace hfetch  0x00000004 , 0x0000813c 
+ 00011366  0x00001acf set0  0x00000014 , 0x0000003f 
+ 00011367  0x00001ad0 hstore  0x00000004 , 0x0000804c 
+ 00011368  0x00001ad1 branch  0x00002c23 
+ 00011369  0x00001ad4 fetch  0x00000002 , 0x00004150 
+ 00011370  0x00001ad5 bbit1  0x00000000 , 0x00002a8c 
+ 00011371  0x00001ad6 rtn 
+ 00011372  0x00001ad8 fetch  0x00000002 , 0x00004150 
+ 00011373  0x00001ad9 bbit1  0x00000001 , 0x00002a8c 
+ 00011374  0x00001ada rtn 
+ 00011375  0x00001adc fetch  0x00000002 , 0x00004150 
+ 00011376  0x00001add bbit1  0x00000002 , 0x00002a8c 
+ 00011377  0x00001ade rtn 
+ 00011378  0x00001b1c bpatch  0x000000b2 , 0x00004016 
+ 00011379  0x00001b1d call  0x00002c7a 
+ 00011380  0x00001b1e add  0x00000013 , 0x000000cd , 0x00000012 
+ 00011381  0x00001b1f ifetch  0x00000001 , 0x00000012 
+ 00011382  0x00001b21 rtneq  0x00000000 
+ 00011383  0x00001b22 beq  0x00000001 , 0x00002d06 
+ 00011384  0x00001b23 beq  0x00000002 , 0x00002c7f 
+ 00011385  0x00001b24 rtn 
+ 00011386  0x00001b27 fetcht  0x00000002 , 0x00004241 
+ 00011387  0x00001b28 copy  0x00000002 , 0x00000013 
+ 00011388  0x00001b29 rtn 
+ 00011389  0x00001b2c call  0x00002f3d 
+ 00011390  0x00001b2d branch  0x0000307d 
+ 00011391  0x00001b30 call  0x00003084 
+ 00011392  0x00001b31 call  0x0000305a 
+ 00011393  0x00001b32 call  0x0000305e 
+ 00011394  0x00001b33 branch  0x000030a2 
+ 00011395  0x00001b39 call  0x00003231 
+ 00011396  0x00001b3a setarg  0x0000004e 
+ 00011397  0x00001b3b call  0x0000322f 
+ 00011398  0x00001b3c call  0x000032ba 
+ 00011399  0x00001b3f add  0x00000013 , 0x00000092 , 0x00000011 
+ 00011400  0x00001b40 ifetch  0x00000004 , 0x00000011 
+ 00011401  0x00001b41 branch  0x0000322c 
+ 00011402  0x00001b44 call  0x00002c7a 
+ 00011403  0x00001b45 add  0x00000013 , 0x00000091 , 0x00000012 
+ 00011404  0x00001b46 ifetcht  0x00000001 , 0x00000012 
+ 00011405  0x00001b48 call  0x00002c90 
+ 00011406  0x00001b49 add  0x00000013 , 0x00000091 , 0x00000005 
+ 00011407  0x00001b4b branch  0x00002e56 
+ 00011408  0x00001b4e call  0x00002c94 
+ 00011409  0x00001b4f increase  0x00000001 , 0x00000002 
+ 00011410  0x00001b50 and_into  0x00000003 , 0x00000002 
+ 00011411  0x00001b51 rtn 
+ 00011412  0x00001b54 add  0x00000013 , 0x000000ae , 0x00000012 
+ 00011413  0x00001b55 ifetch  0x00000001 , 0x00000012 
+ 00011414  0x00001b57 and_into  0x00000003 , 0x0000003f 
+ 00011415  0x00001b58 mul32  0x0000003f , 0x00000004 , 0x00000011 
+ 00011416  0x00001b59 add  0x00000013 , 0x00000097 , 0x0000003f 
+ 00011417  0x00001b5b iadd  0x00000011 , 0x0000003f 
+ 00011418  0x00001b5c iadd  0x00000002 , 0x00000006 
+ 00011419  0x00001b5d ifetch  0x00000001 , 0x00000006 
+ 00011420  0x00001b5f branch  0x0000322f 
+ 00011421  0x00001b62 call  0x0000326c 
+ 00011422  0x00001b63 call  0x0000666a 
+ 00011423  0x00001b64 setarg  0x000007e2 
+ 00011424  0x00001b65 arg  0x00000aa2 , 0x00000011 
+ 00011425  0x00001b66 arg  0x00000004 , 0x00000002 
+ 00011426  0x00001b67 call  0x000066b3 
+ 00011427  0x00001b68 call  0x0000666d 
+ 00011428  0x00001b69 fetch  0x00000004 , 0x00000aa2 
+ 00011429  0x00001b6a call  0x00003227 
+ 00011430  0x00001b6c nrtn  0x00000034 
+ 00011431  0x00001b6d fetch  0x00000004 , 0x000040a0 
+ 00011432  0x00001b6f branch  0x00003227 
+ 00011433  0x00001b72 call  0x00003241 
+ 00011434  0x00001b74 setarg  0x00000000 
+ 00011435  0x00001b75 call  0x0000323f 
+ 00011436  0x00001b78 call  0x0000323a 
+ 00011437  0x00001b7a and_into  0x00000007 , 0x0000003f 
+ 00011438  0x00001b7c branch  0x0000323c 
+ 00011439  0x00001b7f call  0x0000323a 
+ 00011440  0x00001b81 set1  0x00000004 , 0x0000003f 
+ 00011441  0x00001b82 call  0x0000323c 
+ 00011442  0x00001b85 branch  0x00003235 
+ 00011443  0x00001b88 call  0x0000325d 
+ 00011444  0x00001b8a beq  0x00000001 , 0x00002cb7 
+ 00011445  0x00001b8b beq  0x00000002 , 0x00002cbc 
+ 00011446  0x00001b8c rtn 
+ 00011447  0x00001b8f call  0x0000323e 
+ 00011448  0x00001b92 add  0x00000013 , 0x000000d1 , 0x00000005 
+ 00011449  0x00001b93 call  0x000032d6 
+ 00011450  0x00001b95 call  0x00003242 
+ 00011451  0x00001b97 branch  0x00002cac 
+ 00011452  0x00001b9a call  0x0000325a 
+ 00011453  0x00001b9c branch  0x00002cb8 
+ 00011454  0x00001b9f add  0x00000013 , 0x0000008c , 0x00000011 
+ 00011455  0x00001ba0 ifetch  0x00000001 , 0x00000011 
+ 00011456  0x00001ba2 increase  0x00000001 , 0x0000003f 
+ 00011457  0x00001ba3 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011458  0x00001ba4 istore  0x00000001 , 0x00000005 
+ 00011459  0x00001ba6 beq  0x00000020 , 0x00002dd2 
+ 00011460  0x00001ba7 call  0x00003258 
+ 00011461  0x00001ba9 beq  0x00000001 , 0x00002cca 
+ 00011462  0x00001baa setarg  0x00000001 
+ 00011463  0x00001bab call  0x0000325b 
+ 00011464  0x00001bae call  0x00003258 
+ 00011465  0x00001bb0 bne  0x00000001 , 0x00002cac 
+ 00011466  0x00001bb2 add  0x00000013 , 0x000000d3 , 0x00000011 
+ 00011467  0x00001bb3 ifetch  0x00000001 , 0x00000011 
+ 00011468  0x00001bb5 increase  0x00000001 , 0x0000003f 
+ 00011469  0x00001bb6 call  0x00002cd5 
+ 00011470  0x00001bb8 beq  0x00000004 , 0x00002cd2 
+ 00011471  0x00001bb9 call  0x00002c8a 
+ 00011472  0x00001bba call  0x00002d04 
+ 00011473  0x00001bbc branch  0x00002d8f 
+ 00011474  0x00001bbf call  0x00002cd4 
+ 00011475  0x00001bc1 branch  0x00002cac 
+ 00011476  0x00001bc4 setarg  0x00000000 
+ 00011477  0x00001bc6 add  0x00000013 , 0x000000d3 , 0x00000005 
+ 00011478  0x00001bc7 branch  0x000032b4 
+ 00011479  0x00001bca call  0x0000323e 
+ 00011480  0x00001bcd call  0x0000325a 
+ 00011481  0x00001bcf call  0x00003241 
+ 00011482  0x00001bd1 branch  0x00002cac 
+ 00011483  0x00001bd4 call  0x0000325d 
+ 00011484  0x00001bd6 beq  0x00000003 , 0x00002cd8 
+ 00011485  0x00001bd7 call  0x0000323a 
+ 00011486  0x00001bd9 isolate0  0x00000004 , 0x0000003f 
+ 00011487  0x00001bda branch  0x00002ca9 , 0x00000001 
+ 00011488  0x00001bdb call  0x0000325d 
+ 00011489  0x00001bdd beq  0x00000001 , 0x00002cd7 
+ 00011490  0x00001bde beq  0x00000002 , 0x00002cd8 
+ 00011491  0x00001bdf rtn 
+ 00011492  0x00001be2 call  0x00003253 
+ 00011493  0x00001be4 rtnne  0x000000ff 
+ 00011494  0x00001be5 call  0x00002ce9 
+ 00011495  0x00001be6 ncall  0x00002cf4 , 0x0000002c 
+ 00011496  0x00001be7 rtn 
+ 00011497  0x00001bea disable  0x0000002c 
+ 00011498  0x00001beb add  0x00000013 , 0x000000ce , 0x00000011 
+ 00011499  0x00001bec ifetch  0x00000001 , 0x00000011 
+ 00011500  0x00001bee rtnne  0x00000001 
+ 00011501  0x00001bef add  0x00000013 , 0x000000d0 , 0x00000011 
+ 00011502  0x00001bf0 ifetch  0x00000001 , 0x00000011 
+ 00011503  0x00001bf2 rtnne  0x00000000 
+ 00011504  0x00001bf3 setarg  0x00000001 
+ 00011505  0x00001bf4 call  0x00002cfd 
+ 00011506  0x00001bf6 call  0x00003237 
+ 00011507  0x00001bf8 branch  0x00007feb 
+ 00011508  0x00001bfb add  0x00000013 , 0x000000d0 , 0x00000011 
+ 00011509  0x00001bfc ifetch  0x00000001 , 0x00000011 
+ 00011510  0x00001bfe branch  0x00002cff , 0x00000034 
+ 00011511  0x00001bff increase  0xffffffff , 0x0000003f 
+ 00011512  0x00001c00 call  0x0000323f 
+ 00011513  0x00001c02 setarg  0x00000002 
+ 00011514  0x00001c03 call  0x00002cfd 
+ 00011515  0x00001c05 call  0x00002c8a 
+ 00011516  0x00001c07 branch  0x00003237 
+ 00011517  0x00001c0a add  0x00000013 , 0x000000d2 , 0x00000005 
+ 00011518  0x00001c0b branch  0x000032b4 
+ 00011519  0x00001c0f setarg  0x00000003 
+ 00011520  0x00001c10 call  0x00002cfd 
+ 00011521  0x00001c12 call  0x00003258 
+ 00011522  0x00001c14 nbranch  0x00002cc8 , 0x00000034 
+ 00011523  0x00001c15 call  0x00002c8a 
+ 00011524  0x00001c18 setarg  0x00000002 
+ 00011525  0x00001c19 branch  0x00003238 
+ 00011526  0x00001c1c rtnmark0  0x00000026 
+ 00011527  0x00001c1d set1  0x00000027 , 0x00000000 
+ 00011528  0x00001c1e bpatch  0x000000b3 , 0x00004016 
+ 00011529  0x00001c1f add  0x00000013 , 0x0000008e , 0x00000011 
+ 00011530  0x00001c20 ifetch  0x00000001 , 0x00000011 
+ 00011531  0x00001c22 beq  0x00000001 , 0x00002d0f 
+ 00011532  0x00001c23 call  0x0000306a 
+ 00011533  0x00001c24 nbranch  0x00002d16 , 0x00000028 
+ 00011534  0x00001c25 call  0x00002d1b 
+ 00011535  0x00001c27 add  0x00000013 , 0x0000008e , 0x00000005 
+ 00011536  0x00001c28 call  0x000032d6 
+ 00011537  0x00001c2a call  0x00002d2c 
+ 00011538  0x00001c2b nbranch  0x00002d7d , 0x00000028 
+ 00011539  0x00001c2c call  0x00002ce4 
+ 00011540  0x00001c2e call  0x00002d8f 
+ 00011541  0x00001c2f call  0x00002e7a 
+ 00011542  0x00001c31 set0  0x00000027 , 0x00000000 
+ 00011543  0x00001c32 rtn 
+ 00011544  0x00001c35 rtn  0x00000005 
+ 00011545  0x00001c36 set1  0x0000001c , 0x0000003f 
+ 00011546  0x00001c37 rtn 
+ 00011547  0x00001c3a add  0x00000013 , 0x000000c2 , 0x00000011 
+ 00011548  0x00001c3b ifetch  0x00000001 , 0x00000011 
+ 00011549  0x00001c3d increase  0x00000001 , 0x0000003f 
+ 00011550  0x00001c3e add  0x00000013 , 0x000000c2 , 0x00000005 
+ 00011551  0x00001c3f istore  0x00000001 , 0x00000005 
+ 00011552  0x00001c41 beq  0x00000004 , 0x00002d23 
+ 00011553  0x00001c42 beq  0x00000005 , 0x00002d27 
+ 00011554  0x00001c43 rtn 
+ 00011555  0x00001c45 add  0x00000013 , 0x000000ad , 0x00000011 
+ 00011556  0x00001c46 ifetch  0x00000001 , 0x00000011 
+ 00011557  0x00001c4a add  0x00000013 , 0x000000ab , 0x00000005 
+ 00011558  0x00001c4b branch  0x000032b4 
+ 00011559  0x00001c4e add  0x00000013 , 0x000000c2 , 0x00000005 
+ 00011560  0x00001c4f call  0x000032d6 
+ 00011561  0x00001c51 add  0x00000013 , 0x000000ac , 0x00000011 
+ 00011562  0x00001c52 ifetch  0x00000001 , 0x00000011 
+ 00011563  0x00001c54 branch  0x00002d25 
+ 00011564  0x00001c57 call  0x00003253 
+ 00011565  0x00001c59 bne  0x000000ff , 0x00002eb1 
+ 00011566  0x00001c5a bpatch  0x000000b4 , 0x00004016 
+ 00011567  0x00001c5b call  0x00002d3a 
+ 00011568  0x00001c5c nbranch  0x00002d36 , 0x00000028 
+ 00011569  0x00001c5d call  0x00002d53 
+ 00011570  0x00001c5e call  0x00002e71 
+ 00011571  0x00001c61 setarg  0x00000001 
+ 00011572  0x00001c63 add  0x00000013 , 0x0000008b , 0x00000005 
+ 00011573  0x00001c64 branch  0x000032b4 
+ 00011574  0x00001c67 add  0x00000013 , 0x0000008b , 0x00000011 
+ 00011575  0x00001c68 ifetch  0x00000001 , 0x00000011 
+ 00011576  0x00001c6a beq  0x00000001 , 0x00007fe7 
+ 00011577  0x00001c6b rtn 
+ 00011578  0x00001c6f add  0x00000013 , 0x000000d8 , 0x00000002 
+ 00011579  0x00001c70 ifetch  0x00000002 , 0x00000002 
+ 00011580  0x00001c72 call  0x00007f9c 
+ 00011581  0x00001c73 nrtn  0x00000028 
+ 00011582  0x00001c74 copy  0x00000011 , 0x0000003f 
+ 00011583  0x00001c75 store  0x00000001 , 0x00000aae 
+ 00011584  0x00001c76 add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00011585  0x00001c77 call  0x000032d6 
+ 00011586  0x00001c79 call  0x00002cac 
+ 00011587  0x00001c7a store  0x00000001 , 0x0000119e 
+ 00011588  0x00001c7b fetch  0x00000001 , 0x00000aae 
+ 00011589  0x00001c7c copy  0x0000003f , 0x00000011 
+ 00011590  0x00001c7d add  0x00000011 , 0x00000001 , 0x00000002 
+ 00011591  0x00001c7e arg  0x0000119f , 0x00000005 
+ 00011592  0x00001c7f copy  0x00000011 , 0x00000039 
+ 00011593  0x00001c80 copy  0x00000012 , 0x00000006 
+ 00011594  0x00001c81 call  0x00007f01 
+ 00011595  0x00001c82 arg  0x0000119e , 0x00000011 
+ 00011596  0x00001c84 rtnmark0  0x00000027 
+ 00011597  0x00001c85 add  0x00000013 , 0x00000086 , 0x00000005 
+ 00011598  0x00001c86 istoret  0x00000001 , 0x00000005 
+ 00011599  0x00001c88 copy  0x00000002 , 0x00000039 
+ 00011600  0x00001c89 add  0x00000013 , 0x00000022 , 0x00000005 
+ 00011601  0x00001c8b copy  0x00000011 , 0x00000006 
+ 00011602  0x00001c8c branch  0x00007f01 
+ 00011603  0x00001c90 add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011604  0x00001c91 ifetch  0x00000001 , 0x00000011 
+ 00011605  0x00001c93 increase  0x00000002 , 0x0000003f 
+ 00011606  0x00001c94 add  0x00000013 , 0x00000088 , 0x00000005 
+ 00011607  0x00001c95 istore  0x00000001 , 0x00000005 
+ 00011608  0x00001c98 call  0x0000323a 
+ 00011609  0x00001c9a call  0x00003235 
+ 00011610  0x00001c9d add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011611  0x00001c9e ifetch  0x00000001 , 0x00000011 
+ 00011612  0x00001ca0 lshift3  0x0000003f , 0x0000003f 
+ 00011613  0x00001ca1 add  0x00000013 , 0x00000085 , 0x00000011 
+ 00011614  0x00001ca2 ifetcht  0x00000001 , 0x00000011 
+ 00011615  0x00001ca4 and  0x00000002 , 0x00000003 , 0x00000002 
+ 00011616  0x00001ca5 lshift  0x00000002 , 0x00000002 
+ 00011617  0x00001ca6 ior  0x00000002 , 0x0000003f 
+ 00011618  0x00001ca7 add  0x00000013 , 0x000000c3 , 0x00000011 
+ 00011619  0x00001ca8 ifetcht  0x00000001 , 0x00000011 
+ 00011620  0x00001caa iadd  0x00000002 , 0x0000003f 
+ 00011621  0x00001cab istore  0x00000001 , 0x00000005 
+ 00011622  0x00001cad add  0x00000013 , 0x00000086 , 0x00000011 
+ 00011623  0x00001cae ifetch  0x00000001 , 0x00000011 
+ 00011624  0x00001cb0 iforce  0x00000039 
+ 00011625  0x00001cb1 add  0x00000013 , 0x00000022 , 0x00000006 
+ 00011626  0x00001cb3 branch  0x00007f01 
+ 00011627  0x00001cb6 call  0x0000324f 
+ 00011628  0x00001cb8 call  0x0000325a 
+ 00011629  0x00001cba call  0x00002e6d 
+ 00011630  0x00001cbb call  0x00002cac 
+ 00011631  0x00001cbc store  0x00000001 , 0x0000119e 
+ 00011632  0x00001cbd call  0x00002d77 
+ 00011633  0x00001cbe call  0x0000323a 
+ 00011634  0x00001cc0 set1  0x00000003 , 0x0000003f 
+ 00011635  0x00001cc1 call  0x0000323c 
+ 00011636  0x00001cc3 call  0x00002d53 
+ 00011637  0x00001cc4 call  0x00002d33 
+ 00011638  0x00001cc5 branch  0x00002d14 
+ 00011639  0x00001cc8 store  0x00000001 , 0x0000119f 
+ 00011640  0x00001cc9 call  0x00003224 
+ 00011641  0x00001ccb store  0x00000004 , 0x000011a0 
+ 00011642  0x00001ccc arg  0x00000006 , 0x00000002 
+ 00011643  0x00001ccd arg  0x0000119e , 0x00000011 
+ 00011644  0x00001cce branch  0x00002d4c 
+ 00011645  0x00001cd1 add  0x00000013 , 0x000000b2 , 0x00000011 
+ 00011646  0x00001cd2 ifetch  0x00000001 , 0x00000011 
+ 00011647  0x00001cd4 branch  0x00002d6b , 0x00000034 
+ 00011648  0x00001cd7 add  0x00000013 , 0x000000da , 0x00000011 
+ 00011649  0x00001cd8 ifetch  0x00000002 , 0x00000011 
+ 00011650  0x00001cda branch  0x00007f9c 
+ 00011651  0x00001cdd call  0x00002c7a 
+ 00011652  0x00001cdf call  0x00002afa 
+ 00011653  0x00001ce0 fetch  0x00000003 , 0x0000416f 
+ 00011654  0x00001ce1 rtn  0x00000034 
+ 00011655  0x00001ce2 add  0x00000013 , 0x000000dc , 0x00000002 
+ 00011656  0x00001ce3 ifetch  0x00000002 , 0x00000002 
+ 00011657  0x00001ce5 call  0x00007f9c 
+ 00011658  0x00001ce6 add  0x00000013 , 0x000000b6 , 0x00000002 
+ 00011659  0x00001ce7 ifetch  0x00000008 , 0x00000002 
+ 00011660  0x00001ce8 call  0x00007f49 
+ 00011661  0x00001ce9 storet  0x00000004 , 0x0000415b 
+ 00011662  0x00001cea branch  0x00002b2a 
+ 00011663  0x00001ced call  0x00002c7a 
+ 00011664  0x00001cee add  0x00000013 , 0x0000008f , 0x00000005 
+ 00011665  0x00001cef call  0x000032d6 
+ 00011666  0x00001cf2 call  0x00002da4 
+ 00011667  0x00001cf3 nbranch  0x00002dae , 0x00000018 
+ 00011668  0x00001cf4 nbranch  0x00002dae , 0x0000002f 
+ 00011669  0x00001cf5 call  0x00002dd6 
+ 00011670  0x00001cf6 call  0x00002e75 
+ 00011671  0x00001cf8 call  0x00002c7a 
+ 00011672  0x00001cf9 add  0x00000013 , 0x00000085 , 0x00000011 
+ 00011673  0x00001cfa ifetch  0x00000001 , 0x00000011 
+ 00011674  0x00001cfc increase  0x00000001 , 0x0000003f 
+ 00011675  0x00001cfd call  0x00003232 
+ 00011676  0x00001cff call  0x00003253 
+ 00011677  0x00001d01 bne  0x000000ff , 0x00002ed0 
+ 00011678  0x00001d02 call  0x00002cdb 
+ 00011679  0x00001d04 setarg  0x00000000 
+ 00011680  0x00001d05 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011681  0x00001d06 istore  0x00000002 , 0x00000005 
+ 00011682  0x00001d0a setarg  0x00000000 
+ 00011683  0x00001d0b branch  0x00002d34 
+ 00011684  0x00001d0f disable  0x0000002f 
+ 00011685  0x00001d10 call  0x00002df7 
+ 00011686  0x00001d11 call  0x00002c7a 
+ 00011687  0x00001d12 add  0x00000013 , 0x000000c3 , 0x00000011 
+ 00011688  0x00001d13 ifetch  0x00000001 , 0x00000011 
+ 00011689  0x00001d15 beq  0x00000001 , 0x00002dac 
+ 00011690  0x00001d16 call  0x00002e11 
+ 00011691  0x00001d17 branch  0x00002e45 
+ 00011692  0x00001d19 call  0x00002e45 
+ 00011693  0x00001d1a branch  0x00002d97 
+ 00011694  0x00001d1e bpatch  0x000000b5 , 0x00004016 
+ 00011695  0x00001d1f add  0x00000013 , 0x0000008d , 0x00000011 
+ 00011696  0x00001d20 ifetch  0x00000001 , 0x00000011 
+ 00011697  0x00001d22 increase  0x00000001 , 0x0000003f 
+ 00011698  0x00001d23 add  0x00000013 , 0x0000008d , 0x00000005 
+ 00011699  0x00001d24 istore  0x00000001 , 0x00000005 
+ 00011700  0x00001d26 call  0x00003253 
+ 00011701  0x00001d28 bne  0x000000ff , 0x00002dcc 
+ 00011702  0x00001d29 add  0x00000013 , 0x0000008f , 0x00000011 
+ 00011703  0x00001d2a ifetcht  0x00000001 , 0x00000011 
+ 00011704  0x00001d2c increase  0x00000001 , 0x00000002 
+ 00011705  0x00001d2d add  0x00000013 , 0x0000008f , 0x00000005 
+ 00011706  0x00001d2e istoret  0x00000001 , 0x00000005 
+ 00011707  0x00001d30 add  0x00000013 , 0x000000cc , 0x00000011 
+ 00011708  0x00001d31 ifetch  0x00000001 , 0x00000011 
+ 00011709  0x00001d33 isub  0x00000002 , 0x0000003f 
+ 00011710  0x00001d34 nbranch  0x00002d92 , 0x00000034 
+ 00011711  0x00001d35 bpatch  0x000000b6 , 0x00004016 
+ 00011712  0x00001d36 call  0x0000325d 
+ 00011713  0x00001d38 beq  0x00000003 , 0x00002cbe 
+ 00011714  0x00001d39 add  0x00000013 , 0x000000d1 , 0x00000011 
+ 00011715  0x00001d3a ifetch  0x00000001 , 0x00000011 
+ 00011716  0x00001d3c increase  0x00000001 , 0x0000003f 
+ 00011717  0x00001d3d add  0x00000013 , 0x000000d1 , 0x00000005 
+ 00011718  0x00001d3e istore  0x00000001 , 0x00000005 
+ 00011719  0x00001d40 beq  0x00000002 , 0x00002cb3 
+ 00011720  0x00001d41 call  0x00002caf 
+ 00011721  0x00001d42 setarg  0x00000001 
+ 00011722  0x00001d43 call  0x00003238 
+ 00011723  0x00001d45 branch  0x00002d8f 
+ 00011724  0x00001d48 add  0x00000013 , 0x0000008d , 0x00000011 
+ 00011725  0x00001d49 ifetch  0x00000001 , 0x00000011 
+ 00011726  0x00001d4b rtnne  0x000000ff 
+ 00011727  0x00001d4c add  0x00000013 , 0x0000008d , 0x00000005 
+ 00011728  0x00001d4d call  0x000032d6 
+ 00011729  0x00001d4f branch  0x00002dd4 
+ 00011730  0x00001d52 add  0x00000013 , 0x0000008c , 0x00000005 
+ 00011731  0x00001d53 call  0x000032d6 
+ 00011732  0x00001d56 jam  0x0000003a , 0x00000a99 
+ 00011733  0x00001d57 branch  0x00007d86 
+ 00011734  0x00001d5a call  0x00002dde 
+ 00011735  0x00001d5b add  0x00000013 , 0x00000084 , 0x00000011 
+ 00011736  0x00001d5c ifetch  0x00000001 , 0x00000011 
+ 00011737  0x00001d5e rtn  0x00000034 
+ 00011738  0x00001d5f iforce  0x00000039 
+ 00011739  0x00001d60 add  0x00000013 , 0x00000002 , 0x00000006 
+ 00011740  0x00001d62 add  0x00000013 , 0x00000064 , 0x00000005 
+ 00011741  0x00001d64 branch  0x00007f01 
+ 00011742  0x00001d69 call  0x0000325f 
+ 00011743  0x00001d6b rshift3  0x0000003f , 0x0000003f 
+ 00011744  0x00001d6c add  0x00000013 , 0x00000084 , 0x00000005 
+ 00011745  0x00001d6d istore  0x00000001 , 0x00000005 
+ 00011746  0x00001d70 increase  0x00000001 , 0x0000003f 
+ 00011747  0x00001d71 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00011748  0x00001d73 iadd  0x00000006 , 0x00000006 
+ 00011749  0x00001d74 ifetch  0x00000003 , 0x00000006 
+ 00011750  0x00001d75 add  0x00000013 , 0x000000c4 , 0x00000005 
+ 00011751  0x00001d76 istore  0x00000003 , 0x00000005 
+ 00011752  0x00001d79 call  0x0000325f 
+ 00011753  0x00001d7b rshift  0x0000003f , 0x0000003f 
+ 00011754  0x00001d7c and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00011755  0x00001d7d add  0x00000013 , 0x000000ca , 0x00000005 
+ 00011756  0x00001d7e istore  0x00000001 , 0x00000005 
+ 00011757  0x00001d80 rtn 
+ 00011758  0x00001d83 disable  0x00000009 
+ 00011759  0x00001d84 disable  0x00000007 
+ 00011760  0x00001d85 setarg  0x00555555 
+ 00011761  0x00001d86 iforce  0x0000000f 
+ 00011762  0x00001d87 rtn 
+ 00011763  0x00001d8a call  0x00002918 
+ 00011764  0x00001d8b add  0x00000013 , 0x00000090 , 0x00000011 
+ 00011765  0x00001d8c ifetcht  0x00000001 , 0x00000011 
+ 00011766  0x00001d8e branch  0x00002933 
+ 00011767  0x00001d91 call  0x00002dee 
+ 00011768  0x00001d92 call  0x00002df3 
+ 00011769  0x00001d93 set1  0x00000000 , 0x00000015 
+ 00011770  0x00001d94 enable  0x0000001d 
+ 00011771  0x00001d95 enable  0x00000020 
+ 00011772  0x00001d96 disable  0x00000021 
+ 00011773  0x00001d97 call  0x000053c4 
+ 00011774  0x00001d98 call  0x0000322a 
+ 00011775  0x00001d9a iforce  0x00000009 
+ 00011776  0x00001d9b inject  0x00000003 , 0x00000020 
+ 00011777  0x00001d9c enable  0x00000009 
+ 00011778  0x00001d9d add  0x00000013 , 0x00000088 , 0x00000011 
+ 00011779  0x00001d9e ifetch  0x00000001 , 0x00000011 
+ 00011780  0x00001da0 iforce  0x00000039 
+ 00011781  0x00001da1 add  0x00000013 , 0x00000042 , 0x00000006 
+ 00011782  0x00001da4 ifetch  0x00000001 , 0x00000006 
+ 00011783  0x00001da5 inject  0x00000003 , 0x00000008 
+ 00011784  0x00001da6 loop  0x00002e06 
+ 00011785  0x00001da7 enable  0x00000008 
+ 00011786  0x00001da8 inject  0x00000003 , 0x00000018 
+ 00011787  0x00001da9 disable  0x00000008 
+ 00011788  0x00001daa until  0x0000003e , 0x00000027 
+ 00011789  0x00001dab bpatch  0x000000b7 , 0x00004016 
+ 00011790  0x00001dac nop  0x00000064 
+ 00011791  0x00001dad disable  0x0000001d 
+ 00011792  0x00001dae rtn 
+ 00011793  0x00001db1 disable  0x0000002f 
+ 00011794  0x00001db2 force  0x00000000 , 0x00000015 
+ 00011795  0x00001db3 add  0x00000013 , 0x00000090 , 0x00000011 
+ 00011796  0x00001db4 ifetcht  0x00000001 , 0x00000011 
+ 00011797  0x00001db6 call  0x0000291f 
+ 00011798  0x00001db7 call  0x00002924 
+ 00011799  0x00001db9 call  0x00002dee 
+ 00011800  0x00001dba enable  0x0000000d 
+ 00011801  0x00001dbb enable  0x00000021 
+ 00011802  0x00001dbc disable  0x00000020 
+ 00011803  0x00001dbd call  0x000053c4 
+ 00011804  0x00001dbe call  0x0000322a 
+ 00011805  0x00001dc0 iforce  0x00000009 
+ 00011806  0x00001dc1 enable  0x00000010 
+ 00011807  0x00001dc2 add  0x00000013 , 0x00000089 , 0x00000011 
+ 00011808  0x00001dc3 ifetch  0x00000002 , 0x00000011 
+ 00011809  0x00001dc5 iforce  0x0000001b 
+ 00011810  0x00001dc6 correlate  0x0000003e , 0x00000003 
+ 00011811  0x00001dc7 nbranch  0x00002e4d , 0x00000018 
+ 00011812  0x00001dc8 enable  0x00000009 
+ 00011813  0x00001dc9 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011814  0x00001dca rshift3  0x0000000c , 0x0000003f 
+ 00011815  0x00001dcb add  0x00000013 , 0x00000000 , 0x00000005 
+ 00011816  0x00001dcc istore  0x00000001 , 0x00000005 
+ 00011817  0x00001dce add  0x00000013 , 0x000000cd , 0x00000011 
+ 00011818  0x00001dcf ifetch  0x00000001 , 0x00000011 
+ 00011819  0x00001dd1 beq  0x00000002 , 0x00002e33 
+ 00011820  0x00001dd2 bpatch  0x000000b8 , 0x00004017 
+ 00011821  0x00001dd3 add  0x00000013 , 0x00000000 , 0x00000011 
+ 00011822  0x00001dd4 ifetch  0x00000001 , 0x00000011 
+ 00011823  0x00001dd6 add  0x00000013 , 0x00000087 , 0x00000011 
+ 00011824  0x00001dd7 ifetcht  0x00000001 , 0x00000011 
+ 00011825  0x00001dd9 icompare  0x00000007 , 0x00000002 
+ 00011826  0x00001dda nbranch  0x00002e45 , 0x00000001 
+ 00011827  0x00001ddc parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011828  0x00001ddd rshift3  0x0000000c , 0x0000003f 
+ 00011829  0x00001dde istore  0x00000001 , 0x00000005 
+ 00011830  0x00001ddf rshift3  0x0000003f , 0x0000003f 
+ 00011831  0x00001de0 and  0x0000003f , 0x0000001f , 0x00000039 
+ 00011832  0x00001de1 branch  0x00002e3d , 0x00000005 
+ 00011833  0x00001de3 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00011834  0x00001de4 rshift3  0x0000000c , 0x0000003f 
+ 00011835  0x00001de5 istore  0x00000001 , 0x00000005 
+ 00011836  0x00001de6 loop  0x00002e39 
+ 00011837  0x00001de8 parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00011838  0x00001de9 rshift32  0x0000003f , 0x0000003f 
+ 00011839  0x00001dea rshift16  0x0000003f , 0x0000003f 
+ 00011840  0x00001deb istore  0x00000003 , 0x00000005 
+ 00011841  0x00001dec branch  0x00002e45 , 0x00000006 
+ 00011842  0x00001ded enable  0x0000002f 
+ 00011843  0x00001dee disable  0x0000000d 
+ 00011844  0x00001def rtn 
+ 00011845  0x00001df3 disable  0x0000001d 
+ 00011846  0x00001df4 disable  0x0000000d 
+ 00011847  0x00001df5 disable  0x00000009 
+ 00011848  0x00001df6 disable  0x00000007 
+ 00011849  0x00001df7 branch  0x000028f9 , 0x00000021 
+ 00011850  0x00001df8 until  0x0000003e , 0x00000027 
+ 00011851  0x00001df9 nop  0x00000064 
+ 00011852  0x00001dfa branch  0x000028f9 
+ 00011853  0x00001dfd call  0x00002e4f 
+ 00011854  0x00001dfe branch  0x00002e45 
+ 00011855  0x00001e01 call  0x000029bb 
+ 00011856  0x00001e02 rtn  0x00000034 
+ 00011857  0x00001e03 add  0x00000013 , 0x000000ea , 0x00000011 
+ 00011858  0x00001e04 ifetcht  0x00000001 , 0x00000011 
+ 00011859  0x00001e06 arg  0x00000d9e , 0x00000011 
+ 00011860  0x00001e08 call  0x00002e58 
+ 00011861  0x00001e09 add  0x00000013 , 0x000000ea , 0x00000005 
+ 00011862  0x00001e0c istoret  0x00000001 , 0x00000005 
+ 00011863  0x00001e0d rtn 
+ 00011864  0x00001e10 arg  0x000000ff , 0x00000012 
+ 00011865  0x00001e11 branch  0x00002e5a 
+ 00011866  0x00001e24 copy  0x00000011 , 0x0000003f 
+ 00011867  0x00001e25 iadd  0x00000002 , 0x00000005 
+ 00011868  0x00001e26 fetch  0x00000001 , 0x00000018 
+ 00011869  0x00001e27 istore  0x00000001 , 0x00000005 
+ 00011870  0x00001e28 increase  0x00000001 , 0x00000002 
+ 00011871  0x00001e29 copy  0x00000012 , 0x0000003f 
+ 00011872  0x00001e2a iand_into  0x00000002 
+ 00011873  0x00001e2b rtn 
+ 00011874  0x00001e2e arg  0x00000000 , 0x00000002 
+ 00011875  0x00001e2f copy  0x00000011 , 0x00000006 
+ 00011876  0x00001e31 ifetch  0x00000001 , 0x00000006 
+ 00011877  0x00001e32 iadd  0x00000002 , 0x00000002 
+ 00011878  0x00001e33 loop  0x00002e64 
+ 00011879  0x00001e34 rshift8  0x00000002 , 0x00000002 
+ 00011880  0x00001e35 rtn 
+ 00011881  0x00001e38 call  0x00002c7a 
+ 00011882  0x00001e39 call  0x00002e9f 
+ 00011883  0x00001e3a setarg  0x00000001 
+ 00011884  0x00001e3b call  0x00003272 
+ 00011885  0x00001e3e setarg  0x00000000 
+ 00011886  0x00001e3f call  0x00002e73 
+ 00011887  0x00001e41 istore  0x00000001 , 0x00000005 
+ 00011888  0x00001e43 rtn 
+ 00011889  0x00001e46 call  0x00003270 
+ 00011890  0x00001e48 increase  0x00000001 , 0x0000003f 
+ 00011891  0x00001e4b add  0x00000013 , 0x000000fc , 0x00000005 
+ 00011892  0x00001e4c branch  0x000032b4 
+ 00011893  0x00001e51 add  0x00000013 , 0x000000fd , 0x00000011 
+ 00011894  0x00001e52 ifetch  0x00000001 , 0x00000011 
+ 00011895  0x00001e53 increase  0x00000001 , 0x0000003f 
+ 00011896  0x00001e54 add  0x00000013 , 0x000000fd , 0x00000005 
+ 00011897  0x00001e55 branch  0x000032b4 
+ 00011898  0x00001e58 bpatch  0x000000b9 , 0x00004017 
+ 00011899  0x00001e59 call  0x00003270 
+ 00011900  0x00001e5b sub  0x0000003f , 0x0000007c , 0x0000003e 
+ 00011901  0x00001e5c rtn  0x00000002 
+ 00011902  0x00001e5d add  0x00000013 , 0x000000fd , 0x00000011 
+ 00011903  0x00001e5e ifetcht  0x00000001 , 0x00000011 
+ 00011904  0x00001e60 isub  0x00000002 , 0x00000002 
+ 00011905  0x00001e61 call  0x00002e6d 
+ 00011906  0x00001e62 setarg  0x00000102 
+ 00011907  0x00001e63 iadd  0x00000013 , 0x00000011 
+ 00011908  0x00001e64 ifetch  0x00000001 , 0x00000011 
+ 00011909  0x00001e66 isub  0x00000002 , 0x0000003e 
+ 00011910  0x00001e67 nbranch  0x00002e8d , 0x00000002 
+ 00011911  0x00001e68 setarg  0x00000103 
+ 00011912  0x00001e69 iadd  0x00000013 , 0x00000011 
+ 00011913  0x00001e6a ifetch  0x00000001 , 0x00000011 
+ 00011914  0x00001e6c isub  0x00000002 , 0x0000003e 
+ 00011915  0x00001e6d branch  0x00002e99 , 0x00000002 
+ 00011916  0x00001e6e rtn 
+ 00011917  0x00001e71 add  0x00000013 , 0x000000fe , 0x00000011 
+ 00011918  0x00001e72 ifetch  0x00000001 , 0x00000011 
+ 00011919  0x00001e74 beq  0x00000002 , 0x00002e93 
+ 00011920  0x00001e75 increase  0x00000001 , 0x0000003f 
+ 00011921  0x00001e76 call  0x00003272 
+ 00011922  0x00001e78 beq  0x00000001 , 0x00002e9f 
+ 00011923  0x00001e7a setarg  0x0000000a 
+ 00011924  0x00001e7b call  0x000032b0 
+ 00011925  0x00001e7d setarg  0x00000000 
+ 00011926  0x00001e7e call  0x000032b2 
+ 00011927  0x00001e81 add  0x00000013 , 0x000000ff , 0x00000011 
+ 00011928  0x00001e83 branch  0x00002ea5 
+ 00011929  0x00001e86 add  0x00000013 , 0x000000fe , 0x00000011 
+ 00011930  0x00001e87 ifetch  0x00000001 , 0x00000011 
+ 00011931  0x00001e89 beq  0x00000000 , 0x00002ea7 
+ 00011932  0x00001e8a increase  0xffffffff , 0x0000003f 
+ 00011933  0x00001e8b call  0x00003272 
+ 00011934  0x00001e8d beq  0x00000000 , 0x00002ea7 
+ 00011935  0x00001e92 setarg  0x00000005 
+ 00011936  0x00001e93 call  0x000032b0 
+ 00011937  0x00001e95 setarg  0x00000000 
+ 00011938  0x00001e96 call  0x000032b2 
+ 00011939  0x00001e99 setarg  0x00000100 
+ 00011940  0x00001e9b iadd  0x00000013 , 0x00000011 
+ 00011941  0x00001e9d ifetch  0x00000001 , 0x00000011 
+ 00011942  0x00001e9f branch  0x0000326a 
+ 00011943  0x00001ea4 setarg  0x00000002 
+ 00011944  0x00001ea5 call  0x000032b0 
+ 00011945  0x00001ea7 setarg  0x00000000 
+ 00011946  0x00001ea8 call  0x000032b2 
+ 00011947  0x00001eab setarg  0x00000101 
+ 00011948  0x00001ead branch  0x00002ea4 
+ 00011949  0x00001ebc set1  0x00000026 , 0x00000000 
+ 00011950  0x00001ebd call  0x00002c83 
+ 00011951  0x00001ec0 setarg  0x00000001 
+ 00011952  0x00001ec1 branch  0x00003256 
+ 00011953  0x00001ec4 add  0x00000013 , 0x0000008b , 0x00000011 
+ 00011954  0x00001ec5 ifetch  0x00000001 , 0x00000011 
+ 00011955  0x00001ec7 beq  0x00000001 , 0x00007fe7 
+ 00011956  0x00001ec8 call  0x00003253 
+ 00011957  0x00001eca beq  0x00000001 , 0x00002eb9 
+ 00011958  0x00001ecb beq  0x00000002 , 0x00002ebd 
+ 00011959  0x00001ecc beq  0x00000003 , 0x00002ec1 
+ 00011960  0x00001ecd branch  0x00002a8c 
+ 00011961  0x00001ed0 setarg  0x00000011 
+ 00011962  0x00001ed1 call  0x00003256 
+ 00011963  0x00001ed3 jam  0x000000aa , 0x0000119e 
+ 00011964  0x00001ed4 branch  0x00002ec4 
+ 00011965  0x00001ed6 setarg  0x00000012 
+ 00011966  0x00001ed7 call  0x00003256 
+ 00011967  0x00001ed9 jam  0x00000055 , 0x0000119e 
+ 00011968  0x00001eda branch  0x00002ec4 
+ 00011969  0x00001edc setarg  0x00000013 
+ 00011970  0x00001edd call  0x00003256 
+ 00011971  0x00001edf jam  0x00000022 , 0x0000119e 
+ 00011972  0x00001ee1 call  0x0000323a 
+ 00011973  0x00001ee3 and_into  0x00000007 , 0x0000003f 
+ 00011974  0x00001ee4 store  0x00000001 , 0x0000119f 
+ 00011975  0x00001ee5 call  0x00003224 
+ 00011976  0x00001ee7 store  0x00000004 , 0x000011a0 
+ 00011977  0x00001ee9 jam  0x00000000 , 0x000011a4 
+ 00011978  0x00001eea arg  0x0000119e , 0x00000011 
+ 00011979  0x00001eeb arg  0x00000007 , 0x00000002 
+ 00011980  0x00001eec call  0x00002d4c 
+ 00011981  0x00001eed call  0x00002d53 
+ 00011982  0x00001eee call  0x00002d33 
+ 00011983  0x00001eef branch  0x00007fe7 
+ 00011984  0x00001ef2 call  0x00003253 
+ 00011985  0x00001ef4 rtneq  0x000000ff 
+ 00011986  0x00001ef5 beq  0x00000011 , 0x00002ed6 
+ 00011987  0x00001ef6 beq  0x00000012 , 0x00002ed9 
+ 00011988  0x00001ef7 beq  0x00000013 , 0x00002edc 
+ 00011989  0x00001ef8 rtn 
+ 00011990  0x00001efb setarg  0x00000002 
+ 00011991  0x00001efc call  0x00003256 
+ 00011992  0x00001efe branch  0x00002d9f 
+ 00011993  0x00001f00 setarg  0x00000003 
+ 00011994  0x00001f01 call  0x00003256 
+ 00011995  0x00001f03 branch  0x00002d9f 
+ 00011996  0x00001f05 setarg  0x000000ff 
+ 00011997  0x00001f06 call  0x00003256 
+ 00011998  0x00001f08 jam  0x00000039 , 0x00000a99 
+ 00011999  0x00001f09 call  0x00007d86 
+ 00012000  0x00001f0a add  0x00000013 , 0x00000066 , 0x00000011 
+ 00012001  0x00001f0b ifetch  0x00000004 , 0x00000011 
+ 00012002  0x00001f0d call  0x0000322c 
+ 00012003  0x00001f0f branch  0x00002d9f 
+ 00012004  0x00001f12 set0  0x00000026 , 0x00000000 
+ 00012005  0x00001f13 call  0x00002f08 
+ 00012006  0x00001f14 call  0x00002f22 
+ 00012007  0x00001f16 call  0x00003263 
+ 00012008  0x00001f18 nop  0x000007d0 
+ 00012009  0x00001f19 call  0x00003261 
+ 00012010  0x00001f1a beq  0x000000ff , 0x00002dd4 
+ 00012011  0x00001f1b call  0x00002da4 
+ 00012012  0x00001f1c nbranch  0x00002efa , 0x00000018 
+ 00012013  0x00001f1d nbranch  0x00002efa , 0x0000002f 
+ 00012014  0x00001f1e call  0x00002dd6 
+ 00012015  0x00001f1f call  0x00002c7a 
+ 00012016  0x00001f20 add  0x00000013 , 0x00000092 , 0x00000011 
+ 00012017  0x00001f21 ifetcht  0x00000004 , 0x00000011 
+ 00012018  0x00001f22 call  0x000030be 
+ 00012019  0x00001f23 branch  0x00002ead , 0x00000005 
+ 00012020  0x00001f24 call  0x00002c7a 
+ 00012021  0x00001f25 add  0x00000013 , 0x00000066 , 0x00000011 
+ 00012022  0x00001f26 ifetch  0x00000004 , 0x00000011 
+ 00012023  0x00001f27 beq  0x00000000 , 0x00002ee7 
+ 00012024  0x00001f28 call  0x0000322c 
+ 00012025  0x00001f29 branch  0x00002f1c 
+ 00012026  0x00001f2c call  0x00003261 
+ 00012027  0x00001f2d increase  0x00000001 , 0x0000003f 
+ 00012028  0x00001f2e call  0x00003264 
+ 00012029  0x00001f30 call  0x00002f04 
+ 00012030  0x00001f31 increase  0x00000001 , 0x0000003f 
+ 00012031  0x00001f32 and_into  0x00000001 , 0x0000003f 
+ 00012032  0x00001f33 call  0x00002f06 
+ 00012033  0x00001f34 beq  0x00000000 , 0x00002f0c 
+ 00012034  0x00001f35 beq  0x00000001 , 0x00002f0e 
+ 00012035  0x00001f36 rtn 
+ 00012036  0x00001f39 setarg  0x0000018b 
+ 00012037  0x00001f3a branch  0x000032d0 
+ 00012038  0x00001f3c arg  0x0000018b , 0x00000011 
+ 00012039  0x00001f3d branch  0x000032b3 
+ 00012040  0x00001f40 call  0x00003267 
+ 00012041  0x00001f41 call  0x00003224 
+ 00012042  0x00001f42 call  0x0000322c 
+ 00012043  0x00001f43 branch  0x00002c8a 
+ 00012044  0x00001f46 call  0x00002f08 
+ 00012045  0x00001f47 branch  0x00002ee8 
+ 00012046  0x00001f4a call  0x00002c83 
+ 00012047  0x00001f4b branch  0x00002ee8 
+ 00012048  0x00001f4f set0  0x00000026 , 0x00000000 
+ 00012049  0x00001f50 call  0x00002c8a 
+ 00012050  0x00001f51 call  0x00003253 
+ 00012051  0x00001f53 rtnne  0x000000ff 
+ 00012052  0x00001f54 call  0x00002f22 
+ 00012053  0x00001f55 call  0x00003263 
+ 00012054  0x00001f58 nop  0x000007d0 
+ 00012055  0x00001f59 call  0x00003261 
+ 00012056  0x00001f5b beq  0x000000ff , 0x00002dd4 
+ 00012057  0x00001f5c call  0x00002da4 
+ 00012058  0x00001f5d nbranch  0x00002f27 , 0x00000018 
+ 00012059  0x00001f5e nbranch  0x00002f27 , 0x0000002f 
+ 00012060  0x00001f60 set1  0x00000026 , 0x00000000 
+ 00012061  0x00001f61 call  0x00003263 
+ 00012062  0x00001f62 setarg  0x000000ff 
+ 00012063  0x00001f63 call  0x00003256 
+ 00012064  0x00001f65 jam  0x0000003c , 0x00000a99 
+ 00012065  0x00001f66 branch  0x00007d86 
+ 00012066  0x00001f69 set1  0x00000027 , 0x00000000 
+ 00012067  0x00001f6a jam  0x000000ff , 0x0000119e 
+ 00012068  0x00001f6b call  0x0000323a 
+ 00012069  0x00001f6d call  0x00002d77 
+ 00012070  0x00001f6e branch  0x00002d53 
+ 00012071  0x00001f71 call  0x00003261 
+ 00012072  0x00001f73 increase  0x00000001 , 0x0000003f 
+ 00012073  0x00001f74 call  0x00003264 
+ 00012074  0x00001f76 call  0x00002c8a 
+ 00012075  0x00001f77 branch  0x00002f16 
+ 00012076  0x00001f7a call  0x00003267 
+ 00012077  0x00001f7d setarg  0x000000ff 
+ 00012078  0x00001f7e call  0x00003256 
+ 00012079  0x00001f80 branch  0x00002f10 
+ 00012080  0x00001f8a bpatch  0x000000ba , 0x00004017 
+ 00012081  0x00001f8b call  0x00002c7a 
+ 00012082  0x00001f8c setarg  0x000031b0 
+ 00012083  0x00001f8d add  0x00000013 , 0x000000de , 0x00000005 
+ 00012084  0x00001f8e istore  0x00000002 , 0x00000005 
+ 00012085  0x00001f90 call  0x00002f3d 
+ 00012086  0x00001f91 call  0x000048ea 
+ 00012087  0x00001f92 call  0x000032b6 
+ 00012088  0x00001f94 bpatch  0x000000bb , 0x00004017 
+ 00012089  0x00001f95 beq  0x00000000 , 0x00003055 
+ 00012090  0x00001f96 beq  0x00000001 , 0x00002f45 
+ 00012091  0x00001f97 beq  0x0000000f , 0x00002f41 
+ 00012092  0x00001f98 branch  0x00002a8c 
+ 00012093  0x00001f9b call  0x0000326c 
+ 00012094  0x00001f9c arg  0x00000080 , 0x00000039 
+ 00012095  0x00001f9d arg  0x00000d9e , 0x00000005 
+ 00012096  0x00001f9e branch  0x00007ec6 
+ 00012097  0x00001fa1 call  0x00002f4c 
+ 00012098  0x00001fa3 call  0x00002f4f 
+ 00012099  0x00001fa4 call  0x000048d3 
+ 00012100  0x00001fa5 branch  0x00002f42 
+ 00012101  0x00001fa8 bpatch  0x000000bc , 0x00004017 
+ 00012102  0x00001fa9 call  0x00002f4c 
+ 00012103  0x00001fab call  0x00002f4f 
+ 00012104  0x00001fac call  0x00002fbd 
+ 00012105  0x00001fad call  0x000048d3 
+ 00012106  0x00001fae call  0x00003019 
+ 00012107  0x00001faf branch  0x00002f47 
+ 00012108  0x00001fb5 call  0x00003291 
+ 00012109  0x00001fb6 call  0x00003296 
+ 00012110  0x00001fb7 branch  0x00003299 
+ 00012111  0x00001fba call  0x0000328f 
+ 00012112  0x00001fbc rtnne  0x00000000 
+ 00012113  0x00001fbe call  0x00002f55 
+ 00012114  0x00001fbf call  0x00002f65 
+ 00012115  0x00001fc0 call  0x0000316b 
+ 00012116  0x00001fc1 branch  0x00002f96 
+ 00012117  0x00001fc4 call  0x00003294 
+ 00012118  0x00001fc6 rtnbit1  0x00000000 
+ 00012119  0x00001fc7 set1  0x00000000 , 0x0000003f 
+ 00012120  0x00001fc8 call  0x00003297 
+ 00012121  0x00001fca call  0x00003267 
+ 00012122  0x00001fcd call  0x00003299 
+ 00012123  0x00001fcf jam  0x00000000 , 0x00000d38 
+ 00012124  0x00001fd0 call  0x0000324f 
+ 00012125  0x00001fd2 call  0x00002f61 
+ 00012126  0x00001fd4 add  0x00000013 , 0x00000000 , 0x00000005 
+ 00012127  0x00001fd6 arg  0x00000042 , 0x00000039 
+ 00012128  0x00001fd7 branch  0x00007ed4 
+ 00012129  0x00001fda call  0x00003231 
+ 00012130  0x00001fdc call  0x0000327d 
+ 00012131  0x00001fde call  0x0000322c 
+ 00012132  0x00001fe0 branch  0x00002c8a 
+ 00012133  0x00001fe3 bpatch  0x000000bd , 0x00004017 
+ 00012134  0x00001fe4 call  0x0000324c 
+ 00012135  0x00001fe6 beq  0x00000001 , 0x00002f8d 
+ 00012136  0x00001fe7 call  0x00003245 
+ 00012137  0x00001fe9 beq  0x00000001 , 0x00002c8a 
+ 00012138  0x00001fea setarg  0x00000136 
+ 00012139  0x00001feb iadd  0x00000013 , 0x00000011 
+ 00012140  0x00001fec ifetcht  0x00000004 , 0x00000011 
+ 00012141  0x00001fee copy  0x00000022 , 0x0000003f 
+ 00012142  0x00001fef isub  0x00000002 , 0x0000003e 
+ 00012143  0x00001ff0 ncall  0x00002d18 , 0x00000002 
+ 00012144  0x00001ff1 copy  0x0000003f , 0x00000012 
+ 00012145  0x00001ff2 setarg  0x00000136 
+ 00012146  0x00001ff3 iadd  0x00000013 , 0x00000011 
+ 00012147  0x00001ff4 ifetch  0x00000004 , 0x00000011 
+ 00012148  0x00001ff5 copy  0x0000003f , 0x00000002 
+ 00012149  0x00001ff7 setarg  0x0000013a 
+ 00012150  0x00001ff8 iadd  0x00000013 , 0x00000011 
+ 00012151  0x00001ff9 copy  0x00000002 , 0x0000003f 
+ 00012152  0x00001ffa ifetcht  0x00000001 , 0x00000011 
+ 00012153  0x00001ffc iadd  0x00000002 , 0x00000002 
+ 00012154  0x00001ffd copy  0x00000012 , 0x0000003f 
+ 00012155  0x00001ffe isub  0x00000002 , 0x0000003e 
+ 00012156  0x00001fff nrtn  0x00000002 
+ 00012157  0x00002000 set0  0x0000001c , 0x0000003f 
+ 00012158  0x00002001 setarg  0x00000136 
+ 00012159  0x00002002 iadd  0x00000013 , 0x00000005 
+ 00012160  0x00002003 istore  0x00000004 , 0x00000005 
+ 00012161  0x00002006 call  0x00002c8a 
+ 00012162  0x00002007 call  0x00003278 
+ 00012163  0x00002009 increase  0x00000001 , 0x0000003f 
+ 00012164  0x0000200a call  0x0000327b 
+ 00012165  0x0000200c rtnne  0x00000002 
+ 00012166  0x0000200d call  0x0000327a 
+ 00012167  0x00002011 branch  0x0000324f 
+ 00012168  0x00002014 copy  0x00000022 , 0x0000003f 
+ 00012169  0x00002015 arg  0x00000136 , 0x00000011 
+ 00012170  0x00002016 call  0x000032bf 
+ 00012171  0x00002017 istore  0x00000004 , 0x00000005 
+ 00012172  0x0000201b branch  0x0000327a 
+ 00012173  0x0000201e arg  0x00000d9e , 0x00000011 
+ 00012174  0x0000201f call  0x00002f94 
+ 00012175  0x00002020 add  0x00000013 , 0x000000eb , 0x00000005 
+ 00012176  0x00002021 istoret  0x00000001 , 0x00000005 
+ 00012177  0x00002023 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012178  0x00002024 nrtn  0x00000002 
+ 00012179  0x00002025 branch  0x00002c8a 
+ 00012180  0x00002028 arg  0x00000100 , 0x00000039 
+ 00012181  0x00002029 branch  0x00002e62 
+ 00012182  0x0000202c call  0x00002f99 
+ 00012183  0x0000202d call  0x00002fa5 
+ 00012184  0x0000202e branch  0x00002fb1 
+ 00012185  0x00002031 setarg  0x00000180 
+ 00012186  0x00002032 call  0x000032d0 
+ 00012187  0x00002034 rtn  0x00000034 
+ 00012188  0x00002035 arg  0x0000000b , 0x00000007 
+ 00012189  0x00002036 call  0x00007f16 
+ 00012190  0x00002037 nrtn  0x00000034 
+ 00012191  0x00002038 call  0x000032a7 
+ 00012192  0x0000203b setarg  0x00000001 
+ 00012193  0x0000203c store  0x00000001 , 0x00000d54 
+ 00012194  0x0000203d setarg  0x00000000 
+ 00012195  0x0000203e istore  0x00000007 , 0x00000005 
+ 00012196  0x0000203f branch  0x000031b8 
+ 00012197  0x00002042 setarg  0x0000017e 
+ 00012198  0x00002043 call  0x000032d0 
+ 00012199  0x00002045 rtn  0x00000034 
+ 00012200  0x00002046 arg  0x0000000e , 0x00000007 
+ 00012201  0x00002047 call  0x00007f16 
+ 00012202  0x00002048 nrtn  0x00000034 
+ 00012203  0x00002049 call  0x000032aa 
+ 00012204  0x0000204c arg  0x00000d64 , 0x00000005 
+ 00012205  0x0000204d arg  0x00000002 , 0x00000039 
+ 00012206  0x0000204e call  0x00007ec6 
+ 00012207  0x0000204f jam  0x00000000 , 0x00000d64 
+ 00012208  0x00002050 branch  0x000031ed 
+ 00012209  0x00002053 setarg  0x0000017f 
+ 00012210  0x00002054 call  0x000032d0 
+ 00012211  0x00002056 rtn  0x00000034 
+ 00012212  0x00002057 arg  0x0000000c , 0x00000007 
+ 00012213  0x00002058 call  0x00007f16 
+ 00012214  0x00002059 nrtn  0x00000034 
+ 00012215  0x0000205a call  0x000032ad 
+ 00012216  0x0000205d arg  0x00000d74 , 0x00000005 
+ 00012217  0x0000205e arg  0x00000002 , 0x00000039 
+ 00012218  0x0000205f call  0x00007ec6 
+ 00012219  0x00002060 jam  0x00000003 , 0x00000d74 
+ 00012220  0x00002061 branch  0x00003207 
+ 00012221  0x00002064 call  0x0000328f 
+ 00012222  0x00002066 rtnne  0x00000001 
+ 00012223  0x00002067 call  0x00002fc1 
+ 00012224  0x00002068 branch  0x00002fcb 
+ 00012225  0x0000206b call  0x00003294 
+ 00012226  0x0000206d rtnbit1  0x00000001 
+ 00012227  0x0000206e set1  0x00000001 , 0x0000003f 
+ 00012228  0x0000206f call  0x00003297 
+ 00012229  0x00002071 call  0x0000329c 
+ 00012230  0x00002073 call  0x00002c83 
+ 00012231  0x00002074 setarg  0x00000000 
+ 00012232  0x00002075 arg  0x00000106 , 0x00000011 
+ 00012233  0x00002076 call  0x000032bf 
+ 00012234  0x00002078 branch  0x000032c5 
+ 00012235  0x0000207b call  0x0000316e 
+ 00012236  0x0000207c nbranch  0x00002f5e , 0x0000002f 
+ 00012237  0x0000207d add  0x00000013 , 0x00000000 , 0x00000006 
+ 00012238  0x0000207e setarg  0x00000109 
+ 00012239  0x0000207f iadd  0x00000013 , 0x00000005 
+ 00012240  0x00002080 arg  0x00000008 , 0x00000039 
+ 00012241  0x00002081 call  0x00007f01 
+ 00012242  0x00002082 setarg  0x0000010b 
+ 00012243  0x00002083 call  0x000032d0 
+ 00012244  0x00002084 beq  0x000000aa , 0x00002fd9 
+ 00012245  0x00002085 beq  0x00000055 , 0x00002fed 
+ 00012246  0x00002086 beq  0x00000022 , 0x00003001 
+ 00012247  0x00002087 beq  0x000000ff , 0x00003212 
+ 00012248  0x00002088 branch  0x00002f5e 
+ 00012249  0x0000208b call  0x000032bd 
+ 00012250  0x0000208c beq  0x00000001 , 0x00002fdd 
+ 00012251  0x0000208d beq  0x00000002 , 0x00002fe8 
+ 00012252  0x0000208e rtn 
+ 00012253  0x00002090 setarg  0x00000001 
+ 00012254  0x00002091 call  0x00002ff7 
+ 00012255  0x00002094 setarg  0x00000001 
+ 00012256  0x00002095 call  0x00003289 
+ 00012257  0x00002098 setarg  0x00000080 
+ 00012258  0x00002099 arg  0x00000130 , 0x00000011 
+ 00012259  0x0000209a call  0x000032b3 
+ 00012260  0x0000209c call  0x0000327d 
+ 00012261  0x0000209e arg  0x00000131 , 0x00000011 
+ 00012262  0x0000209f call  0x000032bf 
+ 00012263  0x000020a1 branch  0x0000322d 
+ 00012264  0x000020a4 setarg  0x00000001 
+ 00012265  0x000020a5 call  0x00002fff 
+ 00012266  0x000020a8 setarg  0x00000002 
+ 00012267  0x000020a9 call  0x00003289 
+ 00012268  0x000020ab branch  0x00002fe1 
+ 00012269  0x000020ae call  0x000032bd 
+ 00012270  0x000020af beq  0x00000001 , 0x00002ff1 
+ 00012271  0x000020b0 beq  0x00000002 , 0x00002ff9 
+ 00012272  0x000020b1 rtn 
+ 00012273  0x000020b3 call  0x00002fdf 
+ 00012274  0x000020b4 setarg  0x00000106 
+ 00012275  0x000020b5 call  0x000032d0 
+ 00012276  0x000020b7 beq  0x00000001 , 0x00002ff6 
+ 00012277  0x000020b8 rtn 
+ 00012278  0x000020ba setarg  0x00000002 
+ 00012279  0x000020bd arg  0x00000106 , 0x00000011 
+ 00012280  0x000020be branch  0x000032b3 
+ 00012281  0x000020c1 call  0x00002fea 
+ 00012282  0x000020c2 setarg  0x00000107 
+ 00012283  0x000020c3 call  0x000032d0 
+ 00012284  0x000020c5 beq  0x00000001 , 0x00002ffe 
+ 00012285  0x000020c6 rtn 
+ 00012286  0x000020c8 setarg  0x00000002 
+ 00012287  0x000020cb arg  0x00000107 , 0x00000011 
+ 00012288  0x000020cc branch  0x000032b3 
+ 00012289  0x000020cf call  0x000032bd 
+ 00012290  0x000020d0 beq  0x00000001 , 0x00003005 
+ 00012291  0x000020d1 beq  0x00000002 , 0x00003011 
+ 00012292  0x000020d2 rtn 
+ 00012293  0x000020d4 setarg  0x00000106 
+ 00012294  0x000020d5 call  0x000032d0 
+ 00012295  0x000020d7 beq  0x00000002 , 0x00003009 
+ 00012296  0x000020d8 rtn 
+ 00012297  0x000020da call  0x0000328b 
+ 00012298  0x000020dc or_into  0x00000001 , 0x0000003f 
+ 00012299  0x000020dd call  0x0000328d 
+ 00012300  0x000020e0 setarg  0x00000000 
+ 00012301  0x000020e1 setarg  0x00000106 
+ 00012302  0x000020e2 iadd  0x00000013 , 0x00000005 
+ 00012303  0x000020e3 istore  0x00000002 , 0x00000005 
+ 00012304  0x000020e4 branch  0x00002f5e 
+ 00012305  0x000020e7 setarg  0x00000107 
+ 00012306  0x000020e8 call  0x000032d0 
+ 00012307  0x000020ea bne  0x00000000 , 0x00003015 
+ 00012308  0x000020eb rtn 
+ 00012309  0x000020ed call  0x0000328b 
+ 00012310  0x000020ef or_into  0x00000002 , 0x0000003f 
+ 00012311  0x000020f0 call  0x0000328d 
+ 00012312  0x000020f2 branch  0x0000300c 
+ 00012313  0x000020f6 fetch  0x00000001 , 0x00000d50 
+ 00012314  0x000020f7 rtn  0x00000034 
+ 00012315  0x000020f8 jam  0x00000000 , 0x00000d50 
+ 00012316  0x000020f9 fetch  0x00000002 , 0x00000d4e 
+ 00012317  0x000020fa arg  0x000002ba , 0x00000002 
+ 00012318  0x000020fb isub  0x00000002 , 0x0000003e 
+ 00012319  0x000020fc nrtn  0x00000005 
+ 00012320  0x000020fe fetch  0x00000001 , 0x00000cb6 
+ 00012321  0x000020ff rtnne  0x000000ba 
+ 00012322  0x00002100 fetch  0x00000001 , 0x00000cb7 
+ 00012323  0x00002101 bpatch  0x000000be , 0x00004017 
+ 00012324  0x00002102 beq  0x000000a0 , 0x0000303b 
+ 00012325  0x00002103 beq  0x000000a1 , 0x0000302c 
+ 00012326  0x00002104 beq  0x000000a6 , 0x00003041 
+ 00012327  0x00002105 beq  0x000000a7 , 0x00003043 
+ 00012328  0x00002106 beq  0x000000a9 , 0x00003049 
+ 00012329  0x00002107 beq  0x000000b0 , 0x0000304d 
+ 00012330  0x00002109 jam  0x00000000 , 0x00000d42 
+ 00012331  0x0000210a rtn 
+ 00012332  0x0000210c fetch  0x00000001 , 0x00000cb8 
+ 00012333  0x0000210d beq  0x00000001 , 0x00003031 
+ 00012334  0x0000210e beq  0x00000084 , 0x00003034 
+ 00012335  0x0000210f beq  0x000000a7 , 0x00003039 
+ 00012336  0x00002110 branch  0x0000302a 
+ 00012337  0x00002112 call  0x0000328b 
+ 00012338  0x00002114 store  0x00000001 , 0x00000cf7 
+ 00012339  0x00002115 branch  0x0000303f 
+ 00012340  0x00002117 call  0x00003291 
+ 00012341  0x00002119 call  0x00003296 
+ 00012342  0x0000211b call  0x0000328b 
+ 00012343  0x0000211d store  0x00000001 , 0x00000cf7 
+ 00012344  0x0000211e branch  0x0000303f 
+ 00012345  0x00002122 jam  0x000000a1 , 0x00000cf7 
+ 00012346  0x00002123 branch  0x0000303f 
+ 00012347  0x00002126 fetch  0x00000001 , 0x00000cb8 
+ 00012348  0x00002127 beq  0x00000081 , 0x0000303e 
+ 00012349  0x00002129 branch  0x0000302a 
+ 00012350  0x0000212d call  0x00003090 
+ 00012351  0x0000212f jam  0x00000001 , 0x00000d42 
+ 00012352  0x00002130 rtn 
+ 00012353  0x00002136 jam  0x00000015 , 0x00000cf7 
+ 00012354  0x00002137 branch  0x0000303f 
+ 00012355  0x0000213a call  0x0000328f 
+ 00012356  0x0000213c beq  0x00000000 , 0x00003047 
+ 00012357  0x0000213d beq  0x00000001 , 0x00003039 
+ 00012358  0x0000213f rtn 
+ 00012359  0x00002141 jam  0x000000a0 , 0x00000cf7 
+ 00012360  0x00002142 branch  0x0000303f 
+ 00012361  0x00002148 jam  0x00000000 , 0x00000cf7 
+ 00012362  0x00002149 jam  0x00000000 , 0x00000cf8 
+ 00012363  0x0000214a jam  0x00000001 , 0x00000cf9 
+ 00012364  0x0000214b branch  0x0000303f 
+ 00012365  0x0000214f call  0x0000329c 
+ 00012366  0x00002150 fetch  0x00000001 , 0x00000cb8 
+ 00012367  0x00002151 increase  0x00000002 , 0x0000003f 
+ 00012368  0x00002152 copy  0x0000003f , 0x00000039 
+ 00012369  0x00002153 arg  0x00000cb6 , 0x00000006 
+ 00012370  0x00002154 setarg  0x0000013c 
+ 00012371  0x00002155 iadd  0x00000013 , 0x00000005 
+ 00012372  0x00002156 branch  0x00007f01 
+ 00012373  0x0000215a bpatch  0x000000bf , 0x00004017 
+ 00012374  0x0000215b call  0x0000307d 
+ 00012375  0x0000215d call  0x00002c7f 
+ 00012376  0x0000215e call  0x000048d3 
+ 00012377  0x0000215f branch  0x00003057 
+ 00012378  0x00002162 call  0x0000328f 
+ 00012379  0x00002164 rtnne  0x00000000 
+ 00012380  0x00002165 call  0x00002f51 
+ 00012381  0x00002166 branch  0x00003098 
+ 00012382  0x00002169 call  0x0000328f 
+ 00012383  0x0000216b rtnne  0x00000001 
+ 00012384  0x0000216c call  0x00002fc1 
+ 00012385  0x0000216d call  0x00002fcb 
+ 00012386  0x0000216e call  0x0000328b 
+ 00012387  0x00002170 rtn  0x00000034 
+ 00012388  0x00002171 call  0x00003286 
+ 00012389  0x00002173 call  0x00002f4c 
+ 00012390  0x00002174 call  0x00003093 
+ 00012391  0x00002176 setarg  0x00000000 
+ 00012392  0x00002177 add  0x00000013 , 0x000000a7 , 0x00000005 
+ 00012393  0x00002179 branch  0x0000322d 
+ 00012394  0x0000217c call  0x00007fe9 
+ 00012395  0x0000217d add  0x00000013 , 0x000000a7 , 0x00000011 
+ 00012396  0x0000217e ifetcht  0x00000004 , 0x00000011 
+ 00012397  0x00002180 copy  0x00000022 , 0x0000003f 
+ 00012398  0x00002181 isub  0x00000002 , 0x0000003e 
+ 00012399  0x00002182 ncall  0x00002d18 , 0x00000002 
+ 00012400  0x00002183 copy  0x0000003f , 0x00000012 
+ 00012401  0x00002184 add  0x00000013 , 0x000000a7 , 0x00000011 
+ 00012402  0x00002185 ifetch  0x00000004 , 0x00000011 
+ 00012403  0x00002187 add  0x00000013 , 0x000000ab , 0x00000011 
+ 00012404  0x00002188 ifetcht  0x00000001 , 0x00000011 
+ 00012405  0x0000218a iadd  0x00000002 , 0x00000002 
+ 00012406  0x0000218b copy  0x00000012 , 0x0000003f 
+ 00012407  0x0000218c isub  0x00000002 , 0x0000003e 
+ 00012408  0x0000218d nrtn  0x00000002 
+ 00012409  0x0000218e set0  0x0000001c , 0x0000003f 
+ 00012410  0x0000218f add  0x00000013 , 0x000000a7 , 0x00000005 
+ 00012411  0x00002190 istore  0x00000004 , 0x00000005 
+ 00012412  0x00002192 branch  0x00007fe7 
+ 00012413  0x00002195 setarg  0x00000001 
+ 00012414  0x00002196 call  0x00003287 
+ 00012415  0x00002198 call  0x00003283 
+ 00012416  0x0000219a setarg  0x000000ff 
+ 00012417  0x0000219b add  0x00000013 , 0x000000ab , 0x00000005 
+ 00012418  0x0000219c istore  0x00000001 , 0x00000005 
+ 00012419  0x0000219e branch  0x00003067 
+ 00012420  0x000021a1 setarg  0x0000015c 
+ 00012421  0x000021a2 call  0x000032d0 
+ 00012422  0x000021a4 rtn  0x00000034 
+ 00012423  0x000021a5 call  0x0000306a 
+ 00012424  0x000021a6 nrtn  0x00000028 
+ 00012425  0x000021a7 call  0x00003281 
+ 00012426  0x000021a9 increase  0x00000001 , 0x0000003f 
+ 00012427  0x000021aa and_into  0x00000001 , 0x0000003f 
+ 00012428  0x000021ab call  0x00003284 
+ 00012429  0x000021ad beq  0x00000000 , 0x00002f4c 
+ 00012430  0x000021ae beq  0x00000001 , 0x00003090 
+ 00012431  0x000021af rtn 
+ 00012432  0x000021b5 setarg  0x00000001 
+ 00012433  0x000021b6 call  0x00003292 
+ 00012434  0x000021b7 branch  0x00003296 
+ 00012435  0x000021ba setarg  0x00000001 
+ 00012436  0x000021bb call  0x000032a5 
+ 00012437  0x000021be setarg  0x00000280 
+ 00012438  0x000021bf arg  0x00000008 , 0x00000007 
+ 00012439  0x000021c0 branch  0x00007f08 
+ 00012440  0x000021c3 call  0x000032a2 
+ 00012441  0x000021c5 rtn  0x00000034 
+ 00012442  0x000021c6 arg  0x00000008 , 0x00000007 
+ 00012443  0x000021c7 call  0x00007f16 
+ 00012444  0x000021c8 nrtn  0x00000034 
+ 00012445  0x000021c9 call  0x000032a4 
+ 00012446  0x000021cc setarg  0x00000007 
+ 00012447  0x000021cd call  0x00003292 
+ 00012448  0x000021cf call  0x00003296 
+ 00012449  0x000021d1 branch  0x00002f5e 
+ 00012450  0x000021d4 bpatch  0x000000c0 , 0x00004018 
+ 00012451  0x000021d5 call  0x0000328f 
+ 00012452  0x000021d7 rtnne  0x00000007 
+ 00012453  0x000021d8 call  0x000030cb 
+ 00012454  0x000021d9 call  0x000030e0 
+ 00012455  0x000021da call  0x0000316e 
+ 00012456  0x000021db nbranch  0x00002f5e , 0x0000002f 
+ 00012457  0x000021dd call  0x000030bc 
+ 00012458  0x000021de call  0x00003172 , 0x00000005 
+ 00012459  0x000021e2 call  0x00002f4c 
+ 00012460  0x000021e3 call  0x00003294 
+ 00012461  0x000021e5 set1  0x00000000 , 0x0000003f 
+ 00012462  0x000021e6 call  0x00003297 
+ 00012463  0x000021e8 call  0x00002f5e 
+ 00012464  0x000021e9 call  0x00003093 
+ 00012465  0x000021ea call  0x000030bc 
+ 00012466  0x000021eb branch  0x000030c1 , 0x00000005 
+ 00012467  0x000021ec setarg  0x00000164 
+ 00012468  0x000021ed call  0x000032d3 
+ 00012469  0x000021ef call  0x000030be 
+ 00012470  0x000021f0 branch  0x000030c5 , 0x00000005 
+ 00012471  0x000021f1 setarg  0x00000160 
+ 00012472  0x000021f2 call  0x000032d3 
+ 00012473  0x000021f4 call  0x000030be 
+ 00012474  0x000021f5 branch  0x000030c8 , 0x00000005 
+ 00012475  0x000021f6 rtn 
+ 00012476  0x000021f9 setarg  0x0000012b 
+ 00012477  0x000021fa call  0x000032d3 
+ 00012478  0x000021fd call  0x0000322a 
+ 00012479  0x000021ff isub  0x00000002 , 0x0000003e 
+ 00012480  0x00002200 rtn 
+ 00012481  0x00002203 setarg  0x00000182 
+ 00012482  0x00002204 call  0x000032d0 
+ 00012483  0x00002208 add  0x00000013 , 0x00000091 , 0x00000005 
+ 00012484  0x00002209 branch  0x000032b4 
+ 00012485  0x0000220c setarg  0x00000185 
+ 00012486  0x0000220d call  0x000032d0 
+ 00012487  0x0000220f branch  0x000030c3 
+ 00012488  0x00002211 setarg  0x00000188 
+ 00012489  0x00002212 call  0x000032d0 
+ 00012490  0x00002214 branch  0x000030c3 
+ 00012491  0x00002217 call  0x00003294 
+ 00012492  0x00002219 rtnbit1  0x00000007 
+ 00012493  0x0000221a set1  0x00000007 , 0x0000003f 
+ 00012494  0x0000221b call  0x00003297 
+ 00012495  0x0000221d call  0x00003283 
+ 00012496  0x0000221f call  0x0000329c 
+ 00012497  0x00002221 setarg  0x00000000 
+ 00012498  0x00002222 add  0x00000013 , 0x000000f5 , 0x00000005 
+ 00012499  0x00002223 istore  0x00000003 , 0x00000005 
+ 00012500  0x00002225 arg  0x00000183 , 0x00000011 
+ 00012501  0x00002226 call  0x000032bf 
+ 00012502  0x00002227 istore  0x00000007 , 0x00000005 
+ 00012503  0x0000222a call  0x000030bc 
+ 00012504  0x0000222b nrtn  0x00000005 
+ 00012505  0x0000222c add  0x00000013 , 0x00000091 , 0x00000011 
+ 00012506  0x0000222d ifetch  0x00000001 , 0x00000011 
+ 00012507  0x0000222f arg  0x00000182 , 0x00000011 
+ 00012508  0x00002230 call  0x000032b3 
+ 00012509  0x00002232 add  0x00000013 , 0x00000090 , 0x00000011 
+ 00012510  0x00002233 ifetch  0x00000001 , 0x00000011 
+ 00012511  0x00002236 branch  0x0000314a 
+ 00012512  0x00002239 bpatch  0x000000c1 , 0x00004018 
+ 00012513  0x0000223a call  0x00003281 
+ 00012514  0x0000223c increase  0x00000001 , 0x0000003f 
+ 00012515  0x0000223d and_into  0x00000003 , 0x0000003f 
+ 00012516  0x0000223e call  0x00003284 
+ 00012517  0x00002241 beq  0x00000000 , 0x0000310e 
+ 00012518  0x00002242 beq  0x00000001 , 0x00003132 
+ 00012519  0x00002243 beq  0x00000002 , 0x000030ea 
+ 00012520  0x00002244 beq  0x00000003 , 0x00003132 
+ 00012521  0x00002245 rtn 
+ 00012522  0x00002248 call  0x00002fdf 
+ 00012523  0x00002249 setarg  0x00000160 
+ 00012524  0x0000224a call  0x0000327e 
+ 00012525  0x0000224c branch  0x000030e0 , 0x00000034 
+ 00012526  0x0000224d call  0x0000322c 
+ 00012527  0x0000224f setarg  0x00000189 
+ 00012528  0x00002250 call  0x000032d0 
+ 00012529  0x00002252 call  0x00003108 , 0x00000034 
+ 00012530  0x00002253 setarg  0x00000187 
+ 00012531  0x00002254 call  0x000032d0 
+ 00012532  0x00002256 call  0x0000322f 
+ 00012533  0x00002258 add  0x00000013 , 0x000000f7 , 0x00000011 
+ 00012534  0x00002259 ifetcht  0x00000001 , 0x00000011 
+ 00012535  0x0000225b arg  0x00000f9e , 0x00000011 
+ 00012536  0x0000225c call  0x00002e58 
+ 00012537  0x0000225d add  0x00000013 , 0x000000f7 , 0x00000005 
+ 00012538  0x0000225e istoret  0x00000001 , 0x00000005 
+ 00012539  0x00002260 call  0x00002f94 
+ 00012540  0x00002261 add  0x00000013 , 0x000000fa , 0x00000005 
+ 00012541  0x00002262 istoret  0x00000001 , 0x00000005 
+ 00012542  0x00002264 sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012543  0x00002265 nrtn  0x00000002 
+ 00012544  0x00002266 setarg  0x00000188 
+ 00012545  0x00002267 call  0x00003275 
+ 00012546  0x00002269 call  0x00002c90 
+ 00012547  0x0000226a arg  0x00000188 , 0x00000011 
+ 00012548  0x0000226b call  0x000032c8 
+ 00012549  0x0000226c istoret  0x00000001 , 0x00000005 
+ 00012550  0x00002270 arg  0x00000187 , 0x00000011 
+ 00012551  0x00002271 branch  0x000032b3 
+ 00012552  0x00002274 setarg  0x00000001 
+ 00012553  0x00002275 arg  0x00000189 , 0x00000011 
+ 00012554  0x00002276 call  0x000032b3 
+ 00012555  0x00002278 arg  0x00000000 , 0x00000002 
+ 00012556  0x00002279 call  0x00002c94 
+ 00012557  0x0000227c branch  0x00003106 
+ 00012558  0x0000227f call  0x00002fea 
+ 00012559  0x00002280 setarg  0x00000164 
+ 00012560  0x00002281 call  0x0000327e 
+ 00012561  0x00002283 branch  0x000030e0 , 0x00000034 
+ 00012562  0x00002284 call  0x0000322c 
+ 00012563  0x00002286 setarg  0x00000186 
+ 00012564  0x00002287 call  0x000032d0 
+ 00012565  0x00002289 call  0x0000312c , 0x00000034 
+ 00012566  0x0000228a setarg  0x00000184 
+ 00012567  0x0000228b call  0x000032d0 
+ 00012568  0x0000228d call  0x0000322f 
+ 00012569  0x0000228f add  0x00000013 , 0x000000f6 , 0x00000011 
+ 00012570  0x00002290 ifetcht  0x00000001 , 0x00000011 
+ 00012571  0x00002292 arg  0x0000109e , 0x00000011 
+ 00012572  0x00002293 call  0x00002e58 
+ 00012573  0x00002294 add  0x00000013 , 0x000000f6 , 0x00000005 
+ 00012574  0x00002295 istoret  0x00000001 , 0x00000005 
+ 00012575  0x00002297 call  0x00002f94 
+ 00012576  0x00002298 add  0x00000013 , 0x000000f9 , 0x00000005 
+ 00012577  0x00002299 istoret  0x00000001 , 0x00000005 
+ 00012578  0x0000229b sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012579  0x0000229c nrtn  0x00000002 
+ 00012580  0x0000229d setarg  0x00000185 
+ 00012581  0x0000229e call  0x00003275 
+ 00012582  0x000022a0 call  0x00002c90 
+ 00012583  0x000022a1 arg  0x00000185 , 0x00000011 
+ 00012584  0x000022a2 call  0x000032c8 
+ 00012585  0x000022a3 istoret  0x00000001 , 0x00000005 
+ 00012586  0x000022a7 arg  0x00000184 , 0x00000011 
+ 00012587  0x000022a8 branch  0x000032b3 
+ 00012588  0x000022ab setarg  0x00000001 
+ 00012589  0x000022ac arg  0x00000186 , 0x00000011 
+ 00012590  0x000022ad call  0x000032b3 
+ 00012591  0x000022af arg  0x00000000 , 0x00000002 
+ 00012592  0x000022b0 call  0x00002c94 
+ 00012593  0x000022b3 branch  0x0000312a 
+ 00012594  0x000022b6 call  0x00002fdf 
+ 00012595  0x000022b7 call  0x0000327d 
+ 00012596  0x000022b9 call  0x0000322c 
+ 00012597  0x000022bb setarg  0x00000183 
+ 00012598  0x000022bc call  0x000032d0 
+ 00012599  0x000022be call  0x0000314c , 0x00000034 
+ 00012600  0x000022bf call  0x0000314f 
+ 00012601  0x000022c0 add  0x00000013 , 0x000000f5 , 0x00000011 
+ 00012602  0x000022c1 ifetcht  0x00000001 , 0x00000011 
+ 00012603  0x000022c3 arg  0x00000e9e , 0x00000011 
+ 00012604  0x000022c4 call  0x00002e58 
+ 00012605  0x000022c5 add  0x00000013 , 0x000000f5 , 0x00000005 
+ 00012606  0x000022c6 istoret  0x00000001 , 0x00000005 
+ 00012607  0x000022c8 call  0x00002f94 
+ 00012608  0x000022c9 add  0x00000013 , 0x000000f8 , 0x00000005 
+ 00012609  0x000022ca istoret  0x00000001 , 0x00000005 
+ 00012610  0x000022cc sub  0x00000002 , 0x00000050 , 0x0000003e 
+ 00012611  0x000022cd nrtn  0x00000002 
+ 00012612  0x000022ce setarg  0x00000182 
+ 00012613  0x000022cf call  0x00003275 
+ 00012614  0x000022d1 call  0x00002c90 
+ 00012615  0x000022d2 arg  0x00000182 , 0x00000011 
+ 00012616  0x000022d3 call  0x000032c8 
+ 00012617  0x000022d4 istoret  0x00000001 , 0x00000005 
+ 00012618  0x000022d9 arg  0x00000181 , 0x00000011 
+ 00012619  0x000022da branch  0x000032b3 
+ 00012620  0x000022e2 setarg  0x00000001 
+ 00012621  0x000022e3 arg  0x00000183 , 0x00000011 
+ 00012622  0x000022e4 call  0x000032b3 
+ 00012623  0x000022e6 setarg  0x00000181 
+ 00012624  0x000022e7 call  0x000032d0 
+ 00012625  0x000022e8 branch  0x0000322f 
+ 00012626  0x000022ed add  0x00000013 , 0x00000000 , 0x00000011 
+ 00012627  0x000022ee ifetch  0x00000001 , 0x00000011 
+ 00012628  0x000022f0 call  0x0000323c 
+ 00012629  0x000022f3 call  0x00002dde 
+ 00012630  0x000022f5 call  0x0000325f 
+ 00012631  0x000022f7 isolate1  0x00000000 , 0x0000003f 
+ 00012632  0x000022f8 branch  0x0000315c , 0x00000001 
+ 00012633  0x000022fa call  0x0000315d 
+ 00012634  0x000022fb call  0x00002d53 
+ 00012635  0x000022fc call  0x00002df7 
+ 00012636  0x000022fe branch  0x00002e45 
+ 00012637  0x00002301 bpatch  0x000000c2 , 0x00004018 
+ 00012638  0x00002302 add  0x00000013 , 0x00000086 , 0x00000005 
+ 00012639  0x00002303 call  0x000032d6 
+ 00012640  0x00002305 setarg  0x0000013b 
+ 00012641  0x00002306 call  0x000032d0 
+ 00012642  0x00002308 rtn  0x00000034 
+ 00012643  0x00002309 setarg  0x00000006 
+ 00012644  0x0000230a add  0x00000013 , 0x00000086 , 0x00000005 
+ 00012645  0x0000230b istore  0x00000001 , 0x00000005 
+ 00012646  0x0000230d arg  0x00000006 , 0x00000039 
+ 00012647  0x0000230e setarg  0x0000012f 
+ 00012648  0x0000230f iadd  0x00000013 , 0x00000006 
+ 00012649  0x00002311 add  0x00000013 , 0x00000022 , 0x00000005 
+ 00012650  0x00002313 branch  0x00007f01 
+ 00012651  0x00002317 call  0x0000316e 
+ 00012652  0x00002318 nbranch  0x00002f5e , 0x0000002f 
+ 00012653  0x00002319 branch  0x00003172 
+ 00012654  0x0000231c call  0x00002f5e 
+ 00012655  0x0000231d call  0x00002e11 
+ 00012656  0x0000231e nrtn  0x0000002f 
+ 00012657  0x0000231f branch  0x00003152 
+ 00012658  0x00002322 bpatch  0x000000c3 , 0x00004018 
+ 00012659  0x00002323 call  0x00003188 
+ 00012660  0x00002324 nbranch  0x00002f5e , 0x00000028 
+ 00012661  0x00002325 add  0x00000013 , 0x00000084 , 0x00000011 
+ 00012662  0x00002326 ifetch  0x00000001 , 0x00000011 
+ 00012663  0x00002328 branch  0x00002f5e , 0x00000034 
+ 00012664  0x00002329 increase  0x00000002 , 0x0000003f 
+ 00012665  0x0000232a iforce  0x00000039 
+ 00012666  0x0000232b add  0x00000013 , 0x00000000 , 0x00000006 
+ 00012667  0x0000232d setarg  0x00000109 
+ 00012668  0x0000232e iadd  0x00000013 , 0x00000005 
+ 00012669  0x00002330 call  0x00007f01 
+ 00012670  0x00002331 call  0x00003286 
+ 00012671  0x00002333 call  0x000032b6 
+ 00012672  0x00002335 call  0x00003093 , 0x00000034 
+ 00012673  0x00002336 setarg  0x0000010b 
+ 00012674  0x00002337 call  0x000032d0 
+ 00012675  0x00002339 beq  0x00000001 , 0x0000319e 
+ 00012676  0x0000233a beq  0x00000002 , 0x000031c6 
+ 00012677  0x0000233b beq  0x00000003 , 0x000031f2 
+ 00012678  0x0000233c beq  0x000000ff , 0x00003212 
+ 00012679  0x0000233d branch  0x00002f5e 
+ 00012680  0x00002340 call  0x00002c7a 
+ 00012681  0x00002341 call  0x00007fe9 
+ 00012682  0x00002342 add  0x00000013 , 0x000000ca , 0x00000011 
+ 00012683  0x00002343 ifetch  0x00000001 , 0x00000011 
+ 00012684  0x00002345 add  0x00000013 , 0x000000cb , 0x00000011 
+ 00012685  0x00002346 ifetcht  0x00000001 , 0x00000011 
+ 00012686  0x00002348 isub  0x00000002 , 0x0000003e 
+ 00012687  0x00002349 ncall  0x00007fe7 , 0x00000005 
+ 00012688  0x0000234a add  0x00000013 , 0x000000ca , 0x00000011 
+ 00012689  0x0000234b ifetch  0x00000001 , 0x00000011 
+ 00012690  0x0000234d add  0x00000013 , 0x000000cb , 0x00000005 
+ 00012691  0x0000234e istore  0x00000001 , 0x00000005 
+ 00012692  0x00002350 add  0x00000013 , 0x000000c4 , 0x00000011 
+ 00012693  0x00002351 ifetch  0x00000003 , 0x00000011 
+ 00012694  0x00002353 add  0x00000013 , 0x000000c7 , 0x00000011 
+ 00012695  0x00002354 ifetcht  0x00000003 , 0x00000011 
+ 00012696  0x00002356 isub  0x00000002 , 0x0000003e 
+ 00012697  0x00002357 ncall  0x00007fe7 , 0x00000005 
+ 00012698  0x00002358 add  0x00000013 , 0x000000c4 , 0x00000011 
+ 00012699  0x00002359 ifetch  0x00000003 , 0x00000011 
+ 00012700  0x0000235b add  0x00000013 , 0x000000c7 , 0x00000005 
+ 00012701  0x0000235d branch  0x000032c5 
+ 00012702  0x00002360 call  0x00002f88 
+ 00012703  0x00002361 call  0x0000324c 
+ 00012704  0x00002362 store  0x00000001 , 0x00000aa2 
+ 00012705  0x00002364 call  0x00003274 
+ 00012706  0x00002365 fetch  0x00000001 , 0x00000aa2 
+ 00012707  0x00002367 isolate1  0x00000003 , 0x00000002 
+ 00012708  0x00002368 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00012709  0x00002369 add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00012710  0x0000236a istore  0x00000001 , 0x00000005 
+ 00012711  0x0000236c beq  0x00000001 , 0x00003216 
+ 00012712  0x0000236d call  0x00003245 
+ 00012713  0x0000236f call  0x00003274 
+ 00012714  0x00002371 isolate1  0x00000004 , 0x00000002 
+ 00012715  0x00002372 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00012716  0x00002373 call  0x00003249 
+ 00012717  0x00002375 add  0x00000013 , 0x000000de , 0x00000011 
+ 00012718  0x00002376 ifetch  0x00000002 , 0x00000011 
+ 00012719  0x00002378 branch  0x00007f9c 
+ 00012720  0x0000237b setarg  0x00000001 
+ 00012721  0x0000237c store  0x00000001 , 0x00000d54 
+ 00012722  0x0000237d call  0x0000329e 
+ 00012723  0x0000237f istore  0x00000007 , 0x00000005 
+ 00012724  0x00002380 call  0x0000329e 
+ 00012725  0x00002382 ncall  0x000031bd , 0x00000034 
+ 00012726  0x00002383 call  0x0000329e 
+ 00012727  0x00002385 call  0x000031c2 , 0x00000034 
+ 00012728  0x00002387 jam  0x00000020 , 0x00000d52 
+ 00012729  0x00002389 fetch  0x00000001 , 0x00000d38 
+ 00012730  0x0000238a set1  0x00000002 , 0x0000003f 
+ 00012731  0x0000238b store  0x00000001 , 0x00000d38 
+ 00012732  0x0000238c rtn 
+ 00012733  0x0000238f setarg  0x00000001 
+ 00012734  0x00002390 call  0x000032a8 
+ 00012735  0x00002393 setarg  0x00000140 
+ 00012736  0x00002394 arg  0x0000000b , 0x00000007 
+ 00012737  0x00002395 branch  0x00007f08 
+ 00012738  0x00002397 call  0x000032a7 
+ 00012739  0x0000239a setarg  0x00000000 
+ 00012740  0x0000239b arg  0x0000000b , 0x00000007 
+ 00012741  0x0000239c branch  0x00007f08 
+ 00012742  0x0000239f call  0x00003274 
+ 00012743  0x000023a1 isolate1  0x00000003 , 0x00000002 
+ 00012744  0x000023a2 branch  0x0000321b , 0x00000001 
+ 00012745  0x000023a3 arg  0x00000d64 , 0x00000005 
+ 00012746  0x000023a4 call  0x000031e0 
+ 00012747  0x000023a5 fetch  0x00000008 , 0x00000d64 
+ 00012748  0x000023a6 ncall  0x000031e4 , 0x00000034 
+ 00012749  0x000023a7 fetch  0x00000008 , 0x00000d64 
+ 00012750  0x000023a8 call  0x000031e9 , 0x00000034 
+ 00012751  0x000023a9 call  0x00002c7a 
+ 00012752  0x000023aa fetch  0x00000008 , 0x00000d64 
+ 00012753  0x000023ab arg  0x00000168 , 0x00000011 
+ 00012754  0x000023ac call  0x000032bf 
+ 00012755  0x000023ad istore  0x00000008 , 0x00000005 
+ 00012756  0x000023af setarg  0x00000170 
+ 00012757  0x000023b0 iadd  0x00000013 , 0x00000011 
+ 00012758  0x000023b1 ifetcht  0x00000008 , 0x00000011 
+ 00012759  0x000023b3 isub  0x00000002 , 0x0000003e 
+ 00012760  0x000023b4 ncall  0x000031ed , 0x00000005 
+ 00012761  0x000023b5 setarg  0x00000168 
+ 00012762  0x000023b6 iadd  0x00000013 , 0x00000011 
+ 00012763  0x000023b7 ifetch  0x00000008 , 0x00000011 
+ 00012764  0x000023b9 arg  0x00000170 , 0x00000011 
+ 00012765  0x000023ba call  0x000032bf 
+ 00012766  0x000023bb istore  0x00000008 , 0x00000005 
+ 00012767  0x000023bd branch  0x00002f5e 
+ 00012768  0x000023c0 setarg  0x0000010b 
+ 00012769  0x000023c1 iadd  0x00000013 , 0x00000006 
+ 00012770  0x000023c3 arg  0x00000009 , 0x00000039 
+ 00012771  0x000023c4 branch  0x00007ff3 
+ 00012772  0x000023c7 setarg  0x00000001 
+ 00012773  0x000023c8 call  0x000032ab 
+ 00012774  0x000023cb setarg  0x00000140 
+ 00012775  0x000023cc arg  0x0000000e , 0x00000007 
+ 00012776  0x000023cd branch  0x00007f08 
+ 00012777  0x000023d0 call  0x000032aa 
+ 00012778  0x000023d3 setarg  0x00000000 
+ 00012779  0x000023d4 arg  0x0000000e , 0x00000007 
+ 00012780  0x000023d5 branch  0x00007f08 
+ 00012781  0x000023d9 jam  0x00000010 , 0x00000d51 
+ 00012782  0x000023da fetch  0x00000001 , 0x00000d38 
+ 00012783  0x000023db set1  0x00000001 , 0x0000003f 
+ 00012784  0x000023dc store  0x00000001 , 0x00000d38 
+ 00012785  0x000023dd rtn 
+ 00012786  0x000023e0 arg  0x00000d74 , 0x00000005 
+ 00012787  0x000023e1 call  0x000031e0 
+ 00012788  0x000023e2 fetch  0x00000002 , 0x00000d75 
+ 00012789  0x000023e3 ncall  0x00003209 , 0x00000034 
+ 00012790  0x000023e4 fetch  0x00000002 , 0x00000d75 
+ 00012791  0x000023e5 call  0x0000320e , 0x00000034 
+ 00012792  0x000023e6 call  0x00002c7a 
+ 00012793  0x000023e7 fetch  0x00000003 , 0x00000d74 
+ 00012794  0x000023e8 arg  0x00000178 , 0x00000011 
+ 00012795  0x000023e9 call  0x000032c4 
+ 00012796  0x000023eb setarg  0x0000017b 
+ 00012797  0x000023ec iadd  0x00000013 , 0x00000011 
+ 00012798  0x000023ed ifetcht  0x00000003 , 0x00000011 
+ 00012799  0x000023ef isub  0x00000002 , 0x0000003e 
+ 00012800  0x000023f0 ncall  0x00003207 , 0x00000005 
+ 00012801  0x000023f1 setarg  0x00000178 
+ 00012802  0x000023f2 iadd  0x00000013 , 0x00000011 
+ 00012803  0x000023f3 ifetch  0x00000003 , 0x00000011 
+ 00012804  0x000023f5 arg  0x0000017b , 0x00000011 
+ 00012805  0x000023f6 call  0x000032c4 
+ 00012806  0x000023f8 branch  0x00002f5e 
+ 00012807  0x000023fb jam  0x00000021 , 0x00000d52 
+ 00012808  0x000023fc branch  0x000031b9 
+ 00012809  0x000023ff setarg  0x00000001 
+ 00012810  0x00002400 call  0x000032ae 
+ 00012811  0x00002403 setarg  0x00000140 
+ 00012812  0x00002404 arg  0x0000000c , 0x00000007 
+ 00012813  0x00002405 branch  0x00007f08 
+ 00012814  0x00002408 call  0x000032ad 
+ 00012815  0x0000240b setarg  0x00000000 
+ 00012816  0x0000240c arg  0x0000000c , 0x00000007 
+ 00012817  0x0000240d branch  0x00007f08 
+ 00012818  0x00002410 call  0x000032bd 
+ 00012819  0x00002412 beq  0x00000001 , 0x00003216 
+ 00012820  0x00002413 beq  0x00000002 , 0x0000321b 
+ 00012821  0x00002414 rtn 
+ 00012822  0x00002416 setarg  0x0000010d 
+ 00012823  0x00002417 call  0x0000327e 
+ 00012824  0x00002418 arg  0x00000160 , 0x00000011 
+ 00012825  0x00002419 call  0x000032bf 
+ 00012826  0x0000241c branch  0x0000322d 
+ 00012827  0x0000241f setarg  0x0000010d 
+ 00012828  0x00002420 call  0x0000327e 
+ 00012829  0x00002421 arg  0x00000164 , 0x00000011 
+ 00012830  0x00002422 call  0x000032bf 
+ 00012831  0x00002425 branch  0x0000322d 
+ 00012832  0x00002428 call  0x00002c7a 
+ 00012833  0x00002429 add  0x00000013 , 0x000000cd , 0x00000005 
+ 00012834  0x0000242a istore  0x00000001 , 0x00000005 
+ 00012835  0x0000242b rtn 
+ 00012836  0x0000242e call  0x00002c7a 
+ 00012837  0x0000242f add  0x00000013 , 0x000000be , 0x00000011 
+ 00012838  0x00002430 branch  0x0000327f 
+ 00012839  0x00002432 call  0x00002c7a 
+ 00012840  0x00002433 add  0x00000013 , 0x000000be , 0x00000005 
+ 00012841  0x00002434 branch  0x0000322d 
+ 00012842  0x00002437 add  0x00000013 , 0x000000ae , 0x00000011 
+ 00012843  0x00002438 branch  0x0000327f 
+ 00012844  0x0000243a add  0x00000013 , 0x000000ae , 0x00000005 
+ 00012845  0x0000243c istore  0x00000004 , 0x00000005 
+ 00012846  0x0000243d rtn 
+ 00012847  0x00002440 add  0x00000013 , 0x00000090 , 0x00000005 
+ 00012848  0x00002441 branch  0x000032b4 
+ 00012849  0x00002444 setarg  0x00000000 
+ 00012850  0x00002446 call  0x00002c7a 
+ 00012851  0x00002447 add  0x00000013 , 0x00000085 , 0x00000005 
+ 00012852  0x00002448 branch  0x000032b4 
+ 00012853  0x0000244b add  0x00000013 , 0x00000042 , 0x00000005 
+ 00012854  0x0000244c branch  0x000032b4 
+ 00012855  0x0000244f setarg  0x00000004 
+ 00012856  0x00002451 add  0x00000013 , 0x000000cc , 0x00000005 
+ 00012857  0x00002452 branch  0x000032b4 
+ 00012858  0x00002455 add  0x00000013 , 0x00000087 , 0x00000011 
+ 00012859  0x00002456 branch  0x000032d1 
+ 00012860  0x00002458 add  0x00000013 , 0x00000087 , 0x00000005 
+ 00012861  0x00002459 branch  0x000032b4 
+ 00012862  0x0000245c setarg  0x00000002 
+ 00012863  0x0000245e add  0x00000013 , 0x000000d0 , 0x00000005 
+ 00012864  0x0000245f branch  0x000032b4 
+ 00012865  0x00002462 setarg  0x00000001 
+ 00012866  0x00002464 call  0x00002c7a 
+ 00012867  0x00002465 add  0x00000013 , 0x000000ce , 0x00000005 
+ 00012868  0x00002466 branch  0x000032b4 
+ 00012869  0x00002469 call  0x00002c7a 
+ 00012870  0x0000246a add  0x00000013 , 0x000000b4 , 0x00000011 
+ 00012871  0x0000246b branch  0x000032d1 
+ 00012872  0x0000246d setarg  0x00000001 
+ 00012873  0x0000246f call  0x00002c7a 
+ 00012874  0x00002470 add  0x00000013 , 0x000000b4 , 0x00000005 
+ 00012875  0x00002471 branch  0x000032b4 
+ 00012876  0x00002474 call  0x00002c7a 
+ 00012877  0x00002475 add  0x00000013 , 0x000000b2 , 0x00000011 
+ 00012878  0x00002476 branch  0x000032d1 
+ 00012879  0x00002478 setarg  0x00000001 
+ 00012880  0x0000247a call  0x00002c7a 
+ 00012881  0x0000247b add  0x00000013 , 0x000000b2 , 0x00000005 
+ 00012882  0x0000247c branch  0x000032b4 
+ 00012883  0x0000247f call  0x00002c7a 
+ 00012884  0x00002480 add  0x00000013 , 0x00000096 , 0x00000011 
+ 00012885  0x00002481 branch  0x000032d1 
+ 00012886  0x00002483 add  0x00000013 , 0x00000096 , 0x00000005 
+ 00012887  0x00002484 branch  0x000032b4 
+ 00012888  0x00002487 add  0x00000013 , 0x000000cf , 0x00000011 
+ 00012889  0x00002488 branch  0x000032d1 
+ 00012890  0x0000248a setarg  0x00000000 
+ 00012891  0x0000248c add  0x00000013 , 0x000000cf , 0x00000005 
+ 00012892  0x0000248d branch  0x000032b4 
+ 00012893  0x00002490 add  0x00000013 , 0x000000d2 , 0x00000011 
+ 00012894  0x00002491 branch  0x000032d1 
+ 00012895  0x00002494 add  0x00000013 , 0x00000001 , 0x00000011 
+ 00012896  0x00002495 branch  0x000032d1 
+ 00012897  0x00002498 add  0x00000013 , 0x000000b5 , 0x00000011 
+ 00012898  0x00002499 branch  0x000032d1 
+ 00012899  0x0000249b setarg  0x00000000 
+ 00012900  0x0000249d call  0x00002c7a 
+ 00012901  0x0000249e add  0x00000013 , 0x000000b5 , 0x00000005 
+ 00012902  0x0000249f branch  0x000032b4 
+ 00012903  0x000024a2 call  0x00002c7a 
+ 00012904  0x000024a3 add  0x00000013 , 0x000000fb , 0x00000011 
+ 00012905  0x000024a4 ifetch  0x00000001 , 0x00000011 
+ 00012906  0x000024a6 store  0x00000001 , 0x000041de 
+ 00012907  0x000024a7 rtn 
+ 00012908  0x000024aa call  0x00002c7a 
+ 00012909  0x000024ab fetch  0x00000001 , 0x000041de 
+ 00012910  0x000024ad add  0x00000013 , 0x000000fb , 0x00000005 
+ 00012911  0x000024ae branch  0x000032b4 
+ 00012912  0x000024b1 add  0x00000013 , 0x000000fc , 0x00000011 
+ 00012913  0x000024b2 branch  0x000032d1 
+ 00012914  0x000024b5 add  0x00000013 , 0x000000fe , 0x00000005 
+ 00012915  0x000024b6 branch  0x000032b4 
+ 00012916  0x000024b9 setarg  0x00000109 
+ 00012917  0x000024bb iadd  0x00000013 , 0x00000011 
+ 00012918  0x000024bc ifetcht  0x00000001 , 0x00000011 
+ 00012919  0x000024bd rtn 
+ 00012920  0x000024c0 setarg  0x00000135 
+ 00012921  0x000024c1 branch  0x000032d0 
+ 00012922  0x000024c3 setarg  0x00000000 
+ 00012923  0x000024c5 arg  0x00000135 , 0x00000011 
+ 00012924  0x000024c6 branch  0x000032b3 
+ 00012925  0x000024c9 setarg  0x0000012b 
+ 00012926  0x000024cb call  0x000032cd 
+ 00012927  0x000024cd ifetch  0x00000004 , 0x00000011 
+ 00012928  0x000024ce rtn 
+ 00012929  0x000024d1 setarg  0x0000015f 
+ 00012930  0x000024d2 branch  0x000032d0 
+ 00012931  0x000024d4 setarg  0x00000000 
+ 00012932  0x000024d6 arg  0x0000015f , 0x00000011 
+ 00012933  0x000024d7 branch  0x000032b3 
+ 00012934  0x000024da setarg  0x00000000 
+ 00012935  0x000024dc arg  0x0000015c , 0x00000011 
+ 00012936  0x000024dd branch  0x000032b3 
+ 00012937  0x000024e0 arg  0x0000012f , 0x00000011 
+ 00012938  0x000024e1 branch  0x000032b3 
+ 00012939  0x000024e4 setarg  0x00000108 
+ 00012940  0x000024e5 branch  0x000032d0 
+ 00012941  0x000024e7 arg  0x00000108 , 0x00000011 
+ 00012942  0x000024e8 branch  0x000032b3 
+ 00012943  0x000024eb setarg  0x00000105 
+ 00012944  0x000024ec branch  0x000032d0 
+ 00012945  0x000024ee setarg  0x00000000 
+ 00012946  0x000024f0 arg  0x00000105 , 0x00000011 
+ 00012947  0x000024f1 branch  0x000032b3 
+ 00012948  0x000024f4 setarg  0x00000104 
+ 00012949  0x000024f5 branch  0x000032d0 
+ 00012950  0x000024f7 setarg  0x00000000 
+ 00012951  0x000024f9 arg  0x00000104 , 0x00000011 
+ 00012952  0x000024fa branch  0x000032b3 
+ 00012953  0x000024fd setarg  0x00000000 
+ 00012954  0x000024ff arg  0x0000013b , 0x00000011 
+ 00012955  0x00002500 branch  0x000032b3 
+ 00012956  0x00002502 setarg  0x00000001 
+ 00012957  0x00002503 branch  0x0000329a 
+ 00012958  0x00002506 setarg  0x0000010c 
+ 00012959  0x00002507 call  0x000032cd 
+ 00012960  0x00002508 ifetch  0x00000007 , 0x00000011 
+ 00012961  0x00002509 rtn 
+ 00012962  0x0000250c setarg  0x0000015e 
+ 00012963  0x0000250d branch  0x000032d0 
+ 00012964  0x0000250f setarg  0x00000000 
+ 00012965  0x00002511 arg  0x0000015e , 0x00000011 
+ 00012966  0x00002512 branch  0x000032b3 
+ 00012967  0x00002515 setarg  0x00000000 
+ 00012968  0x00002517 arg  0x00000180 , 0x00000011 
+ 00012969  0x00002518 branch  0x000032b3 
+ 00012970  0x0000251b setarg  0x00000000 
+ 00012971  0x0000251d arg  0x0000017e , 0x00000011 
+ 00012972  0x0000251e branch  0x000032b3 
+ 00012973  0x00002521 setarg  0x00000000 
+ 00012974  0x00002523 arg  0x0000017f , 0x00000011 
+ 00012975  0x00002524 branch  0x000032b3 
+ 00012976  0x00002527 arg  0x00000102 , 0x00000011 
+ 00012977  0x00002528 branch  0x000032b3 
+ 00012978  0x0000252b arg  0x00000103 , 0x00000011 
+ 00012979  0x0000252d call  0x000032c7 
+ 00012980  0x0000252f istore  0x00000001 , 0x00000005 
+ 00012981  0x00002530 rtn 
+ 00012982  0x00002533 setarg  0x0000015d 
+ 00012983  0x00002534 branch  0x000032d0 
+ 00012984  0x00002537 arg  0x0000015d , 0x00000011 
+ 00012985  0x00002538 branch  0x000032b3 
+ 00012986  0x0000253b setarg  0x0000018a 
+ 00012987  0x0000253c call  0x000032d0 
+ 00012988  0x0000253d branch  0x0000326a 
+ 00012989  0x00002540 setarg  0x0000010c 
+ 00012990  0x00002541 branch  0x000032d0 
+ 00012991  0x00002544 copy  0x0000003f , 0x00000002 
+ 00012992  0x00002545 copy  0x00000011 , 0x0000003f 
+ 00012993  0x00002546 iadd  0x00000013 , 0x00000005 
+ 00012994  0x00002547 copy  0x00000002 , 0x0000003f 
+ 00012995  0x00002548 rtn 
+ 00012996  0x0000254b call  0x000032bf 
+ 00012997  0x0000254d istore  0x00000003 , 0x00000005 
+ 00012998  0x0000254e rtn 
+ 00012999  0x00002551 call  0x00002c7a 
+ 00013000  0x00002553 copy  0x0000003f , 0x00000012 
+ 00013001  0x00002554 copy  0x00000011 , 0x0000003f 
+ 00013002  0x00002555 iadd  0x00000013 , 0x00000005 
+ 00013003  0x00002556 copy  0x00000012 , 0x0000003f 
+ 00013004  0x00002557 rtn 
+ 00013005  0x0000255a call  0x00002c7a 
+ 00013006  0x0000255b iadd  0x00000013 , 0x00000011 
+ 00013007  0x0000255c rtn 
+ 00013008  0x0000255f call  0x000032cd 
+ 00013009  0x00002561 ifetch  0x00000001 , 0x00000011 
+ 00013010  0x00002562 rtn 
+ 00013011  0x00002565 call  0x000032cd 
+ 00013012  0x00002566 ifetcht  0x00000004 , 0x00000011 
+ 00013013  0x00002567 rtn 
+ 00013014  0x0000256a setarg  0x00000000 
+ 00013015  0x0000256b branch  0x000032b4 
+ 00013016  0x00002570 bpatch  0x000000c4 , 0x00004018 
+ 00013017  0x00002571 fetch  0x00000001 , 0x00004092 
+ 00013018  0x00002572 branch  0x000032d8 , 0x00000034 
+ 00013019  0x00002574 beq  0x00000004 , 0x00002f30 
+ 00013020  0x00002575 beq  0x0000000f , 0x00003436 
+ 00013021  0x00002576 beq  0x00000009 , 0x000045de 
+ 00013022  0x00002577 beq  0x0000000a , 0x0000392a 
+ 00013023  0x00002578 beq  0x0000000e , 0x000035bf 
+ 00013024  0x00002579 beq  0x00000010 , 0x000044a4 
+ 00013025  0x0000257a bbit1  0x00000006 , 0x00003d00 
+ 00013026  0x0000257b rtn 
+ 00013027  0x0000257e bpatch  0x000000c5 , 0x00004018 
+ 00013028  0x0000257f jam  0x00000000 , 0x00000151 
+ 00013029  0x00002580 jam  0x00000000 , 0x0000017f 
+ 00013030  0x00002581 jam  0x00000000 , 0x00000180 
+ 00013031  0x00002582 setarg  0x00000000 
+ 00013032  0x00002583 store  0x00000005 , 0x000009ae 
+ 00013033  0x00002584 fetch  0x00000001 , 0x00004092 
+ 00013034  0x00002585 branch  0x000032e3 , 0x00000034 
+ 00013035  0x00002586 beq  0x0000000a , 0x00003962 
+ 00013036  0x00002588 rtn 
+ 00013037  0x0000258c call  0x00007cd1 
+ 00013038  0x0000258d call  0x00007d9c 
+ 00013039  0x0000258e call  0x000032f6 
+ 00013040  0x0000258f fetch  0x00000002 , 0x000041f3 
+ 00013041  0x00002590 branch  0x00007f9c 
+ 00013042  0x00002593 fetch  0x00000002 , 0x000041f1 
+ 00013043  0x00002594 branch  0x00007f9c 
+ 00013044  0x00002597 fetch  0x00000002 , 0x000041ef 
+ 00013045  0x00002598 branch  0x00007f9c 
+ 00013046  0x0000259b bpatch  0x000000c6 , 0x00004018 
+ 00013047  0x0000259d arg  0x00004668 , 0x00000011 
+ 00013048  0x0000259e call  0x00007fc4 
+ 00013049  0x0000259f rtn  0x00000034 
+ 00013050  0x000025a1 copy  0x0000003f , 0x00000013 
+ 00013051  0x000025a2 call  0x000032ff 
+ 00013052  0x000025a3 branch  0x00003324 
+ 00013053  0x000025a6 arg  0x00000000 , 0x00000013 
+ 00013054  0x000025a7 rtn 
+ 00013055  0x000025ad beq  0x00000001 , 0x00003311 
+ 00013056  0x000025ae beq  0x00000010 , 0x00003357 
+ 00013057  0x000025af beq  0x00000005 , 0x00003335 
+ 00013058  0x000025b0 beq  0x00000012 , 0x0000333c 
+ 00013059  0x000025b1 beq  0x00000006 , 0x00003353 
+ 00013060  0x000025b2 beq  0x00000004 , 0x00003394 
+ 00013061  0x000025b3 beq  0x00000002 , 0x00003399 
+ 00013062  0x000025b4 beq  0x00000013 , 0x00003394 
+ 00013063  0x000025b5 beq  0x00000014 , 0x0000334b 
+ 00013064  0x000025b6 beq  0x00000015 , 0x0000334f 
+ 00013065  0x000025b7 beq  0x00000003 , 0x0000332e 
+ 00013066  0x000025b8 beq  0x0000000b , 0x00003340 
+ 00013067  0x000025b9 beq  0x0000000c , 0x00003347 
+ 00013068  0x000025bb beq  0x00000016 , 0x0000335b 
+ 00013069  0x000025bc beq  0x00000018 , 0x0000332a 
+ 00013070  0x000025bd beq  0x0000002a , 0x0000331a 
+ 00013071  0x000025be beq  0x0000002b , 0x00003318 
+ 00013072  0x000025bf rtn 
+ 00013073  0x000025c3 fetch  0x00000002 , 0x00004682 
+ 00013074  0x000025c4 set1  0x00000000 , 0x0000003f 
+ 00013075  0x000025c5 store  0x00000002 , 0x00004682 
+ 00013076  0x000025c6 fetch  0x00000002 , 0x0000420a 
+ 00013077  0x000025c7 set0  0x00000000 , 0x0000003f 
+ 00013078  0x000025c8 store  0x00000002 , 0x0000420a 
+ 00013079  0x000025c9 rtn 
+ 00013080  0x000025cc jam  0x00000000 , 0x00000229 
+ 00013081  0x000025cd rtn 
+ 00013082  0x000025d0 fetch  0x00000001 , 0x00000229 
+ 00013083  0x000025d1 increase  0x00000001 , 0x0000003f 
+ 00013084  0x000025d2 store  0x00000001 , 0x00000229 
+ 00013085  0x000025d3 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00013086  0x000025d4 branch  0x000033df , 0x00000002 
+ 00013087  0x000025d5 jam  0x00000000 , 0x00000229 
+ 00013088  0x000025d6 fetch  0x00000002 , 0x0000420a 
+ 00013089  0x000025d7 set1  0x00000009 , 0x0000003f 
+ 00013090  0x000025d8 store  0x00000002 , 0x0000420a 
+ 00013091  0x000025d9 branch  0x000033e9 
+ 00013092  0x000025dc fetch  0x00000002 , 0x000041f5 
+ 00013093  0x000025dd branch  0x00007f9c 
+ 00013094  0x000025e0 fetch  0x00000002 , 0x000041e9 
+ 00013095  0x000025e1 branch  0x00007f9c 
+ 00013096  0x000025e4 fetch  0x00000002 , 0x000041ed 
+ 00013097  0x000025e5 branch  0x00007f9c 
+ 00013098  0x000025e8 fetch  0x00000002 , 0x0000420a 
+ 00013099  0x000025e9 set1  0x00000001 , 0x0000003f 
+ 00013100  0x000025ea store  0x00000002 , 0x0000420a 
+ 00013101  0x000025eb branch  0x00003412 
+ 00013102  0x000025ee fetch  0x00000002 , 0x00004682 
+ 00013103  0x000025ef set1  0x00000007 , 0x0000003f 
+ 00013104  0x000025f0 store  0x00000002 , 0x00004682 
+ 00013105  0x000025f1 fetch  0x00000002 , 0x0000420a 
+ 00013106  0x000025f2 set1  0x00000002 , 0x0000003f 
+ 00013107  0x000025f3 store  0x00000002 , 0x0000420a 
+ 00013108  0x000025f4 rtn 
+ 00013109  0x000025f7 fetch  0x00000002 , 0x00004682 
+ 00013110  0x000025f8 set1  0x00000001 , 0x0000003f 
+ 00013111  0x000025f9 store  0x00000002 , 0x00004682 
+ 00013112  0x000025fa fetch  0x00000002 , 0x0000420a 
+ 00013113  0x000025fb set1  0x00000004 , 0x0000003f 
+ 00013114  0x000025fc store  0x00000002 , 0x0000420a 
+ 00013115  0x000025fd rtn 
+ 00013116  0x00002600 fetch  0x00000002 , 0x00004682 
+ 00013117  0x00002601 set1  0x00000003 , 0x0000003f 
+ 00013118  0x00002602 store  0x00000002 , 0x00004682 
+ 00013119  0x00002603 rtn 
+ 00013120  0x00002606 fetch  0x00000002 , 0x00004682 
+ 00013121  0x00002607 set1  0x00000005 , 0x0000003f 
+ 00013122  0x00002608 store  0x00000002 , 0x00004682 
+ 00013123  0x00002609 fetch  0x00000002 , 0x0000420a 
+ 00013124  0x0000260a set1  0x00000003 , 0x0000003f 
+ 00013125  0x0000260b store  0x00000002 , 0x0000420a 
+ 00013126  0x0000260c rtn 
+ 00013127  0x0000260f fetch  0x00000002 , 0x00004682 
+ 00013128  0x00002610 set0  0x00000005 , 0x0000003f 
+ 00013129  0x00002611 store  0x00000002 , 0x00004682 
+ 00013130  0x00002612 rtn 
+ 00013131  0x00002615 fetch  0x00000002 , 0x00004682 
+ 00013132  0x00002616 set1  0x00000009 , 0x0000003f 
+ 00013133  0x00002617 store  0x00000002 , 0x00004682 
+ 00013134  0x00002618 rtn 
+ 00013135  0x0000261b fetch  0x00000002 , 0x00004682 
+ 00013136  0x0000261c set0  0x00000009 , 0x0000003f 
+ 00013137  0x0000261d store  0x00000002 , 0x00004682 
+ 00013138  0x0000261e branch  0x00003418 
+ 00013139  0x00002621 fetch  0x00000002 , 0x00004682 
+ 00013140  0x00002622 set1  0x00000002 , 0x0000003f 
+ 00013141  0x00002623 store  0x00000002 , 0x00004682 
+ 00013142  0x00002624 rtn 
+ 00013143  0x00002627 fetch  0x00000002 , 0x0000420a 
+ 00013144  0x00002628 set1  0x00000000 , 0x0000003f 
+ 00013145  0x00002629 store  0x00000002 , 0x0000420a 
+ 00013146  0x0000262a rtn 
+ 00013147  0x0000262d fetch  0x00000002 , 0x0000420a 
+ 00013148  0x0000262e set1  0x00000008 , 0x0000003f 
+ 00013149  0x0000262f store  0x00000002 , 0x0000420a 
+ 00013150  0x00002630 branch  0x000033e9 
+ 00013151  0x00002634 bpatch  0x000000c7 , 0x00004018 
+ 00013152  0x00002635 store  0x00000001 , 0x0000022a 
+ 00013153  0x00002637 fetch  0x00000001 , 0x0000022a 
+ 00013154  0x00002638 rtn  0x00000034 
+ 00013155  0x00002639 increase  0xffffffff , 0x0000003f 
+ 00013156  0x0000263a store  0x00000001 , 0x0000022a 
+ 00013157  0x0000263b call  0x00007cdd 
+ 00013158  0x0000263c call  0x000033d6 
+ 00013159  0x0000263d call  0x00003387 
+ 00013160  0x0000263e call  0x0000338d 
+ 00013161  0x0000263f call  0x0000651b 
+ 00013162  0x00002640 fetch  0x00000002 , 0x000041fd 
+ 00013163  0x00002641 call  0x00007f9c 
+ 00013164  0x00002642 branch  0x00003361 
+ 00013165  0x00002648 ifetch  0x00000001 , 0x00000013 
+ 00013166  0x00002649 rtn  0x00000034 
+ 00013167  0x0000264a pincrease  0xffffffff 
+ 00013168  0x0000264b istore  0x00000001 , 0x00000013 
+ 00013169  0x0000264c nrtn  0x00000034 
+ 00013170  0x0000264d copy  0x00000012 , 0x0000003f 
+ 00013171  0x0000264e branch  0x00007f9c 
+ 00013172  0x00002653 ifetch  0x00000002 , 0x00000013 
+ 00013173  0x00002654 rtn  0x00000034 
+ 00013174  0x00002655 pincrease  0xffffffff 
+ 00013175  0x00002656 istore  0x00000002 , 0x00000013 
+ 00013176  0x00002657 nrtn  0x00000034 
+ 00013177  0x00002658 copy  0x00000012 , 0x0000003f 
+ 00013178  0x00002659 branch  0x00007f9c 
+ 00013179  0x0000265c fetcht  0x00000002 , 0x0000423f 
+ 00013180  0x0000265d add  0x00000002 , 0x00000001 , 0x00000013 
+ 00013181  0x0000265e arg  0x0000337f , 0x00000012 
+ 00013182  0x0000265f branch  0x0000336d 
+ 00013183  0x00002662 call  0x0000342d 
+ 00013184  0x00002663 beq  0x00000001 , 0x00003382 
+ 00013185  0x00002665 branch  0x0000340a 
+ 00013186  0x00002667 setarg  0x00000002 
+ 00013187  0x00002668 istore  0x00000001 , 0x00000013 
+ 00013188  0x00002669 add  0x00000002 , 0x00000008 , 0x00000012 
+ 00013189  0x0000266b ifetch  0x00000002 , 0x00000012 
+ 00013190  0x0000266c branch  0x00007f9c 
+ 00013191  0x0000266f arg  0x00004205 , 0x00000013 
+ 00013192  0x00002670 arg  0x0000338a , 0x00000012 
+ 00013193  0x00002671 branch  0x0000336d 
+ 00013194  0x00002674 call  0x00002252 
+ 00013195  0x00002675 branch  0x0000340e , 0x00000005 
+ 00013196  0x00002676 rtn 
+ 00013197  0x0000267a arg  0x0000467e , 0x00000013 
+ 00013198  0x0000267b arg  0x00003390 , 0x00000012 
+ 00013199  0x0000267c branch  0x00003374 
+ 00013200  0x0000267f call  0x000033f0 
+ 00013201  0x00002680 call  0x00003408 
+ 00013202  0x00002681 fetch  0x00000002 , 0x000041f7 
+ 00013203  0x00002682 branch  0x00007f9c 
+ 00013204  0x00002686 call  0x000033ac 
+ 00013205  0x00002688 fetch  0x00000002 , 0x00004682 
+ 00013206  0x00002689 set0  0x00000007 , 0x0000003f 
+ 00013207  0x0000268a store  0x00000002 , 0x00004682 
+ 00013208  0x0000268b rtn 
+ 00013209  0x0000268e jam  0x00000000 , 0x00004205 
+ 00013210  0x0000268f fetch  0x00000002 , 0x00004682 
+ 00013211  0x00002690 bbit1  0x00000007 , 0x0000339e 
+ 00013212  0x00002691 isolate0  0x00000001 , 0x0000003f 
+ 00013213  0x00002692 call  0x000032fd , 0x00000001 
+ 00013214  0x00002694 bpatch  0x000000c8 , 0x00004019 
+ 00013215  0x00002695 fetch  0x00000002 , 0x00004682 
+ 00013216  0x00002696 set0  0x00000000 , 0x0000003f 
+ 00013217  0x00002697 set0  0x00000001 , 0x0000003f 
+ 00013218  0x00002698 set0  0x00000002 , 0x0000003f 
+ 00013219  0x00002699 set0  0x00000003 , 0x0000003f 
+ 00013220  0x0000269a set0  0x00000007 , 0x0000003f 
+ 00013221  0x0000269b store  0x00000002 , 0x00004682 
+ 00013222  0x0000269c branch  0x00003418 
+ 00013223  0x0000269f call  0x000033a9 
+ 00013224  0x000026a0 branch  0x0000340a 
+ 00013225  0x000026a4 setarg  0x00000000 
+ 00013226  0x000026a5 store  0x00000002 , 0x00004208 
+ 00013227  0x000026a6 rtn 
+ 00013228  0x000026a8 setarg  0x00000000 
+ 00013229  0x000026a9 store  0x00000002 , 0x0000420a 
+ 00013230  0x000026aa rtn 
+ 00013231  0x000026ad fetch  0x00000002 , 0x0000420a 
+ 00013232  0x000026ae store  0x00000002 , 0x00004208 
+ 00013233  0x000026af setarg  0x00000000 
+ 00013234  0x000026b0 store  0x00000002 , 0x0000420a 
+ 00013235  0x000026b1 rtn 
+ 00013236  0x000026b4 fetch  0x00000002 , 0x0000420a 
+ 00013237  0x000026b5 set1  0x00000007 , 0x0000003f 
+ 00013238  0x000026b6 store  0x00000002 , 0x00004208 
+ 00013239  0x000026b7 setarg  0x00000000 
+ 00013240  0x000026b8 store  0x00000002 , 0x0000420a 
+ 00013241  0x000026b9 rtn 
+ 00013242  0x000026c2 fetch  0x00000001 , 0x00004682 
+ 00013243  0x000026c3 isolate1  0x00000005 , 0x0000003f 
+ 00013244  0x000026c4 rtn 
+ 00013245  0x000026cd setarg  0x0000aa55 
+ 00013246  0x000026cf store  0x00000002 , 0x00000aaa 
+ 00013247  0x000026d0 bpatch  0x000000c9 , 0x00004019 
+ 00013248  0x000026d1 arg  0x00000002 , 0x00000002 
+ 00013249  0x000026d2 arg  0x00000aaa , 0x00000011 
+ 00013250  0x000026d3 arg  0x000000c3 , 0x00000012 
+ 00013251  0x000026d4 branch  0x00006606 
+ 00013252  0x000026d8 bpatch  0x000000ca , 0x00004019 
+ 00013253  0x000026d9 arg  0x00000002 , 0x00000002 
+ 00013254  0x000026da arg  0x00000a9a , 0x00000011 
+ 00013255  0x000026db arg  0x000000c3 , 0x00000012 
+ 00013256  0x000026dc call  0x000065df 
+ 00013257  0x000026dd fetch  0x00000002 , 0x00000a9a 
+ 00013258  0x000026de arg  0x0000aa55 , 0x00000002 
+ 00013259  0x000026df isub  0x00000002 , 0x0000003e 
+ 00013260  0x000026e0 rtn 
+ 00013261  0x000026e4 fetch  0x00000001 , 0x0000455a 
+ 00013262  0x000026e5 store  0x00000001 , 0x00004205 
+ 00013263  0x000026e6 rtn 
+ 00013264  0x000026e9 arg  0x00000009 , 0x00000007 
+ 00013265  0x000026ea branch  0x00002c32 
+ 00013266  0x000026ed arg  0x00000009 , 0x00000007 
+ 00013267  0x000026ee branch  0x00002c36 
+ 00013268  0x000026f1 jam  0x00000005 , 0x00004206 
+ 00013269  0x000026f2 branch  0x000033d0 
+ 00013270  0x000026f5 arg  0x00004206 , 0x00000013 
+ 00013271  0x000026f6 arg  0x000033d2 , 0x00000012 
+ 00013272  0x000026f7 branch  0x0000336d 
+ 00013273  0x000026fa jam  0x00000001 , 0x00004363 
+ 00013274  0x000026fb rtn 
+ 00013275  0x000026fe jam  0x00000000 , 0x00004363 
+ 00013276  0x000026ff rtn 
+ 00013277  0x00002702 jam  0x0000000a , 0x00000a99 
+ 00013278  0x00002703 branch  0x00007d8f 
+ 00013279  0x00002706 jam  0x0000001d , 0x00000a99 
+ 00013280  0x00002707 branch  0x00007d8f 
+ 00013281  0x0000270a bpatch  0x000000cb , 0x00004019 
+ 00013282  0x0000270b fetch  0x00000001 , 0x00004207 
+ 00013283  0x0000270c store  0x00000001 , 0x0000016d 
+ 00013284  0x0000270d jam  0x00000001 , 0x00000228 
+ 00013285  0x0000270e jam  0x00000003 , 0x00000a99 
+ 00013286  0x0000270f branch  0x00007d8f 
+ 00013287  0x00002712 jam  0x0000001e , 0x00000a99 
+ 00013288  0x00002713 branch  0x00007d8f 
+ 00013289  0x00002716 jam  0x00000004 , 0x00000a99 
+ 00013290  0x00002717 branch  0x00007d8f 
+ 00013291  0x0000271a fetch  0x00000002 , 0x00004687 
+ 00013292  0x0000271b store  0x00000002 , 0x0000467e 
+ 00013293  0x0000271d call  0x00003404 
+ 00013294  0x0000271f jam  0x00000001 , 0x00000a99 
+ 00013295  0x00002720 branch  0x00007d8f 
+ 00013296  0x00002723 setarg  0x00000000 
+ 00013297  0x00002724 store  0x00000002 , 0x0000467e 
+ 00013298  0x00002725 jam  0x00000002 , 0x00000a99 
+ 00013299  0x00002726 branch  0x00007d8f 
+ 00013300  0x00002729 jam  0x0000000f , 0x00000a99 
+ 00013301  0x0000272a branch  0x00007d8f 
+ 00013302  0x0000272d jam  0x00000010 , 0x00000a99 
+ 00013303  0x0000272e branch  0x00007d8f 
+ 00013304  0x00002731 jam  0x0000000e , 0x00000a99 
+ 00013305  0x00002732 branch  0x00007d8f 
+ 00013306  0x00002735 jam  0x0000000d , 0x00000a99 
+ 00013307  0x00002736 branch  0x00007d8f 
+ 00013308  0x00002739 jam  0x00000017 , 0x00000a99 
+ 00013309  0x0000273a branch  0x00007d8f 
+ 00013310  0x0000273d jam  0x00000018 , 0x00000a99 
+ 00013311  0x0000273e branch  0x00007d8f 
+ 00013312  0x00002741 jam  0x00000016 , 0x00000a99 
+ 00013313  0x00002742 branch  0x00007d8f 
+ 00013314  0x00002745 jam  0x00000011 , 0x00000a99 
+ 00013315  0x00002746 branch  0x00007d8f 
+ 00013316  0x00002749 jam  0x00000015 , 0x00000a99 
+ 00013317  0x0000274a branch  0x00007d8f 
+ 00013318  0x0000274d jam  0x00000014 , 0x00000a99 
+ 00013319  0x0000274e branch  0x00007d8f 
+ 00013320  0x00002752 jam  0x00000013 , 0x00000a99 
+ 00013321  0x00002753 branch  0x00007d8f 
+ 00013322  0x00002756 jam  0x00000019 , 0x00000a99 
+ 00013323  0x00002757 branch  0x00007d8f 
+ 00013324  0x0000275a jam  0x00000006 , 0x00000a99 
+ 00013325  0x0000275b branch  0x00007d8f 
+ 00013326  0x0000275e jam  0x00000005 , 0x00000a99 
+ 00013327  0x0000275f branch  0x00007d8f 
+ 00013328  0x00002762 jam  0x0000001f , 0x00000a99 
+ 00013329  0x00002763 branch  0x00007d8f 
+ 00013330  0x00002766 jam  0x00000020 , 0x00000a99 
+ 00013331  0x00002767 branch  0x00007d8f 
+ 00013332  0x0000276a jam  0x00000025 , 0x00000a99 
+ 00013333  0x0000276b branch  0x00007d8f 
+ 00013334  0x0000276e set1  0x0000000d , 0x00000000 
+ 00013335  0x0000276f rtn 
+ 00013336  0x00002772 set0  0x0000000d , 0x00000000 
+ 00013337  0x00002773 rtn 
+ 00013338  0x00002788 call  0x0000342d 
+ 00013339  0x00002789 beq  0x00000002 , 0x00003424 
+ 00013340  0x0000278b setarg  0x00000001 
+ 00013341  0x0000278c istore  0x00000001 , 0x00000013 
+ 00013342  0x0000278d add  0x00000002 , 0x00000003 , 0x00000011 
+ 00013343  0x0000278e add  0x00000002 , 0x00000006 , 0x00000012 
+ 00013344  0x00002790 ifetcht  0x00000001 , 0x00000011 
+ 00013345  0x00002791 increase  0x00000001 , 0x00000013 
+ 00013346  0x00002792 istoret  0x00000001 , 0x00000013 
+ 00013347  0x00002793 branch  0x00003385 
+ 00013348  0x00002796 setarg  0x00000000 
+ 00013349  0x00002797 istore  0x00000001 , 0x00000013 
+ 00013350  0x00002798 fetch  0x00000002 , 0x00004682 
+ 00013351  0x00002799 bbit0  0x00000009 , 0x00003429 
+ 00013352  0x0000279a call  0x00003402 
+ 00013353  0x0000279c fetcht  0x00000002 , 0x0000423f 
+ 00013354  0x0000279d add  0x00000002 , 0x00000002 , 0x00000011 
+ 00013355  0x0000279e add  0x00000002 , 0x00000004 , 0x00000012 
+ 00013356  0x0000279f branch  0x00003420 
+ 00013357  0x000027a2 fetcht  0x00000002 , 0x0000423f 
+ 00013358  0x000027a3 add  0x00000002 , 0x00000000 , 0x00000013 
+ 00013359  0x000027a4 ifetch  0x00000001 , 0x00000013 
+ 00013360  0x000027a5 rtn 
+ 00013361  0x000027a8 call  0x0000342d 
+ 00013362  0x000027a9 bne  0x00000000 , 0x00003434 
+ 00013363  0x000027aa branch  0x0000340a 
+ 00013364  0x000027ac add  0x00000002 , 0x0000000a , 0x00000012 
+ 00013365  0x000027ad branch  0x00003385 
+ 00013366  0x000027b0 rtn  0x0000002b 
+ 00013367  0x000027b1 jam  0x00000000 , 0x00008081 
+ 00013368  0x000027b2 setarg  0x00003463 
+ 00013369  0x000027b3 store  0x00000002 , 0x000041eb 
+ 00013370  0x000027b4 setarg  0x0000696c 
+ 00013371  0x000027b5 store  0x00000002 , 0x000041ed 
+ 00013372  0x000027b6 setarg  0x000034f5 
+ 00013373  0x000027b7 store  0x00000002 , 0x000041f3 
+ 00013374  0x000027b8 setarg  0x000034f4 
+ 00013375  0x000027b9 store  0x00000002 , 0x000041ef 
+ 00013376  0x000027ba setarg  0x0000347e 
+ 00013377  0x000027bb store  0x00000002 , 0x000041f5 
+ 00013378  0x000027bc setarg  0x000034b2 
+ 00013379  0x000027bd store  0x00000002 , 0x000041fd 
+ 00013380  0x000027be setarg  0x00003465 
+ 00013381  0x000027bf store  0x00000002 , 0x000041fb 
+ 00013382  0x000027c0 setarg  0x00003470 
+ 00013383  0x000027c1 store  0x00000002 , 0x000041e9 
+ 00013384  0x000027c2 setarg  0x00003501 
+ 00013385  0x000027c3 store  0x00000002 , 0x000041f9 
+ 00013386  0x000027c4 bpatch  0x000000cc , 0x00004019 
+ 00013387  0x000027c5 call  0x0000359b 
+ 00013388  0x000027c6 call  0x00006948 
+ 00013389  0x000027c7 call  0x000035ad 
+ 00013390  0x000027c8 call  0x00007d08 
+ 00013391  0x000027c9 call  0x00007cd3 
+ 00013392  0x000027ca setarg  0x0000350b 
+ 00013393  0x000027cb store  0x00000002 , 0x00004766 
+ 00013394  0x000027cc setarg  0x000034fc 
+ 00013395  0x000027cd store  0x00000002 , 0x0000475d 
+ 00013396  0x000027ce setarg  0x000034f8 
+ 00013397  0x000027cf store  0x00000002 , 0x0000475f 
+ 00013398  0x000027d0 setarg  0x0000346c 
+ 00013399  0x000027d1 store  0x00000002 , 0x00004761 
+ 00013400  0x000027d2 setarg  0x000035a2 
+ 00013401  0x000027d3 store  0x00000002 , 0x000046a9 
+ 00013402  0x000027d4 setarg  0x000035a4 
+ 00013403  0x000027d5 store  0x00000002 , 0x000046ab 
+ 00013404  0x000027d6 setarg  0x000035a9 
+ 00013405  0x000027d7 store  0x00000002 , 0x000046b4 
+ 00013406  0x000027d8 setarg  0x000035a6 
+ 00013407  0x000027d9 store  0x00000002 , 0x000046b6 
+ 00013408  0x000027da fetch  0x00000002 , 0x00004682 
+ 00013409  0x000027db rtnbit1  0x0000000c 
+ 00013410  0x000027dc branch  0x0000340a 
+ 00013411  0x000027df call  0x00003586 
+ 00013412  0x000027e0 branch  0x0000340a 
+ 00013413  0x000027e3 call  0x00005892 
+ 00013414  0x000027e4 nrtn  0x00000034 
+ 00013415  0x000027e5 arg  0x00000b06 , 0x00000011 
+ 00013416  0x000027e6 call  0x00007e54 
+ 00013417  0x000027e7 nrtn  0x00000028 
+ 00013418  0x000027e8 arg  0x00000b06 , 0x00000006 
+ 00013419  0x000027e9 branch  0x00004746 
+ 00013420  0x000027ec fetch  0x00000002 , 0x00004797 
+ 00013421  0x000027ed store  0x00000002 , 0x00004791 
+ 00013422  0x000027ee jam  0x00000001 , 0x00004753 
+ 00013423  0x000027ef branch  0x0000358f 
+ 00013424  0x000027f2 fetch  0x00000001 , 0x0000479d 
+ 00013425  0x000027f3 beq  0x00000001 , 0x00003479 
+ 00013426  0x000027f4 fetch  0x00000002 , 0x00004682 
+ 00013427  0x000027f5 bbit0  0x00000009 , 0x00003479 
+ 00013428  0x000027f6 fetch  0x00000001 , 0x0000479e 
+ 00013429  0x000027f7 beq  0x00000001 , 0x000033d0 
+ 00013430  0x000027f8 fetch  0x00000001 , 0x00004700 
+ 00013431  0x000027f9 nbranch  0x000033d0 , 0x00000034 
+ 00013432  0x000027fa branch  0x000033d2 
+ 00013433  0x000027fd fetch  0x00000001 , 0x0000479b 
+ 00013434  0x000027fe fetcht  0x00000001 , 0x0000479c 
+ 00013435  0x000027ff ior  0x00000002 , 0x0000003f 
+ 00013436  0x00002800 beq  0x00000001 , 0x000033d0 
+ 00013437  0x00002801 branch  0x000033d2 
+ 00013438  0x00002804 copy  0x00000013 , 0x0000003f 
+ 00013439  0x00002805 beq  0x0000002d , 0x00003431 
+ 00013440  0x00002806 beq  0x00000010 , 0x0000341a 
+ 00013441  0x00002807 beq  0x00000014 , 0x000034df 
+ 00013442  0x00002808 beq  0x00000015 , 0x000034e8 
+ 00013443  0x00002809 beq  0x00000040 , 0x00003485 
+ 00013444  0x0000280a rtn 
+ 00013445  0x0000280c fetch  0x00000002 , 0x00004509 
+ 00013446  0x0000280d beq  0x00000001 , 0x0000348c 
+ 00013447  0x0000280f fetch  0x00000002 , 0x000043d8 
+ 00013448  0x00002810 branch  0x000034a2 , 0x00000034 
+ 00013449  0x00002812 jam  0x00000002 , 0x0000478a 
+ 00013450  0x00002813 jam  0x0000003c , 0x0000478f 
+ 00013451  0x00002814 rtn 
+ 00013452  0x00002817 fetch  0x00000002 , 0x0000449a 
+ 00013453  0x00002818 branch  0x000034a0 , 0x00000034 
+ 00013454  0x0000281a jam  0x00000001 , 0x0000478a 
+ 00013455  0x0000281b fetcht  0x00000002 , 0x000047b4 
+ 00013456  0x0000281c fetch  0x00000002 , 0x00004496 
+ 00013457  0x0000281d iadd  0x00000002 , 0x0000003f 
+ 00013458  0x0000281e store  0x00000002 , 0x00004496 
+ 00013459  0x0000281f copy  0x0000003f , 0x00000011 
+ 00013460  0x00002820 fetch  0x00000002 , 0x00004498 
+ 00013461  0x00002821 iadd  0x00000002 , 0x0000003f 
+ 00013462  0x00002822 store  0x00000002 , 0x00004498 
+ 00013463  0x00002823 iadd  0x00000011 , 0x0000003f 
+ 00013464  0x00002824 rshift  0x0000003f , 0x00000002 
+ 00013465  0x00002825 fetch  0x00000002 , 0x000047c0 
+ 00013466  0x00002826 idiv  0x00000002 
+ 00013467  0x00002827 call  0x00007f86 
+ 00013468  0x00002828 quotient  0x0000003f 
+ 00013469  0x00002829 store  0x00000002 , 0x0000449a 
+ 00013470  0x0000282a jam  0x00000001 , 0x00004790 
+ 00013471  0x0000282b rtn 
+ 00013472  0x0000282d jam  0x00000003 , 0x0000478a 
+ 00013473  0x0000282e rtn 
+ 00013474  0x00002831 jam  0x00000000 , 0x00004172 
+ 00013475  0x00002832 jam  0x00000000 , 0x00004790 
+ 00013476  0x00002833 fetch  0x00000002 , 0x000043d6 
+ 00013477  0x00002834 fetcht  0x00000002 , 0x000047be 
+ 00013478  0x00002835 isub  0x00000002 , 0x0000003e 
+ 00013479  0x00002836 setflag  0x00000002 , 0x00000000 , 0x00000011 
+ 00013480  0x00002837 fetch  0x00000002 , 0x000047c0 
+ 00013481  0x00002838 fetcht  0x00000002 , 0x000043d6 
+ 00013482  0x00002839 isub  0x00000002 , 0x0000003f 
+ 00013483  0x0000283a setflag  0x00000002 , 0x00000001 , 0x00000011 
+ 00013484  0x0000283b compare  0x00000003 , 0x00000011 , 0x00000003 
+ 00013485  0x0000283c rtn  0x00000001 
+ 00013486  0x0000283d fetch  0x00000008 , 0x000047be 
+ 00013487  0x0000283e store  0x00000008 , 0x00004496 
+ 00013488  0x0000283f jam  0x00000001 , 0x00004790 
+ 00013489  0x00002840 rtn 
+ 00013490  0x00002845 call  0x0000337b 
+ 00013491  0x00002846 call  0x000034b9 
+ 00013492  0x00002847 call  0x000034be 
+ 00013493  0x00002848 call  0x000034d5 
+ 00013494  0x00002849 call  0x000034ca 
+ 00013495  0x0000284a call  0x000034c4 
+ 00013496  0x0000284b branch  0x000034d9 
+ 00013497  0x0000284f arg  0x00004799 , 0x00000013 
+ 00013498  0x00002850 arg  0x000034bc , 0x00000012 
+ 00013499  0x00002851 branch  0x0000336d 
+ 00013500  0x00002853 jam  0x00000000 , 0x0000479a 
+ 00013501  0x00002854 rtn 
+ 00013502  0x00002856 arg  0x00004793 , 0x00000013 
+ 00013503  0x00002857 arg  0x000034c1 , 0x00000012 
+ 00013504  0x00002858 branch  0x00003374 
+ 00013505  0x0000285a arg  0x000046bf , 0x00000013 
+ 00013506  0x0000285b arg  0x0000469e , 0x00000012 
+ 00013507  0x0000285c branch  0x00003591 
+ 00013508  0x00002860 arg  0x0000478f , 0x00000013 
+ 00013509  0x00002861 arg  0x000034c7 , 0x00000012 
+ 00013510  0x00002862 branch  0x0000336d 
+ 00013511  0x00002865 fetch  0x00000002 , 0x0000449a 
+ 00013512  0x00002866 store  0x00000001 , 0x00004172 
+ 00013513  0x00002867 rtn 
+ 00013514  0x00002869 arg  0x00004790 , 0x00000013 
+ 00013515  0x0000286a arg  0x000034cd , 0x00000012 
+ 00013516  0x0000286b branch  0x0000336d 
+ 00013517  0x0000286d fetch  0x00000001 , 0x0000043f 
+ 00013518  0x0000286e compare  0x00000000 , 0x0000003f , 0x00000060 
+ 00013519  0x0000286f nbranch  0x000034d3 , 0x00000001 
+ 00013520  0x00002870 jam  0x00000001 , 0x0000478a 
+ 00013521  0x00002871 call  0x00003416 
+ 00013522  0x00002872 branch  0x00005abf 
+ 00013523  0x00002874 jam  0x00000001 , 0x00004790 
+ 00013524  0x00002875 rtn 
+ 00013525  0x00002878 arg  0x00004791 , 0x00000013 
+ 00013526  0x00002879 arg  0x000034d8 , 0x00000012 
+ 00013527  0x0000287a branch  0x00003374 
+ 00013528  0x0000287e branch  0x0000341a 
+ 00013529  0x00002883 arg  0x0000478d , 0x00000013 
+ 00013530  0x00002884 arg  0x000034dc , 0x00000012 
+ 00013531  0x00002885 branch  0x00003374 
+ 00013532  0x00002887 fetch  0x00000002 , 0x000047a7 
+ 00013533  0x00002888 store  0x00000002 , 0x0000478d 
+ 00013534  0x00002889 branch  0x000035af 
+ 00013535  0x0000288d fetch  0x00000002 , 0x000047a7 
+ 00013536  0x0000288e store  0x00000002 , 0x0000478d 
+ 00013537  0x0000288f setarg  0x00000000 
+ 00013538  0x00002890 store  0x00000002 , 0x00004793 
+ 00013539  0x00002891 store  0x00000002 , 0x00004791 
+ 00013540  0x00002892 call  0x0000355c 
+ 00013541  0x00002893 call  0x00003586 
+ 00013542  0x00002894 jam  0x00000000 , 0x00004172 
+ 00013543  0x00002895 branch  0x000033f8 
+ 00013544  0x0000289b setarg  0x00000000 
+ 00013545  0x0000289c store  0x00000004 , 0x0000478d 
+ 00013546  0x0000289d store  0x00000003 , 0x0000478a 
+ 00013547  0x0000289e store  0x00000002 , 0x00004509 
+ 00013548  0x000028a0 jam  0x00000001 , 0x000047a0 
+ 00013549  0x000028a1 fetch  0x00000002 , 0x00004797 
+ 00013550  0x000028a2 store  0x00000002 , 0x00004791 
+ 00013551  0x000028a3 call  0x00007e38 
+ 00013552  0x000028a4 fetch  0x00000001 , 0x00004759 
+ 00013553  0x000028a5 rtneq  0x00000000 
+ 00013554  0x000028a6 call  0x0000358f 
+ 00013555  0x000028a7 branch  0x0000356e 
+ 00013556  0x000028ac branch  0x00003508 
+ 00013557  0x000028b0 fetch  0x00000001 , 0x00004759 
+ 00013558  0x000028b1 rtnne  0x00000002 
+ 00013559  0x000028b2 branch  0x00003508 
+ 00013560  0x000028b8 arg  0x000046cd , 0x00000013 
+ 00013561  0x000028b9 call  0x00003582 
+ 00013562  0x000028ba arg  0x000046c6 , 0x00000013 
+ 00013563  0x000028bc branch  0x00003584 
+ 00013564  0x000028bf jam  0x00000000 , 0x0000436e 
+ 00013565  0x000028c0 arg  0x000046db , 0x00000013 
+ 00013566  0x000028c1 call  0x00003582 
+ 00013567  0x000028c2 arg  0x000046d4 , 0x00000013 
+ 00013568  0x000028c3 branch  0x000034fb 
+ 00013569  0x000028c6 fetch  0x00000001 , 0x00000477 
+ 00013570  0x000028c7 beq  0x00000012 , 0x00003504 
+ 00013571  0x000028c8 rtn 
+ 00013572  0x000028ca fetch  0x00000002 , 0x00000478 
+ 00013573  0x000028cc beq  0x0000000d , 0x00003536 
+ 00013574  0x000028cd beq  0x0000000b , 0x00003571 
+ 00013575  0x000028ce rtn 
+ 00013576  0x000028d4 fetch  0x00000001 , 0x00004753 
+ 00013577  0x000028d5 rtn  0x00000034 
+ 00013578  0x000028d6 branch  0x00006978 
+ 00013579  0x000028db copy  0x00000011 , 0x0000003f 
+ 00013580  0x000028dc branch  0x00003510 , 0x00000034 
+ 00013581  0x000028de copy  0x00000007 , 0x0000003f 
+ 00013582  0x000028df beq  0x00000000 , 0x00003513 
+ 00013583  0x000028e0 rtn 
+ 00013584  0x000028e2 copy  0x00000007 , 0x0000003f 
+ 00013585  0x000028e3 beq  0x00000000 , 0x0000351b 
+ 00013586  0x000028e4 rtn 
+ 00013587  0x000028e7 jam  0x00000001 , 0x0000479d 
+ 00013588  0x000028e8 arg  0x000046f7 , 0x00000013 
+ 00013589  0x000028e9 call  0x00003582 
+ 00013590  0x000028ea arg  0x000046f0 , 0x00000013 
+ 00013591  0x000028eb call  0x00003584 
+ 00013592  0x000028ec fetch  0x00000002 , 0x00004682 
+ 00013593  0x000028ed bbit0  0x00000009 , 0x00003532 
+ 00013594  0x000028ee branch  0x00003521 
+ 00013595  0x000028f1 jam  0x00000000 , 0x0000479d 
+ 00013596  0x000028f2 branch  0x0000351d 
+ 00013597  0x000028f7 fetch  0x00000001 , 0x0000479a 
+ 00013598  0x000028f8 rtnne  0x00000001 
+ 00013599  0x000028f9 jam  0x00000005 , 0x00004799 
+ 00013600  0x000028fa rtn 
+ 00013601  0x000028fd fetch  0x00000001 , 0x0000479a 
+ 00013602  0x000028fe pincrease  0x00000001 
+ 00013603  0x000028ff store  0x00000001 , 0x0000479a 
+ 00013604  0x00002900 beq  0x00000001 , 0x00003527 
+ 00013605  0x00002901 beq  0x00000002 , 0x0000352b 
+ 00013606  0x00002902 rtn 
+ 00013607  0x00002904 call  0x0000355c 
+ 00013608  0x00002905 jam  0x00000001 , 0x00004771 
+ 00013609  0x00002906 arg  0x0000476c , 0x00000013 
+ 00013610  0x00002907 branch  0x00003544 
+ 00013611  0x00002909 jam  0x00000000 , 0x0000479a 
+ 00013612  0x0000290a jam  0x00000002 , 0x00004771 
+ 00013613  0x0000290b arg  0x0000476c , 0x00000013 
+ 00013614  0x0000290c call  0x00003544 
+ 00013615  0x0000290d fetch  0x00000001 , 0x0000479e 
+ 00013616  0x0000290e beq  0x00000001 , 0x00003551 
+ 00013617  0x0000290f rtn 
+ 00013618  0x00002912 fetch  0x00000002 , 0x00004797 
+ 00013619  0x00002913 store  0x00000002 , 0x00004791 
+ 00013620  0x00002914 call  0x0000355c 
+ 00013621  0x00002915 branch  0x0000358f 
+ 00013622  0x00002919 bpatch  0x000000cd , 0x00004019 
+ 00013623  0x0000291a call  0x000036fc 
+ 00013624  0x0000291b ifetch  0x00000001 , 0x00000011 
+ 00013625  0x0000291c beq  0x00000003 , 0x0000353c 
+ 00013626  0x0000291d beq  0x00000007 , 0x00003540 
+ 00013627  0x0000291e rtn 
+ 00013628  0x00002921 fetch  0x00000001 , 0x0000479e 
+ 00013629  0x00002922 beq  0x00000000 , 0x00003551 
+ 00013630  0x00002923 beq  0x00000001 , 0x0000355c 
+ 00013631  0x00002924 rtn 
+ 00013632  0x00002927 ifetch  0x00000001 , 0x00000012 
+ 00013633  0x00002928 beq  0x00000001 , 0x00003564 
+ 00013634  0x00002929 beq  0x00000000 , 0x00003569 
+ 00013635  0x0000292a rtn 
+ 00013636  0x00002932 bpatch  0x000000ce , 0x00004019 
+ 00013637  0x00002933 fetch  0x00000001 , 0x0000478b 
+ 00013638  0x00002934 isolate1  0x00000000 , 0x0000003f 
+ 00013639  0x00002935 nrtn  0x00000001 
+ 00013640  0x00002936 add  0x00000013 , 0x00000006 , 0x00000006 
+ 00013641  0x00002937 ifetch  0x00000002 , 0x00000006 
+ 00013642  0x00002938 byteswap  0x0000003f , 0x0000003f 
+ 00013643  0x00002939 add  0x0000003f , 0x00000005 , 0x00000039 
+ 00013644  0x0000293a add  0x00000013 , 0x00000003 , 0x00000006 
+ 00013645  0x0000293b call  0x000036f0 
+ 00013646  0x0000293c istore  0x00000001 , 0x00000006 
+ 00013647  0x0000293d copy  0x00000013 , 0x00000011 
+ 00013648  0x0000293e branch  0x00007e3d 
+ 00013649  0x00002945 fetch  0x00000001 , 0x00004759 
+ 00013650  0x00002946 rtn  0x00000034 
+ 00013651  0x00002947 jam  0x00000001 , 0x0000479e 
+ 00013652  0x00002948 arg  0x000046e9 , 0x00000013 
+ 00013653  0x00002949 call  0x00003582 
+ 00013654  0x0000294a arg  0x000046e2 , 0x00000013 
+ 00013655  0x0000294b call  0x00003584 
+ 00013656  0x0000294c jam  0x00000004 , 0x00004780 
+ 00013657  0x0000294d jam  0x00000001 , 0x00004783 
+ 00013658  0x0000294e arg  0x0000477b , 0x00000013 
+ 00013659  0x0000294f branch  0x00003544 
+ 00013660  0x00002951 fetch  0x00000001 , 0x0000479e 
+ 00013661  0x00002952 rtn  0x00000034 
+ 00013662  0x00002953 jam  0x00000000 , 0x0000479e 
+ 00013663  0x00002954 call  0x00003586 
+ 00013664  0x00002955 jam  0x00000004 , 0x00004780 
+ 00013665  0x00002956 jam  0x00000000 , 0x00004783 
+ 00013666  0x00002957 arg  0x0000477b , 0x00000013 
+ 00013667  0x00002958 branch  0x00003544 
+ 00013668  0x0000295b jam  0x00000001 , 0x0000479f 
+ 00013669  0x0000295c jam  0x00000007 , 0x00004780 
+ 00013670  0x0000295d jam  0x00000001 , 0x00004783 
+ 00013671  0x0000295e arg  0x0000477b , 0x00000013 
+ 00013672  0x0000295f branch  0x00003544 
+ 00013673  0x00002961 jam  0x00000000 , 0x0000479f 
+ 00013674  0x00002962 jam  0x00000007 , 0x00004780 
+ 00013675  0x00002963 jam  0x00000000 , 0x00004783 
+ 00013676  0x00002964 arg  0x0000477b , 0x00000013 
+ 00013677  0x00002965 branch  0x00003544 
+ 00013678  0x00002967 fetch  0x00000001 , 0x0000479f 
+ 00013679  0x00002968 rtn  0x00000034 
+ 00013680  0x00002969 branch  0x00003551 
+ 00013681  0x0000296c ifetch  0x00000002 , 0x00000011 
+ 00013682  0x0000296d store  0x00000002 , 0x0000478b 
+ 00013683  0x0000296e isolate1  0x00000000 , 0x0000003f 
+ 00013684  0x0000296f nrtn  0x00000001 
+ 00013685  0x00002970 fetch  0x00000001 , 0x000047a0 
+ 00013686  0x00002971 rtn  0x00000034 
+ 00013687  0x00002972 jam  0x00000000 , 0x000047a0 
+ 00013688  0x00002973 fetch  0x00000008 , 0x000047b6 
+ 00013689  0x00002974 store  0x00000008 , 0x00004496 
+ 00013690  0x00002975 jam  0x00000002 , 0x00004790 
+ 00013691  0x00002976 call  0x000035af 
+ 00013692  0x00002977 call  0x000035b9 
+ 00013693  0x00002978 jam  0x00000007 , 0x00004780 
+ 00013694  0x00002979 fetch  0x00000001 , 0x0000479f 
+ 00013695  0x0000297a store  0x00000001 , 0x00004783 
+ 00013696  0x0000297b arg  0x0000477b , 0x00000013 
+ 00013697  0x0000297c branch  0x00003544 
+ 00013698  0x00002981 arg  0x00000001 , 0x00000011 
+ 00013699  0x00002982 branch  0x00003585 
+ 00013700  0x00002984 arg  0x00000000 , 0x00000011 
+ 00013701  0x00002986 branch  0x0000358c 
+ 00013702  0x00002989 arg  0x00000000 , 0x00000011 
+ 00013703  0x0000298a call  0x00007d19 
+ 00013704  0x0000298b arg  0x00000001 , 0x00000011 
+ 00013705  0x0000298c call  0x00007d19 
+ 00013706  0x0000298d fetch  0x00000001 , 0x000047a1 
+ 00013707  0x0000298e branch  0x000069d7 
+ 00013708  0x00002991 call  0x00007d04 
+ 00013709  0x00002992 arg  0x00000007 , 0x00000039 
+ 00013710  0x00002993 branch  0x00007d26 
+ 00013711  0x00002998 arg  0x000046b8 , 0x00000013 
+ 00013712  0x00002999 arg  0x0000469a , 0x00000012 
+ 00013713  0x0000299b call  0x00003596 
+ 00013714  0x0000299c call  0x00003584 
+ 00013715  0x0000299d fetch  0x00000002 , 0x00004795 
+ 00013716  0x0000299e store  0x00000002 , 0x00004793 
+ 00013717  0x0000299f branch  0x000033fa 
+ 00013718  0x000029a2 ifetch  0x00000002 , 0x00000012 
+ 00013719  0x000029a3 store  0x00000002 , 0x00004154 
+ 00013720  0x000029a4 ifetch  0x00000002 , 0x00000006 
+ 00013721  0x000029a5 store  0x00000002 , 0x00004482 
+ 00013722  0x000029a6 rtn 
+ 00013723  0x000029a9 arg  0x00000000 , 0x00000011 
+ 00013724  0x000029aa call  0x000069a6 
+ 00013725  0x000029ab fetch  0x00000006 , 0x000047a1 
+ 00013726  0x000029ac store  0x00000006 , 0x00000a9a 
+ 00013727  0x000029ad call  0x000069ae 
+ 00013728  0x000029ae fetch  0x00000001 , 0x000047a1 
+ 00013729  0x000029af branch  0x000069d7 
+ 00013730  0x000029b2 jam  0x00000001 , 0x0000479b 
+ 00013731  0x000029b3 rtn 
+ 00013732  0x000029b5 jam  0x00000000 , 0x0000479b 
+ 00013733  0x000029b6 rtn 
+ 00013734  0x000029bb jam  0x00000000 , 0x0000479c 
+ 00013735  0x000029bc fetch  0x00000001 , 0x000047a1 
+ 00013736  0x000029bd branch  0x000069d7 
+ 00013737  0x000029c0 jam  0x00000001 , 0x0000479c 
+ 00013738  0x000029c1 fetch  0x00000006 , 0x000047a1 
+ 00013739  0x000029c2 store  0x00000006 , 0x00000a9a 
+ 00013740  0x000029c3 branch  0x000069ae 
+ 00013741  0x000029c8 jam  0x00000000 , 0x0000422d 
+ 00013742  0x000029c9 branch  0x000068a8 
+ 00013743  0x000029cc call  0x000068eb 
+ 00013744  0x000029cd call  0x00006908 
+ 00013745  0x000029ce store  0x00000002 , 0x000047b0 
+ 00013746  0x000029cf arg  0x000047aa , 0x00000011 
+ 00013747  0x000029d0 call  0x00006930 
+ 00013748  0x000029d1 store  0x00000001 , 0x000047a9 
+ 00013749  0x000029d2 beq  0x00000000 , 0x000035be 
+ 00013750  0x000029d3 sub  0x0000003f , 0x00000064 , 0x0000003e 
+ 00013751  0x000029d4 nbranch  0x000035bc , 0x00000002 
+ 00013752  0x000029d5 store  0x00000001 , 0x00004783 
+ 00013753  0x000029d7 jam  0x00000005 , 0x00004780 
+ 00013754  0x000029d8 arg  0x0000477b , 0x00000013 
+ 00013755  0x000029d9 branch  0x00003544 
+ 00013756  0x000029db jam  0x00000064 , 0x00004783 
+ 00013757  0x000029dc branch  0x000035b9 
+ 00013758  0x000029df branch  0x0000341a 
+ 00013759  0x000029e4 rtn  0x0000002b 
+ 00013760  0x000029e5 hfetch  0x00000001 , 0x00008081 
+ 00013761  0x000029e6 and_into  0x000000f0 , 0x0000003f 
+ 00013762  0x000029e7 hstore  0x00000001 , 0x00008081 
+ 00013763  0x000029e8 setarg  0x00003631 
+ 00013764  0x000029e9 store  0x00000002 , 0x000041eb 
+ 00013765  0x000029eb setarg  0x00003633 
+ 00013766  0x000029ec store  0x00000002 , 0x000041ed 
+ 00013767  0x000029ee setarg  0x0000340a 
+ 00013768  0x000029ef store  0x00000002 , 0x000041f7 
+ 00013769  0x000029f1 setarg  0x00003635 
+ 00013770  0x000029f2 store  0x00000002 , 0x000041f3 
+ 00013771  0x000029f4 setarg  0x0000364b 
+ 00013772  0x000029f5 store  0x00000002 , 0x000041f5 
+ 00013773  0x000029f7 setarg  0x000033d0 
+ 00013774  0x000029f8 store  0x00000002 , 0x000041e9 
+ 00013775  0x000029fa setarg  0x000036f6 
+ 00013776  0x000029fb store  0x00000002 , 0x000041f9 
+ 00013777  0x000029fd setarg  0x0000367a 
+ 00013778  0x000029fe store  0x00000002 , 0x000041fd 
+ 00013779  0x00002a00 call  0x00002c7a 
+ 00013780  0x00002a01 setarg  0x00003722 
+ 00013781  0x00002a02 add  0x00000013 , 0x000000de , 0x00000005 
+ 00013782  0x00002a03 istore  0x00000002 , 0x00000005 
+ 00013783  0x00002a05 setarg  0x000035ed 
+ 00013784  0x00002a06 store  0x00000002 , 0x0000475b 
+ 00013785  0x00002a08 setarg  0x000035ef 
+ 00013786  0x00002a09 store  0x00000002 , 0x0000475f 
+ 00013787  0x00002a0b bpatch  0x000000cf , 0x00004019 
+ 00013788  0x00002a0c call  0x00003628 
+ 00013789  0x00002a0d call  0x00007e38 
+ 00013790  0x00002a0e jam  0x00000002 , 0x00004172 
+ 00013791  0x00002a0f jam  0x00000000 , 0x000049f6 
+ 00013792  0x00002a10 fetch  0x00000001 , 0x000047cb 
+ 00013793  0x00002a11 store  0x00000001 , 0x0000469a 
+ 00013794  0x00002a12 beq  0x00000000 , 0x000035ee 
+ 00013795  0x00002a13 fetch  0x00000001 , 0x000047cc 
+ 00013796  0x00002a14 store  0x00000001 , 0x00004686 
+ 00013797  0x00002a15 jam  0x00000000 , 0x0000436e 
+ 00013798  0x00002a17 call  0x0000360f 
+ 00013799  0x00002a18 call  0x00007cd3 
+ 00013800  0x00002a19 call  0x00007cdd 
+ 00013801  0x00002a1a jam  0x00000001 , 0x000047f3 
+ 00013802  0x00002a1b fetch  0x00000002 , 0x00004682 
+ 00013803  0x00002a1c rtnbit1  0x0000000c 
+ 00013804  0x00002a1d branch  0x0000340a 
+ 00013805  0x00002a20 branch  0x0000360f 
+ 00013806  0x00002a23 jam  0x00000002 , 0x000047f3 
+ 00013807  0x00002a25 jam  0x00000001 , 0x0000436e 
+ 00013808  0x00002a26 call  0x0000360f 
+ 00013809  0x00002a27 arg  0x00000000 , 0x00000011 
+ 00013810  0x00002a28 call  0x00007d1e 
+ 00013811  0x00002a2a setarg  0x00000020 
+ 00013812  0x00002a2b call  0x000046f0 
+ 00013813  0x00002a2d arg  0x000043b7 , 0x00000005 
+ 00013814  0x00002a2e fetch  0x00000001 , 0x000044a0 
+ 00013815  0x00002a30 and  0x0000003f , 0x000000f0 , 0x00000002 
+ 00013816  0x00002a31 rshift4  0x00000002 , 0x00000002 
+ 00013817  0x00002a32 call  0x00003609 
+ 00013818  0x00002a33 istoret  0x00000001 , 0x00000005 
+ 00013819  0x00002a34 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00013820  0x00002a35 call  0x00003609 
+ 00013821  0x00002a36 istoret  0x00000001 , 0x00000005 
+ 00013822  0x00002a37 call  0x000057a6 
+ 00013823  0x00002a38 fetcht  0x00000001 , 0x000043af 
+ 00013824  0x00002a39 copy  0x00000002 , 0x00000039 
+ 00013825  0x00002a3a arg  0x00004372 , 0x00000005 
+ 00013826  0x00002a3b arg  0x000043b0 , 0x00000006 
+ 00013827  0x00002a3c call  0x00007f01 
+ 00013828  0x00002a3e fetcht  0x00000001 , 0x000043af 
+ 00013829  0x00002a3f copy  0x00000002 , 0x00000039 
+ 00013830  0x00002a40 arg  0x00004392 , 0x00000005 
+ 00013831  0x00002a41 arg  0x000043b0 , 0x00000006 
+ 00013832  0x00002a42 branch  0x00007f01 
+ 00013833  0x00002a44 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00013834  0x00002a45 branch  0x0000360d , 0x00000002 
+ 00013835  0x00002a46 add  0x00000002 , 0x00000037 , 0x00000002 
+ 00013836  0x00002a47 rtn 
+ 00013837  0x00002a49 add  0x00000002 , 0x00000030 , 0x00000002 
+ 00013838  0x00002a4a rtn 
+ 00013839  0x00002a4d fetch  0x00000001 , 0x000047c0 
+ 00013840  0x00002a4e bne  0x000000ff , 0x00003621 
+ 00013841  0x00002a50 fetch  0x00000001 , 0x000047be 
+ 00013842  0x00002a51 bne  0x000000ff , 0x00003624 
+ 00013843  0x00002a53 fetch  0x00000001 , 0x000047c9 
+ 00013844  0x00002a54 bne  0x000000ff , 0x00003626 
+ 00013845  0x00002a56 fetch  0x00000001 , 0x0000472c 
+ 00013846  0x00002a57 copy  0x0000003f , 0x00000039 
+ 00013847  0x00002a58 setarg  0x0000472d 
+ 00013848  0x00002a59 copy  0x0000003f , 0x00000011 
+ 00013849  0x00002a5b copy  0x00000011 , 0x00000006 
+ 00013850  0x00002a5c ifetch  0x00000001 , 0x00000006 
+ 00013851  0x00002a5d copy  0x00000006 , 0x00000011 
+ 00013852  0x00002a5e beq  0x000000ff , 0x0000361f 
+ 00013853  0x00002a5f copy  0x0000003f , 0x00000002 
+ 00013854  0x00002a60 call  0x0000680e 
+ 00013855  0x00002a62 loop  0x00003619 
+ 00013856  0x00002a64 rtn 
+ 00013857  0x00002a66 fetch  0x00000008 , 0x000047c0 
+ 00013858  0x00002a67 store  0x00000008 , 0x0000472f 
+ 00013859  0x00002a68 branch  0x00003611 
+ 00013860  0x00002a6a store  0x00000001 , 0x0000472d 
+ 00013861  0x00002a6b branch  0x00003613 
+ 00013862  0x00002a6d store  0x00000001 , 0x0000472e 
+ 00013863  0x00002a6e branch  0x00003615 
+ 00013864  0x00002a72 arg  0x00000000 , 0x00000011 
+ 00013865  0x00002a73 call  0x000069a6 
+ 00013866  0x00002a74 call  0x000037e4 
+ 00013867  0x00002a75 call  0x00002c7d 
+ 00013868  0x00002a76 branch  0x0000362d 
+ 00013869  0x00002a79 jam  0x00000064 , 0x000047cf 
+ 00013870  0x00002a7a fetch  0x00000001 , 0x000047c9 
+ 00013871  0x00002a7b store  0x00000001 , 0x00004744 
+ 00013872  0x00002a7c branch  0x000068a8 
+ 00013873  0x00002a7f call  0x00006835 
+ 00013874  0x00002a80 branch  0x0000696c 
+ 00013875  0x00002a83 branch  0x0000696c 
+ 00013876  0x00002a88 branch  0x00006978 
+ 00013877  0x00002a8b call  0x00003642 
+ 00013878  0x00002a8c call  0x000037ee 
+ 00013879  0x00002a8d call  0x00003639 
+ 00013880  0x00002a8e branch  0x00003634 
+ 00013881  0x00002a91 fetch  0x00000002 , 0x00004682 
+ 00013882  0x00002a92 rtnbit1  0x00000009 
+ 00013883  0x00002a93 fetch  0x00000001 , 0x000049f6 
+ 00013884  0x00002a94 beq  0x00000001 , 0x0000363e 
+ 00013885  0x00002a95 rtn 
+ 00013886  0x00002a97 fetch  0x00000001 , 0x000047ea 
+ 00013887  0x00002a98 rtneq  0x00000001 
+ 00013888  0x00002a99 jam  0x00000001 , 0x000047ea 
+ 00013889  0x00002a9a branch  0x00003654 
+ 00013890  0x00002a9d fetch  0x00000002 , 0x00004682 
+ 00013891  0x00002a9e rtnbit0  0x00000009 
+ 00013892  0x00002a9f call  0x00005892 
+ 00013893  0x00002aa0 nrtn  0x00000034 
+ 00013894  0x00002aa1 arg  0x00004718 , 0x00000011 
+ 00013895  0x00002aa2 call  0x00007e54 
+ 00013896  0x00002aa3 nrtn  0x00000028 
+ 00013897  0x00002aa4 arg  0x00004718 , 0x00000006 
+ 00013898  0x00002aa5 branch  0x00004746 
+ 00013899  0x00002aa8 copy  0x00000013 , 0x0000003f 
+ 00013900  0x00002aa9 beq  0x0000002d , 0x00003431 
+ 00013901  0x00002aaa beq  0x00000010 , 0x0000341a 
+ 00013902  0x00002aab beq  0x00000014 , 0x00003651 
+ 00013903  0x00002aac beq  0x00000015 , 0x00003660 
+ 00013904  0x00002aad rtn 
+ 00013905  0x00002ab0 setarg  0x00000000 
+ 00013906  0x00002ab1 call  0x00003220 
+ 00013907  0x00002ab2 branch  0x00003656 
+ 00013908  0x00002ab4 fetch  0x00000002 , 0x000047eb 
+ 00013909  0x00002ab5 store  0x00000002 , 0x000047ed 
+ 00013910  0x00002ab7 jam  0x00000014 , 0x000047ce 
+ 00013911  0x00002ab8 jam  0x00000000 , 0x00004091 
+ 00013912  0x00002ab9 call  0x000033f8 
+ 00013913  0x00002aba call  0x00003416 
+ 00013914  0x00002abb fetch  0x00000001 , 0x000047bd 
+ 00013915  0x00002abc beq  0x00000001 , 0x0000365e 
+ 00013916  0x00002abe arg  0x00000000 , 0x00000011 
+ 00013917  0x00002abf branch  0x00007d14 
+ 00013918  0x00002ac1 arg  0x00000000 , 0x00000011 
+ 00013919  0x00002ac2 branch  0x00007d19 
+ 00013920  0x00002ac5 setarg  0x00000002 
+ 00013921  0x00002ac6 call  0x00003220 
+ 00013922  0x00002ac8 setarg  0x00000000 
+ 00013923  0x00002ac9 store  0x00000005 , 0x0000479c 
+ 00013924  0x00002aca setarg  0x00000004 
+ 00013925  0x00002acb call  0x000069d7 
+ 00013926  0x00002acc setarg  0x00000005 
+ 00013927  0x00002acd call  0x000069d7 
+ 00013928  0x00002ace setarg  0x00000014 
+ 00013929  0x00002acf call  0x000069d7 
+ 00013930  0x00002ad0 setarg  0x00000015 
+ 00013931  0x00002ad1 call  0x000069d7 
+ 00013932  0x00002ad2 setarg  0x00000016 
+ 00013933  0x00002ad3 call  0x000069d7 
+ 00013934  0x00002ad4 setarg  0x00000007 
+ 00013935  0x00002ad5 call  0x000069d7 
+ 00013936  0x00002ad6 call  0x00007e38 
+ 00013937  0x00002ad7 jam  0x0000000a , 0x0000475e 
+ 00013938  0x00002ad8 jam  0x0000000a , 0x00004760 
+ 00013939  0x00002ad9 jam  0x0000000a , 0x00004762 
+ 00013940  0x00002adb jam  0x00000002 , 0x00004172 
+ 00013941  0x00002adc arg  0x00000000 , 0x00000011 
+ 00013942  0x00002add call  0x00007d1e 
+ 00013943  0x00002adf setarg  0x00000020 
+ 00013944  0x00002ae0 call  0x000046f0 
+ 00013945  0x00002ae1 branch  0x000033fa 
+ 00013946  0x00002ae5 call  0x0000373b 
+ 00013947  0x00002ae6 call  0x0000373e 
+ 00013948  0x00002ae7 call  0x00003741 
+ 00013949  0x00002ae8 call  0x0000337b 
+ 00013950  0x00002ae9 call  0x000036c8 
+ 00013951  0x00002aea call  0x000036a1 
+ 00013952  0x00002aeb call  0x0000368a 
+ 00013953  0x00002aec call  0x00003683 
+ 00013954  0x00002aed branch  0x0000368f 
+ 00013955  0x00002af0 arg  0x0000479a , 0x00000013 
+ 00013956  0x00002af1 arg  0x00003686 , 0x00000012 
+ 00013957  0x00002af2 branch  0x0000336d 
+ 00013958  0x00002af4 call  0x00003847 
+ 00013959  0x00002af5 nrtn  0x00000001 
+ 00013960  0x00002af6 jam  0x00000001 , 0x0000479b 
+ 00013961  0x00002af7 rtn 
+ 00013962  0x00002afa arg  0x000047ed , 0x00000013 
+ 00013963  0x00002afb arg  0x0000368d , 0x00000012 
+ 00013964  0x00002afc branch  0x00003374 
+ 00013965  0x00002afe jam  0x00000002 , 0x000047ea 
+ 00013966  0x00002aff branch  0x00003662 
+ 00013967  0x00002b02 arg  0x000047f1 , 0x00000013 
+ 00013968  0x00002b03 arg  0x00003692 , 0x00000012 
+ 00013969  0x00002b04 branch  0x0000336d 
+ 00013970  0x00002b06 fetch  0x00000001 , 0x000047f2 
+ 00013971  0x00002b07 branch  0x0000369e , 0x00000034 
+ 00013972  0x00002b08 jam  0x00000002 , 0x000047f1 
+ 00013973  0x00002b09 jam  0x00000000 , 0x000047f2 
+ 00013974  0x00002b0a setarg  0x00000a02 
+ 00013975  0x00002b0b store  0x00000002 , 0x00004752 
+ 00013976  0x00002b0c fetch  0x00000001 , 0x000047b9 
+ 00013977  0x00002b0d beq  0x00000003 , 0x0000369b 
+ 00013978  0x00002b0f branch  0x00003762 
+ 00013979  0x00002b11 setarg  0x00000a02 
+ 00013980  0x00002b12 store  0x00000002 , 0x00004754 
+ 00013981  0x00002b13 branch  0x00003762 
+ 00013982  0x00002b15 setarg  0x00000000 
+ 00013983  0x00002b16 store  0x00000004 , 0x00004752 
+ 00013984  0x00002b17 branch  0x00003762 
+ 00013985  0x00002b1a fetch  0x00000001 , 0x000047c8 
+ 00013986  0x00002b1b rtn  0x00000034 
+ 00013987  0x00002b1c fetch  0x00000002 , 0x00004682 
+ 00013988  0x00002b1d bbit0  0x00000009 , 0x000036c6 
+ 00013989  0x00002b1e arg  0x000047ce , 0x00000013 
+ 00013990  0x00002b1f arg  0x000036a8 , 0x00000012 
+ 00013991  0x00002b20 branch  0x0000336d 
+ 00013992  0x00002b22 fetch  0x00000001 , 0x000047cd 
+ 00013993  0x00002b23 store  0x00000001 , 0x000047ce 
+ 00013994  0x00002b24 fetch  0x00000001 , 0x000047d1 
+ 00013995  0x00002b25 nrtn  0x00000034 
+ 00013996  0x00002b27 call  0x000068eb 
+ 00013997  0x00002b28 call  0x00006908 
+ 00013998  0x00002b29 store  0x00000002 , 0x000047e8 
+ 00013999  0x00002b2a arg  0x000047e2 , 0x00000011 
+ 00014000  0x00002b2b call  0x00006930 
+ 00014001  0x00002b2c fetcht  0x00000001 , 0x000047cf 
+ 00014002  0x00002b2d isub  0x00000002 , 0x0000003e 
+ 00014003  0x00002b2e branch  0x000036b6 , 0x00000002 
+ 00014004  0x00002b2f store  0x00000001 , 0x000047cf 
+ 00014005  0x00002b30 copy  0x0000003f , 0x00000002 
+ 00014006  0x00002b32 storet  0x00000001 , 0x000047d0 
+ 00014007  0x00002b33 fetch  0x00000001 , 0x000047ca 
+ 00014008  0x00002b34 isub  0x00000002 , 0x0000003e 
+ 00014009  0x00002b35 call  0x000036c1 , 0x00000002 
+ 00014010  0x00002b36 storet  0x00000001 , 0x000047db 
+ 00014011  0x00002b37 arg  0x00000006 , 0x00000039 
+ 00014012  0x00002b38 arg  0x000047d6 , 0x00000006 
+ 00014013  0x00002b39 call  0x000036f0 
+ 00014014  0x00002b3a store  0x00000001 , 0x000047dc 
+ 00014015  0x00002b3b arg  0x000047d3 , 0x00000011 
+ 00014016  0x00002b3c branch  0x00007e3d 
+ 00014017  0x00002b3e fetch  0x00000001 , 0x000047d2 
+ 00014018  0x00002b3f nrtn  0x00000034 
+ 00014019  0x00002b40 jam  0x00000001 , 0x000047d2 
+ 00014020  0x00002b41 arg  0x00000001 , 0x00000011 
+ 00014021  0x00002b42 branch  0x00007d1e 
+ 00014022  0x00002b44 arg  0x00000001 , 0x00000011 
+ 00014023  0x00002b45 branch  0x00007d19 
+ 00014024  0x00002b48 arg  0x000047a4 , 0x00000013 
+ 00014025  0x00002b49 arg  0x000036cb , 0x00000012 
+ 00014026  0x00002b4a branch  0x0000336d 
+ 00014027  0x00002b4c jam  0x00000005 , 0x000047a4 
+ 00014028  0x00002b4d jam  0x00000000 , 0x000047a6 
+ 00014029  0x00002b4e fetch  0x00000001 , 0x000047a5 
+ 00014030  0x00002b4f beq  0x00000001 , 0x000036ee 
+ 00014031  0x00002b50 beq  0x00000000 , 0x000036ec 
+ 00014032  0x00002b52 arg  0x0000479c , 0x00000006 
+ 00014033  0x00002b53 copy  0x00000006 , 0x00000011 
+ 00014034  0x00002b54 arg  0x00000008 , 0x00000039 
+ 00014035  0x00002b56 copy  0x00000011 , 0x00000006 
+ 00014036  0x00002b57 ifetch  0x00000001 , 0x00000006 
+ 00014037  0x00002b58 copy  0x00000006 , 0x00000011 
+ 00014038  0x00002b59 beq  0x00000000 , 0x000036e3 
+ 00014039  0x00002b5a beq  0x00000001 , 0x000036e6 
+ 00014040  0x00002b5b beq  0x00000002 , 0x000036e9 
+ 00014041  0x00002b5d fetch  0x00000001 , 0x000047a6 
+ 00014042  0x00002b5e increase  0x00000001 , 0x0000003f 
+ 00014043  0x00002b5f store  0x00000001 , 0x000047a6 
+ 00014044  0x00002b60 loop  0x000036d3 
+ 00014045  0x00002b61 rtn 
+ 00014046  0x00002b63 fetch  0x00000001 , 0x000047a6 
+ 00014047  0x00002b64 arg  0x000047c0 , 0x00000012 
+ 00014048  0x00002b65 iadd  0x00000012 , 0x00000012 
+ 00014049  0x00002b66 ifetcht  0x00000001 , 0x00000012 
+ 00014050  0x00002b67 rtn 
+ 00014051  0x00002b69 call  0x000036de 
+ 00014052  0x00002b6a call  0x00006825 
+ 00014053  0x00002b6b branch  0x000036d9 
+ 00014054  0x00002b6d call  0x000036de 
+ 00014055  0x00002b6e call  0x00006829 
+ 00014056  0x00002b6f branch  0x000036d9 
+ 00014057  0x00002b71 fetch  0x00000001 , 0x000047a5 
+ 00014058  0x00002b72 beq  0x00000001 , 0x000036e3 
+ 00014059  0x00002b73 branch  0x000036e6 
+ 00014060  0x00002b75 jam  0x00000001 , 0x000047a5 
+ 00014061  0x00002b76 branch  0x000036d0 
+ 00014062  0x00002b78 jam  0x00000000 , 0x000047a5 
+ 00014063  0x00002b79 branch  0x000036d0 
+ 00014064  0x00002b7e arg  0x00000000 , 0x00000011 
+ 00014065  0x00002b80 ifetch  0x00000001 , 0x00000006 
+ 00014066  0x00002b81 iadd  0x00000011 , 0x00000011 
+ 00014067  0x00002b82 loop  0x000036f1 
+ 00014068  0x00002b84 and  0x00000011 , 0x000000ff , 0x0000003f 
+ 00014069  0x00002b85 rtn 
+ 00014070  0x00002b88 fetch  0x00000001 , 0x00000477 
+ 00014071  0x00002b89 beq  0x00000012 , 0x000036f9 
+ 00014072  0x00002b8a rtn 
+ 00014073  0x00002b8c fetch  0x00000002 , 0x00000478 
+ 00014074  0x00002b8d beq  0x00000014 , 0x00003710 
+ 00014075  0x00002b8e rtn 
+ 00014076  0x00002b9b bpatch  0x000000d0 , 0x0000401a 
+ 00014077  0x00002b9c ifetch  0x00000005 , 0x00000011 
+ 00014078  0x00002b9d store  0x00000005 , 0x00000b12 
+ 00014079  0x00002b9e fetch  0x00000002 , 0x00000b12 
+ 00014080  0x00002b9f arg  0x00006b5a , 0x00000002 
+ 00014081  0x00002ba0 isub  0x00000002 , 0x0000003e 
+ 00014082  0x00002ba1 nrtn  0x00000005 
+ 00014083  0x00002ba2 fetch  0x00000002 , 0x00000b15 
+ 00014084  0x00002ba3 byteswap  0x0000003f , 0x0000003f 
+ 00014085  0x00002ba4 store  0x00000002 , 0x00000b15 
+ 00014086  0x00002ba5 copy  0x0000003f , 0x00000039 
+ 00014087  0x00002ba6 increase  0x00000005 , 0x00000011 
+ 00014088  0x00002ba7 copy  0x00000011 , 0x00000006 
+ 00014089  0x00002ba8 arg  0x00000b17 , 0x00000005 
+ 00014090  0x00002ba9 call  0x00007f01 
+ 00014091  0x00002baa ifetch  0x00000001 , 0x00000006 
+ 00014092  0x00002bab store  0x00000001 , 0x00000b21 
+ 00014093  0x00002bac arg  0x00000b14 , 0x00000011 
+ 00014094  0x00002bad arg  0x00000b17 , 0x00000012 
+ 00014095  0x00002bae rtn 
+ 00014096  0x00002bb1 setarg  0x00000000 
+ 00014097  0x00002bb2 store  0x00000005 , 0x00004752 
+ 00014098  0x00002bb3 store  0x00000005 , 0x00004757 
+ 00014099  0x00002bb4 call  0x000036fc 
+ 00014100  0x00002bb5 copy  0x00000012 , 0x00000006 
+ 00014101  0x00002bb6 arg  0x00004752 , 0x00000005 
+ 00014102  0x00002bb7 arg  0x0000000a , 0x00000039 
+ 00014103  0x00002bb8 call  0x00007f01 
+ 00014104  0x00002bba bpatch  0x000000d1 , 0x0000401a 
+ 00014105  0x00002bbb ifetch  0x00000001 , 0x00000011 
+ 00014106  0x00002bbc beq  0x00000002 , 0x0000374a 
+ 00014107  0x00002bbd beq  0x00000003 , 0x0000375c 
+ 00014108  0x00002bbe beq  0x00000004 , 0x00003762 
+ 00014109  0x00002bbf beq  0x00000005 , 0x00003762 
+ 00014110  0x00002bc0 beq  0x00000006 , 0x000037b1 
+ 00014111  0x00002bc1 beq  0x00000007 , 0x00003849 
+ 00014112  0x00002bc2 beq  0x00000008 , 0x0000384c 
+ 00014113  0x00002bc3 rtn 
+ 00014114  0x00002bc6 fetch  0x00000002 , 0x00004682 
+ 00014115  0x00002bc7 rtnbit1  0x00000009 
+ 00014116  0x00002bc9 fetch  0x00000002 , 0x000047eb 
+ 00014117  0x00002bca store  0x00000002 , 0x000047ed 
+ 00014118  0x00002bcc jam  0x00000001 , 0x000049f6 
+ 00014119  0x00002bce setarg  0x0000010c 
+ 00014120  0x00002bcf call  0x000032cd 
+ 00014121  0x00002bd0 call  0x00003710 
+ 00014122  0x00002bd2 fetch  0x00000001 , 0x00000b14 
+ 00014123  0x00002bd3 beq  0x00000004 , 0x0000372e 
+ 00014124  0x00002bd4 beq  0x00000005 , 0x0000372e 
+ 00014125  0x00002bd5 rtn 
+ 00014126  0x00002bd7 fetch  0x00000001 , 0x00004752 
+ 00014127  0x00002bd8 ncall  0x00003735 , 0x00000034 
+ 00014128  0x00002bd9 fetch  0x00000001 , 0x00004754 
+ 00014129  0x00002bda ncall  0x00003737 , 0x00000034 
+ 00014130  0x00002bdb fetch  0x00000001 , 0x00004756 
+ 00014131  0x00002bdc ncall  0x00003739 , 0x00000034 
+ 00014132  0x00002bdd rtn 
+ 00014133  0x00002be0 jam  0x00000005 , 0x000049f3 
+ 00014134  0x00002be1 rtn 
+ 00014135  0x00002be3 jam  0x00000005 , 0x000049f4 
+ 00014136  0x00002be4 rtn 
+ 00014137  0x00002be6 jam  0x00000005 , 0x000049f5 
+ 00014138  0x00002be7 rtn 
+ 00014139  0x00002bea arg  0x000049f3 , 0x00000013 
+ 00014140  0x00002beb arg  0x00003744 , 0x00000012 
+ 00014141  0x00002bec branch  0x0000336d 
+ 00014142  0x00002bee arg  0x000049f4 , 0x00000013 
+ 00014143  0x00002bef arg  0x00003746 , 0x00000012 
+ 00014144  0x00002bf0 branch  0x0000336d 
+ 00014145  0x00002bf2 arg  0x000049f5 , 0x00000013 
+ 00014146  0x00002bf3 arg  0x00003748 , 0x00000012 
+ 00014147  0x00002bf4 branch  0x0000336d 
+ 00014148  0x00002bf7 jam  0x00000000 , 0x00004752 
+ 00014149  0x00002bf8 branch  0x00003762 
+ 00014150  0x00002bfa jam  0x00000000 , 0x00004754 
+ 00014151  0x00002bfb branch  0x00003762 
+ 00014152  0x00002bfd jam  0x00000000 , 0x00004756 
+ 00014153  0x00002bfe branch  0x00003762 
+ 00014154  0x00002c04 call  0x0000374c 
+ 00014155  0x00002c05 branch  0x0000374f 
+ 00014156  0x00002c07 fetch  0x00000001 , 0x00004752 
+ 00014157  0x00002c08 store  0x00000001 , 0x0000475f 
+ 00014158  0x00002c09 branch  0x00003773 
+ 00014159  0x00002c0b fetch  0x00000001 , 0x0000475e 
+ 00014160  0x00002c0c call  0x00003754 
+ 00014161  0x00002c0d fetch  0x00000001 , 0x00004753 
+ 00014162  0x00002c0e store  0x00000001 , 0x0000475d 
+ 00014163  0x00002c0f branch  0x00003770 
+ 00014164  0x00002c11 beq  0x00000002 , 0x00003758 
+ 00014165  0x00002c12 beq  0x00000003 , 0x0000375a 
+ 00014166  0x00002c13 store  0x00000001 , 0x0000475e 
+ 00014167  0x00002c14 rtn 
+ 00014168  0x00002c16 jam  0x00000005 , 0x0000475e 
+ 00014169  0x00002c17 rtn 
+ 00014170  0x00002c19 jam  0x0000000a , 0x0000475e 
+ 00014171  0x00002c1a rtn 
+ 00014172  0x00002c1c fetch  0x00000001 , 0x00004752 
+ 00014173  0x00002c1d call  0x00003754 
+ 00014174  0x00002c1e fetch  0x00000001 , 0x0000475e 
+ 00014175  0x00002c1f call  0x0000379e 
+ 00014176  0x00002c20 call  0x000037a1 
+ 00014177  0x00002c21 branch  0x000069c4 
+ 00014178  0x00002c24 fetch  0x00000001 , 0x000047f0 
+ 00014179  0x00002c25 nrtn  0x00000034 
+ 00014180  0x00002c26 fetch  0x00000006 , 0x00004752 
+ 00014181  0x00002c27 store  0x00000006 , 0x0000475d 
+ 00014182  0x00002c28 fetch  0x00000001 , 0x0000475e 
+ 00014183  0x00002c29 fetcht  0x00000001 , 0x00004760 
+ 00014184  0x00002c2a iand  0x00000002 , 0x0000003f 
+ 00014185  0x00002c2b fetcht  0x00000001 , 0x00004762 
+ 00014186  0x00002c2c iand  0x00000002 , 0x0000003f 
+ 00014187  0x00002c2d call  0x00003779 , 0x00000034 
+ 00014188  0x00002c2e bpatch  0x000000d2 , 0x0000401a 
+ 00014189  0x00002c2f call  0x00003770 
+ 00014190  0x00002c30 call  0x00003773 
+ 00014191  0x00002c31 branch  0x00003776 
+ 00014192  0x00002c33 arg  0x00004763 , 0x00000012 
+ 00014193  0x00002c34 arg  0x0000475d , 0x00000006 
+ 00014194  0x00002c35 branch  0x0000377b 
+ 00014195  0x00002c37 arg  0x0000476b , 0x00000012 
+ 00014196  0x00002c38 arg  0x0000475f , 0x00000006 
+ 00014197  0x00002c39 branch  0x0000377b 
+ 00014198  0x00002c3b arg  0x00004773 , 0x00000012 
+ 00014199  0x00002c3c arg  0x00004761 , 0x00000006 
+ 00014200  0x00002c3d branch  0x0000377b 
+ 00014201  0x00002c3f jam  0x00000000 , 0x000047d1 
+ 00014202  0x00002c40 rtn 
+ 00014203  0x00002c43 ifetch  0x00000001 , 0x00000006 
+ 00014204  0x00002c44 beq  0x00000000 , 0x00003787 
+ 00014205  0x00002c45 beq  0x00000001 , 0x00003780 
+ 00014206  0x00002c46 beq  0x00000002 , 0x00003782 
+ 00014207  0x00002c47 rtn 
+ 00014208  0x00002c49 jam  0x00000000 , 0x0000477b 
+ 00014209  0x00002c4a branch  0x00003783 
+ 00014210  0x00002c4c jam  0x00000001 , 0x0000477b 
+ 00014211  0x00002c4d ifetch  0x00000001 , 0x00000006 
+ 00014212  0x00002c4e store  0x00000001 , 0x0000477d 
+ 00014213  0x00002c4f ifetch  0x00000008 , 0x00000012 
+ 00014214  0x00002c50 branch  0x0000378c 
+ 00014215  0x00002c53 ifetch  0x00000001 , 0x00000012 
+ 00014216  0x00002c54 call  0x000069d7 
+ 00014217  0x00002c55 increase  0x00000001 , 0x00000012 
+ 00014218  0x00002c56 ifetch  0x00000001 , 0x00000012 
+ 00014219  0x00002c57 branch  0x000069d7 
+ 00014220  0x00002c59 store  0x00000008 , 0x0000477e 
+ 00014221  0x00002c5a jam  0x00000001 , 0x000047d1 
+ 00014222  0x00002c5b fetch  0x00000001 , 0x0000477b 
+ 00014223  0x00002c5c beq  0x00000000 , 0x0000379a 
+ 00014224  0x00002c5e fetch  0x00000001 , 0x0000477f 
+ 00014225  0x00002c5f store  0x00000001 , 0x00004780 
+ 00014226  0x00002c60 fetch  0x00000001 , 0x0000477e 
+ 00014227  0x00002c62 call  0x000069d7 
+ 00014228  0x00002c63 fetch  0x00000001 , 0x0000477d 
+ 00014229  0x00002c64 call  0x0000379e 
+ 00014230  0x00002c65 store  0x00000001 , 0x00004785 
+ 00014231  0x00002c66 fetch  0x00000006 , 0x00004780 
+ 00014232  0x00002c67 store  0x00000006 , 0x00000a9a 
+ 00014233  0x00002c68 branch  0x000069ae 
+ 00014234  0x00002c6a fetch  0x00000001 , 0x0000477e 
+ 00014235  0x00002c6b store  0x00000001 , 0x00004780 
+ 00014236  0x00002c6c fetch  0x00000001 , 0x0000477f 
+ 00014237  0x00002c6d branch  0x00003793 
+ 00014238  0x00002c70 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00014239  0x00002c71 add  0x0000003f , 0x00000032 , 0x0000003f 
+ 00014240  0x00002c72 rtn 
+ 00014241  0x00002c74 arg  0x00002ee0 , 0x00000002 
+ 00014242  0x00002c75 imul32  0x00000002 , 0x0000003f 
+ 00014243  0x00002c76 div  0x0000003f , 0x00000064 
+ 00014244  0x00002c77 call  0x00007f86 
+ 00014245  0x00002c78 quotient  0x00000002 
+ 00014246  0x00002c79 copy  0x00000002 , 0x00000011 
+ 00014247  0x00002c7a setarg  0x00002ee0 
+ 00014248  0x00002c7b isub  0x00000002 , 0x00000012 
+ 00014249  0x00002c7c rtn 
+ 00014250  0x00002c80 hfetch  0x00000001 , 0x00008082 
+ 00014251  0x00002c81 set1  0x00000002 , 0x0000003f 
+ 00014252  0x00002c82 hstore  0x00000001 , 0x00008082 
+ 00014253  0x00002c83 setarg  0x0000009e 
+ 00014254  0x00002c84 hstore  0x00000002 , 0x00008068 
+ 00014255  0x00002c85 hstore  0x00000002 , 0x0000806a 
+ 00014256  0x00002c86 rtn 
+ 00014257  0x00002c89 fetch  0x00000001 , 0x000047f0 
+ 00014258  0x00002c8a nrtn  0x00000034 
+ 00014259  0x00002c8b fetch  0x00000002 , 0x00004752 
+ 00014260  0x00002c8c store  0x00000002 , 0x00004787 
+ 00014261  0x00002c8d fetch  0x00000001 , 0x000047ea 
+ 00014262  0x00002c8e bne  0x00000001 , 0x000037b9 
+ 00014263  0x00002c8f fetch  0x00000002 , 0x000044a0 
+ 00014264  0x00002c90 store  0x00000002 , 0x00004787 
+ 00014265  0x00002c92 bpatch  0x000000d3 , 0x0000401a 
+ 00014266  0x00002c93 call  0x000037aa 
+ 00014267  0x00002c94 call  0x000037dc 
+ 00014268  0x00002c95 setarg  0x0000bb80 
+ 00014269  0x00002c96 call  0x00002a8f 
+ 00014270  0x00002c97 call  0x000037e0 
+ 00014271  0x00002c98 setarg  0x00001c20 
+ 00014272  0x00002c99 call  0x00002a8f 
+ 00014273  0x00002c9a arg  0x00000010 , 0x00000039 
+ 00014274  0x00002c9c call  0x000037dc 
+ 00014275  0x00002c9d fetch  0x00000002 , 0x00004787 
+ 00014276  0x00002c9e bbit1  0x00000000 , 0x000037c9 
+ 00014277  0x00002c9f setarg  0x00001c20 
+ 00014278  0x00002ca0 call  0x00002a8f 
+ 00014279  0x00002ca1 call  0x000037e0 
+ 00014280  0x00002ca2 branch  0x000037cc 
+ 00014281  0x00002ca5 setarg  0x00003840 
+ 00014282  0x00002ca6 call  0x00002a8f 
+ 00014283  0x00002ca7 call  0x000037e0 
+ 00014284  0x00002ca9 setarg  0x00001c20 
+ 00014285  0x00002caa call  0x00002a8f 
+ 00014286  0x00002cab fetch  0x00000002 , 0x00004787 
+ 00014287  0x00002cac rshift  0x0000003f , 0x0000003f 
+ 00014288  0x00002cad store  0x00000002 , 0x00004787 
+ 00014289  0x00002cae loop  0x000037c2 
+ 00014290  0x00002cb0 jam  0x00000002 , 0x000047f1 
+ 00014291  0x00002cb1 jam  0x00000001 , 0x000047f2 
+ 00014292  0x00002cb2 setarg  0x00000a01 
+ 00014293  0x00002cb3 store  0x00000002 , 0x00004752 
+ 00014294  0x00002cb4 fetch  0x00000001 , 0x000047b9 
+ 00014295  0x00002cb5 beq  0x00000003 , 0x000037d9 
+ 00014296  0x00002cb7 branch  0x00003762 
+ 00014297  0x00002cb9 setarg  0x00000a01 
+ 00014298  0x00002cba store  0x00000002 , 0x00004754 
+ 00014299  0x00002cbb branch  0x00003762 
+ 00014300  0x00002cbe hfetch  0x00000001 , 0x00008085 
+ 00014301  0x00002cbf or_into  0x00000040 , 0x0000003f 
+ 00014302  0x00002cc0 hstore  0x00000001 , 0x00008085 
+ 00014303  0x00002cc1 rtn 
+ 00014304  0x00002cc3 hfetch  0x00000001 , 0x00008085 
+ 00014305  0x00002cc4 and_into  0x000000bf , 0x0000003f 
+ 00014306  0x00002cc5 hstore  0x00000001 , 0x00008085 
+ 00014307  0x00002cc6 rtn 
+ 00014308  0x00002cc9 fetch  0x00000001 , 0x000047bb 
+ 00014309  0x00002cca rtneq  0x00000000 
+ 00014310  0x00002ccb call  0x00002c65 
+ 00014311  0x00002ccc fetcht  0x00000001 , 0x000047bc 
+ 00014312  0x00002ccd storet  0x00000001 , 0x00004786 
+ 00014313  0x00002cce call  0x000067fb 
+ 00014314  0x00002ccf call  0x00003847 
+ 00014315  0x00002cd0 nrtn  0x00000001 
+ 00014316  0x00002cd1 jam  0x00000001 , 0x0000479a 
+ 00014317  0x00002cd2 rtn 
+ 00014318  0x00002cd5 fetch  0x00000001 , 0x000047bb 
+ 00014319  0x00002cd6 rtneq  0x00000000 
+ 00014320  0x00002cd7 fetch  0x00000001 , 0x0000479b 
+ 00014321  0x00002cd8 nrtn  0x00000034 
+ 00014322  0x00002cd9 fetch  0x00000002 , 0x00004682 
+ 00014323  0x00002cda bbit1  0x00000009 , 0x000037f6 
+ 00014324  0x00002cdb fetch  0x00000001 , 0x000047ea 
+ 00014325  0x00002cdc rtnne  0x00000001 
+ 00014326  0x00002cde bpatch  0x000000d4 , 0x0000401a 
+ 00014327  0x00002cdf call  0x00003847 
+ 00014328  0x00002ce0 nrtn  0x00000001 
+ 00014329  0x00002ce1 setarg  0x00008ca0 
+ 00014330  0x00002ce2 call  0x00002a8f 
+ 00014331  0x00002ce3 call  0x00003847 
+ 00014332  0x00002ce4 nrtn  0x00000001 
+ 00014333  0x00002ce5 call  0x0000383f 
+ 00014334  0x00002ce7 call  0x00003842 
+ 00014335  0x00002ce8 nrtn  0x00000002 
+ 00014336  0x00002ce9 call  0x00003847 
+ 00014337  0x00002cea branch  0x000037fe , 0x00000001 
+ 00014338  0x00002ceb arg  0x00000000 , 0x00000011 
+ 00014339  0x00002cec arg  0x00000010 , 0x00000039 
+ 00014340  0x00002ced call  0x0000383f 
+ 00014341  0x00002cef call  0x00003842 
+ 00014342  0x00002cf0 nrtn  0x00000002 
+ 00014343  0x00002cf1 call  0x00003847 
+ 00014344  0x00002cf2 nbranch  0x00003805 , 0x00000001 
+ 00014345  0x00002cf3 setarg  0x00002a30 
+ 00014346  0x00002cf4 call  0x00002a8f 
+ 00014347  0x00002cf5 call  0x00003847 
+ 00014348  0x00002cf6 branch  0x00003812 , 0x00000001 
+ 00014349  0x00002cf8 setarg  0x00000000 
+ 00014350  0x00002cf9 rshift  0x00000011 , 0x00000011 
+ 00014351  0x00002cfa ior  0x00000011 , 0x00000011 
+ 00014352  0x00002cfb loop  0x00003805 
+ 00014353  0x00002cfc branch  0x0000381b 
+ 00014354  0x00002cfe setarg  0x00008000 
+ 00014355  0x00002cff rshift  0x00000011 , 0x00000011 
+ 00014356  0x00002d00 ior  0x00000011 , 0x00000011 
+ 00014357  0x00002d01 call  0x0000383f 
+ 00014358  0x00002d03 call  0x00003842 
+ 00014359  0x00002d04 nrtn  0x00000002 
+ 00014360  0x00002d05 call  0x00003847 
+ 00014361  0x00002d06 branch  0x00003816 , 0x00000001 
+ 00014362  0x00002d07 loop  0x00003805 
+ 00014363  0x00002d09 bpatch  0x000000d5 , 0x0000401a 
+ 00014364  0x00002d0a copy  0x00000011 , 0x0000003f 
+ 00014365  0x00002d0b store  0x00000002 , 0x00004789 
+ 00014366  0x00002d0c store  0x00000002 , 0x00004797 
+ 00014367  0x00002d0d fetch  0x00000001 , 0x000047ea 
+ 00014368  0x00002d0e beq  0x00000001 , 0x00003827 
+ 00014369  0x00002d10 arg  0x00000007 , 0x00000039 
+ 00014370  0x00002d11 arg  0x00004792 , 0x00000006 
+ 00014371  0x00002d12 call  0x000036f0 
+ 00014372  0x00002d13 store  0x00000001 , 0x00004799 
+ 00014373  0x00002d14 arg  0x0000478f , 0x00000011 
+ 00014374  0x00002d15 branch  0x00007e3d 
+ 00014375  0x00002d18 fetch  0x00000001 , 0x000047ef 
+ 00014376  0x00002d19 increase  0x00000001 , 0x0000003f 
+ 00014377  0x00002d1a store  0x00000001 , 0x000047ef 
+ 00014378  0x00002d1b div  0x0000003f , 0x00000002 
+ 00014379  0x00002d1c call  0x00007f86 
+ 00014380  0x00002d1d quotient  0x00000002 
+ 00014381  0x00002d1e remainder  0x0000003f 
+ 00014382  0x00002d1f nbranch  0x00003838 , 0x00000034 
+ 00014383  0x00002d21 fetch  0x00000001 , 0x000047bf 
+ 00014384  0x00002d22 isub  0x00000002 , 0x0000003e 
+ 00014385  0x00002d23 call  0x0000383d , 0x00000005 
+ 00014386  0x00002d24 arg  0x0000479c , 0x0000003f 
+ 00014387  0x00002d25 increase  0xffffffff , 0x00000002 
+ 00014388  0x00002d26 iadd  0x00000002 , 0x00000011 
+ 00014389  0x00002d27 arg  0x00000000 , 0x0000003f 
+ 00014390  0x00002d28 istore  0x00000001 , 0x00000011 
+ 00014391  0x00002d29 rtn 
+ 00014392  0x00002d2b arg  0x0000479c , 0x0000003f 
+ 00014393  0x00002d2c iadd  0x00000002 , 0x00000011 
+ 00014394  0x00002d2d arg  0x00000002 , 0x0000003f 
+ 00014395  0x00002d2e istore  0x00000001 , 0x00000011 
+ 00014396  0x00002d2f rtn 
+ 00014397  0x00002d31 jam  0x00000001 , 0x000047f0 
+ 00014398  0x00002d32 rtn 
+ 00014399  0x00002d34 copy  0x00000022 , 0x0000003f 
+ 00014400  0x00002d35 store  0x00000004 , 0x0000478b 
+ 00014401  0x00002d36 rtn 
+ 00014402  0x00002d38 copy  0x00000022 , 0x0000003f 
+ 00014403  0x00002d39 fetcht  0x00000004 , 0x0000478b 
+ 00014404  0x00002d3a isub  0x00000002 , 0x0000003f 
+ 00014405  0x00002d3b sub  0x0000003f , 0x000000c8 , 0x0000003e 
+ 00014406  0x00002d3c rtn 
+ 00014407  0x00002d3f fetcht  0x00000001 , 0x00004786 
+ 00014408  0x00002d40 branch  0x0000681d 
+ 00014409  0x00002d43 fetch  0x00000008 , 0x00004752 
+ 00014410  0x00002d44 store  0x00000008 , 0x0000479c 
+ 00014411  0x00002d45 rtn 
+ 00014412  0x00002d48 fetch  0x00000001 , 0x000047b9 
+ 00014413  0x00002d49 store  0x00000001 , 0x000047af 
+ 00014414  0x00002d4a fetch  0x00000001 , 0x000047ba 
+ 00014415  0x00002d4b store  0x00000001 , 0x000047b0 
+ 00014416  0x00002d4c fetch  0x00000001 , 0x000047bb 
+ 00014417  0x00002d4d store  0x00000001 , 0x000047b1 
+ 00014418  0x00002d4e arg  0x0000000d , 0x00000039 
+ 00014419  0x00002d4f arg  0x000047aa , 0x00000006 
+ 00014420  0x00002d50 call  0x000036f0 
+ 00014421  0x00002d51 store  0x00000001 , 0x000047b7 
+ 00014422  0x00002d52 arg  0x000047a7 , 0x00000011 
+ 00014423  0x00002d53 branch  0x00007e3d 
+ 00014424  0x00002d5a call  0x000065c2 
+ 00014425  0x00002d5b jam  0x0000007a , 0x000046f6 
+ 00014426  0x00002d5c call  0x0000386d 
+ 00014427  0x00002d5d call  0x00003867 
+ 00014428  0x00002d5e setarg  0x00003860 
+ 00014429  0x00002d5f store  0x00000002 , 0x000041fd 
+ 00014430  0x00002d60 arg  0x00000000 , 0x00000011 
+ 00014431  0x00002d61 branch  0x000069a6 
+ 00014432  0x00002d64 fetch  0x00000002 , 0x000046a1 
+ 00014433  0x00002d65 rtn  0x00000034 
+ 00014434  0x00002d66 increase  0xffffffff , 0x0000003f 
+ 00014435  0x00002d67 store  0x00000002 , 0x000046a1 
+ 00014436  0x00002d68 rtnne  0x00000000 
+ 00014437  0x00002d69 jam  0x00000000 , 0x000046a0 
+ 00014438  0x00002d6a rtn 
+ 00014439  0x00002d6d bpatch  0x000000d6 , 0x0000401a 
+ 00014440  0x00002d6e fetch  0x00000001 , 0x000046a4 
+ 00014441  0x00002d6f sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00014442  0x00002d70 rtn  0x00000002 
+ 00014443  0x00002d71 jam  0x00000000 , 0x000046a4 
+ 00014444  0x00002d72 rtn 
+ 00014445  0x00002d75 arg  0x000046a4 , 0x00000011 
+ 00014446  0x00002d76 arg  0x00000000 , 0x00000012 
+ 00014447  0x00002d77 arg  0x00000051 , 0x00000002 
+ 00014448  0x00002d78 branch  0x000065df 
+ 00014449  0x00002d7c disable  0x00000028 
+ 00014450  0x00002d7d fetch  0x00000001 , 0x000046a3 
+ 00014451  0x00002d7e copy  0x0000003f , 0x00000039 
+ 00014452  0x00002d80 arg  0x000046a5 , 0x00000011 
+ 00014453  0x00002d81 copy  0x00000013 , 0x00000012 
+ 00014454  0x00002d83 bpatch  0x000000d7 , 0x0000401a 
+ 00014455  0x00002d84 call  0x0000387c 
+ 00014456  0x00002d85 branch  0x00007fe7 , 0x00000005 
+ 00014457  0x00002d87 increase  0x00000004 , 0x00000011 
+ 00014458  0x00002d88 loop  0x00003876 
+ 00014459  0x00002d89 rtn 
+ 00014460  0x00002d8d bpatch  0x000000d8 , 0x0000401b 
+ 00014461  0x00002d8e ifetch  0x00000003 , 0x00000011 
+ 00014462  0x00002d8f ifetcht  0x00000003 , 0x00000012 
+ 00014463  0x00002d90 isub  0x00000002 , 0x0000003e 
+ 00014464  0x00002d91 rtn 
+ 00014465  0x00002d94 bpatch  0x000000d9 , 0x0000401b 
+ 00014466  0x00002d95 ifetch  0x00000003 , 0x00000011 
+ 00014467  0x00002d96 ifetcht  0x00000003 , 0x00000012 
+ 00014468  0x00002d97 isub  0x00000002 , 0x0000003e 
+ 00014469  0x00002d98 nrtn  0x00000005 
+ 00014470  0x00002d99 ifetch  0x00000001 , 0x00000006 
+ 00014471  0x00002d9a sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00014472  0x00002d9b rtn  0x00000005 
+ 00014473  0x00002d9c add  0x00000011 , 0x00000003 , 0x00000006 
+ 00014474  0x00002d9d ifetcht  0x00000001 , 0x00000006 
+ 00014475  0x00002d9e isub  0x00000002 , 0x0000003e 
+ 00014476  0x00002d9f rtn 
+ 00014477  0x00002da3 bpatch  0x000000da , 0x0000401b 
+ 00014478  0x00002da4 disable  0x00000028 
+ 00014479  0x00002da5 fetch  0x00000001 , 0x000046a3 
+ 00014480  0x00002da6 copy  0x0000003f , 0x00000039 
+ 00014481  0x00002da8 arg  0x000046a5 , 0x00000011 
+ 00014482  0x00002da9 copy  0x00000013 , 0x00000012 
+ 00014483  0x00002dab call  0x00003881 
+ 00014484  0x00002dac branch  0x00007fe7 , 0x00000005 
+ 00014485  0x00002dad increase  0x00000004 , 0x00000011 
+ 00014486  0x00002dae loop  0x00003893 
+ 00014487  0x00002daf rtn 
+ 00014488  0x00002db3 fetch  0x00000001 , 0x00000004 
+ 00014489  0x00002db4 increase  0x00000001 , 0x0000003f 
+ 00014490  0x00002db5 store  0x00000001 , 0x00000004 
+ 00014491  0x00002db6 arg  0x000002e5 , 0x00000013 
+ 00014492  0x00002db9 ifetch  0x00000002 , 0x00000013 
+ 00014493  0x00002dba arg  0x000055aa , 0x00000002 
+ 00014494  0x00002dbb isub  0x00000002 , 0x0000003e 
+ 00014495  0x00002dbc nrtn  0x00000005 
+ 00014496  0x00002dbd copy  0x00000006 , 0x00000013 
+ 00014497  0x00002dbe ifetcht  0x00000003 , 0x00000013 
+ 00014498  0x00002dbf setarg  0x00ffffff 
+ 00014499  0x00002dc0 isub  0x00000002 , 0x0000003e 
+ 00014500  0x00002dc1 branch  0x000038a8 , 0x00000005 
+ 00014501  0x00002dc2 call  0x0000388d 
+ 00014502  0x00002dc3 branch  0x000038a8 , 0x00000028 
+ 00014503  0x00002dc4 rtn 
+ 00014504  0x00002dc7 bpatch  0x000000db , 0x0000401b 
+ 00014505  0x00002dc8 increase  0x00000004 , 0x00000013 
+ 00014506  0x00002dc9 ifetch  0x00000001 , 0x00000013 
+ 00014507  0x00002dca fetcht  0x00000001 , 0x000046f6 
+ 00014508  0x00002dcb isub  0x00000002 , 0x0000003e 
+ 00014509  0x00002dcc rtn  0x00000005 
+ 00014510  0x00002dcd store  0x00000001 , 0x000046f6 
+ 00014511  0x00002dce fetch  0x00000001 , 0x00000003 
+ 00014512  0x00002dcf increase  0x00000001 , 0x0000003f 
+ 00014513  0x00002dd0 store  0x00000001 , 0x00000003 
+ 00014514  0x00002dd2 increase  0x00000001 , 0x00000013 
+ 00014515  0x00002dd3 ifetch  0x00000001 , 0x00000013 
+ 00014516  0x00002dd4 store  0x00000001 , 0x000046f5 
+ 00014517  0x00002dd5 copy  0x0000003f , 0x00000039 
+ 00014518  0x00002dd6 rtn  0x00000034 
+ 00014519  0x00002dd8 ifetch  0x00000001 , 0x00000006 
+ 00014520  0x00002dd9 beq  0x00000000 , 0x000038c2 
+ 00014521  0x00002dda beq  0x00000001 , 0x000038cf 
+ 00014522  0x00002ddb beq  0x00000002 , 0x000038d4 
+ 00014523  0x00002ddc beq  0x00000003 , 0x000038d9 
+ 00014524  0x00002ddd beq  0x00000004 , 0x000038de 
+ 00014525  0x00002dde beq  0x00000005 , 0x000038e3 
+ 00014526  0x00002ddf beq  0x00000006 , 0x000038e8 
+ 00014527  0x00002de0 beq  0x000000ff , 0x000038ea 
+ 00014528  0x00002de1 loop  0x000038b7 
+ 00014529  0x00002de2 rtn 
+ 00014530  0x00002de5 copy  0x00000006 , 0x00000013 
+ 00014531  0x00002de6 fetch  0x00000001 , 0x0000469a 
+ 00014532  0x00002de7 store  0x00000001 , 0x00000a9a 
+ 00014533  0x00002de8 arg  0x00000000 , 0x00000002 
+ 00014534  0x00002dea storet  0x00000001 , 0x00000a9b 
+ 00014535  0x00002deb setarg  0x00002710 
+ 00014536  0x00002dec store  0x00000003 , 0x00000a9c 
+ 00014537  0x00002ded ifetch  0x00000001 , 0x00000013 
+ 00014538  0x00002dee store  0x00000001 , 0x00000a9f 
+ 00014539  0x00002def call  0x000069ae 
+ 00014540  0x00002df0 and  0x00000013 , 0x00000001 , 0x00000006 
+ 00014541  0x00002df1 loop  0x000038b7 
+ 00014542  0x00002df2 rtn 
+ 00014543  0x00002df4 copy  0x00000013 , 0x00000006 
+ 00014544  0x00002df5 fetch  0x00000001 , 0x0000469b 
+ 00014545  0x00002df6 store  0x00000001 , 0x00000a9a 
+ 00014546  0x00002df7 arg  0x00000001 , 0x00000002 
+ 00014547  0x00002df8 branch  0x000038c6 
+ 00014548  0x00002dfa copy  0x00000013 , 0x00000006 
+ 00014549  0x00002dfb fetch  0x00000001 , 0x0000469c 
+ 00014550  0x00002dfc store  0x00000001 , 0x00000a9a 
+ 00014551  0x00002dfd arg  0x00000002 , 0x00000002 
+ 00014552  0x00002dfe branch  0x000038c6 
+ 00014553  0x00002e00 copy  0x00000013 , 0x00000006 
+ 00014554  0x00002e01 fetch  0x00000001 , 0x0000469d 
+ 00014555  0x00002e02 store  0x00000001 , 0x00000a9a 
+ 00014556  0x00002e03 arg  0x00000003 , 0x00000002 
+ 00014557  0x00002e04 branch  0x000038c6 
+ 00014558  0x00002e06 copy  0x00000013 , 0x00000006 
+ 00014559  0x00002e07 fetch  0x00000001 , 0x0000469e 
+ 00014560  0x00002e08 store  0x00000001 , 0x00000a9a 
+ 00014561  0x00002e09 arg  0x00000004 , 0x00000002 
+ 00014562  0x00002e0a branch  0x000038c6 
+ 00014563  0x00002e0c copy  0x00000013 , 0x00000006 
+ 00014564  0x00002e0d fetch  0x00000001 , 0x0000469f 
+ 00014565  0x00002e0e store  0x00000001 , 0x00000a9a 
+ 00014566  0x00002e0f arg  0x00000005 , 0x00000002 
+ 00014567  0x00002e10 branch  0x000038c6 
+ 00014568  0x00002e13 ifetch  0x00000001 , 0x00000006 
+ 00014569  0x00002e14 rtn 
+ 00014570  0x00002e17 copy  0x00000006 , 0x00000013 
+ 00014571  0x00002e18 fetch  0x00000001 , 0x000046a0 
+ 00014572  0x00002e19 bne  0x00000001 , 0x000038ee 
+ 00014573  0x00002e1a call  0x000038f0 
+ 00014574  0x00002e1c and  0x00000013 , 0x00000004 , 0x00000006 
+ 00014575  0x00002e1d rtn 
+ 00014576  0x00002e1f bpatch  0x000000dc , 0x0000401b 
+ 00014577  0x00002e20 call  0x00003871 
+ 00014578  0x00002e21 branch  0x000038fe , 0x00000028 
+ 00014579  0x00002e22 fetch  0x00000001 , 0x000046a4 
+ 00014580  0x00002e23 copy  0x0000003f , 0x00000002 
+ 00014581  0x00002e24 increase  0x00000001 , 0x0000003f 
+ 00014582  0x00002e25 store  0x00000001 , 0x000046a4 
+ 00014583  0x00002e26 call  0x00003867 
+ 00014584  0x00002e27 lshift2  0x00000002 , 0x00000002 
+ 00014585  0x00002e28 setarg  0x000046a5 
+ 00014586  0x00002e29 iadd  0x00000002 , 0x00000005 
+ 00014587  0x00002e2a ifetch  0x00000004 , 0x00000013 
+ 00014588  0x00002e2b istore  0x00000004 , 0x00000005 
+ 00014589  0x00002e2c branch  0x00003903 
+ 00014590  0x00002e2e add  0x00000013 , 0x00000003 , 0x00000006 
+ 00014591  0x00002e2f ifetch  0x00000001 , 0x00000006 
+ 00014592  0x00002e30 rtn  0x00000034 
+ 00014593  0x00002e31 ifetch  0x00000004 , 0x00000013 
+ 00014594  0x00002e32 istore  0x00000004 , 0x00000011 
+ 00014595  0x00002e34 arg  0x000046a4 , 0x00000011 
+ 00014596  0x00002e35 arg  0x00000000 , 0x00000012 
+ 00014597  0x00002e36 arg  0x00000051 , 0x00000002 
+ 00014598  0x00002e37 branch  0x00006606 
+ 00014599  0x00002e3f fetcht  0x00000001 , 0x0000469a 
+ 00014600  0x00002e40 call  0x00006825 
+ 00014601  0x00002e41 rtn 
+ 00014602  0x00002e47 fetcht  0x00000001 , 0x0000469a 
+ 00014603  0x00002e48 call  0x00006829 
+ 00014604  0x00002e4b fetcht  0x00000001 , 0x0000469a 
+ 00014605  0x00002e4c call  0x00006825 
+ 00014606  0x00002e4f call  0x0000391d 
+ 00014607  0x00002e51 fetch  0x00000001 , 0x000046a7 
+ 00014608  0x00002e52 nrtn  0x00000034 
+ 00014609  0x00002e54 call  0x00002c29 
+ 00014610  0x00002e55 hfetch  0x00000004 , 0x00008138 
+ 00014611  0x00002e56 set0  0x0000000f , 0x0000003f 
+ 00014612  0x00002e57 hstore  0x00000004 , 0x0000804c 
+ 00014613  0x00002e58 call  0x00002c21 
+ 00014614  0x00002e59 arg  0xffffffff , 0x00000002 
+ 00014615  0x00002e5a branch  0x00002b2a 
+ 00014616  0x00002e5d fetch  0x00000001 , 0x000046a7 
+ 00014617  0x00002e5e branch  0x000056f9 , 0x00000034 
+ 00014618  0x00002e5f increase  0xffffffff , 0x0000003f 
+ 00014619  0x00002e60 store  0x00000001 , 0x000046a7 
+ 00014620  0x00002e61 branch  0x000056f9 
+ 00014621  0x00002e64 mul32  0x0000003f , 0x00000014 , 0x0000003f 
+ 00014622  0x00002e65 arg  0x000046a8 , 0x00000006 
+ 00014623  0x00002e66 iadd  0x00000006 , 0x00000006 
+ 00014624  0x00002e67 ifetch  0x00000001 , 0x00000006 
+ 00014625  0x00002e68 rtn  0x00000034 
+ 00014626  0x00002e69 copy  0x0000003f , 0x00000011 
+ 00014627  0x00002e6a copy  0x00000011 , 0x00000039 
+ 00014628  0x00002e6b arg  0x00004372 , 0x00000005 
+ 00014629  0x00002e6c call  0x00007f01 
+ 00014630  0x00002e6d copy  0x00000011 , 0x0000003f 
+ 00014631  0x00002e6e increase  0x00000002 , 0x0000003f 
+ 00014632  0x00002e6f store  0x00000001 , 0x0000436f 
+ 00014633  0x00002e70 rtn 
+ 00014634  0x00002e79 rtn  0x0000002b 
+ 00014635  0x00002e7a call  0x000057a3 
+ 00014636  0x00002e7b call  0x000068a8 
+ 00014637  0x00002e7c setarg  0x00003982 
+ 00014638  0x00002e7d store  0x00000002 , 0x000041f3 
+ 00014639  0x00002e7e setarg  0x0000396e 
+ 00014640  0x00002e7f store  0x00000002 , 0x000041f1 
+ 00014641  0x00002e80 setarg  0x00003986 
+ 00014642  0x00002e81 store  0x00000002 , 0x000041f5 
+ 00014643  0x00002e82 setarg  0x0000396d 
+ 00014644  0x00002e83 store  0x00000002 , 0x000041ef 
+ 00014645  0x00002e84 setarg  0x00003969 
+ 00014646  0x00002e85 store  0x00000002 , 0x000041e9 
+ 00014647  0x00002e86 setarg  0x00003ab7 
+ 00014648  0x00002e87 store  0x00000002 , 0x000041fb 
+ 00014649  0x00002e88 setarg  0x00003c32 
+ 00014650  0x00002e89 store  0x00000002 , 0x0000456f 
+ 00014651  0x00002e8a setarg  0x00003cc2 
+ 00014652  0x00002e8b store  0x00000002 , 0x000041f9 
+ 00014653  0x00002e8c setarg  0x00003cd7 
+ 00014654  0x00002e8d store  0x00000002 , 0x000041fd 
+ 00014655  0x00002e8f call  0x0000397f 
+ 00014656  0x00002e90 bpatch  0x000000dd , 0x0000401b 
+ 00014657  0x00002e91 call  0x00003945 
+ 00014658  0x00002e92 call  0x00003964 
+ 00014659  0x00002e93 call  0x00002c6f 
+ 00014660  0x00002e94 branch  0x00003c48 
+ 00014661  0x00002e98 fetch  0x00000004 , 0x000046aa 
+ 00014662  0x00002e99 hstore  0x00000004 , 0x00008054 
+ 00014663  0x00002e9b fetch  0x00000004 , 0x000046ae 
+ 00014664  0x00002e9c hstore  0x00000004 , 0x0000805a 
+ 00014665  0x00002e9e hfetch  0x00000001 , 0x00008081 
+ 00014666  0x00002e9f or_into  0x00000004 , 0x0000003f 
+ 00014667  0x00002ea0 and_into  0x000000fc , 0x0000003f 
+ 00014668  0x00002ea1 hstore  0x00000001 , 0x00008081 
+ 00014669  0x00002ea2 jam  0x00000000 , 0x00008062 
+ 00014670  0x00002ea4 fetch  0x00000002 , 0x000046aa 
+ 00014671  0x00002ea5 hstore  0x00000002 , 0x00008058 
+ 00014672  0x00002ea6 fetch  0x00000002 , 0x000046ae 
+ 00014673  0x00002ea7 hstore  0x00000002 , 0x0000805e 
+ 00014674  0x00002ea8 hstore  0x00000002 , 0x00008060 
+ 00014675  0x00002eaa hfetch  0x00000004 , 0x00008078 
+ 00014676  0x00002eab set1  0x00000007 , 0x0000003f 
+ 00014677  0x00002eac hstore  0x00000004 , 0x00008078 
+ 00014678  0x00002eae hfetch  0x00000002 , 0x00008050 
+ 00014679  0x00002eaf set0  0x0000000f , 0x0000003f 
+ 00014680  0x00002eb0 hstore  0x00000002 , 0x00008050 
+ 00014681  0x00002eb1 call  0x000066ce 
+ 00014682  0x00002eb2 jam  0x00000000 , 0x00008043 
+ 00014683  0x00002eb3 jam  0x00000081 , 0x00008062 
+ 00014684  0x00002eb5 fetch  0x00000001 , 0x000046bf 
+ 00014685  0x00002eb6 isolate1  0x00000000 , 0x0000003f 
+ 00014686  0x00002eb7 hfetcht  0x00000001 , 0x00008062 
+ 00014687  0x00002eb8 setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00014688  0x00002eb9 hstoret  0x00000001 , 0x00008062 
+ 00014689  0x00002eba rtn 
+ 00014690  0x00002ebf call  0x0000397f 
+ 00014691  0x00002ec0 branch  0x00003945 
+ 00014692  0x00002ec8 fetcht  0x00000001 , 0x0000469e 
+ 00014693  0x00002ec9 call  0x0000680e 
+ 00014694  0x00002eca call  0x000039e6 
+ 00014695  0x00002ecc fetcht  0x00000001 , 0x0000469c 
+ 00014696  0x00002ecd branch  0x000067fb 
+ 00014697  0x00002ed0 fetcht  0x00000001 , 0x0000469c 
+ 00014698  0x00002ed1 call  0x0000681d 
+ 00014699  0x00002ed2 nbranch  0x000033d2 , 0x00000001 
+ 00014700  0x00002ed3 branch  0x000033d0 
+ 00014701  0x00002ed7 rtn 
+ 00014702  0x00002eda call  0x00003970 
+ 00014703  0x00002edb branch  0x00003ce9 
+ 00014704  0x00002ede fetch  0x00000001 , 0x00004682 
+ 00014705  0x00002edf bbit0  0x00000004 , 0x0000397f 
+ 00014706  0x00002ee0 bpatch  0x000000de , 0x0000401b 
+ 00014707  0x00002ee1 setarg  0x00003eff 
+ 00014708  0x00002ee2 fetcht  0x00000004 , 0x000046c5 
+ 00014709  0x00002ee3 iadd  0x00000002 , 0x00000002 
+ 00014710  0x00002ee4 copy  0x00000022 , 0x0000003f 
+ 00014711  0x00002ee5 isub  0x00000002 , 0x0000003e 
+ 00014712  0x00002ee6 nrtn  0x00000002 
+ 00014713  0x00002ee7 fetch  0x00000002 , 0x00004682 
+ 00014714  0x00002ee8 bbit1  0x00000005 , 0x0000397f 
+ 00014715  0x00002ee9 fetch  0x00000001 , 0x000046bf 
+ 00014716  0x00002eea rtnbit1  0x00000006 
+ 00014717  0x00002eeb call  0x00003cec 
+ 00014718  0x00002eec call  0x0000340e 
+ 00014719  0x00002eee copy  0x00000022 , 0x0000003f 
+ 00014720  0x00002eef store  0x00000004 , 0x000046c5 
+ 00014721  0x00002ef0 rtn 
+ 00014722  0x00002ef4 call  0x00003ce9 
+ 00014723  0x00002ef5 call  0x0000526e 
+ 00014724  0x00002ef6 nrtn  0x00000034 
+ 00014725  0x00002ef7 branch  0x000039eb 
+ 00014726  0x00002efb copy  0x00000013 , 0x0000003f 
+ 00014727  0x00002efc beq  0x00000001 , 0x000039d4 
+ 00014728  0x00002efd beq  0x00000002 , 0x000039a3 
+ 00014729  0x00002efe beq  0x00000004 , 0x000039d7 
+ 00014730  0x00002eff beq  0x00000005 , 0x000039c4 
+ 00014731  0x00002f00 beq  0x00000008 , 0x000039aa 
+ 00014732  0x00002f01 beq  0x00000009 , 0x000039b1 
+ 00014733  0x00002f02 beq  0x0000000a , 0x000039c9 
+ 00014734  0x00002f03 beq  0x0000000b , 0x000039b6 
+ 00014735  0x00002f04 beq  0x0000000c , 0x000039c2 
+ 00014736  0x00002f05 beq  0x00000013 , 0x000039d7 
+ 00014737  0x00002f06 beq  0x00000014 , 0x000039cf 
+ 00014738  0x00002f07 beq  0x00000015 , 0x000039c6 
+ 00014739  0x00002f08 beq  0x00000021 , 0x000039ca 
+ 00014740  0x00002f09 beq  0x00000023 , 0x000039cb 
+ 00014741  0x00002f0a beq  0x00000024 , 0x000039ce 
+ 00014742  0x00002f0b beq  0x00000030 , 0x00003c8a 
+ 00014743  0x00002f0c beq  0x00000031 , 0x00003c8c 
+ 00014744  0x00002f0d beq  0x00000032 , 0x00003c9a 
+ 00014745  0x00002f0e beq  0x00000033 , 0x00003c98 
+ 00014746  0x00002f0f beq  0x00000034 , 0x00003c84 
+ 00014747  0x00002f10 beq  0x00000035 , 0x00003c73 
+ 00014748  0x00002f11 beq  0x00000036 , 0x00003c82 
+ 00014749  0x00002f12 beq  0x00000037 , 0x00003c8e 
+ 00014750  0x00002f13 beq  0x00000038 , 0x00003c90 
+ 00014751  0x00002f14 beq  0x0000003b , 0x00003ca1 
+ 00014752  0x00002f15 beq  0x0000003d , 0x00003c6a 
+ 00014753  0x00002f16 beq  0x00000041 , 0x000039d9 
+ 00014754  0x00002f17 rtn 
+ 00014755  0x00002f1b call  0x0000397f 
+ 00014756  0x00002f1c fetch  0x00000001 , 0x00004665 
+ 00014757  0x00002f1d ncall  0x00003c8e , 0x00000034 
+ 00014758  0x00002f1e call  0x000039d7 
+ 00014759  0x00002f1f fetch  0x00000002 , 0x00004682 
+ 00014760  0x00002f20 rtnbit0  0x00000004 
+ 00014761  0x00002f21 branch  0x000039b1 
+ 00014762  0x00002f24 fetch  0x00000002 , 0x00004682 
+ 00014763  0x00002f25 set1  0x00000004 , 0x0000003f 
+ 00014764  0x00002f26 store  0x00000002 , 0x00004682 
+ 00014765  0x00002f27 fetch  0x00000001 , 0x000046a7 
+ 00014766  0x00002f28 store  0x00000001 , 0x00004172 
+ 00014767  0x00002f29 call  0x000039e6 
+ 00014768  0x00002f2a branch  0x00003c1d 
+ 00014769  0x00002f2f fetch  0x00000002 , 0x00004682 
+ 00014770  0x00002f30 rtnbit0  0x00000004 
+ 00014771  0x00002f31 set0  0x00000004 , 0x0000003f 
+ 00014772  0x00002f32 store  0x00000002 , 0x00004682 
+ 00014773  0x00002f33 branch  0x00003c21 
+ 00014774  0x00002f39 call  0x0000397f 
+ 00014775  0x00002f3c fetch  0x00000002 , 0x00004042 
+ 00014776  0x00002f3d rshift  0x0000003f , 0x0000003f 
+ 00014777  0x00002f3e fetcht  0x00000002 , 0x000041e3 
+ 00014778  0x00002f3f isub  0x00000002 , 0x0000003e 
+ 00014779  0x00002f40 nbranch  0x000039bd , 0x00000005 
+ 00014780  0x00002f41 branch  0x00003416 
+ 00014781  0x00002f43 fetch  0x00000001 , 0x000046bf 
+ 00014782  0x00002f44 rtnbit1  0x00000005 
+ 00014783  0x00002f45 hfetch  0x00000002 , 0x00008112 
+ 00014784  0x00002f46 ncall  0x00003cf0 , 0x00000034 
+ 00014785  0x00002f47 branch  0x0000340c 
+ 00014786  0x00002f4a call  0x00003cee 
+ 00014787  0x00002f4b branch  0x00003418 
+ 00014788  0x00002f4e call  0x0000397f 
+ 00014789  0x00002f4f branch  0x000039dd 
+ 00014790  0x00002f52 call  0x00005816 
+ 00014791  0x00002f53 call  0x000039d7 
+ 00014792  0x00002f54 branch  0x00003c23 
+ 00014793  0x00002f57 branch  0x000033dd 
+ 00014794  0x00002f5b branch  0x00003cee 
+ 00014795  0x00002f5f fetch  0x00000001 , 0x000046bf 
+ 00014796  0x00002f60 bbit0  0x00000005 , 0x0000340e 
+ 00014797  0x00002f61 branch  0x00003cf2 
+ 00014798  0x00002f65 branch  0x00003cf2 
+ 00014799  0x00002f69 call  0x000058ba 
+ 00014800  0x00002f6a call  0x000039dd 
+ 00014801  0x00002f6b fetch  0x00000001 , 0x000046a8 
+ 00014802  0x00002f6c store  0x00000001 , 0x00004172 
+ 00014803  0x00002f6d branch  0x00003c1f 
+ 00014804  0x00002f71 jam  0x00000000 , 0x00004661 
+ 00014805  0x00002f72 call  0x00003cee 
+ 00014806  0x00002f73 branch  0x00003cf2 
+ 00014807  0x00002f78 call  0x00003a52 
+ 00014808  0x00002f79 branch  0x000039db 
+ 00014809  0x00002f7d call  0x00005cc9 
+ 00014810  0x00002f7e branch  0x00005b02 
+ 00014811  0x00002f82 fetcht  0x00000001 , 0x0000469e 
+ 00014812  0x00002f83 branch  0x00006829 
+ 00014813  0x00002f86 call  0x000039df 
+ 00014814  0x00002f87 branch  0x000039e6 
+ 00014815  0x00002f8a fetch  0x00000001 , 0x000046a1 
+ 00014816  0x00002f8b isolate1  0x00000000 , 0x0000003f 
+ 00014817  0x00002f8c call  0x000033f0 , 0x00000001 
+ 00014818  0x00002f8d fetch  0x00000001 , 0x000046a1 
+ 00014819  0x00002f8e isolate1  0x00000001 , 0x0000003f 
+ 00014820  0x00002f8f call  0x000033f8 , 0x00000001 
+ 00014821  0x00002f90 rtn 
+ 00014822  0x00002f92 fetcht  0x00000001 , 0x0000469e 
+ 00014823  0x00002f93 branch  0x00006825 
+ 00014824  0x00002f96 fetch  0x00000001 , 0x0000456b 
+ 00014825  0x00002f97 rtneq  0x00000000 
+ 00014826  0x00002f98 branch  0x00006c28 
+ 00014827  0x00002f9b hfetch  0x00000001 , 0x0000810c 
+ 00014828  0x00002f9c bbit1  0x00000003 , 0x000039e8 
+ 00014829  0x00002f9d call  0x000066cb 
+ 00014830  0x00002f9e ifetch  0x00000001 , 0x00000003 
+ 00014831  0x00002f9f bne  0x00000001 , 0x00003a01 
+ 00014832  0x00002fa0 hfetch  0x00000002 , 0x00008112 
+ 00014833  0x00002fa1 sub  0x0000003f , 0x00000002 , 0x0000003e 
+ 00014834  0x00002fa2 rtn  0x00000002 
+ 00014835  0x00002fa3 ifetch  0x00000001 , 0x00000003 
+ 00014836  0x00002fa4 store  0x00000001 , 0x00000b03 
+ 00014837  0x00002fa5 ifetcht  0x00000001 , 0x00000003 
+ 00014838  0x00002fa6 copy  0x00000003 , 0x00000011 
+ 00014839  0x00002fa7 storet  0x00000001 , 0x00000b04 
+ 00014840  0x00002fa8 add  0x00000002 , 0x00000003 , 0x00000002 
+ 00014841  0x00002fa9 hfetch  0x00000002 , 0x00008112 
+ 00014842  0x00002faa isub  0x00000002 , 0x00000002 
+ 00014843  0x00002fab nrtn  0x00000002 
+ 00014844  0x00002fac jam  0x00000001 , 0x00000b05 
+ 00014845  0x00002fad call  0x00003a17 
+ 00014846  0x00002fae fetch  0x00000001 , 0x00000b05 
+ 00014847  0x00002faf rtneq  0x00000000 
+ 00014848  0x00002fb0 branch  0x00003a12 
+ 00014849  0x00002fb3 call  0x00007ec1 
+ 00014850  0x00002fb4 call  0x00003c79 
+ 00014851  0x00002fb5 branch  0x00003a04 
+ 00014852  0x00002fb9 bpatch  0x000000df , 0x0000401b 
+ 00014853  0x00002fba hfetch  0x00000002 , 0x00008112 
+ 00014854  0x00002fbb rtn  0x00000034 
+ 00014855  0x00002fbc call  0x000066cb 
+ 00014856  0x00002fbd ifetch  0x00000001 , 0x00000003 
+ 00014857  0x00002fbe sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00014858  0x00002fbf ncall  0x00003a16 , 0x00000005 
+ 00014859  0x00002fc0 nbranch  0x00003a04 , 0x00000005 
+ 00014860  0x00002fc1 ifetch  0x00000001 , 0x00000003 
+ 00014861  0x00002fc2 rtneq  0x00000005 
+ 00014862  0x00002fc3 rtneq  0x00000029 
+ 00014863  0x00002fc4 increase  0xffffffff , 0x00000003 
+ 00014864  0x00002fc5 call  0x00003a16 
+ 00014865  0x00002fc6 branch  0x00003a04 
+ 00014866  0x00002fc9 call  0x000066cb 
+ 00014867  0x00002fca increase  0x00000002 , 0x00000003 
+ 00014868  0x00002fcb ifetch  0x00000001 , 0x00000003 
+ 00014869  0x00002fcc iadd  0x00000003 , 0x00000003 
+ 00014870  0x00002fce branch  0x000066c8 
+ 00014871  0x00002fd2 bpatch  0x000000e0 , 0x0000401c 
+ 00014872  0x00002fd3 fetch  0x00000001 , 0x00000b03 
+ 00014873  0x00002fd4 beq  0x00000000 , 0x00003a3f 
+ 00014874  0x00002fd5 beq  0x00000001 , 0x00003a44 
+ 00014875  0x00002fd6 beq  0x00000002 , 0x00003a49 
+ 00014876  0x00002fd7 beq  0x00000003 , 0x00003a5f 
+ 00014877  0x00002fd8 beq  0x00000004 , 0x00003a6b 
+ 00014878  0x00002fd9 beq  0x00000005 , 0x00003a75 
+ 00014879  0x00002fda beq  0x00000009 , 0x00003a9a 
+ 00014880  0x00002fdb beq  0x0000000b , 0x00003ad7 
+ 00014881  0x00002fdc beq  0x0000000c , 0x00003ad8 
+ 00014882  0x00002fdd beq  0x0000000d , 0x00003aec 
+ 00014883  0x00002fde beq  0x0000000e , 0x00003af4 
+ 00014884  0x00002fdf beq  0x0000000f , 0x00003afa 
+ 00014885  0x00002fe0 beq  0x00000010 , 0x00003b06 
+ 00014886  0x00002fe1 beq  0x00000011 , 0x00003b0e 
+ 00014887  0x00002fe2 beq  0x00000012 , 0x00003b12 
+ 00014888  0x00002fe3 beq  0x00000026 , 0x00003b16 
+ 00014889  0x00002fe4 beq  0x00000028 , 0x00003b1d 
+ 00014890  0x00002fe5 beq  0x00000029 , 0x00003b2d 
+ 00014891  0x00002fe6 beq  0x0000002a , 0x00003b36 
+ 00014892  0x00002fe7 beq  0x0000002b , 0x00003b69 
+ 00014893  0x00002fe8 beq  0x0000002c , 0x00003b6f 
+ 00014894  0x00002fe9 beq  0x00000030 , 0x00003b76 
+ 00014895  0x00002fea beq  0x00000031 , 0x00003b7c 
+ 00014896  0x00002feb beq  0x00000032 , 0x00003b90 
+ 00014897  0x00002fec beq  0x00000033 , 0x00003b98 
+ 00014898  0x00002fed beq  0x00000034 , 0x00003bbb 
+ 00014899  0x00002fee beq  0x00000035 , 0x00003bc4 
+ 00014900  0x00002fef beq  0x00000036 , 0x00003bcd 
+ 00014901  0x00002ff0 beq  0x00000037 , 0x00003bd7 
+ 00014902  0x00002ff1 beq  0x00000038 , 0x00003bda 
+ 00014903  0x00002ff2 beq  0x00000040 , 0x00003be2 
+ 00014904  0x00002ff3 beq  0x00000042 , 0x00003bec 
+ 00014905  0x00002ff4 beq  0x00000048 , 0x00003bf1 
+ 00014906  0x00002ff5 beq  0x00000049 , 0x00003bfc 
+ 00014907  0x00002ff6 beq  0x00000051 , 0x00003c02 
+ 00014908  0x00002ff7 beq  0x00000061 , 0x00003c06 
+ 00014909  0x00002ff8 beq  0x000000ff , 0x00003c15 
+ 00014910  0x00002ff9 branch  0x00003c17 
+ 00014911  0x00002fff fetch  0x00000001 , 0x00000b04 
+ 00014912  0x00003000 bne  0x00000006 , 0x00003c17 
+ 00014913  0x00003001 ifetch  0x00000006 , 0x00000003 
+ 00014914  0x00003002 store  0x00000006 , 0x000040a0 
+ 00014915  0x00003003 branch  0x00003c1a 
+ 00014916  0x00003007 fetch  0x00000001 , 0x00000b04 
+ 00014917  0x00003008 bne  0x00000006 , 0x00003c17 
+ 00014918  0x00003009 ifetch  0x00000006 , 0x00000003 
+ 00014919  0x0000300a store  0x00000006 , 0x000044a0 
+ 00014920  0x0000300b branch  0x00003c1a 
+ 00014921  0x00003010 fetch  0x00000001 , 0x00000b04 
+ 00014922  0x00003011 bne  0x00000001 , 0x00003c17 
+ 00014923  0x00003012 copy  0x00000011 , 0x00000003 
+ 00014924  0x00003013 call  0x00003c1a 
+ 00014925  0x00003014 ifetcht  0x00000001 , 0x00000003 
+ 00014926  0x00003015 storet  0x00000001 , 0x000046a9 
+ 00014927  0x00003016 fetch  0x00000002 , 0x00004682 
+ 00014928  0x00003017 rtnbit1  0x00000009 
+ 00014929  0x00003018 rtnbit1  0x00000000 
+ 00014930  0x0000301a fetch  0x00000001 , 0x000046a1 
+ 00014931  0x0000301b isolate1  0x00000000 , 0x0000003f 
+ 00014932  0x0000301c nbranch  0x00003a58 , 0x00000001 
+ 00014933  0x0000301d fetcht  0x00000001 , 0x000046a9 
+ 00014934  0x0000301e and  0x00000002 , 0x00000003 , 0x0000003f 
+ 00014935  0x0000301f store  0x00000001 , 0x00004093 
+ 00014936  0x00003021 fetch  0x00000001 , 0x000046a1 
+ 00014937  0x00003022 isolate1  0x00000001 , 0x0000003f 
+ 00014938  0x00003023 nrtn  0x00000001 
+ 00014939  0x00003024 fetcht  0x00000001 , 0x000046a9 
+ 00014940  0x00003025 isolate1  0x00000002 , 0x00000002 
+ 00014941  0x00003026 branch  0x000033fa , 0x00000001 
+ 00014942  0x00003027 branch  0x000033f8 
+ 00014943  0x0000302c fetch  0x00000001 , 0x00000b04 
+ 00014944  0x0000302d sub  0x0000003f , 0x00000043 , 0x0000003e 
+ 00014945  0x0000302e nbranch  0x00003c17 , 0x00000002 
+ 00014946  0x0000302f store  0x00000001 , 0x00004515 
+ 00014947  0x00003030 arg  0x00000008 , 0x00000039 
+ 00014948  0x00003031 call  0x00007ec6 
+ 00014949  0x00003032 fetch  0x00000001 , 0x00000b04 
+ 00014950  0x00003033 copy  0x0000003f , 0x00000039 
+ 00014951  0x00003034 copy  0x00000011 , 0x00000003 
+ 00014952  0x00003035 arg  0x00004516 , 0x00000005 
+ 00014953  0x00003036 call  0x000066ea 
+ 00014954  0x00003037 branch  0x00003c1a 
+ 00014955  0x0000303c fetch  0x00000001 , 0x00000b04 
+ 00014956  0x0000303d sub  0x0000003f , 0x0000001d , 0x0000003e 
+ 00014957  0x0000303e nbranch  0x00003c17 , 0x00000002 
+ 00014958  0x0000303f store  0x00000001 , 0x000043af 
+ 00014959  0x00003040 copy  0x0000003f , 0x00000039 
+ 00014960  0x00003041 copy  0x00000011 , 0x00000003 
+ 00014961  0x00003042 arg  0x000043b0 , 0x00000005 
+ 00014962  0x00003043 call  0x000066ea 
+ 00014963  0x00003044 call  0x000057a3 
+ 00014964  0x00003045 branch  0x00003c1a 
+ 00014965  0x0000304a fetch  0x00000001 , 0x00004682 
+ 00014966  0x0000304b bbit0  0x00000004 , 0x00003c17 
+ 00014967  0x0000304c call  0x000033ba 
+ 00014968  0x0000304d branch  0x00003a86 , 0x00000001 
+ 00014969  0x0000304e jam  0x00000000 , 0x00000b05 
+ 00014970  0x00003050 call  0x0000397f 
+ 00014971  0x00003051 fetch  0x00000001 , 0x00004568 
+ 00014972  0x00003052 rtn  0x00000034 
+ 00014973  0x00003053 fetch  0x00000002 , 0x00004573 
+ 00014974  0x00003054 bne  0x00000000 , 0x00003a84 
+ 00014975  0x00003055 fetch  0x00000001 , 0x00000b04 
+ 00014976  0x00003056 store  0x00000002 , 0x00004573 
+ 00014977  0x00003058 copy  0x00000011 , 0x00000003 
+ 00014978  0x0000305b copy  0x00000003 , 0x0000003f 
+ 00014979  0x0000305c store  0x00000002 , 0x00004571 
+ 00014980  0x0000305e call  0x00003a88 
+ 00014981  0x0000305f branch  0x00006c4d 
+ 00014982  0x00003062 jam  0x00000000 , 0x00000b05 
+ 00014983  0x00003063 branch  0x00003cd1 
+ 00014984  0x00003066 call  0x00003a8e 
+ 00014985  0x00003067 fetch  0x00000002 , 0x00004573 
+ 00014986  0x00003068 fetcht  0x00000002 , 0x0000469f 
+ 00014987  0x00003069 isub  0x00000002 , 0x0000003f 
+ 00014988  0x0000306a store  0x00000002 , 0x00004573 
+ 00014989  0x0000306b rtn 
+ 00014990  0x0000306e fetch  0x00000002 , 0x00004573 
+ 00014991  0x0000306f arg  0x0000006e , 0x00000002 
+ 00014992  0x00003070 call  0x00007fdd 
+ 00014993  0x00003071 fetcht  0x00000002 , 0x0000456c 
+ 00014994  0x00003072 call  0x00007fdd 
+ 00014995  0x00003073 fetcht  0x00000002 , 0x0000455e 
+ 00014996  0x00003074 call  0x00007fdd 
+ 00014997  0x00003075 store  0x00000002 , 0x0000469f 
+ 00014998  0x00003076 rtn 
+ 00014999  0x00003079 jam  0x00000001 , 0x00000b05 
+ 00015000  0x0000307a jam  0x00000005 , 0x00000b03 
+ 00015001  0x0000307b branch  0x00003c1a 
+ 00015002  0x00003080 fetch  0x00000002 , 0x00004682 
+ 00015003  0x00003081 bbit0  0x00000009 , 0x00003c17 
+ 00015004  0x00003082 call  0x00003ad4 
+ 00015005  0x00003083 branch  0x00003c17 , 0x00000028 
+ 00015006  0x00003084 jam  0x00000000 , 0x00000b05 
+ 00015007  0x00003085 fetch  0x00000001 , 0x000046bf 
+ 00015008  0x00003086 bbit1  0x00000004 , 0x00003ab4 
+ 00015009  0x00003087 fetch  0x00000001 , 0x000046c0 
+ 00015010  0x00003088 nrtn  0x00000034 
+ 00015011  0x00003089 jam  0x00000001 , 0x00000b05 
+ 00015012  0x0000308a ifetch  0x00000002 , 0x00000003 
+ 00015013  0x0000308b store  0x00000002 , 0x000046c1 
+ 00015014  0x0000308c copy  0x00000003 , 0x0000003f 
+ 00015015  0x0000308d store  0x00000002 , 0x000046c3 
+ 00015016  0x0000308e fetch  0x00000001 , 0x00000b04 
+ 00015017  0x0000308f pincrease  0xfffffffe 
+ 00015018  0x00003090 nbranch  0x00003c17 , 0x00000002 
+ 00015019  0x00003091 branch  0x00003c17 , 0x00000005 
+ 00015020  0x00003092 store  0x00000001 , 0x000046c0 
+ 00015021  0x00003093 jam  0x00000000 , 0x00000b05 
+ 00015022  0x00003094 call  0x00005814 
+ 00015023  0x00003095 call  0x00003ab7 
+ 00015024  0x00003096 call  0x00003ab7 
+ 00015025  0x00003097 call  0x00003ab7 
+ 00015026  0x00003098 fetch  0x00000001 , 0x000046bf 
+ 00015027  0x00003099 rtnbit0  0x00000004 
+ 00015028  0x0000309b jam  0x00000001 , 0x00000b05 
+ 00015029  0x0000309c call  0x00003cf6 
+ 00015030  0x0000309d branch  0x00003c1a 
+ 00015031  0x000030a0 fetch  0x00000001 , 0x000046c0 
+ 00015032  0x000030a1 rtn  0x00000034 
+ 00015033  0x000030a2 call  0x00005892 
+ 00015034  0x000030a3 nrtn  0x00000034 
+ 00015035  0x000030a4 call  0x00003acf 
+ 00015036  0x000030a5 bpatch  0x000000e1 , 0x0000401c 
+ 00015037  0x000030a6 add  0x00000002 , 0xfffffffd , 0x0000003f 
+ 00015038  0x000030a7 fetcht  0x00000001 , 0x000046c0 
+ 00015039  0x000030a8 call  0x00007fdd 
+ 00015040  0x000030a9 copy  0x0000003f , 0x00000011 
+ 00015041  0x000030aa copy  0x00000002 , 0x0000003f 
+ 00015042  0x000030ab isub  0x00000011 , 0x0000003f 
+ 00015043  0x000030ac store  0x00000001 , 0x000046c0 
+ 00015044  0x000030ad fetcht  0x00000002 , 0x000046c1 
+ 00015045  0x000030ae call  0x00005a64 
+ 00015046  0x000030af fetch  0x00000002 , 0x000046c3 
+ 00015047  0x000030b0 copy  0x0000003f , 0x00000003 
+ 00015048  0x000030b1 copy  0x00000011 , 0x00000039 
+ 00015049  0x000030b2 call  0x000066ea 
+ 00015050  0x000030b3 copy  0x00000003 , 0x0000003f 
+ 00015051  0x000030b4 store  0x00000002 , 0x000046c3 
+ 00015052  0x000030b5 fetch  0x00000001 , 0x000046c0 
+ 00015053  0x000030b6 nrtn  0x00000034 
+ 00015054  0x000030b7 branch  0x00003cf4 
+ 00015055  0x000030bc arg  0x00000017 , 0x00000002 
+ 00015056  0x000030bd fetch  0x00000001 , 0x000046bf 
+ 00015057  0x000030be rtnbit1  0x00000001 
+ 00015058  0x000030bf fetcht  0x00000002 , 0x000044a8 
+ 00015059  0x000030c0 rtn 
+ 00015060  0x000030c3 fetch  0x00000001 , 0x000046bf 
+ 00015061  0x000030c4 bbit1  0x00000002 , 0x00005a42 
+ 00015062  0x000030c5 branch  0x00007fe9 
+ 00015063  0x000030ca branch  0x00003c4c 
+ 00015064  0x000030cf copy  0x00000011 , 0x00000003 
+ 00015065  0x000030d0 ifetch  0x00000001 , 0x00000003 
+ 00015066  0x000030d1 beq  0x00000000 , 0x00003adf 
+ 00015067  0x000030d2 beq  0x00000001 , 0x00003ae2 
+ 00015068  0x000030d3 beq  0x00000002 , 0x00003ae8 
+ 00015069  0x000030d4 beq  0x00000003 , 0x00003aea 
+ 00015070  0x000030d5 branch  0x00003c17 
+ 00015071  0x000030d7 call  0x0000612b 
+ 00015072  0x000030d8 jam  0x00000000 , 0x0000465a 
+ 00015073  0x000030d9 branch  0x00003c1a 
+ 00015074  0x000030db setarg  0x00040003 
+ 00015075  0x000030dd store  0x00000003 , 0x0000465b 
+ 00015076  0x000030de store  0x00000001 , 0x00004662 
+ 00015077  0x000030df call  0x00006124 
+ 00015078  0x000030e0 jam  0x00000001 , 0x0000465a 
+ 00015079  0x000030e1 branch  0x00003c1a 
+ 00015080  0x000030e3 setarg  0x00040002 
+ 00015081  0x000030e4 branch  0x00003ae3 
+ 00015082  0x000030e7 setarg  0x00040001 
+ 00015083  0x000030e8 branch  0x00003ae3 
+ 00015084  0x000030ec fetch  0x00000001 , 0x00000b04 
+ 00015085  0x000030ed sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00015086  0x000030ee nbranch  0x00003c17 , 0x00000002 
+ 00015087  0x000030ef store  0x00000001 , 0x00004689 
+ 00015088  0x000030f0 copy  0x0000003f , 0x00000039 
+ 00015089  0x000030f1 arg  0x0000468a , 0x00000005 
+ 00015090  0x000030f2 call  0x000066fd 
+ 00015091  0x000030f3 branch  0x00003c1a 
+ 00015092  0x000030f8 copy  0x00000011 , 0x00000003 
+ 00015093  0x000030f9 ifetch  0x00000001 , 0x00000003 
+ 00015094  0x000030fa hfetcht  0x00000001 , 0x00008062 
+ 00015095  0x000030fb nsetflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00015096  0x000030fc hstoret  0x00000001 , 0x00008062 
+ 00015097  0x000030fd branch  0x00003c1a 
+ 00015098  0x00003102 fetch  0x00000001 , 0x00000b04 
+ 00015099  0x00003103 copy  0x0000003f , 0x00000039 
+ 00015100  0x00003104 copy  0x00000011 , 0x00000003 
+ 00015101  0x00003105 call  0x00007f58 
+ 00015102  0x00003106 setarg  0x016e3600 
+ 00015103  0x00003107 idiv  0x00000002 
+ 00015104  0x00003108 call  0x00007f86 
+ 00015105  0x00003109 quotient  0x0000003f 
+ 00015106  0x0000310b store  0x00000002 , 0x00004243 
+ 00015107  0x0000310c call  0x00003c1a 
+ 00015108  0x0000310d call  0x00007f9e 
+ 00015109  0x0000310e branch  0x000066ce 
+ 00015110  0x00003113 arg  0x00000002 , 0x00000011 
+ 00015111  0x00003114 arg  0x0000469a , 0x00000012 
+ 00015112  0x00003115 arg  0x00000000 , 0x00000002 
+ 00015113  0x00003116 branch  0x00003c25 
+ 00015114  0x00003118 store  0x00000002 , 0x00000ac2 
+ 00015115  0x00003119 arg  0x00000ac2 , 0x00000012 
+ 00015116  0x0000311a arg  0x00000000 , 0x00000002 
+ 00015117  0x0000311b branch  0x00003c25 
+ 00015118  0x00003120 fetch  0x00000002 , 0x00004682 
+ 00015119  0x00003121 bbit0  0x00000000 , 0x00003c17 
+ 00015120  0x00003123 call  0x00003c1a 
+ 00015121  0x00003124 branch  0x000033e9 
+ 00015122  0x00003129 fetch  0x00000002 , 0x00004682 
+ 00015123  0x0000312a bbit0  0x00000009 , 0x00003c17 
+ 00015124  0x0000312c call  0x00003c1a 
+ 00015125  0x0000312d branch  0x00003402 
+ 00015126  0x00003134 fetch  0x00000001 , 0x00000b04 
+ 00015127  0x00003135 copy  0x0000003f , 0x00000039 
+ 00015128  0x00003136 copy  0x00000011 , 0x00000003 
+ 00015129  0x00003137 fetch  0x00000002 , 0x00004215 
+ 00015130  0x00003138 icopy  0x00000005 
+ 00015131  0x00003139 call  0x000066ea 
+ 00015132  0x0000313a branch  0x00003c1a 
+ 00015133  0x0000313f fetch  0x00000001 , 0x00004682 
+ 00015134  0x00003140 bbit0  0x00000000 , 0x00003c17 
+ 00015135  0x00003141 ifetch  0x00000001 , 0x00000003 
+ 00015136  0x00003142 fetcht  0x00000001 , 0x00004661 
+ 00015137  0x00003143 setflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00015138  0x00003144 set1  0x00000007 , 0x00000002 
+ 00015139  0x00003145 storet  0x00000001 , 0x00004661 
+ 00015140  0x00003147 call  0x00003c1a 
+ 00015141  0x00003149 fetch  0x00000001 , 0x00004661 
+ 00015142  0x0000314a bbit1  0x00000006 , 0x00003b2b 
+ 00015143  0x0000314b rtn 
+ 00015144  0x0000314e jam  0x00000000 , 0x00004661 
+ 00015145  0x0000314f jam  0x00000021 , 0x00000a99 
+ 00015146  0x00003150 branch  0x00007d8f 
+ 00015147  0x00003154 bbit1  0x00000000 , 0x00005f95 
+ 00015148  0x00003155 branch  0x00003b28 
+ 00015149  0x0000315a fetch  0x00000001 , 0x00004682 
+ 00015150  0x0000315b rtnbit0  0x00000004 
+ 00015151  0x0000315c fetch  0x00000001 , 0x0000456b 
+ 00015152  0x0000315d rtneq  0x00000000 
+ 00015153  0x0000315e ifetch  0x00000001 , 0x00000003 
+ 00015154  0x0000315f fetcht  0x00000001 , 0x00004569 
+ 00015155  0x00003160 iadd  0x00000002 , 0x00000002 
+ 00015156  0x00003161 storet  0x00000001 , 0x00004569 
+ 00015157  0x00003162 rtn 
+ 00015158  0x00003167 arg  0x00000040 , 0x00000039 
+ 00015159  0x00003168 arg  0x0000436f , 0x00000005 
+ 00015160  0x00003169 call  0x00007ed4 
+ 00015161  0x0000316a setarg  0x00000000 
+ 00015162  0x0000316b store  0x00000001 , 0x00000ab2 
+ 00015163  0x0000316c copy  0x00000011 , 0x00000003 
+ 00015164  0x0000316e copy  0x00000003 , 0x0000003f 
+ 00015165  0x0000316f store  0x00000002 , 0x00000ab6 
+ 00015166  0x00003170 call  0x00003b64 
+ 00015167  0x00003172 fetch  0x00000001 , 0x00000ab2 
+ 00015168  0x00003173 fetcht  0x00000001 , 0x00000aa2 
+ 00015169  0x00003174 increase  0x00000001 , 0x00000002 
+ 00015170  0x00003175 iadd  0x00000002 , 0x0000003f 
+ 00015171  0x00003176 store  0x00000001 , 0x00000ab2 
+ 00015172  0x00003178 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015173  0x00003179 nbranch  0x00003b50 , 0x00000002 
+ 00015174  0x0000317b fetcht  0x00000001 , 0x0000436f 
+ 00015175  0x0000317c setarg  0x00004370 
+ 00015176  0x0000317d iadd  0x00000002 , 0x0000003f 
+ 00015177  0x0000317e store  0x00000002 , 0x00000abb 
+ 00015178  0x0000317f fetcht  0x00000001 , 0x00000aa2 
+ 00015179  0x00003180 increase  0x00000001 , 0x00000002 
+ 00015180  0x00003181 fetch  0x00000001 , 0x0000436f 
+ 00015181  0x00003182 iadd  0x00000002 , 0x0000003f 
+ 00015182  0x00003183 store  0x00000001 , 0x0000436f 
+ 00015183  0x00003184 branch  0x00003b59 
+ 00015184  0x00003186 fetcht  0x00000001 , 0x0000438f 
+ 00015185  0x00003187 setarg  0x00004390 
+ 00015186  0x00003188 iadd  0x00000002 , 0x0000003f 
+ 00015187  0x00003189 store  0x00000002 , 0x00000abb 
+ 00015188  0x0000318a fetcht  0x00000001 , 0x00000aa2 
+ 00015189  0x0000318b increase  0x00000001 , 0x00000002 
+ 00015190  0x0000318c fetch  0x00000001 , 0x0000438f 
+ 00015191  0x0000318d iadd  0x00000002 , 0x0000003f 
+ 00015192  0x0000318e store  0x00000001 , 0x0000438f 
+ 00015193  0x00003190 fetch  0x00000002 , 0x00000abb 
+ 00015194  0x00003191 copy  0x0000003f , 0x00000005 
+ 00015195  0x00003192 fetch  0x00000002 , 0x00000ab6 
+ 00015196  0x00003193 copy  0x0000003f , 0x00000003 
+ 00015197  0x00003195 copy  0x00000002 , 0x00000039 
+ 00015198  0x00003196 call  0x000066ea 
+ 00015199  0x00003198 fetch  0x00000001 , 0x00000b04 
+ 00015200  0x00003199 fetcht  0x00000001 , 0x00000ab2 
+ 00015201  0x0000319a isub  0x00000002 , 0x0000003e 
+ 00015202  0x0000319b nbranch  0x00003b3c , 0x00000005 
+ 00015203  0x0000319c branch  0x00003c1a 
+ 00015204  0x000031a0 ifetch  0x00000001 , 0x00000003 
+ 00015205  0x000031a1 store  0x00000001 , 0x00000aa2 
+ 00015206  0x000031a2 ifetch  0x00000001 , 0x00000003 
+ 00015207  0x000031a3 store  0x00000001 , 0x00000aae 
+ 00015208  0x000031a4 rtn 
+ 00015209  0x000031a9 arg  0x00000000 , 0x00000002 
+ 00015210  0x000031aa arg  0x00000002 , 0x00000011 
+ 00015211  0x000031ab fetch  0x00000002 , 0x000046b4 
+ 00015212  0x000031ac store  0x00000002 , 0x00000ac2 
+ 00015213  0x000031ad arg  0x00000ac2 , 0x00000012 
+ 00015214  0x000031ae branch  0x00003c25 
+ 00015215  0x000031b3 fetch  0x00000001 , 0x00000b04 
+ 00015216  0x000031b4 bne  0x00000001 , 0x00003c17 
+ 00015217  0x000031b5 ifetch  0x00000001 , 0x00000003 
+ 00015218  0x000031b6 store  0x00000001 , 0x000046b2 
+ 00015219  0x000031b7 setarg  0x00000000 
+ 00015220  0x000031b8 store  0x00000002 , 0x000046b4 
+ 00015221  0x000031b9 branch  0x00003c1a 
+ 00015222  0x000031be ifetch  0x00000004 , 0x00000003 
+ 00015223  0x000031bf store  0x00000004 , 0x0000468a 
+ 00015224  0x000031c0 jam  0x00000004 , 0x00004689 
+ 00015225  0x000031c1 jam  0x00000000 , 0x00004663 
+ 00015226  0x000031c2 call  0x00003c1a 
+ 00015227  0x000031c3 branch  0x00005f31 
+ 00015228  0x000031c8 fetch  0x00000001 , 0x00000b04 
+ 00015229  0x000031c9 bne  0x00000003 , 0x00003c17 
+ 00015230  0x000031ca ifetch  0x00000001 , 0x00000003 
+ 00015231  0x000031cb beq  0x00000000 , 0x00003b82 
+ 00015232  0x000031cc beq  0x00000001 , 0x00003b8a 
+ 00015233  0x000031cd branch  0x00003c17 
+ 00015234  0x000031d0 ifetcht  0x00000001 , 0x00000003 
+ 00015235  0x000031d1 ifetch  0x00000001 , 0x00000003 
+ 00015236  0x000031d2 beq  0x00000002 , 0x00003b88 
+ 00015237  0x000031d3 nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00015238  0x000031d4 call  0x000067fb 
+ 00015239  0x000031d5 branch  0x00003c1a 
+ 00015240  0x000031d8 call  0x00006806 
+ 00015241  0x000031d9 branch  0x00003c1a 
+ 00015242  0x000031dc ifetcht  0x00000001 , 0x00000003 
+ 00015243  0x000031dd call  0x00006812 
+ 00015244  0x000031de ifetch  0x00000001 , 0x00000003 
+ 00015245  0x000031df isolate1  0x00000000 , 0x0000003f 
+ 00015246  0x000031e0 call  0x0000682c 
+ 00015247  0x000031e1 branch  0x00003c1a 
+ 00015248  0x000031e6 fetch  0x00000001 , 0x00000b04 
+ 00015249  0x000031e7 bne  0x00000001 , 0x00003c17 
+ 00015250  0x000031e8 ifetcht  0x00000001 , 0x00000003 
+ 00015251  0x000031e9 call  0x0000681d 
+ 00015252  0x000031ea setarg  0x00000000 
+ 00015253  0x000031eb nsetflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00015254  0x000031ec arg  0x00000001 , 0x00000011 
+ 00015255  0x000031ed branch  0x00003b0a 
+ 00015256  0x000031f2 copy  0x00000011 , 0x00000003 
+ 00015257  0x000031f3 ifetch  0x00000001 , 0x00000003 
+ 00015258  0x000031f4 copy  0x0000003f , 0x00000002 
+ 00015259  0x000031f5 beq  0x00000081 , 0x00003ba3 
+ 00015260  0x000031f6 beq  0x00000082 , 0x00003ba8 
+ 00015261  0x000031f7 beq  0x00000083 , 0x00003bae 
+ 00015262  0x000031f8 store  0x00000001 , 0x000044c6 
+ 00015263  0x000031f9 beq  0x00000000 , 0x00003bb3 
+ 00015264  0x000031fa beq  0x00000001 , 0x00003bb6 
+ 00015265  0x000031fb beq  0x00000002 , 0x00003bb8 
+ 00015266  0x000031fc branch  0x00003c17 
+ 00015267  0x000031ff fetch  0x00000001 , 0x000044be 
+ 00015268  0x00003200 branch  0x00003c17 , 0x00000034 
+ 00015269  0x00003201 storet  0x00000001 , 0x000044c6 
+ 00015270  0x00003202 jam  0x0000000d , 0x00004456 
+ 00015271  0x00003203 branch  0x00003bb4 
+ 00015272  0x00003205 fetch  0x00000001 , 0x000044be 
+ 00015273  0x00003206 branch  0x00003c17 , 0x00000034 
+ 00015274  0x00003207 storet  0x00000001 , 0x000044c6 
+ 00015275  0x00003208 jam  0x0000000d , 0x00004456 
+ 00015276  0x00003209 jam  0x00000001 , 0x00004454 
+ 00015277  0x0000320a branch  0x00003c1a 
+ 00015278  0x0000320c fetch  0x00000001 , 0x000044be 
+ 00015279  0x0000320d branch  0x00003c17 , 0x00000034 
+ 00015280  0x0000320e storet  0x00000001 , 0x000044c6 
+ 00015281  0x0000320f jam  0x0000000d , 0x00004456 
+ 00015282  0x00003210 branch  0x00003bb9 
+ 00015283  0x00003212 jam  0x00000000 , 0x00004456 
+ 00015284  0x00003214 jam  0x00000003 , 0x00004454 
+ 00015285  0x00003215 branch  0x00003c1a 
+ 00015286  0x00003217 jam  0x00000005 , 0x00004456 
+ 00015287  0x00003218 branch  0x00003bb4 
+ 00015288  0x0000321a jam  0x00000005 , 0x00004456 
+ 00015289  0x0000321c jam  0x00000000 , 0x00004454 
+ 00015290  0x0000321d branch  0x00003c1a 
+ 00015291  0x00003222 fetch  0x00000001 , 0x00000b04 
+ 00015292  0x00003223 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015293  0x00003224 nbranch  0x00003c17 , 0x00000002 
+ 00015294  0x00003225 store  0x00000001 , 0x0000436f 
+ 00015295  0x00003226 copy  0x0000003f , 0x00000039 
+ 00015296  0x00003227 copy  0x00000011 , 0x00000003 
+ 00015297  0x00003228 arg  0x00004370 , 0x00000005 
+ 00015298  0x00003229 call  0x000066ea 
+ 00015299  0x0000322a branch  0x00003c1a 
+ 00015300  0x0000322f fetch  0x00000001 , 0x00000b04 
+ 00015301  0x00003230 sub  0x0000003f , 0x0000001f , 0x0000003e 
+ 00015302  0x00003231 nbranch  0x00003c17 , 0x00000002 
+ 00015303  0x00003232 store  0x00000001 , 0x0000438f 
+ 00015304  0x00003233 copy  0x0000003f , 0x00000039 
+ 00015305  0x00003234 copy  0x00000011 , 0x00000003 
+ 00015306  0x00003235 arg  0x00004390 , 0x00000005 
+ 00015307  0x00003236 call  0x000066ea 
+ 00015308  0x00003237 branch  0x00003c1a 
+ 00015309  0x0000323c fetch  0x00000002 , 0x00004682 
+ 00015310  0x0000323d bbit0  0x00000009 , 0x00003c17 
+ 00015311  0x0000323e fetch  0x00000001 , 0x00000b04 
+ 00015312  0x0000323f bne  0x00000008 , 0x00003c17 
+ 00015313  0x00003240 copy  0x00000011 , 0x00000003 
+ 00015314  0x00003241 ifetch  0x00000008 , 0x00000003 
+ 00015315  0x00003242 store  0x00000008 , 0x00004496 
+ 00015316  0x00003243 jam  0x00000012 , 0x00000a99 
+ 00015317  0x00003244 call  0x00007d8f 
+ 00015318  0x00003245 branch  0x00003c1a 
+ 00015319  0x0000324a ifetch  0x00000002 , 0x00000003 
+ 00015320  0x0000324b store  0x00000002 , 0x00004482 
+ 00015321  0x0000324c branch  0x00003c1a 
+ 00015322  0x00003251 fetch  0x00000001 , 0x000044c6 
+ 00015323  0x00003252 branch  0x00003c17 , 0x00000034 
+ 00015324  0x00003253 fetch  0x00000001 , 0x000044c4 
+ 00015325  0x00003254 bne  0x00000000 , 0x00003c17 
+ 00015326  0x00003255 fetch  0x00000001 , 0x000044c5 
+ 00015327  0x00003256 bne  0x00000000 , 0x00003c17 
+ 00015328  0x00003257 call  0x00007e25 
+ 00015329  0x00003258 branch  0x00003c1a 
+ 00015330  0x0000325d fetch  0x00000001 , 0x00000b04 
+ 00015331  0x0000325e bne  0x00000005 , 0x00003c17 
+ 00015332  0x0000325f ifetch  0x00000001 , 0x00000003 
+ 00015333  0x00003260 store  0x00000001 , 0x000046a2 
+ 00015334  0x00003261 ifetch  0x00000004 , 0x00000003 
+ 00015335  0x00003262 store  0x00000004 , 0x000046a3 
+ 00015336  0x00003263 fetcht  0x00000001 , 0x000046a2 
+ 00015337  0x00003264 call  0x0000680e 
+ 00015338  0x00003265 call  0x00003cbc 
+ 00015339  0x00003266 branch  0x00003c1a 
+ 00015340  0x0000326b fetch  0x00000001 , 0x00000b04 
+ 00015341  0x0000326c bne  0x00000001 , 0x00003c17 
+ 00015342  0x0000326d ifetch  0x00000001 , 0x00000003 
+ 00015343  0x0000326e store  0x00000001 , 0x000041de 
+ 00015344  0x0000326f branch  0x00003c1a 
+ 00015345  0x00003274 ifetch  0x00000001 , 0x00000003 
+ 00015346  0x00003275 beq  0x00000001 , 0x00003bfa 
+ 00015347  0x00003276 fetch  0x00000001 , 0x000044c1 
+ 00015348  0x00003277 beq  0x00000003 , 0x00003bf8 
+ 00015349  0x00003278 beq  0x00000006 , 0x00003bf8 
+ 00015350  0x00003279 beq  0x00000007 , 0x00003bf8 
+ 00015351  0x0000327a branch  0x00003c17 
+ 00015352  0x0000327c jam  0x00000001 , 0x000044c2 
+ 00015353  0x0000327d branch  0x00003c1a 
+ 00015354  0x00003280 call  0x00005b53 
+ 00015355  0x00003281 branch  0x00003c1a 
+ 00015356  0x00003286 fetch  0x00000001 , 0x00000b04 
+ 00015357  0x00003287 bne  0x00000001 , 0x00003c17 
+ 00015358  0x00003288 call  0x00003c1a 
+ 00015359  0x00003289 ifetch  0x00000001 , 0x00000003 
+ 00015360  0x0000328a branch  0x000060cb , 0x00000034 
+ 00015361  0x0000328b branch  0x000060c9 
+ 00015362  0x00003290 call  0x00003c1a 
+ 00015363  0x00003291 call  0x00007f9e 
+ 00015364  0x00003292 jam  0x00000001 , 0x00008010 
+ 00015365  0x00003293 branch  0x00002a8e 
+ 00015366  0x00003298 fetch  0x00000001 , 0x00000b04 
+ 00015367  0x00003299 beq  0x00000000 , 0x00003c17 
+ 00015368  0x0000329a ifetch  0x00000001 , 0x00000003 
+ 00015369  0x0000329b branch  0x00003c13 , 0x00000034 
+ 00015370  0x0000329c fetch  0x00000001 , 0x00000b04 
+ 00015371  0x0000329d bne  0x00000005 , 0x00003c17 
+ 00015372  0x0000329e ifetch  0x00000004 , 0x00000003 
+ 00015373  0x0000329f arg  0x000f4240 , 0x00000002 
+ 00015374  0x000032a0 isub  0x00000002 , 0x0000003e 
+ 00015375  0x000032a1 branch  0x00003c17 , 0x00000002 
+ 00015376  0x000032a2 store  0x00000004 , 0x000044c7 
+ 00015377  0x000032a3 call  0x0000580c 
+ 00015378  0x000032a4 branch  0x00003c1a 
+ 00015379  0x000032a7 call  0x0000580e 
+ 00015380  0x000032a8 branch  0x00003c1a 
+ 00015381  0x000032ad jam  0x00000000 , 0x00004091 
+ 00015382  0x000032ae branch  0x00003c1a 
+ 00015383  0x000032b4 arg  0x00000001 , 0x00000002 
+ 00015384  0x000032b5 arg  0x00000000 , 0x00000011 
+ 00015385  0x000032b6 branch  0x00003c25 
+ 00015386  0x000032ba arg  0x00000000 , 0x00000002 
+ 00015387  0x000032bb arg  0x00000000 , 0x00000011 
+ 00015388  0x000032bc branch  0x00003c25 
+ 00015389  0x000032c1 jam  0x00000000 , 0x00000b03 
+ 00015390  0x000032c2 branch  0x00003c49 
+ 00015391  0x000032c7 jam  0x00000002 , 0x00000b03 
+ 00015392  0x000032c8 branch  0x00003c49 
+ 00015393  0x000032cd jam  0x00000003 , 0x00000b03 
+ 00015394  0x000032ce branch  0x00003c49 
+ 00015395  0x000032d3 jam  0x00000005 , 0x00000b03 
+ 00015396  0x000032d4 branch  0x00003c49 
+ 00015397  0x000032dd fetch  0x00000001 , 0x00000b03 
+ 00015398  0x000032de copy  0x0000003f , 0x00000013 
+ 00015399  0x000032df jam  0x00000006 , 0x00000b03 
+ 00015400  0x000032e0 setarg  0x00000002 
+ 00015401  0x000032e1 iadd  0x00000011 , 0x0000003f 
+ 00015402  0x000032e2 call  0x00003ca7 
+ 00015403  0x000032e3 copy  0x00000013 , 0x0000003f 
+ 00015404  0x000032e4 istore  0x00000001 , 0x0000000a 
+ 00015405  0x000032e5 istoret  0x00000001 , 0x0000000a 
+ 00015406  0x000032e6 copy  0x00000011 , 0x00000039 
+ 00015407  0x000032e7 copy  0x00000012 , 0x00000006 
+ 00015408  0x000032e8 call  0x000066e4 
+ 00015409  0x000032e9 branch  0x000066c5 
+ 00015410  0x000032ef call  0x0000397f 
+ 00015411  0x000032f0 jam  0x00000007 , 0x00000b03 
+ 00015412  0x000032f1 fetch  0x00000001 , 0x000004ff 
+ 00015413  0x000032f2 rtn  0x00000034 
+ 00015414  0x000032f3 call  0x00003ca7 
+ 00015415  0x000032f4 fetch  0x00000001 , 0x000004ff 
+ 00015416  0x000032f5 copy  0x0000003f , 0x00000039 
+ 00015417  0x000032f6 fetch  0x00000002 , 0x00000501 
+ 00015418  0x000032f7 copy  0x0000003f , 0x00000006 
+ 00015419  0x000032f8 call  0x000066d1 
+ 00015420  0x000032f9 branch  0x000066c5 
+ 00015421  0x000032fe jam  0x00000008 , 0x00000b03 
+ 00015422  0x000032ff fetch  0x00000001 , 0x000046b6 
+ 00015423  0x00003300 icopy  0x00000039 
+ 00015424  0x00003301 increase  0x00000002 , 0x0000003f 
+ 00015425  0x00003302 call  0x00003ca7 
+ 00015426  0x00003303 fetch  0x00000002 , 0x000046b9 
+ 00015427  0x00003304 istore  0x00000002 , 0x0000000a 
+ 00015428  0x00003305 fetch  0x00000002 , 0x000046b7 
+ 00015429  0x00003306 icopy  0x00000006 
+ 00015430  0x00003307 call  0x000066d1 
+ 00015431  0x00003308 branch  0x000066c5 
+ 00015432  0x0000330d jam  0x00000009 , 0x00000b03 
+ 00015433  0x0000330f setarg  0x00000000 
+ 00015434  0x00003310 call  0x00003ca7 
+ 00015435  0x00003311 branch  0x000066c5 
+ 00015436  0x00003316 jam  0x0000000a , 0x00000b03 
+ 00015437  0x00003317 setarg  0x00000001 
+ 00015438  0x00003318 call  0x00003ca7 
+ 00015439  0x0000331a call  0x00003c5d 
+ 00015440  0x0000331c fetch  0x00000002 , 0x00004682 
+ 00015441  0x0000331d arg  0x00000002 , 0x00000007 
+ 00015442  0x0000331e qisolate1  0x0000003f 
+ 00015443  0x0000331f setflag  0x00000001 , 0x00000003 , 0x00000002 
+ 00015444  0x00003321 arg  0x00000009 , 0x00000007 
+ 00015445  0x00003322 qisolate1  0x0000003f 
+ 00015446  0x00003323 setflag  0x00000001 , 0x00000005 , 0x00000002 
+ 00015447  0x00003325 fetch  0x00000001 , 0x00004682 
+ 00015448  0x00003326 arg  0x00000004 , 0x00000007 
+ 00015449  0x00003327 qisolate1  0x0000003f 
+ 00015450  0x00003328 setflag  0x00000001 , 0x00000004 , 0x00000002 
+ 00015451  0x0000332a istoret  0x00000001 , 0x0000000a 
+ 00015452  0x0000332b branch  0x000066c5 
+ 00015453  0x00003330 arg  0x00000000 , 0x00000002 
+ 00015454  0x00003331 fetch  0x00000001 , 0x00004093 
+ 00015455  0x00003332 arg  0x00000000 , 0x00000007 
+ 00015456  0x00003333 qisolate1  0x0000003f 
+ 00015457  0x00003334 setflag  0x00000001 , 0x00000000 , 0x00000002 
+ 00015458  0x00003335 arg  0x00000001 , 0x00000007 
+ 00015459  0x00003336 qisolate1  0x0000003f 
+ 00015460  0x00003337 setflag  0x00000001 , 0x00000001 , 0x00000002 
+ 00015461  0x00003339 fetch  0x00000001 , 0x0000436e 
+ 00015462  0x0000333a arg  0x00000000 , 0x00000007 
+ 00015463  0x0000333b qisolate1  0x0000003f 
+ 00015464  0x0000333c setflag  0x00000001 , 0x00000002 , 0x00000002 
+ 00015465  0x0000333d rtn 
+ 00015466  0x00003342 jam  0x0000000d , 0x00000b03 
+ 00015467  0x00003343 fetch  0x00000001 , 0x00004217 
+ 00015468  0x00003344 mul32  0x0000003f , 0x00000022 , 0x0000003f 
+ 00015469  0x00003345 icopy  0x00000039 
+ 00015470  0x00003346 call  0x00003ca7 
+ 00015471  0x00003347 fetch  0x00000002 , 0x00004215 
+ 00015472  0x00003348 icopy  0x00000006 
+ 00015473  0x00003349 call  0x000066d1 
+ 00015474  0x0000334a branch  0x000066c5 
+ 00015475  0x0000334f jam  0x0000000e , 0x00000b03 
+ 00015476  0x00003350 setarg  0x00000004 
+ 00015477  0x00003351 call  0x00003ca7 
+ 00015478  0x00003352 fetch  0x00000004 , 0x000009ba 
+ 00015479  0x00003353 istore  0x00000004 , 0x0000000a 
+ 00015480  0x00003354 branch  0x000066c5 
+ 00015481  0x00003359 jam  0x0000000f , 0x00000b03 
+ 00015482  0x0000335a hfetch  0x00000002 , 0x00008112 
+ 00015483  0x0000335b arg  0x000000ff , 0x00000002 
+ 00015484  0x0000335c call  0x00007fdd 
+ 00015485  0x0000335d copy  0x0000003f , 0x00000039 
+ 00015486  0x0000335e call  0x00003ca7 
+ 00015487  0x0000335f call  0x000066cb 
+ 00015488  0x00003360 call  0x00006703 
+ 00015489  0x00003361 branch  0x000066c5 
+ 00015490  0x00003366 jam  0x00000010 , 0x00000b03 
+ 00015491  0x00003367 branch  0x00003c49 
+ 00015492  0x0000336c jam  0x00000011 , 0x00000b03 
+ 00015493  0x0000336d setarg  0x00000004 
+ 00015494  0x0000336e call  0x00003ca7 
+ 00015495  0x0000336f fetch  0x00000004 , 0x000044c7 
+ 00015496  0x00003370 istore  0x00000004 , 0x0000000a 
+ 00015497  0x00003371 branch  0x000066c5 
+ 00015498  0x00003376 arg  0x00000180 , 0x00000011 
+ 00015499  0x00003377 branch  0x00003c91 
+ 00015500  0x0000337a arg  0x00000080 , 0x00000011 
+ 00015501  0x0000337b branch  0x00003c91 
+ 00015502  0x0000337e arg  0x00000101 , 0x00000011 
+ 00015503  0x0000337f branch  0x00003c91 
+ 00015504  0x00003382 arg  0x00000001 , 0x00000011 
+ 00015505  0x00003385 jam  0x00000000 , 0x00004661 
+ 00015506  0x00003386 jam  0x00000014 , 0x00000b03 
+ 00015507  0x00003387 setarg  0x00000002 
+ 00015508  0x00003388 call  0x00003ca7 
+ 00015509  0x00003389 copy  0x00000011 , 0x0000003f 
+ 00015510  0x0000338a istore  0x00000002 , 0x0000000a 
+ 00015511  0x0000338b branch  0x000066c5 
+ 00015512  0x00003390 arg  0x00000000 , 0x00000013 
+ 00015513  0x00003391 branch  0x00003c9b 
+ 00015514  0x00003394 arg  0x00000001 , 0x00000013 
+ 00015515  0x00003397 jam  0x00000015 , 0x00000b03 
+ 00015516  0x00003398 setarg  0x00000001 
+ 00015517  0x00003399 call  0x00003ca7 
+ 00015518  0x0000339a copy  0x00000013 , 0x0000003f 
+ 00015519  0x0000339b istore  0x00000001 , 0x0000000a 
+ 00015520  0x0000339c branch  0x000066c5 
+ 00015521  0x000033a1 jam  0x0000001d , 0x00000b03 
+ 00015522  0x000033a2 setarg  0x00000004 
+ 00015523  0x000033a3 call  0x00003ca7 
+ 00015524  0x000033a4 fetch  0x00000004 , 0x000009ba 
+ 00015525  0x000033a5 istore  0x00000004 , 0x0000000a 
+ 00015526  0x000033a6 branch  0x000066c5 
+ 00015527  0x000033b2 jam  0x00000002 , 0x00000b02 
+ 00015528  0x000033b3 store  0x00000001 , 0x00000b04 
+ 00015529  0x000033b4 storet  0x00000008 , 0x00000aa2 
+ 00015530  0x000033b5 bpatch  0x000000e2 , 0x0000401c 
+ 00015531  0x000033b6 call  0x00003cb1 
+ 00015532  0x000033b7 fetcht  0x00000008 , 0x00000aa2 
+ 00015533  0x000033b8 call  0x000066c2 
+ 00015534  0x000033b9 fetch  0x00000003 , 0x00000b02 
+ 00015535  0x000033ba istore  0x00000003 , 0x0000000a 
+ 00015536  0x000033bb rtn 
+ 00015537  0x000033bf call  0x00003cba 
+ 00015538  0x000033c0 rtn  0x00000001 
+ 00015539  0x000033c2 call  0x00003cb8 
+ 00015540  0x000033c3 fetch  0x00000004 , 0x000046a3 
+ 00015541  0x000033c4 rshift2  0x0000003f , 0x0000003f 
+ 00015542  0x000033c5 rtn  0x00000034 
+ 00015543  0x000033c6 branch  0x00003cbe 
+ 00015544  0x000033ca fetcht  0x00000001 , 0x000046a2 
+ 00015545  0x000033cb branch  0x00006829 
+ 00015546  0x000033ce fetcht  0x00000001 , 0x000046a2 
+ 00015547  0x000033cf branch  0x0000681b 
+ 00015548  0x000033d2 fetcht  0x00000001 , 0x000046a2 
+ 00015549  0x000033d3 branch  0x00006825 
+ 00015550  0x000033d7 increase  0xffffffff , 0x0000003f 
+ 00015551  0x000033d8 nop  0x00000026 
+ 00015552  0x000033d9 nbranch  0x00003cbe , 0x00000034 
+ 00015553  0x000033da rtn 
+ 00015554  0x000033e4 call  0x00003ad4 
+ 00015555  0x000033e5 rtn  0x00000028 
+ 00015556  0x000033e6 copy  0x00000011 , 0x0000003f 
+ 00015557  0x000033e7 store  0x00000002 , 0x000046b7 
+ 00015558  0x000033e8 copy  0x00000012 , 0x0000003f 
+ 00015559  0x000033e9 store  0x00000001 , 0x000046b6 
+ 00015560  0x000033ea fetch  0x00000002 , 0x00000478 
+ 00015561  0x000033eb fetcht  0x00000002 , 0x000046bb 
+ 00015562  0x000033ec isub  0x00000002 , 0x0000003e 
+ 00015563  0x000033ed branch  0x00003ccf , 0x00000005 
+ 00015564  0x000033ee fetcht  0x00000002 , 0x000046bd 
+ 00015565  0x000033ef isub  0x00000002 , 0x0000003e 
+ 00015566  0x000033f0 nrtn  0x00000005 
+ 00015567  0x000033f2 store  0x00000002 , 0x000046b9 
+ 00015568  0x000033f3 branch  0x00003c3d 
+ 00015569  0x000033f9 fetch  0x00000001 , 0x000046bf 
+ 00015570  0x000033fa rtnbit1  0x00000005 
+ 00015571  0x000033fb call  0x00003cf0 
+ 00015572  0x000033fc branch  0x0000340c 
+ 00015573  0x00003400 jam  0x00000002 , 0x00004172 
+ 00015574  0x00003401 rtn 
+ 00015575  0x00003406 branch  0x00003cd8 
+ 00015576  0x00003409 fetch  0x00000001 , 0x000046b2 
+ 00015577  0x0000340a rtn  0x00000034 
+ 00015578  0x0000340b fetch  0x00000001 , 0x000046b3 
+ 00015579  0x0000340c rtn  0x00000034 
+ 00015580  0x0000340d increase  0xffffffff , 0x0000003f 
+ 00015581  0x0000340e store  0x00000001 , 0x000046b3 
+ 00015582  0x0000340f nrtn  0x00000034 
+ 00015583  0x00003410 jam  0x0000000a , 0x000046b3 
+ 00015584  0x00003411 call  0x000068eb 
+ 00015585  0x00003412 call  0x00006908 
+ 00015586  0x00003413 div  0x0000003f , 0x00000064 
+ 00015587  0x00003414 call  0x00007f86 
+ 00015588  0x00003415 quotient  0x0000003f 
+ 00015589  0x00003416 remainder  0x00000002 
+ 00015590  0x00003417 store  0x00000001 , 0x000046b4 
+ 00015591  0x00003418 storet  0x00000001 , 0x000046b5 
+ 00015592  0x00003419 rtn 
+ 00015593  0x0000341d call  0x00007fb4 
+ 00015594  0x0000341e branch  0x000033d9 , 0x00000002 
+ 00015595  0x0000341f branch  0x000033db 
+ 00015596  0x00003424 arg  0x00000006 , 0x00000007 
+ 00015597  0x00003425 branch  0x00003cfc 
+ 00015598  0x00003428 arg  0x00000006 , 0x00000007 
+ 00015599  0x00003429 branch  0x00003cf8 
+ 00015600  0x0000342c arg  0x00000005 , 0x00000007 
+ 00015601  0x0000342d branch  0x00003cfc 
+ 00015602  0x00003430 arg  0x00000005 , 0x00000007 
+ 00015603  0x00003431 branch  0x00003cf8 
+ 00015604  0x00003434 arg  0x00000004 , 0x00000007 
+ 00015605  0x00003435 branch  0x00003cfc 
+ 00015606  0x00003438 arg  0x00000004 , 0x00000007 
+ 00015607  0x00003439 branch  0x00003cf8 
+ 00015608  0x0000343c fetch  0x00000001 , 0x000046bf 
+ 00015609  0x0000343d qset0  0x0000003f 
+ 00015610  0x0000343e store  0x00000001 , 0x000046bf 
+ 00015611  0x0000343f rtn 
+ 00015612  0x00003442 fetch  0x00000001 , 0x000046bf 
+ 00015613  0x00003443 qset1  0x0000003f 
+ 00015614  0x00003444 store  0x00000001 , 0x000046bf 
+ 00015615  0x00003445 rtn 
+ 00015616  0x00003450 call  0x00003d39 
+ 00015617  0x00003451 call  0x0000640f 
+ 00015618  0x00003452 call  0x000040c6 
+ 00015619  0x00003453 call  0x00003d66 
+ 00015620  0x00003454 call  0x00006411 
+ 00015621  0x00003455 rtn  0x0000002b 
+ 00015622  0x00003456 call  0x00003d16 
+ 00015623  0x00003457 call  0x00003d19 
+ 00015624  0x0000345a fetch  0x00000004 , 0x000046d3 
+ 00015625  0x0000345b rtnbit1  0x00000010 
+ 00015626  0x0000345c call  0x00003d4e 
+ 00015627  0x0000345d rtnmark1  0x00000026 
+ 00015628  0x0000345e fetch  0x00000002 , 0x00004682 
+ 00015629  0x0000345f bbit1  0x0000000c , 0x000042b0 
+ 00015630  0x00003460 branch  0x000042a2 
+ 00015631  0x00003464 fetch  0x00000004 , 0x000046d3 
+ 00015632  0x00003465 rtnbit0  0x0000001b 
+ 00015633  0x00003466 arg  0x00000014 , 0x00000039 
+ 00015634  0x00003468 setarg  0x00030d40 
+ 00015635  0x00003469 call  0x00002a8f 
+ 00015636  0x0000346a loop  0x00007ec1 
+ 00015637  0x0000346b rtn 
+ 00015638  0x0000346f fetch  0x00000004 , 0x000046d3 
+ 00015639  0x00003470 rtnbit0  0x00000010 
+ 00015640  0x00003471 branch  0x000048ea 
+ 00015641  0x00003475 setarg  0x0000416d 
+ 00015642  0x00003476 store  0x00000002 , 0x000041ef 
+ 00015643  0x00003477 setarg  0x00003f77 
+ 00015644  0x00003478 store  0x00000002 , 0x000041f1 
+ 00015645  0x00003479 setarg  0x00003ebb 
+ 00015646  0x0000347a store  0x00000002 , 0x000041ed 
+ 00015647  0x0000347b setarg  0x0000417c 
+ 00015648  0x0000347c store  0x00000002 , 0x000041f5 
+ 00015649  0x0000347d setarg  0x00003de3 
+ 00015650  0x0000347e store  0x00000002 , 0x000041f3 
+ 00015651  0x0000347f setarg  0x00003eb3 
+ 00015652  0x00003480 store  0x00000002 , 0x000041eb 
+ 00015653  0x00003481 setarg  0x00003d5b 
+ 00015654  0x00003482 store  0x00000002 , 0x000041f9 
+ 00015655  0x00003484 call  0x00002c7a 
+ 00015656  0x00003485 setarg  0x00004401 
+ 00015657  0x00003486 add  0x00000013 , 0x000000d8 , 0x00000005 
+ 00015658  0x00003487 istore  0x00000002 , 0x00000005 
+ 00015659  0x00003488 setarg  0x00004406 
+ 00015660  0x00003489 add  0x00000013 , 0x000000da , 0x00000005 
+ 00015661  0x0000348a istore  0x00000002 , 0x00000005 
+ 00015662  0x0000348b setarg  0x00003ebf 
+ 00015663  0x0000348c add  0x00000013 , 0x000000dc , 0x00000005 
+ 00015664  0x0000348d istore  0x00000002 , 0x00000005 
+ 00015665  0x0000348f setarg  0x000041f9 
+ 00015666  0x00003490 store  0x00000002 , 0x000041fd 
+ 00015667  0x00003491 setarg  0x00003d36 
+ 00015668  0x00003492 store  0x00000002 , 0x00004201 
+ 00015669  0x00003493 rtn 
+ 00015670  0x00003496 fetch  0x00000004 , 0x000046d3 
+ 00015671  0x00003497 bbit0  0x00000012 , 0x000064d7 
+ 00015672  0x00003498 branch  0x000064da 
+ 00015673  0x0000349b rtn  0x0000002b 
+ 00015674  0x0000349c call  0x00002c9d 
+ 00015675  0x0000349d call  0x00003e6e 
+ 00015676  0x0000349e call  0x00003e1e 
+ 00015677  0x0000349f call  0x00003e54 
+ 00015678  0x000034a0 call  0x00005810 
+ 00015679  0x000034a1 call  0x00005839 
+ 00015680  0x000034a2 call  0x0000582c 
+ 00015681  0x000034a3 call  0x00005818 
+ 00015682  0x000034a4 fetch  0x00000004 , 0x000046d3 
+ 00015683  0x000034a5 bbit1  0x00000014 , 0x00003d46 
+ 00015684  0x000034a6 bbit1  0x00000013 , 0x00004414 
+ 00015685  0x000034a7 rtn 
+ 00015686  0x000034aa call  0x0000659c 
+ 00015687  0x000034ab fetch  0x00000004 , 0x000046d3 
+ 00015688  0x000034ac isolate1  0x00000019 , 0x0000003f 
+ 00015689  0x000034ad ncall  0x000065c2 , 0x00000001 
+ 00015690  0x000034ae call  0x0000443f 
+ 00015691  0x000034af call  0x00003dc9 
+ 00015692  0x000034b0 call  0x000041aa 
+ 00015693  0x000034b1 branch  0x000065df 
+ 00015694  0x000034b4 fetch  0x00000004 , 0x000046d3 
+ 00015695  0x000034b5 bbit0  0x0000001e , 0x00003d53 
+ 00015696  0x000034b6 fetch  0x00000001 , 0x00000abd 
+ 00015697  0x000034b7 isolate0  0x00000003 , 0x0000003f 
+ 00015698  0x000034b8 nrtn  0x00000001 
+ 00015699  0x000034ba fetch  0x00000001 , 0x0000471f 
+ 00015700  0x000034bb store  0x00000001 , 0x0000471e 
+ 00015701  0x000034bc fetch  0x00000001 , 0x000046f5 
+ 00015702  0x000034bd rtnbit1  0x00000006 
+ 00015703  0x000034bf fetch  0x00000004 , 0x000046d3 
+ 00015704  0x000034c0 rtnbit0  0x00000011 
+ 00015705  0x000034c1 bbit1  0x0000001d , 0x00002ee4 
+ 00015706  0x000034c2 branch  0x00002f2c 
+ 00015707  0x000034c4 fetch  0x00000001 , 0x00000478 
+ 00015708  0x000034c5 sub  0x0000003f , 0x0000001a , 0x0000003f 
+ 00015709  0x000034c6 nrtn  0x00000005 
+ 00015710  0x000034c7 jam  0x00000012 , 0x00000a99 
+ 00015711  0x000034c8 call  0x00007d8f 
+ 00015712  0x000034ca arg  0x00000000 , 0x00000007 
+ 00015713  0x000034cb branch  0x000041b9 
+ 00015714  0x000034ce fetch  0x00000001 , 0x000046b6 
+ 00015715  0x000034cf rtneq  0x00000001 
+ 00015716  0x000034d0 jam  0x00000001 , 0x000046b6 
+ 00015717  0x000034d1 rtn 
+ 00015718  0x000034d3 fetch  0x00000001 , 0x000046e1 
+ 00015719  0x000034d4 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00015720  0x000034d5 store  0x00000001 , 0x0000477a 
+ 00015721  0x000034d6 branch  0x00003d80 
+ 00015722  0x000034da fetcht  0x00000001 , 0x000046e7 
+ 00015723  0x000034db call  0x0000681d 
+ 00015724  0x000034dc nbranch  0x00003d62 , 0x00000001 
+ 00015725  0x000034de fetch  0x00000001 , 0x000046b6 
+ 00015726  0x000034df rtneq  0x00000000 
+ 00015727  0x000034e0 jam  0x00000000 , 0x000046b6 
+ 00015728  0x000034e1 fetch  0x00000001 , 0x0000477a 
+ 00015729  0x000034e2 increase  0x00000001 , 0x0000003f 
+ 00015730  0x000034e3 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00015731  0x000034e4 store  0x00000001 , 0x0000477a 
+ 00015732  0x000034e5 call  0x00003d7e 
+ 00015733  0x000034e6 fetch  0x00000004 , 0x000046d3 
+ 00015734  0x000034e7 bbit1  0x00000014 , 0x0000443b 
+ 00015735  0x000034e8 bbit1  0x00000013 , 0x00003d79 
+ 00015736  0x000034e9 rtn 
+ 00015737  0x000034eb arg  0x0000001e , 0x00000002 
+ 00015738  0x000034ec call  0x0000680e 
+ 00015739  0x000034ed arg  0x0000001f , 0x00000002 
+ 00015740  0x000034ee call  0x0000680e 
+ 00015741  0x000034ef branch  0x00004435 
+ 00015742  0x000034f2 bpatch  0x000000e3 , 0x0000401c 
+ 00015743  0x000034f3 call  0x0000424a 
+ 00015744  0x000034f4 fetch  0x00000001 , 0x000046e0 
+ 00015745  0x000034f5 beq  0x00000005 , 0x00003daa 
+ 00015746  0x000034f6 beq  0x00000004 , 0x00003d96 
+ 00015747  0x000034f7 fetch  0x00000001 , 0x0000477a 
+ 00015748  0x000034f8 beq  0x00000000 , 0x00003d8a 
+ 00015749  0x000034f9 beq  0x00000001 , 0x00003d88 
+ 00015750  0x000034fa beq  0x00000002 , 0x00003d8c 
+ 00015751  0x000034fb beq  0x00000003 , 0x00003d8e 
+ 00015752  0x000034fd fetch  0x00000001 , 0x00004780 
+ 00015753  0x000034fe branch  0x00003dbe 
+ 00015754  0x00003500 fetch  0x00000001 , 0x0000477f 
+ 00015755  0x00003501 branch  0x00003dbe 
+ 00015756  0x00003503 fetch  0x00000001 , 0x00004781 
+ 00015757  0x00003504 branch  0x00003dbe 
+ 00015758  0x00003506 fetch  0x00000001 , 0x00004782 
+ 00015759  0x00003507 branch  0x00003dbe 
+ 00015760  0x00003509 fetch  0x00000001 , 0x000046e0 
+ 00015761  0x0000350a rtneq  0x00000006 
+ 00015762  0x0000350b fetch  0x00000001 , 0x000046b5 
+ 00015763  0x0000350c increase  0x00000001 , 0x0000003f 
+ 00015764  0x0000350d store  0x00000001 , 0x000046b5 
+ 00015765  0x0000350e rtn 
+ 00015766  0x00003511 fetch  0x00000001 , 0x0000477a 
+ 00015767  0x00003512 beq  0x00000000 , 0x00003d9d 
+ 00015768  0x00003513 beq  0x00000001 , 0x00003d9b 
+ 00015769  0x00003514 beq  0x00000002 , 0x00003d9f 
+ 00015770  0x00003515 beq  0x00000003 , 0x00003da1 
+ 00015771  0x00003517 fetch  0x00000001 , 0x00004784 
+ 00015772  0x00003518 branch  0x00003da2 
+ 00015773  0x0000351a fetch  0x00000001 , 0x00004783 
+ 00015774  0x0000351b branch  0x00003da2 
+ 00015775  0x0000351d fetch  0x00000001 , 0x00004785 
+ 00015776  0x0000351e branch  0x00003da2 
+ 00015777  0x00003520 fetch  0x00000001 , 0x00004786 
+ 00015778  0x00003522 store  0x00000001 , 0x000046b5 
+ 00015779  0x00003523 lshift8  0x0000003f , 0x0000003f 
+ 00015780  0x00003524 copy  0x0000003f , 0x00000011 
+ 00015781  0x00003525 add  0x0000003f , 0x0000000d , 0x0000003f 
+ 00015782  0x00003526 call  0x00006413 
+ 00015783  0x00003527 copy  0x00000011 , 0x0000003f 
+ 00015784  0x00003528 add  0x0000003f , 0x0000000e , 0x0000003f 
+ 00015785  0x00003529 branch  0x00006413 
+ 00015786  0x0000352c fetch  0x00000001 , 0x0000477a 
+ 00015787  0x0000352d beq  0x00000000 , 0x00003db1 
+ 00015788  0x0000352e beq  0x00000001 , 0x00003daf 
+ 00015789  0x0000352f beq  0x00000002 , 0x00003db3 
+ 00015790  0x00003530 beq  0x00000003 , 0x00003db5 
+ 00015791  0x00003532 fetch  0x00000001 , 0x00004788 
+ 00015792  0x00003533 branch  0x00003db6 
+ 00015793  0x00003535 fetch  0x00000001 , 0x00004787 
+ 00015794  0x00003536 branch  0x00003db6 
+ 00015795  0x00003538 fetch  0x00000001 , 0x00004789 
+ 00015796  0x00003539 branch  0x00003db6 
+ 00015797  0x0000353b fetch  0x00000001 , 0x0000478a 
+ 00015798  0x0000353d store  0x00000001 , 0x000046b5 
+ 00015799  0x0000353e call  0x000040c0 
+ 00015800  0x0000353f fetch  0x00000001 , 0x000046b5 
+ 00015801  0x00003541 add  0x0000003f , 0x00000080 , 0x0000003f 
+ 00015802  0x00003542 lshift8  0x0000003f , 0x0000003f 
+ 00015803  0x00003543 add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00015804  0x00003544 copy  0x0000003f , 0x00000011 
+ 00015805  0x00003545 branch  0x0000415a 
+ 00015806  0x00003548 store  0x00000001 , 0x000046b5 
+ 00015807  0x00003549 call  0x00003d90 
+ 00015808  0x0000354a fetch  0x00000001 , 0x000046b5 
+ 00015809  0x0000354b setarg  0x00000006 
+ 00015810  0x0000354c call  0x00006414 
+ 00015811  0x0000354d and  0x0000003f , 0x000000f8 , 0x00000002 
+ 00015812  0x0000354e fetch  0x00000001 , 0x000046b5 
+ 00015813  0x0000354f iadd  0x00000002 , 0x0000003f 
+ 00015814  0x00003550 lshift8  0x0000003f , 0x0000003f 
+ 00015815  0x00003551 add  0x0000003f , 0x00000006 , 0x0000003f 
+ 00015816  0x00003552 branch  0x00006413 
+ 00015817  0x00003556 call  0x000033c4 
+ 00015818  0x00003557 branch  0x00004316 , 0x00000005 
+ 00015819  0x00003558 call  0x0000441c 
+ 00015820  0x00003559 call  0x000042e4 
+ 00015821  0x0000355a branch  0x000033bd 
+ 00015822  0x0000355e fetch  0x00000002 , 0x00004707 
+ 00015823  0x0000355f rtn  0x00000034 
+ 00015824  0x00003560 fetch  0x00000004 , 0x000046d3 
+ 00015825  0x00003561 rtnbit0  0x00000011 
+ 00015826  0x00003562 rtnbit1  0x00000003 
+ 00015827  0x00003563 rtnmark1  0x00000026 
+ 00015828  0x00003564 call  0x00004083 
+ 00015829  0x00003565 rtnne  0x00000007 
+ 00015830  0x00003566 call  0x00004482 
+ 00015831  0x00003567 arg  0x00000003 , 0x00000007 
+ 00015832  0x00003568 call  0x000043ce 
+ 00015833  0x00003569 setarg  0x00000000 
+ 00015834  0x0000356a store  0x00000002 , 0x000046ae 
+ 00015835  0x0000356b store  0x00000001 , 0x000046b4 
+ 00015836  0x0000356c call  0x00003263 
+ 00015837  0x0000356e fetch  0x00000002 , 0x00004682 
+ 00015838  0x0000356f bbit1  0x00000007 , 0x00004392 
+ 00015839  0x00003570 bbit1  0x00000009 , 0x00003402 
+ 00015840  0x00003571 bbit1  0x00000000 , 0x000033e9 
+ 00015841  0x00003572 call  0x000042ca 
+ 00015842  0x00003573 branch  0x00002ead 
+ 00015843  0x00003577 call  0x00003dce 
+ 00015844  0x00003578 call  0x00007e34 
+ 00015845  0x00003579 call  0x00003d6a 
+ 00015846  0x0000357a call  0x00003de9 
+ 00015847  0x0000357b call  0x00003ee0 
+ 00015848  0x0000357c branch  0x00003df7 
+ 00015849  0x0000357e fetch  0x00000004 , 0x000046d3 
+ 00015850  0x0000357f rtnbit0  0x00000010 
+ 00015851  0x00003580 call  0x000048d3 
+ 00015852  0x00003581 branch  0x000048fd 
+ 00015853  0x00003584 hfetch  0x00000001 , 0x00008a04 
+ 00015854  0x00003585 bbit0  0x00000007 , 0x00003df1 
+ 00015855  0x00003586 bbit1  0x00000007 , 0x00003df4 
+ 00015856  0x00003587 rtn 
+ 00015857  0x00003589 fetch  0x00000001 , 0x000046ff 
+ 00015858  0x0000358a rtnbit0  0x00000007 
+ 00015859  0x0000358b branch  0x0000659a 
+ 00015860  0x0000358d fetch  0x00000001 , 0x000046ff 
+ 00015861  0x0000358e rtnbit1  0x00000007 
+ 00015862  0x0000358f branch  0x00004381 
+ 00015863  0x00003592 call  0x00003ded 
+ 00015864  0x00003593 hfetch  0x00000001 , 0x00008a04 
+ 00015865  0x00003594 store  0x00000001 , 0x000046ff 
+ 00015866  0x00003595 rtnbit0  0x00000007 
+ 00015867  0x00003596 call  0x00003e07 
+ 00015868  0x00003597 fetch  0x00000004 , 0x000046f9 
+ 00015869  0x00003598 fetcht  0x00000001 , 0x000046fd 
+ 00015870  0x00003599 iadd  0x00000002 , 0x00000002 
+ 00015871  0x0000359a copy  0x00000022 , 0x0000003f 
+ 00015872  0x0000359b isub  0x00000002 , 0x0000003e 
+ 00015873  0x0000359c nrtn  0x00000002 
+ 00015874  0x0000359d store  0x00000004 , 0x000046f9 
+ 00015875  0x0000359e call  0x00003f97 
+ 00015876  0x0000359f nrtn  0x00000028 
+ 00015877  0x000035a0 jam  0x00000004 , 0x00000d38 
+ 00015878  0x000035a1 branch  0x00003e0f 
+ 00015879  0x000035a4 fetcht  0x00000004 , 0x000046f9 
+ 00015880  0x000035a5 copy  0x00000022 , 0x0000003f 
+ 00015881  0x000035a6 isub  0x00000002 , 0x0000003e 
+ 00015882  0x000035a7 ncall  0x00003e0c , 0x00000002 
+ 00015883  0x000035a8 rtn 
+ 00015884  0x000035aa setarg  0x00000000 
+ 00015885  0x000035ab store  0x00000004 , 0x000046f9 
+ 00015886  0x000035ac rtn 
+ 00015887  0x000035b1 fetch  0x00000001 , 0x00000d38 
+ 00015888  0x000035b2 rtnbit0  0x00000002 
+ 00015889  0x000035b3 branch  0x00003e12 
+ 00015890  0x000035b5 hfetch  0x00000001 , 0x00008a04 
+ 00015891  0x000035b6 rtnbit0  0x00000007 
+ 00015892  0x000035b7 jam  0x00000020 , 0x00000d52 
+ 00015893  0x000035b8 setarg  0x00000001 
+ 00015894  0x000035b9 store  0x00000001 , 0x00000d54 
+ 00015895  0x000035ba fetch  0x00000007 , 0x0000469a 
+ 00015896  0x000035bb istore  0x00000007 , 0x00000005 
+ 00015897  0x000035bc rtn 
+ 00015898  0x000035c0 hfetch  0x00000002 , 0x00008050 
+ 00015899  0x000035c1 set0  0x0000000b , 0x0000003f 
+ 00015900  0x000035c2 hstore  0x00000002 , 0x00008050 
+ 00015901  0x000035c3 rtn 
+ 00015902  0x000035c6 setarg  0x00008c00 
+ 00015903  0x000035c7 store  0x00000002 , 0x00004575 
+ 00015904  0x000035c8 setarg  0x00008e7a 
+ 00015905  0x000035c9 store  0x00000002 , 0x000044bc 
+ 00015906  0x000035ca setarg  0x00002402 
+ 00015907  0x000035cb store  0x00000002 , 0x000040bd 
+ 00015908  0x000035cc setarg  0x00002580 
+ 00015909  0x000035cd store  0x00000003 , 0x000040aa 
+ 00015910  0x000035ce jam  0x00000003 , 0x00004173 
+ 00015911  0x000035cf jam  0x00000008 , 0x00004156 
+ 00015912  0x000035d0 jam  0x00000001 , 0x000046d9 
+ 00015913  0x000035d1 setarg  0x00000200 
+ 00015914  0x000035d2 store  0x00000002 , 0x00004154 
+ 00015915  0x000035d3 jam  0x00000017 , 0x000044a6 
+ 00015916  0x000035d4 jam  0x00000017 , 0x000044a8 
+ 00015917  0x000035d6 setarg  0x00000a77 
+ 00015918  0x000035d7 store  0x00000002 , 0x00004212 
+ 00015919  0x000035e7 setsect  0x00000000 , 0x00000306 
+ 00015920  0x000035e8 setsect  0x00000001 , 0x00004440 
+ 00015921  0x000035e9 setsect  0x00000002 , 0x00010000 
+ 00015922  0x000035ea setsect  0x00000003 , 0x00004408 
+ 00015923  0x000035eb store  0x00000009 , 0x00004577 
+ 00015924  0x000035ec setsect  0x00000000 , 0x00001224 
+ 00015925  0x000035ed setsect  0x00000001 , 0x00004000 
+ 00015926  0x000035ee setsect  0x00000002 , 0x00000000 
+ 00015927  0x000035ef istore  0x00000005 , 0x00000005 
+ 00015928  0x000035f1 setsect  0x00000000 , 0x0003ffff 
+ 00015929  0x000035f2 setsect  0x00000001 , 0x0002fe23 
+ 00015930  0x000035f3 setsect  0x00000002 , 0x000199d9 
+ 00015931  0x000035f4 setsect  0x00000003 , 0x0000020d 
+ 00015932  0x000035f5 store  0x00000008 , 0x00004098 
+ 00015933  0x000035f7 setarg  0x0000012c 
+ 00015934  0x000035f8 store  0x00000002 , 0x00004707 
+ 00015935  0x000035f9 call  0x000057a3 
+ 00015936  0x000035fa fetch  0x00000004 , 0x000046d3 
+ 00015937  0x000035fb rtnbit0  0x0000001f 
+ 00015938  0x000035fc call  0x00003e44 
+ 00015939  0x000035fd branch  0x00003e4c 
+ 00015940  0x00003600 fetcht  0x00000001 , 0x000046f7 
+ 00015941  0x00003601 call  0x000067fb 
+ 00015942  0x00003602 fetcht  0x00000001 , 0x000046f7 
+ 00015943  0x00003603 call  0x0000681d 
+ 00015944  0x00003604 jam  0x00000003 , 0x000046f6 
+ 00015945  0x00003605 rtn  0x00000001 
+ 00015946  0x00003606 jam  0x00000002 , 0x000046f6 
+ 00015947  0x00003607 rtn 
+ 00015948  0x0000360a fetcht  0x00000001 , 0x000046f8 
+ 00015949  0x0000360b call  0x000067fb 
+ 00015950  0x0000360c fetcht  0x00000001 , 0x000046f8 
+ 00015951  0x0000360d call  0x0000681d 
+ 00015952  0x0000360e jam  0x00000000 , 0x0000422d 
+ 00015953  0x0000360f rtn  0x00000001 
+ 00015954  0x00003610 jam  0x00000002 , 0x0000422d 
+ 00015955  0x00003611 rtn 
+ 00015956  0x00003615 fetch  0x00000001 , 0x0000422d 
+ 00015957  0x00003616 beq  0x00000000 , 0x00003e59 
+ 00015958  0x00003617 beq  0x00000001 , 0x00003e62 
+ 00015959  0x00003618 beq  0x00000002 , 0x00003e6b 
+ 00015960  0x00003619 branch  0x00003e59 
+ 00015961  0x0000361c fetcht  0x00000002 , 0x00004221 
+ 00015962  0x0000361d fetch  0x00000002 , 0x00004227 
+ 00015963  0x0000361e isub  0x00000002 , 0x0000003f 
+ 00015964  0x0000361f mul32  0x0000003f , 0x00000014 , 0x0000003f 
+ 00015965  0x00003620 div  0x0000003f , 0x00000064 
+ 00015966  0x00003621 call  0x00007f86 
+ 00015967  0x00003622 quotient  0x0000003f 
+ 00015968  0x00003623 store  0x00000002 , 0x000046d0 
+ 00015969  0x00003624 rtn 
+ 00015970  0x00003626 fetcht  0x00000002 , 0x0000421f 
+ 00015971  0x00003627 fetch  0x00000002 , 0x00004225 
+ 00015972  0x00003628 isub  0x00000002 , 0x0000003f 
+ 00015973  0x00003629 mul32  0x0000003f , 0x000000e6 , 0x0000003f 
+ 00015974  0x0000362a div  0x0000003f , 0x00000190 
+ 00015975  0x0000362b call  0x00007f86 
+ 00015976  0x0000362c quotient  0x0000003f 
+ 00015977  0x0000362d store  0x00000002 , 0x000046d0 
+ 00015978  0x0000362e rtn 
+ 00015979  0x00003630 fetch  0x00000002 , 0x00004223 
+ 00015980  0x00003631 store  0x00000002 , 0x000046d0 
+ 00015981  0x00003632 rtn 
+ 00015982  0x00003634 fetcht  0x00000001 , 0x0000423a 
+ 00015983  0x00003635 call  0x0000680e 
+ 00015984  0x00003636 call  0x000048fb 
+ 00015985  0x00003637 fetcht  0x00000001 , 0x000046e2 
+ 00015986  0x00003638 call  0x000067fb 
+ 00015987  0x00003639 fetcht  0x00000001 , 0x000046e3 
+ 00015988  0x0000363a call  0x000067fb 
+ 00015989  0x0000363b fetcht  0x00000001 , 0x000046e4 
+ 00015990  0x0000363c call  0x000067fb 
+ 00015991  0x0000363d fetcht  0x00000001 , 0x000046f3 
+ 00015992  0x0000363e call  0x000067fb 
+ 00015993  0x00003640 fetcht  0x00000001 , 0x000046dc 
+ 00015994  0x00003641 call  0x0000680e 
+ 00015995  0x00003643 fetcht  0x00000001 , 0x000046e8 
+ 00015996  0x00003644 call  0x000067fb 
+ 00015997  0x00003646 fetcht  0x00000001 , 0x000046e9 
+ 00015998  0x00003647 call  0x000067fb 
+ 00015999  0x00003649 fetcht  0x00000001 , 0x000046ea 
+ 00016000  0x0000364a call  0x000067fb 
+ 00016001  0x0000364b fetcht  0x00000001 , 0x000046eb 
+ 00016002  0x0000364c call  0x000067fb 
+ 00016003  0x0000364e fetcht  0x00000001 , 0x000046e5 
+ 00016004  0x0000364f call  0x000067fb 
+ 00016005  0x00003650 fetcht  0x00000001 , 0x000046e6 
+ 00016006  0x00003651 call  0x000067fb 
+ 00016007  0x00003653 fetcht  0x00000001 , 0x000046ef 
+ 00016008  0x00003654 call  0x0000680e 
+ 00016009  0x00003656 fetcht  0x00000001 , 0x000046f0 
+ 00016010  0x00003657 call  0x0000680e 
+ 00016011  0x00003659 fetcht  0x00000001 , 0x000046f1 
+ 00016012  0x0000365a call  0x0000680e 
+ 00016013  0x0000365c fetcht  0x00000001 , 0x000046f2 
+ 00016014  0x0000365d call  0x0000680e 
+ 00016015  0x0000365f fetcht  0x00000001 , 0x000046f4 
+ 00016016  0x00003660 call  0x0000680e 
+ 00016017  0x00003662 fetcht  0x00000001 , 0x000046ed 
+ 00016018  0x00003663 call  0x000067fb 
+ 00016019  0x00003665 fetcht  0x00000001 , 0x000046ec 
+ 00016020  0x00003666 call  0x000067fb 
+ 00016021  0x00003668 fetcht  0x00000001 , 0x000046e7 
+ 00016022  0x00003669 branch  0x000067fb 
+ 00016023  0x0000366c fetcht  0x00000001 , 0x000046e8 
+ 00016024  0x0000366d call  0x000067dd 
+ 00016025  0x0000366e fetcht  0x00000001 , 0x000046e9 
+ 00016026  0x0000366f call  0x000067dd 
+ 00016027  0x00003670 fetcht  0x00000001 , 0x000046ea 
+ 00016028  0x00003671 call  0x000067dd 
+ 00016029  0x00003672 fetcht  0x00000001 , 0x000046eb 
+ 00016030  0x00003673 branch  0x000067dd 
+ 00016031  0x00003676 fetcht  0x00000001 , 0x000046e8 
+ 00016032  0x00003677 call  0x00003ea7 
+ 00016033  0x00003678 fetcht  0x00000001 , 0x000046e9 
+ 00016034  0x00003679 call  0x00003ea7 
+ 00016035  0x0000367a fetcht  0x00000001 , 0x000046ea 
+ 00016036  0x0000367b call  0x00003ea7 
+ 00016037  0x0000367c fetcht  0x00000001 , 0x000046eb 
+ 00016038  0x0000367d branch  0x00003ea7 
+ 00016039  0x00003680 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00016040  0x00003681 rtn  0x00000005 
+ 00016041  0x00003682 and  0x00000002 , 0x0000007f , 0x00000007 
+ 00016042  0x00003683 hfetch  0x00000004 , 0x0000811c 
+ 00016043  0x00003684 qisolate1  0x0000003f 
+ 00016044  0x00003685 hfetch  0x00000004 , 0x00008078 
+ 00016045  0x00003686 qsetflag  0x00000001 , 0x0000003f 
+ 00016046  0x00003687 hstore  0x00000004 , 0x00008078 
+ 00016047  0x00003688 hfetch  0x00000004 , 0x0000807c 
+ 00016048  0x00003689 nqsetflag  0x00000001 , 0x0000003f 
+ 00016049  0x0000368a hstore  0x00000004 , 0x0000807c 
+ 00016050  0x0000368b rtn 
+ 00016051  0x0000368e enable  0x00000028 
+ 00016052  0x0000368f hfetch  0x00000004 , 0x00008138 
+ 00016053  0x00003690 setflag  0x00000028 , 0x0000001a , 0x0000003f 
+ 00016054  0x00003691 hstore  0x00000004 , 0x0000804c 
+ 00016055  0x00003692 call  0x00002c21 
+ 00016056  0x00003693 call  0x00004482 
+ 00016057  0x00003694 call  0x00003e9f 
+ 00016058  0x00003696 branch  0x00003ebf 
+ 00016059  0x0000369b call  0x00003ebf 
+ 00016060  0x0000369c fetch  0x00000001 , 0x000000a0 
+ 00016061  0x0000369d nrtn  0x00000034 
+ 00016062  0x0000369e branch  0x000067ed 
+ 00016063  0x000036a1 call  0x00003ee0 
+ 00016064  0x000036a2 arg  0x00000019 , 0x00000002 
+ 00016065  0x000036a3 fetch  0x00000004 , 0x000046d3 
+ 00016066  0x000036a4 isolate1  0x00000012 , 0x0000003f 
+ 00016067  0x000036a5 call  0x00003ede , 0x00000001 
+ 00016068  0x000036a6 call  0x0000680e 
+ 00016069  0x000036a7 call  0x000063ee 
+ 00016070  0x000036ab fetcht  0x00000001 , 0x000046e2 
+ 00016071  0x000036ac call  0x000067dd 
+ 00016072  0x000036ad fetcht  0x00000001 , 0x000046e3 
+ 00016073  0x000036ae call  0x000067dd 
+ 00016074  0x000036af fetcht  0x00000001 , 0x000046e4 
+ 00016075  0x000036b0 call  0x000067dd 
+ 00016076  0x000036b2 fetcht  0x00000001 , 0x000046e5 
+ 00016077  0x000036b3 call  0x000067dd 
+ 00016078  0x000036b4 fetcht  0x00000001 , 0x000046e6 
+ 00016079  0x000036b5 call  0x000067dd 
+ 00016080  0x000036b6 fetcht  0x00000001 , 0x000046e7 
+ 00016081  0x000036b7 call  0x000067dd 
+ 00016082  0x000036b8 fetcht  0x00000001 , 0x000046ed 
+ 00016083  0x000036b9 call  0x000067dd 
+ 00016084  0x000036ba fetcht  0x00000001 , 0x000046e8 
+ 00016085  0x000036bb call  0x000067dd 
+ 00016086  0x000036bc fetcht  0x00000001 , 0x000046e9 
+ 00016087  0x000036bd call  0x000067dd 
+ 00016088  0x000036be fetcht  0x00000001 , 0x000046ea 
+ 00016089  0x000036bf call  0x000067dd 
+ 00016090  0x000036c0 fetcht  0x00000001 , 0x000046eb 
+ 00016091  0x000036c1 call  0x000067dd 
+ 00016092  0x000036c2 fetcht  0x00000001 , 0x000046f3 
+ 00016093  0x000036c3 branch  0x000067e1 
+ 00016094  0x000036c8 arg  0x0000001e , 0x00000002 
+ 00016095  0x000036c9 rtn 
+ 00016096  0x000036cc bpatch  0x000000e4 , 0x0000401c 
+ 00016097  0x000036cd call  0x00003eee 
+ 00016098  0x000036ce call  0x00003f36 
+ 00016099  0x000036cf fetch  0x00000001 , 0x000046b8 
+ 00016100  0x000036d0 fetcht  0x00000001 , 0x000046b7 
+ 00016101  0x000036d1 store  0x00000001 , 0x000046b7 
+ 00016102  0x000036d2 isub  0x00000002 , 0x0000003e 
+ 00016103  0x000036d3 nbranch  0x000033d4 , 0x00000005 
+ 00016104  0x000036d4 fetch  0x00000001 , 0x000046be 
+ 00016105  0x000036d5 fetcht  0x00000001 , 0x000046bd 
+ 00016106  0x000036d6 store  0x00000001 , 0x000046bd 
+ 00016107  0x000036d7 isub  0x00000002 , 0x0000003e 
+ 00016108  0x000036d8 nbranch  0x000033d4 , 0x00000005 
+ 00016109  0x000036d9 rtn 
+ 00016110  0x000036db fetch  0x00000001 , 0x000046ea 
+ 00016111  0x000036dc rtneq  0x000000ff 
+ 00016112  0x000036dd arg  0x00000000 , 0x00000011 
+ 00016113  0x000036de fetcht  0x00000001 , 0x000046ea 
+ 00016114  0x000036df call  0x0000681d 
+ 00016115  0x000036e0 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016116  0x000036e1 fetcht  0x00000001 , 0x000046eb 
+ 00016117  0x000036e2 call  0x0000681d 
+ 00016118  0x000036e3 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016119  0x000036e4 copy  0x00000011 , 0x0000003f 
+ 00016120  0x000036e5 store  0x00000001 , 0x000046b8 
+ 00016121  0x000036e6 beq  0x00000001 , 0x00003efe 
+ 00016122  0x000036e7 beq  0x00000002 , 0x00003f02 
+ 00016123  0x000036e8 fetch  0x00000001 , 0x000046b9 
+ 00016124  0x000036e9 bbit1  0x00000007 , 0x00003f0e 
+ 00016125  0x000036ea rtn 
+ 00016126  0x000036ed fetch  0x00000001 , 0x000046b7 
+ 00016127  0x000036ee beq  0x00000000 , 0x00003f06 
+ 00016128  0x000036ef beq  0x00000003 , 0x00003f08 
+ 00016129  0x000036f0 rtn 
+ 00016130  0x000036f2 fetch  0x00000001 , 0x000046b7 
+ 00016131  0x000036f3 beq  0x00000000 , 0x00003f0a 
+ 00016132  0x000036f4 beq  0x00000003 , 0x00003f0c 
+ 00016133  0x000036f5 rtn 
+ 00016134  0x000036f7 jam  0x00000082 , 0x000046b9 
+ 00016135  0x000036f8 rtn 
+ 00016136  0x000036fa jam  0x00000081 , 0x000046b9 
+ 00016137  0x000036fb rtn 
+ 00016138  0x000036fd jam  0x00000080 , 0x000046b9 
+ 00016139  0x000036fe rtn 
+ 00016140  0x00003700 jam  0x00000083 , 0x000046b9 
+ 00016141  0x00003701 rtn 
+ 00016142  0x00003703 fetch  0x00000001 , 0x000046b9 
+ 00016143  0x00003704 set0  0x00000007 , 0x0000003f 
+ 00016144  0x00003705 store  0x00000001 , 0x000046b9 
+ 00016145  0x00003706 beq  0x00000000 , 0x00003f16 
+ 00016146  0x00003707 beq  0x00000001 , 0x00003f19 
+ 00016147  0x00003708 beq  0x00000002 , 0x00003f1c 
+ 00016148  0x00003709 beq  0x00000003 , 0x00003f1f 
+ 00016149  0x0000370a rtn 
+ 00016150  0x0000370c fetch  0x00000001 , 0x000046b8 
+ 00016151  0x0000370d beq  0x00000003 , 0x00003f22 
+ 00016152  0x0000370e rtn 
+ 00016153  0x00003710 fetch  0x00000001 , 0x000046b8 
+ 00016154  0x00003711 beq  0x00000000 , 0x00003f22 
+ 00016155  0x00003712 rtn 
+ 00016156  0x00003714 fetch  0x00000001 , 0x000046b8 
+ 00016157  0x00003715 beq  0x00000003 , 0x00003f2c 
+ 00016158  0x00003716 rtn 
+ 00016159  0x00003718 fetch  0x00000001 , 0x000046b8 
+ 00016160  0x00003719 beq  0x00000000 , 0x00003f2c 
+ 00016161  0x0000371a rtn 
+ 00016162  0x0000371c fetch  0x00000001 , 0x000046bc 
+ 00016163  0x0000371d increase  0x00000001 , 0x0000003f 
+ 00016164  0x0000371e store  0x00000001 , 0x000046bc 
+ 00016165  0x0000371f sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016166  0x00003720 rtn  0x00000002 
+ 00016167  0x00003721 jam  0x00000000 , 0x000046bc 
+ 00016168  0x00003722 fetch  0x00000001 , 0x000046ba 
+ 00016169  0x00003723 increase  0x00000001 , 0x0000003f 
+ 00016170  0x00003724 store  0x00000001 , 0x000046ba 
+ 00016171  0x00003725 rtn 
+ 00016172  0x00003727 fetch  0x00000001 , 0x000046bb 
+ 00016173  0x00003728 increase  0x00000001 , 0x0000003f 
+ 00016174  0x00003729 store  0x00000001 , 0x000046bb 
+ 00016175  0x0000372a sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00016176  0x0000372b rtn  0x00000002 
+ 00016177  0x0000372c jam  0x00000000 , 0x000046bb 
+ 00016178  0x0000372d fetch  0x00000001 , 0x000046ba 
+ 00016179  0x0000372e increase  0xffffffff , 0x0000003f 
+ 00016180  0x0000372f store  0x00000001 , 0x000046ba 
+ 00016181  0x00003730 rtn 
+ 00016182  0x00003734 fetch  0x00000001 , 0x000046e8 
+ 00016183  0x00003735 rtneq  0x000000ff 
+ 00016184  0x00003736 arg  0x00000000 , 0x00000011 
+ 00016185  0x00003737 fetcht  0x00000001 , 0x000046e8 
+ 00016186  0x00003738 call  0x0000681d 
+ 00016187  0x00003739 setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016188  0x0000373a fetcht  0x00000001 , 0x000046e9 
+ 00016189  0x0000373b call  0x0000681d 
+ 00016190  0x0000373c setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016191  0x0000373d copy  0x00000011 , 0x0000003f 
+ 00016192  0x0000373e store  0x00000001 , 0x000046be 
+ 00016193  0x0000373f beq  0x00000001 , 0x00003f46 
+ 00016194  0x00003740 beq  0x00000002 , 0x00003f4a 
+ 00016195  0x00003741 fetch  0x00000001 , 0x000046bf 
+ 00016196  0x00003742 bbit1  0x00000007 , 0x00003f56 
+ 00016197  0x00003743 rtn 
+ 00016198  0x00003746 fetch  0x00000001 , 0x000046bd 
+ 00016199  0x00003747 beq  0x00000000 , 0x00003f4e 
+ 00016200  0x00003748 beq  0x00000003 , 0x00003f50 
+ 00016201  0x00003749 rtn 
+ 00016202  0x0000374b fetch  0x00000001 , 0x000046bd 
+ 00016203  0x0000374c beq  0x00000000 , 0x00003f52 
+ 00016204  0x0000374d beq  0x00000003 , 0x00003f54 
+ 00016205  0x0000374e rtn 
+ 00016206  0x00003750 jam  0x00000082 , 0x000046bf 
+ 00016207  0x00003751 rtn 
+ 00016208  0x00003753 jam  0x00000081 , 0x000046bf 
+ 00016209  0x00003754 rtn 
+ 00016210  0x00003756 jam  0x00000080 , 0x000046bf 
+ 00016211  0x00003757 rtn 
+ 00016212  0x00003759 jam  0x00000083 , 0x000046bf 
+ 00016213  0x0000375a rtn 
+ 00016214  0x0000375c fetch  0x00000001 , 0x000046bf 
+ 00016215  0x0000375d set0  0x00000007 , 0x0000003f 
+ 00016216  0x0000375e store  0x00000001 , 0x000046bf 
+ 00016217  0x0000375f beq  0x00000000 , 0x00003f5e 
+ 00016218  0x00003760 beq  0x00000001 , 0x00003f61 
+ 00016219  0x00003761 beq  0x00000002 , 0x00003f64 
+ 00016220  0x00003762 beq  0x00000003 , 0x00003f67 
+ 00016221  0x00003763 rtn 
+ 00016222  0x00003765 fetch  0x00000001 , 0x000046be 
+ 00016223  0x00003766 beq  0x00000003 , 0x00003f6a 
+ 00016224  0x00003767 rtn 
+ 00016225  0x00003769 fetch  0x00000001 , 0x000046be 
+ 00016226  0x0000376a beq  0x00000000 , 0x00003f6a 
+ 00016227  0x0000376b rtn 
+ 00016228  0x0000376d fetch  0x00000001 , 0x000046be 
+ 00016229  0x0000376e beq  0x00000003 , 0x00003f6f 
+ 00016230  0x0000376f rtn 
+ 00016231  0x00003771 fetch  0x00000001 , 0x000046be 
+ 00016232  0x00003772 beq  0x00000000 , 0x00003f6f 
+ 00016233  0x00003773 rtn 
+ 00016234  0x00003775 jam  0x00000000 , 0x000046c2 
+ 00016235  0x00003776 fetch  0x00000001 , 0x000046c0 
+ 00016236  0x00003777 increase  0x00000001 , 0x0000003f 
+ 00016237  0x00003778 store  0x00000001 , 0x000046c0 
+ 00016238  0x00003779 rtn 
+ 00016239  0x0000377b jam  0x00000000 , 0x000046c1 
+ 00016240  0x0000377c fetch  0x00000001 , 0x000046c0 
+ 00016241  0x0000377d increase  0xffffffff , 0x0000003f 
+ 00016242  0x0000377e store  0x00000001 , 0x000046c0 
+ 00016243  0x0000377f rtn 
+ 00016244  0x00003783 setarg  0x00000002 
+ 00016245  0x00003784 store  0x00000001 , 0x00004680 
+ 00016246  0x00003785 rtn 
+ 00016247  0x00003788 fetch  0x00000001 , 0x000041e2 
+ 00016248  0x00003789 rtn  0x00000034 
+ 00016249  0x0000378a call  0x00005271 
+ 00016250  0x0000378b nrtn  0x00000034 
+ 00016251  0x0000378c fetch  0x00000004 , 0x000046d3 
+ 00016252  0x0000378d bbit1  0x00000003 , 0x00003f8a 
+ 00016253  0x0000378e bbit1  0x00000000 , 0x00003f8a 
+ 00016254  0x0000378f bbit1  0x00000005 , 0x00003f8a 
+ 00016255  0x00003790 call  0x00003f97 
+ 00016256  0x00003791 nrtn  0x00000028 
+ 00016257  0x00003793 arg  0x00000009 , 0x00000011 
+ 00016258  0x00003794 call  0x00004d63 
+ 00016259  0x00003795 fetch  0x00000002 , 0x0000424e 
+ 00016260  0x00003796 istore  0x00000002 , 0x00000005 
+ 00016261  0x00003797 setarg  0x000002a1 
+ 00016262  0x00003798 istore  0x00000002 , 0x00000005 
+ 00016263  0x00003799 fetch  0x00000007 , 0x0000469a 
+ 00016264  0x0000379a istore  0x00000007 , 0x00000005 
+ 00016265  0x0000379b rtn 
+ 00016266  0x0000379f setarg  0x00000000 
+ 00016267  0x000037a0 store  0x00000007 , 0x0000469a 
+ 00016268  0x000037a1 branch  0x00003f81 
+ 00016269  0x000037a5 fetch  0x00000002 , 0x000046aa 
+ 00016270  0x000037a6 store  0x00000002 , 0x000046b0 
+ 00016271  0x000037a7 rtn 
+ 00016272  0x000037ab bpatch  0x000000e5 , 0x0000401c 
+ 00016273  0x000037ac arg  0x00000007 , 0x00000011 
+ 00016274  0x000037ad fetcht  0x00000002 , 0x0000446f 
+ 00016275  0x000037ae call  0x00005a64 
+ 00016276  0x000037af fetch  0x00000007 , 0x0000469a 
+ 00016277  0x000037b0 istore  0x00000007 , 0x00000005 
+ 00016278  0x000037b1 rtn 
+ 00016279  0x000037b4 bpatch  0x000000e6 , 0x0000401c 
+ 00016280  0x000037b5 disable  0x00000028 
+ 00016281  0x000037b6 setarg  0x00000000 
+ 00016282  0x000037b7 store  0x00000006 , 0x0000469b 
+ 00016283  0x000037b8 call  0x00003fb5 
+ 00016284  0x000037b9 call  0x00004079 
+ 00016285  0x000037ba call  0x0000407e 
+ 00016286  0x000037bb call  0x00004099 
+ 00016287  0x000037bc nrtn  0x00000028 
+ 00016288  0x000037bd call  0x00003f8d 
+ 00016289  0x000037be arg  0x00000008 , 0x00000007 
+ 00016290  0x000037bf branch  0x000043ce 
+ 00016291  0x000037c2 fetch  0x00000002 , 0x0000469b 
+ 00016292  0x000037c3 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016293  0x000037c4 store  0x00000002 , 0x0000469b 
+ 00016294  0x000037c5 branch  0x00007fe7 
+ 00016295  0x000037c7 fetch  0x00000002 , 0x0000469d 
+ 00016296  0x000037c8 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016297  0x000037c9 store  0x00000002 , 0x0000469d 
+ 00016298  0x000037ca branch  0x00007fe7 
+ 00016299  0x000037cc fetch  0x00000002 , 0x0000469d 
+ 00016300  0x000037cd sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016301  0x000037ce store  0x00000002 , 0x0000469d 
+ 00016302  0x000037cf fetch  0x00000002 , 0x0000469b 
+ 00016303  0x000037d0 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00016304  0x000037d1 store  0x00000002 , 0x0000469b 
+ 00016305  0x000037d2 call  0x00004002 
+ 00016306  0x000037d3 branch  0x00007fe7 
+ 00016307  0x000037d5 call  0x00004002 
+ 00016308  0x000037d6 branch  0x00007fe7 
+ 00016309  0x000037d8 fetch  0x00000001 , 0x00004239 
+ 00016310  0x000037d9 rtnne  0x00000000 
+ 00016311  0x000037da fetch  0x00000001 , 0x000046e0 
+ 00016312  0x000037db beq  0x00000000 , 0x00003fe2 
+ 00016313  0x000037dc beq  0x00000001 , 0x00003fe2 
+ 00016314  0x000037dd beq  0x00000002 , 0x00003fe2 
+ 00016315  0x000037de beq  0x00000003 , 0x00003fe2 
+ 00016316  0x000037df beq  0x00000004 , 0x00003fc4 
+ 00016317  0x000037e0 beq  0x00000005 , 0x00004010 
+ 00016318  0x000037e1 beq  0x00000006 , 0x00003fe2 
+ 00016319  0x000037e2 branch  0x00003fe2 
+ 00016320  0x000037e5 fetch  0x00000001 , 0x000046a7 
+ 00016321  0x000037e6 call  0x0000405d , 0x00000034 
+ 00016322  0x000037e7 jam  0x00000001 , 0x000046a7 
+ 00016323  0x000037e8 rtn 
+ 00016324  0x000037ec call  0x00003fc0 
+ 00016325  0x000037ed fetcht  0x00000001 , 0x000046f3 
+ 00016326  0x000037ee call  0x0000681d 
+ 00016327  0x000037ef nrtn  0x00000001 
+ 00016328  0x000037f0 setarg  0x00000000 
+ 00016329  0x000037f1 call  0x00006414 
+ 00016330  0x000037f2 bne  0x00000030 , 0x000040d1 
+ 00016331  0x000037f3 setarg  0x00000002 
+ 00016332  0x000037f4 call  0x00006414 
+ 00016333  0x000037f5 rtnbit0  0x00000007 
+ 00016334  0x000037f6 call  0x0000405d 
+ 00016335  0x000037f7 call  0x00003fde 
+ 00016336  0x000037f8 store  0x00000001 , 0x000046a1 
+ 00016337  0x000037f9 rshift4  0x0000003f , 0x0000003f 
+ 00016338  0x000037fa call  0x00004169 
+ 00016339  0x000037fb store  0x00000001 , 0x0000469c 
+ 00016340  0x000037fc fetch  0x00000001 , 0x000046a1 
+ 00016341  0x000037fd and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00016342  0x000037fe call  0x00004169 
+ 00016343  0x000037ff store  0x00000001 , 0x0000469e 
+ 00016344  0x00003800 fetch  0x00000001 , 0x000046f6 
+ 00016345  0x00003801 beq  0x00000000 , 0x00003fa3 
+ 00016346  0x00003802 beq  0x00000001 , 0x00003fab 
+ 00016347  0x00003803 beq  0x00000002 , 0x00003fa7 
+ 00016348  0x00003804 beq  0x00000003 , 0x00003fb3 
+ 00016349  0x00003805 rtn 
+ 00016350  0x00003808 setarg  0x00000012 
+ 00016351  0x00003809 branch  0x00006414 
+ 00016352  0x0000380c beq  0x00000031 , 0x00003fea 
+ 00016353  0x0000380d branch  0x000040d1 
+ 00016354  0x00003810 call  0x00003fc0 
+ 00016355  0x00003811 disable  0x00000028 
+ 00016356  0x00003812 fetcht  0x00000001 , 0x000046f3 
+ 00016357  0x00003813 call  0x0000681d 
+ 00016358  0x00003814 nrtn  0x00000001 
+ 00016359  0x00003815 setarg  0x00000000 
+ 00016360  0x00003816 call  0x00006414 
+ 00016361  0x00003817 bne  0x00000030 , 0x00003fe0 
+ 00016362  0x00003819 setarg  0x00000002 
+ 00016363  0x0000381a call  0x00006414 
+ 00016364  0x0000381b rtnbit0  0x00000007 
+ 00016365  0x0000381c call  0x0000405d 
+ 00016366  0x0000381d fetch  0x00000001 , 0x0000469b 
+ 00016367  0x0000381e call  0x00004165 
+ 00016368  0x0000381f store  0x00000002 , 0x0000469b 
+ 00016369  0x00003820 fetch  0x00000001 , 0x0000469d 
+ 00016370  0x00003821 call  0x00004165 
+ 00016371  0x00003822 store  0x00000002 , 0x0000469d 
+ 00016372  0x00003823 fetch  0x00000001 , 0x000046f6 
+ 00016373  0x00003824 beq  0x00000000 , 0x00003ffa 
+ 00016374  0x00003825 beq  0x00000001 , 0x00003ffc 
+ 00016375  0x00003826 beq  0x00000002 , 0x00003ffe 
+ 00016376  0x00003827 beq  0x00000003 , 0x00004000 
+ 00016377  0x00003828 rtn 
+ 00016378  0x0000382b call  0x00003fa3 
+ 00016379  0x0000382c branch  0x000040b3 
+ 00016380  0x0000382e call  0x00003fab 
+ 00016381  0x0000382f branch  0x000040b3 
+ 00016382  0x00003831 call  0x00003fa7 
+ 00016383  0x00003832 branch  0x000040b3 
+ 00016384  0x00003834 call  0x00003fb3 
+ 00016385  0x00003835 branch  0x000040b3 
+ 00016386  0x00003838 fetch  0x00000002 , 0x0000469d 
+ 00016387  0x00003839 fetcht  0x00000002 , 0x0000469b 
+ 00016388  0x0000383a store  0x00000002 , 0x0000469b 
+ 00016389  0x0000383b storet  0x00000002 , 0x0000469d 
+ 00016390  0x0000383c rtn 
+ 00016391  0x0000383f call  0x0000640f 
+ 00016392  0x00003840 nop  0x00000064 
+ 00016393  0x00003841 copy  0x00000012 , 0x0000003f 
+ 00016394  0x00003842 call  0x00006414 
+ 00016395  0x00003843 copy  0x0000003f , 0x00000012 
+ 00016396  0x00003844 call  0x00006411 
+ 00016397  0x00003845 nop  0x00000064 
+ 00016398  0x00003846 copy  0x00000012 , 0x0000003f 
+ 00016399  0x00003847 rtn 
+ 00016400  0x00003849 disable  0x00000028 
+ 00016401  0x0000384a fetcht  0x00000001 , 0x000046f3 
+ 00016402  0x0000384b call  0x0000681d 
+ 00016403  0x0000384c nrtn  0x00000001 
+ 00016404  0x0000384d arg  0x00000002 , 0x00000012 
+ 00016405  0x0000384e call  0x00004007 
+ 00016406  0x0000384f rtnbit0  0x00000007 
+ 00016407  0x00003850 arg  0x00000000 , 0x00000012 
+ 00016408  0x00003851 call  0x00004007 
+ 00016409  0x00003852 store  0x00000001 , 0x000046dd 
+ 00016410  0x00003853 bne  0x0000003e , 0x00004145 
+ 00016411  0x00003854 fetch  0x00000001 , 0x000046a7 
+ 00016412  0x00003855 call  0x00004039 , 0x00000034 
+ 00016413  0x00003856 jam  0x00000001 , 0x000046a7 
+ 00016414  0x00003857 call  0x00004039 
+ 00016415  0x00003858 fetch  0x00000001 , 0x000046a1 
+ 00016416  0x00003859 rshift4  0x0000003f , 0x0000003f 
+ 00016417  0x0000385a call  0x00004169 
+ 00016418  0x0000385b store  0x00000001 , 0x0000469c 
+ 00016419  0x0000385c fetch  0x00000001 , 0x000046a1 
+ 00016420  0x0000385d and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00016421  0x0000385e call  0x00004169 
+ 00016422  0x0000385f store  0x00000001 , 0x0000469e 
+ 00016423  0x00003860 fetch  0x00000001 , 0x000046f6 
+ 00016424  0x00003861 beq  0x00000000 , 0x00004031 
+ 00016425  0x00003862 beq  0x00000001 , 0x00004035 
+ 00016426  0x00003863 beq  0x00000002 , 0x00004033 
+ 00016427  0x00003864 beq  0x00000003 , 0x00004037 
+ 00016428  0x00003865 rtn 
+ 00016429  0x00003868 fetch  0x00000001 , 0x000046a4 
+ 00016430  0x00003869 beq  0x00000000 , 0x00004051 
+ 00016431  0x0000386a beq  0x00000001 , 0x00004045 
+ 00016432  0x0000386b rtn 
+ 00016433  0x0000386f call  0x00003fa3 
+ 00016434  0x00003870 branch  0x0000402d 
+ 00016435  0x00003873 call  0x00003fa7 
+ 00016436  0x00003874 branch  0x0000402d 
+ 00016437  0x00003877 call  0x00003fab 
+ 00016438  0x00003878 branch  0x0000402d 
+ 00016439  0x0000387b call  0x00003fb3 
+ 00016440  0x0000387c branch  0x0000402d 
+ 00016441  0x0000387f call  0x0000640f 
+ 00016442  0x00003880 call  0x0000405d 
+ 00016443  0x00003881 arg  0x00000005 , 0x0000003f 
+ 00016444  0x00003882 call  0x00006414 
+ 00016445  0x00003883 store  0x00000001 , 0x000046a1 
+ 00016446  0x00003884 arg  0x00000007 , 0x0000003f 
+ 00016447  0x00003885 call  0x00006414 
+ 00016448  0x00003886 store  0x00000001 , 0x000046a2 
+ 00016449  0x00003887 arg  0x00000008 , 0x0000003f 
+ 00016450  0x00003888 call  0x00006414 
+ 00016451  0x00003889 store  0x00000001 , 0x000046a3 
+ 00016452  0x0000388a branch  0x00006411 
+ 00016453  0x0000388e fetch  0x00000001 , 0x000046a2 
+ 00016454  0x0000388f rtnne  0x00000000 
+ 00016455  0x00003890 fetch  0x00000001 , 0x000046a3 
+ 00016456  0x00003891 sub  0x0000003f , 0x0000002d , 0x0000003e 
+ 00016457  0x00003892 rtn  0x00000002 
+ 00016458  0x00003893 jam  0x00000000 , 0x000046a4 
+ 00016459  0x00003894 setarg  0x0000ba41 
+ 00016460  0x00003895 call  0x00006405 
+ 00016461  0x00003896 setarg  0x00000032 
+ 00016462  0x00003897 call  0x00006405 
+ 00016463  0x00003898 setarg  0x0000b541 
+ 00016464  0x00003899 branch  0x00006405 
+ 00016465  0x0000389b fetch  0x00000001 , 0x000046a2 
+ 00016466  0x0000389c rtnne  0x00000000 
+ 00016467  0x0000389d fetch  0x00000001 , 0x000046a3 
+ 00016468  0x0000389e sub  0x0000003f , 0x0000002d , 0x0000003e 
+ 00016469  0x0000389f nrtn  0x00000002 
+ 00016470  0x000038a0 jam  0x00000001 , 0x000046a4 
+ 00016471  0x000038a1 setarg  0x0000ba41 
+ 00016472  0x000038a2 call  0x00006405 
+ 00016473  0x000038a3 setarg  0x00008032 
+ 00016474  0x000038a4 call  0x00006405 
+ 00016475  0x000038a5 setarg  0x0000b541 
+ 00016476  0x000038a6 branch  0x00006405 
+ 00016477  0x000038ab arg  0x00000003 , 0x0000003f 
+ 00016478  0x000038ac call  0x00006414 
+ 00016479  0x000038ad store  0x00000002 , 0x0000469b 
+ 00016480  0x000038ae arg  0x00000004 , 0x0000003f 
+ 00016481  0x000038af call  0x00006414 
+ 00016482  0x000038b0 store  0x00000002 , 0x0000469d 
+ 00016483  0x000038b1 rtn 
+ 00016484  0x000038b4 arg  0x0000001b , 0x00000002 
+ 00016485  0x000038b5 call  0x000067fb 
+ 00016486  0x000038b6 arg  0x0000001b , 0x00000002 
+ 00016487  0x000038b7 call  0x0000681d 
+ 00016488  0x000038b8 rtn  0x00000001 
+ 00016489  0x000038b9 hfetch  0x00000001 , 0x00008109 
+ 00016490  0x000038ba set1  0x00000004 , 0x0000003f 
+ 00016491  0x000038bb hstore  0x00000001 , 0x00008109 
+ 00016492  0x000038bc rtn 
+ 00016493  0x000038bf fetcht  0x00000001 , 0x000046c0 
+ 00016494  0x000038c0 hfetch  0x00000001 , 0x00008109 
+ 00016495  0x000038c1 iadd  0x00000002 , 0x0000003f 
+ 00016496  0x000038c2 rtn  0x00000034 
+ 00016497  0x000038c3 store  0x00000001 , 0x0000469f 
+ 00016498  0x000038c4 jam  0x00000000 , 0x000046c0 
+ 00016499  0x000038c5 branch  0x00007fe7 
+ 00016500  0x000038c7 fetcht  0x00000001 , 0x000046c0 
+ 00016501  0x000038c8 hfetch  0x00000001 , 0x00008109 
+ 00016502  0x000038c9 iadd  0x00000002 , 0x0000003f 
+ 00016503  0x000038ca store  0x00000001 , 0x000046c0 
+ 00016504  0x000038cb rtn 
+ 00016505  0x000038cd fetch  0x00000001 , 0x000046c0 
+ 00016506  0x000038ce rtn  0x00000034 
+ 00016507  0x000038cf store  0x00000001 , 0x0000469f 
+ 00016508  0x000038d0 jam  0x00000000 , 0x000046c0 
+ 00016509  0x000038d1 branch  0x00007fe7 
+ 00016510  0x000038d4 fetch  0x00000001 , 0x000046ba 
+ 00016511  0x000038d5 rtn  0x00000034 
+ 00016512  0x000038d6 store  0x00000001 , 0x000046a0 
+ 00016513  0x000038d7 jam  0x00000000 , 0x000046ba 
+ 00016514  0x000038d8 branch  0x00007fe7 
+ 00016515  0x000038db arg  0x00000000 , 0x00000011 
+ 00016516  0x000038dc fetcht  0x00000001 , 0x000046e2 
+ 00016517  0x000038dd call  0x0000681d 
+ 00016518  0x000038de setflag  0x00000001 , 0x00000000 , 0x00000011 
+ 00016519  0x000038df fetcht  0x00000001 , 0x000046e3 
+ 00016520  0x000038e0 call  0x0000681d 
+ 00016521  0x000038e1 setflag  0x00000001 , 0x00000001 , 0x00000011 
+ 00016522  0x000038e2 fetcht  0x00000001 , 0x000046e4 
+ 00016523  0x000038e3 call  0x0000681d 
+ 00016524  0x000038e4 setflag  0x00000001 , 0x00000002 , 0x00000011 
+ 00016525  0x000038e5 call  0x00004090 
+ 00016526  0x000038e7 copy  0x00000011 , 0x0000003f 
+ 00016527  0x000038e8 rtn 
+ 00016528  0x000038ea fetch  0x00000001 , 0x000046e5 
+ 00016529  0x000038eb rtneq  0x000000ff 
+ 00016530  0x000038ec fetcht  0x00000001 , 0x000046e5 
+ 00016531  0x000038ed call  0x0000681d 
+ 00016532  0x000038ee setflag  0x00000001 , 0x00000003 , 0x00000011 
+ 00016533  0x000038ef fetcht  0x00000001 , 0x000046e6 
+ 00016534  0x000038f0 call  0x0000681d 
+ 00016535  0x000038f1 setflag  0x00000001 , 0x00000004 , 0x00000011 
+ 00016536  0x000038f2 rtn 
+ 00016537  0x000038f5 call  0x00004083 
+ 00016538  0x000038f6 call  0x000040a8 
+ 00016539  0x000038f7 call  0x000040a3 
+ 00016540  0x000038f8 copy  0x00000011 , 0x0000003f 
+ 00016541  0x000038f9 fetcht  0x00000001 , 0x0000469a 
+ 00016542  0x000038fa store  0x00000001 , 0x0000469a 
+ 00016543  0x000038fb ixor  0x00000002 , 0x0000003f 
+ 00016544  0x000038fc sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00016545  0x000038fd rtn  0x00000005 
+ 00016546  0x000038fe branch  0x00007fe7 
+ 00016547  0x00003901 rtnmark0  0x00000026 
+ 00016548  0x00003902 copy  0x00000011 , 0x0000003f 
+ 00016549  0x00003903 rtn  0x00000034 
+ 00016550  0x00003904 store  0x00000001 , 0x0000469a 
+ 00016551  0x00003905 branch  0x00007fe7 
+ 00016552  0x00003909 fetch  0x00000002 , 0x00004682 
+ 00016553  0x0000390a bbit1  0x00000009 , 0x000040ad 
+ 00016554  0x0000390b fetch  0x00000002 , 0x00004682 
+ 00016555  0x0000390c bbit1  0x00000000 , 0x000040b0 
+ 00016556  0x0000390d rtn 
+ 00016557  0x0000390f copy  0x00000011 , 0x0000003f 
+ 00016558  0x00003910 nbranch  0x00005820 , 0x00000034 
+ 00016559  0x00003911 branch  0x00005822 
+ 00016560  0x00003913 copy  0x00000011 , 0x0000003f 
+ 00016561  0x00003914 nbranch  0x00002bc7 , 0x00000034 
+ 00016562  0x00003915 branch  0x00002bc9 
+ 00016563  0x00003919 bpatch  0x000000e7 , 0x0000401c 
+ 00016564  0x0000391a arg  0x0000001a , 0x00000002 
+ 00016565  0x0000391b fetch  0x00000004 , 0x000046d3 
+ 00016566  0x0000391c isolate1  0x00000012 , 0x0000003f 
+ 00016567  0x0000391d call  0x000040be , 0x00000001 
+ 00016568  0x0000391e call  0x0000681d 
+ 00016569  0x0000391f rtn  0x00000001 
+ 00016570  0x00003920 setarg  0x0000000a 
+ 00016571  0x00003921 call  0x00006414 
+ 00016572  0x00003922 nop  0x000003e8 
+ 00016573  0x00003923 branch  0x000040b3 
+ 00016574  0x00003925 arg  0x0000001f , 0x00000002 
+ 00016575  0x00003926 rtn 
+ 00016576  0x00003929 fetch  0x00000004 , 0x000046d3 
+ 00016577  0x0000392a bbit1  0x00000012 , 0x000040c4 
+ 00016578  0x0000392c arg  0x0000001a , 0x00000002 
+ 00016579  0x0000392d branch  0x000067fe 
+ 00016580  0x0000392f arg  0x0000001f , 0x00000002 
+ 00016581  0x00003930 branch  0x000067fe 
+ 00016582  0x00003934 call  0x00003d36 
+ 00016583  0x00003935 rtn  0x0000002b 
+ 00016584  0x00003936 call  0x000040c0 
+ 00016585  0x00003937 fetch  0x00000001 , 0x000046e0 
+ 00016586  0x00003938 beq  0x00000005 , 0x000040d5 
+ 00016587  0x0000393a call  0x000040d9 
+ 00016588  0x0000393b beq  0x00000030 , 0x000040e0 
+ 00016589  0x0000393c beq  0x00000031 , 0x000040ea 
+ 00016590  0x0000393d call  0x000040d1 
+ 00016591  0x0000393e nop  0x000003e8 
+ 00016592  0x0000393f branch  0x000040cb 
+ 00016593  0x00003941 bpatch  0x000000e8 , 0x0000401d 
+ 00016594  0x00003942 fetch  0x00000004 , 0x000046d3 
+ 00016595  0x00003943 bbit1  0x00000012 , 0x000063e0 
+ 00016596  0x00003944 branch  0x000063d1 
+ 00016597  0x00003947 call  0x000040d9 
+ 00016598  0x00003948 beq  0x0000003e , 0x0000414b 
+ 00016599  0x00003949 call  0x00004145 
+ 00016600  0x0000394a branch  0x000040d5 
+ 00016601  0x0000394d setarg  0x00000001 
+ 00016602  0x0000394e call  0x00006414 
+ 00016603  0x0000394f store  0x00000001 , 0x000046de 
+ 00016604  0x00003950 setarg  0x00000000 
+ 00016605  0x00003951 call  0x00006414 
+ 00016606  0x00003952 store  0x00000001 , 0x000046dd 
+ 00016607  0x00003953 rtn 
+ 00016608  0x00003955 fetch  0x00000001 , 0x000046de 
+ 00016609  0x00003956 beq  0x000000d1 , 0x00004139 
+ 00016610  0x00003957 beq  0x000000d2 , 0x000040f8 
+ 00016611  0x00003958 beq  0x00000002 , 0x000040ee 
+ 00016612  0x00003959 beq  0x00000054 , 0x000040e6 
+ 00016613  0x0000395a rtn 
+ 00016614  0x0000395c jam  0x00000002 , 0x000046e0 
+ 00016615  0x0000395d rtn 
+ 00016616  0x0000395f jam  0x00000006 , 0x000046e0 
+ 00016617  0x00003960 rtn 
+ 00016618  0x00003962 fetch  0x00000001 , 0x000046de 
+ 00016619  0x00003963 beq  0x00000070 , 0x000040e8 
+ 00016620  0x00003964 jam  0x00000001 , 0x000046e0 
+ 00016621  0x00003965 rtn 
+ 00016622  0x00003967 jam  0x00000004 , 0x000046e0 
+ 00016623  0x00003968 call  0x000040f6 
+ 00016624  0x00003969 setarg  0x00003426 
+ 00016625  0x0000396a call  0x00006413 
+ 00016626  0x0000396b setarg  0x00000419 
+ 00016627  0x0000396c call  0x00006413 
+ 00016628  0x0000396e setarg  0x00000009 
+ 00016629  0x0000396f branch  0x00006413 
+ 00016630  0x00003971 setarg  0x00005a09 
+ 00016631  0x00003972 branch  0x00006413 
+ 00016632  0x00003975 jam  0x00000003 , 0x000046e0 
+ 00016633  0x00003976 call  0x000040f6 
+ 00016634  0x00003977 setarg  0x00000f0d 
+ 00016635  0x00003978 call  0x00006413 
+ 00016636  0x00003979 setarg  0x0000e31d 
+ 00016637  0x0000397a call  0x00006413 
+ 00016638  0x0000397b setarg  0x0000d27d 
+ 00016639  0x0000397c call  0x00006413 
+ 00016640  0x0000397d call  0x00004102 
+ 00016641  0x0000397e branch  0x0000411a 
+ 00016642  0x00003981 setarg  0x0000351b 
+ 00016643  0x00003982 call  0x00006413 
+ 00016644  0x00003983 setarg  0x0000b428 
+ 00016645  0x00003984 call  0x00006413 
+ 00016646  0x00003985 setarg  0x00004629 
+ 00016647  0x00003986 call  0x00006413 
+ 00016648  0x00003987 setarg  0x0000962a 
+ 00016649  0x00003988 call  0x00006413 
+ 00016650  0x00003989 setarg  0x00008c2b 
+ 00016651  0x0000398a call  0x00006413 
+ 00016652  0x0000398b setarg  0x00006e2c 
+ 00016653  0x0000398c call  0x00006413 
+ 00016654  0x0000398d setarg  0x0000642d 
+ 00016655  0x0000398e call  0x00006413 
+ 00016656  0x0000398f setarg  0x00005f38 
+ 00016657  0x00003990 call  0x00006413 
+ 00016658  0x00003991 setarg  0x00000f39 
+ 00016659  0x00003992 call  0x00006413 
+ 00016660  0x00003993 setarg  0x0000323a 
+ 00016661  0x00003994 call  0x00006413 
+ 00016662  0x00003995 setarg  0x0000473b 
+ 00016663  0x00003996 call  0x00006413 
+ 00016664  0x00003997 setarg  0x00001042 
+ 00016665  0x00003998 branch  0x00006413 
+ 00016666  0x0000399a setarg  0x00002e54 
+ 00016667  0x0000399b call  0x00006413 
+ 00016668  0x0000399c setarg  0x0000f255 
+ 00016669  0x0000399d call  0x00006413 
+ 00016670  0x0000399e setarg  0x0000f461 
+ 00016671  0x0000399f call  0x00006413 
+ 00016672  0x000039a0 setarg  0x00007063 
+ 00016673  0x000039a1 call  0x00006413 
+ 00016674  0x000039a2 setarg  0x00005275 
+ 00016675  0x000039a3 call  0x00006413 
+ 00016676  0x000039a4 setarg  0x00004176 
+ 00016677  0x000039a5 call  0x00006413 
+ 00016678  0x000039a6 setarg  0x0000ed77 
+ 00016679  0x000039a7 call  0x00006413 
+ 00016680  0x000039a8 setarg  0x00002378 
+ 00016681  0x000039a9 call  0x00006413 
+ 00016682  0x000039aa setarg  0x00004679 
+ 00016683  0x000039ab call  0x00006413 
+ 00016684  0x000039ac setarg  0x0000e57a 
+ 00016685  0x000039ad call  0x00006413 
+ 00016686  0x000039ae setarg  0x0000487c 
+ 00016687  0x000039af call  0x00006413 
+ 00016688  0x000039b0 setarg  0x0000777e 
+ 00016689  0x000039b1 call  0x00006413 
+ 00016690  0x000039b2 setarg  0x0000017f 
+ 00016691  0x000039b3 call  0x00006413 
+ 00016692  0x000039b4 setarg  0x0000000b 
+ 00016693  0x000039b5 call  0x00006413 
+ 00016694  0x000039b6 setarg  0x0000007f 
+ 00016695  0x000039b7 call  0x00006413 
+ 00016696  0x000039b8 branch  0x000040f4 
+ 00016697  0x000039bc jam  0x00000000 , 0x000046e0 
+ 00016698  0x000039bd call  0x000040f6 
+ 00016699  0x000039be setarg  0x0000100d 
+ 00016700  0x000039bf call  0x00006413 
+ 00016701  0x000039c0 setarg  0x0000ed1d 
+ 00016702  0x000039c1 call  0x00006413 
+ 00016703  0x000039c2 setarg  0x0000807d 
+ 00016704  0x000039c3 call  0x00006413 
+ 00016705  0x000039c4 call  0x00004102 
+ 00016706  0x000039c5 setarg  0x00000943 
+ 00016707  0x000039c6 call  0x00006413 
+ 00016708  0x000039c7 branch  0x0000411a 
+ 00016709  0x000039cb fetcht  0x00000001 , 0x000046dc 
+ 00016710  0x000039cc call  0x00006829 
+ 00016711  0x000039cd call  0x00007ec1 
+ 00016712  0x000039ce fetcht  0x00000001 , 0x000046dc 
+ 00016713  0x000039cf call  0x00006825 
+ 00016714  0x000039d0 branch  0x00007ec1 
+ 00016715  0x000039d3 jam  0x00000005 , 0x000046e0 
+ 00016716  0x000039d4 setarg  0x0000ba41 
+ 00016717  0x000039d5 call  0x00006405 
+ 00016718  0x000039d6 setarg  0x00000d11 
+ 00016719  0x000039d7 call  0x00006405 
+ 00016720  0x000039d8 setarg  0x0000041b 
+ 00016721  0x000039d9 call  0x00006405 
+ 00016722  0x000039da setarg  0x0000041c 
+ 00016723  0x000039db call  0x00006405 
+ 00016724  0x000039dc setarg  0x00000f1d 
+ 00016725  0x000039dd call  0x00006405 
+ 00016726  0x000039de setarg  0x00000032 
+ 00016727  0x000039df call  0x00006405 
+ 00016728  0x000039e0 setarg  0x0000b541 
+ 00016729  0x000039e1 branch  0x00006405 
+ 00016730  0x000039e6 setarg  0x0000ba41 
+ 00016731  0x000039e7 call  0x00006405 
+ 00016732  0x000039e8 nop  0x00000fa0 
+ 00016733  0x000039e9 setarg  0x0000ff7f 
+ 00016734  0x000039ea call  0x00006405 
+ 00016735  0x000039eb copy  0x00000011 , 0x0000003f 
+ 00016736  0x000039ec call  0x00006405 
+ 00016737  0x000039ed setarg  0x0000007f 
+ 00016738  0x000039ee call  0x00006405 
+ 00016739  0x000039ef setarg  0x0000b541 
+ 00016740  0x000039f0 branch  0x00006405 
+ 00016741  0x000039f3 rtnbit0  0x00000007 
+ 00016742  0x000039f4 arg  0x0000ff00 , 0x00000002 
+ 00016743  0x000039f5 ior  0x00000002 , 0x0000003f 
+ 00016744  0x000039f6 rtn 
+ 00016745  0x000039f9 rtnbit0  0x00000003 
+ 00016746  0x000039fa arg  0x000000f0 , 0x00000002 
+ 00016747  0x000039fb ior  0x00000002 , 0x0000003f 
+ 00016748  0x000039fc rtn 
+ 00016749  0x00003a00 call  0x00005892 
+ 00016750  0x00003a01 nrtn  0x00000034 
+ 00016751  0x00003a02 fetch  0x00000001 , 0x000046c5 
+ 00016752  0x00003a03 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00016753  0x00003a04 rtnne  0x00000003 
+ 00016754  0x00003a05 fetch  0x00000004 , 0x000046d3 
+ 00016755  0x00003a06 bbit1  0x00000003 , 0x00004179 
+ 00016756  0x00003a07 bbit1  0x00000000 , 0x00004179 
+ 00016757  0x00003a08 bbit1  0x00000005 , 0x00004179 
+ 00016758  0x00003a09 call  0x00003f97 
+ 00016759  0x00003a0a nrtn  0x00000028 
+ 00016760  0x00003a0b branch  0x00003f90 
+ 00016761  0x00003a0e setarg  0x00000000 
+ 00016762  0x00003a0f store  0x00000007 , 0x0000469a 
+ 00016763  0x00003a10 branch  0x00003f90 
+ 00016764  0x00003a13 copy  0x00000013 , 0x0000003f 
+ 00016765  0x00003a14 beq  0x00000014 , 0x000041c3 
+ 00016766  0x00003a15 beq  0x00000001 , 0x000042ca 
+ 00016767  0x00003a16 beq  0x00000015 , 0x000041d9 
+ 00016768  0x00003a17 beq  0x00000002 , 0x000041d9 
+ 00016769  0x00003a18 beq  0x00000005 , 0x000041d6 
+ 00016770  0x00003a19 beq  0x00000010 , 0x0000426c 
+ 00016771  0x00003a1a beq  0x00000012 , 0x0000429b 
+ 00016772  0x00003a1b beq  0x00000006 , 0x000041d5 
+ 00016773  0x00003a1c beq  0x00000004 , 0x000041cc 
+ 00016774  0x00003a1d beq  0x00000013 , 0x000041cc 
+ 00016775  0x00003a1e beq  0x0000000a , 0x000041ca 
+ 00016776  0x00003a1f beq  0x0000002e , 0x000033cd 
+ 00016777  0x00003a20 beq  0x00000031 , 0x000041b4 
+ 00016778  0x00003a21 beq  0x00000032 , 0x000041b6 
+ 00016779  0x00003a22 beq  0x0000003e , 0x00004191 
+ 00016780  0x00003a23 beq  0x00000027 , 0x0000438e 
+ 00016781  0x00003a24 beq  0x00000039 , 0x0000419c 
+ 00016782  0x00003a25 beq  0x0000003a , 0x00004192 
+ 00016783  0x00003a26 beq  0x0000003c , 0x0000419a 
+ 00016784  0x00003a27 rtn 
+ 00016785  0x00003a2b branch  0x00003410 
+ 00016786  0x00003a2e jam  0x00000001 , 0x0000478b 
+ 00016787  0x00003a2f fetch  0x00000001 , 0x0000471e 
+ 00016788  0x00003a30 nbranch  0x00004492 , 0x00000034 
+ 00016789  0x00003a31 fetch  0x00000001 , 0x00004720 
+ 00016790  0x00003a32 fetcht  0x00000001 , 0x00004703 
+ 00016791  0x00003a33 isub  0x00000002 , 0x0000003e 
+ 00016792  0x00003a34 branch  0x0000340a , 0x00000005 
+ 00016793  0x00003a35 rtn 
+ 00016794  0x00003a37 jam  0x00000001 , 0x0000478b 
+ 00016795  0x00003a38 rtn 
+ 00016796  0x00003a3a jam  0x00000001 , 0x0000478b 
+ 00016797  0x00003a3b arg  0x00000003 , 0x00000007 
+ 00016798  0x00003a3c call  0x000043d2 
+ 00016799  0x00003a3d setarg  0x00000000 
+ 00016800  0x00003a3e store  0x00000002 , 0x00004707 
+ 00016801  0x00003a3f jam  0x00000000 , 0x000046a7 
+ 00016802  0x00003a41 fetch  0x00000001 , 0x000046e0 
+ 00016803  0x00003a42 sub  0x0000003f , 0x00000005 , 0x0000003e 
+ 00016804  0x00003a43 call  0x00004039 , 0x00000005 
+ 00016805  0x00003a44 ncall  0x0000405d , 0x00000005 
+ 00016806  0x00003a46 fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00016807  0x00003a47 bbit1  0x00000013 , 0x000041af 
+ 00016808  0x00003a48 call  0x000041aa 
+ 00016809  0x00003a49 branch  0x000065d1 
+ 00016810  0x00003a4c call  0x00002c7a 
+ 00016811  0x00003a4d add  0x00000013 , 0x000000ae , 0x00000011 
+ 00016812  0x00003a4e arg  0x0000005b , 0x00000012 
+ 00016813  0x00003a4f arg  0x00000004 , 0x00000002 
+ 00016814  0x00003a50 rtn 
+ 00016815  0x00003a53 call  0x00002c7a 
+ 00016816  0x00003a54 add  0x00000013 , 0x000000ae , 0x00000012 
+ 00016817  0x00003a55 ifetch  0x00000001 , 0x00000012 
+ 00016818  0x00003a56 store  0x00000001 , 0x0000477b 
+ 00016819  0x00003a57 branch  0x00004435 
+ 00016820  0x00003a5b arg  0x00000002 , 0x00000007 
+ 00016821  0x00003a5c branch  0x000041b9 
+ 00016822  0x00003a5e jam  0x00000002 , 0x000046c6 
+ 00016823  0x00003a5f arg  0x00000001 , 0x00000007 
+ 00016824  0x00003a60 branch  0x000041b9 
+ 00016825  0x00003a64 fetch  0x00000001 , 0x000046c5 
+ 00016826  0x00003a65 qset1  0x0000003f 
+ 00016827  0x00003a66 store  0x00000001 , 0x000046c5 
+ 00016828  0x00003a67 rtn 
+ 00016829  0x00003a6a fetch  0x00000001 , 0x000046c5 
+ 00016830  0x00003a6b qset0  0x0000003f 
+ 00016831  0x00003a6c store  0x00000001 , 0x000046c5 
+ 00016832  0x00003a6d rtn 
+ 00016833  0x00003a6f jam  0x00000000 , 0x000046c5 
+ 00016834  0x00003a70 rtn 
+ 00016835  0x00003a73 fetch  0x00000002 , 0x0000420a 
+ 00016836  0x00003a74 set0  0x00000000 , 0x0000003f 
+ 00016837  0x00003a75 store  0x00000002 , 0x0000420a 
+ 00016838  0x00003a76 setarg  0x00000000 
+ 00016839  0x00003a77 store  0x00000002 , 0x000046ae 
+ 00016840  0x00003a78 call  0x00003f8d 
+ 00016841  0x00003a79 branch  0x000042ca 
+ 00016842  0x00003a7c call  0x000063cb 
+ 00016843  0x00003a7d branch  0x000033dd 
+ 00016844  0x00003a80 fetch  0x00000001 , 0x0000471e 
+ 00016845  0x00003a81 nbranch  0x00004492 , 0x00000034 
+ 00016846  0x00003a82 fetch  0x00000002 , 0x00004682 
+ 00016847  0x00003a83 bbit1  0x0000000c , 0x000042b0 
+ 00016848  0x00003a84 fetch  0x00000004 , 0x000046d3 
+ 00016849  0x00003a85 bbit1  0x00000000 , 0x000041d7 
+ 00016850  0x00003a86 bbit1  0x00000005 , 0x000042b0 
+ 00016851  0x00003a87 bbit1  0x00000003 , 0x00002ead 
+ 00016852  0x00003a88 branch  0x000033a7 
+ 00016853  0x00003a8c branch  0x00003f74 
+ 00016854  0x00003a8f rtn 
+ 00016855  0x00003a92 call  0x000043c0 
+ 00016856  0x00003a93 branch  0x0000659a 
+ 00016857  0x00003a96 bpatch  0x000000e9 , 0x0000401d 
+ 00016858  0x00003a97 call  0x000041e7 
+ 00016859  0x00003a98 fetch  0x00000004 , 0x000046d3 
+ 00016860  0x00003a99 bbit1  0x00000000 , 0x000041d7 
+ 00016861  0x00003a9a bbit1  0x00000003 , 0x00002ead 
+ 00016862  0x00003a9b fetch  0x00000001 , 0x0000471e 
+ 00016863  0x00003a9c nbranch  0x00004492 , 0x00000034 
+ 00016864  0x00003a9d fetch  0x00000002 , 0x00004208 
+ 00016865  0x00003a9e bbit1  0x00000007 , 0x000041f5 
+ 00016866  0x00003a9f bbit1  0x00000000 , 0x000033a9 
+ 00016867  0x00003aa0 bbit1  0x00000001 , 0x000041ef 
+ 00016868  0x00003aa1 bbit1  0x00000002 , 0x000041f2 
+ 00016869  0x00003aa2 bbit1  0x00000003 , 0x000041f2 
+ 00016870  0x00003aa3 branch  0x000042b0 
+ 00016871  0x00003aa5 setarg  0x00000000 
+ 00016872  0x00003aa6 store  0x00000008 , 0x000046b7 
+ 00016873  0x00003aa7 istore  0x00000004 , 0x00000005 
+ 00016874  0x00003aa8 jam  0x00000000 , 0x000046b4 
+ 00016875  0x00003aa9 jam  0x00000000 , 0x000046a7 
+ 00016876  0x00003aaa jam  0x00000000 , 0x000041e2 
+ 00016877  0x00003aab jam  0x00000000 , 0x00004429 
+ 00016878  0x00003aac rtn 
+ 00016879  0x00003aaf bbit1  0x00000005 , 0x000041f2 
+ 00016880  0x00003ab0 bbit1  0x00000003 , 0x000041f2 
+ 00016881  0x00003ab1 branch  0x000042b0 
+ 00016882  0x00003ab3 fetch  0x00000002 , 0x00004682 
+ 00016883  0x00003ab4 bbit1  0x0000000c , 0x000042b0 
+ 00016884  0x00003ab5 branch  0x000033a7 
+ 00016885  0x00003ab8 call  0x000041c1 
+ 00016886  0x00003ab9 fetch  0x00000002 , 0x00004208 
+ 00016887  0x00003aba bbit1  0x00000000 , 0x000033a9 
+ 00016888  0x00003abb branch  0x000033a7 
+ 00016889  0x00003abe call  0x000043d6 
+ 00016890  0x00003abf call  0x00004243 
+ 00016891  0x00003ac0 call  0x00004246 
+ 00016892  0x00003ac1 call  0x00004250 
+ 00016893  0x00003ac2 call  0x0000445d 
+ 00016894  0x00003ac4 call  0x00004443 
+ 00016895  0x00003ac5 call  0x00004333 
+ 00016896  0x00003ac6 call  0x000043a5 
+ 00016897  0x00003ac7 call  0x000043eb 
+ 00016898  0x00003ac8 call  0x00004209 
+ 00016899  0x00003ac9 call  0x00004231 
+ 00016900  0x00003aca call  0x00004234 
+ 00016901  0x00003acb call  0x00004237 
+ 00016902  0x00003acc call  0x0000423a 
+ 00016903  0x00003acd call  0x0000423d 
+ 00016904  0x00003ace branch  0x00004240 
+ 00016905  0x00003ad3 fetch  0x00000001 , 0x00004711 
+ 00016906  0x00003ad4 rtn  0x00000034 
+ 00016907  0x00003ad5 increase  0xffffffff , 0x0000003f 
+ 00016908  0x00003ad6 store  0x00000001 , 0x00004711 
+ 00016909  0x00003ad7 nrtn  0x00000034 
+ 00016910  0x00003ad8 branch  0x0000420f 
+ 00016911  0x00003ada fetch  0x00000001 , 0x00004712 
+ 00016912  0x00003adb rtneq  0x00000000 
+ 00016913  0x00003adc beq  0x00000005 , 0x00004216 
+ 00016914  0x00003ade call  0x00004225 
+ 00016915  0x00003adf jam  0x00000005 , 0x00004712 
+ 00016916  0x00003ae0 jam  0x00000005 , 0x00004711 
+ 00016917  0x00003ae1 rtn 
+ 00016918  0x00003ae3 call  0x0000422c 
+ 00016919  0x00003ae4 jam  0x00000004 , 0x00004712 
+ 00016920  0x00003ae5 jam  0x00000005 , 0x00004711 
+ 00016921  0x00003ae6 rtn 
+ 00016922  0x00003aea setarg  0x00008006 
+ 00016923  0x00003aeb call  0x00006413 
+ 00016924  0x00003aec nop  0x000003e8 
+ 00016925  0x00003aed jam  0x00000000 , 0x00004711 
+ 00016926  0x00003aee jam  0x00000000 , 0x00004712 
+ 00016927  0x00003aef branch  0x000040e0 
+ 00016928  0x00003af2 setarg  0x0000a006 
+ 00016929  0x00003af3 call  0x00006413 
+ 00016930  0x00003af4 setarg  0x0000a005 
+ 00016931  0x00003af5 branch  0x00006413 
+ 00016932  0x00003af7 jam  0x00000000 , 0x00004711 
+ 00016933  0x00003af9 fetch  0x00000001 , 0x000046e0 
+ 00016934  0x00003afa beq  0x00000004 , 0x00004220 
+ 00016935  0x00003afb setarg  0x00000106 
+ 00016936  0x00003afc call  0x00006413 
+ 00016937  0x00003afd setarg  0x0000a105 
+ 00016938  0x00003afe branch  0x00006413 
+ 00016939  0x00003b01 jam  0x00000000 , 0x00004711 
+ 00016940  0x00003b03 setarg  0x00000906 
+ 00016941  0x00003b04 branch  0x00006413 
+ 00016942  0x00003b06 jam  0x00000005 , 0x00004711 
+ 00016943  0x00003b07 jam  0x00000001 , 0x00004712 
+ 00016944  0x00003b08 rtn 
+ 00016945  0x00003b0b arg  0x00004680 , 0x00000013 
+ 00016946  0x00003b0c arg  0x0000429b , 0x00000012 
+ 00016947  0x00003b0d branch  0x0000336d 
+ 00016948  0x00003b10 arg  0x000046ac , 0x00000013 
+ 00016949  0x00003b11 arg  0x00004264 , 0x00000012 
+ 00016950  0x00003b12 branch  0x00003374 
+ 00016951  0x00003b15 arg  0x000046ae , 0x00000013 
+ 00016952  0x00003b16 arg  0x00004266 , 0x00000012 
+ 00016953  0x00003b17 branch  0x00003374 
+ 00016954  0x00003b1a arg  0x000046b0 , 0x00000013 
+ 00016955  0x00003b1b arg  0x0000426a , 0x00000012 
+ 00016956  0x00003b1c branch  0x00003374 
+ 00016957  0x00003b1f arg  0x000046c4 , 0x00000013 
+ 00016958  0x00003b20 arg  0x00004478 , 0x00000012 
+ 00016959  0x00003b21 branch  0x0000336d 
+ 00016960  0x00003b26 arg  0x000046c6 , 0x00000013 
+ 00016961  0x00003b27 arg  0x0000425e , 0x00000012 
+ 00016962  0x00003b28 branch  0x0000336d 
+ 00016963  0x00003b2b arg  0x00004704 , 0x00000013 
+ 00016964  0x00003b2c arg  0x00004249 , 0x00000012 
+ 00016965  0x00003b2d branch  0x0000336d 
+ 00016966  0x00003b30 arg  0x00004707 , 0x00000013 
+ 00016967  0x00003b31 arg  0x00004249 , 0x00000012 
+ 00016968  0x00003b32 branch  0x00003374 
+ 00016969  0x00003b35 rtn 
+ 00016970  0x00003b39 fetch  0x00000004 , 0x000046d3 
+ 00016971  0x00003b3a rtnbit0  0x00000017 
+ 00016972  0x00003b3b jam  0x0000000a , 0x000046df 
+ 00016973  0x00003b3c fetch  0x00000001 , 0x000046f4 
+ 00016974  0x00003b3d store  0x00000001 , 0x00004715 
+ 00016975  0x00003b3e rtn 
+ 00016976  0x00003b42 arg  0x000046df , 0x00000013 
+ 00016977  0x00003b43 arg  0x00004253 , 0x00000012 
+ 00016978  0x00003b44 branch  0x0000336d 
+ 00016979  0x00003b46 fetch  0x00000001 , 0x000046f4 
+ 00016980  0x00003b47 store  0x00000001 , 0x00004715 
+ 00016981  0x00003b48 setarg  0x00000190 
+ 00016982  0x00003b49 store  0x00000002 , 0x00004716 
+ 00016983  0x00003b4a store  0x00000002 , 0x00004718 
+ 00016984  0x00003b4b arg  0x00000000 , 0x00000011 
+ 00016985  0x00003b4c fetcht  0x00000001 , 0x0000477a 
+ 00016986  0x00003b4d increase  0x00000001 , 0x00000002 
+ 00016987  0x00003b4e storet  0x00000001 , 0x00004714 
+ 00016988  0x00003b4f jam  0x00000001 , 0x00004713 
+ 00016989  0x00003b50 rtn 
+ 00016990  0x00003b53 fetch  0x00000001 , 0x000046c5 
+ 00016991  0x00003b54 rtnbit1  0x00000002 
+ 00016992  0x00003b55 jam  0x00000012 , 0x00000a99 
+ 00016993  0x00003b56 call  0x00007d8f 
+ 00016994  0x00003b57 arg  0x00000000 , 0x00000007 
+ 00016995  0x00003b58 branch  0x000041b9 
+ 00016996  0x00003b5c call  0x000042ca 
+ 00016997  0x00003b5d branch  0x0000340a 
+ 00016998  0x00003b60 call  0x000033f6 
+ 00016999  0x00003b61 fetch  0x00000001 , 0x0000471e 
+ 00017000  0x00003b62 nbranch  0x00004492 , 0x00000034 
+ 00017001  0x00003b63 branch  0x0000340a 
+ 00017002  0x00003b66 bmark1  0x00000026 , 0x00007e1d 
+ 00017003  0x00003b67 branch  0x00004386 
+ 00017004  0x00003b6c bpatch  0x000000ea , 0x0000401d 
+ 00017005  0x00003b6d jam  0x00000000 , 0x000046b4 
+ 00017006  0x00003b6e call  0x00004386 
+ 00017007  0x00003b6f call  0x000041c1 
+ 00017008  0x00003b70 branch  0x000042b0 
+ 00017009  0x00003b75 fetch  0x00000006 , 0x000041d0 
+ 00017010  0x00003b76 branch  0x000033eb , 0x00000034 
+ 00017011  0x00003b77 call  0x0000427e 
+ 00017012  0x00003b78 jam  0x00000017 , 0x0000016d 
+ 00017013  0x00003b79 fetch  0x00000001 , 0x0000465a 
+ 00017014  0x00003b7a nbranch  0x000033e1 , 0x00000034 
+ 00017015  0x00003b7b jam  0x00000004 , 0x0000016d 
+ 00017016  0x00003b7c branch  0x000033e1 
+ 00017017  0x00003b7f fetch  0x00000002 , 0x000046a8 
+ 00017018  0x00003b80 store  0x00000002 , 0x000046ae 
+ 00017019  0x00003b81 call  0x0000427e 
+ 00017020  0x00003b82 call  0x00003418 
+ 00017021  0x00003b83 branch  0x00007df4 
+ 00017022  0x00003b86 setarg  0x000000c8 
+ 00017023  0x00003b87 store  0x00000002 , 0x00004716 
+ 00017024  0x00003b88 store  0x00000002 , 0x00004718 
+ 00017025  0x00003b89 branch  0x00004285 
+ 00017026  0x00003b8c setarg  0x000003e8 
+ 00017027  0x00003b8d store  0x00000002 , 0x00004716 
+ 00017028  0x00003b8e store  0x00000002 , 0x00004718 
+ 00017029  0x00003b90 fetch  0x00000001 , 0x00004720 
+ 00017030  0x00003b91 beq  0x00000001 , 0x0000428a 
+ 00017031  0x00003b92 beq  0x00000002 , 0x0000428c 
+ 00017032  0x00003b93 beq  0x00000003 , 0x0000428e 
+ 00017033  0x00003b94 rtn 
+ 00017034  0x00003b96 fetch  0x00000001 , 0x000046f0 
+ 00017035  0x00003b97 branch  0x0000428f 
+ 00017036  0x00003b99 fetch  0x00000001 , 0x000046f1 
+ 00017037  0x00003b9a branch  0x0000428f 
+ 00017038  0x00003b9c fetch  0x00000001 , 0x000046f2 
+ 00017039  0x00003b9e store  0x00000001 , 0x00000aa2 
+ 00017040  0x00003b9f call  0x00004482 
+ 00017041  0x00003ba0 fetch  0x00000001 , 0x00000aa2 
+ 00017042  0x00003ba1 store  0x00000001 , 0x00004715 
+ 00017043  0x00003ba2 arg  0x00000000 , 0x00000011 
+ 00017044  0x00003ba3 jam  0x00000001 , 0x00004713 
+ 00017045  0x00003ba4 branch  0x00007d1e 
+ 00017046  0x00003ba7 arg  0x00000000 , 0x00000011 
+ 00017047  0x00003ba8 branch  0x00007d19 
+ 00017048  0x00003baa arg  0x00000000 , 0x00000011 
+ 00017049  0x00003bab branch  0x00007d14 
+ 00017050  0x00003bae branch  0x000041c1 
+ 00017051  0x00003bb1 jam  0x00000001 , 0x000041e2 
+ 00017052  0x00003bb2 call  0x00003416 
+ 00017053  0x00003bb3 call  0x00003412 
+ 00017054  0x00003bb4 setarg  0x00000000 
+ 00017055  0x00003bb5 store  0x00000002 , 0x0000467e 
+ 00017056  0x00003bb6 store  0x00000001 , 0x00004680 
+ 00017057  0x00003bb7 branch  0x0000340e 
+ 00017058  0x00003bba call  0x0000435f 
+ 00017059  0x00003bbb fetch  0x00000001 , 0x00004720 
+ 00017060  0x00003bbc fetcht  0x00000001 , 0x00004703 
+ 00017061  0x00003bbd isub  0x00000002 , 0x0000003e 
+ 00017062  0x00003bbe branch  0x000042ab , 0x00000005 
+ 00017063  0x00003bbf fetch  0x00000001 , 0x00004210 
+ 00017064  0x00003bc0 beq  0x00000033 , 0x00004271 
+ 00017065  0x00003bc1 beq  0x00000034 , 0x00004279 
+ 00017066  0x00003bc2 branch  0x000042b0 
+ 00017067  0x00003bc4 call  0x00003d57 
+ 00017068  0x00003bc5 rtnmark1  0x00000026 
+ 00017069  0x00003bc6 fetch  0x00000001 , 0x0000471e 
+ 00017070  0x00003bc7 nbranch  0x00004492 , 0x00000034 
+ 00017071  0x00003bc8 rtn 
+ 00017072  0x00003bcb bpatch  0x000000eb , 0x0000401d 
+ 00017073  0x00003bcc fetch  0x00000002 , 0x00004682 
+ 00017074  0x00003bcd bbit1  0x0000000b , 0x000042b7 
+ 00017075  0x00003bce fetch  0x00000004 , 0x000046d3 
+ 00017076  0x00003bcf bbit0  0x00000018 , 0x000042b7 
+ 00017077  0x00003bd0 random  0x0000003f 
+ 00017078  0x00003bd1 store  0x00000001 , 0x000044a1 
+ 00017079  0x00003bd3 call  0x00003418 
+ 00017080  0x00003bd4 fetch  0x00000002 , 0x00004687 
+ 00017081  0x00003bd5 store  0x00000002 , 0x000046ac 
+ 00017082  0x00003bd6 jam  0x00000006 , 0x0000016d 
+ 00017083  0x00003bd7 setarg  0x00000000 
+ 00017084  0x00003bd8 store  0x00000002 , 0x000046b0 
+ 00017085  0x00003bd9 store  0x00000002 , 0x000046ae 
+ 00017086  0x00003bda arg  0x00000007 , 0x00000007 
+ 00017087  0x00003bdb call  0x000043ce 
+ 00017088  0x00003bdc call  0x000043ca 
+ 00017089  0x00003bdd fetch  0x00000001 , 0x00004092 
+ 00017090  0x00003bde isolate1  0x00000001 , 0x0000003f 
+ 00017091  0x00003bdf call  0x00007df4 , 0x00000001 
+ 00017092  0x00003be0 fetch  0x00000001 , 0x00004092 
+ 00017093  0x00003be1 isolate1  0x00000000 , 0x0000003f 
+ 00017094  0x00003be2 call  0x00007ddd , 0x00000001 
+ 00017095  0x00003be3 fetch  0x00000004 , 0x000046d3 
+ 00017096  0x00003be4 bbit1  0x0000001c , 0x0000422e 
+ 00017097  0x00003be5 branch  0x00004282 
+ 00017098  0x00003be8 bpatch  0x000000ec , 0x0000401d 
+ 00017099  0x00003be9 fetch  0x00000001 , 0x00004092 
+ 00017100  0x00003bea isolate1  0x00000001 , 0x0000003f 
+ 00017101  0x00003beb call  0x000042d4 , 0x00000001 
+ 00017102  0x00003bec fetch  0x00000001 , 0x00004092 
+ 00017103  0x00003bed isolate1  0x00000000 , 0x0000003f 
+ 00017104  0x00003bee call  0x000042d7 , 0x00000001 
+ 00017105  0x00003bef fetch  0x00000004 , 0x000046d3 
+ 00017106  0x00003bf0 bbit1  0x0000001c , 0x0000421a 
+ 00017107  0x00003bf1 branch  0x00004482 
+ 00017108  0x00003bf3 setarg  0x00000000 
+ 00017109  0x00003bf4 store  0x00000002 , 0x000046ae 
+ 00017110  0x00003bf5 branch  0x00007dfa 
+ 00017111  0x00003bf7 setarg  0x00000000 
+ 00017112  0x00003bf8 store  0x00000002 , 0x000046ac 
+ 00017113  0x00003bf9 branch  0x00007de2 
+ 00017114  0x00003c00 fetch  0x00000004 , 0x000046d3 
+ 00017115  0x00003c01 rtnbit0  0x00000007 
+ 00017116  0x00003c02 arg  0x00000007 , 0x00000007 
+ 00017117  0x00003c03 call  0x000043d2 
+ 00017118  0x00003c04 call  0x000042e8 
+ 00017119  0x00003c06 call  0x000042fb 
+ 00017120  0x00003c07 fetch  0x00000004 , 0x000046d3 
+ 00017121  0x00003c08 bbit1  0x00000013 , 0x00004435 
+ 00017122  0x00003c09 bbit1  0x00000014 , 0x000042e4 
+ 00017123  0x00003c0a rtn 
+ 00017124  0x00003c0c arg  0x00000058 , 0x00000002 
+ 00017125  0x00003c0d arg  0x00004720 , 0x00000011 
+ 00017126  0x00003c0e arg  0x00000000 , 0x00000012 
+ 00017127  0x00003c0f branch  0x000065d1 
+ 00017128  0x00003c12 fetch  0x00000001 , 0x00000185 
+ 00017129  0x00003c13 beq  0x00000034 , 0x000042ec 
+ 00017130  0x00003c14 beq  0x00000033 , 0x000042ef 
+ 00017131  0x00003c15 rtn 
+ 00017132  0x00003c17 store  0x00000001 , 0x000046c7 
+ 00017133  0x00003c18 fetch  0x00000006 , 0x0000044f 
+ 00017134  0x00003c19 branch  0x000042f1 
+ 00017135  0x00003c1b store  0x00000001 , 0x000046c7 
+ 00017136  0x00003c1c fetch  0x00000006 , 0x00000040 
+ 00017137  0x00003c1e store  0x00000006 , 0x000046c8 
+ 00017138  0x00003c1f fetch  0x00000007 , 0x000046c7 
+ 00017139  0x00003c20 arg  0x00004721 , 0x00000006 
+ 00017140  0x00003c21 arg  0x00000003 , 0x00000039 
+ 00017141  0x00003c23 ifetcht  0x00000007 , 0x00000006 
+ 00017142  0x00003c24 isub  0x00000002 , 0x0000003e 
+ 00017143  0x00003c25 branch  0x00004310 , 0x00000005 
+ 00017144  0x00003c26 increase  0x00000016 , 0x00000006 
+ 00017145  0x00003c27 loop  0x000042f5 
+ 00017146  0x00003c28 rtn 
+ 00017147  0x00003c2a arg  0x00004721 , 0x00000011 
+ 00017148  0x00003c2b fetch  0x00000001 , 0x00004720 
+ 00017149  0x00003c2c increase  0xffffffff , 0x0000003f 
+ 00017150  0x00003c2d mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00017151  0x00003c2e iadd  0x00000011 , 0x00000011 
+ 00017152  0x00003c2f fetch  0x00000001 , 0x00000185 
+ 00017153  0x00003c30 istore  0x00000001 , 0x00000011 
+ 00017154  0x00003c31 beq  0x00000034 , 0x00004305 
+ 00017155  0x00003c32 beq  0x00000033 , 0x0000430c 
+ 00017156  0x00003c33 rtn 
+ 00017157  0x00003c36 fetch  0x00000006 , 0x0000044f 
+ 00017158  0x00003c37 istore  0x00000006 , 0x00000005 
+ 00017159  0x00003c38 arg  0x00004419 , 0x00000006 
+ 00017160  0x00003c39 call  0x00007ebf 
+ 00017161  0x00003c3a fetch  0x00000006 , 0x000044a0 
+ 00017162  0x00003c3b istore  0x00000006 , 0x00000005 
+ 00017163  0x00003c3c rtn 
+ 00017164  0x00003c3e fetch  0x00000006 , 0x00000040 
+ 00017165  0x00003c3f istore  0x00000006 , 0x00000005 
+ 00017166  0x00003c40 arg  0x000041be , 0x00000006 
+ 00017167  0x00003c41 branch  0x00007ebf 
+ 00017168  0x00003c44 increase  0xfffffffa , 0x00000006 
+ 00017169  0x00003c45 copy  0x00000006 , 0x00000005 
+ 00017170  0x00003c46 fetcht  0x00000006 , 0x000046c8 
+ 00017171  0x00003c47 increase  0x00000003 , 0x00000002 
+ 00017172  0x00003c48 istoret  0x00000006 , 0x00000005 
+ 00017173  0x00003c49 rtn 
+ 00017174  0x00003c4e arg  0x00000058 , 0x00000002 
+ 00017175  0x00003c4f arg  0x00004720 , 0x00000011 
+ 00017176  0x00003c50 arg  0x00000000 , 0x00000012 
+ 00017177  0x00003c51 call  0x000065df 
+ 00017178  0x00003c53 arg  0x00004721 , 0x00000011 
+ 00017179  0x00003c54 fetch  0x00000001 , 0x00004720 
+ 00017180  0x00003c55 fetcht  0x00000001 , 0x00004703 
+ 00017181  0x00003c56 isub  0x00000002 , 0x0000003e 
+ 00017182  0x00003c57 rtn  0x00000005 
+ 00017183  0x00003c58 increase  0xffffffff , 0x0000003f 
+ 00017184  0x00003c59 mul32  0x0000003f , 0x0000001d , 0x0000003f 
+ 00017185  0x00003c5a iadd  0x00000011 , 0x00000011 
+ 00017186  0x00003c5b ifetch  0x00000001 , 0x00000011 
+ 00017187  0x00003c5c store  0x00000001 , 0x00004210 
+ 00017188  0x00003c5d beq  0x00000033 , 0x00004327 
+ 00017189  0x00003c5e beq  0x00000034 , 0x0000432c 
+ 00017190  0x00003c5f rtn 
+ 00017191  0x00003c62 ifetch  0x00000006 , 0x00000006 
+ 00017192  0x00003c64 store  0x00000006 , 0x000041d0 
+ 00017193  0x00003c65 arg  0x000041be , 0x00000005 
+ 00017194  0x00003c66 call  0x00007ebf 
+ 00017195  0x00003c67 branch  0x000067d7 
+ 00017196  0x00003c6a ifetch  0x00000006 , 0x00000006 
+ 00017197  0x00003c6c store  0x00000006 , 0x000041d0 
+ 00017198  0x00003c6d arg  0x00004419 , 0x00000005 
+ 00017199  0x00003c6e call  0x00007ebf 
+ 00017200  0x00003c6f ifetch  0x00000006 , 0x00000006 
+ 00017201  0x00003c70 store  0x00000006 , 0x000044a0 
+ 00017202  0x00003c71 rtn 
+ 00017203  0x00003c75 fetch  0x00000001 , 0x000046f5 
+ 00017204  0x00003c76 bbit1  0x00000005 , 0x00004349 
+ 00017205  0x00003c77 bbit1  0x00000006 , 0x00004359 
+ 00017206  0x00003c78 branch  0x00004337 
+ 00017207  0x00003c7b call  0x00004083 
+ 00017208  0x00003c7c beq  0x00000006 , 0x0000433e 
+ 00017209  0x00003c7e jam  0x0000001e , 0x000046d8 
+ 00017210  0x00003c7f fetch  0x00000001 , 0x000046d9 
+ 00017211  0x00003c80 rtneq  0x00000001 
+ 00017212  0x00003c81 jam  0x00000001 , 0x000046d9 
+ 00017213  0x00003c82 rtn 
+ 00017214  0x00003c85 call  0x00004343 
+ 00017215  0x00003c86 fetch  0x00000001 , 0x000046d9 
+ 00017216  0x00003c87 rtneq  0x00000000 
+ 00017217  0x00003c88 jam  0x00000000 , 0x000046d9 
+ 00017218  0x00003c89 branch  0x000043c0 
+ 00017219  0x00003c8c fetch  0x00000001 , 0x000046d8 
+ 00017220  0x00003c8d rtn  0x00000034 
+ 00017221  0x00003c8e pincrease  0xffffffff 
+ 00017222  0x00003c8f store  0x00000001 , 0x000046d8 
+ 00017223  0x00003c90 nrtn  0x00000034 
+ 00017224  0x00003c91 branch  0x00004370 
+ 00017225  0x00003c94 fetch  0x00000001 , 0x000046ed 
+ 00017226  0x00003c95 rtneq  0x000000ff 
+ 00017227  0x00003c96 fetcht  0x00000001 , 0x000046ed 
+ 00017228  0x00003c97 call  0x0000681d 
+ 00017229  0x00003c98 branch  0x00004354 , 0x00000001 
+ 00017230  0x00003c9a fetch  0x00000001 , 0x000046d9 
+ 00017231  0x00003c9b rtneq  0x00000001 
+ 00017232  0x00003c9c jam  0x00000001 , 0x000046d9 
+ 00017233  0x00003c9d fetch  0x00000004 , 0x000046d3 
+ 00017234  0x00003c9e rtnbit1  0x00000006 
+ 00017235  0x00003c9f branch  0x00004370 
+ 00017236  0x00003ca2 fetch  0x00000001 , 0x000046d9 
+ 00017237  0x00003ca3 rtneq  0x00000000 
+ 00017238  0x00003ca4 jam  0x00000000 , 0x000046d9 
+ 00017239  0x00003ca5 arg  0x00000006 , 0x00000007 
+ 00017240  0x00003ca6 branch  0x000043d2 
+ 00017241  0x00003cab fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00017242  0x00003cac rtnbit0  0x00000006 
+ 00017243  0x00003cad fetch  0x00000001 , 0x00004720 
+ 00017244  0x00003cae beq  0x00000001 , 0x00004369 
+ 00017245  0x00003caf beq  0x00000002 , 0x0000436c 
+ 00017246  0x00003cb0 rtn 
+ 00017247  0x00003cb2 fetch  0x00000001 , 0x00000004 , 0x000046d3 
+ 00017248  0x00003cb3 rtnbit0  0x00000006 
+ 00017249  0x00003cb4 fetcht  0x00000001 , 0x000046ed 
+ 00017250  0x00003cb5 call  0x0000681d 
+ 00017251  0x00003cb6 branch  0x00004366 , 0x00000001 
+ 00017252  0x00003cb8 jam  0x00000001 , 0x00004720 
+ 00017253  0x00003cb9 rtn 
+ 00017254  0x00003cbb fetch  0x00000001 , 0x00004703 
+ 00017255  0x00003cbc store  0x00000001 , 0x00004720 
+ 00017256  0x00003cbd rtn 
+ 00017257  0x00003cbf fetcht  0x00000001 , 0x000046ed 
+ 00017258  0x00003cc0 nbranch  0x00004370 , 0x00000001 
+ 00017259  0x00003cc1 rtn 
+ 00017260  0x00003cc3 fetcht  0x00000001 , 0x000046ed 
+ 00017261  0x00003cc4 call  0x0000681d 
+ 00017262  0x00003cc5 branch  0x00004354 , 0x00000001 
+ 00017263  0x00003cc6 rtn 
+ 00017264  0x00003ccc fetcht  0x00000001 , 0x00004720 
+ 00017265  0x00003ccd increase  0x00000001 , 0x00000002 
+ 00017266  0x00003cce fetch  0x00000001 , 0x000046d2 
+ 00017267  0x00003ccf isub  0x00000002 , 0x0000003e 
+ 00017268  0x00003cd0 ncall  0x000043cc , 0x00000002 
+ 00017269  0x00003cd1 storet  0x00000001 , 0x00004720 
+ 00017270  0x00003cd2 jam  0x00000000 , 0x000041bd 
+ 00017271  0x00003cd3 call  0x0000437a 
+ 00017272  0x00003cd4 call  0x000043c0 
+ 00017273  0x00003cd6 branch  0x0000437e 
+ 00017274  0x00003cd9 arg  0x00000001 , 0x00000002 
+ 00017275  0x00003cda arg  0x00004720 , 0x00000011 
+ 00017276  0x00003cdb arg  0x00000000 , 0x00000012 
+ 00017277  0x00003cdc branch  0x00006606 
+ 00017278  0x00003cdf call  0x00004381 
+ 00017279  0x00003ce0 call  0x000043c2 
+ 00017280  0x00003ce1 branch  0x000041d7 
+ 00017281  0x00003ce3 fetch  0x00000002 , 0x00004682 
+ 00017282  0x00003ce4 bbit1  0x00000007 , 0x00004392 
+ 00017283  0x00003ce5 bbit1  0x00000009 , 0x00003402 
+ 00017284  0x00003ce6 bbit1  0x00000000 , 0x000033e9 
+ 00017285  0x00003ce7 branch  0x000042ca 
+ 00017286  0x00003cea bpatch  0x000000ed , 0x0000401d 
+ 00017287  0x00003ceb setarg  0x00000000 
+ 00017288  0x00003cec store  0x00000002 , 0x000046b0 
+ 00017289  0x00003ced fetch  0x00000002 , 0x00004682 
+ 00017290  0x00003cee bbit1  0x00000009 , 0x00003402 
+ 00017291  0x00003cef fetch  0x00000002 , 0x00004682 
+ 00017292  0x00003cf0 bbit1  0x00000000 , 0x000033e9 
+ 00017293  0x00003cf1 rtn 
+ 00017294  0x00003cf4 setarg  0x00000001 
+ 00017295  0x00003cf5 store  0x00000006 , 0x00000040 
+ 00017296  0x00003cf6 jam  0x00000033 , 0x00000185 
+ 00017297  0x00003cf7 branch  0x000042df 
+ 00017298  0x00003cfb call  0x000043c4 
+ 00017299  0x00003cfc branch  0x00007e2f 
+ 00017300  0x00003cff fetch  0x00000001 , 0x000046ec 
+ 00017301  0x00003d00 rtneq  0x000000ff 
+ 00017302  0x00003d01 fetcht  0x00000001 , 0x000046ec 
+ 00017303  0x00003d02 call  0x0000681d 
+ 00017304  0x00003d03 branch  0x0000439f , 0x00000001 
+ 00017305  0x00003d05 fetch  0x00000001 , 0x00004685 
+ 00017306  0x00003d06 store  0x00000001 , 0x000046da 
+ 00017307  0x00003d07 fetch  0x00000001 , 0x000046db 
+ 00017308  0x00003d08 rtneq  0x00000001 
+ 00017309  0x00003d09 jam  0x00000001 , 0x000046db 
+ 00017310  0x00003d0a branch  0x000043ca 
+ 00017311  0x00003d0c call  0x000043b5 
+ 00017312  0x00003d0d fetch  0x00000001 , 0x000046db 
+ 00017313  0x00003d0e rtneq  0x00000000 
+ 00017314  0x00003d0f jam  0x00000000 , 0x000046db 
+ 00017315  0x00003d10 call  0x00007e2f 
+ 00017316  0x00003d11 branch  0x000043c8 
+ 00017317  0x00003d15 fetch  0x00000001 , 0x000046f5 
+ 00017318  0x00003d16 bbit1  0x00000004 , 0x00004394 
+ 00017319  0x00003d18 call  0x00004083 
+ 00017320  0x00003d19 beq  0x00000007 , 0x000043af 
+ 00017321  0x00003d1b fetch  0x00000001 , 0x00004685 
+ 00017322  0x00003d1c store  0x00000001 , 0x000046da 
+ 00017323  0x00003d1d fetch  0x00000001 , 0x000046db 
+ 00017324  0x00003d1e rtneq  0x00000001 
+ 00017325  0x00003d1f jam  0x00000001 , 0x000046db 
+ 00017326  0x00003d20 branch  0x000043ca 
+ 00017327  0x00003d24 call  0x000043b5 
+ 00017328  0x00003d25 fetch  0x00000001 , 0x000046db 
+ 00017329  0x00003d26 rtneq  0x00000000 
+ 00017330  0x00003d27 jam  0x00000000 , 0x000046db 
+ 00017331  0x00003d28 call  0x00007e2f 
+ 00017332  0x00003d29 branch  0x000043c8 
+ 00017333  0x00003d2c arg  0x000046da , 0x00000013 
+ 00017334  0x00003d2d arg  0x000043b8 , 0x00000012 
+ 00017335  0x00003d2e branch  0x0000336d 
+ 00017336  0x00003d31 arg  0x00000006 , 0x00000007 
+ 00017337  0x00003d32 call  0x000043ce 
+ 00017338  0x00003d33 call  0x00003357 
+ 00017339  0x00003d34 branch  0x0000426c 
+ 00017340  0x00003d38 arg  0x00000001 , 0x00000007 
+ 00017341  0x00003d39 branch  0x000043ce 
+ 00017342  0x00003d3b arg  0x00000001 , 0x00000007 
+ 00017343  0x00003d3c branch  0x000043d2 
+ 00017344  0x00003d3e arg  0x00000000 , 0x00000007 
+ 00017345  0x00003d3f branch  0x000043ce 
+ 00017346  0x00003d41 arg  0x00000000 , 0x00000007 
+ 00017347  0x00003d42 branch  0x000043d2 
+ 00017348  0x00003d44 arg  0x00000002 , 0x00000007 
+ 00017349  0x00003d45 branch  0x000043ce 
+ 00017350  0x00003d47 arg  0x00000002 , 0x00000007 
+ 00017351  0x00003d48 branch  0x000043d2 
+ 00017352  0x00003d4a arg  0x00000005 , 0x00000007 
+ 00017353  0x00003d4b branch  0x000043ce 
+ 00017354  0x00003d4d arg  0x00000005 , 0x00000007 
+ 00017355  0x00003d4e branch  0x000043d2 
+ 00017356  0x00003d53 arg  0x00000001 , 0x00000002 
+ 00017357  0x00003d54 rtn 
+ 00017358  0x00003d57 fetch  0x00000004 , 0x000046d3 
+ 00017359  0x00003d58 qset1  0x0000003f 
+ 00017360  0x00003d59 store  0x00000004 , 0x000046d3 
+ 00017361  0x00003d5a rtn 
+ 00017362  0x00003d5d fetch  0x00000004 , 0x000046d3 
+ 00017363  0x00003d5e qset0  0x0000003f 
+ 00017364  0x00003d5f store  0x00000004 , 0x000046d3 
+ 00017365  0x00003d60 rtn 
+ 00017366  0x00003d63 fetch  0x00000004 , 0x000046d3 
+ 00017367  0x00003d64 rtnbit0  0x0000001a 
+ 00017368  0x00003d65 fetch  0x00000001 , 0x000046ce 
+ 00017369  0x00003d66 increase  0x00000001 , 0x0000003f 
+ 00017370  0x00003d67 store  0x00000001 , 0x000046ce 
+ 00017371  0x00003d68 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00017372  0x00003d69 rtn  0x00000002 
+ 00017373  0x00003d6a jam  0x00000000 , 0x000046ce 
+ 00017374  0x00003d6b call  0x000068eb 
+ 00017375  0x00003d6c call  0x00006908 
+ 00017376  0x00003d6d store  0x00000002 , 0x0000470f 
+ 00017377  0x00003d6e arg  0x00004709 , 0x00000011 
+ 00017378  0x00003d6f call  0x00006930 
+ 00017379  0x00003d70 fetch  0x00000001 , 0x00004231 
+ 00017380  0x00003d71 bbit1  0x00000001 , 0x000044a0 
+ 00017381  0x00003d72 bbit0  0x00000000 , 0x000043e9 
+ 00017382  0x00003d73 branch  0x000043e7 
+ 00017383  0x00003d75 arg  0x00000004 , 0x00000007 
+ 00017384  0x00003d76 branch  0x000043ce 
+ 00017385  0x00003d78 arg  0x00000004 , 0x00000007 
+ 00017386  0x00003d79 branch  0x000043d2 
+ 00017387  0x00003d7c fetch  0x00000004 , 0x000046d3 
+ 00017388  0x00003d7d rtnbit0  0x00000004 
+ 00017389  0x00003d7e fetch  0x00000001 , 0x000046ef 
+ 00017390  0x00003d7f store  0x00000001 , 0x00004715 
+ 00017391  0x00003d80 fetch  0x00000001 , 0x000046cf 
+ 00017392  0x00003d81 pincrease  0x00000001 
+ 00017393  0x00003d82 store  0x00000001 , 0x000046cf 
+ 00017394  0x00003d83 sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00017395  0x00003d84 ncall  0x000043f9 , 0x00000002 
+ 00017396  0x00003d85 beq  0x00000002 , 0x000043fb 
+ 00017397  0x00003d86 beq  0x00000004 , 0x000043fe 
+ 00017398  0x00003d87 beq  0x00000006 , 0x000043fb 
+ 00017399  0x00003d88 beq  0x00000008 , 0x000043fe 
+ 00017400  0x00003d89 rtn 
+ 00017401  0x00003d8b jam  0x00000001 , 0x000046cf 
+ 00017402  0x00003d8c branch  0x000043fe 
+ 00017403  0x00003d8e arg  0x00000000 , 0x00000011 
+ 00017404  0x00003d8f jam  0x00000002 , 0x00004713 
+ 00017405  0x00003d90 branch  0x00007d14 
+ 00017406  0x00003d92 arg  0x00000000 , 0x00000011 
+ 00017407  0x00003d93 jam  0x00000002 , 0x00004713 
+ 00017408  0x00003d94 branch  0x00007d19 
+ 00017409  0x00003d97 call  0x00003f97 
+ 00017410  0x00003d98 nrtn  0x00000028 
+ 00017411  0x00003d99 arg  0x00000007 , 0x00000011 
+ 00017412  0x00003d9a arg  0x0000469a , 0x00000012 
+ 00017413  0x00003d9b rtn 
+ 00017414  0x00003d9e fetch  0x00000001 , 0x0000478b 
+ 00017415  0x00003d9f rtn  0x00000034 
+ 00017416  0x00003da1 fetcht  0x00000001 , 0x000046e7 
+ 00017417  0x00003da2 call  0x0000681d 
+ 00017418  0x00003da3 call  0x00004410 , 0x00000001 
+ 00017419  0x00003da4 fetch  0x00000001 , 0x00004704 
+ 00017420  0x00003da5 nrtn  0x00000034 
+ 00017421  0x00003da6 call  0x00004083 
+ 00017422  0x00003da7 nrtn  0x00000034 
+ 00017423  0x00003da8 branch  0x00002d83 
+ 00017424  0x00003dab fetch  0x00000001 , 0x000046e7 
+ 00017425  0x00003dac rtneq  0x000000ff 
+ 00017426  0x00003dad jam  0x0000000a , 0x00004704 
+ 00017427  0x00003dae rtn 
+ 00017428  0x00003db2 call  0x00004423 
+ 00017429  0x00003db3 fetch  0x00000002 , 0x00004778 
+ 00017430  0x00003db4 arg  0x0000aa55 , 0x00000002 
+ 00017431  0x00003db5 isub  0x00000002 , 0x0000003e 
+ 00017432  0x00003db6 branch  0x0000442b , 0x00000005 
+ 00017433  0x00003db7 storet  0x00000002 , 0x00004778 
+ 00017434  0x00003db8 call  0x0000441c 
+ 00017435  0x00003db9 branch  0x00004435 
+ 00017436  0x00003dbb fetch  0x00000006 , 0x000044a0 
+ 00017437  0x00003dbc store  0x00000006 , 0x00004738 
+ 00017438  0x00003dbd add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00017439  0x00003dbe store  0x00000006 , 0x00004755 
+ 00017440  0x00003dbf add  0x0000003f , 0x00000100 , 0x0000003f 
+ 00017441  0x00003dc0 store  0x00000006 , 0x00004772 
+ 00017442  0x00003dc1 rtn 
+ 00017443  0x00003dc5 setarg  0x00004778 
+ 00017444  0x00003dc6 arg  0x00004720 , 0x00000002 
+ 00017445  0x00003dc7 isub  0x00000002 , 0x00000002 
+ 00017446  0x00003dc8 fetch  0x00000003 , 0x00004700 
+ 00017447  0x00003dc9 iadd  0x00000002 , 0x0000003f 
+ 00017448  0x00003dca arg  0x00000002 , 0x00000002 
+ 00017449  0x00003dcb arg  0x00004778 , 0x00000011 
+ 00017450  0x00003dcc branch  0x00006562 
+ 00017451  0x00003dd0 setarg  0x0000477f 
+ 00017452  0x00003dd1 arg  0x00004720 , 0x00000002 
+ 00017453  0x00003dd2 isub  0x00000002 , 0x00000002 
+ 00017454  0x00003dd3 fetch  0x00000003 , 0x00004700 
+ 00017455  0x00003dd4 arg  0x00004720 , 0x00000011 
+ 00017456  0x00003dd5 call  0x00006562 
+ 00017457  0x00003dd6 call  0x0000431a 
+ 00017458  0x00003dd7 fetch  0x00000004 , 0x0000477b 
+ 00017459  0x00003dd8 call  0x00002c7a 
+ 00017460  0x00003dd9 branch  0x0000322c 
+ 00017461  0x00003ddc setarg  0x0000477f 
+ 00017462  0x00003ddd arg  0x00004720 , 0x00000002 
+ 00017463  0x00003dde isub  0x00000002 , 0x00000002 
+ 00017464  0x00003ddf arg  0x00004720 , 0x00000011 
+ 00017465  0x00003de0 fetch  0x00000003 , 0x00004700 
+ 00017466  0x00003de1 branch  0x00006514 
+ 00017467  0x00003de4 arg  0x00000001 , 0x00000002 
+ 00017468  0x00003de5 arg  0x0000477a , 0x00000011 
+ 00017469  0x00003de6 arg  0x0000005a , 0x00000012 
+ 00017470  0x00003de7 branch  0x000065d1 
+ 00017471  0x00003dea arg  0x00000001 , 0x00000002 
+ 00017472  0x00003deb arg  0x0000477a , 0x00000011 
+ 00017473  0x00003dec arg  0x0000005a , 0x00000012 
+ 00017474  0x00003ded branch  0x000065df 
+ 00017475  0x00003df0 rtnmark1  0x00000026 
+ 00017476  0x00003df1 fetch  0x00000004 , 0x000046d3 
+ 00017477  0x00003df2 rtnbit0  0x00000016 
+ 00017478  0x00003df3 fetch  0x00000001 , 0x00004705 
+ 00017479  0x00003df4 pincrease  0x00000001 
+ 00017480  0x00003df5 and  0x0000003f , 0x00000007 , 0x0000003f 
+ 00017481  0x00003df6 store  0x00000001 , 0x00004705 
+ 00017482  0x00003df7 rtnne  0x00000007 
+ 00017483  0x00003df8 fetch  0x00000002 , 0x00004682 
+ 00017484  0x00003df9 bbit1  0x00000000 , 0x0000444f 
+ 00017485  0x00003dfa bbit1  0x00000009 , 0x0000444f 
+ 00017486  0x00003dfb rtn 
+ 00017487  0x00003e01 bpatch  0x000000ee , 0x0000401d 
+ 00017488  0x00003e02 fetch  0x00000001 , 0x00004706 
+ 00017489  0x00003e03 nrtn  0x00000034 
+ 00017490  0x00003e04 fetch  0x00000004 , 0x000046d3 
+ 00017491  0x00003e05 rtnbit0  0x00000008 
+ 00017492  0x00003e06 fetch  0x00000001 , 0x000046a5 
+ 00017493  0x00003e07 call  0x000063fb 
+ 00017494  0x00003e08 store  0x00000001 , 0x000046a6 
+ 00017495  0x00003e09 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00017496  0x00003e0a branch  0x0000445b , 0x00000002 
+ 00017497  0x00003e0b jam  0x00000000 , 0x00004706 
+ 00017498  0x00003e0c rtn 
+ 00017499  0x00003e0f jam  0x0000001e , 0x00004706 
+ 00017500  0x00003e10 rtn 
+ 00017501  0x00003e12 arg  0x00004706 , 0x00000013 
+ 00017502  0x00003e13 arg  0x00004460 , 0x00000012 
+ 00017503  0x00003e14 branch  0x0000336d 
+ 00017504  0x00003e17 fetch  0x00000001 , 0x000046a5 
+ 00017505  0x00003e18 call  0x00006414 
+ 00017506  0x00003e19 sub  0x0000003f , 0x00000010 , 0x0000003e 
+ 00017507  0x00003e1a nrtn  0x00000002 
+ 00017508  0x00003e1b fetch  0x00000004 , 0x000046d3 
+ 00017509  0x00003e1c rtnbit0  0x00000008 
+ 00017510  0x00003e1d arg  0x00000008 , 0x00000007 
+ 00017511  0x00003e1e call  0x000043d2 
+ 00017512  0x00003e1f jam  0x00000000 , 0x00004172 
+ 00017513  0x00003e20 jam  0x0000001e , 0x000046c4 
+ 00017514  0x00003e21 call  0x00004482 
+ 00017515  0x00003e22 fetch  0x00000004 , 0x000046d3 
+ 00017516  0x00003e23 bbit1  0x00000015 , 0x00004471 
+ 00017517  0x00003e25 fetch  0x00000001 , 0x00004720 
+ 00017518  0x00003e26 beq  0x00000001 , 0x00004489 
+ 00017519  0x00003e27 beq  0x00000002 , 0x00004476 
+ 00017520  0x00003e28 rtn 
+ 00017521  0x00003e2a fetch  0x00000001 , 0x00004720 
+ 00017522  0x00003e2b beq  0x00000001 , 0x00004489 
+ 00017523  0x00003e2c beq  0x00000002 , 0x0000448c 
+ 00017524  0x00003e2d beq  0x00000003 , 0x0000448f 
+ 00017525  0x00003e2e rtn 
+ 00017526  0x00003e31 fetch  0x00000001 , 0x000046f0 
+ 00017527  0x00003e32 branch  0x0000428f 
+ 00017528  0x00003e37 jam  0x00000020 , 0x00004172 
+ 00017529  0x00003e38 branch  0x00004482 
+ 00017530  0x00003e3d fetch  0x00000001 , 0x000046f0 
+ 00017531  0x00003e3e rtneq  0x000000ff 
+ 00017532  0x00003e3f store  0x00000001 , 0x00004715 
+ 00017533  0x00003e40 branch  0x00004296 
+ 00017534  0x00003e43 fetch  0x00000001 , 0x000046f1 
+ 00017535  0x00003e44 rtneq  0x000000ff 
+ 00017536  0x00003e45 store  0x00000001 , 0x00004715 
+ 00017537  0x00003e46 branch  0x00004296 
+ 00017538  0x00003e49 call  0x00004296 
+ 00017539  0x00003e4a call  0x0000447a 
+ 00017540  0x00003e4b call  0x0000447e 
+ 00017541  0x00003e4d fetch  0x00000001 , 0x000046f2 
+ 00017542  0x00003e4e rtneq  0x000000ff 
+ 00017543  0x00003e4f store  0x00000001 , 0x00004715 
+ 00017544  0x00003e50 branch  0x00004296 
+ 00017545  0x00003e53 fetch  0x00000001 , 0x000046f0 
+ 00017546  0x00003e54 store  0x00000001 , 0x00004715 
+ 00017547  0x00003e55 branch  0x00004298 
+ 00017548  0x00003e57 fetch  0x00000001 , 0x000046f1 
+ 00017549  0x00003e58 store  0x00000001 , 0x00004715 
+ 00017550  0x00003e59 branch  0x00004298 
+ 00017551  0x00003e5b fetch  0x00000001 , 0x000046f2 
+ 00017552  0x00003e5c store  0x00000001 , 0x00004715 
+ 00017553  0x00003e5d branch  0x00004298 
+ 00017554  0x00003e62 bpatch  0x000000ef , 0x0000401d 
+ 00017555  0x00003e63 fetch  0x00000001 , 0x0000471e 
+ 00017556  0x00003e64 increase  0xffffffff , 0x0000003f 
+ 00017557  0x00003e65 store  0x00000001 , 0x0000471e 
+ 00017558  0x00003e66 fetcht  0x00000001 , 0x00004720 
+ 00017559  0x00003e67 increase  0x00000001 , 0x00000002 
+ 00017560  0x00003e68 fetch  0x00000001 , 0x000046d2 
+ 00017561  0x00003e69 isub  0x00000002 , 0x0000003e 
+ 00017562  0x00003e6a ncall  0x000043cc , 0x00000002 
+ 00017563  0x00003e6b storet  0x00000001 , 0x00004720 
+ 00017564  0x00003e6c jam  0x00000000 , 0x000041bd 
+ 00017565  0x00003e6d call  0x0000437a 
+ 00017566  0x00003e6e call  0x000042fb 
+ 00017567  0x00003e6f branch  0x000042a2 
+ 00017568  0x00003e72 call  0x00004482 
+ 00017569  0x00003e73 setarg  0x00000000 
+ 00017570  0x00003e74 store  0x00000008 , 0x000000a1 
+ 00017571  0x00003e75 branch  0x00002b1f 
+ 00017572  0x00003e81 rtn  0x0000002b 
+ 00017573  0x00003e82 hfetch  0x00000001 , 0x00008081 
+ 00017574  0x00003e83 and_into  0x000000f0 , 0x0000003f 
+ 00017575  0x00003e84 hstore  0x00000001 , 0x00008081 
+ 00017576  0x00003e85 call  0x00006948 
+ 00017577  0x00003e86 setarg  0x000044e6 
+ 00017578  0x00003e87 store  0x00000002 , 0x000041eb 
+ 00017579  0x00003e89 setarg  0x000044e9 
+ 00017580  0x00003e8a store  0x00000002 , 0x000041ed 
+ 00017581  0x00003e8c setarg  0x000044ef 
+ 00017582  0x00003e8d store  0x00000002 , 0x000041f3 
+ 00017583  0x00003e8f setarg  0x000044f2 
+ 00017584  0x00003e90 store  0x00000002 , 0x000041f5 
+ 00017585  0x00003e92 setarg  0x000033d0 
+ 00017586  0x00003e93 store  0x00000002 , 0x000041e9 
+ 00017587  0x00003e95 call  0x00002c7a 
+ 00017588  0x00003e96 setarg  0x000045c2 
+ 00017589  0x00003e97 add  0x00000013 , 0x000000d8 , 0x00000005 
+ 00017590  0x00003e98 istore  0x00000002 , 0x00000005 
+ 00017591  0x00003e9a setarg  0x000044ea 
+ 00017592  0x00003e9b add  0x00000013 , 0x000000da , 0x00000005 
+ 00017593  0x00003e9c istore  0x00000002 , 0x00000005 
+ 00017594  0x00003e9e setarg  0x000044e9 
+ 00017595  0x00003e9f add  0x00000013 , 0x000000dc , 0x00000005 
+ 00017596  0x00003ea0 istore  0x00000002 , 0x00000005 
+ 00017597  0x00003ea2 setarg  0x0000450e 
+ 00017598  0x00003ea3 store  0x00000002 , 0x000041fd 
+ 00017599  0x00003ea5 setarg  0x000044da 
+ 00017600  0x00003ea6 store  0x00000002 , 0x0000475b 
+ 00017601  0x00003ea8 setarg  0x000044d6 
+ 00017602  0x00003ea9 store  0x00000002 , 0x0000475f 
+ 00017603  0x00003eab setarg  0x00004560 
+ 00017604  0x00003eac store  0x00000002 , 0x0000470f 
+ 00017605  0x00003eae bpatch  0x000000f0 , 0x0000401e 
+ 00017606  0x00003eaf call  0x000044e2 
+ 00017607  0x00003eb0 call  0x00007e38 
+ 00017608  0x00003eb1 jam  0x00000002 , 0x00004172 
+ 00017609  0x00003eb2 fetch  0x00000001 , 0x0000472b 
+ 00017610  0x00003eb3 store  0x00000001 , 0x0000469a 
+ 00017611  0x00003eb4 beq  0x00000000 , 0x000044d5 
+ 00017612  0x00003eb5 fetch  0x00000001 , 0x0000472c 
+ 00017613  0x00003eb6 store  0x00000001 , 0x00004686 
+ 00017614  0x00003eb8 call  0x000044db 
+ 00017615  0x00003eb9 call  0x00007cd3 
+ 00017616  0x00003eba call  0x00007cdd 
+ 00017617  0x00003ebb jam  0x00000001 , 0x00004757 
+ 00017618  0x00003ebc fetch  0x00000002 , 0x00004682 
+ 00017619  0x00003ebd rtnbit1  0x0000000c 
+ 00017620  0x00003ebe branch  0x0000340a 
+ 00017621  0x00003ec3 jam  0x00000002 , 0x00004757 
+ 00017622  0x00003ec5 call  0x000044db 
+ 00017623  0x00003ec7 arg  0x00000000 , 0x00000011 
+ 00017624  0x00003ec8 call  0x00007d1e 
+ 00017625  0x00003eca branch  0x00002ee4 
+ 00017626  0x00003ecd branch  0x000044db 
+ 00017627  0x00003ed0 bpatch  0x000000f1 , 0x0000401e 
+ 00017628  0x00003ed1 fetch  0x00000001 , 0x00004729 
+ 00017629  0x00003ed2 bne  0x000000ff , 0x000044e0 
+ 00017630  0x00003ed4 fetcht  0x00000001 , 0x00004706 
+ 00017631  0x00003ed5 branch  0x0000680e 
+ 00017632  0x00003ed7 store  0x00000001 , 0x00004706 
+ 00017633  0x00003ed8 branch  0x000044de 
+ 00017634  0x00003edc call  0x00002c9d 
+ 00017635  0x00003edd fetch  0x00000002 , 0x00004753 
+ 00017636  0x00003ede store  0x00000002 , 0x00004755 
+ 00017637  0x00003edf branch  0x00004515 
+ 00017638  0x00003ee7 call  0x00006835 
+ 00017639  0x00003ee8 call  0x000044e9 
+ 00017640  0x00003ee9 branch  0x0000340a 
+ 00017641  0x00003eec branch  0x0000696c 
+ 00017642  0x00003eef fetch  0x00000001 , 0x00004765 
+ 00017643  0x00003ef0 rtn  0x00000034 
+ 00017644  0x00003ef2 branch  0x00002d83 
+ 00017645  0x00003ef5 rtn 
+ 00017646  0x00003ef8 branch  0x00006978 
+ 00017647  0x00003efb call  0x00004544 
+ 00017648  0x00003efc call  0x00004503 
+ 00017649  0x00003efd branch  0x000044ee 
+ 00017650  0x00003f00 copy  0x00000013 , 0x0000003f 
+ 00017651  0x00003f01 beq  0x0000002d , 0x00003431 
+ 00017652  0x00003f02 beq  0x00000010 , 0x0000341a 
+ 00017653  0x00003f03 beq  0x00000039 , 0x000044fb 
+ 00017654  0x00003f04 beq  0x0000003c , 0x000044ff 
+ 00017655  0x00003f05 beq  0x0000003a , 0x000044f9 
+ 00017656  0x00003f06 rtn 
+ 00017657  0x00003f09 jam  0x00000001 , 0x00004765 
+ 00017658  0x00003f0a rtn 
+ 00017659  0x00003f0d jam  0x00000001 , 0x00004765 
+ 00017660  0x00003f0e jam  0x00000001 , 0x00004763 
+ 00017661  0x00003f0f jam  0x00000001 , 0x00004764 
+ 00017662  0x00003f10 rtn 
+ 00017663  0x00003f13 jam  0x00000001 , 0x00004765 
+ 00017664  0x00003f14 jam  0x00000001 , 0x00004763 
+ 00017665  0x00003f15 jam  0x00000001 , 0x00004764 
+ 00017666  0x00003f16 rtn 
+ 00017667  0x00003f19 fetch  0x00000001 , 0x00004763 
+ 00017668  0x00003f1a rtneq  0x00000000 
+ 00017669  0x00003f1b fetch  0x00000001 , 0x00004762 
+ 00017670  0x00003f1c rtneq  0x00000001 
+ 00017671  0x00003f1d jam  0x00000001 , 0x00004762 
+ 00017672  0x00003f1f arg  0x00000000 , 0x00000011 
+ 00017673  0x00003f20 branch  0x00007d19 
+ 00017674  0x00003f22 arg  0x00000000 , 0x00000011 
+ 00017675  0x00003f23 call  0x00007d19 
+ 00017676  0x00003f24 call  0x000044db 
+ 00017677  0x00003f25 branch  0x0000340a 
+ 00017678  0x00003f28 call  0x0000337b 
+ 00017679  0x00003f29 branch  0x00004510 
+ 00017680  0x00003f2c fetch  0x00000001 , 0x0000472d 
+ 00017681  0x00003f2d rtn  0x00000034 
+ 00017682  0x00003f2e arg  0x00004755 , 0x00000013 
+ 00017683  0x00003f2f arg  0x0000450a , 0x00000012 
+ 00017684  0x00003f30 branch  0x00003374 
+ 00017685  0x00003f34 call  0x0000451a 
+ 00017686  0x00003f35 storet  0x00000002 , 0x0000471a 
+ 00017687  0x00003f36 call  0x0000451f 
+ 00017688  0x00003f37 storet  0x00000002 , 0x0000471c 
+ 00017689  0x00003f38 rtn 
+ 00017690  0x00003f3b fetch  0x00000002 , 0x0000471a 
+ 00017691  0x00003f3c store  0x00000002 , 0x0000471e 
+ 00017692  0x00003f3d call  0x00004540 
+ 00017693  0x00003f3e call  0x00004525 
+ 00017694  0x00003f3f store  0x00000001 , 0x00004724 
+ 00017695  0x00003f41 fetch  0x00000002 , 0x0000471c 
+ 00017696  0x00003f42 store  0x00000002 , 0x0000471e 
+ 00017697  0x00003f43 call  0x00004542 
+ 00017698  0x00003f44 call  0x00004525 
+ 00017699  0x00003f45 store  0x00000001 , 0x00004725 
+ 00017700  0x00003f46 rtn 
+ 00017701  0x00003f48 fetch  0x00000002 , 0x00004720 
+ 00017702  0x00003f49 copy  0x0000003f , 0x00000011 
+ 00017703  0x00003f4a fetch  0x00000002 , 0x0000471e 
+ 00017704  0x00003f4b call  0x0000452e 
+ 00017705  0x00003f4c fetch  0x00000001 , 0x00004719 
+ 00017706  0x00003f4d nbranch  0x00004537 , 0x00000034 
+ 00017707  0x00003f4e nrtn  0x00000002 
+ 00017708  0x00003f4f fetcht  0x00000002 , 0x0000471e 
+ 00017709  0x00003f50 rtn 
+ 00017710  0x00003f52 isub  0x00000002 , 0x0000003f 
+ 00017711  0x00003f53 branch  0x00004534 , 0x00000002 
+ 00017712  0x00003f54 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00017713  0x00003f55 jam  0x00000001 , 0x00004718 
+ 00017714  0x00003f56 isub  0x00000011 , 0x0000003e 
+ 00017715  0x00003f57 rtn 
+ 00017716  0x00003f59 jam  0x00000000 , 0x00004718 
+ 00017717  0x00003f5a isub  0x00000011 , 0x0000003e 
+ 00017718  0x00003f5b rtn 
+ 00017719  0x00003f5d nbranch  0x0000453e , 0x00000002 
+ 00017720  0x00003f5e fetch  0x00000001 , 0x00004718 
+ 00017721  0x00003f5f nbranch  0x0000453c , 0x00000034 
+ 00017722  0x00003f61 setarg  0x00000001 
+ 00017723  0x00003f62 rtn 
+ 00017724  0x00003f64 setarg  0x00000002 
+ 00017725  0x00003f65 rtn 
+ 00017726  0x00003f67 setarg  0x00000000 
+ 00017727  0x00003f68 rtn 
+ 00017728  0x00003f6a jam  0x00000033 , 0x0000422e 
+ 00017729  0x00003f6b branch  0x000068eb 
+ 00017730  0x00003f6d jam  0x00000034 , 0x0000422e 
+ 00017731  0x00003f6e branch  0x000068eb 
+ 00017732  0x00003f72 fetch  0x00000001 , 0x0000472a 
+ 00017733  0x00003f73 rtnne  0x00000001 
+ 00017734  0x00003f75 bpatch  0x000000f2 , 0x0000401e 
+ 00017735  0x00003f76 jam  0x00000001 , 0x00004719 
+ 00017736  0x00003f77 call  0x0000451a 
+ 00017737  0x00003f78 fetch  0x00000002 , 0x00004724 
+ 00017738  0x00003f79 fetcht  0x00000002 , 0x00004722 
+ 00017739  0x00003f7a isub  0x00000002 , 0x0000003e 
+ 00017740  0x00003f7b rtn  0x00000005 
+ 00017741  0x00003f7c store  0x00000002 , 0x00004722 
+ 00017742  0x00003f7d call  0x00004550 
+ 00017743  0x00003f7e branch  0x00004554 
+ 00017744  0x00003f81 fetch  0x00000001 , 0x00004724 
+ 00017745  0x00003f82 branch  0x0000455a , 0x00000034 
+ 00017746  0x00003f83 increase  0xffffffff , 0x0000003f 
+ 00017747  0x00003f84 branch  0x00004557 
+ 00017748  0x00003f86 fetch  0x00000001 , 0x00004725 
+ 00017749  0x00003f87 branch  0x0000455d , 0x00000034 
+ 00017750  0x00003f88 increase  0x00000001 , 0x0000003f 
+ 00017751  0x00003f8a copy  0x0000003f , 0x00000007 
+ 00017752  0x00003f8b arg  0x00000001 , 0x00000011 
+ 00017753  0x00003f8c branch  0x00004560 
+ 00017754  0x00003f8f arg  0x00000000 , 0x00000007 
+ 00017755  0x00003f90 arg  0x00000000 , 0x00000011 
+ 00017756  0x00003f91 branch  0x00004560 
+ 00017757  0x00003f93 arg  0x00000002 , 0x00000007 
+ 00017758  0x00003f94 arg  0x00000000 , 0x00000011 
+ 00017759  0x00003f95 branch  0x00004560 
+ 00017760  0x00003f98 copy  0x00000011 , 0x0000003f 
+ 00017761  0x00003f99 store  0x00000001 , 0x00004761 
+ 00017762  0x00003f9a fetch  0x00000001 , 0x00004763 
+ 00017763  0x00003f9b beq  0x00000000 , 0x00002ee4 
+ 00017764  0x00003f9c fetch  0x00000002 , 0x00004753 
+ 00017765  0x00003f9d store  0x00000002 , 0x00004755 
+ 00017766  0x00003f9e fetch  0x00000001 , 0x00004761 
+ 00017767  0x00003f9f branch  0x00004580 , 0x00000034 
+ 00017768  0x00003fa1 bpatch  0x000000f3 , 0x0000401e 
+ 00017769  0x00003fa2 arg  0x00000000 , 0x00000011 
+ 00017770  0x00003fa3 call  0x00007d14 
+ 00017771  0x00003fa5 copy  0x00000007 , 0x0000003f 
+ 00017772  0x00003fa6 beq  0x00000004 , 0x000045a3 
+ 00017773  0x00003fa7 beq  0x00000005 , 0x000045a5 
+ 00017774  0x00003fa8 beq  0x00000006 , 0x000045a7 
+ 00017775  0x00003fac call  0x0000458b 
+ 00017776  0x00003fad beq  0x00000000 , 0x00004574 
+ 00017777  0x00003fae beq  0x00000002 , 0x0000457a 
+ 00017778  0x00003faf beq  0x00000003 , 0x00004574 
+ 00017779  0x00003fb0 rtn 
+ 00017780  0x00003fb3 copy  0x00000007 , 0x0000003f 
+ 00017781  0x00003fb4 beq  0x00000000 , 0x0000458f 
+ 00017782  0x00003fb5 beq  0x00000001 , 0x00004591 
+ 00017783  0x00003fb6 beq  0x00000002 , 0x00004593 
+ 00017784  0x00003fb7 beq  0x00000003 , 0x00004595 
+ 00017785  0x00003fb8 rtn 
+ 00017786  0x00003fbb copy  0x00000007 , 0x0000003f 
+ 00017787  0x00003fbc beq  0x00000000 , 0x00004597 
+ 00017788  0x00003fbd beq  0x00000001 , 0x0000459a 
+ 00017789  0x00003fbe beq  0x00000002 , 0x0000459d 
+ 00017790  0x00003fbf beq  0x00000003 , 0x000045a0 
+ 00017791  0x00003fc0 rtn 
+ 00017792  0x00003fc3 bpatch  0x000000f4 , 0x0000401e 
+ 00017793  0x00003fc4 arg  0x00000000 , 0x00000011 
+ 00017794  0x00003fc5 call  0x00007d19 
+ 00017795  0x00003fc7 copy  0x00000007 , 0x0000003f 
+ 00017796  0x00003fc8 beq  0x00000004 , 0x000045bc 
+ 00017797  0x00003fc9 beq  0x00000005 , 0x000045bc 
+ 00017798  0x00003fcd call  0x0000458b 
+ 00017799  0x00003fce beq  0x00000000 , 0x000045a9 
+ 00017800  0x00003fcf beq  0x00000002 , 0x000045af 
+ 00017801  0x00003fd0 beq  0x00000003 , 0x000045a9 
+ 00017802  0x00003fd1 rtn 
+ 00017803  0x00003fd4 fetch  0x00000001 , 0x00004728 
+ 00017804  0x00003fd5 fetcht  0x00000001 , 0x00004727 
+ 00017805  0x00003fd6 ior  0x00000002 , 0x0000003f 
+ 00017806  0x00003fd7 rtn 
+ 00017807  0x00003fdb jam  0x00000001 , 0x00004734 
+ 00017808  0x00003fdc branch  0x000045be 
+ 00017809  0x00003fde jam  0x00000002 , 0x00004734 
+ 00017810  0x00003fdf branch  0x000045be 
+ 00017811  0x00003fe1 jam  0x00000001 , 0x00004736 
+ 00017812  0x00003fe2 branch  0x000045be 
+ 00017813  0x00003fe4 jam  0x00000002 , 0x00004736 
+ 00017814  0x00003fe5 branch  0x000045be 
+ 00017815  0x00003fe9 jam  0x00000001 , 0x00004734 
+ 00017816  0x00003fea jam  0x00000001 , 0x00004736 
+ 00017817  0x00003feb branch  0x000045be 
+ 00017818  0x00003fed jam  0x00000002 , 0x00004734 
+ 00017819  0x00003fee jam  0x00000002 , 0x00004736 
+ 00017820  0x00003fef branch  0x000045be 
+ 00017821  0x00003ff1 jam  0x00000002 , 0x00004734 
+ 00017822  0x00003ff2 jam  0x00000001 , 0x00004736 
+ 00017823  0x00003ff3 branch  0x000045be 
+ 00017824  0x00003ff5 jam  0x00000001 , 0x00004734 
+ 00017825  0x00003ff6 jam  0x00000002 , 0x00004736 
+ 00017826  0x00003ff7 branch  0x000045be 
+ 00017827  0x00003ffb jam  0x00000001 , 0x00004738 
+ 00017828  0x00003ffc branch  0x000045be 
+ 00017829  0x00003ffe jam  0x00000002 , 0x00004738 
+ 00017830  0x00003fff branch  0x000045be 
+ 00017831  0x00004002 jam  0x00000001 , 0x00004741 
+ 00017832  0x00004003 branch  0x000045c0 
+ 00017833  0x00004006 copy  0x00000007 , 0x0000003f 
+ 00017834  0x00004007 beq  0x00000000 , 0x000045b5 
+ 00017835  0x00004008 beq  0x00000001 , 0x000045b5 
+ 00017836  0x00004009 beq  0x00000002 , 0x000045b7 
+ 00017837  0x0000400a beq  0x00000003 , 0x000045b7 
+ 00017838  0x0000400b rtn 
+ 00017839  0x0000400e copy  0x00000007 , 0x0000003f 
+ 00017840  0x0000400f beq  0x00000000 , 0x000045b9 
+ 00017841  0x00004010 beq  0x00000001 , 0x000045b9 
+ 00017842  0x00004011 beq  0x00000002 , 0x000045b9 
+ 00017843  0x00004012 beq  0x00000003 , 0x000045b9 
+ 00017844  0x00004013 rtn 
+ 00017845  0x00004017 jam  0x00000000 , 0x00004734 
+ 00017846  0x00004018 branch  0x000045be 
+ 00017847  0x0000401b jam  0x00000000 , 0x00004736 
+ 00017848  0x0000401c branch  0x000045be 
+ 00017849  0x00004022 jam  0x00000000 , 0x00004734 
+ 00017850  0x00004023 jam  0x00000000 , 0x00004736 
+ 00017851  0x00004024 branch  0x000045be 
+ 00017852  0x00004028 jam  0x00000000 , 0x00004738 
+ 00017853  0x00004029 branch  0x000045be 
+ 00017854  0x0000402c arg  0x0000472e , 0x00000011 
+ 00017855  0x0000402d branch  0x00007e3d 
+ 00017856  0x0000402f arg  0x0000473b , 0x00000011 
+ 00017857  0x00004030 branch  0x00007e3d 
+ 00017858  0x00004033 fetch  0x00000001 , 0x00004764 
+ 00017859  0x00004034 beq  0x00000001 , 0x000045cc 
+ 00017860  0x00004035 arg  0x00004744 , 0x00000011 
+ 00017861  0x00004036 call  0x00007e54 
+ 00017862  0x00004037 nbranch  0x000045d1 , 0x00000028 
+ 00017863  0x00004039 arg  0x00004744 , 0x00000006 
+ 00017864  0x0000403a ifetch  0x00000001 , 0x00000006 
+ 00017865  0x0000403b copy  0x0000003f , 0x00000011 
+ 00017866  0x0000403c arg  0x00004745 , 0x00000012 
+ 00017867  0x0000403f rtn 
+ 00017868  0x00004042 jam  0x00000000 , 0x00004764 
+ 00017869  0x00004043 enable  0x00000028 
+ 00017870  0x00004044 arg  0x00000001 , 0x00000011 
+ 00017871  0x00004045 arg  0x00004766 , 0x00000012 
+ 00017872  0x00004046 rtn 
+ 00017873  0x00004049 fetch  0x00000001 , 0x00004747 
+ 00017874  0x0000404a beq  0x00000004 , 0x000045d5 
+ 00017875  0x0000404b beq  0x00000005 , 0x000045d5 
+ 00017876  0x0000404c rtn 
+ 00017877  0x0000404e fetch  0x00000001 , 0x0000474a 
+ 00017878  0x0000404f nbranch  0x000045dc , 0x00000034 
+ 00017879  0x00004050 fetch  0x00000001 , 0x0000474c 
+ 00017880  0x00004051 nbranch  0x000045dc , 0x00000034 
+ 00017881  0x00004052 fetch  0x00000001 , 0x0000474e 
+ 00017882  0x00004053 nbranch  0x000045dc , 0x00000034 
+ 00017883  0x00004054 rtn 
+ 00017884  0x00004056 enable  0x00000028 
+ 00017885  0x00004057 branch  0x000045c7 
+ 00017886  0x00004060 rtn  0x0000002b 
+ 00017887  0x00004061 hfetch  0x00000001 , 0x00008081 
+ 00017888  0x00004062 and_into  0x000000fc , 0x0000003f 
+ 00017889  0x00004063 hstore  0x00000001 , 0x00008081 
+ 00017890  0x00004064 setarg  0x000046b4 
+ 00017891  0x00004065 store  0x00000002 , 0x000041eb 
+ 00017892  0x00004067 setarg  0x000046b3 
+ 00017893  0x00004068 store  0x00000002 , 0x000041ed 
+ 00017894  0x0000406a setarg  0x0000340a 
+ 00017895  0x0000406b store  0x00000002 , 0x000041f7 
+ 00017896  0x0000406d setarg  0x000046b1 
+ 00017897  0x0000406e store  0x00000002 , 0x000041f3 
+ 00017898  0x00004070 setarg  0x00004612 
+ 00017899  0x00004071 store  0x00000002 , 0x000041f5 
+ 00017900  0x00004073 setarg  0x0000460c 
+ 00017901  0x00004074 store  0x00000002 , 0x000041e9 
+ 00017902  0x00004076 setarg  0x0000476a 
+ 00017903  0x00004077 store  0x00000002 , 0x000041f9 
+ 00017904  0x00004079 setarg  0x00004686 
+ 00017905  0x0000407a store  0x00000002 , 0x000041fd 
+ 00017906  0x0000407c setarg  0x00004729 
+ 00017907  0x0000407d store  0x00000002 , 0x000046e7 
+ 00017908  0x0000407f setarg  0x00004806 
+ 00017909  0x00004080 store  0x00000002 , 0x000046e2 
+ 00017910  0x00004081 setarg  0x00004807 
+ 00017911  0x00004082 store  0x00000002 , 0x000046e4 
+ 00017912  0x00004084 call  0x000057a3 
+ 00017913  0x00004085 call  0x000047da 
+ 00017914  0x00004086 call  0x00004788 
+ 00017915  0x00004087 call  0x0000476d 
+ 00017916  0x00004088 call  0x00006948 
+ 00017917  0x00004089 call  0x0000477a 
+ 00017918  0x0000408a call  0x00007e38 
+ 00017919  0x0000408b call  0x00007d08 
+ 00017920  0x0000408c call  0x00004793 
+ 00017921  0x0000408d call  0x000047c7 
+ 00017922  0x0000408f bpatch  0x000000f5 , 0x0000401e 
+ 00017923  0x00004090 call  0x0000464f 
+ 00017924  0x00004091 fetch  0x00000001 , 0x000046dd 
+ 00017925  0x00004092 beq  0x00000000 , 0x00004609 
+ 00017926  0x00004093 fetch  0x00000001 , 0x000046de 
+ 00017927  0x00004094 store  0x00000001 , 0x00004686 
+ 00017928  0x00004095 branch  0x0000480e 
+ 00017929  0x00004099 jam  0x000000ff , 0x00004686 
+ 00017930  0x0000409a jam  0x00000001 , 0x000046df 
+ 00017931  0x0000409b branch  0x000046d9 
+ 00017932  0x000040a0 fetch  0x00000001 , 0x000046df 
+ 00017933  0x000040a1 beq  0x00000002 , 0x000033d0 
+ 00017934  0x000040a2 call  0x0000527e 
+ 00017935  0x000040a3 fetch  0x00000001 , 0x00004256 
+ 00017936  0x000040a4 nbranch  0x000033d0 , 0x00000034 
+ 00017937  0x000040a5 branch  0x000033d2 
+ 00017938  0x000040aa copy  0x00000013 , 0x0000003f 
+ 00017939  0x000040ac beq  0x00000001 , 0x00004626 
+ 00017940  0x000040ad beq  0x00000002 , 0x00004629 
+ 00017941  0x000040ae beq  0x00000004 , 0x00004631 
+ 00017942  0x000040af beq  0x00000005 , 0x00004633 
+ 00017943  0x000040b0 beq  0x00000006 , 0x00004635 
+ 00017944  0x000040b1 beq  0x00000007 , 0x00004638 
+ 00017945  0x000040b2 beq  0x00000012 , 0x0000463c 
+ 00017946  0x000040b3 beq  0x00000013 , 0x00004644 
+ 00017947  0x000040b4 beq  0x00000027 , 0x00004645 
+ 00017948  0x000040b5 beq  0x0000002e , 0x00004648 
+ 00017949  0x000040b6 beq  0x0000003d , 0x00004649 
+ 00017950  0x000040b8 beq  0x00000014 , 0x00004658 
+ 00017951  0x000040b9 beq  0x00000015 , 0x0000465c 
+ 00017952  0x000040ba beq  0x0000003f , 0x0000465f 
+ 00017953  0x000040bb beq  0x00000040 , 0x00004665 
+ 00017954  0x000040bd beq  0x00000010 , 0x0000466b 
+ 00017955  0x000040be beq  0x0000002c , 0x0000466c 
+ 00017956  0x000040bf beq  0x0000002d , 0x00004677 
+ 00017957  0x000040c0 rtn 
+ 00017958  0x000040c6 jam  0x00000000 , 0x000046ad 
+ 00017959  0x000040c7 jam  0x00000000 , 0x000046ac 
+ 00017960  0x000040c8 rtn 
+ 00017961  0x000040cc call  0x0000462b 
+ 00017962  0x000040cd branch  0x00004631 
+ 00017963  0x000040d0 jam  0x00000000 , 0x000041e2 
+ 00017964  0x000040d1 jam  0x00000000 , 0x00004680 
+ 00017965  0x000040d2 jam  0x00000000 , 0x00004205 
+ 00017966  0x000040d3 jam  0x00000000 , 0x000046ac 
+ 00017967  0x000040d4 jam  0x00000000 , 0x000046ad 
+ 00017968  0x000040d5 branch  0x00007e38 
+ 00017969  0x000040d9 call  0x000033a9 
+ 00017970  0x000040da branch  0x000046c2 
+ 00017971  0x000040de call  0x000046b6 
+ 00017972  0x000040df branch  0x00003408 
+ 00017973  0x000040e3 setarg  0x00000002 
+ 00017974  0x000040e4 store  0x00000001 , 0x00004680 
+ 00017975  0x000040e5 rtn 
+ 00017976  0x000040e9 jam  0x00000000 , 0x000046ac 
+ 00017977  0x000040ea setarg  0x00000001 
+ 00017978  0x000040eb store  0x00000001 , 0x000046ad 
+ 00017979  0x000040ec rtn 
+ 00017980  0x000040f0 fetch  0x00000001 , 0x000041e2 
+ 00017981  0x000040f1 rtneq  0x00000001 
+ 00017982  0x000040f2 jam  0x00000001 , 0x000041e2 
+ 00017983  0x000040f3 call  0x00003416 
+ 00017984  0x000040f4 call  0x00003414 
+ 00017985  0x000040f5 call  0x000046b6 
+ 00017986  0x000040f6 call  0x00003408 
+ 00017987  0x000040f7 branch  0x0000340e 
+ 00017988  0x000040fb branch  0x00004631 
+ 00017989  0x000040ff setarg  0x00000005 
+ 00017990  0x00004100 store  0x00000001 , 0x000046ac 
+ 00017991  0x00004101 rtn 
+ 00017992  0x00004105 branch  0x000033cd 
+ 00017993  0x0000410a arg  0x00000000 , 0x00000012 
+ 00017994  0x0000410b fetch  0x00000001 , 0x00004217 
+ 00017995  0x0000410c mul32  0x0000003f , 0x00000022 , 0x00000002 
+ 00017996  0x0000410d fetch  0x00000002 , 0x00004215 
+ 00017997  0x0000410e copy  0x0000003f , 0x00000011 
+ 00017998  0x0000410f branch  0x00006606 
+ 00017999  0x00004112 arg  0x00000000 , 0x00000012 
+ 00018000  0x00004113 fetch  0x00000001 , 0x0000469a 
+ 00018001  0x00004114 rtnbit0  0x00000001 
+ 00018002  0x00004115 fetch  0x00000001 , 0x00004217 
+ 00018003  0x00004116 rtn  0x00000034 
+ 00018004  0x00004117 mul32  0x0000003f , 0x00000022 , 0x00000002 
+ 00018005  0x00004118 fetch  0x00000002 , 0x00004215 
+ 00018006  0x00004119 copy  0x0000003f , 0x00000011 
+ 00018007  0x0000411a branch  0x000065df 
+ 00018008  0x0000411f call  0x000046b6 
+ 00018009  0x00004120 setarg  0x00000000 
+ 00018010  0x00004121 store  0x00000002 , 0x000046b7 
+ 00018011  0x00004122 branch  0x00003408 
+ 00018012  0x00004126 call  0x00007e38 
+ 00018013  0x00004127 jam  0x00000000 , 0x000046b0 
+ 00018014  0x00004128 branch  0x000046d9 
+ 00018015  0x0000412c call  0x00007e38 
+ 00018016  0x0000412d jam  0x00000001 , 0x000046b0 
+ 00018017  0x0000412e fetch  0x00000008 , 0x000046c1 
+ 00018018  0x0000412f store  0x00000008 , 0x00004496 
+ 00018019  0x00004130 call  0x00003416 
+ 00018020  0x00004131 branch  0x00005abf 
+ 00018021  0x00004135 fetch  0x00000002 , 0x00004509 
+ 00018022  0x00004136 rtneq  0x00000000 
+ 00018023  0x00004137 fetch  0x00000008 , 0x000046c9 
+ 00018024  0x00004138 rtn  0x00000034 
+ 00018025  0x00004139 store  0x00000008 , 0x00004496 
+ 00018026  0x0000413a branch  0x00005abf 
+ 00018027  0x0000413f branch  0x0000481f 
+ 00018028  0x00004142 fetch  0x00000001 , 0x000046dd 
+ 00018029  0x00004143 rtneq  0x00000000 
+ 00018030  0x00004144 fetch  0x00000001 , 0x000046df 
+ 00018031  0x00004145 rtnne  0x00000001 
+ 00018032  0x00004146 call  0x00004672 
+ 00018033  0x00004147 branch  0x00003406 
+ 00018034  0x0000414a jam  0x00000001 , 0x000048df 
+ 00018035  0x0000414b arg  0x0000000b , 0x00000039 
+ 00018036  0x0000414c arg  0x000048e0 , 0x00000005 
+ 00018037  0x0000414d arg  0x000048c9 , 0x00000006 
+ 00018038  0x0000414e branch  0x00007f01 
+ 00018039  0x00004151 fetch  0x00000001 , 0x000046dd 
+ 00018040  0x00004152 rtneq  0x00000000 
+ 00018041  0x00004153 fetch  0x00000001 , 0x000046df 
+ 00018042  0x00004154 beq  0x00000001 , 0x0000467c 
+ 00018043  0x00004155 branch  0x0000481b 
+ 00018044  0x00004158 fetch  0x00000001 , 0x000048df 
+ 00018045  0x00004159 rtnne  0x00000001 
+ 00018046  0x0000415a jam  0x00000000 , 0x000048df 
+ 00018047  0x0000415b fetch  0x00000002 , 0x00004682 
+ 00018048  0x0000415c bbit1  0x00000000 , 0x00003408 
+ 00018049  0x0000415d bbit1  0x00000009 , 0x00003408 
+ 00018050  0x0000415e arg  0x0000000b , 0x00000039 
+ 00018051  0x0000415f arg  0x000048e0 , 0x00000006 
+ 00018052  0x00004160 arg  0x000048c9 , 0x00000005 
+ 00018053  0x00004161 branch  0x00007f01 
+ 00018054  0x00004168 call  0x0000468c 
+ 00018055  0x0000416b call  0x00004693 
+ 00018056  0x0000416e call  0x0000469e 
+ 00018057  0x0000416f call  0x000046a6 
+ 00018058  0x00004170 call  0x000046a9 
+ 00018059  0x00004173 branch  0x000046ac 
+ 00018060  0x00004178 arg  0x000046db , 0x00000013 
+ 00018061  0x00004179 arg  0x0000468f , 0x00000012 
+ 00018062  0x0000417a branch  0x00003374 
+ 00018063  0x0000417c jam  0x00000002 , 0x000046df 
+ 00018064  0x0000417d call  0x00003408 
+ 00018065  0x0000417e call  0x000046f4 
+ 00018066  0x0000417f branch  0x0000480b 
+ 00018067  0x00004183 arg  0x000048ec , 0x00000013 
+ 00018068  0x00004184 arg  0x00004696 , 0x00000012 
+ 00018069  0x00004185 branch  0x0000336d 
+ 00018070  0x00004188 fetch  0x00000002 , 0x00004682 
+ 00018071  0x00004189 bbit1  0x00000009 , 0x0000480b 
+ 00018072  0x0000418a bbit1  0x00000000 , 0x0000480b 
+ 00018073  0x0000418b fetch  0x00000001 , 0x000048c9 
+ 00018074  0x0000418c beq  0x00000001 , 0x0000480b 
+ 00018075  0x0000418d beq  0x00000004 , 0x0000480b 
+ 00018076  0x0000418e beq  0x00000005 , 0x0000480b 
+ 00018077  0x0000418f branch  0x0000340a 
+ 00018078  0x00004194 arg  0x000046ac , 0x00000013 
+ 00018079  0x00004195 arg  0x000046a1 , 0x00000012 
+ 00018080  0x00004196 branch  0x0000336d 
+ 00018081  0x00004199 fetch  0x00000001 , 0x0000027f 
+ 00018082  0x0000419a set1  0x00000000 , 0x0000003f 
+ 00018083  0x0000419b set1  0x00000007 , 0x0000003f 
+ 00018084  0x0000419c store  0x00000001 , 0x0000027f 
+ 00018085  0x0000419d rtn 
+ 00018086  0x000041a0 arg  0x00004680 , 0x00000013 
+ 00018087  0x000041a1 arg  0x0000463c , 0x00000012 
+ 00018088  0x000041a2 branch  0x0000336d 
+ 00018089  0x000041a5 arg  0x000046ad , 0x00000013 
+ 00018090  0x000041a6 arg  0x000033e9 , 0x00000012 
+ 00018091  0x000041a7 branch  0x0000336d 
+ 00018092  0x000041ad fetch  0x00000001 , 0x000046df 
+ 00018093  0x000041ae rtnne  0x00000001 
+ 00018094  0x000041af arg  0x000046b7 , 0x00000013 
+ 00018095  0x000041b0 arg  0x000046c2 , 0x00000012 
+ 00018096  0x000041b1 branch  0x00003374 
+ 00018097  0x000041b5 call  0x0000473a 
+ 00018098  0x000041b6 branch  0x00006978 
+ 00018099  0x000041ba branch  0x0000696c 
+ 00018100  0x000041bd call  0x00006835 
+ 00018101  0x000041be branch  0x000046b3 
+ 00018102  0x000041c5 fetch  0x00000001 , 0x0000469a 
+ 00018103  0x000041c6 bbit1  0x00000001 , 0x000046be 
+ 00018104  0x000041c7 bbit1  0x00000000 , 0x000046ba 
+ 00018105  0x000041c8 rtn 
+ 00018106  0x000041cb fetch  0x00000002 , 0x000046d7 
+ 00018107  0x000041cc store  0x00000002 , 0x000046d9 
+ 00018108  0x000041cd store  0x00000002 , 0x000046db 
+ 00018109  0x000041ce branch  0x000033f8 
+ 00018110  0x000041d1 fetch  0x00000002 , 0x000046d3 
+ 00018111  0x000041d2 store  0x00000002 , 0x000046d9 
+ 00018112  0x000041d3 store  0x00000002 , 0x000046db 
+ 00018113  0x000041d4 branch  0x000033f0 
+ 00018114  0x000041d7 fetch  0x00000001 , 0x000046df 
+ 00018115  0x000041d8 rtnne  0x00000001 
+ 00018116  0x000041d9 fetch  0x00000001 , 0x0000469a 
+ 00018117  0x000041da bbit1  0x00000001 , 0x000046c8 
+ 00018118  0x000041db bbit1  0x00000000 , 0x000046cc 
+ 00018119  0x000041dc rtn 
+ 00018120  0x000041df fetch  0x00000002 , 0x000046d1 ,
+ 00018121  0x000041e0 store  0x00000002 , 0x000046d9 
+ 00018122  0x000041e1 store  0x00000002 , 0x000046db 
+ 00018123  0x000041e2 branch  0x000033eb 
+ 00018124  0x000041e5 fetch  0x00000002 , 0x00004682 
+ 00018125  0x000041e6 rtnbit1  0x00000009 
+ 00018126  0x000041e7 fetch  0x00000002 , 0x000046d5 
+ 00018127  0x000041e8 store  0x00000002 , 0x000046d9 
+ 00018128  0x000041e9 store  0x00000002 , 0x000046db 
+ 00018129  0x000041ea fetch  0x00000002 , 0x000046b3 
+ 00018130  0x000041eb call  0x000046f0 
+ 00018131  0x000041ec call  0x00003404 
+ 00018132  0x000041ed fetch  0x00000004 , 0x000046bd 
+ 00018133  0x000041ee store  0x00000004 , 0x000048cc 
+ 00018134  0x000041ef fetch  0x00000002 , 0x00004682 
+ 00018135  0x000041f0 rtnbit1  0x0000000b 
+ 00018136  0x000041f1 branch  0x000033fa 
+ 00018137  0x000041f5 fetch  0x00000001 , 0x000046df 
+ 00018138  0x000041f6 rtnne  0x00000001 
+ 00018139  0x000041f7 fetch  0x00000001 , 0x0000469a 
+ 00018140  0x000041f8 bbit1  0x00000001 , 0x000046df 
+ 00018141  0x000041f9 bbit1  0x00000000 , 0x000046e4 
+ 00018142  0x000041fa rtn 
+ 00018143  0x000041fd call  0x000046f8 
+ 00018144  0x000041fe branch  0x000046c2 , 0x00000034 
+ 00018145  0x000041ff call  0x00003406 
+ 00018146  0x00004200 call  0x000033f0 
+ 00018147  0x00004201 branch  0x000033e1 
+ 00018148  0x00004204 fetch  0x00000002 , 0x000046b7 
+ 00018149  0x00004205 fetcht  0x00000002 , 0x000046b5 
+ 00018150  0x00004206 storet  0x00000002 , 0x000046b7 
+ 00018151  0x00004207 nrtn  0x00000034 
+ 00018152  0x00004208 fetch  0x00000002 , 0x000046b1 
+ 00018153  0x00004209 call  0x000046f0 
+ 00018154  0x0000420a call  0x00003404 
+ 00018155  0x0000420b fetch  0x00000004 , 0x000046b9 
+ 00018156  0x0000420c store  0x00000004 , 0x000048cc 
+ 00018157  0x0000420d fetch  0x00000002 , 0x00004682 
+ 00018158  0x0000420e rtnbit1  0x0000000b 
+ 00018159  0x0000420f branch  0x000033fa 
+ 00018160  0x00004213 store  0x00000002 , 0x00004154 
+ 00018161  0x00004214 increase  0xfffffffc , 0x0000003f 
+ 00018162  0x00004215 store  0x00000002 , 0x00004482 
+ 00018163  0x00004216 rtn 
+ 00018164  0x0000421a fetch  0x00000002 , 0x00004682 
+ 00018165  0x0000421b bbit1  0x00000009 , 0x00003402 
+ 00018166  0x0000421c bbit1  0x00000000 , 0x000033e9 
+ 00018167  0x0000421d branch  0x000046b6 
+ 00018168  0x00004222 fetch  0x00000001 , 0x00004217 
+ 00018169  0x00004223 copy  0x0000003f , 0x00000039 
+ 00018170  0x00004224 fetch  0x00000002 , 0x00004215 
+ 00018171  0x00004225 copy  0x0000003f , 0x00000011 
+ 00018172  0x00004227 ifetch  0x00000002 , 0x00000011 
+ 00018173  0x00004228 beq  0x00000000 , 0x00004701 
+ 00018174  0x00004229 increase  0x00000022 , 0x00000011 
+ 00018175  0x0000422a loop  0x000046fc 
+ 00018176  0x0000422b branch  0x00007ff1 
+ 00018177  0x0000422e ifetch  0x00000006 , 0x00000006 
+ 00018178  0x0000422f store  0x00000006 , 0x000041d0 
+ 00018179  0x00004230 increase  0x0000000a , 0x00000006 
+ 00018180  0x00004231 arg  0x000041be , 0x00000005 
+ 00018181  0x00004232 call  0x00007ebf 
+ 00018182  0x00004233 call  0x000067d7 
+ 00018183  0x00004234 branch  0x00007fef 
+ 00018184  0x0000423b call  0x00007fe9 
+ 00018185  0x0000423c fetch  0x00000002 , 0x00004682 
+ 00018186  0x0000423d bbit1  0x00000000 , 0x0000470d 
+ 00018187  0x0000423e bbit1  0x00000009 , 0x00004710 
+ 00018188  0x0000423f rtn 
+ 00018189  0x00004242 fetch  0x00000001 , 0x00004253 
+ 00018190  0x00004243 rtnne  0x0000003f 
+ 00018191  0x00004244 branch  0x00007fe7 
+ 00018192  0x00004247 fetch  0x00000001 , 0x000046b0 
+ 00018193  0x00004248 rtn  0x00000034 
+ 00018194  0x00004249 branch  0x00007fe7 
+ 00018195  0x0000424f call  0x00007fe9 
+ 00018196  0x00004250 fetch  0x00000002 , 0x00004682 
+ 00018197  0x00004251 rtnbit1  0x00000000 
+ 00018198  0x00004252 rtnbit1  0x00000009 
+ 00018199  0x00004253 branch  0x00007fe7 
+ 00018200  0x00004258 fetch  0x00000001 , 0x0000469a 
+ 00018201  0x00004259 bbit1  0x00000001 , 0x0000471c 
+ 00018202  0x0000425a bbit1  0x00000000 , 0x0000471f 
+ 00018203  0x0000425b rtn 
+ 00018204  0x0000425e fetch  0x00000001 , 0x00004093 
+ 00018205  0x0000425f rtnne  0x00000003 
+ 00018206  0x00004260 branch  0x000046d9 
+ 00018207  0x00004263 branch  0x000046d9 
+ 00018208  0x00004267 disable  0x0000002c 
+ 00018209  0x00004268 fetch  0x00000002 , 0x000046d9 
+ 00018210  0x00004269 store  0x00000002 , 0x000046db 
+ 00018211  0x0000426b call  0x00004713 
+ 00018212  0x0000426c branch  0x00004718 , 0x00000028 
+ 00018213  0x0000426e call  0x00004708 
+ 00018214  0x0000426f nrtn  0x00000028 
+ 00018215  0x00004270 enable  0x0000002c 
+ 00018216  0x00004271 rtn 
+ 00018217  0x00004276 call  0x00004720 
+ 00018218  0x00004277 nrtn  0x0000002c 
+ 00018219  0x00004278 deposit  0x00000011 
+ 00018220  0x00004279 branch  0x00004730 , 0x00000034 
+ 00018221  0x0000427b call  0x00003406 
+ 00018222  0x0000427c arg  0x000046f1 , 0x00000013 
+ 00018223  0x0000427d branch  0x00004732 
+ 00018224  0x00004280 call  0x00003408 
+ 00018225  0x00004281 arg  0x00004719 , 0x00000013 
+ 00018226  0x00004284 arg  0x00000005 , 0x0000003f 
+ 00018227  0x00004285 imul32  0x00000007 , 0x0000003f 
+ 00018228  0x00004286 iadd  0x00000013 , 0x00000013 
+ 00018229  0x0000428a ifetch  0x00000001 , 0x00000013 
+ 00018230  0x0000428b rtn  0x00000034 
+ 00018231  0x0000428c call  0x00004762 
+ 00018232  0x0000428d increase  0x00000001 , 0x00000013 
+ 00018233  0x0000428e branch  0x00004735 
+ 00018234  0x00004292 fetch  0x00000002 , 0x00004682 
+ 00018235  0x00004293 bbit1  0x00000009 , 0x0000473e 
+ 00018236  0x00004294 bbit1  0x00000000 , 0x0000474e 
+ 00018237  0x00004295 rtn 
+ 00018238  0x00004298 call  0x00005892 
+ 00018239  0x00004299 nrtn  0x00000034 
+ 00018240  0x0000429a call  0x00004765 
+ 00018241  0x0000429b nrtn  0x00000028 
+ 00018242  0x0000429c pincrease  0xffffffff 
+ 00018243  0x0000429d mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00018244  0x0000429e arg  0x00004741 , 0x00000002 
+ 00018245  0x0000429f iadd  0x00000002 , 0x00000006 
+ 00018246  0x000042a1 ifetch  0x00000001 , 0x00000006 
+ 00018247  0x000042a2 copy  0x0000003f , 0x00000011 
+ 00018248  0x000042a3 ifetcht  0x00000002 , 0x00000006 
+ 00018249  0x000042a4 call  0x00007ea5 
+ 00018250  0x000042a5 call  0x00005a64 
+ 00018251  0x000042a6 copy  0x00000011 , 0x00000039 
+ 00018252  0x000042a7 call  0x00007e9f 
+ 00018253  0x000042a8 branch  0x00007f01 
+ 00018254  0x000042ac call  0x00005271 
+ 00018255  0x000042ad nrtn  0x00000034 
+ 00018256  0x000042ae call  0x00004765 
+ 00018257  0x000042af nrtn  0x00000028 
+ 00018258  0x000042b0 pincrease  0xffffffff 
+ 00018259  0x000042b1 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00018260  0x000042b2 arg  0x000047a0 , 0x00000002 
+ 00018261  0x000042b3 iadd  0x00000002 , 0x00000006 
+ 00018262  0x000042b4 ifetch  0x00000005 , 0x00000006 
+ 00018263  0x000042b5 store  0x00000005 , 0x0000479b 
+ 00018264  0x000042b7 fetch  0x00000001 , 0x0000479b 
+ 00018265  0x000042b8 copy  0x0000003f , 0x00000011 
+ 00018266  0x000042b9 call  0x00004d63 
+ 00018267  0x000042ba fetch  0x00000002 , 0x0000424e 
+ 00018268  0x000042bb istore  0x00000002 , 0x00000005 
+ 00018269  0x000042bc setarg  0x000000a1 
+ 00018270  0x000042bd istore  0x00000001 , 0x00000005 
+ 00018271  0x000042be fetch  0x00000004 , 0x0000479c 
+ 00018272  0x000042bf istore  0x00000009 , 0x00000005 
+ 00018273  0x000042c0 rtn 
+ 00018274  0x000042c5 store  0x00000001 , 0x00000a9a 
+ 00018275  0x000042c6 arg  0x00000a9a , 0x00000011 
+ 00018276  0x000042c7 branch  0x00007e3d 
+ 00018277  0x000042ca arg  0x00000a9a , 0x00000011 
+ 00018278  0x000042cb call  0x00007e54 
+ 00018279  0x000042cc nrtn  0x00000028 
+ 00018280  0x000042cd fetch  0x00000001 , 0x00000a9a 
+ 00018281  0x000042ce rtn 
+ 00018282  0x000042d2 fetch  0x00000002 , 0x00000478 
+ 00018283  0x000042d3 beq  0x00000018 , 0x0000465f 
+ 00018284  0x000042d4 rtn 
+ 00018285  0x000042d7 setarg  0x00000002 
+ 00018286  0x000042d8 store  0x00000001 , 0x000048eb 
+ 00018287  0x000042da setarg  0x00200008 
+ 00018288  0x000042db store  0x00000004 , 0x000046c1 
+ 00018289  0x000042dc setarg  0x012c0005 
+ 00018290  0x000042dd istore  0x00000004 , 0x00000005 
+ 00018291  0x000042e0 jam  0x00000017 , 0x000044a6 
+ 00018292  0x000042e3 setarg  0x0000001b 
+ 00018293  0x000042e4 store  0x00000002 , 0x000044fa 
+ 00018294  0x000042e5 call  0x00005810 
+ 00018295  0x000042e6 call  0x0000582c 
+ 00018296  0x000042e7 call  0x00005839 
+ 00018297  0x000042e8 branch  0x00005818 
+ 00018298  0x000042ed arg  0x00000028 , 0x00000039 
+ 00018299  0x000042ee arg  0x00004741 , 0x00000005 
+ 00018300  0x000042ef arg  0x0000949f , 0x00000006 
+ 00018301  0x000042f0 call  0x00007ef4 
+ 00018302  0x000042f1 arg  0x00000028 , 0x00000039 
+ 00018303  0x000042f2 arg  0x000047a0 , 0x00000005 
+ 00018304  0x000042f3 arg  0x000094c7 , 0x00000006 
+ 00018305  0x000042f4 branch  0x00007ef4 
+ 00018306  0x000042f8 arg  0x0000017e , 0x00000039 
+ 00018307  0x000042f9 arg  0x0000913a , 0x00000006 
+ 00018308  0x000042fa branch  0x00007ef4 
+ 00018309  0x000042fe arg  0x000001e7 , 0x00000039 
+ 00018310  0x000042ff arg  0x000092b8 , 0x00000006 
+ 00018311  0x00004300 branch  0x00007ef4 
+ 00018312  0x00004305 call  0x000047ae 
+ 00018313  0x00004306 nrtn  0x00000028 
+ 00018314  0x00004307 fetch  0x00000001 , 0x0000469f 
+ 00018315  0x00004308 call  0x00004790 
+ 00018316  0x00004309 fetch  0x00000001 , 0x000046a0 
+ 00018317  0x0000430a call  0x00004790 
+ 00018318  0x0000430b fetch  0x00000001 , 0x000046a1 
+ 00018319  0x0000430c branch  0x00004790 
+ 00018320  0x0000430f rtn  0x00000034 
+ 00018321  0x00004310 or  0x0000003f , 0x00000080 , 0x00000002 
+ 00018322  0x00004311 branch  0x000067f9 
+ 00018323  0x00004315 call  0x000047ae 
+ 00018324  0x00004316 nrtn  0x00000028 
+ 00018325  0x00004317 call  0x00004797 
+ 00018326  0x00004318 branch  0x000047b4 
+ 00018327  0x0000431b arg  0x00000000 , 0x00000011 
+ 00018328  0x0000431c fetch  0x00000001 , 0x0000469f 
+ 00018329  0x0000431d call  0x000047a9 
+ 00018330  0x0000431e nsetflag  0x00000034 , 0x00000000 , 0x00000011 
+ 00018331  0x0000431f fetch  0x00000001 , 0x000046a0 
+ 00018332  0x00004320 call  0x000047a9 
+ 00018333  0x00004321 nsetflag  0x00000034 , 0x00000001 , 0x00000011 
+ 00018334  0x00004322 fetch  0x00000001 , 0x000046a1 
+ 00018335  0x00004323 call  0x000047a9 
+ 00018336  0x00004324 nsetflag  0x00000034 , 0x00000002 , 0x00000011 
+ 00018337  0x00004325 copy  0x00000011 , 0x0000003f 
+ 00018338  0x00004326 store  0x00000001 , 0x000046a9 
+ 00018339  0x00004327 fetch  0x00000001 , 0x0000469e 
+ 00018340  0x00004328 imul32  0x00000011 , 0x0000003f 
+ 00018341  0x00004329 fetcht  0x00000002 , 0x0000469c 
+ 00018342  0x0000432a iadd  0x00000002 , 0x0000003f 
+ 00018343  0x0000432b store  0x00000002 , 0x000046aa 
+ 00018344  0x0000432c rtn 
+ 00018345  0x0000432f rtn  0x00000034 
+ 00018346  0x00004330 or  0x0000003f , 0x00000080 , 0x00000002 
+ 00018347  0x00004331 call  0x0000681d 
+ 00018348  0x00004332 nbranch  0x00007ff1 , 0x00000001 
+ 00018349  0x00004333 branch  0x00007fef 
+ 00018350  0x00004337 call  0x00007fe9 
+ 00018351  0x00004338 fetch  0x00000001 , 0x000046a8 
+ 00018352  0x00004339 nrtn  0x00000034 
+ 00018353  0x0000433a fetch  0x00000001 , 0x0000469b 
+ 00018354  0x0000433b rtn  0x00000034 
+ 00018355  0x0000433c branch  0x00007fe7 
+ 00018356  0x00004340 call  0x0000666a 
+ 00018357  0x00004341 fetch  0x00000002 , 0x000046aa 
+ 00018358  0x00004342 arg  0x00000ac2 , 0x00000011 
+ 00018359  0x00004343 fetcht  0x00000001 , 0x0000469e 
+ 00018360  0x00004344 call  0x000066b3 
+ 00018361  0x00004345 call  0x0000666d 
+ 00018362  0x00004347 fetch  0x00000001 , 0x00000ac2 
+ 00018363  0x00004348 copy  0x0000003f , 0x00000039 
+ 00018364  0x00004349 store  0x00000001 , 0x000043af 
+ 00018365  0x0000434a call  0x00007ef4 
+ 00018366  0x0000434b fetch  0x00000001 , 0x00000ac2 
+ 00018367  0x0000434c copy  0x0000003f , 0x00000039 
+ 00018368  0x0000434d store  0x00000001 , 0x00004515 
+ 00018369  0x0000434e call  0x00007ef4 
+ 00018370  0x0000434f ifetch  0x00000001 , 0x00000006 
+ 00018371  0x00004350 store  0x00000001 , 0x000046e6 
+ 00018372  0x00004351 ifetch  0x00000001 , 0x00000006 
+ 00018373  0x00004352 store  0x00000001 , 0x000046dd 
+ 00018374  0x00004353 rtn 
+ 00018375  0x00004357 fetch  0x00000001 , 0x0000469a 
+ 00018376  0x00004358 rtnbit0  0x00000001 
+ 00018377  0x00004359 arg  0x00000003 , 0x00000002 
+ 00018378  0x0000435a fetch  0x00000002 , 0x000046a4 
+ 00018379  0x0000435b copy  0x0000003f , 0x00000012 
+ 00018380  0x0000435c arg  0x000046a6 , 0x00000011 
+ 00018381  0x0000435d call  0x000065df 
+ 00018382  0x0000435e fetcht  0x00000002 , 0x000046a6 
+ 00018383  0x0000435f setarg  0x00001b3a 
+ 00018384  0x00004360 isub  0x00000002 , 0x0000003e 
+ 00018385  0x00004361 nrtn  0x00000005 
+ 00018386  0x00004362 fetch  0x00000001 , 0x000046a8 
+ 00018387  0x00004363 rtn  0x00000034 
+ 00018388  0x00004364 copy  0x0000003f , 0x00000002 
+ 00018389  0x00004365 fetch  0x00000002 , 0x000046a4 
+ 00018390  0x00004366 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00018391  0x00004367 arg  0x00000ac2 , 0x00000011 
+ 00018392  0x00004368 call  0x000065df 
+ 00018393  0x00004369 branch  0x000047e8 
+ 00018394  0x0000436c fetch  0x00000002 , 0x000046a2 
+ 00018395  0x0000436d rtn  0x00000034 
+ 00018396  0x0000436e call  0x0000666a 
+ 00018397  0x0000436f arg  0x00000001 , 0x00000002 
+ 00018398  0x00004370 arg  0x000046a8 , 0x00000011 
+ 00018399  0x00004371 call  0x000066b3 
+ 00018400  0x00004373 fetch  0x00000001 , 0x000046a8 
+ 00018401  0x00004374 rtn  0x00000034 
+ 00018402  0x00004376 fetch  0x00000002 , 0x000046a2 
+ 00018403  0x00004377 pincrease  0x00000001 
+ 00018404  0x00004378 arg  0x00000ac2 , 0x00000011 
+ 00018405  0x00004379 fetcht  0x00000001 , 0x000046a8 
+ 00018406  0x0000437a call  0x000066b3 
+ 00018407  0x0000437b call  0x0000666d 
+ 00018408  0x0000437d call  0x000047ba 
+ 00018409  0x0000437f ifetch  0x00000002 , 0x00000006 
+ 00018410  0x00004380 rtn  0x00000034 
+ 00018411  0x00004381 copy  0x0000003f , 0x00000005 
+ 00018412  0x00004382 ifetcht  0x00000001 , 0x00000006 
+ 00018413  0x00004383 copy  0x00000002 , 0x00000039 
+ 00018414  0x00004384 call  0x00007f01 
+ 00018415  0x00004385 branch  0x000047e9 
+ 00018416  0x0000438a fetch  0x00000001 , 0x0000469a 
+ 00018417  0x0000438b rtnbit0  0x00000001 
+ 00018418  0x0000438c fetch  0x00000002 , 0x000046ae 
+ 00018419  0x0000438d copy  0x0000003f , 0x00000012 
+ 00018420  0x0000438e arg  0x00000004 , 0x00000002 
+ 00018421  0x0000438f arg  0x00000ac2 , 0x00000011 
+ 00018422  0x00004390 call  0x000065df 
+ 00018423  0x00004391 fetch  0x00000001 , 0x00000ac2 
+ 00018424  0x00004392 bne  0x00000001 , 0x000047f9 
+ 00018425  0x00004394 setarg  0x00000001 
+ 00018426  0x00004395 store  0x00000001 , 0x00000ac2 
+ 00018427  0x00004396 force  0x00000003 , 0x00000039 
+ 00018428  0x00004397 call  0x0000630d 
+ 00018429  0x00004398 fetch  0x00000002 , 0x000046ae 
+ 00018430  0x00004399 copy  0x0000003f , 0x00000012 
+ 00018431  0x0000439a arg  0x00000004 , 0x00000002 
+ 00018432  0x0000439b arg  0x00000ac2 , 0x00000011 
+ 00018433  0x0000439c call  0x00006606 
+ 00018434  0x0000439e fetch  0x00000003 , 0x00000ac3 
+ 00018435  0x0000439f store  0x00000003 , 0x000040a0 
+ 00018436  0x000043a0 store  0x00000003 , 0x000044a0 
+ 00018437  0x000043a1 rtn 
+ 00018438  0x000043a5 branch  0x000046d9 
+ 00018439  0x000043a9 arg  0x00000000 , 0x00000011 
+ 00018440  0x000043aa arg  0x000048d4 , 0x00000013 
+ 00018441  0x000043ab call  0x00007d24 
+ 00018442  0x000043ac call  0x000046f4 
+ 00018443  0x000043ae fetch  0x00000001 , 0x000048eb 
+ 00018444  0x000043af store  0x00000001 , 0x000048ec 
+ 00018445  0x000043b0 rtn 
+ 00018446  0x000043b5 setarg  0x00000000 
+ 00018447  0x000043b6 call  0x00004816 
+ 00018448  0x000043b7 jam  0x00000001 , 0x00004679 
+ 00018449  0x000043b8 call  0x00007cd3 
+ 00018450  0x000043b9 call  0x00007cdd 
+ 00018451  0x000043ba fetch  0x00000002 , 0x00004682 
+ 00018452  0x000043bb rtnbit1  0x0000000c 
+ 00018453  0x000043bc branch  0x0000340a 
+ 00018454  0x000043bf fetcht  0x00000002 , 0x0000423f 
+ 00018455  0x000043c0 istore  0x00000001 , 0x00000002 
+ 00018456  0x000043c1 ifetch  0x00000001 , 0x00000005 
+ 00018457  0x000043c2 store  0x00000001 , 0x00004685 
+ 00018458  0x000043c3 rtn 
+ 00018459  0x000043c7 fetch  0x00000002 , 0x0000423f 
+ 00018460  0x000043c8 ifetch  0x00000001 , 0x0000003f 
+ 00018461  0x000043c9 rtnne  0x00000000 
+ 00018462  0x000043ca branch  0x0000340a 
+ 00018463  0x000043ce fetcht  0x00000002 , 0x0000423f 
+ 00018464  0x000043cf ifetch  0x00000001 , 0x00000002 
+ 00018465  0x000043d0 beq  0x00000001 , 0x0000482a 
+ 00018466  0x000043d2 setarg  0x00000001 
+ 00018467  0x000043d3 fetcht  0x00000002 , 0x0000423f 
+ 00018468  0x000043d4 istore  0x00000001 , 0x00000002 
+ 00018469  0x000043d5 add  0x00000002 , 0x00000002 , 0x00000006 
+ 00018470  0x000043d6 ifetch  0x00000001 , 0x00000006 
+ 00018471  0x000043d7 istore  0x00000001 , 0x00004685 
+ 00018472  0x000043d8 ifetch  0x00000002 , 0x00000006 
+ 00018473  0x000043d9 branch  0x00007f9c 
+ 00018474  0x000043dc setarg  0x00000002 
+ 00018475  0x000043dd call  0x00004816 
+ 00018476  0x000043de add  0x00000002 , 0x00000005 , 0x00000006 
+ 00018477  0x000043df ifetch  0x00000002 , 0x00000006 
+ 00018478  0x000043e0 branch  0x0000340a , 0x00000034 
+ 00018479  0x000043e1 branch  0x00007f9c 
+ 00018480  0x000043e8 store  0x00000006 , 0x00000101 
+ 00018481  0x000043e9 fetch  0x00000001 , 0x00000101 
+ 00018482  0x000043ea store  0x00000001 , 0x0000010c 
+ 00018483  0x000043eb ifetch  0x00000001 , 0x00000006 
+ 00018484  0x000043ec store  0x00000001 , 0x0000010b 
+ 00018485  0x000043ed ifetch  0x00000001 , 0x00000006 
+ 00018486  0x000043ee store  0x00000001 , 0x0000010a 
+ 00018487  0x000043ef ifetch  0x00000001 , 0x00000006 
+ 00018488  0x000043f0 store  0x00000001 , 0x00000109 
+ 00018489  0x000043f1 ifetch  0x00000001 , 0x00000006 
+ 00018490  0x000043f2 store  0x00000001 , 0x00000108 
+ 00018491  0x000043f3 ifetch  0x00000001 , 0x00000006 
+ 00018492  0x000043f4 store  0x00000001 , 0x00000107 
+ 00018493  0x000043f5 fetch  0x00000006 , 0x00000107 
+ 00018494  0x000043f6 rtn 
+ 00018495  0x000043f9 call  0x000068a2 
+ 00018496  0x000043fa fetch  0x00000001 , 0x00004223 
+ 00018497  0x000043fb store  0x00000001 , 0x000044a0 
+ 00018498  0x000043fc fetch  0x00000001 , 0x00004225 
+ 00018499  0x000043fd istore  0x00000001 , 0x00000005 
+ 00018500  0x000043fe fetch  0x00000001 , 0x00004227 
+ 00018501  0x000043ff istore  0x00000001 , 0x00000005 
+ 00018502  0x00004400 fetch  0x00000003 , 0x000044a0 
+ 00018503  0x00004401 store  0x00000003 , 0x000040a0 
+ 00018504  0x00004402 rtn 
+ 00018505  0x0000440f fetch  0x00000002 , 0x00004203 
+ 00018506  0x00004410 iadd  0x00000012 , 0x0000003f 
+ 00018507  0x00004411 byteswap  0x0000003f , 0x0000003f 
+ 00018508  0x00004412 store  0x00000002 , 0x000001f7 
+ 00018509  0x00004413 copy  0x00000002 , 0x00000012 
+ 00018510  0x00004415 call  0x0000489b 
+ 00018511  0x00004416 setarg  0x000000a0 
+ 00018512  0x00004417 call  0x0000488d 
+ 00018513  0x00004418 fetch  0x00000001 , 0x000001f7 
+ 00018514  0x00004419 call  0x0000488d 
+ 00018515  0x0000441a bmark1  0x00000028 , 0x00004856 
+ 00018516  0x0000441b fetch  0x00000001 , 0x000001f8 
+ 00018517  0x0000441c call  0x0000488d 
+ 00018518  0x0000441e call  0x000048a1 
+ 00018519  0x00004420 call  0x0000489b 
+ 00018520  0x00004421 setarg  0x000000a1 
+ 00018521  0x00004422 call  0x0000488d 
+ 00018522  0x00004425 call  0x0000487f 
+ 00018523  0x00004426 istore  0x00000001 , 0x00000011 
+ 00018524  0x00004427 increase  0x00000001 , 0x00000011 
+ 00018525  0x00004428 increase  0xffffffff , 0x00000012 
+ 00018526  0x00004429 nbranch  0x0000485a , 0x00000005 
+ 00018527  0x0000442a branch  0x000048a1 
+ 00018528  0x00004436 byteswap  0x00000012 , 0x0000003f 
+ 00018529  0x00004437 store  0x00000002 , 0x000001f7 
+ 00018530  0x00004438 copy  0x00000002 , 0x00000012 
+ 00018531  0x0000443a call  0x0000489b 
+ 00018532  0x0000443b setarg  0x000000a0 
+ 00018533  0x0000443c call  0x0000488d 
+ 00018534  0x0000443e fetch  0x00000001 , 0x000001f7 
+ 00018535  0x0000443f call  0x0000488d 
+ 00018536  0x00004440 bmark1  0x00000028 , 0x0000486b 
+ 00018537  0x00004441 fetch  0x00000001 , 0x000001f8 
+ 00018538  0x00004442 call  0x0000488d 
+ 00018539  0x00004444 ifetch  0x00000001 , 0x00000011 
+ 00018540  0x00004445 call  0x0000488d 
+ 00018541  0x00004446 increase  0x00000001 , 0x00000011 
+ 00018542  0x00004447 increase  0xffffffff , 0x00000012 
+ 00018543  0x00004448 nbranch  0x0000486b , 0x00000005 
+ 00018544  0x00004449 branch  0x000048a1 
+ 00018545  0x0000444e arg  0x0000000a , 0x00000039 
+ 00018546  0x0000444f call  0x000048be 
+ 00018547  0x00004450 call  0x000048a6 
+ 00018548  0x00004451 call  0x000048d2 
+ 00018549  0x00004453 call  0x000048c7 
+ 00018550  0x00004454 branch  0x000048a9 , 0x00000034 
+ 00018551  0x00004455 loop  0x00004875 
+ 00018552  0x00004456 branch  0x000048a9 
+ 00018553  0x0000445b call  0x000048a9 
+ 00018554  0x0000445c call  0x000048af 
+ 00018555  0x0000445d call  0x000048d2 
+ 00018556  0x0000445e call  0x000048a6 
+ 00018557  0x0000445f call  0x000048d2 
+ 00018558  0x00004460 branch  0x000048a9 
+ 00018559  0x00004466 arg  0x00000008 , 0x00000039 
+ 00018560  0x00004467 arg  0x00000000 , 0x00000013 
+ 00018561  0x00004468 call  0x000048be 
+ 00018562  0x0000446a call  0x000048a6 
+ 00018563  0x0000446b call  0x000048d2 
+ 00018564  0x0000446c lshift  0x00000013 , 0x00000013 
+ 00018565  0x0000446d call  0x000048c7 
+ 00018566  0x0000446e iadd  0x00000013 , 0x00000013 
+ 00018567  0x0000446f call  0x000048d2 
+ 00018568  0x00004470 call  0x000048a9 
+ 00018569  0x00004471 loop  0x00004882 
+ 00018570  0x00004472 call  0x00004879 
+ 00018571  0x00004473 copy  0x00000013 , 0x0000003f 
+ 00018572  0x00004474 rtn 
+ 00018573  0x00004479 arg  0x00000008 , 0x00000039 
+ 00018574  0x0000447a copy  0x0000003f , 0x00000013 
+ 00018575  0x0000447b call  0x000048a9 
+ 00018576  0x0000447d isolate1  0x00000007 , 0x00000013 
+ 00018577  0x0000447e call  0x000048ac , 0x00000001 
+ 00018578  0x0000447f ncall  0x000048af , 0x00000001 
+ 00018579  0x00004480 lshift  0x00000013 , 0x00000013 
+ 00018580  0x00004481 call  0x000048d2 
+ 00018581  0x00004482 call  0x000048a6 
+ 00018582  0x00004483 call  0x000048d2 
+ 00018583  0x00004484 call  0x000048a9 
+ 00018584  0x00004485 call  0x000048d2 
+ 00018585  0x00004486 loop  0x00004890 
+ 00018586  0x00004487 branch  0x00004871 
+ 00018587  0x0000448c call  0x000048ac 
+ 00018588  0x0000448d call  0x000048a6 
+ 00018589  0x0000448e call  0x000048d2 
+ 00018590  0x0000448f call  0x000048af 
+ 00018591  0x00004490 call  0x000048d2 
+ 00018592  0x00004491 branch  0x000048a9 
+ 00018593  0x00004496 call  0x000048af 
+ 00018594  0x00004497 call  0x000048a6 
+ 00018595  0x00004498 call  0x000048d2 
+ 00018596  0x00004499 call  0x000048ac 
+ 00018597  0x0000449a branch  0x000048d2 
+ 00018598  0x0000449f enable  0x00000028 
+ 00018599  0x000044a0 fetch  0x00000001 , 0x00004ffe 
+ 00018600  0x000044a1 branch  0x000048b2 
+ 00018601  0x000044a5 disable  0x00000028 
+ 00018602  0x000044a6 fetch  0x00000001 , 0x00004ffe 
+ 00018603  0x000044a7 branch  0x000048b2 
+ 00018604  0x000044ab enable  0x00000028 
+ 00018605  0x000044ac fetch  0x00000001 , 0x00004fff 
+ 00018606  0x000044ad branch  0x000048b2 
+ 00018607  0x000044b1 disable  0x00000028 
+ 00018608  0x000044b2 fetch  0x00000001 , 0x00004fff 
+ 00018609  0x000044b3 branch  0x000048b2 
+ 00018610  0x000044b9 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018611  0x000044ba rshift3  0x0000003f , 0x0000003f 
+ 00018612  0x000044bb arg  0x00008070 , 0x00000002 
+ 00018613  0x000044bc iadd  0x00000002 , 0x00000002 
+ 00018614  0x000044bd ifetch  0x00000001 , 0x00000002 
+ 00018615  0x000044be qset1  0x0000003f 
+ 00018616  0x000044bf istore  0x00000001 , 0x00000002 
+ 00018617  0x000044c0 increase  0x00000004 , 0x00000002 
+ 00018618  0x000044c1 ifetch  0x00000001 , 0x00000002 
+ 00018619  0x000044c2 qsetflag  0x00000028 , 0x0000003f 
+ 00018620  0x000044c3 istore  0x00000001 , 0x00000002 
+ 00018621  0x000044c4 rtn 
+ 00018622  0x000044c8 fetch  0x00000001 , 0x00004fff 
+ 00018623  0x000044c9 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018624  0x000044ca rshift3  0x0000003f , 0x0000003f 
+ 00018625  0x000044cb arg  0x00008070 , 0x00000002 
+ 00018626  0x000044cc iadd  0x00000002 , 0x00000002 
+ 00018627  0x000044cd ifetch  0x00000001 , 0x00000002 
+ 00018628  0x000044ce qset0  0x0000003f 
+ 00018629  0x000044cf istore  0x00000001 , 0x00000002 
+ 00018630  0x000044d0 rtn 
+ 00018631  0x000044d6 nop  0x00000004 
+ 00018632  0x000044d7 fetch  0x00000001 , 0x00004fff 
+ 00018633  0x000044d8 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00018634  0x000044d9 rshift3  0x0000003f , 0x0000003f 
+ 00018635  0x000044da arg  0x0000811c , 0x00000002 
+ 00018636  0x000044db iadd  0x00000002 , 0x00000002 
+ 00018637  0x000044dc setarg  0x00000000 
+ 00018638  0x000044dd ifetcht  0x00000001 , 0x00000002 
+ 00018639  0x000044de qisolate1  0x00000002 
+ 00018640  0x000044df setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00018641  0x000044e0 rtn 
+ 00018642  0x000044e5 rtn 
+ 00018643  0x000044ec bpatch  0x000000f6 , 0x0000401e 
+ 00018644  0x000044ed hfetch  0x00000001 , 0x00008a26 
+ 00018645  0x000044ee isolate1  0x00000007 , 0x0000003f 
+ 00018646  0x000044ef call  0x000048ea , 0x00000001 
+ 00018647  0x000044f0 call  0x0000492e 
+ 00018648  0x000044f1 hfetch  0x00000001 , 0x00008a26 
+ 00018649  0x000044f2 store  0x00000001 , 0x00000b22 
+ 00018650  0x000044f3 hfetch  0x00000001 , 0x00008a27 
+ 00018651  0x000044f4 store  0x00000001 , 0x00000b23 
+ 00018652  0x000044f5 hstore  0x00000001 , 0x00008a27 
+ 00018653  0x000044f6 pinvert 
+ 00018654  0x000044f7 fetcht  0x00000001 , 0x00000d37 
+ 00018655  0x000044f8 iand  0x00000002 , 0x0000003f 
+ 00018656  0x000044f9 store  0x00000001 , 0x00000d37 
+ 00018657  0x000044fa jam  0x000000e0 , 0x00008a26 
+ 00018658  0x000044fb fetch  0x00000001 , 0x00000b23 
+ 00018659  0x000044fc compare  0x00000001 , 0x0000003f , 0x00000001 
+ 00018660  0x000044fd call  0x00004941 , 0x00000001 
+ 00018661  0x000044fe fetch  0x00000001 , 0x00000b22 
+ 00018662  0x000044ff compare  0x00000001 , 0x0000003f , 0x00000001 
+ 00018663  0x00004500 call  0x0000494a , 0x00000001 
+ 00018664  0x00004501 call  0x00004b61 
+ 00018665  0x00004502 branch  0x00004903 
+ 00018666  0x00004505 bpatch  0x000000f7 , 0x0000401e 
+ 00018667  0x00004506 call  0x00004919 
+ 00018668  0x00004507 jam  0x00000000 , 0x00008a00 
+ 00018669  0x00004508 nop  0x00002710 
+ 00018670  0x00004509 jam  0x000000c0 , 0x00008a10 
+ 00018671  0x0000450a hfetch  0x00000002 , 0x00008050 
+ 00018672  0x0000450b set0  0x0000000a , 0x0000003f 
+ 00018673  0x0000450c hstore  0x00000002 , 0x00008050 
+ 00018674  0x0000450d jam  0x0000003c , 0x00008a00 
+ 00018675  0x0000450e jam  0x000000ff , 0x00008a26 
+ 00018676  0x0000450f jam  0x000000ff , 0x00008a27 
+ 00018677  0x00004510 jam  0x00000000 , 0x00008a04 
+ 00018678  0x00004511 jam  0x00000002 , 0x00000c6b 
+ 00018679  0x00004512 setarg  0x00000d9d 
+ 00018680  0x00004513 arg  0x00000c6e , 0x00000005 
+ 00018681  0x00004514 isub  0x00000005 , 0x00000039 
+ 00018682  0x00004515 branch  0x00007ed4 
+ 00018683  0x00004518 fetcht  0x00000001 , 0x00000c6c 
+ 00018684  0x00004519 branch  0x000067fb 
+ 00018685  0x0000451b fetch  0x00000001 , 0x00000d45 
+ 00018686  0x0000451c rtn  0x00000034 
+ 00018687  0x0000451d fetcht  0x00000001 , 0x00000c6c 
+ 00018688  0x0000451e call  0x0000681d 
+ 00018689  0x0000451f branch  0x000048ea , 0x00000001 
+ 00018690  0x00004520 rtn 
+ 00018691  0x00004524 arg  0x00000000 , 0x00000007 
+ 00018692  0x00004525 call  0x00007f16 
+ 00018693  0x00004526 nrtn  0x00000034 
+ 00018694  0x00004527 fetch  0x00000001 , 0x00000d46 
+ 00018695  0x00004528 nrtn  0x00000034 
+ 00018696  0x00004529 fetch  0x00000001 , 0x00000d45 
+ 00018697  0x0000452a ncall  0x00004bb7 , 0x00000034 
+ 00018698  0x0000452b rtn 
+ 00018699  0x0000452e arg  0x00000b68 , 0x00000005 
+ 00018700  0x0000452f setsect  0x00000000 , 0x00011212 
+ 00018701  0x00004530 setsect  0x00000001 , 0x00008000 
+ 00018702  0x00004531 setsect  0x00000002 , 0x00000000 
+ 00018703  0x00004532 setsect  0x00000003 , 0x00010000 
+ 00018704  0x00004533 istore  0x00000009 , 0x00000005 
+ 00018705  0x00004534 setsect  0x00000000 , 0x00022412 
+ 00018706  0x00004535 setsect  0x00000001 , 0x00008604 
+ 00018707  0x00004536 setsect  0x00000002 , 0x00001000 
+ 00018708  0x00004537 setsect  0x00000003 , 0x00000008 
+ 00018709  0x00004538 istore  0x00000009 , 0x00000005 
+ 00018710  0x00004539 setsect  0x00000000 , 0x00000001 
+ 00018711  0x0000453a istore  0x00000001 , 0x00000005 
+ 00018712  0x0000453b rtn 
+ 00018713  0x0000453e jam  0x00000002 , 0x00000c6b 
+ 00018714  0x0000453f setarg  0x00000000 
+ 00018715  0x00004540 store  0x00000001 , 0x00000b67 
+ 00018716  0x00004541 store  0x00000002 , 0x00000c65 
+ 00018717  0x00004542 pincrease  0x00000001 
+ 00018718  0x00004543 store  0x00000002 , 0x00000c67 
+ 00018719  0x00004544 pincrease  0x00000001 
+ 00018720  0x00004545 store  0x00000002 , 0x00000c69 
+ 00018721  0x00004546 setarg  0x00008ffa 
+ 00018722  0x00004547 store  0x00000002 , 0x00000b7c 
+ 00018723  0x00004548 setarg  0x0000903a 
+ 00018724  0x00004549 store  0x00000002 , 0x00000b7e 
+ 00018725  0x0000454a arg  0x00000b80 , 0x00000005 
+ 00018726  0x0000454b arg  0x000090fe , 0x00000006 
+ 00018727  0x0000454c call  0x00007eb3 
+ 00018728  0x0000454d fetch  0x00000001 , 0x00000c6d 
+ 00018729  0x0000454e ncall  0x0000492b , 0x00000034 
+ 00018730  0x0000454f branch  0x0000490b 
+ 00018731  0x00004552 store  0x00000001 , 0x00000ba2 
+ 00018732  0x00004553 store  0x00000001 , 0x00000bbb 
+ 00018733  0x00004554 rtn 
+ 00018734  0x00004556 hfetch  0x00000001 , 0x00008a26 
+ 00018735  0x00004557 bbit1  0x00000006 , 0x00004931 
+ 00018736  0x00004558 rtn 
+ 00018737  0x0000455b call  0x00004936 
+ 00018738  0x0000455c call  0x00007f15 
+ 00018739  0x0000455d setarg  0x00000280 
+ 00018740  0x0000455e arg  0x00000000 , 0x00000007 
+ 00018741  0x0000455f branch  0x00007f08 
+ 00018742  0x00004562 fetch  0x00000001 , 0x00000d36 
+ 00018743  0x00004563 bne  0x00000002 , 0x0000493b 
+ 00018744  0x00004564 jam  0x00000000 , 0x00000d46 
+ 00018745  0x00004565 jam  0x00000000 , 0x00000d47 
+ 00018746  0x00004566 rtn 
+ 00018747  0x00004568 fetch  0x00000001 , 0x00000d53 
+ 00018748  0x00004569 rtn  0x00000034 
+ 00018749  0x0000456a jam  0x00000000 , 0x00000d53 
+ 00018750  0x0000456b jam  0x00000002 , 0x00000d36 
+ 00018751  0x0000456c jam  0x00000001 , 0x00000d45 
+ 00018752  0x0000456d rtn 
+ 00018753  0x00004570 jam  0x00000001 , 0x00008a27 
+ 00018754  0x00004571 branch  0x00004b37 
+ 00018755  0x00004574 fetch  0x00000001 , 0x00000b22 
+ 00018756  0x00004575 bbit1  0x00000004 , 0x00004955 
+ 00018757  0x00004576 rtn 
+ 00018758  0x00004579 hfetch  0x00000001 , 0x00008a18 
+ 00018759  0x0000457a istore  0x00000001 , 0x00000005 
+ 00018760  0x0000457b loop  0x00004946 
+ 00018761  0x0000457c rtn 
+ 00018762  0x0000457f bpatch  0x000000f8 , 0x0000401f 
+ 00018763  0x00004580 jam  0x00000011 , 0x00008a26 
+ 00018764  0x00004581 hfetch  0x00000001 , 0x00008a20 
+ 00018765  0x00004582 store  0x00000001 , 0x00000b24 
+ 00018766  0x00004583 copy  0x0000003f , 0x00000039 
+ 00018767  0x00004584 branch  0x00004943 , 0x00000034 
+ 00018768  0x00004585 arg  0x00000c6e , 0x00000005 
+ 00018769  0x00004586 call  0x00004946 
+ 00018770  0x00004587 fetch  0x00000001 , 0x00000b24 
+ 00018771  0x00004588 sub  0x0000003f , 0x00000007 , 0x0000003e 
+ 00018772  0x00004589 rtn  0x00000002 
+ 00018773  0x0000458b fetch  0x00000001 , 0x00000c6e 
+ 00018774  0x0000458c and_into  0x00000080 , 0x0000003f 
+ 00018775  0x0000458d beq  0x00000080 , 0x0000495a 
+ 00018776  0x0000458e beq  0x00000000 , 0x00004962 
+ 00018777  0x0000458f branch  0x00002a8c 
+ 00018778  0x00004592 fetch  0x00000001 , 0x00000c6e 
+ 00018779  0x00004593 rshift4  0x0000003f , 0x0000003f 
+ 00018780  0x00004594 rshift  0x0000003f , 0x0000003f 
+ 00018781  0x00004595 and_into  0x00000003 , 0x0000003f 
+ 00018782  0x00004596 beq  0x00000000 , 0x0000496a 
+ 00018783  0x00004597 beq  0x00000001 , 0x00004970 
+ 00018784  0x00004598 beq  0x00000002 , 0x00004975 
+ 00018785  0x00004599 branch  0x00002a8c 
+ 00018786  0x0000459c fetch  0x00000001 , 0x00000c6e 
+ 00018787  0x0000459d rshift4  0x0000003f , 0x0000003f 
+ 00018788  0x0000459e rshift  0x0000003f , 0x0000003f 
+ 00018789  0x0000459f and_into  0x00000003 , 0x0000003f 
+ 00018790  0x000045a0 beq  0x00000000 , 0x00004976 
+ 00018791  0x000045a1 beq  0x00000001 , 0x0000497e 
+ 00018792  0x000045a2 beq  0x00000002 , 0x00004983 
+ 00018793  0x000045a3 branch  0x00002a8c 
+ 00018794  0x000045a6 fetch  0x00000001 , 0x00000c6f 
+ 00018795  0x000045a7 beq  0x00000008 , 0x0000498a 
+ 00018796  0x000045a8 beq  0x00000006 , 0x000049a0 
+ 00018797  0x000045a9 beq  0x0000000a , 0x000049ea 
+ 00018798  0x000045aa beq  0x00000000 , 0x000049fc 
+ 00018799  0x000045ab branch  0x00004984 
+ 00018800  0x000045ae fetch  0x00000001 , 0x00000c6f 
+ 00018801  0x000045af beq  0x00000002 , 0x00004a2f 
+ 00018802  0x000045b0 beq  0x00000001 , 0x00004a33 
+ 00018803  0x000045b1 beq  0x00000003 , 0x00004a45 
+ 00018804  0x000045b2 branch  0x00004984 
+ 00018805  0x000045b5 branch  0x00004984 
+ 00018806  0x000045b8 fetch  0x00000001 , 0x00000c6f 
+ 00018807  0x000045b9 beq  0x00000001 , 0x00004a4f 
+ 00018808  0x000045ba beq  0x00000003 , 0x00004a79 
+ 00018809  0x000045bb beq  0x00000005 , 0x00004aa3 
+ 00018810  0x000045bc beq  0x00000009 , 0x00004abc 
+ 00018811  0x000045bd beq  0x0000000b , 0x00004ad7 
+ 00018812  0x000045be beq  0x00000007 , 0x00004984 
+ 00018813  0x000045bf branch  0x00004984 
+ 00018814  0x000045c2 fetch  0x00000001 , 0x00000c6f 
+ 00018815  0x000045c3 beq  0x0000000a , 0x00004ae8 
+ 00018816  0x000045c4 beq  0x00000009 , 0x00004af9 
+ 00018817  0x000045c5 beq  0x0000000b , 0x00004b11 
+ 00018818  0x000045c6 branch  0x00004984 
+ 00018819  0x000045c9 branch  0x00004984 
+ 00018820  0x000045cc hfetch  0x00000001 , 0x00008a11 
+ 00018821  0x000045cd set1  0x00000000 , 0x0000003f 
+ 00018822  0x000045ce hstore  0x00000001 , 0x00008a11 
+ 00018823  0x000045cf branch  0x00004988 
+ 00018824  0x000045d2 jam  0x00000040 , 0x00008a12 
+ 00018825  0x000045d3 rtn 
+ 00018826  0x000045d6 fetch  0x00000001 , 0x00000c6e 
+ 00018827  0x000045d7 bne  0x00000080 , 0x00004984 
+ 00018828  0x000045d8 fetch  0x00000001 , 0x00000c72 
+ 00018829  0x000045d9 bne  0x00000000 , 0x00004984 
+ 00018830  0x000045da fetch  0x00000001 , 0x00000c73 
+ 00018831  0x000045db bne  0x00000000 , 0x00004984 
+ 00018832  0x000045dc fetch  0x00000001 , 0x00000c74 
+ 00018833  0x000045dd bne  0x00000001 , 0x00004984 
+ 00018834  0x000045de fetch  0x00000001 , 0x00000c75 
+ 00018835  0x000045df bne  0x00000000 , 0x00004984 
+ 00018836  0x000045e0 fetch  0x00000001 , 0x00000c70 
+ 00018837  0x000045e1 bne  0x00000000 , 0x00004984 
+ 00018838  0x000045e2 fetch  0x00000001 , 0x00000c71 
+ 00018839  0x000045e3 bne  0x00000000 , 0x00004984 
+ 00018840  0x000045e4 fetch  0x00000001 , 0x00000c6b 
+ 00018841  0x000045e5 beq  0x00000004 , 0x0000499c 
+ 00018842  0x000045e6 beq  0x00000003 , 0x0000499e 
+ 00018843  0x000045e7 branch  0x00004984 
+ 00018844  0x000045ea arg  0x00000001 , 0x00000012 
+ 00018845  0x000045eb branch  0x00004a14 
+ 00018846  0x000045ee arg  0x00000001 , 0x00000012 
+ 00018847  0x000045ef branch  0x00004a12 
+ 00018848  0x000045f2 bpatch  0x000000f9 , 0x0000401f 
+ 00018849  0x000045f3 set0  0x00000023 , 0x00000000 
+ 00018850  0x000045f4 fetch  0x00000001 , 0x00000c71 
+ 00018851  0x000045f5 beq  0x00000001 , 0x000049b6 
+ 00018852  0x000045f6 beq  0x00000002 , 0x000049cf 
+ 00018853  0x000045f7 beq  0x00000003 , 0x000049d2 
+ 00018854  0x000045f8 beq  0x00000021 , 0x000049a9 
+ 00018855  0x000045f9 beq  0x00000022 , 0x000049e0 
+ 00018856  0x000045fa branch  0x00004984 
+ 00018857  0x000045fd jam  0x00000000 , 0x00000d4b 
+ 00018858  0x000045fe fetch  0x00000001 , 0x00000c72 
+ 00018859  0x000045ff beq  0x00000000 , 0x000049ae 
+ 00018860  0x00004600 beq  0x00000001 , 0x000049b2 
+ 00018861  0x00004601 branch  0x00004984 
+ 00018862  0x00004604 arg  0x00000b93 , 0x00000011 
+ 00018863  0x00004605 ifetch  0x00000001 , 0x00000011 
+ 00018864  0x00004606 iforce  0x00000012 
+ 00018865  0x00004607 branch  0x00004b21 
+ 00018866  0x0000460a arg  0x00000bac , 0x00000011 
+ 00018867  0x0000460b ifetch  0x00000001 , 0x00000011 
+ 00018868  0x0000460c iforce  0x00000012 
+ 00018869  0x0000460d branch  0x00004b21 
+ 00018870  0x00004613 fetch  0x00000001 , 0x00000d48 
+ 00018871  0x00004614 ncall  0x000049c7 , 0x00000034 
+ 00018872  0x00004615 setarg  0x00000b68 
+ 00018873  0x00004616 fetcht  0x00000001 , 0x00000b68 
+ 00018874  0x00004618 store  0x00000002 , 0x00000d3f 
+ 00018875  0x00004619 storet  0x00000001 , 0x00000d41 
+ 00018876  0x0000461a fetch  0x00000001 , 0x00000c74 
+ 00018877  0x0000461b isub  0x00000002 , 0x0000003e 
+ 00018878  0x0000461c nbranch  0x000049c5 , 0x00000002 
+ 00018879  0x0000461e fetch  0x00000001 , 0x00000d41 
+ 00018880  0x00004620 iforce  0x00000012 
+ 00018881  0x00004621 fetch  0x00000002 , 0x00000d3f 
+ 00018882  0x00004622 add  0x0000003f , 0x00000001 , 0x0000003f 
+ 00018883  0x00004623 iforce  0x00000011 
+ 00018884  0x00004624 branch  0x00004b21 
+ 00018885  0x00004626 fetch  0x00000001 , 0x00000c74 
+ 00018886  0x00004627 branch  0x000049c0 
+ 00018887  0x0000462a hfetch  0x00000001 , 0x00008a04 
+ 00018888  0x0000462b ncall  0x000049cb , 0x00000034 
+ 00018889  0x0000462c jam  0x00000000 , 0x00000d48 
+ 00018890  0x0000462d rtn 
+ 00018891  0x0000462f hfetch  0x00000001 , 0x00008a04 
+ 00018892  0x00004630 set1  0x00000007 , 0x0000003f 
+ 00018893  0x00004631 hstore  0x00000001 , 0x00008a04 
+ 00018894  0x00004632 rtn 
+ 00018895  0x00004635 setarg  0x00000b80 
+ 00018896  0x00004636 fetcht  0x00000001 , 0x00000b80 
+ 00018897  0x00004637 branch  0x000049ba 
+ 00018898  0x0000463a fetch  0x00000001 , 0x00000c70 
+ 00018899  0x0000463b sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00018900  0x0000463c nbranch  0x00004984 , 0x00000002 
+ 00018901  0x0000463d fetch  0x00000001 , 0x00000c70 
+ 00018902  0x0000463e arg  0x00000be4 , 0x00000011 
+ 00018903  0x0000463f beq  0x00000000 , 0x00004b1e 
+ 00018904  0x00004640 set1  0x00000023 , 0x00000000 
+ 00018905  0x00004641 arg  0x00000be9 , 0x00000011 
+ 00018906  0x00004642 beq  0x00000001 , 0x00004b1e 
+ 00018907  0x00004643 arg  0x00000c07 , 0x00000011 
+ 00018908  0x00004644 beq  0x00000002 , 0x00004b1e 
+ 00018909  0x00004645 arg  0x00000c47 , 0x00000011 
+ 00018910  0x00004646 beq  0x00000003 , 0x00004b1e 
+ 00018911  0x00004647 rtn 
+ 00018912  0x0000464a fetch  0x00000002 , 0x00000c72 
+ 00018913  0x0000464b beq  0x00000001 , 0x000049e5 
+ 00018914  0x0000464c fetch  0x00000002 , 0x00000b7c 
+ 00018915  0x0000464d copy  0x0000003f , 0x00000011 
+ 00018916  0x0000464f branch  0x00004b1e 
+ 00018917  0x00004651 jam  0x00000001 , 0x00000d45 
+ 00018918  0x00004652 jam  0x00000001 , 0x00000d36 
+ 00018919  0x00004653 fetch  0x00000002 , 0x00000b7e 
+ 00018920  0x00004654 copy  0x0000003f , 0x00000011 
+ 00018921  0x00004656 branch  0x00004b1e 
+ 00018922  0x0000465a fetch  0x00000001 , 0x00000c6b 
+ 00018923  0x0000465b bne  0x00000004 , 0x00004984 
+ 00018924  0x0000465c fetch  0x00000001 , 0x00000c6e 
+ 00018925  0x0000465d bne  0x00000081 , 0x00004984 
+ 00018926  0x0000465e fetch  0x00000001 , 0x00000c70 
+ 00018927  0x0000465f bne  0x00000000 , 0x00004984 
+ 00018928  0x00004660 fetch  0x00000001 , 0x00000c71 
+ 00018929  0x00004661 bne  0x00000000 , 0x00004984 
+ 00018930  0x00004662 fetch  0x00000001 , 0x00000c74 
+ 00018931  0x00004663 bne  0x00000001 , 0x00004984 
+ 00018932  0x00004664 fetch  0x00000001 , 0x00000c75 
+ 00018933  0x00004665 bne  0x00000000 , 0x00004984 
+ 00018934  0x00004666 fetch  0x00000001 , 0x00000c72 
+ 00018935  0x00004667 bne  0x00000000 , 0x00004984 
+ 00018936  0x00004668 fetch  0x00000001 , 0x00000c73 
+ 00018937  0x00004669 bne  0x00000000 , 0x00004984 
+ 00018938  0x0000466a arg  0x00000001 , 0x00000012 
+ 00018939  0x0000466b branch  0x00004a12 
+ 00018940  0x0000466f fetch  0x00000001 , 0x00000c6b 
+ 00018941  0x00004670 beq  0x00000002 , 0x00004984 
+ 00018942  0x00004671 fetch  0x00000001 , 0x00000c70 
+ 00018943  0x00004672 bne  0x00000000 , 0x00004984 
+ 00018944  0x00004673 fetch  0x00000001 , 0x00000c71 
+ 00018945  0x00004674 bne  0x00000000 , 0x00004984 
+ 00018946  0x00004675 fetch  0x00000001 , 0x00000c74 
+ 00018947  0x00004676 bne  0x00000002 , 0x00004984 
+ 00018948  0x00004677 fetch  0x00000001 , 0x00000c75 
+ 00018949  0x00004678 bne  0x00000000 , 0x00004984 
+ 00018950  0x00004679 fetch  0x00000001 , 0x00000c73 
+ 00018951  0x0000467a bne  0x00000000 , 0x00004984 
+ 00018952  0x0000467b fetch  0x00000001 , 0x00000c6e 
+ 00018953  0x0000467c beq  0x00000080 , 0x00004a0d 
+ 00018954  0x0000467d beq  0x00000081 , 0x00004a18 
+ 00018955  0x0000467e beq  0x00000082 , 0x00004a1c 
+ 00018956  0x0000467f branch  0x00004984 
+ 00018957  0x00004682 fetch  0x00000001 , 0x00000c72 
+ 00018958  0x00004683 bne  0x00000000 , 0x00004984 
+ 00018959  0x00004684 arg  0x00000002 , 0x00000012 
+ 00018960  0x00004685 fetch  0x00000001 , 0x00000d39 
+ 00018961  0x00004686 beq  0x00000001 , 0x00004a16 
+ 00018962  0x00004689 arg  0x00000c65 , 0x00000011 
+ 00018963  0x0000468a branch  0x00004b21 
+ 00018964  0x0000468c arg  0x00000c67 , 0x00000011 
+ 00018965  0x0000468d branch  0x00004b21 
+ 00018966  0x0000468f arg  0x00000c69 , 0x00000011 
+ 00018967  0x00004690 branch  0x00004b21 
+ 00018968  0x00004693 fetch  0x00000001 , 0x00000c6b 
+ 00018969  0x00004694 bne  0x00000004 , 0x00004984 
+ 00018970  0x00004695 arg  0x00000002 , 0x00000012 
+ 00018971  0x00004696 branch  0x00004a12 
+ 00018972  0x00004699 fetch  0x00000001 , 0x00000c6b 
+ 00018973  0x0000469a bne  0x00000004 , 0x00004984 
+ 00018974  0x0000469b fetch  0x00000001 , 0x00000c72 
+ 00018975  0x0000469c beq  0x00000081 , 0x00004a29 
+ 00018976  0x0000469d beq  0x00000082 , 0x00004a2b 
+ 00018977  0x0000469e beq  0x00000083 , 0x00004a2d 
+ 00018978  0x0000469f and_into  0x0000007f , 0x0000003f 
+ 00018979  0x000046a0 beq  0x00000000 , 0x00004a25 
+ 00018980  0x000046a1 branch  0x00004984 
+ 00018981  0x000046a4 fetch  0x00000001 , 0x00000d3b 
+ 00018982  0x000046a6 arg  0x00000002 , 0x00000012 
+ 00018983  0x000046a7 beq  0x00000001 , 0x00004a14 
+ 00018984  0x000046a8 branch  0x00004a12 
+ 00018985  0x000046aa fetch  0x00000001 , 0x00000d3c 
+ 00018986  0x000046ab branch  0x00004a26 
+ 00018987  0x000046ad fetch  0x00000001 , 0x00000d3d 
+ 00018988  0x000046ae branch  0x00004a26 
+ 00018989  0x000046b0 fetch  0x00000001 , 0x00000d3e 
+ 00018990  0x000046b1 branch  0x00004a26 
+ 00018991  0x000046b4 jam  0x00000001 , 0x00000d4c 
+ 00018992  0x000046b5 arg  0x00000d4d , 0x00000011 
+ 00018993  0x000046b6 arg  0x00000001 , 0x00000012 
+ 00018994  0x000046b7 branch  0x00004b21 
+ 00018995  0x000046ba fetch  0x00000002 , 0x00000c70 
+ 00018996  0x000046bb arg  0x000001ba , 0x00000002 
+ 00018997  0x000046bc isub  0x00000002 , 0x0000003e 
+ 00018998  0x000046bd nbranch  0x00004984 , 0x00000005 
+ 00018999  0x000046be set0  0x00000023 , 0x00000000 
+ 00019000  0x000046c0 fetch  0x00000001 , 0x00000d42 
+ 00019001  0x000046c1 nbranch  0x00004a42 , 0x00000034 
+ 00019002  0x000046c2 jam  0x00000000 , 0x00000cf6 
+ 00019003  0x000046c4 fetch  0x00000001 , 0x00000c74 
+ 00019004  0x000046c5 iforce  0x00000012 
+ 00019005  0x000046c6 arg  0x00000cf6 , 0x00000011 
+ 00019006  0x000046c7 call  0x00004b21 
+ 00019007  0x000046c9 arg  0x00000cf6 , 0x00000005 
+ 00019008  0x000046ca arg  0x00000008 , 0x00000039 
+ 00019009  0x000046cb branch  0x00007ec6 
+ 00019010  0x000046cd jam  0x00000000 , 0x00000d42 
+ 00019011  0x000046ce jam  0x00000001 , 0x00000cf6 
+ 00019012  0x000046cf branch  0x00004a3b 
+ 00019013  0x000046d2 fetch  0x00000001 , 0x00000c74 
+ 00019014  0x000046d3 bne  0x00000001 , 0x00004984 
+ 00019015  0x000046d4 jam  0x00000001 , 0x00000d4b 
+ 00019016  0x000046d5 arg  0x00000001 , 0x00000012 
+ 00019017  0x000046d6 fetch  0x00000001 , 0x00000d49 
+ 00019018  0x000046d7 beq  0x00000000 , 0x00004a4d 
+ 00019019  0x000046d8 beq  0x00000001 , 0x00004a4e 
+ 00019020  0x000046d9 branch  0x00004a12 
+ 00019021  0x000046db branch  0x00004a14 
+ 00019022  0x000046dd branch  0x00004a12 
+ 00019023  0x000046e3 fetch  0x00000001 , 0x00000c6b 
+ 00019024  0x000046e4 bne  0x00000004 , 0x00004984 
+ 00019025  0x000046e5 fetch  0x00000001 , 0x00000c74 
+ 00019026  0x000046e6 bne  0x00000000 , 0x00004984 
+ 00019027  0x000046e7 fetch  0x00000001 , 0x00000c75 
+ 00019028  0x000046e8 bne  0x00000000 , 0x00004984 
+ 00019029  0x000046e9 fetch  0x00000001 , 0x00000c71 
+ 00019030  0x000046ea bne  0x00000000 , 0x00004984 
+ 00019031  0x000046eb fetch  0x00000001 , 0x00000c73 
+ 00019032  0x000046ec bne  0x00000000 , 0x00004984 
+ 00019033  0x000046ed fetch  0x00000001 , 0x00000c6e 
+ 00019034  0x000046ee beq  0x00000000 , 0x00004a5e 
+ 00019035  0x000046ef beq  0x00000001 , 0x00004a66 
+ 00019036  0x000046f0 beq  0x00000002 , 0x00004a67 
+ 00019037  0x000046f1 branch  0x00004984 
+ 00019038  0x000046f4 fetch  0x00000001 , 0x00000c70 
+ 00019039  0x000046f5 bne  0x00000001 , 0x00004984 
+ 00019040  0x000046f6 hfetch  0x00000001 , 0x00008a00 
+ 00019041  0x000046f7 set0  0x00000007 , 0x0000003f 
+ 00019042  0x000046f8 hstore  0x00000001 , 0x00008a00 
+ 00019043  0x000046f9 jam  0x00000000 , 0x00000d39 
+ 00019044  0x000046fa jam  0x00000001 , 0x00000d3a 
+ 00019045  0x000046fb branch  0x00004988 
+ 00019046  0x000046fe branch  0x00004984 
+ 00019047  0x00004701 fetch  0x00000001 , 0x00000c70 
+ 00019048  0x00004702 bne  0x00000000 , 0x00004984 
+ 00019049  0x00004703 fetch  0x00000001 , 0x00000c72 
+ 00019050  0x00004704 beq  0x00000081 , 0x00004a72 
+ 00019051  0x00004705 beq  0x00000082 , 0x00004a75 
+ 00019052  0x00004706 beq  0x00000083 , 0x00004a77 
+ 00019053  0x00004707 and_into  0x0000007f , 0x0000003f 
+ 00019054  0x00004708 beq  0x00000000 , 0x00004a70 
+ 00019055  0x00004709 branch  0x00004984 
+ 00019056  0x0000470c jam  0x00000000 , 0x00000d3b 
+ 00019057  0x0000470d branch  0x00004988 
+ 00019058  0x0000470f jam  0x00000000 , 0x00000d3c 
+ 00019059  0x00004711 jam  0x00000001 , 0x00000d53 
+ 00019060  0x00004712 branch  0x00004988 
+ 00019061  0x00004714 jam  0x00000000 , 0x00000d3d 
+ 00019062  0x00004715 branch  0x00004a73 
+ 00019063  0x00004717 jam  0x00000000 , 0x00000d3e 
+ 00019064  0x00004718 branch  0x00004a73 
+ 00019065  0x0000471c fetch  0x00000001 , 0x00000c74 
+ 00019066  0x0000471d bne  0x00000000 , 0x00004984 
+ 00019067  0x0000471e fetch  0x00000001 , 0x00000c75 
+ 00019068  0x0000471f bne  0x00000000 , 0x00004984 
+ 00019069  0x00004720 fetch  0x00000001 , 0x00000c6e 
+ 00019070  0x00004721 beq  0x00000000 , 0x00004a82 
+ 00019071  0x00004722 beq  0x00000001 , 0x00004a8f 
+ 00019072  0x00004723 beq  0x00000002 , 0x00004a90 
+ 00019073  0x00004724 branch  0x00004984 
+ 00019074  0x00004727 fetch  0x00000001 , 0x00000c70 
+ 00019075  0x00004728 bne  0x00000001 , 0x00004984 
+ 00019076  0x00004729 hfetch  0x00000001 , 0x00008a00 
+ 00019077  0x0000472a set1  0x00000007 , 0x0000003f 
+ 00019078  0x0000472b hstore  0x00000001 , 0x00008a00 
+ 00019079  0x0000472c jam  0x00000001 , 0x00000d39 
+ 00019080  0x0000472d jam  0x00000003 , 0x00000d36 
+ 00019081  0x0000472e jam  0x00000000 , 0x00000d43 
+ 00019082  0x0000472f call  0x00004988 
+ 00019083  0x00004731 call  0x00007f15 
+ 00019084  0x00004732 setarg  0x00001388 
+ 00019085  0x00004733 arg  0x0000000f , 0x00000007 
+ 00019086  0x00004734 branch  0x00007f08 
+ 00019087  0x00004737 branch  0x00004984 
+ 00019088  0x0000473a fetch  0x00000001 , 0x00000c70 
+ 00019089  0x0000473b bne  0x00000000 , 0x00004984 
+ 00019090  0x0000473c fetch  0x00000001 , 0x00000c71 
+ 00019091  0x0000473d bne  0x00000000 , 0x00004984 
+ 00019092  0x0000473e fetch  0x00000001 , 0x00000c72 
+ 00019093  0x0000473f beq  0x00000081 , 0x00004a9d 
+ 00019094  0x00004740 beq  0x00000082 , 0x00004a9f 
+ 00019095  0x00004741 beq  0x00000083 , 0x00004aa1 
+ 00019096  0x00004742 and_into  0x0000007f , 0x0000003f 
+ 00019097  0x00004743 beq  0x00000000 , 0x00004a9b 
+ 00019098  0x00004744 branch  0x00004984 
+ 00019099  0x00004747 jam  0x00000001 , 0x00000d3b 
+ 00019100  0x00004748 branch  0x00004988 
+ 00019101  0x0000474a jam  0x00000001 , 0x00000d3c 
+ 00019102  0x0000474b branch  0x00004988 
+ 00019103  0x0000474d jam  0x00000001 , 0x00000d3d 
+ 00019104  0x0000474e branch  0x00004988 
+ 00019105  0x00004750 jam  0x00000001 , 0x00000d3e 
+ 00019106  0x00004751 branch  0x00004988 
+ 00019107  0x00004755 fetch  0x00000001 , 0x00000c6e 
+ 00019108  0x00004756 bne  0x00000000 , 0x00004984 
+ 00019109  0x00004757 fetch  0x00000001 , 0x00000c72 
+ 00019110  0x00004758 bne  0x00000000 , 0x00004984 
+ 00019111  0x00004759 fetch  0x00000001 , 0x00000c73 
+ 00019112  0x0000475a bne  0x00000000 , 0x00004984 
+ 00019113  0x0000475b fetch  0x00000001 , 0x00000c74 
+ 00019114  0x0000475c bne  0x00000000 , 0x00004984 
+ 00019115  0x0000475d fetch  0x00000001 , 0x00000c75 
+ 00019116  0x0000475e bne  0x00000000 , 0x00004984 
+ 00019117  0x0000475f fetch  0x00000001 , 0x00000c71 
+ 00019118  0x00004760 bne  0x00000000 , 0x00004984 
+ 00019119  0x00004761 fetch  0x00000001 , 0x00000c70 
+ 00019120  0x00004762 and_into  0x00000080 , 0x0000003f 
+ 00019121  0x00004763 bne  0x00000000 , 0x00004984 
+ 00019122  0x00004764 fetch  0x00000001 , 0x00000c70 
+ 00019123  0x00004765 bne  0x00000000 , 0x00004aba 
+ 00019124  0x00004767 jam  0x00000002 , 0x00000c6b 
+ 00019125  0x00004769 fetch  0x00000001 , 0x00000c70 
+ 00019126  0x0000476a hstore  0x00000001 , 0x00008a04 
+ 00019127  0x0000476b call  0x00004988 
+ 00019128  0x0000476c jam  0x00000001 , 0x00000d48 
+ 00019129  0x0000476d rtn 
+ 00019130  0x0000476f jam  0x00000003 , 0x00000c6b 
+ 00019131  0x00004770 branch  0x00004ab5 
+ 00019132  0x00004774 fetch  0x00000001 , 0x00000c6b 
+ 00019133  0x00004775 beq  0x00000002 , 0x00004984 
+ 00019134  0x00004776 fetch  0x00000001 , 0x00000c6e 
+ 00019135  0x00004777 bne  0x00000000 , 0x00004984 
+ 00019136  0x00004778 fetch  0x00000001 , 0x00000c72 
+ 00019137  0x00004779 bne  0x00000000 , 0x00004984 
+ 00019138  0x0000477a fetch  0x00000001 , 0x00000c73 
+ 00019139  0x0000477b bne  0x00000000 , 0x00004984 
+ 00019140  0x0000477c fetch  0x00000001 , 0x00000c74 
+ 00019141  0x0000477d bne  0x00000000 , 0x00004984 
+ 00019142  0x0000477e fetch  0x00000001 , 0x00000c75 
+ 00019143  0x0000477f bne  0x00000000 , 0x00004984 
+ 00019144  0x00004780 fetch  0x00000001 , 0x00000c71 
+ 00019145  0x00004781 bne  0x00000000 , 0x00004984 
+ 00019146  0x00004782 fetch  0x00000001 , 0x00000c70 
+ 00019147  0x00004783 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019148  0x00004784 nbranch  0x00004984 , 0x00000002 
+ 00019149  0x00004785 fetch  0x00000001 , 0x00000c6b 
+ 00019150  0x00004786 beq  0x00000003 , 0x00004ad1 
+ 00019151  0x00004787 beq  0x00000004 , 0x00004ad1 
+ 00019152  0x00004788 branch  0x00004984 
+ 00019153  0x0000478c fetch  0x00000001 , 0x00000c70 
+ 00019154  0x0000478d beq  0x00000000 , 0x00004ad5 
+ 00019155  0x0000478e jam  0x00000004 , 0x00000c6b 
+ 00019156  0x0000478f branch  0x00004988 
+ 00019157  0x00004791 jam  0x00000003 , 0x00000c6b 
+ 00019158  0x00004792 branch  0x00004988 
+ 00019159  0x00004796 fetch  0x00000001 , 0x00000c6b 
+ 00019160  0x00004797 bne  0x00000004 , 0x00004984 
+ 00019161  0x00004798 fetch  0x00000001 , 0x00000c6e 
+ 00019162  0x00004799 bne  0x00000001 , 0x00004984 
+ 00019163  0x0000479a fetch  0x00000001 , 0x00000c70 
+ 00019164  0x0000479b bne  0x00000000 , 0x00004984 
+ 00019165  0x0000479c fetch  0x00000001 , 0x00000c71 
+ 00019166  0x0000479d bne  0x00000000 , 0x00004984 
+ 00019167  0x0000479e fetch  0x00000001 , 0x00000c74 
+ 00019168  0x0000479f bne  0x00000000 , 0x00004984 
+ 00019169  0x000047a0 fetch  0x00000001 , 0x00000c75 
+ 00019170  0x000047a1 bne  0x00000000 , 0x00004984 
+ 00019171  0x000047a2 fetch  0x00000001 , 0x00000c72 
+ 00019172  0x000047a3 bne  0x00000000 , 0x00004984 
+ 00019173  0x000047a4 fetch  0x00000001 , 0x00000c73 
+ 00019174  0x000047a5 bne  0x00000000 , 0x00004984 
+ 00019175  0x000047a6 branch  0x00004988 
+ 00019176  0x000047aa jam  0x00000001 , 0x00000d4c 
+ 00019177  0x000047ab fetch  0x00000001 , 0x00000c71 
+ 00019178  0x000047ac store  0x00000001 , 0x00000d4d 
+ 00019179  0x000047ad fetch  0x00000001 , 0x00000c72 
+ 00019180  0x000047ae sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00019181  0x000047af call  0x00004af5 , 0x00000005 
+ 00019182  0x000047b0 fetch  0x00000001 , 0x00000d36 
+ 00019183  0x000047b1 bne  0x00000004 , 0x00004988 
+ 00019184  0x000047b2 jam  0x00000002 , 0x00000d36 
+ 00019185  0x000047b3 call  0x00004988 
+ 00019186  0x000047b4 nop  0x00007530 
+ 00019187  0x000047b5 nop  0x00007530 
+ 00019188  0x000047b6 rtn 
+ 00019189  0x000047b8 jam  0x00000001 , 0x00000d45 
+ 00019190  0x000047b9 jam  0x00000000 , 0x00000d3a 
+ 00019191  0x000047ba jam  0x00000004 , 0x00000d36 
+ 00019192  0x000047bb rtn 
+ 00019193  0x000047bf jam  0x00000001 , 0x00000d50 
+ 00019194  0x000047c0 call  0x00004b03 
+ 00019195  0x000047c1 fetch  0x00000002 , 0x00000c70 
+ 00019196  0x000047c2 store  0x00000002 , 0x00000d4e 
+ 00019197  0x000047c3 fetch  0x00000001 , 0x00000c74 
+ 00019198  0x000047c4 iforce  0x00000039 
+ 00019199  0x000047c5 arg  0x00000c76 , 0x00000006 
+ 00019200  0x000047c6 arg  0x00000cb6 , 0x00000005 
+ 00019201  0x000047c7 call  0x00007f01 
+ 00019202  0x000047c8 branch  0x00004988 
+ 00019203  0x000047cb fetch  0x00000002 , 0x00000c70 
+ 00019204  0x000047cc arg  0x00000200 , 0x00000002 
+ 00019205  0x000047cd isub  0x00000002 , 0x0000003e 
+ 00019206  0x000047ce nrtn  0x00000005 
+ 00019207  0x000047cf fetch  0x00000002 , 0x00000c72 
+ 00019208  0x000047d0 arg  0x00000000 , 0x00000002 
+ 00019209  0x000047d1 isub  0x00000002 , 0x0000003e 
+ 00019210  0x000047d2 nrtn  0x00000005 
+ 00019211  0x000047d3 fetch  0x00000002 , 0x00000c74 
+ 00019212  0x000047d4 arg  0x00000001 , 0x00000002 
+ 00019213  0x000047d5 isub  0x00000002 , 0x0000003e 
+ 00019214  0x000047d6 nrtn  0x00000005 
+ 00019215  0x000047d7 jam  0x00000001 , 0x00000d43 
+ 00019216  0x000047d8 rtn 
+ 00019217  0x000047dc fetch  0x00000001 , 0x00000c74 
+ 00019218  0x000047dd bne  0x00000000 , 0x00004984 
+ 00019219  0x000047de fetch  0x00000001 , 0x00000c70 
+ 00019220  0x000047df beq  0x00000000 , 0x00004b17 
+ 00019221  0x000047e0 beq  0x00000001 , 0x00004b1a 
+ 00019222  0x000047e1 branch  0x00004984 
+ 00019223  0x000047e3 jam  0x00000000 , 0x00000d4a 
+ 00019224  0x000047e4 jam  0x00000001 , 0x00000d49 
+ 00019225  0x000047e5 branch  0x00004988 
+ 00019226  0x000047e7 jam  0x00000001 , 0x00000d44 
+ 00019227  0x000047e8 jam  0x00000001 , 0x00000d4a 
+ 00019228  0x000047e9 jam  0x00000000 , 0x00000d49 
+ 00019229  0x000047ea branch  0x00004988 
+ 00019230  0x000047ee ifetch  0x00000001 , 0x00000011 
+ 00019231  0x000047ef iforce  0x00000012 
+ 00019232  0x000047f0 increase  0x00000001 , 0x00000011 
+ 00019233  0x000047f3 bpatch  0x000000fa , 0x0000401f 
+ 00019234  0x000047f4 bmark0  0x00000023 , 0x00004b2c 
+ 00019235  0x000047f5 add  0x00000012 , 0x00000001 , 0x0000003f 
+ 00019236  0x000047f6 lshift  0x0000003f , 0x0000003f 
+ 00019237  0x000047f7 hstore  0x00000001 , 0x00008a18 
+ 00019238  0x000047f8 jam  0x00000003 , 0x00008a18 
+ 00019239  0x000047f9 fetch  0x00000001 , 0x00000c74 
+ 00019240  0x000047fa increase  0xfffffffe , 0x0000003f 
+ 00019241  0x000047fb rshift  0x0000003f , 0x0000003f 
+ 00019242  0x000047fc store  0x00000001 , 0x00000c74 
+ 00019243  0x000047fd beq  0x00000000 , 0x00004b35 
+ 00019244  0x000047ff fetch  0x00000002 , 0x00000c74 
+ 00019245  0x00004800 isub  0x00000012 , 0x0000003e 
+ 00019246  0x00004801 branch  0x00004b30 , 0x00000002 
+ 00019247  0x00004802 copy  0x0000003f , 0x00000012 
+ 00019248  0x00004804 deposit  0x00000011 
+ 00019249  0x00004805 store  0x00000002 , 0x00000b65 
+ 00019250  0x00004806 deposit  0x00000012 
+ 00019251  0x00004807 store  0x00000001 , 0x00000b67 
+ 00019252  0x00004808 branch  0x00004b37 
+ 00019253  0x0000480b arg  0x00000000 , 0x00000007 
+ 00019254  0x0000480c branch  0x00004b57 
+ 00019255  0x00004810 bpatch  0x000000fb , 0x0000401f 
+ 00019256  0x00004811 fetch  0x00000001 , 0x00000b67 
+ 00019257  0x00004812 rtn  0x00000034 
+ 00019258  0x00004813 copy  0x0000003f , 0x00000039 
+ 00019259  0x00004814 sub  0x0000003f , 0x00000040 , 0x0000003e 
+ 00019260  0x00004815 branch  0x00004b3e , 0x00000002 
+ 00019261  0x00004816 arg  0x00000040 , 0x00000039 
+ 00019262  0x00004818 fetch  0x00000001 , 0x00000b67 
+ 00019263  0x00004819 isub  0x00000039 , 0x0000003f 
+ 00019264  0x0000481a store  0x00000001 , 0x00000b67 
+ 00019265  0x0000481b fetch  0x00000002 , 0x00000b65 
+ 00019266  0x0000481c copy  0x0000003f , 0x00000006 
+ 00019267  0x0000481e ifetch  0x00000001 , 0x00000006 
+ 00019268  0x0000481f hstore  0x00000001 , 0x00008a18 
+ 00019269  0x00004820 bmark0  0x00000023 , 0x00004b47 
+ 00019270  0x00004821 jam  0x00000000 , 0x00008a18 
+ 00019271  0x00004823 loop  0x00004b43 
+ 00019272  0x00004824 copy  0x00000006 , 0x0000003f 
+ 00019273  0x00004825 store  0x00000002 , 0x00000b65 
+ 00019274  0x00004826 arg  0x00000000 , 0x00000007 
+ 00019275  0x00004827 call  0x00004b57 
+ 00019276  0x00004828 fetch  0x00000001 , 0x00000b67 
+ 00019277  0x00004829 nrtn  0x00000034 
+ 00019278  0x0000482a fetch  0x00000001 , 0x00000d36 
+ 00019279  0x0000482b rtnne  0x00000001 
+ 00019280  0x0000482c jam  0x00000002 , 0x00000d36 
+ 00019281  0x0000482d rtn 
+ 00019282  0x00004831 arg  0x00008a19 , 0x00000011 
+ 00019283  0x00004832 arg  0x00000001 , 0x00000007 
+ 00019284  0x00004834 ifetch  0x00000001 , 0x00000006 
+ 00019285  0x00004835 istore  0x00000001 , 0x00000011 
+ 00019286  0x00004836 loop  0x00004b54 
+ 00019287  0x00004838 setarg  0x00000000 
+ 00019288  0x00004839 qset1  0x0000003f 
+ 00019289  0x0000483a hstore  0x00000001 , 0x00008a10 
+ 00019290  0x0000483b fetcht  0x00000001 , 0x00000d37 
+ 00019291  0x0000483c ior  0x00000002 , 0x0000003f 
+ 00019292  0x0000483d store  0x00000001 , 0x00000d37 
+ 00019293  0x0000483e rtn 
+ 00019294  0x00004841 arg  0x00000002 , 0x00000007 
+ 00019295  0x00004842 arg  0x00008a1a , 0x00000011 
+ 00019296  0x00004843 branch  0x00004b54 
+ 00019297  0x00004846 bpatch  0x000000fc , 0x0000401f 
+ 00019298  0x00004847 fetch  0x00000001 , 0x00000d38 
+ 00019299  0x00004848 rtn  0x00000034 
+ 00019300  0x00004849 fetch  0x00000001 , 0x00000d37 
+ 00019301  0x0000484a nbranch  0x00004bac , 0x00000034 
+ 00019302  0x0000484b fetch  0x00000001 , 0x00000d45 
+ 00019303  0x0000484c branch  0x00004b86 , 0x00000034 
+ 00019304  0x0000484d fetch  0x00000001 , 0x00000d36 
+ 00019305  0x0000484e beq  0x00000003 , 0x00004bbf 
+ 00019306  0x0000484f bne  0x00000002 , 0x00004b86 
+ 00019307  0x00004850 fetch  0x00000001 , 0x00000d3a 
+ 00019308  0x00004851 nbranch  0x00004b86 , 0x00000034 
+ 00019309  0x00004852 call  0x00004b6f 
+ 00019310  0x00004853 branch  0x00004b7a 
+ 00019311  0x00004856 fetch  0x00000001 , 0x00000d38 
+ 00019312  0x00004857 rtnbit0  0x00000001 
+ 00019313  0x00004858 fetch  0x00000001 , 0x00000d37 
+ 00019314  0x00004859 rtnbit1  0x00000001 
+ 00019315  0x0000485a fetch  0x00000001 , 0x00000d38 
+ 00019316  0x0000485b set0  0x00000001 , 0x0000003f 
+ 00019317  0x0000485c store  0x00000001 , 0x00000d38 
+ 00019318  0x0000485d fetch  0x00000001 , 0x00000d51 
+ 00019319  0x0000485e rtn  0x00000034 
+ 00019320  0x0000485f beq  0x00000010 , 0x00004ba8 
+ 00019321  0x00004860 branch  0x00002a8c 
+ 00019322  0x00004863 fetch  0x00000001 , 0x00000d38 
+ 00019323  0x00004864 rtnbit0  0x00000002 
+ 00019324  0x00004865 fetch  0x00000001 , 0x00000d37 
+ 00019325  0x00004866 rtnbit1  0x00000002 
+ 00019326  0x00004867 fetch  0x00000001 , 0x00000d38 
+ 00019327  0x00004868 set0  0x00000002 , 0x0000003f 
+ 00019328  0x00004869 store  0x00000001 , 0x00000d38 
+ 00019329  0x0000486a fetch  0x00000001 , 0x00000d52 
+ 00019330  0x0000486b rtn  0x00000034 
+ 00019331  0x0000486c beq  0x00000020 , 0x00004b89 
+ 00019332  0x0000486d beq  0x00000021 , 0x00004ba4 
+ 00019333  0x0000486e branch  0x00002a8c 
+ 00019334  0x00004872 arg  0x00000d54 , 0x00000005 
+ 00019335  0x00004873 arg  0x00000006 , 0x00000039 
+ 00019336  0x00004874 branch  0x00007ec6 
+ 00019337  0x00004877 fetch  0x00000001 , 0x00000d4c 
+ 00019338  0x00004878 fetcht  0x00000001 , 0x00000d4b 
+ 00019339  0x00004879 iand  0x00000002 , 0x0000003f 
+ 00019340  0x0000487a branch  0x00004ba0 , 0x00000034 
+ 00019341  0x0000487b fetcht  0x00000001 , 0x00000d4a 
+ 00019342  0x0000487c iadd  0x00000002 , 0x0000003f 
+ 00019343  0x0000487d beq  0x00000001 , 0x00004b91 
+ 00019344  0x0000487e branch  0x00004ba0 
+ 00019345  0x00004881 jam  0x00000000 , 0x00000d52 
+ 00019346  0x00004883 fetch  0x00000001 , 0x00000d55 
+ 00019347  0x00004884 beq  0x00000002 , 0x00004ba1 
+ 00019348  0x00004885 beq  0x00000003 , 0x00004ba1 
+ 00019349  0x00004886 fetch  0x00000001 , 0x00000d55 
+ 00019350  0x00004887 store  0x00000001 , 0x00000d54 
+ 00019351  0x00004888 fetch  0x00000001 , 0x00000d56 
+ 00019352  0x00004889 istore  0x00000001 , 0x00000005 
+ 00019353  0x0000488a fetch  0x00000001 , 0x00000d58 
+ 00019354  0x0000488b istore  0x00000001 , 0x00000005 
+ 00019355  0x0000488c fetch  0x00000001 , 0x00000d5a 
+ 00019356  0x0000488d istore  0x00000001 , 0x00000005 
+ 00019357  0x0000488e arg  0x00000004 , 0x00000039 
+ 00019358  0x0000488f arg  0x00000d54 , 0x00000006 
+ 00019359  0x00004890 branch  0x00004b5e 
+ 00019360  0x00004893 jam  0x00000000 , 0x00000d52 
+ 00019361  0x00004895 arg  0x00000008 , 0x00000039 
+ 00019362  0x00004896 arg  0x00000d54 , 0x00000006 
+ 00019363  0x00004897 branch  0x00004b5e 
+ 00019364  0x0000489a jam  0x00000000 , 0x00000d52 
+ 00019365  0x0000489b arg  0x00000003 , 0x00000039 
+ 00019366  0x0000489c arg  0x00000d74 , 0x00000006 
+ 00019367  0x0000489d branch  0x00004b5e 
+ 00019368  0x000048a0 jam  0x00000000 , 0x00000d51 
+ 00019369  0x000048a1 arg  0x00000008 , 0x00000039 
+ 00019370  0x000048a2 arg  0x00000d64 , 0x00000006 
+ 00019371  0x000048a3 branch  0x00004b52 
+ 00019372  0x000048a6 fetch  0x00000001 , 0x00000d36 
+ 00019373  0x000048a7 beq  0x00000003 , 0x00004bb0 
+ 00019374  0x000048a8 beq  0x00000002 , 0x00004bb2 
+ 00019375  0x000048a9 rtn 
+ 00019376  0x000048ab jam  0x00000000 , 0x00000d37 
+ 00019377  0x000048ac rtn 
+ 00019378  0x000048ae hfetch  0x00000001 , 0x00008a00 
+ 00019379  0x000048af set1  0x00000007 , 0x0000003f 
+ 00019380  0x000048b0 hstore  0x00000001 , 0x00008a00 
+ 00019381  0x000048b1 jam  0x00000001 , 0x00000d47 
+ 00019382  0x000048b2 rtn 
+ 00019383  0x000048b5 fetch  0x00000001 , 0x00000d36 
+ 00019384  0x000048b6 rtneq  0x00000003 
+ 00019385  0x000048b7 beq  0x00000002 , 0x00004bbb 
+ 00019386  0x000048b8 rtn 
+ 00019387  0x000048ba fetch  0x00000001 , 0x00000d47 
+ 00019388  0x000048bb rtn  0x00000034 
+ 00019389  0x000048bc jam  0x00000001 , 0x00000d46 
+ 00019390  0x000048bd branch  0x00004bc2 
+ 00019391  0x000048c0 arg  0x0000000f , 0x00000007 
+ 00019392  0x000048c1 call  0x00007f16 
+ 00019393  0x000048c2 nrtn  0x00000034 
+ 00019394  0x000048c4 hfetch  0x00000001 , 0x00008a00 
+ 00019395  0x000048c5 rtnbit0  0x00000007 
+ 00019396  0x000048c6 jam  0x000000fc , 0x00008a00 
+ 00019397  0x000048c7 nop  0x00007530 
+ 00019398  0x000048c8 jam  0x0000003c , 0x00008a00 
+ 00019399  0x000048c9 rtn 
+ 00019400  0x000048d1 bpatch  0x000000fd , 0x0000401f 
+ 00019401  0x000048d2 fetch  0x00000001 , 0x000041ce 
+ 00019402  0x000048d3 nrtn  0x00000034 
+ 00019403  0x000048d5 call  0x00004bce 
+ 00019404  0x000048d6 ncall  0x00004be6 , 0x00000028 
+ 00019405  0x000048d7 rtn 
+ 00019406  0x000048da bpatch  0x000000fe , 0x0000401f 
+ 00019407  0x000048db copy  0x00000003 , 0x00000011 
+ 00019408  0x000048dc arg  0x00000004 , 0x00000002 
+ 00019409  0x000048dd ifetch  0x00000001 , 0x00000003 
+ 00019410  0x000048de beq  0x00000001 , 0x00004bd8 
+ 00019411  0x000048df increase  0x00000001 , 0x00000002 
+ 00019412  0x000048e0 beq  0x00000002 , 0x00004bd8 
+ 00019413  0x000048e1 copy  0x00000003 , 0x0000003f 
+ 00019414  0x000048e2 hstore  0x00000002 , 0x00008058 
+ 00019415  0x000048e3 rtn 
+ 00019416  0x000048e5 hfetch  0x00000002 , 0x00008112 
+ 00019417  0x000048e6 isub  0x00000002 , 0x0000003e 
+ 00019418  0x000048e7 nbranch  0x00004bd8 , 0x00000002 
+ 00019419  0x000048e9 disable  0x00000028 
+ 00019420  0x000048ea copy  0x00000011 , 0x00000003 
+ 00019421  0x000048eb call  0x00004bee 
+ 00019422  0x000048ec iadd  0x00000002 , 0x00000002 
+ 00019423  0x000048ee hfetch  0x00000002 , 0x00008112 
+ 00019424  0x000048ef isub  0x00000002 , 0x0000003e 
+ 00019425  0x000048f0 nbranch  0x00004bdf , 0x00000002 
+ 00019426  0x000048f1 copy  0x00000011 , 0x00000003 
+ 00019427  0x000048f2 ifetch  0x00000001 , 0x00000003 
+ 00019428  0x000048f3 beq  0x00000001 , 0x00004c3f 
+ 00019429  0x000048f4 branch  0x00002a8c 
+ 00019430  0x000048f7 bpatch  0x000000ff , 0x0000401f 
+ 00019431  0x000048f8 hfetch  0x00000002 , 0x00008058 
+ 00019432  0x000048f9 iforce  0x00000003 
+ 00019433  0x000048fa call  0x00004bee 
+ 00019434  0x000048fb iadd  0x00000003 , 0x00000003 
+ 00019435  0x000048fc deposit  0x00000003 
+ 00019436  0x000048fd hstore  0x00000002 , 0x00008058 
+ 00019437  0x000048fe rtn 
+ 00019438  0x00004904 ifetch  0x00000001 , 0x00000003 
+ 00019439  0x00004905 increase  0x00000002 , 0x00000003 
+ 00019440  0x00004906 beq  0x00000002 , 0x00004bf3 
+ 00019441  0x00004907 ifetch  0x00000001 , 0x00000003 
+ 00019442  0x00004908 rtn 
+ 00019443  0x0000490a ifetch  0x00000002 , 0x00000003 
+ 00019444  0x0000490b rtn 
+ 00019445  0x0000490e hfetch  0x00000002 , 0x0000805e 
+ 00019446  0x0000490f increase  0xfffffffb , 0x0000000a 
+ 00019447  0x00004910 iadd  0x0000000a , 0x0000000a 
+ 00019448  0x00004911 rtn 
+ 00019449  0x00004914 arg  0x00000004 , 0x00000002 
+ 00019450  0x00004915 branch  0x00004bfc 
+ 00019451  0x00004917 arg  0x00000002 , 0x00000002 
+ 00019452  0x00004919 bpatchx  0x00000000 , 0x00004020 
+ 00019453  0x0000491a increase  0x00000001 , 0x00000039 
+ 00019454  0x0000491b hfetch  0x00000002 , 0x0000805e 
+ 00019455  0x0000491c copy  0x0000003f , 0x0000000a 
+ 00019456  0x0000491d copy  0x00000039 , 0x0000003f 
+ 00019457  0x0000491e istoret  0x00000001 , 0x0000000a 
+ 00019458  0x0000491f increase  0xffffffff , 0x0000003f 
+ 00019459  0x00004920 iadd  0x0000000a , 0x0000000a 
+ 00019460  0x00004921 copy  0x0000000a , 0x0000003f 
+ 00019461  0x00004922 store  0x00000002 , 0x00000258 
+ 00019462  0x00004923 copy  0x00000002 , 0x0000003f 
+ 00019463  0x00004924 rtneq  0x00000002 
+ 00019464  0x00004925 fetch  0x00000002 , 0x00000258 
+ 00019465  0x00004926 hstore  0x00000002 , 0x0000805e 
+ 00019466  0x00004927 branch  0x00004c0b 
+ 00019467  0x0000492b setarg  0x00000000 
+ 00019468  0x0000492c store  0x00000002 , 0x00000258 
+ 00019469  0x0000492d rtn 
+ 00019470  0x00004935 rtn  0x0000002b 
+ 00019471  0x00004936 setarg  0x00004d28 
+ 00019472  0x00004937 store  0x00000002 , 0x000041f3 
+ 00019473  0x00004939 setarg  0x000001a0 
+ 00019474  0x0000493a store  0x00000002 , 0x00004243 
+ 00019475  0x0000493c setarg  0x00001800 
+ 00019476  0x0000493d hstore  0x00000002 , 0x00008054 
+ 00019477  0x0000493e setarg  0x00001bff 
+ 00019478  0x0000493f hstore  0x00000002 , 0x00008056 
+ 00019479  0x00004940 setarg  0x00001c00 
+ 00019480  0x00004941 hstore  0x00000002 , 0x0000805a 
+ 00019481  0x00004942 call  0x00004c28 
+ 00019482  0x00004944 jam  0x00000000 , 0x00008062 
+ 00019483  0x00004945 setarg  0x00001c00 
+ 00019484  0x00004946 hstore  0x00000002 , 0x0000805e 
+ 00019485  0x00004947 hstore  0x00000002 , 0x00008060 
+ 00019486  0x00004948 setarg  0x00001800 
+ 00019487  0x00004949 hstore  0x00000002 , 0x00008058 
+ 00019488  0x0000494a store  0x00000002 , 0x00000244 
+ 00019489  0x0000494c hfetch  0x00000002 , 0x00008050 
+ 00019490  0x0000494d set0  0x0000000f , 0x0000003f 
+ 00019491  0x0000494e hstore  0x00000002 , 0x00008050 
+ 00019492  0x0000494f call  0x000066ce 
+ 00019493  0x00004950 jam  0x00000001 , 0x00008043 
+ 00019494  0x00004951 jam  0x00000081 , 0x00008062 
+ 00019495  0x00004952 rtn 
+ 00019496  0x00004955 setarg  0x00001fff 
+ 00019497  0x00004956 hstore  0x00000002 , 0x0000805c 
+ 00019498  0x00004957 hfetch  0x00000001 , 0x00008081 
+ 00019499  0x00004958 or_into  0x00000007 , 0x0000003f 
+ 00019500  0x00004959 hstore  0x00000001 , 0x00008081 
+ 00019501  0x0000495a rtn 
+ 00019502  0x0000495e bpatchx  0x00000001 , 0x00004020 
+ 00019503  0x0000495f hfetch  0x00000001 , 0x0000810c 
+ 00019504  0x00004960 iforce  0x00000012 
+ 00019505  0x00004961 bbit0  0x00000003 , 0x00004c37 
+ 00019506  0x00004962 hfetch  0x00000002 , 0x00008112 
+ 00019507  0x00004963 iforce  0x00000013 
+ 00019508  0x00004964 arg  0x0000044f , 0x00000002 
+ 00019509  0x00004965 isub  0x00000002 , 0x0000003e 
+ 00019510  0x00004966 nrtn  0x00000005 
+ 00019511  0x00004968 hfetch  0x00000002 , 0x00008058 
+ 00019512  0x00004969 iforce  0x00000003 
+ 00019513  0x0000496a branch  0x00004bc8 
+ 00019514  0x0000496d hfetcht  0x00000001 , 0x0000810c 
+ 00019515  0x0000496e isolate1  0x00000006 , 0x00000002 
+ 00019516  0x0000496f branch  0x00004c3a , 0x00000001 
+ 00019517  0x00004970 hstore  0x00000001 , 0x00008015 
+ 00019518  0x00004971 rtn 
+ 00019519  0x00004974 bpatchx  0x00000002 , 0x00004020 
+ 00019520  0x00004975 fetch  0x00000001 , 0x000041ce 
+ 00019521  0x00004976 branch  0x00004c44 , 0x00000034 
+ 00019522  0x00004977 enable  0x00000028 
+ 00019523  0x00004978 rtn 
+ 00019524  0x0000497a ifetch  0x00000002 , 0x00000003 
+ 00019525  0x0000497b iforce  0x00000030 
+ 00019526  0x0000497c iforce  0x00000007 
+ 00019527  0x0000497d ifetch  0x00000001 , 0x00000003 
+ 00019528  0x0000497e iforce  0x00000002 
+ 00019529  0x0000497f rshift2  0x00000030 , 0x0000003f 
+ 00019530  0x00004980 rshift8  0x0000003f , 0x0000003f 
+ 00019531  0x00004981 beq  0x0000003f , 0x00004c4d 
+ 00019532  0x00004982 rtn 
+ 00019533  0x00004986 bpatchx  0x00000003 , 0x00004020 
+ 00019534  0x00004987 deposit  0x00000007 
+ 00019535  0x00004988 beq  0x00000000 , 0x00004cdc 
+ 00019536  0x00004989 beq  0x00000001 , 0x00004c66 
+ 00019537  0x0000498a beq  0x00000002 , 0x00004c6b 
+ 00019538  0x0000498b beq  0x00000003 , 0x00004c7a 
+ 00019539  0x0000498c beq  0x00000004 , 0x00004cb3 
+ 00019540  0x0000498d beq  0x00000005 , 0x00004cdc 
+ 00019541  0x0000498e beq  0x00000006 , 0x00004cc6 
+ 00019542  0x0000498f beq  0x00000007 , 0x00004c5c 
+ 00019543  0x00004991 beq  0x00000010 , 0x00004cc9 
+ 00019544  0x00004992 beq  0x00000011 , 0x00004cd1 
+ 00019545  0x00004993 beq  0x00000012 , 0x00004ca5 
+ 00019546  0x00004994 beq  0x00000013 , 0x00004c85 
+ 00019547  0x00004995 branch  0x00004cdc 
+ 00019548  0x00004998 call  0x00004cdc 
+ 00019549  0x00004999 call  0x00007f9e 
+ 00019550  0x0000499a call  0x0000688c 
+ 00019551  0x0000499c call  0x000033d2 
+ 00019552  0x0000499d call  0x000033d9 
+ 00019553  0x0000499e branch  0x0000688f 
+ 00019554  0x000049a1 jam  0x00000000 , 0x00004245 
+ 00019555  0x000049a2 call  0x000033d0 
+ 00019556  0x000049a3 call  0x00004c13 
+ 00019557  0x000049a4 branch  0x000033db 
+ 00019558  0x000049a7 call  0x00004cf2 
+ 00019559  0x000049a8 hfetch  0x00000002 , 0x00008000 
+ 00019560  0x000049a9 istore  0x00000002 , 0x0000000a 
+ 00019561  0x000049aa force  0x00000006 , 0x00000039 
+ 00019562  0x000049ab branch  0x00004cdd 
+ 00019563  0x000049ae ifetch  0x00000002 , 0x00000003 
+ 00019564  0x000049af store  0x00000002 , 0x00004243 
+ 00019565  0x000049b0 hstore  0x00000002 , 0x00008052 
+ 00019566  0x000049b1 rtn 
+ 00019567  0x000049b6 ifetch  0x00000001 , 0x00000003 
+ 00019568  0x000049b7 copy  0x0000003f , 0x00000002 
+ 00019569  0x000049b8 hstore  0x00000001 , 0x00008024 
+ 00019570  0x000049b9 ifetch  0x00000001 , 0x00000003 
+ 00019571  0x000049ba iadd  0x00000002 , 0x00000002 
+ 00019572  0x000049bb set1  0x00000007 , 0x0000003f 
+ 00019573  0x000049bc hstore  0x00000001 , 0x00008023 
+ 00019574  0x000049bd ifetch  0x00000001 , 0x00000003 
+ 00019575  0x000049be iadd  0x00000002 , 0x00000002 
+ 00019576  0x000049bf copy  0x0000003f , 0x00000039 
+ 00019577  0x000049c0 rtn 
+ 00019578  0x000049c3 bmark1  0x0000002b , 0x00004cc4 
+ 00019579  0x000049c4 call  0x00004c6f 
+ 00019580  0x000049c6 ifetch  0x00000001 , 0x00000003 
+ 00019581  0x000049c7 hstore  0x00000001 , 0x00008025 
+ 00019582  0x000049c8 iadd  0x00000002 , 0x00000002 
+ 00019583  0x000049c9 loop  0x00004c7c 
+ 00019584  0x000049cb and  0x00000002 , 0x000000ff , 0x00000002 
+ 00019585  0x000049cc ifetch  0x00000001 , 0x00000003 
+ 00019586  0x000049cd isub  0x00000002 , 0x0000003e 
+ 00019587  0x000049ce nbranch  0x00004cc4 , 0x00000005 
+ 00019588  0x000049cf branch  0x00004cdc 
+ 00019589  0x000049d3 bmark0  0x0000002b , 0x00004cc4 
+ 00019590  0x000049d4 call  0x00004c6f 
+ 00019591  0x000049d5 store  0x00000008 , 0x00000a9a 
+ 00019592  0x000049d7 call  0x00007422 
+ 00019593  0x000049d8 arg  0x00000010 , 0x00000039 
+ 00019594  0x000049d9 arg  0x00000ac2 , 0x00000005 
+ 00019595  0x000049da call  0x00004ca0 
+ 00019596  0x000049db storet  0x00000008 , 0x00000aa2 
+ 00019597  0x000049dc arg  0x00000ad2 , 0x00000005 
+ 00019598  0x000049dd call  0x00007497 
+ 00019599  0x000049de arg  0x00000ad2 , 0x00000011 
+ 00019600  0x000049df arg  0x00000ac2 , 0x00000012 
+ 00019601  0x000049e0 arg  0x00000ae2 , 0x00000005 
+ 00019602  0x000049e1 call  0x00007352 
+ 00019603  0x000049e2 arg  0x00000010 , 0x00000039 
+ 00019604  0x000049e3 arg  0x00000ae2 , 0x00000006 
+ 00019605  0x000049e4 call  0x00004c9c 
+ 00019606  0x000049e5 fetcht  0x00000008 , 0x00000aa2 
+ 00019607  0x000049e6 fetch  0x00000008 , 0x00000a9a 
+ 00019608  0x000049e7 increase  0xfffffff0 , 0x0000003f 
+ 00019609  0x000049e8 store  0x00000008 , 0x00000a9a 
+ 00019610  0x000049e9 nbranch  0x00004c88 , 0x00000034 
+ 00019611  0x000049ea branch  0x00004c80 
+ 00019612  0x000049ed ifetch  0x00000001 , 0x00000006 
+ 00019613  0x000049ee hstore  0x00000001 , 0x00008025 
+ 00019614  0x000049ef loop  0x00004c9c 
+ 00019615  0x000049f0 rtn 
+ 00019616  0x000049f3 ifetch  0x00000001 , 0x00000003 
+ 00019617  0x000049f4 istore  0x00000001 , 0x00000005 
+ 00019618  0x000049f5 iadd  0x00000002 , 0x00000002 
+ 00019619  0x000049f6 loop  0x00004ca0 
+ 00019620  0x000049f7 rtn 
+ 00019621  0x000049fa bmark0  0x0000002b , 0x00004cc4 
+ 00019622  0x000049fb arg  0x00000000 , 0x00000002 
+ 00019623  0x000049fc arg  0x00000010 , 0x00000039 
+ 00019624  0x000049fd arg  0x00000ac2 , 0x00000005 
+ 00019625  0x000049fe call  0x00004ca0 
+ 00019626  0x000049ff hfetch  0x00000001 , 0x00008085 
+ 00019627  0x00004a00 and_into  0x000000fd , 0x0000003f 
+ 00019628  0x00004a01 hstore  0x00000001 , 0x00008085 
+ 00019629  0x00004a02 arg  0x00000ac2 , 0x00000006 
+ 00019630  0x00004a03 arg  0x00000010 , 0x00000039 
+ 00019631  0x00004a04 call  0x00007478 
+ 00019632  0x00004a05 call  0x00007428 
+ 00019633  0x00004a06 call  0x00007491 
+ 00019634  0x00004a07 branch  0x00004c80 
+ 00019635  0x00004a0b arg  0x00000020 , 0x00000039 
+ 00019636  0x00004a0c arg  0x00004000 , 0x00000005 
+ 00019637  0x00004a0d arg  0x00000000 , 0x00000002 
+ 00019638  0x00004a0f ifetch  0x00000001 , 0x00000003 
+ 00019639  0x00004a10 istore  0x00000001 , 0x00000005 
+ 00019640  0x00004a11 iadd  0x00000002 , 0x00000002 
+ 00019641  0x00004a12 loop  0x00004cb6 
+ 00019642  0x00004a13 and  0x00000002 , 0x000000ff , 0x00000002 
+ 00019643  0x00004a14 ifetch  0x00000001 , 0x00000003 
+ 00019644  0x00004a15 isub  0x00000002 , 0x0000003e 
+ 00019645  0x00004a16 nbranch  0x00004cc4 , 0x00000005 
+ 00019646  0x00004a17 jam  0x00000000 , 0x00008023 
+ 00019647  0x00004a18 call  0x00004cdc 
+ 00019648  0x00004a19 call  0x00004be6 
+ 00019649  0x00004a1a call  0x000064a3 
+ 00019650  0x00004a1b call  0x00007f9e 
+ 00019651  0x00004a1c branch  0x00002001 
+ 00019652  0x00004a1f jam  0x00000000 , 0x00008023 
+ 00019653  0x00004a20 branch  0x00002000 
+ 00019654  0x00004a23 ifetch  0x00000006 , 0x00000003 
+ 00019655  0x00004a24 store  0x00000006 , 0x000040a0 
+ 00019656  0x00004a25 branch  0x00004cdc 
+ 00019657  0x00004a29 ifetch  0x00000001 , 0x00000003 
+ 00019658  0x00004a2a store  0x00000001 , 0x0000025a 
+ 00019659  0x00004a2b copy  0x0000003f , 0x00000039 
+ 00019660  0x00004a2c ifetch  0x00000002 , 0x00000003 
+ 00019661  0x00004a2d store  0x00000002 , 0x0000025b 
+ 00019662  0x00004a2e copy  0x0000003f , 0x00000005 
+ 00019663  0x00004a2f call  0x000066fd 
+ 00019664  0x00004a30 branch  0x00004cdc 
+ 00019665  0x00004a34 ifetch  0x00000001 , 0x00000003 
+ 00019666  0x00004a35 store  0x00000001 , 0x0000025a 
+ 00019667  0x00004a36 copy  0x0000003f , 0x00000039 
+ 00019668  0x00004a37 ifetch  0x00000002 , 0x00000003 
+ 00019669  0x00004a38 store  0x00000002 , 0x0000025b 
+ 00019670  0x00004a39 arg  0x00001000 , 0x00000005 
+ 00019671  0x00004a3a call  0x000066fd 
+ 00019672  0x00004a3b fetcht  0x00000001 , 0x0000025a 
+ 00019673  0x00004a3c arg  0x00001000 , 0x00000011 
+ 00019674  0x00004a3d fetch  0x00000002 , 0x0000025b 
+ 00019675  0x00004a3e branch  0x00006608 
+ 00019676  0x00004a44 force  0x00000004 , 0x00000039 
+ 00019677  0x00004a46 call  0x00004cf4 
+ 00019678  0x00004a47 force  0x00000001 , 0x0000003f 
+ 00019679  0x00004a48 istore  0x00000001 , 0x0000000a 
+ 00019680  0x00004a49 deposit  0x00000030 
+ 00019681  0x00004a4a istore  0x00000003 , 0x0000000a 
+ 00019682  0x00004a4b force  0x0000000e , 0x00000007 
+ 00019683  0x00004a4d bpatchx  0x00000004 , 0x00004020 
+ 00019684  0x00004a4e call  0x00004cf6 
+ 00019685  0x00004a4f deposit  0x00000007 
+ 00019686  0x00004a50 istore  0x00000001 , 0x0000000a 
+ 00019687  0x00004a51 deposit  0x00000039 
+ 00019688  0x00004a52 istore  0x00000001 , 0x0000000a 
+ 00019689  0x00004a54 force  0x00000005 , 0x00000007 
+ 00019690  0x00004a55 increase  0x00000002 , 0x00000039 
+ 00019691  0x00004a57 branch  0x00004bf9 
+ 00019692  0x00004a5a force  0x000000ff , 0x00000007 
+ 00019693  0x00004a5b call  0x00004cf4 
+ 00019694  0x00004a5c setarg  0x00000001 
+ 00019695  0x00004a5d istore  0x00000001 , 0x0000000a 
+ 00019696  0x00004a5e force  0x00000001 , 0x00000039 
+ 00019697  0x00004a5f branch  0x00004ce3 
+ 00019698  0x00004a62 force  0x0000000c , 0x0000000a 
+ 00019699  0x00004a63 branch  0x00004cf7 
+ 00019700  0x00004a66 force  0x00000008 , 0x0000000a 
+ 00019701  0x00004a67 branch  0x00004cf7 
+ 00019702  0x00004a6a force  0x00000006 , 0x0000000a 
+ 00019703  0x00004a6c branch  0x00004bf5 
+ 00019704  0x00004a71 pulse  0x0000000f 
+ 00019705  0x00004a72 enable  0x00000009 
+ 00019706  0x00004a74 ifetch  0x00000001 , 0x0000000a 
+ 00019707  0x00004a75 inject  0x00000000 , 0x00000008 
+ 00019708  0x00004a76 loop  0x00004cfa 
+ 00019709  0x00004a77 enable  0x00000008 
+ 00019710  0x00004a78 inject  0x00000000 , 0x00000010 
+ 00019711  0x00004a79 disable  0x00000008 
+ 00019712  0x00004a7a disable  0x00000009 
+ 00019713  0x00004a7b disable  0x0000000f 
+ 00019714  0x00004a7c byteswap  0x0000003f , 0x0000003f 
+ 00019715  0x00004a7d rtn 
+ 00019716  0x00004a82 jam  0x00000000 , 0x000041ce 
+ 00019717  0x00004a83 rtn 
+ 00019718  0x00004a85 fetch  0x00000006 , 0x000041d0 
+ 00019719  0x00004a86 fetcht  0x00000006 , 0x00000040 
+ 00019720  0x00004a87 isub  0x00000002 , 0x0000003e 
+ 00019721  0x00004a88 rtn 
+ 00019722  0x00004a8e fetch  0x00000001 , 0x0000004b 
+ 00019723  0x00004a8f bbit1  0x00000002 , 0x00004d0f 
+ 00019724  0x00004a90 call  0x000062ef 
+ 00019725  0x00004a91 jam  0x00000008 , 0x0000007c 
+ 00019726  0x00004a92 branch  0x00004d04 
+ 00019727  0x00004a94 set0  0x00000002 , 0x0000003f 
+ 00019728  0x00004a95 store  0x00000001 , 0x0000004b 
+ 00019729  0x00004a96 call  0x00006001 
+ 00019730  0x00004a97 setarg  0x00000000 
+ 00019731  0x00004a98 setflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00019732  0x00004a99 store  0x00000001 , 0x0000007f 
+ 00019733  0x00004a9a branch  0x00004d04 
+ 00019734  0x00004a9b rtn 
+ 00019735  0x00004a9d jam  0x00000017 , 0x0000007c 
+ 00019736  0x00004a9e arg  0x000004d9 , 0x00000005 
+ 00019737  0x00004a9f setarg  0x00000000 
+ 00019738  0x00004aa0 isolate1  0x0000001b , 0x00000028 
+ 00019739  0x00004aa1 setflag  0x00000001 , 0x00000001 , 0x0000003f 
+ 00019740  0x00004aa2 istore  0x00000001 , 0x00000005 
+ 00019741  0x00004aa3 setarg  0x00000000 
+ 00019742  0x00004aa4 istore  0x00000002 , 0x00000005 
+ 00019743  0x00004aa5 fetch  0x00000002 , 0x000041e3 
+ 00019744  0x00004aa6 istore  0x00000002 , 0x00000005 
+ 00019745  0x00004aa7 fetch  0x00000001 , 0x000041e5 
+ 00019746  0x00004aa8 istore  0x00000002 , 0x00000005 
+ 00019747  0x00004aa9 fetch  0x00000001 , 0x000041e7 
+ 00019748  0x00004aaa istore  0x00000002 , 0x00000005 
+ 00019749  0x00004aab branch  0x00004d04 
+ 00019750  0x00004aae jam  0x00000018 , 0x0000007c 
+ 00019751  0x00004aaf branch  0x00004d04 
+ 00019752  0x00004ab2 call  0x00006899 
+ 00019753  0x00004ab3 rtn  0x00000001 
+ 00019754  0x00004ab4 arg  0x00000007 , 0x00000002 
+ 00019755  0x00004ab5 call  0x0000681d 
+ 00019756  0x00004ab6 nbranch  0x00004d2f , 0x00000001 
+ 00019757  0x00004ab7 jam  0x00000001 , 0x00004245 
+ 00019758  0x00004ab8 rtn 
+ 00019759  0x00004aba fetch  0x00000001 , 0x00004245 
+ 00019760  0x00004abb rtnne  0x00000001 
+ 00019761  0x00004abc call  0x00004c62 
+ 00019762  0x00004abd branch  0x00004cec 
+ 00019763  0x00004acc bpatchx  0x00000005 , 0x00004020 
+ 00019764  0x00004acd fetch  0x00000002 , 0x00000264 
+ 00019765  0x00004ace copy  0x0000003f , 0x00000006 
+ 00019766  0x00004acf ifetch  0x00000001 , 0x00000006 
+ 00019767  0x00004ad0 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00019768  0x00004ad1 rshift4  0x0000003f , 0x0000003f 
+ 00019769  0x00004ad2 beq  0x00000009 , 0x00004d53 
+ 00019770  0x00004ad3 beq  0x00000007 , 0x00004d53 
+ 00019771  0x00004ad4 beq  0x0000000a , 0x00004d5f 
+ 00019772  0x00004ad5 beq  0x00000005 , 0x00004d4b 
+ 00019773  0x00004ad6 beq  0x00000001 , 0x00004d3f 
+ 00019774  0x00004ad7 rtn 
+ 00019775  0x00004ada copy  0x00000002 , 0x0000003f 
+ 00019776  0x00004adb beq  0x00000005 , 0x00004d43 
+ 00019777  0x00004adc beq  0x00000003 , 0x00004d4a 
+ 00019778  0x00004add rtn 
+ 00019779  0x00004ae0 jam  0x00000027 , 0x00000a99 
+ 00019780  0x00004ae1 call  0x00007d86 
+ 00019781  0x00004ae2 fetch  0x00000001 , 0x00004092 
+ 00019782  0x00004ae3 rtnbit0  0x00000006 
+ 00019783  0x00004ae4 copy  0x00000002 , 0x0000003f 
+ 00019784  0x00004ae5 beq  0x00000005 , 0x0000438e 
+ 00019785  0x00004ae6 rtn 
+ 00019786  0x00004ae8 rtn 
+ 00019787  0x00004aeb call  0x00004d5f 
+ 00019788  0x00004aec arg  0x00000001 , 0x00000011 
+ 00019789  0x00004aed call  0x00004d63 
+ 00019790  0x00004aee fetch  0x00000002 , 0x0000424c 
+ 00019791  0x00004aef istore  0x00000002 , 0x00000005 
+ 00019792  0x00004af0 setarg  0x00000000 
+ 00019793  0x00004af1 istore  0x00000001 , 0x00000005 
+ 00019794  0x00004af2 rtn 
+ 00019795  0x00004af5 arg  0x00000001 , 0x00000011 
+ 00019796  0x00004af6 call  0x00004d63 
+ 00019797  0x00004af7 fetch  0x00000002 , 0x0000424c 
+ 00019798  0x00004af8 istore  0x00000002 , 0x00000005 
+ 00019799  0x00004af9 setarg  0x00000000 
+ 00019800  0x00004afa istore  0x00000001 , 0x00000005 
+ 00019801  0x00004afb jam  0x00000001 , 0x00000a8e 
+ 00019802  0x00004afc fetch  0x00000001 , 0x00004252 
+ 00019803  0x00004afd set1  0x00000006 
+ 00019804  0x00004afe store  0x00000001 , 0x00004252 
+ 00019805  0x00004aff jam  0x00000012 , 0x00000a99 
+ 00019806  0x00004b00 branch  0x00007d86 
+ 00019807  0x00004b03 ifetch  0x00000001 , 0x00000006 
+ 00019808  0x00004b04 beq  0x00000001 , 0x00004d62 
+ 00019809  0x00004b05 rtn 
+ 00019810  0x00004b08 rtn 
+ 00019811  0x00004b0c call  0x00005240 
+ 00019812  0x00004b0d copy  0x00000011 , 0x00000002 
+ 00019813  0x00004b0e storet  0x00000001 , 0x00000a8e 
+ 00019814  0x00004b0f copy  0x0000003f , 0x00000005 
+ 00019815  0x00004b10 copy  0x00000011 , 0x0000003f 
+ 00019816  0x00004b11 istore  0x00000002 , 0x00000005 
+ 00019817  0x00004b12 rtn 
+ 00019818  0x00004b24 branch  0x00004d6f , 0x0000002b 
+ 00019819  0x00004b26 setarg  0x00004365 
+ 00019820  0x00004b27 arg  0x00004246 , 0x00000005 
+ 00019821  0x00004b28 isub  0x00000005 , 0x00000039 
+ 00019822  0x00004b29 call  0x00007ed4 
+ 00019823  0x00004b2b bpatchx  0x00000006 , 0x00004020 
+ 00019824  0x00004b2c setarg  0x00000551 
+ 00019825  0x00004b2d arg  0x00000511 , 0x00000005 
+ 00019826  0x00004b2e isub  0x00000005 , 0x00000039 
+ 00019827  0x00004b2f call  0x00007ed4 
+ 00019828  0x00004b30 setarg  0x000002c9 
+ 00019829  0x00004b31 arg  0x0000025d , 0x00000005 
+ 00019830  0x00004b32 isub  0x00000005 , 0x00000039 
+ 00019831  0x00004b33 call  0x00007ed4 
+ 00019832  0x00004b34 branch  0x00005318 
+ 00019833  0x00004b37 bpatchx  0x00000007 , 0x00004020 
+ 00019834  0x00004b38 copy  0x00000006 , 0x00000002 
+ 00019835  0x00004b3b copy  0x00000002 , 0x00000006 
+ 00019836  0x00004b3c ifetch  0x00000002 , 0x00000006 
+ 00019837  0x00004b3d store  0x00000002 , 0x00000266 
+ 00019838  0x00004b3e ifetch  0x00000002 , 0x00000006 
+ 00019839  0x00004b3f store  0x00000002 , 0x00000268 
+ 00019840  0x00004b40 deposit  0x00000006 
+ 00019841  0x00004b41 store  0x00000002 , 0x00000264 
+ 00019842  0x00004b42 fetch  0x00000001 , 0x00004681 
+ 00019843  0x00004b43 beq  0x00000000 , 0x00004d85 
+ 00019844  0x00004b44 branch  0x000050ef 
+ 00019845  0x00004b47 fetch  0x00000002 , 0x00000266 
+ 00019846  0x00004b48 branch  0x00004dfc , 0x00000034 
+ 00019847  0x00004b49 bpatchx  0x00000008 , 0x00004021 
+ 00019848  0x00004b4a fetch  0x00000001 , 0x00000268 
+ 00019849  0x00004b4b beq  0x00000001 , 0x00004d9d 
+ 00019850  0x00004b4d beq  0x00000050 , 0x00004de0 
+ 00019851  0x00004b4e beq  0x00000051 , 0x00004df5 
+ 00019852  0x00004b4f beq  0x00000052 , 0x00004df3 
+ 00019853  0x00004b50 beq  0x00000053 , 0x00004df3 
+ 00019854  0x00004b51 branch  0x00004dfc 
+ 00019855  0x00004b56 bpatchx  0x00000009 , 0x00004021 
+ 00019856  0x00004b57 call  0x0000527e 
+ 00019857  0x00004b58 fetch  0x00000001 , 0x00004256 
+ 00019858  0x00004b59 beq  0x00000000 , 0x00004d9b 
+ 00019859  0x00004b5a beq  0x00000001 , 0x00004d9b 
+ 00019860  0x00004b5b beq  0x00000002 , 0x00004d9b 
+ 00019861  0x00004b5c beq  0x00000003 , 0x00004d9b 
+ 00019862  0x00004b5d beq  0x00000081 , 0x00004d9b 
+ 00019863  0x00004b5e beq  0x000000c0 , 0x00004d9b 
+ 00019864  0x00004b5f beq  0x00000080 , 0x00004d9b 
+ 00019865  0x00004b60 beq  0x00000040 , 0x00004d9b 
+ 00019866  0x00004b61 rtn 
+ 00019867  0x00004b64 setarg  0x00000000 
+ 00019868  0x00004b65 rtn 
+ 00019869  0x00004b69 call  0x00004d8f 
+ 00019870  0x00004b6a nrtn  0x00000034 
+ 00019871  0x00004b6c call  0x000052b8 
+ 00019872  0x00004b6d call  0x00004e01 
+ 00019873  0x00004b6e fetcht  0x00000002 , 0x0000026f 
+ 00019874  0x00004b6f branch  0x00004dfb , 0x00000034 
+ 00019875  0x00004b70 call  0x000052c1 
+ 00019876  0x00004b71 fetch  0x00000002 , 0x0000026f 
+ 00019877  0x00004b72 istore  0x00000002 , 0x00000005 
+ 00019878  0x00004b73 force  0x00000001 , 0x0000003f 
+ 00019879  0x00004b74 istore  0x00000002 , 0x00000005 
+ 00019880  0x00004b75 branch  0x00004dfc 
+ 00019881  0x00004b78 fetch  0x00000001 , 0x00004364 
+ 00019882  0x00004b79 rtn  0x00000034 
+ 00019883  0x00004b7a copy  0x0000003f , 0x00000011 
+ 00019884  0x00004b7b bpatchx  0x0000000a , 0x00004021 
+ 00019885  0x00004b7c fetch  0x00000004 , 0x000002d5 
+ 00019886  0x00004b7d arg  0x00000100 , 0x00000002 
+ 00019887  0x00004b7e iadd  0x00000002 , 0x00000002 
+ 00019888  0x00004b7f copy  0x00000022 , 0x0000003f 
+ 00019889  0x00004b80 isub  0x00000002 , 0x0000003e 
+ 00019890  0x00004b81 nrtn  0x00000002 
+ 00019891  0x00004b82 jam  0x00000000 , 0x00004364 
+ 00019892  0x00004b83 copy  0x00000011 , 0x0000003f 
+ 00019893  0x00004b84 beq  0x00000050 , 0x00004db7 
+ 00019894  0x00004b85 branch  0x00002a8c 
+ 00019895  0x00004b87 arg  0x00000000 , 0x00000008 
+ 00019896  0x00004b88 call  0x000052b8 
+ 00019897  0x00004b89 call  0x00004e7a 
+ 00019898  0x00004b8a call  0x000052c3 
+ 00019899  0x00004b8b call  0x00007ea8 
+ 00019900  0x00004b8c call  0x00004ead 
+ 00019901  0x00004b8d call  0x000052c1 
+ 00019902  0x00004b8f setarg  0x0000000c 
+ 00019903  0x00004b90 istore  0x00000002 , 0x00000005 
+ 00019904  0x00004b91 force  0x00000001 , 0x0000003f 
+ 00019905  0x00004b92 istore  0x00000002 , 0x00000005 
+ 00019906  0x00004b93 branch  0x00004dfc 
+ 00019907  0x00004b98 bpatchx  0x0000000b , 0x00004021 
+ 00019908  0x00004b99 fetch  0x00000002 , 0x00000275 
+ 00019909  0x00004b9a increase  0x00000004 , 0x0000003f 
+ 00019910  0x00004b9b rshift4  0x0000003f , 0x0000003f 
+ 00019911  0x00004b9c rshift3  0x0000003f , 0x0000003f 
+ 00019912  0x00004b9d add  0x0000003f , 0x00000001 , 0x00000002 
+ 00019913  0x00004b9e arg  0x00004260 , 0x00000006 
+ 00019914  0x00004b9f ifetch  0x00000003 , 0x00000006 
+ 00019915  0x00004ba0 rtn  0x00000034 
+ 00019916  0x00004ba1 store  0x00000003 , 0x00000ac2 
+ 00019917  0x00004ba2 fetch  0x00000001 , 0x00000ac2 
+ 00019918  0x00004ba3 copy  0x0000003f , 0x00000011 
+ 00019919  0x00004ba4 call  0x00004dd3 
+ 00019920  0x00004ba5 copy  0x00000012 , 0x0000003f 
+ 00019921  0x00004ba6 store  0x00000001 , 0x00004260 
+ 00019922  0x00004ba7 rtn 
+ 00019923  0x00004baa arg  0x00000000 , 0x00000007 
+ 00019924  0x00004bab arg  0x00000000 , 0x00000012 
+ 00019925  0x00004bae sub  0x00000007 , 0x00000007 , 0x0000003e 
+ 00019926  0x00004baf nrtn  0x00000002 
+ 00019927  0x00004bb0 qisolate1  0x00000011 
+ 00019928  0x00004bb1 branch  0x00004dda , 0x00000001 
+ 00019929  0x00004bb2 branch  0x00004dde 
+ 00019930  0x00004bb5 copy  0x00000002 , 0x0000003f 
+ 00019931  0x00004bb6 branch  0x00004dde , 0x00000034 
+ 00019932  0x00004bb7 qset1  0x00000012 
+ 00019933  0x00004bb8 increase  0xffffffff , 0x00000002 
+ 00019934  0x00004bbb increase  0x00000001 , 0x00000007 
+ 00019935  0x00004bbc branch  0x00004dd5 
+ 00019936  0x00004bbf call  0x00005274 
+ 00019937  0x00004bc0 nrtn  0x00000034 
+ 00019938  0x00004bc1 call  0x00004d8f 
+ 00019939  0x00004bc2 nrtn  0x00000034 
+ 00019940  0x00004bc3 call  0x000052c5 
+ 00019941  0x00004bc4 call  0x00006e11 
+ 00019942  0x00004bc5 call  0x00004dc3 
+ 00019943  0x00004bc6 branch  0x00004dec 
+ 00019944  0x00004bca call  0x00005274 
+ 00019945  0x00004bcb nrtn  0x00000034 
+ 00019946  0x00004bcc call  0x000052c5 
+ 00019947  0x00004bcd call  0x00006e11 
+ 00019948  0x00004bcf call  0x000052ce 
+ 00019949  0x00004bd0 fetch  0x00000002 , 0x00000275 
+ 00019950  0x00004bd1 branch  0x00004dfb , 0x00000034 
+ 00019951  0x00004bd2 istore  0x00000002 , 0x00000005 
+ 00019952  0x00004bd3 fetch  0x00000002 , 0x00004248 
+ 00019953  0x00004bd4 istore  0x00000002 , 0x00000005 
+ 00019954  0x00004bd5 branch  0x00004dfc 
+ 00019955  0x00004bd8 call  0x00004d33 
+ 00019956  0x00004bd9 branch  0x00004dfc 
+ 00019957  0x00004bdc bpatchx  0x0000000c , 0x00004021 
+ 00019958  0x00004bdd jam  0x00000000 , 0x00000284 
+ 00019959  0x00004bde call  0x00006a8a 
+ 00019960  0x00004bdf fetch  0x00000001 , 0x00000284 
+ 00019961  0x00004be0 rtneq  0x00000001 
+ 00019962  0x00004be1 branch  0x00004dfc 
+ 00019963  0x00004be3 call  0x00005264 
+ 00019964  0x00004be6 setarg  0x00000000 
+ 00019965  0x00004be7 store  0x00000002 , 0x00000266 
+ 00019966  0x00004be8 store  0x00000002 , 0x00000268 
+ 00019967  0x00004be9 jam  0x00000001 , 0x0000026a 
+ 00019968  0x00004bea rtn 
+ 00019969  0x00004bed bpatchx  0x0000000d , 0x00004021 
+ 00019970  0x00004bee call  0x000052c3 
+ 00019971  0x00004bef force  0x00000000 , 0x00000012 
+ 00019972  0x00004bf0 fetch  0x00000002 , 0x00000266 
+ 00019973  0x00004bf1 copy  0x0000003f , 0x00000013 
+ 00019974  0x00004bf2 fetch  0x00000002 , 0x00000264 
+ 00019975  0x00004bf3 iforce  0x00000006 
+ 00019976  0x00004bf5 call  0x00004e10 
+ 00019977  0x00004bf6 deposit  0x00000013 
+ 00019978  0x00004bf7 increase  0xfffffffc , 0x00000013 
+ 00019979  0x00004bf8 increase  0xfffffffc , 0x0000003f 
+ 00019980  0x00004bf9 nbranch  0x00004e08 , 0x00000034 
+ 00019981  0x00004bfa copy  0x00000012 , 0x0000003f 
+ 00019982  0x00004bfb store  0x00000002 , 0x0000026f 
+ 00019983  0x00004bfc rtn 
+ 00019984  0x00004bff bpatchx  0x0000000e , 0x00004021 
+ 00019985  0x00004c00 ifetch  0x00000001 , 0x00000006 
+ 00019986  0x00004c01 beq  0x00000001 , 0x00004e49 
+ 00019987  0x00004c02 beq  0x00000002 , 0x00004e51 
+ 00019988  0x00004c03 beq  0x00000003 , 0x00004ed5 
+ 00019989  0x00004c04 beq  0x00000004 , 0x00004f05 
+ 00019990  0x00004c05 beq  0x00000005 , 0x00004fa2 
+ 00019991  0x00004c06 beq  0x00000006 , 0x00004fcb 
+ 00019992  0x00004c07 beq  0x00000007 , 0x0000501b 
+ 00019993  0x00004c08 beq  0x00000008 , 0x00005050 
+ 00019994  0x00004c09 beq  0x00000009 , 0x00005060 
+ 00019995  0x00004c0a beq  0x0000000a , 0x00004e1f 
+ 00019996  0x00004c0b beq  0x0000000b , 0x00005061 
+ 00019997  0x00004c0c call  0x00005062 
+ 00019998  0x00004c0e rtn 
+ 00019999  0x00004c11 ifetch  0x00000001 , 0x00000006 
+ 00020000  0x00004c12 copy  0x0000003f , 0x00000007 
+ 00020001  0x00004c13 ifetch  0x00000002 , 0x00000006 
+ 00020002  0x00004c14 copy  0x0000003f , 0x00000011 
+ 00020003  0x00004c15 copy  0x00000013 , 0x0000003f 
+ 00020004  0x00004c16 isub  0x00000011 , 0x00000013 
+ 00020005  0x00004c17 setarg  0x0000000b 
+ 00020006  0x00004c18 istore  0x00000001 , 0x00000005 
+ 00020007  0x00004c19 copy  0x00000007 , 0x0000003f 
+ 00020008  0x00004c1a istore  0x00000001 , 0x00000005 
+ 00020009  0x00004c1b ifetch  0x00000002 , 0x00000006 
+ 00020010  0x00004c1d beq  0x00000002 , 0x00004e2d 
+ 00020011  0x00004c1e beq  0x00000003 , 0x00004e33 
+ 00020012  0x00004c1f rtn 
+ 00020013  0x00004c21 setarg  0x00020008 
+ 00020014  0x00004c22 istore  0x00000006 , 0x00000005 
+ 00020015  0x00004c23 setarg  0x00000280 
+ 00020016  0x00004c24 istore  0x00000004 , 0x00000005 
+ 00020017  0x00004c25 force  0x0000000c , 0x0000003f 
+ 00020018  0x00004c26 branch  0x00004e38 
+ 00020019  0x00004c28 setarg  0x0003000c 
+ 00020020  0x00004c29 istore  0x00000006 , 0x00000005 
+ 00020021  0x00004c2a setarg  0x00000006 
+ 00020022  0x00004c2b istore  0x00000008 , 0x00000005 
+ 00020023  0x00004c2c force  0x00000010 , 0x0000003f 
+ 00020024  0x00004c2e iadd  0x00000012 , 0x00000012 
+ 00020025  0x00004c2f branch  0x00004e1e 
+ 00020026  0x00004c32 ifetch  0x00000001 , 0x00000006 
+ 00020027  0x00004c33 copy  0x0000003f , 0x00000007 
+ 00020028  0x00004c34 ifetch  0x00000002 , 0x00000006 
+ 00020029  0x00004c35 copy  0x0000003f , 0x00000011 
+ 00020030  0x00004c36 ifetch  0x00000002 , 0x00000006 
+ 00020031  0x00004c37 store  0x00000002 , 0x00000aa2 
+ 00020032  0x00004c38 copy  0x00000013 , 0x0000003f 
+ 00020033  0x00004c39 isub  0x00000011 , 0x00000013 
+ 00020034  0x00004c3a call  0x000052c3 
+ 00020035  0x00004c3b setarg  0x0000000b 
+ 00020036  0x00004c3c istore  0x00000001 , 0x00000005 
+ 00020037  0x00004c3d copy  0x00000007 , 0x0000003f 
+ 00020038  0x00004c3e istore  0x00000001 , 0x00000005 
+ 00020039  0x00004c3f fetch  0x00000002 , 0x00000aa2 
+ 00020040  0x00004c40 branch  0x00004e2a 
+ 00020041  0x00004c45 ifetch  0x00000001 , 0x00000006 
+ 00020042  0x00004c46 copy  0x0000003f , 0x00000007 
+ 00020043  0x00004c47 ifetch  0x00000002 , 0x00000006 
+ 00020044  0x00004c48 copy  0x0000003f , 0x00000011 
+ 00020045  0x00004c49 iadd  0x00000006 , 0x00000006 
+ 00020046  0x00004c4a copy  0x00000013 , 0x0000003f 
+ 00020047  0x00004c4b isub  0x00000011 , 0x00000013 
+ 00020048  0x00004c4d branch  0x00004e1e 
+ 00020049  0x00004c50 call  0x00007ea8 
+ 00020050  0x00004c53 call  0x00007ead 
+ 00020051  0x00004c54 arg  0x00000000 , 0x00000008 
+ 00020052  0x00004c55 ifetch  0x00000001 , 0x00000006 
+ 00020053  0x00004c56 copy  0x0000003f , 0x00000007 
+ 00020054  0x00004c57 ifetch  0x00000002 , 0x00000006 
+ 00020055  0x00004c58 copy  0x0000003f , 0x00000011 
+ 00020056  0x00004c59 ifetch  0x00000002 , 0x00000006 
+ 00020057  0x00004c5a copy  0x0000003f , 0x00000002 
+ 00020058  0x00004c5b ifetch  0x00000002 , 0x00000006 
+ 00020059  0x00004c5c copy  0x0000003f , 0x0000000b 
+ 00020060  0x00004c5d bpatchx  0x0000000f , 0x00004021 
+ 00020061  0x00004c5e copy  0x00000002 , 0x0000003f 
+ 00020062  0x00004c5f beq  0x00000001 , 0x00004e64 
+ 00020063  0x00004c60 beq  0x00000003 , 0x00004e86 
+ 00020064  0x00004c61 beq  0x00000011 , 0x00004e92 
+ 00020065  0x00004c62 beq  0x00000013 , 0x00004e9d 
+ 00020066  0x00004c63 call  0x00005062 
+ 00020067  0x00004c64 branch  0x00004ed4 
+ 00020068  0x00004c67 call  0x00007ea8 
+ 00020069  0x00004c68 arg  0x00000050 , 0x00000002 
+ 00020070  0x00004c69 fetch  0x00000002 , 0x00004248 
+ 00020071  0x00004c6a nbranch  0x00004ece , 0x00000034 
+ 00020072  0x00004c6b copy  0x0000000b , 0x0000003f 
+ 00020073  0x00004c6c store  0x00000002 , 0x00004248 
+ 00020074  0x00004c6d copy  0x00000022 , 0x0000003f 
+ 00020075  0x00004c6e store  0x00000004 , 0x000002d5 
+ 00020076  0x00004c6f call  0x00004e6e 
+ 00020077  0x00004c70 branch  0x00004ea9 
+ 00020078  0x00004c73 storet  0x00000002 , 0x000002d3 
+ 00020079  0x00004c74 deposit  0x0000000b 
+ 00020080  0x00004c75 store  0x00000002 , 0x000002c9 
+ 00020081  0x00004c76 deposit  0x00000011 
+ 00020082  0x00004c77 store  0x00000002 , 0x000002cb 
+ 00020083  0x00004c78 deposit  0x00000012 
+ 00020084  0x00004c79 store  0x00000002 , 0x000002cd 
+ 00020085  0x00004c7a deposit  0x00000013 
+ 00020086  0x00004c7b store  0x00000002 , 0x000002cf 
+ 00020087  0x00004c7c deposit  0x00000007 
+ 00020088  0x00004c7d store  0x00000002 , 0x000002d1 
+ 00020089  0x00004c7e rtn 
+ 00020090  0x00004c81 fetcht  0x00000002 , 0x000002d3 
+ 00020091  0x00004c82 fetch  0x00000002 , 0x000002c9 
+ 00020092  0x00004c83 copy  0x0000003f , 0x0000000b 
+ 00020093  0x00004c84 fetch  0x00000002 , 0x000002cb 
+ 00020094  0x00004c85 copy  0x0000003f , 0x00000011 
+ 00020095  0x00004c86 fetch  0x00000002 , 0x000002cd 
+ 00020096  0x00004c87 copy  0x0000003f , 0x00000012 
+ 00020097  0x00004c88 fetch  0x00000002 , 0x000002cf 
+ 00020098  0x00004c89 copy  0x0000003f , 0x00000013 
+ 00020099  0x00004c8a fetch  0x00000002 , 0x000002d1 
+ 00020100  0x00004c8b copy  0x0000003f , 0x00000007 
+ 00020101  0x00004c8c rtn 
+ 00020102  0x00004c8f call  0x00007ea8 
+ 00020103  0x00004c90 setarg  0x00000051 
+ 00020104  0x00004c91 arg  0x00000051 , 0x00000002 
+ 00020105  0x00004c92 fetch  0x00000002 , 0x0000424a 
+ 00020106  0x00004c93 nbranch  0x00004ece , 0x00000034 
+ 00020107  0x00004c94 copy  0x0000000b , 0x0000003f 
+ 00020108  0x00004c95 store  0x00000002 , 0x0000424a 
+ 00020109  0x00004c96 fetch  0x00000001 , 0x00004251 
+ 00020110  0x00004c97 set1  0x00000000 , 0x0000003f 
+ 00020111  0x00004c98 set1  0x00000001 , 0x0000003f 
+ 00020112  0x00004c99 store  0x00000001 , 0x00004251 
+ 00020113  0x00004c9a branch  0x00004eb1 
+ 00020114  0x00004c9c call  0x00007ea8 
+ 00020115  0x00004c9d arg  0x00000052 , 0x00000002 
+ 00020116  0x00004c9e fetch  0x00000002 , 0x0000424c 
+ 00020117  0x00004c9f nbranch  0x00004ece , 0x00000034 
+ 00020118  0x00004ca0 copy  0x0000000b , 0x0000003f 
+ 00020119  0x00004ca1 store  0x00000002 , 0x0000424c 
+ 00020120  0x00004ca2 fetch  0x00000001 , 0x00004252 
+ 00020121  0x00004ca3 set1  0x00000000 , 0x0000003f 
+ 00020122  0x00004ca4 set1  0x00000001 , 0x0000003f 
+ 00020123  0x00004ca5 store  0x00000001 , 0x00004252 
+ 00020124  0x00004ca6 branch  0x00004eb1 
+ 00020125  0x00004ca8 call  0x00007ea8 
+ 00020126  0x00004ca9 deposit  0x0000001a 
+ 00020127  0x00004caa arg  0x00000053 , 0x00000002 
+ 00020128  0x00004cab fetch  0x00000002 , 0x0000424e 
+ 00020129  0x00004cac nbranch  0x00004ece , 0x00000034 
+ 00020130  0x00004cad copy  0x0000000b , 0x0000003f 
+ 00020131  0x00004cae store  0x00000002 , 0x0000424e 
+ 00020132  0x00004caf fetch  0x00000001 , 0x00004253 
+ 00020133  0x00004cb0 set1  0x00000000 , 0x0000003f 
+ 00020134  0x00004cb1 set1  0x00000001 , 0x0000003f 
+ 00020135  0x00004cb2 store  0x00000001 , 0x00004253 
+ 00020136  0x00004cb3 branch  0x00004eb1 
+ 00020137  0x00004cb6 setarg  0x00000001 
+ 00020138  0x00004cb7 store  0x00000002 , 0x0000027d 
+ 00020139  0x00004cb8 jam  0x00000050 , 0x00004364 
+ 00020140  0x00004cb9 branch  0x00004eb3 
+ 00020141  0x00004cbb fetch  0x00000001 , 0x00004250 
+ 00020142  0x00004cbc set1  0x00000000 , 0x0000003f 
+ 00020143  0x00004cbd set1  0x00000001 , 0x0000003f 
+ 00020144  0x00004cbe store  0x00000001 , 0x00004250 
+ 00020145  0x00004cc0 setarg  0x00000000 
+ 00020146  0x00004cc1 store  0x00000002 , 0x0000027d 
+ 00020147  0x00004cc3 bpatchx  0x00000010 , 0x00004022 
+ 00020148  0x00004cc4 call  0x00007ead 
+ 00020149  0x00004cc5 setarg  0x00000003 
+ 00020150  0x00004cc6 istore  0x00000001 , 0x00000005 
+ 00020151  0x00004cc7 copy  0x00000007 , 0x0000003f 
+ 00020152  0x00004cc8 istore  0x00000001 , 0x00000005 
+ 00020153  0x00004cc9 setarg  0x00000008 
+ 00020154  0x00004cca istore  0x00000002 , 0x00000005 
+ 00020155  0x00004ccb copy  0x00000002 , 0x0000003f 
+ 00020156  0x00004ccc istore  0x00000002 , 0x00000005 
+ 00020157  0x00004ccd copy  0x0000000b , 0x0000003f 
+ 00020158  0x00004cce istore  0x00000002 , 0x00000005 
+ 00020159  0x00004ccf fetch  0x00000002 , 0x0000027d 
+ 00020160  0x00004cd0 beq  0x00000001 , 0x00004ec9 
+ 00020161  0x00004cd1 isolate0  0x00000000 , 0x00000008 
+ 00020162  0x00004cd2 branch  0x00004ec4 , 0x00000001 
+ 00020163  0x00004cd3 setarg  0x00000004 
+ 00020164  0x00004cd5 istore  0x00000002 , 0x00000005 
+ 00020165  0x00004cd6 force  0x00000000 , 0x0000003f 
+ 00020166  0x00004cd7 istore  0x00000002 , 0x00000005 
+ 00020167  0x00004cd8 setarg  0x0000000c 
+ 00020168  0x00004cd9 branch  0x00004ed0 
+ 00020169  0x00004cdb istore  0x00000002 , 0x00000005 
+ 00020170  0x00004cdc force  0x00000002 , 0x0000003f 
+ 00020171  0x00004cdd istore  0x00000002 , 0x00000005 
+ 00020172  0x00004cde setarg  0x0000000c 
+ 00020173  0x00004cdf branch  0x00004ed0 
+ 00020174  0x00004ce2 set1  0x00000000 , 0x00000008 
+ 00020175  0x00004ce3 branch  0x00004eb1 
+ 00020176  0x00004ce5 iadd  0x00000012 , 0x00000012 
+ 00020177  0x00004ce6 copy  0x00000013 , 0x0000003f 
+ 00020178  0x00004ce7 isub  0x00000011 , 0x00000013 
+ 00020179  0x00004ce8 branch  0x00004ed4 
+ 00020180  0x00004cea branch  0x00004e1e 
+ 00020181  0x00004ced ifetch  0x00000001 , 0x00000006 
+ 00020182  0x00004cee copy  0x0000003f , 0x00000007 
+ 00020183  0x00004cef ifetch  0x00000002 , 0x00000006 
+ 00020184  0x00004cf0 copy  0x0000003f , 0x00000011 
+ 00020185  0x00004cf1 copy  0x00000013 , 0x0000003f 
+ 00020186  0x00004cf2 isub  0x00000011 , 0x00000013 
+ 00020187  0x00004cf3 ifetch  0x00000002 , 0x00000006 
+ 00020188  0x00004cf4 copy  0x0000003f , 0x0000000b 
+ 00020189  0x00004cf5 ifetch  0x00000002 , 0x00000006 
+ 00020190  0x00004cf6 copy  0x0000003f , 0x00000002 
+ 00020191  0x00004cf7 bpatchx  0x00000011 , 0x00004022 
+ 00020192  0x00004cf8 setarg  0x00000050 
+ 00020193  0x00004cf9 isub  0x00000002 , 0x0000003e 
+ 00020194  0x00004cfa branch  0x00004eed , 0x00000005 
+ 00020195  0x00004cfb setarg  0x00000051 
+ 00020196  0x00004cfc isub  0x00000002 , 0x0000003e 
+ 00020197  0x00004cfd branch  0x00004ef3 , 0x00000005 
+ 00020198  0x00004cfe setarg  0x00000052 
+ 00020199  0x00004cff isub  0x00000002 , 0x0000003e 
+ 00020200  0x00004d00 branch  0x00004eff , 0x00000005 
+ 00020201  0x00004d01 setarg  0x00000053 
+ 00020202  0x00004d02 isub  0x00000002 , 0x0000003e 
+ 00020203  0x00004d03 branch  0x00004ef9 , 0x00000005 
+ 00020204  0x00004d04 rtn 
+ 00020205  0x00004d07 copy  0x0000000b , 0x0000003f 
+ 00020206  0x00004d08 store  0x00000002 , 0x00004248 
+ 00020207  0x00004d09 fetch  0x00000001 , 0x00004250 
+ 00020208  0x00004d0a set1  0x00000001 , 0x0000003f 
+ 00020209  0x00004d0b store  0x00000001 , 0x00004250 
+ 00020210  0x00004d0c branch  0x00004e1e 
+ 00020211  0x00004d0e copy  0x0000000b , 0x0000003f 
+ 00020212  0x00004d0f store  0x00000002 , 0x0000424a 
+ 00020213  0x00004d10 fetch  0x00000001 , 0x00004251 
+ 00020214  0x00004d11 set1  0x00000001 , 0x0000003f 
+ 00020215  0x00004d12 store  0x00000001 , 0x00004251 
+ 00020216  0x00004d13 rtn 
+ 00020217  0x00004d15 copy  0x0000000b , 0x0000003f 
+ 00020218  0x00004d16 store  0x00000002 , 0x0000424c 
+ 00020219  0x00004d17 fetch  0x00000001 , 0x00004253 
+ 00020220  0x00004d18 set1  0x00000001 , 0x0000003f 
+ 00020221  0x00004d19 store  0x00000001 , 0x00004253 
+ 00020222  0x00004d1a rtn 
+ 00020223  0x00004d1c copy  0x0000000b , 0x0000003f 
+ 00020224  0x00004d1d store  0x00000002 , 0x0000424e 
+ 00020225  0x00004d1e fetch  0x00000001 , 0x00004252 
+ 00020226  0x00004d1f set1  0x00000001 , 0x0000003f 
+ 00020227  0x00004d20 store  0x00000001 , 0x00004252 
+ 00020228  0x00004d21 rtn 
+ 00020229  0x00004d24 ifetch  0x00000001 , 0x00000006 
+ 00020230  0x00004d25 copy  0x0000003f , 0x00000007 
+ 00020231  0x00004d26 ifetch  0x00000002 , 0x00000006 
+ 00020232  0x00004d27 copy  0x0000003f , 0x00000011 
+ 00020233  0x00004d28 copy  0x00000013 , 0x0000003f 
+ 00020234  0x00004d29 isub  0x00000011 , 0x00000013 
+ 00020235  0x00004d2a ifetch  0x00000002 , 0x00000006 
+ 00020236  0x00004d2b copy  0x0000003f , 0x00000002 
+ 00020237  0x00004d2c copy  0x00000002 , 0x00000011 
+ 00020238  0x00004d2d bpatchx  0x00000012 , 0x00004022 
+ 00020239  0x00004d2e setarg  0x00000050 
+ 00020240  0x00004d2f isub  0x00000002 , 0x0000003e 
+ 00020241  0x00004d30 branch  0x00004f1c , 0x00000005 
+ 00020242  0x00004d31 setarg  0x00000051 
+ 00020243  0x00004d32 isub  0x00000002 , 0x0000003e 
+ 00020244  0x00004d33 branch  0x00004f3a , 0x00000005 
+ 00020245  0x00004d34 setarg  0x00000052 
+ 00020246  0x00004d35 isub  0x00000002 , 0x0000003e 
+ 00020247  0x00004d36 branch  0x00004f26 , 0x00000005 
+ 00020248  0x00004d37 setarg  0x00000053 
+ 00020249  0x00004d38 isub  0x00000002 , 0x0000003e 
+ 00020250  0x00004d39 branch  0x00004f30 , 0x00000005 
+ 00020251  0x00004d3a branch  0x00005062 
+ 00020252  0x00004d3d copy  0x00000005 , 0x0000000b 
+ 00020253  0x00004d3e fetch  0x00000001 , 0x00004250 
+ 00020254  0x00004d3f set1  0x00000004 , 0x0000003f 
+ 00020255  0x00004d40 set1  0x00000003 , 0x0000003f 
+ 00020256  0x00004d42 store  0x00000001 , 0x00004250 
+ 00020257  0x00004d43 copy  0x0000000b , 0x00000005 
+ 00020258  0x00004d44 arg  0x00000050 , 0x0000000b 
+ 00020259  0x00004d45 fetch  0x00000002 , 0x00004248 
+ 00020260  0x00004d46 copy  0x0000003f , 0x00000002 
+ 00020261  0x00004d47 branch  0x00004f43 
+ 00020262  0x00004d49 copy  0x00000005 , 0x0000000b 
+ 00020263  0x00004d4a fetch  0x00000001 , 0x00004252 
+ 00020264  0x00004d4b set1  0x00000004 , 0x0000003f 
+ 00020265  0x00004d4c set1  0x00000003 , 0x0000003f 
+ 00020266  0x00004d4e store  0x00000001 , 0x00004252 
+ 00020267  0x00004d4f copy  0x0000000b , 0x00000005 
+ 00020268  0x00004d50 arg  0x00000052 , 0x0000000b 
+ 00020269  0x00004d51 fetch  0x00000002 , 0x0000424c 
+ 00020270  0x00004d52 copy  0x0000003f , 0x00000002 
+ 00020271  0x00004d53 branch  0x00004f43 
+ 00020272  0x00004d55 copy  0x00000005 , 0x0000000b 
+ 00020273  0x00004d56 fetch  0x00000001 , 0x00004253 
+ 00020274  0x00004d57 set1  0x00000004 , 0x0000003f 
+ 00020275  0x00004d58 set1  0x00000003 , 0x0000003f 
+ 00020276  0x00004d5a store  0x00000001 , 0x00004253 
+ 00020277  0x00004d5b copy  0x0000000b , 0x00000005 
+ 00020278  0x00004d5c arg  0x00000053 , 0x0000000b 
+ 00020279  0x00004d5d fetch  0x00000002 , 0x0000424e 
+ 00020280  0x00004d5e copy  0x0000003f , 0x00000002 
+ 00020281  0x00004d5f branch  0x00004f43 
+ 00020282  0x00004d61 copy  0x00000005 , 0x0000000b 
+ 00020283  0x00004d62 fetch  0x00000001 , 0x00004251 
+ 00020284  0x00004d63 set1  0x00000004 , 0x0000003f 
+ 00020285  0x00004d64 set1  0x00000003 , 0x0000003f 
+ 00020286  0x00004d66 store  0x00000001 , 0x00004251 
+ 00020287  0x00004d68 copy  0x0000000b , 0x00000005 
+ 00020288  0x00004d69 arg  0x00000051 , 0x0000000b 
+ 00020289  0x00004d6a fetch  0x00000002 , 0x0000424a 
+ 00020290  0x00004d6b copy  0x0000003f , 0x00000002 
+ 00020291  0x00004d6d bpatchx  0x00000013 , 0x00004022 
+ 00020292  0x00004d6e setarg  0x00000005 
+ 00020293  0x00004d6f istore  0x00000001 , 0x00000005 
+ 00020294  0x00004d70 copy  0x00000007 , 0x0000003f 
+ 00020295  0x00004d71 istore  0x00000001 , 0x00000005 
+ 00020296  0x00004d72 setarg  0x00000006 
+ 00020297  0x00004d73 istore  0x00000002 , 0x00000005 
+ 00020298  0x00004d74 copy  0x00000002 , 0x0000003f 
+ 00020299  0x00004d75 istore  0x00000002 , 0x00000005 
+ 00020300  0x00004d76 force  0x00000000 , 0x0000003f 
+ 00020301  0x00004d77 istore  0x00000002 , 0x00000005 
+ 00020302  0x00004d78 force  0x00000000 , 0x0000003f 
+ 00020303  0x00004d79 istore  0x00000002 , 0x00000005 
+ 00020304  0x00004d7a force  0x0000000a , 0x0000003f 
+ 00020305  0x00004d7b iadd  0x00000012 , 0x00000012 
+ 00020306  0x00004d7d storet  0x00000002 , 0x00000282 
+ 00020307  0x00004d7e copy  0x00000007 , 0x0000003f 
+ 00020308  0x00004d7f store  0x00000001 , 0x00000281 
+ 00020309  0x00004d80 force  0x00000050 , 0x0000003f 
+ 00020310  0x00004d81 icompare  0x000000ff , 0x0000000b 
+ 00020311  0x00004d82 branch  0x00004f59 , 0x00000001 
+ 00020312  0x00004d83 increase  0x00000001 , 0x0000003f 
+ 00020313  0x00004d86 rtn 
+ 00020314  0x00004d88 disable  0x00000028 
+ 00020315  0x00004d89 rtnbit1  0x00000002 , 0x0000003f 
+ 00020316  0x00004d8a rtnbit0  0x00000000 , 0x0000003f 
+ 00020317  0x00004d8b rtnbit0  0x00000001 , 0x0000003f 
+ 00020318  0x00004d8c set1  0x00000002 , 0x0000003f 
+ 00020319  0x00004d8d copy  0x00000006 , 0x00000005 
+ 00020320  0x00004d8e increase  0xffffffff , 0x00000005 
+ 00020321  0x00004d8f istore  0x00000001 , 0x00000005 
+ 00020322  0x00004d90 enable  0x00000028 
+ 00020323  0x00004d91 rtn 
+ 00020324  0x00004d94 fetch  0x00000001 , 0x00004250 
+ 00020325  0x00004d95 call  0x00004f5a 
+ 00020326  0x00004d96 nbranch  0x00004f6b , 0x00000028 
+ 00020327  0x00004d97 jam  0x00000050 , 0x00000280 
+ 00020328  0x00004d98 fetch  0x00000002 , 0x00004248 
+ 00020329  0x00004d99 store  0x00000002 , 0x00000282 
+ 00020330  0x00004d9a branch  0x00004f7f 
+ 00020331  0x00004d9c fetch  0x00000001 , 0x00004251 
+ 00020332  0x00004d9d call  0x00004f5a 
+ 00020333  0x00004d9e nbranch  0x00004f72 , 0x00000028 
+ 00020334  0x00004d9f jam  0x00000051 , 0x00000280 
+ 00020335  0x00004da0 fetch  0x00000002 , 0x0000424a 
+ 00020336  0x00004da1 store  0x00000002 , 0x00000282 
+ 00020337  0x00004da2 branch  0x00004f7f 
+ 00020338  0x00004da4 fetch  0x00000001 , 0x00004252 
+ 00020339  0x00004da5 call  0x00004f5a 
+ 00020340  0x00004da6 nbranch  0x00004f79 , 0x00000028 
+ 00020341  0x00004da7 jam  0x00000052 , 0x00000280 
+ 00020342  0x00004da8 fetch  0x00000002 , 0x0000424c 
+ 00020343  0x00004da9 store  0x00000002 , 0x00000282 
+ 00020344  0x00004daa branch  0x00004f7f 
+ 00020345  0x00004dac fetch  0x00000001 , 0x00004253 
+ 00020346  0x00004dad call  0x00004f5a 
+ 00020347  0x00004dae nrtn  0x00000028 
+ 00020348  0x00004daf jam  0x00000053 , 0x00000280 
+ 00020349  0x00004db0 fetch  0x00000002 , 0x0000424e 
+ 00020350  0x00004db1 store  0x00000002 , 0x00000282 
+ 00020351  0x00004db5 bpatchx  0x00000014 , 0x00004022 
+ 00020352  0x00004db6 call  0x0000523a 
+ 00020353  0x00004db7 call  0x000052b8 
+ 00020354  0x00004db8 force  0x00000000 , 0x00000012 
+ 00020355  0x00004db9 call  0x000052c3 
+ 00020356  0x00004dba force  0x00000004 , 0x0000003f 
+ 00020357  0x00004dbb istore  0x00000001 , 0x00000005 
+ 00020358  0x00004dbc fetch  0x00000001 , 0x00004255 
+ 00020359  0x00004dbd istore  0x00000001 , 0x00000005 
+ 00020360  0x00004dbe setarg  0x00000008 
+ 00020361  0x00004dbf istore  0x00000002 , 0x00000005 
+ 00020362  0x00004dc0 fetch  0x00000002 , 0x00000282 
+ 00020363  0x00004dc1 istore  0x00000002 , 0x00000005 
+ 00020364  0x00004dc2 setarg  0x00000000 
+ 00020365  0x00004dc3 istore  0x00000002 , 0x00000005 
+ 00020366  0x00004dc4 force  0x00000001 , 0x0000003f 
+ 00020367  0x00004dc5 istore  0x00000001 , 0x00000005 
+ 00020368  0x00004dc6 force  0x00000002 , 0x0000003f 
+ 00020369  0x00004dc7 istore  0x00000001 , 0x00000005 
+ 00020370  0x00004dc8 fetch  0x00000001 , 0x00000280 
+ 00020371  0x00004dc9 beq  0x00000051 , 0x00004f97 
+ 00020372  0x00004dca setarg  0x00000030 
+ 00020373  0x00004dcb istore  0x00000002 , 0x00000005 
+ 00020374  0x00004dcc branch  0x00004f99 
+ 00020375  0x00004dce setarg  0x000003e3 
+ 00020376  0x00004dcf istore  0x00000002 , 0x00000005 
+ 00020377  0x00004dd1 arg  0x0000000c , 0x00000002 
+ 00020378  0x00004dd2 storet  0x00000002 , 0x0000026f 
+ 00020379  0x00004dd3 call  0x000052c1 
+ 00020380  0x00004dd4 fetch  0x00000002 , 0x0000026f 
+ 00020381  0x00004dd5 istore  0x00000002 , 0x00000005 
+ 00020382  0x00004dd6 force  0x00000001 , 0x0000003f 
+ 00020383  0x00004dd7 istore  0x00000002 , 0x00000005 
+ 00020384  0x00004dd8 jam  0x00000000 , 0x00000280 
+ 00020385  0x00004dda branch  0x00004e1e 
+ 00020386  0x00004ddd increase  0x00000001 , 0x00000006 
+ 00020387  0x00004dde ifetch  0x00000002 , 0x00000006 
+ 00020388  0x00004ddf copy  0x0000003f , 0x00000011 
+ 00020389  0x00004de0 copy  0x00000013 , 0x0000003f 
+ 00020390  0x00004de1 isub  0x00000011 , 0x00000013 
+ 00020391  0x00004de2 ifetch  0x00000002 , 0x00000006 
+ 00020392  0x00004de3 copy  0x0000003f , 0x00000011 
+ 00020393  0x00004de4 bpatchx  0x00000015 , 0x00004022 
+ 00020394  0x00004de5 setarg  0x00000050 
+ 00020395  0x00004de6 isub  0x00000011 , 0x0000003e 
+ 00020396  0x00004de7 branch  0x00004fba , 0x00000005 
+ 00020397  0x00004de8 setarg  0x00000051 
+ 00020398  0x00004de9 isub  0x00000011 , 0x0000003e 
+ 00020399  0x00004dea branch  0x00004fbe , 0x00000005 
+ 00020400  0x00004deb setarg  0x00000052 
+ 00020401  0x00004dec isub  0x00000011 , 0x0000003e 
+ 00020402  0x00004ded branch  0x00004fc2 , 0x00000005 
+ 00020403  0x00004dee setarg  0x00000053 
+ 00020404  0x00004def isub  0x00000011 , 0x0000003e 
+ 00020405  0x00004df0 branch  0x00004fc6 , 0x00000005 
+ 00020406  0x00004df1 increase  0x00000002 , 0x00000006 
+ 00020407  0x00004df2 ifetch  0x00000002 , 0x00000006 
+ 00020408  0x00004df3 iforce  0x0000003e 
+ 00020409  0x00004df4 branch  0x00004e1e 
+ 00020410  0x00004df6 fetch  0x00000001 , 0x00004250 
+ 00020411  0x00004df7 set1  0x00000005 , 0x0000003f 
+ 00020412  0x00004df8 store  0x00000001 , 0x00004250 
+ 00020413  0x00004df9 branch  0x00004e1e 
+ 00020414  0x00004dfb fetch  0x00000001 , 0x00004251 
+ 00020415  0x00004dfc set1  0x00000005 , 0x0000003f 
+ 00020416  0x00004dfd store  0x00000001 , 0x00004251 
+ 00020417  0x00004dfe branch  0x00004e1e 
+ 00020418  0x00004e00 fetch  0x00000001 , 0x00004252 
+ 00020419  0x00004e01 set1  0x00000005 , 0x0000003f 
+ 00020420  0x00004e02 store  0x00000001 , 0x00004252 
+ 00020421  0x00004e03 branch  0x00004e1e 
+ 00020422  0x00004e05 fetch  0x00000001 , 0x00004253 
+ 00020423  0x00004e06 set1  0x00000005 , 0x0000003f 
+ 00020424  0x00004e07 store  0x00000001 , 0x00004253 
+ 00020425  0x00004e08 jam  0x00000006 , 0x00000a99 
+ 00020426  0x00004e09 branch  0x00007d86 
+ 00020427  0x00004e0e ifetch  0x00000001 , 0x00000006 
+ 00020428  0x00004e0f copy  0x0000003f , 0x00000007 
+ 00020429  0x00004e10 ifetch  0x00000002 , 0x00000006 
+ 00020430  0x00004e11 copy  0x0000003f , 0x00000011 
+ 00020431  0x00004e12 copy  0x00000013 , 0x0000003f 
+ 00020432  0x00004e13 isub  0x00000011 , 0x00000013 
+ 00020433  0x00004e14 ifetch  0x00000002 , 0x00000006 
+ 00020434  0x00004e15 copy  0x0000003f , 0x00000011 
+ 00020435  0x00004e16 ifetch  0x00000002 , 0x00000006 
+ 00020436  0x00004e17 copy  0x0000003f , 0x0000000b 
+ 00020437  0x00004e18 copy  0x00000011 , 0x00000002 
+ 00020438  0x00004e19 call  0x00007ea8 
+ 00020439  0x00004e1a bpatchx  0x00000016 , 0x00004022 
+ 00020440  0x00004e1b setarg  0x00000050 
+ 00020441  0x00004e1c isub  0x00000002 , 0x0000003e 
+ 00020442  0x00004e1d branch  0x00004ff2 , 0x00000005 
+ 00020443  0x00004e1e setarg  0x00000051 
+ 00020444  0x00004e1f isub  0x00000002 , 0x0000003e 
+ 00020445  0x00004e20 branch  0x00005002 , 0x00000005 
+ 00020446  0x00004e21 setarg  0x00000052 
+ 00020447  0x00004e22 isub  0x00000002 , 0x0000003e 
+ 00020448  0x00004e23 branch  0x00004fe6 , 0x00000005 
+ 00020449  0x00004e24 setarg  0x00000053 
+ 00020450  0x00004e25 isub  0x00000002 , 0x0000003e 
+ 00020451  0x00004e26 branch  0x00004fec , 0x00000005 
+ 00020452  0x00004e27 call  0x00005062 
+ 00020453  0x00004e28 branch  0x00005017 
+ 00020454  0x00004e2a copy  0x0000000b , 0x00000002 
+ 00020455  0x00004e2b fetch  0x00000002 , 0x0000424c 
+ 00020456  0x00004e2c isub  0x00000002 , 0x0000003e 
+ 00020457  0x00004e2d branch  0x00004ff8 , 0x00000005 
+ 00020458  0x00004e2e call  0x00005062 
+ 00020459  0x00004e2f branch  0x00005017 
+ 00020460  0x00004e31 copy  0x0000000b , 0x00000002 
+ 00020461  0x00004e32 fetch  0x00000002 , 0x0000424e 
+ 00020462  0x00004e33 isub  0x00000002 , 0x0000003e 
+ 00020463  0x00004e34 branch  0x00004ffa , 0x00000005 
+ 00020464  0x00004e35 call  0x00005062 
+ 00020465  0x00004e36 branch  0x00005017 
+ 00020466  0x00004e39 copy  0x0000000b , 0x00000002 
+ 00020467  0x00004e3a fetch  0x00000002 , 0x00004248 
+ 00020468  0x00004e3b isub  0x00000002 , 0x0000003e 
+ 00020469  0x00004e3c branch  0x00004ffe , 0x00000005 
+ 00020470  0x00004e3d call  0x00005062 
+ 00020471  0x00004e3e branch  0x00005017 
+ 00020472  0x00004e40 call  0x00005079 
+ 00020473  0x00004e41 branch  0x0000500a 
+ 00020474  0x00004e43 call  0x0000507f 
+ 00020475  0x00004e44 fetch  0x00000002 , 0x0000424c 
+ 00020476  0x00004e45 branch  0x0000500a , 0x00000034 
+ 00020477  0x00004e4d branch  0x0000500a 
+ 00020478  0x00004e50 call  0x00005074 
+ 00020479  0x00004e51 fetch  0x00000001 , 0x00000288 
+ 00020480  0x00004e52 nbranch  0x0000500a , 0x00000034 
+ 00020481  0x00004e55 branch  0x0000500a 
+ 00020482  0x00004e57 copy  0x0000000b , 0x00000002 
+ 00020483  0x00004e58 fetch  0x00000002 , 0x0000424a 
+ 00020484  0x00004e59 isub  0x00000002 , 0x0000003e 
+ 00020485  0x00004e5a branch  0x00005008 , 0x00000005 
+ 00020486  0x00004e5b call  0x00005062 
+ 00020487  0x00004e5c branch  0x00005017 
+ 00020488  0x00004e5e call  0x0000506f 
+ 00020489  0x00004e5f branch  0x0000500a 
+ 00020490  0x00004e61 call  0x00007ead 
+ 00020491  0x00004e62 setarg  0x00000007 
+ 00020492  0x00004e63 istore  0x00000001 , 0x00000005 
+ 00020493  0x00004e64 copy  0x00000007 , 0x0000003f 
+ 00020494  0x00004e65 istore  0x00000001 , 0x00000005 
+ 00020495  0x00004e66 setarg  0x00000004 
+ 00020496  0x00004e67 istore  0x00000002 , 0x00000005 
+ 00020497  0x00004e68 copy  0x00000011 , 0x0000003f 
+ 00020498  0x00004e69 istore  0x00000002 , 0x00000005 
+ 00020499  0x00004e6a copy  0x0000000b , 0x0000003f 
+ 00020500  0x00004e6b istore  0x00000002 , 0x00000005 
+ 00020501  0x00004e6c force  0x00000008 , 0x0000003f 
+ 00020502  0x00004e6d branch  0x00005019 
+ 00020503  0x00004e6f call  0x00007ead 
+ 00020504  0x00004e70 branch  0x00005019 
+ 00020505  0x00004e72 iadd  0x00000012 , 0x00000012 
+ 00020506  0x00004e73 branch  0x00004e1e 
+ 00020507  0x00004e75 ifetch  0x00000001 , 0x00000006 
+ 00020508  0x00004e76 copy  0x0000003f , 0x00000007 
+ 00020509  0x00004e77 ifetch  0x00000002 , 0x00000006 
+ 00020510  0x00004e78 copy  0x0000003f , 0x00000011 
+ 00020511  0x00004e79 copy  0x00000013 , 0x0000003f 
+ 00020512  0x00004e7a isub  0x00000011 , 0x00000013 
+ 00020513  0x00004e7b ifetch  0x00000002 , 0x00000006 
+ 00020514  0x00004e7c copy  0x0000003f , 0x0000000b 
+ 00020515  0x00004e7d ifetch  0x00000002 , 0x00000006 
+ 00020516  0x00004e7e copy  0x0000003f , 0x00000002 
+ 00020517  0x00004e7f call  0x00007ea8 
+ 00020518  0x00004e80 bpatchx  0x00000017 , 0x00004022 
+ 00020519  0x00004e81 setarg  0x00000050 
+ 00020520  0x00004e82 isub  0x00000002 , 0x0000003e 
+ 00020521  0x00004e83 branch  0x00005035 , 0x00000005 
+ 00020522  0x00004e84 setarg  0x00000051 
+ 00020523  0x00004e85 isub  0x00000002 , 0x0000003e 
+ 00020524  0x00004e86 branch  0x0000503b , 0x00000005 
+ 00020525  0x00004e87 setarg  0x00000052 
+ 00020526  0x00004e88 isub  0x00000002 , 0x0000003e 
+ 00020527  0x00004e89 branch  0x00005041 , 0x00000005 
+ 00020528  0x00004e8a setarg  0x00000053 
+ 00020529  0x00004e8b isub  0x00000002 , 0x0000003e 
+ 00020530  0x00004e8c branch  0x00005047 , 0x00000005 
+ 00020531  0x00004e8d call  0x00005062 
+ 00020532  0x00004e8e branch  0x0000504f 
+ 00020533  0x00004e90 copy  0x00000002 , 0x00000011 
+ 00020534  0x00004e91 copy  0x0000000b , 0x00000002 
+ 00020535  0x00004e92 fetch  0x00000002 , 0x00004248 
+ 00020536  0x00004e93 isub  0x00000002 , 0x0000003e 
+ 00020537  0x00004e94 call  0x00005074 , 0x00000005 
+ 00020538  0x00004e95 branch  0x0000504d 
+ 00020539  0x00004e97 copy  0x00000002 , 0x00000011 
+ 00020540  0x00004e98 copy  0x0000000b , 0x00000002 
+ 00020541  0x00004e99 fetch  0x00000002 , 0x0000424a 
+ 00020542  0x00004e9a isub  0x00000002 , 0x0000003e 
+ 00020543  0x00004e9b call  0x0000506f , 0x00000005 
+ 00020544  0x00004e9c branch  0x0000504d 
+ 00020545  0x00004e9e copy  0x00000002 , 0x00000011 
+ 00020546  0x00004e9f copy  0x0000000b , 0x00000002 
+ 00020547  0x00004ea0 fetch  0x00000002 , 0x0000424c 
+ 00020548  0x00004ea1 isub  0x00000002 , 0x0000003e 
+ 00020549  0x00004ea2 call  0x00005079 , 0x00000005 
+ 00020550  0x00004ea3 branch  0x0000504d 
+ 00020551  0x00004ea5 copy  0x00000002 , 0x00000011 
+ 00020552  0x00004ea6 copy  0x0000000b , 0x00000002 
+ 00020553  0x00004ea7 fetch  0x00000002 , 0x0000424e 
+ 00020554  0x00004ea8 isub  0x00000002 , 0x0000003e 
+ 00020555  0x00004ea9 call  0x0000507f , 0x00000005 
+ 00020556  0x00004eaa branch  0x0000504d 
+ 00020557  0x00004eac call  0x00007ead 
+ 00020558  0x00004ead branch  0x00004e1e 
+ 00020559  0x00004eaf branch  0x00004e1e 
+ 00020560  0x00004eb3 ifetch  0x00000001 , 0x00000006 
+ 00020561  0x00004eb4 copy  0x0000003f , 0x00000007 
+ 00020562  0x00004eb5 ifetch  0x00000002 , 0x00000006 
+ 00020563  0x00004eb6 copy  0x0000003f , 0x00000011 
+ 00020564  0x00004eb7 iadd  0x00000006 , 0x00000006 
+ 00020565  0x00004eb8 setarg  0x00000009 
+ 00020566  0x00004eb9 istore  0x00000001 , 0x00000005 
+ 00020567  0x00004eba copy  0x00000007 , 0x0000003f 
+ 00020568  0x00004ebb istore  0x00000001 , 0x00000005 
+ 00020569  0x00004ebc force  0x00000000 , 0x0000003f 
+ 00020570  0x00004ebd istore  0x00000002 , 0x00000005 
+ 00020571  0x00004ebe force  0x00000004 , 0x0000003f 
+ 00020572  0x00004ebf iadd  0x00000012 , 0x00000012 
+ 00020573  0x00004ec0 copy  0x00000013 , 0x0000003f 
+ 00020574  0x00004ec1 isub  0x00000011 , 0x00000013 
+ 00020575  0x00004ec2 branch  0x00004e1e 
+ 00020576  0x00004ec4 branch  0x00004e1e 
+ 00020577  0x00004ec7 branch  0x00004e1e 
+ 00020578  0x00004ec9 force  0x00000000 , 0x00000012 
+ 00020579  0x00004eca call  0x000052c3 
+ 00020580  0x00004ecb setarg  0x00000001 
+ 00020581  0x00004ecc istore  0x00000001 , 0x00000005 
+ 00020582  0x00004ecd copy  0x00000007 , 0x0000003f 
+ 00020583  0x00004ece istore  0x00000001 , 0x00000005 
+ 00020584  0x00004ecf setarg  0x00000002 
+ 00020585  0x00004ed0 istore  0x00000002 , 0x00000005 
+ 00020586  0x00004ed1 setarg  0x00000000 
+ 00020587  0x00004ed2 istore  0x00000002 , 0x00000005 
+ 00020588  0x00004ed3 increase  0x00000006 , 0x00000012 
+ 00020589  0x00004ed4 arg  0x00000004 , 0x00000013 
+ 00020590  0x00004ed5 branch  0x00004e1e 
+ 00020591  0x00004eda setarg  0x00000000 
+ 00020592  0x00004edb store  0x00000002 , 0x0000027b 
+ 00020593  0x00004edc store  0x00000002 , 0x0000424a 
+ 00020594  0x00004edd jam  0x00000000 , 0x00004251 
+ 00020595  0x00004ede rtn 
+ 00020596  0x00004ee0 setarg  0x00000000 
+ 00020597  0x00004ee1 store  0x00000002 , 0x00000275 
+ 00020598  0x00004ee2 store  0x00000002 , 0x00004248 
+ 00020599  0x00004ee3 jam  0x00000000 , 0x00004250 
+ 00020600  0x00004ee4 rtn 
+ 00020601  0x00004ee6 setarg  0x00000000 
+ 00020602  0x00004ee7 store  0x00000002 , 0x0000424c 
+ 00020603  0x00004ee8 jam  0x00000000 , 0x00004252 
+ 00020604  0x00004ee9 fetch  0x00000001 , 0x00004253 
+ 00020605  0x00004eea beq  0x00000000 , 0x00005085 
+ 00020606  0x00004eeb rtn 
+ 00020607  0x00004eee setarg  0x00000000 
+ 00020608  0x00004eef store  0x00000002 , 0x0000424e 
+ 00020609  0x00004ef0 jam  0x00000000 , 0x00004253 
+ 00020610  0x00004ef1 fetch  0x00000001 , 0x00004252 
+ 00020611  0x00004ef2 beq  0x00000000 , 0x00005085 
+ 00020612  0x00004ef3 rtn 
+ 00020613  0x00004ef6 jam  0x00000007 , 0x00000a99 
+ 00020614  0x00004ef7 branch  0x00007d86 
+ 00020615  0x00004efa fetch  0x00000001 , 0x0000027f 
+ 00020616  0x00004efb set0  0x00000000 , 0x0000003f 
+ 00020617  0x00004efc store  0x00000001 , 0x0000027f 
+ 00020618  0x00004efd fetch  0x00000002 , 0x0000424e 
+ 00020619  0x00004efe rtn  0x00000034 
+ 00020620  0x00004eff call  0x000052b8 
+ 00020621  0x00004f00 fetch  0x00000002 , 0x0000424e 
+ 00020622  0x00004f01 copy  0x0000003f , 0x00000011 
+ 00020623  0x00004f02 force  0x00000053 , 0x00000012 
+ 00020624  0x00004f03 branch  0x0000509a 
+ 00020625  0x00004f05 fetch  0x00000001 , 0x0000027f 
+ 00020626  0x00004f06 set0  0x00000007 , 0x0000003f 
+ 00020627  0x00004f07 store  0x00000001 , 0x0000027f 
+ 00020628  0x00004f08 fetch  0x00000002 , 0x0000424c 
+ 00020629  0x00004f09 rtn  0x00000034 
+ 00020630  0x00004f0a call  0x000052b8 
+ 00020631  0x00004f0b fetch  0x00000002 , 0x0000424c 
+ 00020632  0x00004f0c copy  0x0000003f , 0x00000011 
+ 00020633  0x00004f0d force  0x00000052 , 0x00000012 
+ 00020634  0x00004f0f call  0x0000523a 
+ 00020635  0x00004f10 call  0x000052c3 
+ 00020636  0x00004f11 force  0x00000006 , 0x0000003f 
+ 00020637  0x00004f12 istore  0x00000001 , 0x00000005 
+ 00020638  0x00004f13 fetch  0x00000001 , 0x00004255 
+ 00020639  0x00004f14 istore  0x00000001 , 0x00000005 
+ 00020640  0x00004f15 setarg  0x00000004 
+ 00020641  0x00004f16 istore  0x00000002 , 0x00000005 
+ 00020642  0x00004f17 copy  0x00000011 , 0x0000003f 
+ 00020643  0x00004f18 istore  0x00000002 , 0x00000005 
+ 00020644  0x00004f19 copy  0x00000012 , 0x0000003f 
+ 00020645  0x00004f1a istore  0x00000002 , 0x00000005 
+ 00020646  0x00004f1b force  0x00000008 , 0x00000002 
+ 00020647  0x00004f1c branch  0x000050de 
+ 00020648  0x00004f1f bpatchx  0x00000018 , 0x00004023 
+ 00020649  0x00004f20 call  0x0000523a 
+ 00020650  0x00004f21 call  0x000052c3 
+ 00020651  0x00004f22 setarg  0x00000002 
+ 00020652  0x00004f23 istore  0x00000001 , 0x00000005 
+ 00020653  0x00004f24 fetch  0x00000001 , 0x00004255 
+ 00020654  0x00004f25 istore  0x00000001 , 0x00000005 
+ 00020655  0x00004f26 setarg  0x00000004 
+ 00020656  0x00004f27 istore  0x00000002 , 0x00000005 
+ 00020657  0x00004f28 copy  0x00000002 , 0x0000003f 
+ 00020658  0x00004f29 istore  0x00000002 , 0x00000005 
+ 00020659  0x00004f2a copy  0x0000000b , 0x0000003f 
+ 00020660  0x00004f2b istore  0x00000002 , 0x00000005 
+ 00020661  0x00004f2c arg  0x00000008 , 0x00000002 
+ 00020662  0x00004f2d branch  0x000050de 
+ 00020663  0x00004f2f bpatchx  0x00000019 , 0x00004023 
+ 00020664  0x00004f30 call  0x0000523a 
+ 00020665  0x00004f31 call  0x000052c3 
+ 00020666  0x00004f32 setarg  0x00000004 
+ 00020667  0x00004f33 istore  0x00000001 , 0x00000005 
+ 00020668  0x00004f34 fetch  0x00000001 , 0x00004255 
+ 00020669  0x00004f35 istore  0x00000001 , 0x00000005 
+ 00020670  0x00004f36 setarg  0x00000008 
+ 00020671  0x00004f37 istore  0x00000002 , 0x00000005 
+ 00020672  0x00004f39 copy  0x00000002 , 0x0000003f 
+ 00020673  0x00004f3b istore  0x00000002 , 0x00000005 
+ 00020674  0x00004f3c setarg  0x00000000 
+ 00020675  0x00004f3d istore  0x00000002 , 0x00000005 
+ 00020676  0x00004f3e setarg  0x00000001 
+ 00020677  0x00004f3f istore  0x00000001 , 0x00000005 
+ 00020678  0x00004f40 setarg  0x00000002 
+ 00020679  0x00004f41 istore  0x00000001 , 0x00000005 
+ 00020680  0x00004f42 setarg  0x000003e3 
+ 00020681  0x00004f43 istore  0x00000002 , 0x00000005 
+ 00020682  0x00004f44 arg  0x0000000c , 0x00000002 
+ 00020683  0x00004f45 branch  0x000050de 
+ 00020684  0x00004f47 bpatchx  0x0000001a , 0x00004023 
+ 00020685  0x00004f48 call  0x0000523a 
+ 00020686  0x00004f49 call  0x000052c3 
+ 00020687  0x00004f4a setarg  0x00000006 
+ 00020688  0x00004f4b istore  0x00000001 , 0x00000005 
+ 00020689  0x00004f4c fetch  0x00000001 , 0x00004255 
+ 00020690  0x00004f4d increase  0x00000001 , 0x0000003f 
+ 00020691  0x00004f4e copy  0x00000005 , 0x00000011 
+ 00020692  0x00004f4f store  0x00000001 , 0x00004255 
+ 00020693  0x00004f50 copy  0x00000011 , 0x00000005 
+ 00020694  0x00004f51 istore  0x00000001 , 0x00000005 
+ 00020695  0x00004f52 setarg  0x00000004 
+ 00020696  0x00004f53 istore  0x00000002 , 0x00000005 
+ 00020697  0x00004f54 copy  0x00000002 , 0x0000003f 
+ 00020698  0x00004f55 istore  0x00000002 , 0x00000005 
+ 00020699  0x00004f56 copy  0x0000000b , 0x0000003f 
+ 00020700  0x00004f57 istore  0x00000002 , 0x00000005 
+ 00020701  0x00004f58 arg  0x00000008 , 0x00000002 
+ 00020702  0x00004f5c storet  0x00000002 , 0x0000026f 
+ 00020703  0x00004f5d copy  0x00000002 , 0x0000003f 
+ 00020704  0x00004f5e branch  0x00005264 , 0x00000034 
+ 00020705  0x00004f5f call  0x000052c1 
+ 00020706  0x00004f60 fetch  0x00000002 , 0x0000026f 
+ 00020707  0x00004f61 istore  0x00000002 , 0x00000005 
+ 00020708  0x00004f62 force  0x00000001 , 0x0000003f 
+ 00020709  0x00004f63 istore  0x00000002 , 0x00000005 
+ 00020710  0x00004f64 rtn 
+ 00020711  0x00004f67 fetch  0x00000002 , 0x00000275 
+ 00020712  0x00004f68 branch  0x00002a8c , 0x00000034 
+ 00020713  0x00004f69 call  0x000052ce 
+ 00020714  0x00004f6a fetch  0x00000002 , 0x00000275 
+ 00020715  0x00004f6b istore  0x00000002 , 0x00000005 
+ 00020716  0x00004f6c fetch  0x00000002 , 0x00004248 
+ 00020717  0x00004f6d istore  0x00000002 , 0x00000005 
+ 00020718  0x00004f6e rtn 
+ 00020719  0x00004f70 fetch  0x00000002 , 0x00000266 
+ 00020720  0x00004f71 branch  0x00004dfc , 0x00000034 
+ 00020721  0x00004f72 bpatchx  0x0000001b , 0x00004023 
+ 00020722  0x00004f73 fetch  0x00000001 , 0x00000268 
+ 00020723  0x00004f74 beq  0x00000001 , 0x000050f9 
+ 00020724  0x00004f75 beq  0x00000050 , 0x00004de8 
+ 00020725  0x00004f76 beq  0x00000051 , 0x00004df5 
+ 00020726  0x00004f77 beq  0x00000052 , 0x00004df3 
+ 00020727  0x00004f78 beq  0x00000053 , 0x00004df3 
+ 00020728  0x00004f79 branch  0x00004dfc 
+ 00020729  0x00004f7c bpatchx  0x0000001c , 0x00004023 
+ 00020730  0x00004f7d call  0x000052b8 
+ 00020731  0x00004f7e force  0x00000000 , 0x00000012 
+ 00020732  0x00004f7f call  0x000052c3 
+ 00020733  0x00004f80 copy  0x0000003f , 0x00000005 
+ 00020734  0x00004f81 fetch  0x00000002 , 0x00000266 
+ 00020735  0x00004f82 copy  0x0000003f , 0x00000013 
+ 00020736  0x00004f83 fetch  0x00000002 , 0x00000264 
+ 00020737  0x00004f84 iforce  0x00000006 
+ 00020738  0x00004f86 call  0x00005108 
+ 00020739  0x00004f87 increase  0xfffffffc , 0x00000013 
+ 00020740  0x00004f88 nbranch  0x00005102 , 0x00000005 
+ 00020741  0x00004f89 copy  0x00000012 , 0x00000002 
+ 00020742  0x00004f8a call  0x000050de 
+ 00020743  0x00004f8b branch  0x00004dfc 
+ 00020744  0x00004f8e ifetch  0x00000001 , 0x00000006 
+ 00020745  0x00004f8f beq  0x00000002 , 0x00005113 
+ 00020746  0x00004f90 beq  0x00000001 , 0x00005116 
+ 00020747  0x00004f91 beq  0x00000003 , 0x00005120 
+ 00020748  0x00004f92 beq  0x00000005 , 0x0000515c 
+ 00020749  0x00004f93 beq  0x00000004 , 0x0000518e 
+ 00020750  0x00004f94 beq  0x00000007 , 0x00005213 
+ 00020751  0x00004f95 beq  0x00000006 , 0x000051e1 
+ 00020752  0x00004f96 beq  0x00000008 , 0x00005050 
+ 00020753  0x00004f97 beq  0x0000000a , 0x00004e3a 
+ 00020754  0x00004f98 branch  0x0000522e 
+ 00020755  0x00004f9b call  0x00007ea8 
+ 00020756  0x00004f9d call  0x00007ead 
+ 00020757  0x00004f9e branch  0x00004e51 
+ 00020758  0x00004fa0 ifetch  0x00000001 , 0x00000006 
+ 00020759  0x00004fa1 copy  0x0000003f , 0x00000007 
+ 00020760  0x00004fa2 ifetch  0x00000002 , 0x00000006 
+ 00020761  0x00004fa3 copy  0x0000003f , 0x00000011 
+ 00020762  0x00004fa4 copy  0x00000013 , 0x0000003f 
+ 00020763  0x00004fa5 isub  0x00000011 , 0x00000013 
+ 00020764  0x00004fa7 ifetch  0x00000001 , 0x00000006 
+ 00020765  0x00004fa8 increase  0xffffffff , 0x00000011 
+ 00020766  0x00004fa9 nbranch  0x0000511c , 0x00000005 
+ 00020767  0x00004faa rtn 
+ 00020768  0x00004fac ifetch  0x00000001 , 0x00000006 
+ 00020769  0x00004fad copy  0x0000003f , 0x00000007 
+ 00020770  0x00004fae ifetch  0x00000002 , 0x00000006 
+ 00020771  0x00004faf copy  0x0000003f , 0x00000011 
+ 00020772  0x00004fb0 ifetch  0x00000002 , 0x00000006 
+ 00020773  0x00004fb1 copy  0x0000003f , 0x0000000b 
+ 00020774  0x00004fb2 ifetch  0x00000002 , 0x00000006 
+ 00020775  0x00004fb3 copy  0x0000003f , 0x00000002 
+ 00020776  0x00004fb4 ifetch  0x00000002 , 0x00000006 
+ 00020777  0x00004fb5 sub  0x0000003f , 0x00000000 , 0x0000003e 
+ 00020778  0x00004fb6 branch  0x00005132 , 0x00000005 
+ 00020779  0x00004fb7 beq  0x00000002 , 0x0000512e 
+ 00020780  0x00004fb8 beq  0x00000004 , 0x0000512e 
+ 00020781  0x00004fb9 branch  0x00005130 
+ 00020782  0x00004fbb jam  0x00000016 , 0x00000a99 
+ 00020783  0x00004fbc call  0x00007d86 
+ 00020784  0x00004fbe ifetch  0x00000002 , 0x00000006 
+ 00020785  0x00004fbf branch  0x00005159 
+ 00020786  0x00004fc1 call  0x00007ea8 
+ 00020787  0x00004fc5 bpatchx  0x0000001d , 0x00004023 
+ 00020788  0x00004fc6 setarg  0x00000050 
+ 00020789  0x00004fc7 isub  0x00000002 , 0x0000003e 
+ 00020790  0x00004fc8 branch  0x00005141 , 0x00000005 
+ 00020791  0x00004fc9 setarg  0x00000051 
+ 00020792  0x00004fca isub  0x00000002 , 0x0000003e 
+ 00020793  0x00004fcb branch  0x00005147 , 0x00000005 
+ 00020794  0x00004fcc setarg  0x00000053 
+ 00020795  0x00004fcd isub  0x00000002 , 0x0000003e 
+ 00020796  0x00004fce branch  0x00005153 , 0x00000005 
+ 00020797  0x00004fcf setarg  0x00000052 
+ 00020798  0x00004fd0 isub  0x00000002 , 0x0000003e 
+ 00020799  0x00004fd1 branch  0x0000514d , 0x00000005 
+ 00020800  0x00004fd2 branch  0x00005159 
+ 00020801  0x00004fd4 copy  0x0000000b , 0x0000003f 
+ 00020802  0x00004fd5 store  0x00000002 , 0x00004248 
+ 00020803  0x00004fd6 fetch  0x00000001 , 0x00004250 
+ 00020804  0x00004fd7 set1  0x00000001 
+ 00020805  0x00004fd8 store  0x00000001 , 0x00004250 
+ 00020806  0x00004fd9 branch  0x00005158 
+ 00020807  0x00004fdb copy  0x0000000b , 0x0000003f 
+ 00020808  0x00004fdc store  0x00000002 , 0x0000424a 
+ 00020809  0x00004fdd fetch  0x00000001 , 0x00004251 
+ 00020810  0x00004fde set1  0x00000001 
+ 00020811  0x00004fdf store  0x00000001 , 0x00004251 
+ 00020812  0x00004fe0 branch  0x00005158 
+ 00020813  0x00004fe2 copy  0x0000000b , 0x0000003f 
+ 00020814  0x00004fe3 store  0x00000002 , 0x0000424c 
+ 00020815  0x00004fe4 fetch  0x00000001 , 0x00004252 
+ 00020816  0x00004fe5 set1  0x00000001 
+ 00020817  0x00004fe6 store  0x00000001 , 0x00004252 
+ 00020818  0x00004fe7 branch  0x00005158 
+ 00020819  0x00004fe9 copy  0x0000000b , 0x0000003f 
+ 00020820  0x00004fea store  0x00000002 , 0x0000424e 
+ 00020821  0x00004feb fetch  0x00000001 , 0x00004253 
+ 00020822  0x00004fec set1  0x00000001 
+ 00020823  0x00004fed store  0x00000001 , 0x00004253 
+ 00020824  0x00004ff1 call  0x00007ead 
+ 00020825  0x00004ff3 copy  0x00000013 , 0x0000003f 
+ 00020826  0x00004ff4 isub  0x00000011 , 0x00000013 
+ 00020827  0x00004ff5 rtn 
+ 00020828  0x00004ff8 ifetch  0x00000001 , 0x00000006 
+ 00020829  0x00004ff9 copy  0x0000003f , 0x00000007 
+ 00020830  0x00004ffa ifetch  0x00000002 , 0x00000006 
+ 00020831  0x00004ffb copy  0x0000003f , 0x00000011 
+ 00020832  0x00004ffc copy  0x00000013 , 0x0000003f 
+ 00020833  0x00004ffd isub  0x00000011 , 0x00000013 
+ 00020834  0x00004ffe ifetch  0x00000002 , 0x00000006 
+ 00020835  0x00004fff copy  0x0000003f , 0x0000000b 
+ 00020836  0x00005000 ifetch  0x00000002 , 0x00000006 
+ 00020837  0x00005001 ifetch  0x00000002 , 0x00000006 
+ 00020838  0x00005002 nbranch  0x00005188 , 0x00000034 
+ 00020839  0x00005003 call  0x00007ea8 
+ 00020840  0x00005007 copy  0x0000000b , 0x00000002 
+ 00020841  0x00005008 bpatchx  0x0000001e , 0x00004023 
+ 00020842  0x00005009 setarg  0x00000050 
+ 00020843  0x0000500a isub  0x00000002 , 0x0000003e 
+ 00020844  0x0000500b branch  0x00005176 , 0x00000005 
+ 00020845  0x0000500c setarg  0x00000051 
+ 00020846  0x0000500d isub  0x00000002 , 0x0000003e 
+ 00020847  0x0000500e branch  0x0000517a , 0x00000005 
+ 00020848  0x0000500f setarg  0x00000052 
+ 00020849  0x00005010 isub  0x00000002 , 0x0000003e 
+ 00020850  0x00005011 branch  0x0000517e , 0x00000005 
+ 00020851  0x00005012 setarg  0x00000053 
+ 00020852  0x00005013 isub  0x00000002 , 0x0000003e 
+ 00020853  0x00005014 branch  0x00005182 , 0x00000005 
+ 00020854  0x00005016 fetch  0x00000001 , 0x00004250 
+ 00020855  0x00005017 set1  0x00000005 
+ 00020856  0x00005018 store  0x00000001 , 0x00004250 
+ 00020857  0x00005019 rtn 
+ 00020858  0x0000501b fetch  0x00000001 , 0x00004251 
+ 00020859  0x0000501c set1  0x00000005 
+ 00020860  0x0000501d store  0x00000001 , 0x00004251 
+ 00020861  0x0000501e rtn 
+ 00020862  0x00005020 fetch  0x00000001 , 0x00004252 
+ 00020863  0x00005021 set1  0x00000005 
+ 00020864  0x00005022 store  0x00000001 , 0x00004252 
+ 00020865  0x00005023 rtn 
+ 00020866  0x00005025 fetch  0x00000001 , 0x00004253 
+ 00020867  0x00005026 set1  0x00000005 
+ 00020868  0x00005027 store  0x00000001 , 0x00004253 
+ 00020869  0x00005028 jam  0x00000006 , 0x00000a99 
+ 00020870  0x00005029 branch  0x00007d86 
+ 00020871  0x0000502d call  0x00007ead 
+ 00020872  0x0000502f increase  0xfffffffa , 0x00000011 
+ 00020873  0x00005031 branch  0x0000518d , 0x00000005 
+ 00020874  0x00005032 increase  0x00000001 , 0x00000006 
+ 00020875  0x00005033 increase  0xffffffff , 0x00000011 
+ 00020876  0x00005034 branch  0x00005189 
+ 00020877  0x00005036 rtn 
+ 00020878  0x00005038 ifetch  0x00000001 , 0x00000006 
+ 00020879  0x00005039 copy  0x0000003f , 0x00000007 
+ 00020880  0x0000503a ifetch  0x00000002 , 0x00000006 
+ 00020881  0x0000503b copy  0x0000003f , 0x00000011 
+ 00020882  0x0000503c copy  0x00000013 , 0x0000003f 
+ 00020883  0x0000503d isub  0x00000011 , 0x00000013 
+ 00020884  0x0000503e ifetch  0x00000002 , 0x00000006 
+ 00020885  0x0000503f increase  0x00000002 , 0x00000006 
+ 00020886  0x00005040 copy  0x0000003f , 0x00000002 
+ 00020887  0x00005041 setarg  0x00000005 
+ 00020888  0x00005042 istore  0x00000001 , 0x00000005 
+ 00020889  0x00005043 copy  0x00000007 , 0x0000003f 
+ 00020890  0x00005044 istore  0x00000001 , 0x00000005 
+ 00020891  0x00005045 increase  0x00000002 , 0x00000011 
+ 00020892  0x00005046 copy  0x00000011 , 0x0000003f 
+ 00020893  0x00005047 istore  0x00000002 , 0x00000005 
+ 00020894  0x00005048 call  0x00007ea8 
+ 00020895  0x00005049 bpatchx  0x0000001f , 0x00004023 
+ 00020896  0x0000504a setarg  0x00000050 
+ 00020897  0x0000504b isub  0x00000002 , 0x0000003e 
+ 00020898  0x0000504c branch  0x000051ad , 0x00000005 
+ 00020899  0x0000504d setarg  0x00000051 
+ 00020900  0x0000504e isub  0x00000002 , 0x0000003e 
+ 00020901  0x0000504f branch  0x000051be , 0x00000005 
+ 00020902  0x00005050 setarg  0x00000052 
+ 00020903  0x00005051 isub  0x00000002 , 0x0000003e 
+ 00020904  0x00005052 branch  0x000051c4 , 0x00000005 
+ 00020905  0x00005053 setarg  0x00000053 
+ 00020906  0x00005054 isub  0x00000002 , 0x0000003e 
+ 00020907  0x00005055 branch  0x000051ca , 0x00000005 
+ 00020908  0x00005056 branch  0x000051cf 
+ 00020909  0x00005058 fetch  0x00000001 , 0x00004250 
+ 00020910  0x00005059 set1  0x00000004 , 0x0000003f 
+ 00020911  0x0000505a set1  0x00000003 , 0x0000003f 
+ 00020912  0x0000505b store  0x00000001 , 0x00004250 
+ 00020913  0x0000505c bbit1  0x00000002 , 0x000051bb 
+ 00020914  0x0000505d fetcht  0x00000001 , 0x0000027f 
+ 00020915  0x0000505e set1  0x00000006 , 0x00000002 
+ 00020916  0x0000505f storet  0x00000001 , 0x0000027f 
+ 00020917  0x00005060 copy  0x00000007 , 0x0000003f 
+ 00020918  0x00005061 increase  0x00000001 , 0x0000003f 
+ 00020919  0x00005062 store  0x00000001 , 0x00000281 
+ 00020920  0x00005063 fetch  0x00000001 , 0x00004250 
+ 00020921  0x00005064 set1  0x00000002 , 0x0000003f 
+ 00020922  0x00005065 store  0x00000001 , 0x00004250 
+ 00020923  0x00005067 fetch  0x00000002 , 0x00004248 
+ 00020924  0x00005068 store  0x00000002 , 0x00000282 
+ 00020925  0x00005069 branch  0x000051cf 
+ 00020926  0x0000506b fetch  0x00000001 , 0x00004251 
+ 00020927  0x0000506c set1  0x00000004 , 0x0000003f 
+ 00020928  0x0000506d set1  0x00000003 , 0x0000003f 
+ 00020929  0x0000506e store  0x00000001 , 0x00004251 
+ 00020930  0x0000506f fetch  0x00000002 , 0x0000424a 
+ 00020931  0x00005070 branch  0x000051cf 
+ 00020932  0x00005072 fetch  0x00000001 , 0x00004252 
+ 00020933  0x00005073 set1  0x00000004 , 0x0000003f 
+ 00020934  0x00005074 set1  0x00000003 , 0x0000003f 
+ 00020935  0x00005075 store  0x00000001 , 0x00004252 
+ 00020936  0x00005076 fetch  0x00000002 , 0x0000424c 
+ 00020937  0x00005077 branch  0x000051cf 
+ 00020938  0x00005079 fetch  0x00000001 , 0x00004253 
+ 00020939  0x0000507a set1  0x00000004 , 0x0000003f 
+ 00020940  0x0000507b set1  0x00000003 , 0x0000003f 
+ 00020941  0x0000507c store  0x00000001 , 0x00004253 
+ 00020942  0x0000507d fetch  0x00000002 , 0x0000424e 
+ 00020943  0x00005081 copy  0x0000003f , 0x0000000b 
+ 00020944  0x00005082 call  0x00007ead 
+ 00020945  0x00005084 copy  0x0000000b , 0x0000003f 
+ 00020946  0x00005086 istore  0x00000002 , 0x00000005 
+ 00020947  0x00005087 force  0x00000000 , 0x0000003f 
+ 00020948  0x00005088 istore  0x00000002 , 0x00000005 
+ 00020949  0x00005089 force  0x00000000 , 0x0000003f 
+ 00020950  0x0000508a istore  0x00000002 , 0x00000005 
+ 00020951  0x0000508b force  0x0000000a , 0x0000003f 
+ 00020952  0x0000508c iadd  0x00000012 , 0x00000012 
+ 00020953  0x0000508d increase  0xfffffffa , 0x00000011 
+ 00020954  0x0000508f branch  0x000051e0 , 0x00000005 
+ 00020955  0x00005090 ifetch  0x00000001 , 0x00000006 
+ 00020956  0x00005091 istore  0x00000001 , 0x00000005 
+ 00020957  0x00005092 increase  0x00000001 , 0x00000012 
+ 00020958  0x00005093 increase  0xffffffff , 0x00000011 
+ 00020959  0x00005094 branch  0x000051da 
+ 00020960  0x00005096 rtn 
+ 00020961  0x00005098 ifetch  0x00000001 , 0x00000006 
+ 00020962  0x00005099 copy  0x0000003f , 0x00000007 
+ 00020963  0x0000509a ifetch  0x00000002 , 0x00000006 
+ 00020964  0x0000509b copy  0x0000003f , 0x00000011 
+ 00020965  0x0000509c copy  0x00000013 , 0x0000003f 
+ 00020966  0x0000509d isub  0x00000011 , 0x00000013 
+ 00020967  0x0000509f ifetch  0x00000002 , 0x00000006 
+ 00020968  0x000050a0 copy  0x0000003f , 0x00000011 
+ 00020969  0x000050a1 ifetch  0x00000002 , 0x00000006 
+ 00020970  0x000050a2 copy  0x0000003f , 0x0000000b 
+ 00020971  0x000050a3 call  0x00007ea8 
+ 00020972  0x000050a4 bpatchx  0x00000020 , 0x00004024 
+ 00020973  0x000050a5 setarg  0x00000050 
+ 00020974  0x000050a6 copy  0x00000011 , 0x00000002 
+ 00020975  0x000050a7 isub  0x00000002 , 0x0000003e 
+ 00020976  0x000050a8 branch  0x000051fa , 0x00000005 
+ 00020977  0x000050a9 setarg  0x00000052 
+ 00020978  0x000050aa copy  0x00000011 , 0x00000002 
+ 00020979  0x000050ab isub  0x00000002 , 0x0000003e 
+ 00020980  0x000050ac branch  0x000051ff , 0x00000005 
+ 00020981  0x000050ad setarg  0x00000053 
+ 00020982  0x000050ae copy  0x00000011 , 0x00000002 
+ 00020983  0x000050af isub  0x00000002 , 0x0000003e 
+ 00020984  0x000050b0 branch  0x00005201 , 0x00000005 
+ 00020985  0x000050b1 branch  0x00005203 
+ 00020986  0x000050b3 setarg  0x00000000 
+ 00020987  0x000050b4 store  0x00000002 , 0x00000275 
+ 00020988  0x000050b5 store  0x00000002 , 0x00004248 
+ 00020989  0x000050b6 store  0x00000001 , 0x00004250 
+ 00020990  0x000050b7 branch  0x00005205 
+ 00020991  0x000050b9 call  0x00005079 
+ 00020992  0x000050ba branch  0x00005205 
+ 00020993  0x000050bc call  0x0000507f 
+ 00020994  0x000050c2 branch  0x00005205 
+ 00020995  0x000050c4 setarg  0x00000000 
+ 00020996  0x000050c5 store  0x00000002 , 0x0000027b 
+ 00020997  0x000050c7 call  0x00007ead 
+ 00020998  0x000050c8 setarg  0x00000007 
+ 00020999  0x000050c9 istore  0x00000001 , 0x00000005 
+ 00021000  0x000050ca copy  0x00000007 , 0x0000003f 
+ 00021001  0x000050cb istore  0x00000001 , 0x00000005 
+ 00021002  0x000050cc setarg  0x00000004 
+ 00021003  0x000050cd istore  0x00000002 , 0x00000005 
+ 00021004  0x000050ce copy  0x00000011 , 0x0000003f 
+ 00021005  0x000050cf istore  0x00000002 , 0x00000005 
+ 00021006  0x000050d0 copy  0x0000000b , 0x0000003f 
+ 00021007  0x000050d1 istore  0x00000002 , 0x00000005 
+ 00021008  0x000050d2 force  0x00000008 , 0x0000003f 
+ 00021009  0x000050d3 iadd  0x00000012 , 0x00000012 
+ 00021010  0x000050d4 rtn 
+ 00021011  0x000050d7 ifetch  0x00000001 , 0x00000006 
+ 00021012  0x000050d8 copy  0x0000003f , 0x00000007 
+ 00021013  0x000050d9 ifetch  0x00000002 , 0x00000006 
+ 00021014  0x000050da copy  0x0000003f , 0x00000011 
+ 00021015  0x000050db ifetch  0x00000002 , 0x00000006 
+ 00021016  0x000050dc copy  0x0000003f , 0x0000000b 
+ 00021017  0x000050dd ifetch  0x00000002 , 0x00000006 
+ 00021018  0x000050de copy  0x0000003f , 0x00000002 
+ 00021019  0x000050df call  0x00007ea8 
+ 00021020  0x000050e0 bpatchx  0x00000021 , 0x00004024 
+ 00021021  0x000050e1 fetch  0x00000001 , 0x00004255 
+ 00021022  0x000050e2 icompare  0x000000ff , 0x00000007 
+ 00021023  0x000050e3 nbranch  0x0000522a , 0x00000001 
+ 00021024  0x000050e4 setarg  0x00000050 
+ 00021025  0x000050e5 isub  0x00000002 , 0x0000003e 
+ 00021026  0x000050e6 branch  0x00005227 , 0x00000005 
+ 00021027  0x000050e7 setarg  0x00000051 
+ 00021028  0x000050e8 isub  0x00000002 , 0x0000003e 
+ 00021029  0x000050e9 branch  0x0000522a , 0x00000005 
+ 00021030  0x000050ea branch  0x0000522a 
+ 00021031  0x000050ec jam  0x00000000 , 0x00004248 
+ 00021032  0x000050ed jam  0x00000000 , 0x00004250 
+ 00021033  0x000050ee branch  0x0000522a 
+ 00021034  0x000050f3 call  0x00007ead 
+ 00021035  0x000050f4 copy  0x00000013 , 0x0000003f 
+ 00021036  0x000050f5 isub  0x00000011 , 0x00000013 
+ 00021037  0x000050f6 rtn 
+ 00021038  0x000050f9 setarg  0x00000001 
+ 00021039  0x000050fa istore  0x00000001 , 0x00000005 
+ 00021040  0x000050fb ifetch  0x00000001 , 0x00000006 
+ 00021041  0x000050fc istore  0x00000001 , 0x00000005 
+ 00021042  0x000050fd setarg  0x00000002 
+ 00021043  0x000050fe istore  0x00000002 , 0x00000005 
+ 00021044  0x000050ff setarg  0x00000000 
+ 00021045  0x00005100 istore  0x00000002 , 0x00000005 
+ 00021046  0x00005101 setarg  0x00000006 
+ 00021047  0x00005102 iadd  0x00000012 , 0x00000012 
+ 00021048  0x00005103 force  0x00000004 , 0x00000013 
+ 00021049  0x00005104 rtn 
+ 00021050  0x00005108 fetch  0x00000001 , 0x00004255 
+ 00021051  0x00005109 increase  0x00000001 , 0x0000003f 
+ 00021052  0x0000510a bne  0x00000000 , 0x0000523e 
+ 00021053  0x0000510b increase  0x00000001 , 0x0000003f 
+ 00021054  0x0000510d store  0x00000001 , 0x00004255 
+ 00021055  0x0000510e rtn 
+ 00021056  0x00005119 bpatchx  0x00000022 , 0x00004024 
+ 00021057  0x0000511a arg  0x00000000 , 0x00000012 
+ 00021058  0x0000511b call  0x0000526e 
+ 00021059  0x0000511c nbranch  0x00002a8c , 0x00000034 
+ 00021060  0x0000511d call  0x0000527e 
+ 00021061  0x0000511e arg  0x00001800 , 0x00000012 
+ 00021062  0x0000511f arg  0x00000000 , 0x00000007 
+ 00021063  0x00005121 fetcht  0x00000001 , 0x00004256 
+ 00021064  0x00005122 qisolate1  0x00000002 
+ 00021065  0x00005123 branch  0x0000524f , 0x00000001 
+ 00021066  0x00005124 call  0x000052a0 
+ 00021067  0x00005125 sub  0x0000000b , 0x00000000 , 0x0000003e 
+ 00021068  0x00005126 branch  0x0000524f , 0x00000002 
+ 00021069  0x00005127 call  0x00005288 
+ 00021070  0x00005128 branch  0x00005255 
+ 00021071  0x0000512a increase  0x00000080 , 0x00000012 
+ 00021072  0x0000512b increase  0x00000001 , 0x00000007 
+ 00021073  0x0000512c setarg  0x00000008 
+ 00021074  0x0000512d isub  0x00000007 , 0x0000003e 
+ 00021075  0x0000512e branch  0x00005247 , 0x00000002 
+ 00021076  0x0000512f arg  0x00000000 , 0x00000012 
+ 00021077  0x00005131 copy  0x00000012 , 0x0000003f 
+ 00021078  0x00005132 branch  0x00002a8c , 0x00000034 
+ 00021079  0x00005133 rtn 
+ 00021080  0x0000513c bpatchx  0x00000023 , 0x00004024 
+ 00021081  0x0000513d call  0x00005277 
+ 00021082  0x0000513e increase  0x00000001 , 0x00000006 
+ 00021083  0x0000513f ifetch  0x00000002 , 0x00000006 
+ 00021084  0x00005140 rtn 
+ 00021085  0x00005147 bpatchx  0x00000024 , 0x00004024 
+ 00021086  0x00005148 call  0x00005277 
+ 00021087  0x00005149 copy  0x00000006 , 0x00000005 
+ 00021088  0x0000514a copy  0x00000006 , 0x00000002 
+ 00021089  0x0000514b setarg  0x00000000 
+ 00021090  0x0000514c istore  0x00000003 , 0x00000005 
+ 00021091  0x0000514d rtn 
+ 00021092  0x00005153 bpatchx  0x00000025 , 0x00004024 
+ 00021093  0x00005154 call  0x00005274 
+ 00021094  0x00005155 branch  0x00002a8c , 0x00000034 
+ 00021095  0x00005156 fetch  0x00000003 , 0x0000425d 
+ 00021096  0x00005157 store  0x00000003 , 0x00004260 
+ 00021097  0x00005158 fetch  0x00000003 , 0x0000425a 
+ 00021098  0x00005159 store  0x00000003 , 0x0000425d 
+ 00021099  0x0000515a fetch  0x00000003 , 0x00004257 
+ 00021100  0x0000515b store  0x00000003 , 0x0000425a 
+ 00021101  0x0000515c rtn 
+ 00021102  0x00005163 bpatchx  0x00000026 , 0x00004024 
+ 00021103  0x00005164 fetch  0x00000003 , 0x00004257 
+ 00021104  0x00005165 rtn 
+ 00021105  0x0000516c bpatchx  0x00000027 , 0x00004024 
+ 00021106  0x0000516d fetch  0x00000003 , 0x0000425a 
+ 00021107  0x0000516e rtn 
+ 00021108  0x00005175 bpatchx  0x00000028 , 0x00004025 
+ 00021109  0x00005176 fetch  0x00000003 , 0x00004260 
+ 00021110  0x00005177 rtn 
+ 00021111  0x0000517d call  0x00005274 
+ 00021112  0x0000517e branch  0x00002a8c , 0x00000034 
+ 00021113  0x0000517f arg  0x00004257 , 0x00000006 
+ 00021114  0x00005181 ifetch  0x00000003 , 0x00000006 
+ 00021115  0x00005182 branch  0x0000527a , 0x00000034 
+ 00021116  0x00005183 increase  0xfffffffd , 0x00000006 
+ 00021117  0x00005184 rtn 
+ 00021118  0x0000518c bpatchx  0x00000029 , 0x00004025 
+ 00021119  0x0000518d arg  0x00000004 , 0x00000039 
+ 00021120  0x0000518e arg  0x00004257 , 0x00000006 
+ 00021121  0x0000518f arg  0x00000000 , 0x00000002 
+ 00021122  0x00005191 ifetch  0x00000003 , 0x00000006 
+ 00021123  0x00005192 and  0x0000003f , 0x000000ff , 0x0000003f 
+ 00021124  0x00005193 ior  0x00000002 , 0x00000002 
+ 00021125  0x00005194 loop  0x00005282 
+ 00021126  0x00005195 storet  0x00000001 , 0x00004256 
+ 00021127  0x00005196 rtn 
+ 00021128  0x0000519f bpatchx  0x0000002a , 0x00004025 
+ 00021129  0x000051a0 call  0x0000526e 
+ 00021130  0x000051a1 nbranch  0x00002a8c , 0x00000034 
+ 00021131  0x000051a2 call  0x00005274 
+ 00021132  0x000051a3 branch  0x00005295 , 0x00000034 
+ 00021133  0x000051a4 fetch  0x00000003 , 0x0000425a 
+ 00021134  0x000051a5 store  0x00000003 , 0x00004257 
+ 00021135  0x000051a6 ifetch  0x00000003 , 0x00000006 
+ 00021136  0x000051a7 istore  0x00000003 , 0x00000005 
+ 00021137  0x000051a8 ifetch  0x00000003 , 0x00000006 
+ 00021138  0x000051a9 istore  0x00000003 , 0x00000005 
+ 00021139  0x000051aa setarg  0x00000000 
+ 00021140  0x000051ab istore  0x00000003 , 0x00000005 
+ 00021141  0x000051ad arg  0x00000000 , 0x00000002 
+ 00021142  0x000051ae copy  0x0000000b , 0x0000003f 
+ 00021143  0x000051af iadd  0x00000007 , 0x0000003f 
+ 00021144  0x000051b1 qset1  0x00000002 
+ 00021145  0x000051b2 increase  0x00000001 , 0x00000007 
+ 00021146  0x000051b3 isub  0x00000007 , 0x0000003e 
+ 00021147  0x000051b4 nbranch  0x00005298 , 0x00000005 
+ 00021148  0x000051b6 lshift8  0x00000012 , 0x0000003f 
+ 00021149  0x000051b7 ior  0x00000002 , 0x0000003f 
+ 00021150  0x000051b8 store  0x00000003 , 0x00004260 
+ 00021151  0x000051b9 rtn 
+ 00021152  0x000051c4 bpatchx  0x0000002b , 0x00004025 
+ 00021153  0x000051c5 call  0x0000527e 
+ 00021154  0x000051c6 copy  0x00000007 , 0x00000013 
+ 00021155  0x000051c7 arg  0x00000000 , 0x00000002 
+ 00021156  0x000051c8 arg  0x00000000 , 0x0000000b 
+ 00021157  0x000051cb copy  0x00000007 , 0x0000003f 
+ 00021158  0x000051cc beq  0x00000008 , 0x000052b0 
+ 00021159  0x000051cd fetch  0x00000001 , 0x00004256 
+ 00021160  0x000051ce qisolate1  0x0000003f 
+ 00021161  0x000051cf branch  0x000052b0 , 0x00000001 
+ 00021162  0x000051d0 increase  0x00000080 , 0x00000002 
+ 00021163  0x000051d1 increase  0x00000001 , 0x00000007 
+ 00021164  0x000051d2 copy  0x00000011 , 0x0000003f 
+ 00021165  0x000051d3 isub  0x00000002 , 0x0000003e 
+ 00021166  0x000051d4 branch  0x000052b0 , 0x00000005 
+ 00021167  0x000051d5 branch  0x000052a5 , 0x00000002 
+ 00021168  0x000051d7 copy  0x00000002 , 0x0000003f 
+ 00021169  0x000051d8 isub  0x00000011 , 0x0000003e 
+ 00021170  0x000051d9 nbranch  0x000052b6 , 0x00000002 
+ 00021171  0x000051da copy  0x00000007 , 0x0000003f 
+ 00021172  0x000051db copy  0x00000013 , 0x00000002 
+ 00021173  0x000051dc isub  0x00000002 , 0x0000000b 
+ 00021174  0x000051de copy  0x00000013 , 0x00000007 
+ 00021175  0x000051df rtn 
+ 00021176  0x000051e3 bpatchx  0x0000002c , 0x00004025 
+ 00021177  0x000051e4 arg  0x0000007f , 0x00000011 
+ 00021178  0x000051e5 call  0x00005240 
+ 00021179  0x000051e6 store  0x00000002 , 0x0000026b 
+ 00021180  0x000051e7 increase  0x00000004 , 0x0000003f 
+ 00021181  0x000051e8 store  0x00000002 , 0x0000026d 
+ 00021182  0x000051e9 setarg  0x00000000 
+ 00021183  0x000051ea store  0x00000002 , 0x0000026f 
+ 00021184  0x000051eb rtn 
+ 00021185  0x000051ee fetch  0x00000002 , 0x0000026b 
+ 00021186  0x000051ef branch  0x000052e2 
+ 00021187  0x000051f2 fetch  0x00000002 , 0x0000026d 
+ 00021188  0x000051f3 branch  0x000052e2 
+ 00021189  0x000051f7 bpatchx  0x0000002d , 0x00004025 
+ 00021190  0x000051f8 arg  0x000000fa , 0x00000011 
+ 00021191  0x000051f9 call  0x00005240 
+ 00021192  0x000051fa store  0x00000002 , 0x00000271 
+ 00021193  0x000051fb increase  0x00000004 , 0x0000003f 
+ 00021194  0x000051fc store  0x00000002 , 0x00000273 
+ 00021195  0x000051fd setarg  0x00000000 
+ 00021196  0x000051fe store  0x00000002 , 0x00000275 
+ 00021197  0x000051ff rtn 
+ 00021198  0x00005202 fetch  0x00000002 , 0x00000271 
+ 00021199  0x00005203 branch  0x000052e2 
+ 00021200  0x00005206 fetch  0x00000002 , 0x00000273 
+ 00021201  0x00005207 branch  0x000052e2 
+ 00021202  0x0000520b bpatchx  0x0000002e , 0x00004025 
+ 00021203  0x0000520c call  0x00007e7c 
+ 00021204  0x0000520d jam  0x00000001 , 0x00000284 
+ 00021205  0x0000520e call  0x0000526e 
+ 00021206  0x0000520f nrtn  0x00000034 
+ 00021207  0x00005210 arg  0x0000007f , 0x00000011 
+ 00021208  0x00005211 call  0x00005240 
+ 00021209  0x00005212 store  0x00000002 , 0x00000277 
+ 00021210  0x00005213 increase  0x00000004 , 0x0000003f 
+ 00021211  0x00005214 store  0x00000002 , 0x00000279 
+ 00021212  0x00005215 setarg  0x00000000 
+ 00021213  0x00005216 store  0x00000002 , 0x0000027b 
+ 00021214  0x00005217 jam  0x00000000 , 0x00000284 
+ 00021215  0x00005218 branch  0x00007e8c 
+ 00021216  0x0000521b fetch  0x00000002 , 0x00000277 
+ 00021217  0x0000521c branch  0x000052e2 
+ 00021218  0x0000521f branch  0x00002a8c , 0x00000034 
+ 00021219  0x00005220 copy  0x0000003f , 0x00000005 
+ 00021220  0x00005221 rtn 
+ 00021221  0x00005225 bpatchx  0x0000002f , 0x00004025 
+ 00021222  0x00005226 arg  0x00000000 , 0x00000012 
+ 00021223  0x00005227 arg  0x00004257 , 0x00000011 
+ 00021224  0x00005228 increase  0xfffffffe , 0x00000011 
+ 00021225  0x0000522a increase  0x00000002 , 0x00000011 
+ 00021226  0x0000522b setarg  0x00004263 
+ 00021227  0x0000522c isub  0x00000011 , 0x0000003e 
+ 00021228  0x0000522d branch  0x000052f5 , 0x00000005 
+ 00021229  0x0000522e ifetch  0x00000001 , 0x00000011 
+ 00021230  0x0000522f increase  0x00000001 , 0x00000011 
+ 00021231  0x00005230 branch  0x000052e9 , 0x00000034 
+ 00021232  0x00005231 ifetcht  0x00000002 , 0x00000011 
+ 00021233  0x00005232 ifetch  0x00000002 , 0x00000002 
+ 00021234  0x00005233 iadd  0x00000012 , 0x00000012 
+ 00021235  0x00005234 increase  0x00000004 , 0x00000012 
+ 00021236  0x00005235 branch  0x000052e9 
+ 00021237  0x00005237 copy  0x00000012 , 0x0000003f 
+ 00021238  0x00005238 rtn 
+ 00021239  0x0000523c arg  0x0000000c , 0x00000007 
+ 00021240  0x0000523d branch  0x00002c32 
+ 00021241  0x00005240 arg  0x0000000c , 0x00000007 
+ 00021242  0x00005241 branch  0x00002c36 
+ 00021243  0x00005244 bpatchx  0x00000030 , 0x00004026 
+ 00021244  0x00005245 call  0x0000527e 
+ 00021245  0x00005246 fetch  0x00000001 , 0x00004256 
+ 00021246  0x00005247 rtn  0x00000034 
+ 00021247  0x00005248 call  0x000052e5 
+ 00021248  0x00005249 arg  0x00000100 , 0x00000002 
+ 00021249  0x0000524a isub  0x00000002 , 0x0000003e 
+ 00021250  0x0000524b branch  0x000052f7 , 0x00000002 
+ 00021251  0x0000524c call  0x000052f9 
+ 00021252  0x0000524d arg  0x00004263 , 0x00000005 
+ 00021253  0x0000524e arg  0x00004257 , 0x00000011 
+ 00021254  0x00005250 setarg  0x00004263 
+ 00021255  0x00005251 isub  0x00000011 , 0x0000003e 
+ 00021256  0x00005252 rtn  0x00000005 
+ 00021257  0x00005253 ifetch  0x00000001 , 0x00000011 
+ 00021258  0x00005254 increase  0x00000001 , 0x00000011 
+ 00021259  0x00005255 nbranch  0x0000530f , 0x00000034 
+ 00021260  0x00005256 istore  0x00000002 , 0x00000005 
+ 00021261  0x00005257 increase  0x00000002 , 0x00000011 
+ 00021262  0x00005258 branch  0x00005306 
+ 00021263  0x0000525a ifetch  0x00000002 , 0x00000011 
+ 00021264  0x0000525b increase  0x00000002 , 0x00000011 
+ 00021265  0x0000525c copy  0x0000003f , 0x00000006 
+ 00021266  0x0000525d ifetch  0x00000002 , 0x00000006 
+ 00021267  0x0000525e istore  0x00000002 , 0x00000005 
+ 00021268  0x0000525f copy  0x0000003f , 0x00000039 
+ 00021269  0x00005260 increase  0x00000002 , 0x00000039 
+ 00021270  0x00005261 call  0x00007f01 
+ 00021271  0x00005262 branch  0x00005306 
+ 00021272  0x00005265 bpatchx  0x00000031 , 0x00004026 
+ 00021273  0x00005266 call  0x0000527e 
+ 00021274  0x00005267 fetch  0x00000001 , 0x00004256 
+ 00021275  0x00005268 rtn  0x00000034 
+ 00021276  0x00005269 arg  0x00004258 , 0x00000011 
+ 00021277  0x0000526a increase  0xfffffffd , 0x00000011 
+ 00021278  0x0000526b arg  0x00004263 , 0x00000006 
+ 00021279  0x0000526d increase  0x00000003 , 0x00000011 
+ 00021280  0x0000526e setarg  0x00004264 
+ 00021281  0x0000526f isub  0x00000011 , 0x0000003e 
+ 00021282  0x00005270 rtn  0x00000005 
+ 00021283  0x00005271 ifetch  0x00000002 , 0x00000006 
+ 00021284  0x00005272 branch  0x0000531f , 0x00000034 
+ 00021285  0x00005273 increase  0x00000004 , 0x0000003f 
+ 00021286  0x00005274 copy  0x0000003f , 0x00000039 
+ 00021287  0x00005275 copy  0x00000006 , 0x00000012 
+ 00021288  0x00005276 ifetch  0x00000002 , 0x00000011 
+ 00021289  0x00005277 copy  0x0000003f , 0x00000005 
+ 00021290  0x00005278 copy  0x00000012 , 0x00000006 
+ 00021291  0x00005279 increase  0xfffffffe , 0x00000006 
+ 00021292  0x0000527a call  0x00007f01 
+ 00021293  0x0000527b branch  0x0000531f 
+ 00021294  0x00005286 bpatchx  0x00000032 , 0x00004026 
+ 00021295  0x00005287 disable  0x0000002b 
+ 00021296  0x00005288 jam  0x00000001 , 0x00000455 
+ 00021297  0x00005289 jam  0x00000003 , 0x0000043f 
+ 00021298  0x0000528a jam  0x00000001 , 0x00000456 
+ 00021299  0x0000528b setarg  0xffffffff 
+ 00021300  0x0000528c store  0x00000002 , 0x00000459 
+ 00021301  0x0000528d force  0x00000000 , 0x0000003f 
+ 00021302  0x0000528e store  0x00000001 , 0x00000457 
+ 00021303  0x0000528f store  0x00000001 , 0x00000462 
+ 00021304  0x00005290 store  0x00000003 , 0x00004169 
+ 00021305  0x00005291 store  0x00000003 , 0x0000416c 
+ 00021306  0x00005292 store  0x00000005 , 0x00004403 
+ 00021307  0x00005293 set1  0x00000027 , 0x0000003f 
+ 00021308  0x00005294 store  0x00000005 , 0x00004408 
+ 00021309  0x00005295 jam  0x00000001 , 0x000043dc 
+ 00021310  0x00005296 jam  0x00000000 , 0x000043dd 
+ 00021311  0x00005297 branch  0x000056ed 
+ 00021312  0x0000529a bpatchx  0x00000033 , 0x00004026 
+ 00021313  0x0000529b enable  0x00000029 
+ 00021314  0x0000529c jam  0x00000003 , 0x00000440 
+ 00021315  0x0000529d jam  0x00000001 , 0x00000478 
+ 00021316  0x0000529e jam  0x00000001 , 0x0000445a 
+ 00021317  0x0000529f setarg  0x0000ffff 
+ 00021318  0x000052a0 store  0x00000002 , 0x0000445c 
+ 00021319  0x000052a1 force  0x00000000 , 0x0000003f 
+ 00021320  0x000052a2 store  0x00000005 , 0x00004408 
+ 00021321  0x000052a3 set1  0x00000027 , 0x0000003f 
+ 00021322  0x000052a4 store  0x00000005 , 0x00004403 
+ 00021323  0x000052a5 branch  0x0000532e 
+ 00021324  0x000052a9 bpatchx  0x00000034 , 0x00004026 
+ 00021325  0x000052aa disable  0x00000029 
+ 00021326  0x000052ab setarg  0x00000017 
+ 00021327  0x000052ac store  0x00000002 , 0x000044a8 
+ 00021328  0x000052ad jam  0x00000001 , 0x00000440 
+ 00021329  0x000052ae jam  0x00000000 , 0x0000436e 
+ 00021330  0x000052af jam  0x00000000 , 0x000000a0 
+ 00021331  0x000052b0 jam  0x00000000 , 0x000044c4 
+ 00021332  0x000052b1 jam  0x00000000 , 0x000044c5 
+ 00021333  0x000052b2 fetch  0x00000002 , 0x0000046d 
+ 00021334  0x000052b3 store  0x00000002 , 0x000044ba 
+ 00021335  0x000052b4 fetch  0x00000002 , 0x00000441 
+ 00021336  0x000052b5 mul32  0x0000003f , 0x00000005 , 0x0000003f 
+ 00021337  0x000052b6 rshift4  0x0000003f , 0x0000003f 
+ 00021338  0x000052b7 store  0x00000002 , 0x0000046d 
+ 00021339  0x000052b8 branch  0x0000532e 
+ 00021340  0x000052bf call  0x000053c4 
+ 00021341  0x000052c0 call  0x000055e8 
+ 00021342  0x000052c1 call  0x000056f0 
+ 00021343  0x000052c2 branch  0x000053ce 
+ 00021344  0x000052c5 bpatchx  0x00000035 , 0x00004026 
+ 00021345  0x000052c6 call  0x000053c4 
+ 00021346  0x000052c7 call  0x000032f4 
+ 00021347  0x000052c8 fetch  0x00000001 , 0x00000440 
+ 00021348  0x000052c9 beq  0x00000003 , 0x00005366 
+ 00021349  0x000052ca branch  0x0000537a 
+ 00021350  0x000052d1 bpatchx  0x00000036 , 0x00004026 
+ 00021351  0x000052d2 enable  0x00000029 
+ 00021352  0x000052d3 call  0x000056e4 
+ 00021353  0x000052d4 branch  0x00005377 , 0x00000002 
+ 00021354  0x000052d5 call  0x00002c6c 
+ 00021355  0x000052d6 call  0x00005413 
+ 00021356  0x000052d7 call  0x0000561e 
+ 00021357  0x000052d8 disable  0x0000002d 
+ 00021358  0x000052d9 call  0x000054bf 
+ 00021359  0x000052da nrtn  0x0000002d 
+ 00021360  0x000052db bpatchx  0x00000037 , 0x00004026 
+ 00021361  0x000052dc fetch  0x00000001 , 0x00000005 
+ 00021362  0x000052dd increase  0x00000001 , 0x0000003f 
+ 00021363  0x000052de store  0x00000001 , 0x00000005 
+ 00021364  0x000052df call  0x000055aa 
+ 00021365  0x000052e0 disable  0x00000029 
+ 00021366  0x000052e1 rtn 
+ 00021367  0x000052e4 call  0x000053a9 
+ 00021368  0x000052e5 disable  0x00000029 
+ 00021369  0x000052e6 rtn 
+ 00021370  0x000052ec bpatchx  0x00000038 , 0x00004027 
+ 00021371  0x000052ed jam  0x00000000 , 0x0000450f 
+ 00021372  0x000052ee call  0x00007aaf 
+ 00021373  0x000052ef call  0x00005c18 
+ 00021374  0x000052f0 disable  0x0000002e 
+ 00021375  0x000052f1 call  0x000056e4 
+ 00021376  0x000052f2 branch  0x000053a9 , 0x00000002 
+ 00021377  0x000052f3 call  0x00002c6c 
+ 00021378  0x000052f4 call  0x00005413 
+ 00021379  0x000052f5 call  0x00005489 
+ 00021380  0x000052f6 nbranch  0x0000539b , 0x00000018 
+ 00021381  0x000052f7 call  0x000053b7 
+ 00021382  0x000052f8 branch  0x00005388 , 0x0000002d 
+ 00021383  0x000052f9 branch  0x00005395 
+ 00021384  0x000052fd bpatchx  0x00000039 , 0x00004027 
+ 00021385  0x000052fe fetch  0x00000001 , 0x0000450f 
+ 00021386  0x000052ff pincrease  0x00000001 
+ 00021387  0x00005300 store  0x00000001 , 0x0000450f 
+ 00021388  0x00005301 beq  0x0000000c , 0x00005395 
+ 00021389  0x00005302 call  0x000055aa 
+ 00021390  0x00005303 call  0x0000561e 
+ 00021391  0x00005304 call  0x000054c7 
+ 00021392  0x00005305 call  0x0000567e 
+ 00021393  0x00005306 fetch  0x00000002 , 0x000041fb 
+ 00021394  0x00005307 call  0x00007f9c 
+ 00021395  0x00005308 call  0x000053a0 
+ 00021396  0x00005309 branch  0x000053a4 , 0x00000028 
+ 00021397  0x0000530b bpatchx  0x0000003a , 0x00004027 
+ 00021398  0x0000530c call  0x00005be4 
+ 00021399  0x0000530d call  0x00005bdb 
+ 00021400  0x0000530e call  0x00007d9c 
+ 00021401  0x0000530f fetch  0x00000001 , 0x00000462 
+ 00021402  0x00005310 bbit1  0x00000003 , 0x000053a9 
+ 00021403  0x00005312 bpatchx  0x0000003b , 0x00004027 
+ 00021404  0x00005313 call  0x000057f4 
+ 00021405  0x00005314 call  0x0000559d 
+ 00021406  0x00005315 call  0x00005575 
+ 00021407  0x00005316 branch  0x00002841 
+ 00021408  0x0000531a disable  0x00000028 
+ 00021409  0x0000531b bmark1  0x0000002a , 0x00007fe7 
+ 00021410  0x0000531c bmark1  0x00000029 , 0x00007fe7 
+ 00021411  0x0000531d rtn 
+ 00021412  0x00005321 bpatchx  0x0000003c , 0x00004027 
+ 00021413  0x00005322 enable  0x0000002e 
+ 00021414  0x00005323 call  0x000054c1 
+ 00021415  0x00005324 branch  0x00005388 , 0x0000002d 
+ 00021416  0x00005325 branch  0x00005395 
+ 00021417  0x0000532b bpatchx  0x0000003d , 0x00004027 
+ 00021418  0x0000532c call  0x000053af 
+ 00021419  0x0000532d call  0x000033b4 
+ 00021420  0x0000532e call  0x00007a77 
+ 00021421  0x0000532f jam  0x00000015 , 0x00000a99 
+ 00021422  0x00005330 branch  0x00007d86 
+ 00021423  0x00005333 setarg  0x00000000 
+ 00021424  0x00005334 store  0x00000009 , 0x000044ff 
+ 00021425  0x00005335 jam  0x00000000 , 0x00000455 
+ 00021426  0x00005336 jam  0x00000000 , 0x00000440 
+ 00021427  0x00005337 jam  0x00000000 , 0x0000043f 
+ 00021428  0x00005338 jam  0x00000000 , 0x000044c5 
+ 00021429  0x00005339 jam  0x00000000 , 0x000044c4 
+ 00021430  0x0000533a rtn 
+ 00021431  0x0000533d bpatchx  0x0000003e , 0x00004027 
+ 00021432  0x0000533e fetch  0x00000001 , 0x00000005 
+ 00021433  0x0000533f increase  0x00000001 , 0x0000003f 
+ 00021434  0x00005340 store  0x00000001 , 0x00000005 
+ 00021435  0x00005341 fetch  0x00000001 , 0x0000043f 
+ 00021436  0x00005342 rtnbit1  0x00000003 
+ 00021437  0x00005343 set1  0x00000003 
+ 00021438  0x00005344 store  0x00000001 , 0x0000043f 
+ 00021439  0x00005345 fetch  0x00000002 , 0x000044ba 
+ 00021440  0x00005346 store  0x00000002 , 0x0000046d 
+ 00021441  0x00005347 setarg  0x00000000 
+ 00021442  0x00005348 store  0x00000004 , 0x000044e5 
+ 00021443  0x00005349 rtn 
+ 00021444  0x0000534d bpatchx  0x0000003f , 0x00004027 
+ 00021445  0x0000534e jam  0x00000036 , 0x0000890f 
+ 00021446  0x0000534f jam  0x0000005f , 0x0000890b 
+ 00021447  0x00005350 enable  0x00000036 
+ 00021448  0x00005351 jam  0x00000007 , 0x00008914 
+ 00021449  0x00005352 call  0x00002c6c 
+ 00021450  0x00005353 fetch  0x00000001 , 0x000041e0 
+ 00021451  0x00005354 rtn  0x00000034 
+ 00021452  0x00005355 jam  0x000000b8 , 0x0000890a 
+ 00021453  0x00005356 rtn 
+ 00021454  0x00005359 bpatchx  0x00000040 , 0x00004028 
+ 00021455  0x0000535a jam  0x0000002e , 0x0000890f 
+ 00021456  0x0000535b jam  0x000000ff , 0x0000890b 
+ 00021457  0x0000535c disable  0x00000036 
+ 00021458  0x0000535d jam  0x00000003 , 0x00008914 
+ 00021459  0x0000535e arg  0x00000000 , 0x0000001b 
+ 00021460  0x0000535f rtn 
+ 00021461  0x00005362 disable  0x00000009 
+ 00021462  0x00005363 disable  0x00000007 
+ 00021463  0x00005364 fetch  0x00000003 , 0x00000467 
+ 00021464  0x00005365 iforce  0x0000000f 
+ 00021465  0x00005366 fetch  0x00000001 , 0x00000016 
+ 00021466  0x00005367 reverse  0x0000003f , 0x00000002 
+ 00021467  0x00005368 set1  0x00000001 , 0x00000002 
+ 00021468  0x00005369 rshift  0x00000002 , 0x0000000e 
+ 00021469  0x0000536a rtn 
+ 00021470  0x0000536e call  0x000053e6 
+ 00021471  0x0000536f call  0x0000291f 
+ 00021472  0x00005370 setarg  0x00000500 
+ 00021473  0x00005371 call  0x00002a8f 
+ 00021474  0x00005372 branch  0x00002924 
+ 00021475  0x00005375 branch  0x00002939 , 0x0000002d 
+ 00021476  0x00005377 call  0x000053e6 
+ 00021477  0x00005378 branch  0x00002933 
+ 00021478  0x0000537a bpatchx  0x00000041 , 0x00004028 
+ 00021479  0x0000537b call  0x00002918 
+ 00021480  0x0000537c fetch  0x00000001 , 0x0000048c 
+ 00021481  0x0000537d nbranch  0x000053f9 , 0x00000034 
+ 00021482  0x0000537e fetch  0x00000001 , 0x00000016 
+ 00021483  0x0000537f sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00021484  0x00005380 branch  0x000053f3 , 0x00000002 
+ 00021485  0x00005381 force  0x00000000 , 0x00000002 
+ 00021486  0x00005382 rtneq  0x00000025 
+ 00021487  0x00005383 force  0x00000018 , 0x00000002 
+ 00021488  0x00005384 rtneq  0x00000026 
+ 00021489  0x00005385 force  0x0000004e , 0x00000002 
+ 00021490  0x00005386 rtn 
+ 00021491  0x00005389 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00021492  0x0000538a branch  0x000053f6 , 0x00000002 
+ 00021493  0x0000538b increase  0x00000001 , 0x0000003f 
+ 00021494  0x0000538e lshift  0x0000003f , 0x0000003f 
+ 00021495  0x0000538f add  0x0000003f , 0x00000002 , 0x00000002 
+ 00021496  0x00005390 rtn 
+ 00021497  0x00005393 fetch  0x00000001 , 0x00000016 
+ 00021498  0x00005394 lshift  0x0000003f , 0x00000002 
+ 00021499  0x00005395 rtn 
+ 00021500  0x00005398 arg  0x000001f4 , 0x00000002 
+ 00021501  0x00005399 rtn  0x00000034 
+ 00021502  0x0000539a arg  0x000000fa , 0x00000002 
+ 00021503  0x0000539b rtneq  0x00000001 
+ 00021504  0x0000539c arg  0x00000096 , 0x00000002 
+ 00021505  0x0000539d rtneq  0x00000002 
+ 00021506  0x0000539e arg  0x00000064 , 0x00000002 
+ 00021507  0x0000539f rtneq  0x00000003 
+ 00021508  0x000053a0 arg  0x0000004b , 0x00000002 
+ 00021509  0x000053a1 rtneq  0x00000004 
+ 00021510  0x000053a2 arg  0x00000032 , 0x00000002 
+ 00021511  0x000053a3 rtneq  0x00000005 
+ 00021512  0x000053a4 arg  0x00000028 , 0x00000002 
+ 00021513  0x000053a5 rtneq  0x00000006 
+ 00021514  0x000053a6 arg  0x00000014 , 0x00000002 
+ 00021515  0x000053a7 rtn 
+ 00021516  0x000053ac setarg  0x008e89be 
+ 00021517  0x000053ad lshift8  0x0000003f , 0x0000003f 
+ 00021518  0x000053ae or_into  0x000000d6 , 0x0000003f 
+ 00021519  0x000053af iforce  0x00000009 
+ 00021520  0x000053b0 setarg  0x00555555 
+ 00021521  0x000053b1 store  0x00000003 , 0x00000467 
+ 00021522  0x000053b2 rtn 
+ 00021523  0x000053b5 bpatchx  0x00000042 , 0x00004028 
+ 00021524  0x000053b6 enable  0x00000010 
+ 00021525  0x000053b7 fetch  0x00000004 , 0x00000463 
+ 00021526  0x000053b8 iforce  0x00000009 
+ 00021527  0x000053b9 call  0x00005466 
+ 00021528  0x000053ba setarg  0x00000200 
+ 00021529  0x000053bb branch  0x0000541c , 0x00000029 
+ 00021530  0x000053bc fetch  0x00000002 , 0x0000044d 
+ 00021531  0x000053bd rshift  0x0000003f , 0x0000003f 
+ 00021532  0x000053bf arg  0x00000500 , 0x00000002 
+ 00021533  0x000053c0 iadd  0x00000002 , 0x0000003f 
+ 00021534  0x000053c1 call  0x00002a24 
+ 00021535  0x000053c2 deposit  0x0000001a 
+ 00021536  0x000053c3 store  0x00000006 , 0x00000491 
+ 00021537  0x000053c4 rtn 
+ 00021538  0x000053c7 bpatchx  0x00000043 , 0x00004028 
+ 00021539  0x000053c8 fetch  0x00000001 , 0x00000016 
+ 00021540  0x000053c9 beq  0x00000025 , 0x00005428 
+ 00021541  0x000053ca beq  0x00000026 , 0x0000542e 
+ 00021542  0x000053cb beq  0x00000027 , 0x00005434 
+ 00021543  0x000053cc branch  0x00005434 
+ 00021544  0x000053cf fetcht  0x00000001 , 0x0000448d 
+ 00021545  0x000053d0 isolate1  0x00000001 , 0x00000002 
+ 00021546  0x000053d1 branch  0x0000543f , 0x00000001 
+ 00021547  0x000053d2 isolate1  0x00000002 , 0x00000002 
+ 00021548  0x000053d3 branch  0x00005444 , 0x00000001 
+ 00021549  0x000053d4 branch  0x0000543a 
+ 00021550  0x000053d8 fetcht  0x00000001 , 0x0000448d 
+ 00021551  0x000053d9 isolate1  0x00000002 , 0x00000002 
+ 00021552  0x000053da branch  0x00005444 , 0x00000001 
+ 00021553  0x000053db isolate1  0x00000000 , 0x00000002 
+ 00021554  0x000053dc branch  0x0000543a , 0x00000001 
+ 00021555  0x000053dd branch  0x0000543f 
+ 00021556  0x000053e1 fetcht  0x00000001 , 0x0000448d 
+ 00021557  0x000053e2 isolate1  0x00000000 , 0x00000002 
+ 00021558  0x000053e3 branch  0x0000543a , 0x00000001 
+ 00021559  0x000053e4 isolate1  0x00000001 , 0x00000002 
+ 00021560  0x000053e5 branch  0x0000543f , 0x00000001 
+ 00021561  0x000053e6 branch  0x00005444 
+ 00021562  0x000053eb jam  0x00000025 , 0x00000016 
+ 00021563  0x000053ec fetch  0x00000001 , 0x00000ac2 
+ 00021564  0x000053ed set1  0x00000000 , 0x0000003f 
+ 00021565  0x000053ee store  0x00000001 , 0x00000ac2 
+ 00021566  0x000053ef rtn 
+ 00021567  0x000053f2 jam  0x00000026 , 0x00000016 
+ 00021568  0x000053f3 fetch  0x00000001 , 0x00000ac2 
+ 00021569  0x000053f4 set1  0x00000001 , 0x0000003f 
+ 00021570  0x000053f5 store  0x00000001 , 0x00000ac2 
+ 00021571  0x000053f6 rtn 
+ 00021572  0x000053f9 jam  0x00000027 , 0x00000016 
+ 00021573  0x000053fa fetch  0x00000001 , 0x00000ac2 
+ 00021574  0x000053fb set1  0x00000002 , 0x0000003f 
+ 00021575  0x000053fc store  0x00000001 , 0x00000ac2 
+ 00021576  0x000053fd rtn 
+ 00021577  0x00005402 bpatchx  0x00000044 , 0x00004028 
+ 00021578  0x00005403 add  0x00000011 , 0x00000001 , 0x00000006 
+ 00021579  0x00005404 ifetch  0x00000001 , 0x00000006 
+ 00021580  0x00005405 rtnbit0  0x00000000 
+ 00021581  0x00005406 add  0x00000011 , 0x0000001a , 0x00000005 
+ 00021582  0x00005407 ifetch  0x00000002 , 0x00000005 
+ 00021583  0x00005408 increase  0x00000001 , 0x0000003f 
+ 00021584  0x00005409 istore  0x00000002 , 0x00000005 
+ 00021585  0x0000540a add  0x00000011 , 0x00000019 , 0x00000006 
+ 00021586  0x0000540b ifetch  0x00000001 , 0x00000006 
+ 00021587  0x0000540c add  0x00000011 , 0x00000018 , 0x00000005 
+ 00021588  0x0000540d ifetcht  0x00000001 , 0x00000005 
+ 00021589  0x0000540e iadd  0x00000002 , 0x0000003f 
+ 00021590  0x0000540f sub  0x0000003f , 0x00000024 , 0x0000003e 
+ 00021591  0x00005410 branch  0x00005459 , 0x00000002 
+ 00021592  0x00005411 increase  0xffffffdb , 0x0000003f 
+ 00021593  0x00005413 istore  0x00000001 , 0x00000005 
+ 00021594  0x00005414 rtn 
+ 00021595  0x00005418 bpatchx  0x00000045 , 0x00004028 
+ 00021596  0x00005419 fetch  0x00000005 , 0x0000046f 
+ 00021597  0x0000541a force  0x00000000 , 0x00000002 
+ 00021598  0x0000541b force  0x00000025 , 0x00000039 
+ 00021599  0x0000541d bbit0  0x00000000 , 0x00005461 
+ 00021600  0x0000541e increase  0x00000001 , 0x00000002 
+ 00021601  0x00005420 rshift  0x0000003f , 0x0000003f 
+ 00021602  0x00005421 loop  0x0000545f 
+ 00021603  0x00005422 add  0x00000002 , 0xffffffff , 0x0000003f 
+ 00021604  0x00005423 store  0x00000001 , 0x00000461 
+ 00021605  0x00005424 rtn 
+ 00021606  0x00005427 bpatchx  0x00000046 , 0x00004028 
+ 00021607  0x00005428 fetch  0x00000001 , 0x00000457 
+ 00021608  0x00005429 iforce  0x00000007 
+ 00021609  0x0000542a fetcht  0x00000005 , 0x0000046f 
+ 00021610  0x0000542b qisolate1  0x00000002 
+ 00021611  0x0000542c branch  0x0000547c , 0x00000001 
+ 00021612  0x0000542e bpatchx  0x00000047 , 0x00004028 
+ 00021613  0x0000542f fetch  0x00000001 , 0x00000461 
+ 00021614  0x00005430 isub  0x00000007 , 0x0000003f 
+ 00021615  0x00005431 branch  0x00005472 , 0x00000002 
+ 00021616  0x00005432 sub  0x0000003f , 0xffffffff , 0x00000007 
+ 00021617  0x00005433 branch  0x0000546c 
+ 00021618  0x00005435 copy  0x00000007 , 0x00000039 
+ 00021619  0x00005436 force  0x00000000 , 0x00000007 
+ 00021620  0x00005438 qisolate1  0x00000002 
+ 00021621  0x00005439 branch  0x00005477 , 0x00000001 
+ 00021622  0x0000543a increase  0x00000001 , 0x00000039 
+ 00021623  0x0000543c deposit  0x00000039 
+ 00021624  0x0000543d branch  0x0000547c , 0x00000034 
+ 00021625  0x0000543e increase  0x00000001 , 0x00000007 
+ 00021626  0x0000543f increase  0xffffffff , 0x00000039 
+ 00021627  0x00005440 branch  0x00005474 
+ 00021628  0x00005442 deposit  0x00000007 
+ 00021629  0x00005443 store  0x00000001 , 0x00000016 
+ 00021630  0x00005444 rtn 
+ 00021631  0x00005448 branch  0x00005482 , 0x00000029 
+ 00021632  0x00005449 until  0x0000003e , 0x00000003 
+ 00021633  0x0000544a rtn 
+ 00021634  0x0000544d arg  0x00000ea0 , 0x0000000b 
+ 00021635  0x0000544e until  0x00000023 , 0x00000026 
+ 00021636  0x0000544f rtn 
+ 00021637  0x00005452 disable  0x00000010 
+ 00021638  0x00005453 fetch  0x00000002 , 0x0000436c 
+ 00021639  0x00005454 copy  0x0000003f , 0x0000000b 
+ 00021640  0x00005455 branch  0x0000548e 
+ 00021641  0x00005459 bpatchx  0x00000048 , 0x00004029 
+ 00021642  0x0000545a enable  0x00000010 
+ 00021643  0x0000545b fetch  0x00000002 , 0x0000044d 
+ 00021644  0x0000545c fetcht  0x00000004 , 0x000044e5 
+ 00021645  0x0000545d iadd  0x00000002 , 0x0000000b 
+ 00021646  0x0000545f call  0x000053de 
+ 00021647  0x00005461 bpatchx  0x00000049 , 0x00004029 
+ 00021648  0x00005462 call  0x000053d5 
+ 00021649  0x00005463 disable  0x0000002d 
+ 00021650  0x00005464 enable  0x0000000d 
+ 00021651  0x00005465 enable  0x00000021 
+ 00021652  0x00005466 disable  0x00000020 
+ 00021653  0x00005467 copy  0x0000000b , 0x0000001b 
+ 00021654  0x00005468 correlate  0x0000003e , 0x00000003 
+ 00021655  0x00005469 branch  0x0000549a , 0x0000002e 
+ 00021656  0x0000546a copy  0x0000001a , 0x00000002 
+ 00021657  0x0000546b storet  0x00000006 , 0x0000009a 
+ 00021658  0x0000546d nbranch  0x0000264d , 0x00000018 
+ 00021659  0x0000546e branch  0x000054a1 , 0x0000002e 
+ 00021660  0x0000546f arg  0x000001e0 , 0x00000029 
+ 00021661  0x00005470 copy  0x00000021 , 0x00000028 
+ 00021662  0x00005471 fetch  0x00000001 , 0x0000043f 
+ 00021663  0x00005472 bbit0  0x00000003 , 0x000054a1 
+ 00021664  0x00005473 call  0x00002b05 , 0x0000002b 
+ 00021665  0x00005475 bpatchx  0x0000004a , 0x00004029 
+ 00021666  0x00005476 call  0x000029bb 
+ 00021667  0x00005477 enable  0x00000007 
+ 00021668  0x00005478 enable  0x00000009 
+ 00021669  0x00005479 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021670  0x0000547a rshift3  0x0000000c , 0x0000003f 
+ 00021671  0x0000547b store  0x00000001 , 0x000002d9 
+ 00021672  0x0000547c parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021673  0x0000547d rshift3  0x0000000c , 0x0000003f 
+ 00021674  0x0000547e istore  0x00000001 , 0x00000005 
+ 00021675  0x0000547f and  0x0000003f , 0x0000003f , 0x00000039 
+ 00021676  0x00005480 branch  0x000054b1 , 0x00000005 
+ 00021677  0x00005483 parse  0x00000003 , 0x00000000 , 0x00000008 
+ 00021678  0x00005484 rshift3  0x0000000c , 0x0000003f 
+ 00021679  0x00005485 istore  0x00000001 , 0x00000005 
+ 00021680  0x00005486 loop  0x000054ad 
+ 00021681  0x00005489 bpatchx  0x0000004b , 0x00004029 
+ 00021682  0x0000548a parse  0x00000003 , 0x00000000 , 0x00000018 
+ 00021683  0x0000548b enable  0x00000010 
+ 00021684  0x0000548c arg  0x00000664 , 0x0000001b 
+ 00021685  0x0000548d rshift32  0x0000003f , 0x0000003f 
+ 00021686  0x0000548e rshift16  0x0000003f , 0x0000003f 
+ 00021687  0x0000548f istore  0x00000003 , 0x00000005 
+ 00021688  0x00005490 branch  0x0000264d , 0x00000006 
+ 00021689  0x00005491 enable  0x0000002d 
+ 00021690  0x00005492 fetch  0x00000001 , 0x00000017 
+ 00021691  0x00005493 add  0x0000003f , 0x00000000 , 0x00000011 
+ 00021692  0x00005494 call  0x00002981 
+ 00021693  0x00005495 disable  0x0000000d 
+ 00021694  0x00005496 branch  0x00002918 
+ 00021695  0x00005499 bpatchx  0x0000004c , 0x00004029 
+ 00021696  0x0000549a call  0x000054c9 
+ 00021697  0x0000549c fetcht  0x00000001 , 0x00000017 
+ 00021698  0x0000549d call  0x0000291f 
+ 00021699  0x0000549e call  0x00002924 
+ 00021700  0x0000549f enable  0x00000010 
+ 00021701  0x000054a0 arg  0x0000157c , 0x0000000b 
+ 00021702  0x000054a1 branch  0x0000548f 
+ 00021703  0x000054a4 call  0x000054c9 
+ 00021704  0x000054a5 branch  0x0000264d 
+ 00021705  0x000054a8 bpatchx  0x0000004d , 0x00004029 
+ 00021706  0x000054a9 call  0x000053d5 
+ 00021707  0x000054aa call  0x000053e3 
+ 00021708  0x000054ab branch  0x000054cd 
+ 00021709  0x000054ae set1  0x00000000 , 0x00000015 
+ 00021710  0x000054af enable  0x0000001d 
+ 00021711  0x000054b0 enable  0x00000020 
+ 00021712  0x000054b1 disable  0x00000021 
+ 00021713  0x000054b2 call  0x0000547f 
+ 00021714  0x000054b3 rshift16  0x00000009 , 0x0000003f 
+ 00021715  0x000054b4 rshift8  0x0000003f , 0x0000003f 
+ 00021716  0x000054b5 rshift4  0x0000003f , 0x0000003f 
+ 00021717  0x000054b6 inject  0x00000003 , 0x00000028 
+ 00021718  0x000054b7 enable  0x00000007 
+ 00021719  0x000054b8 enable  0x00000009 
+ 00021720  0x000054b9 bpatchx  0x0000004e , 0x00004029 
+ 00021721  0x000054ba fetch  0x00000001 , 0x000043dc 
+ 00021722  0x000054bb inject  0x00000003 , 0x00000008 
+ 00021723  0x000054bc ifetch  0x00000001 , 0x00000006 
+ 00021724  0x000054bd and  0x0000003f , 0x0000003f , 0x00000039 
+ 00021725  0x000054be inject  0x00000003 , 0x00000008 
+ 00021726  0x000054bf branch  0x000054e2 , 0x00000005 
+ 00021727  0x000054c1 ifetch  0x00000001 , 0x00000006 
+ 00021728  0x000054c2 inject  0x00000003 , 0x00000008 
+ 00021729  0x000054c3 loop  0x000054df 
+ 00021730  0x000054c6 enable  0x00000008 
+ 00021731  0x000054c7 inject  0x00000003 , 0x00000018 
+ 00021732  0x000054c8 disable  0x00000008 
+ 00021733  0x000054c9 until  0x0000003e , 0x00000027 
+ 00021734  0x000054ca nop  0x00000064 
+ 00021735  0x000054cb disable  0x0000001d 
+ 00021736  0x000054cc rtn 
+ 00021737  0x000054cf bpatchx  0x0000004f , 0x00004029 
+ 00021738  0x000054d0 fetch  0x00000001 , 0x00004484 
+ 00021739  0x000054d1 beq  0x00000001 , 0x000054f9 
+ 00021740  0x000054d2 fetch  0x00000001 , 0x00004485 
+ 00021741  0x000054d3 lshift4  0x0000003f , 0x0000003f 
+ 00021742  0x000054d4 lshift2  0x0000003f , 0x0000003f 
+ 00021743  0x000054d5 store  0x00000001 , 0x000043dc 
+ 00021744  0x000054d6 fetcht  0x00000001 , 0x0000436f 
+ 00021745  0x000054d7 add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00021746  0x000054d8 store  0x00000001 , 0x000043dd 
+ 00021747  0x000054d9 fetch  0x00000006 , 0x000044a0 
+ 00021748  0x000054da store  0x00000006 , 0x000043de 
+ 00021749  0x000054db copy  0x00000002 , 0x00000039 
+ 00021750  0x000054dc arg  0x00004370 , 0x00000006 
+ 00021751  0x000054dd call  0x00007ef4 
+ 00021752  0x000054de branch  0x00005504 
+ 00021753  0x000054e0 fetch  0x00000001 , 0x00004486 
+ 00021754  0x000054e1 lshift4  0x0000003f , 0x0000003f 
+ 00021755  0x000054e2 lshift2  0x0000003f , 0x0000003f 
+ 00021756  0x000054e3 increase  0x00000001 , 0x0000003f 
+ 00021757  0x000054e4 store  0x00000001 , 0x000043dc 
+ 00021758  0x000054e5 setarg  0x0000000c 
+ 00021759  0x000054e6 store  0x00000001 , 0x000043dd 
+ 00021760  0x000054e7 fetch  0x00000006 , 0x000044a0 
+ 00021761  0x000054e8 store  0x00000006 , 0x000043de 
+ 00021762  0x000054e9 fetch  0x00000006 , 0x000041d0 
+ 00021763  0x000054ea istore  0x00000006 , 0x00000005 
+ 00021764  0x000054ec bpatchx  0x00000050 , 0x0000402a 
+ 00021765  0x000054ed fetch  0x00000001 , 0x00000000 
+ 00021766  0x000054ee increase  0x00000001 , 0x0000003f 
+ 00021767  0x000054ef store  0x00000001 , 0x00000000 
+ 00021768  0x000054f0 arg  0x00000708 , 0x0000001b 
+ 00021769  0x000054f1 disable  0x0000002d 
+ 00021770  0x000054f2 branch  0x000054bf 
+ 00021771  0x000054f5 bpatchx  0x00000051 , 0x0000402a 
+ 00021772  0x000054f6 fetch  0x00000001 , 0x0000449e 
+ 00021773  0x000054f7 rtnne  0x00000001 
+ 00021774  0x000054f8 fetch  0x00000001 , 0x00000000 
+ 00021775  0x000054f9 increase  0x00000001 , 0x0000003f 
+ 00021776  0x000054fa store  0x00000001 , 0x00000000 
+ 00021777  0x000054fb arg  0x00000c03 , 0x00000002 
+ 00021778  0x000054fc fetch  0x00000001 , 0x0000449f 
+ 00021779  0x000054fd nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00021780  0x000054fe copy  0x00000011 , 0x0000003f 
+ 00021781  0x000054ff nsetflag  0x00000034 , 0x00000007 , 0x00000002 
+ 00021782  0x00005500 storet  0x00000002 , 0x000043dc 
+ 00021783  0x00005501 fetch  0x00000006 , 0x000044a0 
+ 00021784  0x00005502 istore  0x00000006 , 0x00000005 
+ 00021785  0x00005503 fetch  0x00000006 , 0x0000044f 
+ 00021786  0x00005504 istore  0x00000006 , 0x00000005 
+ 00021787  0x00005505 branch  0x000054bf 
+ 00021788  0x00005509 bpatchx  0x00000052 , 0x0000402a 
+ 00021789  0x0000550a arg  0x00000004 , 0x00000002 
+ 00021790  0x0000550b fetch  0x00000001 , 0x00004485 
+ 00021791  0x0000550c nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00021792  0x0000550d storet  0x00000001 , 0x000043dc 
+ 00021793  0x0000550e fetcht  0x00000001 , 0x0000438f 
+ 00021794  0x0000550f add  0x00000002 , 0x00000006 , 0x0000003f 
+ 00021795  0x00005510 store  0x00000001 , 0x000043dd 
+ 00021796  0x00005511 fetch  0x00000006 , 0x000044a0 
+ 00021797  0x00005512 store  0x00000006 , 0x000043de 
+ 00021798  0x00005513 arg  0x00004390 , 0x00000006 
+ 00021799  0x00005514 copy  0x00000002 , 0x00000039 
+ 00021800  0x00005515 call  0x00007ef4 
+ 00021801  0x00005516 call  0x000054c7 
+ 00021802  0x00005517 branch  0x00005706 
+ 00021803  0x0000551a bpatchx  0x00000053 , 0x0000402a 
+ 00021804  0x0000551b force  0xffffffff , 0x0000003f 
+ 00021805  0x0000551c setsect  0x00000002 , 0x00000001 
+ 00021806  0x0000551d store  0x00000005 , 0x0000046f 
+ 00021807  0x0000551e call  0x0000545b 
+ 00021808  0x0000551f force  0x00000004 , 0x00000039 
+ 00021809  0x00005520 arg  0x00000463 , 0x00000005 
+ 00021810  0x00005521 call  0x0000630d 
+ 00021811  0x00005522 fetch  0x00000002 , 0x0000449c 
+ 00021812  0x00005523 store  0x00000002 , 0x0000046d 
+ 00021813  0x00005525 random  0x0000003f 
+ 00021814  0x00005526 and_into  0x0000000f , 0x0000003f 
+ 00021815  0x00005527 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00021816  0x00005528 branch  0x00005535 , 0x00000002 
+ 00021817  0x00005529 store  0x00000001 , 0x00000458 
+ 00021818  0x0000552a store  0x00000001 , 0x000006e6 
+ 00021819  0x0000552b bpatchx  0x00000054 , 0x0000402a 
+ 00021820  0x0000552c fetcht  0x00000002 , 0x00004367 
+ 00021821  0x0000552d storet  0x00000002 , 0x00000441 
+ 00021822  0x0000552e copy  0x00000002 , 0x00000013 
+ 00021823  0x0000552f add  0x00000022 , 0x00000007 , 0x0000003f 
+ 00021824  0x00005530 idiv  0x00000013 
+ 00021825  0x00005531 call  0x00007f86 
+ 00021826  0x00005532 remainder  0x00000011 
+ 00021827  0x00005533 isub  0x00000011 , 0x0000003f 
+ 00021828  0x00005534 iadd  0x00000013 , 0x0000003f 
+ 00021829  0x00005535 fetcht  0x00000002 , 0x00004365 
+ 00021830  0x00005536 iadd  0x00000002 , 0x0000003f 
+ 00021831  0x00005537 store  0x00000004 , 0x00000443 
+ 00021832  0x00005538 isub  0x00000022 , 0x00000011 
+ 00021833  0x00005539 increase  0xfffffffa , 0x00000011 
+ 00021834  0x0000553a arg  0x00002205 , 0x00000012 
+ 00021835  0x0000553b fetch  0x00000001 , 0x00004495 
+ 00021836  0x0000553c nsetflag  0x00000034 , 0x00000006 , 0x00000012 
+ 00021837  0x0000553d fetch  0x00000001 , 0x0000448e 
+ 00021838  0x0000553e nsetflag  0x00000034 , 0x00000007 , 0x00000012 
+ 00021839  0x0000553f copy  0x00000012 , 0x0000003f 
+ 00021840  0x00005540 store  0x00000002 , 0x000043dc 
+ 00021841  0x00005541 fetch  0x00000006 , 0x000044a0 
+ 00021842  0x00005542 istore  0x00000006 , 0x00000005 
+ 00021843  0x00005543 fetch  0x00000006 , 0x0000044f 
+ 00021844  0x00005544 istore  0x00000006 , 0x00000005 
+ 00021845  0x00005545 fetch  0x00000004 , 0x00000463 
+ 00021846  0x00005546 istore  0x00000004 , 0x00000005 
+ 00021847  0x00005547 random  0x0000003f 
+ 00021848  0x00005548 istore  0x00000002 , 0x00000005 
+ 00021849  0x00005549 random  0x0000003f 
+ 00021850  0x0000554a istore  0x00000001 , 0x00000005 
+ 00021851  0x0000554b force  0x00000002 , 0x0000003f 
+ 00021852  0x0000554c istore  0x00000001 , 0x00000005 
+ 00021853  0x0000554d rshift2  0x00000011 , 0x0000003f 
+ 00021854  0x0000554e istore  0x00000002 , 0x00000005 
+ 00021855  0x0000554f rshift2  0x00000013 , 0x0000003f 
+ 00021856  0x00005550 istore  0x00000002 , 0x00000005 
+ 00021857  0x00005551 bpatchx  0x00000055 , 0x0000402a 
+ 00021858  0x00005552 setarg  0x00000000 
+ 00021859  0x00005553 istore  0x00000002 , 0x00000005 
+ 00021860  0x00005554 fetch  0x00000002 , 0x0000449c 
+ 00021861  0x00005555 istore  0x00000002 , 0x00000005 
+ 00021862  0x00005556 fetch  0x00000005 , 0x0000046f 
+ 00021863  0x00005557 istore  0x00000005 , 0x00000005 
+ 00021864  0x00005558 fetch  0x00000001 , 0x00000458 
+ 00021865  0x00005559 arg  0x000000a0 , 0x00000002 
+ 00021866  0x0000555a ior  0x00000002 , 0x0000003f 
+ 00021867  0x0000555b istore  0x00000001 , 0x00000005 
+ 00021868  0x0000555c call  0x000054c7 
+ 00021869  0x0000555d setarg  0x000043dc 
+ 00021870  0x0000555e add  0x0000003f , 0x00000012 , 0x00000006 
+ 00021871  0x0000555f ifetch  0x00000003 , 0x00000006 
+ 00021872  0x00005560 store  0x00000003 , 0x00000467 
+ 00021873  0x00005561 rtn 
+ 00021874  0x00005564 bpatchx  0x00000056 , 0x0000402a 
+ 00021875  0x00005565 disable  0x00000029 
+ 00021876  0x00005566 branch  0x0000540c 
+ 00021877  0x0000556b fetch  0x00000001 , 0x0000043f 
+ 00021878  0x0000556c rtnbit0  0x00000005 
+ 00021879  0x0000556d fetch  0x00000002 , 0x00000459 
+ 00021880  0x0000556e fetcht  0x00000002 , 0x0000045f 
+ 00021881  0x0000556f isub  0x00000002 , 0x0000003f 
+ 00021882  0x00005570 nrtn  0x00000002 
+ 00021883  0x00005571 store  0x00000002 , 0x00000a9a 
+ 00021884  0x00005572 bpatchx  0x00000057 , 0x0000402a 
+ 00021885  0x00005573 fetch  0x00000001 , 0x0000043f 
+ 00021886  0x00005574 set0  0x00000005 , 0x0000003f 
+ 00021887  0x00005575 set0  0x00000003 , 0x0000003f 
+ 00021888  0x00005576 store  0x00000001 , 0x0000043f 
+ 00021889  0x00005577 fetch  0x00000004 , 0x00000443 
+ 00021890  0x00005578 fetcht  0x00000002 , 0x00000441 
+ 00021891  0x00005579 storet  0x00000002 , 0x00000aa2 
+ 00021892  0x0000557a isub  0x00000002 , 0x00000011 
+ 00021893  0x0000557b bpatchx  0x00000058 , 0x0000402b 
+ 00021894  0x0000557c fetch  0x00000001 , 0x000043d3 
+ 00021895  0x0000557d store  0x00000001 , 0x0000046a 
+ 00021896  0x0000557e ifetcht  0x00000002 , 0x00000006 
+ 00021897  0x0000557f ifetch  0x00000002 , 0x00000006 
+ 00021898  0x00005580 lshift2  0x0000003f , 0x0000003f 
+ 00021899  0x00005581 store  0x00000002 , 0x00000441 
+ 00021900  0x00005582 lshift2  0x00000002 , 0x00000002 
+ 00021901  0x00005583 iadd  0x00000002 , 0x0000003f 
+ 00021902  0x00005584 ifetcht  0x00000004 , 0x00000006 
+ 00021903  0x00005585 storet  0x00000004 , 0x0000046b 
+ 00021904  0x00005586 iadd  0x00000011 , 0x0000003f 
+ 00021905  0x00005587 copy  0x0000003f , 0x00000014 
+ 00021906  0x00005588 fetch  0x00000002 , 0x00000441 
+ 00021907  0x00005589 fetcht  0x00000002 , 0x00000aa2 
+ 00021908  0x0000558a isub  0x00000002 , 0x0000003f 
+ 00021909  0x0000558b fetcht  0x00000002 , 0x00000a9a 
+ 00021910  0x0000558c imul32  0x00000002 , 0x0000003f 
+ 00021911  0x0000558d iadd  0x00000014 , 0x0000003f 
+ 00021912  0x0000558e store  0x00000004 , 0x00000443 
+ 00021913  0x0000558f call  0x00005713 
+ 00021914  0x00005590 fetch  0x00000002 , 0x0000046d 
+ 00021915  0x00005591 store  0x00000002 , 0x000044ba 
+ 00021916  0x00005592 rtn 
+ 00021917  0x00005596 bpatchx  0x00000059 , 0x0000402b 
+ 00021918  0x00005597 fetch  0x00000001 , 0x0000043f 
+ 00021919  0x00005598 rtnbit0  0x00000006 
+ 00021920  0x00005599 fetch  0x00000002 , 0x00000459 
+ 00021921  0x0000559a fetcht  0x00000002 , 0x0000045f 
+ 00021922  0x0000559b isub  0x00000002 , 0x0000003f 
+ 00021923  0x0000559c nrtn  0x00000002 
+ 00021924  0x0000559d fetch  0x00000001 , 0x0000043f 
+ 00021925  0x0000559e set0  0x00000006 , 0x0000003f 
+ 00021926  0x0000559f store  0x00000001 , 0x0000043f 
+ 00021927  0x000055a0 fetch  0x00000005 , 0x000043ce 
+ 00021928  0x000055a1 store  0x00000005 , 0x0000046f 
+ 00021929  0x000055a2 branch  0x0000545b 
+ 00021930  0x000055a6 bpatchx  0x0000005a , 0x0000402b 
+ 00021931  0x000055a7 call  0x000056ed 
+ 00021932  0x000055a8 call  0x000055c0 
+ 00021933  0x000055a9 fetch  0x00000001 , 0x000002d9 
+ 00021934  0x000055aa isolate1  0x00000004 , 0x0000003f 
+ 00021935  0x000055ab setflag  0x00000001 , 0x0000002a , 0x00000000 
+ 00021936  0x000055ac rshift  0x0000003f , 0x0000003f 
+ 00021937  0x000055ad ixor  0x00000002 , 0x0000003f 
+ 00021938  0x000055ae isolate1  0x00000002 , 0x0000003f 
+ 00021939  0x000055af setflag  0x00000001 , 0x0000000f , 0x00000000 
+ 00021940  0x000055b0 rtnmark1  0x0000000f 
+ 00021941  0x000055b1 fetch  0x00000001 , 0x000002da 
+ 00021942  0x000055b2 branch  0x000055bc , 0x00000034 
+ 00021943  0x000055b3 fetch  0x00000001 , 0x0000043f 
+ 00021944  0x000055b4 bbit0  0x00000004 , 0x000055bc 
+ 00021945  0x000055b5 call  0x0000748d 
+ 00021946  0x000055b6 call  0x000073fb 
+ 00021947  0x000055b7 nrtn  0x00000034 
+ 00021948  0x000055b9 fetcht  0x00000001 , 0x00000456 
+ 00021949  0x000055ba setflip  0x00000002 , 0x00000002 
+ 00021950  0x000055bb storet  0x00000001 , 0x00000456 
+ 00021951  0x000055bc rtn 
+ 00021952  0x000055c0 bpatchx  0x0000005b , 0x0000402b 
+ 00021953  0x000055c1 fetcht  0x00000001 , 0x00000456 
+ 00021954  0x000055c2 isolate0  0x00000005 , 0x00000002 
+ 00021955  0x000055c3 rtn  0x00000001 
+ 00021956  0x000055c4 fetch  0x00000001 , 0x000002d9 
+ 00021957  0x000055c5 lshift  0x0000003f , 0x0000003f 
+ 00021958  0x000055c6 ixor  0x00000002 , 0x0000003f 
+ 00021959  0x000055c7 rtnbit0  0x00000003 
+ 00021960  0x000055c8 set0  0x00000005 , 0x00000002 
+ 00021961  0x000055c9 setflip  0x00000003 , 0x00000002 
+ 00021962  0x000055ca storet  0x00000001 , 0x00000456 
+ 00021963  0x000055cb compare  0x00000003 , 0x00000002 , 0x00000003 
+ 00021964  0x000055cc nrtn  0x00000001 
+ 00021965  0x000055cd fetch  0x00000001 , 0x000043de 
+ 00021966  0x000055ce beq  0x00000005 , 0x000055d2 
+ 00021967  0x000055cf fetch  0x00000001 , 0x000044c5 
+ 00021968  0x000055d0 beq  0x00000002 , 0x000055d6 
+ 00021969  0x000055d1 rtn 
+ 00021970  0x000055d5 fetch  0x00000001 , 0x0000043f 
+ 00021971  0x000055d6 set1  0x00000004 , 0x0000003f 
+ 00021972  0x000055d7 store  0x00000001 , 0x0000043f 
+ 00021973  0x000055d8 rtn 
+ 00021974  0x000055db bpatchx  0x0000005c , 0x0000402b 
+ 00021975  0x000055dc jam  0x00000000 , 0x000044c5 
+ 00021976  0x000055dd arg  0x00000000 , 0x0000003f 
+ 00021977  0x000055de store  0x00000004 , 0x0000440d 
+ 00021978  0x000055df store  0x00000005 , 0x00004403 
+ 00021979  0x000055e0 set1  0x00000027 , 0x0000003f 
+ 00021980  0x000055e1 store  0x00000005 , 0x00004408 
+ 00021981  0x000055e2 fetch  0x00000001 , 0x0000043f 
+ 00021982  0x000055e3 set0  0x00000004 , 0x0000003f 
+ 00021983  0x000055e4 store  0x00000001 , 0x0000043f 
+ 00021984  0x000055e5 rtn 
+ 00021985  0x000055e9 bpatchx  0x0000005d , 0x0000402b 
+ 00021986  0x000055ea call  0x00005422 
+ 00021987  0x000055eb call  0x00005485 
+ 00021988  0x000055ec fetch  0x00000001 , 0x00000001 
+ 00021989  0x000055ed increase  0x00000001 , 0x0000003f 
+ 00021990  0x000055ee store  0x00000001 , 0x00000001 
+ 00021991  0x000055ef rtn 
+ 00021992  0x000055f3 bpatchx  0x0000005e , 0x0000402b 
+ 00021993  0x000055f4 fetch  0x00000001 , 0x00004369 
+ 00021994  0x000055f5 rtnne  0x00000001 
+ 00021995  0x000055f6 arg  0x00000002 , 0x00000007 
+ 00021996  0x000055f7 call  0x00007f16 
+ 00021997  0x000055f8 nrtn  0x00000034 
+ 00021998  0x000055f9 fetch  0x00000002 , 0x0000436a 
+ 00021999  0x000055fa fetcht  0x00000002 , 0x0000436c 
+ 00022000  0x000055fb isub  0x00000002 , 0x0000003f 
+ 00022001  0x000055fc arg  0x00000002 , 0x00000007 
+ 00022002  0x000055fd call  0x00007f08 
+ 00022003  0x000055fe disable  0x00000029 
+ 00022004  0x000055ff call  0x00005572 
+ 00022005  0x00005600 call  0x000055e1 
+ 00022006  0x00005601 nrtn  0x0000002d 
+ 00022007  0x00005602 bpatchx  0x0000005f , 0x0000402b 
+ 00022008  0x00005603 fetch  0x00000006 , 0x000002db 
+ 00022009  0x00005604 store  0x00000006 , 0x0000044f 
+ 00022010  0x00005607 fetch  0x00000001 , 0x00000002 
+ 00022011  0x00005608 increase  0x00000001 , 0x0000003f 
+ 00022012  0x00005609 store  0x00000001 , 0x00000002 
+ 00022013  0x0000560a call  0x00005608 
+ 00022014  0x0000560b rtn  0x00000029 
+ 00022015  0x0000560c call  0x0000550b 
+ 00022016  0x0000560d nrtn  0x0000002d 
+ 00022017  0x0000560e bpatchx  0x00000060 , 0x0000402c 
+ 00022018  0x0000560f fetch  0x00000001 , 0x00000004 
+ 00022019  0x00005610 increase  0x00000001 , 0x0000003f 
+ 00022020  0x00005611 store  0x00000001 , 0x00000004 
+ 00022021  0x00005612 fetch  0x00000009 , 0x000002e1 
+ 00022022  0x00005613 store  0x00000009 , 0x00000101 
+ 00022023  0x00005614 rtn 
+ 00022024  0x00005617 bpatchx  0x00000061 , 0x0000402c 
+ 00022025  0x00005618 fetch  0x00000001 , 0x0000049b 
+ 00022026  0x00005619 rtnne  0x0000001b 
+ 00022027  0x0000561a fetch  0x00000006 , 0x0000044f 
+ 00022028  0x0000561b fetcht  0x00000006 , 0x0000448f 
+ 00022029  0x0000561c isub  0x00000002 , 0x0000003e 
+ 00022030  0x0000561d nrtn  0x00000005 
+ 00022031  0x0000561e call  0x0000223b 
+ 00022032  0x0000561f nrtn  0x00000005 
+ 00022033  0x00005620 call  0x0000552b 
+ 00022034  0x00005621 call  0x00005340 
+ 00022035  0x00005622 bpatchx  0x00000062 , 0x0000402c 
+ 00022036  0x00005623 jam  0x00000000 , 0x000041ce 
+ 00022037  0x00005624 jam  0x00000000 , 0x00000476 
+ 00022038  0x00005625 jam  0x00000000 , 0x00004369 
+ 00022039  0x00005626 jam  0x00000000 , 0x0000049b 
+ 00022040  0x00005627 branch  0x00002223 
+ 00022041  0x0000562a arg  0x00000001 , 0x00000011 
+ 00022042  0x0000562b fetch  0x00000001 , 0x000002d9 
+ 00022043  0x0000562c rtnbit1  0x00000006 
+ 00022044  0x0000562d arg  0x00000000 , 0x00000011 
+ 00022045  0x0000562e rtn 
+ 00022046  0x00005633 bpatchx  0x00000063 , 0x0000402c 
+ 00022047  0x00005634 fetch  0x00000001 , 0x00000456 
+ 00022048  0x00005635 rtnbit1  0x00000005 
+ 00022049  0x00005636 call  0x00005642 
+ 00022050  0x00005637 call  0x00005873 
+ 00022051  0x00005638 branch  0x00005664 , 0x00000034 
+ 00022052  0x00005639 ifetch  0x00000001 , 0x00000006 
+ 00022053  0x0000563a ifetcht  0x00000001 , 0x00000006 
+ 00022054  0x0000563b copy  0x00000002 , 0x00000011 
+ 00022055  0x0000563c isub  0x00000011 , 0x0000003f 
+ 00022056  0x0000563d arg  0x0000001b , 0x00000002 
+ 00022057  0x0000563e call  0x00007fdd 
+ 00022058  0x0000563f copy  0x0000003f , 0x00000002 
+ 00022059  0x00005640 ifetch  0x00000001 , 0x00000006 
+ 00022060  0x00005641 copy  0x0000003f , 0x00000001 
+ 00022061  0x00005642 copy  0x00000011 , 0x0000003f 
+ 00022062  0x00005643 iadd  0x00000006 , 0x00000006 
+ 00022063  0x00005644 arg  0x000043de , 0x00000005 
+ 00022064  0x00005645 copy  0x00000002 , 0x00000039 
+ 00022065  0x00005646 call  0x00007f01 
+ 00022066  0x00005647 call  0x00005654 
+ 00022067  0x00005648 call  0x00005666 
+ 00022068  0x0000564a call  0x00005873 
+ 00022069  0x0000564b ifetch  0x00000001 , 0x00000006 
+ 00022070  0x0000564c copy  0x0000003f , 0x00000011 
+ 00022071  0x0000564d copy  0x00000006 , 0x00000013 
+ 00022072  0x0000564e ifetcht  0x00000001 , 0x00000006 
+ 00022073  0x0000564f copy  0x00000002 , 0x00000012 
+ 00022074  0x00005650 isub  0x00000012 , 0x0000003f 
+ 00022075  0x00005651 arg  0x0000001b , 0x00000002 
+ 00022076  0x00005652 call  0x00007fdd 
+ 00022077  0x00005653 iadd  0x00000012 , 0x0000003f 
+ 00022078  0x00005654 istore  0x00000001 , 0x00000013 
+ 00022079  0x00005655 isub  0x00000011 , 0x0000003e 
+ 00022080  0x00005656 nrtn  0x00000005 
+ 00022081  0x00005657 branch  0x00005896 
+ 00022082  0x0000565b call  0x00005649 
+ 00022083  0x0000565c rtnmark1  0x00000029 
+ 00022084  0x0000565d fetch  0x00000001 , 0x000044e9 
+ 00022085  0x0000565e bbit0  0x00000002 , 0x00005652 
+ 00022086  0x0000565f call  0x00005876 
+ 00022087  0x00005660 branch  0x00005652 , 0x00000034 
+ 00022088  0x00005661 branch  0x00005650 
+ 00022089  0x00005665 call  0x00005873 
+ 00022090  0x00005666 branch  0x00005652 , 0x00000034 
+ 00022091  0x00005667 ifetch  0x00000001 , 0x00000006 
+ 00022092  0x00005668 ifetcht  0x00000001 , 0x00000006 
+ 00022093  0x00005669 isub  0x00000002 , 0x0000003f 
+ 00022094  0x0000566a sub  0x0000003f , 0x0000001b , 0x0000003e 
+ 00022095  0x0000566b branch  0x00005652 , 0x00000002 
+ 00022096  0x0000566d set1  0x00000029 , 0x00000000 
+ 00022097  0x0000566e rtn 
+ 00022098  0x00005671 set0  0x00000029 , 0x00000000 
+ 00022099  0x00005672 rtn 
+ 00022100  0x00005675 copy  0x00000011 , 0x0000003f 
+ 00022101  0x00005676 rtn  0x00000034 
+ 00022102  0x00005677 arg  0x00000001 , 0x00000001 
+ 00022103  0x00005678 rtn 
+ 00022104  0x0000567c bpatchx  0x00000064 , 0x0000402c 
+ 00022105  0x0000567d increase  0x00000001 , 0x00000002 
+ 00022106  0x0000567e call  0x0000576a 
+ 00022107  0x0000567f increase  0xfffffffe , 0x00000006 
+ 00022108  0x00005680 ifetch  0x00000002 , 0x00000006 
+ 00022109  0x00005681 arg  0x00002902 , 0x00000002 
+ 00022110  0x00005682 isub  0x00000002 , 0x0000003e 
+ 00022111  0x00005683 nrtn  0x00000005 
+ 00022112  0x00005684 increase  0x00000001 , 0x00000006 
+ 00022113  0x00005685 copy  0x00000006 , 0x00000011 
+ 00022114  0x00005686 ifetch  0x00000001 , 0x00000006 
+ 00022115  0x00005687 rtn 
+ 00022116  0x0000568b force  0x00000000 , 0x00000002 
+ 00022117  0x0000568c force  0x00000001 , 0x00000001 
+ 00022118  0x0000568f bpatchx  0x00000065 , 0x0000402c 
+ 00022119  0x00005690 storet  0x00000001 , 0x000043dd 
+ 00022120  0x00005691 fetcht  0x00000001 , 0x00000456 
+ 00022121  0x00005692 set1  0x00000005 , 0x00000002 
+ 00022122  0x00005693 and  0x00000002 , 0x000000fc , 0x0000003f 
+ 00022123  0x00005694 ior  0x00000001 , 0x0000003f 
+ 00022124  0x00005695 store  0x00000001 , 0x00000456 
+ 00022125  0x00005696 and_into  0x0000001f , 0x0000003f 
+ 00022126  0x00005697 isolate1  0x00000029 , 0x00000000 
+ 00022127  0x00005698 setflag  0x00000001 , 0x00000004 , 0x0000003f 
+ 00022128  0x00005699 store  0x00000001 , 0x000043dc 
+ 00022129  0x0000569b fetch  0x00000001 , 0x000043dc 
+ 00022130  0x0000569c compare  0x00000001 , 0x00000001 , 0x00000003 
+ 00022131  0x0000569d nbranch  0x00005676 , 0x00000001 
+ 00022132  0x0000569e fetch  0x00000001 , 0x000043dd 
+ 00022133  0x0000569f rtn  0x00000034 
+ 00022134  0x000056a1 fetch  0x00000001 , 0x0000043f 
+ 00022135  0x000056a2 rtnbit0  0x00000004 
+ 00022136  0x000056a3 call  0x0000748d 
+ 00022137  0x000056a4 branch  0x000073e3 
+ 00022138  0x000056a8 arg  0x00000000 , 0x00000007 
+ 00022139  0x000056a9 branch  0x00002c32 
+ 00022140  0x000056ac arg  0x00000000 , 0x00000007 
+ 00022141  0x000056ad branch  0x00002c36 
+ 00022142  0x000056b1 bpatchx  0x00000066 , 0x0000402c 
+ 00022143  0x000056b2 rtnmark1  0x0000000f 
+ 00022144  0x000056b3 call  0x00005890 
+ 00022145  0x000056b4 nrtn  0x00000034 
+ 00022146  0x000056b5 fetch  0x00000001 , 0x000002d9 
+ 00022147  0x000056b6 and  0x0000003f , 0x00000003 , 0x0000003f 
+ 00022148  0x000056b7 store  0x00000001 , 0x0000450c 
+ 00022149  0x000056b8 ifetch  0x00000001 , 0x00000006 
+ 00022150  0x000056b9 and  0x0000003f , 0x0000001f , 0x0000003f 
+ 00022151  0x000056ba store  0x00000001 , 0x0000450b 
+ 00022152  0x000056bb rtn  0x00000034 
+ 00022153  0x000056bc copy  0x00000006 , 0x0000003f 
+ 00022154  0x000056bd store  0x00000002 , 0x0000450d 
+ 00022155  0x000056be fetch  0x00000001 , 0x0000450c 
+ 00022156  0x000056bf beq  0x00000003 , 0x00005c64 
+ 00022157  0x000056c1 call  0x0000569a 
+ 00022158  0x000056c2 nbranch  0x0000567a , 0x00000028 
+ 00022159  0x000056c3 call  0x0000567c 
+ 00022160  0x000056c4 fetch  0x00000002 , 0x0000450d 
+ 00022161  0x000056c5 copy  0x0000003f , 0x00000006 
+ 00022162  0x000056c6 ifetch  0x00000002 , 0x00000006 
+ 00022163  0x000056c7 store  0x00000002 , 0x000044fc 
+ 00022164  0x000056c8 bpatchx  0x00000067 , 0x0000402c 
+ 00022165  0x000056c9 ifetch  0x00000002 , 0x00000006 
+ 00022166  0x000056ca beq  0x00000004 , 0x000058ab 
+ 00022167  0x000056cb beq  0x00000006 , 0x00005af4 
+ 00022168  0x000056cc beq  0x00000005 , 0x00005ab6 
+ 00022169  0x000056cd rtn 
+ 00022170  0x000056d1 fetch  0x00000001 , 0x0000450c 
+ 00022171  0x000056d2 beq  0x00000002 , 0x000056a9 
+ 00022172  0x000056d3 beq  0x00000001 , 0x000056c1 
+ 00022173  0x000056d4 rtn 
+ 00022174  0x000056da call  0x00007fe7 
+ 00022175  0x000056db arg  0x00000004 , 0x00000002 
+ 00022176  0x000056dc isub  0x0000003f , 0x0000003e 
+ 00022177  0x000056dd rtn  0x00000005 
+ 00022178  0x000056de arg  0x00000005 , 0x00000002 
+ 00022179  0x000056df isub  0x0000003f , 0x0000003e 
+ 00022180  0x000056e0 rtn  0x00000005 
+ 00022181  0x000056e1 arg  0x00000006 , 0x00000002 
+ 00022182  0x000056e2 isub  0x0000003f , 0x0000003e 
+ 00022183  0x000056e3 rtn  0x00000005 
+ 00022184  0x000056e4 branch  0x00007fe9 
+ 00022185  0x000056e8 fetch  0x00000002 , 0x0000450d 
+ 00022186  0x000056e9 copy  0x0000003f , 0x00000006 
+ 00022187  0x000056ea ifetch  0x00000002 , 0x00000006 
+ 00022188  0x000056eb store  0x00000002 , 0x000044fc 
+ 00022189  0x000056ec ifetch  0x00000002 , 0x00000006 
+ 00022190  0x000056ed call  0x0000569e 
+ 00022191  0x000056ee nrtn  0x00000028 
+ 00022192  0x000056ef fetcht  0x00000001 , 0x0000450b 
+ 00022193  0x000056f0 storet  0x00000001 , 0x000044fe 
+ 00022194  0x000056f1 fetch  0x00000002 , 0x000044fc 
+ 00022195  0x000056f2 increase  0x00000004 , 0x0000003f 
+ 00022196  0x000056f3 isub  0x00000002 , 0x0000003e 
+ 00022197  0x000056f4 branch  0x00007fe7 , 0x00000005 
+ 00022198  0x000056f5 fetch  0x00000001 , 0x0000450b 
+ 00022199  0x000056f6 copy  0x0000003f , 0x00000039 
+ 00022200  0x000056f7 arg  0x00000311 , 0x00000005 
+ 00022201  0x000056f8 fetch  0x00000002 , 0x0000450d 
+ 00022202  0x000056f9 copy  0x0000003f , 0x00000006 
+ 00022203  0x000056fa call  0x00007f01 
+ 00022204  0x000056fb branch  0x00007fe9 
+ 00022205  0x00005701 call  0x00007fe7 
+ 00022206  0x00005702 fetch  0x00000001 , 0x000044fe 
+ 00022207  0x00005703 nrtn  0x00000034 
+ 00022208  0x00005704 branch  0x00007fe9 
+ 00022209  0x00005707 call  0x000056bd 
+ 00022210  0x00005708 nrtn  0x00000028 
+ 00022211  0x00005709 fetch  0x00000001 , 0x000044fe 
+ 00022212  0x0000570a arg  0x00000311 , 0x00000005 
+ 00022213  0x0000570b iadd  0x00000005 , 0x00000011 
+ 00022214  0x0000570c fetcht  0x00000001 , 0x0000450b 
+ 00022215  0x0000570d iadd  0x00000002 , 0x0000003f 
+ 00022216  0x0000570e store  0x00000001 , 0x000044fe 
+ 00022217  0x0000570f fetch  0x00000001 , 0x0000450b 
+ 00022218  0x00005710 copy  0x0000003f , 0x00000039 
+ 00022219  0x00005711 copy  0x00000011 , 0x00000005 
+ 00022220  0x00005712 fetch  0x00000002 , 0x0000450d 
+ 00022221  0x00005713 copy  0x0000003f , 0x00000006 
+ 00022222  0x00005714 call  0x00007ef4 
+ 00022223  0x00005715 setarg  0x00000311 
+ 00022224  0x00005716 store  0x00000002 , 0x0000450d 
+ 00022225  0x00005717 fetch  0x00000002 , 0x000044fc 
+ 00022226  0x00005718 increase  0x00000004 , 0x0000003f 
+ 00022227  0x00005719 fetcht  0x00000001 , 0x000044fe 
+ 00022228  0x0000571a isub  0x00000002 , 0x0000003e 
+ 00022229  0x0000571b branch  0x00007fe7 , 0x00000005 
+ 00022230  0x0000571c branch  0x00007fe9 
+ 00022231  0x00005723 call  0x00007ea5 
+ 00022232  0x00005724 arg  0x0000445e , 0x00000005 
+ 00022233  0x00005726 fetch  0x00000002 , 0x000044fc 
+ 00022234  0x00005727 increase  0xfffffffb , 0x0000003f 
+ 00022235  0x00005729 istore  0x00000001 , 0x00000005 
+ 00022236  0x0000572a copy  0x0000003f , 0x00000039 
+ 00022237  0x0000572b call  0x00007e9f 
+ 00022238  0x0000572c branch  0x00007ef4 
+ 00022239  0x0000572f call  0x00007ea5 
+ 00022240  0x00005730 arg  0x00004471 , 0x00000005 
+ 00022241  0x00005731 branch  0x000056d9 
+ 00022242  0x00005736 fetch  0x00000002 , 0x000041f9 
+ 00022243  0x00005737 branch  0x00007f9c 
+ 00022244  0x0000573a fetcht  0x00000004 , 0x0000045b 
+ 00022245  0x0000573b call  0x00002a7b 
+ 00022246  0x0000573c isub  0x00000002 , 0x0000000b 
+ 00022247  0x0000573d deposit  0x0000000b 
+ 00022248  0x0000573e fetcht  0x00000002 , 0x0000046d 
+ 00022249  0x0000573f lshift4  0x00000002 , 0x00000002 
+ 00022250  0x00005740 lshift  0x00000002 , 0x00000002 
+ 00022251  0x00005741 isub  0x00000002 , 0x0000003f 
+ 00022252  0x00005742 rtn 
+ 00022253  0x00005745 call  0x00002a7b 
+ 00022254  0x00005746 store  0x00000004 , 0x0000045b 
+ 00022255  0x00005747 rtn 
+ 00022256  0x0000574b jam  0x00000024 , 0x00000016 
+ 00022257  0x0000574c jam  0x00000000 , 0x00000ac2 
+ 00022258  0x0000574e bpatchx  0x00000068 , 0x0000402d 
+ 00022259  0x0000574f fetch  0x00000001 , 0x0000436e 
+ 00022260  0x00005750 rtn  0x00000034 
+ 00022261  0x00005751 arg  0x00000000 , 0x00000007 
+ 00022262  0x00005752 call  0x00007f16 
+ 00022263  0x00005753 nrtn  0x00000034 
+ 00022264  0x00005754 bpatchx  0x00000069 , 0x0000402d 
+ 00022265  0x00005756 disable  0x00000029 
+ 00022266  0x00005757 enable  0x00000010 
+ 00022267  0x00005758 call  0x00005572 
+ 00022268  0x00005759 call  0x00005422 
+ 00022269  0x0000575a call  0x000054e9 
+ 00022270  0x0000575b nbranch  0x00005706 , 0x0000002d 
+ 00022271  0x0000575c fetch  0x00000001 , 0x00000003 
+ 00022272  0x0000575d increase  0x00000001 , 0x0000003f 
+ 00022273  0x0000575e store  0x00000001 , 0x00000003 
+ 00022274  0x0000575f fetch  0x00000001 , 0x000002d9 
+ 00022275  0x00005760 and  0x0000003f , 0x0000000f , 0x0000003f 
+ 00022276  0x00005761 beq  0x00000003 , 0x0000551c 
+ 00022277  0x00005762 beq  0x00000005 , 0x00005728 
+ 00022278  0x00005764 bpatchx  0x0000006a , 0x0000402d 
+ 00022279  0x00005765 random  0x0000003f 
+ 00022280  0x00005766 arg  0x000001ff , 0x00000002 
+ 00022281  0x00005767 iand  0x00000002 , 0x0000003f 
+ 00022282  0x00005768 add  0x0000003f , 0x000000fa , 0x0000003f 
+ 00022283  0x00005769 call  0x00003cbe 
+ 00022284  0x0000576a fetch  0x00000001 , 0x00000ac2 
+ 00022285  0x0000576b fetcht  0x00000001 , 0x0000448d 
+ 00022286  0x0000576c isub  0x00000002 , 0x0000003e 
+ 00022287  0x0000576d nbranch  0x000056f2 , 0x00000005 
+ 00022288  0x0000576e arg  0x00000000 , 0x00000007 
+ 00022289  0x0000576f fetch  0x00000002 , 0x00004482 
+ 00022290  0x00005770 branch  0x00007f08 
+ 00022291  0x00005774 bpatchx  0x0000006b , 0x0000402d 
+ 00022292  0x00005775 fetch  0x00000001 , 0x00000476 
+ 00022293  0x00005776 call  0x000053fc 
+ 00022294  0x00005777 fetch  0x00000002 , 0x00000441 
+ 00022295  0x00005778 imul32  0x00000002 , 0x0000003f 
+ 00022296  0x00005779 arg  0x00000177 , 0x00000002 
+ 00022297  0x0000577a imul32  0x00000002 , 0x0000003f 
+ 00022298  0x0000577b arg  0x000186a0 , 0x00000002 
+ 00022299  0x0000577c idiv  0x00000002 
+ 00022300  0x0000577d fetch  0x00000001 , 0x0000046a 
+ 00022301  0x0000577e arg  0x00004e20 , 0x00000002 
+ 00022302  0x0000577f imul32  0x00000002 , 0x0000003f 
+ 00022303  0x00005780 iadd  0x00000002 , 0x0000003f 
+ 00022304  0x00005781 store  0x00000004 , 0x000044e5 
+ 00022305  0x00005782 bpatchx  0x0000006c , 0x0000402d 
+ 00022306  0x00005783 fetch  0x00000002 , 0x000040c1 
+ 00022307  0x00005784 call  0x00007f86 
+ 00022308  0x00005785 quotient  0x00000002 
+ 00022309  0x00005786 iadd  0x00000002 , 0x0000003f 
+ 00022310  0x00005787 store  0x00000002 , 0x0000044d 
+ 00022311  0x00005788 rtn 
+ 00022312  0x0000578b bpatchx  0x0000006d , 0x0000402d 
+ 00022313  0x0000578c fetch  0x00000006 , 0x000002e1 
+ 00022314  0x0000578d fetcht  0x00000006 , 0x000044a0 
+ 00022315  0x0000578e isub  0x00000002 , 0x0000003e 
+ 00022316  0x0000578f nrtn  0x00000005 
+ 00022317  0x00005790 call  0x00005619 
+ 00022318  0x00005791 copy  0x00000011 , 0x0000003f 
+ 00022319  0x00005792 store  0x00000001 , 0x0000448e 
+ 00022320  0x00005793 fetch  0x00000007 , 0x000002ee 
+ 00022321  0x00005794 store  0x00000007 , 0x00000101 
+ 00022322  0x00005795 ifetch  0x00000008 , 0x00000006 
+ 00022323  0x00005796 istore  0x00000008 , 0x00000005 
+ 00022324  0x00005797 fetch  0x00000006 , 0x000002db 
+ 00022325  0x00005798 store  0x00000006 , 0x0000044f 
+ 00022326  0x00005799 increase  0x00000006 , 0x00000006 
+ 00022327  0x0000579a ifetch  0x00000008 , 0x00000006 
+ 00022328  0x0000579b store  0x00000008 , 0x00000463 
+ 00022329  0x0000579c ifetcht  0x00000002 , 0x00000006 
+ 00022330  0x0000579d bpatchx  0x0000006e , 0x0000402d 
+ 00022331  0x0000579e lshift2  0x00000002 , 0x00000002 
+ 00022332  0x0000579f ifetch  0x00000002 , 0x00000006 
+ 00022333  0x000057a0 lshift2  0x0000003f , 0x0000003f 
+ 00022334  0x000057a1 store  0x00000002 , 0x00000441 
+ 00022335  0x000057a2 store  0x00000004 , 0x00000443 
+ 00022336  0x000057a3 isub  0x00000002 , 0x0000003f 
+ 00022337  0x000057a4 add  0x0000003f , 0xfffffffe , 0x00000028 
+ 00022338  0x000057a5 ifetch  0x00000009 , 0x00000006 
+ 00022339  0x000057a6 store  0x00000009 , 0x0000046b 
+ 00022340  0x000057a7 bpatchx  0x0000006f , 0x0000402d 
+ 00022341  0x000057a8 ifetch  0x00000001 , 0x00000006 
+ 00022342  0x000057a9 rshift4  0x0000003f , 0x00000002 
+ 00022343  0x000057aa rshift  0x00000002 , 0x00000002 
+ 00022344  0x000057ab storet  0x00000001 , 0x00000476 
+ 00022345  0x000057ac and_into  0x0000001f , 0x0000003f 
+ 00022346  0x000057ad store  0x00000001 , 0x00000458 
+ 00022347  0x000057ae call  0x00005713 
+ 00022348  0x000057af call  0x0000545b 
+ 00022349  0x000057b0 call  0x0000534c 
+ 00022350  0x000057b1 call  0x0000223b 
+ 00022351  0x000057b2 nrtn  0x00000005 
+ 00022352  0x000057b3 bpatchx  0x00000070 , 0x0000402e 
+ 00022353  0x000057b4 call  0x00002841 
+ 00022354  0x000057b5 call  0x00005ad3 
+ 00022355  0x000057b6 jam  0x00000014 , 0x00000a99 
+ 00022356  0x000057b7 call  0x00007d86 
+ 00022357  0x000057b8 branch  0x00002223 
+ 00022358  0x000057bc bpatchx  0x00000071 , 0x0000402e 
+ 00022359  0x000057bd fetch  0x00000002 , 0x0000445a 
+ 00022360  0x000057be iforce  0x00000012 
+ 00022361  0x000057bf fetch  0x00000002 , 0x0000445c 
+ 00022362  0x000057c0 iforce  0x00000013 
+ 00022363  0x000057c1 fetch  0x00000002 , 0x000044bc 
+ 00022364  0x000057c2 iforce  0x00000006 
+ 00022365  0x000057c3 enable  0x00000028 
+ 00022366  0x000057c4 rtn 
+ 00022367  0x000057c8 ifetch  0x00000002 , 0x00000006 
+ 00022368  0x000057c9 rtn  0x00000034 
+ 00022369  0x000057ca isub  0x00000012 , 0x0000003e 
+ 00022370  0x000057cb nrtn  0x00000002 
+ 00022371  0x000057cc isub  0x00000013 , 0x0000003e 
+ 00022372  0x000057cd rtn  0x00000005 
+ 00022373  0x000057ce branch  0x00005768 , 0x00000002 
+ 00022374  0x000057cf force  0x00000001 , 0x0000003e 
+ 00022375  0x000057d0 rtn 
+ 00022376  0x000057d2 force  0x00000000 , 0x0000003f 
+ 00022377  0x000057d3 rtn 
+ 00022378  0x000057d8 call  0x0000576d 
+ 00022379  0x000057d9 branch  0x00005779 , 0x00000005 
+ 00022380  0x000057da rtn 
+ 00022381  0x000057dd bpatchx  0x00000072 , 0x0000402e 
+ 00022382  0x000057de fetch  0x00000002 , 0x000044bc 
+ 00022383  0x000057df iforce  0x00000006 
+ 00022384  0x000057e1 ifetch  0x00000002 , 0x00000006 
+ 00022385  0x000057e2 rtn  0x00000034 
+ 00022386  0x000057e3 isub  0x00000002 , 0x0000003e 
+ 00022387  0x000057e4 rtn  0x00000005 
+ 00022388  0x000057e5 ifetch  0x00000001 , 0x00000006 
+ 00022389  0x000057e6 iadd  0x00000006 , 0x00000006 
+ 00022390  0x000057e7 ifetch  0x00000001 , 0x00000006 
+ 00022391  0x000057e8 iadd  0x00000006 , 0x00000006 
+ 00022392  0x000057e9 branch  0x00005770 
+ 00022393  0x000057eb ifetch  0x00000001 , 0x00000006 
+ 00022394  0x000057ec iadd  0x00000006 , 0x00000006 
+ 00022395  0x000057ed rtn 
+ 00022396  0x000057f2 bpatchx  0x00000073 , 0x0000402e 
+ 00022397  0x000057f3 fetch  0x00000002 , 0x000044bc 
+ 00022398  0x000057f4 iforce  0x00000006 
+ 00022399  0x000057f6 ifetch  0x00000002 , 0x00000006 
+ 00022400  0x000057f7 rtn  0x00000034 
+ 00022401  0x000057f8 ifetch  0x00000001 , 0x00000006 
+ 00022402  0x000057f9 iadd  0x00000006 , 0x00000006 
+ 00022403  0x000057fa increase  0xfffffffe , 0x00000006 
+ 00022404  0x000057fb ifetch  0x00000002 , 0x00000006 
+ 00022405  0x000057fc isub  0x00000002 , 0x0000003e 
+ 00022406  0x000057fd rtn  0x00000005 
+ 00022407  0x000057fe ifetch  0x00000001 , 0x00000006 
+ 00022408  0x000057ff iadd  0x00000006 , 0x00000006 
+ 00022409  0x00005800 branch  0x0000577f 
+ 00022410  0x00005805 fetch  0x00000002 , 0x0000049c 
+ 00022411  0x00005806 branch  0x0000578e 
+ 00022412  0x00005809 bpatchx  0x00000074 , 0x0000402e 
+ 00022413  0x0000580a fetch  0x00000002 , 0x000044bc 
+ 00022414  0x0000580c iforce  0x00000006 
+ 00022415  0x0000580d copy  0x00000002 , 0x00000011 
+ 00022416  0x0000580f ifetch  0x00000002 , 0x00000006 
+ 00022417  0x00005810 branch  0x00005799 , 0x00000034 
+ 00022418  0x00005811 isub  0x00000011 , 0x0000003e 
+ 00022419  0x00005812 branch  0x0000579a , 0x00000005 
+ 00022420  0x00005813 ifetch  0x00000001 , 0x00000006 
+ 00022421  0x00005814 iadd  0x00000006 , 0x00000006 
+ 00022422  0x00005815 ifetch  0x00000001 , 0x00000006 
+ 00022423  0x00005816 iadd  0x00000006 , 0x00000006 
+ 00022424  0x00005817 branch  0x00005790 
+ 00022425  0x00005819 branch  0x00007fef 
+ 00022426  0x0000581c ifetch  0x00000001 , 0x00000006 
+ 00022427  0x0000581d store  0x00000001 , 0x000004a2 
+ 00022428  0x0000581e copy  0x0000003f , 0x00000039 
+ 00022429  0x0000581f arg  0x000004a3 , 0x00000005 
+ 00022430  0x00005820 call  0x00007ef4 
+ 00022431  0x00005821 ifetch  0x00000001 , 0x00000006 
+ 00022432  0x00005822 store  0x00000001 , 0x000004b3 
+ 00022433  0x00005823 call  0x00007ea5 
+ 00022434  0x00005824 branch  0x00007ff1 
+ 00022435  0x00005828 bpatchx  0x00000075 , 0x0000402e 
+ 00022436  0x00005829 call  0x000057a6 
+ 00022437  0x0000582a branch  0x000057b8 
+ 00022438  0x0000582d arg  0x00002a00 , 0x00000002 
+ 00022439  0x0000582e call  0x0000577c 
+ 00022440  0x0000582f rtn  0x00000034 
+ 00022441  0x00005830 ifetch  0x00000001 , 0x00000006 
+ 00022442  0x00005831 copy  0x00000006 , 0x00000005 
+ 00022443  0x00005832 fetcht  0x00000001 , 0x000043af 
+ 00022444  0x00005833 copy  0x00000002 , 0x00000039 
+ 00022445  0x00005834 isub  0x00000002 , 0x0000003e 
+ 00022446  0x00005835 nbranch  0x000057b5 , 0x00000002 
+ 00022447  0x00005836 isub  0x00000002 , 0x00000002 
+ 00022448  0x00005837 arg  0x000043b0 , 0x00000006 
+ 00022449  0x00005838 call  0x00007f01 
+ 00022450  0x00005839 copy  0x00000002 , 0x00000039 
+ 00022451  0x0000583a ncall  0x000057f0 , 0x00000005 
+ 00022452  0x0000583b rtn 
+ 00022453  0x0000583d copy  0x0000003f , 0x00000039 
+ 00022454  0x0000583e arg  0x000043b0 , 0x00000006 
+ 00022455  0x0000583f branch  0x00007ef4 
+ 00022456  0x00005843 arg  0x0000438f , 0x00000013 
+ 00022457  0x00005844 arg  0x00004370 , 0x00000011 
+ 00022458  0x00005845 call  0x000057c5 
+ 00022459  0x00005846 setarg  0x00000000 
+ 00022460  0x00005847 setflag  0x00000028 , 0x00000000 , 0x0000003f 
+ 00022461  0x00005848 store  0x00000001 , 0x00000a9a 
+ 00022462  0x00005849 arg  0x000043af , 0x00000013 
+ 00022463  0x0000584a arg  0x00004390 , 0x00000011 
+ 00022464  0x0000584b call  0x000057c5 
+ 00022465  0x0000584c rtn  0x00000028 
+ 00022466  0x0000584d fetch  0x00000001 , 0x00000a9a 
+ 00022467  0x0000584e branch  0x00002a8c , 0x00000034 
+ 00022468  0x0000584f rtn 
+ 00022469  0x00005853 bpatchx  0x00000076 , 0x0000402e 
+ 00022470  0x00005854 call  0x00007fe7 
+ 00022471  0x00005855 call  0x00007eda 
+ 00022472  0x00005856 arg  0x00000000 , 0x00000012 
+ 00022473  0x00005857 arg  0x00000ac3 , 0x00000005 
+ 00022474  0x00005858 call  0x000057df 
+ 00022475  0x00005859 fetch  0x00000001 , 0x000043af 
+ 00022476  0x0000585a add  0x0000003f , 0x00000001 , 0x00000002 
+ 00022477  0x0000585b iadd  0x00000012 , 0x00000011 
+ 00022478  0x0000585c increase  0x00000002 , 0x00000011 
+ 00022479  0x0000585d sub  0x00000011 , 0x0000001f , 0x0000003e 
+ 00022480  0x0000585e nbranch  0x000057dd , 0x00000002 
+ 00022481  0x0000585f istoret  0x00000001 , 0x00000005 
+ 00022482  0x00005860 arg  0x00000009 , 0x00000002 
+ 00022483  0x00005861 istoret  0x00000001 , 0x00000005 
+ 00022484  0x00005862 iforce  0x00000039 
+ 00022485  0x00005863 call  0x00007ef4 
+ 00022486  0x00005864 copy  0x00000011 , 0x00000012 
+ 00022487  0x00005866 deposit  0x00000012 
+ 00022488  0x00005867 store  0x00000001 , 0x00000ac2 
+ 00022489  0x00005868 arg  0x00000ac2 , 0x00000006 
+ 00022490  0x00005869 setarg  0xffffffe0 
+ 00022491  0x0000586a iadd  0x00000013 , 0x00000005 
+ 00022492  0x0000586b branch  0x00007ebd 
+ 00022493  0x0000586e call  0x00007fe9 
+ 00022494  0x0000586f branch  0x000057d7 
+ 00022495  0x00005872 ifetch  0x00000001 , 0x00000011 
+ 00022496  0x00005873 rtn  0x00000034 
+ 00022497  0x00005874 pincrease  0x00000001 
+ 00022498  0x00005875 ifetcht  0x00000001 , 0x00000006 
+ 00022499  0x00005876 sub  0x00000002 , 0x00000009 , 0x0000003e 
+ 00022500  0x00005877 branch  0x000057ee , 0x00000005 
+ 00022501  0x00005878 iadd  0x00000012 , 0x00000012 
+ 00022502  0x00005879 copy  0x00000011 , 0x00000006 
+ 00022503  0x0000587a iforce  0x00000039 
+ 00022504  0x0000587b call  0x00007ef4 
+ 00022505  0x0000587c copy  0x00000006 , 0x00000011 
+ 00022506  0x0000587e deposit  0x00000011 
+ 00022507  0x0000587f isub  0x00000013 , 0x0000003e 
+ 00022508  0x00005880 rtn  0x00000002 
+ 00022509  0x00005881 branch  0x000057df 
+ 00022510  0x00005884 iadd  0x00000011 , 0x00000011 
+ 00022511  0x00005885 branch  0x000057ea 
+ 00022512  0x00005889 setarg  0x00000020 
+ 00022513  0x0000588a istore  0x00000001 , 0x00000005 
+ 00022514  0x0000588b loop  0x000057f0 
+ 00022515  0x0000588c rtn 
+ 00022516  0x00005890 bpatchx  0x00000077 , 0x0000402e 
+ 00022517  0x00005891 disable  0x0000002b 
+ 00022518  0x00005892 branch  0x000057f8 , 0x0000002e 
+ 00022519  0x00005893 nbranch  0x00005806 , 0x0000002d 
+ 00022520  0x00005895 call  0x00002bcb 
+ 00022521  0x00005896 fetch  0x00000002 , 0x000040c1 
+ 00022522  0x00005897 store  0x00000002 , 0x0000044d 
+ 00022523  0x00005899 nbranch  0x00002bde , 0x0000002d 
+ 00022524  0x0000589a bmark1  0x0000000f , 0x00002bde 
+ 00022525  0x0000589c fetch  0x00000001 , 0x0000450b 
+ 00022526  0x0000589d nbranch  0x00002bde , 0x00000034 
+ 00022527  0x0000589e fetch  0x00000001 , 0x000043dd 
+ 00022528  0x0000589f nbranch  0x00002bde , 0x00000034 
+ 00022529  0x000058a1 fetch  0x00000001 , 0x000044e9 
+ 00022530  0x000058a2 bbit1  0x00000005 , 0x00002bde 
+ 00022531  0x000058a4 fetch  0x00000001 , 0x0000043f 
+ 00022532  0x000058a5 bbit1  0x00000005 , 0x00002bde 
+ 00022533  0x000058a6 branch  0x00002bc0 
+ 00022534  0x000058a9 fetcht  0x00000002 , 0x000040c1 
+ 00022535  0x000058aa rshift  0x00000002 , 0x00000002 
+ 00022536  0x000058ab fetch  0x00000002 , 0x0000044d 
+ 00022537  0x000058ac iadd  0x00000002 , 0x0000003f 
+ 00022538  0x000058ad store  0x00000002 , 0x0000044d 
+ 00022539  0x000058ae branch  0x00002bd6 
+ 00022540  0x000058b2 arg  0x00000000 , 0x00000007 
+ 00022541  0x000058b3 branch  0x00005824 
+ 00022542  0x000058b6 arg  0x00000000 , 0x00000007 
+ 00022543  0x000058b7 branch  0x00005828 
+ 00022544  0x000058ba arg  0x00000001 , 0x00000007 
+ 00022545  0x000058bb branch  0x00005824 
+ 00022546  0x000058be arg  0x00000001 , 0x00000007 
+ 00022547  0x000058bf branch  0x00005828 
+ 00022548  0x000058c2 arg  0x00000002 , 0x00000007 
+ 00022549  0x000058c3 branch  0x00005824 
+ 00022550  0x000058c6 arg  0x00000002 , 0x00000007 
+ 00022551  0x000058c7 branch  0x00005828 
+ 00022552  0x000058ca arg  0x00000003 , 0x00000007 
+ 00022553  0x000058cb branch  0x00005824 
+ 00022554  0x000058ce arg  0x00000003 , 0x00000007 
+ 00022555  0x000058cf branch  0x00005828 
+ 00022556  0x000058d2 arg  0x00000004 , 0x00000007 
+ 00022557  0x000058d3 branch  0x00005824 
+ 00022558  0x000058d6 arg  0x00000004 , 0x00000007 
+ 00022559  0x000058d7 branch  0x00005828 
+ 00022560  0x000058da arg  0x00000005 , 0x00000007 
+ 00022561  0x000058db branch  0x00005824 
+ 00022562  0x000058de arg  0x00000005 , 0x00000007 
+ 00022563  0x000058df branch  0x00005828 
+ 00022564  0x000058e3 fetch  0x00000001 , 0x000044e9 
+ 00022565  0x000058e4 qset1  0x0000003f 
+ 00022566  0x000058e5 store  0x00000001 , 0x000044e9 
+ 00022567  0x000058e6 rtn 
+ 00022568  0x000058e9 fetch  0x00000001 , 0x000044e9 
+ 00022569  0x000058ea qset0  0x0000003f 
+ 00022570  0x000058eb store  0x00000001 , 0x000044e9 
+ 00022571  0x000058ec rtn 
+ 00022572  0x000058ef setarg  0x00112233 
+ 00022573  0x000058f0 store  0x00000003 , 0x000044ea 
+ 00022574  0x000058f1 setarg  0x00445566 
+ 00022575  0x000058f2 istore  0x00000003 , 0x00000005 
+ 00022576  0x000058f3 setarg  0x00778899 
+ 00022577  0x000058f4 istore  0x00000003 , 0x00000005 
+ 00022578  0x000058f5 setarg  0x00001122 
+ 00022579  0x000058f6 istore  0x00000003 , 0x00000005 
+ 00022580  0x000058f7 setarg  0x00334455 
+ 00022581  0x000058f8 istore  0x00000003 , 0x00000005 
+ 00022582  0x000058f9 setarg  0x00000066 
+ 00022583  0x000058fa istore  0x00000001 , 0x00000005 
+ 00022584  0x000058fb rtn 
+ 00022585  0x000058ff setarg  0x01000302 
+ 00022586  0x00005900 store  0x00000004 , 0x00004453 
+ 00022587  0x00005901 setarg  0x00010010 
+ 00022588  0x00005902 store  0x00000003 , 0x00004457 
+ 00022589  0x00005903 jam  0x00000001 , 0x000044c6 
+ 00022590  0x00005904 rtn 
+ 00022591  0x00005909 arg  0x00000000 , 0x00000011 
+ 00022592  0x0000590a arg  0x00000001 , 0x00000001 
+ 00022593  0x0000590b branch  0x00005850 
+ 00022594  0x00005910 arg  0x00000003 , 0x00000001 
+ 00022595  0x00005911 call  0x00005850 
+ 00022596  0x00005912 copy  0x00000012 , 0x0000003f 
+ 00022597  0x00005913 istore  0x00000001 , 0x00000005 
+ 00022598  0x00005914 rtn 
+ 00022599  0x00005919 force  0x00000002 , 0x00000001 
+ 00022600  0x0000591a increase  0x00000004 , 0x00000011 
+ 00022601  0x0000591b call  0x00005850 
+ 00022602  0x0000591c increase  0xfffffffc , 0x00000011 
+ 00022603  0x0000591d copy  0x00000011 , 0x0000003f 
+ 00022604  0x0000591e istore  0x00000002 , 0x00000005 
+ 00022605  0x0000591f copy  0x00000012 , 0x0000003f 
+ 00022606  0x00005920 istore  0x00000002 , 0x00000005 
+ 00022607  0x00005921 rtn 
+ 00022608  0x00005926 sub  0x00000011 , 0x000000f0 , 0x0000003e 
+ 00022609  0x00005927 nbranch  0x00002a8c , 0x00000002 
+ 00022610  0x00005928 fetch  0x00000001 , 0x000044ff 
+ 00022611  0x00005929 arg  0x00000001 , 0x00000002 
+ 00022612  0x0000592a arg  0x00000004 , 0x00000039 
+ 00022613  0x0000592c iand  0x00000002 , 0x0000003e 
+ 00022614  0x0000592d branch  0x0000585a , 0x00000005 
+ 00022615  0x0000592e lshift  0x00000002 , 0x00000002 
+ 00022616  0x0000592f loop  0x00005855 
+ 00022617  0x00005930 branch  0x00002a8c 
+ 00022618  0x00005932 ixor  0x00000002 , 0x0000003f 
+ 00022619  0x00005933 store  0x00000001 , 0x000044ff 
+ 00022620  0x00005934 sub  0x00000039 , 0x00000004 , 0x0000003f 
+ 00022621  0x00005935 lshift4  0x0000003f , 0x0000003f 
+ 00022622  0x00005936 lshift4  0x0000003f , 0x0000003f 
+ 00022623  0x00005937 arg  0x00001800 , 0x00000002 
+ 00022624  0x00005938 iadd  0x00000002 , 0x00000002 
+ 00022625  0x0000593a arg  0x00000000 , 0x00000039 
+ 00022626  0x0000593b arg  0x00004500 , 0x00000006 
+ 00022627  0x0000593d ifetch  0x00000002 , 0x00000006 
+ 00022628  0x0000593e branch  0x00005869 , 0x00000034 
+ 00022629  0x0000593f copy  0x00000039 , 0x0000003f 
+ 00022630  0x00005940 increase  0x00000001 , 0x00000039 
+ 00022631  0x00005941 bne  0x00000004 , 0x00005863 
+ 00022632  0x00005942 branch  0x00002a8c 
+ 00022633  0x00005946 increase  0xfffffffe , 0x00000006 
+ 00022634  0x00005947 istoret  0x00000002 , 0x00000006 
+ 00022635  0x00005948 copy  0x00000002 , 0x00000005 
+ 00022636  0x00005949 copy  0x00000011 , 0x0000003f 
+ 00022637  0x0000594a istore  0x00000001 , 0x00000005 
+ 00022638  0x0000594b setarg  0x00000000 
+ 00022639  0x0000594c istore  0x00000001 , 0x00000005 
+ 00022640  0x0000594d copy  0x00000001 , 0x0000003f 
+ 00022641  0x0000594e istore  0x00000001 , 0x00000005 
+ 00022642  0x0000594f rtn 
+ 00022643  0x00005954 fetch  0x00000002 , 0x00004500 
+ 00022644  0x00005955 copy  0x0000003f , 0x00000006 
+ 00022645  0x00005956 rtn 
+ 00022646  0x00005959 fetch  0x00000002 , 0x00004502 
+ 00022647  0x0000595a copy  0x0000003f , 0x00000006 
+ 00022648  0x0000595b rtn 
+ 00022649  0x0000595e call  0x0000587c 
+ 00022650  0x0000595f copy  0x0000003f , 0x00000006 
+ 00022651  0x00005960 rtn 
+ 00022652  0x00005962 fetch  0x00000002 , 0x00004506 
+ 00022653  0x00005963 nrtn  0x00000034 
+ 00022654  0x00005964 fetch  0x00000002 , 0x00004504 
+ 00022655  0x00005965 nrtn  0x00000034 
+ 00022656  0x00005966 fetch  0x00000002 , 0x00004502 
+ 00022657  0x00005967 nrtn  0x00000034 
+ 00022658  0x00005968 fetch  0x00000002 , 0x00004500 
+ 00022659  0x00005969 rtn 
+ 00022660  0x0000596c call  0x00005873 
+ 00022661  0x0000596d increase  0x00000003 , 0x00000006 
+ 00022662  0x0000596e rtn 
+ 00022663  0x00005971 call  0x00005873 
+ 00022664  0x00005972 increase  0x00000007 , 0x00000006 
+ 00022665  0x00005973 rtn 
+ 00022666  0x00005976 call  0x00005879 
+ 00022667  0x00005977 increase  0x00000007 , 0x00000006 
+ 00022668  0x00005978 rtn 
+ 00022669  0x0000597b call  0x00005879 
+ 00022670  0x0000597c increase  0x00000003 , 0x00000006 
+ 00022671  0x0000597d rtn 
+ 00022672  0x00005982 fetch  0x00000002 , 0x00004506 
+ 00022673  0x00005983 rtn 
+ 00022674  0x00005987 fetch  0x00000002 , 0x00004504 
+ 00022675  0x00005988 rtn 
+ 00022676  0x0000598c fetch  0x00000002 , 0x00004500 
+ 00022677  0x0000598d rtn 
+ 00022678  0x00005991 fetch  0x00000002 , 0x00004500 
+ 00022679  0x00005992 arg  0x00001800 , 0x00000002 
+ 00022680  0x00005993 isub  0x00000002 , 0x0000003f 
+ 00022681  0x00005994 rshift4  0x0000003f , 0x0000003f 
+ 00022682  0x00005995 rshift4  0x0000003f , 0x00000007 
+ 00022683  0x00005996 fetch  0x00000001 , 0x000044ff 
+ 00022684  0x00005997 qset0  0x0000003f 
+ 00022685  0x00005998 store  0x00000001 , 0x000044ff 
+ 00022686  0x00005999 arg  0x00000000 , 0x00000039 
+ 00022687  0x0000599b lshift  0x00000039 , 0x0000003f 
+ 00022688  0x0000599c arg  0x00004502 , 0x00000002 
+ 00022689  0x0000599d iadd  0x00000002 , 0x00000002 
+ 00022690  0x0000599e ifetch  0x00000002 , 0x00000002 
+ 00022691  0x0000599f increase  0xfffffffe , 0x00000002 
+ 00022692  0x000059a0 istore  0x00000002 , 0x00000002 
+ 00022693  0x000059a1 copy  0x00000039 , 0x0000003f 
+ 00022694  0x000059a2 increase  0x00000001 , 0x00000039 
+ 00022695  0x000059a3 bne  0x00000003 , 0x0000589f 
+ 00022696  0x000059a4 setarg  0x00000000 
+ 00022697  0x000059a5 istore  0x00000002 , 0x00000002 
+ 00022698  0x000059a6 rtn 
+ 00022699  0x000059ad ifetch  0x00000003 , 0x00000006 
+ 00022700  0x000059ae store  0x00000003 , 0x00000477 
+ 00022701  0x000059af beq  0x00000002 , 0x000058c1 
+ 00022702  0x000059b0 beq  0x00000003 , 0x000058c9 
+ 00022703  0x000059b1 beq  0x00000004 , 0x000058cc 
+ 00022704  0x000059b2 beq  0x00000006 , 0x000058f2 
+ 00022705  0x000059b3 beq  0x00000008 , 0x0000593f 
+ 00022706  0x000059b4 beq  0x0000000a , 0x000059bc 
+ 00022707  0x000059b5 beq  0x0000000c , 0x000059e4 
+ 00022708  0x000059b6 beq  0x00000010 , 0x000059fa 
+ 00022709  0x000059b7 beq  0x00000012 , 0x00005a2f 
+ 00022710  0x000059b8 beq  0x00000016 , 0x00005a48 
+ 00022711  0x000059b9 beq  0x00000018 , 0x00005a5b 
+ 00022712  0x000059ba beq  0x00000052 , 0x00005a60 
+ 00022713  0x000059bb rtn 
+ 00022714  0x000059bf force  0x00000003 , 0x00000011 
+ 00022715  0x000059c0 call  0x00005a82 
+ 00022716  0x000059c1 setarg  0x00000002 
+ 00022717  0x000059c2 istore  0x00000001 , 0x00000005 
+ 00022718  0x000059c3 fetch  0x00000002 , 0x000044a6 
+ 00022719  0x000059c4 istore  0x00000002 , 0x00000005 
+ 00022720  0x000059c5 rtn 
+ 00022721  0x000059c9 call  0x000058c9 
+ 00022722  0x000059cb force  0x00000003 , 0x00000011 
+ 00022723  0x000059cc call  0x00005a82 
+ 00022724  0x000059cd setarg  0x00000003 
+ 00022725  0x000059ce istore  0x00000001 , 0x00000005 
+ 00022726  0x000059cf fetch  0x00000002 , 0x000044a6 
+ 00022727  0x000059d0 istore  0x00000002 , 0x00000005 
+ 00022728  0x000059d1 rtn 
+ 00022729  0x000059d4 rshift8  0x0000003f , 0x0000003f 
+ 00022730  0x000059d5 store  0x00000002 , 0x000044a8 
+ 00022731  0x000059d6 rtn 
+ 00022732  0x000059d9 call  0x00005ab1 
+ 00022733  0x000059da call  0x00007fe7 
+ 00022734  0x000059db branch  0x000058cf 
+ 00022735  0x000059de arg  0x00000003 , 0x0000000b 
+ 00022736  0x000059df call  0x00005756 
+ 00022737  0x000059e1 call  0x0000575f 
+ 00022738  0x000059e2 branch  0x000058f0 , 0x00000034 
+ 00022739  0x000059e3 nbranch  0x000058ed , 0x00000002 
+ 00022740  0x000059e4 increase  0xfffffffe , 0x00000006 
+ 00022741  0x000059e5 call  0x00007ea5 
+ 00022742  0x000059e6 call  0x00007e9c 
+ 00022743  0x000059e7 nbranch  0x000058e1 , 0x00000028 
+ 00022744  0x000059e8 call  0x00007e85 
+ 00022745  0x000059e9 call  0x00007fe9 
+ 00022746  0x000059ea force  0x00000014 , 0x00000011 
+ 00022747  0x000059eb call  0x00005a82 
+ 00022748  0x000059ec call  0x00007e95 
+ 00022749  0x000059ed setarg  0x00000005 
+ 00022750  0x000059ee istore  0x00000001 , 0x00000005 
+ 00022751  0x000059ef setarg  0x00000001 
+ 00022752  0x000059f0 istore  0x00000001 , 0x00000005 
+ 00022753  0x000059f2 call  0x00007e9f 
+ 00022754  0x000059f3 ifetch  0x00000002 , 0x00000006 
+ 00022755  0x000059f4 istore  0x00000002 , 0x00000005 
+ 00022756  0x000059f5 ifetch  0x00000001 , 0x00000006 
+ 00022757  0x000059f6 copy  0x0000003f , 0x00000039 
+ 00022758  0x000059f7 call  0x00007f01 
+ 00022759  0x000059f8 call  0x00007ea2 
+ 00022760  0x000059f9 increase  0xffffffff , 0x0000000b 
+ 00022761  0x000059fa branch  0x000058f0 , 0x00000005 
+ 00022762  0x000059fc ifetch  0x00000001 , 0x00000006 
+ 00022763  0x000059fd iadd  0x00000006 , 0x00000006 
+ 00022764  0x000059fe branch  0x000058d1 
+ 00022765  0x00005a00 ifetch  0x00000001 , 0x00000006 
+ 00022766  0x00005a01 iadd  0x00000006 , 0x00000006 
+ 00022767  0x00005a02 branch  0x000058ea 
+ 00022768  0x00005a04 branch  0x00005a76 , 0x00000028 
+ 00022769  0x00005a05 branch  0x00005aa5 
+ 00022770  0x00005a09 call  0x00005ab1 
+ 00022771  0x00005a0a ifetch  0x00000002 , 0x00000006 
+ 00022772  0x00005a0b store  0x00000002 , 0x00004472 
+ 00022773  0x00005a0c call  0x00007ea5 
+ 00022774  0x00005a0d arg  0x0000445e , 0x00000005 
+ 00022775  0x00005a0e fetch  0x00000002 , 0x000044fc 
+ 00022776  0x00005a0f increase  0xfffffff9 , 0x0000003f 
+ 00022777  0x00005a10 call  0x000056db 
+ 00022778  0x00005a11 branch  0x00005905 
+ 00022779  0x00005a15 disable  0x00000028 
+ 00022780  0x00005a16 fetcht  0x00000002 , 0x0000445a 
+ 00022781  0x00005a17 fetch  0x00000002 , 0x0000445c 
+ 00022782  0x00005a18 isub  0x00000002 , 0x0000003e 
+ 00022783  0x00005a19 nbranch  0x00005902 , 0x00000002 
+ 00022784  0x00005a1a deposit  0x00000002 
+ 00022785  0x00005a1b rtnne  0x00000000 
+ 00022786  0x00005a1d enable  0x00000028 
+ 00022787  0x00005a1e jam  0x00000001 , 0x0000047a 
+ 00022788  0x00005a1f branch  0x00005a77 
+ 00022789  0x00005a23 call  0x000058fb 
+ 00022790  0x00005a24 rtn  0x00000028 
+ 00022791  0x00005a25 fetcht  0x00000002 , 0x00004472 
+ 00022792  0x00005a26 setarg  0x00002800 
+ 00022793  0x00005a27 isub  0x00000002 , 0x0000003e 
+ 00022794  0x00005a28 branch  0x0000590c , 0x00000005 
+ 00022795  0x00005a29 branch  0x00005a76 
+ 00022796  0x00005a2d jam  0x00000000 , 0x000004b4 
+ 00022797  0x00005a2e fetcht  0x00000002 , 0x0000445a 
+ 00022798  0x00005a2f storet  0x00000002 , 0x00000aa2 
+ 00022799  0x00005a30 call  0x0000578c 
+ 00022800  0x00005a31 nbranch  0x00005a76 , 0x00000034 
+ 00022801  0x00005a33 fetcht  0x00000002 , 0x00000aa2 
+ 00022802  0x00005a34 call  0x0000578c 
+ 00022803  0x00005a35 nbranch  0x00005925 , 0x00000034 
+ 00022804  0x00005a36 copy  0x00000006 , 0x00000011 
+ 00022805  0x00005a37 fetch  0x00000001 , 0x000004b3 
+ 00022806  0x00005a38 copy  0x0000003f , 0x00000039 
+ 00022807  0x00005a39 fetcht  0x00000001 , 0x0000445e 
+ 00022808  0x00005a3a isub  0x00000002 , 0x0000003e 
+ 00022809  0x00005a3b nbranch  0x00005921 , 0x00000005 
+ 00022810  0x00005a3c arg  0x0000445f , 0x00000012 
+ 00022811  0x00005a3d call  0x00007f88 
+ 00022812  0x00005a3f branch  0x00005928 , 0x00000005 
+ 00022813  0x00005a41 fetch  0x00000002 , 0x000004a3 
+ 00022814  0x00005a42 fetcht  0x00000002 , 0x00004472 
+ 00022815  0x00005a43 isub  0x00000002 , 0x0000003e 
+ 00022816  0x00005a44 branch  0x00005930 , 0x00000005 
+ 00022817  0x00005a46 fetch  0x00000002 , 0x00000aa2 
+ 00022818  0x00005a47 increase  0x00000001 , 0x0000003f 
+ 00022819  0x00005a48 store  0x00000002 , 0x00000aa2 
+ 00022820  0x00005a49 branch  0x00005911 
+ 00022821  0x00005a4c fetch  0x00000001 , 0x000004b4 
+ 00022822  0x00005a4d beq  0x00000001 , 0x00005930 
+ 00022823  0x00005a4e branch  0x00005a76 
+ 00022824  0x00005a52 fetch  0x00000002 , 0x000004a3 
+ 00022825  0x00005a53 fetcht  0x00000002 , 0x00004472 
+ 00022826  0x00005a54 isub  0x00000002 , 0x0000003e 
+ 00022827  0x00005a55 nbranch  0x00005921 , 0x00000005 
+ 00022828  0x00005a56 jam  0x00000001 , 0x000004b4 
+ 00022829  0x00005a58 fetcht  0x00000002 , 0x00000aa2 
+ 00022830  0x00005a59 storet  0x00000002 , 0x0000049e 
+ 00022831  0x00005a5a branch  0x00005921 
+ 00022832  0x00005a5d fetch  0x00000001 , 0x000004b4 
+ 00022833  0x00005a5e beq  0x00000000 , 0x00005921 
+ 00022834  0x00005a5f jam  0x00000002 , 0x000004b4 
+ 00022835  0x00005a60 fetcht  0x00000002 , 0x00000aa2 
+ 00022836  0x00005a61 increase  0xffffffff , 0x00000002 
+ 00022837  0x00005a62 storet  0x00000002 , 0x000004a0 
+ 00022838  0x00005a65 arg  0x00000005 , 0x00000011 
+ 00022839  0x00005a66 call  0x00005a82 
+ 00022840  0x00005a67 setarg  0x00000007 
+ 00022841  0x00005a68 istore  0x00000001 , 0x00000005 
+ 00022842  0x00005a69 fetch  0x00000002 , 0x0000049e 
+ 00022843  0x00005a6a istore  0x00000002 , 0x00000005 
+ 00022844  0x00005a6b fetch  0x00000002 , 0x000004a0 
+ 00022845  0x00005a6c istore  0x00000002 , 0x00000005 
+ 00022846  0x00005a6d rtn 
+ 00022847  0x00005a72 call  0x00005ab1 
+ 00022848  0x00005a73 call  0x000056df 
+ 00022849  0x00005a74 branch  0x00005942 
+ 00022850  0x00005a77 fetcht  0x00000002 , 0x0000445a 
+ 00022851  0x00005a78 storet  0x00000002 , 0x00000aa2 
+ 00022852  0x00005a79 call  0x00005756 
+ 00022853  0x00005a7a call  0x0000576d 
+ 00022854  0x00005a7b increase  0xfffffffe , 0x00000006 
+ 00022855  0x00005a7c copy  0x00000006 , 0x0000003f 
+ 00022856  0x00005a7d store  0x00000002 , 0x0000049c 
+ 00022857  0x00005a7f fetcht  0x00000002 , 0x00004472 
+ 00022858  0x00005a80 setarg  0x00002a00 
+ 00022859  0x00005a81 isub  0x00000002 , 0x0000003e 
+ 00022860  0x00005a82 branch  0x000059a8 , 0x00000005 
+ 00022861  0x00005a83 setarg  0x00002803 
+ 00022862  0x00005a84 isub  0x00000002 , 0x0000003e 
+ 00022863  0x00005a85 nbranch  0x00005990 , 0x00000005 
+ 00022864  0x00005a86 arg  0x00000002 , 0x0000000b 
+ 00022865  0x00005a88 call  0x00005a88 
+ 00022866  0x00005a89 nbranch  0x0000596d , 0x00000002 
+ 00022867  0x00005a8a fetcht  0x00000002 , 0x00000aa2 
+ 00022868  0x00005a8b call  0x0000578a 
+ 00022869  0x00005a8c beq  0x00000001 , 0x0000596d 
+ 00022870  0x00005a8d call  0x00005a94 
+ 00022871  0x00005a8e nbranch  0x0000596b , 0x00000005 
+ 00022872  0x00005a8f nbranch  0x0000596f , 0x00000028 
+ 00022873  0x00005a90 disable  0x00000028 
+ 00022874  0x00005a91 arg  0x00000014 , 0x00000011 
+ 00022875  0x00005a92 call  0x00005a82 
+ 00022876  0x00005a93 setarg  0x00000009 
+ 00022877  0x00005a94 istore  0x00000001 , 0x00000005 
+ 00022878  0x00005a95 copy  0x00000005 , 0x00000030 
+ 00022879  0x00005a96 increase  0x00000001 , 0x00000005 
+ 00022880  0x00005a98 call  0x0000597d 
+ 00022881  0x00005a99 call  0x00005a84 
+ 00022882  0x00005a9a call  0x0000578a 
+ 00022883  0x00005a9b call  0x00005984 
+ 00022884  0x00005a9c fetch  0x00000001 , 0x000004a2 
+ 00022885  0x00005a9d increase  0x00000005 , 0x0000003f 
+ 00022886  0x00005a9e istore  0x00000001 , 0x00000030 
+ 00022887  0x00005a9f fetch  0x00000001 , 0x000004a2 
+ 00022888  0x00005aa0 beq  0x00000010 , 0x0000596d 
+ 00022889  0x00005aa1 increase  0xffffffff , 0x0000000b 
+ 00022890  0x00005aa2 branch  0x0000596d , 0x00000005 
+ 00022891  0x00005aa4 call  0x00005a84 
+ 00022892  0x00005aa5 branch  0x00005951 
+ 00022893  0x00005aa7 branch  0x00005a76 , 0x00000028 
+ 00022894  0x00005aa8 branch  0x00005aa5 
+ 00022895  0x00005aab call  0x00005a97 
+ 00022896  0x00005aac call  0x00005a84 
+ 00022897  0x00005aad call  0x0000578a 
+ 00022898  0x00005aae fetch  0x00000001 , 0x000004a2 
+ 00022899  0x00005aaf beq  0x00000010 , 0x0000596d 
+ 00022900  0x00005ab1 call  0x00007e9c 
+ 00022901  0x00005ab2 fetch  0x00000002 , 0x00000aa2 
+ 00022902  0x00005ab3 increase  0xffffffff , 0x0000003f 
+ 00022903  0x00005ab4 istore  0x00000002 , 0x00000005 
+ 00022904  0x00005ab5 call  0x00005aa1 
+ 00022905  0x00005ab6 call  0x00005984 
+ 00022906  0x00005ab7 increase  0xffffffff , 0x0000000b 
+ 00022907  0x00005ab8 branch  0x0000596d , 0x00000005 
+ 00022908  0x00005ab9 branch  0x0000596b 
+ 00022909  0x00005abd fetch  0x00000002 , 0x00000aa2 
+ 00022910  0x00005abe istore  0x00000002 , 0x00000005 
+ 00022911  0x00005ac0 fetch  0x00000001 , 0x000004b3 
+ 00022912  0x00005ac1 copy  0x0000003f , 0x00000039 
+ 00022913  0x00005ac2 call  0x00007e9f 
+ 00022914  0x00005ac3 call  0x00007ef4 
+ 00022915  0x00005ac4 branch  0x00007ea2 
+ 00022916  0x00005ac6 call  0x00007e9c 
+ 00022917  0x00005ac7 fetch  0x00000002 , 0x00000aa2 
+ 00022918  0x00005ac8 istore  0x00000002 , 0x00000005 
+ 00022919  0x00005ac9 call  0x00007ea2 
+ 00022920  0x00005aca fetch  0x00000001 , 0x000004a2 
+ 00022921  0x00005acb copy  0x0000003f , 0x00000039 
+ 00022922  0x00005acc call  0x00007e9c 
+ 00022923  0x00005acd call  0x00007e9f 
+ 00022924  0x00005ace isub  0x00000039 , 0x00000006 
+ 00022925  0x00005acf increase  0xffffffff , 0x00000006 
+ 00022926  0x00005ad0 call  0x00007ef4 
+ 00022927  0x00005ad1 branch  0x00007ea2 
+ 00022928  0x00005ad6 fetcht  0x00000002 , 0x0000445a 
+ 00022929  0x00005ad7 storet  0x00000002 , 0x00000aa2 
+ 00022930  0x00005ad9 call  0x00005a88 
+ 00022931  0x00005ada nbranch  0x00005a76 , 0x00000002 
+ 00022932  0x00005adb call  0x0000578a 
+ 00022933  0x00005adc beq  0x00000001 , 0x00005a76 
+ 00022934  0x00005add call  0x00005a94 
+ 00022935  0x00005ade nbranch  0x000059a6 , 0x00000005 
+ 00022936  0x00005ae1 arg  0x00000014 , 0x00000011 
+ 00022937  0x00005ae2 call  0x00005a82 
+ 00022938  0x00005ae3 setarg  0x00000009 
+ 00022939  0x00005ae4 istore  0x00000001 , 0x00000005 
+ 00022940  0x00005ae5 fetch  0x00000001 , 0x000004b3 
+ 00022941  0x00005ae6 copy  0x0000003f , 0x00000039 
+ 00022942  0x00005ae7 increase  0x00000002 , 0x0000003f 
+ 00022943  0x00005ae8 istore  0x00000001 , 0x00000005 
+ 00022944  0x00005ae9 fetch  0x00000002 , 0x00000aa2 
+ 00022945  0x00005aea istore  0x00000002 , 0x00000005 
+ 00022946  0x00005aeb call  0x00007e9f 
+ 00022947  0x00005aec call  0x00007ef4 
+ 00022948  0x00005aed call  0x00007ea2 
+ 00022949  0x00005aee branch  0x00005aa5 
+ 00022950  0x00005af1 call  0x00005a84 
+ 00022951  0x00005af2 branch  0x00005992 
+ 00022952  0x00005af6 arg  0x00002a00 , 0x00000002 
+ 00022953  0x00005af7 call  0x0000577c 
+ 00022954  0x00005af8 rtn  0x00000034 
+ 00022955  0x00005af9 increase  0xfffffffb , 0x00000006 
+ 00022956  0x00005afa ifetch  0x00000002 , 0x00000006 
+ 00022957  0x00005afb store  0x00000002 , 0x00000aa2 
+ 00022958  0x00005afc arg  0x00000014 , 0x00000011 
+ 00022959  0x00005afd call  0x00005a82 
+ 00022960  0x00005afe setarg  0x00000009 
+ 00022961  0x00005aff istore  0x00000001 , 0x00000005 
+ 00022962  0x00005b00 fetch  0x00000001 , 0x000043af 
+ 00022963  0x00005b01 copy  0x0000003f , 0x00000039 
+ 00022964  0x00005b02 increase  0x00000002 , 0x0000003f 
+ 00022965  0x00005b03 istore  0x00000001 , 0x00000005 
+ 00022966  0x00005b04 fetch  0x00000002 , 0x00000aa2 
+ 00022967  0x00005b05 istore  0x00000002 , 0x00000005 
+ 00022968  0x00005b06 arg  0x000043b0 , 0x00000006 
+ 00022969  0x00005b07 call  0x00007ef4 
+ 00022970  0x00005b08 call  0x00007ea2 
+ 00022971  0x00005b09 branch  0x00005aa5 
+ 00022972  0x00005b0e fetcht  0x00000002 , 0x00000478 
+ 00022973  0x00005b0f fetch  0x00000001 , 0x000044e9 
+ 00022974  0x00005b10 bbit1  0x00000003 , 0x000059dd 
+ 00022975  0x00005b13 call  0x0000576a 
+ 00022976  0x00005b14 branch  0x00005a76 , 0x00000034 
+ 00022977  0x00005b15 increase  0xfffffffe , 0x00000006 
+ 00022978  0x00005b16 ifetch  0x00000002 , 0x00000006 
+ 00022979  0x00005b17 arg  0x00002a00 , 0x00000002 
+ 00022980  0x00005b18 isub  0x00000002 , 0x0000003e 
+ 00022981  0x00005b19 branch  0x000059d3 , 0x00000005 
+ 00022982  0x00005b1a ifetch  0x00000001 , 0x00000006 
+ 00022983  0x00005b1b sub  0x0000003f , 0x00000016 , 0x0000003e 
+ 00022984  0x00005b1c branch  0x000059ca , 0x00000002 
+ 00022985  0x00005b1d force  0x00000016 , 0x0000003f 
+ 00022986  0x00005b1f copy  0x0000003f , 0x00000013 
+ 00022987  0x00005b20 call  0x00007ea5 
+ 00022988  0x00005b21 add  0x00000013 , 0x00000001 , 0x00000011 
+ 00022989  0x00005b22 call  0x00005a82 
+ 00022990  0x00005b23 setarg  0x0000000b 
+ 00022991  0x00005b24 istore  0x00000001 , 0x00000005 
+ 00022992  0x00005b25 copy  0x00000013 , 0x00000039 
+ 00022993  0x00005b26 call  0x00007e9f 
+ 00022994  0x00005b27 branch  0x00007f01 
+ 00022995  0x00005b2a call  0x00007ea5 
+ 00022996  0x00005b2b fetch  0x00000001 , 0x000043af 
+ 00022997  0x00005b2c add  0x0000003f , 0x00000001 , 0x00000011 
+ 00022998  0x00005b2d call  0x00005a82 
+ 00022999  0x00005b2e setarg  0x0000000b 
+ 00023000  0x00005b2f istore  0x00000001 , 0x00000005 
+ 00023001  0x00005b30 fetch  0x00000001 , 0x000043af 
+ 00023002  0x00005b31 copy  0x0000003f , 0x00000039 
+ 00023003  0x00005b32 arg  0x000043b0 , 0x00000006 
+ 00023004  0x00005b33 branch  0x00007f01 
+ 00023005  0x00005b37 fetch  0x00000002 , 0x000044fa 
+ 00023006  0x00005b38 isub  0x00000002 , 0x0000003e 
+ 00023007  0x00005b39 nbranch  0x000059bf , 0x00000005 
+ 00023008  0x00005b3b call  0x00005a42 
+ 00023009  0x00005b3c nbranch  0x000059bf , 0x00000028 
+ 00023010  0x00005b3d jam  0x00000005 , 0x0000047a 
+ 00023011  0x00005b3e branch  0x00005a77 
+ 00023012  0x00005b42 ifetch  0x00000002 , 0x00000006 
+ 00023013  0x00005b43 store  0x00000002 , 0x0000445e 
+ 00023014  0x00005b45 arg  0x00000014 , 0x00000011 
+ 00023015  0x00005b46 call  0x00005a82 
+ 00023016  0x00005b47 setarg  0x0000000d 
+ 00023017  0x00005b48 istore  0x00000001 , 0x00000005 
+ 00023018  0x00005b49 fetch  0x00000002 , 0x0000445e 
+ 00023019  0x00005b4a iforce  0x00000011 
+ 00023020  0x00005b4b fetcht  0x00000002 , 0x00000478 
+ 00023021  0x00005b4c call  0x0000576a 
+ 00023022  0x00005b4d branch  0x00005a76 , 0x00000034 
+ 00023023  0x00005b4e ifetch  0x00000001 , 0x00000006 
+ 00023024  0x00005b4f isub  0x00000011 , 0x00000039 
+ 00023025  0x00005b50 nbranch  0x00005a76 , 0x00000002 
+ 00023026  0x00005b51 sub  0x00000039 , 0x00000016 , 0x0000003e 
+ 00023027  0x00005b52 branch  0x000059f5 , 0x00000002 
+ 00023028  0x00005b53 force  0x00000016 , 0x00000039 
+ 00023029  0x00005b55 deposit  0x00000011 
+ 00023030  0x00005b56 iadd  0x00000006 , 0x00000006 
+ 00023031  0x00005b57 call  0x00007ef4 
+ 00023032  0x00005b58 call  0x00007ea2 
+ 00023033  0x00005b59 branch  0x00005aa5 
+ 00023034  0x00005b5d call  0x00005ab1 
+ 00023035  0x00005b5e call  0x000056d7 
+ 00023036  0x00005b5f branch  0x000059fd 
+ 00023037  0x00005b65 arg  0x00000002 , 0x0000000b 
+ 00023038  0x00005b66 fetcht  0x00000002 , 0x0000445a 
+ 00023039  0x00005b6a storet  0x00000002 , 0x00000aa2 
+ 00023040  0x00005b6b call  0x00005756 
+ 00023041  0x00005b6c call  0x0000576d 
+ 00023042  0x00005b6d increase  0xfffffffe , 0x00000006 
+ 00023043  0x00005b6e copy  0x00000006 , 0x0000003f 
+ 00023044  0x00005b6f store  0x00000002 , 0x0000049c 
+ 00023045  0x00005b71 call  0x00005a88 
+ 00023046  0x00005b72 nbranch  0x00005a25 , 0x00000002 
+ 00023047  0x00005b73 fetcht  0x00000002 , 0x00000aa2 
+ 00023048  0x00005b74 call  0x0000578a 
+ 00023049  0x00005b75 beq  0x00000001 , 0x00005a28 
+ 00023050  0x00005b77 call  0x00005a8c 
+ 00023051  0x00005b78 nbranch  0x00005a23 , 0x00000005 
+ 00023052  0x00005b79 copy  0x0000000b , 0x0000003f 
+ 00023053  0x00005b7a beq  0x00000000 , 0x00005a28 
+ 00023054  0x00005b7b nbranch  0x00005a19 , 0x00000028 
+ 00023055  0x00005b7c disable  0x00000028 
+ 00023056  0x00005b7e arg  0x00000014 , 0x00000011 
+ 00023057  0x00005b7f call  0x00005a82 
+ 00023058  0x00005b80 setarg  0x00000011 
+ 00023059  0x00005b81 istore  0x00000001 , 0x00000005 
+ 00023060  0x00005b82 fetch  0x00000001 , 0x000004b3 
+ 00023061  0x00005b83 increase  0x00000004 , 0x0000003f 
+ 00023062  0x00005b84 istore  0x00000001 , 0x00000005 
+ 00023063  0x00005b85 call  0x00007ea2 
+ 00023064  0x00005b86 branch  0x00005a1f 
+ 00023065  0x00005b88 fetch  0x00000001 , 0x000004b3 
+ 00023066  0x00005b89 beq  0x00000010 , 0x00005a28 
+ 00023067  0x00005b8a fetch  0x00000002 , 0x00000aa2 
+ 00023068  0x00005b8b increase  0xffffffff , 0x0000003f 
+ 00023069  0x00005b8c store  0x00000002 , 0x000004a0 
+ 00023070  0x00005b8d call  0x00005a9c 
+ 00023071  0x00005b8f fetch  0x00000002 , 0x00000aa2 
+ 00023072  0x00005b90 store  0x00000002 , 0x0000049e 
+ 00023073  0x00005b91 call  0x00005a97 
+ 00023074  0x00005b92 increase  0xffffffff , 0x0000000b 
+ 00023075  0x00005b95 call  0x00005a84 
+ 00023076  0x00005b96 branch  0x00005a05 
+ 00023077  0x00005b99 fetch  0x00000002 , 0x00000aa2 
+ 00023078  0x00005b9a store  0x00000002 , 0x000004a0 
+ 00023079  0x00005b9b branch  0x00005a2c 
+ 00023080  0x00005b9d fetch  0x00000002 , 0x00000aa2 
+ 00023081  0x00005b9e increase  0xffffffff , 0x0000003f 
+ 00023082  0x00005b9f store  0x00000002 , 0x000004a0 
+ 00023083  0x00005ba0 branch  0x00005a2c 
+ 00023084  0x00005ba2 branch  0x00005a76 , 0x00000028 
+ 00023085  0x00005ba3 call  0x00005a9c 
+ 00023086  0x00005ba4 branch  0x00005aa5 
+ 00023087  0x00005baa copy  0x00000006 , 0x00000011 
+ 00023088  0x00005bab fetch  0x00000002 , 0x000044fc 
+ 00023089  0x00005bac add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00023090  0x00005bad call  0x000056e2 
+ 00023091  0x00005baf fetch  0x00000001 , 0x000044e9 
+ 00023092  0x00005bb0 bbit0  0x00000004 , 0x00005a3d 
+ 00023093  0x00005bb2 fetcht  0x00000002 , 0x00000478 
+ 00023094  0x00005bb3 fetch  0x00000002 , 0x000044fa 
+ 00023095  0x00005bb4 isub  0x00000002 , 0x0000003e 
+ 00023096  0x00005bb5 nbranch  0x00005a3d , 0x00000005 
+ 00023097  0x00005bb6 call  0x00005a42 
+ 00023098  0x00005bb7 nbranch  0x00005a3d , 0x00000028 
+ 00023099  0x00005bb8 jam  0x00000005 , 0x0000047a 
+ 00023100  0x00005bb9 branch  0x00005a77 
+ 00023101  0x00005bbc force  0x00000001 , 0x00000011 
+ 00023102  0x00005bbd call  0x00005a82 
+ 00023103  0x00005bbe setarg  0x00000013 
+ 00023104  0x00005bbf istore  0x00000001 , 0x00000005 
+ 00023105  0x00005bc0 rtn 
+ 00023106  0x00005bc3 call  0x00007fe9 
+ 00023107  0x00005bc4 fetch  0x00000001 , 0x000044c6 
+ 00023108  0x00005bc5 rtneq  0x00000000 
+ 00023109  0x00005bc6 fetch  0x00000001 , 0x00004040 
+ 00023110  0x00005bc7 rtnbit1  0x00000004 
+ 00023111  0x00005bc8 branch  0x00007fe7 
+ 00023112  0x00005bcc add  0x00000006 , 0x00000002 , 0x00000011 
+ 00023113  0x00005bcd fetch  0x00000002 , 0x000044fc 
+ 00023114  0x00005bce add  0x0000003f , 0xfffffffb , 0x00000012 
+ 00023115  0x00005bcf call  0x000056e2 
+ 00023116  0x00005bd0 branch  0x00005a4d 
+ 00023117  0x00005bd4 fetch  0x00000002 , 0x000044fc 
+ 00023118  0x00005bd5 copy  0x0000003f , 0x00000011 
+ 00023119  0x00005bd6 call  0x00005a82 
+ 00023120  0x00005bd7 setarg  0x00000017 
+ 00023121  0x00005bd8 istore  0x00000001 , 0x00000005 
+ 00023122  0x00005bd9 fetch  0x00000002 , 0x00000478 
+ 00023123  0x00005bda istore  0x00000002 , 0x00000005 
+ 00023124  0x00005bdb fetch  0x00000002 , 0x000044fc 
+ 00023125  0x00005bdc add  0x0000003f , 0xfffffffb , 0x00000039 
+ 00023126  0x00005bdd fetch  0x00000002 , 0x0000450d 
+ 00023127  0x00005bde add  0x0000003f , 0x00000007 , 0x00000006 
+ 00023128  0x00005bdf ifetch  0x00000002 , 0x00000006 
+ 00023129  0x00005be0 istore  0x00000002 , 0x00000005 
+ 00023130  0x00005be1 branch  0x00007ef4 
+ 00023131  0x00005be8 force  0x00000001 , 0x00000011 
+ 00023132  0x00005be9 call  0x00005a82 
+ 00023133  0x00005bea setarg  0x00000019 
+ 00023134  0x00005beb istore  0x00000001 , 0x00000005 
+ 00023135  0x00005bec rtn 
+ 00023136  0x00005bf1 copy  0x00000006 , 0x00000011 
+ 00023137  0x00005bf2 fetch  0x00000002 , 0x000044fc 
+ 00023138  0x00005bf3 add  0x0000003f , 0xfffffffd , 0x00000012 
+ 00023139  0x00005bf4 branch  0x000056e2 
+ 00023140  0x00005bfa copy  0x00000002 , 0x00000013 
+ 00023141  0x00005bfb increase  0x00000003 , 0x00000011 
+ 00023142  0x00005bfc call  0x00005a82 
+ 00023143  0x00005bfd increase  0xfffffffd , 0x00000011 
+ 00023144  0x00005bfe setarg  0x0000001b 
+ 00023145  0x00005bff istore  0x00000001 , 0x00000005 
+ 00023146  0x00005c00 copy  0x00000013 , 0x00000002 
+ 00023147  0x00005c01 istoret  0x00000002 , 0x00000005 
+ 00023148  0x00005c02 rtn 
+ 00023149  0x00005c06 copy  0x00000002 , 0x00000013 
+ 00023150  0x00005c07 increase  0x00000003 , 0x00000011 
+ 00023151  0x00005c08 call  0x00005a82 
+ 00023152  0x00005c09 increase  0xfffffffd , 0x00000011 
+ 00023153  0x00005c0a setarg  0x0000001d 
+ 00023154  0x00005c0b istore  0x00000001 , 0x00000005 
+ 00023155  0x00005c0c copy  0x00000013 , 0x00000002 
+ 00023156  0x00005c0d istoret  0x00000002 , 0x00000005 
+ 00023157  0x00005c0e rtn 
+ 00023158  0x00005c14 jam  0x0000000a , 0x0000047a 
+ 00023159  0x00005c16 force  0x00000005 , 0x00000011 
+ 00023160  0x00005c17 call  0x00005a82 
+ 00023161  0x00005c18 setarg  0x00000001 
+ 00023162  0x00005c19 istore  0x00000001 , 0x00000005 
+ 00023163  0x00005c1a fetch  0x00000001 , 0x00000477 
+ 00023164  0x00005c1b istore  0x00000001 , 0x00000005 
+ 00023165  0x00005c1c fetch  0x00000002 , 0x00000478 
+ 00023166  0x00005c1d istore  0x00000002 , 0x00000005 
+ 00023167  0x00005c1e fetch  0x00000001 , 0x0000047a 
+ 00023168  0x00005c1f istore  0x00000001 , 0x00000005 
+ 00023169  0x00005c20 rtn 
+ 00023170  0x00005c24 force  0x00000004 , 0x00000012 
+ 00023171  0x00005c25 branch  0x00005847 
+ 00023172  0x00005c29 fetcht  0x00000002 , 0x00000aa2 
+ 00023173  0x00005c2a increase  0x00000001 , 0x00000002 
+ 00023174  0x00005c2b storet  0x00000002 , 0x00000aa2 
+ 00023175  0x00005c2c rtn 
+ 00023176  0x00005c2f fetcht  0x00000002 , 0x00000aa2 
+ 00023177  0x00005c30 fetch  0x00000002 , 0x0000445c 
+ 00023178  0x00005c31 isub  0x00000002 , 0x0000003e 
+ 00023179  0x00005c32 rtn 
+ 00023180  0x00005c36 fetcht  0x00000001 , 0x0000445e 
+ 00023181  0x00005c37 arg  0x0000445f , 0x00000011 
+ 00023182  0x00005c39 fetch  0x00000001 , 0x000004a2 
+ 00023183  0x00005c3a copy  0x0000003f , 0x00000039 
+ 00023184  0x00005c3b isub  0x00000002 , 0x0000003e 
+ 00023185  0x00005c3c nrtn  0x00000005 
+ 00023186  0x00005c3d arg  0x000004a3 , 0x00000012 
+ 00023187  0x00005c3e branch  0x00007f88 
+ 00023188  0x00005c41 fetcht  0x00000001 , 0x00004471 
+ 00023189  0x00005c42 arg  0x00004472 , 0x00000011 
+ 00023190  0x00005c43 branch  0x00005a8e 
+ 00023191  0x00005c47 fetch  0x00000001 , 0x000004b3 
+ 00023192  0x00005c48 store  0x00000001 , 0x00000101 
+ 00023193  0x00005c49 copy  0x0000003f , 0x00000039 
+ 00023194  0x00005c4a call  0x00007e9f 
+ 00023195  0x00005c4b branch  0x00007ef4 
+ 00023196  0x00005c4f call  0x00007e9c 
+ 00023197  0x00005c50 fetch  0x00000002 , 0x0000049e 
+ 00023198  0x00005c51 istore  0x00000002 , 0x00000005 
+ 00023199  0x00005c52 fetch  0x00000002 , 0x000004a0 
+ 00023200  0x00005c53 istore  0x00000002 , 0x00000005 
+ 00023201  0x00005c55 fetch  0x00000001 , 0x00000101 
+ 00023202  0x00005c56 copy  0x0000003f , 0x00000039 
+ 00023203  0x00005c57 call  0x00007ef4 
+ 00023204  0x00005c58 branch  0x00007ea2 
+ 00023205  0x00005c5d call  0x00007e9c 
+ 00023206  0x00005c5e call  0x0000588a 
+ 00023207  0x00005c5f copy  0x00000005 , 0x0000003f 
+ 00023208  0x00005c60 isub  0x00000006 , 0x00000011 
+ 00023209  0x00005c61 call  0x0000588d 
+ 00023210  0x00005c62 copy  0x00000011 , 0x0000003f 
+ 00023211  0x00005c63 istore  0x00000002 , 0x00000006 
+ 00023212  0x00005c64 increase  0x00000004 , 0x00000011 
+ 00023213  0x00005c65 call  0x00005879 
+ 00023214  0x00005c66 copy  0x00000011 , 0x0000003f 
+ 00023215  0x00005c67 istore  0x00000001 , 0x00000006 
+ 00023216  0x00005c68 rtn 
+ 00023217  0x00005c6c rshift8  0x0000003f , 0x0000003f 
+ 00023218  0x00005c6d store  0x00000002 , 0x0000445a 
+ 00023219  0x00005c6e ifetch  0x00000002 , 0x00000006 
+ 00023220  0x00005c6f store  0x00000002 , 0x0000445c 
+ 00023221  0x00005c70 rtn 
+ 00023222  0x00005c76 ifetch  0x00000001 , 0x00000006 
+ 00023223  0x00005c77 ifetcht  0x00000001 , 0x00000006 
+ 00023224  0x00005c78 ifetcht  0x00000002 , 0x00000006 
+ 00023225  0x00005c79 beq  0x00000013 , 0x00005abb 
+ 00023226  0x00005c7a rtn 
+ 00023227  0x00005c7c ifetch  0x00000002 , 0x00000006 
+ 00023228  0x00005c7d store  0x00000002 , 0x00004509 
+ 00023229  0x00005c7e jam  0x00000040 , 0x00000a99 
+ 00023230  0x00005c7f branch  0x00007d86 
+ 00023231  0x00005c86 arg  0x0000000c , 0x00000011 
+ 00023232  0x00005c87 arg  0x00000012 , 0x00000013 
+ 00023233  0x00005c88 call  0x00005ac7 
+ 00023234  0x00005c89 setarg  0x00000008 
+ 00023235  0x00005c8a istore  0x00000002 , 0x00000005 
+ 00023236  0x00005c8b fetch  0x00000008 , 0x00004496 
+ 00023237  0x00005c8c istore  0x00000008 , 0x00000005 
+ 00023238  0x00005c8d rtn 
+ 00023239  0x00005c92 call  0x00005acf 
+ 00023240  0x00005c93 arg  0x00000005 , 0x00000012 
+ 00023241  0x00005c94 call  0x00005847 
+ 00023242  0x00005c95 copy  0x00000013 , 0x0000003f 
+ 00023243  0x00005c96 istore  0x00000001 , 0x00000005 
+ 00023244  0x00005c97 fetch  0x00000001 , 0x00004508 
+ 00023245  0x00005c98 istore  0x00000001 , 0x00000005 
+ 00023246  0x00005c99 rtn 
+ 00023247  0x00005c9d fetch  0x00000001 , 0x00004508 
+ 00023248  0x00005c9f pincrease  0x00000001 
+ 00023249  0x00005ca0 store  0x00000001 , 0x00004508 
+ 00023250  0x00005ca1 rtnne  0x00000000 
+ 00023251  0x00005ca4 jam  0x00000001 , 0x00004508 
+ 00023252  0x00005ca5 rtn 
+ 00023253  0x00005cab fetch  0x00000001 , 0x000044c6 
+ 00023254  0x00005cac beq  0x00000000 , 0x00005ae4 
+ 00023255  0x00005cad beq  0x00000001 , 0x00005ae7 
+ 00023256  0x00005cae beq  0x00000002 , 0x00005ae9 
+ 00023257  0x00005caf beq  0x00000081 , 0x00005add 
+ 00023258  0x00005cb0 beq  0x00000082 , 0x00005adf 
+ 00023259  0x00005cb1 beq  0x00000083 , 0x00005ae2 
+ 00023260  0x00005cb2 rtn 
+ 00023261  0x00005cb5 jam  0x0000000d , 0x00004456 
+ 00023262  0x00005cb6 branch  0x00005ae5 
+ 00023263  0x00005cb8 jam  0x0000000d , 0x00004456 
+ 00023264  0x00005cb9 jam  0x00000001 , 0x00004454 
+ 00023265  0x00005cba rtn 
+ 00023266  0x00005cbc jam  0x0000000d , 0x00004456 
+ 00023267  0x00005cbd branch  0x00005aea 
+ 00023268  0x00005cbf jam  0x00000000 , 0x00004456 
+ 00023269  0x00005cc1 jam  0x00000003 , 0x00004454 
+ 00023270  0x00005cc2 rtn 
+ 00023271  0x00005cc4 jam  0x00000005 , 0x00004456 
+ 00023272  0x00005cc5 branch  0x00005ae5 
+ 00023273  0x00005cc7 jam  0x00000005 , 0x00004456 
+ 00023274  0x00005cc9 jam  0x00000000 , 0x00004454 
+ 00023275  0x00005cca rtn 
+ 00023276  0x00005cce fetch  0x00000001 , 0x00004456 
+ 00023277  0x00005ccf set1  0x00000003 , 0x0000003f 
+ 00023278  0x00005cd0 store  0x00000001 , 0x00004456 
+ 00023279  0x00005cd1 rtn 
+ 00023280  0x00005cd3 fetch  0x00000001 , 0x00004456 
+ 00023281  0x00005cd4 set0  0x00000003 , 0x0000003f 
+ 00023282  0x00005cd5 store  0x00000001 , 0x00004456 
+ 00023283  0x00005cd6 rtn 
+ 00023284  0x00005cd9 ifetch  0x00000001 , 0x00000006 
+ 00023285  0x00005cda beq  0x00000001 , 0x00005b09 
+ 00023286  0x00005cdc beq  0x00000003 , 0x00005b30 
+ 00023287  0x00005cdd beq  0x00000004 , 0x00005b4d 
+ 00023288  0x00005cde beq  0x00000005 , 0x00005b5a 
+ 00023289  0x00005cdf beq  0x00000006 , 0x00005b80 
+ 00023290  0x00005ce0 beq  0x00000007 , 0x00005bc4 
+ 00023291  0x00005ce1 beq  0x00000008 , 0x00005baf 
+ 00023292  0x00005ce2 beq  0x00000009 , 0x00005bc0 
+ 00023293  0x00005ce3 beq  0x0000000a , 0x00005bc4 
+ 00023294  0x00005ce4 beq  0x0000000b , 0x00005bc4 
+ 00023295  0x00005ce5 beq  0x0000000c , 0x00005bc5 
+ 00023296  0x00005ce6 beq  0x0000000d , 0x00005bca 
+ 00023297  0x00005ce7 rtn 
+ 00023298  0x00005cec force  0x00000002 , 0x00000011 
+ 00023299  0x00005ced call  0x00005c62 
+ 00023300  0x00005cee setarg  0x0000000b 
+ 00023301  0x00005cef istore  0x00000001 , 0x00000005 
+ 00023302  0x00005cf0 fetch  0x00000001 , 0x00004456 
+ 00023303  0x00005cf1 istore  0x00000001 , 0x00000005 
+ 00023304  0x00005cf2 rtn 
+ 00023305  0x00005cf5 store  0x00000001 , 0x0000444c 
+ 00023306  0x00005cf6 ifetch  0x00000006 , 0x00000006 
+ 00023307  0x00005cf7 istore  0x00000006 , 0x00000005 
+ 00023308  0x00005cf8 fetch  0x00000001 , 0x000044c6 
+ 00023309  0x00005cf9 beq  0x00000000 , 0x00005b5f 
+ 00023310  0x00005cfa call  0x00005b2b 
+ 00023311  0x00005cfb call  0x00005b26 
+ 00023312  0x00005cfc jam  0x00000003 , 0x000044c4 
+ 00023313  0x00005cfd fetch  0x00000001 , 0x0000444d 
+ 00023314  0x00005cfe beq  0x00000000 , 0x00005b18 
+ 00023315  0x00005cff beq  0x00000001 , 0x00005b18 
+ 00023316  0x00005d00 beq  0x00000003 , 0x00005b18 
+ 00023317  0x00005d01 fetch  0x00000001 , 0x000044c6 
+ 00023318  0x00005d02 beq  0x00000002 , 0x00005b1b 
+ 00023319  0x00005d03 rtneq  0x00000083 
+ 00023320  0x00005d05 arg  0x00000000 , 0x0000003f 
+ 00023321  0x00005d06 store  0x00000004 , 0x000044c7 
+ 00023322  0x00005d07 rtn 
+ 00023323  0x00005d0a fetch  0x00000001 , 0x000044e9 
+ 00023324  0x00005d0b bbit1  0x00000000 , 0x00005b24 
+ 00023325  0x00005d0d arg  0x000044c7 , 0x00000011 
+ 00023326  0x00005d0e copy  0x00000011 , 0x00000005 
+ 00023327  0x00005d0f arg  0x00000003 , 0x00000039 
+ 00023328  0x00005d10 call  0x0000630d 
+ 00023329  0x00005d11 fetch  0x00000002 , 0x000044c9 
+ 00023330  0x00005d12 and_into  0x00000007 , 0x0000003f 
+ 00023331  0x00005d13 store  0x00000002 , 0x000044c9 
+ 00023332  0x00005d15 jam  0x00000034 , 0x00000a99 
+ 00023333  0x00005d16 branch  0x00007d86 
+ 00023334  0x00005d19 fetch  0x00000001 , 0x0000444f 
+ 00023335  0x00005d1a rtnbit1  0x00000003 
+ 00023336  0x00005d1b fetch  0x00000001 , 0x000044c6 
+ 00023337  0x00005d1c rtnbit0  0x00000007 
+ 00023338  0x00005d1d branch  0x00003402 
+ 00023339  0x00005d20 force  0x00000007 , 0x00000011 
+ 00023340  0x00005d21 call  0x00005c62 
+ 00023341  0x00005d22 fetch  0x00000007 , 0x00004453 
+ 00023342  0x00005d23 istore  0x00000007 , 0x00000005 
+ 00023343  0x00005d24 rtn 
+ 00023344  0x00005d28 copy  0x00000006 , 0x00000011 
+ 00023345  0x00005d29 fetch  0x00000001 , 0x000044c6 
+ 00023346  0x00005d2a beq  0x00000083 , 0x00005b37 
+ 00023347  0x00005d2b copy  0x00000011 , 0x00000006 
+ 00023348  0x00005d2c arg  0x0000442a , 0x00000005 
+ 00023349  0x00005d2d call  0x00007ebf 
+ 00023350  0x00005d2e branch  0x00005b3d 
+ 00023351  0x00005d30 copy  0x00000011 , 0x00000006 
+ 00023352  0x00005d31 arg  0x0000442a , 0x00000005 
+ 00023353  0x00005d32 call  0x00007ebf 
+ 00023354  0x00005d33 jam  0x00000002 , 0x000044bf 
+ 00023355  0x00005d34 jam  0x00000008 , 0x000044c1 
+ 00023356  0x00005d35 rtn 
+ 00023357  0x00005d39 fetch  0x00000001 , 0x000044c6 
+ 00023358  0x00005d3a bbit1  0x00000007 , 0x00005b45 
+ 00023359  0x00005d3b call  0x0000739c 
+ 00023360  0x00005d3c force  0x00000011 , 0x00000011 
+ 00023361  0x00005d3d call  0x00005c62 
+ 00023362  0x00005d3e setarg  0x00000003 
+ 00023363  0x00005d3f istore  0x00000001 , 0x00000005 
+ 00023364  0x00005d40 branch  0x00007497 
+ 00023365  0x00005d44 arg  0x0000443a , 0x00000005 
+ 00023366  0x00005d45 call  0x0000630c 
+ 00023367  0x00005d46 call  0x000071c5 
+ 00023368  0x00005d47 force  0x00000011 , 0x00000011 
+ 00023369  0x00005d48 call  0x00005c62 
+ 00023370  0x00005d49 setarg  0x00000003 
+ 00023371  0x00005d4a istore  0x00000001 , 0x00000005 
+ 00023372  0x00005d4b branch  0x00007201 
+ 00023373  0x00005d50 copy  0x00000006 , 0x00000011 
+ 00023374  0x00005d51 fetch  0x00000001 , 0x000044c6 
+ 00023375  0x00005d52 bbit1  0x00000007 , 0x00005b61 
+ 00023376  0x00005d53 copy  0x00000011 , 0x00000006 
+ 00023377  0x00005d54 call  0x00007394 
+ 00023378  0x00005d55 branch  0x00005b75 , 0x00000005 
+ 00023379  0x00005d57 jam  0x00000004 , 0x0000047b 
+ 00023380  0x00005d59 force  0x00000002 , 0x00000011 
+ 00023381  0x00005d5a call  0x00005c62 
+ 00023382  0x00005d5b setarg  0x00000005 
+ 00023383  0x00005d5c istore  0x00000001 , 0x00000005 
+ 00023384  0x00005d5d fetch  0x00000001 , 0x0000047b 
+ 00023385  0x00005d5e istore  0x00000001 , 0x00000005 
+ 00023386  0x00005d60 force  0x0000000a , 0x00000007 
+ 00023387  0x00005d61 call  0x00007f07 
+ 00023388  0x00005d62 jam  0x00000000 , 0x000044c4 
+ 00023389  0x00005d63 jam  0x00000030 , 0x00000a99 
+ 00023390  0x00005d64 branch  0x00007d86 
+ 00023391  0x00005d67 jam  0x00000005 , 0x0000047b 
+ 00023392  0x00005d68 branch  0x00005b54 
+ 00023393  0x00005d6c arg  0x0000042f , 0x00000005 
+ 00023394  0x00005d6d copy  0x00000011 , 0x00000006 
+ 00023395  0x00005d6e call  0x00007ebf 
+ 00023396  0x00005d6f fetch  0x00000001 , 0x000044c6 
+ 00023397  0x00005d70 beq  0x00000083 , 0x00005b6c 
+ 00023398  0x00005d71 call  0x0000714f 
+ 00023399  0x00005d74 call  0x00005b7a 
+ 00023400  0x00005d75 fetch  0x00000001 , 0x000044c6 
+ 00023401  0x00005d76 rtnne  0x00000082 
+ 00023402  0x00005d77 jam  0x0000003b , 0x00000a99 
+ 00023403  0x00005d78 branch  0x00007d86 
+ 00023404  0x00005d7b call  0x000071ba 
+ 00023405  0x00005d7c arg  0x00000af2 , 0x00000005 
+ 00023406  0x00005d7d call  0x00007201 
+ 00023407  0x00005d7e arg  0x00000af2 , 0x00000011 
+ 00023408  0x00005d7f arg  0x0000442a , 0x00000012 
+ 00023409  0x00005d80 arg  0x00000010 , 0x00000039 
+ 00023410  0x00005d81 call  0x00007f88 
+ 00023411  0x00005d82 nbranch  0x00005b53 , 0x00000005 
+ 00023412  0x00005d83 branch  0x00005b7a 
+ 00023413  0x00005d86 call  0x00007390 
+ 00023414  0x00005d87 jam  0x00000031 , 0x00000a99 
+ 00023415  0x00005d88 call  0x00007d86 
+ 00023416  0x00005d89 jam  0x00000001 , 0x00004429 
+ 00023417  0x00005d8a jam  0x00000005 , 0x000044c4 
+ 00023418  0x00005d8d force  0x00000011 , 0x00000011 
+ 00023419  0x00005d8e call  0x00005c62 
+ 00023420  0x00005d8f setarg  0x00000004 
+ 00023421  0x00005d90 istore  0x00000001 , 0x00000005 
+ 00023422  0x00005d91 arg  0x0000443a , 0x00000006 
+ 00023423  0x00005d92 branch  0x00007ebf 
+ 00023424  0x00005d95 arg  0x0000041f , 0x00000005 
+ 00023425  0x00005d96 branch  0x00007ebf 
+ 00023426  0x00005d99 force  0x00000011 , 0x00000011 
+ 00023427  0x00005d9a call  0x00005c62 
+ 00023428  0x00005d9b setarg  0x00000006 
+ 00023429  0x00005d9c istore  0x00000001 , 0x00000005 
+ 00023430  0x00005d9d fetch  0x00000001 , 0x000044e9 
+ 00023431  0x00005d9e bbit1  0x00000001 , 0x00005b8a 
+ 00023432  0x00005d9f arg  0x00004419 , 0x00000006 
+ 00023433  0x00005da0 branch  0x00007ebf 
+ 00023434  0x00005da3 arg  0x000044ea , 0x00000006 
+ 00023435  0x00005da4 branch  0x00007ebf 
+ 00023436  0x00005da8 arg  0x000044cb , 0x00000005 
+ 00023437  0x00005da9 force  0x0000000a , 0x00000039 
+ 00023438  0x00005daa call  0x0000630d 
+ 00023439  0x00005dab force  0x0000000b , 0x00000011 
+ 00023440  0x00005dac call  0x00005c62 
+ 00023441  0x00005dad setarg  0x00000007 
+ 00023442  0x00005dae istore  0x00000001 , 0x00000005 
+ 00023443  0x00005daf fetch  0x00000002 , 0x000044cb 
+ 00023444  0x00005db0 istore  0x00000002 , 0x00000005 
+ 00023445  0x00005db1 fetch  0x00000008 , 0x000044cd 
+ 00023446  0x00005db2 istore  0x00000008 , 0x00000005 
+ 00023447  0x00005db3 rtn 
+ 00023448  0x00005db6 force  0x00000011 , 0x00000011 
+ 00023449  0x00005db7 call  0x00005c62 
+ 00023450  0x00005db8 setarg  0x00000008 
+ 00023451  0x00005db9 istore  0x00000001 , 0x00000005 
+ 00023452  0x00005dba setarg  0x00000000 
+ 00023453  0x00005dbb istore  0x00000008 , 0x00000005 
+ 00023454  0x00005dbc istore  0x00000008 , 0x00000005 
+ 00023455  0x00005dbd rtn 
+ 00023456  0x00005dc1 force  0x00000008 , 0x00000011 
+ 00023457  0x00005dc2 call  0x00005c62 
+ 00023458  0x00005dc3 setarg  0x00000009 
+ 00023459  0x00005dc4 istore  0x00000001 , 0x00000005 
+ 00023460  0x00005dc5 fetch  0x00000001 , 0x00004495 
+ 00023461  0x00005dc6 istore  0x00000001 , 0x00000005 
+ 00023462  0x00005dc7 fetch  0x00000006 , 0x000044a0 
+ 00023463  0x00005dc8 istore  0x00000006 , 0x00000005 
+ 00023464  0x00005dc9 rtn 
+ 00023465  0x00005dcd jam  0x00000008 , 0x0000047b 
+ 00023466  0x00005dce branch  0x00005b54 
+ 00023467  0x00005dd1 fetch  0x00000001 , 0x00004458 
+ 00023468  0x00005dd2 fetcht  0x00000001 , 0x00004458 
+ 00023469  0x00005dd3 iand  0x00000002 , 0x0000003f 
+ 00023470  0x00005dd4 rtn 
+ 00023471  0x00005dd7 arg  0x000044d5 , 0x00000005 
+ 00023472  0x00005dd8 call  0x00007ebf 
+ 00023473  0x00005dd9 call  0x00005bab 
+ 00023474  0x00005dda isolate0  0x00000001 , 0x0000003f 
+ 00023475  0x00005ddb branch  0x00005ba9 , 0x00000001 
+ 00023476  0x00005ddc fetch  0x00000001 , 0x00004092 
+ 00023477  0x00005ddd rtnne  0x0000000a 
+ 00023478  0x00005dde call  0x00005bb9 
+ 00023479  0x00005ddf nrtn  0x00000028 
+ 00023480  0x00005de0 branch  0x00003410 
+ 00023481  0x00005de4 call  0x00007fe9 
+ 00023482  0x00005de5 fetch  0x00000001 , 0x0000448e 
+ 00023483  0x00005de6 rtneq  0x00000000 
+ 00023484  0x00005de7 fetch  0x00000001 , 0x00000454 
+ 00023485  0x00005de8 compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00023486  0x00005de9 rtn  0x00000001 
+ 00023487  0x00005dea branch  0x00007fe7 
+ 00023488  0x00005ded call  0x00005bab 
+ 00023489  0x00005dee isolate0  0x00000001 , 0x0000003f 
+ 00023490  0x00005def branch  0x00005ba9 , 0x00000001 
+ 00023491  0x00005df0 rtn 
+ 00023492  0x00005df5 rtn 
+ 00023493  0x00005df8 arg  0x000009be , 0x00000005 
+ 00023494  0x00005df9 call  0x00007eb3 
+ 00023495  0x00005dfa jam  0x00000002 , 0x000044bf 
+ 00023496  0x00005dfb jam  0x00000001 , 0x000044c1 
+ 00023497  0x00005dfc rtn 
+ 00023498  0x00005dff arg  0x00000a6e , 0x00000005 
+ 00023499  0x00005e00 call  0x00007ebf 
+ 00023500  0x00005e01 jam  0x00000006 , 0x000044c1 
+ 00023501  0x00005e02 jam  0x00000002 , 0x000044bf 
+ 00023502  0x00005e03 rtn 
+ 00023503  0x00005e06 force  0x00000041 , 0x00000011 
+ 00023504  0x00005e07 call  0x00005c62 
+ 00023505  0x00005e08 setarg  0x0000000c 
+ 00023506  0x00005e09 istore  0x00000001 , 0x00000005 
+ 00023507  0x00005e0a arg  0x000045d2 , 0x00000006 
+ 00023508  0x00005e0b branch  0x00007eb3 
+ 00023509  0x00005e0e call  0x00007166 
+ 00023510  0x00005e0f force  0x00000011 , 0x00000011 
+ 00023511  0x00005e10 call  0x00005c62 
+ 00023512  0x00005e11 setarg  0x0000000d 
+ 00023513  0x00005e12 istore  0x00000001 , 0x00000005 
+ 00023514  0x00005e13 branch  0x00007201 
+ 00023515  0x00005e17 fetch  0x00000001 , 0x000044c4 
+ 00023516  0x00005e18 rtneq  0x000000ff 
+ 00023517  0x00005e19 arg  0x00000003 , 0x00000002 
+ 00023518  0x00005e1a isub  0x00000002 , 0x0000003e 
+ 00023519  0x00005e1b nrtn  0x00000002 
+ 00023520  0x00005e1c arg  0x0000000a , 0x00000007 
+ 00023521  0x00005e1d call  0x00007f16 
+ 00023522  0x00005e1e nrtn  0x00000034 
+ 00023523  0x00005e1f branch  0x00005ba9 
+ 00023524  0x00005e22 bpatchx  0x00000078 , 0x0000402f 
+ 00023525  0x00005e23 fetch  0x00000001 , 0x000044c4 
+ 00023526  0x00005e24 beq  0x00000000 , 0x00005bef 
+ 00023527  0x00005e25 beq  0x00000001 , 0x00005bf5 
+ 00023528  0x00005e26 beq  0x00000002 , 0x00005bef 
+ 00023529  0x00005e27 beq  0x00000003 , 0x00005bf7 
+ 00023530  0x00005e28 beq  0x00000005 , 0x00005bfb 
+ 00023531  0x00005e29 beq  0x00000007 , 0x00005c07 
+ 00023532  0x00005e2a beq  0x00000008 , 0x00005c09 
+ 00023533  0x00005e2b beq  0x00000009 , 0x00005c10 
+ 00023534  0x00005e2c rtn 
+ 00023535  0x00005e30 fetch  0x00000001 , 0x000044c5 
+ 00023536  0x00005e31 rtnne  0x00000004 
+ 00023537  0x00005e32 jam  0x000000ff , 0x000044c5 
+ 00023538  0x00005e33 jam  0x000000ff , 0x000044c4 
+ 00023539  0x00005e34 jam  0x0000003f , 0x00000a99 
+ 00023540  0x00005e35 branch  0x00007d86 
+ 00023541  0x00005e39 jam  0x00000002 , 0x000044c4 
+ 00023542  0x00005e3a branch  0x00005b02 
+ 00023543  0x00005e3d jam  0x00000004 , 0x000044c4 
+ 00023544  0x00005e3e setarg  0x00017700 
+ 00023545  0x00005e3f arg  0x0000000a , 0x00000007 
+ 00023546  0x00005e40 branch  0x00007f08 
+ 00023547  0x00005e43 fetch  0x00000001 , 0x000044c5 
+ 00023548  0x00005e44 beq  0x00000004 , 0x00005bfe 
+ 00023549  0x00005e45 rtn 
+ 00023550  0x00005e48 jam  0x00000007 , 0x000044c4 
+ 00023551  0x00005e49 jam  0x00000029 , 0x00000a99 
+ 00023552  0x00005e4a call  0x00007d86 
+ 00023553  0x00005e4b call  0x00005b82 
+ 00023554  0x00005e4c fetch  0x00000001 , 0x00004092 
+ 00023555  0x00005e4d rtnne  0x0000000a 
+ 00023556  0x00005e4e call  0x00005bb9 
+ 00023557  0x00005e4f rtn  0x00000028 
+ 00023558  0x00005e50 branch  0x00003410 
+ 00023559  0x00005e54 jam  0x00000008 , 0x000044c4 
+ 00023560  0x00005e55 branch  0x00005b8c 
+ 00023561  0x00005e58 fetch  0x00000001 , 0x00004452 
+ 00023562  0x00005e59 fetcht  0x00000001 , 0x00004459 
+ 00023563  0x00005e5a iand  0x00000002 , 0x0000003f 
+ 00023564  0x00005e5b isolate0  0x00000001 , 0x0000003f 
+ 00023565  0x00005e5c branch  0x00005c12 , 0x00000001 
+ 00023566  0x00005e5d jam  0x00000009 , 0x000044c4 
+ 00023567  0x00005e5e branch  0x00005b98 
+ 00023568  0x00005e61 call  0x00005ba0 
+ 00023569  0x00005e62 branch  0x00005c12 
+ 00023570  0x00005e66 force  0x0000000a , 0x00000007 
+ 00023571  0x00005e67 call  0x00007f07 
+ 00023572  0x00005e68 jam  0x000000ff , 0x000044c5 
+ 00023573  0x00005e69 jam  0x000000ff , 0x000044c4 
+ 00023574  0x00005e6a jam  0x0000003e , 0x00000a99 
+ 00023575  0x00005e6b branch  0x00007d86 
+ 00023576  0x00005e70 bpatchx  0x00000079 , 0x0000402f 
+ 00023577  0x00005e71 fetch  0x00000001 , 0x000044c6 
+ 00023578  0x00005e72 rtnbit0  0x00000007 
+ 00023579  0x00005e73 fetch  0x00000001 , 0x000044bf 
+ 00023580  0x00005e74 rtnne  0x00000002 
+ 00023581  0x00005e75 jam  0x00000000 , 0x000044bf 
+ 00023582  0x00005e76 fetch  0x00000001 , 0x000044c1 
+ 00023583  0x00005e77 beq  0x00000001 , 0x00005c58 
+ 00023584  0x00005e78 beq  0x00000002 , 0x00005c5f 
+ 00023585  0x00005e79 beq  0x00000003 , 0x00005c52 
+ 00023586  0x00005e7a beq  0x00000006 , 0x00005c39 
+ 00023587  0x00005e7b beq  0x00000007 , 0x00005c30 
+ 00023588  0x00005e7c beq  0x00000008 , 0x00005c26 
+ 00023589  0x00005e7d rtn 
+ 00023590  0x00005e81 fetch  0x00000001 , 0x00004663 
+ 00023591  0x00005e82 copy  0x0000003f , 0x00000007 
+ 00023592  0x00005e83 increase  0x00000001 , 0x0000003f 
+ 00023593  0x00005e84 store  0x00000001 , 0x00004663 
+ 00023594  0x00005e85 fetch  0x00000004 , 0x000044c7 
+ 00023595  0x00005e86 qisolate1  0x0000003f 
+ 00023596  0x00005e87 setarg  0x00000080 
+ 00023597  0x00005e88 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00023598  0x00005e89 store  0x00000001 , 0x00004664 
+ 00023599  0x00005e8a branch  0x00005c55 
+ 00023600  0x00005e8d fetch  0x00000001 , 0x000044c2 
+ 00023601  0x00005e8e jam  0x00000000 , 0x000044c2 
+ 00023602  0x00005e8f beq  0x00000001 , 0x00005c35 
+ 00023603  0x00005e90 jam  0x00000002 , 0x000044bf 
+ 00023604  0x00005e91 rtn 
+ 00023605  0x00005e94 jam  0x00000031 , 0x00000a99 
+ 00023606  0x00005e95 call  0x00007d86 
+ 00023607  0x00005e96 jam  0x00000005 , 0x000044c4 
+ 00023608  0x00005e97 branch  0x00005bd5 
+ 00023609  0x00005e9a fetch  0x00000001 , 0x000009b9 
+ 00023610  0x00005e9b beq  0x00000003 , 0x00005c3d 
+ 00023611  0x00005e9c jam  0x00000002 , 0x000044bf 
+ 00023612  0x00005e9d rtn 
+ 00023613  0x00005ea0 call  0x0000718d 
+ 00023614  0x00005ea4 fetch  0x00000001 , 0x000044c6 
+ 00023615  0x00005ea5 beq  0x00000083 , 0x00005c41 
+ 00023616  0x00005ea6 call  0x00005b18 
+ 00023617  0x00005ea8 call  0x0000717a 
+ 00023618  0x00005ea9 arg  0x00000af2 , 0x00000011 
+ 00023619  0x00005eaa arg  0x00000a6e , 0x00000012 
+ 00023620  0x00005eab arg  0x00000010 , 0x00000039 
+ 00023621  0x00005eac call  0x00007f88 
+ 00023622  0x00005ead branch  0x00005c49 , 0x00000005 
+ 00023623  0x00005eaf jam  0x0000000b , 0x0000047b 
+ 00023624  0x00005eb0 branch  0x00005b54 
+ 00023625  0x00005eb4 call  0x00007595 
+ 00023626  0x00005eb5 nbranch  0x00005c47 , 0x00000005 
+ 00023627  0x00005eb6 jam  0x00000001 , 0x00004429 
+ 00023628  0x00005eb7 fetch  0x00000001 , 0x000044c6 
+ 00023629  0x00005eb8 beq  0x00000081 , 0x00005c35 
+ 00023630  0x00005eb9 beq  0x00000083 , 0x00005c35 
+ 00023631  0x00005eba jam  0x00000002 , 0x000044bf 
+ 00023632  0x00005ebb jam  0x00000007 , 0x000044c1 
+ 00023633  0x00005ebc rtn 
+ 00023634  0x00005ebf fetch  0x00000001 , 0x000044c6 
+ 00023635  0x00005ec0 beq  0x00000083 , 0x00005c56 
+ 00023636  0x00005ec1 jam  0x00000000 , 0x00004664 
+ 00023637  0x00005ec3 branch  0x00005b3d 
+ 00023638  0x00005ec9 jam  0x00000000 , 0x00004663 
+ 00023639  0x00005eca branch  0x00005b1b 
+ 00023640  0x00005ece jam  0x00000002 , 0x000044bf 
+ 00023641  0x00005ecf fetch  0x00000001 , 0x000044c3 
+ 00023642  0x00005ed0 beq  0x00000003 , 0x00005c5c 
+ 00023643  0x00005ed2 rtn 
+ 00023644  0x00005ed5 jam  0x00000002 , 0x000044c1 
+ 00023645  0x00005ed6 jam  0x00000000 , 0x000009b9 
+ 00023646  0x00005ed7 branch  0x00007a99 
+ 00023647  0x00005eda jam  0x00000002 , 0x000044bf 
+ 00023648  0x00005edb jam  0x00000003 , 0x000044c1 
+ 00023649  0x00005edc branch  0x00005bcf 
+ 00023650  0x00005ee1 force  0x00000006 , 0x00000012 
+ 00023651  0x00005ee2 branch  0x00005847 
+ 00023652  0x00005ee7 fetch  0x00000001 , 0x000002db 
+ 00023653  0x00005ee8 beq  0x00000000 , 0x00005c7b 
+ 00023654  0x00005ee9 beq  0x00000001 , 0x00005c83 
+ 00023655  0x00005eea beq  0x00000002 , 0x00005c8e 
+ 00023656  0x00005eeb beq  0x00000003 , 0x00005caa 
+ 00023657  0x00005eec beq  0x00000004 , 0x00005ce1 
+ 00023658  0x00005eed beq  0x00000005 , 0x00005ce6 
+ 00023659  0x00005eee beq  0x00000006 , 0x00005cea 
+ 00023660  0x00005eef beq  0x00000007 , 0x00005cf5 
+ 00023661  0x00005ef0 beq  0x00000008 , 0x00005c99 
+ 00023662  0x00005ef1 beq  0x00000009 , 0x00005cf5 
+ 00023663  0x00005ef2 beq  0x0000000a , 0x00005cef 
+ 00023664  0x00005ef3 beq  0x0000000b , 0x00005cf5 
+ 00023665  0x00005ef4 beq  0x0000000c , 0x00005c9f 
+ 00023666  0x00005ef5 beq  0x0000000d , 0x00005cf5 
+ 00023667  0x00005ef6 beq  0x00000012 , 0x00005ca6 
+ 00023668  0x00005ef7 beq  0x00000013 , 0x00005cf5 
+ 00023669  0x00005ef8 arg  0x00000002 , 0x00000011 
+ 00023670  0x00005ef9 arg  0x00000007 , 0x00000012 
+ 00023671  0x00005efa call  0x00005842 
+ 00023672  0x00005efb fetch  0x00000001 , 0x000002db 
+ 00023673  0x00005efc istore  0x00000001 , 0x00000005 
+ 00023674  0x00005efd rtn 
+ 00023675  0x00005f01 ifetch  0x00000009 , 0x00000006 
+ 00023676  0x00005f02 store  0x00000009 , 0x000043d3 
+ 00023677  0x00005f03 ifetch  0x00000002 , 0x00000006 
+ 00023678  0x00005f04 store  0x00000002 , 0x0000045f 
+ 00023679  0x00005f05 fetch  0x00000001 , 0x0000043f 
+ 00023680  0x00005f06 set1  0x00000005 , 0x0000003f 
+ 00023681  0x00005f07 store  0x00000001 , 0x0000043f 
+ 00023682  0x00005f08 rtn 
+ 00023683  0x00005f0b ifetch  0x00000005 , 0x00000006 
+ 00023684  0x00005f0c store  0x00000005 , 0x000043ce 
+ 00023685  0x00005f0d ifetch  0x00000002 , 0x00000006 
+ 00023686  0x00005f0e store  0x00000002 , 0x0000045f 
+ 00023687  0x00005f0f fetcht  0x00000002 , 0x00000459 
+ 00023688  0x00005f10 isub  0x00000002 , 0x0000003e 
+ 00023689  0x00005f11 nbranch  0x00005c8e , 0x00000002 
+ 00023690  0x00005f12 fetch  0x00000001 , 0x0000043f 
+ 00023691  0x00005f13 set1  0x00000006 , 0x0000003f 
+ 00023692  0x00005f14 store  0x00000001 , 0x0000043f 
+ 00023693  0x00005f15 rtn 
+ 00023694  0x00005f19 setarg  0x00000014 
+ 00023695  0x00005f1a store  0x00000002 , 0x0000046d 
+ 00023696  0x00005f1b store  0x00000002 , 0x000044ba 
+ 00023697  0x00005f1c rtn 
+ 00023698  0x00005f1f arg  0x00000013 , 0x00000013 
+ 00023699  0x00005f23 arg  0x00000002 , 0x00000011 
+ 00023700  0x00005f24 arg  0x00000002 , 0x00000012 
+ 00023701  0x00005f25 call  0x00005842 
+ 00023702  0x00005f26 copy  0x00000013 , 0x0000003f 
+ 00023703  0x00005f27 istore  0x00000001 , 0x00000005 
+ 00023704  0x00005f28 rtn 
+ 00023705  0x00005f2d arg  0x00000009 , 0x00000011 
+ 00023706  0x00005f2e arg  0x00000009 , 0x00000012 
+ 00023707  0x00005f2f call  0x00005842 
+ 00023708  0x00005f30 setarg  0x00000001 
+ 00023709  0x00005f31 istore  0x00000008 , 0x00000005 
+ 00023710  0x00005f32 rtn 
+ 00023711  0x00005f36 rtn  0x00000029 
+ 00023712  0x00005f38 arg  0x00000006 , 0x00000011 
+ 00023713  0x00005f39 arg  0x0000000c , 0x00000012 
+ 00023714  0x00005f3a call  0x00005842 
+ 00023715  0x00005f3b fetch  0x00000005 , 0x00004510 
+ 00023716  0x00005f3c istore  0x00000005 , 0x00000005 
+ 00023717  0x00005f3d rtn 
+ 00023718  0x00005f41 arg  0x00000013 , 0x00000012 
+ 00023719  0x00005f42 branch  0x00005ca8 
+ 00023720  0x00005f46 arg  0x00000001 , 0x00000011 
+ 00023721  0x00005f47 branch  0x00005842 
+ 00023722  0x00005f4b ifetch  0x00000008 , 0x00000006 
+ 00023723  0x00005f4c store  0x00000008 , 0x000044cd 
+ 00023724  0x00005f4d ifetch  0x00000002 , 0x00000006 
+ 00023725  0x00005f4e store  0x00000002 , 0x000044cb 
+ 00023726  0x00005f4f ifetch  0x00000008 , 0x00000006 
+ 00023727  0x00005f50 store  0x00000008 , 0x000044aa 
+ 00023728  0x00005f51 ifetch  0x00000004 , 0x00000006 
+ 00023729  0x00005f52 store  0x00000004 , 0x00004411 
+ 00023730  0x00005f53 call  0x00005ccf 
+ 00023731  0x00005f54 bpatchx  0x0000007a , 0x0000402f 
+ 00023732  0x00005f55 fetch  0x00000001 , 0x000044c4 
+ 00023733  0x00005f56 beq  0x00000005 , 0x00005cbc 
+ 00023734  0x00005f57 fetch  0x00000001 , 0x000044e9 
+ 00023735  0x00005f58 bbit1  0x00000001 , 0x00005cbf 
+ 00023736  0x00005f59 fetch  0x00000001 , 0x00004217 
+ 00023737  0x00005f5a ncall  0x000067be , 0x00000034 
+ 00023738  0x00005f5b fetch  0x00000001 , 0x00004429 
+ 00023739  0x00005f5c beq  0x00000000 , 0x00005cc4 
+ 00023740  0x00005f5e jam  0x00000001 , 0x000044c5 
+ 00023741  0x00005f5f call  0x00005cdd 
+ 00023742  0x00005f60 branch  0x000073a2 
+ 00023743  0x00005f63 jam  0x00000001 , 0x00004429 
+ 00023744  0x00005f64 arg  0x000044ea , 0x00000006 
+ 00023745  0x00005f65 arg  0x00004419 , 0x00000005 
+ 00023746  0x00005f66 call  0x00007ebf 
+ 00023747  0x00005f67 branch  0x00005cbc 
+ 00023748  0x00005f6b bpatchx  0x0000007b , 0x0000402f 
+ 00023749  0x00005f6c jam  0x00000000 , 0x000044c5 
+ 00023750  0x00005f6d jam  0x00000000 , 0x000044c4 
+ 00023751  0x00005f6e jam  0x00000041 , 0x00000a99 
+ 00023752  0x00005f6f branch  0x00007d86 
+ 00023753  0x00005f72 arg  0x00000002 , 0x00000011 
+ 00023754  0x00005f73 arg  0x0000000d , 0x00000012 
+ 00023755  0x00005f74 call  0x00005842 
+ 00023756  0x00005f75 setarg  0x00000006 
+ 00023757  0x00005f76 istore  0x00000001 , 0x00000005 
+ 00023758  0x00005f77 rtn 
+ 00023759  0x00005f7a arg  0x000044b2 , 0x00000005 
+ 00023760  0x00005f7b force  0x00000008 , 0x00000039 
+ 00023761  0x00005f7c call  0x0000630d 
+ 00023762  0x00005f7d arg  0x00004415 , 0x00000005 
+ 00023763  0x00005f7e force  0x00000004 , 0x00000039 
+ 00023764  0x00005f7f call  0x0000630d 
+ 00023765  0x00005f80 arg  0x0000000d , 0x00000011 
+ 00023766  0x00005f81 arg  0x00000004 , 0x00000012 
+ 00023767  0x00005f82 call  0x00005842 
+ 00023768  0x00005f83 fetch  0x00000008 , 0x000044b2 
+ 00023769  0x00005f84 istore  0x00000008 , 0x00000005 
+ 00023770  0x00005f85 fetch  0x00000004 , 0x00004415 
+ 00023771  0x00005f86 istore  0x00000004 , 0x00000005 
+ 00023772  0x00005f87 rtn 
+ 00023773  0x00005f8a arg  0x00000005 , 0x00000012 
+ 00023774  0x00005f8b branch  0x00005ca8 
+ 00023775  0x00005f8e arg  0x00000006 , 0x00000012 
+ 00023776  0x00005f8f branch  0x00005ca8 
+ 00023777  0x00005f93 ifetch  0x00000008 , 0x00000006 
+ 00023778  0x00005f94 store  0x00000008 , 0x000044b2 
+ 00023779  0x00005f95 ifetch  0x00000004 , 0x00000006 
+ 00023780  0x00005f96 store  0x00000004 , 0x00004415 
+ 00023781  0x00005f97 branch  0x000073a2 
+ 00023782  0x00005f9a fetch  0x00000001 , 0x0000043f 
+ 00023783  0x00005f9b set1  0x00000004 , 0x0000003f 
+ 00023784  0x00005f9c store  0x00000001 , 0x0000043f 
+ 00023785  0x00005f9d rtn 
+ 00023786  0x00005fa0 rtn  0x00000029 
+ 00023787  0x00005fa1 jam  0x00000032 , 0x00000a99 
+ 00023788  0x00005fa2 call  0x00007d86 
+ 00023789  0x00005fa3 jam  0x00000004 , 0x000044c5 
+ 00023790  0x00005fa4 branch  0x00005cdf 
+ 00023791  0x00005fa7 jam  0x00000002 , 0x000044c5 
+ 00023792  0x00005fa8 call  0x00005cf3 
+ 00023793  0x00005fa9 jam  0x00000033 , 0x00000a99 
+ 00023794  0x00005faa branch  0x00007d86 
+ 00023795  0x00005fad arg  0x0000000b , 0x00000012 
+ 00023796  0x00005fae branch  0x00005ca8 
+ 00023797  0x00005fb6 rtn 
+ 00023798  0x00005fbe rtn  0x0000002b 
+ 00023799  0x00005fc0 bpatchx  0x0000007c , 0x0000402f 
+ 00023800  0x00005fc1 setarg  0x00000000 
+ 00023801  0x00005fc2 store  0x00000001 , 0x00000048 
+ 00023802  0x00005fc3 store  0x00000001 , 0x00000055 
+ 00023803  0x00005fc4 store  0x00000001 , 0x00000078 
+ 00023804  0x00005fc5 store  0x00000001 , 0x0000007c 
+ 00023805  0x00005fc6 store  0x00000001 , 0x00004158 
+ 00023806  0x00005fc7 store  0x00000001 , 0x000004d7 
+ 00023807  0x00005fc8 store  0x00000001 , 0x0000016d 
+ 00023808  0x00005fc9 store  0x00000001 , 0x000009b5 
+ 00023809  0x00005fca jam  0x00000000 , 0x0000455b 
+ 00023810  0x00005fcb jam  0x00000000 , 0x00000229 
+ 00023811  0x00005fcc jam  0x00000000 , 0x000004d8 
+ 00023812  0x00005fce jam  0x00000000 , 0x000009b5 
+ 00023813  0x00005fcf jam  0x00000000 , 0x000009b4 
+ 00023814  0x00005fd0 jam  0x00000000 , 0x000004d1 
+ 00023815  0x00005fd3 rtn 
+ 00023816  0x00005fd6 bpatchx  0x0000007d , 0x0000402f 
+ 00023817  0x00005fd7 call  0x000062ff , 0x00000029 
+ 00023818  0x00005fd8 ncall  0x00006303 , 0x00000029 
+ 00023819  0x00005fd9 call  0x000062bc 
+ 00023820  0x00005fda nrtn  0x00000034 
+ 00023821  0x00005fdb fetch  0x00000001 , 0x0000004c 
+ 00023822  0x00005fdc rtnbit0  0x00000006 
+ 00023823  0x00005fdd set0  0x00000006 , 0x0000003f 
+ 00023824  0x00005fde set0  0x00000001 , 0x00000000 
+ 00023825  0x00005fdf store  0x00000001 , 0x0000004c 
+ 00023826  0x00005fe0 fetch  0x00000001 , 0x00000551 
+ 00023827  0x00005fe1 fetcht  0x00000001 , 0x0000004c 
+ 00023828  0x00005fe2 isolate1  0x00000000 , 0x0000003f 
+ 00023829  0x00005fe3 setflag  0x00000001 , 0x00000001 , 0x00000002 
+ 00023830  0x00005fe4 storet  0x00000001 , 0x0000004c 
+ 00023831  0x00005fe5 and_into  0x00000002 , 0x00000002 
+ 00023832  0x00005fe6 storet  0x00000001 , 0x0000007f 
+ 00023833  0x00005fe7 fetcht  0x00000001 , 0x0000004c 
+ 00023834  0x00005fe8 rshift  0x0000003f , 0x0000003f 
+ 00023835  0x00005fe9 store  0x00000001 , 0x0000007d 
+ 00023836  0x00005fea bpatchx  0x0000007e , 0x0000402f 
+ 00023837  0x00005feb fetch  0x00000001 , 0x0000007d 
+ 00023838  0x00005fec beq  0x0000007f , 0x00005d66 
+ 00023839  0x00005fed beq  0x00000003 , 0x00005db1 
+ 00023840  0x00005fee beq  0x00000004 , 0x00005dc2 
+ 00023841  0x00005fef beq  0x0000003c , 0x00005d59 
+ 00023842  0x00005ff0 beq  0x00000005 , 0x00005d55 
+ 00023843  0x00005ff1 beq  0x0000000f , 0x00005fa8 
+ 00023844  0x00005ff2 beq  0x00000010 , 0x00005e24 
+ 00023845  0x00005ff3 beq  0x00000023 , 0x00005e42 
+ 00023846  0x00005ff4 beq  0x00000039 , 0x00005fc1 
+ 00023847  0x00005ff5 beq  0x00000038 , 0x00005fbc 
+ 00023848  0x00005ff6 beq  0x00000031 , 0x00005e27 
+ 00023849  0x00005ff7 beq  0x00000037 , 0x00005eb0 
+ 00023850  0x00005ff8 beq  0x00000027 , 0x00005eac 
+ 00023851  0x00005ff9 beq  0x00000033 , 0x00005ea9 
+ 00023852  0x00005ffa beq  0x00000025 , 0x00005eae 
+ 00023853  0x00005ffb beq  0x00000026 , 0x00005e3e 
+ 00023854  0x00005ffc beq  0x00000007 , 0x00005e36 
+ 00023855  0x00005ffd beq  0x0000002d , 0x00005e2d 
+ 00023856  0x00005ffe beq  0x0000002e , 0x00005e2e 
+ 00023857  0x00005fff beq  0x00000001 , 0x00005ea5 
+ 00023858  0x00006000 beq  0x00000002 , 0x00005e90 
+ 00023859  0x00006001 beq  0x00000028 , 0x00005fb3 
+ 00023860  0x00006002 beq  0x00000009 , 0x00005e86 
+ 00023861  0x00006003 beq  0x0000000b , 0x00005e5f 
+ 00023862  0x00006004 beq  0x00000008 , 0x00005e43 
+ 00023863  0x00006005 beq  0x0000000c , 0x00005e6a 
+ 00023864  0x00006006 beq  0x0000001f , 0x00005e3a 
+ 00023865  0x00006007 beq  0x00000020 , 0x00005e3c 
+ 00023866  0x00006008 beq  0x00000021 , 0x00005eca 
+ 00023867  0x00006009 beq  0x00000022 , 0x00005eca 
+ 00023868  0x0000600a beq  0x00000035 , 0x00005ecb 
+ 00023869  0x0000600b beq  0x00000036 , 0x00005ecc 
+ 00023870  0x0000600c beq  0x00000024 , 0x00005eca 
+ 00023871  0x0000600d beq  0x00000034 , 0x00005ecd 
+ 00023872  0x0000600e beq  0x00000017 , 0x00005ed6 
+ 00023873  0x0000600f beq  0x00000011 , 0x00005ef2 
+ 00023874  0x00006010 beq  0x00000012 , 0x00005ef6 
+ 00023875  0x00006011 beq  0x00000013 , 0x00005ef8 
+ 00023876  0x00006012 beq  0x0000000d , 0x00005f0a 
+ 00023877  0x00006013 beq  0x0000000e , 0x00005f0a 
+ 00023878  0x00006014 beq  0x0000002f , 0x00005eaa 
+ 00023879  0x00006015 beq  0x00000030 , 0x00005f0a 
+ 00023880  0x00006016 beq  0x0000000a , 0x00005f0a 
+ 00023881  0x00006017 beq  0x00000018 , 0x00005f0b 
+ 00023882  0x00006018 beq  0x00000032 , 0x00005f0a 
+ 00023883  0x00006019 beq  0x0000003d , 0x00005f10 
+ 00023884  0x0000601a beq  0x0000003e , 0x00005f51 
+ 00023885  0x0000601b beq  0x0000003f , 0x00005f4b 
+ 00023886  0x0000601c beq  0x00000040 , 0x00005f78 
+ 00023887  0x0000601d beq  0x00000041 , 0x00005f8a 
+ 00023888  0x0000601e beq  0x00000006 , 0x00005fa7 
+ 00023889  0x0000601f beq  0x0000003a , 0x00005d57 
+ 00023890  0x00006023 jam  0x00000019 , 0x0000007e 
+ 00023891  0x00006025 jam  0x00000004 , 0x0000007c 
+ 00023892  0x00006026 rtn 
+ 00023893  0x00006029 jam  0x00000006 , 0x0000007c 
+ 00023894  0x0000602a rtn 
+ 00023895  0x0000602d jam  0x0000003b , 0x0000007c 
+ 00023896  0x0000602e rtn 
+ 00023897  0x00006031 fetch  0x00000004 , 0x00000552 
+ 00023898  0x00006032 lshift  0x0000003f , 0x0000003f 
+ 00023899  0x00006033 store  0x00000004 , 0x000040d2 
+ 00023900  0x00006034 fetch  0x00000001 , 0x00000556 
+ 00023901  0x00006035 store  0x00000001 , 0x000040d9 
+ 00023902  0x00006036 fetch  0x00000005 , 0x00000557 
+ 00023903  0x00006037 store  0x00000005 , 0x000040e7 
+ 00023904  0x00006038 fetch  0x00000005 , 0x0000055c 
+ 00023905  0x00006039 istore  0x00000005 , 0x00000005 
+ 00023906  0x0000603a fetch  0x00000001 , 0x00000031 
+ 00023907  0x0000603b set1  0x00000003 , 0x0000003f 
+ 00023908  0x0000603c store  0x00000001 , 0x00000031 
+ 00023909  0x0000603d rtn 
+ 00023910  0x0000603f bpatchx  0x0000007f , 0x0000402f 
+ 00023911  0x00006040 fetch  0x00000001 , 0x00000552 
+ 00023912  0x00006041 set1  0x00000007 , 0x0000003f 
+ 00023913  0x00006042 store  0x00000001 , 0x0000007d 
+ 00023914  0x00006043 beq  0x00000081 , 0x00005d88 
+ 00023915  0x00006044 beq  0x00000082 , 0x00005d8d 
+ 00023916  0x00006045 beq  0x00000095 , 0x00005eb1 
+ 00023917  0x00006046 beq  0x00000096 , 0x00005eca 
+ 00023918  0x00006047 beq  0x0000008b , 0x00005ebf 
+ 00023919  0x00006048 beq  0x00000083 , 0x00005da5 
+ 00023920  0x00006049 beq  0x00000084 , 0x00005da7 
+ 00023921  0x0000604a beq  0x00000090 , 0x00005d7a 
+ 00023922  0x0000604b beq  0x00000097 , 0x00005d9e 
+ 00023923  0x0000604c beq  0x00000098 , 0x00005da3 
+ 00023924  0x0000604d beq  0x00000099 , 0x00005d7d 
+ 00023925  0x0000604e beq  0x0000009a , 0x00005d80 
+ 00023926  0x0000604f rtneq  0x00000084 
+ 00023927  0x00006053 jam  0x00000082 , 0x0000007c 
+ 00023928  0x00006054 jam  0x00000019 , 0x0000007e 
+ 00023929  0x00006056 rtn 
+ 00023930  0x00006058 jam  0x00000082 , 0x0000007c 
+ 00023931  0x00006059 jam  0x0000002e , 0x0000007e 
+ 00023932  0x0000605a rtn 
+ 00023933  0x0000605d call  0x00005d82 
+ 00023934  0x0000605e jam  0x0000009a , 0x0000007c 
+ 00023935  0x0000605f rtn 
+ 00023936  0x00006062 call  0x00005d82 
+ 00023937  0x00006063 branch  0x00005d86 
+ 00023938  0x00006066 arg  0x0000465e , 0x00000005 
+ 00023939  0x00006067 fetch  0x00000003 , 0x00000553 
+ 00023940  0x00006068 istore  0x00000003 , 0x00000005 
+ 00023941  0x00006069 rtn 
+ 00023942  0x0000606c branch  0x000076d8 , 0x00000001 
+ 00023943  0x0000606d rtn 
+ 00023944  0x0000606f fetch  0x00000001 , 0x00000554 
+ 00023945  0x00006070 set1  0x00000007 , 0x0000003f 
+ 00023946  0x00006071 store  0x00000001 , 0x000004c9 
+ 00023947  0x00006072 beq  0x0000008b , 0x00005d92 
+ 00023948  0x00006073 rtn 
+ 00023949  0x00006077 fetch  0x00000001 , 0x00000554 
+ 00023950  0x00006078 set1  0x00000007 , 0x0000003f 
+ 00023951  0x00006079 store  0x00000001 , 0x000004c9 
+ 00023952  0x0000607a beq  0x0000008b , 0x00005d96 
+ 00023953  0x0000607b rtn 
+ 00023954  0x0000607e fetch  0x00000001 , 0x0000415a 
+ 00023955  0x0000607f fetcht  0x00000001 , 0x0000004c 
+ 00023956  0x00006080 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
+ 00023957  0x00006081 storet  0x00000001 , 0x0000004c 
+ 00023958  0x00006083 fetch  0x00000001 , 0x00000030 
+ 00023959  0x00006084 rtnbit0  0x00000005 
+ 00023960  0x00006085 set0  0x00000005 , 0x0000003f 
+ 00023961  0x00006086 store  0x00000001 , 0x00000030 
+ 00023962  0x00006087 fetch  0x00000001 , 0x000004d7 
+ 00023963  0x00006088 nrtn  0x00000034 
+ 00023964  0x00006089 jam  0x00000031 , 0x0000007c 
+ 00023965  0x0000608a rtn 
+ 00023966  0x0000608d nbranch  0x00005da1 , 0x00000029 
+ 00023967  0x0000608e jam  0x00000012 , 0x0000007c 
+ 00023968  0x0000608f branch  0x000062eb 
+ 00023969  0x00006092 jam  0x00000097 , 0x0000007c 
+ 00023970  0x00006093 rtn 
+ 00023971  0x00006098 call  0x000062eb 
+ 00023972  0x00006099 branch  0x00005ffe 
+ 00023973  0x0000609c jam  0x00000084 , 0x0000007c 
+ 00023974  0x0000609d rtn 
+ 00023975  0x000060a0 fetcht  0x00000001 , 0x00000555 
+ 00023976  0x000060a1 and  0x00000002 , 0x00000001 , 0x00000002 
+ 00023977  0x000060a2 storet  0x00000001 , 0x000004d0 
+ 00023978  0x000060a3 fetch  0x00000001 , 0x000041ce 
+ 00023979  0x000060a4 bne  0x00000051 , 0x00005dad 
+ 00023980  0x000060a5 jam  0x00000000 , 0x000041ce 
+ 00023981  0x000060a7 fetch  0x00000001 , 0x00000055 
+ 00023982  0x000060a8 rtnne  0x00000015 
+ 00023983  0x000060a9 jam  0x00000004 , 0x00000055 
+ 00023984  0x000060aa branch  0x0000631b 
+ 00023985  0x000060ad bpatchx  0x00000080 , 0x00004030 
+ 00023986  0x000060ae fetch  0x00000001 , 0x00000552 
+ 00023987  0x000060af store  0x00000001 , 0x000004c9 
+ 00023988  0x000060b0 beq  0x00000033 , 0x00005dd8 
+ 00023989  0x000060b1 beq  0x00000008 , 0x00005de7 
+ 00023990  0x000060b2 beq  0x0000000f , 0x00005dee 
+ 00023991  0x000060b3 beq  0x00000010 , 0x00005df4 
+ 00023992  0x000060b4 beq  0x00000011 , 0x00005df5 
+ 00023993  0x000060b5 beq  0x00000012 , 0x00005dfd 
+ 00023994  0x000060b6 beq  0x00000018 , 0x00005e13 
+ 00023995  0x000060b7 beq  0x00000017 , 0x00005e16 
+ 00023996  0x000060b8 beq  0x00000013 , 0x00005dcf 
+ 00023997  0x000060ba beq  0x0000003d , 0x00005f1e 
+ 00023998  0x000060bb beq  0x0000003e , 0x00005f6a 
+ 00023999  0x000060bc beq  0x00000040 , 0x00005f20 
+ 00024000  0x000060bd beq  0x00000041 , 0x00005f3d 
+ 00024001  0x000060be rtn 
+ 00024002  0x000060c1 bpatchx  0x00000081 , 0x00004030 
+ 00024003  0x000060c2 fetch  0x00000001 , 0x00000552 
+ 00024004  0x000060c3 store  0x00000001 , 0x000004c9 
+ 00024005  0x000060c4 beq  0x00000001 , 0x00005e0a 
+ 00024006  0x000060c5 beq  0x00000033 , 0x00005de2 
+ 00024007  0x000060c6 beq  0x0000000b , 0x00005dfe 
+ 00024008  0x000060c7 beq  0x00000008 , 0x00005e01 
+ 00024009  0x000060c8 beq  0x00000013 , 0x00005dd2 
+ 00024010  0x000060ca beq  0x00000040 , 0x00005e0b 
+ 00024011  0x000060cb beq  0x00000041 , 0x00005e0e 
+ 00024012  0x000060cc beq  0x00000018 , 0x00005e11 
+ 00024013  0x000060cd beq  0x00000017 , 0x00005e22 
+ 00024014  0x000060ce rtn 
+ 00024015  0x000060d1 jam  0x00000020 , 0x00000a99 
+ 00024016  0x000060d2 call  0x00007d86 
+ 00024017  0x000060d3 branch  0x000021dc 
+ 00024018  0x000060d5 jam  0x00000019 , 0x00000a99 
+ 00024019  0x000060d6 call  0x00007d86 
+ 00024020  0x000060d7 jam  0x00000002 , 0x0000455b 
+ 00024021  0x000060d8 setarg  0x00000050 
+ 00024022  0x000060d9 arg  0x00000006 , 0x00000007 
+ 00024023  0x000060da branch  0x00007f08 
+ 00024024  0x000060e0 fetch  0x00000001 , 0x000004d1 
+ 00024025  0x000060e1 set1  0x00000000 , 0x0000003f 
+ 00024026  0x000060e2 store  0x00000001 , 0x000004d1 
+ 00024027  0x000060e3 jam  0x00000001 , 0x00000a99 
+ 00024028  0x000060e4 call  0x00007d86 
+ 00024029  0x000060e5 jam  0x0000008b , 0x0000007c 
+ 00024030  0x000060e9 fetch  0x00000001 , 0x00000055 
+ 00024031  0x000060ea bne  0x00000005 , 0x00005d07 
+ 00024032  0x000060ed jam  0x00000006 , 0x00000055 
+ 00024033  0x000060ee rtn 
+ 00024034  0x000060f7 jam  0x0000000b , 0x000004ca 
+ 00024035  0x000060f8 jam  0x00000007 , 0x0000007c 
+ 00024036  0x000060fa jam  0x00000000 , 0x00000055 
+ 00024037  0x000060fc branch  0x00005d07 , 0x00000001 
+ 00024038  0x000060fd rtn 
+ 00024039  0x00006100 fetch  0x00000001 , 0x000041bd 
+ 00024040  0x00006101 nrtn  0x00000034 
+ 00024041  0x00006102 call  0x0000244f 
+ 00024042  0x00006103 call  0x00005ffc 
+ 00024043  0x00006104 rtn  0x00000029 
+ 00024044  0x00006105 set1  0x00000021 , 0x00000000 
+ 00024045  0x00006106 rtn 
+ 00024046  0x00006109 nrtn  0x00000029 
+ 00024047  0x0000610a jam  0x00000010 , 0x0000007c 
+ 00024048  0x0000610b fetch  0x00000001 , 0x0000004c 
+ 00024049  0x0000610c rtnbit0  0x00000002 
+ 00024050  0x0000610d jam  0x00000012 , 0x0000007c 
+ 00024051  0x0000610e rtn 
+ 00024052  0x00006111 branch  0x00005ffe 
+ 00024053  0x00006114 call  0x00006059 
+ 00024054  0x00006115 fetch  0x00000001 , 0x00000030 
+ 00024055  0x00006116 rtnbit1  0x00000004 
+ 00024056  0x00006117 jam  0x00000031 , 0x0000007c 
+ 00024057  0x00006118 fetch  0x00000001 , 0x00000055 
+ 00024058  0x00006119 rtnne  0x0000000a 
+ 00024059  0x0000611a jam  0x0000000b , 0x00000055 
+ 00024060  0x0000611b rtn 
+ 00024061  0x00006125 rtn 
+ 00024062  0x00006129 jam  0x00000007 , 0x0000007c 
+ 00024063  0x0000612a jam  0x00000013 , 0x000004ca 
+ 00024064  0x0000612b rtn 
+ 00024065  0x0000612e fetch  0x00000001 , 0x00000553 
+ 00024066  0x0000612f beq  0x00000006 , 0x00005e07 
+ 00024067  0x00006130 rtnne  0x00000018 
+ 00024068  0x00006131 jam  0x00000018 , 0x000004ca 
+ 00024069  0x00006132 jam  0x00000007 , 0x0000007c 
+ 00024070  0x00006133 rtn 
+ 00024071  0x00006135 jam  0x00000006 , 0x000004ca 
+ 00024072  0x00006136 jam  0x00000007 , 0x0000007c 
+ 00024073  0x00006137 rtn 
+ 00024074  0x0000613a rtn 
+ 00024075  0x0000613d jam  0x00000000 , 0x000009ae 
+ 00024076  0x0000613e jam  0x00000007 , 0x0000007c 
+ 00024077  0x0000613f branch  0x00005d07 
+ 00024078  0x00006142 jam  0x00000000 , 0x000009ae 
+ 00024079  0x00006143 jam  0x00000007 , 0x0000007c 
+ 00024080  0x00006144 branch  0x00005d07 
+ 00024081  0x00006146 jam  0x00000024 , 0x00000a99 
+ 00024082  0x00006147 branch  0x00007d86 
+ 00024083  0x0000614a jam  0x00000023 , 0x00000a99 
+ 00024084  0x0000614b call  0x00007d86 
+ 00024085  0x0000614c branch  0x000026e9 
+ 00024086  0x0000614f jam  0x00000022 , 0x00000a99 
+ 00024087  0x00006150 call  0x00007d86 
+ 00024088  0x00006151 setarg  0x00000000 
+ 00024089  0x00006152 store  0x00000002 , 0x00000075 
+ 00024090  0x00006153 fetch  0x00000002 , 0x000041e3 
+ 00024091  0x00006154 lshift  0x0000003f , 0x0000003f 
+ 00024092  0x00006155 store  0x00000002 , 0x00000032 
+ 00024093  0x00006156 fetch  0x00000001 , 0x000041e5 
+ 00024094  0x00006157 store  0x00000001 , 0x00000073 
+ 00024095  0x00006158 fetch  0x00000001 , 0x000041e7 
+ 00024096  0x00006159 store  0x00000001 , 0x00000074 
+ 00024097  0x0000615a branch  0x000026c6 
+ 00024098  0x0000615d jam  0x00000021 , 0x00000a99 
+ 00024099  0x0000615e branch  0x00007d86 
+ 00024100  0x00006161 fetcht  0x00000001 , 0x00000552 
+ 00024101  0x00006162 storet  0x00000001 , 0x00000054 
+ 00024102  0x00006163 branch  0x00005e38 
+ 00024103  0x00006166 fetch  0x00000001 , 0x000004d1 
+ 00024104  0x00006167 set1  0x00000002 , 0x0000003f 
+ 00024105  0x00006168 store  0x00000001 , 0x000004d1 
+ 00024106  0x00006169 rtnbit1  0x00000003 
+ 00024107  0x0000616a jam  0x00000031 , 0x0000007c 
+ 00024108  0x0000616b branch  0x00005d07 
+ 00024109  0x00006170 rtn 
+ 00024110  0x00006173 fetch  0x00000001 , 0x000040d0 
+ 00024111  0x00006174 fetcht  0x00000001 , 0x00000552 
+ 00024112  0x00006175 isub  0x00000002 , 0x0000003e 
+ 00024113  0x00006177 branch  0x00005e38 , 0x00000002 
+ 00024114  0x00006178 jam  0x00000004 , 0x0000007c 
+ 00024115  0x00006179 jam  0x0000001f , 0x0000007e 
+ 00024116  0x0000617a jam  0x0000002e , 0x0000007d 
+ 00024117  0x0000617b rtn 
+ 00024118  0x0000617e call  0x00006157 
+ 00024119  0x0000617f branch  0x00005e38 
+ 00024120  0x00006182 jam  0x00000003 , 0x0000007c 
+ 00024121  0x00006183 rtn 
+ 00024122  0x00006186 jam  0x00000021 , 0x0000007c 
+ 00024123  0x00006187 rtn 
+ 00024124  0x0000618a jam  0x00000022 , 0x0000007c 
+ 00024125  0x0000618b rtn 
+ 00024126  0x0000618e fetch  0x00000001 , 0x00000055 
+ 00024127  0x0000618f rtneq  0x00000013 
+ 00024128  0x00006191 jam  0x00000002 , 0x00000055 
+ 00024129  0x00006193 rtn 
+ 00024130  0x00006197 rtn 
+ 00024131  0x0000619a call  0x00005ff9 
+ 00024132  0x0000619b jam  0x00000001 , 0x000004d4 
+ 00024133  0x0000619c jam  0x0000000a , 0x00000a99 
+ 00024134  0x0000619d call  0x00007d86 
+ 00024135  0x0000619f call  0x000062f3 
+ 00024136  0x000061a0 nbranch  0x00006001 , 0x00000001 
+ 00024137  0x000061a2 nbranch  0x00005e4e , 0x00000029 
+ 00024138  0x000061a3 jam  0x00000004 , 0x0000007c 
+ 00024139  0x000061a4 jam  0x00000008 , 0x0000007d 
+ 00024140  0x000061a5 jam  0x00000023 , 0x0000007e 
+ 00024141  0x000061a6 rtn 
+ 00024142  0x000061a8 fetch  0x00000001 , 0x0000004b 
+ 00024143  0x000061a9 set1  0x00000002 , 0x0000003f 
+ 00024144  0x000061aa store  0x00000001 , 0x0000004b 
+ 00024145  0x000061ab rtn 
+ 00024146  0x000061af fetcht  0x00000001 , 0x0000004c 
+ 00024147  0x000061b0 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
+ 00024148  0x000061b1 storet  0x00000001 , 0x0000004c 
+ 00024149  0x000061b2 rtn 
+ 00024150  0x000061b6 fetch  0x00000001 , 0x0000007f 
+ 00024151  0x000061b7 rshift  0x0000003f , 0x0000003f 
+ 00024152  0x000061b8 and_into  0x00000001 , 0x0000003f 
+ 00024153  0x000061b9 rtn 
+ 00024154  0x000061bc fetch  0x00000001 , 0x00004217 
+ 00024155  0x000061bd rtn  0x00000034 
+ 00024156  0x000061be fetch  0x00000001 , 0x000009b5 
+ 00024157  0x000061bf call  0x000067b2 , 0x00000034 
+ 00024158  0x000061c0 rtn 
+ 00024159  0x000061c3 call  0x00005e5a 
+ 00024160  0x000061c4 call  0x00005e56 
+ 00024161  0x000061c5 store  0x00000001 , 0x000004d5 
+ 00024162  0x000061c6 call  0x00005ff9 
+ 00024163  0x000061c7 jam  0x0000000c , 0x0000007c 
+ 00024164  0x000061c8 fetch  0x00000001 , 0x000041bd 
+ 00024165  0x000061c9 nrtn  0x00000034 
+ 00024166  0x000061ca fetch  0x00000001 , 0x00000030 
+ 00024167  0x000061cb rtnbit1  0x00000006 
+ 00024168  0x000061cc jam  0x00000006 , 0x0000007e 
+ 00024169  0x000061cd branch  0x00005d53 
+ 00024170  0x000061d0 arg  0x00000040 , 0x00000011 
+ 00024171  0x000061d1 call  0x00007288 
+ 00024172  0x000061d2 fetch  0x00000004 , 0x00000552 
+ 00024173  0x000061d3 fetcht  0x00000004 , 0x00000592 
+ 00024174  0x000061d4 isub  0x00000002 , 0x0000003e 
+ 00024175  0x000061d5 branch  0x00005e73 , 0x00000005 
+ 00024176  0x000061d6 jam  0x00000007 , 0x0000007c 
+ 00024177  0x000061d7 jam  0x00000005 , 0x000004ca 
+ 00024178  0x000061d8 rtn 
+ 00024179  0x000061da call  0x00005e77 
+ 00024180  0x000061db fetch  0x00000001 , 0x0000465a 
+ 00024181  0x000061dc branch  0x00005f3e , 0x00000034 
+ 00024182  0x000061dd rtn 
+ 00024183  0x000061e1 call  0x00007386 
+ 00024184  0x000061e2 call  0x000021b2 
+ 00024185  0x000061e3 fetch  0x00000001 , 0x0000004b 
+ 00024186  0x000061e4 isolate1  0x00000001 , 0x0000003f 
+ 00024187  0x000061e5 set0  0x00000001 , 0x0000003f 
+ 00024188  0x000061e6 store  0x00000001 , 0x0000004b 
+ 00024189  0x000061e7 fetch  0x00000001 , 0x00000055 
+ 00024190  0x000061e8 beq  0x00000019 , 0x00005e81 
+ 00024191  0x000061e9 beq  0x00000018 , 0x00005e81 
+ 00024192  0x000061ea rtn 
+ 00024193  0x000061ec fetch  0x00000001 , 0x000009b5 
+ 00024194  0x000061ed rtnne  0x00000000 
+ 00024195  0x000061ee fetch  0x00000001 , 0x0000004c 
+ 00024196  0x000061ef rtnbit1  0x00000002 
+ 00024197  0x000061f0 branch  0x000063b1 
+ 00024198  0x000061f3 arg  0x00000552 , 0x00000011 
+ 00024199  0x000061f4 arg  0x00000582 , 0x00000012 
+ 00024200  0x000061f5 arg  0x00000562 , 0x00000005 
+ 00024201  0x000061f6 call  0x00007352 
+ 00024202  0x000061f7 arg  0x00000040 , 0x00000011 
+ 00024203  0x000061f8 call  0x00006311 
+ 00024204  0x000061f9 jam  0x0000000b , 0x0000007c 
+ 00024205  0x000061fa fetch  0x00000001 , 0x00000030 
+ 00024206  0x000061fb bbit0  0x00000006 , 0x00005ffc 
+ 00024207  0x000061fc rtn 
+ 00024208  0x000061ff fetch  0x00000002 , 0x0000015f 
+ 00024209  0x00006200 add  0x0000003f , 0xfffffffd , 0x00000039 
+ 00024210  0x00006201 fetcht  0x00000001 , 0x00000552 
+ 00024211  0x00006202 setarg  0x00000101 
+ 00024212  0x00006203 iadd  0x00000002 , 0x00000005 
+ 00024213  0x00006204 arg  0x00000554 , 0x00000006 
+ 00024214  0x00006205 call  0x00007f01 
+ 00024215  0x00006206 fetcht  0x00000001 , 0x00000053 
+ 00024216  0x00006207 fetch  0x00000001 , 0x00000553 
+ 00024217  0x00006208 isub  0x00000002 , 0x0000003f 
+ 00024218  0x00006209 sub  0x0000003f , 0x0000000e , 0x0000003e 
+ 00024219  0x0000620a branch  0x00005ea0 , 0x00000002 
+ 00024220  0x0000620b add  0x00000002 , 0x0000000e , 0x0000003f 
+ 00024221  0x0000620c store  0x00000001 , 0x00000053 
+ 00024222  0x0000620d jam  0x00000001 , 0x0000007c 
+ 00024223  0x0000620e rtn 
+ 00024224  0x00006210 fetch  0x00000001 , 0x0000004c 
+ 00024225  0x00006211 set1  0x00000003 , 0x0000003f 
+ 00024226  0x00006212 store  0x00000001 , 0x0000004c 
+ 00024227  0x00006213 bbit1  0x00000004 , 0x00006006 
+ 00024228  0x00006214 rtn 
+ 00024229  0x00006216 fetch  0x00000001 , 0x00000552 
+ 00024230  0x00006217 store  0x00000001 , 0x0000007d 
+ 00024231  0x00006218 jam  0x00000002 , 0x0000007c 
+ 00024232  0x00006219 rtn 
+ 00024233  0x0000621c branch  0x00005e38 
+ 00024234  0x0000621f jam  0x00000030 , 0x0000007c 
+ 00024235  0x00006220 rtn 
+ 00024236  0x00006223 jam  0x00000028 , 0x0000007c 
+ 00024237  0x00006224 rtn 
+ 00024238  0x00006227 jam  0x00000026 , 0x0000007c 
+ 00024239  0x00006228 rtn 
+ 00024240  0x0000622d rtn 
+ 00024241  0x00006232 fetch  0x00000002 , 0x00000032 
+ 00024242  0x00006233 iforce  0x00000002 
+ 00024243  0x00006234 fetch  0x00000001 , 0x00000553 
+ 00024244  0x00006235 store  0x00000001 , 0x00000095 
+ 00024245  0x00006236 imul32  0x00000002 , 0x00000002 
+ 00024246  0x00006237 fetch  0x00000002 , 0x00000554 
+ 00024247  0x00006238 lshift  0x0000003f , 0x0000003f 
+ 00024248  0x00006239 store  0x00000002 , 0x00000096 
+ 00024249  0x0000623a fetch  0x00000004 , 0x00000556 
+ 00024250  0x0000623b lshift  0x0000003f , 0x0000003f 
+ 00024251  0x0000623c store  0x00000004 , 0x00000091 
+ 00024252  0x0000623e deposit  0x00000002 
+ 00024253  0x0000623f store  0x00000002 , 0x00000098 
+ 00024254  0x00006240 rtn 
+ 00024255  0x00006242 fetcht  0x00000001 , 0x0000415a 
+ 00024256  0x00006243 fetch  0x00000001 , 0x00000553 
+ 00024257  0x00006244 ixor  0x00000002 , 0x0000003e 
+ 00024258  0x00006245 nbranch  0x00005d77 , 0x00000005 
+ 00024259  0x00006246 isolate1  0x00000000 , 0x0000003f 
+ 00024260  0x00006247 fetch  0x00000001 , 0x0000004c 
+ 00024261  0x00006248 setflag  0x00000001 , 0x00000005 , 0x0000003f 
+ 00024262  0x00006249 store  0x00000001 , 0x0000004c 
+ 00024263  0x0000624a jam  0x00000081 , 0x0000007c 
+ 00024264  0x0000624b jam  0x0000008b , 0x0000007d 
+ 00024265  0x0000624c rtn 
+ 00024266  0x00006253 rtn 
+ 00024267  0x00006256 branch  0x00005e38 
+ 00024268  0x0000625a branch  0x00005e38 
+ 00024269  0x0000625f fetch  0x00000002 , 0x00000552 
+ 00024270  0x00006260 store  0x00000002 , 0x00000171 
+ 00024271  0x00006261 rtn 
+ 00024272  0x00006264 fetch  0x00000002 , 0x00000555 
+ 00024273  0x00006265 fetcht  0x00000001 , 0x00004172 
+ 00024274  0x00006266 imul32  0x00000002 , 0x0000003f 
+ 00024275  0x00006267 arg  0x00000640 , 0x00000002 
+ 00024276  0x00006268 isub  0x00000002 , 0x0000003e 
+ 00024277  0x0000626a rtn 
+ 00024278  0x0000626d fetch  0x00000002 , 0x00000557 
+ 00024279  0x0000626e branch  0x00005ef0 , 0x00000034 
+ 00024280  0x0000626f call  0x00005ed0 
+ 00024281  0x00006270 branch  0x00005ef0 , 0x00000002 
+ 00024282  0x00006271 fetch  0x00000001 , 0x00004092 
+ 00024283  0x00006272 sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00024284  0x00006273 call  0x00003cd5 , 0x00000005 
+ 00024285  0x00006274 fetch  0x00000001 , 0x00000030 
+ 00024286  0x00006275 bbit1  0x00000001 , 0x00005ef0 
+ 00024287  0x00006276 fetch  0x00000002 , 0x00000553 
+ 00024288  0x00006277 lshift  0x0000003f , 0x0000003f 
+ 00024289  0x00006278 store  0x00000002 , 0x00000075 
+ 00024290  0x00006279 fetch  0x00000002 , 0x00000555 
+ 00024291  0x0000627a lshift  0x0000003f , 0x0000003f 
+ 00024292  0x0000627b store  0x00000002 , 0x00000032 
+ 00024293  0x0000627c fetch  0x00000002 , 0x00000557 
+ 00024294  0x0000627d store  0x00000001 , 0x00000073 
+ 00024295  0x0000627e iforce  0x00000002 
+ 00024296  0x0000627f fetch  0x00000002 , 0x00000559 
+ 00024297  0x00006280 store  0x00000001 , 0x00000074 
+ 00024298  0x00006281 isub  0x00000002 , 0x0000003e 
+ 00024299  0x00006282 nbranch  0x00005eed , 0x00000002 
+ 00024300  0x00006283 store  0x00000001 , 0x00000073 
+ 00024301  0x00006286 jam  0x00000003 , 0x0000007c 
+ 00024302  0x00006287 jam  0x00000017 , 0x0000007d 
+ 00024303  0x00006288 rtn 
+ 00024304  0x0000628b jam  0x00000024 , 0x0000007e 
+ 00024305  0x0000628c branch  0x00005d53 
+ 00024306  0x0000628f call  0x00005e38 
+ 00024307  0x00006290 call  0x00005ff9 
+ 00024308  0x00006291 call  0x0000728b 
+ 00024309  0x00006292 branch  0x000026b8 
+ 00024310  0x00006295 call  0x00005e38 
+ 00024311  0x00006296 branch  0x000026c0 
+ 00024312  0x0000629a fetch  0x00000004 , 0x00000552 
+ 00024313  0x0000629b lshift  0x0000003f , 0x0000003f 
+ 00024314  0x0000629d branch  0x00005f04 , 0x00000029 
+ 00024315  0x0000629e fetcht  0x00000001 , 0x000041bd 
+ 00024316  0x0000629f nbranch  0x00005f01 , 0x00000034 
+ 00024317  0x000062a1 jam  0x00000004 , 0x0000007c 
+ 00024318  0x000062a2 jam  0x00000013 , 0x0000007d 
+ 00024319  0x000062a3 jam  0x00000024 , 0x0000007e 
+ 00024320  0x000062a4 rtn 
+ 00024321  0x000062a6 jam  0x00000034 , 0x0000007c 
+ 00024322  0x000062a7 jam  0x00000000 , 0x00000055 
+ 00024323  0x000062a8 branch  0x000021d9 
+ 00024324  0x000062ab call  0x000021d9 
+ 00024325  0x000062ac set1  0x00000022 , 0x00000000 
+ 00024326  0x000062ad fetch  0x00000001 , 0x0000016d 
+ 00024327  0x000062ae set0  0x00000002 , 0x0000003f 
+ 00024328  0x000062af store  0x00000001 , 0x0000016d 
+ 00024329  0x000062b0 branch  0x00005e38 
+ 00024330  0x000062b9 rtn 
+ 00024331  0x000062bd jam  0x00000003 , 0x0000007c 
+ 00024332  0x000062be jam  0x00000018 , 0x0000007d 
+ 00024333  0x000062bf jam  0x0000002e , 0x00000a99 
+ 00024334  0x000062c0 call  0x00007d86 
+ 00024335  0x000062c1 branch  0x000026e9 
+ 00024336  0x000062c4 fetch  0x00000001 , 0x00000552 
+ 00024337  0x000062c5 bne  0x00000001 , 0x00005f1c 
+ 00024338  0x000062c6 fetch  0x00000001 , 0x00000553 
+ 00024339  0x000062c7 bne  0x00000001 , 0x00005f1c 
+ 00024340  0x000062c8 fetch  0x00000001 , 0x00000554 
+ 00024341  0x000062c9 bne  0x00000030 , 0x00005f1c 
+ 00024342  0x000062ca call  0x000062fc 
+ 00024343  0x000062cb branch  0x00005f19 , 0x00000001 
+ 00024344  0x000062cc jam  0x00000001 , 0x000009ae 
+ 00024345  0x000062ce jam  0x00000003 , 0x0000007c 
+ 00024346  0x000062cf jam  0x0000003d , 0x0000007d 
+ 00024347  0x000062d0 branch  0x00005d07 
+ 00024348  0x000062d3 jam  0x00000024 , 0x0000007e 
+ 00024349  0x000062d4 branch  0x00005d53 
+ 00024350  0x000062d9 jam  0x0000003e , 0x0000007c 
+ 00024351  0x000062db rtn 
+ 00024352  0x000062dd fetch  0x00000001 , 0x00004662 
+ 00024353  0x000062de beq  0x00000001 , 0x00005f27 
+ 00024354  0x000062df beq  0x00000002 , 0x00005f2b 
+ 00024355  0x000062e1 call  0x000062fc 
+ 00024356  0x000062e2 rtn  0x00000001 
+ 00024357  0x000062e3 jam  0x00000008 , 0x000009ae 
+ 00024358  0x000062e4 rtn 
+ 00024359  0x000062e7 call  0x00007962 
+ 00024360  0x000062e8 jam  0x00000035 , 0x00000a99 
+ 00024361  0x000062e9 call  0x00007d86 
+ 00024362  0x000062ea branch  0x00005f23 
+ 00024363  0x000062ee call  0x000062fc 
+ 00024364  0x000062ef rtn  0x00000001 
+ 00024365  0x000062f0 fetch  0x00000001 , 0x00004663 
+ 00024366  0x000062f1 beq  0x00000013 , 0x00005f3b 
+ 00024367  0x000062f2 increase  0x00000001 , 0x0000003f 
+ 00024368  0x000062f3 store  0x00000001 , 0x00004663 
+ 00024369  0x000062f7 jam  0x00000001 , 0x000009b0 
+ 00024370  0x000062f8 jam  0x00000004 , 0x000009ae 
+ 00024371  0x000062f9 fetch  0x00000001 , 0x00004663 
+ 00024372  0x000062fa copy  0x0000003f , 0x00000007 
+ 00024373  0x000062fb fetch  0x00000006 , 0x0000468a 
+ 00024374  0x000062fc qisolate1  0x0000003f 
+ 00024375  0x000062fd setarg  0x00000080 
+ 00024376  0x000062fe setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00024377  0x000062ff store  0x00000001 , 0x00004664 
+ 00024378  0x00006300 rtn 
+ 00024379  0x00006303 jam  0x00000008 , 0x000009ae 
+ 00024380  0x00006304 rtn 
+ 00024381  0x00006307 call  0x00005f43 
+ 00024382  0x00006309 fetch  0x00000001 , 0x00004665 
+ 00024383  0x0000630a rtn  0x00000034 
+ 00024384  0x0000630b jam  0x00000000 , 0x00004665 
+ 00024385  0x0000630c jam  0x00000038 , 0x00000a99 
+ 00024386  0x0000630d branch  0x00007d86 
+ 00024387  0x00006312 call  0x000062fc 
+ 00024388  0x00006313 ncall  0x00007965 , 0x00000001 
+ 00024389  0x00006314 call  0x00007975 , 0x00000001 
+ 00024390  0x00006315 call  0x000062fc 
+ 00024391  0x00006316 rtn  0x00000001 
+ 00024392  0x00006317 jam  0x0000000c , 0x000009ae 
+ 00024393  0x00006318 jam  0x00000001 , 0x000009b0 
+ 00024394  0x00006319 rtn 
+ 00024395  0x0000631c arg  0x00000a6e , 0x00000005 
+ 00024396  0x0000631d arg  0x00000552 , 0x00000006 
+ 00024397  0x0000631e call  0x00007ebf 
+ 00024398  0x0000631f fetch  0x00000001 , 0x00004662 
+ 00024399  0x00006320 rtneq  0x00000002 
+ 00024400  0x00006321 branch  0x000076d8 
+ 00024401  0x00006324 fetch  0x00000001 , 0x000009af 
+ 00024402  0x00006325 beq  0x00000007 , 0x00005f55 
+ 00024403  0x00006326 fetch  0x00000001 , 0x000009ae 
+ 00024404  0x00006327 bne  0x00000001 , 0x00005f68 
+ 00024405  0x00006329 fetch  0x00000001 , 0x000009b7 
+ 00024406  0x0000632a sub  0x0000003f , 0x00000020 , 0x00000005 
+ 00024407  0x0000632b nbranch  0x00005f68 , 0x00000002 
+ 00024408  0x0000632c arg  0x000009c6 , 0x00000005 
+ 00024409  0x0000632d iadd  0x00000005 , 0x00000005 
+ 00024410  0x0000632e fetch  0x00000008 , 0x00000552 
+ 00024411  0x0000632f istore  0x00000008 , 0x00000005 
+ 00024412  0x00006330 fetch  0x00000008 , 0x0000055a 
+ 00024413  0x00006331 istore  0x00000008 , 0x00000005 
+ 00024414  0x00006332 fetch  0x00000001 , 0x000009b7 
+ 00024415  0x00006333 increase  0x00000010 , 0x0000003f 
+ 00024416  0x00006334 store  0x00000001 , 0x000009b7 
+ 00024417  0x00006335 bne  0x00000030 , 0x00005e38 
+ 00024418  0x00006337 call  0x000062fc 
+ 00024419  0x00006338 branch  0x00005e38 , 0x00000001 
+ 00024420  0x00006339 jam  0x00000001 , 0x000009b8 
+ 00024421  0x0000633a jam  0x00000002 , 0x000009ae 
+ 00024422  0x0000633b jam  0x00000001 , 0x000009b0 
+ 00024423  0x0000633c branch  0x00005e38 
+ 00024424  0x0000633e jam  0x00000024 , 0x0000007e 
+ 00024425  0x0000633f branch  0x00005d53 
+ 00024426  0x00006341 fetch  0x00000001 , 0x000009b6 
+ 00024427  0x00006342 beq  0x00000030 , 0x00005f6e 
+ 00024428  0x00006343 jam  0x0000003e , 0x0000007c 
+ 00024429  0x00006344 branch  0x00005d07 
+ 00024430  0x00006347 call  0x000062fc 
+ 00024431  0x00006348 branch  0x00005f77 , 0x00000001 
+ 00024432  0x00006349 fetch  0x00000001 , 0x00004662 
+ 00024433  0x0000634a beq  0x00000002 , 0x00005f75 
+ 00024434  0x0000634b jam  0x00000001 , 0x000009b0 
+ 00024435  0x0000634c jam  0x00000004 , 0x000009ae 
+ 00024436  0x0000634d branch  0x00005d07 
+ 00024437  0x00006350 jam  0x00000036 , 0x00000a99 
+ 00024438  0x00006351 branch  0x00007d86 
+ 00024439  0x00006356 branch  0x00005d07 
+ 00024440  0x00006359 fetch  0x00000001 , 0x000009af 
+ 00024441  0x0000635a beq  0x00000007 , 0x00005f7c 
+ 00024442  0x0000635b fetch  0x00000001 , 0x000009ae 
+ 00024443  0x0000635c bne  0x00000006 , 0x00005f88 
+ 00024444  0x0000635e arg  0x00000a2e , 0x00000005 
+ 00024445  0x0000635f fetch  0x00000008 , 0x00000552 
+ 00024446  0x00006360 istore  0x00000008 , 0x00000005 
+ 00024447  0x00006361 fetch  0x00000008 , 0x0000055a 
+ 00024448  0x00006362 istore  0x00000008 , 0x00000005 
+ 00024449  0x00006363 call  0x000062fc 
+ 00024450  0x00006364 branch  0x00005f86 , 0x00000001 
+ 00024451  0x00006365 jam  0x00000007 , 0x000009ae 
+ 00024452  0x00006366 jam  0x00000001 , 0x000009b0 
+ 00024453  0x00006367 branch  0x00005e38 
+ 00024454  0x00006369 jam  0x00000004 , 0x000009af 
+ 00024455  0x0000636a branch  0x000076d8 
+ 00024456  0x0000636e jam  0x00000024 , 0x0000007e 
+ 00024457  0x0000636f branch  0x00005d53 
+ 00024458  0x00006372 fetch  0x00000001 , 0x000009af 
+ 00024459  0x00006373 beq  0x0000000b , 0x00005f8e 
+ 00024460  0x00006374 fetch  0x00000001 , 0x000009ae 
+ 00024461  0x00006375 bne  0x00000008 , 0x00005f9d 
+ 00024462  0x00006377 arg  0x00000a5e , 0x00000005 
+ 00024463  0x00006378 arg  0x00000552 , 0x00000006 
+ 00024464  0x00006379 call  0x00007ebf 
+ 00024465  0x0000637a call  0x000062fc 
+ 00024466  0x0000637b branch  0x00005f9a , 0x00000001 
+ 00024467  0x0000637c fetch  0x00000001 , 0x00004662 
+ 00024468  0x0000637d beq  0x00000001 , 0x00005f9f 
+ 00024469  0x0000637f jam  0x00000000 , 0x00004661 
+ 00024470  0x00006380 jam  0x00000009 , 0x000009ae 
+ 00024471  0x00006381 jam  0x00000001 , 0x000009b0 
+ 00024472  0x00006382 jam  0x00000041 , 0x0000007d 
+ 00024473  0x00006383 branch  0x00005d07 
+ 00024474  0x00006386 jam  0x00000009 , 0x000009af 
+ 00024475  0x00006387 jam  0x00000001 , 0x000009b1 
+ 00024476  0x00006388 branch  0x00005d07 
+ 00024477  0x0000638a jam  0x00000024 , 0x0000007e 
+ 00024478  0x0000638b branch  0x00005d53 
+ 00024479  0x0000638e fetch  0x00000001 , 0x00004661 
+ 00024480  0x0000638f bbit1  0x00000007 , 0x00005fa4 
+ 00024481  0x00006390 set1  0x00000006 , 0x0000003f 
+ 00024482  0x00006391 store  0x00000001 , 0x00004661 
+ 00024483  0x00006392 rtn 
+ 00024484  0x00006395 bbit1  0x00000000 , 0x00005f95 
+ 00024485  0x00006396 jam  0x00000000 , 0x00004661 
+ 00024486  0x00006397 branch  0x00005f9d 
+ 00024487  0x0000639b branch  0x00005d07 
+ 00024488  0x0000639e fetch  0x00000001 , 0x0000016d 
+ 00024489  0x0000639f set0  0x00000001 
+ 00024490  0x000063a0 store  0x00000001 , 0x0000016d 
+ 00024491  0x000063a1 call  0x00005e38 
+ 00024492  0x000063a2 nrtn  0x00000029 
+ 00024493  0x000063a3 fetch  0x00000001 , 0x00000552 
+ 00024494  0x000063a4 fetcht  0x00000001 , 0x0000004b 
+ 00024495  0x000063a5 setflag  0x00000034 , 0x00000004 , 0x00000002 
+ 00024496  0x000063a6 nsetflag  0x00000034 , 0x00000005 , 0x00000002 
+ 00024497  0x000063a7 storet  0x00000001 , 0x0000004b 
+ 00024498  0x000063a8 rtn 
+ 00024499  0x000063ab fetcht  0x00000008 , 0x00000552 
+ 00024500  0x000063ad fetch  0x00000001 , 0x00000055 
+ 00024501  0x000063ae rtnne  0x00000003 
+ 00024502  0x000063b0 fetch  0x00000001 , 0x0000016d 
+ 00024503  0x000063b1 bbit0  0x00000004 , 0x00005fba 
+ 00024504  0x000063b3 jam  0x00000014 , 0x00000055 
+ 00024505  0x000063b4 rtn 
+ 00024506  0x000063b6 jam  0x00000004 , 0x00000055 
+ 00024507  0x000063b7 rtn 
+ 00024508  0x000063b9 fetch  0x00000001 , 0x0000017f 
+ 00024509  0x000063ba store  0x00000001 , 0x0000015b 
+ 00024510  0x000063bb jam  0x00000003 , 0x0000007c 
+ 00024511  0x000063bc jam  0x00000038 , 0x0000007d 
+ 00024512  0x000063bd rtn 
+ 00024513  0x000063c1 jam  0x00000003 , 0x0000007c 
+ 00024514  0x000063c2 jam  0x00000039 , 0x0000007d 
+ 00024515  0x000063c3 force  0x00000009 , 0x00000039 
+ 00024516  0x000063c4 arg  0x00000552 , 0x00000006 
+ 00024517  0x000063c5 arg  0x00000152 , 0x00000005 
+ 00024518  0x000063c7 ifetch  0x00000001 , 0x00000006 
+ 00024519  0x000063c8 xor_into  0x00000055 , 0x0000003f 
+ 00024520  0x000063c9 istore  0x00000001 , 0x00000005 
+ 00024521  0x000063ca loop  0x00005fc6 
+ 00024522  0x000063cb fetch  0x00000001 , 0x00000152 
+ 00024523  0x000063cc fetcht  0x00000001 , 0x00000151 
+ 00024524  0x000063cd set0  0x00000007 , 0x00000002 
+ 00024525  0x000063ce set0  0x00000004 , 0x00000002 
+ 00024526  0x000063cf beq  0x000000ff , 0x00005fda 
+ 00024527  0x000063d0 beq  0x00000000 , 0x00005ff3 
+ 00024528  0x000063d1 beq  0x00000005 , 0x00005fe7 
+ 00024529  0x000063d2 beq  0x00000007 , 0x00005fe6 
+ 00024530  0x000063d3 beq  0x00000006 , 0x00005fe7 
+ 00024531  0x000063d4 beq  0x00000008 , 0x00005fe6 
+ 00024532  0x000063d5 beq  0x00000001 , 0x00005fdf 
+ 00024533  0x000063d6 beq  0x00000002 , 0x00005fdf 
+ 00024534  0x000063d7 beq  0x00000003 , 0x00005fdf 
+ 00024535  0x000063d8 beq  0x00000009 , 0x00005fdf 
+ 00024536  0x000063d9 beq  0x00000004 , 0x00005fdf 
+ 00024537  0x000063da rtn 
+ 00024538  0x000063dd fetch  0x00000001 , 0x00000151 
+ 00024539  0x000063de set1  0x00000003 , 0x0000003f 
+ 00024540  0x000063df set1  0x00000002 , 0x0000003f 
+ 00024541  0x000063e0 store  0x00000001 , 0x00000151 
+ 00024542  0x000063e1 rtn 
+ 00024543  0x000063e3 set1  0x00000004 , 0x00000002 
+ 00024544  0x000063e4 jam  0x00000005 , 0x00000180 
+ 00024545  0x000063e5 fetch  0x00000002 , 0x00000159 
+ 00024546  0x000063e6 iforce  0x00000039 
+ 00024547  0x000063e7 store  0x00000002 , 0x0000015f 
+ 00024548  0x000063e8 arg  0x00000551 , 0x00000005 
+ 00024549  0x000063e9 call  0x00007f73 
+ 00024550  0x000063eb set1  0x00000007 , 0x00000002 
+ 00024551  0x000063ed set1  0x00000002 , 0x00000002 
+ 00024552  0x000063ee force  0x00000000 , 0x0000003f 
+ 00024553  0x000063ef store  0x00000001 , 0x0000000b 
+ 00024554  0x000063f0 store  0x00000002 , 0x000000fa 
+ 00024555  0x000063f1 store  0x00000002 , 0x000000fc 
+ 00024556  0x000063f2 store  0x00000002 , 0x000000f8 
+ 00024557  0x000063f3 store  0x00000002 , 0x000000f6 
+ 00024558  0x000063f4 fetch  0x00000001 , 0x00000153 
+ 00024559  0x000063f5 compare  0x00000000 , 0x0000003f , 0x000000ff 
+ 00024560  0x000063f6 setflag  0x00000001 , 0x00000006 , 0x00000002 
+ 00024561  0x000063f7 storet  0x00000001 , 0x00000151 
+ 00024562  0x000063f8 rtn 
+ 00024563  0x000063fb set0  0x00000011 , 0x00000000 
+ 00024564  0x000063fc jam  0x00000000 , 0x00000151 
+ 00024565  0x000063fd fetch  0x00000001 , 0x0000017f 
+ 00024566  0x000063fe set0  0x00000006 , 0x0000003f 
+ 00024567  0x000063ff store  0x00000001 , 0x0000017f 
+ 00024568  0x00006400 rtn 
+ 00024569  0x00006407 arg  0x00000552 , 0x00000006 
+ 00024570  0x00006408 arg  0x00000562 , 0x00000005 
+ 00024571  0x00006409 branch  0x00007ebf 
+ 00024572  0x0000640c jam  0x00000009 , 0x0000007c 
+ 00024573  0x0000640d rtn 
+ 00024574  0x00006410 nrtn  0x00000029 
+ 00024575  0x00006411 jam  0x00000011 , 0x0000007c 
+ 00024576  0x00006412 rtn 
+ 00024577  0x00006415 arg  0x000040a0 , 0x00000011 
+ 00024578  0x00006416 call  0x00007255 
+ 00024579  0x00006417 jam  0x00000003 , 0x0000007c 
+ 00024580  0x00006418 jam  0x00000008 , 0x0000007d 
+ 00024581  0x00006419 rtn 
+ 00024582  0x0000641c jam  0x0000000a , 0x00000072 
+ 00024583  0x0000641d jam  0x00000007 , 0x0000007c 
+ 00024584  0x0000641e jam  0x00000016 , 0x000004ca 
+ 00024585  0x0000641f rtn 
+ 00024586  0x00006426 bpatchx  0x00000082 , 0x00004030 
+ 00024587  0x00006427 disable  0x00000028 
+ 00024588  0x00006428 call  0x000062c1 
+ 00024589  0x00006429 fetch  0x00000001 , 0x00000048 
+ 00024590  0x0000642a rtn  0x00000034 
+ 00024591  0x0000642f bbit1  0x00000007 , 0x0000603f 
+ 00024592  0x00006431 beq  0x00000001 , 0x0000616f 
+ 00024593  0x00006432 beq  0x00000002 , 0x000060e4 
+ 00024594  0x00006433 beq  0x00000003 , 0x0000604a 
+ 00024595  0x00006434 beq  0x00000004 , 0x00006060 
+ 00024596  0x00006435 beq  0x00000027 , 0x000061db 
+ 00024597  0x00006436 beq  0x00000028 , 0x00006108 
+ 00024598  0x00006437 beq  0x00000030 , 0x000060f4 
+ 00024599  0x00006438 beq  0x00000025 , 0x000061d6 
+ 00024600  0x00006439 beq  0x00000026 , 0x00006103 
+ 00024601  0x0000643a beq  0x00000031 , 0x000061c3 
+ 00024602  0x0000643b beq  0x00000037 , 0x0000616a 
+ 00024603  0x0000643c beq  0x00000033 , 0x0000615c 
+ 00024604  0x0000643d beq  0x00000008 , 0x00006259 
+ 00024605  0x0000643e beq  0x00000009 , 0x0000624f 
+ 00024606  0x0000643f beq  0x0000000b , 0x00006264 
+ 00024607  0x00006440 beq  0x0000000c , 0x0000626d 
+ 00024608  0x00006441 beq  0x0000000f , 0x00006162 
+ 00024609  0x00006442 beq  0x00000010 , 0x00006292 
+ 00024610  0x00006443 beq  0x00000011 , 0x00006288 
+ 00024611  0x00006444 beq  0x00000007 , 0x00006152 
+ 00024612  0x00006445 beq  0x0000002a , 0x0000617e 
+ 00024613  0x00006446 beq  0x0000000a , 0x0000617f 
+ 00024614  0x00006448 beq  0x0000001f , 0x000061bc 
+ 00024615  0x00006449 beq  0x00000006 , 0x000060f9 
+ 00024616  0x0000644a beq  0x00000021 , 0x0000615f 
+ 00024617  0x0000644b beq  0x0000002d , 0x000061b2 
+ 00024618  0x0000644c beq  0x0000002e , 0x000061b7 
+ 00024619  0x0000644d beq  0x00000022 , 0x0000615f 
+ 00024620  0x0000644e beq  0x00000034 , 0x00006180 
+ 00024621  0x0000644f beq  0x00000013 , 0x00006195 
+ 00024622  0x00006450 beq  0x00000017 , 0x000061a4 
+ 00024623  0x00006451 beq  0x00000012 , 0x0000628f 
+ 00024624  0x00006452 beq  0x0000002f , 0x000061aa 
+ 00024625  0x00006453 beq  0x00000018 , 0x000061af 
+ 00024626  0x00006454 beq  0x0000003d , 0x000061ff 
+ 00024627  0x00006455 beq  0x0000003e , 0x0000620b 
+ 00024628  0x00006456 beq  0x0000003f , 0x0000621d 
+ 00024629  0x00006457 beq  0x00000040 , 0x00006227 
+ 00024630  0x00006458 beq  0x00000041 , 0x0000623c 
+ 00024631  0x00006459 beq  0x00000023 , 0x0000624b 
+ 00024632  0x0000645a beq  0x0000003b , 0x00006246 
+ 00024633  0x0000645c beq  0x00000005 , 0x0000624c 
+ 00024634  0x0000645d beq  0x00000029 , 0x0000624d 
+ 00024635  0x0000645e beq  0x00000038 , 0x0000624e 
+ 00024636  0x0000645f beq  0x00000039 , 0x00006175 
+ 00024637  0x00006461 branch  0x00002a8c 
+ 00024638  0x00006462 rtn 
+ 00024639  0x00006464 beq  0x00000081 , 0x0000606d 
+ 00024640  0x00006465 beq  0x00000084 , 0x00006099 
+ 00024641  0x00006466 beq  0x00000082 , 0x00006076 
+ 00024642  0x00006467 beq  0x00000083 , 0x0000610d 
+ 00024643  0x00006468 beq  0x0000008b , 0x00006118 
+ 00024644  0x00006469 beq  0x00000097 , 0x0000614e 
+ 00024645  0x0000646a beq  0x00000099 , 0x000060d5 
+ 00024646  0x0000646b beq  0x0000009a , 0x000060a4 
+ 00024647  0x0000646c beq  0x00000095 , 0x000060da 
+ 00024648  0x0000646d beq  0x00000096 , 0x000060db 
+ 00024649  0x0000646e branch  0x00002a8c 
+ 00024650  0x00006475 force  0x00000002 , 0x0000003f 
+ 00024651  0x00006476 call  0x00006298 
+ 00024652  0x00006477 fetch  0x00000001 , 0x00000049 
+ 00024653  0x00006478 istore  0x00000001 , 0x00000005 
+ 00024654  0x00006479 call  0x000062a7 
+ 00024655  0x0000647a bpatchx  0x00000083 , 0x00004030 
+ 00024656  0x0000647b fetch  0x00000001 , 0x00000049 
+ 00024657  0x0000647c beq  0x00000008 , 0x00006080 
+ 00024658  0x0000647d beq  0x0000000f , 0x00006084 
+ 00024659  0x0000647e beq  0x00000010 , 0x0000608f 
+ 00024660  0x0000647f beq  0x00000017 , 0x0000605f 
+ 00024661  0x00006480 beq  0x00000033 , 0x00006092 
+ 00024662  0x00006481 beq  0x00000041 , 0x00006098 
+ 00024663  0x00006482 beq  0x00000011 , 0x00006059 
+ 00024664  0x00006483 rtn 
+ 00024665  0x00006486 fetch  0x00000001 , 0x00000055 
+ 00024666  0x00006487 rtn  0x00000034 
+ 00024667  0x00006488 jam  0x0000001b , 0x00000055 
+ 00024668  0x00006489 setarg  0x0000000c 
+ 00024669  0x0000648a arg  0x00000007 , 0x00000007 
+ 00024670  0x0000648b branch  0x00007f08 
+ 00024671  0x0000648e branch  0x000026c6 
+ 00024672  0x00006490 force  0x00000003 , 0x0000003f 
+ 00024673  0x00006491 call  0x00006298 
+ 00024674  0x00006492 fetch  0x00000001 , 0x00000049 
+ 00024675  0x00006493 beq  0x0000000b , 0x00006068 
+ 00024676  0x00006494 istore  0x00000001 , 0x00000005 
+ 00024677  0x00006495 fetch  0x00000001 , 0x0000004a 
+ 00024678  0x00006496 istore  0x00000001 , 0x00000005 
+ 00024679  0x00006497 branch  0x000062a7 
+ 00024680  0x0000649a istore  0x00000001 , 0x00000005 
+ 00024681  0x0000649b fetch  0x00000001 , 0x0000004a 
+ 00024682  0x0000649c istore  0x00000001 , 0x00000005 
+ 00024683  0x0000649d arg  0x000004d5 , 0x00000002 
+ 00024684  0x0000649e branch  0x000062e2 
+ 00024685  0x000064a1 force  0x00000004 , 0x00000007 
+ 00024686  0x000064a2 call  0x000062a0 
+ 00024687  0x000064a3 setarg  0x0000007f 
+ 00024688  0x000064a4 istore  0x00000001 , 0x00000005 
+ 00024689  0x000064a5 fetch  0x00000001 , 0x00000049 
+ 00024690  0x000064a6 set0  0x00000007 , 0x0000003f 
+ 00024691  0x000064a7 istore  0x00000001 , 0x00000005 
+ 00024692  0x000064a8 fetch  0x00000001 , 0x00000049 
+ 00024693  0x000064a9 branch  0x000062a7 
+ 00024694  0x000064ac force  0x00000005 , 0x00000007 
+ 00024695  0x000064ad call  0x000062a0 
+ 00024696  0x000064ae setarg  0x0000007f 
+ 00024697  0x000064af istore  0x00000001 , 0x00000005 
+ 00024698  0x000064b0 fetch  0x00000001 , 0x00000049 
+ 00024699  0x000064b1 set0  0x00000007 , 0x0000003f 
+ 00024700  0x000064b2 istore  0x00000001 , 0x00000005 
+ 00024701  0x000064b3 fetch  0x00000001 , 0x0000004a 
+ 00024702  0x000064b4 istore  0x00000001 , 0x00000005 
+ 00024703  0x000064b5 branch  0x000062a7 
+ 00024704  0x000064b9 call  0x0000244f 
+ 00024705  0x000064ba call  0x000062f3 
+ 00024706  0x000064bb rtn  0x00000001 
+ 00024707  0x000064bc branch  0x00005ffc 
+ 00024708  0x000064bf fetch  0x00000001 , 0x0000004b 
+ 00024709  0x000064c0 bbit1  0x00000005 , 0x0000608b 
+ 00024710  0x000064c1 rtnbit0  0x00000004 
+ 00024711  0x000064c2 jam  0x00000012 , 0x0000007c 
+ 00024712  0x000064c3 set0  0x00000004 , 0x0000003f 
+ 00024713  0x000064c4 call  0x000062eb 
+ 00024714  0x000064c5 branch  0x0000608d 
+ 00024715  0x000064c7 jam  0x00000010 , 0x0000007c 
+ 00024716  0x000064c8 set0  0x00000005 , 0x0000003f 
+ 00024717  0x000064ca store  0x00000001 , 0x0000004b 
+ 00024718  0x000064cb rtn 
+ 00024719  0x000064ce call  0x000062fc 
+ 00024720  0x000064cf branch  0x00005ffe , 0x00000001 
+ 00024721  0x000064d0 rtn 
+ 00024722  0x000064d3 jam  0x0000008b , 0x0000007c 
+ 00024723  0x000064d5 fetch  0x00000001 , 0x000004d1 
+ 00024724  0x000064d6 set1  0x00000000 , 0x0000003f 
+ 00024725  0x000064d7 store  0x00000001 , 0x000004d1 
+ 00024726  0x000064d8 jam  0x00000001 , 0x00000a99 
+ 00024727  0x000064d9 branch  0x00007d86 
+ 00024728  0x000064dd rtn 
+ 00024729  0x000064e2 force  0x0000000c , 0x00000007 
+ 00024730  0x000064e3 call  0x000062a0 
+ 00024731  0x000064e4 setarg  0x00000001 
+ 00024732  0x000064e5 istore  0x00000001 , 0x00000005 
+ 00024733  0x000064e6 fetch  0x00000002 , 0x000004ce 
+ 00024734  0x000064e7 istore  0x00000002 , 0x00000005 
+ 00024735  0x000064e8 setarg  0x00000000 
+ 00024736  0x000064e9 istore  0x00000003 , 0x00000005 
+ 00024737  0x000064ea setarg  0x00000000 
+ 00024738  0x000064eb istore  0x00000004 , 0x00000005 
+ 00024739  0x000064ec branch  0x000062b0 
+ 00024740  0x000064ee force  0x00000005 , 0x00000007 
+ 00024741  0x000064ef call  0x000062a0 
+ 00024742  0x000064f0 fetch  0x00000003 , 0x0000465b 
+ 00024743  0x000064f1 istore  0x00000003 , 0x00000005 
+ 00024744  0x000064f2 call  0x000062b0 
+ 00024745  0x000064f3 jam  0x00000001 , 0x00004665 
+ 00024746  0x000064f4 fetch  0x00000001 , 0x0000465b 
+ 00024747  0x000064f5 beq  0x00000001 , 0x000060b5 
+ 00024748  0x000064f6 beq  0x00000002 , 0x000060af 
+ 00024749  0x000064f7 beq  0x00000003 , 0x000060bb 
+ 00024750  0x000064f8 rtn 
+ 00024751  0x000064fb fetch  0x00000001 , 0x0000465e 
+ 00024752  0x000064fc beq  0x00000000 , 0x000060c7 
+ 00024753  0x000064fd beq  0x00000001 , 0x000060c7 
+ 00024754  0x000064fe beq  0x00000002 , 0x000060c7 
+ 00024755  0x000064ff beq  0x00000003 , 0x000060c1 
+ 00024756  0x00006500 rtn 
+ 00024757  0x00006504 fetch  0x00000001 , 0x0000465e 
+ 00024758  0x00006505 beq  0x00000000 , 0x000060c1 
+ 00024759  0x00006506 beq  0x00000001 , 0x000060c5 
+ 00024760  0x00006507 beq  0x00000002 , 0x000060c7 
+ 00024761  0x00006508 beq  0x00000003 , 0x000060c1 
+ 00024762  0x00006509 rtn 
+ 00024763  0x0000650d fetch  0x00000001 , 0x0000465e 
+ 00024764  0x0000650e beq  0x00000000 , 0x000060c1 
+ 00024765  0x0000650f beq  0x00000001 , 0x000060c1 
+ 00024766  0x00006510 beq  0x00000002 , 0x000060c1 
+ 00024767  0x00006511 beq  0x00000003 , 0x000060c1 
+ 00024768  0x00006512 rtn 
+ 00024769  0x0000651c jam  0x00000003 , 0x00004662 
+ 00024770  0x0000651d fetch  0x00000001 , 0x0000455c 
+ 00024771  0x0000651e bbit1  0x00000000 , 0x000033e9 
+ 00024772  0x0000651f rtn 
+ 00024773  0x00006523 jam  0x00000001 , 0x00004662 
+ 00024774  0x00006524 rtn 
+ 00024775  0x0000652b jam  0x00000002 , 0x00004662 
+ 00024776  0x0000652c rtn 
+ 00024777  0x00006530 arg  0x00000000 , 0x00000007 
+ 00024778  0x00006531 branch  0x000060cd 
+ 00024779  0x00006534 arg  0x00000000 , 0x00000007 
+ 00024780  0x00006535 branch  0x000060d1 
+ 00024781  0x00006538 fetch  0x00000001 , 0x0000455c 
+ 00024782  0x00006539 qset1  0x0000003f 
+ 00024783  0x0000653a store  0x00000001 , 0x0000455c 
+ 00024784  0x0000653b rtn 
+ 00024785  0x0000653e fetch  0x00000001 , 0x0000455c 
+ 00024786  0x0000653f qset0  0x0000003f 
+ 00024787  0x00006540 store  0x00000001 , 0x0000455c 
+ 00024788  0x00006541 rtn 
+ 00024789  0x00006545 force  0x00000005 , 0x00000007 
+ 00024790  0x00006546 call  0x000062a0 
+ 00024791  0x00006547 fetch  0x00000003 , 0x0000465b 
+ 00024792  0x00006548 istore  0x00000003 , 0x00000005 
+ 00024793  0x00006549 branch  0x000062b2 
+ 00024794  0x0000654e rtn 
+ 00024795  0x00006550 force  0x00000009 , 0x00000007 
+ 00024796  0x00006551 call  0x000062a0 
+ 00024797  0x00006552 fetch  0x00000001 , 0x00000095 
+ 00024798  0x00006553 istore  0x00000001 , 0x00000005 
+ 00024799  0x00006554 fetch  0x00000002 , 0x00000096 
+ 00024800  0x00006555 istore  0x00000002 , 0x00000005 
+ 00024801  0x00006556 fetch  0x00000004 , 0x00000091 
+ 00024802  0x00006557 istore  0x00000004 , 0x00000005 
+ 00024803  0x00006558 branch  0x000062b0 
+ 00024804  0x0000655b force  0x00000011 , 0x0000003f 
+ 00024805  0x0000655c call  0x00006298 
+ 00024806  0x0000655d fetch  0x00000001 , 0x00000049 
+ 00024807  0x0000655e copy  0x0000003f , 0x00000002 
+ 00024808  0x0000655f beq  0x00000000 , 0x000060ec 
+ 00024809  0x00006560 beq  0x0000000e , 0x000060ec 
+ 00024810  0x00006561 beq  0x0000001c , 0x000060ec 
+ 00024811  0x00006562 rtn 
+ 00024812  0x00006564 istore  0x00000001 , 0x00000005 
+ 00024813  0x00006565 fetch  0x00000001 , 0x00004515 
+ 00024814  0x00006566 istore  0x00000001 , 0x00000005 
+ 00024815  0x00006567 arg  0x0000000e , 0x00000039 
+ 00024816  0x00006568 setarg  0x00004516 
+ 00024817  0x00006569 iadd  0x00000002 , 0x00000006 
+ 00024818  0x0000656a call  0x00007f01 
+ 00024819  0x0000656b branch  0x000062b0 
+ 00024820  0x0000656f force  0x00000003 , 0x0000003f 
+ 00024821  0x00006570 call  0x00006298 
+ 00024822  0x00006571 setarg  0x00000114 
+ 00024823  0x00006572 istore  0x00000002 , 0x00000005 
+ 00024824  0x00006573 branch  0x000062b0 
+ 00024825  0x00006577 force  0x00000003 , 0x0000003f 
+ 00024826  0x00006578 call  0x00006298 
+ 00024827  0x00006579 fetch  0x00000004 , 0x00000165 
+ 00024828  0x0000657a isub  0x00000022 , 0x0000003f 
+ 00024829  0x0000657b branch  0x000060ff , 0x00000029 
+ 00024830  0x0000657c sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00024831  0x0000657f rshift2  0x0000003f , 0x0000003f 
+ 00024832  0x00006580 set0  0x0000000f , 0x0000003f 
+ 00024833  0x00006581 istore  0x00000002 , 0x00000005 
+ 00024834  0x00006582 branch  0x000062b0 
+ 00024835  0x00006585 force  0x00000006 , 0x0000003f 
+ 00024836  0x00006586 call  0x00006298 
+ 00024837  0x00006587 fetch  0x00000005 , 0x00004510 
+ 00024838  0x00006588 istore  0x00000005 , 0x00000005 
+ 00024839  0x00006589 branch  0x000062b0 
+ 00024840  0x0000658c force  0x00000009 , 0x0000003f 
+ 00024841  0x0000658d call  0x00006298 
+ 00024842  0x0000658e fetch  0x00000008 , 0x00004098 
+ 00024843  0x0000658f istore  0x00000008 , 0x00000005 
+ 00024844  0x00006590 branch  0x000062b0 
+ 00024845  0x00006598 force  0x0000000c , 0x00000007 
+ 00024846  0x00006599 call  0x000062a0 
+ 00024847  0x0000659a setarg  0x00000001 
+ 00024848  0x0000659b istore  0x00000001 , 0x00000005 
+ 00024849  0x0000659c fetch  0x00000002 , 0x000004ce 
+ 00024850  0x0000659d istore  0x00000002 , 0x00000005 
+ 00024851  0x0000659e setarg  0x00000000 
+ 00024852  0x0000659f istore  0x00000003 , 0x00000005 
+ 00024853  0x000065a0 setarg  0x00000000 
+ 00024854  0x000065a1 istore  0x00000004 , 0x00000005 
+ 00024855  0x000065a2 branch  0x000062b2 
+ 00024856  0x000065a5 force  0x00000003 , 0x00000007 
+ 00024857  0x000065a6 call  0x000062a0 
+ 00024858  0x000065a7 fetch  0x00000001 , 0x0000415a 
+ 00024859  0x000065a8 istore  0x00000001 , 0x00000005 
+ 00024860  0x000065a9 disable  0x00000028 
+ 00024861  0x000065aa call  0x000062b2 
+ 00024862  0x000065ab nrtn  0x00000028 
+ 00024863  0x000065ac nrtn  0x00000029 
+ 00024864  0x000065ad fetch  0x00000001 , 0x000040d8 
+ 00024865  0x000065ae rtnbit0  0x00000000 
+ 00024866  0x000065af call  0x00006132 
+ 00024867  0x000065b0 branch  0x0000613c 
+ 00024868  0x000065b4 bpatchx  0x00000084 , 0x00004030 
+ 00024869  0x000065b5 fetch  0x00000001 , 0x0000409e 
+ 00024870  0x000065b6 set1  0x00000003 , 0x0000003f 
+ 00024871  0x000065b7 store  0x00000001 , 0x0000409e 
+ 00024872  0x000065b8 setarg  0x00000101 
+ 00024873  0x000065b9 store  0x00000002 , 0x000004ce 
+ 00024874  0x000065ba rtn 
+ 00024875  0x000065bd bpatchx  0x00000085 , 0x00004030 
+ 00024876  0x000065be fetch  0x00000001 , 0x0000409e 
+ 00024877  0x000065bf set0  0x00000003 , 0x0000003f 
+ 00024878  0x000065c0 store  0x00000001 , 0x0000409e 
+ 00024879  0x000065c1 setarg  0x00000000 
+ 00024880  0x000065c2 store  0x00000002 , 0x000004ce 
+ 00024881  0x000065c3 rtn 
+ 00024882  0x000065c6 jam  0x00000003 , 0x000040d8 
+ 00024883  0x000065c7 setarg  0x00000000 
+ 00024884  0x000065c8 store  0x00000004 , 0x00004142 
+ 00024885  0x000065c9 arg  0x000040da , 0x00000005 
+ 00024886  0x000065ca call  0x00006140 
+ 00024887  0x000065cb arg  0x000040e7 , 0x00000005 
+ 00024888  0x000065cc call  0x00006140 
+ 00024889  0x000065cd arg  0x00004146 , 0x00000005 
+ 00024890  0x000065ce call  0x00006140 
+ 00024891  0x000065cf branch  0x00006147 
+ 00024892  0x000065d1 arg  0x000040e7 , 0x00000005 
+ 00024893  0x000065d2 call  0x00006140 
+ 00024894  0x000065d3 call  0x00006147 
+ 00024895  0x000065d4 branch  0x0000614a 
+ 00024896  0x000065d8 setarg  0x00ffffff 
+ 00024897  0x000065d9 istore  0x00000003 , 0x00000005 
+ 00024898  0x000065da istore  0x00000003 , 0x00000005 
+ 00024899  0x000065db istore  0x00000003 , 0x00000005 
+ 00024900  0x000065dc setarg  0x0000007f 
+ 00024901  0x000065dd istore  0x00000001 , 0x00000005 
+ 00024902  0x000065de rtn 
+ 00024903  0x000065e0 setarg  0x00000000 
+ 00024904  0x000065e1 store  0x00000002 , 0x000040d6 
+ 00024905  0x000065e2 rtn 
+ 00024906  0x000065e4 fetch  0x00000001 , 0x000040d8 
+ 00024907  0x000065e5 set1  0x00000002 , 0x0000003f 
+ 00024908  0x000065e6 store  0x00000001 , 0x000040d8 
+ 00024909  0x000065e7 rtn 
+ 00024910  0x000065eb force  0x00000002 , 0x00000007 
+ 00024911  0x000065ec call  0x000062a0 
+ 00024912  0x000065ed nbranch  0x000062b0 , 0x00000029 
+ 00024913  0x000065ef branch  0x000062b2 
+ 00024914  0x000065f4 force  0x00000002 , 0x0000003f 
+ 00024915  0x000065f5 call  0x00006298 
+ 00024916  0x000065f6 fetch  0x00000001 , 0x000004ca 
+ 00024917  0x000065f7 istore  0x00000001 , 0x00000005 
+ 00024918  0x000065f8 call  0x000062b2 
+ 00024919  0x000065fa fetch  0x00000001 , 0x0000004b 
+ 00024920  0x000065fb set1  0x00000003 , 0x0000003f 
+ 00024921  0x000065fc store  0x00000001 , 0x0000004b 
+ 00024922  0x000065fd jam  0x00000032 , 0x00000072 
+ 00024923  0x000065fe rtn 
+ 00024924  0x00006602 force  0x00000001 , 0x0000003f 
+ 00024925  0x00006603 call  0x00006298 
+ 00024926  0x00006604 branch  0x000062b2 
+ 00024927  0x00006606 force  0x00000001 , 0x0000003f 
+ 00024928  0x00006607 call  0x00006298 
+ 00024929  0x00006608 branch  0x000062b0 
+ 00024930  0x0000660c force  0x00000002 , 0x0000003f 
+ 00024931  0x0000660d call  0x00006298 
+ 00024932  0x0000660e fetch  0x00000001 , 0x0000004c 
+ 00024933  0x0000660f isolate0  0x00000002 , 0x0000003f 
+ 00024934  0x00006610 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00024935  0x00006611 and_into  0x00000001 , 0x0000003f 
+ 00024936  0x00006612 istore  0x00000001 , 0x00000005 
+ 00024937  0x00006613 branch  0x000062b2 
+ 00024938  0x00006617 force  0x00000003 , 0x0000003f 
+ 00024939  0x00006618 call  0x00006298 
+ 00024940  0x00006619 fetch  0x00000002 , 0x00000051 
+ 00024941  0x0000661a istore  0x00000002 , 0x00000005 
+ 00024942  0x0000661b branch  0x000062b2 
+ 00024943  0x0000661e jam  0x000000fa , 0x00000072 
+ 00024944  0x0000661f force  0x00000002 , 0x0000003f 
+ 00024945  0x00006620 call  0x00006298 
+ 00024946  0x00006621 fetch  0x00000001 , 0x00000053 
+ 00024947  0x00006622 istore  0x00000001 , 0x00000005 
+ 00024948  0x00006623 branch  0x000062b2 
+ 00024949  0x00006626 force  0x0000000a , 0x0000003f 
+ 00024950  0x00006627 call  0x00006298 
+ 00024951  0x00006628 arg  0x00000152 , 0x00000006 
+ 00024952  0x00006629 force  0x00000009 , 0x00000039 
+ 00024953  0x0000662b ifetch  0x00000001 , 0x00000006 
+ 00024954  0x0000662c xor_into  0x00000055 , 0x0000003f 
+ 00024955  0x0000662d istore  0x00000001 , 0x00000005 
+ 00024956  0x0000662e loop  0x00006179 
+ 00024957  0x0000662f branch  0x000062b2 
+ 00024958  0x00006632 branch  0x000062b2 
+ 00024959  0x00006634 branch  0x000062b2 
+ 00024960  0x00006637 rtn  0x00000029 
+ 00024961  0x00006638 call  0x0000282d 
+ 00024962  0x00006639 force  0x00000009 , 0x0000003f 
+ 00024963  0x0000663a call  0x00006298 
+ 00024964  0x0000663b fetch  0x00000002 , 0x00000171 
+ 00024965  0x0000663c istore  0x00000002 , 0x00000005 
+ 00024966  0x0000663d fetch  0x00000003 , 0x000040a0 
+ 00024967  0x0000663e istore  0x00000003 , 0x00000005 
+ 00024968  0x0000663f fetch  0x00000001 , 0x000040a3 
+ 00024969  0x00006640 istore  0x00000001 , 0x00000005 
+ 00024970  0x00006641 fetch  0x00000002 , 0x000040a4 
+ 00024971  0x00006642 istore  0x00000002 , 0x00000005 
+ 00024972  0x00006643 bmark0  0x00000003 , 0x00006191 
+ 00024973  0x00006644 set0  0x00000003 , 0x00000000 
+ 00024974  0x00006645 call  0x000062b2 
+ 00024975  0x00006646 jam  0x00000013 , 0x0000007c 
+ 00024976  0x00006647 rtn 
+ 00024977  0x00006649 call  0x000062b0 
+ 00024978  0x0000664a jam  0x00000003 , 0x0000007c 
+ 00024979  0x0000664b jam  0x00000013 , 0x0000007d 
+ 00024980  0x0000664c rtn 
+ 00024981  0x0000664f arg  0x00000200 , 0x00000002 
+ 00024982  0x00006650 branch  0x00006199 , 0x00000029 
+ 00024983  0x00006651 deposit  0x00000028 
+ 00024984  0x00006652 branch  0x0000619a 
+ 00024985  0x00006654 deposit  0x00000022 
+ 00024986  0x00006656 deposit  0x00000021 
+ 00024987  0x00006657 iadd  0x00000002 , 0x0000003f 
+ 00024988  0x00006658 and_into  0x000001fc , 0x0000003f 
+ 00024989  0x00006659 store  0x00000004 , 0x00000034 
+ 00024990  0x0000665a force  0x00000005 , 0x0000003f 
+ 00024991  0x0000665b call  0x00006298 
+ 00024992  0x0000665c fetch  0x00000004 , 0x00000034 
+ 00024993  0x0000665d rshift  0x0000003f , 0x0000003f 
+ 00024994  0x0000665e istore  0x00000004 , 0x00000005 
+ 00024995  0x0000665f branch  0x000062b2 
+ 00024996  0x00006662 force  0x0000000a , 0x0000003f 
+ 00024997  0x00006663 call  0x00006298 
+ 00024998  0x00006664 arg  0x000004d9 , 0x00000006 
+ 00024999  0x00006665 ifetch  0x00000009 , 0x00000006 
+ 00025000  0x00006666 istore  0x00000009 , 0x00000005 
+ 00025001  0x00006667 branch  0x000062b2 
+ 00025002  0x0000666c force  0x00000003 , 0x0000003f 
+ 00025003  0x0000666d call  0x00006298 
+ 00025004  0x0000666e setarg  0x00000114 
+ 00025005  0x0000666f istore  0x00000002 , 0x00000005 
+ 00025006  0x00006670 branch  0x000062b2 
+ 00025007  0x00006674 force  0x00000001 , 0x0000003f 
+ 00025008  0x00006675 call  0x00006298 
+ 00025009  0x0000667e branch  0x000062b2 
+ 00025010  0x00006682 force  0x00000002 , 0x0000003f 
+ 00025011  0x00006683 call  0x00006298 
+ 00025012  0x00006684 fetch  0x00000001 , 0x000040d0 
+ 00025013  0x00006685 istore  0x00000001 , 0x00000005 
+ 00025014  0x00006686 branch  0x000062b2 
+ 00025015  0x0000668a force  0x00000002 , 0x0000003f 
+ 00025016  0x0000668b call  0x00006298 
+ 00025017  0x0000668c setarg  0x00000005 
+ 00025018  0x0000668d istore  0x00000001 , 0x00000005 
+ 00025019  0x0000668e branch  0x000062b2 
+ 00025020  0x00006692 force  0x00000002 , 0x0000003f 
+ 00025021  0x00006693 call  0x00006298 
+ 00025022  0x00006694 setarg  0x00000000 
+ 00025023  0x00006695 istore  0x00000001 , 0x00000005 
+ 00025024  0x00006696 branch  0x000062b2 
+ 00025025  0x0000669a jam  0x0000002e , 0x0000007c 
+ 00025026  0x0000669b rtn 
+ 00025027  0x0000669d fetch  0x00000001 , 0x00004092 
+ 00025028  0x0000669e sub  0x0000003f , 0x0000000a , 0x0000003e 
+ 00025029  0x0000669f call  0x000061c1 , 0x00000005 
+ 00025030  0x000066a0 fetch  0x00000001 , 0x00000030 
+ 00025031  0x000066a1 set1  0x00000004 , 0x0000003f 
+ 00025032  0x000066a2 store  0x00000001 , 0x00000030 
+ 00025033  0x000066a3 copy  0x00000022 , 0x0000003f 
+ 00025034  0x000066a4 store  0x00000004 , 0x000004e9 
+ 00025035  0x000066a5 fetch  0x00000001 , 0x000004d1 
+ 00025036  0x000066a6 bbit1  0x00000003 , 0x000061d4 
+ 00025037  0x000066a7 set1  0x00000003 , 0x0000003f 
+ 00025038  0x000066a8 store  0x00000001 , 0x000004d1 
+ 00025039  0x000066a9 jam  0x00000005 , 0x00000a99 
+ 00025040  0x000066aa call  0x00007d86 
+ 00025041  0x000066ab force  0x00000001 , 0x0000003f 
+ 00025042  0x000066ac call  0x00006298 
+ 00025043  0x000066ad branch  0x000062b2 
+ 00025044  0x000066af jam  0x00000000 , 0x00000048 
+ 00025045  0x000066b0 rtn 
+ 00025046  0x000066b3 force  0x00000006 , 0x0000003f 
+ 00025047  0x000066b4 call  0x00006298 
+ 00025048  0x000066b5 fetch  0x00000005 , 0x00004510 
+ 00025049  0x000066b6 istore  0x00000005 , 0x00000005 
+ 00025050  0x000066b7 branch  0x000062b2 
+ 00025051  0x000066ba force  0x00000009 , 0x0000003f 
+ 00025052  0x000066bb call  0x00006298 
+ 00025053  0x000066bc fetch  0x00000008 , 0x00004098 
+ 00025054  0x000066bd istore  0x00000008 , 0x00000005 
+ 00025055  0x000066be branch  0x000062b2 
+ 00025056  0x000066c1 jam  0x00000001 , 0x000009b1 
+ 00025057  0x000066c2 fetch  0x00000001 , 0x000045b1 
+ 00025058  0x000066c3 rtnne  0x00000001 
+ 00025059  0x000066c4 jam  0x00000013 , 0x000009af 
+ 00025060  0x000066c5 rtn 
+ 00025061  0x000066c8 call  0x000062ef 
+ 00025062  0x000066c9 jam  0x00000099 , 0x0000007c 
+ 00025063  0x000066ca jam  0x00000003 , 0x000009af 
+ 00025064  0x000066cb rtn 
+ 00025065  0x000066cf call  0x000062ef 
+ 00025066  0x000066d0 jam  0x0000003d , 0x0000007c 
+ 00025067  0x000066d1 jam  0x00000007 , 0x000009af 
+ 00025068  0x000066d2 rtn 
+ 00025069  0x000066d5 arg  0x00000a4e , 0x00000011 
+ 00025070  0x000066d6 arg  0x00000a6e , 0x00000012 
+ 00025071  0x000066d7 arg  0x00000010 , 0x00000039 
+ 00025072  0x000066d8 call  0x00007f88 
+ 00025073  0x000066d9 branch  0x000061f7 , 0x00000005 
+ 00025074  0x000066da jam  0x00000000 , 0x000009af 
+ 00025075  0x000066db call  0x000076da 
+ 00025076  0x000066dc jam  0x00000024 , 0x0000007e 
+ 00025077  0x000066dd jam  0x00000040 , 0x0000007d 
+ 00025078  0x000066de branch  0x00005d53 
+ 00025079  0x000066e0 jam  0x0000000a , 0x000009af 
+ 00025080  0x000066e1 call  0x000076d8 
+ 00025081  0x000066e2 jam  0x00000040 , 0x0000007d 
+ 00025082  0x000066e3 branch  0x00005e38 
+ 00025083  0x000066e8 jam  0x00000040 , 0x0000007c 
+ 00025084  0x000066e9 rtn 
+ 00025085  0x000066f0 jam  0x0000003d , 0x0000007c 
+ 00025086  0x000066f2 rtn 
+ 00025087  0x000066f9 jam  0x00000000 , 0x000009b6 
+ 00025088  0x000066fa force  0x00000004 , 0x0000003f 
+ 00025089  0x000066fb call  0x00006298 
+ 00025090  0x000066fc force  0x00000001 , 0x0000003f 
+ 00025091  0x000066fd istore  0x00000001 , 0x00000005 
+ 00025092  0x000066fe force  0x00000001 , 0x0000003f 
+ 00025093  0x000066ff istore  0x00000001 , 0x00000005 
+ 00025094  0x00006700 force  0x00000030 , 0x0000003f 
+ 00025095  0x00006701 istore  0x00000001 , 0x00000005 
+ 00025096  0x00006702 call  0x000062fc 
+ 00025097  0x00006703 branch  0x000062b2 , 0x00000001 
+ 00025098  0x00006704 branch  0x000062b0 
+ 00025099  0x00006708 force  0x00000011 , 0x0000003f 
+ 00025100  0x00006709 call  0x00006298 
+ 00025101  0x0000670a fetch  0x00000001 , 0x000009b6 
+ 00025102  0x0000670b arg  0x0000462a , 0x00000006 
+ 00025103  0x0000670c iadd  0x00000006 , 0x00000006 
+ 00025104  0x0000670d ifetch  0x00000008 , 0x00000006 
+ 00025105  0x0000670e istore  0x00000008 , 0x00000005 
+ 00025106  0x0000670f ifetch  0x00000008 , 0x00000006 
+ 00025107  0x00006710 istore  0x00000008 , 0x00000005 
+ 00025108  0x00006711 fetch  0x00000001 , 0x000009b6 
+ 00025109  0x00006712 increase  0x00000010 , 0x0000003f 
+ 00025110  0x00006713 store  0x00000001 , 0x000009b6 
+ 00025111  0x00006714 call  0x000062fc 
+ 00025112  0x00006715 branch  0x000062b2 , 0x00000001 
+ 00025113  0x00006716 branch  0x000062b0 
+ 00025114  0x0000671a jam  0x00000006 , 0x000009ae 
+ 00025115  0x0000671b jam  0x0000003f , 0x0000007c 
+ 00025116  0x0000671c rtn 
+ 00025117  0x00006720 force  0x00000011 , 0x0000003f 
+ 00025118  0x00006721 call  0x00006298 
+ 00025119  0x00006722 arg  0x00000a4e , 0x00000006 
+ 00025120  0x00006723 ifetch  0x00000008 , 0x00000006 
+ 00025121  0x00006724 istore  0x00000008 , 0x00000005 
+ 00025122  0x00006725 ifetch  0x00000008 , 0x00000006 
+ 00025123  0x00006726 istore  0x00000008 , 0x00000005 
+ 00025124  0x00006727 branch  0x000062b0 
+ 00025125  0x0000672a jam  0x00000040 , 0x0000007c 
+ 00025126  0x0000672b rtn 
+ 00025127  0x0000672f call  0x000062fc 
+ 00025128  0x00006730 call  0x00007612 , 0x00000001 
+ 00025129  0x00006731 force  0x00000011 , 0x0000003f 
+ 00025130  0x00006732 call  0x00006298 
+ 00025131  0x00006733 arg  0x00000a1e , 0x00000006 
+ 00025132  0x00006734 ifetch  0x00000008 , 0x00000006 
+ 00025133  0x00006735 istore  0x00000008 , 0x00000005 
+ 00025134  0x00006736 ifetch  0x00000008 , 0x00000006 
+ 00025135  0x00006737 istore  0x00000008 , 0x00000005 
+ 00025136  0x00006738 call  0x000062fc 
+ 00025137  0x00006739 nbranch  0x000062b0 , 0x00000001 
+ 00025138  0x0000673a branch  0x000062b2 , 0x00000001 
+ 00025139  0x0000673e jam  0x0000000f , 0x000009af 
+ 00025140  0x00006740 call  0x000062ef 
+ 00025141  0x00006741 jam  0x0000000b , 0x0000007c 
+ 00025142  0x00006742 call  0x00006307 
+ 00025143  0x00006743 branch  0x0000764e , 0x00000001 
+ 00025144  0x00006744 branch  0x00007658 
+ 00025145  0x00006746 call  0x000062eb 
+ 00025146  0x00006748 jam  0x00000041 , 0x0000007c 
+ 00025147  0x00006749 rtn 
+ 00025148  0x0000674c force  0x00000011 , 0x0000003f 
+ 00025149  0x0000674d call  0x00006298 
+ 00025150  0x0000674e arg  0x00000a4e , 0x00000006 
+ 00025151  0x0000674f ifetch  0x00000008 , 0x00000006 
+ 00025152  0x00006750 istore  0x00000008 , 0x00000005 
+ 00025153  0x00006751 ifetch  0x00000008 , 0x00000006 
+ 00025154  0x00006752 istore  0x00000008 , 0x00000005 
+ 00025155  0x00006753 call  0x000062fc 
+ 00025156  0x00006754 nbranch  0x000062b0 , 0x00000001 
+ 00025157  0x00006755 branch  0x000062b2 , 0x00000001 
+ 00025158  0x00006758 force  0x00000003 , 0x0000003f 
+ 00025159  0x00006759 call  0x00006298 
+ 00025160  0x0000675a setarg  0x0000fffe 
+ 00025161  0x0000675b istore  0x00000002 , 0x00000005 
+ 00025162  0x0000675c branch  0x000062b0 
+ 00025163  0x0000675f branch  0x000062b2 
+ 00025164  0x00006761 branch  0x000062b2 
+ 00025165  0x00006763 branch  0x000062b2 
+ 00025166  0x00006765 branch  0x000062b2 
+ 00025167  0x0000676b call  0x0000630b 
+ 00025168  0x0000676c arg  0x000040a0 , 0x00000011 
+ 00025169  0x0000676d call  0x00006311 
+ 00025170  0x0000676e force  0x00000011 , 0x0000003f 
+ 00025171  0x0000676f call  0x00006298 
+ 00025172  0x00006770 arg  0x00000582 , 0x00000011 
+ 00025173  0x00006771 arg  0x00000562 , 0x00000012 
+ 00025174  0x00006772 call  0x00007352 
+ 00025175  0x00006773 nbranch  0x000062a7 , 0x00000029 
+ 00025176  0x00006774 branch  0x000062ad 
+ 00025177  0x00006777 call  0x0000630b 
+ 00025178  0x00006778 arg  0x00000040 , 0x00000011 
+ 00025179  0x00006779 call  0x00007255 
+ 00025180  0x0000677b force  0x00000011 , 0x0000003f 
+ 00025181  0x0000677c call  0x00006298 
+ 00025182  0x0000677d arg  0x00000562 , 0x00000006 
+ 00025183  0x0000677e call  0x00007ebf 
+ 00025184  0x0000677f fetch  0x00000001 , 0x00000055 
+ 00025185  0x00006780 beq  0x00000019 , 0x000062b2 
+ 00025186  0x00006781 beq  0x00000018 , 0x000062b2 
+ 00025187  0x00006782 branch  0x000062ad 
+ 00025188  0x00006785 fetch  0x00000001 , 0x000009b5 
+ 00025189  0x00006786 branch  0x0000626a , 0x00000034 
+ 00025190  0x00006787 call  0x000062fc 
+ 00025191  0x00006788 call  0x000062ef , 0x00000001 
+ 00025192  0x00006789 ncall  0x000062eb , 0x00000001 
+ 00025193  0x0000678a branch  0x0000626b 
+ 00025194  0x0000678c call  0x000062ef 
+ 00025195  0x0000678e call  0x0000630b 
+ 00025196  0x0000678f branch  0x0000625c 
+ 00025197  0x00006792 arg  0x000040a0 , 0x00000011 
+ 00025198  0x00006793 call  0x00007288 
+ 00025199  0x00006794 force  0x00000005 , 0x0000003f 
+ 00025200  0x00006795 call  0x00006298 
+ 00025201  0x00006796 fetch  0x00000004 , 0x00000592 
+ 00025202  0x00006797 istore  0x00000004 , 0x00000005 
+ 00025203  0x00006798 arg  0x000004d5 , 0x00000002 
+ 00025204  0x00006799 call  0x000062e2 
+ 00025205  0x0000679a call  0x00007386 
+ 00025206  0x0000679b call  0x000062fc 
+ 00025207  0x0000679c branch  0x0000627c , 0x00000001 
+ 00025208  0x0000679d jam  0x00000001 , 0x000004d8 
+ 00025209  0x0000679e fetch  0x00000001 , 0x000009b5 
+ 00025210  0x0000679f rtn  0x00000034 
+ 00025211  0x000067a0 jam  0x0000000b , 0x0000007c 
+ 00025212  0x000067a2 fetch  0x00000001 , 0x000041bd 
+ 00025213  0x000067a3 rtn  0x00000034 
+ 00025214  0x000067a5 call  0x000062fc 
+ 00025215  0x000067a6 nbranch  0x00006284 , 0x00000001 
+ 00025216  0x000067a7 fetch  0x00000001 , 0x000004d7 
+ 00025217  0x000067a8 rtn  0x00000034 
+ 00025218  0x000067a9 jam  0x0000000f , 0x0000007c 
+ 00025219  0x000067aa rtn 
+ 00025220  0x000067ac rtnmark0  0x00000021 
+ 00025221  0x000067ad set0  0x00000021 , 0x00000000 
+ 00025222  0x000067ae jam  0x0000000f , 0x0000007c 
+ 00025223  0x000067af rtn 
+ 00025224  0x000067b4 call  0x0000630b 
+ 00025225  0x000067b5 call  0x0000728b 
+ 00025226  0x000067b6 force  0x00000011 , 0x0000003f 
+ 00025227  0x000067b7 call  0x00006298 
+ 00025228  0x000067b8 arg  0x00000562 , 0x00000006 
+ 00025229  0x000067b9 call  0x00007ebf 
+ 00025230  0x000067ba branch  0x000062ad 
+ 00025231  0x000067bd force  0x00000001 , 0x0000003f 
+ 00025232  0x000067be call  0x00006298 
+ 00025233  0x000067bf branch  0x000062ad 
+ 00025234  0x000067c2 force  0x00000002 , 0x0000003f 
+ 00025235  0x000067c3 call  0x00006298 
+ 00025236  0x000067c4 force  0x00000010 , 0x0000003f 
+ 00025237  0x000067c5 istore  0x00000001 , 0x00000005 
+ 00025238  0x000067c6 store  0x00000001 , 0x00000054 
+ 00025239  0x000067c7 branch  0x000062ad 
+ 00025240  0x000067cb lshift3  0x0000003f , 0x0000003f 
+ 00025241  0x000067cc or_into  0x00000007 , 0x0000003f 
+ 00025242  0x000067cd store  0x00000001 , 0x000004b6 
+ 00025243  0x000067ce arg  0x00000011 , 0x00000039 
+ 00025244  0x000067cf arg  0x000004b8 , 0x00000005 
+ 00025245  0x000067d0 call  0x00007ed4 
+ 00025246  0x000067d1 arg  0x000004b8 , 0x00000005 
+ 00025247  0x000067d2 rtn 
+ 00025248  0x000067d5 and  0x0000003f , 0x0000007f , 0x00000011 
+ 00025249  0x000067d6 jam  0x0000007f , 0x00000048 
+ 00025250  0x000067d7 deposit  0x00000007 
+ 00025251  0x000067d8 call  0x00006298 
+ 00025252  0x000067d9 deposit  0x00000011 
+ 00025253  0x000067da istore  0x00000001 , 0x00000005 
+ 00025254  0x000067db rtn 
+ 00025255  0x000067de fetch  0x00000001 , 0x00000048 
+ 00025256  0x000067df lshift  0x0000003f , 0x0000003f 
+ 00025257  0x000067e0 fetcht  0x00000001 , 0x0000004c 
+ 00025258  0x000067e1 isolate1  0x00000001 , 0x00000002 
+ 00025259  0x000067e2 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00025260  0x000067e3 branch  0x000062b7 
+ 00025261  0x000067e7 fetcht  0x00000001 , 0x0000004c 
+ 00025262  0x000067e8 and_into  0x00000001 , 0x00000002 
+ 00025263  0x000067e9 branch  0x000062b3 
+ 00025264  0x000067ec force  0x00000000 , 0x00000002 
+ 00025265  0x000067ed branch  0x000062b3 
+ 00025266  0x000067f0 force  0x00000001 , 0x00000002 
+ 00025267  0x000067f2 fetch  0x00000001 , 0x00000048 
+ 00025268  0x000067f3 lshift  0x0000003f , 0x0000003f 
+ 00025269  0x000067f4 setflag  0x00000029 , 0x00000000 , 0x0000003f 
+ 00025270  0x000067f5 ixor  0x00000002 , 0x0000003f 
+ 00025271  0x000067f7 store  0x00000001 , 0x000004b7 
+ 00025272  0x000067f8 jam  0x00000000 , 0x00000048 
+ 00025273  0x000067f9 call  0x000062c7 
+ 00025274  0x000067fa enable  0x00000028 
+ 00025275  0x000067fb rtn 
+ 00025276  0x000067ff fetch  0x00000001 , 0x0000007c 
+ 00025277  0x00006800 rtn  0x00000034 
+ 00025278  0x00006801 call  0x000062c1 
+ 00025279  0x00006802 fetch  0x00000001 , 0x0000007c 
+ 00025280  0x00006803 rtn 
+ 00025281  0x00006806 bpatchx  0x00000086 , 0x00004030 
+ 00025282  0x00006807 fetch  0x00000001 , 0x00000048 
+ 00025283  0x00006808 branch  0x000062c7 , 0x00000034 
+ 00025284  0x00006809 fetch  0x00000001 , 0x00000078 
+ 00025285  0x0000680a nrtn  0x00000034 
+ 00025286  0x0000680b branch  0x000062d1 
+ 00025287  0x0000680d fetch  0x00000001 , 0x00000078 
+ 00025288  0x0000680e branch  0x000062d7 , 0x00000034 
+ 00025289  0x0000680f fetch  0x00000003 , 0x00000078 
+ 00025290  0x00006810 store  0x00000003 , 0x00000048 
+ 00025291  0x00006811 fetcht  0x00000001 , 0x0000007b 
+ 00025292  0x00006812 fetch  0x00000001 , 0x0000004c 
+ 00025293  0x00006813 set0  0x00000001 , 0x0000003f 
+ 00025294  0x00006814 ior  0x00000002 , 0x0000003f 
+ 00025295  0x00006815 store  0x00000001 , 0x0000004c 
+ 00025296  0x00006816 jam  0x00000000 , 0x00000078 
+ 00025297  0x00006818 fetch  0x00000001 , 0x0000007c 
+ 00025298  0x00006819 rtn  0x00000034 
+ 00025299  0x0000681a fetch  0x00000004 , 0x0000007c 
+ 00025300  0x0000681b store  0x00000004 , 0x00000078 
+ 00025301  0x0000681c jam  0x00000000 , 0x0000007c 
+ 00025302  0x0000681d rtn 
+ 00025303  0x0000681f fetch  0x00000001 , 0x0000007c 
+ 00025304  0x00006820 rtn  0x00000034 
+ 00025305  0x00006821 fetch  0x00000003 , 0x0000007c 
+ 00025306  0x00006822 store  0x00000003 , 0x00000048 
+ 00025307  0x00006823 fetcht  0x00000001 , 0x0000007f 
+ 00025308  0x00006824 fetch  0x00000001 , 0x0000004c 
+ 00025309  0x00006825 set0  0x00000001 , 0x0000003f 
+ 00025310  0x00006826 ior  0x00000002 , 0x0000003f 
+ 00025311  0x00006827 store  0x00000001 , 0x0000004c 
+ 00025312  0x00006828 jam  0x00000000 , 0x0000007c 
+ 00025313  0x00006829 rtn 
+ 00025314  0x0000682d bpatchx  0x00000087 , 0x00004030 
+ 00025315  0x0000682e fetch  0x00000001 , 0x0000004c 
+ 00025316  0x0000682f copy  0x0000003f , 0x00000013 
+ 00025317  0x00006830 ifetch  0x00000001 , 0x00000002 
+ 00025318  0x00006831 call  0x00005e52 
+ 00025319  0x00006832 call  0x000062a7 
+ 00025320  0x00006833 copy  0x00000013 , 0x0000003f 
+ 00025321  0x00006834 store  0x00000001 , 0x0000004c 
+ 00025322  0x00006835 rtn 
+ 00025323  0x00006838 fetcht  0x00000001 , 0x0000004c 
+ 00025324  0x00006839 set0  0x00000000 , 0x00000002 
+ 00025325  0x0000683a storet  0x00000001 , 0x0000004c 
+ 00025326  0x0000683b rtn 
+ 00025327  0x0000683e fetcht  0x00000001 , 0x0000004c 
+ 00025328  0x0000683f set1  0x00000000 , 0x00000002 
+ 00025329  0x00006840 storet  0x00000001 , 0x0000004c 
+ 00025330  0x00006841 rtn 
+ 00025331  0x00006845 nsetflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00025332  0x00006846 fetcht  0x00000001 , 0x0000004c 
+ 00025333  0x00006847 ixor  0x00000002 , 0x0000003f 
+ 00025334  0x00006848 isolate1  0x00000001 , 0x0000003f 
+ 00025335  0x00006849 rtn 
+ 00025336  0x0000684d fetch  0x00000001 , 0x0000004c 
+ 00025337  0x0000684e setflag  0x00000029 , 0x00000001 , 0x0000003f 
+ 00025338  0x0000684f store  0x00000001 , 0x0000004c 
+ 00025339  0x00006850 rtn 
+ 00025340  0x00006854 fetch  0x00000001 , 0x000009b4 
+ 00025341  0x00006855 compare  0x00000001 , 0x0000003f , 0x0000007f 
+ 00025342  0x00006856 rtn 
+ 00025343  0x00006858 fetch  0x00000001 , 0x000009b4 
+ 00025344  0x00006859 set1  0x00000007 , 0x0000003f 
+ 00025345  0x0000685a store  0x00000001 , 0x000009b4 
+ 00025346  0x0000685b rtn 
+ 00025347  0x0000685d fetch  0x00000001 , 0x000009b4 
+ 00025348  0x0000685e set0  0x00000007 , 0x0000003f 
+ 00025349  0x0000685f store  0x00000001 , 0x000009b4 
+ 00025350  0x00006860 rtn 
+ 00025351  0x00006862 fetch  0x00000001 , 0x000009b4 
+ 00025352  0x00006863 isolate1  0x00000007 , 0x0000003f 
+ 00025353  0x00006864 store  0x00000001 , 0x000009b4 
+ 00025354  0x00006865 rtn 
+ 00025355  0x00006869 arg  0x00000562 , 0x00000005 
+ 00025356  0x0000686b force  0x00000010 , 0x00000039 
+ 00025357  0x0000686e random  0x0000003f 
+ 00025358  0x0000686f istore  0x00000001 , 0x00000005 
+ 00025359  0x00006870 loop  0x0000630d 
+ 00025360  0x00006871 rtn 
+ 00025361  0x00006874 call  0x00007259 
+ 00025362  0x00006875 arg  0x000041be , 0x00000011 
+ 00025363  0x00006876 arg  0x00000592 , 0x00000012 
+ 00025364  0x00006877 ifetch  0x00000008 , 0x00000011 
+ 00025365  0x00006878 fetcht  0x00000001 , 0x00000030 
+ 00025366  0x00006879 nsetflag  0x00000034 , 0x00000006 , 0x00000002 
+ 00025367  0x0000687a storet  0x00000001 , 0x00000030 
+ 00025368  0x0000687b copy  0x00000011 , 0x00000005 
+ 00025369  0x0000687c call  0x00007352 
+ 00025370  0x0000687d branch  0x000021c4 
+ 00025371  0x00006885 bpatchx  0x00000088 , 0x00004031 
+ 00025372  0x00006887 call  0x000062bc 
+ 00025373  0x00006888 nrtn  0x00000034 
+ 00025374  0x0000688a fetch  0x00000001 , 0x00000055 
+ 00025375  0x0000688b rtn  0x00000034 
+ 00025376  0x0000688f beq  0x00000004 , 0x0000636f 
+ 00025377  0x00006890 beq  0x00000005 , 0x00006374 
+ 00025378  0x00006891 beq  0x00000002 , 0x00006366 
+ 00025379  0x00006892 beq  0x00000003 , 0x0000637c 
+ 00025380  0x00006893 beq  0x0000000e , 0x00006369 
+ 00025381  0x00006894 beq  0x00000006 , 0x00006398 
+ 00025382  0x00006895 beq  0x00000007 , 0x000063b0 
+ 00025383  0x00006896 beq  0x00000009 , 0x000063b1 
+ 00025384  0x00006897 beq  0x0000000a , 0x000063ba 
+ 00025385  0x00006898 beq  0x0000000b , 0x000063be 
+ 00025386  0x00006899 beq  0x0000000c , 0x00006386 
+ 00025387  0x0000689a beq  0x0000000d , 0x00006389 
+ 00025388  0x0000689b beq  0x0000000f , 0x0000638f 
+ 00025389  0x0000689c beq  0x00000012 , 0x00006359 
+ 00025390  0x0000689d beq  0x00000013 , 0x0000637c 
+ 00025391  0x0000689e beq  0x00000010 , 0x0000635c 
+ 00025392  0x0000689f beq  0x00000014 , 0x00006356 
+ 00025393  0x000068a0 beq  0x00000015 , 0x0000637c 
+ 00025394  0x000068a1 beq  0x00000016 , 0x00006350 
+ 00025395  0x000068a2 beq  0x00000018 , 0x00006355 
+ 00025396  0x000068a3 beq  0x00000017 , 0x00006349 
+ 00025397  0x000068a4 beq  0x00000019 , 0x0000634f 
+ 00025398  0x000068a5 beq  0x0000001a , 0x0000633a 
+ 00025399  0x000068a6 beq  0x0000001b , 0x00006344 
+ 00025400  0x000068a7 jam  0x00000000 , 0x00000055 
+ 00025401  0x000068a9 rtn 
+ 00025402  0x000068ab fetch  0x00000001 , 0x000004d1 
+ 00025403  0x000068ac rtnbit0  0x00000002 
+ 00025404  0x000068ad rtnbit0  0x00000003 
+ 00025405  0x000068ae jam  0x00000000 , 0x00000055 
+ 00025406  0x000068af call  0x00006340 
+ 00025407  0x000068b0 branch  0x00006cef 
+ 00025408  0x000068b3 fetch  0x00000001 , 0x0000016d 
+ 00025409  0x000068b4 rtnbit0  0x00000001 
+ 00025410  0x000068b5 jam  0x0000000a , 0x00000055 
+ 00025411  0x000068b6 rtn 
+ 00025412  0x000068b9 arg  0x00000007 , 0x00000007 
+ 00025413  0x000068ba call  0x00007f16 
+ 00025414  0x000068bb nrtn  0x00000034 
+ 00025415  0x000068bc jam  0x0000001a , 0x00000055 
+ 00025416  0x000068bd rtn 
+ 00025417  0x000068c0 fetch  0x00000001 , 0x0000016d 
+ 00025418  0x000068c1 set0  0x00000000 , 0x0000003f 
+ 00025419  0x000068c2 store  0x00000001 , 0x0000016d 
+ 00025420  0x000068c3 jam  0x00000019 , 0x00000055 
+ 00025421  0x000068c4 jam  0x0000000b , 0x0000007c 
+ 00025422  0x000068c5 rtn 
+ 00025423  0x000068c7 rtn 
+ 00025424  0x000068c9 fetch  0x00000001 , 0x000004d4 
+ 00025425  0x000068ca rtnne  0x00000002 
+ 00025426  0x000068cb call  0x000063c0 
+ 00025427  0x000068cc jam  0x00000018 , 0x00000055 
+ 00025428  0x000068cd rtn 
+ 00025429  0x000068d0 rtn 
+ 00025430  0x000068d2 jam  0x00000015 , 0x00000055 
+ 00025431  0x000068d3 jam  0x00000083 , 0x0000007c 
+ 00025432  0x000068d4 rtn 
+ 00025433  0x000068d6 jam  0x00000013 , 0x00000055 
+ 00025434  0x000068d7 jam  0x00000025 , 0x0000007c 
+ 00025435  0x000068d8 rtn 
+ 00025436  0x000068db fetch  0x00000001 , 0x0000455b 
+ 00025437  0x000068dc rtneq  0x00000000 
+ 00025438  0x000068dd beq  0x00000001 , 0x00006364 
+ 00025439  0x000068de arg  0x00000006 , 0x00000007 
+ 00025440  0x000068df call  0x00007f16 
+ 00025441  0x000068e0 nrtn  0x00000034 
+ 00025442  0x000068e1 jam  0x00000000 , 0x0000455b 
+ 00025443  0x000068e2 branch  0x0000637d 
+ 00025444  0x000068e4 rtn  0x00000029 
+ 00025445  0x000068e5 branch  0x00006398 
+ 00025446  0x000068e8 jam  0x00000003 , 0x00000055 
+ 00025447  0x000068e9 jam  0x00000027 , 0x0000007c 
+ 00025448  0x000068ea rtn 
+ 00025449  0x000068ec jam  0x00000013 , 0x0000007c 
+ 00025450  0x000068ed set1  0x00000003 , 0x00000000 
+ 00025451  0x000068ee jam  0x00000005 , 0x00000055 
+ 00025452  0x000068ef setarg  0x000001ff 
+ 00025453  0x000068f0 store  0x00000002 , 0x000004d2 
+ 00025454  0x000068f1 rtn 
+ 00025455  0x000068f3 jam  0x00000005 , 0x00000055 
+ 00025456  0x000068f4 jam  0x000000ff , 0x000004d2 
+ 00025457  0x000068f5 set0  0x00000022 , 0x00000000 
+ 00025458  0x000068f6 jam  0x00000033 , 0x0000007c 
+ 00025459  0x000068f7 branch  0x00005d04 
+ 00025460  0x000068f9 rtnmark1  0x00000022 
+ 00025461  0x000068fa fetch  0x00000002 , 0x000004d2 
+ 00025462  0x000068fb sub  0x0000003f , 0x00000001 , 0x0000003f 
+ 00025463  0x000068fc branch  0x0000637a , 0x00000005 
+ 00025464  0x000068fd store  0x00000002 , 0x000004d2 
+ 00025465  0x000068fe rtn 
+ 00025466  0x00006900 jam  0x0000000e , 0x00000055 
+ 00025467  0x00006901 rtn 
+ 00025468  0x00006904 rtn 
+ 00025469  0x00006907 fetch  0x00000001 , 0x000004d1 
+ 00025470  0x00006908 rtnbit0  0x00000003 
+ 00025471  0x00006909 rtnbit0  0x00000002 
+ 00025472  0x0000690a fetch  0x00000001 , 0x0000016d 
+ 00025473  0x0000690b set0  0x00000002 , 0x0000003f 
+ 00025474  0x0000690c store  0x00000001 , 0x0000016d 
+ 00025475  0x0000690d jam  0x00000013 , 0x0000007c 
+ 00025476  0x0000690e jam  0x00000010 , 0x00000055 
+ 00025477  0x0000690f rtn 
+ 00025478  0x00006912 jam  0x0000000d , 0x00000055 
+ 00025479  0x00006913 jam  0x00000031 , 0x0000007c 
+ 00025480  0x00006914 rtn 
+ 00025481  0x00006917 fetch  0x00000001 , 0x000004d1 
+ 00025482  0x00006918 rtnbit0  0x00000002 
+ 00025483  0x00006919 jam  0x00000000 , 0x00000055 
+ 00025484  0x0000691b rtn 
+ 00025485  0x0000691d jam  0x00000006 , 0x00000055 
+ 00025486  0x0000691e rtn 
+ 00025487  0x00006921 fetch  0x00000001 , 0x000004d2 
+ 00025488  0x00006922 increase  0xffffffff , 0x0000003f 
+ 00025489  0x00006923 branch  0x00006394 , 0x00000034 
+ 00025490  0x00006924 store  0x00000001 , 0x000004d2 
+ 00025491  0x00006925 rtn 
+ 00025492  0x00006927 jam  0x00000007 , 0x0000007c 
+ 00025493  0x00006928 jam  0x00000016 , 0x000004ca 
+ 00025494  0x00006929 jam  0x00000000 , 0x00000055 
+ 00025495  0x0000692a rtn 
+ 00025496  0x0000692d fetch  0x00000001 , 0x0000016d 
+ 00025497  0x0000692e bbit1  0x00000002 , 0x0000637d 
+ 00025498  0x0000692f bbit1  0x00000000 , 0x0000639d 
+ 00025499  0x00006931 jam  0x0000001a , 0x00000055 
+ 00025500  0x00006932 rtn 
+ 00025501  0x00006934 fetch  0x00000001 , 0x000041bd 
+ 00025502  0x00006935 branch  0x000063a9 , 0x00000034 
+ 00025503  0x00006936 fetch  0x00000001 , 0x000004d1 
+ 00025504  0x00006937 rtnbit0  0x00000003 
+ 00025505  0x00006938 rtnbit0  0x00000002 
+ 00025506  0x00006939 fetch  0x00000004 , 0x000004e9 
+ 00025507  0x0000693a arg  0x00000064 , 0x00000002 
+ 00025508  0x0000693b iadd  0x00000002 , 0x00000002 
+ 00025509  0x0000693c copy  0x00000022 , 0x0000003f 
+ 00025510  0x0000693d isub  0x00000002 , 0x0000003e 
+ 00025511  0x0000693e nrtn  0x00000002 
+ 00025512  0x0000693f branch  0x00006349 
+ 00025513  0x00006944 jam  0x00000016 , 0x00000055 
+ 00025514  0x00006945 jam  0x00000004 , 0x00004689 
+ 00025515  0x00006946 setarg  0x00003030 
+ 00025516  0x00006947 store  0x00000002 , 0x0000468a 
+ 00025517  0x00006948 istore  0x00000002 , 0x00000005 
+ 00025518  0x00006949 jam  0x00000002 , 0x000004d4 
+ 00025519  0x0000694a branch  0x00006350 
+ 00025520  0x0000694d rtn 
+ 00025521  0x0000694f fetch  0x00000001 , 0x0000016d 
+ 00025522  0x00006950 bbit1  0x00000001 , 0x000063b5 
+ 00025523  0x00006951 jam  0x0000001a , 0x00000055 
+ 00025524  0x00006952 rtn 
+ 00025525  0x00006955 fetch  0x00000001 , 0x0000016d 
+ 00025526  0x00006956 set0  0x00000001 , 0x0000003f 
+ 00025527  0x00006957 store  0x00000001 , 0x0000016d 
+ 00025528  0x00006958 jam  0x0000000f , 0x0000007c 
+ 00025529  0x00006959 rtn 
+ 00025530  0x0000695c fetch  0x00000001 , 0x000004d8 
+ 00025531  0x0000695d rtn  0x00000034 
+ 00025532  0x0000695e jam  0x00000000 , 0x00000055 
+ 00025533  0x0000695f branch  0x000063b5 
+ 00025534  0x00006962 jam  0x0000000c , 0x00000055 
+ 00025535  0x00006963 rtn 
+ 00025536  0x00006966 fetch  0x00000001 , 0x0000004b 
+ 00025537  0x00006967 bbit1  0x00000002 , 0x000063c5 
+ 00025538  0x00006968 call  0x000062ef 
+ 00025539  0x00006969 jam  0x00000008 , 0x0000007c 
+ 00025540  0x0000696a branch  0x00004d04 
+ 00025541  0x0000696c fetch  0x00000001 , 0x0000004b 
+ 00025542  0x0000696d set0  0x00000002 , 0x0000003f 
+ 00025543  0x0000696e store  0x00000001 , 0x0000004b 
+ 00025544  0x0000696f call  0x00006001 
+ 00025545  0x00006970 call  0x000062f8 
+ 00025546  0x00006971 branch  0x00004d04 
+ 00025547  0x00006974 setarg  0x00000004 
+ 00025548  0x00006975 store  0x00000001 , 0x00004689 
+ 00025549  0x00006976 setarg  0x00003030 
+ 00025550  0x00006977 istore  0x00000002 , 0x00000005 
+ 00025551  0x00006978 istore  0x00000002 , 0x00000005 
+ 00025552  0x00006979 rtn 
+ 00025553  0x00006980 bpatchx  0x0000008c , 0x00004031 
+ 00025554  0x00006981 hfetch  0x00000001 , 0x00008073 
+ 00025555  0x00006982 arg  0x00000006 , 0x00000002 
+ 00025556  0x00006983 ior  0x00000002 , 0x0000003f 
+ 00025557  0x00006984 hstore  0x00000001 , 0x00008073 
+ 00025558  0x00006985 hfetch  0x00000001 , 0x00008077 
+ 00025559  0x00006986 ior  0x00000002 , 0x0000003f 
+ 00025560  0x00006987 hstore  0x00000001 , 0x00008077 
+ 00025561  0x00006988 call  0x000063ee 
+ 00025562  0x00006989 hfetch  0x00000001 , 0x00008077 
+ 00025563  0x0000698a set0  0x00000001 , 0x0000003f 
+ 00025564  0x0000698b set0  0x00000002 , 0x0000003f 
+ 00025565  0x0000698c hstore  0x00000001 , 0x00008077 
+ 00025566  0x0000698d nop  0x0000001e 
+ 00025567  0x0000698e branch  0x000063f2 
+ 00025568  0x00006991 hfetch  0x00000001 , 0x00008073 
+ 00025569  0x00006992 arg  0x000000c0 , 0x00000002 
+ 00025570  0x00006993 ior  0x00000002 , 0x0000003f 
+ 00025571  0x00006994 hstore  0x00000001 , 0x00008073 
+ 00025572  0x00006995 hfetch  0x00000001 , 0x00008077 
+ 00025573  0x00006996 ior  0x00000002 , 0x0000003f 
+ 00025574  0x00006997 hstore  0x00000001 , 0x00008077 
+ 00025575  0x00006998 call  0x000063ee 
+ 00025576  0x00006999 hfetch  0x00000001 , 0x00008077 
+ 00025577  0x0000699a set0  0x00000006 , 0x0000003f 
+ 00025578  0x0000699b set0  0x00000007 , 0x0000003f 
+ 00025579  0x0000699c hstore  0x00000001 , 0x00008077 
+ 00025580  0x0000699d nop  0x0000001e 
+ 00025581  0x0000699e branch  0x000063f6 
+ 00025582  0x000069a1 hfetch  0x00000001 , 0x00008081 
+ 00025583  0x000069a2 and  0x0000003f , 0x000000fc , 0x0000003f 
+ 00025584  0x000069a3 hstore  0x00000001 , 0x00008081 
+ 00025585  0x000069a4 rtn 
+ 00025586  0x000069a6 hfetch  0x00000001 , 0x00008081 
+ 00025587  0x000069a7 or  0x0000003f , 0x00000001 , 0x0000003f 
+ 00025588  0x000069a8 hstore  0x00000001 , 0x00008081 
+ 00025589  0x000069a9 rtn 
+ 00025590  0x000069ab hfetch  0x00000001 , 0x00008081 
+ 00025591  0x000069ac or  0x0000003f , 0x00000003 , 0x0000003f 
+ 00025592  0x000069ad set0  0x00000004 , 0x0000003f 
+ 00025593  0x000069ae hstore  0x00000001 , 0x00008081 
+ 00025594  0x000069af rtn 
+ 00025595  0x000069b4 copy  0x0000003f , 0x00000012 
+ 00025596  0x000069b5 call  0x0000640f 
+ 00025597  0x000069b6 nop  0x00000064 
+ 00025598  0x000069b7 copy  0x00000012 , 0x0000003f 
+ 00025599  0x000069b8 call  0x00006414 
+ 00025600  0x000069b9 copy  0x0000003f , 0x00000012 
+ 00025601  0x000069ba call  0x00006411 
+ 00025602  0x000069bb nop  0x00000064 
+ 00025603  0x000069bc copy  0x00000012 , 0x0000003f 
+ 00025604  0x000069bd rtn 
+ 00025605  0x000069c0 copy  0x0000003f , 0x00000012 
+ 00025606  0x000069c1 call  0x0000640f 
+ 00025607  0x000069c2 nop  0x00000064 
+ 00025608  0x000069c3 copy  0x00000012 , 0x0000003f 
+ 00025609  0x000069c4 call  0x00006413 
+ 00025610  0x000069c5 call  0x00006411 
+ 00025611  0x000069c6 nop  0x00000064 
+ 00025612  0x000069c7 rtn 
+ 00025613  0x000069cb fetcht  0x00000001 , 0x00004214 
+ 00025614  0x000069cc branch  0x0000680e 
+ 00025615  0x000069d0 fetcht  0x00000001 , 0x00004214 
+ 00025616  0x000069d1 branch  0x00006829 
+ 00025617  0x000069d5 fetcht  0x00000001 , 0x00004214 
+ 00025618  0x000069d6 branch  0x00006825 
+ 00025619  0x000069da branch  0x000064ec 
+ 00025620  0x000069dd branch  0x000064f3 
+ 00025621  0x000069e5 nbranch  0x00006419 , 0x00000028 
+ 00025622  0x000069e6 hfetch  0x00000001 , 0x00008085 
+ 00025623  0x000069e7 or_into  0x00000002 , 0x0000003f 
+ 00025624  0x000069e8 hstore  0x00000001 , 0x00008085 
+ 00025625  0x000069ea copy  0x00000002 , 0x0000003e 
+ 00025626  0x000069eb branch  0x0000641c , 0x00000005 
+ 00025627  0x000069ec copy  0x00000013 , 0x0000003d 
+ 00025628  0x000069ee isolate0  0x00000000 , 0x0000003e 
+ 00025629  0x000069ef branch  0x000064b9 
+ 00025630  0x000069f3 force  0x00000004 , 0x00000002 
+ 00025631  0x000069f5 arg  0x000001fe , 0x00000011 
+ 00025632  0x000069f6 hfetch  0x00000001 , 0x00008085 
+ 00025633  0x000069f7 and_into  0x000000fd , 0x0000003f 
+ 00025634  0x000069f8 hstore  0x00000001 , 0x00008085 
+ 00025635  0x000069f9 call  0x00006419 
+ 00025636  0x000069fa arg  0x000055aa , 0x00000011 
+ 00025637  0x000069fb fetch  0x00000002 , 0x000001fe 
+ 00025638  0x000069fc ifetcht  0x00000002 , 0x00000006 
+ 00025639  0x000069fd isub  0x00000011 , 0x0000003e 
+ 00025640  0x000069fe rtn 
+ 00025641  0x00006a01 arg  0x00000002 , 0x00000002 
+ 00025642  0x00006a02 arg  0x00000204 , 0x00000011 
+ 00025643  0x00006a03 call  0x00006419 
+ 00025644  0x00006a04 fetch  0x00000002 , 0x00000204 
+ 00025645  0x00006a05 store  0x00000002 , 0x000001f7 
+ 00025646  0x00006a06 call  0x00006430 , 0x00000028 
+ 00025647  0x00006a07 rtn 
+ 00025648  0x00006a0a arg  0x00000010 , 0x00000002 
+ 00025649  0x00006a0b arg  0x00000206 , 0x00000011 
+ 00025650  0x00006a0c hfetch  0x00000001 , 0x00008085 
+ 00025651  0x00006a0d and_into  0x000000fd , 0x0000003f 
+ 00025652  0x00006a0e hstore  0x00000001 , 0x00008085 
+ 00025653  0x00006a0f call  0x00006419 
+ 00025654  0x00006a10 arg  0x00000206 , 0x00000006 
+ 00025655  0x00006a11 arg  0x00000010 , 0x00000039 
+ 00025656  0x00006a12 call  0x00007478 
+ 00025657  0x00006a13 call  0x00007428 
+ 00025658  0x00006a14 call  0x00007491 
+ 00025659  0x00006a15 branch  0x00007422 
+ 00025660  0x00006a18 disable  0x0000002d 
+ 00025661  0x00006a19 call  0x0000641e 
+ 00025662  0x00006a1a nrtn  0x00000005 
+ 00025663  0x00006a1b enable  0x0000002d 
+ 00025664  0x00006a1c jam  0x00000080 , 0x00008023 
+ 00025665  0x00006a1d jam  0x00000000 , 0x00008022 
+ 00025666  0x00006a1e jam  0x00000000 , 0x00008024 
+ 00025667  0x00006a1f arg  0x00008025 , 0x00000011 
+ 00025668  0x00006a20 call  0x00006415 
+ 00025669  0x00006a21 jam  0x00000000 , 0x00008023 
+ 00025670  0x00006a23 arg  0x00000006 , 0x00000002 
+ 00025671  0x00006a24 call  0x0000641f 
+ 00025672  0x00006a25 nrtn  0x00000005 
+ 00025673  0x00006a26 ifetch  0x00000002 , 0x00000006 
+ 00025674  0x00006a27 iforce  0x00000011 
+ 00025675  0x00006a28 call  0x00006419 
+ 00025676  0x00006a29 branch  0x00006446 
+ 00025677  0x00006a2e call  0x00007f99 
+ 00025678  0x00006a2f setarg  0x00001000 
+ 00025679  0x00006a30 store  0x00000002 , 0x000001f7 
+ 00025680  0x00006a31 arg  0x000065e5 , 0x00000013 
+ 00025681  0x00006a32 arg  0x00000002 , 0x00000039 
+ 00025682  0x00006a34 call  0x0000641e 
+ 00025683  0x00006a35 nrtn  0x00000005 
+ 00025684  0x00006a36 fetch  0x00000002 , 0x000001f7 
+ 00025685  0x00006a37 byteswap  0x0000003f , 0x0000003f 
+ 00025686  0x00006a38 iadd  0x00000002 , 0x0000003f 
+ 00025687  0x00006a39 byteswap  0x0000003f , 0x0000003f 
+ 00025688  0x00006a3a store  0x00000002 , 0x000001f7 
+ 00025689  0x00006a3b loop  0x00006452 
+ 00025690  0x00006a3c branch  0x00006446 
+ 00025691  0x00006a3f call  0x00007f99 
+ 00025692  0x00006a40 disable  0x00000028 
+ 00025693  0x00006a41 call  0x0000666a 
+ 00025694  0x00006a42 setarg  0x00000000 
+ 00025695  0x00006a43 arg  0x000001f3 , 0x00000011 
+ 00025696  0x00006a44 arg  0x00000002 , 0x00000002 
+ 00025697  0x00006a45 call  0x000066b3 
+ 00025698  0x00006a46 fetch  0x00000002 , 0x000001f3 
+ 00025699  0x00006a47 bbit0  0x00000007 , 0x0000646e 
+ 00025700  0x00006a48 jam  0x00000025 , 0x00008050 
+ 00025701  0x00006a49 setarg  0x000007f0 
+ 00025702  0x00006a4a arg  0x00000206 , 0x00000011 
+ 00025703  0x00006a4b arg  0x00000010 , 0x00000002 
+ 00025704  0x00006a4c call  0x000066b3 
+ 00025705  0x00006a4d jam  0x00000008 , 0x00008006 
+ 00025706  0x00006a4e set1  0x0000002b , 0x00000000 
+ 00025707  0x00006a4f arg  0x00000206 , 0x00000006 
+ 00025708  0x00006a50 call  0x00007484 
+ 00025709  0x00006a51 enable  0x00000028 
+ 00025710  0x00006a53 jam  0x00000000 , 0x000041da 
+ 00025711  0x00006a55 call  0x000064b0 
+ 00025712  0x00006a56 fetch  0x00000002 , 0x000001f3 
+ 00025713  0x00006a57 byteswap  0x0000003f , 0x0000003f 
+ 00025714  0x00006a58 arg  0x000007ff , 0x00000002 
+ 00025715  0x00006a59 iand  0x00000002 , 0x0000003f 
+ 00025716  0x00006a5a branch  0x0000647b , 0x00000005 
+ 00025717  0x00006a5b call  0x0000666f 
+ 00025718  0x00006a5c arg  0x000066b8 , 0x00000013 
+ 00025719  0x00006a5d call  0x00006430 , 0x00000028 
+ 00025720  0x00006a5e call  0x0000643c 
+ 00025721  0x00006a5f fetch  0x00000001 , 0x000001f2 
+ 00025722  0x00006a60 bbit0  0x00000000 , 0x0000646f 
+ 00025723  0x00006a63 call  0x0000666d 
+ 00025724  0x00006a64 jam  0x00000000 , 0x000041da 
+ 00025725  0x00006a66 call  0x000064b0 
+ 00025726  0x00006a67 call  0x000065c2 
+ 00025727  0x00006a68 fetch  0x00000001 , 0x000001f3 
+ 00025728  0x00006a69 bbit1  0x00000006 , 0x0000648e 
+ 00025729  0x00006a6a call  0x000064aa 
+ 00025730  0x00006a6b nbranch  0x00006486 , 0x0000002d 
+ 00025731  0x00006a6c fetch  0x00000001 , 0x000001f2 
+ 00025732  0x00006a6d bbit0  0x00000000 , 0x0000647d 
+ 00025733  0x00006a6e branch  0x0000649b 
+ 00025734  0x00006a70 call  0x000065bf 
+ 00025735  0x00006a71 fetch  0x00000001 , 0x000001f3 
+ 00025736  0x00006a72 bbit1  0x00000006 , 0x0000648e 
+ 00025737  0x00006a73 call  0x000064aa 
+ 00025738  0x00006a74 nbranch  0x0000648e , 0x0000002d 
+ 00025739  0x00006a75 fetch  0x00000001 , 0x000001f2 
+ 00025740  0x00006a76 bbit0  0x00000000 , 0x0000647d 
+ 00025741  0x00006a77 branch  0x0000649b 
+ 00025742  0x00006a7a jam  0x00000000 , 0x000041da 
+ 00025743  0x00006a7c call  0x000064b0 
+ 00025744  0x00006a7d fetch  0x00000001 , 0x000001f3 
+ 00025745  0x00006a7e bbit1  0x00000005 , 0x0000649b 
+ 00025746  0x00006a7f setarg  0x00000000 
+ 00025747  0x00006a80 store  0x00000003 , 0x000001f6 
+ 00025748  0x00006a81 call  0x00006502 
+ 00025749  0x00006a82 arg  0x00006578 , 0x00000013 
+ 00025750  0x00006a83 call  0x00006429 
+ 00025751  0x00006a84 call  0x0000643c 
+ 00025752  0x00006a85 nbranch  0x0000649b , 0x0000002d 
+ 00025753  0x00006a86 fetch  0x00000001 , 0x000001f2 
+ 00025754  0x00006a87 bbit0  0x00000000 , 0x0000648f 
+ 00025755  0x00006a8a bmark1  0x0000002b , 0x0000649d 
+ 00025756  0x00006a8b call  0x000064a3 
+ 00025757  0x00006a8d fetch  0x00000001 , 0x000001f3 
+ 00025758  0x00006a8e bbit0  0x00000004 , 0x000064a3 
+ 00025759  0x00006a8f jam  0x00000021 , 0x00008050 
+ 00025760  0x00006a90 call  0x00004c0e 
+ 00025761  0x00006a92 call  0x00004c2e 
+ 00025762  0x00006a93 branch  0x000064a1 
+ 00025763  0x00006a96 setarg  0x00000000 
+ 00025764  0x00006a97 store  0x00000008 , 0x00000206 
+ 00025765  0x00006a98 store  0x00000008 , 0x0000020e 
+ 00025766  0x00006a99 force  0x00000004 , 0x00000038 
+ 00025767  0x00006a9a call  0x00007492 
+ 00025768  0x00006a9b jam  0x00000021 , 0x00008050 
+ 00025769  0x00006a9c rtn 
+ 00025770  0x00006aa0 setarg  0x00000000 
+ 00025771  0x00006aa1 store  0x00000002 , 0x000001f7 
+ 00025772  0x00006aa2 arg  0x000065e5 , 0x00000013 
+ 00025773  0x00006aa3 call  0x000065a3 
+ 00025774  0x00006aa4 call  0x00006429 
+ 00025775  0x00006aa5 branch  0x0000643c 
+ 00025776  0x00006aa9 fetch  0x00000001 , 0x000041da 
+ 00025777  0x00006aaa increase  0x00000001 , 0x0000003f 
+ 00025778  0x00006aab sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00025779  0x00006aac nbranch  0x000064b6 , 0x00000002 
+ 00025780  0x00006aad store  0x00000001 , 0x000041da 
+ 00025781  0x00006aae rtn 
+ 00025782  0x00006ab1 call  0x000064a3 
+ 00025783  0x00006ab2 call  0x00007fa1 
+ 00025784  0x00006ab3 rtn 
+ 00025785  0x00006ab8 fetch  0x00000001 , 0x000001f2 
+ 00025786  0x00006ab9 lshift  0x0000003f , 0x0000003f 
+ 00025787  0x00006aba setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00025788  0x00006abb isolate0  0x0000000f , 0x00000011 
+ 00025789  0x00006abc rtn  0x00000001 
+ 00025790  0x00006abd store  0x00000001 , 0x000001f2 
+ 00025791  0x00006abe rtn 
+ 00025792  0x00006ac2 hfetch  0x00000001 , 0x00008085 
+ 00025793  0x00006ac3 rtnbit0  0x00000001 
+ 00025794  0x00006ac4 branch  0x000064c6 
+ 00025795  0x00006ac6 hfetch  0x00000001 , 0x0000812c 
+ 00025796  0x00006ac7 qisolate1  0x0000003f 
+ 00025797  0x00006ac8 rtn  0x00000001 
+ 00025798  0x00006aca hfetch  0x00000001 , 0x00008108 
+ 00025799  0x00006acb bbit0  0x00000001 , 0x000064c3 
+ 00025800  0x00006acc call  0x00007422 
+ 00025801  0x00006acd branch  0x000064c3 
+ 00025802  0x00006ad2 fetch  0x00000002 , 0x00004199 
+ 00025803  0x00006ad3 rtn  0x00000034 
+ 00025804  0x00006ad4 jam  0x00000080 , 0x00008023 
+ 00025805  0x00006ad5 jam  0x00000000 , 0x00008022 
+ 00025806  0x00006ad6 jam  0x00000000 , 0x00008024 
+ 00025807  0x00006ad7 fetcht  0x00000002 , 0x0000419b 
+ 00025808  0x00006ad8 lshift2  0x00000002 , 0x00000039 
+ 00025809  0x00006ad9 iforce  0x00000006 
+ 00025810  0x00006adb ifetch  0x00000001 , 0x00000006 
+ 00025811  0x00006adc hstore  0x00000001 , 0x00008025 
+ 00025812  0x00006add loop  0x000064d2 
+ 00025813  0x00006ade jam  0x00000000 , 0x00008023 
+ 00025814  0x00006adf rtn 
+ 00025815  0x00006ae5 bpatchx  0x0000008d , 0x00004031 
+ 00025816  0x00006ae6 call  0x000064dd 
+ 00025817  0x00006ae7 branch  0x000063f2 
+ 00025818  0x00006aea call  0x000064dd 
+ 00025819  0x00006aeb call  0x000063ee 
+ 00025820  0x00006aec branch  0x000063f6 
+ 00025821  0x00006aef fetch  0x00000001 , 0x00004212 
+ 00025822  0x00006af0 hstore  0x00000001 , 0x00008086 
+ 00025823  0x00006af1 fetch  0x00000001 , 0x00004213 
+ 00025824  0x00006af2 hstore  0x00000001 , 0x00008087 
+ 00025825  0x00006af3 setarg  0x000001f5 
+ 00025826  0x00006af4 hstore  0x00000002 , 0x0000808a 
+ 00025827  0x00006af5 setarg  0x000001fa 
+ 00025828  0x00006af6 hstore  0x00000002 , 0x0000808c 
+ 00025829  0x00006af7 branch  0x000063ee 
+ 00025830  0x00006afa hfetch  0x00000001 , 0x00008086 
+ 00025831  0x00006afb set1  0x00000007 , 0x0000003f 
+ 00025832  0x00006afc hstore  0x00000001 , 0x00008086 
+ 00025833  0x00006afd set0  0x00000007 , 0x0000003f 
+ 00025834  0x00006afe hstore  0x00000001 , 0x00008086 
+ 00025835  0x00006aff rtn 
+ 00025836  0x00006b04 set1  0x00000007 , 0x0000003f 
+ 00025837  0x00006b05 store  0x00000002 , 0x000001f5 
+ 00025838  0x00006b06 bpatchx  0x0000008e , 0x00004031 
+ 00025839  0x00006b07 jam  0x00000002 , 0x00008088 
+ 00025840  0x00006b08 jam  0x00000000 , 0x0000808e 
+ 00025841  0x00006b09 jam  0x00000002 , 0x00008006 
+ 00025842  0x00006b0a branch  0x000064fc 
+ 00025843  0x00006b0e force  0x00000001 , 0x00000002 
+ 00025844  0x00006b12 store  0x00000001 , 0x000001f5 
+ 00025845  0x00006b13 bpatchx  0x0000008f , 0x00004031 
+ 00025846  0x00006b14 jam  0x00000001 , 0x00008088 
+ 00025847  0x00006b15 hstoret  0x00000002 , 0x0000808e 
+ 00025848  0x00006b16 jam  0x00000002 , 0x00008006 
+ 00025849  0x00006b17 call  0x000064fc 
+ 00025850  0x00006b18 fetch  0x00000001 , 0x000001fa 
+ 00025851  0x00006b19 rtn 
+ 00025852  0x00006b1c fetch  0x00000002 , 0x000040d6 
+ 00025853  0x00006b1d increase  0x00000001 , 0x0000003f 
+ 00025854  0x00006b1e store  0x00000002 , 0x000040d6 
+ 00025855  0x00006b1f hfetch  0x00000001 , 0x0000812c 
+ 00025856  0x00006b20 bbit0  0x00000003 , 0x000064fc 
+ 00025857  0x00006b21 rtn 
+ 00025858  0x00006b24 jam  0x00000040 , 0x00008086 
+ 00025859  0x00006b25 jam  0x00000000 , 0x00008087 
+ 00025860  0x00006b26 hfetch  0x00000001 , 0x00008081 
+ 00025861  0x00006b27 set0  0x00000000 , 0x0000003f 
+ 00025862  0x00006b28 set1  0x00000001 , 0x0000003f 
+ 00025863  0x00006b29 hstore  0x00000001 , 0x00008081 
+ 00025864  0x00006b2a setarg  0x00000000 
+ 00025865  0x00006b2b store  0x00000004 , 0x000001f5 
+ 00025866  0x00006b2c rtn 
+ 00025867  0x00006b30 setarg  0x00000000 
+ 00025868  0x00006b31 hstore  0x00000002 , 0x0000808e 
+ 00025869  0x00006b32 setarg  0x00000001 
+ 00025870  0x00006b33 hstore  0x00000002 , 0x00008088 
+ 00025871  0x00006b34 setarg  0x000001f5 
+ 00025872  0x00006b35 hstore  0x00000002 , 0x0000808a 
+ 00025873  0x00006b36 jam  0x00000006 , 0x000001f5 
+ 00025874  0x00006b37 jam  0x00000002 , 0x00008006 
+ 00025875  0x00006b38 branch  0x000064fc 
+ 00025876  0x00006b48 disable  0x00000028 
+ 00025877  0x00006b49 copy  0x0000003f , 0x00000012 
+ 00025878  0x00006b4a fetch  0x00000001 , 0x00004239 
+ 00025879  0x00006b4b rtnne  0x00000000 
+ 00025880  0x00006b4c enable  0x00000028 
+ 00025881  0x00006b4d copy  0x00000012 , 0x0000003f 
+ 00025882  0x00006b4e branch  0x00006522 
+ 00025883  0x00006b52 fetch  0x00000001 , 0x00004239 
+ 00025884  0x00006b53 beq  0x00000001 , 0x00006522 
+ 00025885  0x00006b54 beq  0x00000002 , 0x00006528 
+ 00025886  0x00006b55 beq  0x00000003 , 0x00006530 
+ 00025887  0x00006b56 beq  0x00000004 , 0x00006537 
+ 00025888  0x00006b57 beq  0x00000005 , 0x0000653d 
+ 00025889  0x00006b58 rtn 
+ 00025890  0x00006b5b store  0x00000003 , 0x00004232 
+ 00025891  0x00006b5c copy  0x00000011 , 0x0000003f 
+ 00025892  0x00006b5d store  0x00000002 , 0x00004235 
+ 00025893  0x00006b5e storet  0x00000002 , 0x00004237 
+ 00025894  0x00006b5f jam  0x00000002 , 0x00004239 
+ 00025895  0x00006b60 branch  0x00006502 
+ 00025896  0x00006b62 call  0x00006502 
+ 00025897  0x00006b63 jam  0x00000003 , 0x00004239 
+ 00025898  0x00006b64 call  0x0000650b 
+ 00025899  0x00006b65 arg  0x000001f5 , 0x00000011 
+ 00025900  0x00006b66 fetch  0x00000003 , 0x00004232 
+ 00025901  0x00006b67 jam  0x00000004 , 0x00008088 
+ 00025902  0x00006b68 arg  0x00000020 , 0x00000002 
+ 00025903  0x00006b69 branch  0x00006556 
+ 00025904  0x00006b6c call  0x00006502 
+ 00025905  0x00006b6d call  0x0000650b 
+ 00025906  0x00006b6e setarg  0x00000005 
+ 00025907  0x00006b6f call  0x000064f3 
+ 00025908  0x00006b70 rtnbit1  0x00000000 
+ 00025909  0x00006b71 jam  0x00000004 , 0x00004239 
+ 00025910  0x00006b72 rtn 
+ 00025911  0x00006b74 call  0x00006502 
+ 00025912  0x00006b75 jam  0x00000005 , 0x00004239 
+ 00025913  0x00006b76 call  0x0000650b 
+ 00025914  0x00006b77 call  0x0000654a 
+ 00025915  0x00006b78 call  0x00006552 
+ 00025916  0x00006b79 branch  0x00006545 
+ 00025917  0x00006b7b call  0x00006502 
+ 00025918  0x00006b7c call  0x0000650b 
+ 00025919  0x00006b7d setarg  0x00000005 
+ 00025920  0x00006b7e call  0x000064f3 
+ 00025921  0x00006b7f rtnbit1  0x00000000 
+ 00025922  0x00006b80 jam  0x00000000 , 0x00004239 
+ 00025923  0x00006b81 fetch  0x00000002 , 0x00004201 
+ 00025924  0x00006b82 branch  0x00007f9c 
+ 00025925  0x00006b84 fetch  0x00000004 , 0x00000aa2 
+ 00025926  0x00006b85 fetcht  0x00000002 , 0x00004235 
+ 00025927  0x00006b86 increase  0xfffffffc , 0x00000002 
+ 00025928  0x00006b87 istore  0x00000004 , 0x00000002 
+ 00025929  0x00006b88 rtn 
+ 00025930  0x00006b8a fetcht  0x00000002 , 0x00004235 
+ 00025931  0x00006b8b copy  0x00000002 , 0x00000011 
+ 00025932  0x00006b8c increase  0xfffffffc , 0x00000002 
+ 00025933  0x00006b8d ifetch  0x00000004 , 0x00000002 
+ 00025934  0x00006b8e store  0x00000004 , 0x00000aa2 
+ 00025935  0x00006b8f fetcht  0x00000002 , 0x00004237 
+ 00025936  0x00006b90 fetch  0x00000003 , 0x00004232 
+ 00025937  0x00006b91 rtn 
+ 00025938  0x00006b96 increase  0x00000004 , 0x00000002 
+ 00025939  0x00006b97 hstoret  0x00000002 , 0x00008088 
+ 00025940  0x00006b98 arg  0x00000002 , 0x00000002 
+ 00025941  0x00006b99 increase  0xfffffffc , 0x00000011 
+ 00025942  0x00006b9c istoret  0x00000001 , 0x00000011 
+ 00025943  0x00006b9d rshift16  0x0000003f , 0x00000002 
+ 00025944  0x00006b9e istoret  0x00000001 , 0x00000005 
+ 00025945  0x00006b9f rshift8  0x0000003f , 0x00000002 
+ 00025946  0x00006ba0 istoret  0x00000001 , 0x00000005 
+ 00025947  0x00006ba1 istore  0x00000001 , 0x00000005 
+ 00025948  0x00006ba2 deposit  0x00000011 
+ 00025949  0x00006ba3 hstore  0x00000002 , 0x0000808a 
+ 00025950  0x00006ba4 setarg  0x00000000 
+ 00025951  0x00006ba5 hstore  0x00000002 , 0x0000808e 
+ 00025952  0x00006ba6 jam  0x00000002 , 0x00008006 
+ 00025953  0x00006ba7 branch  0x000064fc 
+ 00025954  0x00006bac hstoret  0x00000002 , 0x0000808e 
+ 00025955  0x00006bad rshift16  0x0000003f , 0x00000002 
+ 00025956  0x00006bae storet  0x00000001 , 0x000001f6 
+ 00025957  0x00006baf rshift8  0x0000003f , 0x00000002 
+ 00025958  0x00006bb0 storet  0x00000001 , 0x000001f7 
+ 00025959  0x00006bb1 store  0x00000001 , 0x000001f8 
+ 00025960  0x00006bb2 setarg  0x00000004 
+ 00025961  0x00006bb3 hstore  0x00000002 , 0x00008088 
+ 00025962  0x00006bb4 jam  0x00000003 , 0x000001f5 
+ 00025963  0x00006bb5 setarg  0x000001f5 
+ 00025964  0x00006bb6 hstore  0x00000002 , 0x0000808a 
+ 00025965  0x00006bb7 deposit  0x00000011 
+ 00025966  0x00006bb8 hstore  0x00000002 , 0x0000808c 
+ 00025967  0x00006bb9 hfetch  0x00000001 , 0x00008086 
+ 00025968  0x00006bba isolate0  0x0000000f , 0x00000011 
+ 00025969  0x00006bbb setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00025970  0x00006bbc hstore  0x00000001 , 0x00008086 
+ 00025971  0x00006bbd jam  0x00000002 , 0x00008006 
+ 00025972  0x00006bbf hfetch  0x00000001 , 0x0000812c 
+ 00025973  0x00006bc0 bbit1  0x00000007 , 0x00006574 
+ 00025974  0x00006bc1 arg  0x00000003 , 0x00000007 
+ 00025975  0x00006bc2 branch  0x000064fc 
+ 00025976  0x00006bc7 hstoret  0x00000002 , 0x0000808e 
+ 00025977  0x00006bc8 setarg  0x00000004 
+ 00025978  0x00006bc9 hstore  0x00000002 , 0x00008088 
+ 00025979  0x00006bca jam  0x00000003 , 0x000001f5 
+ 00025980  0x00006bcb setarg  0x000001f5 
+ 00025981  0x00006bcc hstore  0x00000002 , 0x0000808a 
+ 00025982  0x00006bcd deposit  0x00000011 
+ 00025983  0x00006bce hstore  0x00000002 , 0x0000808c 
+ 00025984  0x00006bcf hfetch  0x00000001 , 0x00008086 
+ 00025985  0x00006bd0 isolate0  0x0000000f , 0x00000011 
+ 00025986  0x00006bd1 setflag  0x00000001 , 0x00000006 , 0x0000003f 
+ 00025987  0x00006bd2 hstore  0x00000001 , 0x00008086 
+ 00025988  0x00006bd3 jam  0x00000002 , 0x00008006 
+ 00025989  0x00006bd5 hfetch  0x00000001 , 0x0000812c 
+ 00025990  0x00006bd6 bbit1  0x00000007 , 0x00006585 
+ 00025991  0x00006bd7 arg  0x00000003 , 0x00000007 
+ 00025992  0x00006bd8 call  0x000064c0 
+ 00025993  0x00006bd9 call  0x000064fc 
+ 00025994  0x00006bda isolate1  0x00000002 , 0x0000003f 
+ 00025995  0x00006bdb call  0x000064b9 
+ 00025996  0x00006bdc fetch  0x00000001 , 0x000001f6 
+ 00025997  0x00006bdd lshift16  0x0000003f , 0x00000012 
+ 00025998  0x00006bde fetch  0x00000001 , 0x000001f7 
+ 00025999  0x00006bdf lshift8  0x0000003f , 0x0000003f 
+ 00026000  0x00006be0 ior  0x00000012 , 0x00000012 
+ 00026001  0x00006be1 fetch  0x00000001 , 0x000001f8 
+ 00026002  0x00006be2 ior  0x00000012 , 0x0000003f 
+ 00026003  0x00006be3 iadd  0x00000002 , 0x0000003f 
+ 00026004  0x00006be4 store  0x00000001 , 0x000001f8 
+ 00026005  0x00006be5 rshift8  0x0000003f , 0x0000003f 
+ 00026006  0x00006be6 store  0x00000001 , 0x000001f7 
+ 00026007  0x00006be7 rshift8  0x0000003f , 0x0000003f 
+ 00026008  0x00006be8 store  0x00000001 , 0x000001f6 
+ 00026009  0x00006be9 rtn 
+ 00026010  0x00006bef jam  0x00000001 , 0x00008010 
+ 00026011  0x00006bf0 rtn 
+ 00026012  0x00006bf7 jam  0x0000000c , 0x00008091 
+ 00026013  0x00006bf8 jam  0x0000000d , 0x00008092 
+ 00026014  0x00006bf9 jam  0x0000000d , 0x00008093 
+ 00026015  0x00006bfa jam  0x0000000d , 0x00008094 
+ 00026016  0x00006bfb jam  0x0000000d , 0x00008095 
+ 00026017  0x00006bfc jam  0x0000000c , 0x00008096 
+ 00026018  0x00006bfd branch  0x000065a9 
+ 00026019  0x00006c01 jam  0x00000005 , 0x00008091 
+ 00026020  0x00006c02 jam  0x00000007 , 0x00008092 
+ 00026021  0x00006c03 jam  0x00000007 , 0x00008093 
+ 00026022  0x00006c04 jam  0x00000007 , 0x00008094 
+ 00026023  0x00006c05 jam  0x00000007 , 0x00008095 
+ 00026024  0x00006c06 jam  0x00000005 , 0x00008096 
+ 00026025  0x00006c08 hfetch  0x00000001 , 0x0000807b 
+ 00026026  0x00006c09 or_into  0x000000c0 , 0x0000003f 
+ 00026027  0x00006c0a hstore  0x00000001 , 0x0000807b 
+ 00026028  0x00006c0b hfetch  0x00000001 , 0x00008081 
+ 00026029  0x00006c0c or_into  0x00000010 , 0x0000003f 
+ 00026030  0x00006c0d hstore  0x00000001 , 0x00008081 
+ 00026031  0x00006c0e rtn 
+ 00026032  0x00006c13 hfetch  0x00000001 , 0x0000812c 
+ 00026033  0x00006c14 bbit0  0x00000005 , 0x000065b0 
+ 00026034  0x00006c15 rtn 
+ 00026035  0x00006c1e hstore  0x00000002 , 0x00008098 
+ 00026036  0x00006c1f deposit  0x00000011 
+ 00026037  0x00006c20 hstore  0x00000002 , 0x0000809a 
+ 00026038  0x00006c21 deposit  0x00000012 
+ 00026039  0x00006c22 hstore  0x00000002 , 0x0000809c 
+ 00026040  0x00006c23 deposit  0x00000002 
+ 00026041  0x00006c24 hstore  0x00000002 , 0x0000809e 
+ 00026042  0x00006c25 arg  0x00000001 , 0x00000002 
+ 00026043  0x00006c26 nsetflag  0x00000034 , 0x00000001 , 0x00000002 
+ 00026044  0x00006c27 hstore  0x00000001 , 0x00008090 
+ 00026045  0x00006c28 jam  0x00000004 , 0x00008006 
+ 00026046  0x00006c29 branch  0x000065b0 
+ 00026047  0x00006c2d set1  0x00000028 , 0x00000000 
+ 00026048  0x00006c2e jam  0x00000008 , 0x00004211 
+ 00026049  0x00006c2f rtn 
+ 00026050  0x00006c32 set0  0x00000028 , 0x00000000 
+ 00026051  0x00006c33 jam  0x00000020 , 0x00004211 
+ 00026052  0x00006c34 rtn 
+ 00026053  0x00006c38 fetch  0x00000001 , 0x00004203 
+ 00026054  0x00006c39 iadd  0x00000012 , 0x0000003f 
+ 00026055  0x00006c3a store  0x00000001 , 0x000001f7 
+ 00026056  0x00006c3b branch  0x000065cc 
+ 00026057  0x00006c3e fetch  0x00000002 , 0x000001f7 
+ 00026058  0x00006c3f byteswap  0x0000003f , 0x0000003f 
+ 00026059  0x00006c40 store  0x00000001 , 0x000001f7 
+ 00026060  0x00006c46 setarg  0x00000003 
+ 00026061  0x00006c47 hstore  0x00000002 , 0x00008098 
+ 00026062  0x00006c48 jam  0x000000a0 , 0x000001f6 
+ 00026063  0x00006c49 jam  0x000000a1 , 0x000001f8 
+ 00026064  0x00006c4a branch  0x000065eb 
+ 00026065  0x00006c51 storet  0x00000002 , 0x00000aa2 
+ 00026066  0x00006c52 call  0x000065d6 
+ 00026067  0x00006c53 fetcht  0x00000002 , 0x00000aa2 
+ 00026068  0x00006c54 call  0x00006606 
+ 00026069  0x00006c55 branch  0x000065dd 
+ 00026070  0x00006c58 fetch  0x00000001 , 0x0000423a 
+ 00026071  0x00006c59 rtneq  0x000000ff 
+ 00026072  0x00006c5a bbit0  0x00000006 , 0x000065db 
+ 00026073  0x00006c5b setarg  0x000249f0 
+ 00026074  0x00006c5c call  0x00002a8f 
+ 00026075  0x00006c5e fetcht  0x00000001 , 0x0000423a 
+ 00026076  0x00006c5f branch  0x00006829 
+ 00026077  0x00006c62 fetcht  0x00000001 , 0x0000423a 
+ 00026078  0x00006c63 branch  0x00006825 
+ 00026079  0x00006c69 bpatchx  0x00000090 , 0x00004032 
+ 00026080  0x00006c6a bmark1  0x00000028 , 0x000065c5 
+ 00026081  0x00006c6b fetch  0x00000002 , 0x00004203 
+ 00026082  0x00006c6c iadd  0x00000012 , 0x0000003f 
+ 00026083  0x00006c6d byteswap  0x0000003f , 0x0000003f 
+ 00026084  0x00006c6e store  0x00000002 , 0x000001f7 
+ 00026085  0x00006c72 bpatchx  0x00000091 , 0x00004032 
+ 00026086  0x00006c73 bmark1  0x00000028 , 0x000065c9 
+ 00026087  0x00006c74 setarg  0x00000004 
+ 00026088  0x00006c75 hstore  0x00000002 , 0x00008098 
+ 00026089  0x00006c76 jam  0x000000a0 , 0x000001f6 
+ 00026090  0x00006c77 jam  0x000000a1 , 0x000001f9 
+ 00026091  0x00006c79 setarg  0x000001f6 
+ 00026092  0x00006c7a hstore  0x00000002 , 0x0000809a 
+ 00026093  0x00006c7b hstoret  0x00000002 , 0x0000809e 
+ 00026094  0x00006c7c deposit  0x00000011 
+ 00026095  0x00006c7d hstore  0x00000002 , 0x0000809c 
+ 00026096  0x00006c7e setarg  0x00000002 
+ 00026097  0x00006c7f isolate0  0x0000000f , 0x00000011 
+ 00026098  0x00006c80 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00026099  0x00006c81 hstore  0x00000001 , 0x00008090 
+ 00026100  0x00006c82 jam  0x00000004 , 0x00008006 
+ 00026101  0x00006c83 arg  0x00000005 , 0x00000007 
+ 00026102  0x00006c84 call  0x000064c0 
+ 00026103  0x00006c85 call  0x000065b0 
+ 00026104  0x00006c86 isolate1  0x00000004 , 0x0000003f 
+ 00026105  0x00006c87 call  0x000064b9 
+ 00026106  0x00006c88 bmark1  0x00000028 , 0x00006601 
+ 00026107  0x00006c89 fetch  0x00000002 , 0x000001f7 
+ 00026108  0x00006c8a byteswap  0x0000003f , 0x0000003f 
+ 00026109  0x00006c8b iadd  0x00000002 , 0x0000003f 
+ 00026110  0x00006c8c byteswap  0x0000003f , 0x0000003f 
+ 00026111  0x00006c8d store  0x00000002 , 0x000001f7 
+ 00026112  0x00006c8e rtn 
+ 00026113  0x00006c91 fetch  0x00000001 , 0x000001f7 
+ 00026114  0x00006c92 iadd  0x00000002 , 0x0000003f 
+ 00026115  0x00006c93 byteswap  0x0000003f , 0x0000003f 
+ 00026116  0x00006c94 store  0x00000002 , 0x000001f7 
+ 00026117  0x00006c95 rtn 
+ 00026118  0x00006c9c fetch  0x00000002 , 0x00004203 
+ 00026119  0x00006c9d iadd  0x00000012 , 0x0000003f 
+ 00026120  0x00006ca1 store  0x00000002 , 0x00000a9a 
+ 00026121  0x00006ca2 bpatchx  0x00000092 , 0x00004032 
+ 00026122  0x00006ca3 storet  0x00000002 , 0x00000aa2 
+ 00026123  0x00006ca4 copy  0x00000011 , 0x0000003f 
+ 00026124  0x00006ca5 store  0x00000002 , 0x00000ab9 
+ 00026125  0x00006ca7 call  0x0000661d 
+ 00026126  0x00006ca9 fetcht  0x00000002 , 0x00000ab2 
+ 00026127  0x00006caa fetch  0x00000002 , 0x00000ab9 
+ 00026128  0x00006cab copy  0x0000003f , 0x00000011 
+ 00026129  0x00006cac fetch  0x00000002 , 0x00000a9a 
+ 00026130  0x00006cae call  0x0000663d 
+ 00026131  0x00006cb0 fetch  0x00000002 , 0x00000ab2 
+ 00026132  0x00006cb1 fetcht  0x00000002 , 0x00000ab9 
+ 00026133  0x00006cb2 iadd  0x00000002 , 0x00000002 
+ 00026134  0x00006cb3 storet  0x00000002 , 0x00000ab9 
+ 00026135  0x00006cb4 fetcht  0x00000002 , 0x00000a9a 
+ 00026136  0x00006cb5 iadd  0x00000002 , 0x00000002 
+ 00026137  0x00006cb6 storet  0x00000002 , 0x00000a9a 
+ 00026138  0x00006cb7 fetch  0x00000002 , 0x00000aa2 
+ 00026139  0x00006cb8 nbranch  0x0000660d , 0x00000034 
+ 00026140  0x00006cb9 rtn 
+ 00026141  0x00006cc2 bpatchx  0x00000093 , 0x00004032 
+ 00026142  0x00006cc3 fetch  0x00000001 , 0x00004211 
+ 00026143  0x00006cc4 increase  0xffffffff , 0x0000003f 
+ 00026144  0x00006cc5 fetcht  0x00000002 , 0x00000a9a 
+ 00026145  0x00006cc6 ior  0x00000002 , 0x0000003f 
+ 00026146  0x00006cc7 increase  0x00000001 , 0x0000003f 
+ 00026147  0x00006cc8 store  0x00000003 , 0x00000ab6 
+ 00026148  0x00006cca fetch  0x00000002 , 0x00000aa2 
+ 00026149  0x00006ccb iadd  0x00000002 , 0x0000003f 
+ 00026150  0x00006ccd fetcht  0x00000003 , 0x00000ab6 
+ 00026151  0x00006cce isub  0x00000002 , 0x0000003f 
+ 00026152  0x00006ccf nbranch  0x0000662f , 0x00000002 
+ 00026153  0x00006cd0 store  0x00000002 , 0x00000aa2 
+ 00026154  0x00006cd1 fetch  0x00000003 , 0x00000ab6 
+ 00026155  0x00006cd2 fetcht  0x00000002 , 0x00000a9a 
+ 00026156  0x00006cd3 isub  0x00000002 , 0x0000003f 
+ 00026157  0x00006cd4 store  0x00000002 , 0x00000ab2 
+ 00026158  0x00006cd5 rtn 
+ 00026159  0x00006cd7 fetch  0x00000002 , 0x00000aa2 
+ 00026160  0x00006cd8 store  0x00000002 , 0x00000ab2 
+ 00026161  0x00006cd9 setarg  0x00000000 
+ 00026162  0x00006cda store  0x00000002 , 0x00000aa2 
+ 00026163  0x00006cdb rtn 
+ 00026164  0x00006cde increase  0x00000002 , 0x00000002 
+ 00026165  0x00006cdf hstoret  0x00000002 , 0x00008098 
+ 00026166  0x00006ce0 increase  0xfffffffe , 0x00000011 
+ 00026167  0x00006ce1 ifetcht  0x00000003 , 0x00000011 
+ 00026168  0x00006ce2 copy  0x00000002 , 0x00000012 
+ 00026169  0x00006ce3 arg  0x000000a0 , 0x00000002 
+ 00026170  0x00006ce4 istoret  0x00000001 , 0x00000011 
+ 00026171  0x00006ce6 istore  0x00000001 , 0x00000005 
+ 00026172  0x00006ce7 branch  0x0000664a 
+ 00026173  0x00006ceb copy  0x0000003f , 0x00000012 
+ 00026174  0x00006cec bpatchx  0x00000094 , 0x00004032 
+ 00026175  0x00006ced bmark1  0x00000028 , 0x00006634 
+ 00026176  0x00006cee copy  0x00000012 , 0x0000003f 
+ 00026177  0x00006cef increase  0x00000003 , 0x00000002 
+ 00026178  0x00006cf0 hstoret  0x00000002 , 0x00008098 
+ 00026179  0x00006cf1 increase  0xfffffffd , 0x00000011 
+ 00026180  0x00006cf2 ifetcht  0x00000003 , 0x00000011 
+ 00026181  0x00006cf3 copy  0x00000002 , 0x00000012 
+ 00026182  0x00006cf4 arg  0x000000a0 , 0x00000002 
+ 00026183  0x00006cf5 istoret  0x00000001 , 0x00000011 
+ 00026184  0x00006cf6 byteswap  0x0000003f , 0x0000003f 
+ 00026185  0x00006cf7 istore  0x00000002 , 0x00000005 
+ 00026186  0x00006cf9 deposit  0x00000011 
+ 00026187  0x00006cfa hstore  0x00000002 , 0x0000809a 
+ 00026188  0x00006cfb setarg  0x00000000 
+ 00026189  0x00006cfc hstore  0x00000002 , 0x0000809e 
+ 00026190  0x00006cfd jam  0x00000001 , 0x00008090 
+ 00026191  0x00006cfe jam  0x00000004 , 0x00008006 
+ 00026192  0x00006cff call  0x000065b0 
+ 00026193  0x00006d00 copy  0x00000012 , 0x0000003f 
+ 00026194  0x00006d01 istore  0x00000003 , 0x00000011 
+ 00026195  0x00006d04 bpatchx  0x00000095 , 0x00004032 
+ 00026196  0x00006d05 jam  0x00000000 , 0x000001f9 
+ 00026197  0x00006d07 setarg  0x00000001 
+ 00026198  0x00006d08 hstore  0x00000002 , 0x00008098 
+ 00026199  0x00006d09 jam  0x000000a0 , 0x000001f6 
+ 00026200  0x00006d0a setarg  0x000001f6 
+ 00026201  0x00006d0b hstore  0x00000002 , 0x0000809a 
+ 00026202  0x00006d0c setarg  0x00000000 
+ 00026203  0x00006d0d hstore  0x00000002 , 0x0000809e 
+ 00026204  0x00006d0e hstore  0x00000002 , 0x0000809c 
+ 00026205  0x00006d0f setarg  0x00000003 
+ 00026206  0x00006d10 hstore  0x00000001 , 0x00008090 
+ 00026207  0x00006d11 jam  0x00000004 , 0x00008006 
+ 00026208  0x00006d12 call  0x000065b0 
+ 00026209  0x00006d13 hfetch  0x00000001 , 0x0000812c 
+ 00026210  0x00006d14 rtnbit0  0x00000006 
+ 00026211  0x00006d15 nop  0x000005dc 
+ 00026212  0x00006d16 fetch  0x00000001 , 0x000001f9 
+ 00026213  0x00006d17 increase  0x00000001 , 0x0000003f 
+ 00026214  0x00006d18 store  0x00000001 , 0x000001f9 
+ 00026215  0x00006d19 sub  0x0000003f , 0x00000028 , 0x0000003e 
+ 00026216  0x00006d1a nrtn  0x00000002 
+ 00026217  0x00006d1b branch  0x00006655 
+ 00026218  0x00006d20 jam  0x00000070 , 0x00008973 
+ 00026219  0x00006d21 nop  0x00000bb8 
+ 00026220  0x00006d22 rtn 
+ 00026221  0x00006d25 jam  0x00000030 , 0x00008973 
+ 00026222  0x00006d26 rtn 
+ 00026223  0x00006d29 lshift3  0x0000003f , 0x0000003f 
+ 00026224  0x00006d2a hstore  0x00000002 , 0x00008045 
+ 00026225  0x00006d2b jam  0x00000000 , 0x0000804b 
+ 00026226  0x00006d2c rtn 
+ 00026227  0x00006d30 call  0x0000666f 
+ 00026228  0x00006d31 call  0x000066a0 
+ 00026229  0x00006d33 ifetcht  0x00000001 , 0x00000011 
+ 00026230  0x00006d34 increase  0x00000001 , 0x00000011 
+ 00026231  0x00006d35 force  0x00000000 , 0x00000007 
+ 00026232  0x00006d37 qisolate0  0x00000002 
+ 00026233  0x00006d38 branch  0x00006697 , 0x00000001 
+ 00026234  0x00006d39 hfetch  0x00000001 , 0x00008046 
+ 00026235  0x00006d3a set1  0x00000006 , 0x0000003f 
+ 00026236  0x00006d3b set1  0x00000007 , 0x0000003f 
+ 00026237  0x00006d3c hstore  0x00000001 , 0x00008046 
+ 00026238  0x00006d3d jam  0x00000002 , 0x00008047 
+ 00026239  0x00006d3e jam  0x00000082 , 0x00008047 
+ 00026240  0x00006d3f set0  0x00000007 , 0x0000003f 
+ 00026241  0x00006d40 hstore  0x00000001 , 0x00008046 
+ 00026242  0x00006d41 jam  0x0000008a , 0x00008047 
+ 00026243  0x00006d42 nop  0x0000000b 
+ 00026244  0x00006d43 jam  0x000000ca , 0x00008047 
+ 00026245  0x00006d44 nop  0x00000021 
+ 00026246  0x00006d45 jam  0x0000004a , 0x00008047 
+ 00026247  0x00006d46 nop  0x0000002c 
+ 00026248  0x00006d47 jam  0x000000ca , 0x00008047 
+ 00026249  0x00006d48 nop  0x00000016 
+ 00026250  0x00006d49 jam  0x0000008a , 0x00008047 
+ 00026251  0x00006d4a nop  0x00000021 
+ 00026252  0x00006d4b jam  0x00000082 , 0x00008047 
+ 00026253  0x00006d4c nop  0x00000001 
+ 00026254  0x00006d4d jam  0x00000092 , 0x00008047 
+ 00026255  0x00006d4e nop  0x0000000a 
+ 00026256  0x00006d4f jam  0x000000b2 , 0x00008047 
+ 00026257  0x00006d50 hfetch  0x00000001 , 0x00008007 
+ 00026258  0x00006d51 jam  0x00000092 , 0x00008047 
+ 00026259  0x00006d52 nop  0x00000001 
+ 00026260  0x00006d53 jam  0x00000082 , 0x00008047 
+ 00026261  0x00006d54 qisolate0  0x0000003f 
+ 00026262  0x00006d55 branch  0x00006678 , 0x00000001 
+ 00026263  0x00006d57 hfetch  0x00000002 , 0x00008045 
+ 00026264  0x00006d58 increase  0x00000001 , 0x0000003f 
+ 00026265  0x00006d59 hstore  0x00000002 , 0x00008045 
+ 00026266  0x00006d5a increase  0x00000001 , 0x00000007 
+ 00026267  0x00006d5b compare  0x00000008 , 0x00000007 , 0x0000000f 
+ 00026268  0x00006d5c nbranch  0x00006678 , 0x00000001 
+ 00026269  0x00006d5d loop  0x00006675 
+ 00026270  0x00006d5e jam  0x00000083 , 0x00008047 
+ 00026271  0x00006d5f rtn 
+ 00026272  0x00006d62 jam  0x00000082 , 0x00008047 
+ 00026273  0x00006d63 nop  0x0000000c 
+ 00026274  0x00006d64 jam  0x00000080 , 0x00008047 
+ 00026275  0x00006d65 jam  0x00000082 , 0x00008047 
+ 00026276  0x00006d66 nop  0x00000096 
+ 00026277  0x00006d67 rtn 
+ 00026278  0x00006d6b call  0x000066a0 
+ 00026279  0x00006d6c jam  0x000000a2 , 0x00008047 
+ 00026280  0x00006d6d deposit  0x00000011 
+ 00026281  0x00006d6e hstore  0x00000002 , 0x00008048 
+ 00026282  0x00006d6f set1  0x0000000b , 0x00000002 
+ 00026283  0x00006d70 isolate0  0x0000000f , 0x0000003f 
+ 00026284  0x00006d71 setflag  0x00000001 , 0x0000000f , 0x00000002 
+ 00026285  0x00006d72 hstoret  0x00000002 , 0x0000804a 
+ 00026286  0x00006d73 jam  0x00000001 , 0x00008006 
+ 00026287  0x00006d74 rtn 
+ 00026288  0x00006d77 hfetch  0x00000001 , 0x0000812c 
+ 00026289  0x00006d78 bbit0  0x00000001 , 0x000066b0 
+ 00026290  0x00006d79 rtn 
+ 00026291  0x00006d7d call  0x0000666f 
+ 00026292  0x00006d7e call  0x000066a6 
+ 00026293  0x00006d7f call  0x000066b0 
+ 00026294  0x00006d80 jam  0x00000083 , 0x00008047 
+ 00026295  0x00006d81 rtn 
+ 00026296  0x00006d87 hfetch  0x00000002 , 0x00008124 
+ 00026297  0x00006d88 hstore  0x00000002 , 0x00008045 
+ 00026298  0x00006d89 call  0x000066a6 
+ 00026299  0x00006d8a arg  0x00000001 , 0x00000007 
+ 00026300  0x00006d8b call  0x000064c0 
+ 00026301  0x00006d8c call  0x000066b0 
+ 00026302  0x00006d8d isolate1  0x00000000 , 0x0000003f 
+ 00026303  0x00006d8e call  0x000064b9 
+ 00026304  0x00006d8f jam  0x00000083 , 0x00008047 
+ 00026305  0x00006d90 rtn 
+ 00026306  0x00006d94 hfetch  0x00000002 , 0x0000805e 
+ 00026307  0x00006d95 iforce  0x0000000a 
+ 00026308  0x00006d96 rtn 
+ 00026309  0x00006d99 deposit  0x0000000a 
+ 00026310  0x00006d9a hstore  0x00000002 , 0x0000805e 
+ 00026311  0x00006d9b rtn 
+ 00026312  0x00006d9e deposit  0x00000003 
+ 00026313  0x00006d9f hstore  0x00000002 , 0x00008058 
+ 00026314  0x00006da0 rtn 
+ 00026315  0x00006da3 hfetch  0x00000002 , 0x00008058 
+ 00026316  0x00006da4 copy  0x0000003f , 0x00000003 
+ 00026317  0x00006da5 rtn 
+ 00026318  0x00006da8 fetch  0x00000002 , 0x00004243 
+ 00026319  0x00006da9 hstore  0x00000002 , 0x00008052 
+ 00026320  0x00006daa rtn 
+ 00026321  0x00006dad deposit  0x00000039 
+ 00026322  0x00006dae rtn  0x00000034 
+ 00026323  0x00006db0 increase  0xfffffff8 , 0x00000039 
+ 00026324  0x00006db1 call  0x000066de , 0x00000002 
+ 00026325  0x00006db2 rtn  0x00000005 
+ 00026326  0x00006db3 branch  0x000066d3 , 0x00000002 
+ 00026327  0x00006db4 increase  0x00000008 , 0x00000039 
+ 00026328  0x00006db6 increase  0xfffffffc , 0x00000039 
+ 00026329  0x00006db7 call  0x000066e1 , 0x00000002 
+ 00026330  0x00006db8 rtn  0x00000005 
+ 00026331  0x00006db9 branch  0x000066d8 , 0x00000002 
+ 00026332  0x00006dba increase  0x00000004 , 0x00000039 
+ 00026333  0x00006dbb branch  0x000066e4 
+ 00026334  0x00006dbe ifetch  0x00000008 , 0x00000006 
+ 00026335  0x00006dbf istore  0x00000008 , 0x0000000a 
+ 00026336  0x00006dc0 rtn 
+ 00026337  0x00006dc3 ifetch  0x00000004 , 0x00000006 
+ 00026338  0x00006dc4 istore  0x00000004 , 0x0000000a 
+ 00026339  0x00006dc5 rtn 
+ 00026340  0x00006dc8 deposit  0x00000039 
+ 00026341  0x00006dc9 rtn  0x00000034 
+ 00026342  0x00006dcb ifetch  0x00000001 , 0x00000006 
+ 00026343  0x00006dcc istore  0x00000001 , 0x0000000a 
+ 00026344  0x00006dcd loop  0x000066e6 
+ 00026345  0x00006dce rtn 
+ 00026346  0x00006dd1 deposit  0x00000039 
+ 00026347  0x00006dd2 rtn  0x00000034 
+ 00026348  0x00006dd4 increase  0xfffffff8 , 0x00000039 
+ 00026349  0x00006dd5 call  0x000066f7 , 0x00000002 
+ 00026350  0x00006dd6 rtn  0x00000005 
+ 00026351  0x00006dd7 branch  0x000066ec , 0x00000002 
+ 00026352  0x00006dd8 increase  0x00000008 , 0x00000039 
+ 00026353  0x00006dda increase  0xfffffffc , 0x00000039 
+ 00026354  0x00006ddb call  0x000066fa , 0x00000002 
+ 00026355  0x00006ddc rtn  0x00000005 
+ 00026356  0x00006ddd branch  0x000066f1 , 0x00000002 
+ 00026357  0x00006dde increase  0x00000004 , 0x00000039 
+ 00026358  0x00006ddf branch  0x000066fd 
+ 00026359  0x00006de2 ifetch  0x00000008 , 0x00000003 
+ 00026360  0x00006de3 istore  0x00000008 , 0x00000005 
+ 00026361  0x00006de4 rtn 
+ 00026362  0x00006de7 ifetch  0x00000004 , 0x00000003 
+ 00026363  0x00006de8 istore  0x00000004 , 0x00000005 
+ 00026364  0x00006de9 rtn 
+ 00026365  0x00006ded deposit  0x00000039 
+ 00026366  0x00006dee rtn  0x00000034 
+ 00026367  0x00006df0 ifetch  0x00000001 , 0x00000003 
+ 00026368  0x00006df1 istore  0x00000001 , 0x00000005 
+ 00026369  0x00006df2 loop  0x000066ff 
+ 00026370  0x00006df3 rtn 
+ 00026371  0x00006df7 deposit  0x00000039 
+ 00026372  0x00006df8 rtn  0x00000034 
+ 00026373  0x00006dfa ifetch  0x00000001 , 0x00000003 
+ 00026374  0x00006dfb istore  0x00000001 , 0x0000000a 
+ 00026375  0x00006dfc loop  0x00006705 
+ 00026376  0x00006dfd rtn 
+ 00026377  0x00006e03 jam  0x0000003d , 0x00000a99 
+ 00026378  0x00006e04 branch  0x00007d86 
+ 00026379  0x00006e08 bpatchx  0x00000096 , 0x00004032 
+ 00026380  0x00006e09 fetch  0x00000001 , 0x00004217 
+ 00026381  0x00006e0a rtn  0x00000034 
+ 00026382  0x00006e0b call  0x000067a3 
+ 00026383  0x00006e0c call  0x000067a9 , 0x00000005 
+ 00026384  0x00006e0d call  0x0000673e 
+ 00026385  0x00006e0f fetch  0x00000001 , 0x00004217 
+ 00026386  0x00006e10 icopy  0x00000013 
+ 00026387  0x00006e11 fetcht  0x00000002 , 0x00004215 
+ 00026388  0x00006e12 storet  0x00000002 , 0x0000018c 
+ 00026389  0x00006e14 copy  0x00000013 , 0x0000003f 
+ 00026390  0x00006e15 branch  0x00006709 , 0x00000034 
+ 00026391  0x00006e16 increase  0xffffffff , 0x00000013 
+ 00026392  0x00006e17 copy  0x00000002 , 0x00000011 
+ 00026393  0x00006e18 ifetch  0x00000001 , 0x00000011 
+ 00026394  0x00006e19 fetcht  0x00000001 , 0x00000184 
+ 00026395  0x00006e1a isub  0x00000002 , 0x0000003e 
+ 00026396  0x00006e1b call  0x00006725 , 0x00000005 
+ 00026397  0x00006e1c branch  0x00006721 , 0x00000002 
+ 00026398  0x00006e1d ifetch  0x00000001 , 0x00000011 
+ 00026399  0x00006e1e increase  0x00000001 , 0x0000003f 
+ 00026400  0x00006e1f istore  0x00000001 , 0x00000011 
+ 00026401  0x00006e21 fetcht  0x00000002 , 0x0000018c 
+ 00026402  0x00006e22 increase  0x00000022 , 0x00000002 
+ 00026403  0x00006e23 storet  0x00000002 , 0x0000018c 
+ 00026404  0x00006e24 branch  0x00006715 
+ 00026405  0x00006e27 setarg  0x00000000 
+ 00026406  0x00006e28 istore  0x00000001 , 0x00000011 
+ 00026407  0x00006e29 fetch  0x00000001 , 0x00000185 
+ 00026408  0x00006e2a istore  0x00000001 , 0x00000005 
+ 00026409  0x00006e2b bne  0x00000033 , 0x00006733 
+ 00026410  0x00006e2c arg  0x000041be , 0x00000012 
+ 00026411  0x00006e2e ifetch  0x00000006 , 0x00000006 
+ 00026412  0x00006e2f istore  0x00000008 , 0x00000005 
+ 00026413  0x00006e30 setarg  0x00000000 
+ 00026414  0x00006e31 istore  0x00000008 , 0x00000005 
+ 00026415  0x00006e32 copy  0x00000012 , 0x00000006 
+ 00026416  0x00006e34 call  0x00007ebf 
+ 00026417  0x00006e35 force  0x00000001 , 0x0000003e 
+ 00026418  0x00006e36 rtn 
+ 00026419  0x00006e39 beq  0x00000036 , 0x00006737 
+ 00026420  0x00006e3a beq  0x00000037 , 0x0000673b 
+ 00026421  0x00006e3b arg  0x00004419 , 0x00000012 
+ 00026422  0x00006e3c branch  0x0000672b 
+ 00026423  0x00006e3f arg  0x000044d5 , 0x00000006 
+ 00026424  0x00006e40 call  0x00007ebf 
+ 00026425  0x00006e42 arg  0x00004419 , 0x00000006 
+ 00026426  0x00006e43 branch  0x00006730 
+ 00026427  0x00006e46 arg  0x000044cd , 0x00000006 
+ 00026428  0x00006e47 call  0x00007ebf 
+ 00026429  0x00006e48 branch  0x00006739 
+ 00026430  0x00006e4c call  0x00007fe9 
+ 00026431  0x00006e4d fetch  0x00000001 , 0x00004217 
+ 00026432  0x00006e4e rtn  0x00000034 
+ 00026433  0x00006e4f fetch  0x00000002 , 0x00004682 
+ 00026434  0x00006e50 bbit1  0x00000000 , 0x00006754 
+ 00026435  0x00006e52 bpatchx  0x00000097 , 0x00004032 
+ 00026436  0x00006e53 fetch  0x00000001 , 0x0000448e 
+ 00026437  0x00006e54 beq  0x00000000 , 0x0000674d 
+ 00026438  0x00006e55 fetch  0x00000001 , 0x00000454 
+ 00026439  0x00006e56 compare  0x000000c0 , 0x0000003f , 0x000000c0 
+ 00026440  0x00006e57 branch  0x0000674d , 0x00000001 
+ 00026441  0x00006e58 compare  0x00000040 , 0x0000003f , 0x000000c0 
+ 00026442  0x00006e59 branch  0x00006752 , 0x00000001 
+ 00026443  0x00006e5a compare  0x00000000 , 0x0000003f , 0x000000c0 
+ 00026444  0x00006e5b branch  0x00006750 , 0x00000001 
+ 00026445  0x00006e5d jam  0x00000035 , 0x00000185 
+ 00026446  0x00006e5e fetch  0x00000006 , 0x0000044f 
+ 00026447  0x00006e5f branch  0x00006757 
+ 00026448  0x00006e62 jam  0x00000037 , 0x00000185 
+ 00026449  0x00006e63 branch  0x00006757 
+ 00026450  0x00006e67 jam  0x00000036 , 0x00000185 
+ 00026451  0x00006e68 branch  0x00006757 
+ 00026452  0x00006e6c bpatchx  0x00000098 , 0x00004033 
+ 00026453  0x00006e6d jam  0x00000033 , 0x00000185 
+ 00026454  0x00006e6e fetch  0x00000006 , 0x00000040 
+ 00026455  0x00006e70 store  0x00000006 , 0x00000186 
+ 00026456  0x00006e71 fetch  0x00000002 , 0x00004215 
+ 00026457  0x00006e72 ifetcht  0x00000001 , 0x0000003f 
+ 00026458  0x00006e73 pincrease  0x00000001 
+ 00026459  0x00006e74 store  0x00000002 , 0x0000018c 
+ 00026460  0x00006e75 storet  0x00000001 , 0x00000184 
+ 00026461  0x00006e76 fetch  0x00000001 , 0x00004217 
+ 00026462  0x00006e77 icopy  0x00000013 
+ 00026463  0x00006e79 fetch  0x00000002 , 0x0000018c 
+ 00026464  0x00006e7a copy  0x0000003f , 0x00000011 
+ 00026465  0x00006e7b call  0x0000676f 
+ 00026466  0x00006e7c rtn  0x00000028 
+ 00026467  0x00006e7d fetcht  0x00000002 , 0x0000018c 
+ 00026468  0x00006e7e increase  0x00000022 , 0x00000002 
+ 00026469  0x00006e7f storet  0x00000002 , 0x0000018c 
+ 00026470  0x00006e80 increase  0xffffffff , 0x00000002 
+ 00026471  0x00006e81 ifetch  0x00000001 , 0x00000002 
+ 00026472  0x00006e82 store  0x00000001 , 0x00000184 
+ 00026473  0x00006e83 increase  0xffffffff , 0x00000013 
+ 00026474  0x00006e84 nbranch  0x0000675f , 0x00000005 
+ 00026475  0x00006e85 fetch  0x00000001 , 0x00004217 
+ 00026476  0x00006e86 pincrease  0xffffffff 
+ 00026477  0x00006e87 store  0x00000001 , 0x00000184 
+ 00026478  0x00006e88 rtn 
+ 00026479  0x00006e8a fetch  0x00000001 , 0x00000185 
+ 00026480  0x00006e8b bne  0x00000033 , 0x00006776 
+ 00026481  0x00006e8d arg  0x00000185 , 0x00000012 
+ 00026482  0x00006e8e arg  0x00000007 , 0x00000039 
+ 00026483  0x00006e8f call  0x00007f88 
+ 00026484  0x00006e90 branch  0x00007fe7 , 0x00000005 
+ 00026485  0x00006e91 rtn 
+ 00026486  0x00006e94 beq  0x00000036 , 0x00006779 
+ 00026487  0x00006e95 beq  0x00000037 , 0x00006794 
+ 00026488  0x00006e96 branch  0x00006771 
+ 00026489  0x00006e99 ifetcht  0x00000001 , 0x00000011 
+ 00026490  0x00006e9a isub  0x00000002 , 0x0000003e 
+ 00026491  0x00006e9b nrtn  0x00000005 
+ 00026492  0x00006e9c arg  0x00000ac2 , 0x00000005 
+ 00026493  0x00006e9d arg  0x00000010 , 0x00000039 
+ 00026494  0x00006e9e call  0x00007ed4 
+ 00026495  0x00006e9f fetch  0x00000003 , 0x00000452 
+ 00026496  0x00006ea0 store  0x00000003 , 0x00000ac2 
+ 00026497  0x00006ea1 call  0x0000678b 
+ 00026498  0x00006ea2 fetch  0x00000002 , 0x00000adf 
+ 00026499  0x00006ea3 byteswap  0x0000003f , 0x0000003f 
+ 00026500  0x00006ea4 lshift8  0x0000003f , 0x00000002 
+ 00026501  0x00006ea5 ifetch  0x00000001 , 0x00000006 
+ 00026502  0x00006ea6 iadd  0x00000002 , 0x0000003f 
+ 00026503  0x00006ea7 fetcht  0x00000003 , 0x0000044f 
+ 00026504  0x00006ea8 isub  0x00000002 , 0x0000003e 
+ 00026505  0x00006ea9 branch  0x00007fe7 , 0x00000005 
+ 00026506  0x00006eaa rtn 
+ 00026507  0x00006eae arg  0x00000ac2 , 0x00000006 
+ 00026508  0x00006eaf call  0x00007486 
+ 00026509  0x00006eb1 ifetch  0x00000001 , 0x00000011 
+ 00026510  0x00006eb2 call  0x00007487 
+ 00026511  0x00006eb3 force  0x00000038 , 0x00000036 
+ 00026512  0x00006eb4 force  0x00000000 , 0x00000036 
+ 00026513  0x00006eb5 call  0x0000741d 
+ 00026514  0x00006eb6 arg  0x00000ad2 , 0x00000005 
+ 00026515  0x00006eb7 branch  0x00007497 
+ 00026516  0x00006eba ifetcht  0x00000001 , 0x00000011 
+ 00026517  0x00006ebb isub  0x00000002 , 0x0000003e 
+ 00026518  0x00006ebc nrtn  0x00000005 
+ 00026519  0x00006ebd copy  0x00000006 , 0x00000011 
+ 00026520  0x00006ebe add  0x00000006 , 0x00000008 , 0x00000013 
+ 00026521  0x00006ebf arg  0x000044cd , 0x00000012 
+ 00026522  0x00006ec0 arg  0x00000008 , 0x00000039 
+ 00026523  0x00006ec1 call  0x00007f88 
+ 00026524  0x00006ec2 branch  0x00007fe7 , 0x00000005 
+ 00026525  0x00006ec3 copy  0x00000013 , 0x00000011 
+ 00026526  0x00006ec4 arg  0x000044d5 , 0x00000012 
+ 00026527  0x00006ec5 arg  0x00000008 , 0x00000039 
+ 00026528  0x00006ec6 call  0x00007f88 
+ 00026529  0x00006ec7 branch  0x00007fe7 , 0x00000005 
+ 00026530  0x00006ec8 rtn 
+ 00026531  0x00006ecb fetch  0x00000002 , 0x00004215 
+ 00026532  0x00006ecc ifetcht  0x00000001 , 0x0000003f 
+ 00026533  0x00006ecd pincrease  0x00000022 
+ 00026534  0x00006ece ifetch  0x00000001 , 0x0000003f 
+ 00026535  0x00006ecf isub  0x00000002 , 0x0000003e 
+ 00026536  0x00006ed0 rtn 
+ 00026537  0x00006ed3 fetch  0x00000001 , 0x00004217 
+ 00026538  0x00006ed4 icopy  0x00000039 
+ 00026539  0x00006ed5 fetcht  0x00000002 , 0x00004215 
+ 00026540  0x00006ed6 setarg  0x00000000 
+ 00026541  0x00006ed8 istore  0x00000001 , 0x00000002 
+ 00026542  0x00006ed9 increase  0x00000022 , 0x00000002 
+ 00026543  0x00006eda pincrease  0x00000001 
+ 00026544  0x00006edb loop  0x000067ad 
+ 00026545  0x00006edc rtn 
+ 00026546  0x00006edf bpatchx  0x00000099 , 0x00004033 
+ 00026547  0x00006ee0 call  0x0000673e 
+ 00026548  0x00006ee1 fetch  0x00000001 , 0x00000030 
+ 00026549  0x00006ee2 setflag  0x00000028 , 0x00000006 , 0x0000003f 
+ 00026550  0x00006ee3 store  0x00000001 , 0x00000030 
+ 00026551  0x00006ee4 nbranch  0x000067bc , 0x00000028 
+ 00026552  0x00006ee5 add  0x00000011 , 0x0000000a , 0x00000006 
+ 00026553  0x00006ee7 arg  0x000041be , 0x00000005 
+ 00026554  0x00006ee8 call  0x00007ebf 
+ 00026555  0x00006ee9 branch  0x000067d7 
+ 00026556  0x00006eeb jam  0x00000000 , 0x000041bd 
+ 00026557  0x00006eec rtn 
+ 00026558  0x00006eef fetch  0x00000009 , 0x000044cb 
+ 00026559  0x00006ef0 branch  0x000067ca , 0x00000034 
+ 00026560  0x00006ef1 call  0x0000673e 
+ 00026561  0x00006ef2 nbranch  0x000067ca , 0x00000028 
+ 00026562  0x00006ef3 fetch  0x00000002 , 0x0000018c 
+ 00026563  0x00006ef4 add  0x0000003f , 0x00000001 , 0x00000006 
+ 00026564  0x00006ef5 arg  0x000044d5 , 0x00000005 
+ 00026565  0x00006ef6 call  0x00007ebf 
+ 00026566  0x00006ef7 arg  0x00004419 , 0x00000005 
+ 00026567  0x00006ef8 call  0x00007ebf 
+ 00026568  0x00006ef9 jam  0x00000001 , 0x00004429 
+ 00026569  0x00006efa rtn 
+ 00026570  0x00006efd jam  0x00000000 , 0x00004429 
+ 00026571  0x00006efe rtn 
+ 00026572  0x00006f02 fetch  0x00000006 , 0x0000044f 
+ 00026573  0x00006f03 store  0x00000006 , 0x00000186 
+ 00026574  0x00006f04 jam  0x00000034 , 0x00000185 
+ 00026575  0x00006f05 branch  0x000067d3 
+ 00026576  0x00006f07 fetch  0x00000006 , 0x00000040 
+ 00026577  0x00006f08 store  0x00000006 , 0x00000186 
+ 00026578  0x00006f09 jam  0x00000033 , 0x00000185 
+ 00026579  0x00006f0b fetch  0x00000001 , 0x00004092 
+ 00026580  0x00006f0c beq  0x0000000a , 0x0000670b 
+ 00026581  0x00006f0d bbit1  0x00000006 , 0x000042da 
+ 00026582  0x00006f0e rtn 
+ 00026583  0x00006f12 fetch  0x00000008 , 0x000041be 
+ 00026584  0x00006f13 fetcht  0x00000008 , 0x000041c6 
+ 00026585  0x00006f14 ior  0x00000002 , 0x0000003f 
+ 00026586  0x00006f15 rtn  0x00000034 
+ 00026587  0x00006f16 jam  0x00000001 , 0x000041bd 
+ 00026588  0x00006f17 rtn 
+ 00026589  0x00006f1f bpatchx  0x0000009a , 0x00004033 
+ 00026590  0x00006f20 set1  0x00000007 , 0x00000002 
+ 00026591  0x00006f21 call  0x0000681d 
+ 00026592  0x00006f22 nsetflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00026593  0x00006f28 bpatchx  0x0000009b , 0x00004033 
+ 00026594  0x00006f29 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026595  0x00006f2a rtn  0x00000005 
+ 00026596  0x00006f2b isolate0  0x00000007 , 0x00000002 
+ 00026597  0x00006f2c and  0x00000002 , 0x0000001f , 0x00000007 
+ 00026598  0x00006f2d fetch  0x00000004 , 0x000000a1 
+ 00026599  0x00006f2e qsetflag  0x00000001 , 0x0000003f 
+ 00026600  0x00006f2f store  0x00000004 , 0x000000a1 
+ 00026601  0x00006f30 fetch  0x00000004 , 0x000000a5 
+ 00026602  0x00006f31 nqsetflag  0x00000001 , 0x0000003f 
+ 00026603  0x00006f32 store  0x00000004 , 0x000000a5 
+ 00026604  0x00006f33 rtn 
+ 00026605  0x00006f37 bpatchx  0x0000009c , 0x00004033 
+ 00026606  0x00006f38 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026607  0x00006f39 rtn  0x00000005 
+ 00026608  0x00006f3a isolate0  0x00000007 , 0x00000002 
+ 00026609  0x00006f3b and  0x00000002 , 0x0000001f , 0x00000007 
+ 00026610  0x00006f3c fetch  0x00000004 , 0x000000a1 
+ 00026611  0x00006f3d qset0  0x0000003f 
+ 00026612  0x00006f3e store  0x00000004 , 0x000000a1 
+ 00026613  0x00006f3f fetch  0x00000004 , 0x000000a5 
+ 00026614  0x00006f40 qset0  0x0000003f 
+ 00026615  0x00006f41 store  0x00000004 , 0x000000a5 
+ 00026616  0x00006f42 rtn 
+ 00026617  0x00006f46 call  0x000067ed 
+ 00026618  0x00006f47 branch  0x000067fe 
+ 00026619  0x00006f4b sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026620  0x00006f4c rtn  0x00000005 
+ 00026621  0x00006f4d ncall  0x000067e1 , 0x0000002b 
+ 00026622  0x00006f50 arg  0x0000807c , 0x00000005 
+ 00026623  0x00006f51 call  0x00006830 
+ 00026624  0x00006f52 setflip  0x00000007 , 0x00000002 
+ 00026625  0x00006f53 arg  0x00008078 , 0x00000005 
+ 00026626  0x00006f54 call  0x00006830 
+ 00026627  0x00006f55 set0  0x00000007 , 0x00000002 
+ 00026628  0x00006f56 arg  0x00008070 , 0x00000005 
+ 00026629  0x00006f57 branch  0x00006830 
+ 00026630  0x00006f5b arg  0x0000807c , 0x00000005 
+ 00026631  0x00006f5c call  0x00006830 
+ 00026632  0x00006f5d set0  0x00000007 , 0x00000002 
+ 00026633  0x00006f5e arg  0x00008078 , 0x00000005 
+ 00026634  0x00006f5f call  0x00006830 
+ 00026635  0x00006f60 set0  0x00000007 , 0x00000002 
+ 00026636  0x00006f61 arg  0x00008070 , 0x00000005 
+ 00026637  0x00006f62 branch  0x00006830 
+ 00026638  0x00006f67 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026639  0x00006f68 rtn  0x00000005 
+ 00026640  0x00006f69 setflip  0x00000007 , 0x00000002 
+ 00026641  0x00006f6a call  0x0000682f 
+ 00026642  0x00006f6c set1  0x00000007 , 0x00000002 
+ 00026643  0x00006f6d arg  0x00008070 , 0x00000005 
+ 00026644  0x00006f6e branch  0x00006830 
+ 00026645  0x00006f71 and  0x00000002 , 0x00000007 , 0x00000007 
+ 00026646  0x00006f72 rshift3  0x00000002 , 0x0000003f 
+ 00026647  0x00006f73 and_into  0x00000003 , 0x0000003f 
+ 00026648  0x00006f74 iadd  0x00000005 , 0x00000005 
+ 00026649  0x00006f75 ifetch  0x00000001 , 0x00000005 
+ 00026650  0x00006f76 rtn 
+ 00026651  0x00006f79 arg  0x00008074 , 0x00000005 
+ 00026652  0x00006f7a branch  0x0000681e 
+ 00026653  0x00006f7f arg  0x0000811c , 0x00000005 
+ 00026654  0x00006f81 call  0x00006815 
+ 00026655  0x00006f82 isolate1  0x00000007 , 0x00000002 
+ 00026656  0x00006f83 branch  0x00006823 , 0x00000001 
+ 00026657  0x00006f84 qisolate0  0x0000003f 
+ 00026658  0x00006f85 rtn 
+ 00026659  0x00006f87 qisolate1  0x0000003f 
+ 00026660  0x00006f88 rtn 
+ 00026661  0x00006f8b sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026662  0x00006f8c rtn  0x00000005 
+ 00026663  0x00006f8d isolate1  0x00000007 , 0x0000003e 
+ 00026664  0x00006f8e branch  0x0000682c 
+ 00026665  0x00006f91 sub  0x00000002 , 0x000000ff , 0x0000003e 
+ 00026666  0x00006f92 rtn  0x00000005 
+ 00026667  0x00006f93 isolate0  0x00000007 , 0x0000003e 
+ 00026668  0x00006f97 setarg  0x00000000 
+ 00026669  0x00006f98 nsetflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00026670  0x00006f99 ixor  0x00000002 , 0x00000002 
+ 00026671  0x00006f9d arg  0x00008074 , 0x00000005 
+ 00026672  0x00006fa1 call  0x00006815 
+ 00026673  0x00006fa2 isolate1  0x00000007 , 0x00000002 
+ 00026674  0x00006fa3 qsetflag  0x00000001 , 0x0000003f 
+ 00026675  0x00006fa4 istore  0x00000001 , 0x00000005 
+ 00026676  0x00006fa5 rtn 
+ 00026677  0x00006fa8 arg  0xffffffff , 0x00000011 
+ 00026678  0x00006fa9 hfetch  0x00000001 , 0x00008081 
+ 00026679  0x00006faa compare  0x00000002 , 0x0000003f , 0x00000003 
+ 00026680  0x00006fab call  0x00006878 , 0x00000001 
+ 00026681  0x00006fad compare  0x00000001 , 0x0000003f , 0x00000003 
+ 00026682  0x00006fae call  0x0000687a , 0x00000001 
+ 00026683  0x00006fb0 compare  0x00000003 , 0x0000003f , 0x00000003 
+ 00026684  0x00006fb1 call  0x0000687a , 0x00000001 
+ 00026685  0x00006fb3 isolate1  0x00000002 , 0x0000003f 
+ 00026686  0x00006fb4 call  0x00006874 , 0x00000001 
+ 00026687  0x00006fb6 isolate1  0x00000003 , 0x0000003f 
+ 00026688  0x00006fb7 call  0x00006876 , 0x00000001 
+ 00026689  0x00006fb9 isolate1  0x00000004 , 0x0000003f 
+ 00026690  0x00006fba call  0x0000687c , 0x00000001 
+ 00026691  0x00006fbc isolate1  0x00000006 , 0x0000003f 
+ 00026692  0x00006fbd nsetflag  0x00000001 , 0x00000004 , 0x00000011 
+ 00026693  0x00006fbf isolate1  0x00000007 , 0x0000003f 
+ 00026694  0x00006fc0 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
+ 00026695  0x00006fc2 hfetch  0x00000001 , 0x00008082 
+ 00026696  0x00006fc3 isolate1  0x00000000 , 0x0000003f 
+ 00026697  0x00006fc4 nsetflag  0x00000001 , 0x0000001b , 0x00000011 
+ 00026698  0x00006fc5 isolate1  0x00000001 , 0x0000003f 
+ 00026699  0x00006fc6 nsetflag  0x00000001 , 0x0000001c , 0x00000011 
+ 00026700  0x00006fc7 isolate1  0x00000002 , 0x0000003f 
+ 00026701  0x00006fc8 nsetflag  0x00000001 , 0x00000003 , 0x00000011 
+ 00026702  0x00006fc9 isolate1  0x00000003 , 0x0000003f 
+ 00026703  0x00006fca nsetflag  0x00000001 , 0x00000008 , 0x00000011 
+ 00026704  0x00006fcb isolate1  0x00000004 , 0x0000003f 
+ 00026705  0x00006fcc nsetflag  0x00000001 , 0x00000014 , 0x00000011 
+ 00026706  0x00006fcd isolate1  0x00000005 , 0x0000003f 
+ 00026707  0x00006fce nsetflag  0x00000001 , 0x00000015 , 0x00000011 
+ 00026708  0x00006fcf isolate1  0x00000006 , 0x0000003f 
+ 00026709  0x00006fd0 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
+ 00026710  0x00006fd1 isolate1  0x00000007 , 0x0000003f 
+ 00026711  0x00006fd2 nsetflag  0x00000001 , 0x00000017 , 0x00000011 
+ 00026712  0x00006fd4 hfetch  0x00000001 , 0x00008080 
+ 00026713  0x00006fd5 isolate1  0x00000000 , 0x0000003f 
+ 00026714  0x00006fd6 nsetflag  0x00000001 , 0x00000005 , 0x00000011 
+ 00026715  0x00006fd7 isolate1  0x00000001 , 0x0000003f 
+ 00026716  0x00006fd8 nsetflag  0x00000001 , 0x00000006 , 0x00000011 
+ 00026717  0x00006fd9 isolate1  0x00000002 , 0x0000003f 
+ 00026718  0x00006fda nsetflag  0x00000001 , 0x00000007 , 0x00000011 
+ 00026719  0x00006fdb isolate1  0x00000003 , 0x0000003f 
+ 00026720  0x00006fdc nsetflag  0x00000001 , 0x00000012 , 0x00000011 
+ 00026721  0x00006fdd isolate1  0x00000004 , 0x0000003f 
+ 00026722  0x00006fde nsetflag  0x00000001 , 0x00000013 , 0x00000011 
+ 00026723  0x00006fdf isolate1  0x00000005 , 0x0000003f 
+ 00026724  0x00006fe0 nsetflag  0x00000001 , 0x00000014 , 0x00000011 
+ 00026725  0x00006fe1 isolate1  0x00000006 , 0x0000003f 
+ 00026726  0x00006fe2 nsetflag  0x00000001 , 0x00000015 , 0x00000011 
+ 00026727  0x00006fe3 isolate1  0x00000007 , 0x0000003f 
+ 00026728  0x00006fe4 nsetflag  0x00000001 , 0x00000016 , 0x00000011 
+ 00026729  0x00006fe6 hfetch  0x00000001 , 0x00008062 
+ 00026730  0x00006fe7 isolate1  0x00000004 , 0x0000003f 
+ 00026731  0x00006fe8 call  0x0000687e , 0x00000001 
+ 00026732  0x00006fe9 bpatchx  0x0000009d , 0x00004033 
+ 00026733  0x00006feb hfetch  0x00000004 , 0x00008078 
+ 00026734  0x00006fec hfetcht  0x00000004 , 0x0000807c 
+ 00026735  0x00006fed ior  0x00000002 , 0x0000003f 
+ 00026736  0x00006fee invert  0x0000003f , 0x0000003f 
+ 00026737  0x00006fef iand  0x00000011 , 0x0000003f 
+ 00026738  0x00006ff1 hstore  0x00000004 , 0x00008070 
+ 00026739  0x00006ff2 rtn 
+ 00026740  0x00006ff6 arg  0x00000006 , 0x00000007 
+ 00026741  0x00006ff7 branch  0x00006884 
+ 00026742  0x00006ff9 arg  0x00000009 , 0x00000007 
+ 00026743  0x00006ffa branch  0x00006882 
+ 00026744  0x00006ffc arg  0x00000017 , 0x00000007 
+ 00026745  0x00006ffd branch  0x00006882 
+ 00026746  0x00006fff arg  0x00000019 , 0x00000007 
+ 00026747  0x00007000 branch  0x00006884 
+ 00026748  0x00007002 arg  0x0000001e , 0x00000007 
+ 00026749  0x00007003 branch  0x00006884 
+ 00026750  0x00007005 arg  0x00000002 , 0x00000007 
+ 00026751  0x00007006 branch  0x00006884 
+ 00026752  0x00007008 arg  0x00000001 , 0x00000039 
+ 00026753  0x00007009 branch  0x00006885 
+ 00026754  0x0000700b arg  0x00000004 , 0x00000039 
+ 00026755  0x0000700c branch  0x00006885 
+ 00026756  0x0000700e arg  0x00000002 , 0x00000039 
+ 00026757  0x00007010 qset0  0x00000011 
+ 00026758  0x00007011 increase  0x00000001 , 0x00000007 
+ 00026759  0x00007012 loop  0x00006885 
+ 00026760  0x00007013 rtn 
+ 00026761  0x0000701c call  0x00006895 
+ 00026762  0x0000701d arg  0x00000006 , 0x00000002 
+ 00026763  0x0000701e branch  0x0000680e 
+ 00026764  0x00007021 call  0x00006889 
+ 00026765  0x00007022 arg  0x00000006 , 0x00000002 
+ 00026766  0x00007023 branch  0x00006825 
+ 00026767  0x00007028 call  0x00006895 
+ 00026768  0x00007029 hfetch  0x00000001 , 0x00008078 
+ 00026769  0x0000702a set1  0x00000007 , 0x0000003f 
+ 00026770  0x0000702b hstore  0x00000001 , 0x00008078 
+ 00026771  0x0000702c arg  0x00000007 , 0x00000002 
+ 00026772  0x0000702d branch  0x000067fb 
+ 00026773  0x00007030 hfetch  0x00000001 , 0x00008081 
+ 00026774  0x00007031 and_into  0x000000fb , 0x0000003f 
+ 00026775  0x00007032 hstore  0x00000001 , 0x00008081 
+ 00026776  0x00007033 rtn 
+ 00026777  0x00007036 hfetch  0x00000001 , 0x00008081 
+ 00026778  0x00007037 isolate1  0x00000002 , 0x0000003f 
+ 00026779  0x00007038 rtn 
+ 00026780  0x0000703b call  0x0000666a 
+ 00026781  0x0000703c setarg  0x000007e0 
+ 00026782  0x0000703d arg  0x00004150 , 0x00000011 
+ 00026783  0x0000703e arg  0x00000002 , 0x00000002 
+ 00026784  0x0000703f call  0x000066b3 
+ 00026785  0x00007040 branch  0x0000666d 
+ 00026786  0x00007044 call  0x0000666a 
+ 00026787  0x00007045 setarg  0x000007e2 
+ 00026788  0x00007046 arg  0x0000421d , 0x00000011 
+ 00026789  0x00007047 arg  0x0000000e , 0x00000002 
+ 00026790  0x00007048 call  0x000066b3 
+ 00026791  0x00007049 branch  0x0000666d 
+ 00026792  0x0000704e bpatchx  0x0000009e , 0x00004033 
+ 00026793  0x00007050 call  0x000068a2 
+ 00026794  0x00007052 fetch  0x00000001 , 0x0000422d 
+ 00026795  0x00007053 beq  0x00000000 , 0x000068af 
+ 00026796  0x00007054 beq  0x00000001 , 0x000068c3 
+ 00026797  0x00007055 beq  0x00000002 , 0x000068d7 
+ 00026798  0x00007056 rtn 
+ 00026799  0x00007059 fetcht  0x00000002 , 0x00004229 
+ 00026800  0x0000705a setarg  0x0000aa55 
+ 00026801  0x0000705b isub  0x00000002 , 0x0000003e 
+ 00026802  0x0000705c branch  0x000068b8 , 0x00000005 
+ 00026803  0x0000705d setarg  0x00004dfa 
+ 00026804  0x0000705e store  0x00000002 , 0x00004227 
+ 00026805  0x0000705f setarg  0x00004894 
+ 00026806  0x00007060 store  0x00000002 , 0x00004221 
+ 00026807  0x00007061 branch  0x000068c0 
+ 00026808  0x00007064 fetch  0x00000002 , 0x00004227 
+ 00026809  0x00007065 nbranch  0x000068bc , 0x00000034 
+ 00026810  0x00007066 setarg  0x00004dfa 
+ 00026811  0x00007067 store  0x00000002 , 0x00004227 
+ 00026812  0x00007069 fetch  0x00000002 , 0x00004221 
+ 00026813  0x0000706a nbranch  0x000068c0 , 0x00000034 
+ 00026814  0x0000706b setarg  0x00004894 
+ 00026815  0x0000706c store  0x00000002 , 0x00004221 
+ 00026816  0x0000706e setarg  0x00000064 
+ 00026817  0x0000706f store  0x00000002 , 0x0000422b 
+ 00026818  0x00007070 rtn 
+ 00026819  0x00007073 fetcht  0x00000002 , 0x00004229 
+ 00026820  0x00007074 setarg  0x0000aa55 
+ 00026821  0x00007075 isub  0x00000002 , 0x0000003e 
+ 00026822  0x00007076 branch  0x000068cc , 0x00000005 
+ 00026823  0x00007077 setarg  0x00005932 
+ 00026824  0x00007078 store  0x00000002 , 0x00004225 
+ 00026825  0x00007079 setarg  0x00004323 
+ 00026826  0x0000707a store  0x00000002 , 0x0000421f 
+ 00026827  0x0000707b branch  0x000068d4 
+ 00026828  0x0000707e fetch  0x00000002 , 0x00004225 
+ 00026829  0x0000707f nbranch  0x000068d0 , 0x00000034 
+ 00026830  0x00007080 setarg  0x00005932 
+ 00026831  0x00007081 store  0x00000002 , 0x00004225 
+ 00026832  0x00007083 fetch  0x00000002 , 0x0000421f 
+ 00026833  0x00007084 nbranch  0x000068d4 , 0x00000034 
+ 00026834  0x00007085 setarg  0x00004323 
+ 00026835  0x00007086 store  0x00000002 , 0x0000421f 
+ 00026836  0x00007088 setarg  0x00000190 
+ 00026837  0x00007089 store  0x00000002 , 0x0000422b 
+ 00026838  0x0000708a rtn 
+ 00026839  0x0000708d fetcht  0x00000002 , 0x00004229 
+ 00026840  0x0000708e setarg  0x0000aa55 
+ 00026841  0x0000708f isub  0x00000002 , 0x0000003e 
+ 00026842  0x00007090 branch  0x000068e0 , 0x00000005 
+ 00026843  0x00007091 setarg  0x00006946 
+ 00026844  0x00007092 store  0x00000002 , 0x00004223 
+ 00026845  0x00007093 setarg  0x00005377 
+ 00026846  0x00007094 store  0x00000002 , 0x0000421d 
+ 00026847  0x00007095 branch  0x000068e8 
+ 00026848  0x00007098 fetch  0x00000002 , 0x00004223 
+ 00026849  0x00007099 nbranch  0x000068e4 , 0x00000034 
+ 00026850  0x0000709a setarg  0x00006946 
+ 00026851  0x0000709b store  0x00000002 , 0x00004223 
+ 00026852  0x0000709d fetch  0x00000002 , 0x0000421d 
+ 00026853  0x0000709e nbranch  0x000068e8 , 0x00000034 
+ 00026854  0x0000709f setarg  0x00005377 
+ 00026855  0x000070a0 store  0x00000002 , 0x0000421d 
+ 00026856  0x000070a2 setarg  0x00000032 
+ 00026857  0x000070a3 store  0x00000002 , 0x0000422b 
+ 00026858  0x000070a4 rtn 
+ 00026859  0x000070a8 fetch  0x00000001 , 0x0000422d 
+ 00026860  0x000070a9 beq  0x00000000 , 0x000068f0 
+ 00026861  0x000070aa beq  0x00000001 , 0x000068f2 
+ 00026862  0x000070ab beq  0x00000002 , 0x000068f4 
+ 00026863  0x000070ac rtn 
+ 00026864  0x000070ae jam  0x000000bf , 0x00008971 
+ 00026865  0x000070af branch  0x000068f8 
+ 00026866  0x000070b1 jam  0x000000af , 0x00008971 
+ 00026867  0x000070b2 branch  0x000068f8 
+ 00026868  0x000070b4 jam  0x0000008f , 0x00008971 
+ 00026869  0x000070b5 fetch  0x00000001 , 0x0000422e 
+ 00026870  0x000070b6 hstore  0x00000001 , 0x00008973 
+ 00026871  0x000070b7 branch  0x000068f8 
+ 00026872  0x000070b9 bpatchx  0x0000009f , 0x00004033 
+ 00026873  0x000070ba hfetch  0x00000001 , 0x00008053 
+ 00026874  0x000070bb set1  0x00000007 , 0x0000003f 
+ 00026875  0x000070bc hstore  0x00000001 , 0x00008053 
+ 00026876  0x000070bd hfetch  0x00000001 , 0x00008973 
+ 00026877  0x000070be or_into  0x00000030 , 0x0000003f 
+ 00026878  0x000070bf hstore  0x00000001 , 0x00008973 
+ 00026879  0x000070c0 jam  0x0000007c , 0x00008906 
+ 00026880  0x000070c1 jam  0x000000aa , 0x00008972 
+ 00026881  0x000070c2 nop  0x00001388 
+ 00026882  0x000070c3 hfetcht  0x00000002 , 0x00008150 
+ 00026883  0x000070c4 hfetch  0x00000001 , 0x00008053 
+ 00026884  0x000070c5 set0  0x00000007 , 0x0000003f 
+ 00026885  0x000070c6 hstore  0x00000001 , 0x00008053 
+ 00026886  0x000070c7 storet  0x00000002 , 0x0000422f 
+ 00026887  0x000070c8 rtn 
+ 00026888  0x000070cb bpatchx  0x000000a0 , 0x00004034 
+ 00026889  0x000070cc fetch  0x00000001 , 0x0000422d 
+ 00026890  0x000070cd beq  0x00000000 , 0x0000690e 
+ 00026891  0x000070ce beq  0x00000001 , 0x00006912 
+ 00026892  0x000070cf beq  0x00000002 , 0x00006916 
+ 00026893  0x000070d0 rtn 
+ 00026894  0x000070d3 fetch  0x00000002 , 0x00004227 
+ 00026895  0x000070d4 fetcht  0x00000002 , 0x00004221 
+ 00026896  0x000070d5 arg  0x000000c8 , 0x00000013 
+ 00026897  0x000070d6 branch  0x0000691a 
+ 00026898  0x000070d9 fetch  0x00000002 , 0x00004225 
+ 00026899  0x000070da fetcht  0x00000002 , 0x0000421f 
+ 00026900  0x000070db arg  0x00000064 , 0x00000013 
+ 00026901  0x000070dc branch  0x0000691a 
+ 00026902  0x000070df fetch  0x00000002 , 0x00004223 
+ 00026903  0x000070e0 fetcht  0x00000002 , 0x0000421d 
+ 00026904  0x000070e1 arg  0x00000032 , 0x00000013 
+ 00026905  0x000070e2 branch  0x0000691a 
+ 00026906  0x000070e5 isub  0x00000002 , 0x00000011 
+ 00026907  0x000070e6 fetch  0x00000002 , 0x0000422f 
+ 00026908  0x000070e7 isub  0x00000002 , 0x0000003f 
+ 00026909  0x000070e8 nbranch  0x00006927 , 0x00000002 
+ 00026910  0x000070e9 fetcht  0x00000002 , 0x0000422b 
+ 00026911  0x000070ea imul32  0x00000002 , 0x00000012 
+ 00026912  0x000070eb copy  0x00000013 , 0x0000003f 
+ 00026913  0x000070ec imul32  0x00000011 , 0x0000003f 
+ 00026914  0x000070ed iadd  0x00000012 , 0x0000003f 
+ 00026915  0x000070ef idiv  0x00000011 
+ 00026916  0x000070f0 call  0x00007f86 
+ 00026917  0x000070f1 quotient  0x0000003f 
+ 00026918  0x000070f2 rtn 
+ 00026919  0x000070f5 copy  0x00000002 , 0x0000003f 
+ 00026920  0x000070f6 fetcht  0x00000002 , 0x0000422f 
+ 00026921  0x000070f7 isub  0x00000002 , 0x0000003f 
+ 00026922  0x000070f8 fetcht  0x00000002 , 0x0000422b 
+ 00026923  0x000070f9 imul32  0x00000002 , 0x00000012 
+ 00026924  0x000070fa copy  0x00000013 , 0x0000003f 
+ 00026925  0x000070fb imul32  0x00000011 , 0x0000003f 
+ 00026926  0x000070fc isub  0x00000012 , 0x0000003f 
+ 00026927  0x000070fd branch  0x00006923 
+ 00026928  0x00007109 ifetch  0x00000008 , 0x00000011 
+ 00026929  0x0000710a store  0x00000008 , 0x00000a9a 
+ 00026930  0x0000710b fetch  0x00000002 , 0x00000a9a 
+ 00026931  0x0000710c fetcht  0x00000002 , 0x00000a9c 
+ 00026932  0x0000710d isub  0x00000002 , 0x00000011 
+ 00026933  0x0000710e fetch  0x00000002 , 0x00000aa0 
+ 00026934  0x0000710f isub  0x00000002 , 0x00000012 
+ 00026935  0x00007110 fetcht  0x00000002 , 0x00000a9e 
+ 00026936  0x00007111 isub  0x00000002 , 0x0000003e 
+ 00026937  0x00007112 ncall  0x00006940 , 0x00000002 
+ 00026938  0x00007113 mul32  0x00000012 , 0x00000064 , 0x0000003f 
+ 00026939  0x00007114 idiv  0x00000011 
+ 00026940  0x00007115 call  0x00007f86 
+ 00026941  0x00007116 quotient  0x0000003f 
+ 00026942  0x00007117 call  0x00006944 , 0x00000034 
+ 00026943  0x00007118 rtn 
+ 00026944  0x0000711a fetch  0x00000001 , 0x00004231 
+ 00026945  0x0000711b set1  0x00000000 , 0x0000003f 
+ 00026946  0x0000711c store  0x00000001 , 0x00004231 
+ 00026947  0x0000711d rtn 
+ 00026948  0x0000711f fetcht  0x00000001 , 0x00004231 
+ 00026949  0x00007120 set1  0x00000001 , 0x00000002 
+ 00026950  0x00007121 storet  0x00000001 , 0x00004231 
+ 00026951  0x00007122 rtn 
+ 00026952  0x00007128 fetch  0x00000002 , 0x0000423d 
+ 00026953  0x00007129 ifetch  0x00000001 , 0x0000003f 
+ 00026954  0x0000712b rtn  0x00000034 
+ 00026955  0x0000712c copy  0x0000003f , 0x00000039 
+ 00026956  0x0000712e fetch  0x00000002 , 0x0000423d 
+ 00026957  0x0000712f increase  0x00000003 , 0x0000003f 
+ 00026958  0x00007130 copy  0x0000003f , 0x00000011 
+ 00026959  0x00007132 ifetcht  0x00000001 , 0x00000011 
+ 00026960  0x00007133 call  0x000067fb 
+ 00026961  0x00007134 increase  0x00000001 , 0x00000011 
+ 00026962  0x00007135 loop  0x0000694f 
+ 00026963  0x00007137 rtn 
+ 00026964  0x0000713a fetch  0x00000002 , 0x0000423d 
+ 00026965  0x0000713b increase  0x00000003 , 0x0000003f 
+ 00026966  0x0000713c copy  0x0000003f , 0x00000011 
+ 00026967  0x0000713e force  0x00000000 , 0x00000012 
+ 00026968  0x0000713f jam  0x00000000 , 0x00000b12 
+ 00026969  0x00007141 ifetcht  0x00000001 , 0x00000011 
+ 00026970  0x00007142 call  0x0000681d 
+ 00026971  0x00007143 bpatchx  0x000000a1 , 0x00004034 
+ 00026972  0x00007144 fetch  0x00000002 , 0x00000b12 
+ 00026973  0x00007145 copy  0x00000012 , 0x00000007 
+ 00026974  0x00007146 qsetflag  0x00000001 , 0x0000003f 
+ 00026975  0x00007147 store  0x00000002 , 0x00000b12 
+ 00026976  0x00007148 increase  0x00000001 , 0x00000011 
+ 00026977  0x00007149 increase  0x00000001 , 0x00000012 
+ 00026978  0x0000714a fetch  0x00000002 , 0x0000423d 
+ 00026979  0x0000714b ifetch  0x00000001 , 0x0000003f 
+ 00026980  0x0000714d ixor  0x00000012 , 0x0000003e 
+ 00026981  0x0000714e nbranch  0x00006959 , 0x00000005 
+ 00026982  0x0000714f fetch  0x00000002 , 0x00000b12 
+ 00026983  0x00007150 fetcht  0x00000002 , 0x00000b14 
+ 00026984  0x00007151 ixor  0x00000002 , 0x0000003e 
+ 00026985  0x00007152 rtn  0x00000005 
+ 00026986  0x00007153 enable  0x00000028 
+ 00026987  0x00007154 rtn 
+ 00026988  0x00007157 fetch  0x00000002 , 0x0000423d 
+ 00026989  0x00007158 ifetch  0x00000001 , 0x0000003f 
+ 00026990  0x0000715a rtn  0x00000034 
+ 00026991  0x0000715b copy  0x0000003f , 0x00000039 
+ 00026992  0x0000715c fetch  0x00000002 , 0x0000423d 
+ 00026993  0x0000715d increase  0x00000003 , 0x0000003f 
+ 00026994  0x0000715e copy  0x0000003f , 0x00000011 
+ 00026995  0x00007160 ifetcht  0x00000001 , 0x00000011 
+ 00026996  0x00007161 call  0x000067dd 
+ 00026997  0x00007162 increase  0x00000001 , 0x00000011 
+ 00026998  0x00007163 loop  0x00006973 
+ 00026999  0x00007165 rtn 
+ 00027000  0x00007168 arg  0x00000009 , 0x00000007 
+ 00027001  0x00007169 call  0x00007f16 
+ 00027002  0x0000716a nrtn  0x00000034 
+ 00027003  0x0000716b setarg  0x00000020 
+ 00027004  0x0000716c arg  0x00000009 , 0x00000007 
+ 00027005  0x0000716d call  0x00007f08 
+ 00027006  0x0000716e disable  0x00000028 
+ 00027007  0x0000716f call  0x0000696c 
+ 00027008  0x00007170 bpatchx  0x000000a2 , 0x00004034 
+ 00027009  0x00007171 fetch  0x00000002 , 0x0000423d 
+ 00027010  0x00007172 ifetch  0x00000001 , 0x0000003f 
+ 00027011  0x00007174 rtn  0x00000034 
+ 00027012  0x00007175 call  0x00006954 
+ 00027013  0x00007176 nbranch  0x00007d02 , 0x00000028 
+ 00027014  0x00007177 call  0x00007d00 
+ 00027015  0x00007178 disable  0x00000028 
+ 00027016  0x00007179 fetch  0x00000002 , 0x00000b12 
+ 00027017  0x0000717a store  0x00000002 , 0x00000b19 
+ 00027018  0x0000717b jam  0x00000000 , 0x00000b1b 
+ 00027019  0x0000717c force  0x00000000 , 0x00000007 
+ 00027020  0x0000717e fetch  0x00000002 , 0x00000b14 
+ 00027021  0x0000717f rshift  0x0000003f , 0x00000002 
+ 00027022  0x00007180 storet  0x00000002 , 0x00000b14 
+ 00027023  0x00007181 and  0x0000003f , 0x00000001 , 0x0000003f 
+ 00027024  0x00007182 fetcht  0x00000002 , 0x00000b19 
+ 00027025  0x00007183 and  0x00000002 , 0x00000001 , 0x00000011 
+ 00027026  0x00007184 rshift  0x00000002 , 0x00000002 
+ 00027027  0x00007185 storet  0x00000002 , 0x00000b19 
+ 00027028  0x00007186 ixor  0x00000011 , 0x0000003e 
+ 00027029  0x00007187 ncall  0x000069a1 , 0x00000005 
+ 00027030  0x00007188 fetch  0x00000002 , 0x0000423d 
+ 00027031  0x00007189 ifetch  0x00000001 , 0x0000003f 
+ 00027032  0x0000718b fetcht  0x00000001 , 0x00000b1b 
+ 00027033  0x0000718c increase  0x00000001 , 0x00000002 
+ 00027034  0x0000718d storet  0x00000001 , 0x00000b1b 
+ 00027035  0x0000718e copy  0x00000002 , 0x00000007 
+ 00027036  0x0000718f ixor  0x00000007 , 0x0000003e 
+ 00027037  0x00007190 nbranch  0x0000698c , 0x00000005 
+ 00027038  0x00007191 fetch  0x00000002 , 0x00000b12 
+ 00027039  0x00007192 store  0x00000002 , 0x00000b14 
+ 00027040  0x00007193 rtn 
+ 00027041  0x00007195 bpatchx  0x000000a3 , 0x00004034 
+ 00027042  0x00007196 fetch  0x00000002 , 0x0000423d 
+ 00027043  0x00007197 increase  0x00000001 , 0x0000003f 
+ 00027044  0x00007198 ifetch  0x00000002 , 0x0000003f 
+ 00027045  0x00007199 branch  0x00007f9c 
+ 00027046  0x000071a5 hfetch  0x00000001 , 0x00008042 
+ 00027047  0x000071a6 ior  0x00000011 , 0x0000003f 
+ 00027048  0x000071a7 hstore  0x00000001 , 0x00008042 
+ 00027049  0x000071a8 hfetch  0x00000002 , 0x00008050 
+ 00027050  0x000071a9 set0  0x0000000d , 0x0000003f 
+ 00027051  0x000071aa hstore  0x00000002 , 0x00008050 
+ 00027052  0x000071ab nop  0x00000064 
+ 00027053  0x000071ac rtn 
+ 00027054  0x000071b8 fetcht  0x00000003 , 0x00000a9c 
+ 00027055  0x000071b9 setarg  0x00b71b00 
+ 00027056  0x000071ba idiv  0x00000002 
+ 00027057  0x000071bb call  0x00007f86 
+ 00027058  0x000071bc quotient  0x00000002 
+ 00027059  0x000071bd fetch  0x00000001 , 0x00000a9f 
+ 00027060  0x000071be imul32  0x00000002 , 0x0000003f 
+ 00027061  0x000071bf div  0x0000003f , 0x00000064 
+ 00027062  0x000071c0 call  0x00007f86 
+ 00027063  0x000071c1 quotient  0x00000011 
+ 00027064  0x000071c2 copy  0x00000002 , 0x0000003f 
+ 00027065  0x000071c3 isub  0x00000011 , 0x00000012 
+ 00027066  0x000071c4 fetch  0x00000001 , 0x00000a9b 
+ 00027067  0x000071c5 call  0x000069be 
+ 00027068  0x000071c6 fetch  0x00000001 , 0x00000a9a 
+ 00027069  0x000071c7 branch  0x000069d5 
+ 00027070  0x000071cb beq  0x00000000 , 0x000069c4 
+ 00027071  0x000071cc beq  0x00000001 , 0x000069c6 
+ 00027072  0x000071cd beq  0x00000002 , 0x000069c8 
+ 00027073  0x000071ce beq  0x00000003 , 0x000069ca 
+ 00027074  0x000071cf beq  0x00000004 , 0x000069cc 
+ 00027075  0x000071d0 beq  0x00000005 , 0x000069ce 
+ 00027076  0x000071d2 arg  0x000080a0 , 0x00000005 
+ 00027077  0x000071d3 branch  0x000069d0 
+ 00027078  0x000071d5 arg  0x000080a4 , 0x00000005 
+ 00027079  0x000071d6 branch  0x000069d0 
+ 00027080  0x000071d8 arg  0x000080a8 , 0x00000005 
+ 00027081  0x000071d9 branch  0x000069d0 
+ 00027082  0x000071db arg  0x00008064 , 0x00000005 
+ 00027083  0x000071dc branch  0x000069d0 
+ 00027084  0x000071de arg  0x00008068 , 0x00000005 
+ 00027085  0x000071df branch  0x000069d0 
+ 00027086  0x000071e1 arg  0x0000806c , 0x00000005 
+ 00027087  0x000071e2 branch  0x000069d0 
+ 00027088  0x000071e4 copy  0x00000011 , 0x0000003f 
+ 00027089  0x000071e5 istore  0x00000002 , 0x00000005 
+ 00027090  0x000071e6 copy  0x00000012 , 0x0000003f 
+ 00027091  0x000071e7 istore  0x00000002 , 0x00000005 
+ 00027092  0x000071e8 rtn 
+ 00027093  0x000071ed enable  0x00000028 
+ 00027094  0x000071ee branch  0x000069d8 
+ 00027095  0x000071f0 disable  0x00000028 
+ 00027096  0x000071f2 beq  0x00000004 , 0x000069e3 
+ 00027097  0x000071f3 beq  0x00000005 , 0x000069e5 
+ 00027098  0x000071f4 beq  0x0000001b , 0x000069e7 
+ 00027099  0x000071f5 beq  0x0000001c , 0x000069e9 
+ 00027100  0x000071f6 beq  0x00000003 , 0x000069eb 
+ 00027101  0x000071f7 beq  0x00000008 , 0x000069ed 
+ 00027102  0x000071f8 beq  0x00000014 , 0x000069ef 
+ 00027103  0x000071f9 beq  0x00000015 , 0x000069f1 
+ 00027104  0x000071fa beq  0x00000016 , 0x000069f3 
+ 00027105  0x000071fb beq  0x00000017 , 0x000069f5 
+ 00027106  0x000071fc rtn 
+ 00027107  0x00007200 arg  0x00000006 , 0x00000007 
+ 00027108  0x00007201 branch  0x000069ff 
+ 00027109  0x00007203 arg  0x00000007 , 0x00000007 
+ 00027110  0x00007204 branch  0x000069ff 
+ 00027111  0x00007206 arg  0x00000008 , 0x00000007 
+ 00027112  0x00007207 branch  0x000069ff 
+ 00027113  0x00007209 arg  0x00000009 , 0x00000007 
+ 00027114  0x0000720a branch  0x000069ff 
+ 00027115  0x0000720c arg  0x0000000a , 0x00000007 
+ 00027116  0x0000720d branch  0x000069ff 
+ 00027117  0x0000720f arg  0x0000000b , 0x00000007 
+ 00027118  0x00007210 branch  0x000069ff 
+ 00027119  0x00007212 arg  0x0000000c , 0x00000007 
+ 00027120  0x00007213 branch  0x00006a01 
+ 00027121  0x00007215 arg  0x0000000d , 0x00000007 
+ 00027122  0x00007216 branch  0x00006a01 
+ 00027123  0x00007218 arg  0x0000000e , 0x00000007 
+ 00027124  0x00007219 branch  0x00006a01 
+ 00027125  0x0000721b arg  0x0000000f , 0x00000007 
+ 00027126  0x0000721c branch  0x00006a01 
+ 00027127  0x0000721f hfetch  0x00000002 , 0x00008081 
+ 00027128  0x00007220 qsetflag  0x00000028 , 0x0000003f 
+ 00027129  0x00007221 hstore  0x00000002 , 0x00008081 
+ 00027130  0x00007222 copy  0x00000011 , 0x00000007 
+ 00027131  0x00007223 hfetch  0x00000001 , 0x00008085 
+ 00027132  0x00007224 qsetflag  0x00000028 , 0x0000003f 
+ 00027133  0x00007225 hstore  0x00000001 , 0x00008085 
+ 00027134  0x00007226 rtn 
+ 00027135  0x00007229 add  0x00000007 , 0xfffffffc , 0x00000011 
+ 00027136  0x0000722a branch  0x000069f7 
+ 00027137  0x0000722d add  0x00000007 , 0xfffffff6 , 0x00000011 
+ 00027138  0x0000722e branch  0x000069f7 
+ 00027139  0x00007234 rtn  0x0000002b 
+ 00027140  0x00007235 jam  0x00000000 , 0x00004567 
+ 00027141  0x00007236 jam  0x00000003 , 0x000004ed 
+ 00027142  0x00007237 jam  0x00000003 , 0x000004ee 
+ 00027143  0x00007238 jam  0x00000011 , 0x000004f2 
+ 00027144  0x00007239 jam  0x00000013 , 0x000004f3 
+ 00027145  0x0000723a setarg  0x00000000 
+ 00027146  0x0000723b store  0x00000003 , 0x000004ef 
+ 00027147  0x0000723c store  0x00000001 , 0x00004254 
+ 00027148  0x0000723d jam  0x00000000 , 0x00004681 
+ 00027149  0x00007240 bpatchx  0x000000a4 , 0x00004034 
+ 00027150  0x00007241 setarg  0x00000000 
+ 00027151  0x00007242 store  0x00000001 , 0x00004254 
+ 00027152  0x00007243 store  0x00000001 , 0x00004564 
+ 00027153  0x00007244 store  0x00000001 , 0x0000455d 
+ 00027154  0x00007245 fetch  0x00000001 , 0x0000456b 
+ 00027155  0x00007246 beq  0x00000001 , 0x00006a16 
+ 00027156  0x00007247 jam  0x00000050 , 0x00004569 
+ 00027157  0x00007248 rtn 
+ 00027158  0x0000724b jam  0x00000000 , 0x00004569 
+ 00027159  0x0000724c rtn 
+ 00027160  0x0000724f or_into  0x00000002 , 0x00000002 
+ 00027161  0x00007250 rtn 
+ 00027162  0x0000725d copy  0x00000002 , 0x0000003f 
+ 00027163  0x0000725e reverse  0x0000003f , 0x0000003f 
+ 00027164  0x0000725f store  0x00000001 , 0x00004562 
+ 00027165  0x00007260 force  0x0000003f , 0x0000003f 
+ 00027166  0x00007261 reverse  0x0000003f , 0x0000003f 
+ 00027167  0x00007262 store  0x00000001 , 0x00004561 
+ 00027168  0x00007263 force  0x00000001 , 0x0000003f 
+ 00027169  0x00007264 reverse  0x0000003f , 0x0000003f 
+ 00027170  0x00007265 store  0x00000001 , 0x00004560 
+ 00027171  0x00007266 call  0x00006a50 
+ 00027172  0x00007267 copy  0x00000002 , 0x0000003f 
+ 00027173  0x00007268 rtn 
+ 00027174  0x0000726a reverse  0x0000003f , 0x0000003f 
+ 00027175  0x0000726b store  0x00000001 , 0x00004562 
+ 00027176  0x0000726c force  0x00000073 , 0x0000003f 
+ 00027177  0x0000726d reverse  0x0000003f , 0x0000003f 
+ 00027178  0x0000726e store  0x00000001 , 0x00004561 
+ 00027179  0x0000726f force  0x00000001 , 0x0000003f 
+ 00027180  0x00007270 reverse  0x0000003f , 0x0000003f 
+ 00027181  0x00007271 store  0x00000001 , 0x00004560 
+ 00027182  0x00007272 branch  0x00006a50 
+ 00027183  0x00007275 fetch  0x00000001 , 0x00004563 
+ 00027184  0x00007276 branch  0x00006a33 , 0x00000034 
+ 00027185  0x00007277 setarg  0x00000070 
+ 00027186  0x00007278 rtn 
+ 00027187  0x0000727a setarg  0x000000aa 
+ 00027188  0x0000727b rtn 
+ 00027189  0x0000727e reverse  0x0000003f , 0x0000003f 
+ 00027190  0x0000727f store  0x00000001 , 0x00004562 
+ 00027191  0x00007280 force  0x000000ef , 0x0000003f 
+ 00027192  0x00007281 call  0x00006a44 
+ 00027193  0x00007282 fetcht  0x00000002 , 0x000004f7 
+ 00027194  0x00007283 copy  0x00000002 , 0x00000005 
+ 00027195  0x00007284 istore  0x00000001 , 0x00000005 
+ 00027196  0x00007285 copy  0x00000005 , 0x00000002 
+ 00027197  0x00007286 storet  0x00000002 , 0x000004f7 
+ 00027198  0x00007287 force  0x000000ff , 0x0000003f 
+ 00027199  0x00007288 call  0x00006a44 
+ 00027200  0x00007289 fetcht  0x00000002 , 0x000004f7 
+ 00027201  0x0000728a copy  0x00000002 , 0x00000005 
+ 00027202  0x0000728b istore  0x00000001 , 0x00000005 
+ 00027203  0x0000728c rtn 
+ 00027204  0x00007296 reverse  0x0000003f , 0x0000003f 
+ 00027205  0x00007297 store  0x00000001 , 0x00004561 
+ 00027206  0x00007298 fetch  0x00000002 , 0x00004561 
+ 00027207  0x00007299 lshift8  0x0000003f , 0x0000003f 
+ 00027208  0x0000729a store  0x00000003 , 0x000004f4 
+ 00027209  0x0000729b arg  0x00000107 , 0x00000011 
+ 00027210  0x0000729c arg  0x0000000f , 0x00000012 
+ 00027211  0x0000729d call  0x00006a5d 
+ 00027212  0x0000729e xor_into  0x000000d7 , 0x0000003f 
+ 00027213  0x0000729f invert  0x0000003f , 0x0000003f 
+ 00027214  0x000072a0 reverse  0x0000003f , 0x0000003f 
+ 00027215  0x000072a1 rtn 
+ 00027216  0x000072ac fetch  0x00000003 , 0x00004560 
+ 00027217  0x000072ad store  0x00000003 , 0x000004f4 
+ 00027218  0x000072ae arg  0x00000107 , 0x00000011 
+ 00027219  0x000072af arg  0x0000000f , 0x00000012 
+ 00027220  0x000072b0 call  0x00006a5d 
+ 00027221  0x000072b1 lshift8  0x0000003f , 0x0000003f 
+ 00027222  0x000072b2 arg  0x00000007 , 0x00000012 
+ 00027223  0x000072b3 call  0x00006a5d 
+ 00027224  0x000072b4 xor_into  0x0000002b , 0x0000003f 
+ 00027225  0x000072b5 invert  0x0000003f , 0x0000003f 
+ 00027226  0x000072b6 reverse  0x0000003f , 0x0000003f 
+ 00027227  0x000072b7 copy  0x0000003f , 0x00000002 
+ 00027228  0x000072b8 rtn 
+ 00027229  0x000072bb arg  0x00000000 , 0x00000013 
+ 00027230  0x000072bc copy  0x00000012 , 0x00000039 
+ 00027231  0x000072bd call  0x00007e71 
+ 00027232  0x000072be icopy  0x00000002 
+ 00027233  0x000072c4 copy  0x00000002 , 0x0000003f 
+ 00027234  0x000072c5 lshift  0x00000013 , 0x00000013 
+ 00027235  0x000072c6 bbit0  0x00000008 , 0x00006a66 
+ 00027236  0x000072c7 ixor  0x00000011 , 0x00000002 
+ 00027237  0x000072c8 increase  0x00000001 , 0x00000013 
+ 00027238  0x000072ca lshift  0x00000002 , 0x00000002 
+ 00027239  0x000072cb fetch  0x00000003 , 0x000004f4 
+ 00027240  0x000072cc increase  0xffffffff , 0x00000012 
+ 00027241  0x000072cd compare  0x000000ff , 0x00000012 , 0x000000ff 
+ 00027242  0x000072ce branch  0x00006a70 , 0x00000001 
+ 00027243  0x000072cf copy  0x00000012 , 0x00000039 
+ 00027244  0x000072d0 call  0x00007e71 
+ 00027245  0x000072d1 isolate1  0x00000000 , 0x0000003f 
+ 00027246  0x000072d2 setflag  0x00000001 , 0x00000000 , 0x00000002 
+ 00027247  0x000072d3 branch  0x00006a61 
+ 00027248  0x000072d6 rshift  0x00000002 , 0x0000003f 
+ 00027249  0x000072d7 rtn 
+ 00027250  0x000072da fetcht  0x00000001 , 0x0000455d 
+ 00027251  0x000072dd lshift2  0x00000002 , 0x00000002 
+ 00027252  0x000072de set1  0x00000000 , 0x00000002 
+ 00027253  0x000072df fetch  0x00000001 , 0x00004563 
+ 00027254  0x000072e0 ncall  0x00006a18 , 0x00000034 
+ 00027255  0x000072e1 storet  0x00000001 , 0x0000050d 
+ 00027256  0x000072e2 rtn 
+ 00027257  0x000072e6 lshift  0x00000002 , 0x00000002 
+ 00027258  0x000072e7 fetch  0x00000001 , 0x00004563 
+ 00027259  0x000072e8 setflag  0x00000034 , 0x00000000 , 0x00000002 
+ 00027260  0x000072ea rtn 
+ 00027261  0x000072ec fetcht  0x00000001 , 0x000004fc 
+ 00027262  0x000072ed jam  0x000000d7 , 0x000004fe 
+ 00027263  0x000072ee call  0x00006bb6 
+ 00027264  0x000072ef fetch  0x00000001 , 0x00004251 
+ 00027265  0x000072f0 set1  0x00000006 , 0x0000003f 
+ 00027266  0x000072f1 set1  0x00000007 , 0x0000003f 
+ 00027267  0x000072f2 store  0x00000001 , 0x00004251 
+ 00027268  0x000072f3 jam  0x00000000 , 0x00004563 
+ 00027269  0x000072f4 branch  0x00006b97 
+ 00027270  0x000072f6 fetch  0x00000001 , 0x00004251 
+ 00027271  0x000072f7 set1  0x00000007 , 0x0000003f 
+ 00027272  0x000072f8 store  0x00000001 , 0x00004251 
+ 00027273  0x000072f9 branch  0x00006b97 
+ 00027274  0x000072fd bpatchx  0x000000a5 , 0x00004034 
+ 00027275  0x000072fe fetch  0x00000001 , 0x00004681 
+ 00027276  0x000072ff beq  0x00000000 , 0x00006a8e 
+ 00027277  0x00007300 branch  0x00006b4c 
+ 00027278  0x00007303 fetch  0x00000002 , 0x00000264 
+ 00027279  0x00007304 copy  0x0000003f , 0x00000006 
+ 00027280  0x00007305 call  0x00006ab8 
+ 00027281  0x00007306 fetch  0x00000001 , 0x000004fc 
+ 00027282  0x00007307 beq  0x00000000 , 0x00006a94 
+ 00027283  0x00007308 branch  0x00006b18 
+ 00027284  0x0000730a bpatchx  0x000000a6 , 0x00004034 
+ 00027285  0x0000730b fetch  0x00000001 , 0x000004fd 
+ 00027286  0x0000730c beq  0x0000003f , 0x00006a7d 
+ 00027287  0x0000730d beq  0x00000073 , 0x00006a86 
+ 00027288  0x0000730e beq  0x000000ef , 0x00006a9b 
+ 00027289  0x0000730f beq  0x00000053 , 0x00006b44 
+ 00027290  0x00007310 rtn 
+ 00027291  0x00007314 fetch  0x00000002 , 0x00000501 
+ 00027292  0x00007315 copy  0x0000003f , 0x00000006 
+ 00027293  0x00007316 call  0x00006ac3 
+ 00027294  0x00007317 fetch  0x00000001 , 0x00000503 
+ 00027295  0x00007318 beq  0x00000041 , 0x00006aa5 
+ 00027296  0x00007319 beq  0x00000040 , 0x00006aad 
+ 00027297  0x0000731a beq  0x00000071 , 0x00006ae6 
+ 00027298  0x0000731b beq  0x00000070 , 0x00006af2 
+ 00027299  0x0000731c beq  0x00000049 , 0x00006afd 
+ 00027300  0x0000731d branch  0x00006b97 
+ 00027301  0x00007320 call  0x00006aaf 
+ 00027302  0x00007322 branch  0x00006aa7 
+ 00027303  0x00007325 fetch  0x00000001 , 0x00004254 
+ 00027304  0x00007326 set1  0x00000000 , 0x0000003f 
+ 00027305  0x00007327 set1  0x00000001 , 0x0000003f 
+ 00027306  0x00007328 store  0x00000001 , 0x00004254 
+ 00027307  0x00007329 call  0x00006be0 
+ 00027308  0x0000732a branch  0x00006b97 
+ 00027309  0x0000732d call  0x00006aaf 
+ 00027310  0x0000732e branch  0x00006b97 
+ 00027311  0x00007331 call  0x00006acb 
+ 00027312  0x00007332 branch  0x00006ad7 
+ 00027313  0x00007335 call  0x00006acb 
+ 00027314  0x00007336 ifetch  0x00000001 , 0x00000006 
+ 00027315  0x00007337 rshift3  0x0000003f , 0x0000003f 
+ 00027316  0x00007338 store  0x00000001 , 0x0000456a 
+ 00027317  0x00007339 ifetch  0x00000001 , 0x00000006 
+ 00027318  0x0000733a store  0x00000001 , 0x00000508 
+ 00027319  0x0000733b rtn 
+ 00027320  0x0000733f ifetch  0x00000001 , 0x00000006 
+ 00027321  0x00007340 store  0x00000001 , 0x000004fb 
+ 00027322  0x00007341 rshift3  0x0000003f , 0x0000003f 
+ 00027323  0x00007342 store  0x00000001 , 0x000004fc 
+ 00027324  0x00007343 ifetch  0x00000001 , 0x00000006 
+ 00027325  0x00007344 store  0x00000001 , 0x000004fd 
+ 00027326  0x00007346 call  0x00006ace 
+ 00027327  0x00007347 storet  0x00000002 , 0x000004ff 
+ 00027328  0x00007348 copy  0x00000006 , 0x0000003f 
+ 00027329  0x00007349 store  0x00000002 , 0x00000501 
+ 00027330  0x0000734a rtn 
+ 00027331  0x0000734d ifetch  0x00000001 , 0x00000006 
+ 00027332  0x0000734e rshift  0x0000003f , 0x0000003f 
+ 00027333  0x0000734f store  0x00000001 , 0x00000503 
+ 00027334  0x00007350 call  0x00006ace 
+ 00027335  0x00007351 storet  0x00000002 , 0x00000504 
+ 00027336  0x00007352 copy  0x00000006 , 0x0000003f 
+ 00027337  0x00007353 store  0x00000002 , 0x00000506 
+ 00027338  0x00007354 rtn 
+ 00027339  0x00007358 fetch  0x00000002 , 0x00000506 
+ 00027340  0x00007359 copy  0x0000003f , 0x00000006 
+ 00027341  0x0000735a rtn 
+ 00027342  0x0000735d ifetch  0x00000001 , 0x00000006 
+ 00027343  0x0000735e copy  0x0000003f , 0x00000002 
+ 00027344  0x0000735f rshift  0x00000002 , 0x00000002 
+ 00027345  0x00007360 rtnbit1  0x00000000 
+ 00027346  0x00007361 ifetch  0x00000001 , 0x00000006 
+ 00027347  0x00007362 lshift3  0x0000003f , 0x0000003f 
+ 00027348  0x00007363 lshift4  0x0000003f , 0x0000003f 
+ 00027349  0x00007364 iadd  0x00000002 , 0x00000002 
+ 00027350  0x00007365 rtn 
+ 00027351  0x00007368 ifetch  0x00000001 , 0x00000006 
+ 00027352  0x00007369 store  0x00000001 , 0x0000455d 
+ 00027353  0x0000736a ifetch  0x00000001 , 0x00000006 
+ 00027354  0x0000736b store  0x00000001 , 0x00000509 
+ 00027355  0x0000736c ifetch  0x00000001 , 0x00000006 
+ 00027356  0x0000736d store  0x00000001 , 0x0000050a 
+ 00027357  0x0000736e ifetch  0x00000001 , 0x00000006 
+ 00027358  0x0000736f store  0x00000001 , 0x0000050b 
+ 00027359  0x00007370 ifetch  0x00000002 , 0x00000006 
+ 00027360  0x00007371 store  0x00000002 , 0x0000455e 
+ 00027361  0x00007372 ifetch  0x00000001 , 0x00000006 
+ 00027362  0x00007373 store  0x00000001 , 0x0000050c 
+ 00027363  0x00007374 ifetch  0x00000001 , 0x00000006 
+ 00027364  0x00007375 store  0x00000001 , 0x00004568 
+ 00027365  0x00007376 rtn 
+ 00027366  0x0000737a call  0x00006ab1 
+ 00027367  0x0000737c branch  0x00006ae8 
+ 00027368  0x0000737f fetch  0x00000001 , 0x00004254 
+ 00027369  0x00007380 set1  0x00000005 , 0x0000003f 
+ 00027370  0x00007381 set1  0x00000006 , 0x0000003f 
+ 00027371  0x00007382 store  0x00000001 , 0x00004254 
+ 00027372  0x00007383 fetcht  0x00000001 , 0x0000455d 
+ 00027373  0x00007384 lshift2  0x00000002 , 0x00000002 
+ 00027374  0x00007385 or_into  0x00000003 , 0x00000002 
+ 00027375  0x00007386 call  0x00006c11 
+ 00027376  0x00007387 jam  0x00000003 , 0x00004567 
+ 00027377  0x00007388 branch  0x00006b97 
+ 00027378  0x0000738b jam  0x00000008 , 0x00000a99 
+ 00027379  0x0000738c call  0x00007d86 
+ 00027380  0x0000738d call  0x00006ab1 
+ 00027381  0x0000738e fetch  0x00000001 , 0x0000456a 
+ 00027382  0x0000738f sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00027383  0x00007390 branch  0x00006af9 , 0x00000005 
+ 00027384  0x00007391 branch  0x00002a8c 
+ 00027385  0x00007393 fetch  0x00000001 , 0x00004254 
+ 00027386  0x00007394 set1  0x00000007 , 0x0000003f 
+ 00027387  0x00007395 store  0x00000001 , 0x00004254 
+ 00027388  0x00007396 branch  0x00006b97 
+ 00027389  0x00007399 call  0x00006acb 
+ 00027390  0x0000739a ifetch  0x00000001 , 0x00000006 
+ 00027391  0x0000739b store  0x00000001 , 0x00000ac2 
+ 00027392  0x0000739c call  0x000052d2 
+ 00027393  0x0000739d call  0x000052e0 
+ 00027394  0x0000739e setarg  0x0000000e 
+ 00027395  0x0000739f istore  0x00000002 , 0x00000005 
+ 00027396  0x000073a0 fetch  0x00000002 , 0x0000424a 
+ 00027397  0x000073a1 istore  0x00000002 , 0x00000005 
+ 00027398  0x000073a2 fetch  0x00000001 , 0x00004563 
+ 00027399  0x000073a4 lshift  0x0000003f , 0x0000003f 
+ 00027400  0x000073a5 set1  0x00000000 , 0x0000003f 
+ 00027401  0x000073a6 istore  0x00000001 , 0x00000005 
+ 00027402  0x000073a7 bpatchx  0x000000a7 , 0x00004034 
+ 00027403  0x000073a8 setarg  0x000015ef 
+ 00027404  0x000073a9 istore  0x00000002 , 0x00000005 
+ 00027405  0x000073aa setarg  0x00001191 
+ 00027406  0x000073ab istore  0x00000002 , 0x00000005 
+ 00027407  0x000073ae fetch  0x00000001 , 0x00000ac2 
+ 00027408  0x000073af istore  0x00000001 , 0x00000005 
+ 00027409  0x000073b0 setarg  0x00000007 
+ 00027410  0x000073b1 istore  0x00000005 , 0x00000005 
+ 00027411  0x000073b4 setarg  0x00000001 
+ 00027412  0x000073b5 istore  0x00000002 , 0x00000005 
+ 00027413  0x000073b8 call  0x00006a2f 
+ 00027414  0x000073b9 istore  0x00000001 , 0x00000005 
+ 00027415  0x000073ba rtn 
+ 00027416  0x000073bf branch  0x00006b19 
+ 00027417  0x000073c2 bpatchx  0x000000a8 , 0x00004035 
+ 00027418  0x000073c3 fetch  0x00000001 , 0x000004fd 
+ 00027419  0x000073c4 beq  0x00000073 , 0x00006b21 
+ 00027420  0x000073c5 beq  0x0000003f , 0x00006b25 
+ 00027421  0x000073c6 beq  0x000000ef , 0x00006b3f 
+ 00027422  0x000073c7 beq  0x000000ff , 0x00006b37 
+ 00027423  0x000073c8 beq  0x00000053 , 0x00006b46 
+ 00027424  0x000073c9 rtn 
+ 00027425  0x000073cb fetch  0x00000001 , 0x00004254 
+ 00027426  0x000073cc set1  0x00000003 , 0x0000003f 
+ 00027427  0x000073cd store  0x00000001 , 0x00004254 
+ 00027428  0x000073ce branch  0x00006b97 
+ 00027429  0x000073d0 fetch  0x00000001 , 0x00004254 
+ 00027430  0x000073d1 set1  0x00000003 , 0x0000003f 
+ 00027431  0x000073d2 set1  0x00000002 , 0x0000003f 
+ 00027432  0x000073d3 store  0x00000001 , 0x00004254 
+ 00027433  0x000073d4 fetch  0x00000001 , 0x000004fb 
+ 00027434  0x000073d5 call  0x00006a26 
+ 00027435  0x000073d6 store  0x00000001 , 0x000004fe 
+ 00027436  0x000073d7 call  0x00006bb6 
+ 00027437  0x000073d8 fetch  0x00000001 , 0x000004fb 
+ 00027438  0x000073d9 rshift2  0x0000003f , 0x0000003f 
+ 00027439  0x000073da store  0x00000001 , 0x0000455d 
+ 00027440  0x000073db lshift2  0x0000003f , 0x0000003f 
+ 00027441  0x000073dc set0  0x00000001 , 0x0000003f 
+ 00027442  0x000073dd set1  0x00000000 , 0x0000003f 
+ 00027443  0x000073de arg  0x00004565 , 0x00000002 
+ 00027444  0x000073df storet  0x00000002 , 0x000004f7 
+ 00027445  0x000073e0 call  0x00006a35 
+ 00027446  0x000073e1 branch  0x00006b97 
+ 00027447  0x000073e4 fetch  0x00000002 , 0x00000501 
+ 00027448  0x000073e5 copy  0x0000003f , 0x00000006 
+ 00027449  0x000073e6 increase  0x00000001 , 0x0000003f 
+ 00027450  0x000073e7 store  0x00000002 , 0x00000501 
+ 00027451  0x000073e8 ifetch  0x00000001 , 0x00000006 
+ 00027452  0x000073e9 fetcht  0x00000001 , 0x00004568 
+ 00027453  0x000073ea iadd  0x00000002 , 0x0000003f 
+ 00027454  0x000073eb store  0x00000001 , 0x00004568 
+ 00027455  0x000073ed call  0x00006c42 
+ 00027456  0x000073ef call  0x00006a72 
+ 00027457  0x000073f0 call  0x00006c28 
+ 00027458  0x000073f1 call  0x00006c4b 
+ 00027459  0x000073f2 branch  0x00006b97 
+ 00027460  0x000073f5 jam  0x00000009 , 0x00000a99 
+ 00027461  0x000073f6 call  0x00007d86 
+ 00027462  0x000073f8 call  0x00006a0d 
+ 00027463  0x000073f9 fetch  0x00000001 , 0x000004fb 
+ 00027464  0x000073fa call  0x00006a26 
+ 00027465  0x000073fb store  0x00000001 , 0x000004fe 
+ 00027466  0x000073fc call  0x00006bb6 
+ 00027467  0x000073fd branch  0x00006b97 
+ 00027468  0x00007403 fetch  0x00000002 , 0x00000264 
+ 00027469  0x00007404 copy  0x0000003f , 0x00000006 
+ 00027470  0x00007405 call  0x00006ab8 
+ 00027471  0x00007406 fetch  0x00000001 , 0x000004fc 
+ 00027472  0x00007407 beq  0x00000000 , 0x00006b52 
+ 00027473  0x00007408 branch  0x00006b86 
+ 00027474  0x0000740b bpatchx  0x000000a9 , 0x00004035 
+ 00027475  0x0000740c fetch  0x00000001 , 0x000004fd 
+ 00027476  0x0000740d beq  0x0000003f , 0x00006a7d 
+ 00027477  0x0000740e beq  0x00000073 , 0x00006a86 
+ 00027478  0x0000740f beq  0x000000ef , 0x00006b58 
+ 00027479  0x00007410 branch  0x00006b97 
+ 00027480  0x00007412 fetch  0x00000002 , 0x00000501 
+ 00027481  0x00007413 copy  0x0000003f , 0x00000006 
+ 00027482  0x00007414 call  0x00006ac3 
+ 00027483  0x00007415 fetch  0x00000001 , 0x00000503 
+ 00027484  0x00007416 beq  0x00000041 , 0x00006b61 
+ 00027485  0x00007417 beq  0x00000040 , 0x00006b61 
+ 00027486  0x00007418 beq  0x00000071 , 0x00006b6c 
+ 00027487  0x00007419 beq  0x00000070 , 0x00006b7c 
+ 00027488  0x0000741a branch  0x00006b97 
+ 00027489  0x0000741d call  0x00006aaf 
+ 00027490  0x0000741e fetch  0x00000001 , 0x0000455d 
+ 00027491  0x0000741f rshift  0x0000003f , 0x0000003f 
+ 00027492  0x00007420 fetcht  0x00000001 , 0x00004564 
+ 00027493  0x00007421 isub  0x00000002 , 0x0000003e 
+ 00027494  0x00007422 branch  0x00006b68 , 0x00000005 
+ 00027495  0x00007423 branch  0x00002a8c 
+ 00027496  0x00007425 fetch  0x00000001 , 0x00004254 
+ 00027497  0x00007426 set1  0x00000001 , 0x0000003f 
+ 00027498  0x00007427 store  0x00000001 , 0x00004254 
+ 00027499  0x00007428 branch  0x00006b97 
+ 00027500  0x0000742b call  0x00006ab1 
+ 00027501  0x0000742c fetch  0x00000001 , 0x0000456a 
+ 00027502  0x0000742d fetcht  0x00000001 , 0x00004564 
+ 00027503  0x0000742e isub  0x00000002 , 0x0000003e 
+ 00027504  0x0000742f branch  0x00006b73 , 0x00000005 
+ 00027505  0x00007430 branch  0x00002a8c 
+ 00027506  0x00007431 branch  0x00006b97 
+ 00027507  0x00007433 fetch  0x00000001 , 0x00004254 
+ 00027508  0x00007434 set1  0x00000005 , 0x0000003f 
+ 00027509  0x00007435 set1  0x00000006 , 0x0000003f 
+ 00027510  0x00007436 store  0x00000001 , 0x00004254 
+ 00027511  0x00007437 fetcht  0x00000001 , 0x0000455d 
+ 00027512  0x00007438 lshift2  0x00000002 , 0x00000002 
+ 00027513  0x00007439 or_into  0x00000003 , 0x00000002 
+ 00027514  0x0000743a call  0x00006c11 
+ 00027515  0x0000743b branch  0x00006b97 
+ 00027516  0x0000743e call  0x00006ab1 
+ 00027517  0x0000743f fetch  0x00000001 , 0x0000456a 
+ 00027518  0x00007440 fetcht  0x00000001 , 0x00004564 
+ 00027519  0x00007441 isub  0x00000002 , 0x0000003e 
+ 00027520  0x00007442 branch  0x00006b82 , 0x00000005 
+ 00027521  0x00007443 branch  0x00002a8c 
+ 00027522  0x00007445 fetch  0x00000001 , 0x00004254 
+ 00027523  0x00007446 set1  0x00000007 , 0x0000003f 
+ 00027524  0x00007447 store  0x00000001 , 0x00004254 
+ 00027525  0x00007448 branch  0x00006b97 
+ 00027526  0x0000744b fetch  0x00000001 , 0x000004fc 
+ 00027527  0x0000744c fetcht  0x00000001 , 0x00004564 
+ 00027528  0x0000744d isub  0x00000002 , 0x0000003e 
+ 00027529  0x0000744e branch  0x00006b8c , 0x00000005 
+ 00027530  0x0000744f branch  0x00002a8c 
+ 00027531  0x00007450 branch  0x00006b97 
+ 00027532  0x00007453 fetch  0x00000001 , 0x000004fd 
+ 00027533  0x00007454 beq  0x00000073 , 0x00006b91 
+ 00027534  0x00007455 beq  0x000000ef , 0x00006b3f 
+ 00027535  0x00007456 beq  0x000000ff , 0x00006b37 
+ 00027536  0x00007457 beq  0x00000053 , 0x00006b96 
+ 00027537  0x00007459 fetch  0x00000001 , 0x00004254 
+ 00027538  0x0000745a set1  0x00000003 , 0x0000003f 
+ 00027539  0x0000745b store  0x00000001 , 0x00004254 
+ 00027540  0x0000745c branch  0x00006b97 
+ 00027541  0x0000745e branch  0x00006b95 
+ 00027542  0x00007460 branch  0x00006b46 
+ 00027543  0x00007462 rtn 
+ 00027544  0x00007465 fetch  0x00000001 , 0x00004567 
+ 00027545  0x00007466 rtn  0x00000034 
+ 00027546  0x00007467 beq  0x00000003 , 0x00006b9c 
+ 00027547  0x00007468 branch  0x00002a8c 
+ 00027548  0x0000746b jam  0x00000000 , 0x00004567 
+ 00027549  0x0000746c call  0x000052d2 
+ 00027550  0x0000746d arg  0x00000001 , 0x00000002 
+ 00027551  0x0000746e fetcht  0x00000001 , 0x0000455d 
+ 00027552  0x0000746f lshift2  0x00000002 , 0x00000002 
+ 00027553  0x00007471 or_into  0x00000003 , 0x00000002 
+ 00027554  0x00007472 arg  0x000000aa , 0x00000011 
+ 00027555  0x00007473 call  0x00006bfc 
+ 00027556  0x00007474 call  0x000052e0 
+ 00027557  0x00007475 copy  0x00000005 , 0x00000006 
+ 00027558  0x00007476 ifetch  0x00000002 , 0x00000006 
+ 00027559  0x00007477 branch  0x00002a8c , 0x00000034 
+ 00027560  0x00007478 rtn 
+ 00027561  0x0000747b call  0x000052e0 
+ 00027562  0x0000747c setarg  0x00000004 
+ 00027563  0x0000747d istore  0x00000002 , 0x00000005 
+ 00027564  0x0000747e fetch  0x00000002 , 0x0000424a 
+ 00027565  0x0000747f istore  0x00000002 , 0x00000005 
+ 00027566  0x00007480 fetch  0x00000001 , 0x000004fb 
+ 00027567  0x00007481 istore  0x00000001 , 0x00000005 
+ 00027568  0x00007482 bpatchx  0x000000aa , 0x00004035 
+ 00027569  0x00007483 setarg  0x0000013f 
+ 00027570  0x00007484 istore  0x00000002 , 0x00000005 
+ 00027571  0x00007485 fetch  0x00000001 , 0x000004fe 
+ 00027572  0x00007486 istore  0x00000001 , 0x00000005 
+ 00027573  0x00007487 rtn 
+ 00027574  0x00007489 call  0x000052d2 
+ 00027575  0x0000748a call  0x000052e0 
+ 00027576  0x0000748b setarg  0x00000004 
+ 00027577  0x0000748c istore  0x00000002 , 0x00000005 
+ 00027578  0x0000748d fetch  0x00000002 , 0x0000424a 
+ 00027579  0x0000748e istore  0x00000002 , 0x00000005 
+ 00027580  0x0000748f fetch  0x00000001 , 0x000004fb 
+ 00027581  0x00007490 istore  0x00000001 , 0x00000005 
+ 00027582  0x00007491 bpatchx  0x000000ab , 0x00004035 
+ 00027583  0x00007492 setarg  0x00000173 
+ 00027584  0x00007493 istore  0x00000002 , 0x00000005 
+ 00027585  0x00007494 fetch  0x00000001 , 0x000004fe 
+ 00027586  0x00007495 istore  0x00000001 , 0x00000005 
+ 00027587  0x00007496 rtn 
+ 00027588  0x00007498 call  0x000052e0 
+ 00027589  0x00007499 setarg  0x0000000e 
+ 00027590  0x0000749a istore  0x00000002 , 0x00000005 
+ 00027591  0x0000749b fetch  0x00000002 , 0x0000424a 
+ 00027592  0x0000749c istore  0x00000002 , 0x00000005 
+ 00027593  0x0000749d fetch  0x00000001 , 0x00004563 
+ 00027594  0x0000749e lshift  0x0000003f , 0x0000003f 
+ 00027595  0x0000749f set1  0x00000000 , 0x0000003f 
+ 00027596  0x000074a0 istore  0x00000001 , 0x00000005 
+ 00027597  0x000074a1 bpatchx  0x000000ac , 0x00004035 
+ 00027598  0x000074a2 setarg  0x000015ef 
+ 00027599  0x000074a3 istore  0x00000002 , 0x00000005 
+ 00027600  0x000074a4 setarg  0x00001183 
+ 00027601  0x000074a5 istore  0x00000002 , 0x00000005 
+ 00027602  0x000074a6 copy  0x00000002 , 0x0000003f 
+ 00027603  0x000074a7 istore  0x00000001 , 0x00000005 
+ 00027604  0x000074a8 setarg  0x000000f0 
+ 00027605  0x000074a9 istore  0x00000003 , 0x00000005 
+ 00027606  0x000074aa setarg  0x0000007f 
+ 00027607  0x000074ab istore  0x00000002 , 0x00000005 
+ 00027608  0x000074ac setarg  0x00000000 
+ 00027609  0x000074ad istore  0x00000001 , 0x00000005 
+ 00027610  0x000074ae setarg  0x00000001 
+ 00027611  0x000074af istore  0x00000001 , 0x00000005 
+ 00027612  0x000074b0 call  0x00006a2f 
+ 00027613  0x000074b1 istore  0x00000001 , 0x00000005 
+ 00027614  0x000074b2 jam  0x00000010 , 0x00004569 
+ 00027615  0x000074b3 rtn 
+ 00027616  0x000074b5 call  0x000052d2 
+ 00027617  0x000074b6 call  0x000052e0 
+ 00027618  0x000074b7 setarg  0x0000000e 
+ 00027619  0x000074b8 istore  0x00000002 , 0x00000005 
+ 00027620  0x000074b9 fetch  0x00000002 , 0x0000424a 
+ 00027621  0x000074ba istore  0x00000002 , 0x00000005 
+ 00027622  0x000074bb fetch  0x00000001 , 0x00004563 
+ 00027623  0x000074bc lshift  0x0000003f , 0x0000003f 
+ 00027624  0x000074bd set1  0x00000000 , 0x0000003f 
+ 00027625  0x000074be istore  0x00000001 , 0x00000005 
+ 00027626  0x000074bf bpatchx  0x000000ad , 0x00004035 
+ 00027627  0x000074c0 setarg  0x000015ef 
+ 00027628  0x000074c1 istore  0x00000002 , 0x00000005 
+ 00027629  0x000074c2 setarg  0x00001181 
+ 00027630  0x000074c3 istore  0x00000002 , 0x00000005 
+ 00027631  0x000074c4 fetch  0x00000001 , 0x0000455d 
+ 00027632  0x000074c5 istore  0x00000001 , 0x00000005 
+ 00027633  0x000074c6 setarg  0x000000e0 
+ 00027634  0x000074c7 istore  0x00000003 , 0x00000005 
+ 00027635  0x000074c8 fetch  0x00000002 , 0x0000456c 
+ 00027636  0x000074c9 istore  0x00000002 , 0x00000005 
+ 00027637  0x000074ca setarg  0x00000000 
+ 00027638  0x000074cb istore  0x00000001 , 0x00000005 
+ 00027639  0x000074cc fetch  0x00000001 , 0x0000456e 
+ 00027640  0x000074cd istore  0x00000001 , 0x00000005 
+ 00027641  0x000074ce call  0x00006a2f 
+ 00027642  0x000074cf istore  0x00000001 , 0x00000005 
+ 00027643  0x000074d0 rtn 
+ 00027644  0x000074d2 call  0x000052e0 
+ 00027645  0x000074d3 setarg  0x00000008 
+ 00027646  0x000074d4 istore  0x00000002 , 0x00000005 
+ 00027647  0x000074d5 fetch  0x00000002 , 0x0000424a 
+ 00027648  0x000074d6 istore  0x00000002 , 0x00000005 
+ 00027649  0x000074d7 fetch  0x00000001 , 0x00004563 
+ 00027650  0x000074d8 lshift  0x0000003f , 0x0000003f 
+ 00027651  0x000074d9 set1  0x00000000 , 0x0000003f 
+ 00027652  0x000074da istore  0x00000001 , 0x00000005 
+ 00027653  0x000074db bpatchx  0x000000ae , 0x00004035 
+ 00027654  0x000074dc setarg  0x000009ef 
+ 00027655  0x000074dd istore  0x00000002 , 0x00000005 
+ 00027656  0x000074de setarg  0x000005e3 
+ 00027657  0x000074df istore  0x00000002 , 0x00000005 
+ 00027658  0x000074e0 copy  0x00000002 , 0x0000003f 
+ 00027659  0x000074e1 istore  0x00000001 , 0x00000005 
+ 00027660  0x000074e2 setarg  0x0000008d 
+ 00027661  0x000074e3 istore  0x00000001 , 0x00000005 
+ 00027662  0x000074e4 call  0x00006a2f 
+ 00027663  0x000074e5 istore  0x00000001 , 0x00000005 
+ 00027664  0x000074e6 rtn 
+ 00027665  0x000074e9 call  0x000052d2 
+ 00027666  0x000074ea call  0x000052e0 
+ 00027667  0x000074eb setarg  0x00000008 
+ 00027668  0x000074ec istore  0x00000002 , 0x00000005 
+ 00027669  0x000074ed fetch  0x00000002 , 0x0000424a 
+ 00027670  0x000074ee istore  0x00000002 , 0x00000005 
+ 00027671  0x000074ef copy  0x00000002 , 0x0000000b 
+ 00027672  0x000074f0 fetch  0x00000001 , 0x00004563 
+ 00027673  0x000074f1 lshift  0x0000003f , 0x0000003f 
+ 00027674  0x000074f2 set1  0x00000000 , 0x0000003f 
+ 00027675  0x000074f3 istore  0x00000001 , 0x00000005 
+ 00027676  0x000074f4 bpatchx  0x000000af , 0x00004035 
+ 00027677  0x000074f5 setarg  0x000009ef 
+ 00027678  0x000074f6 istore  0x00000002 , 0x00000005 
+ 00027679  0x000074f7 setarg  0x000005e1 
+ 00027680  0x000074f8 istore  0x00000002 , 0x00000005 
+ 00027681  0x000074f9 copy  0x0000000b , 0x0000003f 
+ 00027682  0x000074fa istore  0x00000001 , 0x00000005 
+ 00027683  0x000074fb setarg  0x0000008d 
+ 00027684  0x000074fc istore  0x00000001 , 0x00000005 
+ 00027685  0x000074fd call  0x00006a2f 
+ 00027686  0x000074fe istore  0x00000001 , 0x00000005 
+ 00027687  0x000074ff rtn 
+ 00027688  0x00007502 bpatchx  0x000000b0 , 0x00004036 
+ 00027689  0x00007503 fetch  0x00000001 , 0x00004569 
+ 00027690  0x00007504 rtn  0x00000034 
+ 00027691  0x00007505 hfetch  0x00000002 , 0x00008112 
+ 00027692  0x00007506 nrtn  0x00000034 
+ 00027693  0x00007507 copy  0x00000011 , 0x0000003f 
+ 00027694  0x00007508 store  0x00000001 , 0x00000a9b 
+ 00027695  0x00007509 storet  0x00000001 , 0x00000a9a 
+ 00027696  0x0000750a call  0x0000526e 
+ 00027697  0x0000750b nrtn  0x00000034 
+ 00027698  0x0000750c call  0x000052d2 
+ 00027699  0x0000750d call  0x000052e0 
+ 00027700  0x0000750e setarg  0x00000005 
+ 00027701  0x0000750f istore  0x00000002 , 0x00000005 
+ 00027702  0x00007510 fetch  0x00000002 , 0x0000424a 
+ 00027703  0x00007511 istore  0x00000002 , 0x00000005 
+ 00027704  0x00007512 fetch  0x00000001 , 0x0000050d 
+ 00027705  0x00007513 istore  0x00000001 , 0x00000005 
+ 00027706  0x00007514 setarg  0x000001ff 
+ 00027707  0x00007515 istore  0x00000002 , 0x00000005 
+ 00027708  0x00007516 fetch  0x00000001 , 0x00004569 
+ 00027709  0x00007517 istore  0x00000001 , 0x00000005 
+ 00027710  0x00007518 fetch  0x00000001 , 0x00004566 
+ 00027711  0x00007519 istore  0x00000001 , 0x00000005 
+ 00027712  0x0000751a jam  0x00000000 , 0x00004569 
+ 00027713  0x0000751b rtn 
+ 00027714  0x0000751e bpatchx  0x000000b1 , 0x00004036 
+ 00027715  0x0000751f fetch  0x00000001 , 0x0000456b 
+ 00027716  0x00007520 rtneq  0x00000001 
+ 00027717  0x00007521 fetch  0x00000002 , 0x000004ff 
+ 00027718  0x00007522 rtn  0x00000034 
+ 00027719  0x00007523 fetch  0x00000001 , 0x00004569 
+ 00027720  0x00007524 increase  0x00000001 , 0x0000003f 
+ 00027721  0x00007525 store  0x00000001 , 0x00004569 
+ 00027722  0x00007526 rtn 
+ 00027723  0x00007529 fetch  0x00000002 , 0x0000456f 
+ 00027724  0x0000752a branch  0x00007f9c 
+ 00027725  0x0000752d bpatchx  0x000000b2 , 0x00004036 
+ 00027726  0x0000752f fetch  0x00000001 , 0x00004568 
+ 00027727  0x00007530 rtn  0x00000034 
+ 00027728  0x00007531 increase  0xffffffff , 0x0000003f 
+ 00027729  0x00007532 store  0x00000001 , 0x00004568 
+ 00027730  0x00007533 fetch  0x00000002 , 0x0000455e 
+ 00027731  0x00007534 fetcht  0x00000002 , 0x0000469f 
+ 00027732  0x00007535 isub  0x00000002 , 0x0000003e 
+ 00027733  0x00007536 branch  0x00006c57 , 0x00000002 
+ 00027734  0x00007537 store  0x00000002 , 0x0000469f 
+ 00027735  0x00007539 fetch  0x00000001 , 0x00004569 
+ 00027736  0x0000753a branch  0x00006c5f , 0x00000034 
+ 00027737  0x0000753b jam  0x00000001 , 0x00000510 
+ 00027738  0x0000753c fetch  0x00000001 , 0x00004566 
+ 00027739  0x0000753d store  0x00000001 , 0x0000050f 
+ 00027740  0x0000753e setarg  0x000000ff 
+ 00027741  0x0000753f store  0x00000001 , 0x0000050e 
+ 00027742  0x00007540 branch  0x00006c64 
+ 00027743  0x00007542 jam  0x00000000 , 0x00000510 
+ 00027744  0x00007543 fetch  0x00000001 , 0x00004565 
+ 00027745  0x00007544 store  0x00000001 , 0x0000050f 
+ 00027746  0x00007545 setarg  0x000000ef 
+ 00027747  0x00007546 store  0x00000001 , 0x0000050e 
+ 00027748  0x00007548 bpatchx  0x000000b3 , 0x00004036 
+ 00027749  0x00007549 fetch  0x00000002 , 0x0000469f 
+ 00027750  0x0000754a sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00027751  0x0000754b branch  0x00006c6b , 0x00000002 
+ 00027752  0x0000754c fetch  0x00000001 , 0x00000510 
+ 00027753  0x0000754d increase  0x00000001 , 0x0000003f 
+ 00027754  0x0000754e store  0x00000001 , 0x00000510 
+ 00027755  0x00007550 call  0x00006a72 
+ 00027756  0x00007551 fetch  0x00000002 , 0x0000469f 
+ 00027757  0x00007552 increase  0x00000008 , 0x0000003f 
+ 00027758  0x00007553 fetcht  0x00000001 , 0x00000510 
+ 00027759  0x00007554 iadd  0x00000002 , 0x00000011 
+ 00027760  0x00007556 call  0x00005240 
+ 00027761  0x00007557 store  0x00000002 , 0x00000277 
+ 00027762  0x00007558 increase  0x00000004 , 0x0000003f 
+ 00027763  0x00007559 store  0x00000002 , 0x00000279 
+ 00027764  0x0000755a copy  0x0000003f , 0x00000005 
+ 00027765  0x0000755b fetch  0x00000001 , 0x0000050d 
+ 00027766  0x0000755c istore  0x00000001 , 0x00000005 
+ 00027767  0x0000755d fetch  0x00000001 , 0x0000050e 
+ 00027768  0x0000755e istore  0x00000001 , 0x00000005 
+ 00027769  0x0000755f call  0x00006c95 
+ 00027770  0x00007560 call  0x00006ca6 
+ 00027771  0x00007561 bpatchx  0x000000b4 , 0x00004036 
+ 00027772  0x00007562 fetch  0x00000002 , 0x00004571 
+ 00027773  0x00007563 copy  0x0000003f , 0x00000003 
+ 00027774  0x00007564 fetch  0x00000002 , 0x0000469f 
+ 00027775  0x00007565 copy  0x0000003f , 0x00000039 
+ 00027776  0x00007566 call  0x000066ea 
+ 00027777  0x00007567 copy  0x00000005 , 0x00000002 
+ 00027778  0x00007568 copy  0x00000003 , 0x0000003f 
+ 00027779  0x00007569 store  0x00000002 , 0x00004571 
+ 00027780  0x0000756a copy  0x00000002 , 0x00000005 
+ 00027781  0x0000756b fetch  0x00000001 , 0x0000050f 
+ 00027782  0x0000756c istore  0x00000001 , 0x00000005 
+ 00027783  0x0000756d fetch  0x00000002 , 0x00000277 
+ 00027784  0x0000756e copy  0x0000003f , 0x00000005 
+ 00027785  0x0000756f fetch  0x00000002 , 0x0000469f 
+ 00027786  0x00007570 fetcht  0x00000001 , 0x00000510 
+ 00027787  0x00007571 iadd  0x00000002 , 0x0000003f 
+ 00027788  0x00007572 increase  0x00000004 , 0x0000003f 
+ 00027789  0x00007573 istore  0x00000002 , 0x00000005 
+ 00027790  0x00007574 fetch  0x00000002 , 0x0000424a 
+ 00027791  0x00007575 istore  0x00000002 , 0x00000005 
+ 00027792  0x00007576 jam  0x00000000 , 0x00004569 
+ 00027793  0x00007577 fetch  0x00000002 , 0x00004573 
+ 00027794  0x00007578 beq  0x00000000 , 0x00003a97 
+ 00027795  0x00007579 jam  0x00000000 , 0x00000b05 
+ 00027796  0x0000757a rtn 
+ 00027797  0x0000757d bpatchx  0x000000b5 , 0x00004036 
+ 00027798  0x0000757e fetch  0x00000002 , 0x0000469f 
+ 00027799  0x0000757f sub  0x0000003f , 0x0000007f , 0x0000003e 
+ 00027800  0x00007580 nbranch  0x00006c9d , 0x00000002 
+ 00027801  0x00007581 lshift  0x0000003f , 0x0000003f 
+ 00027802  0x00007582 set1  0x00000000 , 0x0000003f 
+ 00027803  0x00007583 istore  0x00000001 , 0x00000005 
+ 00027804  0x00007584 rtn 
+ 00027805  0x00007586 fetch  0x00000002 , 0x0000469f 
+ 00027806  0x00007587 rshift3  0x0000003f , 0x0000003f 
+ 00027807  0x00007588 rshift4  0x0000003f , 0x00000002 
+ 00027808  0x00007589 and_into  0x0000007f , 0x0000003f 
+ 00027809  0x0000758a lshift  0x0000003f , 0x0000003f 
+ 00027810  0x0000758b set0  0x00000000 , 0x0000003f 
+ 00027811  0x0000758c istore  0x00000001 , 0x00000005 
+ 00027812  0x0000758d istoret  0x00000001 , 0x00000005 
+ 00027813  0x0000758e rtn 
+ 00027814  0x00007590 fetch  0x00000001 , 0x00004569 
+ 00027815  0x00007591 rtn  0x00000034 
+ 00027816  0x00007592 istore  0x00000001 , 0x00000005 
+ 00027817  0x00007593 rtn 
+ 00027818  0x00007599 bpatchx  0x000000b6 , 0x00004036 
+ 00027819  0x0000759a call  0x00007d9c 
+ 00027820  0x0000759b call  0x000032f6 
+ 00027821  0x0000759c call  0x0000631b 
+ 00027822  0x0000759e bpatchx  0x000000b7 , 0x00004036 
+ 00027823  0x0000759f call  0x000076dc 
+ 00027824  0x000075a0 call  0x000076b5 
+ 00027825  0x000075a1 call  0x000076c6 
+ 00027826  0x000075a4 call  0x0000526e 
+ 00027827  0x000075a5 nrtn  0x00000034 
+ 00027828  0x000075a7 call  0x00004da9 
+ 00027829  0x000075a8 call  0x0000526e 
+ 00027830  0x000075a9 nrtn  0x00000034 
+ 00027831  0x000075aa bpatchx  0x000000b8 , 0x00004037 
+ 00027832  0x000075ac call  0x00006cf5 
+ 00027833  0x000075ad call  0x00004f64 
+ 00027834  0x000075ae call  0x00006b98 
+ 00027835  0x000075b0 call  0x00006cbe 
+ 00027836  0x000075b1 bpatchx  0x000000b9 , 0x00004037 
+ 00027837  0x000075b4 branch  0x000032f2 
+ 00027838  0x000075b7 fetch  0x00000001 , 0x0000027f 
+ 00027839  0x000075b8 bbit1  0x00000000 , 0x00005087 
+ 00027840  0x000075b9 bbit1  0x00000007 , 0x00005091 
+ 00027841  0x000075ba rtn 
+ 00027842  0x000075bd bpatchx  0x000000ba , 0x00004037 
+ 00027843  0x000075be call  0x00005274 
+ 00027844  0x000075bf rtn  0x00000034 
+ 00027845  0x000075c0 fetch  0x00000001 , 0x0000004b 
+ 00027846  0x000075c1 rtnbit1  0x00000006 
+ 00027847  0x000075c2 call  0x00005258 
+ 00027848  0x000075c3 store  0x00000002 , 0x0000016f 
+ 00027849  0x000075c4 copy  0x0000003f , 0x00000006 
+ 00027850  0x000075c5 ifetch  0x00000002 , 0x00000006 
+ 00027851  0x000075c6 increase  0x00000004 , 0x0000003f 
+ 00027852  0x000075c7 store  0x00000002 , 0x000041dc 
+ 00027853  0x000075c8 jam  0x00000006 , 0x000041db 
+ 00027854  0x000075c9 bpatchx  0x000000bb , 0x00004037 
+ 00027855  0x000075ca fetch  0x00000002 , 0x00004246 
+ 00027856  0x000075cb branch  0x00006cdd , 0x00000034 
+ 00027857  0x000075cc fetch  0x00000001 , 0x0000004b 
+ 00027858  0x000075cd rtnbit0  0x00000007 
+ 00027859  0x000075ce set0  0x00000007 , 0x0000003f 
+ 00027860  0x000075cf store  0x00000001 , 0x0000004b 
+ 00027861  0x000075d0 jam  0x00000005 , 0x000041db 
+ 00027862  0x000075d1 fetcht  0x00000002 , 0x00004246 
+ 00027863  0x000075d2 fetch  0x00000002 , 0x0000016f 
+ 00027864  0x000075d3 iadd  0x00000002 , 0x0000003f 
+ 00027865  0x000075d4 store  0x00000002 , 0x0000016f 
+ 00027866  0x000075d5 fetch  0x00000002 , 0x000041dc 
+ 00027867  0x000075d6 isub  0x00000002 , 0x0000003f 
+ 00027868  0x000075d7 store  0x00000002 , 0x000041dc 
+ 00027869  0x000075d9 bpatchx  0x000000bc , 0x00004037 
+ 00027870  0x000075da fetch  0x00000002 , 0x000041dc 
+ 00027871  0x000075db branch  0x00002a8c , 0x00000034 
+ 00027872  0x000075dc arg  0x00000104 , 0x00000002 
+ 00027873  0x000075dd isub  0x00000002 , 0x0000003f 
+ 00027874  0x000075de nbranch  0x00006ce9 , 0x00000002 
+ 00027875  0x000075df bpatchx  0x000000bd , 0x00004037 
+ 00027876  0x000075e0 storet  0x00000002 , 0x000041dc 
+ 00027877  0x000075e1 fetch  0x00000002 , 0x00004246 
+ 00027878  0x000075e2 iadd  0x00000002 , 0x0000003f 
+ 00027879  0x000075e3 store  0x00000002 , 0x00004246 
+ 00027880  0x000075e4 branch  0x00006ceb 
+ 00027881  0x000075e6 setarg  0x00000000 
+ 00027882  0x000075e7 store  0x00000002 , 0x00004246 
+ 00027883  0x000075e9 fetch  0x00000001 , 0x0000004b 
+ 00027884  0x000075ea set1  0x00000006 , 0x0000003f 
+ 00027885  0x000075eb store  0x00000001 , 0x0000004b 
+ 00027886  0x000075ec rtn 
+ 00027887  0x000075ef fetch  0x00000001 , 0x00004684 
+ 00027888  0x000075f0 bbit1  0x00000000 , 0x00006cf3 
+ 00027889  0x000075f1 jam  0x00000001 , 0x00000287 
+ 00027890  0x000075f2 rtn 
+ 00027891  0x000075f4 jam  0x0000000f , 0x00000287 
+ 00027892  0x000075f5 rtn 
+ 00027893  0x000075f8 fetch  0x00000001 , 0x00004681 
+ 00027894  0x000075f9 nbranch  0x00006cfb , 0x00000034 
+ 00027895  0x000075fb fetch  0x00000001 , 0x00000286 
+ 00027896  0x000075fd rtn  0x00000034 
+ 00027897  0x000075ff jam  0x00000000 , 0x00000286 
+ 00027898  0x00007601 rtn 
+ 00027899  0x00007605 bpatchx  0x000000be , 0x00004037 
+ 00027900  0x00007606 fetch  0x00000001 , 0x00000287 
+ 00027901  0x00007607 rtn  0x00000034 
+ 00027902  0x00007608 beq  0x00000001 , 0x00006d1b 
+ 00027903  0x00007609 beq  0x00000002 , 0x00006d74 
+ 00027904  0x0000760a beq  0x00000003 , 0x00006d21 
+ 00027905  0x0000760b beq  0x00000004 , 0x00006d78 
+ 00027906  0x0000760c beq  0x0000003b , 0x00006d2b 
+ 00027907  0x0000760d beq  0x0000003c , 0x00006d7b 
+ 00027908  0x0000760e beq  0x0000000d , 0x00006d30 
+ 00027909  0x0000760f beq  0x0000000e , 0x00006d80 
+ 00027910  0x00007610 beq  0x0000000f , 0x00006d33 
+ 00027911  0x00007611 beq  0x00000010 , 0x00006d86 
+ 00027912  0x00007612 beq  0x00000011 , 0x00006d39 
+ 00027913  0x00007613 beq  0x00000012 , 0x00006d8a 
+ 00027914  0x00007614 beq  0x00000013 , 0x00006d3f 
+ 00027915  0x00007615 beq  0x00000014 , 0x00006d8e 
+ 00027916  0x00007616 beq  0x00000015 , 0x00006d45 
+ 00027917  0x00007617 beq  0x00000016 , 0x00006d92 
+ 00027918  0x00007618 beq  0x00000017 , 0x00006d4b 
+ 00027919  0x00007619 beq  0x00000018 , 0x00006d97 
+ 00027920  0x0000761a beq  0x00000019 , 0x00006d51 
+ 00027921  0x0000761b beq  0x0000001a , 0x00006d9b 
+ 00027922  0x0000761c beq  0x0000001b , 0x00006d57 
+ 00027923  0x0000761d beq  0x0000001c , 0x00006d9f 
+ 00027924  0x0000761e beq  0x0000001d , 0x00006d5d 
+ 00027925  0x0000761f beq  0x0000001e , 0x00006da4 
+ 00027926  0x00007620 beq  0x0000001f , 0x00006d63 
+ 00027927  0x00007621 beq  0x00000020 , 0x00006da8 
+ 00027928  0x00007622 beq  0x00000021 , 0x00006d6e 
+ 00027929  0x00007623 beq  0x00000022 , 0x00006dac 
+ 00027930  0x00007625 rtn 
+ 00027931  0x00007627 call  0x00006db7 
+ 00027932  0x00007628 jam  0x00000002 , 0x00000287 
+ 00027933  0x00007629 fetch  0x00000001 , 0x00004250 
+ 00027934  0x0000762a set1  0x00000000 , 0x0000003f 
+ 00027935  0x0000762b store  0x00000001 , 0x00004250 
+ 00027936  0x0000762c rtn 
+ 00027937  0x0000762e jam  0x00000004 , 0x00000287 
+ 00027938  0x0000762f fetch  0x00000001 , 0x00004250 
+ 00027939  0x00007630 rtnbit1  0x00000002 
+ 00027940  0x00007631 jam  0x00000003 , 0x00000287 
+ 00027941  0x00007632 call  0x00006dbe 
+ 00027942  0x00007633 jam  0x00000004 , 0x00000287 
+ 00027943  0x00007634 fetch  0x00000001 , 0x00004250 
+ 00027944  0x00007635 set1  0x00000002 , 0x0000003f 
+ 00027945  0x00007636 store  0x00000001 , 0x00004250 
+ 00027946  0x00007637 rtn 
+ 00027947  0x00007639 call  0x00005274 
+ 00027948  0x0000763a nrtn  0x00000034 
+ 00027949  0x0000763b call  0x00006dcd 
+ 00027950  0x0000763c jam  0x0000003c , 0x00000287 
+ 00027951  0x0000763d rtn 
+ 00027952  0x0000763f call  0x00006dc3 
+ 00027953  0x00007640 jam  0x0000000e , 0x00000287 
+ 00027954  0x00007641 rtn 
+ 00027955  0x00007643 call  0x00006ddd 
+ 00027956  0x00007644 jam  0x00000010 , 0x00000287 
+ 00027957  0x00007645 fetch  0x00000001 , 0x00004252 
+ 00027958  0x00007646 set1  0x00000000 , 0x0000003f 
+ 00027959  0x00007647 store  0x00000001 , 0x00004252 
+ 00027960  0x00007648 rtn 
+ 00027961  0x0000764a call  0x00006de4 
+ 00027962  0x0000764b jam  0x00000012 , 0x00000287 
+ 00027963  0x0000764c fetch  0x00000001 , 0x00004252 
+ 00027964  0x0000764d set1  0x00000002 , 0x0000003f 
+ 00027965  0x0000764e store  0x00000001 , 0x00004252 
+ 00027966  0x0000764f rtn 
+ 00027967  0x00007651 call  0x00006de9 
+ 00027968  0x00007652 jam  0x00000014 , 0x00000287 
+ 00027969  0x00007653 fetch  0x00000001 , 0x00004253 
+ 00027970  0x00007654 set1  0x00000000 , 0x0000003f 
+ 00027971  0x00007655 store  0x00000001 , 0x00004253 
+ 00027972  0x00007656 rtn 
+ 00027973  0x00007658 call  0x00006df0 
+ 00027974  0x00007659 jam  0x00000016 , 0x00000287 
+ 00027975  0x0000765a fetch  0x00000001 , 0x00004253 
+ 00027976  0x0000765b set1  0x00000002 , 0x0000003f 
+ 00027977  0x0000765c store  0x00000001 , 0x00004253 
+ 00027978  0x0000765d rtn 
+ 00027979  0x0000765f call  0x00006dd1 
+ 00027980  0x00007660 jam  0x00000018 , 0x00000287 
+ 00027981  0x00007661 fetch  0x00000001 , 0x00004251 
+ 00027982  0x00007662 set1  0x00000000 , 0x0000003f 
+ 00027983  0x00007663 store  0x00000001 , 0x00004251 
+ 00027984  0x00007664 rtn 
+ 00027985  0x00007666 call  0x00006dd8 
+ 00027986  0x00007667 jam  0x0000001a , 0x00000287 
+ 00027987  0x00007668 fetch  0x00000001 , 0x00004251 
+ 00027988  0x00007669 set1  0x00000002 , 0x0000003f 
+ 00027989  0x0000766a store  0x00000001 , 0x00004251 
+ 00027990  0x0000766b rtn 
+ 00027991  0x0000766d call  0x00006df5 
+ 00027992  0x0000766e jam  0x0000001c , 0x00000287 
+ 00027993  0x0000766f fetch  0x00000001 , 0x00004251 
+ 00027994  0x00007670 set1  0x00000006 , 0x0000003f 
+ 00027995  0x00007671 store  0x00000001 , 0x00004251 
+ 00027996  0x00007672 rtn 
+ 00027997  0x00007674 call  0x00006dfc 
+ 00027998  0x00007675 fetch  0x00000001 , 0x00004254 
+ 00027999  0x00007676 set1  0x00000000 
+ 00028000  0x00007677 store  0x00000001 , 0x00004254 
+ 00028001  0x00007678 jam  0x0000001e , 0x00000287 
+ 00028002  0x00007679 rtn 
+ 00028003  0x0000767b call  0x00006e02 
+ 00028004  0x0000767c fetch  0x00000001 , 0x00004254 
+ 00028005  0x0000767d set1  0x00000002 
+ 00028006  0x0000767e store  0x00000001 , 0x00004254 
+ 00028007  0x0000767f jam  0x00000020 , 0x00000287 
+ 00028008  0x00007680 fetch  0x00000001 , 0x00004564 
+ 00028009  0x00007681 lshift3  0x0000003f , 0x0000003f 
+ 00028010  0x00007682 or_into  0x00000003 , 0x0000003f 
+ 00028011  0x00007683 arg  0x00004565 , 0x00000002 
+ 00028012  0x00007684 storet  0x00000002 , 0x000004f7 
+ 00028013  0x00007685 branch  0x00006a35 
+ 00028014  0x00007687 call  0x00006e0c 
+ 00028015  0x00007688 fetch  0x00000001 , 0x00004254 
+ 00028016  0x00007689 set1  0x00000004 
+ 00028017  0x0000768a store  0x00000001 , 0x00004254 
+ 00028018  0x0000768b jam  0x00000022 , 0x00000287 
+ 00028019  0x0000768c rtn 
+ 00028020  0x0000768f fetch  0x00000001 , 0x00004250 
+ 00028021  0x00007690 rtnbit0  0x00000001 
+ 00028022  0x00007691 jam  0x00000003 , 0x00000287 
+ 00028023  0x00007692 branch  0x00006cfb 
+ 00028024  0x00007694 fetch  0x00000001 , 0x00004250 
+ 00028025  0x00007695 rtnne  0x0000003f 
+ 00028026  0x00007696 jam  0x0000003b , 0x00000287 
+ 00028027  0x00007698 fetch  0x00000001 , 0x00000285 
+ 00028028  0x00007699 rtnne  0x00000017 
+ 00028029  0x0000769a jam  0x00000000 , 0x00000285 
+ 00028030  0x0000769b jam  0x0000000d , 0x00000287 
+ 00028031  0x0000769c branch  0x00006cfb 
+ 00028032  0x0000769e fetch  0x00000001 , 0x00004250 
+ 00028033  0x0000769f nrtn  0x00000034 
+ 00028034  0x000076a0 fetch  0x00000001 , 0x00004684 
+ 00028035  0x000076a1 bbit1  0x00000000 , 0x00006daf 
+ 00028036  0x000076a2 bbit1  0x00000006 , 0x00006db1 
+ 00028037  0x000076a3 branch  0x00006db5 
+ 00028038  0x000076a5 fetch  0x00000001 , 0x00004252 
+ 00028039  0x000076a6 rtnbit0  0x00000001 
+ 00028040  0x000076a7 jam  0x00000011 , 0x00000287 
+ 00028041  0x000076a8 branch  0x00006cfb 
+ 00028042  0x000076aa fetch  0x00000001 , 0x00004252 
+ 00028043  0x000076ab rtnne  0x0000003f 
+ 00028044  0x000076ac jam  0x00000013 , 0x00000287 
+ 00028045  0x000076ad branch  0x00006cfb 
+ 00028046  0x000076af fetch  0x00000001 , 0x00004253 
+ 00028047  0x000076b0 rtnbit0  0x00000001 
+ 00028048  0x000076b1 jam  0x00000015 , 0x00000287 
+ 00028049  0x000076b2 branch  0x00006cfb 
+ 00028050  0x000076b4 fetch  0x00000001 , 0x00004253 
+ 00028051  0x000076b5 rtnne  0x0000003f 
+ 00028052  0x000076b6 fetch  0x00000001 , 0x00004684 
+ 00028053  0x000076b7 bbit1  0x00000006 , 0x00006db1 
+ 00028054  0x000076b8 branch  0x00006db5 
+ 00028055  0x000076ba fetch  0x00000001 , 0x00004251 
+ 00028056  0x000076bb rtnbit0  0x00000001 
+ 00028057  0x000076bc jam  0x00000019 , 0x00000287 
+ 00028058  0x000076bd branch  0x00006cfb 
+ 00028059  0x000076bf fetch  0x00000001 , 0x00004251 
+ 00028060  0x000076c0 rtnne  0x0000003f 
+ 00028061  0x000076c1 jam  0x0000001b , 0x00000287 
+ 00028062  0x000076c2 branch  0x00006cfb 
+ 00028063  0x000076c4 fetch  0x00000001 , 0x00004251 
+ 00028064  0x000076c5 rtnne  0x000000ff 
+ 00028065  0x000076c6 fetch  0x00000001 , 0x00004684 
+ 00028066  0x000076c7 bbit1  0x00000006 , 0x00006db3 
+ 00028067  0x000076c8 branch  0x00006db5 
+ 00028068  0x000076ca fetch  0x00000001 , 0x00004254 
+ 00028069  0x000076cb rtnbit0  0x00000001 
+ 00028070  0x000076cc jam  0x0000001f , 0x00000287 
+ 00028071  0x000076cd branch  0x00006cfb 
+ 00028072  0x000076cf fetch  0x00000001 , 0x00004254 
+ 00028073  0x000076d0 rtnbit0  0x00000003 
+ 00028074  0x000076d1 jam  0x00000021 , 0x00000287 
+ 00028075  0x000076d2 branch  0x00006cfb 
+ 00028076  0x000076d4 fetch  0x00000001 , 0x00004254 
+ 00028077  0x000076d5 rtnne  0x000000ff 
+ 00028078  0x000076d6 branch  0x00006db5 
+ 00028079  0x000076d9 jam  0x0000000f , 0x00000287 
+ 00028080  0x000076da branch  0x00006cfb 
+ 00028081  0x000076dd jam  0x00000017 , 0x00000287 
+ 00028082  0x000076de branch  0x00006cfb 
+ 00028083  0x000076e0 jam  0x0000001d , 0x00000287 
+ 00028084  0x000076e1 branch  0x00006cfb 
+ 00028085  0x000076e6 jam  0x00000000 , 0x00000287 
+ 00028086  0x000076e7 rtn 
+ 00028087  0x000076e9 bpatchx  0x000000bf , 0x00004037 
+ 00028088  0x000076ea call  0x000052b8 
+ 00028089  0x000076eb setarg  0x00000001 
+ 00028090  0x000076ec copy  0x0000003f , 0x00000002 
+ 00028091  0x000076ed setarg  0x00000050 
+ 00028092  0x000076ee copy  0x0000003f , 0x0000000b 
+ 00028093  0x000076ef branch  0x000050a8 
+ 00028094  0x000076f2 bpatchx  0x000000c0 , 0x00004038 
+ 00028095  0x000076f3 call  0x000052b8 
+ 00028096  0x000076f4 fetch  0x00000002 , 0x00004248 
+ 00028097  0x000076f5 copy  0x0000003f , 0x00000002 
+ 00028098  0x000076f6 branch  0x000050b7 
+ 00028099  0x000076f9 bpatchx  0x000000c1 , 0x00004038 
+ 00028100  0x000076fa call  0x000052b8 
+ 00028101  0x000076fb fetch  0x00000002 , 0x00004248 
+ 00028102  0x000076fc copy  0x0000003f , 0x00000002 
+ 00028103  0x000076fd arg  0x00000050 , 0x0000000b 
+ 00028104  0x000076fe call  0x000050cc 
+ 00028105  0x000076ff fetch  0x00000001 , 0x00004250 
+ 00028106  0x00007700 set0  0x00000005 , 0x0000003f 
+ 00028107  0x00007701 store  0x00000001 , 0x00004250 
+ 00028108  0x00007702 rtn 
+ 00028109  0x00007705 bpatchx  0x000000c2 , 0x00004038 
+ 00028110  0x00007706 call  0x000052c5 
+ 00028111  0x00007707 call  0x00007138 
+ 00028112  0x00007708 branch  0x000050e7 
+ 00028113  0x0000770b bpatchx  0x000000c3 , 0x00004038 
+ 00028114  0x0000770c call  0x000052b8 
+ 00028115  0x0000770d setarg  0x00000003 
+ 00028116  0x0000770e copy  0x0000003f , 0x00000002 
+ 00028117  0x0000770f setarg  0x00000051 
+ 00028118  0x00007710 copy  0x0000003f , 0x0000000b 
+ 00028119  0x00007711 branch  0x000050a8 
+ 00028120  0x00007714 bpatchx  0x000000c4 , 0x00004038 
+ 00028121  0x00007715 call  0x000052b8 
+ 00028122  0x00007716 fetch  0x00000002 , 0x0000424a 
+ 00028123  0x00007717 copy  0x0000003f , 0x00000002 
+ 00028124  0x00007718 branch  0x000050b7 
+ 00028125  0x0000771b bpatchx  0x000000c5 , 0x00004038 
+ 00028126  0x0000771c call  0x000052b8 
+ 00028127  0x0000771d setarg  0x00000011 
+ 00028128  0x0000771e copy  0x0000003f , 0x00000002 
+ 00028129  0x0000771f setarg  0x00000052 
+ 00028130  0x00007720 copy  0x0000003f , 0x0000000b 
+ 00028131  0x00007721 branch  0x000050a8 
+ 00028132  0x00007724 bpatchx  0x000000c6 , 0x00004038 
+ 00028133  0x00007725 call  0x000052b8 
+ 00028134  0x00007726 fetch  0x00000002 , 0x0000424c 
+ 00028135  0x00007727 copy  0x0000003f , 0x00000002 
+ 00028136  0x00007728 branch  0x000050b7 
+ 00028137  0x0000772b bpatchx  0x000000c7 , 0x00004038 
+ 00028138  0x0000772c call  0x000052b8 
+ 00028139  0x0000772d setarg  0x00000013 
+ 00028140  0x0000772e copy  0x0000003f , 0x00000002 
+ 00028141  0x0000772f setarg  0x00000053 
+ 00028142  0x00007730 copy  0x0000003f , 0x0000000b 
+ 00028143  0x00007731 branch  0x000050a8 
+ 00028144  0x00007734 bpatchx  0x000000c8 , 0x00004039 
+ 00028145  0x00007735 call  0x000052b8 
+ 00028146  0x00007736 fetch  0x00000002 , 0x0000424e 
+ 00028147  0x00007737 copy  0x0000003f , 0x00000002 
+ 00028148  0x00007738 branch  0x000050b7 
+ 00028149  0x0000773b bpatchx  0x000000c9 , 0x00004039 
+ 00028150  0x0000773c call  0x000052d2 
+ 00028151  0x0000773e jam  0x00000003 , 0x000004fb 
+ 00028152  0x0000773f jam  0x0000001c , 0x000004fe 
+ 00028153  0x00007740 call  0x00006ba9 
+ 00028154  0x00007741 jam  0x00000001 , 0x00004563 
+ 00028155  0x00007742 rtn 
+ 00028156  0x00007745 bpatchx  0x000000ca , 0x00004039 
+ 00028157  0x00007746 call  0x000052d2 
+ 00028158  0x00007747 fetcht  0x00000001 , 0x00004564 
+ 00028159  0x00007748 call  0x00006a79 
+ 00028160  0x00007749 storet  0x00000001 , 0x0000455d 
+ 00028161  0x0000774a branch  0x00006bc4 
+ 00028162  0x0000774d bpatchx  0x000000cb , 0x00004039 
+ 00028163  0x0000774e call  0x000052d2 
+ 00028164  0x0000774f fetcht  0x00000001 , 0x0000455d 
+ 00028165  0x00007750 call  0x00006a73 
+ 00028166  0x00007751 call  0x00006a1a 
+ 00028167  0x00007752 store  0x00000001 , 0x000004fe 
+ 00028168  0x00007753 fetcht  0x00000001 , 0x0000455d 
+ 00028169  0x00007754 call  0x00006a73 
+ 00028170  0x00007755 storet  0x00000001 , 0x000004fb 
+ 00028171  0x00007756 branch  0x00006ba9 
+ 00028172  0x00007759 bpatchx  0x000000cc , 0x00004039 
+ 00028173  0x0000775a call  0x000052d2 
+ 00028174  0x0000775b fetcht  0x00000001 , 0x0000455d 
+ 00028175  0x0000775c call  0x00006a73 
+ 00028176  0x0000775d branch  0x00006bfc 
+ 00028177  0x0000776b bpatchx  0x000000cd , 0x00004039 
+ 00028178  0x0000776c fetch  0x00000002 , 0x00000264 
+ 00028179  0x0000776d iforce  0x00000006 
+ 00028180  0x00007770 ifetch  0x00000001 , 0x00000006 
+ 00028181  0x00007771 copy  0x0000003f , 0x00000012 
+ 00028182  0x00007772 store  0x00000001 , 0x0000051b 
+ 00028183  0x00007773 ifetch  0x00000002 , 0x00000006 
+ 00028184  0x00007774 store  0x00000002 , 0x0000051c 
+ 00028185  0x00007775 ifetch  0x00000001 , 0x00000006 
+ 00028186  0x00007776 lshift8  0x0000003f , 0x0000000b 
+ 00028187  0x00007777 ifetch  0x00000001 , 0x00000006 
+ 00028188  0x00007778 iadd  0x0000000b , 0x0000000b 
+ 00028189  0x00007779 bpatchx  0x000000ce , 0x00004039 
+ 00028190  0x0000777a copy  0x00000006 , 0x00000002 
+ 00028191  0x0000777b arg  0x00000004 , 0x00000039 
+ 00028192  0x0000777c arg  0x0000052a , 0x00000005 
+ 00028193  0x0000777d call  0x00007ec6 
+ 00028194  0x0000777e copy  0x00000002 , 0x00000006 
+ 00028195  0x0000777f deposit  0x00000012 
+ 00028196  0x00007780 beq  0x00000001 , 0x00006fba 
+ 00028197  0x00007781 beq  0x00000002 , 0x00006e2c 
+ 00028198  0x00007782 beq  0x00000003 , 0x00006fba 
+ 00028199  0x00007783 beq  0x00000004 , 0x00006e54 
+ 00028200  0x00007784 beq  0x00000005 , 0x00006fba 
+ 00028201  0x00007785 beq  0x00000006 , 0x00006f02 
+ 00028202  0x00007786 beq  0x00000007 , 0x00006fba 
+ 00028203  0x00007787 branch  0x00006fc1 
+ 00028204  0x00007793 bpatchx  0x000000cf , 0x00004039 
+ 00028205  0x00007794 call  0x00006fd0 
+ 00028206  0x00007795 compare  0x00000001 , 0x00000002 , 0x000000ff 
+ 00028207  0x00007796 branch  0x00007040 , 0x00000001 
+ 00028208  0x00007797 compare  0x000000ff , 0x00000002 , 0x000000ff 
+ 00028209  0x00007798 branch  0x00006fc4 , 0x00000001 
+ 00028210  0x0000779a ifetch  0x00000002 , 0x00000006 
+ 00028211  0x0000779b store  0x00000002 , 0x00000522 
+ 00028212  0x0000779c increase  0xfffffffe , 0x0000000b 
+ 00028213  0x0000779e increase  0xffffffff , 0x0000000b 
+ 00028214  0x0000779f nbranch  0x00006fbe , 0x00000005 
+ 00028215  0x000077a0 arg  0x00000511 , 0x0000000b 
+ 00028216  0x000077a1 ifetch  0x00000002 , 0x0000000b 
+ 00028217  0x000077a2 rtn  0x00000034 
+ 00028218  0x000077a3 call  0x00007082 
+ 00028219  0x000077a4 call  0x000052d0 
+ 00028220  0x000077a5 force  0x00000003 , 0x0000003f 
+ 00028221  0x000077a6 istore  0x00000001 , 0x00000005 
+ 00028222  0x000077a7 fetch  0x00000002 , 0x0000051c 
+ 00028223  0x000077a8 istore  0x00000002 , 0x00000005 
+ 00028224  0x000077a9 lshift2  0x00000007 , 0x0000003f 
+ 00028225  0x000077aa add  0x0000003f , 0x00000005 , 0x0000003f 
+ 00028226  0x000077ab add  0x0000003f , 0x00000005 , 0x00000013 
+ 00028227  0x000077ac byteswap  0x0000003f , 0x0000003f 
+ 00028228  0x000077ad istore  0x00000002 , 0x00000005 
+ 00028229  0x000077ae deposit  0x00000007 
+ 00028230  0x000077af byteswap  0x0000003f , 0x0000003f 
+ 00028231  0x000077b0 istore  0x00000002 , 0x00000005 
+ 00028232  0x000077b1 istore  0x00000002 , 0x00000005 
+ 00028233  0x000077b2 arg  0x0000052a , 0x00000006 
+ 00028234  0x000077b3 copy  0x00000007 , 0x00000039 
+ 00028235  0x000077b4 branch  0x00006e4f , 0x00000005 
+ 00028236  0x000077b6 ifetch  0x00000004 , 0x00000006 
+ 00028237  0x000077b7 istore  0x00000004 , 0x00000005 
+ 00028238  0x000077b8 loop  0x00006e4c 
+ 00028239  0x000077ba force  0x00000000 , 0x0000003f 
+ 00028240  0x000077bb istore  0x00000001 , 0x00000005 
+ 00028241  0x000077bc deposit  0x00000013 
+ 00028242  0x000077bd store  0x00000002 , 0x00000275 
+ 00028243  0x000077bf rtn 
+ 00028244  0x000077cb bpatchx  0x000000d0 , 0x0000403a 
+ 00028245  0x000077cc ifetch  0x00000004 , 0x00000006 
+ 00028246  0x000077cd store  0x00000004 , 0x00000524 
+ 00028247  0x000077ce increase  0xfffffffc , 0x0000000b 
+ 00028248  0x000077cf call  0x00006f2e 
+ 00028249  0x000077d0 store  0x00000002 , 0x00000520 
+ 00028250  0x000077d1 increase  0xfffffffe , 0x0000000b 
+ 00028251  0x000077d2 call  0x00007028 
+ 00028252  0x000077d3 branch  0x00006fc4 , 0x00000005 
+ 00028253  0x000077d4 compare  0x00000005 , 0x00000011 , 0x000000ff 
+ 00028254  0x000077d6 branch  0x00006e62 , 0x00000001 
+ 00028255  0x000077d8 arg  0x0000052a , 0x00000005 
+ 00028256  0x000077d9 force  0x00000000 , 0x00000007 
+ 00028257  0x000077da branch  0x00006e71 
+ 00028258  0x000077dc ifetch  0x00000001 , 0x00000006 
+ 00028259  0x000077dd bne  0x0000000a , 0x00006fc4 
+ 00028260  0x000077de ifetch  0x00000002 , 0x00000006 
+ 00028261  0x000077df nbranch  0x00006e6f , 0x00000034 
+ 00028262  0x000077e0 ifetch  0x00000001 , 0x00000006 
+ 00028263  0x000077e1 bne  0x000000ff , 0x00006e6d 
+ 00028264  0x000077e2 ifetch  0x00000001 , 0x00000006 
+ 00028265  0x000077e3 bne  0x000000ff , 0x00006e6b 
+ 00028266  0x000077e4 branch  0x00006eb8 
+ 00028267  0x000077e6 increase  0xfffffffb , 0x00000006 
+ 00028268  0x000077e7 branch  0x00006e5f 
+ 00028269  0x000077e9 increase  0xfffffffc , 0x00000006 
+ 00028270  0x000077ea branch  0x00006e5f 
+ 00028271  0x000077ec increase  0xfffffffd , 0x00000006 
+ 00028272  0x000077ed branch  0x00006e5f 
+ 00028273  0x000077ef ifetch  0x00000001 , 0x00000006 
+ 00028274  0x000077f0 beq  0x00000009 , 0x00006e86 
+ 00028275  0x000077f1 beq  0x0000000a , 0x00006e74 
+ 00028276  0x000077f3 ifetch  0x00000002 , 0x00000006 
+ 00028277  0x000077f4 istore  0x00000002 , 0x00000005 
+ 00028278  0x000077f5 increase  0x00000001 , 0x00000007 
+ 00028279  0x000077f6 byteswap  0x0000003f , 0x00000012 
+ 00028280  0x000077f7 ifetch  0x00000002 , 0x00000006 
+ 00028281  0x000077f8 byteswap  0x0000003f , 0x0000003f 
+ 00028282  0x000077fa increase  0x00000001 , 0x00000012 
+ 00028283  0x000077fb isub  0x00000012 , 0x0000003e 
+ 00028284  0x000077fc nbranch  0x00006e83 , 0x00000002 
+ 00028285  0x000077fd copy  0x0000003f , 0x00000013 
+ 00028286  0x000077fe byteswap  0x00000012 , 0x0000003f 
+ 00028287  0x000077ff istore  0x00000002 , 0x00000005 
+ 00028288  0x00007800 increase  0x00000001 , 0x00000007 
+ 00028289  0x00007801 copy  0x00000013 , 0x0000003f 
+ 00028290  0x00007802 branch  0x00006e7a 
+ 00028291  0x00007804 increase  0xfffffffb , 0x0000000b 
+ 00028292  0x00007805 increase  0xfffffffb , 0x00000011 
+ 00028293  0x00007806 branch  0x00006e8b 
+ 00028294  0x00007808 ifetch  0x00000002 , 0x00000006 
+ 00028295  0x00007809 istore  0x00000002 , 0x00000005 
+ 00028296  0x0000780a increase  0x00000001 , 0x00000007 
+ 00028297  0x0000780b increase  0xfffffffd , 0x0000000b 
+ 00028298  0x0000780c increase  0xfffffffd , 0x00000011 
+ 00028299  0x0000780e nbranch  0x00006fc4 , 0x00000002 
+ 00028300  0x0000780f nbranch  0x00006e71 , 0x00000005 
+ 00028301  0x00007810 increase  0xffffffff , 0x0000000b 
+ 00028302  0x00007811 nbranch  0x00006fc4 , 0x00000005 
+ 00028303  0x00007813 call  0x000052d0 
+ 00028304  0x00007814 increase  0x0000000a , 0x00000005 
+ 00028305  0x00007815 arg  0x0000052a , 0x00000011 
+ 00028306  0x00007817 copy  0x00000007 , 0x0000003f 
+ 00028307  0x00007818 branch  0x00006ea5 , 0x00000034 
+ 00028308  0x00007819 ifetch  0x00000002 , 0x00000011 
+ 00028309  0x0000781a branch  0x00006ea5 , 0x00000034 
+ 00028310  0x0000781b iforce  0x00000012 
+ 00028311  0x0000781c fetch  0x00000004 , 0x00000524 
+ 00028312  0x0000781d iforce  0x00000002 
+ 00028313  0x0000781e call  0x000070e7 
+ 00028314  0x0000781f copy  0x00000006 , 0x0000003f 
+ 00028315  0x00007820 branch  0x00006ea2 , 0x00000034 
+ 00028316  0x00007821 increase  0xfffffffd , 0x00000006 
+ 00028317  0x00007822 ifetch  0x00000003 , 0x00000006 
+ 00028318  0x00007823 istore  0x00000003 , 0x00000005 
+ 00028319  0x00007824 call  0x0000705b 
+ 00028320  0x00007825 iforce  0x00000039 
+ 00028321  0x00007826 call  0x00007f01 
+ 00028322  0x00007828 increase  0x00000002 , 0x00000011 
+ 00028323  0x00007829 increase  0xffffffff , 0x00000007 
+ 00028324  0x0000782a branch  0x00006e92 
+ 00028325  0x0000782d arg  0x00000005 , 0x00000011 
+ 00028326  0x0000782e call  0x00006f84 
+ 00028327  0x0000782f fetch  0x00000002 , 0x00000275 
+ 00028328  0x00007830 beq  0x0000000b , 0x00007043 
+ 00028329  0x00007831 branch  0x00006f9a 
+ 00028330  0x00007835 ifetch  0x00000001 , 0x00000006 
+ 00028331  0x00007836 beq  0x00000000 , 0x00006eae 
+ 00028332  0x00007837 beq  0x00000001 , 0x00006eb0 
+ 00028333  0x00007838 beq  0x00000002 , 0x00006eb3 
+ 00028334  0x0000783a increase  0xffffffff , 0x0000000b 
+ 00028335  0x0000783b branch  0x00006eb6 
+ 00028336  0x0000783d ifetch  0x00000001 , 0x00000006 
+ 00028337  0x0000783e increase  0xfffffffe , 0x0000000b 
+ 00028338  0x0000783f branch  0x00006eb6 
+ 00028339  0x00007841 ifetch  0x00000002 , 0x00000006 
+ 00028340  0x00007842 byteswap  0x0000003f , 0x0000003f 
+ 00028341  0x00007843 increase  0xfffffffd , 0x0000000b 
+ 00028342  0x00007845 store  0x00000002 , 0x00000519 
+ 00028343  0x00007846 rtn 
+ 00028344  0x00007849 increase  0xfffffffb , 0x0000000b 
+ 00028345  0x0000784a call  0x00006eaa 
+ 00028346  0x0000784b nbranch  0x00006fbe , 0x00000005 
+ 00028347  0x0000784c fetcht  0x00000004 , 0x00000524 
+ 00028348  0x0000784d call  0x000070b1 
+ 00028349  0x0000784e nbranch  0x00006fbb , 0x00000005 
+ 00028350  0x0000784f copy  0x00000006 , 0x00000011 
+ 00028351  0x00007850 call  0x000052d0 
+ 00028352  0x00007851 copy  0x00000011 , 0x00000006 
+ 00028353  0x00007852 increase  0x00000003 , 0x00000005 
+ 00028354  0x00007853 copy  0x00000006 , 0x0000000b 
+ 00028355  0x00007854 call  0x00007062 
+ 00028356  0x00007855 copy  0x0000003f , 0x00000011 
+ 00028357  0x00007857 fetch  0x00000002 , 0x00000519 
+ 00028358  0x00007858 copy  0x0000003f , 0x00000012 
+ 00028359  0x00007859 copy  0x00000011 , 0x0000003f 
+ 00028360  0x0000785a isub  0x00000012 , 0x00000012 
+ 00028361  0x0000785b fetch  0x00000002 , 0x00000520 
+ 00028362  0x0000785c isub  0x00000012 , 0x0000003e 
+ 00028363  0x0000785d nbranch  0x00006ee7 , 0x00000002 
+ 00028364  0x0000785f disable  0x00000028 
+ 00028365  0x00007860 fetch  0x00000002 , 0x00000519 
+ 00028366  0x00007861 branch  0x00006eda , 0x00000034 
+ 00028367  0x00007862 iadd  0x0000000b , 0x00000006 
+ 00028368  0x00007863 increase  0x00000003 , 0x00000012 
+ 00028369  0x00007864 copy  0x00000012 , 0x00000039 
+ 00028370  0x00007865 copy  0x00000039 , 0x0000003f 
+ 00028371  0x00007866 increase  0x00000003 , 0x0000003f 
+ 00028372  0x00007867 byteswap  0x0000003f , 0x0000003f 
+ 00028373  0x00007868 istore  0x00000002 , 0x00000005 
+ 00028374  0x00007869 copy  0x00000039 , 0x0000003f 
+ 00028375  0x0000786a byteswap  0x0000003f , 0x0000003f 
+ 00028376  0x0000786b istore  0x00000002 , 0x00000005 
+ 00028377  0x0000786c branch  0x00006ef5 
+ 00028378  0x0000786e add  0x00000011 , 0x00000006 , 0x00000039 
+ 00028379  0x0000786f branch  0x00006ede , 0x00000028 
+ 00028380  0x00007870 byteswap  0x00000039 , 0x0000003f 
+ 00028381  0x00007871 branch  0x00006ee1 
+ 00028382  0x00007873 copy  0x00000039 , 0x0000003f 
+ 00028383  0x00007874 increase  0x00000002 , 0x0000003f 
+ 00028384  0x00007875 byteswap  0x0000003f , 0x0000003f 
+ 00028385  0x00007877 istore  0x00000002 , 0x00000005 
+ 00028386  0x00007878 increase  0xfffffffd , 0x00000039 
+ 00028387  0x00007879 byteswap  0x00000039 , 0x0000003f 
+ 00028388  0x0000787a istore  0x00000002 , 0x00000005 
+ 00028389  0x0000787b copy  0x0000000b , 0x00000006 
+ 00028390  0x0000787c branch  0x00006ef5 
+ 00028391  0x0000787e enable  0x00000028 
+ 00028392  0x00007880 fetch  0x00000002 , 0x00000520 
+ 00028393  0x00007881 copy  0x0000003f , 0x00000011 
+ 00028394  0x00007882 copy  0x00000011 , 0x00000039 
+ 00028395  0x00007883 fetch  0x00000002 , 0x00000519 
+ 00028396  0x00007884 branch  0x00006eda , 0x00000034 
+ 00028397  0x00007885 iadd  0x0000000b , 0x00000006 
+ 00028398  0x00007886 copy  0x00000011 , 0x0000003f 
+ 00028399  0x00007887 increase  0x00000005 , 0x0000003f 
+ 00028400  0x00007888 byteswap  0x0000003f , 0x0000003f 
+ 00028401  0x00007889 istore  0x00000002 , 0x00000005 
+ 00028402  0x0000788a copy  0x00000011 , 0x0000003f 
+ 00028403  0x0000788b byteswap  0x0000003f , 0x0000003f 
+ 00028404  0x0000788c istore  0x00000002 , 0x00000005 
+ 00028405  0x0000788e call  0x00007f01 
+ 00028406  0x0000788f nbranch  0x00006efe , 0x00000028 
+ 00028407  0x00007890 force  0x00000002 , 0x0000003f 
+ 00028408  0x00007891 istore  0x00000001 , 0x00000005 
+ 00028409  0x00007892 copy  0x00000006 , 0x0000003f 
+ 00028410  0x00007893 isub  0x0000000b , 0x0000003f 
+ 00028411  0x00007894 byteswap  0x0000003f , 0x0000003f 
+ 00028412  0x00007895 istore  0x00000002 , 0x00000005 
+ 00028413  0x00007896 branch  0x00006f00 
+ 00028414  0x00007898 force  0x00000000 , 0x0000003f 
+ 00028415  0x00007899 istore  0x00000001 , 0x00000005 
+ 00028416  0x0000789b arg  0x00000005 , 0x00000011 
+ 00028417  0x0000789c branch  0x00006fb0 
+ 00028418  0x000078a8 bpatchx  0x000000d1 , 0x0000403a 
+ 00028419  0x000078a9 call  0x00006fd0 
+ 00028420  0x000078aa compare  0x000000ff , 0x00000002 , 0x000000ff 
+ 00028421  0x000078ab branch  0x00006fc4 , 0x00000001 
+ 00028422  0x000078ac call  0x00006f2e 
+ 00028423  0x000078ad store  0x00000002 , 0x00000520 
+ 00028424  0x000078ae increase  0xfffffffe , 0x0000000b 
+ 00028425  0x000078af call  0x00007028 
+ 00028426  0x000078b0 arg  0x0000052a , 0x00000005 
+ 00028427  0x000078b1 force  0x00000000 , 0x00000007 
+ 00028428  0x000078b3 ifetch  0x00000001 , 0x00000006 
+ 00028429  0x000078b4 beq  0x0000000a , 0x00006f36 
+ 00028430  0x000078b5 ifetch  0x00000002 , 0x00000006 
+ 00028431  0x000078b6 istore  0x00000002 , 0x00000005 
+ 00028432  0x000078b7 increase  0x00000001 , 0x00000007 
+ 00028433  0x000078b8 increase  0xfffffffd , 0x0000000b 
+ 00028434  0x000078b9 increase  0xfffffffd , 0x00000011 
+ 00028435  0x000078ba nbranch  0x00006fc4 , 0x00000002 
+ 00028436  0x000078bb nbranch  0x00006f0c , 0x00000005 
+ 00028437  0x000078bc increase  0xffffffff , 0x0000000b 
+ 00028438  0x000078bd nbranch  0x00006fc4 , 0x00000005 
+ 00028439  0x000078be call  0x000052d0 
+ 00028440  0x000078bf increase  0x0000000d , 0x00000005 
+ 00028441  0x000078c0 fetch  0x00000002 , 0x00000511 
+ 00028442  0x000078c1 iforce  0x00000013 
+ 00028443  0x000078c2 arg  0x0000052a , 0x00000011 
+ 00028444  0x000078c4 ifetch  0x00000002 , 0x00000011 
+ 00028445  0x000078c5 branch  0x00006f29 , 0x00000034 
+ 00028446  0x000078c6 iforce  0x00000012 
+ 00028447  0x000078c7 call  0x000070c6 
+ 00028448  0x000078c8 branch  0x00006f27 , 0x00000034 
+ 00028449  0x000078c9 increase  0xfffffffd , 0x00000006 
+ 00028450  0x000078ca ifetch  0x00000003 , 0x00000006 
+ 00028451  0x000078cb istore  0x00000003 , 0x00000005 
+ 00028452  0x000078cc call  0x0000705b 
+ 00028453  0x000078cd iforce  0x00000039 
+ 00028454  0x000078ce call  0x00007f01 
+ 00028455  0x000078d0 increase  0x00000002 , 0x00000011 
+ 00028456  0x000078d1 branch  0x00006f1c 
+ 00028457  0x000078d4 call  0x00006f83 
+ 00028458  0x000078d5 fetch  0x00000002 , 0x00000275 
+ 00028459  0x000078d6 beq  0x0000000e , 0x00007046 
+ 00028460  0x000078d7 call  0x00006f9a 
+ 00028461  0x000078d8 branch  0x00006f9a 
+ 00028462  0x000078dc ifetch  0x00000002 , 0x00000006 
+ 00028463  0x000078dd byteswap  0x0000003f , 0x0000003f 
+ 00028464  0x000078de increase  0xfffffffd , 0x0000003f 
+ 00028465  0x000078df arg  0x000000c8 , 0x00000002 
+ 00028466  0x000078e0 isub  0x00000002 , 0x0000003e 
+ 00028467  0x000078e1 nrtn  0x00000002 
+ 00028468  0x000078e2 setarg  0x000000c8 
+ 00028469  0x000078e3 rtn 
+ 00028470  0x000078e7 increase  0x00000004 , 0x00000006 
+ 00028471  0x000078e8 increase  0xfffffffb , 0x0000000b 
+ 00028472  0x000078e9 increase  0xfffffffb , 0x00000011 
+ 00028473  0x000078ea nbranch  0x00006fc4 , 0x00000005 
+ 00028474  0x000078eb call  0x00006eaa 
+ 00028475  0x000078ec nbranch  0x00006fbe , 0x00000005 
+ 00028476  0x000078ed arg  0x00000511 , 0x0000000b 
+ 00028477  0x000078ee call  0x00007082 
+ 00028478  0x000078ef deposit  0x00000007 
+ 00028479  0x000078f0 branch  0x00007046 , 0x00000034 
+ 00028480  0x000078f1 store  0x00000001 , 0x0000054e 
+ 00028481  0x000078f3 copy  0x00000012 , 0x0000003f 
+ 00028482  0x000078f4 store  0x00000002 , 0x0000054c 
+ 00028483  0x000078f5 arg  0x00000000 , 0x00000007 
+ 00028484  0x000078f6 arg  0x00000000 , 0x00000011 
+ 00028485  0x000078f7 call  0x000052d0 
+ 00028486  0x000078f8 increase  0x0000000a , 0x00000005 
+ 00028487  0x000078fa call  0x00006f6c 
+ 00028488  0x000078fb nbranch  0x00002a8c , 0x00000028 
+ 00028489  0x000078fc copy  0x00000006 , 0x0000000b 
+ 00028490  0x000078fd copy  0x0000003f , 0x00000013 
+ 00028491  0x000078fe iadd  0x00000011 , 0x00000011 
+ 00028492  0x00007901 fetch  0x00000002 , 0x00000519 
+ 00028493  0x00007902 copy  0x0000003f , 0x00000012 
+ 00028494  0x00007903 branch  0x00006f75 , 0x00000034 
+ 00028495  0x00007905 copy  0x00000011 , 0x0000003f 
+ 00028496  0x00007906 isub  0x00000012 , 0x00000012 
+ 00028497  0x00007907 branch  0x00006f67 , 0x00000005 
+ 00028498  0x00007908 nbranch  0x00006f67 , 0x00000002 
+ 00028499  0x00007909 fetch  0x00000002 , 0x00000520 
+ 00028500  0x0000790a isub  0x00000012 , 0x0000003e 
+ 00028501  0x0000790b branch  0x00006f5e , 0x00000005 
+ 00028502  0x0000790c nbranch  0x00006f5e , 0x00000002 
+ 00028503  0x00007910 copy  0x00000012 , 0x00000039 
+ 00028504  0x00007911 call  0x00006f61 
+ 00028505  0x00007912 fetch  0x00000001 , 0x0000054e 
+ 00028506  0x00007913 increase  0x00000001 , 0x00000007 
+ 00028507  0x00007914 isub  0x00000007 , 0x0000003e 
+ 00028508  0x00007915 branch  0x00006f83 , 0x00000005 
+ 00028509  0x00007916 branch  0x00006fa0 
+ 00028510  0x00007919 copy  0x0000003f , 0x00000039 
+ 00028511  0x0000791a call  0x00006f61 
+ 00028512  0x0000791b branch  0x00006fa0 
+ 00028513  0x0000791e increase  0xfffffffd , 0x00000005 
+ 00028514  0x0000791f copy  0x00000039 , 0x00000002 
+ 00028515  0x00007920 copy  0x00000013 , 0x0000003f 
+ 00028516  0x00007921 isub  0x00000012 , 0x0000003f 
+ 00028517  0x00007922 iadd  0x0000000b , 0x00000006 
+ 00028518  0x00007923 branch  0x00007f01 
+ 00028519  0x00007926 fetch  0x00000001 , 0x0000054e 
+ 00028520  0x00007927 increase  0x00000001 , 0x00000007 
+ 00028521  0x00007928 isub  0x00000007 , 0x0000003e 
+ 00028522  0x00007929 rtn  0x00000005 
+ 00028523  0x0000792a branch  0x00006f47 
+ 00028524  0x0000792d call  0x00007fe9 
+ 00028525  0x0000792e arg  0x0000052a , 0x00000006 
+ 00028526  0x0000792f lshift2  0x00000007 , 0x0000003f 
+ 00028527  0x00007930 iadd  0x00000006 , 0x00000006 
+ 00028528  0x00007931 ifetcht  0x00000004 , 0x00000006 
+ 00028529  0x00007932 call  0x000070b1 
+ 00028530  0x00007933 nrtn  0x00000005 
+ 00028531  0x00007934 call  0x0000705b 
+ 00028532  0x00007935 branch  0x00007fe7 
+ 00028533  0x00007938 fetch  0x00000002 , 0x00000520 
+ 00028534  0x00007939 isub  0x00000011 , 0x0000003e 
+ 00028535  0x0000793a nbranch  0x00006f8f , 0x00000002 
+ 00028536  0x0000793b copy  0x00000011 , 0x00000039 
+ 00028537  0x0000793c copy  0x00000039 , 0x00000002 
+ 00028538  0x0000793d copy  0x0000000b , 0x00000006 
+ 00028539  0x0000793e call  0x00007f01 
+ 00028540  0x0000793f fetch  0x00000002 , 0x0000054c 
+ 00028541  0x00007940 isub  0x00000011 , 0x0000003e 
+ 00028542  0x00007941 branch  0x00006f81 , 0x00000005 
+ 00028543  0x00007943 call  0x00006fa0 
+ 00028544  0x00007944 branch  0x00006f94 
+ 00028545  0x00007947 call  0x00006f83 
+ 00028546  0x00007948 branch  0x00006f94 
+ 00028547  0x0000794b arg  0x00000007 , 0x00000011 
+ 00028548  0x0000794d force  0x00000000 , 0x0000003f 
+ 00028549  0x0000794e istore  0x00000001 , 0x00000005 
+ 00028550  0x0000794f call  0x00006fb0 
+ 00028551  0x00007950 fetcht  0x00000002 , 0x00000275 
+ 00028552  0x00007951 increase  0xfffffffb , 0x00000002 
+ 00028553  0x00007952 byteswap  0x00000002 , 0x0000003f 
+ 00028554  0x00007953 istore  0x00000002 , 0x00000005 
+ 00028555  0x00007954 increase  0xfffffffd , 0x00000002 
+ 00028556  0x00007955 byteswap  0x00000002 , 0x0000003f 
+ 00028557  0x00007956 istore  0x00000002 , 0x00000005 
+ 00028558  0x00007957 rtn 
+ 00028559  0x0000795a copy  0x0000003f , 0x00000039 
+ 00028560  0x0000795b copy  0x00000039 , 0x00000002 
+ 00028561  0x0000795c copy  0x0000000b , 0x00000006 
+ 00028562  0x0000795d call  0x00007f01 
+ 00028563  0x0000795e call  0x00006fa0 
+ 00028564  0x00007960 setarg  0x00000036 
+ 00028565  0x00007961 istore  0x00000001 , 0x00000005 
+ 00028566  0x00007962 fetch  0x00000002 , 0x0000054c 
+ 00028567  0x00007963 byteswap  0x0000003f , 0x0000003f 
+ 00028568  0x00007964 istore  0x00000002 , 0x00000005 
+ 00028569  0x00007965 rtn 
+ 00028570  0x00007968 setarg  0x00000036 
+ 00028571  0x00007969 istore  0x00000001 , 0x00000005 
+ 00028572  0x0000796a increase  0xfffffffd , 0x00000002 
+ 00028573  0x0000796b byteswap  0x00000002 , 0x0000003f 
+ 00028574  0x0000796c istore  0x00000002 , 0x00000005 
+ 00028575  0x0000796d rtn 
+ 00028576  0x00007970 arg  0x00000007 , 0x00000011 
+ 00028577  0x00007971 setarg  0x00000002 
+ 00028578  0x00007972 istore  0x00000001 , 0x00000005 
+ 00028579  0x00007973 fetch  0x00000002 , 0x00000519 
+ 00028580  0x00007974 iadd  0x00000002 , 0x00000002 
+ 00028581  0x00007975 byteswap  0x00000002 , 0x0000003f 
+ 00028582  0x00007976 istore  0x00000002 , 0x00000005 
+ 00028583  0x00007977 call  0x00006fb0 
+ 00028584  0x00007978 fetcht  0x00000002 , 0x00000275 
+ 00028585  0x00007979 increase  0xfffffffb , 0x00000002 
+ 00028586  0x0000797a byteswap  0x00000002 , 0x0000003f 
+ 00028587  0x0000797b istore  0x00000002 , 0x00000005 
+ 00028588  0x0000797c increase  0xfffffffb , 0x00000002 
+ 00028589  0x0000797d byteswap  0x00000002 , 0x0000003f 
+ 00028590  0x0000797e istore  0x00000002 , 0x00000005 
+ 00028591  0x0000797f rtn 
+ 00028592  0x00007982 fetch  0x00000002 , 0x00000273 
+ 00028593  0x00007983 isub  0x00000005 , 0x0000003f 
+ 00028594  0x00007984 sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00028595  0x00007985 store  0x00000002 , 0x00000275 
+ 00028596  0x00007986 call  0x000052d0 
+ 00028597  0x00007987 copy  0x00000011 , 0x0000003f 
+ 00028598  0x00007988 istore  0x00000001 , 0x00000005 
+ 00028599  0x00007989 fetch  0x00000002 , 0x0000051c 
+ 00028600  0x0000798a istore  0x00000002 , 0x00000005 
+ 00028601  0x0000798b rtn 
+ 00028602  0x0000799c rtn 
+ 00028603  0x000079be setarg  0x00000200 
+ 00028604  0x000079bf store  0x00000002 , 0x0000054a 
+ 00028605  0x000079c0 branch  0x00006fc6 
+ 00028606  0x000079c2 setarg  0x00000400 
+ 00028607  0x000079c3 store  0x00000002 , 0x0000054a 
+ 00028608  0x000079c4 branch  0x00006fc6 
+ 00028609  0x000079c6 setarg  0x00000600 
+ 00028610  0x000079c7 store  0x00000002 , 0x0000054a 
+ 00028611  0x000079c8 branch  0x00006fc6 
+ 00028612  0x000079ca setarg  0x00000300 
+ 00028613  0x000079cb store  0x00000002 , 0x0000054a 
+ 00028614  0x000079cd call  0x000052d0 
+ 00028615  0x000079ce istore  0x00000001 , 0x00000005 
+ 00028616  0x000079cf fetch  0x00000002 , 0x0000051c 
+ 00028617  0x000079d0 istore  0x00000002 , 0x00000005 
+ 00028618  0x000079d1 setarg  0x00000200 
+ 00028619  0x000079d2 istore  0x00000002 , 0x00000005 
+ 00028620  0x000079d3 fetch  0x00000002 , 0x0000054a 
+ 00028621  0x000079d4 istore  0x00000002 , 0x00000005 
+ 00028622  0x000079d5 jam  0x00000007 , 0x00000275 
+ 00028623  0x000079d6 rtn 
+ 00028624  0x000079dc arg  0x00000000 , 0x00000012 
+ 00028625  0x000079dd force  0x00000000 , 0x00000002 
+ 00028626  0x000079de arg  0x00000511 , 0x00000005 
+ 00028627  0x000079df call  0x00007028 
+ 00028628  0x000079e0 branch  0x00007026 , 0x00000005 
+ 00028629  0x000079e2 increase  0x00000001 , 0x00000012 
+ 00028630  0x000079e3 ifetch  0x00000001 , 0x00000006 
+ 00028631  0x000079e4 increase  0xffffffff , 0x00000011 
+ 00028632  0x000079e5 increase  0xffffffff , 0x0000000b 
+ 00028633  0x000079e6 compare  0x00000018 , 0x0000003f , 0x000000f8 
+ 00028634  0x000079e7 nbranch  0x00007026 , 0x00000001 
+ 00028635  0x000079e8 compare  0x00000004 , 0x0000003f , 0x00000007 
+ 00028636  0x000079e9 nbranch  0x00006ff3 , 0x00000001 
+ 00028637  0x000079ea force  0x00000001 , 0x00000002 
+ 00028638  0x000079ec ifetch  0x00000001 , 0x00000006 
+ 00028639  0x000079ed increase  0xffffffff , 0x00000011 
+ 00028640  0x000079ee increase  0xffffffff , 0x0000000b 
+ 00028641  0x000079ef bne  0x00000000 , 0x00006fe7 
+ 00028642  0x000079f0 ifetch  0x00000001 , 0x00000006 
+ 00028643  0x000079f1 increase  0xffffffff , 0x00000011 
+ 00028644  0x000079f2 increase  0xffffffff , 0x0000000b 
+ 00028645  0x000079f3 beq  0x00000000 , 0x00006ff8 
+ 00028646  0x000079f4 branch  0x00006fea 
+ 00028647  0x000079f6 increase  0x00000001 , 0x00000006 
+ 00028648  0x000079f7 increase  0xffffffff , 0x00000011 
+ 00028649  0x000079f8 increase  0xffffffff , 0x0000000b 
+ 00028650  0x000079fa increase  0x00000002 , 0x00000006 
+ 00028651  0x000079fb increase  0xfffffffe , 0x00000011 
+ 00028652  0x000079fc increase  0xfffffffe , 0x0000000b 
+ 00028653  0x000079fd compare  0x00000000 , 0x00000002 , 0x000000ff 
+ 00028654  0x000079fe branch  0x00007020 , 0x00000001 
+ 00028655  0x000079ff increase  0x0000000c , 0x00000006 
+ 00028656  0x00007a00 increase  0xfffffff4 , 0x00000011 
+ 00028657  0x00007a01 increase  0xfffffff4 , 0x0000000b 
+ 00028658  0x00007a02 branch  0x00007020 
+ 00028659  0x00007a04 compare  0x00000002 , 0x0000003f , 0x00000007 
+ 00028660  0x00007a05 nbranch  0x00006ff6 , 0x00000001 
+ 00028661  0x00007a06 branch  0x00006fde 
+ 00028662  0x00007a08 compare  0x00000001 , 0x0000003f , 0x00000007 
+ 00028663  0x00007a09 nbranch  0x00007026 , 0x00000001 
+ 00028664  0x00007a0b increase  0xfffffffe , 0x00000011 
+ 00028665  0x00007a0c increase  0xfffffffe , 0x0000000b 
+ 00028666  0x00007a0d ifetch  0x00000002 , 0x00000006 
+ 00028667  0x00007a0e sub  0x00000012 , 0x00000004 , 0x0000003e 
+ 00028668  0x00007a0f branch  0x00006ffe , 0x00000005 
+ 00028669  0x00007a10 istore  0x00000002 , 0x00000005 
+ 00028670  0x00007a12 compare  0x00000000 , 0x00000002 , 0x000000ff 
+ 00028671  0x00007a13 branch  0x00007020 , 0x00000001 
+ 00028672  0x00007a14 copy  0x00000006 , 0x00000002 
+ 00028673  0x00007a15 ifetch  0x00000001 , 0x00000006 
+ 00028674  0x00007a16 bne  0x00000000 , 0x00007019 
+ 00028675  0x00007a17 ifetch  0x00000001 , 0x00000006 
+ 00028676  0x00007a18 bne  0x00000000 , 0x00007019 
+ 00028677  0x00007a19 ifetch  0x00000001 , 0x00000006 
+ 00028678  0x00007a1a bne  0x00000010 , 0x00007019 
+ 00028679  0x00007a1b ifetch  0x00000001 , 0x00000006 
+ 00028680  0x00007a1c bne  0x00000000 , 0x00007019 
+ 00028681  0x00007a1d ifetch  0x00000001 , 0x00000006 
+ 00028682  0x00007a1e bne  0x00000080 , 0x00007019 
+ 00028683  0x00007a1f ifetch  0x00000001 , 0x00000006 
+ 00028684  0x00007a20 bne  0x00000000 , 0x00007019 
+ 00028685  0x00007a21 ifetch  0x00000001 , 0x00000006 
+ 00028686  0x00007a22 bne  0x00000000 , 0x00007019 
+ 00028687  0x00007a23 ifetch  0x00000001 , 0x00000006 
+ 00028688  0x00007a24 bne  0x00000080 , 0x00007019 
+ 00028689  0x00007a25 ifetch  0x00000001 , 0x00000006 
+ 00028690  0x00007a26 bne  0x0000005f , 0x00007019 
+ 00028691  0x00007a27 ifetch  0x00000001 , 0x00000006 
+ 00028692  0x00007a28 bne  0x0000009b , 0x00007019 
+ 00028693  0x00007a29 ifetch  0x00000001 , 0x00000006 
+ 00028694  0x00007a2a bne  0x00000034 , 0x00007019 
+ 00028695  0x00007a2b ifetch  0x00000001 , 0x00000006 
+ 00028696  0x00007a2c beq  0x000000fb , 0x0000701e 
+ 00028697  0x00007a2e copy  0x00000002 , 0x00000006 
+ 00028698  0x00007a30 increase  0x0000000c , 0x00000006 
+ 00028699  0x00007a31 force  0x00000000 , 0x00000007 
+ 00028700  0x00007a32 force  0x00000000 , 0x00000002 
+ 00028701  0x00007a33 branch  0x0000701e 
+ 00028702  0x00007a36 increase  0xfffffff4 , 0x0000000b 
+ 00028703  0x00007a37 increase  0xfffffff4 , 0x00000011 
+ 00028704  0x00007a39 force  0x00000000 , 0x00000002 
+ 00028705  0x00007a3a compare  0x00000000 , 0x00000011 , 0x000000ff 
+ 00028706  0x00007a3b nbranch  0x00006fd5 , 0x00000001 
+ 00028707  0x00007a3c force  0x00000000 , 0x0000003f 
+ 00028708  0x00007a3d istore  0x00000002 , 0x00000005 
+ 00028709  0x00007a3e rtn 
+ 00028710  0x00007a40 arg  0x000000ff , 0x00000002 
+ 00028711  0x00007a41 rtn 
+ 00028712  0x00007a4c bpatchx  0x000000d4 , 0x0000403a 
+ 00028713  0x00007a4d ifetch  0x00000001 , 0x00000006 
+ 00028714  0x00007a4e increase  0xffffffff , 0x0000000b 
+ 00028715  0x00007a4f compare  0x00000030 , 0x0000003f , 0x000000f8 
+ 00028716  0x00007a50 nbranch  0x0000703e , 0x00000001 
+ 00028717  0x00007a51 compare  0x00000007 , 0x0000003f , 0x00000007 
+ 00028718  0x00007a52 branch  0x00007037 , 0x00000001 
+ 00028719  0x00007a53 compare  0x00000006 , 0x0000003f , 0x00000007 
+ 00028720  0x00007a54 branch  0x00007039 , 0x00000001 
+ 00028721  0x00007a55 compare  0x00000005 , 0x0000003f , 0x00000007 
+ 00028722  0x00007a56 nbranch  0x0000703e , 0x00000001 
+ 00028723  0x00007a58 ifetch  0x00000001 , 0x00000006 
+ 00028724  0x00007a59 copy  0x0000003f , 0x00000011 
+ 00028725  0x00007a5a increase  0xffffffff , 0x0000000b 
+ 00028726  0x00007a5b branch  0x0000703c 
+ 00028727  0x00007a5d increase  0x00000002 , 0x00000006 
+ 00028728  0x00007a5e increase  0xfffffffe , 0x0000000b 
+ 00028729  0x00007a60 ifetch  0x00000002 , 0x00000006 
+ 00028730  0x00007a61 byteswap  0x0000003f , 0x00000011 
+ 00028731  0x00007a62 increase  0xfffffffe , 0x0000000b 
+ 00028732  0x00007a64 force  0x00000001 , 0x0000003f 
+ 00028733  0x00007a65 rtn 
+ 00028734  0x00007a67 force  0x00000000 , 0x0000003f 
+ 00028735  0x00007a68 rtn 
+ 00028736  0x00007a73 setarg  0x00000003 
+ 00028737  0x00007a74 store  0x00000001 , 0x0000051b 
+ 00028738  0x00007a75 branch  0x00007048 
+ 00028739  0x00007a77 setarg  0x00000005 
+ 00028740  0x00007a78 store  0x00000001 , 0x0000051b 
+ 00028741  0x00007a79 branch  0x00007048 
+ 00028742  0x00007a7b setarg  0x00000007 
+ 00028743  0x00007a7c store  0x00000001 , 0x0000051b 
+ 00028744  0x00007a7e call  0x000052d0 
+ 00028745  0x00007a81 fetch  0x00000001 , 0x0000051b 
+ 00028746  0x00007a82 copy  0x0000003f , 0x00000012 
+ 00028747  0x00007a83 istore  0x00000001 , 0x00000005 
+ 00028748  0x00007a84 fetch  0x00000002 , 0x0000051c 
+ 00028749  0x00007a85 istore  0x00000002 , 0x00000005 
+ 00028750  0x00007a86 setarg  0x00000500 
+ 00028751  0x00007a87 istore  0x00000002 , 0x00000005 
+ 00028752  0x00007a88 compare  0x00000005 , 0x00000012 , 0x000000ff 
+ 00028753  0x00007a89 branch  0x00007057 , 0x00000001 
+ 00028754  0x00007a8a compare  0x00000007 , 0x00000012 , 0x000000ff 
+ 00028755  0x00007a8b branch  0x00007057 , 0x00000001 
+ 00028756  0x00007a8c setarg  0x00000000 
+ 00028757  0x00007a8d istore  0x00000005 , 0x00000005 
+ 00028758  0x00007a8e branch  0x00007059 
+ 00028759  0x00007a91 setarg  0x00350200 
+ 00028760  0x00007a92 istore  0x00000005 , 0x00000005 
+ 00028761  0x00007a94 jam  0x0000000a , 0x00000275 
+ 00028762  0x00007a95 rtn 
+ 00028763  0x00007a99 call  0x00007ea2 
+ 00028764  0x00007a9a call  0x00007ea5 
+ 00028765  0x00007a9b call  0x00007062 
+ 00028766  0x00007a9c call  0x00007e9c 
+ 00028767  0x00007a9d call  0x00007e9f 
+ 00028768  0x00007a9e copy  0x00000002 , 0x0000003f 
+ 00028769  0x00007a9f rtn 
+ 00028770  0x00007aa3 ifetch  0x00000001 , 0x00000006 
+ 00028771  0x00007aa4 and  0x0000003f , 0x00000007 , 0x00000039 
+ 00028772  0x00007aa5 rshift3  0x0000003f , 0x0000003f 
+ 00028773  0x00007aa6 bne  0x00000000 , 0x0000706c 
+ 00028774  0x00007aa8 force  0x00000001 , 0x0000003f 
+ 00028775  0x00007aa9 force  0x00000001 , 0x00000002 
+ 00028776  0x00007aaa rtn 
+ 00028777  0x00007aad call  0x00007e76 
+ 00028778  0x00007aae add  0x0000003f , 0x00000001 , 0x00000002 
+ 00028779  0x00007aaf rtn 
+ 00028780  0x00007ab1 deposit  0x00000039 
+ 00028781  0x00007ab2 sub  0x0000003f , 0x00000004 , 0x0000003e 
+ 00028782  0x00007ab3 branch  0x00007069 , 0x00000002 
+ 00028783  0x00007ab4 beq  0x00000005 , 0x00007073 
+ 00028784  0x00007ab5 beq  0x00000006 , 0x00007076 
+ 00028785  0x00007ab6 beq  0x00000007 , 0x0000707a 
+ 00028786  0x00007ab7 rtn 
+ 00028787  0x00007aba ifetch  0x00000001 , 0x00000006 
+ 00028788  0x00007abb add  0x0000003f , 0x00000002 , 0x00000002 
+ 00028789  0x00007abc rtn 
+ 00028790  0x00007abe ifetch  0x00000002 , 0x00000006 
+ 00028791  0x00007abf byteswap  0x0000003f , 0x0000003f 
+ 00028792  0x00007ac0 add  0x0000003f , 0x00000003 , 0x00000002 
+ 00028793  0x00007ac1 rtn 
+ 00028794  0x00007ac3 ifetch  0x00000002 , 0x00000006 
+ 00028795  0x00007ac4 byteswap  0x0000003f , 0x0000003f 
+ 00028796  0x00007ac5 ifetcht  0x00000002 , 0x00000006 
+ 00028797  0x00007ac6 byteswap  0x00000002 , 0x00000002 
+ 00028798  0x00007ac7 lshift16  0x00000002 , 0x00000002 
+ 00028799  0x00007ac8 iadd  0x00000002 , 0x0000003f 
+ 00028800  0x00007ac9 add  0x0000003f , 0x00000005 , 0x00000002 
+ 00028801  0x00007aca rtn 
+ 00028802  0x00007ad1 bpatchx  0x000000d5 , 0x0000403a 
+ 00028803  0x00007ad2 force  0x00000000 , 0x00000007 
+ 00028804  0x00007ad3 arg  0x00000000 , 0x00000012 
+ 00028805  0x00007ad4 arg  0x0000052a , 0x00000005 
+ 00028806  0x00007ad6 ifetch  0x00000002 , 0x0000000b 
+ 00028807  0x00007ad7 rtn  0x00000034 
+ 00028808  0x00007ad8 call  0x0000708d 
+ 00028809  0x00007ad9 copy  0x00000007 , 0x0000003f 
+ 00028810  0x00007ada rtneq  0x00000007 
+ 00028811  0x00007adb increase  0x00000002 , 0x0000000b 
+ 00028812  0x00007adc branch  0x00007086 
+ 00028813  0x00007ae0 iforce  0x00000013 
+ 00028814  0x00007ae2 fetch  0x00000002 , 0x00004575 
+ 00028815  0x00007ae3 iforce  0x00000006 
+ 00028816  0x00007ae5 copy  0x00000007 , 0x0000003f 
+ 00028817  0x00007ae6 rtneq  0x00000007 
+ 00028818  0x00007ae7 disable  0x00000028 
+ 00028819  0x00007ae8 ifetch  0x00000001 , 0x00000006 
+ 00028820  0x00007ae9 rtn  0x00000034 
+ 00028821  0x00007aea iforce  0x00000039 
+ 00028822  0x00007aec ifetch  0x00000002 , 0x00000006 
+ 00028823  0x00007aed isub  0x00000013 , 0x0000003e 
+ 00028824  0x00007aee nbranch  0x0000709a , 0x00000005 
+ 00028825  0x00007aef enable  0x00000028 
+ 00028826  0x00007af1 loop  0x00007096 
+ 00028827  0x00007af2 ifetcht  0x00000004 , 0x00000006 
+ 00028828  0x00007af3 copy  0x00000006 , 0x00000011 
+ 00028829  0x00007af4 nbranch  0x000070ad , 0x00000028 
+ 00028830  0x00007af5 arg  0x0000052a , 0x00000006 
+ 00028831  0x00007af6 arg  0x00000007 , 0x00000039 
+ 00028832  0x00007af8 ifetch  0x00000004 , 0x00000006 
+ 00028833  0x00007af9 branch  0x000070a6 , 0x00000034 
+ 00028834  0x00007afa isub  0x00000002 , 0x0000003e 
+ 00028835  0x00007afb branch  0x000070ad , 0x00000005 
+ 00028836  0x00007afc loop  0x000070a0 
+ 00028837  0x00007afd rtn 
+ 00028838  0x00007aff istoret  0x00000004 , 0x00000005 
+ 00028839  0x00007b00 increase  0x00000001 , 0x00000007 
+ 00028840  0x00007b01 copy  0x00000011 , 0x00000006 
+ 00028841  0x00007b02 call  0x0000705b 
+ 00028842  0x00007b03 iadd  0x00000012 , 0x00000012 
+ 00028843  0x00007b04 iadd  0x00000006 , 0x00000006 
+ 00028844  0x00007b05 branch  0x00007090 
+ 00028845  0x00007b07 copy  0x00000011 , 0x00000006 
+ 00028846  0x00007b08 call  0x00007062 
+ 00028847  0x00007b09 iadd  0x00000006 , 0x00000006 
+ 00028848  0x00007b0a branch  0x00007090 
+ 00028849  0x00007b11 bpatchx  0x000000d6 , 0x0000403a 
+ 00028850  0x00007b12 fetch  0x00000002 , 0x00004575 
+ 00028851  0x00007b13 iforce  0x00000006 
+ 00028852  0x00007b15 ifetch  0x00000001 , 0x00000006 
+ 00028853  0x00007b16 branch  0x00007fe3 , 0x00000034 
+ 00028854  0x00007b17 lshift  0x0000003f , 0x0000003f 
+ 00028855  0x00007b18 iadd  0x00000006 , 0x00000006 
+ 00028856  0x00007b19 ifetch  0x00000004 , 0x00000006 
+ 00028857  0x00007b1a isub  0x00000002 , 0x0000003e 
+ 00028858  0x00007b1b rtn  0x00000005 
+ 00028859  0x00007b1c deposit  0x00000005 
+ 00028860  0x00007b1d store  0x00000002 , 0x00000abb 
+ 00028861  0x00007b1e storet  0x00000008 , 0x00000aa2 
+ 00028862  0x00007b1f call  0x00007062 
+ 00028863  0x00007b20 iadd  0x00000006 , 0x00000006 
+ 00028864  0x00007b21 copy  0x00000006 , 0x0000003f 
+ 00028865  0x00007b22 fetcht  0x00000002 , 0x00000abb 
+ 00028866  0x00007b23 copy  0x00000002 , 0x00000005 
+ 00028867  0x00007b24 fetcht  0x00000008 , 0x00000aa2 
+ 00028868  0x00007b25 copy  0x0000003f , 0x00000006 
+ 00028869  0x00007b26 branch  0x000070b4 
+ 00028870  0x00007b2d bpatchx  0x000000d7 , 0x0000403a 
+ 00028871  0x00007b2e fetch  0x00000002 , 0x00004575 
+ 00028872  0x00007b2f iforce  0x00000006 
+ 00028873  0x00007b31 ifetch  0x00000001 , 0x00000006 
+ 00028874  0x00007b32 branch  0x000070e4 , 0x00000034 
+ 00028875  0x00007b33 iforce  0x00000039 
+ 00028876  0x00007b35 ifetch  0x00000002 , 0x00000006 
+ 00028877  0x00007b36 isub  0x00000013 , 0x0000003e 
+ 00028878  0x00007b37 branch  0x000070d4 , 0x00000005 
+ 00028879  0x00007b38 loop  0x000070cc 
+ 00028880  0x00007b39 increase  0x00000004 , 0x00000006 
+ 00028881  0x00007b3a call  0x00007062 
+ 00028882  0x00007b3b iadd  0x00000006 , 0x00000006 
+ 00028883  0x00007b3c branch  0x000070c9 
+ 00028884  0x00007b3e increase  0xffffffff , 0x00000039 
+ 00028885  0x00007b3f lshift  0x00000039 , 0x0000003f 
+ 00028886  0x00007b40 iadd  0x00000006 , 0x00000006 
+ 00028887  0x00007b41 increase  0x00000004 , 0x00000006 
+ 00028888  0x00007b42 call  0x00007062 
+ 00028889  0x00007b43 iadd  0x00000006 , 0x0000000b 
+ 00028890  0x00007b45 increase  0x00000001 , 0x00000006 
+ 00028891  0x00007b46 ifetch  0x00000002 , 0x00000006 
+ 00028892  0x00007b47 isub  0x00000012 , 0x0000003e 
+ 00028893  0x00007b4b branch  0x00007fef , 0x00000005 
+ 00028894  0x00007b4c call  0x0000705b 
+ 00028895  0x00007b4d iadd  0x00000006 , 0x00000006 
+ 00028896  0x00007b4e deposit  0x0000000b 
+ 00028897  0x00007b4f isub  0x00000006 , 0x0000003e 
+ 00028898  0x00007b50 branch  0x000070e4 , 0x00000005 
+ 00028899  0x00007b51 branch  0x000070da 
+ 00028900  0x00007b53 force  0x00000000 , 0x00000006 
+ 00028901  0x00007b54 force  0x00000000 , 0x0000003f 
+ 00028902  0x00007b55 rtn 
+ 00028903  0x00007b5c bpatchx  0x000000d8 , 0x0000403b 
+ 00028904  0x00007b5d fetch  0x00000002 , 0x00004575 
+ 00028905  0x00007b5e iforce  0x00000006 
+ 00028906  0x00007b60 ifetch  0x00000001 , 0x00000006 
+ 00028907  0x00007b61 branch  0x00007100 , 0x00000034 
+ 00028908  0x00007b62 lshift  0x0000003f , 0x0000003f 
+ 00028909  0x00007b63 iadd  0x00000006 , 0x00000006 
+ 00028910  0x00007b64 ifetch  0x00000004 , 0x00000006 
+ 00028911  0x00007b65 isub  0x00000002 , 0x0000003e 
+ 00028912  0x00007b66 branch  0x000070f4 , 0x00000005 
+ 00028913  0x00007b67 call  0x00007062 
+ 00028914  0x00007b68 iadd  0x00000006 , 0x00000006 
+ 00028915  0x00007b69 branch  0x000070ea 
+ 00028916  0x00007b6b call  0x00007062 
+ 00028917  0x00007b6c iadd  0x00000006 , 0x0000000b 
+ 00028918  0x00007b6e increase  0x00000001 , 0x00000006 
+ 00028919  0x00007b6f ifetch  0x00000002 , 0x00000006 
+ 00028920  0x00007b70 isub  0x00000012 , 0x0000003e 
+ 00028921  0x00007b71 rtn  0x00000005 
+ 00028922  0x00007b72 call  0x0000705b 
+ 00028923  0x00007b73 iadd  0x00000006 , 0x00000006 
+ 00028924  0x00007b74 deposit  0x0000000b 
+ 00028925  0x00007b75 isub  0x00000006 , 0x0000003e 
+ 00028926  0x00007b76 branch  0x00007100 , 0x00000005 
+ 00028927  0x00007b77 branch  0x000070f6 
+ 00028928  0x00007b79 force  0x00000000 , 0x00000006 
+ 00028929  0x00007b7a rtn 
+ 00028930  0x00007b7f arg  0x00000400 , 0x00000012 
+ 00028931  0x00007b80 call  0x000070f4 
+ 00028932  0x00007b81 arg  0x00000300 , 0x00000012 
+ 00028933  0x00007b82 call  0x0000710d 
+ 00028934  0x00007b83 nrtn  0x00000028 
+ 00028935  0x00007b84 sub  0x00000011 , 0x00000003 , 0x0000003e 
+ 00028936  0x00007b85 branch  0x00007fe9 , 0x00000002 
+ 00028937  0x00007b86 ifetch  0x00000001 , 0x00000006 
+ 00028938  0x00007b87 bne  0x00000008 , 0x00007fe9 
+ 00028939  0x00007b88 ifetch  0x00000001 , 0x00000006 
+ 00028940  0x00007b89 rtn 
+ 00028941  0x00007b8f bpatchx  0x000000d9 , 0x0000403b 
+ 00028942  0x00007b90 call  0x00007062 
+ 00028943  0x00007b91 copy  0x0000003f , 0x00000011 
+ 00028944  0x00007b93 ifetch  0x00000001 , 0x00000006 
+ 00028945  0x00007b94 and  0x0000003f , 0x00000007 , 0x00000039 
+ 00028946  0x00007b95 rshift3  0x0000003f , 0x0000003f 
+ 00028947  0x00007b96 sub  0x0000003f , 0x00000003 , 0x0000003e 
+ 00028948  0x00007b97 branch  0x00007129 , 0x00000005 
+ 00028949  0x00007b98 copy  0x00000039 , 0x0000003f 
+ 00028950  0x00007b99 beq  0x00000005 , 0x00007120 
+ 00028951  0x00007b9a beq  0x00000006 , 0x00007123 
+ 00028952  0x00007b9b beq  0x00000007 , 0x00007126 
+ 00028953  0x00007b9c increase  0xffffffff , 0x00000006 
+ 00028954  0x00007b9d call  0x00007062 
+ 00028955  0x00007b9e iadd  0x00000006 , 0x00000006 
+ 00028956  0x00007b9f copy  0x00000011 , 0x0000003f 
+ 00028957  0x00007ba0 isub  0x00000002 , 0x00000011 
+ 00028958  0x00007ba1 branch  0x00007fe9 , 0x00000005 
+ 00028959  0x00007ba2 branch  0x00007110 
+ 00028960  0x00007ba5 increase  0xfffffffe , 0x00000011 
+ 00028961  0x00007ba6 increase  0x00000001 , 0x00000006 
+ 00028962  0x00007ba7 branch  0x00007110 
+ 00028963  0x00007ba9 increase  0xfffffffd , 0x00000011 
+ 00028964  0x00007baa increase  0x00000002 , 0x00000006 
+ 00028965  0x00007bab branch  0x00007110 
+ 00028966  0x00007bad increase  0xfffffffb , 0x00000011 
+ 00028967  0x00007bae increase  0x00000004 , 0x00000006 
+ 00028968  0x00007baf branch  0x00007110 
+ 00028969  0x00007bb2 increase  0xffffffff , 0x00000011 
+ 00028970  0x00007bb3 copy  0x00000039 , 0x0000003f 
+ 00028971  0x00007bb4 beq  0x00000001 , 0x00007132 
+ 00028972  0x00007bb5 beq  0x00000002 , 0x00007130 
+ 00028973  0x00007bb6 beq  0x00000004 , 0x0000712f 
+ 00028974  0x00007bb7 branch  0x00007fe9 
+ 00028975  0x00007bb9 increase  0xfffffff4 , 0x00000011 
+ 00028976  0x00007bbb ifetch  0x00000002 , 0x00000006 
+ 00028977  0x00007bbc increase  0xfffffffe , 0x00000011 
+ 00028978  0x00007bbe ifetch  0x00000002 , 0x00000006 
+ 00028979  0x00007bbf isub  0x00000012 , 0x0000003e 
+ 00028980  0x00007bc0 branch  0x00007fe7 , 0x00000005 
+ 00028981  0x00007bc1 increase  0xfffffffe , 0x00000011 
+ 00028982  0x00007bc2 branch  0x00007fe9 , 0x00000005 
+ 00028983  0x00007bc3 branch  0x00007110 
+ 00028984  0x00007bff call  0x000052d0 
+ 00028985  0x00007c00 copy  0x0000003f , 0x00000005 
+ 00028986  0x00007c01 setarg  0x00000006 
+ 00028987  0x00007c02 istore  0x00000001 , 0x00000005 
+ 00028988  0x00007c03 setarg  0x0000006e 
+ 00028989  0x00007c04 istore  0x00000002 , 0x00000005 
+ 00028990  0x00007c05 setarg  0x00000f00 
+ 00028991  0x00007c06 istore  0x00000002 , 0x00000005 
+ 00028992  0x00007c07 setarg  0x001a0535 
+ 00028993  0x00007c08 istore  0x00000003 , 0x00000005 
+ 00028994  0x00007c09 setarg  0x00000111 
+ 00028995  0x00007c0a lshift16  0x0000003f , 0x0000003f 
+ 00028996  0x00007c0b istore  0x00000004 , 0x00000005 
+ 00028997  0x00007c0c setarg  0x00002600 
+ 00028998  0x00007c0d istore  0x00000002 , 0x00000005 
+ 00028999  0x00007c0e setarg  0x00000335 
+ 00029000  0x00007c0f istore  0x00000002 , 0x00000005 
+ 00029001  0x00007c10 setarg  0x00000009 
+ 00029002  0x00007c11 istore  0x00000002 , 0x00000005 
+ 00029003  0x00007c12 setarg  0x00000004 
+ 00029004  0x00007c13 istore  0x00000002 , 0x00000005 
+ 00029005  0x00007c14 jam  0x00000014 , 0x00000275 
+ 00029006  0x00007c15 rtn 
+ 00029007  0x00007c1a bpatchx  0x000000da , 0x0000403b 
+ 00029008  0x00007c1b jam  0x00000050 , 0x000005e5 
+ 00029009  0x00007c1c arg  0x000005e6 , 0x00000005 
+ 00029010  0x00007c1d arg  0x0000443a , 0x00000006 
+ 00029011  0x00007c1e call  0x00007ebf 
+ 00029012  0x00007c1f arg  0x000045d2 , 0x00000006 
+ 00029013  0x00007c20 call  0x00007ebd 
+ 00029014  0x00007c21 arg  0x000009be , 0x00000006 
+ 00029015  0x00007c22 call  0x00007ebd 
+ 00029016  0x00007c23 call  0x0000720a 
+ 00029017  0x00007c24 arg  0x0000042f , 0x00000006 
+ 00029018  0x00007c25 call  0x00007205 
+ 00029019  0x00007c26 call  0x000071d0 
+ 00029020  0x00007c28 arg  0x00000af2 , 0x00000005 
+ 00029021  0x00007c29 call  0x00007201 
+ 00029022  0x00007c2a setarg  0x000f4240 
+ 00029023  0x00007c2b copy  0x0000003f , 0x00000011 
+ 00029024  0x00007c2c fetch  0x00000004 , 0x00000af2 
+ 00029025  0x00007c2d idiv  0x00000011 
+ 00029026  0x00007c2e call  0x00007f86 
+ 00029027  0x00007c2f remainder  0x0000003f 
+ 00029028  0x00007c30 store  0x00000004 , 0x000009ba 
+ 00029029  0x00007c32 rtn 
+ 00029030  0x00007c35 jam  0x00000041 , 0x000005e5 
+ 00029031  0x00007c36 arg  0x000005e6 , 0x00000005 
+ 00029032  0x00007c37 call  0x000071b5 
+ 00029033  0x00007c38 call  0x000071b0 
+ 00029034  0x00007c39 fetch  0x00000003 , 0x00004454 
+ 00029035  0x00007c3a istore  0x00000003 , 0x00000005 
+ 00029036  0x00007c3d call  0x00007176 
+ 00029037  0x00007c3f arg  0x0000042f , 0x00000006 
+ 00029038  0x00007c40 call  0x00007ebf 
+ 00029039  0x00007c41 arg  0x0000443a , 0x00000006 
+ 00029040  0x00007c42 call  0x00007ebf 
+ 00029041  0x00007c43 call  0x0000720a 
+ 00029042  0x00007c44 arg  0x00000b12 , 0x00000006 
+ 00029043  0x00007c45 arg  0x00000ac2 , 0x00000005 
+ 00029044  0x00007c46 call  0x00007ebf 
+ 00029045  0x00007c48 branch  0x000071d0 
+ 00029046  0x00007c4d fetch  0x00000004 , 0x000044c7 
+ 00029047  0x00007c4e istore  0x00000004 , 0x00000005 
+ 00029048  0x00007c4f call  0x00007ecd 
+ 00029049  0x00007c50 branch  0x00007eca 
+ 00029050  0x00007c53 bpatchx  0x000000db , 0x0000403b 
+ 00029051  0x00007c54 jam  0x00000041 , 0x000005e5 
+ 00029052  0x00007c55 arg  0x000005e6 , 0x00000005 
+ 00029053  0x00007c56 call  0x000071b0 
+ 00029054  0x00007c57 call  0x000071b5 
+ 00029055  0x00007c58 fetch  0x00000003 , 0x0000444d 
+ 00029056  0x00007c59 istore  0x00000003 , 0x00000005 
+ 00029057  0x00007c5c call  0x00007176 
+ 00029058  0x00007c5d arg  0x0000443a , 0x00000006 
+ 00029059  0x00007c5e call  0x00007ebf 
+ 00029060  0x00007c5f arg  0x0000042f , 0x00000006 
+ 00029061  0x00007c60 call  0x00007ebf 
+ 00029062  0x00007c61 call  0x0000720a 
+ 00029063  0x00007c62 arg  0x00000b12 , 0x00000006 
+ 00029064  0x00007c63 arg  0x00000ac2 , 0x00000005 
+ 00029065  0x00007c64 call  0x00007ebf 
+ 00029066  0x00007c66 call  0x000071d0 
+ 00029067  0x00007c67 arg  0x00000af2 , 0x00000005 
+ 00029068  0x00007c68 branch  0x00007201 
+ 00029069  0x00007c6b jam  0x00000020 , 0x000005e5 
+ 00029070  0x00007c6c arg  0x000009fe , 0x00000006 
+ 00029071  0x00007c6d arg  0x000005e6 , 0x00000005 
+ 00029072  0x00007c6e call  0x00007ebd 
+ 00029073  0x00007c6f call  0x0000720a 
+ 00029074  0x00007c70 arg  0x0000099e , 0x00000006 
+ 00029075  0x00007c71 call  0x00007205 
+ 00029076  0x00007c72 call  0x000071d0 
+ 00029077  0x00007c73 arg  0x00000ac2 , 0x00000005 
+ 00029078  0x00007c74 call  0x00007497 
+ 00029079  0x00007c75 arg  0x00000001 , 0x00000002 
+ 00029080  0x00007c76 call  0x0000719f 
+ 00029081  0x00007c77 arg  0x00004419 , 0x00000005 
+ 00029082  0x00007c78 call  0x00007201 
+ 00029083  0x00007c79 arg  0x00000000 , 0x00000002 
+ 00029084  0x00007c7a call  0x0000719f 
+ 00029085  0x00007c7b arg  0x00000b12 , 0x00000005 
+ 00029086  0x00007c7d branch  0x00007497 
+ 00029087  0x00007c81 bpatchx  0x000000dc , 0x0000403b 
+ 00029088  0x00007c82 jam  0x00000035 , 0x000005e5 
+ 00029089  0x00007c83 setarg  0x00000100 
+ 00029090  0x00007c84 store  0x00000002 , 0x000005e6 
+ 00029091  0x00007c85 call  0x000071b0 
+ 00029092  0x00007c86 call  0x000071b5 
+ 00029093  0x00007c87 arg  0x0000443a , 0x00000006 
+ 00029094  0x00007c88 call  0x00007ebf 
+ 00029095  0x00007c89 arg  0x0000042f , 0x00000006 
+ 00029096  0x00007c8a call  0x00007ebf 
+ 00029097  0x00007c8c setarg  0x00006c65 
+ 00029098  0x00007c8d istore  0x00000002 , 0x00000005 
+ 00029099  0x00007c8e setarg  0x00006274 
+ 00029100  0x00007c8f istore  0x00000002 , 0x00000005 
+ 00029101  0x00007c90 istoret  0x00000001 , 0x00000005 
+ 00029102  0x00007c91 call  0x0000720a 
+ 00029103  0x00007c92 branch  0x000071d0 
+ 00029104  0x00007c95 fetch  0x00000006 , 0x000044a0 
+ 00029105  0x00007c96 istore  0x00000006 , 0x00000005 
+ 00029106  0x00007c97 fetch  0x00000001 , 0x00004495 
+ 00029107  0x00007c98 istore  0x00000001 , 0x00000005 
+ 00029108  0x00007c99 rtn 
+ 00029109  0x00007c9c fetch  0x00000006 , 0x0000044f 
+ 00029110  0x00007c9d istore  0x00000006 , 0x00000005 
+ 00029111  0x00007ca2 fetch  0x00000001 , 0x0000448e 
+ 00029112  0x00007ca3 istore  0x00000001 , 0x00000005 
+ 00029113  0x00007ca4 rtn 
+ 00029114  0x00007ca7 jam  0x00000041 , 0x000005e5 
+ 00029115  0x00007ca8 fetch  0x00000001 , 0x00004664 
+ 00029116  0x00007ca9 store  0x00000001 , 0x000005e6 
+ 00029117  0x00007caa arg  0x000045d2 , 0x00000006 
+ 00029118  0x00007cab call  0x00007ebd 
+ 00029119  0x00007cac arg  0x000009be , 0x00000006 
+ 00029120  0x00007cad call  0x00007ebd 
+ 00029121  0x00007cae call  0x0000720a 
+ 00029122  0x00007caf arg  0x0000042f , 0x00000006 
+ 00029123  0x00007cb0 call  0x00007205 
+ 00029124  0x00007cb1 branch  0x000071d0 
+ 00029125  0x00007cb5 jam  0x00000041 , 0x000005e5 
+ 00029126  0x00007cb6 fetch  0x00000001 , 0x00004664 
+ 00029127  0x00007cb7 store  0x00000001 , 0x000005e6 
+ 00029128  0x00007cb8 arg  0x000009be , 0x00000006 
+ 00029129  0x00007cb9 call  0x00007ebd 
+ 00029130  0x00007cba arg  0x000045d2 , 0x00000006 
+ 00029131  0x00007cbb call  0x00007ebd 
+ 00029132  0x00007cbc call  0x0000720a 
+ 00029133  0x00007cbd arg  0x0000443a , 0x00000006 
+ 00029134  0x00007cbe call  0x00007205 
+ 00029135  0x00007cbf branch  0x000071d0 
+ 00029136  0x00007cc2 bpatchx  0x000000dd , 0x0000403b 
+ 00029137  0x00007cc3 call  0x0000721f 
+ 00029138  0x00007cc7 fetch  0x00000001 , 0x000005e5 
+ 00029139  0x00007cc8 copy  0x0000003f , 0x00000002 
+ 00029140  0x00007cca increase  0x0000000f , 0x0000003f 
+ 00029141  0x00007ccb rshift4  0x0000003f , 0x0000003f 
+ 00029142  0x00007ccc copy  0x0000003f , 0x00000012 
+ 00029143  0x00007ccd branch  0x000071e2 , 0x00000034 
+ 00029144  0x00007cce and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029145  0x00007ccf nbranch  0x000071e5 , 0x00000034 
+ 00029146  0x00007cd1 arg  0x00000ad2 , 0x00000013 
+ 00029147  0x00007cd2 arg  0x000005e6 , 0x0000003f 
+ 00029148  0x00007cd3 increase  0xfffffff0 , 0x0000003f 
+ 00029149  0x00007cd6 iadd  0x00000002 , 0x00000011 
+ 00029150  0x00007cd7 arg  0x00000b02 , 0x00000005 
+ 00029151  0x00007cd8 arg  0x00000004 , 0x00000039 
+ 00029152  0x00007cd9 call  0x00007edd 
+ 00029153  0x00007cdd branch  0x000071f0 
+ 00029154  0x00007ce0 arg  0x00000001 , 0x00000012 
+ 00029155  0x00007ce1 arg  0x00000000 , 0x00000011 
+ 00029156  0x00007ce3 branch  0x000071e6 
+ 00029157  0x00007ce8 and  0x00000002 , 0x0000000f , 0x00000011 
+ 00029158  0x00007cea arg  0x000005e6 , 0x0000003f 
+ 00029159  0x00007ceb iadd  0x00000002 , 0x0000003f 
+ 00029160  0x00007cec isub  0x00000011 , 0x00000006 
+ 00029161  0x00007cee arg  0x00000af2 , 0x00000005 
+ 00029162  0x00007cef call  0x00007245 
+ 00029163  0x00007cf1 arg  0x00000ae2 , 0x00000013 
+ 00029164  0x00007cf2 arg  0x00000af2 , 0x00000011 
+ 00029165  0x00007cf3 arg  0x00000b02 , 0x00000005 
+ 00029166  0x00007cf4 arg  0x00000004 , 0x00000039 
+ 00029167  0x00007cf5 call  0x00007edd 
+ 00029168  0x00007d01 call  0x00007491 
+ 00029169  0x00007d02 call  0x00007428 
+ 00029170  0x00007d05 arg  0x000005e6 , 0x00000006 
+ 00029171  0x00007d08 increase  0xffffffff , 0x00000012 
+ 00029172  0x00007d09 deposit  0x00000012 
+ 00029173  0x00007d0a branch  0x000071f9 , 0x00000034 
+ 00029174  0x00007d0b call  0x00007486 
+ 00029175  0x00007d0c call  0x00007422 
+ 00029176  0x00007d0d branch  0x000071f3 
+ 00029177  0x00007d10 arg  0x00000af2 , 0x00000005 
+ 00029178  0x00007d11 call  0x00007497 
+ 00029179  0x00007d12 arg  0x00000b02 , 0x00000006 
+ 00029180  0x00007d13 call  0x00007486 
+ 00029181  0x00007d14 call  0x00007428 
+ 00029182  0x00007d15 arg  0x00000af2 , 0x00000006 
+ 00029183  0x00007d16 call  0x00007486 
+ 00029184  0x00007d17 branch  0x00007422 
+ 00029185  0x00007d1d copy  0x00000005 , 0x00000011 
+ 00029186  0x00007d1e call  0x00007497 
+ 00029187  0x00007d20 arg  0x00000010 , 0x00000039 
+ 00029188  0x00007d21 branch  0x00007ee5 
+ 00029189  0x00007d24 arg  0x00000ac2 , 0x00000005 
+ 00029190  0x00007d25 call  0x00007ebf 
+ 00029191  0x00007d27 arg  0x00000010 , 0x00000039 
+ 00029192  0x00007d28 arg  0x00000ac2 , 0x00000011 
+ 00029193  0x00007d29 branch  0x00007ee5 
+ 00029194  0x00007d2c fetch  0x00000001 , 0x000005e5 
+ 00029195  0x00007d2d copy  0x0000003f , 0x00000039 
+ 00029196  0x00007d2e arg  0x000005e6 , 0x00000011 
+ 00029197  0x00007d2f branch  0x00007ee5 
+ 00029198  0x00007d32 ifetch  0x00000001 , 0x00000011 
+ 00029199  0x00007d33 lshift  0x0000003f , 0x0000003f 
+ 00029200  0x00007d34 isolate1  0x00000000 , 0x00000013 
+ 00029201  0x00007d35 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00029202  0x00007d36 isolate1  0x00000008 , 0x0000003f 
+ 00029203  0x00007d37 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00029204  0x00007d38 istore  0x00000001 , 0x00000011 
+ 00029205  0x00007d39 increase  0xffffffff , 0x00000011 
+ 00029206  0x00007d3a loop  0x0000720e 
+ 00029207  0x00007d3b rtn 
+ 00029208  0x00007d3e arg  0x00000ad2 , 0x00000011 
+ 00029209  0x00007d40 increase  0x0000000f , 0x00000011 
+ 00029210  0x00007d41 force  0x00000010 , 0x00000039 
+ 00029211  0x00007d42 force  0x00000000 , 0x00000013 
+ 00029212  0x00007d43 branch  0x0000720e 
+ 00029213  0x00007d46 arg  0x00000ae2 , 0x00000011 
+ 00029214  0x00007d47 branch  0x00007219 
+ 00029215  0x00007d4b arg  0x00000ac2 , 0x00000006 
+ 00029216  0x00007d4c call  0x00007484 
+ 00029217  0x00007d4f force  0x00000008 , 0x00000038 
+ 00029218  0x00007d50 call  0x00007492 
+ 00029219  0x00007d51 call  0x00007491 
+ 00029220  0x00007d52 call  0x0000741f 
+ 00029221  0x00007d57 arg  0x00000ad2 , 0x00000005 
+ 00029222  0x00007d58 call  0x00007497 
+ 00029223  0x00007d5a bpatchx  0x000000de , 0x0000403b 
+ 00029224  0x00007d5b fetch  0x00000001 , 0x00000ad2 
+ 00029225  0x00007d5c isolate1  0x00000007 , 0x0000003f 
+ 00029226  0x00007d5d nbranch  0x00007230 , 0x00000001 
+ 00029227  0x00007d5e call  0x00007218 
+ 00029228  0x00007d61 arg  0x00000ad2 , 0x00000013 
+ 00029229  0x00007d63 arg  0x00000ad2 , 0x00000005 
+ 00029230  0x00007d66 call  0x0000723a 
+ 00029231  0x00007d67 branch  0x00007231 
+ 00029232  0x00007d69 call  0x00007218 
+ 00029233  0x00007d6c arg  0x00000ad2 , 0x00000006 
+ 00029234  0x00007d6d arg  0x00000ae2 , 0x00000005 
+ 00029235  0x00007d6e call  0x00007ebf 
+ 00029236  0x00007d6f fetch  0x00000001 , 0x00000ae2 
+ 00029237  0x00007d70 isolate1  0x00000007 , 0x0000003f 
+ 00029238  0x00007d71 nbranch  0x0000721d , 0x00000001 
+ 00029239  0x00007d72 call  0x0000721d 
+ 00029240  0x00007d74 arg  0x00000ae2 , 0x00000013 
+ 00029241  0x00007d76 arg  0x00000ae2 , 0x00000005 
+ 00029242  0x00007d7d arg  0x00000003 , 0x00000039 
+ 00029243  0x00007d7f arg  0x00000000 , 0x00000002 
+ 00029244  0x00007d80 call  0x00007241 
+ 00029245  0x00007d81 increase  0x00000004 , 0x00000013 
+ 00029246  0x00007d82 loop  0x0000723b 
+ 00029247  0x00007d83 arg  0x00008700 , 0x00000002 
+ 00029248  0x00007d84 lshift16  0x00000002 , 0x00000002 
+ 00029249  0x00007d86 ifetch  0x00000004 , 0x00000013 
+ 00029250  0x00007d87 ixor  0x00000002 , 0x0000003f 
+ 00029251  0x00007d88 istore  0x00000004 , 0x00000005 
+ 00029252  0x00007d89 rtn 
+ 00029253  0x00007d90 bpatchx  0x000000df , 0x0000403b 
+ 00029254  0x00007d91 arg  0x00000010 , 0x00000039 
+ 00029255  0x00007d92 arg  0x00000000 , 0x0000003f 
+ 00029256  0x00007d94 isub  0x00000011 , 0x0000003e 
+ 00029257  0x00007d95 branch  0x00007250 , 0x00000005 
+ 00029258  0x00007d96 branch  0x00007253 , 0x00000002 
+ 00029259  0x00007d97 ifetcht  0x00000001 , 0x00000006 
+ 00029260  0x00007d98 istoret  0x00000001 , 0x00000005 
+ 00029261  0x00007d9a increase  0x00000001 , 0x0000003f 
+ 00029262  0x00007d9b loop  0x00007248 
+ 00029263  0x00007d9c rtn 
+ 00029264  0x00007d9e arg  0x00000080 , 0x00000002 
+ 00029265  0x00007da0 istoret  0x00000001 , 0x00000005 
+ 00029266  0x00007da1 branch  0x0000724d 
+ 00029267  0x00007da4 arg  0x00000000 , 0x00000002 
+ 00029268  0x00007da5 branch  0x00007251 
+ 00029269  0x00007da9 call  0x00007268 
+ 00029270  0x00007daa arg  0x00000592 , 0x00000006 
+ 00029271  0x00007dab arg  0x00000582 , 0x00000005 
+ 00029272  0x00007dac branch  0x00007ebf 
+ 00029273  0x00007db0 disable  0x00000028 
+ 00029274  0x00007db1 call  0x0000735f 
+ 00029275  0x00007db2 arg  0x00000562 , 0x00000006 
+ 00029276  0x00007db3 arg  0x000005a2 , 0x00000005 
+ 00029277  0x00007db4 force  0x0000000f , 0x00000039 
+ 00029278  0x00007db5 call  0x00007f01 
+ 00029279  0x00007db6 ifetch  0x00000001 , 0x00000006 
+ 00029280  0x00007db7 xor_into  0x00000006 , 0x0000003f 
+ 00029281  0x00007db8 istore  0x00000001 , 0x00000005 
+ 00029282  0x00007db9 setarg  0x000005b2 
+ 00029283  0x00007dba store  0x00000002 , 0x000005d6 
+ 00029284  0x00007dbb setarg  0x000005a2 
+ 00029285  0x00007dbc store  0x00000002 , 0x000005d4 
+ 00029286  0x00007dbd set1  0x00000012 , 0x00000000 
+ 00029287  0x00007dbe branch  0x000072a8 
+ 00029288  0x00007dc3 fetcht  0x00000001 , 0x00004689 
+ 00029289  0x00007dc4 force  0x00000010 , 0x00000012 
+ 00029290  0x00007dc5 add  0x00000002 , 0x00000006 , 0x00000013 
+ 00029291  0x00007dc6 sub  0x00000013 , 0x00000010 , 0x0000003e 
+ 00029292  0x00007dc7 branch  0x0000726e , 0x00000002 
+ 00029293  0x00007dc8 force  0x00000010 , 0x00000013 
+ 00029294  0x00007dca arg  0x000005a2 , 0x00000005 
+ 00029295  0x00007dcc arg  0x0000468a , 0x00000006 
+ 00029296  0x00007dcd copy  0x00000002 , 0x00000039 
+ 00029297  0x00007dce disable  0x00000028 
+ 00029298  0x00007dd0 ifetch  0x00000001 , 0x00000006 
+ 00029299  0x00007dd1 istore  0x00000001 , 0x00000005 
+ 00029300  0x00007dd2 increase  0xffffffff , 0x00000012 
+ 00029301  0x00007dd3 branch  0x0000727c , 0x00000005 
+ 00029302  0x00007dd4 loop  0x00007272 
+ 00029303  0x00007dd5 branch  0x0000726f , 0x00000028 
+ 00029304  0x00007dd6 enable  0x00000028 
+ 00029305  0x00007dd7 force  0x00000006 , 0x00000039 
+ 00029306  0x00007dd8 copy  0x00000011 , 0x00000006 
+ 00029307  0x00007dd9 branch  0x00007272 
+ 00029308  0x00007ddb arg  0x00000562 , 0x00000006 
+ 00029309  0x00007ddc arg  0x000005b2 , 0x00000005 
+ 00029310  0x00007ddd call  0x00007ebf 
+ 00029311  0x00007dde fetch  0x00000001 , 0x000005c1 
+ 00029312  0x00007ddf ixor  0x00000013 , 0x0000003f 
+ 00029313  0x00007de0 store  0x00000001 , 0x000005c1 
+ 00029314  0x00007de1 setarg  0x000005b2 
+ 00029315  0x00007de2 store  0x00000002 , 0x000005d6 
+ 00029316  0x00007de3 setarg  0x000005a2 
+ 00029317  0x00007de4 store  0x00000002 , 0x000005d4 
+ 00029318  0x00007de5 set1  0x00000012 , 0x00000000 
+ 00029319  0x00007de6 branch  0x000072a8 
+ 00029320  0x00007dec disable  0x00000028 
+ 00029321  0x00007ded call  0x0000735f 
+ 00029322  0x00007dee branch  0x00007292 
+ 00029323  0x00007df1 arg  0x00000056 , 0x00000011 
+ 00029324  0x00007df2 enable  0x00000028 
+ 00029325  0x00007df3 call  0x0000735f 
+ 00029326  0x00007df4 call  0x00007292 
+ 00029327  0x00007df5 arg  0x00000592 , 0x00000006 
+ 00029328  0x00007df6 arg  0x00000062 , 0x00000005 
+ 00029329  0x00007df7 branch  0x00007ebf 
+ 00029330  0x00007dfb setarg  0x00000562 
+ 00029331  0x00007dfc store  0x00000002 , 0x000005d6 
+ 00029332  0x00007dfd setarg  0x000041be 
+ 00029333  0x00007dfe store  0x00000002 , 0x000005d4 
+ 00029334  0x00007dff set0  0x00000012 , 0x00000000 
+ 00029335  0x00007e00 call  0x000072a8 
+ 00029336  0x00007e01 arg  0x00000592 , 0x00000011 
+ 00029337  0x00007e02 arg  0x00000562 , 0x00000012 
+ 00029338  0x00007e03 arg  0x000005a2 , 0x00000005 
+ 00029339  0x00007e04 call  0x00007352 
+ 00029340  0x00007e05 arg  0x000005a2 , 0x00000011 
+ 00029341  0x00007e06 arg  0x000005b2 , 0x00000012 
+ 00029342  0x00007e07 copy  0x00000012 , 0x00000005 
+ 00029343  0x00007e08 enable  0x00000028 
+ 00029344  0x00007e09 call  0x00007350 
+ 00029345  0x00007e0a call  0x0000736a 
+ 00029346  0x00007e0b setarg  0x000005b2 
+ 00029347  0x00007e0c store  0x00000002 , 0x000005d6 
+ 00029348  0x00007e0d setarg  0x000005a2 
+ 00029349  0x00007e0e store  0x00000002 , 0x000005d4 
+ 00029350  0x00007e0f set1  0x00000012 , 0x00000000 
+ 00029351  0x00007e10 branch  0x000072a8 
+ 00029352  0x00007e15 jam  0x00000000 , 0x000005d8 
+ 00029353  0x00007e16 fetch  0x00000002 , 0x000005d4 
+ 00029354  0x00007e17 iforce  0x00000006 
+ 00029355  0x00007e18 arg  0x000005c2 , 0x00000005 
+ 00029356  0x00007e19 call  0x00007ebf 
+ 00029357  0x00007e1a fetch  0x00000002 , 0x000005d6 
+ 00029358  0x00007e1b iforce  0x00000006 
+ 00029359  0x00007e1c arg  0x00000592 , 0x00000005 
+ 00029360  0x00007e1d call  0x00007ebf 
+ 00029361  0x00007e20 call  0x000072cf 
+ 00029362  0x00007e21 disable  0x00000028 
+ 00029363  0x00007e22 bmark0  0x00000012 , 0x000072b9 
+ 00029364  0x00007e23 fetch  0x00000001 , 0x000005d8 
+ 00029365  0x00007e24 bne  0x00000004 , 0x000072b9 
+ 00029366  0x00007e25 fetch  0x00000002 , 0x000005d6 
+ 00029367  0x00007e26 iforce  0x00000012 
+ 00029368  0x00007e27 call  0x00007301 
+ 00029369  0x00007e29 call  0x00007300 
+ 00029370  0x00007e2a call  0x00007313 
+ 00029371  0x00007e2b fetch  0x00000001 , 0x000005d8 
+ 00029372  0x00007e2c increase  0x00000001 , 0x0000003f 
+ 00029373  0x00007e2d store  0x00000001 , 0x000005d8 
+ 00029374  0x00007e2f call  0x000072cf 
+ 00029375  0x00007e30 enable  0x00000028 
+ 00029376  0x00007e31 call  0x00007300 
+ 00029377  0x00007e32 call  0x00007322 
+ 00029378  0x00007e33 call  0x00007331 
+ 00029379  0x00007e34 call  0x00007322 
+ 00029380  0x00007e35 call  0x00007331 
+ 00029381  0x00007e36 call  0x00007322 
+ 00029382  0x00007e37 call  0x00007331 
+ 00029383  0x00007e38 call  0x00007322 
+ 00029384  0x00007e39 fetch  0x00000001 , 0x000005d8 
+ 00029385  0x00007e3a increase  0x00000001 , 0x0000003f 
+ 00029386  0x00007e3b store  0x00000001 , 0x000005d8 
+ 00029387  0x00007e3c bne  0x00000010 , 0x000072b1 
+ 00029388  0x00007e3d call  0x000072cf 
+ 00029389  0x00007e3e disable  0x00000028 
+ 00029390  0x00007e3f branch  0x00007300 
+ 00029391  0x00007e44 fetch  0x00000001 , 0x000005d8 
+ 00029392  0x00007e45 arg  0x000005c2 , 0x00000006 
+ 00029393  0x00007e46 branch  0x000072f6 , 0x00000034 
+ 00029394  0x00007e47 iforce  0x00000012 
+ 00029395  0x00007e48 force  0x00000011 , 0x00000039 
+ 00029396  0x00007e49 copy  0x00000006 , 0x00000005 
+ 00029397  0x00007e4b ifetch  0x00000001 , 0x00000006 
+ 00029398  0x00007e4c lshift3  0x0000003f , 0x00000002 
+ 00029399  0x00007e4d rshift2  0x0000003f , 0x0000003f 
+ 00029400  0x00007e4e rshift3  0x0000003f , 0x0000003f 
+ 00029401  0x00007e4f ior  0x00000002 , 0x0000003f 
+ 00029402  0x00007e50 istore  0x00000001 , 0x00000005 
+ 00029403  0x00007e51 loop  0x000072d5 
+ 00029404  0x00007e52 setarg  0x000005c2 
+ 00029405  0x00007e53 iadd  0x00000012 , 0x00000006 
+ 00029406  0x00007e54 force  0x00000010 , 0x00000039 
+ 00029407  0x00007e55 arg  0x00000572 , 0x00000005 
+ 00029408  0x00007e57 ifetch  0x00000001 , 0x00000006 
+ 00029409  0x00007e58 istore  0x00000001 , 0x00000005 
+ 00029410  0x00007e59 compare  0x000005d3 , 0x00000006 , 0x000000ff 
+ 00029411  0x00007e5a nbranch  0x000072e5 , 0x00000001 
+ 00029412  0x00007e5b increase  0xffffffef , 0x00000006 
+ 00029413  0x00007e5d loop  0x000072e0 
+ 00029414  0x00007e5e force  0x00000000 , 0x00000011 
+ 00029415  0x00007e5f add  0x00000012 , 0xffffffff , 0x00000013 
+ 00029416  0x00007e60 lshift2  0x00000013 , 0x00000013 
+ 00029417  0x00007e61 lshift2  0x00000013 , 0x00000013 
+ 00029418  0x00007e62 call  0x000074b9 
+ 00029419  0x00007e63 setarg  0x00008400 
+ 00029420  0x00007e64 iadd  0x00000013 , 0x00000013 
+ 00029421  0x00007e65 arg  0x00000572 , 0x00000005 
+ 00029422  0x00007e66 force  0x00000010 , 0x00000039 
+ 00029423  0x00007e68 ifetcht  0x00000001 , 0x00000013 
+ 00029424  0x00007e69 ifetch  0x00000001 , 0x00000005 
+ 00029425  0x00007e6a iadd  0x00000002 , 0x0000003f 
+ 00029426  0x00007e6b istore  0x00000001 , 0x00000005 
+ 00029427  0x00007e6c increase  0x00000001 , 0x00000013 
+ 00029428  0x00007e6d loop  0x000072ef 
+ 00029429  0x00007e6e branch  0x000074bd 
+ 00029430  0x00007e71 force  0x00000010 , 0x00000039 
+ 00029431  0x00007e72 force  0x00000000 , 0x00000002 
+ 00029432  0x00007e74 ifetch  0x00000001 , 0x00000006 
+ 00029433  0x00007e75 ixor  0x00000002 , 0x00000002 
+ 00029434  0x00007e76 loop  0x000072f8 
+ 00029435  0x00007e77 deposit  0x00000002 
+ 00029436  0x00007e78 istore  0x00000001 , 0x00000006 
+ 00029437  0x00007e79 arg  0x000005c2 , 0x00000006 
+ 00029438  0x00007e7a arg  0x00000572 , 0x00000005 
+ 00029439  0x00007e7b branch  0x00007ebf 
+ 00029440  0x00007e7e arg  0x00000572 , 0x00000012 
+ 00029441  0x00007e80 force  0x00000010 , 0x00000039 
+ 00029442  0x00007e81 arg  0x00000592 , 0x00000011 
+ 00029443  0x00007e82 copy  0x00000011 , 0x00000005 
+ 00029444  0x00007e84 ifetcht  0x00000001 , 0x00000011 
+ 00029445  0x00007e85 ifetch  0x00000001 , 0x00000012 
+ 00029446  0x00007e86 ixor  0x00000002 , 0x00000030 
+ 00029447  0x00007e87 and  0x00000039 , 0x00000003 , 0x00000013 
+ 00029448  0x00007e88 nbranch  0x0000730a , 0x00000028 
+ 00029449  0x00007e89 xor_into  0x00000003 , 0x00000013 
+ 00029450  0x00007e8b sub  0x00000013 , 0x00000001 , 0x00000013 
+ 00029451  0x00007e8c branch  0x0000730d , 0x00000002 
+ 00029452  0x00007e8d iadd  0x00000002 , 0x00000030 
+ 00029453  0x00007e8f deposit  0x00000030 
+ 00029454  0x00007e90 istore  0x00000001 , 0x00000005 
+ 00029455  0x00007e91 increase  0x00000001 , 0x00000011 
+ 00029456  0x00007e92 increase  0x00000001 , 0x00000012 
+ 00029457  0x00007e93 loop  0x00007304 
+ 00029458  0x00007e94 rtn 
+ 00029459  0x00007e97 call  0x000074b9 
+ 00029460  0x00007e98 force  0x00000010 , 0x00000039 
+ 00029461  0x00007e99 arg  0x00000592 , 0x00000011 
+ 00029462  0x00007e9b ifetch  0x00000001 , 0x00000011 
+ 00029463  0x00007e9c arg  0x00008500 , 0x00000006 
+ 00029464  0x00007e9d and  0x00000039 , 0x00000003 , 0x00000013 
+ 00029465  0x00007e9e sub  0x00000013 , 0x00000001 , 0x0000003e 
+ 00029466  0x00007e9f branch  0x0000731c , 0x00000002 
+ 00029467  0x00007ea0 arg  0x00008600 , 0x00000006 
+ 00029468  0x00007ea2 iadd  0x00000006 , 0x00000006 
+ 00029469  0x00007ea3 ifetch  0x00000001 , 0x00000006 
+ 00029470  0x00007ea4 istore  0x00000001 , 0x00000011 
+ 00029471  0x00007ea5 increase  0x00000001 , 0x00000011 
+ 00029472  0x00007ea6 loop  0x00007316 
+ 00029473  0x00007ea7 branch  0x000074bd 
+ 00029474  0x00007eaa force  0x00000008 , 0x00000039 
+ 00029475  0x00007eab arg  0x00000592 , 0x00000006 
+ 00029476  0x00007eac copy  0x00000006 , 0x00000005 
+ 00029477  0x00007eae ifetch  0x00000001 , 0x00000006 
+ 00029478  0x00007eaf iforce  0x00000011 
+ 00029479  0x00007eb0 ifetch  0x00000001 , 0x00000006 
+ 00029480  0x00007eb1 iforce  0x00000012 
+ 00029481  0x00007eb2 lshift  0x00000011 , 0x0000003f 
+ 00029482  0x00007eb3 iadd  0x00000012 , 0x0000003f 
+ 00029483  0x00007eb4 istore  0x00000001 , 0x00000005 
+ 00029484  0x00007eb5 deposit  0x00000011 
+ 00029485  0x00007eb6 iadd  0x00000012 , 0x0000003f 
+ 00029486  0x00007eb7 istore  0x00000001 , 0x00000005 
+ 00029487  0x00007eb8 loop  0x00007325 
+ 00029488  0x00007eb9 rtn 
+ 00029489  0x00007ebd setarg  0x008ae42c 
+ 00029490  0x00007ebe iforce  0x00000002 
+ 00029491  0x00007ebf force  0x00000007 , 0x00000039 
+ 00029492  0x00007ec0 call  0x00007340 
+ 00029493  0x00007ec1 setarg  0x000d751b 
+ 00029494  0x00007ec2 iforce  0x00000002 
+ 00029495  0x00007ec3 force  0x00000005 , 0x00000039 
+ 00029496  0x00007ec4 call  0x00007340 
+ 00029497  0x00007ec5 fetch  0x00000001 , 0x000005a1 
+ 00029498  0x00007ec6 iforce  0x00000011 
+ 00029499  0x00007ec7 fetch  0x00000001 , 0x00000595 
+ 00029500  0x00007ec8 store  0x00000001 , 0x000005a1 
+ 00029501  0x00007ec9 deposit  0x00000011 
+ 00029502  0x00007eca store  0x00000001 , 0x00000595 
+ 00029503  0x00007ecb rtn 
+ 00029504  0x00007ece and  0x00000002 , 0x0000000f , 0x00000012 
+ 00029505  0x00007ed0 and  0x00000002 , 0x0000000f , 0x0000003f 
+ 00029506  0x00007ed1 arg  0x00000592 , 0x00000005 
+ 00029507  0x00007ed2 iadd  0x00000005 , 0x00000005 
+ 00029508  0x00007ed3 ifetch  0x00000001 , 0x00000005 
+ 00029509  0x00007ed4 iforce  0x00000013 
+ 00029510  0x00007ed5 deposit  0x00000011 
+ 00029511  0x00007ed6 istore  0x00000001 , 0x00000005 
+ 00029512  0x00007ed7 copy  0x00000013 , 0x00000011 
+ 00029513  0x00007ed8 rshift4  0x00000002 , 0x00000002 
+ 00029514  0x00007ed9 loop  0x00007341 
+ 00029515  0x00007eda setarg  0x00000592 
+ 00029516  0x00007edb iadd  0x00000012 , 0x00000005 
+ 00029517  0x00007edc deposit  0x00000011 
+ 00029518  0x00007edd istore  0x00000001 , 0x00000005 
+ 00029519  0x00007ede rtn 
+ 00029520  0x00007ee1 enable  0x00000028 
+ 00029521  0x00007ee2 branch  0x00007353 
+ 00029522  0x00007ee5 disable  0x00000028 
+ 00029523  0x00007ee7 force  0x00000010 , 0x00000039 
+ 00029524  0x00007ee9 ifetcht  0x00000001 , 0x00000011 
+ 00029525  0x00007eea ifetch  0x00000001 , 0x00000012 
+ 00029526  0x00007eeb branch  0x00007359 , 0x00000028 
+ 00029527  0x00007eec ixor  0x00000002 , 0x0000003f 
+ 00029528  0x00007eed branch  0x0000735a 
+ 00029529  0x00007eef iadd  0x00000002 , 0x0000003f 
+ 00029530  0x00007ef1 istore  0x00000001 , 0x00000005 
+ 00029531  0x00007ef2 increase  0x00000001 , 0x00000011 
+ 00029532  0x00007ef3 increase  0x00000001 , 0x00000012 
+ 00029533  0x00007ef4 loop  0x00007354 
+ 00029534  0x00007ef5 rtn 
+ 00029535  0x00007ef9 arg  0x000005b2 , 0x00000005 
+ 00029536  0x00007efa ifetch  0x00000006 , 0x00000011 
+ 00029537  0x00007efb istore  0x00000006 , 0x00000005 
+ 00029538  0x00007efc branch  0x00007365 , 0x00000028 
+ 00029539  0x00007efd ifetch  0x00000006 , 0x00000011 
+ 00029540  0x00007efe branch  0x00007366 
+ 00029541  0x00007f00 ifetch  0x00000006 , 0x00000006 
+ 00029542  0x00007f02 istore  0x00000006 , 0x00000005 
+ 00029543  0x00007f03 ifetch  0x00000004 , 0x00000011 
+ 00029544  0x00007f04 istore  0x00000004 , 0x00000005 
+ 00029545  0x00007f05 rtn 
+ 00029546  0x00007f08 arg  0x000041be , 0x00000006 
+ 00029547  0x00007f09 arg  0x000005a2 , 0x00000005 
+ 00029548  0x00007f0a arg  0x00000000 , 0x00000002 
+ 00029549  0x00007f0b setarg  0x008395a7 
+ 00029550  0x00007f0c call  0x0000738b 
+ 00029551  0x00007f0d setarg  0x00b3c1df 
+ 00029552  0x00007f0e call  0x0000738b 
+ 00029553  0x00007f0f setarg  0x0000e5e9 
+ 00029554  0x00007f10 call  0x0000738c 
+ 00029555  0x00007f11 copy  0x00000002 , 0x00000014 
+ 00029556  0x00007f12 disable  0x00000028 
+ 00029557  0x00007f13 call  0x00007379 
+ 00029558  0x00007f14 copy  0x00000014 , 0x00000002 
+ 00029559  0x00007f15 enable  0x00000028 
+ 00029560  0x00007f16 branch  0x00007379 
+ 00029561  0x00007f19 force  0x00000008 , 0x00000039 
+ 00029562  0x00007f1b ifetch  0x00000001 , 0x00000006 
+ 00029563  0x00007f1c compare  0x00000001 , 0x00000039 , 0x00000001 
+ 00029564  0x00007f1d branch  0x00007380 , 0x00000028 
+ 00029565  0x00007f1e branch  0x00007381 , 0x00000001 
+ 00029566  0x00007f20 iadd  0x00000002 , 0x0000003f 
+ 00029567  0x00007f21 branch  0x00007382 
+ 00029568  0x00007f23 branch  0x0000737e , 0x00000001 
+ 00029569  0x00007f25 ixor  0x00000002 , 0x0000003f 
+ 00029570  0x00007f27 istore  0x00000001 , 0x00000005 
+ 00029571  0x00007f28 rshift8  0x00000002 , 0x00000002 
+ 00029572  0x00007f29 loop  0x0000737a 
+ 00029573  0x00007f2a rtn 
+ 00029574  0x00007f2d fetch  0x00000006 , 0x00000596 
+ 00029575  0x00007f2e store  0x00000006 , 0x00000056 
+ 00029576  0x00007f2f ifetch  0x00000006 , 0x00000006 
+ 00029577  0x00007f30 istore  0x00000006 , 0x00000005 
+ 00029578  0x00007f31 rtn 
+ 00029579  0x00007f34 lshift8  0x00000002 , 0x00000002 
+ 00029580  0x00007f36 lshift16  0x00000002 , 0x00000002 
+ 00029581  0x00007f37 ior  0x00000002 , 0x00000002 
+ 00029582  0x00007f38 rtn 
+ 00029583  0x00007f3d branch  0x0000738f 
+ 00029584  0x00007f42 bpatchx  0x000000e0 , 0x0000403c 
+ 00029585  0x00007f43 call  0x0000742b 
+ 00029586  0x00007f44 arg  0x00004419 , 0x00000005 
+ 00029587  0x00007f45 branch  0x00007497 
+ 00029588  0x00007f49 arg  0x0000443a , 0x00000005 
+ 00029589  0x00007f4a branch  0x00007397 , 0x00000029 
+ 00029590  0x00007f4b arg  0x0000042f , 0x00000005 
+ 00029591  0x00007f4d copy  0x00000006 , 0x00000011 
+ 00029592  0x00007f4e call  0x00007ebf 
+ 00029593  0x00007f4f call  0x00007440 
+ 00029594  0x00007f50 arg  0x0000442a , 0x00000006 
+ 00029595  0x00007f51 branch  0x000074b0 
+ 00029596  0x00007f54 arg  0x0000042f , 0x00000011 
+ 00029597  0x00007f55 branch  0x0000739f , 0x00000029 
+ 00029598  0x00007f56 arg  0x0000443a , 0x00000011 
+ 00029599  0x00007f58 copy  0x00000011 , 0x00000005 
+ 00029600  0x00007f59 call  0x0000630c 
+ 00029601  0x00007f5a branch  0x00007440 
+ 00029602  0x00007f5d arg  0x000044aa , 0x00000006 
+ 00029603  0x00007f5e call  0x00007486 
+ 00029604  0x00007f5f arg  0x00004419 , 0x00000006 
+ 00029605  0x00007f60 call  0x00007487 
+ 00029606  0x00007f61 force  0x00000038 , 0x00000036 
+ 00029607  0x00007f62 force  0x00000000 , 0x00000036 
+ 00029608  0x00007f63 call  0x0000741d 
+ 00029609  0x00007f64 arg  0x0000047c , 0x00000005 
+ 00029610  0x00007f65 branch  0x00007497 
+ 00029611  0x00007f69 force  0x00000049 , 0x0000003f 
+ 00029612  0x00007f6a branch  0x000073ae 
+ 00029613  0x00007f6c force  0x00000001 , 0x0000003f 
+ 00029614  0x00007f6e force  0x00000000 , 0x00000038 
+ 00029615  0x00007f6f lshift8  0x00000002 , 0x0000002f 
+ 00029616  0x00007f70 ior  0x0000002f , 0x0000002f 
+ 00029617  0x00007f71 increase  0x00000001 , 0x00000038 
+ 00029618  0x00007f72 rshift8  0x00000002 , 0x0000002f 
+ 00029619  0x00007f73 rshift16  0x0000002f , 0x0000002f 
+ 00029620  0x00007f74 fetch  0x00000002 , 0x00004411 
+ 00029621  0x00007f75 lshift16 , 0x0000003f , 0x0000003f 
+ 00029622  0x00007f76 ior  0x0000002f , 0x0000002f 
+ 00029623  0x00007f77 increase  0x00000001 , 0x00000038 
+ 00029624  0x00007f78 ifetch  0x00000004 , 0x00000006 
+ 00029625  0x00007f79 iforce  0x0000002f 
+ 00029626  0x00007f7a increase  0x00000001 , 0x00000038 
+ 00029627  0x00007f7b ifetch  0x00000002 , 0x00000006 
+ 00029628  0x00007f7c byteswap  0x00000011 , 0x0000002f 
+ 00029629  0x00007f7d lshift16  0x0000002f , 0x0000002f 
+ 00029630  0x00007f7e ior  0x0000002f , 0x0000002f 
+ 00029631  0x00007f7f increase  0x00000001 , 0x00000038 
+ 00029632  0x00007f80 rtn 
+ 00029633  0x00007f85 add  0x00000013 , 0x00000001 , 0x00000006 
+ 00029634  0x00007f86 ifetch  0x00000001 , 0x00000006 
+ 00029635  0x00007f87 iforce  0x00000011 
+ 00029636  0x00007f88 call  0x000073ab 
+ 00029637  0x00007f89 call  0x0000741f 
+ 00029638  0x00007f8b force  0x00000000 , 0x00000038 
+ 00029639  0x00007f8c ifetch  0x00000001 , 0x00000013 
+ 00029640  0x00007f8d and_into  0x00000003 , 0x0000003f 
+ 00029641  0x00007f8e lshift16  0x0000003f , 0x0000002f 
+ 00029642  0x00007f8f set1  0x00000008 , 0x0000002f 
+ 00029643  0x00007f90 call  0x0000748f 
+ 00029644  0x00007f91 call  0x00007422 
+ 00029645  0x00007f93 copy  0x00000011 , 0x00000039 
+ 00029646  0x00007f94 add  0x00000013 , 0x00000002 , 0x00000006 
+ 00029647  0x00007f95 call  0x0000746e 
+ 00029648  0x00007f97 call  0x00007478 
+ 00029649  0x00007f98 call  0x00007422 
+ 00029650  0x00007f99 deposit  0x00000039 
+ 00029651  0x00007f9a branch  0x000073d5 , 0x00000034 
+ 00029652  0x00007f9b branch  0x000073d0 
+ 00029653  0x00007f9d force  0x0000000c , 0x00000038 
+ 00029654  0x00007f9e deposit  0x0000002f 
+ 00029655  0x00007f9f store  0x00000004 , 0x00000417 
+ 00029656  0x00007fa0 rtn 
+ 00029657  0x00007fa3 increase  0x00000001 , 0x00000011 
+ 00029658  0x00007fa4 call  0x000073ad 
+ 00029659  0x00007fa5 copy  0x00000013 , 0x00000006 
+ 00029660  0x00007fa6 call  0x00007482 
+ 00029661  0x00007fa7 call  0x00007425 
+ 00029662  0x00007fa8 call  0x0000749e 
+ 00029663  0x00007fa9 increase  0x00000010 , 0x00000013 
+ 00029664  0x00007faa increase  0xfffffff0 , 0x00000012 
+ 00029665  0x00007fab branch  0x000073d9 , 0x00000002 
+ 00029666  0x00007fac rtn 
+ 00029667  0x00007faf bpatchx  0x000000e1 , 0x0000403c 
+ 00029668  0x00007fb0 arg  0x000043dc , 0x00000013 
+ 00029669  0x00007fb1 fetcht  0x00000005 , 0x00004403 
+ 00029670  0x00007fb2 call  0x000073c1 
+ 00029671  0x00007fb3 force  0x00000008 , 0x00000038 
+ 00029672  0x00007fb4 iforce  0x0000002f 
+ 00029673  0x00007fb5 force  0x00000000 , 0x00000011 
+ 00029674  0x00007fb6 call  0x000073ad 
+ 00029675  0x00007fb7 call  0x00007425 
+ 00029676  0x00007fb8 arg  0x000043de , 0x00000013 
+ 00029677  0x00007fb9 fetch  0x00000001 , 0x000043dd 
+ 00029678  0x00007fba add  0x0000003f , 0xffffffff , 0x00000012 
+ 00029679  0x00007fbb iadd  0x00000013 , 0x00000005 
+ 00029680  0x00007fbc force  0x0000000c , 0x00000038 
+ 00029681  0x00007fbd deposit  0x0000002f 
+ 00029682  0x00007fbe istore  0x00000004 , 0x00000005 
+ 00029683  0x00007fbf call  0x000073d9 
+ 00029684  0x00007fc0 fetch  0x00000001 , 0x000043dd 
+ 00029685  0x00007fc1 increase  0x00000004 , 0x0000003f 
+ 00029686  0x00007fc2 store  0x00000001 , 0x000043dd 
+ 00029687  0x00007fc3 fetcht  0x00000005 , 0x00004403 
+ 00029688  0x00007fc4 increase  0x00000001 , 0x00000002 
+ 00029689  0x00007fc5 storet  0x00000005 , 0x00004403 
+ 00029690  0x00007fc6 rtn 
+ 00029691  0x00007fc9 bpatchx  0x000000e2 , 0x0000403c 
+ 00029692  0x00007fca fetch  0x00000001 , 0x000002da 
+ 00029693  0x00007fcb sub  0x0000003f , 0x00000014 , 0x0000003e 
+ 00029694  0x00007fcc branch  0x000073ff , 0x00000002 
+ 00029695  0x00007fce arg  0x000002db , 0x00000013 
+ 00029696  0x00007fcf add  0x0000003f , 0xffffffff , 0x00000012 
+ 00029697  0x00007fd0 increase  0xfffffffc , 0x0000003f 
+ 00029698  0x00007fd1 store  0x00000001 , 0x000002da 
+ 00029699  0x00007fd2 iadd  0x00000013 , 0x00000006 
+ 00029700  0x00007fd3 ifetch  0x00000004 , 0x00000006 
+ 00029701  0x00007fd4 force  0x00000008 , 0x00000038 
+ 00029702  0x00007fd5 iforce  0x0000002f 
+ 00029703  0x00007fd6 force  0x00000000 , 0x00000011 
+ 00029704  0x00007fd7 fetcht  0x00000005 , 0x00004408 
+ 00029705  0x00007fd8 call  0x000073ad 
+ 00029706  0x00007fd9 call  0x00007425 
+ 00029707  0x00007fda force  0x0000000c , 0x00000038 
+ 00029708  0x00007fdb deposit  0x0000002f 
+ 00029709  0x00007fdc store  0x00000004 , 0x0000041b 
+ 00029710  0x00007fdd call  0x000073d9 
+ 00029711  0x00007fde arg  0x000002d9 , 0x00000013 
+ 00029712  0x00007fdf call  0x000073c1 
+ 00029713  0x00007fe0 fetcht  0x00000004 , 0x0000041b 
+ 00029714  0x00007fe1 isub  0x00000002 , 0x0000003f 
+ 00029715  0x00007fe2 nrtn  0x00000034 
+ 00029716  0x00007fe3 fetch  0x00000004 , 0x0000440d 
+ 00029717  0x00007fe4 isub  0x00000002 , 0x0000003f 
+ 00029718  0x00007fe5 rtn  0x00000034 
+ 00029719  0x00007fe6 storet  0x00000004 , 0x0000440d 
+ 00029720  0x00007fe7 fetch  0x00000005 , 0x00004408 
+ 00029721  0x00007fe8 increase  0x00000001 , 0x0000003f 
+ 00029722  0x00007fe9 store  0x00000005 , 0x00004408 
+ 00029723  0x00007fea force  0x00000000 , 0x0000003f 
+ 00029724  0x00007feb rtn 
+ 00029725  0x00007fee nbranch  0x0000741d , 0x00000037 
+ 00029726  0x00007fef rtn 
+ 00029727  0x00007ff2 force  0x00000030 , 0x00000036 
+ 00029728  0x00007ff3 force  0x00000000 , 0x00000036 
+ 00029729  0x00007ff4 branch  0x0000741d 
+ 00029730  0x00007ff7 force  0x00000032 , 0x00000036 
+ 00029731  0x00007ff8 force  0x00000002 , 0x00000036 
+ 00029732  0x00007ff9 branch  0x0000741d 
+ 00029733  0x00007ffc force  0x00000034 , 0x00000036 
+ 00029734  0x00007ffd force  0x00000004 , 0x00000036 
+ 00029735  0x00007ffe branch  0x0000741d 
+ 00029736  0x00008002 force  0x00000001 , 0x00000036 
+ 00029737  0x00008003 force  0x00000000 , 0x00000036 
+ 00029738  0x00008004 rtn 
+ 00029739  0x00008006 force  0x00000000 , 0x00000038 
+ 00029740  0x00008007 fetch  0x00000004 , 0x0000042f 
+ 00029741  0x00008008 iforce  0x0000002f 
+ 00029742  0x00008009 increase  0x00000001 , 0x00000038 
+ 00029743  0x0000800a ifetch  0x00000004 , 0x00000006 
+ 00029744  0x0000800b iforce  0x0000002f 
+ 00029745  0x0000800c increase  0x00000001 , 0x00000038 
+ 00029746  0x0000800d fetch  0x00000004 , 0x0000443a 
+ 00029747  0x0000800e iforce  0x0000002f 
+ 00029748  0x0000800f increase  0x00000001 , 0x00000038 
+ 00029749  0x00008010 ifetch  0x00000004 , 0x00000006 
+ 00029750  0x00008011 iforce  0x0000002f 
+ 00029751  0x00008012 increase  0x00000001 , 0x00000038 
+ 00029752  0x00008013 call  0x00007492 
+ 00029753  0x00008014 increase  0xfffffffc , 0x00000038 
+ 00029754  0x00008015 fetch  0x00000004 , 0x000044c7 
+ 00029755  0x00008016 copy  0x0000003f , 0x0000002f 
+ 00029756  0x00008017 increase  0x00000004 , 0x00000038 
+ 00029757  0x00008018 force  0x00000038 , 0x00000036 
+ 00029758  0x00008019 force  0x00000008 , 0x00000036 
+ 00029759  0x0000801a branch  0x0000741d 
+ 00029760  0x0000801e bpatchx  0x000000e3 , 0x0000403c 
+ 00029761  0x0000801f fetch  0x00000006 , 0x000044a0 
+ 00029762  0x00008020 fetcht  0x00000006 , 0x0000044f 
+ 00029763  0x00008021 branch  0x00007446 , 0x00000029 
+ 00029764  0x00008022 fetch  0x00000006 , 0x0000044f 
+ 00029765  0x00008023 fetcht  0x00000006 , 0x000044a0 
+ 00029766  0x00008025 force  0x00000008 , 0x00000038 
+ 00029767  0x00008026 copy  0x00000002 , 0x0000002f 
+ 00029768  0x00008027 increase  0x00000001 , 0x00000038 
+ 00029769  0x00008028 rshift32  0x00000002 , 0x0000002f 
+ 00029770  0x00008029 lshift16  0x0000003f , 0x0000003f 
+ 00029771  0x0000802a ior  0x0000002f , 0x0000002f 
+ 00029772  0x0000802b increase  0x00000001 , 0x00000038 
+ 00029773  0x0000802c rshift32  0x0000003f , 0x0000002f 
+ 00029774  0x0000802d increase  0x00000001 , 0x00000038 
+ 00029775  0x0000802e force  0x00000000 , 0x0000002f 
+ 00029776  0x0000802f force  0x00000000 , 0x0000003f 
+ 00029777  0x00008030 fetch  0x00000001 , 0x0000448e 
+ 00029778  0x00008031 fetcht  0x00000001 , 0x00004485 
+ 00029779  0x00008032 nbranch  0x00007456 , 0x00000029 
+ 00029780  0x00008034 fetch  0x00000001 , 0x00004495 
+ 00029781  0x00008035 fetcht  0x00000001 , 0x0000448e 
+ 00029782  0x00008037 store  0x00000001 , 0x0000444a 
+ 00029783  0x00008038 storet  0x00000001 , 0x0000444b 
+ 00029784  0x00008039 force  0x00000000 , 0x00000038 
+ 00029785  0x0000803a arg  0x0000444a , 0x00000012 
+ 00029786  0x0000803b force  0x00000004 , 0x00000039 
+ 00029787  0x0000803d ifetch  0x00000004 , 0x00000011 
+ 00029788  0x0000803e ifetcht  0x00000004 , 0x00000012 
+ 00029789  0x0000803f ixor  0x00000002 , 0x0000002f 
+ 00029790  0x00008040 increase  0x00000001 , 0x00000038 
+ 00029791  0x00008041 increase  0x00000004 , 0x00000011 
+ 00029792  0x00008042 increase  0x00000004 , 0x00000012 
+ 00029793  0x00008043 loop  0x0000745b 
+ 00029794  0x00008044 call  0x00007492 
+ 00029795  0x00008045 increase  0xfffffffc , 0x00000038 
+ 00029796  0x00008046 fetch  0x00000004 , 0x000044c7 
+ 00029797  0x00008047 copy  0x0000003f , 0x0000002f 
+ 00029798  0x00008048 increase  0x00000004 , 0x00000038 
+ 00029799  0x00008049 force  0x00000038 , 0x00000036 
+ 00029800  0x0000804a force  0x0000000c , 0x00000036 
+ 00029801  0x0000804b call  0x0000741d 
+ 00029802  0x0000804d call  0x00007491 
+ 00029803  0x0000804e force  0x0000003a , 0x00000036 
+ 00029804  0x0000804f force  0x00000008 , 0x00000036 
+ 00029805  0x00008050 branch  0x0000741d 
+ 00029806  0x00008053 compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029807  0x00008054 rtn  0x00000001 
+ 00029808  0x00008055 deposit  0x00000006 
+ 00029809  0x00008056 iadd  0x00000039 , 0x00000005 
+ 00029810  0x00008057 force  0x00000000 , 0x0000003f 
+ 00029811  0x00008059 istore  0x00000001 , 0x00000005 
+ 00029812  0x0000805a increase  0x00000001 , 0x00000039 
+ 00029813  0x0000805b compare  0x00000000 , 0x00000039 , 0x00000003 
+ 00029814  0x0000805c rtn  0x00000001 
+ 00029815  0x0000805d branch  0x00007473 
+ 00029816  0x00008060 force  0x00000000 , 0x00000038 
+ 00029817  0x00008062 deposit  0x00000039 
+ 00029818  0x00008063 branch  0x0000747d , 0x00000034 
+ 00029819  0x00008064 ifetch  0x00000004 , 0x00000006 
+ 00029820  0x00008065 increase  0xfffffffc , 0x00000039 
+ 00029821  0x00008067 iforce  0x0000002f 
+ 00029822  0x00008068 increase  0x00000001 , 0x00000038 
+ 00029823  0x00008069 compare  0x00000004 , 0x00000038 , 0x0000000f 
+ 00029824  0x0000806a rtn  0x00000001 
+ 00029825  0x0000806b branch  0x00007479 
+ 00029826  0x0000806e force  0x00000008 , 0x00000038 
+ 00029827  0x0000806f branch  0x00007487 
+ 00029828  0x00008071 force  0x00000004 , 0x00000038 
+ 00029829  0x00008072 branch  0x00007487 
+ 00029830  0x00008074 force  0x00000000 , 0x00000038 
+ 00029831  0x00008076 force  0x00000004 , 0x00000039 
+ 00029832  0x00008078 ifetch  0x00000004 , 0x00000006 
+ 00029833  0x00008079 iforce  0x0000002f 
+ 00029834  0x0000807a increase  0x00000001 , 0x00000038 
+ 00029835  0x0000807b loop  0x00007488 
+ 00029836  0x0000807c rtn 
+ 00029837  0x0000807f arg  0x0000047c , 0x00000006 
+ 00029838  0x00008080 branch  0x00007484 
+ 00029839  0x00008083 force  0x00000004 , 0x00000039 
+ 00029840  0x00008084 branch  0x00007494 
+ 00029841  0x00008087 force  0x00000000 , 0x00000038 
+ 00029842  0x00008089 force  0x00000004 , 0x00000039 
+ 00029843  0x0000808b force  0x00000000 , 0x0000002f 
+ 00029844  0x0000808d increase  0x00000001 , 0x00000038 
+ 00029845  0x0000808e loop  0x00007493 
+ 00029846  0x0000808f rtn 
+ 00029847  0x00008092 force  0x0000000c , 0x00000038 
+ 00029848  0x00008093 force  0x00000004 , 0x00000039 
+ 00029849  0x00008095 deposit  0x0000002f 
+ 00029850  0x00008096 istore  0x00000004 , 0x00000005 
+ 00029851  0x00008097 increase  0x00000001 , 0x00000038 
+ 00029852  0x00008098 loop  0x00007499 
+ 00029853  0x00008099 rtn 
+ 00029854  0x0000809c force  0x0000000c , 0x00000038 
+ 00029855  0x0000809d copy  0x00000013 , 0x00000005 
+ 00029856  0x0000809e add  0x00000012 , 0x00000001 , 0x00000039 
+ 00029857  0x0000809f sub  0x00000039 , 0x0000000f , 0x0000003e 
+ 00029858  0x000080a0 branch  0x000074a4 , 0x00000002 
+ 00029859  0x000080a1 force  0x00000010 , 0x00000039 
+ 00029860  0x000080a3 deposit  0x0000002f 
+ 00029861  0x000080a4 sub  0x00000039 , 0x00000003 , 0x0000003e 
+ 00029862  0x000080a5 branch  0x000074ac , 0x00000002 
+ 00029863  0x000080a6 istore  0x00000004 , 0x00000005 
+ 00029864  0x000080a7 increase  0xfffffffc , 0x00000039 
+ 00029865  0x000080a8 rtn  0x00000005 
+ 00029866  0x000080a9 increase  0x00000001 , 0x00000038 
+ 00029867  0x000080aa branch  0x000074a4 
+ 00029868  0x000080ac istore  0x00000001 , 0x00000005 
+ 00029869  0x000080ad rshift8  0x0000003f , 0x0000003f 
+ 00029870  0x000080ae loop  0x000074ac 
+ 00029871  0x000080af rtn 
+ 00029872  0x000080b3 force  0x0000000c , 0x00000038 
+ 00029873  0x000080b4 force  0x00000004 , 0x00000039 
+ 00029874  0x000080b6 ifetch  0x00000004 , 0x00000006 
+ 00029875  0x000080b7 isub  0x0000002f , 0x0000003e 
+ 00029876  0x000080b8 nrtn  0x00000005 
+ 00029877  0x000080b9 increase  0x00000001 , 0x00000038 
+ 00029878  0x000080ba loop  0x000074b2 
+ 00029879  0x000080bb force  0x00000000 , 0x0000003e 
+ 00029880  0x000080bc rtn 
+ 00029881  0x000080bf hfetch  0x00000001 , 0x00008050 
+ 00029882  0x000080c0 set0  0x00000000 , 0x0000003f 
+ 00029883  0x000080c1 hstore  0x00000001 , 0x00008050 
+ 00029884  0x000080c2 rtn 
+ 00029885  0x000080c5 hfetch  0x00000001 , 0x00008050 
+ 00029886  0x000080c6 set1  0x00000000 , 0x0000003f 
+ 00029887  0x000080c7 hstore  0x00000001 , 0x00008050 
+ 00029888  0x000080c8 rtn 
+ 00029889  0x000080cb arg  0x00000886 , 0x00000005 
+ 00029890  0x000080cc setsect  0x00000000 , 0x0003ffff 
+ 00029891  0x000080cd setsect  0x00000001 , 0x0003ffff 
+ 00029892  0x000080ce setsect  0x00000002 , 0x0003ffff 
+ 00029893  0x000080cf setsect  0x00000003 , 0x0003fbff 
+ 00029894  0x000080d0 istore  0x00000009 , 0x00000005 
+ 00029895  0x000080d1 setsect  0x00000000 , 0x0003ffff 
+ 00029896  0x000080d2 setsect  0x00000001 , 0x0003ffff 
+ 00029897  0x000080d3 setsect  0x00000002 , 0x0003ffff 
+ 00029898  0x000080d4 setsect  0x00000003 , 0x0003ffff 
+ 00029899  0x000080d5 istore  0x00000009 , 0x00000005 
+ 00029900  0x000080d6 setsect  0x00000000 , 0x0003ffff 
+ 00029901  0x000080d7 setsect  0x00000001 , 0x0003ffff 
+ 00029902  0x000080d8 setsect  0x00000002 , 0x0003cfff 
+ 00029903  0x000080d9 setsect  0x00000003 , 0x0003ffff 
+ 00029904  0x000080da istore  0x00000009 , 0x00000005 
+ 00029905  0x000080db setsect  0x00000000 , 0x0003ffff 
+ 00029906  0x000080dc setsect  0x00000001 , 0x0003ffff 
+ 00029907  0x000080dd setsect  0x00000002 , 0x0003ffef 
+ 00029908  0x000080de setsect  0x00000003 , 0x0003ffff 
+ 00029909  0x000080df istore  0x00000009 , 0x00000005 
+ 00029910  0x000080e0 setsect  0x00000000 , 0x0003ffff 
+ 00029911  0x000080e1 setsect  0x00000001 , 0x0003ffff 
+ 00029912  0x000080e2 setsect  0x00000002 , 0x0003ffff 
+ 00029913  0x000080e3 setsect  0x00000003 , 0x0003ffff 
+ 00029914  0x000080e4 istore  0x00000009 , 0x00000005 
+ 00029915  0x000080e5 setsect  0x00000000 , 0x0003ffff 
+ 00029916  0x000080e6 setsect  0x00000001 , 0x00026c7f 
+ 00029917  0x000080e7 setsect  0x00000002 , 0x0000146b 
+ 00029918  0x000080e8 setsect  0x00000003 , 0x00037bb3 
+ 00029919  0x000080e9 istore  0x00000009 , 0x00000005 
+ 00029920  0x000080ea setsect  0x00000000 , 0x0001feb8 
+ 00029921  0x000080eb setsect  0x00000001 , 0x00010c12 
+ 00029922  0x000080ec setsect  0x00000002 , 0x0002b722 
+ 00029923  0x000080ed setsect  0x00000003 , 0x00029fa6 
+ 00029924  0x000080ee istore  0x00000009 , 0x00000005 
+ 00029925  0x000080ef setsect  0x00000000 , 0x0000e70f 
+ 00029926  0x000080f0 setsect  0x00000001 , 0x00016720 
+ 00029927  0x000080f1 setsect  0x00000002 , 0x0000519e 
+ 00029928  0x000080f2 setsect  0x00000003 , 0x00019084 
+ 00029929  0x000080f3 istore  0x00000009 , 0x00000005 
+ 00029930  0x000080f4 setsect  0x00000000 , 0x00031012 
+ 00029931  0x000080f5 setsect  0x00000001 , 0x000360bf 
+ 00029932  0x000080f6 setsect  0x00000002 , 0x0003f0af 
+ 00029933  0x000080f7 setsect  0x00000003 , 0x000003d3 
+ 00029934  0x000080f8 istore  0x00000009 , 0x00000005 
+ 00029935  0x000080f9 setsect  0x00000000 , 0x0003a188 
+ 00029936  0x000080fa setsect  0x00000001 , 0x00003ad0 
+ 00029937  0x000080fb setsect  0x00000002 , 0x0003cbf2 
+ 00029938  0x000080fc setsect  0x00000003 , 0x000243d9 
+ 00029939  0x000080fd istore  0x00000009 , 0x00000005 
+ 00029940  0x000080fe setsect  0x00000000 , 0x0002b030 
+ 00029941  0x000080ff setsect  0x00000001 , 0x00036a03 
+ 00029942  0x00008100 setsect  0x00000002 , 0x00011188 
+ 00029943  0x00008101 setsect  0x00000003 , 0x0001e520 
+ 00029944  0x00008102 istore  0x00000009 , 0x00000005 
+ 00029945  0x00008103 setsect  0x00000000 , 0x0003a11e 
+ 00029946  0x00008104 setsect  0x00000001 , 0x0000fe5d 
+ 00029947  0x00008105 setsect  0x00000002 , 0x0000dd57 
+ 00029948  0x00008106 setsect  0x00000003 , 0x0001ac93 
+ 00029949  0x00008107 istore  0x00000009 , 0x00000005 
+ 00029950  0x00008108 setsect  0x00000000 , 0x000011ed 
+ 00029951  0x00008109 setsect  0x00000001 , 0x000218c4 
+ 00029952  0x0000810a setsect  0x00000002 , 0x00008da7 
+ 00029953  0x0000810b setsect  0x00000003 , 0x000257ff 
+ 00029954  0x0000810c istore  0x00000009 , 0x00000005 
+ 00029955  0x0000810d setsect  0x00000000 , 0x0003192b 
+ 00029956  0x0000810e setsect  0x00000001 , 0x00034641 
+ 00029957  0x0000810f setsect  0x00000002 , 0x0001be0c 
+ 00029958  0x00008110 setsect  0x00000003 , 0x000366ad 
+ 00029959  0x00008111 istore  0x00000009 , 0x00000005 
+ 00029960  0x00008112 setsect  0x00000000 , 0x00001f83 
+ 00029961  0x00008113 setsect  0x00000001 , 0x00015a23 
+ 00029962  0x00008114 setsect  0x00000002 , 0x0003f9b0 
+ 00029963  0x00008115 setsect  0x00000003 , 0x00003949 
+ 00029964  0x00008116 istore  0x00000009 , 0x00000005 
+ 00029965  0x00008117 setsect  0x00000000 , 0x00013a51 
+ 00029966  0x00008118 setsect  0x00000001 , 0x000153fd 
+ 00029967  0x00008119 setsect  0x00000002 , 0x0003372a 
+ 00029968  0x0000811a setsect  0x00000003 , 0x0000f1bb 
+ 00029969  0x0000811b istore  0x00000009 , 0x00000005 
+ 00029970  0x0000811c setsect  0x00000000 , 0x0003ae85 
+ 00029971  0x0000811d setsect  0x00000001 , 0x0001eed9 
+ 00029972  0x0000811e setsect  0x00000002 , 0x00009e66 
+ 00029973  0x0000811f setsect  0x00000003 , 0x000001a8 
+ 00029974  0x00008120 istore  0x00000008 , 0x00000005 
+ 00029975  0x00008121 rtn 
+ 00029976  0x00008126 arg  0x0000091e , 0x00000005 
+ 00029977  0x00008127 setsect  0x00000000 , 0x0003ffff 
+ 00029978  0x00008128 setsect  0x00000001 , 0x0003ffff 
+ 00029979  0x00008129 setsect  0x00000002 , 0x0003ffff 
+ 00029980  0x0000812a setsect  0x00000003 , 0x0003ffff 
+ 00029981  0x0000812b istore  0x00000009 , 0x00000005 
+ 00029982  0x0000812c setsect  0x00000000 , 0x0003ffff 
+ 00029983  0x0000812d setsect  0x00000001 , 0x0000003f 
+ 00029984  0x0000812e setsect  0x00000002 , 0x00000000 
+ 00029985  0x0000812f setsect  0x00000003 , 0x00000000 
+ 00029986  0x00008130 istore  0x00000009 , 0x00000005 
+ 00029987  0x00008131 setsect  0x00000000 , 0x00000000 
+ 00029988  0x00008132 setsect  0x00000001 , 0x00000000 
+ 00029989  0x00008133 setsect  0x00000002 , 0x00001000 
+ 00029990  0x00008134 setsect  0x00000003 , 0x00000000 
+ 00029991  0x00008135 istore  0x00000009 , 0x00000005 
+ 00029992  0x00008136 setsect  0x00000000 , 0x0003ff00 
+ 00029993  0x00008137 setsect  0x00000001 , 0x0003ffff 
+ 00029994  0x00008138 setsect  0x00000002 , 0x0003ffcf 
+ 00029995  0x00008139 setsect  0x00000003 , 0x0003ffff 
+ 00029996  0x0000813a istore  0x00000009 , 0x00000005 
+ 00029997  0x0000813b setsect  0x00000000 , 0x0003ffff 
+ 00029998  0x0000813c setsect  0x00000001 , 0x0003ffff 
+ 00029999  0x0000813d setsect  0x00000002 , 0x0003ffff 
+ 00030000  0x0000813e setsect  0x00000003 , 0x000003ff 
+ 00030001  0x0000813f istore  0x00000009 , 0x00000005 
+ 00030002  0x00008140 setsect  0x00000000 , 0x00000000 
+ 00030003  0x00008141 setsect  0x00000001 , 0x00000000 
+ 00030004  0x00008142 setsect  0x00000002 , 0x00000000 
+ 00030005  0x00008143 setsect  0x00000003 , 0x00000000 
+ 00030006  0x00008144 istore  0x00000009 , 0x00000005 
+ 00030007  0x00008145 setsect  0x00000000 , 0x00010000 
+ 00030008  0x00008146 setsect  0x00000001 , 0x00000000 
+ 00030009  0x00008147 setsect  0x00000002 , 0x0003f000 
+ 00030010  0x00008148 setsect  0x00000003 , 0x0003ffff 
+ 00030011  0x00008149 istore  0x00000009 , 0x00000005 
+ 00030012  0x0000814a setsect  0x00000000 , 0x000296ff 
+ 00030013  0x0000814b setsect  0x00000001 , 0x00022630 
+ 00030014  0x0000814c setsect  0x00000002 , 0x0003945d 
+ 00030015  0x0000814d setsect  0x00000003 , 0x0003d284 
+ 00030016  0x0000814e istore  0x00000009 , 0x00000005 
+ 00030017  0x0000814f setsect  0x00000000 , 0x000333a0 
+ 00030018  0x00008150 setsect  0x00000001 , 0x00004b7a 
+ 00030019  0x00008151 setsect  0x00000002 , 0x000037d8 
+ 00030020  0x00008152 setsect  0x00000003 , 0x0003c9dc 
+ 00030021  0x00008153 istore  0x00000009 , 0x00000005 
+ 00030022  0x00008154 setsect  0x00000000 , 0x0003a440 
+ 00030023  0x00008155 setsect  0x00000001 , 0x0001b958 
+ 00030024  0x00008156 setsect  0x00000002 , 0x00038bce 
+ 00030025  0x00008157 setsect  0x00000003 , 0x0001091f 
+ 00030026  0x00008158 istore  0x00000009 , 0x00000005 
+ 00030027  0x00008159 setsect  0x00000000 , 0x0002e12c 
+ 00030028  0x0000815a setsect  0x00000001 , 0x0001f47c 
+ 00030029  0x0000815b setsect  0x00000002 , 0x000356b1 
+ 00030030  0x0000815c setsect  0x00000003 , 0x0002fd47 
+ 00030031  0x0000815d istore  0x00000009 , 0x00000005 
+ 00030032  0x0000815e setsect  0x00000000 , 0x00006837 
+ 00030033  0x0000815f setsect  0x00000001 , 0x0002ed90 
+ 00030034  0x00008160 setsect  0x00000002 , 0x0001ecec 
+ 00030035  0x00008161 setsect  0x00000003 , 0x0001acc5 
+ 00030036  0x00008162 istore  0x00000009 , 0x00000005 
+ 00030037  0x00008163 setsect  0x00000000 , 0x00023357 
+ 00030038  0x00008164 setsect  0x00000001 , 0x00018af3 
+ 00030039  0x00008165 setsect  0x00000002 , 0x0000f9e1 
+ 00030040  0x00008166 setsect  0x00000003 , 0x000129f0 
+ 00030041  0x00008167 istore  0x00000009 , 0x00000005 
+ 00030042  0x00008168 setsect  0x00000000 , 0x0002e7eb 
+ 00030043  0x00008169 setsect  0x00000001 , 0x0003e6e3 
+ 00030044  0x0000816a setsect  0x00000002 , 0x0003e1a7 
+ 00030045  0x0000816b setsect  0x00000003 , 0x00010b8b 
+ 00030046  0x0000816c istore  0x00000009 , 0x00000005 
+ 00030047  0x0000816d setsect  0x00000000 , 0x00024fe3 
+ 00030048  0x0000816e setsect  0x00000001 , 0x000020ef 
+ 00030049  0x0000816f setsect  0x00000002 , 0x0001b5a6 
+ 00030050  0x00008170 setsect  0x00000003 , 0x0000dc2f 
+ 00030051  0x00008171 istore  0x00000009 , 0x00000005 
+ 00030052  0x00008172 setsect  0x00000000 , 0x00013860 
+ 00030053  0x00008173 setsect  0x00000001 , 0x0002bd69 
+ 00030054  0x00008174 setsect  0x00000002 , 0x0000391a 
+ 00030055  0x00008175 setsect  0x00000003 , 0x0001b222 
+ 00030056  0x00008176 istore  0x00000009 , 0x00000005 
+ 00030057  0x00008177 rtn 
+ 00030058  0x0000817b fetch  0x00000001 , 0x0000465a 
+ 00030059  0x0000817c nbranch  0x0000757d , 0x00000034 
+ 00030060  0x0000817d branch  0x00007a77 
+ 00030061  0x00008180 bpatchx  0x000000e4 , 0x0000403c 
+ 00030062  0x00008181 fetch  0x00000001 , 0x0000465a 
+ 00030063  0x00008182 rtn  0x00000034 
+ 00030064  0x00008183 fetch  0x00000001 , 0x000045b1 
+ 00030065  0x00008184 rtnne  0x00000001 
+ 00030066  0x00008185 fetch  0x00000001 , 0x000044be 
+ 00030067  0x00008186 rtn  0x00000034 
+ 00030068  0x00008187 fetch  0x00000001 , 0x000044c3 
+ 00030069  0x00008188 rtneq  0x00000003 
+ 00030070  0x00008189 fetch  0x00000002 , 0x00004682 
+ 00030071  0x0000818a bbit1  0x00000000 , 0x0000757b 
+ 00030072  0x0000818b fetch  0x00000001 , 0x000044c0 
+ 00030073  0x0000818c beq  0x00000000 , 0x00007a77 
+ 00030074  0x0000818d rtn 
+ 00030075  0x0000818f jam  0x00000000 , 0x000044c0 
+ 00030076  0x00008190 rtn 
+ 00030077  0x00008194 bpatchx  0x000000e5 , 0x0000403c 
+ 00030078  0x00008195 fetch  0x00000001 , 0x0000465a 
+ 00030079  0x00008196 branch  0x0000612b , 0x00000034 
+ 00030080  0x00008197 call  0x00006124 
+ 00030081  0x00008198 call  0x00007583 
+ 00030082  0x00008199 branch  0x0000766d 
+ 00030083  0x0000819c setarg  0x00000000 
+ 00030084  0x0000819d store  0x00000008 , 0x000009ae 
+ 00030085  0x0000819e store  0x00000004 , 0x000009b6 
+ 00030086  0x0000819f store  0x00000007 , 0x0000465e 
+ 00030087  0x000081a0 rtn 
+ 00030088  0x000081a3 jam  0x00000001 , 0x000009b0 
+ 00030089  0x000081a4 branch  0x0000758d 
+ 00030090  0x000081a6 fetch  0x00000001 , 0x000045b1 
+ 00030091  0x000081a7 beq  0x00000001 , 0x0000768a 
+ 00030092  0x000081a8 branch  0x00002a8c 
+ 00030093  0x000081aa fetch  0x00000001 , 0x000045b1 
+ 00030094  0x000081ab beq  0x00000001 , 0x00007590 
+ 00030095  0x000081ac branch  0x0000766d 
+ 00030096  0x000081af call  0x0000768a 
+ 00030097  0x000081b0 fetch  0x00000001 , 0x000009af 
+ 00030098  0x000081b1 nrtn  0x00000034 
+ 00030099  0x000081b2 jam  0x00000003 , 0x000009ae 
+ 00030100  0x000081b3 rtn 
+ 00030101  0x000081b7 call  0x000075b0 
+ 00030102  0x000081b8 arg  0x000009de , 0x00000011 
+ 00030103  0x000081b9 arg  0x00000866 , 0x00000005 
+ 00030104  0x000081ba call  0x00007c79 
+ 00030105  0x000081bb arg  0x000009be , 0x00000011 
+ 00030106  0x000081bc arg  0x00000826 , 0x00000005 
+ 00030107  0x000081bd call  0x00007c79 
+ 00030108  0x000081be arg  0x00000826 , 0x00000011 
+ 00030109  0x000081bf arg  0x000009be , 0x00000012 
+ 00030110  0x000081c0 arg  0x00000826 , 0x00000005 
+ 00030111  0x000081c1 call  0x00007be1 
+ 00030112  0x000081c2 arg  0x0000093e , 0x00000011 
+ 00030113  0x000081c3 arg  0x000009be , 0x00000012 
+ 00030114  0x000081c4 arg  0x00000846 , 0x00000005 
+ 00030115  0x000081c5 call  0x00007be1 
+ 00030116  0x000081c6 arg  0x00000846 , 0x00000011 
+ 00030117  0x000081c7 arg  0x00000826 , 0x00000012 
+ 00030118  0x000081c8 arg  0x00000826 , 0x00000005 
+ 00030119  0x000081c9 call  0x00007c7d 
+ 00030120  0x000081ca arg  0x00000806 , 0x00000011 
+ 00030121  0x000081cb arg  0x00000826 , 0x00000012 
+ 00030122  0x000081cc arg  0x00000806 , 0x00000005 
+ 00030123  0x000081cd call  0x00007c7d 
+ 00030124  0x000081ce arg  0x00000020 , 0x00000039 
+ 00030125  0x000081cf arg  0x00000866 , 0x00000011 
+ 00030126  0x000081d0 arg  0x00000806 , 0x00000012 
+ 00030127  0x000081d1 branch  0x00007f88 
+ 00030128  0x000081d4 arg  0x0000097e , 0x00000011 
+ 00030129  0x000081d5 arg  0x00000806 , 0x00000005 
+ 00030130  0x000081d6 call  0x00007c79 
+ 00030131  0x000081d7 arg  0x0000095e , 0x00000011 
+ 00030132  0x000081d8 arg  0x00000826 , 0x00000005 
+ 00030133  0x000081d9 call  0x00007c79 
+ 00030134  0x000081da arg  0x00000826 , 0x00000011 
+ 00030135  0x000081db arg  0x0000095e , 0x00000012 
+ 00030136  0x000081dc arg  0x00000826 , 0x00000005 
+ 00030137  0x000081dd call  0x00007be1 
+ 00030138  0x000081de arg  0x0000093e , 0x00000011 
+ 00030139  0x000081df arg  0x0000095e , 0x00000012 
+ 00030140  0x000081e0 arg  0x00000846 , 0x00000005 
+ 00030141  0x000081e1 call  0x00007be1 
+ 00030142  0x000081e2 arg  0x00000846 , 0x00000011 
+ 00030143  0x000081e3 arg  0x00000826 , 0x00000012 
+ 00030144  0x000081e4 arg  0x00000826 , 0x00000005 
+ 00030145  0x000081e5 call  0x00007c7d 
+ 00030146  0x000081e6 arg  0x00000806 , 0x00000011 
+ 00030147  0x000081e7 arg  0x00000826 , 0x00000012 
+ 00030148  0x000081e8 arg  0x00000806 , 0x00000005 
+ 00030149  0x000081e9 branch  0x00007c96 
+ 00030150  0x000081ec call  0x000075e1 
+ 00030151  0x000081ed arg  0x000009e6 , 0x00000011 
+ 00030152  0x000081ee arg  0x00000866 , 0x00000005 
+ 00030153  0x000081ef call  0x000077a8 
+ 00030154  0x000081f0 arg  0x000009c6 , 0x00000011 
+ 00030155  0x000081f1 arg  0x00000826 , 0x00000005 
+ 00030156  0x000081f2 call  0x000077a8 
+ 00030157  0x000081f3 arg  0x00000826 , 0x00000011 
+ 00030158  0x000081f4 arg  0x000009c6 , 0x00000012 
+ 00030159  0x000081f5 arg  0x00000826 , 0x00000005 
+ 00030160  0x000081f6 call  0x00007786 
+ 00030161  0x000081f7 arg  0x0000089e , 0x00000011 
+ 00030162  0x000081f8 arg  0x000009c6 , 0x00000012 
+ 00030163  0x000081f9 arg  0x00000846 , 0x00000005 
+ 00030164  0x000081fa call  0x00007786 
+ 00030165  0x000081fb arg  0x00000846 , 0x00000011 
+ 00030166  0x000081fc arg  0x00000826 , 0x00000012 
+ 00030167  0x000081fd arg  0x00000826 , 0x00000005 
+ 00030168  0x000081fe call  0x00007755 
+ 00030169  0x000081ff arg  0x00000806 , 0x00000011 
+ 00030170  0x00008200 arg  0x00000826 , 0x00000012 
+ 00030171  0x00008201 arg  0x00000806 , 0x00000005 
+ 00030172  0x00008202 call  0x00007755 
+ 00030173  0x00008203 arg  0x00000018 , 0x00000039 
+ 00030174  0x00008204 arg  0x00000866 , 0x00000011 
+ 00030175  0x00008205 arg  0x00000806 , 0x00000012 
+ 00030176  0x00008206 branch  0x00007f88 
+ 00030177  0x00008209 arg  0x000008e6 , 0x00000011 
+ 00030178  0x0000820a arg  0x00000806 , 0x00000005 
+ 00030179  0x0000820b call  0x000077a8 
+ 00030180  0x0000820c arg  0x000008ce , 0x00000011 
+ 00030181  0x0000820d arg  0x00000826 , 0x00000005 
+ 00030182  0x0000820e call  0x000077a8 
+ 00030183  0x0000820f arg  0x00000826 , 0x00000011 
+ 00030184  0x00008210 arg  0x000008ce , 0x00000012 
+ 00030185  0x00008211 arg  0x00000826 , 0x00000005 
+ 00030186  0x00008212 call  0x00007786 
+ 00030187  0x00008213 arg  0x0000089e , 0x00000011 
+ 00030188  0x00008214 arg  0x000008ce , 0x00000012 
+ 00030189  0x00008215 arg  0x00000846 , 0x00000005 
+ 00030190  0x00008216 call  0x00007786 
+ 00030191  0x00008217 arg  0x00000846 , 0x00000011 
+ 00030192  0x00008218 arg  0x00000826 , 0x00000012 
+ 00030193  0x00008219 arg  0x00000826 , 0x00000005 
+ 00030194  0x0000821a call  0x00007755 
+ 00030195  0x0000821b arg  0x00000806 , 0x00000011 
+ 00030196  0x0000821c arg  0x00000826 , 0x00000012 
+ 00030197  0x0000821d arg  0x00000806 , 0x00000005 
+ 00030198  0x0000821e branch  0x00007758 
+ 00030199  0x00008222 fetch  0x00000001 , 0x000009b2 
+ 00030200  0x00008223 bne  0x00000000 , 0x00007615 
+ 00030201  0x00008224 call  0x00007612 
+ 00030202  0x00008225 arg  0x00000a7e , 0x00000005 
+ 00030203  0x00008226 setarg  0x00000a2e 
+ 00030204  0x00008227 istore  0x00000002 , 0x00000005 
+ 00030205  0x00008228 setarg  0x00004642 
+ 00030206  0x00008229 istore  0x00000002 , 0x00000005 
+ 00030207  0x0000822a setarg  0x000009de 
+ 00030208  0x0000822b istore  0x00000002 , 0x00000005 
+ 00030209  0x0000822c branch  0x00007609 
+ 00030210  0x0000822e arg  0x00000a7e , 0x00000005 
+ 00030211  0x0000822f setarg  0x00000a3e 
+ 00030212  0x00008230 istore  0x00000002 , 0x00000005 
+ 00030213  0x00008231 setarg  0x000009de 
+ 00030214  0x00008232 istore  0x00000002 , 0x00000005 
+ 00030215  0x00008233 setarg  0x00004642 
+ 00030216  0x00008234 istore  0x00000002 , 0x00000005 
+ 00030217  0x00008236 call  0x000079a0 
+ 00030218  0x00008237 fetch  0x00000001 , 0x000009af 
+ 00030219  0x00008238 beq  0x00000004 , 0x0000760f 
+ 00030220  0x00008239 jam  0x00000001 , 0x000009b0 
+ 00030221  0x0000823a jam  0x00000005 , 0x000009ae 
+ 00030222  0x0000823b rtn 
+ 00030223  0x0000823d jam  0x00000014 , 0x000009af 
+ 00030224  0x0000823e call  0x0000758a 
+ 00030225  0x0000823f branch  0x000076d8 
+ 00030226  0x00008242 arg  0x00000a1e , 0x00000005 
+ 00030227  0x00008243 force  0x00000008 , 0x00000007 
+ 00030228  0x00008244 branch  0x000076a2 
+ 00030229  0x00008247 jam  0x00000001 , 0x000009b0 
+ 00030230  0x00008248 rtn 
+ 00030231  0x0000824c bpatchx  0x000000e6 , 0x0000403c 
+ 00030232  0x0000824d arg  0x00000727 , 0x00000005 
+ 00030233  0x0000824e fetch  0x00000006 , 0x000040a0 
+ 00030234  0x0000824f istore  0x00000006 , 0x00000005 
+ 00030235  0x00008250 fetch  0x00000006 , 0x00000040 
+ 00030236  0x00008251 istore  0x00000006 , 0x00000005 
+ 00030237  0x00008252 fetch  0x00000003 , 0x0000465e 
+ 00030238  0x00008253 istore  0x00000003 , 0x00000005 
+ 00030239  0x00008255 call  0x00007a0d 
+ 00030240  0x00008257 arg  0x00000a4e , 0x00000011 
+ 00030241  0x00008258 arg  0x00000a5e , 0x00000012 
+ 00030242  0x00008259 force  0x00000004 , 0x00000007 
+ 00030243  0x0000825a call  0x000076a7 
+ 00030244  0x0000825b nbranch  0x00007631 , 0x00000001 
+ 00030245  0x0000825d call  0x00007628 
+ 00030246  0x0000825e jam  0x00000041 , 0x0000007d 
+ 00030247  0x0000825f branch  0x000062f8 
+ 00030248  0x00008262 fetch  0x00000001 , 0x000009af 
+ 00030249  0x00008263 beq  0x00000009 , 0x0000762e 
+ 00030250  0x00008264 jam  0x0000000a , 0x000009ae 
+ 00030251  0x00008265 jam  0x00000001 , 0x000009b0 
+ 00030252  0x00008266 jam  0x00000003 , 0x0000007c 
+ 00030253  0x00008267 rtn 
+ 00030254  0x00008269 jam  0x00000003 , 0x0000007c 
+ 00030255  0x0000826a jam  0x00000015 , 0x000009af 
+ 00030256  0x0000826b branch  0x000076d8 
+ 00030257  0x0000826f fetch  0x00000001 , 0x000009af 
+ 00030258  0x00008270 beq  0x00000009 , 0x00007637 
+ 00030259  0x00008271 jam  0x00000000 , 0x000009ae 
+ 00030260  0x00008272 jam  0x00000004 , 0x0000007c 
+ 00030261  0x00008274 jam  0x00000005 , 0x0000007e 
+ 00030262  0x00008275 rtn 
+ 00030263  0x00008277 jam  0x00000004 , 0x0000007c 
+ 00030264  0x00008278 jam  0x00000000 , 0x000009af 
+ 00030265  0x00008279 rtn 
+ 00030266  0x0000827c fetch  0x00000001 , 0x000009b3 
+ 00030267  0x0000827d beq  0x00000001 , 0x0000763e 
+ 00030268  0x0000827e jam  0x0000000a , 0x000009af 
+ 00030269  0x0000827f branch  0x000076d8 
+ 00030270  0x00008281 arg  0x00000727 , 0x00000005 
+ 00030271  0x00008282 fetch  0x00000006 , 0x00000040 
+ 00030272  0x00008283 istore  0x00000006 , 0x00000005 
+ 00030273  0x00008284 fetch  0x00000006 , 0x000040a0 
+ 00030274  0x00008285 istore  0x00000006 , 0x00000005 
+ 00030275  0x00008286 fetch  0x00000003 , 0x0000465b 
+ 00030276  0x00008287 istore  0x00000003 , 0x00000005 
+ 00030277  0x00008289 call  0x00007a24 
+ 00030278  0x0000828a fetch  0x00000001 , 0x000009af 
+ 00030279  0x0000828b beq  0x0000000a , 0x0000764b 
+ 00030280  0x0000828c jam  0x0000000b , 0x000009ae 
+ 00030281  0x0000828d jam  0x00000001 , 0x000009b0 
+ 00030282  0x0000828e rtn 
+ 00030283  0x00008290 jam  0x0000000b , 0x000009af 
+ 00030284  0x00008291 jam  0x00000001 , 0x000009b1 
+ 00030285  0x00008292 rtn 
+ 00030286  0x00008295 arg  0x00000a7e , 0x00000005 
+ 00030287  0x00008296 fetch  0x00000006 , 0x00000040 
+ 00030288  0x00008297 istore  0x00000006 , 0x00000005 
+ 00030289  0x00008298 fetch  0x00000006 , 0x000040a0 
+ 00030290  0x00008299 istore  0x00000006 , 0x00000005 
+ 00030291  0x0000829a setarg  0x00000a2e 
+ 00030292  0x0000829b istore  0x00000002 , 0x00000005 
+ 00030293  0x0000829c setarg  0x00000a3e 
+ 00030294  0x0000829d istore  0x00000002 , 0x00000005 
+ 00030295  0x0000829e branch  0x00007662 
+ 00030296  0x000082a0 jam  0x0000000f , 0x000009ae 
+ 00030297  0x000082a1 arg  0x00000a7e , 0x00000005 
+ 00030298  0x000082a2 fetch  0x00000006 , 0x000040a0 
+ 00030299  0x000082a3 istore  0x00000006 , 0x00000005 
+ 00030300  0x000082a4 fetch  0x00000006 , 0x00000040 
+ 00030301  0x000082a5 istore  0x00000006 , 0x00000005 
+ 00030302  0x000082a6 setarg  0x00000a3e 
+ 00030303  0x000082a7 istore  0x00000002 , 0x00000005 
+ 00030304  0x000082a8 setarg  0x00000a2e 
+ 00030305  0x000082a9 istore  0x00000002 , 0x00000005 
+ 00030306  0x000082ac arg  0x00000727 , 0x00000005 
+ 00030307  0x000082ad fetch  0x00000006 , 0x00000a7e 
+ 00030308  0x000082ae istore  0x00000006 , 0x00000005 
+ 00030309  0x000082af fetch  0x00000006 , 0x00000a84 
+ 00030310  0x000082b0 istore  0x00000006 , 0x00000005 
+ 00030311  0x000082b2 call  0x000079d7 
+ 00030312  0x000082b5 jam  0x00000001 , 0x000041bd 
+ 00030313  0x000082b6 arg  0x000041be , 0x00000005 
+ 00030314  0x000082b7 arg  0x00000a4e , 0x00000006 
+ 00030315  0x000082b8 call  0x00007ebf 
+ 00030316  0x000082b9 branch  0x000021c4 
+ 00030317  0x000082bd bpatchx  0x000000e7 , 0x0000403c 
+ 00030318  0x000082be fetch  0x00000001 , 0x000045b1 
+ 00030319  0x000082bf rtnne  0x00000000 
+ 00030320  0x000082c0 fetch  0x00000001 , 0x000009b2 
+ 00030321  0x000082c1 rtnne  0x00000000 
+ 00030322  0x000082c2 arg  0x00004612 , 0x00000005 
+ 00030323  0x000082c3 force  0x0000000b , 0x00000007 
+ 00030324  0x000082c4 call  0x000076a2 
+ 00030325  0x000082c5 random  0x0000003f 
+ 00030326  0x000082c6 rshift  0x0000003f , 0x0000003f 
+ 00030327  0x000082c7 istore  0x00000002 , 0x00000005 
+ 00030328  0x000082c9 arg  0x000006be , 0x00000005 
+ 00030329  0x000082ca arg  0x00004612 , 0x00000006 
+ 00030330  0x000082cb call  0x00007ebe 
+ 00030331  0x000082cd arg  0x000005e6 , 0x00000005 
+ 00030332  0x000082ce arg  0x000008ce , 0x00000006 
+ 00030333  0x000082cf call  0x00007ebc 
+ 00030334  0x000082d1 arg  0x00000616 , 0x00000005 
+ 00030335  0x000082d2 call  0x00007ec5 
+ 00030336  0x000082d3 jam  0x00000001 , 0x00000616 
+ 00030337  0x000082d5 call  0x00007a5d 
+ 00030338  0x000082d6 jam  0x00000001 , 0x000009b2 
+ 00030339  0x000082d7 rtn 
+ 00030340  0x000082da arg  0x0000462a , 0x00000005 
+ 00030341  0x000082db arg  0x0000062e , 0x00000006 
+ 00030342  0x000082dc call  0x00007ebc 
+ 00030343  0x000082dd jam  0x00000001 , 0x000045b1 
+ 00030344  0x000082de jam  0x00000000 , 0x000009b2 
+ 00030345  0x000082df rtn 
+ 00030346  0x000082e2 bpatchx  0x000000e8 , 0x0000403d 
+ 00030347  0x000082e3 fetch  0x00000001 , 0x000009b9 
+ 00030348  0x000082e4 rtnne  0x00000000 
+ 00030349  0x000082e5 fetch  0x00000001 , 0x000009b2 
+ 00030350  0x000082e6 rtnne  0x00000000 
+ 00030351  0x000082e8 arg  0x000006be , 0x00000005 
+ 00030352  0x000082e9 arg  0x00004612 , 0x00000006 
+ 00030353  0x000082ea call  0x00007ebe 
+ 00030354  0x000082ec arg  0x000005e6 , 0x00000005 
+ 00030355  0x000082ed arg  0x000009c6 , 0x00000006 
+ 00030356  0x000082ee call  0x00007ebc 
+ 00030357  0x000082f0 arg  0x00000616 , 0x00000005 
+ 00030358  0x000082f1 call  0x00007ec5 
+ 00030359  0x000082f2 jam  0x00000001 , 0x00000616 
+ 00030360  0x000082f4 call  0x00007a5d 
+ 00030361  0x000082f5 jam  0x00000002 , 0x000009b2 
+ 00030362  0x000082f6 rtn 
+ 00030363  0x000082f9 jam  0x00000001 , 0x000009b3 
+ 00030364  0x000082fa arg  0x00000a06 , 0x00000005 
+ 00030365  0x000082fb arg  0x0000062e , 0x00000006 
+ 00030366  0x000082fc call  0x00007ebe 
+ 00030367  0x000082fd jam  0x00000001 , 0x000009b9 
+ 00030368  0x000082fe jam  0x00000000 , 0x000009b2 
+ 00030369  0x000082ff rtn 
+ 00030370  0x00008302 increase  0xffffffff , 0x00000007 
+ 00030371  0x00008303 nrtn  0x00000002 
+ 00030372  0x00008304 random  0x0000003f 
+ 00030373  0x00008305 istore  0x00000002 , 0x00000005 
+ 00030374  0x00008306 branch  0x000076a2 
+ 00030375  0x00008308 increase  0xffffffff , 0x00000007 
+ 00030376  0x00008309 nbranch  0x000076b3 , 0x00000002 
+ 00030377  0x0000830a ifetch  0x00000004 , 0x00000011 
+ 00030378  0x0000830b copy  0x0000003f , 0x00000002 
+ 00030379  0x0000830c ifetch  0x00000004 , 0x00000012 
+ 00030380  0x0000830d iflip  0x00000002 , 0x0000003f 
+ 00030381  0x0000830e nbranch  0x000076b1 , 0x00000005 
+ 00030382  0x0000830f increase  0x00000004 , 0x00000011 
+ 00030383  0x00008310 increase  0x00000004 , 0x00000012 
+ 00030384  0x00008311 branch  0x000076a7 
+ 00030385  0x00008313 disable  0x00000001 
+ 00030386  0x00008314 rtn 
+ 00030387  0x00008316 enable  0x00000001 
+ 00030388  0x00008317 rtn 
+ 00030389  0x0000831f bpatchx  0x000000e9 , 0x0000403d 
+ 00030390  0x00008320 fetch  0x00000001 , 0x000009b0 
+ 00030391  0x00008321 rtn  0x00000034 
+ 00030392  0x00008322 call  0x000062bc 
+ 00030393  0x00008323 nrtn  0x00000034 
+ 00030394  0x00008324 jam  0x00000000 , 0x000009b0 
+ 00030395  0x00008325 fetch  0x00000001 , 0x000009ae 
+ 00030396  0x00008326 beq  0x00000003 , 0x000061fd 
+ 00030397  0x00008327 beq  0x00000005 , 0x0000621a 
+ 00030398  0x00008328 beq  0x00000007 , 0x00006225 
+ 00030399  0x00008329 beq  0x0000000b , 0x0000623a 
+ 00030400  0x0000832a beq  0x00000002 , 0x00007588 
+ 00030401  0x0000832b beq  0x00000004 , 0x000075f7 
+ 00030402  0x0000832c beq  0x00000009 , 0x00007617 
+ 00030403  0x0000832d beq  0x0000000a , 0x0000763a 
+ 00030404  0x0000832e beq  0x0000000c , 0x00007658 
+ 00030405  0x00008330 rtn 
+ 00030406  0x00008333 bpatchx  0x000000ea , 0x0000403d 
+ 00030407  0x00008334 fetch  0x00000001 , 0x000009b1 
+ 00030408  0x00008335 rtn  0x00000034 
+ 00030409  0x00008336 call  0x000062bc 
+ 00030410  0x00008337 nrtn  0x00000034 
+ 00030411  0x00008338 jam  0x00000000 , 0x000009b1 
+ 00030412  0x00008339 fetch  0x00000001 , 0x000009af 
+ 00030413  0x0000833a beq  0x00000012 , 0x000061e0 
+ 00030414  0x0000833b beq  0x00000013 , 0x000061e5 
+ 00030415  0x0000833c beq  0x00000003 , 0x000061e9 
+ 00030416  0x0000833d beq  0x00000004 , 0x00007602 
+ 00030417  0x0000833e beq  0x00000014 , 0x000061ed 
+ 00030418  0x0000833f beq  0x00000007 , 0x000061fb 
+ 00030419  0x00008340 beq  0x0000000a , 0x0000763a 
+ 00030420  0x00008341 beq  0x0000000b , 0x00006239 
+ 00030421  0x00008342 beq  0x00000009 , 0x00007617 
+ 00030422  0x00008343 beq  0x00000015 , 0x00006233 
+ 00030423  0x00008344 rtn 
+ 00030424  0x00008347 jam  0x00000001 , 0x000009b1 
+ 00030425  0x00008348 rtn 
+ 00030426  0x0000834b jam  0x00000000 , 0x000009b1 
+ 00030427  0x0000834c rtn 
+ 00030428  0x0000834e bpatchx  0x000000eb , 0x0000403d 
+ 00030429  0x0000834f fetch  0x00000001 , 0x0000465a 
+ 00030430  0x00008350 rtn  0x00000034 
+ 00030431  0x00008351 fetch  0x00000001 , 0x000009b2 
+ 00030432  0x00008352 rtn  0x00000034 
+ 00030433  0x00008353 increase  0x00000080 , 0x0000003f 
+ 00030434  0x00008354 store  0x00000001 , 0x000009b2 
+ 00030435  0x00008355 rtnbit1  0x00000007 
+ 00030436  0x00008356 fetch  0x00000001 , 0x000005e3 
+ 00030437  0x00008357 branch  0x000076e7 , 0x00000034 
+ 00030438  0x00008358 branch  0x00007a68 
+ 00030439  0x0000835b call  0x000078d3 
+ 00030440  0x0000835c fetch  0x00000001 , 0x000009b2 
+ 00030441  0x0000835d beq  0x00000001 , 0x00007684 
+ 00030442  0x0000835e beq  0x00000002 , 0x0000769b 
+ 00030443  0x0000835f rtn 
+ 00030444  0x00008363 and  0x0000003f , 0x00000007 , 0x00000007 
+ 00030445  0x00008364 rshift3  0x0000003f , 0x0000003f 
+ 00030446  0x00008365 iadd  0x00000006 , 0x00000006 
+ 00030447  0x00008366 ifetch  0x00000001 , 0x00000006 
+ 00030448  0x00008367 qisolate0  0x0000003f 
+ 00030449  0x00008368 rtn 
+ 00030450  0x0000836c call  0x00007ebe 
+ 00030451  0x0000836d call  0x00007ebe 
+ 00030452  0x0000836e branch  0x00007ebe 
+ 00030453  0x00008372 ifetch  0x00000008 , 0x00000006 
+ 00030454  0x00008373 nrtn  0x00000034 
+ 00030455  0x00008374 ifetch  0x00000008 , 0x00000006 
+ 00030456  0x00008375 nrtn  0x00000034 
+ 00030457  0x00008376 ifetch  0x00000008 , 0x00000006 
+ 00030458  0x00008377 rtn 
+ 00030459  0x0000837d ifetch  0x00000004 , 0x00000011 
+ 00030460  0x0000837e iforce  0x00000002 
+ 00030461  0x0000837f ifetch  0x00000004 , 0x00000012 
+ 00030462  0x00008380 isub  0x00000002 , 0x0000003e 
+ 00030463  0x00008381 nrtn  0x00000005 
+ 00030464  0x00008382 increase  0x00000004 , 0x00000011 
+ 00030465  0x00008383 increase  0x00000004 , 0x00000012 
+ 00030466  0x00008384 loop  0x000076fb 
+ 00030467  0x00008385 rtn 
+ 00030468  0x00008389 force  0x00000006 , 0x00000039 
+ 00030469  0x0000838a increase  0x00000014 , 0x00000011 
+ 00030470  0x0000838b increase  0x00000014 , 0x00000012 
+ 00030471  0x0000838d ifetch  0x00000004 , 0x00000012 
+ 00030472  0x0000838e iforce  0x00000002 
+ 00030473  0x0000838f ifetch  0x00000004 , 0x00000011 
+ 00030474  0x00008390 isub  0x00000002 , 0x0000003f 
+ 00030475  0x00008391 nrtn  0x00000002 
+ 00030476  0x00008392 nrtn  0x00000034 
+ 00030477  0x00008393 increase  0xfffffffc , 0x00000011 
+ 00030478  0x00008394 increase  0xfffffffc , 0x00000012 
+ 00030479  0x00008395 loop  0x00007707 
+ 00030480  0x00008396 rtn 
+ 00030481  0x00008399 force  0x00000006 , 0x00000039 
+ 00030482  0x0000839a force  0x00000000 , 0x00000013 
+ 00030483  0x0000839c ifetch  0x00000004 , 0x00000011 
+ 00030484  0x0000839d iforce  0x00000002 
+ 00030485  0x0000839e ifetch  0x00000004 , 0x00000012 
+ 00030486  0x0000839f iadd  0x00000002 , 0x0000003f 
+ 00030487  0x000083a0 iadd  0x00000013 , 0x0000003f 
+ 00030488  0x000083a1 istore  0x00000004 , 0x00000005 
+ 00030489  0x000083a2 isolate1  0x00000020 , 0x0000003f 
+ 00030490  0x000083a3 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00030491  0x000083a4 increase  0x00000004 , 0x00000011 
+ 00030492  0x000083a5 increase  0x00000004 , 0x00000012 
+ 00030493  0x000083a6 loop  0x00007713 
+ 00030494  0x000083a7 rtn 
+ 00030495  0x000083aa force  0x00000006 , 0x00000039 
+ 00030496  0x000083ab force  0x00000000 , 0x00000013 
+ 00030497  0x000083ad ifetch  0x00000004 , 0x00000012 
+ 00030498  0x000083ae iforce  0x00000002 
+ 00030499  0x000083af ifetch  0x00000004 , 0x00000011 
+ 00030500  0x000083b0 isub  0x00000002 , 0x0000003f 
+ 00030501  0x000083b1 isub  0x00000013 , 0x0000003f 
+ 00030502  0x000083b2 istore  0x00000004 , 0x00000005 
+ 00030503  0x000083b3 isolate1  0x00000020 , 0x0000003f 
+ 00030504  0x000083b4 setflag  0x00000001 , 0x00000000 , 0x00000013 
+ 00030505  0x000083b5 increase  0x00000004 , 0x00000011 
+ 00030506  0x000083b6 increase  0x00000004 , 0x00000012 
+ 00030507  0x000083b7 loop  0x00007721 
+ 00030508  0x000083b8 rtn 
+ 00030509  0x000083bb force  0x00000006 , 0x00000039 
+ 00030510  0x000083bc increase  0x00000014 , 0x00000011 
+ 00030511  0x000083be force  0x00000000 , 0x00000013 
+ 00030512  0x000083c0 ifetch  0x00000004 , 0x00000011 
+ 00030513  0x000083c1 isolate1  0x00000000 , 0x0000003f 
+ 00030514  0x000083c2 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00030515  0x000083c3 rshift  0x0000003f , 0x0000003f 
+ 00030516  0x000083c4 isolate1  0x00000000 , 0x00000013 
+ 00030517  0x000083c5 setflag  0x00000001 , 0x0000001f , 0x0000003f 
+ 00030518  0x000083c6 istore  0x00000004 , 0x00000011 
+ 00030519  0x000083c7 increase  0xfffffffc , 0x00000011 
+ 00030520  0x000083c8 rshift  0x00000013 , 0x00000013 
+ 00030521  0x000083c9 loop  0x00007730 
+ 00030522  0x000083ca rtn 
+ 00030523  0x000083cd force  0x00000006 , 0x00000039 
+ 00030524  0x000083ce force  0x00000000 , 0x00000013 
+ 00030525  0x000083d0 ifetch  0x00000004 , 0x00000011 
+ 00030526  0x000083d1 isolate1  0x0000001f , 0x0000003f 
+ 00030527  0x000083d2 setflag  0x00000001 , 0x00000001 , 0x00000013 
+ 00030528  0x000083d3 lshift  0x0000003f , 0x0000003f 
+ 00030529  0x000083d4 isolate1  0x00000000 , 0x00000013 
+ 00030530  0x000083d5 setflag  0x00000001 , 0x00000000 , 0x0000003f 
+ 00030531  0x000083d6 istore  0x00000004 , 0x00000011 
+ 00030532  0x000083d7 increase  0x00000004 , 0x00000011 
+ 00030533  0x000083d8 rshift  0x00000013 , 0x00000013 
+ 00030534  0x000083d9 loop  0x0000773d 
+ 00030535  0x000083da rtn 
+ 00030536  0x000083dd call  0x0000773b 
+ 00030537  0x000083df isolate1  0x00000000 , 0x00000013 
+ 00030538  0x000083e0 branch  0x00007751 , 0x00000001 
+ 00030539  0x000083e1 arg  0x00000886 , 0x00000012 
+ 00030540  0x000083e2 copy  0x00000011 , 0x00000013 
+ 00030541  0x000083e3 increase  0xffffffe8 , 0x00000011 
+ 00030542  0x000083e4 call  0x00007704 
+ 00030543  0x000083e5 nrtn  0x00000002 
+ 00030544  0x000083e6 copy  0x00000013 , 0x00000011 
+ 00030545  0x000083e8 increase  0xffffffe8 , 0x00000011 
+ 00030546  0x000083e9 arg  0x00000886 , 0x00000012 
+ 00030547  0x000083ea copy  0x00000011 , 0x00000005 
+ 00030548  0x000083eb branch  0x0000771f 
+ 00030549  0x000083ef call  0x00007711 
+ 00030550  0x000083f0 copy  0x00000005 , 0x00000011 
+ 00030551  0x000083f1 branch  0x00007749 
+ 00030552  0x000083f4 call  0x0000771f 
+ 00030553  0x000083f5 isolate0  0x00000000 , 0x00000013 
+ 00030554  0x000083f6 rtn  0x00000001 
+ 00030555  0x000083f7 arg  0x00000886 , 0x00000012 
+ 00030556  0x000083f8 add  0x00000005 , 0xffffffe8 , 0x00000011 
+ 00030557  0x000083f9 copy  0x00000011 , 0x00000005 
+ 00030558  0x000083fa branch  0x00007711 
+ 00030559  0x000083fe copy  0x00000005 , 0x0000000b 
+ 00030560  0x000083ff copy  0x00000011 , 0x00000030 
+ 00030561  0x00008400 arg  0x00000716 , 0x00000012 
+ 00030562  0x00008401 copy  0x00000012 , 0x00000005 
+ 00030563  0x00008402 add  0x00000011 , 0x00000018 , 0x00000006 
+ 00030564  0x00008403 ifetch  0x00000008 , 0x00000006 
+ 00030565  0x00008404 istore  0x00000008 , 0x00000005 
+ 00030566  0x00008405 istore  0x00000008 , 0x00000005 
+ 00030567  0x00008406 force  0x00000000 , 0x0000003f 
+ 00030568  0x00008407 istore  0x00000008 , 0x00000005 
+ 00030569  0x00008408 copy  0x0000000b , 0x00000005 
+ 00030570  0x00008409 call  0x00007755 
+ 00030571  0x0000840a arg  0x00000716 , 0x00000012 
+ 00030572  0x0000840b copy  0x00000012 , 0x00000005 
+ 00030573  0x0000840c force  0x00000000 , 0x0000003f 
+ 00030574  0x0000840d istore  0x00000008 , 0x00000005 
+ 00030575  0x0000840e add  0x00000030 , 0x00000020 , 0x00000006 
+ 00030576  0x0000840f ifetch  0x00000008 , 0x00000006 
+ 00030577  0x00008410 istore  0x00000008 , 0x00000005 
+ 00030578  0x00008411 istore  0x00000008 , 0x00000005 
+ 00030579  0x00008412 copy  0x0000000b , 0x00000011 
+ 00030580  0x00008413 copy  0x00000011 , 0x00000005 
+ 00030581  0x00008414 call  0x00007755 
+ 00030582  0x00008415 arg  0x00000716 , 0x00000012 
+ 00030583  0x00008416 copy  0x00000012 , 0x00000005 
+ 00030584  0x00008417 add  0x00000030 , 0x00000028 , 0x00000006 
+ 00030585  0x00008418 ifetch  0x00000008 , 0x00000006 
+ 00030586  0x00008419 istore  0x00000008 , 0x00000005 
+ 00030587  0x0000841a istore  0x00000008 , 0x00000005 
+ 00030588  0x0000841b istore  0x00000008 , 0x00000005 
+ 00030589  0x0000841c copy  0x0000000b , 0x00000011 
+ 00030590  0x0000841d copy  0x00000011 , 0x00000005 
+ 00030591  0x0000841e branch  0x00007755 
+ 00030592  0x00008422 force  0x00000006 , 0x00000039 
+ 00030593  0x00008424 ifetch  0x00000004 , 0x00000006 
+ 00030594  0x00008425 iforce  0x0000002f 
+ 00030595  0x00008426 increase  0x00000001 , 0x00000038 
+ 00030596  0x00008427 loop  0x00007781 
+ 00030597  0x00008428 rtn 
+ 00030598  0x0000842d copy  0x00000005 , 0x0000000b 
+ 00030599  0x0000842e arg  0x000006e6 , 0x00000005 
+ 00030600  0x0000842f call  0x00007ec5 
+ 00030601  0x00008430 arg  0x000006e6 , 0x00000005 
+ 00030602  0x00008431 copy  0x00000011 , 0x00000006 
+ 00030603  0x00008432 force  0x00000000 , 0x00000038 
+ 00030604  0x00008433 call  0x00007780 
+ 00030605  0x00008434 copy  0x00000012 , 0x00000006 
+ 00030606  0x00008435 call  0x00007780 
+ 00030607  0x00008436 force  0x00000000 , 0x00000012 
+ 00030608  0x00008438 force  0x00000000 , 0x00000002 
+ 00030609  0x00008439 force  0x00000006 , 0x00000013 
+ 00030610  0x0000843b ifetch  0x00000004 , 0x00000005 
+ 00030611  0x0000843c iforce  0x00000011 
+ 00030612  0x0000843d copy  0x00000012 , 0x00000038 
+ 00030613  0x0000843e deposit  0x0000002f 
+ 00030614  0x0000843f copy  0x00000013 , 0x00000038 
+ 00030615  0x00008440 imul32  0x0000002f , 0x0000003f 
+ 00030616  0x00008441 iadd  0x00000011 , 0x0000003f 
+ 00030617  0x00008442 iadd  0x00000002 , 0x0000003f 
+ 00030618  0x00008443 istore  0x00000004 , 0x00000005 
+ 00030619  0x00008444 rshift32  0x0000003f , 0x00000002 
+ 00030620  0x00008445 increase  0x00000001 , 0x00000013 
+ 00030621  0x00008446 compare  0x0000000c , 0x00000013 , 0x000000ff 
+ 00030622  0x00008447 nbranch  0x00007792 , 0x00000001 
+ 00030623  0x00008448 deposit  0x00000002 
+ 00030624  0x00008449 istore  0x00000004 , 0x00000005 
+ 00030625  0x0000844a increase  0xffffffe8 , 0x00000005 
+ 00030626  0x0000844b increase  0x00000001 , 0x00000012 
+ 00030627  0x0000844c compare  0x00000006 , 0x00000012 , 0x000000ff 
+ 00030628  0x0000844d nbranch  0x00007790 , 0x00000001 
+ 00030629  0x0000844e arg  0x000006e6 , 0x00000011 
+ 00030630  0x0000844f copy  0x0000000b , 0x00000005 
+ 00030631  0x00008450 branch  0x0000775f 
+ 00030632  0x00008454 copy  0x00000011 , 0x00000012 
+ 00030633  0x00008455 branch  0x00007786 
+ 00030634  0x00008458 copy  0x00000011 , 0x00000030 
+ 00030635  0x0000845a copy  0x00000030 , 0x00000011 
+ 00030636  0x0000845b ifetch  0x00000001 , 0x00000011 
+ 00030637  0x0000845c isolate1  0x00000000 , 0x0000003f 
+ 00030638  0x0000845d rtn  0x00000001 
+ 00030639  0x0000845e call  0x0000772d 
+ 00030640  0x0000845f ifetch  0x00000001 , 0x00000012 
+ 00030641  0x00008460 isolate0  0x00000000 , 0x0000003f 
+ 00030642  0x00008461 branch  0x000077ba , 0x00000001 
+ 00030643  0x00008462 arg  0x00000886 , 0x00000011 
+ 00030644  0x00008463 copy  0x00000012 , 0x00000005 
+ 00030645  0x00008464 call  0x00007711 
+ 00030646  0x00008465 ifetch  0x00000001 , 0x00000012 
+ 00030647  0x00008466 iadd  0x00000013 , 0x0000003f 
+ 00030648  0x00008467 istore  0x00000001 , 0x00000012 
+ 00030649  0x00008468 increase  0xffffffe8 , 0x00000012 
+ 00030650  0x0000846a add  0x00000012 , 0x00000018 , 0x00000011 
+ 00030651  0x0000846b force  0x00000007 , 0x00000039 
+ 00030652  0x0000846c call  0x0000772f 
+ 00030653  0x0000846d branch  0x000077ab 
+ 00030654  0x00008471 copy  0x00000005 , 0x0000000b 
+ 00030655  0x00008472 arg  0x00000746 , 0x00000005 
+ 00030656  0x00008473 call  0x00007ec5 
+ 00030657  0x00008474 force  0x00000000 , 0x0000003f 
+ 00030658  0x00008475 store  0x00000004 , 0x000006fe 
+ 00030659  0x00008476 store  0x00000004 , 0x0000075e 
+ 00030660  0x00008477 jam  0x00000001 , 0x00000746 
+ 00030661  0x00008478 arg  0x000006e6 , 0x00000005 
+ 00030662  0x00008479 call  0x00007ec5 
+ 00030663  0x0000847a arg  0x00000886 , 0x00000006 
+ 00030664  0x0000847b arg  0x00000716 , 0x00000005 
+ 00030665  0x0000847c call  0x00007ebe 
+ 00030666  0x0000847d copy  0x00000011 , 0x00000006 
+ 00030667  0x0000847e arg  0x0000072e , 0x00000005 
+ 00030668  0x0000847f call  0x00007ebe 
+ 00030669  0x00008481 arg  0x0000072e , 0x00000006 
+ 00030670  0x00008482 call  0x000076f5 
+ 00030671  0x00008483 branch  0x000077f6 , 0x00000034 
+ 00030672  0x00008484 arg  0x0000072e , 0x00000011 
+ 00030673  0x00008485 arg  0x00000746 , 0x00000012 
+ 00030674  0x00008486 call  0x000077aa 
+ 00030675  0x00008488 arg  0x00000716 , 0x00000011 
+ 00030676  0x00008489 arg  0x000006e6 , 0x00000012 
+ 00030677  0x0000848a call  0x000077aa 
+ 00030678  0x0000848b arg  0x0000072e , 0x00000011 
+ 00030679  0x0000848c arg  0x00000716 , 0x00000012 
+ 00030680  0x0000848d call  0x00007704 
+ 00030681  0x0000848e branch  0x000077e8 , 0x00000002 
+ 00030682  0x0000848f arg  0x00000716 , 0x00000011 
+ 00030683  0x00008490 arg  0x0000072e , 0x00000012 
+ 00030684  0x00008491 copy  0x00000011 , 0x00000005 
+ 00030685  0x00008492 call  0x0000771f 
+ 00030686  0x00008493 arg  0x00000746 , 0x00000011 
+ 00030687  0x00008494 arg  0x000006e6 , 0x00000012 
+ 00030688  0x00008495 copy  0x00000012 , 0x00000005 
+ 00030689  0x00008496 call  0x00007711 
+ 00030690  0x00008497 ifetch  0x00000001 , 0x00000011 
+ 00030691  0x00008498 iadd  0x00000013 , 0x00000013 
+ 00030692  0x00008499 ifetch  0x00000001 , 0x00000012 
+ 00030693  0x0000849a iadd  0x00000013 , 0x0000003f 
+ 00030694  0x0000849b istore  0x00000001 , 0x00000012 
+ 00030695  0x0000849c branch  0x000077cd 
+ 00030696  0x0000849e arg  0x0000072e , 0x00000011 
+ 00030697  0x0000849f arg  0x00000716 , 0x00000012 
+ 00030698  0x000084a0 copy  0x00000011 , 0x00000005 
+ 00030699  0x000084a1 call  0x0000771f 
+ 00030700  0x000084a2 arg  0x000006e6 , 0x00000011 
+ 00030701  0x000084a3 arg  0x00000746 , 0x00000012 
+ 00030702  0x000084a4 copy  0x00000012 , 0x00000005 
+ 00030703  0x000084a5 call  0x00007711 
+ 00030704  0x000084a6 ifetch  0x00000001 , 0x00000011 
+ 00030705  0x000084a7 iadd  0x00000013 , 0x00000013 
+ 00030706  0x000084a8 ifetch  0x00000001 , 0x00000012 
+ 00030707  0x000084a9 iadd  0x00000013 , 0x0000003f 
+ 00030708  0x000084aa istore  0x00000001 , 0x00000012 
+ 00030709  0x000084ab branch  0x000077cd 
+ 00030710  0x000084ad arg  0x00000746 , 0x00000005 
+ 00030711  0x000084ae call  0x00007ec5 
+ 00030712  0x000084af fetch  0x00000001 , 0x000006fe 
+ 00030713  0x000084b0 store  0x00000001 , 0x00000746 
+ 00030714  0x000084b1 store  0x00000001 , 0x0000074e 
+ 00030715  0x000084b2 arg  0x00000746 , 0x00000011 
+ 00030716  0x000084b3 arg  0x000006e6 , 0x00000012 
+ 00030717  0x000084b4 copy  0x00000012 , 0x00000005 
+ 00030718  0x000084b5 call  0x00007755 
+ 00030719  0x000084b6 arg  0x00000886 , 0x00000011 
+ 00030720  0x000084b7 arg  0x000006e6 , 0x00000012 
+ 00030721  0x000084b8 copy  0x0000000b , 0x00000005 
+ 00030722  0x000084b9 branch  0x00007758 
+ 00030723  0x000084bf arg  0x000006a6 , 0x00000011 
+ 00030724  0x000084c0 arg  0x0000075e , 0x00000005 
+ 00030725  0x000084c1 call  0x000077a8 
+ 00030726  0x000084c2 arg  0x0000075e , 0x00000011 
+ 00030727  0x000084c3 arg  0x00000776 , 0x00000005 
+ 00030728  0x000084c4 call  0x000077a8 
+ 00030729  0x000084c5 arg  0x0000089e , 0x00000011 
+ 00030730  0x000084c6 arg  0x00000776 , 0x00000012 
+ 00030731  0x000084c7 arg  0x00000776 , 0x00000005 
+ 00030732  0x000084c8 call  0x00007786 
+ 00030733  0x000084c9 arg  0x00000676 , 0x00000011 
+ 00030734  0x000084ca arg  0x0000075e , 0x00000005 
+ 00030735  0x000084cb call  0x000077a8 
+ 00030736  0x000084cc arg  0x0000075e , 0x00000006 
+ 00030737  0x000084cd arg  0x0000072e , 0x00000005 
+ 00030738  0x000084ce call  0x00007ebe 
+ 00030739  0x000084cf arg  0x0000072e , 0x00000011 
+ 00030740  0x000084d0 call  0x00007748 
+ 00030741  0x000084d1 arg  0x0000075e , 0x00000011 
+ 00030742  0x000084d2 arg  0x0000072e , 0x00000012 
+ 00030743  0x000084d3 arg  0x0000075e , 0x00000005 
+ 00030744  0x000084d4 call  0x00007755 
+ 00030745  0x000084d5 arg  0x0000075e , 0x00000011 
+ 00030746  0x000084d6 arg  0x00000776 , 0x00000012 
+ 00030747  0x000084d7 arg  0x0000075e , 0x00000005 
+ 00030748  0x000084d8 call  0x00007755 
+ 00030749  0x000084d9 arg  0x00000676 , 0x00000006 
+ 00030750  0x000084da arg  0x0000072e , 0x00000005 
+ 00030751  0x000084db call  0x00007ebe 
+ 00030752  0x000084dc arg  0x0000068e , 0x00000011 
+ 00030753  0x000084dd arg  0x00000776 , 0x00000005 
+ 00030754  0x000084de call  0x000077a8 
+ 00030755  0x000084df arg  0x0000072e , 0x00000011 
+ 00030756  0x000084e0 call  0x00007748 
+ 00030757  0x000084e1 arg  0x0000072e , 0x00000011 
+ 00030758  0x000084e2 call  0x00007748 
+ 00030759  0x000084e3 arg  0x0000072e , 0x00000011 
+ 00030760  0x000084e4 arg  0x00000776 , 0x00000012 
+ 00030761  0x000084e5 arg  0x0000072e , 0x00000005 
+ 00030762  0x000084e6 call  0x00007786 
+ 00030763  0x000084e7 arg  0x00000776 , 0x00000011 
+ 00030764  0x000084e8 arg  0x00000746 , 0x00000005 
+ 00030765  0x000084e9 call  0x000077a8 
+ 00030766  0x000084ea arg  0x00000746 , 0x00000011 
+ 00030767  0x000084eb call  0x00007748 
+ 00030768  0x000084ec arg  0x00000746 , 0x00000011 
+ 00030769  0x000084ed call  0x00007748 
+ 00030770  0x000084ee arg  0x00000746 , 0x00000011 
+ 00030771  0x000084ef call  0x00007748 
+ 00030772  0x000084f0 arg  0x0000068e , 0x00000006 
+ 00030773  0x000084f1 arg  0x00000776 , 0x00000005 
+ 00030774  0x000084f2 call  0x00007ebe 
+ 00030775  0x000084f3 arg  0x00000776 , 0x00000011 
+ 00030776  0x000084f4 call  0x00007748 
+ 00030777  0x000084f5 arg  0x00000776 , 0x00000011 
+ 00030778  0x000084f6 arg  0x000006a6 , 0x00000012 
+ 00030779  0x000084f7 arg  0x000006a6 , 0x00000005 
+ 00030780  0x000084f8 call  0x00007786 
+ 00030781  0x000084f9 arg  0x0000075e , 0x00000011 
+ 00030782  0x000084fa arg  0x00000776 , 0x00000005 
+ 00030783  0x000084fb call  0x000077a8 
+ 00030784  0x000084fc arg  0x00000776 , 0x00000011 
+ 00030785  0x000084fd arg  0x0000072e , 0x00000012 
+ 00030786  0x000084fe arg  0x00000776 , 0x00000005 
+ 00030787  0x000084ff call  0x00007758 
+ 00030788  0x00008500 arg  0x00000776 , 0x00000011 
+ 00030789  0x00008501 arg  0x0000072e , 0x00000012 
+ 00030790  0x00008502 arg  0x00000676 , 0x00000005 
+ 00030791  0x00008503 call  0x00007758 
+ 00030792  0x00008504 arg  0x0000072e , 0x00000011 
+ 00030793  0x00008505 arg  0x00000676 , 0x00000012 
+ 00030794  0x00008506 arg  0x00000776 , 0x00000005 
+ 00030795  0x00008507 call  0x00007758 
+ 00030796  0x00008508 arg  0x00000776 , 0x00000011 
+ 00030797  0x00008509 arg  0x0000075e , 0x00000012 
+ 00030798  0x0000850a arg  0x00000776 , 0x00000005 
+ 00030799  0x0000850b call  0x00007786 
+ 00030800  0x0000850c arg  0x00000776 , 0x00000011 
+ 00030801  0x0000850d arg  0x00000746 , 0x00000012 
+ 00030802  0x0000850e arg  0x0000068e , 0x00000005 
+ 00030803  0x0000850f branch  0x00007758 
+ 00030804  0x00008514 arg  0x00000616 , 0x00000011 
+ 00030805  0x00008515 arg  0x0000078e , 0x00000005 
+ 00030806  0x00008516 call  0x000077a8 
+ 00030807  0x00008517 arg  0x00000676 , 0x00000011 
+ 00030808  0x00008518 arg  0x0000078e , 0x00000012 
+ 00030809  0x00008519 arg  0x00000746 , 0x00000005 
+ 00030810  0x0000851a call  0x00007786 
+ 00030811  0x0000851b arg  0x00000616 , 0x00000011 
+ 00030812  0x0000851c arg  0x0000078e , 0x00000012 
+ 00030813  0x0000851d arg  0x0000078e , 0x00000005 
+ 00030814  0x0000851e call  0x00007786 
+ 00030815  0x0000851f arg  0x0000068e , 0x00000011 
+ 00030816  0x00008520 arg  0x0000078e , 0x00000012 
+ 00030817  0x00008521 arg  0x0000072e , 0x00000005 
+ 00030818  0x00008522 call  0x00007786 
+ 00030819  0x00008523 arg  0x000006a6 , 0x00000011 
+ 00030820  0x00008524 arg  0x0000078e , 0x00000005 
+ 00030821  0x00008525 call  0x000077a8 
+ 00030822  0x00008526 arg  0x000005e6 , 0x00000011 
+ 00030823  0x00008527 arg  0x0000078e , 0x00000012 
+ 00030824  0x00008528 arg  0x0000075e , 0x00000005 
+ 00030825  0x00008529 call  0x00007786 
+ 00030826  0x0000852a arg  0x000006a6 , 0x00000011 
+ 00030827  0x0000852b arg  0x0000078e , 0x00000012 
+ 00030828  0x0000852c arg  0x0000078e , 0x00000005 
+ 00030829  0x0000852d call  0x00007786 
+ 00030830  0x0000852e arg  0x000005fe , 0x00000011 
+ 00030831  0x0000852f arg  0x0000078e , 0x00000012 
+ 00030832  0x00008530 arg  0x00000776 , 0x00000005 
+ 00030833  0x00008531 call  0x00007786 
+ 00030834  0x00008532 arg  0x00000746 , 0x00000011 
+ 00030835  0x00008533 arg  0x0000075e , 0x00000012 
+ 00030836  0x00008534 arg  0x0000078e , 0x00000005 
+ 00030837  0x00008535 call  0x00007758 
+ 00030838  0x00008536 arg  0x00000746 , 0x00000011 
+ 00030839  0x00008537 arg  0x0000075e , 0x00000012 
+ 00030840  0x00008538 arg  0x00000746 , 0x00000005 
+ 00030841  0x00008539 call  0x00007755 
+ 00030842  0x0000853a arg  0x0000072e , 0x00000011 
+ 00030843  0x0000853b arg  0x00000776 , 0x00000012 
+ 00030844  0x0000853c arg  0x0000075e , 0x00000005 
+ 00030845  0x0000853d call  0x00007758 
+ 00030846  0x0000853e arg  0x0000072e , 0x00000011 
+ 00030847  0x0000853f arg  0x00000776 , 0x00000012 
+ 00030848  0x00008540 arg  0x0000072e , 0x00000005 
+ 00030849  0x00008541 call  0x00007755 
+ 00030850  0x00008542 arg  0x0000072e , 0x00000011 
+ 00030851  0x00008543 arg  0x0000078e , 0x00000012 
+ 00030852  0x00008544 arg  0x0000072e , 0x00000005 
+ 00030853  0x00008545 call  0x00007786 
+ 00030854  0x00008546 arg  0x000006a6 , 0x00000011 
+ 00030855  0x00008547 arg  0x00000616 , 0x00000012 
+ 00030856  0x00008548 arg  0x00000776 , 0x00000005 
+ 00030857  0x00008549 call  0x00007786 
+ 00030858  0x0000854a arg  0x00000776 , 0x00000011 
+ 00030859  0x0000854b arg  0x0000078e , 0x00000012 
+ 00030860  0x0000854c arg  0x000006a6 , 0x00000005 
+ 00030861  0x0000854d call  0x00007786 
+ 00030862  0x0000854e arg  0x0000078e , 0x00000011 
+ 00030863  0x0000854f arg  0x0000078e , 0x00000005 
+ 00030864  0x00008550 call  0x000077a8 
+ 00030865  0x00008551 arg  0x0000078e , 0x00000011 
+ 00030866  0x00008552 arg  0x00000746 , 0x00000012 
+ 00030867  0x00008553 arg  0x00000776 , 0x00000005 
+ 00030868  0x00008554 call  0x00007786 
+ 00030869  0x00008555 arg  0x0000078e , 0x00000011 
+ 00030870  0x00008556 arg  0x0000072e , 0x00000012 
+ 00030871  0x00008557 arg  0x0000072e , 0x00000005 
+ 00030872  0x00008558 call  0x00007786 
+ 00030873  0x00008559 arg  0x0000075e , 0x00000011 
+ 00030874  0x0000855a arg  0x00000676 , 0x00000005 
+ 00030875  0x0000855b call  0x000077a8 
+ 00030876  0x0000855c arg  0x00000676 , 0x00000011 
+ 00030877  0x0000855d arg  0x00000776 , 0x00000012 
+ 00030878  0x0000855e arg  0x00000676 , 0x00000005 
+ 00030879  0x0000855f call  0x00007758 
+ 00030880  0x00008560 arg  0x00000676 , 0x00000006 
+ 00030881  0x00008561 arg  0x0000078e , 0x00000005 
+ 00030882  0x00008562 call  0x00007ebe 
+ 00030883  0x00008563 arg  0x0000078e , 0x00000011 
+ 00030884  0x00008564 call  0x00007748 
+ 00030885  0x00008565 arg  0x00000776 , 0x00000011 
+ 00030886  0x00008566 arg  0x0000078e , 0x00000012 
+ 00030887  0x00008567 arg  0x00000776 , 0x00000005 
+ 00030888  0x00008568 call  0x00007758 
+ 00030889  0x00008569 arg  0x00000776 , 0x00000011 
+ 00030890  0x0000856a arg  0x0000075e , 0x00000012 
+ 00030891  0x0000856b arg  0x0000075e , 0x00000005 
+ 00030892  0x0000856c call  0x00007786 
+ 00030893  0x0000856d arg  0x0000075e , 0x00000011 
+ 00030894  0x0000856e arg  0x0000072e , 0x00000012 
+ 00030895  0x0000856f arg  0x0000068e , 0x00000005 
+ 00030896  0x00008570 call  0x00007758 
+ 00030897  0x00008571 arg  0x0000068e , 0x00000011 
+ 00030898  0x00008572 arg  0x00000886 , 0x00000012 
+ 00030899  0x00008573 arg  0x0000068e , 0x00000005 
+ 00030900  0x00008574 force  0x00000000 , 0x00000013 
+ 00030901  0x00008575 fetch  0x00000001 , 0x0000068e 
+ 00030902  0x00008576 isolate1  0x00000000 , 0x0000003f 
+ 00030903  0x00008577 call  0x00007711 , 0x00000001 
+ 00030904  0x00008578 copy  0x00000013 , 0x00000030 
+ 00030905  0x00008579 arg  0x0000068e , 0x00000011 
+ 00030906  0x0000857a call  0x0000772d 
+ 00030907  0x0000857b fetch  0x00000001 , 0x000006a5 
+ 00030908  0x0000857c isolate1  0x00000000 , 0x00000030 
+ 00030909  0x0000857d setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00030910  0x0000857e store  0x00000001 , 0x000006a5 
+ 00030911  0x0000857f rtn 
+ 00030912  0x00008584 fetch  0x00000001 , 0x000005e3 
+ 00030913  0x00008585 increase  0xffffffff , 0x0000003f 
+ 00030914  0x00008586 nrtn  0x00000002 
+ 00030915  0x00008587 store  0x00000001 , 0x000005e3 
+ 00030916  0x00008588 fetch  0x00000001 , 0x000005e2 
+ 00030917  0x00008589 call  0x00007803 , 0x00000034 
+ 00030918  0x0000858a fetch  0x00000001 , 0x000005e3 
+ 00030919  0x0000858b arg  0x000006be , 0x00000006 
+ 00030920  0x0000858c call  0x000076ec 
+ 00030921  0x0000858d branch  0x000078c0 , 0x00000001 
+ 00030922  0x0000858e fetch  0x00000001 , 0x000005e2 
+ 00030923  0x0000858f nbranch  0x000078ce , 0x00000034 
+ 00030924  0x00008590 call  0x00007854 
+ 00030925  0x00008591 branch  0x000078c0 
+ 00030926  0x00008593 jam  0x00000000 , 0x000005e2 
+ 00030927  0x00008594 arg  0x000005e6 , 0x00000006 
+ 00030928  0x00008595 arg  0x00000676 , 0x00000005 
+ 00030929  0x00008596 call  0x000076f2 
+ 00030930  0x00008597 branch  0x000078c0 
+ 00030931  0x0000859b arg  0x000006a6 , 0x00000011 
+ 00030932  0x0000859c arg  0x00000776 , 0x00000005 
+ 00030933  0x0000859d call  0x000077be 
+ 00030934  0x0000859e arg  0x00000776 , 0x00000011 
+ 00030935  0x0000859f arg  0x0000072e , 0x00000005 
+ 00030936  0x000085a0 call  0x000077a8 
+ 00030937  0x000085a1 arg  0x00000676 , 0x00000011 
+ 00030938  0x000085a2 arg  0x0000072e , 0x00000012 
+ 00030939  0x000085a3 arg  0x0000062e , 0x00000005 
+ 00030940  0x000085a4 call  0x00007786 
+ 00030941  0x000085a5 arg  0x00000776 , 0x00000011 
+ 00030942  0x000085a6 arg  0x0000072e , 0x00000012 
+ 00030943  0x000085a7 arg  0x0000075e , 0x00000005 
+ 00030944  0x000085a8 call  0x00007786 
+ 00030945  0x000085a9 arg  0x0000068e , 0x00000011 
+ 00030946  0x000085aa arg  0x0000075e , 0x00000012 
+ 00030947  0x000085ab arg  0x00000646 , 0x00000005 
+ 00030948  0x000085ac branch  0x00007786 
+ 00030949  0x000085b1 ifetch  0x00000004 , 0x00000006 
+ 00030950  0x000085b2 force  0x00000004 , 0x00000011 
+ 00030951  0x000085b3 increase  0x00000003 , 0x00000005 
+ 00030952  0x000085b5 istore  0x00000001 , 0x00000005 
+ 00030953  0x000085b6 rshift8  0x0000003f , 0x0000003f 
+ 00030954  0x000085b7 increase  0xfffffffe , 0x00000005 
+ 00030955  0x000085b8 increase  0xffffffff , 0x00000011 
+ 00030956  0x000085b9 nbranch  0x000078e8 , 0x00000005 
+ 00030957  0x000085ba increase  0x00000005 , 0x00000005 
+ 00030958  0x000085bb loop  0x000078e5 
+ 00030959  0x000085bc rtn 
+ 00030960  0x000085c0 lshift2  0x00000007 , 0x0000003f 
+ 00030961  0x000085c1 iadd  0x0000000b , 0x00000006 
+ 00030962  0x000085c2 ifetch  0x00000004 , 0x00000006 
+ 00030963  0x000085c3 rtn 
+ 00030964  0x000085c6 force  0x00000010 , 0x00000030 
+ 00030965  0x000085c7 arg  0x000005e6 , 0x0000000b 
+ 00030966  0x000085c9 add  0x00000030 , 0xfffffff9 , 0x00000007 
+ 00030967  0x000085ca call  0x000078f0 
+ 00030968  0x000085cb iforce  0x00000002 
+ 00030969  0x000085cc add  0x00000030 , 0xfffffff0 , 0x00000007 
+ 00030970  0x000085cd call  0x000078f0 
+ 00030971  0x000085ce iadd  0x00000002 , 0x00000002 
+ 00030972  0x000085cf add  0x00000030 , 0xfffffffe , 0x00000007 
+ 00030973  0x000085d0 call  0x000078f0 
+ 00030974  0x000085d1 shasx  0x0000003f , 0x00000001 , 0x0000003f 
+ 00030975  0x000085d2 iadd  0x00000002 , 0x00000002 
+ 00030976  0x000085d3 add  0x00000030 , 0xfffffff1 , 0x00000007 
+ 00030977  0x000085d4 call  0x000078f0 
+ 00030978  0x000085d5 shasx  0x0000003f , 0x00000000 , 0x0000003f 
+ 00030979  0x000085d6 iadd  0x00000002 , 0x00000002 
+ 00030980  0x000085d7 lshift2  0x00000030 , 0x0000003f 
+ 00030981  0x000085d8 iadd  0x0000000b , 0x00000005 
+ 00030982  0x000085d9 istoret  0x00000004 , 0x00000005 
+ 00030983  0x000085da increase  0x00000001 , 0x00000030 
+ 00030984  0x000085db compare  0x00000040 , 0x00000030 , 0x000000ff 
+ 00030985  0x000085dc nbranch  0x000078f6 , 0x00000001 
+ 00030986  0x000085dd rtn 
+ 00030987  0x000085e1 arg  0x000008fe , 0x00000006 
+ 00030988  0x000085e2 force  0x00000007 , 0x00000038 
+ 00030989  0x000085e4 ifetch  0x00000004 , 0x00000006 
+ 00030990  0x000085e5 iforce  0x0000002f 
+ 00030991  0x000085e6 increase  0xffffffff , 0x00000038 
+ 00030992  0x000085e7 branch  0x0000790d , 0x00000002 
+ 00030993  0x000085e8 rtn 
+ 00030994  0x000085eb bpatchx  0x000000ec , 0x0000403d 
+ 00030995  0x000085ec call  0x000078f4 
+ 00030996  0x000085ed arg  0x000006e6 , 0x00000005 
+ 00030997  0x000085ee force  0x00000000 , 0x00000038 
+ 00030998  0x000085f0 deposit  0x0000002f 
+ 00030999  0x000085f1 istore  0x00000004 , 0x00000005 
+ 00031000  0x000085f2 increase  0x00000001 , 0x00000038 
+ 00031001  0x000085f3 compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00031002  0x000085f4 nbranch  0x00007916 , 0x00000001 
+ 00031003  0x000085f5 call  0x000074b9 
+ 00031004  0x000085f6 arg  0x00008700 , 0x0000000b 
+ 00031005  0x000085f7 arg  0x000005e6 , 0x00000030 
+ 00031006  0x000085f8 force  0x00000040 , 0x00000039 
+ 00031007  0x000085fa ifetcht  0x00000004 , 0x00000030 
+ 00031008  0x000085fb ifetch  0x00000004 , 0x0000000b 
+ 00031009  0x000085fc increase  0x00000004 , 0x0000000b 
+ 00031010  0x000085fd increase  0x00000004 , 0x00000030 
+ 00031011  0x000085fe iadd  0x00000002 , 0x0000003f 
+ 00031012  0x000085ff force  0x00000007 , 0x00000038 
+ 00031013  0x00008600 iadd  0x0000002f , 0x00000002 
+ 00031014  0x00008601 force  0x00000004 , 0x00000038 
+ 00031015  0x00008602 shasx  0x0000002f , 0x00000003 , 0x0000003f 
+ 00031016  0x00008603 iadd  0x00000002 , 0x00000002 
+ 00031017  0x00008604 force  0x00000005 , 0x00000038 
+ 00031018  0x00008605 deposit  0x0000002f 
+ 00031019  0x00008606 force  0x00000006 , 0x00000038 
+ 00031020  0x00008607 ixor  0x0000002f , 0x0000003f 
+ 00031021  0x00008608 force  0x00000004 , 0x00000038 
+ 00031022  0x00008609 iand  0x0000002f , 0x0000003f 
+ 00031023  0x0000860a force  0x00000006 , 0x00000038 
+ 00031024  0x0000860b ixor  0x0000002f , 0x0000003f 
+ 00031025  0x0000860c iadd  0x00000002 , 0x00000002 
+ 00031026  0x0000860d force  0x00000007 , 0x00000038 
+ 00031027  0x0000860e copy  0x00000002 , 0x0000002f 
+ 00031028  0x0000860f force  0x00000003 , 0x00000038 
+ 00031029  0x00008610 deposit  0x0000002f 
+ 00031030  0x00008611 iadd  0x00000002 , 0x0000002f 
+ 00031031  0x00008612 force  0x00000000 , 0x00000038 
+ 00031032  0x00008613 deposit  0x0000002f 
+ 00031033  0x00008614 force  0x00000001 , 0x00000038 
+ 00031034  0x00008615 iand  0x0000002f , 0x00000002 
+ 00031035  0x00008616 ior  0x0000002f , 0x0000003f 
+ 00031036  0x00008617 force  0x00000002 , 0x00000038 
+ 00031037  0x00008618 iand  0x0000002f , 0x0000003f 
+ 00031038  0x00008619 ior  0x00000002 , 0x00000002 
+ 00031039  0x0000861a force  0x00000000 , 0x00000038 
+ 00031040  0x0000861b shasx  0x0000002f , 0x00000002 , 0x0000003f 
+ 00031041  0x0000861c iadd  0x00000002 , 0x0000003f 
+ 00031042  0x0000861d force  0x00000007 , 0x00000038 
+ 00031043  0x0000861e iadd  0x0000002f , 0x0000002f 
+ 00031044  0x0000861f regexrot 
+ 00031045  0x00008620 loop  0x0000791f 
+ 00031046  0x00008621 arg  0x000006e6 , 0x00000006 
+ 00031047  0x00008622 force  0x00000000 , 0x00000038 
+ 00031048  0x00008624 ifetch  0x00000004 , 0x00000006 
+ 00031049  0x00008625 iadd  0x0000002f , 0x0000002f 
+ 00031050  0x00008626 increase  0x00000001 , 0x00000038 
+ 00031051  0x00008627 compare  0x00000008 , 0x00000038 , 0x000000ff 
+ 00031052  0x00008628 nbranch  0x00007948 , 0x00000001 
+ 00031053  0x00008629 branch  0x000074bd 
+ 00031054  0x0000862d arg  0x00000a3e , 0x00000005 
+ 00031055  0x0000862e force  0x00000007 , 0x00000038 
+ 00031056  0x00008630 deposit  0x0000002f 
+ 00031057  0x00008631 istore  0x00000004 , 0x00000005 
+ 00031058  0x00008632 increase  0xffffffff , 0x00000038 
+ 00031059  0x00008633 branch  0x00007950 , 0x00000002 
+ 00031060  0x00008634 rtn 
+ 00031061  0x00008638 arg  0x000005e6 , 0x00000005 
+ 00031062  0x00008639 increase  0xfffffffc , 0x00000006 
+ 00031063  0x0000863a sub  0x00000039 , 0x00000010 , 0x00000011 
+ 00031064  0x0000863c ifetch  0x00000004 , 0x00000006 
+ 00031065  0x0000863d ixor  0x00000002 , 0x0000003f 
+ 00031066  0x0000863e istore  0x00000004 , 0x00000005 
+ 00031067  0x0000863f increase  0xfffffff8 , 0x00000006 
+ 00031068  0x00008640 loop  0x00007958 
+ 00031069  0x00008641 copy  0x00000011 , 0x00000039 
+ 00031070  0x00008642 deposit  0x00000002 
+ 00031071  0x00008644 istore  0x00000004 , 0x00000005 
+ 00031072  0x00008645 loop  0x0000795f 
+ 00031073  0x00008646 rtn 
+ 00031074  0x00008649 call  0x00007967 
+ 00031075  0x0000864a call  0x0000794e 
+ 00031076  0x0000864b branch  0x0000798d 
+ 00031077  0x0000864e call  0x00007967 
+ 00031078  0x0000864f branch  0x0000798d 
+ 00031079  0x00008652 arg  0x000009de , 0x00000006 
+ 00031080  0x00008653 arg  0x000005e6 , 0x00000005 
+ 00031081  0x00008654 force  0x00000006 , 0x00000039 
+ 00031082  0x00008655 call  0x00007a71 
+ 00031083  0x00008656 arg  0x00004642 , 0x00000006 
+ 00031084  0x00008657 force  0x00000006 , 0x00000039 
+ 00031085  0x00008658 call  0x00007a71 
+ 00031086  0x00008659 arg  0x00000a3e , 0x00000006 
+ 00031087  0x0000865a call  0x00007a70 
+ 00031088  0x0000865b call  0x0000790b 
+ 00031089  0x0000865c call  0x00007912 
+ 00031090  0x0000865d arg  0x00000a2e , 0x00000006 
+ 00031091  0x0000865e arg  0x000005e6 , 0x00000005 
+ 00031092  0x0000865f branch  0x00007984 
+ 00031093  0x00008662 arg  0x00004642 , 0x00000006 
+ 00031094  0x00008663 arg  0x000005e6 , 0x00000005 
+ 00031095  0x00008664 force  0x00000006 , 0x00000039 
+ 00031096  0x00008665 call  0x00007a71 
+ 00031097  0x00008666 arg  0x000009de , 0x00000006 
+ 00031098  0x00008667 force  0x00000006 , 0x00000039 
+ 00031099  0x00008668 call  0x00007a71 
+ 00031100  0x00008669 arg  0x00000a2e , 0x00000006 
+ 00031101  0x0000866a call  0x00007a70 
+ 00031102  0x0000866b call  0x0000790b 
+ 00031103  0x0000866c call  0x00007912 
+ 00031104  0x0000866d arg  0x00000a3e , 0x00000006 
+ 00031105  0x0000866e arg  0x000005e6 , 0x00000005 
+ 00031106  0x0000866f call  0x00007984 
+ 00031107  0x00008670 branch  0x0000798d 
+ 00031108  0x00008673 call  0x00007a70 
+ 00031109  0x00008674 setarg  0x00800000 
+ 00031110  0x00008675 lshift8  0x0000003f , 0x0000003f 
+ 00031111  0x00008676 istore  0x00000004 , 0x00000005 
+ 00031112  0x00008677 force  0x00000005 , 0x00000039 
+ 00031113  0x00008678 call  0x00007ec6 
+ 00031114  0x00008679 setarg  0x00000280 
+ 00031115  0x0000867a istore  0x00000004 , 0x00000005 
+ 00031116  0x0000867b branch  0x00007912 
+ 00031117  0x0000867d fetch  0x00000004 , 0x00000a3e 
+ 00031118  0x0000867f arg  0x000003e8 , 0x00000011 
+ 00031119  0x00008680 idiv  0x00000011 
+ 00031120  0x00008681 call  0x00007f86 
+ 00031121  0x00008682 remainder  0x0000003f 
+ 00031122  0x00008683 store  0x00000004 , 0x000009ba 
+ 00031123  0x00008684 quotient  0x0000003f 
+ 00031124  0x00008685 arg  0x000003e8 , 0x00000011 
+ 00031125  0x00008686 idiv  0x00000011 
+ 00031126  0x00008687 call  0x00007f86 
+ 00031127  0x00008688 remainder  0x0000003f 
+ 00031128  0x00008689 arg  0x000003e8 , 0x00000011 
+ 00031129  0x0000868a imul32  0x00000011 , 0x0000003f 
+ 00031130  0x0000868b fetcht  0x00000004 , 0x000009ba 
+ 00031131  0x0000868c iadd  0x00000002 , 0x0000003f 
+ 00031132  0x0000868d store  0x00000004 , 0x000009ba 
+ 00031133  0x0000868e rtn 
+ 00031134  0x00008691 jam  0x00000000 , 0x00004664 
+ 00031135  0x00008692 branch  0x000079a2 
+ 00031136  0x00008695 fetch  0x00000001 , 0x00004662 
+ 00031137  0x00008696 bne  0x00000002 , 0x0000799e 
+ 00031138  0x00008698 bpatchx  0x000000ed , 0x0000403d 
+ 00031139  0x00008699 setarg  0x00363636 
+ 00031140  0x0000869a lshift8  0x0000003f , 0x00000002 
+ 00031141  0x0000869b or_into  0x00000036 , 0x00000002 
+ 00031142  0x0000869c fetch  0x00000002 , 0x00000a7e 
+ 00031143  0x0000869d copy  0x0000003f , 0x00000006 
+ 00031144  0x0000869e force  0x00000004 , 0x00000039 
+ 00031145  0x0000869f call  0x00007955 
+ 00031146  0x000086a0 call  0x0000790b 
+ 00031147  0x000086a1 call  0x00007912 
+ 00031148  0x000086a2 fetch  0x00000002 , 0x00000a80 
+ 00031149  0x000086a3 copy  0x0000003f , 0x00000006 
+ 00031150  0x000086a4 arg  0x000005e6 , 0x00000005 
+ 00031151  0x000086a5 force  0x00000006 , 0x00000039 
+ 00031152  0x000086a6 call  0x00007a71 
+ 00031153  0x000086a7 fetch  0x00000002 , 0x00000a82 
+ 00031154  0x000086a8 copy  0x0000003f , 0x00000006 
+ 00031155  0x000086a9 force  0x00000006 , 0x00000039 
+ 00031156  0x000086aa call  0x00007a71 
+ 00031157  0x000086ab setarg  0x00800000 
+ 00031158  0x000086ac istore  0x00000003 , 0x00000005 
+ 00031159  0x000086ae fetch  0x00000001 , 0x00004664 
+ 00031160  0x000086b0 istore  0x00000001 , 0x00000005 
+ 00031161  0x000086b1 force  0x00000000 , 0x0000003f 
+ 00031162  0x000086b2 istore  0x00000008 , 0x00000005 
+ 00031163  0x000086b3 setarg  0x00000388 
+ 00031164  0x000086b4 istore  0x00000004 , 0x00000005 
+ 00031165  0x000086b5 call  0x00007912 
+ 00031166  0x000086b6 call  0x0000794e 
+ 00031167  0x000086b7 arg  0x00000a3e , 0x00000006 
+ 00031168  0x000086b8 arg  0x00000706 , 0x00000005 
+ 00031169  0x000086b9 call  0x00007ebd 
+ 00031170  0x000086bb setarg  0x005c5c5c 
+ 00031171  0x000086bc lshift8  0x0000003f , 0x00000002 
+ 00031172  0x000086bd or_into  0x0000005c , 0x00000002 
+ 00031173  0x000086be fetch  0x00000002 , 0x00000a7e 
+ 00031174  0x000086bf copy  0x0000003f , 0x00000006 
+ 00031175  0x000086c0 force  0x00000004 , 0x00000039 
+ 00031176  0x000086c1 call  0x00007955 
+ 00031177  0x000086c2 call  0x0000790b 
+ 00031178  0x000086c3 call  0x00007912 
+ 00031179  0x000086c4 arg  0x00000726 , 0x00000006 
+ 00031180  0x000086c5 arg  0x000005e6 , 0x00000005 
+ 00031181  0x000086c6 force  0x00000008 , 0x00000039 
+ 00031182  0x000086c7 call  0x00007a71 
+ 00031183  0x000086c8 setarg  0x00800000 
+ 00031184  0x000086c9 lshift8  0x0000003f , 0x0000003f 
+ 00031185  0x000086ca istore  0x00000004 , 0x00000005 
+ 00031186  0x000086cb call  0x00007ec5 
+ 00031187  0x000086cc setarg  0x00000300 
+ 00031188  0x000086cd istore  0x00000004 , 0x00000005 
+ 00031189  0x000086ce call  0x00007912 
+ 00031190  0x000086cf branch  0x0000794e 
+ 00031191  0x000086d3 setarg  0x00363636 
+ 00031192  0x000086d4 lshift8  0x0000003f , 0x00000002 
+ 00031193  0x000086d5 or_into  0x00000036 , 0x00000002 
+ 00031194  0x000086d6 arg  0x00000a1e , 0x00000006 
+ 00031195  0x000086d7 force  0x00000006 , 0x00000039 
+ 00031196  0x000086d8 call  0x00007955 
+ 00031197  0x000086d9 call  0x0000790b 
+ 00031198  0x000086da call  0x00007912 
+ 00031199  0x000086db fetch  0x00000002 , 0x00000a8a 
+ 00031200  0x000086dc copy  0x0000003f , 0x00000006 
+ 00031201  0x000086dd arg  0x000005e6 , 0x00000005 
+ 00031202  0x000086de call  0x00007a70 
+ 00031203  0x000086df fetch  0x00000002 , 0x00000a8c 
+ 00031204  0x000086e0 copy  0x0000003f , 0x00000006 
+ 00031205  0x000086e1 call  0x00007a70 
+ 00031206  0x000086e3 setarg  0x0062746c 
+ 00031207  0x000086e4 lshift8  0x0000003f , 0x0000003f 
+ 00031208  0x000086e5 or_into  0x0000006b , 0x0000003f 
+ 00031209  0x000086e6 istore  0x00000004 , 0x00000005 
+ 00031210  0x000086e7 arg  0x00000733 , 0x00000006 
+ 00031211  0x000086e8 force  0x00000003 , 0x00000039 
+ 00031212  0x000086e9 call  0x00007a71 
+ 00031213  0x000086eb setarg  0x00800000 
+ 00031214  0x000086ec lshift8  0x0000003f , 0x0000003f 
+ 00031215  0x000086ed istore  0x00000004 , 0x00000005 
+ 00031216  0x000086ee force  0x00000000 , 0x0000003f 
+ 00031217  0x000086ef istore  0x00000008 , 0x00000005 
+ 00031218  0x000086f0 setarg  0x00000380 
+ 00031219  0x000086f1 istore  0x00000004 , 0x00000005 
+ 00031220  0x000086f2 call  0x00007912 
+ 00031221  0x000086f4 call  0x0000794e 
+ 00031222  0x000086f5 arg  0x00000a3e , 0x00000006 
+ 00031223  0x000086f6 arg  0x00000706 , 0x00000005 
+ 00031224  0x000086f7 call  0x00007ebd 
+ 00031225  0x000086f9 setarg  0x005c5c5c 
+ 00031226  0x000086fa lshift8  0x0000003f , 0x00000002 
+ 00031227  0x000086fb or_into  0x0000005c , 0x00000002 
+ 00031228  0x000086fc arg  0x00000a1e , 0x00000006 
+ 00031229  0x000086fd force  0x00000006 , 0x00000039 
+ 00031230  0x000086fe call  0x00007955 
+ 00031231  0x000086ff call  0x0000790b 
+ 00031232  0x00008700 call  0x00007912 
+ 00031233  0x00008701 arg  0x00000726 , 0x00000006 
+ 00031234  0x00008702 arg  0x000005e6 , 0x00000005 
+ 00031235  0x00008703 force  0x00000008 , 0x00000039 
+ 00031236  0x00008704 call  0x00007a71 
+ 00031237  0x00008705 setarg  0x00800000 
+ 00031238  0x00008706 lshift8  0x0000003f , 0x0000003f 
+ 00031239  0x00008707 istore  0x00000004 , 0x00000005 
+ 00031240  0x00008708 call  0x00007ec5 
+ 00031241  0x00008709 setarg  0x00000300 
+ 00031242  0x0000870a istore  0x00000004 , 0x00000005 
+ 00031243  0x0000870b call  0x00007912 
+ 00031244  0x0000870c branch  0x0000794e 
+ 00031245  0x00008710 fetch  0x00000001 , 0x00004662 
+ 00031246  0x00008711 bne  0x00000002 , 0x00007a1e 
+ 00031247  0x00008713 bpatchx  0x000000ee , 0x0000403d 
+ 00031248  0x00008714 setarg  0x00363636 
+ 00031249  0x00008715 lshift8  0x0000003f , 0x00000002 
+ 00031250  0x00008716 or_into  0x00000036 , 0x00000002 
+ 00031251  0x00008717 arg  0x00000a1e , 0x00000006 
+ 00031252  0x00008718 force  0x00000006 , 0x00000039 
+ 00031253  0x00008719 call  0x00007955 
+ 00031254  0x0000871a call  0x0000790b 
+ 00031255  0x0000871b call  0x00007912 
+ 00031256  0x0000871c arg  0x00000a3e , 0x00000006 
+ 00031257  0x0000871d arg  0x000005e6 , 0x00000005 
+ 00031258  0x0000871e call  0x00007a70 
+ 00031259  0x0000871f arg  0x00000a2e , 0x00000006 
+ 00031260  0x00008720 call  0x00007a70 
+ 00031261  0x00008721 branch  0x00007a33 
+ 00031262  0x00008724 setarg  0x00000000 
+ 00031263  0x00008725 store  0x00000004 , 0x0000468a 
+ 00031264  0x00008726 branch  0x00007a0f 
+ 00031265  0x00008729 setarg  0x00000000 
+ 00031266  0x0000872a store  0x00000004 , 0x0000468a 
+ 00031267  0x0000872b branch  0x00007a26 
+ 00031268  0x0000872f fetch  0x00000001 , 0x00004662 
+ 00031269  0x00008730 bne  0x00000002 , 0x00007a21 
+ 00031270  0x00008732 setarg  0x00363636 
+ 00031271  0x00008733 lshift8  0x0000003f , 0x00000002 
+ 00031272  0x00008734 or_into  0x00000036 , 0x00000002 
+ 00031273  0x00008735 arg  0x00000a1e , 0x00000006 
+ 00031274  0x00008736 force  0x00000006 , 0x00000039 
+ 00031275  0x00008737 call  0x00007955 
+ 00031276  0x00008738 call  0x0000790b 
+ 00031277  0x00008739 call  0x00007912 
+ 00031278  0x0000873b arg  0x00000a2e , 0x00000006 
+ 00031279  0x0000873c arg  0x000005e6 , 0x00000005 
+ 00031280  0x0000873d call  0x00007a70 
+ 00031281  0x0000873e arg  0x00000a3e , 0x00000006 
+ 00031282  0x0000873f call  0x00007a70 
+ 00031283  0x00008741 setarg  0x00000000 
+ 00031284  0x00008742 istore  0x00000008 , 0x00000005 
+ 00031285  0x00008743 istore  0x00000004 , 0x00000005 
+ 00031286  0x00008744 fetch  0x00000004 , 0x0000468a 
+ 00031287  0x00008745 istore  0x00000004 , 0x00000005 
+ 00031288  0x00008747 copy  0x00000005 , 0x00000002 
+ 00031289  0x00008748 jam  0x00000080 , 0x00000726 
+ 00031290  0x00008749 copy  0x00000002 , 0x00000005 
+ 00031291  0x0000874a arg  0x00000736 , 0x00000006 
+ 00031292  0x0000874b call  0x00007a70 
+ 00031293  0x0000874d call  0x00007912 
+ 00031294  0x0000874f arg  0x000005e6 , 0x00000005 
+ 00031295  0x00008750 force  0x00000007 , 0x00000039 
+ 00031296  0x00008751 call  0x00007ec6 
+ 00031297  0x00008752 istore  0x00000004 , 0x00000005 
+ 00031298  0x00008753 setarg  0x000003f8 
+ 00031299  0x00008754 istore  0x00000004 , 0x00000005 
+ 00031300  0x00008755 call  0x00007912 
+ 00031301  0x00008756 call  0x0000794e 
+ 00031302  0x00008758 arg  0x00000a3e , 0x00000006 
+ 00031303  0x00008759 arg  0x00000706 , 0x00000005 
+ 00031304  0x0000875a call  0x00007ebd 
+ 00031305  0x0000875c setarg  0x005c5c5c 
+ 00031306  0x0000875d lshift8  0x0000003f , 0x00000002 
+ 00031307  0x0000875e or_into  0x0000005c , 0x00000002 
+ 00031308  0x0000875f arg  0x00000a1e , 0x00000006 
+ 00031309  0x00008760 force  0x00000006 , 0x00000039 
+ 00031310  0x00008761 call  0x00007955 
+ 00031311  0x00008762 call  0x0000790b 
+ 00031312  0x00008763 call  0x00007912 
+ 00031313  0x00008764 arg  0x00000726 , 0x00000006 
+ 00031314  0x00008765 arg  0x000005e6 , 0x00000005 
+ 00031315  0x00008766 force  0x00000008 , 0x00000039 
+ 00031316  0x00008767 call  0x00007a71 
+ 00031317  0x00008768 setarg  0x00800000 
+ 00031318  0x00008769 lshift8  0x0000003f , 0x0000003f 
+ 00031319  0x0000876a istore  0x00000004 , 0x00000005 
+ 00031320  0x0000876b call  0x00007ec5 
+ 00031321  0x0000876c setarg  0x00000300 
+ 00031322  0x0000876d istore  0x00000004 , 0x00000005 
+ 00031323  0x0000876e call  0x00007912 
+ 00031324  0x0000876f branch  0x0000794e 
+ 00031325  0x00008777 jam  0x000000c0 , 0x000005e3 
+ 00031326  0x00008779 fetch  0x00000001 , 0x000005e3 
+ 00031327  0x0000877a rtn  0x00000034 
+ 00031328  0x0000877b increase  0xffffffff , 0x0000003f 
+ 00031329  0x0000877c store  0x00000001 , 0x000005e3 
+ 00031330  0x0000877d arg  0x000006be , 0x00000006 
+ 00031331  0x0000877e call  0x000076ec 
+ 00031332  0x0000877f branch  0x00007a5e , 0x00000001 
+ 00031333  0x00008780 arg  0x000005e6 , 0x00000006 
+ 00031334  0x00008781 arg  0x00000676 , 0x00000005 
+ 00031335  0x00008782 branch  0x000076f2 
+ 00031336  0x00008785 call  0x00007803 
+ 00031337  0x00008786 fetch  0x00000001 , 0x000005e3 
+ 00031338  0x00008787 increase  0xffffffff , 0x0000003f 
+ 00031339  0x00008788 store  0x00000001 , 0x000005e3 
+ 00031340  0x00008789 arg  0x000006be , 0x00000006 
+ 00031341  0x0000878a call  0x000076ec 
+ 00031342  0x0000878b rtn  0x00000001 
+ 00031343  0x0000878c branch  0x00007854 
+ 00031344  0x0000878f force  0x00000004 , 0x00000039 
+ 00031345  0x00008791 increase  0xfffffffc , 0x00000006 
+ 00031346  0x00008793 ifetch  0x00000004 , 0x00000006 
+ 00031347  0x00008794 istore  0x00000004 , 0x00000005 
+ 00031348  0x00008795 increase  0xfffffff8 , 0x00000006 
+ 00031349  0x00008796 loop  0x00007a72 
+ 00031350  0x00008797 rtn 
+ 00031351  0x0000879d bpatchx  0x000000ef , 0x0000403d 
+ 00031352  0x0000879e fetch  0x00000001 , 0x000044be 
+ 00031353  0x0000879f branch  0x00005af0 , 0x00000034 
+ 00031354  0x000087a0 call  0x00005aec 
+ 00031355  0x000087a1 call  0x00007583 
+ 00031356  0x000087a3 branch  0x00007a7d 
+ 00031357  0x000087a9 fetch  0x00000001 , 0x000044c3 
+ 00031358  0x000087aa rtnne  0x00000000 
+ 00031359  0x000087ab fetch  0x00000001 , 0x000044c0 
+ 00031360  0x000087ac rtnne  0x00000000 
+ 00031361  0x000087ae arg  0x000045b2 , 0x00000005 
+ 00031362  0x000087af force  0x0000000f , 0x00000007 
+ 00031363  0x000087b0 call  0x000076a2 
+ 00031364  0x000087b1 random  0x0000003f 
+ 00031365  0x000087b2 rshift  0x0000003f , 0x0000003f 
+ 00031366  0x000087b3 istore  0x00000002 , 0x00000005 
+ 00031367  0x000087b5 arg  0x00000766 , 0x00000005 
+ 00031368  0x000087b6 arg  0x000045b2 , 0x00000006 
+ 00031369  0x000087b7 call  0x00007ebd 
+ 00031370  0x000087b9 arg  0x00000646 , 0x00000005 
+ 00031371  0x000087ba arg  0x0000095e , 0x00000006 
+ 00031372  0x000087bb call  0x00007eb3 
+ 00031373  0x000087bd arg  0x00000686 , 0x00000005 
+ 00031374  0x000087be call  0x00007ed0 
+ 00031375  0x000087bf jam  0x00000001 , 0x00000686 
+ 00031376  0x000087c1 call  0x00007ac7 
+ 00031377  0x000087c2 jam  0x00000003 , 0x000044c0 
+ 00031378  0x000087c3 rtn 
+ 00031379  0x000087c6 arg  0x000045d2 , 0x00000005 
+ 00031380  0x000087c7 arg  0x000006a6 , 0x00000006 
+ 00031381  0x000087c8 call  0x00007eb3 
+ 00031382  0x000087c9 jam  0x00000003 , 0x000044c3 
+ 00031383  0x000087ca jam  0x00000000 , 0x000044c0 
+ 00031384  0x000087cb rtn 
+ 00031385  0x000087d0 fetch  0x00000001 , 0x000009b9 
+ 00031386  0x000087d1 rtnne  0x00000000 
+ 00031387  0x000087d2 fetch  0x00000001 , 0x000044c0 
+ 00031388  0x000087d3 rtnne  0x00000000 
+ 00031389  0x000087d5 arg  0x00000766 , 0x00000005 
+ 00031390  0x000087d6 arg  0x000045b2 , 0x00000006 
+ 00031391  0x000087d7 call  0x00007ebd 
+ 00031392  0x000087d9 arg  0x00000646 , 0x00000005 
+ 00031393  0x000087da arg  0x000009be , 0x00000006 
+ 00031394  0x000087db call  0x00007eb3 
+ 00031395  0x000087dd arg  0x00000686 , 0x00000005 
+ 00031396  0x000087de call  0x00007ed0 
+ 00031397  0x000087df jam  0x00000001 , 0x00000686 
+ 00031398  0x000087e1 call  0x00007ac7 
+ 00031399  0x000087e2 jam  0x00000004 , 0x000044c0 
+ 00031400  0x000087e3 rtn 
+ 00031401  0x000087e8 arg  0x000009fe , 0x00000005 
+ 00031402  0x000087e9 arg  0x000006a6 , 0x00000006 
+ 00031403  0x000087ea call  0x00007ebd 
+ 00031404  0x000087eb jam  0x00000003 , 0x000009b9 
+ 00031405  0x000087ec jam  0x00000000 , 0x000044c0 
+ 00031406  0x000087ed rtn 
+ 00031407  0x000087f2 fetch  0x00000001 , 0x000044be 
+ 00031408  0x000087f3 rtn  0x00000034 
+ 00031409  0x000087f4 fetch  0x00000001 , 0x000044c0 
+ 00031410  0x000087f5 rtn  0x00000034 
+ 00031411  0x000087f6 increase  0x00000080 , 0x0000003f 
+ 00031412  0x000087f7 store  0x00000001 , 0x000044c0 
+ 00031413  0x000087f8 rtnbit1  0x00000007 
+ 00031414  0x000087f9 fetch  0x00000002 , 0x000005e3 
+ 00031415  0x000087fa branch  0x00007ab9 , 0x00000034 
+ 00031416  0x000087fb branch  0x00007abf 
+ 00031417  0x000087fe bpatchx  0x000000f0 , 0x0000403e 
+ 00031418  0x000087ff call  0x00007ad4 
+ 00031419  0x00008800 fetch  0x00000001 , 0x000044c0 
+ 00031420  0x00008801 beq  0x00000003 , 0x00007a93 
+ 00031421  0x00008802 beq  0x00000004 , 0x00007aa9 
+ 00031422  0x00008803 rtn 
+ 00031423  0x00008807 call  0x00007ae6 
+ 00031424  0x00008808 fetch  0x00000002 , 0x000005e3 
+ 00031425  0x00008809 increase  0xffffffff , 0x0000003f 
+ 00031426  0x0000880a store  0x00000002 , 0x000005e3 
+ 00031427  0x0000880b arg  0x00000766 , 0x00000006 
+ 00031428  0x0000880c call  0x000076ec 
+ 00031429  0x0000880d rtn  0x00000001 
+ 00031430  0x0000880e branch  0x00007b37 
+ 00031431  0x00008811 bpatchx  0x000000f1 , 0x0000403e 
+ 00031432  0x00008812 setarg  0x00000100 , 0x0000003f 
+ 00031433  0x00008813 store  0x00000002 , 0x000005e3 
+ 00031434  0x00008815 fetch  0x00000002 , 0x000005e3 
+ 00031435  0x00008816 rtn  0x00000034 
+ 00031436  0x00008817 increase  0xffffffff , 0x0000003f 
+ 00031437  0x00008818 store  0x00000002 , 0x000005e3 
+ 00031438  0x00008819 arg  0x00000766 , 0x00000006 
+ 00031439  0x0000881a call  0x000076ec 
+ 00031440  0x0000881b branch  0x00007aca , 0x00000001 
+ 00031441  0x0000881c arg  0x00000646 , 0x00000006 
+ 00031442  0x0000881d arg  0x00000706 , 0x00000005 
+ 00031443  0x0000881e branch  0x00007eb2 
+ 00031444  0x00008822 arg  0x00000746 , 0x00000011 
+ 00031445  0x00008823 arg  0x00000846 , 0x00000005 
+ 00031446  0x00008824 call  0x00007ba3 
+ 00031447  0x00008825 arg  0x00000846 , 0x00000011 
+ 00031448  0x00008826 arg  0x000007e6 , 0x00000005 
+ 00031449  0x00008827 call  0x00007c79 
+ 00031450  0x00008828 arg  0x00000706 , 0x00000011 
+ 00031451  0x00008829 arg  0x000007e6 , 0x00000012 
+ 00031452  0x0000882a arg  0x000006a6 , 0x00000005 
+ 00031453  0x0000882b call  0x00007be1 
+ 00031454  0x0000882c arg  0x00000846 , 0x00000011 
+ 00031455  0x0000882d arg  0x000007e6 , 0x00000012 
+ 00031456  0x0000882e arg  0x00000826 , 0x00000005 
+ 00031457  0x0000882f call  0x00007be1 
+ 00031458  0x00008830 arg  0x00000726 , 0x00000011 
+ 00031459  0x00008831 arg  0x00000826 , 0x00000012 
+ 00031460  0x00008832 arg  0x000006c6 , 0x00000005 
+ 00031461  0x00008833 branch  0x00007be1 
+ 00031462  0x00008836 arg  0x00000746 , 0x00000011 
+ 00031463  0x00008837 arg  0x00000826 , 0x00000005 
+ 00031464  0x00008838 call  0x00007c79 
+ 00031465  0x00008839 arg  0x00000826 , 0x00000011 
+ 00031466  0x0000883a arg  0x00000846 , 0x00000005 
+ 00031467  0x0000883b call  0x00007c79 
+ 00031468  0x0000883d arg  0x0000093e , 0x00000011 
+ 00031469  0x0000883e arg  0x00000846 , 0x00000012 
+ 00031470  0x0000883f arg  0x00000846 , 0x00000005 
+ 00031471  0x00008840 call  0x00007be1 
+ 00031472  0x00008841 arg  0x00000706 , 0x00000011 
+ 00031473  0x00008842 arg  0x00000826 , 0x00000005 
+ 00031474  0x00008843 call  0x00007c79 
+ 00031475  0x00008845 arg  0x00000826 , 0x00000006 
+ 00031476  0x00008846 arg  0x000007e6 , 0x00000005 
+ 00031477  0x00008847 call  0x00007ebd 
+ 00031478  0x00008848 arg  0x000007e6 , 0x00000011 
+ 00031479  0x00008849 call  0x00007c80 
+ 00031480  0x0000884a arg  0x00000826 , 0x00000011 
+ 00031481  0x0000884b arg  0x000007e6 , 0x00000012 
+ 00031482  0x0000884c arg  0x00000826 , 0x00000005 
+ 00031483  0x0000884d call  0x00007c7d 
+ 00031484  0x0000884f arg  0x00000826 , 0x00000011 
+ 00031485  0x00008850 arg  0x00000846 , 0x00000012 
+ 00031486  0x00008851 arg  0x00000826 , 0x00000005 
+ 00031487  0x00008852 call  0x00007c7d 
+ 00031488  0x00008854 arg  0x00000706 , 0x00000006 
+ 00031489  0x00008855 arg  0x000007e6 , 0x00000005 
+ 00031490  0x00008856 call  0x00007ebd 
+ 00031491  0x00008857 arg  0x00000726 , 0x00000011 
+ 00031492  0x00008858 arg  0x00000846 , 0x00000005 
+ 00031493  0x00008859 call  0x00007c79 
+ 00031494  0x0000885a arg  0x000007e6 , 0x00000011 
+ 00031495  0x0000885b call  0x00007c80 
+ 00031496  0x0000885c arg  0x000007e6 , 0x00000011 
+ 00031497  0x0000885d call  0x00007c80 
+ 00031498  0x0000885e arg  0x000007e6 , 0x00000011 
+ 00031499  0x0000885f arg  0x00000846 , 0x00000012 
+ 00031500  0x00008860 arg  0x000007e6 , 0x00000005 
+ 00031501  0x00008861 call  0x00007be1 
+ 00031502  0x00008862 arg  0x00000846 , 0x00000011 
+ 00031503  0x00008863 arg  0x00000806 , 0x00000005 
+ 00031504  0x00008864 call  0x00007c79 
+ 00031505  0x00008865 arg  0x00000806 , 0x00000011 
+ 00031506  0x00008866 call  0x00007c80 
+ 00031507  0x00008867 arg  0x00000806 , 0x00000011 
+ 00031508  0x00008868 call  0x00007c80 
+ 00031509  0x00008869 arg  0x00000806 , 0x00000011 
+ 00031510  0x0000886a call  0x00007c80 
+ 00031511  0x0000886b arg  0x00000726 , 0x00000006 
+ 00031512  0x0000886c arg  0x00000846 , 0x00000005 
+ 00031513  0x0000886d call  0x00007ebd 
+ 00031514  0x0000886e arg  0x00000846 , 0x00000011 
+ 00031515  0x0000886f call  0x00007c80 
+ 00031516  0x00008870 arg  0x00000846 , 0x00000011 
+ 00031517  0x00008871 arg  0x00000746 , 0x00000012 
+ 00031518  0x00008872 arg  0x00000746 , 0x00000005 
+ 00031519  0x00008873 call  0x00007be1 
+ 00031520  0x00008876 arg  0x00000826 , 0x00000011 
+ 00031521  0x00008877 arg  0x00000846 , 0x00000005 
+ 00031522  0x00008878 call  0x00007c79 
+ 00031523  0x0000887a arg  0x00000846 , 0x00000011 
+ 00031524  0x0000887b arg  0x000007e6 , 0x00000012 
+ 00031525  0x0000887c arg  0x00000846 , 0x00000005 
+ 00031526  0x0000887d call  0x00007c96 
+ 00031527  0x0000887e arg  0x00000846 , 0x00000011 
+ 00031528  0x0000887f arg  0x000007e6 , 0x00000012 
+ 00031529  0x00008880 arg  0x00000706 , 0x00000005 
+ 00031530  0x00008881 call  0x00007c96 
+ 00031531  0x00008882 arg  0x000007e6 , 0x00000011 
+ 00031532  0x00008883 arg  0x00000706 , 0x00000012 
+ 00031533  0x00008884 arg  0x00000846 , 0x00000005 
+ 00031534  0x00008885 call  0x00007c96 
+ 00031535  0x00008886 arg  0x00000846 , 0x00000011 
+ 00031536  0x00008887 arg  0x00000826 , 0x00000012 
+ 00031537  0x00008888 arg  0x00000846 , 0x00000005 
+ 00031538  0x00008889 call  0x00007be1 
+ 00031539  0x0000888a arg  0x00000846 , 0x00000011 
+ 00031540  0x0000888b arg  0x00000806 , 0x00000012 
+ 00031541  0x0000888c arg  0x00000726 , 0x00000005 
+ 00031542  0x0000888d branch  0x00007c96 
+ 00031543  0x00008891 arg  0x00000686 , 0x00000011 
+ 00031544  0x00008892 arg  0x00000866 , 0x00000005 
+ 00031545  0x00008893 call  0x00007c79 
+ 00031546  0x00008894 arg  0x00000706 , 0x00000011 
+ 00031547  0x00008895 arg  0x00000866 , 0x00000012 
+ 00031548  0x00008896 arg  0x00000806 , 0x00000005 
+ 00031549  0x00008897 call  0x00007be1 
+ 00031550  0x0000889a arg  0x00000686 , 0x00000011 
+ 00031551  0x0000889b arg  0x00000866 , 0x00000012 
+ 00031552  0x0000889c arg  0x00000866 , 0x00000005 
+ 00031553  0x0000889d call  0x00007be1 
+ 00031554  0x0000889e arg  0x00000726 , 0x00000011 
+ 00031555  0x0000889f arg  0x00000866 , 0x00000012 
+ 00031556  0x000088a0 arg  0x000007e6 , 0x00000005 
+ 00031557  0x000088a1 call  0x00007be1 
+ 00031558  0x000088a4 arg  0x00000746 , 0x00000011 
+ 00031559  0x000088a5 arg  0x00000866 , 0x00000005 
+ 00031560  0x000088a6 call  0x00007c79 
+ 00031561  0x000088a7 arg  0x00000646 , 0x00000011 
+ 00031562  0x000088a8 arg  0x00000866 , 0x00000012 
+ 00031563  0x000088a9 arg  0x00000826 , 0x00000005 
+ 00031564  0x000088aa call  0x00007be1 
+ 00031565  0x000088ac arg  0x00000746 , 0x00000011 
+ 00031566  0x000088ad arg  0x00000866 , 0x00000012 
+ 00031567  0x000088ae arg  0x00000866 , 0x00000005 
+ 00031568  0x000088af call  0x00007be1 
+ 00031569  0x000088b0 arg  0x00000666 , 0x00000011 
+ 00031570  0x000088b1 arg  0x00000866 , 0x00000012 
+ 00031571  0x000088b2 arg  0x00000846 , 0x00000005 
+ 00031572  0x000088b3 call  0x00007be1 
+ 00031573  0x000088b8 arg  0x00000806 , 0x00000012 
+ 00031574  0x000088b9 arg  0x00000826 , 0x00000011 
+ 00031575  0x000088ba arg  0x00000866 , 0x00000005 
+ 00031576  0x000088bb call  0x00007c96 
+ 00031577  0x000088bc arg  0x00000806 , 0x00000011 
+ 00031578  0x000088bd arg  0x00000826 , 0x00000012 
+ 00031579  0x000088be arg  0x00000806 , 0x00000005 
+ 00031580  0x000088bf call  0x00007c7d 
+ 00031581  0x000088c2 arg  0x000007e6 , 0x00000012 
+ 00031582  0x000088c3 arg  0x00000846 , 0x00000011 
+ 00031583  0x000088c4 arg  0x00000826 , 0x00000005 
+ 00031584  0x000088c5 call  0x00007c96 
+ 00031585  0x000088c6 arg  0x000007e6 , 0x00000011 
+ 00031586  0x000088c7 arg  0x00000846 , 0x00000012 
+ 00031587  0x000088c8 arg  0x000007e6 , 0x00000005 
+ 00031588  0x000088c9 call  0x00007c7d 
+ 00031589  0x000088ca arg  0x000007e6 , 0x00000011 
+ 00031590  0x000088cb arg  0x00000866 , 0x00000012 
+ 00031591  0x000088cc arg  0x000007e6 , 0x00000005 
+ 00031592  0x000088cd call  0x00007be1 
+ 00031593  0x000088ce arg  0x00000746 , 0x00000011 
+ 00031594  0x000088cf arg  0x00000686 , 0x00000012 
+ 00031595  0x000088d0 arg  0x00000846 , 0x00000005 
+ 00031596  0x000088d1 call  0x00007be1 
+ 00031597  0x000088d2 arg  0x00000846 , 0x00000011 
+ 00031598  0x000088d3 arg  0x00000866 , 0x00000012 
+ 00031599  0x000088d4 arg  0x00000746 , 0x00000005 
+ 00031600  0x000088d5 call  0x00007be1 
+ 00031601  0x000088d7 arg  0x00000866 , 0x00000011 
+ 00031602  0x000088d8 arg  0x00000866 , 0x00000005 
+ 00031603  0x000088d9 call  0x00007c79 
+ 00031604  0x000088da arg  0x00000866 , 0x00000011 
+ 00031605  0x000088db arg  0x00000806 , 0x00000012 
+ 00031606  0x000088dc arg  0x00000846 , 0x00000005 
+ 00031607  0x000088dd call  0x00007be1 
+ 00031608  0x000088de arg  0x00000866 , 0x00000011 
+ 00031609  0x000088df arg  0x000007e6 , 0x00000012 
+ 00031610  0x000088e0 arg  0x000007e6 , 0x00000005 
+ 00031611  0x000088e1 call  0x00007be1 
+ 00031612  0x000088e2 arg  0x00000826 , 0x00000011 
+ 00031613  0x000088e3 arg  0x00000706 , 0x00000005 
+ 00031614  0x000088e4 call  0x00007c79 
+ 00031615  0x000088e5 arg  0x00000706 , 0x00000011 
+ 00031616  0x000088e6 arg  0x00000846 , 0x00000012 
+ 00031617  0x000088e7 arg  0x00000706 , 0x00000005 
+ 00031618  0x000088e8 call  0x00007c96 
+ 00031619  0x000088e9 arg  0x00000706 , 0x00000006 
+ 00031620  0x000088ea arg  0x00000866 , 0x00000005 
+ 00031621  0x000088eb call  0x00007ebd 
+ 00031622  0x000088ec arg  0x00000866 , 0x00000011 
+ 00031623  0x000088ed call  0x00007c80 
+ 00031624  0x000088ee arg  0x00000846 , 0x00000011 
+ 00031625  0x000088ef arg  0x00000866 , 0x00000012 
+ 00031626  0x000088f0 arg  0x00000846 , 0x00000005 
+ 00031627  0x000088f1 call  0x00007c96 
+ 00031628  0x000088f2 arg  0x00000846 , 0x00000011 
+ 00031629  0x000088f3 arg  0x00000826 , 0x00000012 
+ 00031630  0x000088f4 arg  0x00000826 , 0x00000005 
+ 00031631  0x000088f5 call  0x00007be1 
+ 00031632  0x000088f6 arg  0x00000826 , 0x00000011 
+ 00031633  0x000088f7 arg  0x000007e6 , 0x00000012 
+ 00031634  0x000088f8 arg  0x00000726 , 0x00000005 
+ 00031635  0x000088f9 call  0x00007c96 
+ 00031636  0x000088fa arg  0x00000726 , 0x00000011 
+ 00031637  0x000088fb arg  0x0000091e , 0x00000012 
+ 00031638  0x000088fc arg  0x00000726 , 0x00000005 
+ 00031639  0x000088fd force  0x00000000 , 0x00000013 
+ 00031640  0x000088fe fetch  0x00000001 , 0x00000726 
+ 00031641  0x000088ff isolate1  0x00000000 , 0x0000003f 
+ 00031642  0x00008900 call  0x00007c7b , 0x00000001 
+ 00031643  0x00008901 copy  0x00000013 , 0x00000030 
+ 00031644  0x00008902 arg  0x00000726 , 0x00000011 
+ 00031645  0x00008903 call  0x00007cab 
+ 00031646  0x00008904 fetch  0x00000001 , 0x00000745 
+ 00031647  0x00008905 isolate1  0x00000000 , 0x00000030 
+ 00031648  0x00008906 setflag  0x00000001 , 0x00000007 , 0x0000003f 
+ 00031649  0x00008907 store  0x00000001 , 0x00000745 
+ 00031650  0x00008908 rtn 
+ 00031651  0x0000890b copy  0x00000005 , 0x0000000b 
+ 00031652  0x0000890c arg  0x00000806 , 0x00000005 
+ 00031653  0x0000890d call  0x00007ed0 
+ 00031654  0x0000890e force  0x00000000 , 0x0000003f 
+ 00031655  0x00008910 store  0x00000004 , 0x00000826 
+ 00031656  0x00008911 jam  0x00000001 , 0x00000806 
+ 00031657  0x00008912 arg  0x00000786 , 0x00000005 
+ 00031658  0x00008913 call  0x00007ed2 
+ 00031659  0x00008914 arg  0x0000091e , 0x00000006 
+ 00031660  0x00008915 arg  0x000007c6 , 0x00000005 
+ 00031661  0x00008916 call  0x00007ebd 
+ 00031662  0x00008917 copy  0x00000011 , 0x00000006 
+ 00031663  0x00008918 arg  0x000007e6 , 0x00000005 
+ 00031664  0x00008919 call  0x00007ebd 
+ 00031665  0x00008920 arg  0x000007e6 , 0x00000006 
+ 00031666  0x00008921 call  0x00007cb5 
+ 00031667  0x00008922 branch  0x00007bda , 0x00000034 
+ 00031668  0x00008927 arg  0x000007e6 , 0x00000011 
+ 00031669  0x00008928 arg  0x00000806 , 0x00000012 
+ 00031670  0x00008929 call  0x00007cb8 
+ 00031671  0x0000892a arg  0x000007c6 , 0x00000011 
+ 00031672  0x0000892b arg  0x00000786 , 0x00000012 
+ 00031673  0x0000892c call  0x00007cb8 
+ 00031674  0x0000892e arg  0x000007e6 , 0x00000011 
+ 00031675  0x0000892f arg  0x000007c6 , 0x00000012 
+ 00031676  0x00008930 call  0x00007cb1 
+ 00031677  0x00008931 branch  0x00007bcc , 0x00000002 
+ 00031678  0x00008932 arg  0x000007c6 , 0x00000011 
+ 00031679  0x00008933 arg  0x000007e6 , 0x00000012 
+ 00031680  0x00008934 copy  0x00000011 , 0x00000005 
+ 00031681  0x00008935 call  0x00007ca9 
+ 00031682  0x00008936 arg  0x00000806 , 0x00000011 
+ 00031683  0x00008937 arg  0x00000786 , 0x00000012 
+ 00031684  0x00008938 copy  0x00000012 , 0x00000005 
+ 00031685  0x00008939 call  0x00007c7b 
+ 00031686  0x0000893a ifetch  0x00000001 , 0x00000011 
+ 00031687  0x0000893b iadd  0x00000013 , 0x00000013 
+ 00031688  0x0000893c ifetch  0x00000001 , 0x00000012 
+ 00031689  0x0000893d iadd  0x00000013 , 0x0000003f 
+ 00031690  0x0000893e istore  0x00000001 , 0x00000012 
+ 00031691  0x0000893f branch  0x00007bb1 
+ 00031692  0x00008941 arg  0x000007e6 , 0x00000011 
+ 00031693  0x00008942 arg  0x000007c6 , 0x00000012 
+ 00031694  0x00008943 copy  0x00000011 , 0x00000005 
+ 00031695  0x00008944 call  0x00007ca9 
+ 00031696  0x00008945 arg  0x00000786 , 0x00000011 
+ 00031697  0x00008946 arg  0x00000806 , 0x00000012 
+ 00031698  0x00008947 copy  0x00000012 , 0x00000005 
+ 00031699  0x00008948 call  0x00007c7b 
+ 00031700  0x00008949 ifetch  0x00000001 , 0x00000011 
+ 00031701  0x0000894a iadd  0x00000013 , 0x00000013 
+ 00031702  0x0000894b ifetch  0x00000001 , 0x00000012 
+ 00031703  0x0000894c iadd  0x00000013 , 0x0000003f 
+ 00031704  0x0000894d istore  0x00000001 , 0x00000012 
+ 00031705  0x0000894e branch  0x00007bb1 
+ 00031706  0x00008951 arg  0x00000786 , 0x00000011 
+ 00031707  0x00008952 copy  0x0000000b , 0x00000005 
+ 00031708  0x00008953 call  0x00007c0a 
+ 00031709  0x00008955 arg  0x0000091e , 0x00000011 
+ 00031710  0x00008956 copy  0x0000000b , 0x00000012 
+ 00031711  0x00008957 copy  0x0000000b , 0x00000005 
+ 00031712  0x00008958 branch  0x00007c96 
+ 00031713  0x0000895c copy  0x00000005 , 0x0000000b 
+ 00031714  0x0000895e force  0x00000000 , 0x00000038 
+ 00031715  0x00008960 arg  0x00000786 , 0x00000005 
+ 00031716  0x00008961 call  0x00007ed2 
+ 00031717  0x00008962 arg  0x00000ad2 , 0x00000005 
+ 00031718  0x00008963 call  0x00007ed2 
+ 00031719  0x00008967 copy  0x00000011 , 0x00000006 
+ 00031720  0x00008969 jam  0x00000000 , 0x00000ad2 
+ 00031721  0x0000896a setarg  0x00000000 
+ 00031722  0x0000896b call  0x00007c73 
+ 00031723  0x0000896c copy  0x00000012 , 0x00000006 
+ 00031724  0x0000896d call  0x00007c77 
+ 00031725  0x00008970 force  0x00000000 , 0x00000007 
+ 00031726  0x00008971 arg  0x00000786 , 0x00000005 
+ 00031727  0x00008975 arg  0x00000ad2 , 0x00000002 
+ 00031728  0x00008976 copy  0x00000007 , 0x00000012 
+ 00031729  0x00008977 lshift2  0x00000012 , 0x0000003f 
+ 00031730  0x00008979 iadd  0x00000002 , 0x00000012 
+ 00031731  0x0000897a force  0x00000000 , 0x00000002 
+ 00031732  0x0000897b force  0x00000000 , 0x00000013 
+ 00031733  0x00008981 ifetch  0x00000004 , 0x00000005 
+ 00031734  0x00008982 iforce  0x00000011 
+ 00031735  0x00008985 ifetch  0x00000004 , 0x00000012 
+ 00031736  0x00008986 copy  0x00000013 , 0x00000038 
+ 00031737  0x00008987 imul32  0x0000002f , 0x0000003f 
+ 00031738  0x00008988 iadd  0x00000011 , 0x0000003f 
+ 00031739  0x00008989 iadd  0x00000002 , 0x0000003f 
+ 00031740  0x0000898a istore  0x00000004 , 0x00000005 
+ 00031741  0x0000898b rshift32  0x0000003f , 0x00000002 
+ 00031742  0x0000898c increase  0x00000001 , 0x00000013 
+ 00031743  0x0000898d compare  0x00000008 , 0x00000013 , 0x000000ff 
+ 00031744  0x0000898e nbranch  0x00007bf5 , 0x00000001 
+ 00031745  0x00008990 deposit  0x00000002 
+ 00031746  0x00008991 istore  0x00000004 , 0x00000005 
+ 00031747  0x00008992 increase  0xffffffe0 , 0x00000005 
+ 00031748  0x00008995 increase  0x00000001 , 0x00000007 
+ 00031749  0x00008996 compare  0x00000008 , 0x00000007 , 0x000000ff 
+ 00031750  0x00008997 nbranch  0x00007bef , 0x00000001 
+ 00031751  0x00008998 arg  0x00000786 , 0x00000011 
+ 00031752  0x00008999 copy  0x0000000b , 0x00000005 
+ 00031753  0x0000899a branch  0x00007c0a 
+ 00031754  0x0000899d bpatchx  0x000000f2 , 0x0000403e 
+ 00031755  0x0000899e copy  0x00000005 , 0x0000000b 
+ 00031756  0x0000899f copy  0x00000011 , 0x00000030 
+ 00031757  0x000089a0 arg  0x000007c6 , 0x00000012 
+ 00031758  0x000089a1 copy  0x00000012 , 0x00000005 
+ 00031759  0x000089a2 call  0x00007ecd 
+ 00031760  0x000089a3 istore  0x00000008 , 0x00000005 
+ 00031761  0x000089a4 add  0x00000011 , 0x0000002c , 0x00000006 
+ 00031762  0x000089a5 call  0x00007eb9 
+ 00031763  0x000089a6 call  0x00007eb5 
+ 00031764  0x000089a7 copy  0x00000012 , 0x00000011 
+ 00031765  0x000089a8 call  0x00007c80 
+ 00031766  0x000089a9 arg  0x000007c6 , 0x00000012 
+ 00031767  0x000089aa copy  0x00000030 , 0x00000011 
+ 00031768  0x000089ab copy  0x0000000b , 0x00000005 
+ 00031769  0x000089ac call  0x00007c7d 
+ 00031770  0x000089ae arg  0x000007c6 , 0x00000012 
+ 00031771  0x000089af copy  0x00000012 , 0x00000005 
+ 00031772  0x000089b0 call  0x00007ecd 
+ 00031773  0x000089b1 istore  0x00000008 , 0x00000005 
+ 00031774  0x000089b2 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031775  0x000089b3 call  0x00007ebf 
+ 00031776  0x000089b4 call  0x00007ecd 
+ 00031777  0x000089b5 copy  0x00000012 , 0x00000011 
+ 00031778  0x000089b6 call  0x00007c80 
+ 00031779  0x000089ba arg  0x000007c6 , 0x00000012 
+ 00031780  0x000089bb copy  0x0000000b , 0x00000011 
+ 00031781  0x000089bc copy  0x00000011 , 0x00000005 
+ 00031782  0x000089bd call  0x00007c7d 
+ 00031783  0x000089c1 arg  0x000007c6 , 0x00000012 
+ 00031784  0x000089c2 copy  0x00000012 , 0x00000005 
+ 00031785  0x000089c3 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031786  0x000089c4 call  0x00007eb5 
+ 00031787  0x000089c5 call  0x00007ecd 
+ 00031788  0x000089c6 istore  0x00000008 , 0x00000005 
+ 00031789  0x000089c7 add  0x00000030 , 0x00000038 , 0x00000006 
+ 00031790  0x000089c8 call  0x00007eb9 
+ 00031791  0x000089c9 copy  0x0000000b , 0x00000011 
+ 00031792  0x000089ca copy  0x00000011 , 0x00000005 
+ 00031793  0x000089cb call  0x00007c7d 
+ 00031794  0x000089cf arg  0x000007c6 , 0x00000012 
+ 00031795  0x000089d0 copy  0x00000012 , 0x00000005 
+ 00031796  0x000089d1 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031797  0x000089d2 call  0x00007eb5 
+ 00031798  0x000089d3 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031799  0x000089d4 call  0x00007eb5 
+ 00031800  0x000089d5 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031801  0x000089d6 call  0x00007eb6 
+ 00031802  0x000089d7 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031803  0x000089d8 call  0x00007eb6 
+ 00031804  0x000089d9 copy  0x0000000b , 0x00000011 
+ 00031805  0x000089da copy  0x00000011 , 0x00000005 
+ 00031806  0x000089db call  0x00007c7d 
+ 00031807  0x000089de arg  0x000007c6 , 0x00000012 
+ 00031808  0x000089df copy  0x00000012 , 0x00000005 
+ 00031809  0x000089e0 add  0x00000030 , 0x0000002c , 0x00000006 
+ 00031810  0x000089e1 call  0x00007eb5 
+ 00031811  0x000089e2 call  0x00007ecd 
+ 00031812  0x000089e3 istore  0x00000008 , 0x00000005 
+ 00031813  0x000089e4 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031814  0x000089e5 call  0x00007eb6 
+ 00031815  0x000089e6 add  0x00000030 , 0x00000028 , 0x00000006 
+ 00031816  0x000089e7 call  0x00007eb6 
+ 00031817  0x000089e8 copy  0x0000000b , 0x00000011 
+ 00031818  0x000089e9 copy  0x00000011 , 0x00000005 
+ 00031819  0x000089ea call  0x00007c96 
+ 00031820  0x000089ed arg  0x000007c6 , 0x00000012 
+ 00031821  0x000089ee copy  0x00000012 , 0x00000005 
+ 00031822  0x000089ef add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031823  0x000089f0 call  0x00007eb9 
+ 00031824  0x000089f1 call  0x00007eb9 
+ 00031825  0x000089f2 force  0x00000000 , 0x0000003f 
+ 00031826  0x000089f3 istore  0x00000008 , 0x00000005 
+ 00031827  0x000089f4 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031828  0x000089f5 call  0x00007eb6 
+ 00031829  0x000089f6 add  0x00000030 , 0x0000002c , 0x00000006 
+ 00031830  0x000089f7 call  0x00007eb6 
+ 00031831  0x000089f8 copy  0x0000000b , 0x00000011 
+ 00031832  0x000089f9 copy  0x00000011 , 0x00000005 
+ 00031833  0x000089fa call  0x00007c96 
+ 00031834  0x000089fd arg  0x000007c6 , 0x00000012 
+ 00031835  0x000089fe copy  0x00000012 , 0x00000005 
+ 00031836  0x000089ff add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031837  0x00008a00 call  0x00007eb5 
+ 00031838  0x00008a01 add  0x00000030 , 0x00000020 , 0x00000006 
+ 00031839  0x00008a02 call  0x00007eb5 
+ 00031840  0x00008a03 call  0x00007ecd 
+ 00031841  0x00008a04 add  0x00000030 , 0x00000030 , 0x00000006 
+ 00031842  0x00008a05 call  0x00007eb6 
+ 00031843  0x00008a06 copy  0x0000000b , 0x00000011 
+ 00031844  0x00008a07 copy  0x00000011 , 0x00000005 
+ 00031845  0x00008a08 call  0x00007c96 
+ 00031846  0x00008a0b arg  0x000007c6 , 0x00000012 
+ 00031847  0x00008a0c copy  0x00000012 , 0x00000005 
+ 00031848  0x00008a0d add  0x00000030 , 0x00000038 , 0x00000006 
+ 00031849  0x00008a0e call  0x00007eb9 
+ 00031850  0x00008a0f call  0x00007ecd 
+ 00031851  0x00008a10 add  0x00000030 , 0x00000024 , 0x00000006 
+ 00031852  0x00008a11 call  0x00007eb5 
+ 00031853  0x00008a12 call  0x00007ecd 
+ 00031854  0x00008a13 add  0x00000030 , 0x00000034 , 0x00000006 
+ 00031855  0x00008a14 call  0x00007eb6 
+ 00031856  0x00008a15 copy  0x0000000b , 0x00000011 
+ 00031857  0x00008a16 copy  0x00000011 , 0x00000005 
+ 00031858  0x00008a17 branch  0x00007c96 
+ 00031859  0x00008a1b force  0x00000020 , 0x00000039 
+ 00031860  0x00008a1c arg  0x00000ad2 , 0x00000005 
+ 00031861  0x00008a1d iadd  0x00000005 , 0x00000005 
+ 00031862  0x00008a1e branch  0x00007f01 
+ 00031863  0x00008a21 force  0x00000008 , 0x00000039 
+ 00031864  0x00008a22 branch  0x00007781 
+ 00031865  0x00008a25 copy  0x00000011 , 0x00000012 
+ 00031866  0x00008a26 branch  0x00007be1 
+ 00031867  0x00008a29 force  0x00000008 , 0x00000039 
+ 00031868  0x00008a2a branch  0x00007712 
+ 00031869  0x00008a2d call  0x00007c7b 
+ 00031870  0x00008a2e copy  0x00000005 , 0x00000011 
+ 00031871  0x00008a2f branch  0x00007c81 
+ 00031872  0x00008a32 call  0x00007cae 
+ 00031873  0x00008a34 isolate1  0x00000000 , 0x00000013 
+ 00031874  0x00008a35 branch  0x00007c8a , 0x00000001 
+ 00031875  0x00008a36 arg  0x0000091e , 0x00000012 
+ 00031876  0x00008a37 copy  0x00000011 , 0x00000013 
+ 00031877  0x00008a38 increase  0xffffffe0 , 0x00000011 
+ 00031878  0x00008a39 call  0x00007cb1 
+ 00031879  0x00008a3a nrtn  0x00000002 
+ 00031880  0x00008a3b copy  0x00000013 , 0x00000011 
+ 00031881  0x00008a3c branch  0x00007c92 
+ 00031882  0x00008a3f call  0x00007c92 
+ 00031883  0x00008a41 copy  0x00000011 , 0x00000013 
+ 00031884  0x00008a42 increase  0xffffffe0 , 0x00000011 
+ 00031885  0x00008a43 arg  0x0000091e , 0x00000012 
+ 00031886  0x00008a44 call  0x00007cb1 
+ 00031887  0x00008a45 nrtn  0x00000002 
+ 00031888  0x00008a46 copy  0x00000013 , 0x00000011 
+ 00031889  0x00008a47 branch  0x00007c92 
+ 00031890  0x00008a4b increase  0xffffffe0 , 0x00000011 
+ 00031891  0x00008a4c arg  0x0000091e , 0x00000012 
+ 00031892  0x00008a4d copy  0x00000011 , 0x00000005 
+ 00031893  0x00008a4e branch  0x00007ca9 
+ 00031894  0x00008a54 call  0x00007ca9 
+ 00031895  0x00008a56 branch  0x00007ca0 , 0x00000001 
+ 00031896  0x00008a59 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031897  0x00008a5a arg  0x0000091e , 0x00000012 
+ 00031898  0x00008a5b call  0x00007cb1 
+ 00031899  0x00008a5c nrtn  0x00000002 
+ 00031900  0x00008a5d arg  0x0000091e , 0x00000012 
+ 00031901  0x00008a5e add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031902  0x00008a60 copy  0x00000011 , 0x00000005 
+ 00031903  0x00008a61 branch  0x00007ca9 
+ 00031904  0x00008a63 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031905  0x00008a64 arg  0x0000091e , 0x00000012 
+ 00031906  0x00008a65 copy  0x00000011 , 0x00000005 
+ 00031907  0x00008a66 call  0x00007c7b 
+ 00031908  0x00008a68 rtn  0x00000001 
+ 00031909  0x00008a69 add  0x00000005 , 0xffffffe0 , 0x00000011 
+ 00031910  0x00008a6a arg  0x0000091e , 0x00000012 
+ 00031911  0x00008a6b copy  0x00000011 , 0x00000005 
+ 00031912  0x00008a6c branch  0x00007c7b 
+ 00031913  0x00008a71 force  0x00000008 , 0x00000039 
+ 00031914  0x00008a72 branch  0x00007720 
+ 00031915  0x00008a75 force  0x00000008 , 0x00000039 
+ 00031916  0x00008a76 increase  0x0000001c , 0x00000011 
+ 00031917  0x00008a77 branch  0x0000772f 
+ 00031918  0x00008a7a force  0x00000008 , 0x00000039 
+ 00031919  0x00008a7b force  0x00000000 , 0x00000013 
+ 00031920  0x00008a7c branch  0x0000773d 
+ 00031921  0x00008a7f force  0x00000008 , 0x00000039 
+ 00031922  0x00008a80 increase  0x0000001c , 0x00000011 
+ 00031923  0x00008a81 increase  0x0000001c , 0x00000012 
+ 00031924  0x00008a82 branch  0x00007707 
+ 00031925  0x00008a86 ifetch  0x00000008 , 0x00000006 
+ 00031926  0x00008a87 nrtn  0x00000034 
+ 00031927  0x00008a88 branch  0x000076f5 
+ 00031928  0x00008a8e copy  0x00000011 , 0x00000030 
+ 00031929  0x00008a90 copy  0x00000030 , 0x00000011 
+ 00031930  0x00008a91 ifetch  0x00000001 , 0x00000011 
+ 00031931  0x00008a92 isolate1  0x00000000 , 0x0000003f 
+ 00031932  0x00008a93 rtn  0x00000001 
+ 00031933  0x00008a94 call  0x00007cab 
+ 00031934  0x00008a95 ifetch  0x00000001 , 0x00000012 
+ 00031935  0x00008a96 isolate0  0x00000000 , 0x0000003f 
+ 00031936  0x00008a97 branch  0x00007cc8 , 0x00000001 
+ 00031937  0x00008a98 arg  0x0000091e , 0x00000011 
+ 00031938  0x00008a99 copy  0x00000012 , 0x00000005 
+ 00031939  0x00008a9a call  0x00007c7b 
+ 00031940  0x00008a9b ifetch  0x00000001 , 0x00000012 
+ 00031941  0x00008a9c iadd  0x00000013 , 0x0000003f 
+ 00031942  0x00008a9d istore  0x00000001 , 0x00000012 
+ 00031943  0x00008a9e increase  0xffffffe0 , 0x00000012 
+ 00031944  0x00008aa0 add  0x00000012 , 0x00000020 , 0x00000011 
+ 00031945  0x00008aa1 force  0x00000009 , 0x00000039 
+ 00031946  0x00008aa2 call  0x0000772f 
+ 00031947  0x00008aa3 branch  0x00007cb9 
+ 00031948  0x00008aa8 call  0x00002c65 
+ 00031949  0x00008aa9 rtn  0x0000002b 
+ 00031950  0x00008aaa call  0x00007cd3 
+ 00031951  0x00008aab call  0x00007d75 
+ 00031952  0x00008aac branch  0x00007d08 
+ 00031953  0x00008aaf call  0x00007d29 
+ 00031954  0x00008ab1 branch  0x00007d64 
+ 00031955  0x00008ab4 fetch  0x00000001 , 0x00004686 
+ 00031956  0x00008ab5 rtneq  0x000000ff 
+ 00031957  0x00008ab6 iforce  0x00000002 
+ 00031958  0x00008ab7 call  0x0000680e 
+ 00031959  0x00008ab8 fetcht  0x00000001 , 0x00004686 
+ 00031960  0x00008ab9 call  0x00006825 
+ 00031961  0x00008aba nop  0x00000064 
+ 00031962  0x00008abb fetcht  0x00000001 , 0x00004686 
+ 00031963  0x00008abc call  0x000067fb 
+ 00031964  0x00008abd branch  0x00007cdd 
+ 00031965  0x00008ac2 bpatchx  0x000000f3 , 0x0000403e 
+ 00031966  0x00008ac3 fetch  0x00000001 , 0x00004686 
+ 00031967  0x00008ac4 rtneq  0x000000ff 
+ 00031968  0x00008ac5 copy  0x0000003f , 0x00000002 
+ 00031969  0x00008ac6 call  0x0000681d 
+ 00031970  0x00008ac7 nbranch  0x00007cef , 0x00000001 
+ 00031971  0x00008aca call  0x00007cf9 
+ 00031972  0x00008acb fetch  0x00000002 , 0x00004682 
+ 00031973  0x00008acc set1  0x0000000c 
+ 00031974  0x00008acd store  0x00000002 , 0x00004682 
+ 00031975  0x00008ace fetch  0x00000001 , 0x00004679 
+ 00031976  0x00008acf rtneq  0x00000000 
+ 00031977  0x00008ad0 jam  0x00000000 , 0x00004679 
+ 00031978  0x00008ad2 fetch  0x00000001 , 0x00004685 
+ 00031979  0x00008ad3 store  0x00000001 , 0x00004678 
+ 00031980  0x00008ad4 call  0x00007d00 
+ 00031981  0x00008ad5 jam  0x0000002c , 0x00000a99 
+ 00031982  0x00008ad6 branch  0x00007d86 
+ 00031983  0x00008ad8 fetch  0x00000002 , 0x00004682 
+ 00031984  0x00008ad9 set0  0x0000000c 
+ 00031985  0x00008ada store  0x00000002 , 0x00004682 
+ 00031986  0x00008adb fetch  0x00000001 , 0x00004679 
+ 00031987  0x00008adc rtneq  0x00000001 
+ 00031988  0x00008add jam  0x00000001 , 0x00004679 
+ 00031989  0x00008adf jam  0x00000000 , 0x00004678 
+ 00031990  0x00008ae0 call  0x00007d02 
+ 00031991  0x00008ae1 jam  0x0000002d , 0x00000a99 
+ 00031992  0x00008ae2 branch  0x00007d86 
+ 00031993  0x00008ae5 fetch  0x00000001 , 0x00004678 
+ 00031994  0x00008ae6 rtn  0x00000034 
+ 00031995  0x00008ae7 increase  0xffffffff , 0x0000003f 
+ 00031996  0x00008ae8 store  0x00000001 , 0x00004678 
+ 00031997  0x00008ae9 nrtn  0x00000034 
+ 00031998  0x00008aeb jam  0x00000010 , 0x00000a99 
+ 00031999  0x00008aec branch  0x00007d86 
+ 00032000  0x00008aef arg  0x00000007 , 0x00000007 
+ 00032001  0x00008af0 branch  0x00002c32 
+ 00032002  0x00008af3 arg  0x00000007 , 0x00000007 
+ 00032003  0x00008af4 branch  0x00002c36 
+ 00032004  0x00008b0b fetch  0x00000002 , 0x0000421b 
+ 00032005  0x00008b0c mul32  0x00000011 , 0x0000000b , 0x00000012 
+ 00032006  0x00008b0d iadd  0x00000012 , 0x00000012 
+ 00032007  0x00008b0e rtn 
+ 00032008  0x00008b12 fetch  0x00000001 , 0x0000421a 
+ 00032009  0x00008b13 rtn  0x00000034 
+ 00032010  0x00008b14 copy  0x0000003f , 0x00000039 
+ 00032011  0x00008b15 fetch  0x00000002 , 0x0000421b 
+ 00032012  0x00008b16 copy  0x0000003f , 0x00000012 
+ 00032013  0x00008b18 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032014  0x00008b19 ifetcht  0x00000001 , 0x00000013 
+ 00032015  0x00008b1a call  0x0000680e 
+ 00032016  0x00008b1b call  0x00007d32 
+ 00032017  0x00008b1c increase  0x0000000b , 0x00000012 
+ 00032018  0x00008b1d loop  0x00007d0d 
+ 00032019  0x00008b1e rtn 
+ 00032020  0x00008b23 call  0x00007d04 
+ 00032021  0x00008b24 setarg  0x00000002 
+ 00032022  0x00008b25 istore  0x00000001 , 0x00000012 
+ 00032023  0x00008b26 call  0x00007d5e 
+ 00032024  0x00008b27 branch  0x00007d35 
+ 00032025  0x00008b2d call  0x00007d04 
+ 00032026  0x00008b2e setarg  0x00000003 
+ 00032027  0x00008b2f istore  0x00000001 , 0x00000012 
+ 00032028  0x00008b30 call  0x00007d5e 
+ 00032029  0x00008b31 branch  0x00007d32 
+ 00032030  0x00008b36 call  0x00007d04 
+ 00032031  0x00008b37 setarg  0x00000001 
+ 00032032  0x00008b38 istore  0x00000001 , 0x00000012 
+ 00032033  0x00008b39 setarg  0x000000ff 
+ 00032034  0x00008b3a istore  0x00000001 , 0x00000005 
+ 00032035  0x00008b3b branch  0x00007d32 
+ 00032036  0x00008b41 call  0x00007d04 
+ 00032037  0x00008b42 arg  0x0000000b , 0x00000039 
+ 00032038  0x00008b43 copy  0x00000013 , 0x00000006 
+ 00032039  0x00008b44 copy  0x00000012 , 0x00000005 
+ 00032040  0x00008b45 branch  0x00007ef4 
+ 00032041  0x00008b4a fetch  0x00000001 , 0x0000421a 
+ 00032042  0x00008b4b rtn  0x00000034 
+ 00032043  0x00008b4c arg  0x00000000 , 0x00000011 
+ 00032044  0x00008b4e call  0x00007d38 
+ 00032045  0x00008b4f increase  0x00000001 , 0x00000011 
+ 00032046  0x00008b50 fetch  0x00000001 , 0x0000421a 
+ 00032047  0x00008b51 isub  0x00000011 , 0x0000003e 
+ 00032048  0x00008b52 rtn  0x00000005 
+ 00032049  0x00008b53 branch  0x00007d2c 
+ 00032050  0x00008b57 add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032051  0x00008b58 ifetcht  0x00000001 , 0x00000013 
+ 00032052  0x00008b59 branch  0x00006825 
+ 00032053  0x00008b5d add  0x00000012 , 0x00000002 , 0x00000013 
+ 00032054  0x00008b5e ifetcht  0x00000001 , 0x00000013 
+ 00032055  0x00008b5f branch  0x00006829 
+ 00032056  0x00008b64 add  0x00000011 , 0x0000000b , 0x00000007 
+ 00032057  0x00008b65 call  0x00007f16 
+ 00032058  0x00008b66 nrtn  0x00000034 
+ 00032059  0x00008b68 call  0x00007d04 
+ 00032060  0x00008b6a ifetch  0x00000001 , 0x00000012 
+ 00032061  0x00008b6c beq  0x00000002 , 0x00007d35 
+ 00032062  0x00008b6d beq  0x00000003 , 0x00007d32 
+ 00032063  0x00008b6e beq  0x00000000 , 0x00007d32 
+ 00032064  0x00008b6f beq  0x00000005 , 0x00007d4c 
+ 00032065  0x00008b71 call  0x00007d35 
+ 00032066  0x00008b72 add  0x00000012 , 0x00000007 , 0x00000013 
+ 00032067  0x00008b73 call  0x00007e7c 
+ 00032068  0x00008b74 ifetch  0x00000002 , 0x00000013 
+ 00032069  0x00008b75 call  0x00007f9c 
+ 00032070  0x00008b76 call  0x00007e8c 
+ 00032071  0x00008b77 setarg  0x00000005 
+ 00032072  0x00008b78 istore  0x00000001 , 0x00000012 
+ 00032073  0x00008b79 add  0x00000012 , 0x00000003 , 0x00000013 
+ 00032074  0x00008b7a ifetch  0x00000002 , 0x00000013 
+ 00032075  0x00008b7b branch  0x00007d5c 
+ 00032076  0x00008b7f call  0x00007d32 
+ 00032077  0x00008b80 add  0x00000012 , 0x00000009 , 0x00000013 
+ 00032078  0x00008b81 call  0x00007e7c 
+ 00032079  0x00008b82 ifetch  0x00000002 , 0x00000013 
+ 00032080  0x00008b83 call  0x00007f9c 
+ 00032081  0x00008b84 call  0x00007e8c 
+ 00032082  0x00008b86 add  0x00000012 , 0x00000001 , 0x00000013 
+ 00032083  0x00008b87 ifetch  0x00000001 , 0x00000013 
+ 00032084  0x00008b88 beq  0x000000ff , 0x00007d58 
+ 00032085  0x00008b89 increase  0xffffffff , 0x0000003f 
+ 00032086  0x00008b8a istore  0x00000001 , 0x00000013 
+ 00032087  0x00008b8b branch  0x00007d19 , 0x00000034 
+ 00032088  0x00008b8d setarg  0x00000004 
+ 00032089  0x00008b8e istore  0x00000001 , 0x00000012 
+ 00032090  0x00008b8f add  0x00000012 , 0x00000005 , 0x00000013 
+ 00032091  0x00008b90 ifetch  0x00000002 , 0x00000013 
+ 00032092  0x00008b92 add  0x00000011 , 0x0000000b , 0x00000007 
+ 00032093  0x00008b93 branch  0x00007f08 
+ 00032094  0x00008b96 setarg  0x00000000 
+ 00032095  0x00008b97 branch  0x00007d5c 
+ 00032096  0x00008b9e setarg  0x00001000 
+ 00032097  0x00008b9f lshift16  0x0000003f , 0x0000003f 
+ 00032098  0x00008ba0 iadd  0x00000012 , 0x00000012 
+ 00032099  0x00008ba1 rtn 
+ 00032100  0x00008ba4 bpatchx  0x000000f4 , 0x0000403e 
+ 00032101  0x00008ba5 arg  0x00000000 , 0x00000011 
+ 00032102  0x00008ba6 fetcht  0x00000004 , 0x0000467a 
+ 00032103  0x00008ba7 copy  0x00000022 , 0x00000012 
+ 00032104  0x00008ba8 copy  0x00000012 , 0x0000003f 
+ 00032105  0x00008ba9 isub  0x00000002 , 0x0000003e 
+ 00032106  0x00008baa ncall  0x00007d60 , 0x00000002 
+ 00032107  0x00008bad copy  0x00000012 , 0x0000003f 
+ 00032108  0x00008bae increase  0x000000a0 , 0x00000002 
+ 00032109  0x00008baf increase  0x000000a0 , 0x00000002 
+ 00032110  0x00008bb0 isub  0x00000002 , 0x0000003e 
+ 00032111  0x00008bb1 nbranch  0x00007d78 , 0x00000002 
+ 00032112  0x00008bb2 increase  0x00000001 , 0x00000011 
+ 00032113  0x00008bb3 and  0x00000011 , 0x0000000f , 0x0000003f 
+ 00032114  0x00008bb4 nbranch  0x00007d6b , 0x00000034 
+ 00032115  0x00008bb5 arg  0x00000000 , 0x00000011 
+ 00032116  0x00008bb6 call  0x00007d7f 
+ 00032117  0x00008bb8 copy  0x00000022 , 0x0000003f 
+ 00032118  0x00008bb9 store  0x00000004 , 0x0000467a 
+ 00032119  0x00008bba rtn 
+ 00032120  0x00008bbc bpatchx  0x000000f5 , 0x0000403e 
+ 00032121  0x00008bbd copy  0x00000011 , 0x0000003f 
+ 00032122  0x00008bbe rtn  0x00000034 
+ 00032123  0x00008bbf increase  0xffffff60 , 0x00000002 
+ 00032124  0x00008bc0 increase  0xffffff60 , 0x00000002 
+ 00032125  0x00008bc1 set0  0x0000001c , 0x00000002 
+ 00032126  0x00008bc2 storet  0x00000004 , 0x0000467a 
+ 00032127  0x00008bc4 branch  0x0000335f 
+ 00032128  0x00008bcc jam  0x00000001 , 0x00004666 
+ 00032129  0x00008bce fetch  0x00000001 , 0x00004667 
+ 00032130  0x00008bcf nbranch  0x00007d81 , 0x00000034 
+ 00032131  0x00008bd0 rtn 
+ 00032132  0x00008bd3 jam  0x00000000 , 0x00004666 
+ 00032133  0x00008bd4 rtn 
+ 00032134  0x00008bd9 bpatchx  0x000000f6 , 0x0000403e 
+ 00032135  0x00008bda call  0x00007d80 
+ 00032136  0x00008bdb copy  0x00000011 , 0x0000003f 
+ 00032137  0x00008bdc store  0x00000004 , 0x00000a91 
+ 00032138  0x00008bdd arg  0x00004668 , 0x00000011 
+ 00032139  0x00008bde call  0x00007fb8 
+ 00032140  0x00008bdf fetch  0x00000004 , 0x00000a91 
+ 00032141  0x00008be0 copy  0x0000003f , 0x00000011 
+ 00032142  0x00008be1 branch  0x00007d84 
+ 00032143  0x00008be4 bpatchx  0x000000f7 , 0x0000403e 
+ 00032144  0x00008be5 call  0x00007d80 
+ 00032145  0x00008be6 copy  0x00000011 , 0x0000003f 
+ 00032146  0x00008be7 store  0x00000004 , 0x00000a91 
+ 00032147  0x00008be8 arg  0x00004670 , 0x00000011 
+ 00032148  0x00008be9 call  0x00007fb8 
+ 00032149  0x00008bea fetch  0x00000004 , 0x00000a91 
+ 00032150  0x00008beb copy  0x0000003f , 0x00000011 
+ 00032151  0x00008bec branch  0x00007d84 
+ 00032152  0x00008bef setarg  0x00000000 
+ 00032153  0x00008bf0 store  0x00000008 , 0x00004670 
+ 00032154  0x00008bf1 store  0x00000008 , 0x00004668 
+ 00032155  0x00008bf2 rtn 
+ 00032156  0x00008bf5 bpatchx  0x000000f8 , 0x0000403f 
+ 00032157  0x00008bf6 fetch  0x00000001 , 0x000041ce 
+ 00032158  0x00008bf7 nrtn  0x00000034 
+ 00032159  0x00008bf8 arg  0x00004670 , 0x00000011 
+ 00032160  0x00008bf9 call  0x00007fd0 
+ 00032161  0x00008bfa rtn  0x00000034 
+ 00032162  0x00008bfb jam  0x00000000 , 0x00000a90 
+ 00032163  0x00008bfc call  0x00007da7 
+ 00032164  0x00008bfd fetch  0x00000001 , 0x00000a90 
+ 00032165  0x00008bfe branch  0x00007d9c , 0x00000034 
+ 00032166  0x00008bff rtn 
+ 00032167  0x00008c02 call  0x00007d80 
+ 00032168  0x00008c03 arg  0x00004670 , 0x00000011 
+ 00032169  0x00008c04 call  0x00007fc4 
+ 00032170  0x00008c05 copy  0x0000003f , 0x00000002 
+ 00032171  0x00008c06 call  0x00007d84 
+ 00032172  0x00008c07 bpatchx  0x000000f9 , 0x0000403f 
+ 00032173  0x00008c08 copy  0x00000002 , 0x0000003f 
+ 00032174  0x00008c09 rtn  0x00000034 
+ 00032175  0x00008c0a beq  0x00000001 , 0x00007ddd 
+ 00032176  0x00008c0b beq  0x00000002 , 0x00007de2 
+ 00032177  0x00008c0c beq  0x00000003 , 0x00007de8 
+ 00032178  0x00008c0d beq  0x00000007 , 0x00007ded 
+ 00032179  0x00008c0e beq  0x00000008 , 0x00007dee 
+ 00032180  0x00008c0f beq  0x00000009 , 0x00007def 
+ 00032181  0x00008c10 beq  0x0000000b , 0x00007df2 
+ 00032182  0x00008c11 beq  0x0000000c , 0x00007df3 
+ 00032183  0x00008c12 beq  0x0000000d , 0x00007df4 
+ 00032184  0x00008c13 beq  0x0000000e , 0x00007dfa 
+ 00032185  0x00008c14 beq  0x0000000f , 0x00007dff 
+ 00032186  0x00008c15 beq  0x00000010 , 0x00007e05 
+ 00032187  0x00008c16 beq  0x00000013 , 0x00007e0f 
+ 00032188  0x00008c17 beq  0x00000014 , 0x00007e11 
+ 00032189  0x00008c18 beq  0x00000015 , 0x00007e13 
+ 00032190  0x00008c19 beq  0x00000016 , 0x00007e15 
+ 00032191  0x00008c1a beq  0x00000017 , 0x00007e18 
+ 00032192  0x00008c1b beq  0x00000018 , 0x00007e1a 
+ 00032193  0x00008c1c beq  0x00000019 , 0x00007e1d 
+ 00032194  0x00008c1d beq  0x0000001b , 0x00007e25 
+ 00032195  0x00008c1e beq  0x0000001e , 0x00007e2f 
+ 00032196  0x00008c20 store  0x00000001 , 0x00000a99 
+ 00032197  0x00008c21 bpatchx  0x000000fa , 0x0000403f 
+ 00032198  0x00008c22 call  0x000062bc 
+ 00032199  0x00008c23 nbranch  0x00007ddb , 0x00000034 
+ 00032200  0x00008c25 fetch  0x00000001 , 0x00000a99 
+ 00032201  0x00008c26 bmark0  0x00000009 , 0x00007dd6 
+ 00032202  0x00008c27 beq  0x00000004 , 0x00007dea 
+ 00032203  0x00008c28 beq  0x00000005 , 0x00004d17 
+ 00032204  0x00008c29 beq  0x00000006 , 0x00004d26 
+ 00032205  0x00008c2a beq  0x0000000a , 0x00007df0 
+ 00032206  0x00008c2b beq  0x00000011 , 0x00007e0a 
+ 00032207  0x00008c2c beq  0x00000012 , 0x00007e0e 
+ 00032208  0x00008c2d beq  0x0000001d , 0x00007e26 
+ 00032209  0x00008c2e beq  0x0000001f , 0x000067cc 
+ 00032210  0x00008c2f beq  0x00000020 , 0x000067d0 
+ 00032211  0x00008c30 beq  0x00000021 , 0x00007e31 
+ 00032212  0x00008c31 beq  0x00000025 , 0x0000670b 
+ 00032213  0x00008c32 rtn 
+ 00032214  0x00008c35 store  0x00000001 , 0x00000a99 
+ 00032215  0x00008c36 call  0x00002252 
+ 00032216  0x00008c37 branch  0x00007ddb , 0x00000005 
+ 00032217  0x00008c38 call  0x0000225a 
+ 00032218  0x00008c39 nrtn  0x00000005 
+ 00032219  0x00008c3b jam  0x00000001 , 0x00000a90 
+ 00032220  0x00008c3c branch  0x00007d8f 
+ 00032221  0x00008c42 fetch  0x00000002 , 0x00004682 
+ 00032222  0x00008c43 set1  0x00000006 
+ 00032223  0x00008c44 store  0x00000002 , 0x00004682 
+ 00032224  0x00008c45 jam  0x00000003 , 0x00004093 
+ 00032225  0x00008c46 rtn 
+ 00032226  0x00008c4b jam  0x00000000 , 0x00004680 
+ 00032227  0x00008c4c jam  0x00000000 , 0x00004093 
+ 00032228  0x00008c4d fetch  0x00000002 , 0x00004682 
+ 00032229  0x00008c4e set0  0x00000006 
+ 00032230  0x00008c4f store  0x00000002 , 0x00004682 
+ 00032231  0x00008c50 rtn 
+ 00032232  0x00008c55 jam  0x00000005 , 0x000041ce 
+ 00032233  0x00008c56 rtn 
+ 00032234  0x00008c5b jam  0x00000007 , 0x0000007c 
+ 00032235  0x00008c5c jam  0x00000013 , 0x000004ca 
+ 00032236  0x00008c5d rtn 
+ 00032237  0x00008c62 rtn 
+ 00032238  0x00008c67 rtn 
+ 00032239  0x00008c6c rtn 
+ 00032240  0x00008c71 jam  0x00000002 , 0x000004d4 
+ 00032241  0x00008c72 branch  0x00004d0a 
+ 00032242  0x00008c77 rtn 
+ 00032243  0x00008c7c rtn 
+ 00032244  0x00008c81 jam  0x00000001 , 0x0000436e 
+ 00032245  0x00008c82 jam  0x00000000 , 0x00004484 
+ 00032246  0x00008c83 fetch  0x00000002 , 0x00004682 
+ 00032247  0x00008c84 set1  0x0000000b , 0x0000003f 
+ 00032248  0x00008c85 store  0x00000002 , 0x00004682 
+ 00032249  0x00008c86 rtn 
+ 00032250  0x00008c8b fetch  0x00000002 , 0x00004682 
+ 00032251  0x00008c8c set0  0x0000000b , 0x0000003f 
+ 00032252  0x00008c8d store  0x00000002 , 0x00004682 
+ 00032253  0x00008c8e jam  0x00000000 , 0x0000436e 
+ 00032254  0x00008c8f rtn 
+ 00032255  0x00008c94 jam  0x00000001 , 0x0000436e 
+ 00032256  0x00008c95 jam  0x00000001 , 0x00004484 
+ 00032257  0x00008c96 fetch  0x00000002 , 0x00004682 
+ 00032258  0x00008c97 set1  0x0000000b , 0x0000003f 
+ 00032259  0x00008c98 store  0x00000002 , 0x00004682 
+ 00032260  0x00008c99 rtn 
+ 00032261  0x00008c9e fetch  0x00000002 , 0x00004682 
+ 00032262  0x00008c9f set0  0x0000000b , 0x0000003f 
+ 00032263  0x00008ca0 store  0x00000002 , 0x00004682 
+ 00032264  0x00008ca1 jam  0x00000000 , 0x0000436e 
+ 00032265  0x00008ca2 rtn 
+ 00032266  0x00008ca7 setarg  0x00000014 
+ 00032267  0x00008ca8 store  0x00000002 , 0x0000046d 
+ 00032268  0x00008ca9 store  0x00000002 , 0x000044ba 
+ 00032269  0x00008caa branch  0x00005c92 
+ 00032270  0x00008caf branch  0x00005abf 
+ 00032271  0x00008cb4 arg  0x00000000 , 0x00000011 
+ 00032272  0x00008cb5 branch  0x00007d19 
+ 00032273  0x00008cba arg  0x00000000 , 0x00000011 
+ 00032274  0x00008cbb branch  0x00007d14 
+ 00032275  0x00008cc0 arg  0x00000000 , 0x00000011 
+ 00032276  0x00008cc1 branch  0x00007d1e 
+ 00032277  0x00008cc6 jam  0x00000001 , 0x00004369 
+ 00032278  0x00008cc7 jam  0x0000001b , 0x000041ce 
+ 00032279  0x00008cca rtn 
+ 00032280  0x00008ccf jam  0x00000001 , 0x00004369 
+ 00032281  0x00008cd0 rtn 
+ 00032282  0x00008cd5 jam  0x00000000 , 0x00004369 
+ 00032283  0x00008cd6 jam  0x00000000 , 0x000041ce 
+ 00032284  0x00008cd7 rtn 
+ 00032285  0x00008cdc fetch  0x00000002 , 0x000041eb 
+ 00032286  0x00008cdd call  0x00007f9c 
+ 00032287  0x00008cde fetch  0x00000001 , 0x00004686 
+ 00032288  0x00008cdf beq  0x000000ff , 0x00007e23 
+ 00032289  0x00008ce0 copy  0x0000003f , 0x00000002 
+ 00032290  0x00008ce1 call  0x000067fb 
+ 00032291  0x00008ce3 call  0x00007d98 
+ 00032292  0x00008ce4 branch  0x00002b1f 
+ 00032293  0x00008ce9 branch  0x00005b02 
+ 00032294  0x00008cee jam  0x00000034 , 0x0000007c 
+ 00032295  0x00008cef set1  0x00000003 , 0x00000000 
+ 00032296  0x00008cf0 nrtn  0x00000029 
+ 00032297  0x00008cf1 jam  0x00000000 , 0x0000455b 
+ 00032298  0x00008cf2 jam  0x00000013 , 0x0000007c 
+ 00032299  0x00008cf3 fetch  0x00000001 , 0x0000016d 
+ 00032300  0x00008cf4 set0  0x00000002 , 0x0000003f 
+ 00032301  0x00008cf5 store  0x00000001 , 0x0000016d 
+ 00032302  0x00008cf6 rtn 
+ 00032303  0x00008cfb force  0x00000003 , 0x00000007 
+ 00032304  0x00008cfc branch  0x00007f07 
+ 00032305  0x00008d01 call  0x000062f8 
+ 00032306  0x00008d02 jam  0x00000041 , 0x0000007d 
+ 00032307  0x00008d03 branch  0x00005f9d 
+ 00032308  0x00008d07 fetch  0x00000001 , 0x00004682 
+ 00032309  0x00008d08 rtnbit0  0x0000000c 
+ 00032310  0x00008d09 rtnbit0  0x00000007 
+ 00032311  0x00008d0a branch  0x00007e2f 
+ 00032312  0x00008d10 fetch  0x00000002 , 0x00004218 
+ 00032313  0x00008d11 add  0x0000003f , 0x00000002 , 0x00000005 
+ 00032314  0x00008d12 setarg  0x00000000 
+ 00032315  0x00008d13 istore  0x00000003 , 0x00000005 
+ 00032316  0x00008d14 rtn 
+ 00032317  0x00008d19 call  0x00007fe9 
+ 00032318  0x00008d1a call  0x00007e69 
+ 00032319  0x00008d1b rtn  0x00000034 
+ 00032320  0x00008d1c fetch  0x00000002 , 0x00004218 
+ 00032321  0x00008d1d add  0x0000003f , 0x00000002 , 0x00000012 
+ 00032322  0x00008d1e ifetcht  0x00000001 , 0x00000012 
+ 00032323  0x00008d1f increase  0x00000001 , 0x00000002 
+ 00032324  0x00008d20 istoret  0x00000001 , 0x00000012 
+ 00032325  0x00008d22 ifetcht  0x00000001 , 0x0000003f 
+ 00032326  0x00008d23 copy  0x00000002 , 0x00000039 
+ 00032327  0x00008d24 add  0x0000003f , 0x00000004 , 0x00000012 
+ 00032328  0x00008d25 ifetch  0x00000001 , 0x00000012 
+ 00032329  0x00008d26 imul32  0x00000002 , 0x0000003f 
+ 00032330  0x00008d27 iadd  0x00000006 , 0x00000005 
+ 00032331  0x00008d28 copy  0x00000011 , 0x00000006 
+ 00032332  0x00008d2a call  0x00007f01 
+ 00032333  0x00008d2b call  0x00007e6d 
+ 00032334  0x00008d2c pincrease  0xffffffff 
+ 00032335  0x00008d2d ifetcht  0x00000001 , 0x00000012 
+ 00032336  0x00008d2e increase  0x00000001 , 0x00000002 
+ 00032337  0x00008d2f iand  0x00000002 , 0x00000002 
+ 00032338  0x00008d30 istoret  0x00000001 , 0x00000012 
+ 00032339  0x00008d31 branch  0x00007fe7 
+ 00032340  0x00008d37 call  0x00007fe9 
+ 00032341  0x00008d38 call  0x00007e65 
+ 00032342  0x00008d39 rtn  0x00000034 
+ 00032343  0x00008d3a fetch  0x00000002 , 0x00004218 
+ 00032344  0x00008d3b add  0x0000003f , 0x00000002 , 0x00000012 
+ 00032345  0x00008d3c ifetcht  0x00000001 , 0x00000012 
+ 00032346  0x00008d3d increase  0xffffffff , 0x00000002 
+ 00032347  0x00008d3e istoret  0x00000001 , 0x00000012 
+ 00032348  0x00008d3f ifetcht  0x00000001 , 0x0000003f 
+ 00032349  0x00008d40 copy  0x00000002 , 0x00000039 
+ 00032350  0x00008d41 add  0x0000003f , 0x00000003 , 0x00000012 
+ 00032351  0x00008d42 ifetch  0x00000001 , 0x00000012 
+ 00032352  0x00008d43 imul32  0x00000002 , 0x0000003f 
+ 00032353  0x00008d44 iadd  0x00000006 , 0x00000006 
+ 00032354  0x00008d45 increase  0x00000001 , 0x00000006 
+ 00032355  0x00008d46 copy  0x00000011 , 0x00000005 
+ 00032356  0x00008d47 branch  0x00007e4c 
+ 00032357  0x00008d4c fetch  0x00000002 , 0x00004218 
+ 00032358  0x00008d4d add  0x0000003f , 0x00000002 , 0x00000006 
+ 00032359  0x00008d4e ifetch  0x00000001 , 0x00000006 
+ 00032360  0x00008d4f rtn 
+ 00032361  0x00008d53 call  0x00007e6d 
+ 00032362  0x00008d54 ifetcht  0x00000001 , 0x00000006 
+ 00032363  0x00008d55 isub  0x00000002 , 0x0000003f 
+ 00032364  0x00008d56 rtn 
+ 00032365  0x00008d5a fetch  0x00000002 , 0x00004218 
+ 00032366  0x00008d5b add  0x0000003f , 0x00000001 , 0x00000006 
+ 00032367  0x00008d5c ifetch  0x00000001 , 0x00000006 
+ 00032368  0x00008d5d rtn 
+ 00032369  0x00008d66 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032370  0x00008d67 rtn  0x00000005 
+ 00032371  0x00008d69 rshift  0x0000003f , 0x0000003f 
+ 00032372  0x00008d6a loop  0x00007e73 
+ 00032373  0x00008d6b rtn 
+ 00032374  0x00008d6f force  0x00000001 , 0x0000003f 
+ 00032375  0x00008d70 sub  0x00000039 , 0x00000000 , 0x0000003e 
+ 00032376  0x00008d71 rtn  0x00000005 
+ 00032377  0x00008d73 lshift  0x0000003f , 0x0000003f 
+ 00032378  0x00008d74 loop  0x00007e79 
+ 00032379  0x00008d75 rtn 
+ 00032380  0x00008d77 deposit  0x00000005 
+ 00032381  0x00008d78 store  0x00000002 , 0x00000abb 
+ 00032382  0x00008d79 storet  0x00000008 , 0x00000aa2 
+ 00032383  0x00008d7a deposit  0x0000000b 
+ 00032384  0x00008d7b store  0x00000004 , 0x00000aaa 
+ 00032385  0x00008d7c call  0x00007e85 
+ 00032386  0x00008d7d deposit  0x00000006 
+ 00032387  0x00008d7e store  0x00000002 , 0x00000ab9 
+ 00032388  0x00008d7f rtn 
+ 00032389  0x00008d82 deposit  0x00000011 
+ 00032390  0x00008d83 store  0x00000004 , 0x00000aae 
+ 00032391  0x00008d84 deposit  0x00000012 
+ 00032392  0x00008d85 store  0x00000004 , 0x00000ab2 
+ 00032393  0x00008d86 deposit  0x00000013 
+ 00032394  0x00008d87 store  0x00000003 , 0x00000ab6 
+ 00032395  0x00008d88 rtn 
+ 00032396  0x00008d8b fetcht  0x00000008 , 0x00000aa2 
+ 00032397  0x00008d8c fetch  0x00000004 , 0x00000aaa 
+ 00032398  0x00008d8d iforce  0x0000000b 
+ 00032399  0x00008d8e call  0x00007e95 
+ 00032400  0x00008d8f fetch  0x00000002 , 0x00000abb 
+ 00032401  0x00008d90 iforce  0x00000005 
+ 00032402  0x00008d91 fetch  0x00000002 , 0x00000ab9 
+ 00032403  0x00008d92 iforce  0x00000006 
+ 00032404  0x00008d93 rtn 
+ 00032405  0x00008d96 fetch  0x00000004 , 0x00000aae 
+ 00032406  0x00008d97 iforce  0x00000011 
+ 00032407  0x00008d98 fetch  0x00000004 , 0x00000ab2 
+ 00032408  0x00008d99 iforce  0x00000012 
+ 00032409  0x00008d9a fetch  0x00000003 , 0x00000ab6 
+ 00032410  0x00008d9b iforce  0x00000013 
+ 00032411  0x00008d9c rtn 
+ 00032412  0x00008d9f fetch  0x00000002 , 0x00000abb 
+ 00032413  0x00008da0 copy  0x0000003f , 0x00000005 
+ 00032414  0x00008da1 rtn 
+ 00032415  0x00008da3 fetch  0x00000002 , 0x00000ab9 
+ 00032416  0x00008da4 copy  0x0000003f , 0x00000006 
+ 00032417  0x00008da5 rtn 
+ 00032418  0x00008da7 copy  0x00000005 , 0x0000003f 
+ 00032419  0x00008da8 store  0x00000002 , 0x00000abb 
+ 00032420  0x00008da9 rtn 
+ 00032421  0x00008dab copy  0x00000006 , 0x0000003f 
+ 00032422  0x00008dac store  0x00000002 , 0x00000ab9 
+ 00032423  0x00008dad rtn 
+ 00032424  0x00008db2 copy  0x00000005 , 0x0000003f 
+ 00032425  0x00008db3 store  0x00000002 , 0x00000a97 
+ 00032426  0x00008db4 copy  0x00000006 , 0x0000003f 
+ 00032427  0x00008db5 store  0x00000002 , 0x00000a95 
+ 00032428  0x00008db6 rtn 
+ 00032429  0x00008db8 fetch  0x00000002 , 0x00000a97 
+ 00032430  0x00008db9 copy  0x0000003f , 0x00000005 
+ 00032431  0x00008dba fetch  0x00000002 , 0x00000a95 
+ 00032432  0x00008dbb copy  0x0000003f , 0x00000006 
+ 00032433  0x00008dbc rtn 
+ 00032434  0x00008dbf call  0x00007ebd 
+ 00032435  0x00008dc1 call  0x00007ebd 
+ 00032436  0x00008dc2 branch  0x00007ebd 
+ 00032437  0x00008dc4 call  0x00007eb9 
+ 00032438  0x00008dc6 ifetch  0x00000004 , 0x00000006 
+ 00032439  0x00008dc7 istore  0x00000004 , 0x00000005 
+ 00032440  0x00008dc8 rtn 
+ 00032441  0x00008dca ifetch  0x00000008 , 0x00000006 
+ 00032442  0x00008dcb istore  0x00000008 , 0x00000005 
+ 00032443  0x00008dcc rtn 
+ 00032444  0x00008dcf call  0x00007ebf 
+ 00032445  0x00008dd1 call  0x00007eb9 
+ 00032446  0x00008dd3 call  0x00007eb9 
+ 00032447  0x00008dd5 call  0x00007eb9 
+ 00032448  0x00008dd6 branch  0x00007eb9 
+ 00032449  0x00008ddb arg  0x0000000a , 0x00000039 
+ 00032450  0x00008ddd nop  0x00002ee0 
+ 00032451  0x00008dde loop  0x00007ec2 
+ 00032452  0x00008ddf rtn 
+ 00032453  0x00008de2 force  0x00000003 , 0x00000039 
+ 00032454  0x00008de4 force  0x00000000 , 0x0000003f 
+ 00032455  0x00008de6 istore  0x00000008 , 0x00000005 
+ 00032456  0x00008de7 loop  0x00007ec7 
+ 00032457  0x00008de8 rtn 
+ 00032458  0x00008deb force  0x00000000 , 0x0000003f 
+ 00032459  0x00008dec istore  0x00000008 , 0x00000005 
+ 00032460  0x00008ded rtn 
+ 00032461  0x00008def force  0x00000000 , 0x0000003f 
+ 00032462  0x00008df0 istore  0x00000004 , 0x00000005 
+ 00032463  0x00008df1 rtn 
+ 00032464  0x00008df4 force  0x00000004 , 0x00000039 
+ 00032465  0x00008df5 branch  0x00007ec6 
+ 00032466  0x00008df7 force  0x00000008 , 0x00000039 
+ 00032467  0x00008df8 branch  0x00007ec6 
+ 00032468  0x00008dfb deposit  0x00000039 
+ 00032469  0x00008dfc rtn  0x00000034 
+ 00032470  0x00008dfd setarg  0x00000000 
+ 00032471  0x00008dff istore  0x00000001 , 0x00000005 
+ 00032472  0x00008e00 loop  0x00007ed7 
+ 00032473  0x00008e01 rtn 
+ 00032474  0x00008e05 arg  0x00000020 , 0x00000039 
+ 00032475  0x00008e06 arg  0x00000ac2 , 0x00000005 
+ 00032476  0x00008e07 branch  0x00007ed4 
+ 00032477  0x00008e0a ifetch  0x00000004 , 0x00000013 
+ 00032478  0x00008e0b ifetcht  0x00000004 , 0x00000011 
+ 00032479  0x00008e0c ixor  0x00000002 , 0x0000003f 
+ 00032480  0x00008e0d istore  0x00000004 , 0x00000005 
+ 00032481  0x00008e0e increase  0x00000004 , 0x00000011 
+ 00032482  0x00008e0f increase  0x00000004 , 0x00000013 
+ 00032483  0x00008e10 loop  0x00007edd 
+ 00032484  0x00008e11 rtn 
+ 00032485  0x00008e16 bpatchx  0x000000fb , 0x0000403f 
+ 00032486  0x00008e17 copy  0x00000039 , 0x0000003f 
+ 00032487  0x00008e18 sub  0x0000003f , 0x00000001 , 0x0000003e 
+ 00032488  0x00008e19 rtn  0x00000002 
+ 00032489  0x00008e1a iadd  0x00000011 , 0x00000012 
+ 00032490  0x00008e1b increase  0xffffffff , 0x00000012 
+ 00032491  0x00008e1c rshift  0x00000039 , 0x00000039 
+ 00032492  0x00008e1e ifetcht  0x00000001 , 0x00000011 
+ 00032493  0x00008e1f ifetch  0x00000001 , 0x00000012 
+ 00032494  0x00008e20 istore  0x00000001 , 0x00000011 
+ 00032495  0x00008e21 istoret  0x00000001 , 0x00000012 
+ 00032496  0x00008e22 increase  0xffffffff , 0x00000012 
+ 00032497  0x00008e23 increase  0x00000001 , 0x00000011 
+ 00032498  0x00008e24 loop  0x00007eec 
+ 00032499  0x00008e25 rtn 
+ 00032500  0x00008e29 deposit  0x00000039 
+ 00032501  0x00008e2a rtn  0x00000034 
+ 00032502  0x00008e2c increase  0xfffffff8 , 0x00000039 
+ 00032503  0x00008e2d call  0x00007eb9 , 0x00000002 
+ 00032504  0x00008e2e rtn  0x00000005 
+ 00032505  0x00008e2f branch  0x00007ef6 , 0x00000002 
+ 00032506  0x00008e30 increase  0x00000008 , 0x00000039 
+ 00032507  0x00008e32 increase  0xfffffffc , 0x00000039 
+ 00032508  0x00008e33 call  0x00007eb6 , 0x00000002 
+ 00032509  0x00008e34 rtn  0x00000005 
+ 00032510  0x00008e35 branch  0x00007efb , 0x00000002 
+ 00032511  0x00008e36 increase  0x00000004 , 0x00000039 
+ 00032512  0x00008e37 branch  0x00007f01 
+ 00032513  0x00008e3a deposit  0x00000039 
+ 00032514  0x00008e3b rtn  0x00000034 
+ 00032515  0x00008e3d ifetch  0x00000001 , 0x00000006 
+ 00032516  0x00008e3e istore  0x00000001 , 0x00000005 
+ 00032517  0x00008e3f loop  0x00007f03 
+ 00032518  0x00008e40 rtn 
+ 00032519  0x00008e43 setarg  0x00000000 
+ 00032520  0x00008e45 rshift  0x00000022 , 0x00000002 
+ 00032521  0x00008e46 storet  0x00000004 , 0x00004094 
+ 00032522  0x00008e47 arg  0x0000419d , 0x00000005 
+ 00032523  0x00008e48 iforce  0x00000002 
+ 00032524  0x00008e49 lshift  0x00000007 , 0x0000003f 
+ 00032525  0x00008e4a iadd  0x00000005 , 0x00000005 
+ 00032526  0x00008e4b istoret  0x00000002 , 0x00000005 
+ 00032527  0x00008e4c bpatchx  0x000000fc , 0x0000403f 
+ 00032528  0x00008e4d rtn 
+ 00032529  0x00008e50 arg  0x00000800 , 0x0000000b 
+ 00032530  0x00008e51 lshift16  0x0000000b , 0x0000000b 
+ 00032531  0x00008e52 iadd  0x0000000b , 0x0000003f 
+ 00032532  0x00008e53 rtn 
+ 00032533  0x00008e57 arg  0x00000000 , 0x00000007 
+ 00032534  0x00008e59 bpatchx  0x000000fd , 0x0000403f 
+ 00032535  0x00008e5a fetcht  0x00000004 , 0x00004094 
+ 00032536  0x00008e5b rshift  0x00000022 , 0x0000003f 
+ 00032537  0x00008e5c store  0x00000004 , 0x00004094 
+ 00032538  0x00008e5d isub  0x00000002 , 0x0000003e 
+ 00032539  0x00008e5e ncall  0x00007f11 , 0x00000002 
+ 00032540  0x00008e5f isub  0x00000002 , 0x0000000b 
+ 00032541  0x00008e60 copy  0x0000000b , 0x00000002 
+ 00032542  0x00008e61 arg  0x0000419d , 0x00000006 
+ 00032543  0x00008e62 copy  0x00000006 , 0x00000005 
+ 00032544  0x00008e63 arg  0x00000010 , 0x00000039 
+ 00032545  0x00008e65 ifetch  0x00000002 , 0x00000006 
+ 00032546  0x00008e66 isub  0x00000002 , 0x0000003f 
+ 00032547  0x00008e67 branch  0x00007f25 , 0x00000002 
+ 00032548  0x00008e68 force  0x00000000 , 0x0000003f 
+ 00032549  0x00008e6a istore  0x00000002 , 0x00000005 
+ 00032550  0x00008e6b loop  0x00007f21 
+ 00032551  0x00008e6c arg  0x0000419d , 0x00000006 
+ 00032552  0x00008e6d lshift  0x00000007 , 0x0000003f 
+ 00032553  0x00008e6e iadd  0x00000006 , 0x00000006 
+ 00032554  0x00008e6f ifetch  0x00000002 , 0x00000006 
+ 00032555  0x00008e70 rtn 
+ 00032556  0x00008e76 iadd  0x00000002 , 0x00000002 
+ 00032557  0x00008e77 copy  0x00000002 , 0x00000039 
+ 00032558  0x00008e78 setarg  0x00000ea6 
+ 00032559  0x00008e79 isub  0x00000039 , 0x0000003f 
+ 00032560  0x00008e7a rtn  0x00000002 
+ 00032561  0x00008e7b sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032562  0x00008e7c rshift16  0x00000002 , 0x00000002 
+ 00032563  0x00008e7d increase  0x00000001 , 0x00000002 
+ 00032564  0x00008e7e lshift16  0x00000002 , 0x00000002 
+ 00032565  0x00008e7f ior  0x00000002 , 0x00000002 
+ 00032566  0x00008e80 rtn 
+ 00032567  0x00008e83 call  0x00007f39 
+ 00032568  0x00008e84 branch  0x00007f43 
+ 00032569  0x00008e88 disable  0x00000028 
+ 00032570  0x00008e89 isub  0x00000002 , 0x0000003f 
+ 00032571  0x00008e8a branch  0x00007f3e , 0x00000002 
+ 00032572  0x00008e8b enable  0x00000028 
+ 00032573  0x00008e8c sub  0x0000003f , 0x00000000 , 0x0000003f 
+ 00032574  0x00008e8e rtnbit0  0x0000000f 
+ 00032575  0x00008e8f arg  0xffff0ea6 , 0x00000002 
+ 00032576  0x00008e90 iadd  0x00000002 , 0x0000003f 
+ 00032577  0x00008e91 set0  0x00000040 , 0x0000003f 
+ 00032578  0x00008e92 rtn 
+ 00032579  0x00008e95 iforce  0x00000006 
+ 00032580  0x00008e96 rshift16  0x0000003f , 0x0000003f 
+ 00032581  0x00008e97 arg  0x00000ea6 , 0x00000002 
+ 00032582  0x00008e98 imul32  0x00000002 , 0x0000003f 
+ 00032583  0x00008e99 iadd  0x00000006 , 0x0000003f 
+ 00032584  0x00008e9a rtn 
+ 00032585  0x00008e9e lshift8  0x0000003f , 0x0000003f 
+ 00032586  0x00008e9f lshift4  0x0000003f , 0x0000003f 
+ 00032587  0x00008ea0 fetcht  0x00000003 , 0x0000416f 
+ 00032588  0x00008ea1 idiv  0x00000002 
+ 00032589  0x00008ea2 call  0x00007f86 
+ 00032590  0x00008ea3 quotient  0x00000002 
+ 00032591  0x00008ea4 rtn 
+ 00032592  0x00008ea8 arg  0x00000ea6 , 0x00000002 
+ 00032593  0x00008ea9 idiv  0x00000002 
+ 00032594  0x00008eaa call  0x00007f86 
+ 00032595  0x00008eab quotient  0x0000003f 
+ 00032596  0x00008eac lshift16  0x0000003f , 0x0000003f 
+ 00032597  0x00008ead remainder  0x00000002 
+ 00032598  0x00008eae ior  0x00000002 , 0x00000002 
+ 00032599  0x00008eaf rtn 
+ 00032600  0x00008eb7 arg  0x00000000 , 0x00000002 
+ 00032601  0x00008eb9 copy  0x00000002 , 0x00000013 
+ 00032602  0x00008eba ifetch  0x00000001 , 0x00000003 
+ 00032603  0x00008ebb call  0x00007f64 
+ 00032604  0x00008ebc copy  0x00000013 , 0x00000002 
+ 00032605  0x00008ebd call  0x00007f95 
+ 00032606  0x00008ebe arg  0x0000000a , 0x00000012 
+ 00032607  0x00008ebf imul32  0x00000012 , 0x0000003f 
+ 00032608  0x00008ec0 iadd  0x00000002 , 0x0000003f 
+ 00032609  0x00008ec1 copy  0x0000003f , 0x00000002 
+ 00032610  0x00008ec2 loop  0x00007f59 
+ 00032611  0x00008ec3 rtn 
+ 00032612  0x00008ec8 arg  0x0000003a , 0x00000002 
+ 00032613  0x00008ec9 isub  0x00000002 , 0x0000003e 
+ 00032614  0x00008eca nbranch  0x00007f6d , 0x00000002 
+ 00032615  0x00008ecb arg  0x00000061 , 0x00000002 
+ 00032616  0x00008ecc isub  0x00000002 , 0x0000003e 
+ 00032617  0x00008ecd branch  0x00007f70 , 0x00000002 
+ 00032618  0x00008ece arg  0x00000037 , 0x00000002 
+ 00032619  0x00008ecf isub  0x00000002 , 0x0000003f 
+ 00032620  0x00008ed0 rtn 
+ 00032621  0x00008ed2 arg  0x00000030 , 0x00000002 
+ 00032622  0x00008ed3 isub  0x00000002 , 0x0000003f 
+ 00032623  0x00008ed4 rtn 
+ 00032624  0x00008ed6 arg  0x00000057 , 0x00000002 
+ 00032625  0x00008ed7 isub  0x00000002 , 0x0000003f 
+ 00032626  0x00008ed8 rtn 
+ 00032627  0x00008edb copy  0x00000002 , 0x00000030 
+ 00032628  0x00008edc setarg  0x000001ff 
+ 00032629  0x00008edd force  0x00000000 , 0x00000012 
+ 00032630  0x00008edf rshift3  0x0000003f , 0x00000011 
+ 00032631  0x00008ee0 rshift  0x00000011 , 0x00000011 
+ 00032632  0x00008ee1 ixor  0x00000011 , 0x00000011 
+ 00032633  0x00008ee2 isolate1  0x00000000 , 0x00000011 
+ 00032634  0x00008ee3 setflag  0x00000001 , 0x00000009 , 0x0000003f 
+ 00032635  0x00008ee4 rshift  0x00000002 , 0x00000002 
+ 00032636  0x00008ee5 isolate1  0x00000000 , 0x0000003f 
+ 00032637  0x00008ee6 setflag  0x00000001 , 0x00000007 , 0x00000002 
+ 00032638  0x00008ee7 rshift  0x0000003f , 0x0000003f 
+ 00032639  0x00008ee8 increase  0x00000001 , 0x00000012 
+ 00032640  0x00008ee9 compare  0x00000000 , 0x00000012 , 0x00000007 
+ 00032641  0x00008eea nbranch  0x00007f76 , 0x00000001 
+ 00032642  0x00008eeb istoret  0x00000001 , 0x00000005 
+ 00032643  0x00008eec loop  0x00007f76 
+ 00032644  0x00008eed copy  0x00000030 , 0x00000002 
+ 00032645  0x00008eee rtn 
+ 00032646  0x00008ef2 rtn  0x00000035 
+ 00032647  0x00008ef3 branch  0x00007f86 
+ 00032648  0x00008eff ifetch  0x00000001 , 0x00000011 
+ 00032649  0x00008f00 ifetcht  0x00000001 , 0x00000012 
+ 00032650  0x00008f01 isub  0x00000002 , 0x0000003e 
+ 00032651  0x00008f02 nrtn  0x00000005 
+ 00032652  0x00008f03 increase  0x00000001 , 0x00000011 
+ 00032653  0x00008f04 increase  0x00000001 , 0x00000012 
+ 00032654  0x00008f05 loop  0x00007f88 
+ 00032655  0x00008f06 force  0x00000000 , 0x0000003e 
+ 00032656  0x00008f07 rtn 
+ 00032657  0x00008f0b isub  0x00000002 , 0x0000003e 
+ 00032658  0x00008f0c nrtn  0x00000002 
+ 00032659  0x00008f0d deposit  0x00000002 
+ 00032660  0x00008f0e rtn 
+ 00032661  0x00008f11 iadd  0x00000002 , 0x0000003f 
+ 00032662  0x00008f12 isub  0x00000002 , 0x00000002 
+ 00032663  0x00008f13 isub  0x00000002 , 0x0000003f 
+ 00032664  0x00008f14 rtn 
+ 00032665  0x00008f17 arg  0x00000200 , 0x00000039 
+ 00032666  0x00008f18 arg  0x00004000 , 0x00000005 
+ 00032667  0x00008f19 branch  0x00007ec6 
+ 00032668  0x00008f1d rtn  0x00000034 
+ 00032669  0x00008f1e copy  0x0000003f , 0x0000003d 
+ 00032670  0x00008f22 hfetch  0x00000002 , 0x0000810e 
+ 00032671  0x00008f23 nbranch  0x00007f9e , 0x00000034 
+ 00032672  0x00008f24 rtn 
+ 00032673  0x00008f27 jam  0x00000001 , 0x00008203 
+ 00032674  0x00008f28 rtn 
+ 00032675  0x00008f2b hstore  0x00000002 , 0x00008205 
+ 00032676  0x00008f2c hfetch  0x00000001 , 0x00008203 
+ 00032677  0x00008f2d set1  0x00000004 , 0x0000003f 
+ 00032678  0x00008f2e hstore  0x00000001 , 0x00008203 
+ 00032679  0x00008f2f rtn 
+ 00032680  0x00008f31 hstore  0x00000002 , 0x00008207 
+ 00032681  0x00008f32 hfetch  0x00000001 , 0x00008203 
+ 00032682  0x00008f33 set1  0x00000006 , 0x0000003f 
+ 00032683  0x00008f34 hstore  0x00000001 , 0x00008203 
+ 00032684  0x00008f35 rtn 
+ 00032685  0x00008f38 hstore  0x00000002 , 0x00008205 
+ 00032686  0x00008f39 jam  0x00000030 , 0x00008203 
+ 00032687  0x00008f3a rtn 
+ 00032688  0x00008f3f hfetch  0x00000001 , 0x00008043 
+ 00032689  0x00008f40 set0  0x00000004 , 0x0000003f 
+ 00032690  0x00008f41 hstore  0x00000001 , 0x00008043 
+ 00032691  0x00008f42 rtn 
+ 00032692  0x00008f45 hfetch  0x00000002 , 0x0000810e 
+ 00032693  0x00008f46 arg  0x00000200 , 0x00000002 
+ 00032694  0x00008f48 isub  0x00000002 , 0x0000003e 
+ 00032695  0x00008f49 rtn 
+ 00032696  0x00008f50 bpatchx  0x000000fe , 0x0000403f 
+ 00032697  0x00008f51 ifetcht  0x00000008 , 0x00000011 
+ 00032698  0x00008f52 and  0x00000002 , 0x000000ff , 0x0000003f 
+ 00032699  0x00008f53 nbranch  0x00007fbe , 0x00000034 
+ 00032700  0x00008f54 rshift8  0x00000002 , 0x0000003f 
+ 00032701  0x00008f55 istore  0x00000008 , 0x00000011 
+ 00032702  0x00008f57 increase  0x00000007 , 0x00000011 
+ 00032703  0x00008f58 ifetch  0x00000001 , 0x00000011 
+ 00032704  0x00008f59 nbranch  0x00002a8c , 0x00000034 
+ 00032705  0x00008f5a fetch  0x00000001 , 0x00000a99 
+ 00032706  0x00008f5b istore  0x00000001 , 0x00000011 
+ 00032707  0x00008f5c rtn 
+ 00032708  0x00008f62 bpatchx  0x000000ff , 0x0000403f 
+ 00032709  0x00008f63 arg  0x00000008 , 0x00000039 
+ 00032710  0x00008f64 ifetch  0x00000008 , 0x00000011 
+ 00032711  0x00008f65 rtn  0x00000034 
+ 00032712  0x00008f67 ifetch  0x00000001 , 0x00000011 
+ 00032713  0x00008f68 nbranch  0x00007fcd , 0x00000034 
+ 00032714  0x00008f69 increase  0x00000001 , 0x00000011 
+ 00032715  0x00008f6a loop  0x00007fc8 
+ 00032716  0x00008f6b branch  0x00002a8c 
+ 00032717  0x00008f6d arg  0x00000000 , 0x00000002 
+ 00032718  0x00008f6e istoret  0x00000001 , 0x00000011 
+ 00032719  0x00008f6f rtn 
+ 00032720  0x00008f75 ifetch  0x00000008 , 0x00000011 
+ 00032721  0x00008f76 rtn 
+ 00032722  0x00008f7c ifetch  0x00000001 , 0x00000011 
+ 00032723  0x00008f7d rtn 
+ 00032724  0x00008f81 ifetch  0x00000002 , 0x00000011 
+ 00032725  0x00008f82 rtn 
+ 00032726  0x00008f87 arg  0x00000000 , 0x00000002 
+ 00032727  0x00008f89 fetch  0x00000001 , 0x00000006 
+ 00032728  0x00008f8a loop  0x00007fd7 , 0x00000034 
+ 00032729  0x00008f8b increase  0x00000001 , 0x00000002 
+ 00032730  0x00008f8c loop  0x00007fd7 
+ 00032731  0x00008f8d copy  0x00000002 , 0x0000003f 
+ 00032732  0x00008f8e rtn 
+ 00032733  0x00008f91 isub  0x00000002 , 0x0000003e 
+ 00032734  0x00008f92 nrtn  0x00000002 
+ 00032735  0x00008f93 copy  0x00000002 , 0x0000003f 
+ 00032736  0x00008f94 rtn 
+ 00032737  0x00008f98 force  0xffffffff , 0x0000003e 
+ 00032738  0x00008f99 rtn 
+ 00032739  0x00008f9c force  0x00000001 , 0x0000003e 
+ 00032740  0x00008f9d rtn 
+ 00032741  0x00008f9f force  0x00000000 , 0x0000003e 
+ 00032742  0x00008fa0 rtn 
+ 00032743  0x00008fa3 enable  0x00000028 
+ 00032744  0x00008fa4 rtn 
+ 00032745  0x00008fa7 disable  0x00000028 
+ 00032746  0x00008fa8 rtn 
+ 00032747  0x00008fab enable  0x0000002c 
+ 00032748  0x00008fac rtn 
+ 00032749  0x00008faf disable  0x0000002c 
+ 00032750  0x00008fb0 rtn 
+ 00032751  0x00008fb3 setarg  0x00000001 
+ 00032752  0x00008fb4 rtn 
+ 00032753  0x00008fb7 setarg  0x00000000 
+ 00032754  0x00008fb8 rtn 
+ 00032755  0x00008fbc copy  0x00000039 , 0x0000003f 
+ 00032756  0x00008fbd rtn  0x00000034 
+ 00032757  0x00008fbe copy  0x00000006 , 0x0000003f 
+ 00032758  0x00008fbf iadd  0x00000039 , 0x0000003f 
+ 00032759  0x00008fc0 increase  0xffffffff , 0x0000003f 
+ 00032760  0x00008fc1 copy  0x0000003f , 0x00000006 
+ 00032761  0x00008fc3 ifetch  0x00000001 , 0x00000006 
+ 00032762  0x00008fc4 increase  0xfffffffe , 0x00000006 
+ 00032763  0x00008fc5 istore  0x00000001 , 0x00000005 
+ 00032764  0x00008fc6 loop  0x00007ff9 
+ 00032765  0x00008fc7 rtn 
+ 00065537  0x00008fcd beq  0x00000000 , 0x00010003 
+ 00065538  0x00008fce rtn 
+ 00065539  0x00008fd1 fetch  0x00000001 , 0x0000000e 
+ 00065540  0x00008fd2 increase  0x00000001 , 0x0000003f 
+ 00065541  0x00008fd3 store  0x00000001 , 0x0000000e 
+ 00065542  0x00008fd4 call  0x00002435 
+ 00065543  0x00008fd6 set1  0x0000002c , 0x00000000 
+ 00065544  0x00008fd7 call  0x000022f2 
+ 00065545  0x00008fd8 branch  0x0001000e , 0x00000018 
+ 00065546  0x00008fd9 set0  0x0000002c , 0x00000000 
+ 00065547  0x00008fda call  0x00002455 
+ 00065548  0x00008fdb nbranch  0x00010007 , 0x00000034 
+ 00065549  0x00008fdc branch  0x000020fc 
+ 00065550  0x00008fde set0  0x0000002c , 0x00000000 
+ 00065551  0x00008fdf branch  0x0000215f 
+ 00131073  0x00008fe7 beq  0x00000010 , 0x00020004 
+ 00131074  0x00008fe8 beq  0x00000011 , 0x00020017 
+ 00131075  0x00008fe9 rtn 
+ 00131076  0x00008fec jam  0x00000000 , 0x00004808 
+ 00131077  0x00008fed jam  0x0000000e , 0x000041e3 
+ 00131078  0x00008fee call  0x000041e7 
+ 00131079  0x00008fef fetch  0x00000002 , 0x00004208 
+ 00131080  0x00008ff0 bbit1  0x00000007 , 0x000041f5 
+ 00131081  0x00008ff1 bbit1  0x00000000 , 0x000033a9 
+ 00131082  0x00008ff2 bbit1  0x00000001 , 0x0002000e 
+ 00131083  0x00008ff3 bbit1  0x00000002 , 0x00020011 
+ 00131084  0x00008ff4 bbit1  0x00000003 , 0x00020011 
+ 00131085  0x00008ff5 branch  0x000042b0 
+ 00131086  0x00008ff8 bbit1  0x00000005 , 0x00020011 
+ 00131087  0x00008ff9 bbit1  0x00000003 , 0x00020011 
+ 00131088  0x00008ffa branch  0x000042b0 
+ 00131089  0x00008ffc fetch  0x00000002 , 0x00004682 
+ 00131090  0x00008ffd bbit1  0x0000000c , 0x000042b0 
+ 00131091  0x00008ffe call  0x000033a9 
+ 00131092  0x00008fff call  0x000004db 
+ 00131093  0x00009000 rtn  0x00000001 
+ 00131094  0x00009001 branch  0x000033a7 
+ 00131095  0x00009005 fetch  0x00000002 , 0x00000264 
+ 00131096  0x00009006 copy  0x0000003f , 0x00000006 
+ 00131097  0x00009007 ifetch  0x00000001 , 0x00000006 
+ 00131098  0x00009008 store  0x00000001 , 0x00004b02 
+ 00131099  0x00009009 and  0x0000003f , 0x0000000f , 0x00000002 
+ 00131100  0x0000900a rshift4  0x0000003f , 0x0000003f 
+ 00131101  0x0000900b beq  0x00000007 , 0x0002001f 
+ 00131102  0x0000900c branch  0x00004d39 
+ 00131103  0x0000900e call  0x00004d53 
+ 00131104  0x0000900f jam  0x00000000 , 0x00004b03 
+ 00131105  0x00009010 fetch  0x00000001 , 0x00004b02 
+ 00131106  0x00009011 isolate1  0x00000000 , 0x0000003f 
+ 00131107  0x00009012 rtn  0x00000001 
+ 00131108  0x00009013 jam  0x00000001 , 0x00004b03 
+ 00131109  0x00009014 rtn 
+ 00196609  0x00009019 beq  0x00000020 , 0x00030003 
+ 00196610  0x0000901a rtn 
+ 00196611  0x0000901d disable  0x00000028 
+ 00196612  0x0000901e call  0x000062c1 
+ 00196613  0x00009021 fetch  0x00000001 , 0x00000048 
+ 00196614  0x00009022 rtn  0x00000034 
+ 00196615  0x00009023 bbit1  0x00000007 , 0x0003000d 
+ 00196616  0x00009024 beq  0x00000003 , 0x00030024 
+ 00196617  0x00009025 beq  0x00000031 , 0x00030019 
+ 00196618  0x00009026 beq  0x00000017 , 0x0003001b 
+ 00196619  0x00009027 beq  0x00000007 , 0x0003001d 
+ 00196620  0x00009028 branch  0x00006010 
+ 00196621  0x0000902a beq  0x00000084 , 0x00030010 
+ 00196622  0x0000902b beq  0x00000083 , 0x00030013 
+ 00196623  0x0000902c branch  0x0000603f 
+ 00196624  0x0000902e call  0x00030016 
+ 00196625  0x0000902f fetch  0x00000001 , 0x00000048 
+ 00196626  0x00009030 branch  0x00006099 
+ 00196627  0x00009032 call  0x00030016 
+ 00196628  0x00009033 fetch  0x00000001 , 0x00000048 
+ 00196629  0x00009034 branch  0x0000610d 
+ 00196630  0x00009036 fetch  0x00000001 , 0x0000465a 
+ 00196631  0x00009037 branch  0x0000612b , 0x00000034 
+ 00196632  0x00009038 branch  0x00006124 
+ 00196633  0x0000903b jam  0x00000001 , 0x00004b01 
+ 00196634  0x0000903c branch  0x000061c3 
+ 00196635  0x0000903f jam  0x00000004 , 0x00004b09 
+ 00196636  0x00009040 branch  0x000061a4 
+ 00196637  0x0000904d call  0x00006152 
+ 00196638  0x0000904e fetch  0x00000001 , 0x00004b4e 
+ 00196639  0x0000904f rtn  0x00000034 
+ 00196640  0x00009050 fetch  0x00000001 , 0x0000004b 
+ 00196641  0x00009051 set0  0x00000003 , 0x0000003f 
+ 00196642  0x00009052 store  0x00000001 , 0x0000004b 
+ 00196643  0x00009053 branch  0x0000031c 
+ 00196644  0x00009057 force  0x00000002 , 0x0000003f 
+ 00196645  0x00009058 call  0x00006298 
+ 00196646  0x00009059 fetch  0x00000001 , 0x00000049 
+ 00196647  0x0000905a istore  0x00000001 , 0x00000005 
+ 00196648  0x0000905b store  0x00000001 , 0x00004afc 
+ 00196649  0x0000905c call  0x000062a7 
+ 00196650  0x0000905d fetch  0x00000001 , 0x00004afc 
+ 00196651  0x0000905e beq  0x0000002e , 0x0003002d 
+ 00196652  0x0000905f branch  0x00006051 
+ 00196653  0x00009062 fetch  0x00000001 , 0x00004aff 
+ 00196654  0x00009063 rtn  0x00000034 
+ 00196655  0x00009064 jam  0x00000000 , 0x00004aff 
+ 00196656  0x00009065 fetch  0x00000001 , 0x00004b01 
+ 00196657  0x00009066 rtnne  0x00000002 
+ 00196658  0x00009067 jam  0x00000001 , 0x00004b00 
+ 00196659  0x00009068 copy  0x00000022 , 0x0000003f 
+ 00196660  0x00009069 store  0x00000004 , 0x000004e9 
+ 00196661  0x0000906a rtn 
+ 00262145  0x00009070 beq  0x00000030 , 0x00040003 
+ 00262146  0x00009071 rtn 
+ 00262147  0x00009074 call  0x000062bc 
+ 00262148  0x00009075 nrtn  0x00000034 
+ 00262149  0x00009077 fetch  0x00000001 , 0x00000055 
+ 00262150  0x00009078 rtn  0x00000034 
+ 00262151  0x00009079 beq  0x00000004 , 0x00040025 
+ 00262152  0x0000907a beq  0x00000010 , 0x0004000a 
+ 00262153  0x0000907b branch  0x00006320 
+ 00262154  0x0000907f fetch  0x00000001 , 0x0000455b 
+ 00262155  0x00009080 rtneq  0x00000000 
+ 00262156  0x00009081 beq  0x00000001 , 0x0004000e 
+ 00262157  0x00009082 branch  0x0000635f 
+ 00262158  0x00009084 rtn  0x00000029 
+ 00262159  0x00009087 fetch  0x00000001 , 0x0000016d 
+ 00262160  0x00009088 bbit1  0x00000000 , 0x00040012 
+ 00262161  0x00009089 branch  0x00006399 
+ 00262162  0x0000908b fetch  0x00000001 , 0x00004b01 
+ 00262163  0x0000908c beq  0x00000001 , 0x0000639d 
+ 00262164  0x0000908e fetch  0x00000001 , 0x000041bd 
+ 00262165  0x0000908f branch  0x000063a9 , 0x00000034 
+ 00262166  0x00009090 fetch  0x00000001 , 0x000004d1 
+ 00262167  0x00009091 rtnbit0  0x00000003 
+ 00262168  0x00009092 rtnbit0  0x00000002 
+ 00262169  0x00009093 fetch  0x00000001 , 0x00004b00 
+ 00262170  0x00009094 rtn  0x00000034 
+ 00262171  0x00009095 jam  0x00000000 , 0x00004b00 
+ 00262172  0x00009096 fetch  0x00000004 , 0x000004e9 
+ 00262173  0x00009097 arg  0x00000014 , 0x00000002 
+ 00262174  0x00009098 iadd  0x00000002 , 0x00000002 
+ 00262175  0x00009099 copy  0x00000022 , 0x0000003f 
+ 00262176  0x0000909a isub  0x00000002 , 0x0000003e 
+ 00262177  0x0000909b nbranch  0x00040023 , 0x00000002 
+ 00262178  0x0000909c branch  0x00006349 
+ 00262179  0x0000909f jam  0x00000001 , 0x00004b00 
+ 00262180  0x000090a0 rtn 
+ 00262181  0x000090a3 jam  0x00000014 , 0x00004809 
+ 00262182  0x000090a4 branch  0x0000636f 
+ 00327681  0x000090ad beq  0x00000040 , 0x00050004 
+ 00327682  0x000090ae beq  0x00000041 , 0x00050016 
+ 00327683  0x000090af rtn 
+ 00327684  0x000090b2 call  0x0005000c 
+ 00327685  0x000090b3 branch  0x0000557d 
+ 00327686  0x000090b5 fetch  0x00000001 , 0x000047c5 
+ 00327687  0x000090b6 store  0x00000001 , 0x00004172 
+ 00327688  0x000090b8 jam  0x00000000 , 0x000047c4 
+ 00327689  0x000090b9 rtn 
+ 00327690  0x000090bb jam  0x00000001 , 0x000047c4 
+ 00327691  0x000090bc rtn 
+ 00327692  0x000090be fetch  0x00000001 , 0x000043d6 
+ 00327693  0x000090bf sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00327694  0x000090c0 nbranch  0x0005000a , 0x00000002 
+ 00327695  0x000090c1 fetch  0x00000001 , 0x000043d8 
+ 00327696  0x000090c2 fetcht  0x00000001 , 0x000047c5 
+ 00327697  0x000090c3 isub  0x00000002 , 0x0000003e 
+ 00327698  0x000090c4 branch  0x00050006 , 0x00000002 
+ 00327699  0x000090c5 fetch  0x00000001 , 0x000043d8 
+ 00327700  0x000090c6 store  0x00000001 , 0x00004172 
+ 00327701  0x000090c7 branch  0x00050008 
+ 00327702  0x000090ca fetch  0x00000001 , 0x0000043f 
+ 00327703  0x000090cb rtnbit0  0x00000006 
+ 00327704  0x000090cc call  0x0005001b 
+ 00327705  0x000090cd nrtn  0x00000028 
+ 00327706  0x000090ce branch  0x000055a0 
+ 00327707  0x000090d0 enable  0x00000028 
+ 00327708  0x000090d1 fetch  0x00000001 , 0x0000045a 
+ 00327709  0x000090d2 rshift4  0x0000003f , 0x0000003f 
+ 00327710  0x000090d3 rtnne  0x0000000f 
+ 00327711  0x000090d4 fetch  0x00000001 , 0x00000460 
+ 00327712  0x000090d5 rshift4  0x0000003f , 0x0000003f 
+ 00327713  0x000090d6 rtnne  0x00000000 
+ 00327714  0x000090d7 branch  0x00007fe9 
+ 00393217  0x000090de beq  0x00000050 , 0x00060003 
+ 00393218  0x000090df rtn 
+ 00393219  0x000090e3 call  0x000002dc 
+ 00393220  0x000090e4 jam  0x00000000 , 0x0000479c 
+ 00393221  0x000090e5 fetch  0x00000002 , 0x00004682 
+ 00393222  0x000090e6 bbit1  0x0000000b , 0x0006000f 
+ 00393223  0x000090e9 call  0x00000378 
+ 00393224  0x000090ea fetcht  0x00000002 , 0x000047c2 
+ 00393225  0x000090eb increase  0x00000001 , 0x00000002 
+ 00393226  0x000090ec storet  0x00000002 , 0x000047c2 
+ 00393227  0x000090ed storet  0x00000002 , 0x000044a1 
+ 00393228  0x000090ee call  0x00000340 
+ 00393229  0x000090ef random  0x0000003f 
+ 00393230  0x000090f0 store  0x00000001 , 0x000044a0 
+ 00393231  0x000090f2 call  0x00003418 
+ 00393232  0x000090f3 fetch  0x00000002 , 0x00004687 
+ 00393233  0x000090f4 store  0x00000002 , 0x000046ac 
+ 00393234  0x000090f5 jam  0x00000006 , 0x0000016d 
+ 00393235  0x000090f6 setarg  0x00000000 
+ 00393236  0x000090f7 store  0x00000002 , 0x000046b0 
+ 00393237  0x000090f8 store  0x00000002 , 0x000046ae 
+ 00393238  0x000090f9 arg  0x00000007 , 0x00000007 
+ 00393239  0x000090fa call  0x000043ce 
+ 00393240  0x000090fb call  0x000043ca 
+ 00393241  0x000090fc fetch  0x00000001 , 0x00004092 
+ 00393242  0x000090fd isolate1  0x00000001 , 0x0000003f 
+ 00393243  0x000090fe call  0x00060021 , 0x00000001 
+ 00393244  0x000090ff fetch  0x00000001 , 0x00004092 
+ 00393245  0x00009100 isolate1  0x00000000 , 0x0000003f 
+ 00393246  0x00009101 call  0x00007ddd , 0x00000001 
+ 00393247  0x00009104 jam  0x00000000 , 0x00004b4e 
+ 00393248  0x00009105 branch  0x000042c4 
+ 00393249  0x00009108 jam  0x00000000 , 0x0000479f 
+ 00393250  0x00009109 call  0x000002ed 
+ 00393251  0x0000910a setarg  0x00000005 
+ 00393252  0x0000910b istore  0x00000001 , 0x00000006 
+ 00393253  0x0000910c arg  0x00004b10 , 0x00000006 
+ 00393254  0x0000910d call  0x00000508 
+ 00393255  0x0000910e branch  0x00007df4 
+ 00458753  0x00009113 beq  0x00000060 , 0x00070004 
+ 00458754  0x00009114 beq  0x00000061 , 0x0007001f 
+ 00458755  0x00009115 rtn 
+ 00458756  0x00009118 set0  0x00000026 , 0x00000000 
+ 00458757  0x00009119 call  0x000001d3 
+ 00458758  0x0000911a call  0x000001f2 
+ 00458759  0x0000911b fetch  0x00000001 , 0x00004bf0 
+ 00458760  0x0000911c rtnne  0x000000ff 
+ 00458761  0x0000911d call  0x000001b3 
+ 00458762  0x00009120 nop  0x000007d0 
+ 00458763  0x00009121 call  0x0000047b 
+ 00458764  0x00009122 branch  0x0000047d , 0x00000001 
+ 00458765  0x00009123 fetch  0x00000001 , 0x00004c0e 
+ 00458766  0x00009124 bbit1  0x00000004 , 0x000001a2 
+ 00458767  0x00009125 call  0x0000017c 
+ 00458768  0x00009126 nbranch  0x00070019 , 0x00000018 
+ 00458769  0x00009127 nbranch  0x00070019 , 0x0000002f 
+ 00458770  0x00009129 set1  0x00000026 , 0x00000000 
+ 00458771  0x0000912a setarg  0x00000000 
+ 00458772  0x0000912b store  0x00000002 , 0x00004c0d 
+ 00458773  0x0000912c jam  0x0000003c , 0x00000a99 
+ 00458774  0x0000912d call  0x00007d86 
+ 00458775  0x0000912f call  0x00000177 
+ 00458776  0x00009130 branch  0x00000390 
+ 00458777  0x00009140 call  0x00004489 
+ 00458778  0x00009141 fetch  0x00000002 , 0x00004c0d 
+ 00458779  0x00009142 increase  0x00000001 , 0x0000003f 
+ 00458780  0x00009143 store  0x00000002 , 0x00004c0d 
+ 00458781  0x00009144 call  0x000001f2 
+ 00458782  0x00009145 branch  0x0007000a 
+ 00458783  0x00009149 rtnmark1  0x00000026 
+ 00458784  0x0000914a call  0x00004482 
+ 00458785  0x0000914b arg  0x00000003 , 0x00000007 
+ 00458786  0x0000914c call  0x000043ce 
+ 00458787  0x0000914d setarg  0x00000000 
+ 00458788  0x0000914e store  0x00000002 , 0x000046ae 
+ 00458789  0x0000914f store  0x00000001 , 0x000046b4 
+ 00458790  0x00009150 store  0x00000002 , 0x00004c0d 
+ 00458791  0x00009151 call  0x000042ca 
+ 00458792  0x00009152 branch  0x00070029 
+ 00458793  0x00009155 set1  0x00000026 , 0x00000000 
+ 00458794  0x00009156 call  0x0007002d 
+ 00458795  0x00009158 jam  0x00000001 , 0x00004bf0 
+ 00458796  0x00009159 rtn 
+ 00458797  0x0000915c jam  0x00000020 , 0x000041de 
+ 00458798  0x0000915d jam  0x00000000 , 0x00004bdf 
+ 00458799  0x0000915e jam  0x0000004e , 0x00004bea 
+ 00458800  0x0000915f fetch  0x00000004 , 0x00004bec 
+ 00458801  0x00009160 branch  0x000001d2 
+ 00524289  0x00009165 beq  0x00000070 , 0x00080003 
+ 00524290  0x00009166 rtn 
+ 00524291  0x00009169 set0  0x00000026 , 0x00000000 
+ 00524292  0x0000916a call  0x00080026 
+ 00524293  0x0000916b call  0x000001b3 
+ 00524294  0x0000916e nop  0x000007d0 
+ 00524295  0x0000916f call  0x0000047b 
+ 00524296  0x00009170 branch  0x0000047d , 0x00000001 
+ 00524297  0x00009171 fetch  0x00000001 , 0x00004c0e 
+ 00524298  0x00009172 bbit1  0x00000004 , 0x000001a2 
+ 00524299  0x00009173 call  0x0000017c 
+ 00524300  0x00009174 nbranch  0x0008001b , 0x00000018 
+ 00524301  0x00009175 nbranch  0x0008001b , 0x0000002f 
+ 00524302  0x00009176 call  0x000001a4 
+ 00524303  0x00009177 call  0x000002dc 
+ 00524304  0x00009178 fetch  0x00000004 , 0x00004c08 
+ 00524305  0x00009179 fetcht  0x00000004 , 0x00004bec 
+ 00524306  0x0000917a isub  0x00000002 , 0x0000003e 
+ 00524307  0x0000917b branch  0x00080030 , 0x00000005 
+ 00524308  0x0000917c set1  0x00000026 , 0x00000000 
+ 00524309  0x0000917d setarg  0x00000000 
+ 00524310  0x0000917e store  0x00000002 , 0x00004c0d 
+ 00524311  0x0000917f jam  0x0000003c , 0x00000a99 
+ 00524312  0x00009180 call  0x00007d86 
+ 00524313  0x00009181 call  0x00000177 
+ 00524314  0x00009182 branch  0x00000390 
+ 00524315  0x00009192 call  0x00004489 
+ 00524316  0x00009193 fetch  0x00000002 , 0x00004c0d 
+ 00524317  0x00009194 increase  0x00000001 , 0x0000003f 
+ 00524318  0x00009195 store  0x00000002 , 0x00004c0d 
+ 00524319  0x00009196 fetch  0x00000001 , 0x00004d1e 
+ 00524320  0x00009197 increase  0x00000001 , 0x0000003f 
+ 00524321  0x00009198 and_into  0x00000001 , 0x0000003f 
+ 00524322  0x00009199 store  0x00000001 , 0x00004d1e 
+ 00524323  0x0000919a beq  0x00000000 , 0x0008002c 
+ 00524324  0x0000919b beq  0x00000001 , 0x0008002e 
+ 00524325  0x0000919c rtn 
+ 00524326  0x0000919f jam  0x00000020 , 0x000041de 
+ 00524327  0x000091a0 setarg  0x00000f0f 
+ 00524328  0x000091a1 store  0x00000002 , 0x00004c08 
+ 00524329  0x000091a2 istore  0x00000002 , 0x00000005 
+ 00524330  0x000091a4 call  0x000001d3 
+ 00524331  0x000091a5 branch  0x000001f2 
+ 00524332  0x000091a8 call  0x00080026 
+ 00524333  0x000091a9 branch  0x00080006 
+ 00524334  0x000091ac call  0x00080034 
+ 00524335  0x000091ad branch  0x00080006 
+ 00524336  0x000091b0 set1  0x00000026 , 0x00000000 
+ 00524337  0x000091b1 call  0x00080034 
+ 00524338  0x000091b3 jam  0x00000001 , 0x00004bf0 
+ 00524339  0x000091b4 rtn 
+ 00524340  0x000091b7 jam  0x00000020 , 0x000041de 
+ 00524341  0x000091b8 jam  0x00000000 , 0x00004bdf 
+ 00524342  0x000091b9 jam  0x0000004e , 0x00004bea 
+ 00524343  0x000091ba fetch  0x00000004 , 0x00004bec 
+ 00524344  0x000091bb branch  0x000001d2 
+ 00589825  0x000091c4 beq  0x00000080 , 0x0009000a 
+ 00589826  0x000091c5 beq  0x00000081 , 0x00090004 
+ 00589827  0x000091c7 rtn 
+ 00589828  0x000091d1 call  0x000068a2 
+ 00589829  0x000091d2 fetch  0x00000002 , 0x0000421d 
+ 00589830  0x000091d3 nbranch  0x00090008 , 0x00000034 
+ 00589831  0x000091d4 setarg  0x00001122 
+ 00589832  0x000091d6 store  0x00000002 , 0x000047c2 
+ 00589833  0x000091d7 rtn 
+ 00589834  0x000091db call  0x000000e3 
+ 00589835  0x000091e0 call  0x00003e6e 
+ 00589836  0x000091e2 fetcht  0x00000001 , 0x00004b43 
+ 00589837  0x000091e3 call  0x0000680e 
+ 00589838  0x000091e5 call  0x00003e1e 
+ 00589839  0x000091e6 call  0x0009001a 
+ 00589840  0x000091e7 setarg  0x00000000 
+ 00589841  0x000091e8 store  0x00000002 , 0x00004154 
+ 00589842  0x000091e9 call  0x000068a2 
+ 00589843  0x000091ea call  0x00003e54 
+ 00589844  0x000091eb call  0x00005810 
+ 00589845  0x000091ec call  0x00005839 
+ 00589846  0x000091ed call  0x0000582c 
+ 00589847  0x000091ee call  0x00005818 
+ 00589848  0x000091ef call  0x00000504 
+ 00589849  0x000091f0 branch  0x0000032e 
+ 00589850  0x000091f4 call  0x000074b9 
+ 00589851  0x000091f5 arg  0x00008c00 , 0x00000006 
+ 00589852  0x000091f6 arg  0x00004876 , 0x00000005 
+ 00589853  0x000091f7 arg  0x00000171 , 0x00000039 
+ 00589854  0x000091f8 call  0x00007f01 
+ 00589855  0x000091fa setarg  0x000f0209 
+ 00589856  0x000091fb istore  0x00000003 , 0x00000005 
+ 00589857  0x000091fc setarg  0x00120009 
+ 00589858  0x000091fd istore  0x00000003 , 0x00000005 
+ 00589859  0x000091ff setarg  0x00100209 
+ 00589860  0x00009200 istore  0x00000003 , 0x00000005 
+ 00589861  0x00009201 setarg  0x00000009 
+ 00589862  0x00009202 istore  0x00000003 , 0x00000005 
+ 00589863  0x00009203 arg  0x00008d71 , 0x00000006 
+ 00589864  0x00009204 arg  0x00000109 , 0x00000039 
+ 00589865  0x00009205 call  0x00007f01 
+ 00589866  0x00009207 jam  0x00000000 , 0x0000488d 
+ 00589867  0x00009208 jam  0x0000006d , 0x00004885 
+ 00589868  0x00009209 setarg  0x0000401f 
+ 00589869  0x0000920a store  0x00000002 , 0x000049db 
+ 00589870  0x0000920b setarg  0x00006d04 
+ 00589871  0x0000920c store  0x00000002 , 0x00004a44 
+ 00589872  0x0000920d setarg  0x000016b0 
+ 00589873  0x0000920e store  0x00000002 , 0x00004a4a 
+ 00589874  0x00009210 setarg  0x00004876 
+ 00589875  0x00009211 store  0x00000002 , 0x00004575 
+ 00589876  0x00009212 rtn 
+ 00655361  0x00009219 beq  0x00000090 , 0x000a0005 
+ 00655362  0x0000921a beq  0x00000091 , 0x000a001f 
+ 00655363  0x0000921b beq  0x00000092 , 0x000a002f 
+ 00655364  0x0000921c rtn 
+ 00655365  0x0000921f fetch  0x00000001 , 0x00004be5 
+ 00655366  0x00009220 beq  0x00000001 , 0x00007fe7 
+ 00655367  0x00009221 fetch  0x00000001 , 0x00004bf0 
+ 00655368  0x00009222 beq  0x00000001 , 0x000a000c 
+ 00655369  0x00009223 beq  0x00000002 , 0x000a000f 
+ 00655370  0x00009224 beq  0x00000003 , 0x000a0012 
+ 00655371  0x00009225 branch  0x00002a8c 
+ 00655372  0x00009228 jam  0x00000011 , 0x00004bf0 
+ 00655373  0x00009229 jam  0x000000aa , 0x0000119e 
+ 00655374  0x0000922a branch  0x000a0014 
+ 00655375  0x0000922c jam  0x00000012 , 0x00004bf0 
+ 00655376  0x0000922d jam  0x00000055 , 0x0000119e 
+ 00655377  0x0000922e branch  0x000a0014 
+ 00655378  0x00009230 jam  0x00000013 , 0x00004bf0 
+ 00655379  0x00009231 jam  0x00000022 , 0x0000119e 
+ 00655380  0x00009233 fetch  0x00000001 , 0x00004be1 
+ 00655381  0x00009234 and_into  0x00000007 , 0x0000003f 
+ 00655382  0x00009235 store  0x00000001 , 0x0000119f 
+ 00655383  0x00009236 fetch  0x00000004 , 0x00004c17 
+ 00655384  0x00009237 store  0x00000004 , 0x000011a0 
+ 00655385  0x00009239 jam  0x00000000 , 0x000011a4 
+ 00655386  0x0000923a arg  0x0000119e , 0x00000011 
+ 00655387  0x0000923b arg  0x00000007 , 0x00000002 
+ 00655388  0x0000923c call  0x000001c0 
+ 00655389  0x0000923d call  0x0000013c 
+ 00655390  0x0000923e branch  0x00007fe7 
+ 00655391  0x00009241 fetch  0x00000001 , 0x00004bf0 
+ 00655392  0x00009242 rtneq  0x000000ff 
+ 00655393  0x00009243 beq  0x00000011 , 0x000a0025 
+ 00655394  0x00009244 beq  0x00000012 , 0x000a0027 
+ 00655395  0x00009245 beq  0x00000013 , 0x000a0029 
+ 00655396  0x00009246 rtn 
+ 00655397  0x00009249 jam  0x00000002 , 0x00004bf0 
+ 00655398  0x0000924a branch  0x00000171 
+ 00655399  0x0000924c jam  0x00000003 , 0x00004bf0 
+ 00655400  0x0000924d branch  0x00000171 
+ 00655401  0x0000924f jam  0x000000ff , 0x00004bf0 
+ 00655402  0x00009250 jam  0x00000039 , 0x00000a99 
+ 00655403  0x00009251 call  0x00007d86 
+ 00655404  0x00009252 fetch  0x00000004 , 0x00004bc0 
+ 00655405  0x00009253 call  0x000001d2 
+ 00655406  0x00009254 branch  0x00000171 
+ 00655407  0x00009258 call  0x00000442 
+ 00655408  0x00009259 jam  0x00000001 , 0x0000478b 
+ 00655409  0x0000925a arg  0x00000003 , 0x00000007 
+ 00655410  0x0000925b call  0x000043d2 
+ 00655411  0x0000925c setarg  0x00000000 
+ 00655412  0x0000925d store  0x00000002 , 0x00004707 
+ 00655413  0x0000925e jam  0x00000000 , 0x000046a7 
+ 00655414  0x00009260 call  0x0000405d 
+ 00655415  0x00009262 call  0x000002dc 
+ 00655416  0x00009264 fetch  0x00000004 , 0x00004c08 
+ 00655417  0x00009265 store  0x00000004 , 0x0000477b 
+ 00655418  0x00009267 branch  0x0000033b 
+ 00720897  0x0000926d beq  0x000000a0 , 0x000b0007 
+ 00720898  0x0000926e beq  0x000000a1 , 0x000b000d 
+ 00720899  0x0000926f beq  0x000000a2 , 0x000b0020 
+ 00720900  0x00009270 beq  0x000000a3 , 0x000b0019 
+ 00720901  0x00009271 beq  0x000000a4 , 0x000b0028 
+ 00720902  0x00009272 rtn 
+ 00720903  0x00009275 jam  0x00000000 , 0x00004d20 
+ 00720904  0x00009276 call  0x000002dc 
+ 00720905  0x00009277 call  0x000001bc 
+ 00720906  0x00009278 jam  0x00000000 , 0x000041bd 
+ 00720907  0x00009279 call  0x000002b4 
+ 00720908  0x0000927a branch  0x0000340a 
+ 00720909  0x0000927d fetch  0x00000002 , 0x00004509 
+ 00720910  0x0000927e rtneq  0x00000000 
+ 00720911  0x0000927f fetch  0x00000001 , 0x00000441 
+ 00720912  0x00009280 rshift2  0x0000003f , 0x0000003f 
+ 00720913  0x00009281 sub  0x0000003f , 0x0000000c , 0x0000003e 
+ 00720914  0x00009282 rtn  0x00000002 
+ 00720915  0x00009283 setarg  0x00000009 
+ 00720916  0x00009284 store  0x00000002 , 0x00004496 
+ 00720917  0x00009285 store  0x00000002 , 0x00004498 
+ 00720918  0x00009286 call  0x00000426 
+ 00720919  0x00009287 jam  0x00000001 , 0x000047c4 
+ 00720920  0x00009288 rtn 
+ 00720921  0x0000928d fetch  0x00000002 , 0x00004682 
+ 00720922  0x0000928e rtnbit1  0x0000000c 
+ 00720923  0x0000928f rtnbit1  0x00000006 
+ 00720924  0x00009290 rtnbit1  0x0000000b 
+ 00720925  0x00009291 fetch  0x00000004 , 0x000046d3 
+ 00720926  0x00009292 rtnbit1  0x00000005 
+ 00720927  0x00009293 branch  0x000033a7 
+ 00720928  0x00009296 setarg  0x00000007 
+ 00720929  0x00009297 store  0x00000002 , 0x00004496 
+ 00720930  0x00009298 store  0x00000002 , 0x00004498 
+ 00720931  0x00009299 jam  0x00000000 , 0x000047c4 
+ 00720932  0x0000929a jam  0x00000000 , 0x0000479c 
+ 00720933  0x0000929b call  0x000003b7 
+ 00720934  0x0000929c call  0x00005816 
+ 00720935  0x0000929d branch  0x000041d9 
+ 00720936  0x000092a1 enable  0x00000028 
+ 00720937  0x000092a2 hfetch  0x00000004 , 0x00008138 
+ 00720938  0x000092a3 setflag  0x00000028 , 0x0000001a , 0x0000003f 
+ 00720939  0x000092a4 hstore  0x00000004 , 0x0000804c 
+ 00720940  0x000092a5 call  0x00002c21 
+ 00720941  0x000092a6 call  0x000074bd 
+ 00720942  0x000092a7 call  0x00004482 
+ 00720943  0x000092a8 call  0x00003e9f 
+ 00720944  0x000092a9 call  0x000002b4 
+ 00720945  0x000092ab call  0x00000370 
+ 00720946  0x000092ac hfetch  0x00000001 , 0x00008081 
+ 00720947  0x000092ad and  0x0000003f , 0x000000f7 , 0x0000003f 
+ 00720948  0x000092ae hstore  0x00000001 , 0x00008081 
+ 00720949  0x000092af hfetch  0x00000001 , 0x0000807e 
+ 00720950  0x000092b0 set1  0x00000006 , 0x0000003f 
+ 00720951  0x000092b1 hstore  0x00000001 , 0x0000807e 
+ 00720952  0x000092b3 fetcht  0x00000001 , 0x000046f3 
+ 00720953  0x000092b4 branch  0x000067ed 
+ 00786433  0x000092ba beq  0x000000b0 , 0x000c0007 
+ 00786434  0x000092bb beq  0x000000b1 , 0x000c0009 
+ 00786435  0x000092bc beq  0x000000b2 , 0x000c000f 
+ 00786436  0x000092bd beq  0x000000b3 , 0x000c0014 
+ 00786437  0x000092be beq  0x000000b4 , 0x000c001b 
+ 00786438  0x000092bf rtn 
+ 00786439  0x000092c2 call  0x000003b7 
+ 00786440  0x000092c3 branch  0x000041c3 
+ 00786441  0x000092c6 fetch  0x00000001 , 0x00004808 
+ 00786442  0x000092c7 rtneq  0x00000002 
+ 00786443  0x000092c8 increase  0x00000001 , 0x0000003f 
+ 00786444  0x000092c9 store  0x00000001 , 0x00004808 
+ 00786445  0x000092ca jam  0x00000012 , 0x000041e3 
+ 00786446  0x000092cb branch  0x0000340e 
+ 00786447  0x000092ce fetch  0x00000001 , 0x00004808 
+ 00786448  0x000092cf rtnne  0x00000002 
+ 00786449  0x000092d0 jam  0x00000000 , 0x00004808 
+ 00786450  0x000092d1 jam  0x0000000e , 0x000041e3 
+ 00786451  0x000092d2 branch  0x0000340e 
+ 00786452  0x000092d5 fetch  0x00000001 , 0x0000479f 
+ 00786453  0x000092d6 beq  0x00000001 , 0x000c0017 
+ 00786454  0x000092d7 branch  0x000c0019 
+ 00786455  0x000092d9 call  0x00000426 
+ 00786456  0x000092da jam  0x00000005 , 0x000046c6 
+ 00786457  0x000092dc arg  0x00000001 , 0x00000007 
+ 00786458  0x000092dd branch  0x000041b9 
+ 00786459  0x000092e0 jam  0x00000000 , 0x00004aff 
+ 00786460  0x000092e1 jam  0x00000000 , 0x00004b01 
+ 00786461  0x000092e2 jam  0x00000000 , 0x00004b0a 
+ 00786462  0x000092e3 branch  0x000041d9 
Index: YFK_1066/PB_3mode_3ch/output/bt_program23.list
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/bt_program23.list	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/bt_program23.list	(working copy)
@@ -1,30974 +1,31463 @@
               include "bt_format "
               org 0x0000
-0x0000 000064 bbit1 8 ,pf_patch_ext 
-0x0001 000065 beq patch10_5 ,p_shutdown_radio 
-0x0002 000066 beq patch11_1 ,p_set_freq_tx 
-0x0003 000067 beq patch00_1 ,p_soft_reset_1 
-0x0004 000068 beq patch03_3 ,p_page_wait_fhs_reply_ok 
-0x0005 000069 beq patch04_6 ,p_role_switch_master 
-0x0006 000070 beq patch09_2 ,p_prepare_tx 
-0x0007 000071 beq patch0b_1 ,p_process_dmh 
-0x0008 000072 beq patch0a_1 ,p_slave_conn_recv_packet 
-0x0009 000073 beq patch14_7 ,p_lpm_dispatch 
-0x000a 000074 beq patch15_5 ,p_lpm_set_mult 
-0x000b 000075 beq patch19_3 ,app_bt_start_reconnect + 3 
-0x000c 000076 beq patch1d_1 ,p_mouse_bb_disconnected 
-0x000d 000077 beq patch14_1 ,p_init_param 
-0x000e 000078 beq patch16_1 ,p_lpm_check_wake_lock 
-0x000f 000079 beq patch16_2 ,p_g24_dispatch 
-0x0010 000080 beq patch18_4 ,p_device_init 
-0x0011 000083 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
-0x0012 000084 beq patch1d_3 ,p_mouse_start_discovery 
-0x0013 000085 beq patch1d_4 ,p_mouse_stop_discovery 
-0x0014 000086 branch loop 
-:      000087 pf_patch_ext:
-0x0015 000088 beq patch27_1 ,p_le_slave_match 
-0x0016 000089 beq patch28_3 ,p_le_next_adv_channel 
-0x0017 000090 beq patch29_2 ,p_le_receive_skip 
-0x0018 000091 beq patch2a_7 ,p_le_update_param 
-0x0019 000092 beq patch2b_1 ,p_le_update_channel_map 
-0x001a 000093 beq patch2c_3 ,p_le_prepare_tx 
-0x001b 000094 beq patch2c_6 ,p_le_parse 
-0x001c 000095 beq patch2c_7 ,p_le_parse_l2cap 
-0x001d 000096 beq patch2d_2 ,p_le_adv_not_match 
-0x001e 000097 beq patch2e_7 ,p_le_lpm_setmult 
-0x001f 000098 beq patch20_5 ,p_hid_rx_process 
-0x0020 000099 beq patch30_0 ,p_parse_lmp_accepted 
-0x0021 000100 beq patch30_2 ,p_send_lmp 
-0x0022 000101 beq patch31_0 ,p_process_conn_sm 
-0x0023 000103 beq patch31_4 ,p_twspi_reset 
-0x0024 000104 beq patch31_5 ,p_spid_init 
-0x0025 000105 beq patch3f_2 ,p_check_51cmd_once_continue 
-0x0026 000106 branch loop 
-:      000109 p_rssi_signal:
-0x0027 000110 copy pdata ,rega 
-0x0028 000111 fetcht 1 ,mem_rssi_signal_index 
-0x0029 000112 setarg mem_rssi_signal_buf 
-0x002a 000113 iadd temp ,contw 
-0x002b 000114 copy rega ,pdata 
-0x002c 000115 istore 1 ,contw 
-0x002d 000116 increase 1 ,temp 
-0x002e 000117 and_into rssi_buf_len_signal ,temp 
-0x002f 000118 storet 1 ,mem_rssi_signal_index 
-0x0030 000119 rtn 
-:      000121 p_soft_reset_1:
-0x0031 000122 arg mem_sp_state ,contw 
-0x0032 000123 arg 12 ,loopcnt 
-0x0033 000124 call clear_mem 
-0x0034 000125 call p_mouse_le_txbuff_load 
-0x0035 000126 call rfcomm_init 
-0x0036 000127 call init_lmp 
-0x0037 000128 ncall lpm_disable_exen_output ,wake 
-0x0038 000129 call ui_init + 1 
-0x0039 000130 branch soft_reset + 11 
-:      000132 p_init_param:
-0x003a 000133 setarg param_le_version 
-0x003b 000134 store 3 ,mem_lmp_version 
-0x003c 000135 setarg param_le_subversion 
-0x003d 000136 store 2 ,mem_lmp_version + 3 
-0x003e 000137 branch init_param + 12 
-:      000139 p_lpm_check_wake_lock:
-0x003f 000140 rtnmark1 mark_24g 
-0x0040 000141 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x0041 000142 beq 0 ,disable_blank 
-0x0042 000143 fetch 1 ,mem_mouse_le_conn_param_reject 
-0x0043 000144 beq le_lpm_disable ,disable_blank 
-0x0044 000145 fetch 2 ,mem_sdp_remote_cid 
-0x0045 000146 nbranch disable_blank ,blank 
-0x0046 000147 fetch 1 ,mem_mouse_wheel_trigger 
-0x0047 000148 nbranch disable_blank ,blank 
-0x0048 000149 branch enable_blank 
-:      000152 p_g24_dispatch:
-0x0049 000153 rtnmark0 mark_24g 
-0x004a 000154 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x004b 000155 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
-:      000156 p_g24_transmit_process:
-0x004c 000157 call p_g24_txdata_prep 
-0x004d 000158 nbranch p_g24_nodata_transmit ,user 
-0x004e 000159 call p_g24_rf_sta_check 
-:      000160 p_g24_transmit_start:
-0x004f 000161 call p_g24_transmit_packet 
-0x0050 000162 fetch 1 ,mem_24g_pairing_sm 
-0x0051 000163 rtnne state_24g_pairing_success 
-0x0052 000164 call power_ctrl_start 
-0x0053 000165 fetch 1 ,mem_24g_transmit_by_interrupt 
-0x0054 000166 rtneq g24_tx_timer_int_enable 
-:      000167 p_g24_short_sleep:
-0x0055 000168 call p_g24_lpm_wait 
-0x0056 000169 nrtn user 
-0x0057 000170 call p_clear_wake 
-0x0058 000171 setarg 60500 
-0x0059 000172 branch lpm_dispatch_sleep 
-:      000174 p_g24_transmit_by_interrupt:
-0x005a 000175 call p_g24_timer_check 
-0x005b 000176 nrtn user 
-0x005c 000177 call p_g24_interval_calibrate 
-0x005d 000178 fetch 1 ,mem_24g_transmit_by_interrupt_exit_count 
-0x005e 000179 increase 1 ,pdata 
-0x005f 000180 store 1 ,mem_24g_transmit_by_interrupt_exit_count 
-0x0060 000181 sub pdata ,25 ,null 
-0x0061 000182 call p_g24_transmit_by_interrupt_exit ,zero 
-0x0062 000183 branch p_g24_transmit_process 
-:      000184 p_g24_transmit_by_interrupt_exit:
-0x0063 000185 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0x0064 000186 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
-:      000187 p_g24_interval_min:
-0x0065 000188 jam 0 ,mem_24g_pac_index 
-0x0066 000189 fetch 1 ,mem_24g_interval_min 
-:      000190 p_g24_current_interval_store:
-0x0067 000191 store 1 ,mem_24g_interval 
-0x0068 000192 rtn 
-:      000193 p_g24_interval_max:
-0x0069 000194 fetch 1 ,mem_24g_interval_max 
-0x006a 000195 branch p_g24_current_interval_store 
-:      000196 p_g24_interval_calibrate:
-0x006b 000197 fetch 1 ,mem_24g_pac_index 
-0x006c 000198 increase 1 ,pdata 
-0x006d 000199 store 1 ,mem_24g_pac_index 
-0x006e 000200 beq 4 ,p_g24_interval_max 
-0x006f 000201 beq 5 ,p_g24_interval_min 
-0x0070 000202 rtn 
-:      000203 p_g24_transmit_by_interrupt_enable:
-0x0071 000204 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
-0x0072 000205 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
-0x0073 000206 rtn 
-:      000208 p_g24_nodata_transmit:
-0x0074 000209 fetch 1 ,mem_24g_abort_pac 
-0x0075 000210 call p_g24_send_abort_packet ,blank 
-:      000211 p_g24_long_sleep:
-0x0076 000212 fetch 1 ,mem_adc_low_volatage_led_timer_count 
-0x0077 000213 sub pdata ,8 ,null 
-0x0078 000214 rtn positive 
-0x0079 000215 call p_g24_lpm_wait 
-0x007a 000216 nrtn user 
-0x007b 000217 fetch 3 ,mem_24g_enter_hibernate 
-0x007c 000218 call clk2lpo 
-0x007d 000219 fetch 1 ,mem_sp_local_key_invalid 
-0x007e 000220 rtn blank 
-0x007f 000221 storet 4 ,mem_sleep_counter 
-0x0080 000222 branch lpm_sleep 
-:      000224 p_g24_lpm_wait:
-0x0081 000225 enable user 
-0x0082 000226 call lpo_calibration 
-0x0083 000227 fetch 3 ,mem_clks_per_lpo 
-0x0084 000228 branch disable_user ,blank 
-0x0085 000229 fetch 1 ,mem_lpm_mode 
-0x0086 000230 branch disable_user ,blank 
-0x0087 000231 branch p_mouse_setgpio_lpm 
-:      000233 p_g24_send_abort_packet:
-0x0088 000234 jam 1 ,mem_24g_abort_pac 
-0x0089 000235 jam 0 ,mem_24g_rf_hop_ch 
-0x008a 000236 call p_g24_transmit_rf_ctrl_clear 
-0x008b 000237 store 1 ,mem_24g_txbuf 
-0x008c 000238 setarg 0 
-0x008d 000239 store 7 ,mem_24g_txbuf + 1 
-0x008e 000240 fetch 4 ,mem_24g_device_addr 
-0x008f 000241 store 4 ,mem_24g_txbuf + 8 
-0x0090 000242 jam 12 ,mem_24g_datalen 
-0x0091 000243 fetch 1 ,mem_24g_data_type 
-0x0092 000244 set1 bit_abort ,pdata 
-0x0093 000245 store 1 ,mem_24g_data_type 
-0x0094 000246 call p_g24_txdata_enable_tx 
-0x0095 000247 branch p_g24_transmit_start 
-:      000250 p_g24_set_device_addr:
-0x0096 000251 call adc_init_data 
-0x0097 000255 fetch 4 ,mem_lap 
-0x0098 000256 store 4 ,mem_24g_device_addr 
-0x0099 000257 rtn 
-:      000260 p_g24_transmit_rf_sta_init:
-0x009a 000261 jam 1 ,mem_24g_rf_last_sta 
-0x009b 000262 jam 0 ,mem_24g_sync_cnt 
-:      000263 p_g24_transmit_rf_ctrl_clear:
-0x009c 000264 fetch 1 ,mem_24g_data_type 
-0x009d 000265 and_into bits_data ,pdata 
-0x009e 000266 store 1 ,mem_24g_data_type 
-0x009f 000267 rtn 
-:      000269 p_g24_hop_ch_enable:
-0x00a0 000270 fetch 1 ,mem_24g_data_type 
-0x00a1 000271 set1 bit_hop ,pdata 
-0x00a2 000272 store 1 ,mem_24g_data_type 
-0x00a3 000274 store 1 ,mem_24g_txpayload 
-0x00a4 000275 rtn 
-:      000276 p_g24_hop_ch_disable:
-0x00a5 000277 fetch 1 ,mem_24g_data_type 
-0x00a6 000278 set0 bit_hop ,pdata 
-0x00a7 000279 store 1 ,mem_24g_data_type 
-0x00a8 000280 rtn 
-:      000282 p_g24_transmit_hop_pac_fail:
-0x00a9 000283 call power_ctrl_pac_succ_decrs 
-0x00aa 000284 fetch 1 ,mem_24g_rf_work_stage 
-0x00ab 000285 beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
-0x00ac 000286 beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
-0x00ad 000287 rtn 
-:      000288 p_g24_transmit_hop_pac_fail_wo_hop:
-0x00ae 000289 jam 2 ,mem_24g_sync_cnt 
-:      000290 p_g24_transmit_hop_pac_fail_stage1:
-0x00af 000291 jam 0 ,mem_24g_hop_pac_retry 
-0x00b0 000292 jam 0 ,mem_24g_rf_last_sta 
-0x00b1 000293 branch p_g24_transmit_rf_ctrl_clear 
-:      000295 p_g24_transmit_hop_pac_fail_hop_stage2:
-0x00b2 000296 jam 0 ,mem_24g_rf_hop_ch 
-0x00b3 000297 branch p_g24_transmit_hop_pac_fail_stage1 
-:      000300 p_g24_transmit_pac_fail_hop_stage3:
-0x00b4 000301 fetch 2 ,mem_24g_txfail_cnt 
-0x00b5 000302 increase 1 ,pdata 
-0x00b6 000303 store 2 ,mem_24g_txfail_cnt 
-0x00b7 000304 bbit1 10 ,p_g24_tx_attempt_fail 
-0x00b8 000305 fetch 1 ,mem_24g_rf_hop_ch 
-0x00b9 000306 beq 1 ,p_g24_rf_hop_fastly 
-0x00ba 000307 jam 1 ,mem_24g_rf_hop_ch 
-:      000308 p_g24_rf_hop_attemp_again:
-0x00bb 000309 fetch 1 ,mem_24g_rf_hop_ch 
-0x00bc 000310 bne 1 ,p_g24_transmit_rf_ctrl_clear 
-:      000311 p_g24_rf_hop_fastly:
-0x00bd 000312 fetch 1 ,mem_24g_hop_fastly_cnt 
-0x00be 000313 increase 1 ,pdata 
-0x00bf 000314 store 1 ,mem_24g_hop_fastly_cnt 
-0x00c0 000315 beq 4 ,p_g24_rf_hop_fastly_exit 
-0x00c1 000316 call p_g24_ch 
-0x00c2 000317 jam 2 ,mem_24g_max_retry 
-0x00c3 000318 branch p_g24_transmit_packet 
-:      000320 p_g24_rf_hop_fastly_exit:
-0x00c4 000321 call power_ctrl_pac_succ_decrs 
-0x00c5 000322 jam 0 ,mem_24g_hop_fastly_cnt 
-0x00c6 000323 branch p_g24_transmit_rf_ctrl_clear 
-:      000325 p_g24_transmit_hop_pac_succ_wo_hop:
-0x00c7 000326 jam 2 ,mem_24g_sync_cnt 
-:      000327 p_g24_transmit_hop_pac_succ:
-0x00c8 000328 jam 1 ,mem_24g_rf_last_sta 
-0x00c9 000329 jam 0 ,mem_24g_rf_hop_ch 
-0x00ca 000330 branch p_g24_transmit_rf_ctrl_clear 
-:      000332 p_g24_transmit_succ_rf_config:
-0x00cb 000333 fetch 1 ,mem_24g_rf_work_stage 
-0x00cc 000334 beq 3 ,p_g24_transmit_hop_pac_succ 
-0x00cd 000335 fetch 1 ,mem_24g_data_type 
-0x00ce 000336 isolate0 bit_hop ,pdata 
-0x00cf 000337 branch p_g24_transmit_rf_sta_init ,true 
-0x00d0 000338 fetch 1 ,mem_24g_rf_work_stage 
-0x00d1 000339 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
-0x00d2 000340 beq 2 ,p_g24_transmit_hop_pac_succ 
-0x00d3 000341 rtn 
-:      000343 p_g24_rf_sta_check:
-0x00d4 000344 fetch 1 ,mem_24g_pairing_sm 
-0x00d5 000345 rtnne state_24g_pairing_success 
-0x00d6 000346 call p_g24_rf_laststa_synccnt_check 
-0x00d7 000347 ncall p_g24_rf_sync_cnt_check ,user2 
-0x00d8 000348 rtn 
-:      000350 p_g24_rf_laststa_synccnt_check:
-0x00d9 000351 disable user2 
-0x00da 000352 fetch 1 ,mem_24g_rf_last_sta 
-0x00db 000353 rtnne 1 
-0x00dc 000354 fetch 1 ,mem_24g_sync_cnt 
-0x00dd 000355 rtnne 0 
-0x00de 000356 jam 1 ,mem_24g_rf_work_stage 
-0x00df 000357 jam 4 ,mem_24g_max_retry 
-0x00e0 000358 branch enable_user2 
-:      000360 p_g24_rf_sync_cnt_check:
-0x00e1 000361 fetch 1 ,mem_24g_sync_cnt 
-0x00e2 000362 branch p_g24_rf_hop_attemp ,blank 
-0x00e3 000363 increase -1 ,pdata 
-0x00e4 000364 store 1 ,mem_24g_sync_cnt 
-0x00e5 000365 jam 2 ,mem_24g_rf_work_stage 
-0x00e6 000366 jam 4 ,mem_24g_max_retry 
-0x00e7 000367 branch p_g24_ch 
-:      000369 p_g24_rf_hop_attemp:
-0x00e8 000370 jam 3 ,mem_24g_rf_work_stage 
-0x00e9 000371 fetch 1 ,mem_24g_rf_hop_ch 
-0x00ea 000372 nbranch p_g24_rf_hop_attemp_again ,blank 
-0x00eb 000373 jam 2 ,mem_24g_max_retry 
-0x00ec 000374 branch p_g24_ch 
-:      000376 p_g24_txdata_prep:
-0x00ed 000377 fetch 1 ,mem_24g_pairing_sm 
-0x00ee 000378 bne state_24g_pairing_success ,p_g24_pairing_sm 
-:      000379 p_g24_txdata_prep_packeage_data:
-0x00ef 000380 call p_g24_package_data 
-:      000381 p_g24_txdata_enable_tx:
-0x00f0 000382 call p_g24_transmit_prep 
-0x00f1 000383 jam ensure_on_24g ,mem_24g_ensure 
-0x00f2 000384 rtn 
-:      000386 p_g24_package_data:
-0x00f3 000387 fetch 2 ,mem_cb_24g_data 
-0x00f4 000388 call callback_func 
-0x00f5 000389 branch p_g24_accumulate_mouse_data ,user 
-0x00f6 000390 fetch 7 ,mem_24g_txbuf + 1 
-0x00f7 000391 rtn blank 
-0x00f8 000392 branch enable_user 
-:      000393 p_g24_accumulate_mouse_data:
-0x00f9 000394 jam 0 ,mem_24g_abort_pac 
-0x00fa 000395 add rega ,1 ,pdata 
-0x00fb 000396 store 1 ,mem_24g_datalen 
-0x00fc 000397 call p_g24_transmit_rf_ctrl_clear 
-0x00fd 000398 store 1 ,mem_24g_txbuf 
-0x00fe 000399 ifetcht 1 ,contw 
-0x00ff 000400 ifetch 1 ,regb 
-0x0100 000401 ior temp ,pdata 
-0x0101 000402 istore 1 ,contw 
-0x0102 000403 increase 1 ,regb 
-0x0103 000404 ifetch 4 ,regb 
-0x0104 000405 istore 4 ,contw 
-0x0105 000406 increase 4 ,regb 
-0x0106 000407 arg mem_24g_txbuf + 6 ,contw 
-0x0107 000408 arg 2 ,loopcnt 
-:      000409 p_g24_accumulation_loop:
-0x0108 000410 ifetch 1 ,regb 
-0x0109 000411 ifetcht 1 ,contw 
-0x010a 000412 iadd temp ,pdata 
-0x010b 000413 istore 1 ,contw 
-0x010c 000414 increase 1 ,regb 
-0x010d 000415 loop p_g24_accumulation_loop 
-0x010e 000416 rtn 
-:      000418 p_g24_transmit_packet:
-0x010f 000419 jam 0 ,mem_24g_retry 
-:      000420 p_g24_transmit_loop:
-0x0110 000421 arg param_rx_setup ,timeup 
-0x0111 000422 until clkn_rt ,meet 
-0x0112 000423 call p_g24_transmit_receive_ack 
-0x0113 000424 fetch 1 ,mem_24g_no_ack 
-0x0114 000425 rtneq no_ack_24g 
-0x0115 000426 nbranch p_g24_retransmit ,sync 
-0x0116 000427 nbranch p_g24_retransmit ,user3 
-0x0117 000428 call p_g24_txbuf_clear 
-0x0118 000429 call p_g24_ackpayload_parse 
-0x0119 000430 call power_ctrl_pac_succ_incrs 
-:      000431 p_g24_transmit_next_packet:
-0x011a 000432 fetch 1 ,mem_24g_pid 
-0x011b 000433 increase 1 ,pdata 
-0x011c 000434 store 1 ,mem_24g_pid 
-0x011d 000435 fetch 1 ,mem_24g_pairing_sm 
-0x011e 000436 bne state_24g_pairing_success ,p_g24_paring_mode_start 
-0x011f 000437 call p_g24_transmit_succ_rf_config 
-:      000438 p_g24_transmit_abandon:
-0x0120 000439 setarg 0 
-0x0121 000440 store 2 ,mem_24g_txfail_cnt 
-0x0122 000441 store 1 ,mem_24g_get_ack_fail 
-0x0123 000442 store 1 ,mem_24g_hop_pac_retry 
-0x0124 000443 jam ensure_off_24g ,mem_24g_ensure 
-0x0125 000444 rtn 
-:      000446 p_g24_txbuf_clear:
-0x0126 000447 arg 4 ,loopcnt 
-0x0127 000448 arg mem_24g_txbuf ,contw 
-0x0128 000449 branch memset0 
-:      000451 p_g24_paring_mode_start:
-0x0129 000452 call power_ctrl_pac_succ_cnt_init 
-0x012a 000453 branch p_g24_paring_mode 
-:      000455 p_g24_transmit_receive_ack:
-0x012b 000456 disable user3 
-0x012c 000457 call p_g24_transmit 
-0x012d 000460 fetch 1 ,mem_24g_no_ack 
-0x012e 000461 beq no_ack_24g ,p_g24_transmit_no_ack 
-0x012f 000462 force 0 ,radio_ctrl 
-0x0130 000463 fetch 4 ,mem_24g_addr 
-0x0131 000464 iforce access 
-0x0132 000465 fetcht 1 ,mem_last_freq 
-0x0133 000466 call set_freq_rx 
-0x0134 000467 call rf_rx_enable 
-0x0135 000468 call p_g24_receive_rxon 
-0x0136 000469 call p_g24_end_of_packet ,user3 
-0x0137 000470 rtn 
-:      000471 p_g24_transmit_no_ack:
-0x0138 000472 call p_g24_end_of_packet 
-0x0139 000473 branch p_g24_transmit_next_packet 
-:      000475 p_g24_retransmit:
-0x013a 000476 fetch 1 ,mem_24g_get_ack_fail 
-0x013b 000477 increase 1 ,pdata 
-0x013c 000478 store 1 ,mem_24g_get_ack_fail 
-0x013d 000479 fetch 1 ,mem_24g_pairing_sm 
-0x013e 000480 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
-0x013f 000481 fetcht 1 ,mem_24g_retry 
-0x0140 000482 increase 1 ,temp 
-0x0141 000483 storet 1 ,mem_24g_retry 
-0x0142 000484 fetch 1 ,mem_24g_max_retry 
-0x0143 000485 isub temp ,pdata 
-0x0144 000486 nbranch p_g24_transmit_loop ,blank 
-0x0145 000487 fetch 1 ,mem_24g_rf_work_stage 
-0x0146 000488 beq 3 ,p_g24_transmit_pac_fail_hop_stage3 
-0x0147 000489 fetch 1 ,mem_24g_hop_pac_retry 
-0x0148 000490 increase 1 ,pdata 
-0x0149 000491 store 1 ,mem_24g_hop_pac_retry 
-0x014a 000492 beq 2 ,p_g24_transmit_hop_pac_fail 
-0x014b 000493 call p_g24_hop_ch_enable 
-0x014c 000494 jam 1 ,mem_24g_max_retry 
-0x014d 000495 branch p_g24_transmit_packet 
-:      000497 p_g24_tx_paring_retry:
-0x014e 000498 fetch 1 ,mem_24g_get_ack_fail 
-0x014f 000499 rtnne 0xff 
-0x0150 000500 jam 0 ,mem_24g_get_ack_fail 
-0x0151 000501 branch p_g24_stop_g24_mode 
-:      000503 p_g24_tx_attempt_fail:
-0x0152 000504 setarg 0 
-0x0153 000505 store 2 ,mem_24g_txfail_cnt 
-:      000506 p_g24_stop_g24_mode:
-0x0154 000507 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-0x0155 000508 branch ui_ipc_send_event 
-:      000510 p_g24_ackpayload_parse:
-0x0156 000511 call p_g24_read_len_pid_crc 
-0x0157 000512 fetch 1 ,mem_24g_rxdata_length 
-0x0158 000513 rtn blank 
-0x0159 000514 iforce loopcnt 
-0x015a 000515 arg mem_24g_rxbuf + 2 ,contr 
-0x015b 000516 arg mem_24g_rxpayload ,contw 
-0x015c 000517 branch memcpy 
-:      000519 p_g24_start_pairing_sm1:
-0x015d 000520 set1 mark_24g ,mark 
-0x015e 000521 call p_g24_pair_init 
-:      000522 p_g24_set_pairing_sm_1:
-0x015f 000523 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
-0x0160 000524 rtn 
-:      000526 p_g24_pair_init:
-0x0161 000527 jam tx_power_pair ,mem_tx_power 
-0x0162 000528 jam 0 ,mem_24g_pid 
-0x0163 000529 jam g24_pair_ch ,mem_24g_ch 
-0x0164 000530 fetch 4 ,mem_24g_paring_addr 
-0x0165 000531 branch p_g24_update_addr_and_synccrc8 
-:      000533 p_g24_pairing_sm:
-0x0166 000534 fetch 1 ,mem_24g_ensure 
-0x0167 000535 beq ensure_on_24g ,enable_user 
-0x0168 000536 fetch 1 ,mem_24g_pairing_sm 
-0x0169 000537 beq state_24g_pairing_1 ,p_g24_pairing_sm_1 
-0x016a 000538 beq state_24g_pairing_2 ,p_g24_pairing_sm_2 
-0x016b 000539 beq state_24g_pairing_3 ,p_g24_pairing_sm_3 
-0x016c 000540 branch assert 
-:      000542 p_g24_pairing_sm_1:
-0x016d 000543 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm 
-0x016e 000544 jam 0xaa ,mem_24g_common_temp 
-0x016f 000545 branch p_g24_pairing_sm_common 
-:      000546 p_g24_pairing_sm_2:
-0x0170 000547 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm 
-0x0171 000548 jam 0x55 ,mem_24g_common_temp 
-0x0172 000549 branch p_g24_pairing_sm_common 
-:      000550 p_g24_pairing_sm_3:
-0x0173 000551 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm 
-0x0174 000552 jam 0x22 ,mem_24g_common_temp 
-:      000553 p_g24_pairing_sm_common:
-0x0175 000554 fetch 1 ,mem_24g_data_type 
-0x0176 000555 and_into bits_data ,pdata 
-0x0177 000556 store 1 ,mem_24g_common_temp + 1 
-0x0178 000557 fetch 4 ,mem_24g_device_addr 
-0x0179 000558 store 4 ,mem_24g_common_temp + 2 
-:      000559 p_g24_put_pairing_data_in_buff:
-0x017a 000560 jam 0 ,mem_24g_common_temp + 6 
-0x017b 000561 arg mem_24g_common_temp ,rega 
-0x017c 000562 arg 7 ,temp 
-0x017d 000563 call p_g24_put_data_in_buff 
-0x017e 000564 call p_g24_txdata_enable_tx 
-0x017f 000565 branch enable_user 
-:      000567 p_g24_paring_mode:
-0x0180 000568 fetch 1 ,mem_24g_pairing_sm 
-0x0181 000569 rtneq state_24g_pairing_success 
-0x0182 000570 beq state_24g_pairing_1_waiting_ack ,p_g24_pairing_sm_1_waiting_ack 
-0x0183 000571 beq state_24g_pairing_2_waiting_ack ,p_g24_pairing_sm_2_waiting_ack 
-0x0184 000572 beq state_24g_pairing_3_waiting_ack ,p_g24_pairing_sm_3_waiting_ack 
-0x0185 000573 rtn 
-:      000576 p_g24_pairing_sm_1_waiting_ack:
-0x0186 000577 jam state_24g_pairing_2 ,mem_24g_pairing_sm 
-0x0187 000578 branch p_g24_transmit_abandon 
-:      000579 p_g24_pairing_sm_2_waiting_ack:
-0x0188 000580 jam state_24g_pairing_3 ,mem_24g_pairing_sm 
-0x0189 000581 branch p_g24_transmit_abandon 
-:      000582 p_g24_pairing_sm_3_waiting_ack:
-0x018a 000583 jam state_24g_pairing_success ,mem_24g_pairing_sm 
-0x018b 000584 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-0x018c 000585 call ui_ipc_send_event 
-0x018d 000586 fetch 4 ,mem_24g_rxpayload + 2 
-0x018e 000587 call p_g24_update_addr_and_synccrc8 
-0x018f 000588 branch p_g24_transmit_abandon 
-:      000590 p_g24_start_24g_mode:
-0x0190 000591 set0 mark_24g ,mark 
-0x0191 000592 call p_g24_ch_syncword_crc8_init 
-0x0192 000593 fetch 1 ,mem_24g_pairing_sm 
-0x0193 000594 rtnne state_24g_pairing_success 
-0x0194 000595 call p_g24_tx_attemp_data_prep 
-:      000596 p_g24_tx_attemp_dongle_loop:
-0x0195 000597 call lpo_calibration 
-0x0196 000598 nop 2000 
-0x0197 000599 call p_mouse_get_select_state 
-0x0198 000600 branch p_g24_tx_attemp_dongle_loop_exit ,true 
-0x0199 000601 fetch 1 ,mem_24g_check_dongle_times + 1 
-0x019a 000602 bbit1 4 ,p_g24_stop_g24_mode 
-0x019b 000603 call p_g24_transmit_receive_ack 
-0x019c 000604 nbranch p_g24_attemp_txdata_retry ,sync 
-0x019d 000605 nbranch p_g24_attemp_txdata_retry ,user3 
-:      000606 p_g24_tx_attemp_dongle_succ:
-0x019e 000607 set1 mark_24g ,mark 
-0x019f 000608 setarg 0 
-0x01a0 000609 store 2 ,mem_24g_check_dongle_times 
-0x01a1 000610 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-0x01a2 000611 call ui_ipc_send_event 
-:      000612 p_g24_tx_attemp_dongle_loop_exit:
-0x01a3 000613 call p_g24_txbuf_clear 
-0x01a4 000614 branch p_g24_transmit_by_interrupt_enable 
-:      000616 p_g24_tx_attemp_data_prep:
-0x01a5 000617 jam 0xff ,mem_24g_common_temp 
-0x01a6 000618 fetch 1 ,mem_24g_data_type 
-0x01a7 000619 store 1 ,mem_24g_common_temp + 1 
-0x01a8 000620 fetch 4 ,mem_24g_device_addr 
-0x01a9 000621 store 4 ,mem_24g_common_temp + 2 
-0x01aa 000622 arg 6 ,temp 
-0x01ab 000623 arg mem_24g_common_temp ,rega 
-0x01ac 000624 call p_g24_put_data_in_buff 
-0x01ad 000625 branch p_g24_transmit_prep 
-:      000627 p_g24_attemp_txdata_retry:
-0x01ae 000628 call mouse_device1_led_on 
-0x01af 000629 fetch 2 ,mem_24g_check_dongle_times 
-0x01b0 000630 increase 1 ,pdata 
-0x01b1 000631 store 2 ,mem_24g_check_dongle_times 
-0x01b2 000632 call p_g24_ch 
-0x01b3 000633 branch p_g24_tx_attemp_dongle_loop 
-:      000635 p_g24_auto_pair_start:
-0x01b4 000636 set0 mark_24g ,mark 
-0x01b5 000637 call p_g24_auto_pair_all_powerful 
-0x01b6 000638 call p_g24_tx_attemp_data_prep 
-:      000639 p_g24_auto_pair_start_loop:
-0x01b7 000640 call lpo_calibration 
-0x01b8 000641 nop 2000 
-0x01b9 000642 call p_mouse_get_select_state 
-0x01ba 000643 branch p_g24_start_pairing_sm1 ,true 
-0x01bb 000644 fetch 1 ,mem_24g_check_dongle_times + 1 
-0x01bc 000645 bbit1 4 ,p_g24_stop_g24_mode 
-0x01bd 000646 call p_g24_transmit_receive_ack 
-0x01be 000647 nbranch p_g24_auto_pair_retry ,sync 
-0x01bf 000648 nbranch p_g24_auto_pair_retry ,user3 
-0x01c0 000649 call p_g24_ackpayload_parse 
-0x01c1 000650 call p_mouse_tx_power_init 
-0x01c2 000651 fetch 4 ,mem_24g_addr 
-0x01c3 000652 fetcht 4 ,mem_24g_paring_addr 
-0x01c4 000653 isub temp ,null 
-0x01c5 000654 branch p_g24_start_pairing_sm1 ,zero 
-0x01c6 000655 branch p_g24_tx_attemp_dongle_succ 
-:      000657 p_g24_auto_pair_retry:
-0x01c7 000658 call mouse_device1_led_on 
-0x01c8 000659 fetch 2 ,mem_24g_check_dongle_times 
-0x01c9 000660 increase 1 ,pdata 
-0x01ca 000661 store 2 ,mem_24g_check_dongle_times 
-0x01cb 000662 fetch 1 ,mem_24g_auto_paring_switch 
-0x01cc 000663 increase 1 ,pdata 
-0x01cd 000664 and_into 1 ,pdata 
-0x01ce 000665 store 1 ,mem_24g_auto_paring_switch 
-0x01cf 000666 beq 0 ,p_g24_auto_pair_device_attemp 
-0x01d0 000667 beq 1 ,p_g24_auto_pair_pair_attemp 
-0x01d1 000668 rtn 
-:      000670 p_g24_auto_pair_all_powerful:
-0x01d2 000671 jam tx_power_pair ,mem_tx_power 
-0x01d3 000672 setarg 0x0f0f 
-0x01d4 000673 store 2 ,mem_24g_addr 
-0x01d5 000674 istore 2 ,contw 
-:      000675 p_g24_ch_syncword_crc8_init:
-0x01d6 000676 call p_g24_syncword_crc8 
-0x01d7 000677 branch p_g24_ch 
-:      000679 p_g24_auto_pair_device_attemp:
-0x01d8 000680 call p_g24_auto_pair_all_powerful 
-0x01d9 000681 branch p_g24_auto_pair_start_loop 
-:      000683 p_g24_auto_pair_pair_attemp:
-0x01da 000684 call p_g24_pair_init 
-0x01db 000685 branch p_g24_auto_pair_start_loop 
-:      000687 p_g24_check_51cmd_stop_24g:
-0x01dc 000688 set0 mark_24g ,mark 
-0x01dd 000689 call le_disable 
-:      000690 p_mouse_disable_g24_pairing_flag:
-0x01de 000691 arg mosue_24g_pairing_flag ,queue 
-0x01df 000692 branch mouse_disable_function_flag 
-:      000694 p_g24_put_data_in_buff:
-0x01e0 000695 storet 1 ,mem_24g_datalen 
-0x01e1 000696 copy temp ,loopcnt 
-0x01e2 000697 arg mem_24g_txbuf ,contw 
-0x01e3 000698 copy rega ,contr 
-0x01e4 000699 branch memcpy 
-:      000701 p_g24_read_len_pid_crc:
-0x01e5 000703 fetch 1 ,mem_24g_rxbuf + 1 
-0x01e6 000704 rshift3 pdata ,pdata 
-0x01e7 000705 store 1 ,mem_24g_rxdata_length 
-0x01e8 000707 increase 1 ,pdata 
-0x01e9 000708 arg mem_24g_rxbuf + 1 ,contr 
-0x01ea 000709 iadd contr ,contr 
-0x01eb 000710 ifetch 3 ,contr 
-0x01ec 000711 store 3 ,mem_24g_sta_crc 
-0x01ed 000713 fetch 1 ,mem_24g_rxbuf + 1 
-0x01ee 000714 rshift pdata ,pdata 
-0x01ef 000715 and pdata ,0x03 ,pdata 
-0x01f0 000716 store 1 ,mem_24g_sta_pid 
-0x01f1 000717 rtn 
-:      000719 p_g24_update_addr_and_synccrc8:
-0x01f2 000720 store 4 ,mem_24g_addr 
-:      000722 p_g24_syncword_crc8:
-0x01f3 000723 arg 0 ,rega 
-0x01f4 000724 arg 4 ,loopcnt 
-0x01f5 000725 arg mem_24g_addr ,contr 
-:      000726 p_g24_syncword_crc8_loop:
-0x01f6 000727 ifetch 1 ,contr 
-0x01f7 000728 iadd rega ,rega 
-0x01f8 000729 loop p_g24_syncword_crc8_loop 
-0x01f9 000730 copy rega ,pdata 
-0x01fa 000731 store 2 ,mem_24g_syncword 
-0x01fb 000732 fetch 1 ,mem_24g_syncword 
-0x01fc 000733 fetcht 1 ,mem_24g_syncword + 1 
-0x01fd 000734 iadd temp ,pdata 
-0x01fe 000735 store 1 ,mem_24g_syncword_crc8 
-0x01ff 000736 rtn 
-:      000738 p_g24_transmit_prep:
-0x0200 000741 fetch 1 ,mem_24g_datalen 
-0x0201 000742 increase 2 ,pdata 
-0x0202 000743 store 1 ,mem_24g_txlen 
-0x0203 000745 fetch 1 ,mem_24g_data_type 
-0x0204 000746 store 1 ,mem_24g_txpayload 
-0x0205 000748 fetch 1 ,mem_24g_datalen 
-0x0206 000749 lshift3 pdata ,pdata 
-0x0207 000750 fetcht 1 ,mem_24g_pid 
-0x0208 000751 and temp ,0x03 ,temp 
-0x0209 000752 lshift temp ,temp 
-0x020a 000753 ior temp ,pdata 
-0x020b 000754 fetcht 1 ,mem_24g_no_ack 
-0x020c 000755 iadd temp ,pdata 
-0x020d 000756 istore 1 ,contw 
-0x020e 000758 fetch 1 ,mem_24g_datalen 
-0x020f 000759 iforce loopcnt 
-0x0210 000760 arg mem_24g_txbuf ,contr 
-0x0211 000761 branch memcpy 
-:      000763 p_g24_ch:
-0x0212 000764 fetcht 1 ,mem_24g_current_ch_number 
-0x0213 000765 call p_g24_ch_map_size 
-0x0214 000766 storet 1 ,mem_24g_current_ch_number 
-0x0215 000767 rtn 
-:      000769 p_g24_ch_map_size:
-0x0216 000770 call p_g24_ch_calc 
-0x0217 000771 increase 1 ,temp 
-0x0218 000772 and_into 3 ,temp 
-0x0219 000773 rtn 
-:      000775 p_g24_ch_calc:
-0x021a 000776 fetch 1 ,mem_24g_addr 
-0x021b 000777 and_into 0x03 ,pdata 
-0x021c 000778 mul32 pdata ,4 ,rega 
-0x021d 000779 setarg mem_24g_ch_map1 
-0x021e 000780 iadd rega ,pdata 
-0x021f 000781 iadd temp ,contr 
-0x0220 000782 ifetch 1 ,contr 
-0x0221 000783 store 1 ,mem_24g_ch 
-0x0222 000784 rtn 
-:      000786 p_g24_prep:
-0x0223 000787 disable enable_crc 
-0x0224 000788 disable enable_white 
-0x0225 000789 setarg 0x555555 
-0x0226 000790 iforce crc24_init 
-0x0227 000791 fetch 1 ,mem_24g_ch 
-0x0228 000792 reverse pdata ,temp 
-0x0229 000793 set1 1 ,temp 
-0x022a 000794 rshift temp ,white_init 
-0x022b 000795 rtn 
-:      000797 p_g24_receive_packet:
-0x022c 000798 call le_enable 
-0x022d 000799 fetch 4 ,mem_24g_addr 
-0x022e 000800 iforce access 
-0x022f 000801 call set_sync_on 
-0x0230 000802 fetcht 1 ,mem_24g_ch 
-0x0231 000803 call set_freq_rx 
-0x0232 000804 setarg param_pll_setup 
-0x0233 000805 call sleep 
-0x0234 000806 call rf_rx_enable 
-:      000807 p_g24_receive_rxon:
-0x0235 000810 call p_g24_prep 
-0x0236 000811 disable user3 
-0x0237 000812 enable decode_fec0 
-0x0238 000813 enable is_rx 
-0x0239 000814 disable is_tx 
-0x023a 000815 enable swfine 
-0x023b 000816 fetch 2 ,mem_24g_rx_window 
-0x023c 000817 iforce stop_watch 
-0x023d 000818 correlate null ,timeout 
-0x023e 000819 nbranch p_g24_sync_timeout ,sync 
-0x023f 000822 disable decode_fec0 
-0x0240 000823 enable decode_fec1 
-0x0241 000824 enable enable_white 
-0x0242 000825 enable enable_crc 
-0x0243 000826 call p_g24_receive_byte 
-0x0244 000827 store 1 ,mem_24g_get_syncword_crc8 
-0x0245 000828 fetcht 1 ,mem_24g_syncword_crc8 
-0x0246 000829 isub temp ,null 
-0x0247 000830 nbranch p_g24_end_of_packet ,zero 
-0x0248 000831 call p_g24_receive_byte 
-0x0249 000832 store 1 ,mem_24g_rxbuf 
-0x024a 000833 fetch 1 ,mem_24g_mode 
-0x024b 000834 sub pdata ,rx_24g ,null 
-0x024c 000835 branch p_g24_receive_skip ,zero 
-0x024d 000836 fetch 1 ,mem_24g_rxbuf 
-0x024e 000837 fetcht 1 ,mem_24g_data_type 
-0x024f 000838 icompare bits_data ,temp 
-0x0250 000839 nbranch p_g24_end_of_packet ,true 
-:      000840 p_g24_receive_skip:
-0x0251 000841 call p_g24_receive_byte 
-0x0252 000842 istore 1 ,contw 
-0x0253 000843 rshift3 pdata ,pdata 
-0x0254 000844 and pdata ,0x1f ,loopcnt 
-0x0255 000845 branch p_g24rx_nopayload ,zero 
-:      000846 p_g24rx_loop:
-0x0256 000847 call p_g24_receive_byte 
-0x0257 000848 istore 1 ,contw 
-0x0258 000849 loop p_g24rx_loop 
-:      000850 p_g24rx_nopayload:
-0x0259 000852 copy contw ,rega 
-0x025a 000853 call p_g24_receive_byte 
-0x025b 000854 store 1 ,mem_rssi_hex_received 
-0x025c 000855 copy rega ,contw 
-0x025d 000856 parse demod ,bucket ,24 
-0x025e 000857 enable swfine 
-0x025f 000858 arg param_sifs ,stop_watch 
-0x0260 000859 rshift32 pdata ,pdata 
-0x0261 000860 rshift16 pdata ,pdata 
-0x0262 000861 istore 3 ,contw 
-0x0263 000862 disable decode_fec1 
-0x0264 000863 branch p_g24_end_of_packet ,crc_failed 
-0x0265 000866 enable user3 
-0x0266 000867 fetch 1 ,mem_last_freq 
-0x0267 000868 add pdata ,0 ,rega 
-0x0268 000869 call rf_write_freq 
-0x0269 000870 disable decode_fec0 
-0x026a 000871 call set_sync_on 
-0x026b 000872 fetch 1 ,mem_rssi_hex_received 
-0x026c 000873 call p_rssi_signal 
-0x026d 000874 rtn 
-:      000876 p_g24_receive_byte:
-0x026e 000877 parse demod ,bucket ,8 
-0x026f 000878 rshift3 pwindow ,pdata 
-0x0270 000879 rtn 
-:      000881 p_g24_end_of_packet:
-0x0271 000882 disable encode_fec1 
-0x0272 000883 disable decode_fec1 
-0x0273 000884 call end_of_packet 
-0x0274 000885 rtn 
-:      000887 p_g24_sync_timeout:
-0x0275 000888 branch p_g24_end_of_packet 
-:      000890 p_g24_set_freq_tx:
-0x0276 000891 call set_sync_on 
-0x0277 000892 fetcht 1 ,mem_24g_ch 
-0x0278 000893 branch set_freq_tx 
-:      000895 p_g24_transmit:
-0x0279 000896 call le_enable 
-0x027a 000897 fetch 4 ,mem_24g_addr 
-0x027b 000898 iforce access 
-0x027c 000899 call p_g24_prep 
-0x027d 000900 call p_g24_set_freq_tx 
-0x027e 000901 set1 txgfsk ,radio_ctrl 
-0x027f 000902 enable encode_fec0 
-0x0280 000903 enable is_tx 
-0x0281 000904 disable is_rx 
-0x0282 000907 rshift16 access ,pdata 
-0x0283 000908 rshift8 pdata ,pdata 
-0x0284 000909 rshift4 pdata ,pdata 
-0x0285 000910 inject mod ,40 
-0x0286 000911 disable encode_fec0 
-0x0287 000912 enable encode_fec1 
-0x0288 000913 enable enable_white 
-0x0289 000914 enable enable_crc 
-0x028a 000915 fetch 1 ,mem_24g_syncword_crc8 
-0x028b 000916 inject mod ,8 
-0x028c 000917 fetch 1 ,mem_24g_txlen 
-0x028d 000918 iforce loopcnt 
-0x028e 000919 arg mem_24g_txpayload ,contr 
-:      000920 p_g24tr_loop:
-0x028f 000921 ifetch 1 ,contr 
-0x0290 000922 inject mod ,8 
-0x0291 000923 loop p_g24tr_loop 
-0x0292 000926 enable enable_parity 
-0x0293 000927 inject mod ,24 
-0x0294 000928 disable enable_parity 
-0x0295 000929 until null ,tx_clear 
-0x0296 000930 nop 100 
-0x0297 000931 disable encode_fec0 
-0x0298 000932 disable encode_fec1 
-0x0299 000933 rtn 
-:      000935 p_g24_timer_check:
-0x029a 000936 call disable_user 
-0x029b 000937 fetcht 4 ,mem_24g_tx_btclk 
-0x029c 000938 copy clkn_bt ,pdata 
-0x029d 000939 isub temp ,null 
-0x029e 000940 ncall g24_timer_timeout ,positive 
-0x029f 000941 copy pdata ,regb 
-0x02a0 000942 fetch 4 ,mem_24g_tx_btclk 
-0x02a1 000943 fetcht 1 ,mem_24g_interval 
-0x02a2 000944 iadd temp ,temp 
-0x02a3 000945 copy regb ,pdata 
-0x02a4 000946 isub temp ,null 
-0x02a5 000947 nrtn positive 
-0x02a6 000948 set0 28 ,pdata 
-0x02a7 000949 store 4 ,mem_24g_tx_btclk 
-0x02a8 000950 branch enable_user 
-:      000952 p_rssi_noise:
-0x02a9 000953 call save_rssi 
-0x02aa 000954 rtn blank 
-0x02ab 000955 fetcht 1 ,mem_rssi_noise_index 
-0x02ac 000956 arg mem_rssi_noise_buffer ,rega 
-0x02ad 000957 call p_rssi_store 
-0x02ae 000958 storet 1 ,mem_rssi_noise_index 
-0x02af 000959 rtn 
-:      000961 p_rssi_store:
-0x02b0 000962 copy rega ,pdata 
-0x02b1 000963 iadd temp ,contw 
-0x02b2 000964 fetch 1 ,mem_rssi 
-0x02b3 000965 istore 1 ,contw 
-0x02b4 000966 increase 1 ,temp 
-0x02b5 000967 and_into rssi_buf_len_signal ,temp 
-0x02b6 000968 rtn 
-:      000969 p_rssi_average:
-0x02b7 000970 arg 0 ,temp 
-0x02b8 000971 arg rssi_buf_len_signal + 1 ,loopcnt 
-0x02b9 000972 copy rega ,contr 
-:      000973 p_rssi_average_loop:
-0x02ba 000974 ifetch 1 ,contr 
-0x02bb 000975 iadd temp ,temp 
-0x02bc 000976 loop p_rssi_average_loop 
-0x02bd 000977 rshift3 temp ,pdata 
-0x02be 000978 copy pdata ,temp 
-0x02bf 000979 rtnmark0 mark_24g 
-0x02c0 000981 div pdata ,10 
-0x02c1 000982 call wait_div_end 
-0x02c2 000983 quotient pdata 
-0x02c3 000984 lshift4 pdata ,pdata 
-0x02c4 000985 remainder temp 
-0x02c5 000986 ior temp ,temp 
-0x02c6 000987 rtn 
-0x02c7 000988 rtn 
-:      000991 p_mouse_before_lpm:
-0x02c8 000992 rtnmark1 mark_24g 
-0x02c9 000993 call p_mouse_le_txbuff_save 
-0x02ca 000994 call p_mouse_setgpio_lpm 
-0x02cb 000995 fetch 1 ,mem_context 
-0x02cc 000996 bbit0 state_inconn ,p_clear_wake 
-0x02cd 000997 fetch 1 ,mem_lpm_current_mult 
-0x02ce 000998 nrtn blank 
-:      000999 p_clear_wake:
-0x02cf 001000 setarg 0 
-0x02d0 001001 store 8 ,mem_gpio_wakeup_low 
-0x02d1 001002 rtn 
-:      001004 p_mouse_setgpio_lpm:
-0x02d2 001005 call p_mouse_set_sdio_high 
-0x02d3 001006 call p_clear_wake 
-:      001007 p_mouse_setgpio_hibernate:
-0x02d4 001008 call mouse_lpm_before_common 
-0x02d5 001009 call p_flash_ncs_disable 
-0x02d6 001010 hfetch 4 ,core_gpio_oe0 
-0x02d7 001011 hfetcht 4 ,core_gpio_pu0 
-0x02d8 001012 ior temp ,temp 
-0x02d9 001013 invert temp ,temp 
-0x02da 001014 hstoret 4 ,core_gpio_pd0 
-0x02db 001015 hfetch 1 ,core_gpio_pd1 
-0x02dc 001016 set0 2 ,pdata 
-0x02dd 001017 hstore 1 ,core_gpio_pd1 
-0x02de 001018 hfetch 1 ,core_gpio_pd2 
-0x02df 001019 set0 6 ,pdata 
-0x02e0 001020 hstore 1 ,core_gpio_pd2 
-0x02e1 001021 rtn 
-:      001023 p_mouse_set_sdio_high:
-0x02e2 001024 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0x02e3 001025 rtn blank 
-0x02e4 001026 branch mouse_seting_dpi + 2 
-:      001028 p_device_init:
-0x02e5 001029 call app_lpm_mult_enable 
-0x02e6 001030 branch p_device_init_common ,wake 
-0x02e7 001031 jam 0x20 ,core_gpio_pu0 
-0x02e8 001032 call p_mouse_data_init 
-0x02e9 001033 fetch 1 ,mem_tx_power 
-0x02ea 001034 store 1 ,mem_tx_power_temp 
-0x02eb 001035 call power_ctrl_pac_succ_cnt_init 
-0x02ec 001036 fetch 1 ,mem_ui_button_timeout 
-0x02ed 001037 store 1 ,mem_select_ui_button_count 
-0x02ee 001038 call mouse_bt_discovery_button_down_disable 
-:      001039 p_device_init_common:
-0x02ef 001040 call p_mouse_init 
-0x02f0 001041 branch enable_authrom 
-:      001043 p_mouse_tx_power_init:
-0x02f1 001044 fetch 1 ,mem_tx_power_temp 
-0x02f2 001045 store 1 ,mem_tx_power 
-0x02f3 001046 rtn 
-:      001048 p_mouse_init:
-0x02f4 001049 ncall p_mouse_setting_config ,wake 
-0x02f5 001050 call p_mouse_spi_init 
-0x02f6 001051 rtn wake 
-0x02f7 001052 call p_mouse_cb_fuction 
-0x02f8 001053 call mouse_check_key_gpio 
-0x02f9 001054 beq mouse_lm_button ,p_mouse_24g_pairing_button 
-0x02fa 001055 branch p_mouse_wakeup_from_power 
-:      001057 p_mouse_check_reconn_target:
-0x02fb 001058 call p_mouse_tx_power_init 
-0x02fc 001059 arg mem_device1_type ,rega 
-0x02fd 001060 fetch 1 ,mem_device_flag 
-0x02fe 001061 fetcht 1 ,mem_24g_device_number 
-0x02ff 001062 isub temp ,null 
-0x0300 001063 rtn zero 
-0x0301 001064 increase -1 ,pdata 
-0x0302 001065 mul32 pdata ,29 ,pdata 
-0x0303 001066 iadd rega ,rega 
-0x0304 001067 ifetch 1 ,rega 
-0x0305 001068 store 1 ,mem_xrecord_mode 
-0x0306 001069 beq rec_3_mode ,p_mouse3_0_check_reconn_target 
-0x0307 001070 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
-0x0308 001071 rtn 
-:      001073 p_mouse3_0_check_reconn_target:
-0x0309 001074 jam 1 ,mem_mouse_bt_reconnect_flag 
-0x030a 001075 fetch 6 ,mem_hci_plap 
-0x030b 001076 branch app_bt_start_discovery_short ,blank 
-0x030c 001077 branch mouse3_0_check_reconn_target + 3 
-:      001079 p_mouse4_0_check_reconn_target:
-0x030d 001080 jam 1 ,mem_mouse_le_reconnect_flag 
-0x030e 001081 fetch 2 ,mem_mouse_direct_timeout 
-0x030f 001082 store 2 ,mem_mouse_direct_timer 
-0x0310 001083 call app_lpm_mult_disable 
-0x0311 001084 call p_le_check_adv_flag 
-0x0312 001085 setarg adv_flag_bredr_not_supported 
-0x0313 001086 istore 1 ,contr 
-0x0314 001088 arg mem_le_scan_data ,contr 
-0x0315 001089 call p_le_adv_data_update 
-0x0316 001091 branch check_51cmd_adv 
-:      001093 p_le_check_adv_flag:
-0x0317 001094 arg mem_le_adv_data ,rega 
-:      001095 p_le_check_adv_flag_loop:
-0x0318 001096 ifetch 1 ,rega 
-0x0319 001097 rtn blank 
-0x031a 001098 iadd contr ,rega 
-0x031b 001099 ifetch 1 ,contr 
-0x031c 001100 rtneq 0x01 
-0x031d 001101 branch p_le_check_adv_flag_loop 
-:      001103 p_mouse_24g_pairing_button:
-0x031e 001106 rtnbit1 mosue_24g_pairing_flag 
-0x031f 001107 rtnmark1 mark_24g 
-0x0320 001108 call mouse_devce_led_off 
-0x0321 001109 arg mosue_24g_pairing_flag ,queue 
-0x0322 001110 call mouse_enable_function_flag 
-0x0323 001111 setarg 0 
-0x0324 001112 store 2 ,mem_mouse_direct_timer 
-0x0325 001113 store 1 ,mem_mouse_send_blank_timer 
-0x0326 001114 store 2 ,mem_24g_check_dongle_times 
-0x0327 001115 call mouse_stop_discovery 
-0x0328 001116 branch p_g24_start_pairing_sm1 
-:      001119 p_mouse_spi_init:
-0x0329 001120 jam 0x76 ,mem_spi_init_clk 
-0x032a 001121 branch mouse_spi_init 
-:      001123 p_mouse_init_sunt:
-0x032b 001124 call p_mouse_spi_init 
-0x032c 001125 call mouse_spi_sdio_gpio_pollup 
-0x032d 001126 fetch 1 ,mem_config_sensor_type 
-0x032e 001127 beq p3610 ,mouse_init_3610sensor 
-:      001128 p_mouse_init_sensor:
-0x032f 001129 call mouse_read_sensor_id 
-0x0330 001130 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
-0x0331 001131 beq p3065_id1 ,p_mouse_p3065_init_param 
-0x0332 001132 call mouse_twspi_reset 
-0x0333 001133 nop 1000 
-0x0334 001134 branch p_mouse_init_sensor 
-:      001136 p_mouse_init_sensor_reset:
-0x0335 001137 jam 1 ,mem_mouse_init_sensor_reset_flag 
-0x0336 001138 call spi_ncs_enable 
-0x0337 001139 call p_mouse_init_sunt 
-0x0338 001140 branch spi_ncs_disable 
-:      001142 p_mouse_init_p32xx_id2_judge:
-0x0339 001143 call p_mouse_sensor_poweron 
-0x033a 001144 branch mouse_init_p32xx_id2_judge 
-:      001147 p_mouse_p3065_init_param:
-0x033b 001148 call p_mouse_sensor_poweron 
-0x033c 001149 fetch 1 ,mem_sensor_id2 
-0x033d 001150 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0x033e 001151 jam p3065 ,mem_config_sensor_type 
-0x033f 001152 rtn 
-:      001154 p_mouse_sensor_poweron:
-0x0340 001155 setarg 0x8006 
-0x0341 001156 call twspi_write 
-0x0342 001157 nop 12000 
-:      001158 p_mouse_dpi_config:
-0x0343 001159 fetch 1 ,mem_mouse_dpi 
-0x0344 001160 beq 0xff ,mouse_dpi_config 
-0x0345 001161 branch mouse_seting_dpi + 2 
-:      001164 p_mouse_sensor_powerdown:
-0x0346 001165 call p_mouse_sensor_poweron 
-0x0347 001166 setarg 0x0806 
-0x0348 001171 branch twspi_write 
-:      001173 p_mouse_setting_config:
-0x0349 001174 call p_g24_set_device_addr 
-0x034a 001179 fetcht 1 ,mem_flash_ncs_gpio 
-0x034b 001180 call gpio_config_output 
-0x034c 001181 call mouse_gpio_init 
-0x034d 001182 call mouse_param_init 
-0x034e 001183 call p_mouse_bt_sdp_update 
-0x034f 001184 setarg 0 
-0x0350 001185 store 2 ,mem_lpm_interval 
-0x0351 001186 call mouse_adc_init 
-0x0352 001187 call le_set_config_fixed_ltk 
-0x0353 001188 call le_set_justwork 
-0x0354 001189 call le_set_fixed_ltk 
-0x0355 001190 call le_set_config_read_authentication 
-0x0356 001191 call p_le_addr_random_config 
-0x0357 001192 branch p_mouse_load_flash_info_check 
-:      001206 p_mouse_bt_sdp_update:
-0x0358 001207 call enable_authrom 
-0x0359 001208 arg 0x8c00 ,contr 
-0x035a 001209 arg mem_mouse_uuid_list ,contw 
-0x035b 001210 arg 369 ,loopcnt 
-0x035c 001211 call memcpy 
-0x035d 001213 setarg 0x0f0209 
-0x035e 001214 istore 3 ,contw 
-0x035f 001215 setarg 0x120009 
-0x0360 001216 istore 3 ,contw 
-0x0361 001218 setarg 0x100209 
-0x0362 001219 istore 3 ,contw 
-0x0363 001220 setarg 0x000009 
-0x0364 001221 istore 3 ,contw 
-0x0365 001222 arg 0x8d71 ,contr 
-0x0366 001223 arg 265 ,loopcnt 
-0x0367 001224 call memcpy 
-0x0368 001226 jam 0 ,mem_mouse_uuid_list + 23 
-0x0369 001227 jam 0x6d ,mem_mouse_uuid_list + 15 
-0x036a 001228 setarg 0x401f 
-0x036b 001229 store 2 ,mem_mouse_uuid_list + 357 
-0x036c 001230 setarg 0x6d04 
-0x036d 001231 store 2 ,mem_mouse_uuid_list + 462 
-0x036e 001232 setarg 0x16b0 
-0x036f 001233 store 2 ,mem_mouse_uuid_list + 468 
-0x0370 001235 setarg mem_mouse_uuid_list 
-0x0371 001236 store 2 ,mem_ui_uuid_table 
-0x0372 001237 rtn 
-:      001275 p_flash_ncs_disable:
-0x0373 001276 fetcht 1 ,mem_flash_ncs_gpio 
-0x0374 001277 branch gpio_out_inactive 
-:      001281 p_spid_init_flash:
-0x0375 001282 jam 0x40 ,core_spid_ctrl 
-0x0376 001283 jam 0x0 ,core_spid_delay 
-0x0377 001284 hfetch 1 ,core_gpio_sel1 
-0x0378 001285 set0 0 ,pdata 
-0x0379 001286 set0 1 ,pdata 
-0x037a 001287 set1 3 ,pdata 
-0x037b 001288 set0 4 ,pdata 
-0x037c 001289 hstore 1 ,core_gpio_sel1 
-0x037d 001290 setarg 0 
-0x037e 001291 store 4 ,mem_spid_tbuf 
-0x037f 001292 rtn 
-:      001294 p_mouse_load_flash_info_check:
-0x0380 001295 call p_flash_release_deep_power_down 
-0x0381 001296 call mouse_load_flash_flag 
-0x0382 001297 fetch 2 ,mem_store_flag 
-0x0383 001298 arg eeprom_init_flag ,temp 
-0x0384 001299 isub temp ,null 
-0x0385 001300 branch p_mouse_load_flash_device_info ,zero 
-0x0386 001301 storet 2 ,mem_store_flag 
-0x0387 001302 call mouse_ble_init_address 
-0x0388 001303 jam 2 ,mem_mouse_dpi 
-0x0389 001304 fetch 4 ,mem_mouse_24g_addr_init 
-0x038a 001305 store 4 ,mem_mouse_24g_addr 
-0x038b 001306 store 4 ,mem_24g_addr 
-0x038c 001307 branch p_mouse_store_flash_device_info 
-:      001310 p_mouse_store_flash_device_info:
-0x038d 001311 call p_flash_release_deep_power_down 
-0x038e 001312 call p_flash_erase_sector 
-0x038f 001313 call p_mouse_information_flash_parameters 
-0x0390 001314 call p_spid_write_flash 
-0x0391 001315 call p_wait_flash_done 
-0x0392 001316 branch p_mouse_store_random_addr_increase_count 
-:      001319 p_flash_erase_sector:
-0x0393 001320 fetch 3 ,mem_flash_base 
-0x0394 001321 store 3 ,mem_spi_write_addr 
-0x0395 001322 call flash_erase_sector + 2 
-0x0396 001323 branch p_wait_flash_done 
-:      001326 p_spid_write_flash:
-0x0397 001327 copy pdata ,regc 
-0x0398 001328 copy rega ,pdata 
-0x0399 001329 increase -4 ,pdata 
-0x039a 001330 copy pdata ,regb 
-0x039b 001331 ifetch 4 ,regb 
-0x039c 001332 store 4 ,mem_write_flash_head_temp 
-0x039d 001333 copy regc ,pdata 
-0x039e 001334 call spid_write_flash 
-0x039f 001335 fetch 4 ,mem_write_flash_head_temp 
-0x03a0 001336 istore 4 ,regb 
-0x03a1 001337 rtn 
-:      001339 p_wait_flash_done:
-0x03a2 001340 setarg 100000 
-0x03a3 001341 call sleep 
-0x03a4 001342 call spid_unlock_flash 
-0x03a5 001343 setarg mem_spid_rbuf 
-0x03a6 001344 hstore 2 ,core_spid_rxaddr 
-0x03a7 001345 setarg flash_read_satus 
-0x03a8 001346 call spid_read_reg 
-0x03a9 001347 bbit1 flash_status_wip ,p_wait_flash_done 
-0x03aa 001348 rtn 
-:      001350 p_mouse_information_flash_parameters:
-0x03ab 001351 setarg mem_mouse_information_end 
-0x03ac 001352 arg mem_mouse_information_start ,temp 
-0x03ad 001353 isub temp ,temp 
-0x03ae 001354 fetch 3 ,mem_flash_base 
-0x03af 001355 arg mem_mouse_information_start ,rega 
-0x03b0 001356 rtn 
-:      001359 p_mouse_read_flash:
-0x03b1 001360 call p_flash_release_deep_power_down 
-0x03b2 001361 call p_mouse_information_flash_parameters 
-0x03b3 001362 branch spid_read_flash 
-:      001365 p_mouse_load_flash_device_info:
-0x03b4 001366 call p_mouse_read_flash 
-0x03b5 001367 call p_mouse_load_random_addr_increase_count 
-0x03b6 001368 call mouse_select_reconn_device 
-0x03b7 001369 fetch 4 ,mem_mouse_24g_addr 
-0x03b8 001370 store 4 ,mem_24g_addr 
-0x03b9 001371 rtn 
-:      001373 p_flash_deep_power_down:
-0x03ba 001374 call p_spid_init_flash 
-0x03bb 001375 call spid_unlock_flash 
-0x03bc 001376 arg mem_write_flash_head_temp ,rega 
-0x03bd 001377 arg flash_command_deep_power_down ,temp 
-0x03be 001378 branch spid_write_flash_common 
-:      001381 p_flash_release_deep_power_down:
-0x03bf 001382 call p_spid_init_flash 
-0x03c0 001383 call spid_unlock_flash 
-0x03c1 001384 arg mem_write_flash_head_temp ,rega 
-0x03c2 001385 arg flash_command_release_deep_power_down ,temp 
-0x03c3 001386 branch spid_write_flash_common 
-:      001389 p_mouse_store_random_addr_increase_count:
-0x03c4 001390 arg 2 ,temp 
-0x03c5 001391 arg mem_random_addr_increase_count ,rega 
-0x03c6 001392 arg mouse_random_addr_count_eeprom_offset ,regb 
-0x03c7 001393 fetch 3 ,mem_flash_base 
-0x03c8 001394 iadd regb ,pdata 
-0x03c9 001395 call p_spid_write_flash 
-0x03ca 001396 call p_wait_flash_done 
-0x03cb 001397 call p_flash_deep_power_down 
-0x03cc 001398 branch p_mouse_spi_init 
-:      001402 p_mouse_load_random_addr_increase_count:
-0x03cd 001403 call p_flash_release_deep_power_down 
-0x03ce 001404 arg 2 ,temp 
-0x03cf 001405 arg mem_random_addr_increase_count ,rega 
-0x03d0 001406 arg mouse_random_addr_count_eeprom_offset ,regb 
-0x03d1 001407 fetch 3 ,mem_flash_base 
-0x03d2 001408 iadd regb ,pdata 
-0x03d3 001409 branch spid_read_flash 
-:      001414 p_mouse_wakeup_from_power:
-0x03d4 001417 fetch 1 ,mem_wakup_from_power_flag 
-0x03d5 001418 isolate0 gpio_latch ,pdata 
-0x03d6 001419 nbranch p_mouse_wakeup_no_from_power ,true 
-0x03d7 001420 call p_mouse_init_sunt 
-0x03d8 001421 call p_mouse_sensor_powerdown 
-:      001422 p_mouse_wakeup_no_from_power:
-:      001426 p_mouse_start_reconnect_device:
-0x03d9 001427 fetch 1 ,mem_device_flag 
-0x03da 001428 beq 0 ,p_mouse_start_24g_mode 
-0x03db 001429 beq mode_g24_device ,p_mouse_start_24g_mode 
-0x03dc 001430 branch p_mouse_check_reconn_target 
-:      001432 p_mouse_start_24g_mode:
-0x03dd 001435 setarg 0 
-0x03de 001436 store 2 ,mem_24g_check_dongle_times 
-0x03df 001437 call p_g24_factory_check 
-0x03e0 001438 branch p_g24_auto_pair_start ,user 
-0x03e1 001439 branch p_g24_start_24g_mode 
-:      001441 p_g24_factory_check:
-0x03e2 001442 arg 2 ,loopcnt 
-0x03e3 001443 arg mem_24g_addr ,contr 
-:      001444 p_pdata_0xff_check:
-0x03e4 001445 call enable_user 
-0x03e5 001446 setarg 0xffff 
-:      001447 p_pdata_0xff_check_loop:
-0x03e6 001448 ifetcht 2 ,contr 
-0x03e7 001449 isub temp ,null 
-0x03e8 001450 ncall disable_user ,zero 
-0x03e9 001451 loop p_pdata_0xff_check_loop 
-0x03ea 001452 rtn 
-:      001454 p_mouse_cb_fuction:
-0x03eb 001455 setarg p_mouse_g24_package_data 
-0x03ec 001456 store 2 ,mem_cb_24g_data 
-0x03ed 001457 setarg p_mouse_le 
-0x03ee 001458 store 2 ,mem_cb_le_process 
-0x03ef 001459 setarg p_le_mouse_bb_event_connect_complete 
-0x03f0 001460 store 2 ,mem_cb_att_write 
-0x03f1 001461 setarg p_mouse_bt 
-0x03f2 001462 store 2 ,mem_cb_bt_process 
-0x03f3 001463 setarg p_mouse_before_lpm 
-0x03f4 001464 store 2 ,mem_cb_before_lpm 
-0x03f5 001465 setarg p_mouse_priority_bb_event 
-0x03f6 001466 store 2 ,mem_cb_bb_event_process 
-0x03f7 001467 setarg p_mouse_idle 
-0x03f8 001468 store 2 ,mem_cb_idle_process 
-0x03f9 001469 setarg p_mouse_before_hibernate 
-0x03fa 001470 store 2 ,mem_cb_before_hibernate 
-0x03fb 001471 setarg p_mouse_bb_event_timer 
-0x03fc 001472 store 2 ,mem_cb_event_timer 
-0x03fd 001473 setarg mouse_spi_write_flash_cb 
-0x03fe 001474 store 2 ,mem_cb_spi_flash_write_complate 
-0x03ff 001475 rtn 
-:      001477 p_mouse_g24_package_data:
-0x0400 001478 call mouse_g24_package_data 
-0x0401 001479 fetch 2 ,mem_mouse_z 
-0x0402 001480 rtn blank 
-0x0403 001481 branch p_g24_transmit_by_interrupt_enable 
-:      001484 p_mouse_le_txbuff_save:
-0x0404 001485 arg mem_le_tx_buffer0 ,contr 
-0x0405 001486 arg mem_le_tx_buffer0_omemalloc ,contw 
-0x0406 001487 call p_mouse_le_txbuff_copy 
-0x0407 001488 arg mem_le_tx_buffer1 ,contr 
-0x0408 001489 call p_mouse_le_txbuff_copy 
-0x0409 001490 arg mem_le_tx_buffer2 ,contr 
-0x040a 001491 call p_mouse_le_txbuff_copy 
-0x040b 001492 arg mem_le_tx_buffer3 ,contr 
-:      001493 p_mouse_le_txbuff_copy:
-0x040c 001494 arg 27 ,loopcnt 
-0x040d 001495 branch memcpy 
-:      001497 p_mouse_le_txbuff_load:
-0x040e 001498 arg mem_le_tx_buffer0_omemalloc ,contr 
-0x040f 001499 arg mem_le_tx_buffer0 ,contw 
-0x0410 001500 call p_mouse_le_txbuff_copy 
-0x0411 001501 arg mem_le_tx_buffer1 ,contw 
-0x0412 001502 call p_mouse_le_txbuff_copy 
-0x0413 001503 arg mem_le_tx_buffer2 ,contw 
-0x0414 001504 call p_mouse_le_txbuff_copy 
-0x0415 001505 arg mem_le_tx_buffer3 ,contw 
-0x0416 001506 branch p_mouse_le_txbuff_copy 
-:      001508 p_mouse_le:
-0x0417 001509 call le_fifo_check_nearly_full 
-0x0418 001510 nrtn blank 
-0x0419 001511 fetch 1 ,mem_le_connect_status_flag 
-0x041a 001512 and pdata ,0x03 ,pdata 
-0x041b 001513 rtnne 0x03 
-0x041c 001514 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x041d 001515 call p_mouse_clear_sensor_data ,blank 
-0x041e 001516 fetch mouse_flag_len ,mem_mouse_flag 
-0x041f 001519 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x0420 001520 call mouse_motion 
-0x0421 001521 nrtn user 
-0x0422 001522 call p_mouse_wheel_trigger 
-0x0423 001523 branch p_mouse_data_push 
-:      001525 p_mouse_data_init:
-0x0424 001526 jam 7 ,mem_mouse_data_queue 
-0x0425 001527 jam 4 ,mem_mouse_data_queue + 1 
-0x0426 001528 setarg mem_mouse_data_queue 
-0x0427 001529 store 2 ,mem_queue_ptr 
-0x0428 001530 branch queue_init 
-:      001532 p_mouse_data_push:
-0x0429 001533 arg mem_mouse_key ,rega 
-0x042a 001534 call queue_push 
-0x042b 001535 call p_mouse_queue_increase ,user 
-0x042c 001537 rtn 
-:      001538 p_mouse_queue_increase:
-0x042d 001539 fetch 1 ,mem_mouse_data_queue_num 
-0x042e 001540 increase 1 ,pdata 
-0x042f 001541 store 1 ,mem_mouse_data_queue_num 
-0x0430 001542 rtn 
-:      001544 p_mouse_data_pull:
-0x0431 001545 arg mem_mouse_key ,rega 
-0x0432 001546 call queue_pop 
-0x0433 001547 branch p_mouse_fill_data_le ,user 
-0x0434 001548 rtn 
-:      001550 p_mouse_fill_data_le:
-0x0435 001551 call le_clear_md 
-0x0436 001552 fetch 1 ,mem_mouse_data_queue_num 
-0x0437 001553 sub pdata ,1 ,null 
-0x0438 001554 ncall le_set_md ,positive 
-0x0439 001555 fetch 1 ,mem_mouse_data_queue_num 
-0x043a 001556 rtn blank 
-0x043b 001557 increase -1 ,pdata 
-0x043c 001558 store 1 ,mem_mouse_data_queue_num 
-0x043d 001559 branch mouse_fill_data_le 
-:      001562 p_mouse_wheel_trigger:
-0x043e 001563 fetch 2 ,mem_mouse_z 
-0x043f 001564 rtn blank 
-0x0440 001565 jam 1 ,mem_mouse_wheel_trigger 
-0x0441 001566 jam 2 ,mem_mouse_wheel_trigger_timer 
-0x0442 001567 rtn 
-:      001569 p_mouse_bt:
-0x0443 001570 rtn attempt 
-0x0444 001571 fetch 1 ,mem_app_handshake_flag 
-0x0445 001572 rtn blank 
-0x0446 001573 call l2cap_malloc_is_fifo_nearly_full 
-0x0447 001574 nrtn blank 
-0x0448 001575 fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0x0449 001576 call p_mouse_clear_sensor_data ,blank 
-0x044a 001577 fetch mouse_flag_len ,mem_mouse_flag 
-0x044b 001580 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
-0x044c 001581 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
-0x044d 001582 call mouse_motion 
-0x044e 001583 nrtn user 
-0x044f 001584 call p_mouse_wheel_trigger 
-0x0450 001585 fetch 1 ,mem_mouse_bt_boot_mode 
-0x0451 001586 beq 1 ,p_mouse_send_data_boot_mode 
-0x0452 001587 fetch 1 ,mem_mouse_bt_send_first_package_flag 
-0x0453 001588 rtn blank 
-0x0454 001589 branch mouse_send_data 
-:      001591 p_mouse_send_data_boot_mode:
-0x0455 001592 fetch 1 ,mem_mouse_key 
-0x0456 001593 store 1 ,mem_mouse_bt_boot_data 
-0x0457 001594 fetch 1 ,mem_mouse_x 
-0x0458 001595 istore 1 ,contw 
-0x0459 001596 fetch 1 ,mem_mouse_y 
-0x045a 001597 istore 1 ,contw 
-0x045b 001598 fetch 2 ,mem_mouse_z 
-0x045c 001599 istore 2 ,contw 
-0x045d 001601 arg 7 ,rega 
-0x045e 001602 call hid_malloc_tx_buff 
-0x045f 001603 fetch 2 ,mem_hid_int_remote_cid 
-0x0460 001604 istore 2 ,contw 
-0x0461 001605 setarg 0x02a1 
-0x0462 001606 istore 2 ,contw 
-0x0463 001607 fetch 5 ,mem_mouse_bt_boot_data 
-0x0464 001608 istore 5 ,contw 
-0x0465 001609 rtn 
-:      001611 p_mouse_clear_sensor_data:
-0x0466 001612 call le_set_config_more_data 
-0x0467 001613 jam 1 ,mem_mouse_clear_sensor_data_flag 
-0x0468 001614 branch p_mouse_sensor_poweron 
-:      001616 p_mouse_idle:
-0x0469 001617 call ui_check_paring_button 
-0x046a 001618 call p_mouse_dpi_check 
-0x046b 001619 branch mouse_wheel_check 
-:      001621 p_gpio_set_input_pd:
-0x046c 001622 set0 gpio_active_bit ,temp 
-0x046d 001623 arg core_gpio_pu0 ,contw 
-0x046e 001624 call gpio_set_bit 
-0x046f 001625 set1 gpio_active_bit ,temp 
-0x0470 001626 arg core_gpio_pd0 ,contw 
-0x0471 001627 call gpio_set_bit 
-0x0472 001628 set0 gpio_active_bit ,temp 
-0x0473 001629 arg core_gpio_oe0 ,contw 
-0x0474 001630 branch gpio_set_bit 
-:      001632 p_gpio_set_input_pu:
-0x0475 001633 set1 gpio_active_bit ,temp 
-0x0476 001634 arg core_gpio_pu0 ,contw 
-0x0477 001635 call gpio_set_bit 
-0x0478 001636 set0 gpio_active_bit ,temp 
-0x0479 001637 branch p_gpio_set_input_pd + 4 
-:      001639 p_mouse_dpi_check_next:
-0x047a 001640 fetcht 1 ,mem_dpi_button_gpio 
-0x047b 001641 call gpio_get_bit 
-0x047c 001642 branch mouse_dpi_up ,true 
-:      001643 p_mouse_dpi_down:
-0x047d 001644 fetch 1 ,mem_mouse_dpi_button_state 
-0x047e 001645 rtneq dpi_button_state_down 
-0x047f 001646 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-0x0480 001647 fetch 1 ,mem_mouse_dpi 
-0x0481 001648 increase 1 ,pdata 
-0x0482 001649 sub pdata ,0x03 ,null 
-0x0483 001650 ncall disable_blank ,positive 
-:      001651 p_mouse_set_dpi:
-0x0484 001652 store 1 ,mem_mouse_dpi 
-0x0485 001653 call mouse_seting_dpi 
-0x0486 001654 jam 2 ,mem_mouse_dpi_led_delay_count 
-0x0487 001655 branch p_mouse_store_flash_device_info 
-:      001659 p_mouse_dpi_check:
-0x0488 001660 fetcht 1 ,mem_dpi_button_gpio 
-0x0489 001661 call p_gpio_set_input_pd 
-0x048a 001662 call p_mouse_dpi_check_next 
-0x048b 001663 fetcht 1 ,mem_dpi_button_gpio 
-0x048c 001664 branch p_gpio_set_input_pu 
-:      001667 p_mouse_priority_bb_event:
-0x048d 001668 copy regc ,pdata 
-0x048e 001669 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-0x048f 001670 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-0x0490 001671 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
-0x0491 001672 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-0x0492 001673 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-0x0493 001674 beq bt_evt_reconn_failed ,p_mouse_bb_event_reconn_failed 
-0x0494 001675 beq bt_evt_reconn_page_timeout ,p_mouse_bb_event_reconn_timeout 
-0x0495 001676 beq bt_evt_virtual_cable_unplug ,p_mouse_irtual_cable_unplug 
-0x0496 001677 beq bt_evt_switch_not_accept ,app_bt_role_switch 
-0x0497 001678 beq bt_evt_sniff_not_accept ,p_mouse_sniff_not_accept 
-0x0498 001679 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
-0x0499 001680 beq bt_evt_bb_disconnected ,p_mouse_bb_event_disconnected 
-0x049a 001681 beq bt_evt_switch_success_master ,p_mouse_enter_sniff_check 
-0x049b 001682 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-0x049c 001683 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-0x049d 001684 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-0x049e 001685 branch mouse_priority_bb_event + 1 
-:      001687 p_mouse_le_bb_event_connected:
-0x049f 001688 call p_mouse_init_sensor_reset 
-0x04a0 001689 call p_mouse_data_init 
-0x04a1 001690 branch mouse_le_bb_event_connected 
-:      001692 p_mouse_le_bb_disconnected:
-0x04a2 001693 call p_mouse_sensor_powerdown_check 
-0x04a3 001694 setarg le_interval_8_75ms 
-0x04a4 001695 store 2 ,mem_le_interval_min 
-0x04a5 001696 store 2 ,mem_le_interval_min + 2 
-0x04a6 001697 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x04a7 001698 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x04a8 001699 call p_mouse_data_init 
-0x04a9 001700 call le_clr_config_more_data 
-0x04aa 001701 branch mouse_bb_disconnected 
-:      001703 p_mouse_le_enc_info:
-:      001704 p_app_updata_le_param:
-0x04ab 001705 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x04ac 001706 branch ui_ipc_send_cmd 
-:      001708 p_mouse_le_ll_start_encryt:
-0x04ad 001709 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x04ae 001710 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-0x04af 001711 branch p_mouse_le_ll_enable_start_enc_flag 
-:      001713 p_mouse_le_ll_reconn_start_encryt:
-0x04b0 001714 call p_app_updata_le_param 
-0x04b1 001715 jam 20 ,mem_le_start_encrypt_timer 
-:      001716 p_mouse_le_ll_enable_start_enc_flag:
-0x04b2 001717 arg ll_start_enc_flag ,queue 
-0x04b3 001718 branch mouse_le_enable_connect_flag 
-:      001720 p_mouse_le_conn_param_update_rsp_recieved:
-0x04b4 001721 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x04b5 001722 rtneq ble_signaling_connect_parameter_update_accepted 
-0x04b6 001723 fetch 1 ,mem_le_tsniff 
-0x04b7 001724 rshift2 pdata ,pdata 
-0x04b8 001725 sub pdata ,le_interval_15ms ,null 
-0x04b9 001726 rtn positive 
-0x04ba 001727 setarg le_interval_11_25ms 
-0x04bb 001728 store 2 ,mem_le_interval_min 
-0x04bc 001729 store 2 ,mem_le_interval_min + 2 
-0x04bd 001730 call p_app_updata_le_param 
-0x04be 001731 branch p_mouse_le_conn_param_lpm_disable 
-:      001734 p_mouse_bb_event_reconn_timeout:
-:      001735 p_mouse_bb_event_reconn_failed:
-0x04bf 001736 fetch 2 ,mem_ui_state_map 
-0x04c0 001737 rtnbit1 ui_state_btn_down 
-0x04c1 001738 rtnbit1 ui_state_bt_discovery 
-0x04c2 001739 rtnbit1 ui_state_ble_adv 
-0x04c3 001740 fetch mouse_flag_len ,mem_mouse_flag 
-0x04c4 001741 rtnbit1 mouse_bt_discovery_button_down_flag 
-0x04c5 001744 branch app_bb_hibernate 
-:      001746 p_mouse_irtual_cable_unplug:
-0x04c6 001747 call mouse_irtual_cable_unplug 
-0x04c7 001748 branch app_bb_hibernate 
-:      001750 p_mouse_sniff_not_accept:
-0x04c8 001751 fetch 1 ,mem_mouse_enter_sniff_count 
-0x04c9 001752 rtneq 2 
-0x04ca 001753 increase 1 ,pdata 
-0x04cb 001754 store 1 ,mem_mouse_enter_sniff_count 
-0x04cc 001755 jam 0x12 ,mem_sniff_param_interval 
-0x04cd 001756 branch app_bt_enter_sniff 
-:      001758 p_mouse_bb_event_connected:
-0x04ce 001759 jam 0 ,mem_mouse_send_switch_req_timer 
-0x04cf 001760 call p_mouse_init_sensor_reset 
-0x04d0 001761 branch mouse_stop_discovery 
-:      001763 p_mouse_bb_event_disconnected:
-0x04d1 001764 jam 0 ,mem_bt_rcvd_switch_req_accept 
-0x04d2 001765 jam 0 ,mem_bt_send_lmp_setup_complete 
-0x04d3 001766 jam 0 ,mem_mouse_bt_send_first_package_flag 
-0x04d4 001767 call p_mouse_sensor_powerdown_check 
-0x04d5 001768 branch mouse_bb_disconnected 
-:      001770 p_mouse_enter_sniff_check:
-0x04d6 001771 fetch 1 ,mem_mouse_enter_sniff_count 
-0x04d7 001772 rtnne 2 
-0x04d8 001773 jam 0 ,mem_mouse_enter_sniff_count 
-0x04d9 001774 jam 0x0e ,mem_sniff_param_interval 
-0x04da 001775 branch app_bt_enter_sniff 
-:      001778 p_mouse_24g_pairing_complete:
-0x04db 001779 call p_mouse_init_sensor_reset 
-0x04dc 001781 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x04dd 001782 arg mosue_24g_pairing_flag ,queue 
-0x04de 001783 call mouse_disable_function_flag 
-0x04df 001784 setarg 0 
-0x04e0 001785 store 2 ,mem_24g_pairing_timer_count 
-0x04e1 001786 jam 0 ,mem_mouse_move_flag 
-0x04e2 001792 call mouse_read_sensor_common 
-0x04e3 001794 call p_mouse_tx_power_init 
-0x04e4 001798 fetch 4 ,mem_24g_addr 
-0x04e5 001799 store 4 ,mem_mouse_24g_addr 
-0x04e6 001801 branch p_mouse_store_flash_device_info 
-:      001803 p_mouse_24g_attempt_fail:
-0x04e7 001804 call p_mouse_sensor_powerdown_check 
-0x04e8 001805 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0x04e9 001806 call p_mouse_tx_power_init 
-0x04ea 001807 call p_g24_check_51cmd_stop_24g 
-0x04eb 001808 jam 0 ,mem_link_key_exists 
-0x04ec 001809 call p_mouse_setgpio_hibernate 
-0x04ed 001810 branch app_enter_hibernate 
-:      001812 p_mouse_24g_attempt_success:
-0x04ee 001813 call p_mouse_init_sensor_reset 
-0x04ef 001814 branch mouse_no_data_timer_init 
-:      001817 p_mouse_before_hibernate:
-0x04f0 001818 enable user 
-0x04f1 001819 hfetch 4 ,0x8138 
-0x04f2 001820 setflag user ,26 ,pdata 
-0x04f3 001821 hstore 4 ,core_lpm_reg 
-0x04f4 001822 call lpm_write_ctrl 
-0x04f5 001823 call p_mouse_sensor_powerdown_check 
-0x04f6 001824 call disable_authrom 
-0x04f7 001825 call mouse_devce_led_off 
-0x04f8 001826 call mouse_before_hibernate_wheel_gpio_set 
-0x04f9 001827 call p_mouse_setgpio_hibernate 
-0x04fa 001828 call p_flash_deep_power_down 
-0x04fb 001829 hfetch 1 ,core_gpio_sel1 
-0x04fc 001830 and pdata ,0xf7 ,pdata 
-0x04fd 001831 hstore 1 ,core_gpio_sel1 
-0x04fe 001832 rtn 
-:      001834 p_mouse_sensor_powerdown_check:
-0x04ff 001835 fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0x0500 001836 rtn blank 
-0x0501 001837 jam 0 ,mem_mouse_init_sensor_reset_flag 
-0x0502 001838 branch p_mouse_sensor_powerdown 
-:      001841 p_mouse_bb_event_timer:
-0x0503 001842 call p_mouse_adc_read 
-0x0504 001843 call p_mouse_low_voltage_led_timer 
-0x0505 001844 call p_mouse_wheel_trigger_timer 
-0x0506 001845 call p_mouse_dpi_led_blink_delay_timer 
-0x0507 001847 call p_mouse_select_device_by_button 
-0x0508 001848 call mouse_check_discovery_timeout_timer 
-0x0509 001849 call mouse_check_no_data_timeout_timer 
-0x050a 001850 call mouse_check_direct_timeout_timer 
-0x050b 001851 call p_mouse_le_enable_att_list_timer 
-0x050c 001852 call p_mouse_send_switch_req_timer 
-0x050d 001853 call mouse_check_hid_handshake_timer 
-0x050e 001854 call p_mouse_bt_check_sniff_req_timeout_timer 
-0x050f 001855 branch p_mouse_device_poweron_led_timer 
-:      001857 p_mouse_low_voltage_led_timer:
-0x0510 001858 fetch 1 ,mem_mouse_blink_count 
-0x0511 001859 branch mouse_low_voltage_led_timer ,blank 
-0x0512 001860 jam 12 ,mem_adc_low_volatage_led_timer_count 
-0x0513 001861 rtn 
-:      001863 p_mouse_send_switch_req_timer:
-0x0514 001864 arg mem_mouse_send_switch_req_timer ,regc 
-0x0515 001865 arg host_create_conn_resend ,regb 
-0x0516 001866 branch timer_single_step 
-:      001868 p_mouse_bt_check_sniff_req_timeout_timer:
-0x0517 001869 arg mem_mouse_bt_send_first_package_timer ,regc 
-0x0518 001870 arg p_mouse_bt_send_first_package ,regb 
-0x0519 001871 branch timer_single_step 
-:      001872 p_mouse_bt_send_first_package:
-0x051a 001873 jam 1 ,mem_mouse_bt_send_first_package_flag 
-0x051b 001874 rtn 
-:      001877 p_mouse_le_enable_att_list_timer:
-0x051c 001878 arg mem_le_start_encrypt_timer ,regc 
-0x051d 001879 arg mouse_le_write_enable ,regb 
-0x051e 001880 branch timer_single_step 
-:      001882 p_mouse_wheel_trigger_timer:
-0x051f 001883 arg mem_mouse_wheel_trigger_timer ,regc 
-0x0520 001884 arg p_mouse_wheel_trigger_disable ,regb 
-0x0521 001885 branch timer_single_step 
-:      001886 p_mouse_wheel_trigger_disable:
-0x0522 001887 jam 0 ,mem_mouse_wheel_trigger 
-0x0523 001888 rtn 
-:      001890 p_mouse_bt_discovery_timer:
-0x0524 001891 arg mem_select_ui_button_count ,regc 
-0x0525 001892 arg p_mouse_long_button_bt_discovery ,regb 
-0x0526 001893 branch timer_single_step 
-:      001895 p_mouse_long_button_bt_discovery:
-0x0527 001896 fetcht 1 ,mem_device_flag 
-0x0528 001897 fetch 1 ,mem_24g_device_number 
-0x0529 001898 isub temp ,null 
-0x052a 001899 rtn zero 
-0x052b 001900 fetch 2 ,mem_ui_state_map 
-0x052c 001901 isolate1 ui_state_ble_adv ,pdata 
-0x052d 001902 call mouse_stop_le_adv ,true 
-0x052e 001903 fetch 2 ,mem_ui_state_map 
-0x052f 001904 isolate1 ui_state_bt_reconnect ,pdata 
-0x0530 001905 call mouse_cancel_reconnect ,true 
-0x0531 001906 branch mouse_long_button_bt_discovry 
-:      001909 p_mouse_get_select_state:
-0x0532 001910 fetcht 1 ,mem_config_select_device_button_gpio 
-0x0533 001911 branch gpio_get_bit 
-:      001915 p_mouse_select_device_by_button:
-0x0534 001916 call p_mouse_get_select_state 
-0x0535 001917 nbranch p_mouse_select_device_button_up ,true 
-:      001918 p_mouse_select_device_button_down:
-0x0536 001919 call p_mouse_bt_discovery_timer 
-0x0537 001920 fetch 1 ,mem_select_device_button_statue 
-0x0538 001921 rtneq pb_button_state_down 
-0x0539 001922 jam pb_button_state_down ,mem_select_device_button_statue 
-0x053a 001923 fetch 2 ,mem_mouse_direct_timeout 
-0x053b 001924 store 2 ,mem_mouse_direct_timer 
-0x053c 001925 force page_length_timer ,queue 
-0x053d 001926 fetch 2 ,mem_page_to 
-0x053e 001927 branch timer_init 
-:      001931 p_mouse_select_device_button_up:
-0x053f 001932 fetch 1 ,mem_select_device_button_statue 
-0x0540 001933 rtneq pb_button_state_up 
-0x0541 001934 fetch 1 ,mem_select_ui_button_count 
-0x0542 001935 ncall p_mouse_ready_reconnection_by_button ,blank 
-0x0543 001936 fetch 1 ,mem_ui_button_timeout 
-0x0544 001937 store 1 ,mem_select_ui_button_count 
-0x0545 001938 jam pb_button_state_up ,mem_select_device_button_statue 
-0x0546 001939 rtn 
-:      001941 p_mouse_ready_reconnection_by_button:
-0x0547 001942 fetcht 1 ,mem_device_flag 
-0x0548 001943 increase 1 ,temp 
-0x0549 001944 fetch 1 ,mem_device_number 
-0x054a 001945 isub temp ,null 
-0x054b 001946 ncall mouse_select_device_count_clean ,positive 
-0x054c 001947 storet 1 ,mem_device_flag 
-0x054d 001948 jam 0 ,mem_link_key_exists 
-0x054e 001949 call p_mouse_store_flash_device_info 
-0x054f 001952 fetch mouse_flag_len ,mem_mouse_flag 
-0x0550 001953 rtneq mouse_bt_discovery_button_long_down_flag 
-0x0551 001954 branch mouse_set_reconnection 
-:      001958 p_mouse_adc_read:
-0x0552 001961 fetch 1 ,mem_adc_read_timer 
-0x0553 001962 increase 1 ,pdata 
-0x0554 001963 store 1 ,mem_adc_read_timer 
-0x0555 001964 sub pdata ,10 ,null 
-0x0556 001965 rtn positive 
-0x0557 001966 jam 0 ,mem_adc_read_timer 
-0x0558 001967 call adc_set_mode 
-0x0559 001968 call vdd_calculate_by_mode 
-0x055a 001969 store 2 ,mem_mouse_vdd_now_vol 
-0x055b 001970 arg mem_mouse_vdd_calculate_set ,rega 
-0x055c 001971 call p_adc_bat_percent_lowpower_out 
-0x055d 001972 fetch 1 ,mem_adc_power_flag 
-0x055e 001974 bbit0 0 ,p_mouse_adc_no_low_voltage 
-0x055f 001975 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
-0x0560 001976 branch mouse_adc_low_voltage 
-:      001977 p_mouse_adc_no_low_voltage:
-0x0561 001978 call mouse_adc_no_low_voltage 
-0x0562 001979 jam 12 ,mem_adc_low_volatage_led_timer_count 
-0x0563 001980 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
-0x0564 001981 rtn blank 
-0x0565 001982 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
-0x0566 001983 fetch 1 ,mem_config_low_voltage_alarm_gpio 
-0x0567 001984 store 1 ,mem_mouse_struct_led_gpio 
-0x0568 001985 branch mouse_led_off 
-:      002006 p_adc_bat_percent_lowpower_out:
-0x0569 002007 ifetch 8 ,rega 
-0x056a 002008 store 8 ,mem_pdatatemp 
-0x056b 002009 fetcht 2 ,mem_pdatatemp + 2 
-0x056c 002010 fetch 2 ,mem_pdatatemp + 6 
-0x056d 002011 isub temp ,null 
-0x056e 002012 nbranch adc_set_no_power_flag ,positive 
-0x056f 002013 fetcht 2 ,mem_pdatatemp + 4 
-0x0570 002014 isub temp ,null 
-0x0571 002015 nbranch adc_set_low_power_flag ,positive 
-:      002016 p_adc_clear_low_power_flag:
-0x0572 002017 fetch 1 ,mem_adc_power_flag 
-0x0573 002018 set0 0 ,pdata 
-0x0574 002019 store 1 ,mem_adc_power_flag 
-0x0575 002020 rtn 
-:      002023 p_mouse_dpi_led_blink_delay_timer:
-0x0576 002024 arg mem_mouse_dpi_led_delay_count ,regc 
-0x0577 002025 arg p_mouse_dpi_led_setting ,regb 
-0x0578 002026 branch timer_single_step 
-:      002028 p_mouse_dpi_led_setting:
-0x0579 002029 fetch 1 ,mem_dpi_led_gpio 
-0x057a 002030 store 1 ,mem_mouse_struct_led_gpio 
-0x057b 002031 setarg led_dpi_blink_fixed 
-0x057c 002032 store 2 ,mem_mouse_on_time 
-0x057d 002033 store 2 ,mem_mouse_off_time 
-0x057e 002034 arg 0 ,rega 
-0x057f 002035 fetcht 1 ,mem_mouse_dpi 
-0x0580 002037 storet 1 ,mem_mouse_blink_count 
-0x0581 002038 jam ui_led_state_blink_start ,mem_mouse_led_type 
-0x0582 002039 rtn 
-:      002042 p_mouse_bb_event_discovery_btn:
-0x0583 002043 jam 0 ,mem_mouse_poweron_led_timer 
-0x0584 002044 isolate1 mark_24g ,mark 
-0x0585 002045 call p_g24_check_51cmd_stop_24g ,true 
-0x0586 002046 branch mouse_bb_event_discovery_btn + 1 
-:      002049 p_le_addr_random_config:
-0x0587 002050 call load_adc_init 
-0x0588 002051 fetch 2 ,mem_0_5_adc_io_data 
-0x0589 002052 nbranch p_le_otp_adc_empty ,blank 
-0x058a 002053 setarg 0x1122 
-:      002054 p_le_otp_adc_empty:
-0x058b 002055 store 2 ,mem_random_addr_increase_count 
-0x058c 002056 rtn 
-:      002059 p_mouse_start_discovery:
-0x058d 002060 call p_mouse_tx_power_init 
-0x058e 002061 jam 0 ,mem_mouse_clear_sensor_data_flag 
-0x058f 002062 fetch 2 ,mem_ui_state_map 
-0x0590 002063 bbit1 ui_state_ble_adv ,p_mouse_start_discovery_norandom 
-0x0591 002066 call p_mouse_load_random_addr_increase_count 
-0x0592 002067 fetcht 2 ,mem_random_addr_increase_count 
-0x0593 002068 increase 1 ,temp 
-0x0594 002069 storet 2 ,mem_random_addr_increase_count 
-0x0595 002070 storet 2 ,mem_le_lap + 1 
-0x0596 002071 call p_mouse_store_random_addr_increase_count 
-0x0597 002072 random pdata 
-0x0598 002073 store 1 ,mem_le_lap 
-:      002074 p_mouse_start_discovery_norandom:
-0x0599 002075 call app_lpm_mult_disable 
-0x059a 002076 fetch 2 ,mem_discovery_timeout 
-0x059b 002077 store 2 ,mem_mouse_discovery_timer 
-0x059c 002078 jam 6 ,mem_connection_options 
-0x059d 002079 setarg 0 
-0x059e 002080 store 2 ,mem_mouse_no_data_timer 
-0x059f 002081 store 2 ,mem_mouse_direct_timer 
-0x05a0 002082 arg mouse_store_eeprom_flag ,queue 
-0x05a1 002083 call mouse_enable_function_flag 
-0x05a2 002084 call mouse_bt_discovery_button_down_disable 
-0x05a3 002085 fetch 1 ,mem_device_option 
-0x05a4 002086 isolate1 mode_4_mouse ,pdata 
-0x05a5 002087 call p_check_51cmd_adv ,true 
-0x05a6 002088 jam 0 ,mem_mouse_bt_reconnect_flag 
-0x05a7 002089 branch mouse_start_discovery_norandom + 13 
-:      002092 p_check_51cmd_adv:
-0x05a8 002093 jam 0 ,mem_mouse_le_reconnect_flag 
-0x05a9 002094 call p_le_check_adv_flag 
-0x05aa 002095 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
-0x05ab 002096 istore 1 ,contr 
-0x05ac 002098 arg mem_le_adv_swift_pair ,contr 
-0x05ad 002099 call p_le_adv_data_update 
-0x05ae 002101 branch check_51cmd_adv 
-:      002103 p_le_adv_data_update:
-0x05af 002104 arg mem_le_adv_data + 11 ,contw 
-0x05b0 002105 arg 19 ,loopcnt 
-0x05b1 002106 call memcpy 
-0x05b2 002107 branch le_modified_name_adv 
-:      002109 p_mouse_stop_discovery:
-0x05b3 002110 setarg 0 
-0x05b4 002111 store 2 ,mem_mouse_discovery_timer 
-0x05b5 002112 store 1 ,mem_mouse_blink_count 
-0x05b6 002113 call p_mouse_sensor_poweron 
-0x05b7 002114 branch mouse_stop_discovery + 1 
-:      002116 p_le_slave_match:
-0x05b8 002117 fetch 1 ,mem_le_md_count 
-0x05b9 002118 pincrease 1 
-0x05ba 002119 store 1 ,mem_le_md_count 
-0x05bb 002120 beq le_md_max_count ,le_slave_cont 
-0x05bc 002121 call le_acknowledge 
-0x05bd 002122 call le_prepare_tx 
-0x05be 002123 call power_ctrl_start 
-0x05bf 002124 branch le_slave_match + 7 
-:      002126 p_le_next_adv_channel:
-0x05c0 002127 fetch 1 ,mem_le_ch_mapped 
-0x05c1 002128 increase 1 ,pdata 
-0x05c2 002129 store 1 ,mem_le_ch_mapped 
-0x05c3 002130 rtnne 40 
-0x05c4 002131 jam 37 ,mem_le_ch_mapped 
-0x05c5 002132 rtn 
-:      002134 p_le_receive_skip:
-0x05c6 002135 call save_rssi 
-0x05c7 002136 call p_rssi_signal 
-0x05c8 002137 branch le_receive_skip + 2 
-:      002139 p_le_update_param:
-0x05c9 002140 call p_mouse_le_conn_param_check 
-0x05ca 002141 branch le_update_param + 8 
-:      002142 p_mouse_le_lpm_mult_reinit:
-0x05cb 002143 fetch 1 ,mem_lpm_mult_init 
-0x05cc 002144 store 1 ,mem_lpm_mult 
-:      002145 p_mouse_le_conn_param_lpm_enable:
-0x05cd 002146 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-0x05ce 002147 rtn 
-:      002148 p_mouse_le_conn_param_lpm_disable:
-0x05cf 002149 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
-0x05d0 002150 rtn 
-:      002151 p_mouse_le_conn_param_check:
-0x05d1 002152 fetch 1 ,mem_le_new_conninterval 
-0x05d2 002153 sub pdata ,le_interval_15ms ,null 
-0x05d3 002154 nbranch p_mouse_le_conn_param_lpm_disable ,positive 
-0x05d4 002155 fetch 1 ,mem_le_new_connslavelatency 
-0x05d5 002156 fetcht 1 ,mem_lpm_mult_init 
-0x05d6 002157 isub temp ,null 
-0x05d7 002158 branch p_mouse_le_lpm_mult_reinit ,positive 
-0x05d8 002159 fetch 1 ,mem_le_new_connslavelatency 
-0x05d9 002160 store 1 ,mem_lpm_mult 
-0x05da 002161 branch p_mouse_le_conn_param_lpm_enable 
-:      002163 p_le_update_channel_map:
-0x05db 002164 fetch 1 ,mem_le_state 
-0x05dc 002165 rtnbit0 lestate_update_map 
-0x05dd 002166 call p_le_channel_map_overflow_check 
-0x05de 002167 nrtn user 
-0x05df 002168 branch le_update_channel_map + 3 
-:      002169 p_le_channel_map_overflow_check:
-0x05e0 002170 enable user 
-0x05e1 002171 fetch 1 ,mem_le_event_count + 1 
-0x05e2 002172 rshift4 pdata ,pdata 
-0x05e3 002173 rtnne 0x0f 
-0x05e4 002174 fetch 1 ,mem_le_instant + 1 
-0x05e5 002175 rshift4 pdata ,pdata 
-0x05e6 002176 rtnne 0x00 
-0x05e7 002177 branch disable_user 
-:      002179 p_le_prepare_tx:
-0x05e8 002180 fetch 1 ,mem_le_arq 
-0x05e9 002181 bbit1 wak ,p_le_prepare_tx_wak 
-0x05ea 002182 call power_ctrl_pac_succ_incrs 
-0x05eb 002183 fetch 1 ,mem_empty_count 
-0x05ec 002184 nbranch p_le_send_empyt ,blank 
-0x05ed 002185 fetch 1 ,mem_le_state 
-0x05ee 002186 bbit0 lestate_encryption ,p_le_tx_4 
-0x05ef 002187 fetch 1 ,mem_le_rxbuf + 1 
-0x05f0 002188 branch p_le_tx_4 ,blank 
-0x05f1 002189 branch le_send_empty 
-:      002190 p_le_send_empyt:
-0x05f2 002191 fetch 1 ,mem_empty_count 
-0x05f3 002192 increase -1 ,pdata 
-0x05f4 002193 store 1 ,mem_empty_count 
-0x05f5 002194 branch le_send_empty 
-:      002195 p_le_tx_4:
-0x05f6 002196 fetch 1 ,mem_le_pairing_state 
-0x05f7 002197 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
-0x05f8 002198 jam 3 ,mem_empty_count 
-:      002199 p_in_le_tx_4:
-0x05f9 002200 call le_fifo_check_nearly_full 
-0x05fa 002201 call p_mouse_data_pull ,blank 
-0x05fb 002202 branch le_prepare_tx + 4 
-:      002204 p_le_prepare_tx_wak:
-0x05fc 002205 call p_le_check_tx_retransmit_setmd 
-0x05fd 002206 branch p_le_power_ctrl_pac_succ_decrs 
-:      002208 p_le_check_tx_retransmit_setmd:
-0x05fe 002209 fetch 1 ,mem_le_connect_status_flag 
-0x05ff 002210 and pdata ,0x03 ,pdata 
-0x0600 002211 rtnne 0x03 
-0x0601 002212 fetch 1 ,mem_mouse_data_queue_num 
-0x0602 002213 rtn blank 
-0x0603 002214 fetch 1 ,mem_le_txlen 
-0x0604 002215 rtn blank 
-0x0605 002216 fetch 1 ,mem_le_txheader 
-0x0606 002217 set1 md ,pdata 
-0x0607 002218 store 1 ,mem_le_txheader 
-0x0608 002219 call le_set_md 
-0x0609 002220 rtn 
-:      002224 p_le_power_ctrl_pac_succ_decrs:
-0x060a 002225 branch power_ctrl_pac_succ_decrs 
-:      002227 p_mouse_le_reconn_write_enable_timer_reinit:
-0x060b 002228 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x060c 002229 rtn blank 
-0x060d 002230 fetch 1 ,mem_le_connect_status_flag 
-0x060e 002231 and pdata ,0x03 ,pdata 
-0x060f 002232 rtneq 0x03 
-0x0610 002233 jam 10 ,mem_le_start_encrypt_timer 
-0x0611 002234 rtn 
-:      002236 p_le_parse:
-0x0612 002237 rtnmark1 mark_old_packet 
-0x0613 002238 call le_fifo_check_full 
-0x0614 002239 nrtn blank 
-0x0615 002240 fetch 1 ,mem_le_rxbuf 
-0x0616 002241 and pdata ,0x3 ,pdata 
-0x0617 002242 store 1 ,mem_le_packet_llid 
-0x0618 002243 ifetch 1 ,contr 
-0x0619 002244 and pdata ,0x1f ,pdata 
-0x061a 002245 store 1 ,mem_le_packet_size 
-0x061b 002246 rtn blank 
-0x061c 002247 copy contr ,pdata 
-0x061d 002248 store 2 ,mem_le_payload_ptr 
-0x061e 002249 fetch 1 ,mem_le_packet_llid 
-0x061f 002250 beq llid_le_ll ,p_le_parse_ll 
-0x0620 002251 branch le_parse_l2cap 
-:      002252 p_le_parse_ll:
-0x0621 002253 fetch 1 ,mem_le_rxbuf + 2 
-0x0622 002254 beq ll_channel_map_req ,p_le_parse_channel_map_req 
-0x0623 002255 branch le_parse_ll + 1 
-:      002256 p_le_parse_channel_map_req:
-0x0624 002257 ifetch 5 ,contr 
-0x0625 002258 store 5 ,mem_le_new_map 
-0x0626 002259 ifetch 2 ,contr 
-0x0627 002260 store 2 ,mem_le_instant 
-0x0628 002261 branch le_parse_channel_map_req + 7 
-:      002263 p_le_parse_l2cap:
-0x0629 002264 ifetch 2 ,contr 
-0x062a 002265 beq le_l2cap_cid_att ,p_le_parse_att 
-0x062b 002266 beq le_l2cap_cid_smp ,p_le_parse_smp 
-0x062c 002267 branch le_parse_l2cap + 11 
-:      002268 p_le_parse_att:
-0x062d 002269 call store_contr 
-0x062e 002270 call p_mouse_le_reconn_write_enable_timer_reinit 
-0x062f 002271 call get_contr 
-0x0630 002272 ifetch 3 ,contr 
-0x0631 002273 store 3 ,mem_le_att_opcode 
-0x0632 002274 beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
-0x0633 002275 rshift8 pdata ,temp 
-0x0634 002276 sub temp ,0x24 ,null 
-0x0635 002277 branch le_parse_att + 2 ,positive 
-0x0636 002278 arg mem_mouse_le_uuid_sup ,temp 
-0x0637 002279 storet 2 ,mem_ui_le_uuid_table 
-0x0638 002280 call le_parse_att + 2 
-0x0639 002281 setarg 0x8e7a 
-0x063a 002282 store 2 ,mem_ui_le_uuid_table 
-0x063b 002283 rtn 
-:      002285 p_le_parse_att_read_by_group_type_request:
-0x063c 002286 call le_parse_att_read_by_group_type_request 
-0x063d 002287 call le_fifo_get_last_tx_ptr 
-0x063e 002288 increase 7 ,contr 
-0x063f 002289 ifetch 1 ,contr 
-0x0640 002290 rtnne attop_read_by_group_type_response 
-0x0641 002291 increase 5 ,contr 
-0x0642 002292 ifetch 2 ,contr 
-0x0643 002293 arg uuid_service_hids ,temp 
-0x0644 002294 isub temp ,null 
-0x0645 002295 nrtn zero 
-0x0646 002296 increase -4 ,contr 
-0x0647 002297 setarg 0x2b 
-0x0648 002298 istore 2 ,contr 
-0x0649 002299 rtn 
-:      002301 p_le_parse_smp:
-0x064a 002302 ifetch 1 ,contr 
-0x064b 002303 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
-0x064c 002304 branch le_parse_smp + 1 
-:      002305 p_le_parse_smp_pairing_failed:
-0x064d 002306 call le_parse_smp_pairing_failed 
-0x064e 002307 fetch 1 ,mem_le_state 
-0x064f 002308 set0 lestate_update_param ,pdata 
-0x0650 002309 store 1 ,mem_le_state 
-0x0651 002310 branch le_parse_terminate_ind 
-:      002312 p_le_adv_not_match:
-0x0652 002313 fetch 1 ,mem_le_ch_mapped 
-0x0653 002314 bne 39 ,le_adv_loop 
-0x0654 002315 call p_le_adv_random_delay 
-0x0655 002316 arg le_adv_interval_timer ,queue 
-0x0656 002317 fetch 2 ,mem_le_adv_interval 
-0x0657 002318 branch timer_init 
-:      002319 p_le_adv_random_delay:
-0x0658 002320 random pdata 
-0x0659 002321 arg 0x1ff ,temp 
-0x065a 002322 iand temp ,pdata 
-0x065b 002323 add pdata ,250 ,pdata 
-0x065c 002324 branch delay 
-:      002326 p_le_lpm_setmult:
-0x065d 002327 disable wake 
-0x065e 002328 branch p_le_lpm_set_mult_attempt ,attempt 
-0x065f 002329 nbranch le_lpm_lost ,match 
-:      002330 p_le_lpm_set_mult_attempt:
-0x0660 002331 call lpm_match 
-0x0661 002332 fetch 2 ,mem_rx_window_sniff 
-0x0662 002333 store 2 ,mem_le_receive_window 
-0x0663 002334 fetch 1 ,mem_le_connect_status_flag 
-0x0664 002335 compare 3 ,pdata ,3 
-0x0665 002336 nbranch lpm_mult_short ,true 
-0x0666 002337 branch le_lpm_set_mult_attempt + 3 
-:      002339 p_le_mouse_bb_event_connect_complete:
-0x0667 002340 fetch 1 ,mem_mouse_le_reconnect_flag 
-0x0668 002341 nrtn blank 
-0x0669 002342 fetch 1 ,mem_le_att_handle 
-0x066a 002343 sub pdata ,26 ,pdata 
-0x066b 002344 nrtn zero 
-0x066c 002345 branch mouse_le_write_enable 
-:      002347 p_twspi_reset:
-0x066d 002348 hfetch 1 ,core_gpio_out3 
-0x066e 002349 and_into 0xfd ,pdata 
-0x066f 002350 hstore 1 ,core_gpio_out3 
-0x0670 002351 hfetcht 1 ,core_gpio_oe3 
-0x0671 002352 or_into 0x2 ,temp 
-0x0672 002353 hstoret 1 ,core_gpio_oe3 
-0x0673 002354 call twspi_disable 
-0x0674 002355 and_into 0xfd ,temp 
-0x0675 002356 nop 13 
-0x0676 002357 call p_twspi_enable 
-0x0677 002358 hstoret 1 ,core_gpio_oe3 
-0x0678 002359 rtn 
-:      002361 p_spid_init:
-0x0679 002362 call spid_init_common 
-:      002363 p_twspi_enable:
-0x067a 002364 hfetch 1 ,core_gpio_sel1 
-0x067b 002365 set1 0 ,pdata 
-0x067c 002366 set0 1 ,pdata 
-0x067d 002367 set0 3 ,pdata 
-0x067e 002368 hstore 1 ,core_gpio_sel1 
-0x067f 002369 rtn 
-:      002372 p_page_wait_fhs_reply_ok:
-0x0680 002373 fetch 1 ,mem_page_rcv_fhs 
-0x0681 002374 increase 1 ,pdata 
-0x0682 002375 store 1 ,mem_page_rcv_fhs 
-0x0683 002376 call prepare_newconn 
-:      002377 p_master_newconn_loop:
-0x0684 002378 set1 mark_first_packet ,mark 
-0x0685 002379 call master_newconn_once 
-0x0686 002380 branch p_newconn_poll_responded ,sync 
-0x0687 002381 set0 mark_first_packet ,mark 
-0x0688 002382 call new_conn_timeout 
-0x0689 002383 nbranch p_master_newconn_loop ,blank 
-0x068a 002384 branch page_restart 
-:      002386 p_newconn_poll_responded:
-0x068b 002387 set0 mark_first_packet ,mark 
-0x068c 002388 branch newconn_poll_responded 
-:      002390 p_role_switch_master:
-0x068d 002391 call role_switch_check 
-0x068e 002392 nrtn user 
-:      002393 p_wait_role_switch_anchor:
-0x068f 002394 disable user 
-0x0690 002395 jam param_newconnto ,mem_newconnto_counter 
-0x0691 002396 set0 mark_fhs_already_good ,mark 
-0x0692 002397 set0 mark_role_switch_receive_fhs ,mark 
-:      002398 p_roles_waitfhs_loop:
-0x0693 002399 call rf_setup_time_master_slot 
-0x0694 002400 call master_recv_packet 
-0x0695 002401 bmark1 mark_fhs_already_good ,p_roles_replyto_fhs 
-0x0696 002402 call new_conn_timeout 
-0x0697 002403 nbranch p_roles_waitfhs_loop ,blank 
-0x0698 002404 bmark1 mark_role_switch_receive_fhs ,p_roles_replyto_fhs1 
-0x0699 002405 branch role_switch_fail_master 
-:      002407 p_roles_replyto_fhs:
-0x069a 002408 call rf_setup_time_slave_slot 
-0x069b 002409 arg type_id ,type 
-0x069c 002410 call master_send_packet 
-0x069d 002411 set1 mark_role_switch_receive_fhs ,mark 
-0x069e 002412 set0 mark_fhs_already_good ,mark 
-0x069f 002413 force 1 ,am_addr 
-0x06a0 002414 jam 2 ,mem_newconnto_counter 
-0x06a1 002415 branch p_roles_waitfhs_loop 
-:      002417 p_roles_replyto_fhs1:
-0x06a2 002418 fetch 4 ,mem_clke_bt 
-0x06a3 002419 pincrease 8 
-0x06a4 002420 store 4 ,mem_clke_bt 
-0x06a5 002421 branch roles_replyto_fhs + 4 
-:      002423 p_process_dmh:
-0x06a6 002424 bmark1 mark_first_packet ,end_of_packet 
-0x06a7 002425 branch process_dmh + 1 
-:      002427 p_prepare_tx:
-0x06a8 002428 fetch 1 ,mem_state 
-0x06a9 002429 isolate1 state_inconn ,pdata 
-0x06aa 002430 call p_bt_power_ctrl ,true 
-0x06ab 002431 branch prepare_tx + 1 
-:      002432 p_bt_power_ctrl:
-0x06ac 002433 fetch 1 ,mem_arq 
-0x06ad 002434 isolate1 wack ,pdata 
-0x06ae 002435 call power_ctrl_pac_succ_decrs ,true 
-0x06af 002436 ncall power_ctrl_pac_succ_incrs ,true 
-0x06b0 002437 branch power_ctrl_start 
-:      002439 p_slave_conn_recv_packet:
-0x06b1 002440 call slave_receive_master_slot 
-0x06b2 002441 nbranch shutdown_radio ,sync 
-0x06b3 002442 call save_rssi 
-0x06b4 002443 call p_rssi_signal 
-0x06b5 002444 branch slave_conn_recv_packet + 4 
-:      002446 p_lpm_dispatch:
-0x06b6 002447 rtnmark1 mark_24g 
-0x06b7 002448 call lpo_calibration 
-0x06b8 002449 fetch 3 ,mem_clks_per_lpo 
-0x06b9 002450 rtn blank 
-0x06ba 002451 fetch 1 ,mem_lpm_mode 
-0x06bb 002452 rtn blank 
-0x06bc 002453 fetch 1 ,mem_adc_low_volatage_led_timer_count 
-0x06bd 002454 sub pdata ,10 ,null 
-0x06be 002455 rtn positive 
-0x06bf 002456 fetch 1 ,mem_ssp_enable 
-0x06c0 002457 branch p_lpm_dispatch_next ,blank 
-0x06c1 002458 fetch 1 ,mem_sp_local_key_invalid 
-0x06c2 002459 rtn blank 
-:      002460 p_lpm_dispatch_next:
-0x06c3 002461 fetch 1 ,mem_le_sc_calc 
-0x06c4 002462 nrtn blank 
-0x06c5 002463 call lpm_check_wake_lock 
-0x06c6 002464 nrtn blank 
-0x06c7 002465 fetch 1 ,mem_context 
-0x06c8 002466 compare 3 ,pdata ,0x7 
-0x06c9 002467 nbranch lpm_dispatch_unconn ,true 
-0x06ca 002468 fetch 2 ,mem_context + coffset_tsniff 
-0x06cb 002469 arg 0xffff ,temp 
-0x06cc 002470 isub temp ,null 
-0x06cd 002471 rtn zero 
-0x06ce 002472 branch lpm_dispatch_next + 9 
-:      002474 p_lpm_set_mult:
-0x06cf 002475 disable wake 
-0x06d0 002476 fetch 1 ,mem_state 
-0x06d1 002477 rtnbit0 state_insniff 
-0x06d2 002478 nbranch lpm_not_match ,match 
-0x06d3 002479 call lpm_match 
-0x06d4 002480 fetch 2 ,mem_rx_window_sniff 
-0x06d5 002481 store 2 ,mem_rx_window 
-0x06d6 002482 fetch 1 ,mem_arq 
-0x06d7 002483 bbit1 wack ,lpm_mult_short 
-0x06d8 002484 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x06d9 002485 call l2cap_malloc_is_fifo_empty 
-0x06da 002486 nbranch lpm_mult_short ,blank 
-0x06db 002487 call p_lpm_set_attemp_timeout ,blank 
-0x06dc 002488 branch lpm_set_mult + 13 
-:      002489 p_lpm_set_attemp_timeout:
-0x06dd 002490 jam 1 ,mem_current_sniff_attempt 
-0x06de 002491 jam 0 ,mem_current_sniff_timeout 
-0x06df 002492 rtn 
-:      002495 p_mouse_bb_disconnected:
-0x06e0 002496 jam 0 ,mem_mouse_enter_sniff_count 
-0x06e1 002497 jam 0x0e ,mem_sniff_param_interval 
-0x06e2 002498 call mouse_bb_discon_clear_stack 
-0x06e3 002499 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x06e4 002500 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
-0x06e5 002501 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x06e6 002502 bbit1 app_disc_after_pairing ,p_mouse_event_light_state_pairing 
-0x06e7 002503 bbit1 app_disc_after_reconn ,p_mouse_event_light_state_hibernate 
-0x06e8 002504 bbit1 app_disc_after_sniff ,p_mouse_event_light_state_hibernate 
-0x06e9 002505 branch mouse_start_discovery 
-:      002507 p_mouse_event_light_state_pairing:
-0x06ea 002508 bbit1 app_disc_after_handshake ,p_mouse_event_light_state_hibernate 
-0x06eb 002509 bbit1 app_disc_after_sniff ,p_mouse_event_light_state_hibernate 
-0x06ec 002510 branch mouse_start_discovery 
-:      002511 p_mouse_event_light_state_hibernate:
-0x06ed 002512 fetch 2 ,mem_ui_state_map 
-0x06ee 002513 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x06ef 002514 call app_disconn_reason_clear 
-0x06f0 002515 call p_mouse_get_select_state 
-0x06f1 002516 rtn true 
-0x06f2 002517 branch app_bb_hibernate 
-:      002519 p_hid_rx_process:
-0x06f3 002520 fetch 2 ,mem_l2cap_payload_ptr 
-0x06f4 002521 copy pdata ,contr 
-0x06f5 002522 ifetch 1 ,contr 
-0x06f6 002523 store 1 ,mem_l2cap_rcv 
-0x06f7 002524 and pdata ,0x0f ,temp 
-0x06f8 002525 rshift4 pdata ,pdata 
-0x06f9 002526 beq hid_type_set_protocol ,p_hid_rx_set_protocol 
-0x06fa 002527 branch hid_rx_process + 6 
-:      002528 p_hid_rx_set_protocol:
-0x06fb 002529 call hid_rx_process_handshake 
-0x06fc 002530 jam 0 ,mem_mouse_bt_boot_mode 
-0x06fd 002531 fetch 1 ,mem_l2cap_rcv 
-0x06fe 002532 isolate1 0 ,pdata 
-0x06ff 002533 rtn true 
-0x0700 002534 jam 1 ,mem_mouse_bt_boot_mode 
-0x0701 002535 rtn 
-:      002537 p_parse_lmp_accepted:
-0x0702 002538 fetch 1 ,mem_rxbuf + 1 
-0x0703 002539 store 1 ,mem_lmi_accepted_opcode 
-0x0704 002540 beq lmp_switch_req ,p_parse_lmp_accepted_switch 
-0x0705 002541 branch parse_lmp_accepted + 3 
-:      002542 p_parse_lmp_accepted_switch:
-0x0706 002543 call parse_lmp_accepted_switch 
-0x0707 002544 jam 1 ,mem_bt_rcvd_switch_req_accept 
-0x0708 002545 fetch 1 ,mem_bt_send_lmp_setup_complete 
-0x0709 002546 rtn blank 
-0x070a 002547 jam 2 ,mem_bt_send_lmp_setup_complete 
-0x070b 002548 rtn 
-:      002551 p_send_lmp:
-0x070c 002552 disable user 
-0x070d 002553 call lmo_fifo_process 
-0x070e 002556 fetch 1 ,mem_lmp_to_send 
-0x070f 002557 rtn blank 
-0x0710 002558 bbit1 7 ,p_send_lmp_escape 
-0x0711 002559 beq lmp_accepted ,p_send_lmp_accepted 
-0x0712 002560 beq lmp_setup_complete ,p_send_lmp_setup_complete 
-0x0713 002561 beq lmp_sniff_req ,p_send_lmp_sniff_req 
-0x0714 002562 beq lmp_detach ,p_send_lmp_detach 
-0x0715 002563 branch send_lmp0 
-:      002564 p_send_lmp_escape:
-0x0716 002565 beq lmp_ext_features_res ,p_send_lmpext_features_res 
-0x0717 002566 beq lmp_ext_features_req ,p_send_lmpext_features_req 
-0x0718 002567 branch send_lmp_escape 
-:      002568 p_send_lmpext_features_res:
-0x0719 002569 call p_check_ssp_enable 
-0x071a 002570 fetch 1 ,mem_lmp_to_send 
-0x071b 002571 branch send_lmpext_features_res 
-:      002572 p_send_lmpext_features_req:
-0x071c 002573 call p_check_ssp_enable 
-0x071d 002574 fetch 1 ,mem_lmp_to_send 
-0x071e 002575 branch send_lmpext_features_req 
-:      002576 p_check_ssp_enable:
-0x071f 002577 fetch 1 ,mem_ssp_enable 
-0x0720 002578 branch ssp_disable ,blank 
-0x0721 002579 branch ssp_enable 
-:      002581 p_send_lmp_setup_complete:
-0x0722 002582 jam 1 ,mem_bt_send_lmp_setup_complete 
-0x0723 002583 branch send_lmp_setup_complete 
-:      002585 p_send_lmp_sniff_req:
-0x0724 002586 jam 4 ,mem_mouse_bt_send_first_package_timer 
-0x0725 002587 branch send_lmp_sniff_req 
-:      002589 p_send_lmp_detach:
-0x0726 002600 call send_lmp_detach 
-0x0727 002601 fetch 1 ,mem_mouse_bt_reconnect_flag 
-0x0728 002602 rtn blank 
-0x0729 002603 fetch 1 ,mem_op 
-0x072a 002604 set0 op_disconn ,pdata 
-0x072b 002605 store 1 ,mem_op 
-0x072c 002606 branch p_mouse_sensor_powerdown 
-:      002609 p_send_lmp_accepted:
-0x072d 002610 force 2 ,pdata 
-0x072e 002611 call msg_send_lmp 
-0x072f 002612 fetch 1 ,mem_lmi_opcode 
-0x0730 002613 istore 1 ,contw 
-0x0731 002614 store 1 ,mem_lmi_opcode_temp 
-0x0732 002615 call send_lmp_follow 
-0x0733 002616 fetch 1 ,mem_lmi_opcode_temp 
-0x0734 002617 beq lmp_max_slot_req ,p_send_lmp_accepted_max_slot_req 
-0x0735 002618 branch send_lmp_accepted + 7 
-:      002621 p_send_lmp_accepted_max_slot_req:
-0x0736 002622 fetch 1 ,mem_bt_rcvd_switch_req_accept 
-0x0737 002623 rtn blank 
-0x0738 002624 jam 0 ,mem_bt_rcvd_switch_req_accept 
-0x0739 002625 fetch 1 ,mem_bt_send_lmp_setup_complete 
-0x073a 002626 rtnne 2 
-0x073b 002627 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch 
-0x073c 002628 copy clkn_bt ,pdata 
-0x073d 002629 store 4 ,mem_aurand_send_delay_time 
-0x073e 002630 rtn 
-:      002632 p_process_conn_sm:
-0x073f 002633 call lmo_fifo_check 
-0x0740 002634 nrtn blank 
-:      002635 p_process_conn_sm_continue:
-0x0741 002636 fetch 1 ,mem_conn_sm 
-0x0742 002637 rtn blank 
-0x0743 002638 beq conn_sm_send_conn_req ,p_host_create_conn_send_conn_req 
-0x0744 002639 beq conn_sm_wait_switch_after_host_connection ,p_host_creat_conn_wait_switch 
-0x0745 002640 branch process_conn_sm_continue + 2 
-:      002643 p_host_creat_conn_wait_switch:
-0x0746 002644 fetch 1 ,mem_switch_flag 
-0x0747 002645 rtneq switch_flag_init 
-0x0748 002646 beq switch_flag_accept ,p_host_create_conn_switch_accept 
-0x0749 002647 branch host_creat_conn_wait_switch + 3 
-:      002648 p_host_create_conn_switch_accept:
-0x074a 002649 rtn master 
-:      002650 p_host_create_conn_auth_pair:
-0x074b 002652 fetch 1 ,mem_connection_options 
-0x074c 002653 bbit1 connection_auth ,p_host_create_conn_auth_pair_true 
-0x074d 002654 branch host_create_conn_auth_pair + 1 
-:      002655 p_host_create_conn_auth_pair_true:
-0x074e 002656 fetch 1 ,mem_bt_send_lmp_setup_complete 
-0x074f 002657 beq 1 ,host_create_conn_auth_pair_true 
-0x0750 002659 fetch 1 ,mem_link_key_exists 
-0x0751 002660 branch host_create_conn_auth_pair_nokey ,blank 
-0x0752 002661 fetch 1 ,mem_lmp_conn_state 
-0x0753 002662 rtnbit0 sent_setup_complete 
-0x0754 002663 rtnbit0 received_setup_complete 
-0x0755 002664 fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch 
-0x0756 002665 rtn blank 
-0x0757 002666 jam 0 ,mem_bt_send_max_slot_req_accept_after_switch 
-0x0758 002667 fetch 4 ,mem_aurand_send_delay_time 
-0x0759 002668 arg 20 ,temp 
-0x075a 002669 iadd temp ,temp 
-0x075b 002670 copy clkn_bt ,pdata 
-0x075c 002671 isub temp ,null 
-0x075d 002672 nbranch p_bt_send_max_slot_req_accept_after_switch_wait ,positive 
-0x075e 002673 branch host_create_conn_auth 
-:      002675 p_bt_send_max_slot_req_accept_after_switch_wait:
-0x075f 002676 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch 
-0x0760 002677 rtn 
-:      002679 p_host_create_conn_send_conn_req:
-0x0761 002680 jam 20 ,mem_mouse_send_switch_req_timer 
-0x0762 002681 branch host_create_conn_send_conn_req 
-:      002688 p_check_51cmd_once_continue:
-0x0763 002689 call lmo_fifo_check 
-0x0764 002690 nbranch check_51cmd_restore ,blank 
-0x0765 002691 fetch 1 ,mem_fifo_temp 
-0x0766 002692 bmark0 mark_context ,check_51cmd_check_idle 
-0x0767 002693 beq bt_cmd_store_reconn_info_le ,p_flash_store_le_reconn_info 
-0x0768 002694 beq bt_cmd_store_reconn_info_bt ,p_flash_store_bd_reconn_info 
-0x0769 002695 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
-0x076a 002696 branch check_51cmd_once_continue + 2 
-:      002698 p_check_51cmd_ble_update_connect_param:
-0x076b 002699 call le_fifo_check_full 
-0x076c 002700 nrtn blank 
-0x076d 002701 branch le_l2cap_tx_update_req 
-:      002703 p_flash_store_le_reconn_info:
-0x076e 002704 jam rec_4_mode ,mem_record_bt_mode 
-0x076f 002705 fetch 6 ,mem_le_plap 
-0x0770 002706 branch p_flash_store_reconn_info 
-:      002707 p_flash_store_bd_reconn_info:
-0x0771 002708 jam rec_3_mode ,mem_record_bt_mode 
-0x0772 002709 fetch 6 ,mem_plap 
-:      002710 p_flash_store_reconn_info:
-0x0773 002711 store 6 ,mem_temp_lap 
-:      002716 p_mouse_store_remote_bdaddr:
-0x0774 002717 fetch mouse_flag_len ,mem_mouse_flag 
-0x0775 002718 rtnbit0 mouse_store_eeprom_flag 
-0x0776 002719 arg mouse_store_eeprom_flag ,queue 
-0x0777 002720 call mouse_disable_function_flag 
-0x0778 002721 call mouse_check_device_addr 
-:      002722 p_mouse_unplug_clean_bdaddr:
-0x0779 002723 call mouse_before_store_reconn_info 
-0x077a 002724 branch p_mouse_store_flash_device_info 
-:      002727 p_mouse_device_poweron_led_timer:
-0x077b 002728 fetch 1 ,mem_mouse_poweron_led_timer 
-0x077c 002729 rtn blank 
-0x077d 002730 increase -1 ,pdata 
-0x077e 002731 store 1 ,mem_mouse_poweron_led_timer 
-0x077f 002732 nbranch p_mouse_device_poweron_led_on ,blank 
-0x0780 002733 fetch 1 ,mem_device_flag 
-0x0781 002734 beq 1 ,mouse_devce1_led_off 
-0x0782 002735 beq 2 ,mouse_devce2_led_off 
-0x0783 002736 beq 3 ,mouse_devce3_led_off 
-0x0784 002737 branch mouse_devce1_led_off 
-:      002740 p_mouse_device_poweron_led_on:
-0x0785 002741 fetch 1 ,mem_device_flag 
-0x0786 002742 beq 1 ,mouse_device1_led_on 
-0x0787 002743 beq 2 ,mouse_device2_led_on 
-0x0788 002744 beq 3 ,mouse_device3_led_on 
-0x0789 002745 branch mouse_device1_led_on 
-:      002747 p_mouse_device_poweron_led_off:
-0x078a 002748 jam 0 ,mem_mouse_poweron_led_timer 
-0x078b 002749 rtn 
-:      002751 power_ctrl_pac_succ_cnt_init:
-0x078c 002752 jam 1 ,mem_power_ctrl_level 
-0x078d 002753 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-0x078e 002754 rtn 
-:      002755 power_ctrl_pac_succ_incrs:
-0x078f 002756 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0790 002757 increase 1 ,pdata 
-0x0791 002758 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0792 002759 rtn 
-:      002760 power_ctrl_pac_succ_decrs:
-0x0793 002761 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0794 002762 sub pdata ,2 ,null 
-0x0795 002763 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
-0x0796 002764 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x0797 002765 rtneq 0 
-0x0798 002766 increase -1 ,pdata 
-0x0799 002767 store 1 ,mem_power_ctrl_pac_succ_cnt 
-0x079a 002768 rtn 
-:      002769 power_ctrl_pac_succ_cnt_reinit:
-0x079b 002770 jam 3 ,mem_power_ctrl_pac_succ_cnt 
-0x079c 002771 rtn 
-:      002773 power_ctrl_start:
-0x079d 002774 fetch 2 ,mem_ui_state_map 
-0x079e 002775 rtnbit1 ui_state_ble_adv 
-0x079f 002776 rtnbit1 ui_state_bt_reconnect 
-0x07a0 002777 rtnbit1 ui_state_bt_discovery 
-0x07a1 002779 arg mem_rssi_signal_buf ,rega 
-0x07a2 002780 call p_rssi_average 
-0x07a3 002781 storet 1 ,mem_rssi_avg_received 
-0x07a4 002783 setarg rssi_dis_max_24g 
-0x07a5 002784 bmark1 mark_24g ,power_ctrl_start_next 
-0x07a6 002785 setarg rssi_dis_max_ble 
-:      002786 power_ctrl_start_next:
-0x07a7 002787 isub temp ,null 
-0x07a8 002788 nbranch power_ctrl_txpower_incrs_force ,positive 
-0x07a9 002790 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x07aa 002791 sub pdata ,2 ,null 
-0x07ab 002792 nbranch power_ctrl_txpower_decrs_check ,positive 
-0x07ac 002793 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x07ad 002794 beq 0 ,power_ctrl_txpower_incrs 
-0x07ae 002795 rtn 
-:      002797 power_ctrl_txpower_decrs_check:
-0x07af 002798 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0x07b0 002799 rtnne 32 
-0x07b1 002800 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      002801 power_ctrl_txpower_decrs:
-0x07b2 002802 fetcht 1 ,mem_rssi_avg_received 
-0x07b3 002803 setarg rssi_dis_min_24g 
-0x07b4 002804 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
-0x07b5 002805 setarg rssi_dis_min_ble 
-:      002806 power_ctrl_txpower_decrs_next:
-0x07b6 002807 isub temp ,null 
-0x07b7 002808 nrtn positive 
-0x07b8 002809 fetch 1 ,mem_power_ctrl_level 
-0x07b9 002810 beq 0 ,power_ctrl_decrs_level0 
-0x07ba 002811 increase -1 ,pdata 
-0x07bb 002812 store 1 ,mem_power_ctrl_level 
-0x07bc 002813 beq 0 ,power_ctrl_decrs_level0 
-:      002814 power_ctrl_decrs_level1:
-:      002815 power_ctrl_incrs_level1:
-0x07bd 002816 jam tx_power_0db ,mem_tx_power 
-0x07be 002817 rtn 
-:      002819 power_ctrl_txpower_incrs_force:
-0x07bf 002820 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-:      002821 power_ctrl_txpower_incrs:
-0x07c0 002822 fetch 1 ,mem_power_ctrl_level 
-0x07c1 002823 beq 2 ,power_ctrl_incrs_level2 
-0x07c2 002824 increase 1 ,pdata 
-0x07c3 002825 store 1 ,mem_power_ctrl_level 
-0x07c4 002826 beq 1 ,power_ctrl_incrs_level1 
-:      002827 power_ctrl_incrs_level2:
-0x07c5 002829 jam tx_power_5db ,mem_tx_power 
-0x07c6 002830 rtn 
-:      002832 power_ctrl_decrs_level0:
-0x07c7 002833 jam tx_power_f5db ,mem_tx_power 
-0x07c8 002834 rtn 
-:      002837 p_set_freq_tx:
-0x07c9 002838 storet 1 ,mem_last_freq 
-0x07ca 002839 add temp ,0 ,rega 
-0x07cb 002840 call rf_write_freq 
-0x07cc 002841 setarg param_pll_setup 
-0x07cd 002842 call sleep 
-:      002843 p_rf_tx_enable:
-0x07ce 002844 jam 0x1 ,rfen_adc 
-0x07cf 002845 jam 0x3c ,rfen_rx 
-0x07d0 002846 jam 0xe0 ,rfen_tx 
-0x07d1 002847 nop 10 
-0x07d2 002848 jam 0x01 ,rfen_mdm 
-0x07d3 002849 jam 0x3d ,rfen_mdm 
-0x07d4 002850 nop 10 
-0x07d5 002851 jam 0xb7 ,rfen_sn 
-0x07d6 002852 nop 10 
-0x07d7 002853 jam 0x7d ,rfen_mdm 
-0x07d8 002854 fetch 1 ,mem_tx_power 
-0x07d9 002857 beq tx_power_5db ,p_set_tx_power_5db 
-0x07da 002859 beq tx_power_f5db ,p_set_tx_power_f5db 
-0x07db 002860 beq tx_power_pair ,p_set_tx_power_pair 
-:      002862 p_set_tx_power_0db:
-0x07dc 002863 call p_rx_low_sens 
-0x07dd 002865 jam 0xd0 ,0x8955 
-0x07de 002866 jam 0xe0 ,0x8956 
-0x07df 002868 jam 0x6c ,0x8958 
-0x07e0 002870 branch set_tx_power_0db 
-:      002882 p_set_tx_power_5db:
-0x07e1 002883 call p_rx_high_sens 
-0x07e2 002885 jam 0xd0 ,0x8955 
-0x07e3 002886 jam 0xe0 ,0x8956 
-0x07e4 002888 jam 0x3c ,0x8958 
-0x07e5 002890 branch set_tx_power_5db 
-:      002902 p_set_tx_power_f5db:
-0x07e6 002903 call p_rx_low_sens 
-0x07e7 002905 jam 0xd0 ,0x8955 
-0x07e8 002906 jam 0xc0 ,0x8956 
-0x07e9 002908 jam 0x6c ,0x8958 
-0x07ea 002910 branch set_tx_power_f5db 
-:      002912 p_rx_low_sens:
-0x07eb 002913 jam 0x5b ,0x894c 
-0x07ec 002914 jam 0x96 ,0x894d 
-0x07ed 002915 jam 0x2c ,0x894e 
-0x07ee 002916 jam 0x46 ,0x894f 
-0x07ef 002917 rtn 
-:      002919 p_rx_high_sens:
-0x07f0 002920 jam 0xfb ,0x894c 
-0x07f1 002921 jam 0xef ,0x894d 
-0x07f2 002922 jam 0xec ,0x894e 
-0x07f3 002923 jam 0x5e ,0x894f 
-0x07f4 002924 rtn 
-:      002926 p_set_tx_power_pair:
-0x07f5 002928 jam 0xc2 ,0x8956 
-0x07f6 002929 jam 0xd0 ,0x8955 
-0x07f7 002930 rtn 
-:      002932 p_shutdown_radio:
-0x07f8 002933 force 8 ,radio_ctrl 
-0x07f9 002934 branch shutdown_radio + 1 
+:      000065 p_start:
+0x0000 000066 branch p_patch_array 
+:      000069 p_zcode:
+:      000072 p_wake_from_power:
+0x0001 000073 call p_mouse_data_init 
+0x0002 000074 fetch 1 ,mem_tx_power 
+0x0003 000075 store 1 ,mem_tx_power_temp 
+0x0004 000076 call power_ctrl_pac_succ_cnt_init 
+0x0005 000077 fetch 1 ,mem_ui_button_timeout 
+0x0006 000078 store 1 ,mem_select_ui_button_count 
+0x0007 000079 fetch 1 ,mem_bt_ui_button_timeout 
+0x0008 000080 store 1 ,mem_bt_ui_button_count 
+0x0009 000081 call mouse_bt_discovery_button_down_disable 
+0x000a 000082 call p_mouse_spi_init 
+0x000b 000083 call p_drawing_optima_init 
+0x000c 000084 call p_mouse_cb_fuction 
+0x000d 000085 call p_mouse_wakeup_from_power 
+0x000e 000086 branch p_mouse_setting_config 
+:      000088 p_mouse_cb_fuction:
+0x000f 000089 setarg p_mouse_g24_package_data 
+0x0010 000090 store 2 ,mem_cb_24g_data 
+0x0011 000091 setarg p_mouse_le 
+0x0012 000092 store 2 ,mem_cb_le_process 
+0x0013 000093 setarg p_le_mouse_bb_event_connect_complete 
+0x0014 000094 store 2 ,mem_cb_att_write 
+0x0015 000095 setarg p_mouse_bt 
+0x0016 000096 store 2 ,mem_cb_bt_process 
+0x0017 000097 setarg p_mouse_before_lpm 
+0x0018 000098 store 2 ,mem_cb_before_lpm 
+0x0019 000099 setarg p_mouse_priority_bb_event 
+0x001a 000100 store 2 ,mem_cb_bb_event_process 
+0x001b 000101 setarg p_mouse_idle 
+0x001c 000102 store 2 ,mem_cb_idle_process 
+0x001d 000103 setarg p_mouse_before_hibernate 
+0x001e 000104 store 2 ,mem_cb_before_hibernate 
+0x001f 000105 setarg p_mouse_bb_event_timer 
+0x0020 000106 store 2 ,mem_cb_event_timer 
+0x0021 000107 rtn 
+:      000109 p_mouse_wakeup_from_power:
+0x0022 000110 setarg 25 
+0x0023 000111 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x0024 000112 ncall p_mouse_24g_transmit_by_interrupt_exit_count_max ,wake 
+0x0025 000113 call p_mouse_init_sunt 
+0x0026 000114 call p_mouse_sensor_powerdown 
+:      000115 p_mouse_wakeup_no_from_power:
+0x0027 000116 fetch 1 ,mem_reconn_times_init 
+0x0028 000117 store 1 ,mem_reconn_times 
+0x0029 000118 rtn 
+:      000119 p_mouse_24g_transmit_by_interrupt_exit_count_max:
+0x002a 000120 setarg 375 
+0x002b 000121 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x002c 000122 rtn 
+0x002d 000124 nop 1 
+0x002e 000125 nop 1 
+0x002f 000126 nop 1 
+0x0030 000127 nop 1 
+0x0031 000128 nop 1 
+0x0032 000129 nop 1 
+0x0033 000130 nop 1 
+0x0034 000131 nop 1 
+0x0035 000132 nop 1 
+0x0036 000133 nop 1 
+0x0037 000134 nop 1 
+0x0038 000135 nop 1 
+0x0039 000136 nop 1 
+0x003a 000137 nop 1 
+0x003b 000138 nop 1 
+0x003c 000139 nop 1 
+0x003d 000140 nop 1 
+0x003e 000141 nop 1 
+0x003f 000142 nop 1 
+:      000144 p_patch_array:
+0x0040 000145 bbit1 8 ,pf_patch_ext 
+0x0041 000147 beq patch00_1 ,p_soft_reset_1 
+0x0042 000148 beq patch00_2 ,p_soft_reset_2 
+0x0043 000149 beq patch10_5 ,p_shutdown_radio 
+0x0044 000150 beq patch11_1 ,p_set_freq_tx 
+0x0045 000151 beq patch03_3 ,p_page_wait_fhs_reply_ok 
+0x0046 000152 beq patch04_6 ,p_role_switch_master 
+0x0047 000153 beq patch09_0 ,p_quit_connection_cont 
+0x0048 000154 beq patch09_2 ,p_prepare_tx 
+0x0049 000155 beq patch0a_1 ,p_slave_conn_recv_packet 
+0x004a 000156 beq patch0b_1 ,p_process_dmh 
+0x004b 000157 beq patch14_7 ,p_lpm_dispatch 
+0x004c 000158 beq patch15_5 ,p_lpm_set_mult 
+0x004d 000159 beq patch19_3 ,app_bt_start_reconnect + 3 
+0x004e 000160 beq patch1d_1 ,p_mouse_bb_disconnected 
+0x004f 000161 beq patch14_1 ,p_init_param 
+0x0050 000162 beq patch16_1 ,p_lpm_check_wake_lock 
+0x0051 000163 beq patch16_2 ,p_g24_dispatch 
+0x0052 000164 beq patch18_4 ,p_device_init 
+0x0053 000165 beq patch1c_6 ,p_mouse_motion 
+0x0054 000166 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
+0x0055 000167 beq patch1d_3 ,p_mouse_start_discovery 
+0x0056 000168 beq patch1d_4 ,p_mouse_stop_discovery 
+0x0057 000169 branch loop 
+:      000170 pf_patch_ext:
+0x0058 000171 beq patch27_1 ,p_le_slave_match 
+0x0059 000172 beq patch28_3 ,p_le_next_adv_channel 
+0x005a 000173 beq patch29_2 ,p_le_receive_skip 
+0x005b 000174 beq patch2a_7 ,p_le_update_param 
+0x005c 000175 beq patch2b_1 ,p_le_update_channel_map 
+0x005d 000176 beq patch2c_3 ,p_le_prepare_tx 
+0x005e 000177 beq patch2c_6 ,p_le_parse 
+0x005f 000178 beq patch2c_7 ,p_le_parse_l2cap 
+0x0060 000179 beq patch2d_2 ,p_le_adv_not_match 
+0x0061 000180 beq patch2e_7 ,p_le_lpm_setmult 
+0x0062 000181 beq patch20_5 ,p_hid_rx_process 
+0x0063 000182 beq patch30_0 ,p_parse_lmp_accepted 
+0x0064 000183 beq patch30_2 ,p_send_lmp 
+0x0065 000184 beq patch31_0 ,p_process_conn_sm 
+0x0066 000185 beq patch31_4 ,p_twspi_reset 
+0x0067 000186 beq patch31_5 ,p_spid_init 
+0x0068 000187 beq patch3f_2 ,p_check_51cmd_once_continue 
+0x0069 000188 branch loop 
+:      000191 p_rssi_signal:
+0x006a 000192 copy pdata ,rega 
+0x006b 000193 fetcht 1 ,mem_rssi_signal_index 
+0x006c 000194 setarg mem_rssi_signal_buf 
+0x006d 000195 iadd temp ,contw 
+0x006e 000196 copy rega ,pdata 
+0x006f 000197 istore 1 ,contw 
+0x0070 000198 increase 1 ,temp 
+0x0071 000199 and_into rssi_buf_len_signal ,temp 
+0x0072 000200 storet 1 ,mem_rssi_signal_index 
+0x0073 000201 rtn 
+:      000203 p_soft_reset_1:
+0x0074 000204 arg mem_sp_state ,contw 
+0x0075 000205 arg 12 ,loopcnt 
+0x0076 000206 call clear_mem 
+0x0077 000207 call p_mouse_le_txbuff_load 
+0x0078 000208 call rfcomm_init 
+0x0079 000209 call init_lmp 
+0x007a 000210 ncall lpm_disable_exen_output ,wake 
+0x007b 000211 call ui_init + 1 
+0x007c 000212 branch soft_reset + 11 
+:      000214 p_soft_reset_2:
+0x007d 000215 call app_lpm_init ,wake 
+0x007e 000216 call publickey_init 
+0x007f 000217 call lpm_recover_clk ,wake 
+:      000218 p_sp_cal_loop:
+0x0080 000219 call sp_calc_sequence 
+0x0081 000220 fetch 1 ,mem_ssp_enable 
+0x0082 000221 branch main_loop ,blank 
+0x0083 000222 fetch 1 ,mem_sp_local_key_invalid 
+0x0084 000223 branch p_sp_cal_loop ,blank 
+0x0085 000224 branch main_loop 
+:      000226 p_init_param:
+0x0086 000227 setarg param_le_version 
+0x0087 000228 store 3 ,mem_lmp_version 
+0x0088 000229 setarg param_le_subversion 
+0x0089 000230 store 2 ,mem_lmp_version + 3 
+0x008a 000231 branch init_param + 12 
+:      000233 p_lpm_check_wake_lock:
+0x008b 000234 rtnmark1 mark_24g 
+0x008c 000235 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x008d 000236 beq 0 ,disable_blank 
+0x008e 000237 fetch 1 ,mem_mouse_le_conn_param_reject 
+0x008f 000238 beq le_lpm_disable ,disable_blank 
+0x0090 000239 fetch 2 ,mem_sdp_remote_cid 
+0x0091 000240 nbranch disable_blank ,blank 
+0x0092 000241 fetch 1 ,mem_mouse_wheel_trigger 
+0x0093 000242 nbranch disable_blank ,blank 
+0x0094 000243 branch enable_blank 
+:      000246 p_g24_dispatch:
+0x0095 000247 rtnmark0 mark_24g 
+0x0096 000248 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x0097 000249 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
+:      000250 p_g24_transmit_process:
+0x0098 000251 call p_g24_txdata_prep 
+0x0099 000252 nbranch p_g24_nodata_transmit ,user 
+0x009a 000253 call p_g24_rf_sta_check 
+:      000254 p_g24_transmit_start:
+0x009b 000255 call p_g24_transmit_packet 
+0x009c 000256 fetch 1 ,mem_24g_pairing_sm 
+0x009d 000257 rtnne state_24g_pairing_success 
+0x009e 000258 call power_ctrl_start 
+0x009f 000260 fetch 1 ,mem_mouse_multi_led_state 
+0x00a0 000261 beq on ,p_g24_transmit_by_interrupt_enable 
+:      000262 p_g24_short_sleep:
+0x00a1 000263 call p_g24_lpm_wait 
+0x00a2 000264 nrtn user 
+0x00a3 000265 call p_clear_wake 
+0x00a4 000266 setarg 60500 
+0x00a5 000267 branch lpm_dispatch_sleep 
+:      000269 p_g24_transmit_by_interrupt:
+0x00a6 000270 call p_g24_timer_check 
+0x00a7 000271 nrtn user 
+0x00a8 000272 call p_g24_interval_calibrate 
+0x00a9 000273 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x00aa 000274 increase 1 ,pdata 
+0x00ab 000275 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x00ac 000276 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0x00ad 000277 isub temp ,null 
+0x00ae 000278 call p_g24_transmit_by_interrupt_exit ,zero 
+0x00af 000279 branch p_g24_transmit_process 
+:      000280 p_g24_transmit_by_interrupt_exit:
+0x00b0 000281 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+0x00b1 000282 setarg 0 
+0x00b2 000283 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x00b3 000284 setarg 25 
+0x00b4 000285 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+:      000286 p_g24_interval_min:
+0x00b5 000287 jam 0 ,mem_24g_pac_index 
+0x00b6 000288 fetch 1 ,mem_24g_interval_min 
+:      000289 p_g24_current_interval_store:
+0x00b7 000290 store 1 ,mem_24g_interval 
+0x00b8 000291 rtn 
+:      000292 p_g24_interval_max:
+0x00b9 000293 fetch 1 ,mem_24g_interval_max 
+0x00ba 000294 branch p_g24_current_interval_store 
+:      000295 p_g24_interval_calibrate:
+0x00bb 000296 fetch 1 ,mem_24g_pac_index 
+0x00bc 000297 increase 1 ,pdata 
+0x00bd 000298 store 1 ,mem_24g_pac_index 
+0x00be 000299 beq 4 ,p_g24_interval_max 
+0x00bf 000300 beq 5 ,p_g24_interval_min 
+0x00c0 000301 rtn 
+:      000303 p_g24_nodata_transmit:
+0x00c1 000304 fetch 1 ,mem_24g_abort_pac 
+0x00c2 000305 call p_g24_send_abort_packet ,blank 
+:      000306 p_g24_long_sleep:
+0x00c3 000307 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x00c4 000308 sub pdata ,8 ,null 
+0x00c5 000309 rtn positive 
+0x00c6 000310 call p_g24_lpm_wait 
+0x00c7 000311 nrtn user 
+0x00c8 000312 fetch 3 ,mem_24g_enter_hibernate 
+0x00c9 000313 call clk2lpo 
+0x00ca 000314 storet 4 ,mem_sleep_counter 
+0x00cb 000315 branch lpm_sleep 
+:      000317 p_g24_lpm_wait:
+0x00cc 000318 enable user 
+0x00cd 000319 call lpo_calibration 
+0x00ce 000320 fetch 3 ,mem_clks_per_lpo 
+0x00cf 000321 branch disable_user ,blank 
+0x00d0 000322 fetch 1 ,mem_lpm_mode 
+0x00d1 000323 branch disable_user ,blank 
+0x00d2 000324 fetch 1 ,mem_24g_transmit_by_interrupt 
+0x00d3 000325 beq g24_tx_timer_int_enable ,disable_user 
+0x00d4 000326 branch p_mouse_setgpio_lpm 
+:      000328 p_g24_send_abort_packet:
+0x00d5 000329 jam 1 ,mem_24g_abort_pac 
+0x00d6 000330 jam 0 ,mem_24g_rf_hop_ch 
+0x00d7 000331 call p_g24_transmit_rf_ctrl_clear 
+0x00d8 000332 store 1 ,mem_24g_txbuf 
+0x00d9 000333 setarg 0 
+0x00da 000334 store 7 ,mem_24g_txbuf + 1 
+0x00db 000335 fetch 4 ,mem_24g_device_addr 
+0x00dc 000336 store 4 ,mem_24g_txbuf + 8 
+0x00dd 000337 jam 12 ,mem_24g_datalen 
+0x00de 000338 fetch 1 ,mem_24g_data_type 
+0x00df 000339 set1 bit_abort ,pdata 
+0x00e0 000340 store 1 ,mem_24g_data_type 
+0x00e1 000341 call p_g24_txdata_enable_tx 
+0x00e2 000342 branch p_g24_transmit_start 
+:      000344 p_g24_set_device_addr:
+0x00e3 000345 fetch 4 ,mem_lap 
+0x00e4 000346 store 4 ,mem_24g_device_addr 
+0x00e5 000347 rtn 
+:      000349 p_g24_transmit_rf_sta_init:
+0x00e6 000350 jam 1 ,mem_24g_rf_last_sta 
+0x00e7 000351 jam 0 ,mem_24g_sync_cnt 
+:      000352 p_g24_transmit_rf_ctrl_clear:
+0x00e8 000353 fetch 1 ,mem_24g_data_type 
+0x00e9 000354 and_into bits_data ,pdata 
+0x00ea 000355 store 1 ,mem_24g_data_type 
+0x00eb 000356 rtn 
+:      000358 p_g24_hop_ch_enable:
+0x00ec 000359 fetch 1 ,mem_24g_data_type 
+0x00ed 000360 set1 bit_hop ,pdata 
+0x00ee 000361 store 1 ,mem_24g_data_type 
+0x00ef 000363 store 1 ,mem_24g_txpayload 
+0x00f0 000364 rtn 
+:      000365 p_g24_hop_ch_disable:
+0x00f1 000366 fetch 1 ,mem_24g_data_type 
+0x00f2 000367 set0 bit_hop ,pdata 
+0x00f3 000368 store 1 ,mem_24g_data_type 
+0x00f4 000369 rtn 
+:      000371 p_g24_transmit_hop_pac_fail:
+0x00f5 000372 call power_ctrl_pac_succ_decrs 
+0x00f6 000373 fetch 1 ,mem_24g_rf_work_stage 
+0x00f7 000374 beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
+0x00f8 000375 beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
+0x00f9 000376 rtn 
+:      000377 p_g24_transmit_hop_pac_fail_wo_hop:
+0x00fa 000378 jam 2 ,mem_24g_sync_cnt 
+:      000379 p_g24_transmit_hop_pac_fail_stage1:
+0x00fb 000380 jam 0 ,mem_24g_hop_pac_retry 
+0x00fc 000381 jam 0 ,mem_24g_rf_last_sta 
+0x00fd 000382 branch p_g24_transmit_rf_ctrl_clear 
+:      000384 p_g24_transmit_hop_pac_fail_hop_stage2:
+0x00fe 000385 jam 0 ,mem_24g_rf_hop_ch 
+0x00ff 000386 branch p_g24_transmit_hop_pac_fail_stage1 
+:      000389 p_g24_transmit_pac_fail_hop_stage3:
+0x0100 000390 fetch 2 ,mem_24g_txfail_cnt 
+0x0101 000391 increase 1 ,pdata 
+0x0102 000392 store 2 ,mem_24g_txfail_cnt 
+0x0103 000393 bbit1 10 ,p_g24_tx_attempt_fail 
+0x0104 000394 fetch 1 ,mem_24g_rf_hop_ch 
+0x0105 000395 beq 1 ,p_g24_rf_hop_fastly 
+0x0106 000396 jam 1 ,mem_24g_rf_hop_ch 
+:      000397 p_g24_rf_hop_attemp_again:
+0x0107 000398 fetch 1 ,mem_24g_rf_hop_ch 
+0x0108 000399 bne 1 ,p_g24_transmit_rf_ctrl_clear 
+:      000400 p_g24_rf_hop_fastly:
+0x0109 000401 fetch 1 ,mem_24g_hop_fastly_cnt 
+0x010a 000402 increase 1 ,pdata 
+0x010b 000403 store 1 ,mem_24g_hop_fastly_cnt 
+0x010c 000404 beq 4 ,p_g24_rf_hop_fastly_exit 
+0x010d 000405 call p_g24_ch 
+0x010e 000406 jam 2 ,mem_24g_max_retry 
+0x010f 000407 branch p_g24_transmit_packet 
+:      000409 p_g24_rf_hop_fastly_exit:
+0x0110 000410 call power_ctrl_pac_succ_decrs 
+0x0111 000411 jam 0 ,mem_24g_hop_fastly_cnt 
+0x0112 000412 branch p_g24_transmit_rf_ctrl_clear 
+:      000414 p_g24_transmit_hop_pac_succ_wo_hop:
+0x0113 000415 jam 2 ,mem_24g_sync_cnt 
+:      000416 p_g24_transmit_hop_pac_succ:
+0x0114 000417 jam 1 ,mem_24g_rf_last_sta 
+0x0115 000418 jam 0 ,mem_24g_rf_hop_ch 
+0x0116 000419 branch p_g24_transmit_rf_ctrl_clear 
+:      000421 p_g24_transmit_succ_rf_config:
+0x0117 000422 fetch 1 ,mem_24g_rf_work_stage 
+0x0118 000423 beq 3 ,p_g24_transmit_hop_pac_succ 
+0x0119 000424 fetch 1 ,mem_24g_data_type 
+0x011a 000425 isolate0 bit_hop ,pdata 
+0x011b 000426 branch p_g24_transmit_rf_sta_init ,true 
+0x011c 000427 fetch 1 ,mem_24g_rf_work_stage 
+0x011d 000428 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
+0x011e 000429 beq 2 ,p_g24_transmit_hop_pac_succ 
+0x011f 000430 rtn 
+:      000432 p_g24_rf_sta_check:
+0x0120 000433 fetch 1 ,mem_24g_pairing_sm 
+0x0121 000434 rtnne state_24g_pairing_success 
+0x0122 000435 call p_g24_rf_laststa_synccnt_check 
+0x0123 000436 ncall p_g24_rf_sync_cnt_check ,user2 
+0x0124 000437 rtn 
+:      000439 p_g24_rf_laststa_synccnt_check:
+0x0125 000440 disable user2 
+0x0126 000441 fetch 1 ,mem_24g_rf_last_sta 
+0x0127 000442 rtnne 1 
+0x0128 000443 fetch 1 ,mem_24g_sync_cnt 
+0x0129 000444 rtnne 0 
+0x012a 000445 jam 1 ,mem_24g_rf_work_stage 
+0x012b 000446 jam 4 ,mem_24g_max_retry 
+0x012c 000447 branch enable_user2 
+:      000449 p_g24_rf_sync_cnt_check:
+0x012d 000450 fetch 1 ,mem_24g_sync_cnt 
+0x012e 000451 branch p_g24_rf_hop_attemp ,blank 
+0x012f 000452 increase -1 ,pdata 
+0x0130 000453 store 1 ,mem_24g_sync_cnt 
+0x0131 000454 jam 2 ,mem_24g_rf_work_stage 
+0x0132 000455 jam 4 ,mem_24g_max_retry 
+0x0133 000456 branch p_g24_ch 
+:      000458 p_g24_rf_hop_attemp:
+0x0134 000459 jam 3 ,mem_24g_rf_work_stage 
+0x0135 000460 fetch 1 ,mem_24g_rf_hop_ch 
+0x0136 000461 nbranch p_g24_rf_hop_attemp_again ,blank 
+0x0137 000462 jam 2 ,mem_24g_max_retry 
+0x0138 000463 branch p_g24_ch 
+:      000465 p_g24_txdata_prep:
+0x0139 000466 fetch 1 ,mem_24g_pairing_sm 
+0x013a 000467 bne state_24g_pairing_success ,p_g24_pairing_sm 
+:      000468 p_g24_txdata_prep_packeage_data:
+0x013b 000469 call p_g24_package_data 
+:      000470 p_g24_txdata_enable_tx:
+0x013c 000471 call p_g24_transmit_prep 
+0x013d 000472 jam ensure_on_24g ,mem_24g_ensure 
+0x013e 000473 rtn 
+:      000475 p_g24_package_data:
+0x013f 000476 fetch 2 ,mem_cb_24g_data 
+0x0140 000477 call callback_func 
+0x0141 000478 branch p_g24_accumulate_mouse_data ,user 
+0x0142 000479 fetch 7 ,mem_24g_txbuf + 1 
+0x0143 000480 rtn blank 
+0x0144 000481 branch enable_user 
+:      000482 p_g24_accumulate_mouse_data:
+0x0145 000483 call p_mouse_24g_no_data_timer_init 
+0x0146 000485 jam 0 ,mem_24g_abort_pac 
+0x0147 000486 add rega ,1 ,pdata 
+0x0148 000487 store 1 ,mem_24g_datalen 
+0x0149 000488 call p_g24_transmit_rf_ctrl_clear 
+0x014a 000489 store 1 ,mem_24g_txbuf 
+0x014b 000490 ifetcht 1 ,contw 
+0x014c 000491 ifetch 1 ,regb 
+0x014d 000492 ior temp ,pdata 
+0x014e 000493 istore 1 ,contw 
+0x014f 000494 increase 1 ,regb 
+0x0150 000495 ifetch 4 ,regb 
+0x0151 000496 istore 4 ,contw 
+0x0152 000497 increase 4 ,regb 
+0x0153 000498 arg mem_24g_txbuf + 6 ,contw 
+0x0154 000499 arg 2 ,loopcnt 
+:      000500 p_g24_accumulation_loop:
+0x0155 000501 ifetch 1 ,regb 
+0x0156 000502 ifetcht 1 ,contw 
+0x0157 000503 iadd temp ,pdata 
+0x0158 000504 istore 1 ,contw 
+0x0159 000505 increase 1 ,regb 
+0x015a 000506 loop p_g24_accumulation_loop 
+0x015b 000507 rtn 
+:      000509 p_g24_transmit_packet:
+0x015c 000510 jam 0 ,mem_24g_retry 
+0x015d 000511 fetch 1 ,mem_retry_count 
+0x015e 000512 increase 1 ,pdata 
+0x015f 000513 store 1 ,mem_retry_count 
+:      000514 p_g24_transmit_loop:
+0x0160 000515 arg param_rx_setup ,timeup 
+0x0161 000516 until clkn_rt ,meet 
+0x0162 000517 call p_g24_transmit_receive_ack 
+0x0163 000518 fetch 1 ,mem_24g_no_ack 
+0x0164 000519 rtneq no_ack_24g 
+0x0165 000520 nbranch p_g24_retransmit ,sync 
+0x0166 000521 nbranch p_g24_retransmit ,user3 
+0x0167 000522 call p_g24_txbuf_clear 
+0x0168 000523 call p_g24_ackpayload_parse 
+0x0169 000524 call power_ctrl_pac_succ_incrs 
+:      000525 p_g24_transmit_next_packet:
+0x016a 000526 jam 0 ,mem_retry_count 
+0x016b 000527 fetch 1 ,mem_24g_pid 
+0x016c 000528 increase 1 ,pdata 
+0x016d 000529 store 1 ,mem_24g_pid 
+0x016e 000530 fetch 1 ,mem_24g_pairing_sm 
+0x016f 000531 bne state_24g_pairing_success ,p_g24_paring_mode_start 
+0x0170 000532 call p_g24_transmit_succ_rf_config 
+:      000533 p_g24_transmit_abandon:
+0x0171 000534 setarg 0 
+0x0172 000535 store 2 ,mem_24g_txfail_cnt 
+0x0173 000536 store 1 ,mem_24g_get_ack_fail 
+0x0174 000537 store 1 ,mem_24g_hop_pac_retry 
+0x0175 000538 jam ensure_off_24g ,mem_24g_ensure 
+0x0176 000539 rtn 
+:      000541 p_g24_txbuf_clear:
+0x0177 000542 arg 4 ,loopcnt 
+0x0178 000543 arg mem_24g_txbuf ,contw 
+0x0179 000544 branch memset0 
+:      000546 p_g24_paring_mode_start:
+0x017a 000547 call power_ctrl_pac_succ_cnt_init 
+0x017b 000548 branch p_g24_paring_mode 
+:      000550 p_g24_transmit_receive_ack:
+0x017c 000551 disable user3 
+0x017d 000552 call p_g24_transmit 
+0x017e 000555 fetch 1 ,mem_24g_no_ack 
+0x017f 000556 beq no_ack_24g ,p_g24_transmit_no_ack 
+0x0180 000557 force 0 ,radio_ctrl 
+0x0181 000558 fetch 4 ,mem_24g_addr 
+0x0182 000559 iforce access 
+0x0183 000560 fetcht 1 ,mem_last_freq 
+0x0184 000561 call set_freq_rx 
+0x0185 000562 call rf_rx_enable 
+0x0186 000563 call p_g24_receive_rxon 
+0x0187 000564 call p_g24_end_of_packet ,user3 
+0x0188 000565 rtn 
+:      000566 p_g24_transmit_no_ack:
+0x0189 000567 call p_g24_end_of_packet 
+0x018a 000568 branch p_g24_transmit_next_packet 
+:      000570 p_g24_retransmit:
+0x018b 000571 fetch 1 ,mem_24g_get_ack_fail 
+0x018c 000572 increase 1 ,pdata 
+0x018d 000573 store 1 ,mem_24g_get_ack_fail 
+0x018e 000574 beq 0xff ,p_g24_stop_g24_mode 
+0x018f 000575 fetch 1 ,mem_24g_pairing_sm 
+0x0190 000576 bne state_24g_pairing_success ,p_g24_tx_paring_retry 
+0x0191 000578 fetch 1 ,mem_retry_count 
+0x0192 000579 sub pdata ,2 ,null 
+0x0193 000580 ncall p_g24_ch ,positive 
+0x0194 000582 fetch 1 ,mem_24g_retry 
+0x0195 000583 increase 1 ,pdata 
+0x0196 000584 store 1 ,mem_24g_retry 
+0x0197 000585 bne 6 ,p_g24_transmit_loop 
+0x0198 000587 fetch 1 ,mem_retry_count 
+0x0199 000588 sub pdata ,2 ,null 
+0x019a 000589 call p_g24_ch ,positive 
+0x019b 000591 branch p_g24_transmit_packet 
+:      000604 p_g24_tx_paring_retry:
+0x019c 000605 fetch 1 ,mem_24g_get_ack_fail 
+0x019d 000606 rtnne 0xff 
+0x019e 000607 jam 0 ,mem_24g_get_ack_fail 
+0x019f 000608 branch p_g24_stop_g24_mode 
+:      000610 p_g24_tx_attempt_fail:
+0x01a0 000611 setarg 0 
+0x01a1 000612 store 2 ,mem_24g_txfail_cnt 
+:      000613 p_g24_stop_g24_mode:
+0x01a2 000614 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x01a3 000615 branch ui_ipc_send_event 
+:      000617 p_g24_ackpayload_parse:
+0x01a4 000618 call p_g24_read_len_pid_crc 
+0x01a5 000619 fetch 1 ,mem_24g_rxdata_length 
+0x01a6 000620 rtn blank 
+0x01a7 000621 iforce loopcnt 
+0x01a8 000622 arg mem_24g_rxbuf + 2 ,contr 
+0x01a9 000623 arg mem_24g_rxpayload ,contw 
+0x01aa 000624 branch memcpy 
+:      000626 p_g24_pairing_sm:
+0x01ab 000627 jam zcode_90 ,mem_zcode_temp_param0 
+0x01ac 000628 branch p_zcode_entrance 
+:      000630 p_g24_paring_mode:
+0x01ad 000631 jam zcode_91 ,mem_zcode_temp_param0 
+0x01ae 000632 branch p_zcode_entrance 
+:      000634 p_g24_start_24g_mode:
+0x01af 000635 jam zcode_60 ,mem_zcode_temp_param0 
+0x01b0 000636 branch p_zcode_entrance 
+:      000638 p_g24_auto_pair_start:
+0x01b1 000639 jam zcode_70 ,mem_zcode_temp_param0 
+0x01b2 000640 branch p_zcode_entrance 
+:      000643 p_g24_tx_attemp_data_prep:
+0x01b3 000644 jam 0xff ,mem_24g_common_temp 
+0x01b4 000645 fetch 1 ,mem_24g_data_type 
+0x01b5 000646 store 1 ,mem_24g_common_temp + 1 
+0x01b6 000647 fetch 4 ,mem_24g_device_addr 
+0x01b7 000648 store 4 ,mem_24g_common_temp + 2 
+0x01b8 000649 arg 6 ,temp 
+0x01b9 000650 arg mem_24g_common_temp ,rega 
+0x01ba 000651 call p_g24_put_data_in_buff 
+0x01bb 000652 branch p_g24_transmit_prep 
+:      000655 p_g24_check_51cmd_stop_24g:
+0x01bc 000656 set0 mark_24g ,mark 
+0x01bd 000657 call le_disable 
+:      000658 p_mouse_disable_g24_pairing_flag:
+0x01be 000659 arg mosue_24g_pairing_flag ,queue 
+0x01bf 000660 branch mouse_disable_function_flag 
+:      000662 p_g24_put_data_in_buff:
+0x01c0 000663 storet 1 ,mem_24g_datalen 
+0x01c1 000664 copy temp ,loopcnt 
+0x01c2 000665 arg mem_24g_txbuf ,contw 
+0x01c3 000666 copy rega ,contr 
+0x01c4 000667 branch memcpy 
+:      000669 p_g24_read_len_pid_crc:
+0x01c5 000671 fetch 1 ,mem_24g_rxbuf + 1 
+0x01c6 000672 rshift3 pdata ,pdata 
+0x01c7 000673 store 1 ,mem_24g_rxdata_length 
+0x01c8 000675 increase 1 ,pdata 
+0x01c9 000676 arg mem_24g_rxbuf + 1 ,contr 
+0x01ca 000677 iadd contr ,contr 
+0x01cb 000678 ifetch 3 ,contr 
+0x01cc 000679 store 3 ,mem_24g_sta_crc 
+0x01cd 000681 fetch 1 ,mem_24g_rxbuf + 1 
+0x01ce 000682 rshift pdata ,pdata 
+0x01cf 000683 and pdata ,0x03 ,pdata 
+0x01d0 000684 store 1 ,mem_24g_sta_pid 
+0x01d1 000685 rtn 
+:      000687 p_g24_update_addr_and_synccrc8:
+0x01d2 000688 store 4 ,mem_24g_addr 
+:      000690 p_g24_syncword_crc8:
+0x01d3 000691 arg 0 ,rega 
+0x01d4 000692 arg 4 ,loopcnt 
+0x01d5 000693 arg mem_24g_addr ,contr 
+:      000694 p_g24_syncword_crc8_loop:
+0x01d6 000695 ifetch 1 ,contr 
+0x01d7 000696 iadd rega ,rega 
+0x01d8 000697 loop p_g24_syncword_crc8_loop 
+0x01d9 000698 copy rega ,pdata 
+0x01da 000699 store 2 ,mem_24g_syncword 
+0x01db 000700 fetch 1 ,mem_24g_syncword 
+0x01dc 000701 fetcht 1 ,mem_24g_syncword + 1 
+0x01dd 000702 iadd temp ,pdata 
+0x01de 000703 store 1 ,mem_24g_syncword_crc8 
+0x01df 000704 rtn 
+:      000706 p_g24_transmit_prep:
+0x01e0 000709 fetch 1 ,mem_24g_datalen 
+0x01e1 000710 increase 2 ,pdata 
+0x01e2 000711 store 1 ,mem_24g_txlen 
+0x01e3 000713 fetch 1 ,mem_24g_data_type 
+0x01e4 000714 store 1 ,mem_24g_txpayload 
+0x01e5 000716 fetch 1 ,mem_24g_datalen 
+0x01e6 000717 lshift3 pdata ,pdata 
+0x01e7 000718 fetcht 1 ,mem_24g_pid 
+0x01e8 000719 and temp ,0x03 ,temp 
+0x01e9 000720 lshift temp ,temp 
+0x01ea 000721 ior temp ,pdata 
+0x01eb 000722 fetcht 1 ,mem_24g_no_ack 
+0x01ec 000723 iadd temp ,pdata 
+0x01ed 000724 istore 1 ,contw 
+0x01ee 000726 fetch 1 ,mem_24g_datalen 
+0x01ef 000727 iforce loopcnt 
+0x01f0 000728 arg mem_24g_txbuf ,contr 
+0x01f1 000729 branch memcpy 
+:      000731 p_g24_ch:
+0x01f2 000732 fetcht 1 ,mem_24g_current_ch_number 
+0x01f3 000733 call p_g24_ch_map_size 
+0x01f4 000734 storet 1 ,mem_24g_current_ch_number 
+0x01f5 000735 rtn 
+:      000737 p_g24_ch_map_size:
+0x01f6 000738 call p_g24_ch_calc 
+0x01f7 000739 increase 1 ,temp 
+0x01f8 000740 and_into 3 ,temp 
+0x01f9 000741 rtn 
+:      000743 p_g24_ch_calc:
+0x01fa 000744 fetch 1 ,mem_24g_addr 
+0x01fb 000745 and_into 0x03 ,pdata 
+0x01fc 000746 mul32 pdata ,4 ,rega 
+0x01fd 000747 setarg mem_24g_ch_map1 
+0x01fe 000748 iadd rega ,pdata 
+0x01ff 000749 iadd temp ,contr 
+0x0200 000750 ifetch 1 ,contr 
+0x0201 000751 store 1 ,mem_24g_ch 
+0x0202 000752 rtn 
+:      000754 p_g24_prep:
+0x0203 000755 disable enable_crc 
+0x0204 000756 disable enable_white 
+0x0205 000757 setarg 0x555555 
+0x0206 000758 iforce crc24_init 
+0x0207 000759 fetch 1 ,mem_24g_ch 
+0x0208 000760 reverse pdata ,temp 
+0x0209 000761 set1 1 ,temp 
+0x020a 000762 rshift temp ,white_init 
+0x020b 000763 rtn 
+:      000765 p_g24_receive_packet:
+0x020c 000766 call le_enable 
+0x020d 000767 fetch 4 ,mem_24g_addr 
+0x020e 000768 iforce access 
+0x020f 000769 call set_sync_on 
+0x0210 000770 fetcht 1 ,mem_24g_ch 
+0x0211 000771 call set_freq_rx 
+0x0212 000772 setarg param_pll_setup 
+0x0213 000773 call sleep 
+0x0214 000774 call rf_rx_enable 
+:      000775 p_g24_receive_rxon:
+0x0215 000778 call p_g24_prep 
+0x0216 000779 disable user3 
+0x0217 000780 enable decode_fec0 
+0x0218 000781 enable is_rx 
+0x0219 000782 disable is_tx 
+0x021a 000783 enable swfine 
+0x021b 000784 fetch 2 ,mem_24g_rx_window 
+0x021c 000785 iforce stop_watch 
+0x021d 000786 correlate null ,timeout 
+0x021e 000787 nbranch p_g24_sync_timeout ,sync 
+0x021f 000790 disable decode_fec0 
+0x0220 000791 enable decode_fec1 
+0x0221 000792 enable enable_white 
+0x0222 000793 enable enable_crc 
+0x0223 000794 call p_g24_receive_byte 
+0x0224 000795 store 1 ,mem_24g_get_syncword_crc8 
+0x0225 000796 fetcht 1 ,mem_24g_syncword_crc8 
+0x0226 000797 isub temp ,null 
+0x0227 000798 nbranch p_g24_end_of_packet ,zero 
+0x0228 000799 call p_g24_receive_byte 
+0x0229 000800 store 1 ,mem_24g_rxbuf 
+0x022a 000801 fetch 1 ,mem_24g_mode 
+0x022b 000802 sub pdata ,rx_24g ,null 
+0x022c 000803 branch p_g24_receive_skip ,zero 
+0x022d 000804 fetch 1 ,mem_24g_rxbuf 
+0x022e 000805 fetcht 1 ,mem_24g_data_type 
+0x022f 000806 icompare bits_data ,temp 
+0x0230 000807 nbranch p_g24_end_of_packet ,true 
+:      000808 p_g24_receive_skip:
+0x0231 000809 call p_g24_receive_byte 
+0x0232 000810 istore 1 ,contw 
+0x0233 000811 rshift3 pdata ,pdata 
+0x0234 000812 and pdata ,0x1f ,loopcnt 
+0x0235 000813 branch p_g24rx_nopayload ,zero 
+:      000814 p_g24rx_loop:
+0x0236 000815 call p_g24_receive_byte 
+0x0237 000816 istore 1 ,contw 
+0x0238 000817 loop p_g24rx_loop 
+:      000818 p_g24rx_nopayload:
+0x0239 000820 copy contw ,rega 
+0x023a 000821 call p_g24_receive_byte 
+0x023b 000822 store 1 ,mem_rssi_hex_received 
+0x023c 000823 copy rega ,contw 
+0x023d 000824 parse demod ,bucket ,24 
+0x023e 000825 enable swfine 
+0x023f 000826 arg param_sifs ,stop_watch 
+0x0240 000827 rshift32 pdata ,pdata 
+0x0241 000828 rshift16 pdata ,pdata 
+0x0242 000829 istore 3 ,contw 
+0x0243 000830 disable decode_fec1 
+0x0244 000831 branch p_g24_end_of_packet ,crc_failed 
+0x0245 000834 enable user3 
+0x0246 000835 fetch 1 ,mem_last_freq 
+0x0247 000836 add pdata ,0 ,rega 
+0x0248 000837 call rf_write_freq 
+0x0249 000838 disable decode_fec0 
+0x024a 000839 call set_sync_on 
+0x024b 000840 fetch 1 ,mem_rssi_hex_received 
+0x024c 000841 call p_rssi_signal 
+0x024d 000842 rtn 
+:      000844 p_g24_receive_byte:
+0x024e 000845 parse demod ,bucket ,8 
+0x024f 000846 rshift3 pwindow ,pdata 
+0x0250 000847 rtn 
+:      000849 p_g24_end_of_packet:
+0x0251 000850 disable encode_fec1 
+0x0252 000851 disable decode_fec1 
+0x0253 000852 call end_of_packet 
+0x0254 000853 rtn 
+:      000855 p_g24_sync_timeout:
+0x0255 000856 branch p_g24_end_of_packet 
+:      000858 p_g24_set_freq_tx:
+0x0256 000859 call set_sync_on 
+0x0257 000860 fetcht 1 ,mem_24g_ch 
+0x0258 000861 branch set_freq_tx 
+:      000863 p_g24_transmit:
+0x0259 000864 call le_enable 
+0x025a 000865 fetch 4 ,mem_24g_addr 
+0x025b 000866 iforce access 
+0x025c 000867 call p_g24_prep 
+0x025d 000868 call p_g24_set_freq_tx 
+0x025e 000869 set1 txgfsk ,radio_ctrl 
+0x025f 000870 enable encode_fec0 
+0x0260 000871 enable is_tx 
+0x0261 000872 disable is_rx 
+0x0262 000875 rshift16 access ,pdata 
+0x0263 000876 rshift8 pdata ,pdata 
+0x0264 000877 rshift4 pdata ,pdata 
+0x0265 000878 inject mod ,40 
+0x0266 000879 disable encode_fec0 
+0x0267 000880 enable encode_fec1 
+0x0268 000881 enable enable_white 
+0x0269 000882 enable enable_crc 
+0x026a 000883 fetch 1 ,mem_24g_syncword_crc8 
+0x026b 000884 inject mod ,8 
+0x026c 000885 fetch 1 ,mem_24g_txlen 
+0x026d 000886 iforce loopcnt 
+0x026e 000887 arg mem_24g_txpayload ,contr 
+:      000888 p_g24tr_loop:
+0x026f 000889 ifetch 1 ,contr 
+0x0270 000890 inject mod ,8 
+0x0271 000891 loop p_g24tr_loop 
+0x0272 000894 enable enable_parity 
+0x0273 000895 inject mod ,24 
+0x0274 000896 disable enable_parity 
+0x0275 000897 until null ,tx_clear 
+0x0276 000898 nop 100 
+0x0277 000899 disable encode_fec0 
+0x0278 000900 disable encode_fec1 
+0x0279 000901 rtn 
+:      000903 p_g24_timer_check:
+0x027a 000904 call disable_user 
+0x027b 000905 fetcht 4 ,mem_24g_tx_btclk 
+0x027c 000906 copy clkn_bt ,pdata 
+0x027d 000907 isub temp ,null 
+0x027e 000908 ncall g24_timer_timeout ,positive 
+0x027f 000909 copy pdata ,regb 
+0x0280 000910 fetch 4 ,mem_24g_tx_btclk 
+0x0281 000911 fetcht 1 ,mem_24g_interval 
+0x0282 000912 iadd temp ,temp 
+0x0283 000913 copy regb ,pdata 
+0x0284 000914 isub temp ,null 
+0x0285 000915 nrtn positive 
+0x0286 000916 set0 28 ,pdata 
+0x0287 000917 store 4 ,mem_24g_tx_btclk 
+0x0288 000918 branch enable_user 
+:      000920 p_rssi_noise:
+0x0289 000921 call save_rssi 
+0x028a 000922 rtn blank 
+0x028b 000923 fetcht 1 ,mem_rssi_noise_index 
+0x028c 000924 arg mem_rssi_noise_buffer ,rega 
+0x028d 000925 call p_rssi_store 
+0x028e 000926 storet 1 ,mem_rssi_noise_index 
+0x028f 000927 rtn 
+:      000929 p_rssi_store:
+0x0290 000930 copy rega ,pdata 
+0x0291 000931 iadd temp ,contw 
+0x0292 000932 fetch 1 ,mem_rssi 
+0x0293 000933 istore 1 ,contw 
+0x0294 000934 increase 1 ,temp 
+0x0295 000935 and_into rssi_buf_len_signal ,temp 
+0x0296 000936 rtn 
+:      000937 p_rssi_average:
+0x0297 000938 arg 0 ,temp 
+0x0298 000939 arg rssi_buf_len_signal + 1 ,loopcnt 
+0x0299 000940 copy rega ,contr 
+:      000941 p_rssi_average_loop:
+0x029a 000942 ifetch 1 ,contr 
+0x029b 000943 iadd temp ,temp 
+0x029c 000944 loop p_rssi_average_loop 
+0x029d 000945 rshift3 temp ,pdata 
+0x029e 000946 copy pdata ,temp 
+0x029f 000947 rtnmark0 mark_24g 
+0x02a0 000949 div pdata ,10 
+0x02a1 000950 call wait_div_end 
+0x02a2 000951 quotient pdata 
+0x02a3 000952 lshift4 pdata ,pdata 
+0x02a4 000953 remainder temp 
+0x02a5 000954 ior temp ,temp 
+0x02a6 000955 rtn 
+0x02a7 000956 rtn 
+:      000959 p_mouse_before_lpm:
+0x02a8 000960 rtnmark1 mark_24g 
+0x02a9 000961 call p_mouse_le_txbuff_save 
+0x02aa 000962 call p_mouse_setgpio_lpm 
+0x02ab 000963 fetch 1 ,mem_context 
+0x02ac 000964 bbit0 state_inconn ,p_clear_wake 
+0x02ad 000965 fetch 1 ,mem_lpm_current_mult 
+0x02ae 000966 nrtn blank 
+:      000967 p_clear_wake:
+0x02af 000968 setarg 0 
+0x02b0 000969 store 8 ,mem_gpio_wakeup_low 
+0x02b1 000970 rtn 
+:      000972 p_mouse_setgpio_lpm:
+0x02b2 000973 call p_mouse_set_sdio_high 
+0x02b3 000974 call p_clear_wake 
+:      000975 p_mouse_setgpio_hibernate:
+0x02b4 000976 call mouse_lpm_before_common 
+0x02b5 000977 call p_flash_ncs_disable 
+0x02b6 000978 hfetch 4 ,core_gpio_oe0 
+0x02b7 000979 hfetcht 4 ,core_gpio_pu0 
+0x02b8 000980 ior temp ,temp 
+0x02b9 000981 invert temp ,temp 
+0x02ba 000982 hstoret 4 ,core_gpio_pd0 
+0x02bb 000983 hfetch 1 ,core_gpio_pd1 
+0x02bc 000984 set0 2 ,pdata 
+0x02bd 000985 hstore 1 ,core_gpio_pd1 
+0x02be 000986 hfetch 1 ,core_gpio_pd2 
+0x02bf 000987 set0 6 ,pdata 
+0x02c0 000988 hstore 1 ,core_gpio_pd2 
+0x02c1 000989 rtn 
+:      000991 p_mouse_set_sdio_high:
+0x02c2 000992 fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0x02c3 000993 rtn blank 
+0x02c4 000994 branch mouse_seting_dpi + 2 
+:      000996 p_device_init:
+0x02c5 000997 call app_lpm_mult_enable 
+0x02c6 000998 call enable_authrom 
+0x02c7 000999 branch p_device_wake_from_lpm ,wake 
+:      001000 p_device_wake_from_power:
+0x02c8 001001 call p_wake_from_power 
+0x02c9 001002 fetch 1 ,mem_power_on_flag 
+0x02ca 001003 bbit1 2 ,p_mouse_check_reconn_target 
+0x02cb 001004 call p_mouse_check_key_gpio 
+0x02cc 001005 beq mouse_lm_button ,p_mouse_24g_pairing_button 
+:      001008 p_mouse_check_reconn_target:
+0x02cd 001009 call p_mouse_tx_power_init 
+0x02ce 001010 arg mem_device1_type ,rega 
+0x02cf 001011 fetch 1 ,mem_device_flag 
+0x02d0 001012 fetcht 1 ,mem_24g_device_number 
+0x02d1 001013 isub temp ,null 
+0x02d2 001014 branch p_mouse_start_24g_mode ,zero 
+0x02d3 001015 increase -1 ,pdata 
+0x02d4 001016 mul32 pdata ,29 ,pdata 
+0x02d5 001017 iadd rega ,rega 
+0x02d6 001018 ifetch 1 ,rega 
+0x02d7 001019 store 1 ,mem_xrecord_mode 
+0x02d8 001020 beq rec_3_mode ,p_mouse3_0_check_reconn_target 
+0x02d9 001021 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
+0x02da 001023 rtn 
+:      001026 p_device_wake_from_lpm:
+0x02db 001027 branch p_mouse_spi_init 
+:      001029 p_mouse_tx_power_init:
+0x02dc 001030 fetch 1 ,mem_tx_power_temp 
+0x02dd 001031 store 1 ,mem_tx_power 
+0x02de 001032 rtn 
+:      001034 p_mouse3_0_check_reconn_target:
+0x02df 001035 jam 1 ,mem_mouse_bt_reconnect_flag 
+0x02e0 001036 fetch 6 ,mem_hci_plap 
+0x02e1 001037 branch app_bt_start_discovery_short ,blank 
+0x02e2 001038 branch mouse3_0_check_reconn_target + 3 
+:      001040 p_mouse4_0_check_reconn_target:
+0x02e3 001041 jam 1 ,mem_mouse_le_reconnect_flag 
+0x02e4 001042 fetch 2 ,mem_mouse_direct_timeout 
+0x02e5 001043 store 2 ,mem_mouse_direct_timer 
+0x02e6 001044 call app_lpm_mult_disable 
+0x02e7 001045 call p_le_check_adv_flag 
+0x02e8 001046 setarg adv_flag_bredr_not_supported 
+0x02e9 001047 istore 1 ,contr 
+0x02ea 001049 arg mem_le_scan_data ,contr 
+0x02eb 001050 call p_le_adv_data_update 
+0x02ec 001052 branch check_51cmd_adv 
+:      001054 p_le_check_adv_flag:
+0x02ed 001055 arg mem_le_adv_data ,rega 
+:      001056 p_le_check_adv_flag_loop:
+0x02ee 001057 ifetch 1 ,rega 
+0x02ef 001058 rtn blank 
+0x02f0 001059 iadd contr ,rega 
+0x02f1 001060 ifetch 1 ,contr 
+0x02f2 001061 rtneq 0x01 
+0x02f3 001062 branch p_le_check_adv_flag_loop 
+:      001064 p_mouse_24g_pairing_button:
+0x02f4 001065 jam zcode_61 ,mem_zcode_temp_param0 
+0x02f5 001066 branch p_zcode_entrance 
+:      001069 p_mouse_spi_init:
+0x02f6 001070 jam 0x76 ,mem_spi_init_clk 
+0x02f7 001071 branch mouse_spi_init 
+:      001073 p_mouse_init_sunt:
+0x02f8 001074 call p_mouse_spi_init 
+0x02f9 001075 call mouse_spi_sdio_gpio_pollup 
+:      001078 p_mouse_init_sensor:
+0x02fa 001079 call mouse_read_sensor_id 
+0x02fb 001080 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+0x02fc 001081 beq p3065_id1 ,p_mouse_p3065_init_param 
+0x02fd 001082 call mouse_twspi_reset 
+0x02fe 001083 nop 1000 
+0x02ff 001084 branch p_mouse_init_sensor 
+:      001086 p_mouse_init_sensor_reset:
+0x0300 001087 jam 1 ,mem_mouse_init_sensor_reset_flag 
+0x0301 001088 call spi_ncs_enable 
+0x0302 001089 call p_mouse_init_sunt 
+0x0303 001090 branch spi_ncs_disable 
+:      001092 p_mouse_init_p32xx_id2_judge:
+0x0304 001093 call p_mouse_sensor_poweron 
+0x0305 001094 fetch 1 ,mem_sensor_id2 
+0x0306 001095 beq ma8650_id2 ,p_mouse_ma8650_init_param 
+0x0307 001096 branch mouse_init_p32xx_id2_judge + 1 
+:      001098 p_mouse_ma8650_init_param:
+0x0308 001099 setarg 0x8006 
+0x0309 001100 call twspi_write 
+0x030a 001101 call delay_10ms 
+0x030b 001102 jam ma8650 ,mem_config_sensor_type 
+0x030c 001103 call mouse_sensor_disable_wp 
+0x030d 001104 setarg 0x220a 
+0x030e 001105 call twspi_write 
+0x030f 001106 branch mouse_sensor_enable_wp 
+:      001108 p_mouse_p3065_init_param:
+0x0310 001109 call p_mouse_sensor_poweron 
+0x0311 001110 fetch 1 ,mem_sensor_id2 
+0x0312 001111 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x0313 001112 jam p3065 ,mem_config_sensor_type 
+0x0314 001113 rtn 
+:      001115 p_mouse_sensor_poweron:
+0x0315 001116 call p_mouse_spi_init 
+0x0316 001117 setarg 0x8006 
+0x0317 001118 call twspi_write 
+0x0318 001119 nop 12000 
+:      001120 p_mouse_dpi_config:
+0x0319 001121 fetch 1 ,mem_mouse_dpi 
+0x031a 001122 beq 0xff ,mouse_dpi_config 
+0x031b 001123 branch mouse_seting_dpi + 2 
+:      001125 p_mouse_sensor_powerdown:
+0x031c 001126 call p_mouse_spi_init 
+0x031d 001127 setarg 0x0806 
+0x031e 001132 branch twspi_write 
+:      001134 p_mouse_setting_config:
+0x031f 001135 jam zcode_80 ,mem_zcode_temp_param0 
+0x0320 001136 branch p_zcode_entrance 
+:      001139 p_flash_ncs_disable:
+0x0321 001140 fetcht 1 ,mem_flash_ncs_gpio 
+0x0322 001141 branch gpio_out_inactive 
+:      001143 p_spid_init_flash:
+0x0323 001144 jam 0x40 ,core_spid_ctrl 
+0x0324 001145 jam 0x0 ,core_spid_delay 
+0x0325 001146 hfetch 1 ,core_gpio_sel1 
+0x0326 001147 set0 0 ,pdata 
+0x0327 001148 set0 1 ,pdata 
+0x0328 001149 set1 3 ,pdata 
+0x0329 001150 set0 4 ,pdata 
+0x032a 001151 hstore 1 ,core_gpio_sel1 
+0x032b 001152 setarg 0 
+0x032c 001153 store 4 ,mem_spid_tbuf 
+0x032d 001154 rtn 
+:      001156 p_mouse_load_flash_info_check:
+0x032e 001157 call p_flash_release_deep_power_down 
+0x032f 001158 call mouse_load_flash_flag 
+0x0330 001159 fetch 2 ,mem_store_flag 
+0x0331 001160 arg eeprom_init_flag ,temp 
+0x0332 001161 isub temp ,null 
+0x0333 001162 branch p_mouse_load_flash_device_info ,zero 
+0x0334 001163 storet 2 ,mem_store_flag 
+0x0335 001164 call mouse_ble_init_address 
+0x0336 001165 fetch 1 ,mem_config_sensor_motion 
+0x0337 001166 store 1 ,mem_mouse_dpi 
+0x0338 001167 fetch 4 ,mem_mouse_24g_addr_init 
+0x0339 001168 store 4 ,mem_mouse_24g_addr 
+0x033a 001169 store 4 ,mem_24g_addr 
+:      001170 p_mouse_store_flash_device_info:
+0x033b 001171 call p_flash_release_deep_power_down 
+0x033c 001172 call p_flash_erase_sector 
+0x033d 001173 call p_mouse_information_flash_parameters 
+0x033e 001174 call p_spid_write_flash 
+0x033f 001175 call p_wait_flash_done 
+:      001176 p_mouse_store_random_addr_increase_count:
+0x0340 001177 arg 2 ,temp 
+0x0341 001178 arg mem_random_addr_increase_count ,rega 
+0x0342 001179 arg mouse_random_addr_count_eeprom_offset ,regb 
+0x0343 001180 fetch 3 ,mem_flash_base 
+0x0344 001181 iadd regb ,pdata 
+0x0345 001182 call p_spid_write_flash 
+0x0346 001183 call p_wait_flash_done 
+0x0347 001184 call p_flash_deep_power_down 
+0x0348 001185 branch p_mouse_spi_init 
+:      001187 p_flash_erase_sector:
+0x0349 001188 fetch 3 ,mem_flash_base 
+0x034a 001189 store 3 ,mem_spi_write_addr 
+0x034b 001190 call flash_erase_sector + 2 
+0x034c 001191 branch p_wait_flash_done 
+:      001193 p_spid_write_flash:
+0x034d 001194 copy pdata ,regc 
+0x034e 001195 copy rega ,pdata 
+0x034f 001196 increase -4 ,pdata 
+0x0350 001197 copy pdata ,regb 
+0x0351 001198 ifetch 4 ,regb 
+0x0352 001199 store 4 ,mem_write_flash_head_temp 
+0x0353 001200 copy regc ,pdata 
+0x0354 001201 call spid_write_flash 
+0x0355 001202 fetch 4 ,mem_write_flash_head_temp 
+0x0356 001203 istore 4 ,regb 
+0x0357 001204 rtn 
+:      001206 p_wait_flash_done:
+0x0358 001207 setarg 100000 
+0x0359 001208 call sleep 
+0x035a 001209 call spid_unlock_flash 
+0x035b 001210 setarg mem_spid_rbuf 
+0x035c 001211 hstore 2 ,core_spid_rxaddr 
+0x035d 001212 setarg flash_read_satus 
+0x035e 001213 call spid_read_reg 
+0x035f 001214 bbit1 flash_status_wip ,p_wait_flash_done 
+0x0360 001215 rtn 
+:      001217 p_mouse_information_flash_parameters:
+0x0361 001218 setarg mem_mouse_information_end 
+0x0362 001219 arg mem_mouse_information_start ,temp 
+0x0363 001220 isub temp ,temp 
+0x0364 001221 fetch 3 ,mem_flash_base 
+0x0365 001222 arg mem_mouse_information_start ,rega 
+0x0366 001223 rtn 
+:      001225 p_mouse_read_flash:
+0x0367 001226 call p_flash_release_deep_power_down 
+0x0368 001227 call p_mouse_information_flash_parameters 
+0x0369 001228 branch spid_read_flash 
+:      001230 p_mouse_load_flash_device_info:
+0x036a 001231 call p_mouse_read_flash 
+0x036b 001232 call p_mouse_load_random_addr_increase_count 
+0x036c 001233 call mouse_select_reconn_device 
+0x036d 001234 fetch 4 ,mem_mouse_24g_addr 
+0x036e 001235 store 4 ,mem_24g_addr 
+0x036f 001236 rtn 
+:      001238 p_flash_deep_power_down:
+0x0370 001239 jam flash_command_deep_power_down ,mem_temp 
+:      001240 p_spid_write_flash_cmd:
+0x0371 001241 call p_spid_init_flash 
+0x0372 001242 call spid_unlock_flash 
+0x0373 001243 arg mem_write_flash_head_temp ,rega 
+0x0374 001244 fetcht 1 ,mem_temp 
+0x0375 001245 branch spid_write_flash_common 
+:      001247 p_flash_release_deep_power_down:
+0x0376 001248 jam flash_command_release_deep_power_down ,mem_temp 
+0x0377 001249 branch p_spid_write_flash_cmd 
+:      001252 p_mouse_load_random_addr_increase_count:
+0x0378 001253 call p_flash_release_deep_power_down 
+0x0379 001254 arg 2 ,temp 
+0x037a 001255 arg mem_random_addr_increase_count ,rega 
+0x037b 001256 arg mouse_random_addr_count_eeprom_offset ,regb 
+0x037c 001257 fetch 3 ,mem_flash_base 
+0x037d 001258 iadd regb ,pdata 
+0x037e 001259 branch spid_read_flash 
+:      001263 p_mouse_start_24g_mode:
+0x037f 001266 setarg 0 
+0x0380 001267 store 2 ,mem_24g_check_dongle_times 
+0x0381 001268 call p_g24_factory_check 
+0x0382 001269 branch p_g24_auto_pair_start ,user 
+0x0383 001270 branch p_g24_start_24g_mode 
+:      001272 p_g24_factory_check:
+0x0384 001273 arg 2 ,loopcnt 
+0x0385 001274 arg mem_24g_addr ,contr 
+:      001275 p_pdata_0xff_check:
+0x0386 001276 call enable_user 
+0x0387 001277 setarg 0xffff 
+:      001278 p_pdata_0xff_check_loop:
+0x0388 001279 ifetcht 2 ,contr 
+0x0389 001280 isub temp ,null 
+0x038a 001281 ncall disable_user ,zero 
+0x038b 001282 loop p_pdata_0xff_check_loop 
+0x038c 001283 rtn 
+:      001285 p_mouse_g24_package_data:
+0x038d 001286 call mouse_g24_package_data 
+0x038e 001287 fetch 2 ,mem_mouse_z 
+0x038f 001288 rtn blank 
+:      001289 p_g24_transmit_by_interrupt_enable:
+0x0390 001290 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+0x0391 001291 setarg 0 
+0x0392 001292 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0x0393 001293 rtn 
+:      001295 p_mouse_le_txbuff_save:
+0x0394 001296 arg mem_le_tx_buffer0 ,contr 
+0x0395 001297 arg mem_le_tx_buffer0_omemalloc ,contw 
+0x0396 001298 call p_mouse_le_txbuff_copy 
+0x0397 001299 arg mem_le_tx_buffer1 ,contr 
+0x0398 001300 call p_mouse_le_txbuff_copy 
+0x0399 001301 arg mem_le_tx_buffer2 ,contr 
+0x039a 001302 call p_mouse_le_txbuff_copy 
+0x039b 001303 arg mem_le_tx_buffer3 ,contr 
+:      001304 p_mouse_le_txbuff_copy:
+0x039c 001305 arg 27 ,loopcnt 
+0x039d 001306 branch memcpy 
+:      001308 p_mouse_le_txbuff_load:
+0x039e 001309 arg mem_le_tx_buffer0_omemalloc ,contr 
+0x039f 001310 arg mem_le_tx_buffer0 ,contw 
+0x03a0 001311 call p_mouse_le_txbuff_copy 
+0x03a1 001312 arg mem_le_tx_buffer1 ,contw 
+0x03a2 001313 call p_mouse_le_txbuff_copy 
+0x03a3 001314 arg mem_le_tx_buffer2 ,contw 
+0x03a4 001315 call p_mouse_le_txbuff_copy 
+0x03a5 001316 arg mem_le_tx_buffer3 ,contw 
+0x03a6 001317 branch p_mouse_le_txbuff_copy 
+:      001319 p_mouse_le:
+0x03a7 001320 call le_fifo_check_nearly_full 
+0x03a8 001321 nrtn blank 
+0x03a9 001322 fetch 1 ,mem_le_connect_status_flag 
+0x03aa 001323 and pdata ,0x03 ,pdata 
+0x03ab 001324 rtnne 0x03 
+0x03ac 001325 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x03ad 001326 call p_mouse_clear_sensor_data ,blank 
+0x03ae 001327 fetch mouse_flag_len ,mem_mouse_flag 
+0x03af 001328 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x03b0 001329 call mouse_motion 
+0x03b1 001330 nrtn user 
+0x03b2 001331 call p_mouse_wheel_trigger 
+:      001332 p_mouse_data_push:
+0x03b3 001333 arg mem_mouse_key ,rega 
+0x03b4 001334 call queue_push 
+0x03b5 001335 call p_mouse_queue_increase ,user 
+0x03b6 001337 rtn 
+:      001339 p_mouse_data_init:
+0x03b7 001340 jam 7 ,mem_mouse_data_queue 
+0x03b8 001341 jam 4 ,mem_mouse_data_queue + 1 
+0x03b9 001342 setarg mem_mouse_data_queue 
+0x03ba 001343 store 2 ,mem_queue_ptr 
+0x03bb 001344 branch queue_init 
+:      001346 p_mouse_queue_increase:
+0x03bc 001347 fetch 1 ,mem_mouse_data_queue_num 
+0x03bd 001348 increase 1 ,pdata 
+0x03be 001349 store 1 ,mem_mouse_data_queue_num 
+0x03bf 001350 rtn 
+:      001352 p_mouse_data_pull:
+0x03c0 001353 arg mem_mouse_key ,rega 
+0x03c1 001354 call queue_pop 
+0x03c2 001355 branch p_mouse_fill_data_le ,user 
+0x03c3 001356 rtn 
+:      001358 p_mouse_fill_data_le:
+0x03c4 001359 call le_clear_md 
+0x03c5 001360 fetch 1 ,mem_mouse_data_queue_num 
+0x03c6 001361 sub pdata ,1 ,null 
+0x03c7 001362 ncall le_set_md ,positive 
+0x03c8 001363 fetch 1 ,mem_mouse_data_queue_num 
+0x03c9 001364 rtn blank 
+0x03ca 001365 increase -1 ,pdata 
+0x03cb 001366 store 1 ,mem_mouse_data_queue_num 
+0x03cc 001367 branch mouse_fill_data_le 
+:      001370 p_mouse_wheel_trigger:
+0x03cd 001371 fetch 2 ,mem_mouse_z 
+0x03ce 001372 rtn blank 
+0x03cf 001373 jam 1 ,mem_mouse_wheel_trigger 
+0x03d0 001374 jam 2 ,mem_mouse_wheel_trigger_timer 
+0x03d1 001375 rtn 
+:      001377 p_mouse_bt:
+0x03d2 001378 rtn attempt 
+0x03d3 001379 fetch 1 ,mem_app_handshake_flag 
+0x03d4 001380 rtn blank 
+0x03d5 001381 call l2cap_malloc_is_fifo_nearly_full 
+0x03d6 001382 nrtn blank 
+0x03d7 001383 fetch 1 ,mem_mouse_clear_sensor_data_flag 
+0x03d8 001384 call p_mouse_clear_sensor_data ,blank 
+0x03d9 001385 fetch mouse_flag_len ,mem_mouse_flag 
+0x03da 001386 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+0x03db 001387 bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
+0x03dc 001388 call mouse_motion 
+0x03dd 001389 nrtn user 
+0x03de 001390 call p_mouse_wheel_trigger 
+0x03df 001391 fetch 1 ,mem_mouse_bt_boot_mode 
+0x03e0 001392 beq 1 ,p_mouse_send_data_boot_mode 
+0x03e1 001393 fetch 1 ,mem_mouse_bt_send_first_package_flag 
+0x03e2 001394 rtn blank 
+0x03e3 001395 branch mouse_send_data 
+:      001397 p_mouse_send_data_boot_mode:
+0x03e4 001398 fetch 1 ,mem_mouse_key 
+0x03e5 001399 store 1 ,mem_mouse_bt_boot_data 
+0x03e6 001400 fetch 1 ,mem_mouse_x 
+0x03e7 001401 istore 1 ,contw 
+0x03e8 001402 fetch 1 ,mem_mouse_y 
+0x03e9 001403 istore 1 ,contw 
+0x03ea 001404 fetch 2 ,mem_mouse_z 
+0x03eb 001405 istore 2 ,contw 
+0x03ec 001407 arg 7 ,rega 
+0x03ed 001408 call hid_malloc_tx_buff 
+0x03ee 001409 fetch 2 ,mem_hid_int_remote_cid 
+0x03ef 001410 istore 2 ,contw 
+0x03f0 001411 setarg 0x02a1 
+0x03f1 001412 istore 2 ,contw 
+0x03f2 001413 fetch 5 ,mem_mouse_bt_boot_data 
+0x03f3 001414 istore 5 ,contw 
+0x03f4 001415 rtn 
+:      001417 p_mouse_clear_sensor_data:
+0x03f5 001418 jam 1 ,mem_mouse_clear_sensor_data_flag 
+0x03f6 001419 call le_set_config_more_data 
+0x03f7 001420 branch p_mouse_init_sensor_reset 
+:      001427 p_mouse_idle:
+0x03f8 001428 call ui_check_paring_button 
+0x03f9 001429 call p_mouse_dpi_check 
+0x03fa 001430 branch mouse_wheel_check 
+:      001431 p_mouse_dpi_check_next:
+0x03fb 001432 fetcht 1 ,mem_dpi_button_gpio 
+0x03fc 001433 call gpio_get_bit 
+0x03fd 001434 branch mouse_dpi_up ,true 
+:      001435 p_mouse_dpi_down:
+0x03fe 001436 fetch 1 ,mem_mouse_dpi_button_state 
+0x03ff 001437 rtneq dpi_button_state_down 
+0x0400 001438 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x0401 001439 fetch 1 ,mem_mouse_dpi 
+0x0402 001440 increase 1 ,pdata 
+0x0403 001441 sub pdata ,0x03 ,null 
+0x0404 001442 ncall disable_blank ,positive 
+:      001443 p_mouse_set_dpi:
+0x0405 001444 store 1 ,mem_mouse_dpi 
+0x0406 001445 call mouse_seting_dpi 
+0x0407 001446 jam 2 ,mem_mouse_dpi_led_delay_count 
+0x0408 001447 branch p_mouse_store_flash_device_info 
+:      001451 p_mouse_dpi_check:
+0x0409 001452 fetcht 1 ,mem_dpi_button_gpio 
+0x040a 001453 call p_gpio_set_input_pd 
+0x040b 001454 call p_mouse_dpi_check_next 
+0x040c 001455 fetcht 1 ,mem_dpi_button_gpio 
+0x040d 001456 branch p_gpio_set_input_pu 
+:      001459 p_mouse_priority_bb_event:
+0x040e 001460 copy regc ,pdata 
+0x040f 001461 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0x0410 001462 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0x0411 001463 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
+0x0412 001464 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0x0413 001465 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+0x0414 001466 beq bt_evt_reconn_failed ,p_mouse_bb_event_reconn_failed 
+0x0415 001467 beq bt_evt_reconn_page_timeout ,p_mouse_bb_event_reconn_timeout 
+0x0416 001468 beq bt_evt_virtual_cable_unplug ,p_mouse_irtual_cable_unplug 
+0x0417 001469 beq bt_evt_switch_not_accept ,app_bt_role_switch 
+0x0418 001470 beq bt_evt_sniff_not_accept ,p_mouse_sniff_not_accept 
+0x0419 001471 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
+0x041a 001472 beq bt_evt_bb_disconnected ,p_mouse_bb_event_disconnected 
+0x041b 001473 beq bt_evt_switch_success_master ,p_mouse_enter_sniff_check 
+0x041c 001474 beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+0x041d 001475 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+0x041e 001476 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+0x041f 001477 branch mouse_priority_bb_event + 1 
+:      001479 p_mouse_le_bb_event_connected:
+0x0420 001480 call p_mouse_init_sensor_reset 
+0x0421 001481 jam zcode_b0 ,mem_zcode_temp_param0 
+0x0422 001482 branch p_zcode_entrance 
+:      001484 p_mouse_le_bb_disconnected:
+0x0423 001485 call p_mouse_sensor_powerdown_check 
+0x0424 001486 jam zcode_a2 ,mem_zcode_temp_param0 
+0x0425 001487 branch p_zcode_entrance 
+:      001489 p_mouse_le_enc_info:
+:      001490 p_app_updata_le_param:
+0x0426 001491 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x0427 001492 branch ui_ipc_send_cmd 
+:      001494 p_mouse_le_ll_start_encryt:
+0x0428 001495 jam zcode_b3 ,mem_zcode_temp_param0 
+0x0429 001496 branch p_zcode_entrance 
+:      001498 p_mouse_le_conn_param_update_rsp_recieved:
+0x042a 001499 jam zcode_a1 ,mem_zcode_temp_param0 
+0x042b 001500 branch p_zcode_entrance 
+:      001503 p_mouse_bb_event_reconn_timeout:
+:      001504 p_mouse_bb_event_reconn_failed:
+0x042c 001505 jam zcode_a3 ,mem_zcode_temp_param0 
+0x042d 001506 branch p_zcode_entrance 
+:      001508 p_mouse_irtual_cable_unplug:
+0x042e 001509 call mouse_irtual_cable_unplug 
+0x042f 001510 branch app_bb_hibernate 
+:      001512 p_mouse_sniff_not_accept:
+0x0430 001513 jam zcode_b1 ,mem_zcode_temp_param0 
+0x0431 001514 branch p_zcode_entrance 
+:      001516 p_mouse_bb_event_connected:
+0x0432 001517 jam 0 ,mem_mouse_send_switch_req_timer 
+0x0433 001518 call p_mouse_init_sensor_reset 
+0x0434 001519 branch mouse_stop_discovery 
+:      001521 p_mouse_bb_event_disconnected:
+0x0435 001522 call p_mouse_sensor_powerdown_check 
+0x0436 001523 jam zcode_b4 ,mem_zcode_temp_param0 
+0x0437 001524 branch p_zcode_entrance 
+:      001526 p_mouse_enter_sniff_check:
+0x0438 001527 jam zcode_b2 ,mem_zcode_temp_param0 
+0x0439 001528 branch p_zcode_entrance 
+:      001530 p_mouse_24g_pairing_complete:
+0x043a 001531 call p_mouse_init_sensor_reset 
+0x043b 001532 jam zcode_92 ,mem_zcode_temp_param0 
+0x043c 001533 branch p_zcode_entrance 
+:      001535 p_mouse_24g_attempt_fail:
+0x043d 001536 call p_mouse_sensor_powerdown_check 
+0x043e 001537 jam 0 ,mem_retry_count 
+0x043f 001538 jam zcode_a0 ,mem_zcode_temp_param0 
+0x0440 001539 branch p_zcode_entrance 
+:      001541 p_mouse_24g_attempt_success:
+0x0441 001543 call p_mouse_init_sensor_reset 
+:      001544 p_mouse_24g_no_data_timer_init:
+0x0442 001545 setarg 0x2ee0 
+0x0443 001546 store 2 ,mem_mouse_no_data_timer 
+0x0444 001547 rtn 
+:      001549 p_mouse_before_hibernate:
+0x0445 001550 call p_mouse_sensor_powerdown_check 
+0x0446 001551 jam zcode_a4 ,mem_zcode_temp_param0 
+0x0447 001552 branch p_zcode_entrance 
+:      001554 p_mouse_sensor_powerdown_check:
+0x0448 001555 fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0x0449 001556 rtn blank 
+0x044a 001557 jam 0 ,mem_mouse_init_sensor_reset_flag 
+0x044b 001558 branch p_mouse_sensor_powerdown 
+:      001561 p_mouse_bb_event_timer:
+0x044c 001562 call p_mouse_adc_read 
+0x044d 001563 call p_mouse_low_voltage_led_timer 
+0x044e 001565 call p_mouse_wheel_trigger_timer 
+0x044f 001566 call p_mouse_dpi_led_blink_delay_timer 
+0x0450 001568 call p_mouse_select_device_by_button 
+0x0451 001569 call mouse_check_discovery_timeout_timer 
+0x0452 001570 call mouse_check_no_data_timeout_timer 
+0x0453 001571 call mouse_check_direct_timeout_timer 
+0x0454 001572 call p_mouse_le_enable_att_list_timer 
+0x0455 001573 call p_mouse_send_switch_req_timer 
+0x0456 001574 call mouse_check_hid_handshake_timer 
+0x0457 001575 call p_mouse_bt_check_sniff_req_timeout_timer 
+0x0458 001576 branch p_mouse_device_poweron_led_timer 
+:      001578 p_mouse_low_voltage_led_timer:
+0x0459 001579 fetch 1 ,mem_mouse_blink_count 
+0x045a 001580 branch mouse_low_voltage_led_timer ,blank 
+0x045b 001581 jam 12 ,mem_adc_low_volatage_led_timer_count 
+0x045c 001582 rtn 
+:      001584 p_mouse_send_switch_req_timer:
+0x045d 001585 arg mem_mouse_send_switch_req_timer ,regc 
+0x045e 001586 arg host_create_conn_resend ,regb 
+0x045f 001587 branch timer_single_step 
+:      001589 p_mouse_bt_check_sniff_req_timeout_timer:
+0x0460 001590 arg mem_mouse_bt_send_first_package_timer ,regc 
+0x0461 001591 arg p_mouse_bt_send_first_package ,regb 
+0x0462 001592 branch timer_single_step 
+:      001593 p_mouse_bt_send_first_package:
+0x0463 001594 jam 1 ,mem_mouse_bt_send_first_package_flag 
+0x0464 001595 rtn 
+:      001598 p_mouse_le_enable_att_list_timer:
+0x0465 001599 arg mem_le_start_encrypt_timer ,regc 
+0x0466 001600 arg mouse_le_write_enable ,regb 
+0x0467 001601 branch timer_single_step 
+:      001603 p_mouse_wheel_trigger_timer:
+0x0468 001604 arg mem_mouse_wheel_trigger_timer ,regc 
+0x0469 001605 arg p_mouse_wheel_trigger_disable ,regb 
+0x046a 001606 branch timer_single_step 
+:      001607 p_mouse_wheel_trigger_disable:
+0x046b 001608 jam 0 ,mem_mouse_wheel_trigger 
+0x046c 001609 rtn 
+:      001640 p_mouse_bt_discovery_timer:
+0x046d 001641 arg mem_select_ui_button_count ,regc 
+0x046e 001642 arg p_mouse_long_button_bt_discovery ,regb 
+0x046f 001643 branch timer_single_step 
+:      001644 p_mouse_long_button_bt_discovery:
+0x0470 001645 fetcht 1 ,mem_device_flag 
+0x0471 001646 fetch 1 ,mem_24g_device_number 
+0x0472 001647 isub temp ,null 
+0x0473 001648 rtn zero 
+0x0474 001649 fetch 2 ,mem_ui_state_map 
+0x0475 001650 isolate1 ui_state_ble_adv ,pdata 
+0x0476 001651 call mouse_stop_le_adv ,true 
+0x0477 001652 fetch 2 ,mem_ui_state_map 
+0x0478 001653 isolate1 ui_state_bt_reconnect ,pdata 
+0x0479 001654 call mouse_cancel_reconnect ,true 
+0x047a 001655 branch mouse_long_button_bt_discovry 
+:      001658 p_mouse_get_select_state:
+0x047b 001659 fetcht 1 ,mem_config_select_device_button_gpio 
+0x047c 001660 branch gpio_get_bit 
+:      001664 p_mouse_select_device_by_button:
+0x047d 001665 call p_mouse_get_select_state 
+0x047e 001666 nbranch p_mouse_select_device_button_up ,true 
+:      001667 p_mouse_select_device_button_down:
+0x047f 001668 call p_mouse_bt_discovery_timer 
+0x0480 001669 fetch 1 ,mem_select_device_button_statue 
+0x0481 001670 rtneq pb_button_state_down 
+0x0482 001671 jam pb_button_state_down ,mem_select_device_button_statue 
+0x0483 001672 fetch 2 ,mem_mouse_direct_timeout 
+0x0484 001673 store 2 ,mem_mouse_direct_timer 
+0x0485 001674 force page_length_timer ,queue 
+0x0486 001675 fetch 2 ,mem_page_to 
+0x0487 001676 branch timer_init 
+:      001680 p_mouse_select_device_button_up:
+0x0488 001681 fetch 1 ,mem_select_device_button_statue 
+0x0489 001682 rtneq pb_button_state_up 
+0x048a 001683 fetch 1 ,mem_select_ui_button_count 
+0x048b 001684 sub pdata ,25 ,null 
+0x048c 001685 ncall p_mouse_ready_reconnection_by_button ,positive 
+0x048d 001686 fetch 1 ,mem_ui_button_timeout 
+0x048e 001687 store 1 ,mem_select_ui_button_count 
+0x048f 001688 jam pb_button_state_up ,mem_select_device_button_statue 
+0x0490 001689 rtn 
+:      001691 p_mouse_ready_reconnection_by_button:
+0x0491 001692 fetcht 1 ,mem_device_flag 
+0x0492 001693 increase 1 ,temp 
+0x0493 001694 fetch 1 ,mem_device_number 
+0x0494 001695 isub temp ,null 
+0x0495 001696 ncall mouse_select_device_count_clean ,positive 
+0x0496 001697 storet 1 ,mem_device_flag 
+0x0497 001698 jam 0 ,mem_link_key_exists 
+0x0498 001699 call p_mouse_store_flash_device_info 
+0x0499 001702 fetch mouse_flag_len ,mem_mouse_flag 
+0x049a 001703 rtneq mouse_bt_discovery_button_long_down_flag 
+0x049b 001704 branch mouse_set_reconnection 
+:      001738 p_mouse_adc_read:
+0x049c 001741 fetch 1 ,mem_adc_read_timer 
+0x049d 001742 increase 1 ,pdata 
+0x049e 001743 store 1 ,mem_adc_read_timer 
+0x049f 001744 sub pdata ,10 ,null 
+0x04a0 001745 rtn positive 
+0x04a1 001747 call adc_init_data 
+0x04a2 001749 jam 0 ,mem_adc_read_timer 
+0x04a3 001750 call adc_set_mode 
+0x04a4 001751 call vdd_calculate_by_mode 
+0x04a5 001752 store 2 ,mem_mouse_vdd_now_vol 
+0x04a6 001753 arg mem_mouse_vdd_calculate_set ,rega 
+0x04a7 001754 call p_adc_bat_percent_lowpower_out 
+0x04a8 001755 fetch 1 ,mem_adc_power_flag 
+0x04a9 001756 bbit1 1 ,app_enter_hibernate 
+0x04aa 001757 bbit0 0 ,p_mouse_adc_no_low_voltage 
+0x04ab 001758 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x04ac 001759 branch mouse_adc_low_voltage 
+:      001761 p_mouse_adc_no_low_voltage:
+0x04ad 001762 call mouse_adc_no_low_voltage 
+0x04ae 001763 jam 12 ,mem_adc_low_volatage_led_timer_count 
+0x04af 001764 fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+0x04b0 001765 rtn blank 
+0x04b1 001766 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+0x04b2 001767 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x04b3 001768 store 1 ,mem_mouse_struct_led_gpio 
+0x04b4 001769 branch mouse_led_off 
+:      001790 p_adc_bat_percent_lowpower_out:
+0x04b5 001791 ifetch 8 ,rega 
+0x04b6 001792 store 8 ,mem_pdatatemp 
+0x04b7 001793 fetcht 2 ,mem_pdatatemp + 2 
+0x04b8 001794 fetch 2 ,mem_pdatatemp + 6 
+0x04b9 001795 isub temp ,null 
+0x04ba 001796 nbranch adc_set_no_power_flag ,positive 
+0x04bb 001797 fetcht 2 ,mem_pdatatemp + 4 
+0x04bc 001798 isub temp ,null 
+0x04bd 001799 nbranch adc_set_low_power_flag ,positive 
+:      001800 p_adc_clear_low_power_flag:
+0x04be 001801 fetch 1 ,mem_adc_power_flag 
+0x04bf 001802 set0 0 ,pdata 
+0x04c0 001803 store 1 ,mem_adc_power_flag 
+0x04c1 001804 rtn 
+:      001807 p_mouse_dpi_led_blink_delay_timer:
+0x04c2 001808 arg mem_mouse_dpi_led_delay_count ,regc 
+0x04c3 001809 arg p_mouse_dpi_led_setting ,regb 
+0x04c4 001810 branch timer_single_step 
+:      001812 p_mouse_dpi_led_setting:
+0x04c5 001813 fetch 1 ,mem_dpi_led_gpio 
+0x04c6 001814 store 1 ,mem_mouse_struct_led_gpio 
+0x04c7 001815 setarg led_dpi_blink_fixed 
+0x04c8 001816 store 2 ,mem_mouse_on_time 
+0x04c9 001817 store 2 ,mem_mouse_off_time 
+0x04ca 001818 arg 0 ,rega 
+0x04cb 001819 fetcht 1 ,mem_mouse_dpi 
+0x04cc 001821 storet 1 ,mem_mouse_blink_count 
+0x04cd 001822 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x04ce 001823 rtn 
+:      001825 p_mouse_motion:
+0x04cf 001826 disable user 
+0x04d0 001827 setarg 0 
+0x04d1 001828 store 6 ,mem_mouse_x 
+0x04d2 001829 call mouse_cheak_sensor_data 
+0x04d3 001830 call mouse_zwheel 
+0x04d4 001831 call mouse_t_zwheel 
+0x04d5 001832 call p_mouse_key 
+0x04d6 001833 nbranch p_drawing_optima_init ,user 
+0x04d7 001834 call p_drawing_optima 
+0x04d8 001835 branch mouse_motion + 9 
+:      001838 p_mouse_key:
+0x04d9 001839 call p_mouse_check_key_gpio 
+0x04da 001840 branch mouse_key + 1 
+:      001842 p_mouse_check_key_gpio:
+0x04db 001843 arg 0 ,rega 
+0x04dc 001844 call p_mouse_check_lkey_gpio 
+0x04dd 001845 call p_mouse_check_rkey_gpio 
+0x04de 001846 call p_mouse_check_mkey_gpio 
+0x04df 001848 branch mouse_check_key_gpio_output 
+:      001855 p_mouse_check_lkey_gpio:
+0x04e0 001856 fetcht 1 ,mem_lbutton_gpio 
+0x04e1 001857 call p_gpio_set_input_pu 
+0x04e2 001858 fetcht 1 ,mem_lbutton_gpio 
+0x04e3 001859 call gpio_get_bit 
+0x04e4 001860 setflag true ,0 ,rega 
+0x04e5 001861 rtn 
+:      001862 p_mouse_check_rkey_gpio:
+0x04e6 001863 fetcht 1 ,mem_rbutton_gpio 
+0x04e7 001864 call p_gpio_set_input_pu 
+0x04e8 001865 fetcht 1 ,mem_rbutton_gpio 
+0x04e9 001866 call gpio_get_bit 
+0x04ea 001867 setflag true ,1 ,rega 
+0x04eb 001868 rtn 
+:      001869 p_mouse_check_mkey_gpio:
+0x04ec 001870 fetcht 1 ,mem_mbutton_gpio 
+0x04ed 001871 call p_gpio_set_input_pu 
+0x04ee 001872 fetcht 1 ,mem_mbutton_gpio 
+0x04ef 001873 call gpio_get_bit 
+0x04f0 001874 setflag true ,2 ,rega 
+0x04f1 001875 rtn 
+:      001891 p_gpio_set_input_pd:
+0x04f2 001892 set0 gpio_active_bit ,temp 
+0x04f3 001893 arg core_gpio_pu0 ,contw 
+0x04f4 001894 call gpio_set_bit 
+0x04f5 001895 set1 gpio_active_bit ,temp 
+:      001896 p_gpio_set_input_pd4:
+0x04f6 001897 arg core_gpio_pd0 ,contw 
+0x04f7 001898 call gpio_set_bit 
+0x04f8 001899 set0 gpio_active_bit ,temp 
+0x04f9 001900 arg core_gpio_oe0 ,contw 
+0x04fa 001901 branch gpio_set_bit 
+:      001903 p_gpio_set_input_pu:
+0x04fb 001904 set1 gpio_active_bit ,temp 
+:      001905 p_gpio_set_input_pu1:
+0x04fc 001906 arg core_gpio_pu0 ,contw 
+0x04fd 001907 call gpio_set_bit 
+0x04fe 001908 set0 gpio_active_bit ,temp 
+0x04ff 001909 branch p_gpio_set_input_pd4 
+:      001912 p_mouse_bb_event_discovery_btn:
+0x0500 001913 jam 0 ,mem_mouse_poweron_led_timer 
+0x0501 001914 isolate1 mark_24g ,mark 
+0x0502 001915 call p_g24_check_51cmd_stop_24g ,true 
+0x0503 001916 branch mouse_bb_event_discovery_btn + 1 
+:      001918 p_le_addr_random_config:
+0x0504 001919 jam zcode_81 ,mem_zcode_temp_param0 
+0x0505 001920 branch p_zcode_entrance 
+:      001922 p_mouse_start_discovery:
+0x0506 001923 jam zcode_50 ,mem_zcode_temp_param0 
+0x0507 001924 branch p_zcode_entrance 
+:      001928 p_le_adv_data_update:
+0x0508 001929 arg mem_le_adv_data + 11 ,contw 
+0x0509 001930 arg 19 ,loopcnt 
+0x050a 001931 call memcpy 
+0x050b 001932 branch le_modified_name_adv 
+:      001934 p_mouse_stop_discovery:
+0x050c 001935 setarg 0 
+0x050d 001936 store 2 ,mem_mouse_discovery_timer 
+0x050e 001937 store 1 ,mem_mouse_blink_count 
+0x050f 001938 call p_mouse_sensor_poweron 
+0x0510 001939 branch mouse_stop_discovery + 1 
+:      001941 p_le_slave_match:
+0x0511 001942 fetch 1 ,mem_le_md_count 
+0x0512 001943 pincrease 1 
+0x0513 001944 store 1 ,mem_le_md_count 
+0x0514 001945 beq le_md_max_count ,le_slave_cont 
+0x0515 001946 call le_acknowledge 
+0x0516 001947 call le_prepare_tx 
+0x0517 001948 call power_ctrl_start 
+0x0518 001949 branch le_slave_match + 7 
+:      001951 p_le_next_adv_channel:
+0x0519 001952 fetch 1 ,mem_le_ch_mapped 
+0x051a 001953 increase 1 ,pdata 
+0x051b 001954 store 1 ,mem_le_ch_mapped 
+0x051c 001955 rtnne 40 
+0x051d 001956 jam 37 ,mem_le_ch_mapped 
+0x051e 001957 rtn 
+:      001959 p_le_receive_skip:
+0x051f 001960 call save_rssi 
+0x0520 001961 call p_rssi_signal 
+0x0521 001962 branch le_receive_skip + 2 
+:      001964 p_le_update_param:
+0x0522 001965 jam zcode_40 ,mem_zcode_temp_param0 
+0x0523 001966 branch p_zcode_entrance 
+:      001968 p_le_update_channel_map:
+0x0524 001969 jam zcode_41 ,mem_zcode_temp_param0 
+0x0525 001970 branch p_zcode_entrance 
+:      001972 p_le_prepare_tx:
+0x0526 001973 fetch 1 ,mem_le_arq 
+0x0527 001974 bbit1 wak ,p_le_prepare_tx_wak 
+0x0528 001975 call power_ctrl_pac_succ_incrs 
+0x0529 001976 fetch 1 ,mem_empty_count 
+0x052a 001977 nbranch p_le_send_empyt ,blank 
+0x052b 001978 fetch 1 ,mem_le_state 
+0x052c 001979 bbit0 lestate_encryption ,p_le_tx_4 
+0x052d 001980 fetch 1 ,mem_le_rxbuf + 1 
+0x052e 001981 branch p_le_tx_4 ,blank 
+0x052f 001982 branch le_send_empty 
+:      001983 p_le_send_empyt:
+0x0530 001984 fetch 1 ,mem_empty_count 
+0x0531 001985 increase -1 ,pdata 
+0x0532 001986 store 1 ,mem_empty_count 
+0x0533 001987 branch le_send_empty 
+:      001988 p_le_tx_4:
+0x0534 001989 fetch 1 ,mem_le_pairing_state 
+0x0535 001990 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
+0x0536 001991 jam 3 ,mem_empty_count 
+:      001992 p_in_le_tx_4:
+0x0537 001993 call le_fifo_check_nearly_full 
+0x0538 001994 call p_mouse_data_pull ,blank 
+0x0539 001995 branch le_prepare_tx + 4 
+:      001997 p_le_prepare_tx_wak:
+0x053a 001998 call p_le_check_tx_retransmit_setmd 
+0x053b 001999 branch p_le_power_ctrl_pac_succ_decrs 
+:      002001 p_le_check_tx_retransmit_setmd:
+0x053c 002002 fetch 1 ,mem_le_connect_status_flag 
+0x053d 002003 and pdata ,0x03 ,pdata 
+0x053e 002004 rtnne 0x03 
+0x053f 002005 fetch 1 ,mem_mouse_data_queue_num 
+0x0540 002006 rtn blank 
+0x0541 002007 fetch 1 ,mem_le_txlen 
+0x0542 002008 rtn blank 
+0x0543 002009 fetch 1 ,mem_le_txheader 
+0x0544 002010 set1 md ,pdata 
+0x0545 002011 store 1 ,mem_le_txheader 
+0x0546 002012 call le_set_md 
+0x0547 002013 rtn 
+:      002017 p_le_power_ctrl_pac_succ_decrs:
+0x0548 002018 branch power_ctrl_pac_succ_decrs 
+:      002020 p_mouse_le_reconn_write_enable_timer_reinit:
+0x0549 002021 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x054a 002022 rtn blank 
+0x054b 002023 fetch 1 ,mem_le_connect_status_flag 
+0x054c 002024 and pdata ,0x03 ,pdata 
+0x054d 002025 rtneq 0x03 
+0x054e 002026 jam 1 ,mem_le_start_encrypt_timer 
+0x054f 002027 rtn 
+:      002029 p_le_parse:
+0x0550 002030 rtnmark1 mark_old_packet 
+0x0551 002031 call le_fifo_check_full 
+0x0552 002032 nrtn blank 
+0x0553 002033 fetch 1 ,mem_le_rxbuf 
+0x0554 002034 and pdata ,0x3 ,pdata 
+0x0555 002035 store 1 ,mem_le_packet_llid 
+0x0556 002036 ifetch 1 ,contr 
+0x0557 002037 and pdata ,0x1f ,pdata 
+0x0558 002038 store 1 ,mem_le_packet_size 
+0x0559 002039 rtn blank 
+0x055a 002040 copy contr ,pdata 
+0x055b 002041 store 2 ,mem_le_payload_ptr 
+0x055c 002042 fetch 1 ,mem_le_packet_llid 
+0x055d 002043 beq llid_le_ll ,p_le_parse_ll 
+0x055e 002044 branch le_parse_l2cap 
+:      002045 p_le_parse_ll:
+0x055f 002046 fetch 1 ,mem_le_rxbuf + 2 
+0x0560 002047 beq ll_channel_map_req ,p_le_parse_channel_map_req 
+0x0561 002048 branch le_parse_ll + 1 
+:      002049 p_le_parse_channel_map_req:
+0x0562 002050 ifetch 5 ,contr 
+0x0563 002051 store 5 ,mem_le_new_map 
+0x0564 002052 ifetch 2 ,contr 
+0x0565 002053 store 2 ,mem_le_instant 
+0x0566 002054 branch le_parse_channel_map_req + 7 
+:      002056 p_le_parse_l2cap:
+0x0567 002057 ifetch 2 ,contr 
+0x0568 002058 beq le_l2cap_cid_att ,p_le_parse_att 
+0x0569 002059 beq le_l2cap_cid_smp ,p_le_parse_smp 
+0x056a 002060 branch le_parse_l2cap + 11 
+:      002061 p_le_parse_att:
+0x056b 002062 call store_contr 
+0x056c 002063 call p_mouse_le_reconn_write_enable_timer_reinit 
+0x056d 002064 call get_contr 
+0x056e 002065 ifetch 3 ,contr 
+0x056f 002066 store 3 ,mem_le_att_opcode 
+0x0570 002067 beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
+0x0571 002068 rshift8 pdata ,temp 
+0x0572 002069 sub temp ,0x24 ,null 
+0x0573 002070 branch p_le_parse_att1 ,positive 
+0x0574 002071 arg mem_mouse_le_uuid_sup ,temp 
+0x0575 002072 storet 2 ,mem_ui_le_uuid_table 
+0x0576 002073 call le_parse_att + 2 
+0x0577 002074 setarg 0x8e7a 
+0x0578 002075 store 2 ,mem_ui_le_uuid_table 
+0x0579 002076 rtn 
+:      002078 p_le_parse_att_read_by_group_type_request:
+0x057a 002079 call le_parse_att_read_by_group_type_request 
+0x057b 002080 call le_fifo_get_last_tx_ptr 
+0x057c 002081 increase 7 ,contr 
+0x057d 002082 ifetch 1 ,contr 
+0x057e 002083 rtnne attop_read_by_group_type_response 
+0x057f 002084 increase 5 ,contr 
+0x0580 002085 ifetch 2 ,contr 
+0x0581 002086 arg uuid_service_hids ,temp 
+0x0582 002087 isub temp ,null 
+0x0583 002088 nrtn zero 
+0x0584 002089 increase -4 ,contr 
+0x0585 002090 setarg 0x2b 
+0x0586 002091 istore 2 ,contr 
+0x0587 002092 rtn 
+:      002094 p_le_parse_att1:
+0x0588 002095 beq attop_read_request ,p_le_parse_att_read_request 
+0x0589 002096 branch le_parse_att + 2 
+:      002097 p_le_parse_att_read_request:
+0x058a 002098 fetcht 2 ,mem_le_att_handle 
+0x058b 002099 fetch 1 ,mem_le_configuration 
+0x058c 002100 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+:      002101 p_le_send_att_read_response:
+0x058d 002110 fetch 2 ,mem_le_att_handle 
+0x058e 002111 beq 0x13 ,le_send_att_error_response_notfound 
+0x058f 002113 fetcht 2 ,mem_le_att_handle 
+0x0590 002114 branch le_send_att_read_response 
+:      002128 p_le_send_att_read_response_check_auth:
+0x0591 002129 fetch 2 ,mem_le_pairing_handle 
+0x0592 002130 isub temp ,null 
+0x0593 002131 nbranch p_le_send_att_read_response ,zero 
+0x0594 002132 call le_check_encrypt_state 
+0x0595 002133 nbranch p_le_send_att_read_response ,user 
+0x0596 002134 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x0597 002135 branch le_send_att_error_response 
+:      002138 p_le_parse_smp:
+0x0598 002139 ifetch 1 ,contr 
+0x0599 002140 beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
+0x059a 002141 branch le_parse_smp + 1 
+:      002142 p_le_parse_smp_pairing_failed:
+0x059b 002143 jam zcode_82 ,mem_zcode_temp_param0 
+0x059c 002144 branch p_zcode_entrance 
+:      002146 p_le_adv_not_match:
+0x059d 002147 fetch 1 ,mem_le_ch_mapped 
+0x059e 002148 bne 39 ,le_adv_loop 
+0x059f 002149 call p_le_adv_random_delay 
+0x05a0 002150 arg le_adv_interval_timer ,queue 
+0x05a1 002151 fetch 2 ,mem_le_adv_interval 
+0x05a2 002152 branch timer_init 
+:      002153 p_le_adv_random_delay:
+0x05a3 002154 random pdata 
+0x05a4 002155 arg 0x1ff ,temp 
+0x05a5 002156 iand temp ,pdata 
+0x05a6 002157 add pdata ,250 ,pdata 
+0x05a7 002158 branch delay 
+:      002160 p_le_lpm_setmult:
+0x05a8 002161 disable wake 
+0x05a9 002162 branch p_le_lpm_set_mult_attempt ,attempt 
+0x05aa 002163 nbranch le_lpm_lost ,match 
+:      002164 p_le_lpm_set_mult_attempt:
+0x05ab 002165 call lpm_match 
+0x05ac 002166 fetch 2 ,mem_rx_window_sniff 
+0x05ad 002167 store 2 ,mem_le_receive_window 
+0x05ae 002168 fetch 1 ,mem_le_connect_status_flag 
+0x05af 002169 compare 3 ,pdata ,3 
+0x05b0 002170 nbranch lpm_mult_short ,true 
+0x05b1 002171 branch le_lpm_set_mult_attempt + 3 
+:      002173 p_le_mouse_bb_event_connect_complete:
+0x05b2 002174 fetch 1 ,mem_mouse_le_reconnect_flag 
+0x05b3 002175 nrtn blank 
+0x05b4 002176 fetch 1 ,mem_le_att_handle 
+0x05b5 002177 sub pdata ,26 ,pdata 
+0x05b6 002178 nrtn zero 
+0x05b7 002179 branch mouse_le_write_enable 
+:      002181 p_twspi_reset:
+0x05b8 002182 hfetch 1 ,core_gpio_out3 
+0x05b9 002183 and_into 0xfd ,pdata 
+0x05ba 002184 hstore 1 ,core_gpio_out3 
+0x05bb 002185 hfetcht 1 ,core_gpio_oe3 
+0x05bc 002186 or_into 0x2 ,temp 
+0x05bd 002187 hstoret 1 ,core_gpio_oe3 
+0x05be 002188 call twspi_disable 
+0x05bf 002189 and_into 0xfd ,temp 
+0x05c0 002190 nop 13 
+0x05c1 002191 call p_twspi_enable 
+0x05c2 002192 hstoret 1 ,core_gpio_oe3 
+0x05c3 002193 rtn 
+:      002195 p_spid_init:
+0x05c4 002196 call spid_init_common 
+:      002197 p_twspi_enable:
+0x05c5 002198 hfetch 1 ,core_gpio_sel1 
+0x05c6 002199 set1 0 ,pdata 
+0x05c7 002200 set0 1 ,pdata 
+0x05c8 002201 set0 3 ,pdata 
+0x05c9 002202 hstore 1 ,core_gpio_sel1 
+0x05ca 002203 rtn 
+:      002206 p_page_wait_fhs_reply_ok:
+0x05cb 002207 jam zcode_00 ,mem_zcode_temp_param0 
+0x05cc 002208 branch p_zcode_entrance 
+:      002210 p_role_switch_master:
+0x05cd 002211 call role_switch_check 
+0x05ce 002212 nrtn user 
+:      002213 p_wait_role_switch_anchor:
+0x05cf 002214 disable user 
+0x05d0 002215 jam param_newconnto ,mem_newconnto_counter 
+0x05d1 002216 set0 mark_fhs_already_good ,mark 
+0x05d2 002217 set0 mark_role_switch_receive_fhs ,mark 
+:      002218 p_roles_waitfhs_loop:
+0x05d3 002219 call rf_setup_time_master_slot 
+0x05d4 002220 call master_recv_packet 
+0x05d5 002221 bmark1 mark_fhs_already_good ,p_roles_replyto_fhs 
+0x05d6 002222 call new_conn_timeout 
+0x05d7 002223 nbranch p_roles_waitfhs_loop ,blank 
+0x05d8 002224 bmark1 mark_role_switch_receive_fhs ,p_roles_replyto_fhs1 
+0x05d9 002225 branch role_switch_fail_master 
+:      002227 p_roles_replyto_fhs:
+0x05da 002228 call rf_setup_time_slave_slot 
+0x05db 002229 arg type_id ,type 
+0x05dc 002230 call master_send_packet 
+0x05dd 002231 set1 mark_role_switch_receive_fhs ,mark 
+0x05de 002232 set0 mark_fhs_already_good ,mark 
+0x05df 002233 force 1 ,am_addr 
+0x05e0 002234 jam 2 ,mem_newconnto_counter 
+0x05e1 002235 branch p_roles_waitfhs_loop 
+:      002237 p_roles_replyto_fhs1:
+0x05e2 002238 fetch 4 ,mem_clke_bt 
+0x05e3 002239 pincrease 8 
+0x05e4 002240 store 4 ,mem_clke_bt 
+0x05e5 002241 branch roles_replyto_fhs + 4 
+:      002243 p_process_dmh:
+0x05e6 002244 bmark1 mark_first_packet ,end_of_packet 
+0x05e7 002245 branch process_dmh + 1 
+:      002247 p_quit_connection_cont:
+0x05e8 002248 call app_disconn_reason_collect_bt 
+0x05e9 002249 call sniff_exit 
+0x05ea 002250 jam bt_evt_bb_disconnected ,mem_fifo_temp 
+0x05eb 002251 call ui_ipc_send_event 
+0x05ec 002252 call init_lmp_work 
+0x05ed 002253 call l2cap_init_work 
+0x05ee 002254 branch quit_connection_cont + 8 
+:      002256 p_prepare_tx:
+0x05ef 002257 fetch 1 ,mem_state 
+0x05f0 002258 isolate1 state_inconn ,pdata 
+0x05f1 002259 call p_bt_power_ctrl ,true 
+0x05f2 002260 branch prepare_tx + 1 
+:      002261 p_bt_power_ctrl:
+0x05f3 002262 fetch 1 ,mem_arq 
+0x05f4 002263 isolate1 wack ,pdata 
+0x05f5 002264 call power_ctrl_pac_succ_decrs ,true 
+0x05f6 002265 ncall power_ctrl_pac_succ_incrs ,true 
+0x05f7 002266 branch power_ctrl_start 
+:      002268 p_slave_conn_recv_packet:
+0x05f8 002269 call slave_receive_master_slot 
+0x05f9 002270 nbranch shutdown_radio ,sync 
+0x05fa 002271 call save_rssi 
+0x05fb 002272 call p_rssi_signal 
+0x05fc 002273 branch slave_conn_recv_packet + 4 
+:      002275 p_lpm_dispatch:
+0x05fd 002276 rtnmark1 mark_24g 
+0x05fe 002277 call lpo_calibration 
+0x05ff 002278 fetch 3 ,mem_clks_per_lpo 
+0x0600 002279 rtn blank 
+0x0601 002280 fetch 1 ,mem_lpm_mode 
+0x0602 002281 rtn blank 
+0x0603 002282 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x0604 002283 sub pdata ,10 ,null 
+0x0605 002284 rtn positive 
+0x0606 002285 fetch 1 ,mem_ssp_enable 
+0x0607 002286 branch p_lpm_dispatch_next ,blank 
+0x0608 002287 fetch 1 ,mem_sp_local_key_invalid 
+0x0609 002288 rtn blank 
+:      002289 p_lpm_dispatch_next:
+0x060a 002290 fetch 1 ,mem_le_sc_calc 
+0x060b 002291 nrtn blank 
+0x060c 002292 call lpm_check_wake_lock 
+0x060d 002293 nrtn blank 
+0x060e 002294 fetch 1 ,mem_context 
+0x060f 002295 compare 3 ,pdata ,0x7 
+0x0610 002296 nbranch lpm_dispatch_unconn ,true 
+0x0611 002297 fetch 2 ,mem_context + coffset_tsniff 
+0x0612 002298 arg 0xffff ,temp 
+0x0613 002299 isub temp ,null 
+0x0614 002300 rtn zero 
+0x0615 002301 branch lpm_dispatch_next + 9 
+:      002303 p_lpm_set_mult:
+0x0616 002304 disable wake 
+0x0617 002305 fetch 1 ,mem_state 
+0x0618 002306 rtnbit0 state_insniff 
+0x0619 002307 nbranch lpm_not_match ,match 
+0x061a 002308 call lpm_match 
+0x061b 002309 fetch 2 ,mem_rx_window_sniff 
+0x061c 002310 store 2 ,mem_rx_window 
+0x061d 002311 fetch 1 ,mem_arq 
+0x061e 002312 bbit1 wack ,lpm_mult_short 
+0x061f 002313 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x0620 002314 call l2cap_malloc_is_fifo_empty 
+0x0621 002315 nbranch lpm_mult_short ,blank 
+0x0622 002316 call p_lpm_set_attemp_timeout ,blank 
+0x0623 002317 branch lpm_set_mult + 13 
+:      002318 p_lpm_set_attemp_timeout:
+0x0624 002319 jam 1 ,mem_current_sniff_attempt 
+0x0625 002320 jam 0 ,mem_current_sniff_timeout 
+0x0626 002321 rtn 
+:      002323 p_mouse_bb_disconnected:
+0x0627 002324 jam zcode_10 ,mem_zcode_temp_param0 
+0x0628 002325 branch p_zcode_entrance 
+:      002327 p_hid_rx_process:
+0x0629 002328 jam zcode_11 ,mem_zcode_temp_param0 
+0x062a 002329 branch p_zcode_entrance 
+:      002331 p_parse_lmp_accepted:
+0x062b 002332 fetch 1 ,mem_rxbuf + 1 
+0x062c 002333 store 1 ,mem_lmi_accepted_opcode 
+0x062d 002334 beq lmp_switch_req ,p_parse_lmp_accepted_switch 
+0x062e 002335 branch parse_lmp_accepted + 3 
+:      002336 p_parse_lmp_accepted_switch:
+0x062f 002337 call parse_lmp_accepted_switch 
+0x0630 002338 jam 1 ,mem_bt_rcvd_switch_req_accept 
+0x0631 002339 fetch 1 ,mem_bt_send_lmp_setup_complete 
+0x0632 002340 rtn blank 
+0x0633 002341 jam 2 ,mem_bt_send_lmp_setup_complete 
+0x0634 002342 rtn 
+:      002344 p_send_lmp:
+0x0635 002345 jam zcode_20 ,mem_zcode_temp_param0 
+0x0636 002346 branch p_zcode_entrance 
+:      002348 p_process_conn_sm:
+0x0637 002349 call lmo_fifo_check 
+0x0638 002350 nrtn blank 
+:      002351 p_process_conn_sm_continue:
+0x0639 002352 fetch 1 ,mem_conn_sm 
+0x063a 002353 rtn blank 
+0x063b 002354 beq conn_sm_send_conn_req ,p_host_create_conn_send_conn_req 
+0x063c 002355 beq conn_sm_wait_switch_after_host_connection ,p_host_creat_conn_wait_switch 
+0x063d 002356 branch process_conn_sm_continue + 2 
+:      002358 p_host_creat_conn_wait_switch:
+0x063e 002359 fetch 1 ,mem_switch_flag 
+0x063f 002360 rtneq switch_flag_init 
+0x0640 002361 beq switch_flag_accept ,p_host_create_conn_switch_accept 
+0x0641 002362 branch host_creat_conn_wait_switch + 3 
+:      002363 p_host_create_conn_switch_accept:
+0x0642 002364 rtn master 
+:      002365 p_host_create_conn_auth_pair:
+0x0643 002367 fetch 1 ,mem_connection_options 
+0x0644 002368 bbit1 connection_auth ,p_host_create_conn_auth_pair_true 
+0x0645 002369 branch host_create_conn_auth_pair + 1 
+:      002370 p_host_create_conn_auth_pair_true:
+0x0646 002371 fetch 1 ,mem_bt_send_lmp_setup_complete 
+0x0647 002372 beq 1 ,host_create_conn_auth_pair_true 
+0x0648 002374 fetch 1 ,mem_link_key_exists 
+0x0649 002375 branch host_create_conn_auth_pair_nokey ,blank 
+0x064a 002376 fetch 1 ,mem_lmp_conn_state 
+0x064b 002377 rtnbit0 sent_setup_complete 
+0x064c 002378 rtnbit0 received_setup_complete 
+0x064d 002379 fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch 
+0x064e 002380 rtn blank 
+0x064f 002381 jam 0 ,mem_bt_send_max_slot_req_accept_after_switch 
+0x0650 002382 fetch 4 ,mem_aurand_send_delay_time 
+0x0651 002383 arg 20 ,temp 
+0x0652 002384 iadd temp ,temp 
+0x0653 002385 copy clkn_bt ,pdata 
+0x0654 002386 isub temp ,null 
+0x0655 002387 nbranch p_bt_send_max_slot_req_accept_after_switch_wait ,positive 
+0x0656 002388 branch host_create_conn_auth 
+:      002390 p_bt_send_max_slot_req_accept_after_switch_wait:
+0x0657 002391 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch 
+0x0658 002392 rtn 
+:      002394 p_host_create_conn_send_conn_req:
+0x0659 002395 jam 20 ,mem_mouse_send_switch_req_timer 
+0x065a 002396 branch host_create_conn_send_conn_req 
+:      002402 p_check_51cmd_once_continue:
+0x065b 002403 call lmo_fifo_check 
+0x065c 002404 nbranch check_51cmd_restore ,blank 
+0x065d 002405 fetch 1 ,mem_fifo_temp 
+0x065e 002406 bmark0 mark_context ,check_51cmd_check_idle 
+0x065f 002407 beq bt_cmd_store_reconn_info_le ,p_flash_store_le_reconn_info 
+0x0660 002408 beq bt_cmd_store_reconn_info_bt ,p_flash_store_bd_reconn_info 
+0x0661 002409 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
+0x0662 002410 branch check_51cmd_once_continue + 2 
+:      002412 p_check_51cmd_ble_update_connect_param:
+0x0663 002413 call le_fifo_check_full 
+0x0664 002414 nrtn blank 
+0x0665 002415 branch le_l2cap_tx_update_req 
+:      002417 p_flash_store_le_reconn_info:
+0x0666 002418 jam rec_4_mode ,mem_record_bt_mode 
+0x0667 002419 fetch 6 ,mem_le_plap 
+0x0668 002420 branch p_flash_store_reconn_info 
+:      002421 p_flash_store_bd_reconn_info:
+0x0669 002422 jam rec_3_mode ,mem_record_bt_mode 
+0x066a 002423 fetch 6 ,mem_plap 
+:      002424 p_flash_store_reconn_info:
+0x066b 002425 store 6 ,mem_temp_lap 
+:      002426 p_mouse_store_remote_bdaddr:
+0x066c 002427 fetch mouse_flag_len ,mem_mouse_flag 
+0x066d 002428 rtnbit0 mouse_store_eeprom_flag 
+0x066e 002429 arg mouse_store_eeprom_flag ,queue 
+0x066f 002430 call mouse_disable_function_flag 
+0x0670 002431 call mouse_check_device_addr 
+:      002432 p_mouse_unplug_clean_bdaddr:
+0x0671 002433 call mouse_before_store_reconn_info 
+0x0672 002434 branch p_mouse_store_flash_device_info 
+:      002437 p_mouse_device_poweron_led_timer:
+0x0673 002438 fetch 1 ,mem_mouse_poweron_led_timer 
+0x0674 002439 rtn blank 
+0x0675 002440 increase -1 ,pdata 
+0x0676 002441 store 1 ,mem_mouse_poweron_led_timer 
+0x0677 002442 nbranch p_mouse_device_poweron_led_on ,blank 
+0x0678 002443 fetch 1 ,mem_device_flag 
+0x0679 002444 beq 1 ,mouse_devce1_led_off 
+0x067a 002445 beq 2 ,mouse_devce2_led_off 
+0x067b 002446 beq 3 ,mouse_devce3_led_off 
+0x067c 002447 branch mouse_devce1_led_off 
+:      002450 p_mouse_device_poweron_led_on:
+0x067d 002451 fetch 1 ,mem_device_flag 
+0x067e 002452 beq 1 ,mouse_device1_led_on 
+0x067f 002453 beq 2 ,mouse_device2_led_on 
+0x0680 002454 beq 3 ,mouse_device3_led_on 
+0x0681 002455 branch mouse_device1_led_on 
+:      002457 p_mouse_device_poweron_led_off:
+0x0682 002458 jam 0 ,mem_mouse_poweron_led_timer 
+0x0683 002459 rtn 
+:      002461 power_ctrl_pac_succ_cnt_init:
+0x0684 002462 jam 1 ,mem_power_ctrl_level 
+0x0685 002463 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0x0686 002464 rtn 
+:      002465 power_ctrl_pac_succ_incrs:
+0x0687 002466 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0688 002467 increase 1 ,pdata 
+0x0689 002468 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x068a 002469 rtn 
+:      002470 power_ctrl_pac_succ_decrs:
+0x068b 002471 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x068c 002472 sub pdata ,2 ,null 
+0x068d 002473 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+0x068e 002474 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x068f 002475 rtneq 0 
+0x0690 002476 increase -1 ,pdata 
+0x0691 002477 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0x0692 002478 rtn 
+:      002479 power_ctrl_pac_succ_cnt_reinit:
+0x0693 002480 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+0x0694 002481 rtn 
+:      002483 power_ctrl_start:
+0x0695 002484 fetch 2 ,mem_ui_state_map 
+0x0696 002485 rtnbit1 ui_state_ble_adv 
+0x0697 002486 rtnbit1 ui_state_bt_reconnect 
+0x0698 002487 rtnbit1 ui_state_bt_discovery 
+0x0699 002489 arg mem_rssi_signal_buf ,rega 
+0x069a 002490 call p_rssi_average 
+0x069b 002491 storet 1 ,mem_rssi_avg_received 
+0x069c 002493 setarg rssi_dis_max_24g 
+0x069d 002494 bmark1 mark_24g ,power_ctrl_start_next 
+0x069e 002495 setarg rssi_dis_max_ble 
+:      002496 power_ctrl_start_next:
+0x069f 002497 isub temp ,null 
+0x06a0 002498 nbranch power_ctrl_txpower_incrs_force ,positive 
+0x06a1 002500 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x06a2 002501 sub pdata ,2 ,null 
+0x06a3 002502 nbranch power_ctrl_txpower_decrs_check ,positive 
+0x06a4 002503 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x06a5 002504 beq 0 ,power_ctrl_txpower_incrs 
+0x06a6 002505 rtn 
+:      002507 power_ctrl_txpower_decrs_check:
+0x06a7 002508 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0x06a8 002509 rtnne 32 
+0x06a9 002510 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      002511 power_ctrl_txpower_decrs:
+0x06aa 002512 fetcht 1 ,mem_rssi_avg_received 
+0x06ab 002513 setarg rssi_dis_min_24g 
+0x06ac 002514 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+0x06ad 002515 setarg rssi_dis_min_ble 
+:      002516 power_ctrl_txpower_decrs_next:
+0x06ae 002517 isub temp ,null 
+0x06af 002518 nrtn positive 
+0x06b0 002519 fetch 1 ,mem_power_ctrl_level 
+0x06b1 002520 beq 0 ,power_ctrl_decrs_level0 
+0x06b2 002521 increase -1 ,pdata 
+0x06b3 002522 store 1 ,mem_power_ctrl_level 
+0x06b4 002523 beq 0 ,power_ctrl_decrs_level0 
+:      002524 power_ctrl_decrs_level1:
+:      002525 power_ctrl_incrs_level1:
+0x06b5 002526 jam tx_power_0db ,mem_tx_power 
+0x06b6 002527 rtn 
+:      002529 power_ctrl_txpower_incrs_force:
+0x06b7 002530 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+:      002531 power_ctrl_txpower_incrs:
+0x06b8 002532 fetch 1 ,mem_power_ctrl_level 
+0x06b9 002533 beq 2 ,power_ctrl_incrs_level2 
+0x06ba 002534 increase 1 ,pdata 
+0x06bb 002535 store 1 ,mem_power_ctrl_level 
+0x06bc 002536 beq 1 ,power_ctrl_incrs_level1 
+:      002537 power_ctrl_incrs_level2:
+0x06bd 002538 jam tx_power_5db ,mem_tx_power 
+0x06be 002539 rtn 
+:      002541 power_ctrl_decrs_level0:
+0x06bf 002542 jam tx_power_f5db ,mem_tx_power 
+0x06c0 002543 rtn 
+:      002546 p_set_freq_tx:
+0x06c1 002547 storet 1 ,mem_last_freq 
+0x06c2 002548 add temp ,0 ,rega 
+0x06c3 002549 call rf_write_freq 
+0x06c4 002550 setarg param_pll_setup 
+0x06c5 002551 call sleep 
+:      002552 p_rf_tx_enable:
+0x06c6 002553 jam 0x1 ,rfen_adc 
+0x06c7 002554 jam 0x3c ,rfen_rx 
+0x06c8 002555 jam 0xe0 ,rfen_tx 
+0x06c9 002556 nop 10 
+0x06ca 002557 jam 0x01 ,rfen_mdm 
+0x06cb 002558 jam 0x3d ,rfen_mdm 
+0x06cc 002559 nop 10 
+0x06cd 002560 jam 0xb7 ,rfen_sn 
+0x06ce 002561 nop 10 
+0x06cf 002562 jam 0x7d ,rfen_mdm 
+0x06d0 002563 fetch 1 ,mem_tx_power 
+0x06d1 002566 beq tx_power_5db ,p_set_tx_power_5db 
+0x06d2 002568 beq tx_power_f5db ,p_set_tx_power_f5db 
+0x06d3 002569 beq tx_power_pair ,p_set_tx_power_pair 
+:      002571 p_set_tx_power_0db:
+0x06d4 002572 call p_rx_low_sens 
+0x06d5 002574 jam 0xd0 ,0x8955 
+0x06d6 002575 jam 0xe0 ,0x8956 
+0x06d7 002577 jam 0x6c ,0x8958 
+0x06d8 002579 branch set_tx_power_0db 
+:      002591 p_set_tx_power_5db:
+0x06d9 002592 call p_rx_high_sens 
+0x06da 002594 jam 0xd0 ,0x8955 
+0x06db 002595 jam 0xe0 ,0x8956 
+0x06dc 002597 jam 0x3c ,0x8958 
+0x06dd 002599 branch set_tx_power_5db 
+:      002611 p_set_tx_power_f5db:
+0x06de 002612 call p_rx_low_sens 
+0x06df 002614 jam 0xd0 ,0x8955 
+0x06e0 002615 jam 0xc0 ,0x8956 
+0x06e1 002617 jam 0x6c ,0x8958 
+0x06e2 002619 branch set_tx_power_f5db 
+:      002621 p_rx_low_sens:
+0x06e3 002622 jam 0x5b ,0x894c 
+0x06e4 002623 jam 0x96 ,0x894d 
+0x06e5 002624 jam 0x2c ,0x894e 
+0x06e6 002625 jam 0x46 ,0x894f 
+0x06e7 002626 rtn 
+:      002628 p_rx_high_sens:
+0x06e8 002629 jam 0xfb ,0x894c 
+0x06e9 002630 jam 0xef ,0x894d 
+0x06ea 002631 jam 0xec ,0x894e 
+0x06eb 002632 jam 0x5e ,0x894f 
+0x06ec 002633 rtn 
+:      002635 p_set_tx_power_pair:
+0x06ed 002637 jam 0xc2 ,0x8956 
+0x06ee 002638 jam 0xd0 ,0x8955 
+0x06ef 002639 rtn 
+:      002641 p_shutdown_radio:
+0x06f0 002642 force 8 ,radio_ctrl 
+0x06f1 002643 branch shutdown_radio + 1 
+:      002647 p_zcode_entrance:
+0x06f2 002648 fetcht 1 ,mem_zcode_temp_param0 
+0x06f3 002649 rshift4 temp ,temp 
+0x06f4 002650 fetch 1 ,mem_zcode_current_number 
+0x06f5 002651 isub temp ,null 
+0x06f6 002652 branch p_zcode_run ,zero 
+0x06f7 002653 storet 1 ,mem_zcode_current_number 
+0x06f8 002654 increase 1 ,temp 
+0x06f9 002655 setarg zcode_buff_size 
+0x06fa 002656 imul32 temp ,temp 
+0x06fb 002657 fetch 3 ,mem_xip_flash_offset 
+0x06fc 002658 isub temp ,pdata 
+0x06fd 002660 fetcht 3 ,mem_flash_start_addr 
+0x06fe 002661 iadd temp ,pdata 
+0x06ff 002662 increase -5 ,pdata 
+0x0700 002663 store 3 ,mem_flash_address 
+0x0701 002665 call p_flash_release_deep_power_down 
+0x0702 002666 fetch 3 ,mem_flash_address 
+0x0703 002667 arg zcode_buff_size ,temp 
+0x0704 002668 arg mem_zcode_buff ,rega 
+0x0705 002669 call spid_read_flash 
+0x0706 002671 call p_mouse_spi_init 
+0x0707 002673 setarg mem_zcode_buff 
+0x0708 002674 store 2 ,mem_patch_ptr 
+0x0709 002675 jam zcode_code_size ,mem_patch_len 
+0x070a 002676 call load_ucode 
+0x070b 002677 setarg 0 
+0x070c 002678 store 4 ,mem_patch_ptr 
+:      002679 p_zcode_run:
+0x070d 002680 fetch 1 ,mem_zcode_temp_param0 
+0x070e 002681 branch p_zcode 
+:      002688 p_drawing_optima_init:
+0x070f 002689 arg 5 ,loopcnt 
+0x0710 002690 arg mem_mouse_asm_flag ,contw 
+0x0711 002691 branch clear_mem 
+:      002693 p_drawing_optima:
+0x0712 002694 fetch 4 ,mem_mouse_x 
+0x0713 002695 rtn blank 
+0x0714 002696 call p_data_abs_check 
+0x0715 002697 setarg 0x06 
+0x0716 002698 call p_data_greater_than_check 
+0x0717 002699 setarg 0x03 
+0x0718 002700 call p_data_less_than_check 
+0x0719 002701 fetch 1 ,mem_mouse_asm_flag 
+0x071a 002702 beq 1 ,p_drawing_optima_modify 
+0x071b 002703 branch p_drawing_optima_init 
+:      002705 p_drawing_optima_modify:
+0x071c 002706 fetch 2 ,mem_mouse_x_pre 
+0x071d 002707 store 2 ,mem_data_pre 
+0x071e 002708 fetch 2 ,mem_mouse_x 
+0x071f 002709 store 2 ,mem_data_current 
+0x0720 002710 call p_drawing_optima_data 
+0x0721 002711 fetch 2 ,mem_data_pre 
+0x0722 002712 store 2 ,mem_mouse_x_pre 
+0x0723 002713 fetch 2 ,mem_data_current 
+0x0724 002714 store 2 ,mem_mouse_x 
+0x0725 002716 fetch 2 ,mem_mouse_y_pre 
+0x0726 002717 store 2 ,mem_data_pre 
+0x0727 002718 fetch 2 ,mem_mouse_y 
+0x0728 002719 store 2 ,mem_data_current 
+0x0729 002720 call p_drawing_optima_data 
+0x072a 002721 fetch 2 ,mem_data_pre 
+0x072b 002722 store 2 ,mem_mouse_y_pre 
+0x072c 002723 fetch 2 ,mem_data_current 
+0x072d 002724 store 2 ,mem_mouse_y 
+0x072e 002725 rtn 
+:      002731 p_drawing_optima_data:
+0x072f 002732 fetch 2 ,mem_data_pre 
+0x0730 002733 fetcht 2 ,mem_data_current 
+0x0731 002734 iadd temp ,pdata 
+0x0732 002735 store 3 ,mem_data_sum 
+0x0733 002736 isolate1 16 ,pdata 
+0x0734 002737 branch p_data_sum_overflow ,true 
+0x0735 002738 fetch 1 ,mem_data_sum + 1 
+0x0736 002739 beq 0xff ,p_data_sum_n 
+0x0737 002740 fetch 1 ,mem_data_sum 
+:      002741 p_data_store_pre:
+0x0738 002742 rshift pdata ,pdata 
+0x0739 002743 store 2 ,mem_data_pre 
+0x073a 002744 store 2 ,mem_data_current 
+0x073b 002745 rtn 
+:      002746 p_data_sum_overflow:
+0x073c 002747 fetch 1 ,mem_data_sum + 1 
+0x073d 002748 beq 0 ,p_data_sum_overflow_p 
+0x073e 002749 fetch 3 ,mem_data_sum 
+0x073f 002750 branch p_data_store_pre 
+:      002751 p_data_sum_overflow_p:
+0x0740 002752 jam 0 ,mem_data_sum + 2 
+0x0741 002753 fetch 1 ,mem_data_sum 
+0x0742 002754 branch p_data_store_pre 
+:      002756 p_data_sum_n:
+0x0743 002757 fetch 1 ,mem_data_sum 
+0x0744 002758 call p_pdata_get_half 
+0x0745 002759 store 1 ,mem_data_pre 
+0x0746 002760 store 1 ,mem_data_current 
+0x0747 002761 branch p_data_zero ,blank 
+0x0748 002762 setarg 0xff 
+:      002763 p_data_set_direction:
+0x0749 002764 store 1 ,mem_data_pre + 1 
+0x074a 002765 store 1 ,mem_data_current + 1 
+0x074b 002766 rtn 
+:      002767 p_data_zero:
+0x074c 002768 setarg 0 
+0x074d 002769 branch p_data_set_direction 
+:      002771 p_pdata_get_half:
+0x074e 002772 sub pdata ,0 ,pdata 
+0x074f 002773 store 1 ,mem_rega 
+0x0750 002774 fetch 1 ,mem_rega 
+0x0751 002775 rshift pdata ,pdata 
+0x0752 002776 store 1 ,mem_rega 
+0x0753 002777 fetch 1 ,mem_rega 
+0x0754 002778 sub pdata ,0 ,pdata 
+0x0755 002779 rtn 
+:      002782 p_data_greater_than_check:
+0x0756 002783 isub rega ,null 
+0x0757 002784 nbranch p_enable_asm ,positive 
+0x0758 002785 isub regb ,null 
+0x0759 002786 nbranch p_enable_asm ,positive 
+:      002787 p_disable_asm:
+0x075a 002788 jam 0 ,mem_mouse_asm_flag 
+0x075b 002789 rtn 
+:      002790 p_data_less_than_check:
+0x075c 002791 isub rega ,null 
+0x075d 002792 nrtn positive 
+0x075e 002793 isub regb ,null 
+0x075f 002794 nrtn positive 
+0x0760 002795 branch p_disable_asm 
+:      002796 p_enable_asm:
+0x0761 002797 jam 1 ,mem_mouse_asm_flag 
+0x0762 002798 rtn 
+:      002800 p_data_abs_check:
+0x0763 002801 fetch 2 ,mem_mouse_x 
+0x0764 002802 store 2 ,mem_data_current 
+0x0765 002803 call p_data_abs 
+0x0766 002804 copy pdata ,rega 
+0x0767 002805 fetch 2 ,mem_mouse_y 
+0x0768 002806 store 2 ,mem_data_current 
+0x0769 002807 call p_data_abs 
+0x076a 002808 copy pdata ,regb 
+0x076b 002809 rtn 
+:      002815 p_data_abs:
+0x076c 002816 fetch 1 ,mem_data_current + 1 
+0x076d 002817 beq 0xff ,p_data_reversal 
+0x076e 002818 fetch 1 ,mem_data_current 
+:      002819 p_data_abs_store:
+0x076f 002820 and_into 0xff ,pdata 
+0x0770 002822 rtn 
+:      002823 p_data_reversal:
+0x0771 002824 fetch 2 ,mem_data_current 
+0x0772 002825 sub pdata ,0 ,pdata 
+0x0773 002826 branch p_data_abs_store 
               org 0x2000
-:      003027 start:
-0x2000 003028 call lpmstate 
-:      003030 soft_reset:
-0x2001 003031 bpatch patch00_0 ,mem_patch00 
-0x2002 003032 clear_stack 
-0x2003 003033 call spi_ncs_gpio_init 
-0x2004 003034 call initialize_radio 
-0x2005 003035 call iicd_init_12m 
-0x2006 003036 call init_param 
-0x2007 003037 call l2cap_init 
-0x2008 003038 bpatch patch00_1 ,mem_patch00 
-0x2009 003039 call rfcomm_init 
-0x200a 003040 call init_lmp 
-0x200b 003041 call ui_init 
-0x200c 003042 call app_init 
-0x200d 003043 ncall load_chip_option ,wake 
-0x200e 003044 bpatch patch00_2 ,mem_patch00 
-0x200f 003045 call app_lpm_init ,wake 
-0x2010 003046 call publickey_init 
-0x2011 003047 call lpm_recover_clk ,wake 
-:      003048 main_loop:
-0x2012 003049 bpatch patch00_3 ,mem_patch00 
-0x2013 003050 call sp_calc_sequence 
-0x2014 003051 call sp_calc_sequence_256 
-0x2015 003052 call sp_calc_sequence_256_check 
-0x2016 003053 call le_dispatch 
-0x2017 003054 bpatch patch00_4 ,mem_patch00 
-0x2018 003055 call idle_dispatch 
-0x2019 003056 call app_process_idle 
-0x201a 003057 call inquiry_dispatch 
-0x201b 003058 call inquiry_scan_dispatch 
-0x201c 003059 call page_scan_dispatch 
-0x201d 003060 call connection_dispatch 
-0x201e 003061 call lpm_dispatch 
-0x201f 003062 call g24_dispatch 
-0x2020 003063 branch main_loop 
-:      003065 connection_dispatch:
-0x2021 003066 call connection_incontext 
-0x2022 003067 rtnmark0 mark_context 
-0x2023 003068 set0 mark_context ,mark 
-0x2024 003069 call context_save 
-0x2025 003070 branch le_disable 
-:      003072 connection_incontext:
-0x2026 003073 bpatch patch00_5 ,mem_patch00 
-0x2027 003074 call context_search_insniff 
-0x2028 003075 nbranch connection_nosniff ,zero 
-0x2029 003076 call context_load 
-0x202a 003077 add rega ,coffset_mode ,contr 
-0x202b 003078 ifetch 1 ,contr 
-0x202c 003079 bbit1 mode_le ,le_conn_dispatch 
-0x202d 003080 bbit1 mode_master ,master_dispatch 
-0x202e 003081 branch slave_dispatch 
-:      003082 connection_nosniff:
-0x202f 003083 call context_get_next 
-0x2030 003084 copy loopcnt ,null 
-0x2031 003085 rtn zero 
-0x2032 003086 call context_load 
-0x2033 003087 fetch 1 ,mem_state 
-0x2034 003088 bbit1 state_inpage ,master_page 
-0x2035 003089 fetch 1 ,mem_mode 
-0x2036 003090 bbit1 mode_master ,master_dispatch 
-0x2037 003091 branch slave_dispatch 
-:      003099 idle_dispatch:
-0x2038 003100 fetch 1 ,mem_hci_cmd 
-0x2039 003101 rtn blank 
-0x203a 003102 beq hci_cmd_inquiry ,idle_inquiry 
-0x203b 003103 beq hci_cmd_inquiry_cancel ,idle_inquiry_cancel 
-0x203c 003104 beq hci_cmd_remote_name_req ,idle_remote_name_req 
-0x203d 003105 beq hci_cmd_create_conn ,idle_create_conn 
-0x203e 003106 beq hci_cmd_le_create_conn ,idle_le_create_conn 
-0x203f 003107 call context_search_conn_handle 
-0x2040 003108 rtn zero 
-0x2041 003109 call context_search_plap 
-0x2042 003110 rtn zero 
-:      003111 idle_exit:
-0x2043 003112 jam 0 ,mem_hci_cmd 
-0x2044 003113 rtn 
-:      003115 idle_le_create_conn:
-0x2045 003116 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
-0x2046 003117 jam 0 ,mem_hci_cmd 
-0x2047 003118 rtn 
-:      003120 idle_inquiry:
-0x2048 003121 set1 mark_inquiry_on ,mark 
-0x2049 003122 set0 mark_inquiry_trainb ,mark 
-0x204a 003123 jam param_ninquiry ,mem_ninqy_index 
-0x204b 003124 jam 31 ,mem_nfreq_index_inq 
-0x204c 003125 branch idle_exit 
-:      003127 idle_inquiry_cancel:
-0x204d 003128 set0 mark_inquiry_on ,mark 
-0x204e 003129 force 0 ,stop_watch 
-0x204f 003130 branch idle_exit 
-:      003132 idle_remote_name_req:
-0x2050 003133 call context_search_plap 
-0x2051 003134 rtn zero 
-0x2052 003135 force lmp_name_req ,temp 
-0x2053 003136 jam 5 ,mem_nameres_cnt 
-0x2054 003137 branch idle_start_page 
-:      003139 idle_create_conn:
-0x2055 003140 bpatch patch00_6 ,mem_patch00 
-:      003141 idle_create_conn_device:
-0x2056 003142 fetch 6 ,mem_hci_plap 
-0x2057 003143 branch idle_exit ,blank 
-0x2058 003144 jam reconnect_hid ,memui_reconnect_mode 
-0x2059 003146 jam conn_sm_wait_features_res ,mem_conn_sm 
-0x205a 003147 branch idle_create_conn_cont 
-:      003149 idle_create_conn_cont:
-0x205b 003150 force lmp_version_req ,temp 
-:      003151 idle_start_page:
-0x205c 003152 bpatch patch00_7 ,mem_patch00 
-0x205d 003153 fetch 1 ,mem_page_mode 
-0x205e 003154 branch idle_page_mode_r0 ,blank 
-0x205f 003155 lshift3 pdata ,pdata 
-0x2060 003156 lshift4 pdata ,pdata 
-0x2061 003157 increase -1 ,pdata 
-:      003158 idle_page_mode_r0:
-0x2062 003159 store 1 ,mem_npage 
-0x2063 003160 store 1 ,mem_npage_index 
-0x2064 003161 jam 31 ,mem_nfreq_index_page 
-0x2065 003162 set0 mark_page_trainb ,mark 
-0x2066 003163 call context_new 
-0x2067 003164 nbranch idle_page_fail ,zero 
-0x2068 003165 call get_free_amaddr 
-0x2069 003166 store 1 ,mem_amaddr 
-0x206a 003167 storet 1 ,mem_lmo_opcode2 
-0x206b 003168 fetch 6 ,mem_hci_plap 
-0x206c 003169 store 6 ,mem_plap 
-0x206d 003170 bpatch patch01_0 ,mem_patch01 
-0x206e 003171 call timer_reinit 
-0x206f 003172 force 0 ,pdata 
-0x2070 003173 compare lmp_name_req ,temp ,0xff 
-0x2071 003174 nsetflag true ,state_init_seq ,pdata 
-0x2072 003175 set1 state_inpage ,pdata 
-0x2073 003176 store 1 ,mem_state 
-0x2074 003177 jam bt_evt_reconn_started ,mem_fifo_temp 
-0x2075 003178 call ui_ipc_send_event 
-0x2076 003179 force 0 ,pdata 
-0x2077 003180 setflag true ,smap_name_req ,pdata 
-0x2078 003181 store 1 ,mem_state_map 
-0x2079 003182 setarg 0 
-0x207a 003183 set1 mode_master ,pdata 
-0x207b 003184 store 1 ,mem_mode 
-0x207c 003185 enable master 
-0x207d 003186 call context_save 
-0x207e 003187 disable master 
-0x207f 003188 force page_length_timer ,queue 
-0x2080 003189 fetch 2 ,mem_page_to 
-0x2081 003190 call timer_init 
-0x2082 003191 branch idle_exit 
-:      003192 idle_page_fail:
-0x2083 003193 bpatch patch01_1 ,mem_patch01 
-0x2084 003194 fetch 6 ,mem_hci_plap 
-0x2085 003195 store 6 ,mem_plap 
-0x2086 003196 compare lmp_name_req ,temp ,0xff 
-0x2087 003197 branch idle_name_fail ,true 
-0x2088 003198 branch idle_exit 
-:      003199 idle_name_fail:
-0x2089 003200 arg mem_tmp_buffer ,contw 
-0x208a 003201 arg 8 ,loopcnt 
-0x208b 003202 call memset0 
-0x208c 003203 jam bt_evt_reconn_failed ,mem_fifo_temp 
-0x208d 003204 call ui_ipc_send_event 
-0x208e 003205 branch idle_exit 
-:      003212 inquiry_dispatch:
-0x208f 003213 rtnmark0 mark_inquiry_on 
-0x2090 003214 force inquiry_length_timer ,queue 
-0x2091 003215 call timer_check 
-0x2092 003216 nsetflag blank ,mark_inquiry_on ,mark 
-0x2093 003217 nbranch inquiry_start ,blank 
-0x2094 003218 rtn 
-:      003222 inquiry_start:
-0x2095 003223 bpatch patch01_2 ,mem_patch01 
-0x2096 003224 fetcht 2 ,mem_inq_window 
-0x2097 003225 force 4 ,queue 
-0x2098 003226 call sniff_check_window 
-0x2099 003227 rtn user 
-0x209a 003228 call afh_clear 
-0x209b 003229 force 0 ,freq_mode 
-:      003230 inquiry_restart:
-0x209c 003231 rtn timeout 
-0x209d 003232 set0 mark_fhs_already_good ,mark 
-0x209e 003233 set0 mark_fhs_eir ,mark 
-:      003234 inquiry_rx_restart:
-0x209f 003235 add clkn_bt ,1 ,bt_clk 
-0x20a0 003236 isolate1 mark_inquiry_trainb ,mark 
-0x20a1 003237 setflag true ,2 ,freq_mode 
-0x20a2 003238 compare 0x00 ,bt_clk ,0x02 
-0x20a3 003239 nbranch inquiry_receive ,true 
-:      003241 inquiry_transmit:
-0x20a4 003242 bpatch patch01_3 ,mem_patch01 
-0x20a5 003243 fetch 1 ,mem_inquiry_transmit 
-0x20a6 003244 increase 1 ,pdata 
-0x20a7 003245 store 1 ,mem_inquiry_transmit 
-0x20a8 003246 call fetch_giac 
-0x20a9 003247 call tx_radio_freq 
-0x20aa 003248 call fetch_diac 
-0x20ab 003249 call start_transmitter 
-0x20ac 003250 call start_tx_native 
-0x20ad 003251 call send_access_word 
-0x20ae 003252 call end_of_packet 
-0x20af 003253 call inquiry_check_train 
-0x20b0 003254 branch inquiry_restart 
-:      003256 inquiry_check_train:
-0x20b1 003257 bpatch patch01_4 ,mem_patch01 
-0x20b2 003258 fetch 1 ,mem_nfreq_index_inq 
-0x20b3 003259 increase -1 ,pdata 
-0x20b4 003260 store 1 ,mem_nfreq_index_inq 
-0x20b5 003261 rtn positive 
-0x20b6 003262 jam 31 ,mem_nfreq_index_inq 
-0x20b7 003263 fetch 1 ,mem_ninqy_index 
-0x20b8 003264 increase -1 ,pdata 
-0x20b9 003265 store 1 ,mem_ninqy_index 
-0x20ba 003266 rtn positive 
-0x20bb 003267 setflip mark_inquiry_trainb ,mark 
-0x20bc 003268 jam param_ninquiry ,mem_ninqy_index 
-0x20bd 003269 rtn 
-:      003271 inquiry_receive:
-0x20be 003272 bpatch patch01_5 ,mem_patch01 
-0x20bf 003273 call fetch_giac 
-0x20c0 003274 call rx_radio_freq 
-0x20c1 003275 call fetch_diac 
-0x20c2 003276 call start_rx_native 
-0x20c3 003277 call start_receiver 
-0x20c4 003278 call wait_access_clkn_rt 
-0x20c5 003279 branch inquiry_sync ,sync 
-0x20c6 003280 call inquiry_check_train 
-0x20c7 003281 branch inquiry_rx_restart 
-:      003282 inquiry_sync:
-0x20c8 003283 bpatch patch01_6 ,mem_patch01 
-0x20c9 003284 call save_rssi 
-0x20ca 003285 call scan_mode_whiten 
-0x20cb 003286 call receive_packet_whitened 
-0x20cc 003287 set0 mark_rxbuf_inuse ,mark 
-0x20cd 003288 rtnmark0 mark_fhs_already_good 
-:      003289 inquiry_receive_rtn:
-0x20ce 003290 bpatch patch01_7 ,mem_patch01 
-:      003291 inquiry_receive_eir_rtn:
-0x20cf 003292 fetch 1 ,mem_inquiry_rcv 
-0x20d0 003293 increase 1 ,pdata 
-0x20d1 003294 store 1 ,mem_inquiry_rcv 
-0x20d2 003295 rtn 
-:      003303 master_page:
-0x20d3 003304 bpatch patch02_0 ,mem_patch02 
-0x20d4 003305 enable master 
-0x20d5 003306 enable clknt 
-0x20d6 003307 fetch 2 ,mem_page_interval 
-0x20d7 003308 branch master_page_no_interval ,blank 
-0x20d8 003309 force page_interval_timer ,queue 
-0x20d9 003310 call timer_check 
-0x20da 003311 nrtn blank 
-:      003312 master_page_no_interval:
-0x20db 003313 bpatch patch02_1 ,mem_patch02 
-0x20dc 003314 fetcht 2 ,mem_page_window 
-0x20dd 003315 force 40 ,queue 
-0x20de 003316 call sniff_check_window 
-0x20df 003317 branch page_exit ,user 
-0x20e0 003318 force page_length_timer ,queue 
-0x20e1 003319 call timer_check 
-0x20e2 003320 nbranch page_start ,blank 
-0x20e3 003321 fetch 1 ,mem_state_map 
-0x20e4 003322 bbit1 smap_name_req ,master_npage_timeout 
-0x20e5 003323 branch master_page_timeout 
-:      003324 master_npage_timeout:
-0x20e6 003325 arg mem_tmp_buffer ,contw 
-0x20e7 003326 arg 8 ,loopcnt 
-0x20e8 003327 call memset0 
-:      003328 master_page_timeout:
-0x20e9 003329 bpatch patch02_2 ,mem_patch02 
-0x20ea 003330 jam 0 ,mem_state 
-0x20eb 003331 call init_lmp_work 
-0x20ec 003332 jam 0 ,memui_reconnect_mode 
-0x20ed 003333 jam bt_evt_reconn_page_timeout ,mem_fifo_temp 
-0x20ee 003334 call ui_ipc_send_event 
-0x20ef 003335 branch page_exit 
-:      003337 page_start:
-0x20f0 003338 bpatch patch02_3 ,mem_patch02 
-0x20f1 003339 force 0 ,timeup 
-0x20f2 003340 until clkn_rt ,meet 
-0x20f3 003341 fetch 1 ,mem_page_clk 
-0x20f4 003342 increase -1 ,pdata 
-0x20f5 003343 ixor clkn_bt ,pdata 
-0x20f6 003344 compare 0 ,pdata ,3 
-0x20f7 003345 nbranch page_start ,true 
-0x20f8 003346 deposit am_addr 
-0x20f9 003347 store 1 ,mem_fhs_am_addr 
-0x20fa 003348 force 0 ,n_tx_slot 
-0x20fb 003349 force 0 ,freq_mode 
-:      003351 page_restart:
-0x20fc 003352 bpatch patch02_4 ,mem_patch02 
-0x20fd 003353 branch page_exit ,timeout 
-0x20fe 003354 call fetch_page_bt_adr 
-0x20ff 003355 arg param_rf_setup ,timeup 
-0x2100 003356 until clkn_rt ,meet 
-:      003357 page_rx_restart:
-0x2101 003358 bpatch patch02_5 ,mem_patch02 
-0x2102 003359 fetch 4 ,mem_page_clk 
-0x2103 003360 iforce bt_clk 
-0x2104 003361 increase 1 ,pdata 
-0x2105 003362 store 4 ,mem_page_clk 
-0x2106 003363 isolate1 mark_page_trainb ,mark 
-0x2107 003364 setflag true ,2 ,freq_mode 
-0x2108 003365 compare 0x00 ,bt_clk ,0x02 
-0x2109 003366 nbranch page_receive ,true 
-0x210a 003367 fetch 1 ,mem_page_transmit 
-0x210b 003368 increase 1 ,pdata 
-0x210c 003369 store 1 ,mem_page_transmit 
-0x210d 003370 call tx_radio_freq 
-0x210e 003371 call start_transmitter 
-0x210f 003372 call start_tx_native 
-0x2110 003373 call send_access_word 
-0x2111 003374 call end_of_packet 
-0x2112 003375 call page_check_train 
-0x2113 003376 branch page_restart 
-:      003377 page_exit:
-0x2114 003378 bpatch patch02_6 ,mem_patch02 
-0x2115 003379 disable master 
-0x2116 003380 fetch 2 ,mem_page_interval 
-0x2117 003381 rtn blank 
-0x2118 003382 force page_interval_timer ,queue 
-0x2119 003383 branch timer_init 
-:      003385 page_check_train:
-0x211a 003386 bpatch patch02_7 ,mem_patch02 
-0x211b 003387 fetch 1 ,mem_nfreq_index_page 
-0x211c 003388 increase -1 ,pdata 
-0x211d 003389 store 1 ,mem_nfreq_index_page 
-0x211e 003390 rtn positive 
-0x211f 003391 jam 31 ,mem_nfreq_index_page 
-0x2120 003392 fetch 1 ,mem_npage_index 
-0x2121 003393 increase -1 ,pdata 
-0x2122 003394 store 1 ,mem_npage_index 
-0x2123 003395 rtn positive 
-0x2124 003396 setflip mark_page_trainb ,mark 
-0x2125 003397 fetch 1 ,mem_npage 
-0x2126 003398 store 1 ,mem_npage_index 
-0x2127 003399 rtn 
-:      003401 page_receive:
-0x2128 003402 bpatch patch03_0 ,mem_patch03 
-0x2129 003403 call rx_radio_freq 
-0x212a 003404 call start_rx_native 
-0x212b 003405 call start_receiver 
-0x212c 003406 call wait_access_clkn_rt 
-0x212d 003407 branch page_sync ,sync 
-0x212e 003408 call page_check_train 
-0x212f 003409 branch page_rx_restart 
-:      003410 page_sync:
-0x2130 003411 call end_of_packet 
-0x2131 003412 fetch 1 ,mem_page_rcv 
-0x2132 003413 increase 1 ,pdata 
-0x2133 003414 store 1 ,mem_page_rcv 
-0x2134 003415 force 0 ,stop_watch 
-0x2135 003416 fetch 4 ,mem_page_clk 
-:      003417 page_send_fhs:
-0x2136 003418 bpatch patch03_1 ,mem_patch03 
-0x2137 003419 call rf_setup_time_master_slot 
-0x2138 003420 call fetch_page_bt_adr 
-0x2139 003421 increase 1 ,n_tx_slot 
-:      003422 page_send_fhs_continue:
-0x213a 003423 and_into 0x1fd ,bt_clk 
-0x213b 003424 and_into 0x1fc ,freq_mode 
-0x213c 003425 call tx_radio_freq 
-0x213d 003426 call start_transmitter 
-0x213e 003427 call start_tx_native 
-0x213f 003428 call send_access_word 
-0x2140 003429 deposit clkn_bt 
-0x2141 003430 store 4 ,mem_clkn_bt 
-0x2142 003431 force 0 ,am_addr 
-0x2143 003432 force type_fhs ,type 
-0x2144 003433 call scan_mode_whiten 
-0x2145 003434 call transmit_packet_whitened 
-:      003435 page_wait_fhs_reply:
-0x2146 003436 bpatch patch03_2 ,mem_patch03 
-0x2147 003437 call rf_setup_time_slave_slot 
-0x2148 003438 or_into 0x02 ,bt_clk 
-0x2149 003439 and_into 0x1fc ,freq_mode 
-0x214a 003440 call rx_radio_freq 
-0x214b 003441 call start_rx_native 
-0x214c 003442 call start_receiver 
-0x214d 003443 call wait_access_clkn_rt 
-0x214e 003444 call end_of_packet ,sync 
-0x214f 003445 branch page_wait_fhs_reply_ok ,sync 
-0x2150 003446 fetch 1 ,mem_fhs_wait_counter 
-0x2151 003447 branch page_restart ,blank 
-0x2152 003448 increase -1 ,pdata 
-0x2153 003449 store 1 ,mem_fhs_wait_counter 
-0x2154 003450 branch page_send_fhs 
-:      003452 page_wait_fhs_reply_ok:
-0x2155 003453 bpatch patch03_3 ,mem_patch03 
-0x2156 003454 fetch 1 ,mem_page_rcv_fhs 
-0x2157 003455 increase 1 ,pdata 
-0x2158 003456 store 1 ,mem_page_rcv_fhs 
-0x2159 003457 call prepare_newconn 
-:      003458 master_newconn_loop:
-0x215a 003459 call master_newconn_once 
-0x215b 003460 branch newconn_poll_responded ,sync 
-0x215c 003461 call new_conn_timeout 
-0x215d 003462 nbranch master_newconn_loop ,blank 
-0x215e 003463 branch page_restart 
-:      003465 newconn_poll_responded:
-0x215f 003466 bpatch patch03_4 ,mem_patch03 
-0x2160 003467 fetch 1 ,mem_state 
-0x2161 003468 set0 state_inpage ,pdata 
-0x2162 003469 store 1 ,mem_state 
-0x2163 003470 call newconn_init 
-0x2164 003471 disable master 
-0x2165 003472 rtn 
-:      003475 master_dispatch:
-0x2166 003476 bpatch patch03_5 ,mem_patch03 
-0x2167 003477 enable master 
-0x2168 003478 enable clknt 
-0x2169 003479 call role_switch_master 
-0x216a 003480 rtn user 
-0x216b 003481 call check_bt_disabled 
-0x216c 003482 call rf_setup_time_master_slot 
-0x216d 003483 add clkn_bt ,1 ,bt_clk 
-0x216e 003484 call fetch_self_bt_adr 
-0x216f 003485 force 0x03 ,freq_mode 
-0x2170 003486 call scheduler_tx_l2cap_pkt 
-0x2171 003487 call prepare_tx 
-0x2172 003488 call tx_radio_freq 
-0x2173 003489 call start_transmitter 
-0x2174 003490 call start_tx_native 
-0x2175 003491 call send_access_word 
-0x2176 003492 call transmit_packet 
-:      003493 master_loop:
-0x2177 003494 bpatch patch03_6 ,mem_patch03 
-0x2178 003495 call parse_lmp 
-0x2179 003496 call master_conn_recv_packet 
-0x217a 003497 nbranch master_notmatch ,match 
-0x217b 003498 call supervision_flush 
-0x217c 003499 call parse_l2cap 
-0x217d 003500 fetch 1 ,mem_master_rcvcnt 
-0x217e 003501 increase 1 ,pdata 
-0x217f 003502 store 1 ,mem_master_rcvcnt 
-:      003503 master_notmatch:
-0x2180 003504 bpatch patch03_7 ,mem_patch03 
-0x2181 003505 call scheduler_process 
-0x2182 003506 call check_master_disconnect 
-0x2183 003507 nrtn master 
-0x2184 003508 call check_attempt 
-0x2185 003509 nbranch master_attempt ,blank 
-:      003510 master_exit:
-0x2186 003511 disable master 
-0x2187 003512 rtn 
-:      003514 master_attempt:
-0x2188 003515 call prepare_tx 
-0x2189 003516 call master_conn_send_packet 
-0x218a 003517 branch master_loop 
-:      003520 check_master_disconnect:
-0x218b 003521 branch check_master_match ,match 
-0x218c 003522 call supervision_update 
-0x218d 003523 branch master_disconnect ,positive 
-:      003524 check_master_match:
-0x218e 003525 call check_disconnect_timeout 
-0x218f 003526 nbranch master_disconnect ,user 
-0x2190 003527 fetch 1 ,mem_state_map 
-0x2191 003528 rtnbit0 smap_name_req 
-0x2192 003529 rtnbit1 smap_name_res 
-0x2193 003530 fetch 1 ,mem_op 
-0x2194 003531 rtnbit1 op_disconn 
-0x2195 003532 call conn_timer_expired 
-0x2196 003533 nrtn blank 
-0x2197 003534 fetch 1 ,mem_nameres_cnt 
-0x2198 003535 increase -1 ,pdata 
-0x2199 003536 store 1 ,mem_nameres_cnt 
-0x219a 003537 nrtn blank 
-0x219b 003538 branch lmp_disconnect 
-:      003540 master_disconnect:
-0x219c 003541 bpatch patch04_0 ,mem_patch04 
-0x219d 003542 call quit_connection 
-0x219e 003543 disable master 
-0x219f 003544 fetch 1 ,mem_state_map 
-0x21a0 003545 bbit1 smap_name_req ,master_name_disconnect 
-0x21a1 003546 rtn 
-:      003548 master_name_disconnect:
-0x21a2 003549 fetch 1 ,mem_state_map 
-0x21a3 003550 rtnbit1 smap_name_res 
-:      003551 master_name_error:
-0x21a4 003552 arg mem_tmp_buffer ,contw 
-0x21a5 003553 arg 8 ,loopcnt 
-0x21a6 003554 branch memset0 
-:      003556 check_disconnect_timeout:
-0x21a7 003557 bpatch patch04_1 ,mem_patch04 
-0x21a8 003558 enable user 
-0x21a9 003559 fetch 1 ,mem_op 
-0x21aa 003560 rtnbit0 op_disconn 
-0x21ab 003561 call conn_timer_expired 
-0x21ac 003562 nrtn blank 
-0x21ad 003563 branch disable_user 
-:      003565 conn_timer_expired:
-0x21ae 003566 fetch 1 ,mem_conn_timer 
-0x21af 003567 increase -1 ,pdata 
-0x21b0 003568 store 1 ,mem_conn_timer 
-0x21b1 003569 rtn 
-:      003571 linkkey_ready:
-0x21b2 003572 bpatch patch04_2 ,mem_patch04 
-0x21b3 003573 fetch 1 ,mem_state 
-0x21b4 003574 bbit1 state_linkkey ,linkkey_set 
-0x21b5 003575 fetch 1 ,mem_pairing_auth 
-0x21b6 003576 branch linkkey_set ,blank 
-0x21b7 003577 jam defalt_pairing_auth ,mem_pairing_auth 
-0x21b8 003578 jam bt_evt_linkkey_generate ,mem_fifo_temp 
-0x21b9 003579 call ui_ipc_send_event 
-0x21ba 003580 branch linkkey_set 
-:      003581 linkkey_set:
-0x21bb 003582 bpatch patch04_3 ,mem_patch04 
-0x21bc 003583 call context_traverse_linkkey 
-0x21bd 003584 fetch 1 ,mem_state 
-0x21be 003585 set1 state_linkkey ,pdata 
-0x21bf 003586 store 1 ,mem_state 
-0x21c0 003587 jam 1 ,mem_link_key_exists 
-0x21c1 003588 fetch 1 ,mem_conn_sm 
-0x21c2 003589 bne conn_sm_pairing ,linkkey_set_continue 
-:      003590 linkkey_set_continue:
-0x21c3 003591 rtn 
-:      003593 generate_linkkey_continue:
-0x21c4 003594 jam pairing_auth ,mem_pairing_auth 
-:      003595 clear_linkstate:
-0x21c5 003596 fetch 1 ,mem_state 
-0x21c6 003597 set0 state_linkkey ,pdata 
-0x21c7 003598 store 1 ,mem_state 
-0x21c8 003599 rtn 
-:      003603 role_switch_check:
-0x21c9 003604 bpatch patch04_4 ,mem_patch04 
-0x21ca 003605 disable user 
-0x21cb 003606 fetch 2 ,mem_tsniff 
-0x21cc 003607 arg 0xffff ,temp 
-0x21cd 003608 isub temp ,null 
-0x21ce 003609 nrtn zero 
-0x21cf 003610 fetch 4 ,mem_sniff_anchor 
-0x21d0 003611 branch role_switch_clkn ,clknt 
-0x21d1 003612 isub clke_bt ,pdata 
-0x21d2 003613 branch role_switch_clke 
-:      003614 role_switch_clkn:
-0x21d3 003615 isub clkn_bt ,pdata 
-:      003616 role_switch_clke:
-0x21d4 003617 sub pdata ,4 ,null 
-0x21d5 003618 nrtn positive 
-0x21d6 003619 force 0 ,pdata 
-0x21d7 003620 store 2 ,mem_tsniff 
-0x21d8 003621 branch enable_user 
-:      003625 role_switch_prepare:
-0x21d9 003626 copy pdata ,temp 
-0x21da 003627 bpatch patch04_5 ,mem_patch04 
-0x21db 003628 storet 4 ,mem_sniff_anchor 
-:      003629 role_switch_prepare0:
-0x21dc 003630 jam switch_flag_accept ,mem_switch_flag 
-0x21dd 003631 setarg 0xffff 
-0x21de 003632 store 2 ,mem_tsniff 
-0x21df 003633 jam 1 ,mem_sniff_attempt 
-0x21e0 003634 rtn 
-:      003637 role_switch_master:
-0x21e1 003638 bpatch patch04_6 ,mem_patch04 
-0x21e2 003639 call role_switch_check 
-0x21e3 003640 nrtn user 
-0x21e4 003641 disable user 
-0x21e5 003642 jam param_newconnto ,mem_newconnto_counter 
-0x21e6 003643 set0 mark_fhs_already_good ,mark 
-:      003644 roles_waitfhs_loop:
-0x21e7 003645 call rf_setup_time_master_slot 
-0x21e8 003646 call master_recv_packet 
-0x21e9 003647 bmark1 mark_fhs_already_good ,roles_replyto_fhs 
-0x21ea 003648 call new_conn_timeout 
-0x21eb 003649 nbranch roles_waitfhs_loop ,blank 
-:      003650 role_switch_fail_master:
-0x21ec 003651 bpatch patch04_7 ,mem_patch04 
-0x21ed 003652 disable user 
-0x21ee 003653 deposit clkn_bt 
-0x21ef 003654 store 4 ,mem_next_btclk 
-0x21f0 003655 enable clknt 
-0x21f1 003656 enable master 
-0x21f2 003657 jam bt_evt_switch_fail_master ,mem_fifo_temp 
-0x21f3 003658 branch ui_ipc_send_event 
-:      003660 roles_replyto_fhs:
-0x21f4 003661 bpatch patch05_0 ,mem_patch05 
-0x21f5 003662 call rf_setup_time_slave_slot 
-0x21f6 003663 arg type_id ,type 
-0x21f7 003664 call master_send_packet 
-0x21f8 003665 disable clknt 
-0x21f9 003666 disable master 
-0x21fa 003667 call apply_switch_clke 
-0x21fb 003668 call prepare_newconn 
-:      003669 roles_newconns_loop:
-0x21fc 003670 bpatch patch05_1 ,mem_patch05 
-0x21fd 003671 call slave_newconn_once 
-0x21fe 003672 branch roles_newconns_responded ,match 
-0x21ff 003673 call new_conn_timeout 
-0x2200 003674 nbranch roles_newconns_loop ,blank 
-0x2201 003675 branch role_switch_fail_master 
-:      003676 roles_newconns_responded:
-0x2202 003677 fetch 1 ,mem_mode 
-0x2203 003678 set0 mode_master ,pdata 
-0x2204 003679 store 1 ,mem_mode 
-0x2205 003680 call supervision_flush 
-0x2206 003681 call calc_clke_offset 
-0x2207 003682 enable user 
-0x2208 003683 jam bt_evt_switch_success_master ,mem_fifo_temp 
-0x2209 003684 branch ui_ipc_send_event 
-:      003689 context_load:
-0x220a 003690 bpatch patch05_2 ,mem_patch05 
-0x220b 003691 set1 mark_context ,mark 
-0x220c 003692 deposit rega 
-0x220d 003693 store 2 ,mem_context_ptr 
-0x220e 003694 force context_size ,loopcnt 
-0x220f 003695 arg mem_le_state ,contw 
-0x2210 003696 add rega ,coffset_mode ,contr 
-0x2211 003697 ifetch 1 ,contr 
-0x2212 003698 copy rega ,contr 
-0x2213 003699 bbit1 mode_le ,memcpy 
-0x2214 003700 arg mem_state ,contw 
-0x2215 003701 call memcpy 
-0x2216 003702 disable attempt 
-0x2217 003703 fetch 1 ,mem_amaddr 
-0x2218 003704 iforce am_addr 
-0x2219 003705 jam 1 ,mem_current_sniff_attempt 
-0x221a 003706 branch context_load_master ,master 
-0x221b 003707 jam 1 ,mem_current_sniff_attempt 
-:      003708 context_load_master:
-0x221c 003709 fetch 1 ,mem_state 
-0x221d 003710 rtnbit0 state_insniff 
-0x221e 003711 fetch 1 ,mem_sniff_attempt 
-0x221f 003712 store 1 ,mem_current_sniff_attempt 
-0x2220 003713 fetch 1 ,mem_sniff_timeout 
-0x2221 003714 store 1 ,mem_current_sniff_timeout 
-0x2222 003715 rtn 
-:      003717 context_save:
-0x2223 003718 bpatch patch05_3 ,mem_patch05 
-0x2224 003719 fetch 2 ,mem_context_ptr 
-0x2225 003720 iforce contw 
-0x2226 003721 force context_size ,loopcnt 
-0x2227 003722 arg mem_le_state ,contr 
-0x2228 003723 branch memcpy ,le 
-0x2229 003724 arg mem_state ,contr 
-0x222a 003725 branch memcpy 
-:      003729 context_get_next:
-0x222b 003730 arg context_num ,loopcnt 
-0x222c 003731 fetcht 1 ,mem_current_context 
-:      003732 context_get_next_loop:
-0x222d 003733 increase 1 ,temp 
-0x222e 003734 compare context_num ,temp ,0xff 
-0x222f 003735 nbranch context_get_next_cont ,true 
-0x2230 003736 arg 0 ,temp 
-:      003737 context_get_next_cont:
-0x2231 003738 storet 1 ,mem_current_context 
-0x2232 003739 mul32 temp ,context_size ,pdata 
-0x2233 003740 arg mem_context ,rega 
-0x2234 003741 iadd rega ,rega 
-0x2235 003742 ifetch 1 ,rega 
-0x2236 003743 bbit1 state_insniff ,context_get_next_sniff 
-0x2237 003744 rtnbit1 state_inconn 
-0x2238 003745 rtnbit1 state_inpage 
-:      003746 context_get_next_sniff:
-0x2239 003747 loop context_get_next_loop 
-0x223a 003748 rtn 
-:      003750 context_new:
-0x223b 003751 bpatch patch05_4 ,mem_patch05 
-0x223c 003752 arg context_search_empty ,regc 
-0x223d 003753 call context_search 
-0x223e 003754 nrtn zero 
-0x223f 003755 deposit rega 
-0x2240 003756 store 2 ,mem_context_ptr 
-0x2241 003757 force 0 ,null 
-0x2242 003758 rtn 
-:      003762 context_check_all_wack:
-0x2243 003763 call check_esco_amaddr 
-0x2244 003764 branch context_check_esco_wack ,true 
-0x2245 003765 fetch 2 ,mem_context_ptr 
-0x2246 003766 add pdata ,coffset_arq ,contw 
-0x2247 003767 fetch 1 ,mem_arq 
-0x2248 003768 istore 1 ,contw 
-0x2249 003769 arg context_check_a_wack ,regc 
-0x224a 003770 branch context_search 
-:      003772 context_check_esco_wack:
-0x224b 003773 fetch 1 ,mem_arq 
-0x224c 003774 isolate1 wack ,pdata 
-0x224d 003775 branch context_esco_wack ,true 
-0x224e 003776 force 1 ,null 
-0x224f 003777 rtn 
-:      003778 context_esco_wack:
-0x2250 003779 force 0 ,null 
-0x2251 003780 rtn 
-:      003783 context_check_idle:
-0x2252 003784 arg context_check_inconn ,regc 
-0x2253 003785 branch context_search 
-:      003787 context_traverse_linkkey:
-0x2254 003788 fetcht 2 ,mem_context_ptr 
-0x2255 003789 arg context_traverse_clearkey ,regc 
-0x2256 003790 branch context_search 
-:      003794 context_search_conn_handle:
-0x2257 003795 fetcht 1 ,mem_hci_conn_handle 
-:      003796 context_search_conn_handle2:
-0x2258 003797 arg context_search_handle ,regc 
-0x2259 003798 branch context_search 
-:      003800 context_search_plap:
-0x225a 003801 bpatch patch05_5 ,mem_patch05 
-0x225b 003802 fetcht 6 ,mem_hci_plap 
-:      003803 context_search_plap2:
-0x225c 003804 arg context_search_lap ,regc 
-0x225d 003805 branch context_search 
-:      003807 context_search_insniff:
-0x225e 003808 arg context_search_sniff ,regc 
-0x225f 003809 branch context_search 
-:      003811 context_search_sniff_window:
-0x2260 003812 arg context_search_window ,regc 
-:      003813 context_search:
-0x2261 003814 bpatch patch05_6 ,mem_patch05 
-0x2262 003815 arg mem_context ,rega 
-0x2263 003816 arg context_num ,loopcnt 
-:      003817 context_search_loop:
-0x2264 003818 ifetch 1 ,rega 
-0x2265 003819 copy regc ,pc 
-:      003820 context_search_next:
-0x2266 003821 increase context_size ,rega 
-0x2267 003822 loop context_search_loop 
-0x2268 003823 force 1 ,null 
-0x2269 003824 rtn 
-:      003826 context_search_empty:
-0x226a 003827 bbit1 state_inconn ,context_search_next 
-0x226b 003828 bbit1 state_inpage ,context_search_next 
-0x226c 003829 force 0 ,null 
-0x226d 003830 rtn 
-:      003832 context_search_lap:
-0x226e 003833 bbit1 state_inpage ,context_search_lap_cont 
-0x226f 003834 bbit0 state_inconn ,context_search_next 
-:      003835 context_search_lap_cont:
-0x2270 003836 add rega ,coffset_plap ,contr 
-0x2271 003837 ifetch 6 ,contr 
-0x2272 003838 isub temp ,null 
-0x2273 003839 rtn zero 
-0x2274 003840 branch context_search_next 
-:      003842 context_search_handle:
-0x2275 003843 bbit0 state_inconn ,context_search_next 
-0x2276 003844 add rega ,coffset_conn_handle ,contr 
-0x2277 003845 ifetch 1 ,contr 
-0x2278 003846 isub temp ,null 
-0x2279 003847 rtn zero 
-0x227a 003848 branch context_search_next 
-:      003850 context_search_sniff:
-0x227b 003851 bbit0 state_insniff ,context_search_next 
-:      003852 context_search_sniff_loop:
-0x227c 003853 call context_get_anchor 
-0x227d 003854 call sign_pdata_temp 
-0x227e 003855 isub temp ,pdata 
-0x227f 003856 increase 1 ,pdata 
-0x2280 003857 branch context_search_sniff_miss ,positive 
-0x2281 003858 copy contr ,regb 
-0x2282 003859 store 9 ,mem_temp 
-0x2283 003860 fetch 1 ,mem_le_sc_calc 
-0x2284 003861 nbranch context_search_sniff_sc ,blank 
-0x2285 003862 fetch 9 ,mem_temp 
-0x2286 003863 copy regb ,contr 
-0x2287 003864 increase 5 ,pdata 
-0x2288 003865 branch context_search_meet1 
-:      003866 context_search_sniff_sc:
-0x2289 003867 fetch 9 ,mem_temp 
-0x228a 003868 copy regb ,contr 
-0x228b 003869 increase 20 ,pdata 
-:      003870 context_search_meet1:
-0x228c 003871 nbranch context_search_next ,positive 
-:      003872 context_search_meet:
-0x228d 003873 copy temp ,bt_clk 
-0x228e 003874 call context_next_anchor 
-0x228f 003875 force 0 ,null 
-0x2290 003876 rtn 
-:      003879 context_search_sniff_miss:
-0x2291 003880 iforce regb 
-0x2292 003881 add rega ,coffset_tsniff ,contr 
-0x2293 003882 ifetch 2 ,contr 
-0x2294 003883 branch context_search_meet ,blank 
-0x2295 003884 call context_next_anchor 
-0x2296 003885 branch context_search_sniff_loop 
-:      003887 sign_pdata_temp:
-0x2297 003888 rshift16 pdata ,timeup 
-0x2298 003889 rshift8 timeup ,timeup 
-0x2299 003890 branch sign_pdata_temp_p0 ,zero 
-0x229a 003891 compare 0xf ,timeup ,0xf 
-0x229b 003892 nrtn true 
-0x229c 003893 rshift16 temp ,timeup 
-0x229d 003894 rshift8 timeup ,timeup 
-0x229e 003895 nrtn zero 
-0x229f 003896 set1 28 ,temp 
-0x22a0 003897 rtn 
-:      003898 sign_pdata_temp_p0:
-0x22a1 003899 rshift16 temp ,timeup 
-0x22a2 003900 rshift8 timeup ,timeup 
-0x22a3 003901 compare 0xf ,timeup ,0xf 
-0x22a4 003902 nrtn true 
-0x22a5 003903 set1 28 ,pdata 
-0x22a6 003904 rtn 
-:      003906 context_check_inconn:
-0x22a7 003907 bbit0 state_inconn ,context_search_next 
-0x22a8 003908 force 0 ,null 
-0x22a9 003909 rtn 
-:      003911 context_check_a_wack:
-0x22aa 003912 bbit0 state_inconn ,context_search_next 
-0x22ab 003913 add rega ,coffset_mode ,contr 
-0x22ac 003914 ifetch 1 ,contr 
-0x22ad 003915 bbit1 mode_le ,context_search_next 
-0x22ae 003916 add rega ,coffset_arq ,contr 
-0x22af 003917 ifetch 1 ,contr 
-0x22b0 003918 bbit0 wack ,context_search_next 
-0x22b1 003919 force 0 ,null 
-0x22b2 003920 rtn 
-:      003922 context_get_anchor:
-0x22b3 003923 add rega ,coffset_mode ,contr 
-0x22b4 003924 ifetcht 1 ,contr 
-0x22b5 003925 deposit clkn_bt 
-0x22b6 003926 isolate1 mode_master ,temp 
-0x22b7 003927 add rega ,coffset_sniff_anchor ,contr 
-0x22b8 003928 ifetcht 4 ,contr 
-0x22b9 003929 rtn true 
-0x22ba 003930 add rega ,coffset_clk_offset ,contr 
-0x22bb 003931 ifetch 6 ,contr 
-0x22bc 003932 call calc_clke2 
-0x22bd 003933 deposit clke_bt 
-0x22be 003934 rtn 
-:      003936 context_next_anchor:
-0x22bf 003937 add rega ,coffset_tsniff ,contr 
-0x22c0 003938 add rega ,coffset_sniff_anchor ,contw 
-0x22c1 003939 ifetch 2 ,contr 
-0x22c2 003940 iadd temp ,timeup 
-0x22c3 003941 deposit timeup 
-0x22c4 003942 istore 4 ,contw 
-0x22c5 003943 branch le_context_nexthop 
-:      003946 context_search_window:
-0x22c6 003947 bbit0 state_insniff ,context_search_next 
-0x22c7 003948 call context_get_anchor 
-0x22c8 003949 iadd stop_watch ,pdata 
-0x22c9 003950 iadd stop_watch ,pdata 
-0x22ca 003951 iadd queue ,pdata 
-0x22cb 003952 isub temp ,null 
-0x22cc 003953 nbranch context_search_next ,positive 
-0x22cd 003954 force 0 ,null 
-0x22ce 003955 rtn 
-:      003957 context_traverse_clearkey:
-0x22cf 003958 bbit0 state_inconn ,context_search_next 
-0x22d0 003959 deposit temp 
-0x22d1 003960 isub rega ,null 
-0x22d2 003961 branch context_search_next ,null 
-0x22d3 003962 add rega ,coffset_mode ,contr 
-0x22d4 003963 ifetch 1 ,contr 
-0x22d5 003964 bbit1 mode_le ,context_search_next 
-0x22d6 003965 ifetch 1 ,rega 
-0x22d7 003966 set0 state_linkkey ,pdata 
-0x22d8 003967 istore 1 ,rega 
-0x22d9 003968 branch context_search_next 
-:      003971 master_conn_send_packet:
-0x22da 003972 bpatch patch05_7 ,mem_patch05 
-0x22db 003973 call rf_setup_time_master_slot 
-:      003974 master_send_packet:
-0x22dc 003975 add clkn_bt ,1 ,bt_clk 
-0x22dd 003976 call fetch_self_bt_adr 
-0x22de 003977 force 0x03 ,freq_mode 
-0x22df 003978 call tx_radio_freq 
-0x22e0 003979 call start_transmitter 
-0x22e1 003980 call start_tx_native 
-0x22e2 003981 call send_access_word 
-0x22e3 003982 branch transmit_packet 
-:      003984 master_conn_recv_packet:
-0x22e4 003985 bpatch patch06_0 ,mem_patch06 
-0x22e5 003986 call rf_setup_time_slave_slot 
-:      003987 master_recv_packet:
-0x22e6 003988 add clkn_bt ,1 ,bt_clk 
-0x22e7 003989 call fetch_self_bt_adr 
-0x22e8 003990 force 0x03 ,freq_mode 
-0x22e9 003991 call rx_radio_freq 
-0x22ea 003992 call init_rx_packet_flags 
-0x22eb 003993 call prep_crypt 
-0x22ec 003994 call start_rx_native 
-0x22ed 003995 call start_receiver 
-:      003996 master_rx_conn_finish_packet:
-0x22ee 003997 call wait_access_clkn_rt 
-0x22ef 003998 nrtn sync 
-0x22f0 003999 call save_rssi 
-0x22f1 004000 branch receive_packet 
-:      004004 master_newconn_once:
-0x22f2 004005 bpatch patch06_1 ,mem_patch06 
-0x22f3 004006 fetch 1 ,mem_fhs_am_addr 
-0x22f4 004007 iforce am_addr 
-0x22f5 004008 force type_poll ,type 
-0x22f6 004009 call master_conn_send_packet 
-0x22f7 004010 branch master_conn_recv_packet 
-:      004021 inquiry_scan_dispatch:
-0x22f8 004022 fetch 1 ,mem_scan_mode 
-0x22f9 004023 rtnbit0 inq_scan_mode 
-0x22fa 004024 force iscan_interval_timer ,queue 
-0x22fb 004025 call timer_check 
-0x22fc 004026 nrtn blank 
-0x22fd 004027 fetcht 2 ,mem_iscan_window 
-0x22fe 004028 force 4 ,queue 
-0x22ff 004029 call sniff_check_window 
-0x2300 004030 rtn user 
-0x2301 004031 call inquiry_scan_start 
-0x2302 004032 force iscan_interval_timer ,queue 
-0x2303 004033 fetch 2 ,mem_iscan_interval 
-0x2304 004034 nbranch timer_init ,sync 
-0x2305 004035 random pdata 
-0x2306 004036 iand mask3ff ,pdata 
-0x2307 004037 branch timer_init 
-:      004040 inquiry_scan_start:
-0x2308 004041 bpatch patch06_2 ,mem_patch06 
-0x2309 004042 jam 0 ,mem_fhs_am_addr 
-0x230a 004043 disable clknt 
-0x230b 004044 disable attempt 
-0x230c 004045 call afh_clear 
-0x230d 004046 and clkn_bt ,0x1fc ,bt_clk 
-0x230e 004047 force 0x01 ,freq_mode 
-0x230f 004048 call fetch_giac 
-0x2310 004049 call rx_radio_freq 
-0x2311 004050 setflip mark_inquiry_state ,mark 
-0x2312 004051 fetch 1 ,mem_inquiryscan_waitcnt 
-0x2313 004052 increase 1 ,pdata 
-0x2314 004053 store 1 ,mem_inquiryscan_waitcnt 
-0x2315 004054 call fetch_diac 
-0x2316 004055 call start_receiver 
-0x2317 004056 call wait_access_forever 
-0x2318 004057 nrtn sync 
-0x2319 004058 bpatch patch06_3 ,mem_patch06 
-0x231a 004059 force 0 ,stop_watch 
-0x231b 004060 call shutdown_radio 
-0x231c 004061 fetch 1 ,mem_inquiryscan_rcvcnt 
-0x231d 004062 increase 1 ,pdata 
-0x231e 004063 store 1 ,mem_inquiryscan_rcvcnt 
-0x231f 004064 call fetch_giac 
-0x2320 004065 call rf_setup_time_slave_slot 
-0x2321 004066 or_into 0x002 ,bt_clk 
-0x2322 004067 force 0x01 ,freq_mode 
-0x2323 004068 call tx_radio_freq 
-0x2324 004069 call fetch_diac 
-0x2325 004070 call start_transmitter 
-0x2326 004071 call start_tx_external 
-0x2327 004072 deposit clkn_bt 
-0x2328 004073 store 4 ,mem_clkn_bt 
-0x2329 004074 call send_access_word 
-0x232a 004075 force type_fhs ,type 
-0x232b 004076 force 0 ,am_addr 
-0x232c 004077 call scan_mode_whiten 
-0x232d 004078 call transmit_packet_whitened 
-0x232e 004079 call send_eir 
-0x232f 004080 and_into 0x1fd ,bt_clk 
-0x2330 004081 increase 1 ,n_tx_slot 
-0x2331 004082 rtn 
-:      004084 send_eir:
-0x2332 004085 bpatch patch06_4 ,mem_patch06 
-0x2333 004086 fetch 1 ,mem_eir_enable 
-0x2334 004087 rtn blank 
-0x2335 004088 arg mem_eir ,contw 
-0x2336 004089 fetch 1 ,mem_local_name_length 
-0x2337 004090 copy pdata ,loopcnt 
-0x2338 004091 increase 1 ,pdata 
-0x2339 004092 istore 1 ,contw 
-0x233a 004093 copy contw ,temp 
-0x233b 004094 increase 1 ,pdata 
-0x233c 004095 store 2 ,mem_tx_len 
-0x233d 004096 copy temp ,contw 
-0x233e 004097 setarg 0x09 
-0x233f 004098 istore 1 ,contw 
-0x2340 004099 arg mem_local_name ,contr 
-0x2341 004100 call memcpy 
-0x2342 004102 arg mem_all_uuid_128bits ,regc 
-0x2343 004103 arg 4 ,loopcnt 
-0x2344 004104 call get_all_uuid 
-0x2345 004105 arg mem_all_uuid_16bits ,regc 
-0x2346 004106 arg 1 ,loopcnt 
-0x2347 004107 call get_all_uuid 
-0x2348 004109 force type_dm3 ,type 
-0x2349 004110 jam 2 ,mem_tx_lch 
-0x234a 004111 setarg mem_eir 
-0x234b 004112 store 2 ,mem_txptr 
-0x234c 004113 call rf_setup_time_slave_slot 
-0x234d 004114 call tx_radio_freq 
-0x234e 004115 call start_transmitter 
-0x234f 004116 call start_tx_external 
-0x2350 004117 call send_access_word 
-0x2351 004118 call scan_mode_whiten 
-0x2352 004119 call transmit_packet_whitened 
-0x2353 004120 rtn 
-:      004123 get_all_uuid:
-0x2354 004124 copy contw ,temp 
-0x2355 004125 copy regc ,contr 
-0x2356 004126 ifetch 1 ,contr 
-0x2357 004127 rtn blank 
-:      004128 lshift_loop:
-0x2358 004129 lshift pdata ,pdata 
-0x2359 004130 loop lshift_loop 
-0x235a 004131 copy pdata ,rega 
-0x235b 004132 increase 2 ,pdata 
-0x235c 004133 copy pdata ,queue 
-0x235d 004134 fetch 2 ,mem_tx_len 
-0x235e 004135 iadd queue ,pdata 
-0x235f 004136 store 2 ,mem_tx_len 
-0x2360 004137 copy temp ,contw 
-0x2361 004138 copy rega ,pdata 
-0x2362 004139 increase 1 ,pdata 
-0x2363 004140 istore 1 ,contw 
-0x2364 004141 copy regc ,contr 
-0x2365 004142 ifetch 1 ,contr 
-0x2366 004143 ifetch 1 ,contr 
-0x2367 004144 istore 1 ,contw 
-0x2368 004145 copy rega ,loopcnt 
-0x2369 004146 branch memcpy 
-:      004152 page_scan_dispatch:
-0x236a 004153 fetch 1 ,mem_scan_mode 
-0x236b 004154 rtnbit0 page_scan_mode 
-0x236c 004155 force pscan_interval_timer ,queue 
-0x236d 004156 call timer_check 
-0x236e 004157 nrtn blank 
-0x236f 004158 fetcht 2 ,mem_pscan_window 
-0x2370 004159 force 40 ,queue 
-0x2371 004160 call sniff_check_window 
-0x2372 004161 rtn user 
-0x2373 004162 force 0 ,am_addr 
-0x2374 004163 jam param_pagerespto ,mem_fhs_wait_counter 
-0x2375 004164 set0 mark_fhs_already_good ,mark 
-0x2376 004165 call page_scan_start 
-0x2377 004166 force pscan_interval_timer ,queue 
-0x2378 004167 fetch 2 ,mem_pscan_interval 
-0x2379 004168 branch timer_init 
-:      004171 page_scan_start:
-0x237a 004172 bpatch patch06_5 ,mem_patch06 
-0x237b 004173 disable clknt 
-0x237c 004174 call afh_clear 
-0x237d 004175 fetch 1 ,mem_pagescan_waitcnt 
-0x237e 004176 increase 1 ,pdata 
-0x237f 004177 store 1 ,mem_pagescan_waitcnt 
-0x2380 004178 force 0 ,n_tx_slot 
-0x2381 004179 call fetch_self_bt_adr 
-0x2382 004180 add clkn_bt ,1 ,bt_clk 
-0x2383 004181 force 0x02 ,freq_mode 
-0x2384 004182 bpatch patch06_6 ,mem_patch06 
-0x2385 004183 call rx_radio_freq 
-0x2386 004184 call start_receiver 
-0x2387 004185 call wait_access_forever 
-0x2388 004186 nrtn sync 
-0x2389 004187 call shutdown_radio 
-0x238a 004188 fetch 1 ,mem_pagescan_rcvcnt 
-0x238b 004189 increase 1 ,pdata 
-0x238c 004190 store 1 ,mem_pagescan_rcvcnt 
-0x238d 004191 force 0 ,stop_watch 
-0x238e 004192 call rf_setup_time_slave_slot 
-0x238f 004193 or_into 0x002 ,bt_clk 
-0x2390 004194 force 0x01 ,freq_mode 
-0x2391 004195 call tx_radio_freq 
-0x2392 004196 call start_transmitter 
-0x2393 004197 call start_tx_external 
-0x2394 004198 call send_access_word 
-0x2395 004199 call end_of_packet 
-0x2396 004200 force 0 ,am_addr 
-0x2397 004201 arg param_rf_setup ,timeup 
-0x2398 004202 until clke_rt ,meet 
-0x2399 004203 or_into 0x03 ,clke_bt 
-0x239a 004204 and_into 0x1fd ,bt_clk 
-:      004205 page_scan_wait_fhs_restart:
-0x239b 004206 bpatch patch06_7 ,mem_patch06 
-0x239c 004207 increase 1 ,n_tx_slot 
-0x239d 004208 call rx_radio_freq 
-0x239e 004209 call start_receiver 
-0x239f 004210 call wait_access_mhalfbnd 
-0x23a0 004211 nbranch page_scan_wait_fhs_again ,sync 
-0x23a1 004212 call scan_mode_whiten 
-0x23a2 004213 call receive_packet_whitened 
-0x23a3 004214 bmark1 mark_fhs_already_good ,page_scan_reply_to_fhs 
-:      004215 page_scan_wait_fhs_again:
-0x23a4 004216 bpatch patch07_0 ,mem_patch07 
-0x23a5 004217 fetch 1 ,mem_fhs_wait_counter 
-0x23a6 004218 rtn blank 
-0x23a7 004219 increase -1 ,pdata 
-0x23a8 004220 store 1 ,mem_fhs_wait_counter 
-0x23a9 004221 call rf_setup_time_master_slot 
-0x23aa 004222 branch page_scan_wait_fhs_restart 
-:      004225 page_scan_reply_to_fhs:
-0x23ab 004226 bpatch patch07_1 ,mem_patch07 
-0x23ac 004227 set0 1 ,clke_bt 
-0x23ad 004228 set1 0 ,clke_bt 
-0x23ae 004229 fetch 1 ,mem_pagescan_rcvfhscnt 
-0x23af 004230 increase 1 ,pdata 
-0x23b0 004231 store 1 ,mem_pagescan_rcvfhscnt 
-0x23b1 004232 call rf_setup_time_slave_slot 
-0x23b2 004233 or_into 0x02 ,bt_clk 
-0x23b3 004234 call tx_radio_freq 
-0x23b4 004235 call start_transmitter 
-0x23b5 004236 call start_tx_external 
-0x23b6 004237 call send_access_word 
-0x23b7 004238 call end_of_packet 
-:      004239 slave_apply_clke_bt:
-0x23b8 004240 compare 0x03 ,clke_bt ,0x03 
-0x23b9 004241 branch slave_apply_clke_bt_now ,true 
-0x23ba 004242 until null ,mhalfbnd 
-0x23bb 004243 branch slave_apply_clke_bt 
-:      004244 slave_apply_clke_bt_now:
-0x23bc 004245 fetch 4 ,mem_clke_bt 
-0x23bd 004246 or_into 0x03 ,pdata 
-0x23be 004247 icopy clke_bt 
-:      004249 start_slave_connection:
-0x23bf 004250 bpatch patch07_2 ,mem_patch07 
-0x23c0 004251 fetch 6 ,extm_lap 
-0x23c1 004252 store 6 ,mem_plap 
-0x23c2 004253 call prepare_newconn 
-:      004254 slave_newconn_loop:
-0x23c3 004255 call slave_newconn_once 
-0x23c4 004256 branch sconn_successful ,match 
-0x23c5 004257 call new_conn_timeout 
-0x23c6 004258 nbranch slave_newconn_loop ,blank 
-0x23c7 004259 rtn 
-:      004262 sconn_successful:
-0x23c8 004263 bpatch patch07_3 ,mem_patch07 
-0x23c9 004264 call newconn_init 
-0x23ca 004265 call context_new 
-0x23cb 004266 nrtn zero 
-0x23cc 004267 jam 0 ,mem_mode 
-0x23cd 004268 call calc_clke_offset 
-0x23ce 004269 branch context_save 
-:      004274 slave_dispatch:
-0x23cf 004275 bpatch patch07_4 ,mem_patch07 
-0x23d0 004276 call calc_clke 
-0x23d1 004277 call role_switch_slave 
-0x23d2 004278 rtn user 
-:      004279 slave_loop:
-0x23d3 004280 bpatch patch07_5 ,mem_patch07 
-0x23d4 004281 call check_bt_disabled 
-0x23d5 004282 call scheduler_process 
-0x23d6 004283 call slave_conn_recv_packet 
-0x23d7 004284 nbranch slave_notmatch ,match 
-0x23d8 004285 call supervision_flush 
-0x23d9 004286 call scheduler_tx_l2cap_pkt 
-0x23da 004287 call prepare_tx 
-0x23db 004288 call slave_conn_send_packet 
-0x23dc 004289 call parse_l2cap 
-0x23dd 004290 call parse_lmp 
-0x23de 004291 fetch 1 ,mem_slave_rcvcnt 
-0x23df 004292 increase 1 ,pdata 
-0x23e0 004293 store 1 ,mem_slave_rcvcnt 
-0x23e1 004294 call calc_clke_offset 
-:      004295 slave_notmatch:
-0x23e2 004296 bpatch patch07_6 ,mem_patch07 
-0x23e3 004297 call lpm_set_mult 
-0x23e4 004298 call supervision_update 
-0x23e5 004299 branch slave_disconnect ,positive 
-0x23e6 004300 call check_disconnect_timeout 
-0x23e7 004301 nbranch slave_disconnect ,user 
-0x23e8 004302 call check_attempt 
-0x23e9 004303 nbranch slave_loop ,blank 
-0x23ea 004304 rtn 
-:      004306 slave_disconnect:
-0x23eb 004307 bpatch patch07_7 ,mem_patch07 
-0x23ec 004308 jam 0 ,mem_tester_emulate 
-0x23ed 004309 jam 0 ,mem_debug_config 
-0x23ee 004310 call quit_connection 
-0x23ef 004311 set0 mark_testmode ,mark 
-0x23f0 004312 call test_enable_white 
-0x23f1 004313 fetch 1 ,mem_state 
-0x23f2 004314 rtn 
-:      004317 role_switch_slave:
-0x23f3 004318 bpatch patch08_0 ,mem_patch08 
-0x23f4 004319 call role_switch_check 
-0x23f5 004320 nrtn user 
-0x23f6 004321 copy am_addr ,temp 
-0x23f7 004322 call get_free_amaddr 
-0x23f8 004323 store 1 ,mem_fhs_am_addr 
-0x23f9 004324 copy temp ,am_addr 
-0x23fa 004325 jam param_newconnto ,mem_newconnto_counter 
-:      004326 roles_sendfhs_loop:
-0x23fb 004327 bpatch patch08_1 ,mem_patch08 
-0x23fc 004328 call rf_setup_time_master_slot 
-0x23fd 004329 force type_fhs ,type 
-0x23fe 004330 call slave_send_access 
-0x23ff 004331 deposit clkn_bt 
-0x2400 004332 store 4 ,mem_clkn_bt 
-0x2401 004333 call transmit_packet 
-0x2402 004334 call rf_setup_time_slave_slot 
-0x2403 004335 enable user3 
-0x2404 004336 call slave_receive_access 
-0x2405 004337 branch roles_got_fhs_reply ,sync 
-0x2406 004338 call shutdown_radio 
-0x2407 004339 call new_conn_timeout 
-0x2408 004340 nbranch roles_sendfhs_loop ,blank 
-0x2409 004341 rtnmark0 mark_accept_switch 
-0x240a 004342 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x240b 004343 set1 mark_switch_initiated ,mark 
-0x240c 004344 rtn 
-:      004345 roles_got_fhs_reply:
-0x240d 004346 enable clknt 
-0x240e 004347 call prepare_newconn 
-0x240f 004348 call afh_clear 
-:      004349 roles_newconn_loop:
-0x2410 004350 bpatch patch08_2 ,mem_patch08 
-0x2411 004351 call master_newconn_once 
-0x2412 004352 branch roles_newconn_responded ,sync 
-0x2413 004353 call new_conn_timeout 
-0x2414 004354 nbranch roles_newconn_loop ,blank 
-0x2415 004355 disable clknt 
-0x2416 004356 deposit clke_bt 
-0x2417 004357 store 4 ,mem_next_btclk 
-0x2418 004358 rtn 
-:      004359 roles_newconn_responded:
-0x2419 004360 enable master 
-0x241a 004361 bmark0 mark_accept_switch ,roles_newconn_nolmp 
-0x241b 004362 set0 mark_accept_switch ,mark 
-0x241c 004363 jam lmp_accepted ,mem_lmo_opcode2 
-0x241d 004364 jam lmp_host_connection_req ,mem_lmi_opcode2 
-0x241e 004365 call tid_set_reply 
-:      004366 roles_newconn_nolmp:
-0x241f 004367 deposit am_addr 
-0x2420 004368 store 1 ,mem_amaddr 
-0x2421 004369 force 0 ,pdata 
-0x2422 004370 store 6 ,mem_clk_offset 
-0x2423 004371 fetch 1 ,mem_mode 
-0x2424 004372 set1 mode_master ,pdata 
-0x2425 004373 store 1 ,mem_mode 
-0x2426 004374 call supervision_flush 
-0x2427 004375 disable master 
-0x2428 004376 enable user 
-0x2429 004377 rtn 
-:      004381 init_rx_packet_flags:
-0x242a 004382 bpatch patch08_3 ,mem_patch08 
-0x242b 004383 disable match 
-0x242c 004384 set0 mark_loopback ,mark 
-0x242d 004385 set0 mark_am_addr_broadcast ,mark 
-0x242e 004386 set0 mark_longpacket ,mark 
-0x242f 004387 set0 mark_old_packet ,mark 
-0x2430 004388 fetch 1 ,mem_arq 
-0x2431 004389 set0 arqnx ,pdata 
-0x2432 004390 set1 flowx ,pdata 
-0x2433 004391 store 1 ,mem_arq 
-0x2434 004392 rtn 
-:      004394 prepare_newconn:
-0x2435 004395 bpatch patch08_4 ,mem_patch08 
-0x2436 004396 jam param_newconnto ,mem_newconnto_counter 
-0x2437 004397 jam param_newconn_arq ,mem_arq 
-0x2438 004398 fetch 2 ,mem_rx_window_init 
-0x2439 004399 store 2 ,mem_rx_window 
-0x243a 004400 deposit clkn_bt 
-0x243b 004401 store 4 ,mem_next_btclk 
-0x243c 004402 rtn clknt 
-0x243d 004403 deposit clke_bt 
-0x243e 004404 store 4 ,mem_next_btclk 
-0x243f 004405 rtn 
-:      004407 newconn_init:
-0x2440 004408 bpatch patch08_5 ,mem_patch08 
-0x2441 004409 call init_lmp_reinit 
-0x2442 004410 call new_conn_handle 
-0x2443 004411 store 1 ,mem_conn_handle 
-0x2444 004412 setarg 0 
-0x2445 004413 store 2 ,mem_l2cap_rxbuff1_len 
-0x2446 004414 setarg param_supervision_to 
-0x2447 004415 store 2 ,mem_supervision_to 
-0x2448 004416 fetch 1 ,mem_state 
-0x2449 004417 set1 state_inconn ,pdata 
-0x244a 004418 store 1 ,mem_state 
-0x244b 004419 jam 0 ,mem_op 
-0x244c 004420 jam 0 ,mem_state_map 
-0x244d 004421 jam 0 ,mem_lpm_current_mult 
-0x244e 004422 branch supervision_flush 
-:      004425 clear_linkkey:
-0x244f 004426 bpatch patch08_6 ,mem_patch08 
-0x2450 004427 force 0 ,pdata 
-0x2451 004428 store 8 ,mem_link_key 
-0x2452 004429 istore 8 ,contw 
-0x2453 004430 call clear_linkstate 
-0x2454 004431 branch context_traverse_linkkey 
-:      004433 new_conn_timeout:
-0x2455 004434 fetch 1 ,mem_newconnto_counter 
-0x2456 004435 increase -1 ,pdata 
-0x2457 004436 store 1 ,mem_newconnto_counter 
-0x2458 004437 rtn 
-:      004439 new_conn_handle:
-0x2459 004440 fetch 1 ,mem_handle_num 
-0x245a 004441 increase 1 ,pdata 
-0x245b 004442 store 1 ,mem_handle_num 
-0x245c 004443 rtn 
-:      004446 quit_connection:
-0x245d 004447 bpatch patch08_7 ,mem_patch08 
-0x245e 004448 fetch 1 ,mem_hci_cmd 
-0x245f 004449 beq hci_cmd_remote_name_req ,quit_connection_name 
-0x2460 004450 fetch 1 ,mem_lmp_to_send 
-0x2461 004451 bne lmp_name_req ,quit_connection_cont 
-:      004452 quit_connection_name:
-0x2462 004453 call cmd_check_plap 
-0x2463 004454 nbranch quit_connection_cont ,zero 
-0x2464 004455 call master_name_error 
-0x2465 004456 jam 0 ,mem_hci_cmd 
-:      004457 quit_connection_cont:
-0x2466 004458 bpatch patch09_0 ,mem_patch09 
-0x2467 004459 call app_disconn_reason_collect_bt 
-0x2468 004460 call sniff_exit 
-0x2469 004461 jam bt_evt_bb_disconnected ,mem_fifo_temp 
-0x246a 004462 call ui_ipc_send_event 
-0x246b 004463 call init_lmp_work 
-0x246c 004464 call l2cap_init_work 
-0x246d 004465 call sp_initialize 
-0x246e 004466 fetch 1 ,mem_state 
-0x246f 004467 set0 state_inconn 
-0x2470 004468 store 1 ,mem_state 
-0x2471 004469 jam 0 ,memui_reconnect_mode 
-0x2472 004471 fetch 1 ,mem_state_map 
-0x2473 004472 compare 0x0 ,pdata ,0xc0 
-0x2474 004473 branch quit_connection_not_clear_mark ,true 
-0x2475 004474 set0 mark_rxbuf_inuse ,mark 
-:      004475 quit_connection_not_clear_mark:
-0x2476 004476 fetch 1 ,mem_arq 
-0x2477 004477 bbit0 wack ,quit_connection_not_clear_tx 
-:      004478 quit_connection_not_clear_tx:
-0x2478 004479 fetch 1 ,mem_op 
-0x2479 004480 rtnbit0 op_txl2cap 
-0x247a 004481 set0 mark_tx_l2cap ,mark 
-0x247b 004482 rtn 
-:      004484 slave_newconn_once:
-0x247c 004485 bpatch patch09_1 ,mem_patch09 
-0x247d 004486 fetch 1 ,extm_newconn_am_addr 
-0x247e 004487 rtn blank 
-0x247f 004488 icopy am_addr 
-0x2480 004489 call slave_conn_recv_packet 
-0x2481 004490 nrtn match 
-0x2482 004491 force type_null ,type 
-0x2483 004492 call slave_conn_send_packet 
-0x2484 004493 deposit am_addr 
-0x2485 004494 store 1 ,mem_amaddr 
-0x2486 004495 force 0 ,pdata 
-0x2487 004496 store 1 ,extm_newconn_am_addr 
-0x2488 004497 rtn 
-:      004503 prepare_tx:
-0x2489 004504 bpatch patch09_2 ,mem_patch09 
-0x248a 004505 fetch 1 ,mem_state 
-0x248b 004506 bbit0 state_insco ,prepare_tx_not_sco 
-0x248c 004507 force type_hv3 ,type 
-0x248d 004508 bmark0 mark_esco ,prepare_tx_not_esco 
-0x248e 004509 call check_esco_amaddr 
-0x248f 004510 nbranch prepare_tx_not_sco ,true 
-0x2490 004511 branch prepare_tx_not_sco ,attempt 
-0x2491 004512 call set_wait_ack 
-0x2492 004513 setarg 2 
-0x2493 004514 store 2 ,mem_retransmission_cnt 
-0x2494 004515 rtn 
-:      004516 prepare_tx_not_esco:
-0x2495 004517 nrtn attempt 
-:      004518 prepare_tx_not_sco:
-0x2496 004519 bpatch patch09_3 ,mem_patch09 
-0x2497 004520 call context_check_all_wack 
-0x2498 004521 nbranch prepare_tx_no_retransmit ,zero 
-0x2499 004522 fetch 1 ,mem_arq 
-0x249a 004523 bbit0 wack ,prepare_tx_pollnull 
-:      004524 prepare_tx_retransmit:
-0x249b 004525 bmark1 mark_loopback ,prepare_tx_loopback 
-0x249c 004526 fetch 1 ,mem_debug_config 
-0x249d 004527 bbit1 debug_tx_pattern ,prepare_tx_txpat 
-0x249e 004528 fetch 2 ,mem_retransmission_cnt 
-0x249f 004529 increase -1 ,pdata 
-0x24a0 004530 store 2 ,mem_retransmission_cnt 
-0x24a1 004531 branch prepare_tx_nomore_retransmit ,blank 
-0x24a2 004532 fetch 1 ,mem_last_type 
-0x24a3 004533 iforce type 
-0x24a4 004534 rtn 
-:      004536 prepare_tx_nomore_retransmit:
-0x24a5 004537 bpatch patch09_4 ,mem_patch09 
-0x24a6 004538 call clear_got_tx 
-:      004539 prepare_tx_no_retransmit:
-0x24a7 004540 call check_esco_amaddr 
-0x24a8 004541 branch prepare_tx_pollnull ,true 
-0x24a9 004542 call send_lmp 
-0x24aa 004543 branch prepare_tx_sendlmp ,user 
-0x24ab 004544 fetch 1 ,mem_op 
-0x24ac 004545 bbit1 op_txl2cap ,prepare_tx_sendl2cap 
-0x24ad 004546 bmark1 mark_loopback ,prepare_tx_loopback 
-0x24ae 004547 fetch 1 ,mem_debug_config 
-0x24af 004548 bbit1 debug_tx_pattern ,prepare_tx_txpat 
-:      004549 prepare_tx_pollnull:
-0x24b0 004550 force type_poll ,type 
-0x24b1 004551 rtn master 
-0x24b2 004552 force type_null ,type 
-0x24b3 004553 rtn 
-:      004554 prepare_tx_loopback:
-0x24b4 004555 bpatch patch09_5 ,mem_patch09 
-0x24b5 004556 fetch 1 ,mem_rx_type 
-0x24b6 004557 iforce type 
-0x24b7 004558 rtnne 1 
-0x24b8 004559 force type_null ,type 
-0x24b9 004560 rtn 
-:      004561 prepare_tx_txpat:
-0x24ba 004562 fetch 1 ,test_mode_packet_type 
-0x24bb 004563 and pdata ,0xf ,type 
-0x24bc 004564 set1 mark_loopback ,mark 
-0x24bd 004565 rtn 
-:      004566 prepare_tx_sendlmp:
-0x24be 004567 force type_lmp ,type 
-0x24bf 004568 branch set_wait_ack 
-:      004569 prepare_tx_sendl2cap:
-0x24c0 004570 call tx_l2cap_type 
-:      004572 set_wait_ack:
-0x24c1 004573 bpatch patch09_6 ,mem_patch09 
-0x24c2 004574 fetcht 1 ,mem_arq 
-0x24c3 004575 set1 wack ,temp 
-0x24c4 004576 storet 1 ,mem_arq 
-0x24c5 004577 deposit type 
-0x24c6 004578 store 1 ,mem_last_type 
-0x24c7 004579 setarg 0xffff 
-0x24c8 004580 store 2 ,mem_retransmission_cnt 
-0x24c9 004581 rtn 
-:      004583 tx_l2cap_type:
-0x24ca 004584 bpatch patch09_7 ,mem_patch09 
-0x24cb 004585 fetch 1 ,mem_state_map 
-0x24cc 004586 isolate1 smap_edr ,pdata 
-0x24cd 004587 fetch 2 ,mem_tx_len 
-0x24ce 004588 branch tx_l2cap_type_edr ,true 
-0x24cf 004589 force type_dm1 ,type 
-0x24d0 004590 sub pdata ,17 ,null 
-0x24d1 004591 rtn positive 
-0x24d2 004592 force type_dh1 ,type 
-0x24d3 004593 sub pdata ,27 ,null 
-0x24d4 004594 rtn positive 
-0x24d5 004595 force type_dm3 ,type 
-0x24d6 004596 sub pdata ,121 ,null 
-0x24d7 004597 rtn positive 
-0x24d8 004598 force type_dh3 ,type 
-0x24d9 004599 sub pdata ,183 ,null 
-0x24da 004600 rtn positive 
-0x24db 004601 force type_dm5 ,type 
-0x24dc 004602 sub pdata ,224 ,null 
-0x24dd 004603 rtn positive 
-0x24de 004604 force type_dh5 ,type 
-0x24df 004605 rtn 
-:      004606 tx_l2cap_type_edr:
-0x24e0 004607 force type_dm1 ,type 
-0x24e1 004608 sub pdata ,17 ,null 
-0x24e2 004609 rtn positive 
-0x24e3 004610 force type_dh1 ,type 
-0x24e4 004611 sub pdata ,54 ,null 
-0x24e5 004612 rtn positive 
-0x24e6 004613 force type_dm3 ,type 
-0x24e7 004614 arg 367 ,temp 
-0x24e8 004615 isub temp ,null 
-0x24e9 004616 nrtn positive 
-0x24ea 004617 force type_dm5 ,type 
-0x24eb 004618 arg 679 ,temp 
-0x24ec 004619 isub temp ,null 
-0x24ed 004620 nrtn positive 
-0x24ee 004621 force type_dh5 ,type 
-0x24ef 004622 rtn 
-:      004631 slave_receive_master_slot:
-0x24f0 004632 fetch 1 ,mem_state 
-0x24f1 004633 bbit0 state_insniff ,slave_receive_notsniff 
-0x24f2 004634 fetch 2 ,mem_tsniff 
-0x24f3 004635 branch slave_receive_notsniff ,blank 
-0x24f4 004636 nbranch slave_receive_sniff ,attempt 
-:      004637 slave_receive_notsniff:
-0x24f5 004638 call rf_setup_time_master_slot 
-:      004639 slave_receive_access:
-0x24f6 004640 add clke_bt ,1 ,bt_clk 
-:      004641 slave_receive_sniff:
-0x24f7 004642 enable swfine 
-0x24f8 004643 fetch 2 ,mem_rx_window 
-0x24f9 004644 rshift pdata ,pdata 
-0x24fa 004645 arg param_pll_setup ,temp 
-0x24fb 004646 iadd temp ,pdata 
-0x24fc 004647 call ahead_window 
-0x24fd 004648 call fetch_extm_bt_adr 
-0x24fe 004649 force 0x03 ,freq_mode 
-0x24ff 004650 call rx_radio_freq 
-0x2500 004651 call init_rx_packet_flags 
-0x2501 004652 call prep_crypt 
-0x2502 004653 bpatch patch0a_0 ,mem_patch0a 
-0x2503 004654 fetch 2 ,mem_rx_window 
-0x2504 004655 rshift pdata ,pdata 
-0x2505 004656 call ahead_window 
-0x2506 004657 call start_receiver 
-0x2507 004658 enable decode_fec0 
-0x2508 004659 fetch 2 ,mem_rx_window 
-0x2509 004660 arg param_clke_cal ,temp 
-0x250a 004661 iadd temp ,stop_watch 
-0x250b 004662 correlate null ,timeout 
-0x250c 004663 copy clke ,temp 
-0x250d 004664 storet 6 ,mem_sync_clke 
-0x250e 004665 disable decode_fec0 
-0x250f 004666 nrtn sync 
-0x2510 004667 arg param_clke_cal ,clke_rt 
-0x2511 004668 copy bt_clk ,clke_bt 
-0x2512 004669 branch lpm_adjust_clk ,wake 
-0x2513 004670 rtn 
-:      004673 slave_conn_recv_packet:
-0x2514 004674 bpatch patch0a_1 ,mem_patch0a 
-0x2515 004675 call slave_receive_master_slot 
-0x2516 004676 nbranch shutdown_radio ,sync 
-0x2517 004677 call save_rssi 
-0x2518 004678 bmark0 mark_testmode ,receive_packet 
-0x2519 004679 fetch 2 ,mem_tst_pktcnt_sync 
-0x251a 004680 increase 1 ,pdata 
-0x251b 004681 store 2 ,mem_tst_pktcnt_sync 
-:      004682 receive_packet:
-0x251c 004683 rshift bt_clk ,temp 
-0x251d 004684 or temp ,0x40 ,white_init 
-:      004685 receive_packet_whitened:
-0x251e 004686 bpatch patch0a_2 ,mem_patch0a 
-0x251f 004687 enable enable_white 
-0x2520 004688 enable enable_hec 
-0x2521 004689 enable decode_fec1 
-0x2522 004690 parse demod ,bucket ,3 
-0x2523 004691 rshift8 pwindow ,pdata 
-0x2524 004692 store 1 ,mem_temp_am_addr 
-0x2525 004693 parse demod ,bucket ,4 
-0x2526 004694 inject bucket ,7 
-0x2527 004695 copy pwindow ,pdata 
-0x2528 004696 store 1 ,mem_rx_type 
-0x2529 004697 parse demod ,bucket ,3 
-0x252a 004698 rshift8 pwindow ,pdata 
-0x252b 004699 store 1 ,mem_temp_arq 
-0x252c 004700 fetch 1 ,mem_rx_type 
-0x252d 004701 sub pdata ,3 ,null 
-0x252e 004702 branch receive_packet_noedr ,positive 
-0x252f 004703 beq 7 ,receive_packet_noedr 
-0x2530 004704 fetch 1 ,mem_state_map 
-0x2531 004705 isolate1 smap_edr ,pdata 
-0x2532 004706 setflag true ,psk ,radio_ctrl 
-:      004707 receive_packet_noedr:
-0x2533 004708 bpatch patch0a_3 ,mem_patch0a 
-0x2534 004709 parse demod ,bucket ,8 
-0x2535 004710 disable decode_fec1 
-0x2536 004711 disable enable_hec 
-0x2537 004712 branch error_header ,crc_failed 
-0x2538 004713 bmark0 mark_testmode ,receive_packet_amchk 
-0x2539 004714 fetch 2 ,mem_tst_pktcnt_hec 
-0x253a 004715 increase 1 ,pdata 
-0x253b 004716 store 2 ,mem_tst_pktcnt_hec 
-:      004717 receive_packet_amchk:
-0x253c 004718 bpatch patch0a_4 ,mem_patch0a 
-0x253d 004719 fetch 1 ,mem_temp_am_addr 
-0x253e 004720 compare 0 ,pdata ,0x07 
-0x253f 004721 setflag true ,mark_am_addr_broadcast ,mark 
-0x2540 004722 branch am_addr_ok ,true 
-0x2541 004723 icompare 0x07 ,am_addr 
-0x2542 004724 branch am_addr_match ,true 
-0x2543 004725 bmark0 mark_esco ,end_of_packet 
-0x2544 004726 fetcht 1 ,mem_saved_amaddr 
-0x2545 004727 icompare 0x7 ,temp 
-0x2546 004728 nbranch end_of_packet ,true 
-0x2547 004729 fetch 1 ,mem_arq 
-0x2548 004730 set0 arqnx ,pdata 
-0x2549 004731 set1 flowx ,pdata 
-0x254a 004732 store 1 ,mem_arq 
-:      004733 am_addr_match:
-0x254b 004734 enable match 
-:      004735 am_addr_ok:
-0x254c 004736 bpatch patch0a_5 ,mem_patch0a 
-0x254d 004737 fetch 1 ,mem_rx_type 
-0x254e 004738 icopy type 
-0x254f 004739 bmark1 mark_am_addr_broadcast ,arqn_bypass 
-0x2550 004740 fetcht 1 ,mem_temp_arq 
-0x2551 004741 fetch 1 ,mem_arq 
-0x2552 004742 set0 flow ,pdata 
-0x2553 004743 isolate1 flow ,temp 
-0x2554 004744 setflag true ,flow ,pdata 
-0x2555 004745 isolate1 arqn ,temp 
-0x2556 004746 setflag true ,arqn ,pdata 
-0x2557 004747 store 1 ,mem_arq 
-0x2558 004748 isolate0 arqn ,temp 
-0x2559 004749 branch arqn_bypass ,true 
-0x255a 004750 call clear_got_tx 
-:      004751 arqn_bypass:
-0x255b 004752 bpatch patch0a_6 ,mem_patch0a 
-0x255c 004753 arg 0 ,temp 
-0x255d 004754 call reserve_slot 
-0x255e 004755 and type ,0xf ,pdata 
-0x255f 004756 beq type_poll ,process_poll 
-0x2560 004757 beq type_null ,end_of_packet 
-0x2561 004758 beq type_fhs ,process_fhs 
-0x2562 004759 fetcht 1 ,mem_temp_arq 
-0x2563 004760 fetch 1 ,mem_arq 
-0x2564 004761 icompare 0x04 ,temp 
-0x2565 004762 nbranch rx_type_dispatch ,true 
-0x2566 004763 bmark0 mark_am_addr_broadcast ,failed_seqn 
-0x2567 004764 bbit0 bcast1 ,rx_type_dispatch 
-:      004765 failed_seqn:
-0x2568 004766 set1 mark_old_packet ,mark 
-:      004767 rx_type_dispatch:
-0x2569 004768 bpatch patch0a_7 ,mem_patch0a 
-0x256a 004769 deposit type 
-0x256b 004770 beq type_dm1 ,process_dm1 
-0x256c 004771 beq type_dh1 ,process_dh1 
-0x256d 004772 beq type_hv3 ,process_hev 
-0x256e 004773 beq type_3dh1 ,process_3dh1 
-0x256f 004774 arg 4 ,temp 
-0x2570 004775 call reserve_slot 
-0x2571 004776 beq type_dm3 ,process_dm3 
-0x2572 004777 beq type_dh3 ,process_dh3 
-0x2573 004778 arg 8 ,temp 
-0x2574 004779 call reserve_slot 
-0x2575 004780 beq type_dm5 ,process_dm5 
-0x2576 004781 beq type_dh5 ,process_dh5 
-0x2577 004782 rtn 
-:      004785 process_hev:
-0x2578 004786 bpatch patch0b_0 ,mem_patch0b 
-0x2579 004787 enable decode_fec0 
-0x257a 004788 enable enable_crc 
-0x257b 004789 enable encrypt 
-0x257c 004790 arg mem_sco_ibuf ,contw 
-0x257d 004791 force 30 ,loopcnt 
-:      004792 process_hev_loop:
-0x257e 004793 parse demod ,bucket ,8 
-0x257f 004794 rshift3 pwindow ,pdata 
-0x2580 004795 istore 1 ,contw 
-0x2581 004796 loop process_hev_loop 
-0x2582 004797 bmark0 mark_esco ,end_of_packet 
-0x2583 004798 parse demod ,bucket ,16 
-0x2584 004799 nsetflag crc_failed ,mark_esco_rxok ,mark 
-0x2585 004800 branch error_payload ,crc_failed 
-0x2586 004801 branch ack_payload 
-:      004804 process_poll:
-0x2587 004805 branch end_of_packet 
-:      004807 process_dm3:
-:      004808 process_dm5:
-0x2588 004809 set1 mark_longpacket ,mark 
-:      004810 process_dm1:
-0x2589 004811 enable decode_fec2 
-0x258a 004812 branch process_dmh 
-:      004814 process_dh3:
-:      004815 process_dh5:
-0x258b 004816 set1 mark_longpacket ,mark 
-:      004817 process_3dh1:
-0x258c 004818 set1 psk3m ,radio_ctrl 
-:      004819 process_dh1:
-0x258d 004820 enable decode_fec0 
-:      004821 process_dmh:
-0x258e 004822 bpatch patch0b_1 ,mem_patch0b 
-0x258f 004823 bmark1 mark_rxbuf_inuse ,end_of_packet 
-0x2590 004824 isolate0 psk ,radio_ctrl 
-0x2591 004825 branch process_dmh_noedr ,true 
-0x2592 004826 disable enable_white 
-0x2593 004827 enable decode_fec0 
-0x2594 004828 disable decode_fec2 
-0x2595 004829 add clkn_bt ,2 ,timeup 
-0x2596 004830 correlate clkn_bt ,meet 
-0x2597 004831 nbranch error_payload ,sync 
-0x2598 004832 set1 mark_longpacket ,mark 
-0x2599 004833 enable enable_white 
-:      004834 process_dmh_noedr:
-0x259a 004835 bpatch patch0b_2 ,mem_patch0b 
-0x259b 004836 enable encrypt 
-0x259c 004837 enable enable_crc 
-0x259d 004838 parse demod ,bucket ,3 
-0x259e 004839 rshift8 pwindow ,pdata 
-0x259f 004840 store 1 ,mem_lch_code 
-0x25a0 004841 parse demod ,bucket ,5 
-0x25a1 004842 bmark1 mark_longpacket ,process_dmh_long 
-0x25a2 004843 rshift3 pwindow ,loopcnt 
-0x25a3 004844 rshift3 loopcnt ,loopcnt 
-0x25a4 004845 branch process_dmh_common 
-:      004846 process_dmh_long:
-0x25a5 004847 parse demod ,bucket ,5 
-0x25a6 004848 rshift pwindow ,loopcnt 
-0x25a7 004849 parse demod ,bucket ,3 
-:      004850 process_dmh_common:
-0x25a8 004851 bpatch patch0b_3 ,mem_patch0b 
-0x25a9 004852 deposit loopcnt 
-0x25aa 004853 store 2 ,mem_len 
-0x25ab 004854 branch process_dmh_data_end ,blank 
-0x25ac 004855 isub mask3ff ,null 
-0x25ad 004856 branch error_payload ,positive 
-0x25ae 004857 bpatch patch0b_4 ,mem_patch0b 
-0x25af 004858 set0 mark_fhs_eir ,mark 
-0x25b0 004859 fetch 1 ,mem_lch_code 
-0x25b1 004860 and_into 0x03 ,pdata 
-0x25b2 004861 arg mem_rxbuf ,contw 
-0x25b3 004862 beq llid_lmp ,process_lmp 
-0x25b4 004863 bmark1 mark_testmode ,process_dmh_data 
-0x25b5 004865 fetch 1 ,mem_lch_code 
-0x25b6 004866 and_into 0x03 ,pdata 
-0x25b7 004867 beq llid_l2cap_start ,process_dmh_data_l2cap_start_pkt 
-0x25b8 004868 beq llid_l2cap_cont ,process_dmh_data_l2cap_continue_pkt 
-0x25b9 004869 branch error_payload 
-:      004871 process_lmp:
-0x25ba 004872 fetch 2 ,mem_len 
-0x25bb 004873 sub pdata ,0x70 ,null 
-0x25bc 004874 nbranch error_payload ,positive 
-0x25bd 004875 bmark1 mark_old_packet ,ack_payload 
-0x25be 004876 branch process_dmh_data 
-:      004879 process_dmh_data_l2cap_start_pkt:
-0x25bf 004880 bpatch patch0b_5 ,mem_patch0b 
-0x25c0 004881 bmark1 mark_old_packet ,ack_payload 
-0x25c1 004882 fetch 2 ,mem_len 
-0x25c2 004883 arg 0x2e0 ,temp 
-0x25c3 004884 isub temp ,null 
-0x25c4 004885 branch error_payload ,positive 
-0x25c5 004886 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x25c6 004887 bbit0 l2cap_inuse_buff1 ,process_dmh_data_into_buff1 
-0x25c7 004888 bbit0 l2cap_inuse_buff2 ,process_dmh_data_into_buff2 
-0x25c8 004889 branch end_of_packet 
-:      004890 process_dmh_data_into_buff1:
-0x25c9 004891 jam 1 ,mem_l2cap_rxbuff_new 
-0x25ca 004892 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25cb 004893 bne 0 ,end_of_packet 
-0x25cc 004894 arg mem_l2cap_rxbuff1 ,contw 
-0x25cd 004895 branch process_dmh_data 
-:      004896 process_dmh_data_into_buff2:
-0x25ce 004897 jam 2 ,mem_l2cap_rxbuff_new 
-0x25cf 004898 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x25d0 004899 bne 0 ,end_of_packet 
-0x25d1 004900 arg mem_l2cap_rxbuff2 ,contw 
-0x25d2 004901 branch process_dmh_data 
-:      004903 process_dmh_data_l2cap_continue_pkt:
-0x25d3 004904 bpatch patch0b_6 ,mem_patch0b 
-0x25d4 004905 bmark1 mark_old_packet ,ack_payload 
-0x25d5 004906 fetch 2 ,mem_len 
-0x25d6 004907 arg 0x2e0 ,temp 
-0x25d7 004908 isub temp ,null 
-0x25d8 004909 branch error_payload ,positive 
-0x25d9 004910 fetch 1 ,mem_l2cap_rxbuff_new 
-0x25da 004911 beq 1 ,process_dmh_data_l2cap_continue_pkt1 
-0x25db 004912 beq 2 ,process_dmh_data_l2cap_continue_pkt2 
-0x25dc 004913 branch end_of_packet 
-:      004914 process_dmh_data_l2cap_continue_pkt1:
-0x25dd 004915 arg mem_l2cap_rxbuff1 ,contw 
-0x25de 004916 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25df 004917 iadd contw ,contw 
-0x25e0 004918 branch process_dmh_data 
-:      004919 process_dmh_data_l2cap_continue_pkt2:
-0x25e1 004920 arg mem_l2cap_rxbuff2 ,contw 
-0x25e2 004921 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x25e3 004922 iadd contw ,contw 
-:      004923 process_dmh_data:
-0x25e4 004924 parse demod ,bucket ,8 
-0x25e5 004925 rshift3 pwindow ,pdata 
-0x25e6 004926 istore 1 ,contw 
-0x25e7 004927 loop process_dmh_data 
-:      004928 process_dmh_data_end:
-0x25e8 004929 bpatch patch0b_7 ,mem_patch0b 
-0x25e9 004930 parse demod ,bucket ,16 
-0x25ea 004931 branch error_payload_crc ,crc_failed 
-0x25eb 004932 fetch 1 ,mem_l2cap_flow_ctrl_flag 
-0x25ec 004933 beq l2cap_flow_ctrl_enable ,end_of_packet 
-0x25ed 004934 bmark1 mark_testmode ,process_dmh_cont 
-0x25ee 004935 bmark1 mark_old_packet ,redundant_payload 
-0x25ef 004936 fetch 1 ,mem_lch_code 
-0x25f0 004937 compare 3 ,pdata ,3 
-0x25f1 004938 branch process_dmh_cont ,true 
-0x25f2 004939 fetch 2 ,mem_len 
-0x25f3 004940 branch process_dmh_cont ,blank 
-0x25f4 004941 bpatch patch0c_0 ,mem_patch0c 
-0x25f5 004942 fetch 1 ,mem_l2cap_rxbuff_new 
-0x25f6 004943 beq 1 ,process_l2cap_pass_crc_buff1 
-0x25f7 004944 beq 2 ,process_l2cap_pass_crc_buff2 
-0x25f8 004945 branch assert 
-:      004946 process_l2cap_pass_crc_buff1:
-0x25f9 004947 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x25fa 004948 fetcht 2 ,mem_len 
-0x25fb 004949 iadd temp ,pdata 
-0x25fc 004950 store 2 ,mem_l2cap_rxbuff1_len 
-0x25fd 004951 beq 0 ,assert 
-0x25fe 004952 fetcht 2 ,mem_l2cap_rxbuff1 
-0x25ff 004953 increase 4 ,temp 
-0x2600 004954 isub temp ,null 
-0x2601 004955 call l2cap_buff1_inuse ,zero 
-0x2602 004956 branch process_dmh_cont 
-:      004957 process_l2cap_pass_crc_buff2:
-0x2603 004958 fetch 2 ,mem_l2cap_rxbuff2_len 
-0x2604 004959 fetcht 2 ,mem_len 
-0x2605 004960 iadd temp ,pdata 
-0x2606 004961 store 2 ,mem_l2cap_rxbuff2_len 
-0x2607 004962 beq 0 ,assert 
-0x2608 004963 fetcht 2 ,mem_l2cap_rxbuff2 
-0x2609 004964 add temp ,4 ,temp 
-0x260a 004965 isub temp ,null 
-0x260b 004966 call l2cap_buff2_inuse ,zero 
-0x260c 004967 branch process_dmh_cont 
-:      004968 process_dmh_cont:
-0x260d 004969 bpatch patch0c_1 ,mem_patch0c 
-0x260e 004970 fetcht 1 ,mem_state_map 
-0x260f 004971 fetch 1 ,mem_lch_code 
-0x2610 004972 compare 3 ,pdata ,0x03 
-0x2611 004973 setflag true ,smap_rxlmp ,temp 
-0x2612 004974 nsetflag true ,smap_rxl2cap ,temp 
-0x2613 004975 storet 1 ,mem_state_map 
-0x2614 004976 nbranch process_dmh_cont_rxbuf_not_use ,true 
-0x2615 004977 set1 mark_rxbuf_inuse ,mark 
-:      004978 process_dmh_cont_rxbuf_not_use:
-0x2616 004979 bmark0 mark_testmode ,ack_payload 
-0x2617 004980 isolate1 smap_rxlmp ,temp 
-0x2618 004981 branch ack_payload ,true 
-0x2619 004982 fetch 2 ,mem_tst_pktcnt_crc 
-0x261a 004983 increase 1 ,pdata 
-0x261b 004984 store 2 ,mem_tst_pktcnt_crc 
-0x261c 004985 set1 mark_loopback ,mark 
-0x261d 004986 set0 smap_rxl2cap ,temp 
-0x261e 004987 set0 mark_rxbuf_inuse ,mark 
-0x261f 004988 storet 1 ,mem_state_map 
-:      004989 ack_payload:
-0x2620 004990 bpatch patch0c_2 ,mem_patch0c 
-0x2621 004991 fetcht 1 ,mem_temp_arq 
-0x2622 004992 fetch 1 ,mem_arq 
-0x2623 004993 set1 arqnx ,pdata 
-0x2624 004994 isolate1 seqn ,temp 
-0x2625 004995 setflag true ,seqn ,pdata 
-0x2626 004996 isolate1 mark_am_addr_broadcast ,mark 
-0x2627 004997 setflag true ,bcast1 ,pdata 
-0x2628 004998 store 1 ,mem_arq 
-0x2629 004999 fetch 2 ,mem_len 
-0x262a 005000 nbranch end_of_packet ,blank 
-0x262b 005001 fetch 1 ,mem_state_map 
-0x262c 005002 set0 smap_rxl2cap ,pdata 
-0x262d 005003 store 1 ,mem_state_map 
-0x262e 005004 fetch 1 ,mem_lch_code 
-0x262f 005005 compare 0x01 ,pdata ,0x07 
-0x2630 005007 branch end_of_packet 
-:      005009 error_header:
-0x2631 005010 bpatch patch0c_3 ,mem_patch0c 
-0x2632 005011 disable match 
-0x2633 005012 fetch 2 ,mem_rx_hec_err 
-0x2634 005013 increase 1 ,pdata 
-0x2635 005014 store 2 ,mem_rx_hec_err 
-0x2636 005015 branch end_of_packet 
-:      005016 error_payload_crc:
-0x2637 005017 fetch 2 ,mem_rx_crc_err 
-0x2638 005018 increase 1 ,pdata 
-0x2639 005019 store 2 ,mem_rx_crc_err 
-0x263a 005020 call discard_pkt 
-0x263b 005021 bmark0 mark_testmode ,error_payload 
-0x263c 005022 set1 mark_loopback ,mark 
-:      005023 error_payload:
-0x263d 005024 branch end_of_packet 
-:      005026 discard_pkt:
-0x263e 005027 bpatch patch0c_4 ,mem_patch0c 
-0x263f 005028 fetch 1 ,mem_lch_code 
-0x2640 005029 compare 3 ,pdata ,0x03 
-0x2641 005030 nbranch discard_pkt_l2cap ,true 
-:      005031 discard_pkt_lmp:
-0x2642 005032 fetcht 1 ,mem_state_map 
-0x2643 005033 set0 smap_rxlmp ,temp 
-0x2644 005034 storet 1 ,mem_state_map 
-0x2645 005035 rtn 
-:      005036 discard_pkt_l2cap:
-0x2646 005039 fetcht 1 ,mem_state_map 
-0x2647 005040 set0 smap_rxl2cap ,temp 
-0x2648 005041 storet 1 ,mem_state_map 
-0x2649 005042 branch h4_send_acl_trigger_clear 
-:      005044 redundant_payload:
-0x264a 005045 fetch 1 ,mem_arq 
-0x264b 005046 set1 arqnx ,pdata 
-0x264c 005047 store 1 ,mem_arq 
-:      005048 end_of_packet:
-0x264d 005049 bpatch patch0c_5 ,mem_patch0c 
-0x264e 005050 disable encode_fec0 
-0x264f 005051 disable encode_fec2 
-0x2650 005052 disable decode_fec0 
-0x2651 005053 disable decode_fec2 
-0x2652 005054 disable enable_crc 
-0x2653 005055 disable encrypt 
-0x2654 005056 disable enable_white 
-0x2655 005057 branch shutdown_radio ,is_rx 
-0x2656 005058 until null ,tx_clear 
-0x2657 005059 nop 100 
-0x2658 005060 branch shutdown_radio 
-:      005062 process_fhs:
-0x2659 005063 bpatch patch0c_6 ,mem_patch0c 
-0x265a 005064 enable enable_crc 
-0x265b 005065 enable decode_fec2 
-0x265c 005066 parse demod ,bucket ,72 
-0x265d 005067 isolate1 58 ,pdata 
-0x265e 005068 setflag true ,mark_fhs_eir ,mark 
-0x265f 005069 copy bt_adr ,temp 
-0x2660 005070 ialigned bt_adr 
-0x2661 005071 ialigned fhs0 
-0x2662 005072 pulse recalc 
-0x2663 005073 setsect 2 ,0xfffff 
-0x2664 005074 setsect 3 ,0x0ffff 
-0x2665 005075 nop 32 
-0x2666 005076 iverify fhs_parity 
-0x2667 005077 deposit lap 
-0x2668 005078 store 3 ,extm_lap 
-0x2669 005079 deposit uap 
-0x266a 005080 store 1 ,extm_uap 
-0x266b 005081 copy temp ,bt_adr 
-0x266c 005082 branch fhs_parity_ok ,true 
-0x266d 005083 branch error_payload 
-:      005084 fhs_parity_ok:
-0x266e 005085 bpatch patch0c_7 ,mem_patch0c 
-0x266f 005086 parse demod ,bucket ,72 
-0x2670 005087 ialigned fhs1 
-0x2671 005088 ialigned am_addr 
-0x2672 005089 ialigned nap 
-0x2673 005090 ialigned regb 
-0x2674 005091 force 0 ,pdata 
-0x2675 005092 parse demod ,bucket ,16 
-0x2676 005093 branch error_payload ,crc_failed 
-0x2677 005094 setarg 0x0ffffffc 
-0x2678 005095 iand regb ,pdata 
-0x2679 005096 store 4 ,mem_clke_bt 
-0x267a 005097 deposit fhs_class 
-0x267b 005098 store 3 ,extm_class 
-0x267c 005099 deposit fhs_misc 
-0x267d 005100 store 1 ,extm_fhs_misc 
-0x267e 005101 deposit am_addr 
-0x267f 005102 store 1 ,extm_newconn_am_addr 
-0x2680 005103 deposit nap 
-0x2681 005104 store 2 ,extm_nap 
-0x2682 005105 deposit bt_clk 
-0x2683 005106 inject rxf ,32 
-0x2684 005107 compare type_fhs ,type ,0x0f 
-0x2685 005108 setflag true ,mark_fhs_already_good ,mark 
-0x2686 005109 branch end_of_packet 
-:      005111 clear_got_tx:
-0x2687 005112 bpatch patch0d_0 ,mem_patch0d 
-0x2688 005113 fetch 1 ,mem_arq 
-0x2689 005114 rtnbit0 wack 
-0x268a 005115 set0 wack ,pdata 
-0x268b 005116 setflip seqnx ,pdata 
-0x268c 005117 store 1 ,mem_arq 
-0x268d 005118 fetch 1 ,mem_last_type 
-0x268e 005119 beq type_lmp ,clear_got_txlmp 
-0x268f 005120 rtneq type_hv3 
-0x2690 005121 fetch 1 ,mem_op 
-0x2691 005122 rtnbit0 op_txl2cap ,pdata 
-0x2692 005123 set0 op_txl2cap ,pdata 
-0x2693 005124 set1 op_pkt_comp ,pdata 
-0x2694 005125 store 1 ,mem_op 
-0x2695 005126 set0 mark_tx_l2cap ,mark 
-0x2696 005127 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x2697 005128 nrtn blank 
-0x2698 005129 fetch 1 ,mem_op 
-0x2699 005130 set0 op_pkt_comp ,pdata 
-0x269a 005131 store 1 ,mem_op 
-0x269b 005132 branch l2cap_malloc_free 
-:      005134 clear_got_txlmp:
-0x269c 005135 bpatch patch0d_1 ,mem_patch0d 
-0x269d 005136 fetch 1 ,mem_lmo_header_opcode 
-0x269e 005137 rshift pdata ,pdata 
-0x269f 005138 beq lmp_start_encryption_req ,start_encryption 
-0x26a0 005139 beq lmp_stop_encryption_req ,stop_encryption 
-0x26a1 005140 beq lmp_unsniff_req ,sniff_exit 
-0x26a2 005141 beq lmp_escape ,clear_lmp_escape 
-0x26a3 005142 rtnne lmp_accepted 
-0x26a4 005143 fetch 1 ,mem_lmo_payload 
-0x26a5 005144 beq lmp_sco_link_req ,sco_link_req_by_slave 
-0x26a6 005145 beq lmp_start_encryption_req ,clear_send_setup_complete 
-0x26a7 005146 rtn 
-:      005148 clear_lmp_escape:
-0x26a8 005149 fetch 1 ,mem_lmo_payload 
-0x26a9 005150 set1 7 ,pdata 
-0x26aa 005151 rtn 
-:      005152 clear_send_setup_complete:
-0x26ab 005153 rtn master 
-0x26ac 005154 fetch 1 ,mem_state 
-0x26ad 005155 rtnbit1 state_conn_comp 
-0x26ae 005156 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x26af 005157 rtn 
-:      005160 sco_link_req_by_slave:
-0x26b0 005161 rtn master 
-0x26b1 005162 fetch 1 ,mem_mode 
-0x26b2 005163 isolate1 send_sco_when_slave ,pdata 
-0x26b3 005164 branch clean_mem_mode ,true 
-0x26b4 005166 rtn 
-:      005167 clean_mem_mode:
-0x26b5 005168 set0 send_sco_when_slave ,pdata 
-0x26b6 005169 store 1 ,mem_mode 
-0x26b7 005170 rtn 
-:      005172 start_encryption:
-0x26b8 005173 bpatch patch0d_2 ,mem_patch0d 
-0x26b9 005174 fetch 1 ,mem_state_map 
-0x26ba 005175 set1 smap_encryption ,pdata 
-0x26bb 005176 store 1 ,mem_state_map 
-0x26bc 005177 jam 1 ,core_encrypt 
-0x26bd 005178 fetch 1 ,mem_state 
-0x26be 005179 isolate1 state_conn_comp ,pdata 
-0x26bf 005180 rtn 
-:      005182 stop_encryption:
-0x26c0 005183 bpatch patch0d_3 ,mem_patch0d 
-0x26c1 005184 fetch 1 ,mem_state_map 
-0x26c2 005185 set0 smap_encryption ,pdata 
-0x26c3 005186 store 1 ,mem_state_map 
-0x26c4 005187 jam 0 ,core_encrypt 
-0x26c5 005188 rtn 
-:      005191 sniff_init:
-0x26c6 005192 bpatch patch0d_4 ,mem_patch0d 
-0x26c7 005193 copy clkn_bt ,pdata 
-0x26c8 005194 store 4 ,mem_lpm_delay_after_sniff 
-0x26c9 005195 add clkn_bt ,3 ,rega 
-0x26ca 005196 branch sniff_init_master ,master 
-0x26cb 005197 add clke_bt ,3 ,rega 
-:      005198 sniff_init_master:
-0x26cc 005199 fetcht 2 ,mem_tsniff 
-0x26cd 005200 deposit rega 
-0x26ce 005201 set0 27 ,pdata 
-0x26cf 005202 idiv temp 
-0x26d0 005203 fetch 2 ,mem_dsniff 
-0x26d1 005204 call wait_div_end 
-0x26d2 005205 remainder regc 
-0x26d3 005206 isub regc ,pdata 
-0x26d4 005207 branch sniff_init_nowrap ,positive 
-0x26d5 005208 iadd temp ,pdata 
-:      005209 sniff_init_nowrap:
-0x26d6 005210 iadd rega ,pdata 
-0x26d7 005211 store 4 ,mem_sniff_anchor 
-0x26d8 005212 jam switch_flag_init ,mem_switch_flag 
-0x26d9 005213 fetch 1 ,mem_state 
-0x26da 005214 set1 state_insniff ,pdata 
-0x26db 005215 store 1 ,mem_state 
-0x26dc 005216 fetch 1 ,mem_sniff_attempt 
-0x26dd 005217 store 1 ,mem_current_sniff_attempt 
-0x26de 005218 setarg 0 
-0x26df 005219 store 3 ,mem_sniff_rcv 
-0x26e0 005220 store 3 ,mem_sniff_lost 
-0x26e1 005221 store 1 ,mem_sniff_unint_lost 
-0x26e2 005222 jam bt_evt_enter_sniff ,mem_fifo_temp 
-0x26e3 005223 call ui_ipc_send_event 
-0x26e4 005224 fetch 2 ,mem_rx_window_sniff 
-0x26e5 005225 store 2 ,mem_rx_window 
-0x26e6 005226 nrtn master 
-0x26e7 005227 add am_addr ,-1 ,queue 
-0x26e8 005228 rtn 
-:      005230 sniff_exit:
-0x26e9 005231 bpatch patch0d_5 ,mem_patch0d 
-0x26ea 005232 fetch 1 ,mem_state 
-0x26eb 005233 rtnbit0 state_insniff 
-0x26ec 005234 set0 state_insniff ,pdata 
-0x26ed 005235 store 1 ,mem_state 
-0x26ee 005236 fetch 2 ,mem_rx_window_init 
-0x26ef 005237 store 2 ,mem_rx_window 
-0x26f0 005238 disable wake 
-0x26f1 005239 jam bt_evt_exit_sniff ,mem_fifo_temp 
-0x26f2 005240 branch ui_ipc_send_event 
-:      005243 check_attempt:
-0x26f3 005244 bpatch patch0d_6 ,mem_patch0d 
-0x26f4 005245 enable attempt 
-0x26f5 005246 fetch 1 ,mem_state 
-0x26f6 005247 bbit1 state_insniff ,check_attempt_sniff 
-0x26f7 005248 rtnmark1 mark_testmode 
-0x26f8 005249 fetch 1 ,mem_arq 
-0x26f9 005250 rtnbit1 wack 
-0x26fa 005251 fetch 1 ,mem_lmp_to_send 
-0x26fb 005252 nrtn blank 
-0x26fc 005253 fetch 1 ,mem_op 
-0x26fd 005254 rtnbit1 op_txl2cap 
-:      005255 check_attempt_nomore:
-0x26fe 005256 force 0 ,pdata 
-0x26ff 005257 rtn 
-:      005259 check_attempt_sniff:
-0x2700 005260 bbit0 state_insco ,check_attempt_not_sco 
-0x2701 005261 fetch 1 ,mem_current_sniff_attempt 
-0x2702 005262 beq 2 ,check_attempt_sniff_restore_sco 
-0x2703 005263 fetch 1 ,mem_arq 
-0x2704 005264 bbit1 wack ,check_attempt_notimeout 
-0x2705 005265 bmark0 mark_esco_rxok ,check_attempt_notimeout 
-:      005266 check_attempt_sniff_restore_sco:
-0x2706 005267 nbranch check_attempt_notimeout ,master 
-0x2707 005268 fetch 1 ,mem_lmp_to_send 
-0x2708 005269 nbranch check_attempt_notimeout ,blank 
-:      005270 check_attempt_sco_master:
-0x2709 005271 fetch 1 ,mem_sco_poll 
-0x270a 005272 increase -1 ,pdata 
-0x270b 005273 store 1 ,mem_sco_poll 
-0x270c 005274 nbranch check_attempt_nomore ,blank 
-0x270d 005275 jam param_sco_poll ,mem_sco_poll 
-0x270e 005276 branch check_attempt_notimeout 
-:      005283 check_attempt_not_sco:
-0x270f 005284 fetch 1 ,mem_current_sniff_attempt 
-0x2710 005285 bne 1 ,check_attempt_notimeout 
-0x2711 005286 fetch 1 ,mem_current_sniff_timeout 
-0x2712 005287 branch check_attempt_notimeout ,blank 
-0x2713 005288 increase -1 ,pdata 
-0x2714 005289 store 1 ,mem_current_sniff_timeout 
-0x2715 005290 fetch 1 ,mem_arq 
-0x2716 005291 rtnbit1 wack 
-0x2717 005292 nrtn match 
-:      005293 check_attempt_notimeout:
-0x2718 005294 fetch 1 ,mem_current_sniff_attempt 
-0x2719 005295 increase -1 ,pdata 
-0x271a 005296 store 1 ,mem_current_sniff_attempt 
-0x271b 005297 rtn 
-:      005308 sniff_check_window:
-0x271c 005309 bpatch patch0d_7 ,mem_patch0d 
-0x271d 005310 disable swfine 
-0x271e 005311 copy temp ,stop_watch 
-0x271f 005312 call context_search_sniff_window 
-0x2720 005313 disable user 
-0x2721 005314 nrtn zero 
-0x2722 005315 force 0 ,stop_watch 
-0x2723 005316 enable user 
-0x2724 005317 rtn 
-:      005320 check_esco_amaddr:
-0x2725 005321 fetch 1 ,mem_esco_addr 
-0x2726 005322 icompare 0xff ,am_addr 
-0x2727 005323 rtn 
-:      005326 parse_l2cap:
-0x2728 005327 bpatch patch0e_0 ,mem_patch0e 
-0x2729 005328 set0 mark_rxbuf_inuse ,mark 
-:      005329 parse_l2cap_cont:
-0x272a 005330 jam l2cap_rx_clear ,mem_l2cap_rx_done 
-0x272b 005331 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x272c 005332 rtn blank 
-0x272d 005333 isolate1 l2cap_inuse_buff1 ,pdata 
-0x272e 005334 arg mem_l2cap_rxbuff1 ,contr 
-0x272f 005335 call process_rx_l2cap_pkt ,true 
-0x2730 005336 bpatch patch0e_1 ,mem_patch0e 
-0x2731 005337 fetch 1 ,mem_l2cap_rx_done 
-0x2732 005338 beq l2cap_rx_done ,parse_l2cap_release_buff1 
-0x2733 005340 jam l2cap_rx_clear ,mem_l2cap_rx_done 
-0x2734 005341 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2735 005342 rtnbit0 l2cap_inuse_buff2 
-0x2736 005343 arg mem_l2cap_rxbuff2 ,contr 
-0x2737 005344 call process_rx_l2cap_pkt 
-0x2738 005345 fetch 1 ,mem_l2cap_rx_done 
-0x2739 005346 beq l2cap_rx_done ,parse_l2cap_release_buff2 
-0x273a 005347 rtn 
-:      005349 parse_l2cap_release_buff1:
-0x273b 005350 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x273c 005351 set0 l2cap_inuse_buff1 ,pdata 
-0x273d 005352 store 1 ,mem_l2cap_rxbuff_inuse 
-0x273e 005353 setarg 0 
-0x273f 005354 store 2 ,mem_l2cap_rxbuff1_len 
-0x2740 005355 rtn 
-:      005356 parse_l2cap_release_buff2:
-0x2741 005357 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2742 005358 set0 l2cap_inuse_buff2 ,pdata 
-0x2743 005359 store 1 ,mem_l2cap_rxbuff_inuse 
-0x2744 005360 setarg 0 
-0x2745 005361 store 2 ,mem_l2cap_rxbuff2_len 
-0x2746 005362 rtn 
-:      005364 l2cap_buff1_inuse:
-0x2747 005365 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x2748 005366 set1 l2cap_inuse_buff1 ,pdata 
-0x2749 005367 store 1 ,mem_l2cap_rxbuff_inuse 
-0x274a 005368 rtn 
-:      005370 l2cap_buff2_inuse:
-0x274b 005371 fetch 1 ,mem_l2cap_rxbuff_inuse 
-0x274c 005372 set1 l2cap_inuse_buff2 ,pdata 
-0x274d 005373 store 1 ,mem_l2cap_rxbuff_inuse 
-0x274e 005374 rtn 
-:      005380 slave_send_access:
-0x274f 005381 bpatch patch0e_2 ,mem_patch0e 
-0x2750 005382 add clke_bt ,1 ,bt_clk 
-0x2751 005383 call fetch_extm_bt_adr 
-0x2752 005384 force 0x03 ,freq_mode 
-0x2753 005385 call tx_radio_freq 
-0x2754 005386 call start_transmitter 
-0x2755 005387 call start_tx_external 
-0x2756 005388 branch send_access_word 
-:      005391 slave_conn_send_packet:
-0x2757 005392 bpatch patch0e_3 ,mem_patch0e 
-0x2758 005393 call rf_setup_time_slave_slot 
-0x2759 005394 deposit clke_bt 
-0x275a 005395 fetcht 4 ,mem_next_btclk 
-0x275b 005396 isub temp ,pdata 
-0x275c 005397 rtnne 1 
-0x275d 005398 compare type_null ,type ,0x1f 
-0x275e 005399 nbranch slave_conn_send_access ,true 
-0x275f 005400 fetch 1 ,mem_rx_type 
-0x2760 005401 rtn blank 
-:      005402 slave_conn_send_access:
-0x2761 005403 call slave_send_access 
-:      005404 transmit_packet:
-0x2762 005405 compare type_id ,type ,0x1f 
-0x2763 005406 branch end_of_packet ,true 
-0x2764 005407 rshift bt_clk ,temp 
-0x2765 005408 or temp ,0x40 ,white_init 
-:      005409 transmit_packet_whitened:
-0x2766 005410 bpatch patch0e_4 ,mem_patch0e 
-0x2767 005411 enable enable_white 
-0x2768 005412 enable enable_hec 
-0x2769 005413 enable encode_fec1 
-0x276a 005414 set0 mark_longpacket ,mark 
-0x276b 005415 deposit am_addr 
-0x276c 005416 inject mod ,3 
-0x276d 005417 deposit type 
-0x276e 005418 inject mod ,4 
-0x276f 005419 fetch 1 ,mem_arq 
-0x2770 005420 inject bucket ,4 
-0x2771 005421 inject mod ,3 
-0x2772 005422 enable enable_parity 
-0x2773 005423 inject mod ,8 
-0x2774 005424 disable encode_fec1 
-0x2775 005425 disable enable_parity 
-0x2776 005426 disable enable_hec 
-0x2777 005427 set0 psk3m ,radio_ctrl 
-0x2778 005428 arg 0 ,temp 
-0x2779 005429 call reserve_slot 
-0x277a 005430 bpatch patch0e_5 ,mem_patch0e 
-0x277b 005431 and type ,0x1f ,pdata 
-0x277c 005432 beq type_lmp ,transmit_lmp 
-0x277d 005433 beq type_null ,end_of_packet 
-0x277e 005434 beq type_poll ,end_of_packet 
-0x277f 005435 beq type_fhs ,transmit_fhs 
-0x2780 005436 beq type_dm1 ,transmit_dm1 
-0x2781 005437 beq type_dh1 ,transmit_dh1 
-0x2782 005438 beq type_hv3 ,transmit_hev 
-0x2783 005439 beq type_3dh1 ,transmit_3dh1 
-0x2784 005440 arg 4 ,temp 
-0x2785 005441 call reserve_slot 
-0x2786 005442 beq type_dm3 ,transmit_dm3 
-0x2787 005443 beq type_dh3 ,transmit_dh3 
-0x2788 005444 arg 8 ,temp 
-0x2789 005445 call reserve_slot 
-0x278a 005446 beq type_dh5 ,transmit_dh5 
-0x278b 005447 branch transmit_dm5 
-:      005450 transmit_hev:
-0x278c 005451 bpatch patch0e_6 ,mem_patch0e 
-0x278d 005452 enable encode_fec0 
-0x278e 005453 enable enable_crc 
-0x278f 005454 enable encrypt 
-0x2790 005455 force 30 ,loopcnt 
-0x2791 005456 arg mem_sco_obuf ,contr 
-:      005457 transmit_ev_loop:
-0x2792 005458 ifetch 1 ,contr 
-0x2793 005459 inject mod ,8 
-0x2794 005460 loop transmit_ev_loop 
-0x2795 005461 bmark1 mark_esco ,transmit_end 
-0x2796 005462 branch end_of_packet 
-:      005464 transmit_fhs:
-0x2797 005465 bpatch patch0e_7 ,mem_patch0e 
-0x2798 005466 fetch 1 ,mem_fhs_am_addr 
-0x2799 005467 icopy am_addr 
-0x279a 005468 fetch 1 ,mem_fhs_misc 
-0x279b 005469 icopy fhs_misc 
-0x279c 005470 fetch 3 ,mem_class 
-0x279d 005471 icopy fhs_class 
-0x279e 005472 fetch 2 ,mem_nap 
-0x279f 005473 icopy nap 
-0x27a0 005474 enable enable_crc 
-0x27a1 005475 enable encode_fec2 
-0x27a2 005476 copy bt_adr ,rega 
-0x27a3 005477 call fetch_self_bt_adr 
-0x27a4 005478 pulse recalc 
-0x27a5 005479 nop 32 
-0x27a6 005480 copy bt_clk ,timeup 
-0x27a7 005481 fetch 4 ,mem_clkn_bt 
-0x27a8 005482 icopy bt_clk 
-0x27a9 005483 preload fhs0 
-0x27aa 005484 set1 58 ,pdata 
-0x27ab 005485 inject mod ,72 
-0x27ac 005486 preload fhs1 
-0x27ad 005487 inject mod ,72 
-0x27ae 005488 copy timeup ,bt_clk 
-0x27af 005489 copy rega ,bt_adr 
-0x27b0 005490 enable enable_parity 
-0x27b1 005491 inject mod ,16 
-0x27b2 005492 disable enable_parity 
-0x27b3 005493 branch end_of_packet 
-:      005495 transmit_lmp:
-0x27b4 005496 bpatch patch0f_0 ,mem_patch0f 
-0x27b5 005497 enable encrypt 
-0x27b6 005498 enable enable_crc 
-0x27b7 005499 enable encode_fec2 
-0x27b8 005500 fetch 1 ,mem_lmo_header_length 
-0x27b9 005501 and pdata ,0x1f8 ,temp 
-0x27ba 005502 arg mem_lmo_header_length ,contr 
-0x27bb 005503 increase 8 ,temp 
-:      005504 transmit_lmp_loop:
-0x27bc 005505 add temp ,-72 ,regc 
-0x27bd 005506 nbranch transmit_lmp_finish ,positive 
-0x27be 005507 ifetch 9 ,contr 
-0x27bf 005508 inject mod ,72 
-0x27c0 005509 copy regc ,temp 
-0x27c1 005510 branch transmit_lmp_loop 
-:      005511 transmit_lmp_finish:
-0x27c2 005512 ifetch 9 ,contr 
-0x27c3 005513 iinject mod ,temp 
-0x27c4 005514 branch transmit_end 
-:      005516 transmit_dm1:
-0x27c5 005517 enable encode_fec2 
-0x27c6 005518 branch transmit_dmh 
-:      005519 transmit_dm3:
-:      005520 transmit_dm5:
-0x27c7 005521 enable encode_fec2 
-0x27c8 005522 set1 mark_longpacket ,mark 
-0x27c9 005523 branch transmit_dmh 
-:      005525 transmit_3dh1:
-0x27ca 005526 set1 psk3m ,radio_ctrl 
-:      005527 transmit_dh1:
-0x27cb 005528 enable encode_fec0 
-0x27cc 005529 branch transmit_dmh 
-:      005531 transmit_dh3:
-:      005532 transmit_dh5:
-0x27cd 005533 set1 psk3m ,radio_ctrl 
-0x27ce 005534 enable encode_fec0 
-0x27cf 005535 set1 mark_longpacket ,mark 
-:      005537 transmit_dmh:
-0x27d0 005538 bpatch patch0f_1 ,mem_patch0f 
-0x27d1 005539 fetch 1 ,mem_state_map 
-0x27d2 005540 bbit0 smap_edr ,transmit_noedr 
-0x27d3 005541 sub type ,3 ,null 
-0x27d4 005542 branch transmit_noedr ,positive 
-0x27d5 005543 disable encrypt 
-0x27d6 005544 disable encode_fec2 
-0x27d7 005545 enable encode_fec0 
-0x27d8 005546 disable enable_white 
-0x27d9 005547 set1 psk ,radio_ctrl 
-0x27da 005548 isolate1 psk3m ,radio_ctrl 
-0x27db 005549 branch transmit_edr3m ,true 
-0x27dc 005550 setarg 0xabeee 
-0x27dd 005551 inject mod ,20 
-0x27de 005552 branch transmit_edr_sync_end 
-:      005553 transmit_edr3m:
-0x27df 005554 setarg 0x5faeba 
-0x27e0 005555 inject mod ,24 
-0x27e1 005556 setarg 0x12 
-0x27e2 005557 inject mod ,6 
-:      005558 transmit_edr_sync_end:
-0x27e3 005559 enable enable_white 
-0x27e4 005560 set1 mark_longpacket ,mark 
-:      005561 transmit_noedr:
-0x27e5 005562 enable encrypt 
-0x27e6 005563 enable enable_crc 
-0x27e7 005564 bmark1 mark_loopback ,transmit_loopback 
-0x27e8 005565 fetch 1 ,mem_tx_lch 
-0x27e9 005566 inject mod ,3 
-0x27ea 005567 fetch 2 ,mem_tx_len 
-0x27eb 005568 iforce loopcnt 
-0x27ec 005569 bmark1 mark_longpacket ,transmit_long 
-0x27ed 005570 inject mod ,5 
-0x27ee 005571 branch transmit_stuff 
-:      005572 transmit_long:
-0x27ef 005573 inject mod ,13 
-:      005574 transmit_stuff:
-0x27f0 005575 deposit loopcnt 
-0x27f1 005576 branch transmit_end ,blank 
-0x27f2 005577 fetch 2 ,mem_txptr 
-0x27f3 005578 iforce contr 
-:      005579 transmit_stuff_loop:
-0x27f4 005580 ifetch 1 ,contr 
-0x27f5 005581 inject mod ,8 
-0x27f6 005582 loop transmit_stuff_loop 
-:      005585 transmit_end:
-0x27f7 005586 enable enable_parity 
-0x27f8 005587 inject mod ,16 
-0x27f9 005588 disable enable_parity 
-0x27fa 005589 call set_wait_ack 
-0x27fb 005590 fetch 1 ,mem_state_map 
-0x27fc 005591 bbit0 smap_edr ,end_of_packet 
-0x27fd 005592 force 0 ,pdata 
-0x27fe 005593 inject mod ,6 
-0x27ff 005594 branch end_of_packet 
-:      005597 transmit_loopback:
-0x2800 005598 bpatch patch0f_2 ,mem_patch0f 
-0x2801 005599 bmark1 mark_longpacket ,transmit_loopback_long 
-:      005600 transmit_loopback_short:
-0x2802 005601 fetch 1 ,mem_lch_code 
-0x2803 005602 inject mod ,3 
-0x2804 005603 fetch 1 ,mem_len 
-0x2805 005604 iforce regc 
-0x2806 005605 inject mod ,5 
-0x2807 005606 branch transmit_loopback_cont 
-:      005607 transmit_loopback_long:
-0x2808 005608 fetch 1 ,mem_lch_code 
-0x2809 005609 inject mod ,3 
-0x280a 005610 fetch 2 ,mem_len 
-0x280b 005611 iforce regc 
-0x280c 005612 inject mod ,13 
-:      005613 transmit_loopback_cont:
-0x280d 005614 arg mem_rxbuf ,contr 
-:      005615 transmit_loopback_loop:
-0x280e 005616 copy regc ,null 
-0x280f 005617 branch transmit_loopback_end ,zero 
-0x2810 005618 ifetch 1 ,contr 
-0x2811 005619 inject mod ,8 
-0x2812 005620 increase -1 ,regc 
-0x2813 005621 branch transmit_loopback_loop 
-:      005622 transmit_loopback_end:
-0x2814 005623 fetch 2 ,mem_tst_pktcnt_dmh 
-0x2815 005624 increase 1 ,pdata 
-0x2816 005625 store 2 ,mem_tst_pktcnt_dmh 
-0x2817 005626 branch transmit_end 
-:      005629 apply_switch_clke:
-0x2818 005630 fetch 4 ,mem_clke_bt 
-0x2819 005631 add pdata ,7 ,rega 
-0x281a 005632 fetch 2 ,mem_slot_offset 
-0x281b 005633 nbranch apply_switch_nozero ,blank 
-0x281c 005634 increase -3 ,rega 
-0x281d 005635 branch apply_switch_wait_loop 
-:      005636 apply_switch_nozero:
-0x281e 005637 mul32 pdata ,12 ,pdata 
-0x281f 005638 hfetcht 2 ,core_halfslot 
-0x2820 005639 increase 1 ,temp 
-:      005640 apply_switch_loop:
-0x2821 005641 isub temp ,pdata 
-0x2822 005642 nbranch apply_switch_bt ,positive 
-0x2823 005643 increase -1 ,rega 
-0x2824 005644 branch apply_switch_loop 
-:      005645 apply_switch_bt:
-0x2825 005646 sub pdata ,0 ,pdata 
-:      005647 apply_switch_wait_loop:
-0x2826 005648 until null ,oneslot 
-0x2827 005649 compare 0 ,clkn_bt ,3 
-0x2828 005650 nbranch apply_switch_wait_loop ,true 
-0x2829 005651 iforce clke_rt 
-0x282a 005652 copy rega ,clke_bt 
-0x282b 005653 iforce clke_rt 
-0x282c 005654 rtn 
-:      005657 calc_slot_offset:
-0x282d 005658 bpatch patch0f_3 ,mem_patch0f 
-0x282e 005659 until null ,halfslot 
-0x282f 005660 deposit clke 
-0x2830 005661 iforce contr 
-0x2831 005662 rshift16 ,pdata ,pdata 
-0x2832 005663 isub clkn_bt ,loopcnt 
-0x2833 005664 and_into 3 ,loopcnt 
-0x2834 005665 nbranch calc_bt_portion ,zero 
-0x2835 005666 force 0 ,pdata 
-0x2836 005667 branch calc_skip_bt 
-:      005668 calc_bt_portion:
-0x2837 005669 arg 3750 ,temp 
-0x2838 005670 force 0 ,pdata 
-:      005671 calc_slot_offset_loop:
-0x2839 005672 iadd temp ,pdata 
-0x283a 005673 loop calc_slot_offset_loop 
-:      005674 calc_skip_bt:
-0x283b 005675 iadd contr ,pdata 
-0x283c 005676 div pdata ,12 
-0x283d 005677 call wait_div_end 
-0x283e 005678 quotient pdata 
-0x283f 005679 store 2 ,mem_slot_offset 
-0x2840 005680 rtn 
-:      005682 calc_clke_offset:
-0x2841 005683 bpatch patch0f_4 ,mem_patch0f 
-0x2842 005684 deposit clke 
-0x2843 005685 copy clkn ,temp 
-0x2844 005686 isub temp ,null 
-0x2845 005687 nsetflag positive ,44 ,pdata 
-0x2846 005688 isub temp ,temp 
-0x2847 005689 setarg 3750 
-0x2848 005690 isolate0 15 ,temp 
-0x2849 005691 branch calc_clke_pos ,true 
-0x284a 005692 setarg -61786 
-0x284b 005693 iadd temp ,temp 
-:      005694 calc_clke_pos:
-0x284c 005695 storet 6 ,mem_le_clk_offset 
-0x284d 005696 rtn le 
-0x284e 005697 storet 6 ,mem_clk_offset 
-0x284f 005698 rtn 
-:      005700 calc_clke:
-0x2850 005701 disable clknt 
-0x2851 005702 fetch 6 ,mem_le_clk_offset 
-0x2852 005703 branch calc_clke2 ,le 
-0x2853 005704 fetch 6 ,mem_clk_offset 
-:      005705 calc_clke2:
-0x2854 005706 iadd clkn ,alarm 
-0x2855 005707 increase 10 ,alarm 
-0x2856 005708 setarg 3750 
-0x2857 005709 isub alarm ,pdata 
-0x2858 005710 isolate0 15 ,pdata 
-0x2859 005711 branch calc_clke_pos_adj ,true 
-0x285a 005712 setarg 0xf15a 
-0x285b 005713 iadd alarm ,alarm 
-:      005714 calc_clke_pos2:
-0x285c 005715 copy alarm ,clke 
-0x285d 005716 rtn 
-:      005717 calc_clke_pos_adj:
-0x285e 005718 force 0 ,null 
-0x285f 005719 branch calc_clke_pos2 
-:      005726 calc_radio_freq:
-0x2860 005727 bpatch patch0f_5 ,mem_patch0f 
-0x2861 005728 call set_sync_on 
-0x2862 005729 copy bt_clk ,pdata 
-0x2863 005730 and_into 0x180 ,pdata 
-0x2864 005731 compare 3 ,freq_mode ,0x07 
-0x2865 005732 nbranch freq_not_connection ,true 
-0x2866 005733 rshift3 pdata ,pdata 
-0x2867 005734 iadd freq_index ,pdata 
-0x2868 005735 branch do_hop_mod_now 
-:      005736 freq_not_connection:
-0x2869 005737 copy freq_index ,pdata 
-:      005738 do_hop_mod_now:
-0x286a 005739 div pdata ,79 
-0x286b 005740 pulse recalc 
-0x286c 005741 call wait_div_end 
-0x286d 005742 remainder rega 
-0x286e 005743 add rega ,-40 ,temp 
-0x286f 005744 branch odd_half ,positive 
-0x2870 005745 lshift rega ,temp 
-0x2871 005746 branch freq_result 
-:      005747 odd_half:
-0x2872 005748 lshift temp ,temp 
-0x2873 005749 increase 1 ,temp 
-:      005750 freq_result:
-0x2874 005751 bpatch patch0f_6 ,mem_patch0f 
-0x2875 005752 fetch 1 ,mem_mode 
-0x2876 005753 bbit0 afh_change ,afh_process_con 
-:      005754 afh_process_0:
-0x2877 005755 fetch 4 ,mem_afh_instant 
-0x2878 005756 isub bt_clk ,null 
-0x2879 005757 branch afh_process_con ,positive 
-0x287a 005758 call afh_clear 
-0x287b 005759 fetch 1 ,mem_afh_new_mod 
-0x287c 005760 rtn blank 
-0x287d 005761 fetch 1 ,mem_mode 
-0x287e 005762 set1 afh_enable ,pdata 
-0x287f 005763 store 1 ,mem_mode 
-0x2880 005764 fetch 5 ,mem_afh_map_new 
-0x2881 005765 store 5 ,mem_afh_map_lo 
-0x2882 005766 ifetch 5 ,contr 
-0x2883 005767 store 5 ,mem_afh_map_hi 
-0x2884 005768 call afh_process_freq_map 
-:      005769 afh_process_con:
-0x2885 005770 fetch 1 ,mem_mode 
-0x2886 005771 rtnbit0 afh_enable 
-0x2887 005772 isolate1 1 ,bt_clk 
-0x2888 005773 branch afh_same_channel ,true 
-0x2889 005774 rshift3 temp ,rega 
-0x288a 005775 and temp ,7 ,queue 
-0x288b 005776 setarg mem_afh_map_lo 
-0x288c 005777 iadd rega ,rega 
-0x288d 005778 ifetch 1 ,rega 
-0x288e 005779 qisolate0 pdata 
-0x288f 005780 branch afh_process_1 ,true 
-0x2890 005781 deposit temp 
-0x2891 005782 branch afh_process_end 
-:      005783 afh_process_1:
-0x2892 005784 fetch 1 ,mem_afh_used 
-0x2893 005785 iforce regb 
-0x2894 005786 deposit bt_clk 
-0x2895 005787 and_into 0x180 ,pdata 
-0x2896 005788 rshift3 pdata ,pdata 
-0x2897 005789 iadd freq_index ,pdata 
-0x2898 005790 idiv regb 
-0x2899 005791 setarg mem_afh_map 
-0x289a 005792 call wait_div_end 
-0x289b 005793 remainder rega 
-0x289c 005794 iadd rega ,contr 
-0x289d 005795 ifetch 1 ,contr 
-:      005796 afh_process_end:
-0x289e 005797 store 1 ,mem_afh_index 
-0x289f 005798 iforce temp 
-0x28a0 005799 rtn 
-:      005801 afh_same_channel:
-0x28a1 005802 fetch 1 ,mem_afh_index 
-0x28a2 005803 iforce temp 
-0x28a3 005804 rtn 
-:      005806 afh_clear:
-0x28a4 005807 fetch 1 ,mem_mode 
-0x28a5 005808 set0 afh_enable ,pdata 
-0x28a6 005809 set0 afh_change ,pdata 
-0x28a7 005810 store 1 ,mem_mode 
-0x28a8 005811 rtn 
-:      005817 afh_process_freq_map:
-0x28a9 005818 bpatch patch0f_7 ,mem_patch0f 
-0x28aa 005819 arg mem_afh_map ,contw 
-0x28ab 005820 force 10 ,loopcnt 
-0x28ac 005821 call memset0 
-0x28ad 005822 arg mem_afh_map ,contw 
-0x28ae 005823 force 0 ,regc 
-0x28af 005824 force 2 ,queue 
-:      005825 process_freq_3:
-0x28b0 005826 fetch 5 ,mem_afh_map_lo 
-0x28b1 005827 iforce temp 
-0x28b2 005828 compare 2 ,queue ,0xff 
-0x28b3 005829 branch process_freq_1 ,true 
-0x28b4 005830 rshift temp ,temp 
-:      005831 process_freq_1:
-0x28b5 005832 isolate0 0 ,temp 
-0x28b6 005833 branch process_freq_0 ,true 
-0x28b7 005834 deposit regc 
-0x28b8 005835 istore 1 ,contw 
-:      005836 process_freq_0:
-0x28b9 005837 rshift2 temp ,temp 
-0x28ba 005838 increase 2 ,regc 
-0x28bb 005839 compare 40 ,regc ,0xfe 
-0x28bc 005840 nbranch process_freq_2 ,true 
-0x28bd 005841 fetch 5 ,mem_afh_map_hi 
-0x28be 005842 iforce temp 
-0x28bf 005843 compare 2 ,queue ,0xff 
-0x28c0 005844 branch process_freq_2 ,true 
-0x28c1 005845 rshift temp ,temp 
-:      005846 process_freq_2:
-0x28c2 005847 sub regc ,78 ,null 
-0x28c3 005848 branch process_freq_1 ,positive 
-0x28c4 005849 force 1 ,regc 
-0x28c5 005850 increase -1 ,queue 
-0x28c6 005851 nbranch process_freq_3 ,zero 
-0x28c7 005852 arg mem_afh_map ,rega 
-0x28c8 005853 deposit contw 
-0x28c9 005854 isub rega ,pdata 
-0x28ca 005855 store 1 ,mem_afh_used 
-0x28cb 005856 rtn 
-:      005858 rx_radio_freq:
-0x28cc 005859 bpatch patch10_0 ,mem_patch10 
-0x28cd 005860 call calc_radio_freq 
-0x28ce 005861 fetch 1 ,mem_debug_config 
-0x28cf 005862 bbit0 debug_rx_fixed_freq ,rx_radio_freq_now 
-0x28d0 005863 fetcht 1 ,mem_rx_fixed_freq 
-:      005864 rx_radio_freq_now:
-0x28d1 005865 branch set_freq_rx 
-:      005868 tx_radio_freq:
-0x28d2 005869 bpatch patch10_1 ,mem_patch10 
-0x28d3 005870 call calc_radio_freq 
-0x28d4 005871 fetch 1 ,mem_debug_config 
-0x28d5 005872 bbit0 debug_tx_fixed_freq ,tx_radio_freq_now 
-0x28d6 005873 fetcht 1 ,mem_tx_fixed_freq 
-:      005874 tx_radio_freq_now:
-0x28d7 005875 branch set_freq_tx 
-:      005878 fetch_giac:
-0x28d8 005879 force 0 ,uap 
-0x28d9 005880 fetch 3 ,mem_glap 
-0x28da 005881 iforce lap 
-0x28db 005882 rtn 
-:      005884 fetch_page_bt_adr:
-0x28dc 005885 bpatch patch10_2 ,mem_patch10 
-0x28dd 005886 fetch 1 ,mem_hci_puap 
-0x28de 005887 icopy uap 
-0x28df 005888 fetch 3 ,mem_hci_plap 
-0x28e0 005889 icopy lap 
-0x28e1 005890 rtn 
-:      005892 fetch_self_bt_adr:
-0x28e2 005893 bpatch patch10_3 ,mem_patch10 
-0x28e3 005894 fetch 2 ,mem_nap 
-0x28e4 005895 icopy nap 
-0x28e5 005896 fetch 1 ,mem_uap 
-0x28e6 005897 icopy uap 
-0x28e7 005898 fetch 3 ,mem_lap 
-0x28e8 005899 icopy lap 
-0x28e9 005900 rtn 
-:      005902 fetch_extm_bt_adr:
-0x28ea 005903 bpatch patch10_4 ,mem_patch10 
-0x28eb 005904 fetch 2 ,mem_pnap 
-0x28ec 005905 icopy nap 
-0x28ed 005906 fetch 1 ,mem_puap 
-0x28ee 005907 icopy uap 
-0x28ef 005908 fetch 3 ,mem_plap 
-0x28f0 005909 icopy lap 
-0x28f1 005910 rtn 
-:      005913 fetch_diac:
-0x28f2 005914 bmark1 mark_all_diac ,fetch_diac_do 
-0x28f3 005915 rtnmark0 mark_inquiry_state 
-0x28f4 005916 rtnmark0 mark_periodical_diac 
-:      005917 fetch_diac_do:
-0x28f5 005918 and_into -256 ,lap 
-0x28f6 005919 pulse recalc 
-0x28f7 005920 nop 32 
-0x28f8 005921 rtn 
-:      005924 shutdown_radio:
-0x28f9 005925 bpatch patch10_5 ,mem_patch10 
-0x28fa 005926 branch shutdown_radio0 ,is_rx 
-0x28fb 005927 jam 0xd4 ,rf_tx_pa_ib 
-0x28fc 005928 nop 4 
-0x28fd 005929 jam 0xd2 ,rf_tx_pa_ib 
-0x28fe 005930 nop 4 
-0x28ff 005931 jam 0xd1 ,rf_tx_pa_ib 
-0x2900 005932 nop 4 
-0x2901 005933 fetch 1 ,mem_tx_power 
-0x2902 005934 beq tx_power_0db ,shutdown_radio_0db 
-0x2903 005935 beq tx_power_3db ,shutdown_radio_3db 
-0x2904 005936 beq tx_power_5db ,shutdown_radio_5db 
-0x2905 005937 beq tx_power_f3db ,shutdown_radio_f3db 
-0x2906 005938 beq tx_power_f5db ,shutdown_radio_f5db 
-0x2907 005939 beq tx_power_pair ,shutdown_radio_pair 
-:      005940 shutdown_radio_5db:
-:      005941 shutdown_radio_0db:
-0x2908 005942 jam 0xd0 ,rf_tx_pa_ib 
-0x2909 005943 jam 0xe0 ,rf_tx_pa_gc 
-:      005944 shutdown_radio0:
-0x290a 005945 force 0 ,radio_ctrl 
-0x290b 005946 disable is_rx 
-0x290c 005947 disable is_tx 
-0x290d 005948 pulse packet_end 
-0x290e 005949 jam 0x0 ,rfen_mdm 
-0x290f 005950 jam 0x0 ,rfen_tx 
-0x2910 005951 jam 0x0 ,rfen_rx 
-0x2911 005952 jam 0 ,rfen_sn 
-0x2912 005953 jam 0x70 ,rfen_msc 
-0x2913 005954 jam 0x0 ,rfen_adc 
-0x2914 005955 rtn 
-:      005957 shutdown_radio_pair:
-:      005958 shutdown_radio_f5db:
-:      005959 shutdown_radio_f3db:
-:      005960 shutdown_radio_3db:
-0x2915 005961 jam 0xd0 ,rf_tx_pa_ib 
-0x2916 005962 jam 0xc0 ,rf_tx_pa_gc 
-0x2917 005963 branch shutdown_radio0 
-:      005965 set_sync_on:
-0x2918 005966 bpatch patch10_6 ,mem_patch10 
-0x2919 005967 jam 0x0 ,rfen_mdm 
-0x291a 005968 jam 0x0 ,rfen_tx 
-0x291b 005969 jam 0x18 ,rfen_rx 
-0x291c 005970 jam 0xa7 ,rfen_sn 
-0x291d 005971 jam 0x7f ,rfen_msc 
-0x291e 005972 rtn 
-:      005974 set_freq_rx:
-0x291f 005975 bpatch patch10_7 ,mem_patch10 
-0x2920 005977 storet 1 ,mem_last_freq 
-0x2921 005978 add temp ,rx_freq_offset ,rega 
-0x2922 005979 jam 0x07 ,rf_balun_ctrim 
-0x2923 005980 branch rf_write_freq 
-:      005981 rf_rx_enable:
-0x2924 005982 bpatch patch11_0 ,mem_patch11 
-0x2925 005983 jam 0xcf ,rfen_tx 
-0x2926 005984 nop 10 
-0x2927 005985 jam 0xff ,rfen_rx 
-0x2928 005986 jam 0xaf ,rfen_sn 
-0x2929 005987 jam 0xff ,rfen_msc 
-0x292a 005988 nop 10 
-0x292b 005989 jam 0xa0 ,rfen_mdm 
-0x292c 005990 rtn 
-:      005992 set_freq_tx_offset:
-0x292d 005993 fetch 1 ,mem_250k_freq_enable 
-0x292e 005994 branch set_freq_tx_2m_offset ,blank 
-:      005995 set_freq_tx_0m_offset:
-0x292f 005996 add temp ,2 ,rega 
-0x2930 005997 rtn 
-:      005998 set_freq_tx_2m_offset:
-0x2931 005999 add temp ,0 ,rega 
-0x2932 006000 rtn 
-:      006002 set_freq_tx:
-0x2933 006003 bpatch patch11_1 ,mem_patch11 
-0x2934 006004 storet 1 ,mem_last_freq 
-0x2935 006005 call set_freq_tx_offset 
-0x2936 006006 call rf_write_freq 
-0x2937 006007 setarg param_pll_setup 
-0x2938 006008 call sleep 
-:      006009 txon:
-0x2939 006010 jam 0x1 ,rfen_adc 
-0x293a 006011 jam 0x3c ,rfen_rx 
-0x293b 006012 jam 0xe0 ,rfen_tx 
-0x293c 006013 jam 0x12 ,rf_balun_ctrim 
-0x293d 006014 nop 10 
-0x293e 006015 jam 0x01 ,rfen_mdm 
-0x293f 006016 jam 0x3d ,rfen_mdm 
-0x2940 006017 nop 10 
-0x2941 006018 jam 0xb7 ,rfen_sn 
-0x2942 006019 nop 10 
-0x2943 006020 jam 0x7f ,rfen_mdm 
-:      006021 txon_power_select:
-0x2944 006022 fetch 1 ,mem_tx_power 
-0x2945 006023 beq tx_power_0db ,set_tx_power_0db 
-0x2946 006024 beq tx_power_3db ,set_tx_power_3db 
-0x2947 006025 beq tx_power_5db ,set_tx_power_5db 
-0x2948 006026 beq tx_power_f3db ,set_tx_power_f3db 
-0x2949 006027 beq tx_power_f5db ,set_tx_power_f5db 
-0x294a 006028 beq tx_power_pair ,set_tx_power_pair 
-:      006029 set_tx_power_0db:
-0x294b 006030 jam 0xf0 ,rf_tx_pa_gc 
-0x294c 006031 call txon_common 
-0x294d 006032 jam 0xd8 ,rf_tx_pa_ib 
-0x294e 006033 rtn 
-:      006035 set_tx_power_3db:
-0x294f 006036 jam 0xdf ,rf_tx_pa_gc 
-0x2950 006037 call txon_common 
-0x2951 006038 jam 0xdf ,rf_tx_pa_ib 
-0x2952 006039 rtn 
-:      006041 set_tx_power_5db:
-0x2953 006042 jam 0xff ,rf_tx_pa_gc 
-0x2954 006043 call txon_common 
-0x2955 006044 jam 0xdf ,rf_tx_pa_ib 
-0x2956 006045 rtn 
-:      006046 set_tx_power_f3db:
-0x2957 006047 jam 0xce ,rf_tx_pa_gc 
-0x2958 006048 call txon_common 
-0x2959 006049 jam 0xd8 ,rf_tx_pa_ib 
-0x295a 006050 rtn 
-:      006052 set_tx_power_f5db:
-0x295b 006053 jam 0xcb ,rf_tx_pa_gc 
-0x295c 006054 call txon_common 
-0x295d 006055 jam 0xd8 ,rf_tx_pa_ib 
-0x295e 006056 rtn 
-:      006058 set_tx_power_pair:
-0x295f 006059 jam 0xd0 ,rf_tx_pa_ib 
-0x2960 006060 jam 0xc0 ,rf_tx_pa_gc 
-0x2961 006061 jam 0x4c ,0x8957 
-0x2962 006062 jam 0x6c ,0x8958 
-0x2963 006063 jam 0x50 ,0x8959 
-0x2964 006064 rtn 
-:      006066 txon_common:
-0x2965 006067 nop 4 
-0x2966 006068 jam 0xd1 ,rf_tx_pa_ib 
-0x2967 006069 nop 4 
-0x2968 006070 jam 0xd2 ,rf_tx_pa_ib 
-0x2969 006071 nop 4 
-0x296a 006072 jam 0xd4 ,rf_tx_pa_ib 
-0x296b 006073 rtn 
-:      006076 initialize_radio:
-0x296c 006077 jam clksel_rc ,core_clksel 
-:      006078 initialize_radio_wait:
-0x296d 006079 fetch 2 ,mem_rf_init_ptr 
-0x296e 006080 bbit0 14 ,initialize_radio_wait 
-0x296f 006081 iforce contr 
-0x2970 006082 arg 0x8900 ,temp 
-:      006083 initialize_radio_loop:
-0x2971 006084 ifetch 1 ,contr 
-0x2972 006085 beq 0xff ,initialize_radio_cont 
-0x2973 006086 ior temp ,contw 
-0x2974 006087 ifetch 1 ,contr 
-0x2975 006088 istore 1 ,contw 
-0x2976 006089 branch initialize_radio_loop 
-:      006090 initialize_radio_cont:
-0x2977 006091 bpatch patch11_2 ,mem_patch11 
-0x2978 006092 call lpm_cal_xtal_startup 
-0x2979 006093 call switchto_dpllclk 
-0x297a 006095 setarg param_dpll_start_delay 
-0x297b 006096 iadd clkn_bt ,pdata 
-0x297c 006097 store 4 ,mem_dpll_clkn 
-0x297d 006098 set1 reset ,radio_ctrl 
-0x297e 006099 force 0 ,radio_ctrl 
-0x297f 006100 ncall do_rccal ,wake 
-0x2980 006101 branch set_rccal 
-:      006104 rf_write_freq:
-0x2981 006105 bpatch patch11_3 ,mem_patch11 
-0x2982 006106 setarg 2400 
-0x2983 006107 iadd rega ,temp 
-0x2984 006108 fetch 1 ,mem_fcomp_mul 
-0x2985 006109 jam 0x04 ,rf_pll_rstn 
-0x2986 006110 imul32 temp ,pdata 
-0x2987 006111 fetcht 1 ,mem_fcomp_div 
-0x2988 006112 idiv temp 
-0x2989 006113 call wait_div_end 
-0x298a 006114 quotient rega 
-0x298b 006115 remainder pdata 
-0x298c 006116 lshift16 pdata ,pdata 
-0x298d 006117 lshift4 pdata ,pdata 
-0x298e 006118 idiv temp 
-0x298f 006119 call wait_div_end 
-0x2990 006120 quotient pdata 
-0x2991 006121 lshift8 pdata ,pdata 
-0x2992 006122 lshift pdata ,pdata 
-0x2993 006123 ior rega ,pdata 
-0x2994 006124 hstore 4 ,rf_pll_intg 
-0x2995 006125 jam 0x44 ,rf_pll_rstn 
-0x2996 006126 jam 0xc4 ,rf_pll_rstn 
-0x2997 006127 rtn 
-:      006130 do_rccal:
-0x2998 006131 bpatch patch11_4 ,mem_patch11 
-0x2999 006132 jam 0x02 ,rfen_adc 
-0x299a 006133 setarg 250000 
-0x299b 006134 call sleep 
-0x299c 006135 jam 0x7f ,rfen_rx 
-0x299d 006136 nop 130 
-0x299e 006137 jam 0x30 ,rf_rccal_ctrl 
-0x299f 006138 jam 0xd0 ,rfen_tx 
-0x29a0 006139 jam 0x70 ,rf_rccal_ctrl 
-0x29a1 006140 jam 0xf0 ,rf_rccal_ctrl 
-0x29a2 006141 force 50 ,loopcnt 
-:      006142 do_rccal_loop:
-0x29a3 006143 hfetch 1 ,rf_rccal_result 
-0x29a4 006144 bbit1 5 ,do_rccal_end 
-0x29a5 006145 loop do_rccal_loop 
-:      006146 do_rccal_end:
-0x29a6 006147 store 1 ,mem_rf_rccal 
-0x29a7 006148 jam 0 ,rfen_tx 
-0x29a8 006149 jam 0 ,rfen_rx 
-0x29a9 006150 jam 0x00 ,rfen_adc 
-0x29aa 006151 rtn 
-:      006153 set_rccal:
-0x29ab 006154 bpatch patch11_5 ,mem_patch11 
-0x29ac 006155 fetch 1 ,mem_rf_rccal 
-0x29ad 006156 set1 5 ,pdata 
-0x29ae 006157 hstore 1 ,rf_rccal_ctrl 
-0x29af 006158 hfetcht 1 ,rf_bpf_ctrim 
-0x29b0 006159 and_into 7 ,temp 
-0x29b1 006160 lshift3 pdata ,pdata 
-0x29b2 006161 ior temp ,pdata 
-0x29b3 006162 hstore 1 ,rf_bpf_ctrim 
-0x29b4 006163 hfetch 1 ,rf_bpf_ib 
-0x29b5 006164 set0 bpf_rccal ,pdata 
-0x29b6 006165 hstore 1 ,rf_bpf_ib 
-0x29b7 006166 hfetch 1 ,rf_adc_rccal 
-0x29b8 006167 set0 adc_rccal ,pdata 
-0x29b9 006168 hstore 1 ,rf_adc_rccal 
-0x29ba 006169 rtn 
-:      006171 save_rssi:
-0x29bb 006172 bpatch patch11_6 ,mem_patch11 
-0x29bc 006173 hfetch 2 ,rf_afc_d2a 
-0x29bd 006174 rshift4 pdata ,pdata 
-0x29be 006175 rshift3 pdata ,pdata 
-0x29bf 006176 sub pdata ,0 ,pdata 
-:      006177 bcd:
-0x29c0 006178 and_into 0xff ,pdata 
-0x29c1 006179 div pdata ,10 
-0x29c2 006180 call wait_div_end 
-0x29c3 006181 quotient pdata 
-0x29c4 006182 lshift4 pdata ,pdata 
-0x29c5 006183 remainder temp 
-0x29c6 006184 ior temp ,pdata 
-0x29c7 006185 store 1 ,mem_rssi 
-0x29c8 006186 rtn 
-:      006189 switchto_dpllclk:
-0x29c9 006190 jam clksel_rc ,core_clksel 
-0x29ca 006191 hfetch 1 ,rf_clkpll_frac + 2 
-0x29cb 006192 set0 4 ,pdata 
-0x29cc 006193 set0 5 ,pdata 
-0x29cd 006194 hstore 1 ,rf_clkpll_frac + 2 
-0x29ce 006195 jam 0x00 ,rfen_ck 
-0x29cf 006196 jam 0x00 ,rfen_msc 
-0x29d0 006197 jam 0x70 ,rfen_msc 
-0x29d1 006198 jam 0xff ,rfen_ck 
-0x29d2 006199 hfetch 1 ,rf_clkpll_frac + 2 
-0x29d3 006200 set1 4 ,pdata 
-0x29d4 006201 set1 5 ,pdata 
-0x29d5 006202 hstore 1 ,rf_clkpll_frac + 2 
-0x29d6 006203 call init_lpm_ctrl 
-0x29d7 006204 hfetch 1 ,rf_clkpll_int 
-0x29d8 006205 set1 7 ,pdata 
-0x29d9 006206 hstore 1 ,rf_clkpll_int 
-0x29da 006207 set0 7 ,pdata 
-0x29db 006208 hstore 1 ,rf_clkpll_int 
-0x29dc 006209 set1 7 ,pdata 
-0x29dd 006210 hstore 1 ,rf_clkpll_int 
-0x29de 006211 jam clksel_dpll ,core_clksel 
-0x29df 006212 nop 1 
-0x29e0 006213 jam clksel_xtal ,core_clksel 
-0x29e1 006214 hfetch 1 ,rf_clkpll_frac + 2 
-0x29e2 006215 and_into 0xcf ,pdata 
-0x29e3 006216 hstore 1 ,rf_clkpll_frac + 2 
-0x29e4 006217 or_into 0x30 ,pdata 
-0x29e5 006218 hstore 1 ,rf_clkpll_frac + 2 
-0x29e6 006219 rtn 
-:      006222 xtal_fast_wake:
-0x29e7 006223 setarg 0xf0f 
-0x29e8 006224 branch lpm_write_config 
-:      006226 init_lpm_ctrl:
-0x29e9 006227 setarg 0x80f 
-0x29ea 006228 branch lpm_write_config 
-:      006232 start_receiver:
-0x29eb 006233 bpatch patch11_7 ,mem_patch11 
-0x29ec 006234 call rf_rx_enable 
-0x29ed 006235 disable is_tx 
-0x29ee 006236 enable is_rx 
-0x29ef 006237 pulse init_encrypt 
-0x29f0 006238 rtn 
-:      006240 prep_crypt:
-0x29f1 006241 bpatch patch12_0 ,mem_patch12 
-0x29f2 006242 fetch 1 ,mem_state_map 
-0x29f3 006243 isolate1 smap_encryption ,pdata 
-0x29f4 006244 setflag true ,0 ,pdata 
-0x29f5 006245 hstore 1 ,core_encrypt 
-0x29f6 006246 arg mem_kc ,contr 
-0x29f7 006247 ifetch 9 ,contr 
-0x29f8 006248 iforce kc_ls 
-0x29f9 006249 ifetch 7 ,contr 
-0x29fa 006250 iforce kc_ms 
-0x29fb 006251 fetch 1 ,mem_key_size 
-0x29fc 006252 add pdata ,-1 ,g1l 
-0x29fd 006253 pulse kc_p_activate 
-0x29fe 006254 rtn 
-:      006256 wait_access_end:
-0x29ff 006257 deposit clke 
-0x2a00 006258 store 6 ,mem_sync_clke 
-0x2a01 006259 disable decode_fec0 
-0x2a02 006260 nbranch shutdown_radio ,sync 
-0x2a03 006261 arg param_clke_cal ,clke_rt 
-0x2a04 006262 increase 1 ,clke_bt 
-0x2a05 006263 and_into 0x1fc ,clke_bt 
-0x2a06 006264 rtn 
-:      006268 wait_access_mhalfbnd:
-0x2a07 006269 enable decode_fec0 
-:      006270 wait_access_mhalfbnd_correlate:
-0x2a08 006271 correlate null ,mhalfbnd 
-0x2a09 006272 branch wait_access_end ,sync 
-0x2a0a 006273 compare 0x02 ,clke_bt ,0x02 
-0x2a0b 006274 nbranch wait_access_mhalfbnd_correlate ,true 
-0x2a0c 006275 branch wait_access_end 
-:      006277 wait_access_clkn_rt:
-0x2a0d 006278 bpatch patch12_1 ,mem_patch12 
-0x2a0e 006279 arg param_conn_access ,timeup 
-0x2a0f 006280 enable decode_fec0 
-0x2a10 006281 correlate clkn_rt ,meet 
-0x2a11 006282 disable decode_fec0 
-0x2a12 006283 nbranch shutdown_radio ,sync 
-0x2a13 006284 rtn 
-:      006286 wait_access_forever:
-0x2a14 006287 bpatch patch12_2 ,mem_patch12 
-0x2a15 006288 enable decode_fec0 
-0x2a16 006289 correlate null ,timeout 
-0x2a17 006290 disable decode_fec0 
-0x2a18 006291 nbranch shutdown_radio ,sync 
-0x2a19 006292 arg param_clke_cal ,clke_rt 
-0x2a1a 006293 and_into 0x1fc ,clke_bt 
-0x2a1b 006294 rtn 
-:      006297 reserve_slot:
-0x2a1c 006298 bpatch patch12_3 ,mem_patch12 
-0x2a1d 006299 iforce rega 
-0x2a1e 006300 deposit bt_clk 
-0x2a1f 006301 iadd temp ,timeup 
-0x2a20 006302 copy timeup ,pdata 
-0x2a21 006303 store 4 ,mem_next_btclk 
-0x2a22 006304 deposit rega 
-0x2a23 006305 rtn 
-:      006308 ahead_window:
-0x2a24 006309 copy pdata ,temp 
-0x2a25 006310 bpatch patch12_4 ,mem_patch12 
-0x2a26 006311 copy temp ,pdata 
-0x2a27 006312 call clk2bt 
-0x2a28 006313 lshift16 bt_clk ,pdata 
-0x2a29 006314 set1 44 ,pdata 
-0x2a2a 006315 call clk_diff 
-0x2a2b 006316 set0 44 ,pdata 
-0x2a2c 006317 call get_clk 
-0x2a2d 006318 call clk_diff 
-0x2a2e 006319 rtn user 
-0x2a2f 006320 call clk2rt 
-0x2a30 006321 iforce stop_watch 
-0x2a31 006322 until null ,timeout 
-0x2a32 006323 rtn 
-:      006326 setup_clk:
-0x2a33 006327 bpatch patch12_5 ,mem_patch12 
-0x2a34 006328 branch setup_clkn ,clknt 
-0x2a35 006329 until clke_rt ,meet 
-:      006330 skip_setup_clke:
-0x2a36 006331 copy clke_bt ,temp 
-0x2a37 006332 branch setup_clknbt 
-:      006333 setup_clkn:
-0x2a38 006334 branch skip_setup_clkn ,attempt 
-0x2a39 006335 until clkn_rt ,meet 
-:      006336 skip_setup_clkn:
-0x2a3a 006337 copy clkn_bt ,temp 
-:      006338 setup_clknbt:
-0x2a3b 006339 branch setup_clk11 ,user 
-0x2a3c 006340 compare 1 ,temp ,3 
-0x2a3d 006341 nbranch setup_clk ,true 
-:      006342 setup_complete:
-0x2a3e 006343 bpatch patch12_6 ,mem_patch12 
-0x2a3f 006344 fetch 1 ,mem_state 
-0x2a40 006345 rtnbit0 state_inconn 
-0x2a41 006346 fetch 4 ,mem_next_btclk 
-0x2a42 006347 isub temp ,pdata 
-0x2a43 006348 nrtn positive 
-0x2a44 006349 sub pdata ,0xff ,null 
-0x2a45 006350 branch setup_clk ,positive 
-0x2a46 006351 rtn 
-:      006352 setup_clk11:
-0x2a47 006353 compare 3 ,temp ,3 
-0x2a48 006354 nbranch setup_clk ,true 
-0x2a49 006355 branch setup_complete 
-:      006357 rf_setup_time:
-0x2a4a 006358 bpatch patch12_7 ,mem_patch12 
-0x2a4b 006359 arg param_rf_setup ,timeup 
-0x2a4c 006360 branch setup_clk 
-:      006362 rf_setup_time_slave_slot:
-0x2a4d 006363 disable user 
-0x2a4e 006364 branch rf_setup_time 
-:      006366 rf_setup_time_master_slot:
-0x2a4f 006367 enable user 
-0x2a50 006368 branch rf_setup_time 
-:      006370 start_transmitter:
-0x2a51 006371 bpatch patch13_0 ,mem_patch13 
-0x2a52 006372 call prep_crypt 
-0x2a53 006373 disable is_rx 
-0x2a54 006374 enable is_tx 
-0x2a55 006375 rtn 
-:      006379 start_tx_native:
-0x2a56 006380 bpatch patch13_1 ,mem_patch13 
-0x2a57 006381 arg param_tx_setup ,timeup 
-0x2a58 006382 until clkn_rt ,meet 
-0x2a59 006383 pulse init_encrypt 
-0x2a5a 006384 rtn 
-:      006386 start_rx_native:
-0x2a5b 006387 bpatch patch13_2 ,mem_patch13 
-0x2a5c 006388 arg param_rx_setup ,timeup 
-0x2a5d 006389 until clkn_rt ,meet 
-0x2a5e 006390 rtn 
-:      006393 start_tx_external:
-0x2a5f 006394 bpatch patch13_3 ,mem_patch13 
-0x2a60 006395 arg param_tx_setup ,timeup 
-0x2a61 006396 until clke_rt ,meet 
-0x2a62 006397 pulse init_encrypt 
-0x2a63 006398 rtn 
-:      006400 send_access_word:
-0x2a64 006401 bpatch patch13_4 ,mem_patch13 
-0x2a65 006402 preload access 
-0x2a66 006403 enable encode_fec0 
-0x2a67 006404 set1 txgfsk ,radio_ctrl 
-0x2a68 006405 inject mod ,72 
-0x2a69 006406 disable encode_fec0 
-0x2a6a 006407 rtn 
-:      006410 scan_mode_whiten:
-0x2a6b 006411 copy xin ,temp 
-0x2a6c 006412 or_into 0x60 ,temp 
-0x2a6d 006413 copy temp ,white_init 
-0x2a6e 006414 rtn 
-:      006419 get_free_amaddr:
-0x2a6f 006420 bpatch patch13_5 ,mem_patch13 
-0x2a70 006421 fetch 1 ,mem_current_amaddr 
-0x2a71 006422 increase 1 ,pdata 
-0x2a72 006423 bne param_esco_addr ,get_free_amaddr_cont 
-0x2a73 006424 force 1 ,pdata 
-:      006425 get_free_amaddr_cont:
-0x2a74 006426 store 1 ,mem_current_amaddr 
-0x2a75 006427 iforce am_addr 
-0x2a76 006428 rtn 
-:      006430 get_clk:
-0x2a77 006431 copy clkn ,temp 
-0x2a78 006432 rtn master 
-0x2a79 006433 copy clke ,temp 
-0x2a7a 006434 rtn 
-:      006436 get_clkbt:
-0x2a7b 006437 deposit clkn_bt 
-0x2a7c 006438 rtn master 
-0x2a7d 006439 deposit clke_bt 
-0x2a7e 006440 rtn 
-:      006443 supervision_update:
-0x2a7f 006444 bpatch patch13_6 ,mem_patch13 
-0x2a80 006445 fetcht 4 ,mem_supervision_timer 
-0x2a81 006446 call get_clkbt 
-0x2a82 006447 isub temp ,timeup 
-0x2a83 006448 deposit timeup 
-0x2a84 006449 fetcht 2 ,mem_supervision_to 
-0x2a85 006450 lshift temp ,temp 
-0x2a86 006451 isub temp ,pdata 
-0x2a87 006452 rtn 
-:      006454 supervision_flush:
-0x2a88 006455 bpatch patch13_7 ,mem_patch13 
-0x2a89 006456 call get_clkbt 
-0x2a8a 006457 store 4 ,mem_supervision_timer 
-0x2a8b 006458 rtn 
-:      006460 assert:
-0x2a8c 006461 bpatch patch14_0 ,mem_patch14 
-0x2a8d 006462 branch assert 
-:      006464 loop:
-0x2a8e 006465 branch loop 
-:      006467 sleep:
-0x2a8f 006468 rtn blank 
-0x2a90 006470 rshift pdata ,pdata 
-0x2a91 006471 increase -3 ,pdata 
-:      006472 sleep_loop:
-0x2a92 006473 increase -1 ,pdata 
-0x2a93 006474 nbranch sleep_loop ,zero 
-0x2a94 006475 force 0 ,pdata 
-0x2a95 006476 rtn 
-:      006480 init_param:
-0x2a96 006482 arg 0x10 ,loopcnt 
-0x2a97 006483 arg 0 ,contw 
-0x2a98 006484 call memset0 
-0x2a99 006485 arg mem_le_state ,contw 
-0x2a9a 006486 arg 10 ,loopcnt 
-0x2a9b 006487 call memset0 
-0x2a9c 006488 jam 0 ,mem_sp_calc 
-0x2a9d 006489 jam 0 ,mem_fifo_temp 
-0x2a9e 006490 jam 0 ,mem_le_testtype 
-0x2a9f 006491 jam 0 ,mem_debug_config 
-0x2aa0 006492 jam 0 ,mem_lmp_conn_state 
-0x2aa1 006493 bpatch patch14_1 ,mem_patch14 
-0x2aa2 006494 jam 0 ,mem_connection_options 
-0x2aa3 006495 jam 0 ,mem_tester_emulate 
-0x2aa4 006496 jam 0 ,mem_tester_cnt 
-0x2aa5 006497 setarg param_glap 
-0x2aa6 006498 store 3 ,mem_glap 
-0x2aa7 006499 setarg param_acl_pktlen 
-0x2aa8 006500 store 2 ,mem_acl_pktlen 
-0x2aa9 006501 jam param_sco_pktlen ,mem_sco_pktlen 
-0x2aaa 006502 jam param_acl_pktcnt ,mem_acl_pktcnt 
-0x2aab 006503 jam param_sco_pktcnt ,mem_sco_pktcnt 
-0x2aac 006504 setarg param_hci_version 
-0x2aad 006505 store 3 ,mem_hci_version 
-0x2aae 006510 jam 0x60 ,mem_fhs_misc 
-0x2aaf 006511 jam param_max_slot ,mem_max_slot 
-0x2ab0 006512 jam 0x02 ,mem_fw_ver 
-0x2ab1 006513 fetch 1 ,mem_ssp_enable 
-0x2ab2 006514 ncall init_memp ,blank 
-0x2ab3 006515 fetch 1 ,mem_le_secure_connect_enable 
-0x2ab4 006516 ncall init_memp_256 ,blank 
-0x2ab5 006517 bpatch patch14_2 ,mem_patch14 
-0x2ab6 006518 rtn wake 
-0x2ab7 006519 setarg 0 
-0x2ab8 006520 store 2 ,mem_tx_len 
-0x2ab9 006521 rshift clkn_bt ,pdata 
-0x2aba 006522 store 4 ,mem_last_clkn 
-0x2abb 006523 rtn 
-:      006530 lpmstate:
-0x2abc 006531 setarg 0xee21 
-0x2abd 006532 hstore 2 ,core_clkoff 
-0x2abe 006533 hfetch 4 ,core_gpio_in 
-0x2abf 006534 store 4 ,mem_saved_gpio_in 
-0x2ac0 006535 hfetch 1 ,core_lpm_ldocnt 
-0x2ac1 006536 store 1 ,mem_wakup_from_power_flag 
-0x2ac2 006537 bbit0 gpio_latch ,loadcode 
-0x2ac3 006538 enable wake 
-0x2ac4 006539 bbit0 cold_wake ,lpmwake 
-0x2ac5 006540 disable wake 
-0x2ac6 006541 deposit auxcnt 
-0x2ac7 006542 nbranch lpmwake ,blank 
-0x2ac8 006543 hfetch 1 ,core_lpm_ctrl + 3 
-0x2ac9 006544 bbit1 reload_code ,lpmwake 
-0x2aca 006545 arg param_hibernate_clks ,temp 
-0x2acb 006546 branch lpm_enter_sleep 
-:      006547 lpmwake:
-0x2acc 006548 hfetch 3 ,core_lpm_xtalcnt 
-0x2acd 006549 hstore 3 ,core_lpm_reg 
-0x2ace 006550 ifetch 1 ,contr 
-0x2acf 006551 or_into isogate_mask ,pdata 
-0x2ad0 006552 istore 1 ,contw 
-0x2ad1 006553 call lpm_write_ctrl2 
-0x2ad2 006554 hfetch 1 ,core_lpm_isogate 
-0x2ad3 006555 set1 enable_retmem ,pdata 
-0x2ad4 006556 hstore 1 ,core_lpm_isogate 
-0x2ad5 006557 call lpm_write_ctrl2 
-0x2ad6 006558 call lpm_load_context ,wake 
-0x2ad7 006559 hfetch 1 ,core_lpm_reg + 2 
-0x2ad8 006560 set0 gpio_latch ,pdata 
-0x2ad9 006561 hstore 1 ,core_lpm_reg + 2 
-0x2ada 006562 call lpm_write_ctrl2 
-0x2adb 006563 nbranch loadcode ,wake 
-0x2adc 006564 rtnmark0 mark_otp_encrypt 
-0x2add 006565 jam lock_otp ,core_misc_ctrl 
-0x2ade 006566 rtn 
-:      006568 lpm_load_context:
-0x2adf 006569 fetch 1 ,mem_saved_spidctrl 
-0x2ae0 006570 hstore 1 ,core_spid_ctrl 
-0x2ae1 006571 fetch 3 ,mem_saved_gsel 
-0x2ae2 006572 hstore 3 ,core_gpio_sel 
-0x2ae3 006573 fetch 4 ,mem_saved_gpio + 4 
-0x2ae4 006574 hstore 4 ,core_gpio_out0 
-0x2ae5 006575 fetch 4 ,mem_saved_gpio 
-0x2ae6 006576 hstore 4 ,core_gpio_oe0 
-0x2ae7 006577 fetch 8 ,mem_saved_gpio + 8 
-0x2ae8 006578 hstore 8 ,core_gpio_pu0 
-0x2ae9 006579 fetch 8 ,mem_saved_mark 
-0x2aea 006580 iforce mark 
-0x2aeb 006581 hfetch 8 ,core_gpio_wakeup_low 
-0x2aec 006582 store 8 ,mem_gpio_wakeup_low 
-0x2aed 006583 call load_ucode 
-0x2aee 006584 rtn 
-:      006586 lpm_save_context:
-0x2aef 006587 deposit mark 
-0x2af0 006588 store 8 ,mem_saved_mark 
-0x2af1 006589 hfetch 8 ,core_gpio_oe0 
-0x2af2 006590 store 8 ,mem_saved_gpio 
-0x2af3 006591 ifetch 8 ,contr 
-0x2af4 006592 istore 8 ,contw 
-0x2af5 006593 hfetch 3 ,core_gpio_sel 
-0x2af6 006594 store 3 ,mem_saved_gsel 
-0x2af7 006595 hfetch 1 ,core_spid_ctrl 
-0x2af8 006596 store 1 ,mem_saved_spidctrl 
-0x2af9 006597 branch lpm_write_gpio_wakeup 
-:      006599 lpo_calibration:
-0x2afa 006600 hfetch 1 ,core_bist_ctrl 
-0x2afb 006601 nbranch lpo_cal_inited ,blank 
-0x2afc 006602 fetch 3 ,mem_clks_per_lpo 
-0x2afd 006603 nrtn blank 
-0x2afe 006604 jam 0xc0 ,core_bist_ctrl 
-0x2aff 006605 jam ccnt_start ,core_misc_ctrl 
-:      006606 lpo_cal_inited:
-0x2b00 006607 hfetch 1 ,core_perf_status 
-0x2b01 006608 rtnbit0 1 
-0x2b02 006609 hfetch 3 ,core_clk_counter 
-0x2b03 006610 store 3 ,mem_clks_per_lpo 
-0x2b04 006611 rtn 
-:      006615 lpm_adjust_clk:
-0x2b05 006616 bpatch patch14_3 ,mem_patch14 
-0x2b06 006617 deposit clke 
-0x2b07 006618 call clk_diff_rt 
-0x2b08 006619 fetcht 4 ,mem_sleep_counter_all 
-0x2b09 006620 sub temp ,0xff ,null 
-0x2b0a 006621 rtn positive 
-0x2b0b 006622 lshift8 pdata ,pdata 
-0x2b0c 006623 lshift4 pdata ,pdata 
-0x2b0d 006624 idiv temp 
-0x2b0e 006625 call wait_div_end 
-0x2b0f 006626 quotient pdata 
-0x2b10 006627 arg param_lpm_adjmax ,temp 
-0x2b11 006628 call ceiling 
-0x2b12 006629 store 1 ,mem_lpm_adjust 
-0x2b13 006630 nbranch lpm_adjust_positive ,user 
-0x2b14 006631 sub pdata ,0 ,pdata 
-:      006632 lpm_adjust_positive:
-0x2b15 006633 fetcht 3 ,mem_clks_per_lpo 
-0x2b16 006634 iadd temp ,pdata 
-0x2b17 006635 store 3 ,mem_clks_per_lpo 
-:      006636 lpm_clear_counter:
-0x2b18 006637 setarg 0 
-0x2b19 006638 store 4 ,mem_sleep_counter_all 
-0x2b1a 006639 rtn 
-:      006643 lpm_doze:
-0x2b1b 006644 fetch 1 ,mem_lpm_config + 2 
-0x2b1c 006645 set1 reload_code ,pdata 
-0x2b1d 006646 store 1 ,mem_lpm_config + 2 
-0x2b1e 006647 branch lpm_hibernate_normal 
-:      006651 lpm_hibernate:
-0x2b1f 006652 arg param_hibernate_clks ,temp 
-0x2b20 006653 fetch 1 ,mem_lpm_config + 1 
-0x2b21 006654 set0 7 ,pdata 
-0x2b22 006655 store 1 ,mem_lpm_config + 1 
-:      006656 lpm_hibernate_normal:
-0x2b23 006657 bpatch patch14_4 ,mem_patch14 
-0x2b24 006658 call lpm_write_gpio_wakeup 
-0x2b25 006659 fetch 1 ,mem_lpm_hibernate_switch 
-0x2b26 006660 store 1 ,mem_lpm_xtalcnt + 4 
-0x2b27 006661 fetch 1 ,mem_lpm_xtalcnt + 2 
-0x2b28 006662 set1 cold_wake ,pdata 
-0x2b29 006663 store 1 ,mem_lpm_xtalcnt + 2 
-:      006666 lpm_sleep:
-0x2b2a 006667 bpatch patch14_5 ,mem_patch14 
-0x2b2b 006668 call xtal_fast_wake 
-0x2b2c 006669 fetch 4 ,mem_sleep_counter_all 
-0x2b2d 006670 iadd temp ,pdata 
-0x2b2e 006671 store 4 ,mem_sleep_counter_all 
-0x2b2f 006672 call lpm_save_context 
-0x2b30 006673 fetch 5 ,mem_lpm_xtalcnt 
-0x2b31 006674 hstore 4 ,core_lpm_reg 
-0x2b32 006675 rshift32 pdata ,rega 
-0x2b33 006676 until null ,lpo_edge 
-0x2b34 006677 deposit clkn 
-0x2b35 006678 store 6 ,mem_sleep_clkn 
-0x2b36 006679 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
-0x2b37 006680 until null ,lpo_edge 
-0x2b38 006681 until null ,lpo_edge 
-0x2b39 006682 deposit rega 
-0x2b3a 006683 hstore 1 ,core_lpm_isogate 
-0x2b3b 006684 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
-:      006685 lpm_enter_sleep:
-0x2b3c 006686 until null ,lpo_edge 
-0x2b3d 006687 until null ,lpo_edge 
-0x2b3e 006688 hstoret 4 ,core_lpm_reg 
-0x2b3f 006689 jam lpmreg_sel_counter ,core_lpm_wr 
-0x2b40 006690 until null ,never 
-:      006695 lpm_recover_clk:
-0x2b41 006696 bpatch patch14_6 ,mem_patch14 
-0x2b42 006697 setarg 0 
-0x2b43 006698 copy auxcnt ,null 
-0x2b44 006699 branch lpm_recover_timeout ,zero 
-0x2b45 006700 hfetch 1 ,core_lpm_xtalcnt 
-0x2b46 006701 hfetcht 1 ,core_lpm_buckcnt 
-0x2b47 006702 isub temp ,null 
-0x2b48 006703 branch lpm_recover_xtal ,positive 
-0x2b49 006704 deposit temp 
-:      006705 lpm_recover_xtal:
-0x2b4a 006706 isub auxcnt ,pdata 
-0x2b4b 006707 increase 1 ,pdata 
-:      006708 lpm_recover_timeout:
-0x2b4c 006709 increase 8 ,pdata 
-0x2b4d 006710 until null ,lpo_edge 
-0x2b4e 006711 iadd lpo_time ,pdata 
-0x2b4f 006712 fetcht 4 ,mem_sleep_counter 
-0x2b50 006713 iadd temp ,pdata 
-0x2b51 006714 fetcht 3 ,mem_clks_per_lpo 
-0x2b52 006715 imul32 temp ,pdata 
-0x2b53 006716 rshift8 pdata ,pdata 
-0x2b54 006717 rshift4 pdata ,pdata 
-0x2b55 006718 increase param_lpm_fix ,pdata 
-0x2b56 006719 arg 3750 ,temp 
-0x2b57 006720 idiv temp 
-0x2b58 006721 call wait_div_end 
-0x2b59 006722 quotient pdata 
-0x2b5a 006723 lshift16 pdata ,pdata 
-0x2b5b 006724 remainder temp 
-0x2b5c 006725 ior temp ,pdata 
-0x2b5d 006726 fetcht 6 ,mem_sleep_clkn 
-0x2b5e 006727 call clk_add 
-0x2b5f 006728 copy temp ,clkn 
-0x2b60 006729 fetch 6 ,mem_context + coffset_clk_offset 
-0x2b61 006730 call calc_clke2 
-0x2b62 006731 deposit clke 
-0x2b63 006732 store 6 ,mem_pdatatemp 
-0x2b64 006733 deposit auxcnt 
-0x2b65 006734 istore 1 ,contw 
-0x2b66 006735 hfetch 1 ,core_gpio_in1 
-0x2b67 006736 or_into 0xf0 ,pdata 
-0x2b68 006737 istore 1 ,contw 
-0x2b69 006738 rtn 
-:      006740 lpm_dispatch:
-0x2b6a 006741 bpatch patch14_7 ,mem_patch14 
-0x2b6b 006742 call lpo_calibration 
-0x2b6c 006743 fetch 3 ,mem_clks_per_lpo 
-0x2b6d 006744 rtn blank 
-0x2b6e 006745 fetch 1 ,mem_lpm_mode 
-0x2b6f 006746 rtn blank 
-0x2b70 006747 fetch 1 ,mem_ssp_enable 
-0x2b71 006748 branch lpm_dispatch_next ,blank 
-0x2b72 006749 fetch 1 ,mem_sp_local_key_invalid 
-0x2b73 006750 rtn blank 
-:      006751 lpm_dispatch_next:
-0x2b74 006752 fetch 1 ,mem_le_sc_calc 
-0x2b75 006753 nrtn blank 
-0x2b76 006754 call lpm_check_wake_lock 
-0x2b77 006755 nrtn blank 
-0x2b78 006756 fetch 1 ,mem_context 
-0x2b79 006757 compare 3 ,pdata ,0x7 
-0x2b7a 006758 nbranch lpm_dispatch_unconn ,true 
-0x2b7b 006759 fetch 2 ,mem_context + coffset_tsniff 
-0x2b7c 006760 rtn blank 
-0x2b7d 006761 rtn wake 
-0x2b7e 006762 bpatch patch15_0 ,mem_patch15 
-:      006763 lpm_dispatch_next2:
-0x2b7f 006764 fetcht 1 ,mem_lpm_current_mult 
-0x2b80 006765 fetch 2 ,mem_context + coffset_tsniff 
-0x2b81 006766 imul32 temp ,pdata 
-0x2b82 006767 rshift4 temp ,temp 
-0x2b83 006768 rshift2 temp ,temp 
-0x2b84 006769 isub temp ,pdata 
-0x2b85 006770 fetcht 4 ,mem_context + coffset_sniff_anchor 
-0x2b86 006771 iadd temp ,pdata 
-0x2b87 006772 fetcht 1 ,mem_lpm_overhead 
-0x2b88 006773 isub temp ,pdata 
-0x2b89 006774 lshift16 pdata ,alarm 
-0x2b8a 006775 bpatch patch15_1 ,mem_patch15 
-0x2b8b 006776 fetch 2 ,mem_context + coffset_rx_window 
-0x2b8c 006777 rshift pdata ,pdata 
-0x2b8d 006778 call clk2bt 
-0x2b8e 006779 deposit alarm 
-0x2b8f 006780 call clk_diff 
-0x2b90 006781 copy clke ,temp 
-0x2b91 006782 call clk_diff_rt 
-0x2b92 006783 rtn user 
-:      006784 lpm_dispatch_sleep:
-0x2b93 006785 call clk2lpo 
-:      006786 lpm_dispatch_lpo:
-0x2b94 006787 bpatch patch15_2 ,mem_patch15 
-0x2b95 006788 fetch 1 ,mem_lpm_xtalcnt 
-0x2b96 006789 isub temp ,null 
-0x2b97 006790 branch lpm_clear_counter ,positive 
-0x2b98 006791 storet 4 ,mem_sleep_counter 
-0x2b99 006792 call app_will_enter_lpm 
-0x2b9a 006793 call l2cap_lpm_save_txbuf 
-0x2b9b 006794 fetcht 4 ,mem_sleep_counter 
-0x2b9c 006795 branch lpm_sleep 
-:      006797 lpm_dispatch_unconn:
-0x2b9d 006798 bpatch patch15_3 ,mem_patch15 
-0x2b9e 006799 fetch 1 ,mem_context 
-0x2b9f 006800 rtnbit1 state_inconn 
-0x2ba0 006801 rtnbit1 state_inpage 
-0x2ba1 006802 fetch 1 ,mem_ssp_enable 
-0x2ba2 006803 branch lpm_unconn_nossp ,blank 
-0x2ba3 006804 fetch 1 ,mem_sp_local_key_invalid 
-0x2ba4 006805 rtn blank 
-:      006806 lpm_unconn_nossp:
-0x2ba5 006807 bpatch patch15_4 ,mem_patch15 
-0x2ba6 006808 fetch 1 ,mem_le_adv_enable 
-0x2ba7 006809 nbranch lpm_unconn_cont ,blank 
-0x2ba8 006810 fetch 1 ,mem_scan_mode 
-0x2ba9 006811 rtn blank 
-:      006812 lpm_unconn_cont:
-0x2baa 006813 fetch 2 ,mem_lpm_interval 
-0x2bab 006814 rtn blank 
-:      006815 lpm_sleep_btclk:
-0x2bac 006816 fetcht 1 ,mem_lpm_overhead 
-0x2bad 006817 isub temp ,pdata 
-0x2bae 006818 arg 7500 ,temp 
-0x2baf 006819 imul32 temp ,pdata 
-0x2bb0 006820 branch lpm_dispatch_sleep 
-:      006822 lpm_set_mult:
-0x2bb1 006823 bpatch patch15_5 ,mem_patch15 
-0x2bb2 006824 disable wake 
-0x2bb3 006825 fetch 1 ,mem_state 
-0x2bb4 006826 rtnbit0 state_insniff 
-0x2bb5 006827 nbranch lpm_not_match ,match 
-0x2bb6 006828 call lpm_match 
-0x2bb7 006829 fetch 2 ,mem_rx_window_sniff 
-0x2bb8 006830 store 2 ,mem_rx_window 
-0x2bb9 006831 fetch 1 ,mem_arq 
-0x2bba 006832 bbit1 wack ,lpm_mult_short 
-0x2bbb 006833 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x2bbc 006834 call l2cap_malloc_is_fifo_empty 
-0x2bbd 006835 nbranch lpm_mult_short ,blank 
-0x2bbe 006836 fetch 1 ,mem_classic_bt_flag 
-0x2bbf 006837 bbit1 short_mult_flag ,lpm_mult_short 
-:      006838 lpm_mult_wait_timeout:
-0x2bc0 006839 jam 0 ,mem_lpm_current_mult 
-0x2bc1 006840 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-0x2bc2 006841 fetch 1 ,mem_lpm_mult_cnt 
-0x2bc3 006842 branch lpm_mult_long ,blank 
-0x2bc4 006843 increase -1 ,pdata 
-0x2bc5 006844 store 1 ,mem_lpm_mult_cnt 
-0x2bc6 006845 rtn 
-:      006848 classic_bt_set_mult_short_flag:
-0x2bc7 006849 arg short_mult_flag ,queue 
-0x2bc8 006850 branch classic_bluetooth_set_flag 
-:      006852 classic_bt_clr_mult_short_flag:
-0x2bc9 006853 arg short_mult_flag ,queue 
-0x2bca 006854 branch classic_bluetooth_clr_flag 
-:      006858 lpm_match:
-0x2bcb 006859 jam 0 ,mem_sniff_unint_lost 
-0x2bcc 006860 fetch 3 ,mem_sniff_rcv 
-0x2bcd 006861 increase 1 ,pdata 
-0x2bce 006862 store 3 ,mem_sniff_rcv 
-0x2bcf 006863 rtn 
-:      006865 lpm_not_match:
-0x2bd0 006866 bpatch patch15_6 ,mem_patch15 
-0x2bd1 006867 fetcht 2 ,mem_rx_window_sniff 
-0x2bd2 006868 rshift temp ,temp 
-0x2bd3 006869 fetch 2 ,mem_rx_window 
-0x2bd4 006870 iadd temp ,pdata 
-0x2bd5 006871 store 2 ,mem_rx_window 
-:      006872 lpm_lost:
-0x2bd6 006873 jam 0 ,mem_lpm_current_mult 
-0x2bd7 006874 fetch 3 ,mem_sniff_lost 
-0x2bd8 006875 increase 1 ,pdata 
-0x2bd9 006876 store 3 ,mem_sniff_lost 
-0x2bda 006877 fetch 1 ,mem_sniff_unint_lost 
-0x2bdb 006878 increase 1 ,pdata 
-0x2bdc 006879 store 1 ,mem_sniff_unint_lost 
-0x2bdd 006880 rtn 
-:      006882 lpm_mult_short:
-0x2bde 006883 jam 0 ,mem_lpm_current_mult 
-0x2bdf 006884 fetch 1 ,mem_lpm_mult_timeout 
-0x2be0 006885 store 1 ,mem_lpm_mult_cnt 
-0x2be1 006886 rtn 
-:      006888 lpm_mult_long:
-0x2be2 006889 fetcht 1 ,mem_lpm_mult 
-0x2be3 006890 storet 1 ,mem_lpm_current_mult 
-0x2be4 006891 rtn 
-:      006893 lpm_cal_xtal_startup:
-0x2be5 006894 bpatch patch15_7 ,mem_patch15 
-0x2be6 006895 fetch 1 ,mem_lpm_xtalcnt 
-0x2be7 006896 nrtn blank 
-0x2be8 006897 jam clksel_rc ,core_clksel 
-0x2be9 006898 setarg 0xf0c 
-0x2bea 006899 call lpm_write_config 
-0x2beb 006900 setarg 200000 
-0x2bec 006901 call sleep 
-0x2bed 006902 until null ,lpo_edge 
-0x2bee 006903 copy lpo_time ,alarm 
-0x2bef 006904 call xtal_fast_wake 
-0x2bf0 006905 jam clksel_xtal ,core_clksel 
-0x2bf1 006906 nop 10 
-0x2bf2 006907 until null ,lpo_edge 
-0x2bf3 006908 deposit lpo_time 
-0x2bf4 006909 isub alarm ,pdata 
-0x2bf5 006910 increase 0x30 ,pdata 
-0x2bf6 006911 arg 0xff ,temp 
-0x2bf7 006912 call ceiling 
-0x2bf8 006913 store 1 ,mem_lpm_xtalcnt 
-0x2bf9 006914 nop 30000 
-0x2bfa 006915 nop 30000 
-0x2bfb 006916 nop 30000 
-0x2bfc 006917 rtn 
-:      006919 lpm_cal_xtal_startup_by_snooze:
-0x2bfd 006920 fetch 1 ,mem_lpm_xtalcnt 
-0x2bfe 006921 nrtn blank 
-0x2bff 006922 jam 0xff ,core_xtal_stable_time 
-0x2c00 006923 jam clksel_rc ,core_clksel 
-0x2c01 006924 call xtal_fast_wake 
-0x2c02 006925 setarg 1000 
-0x2c03 006926 iadd lpo_time ,alarm 
-0x2c04 006927 snooze 
-0x2c05 006928 deposit lpo_time 
-0x2c06 006929 nop 12000 
-0x2c07 006930 nop 12000 
-0x2c08 006931 nop 12000 
-0x2c09 006932 nop 12000 
-0x2c0a 006933 nop 12000 
-0x2c0b 006934 nop 12000 
-0x2c0c 006935 nop 12000 
-0x2c0d 006936 nop 12000 
-0x2c0e 006937 nop 12000 
-0x2c0f 006938 isub alarm ,pdata 
-0x2c10 006939 add pdata ,0x30 ,pdata 
-0x2c11 006940 arg 0xff ,temp 
-0x2c12 006941 call ceiling 
-0x2c13 006942 store 1 ,mem_lpm_xtalcnt 
-0x2c14 006943 nop 30000 
-0x2c15 006944 nop 30000 
-0x2c16 006945 nop 30000 
-0x2c17 006946 rtn 
-:      006951 lpm_write_config:
-0x2c18 006952 arg 0xfff ,contw 
-0x2c19 006953 iand contw ,contw 
-0x2c1a 006954 fetch 1 ,mem_lpm_config 
-0x2c1b 006955 and_into 0xf0 ,pdata 
-0x2c1c 006956 lshift8 pdata ,pdata 
-0x2c1d 006957 ior contw ,pdata 
-0x2c1e 006958 hstore 2 ,core_lpm_reg 
-0x2c1f 006959 ifetch 2 ,contr 
-0x2c20 006960 istore 2 ,contw 
-:      006962 lpm_write_ctrl:
-0x2c21 006963 setarg lpmreg_sel_ctrl 
-0x2c22 006964 branch lpm_write 
-:      006966 lpm_write_ctrl2:
-0x2c23 006967 setarg lpmreg_sel_ctrl2 
-:      006968 lpm_write:
-0x2c24 006969 until null ,lpo_edge 
-0x2c25 006970 hstore 1 ,core_lpm_wr 
-0x2c26 006971 until null ,lpo_edge 
-0x2c27 006972 until null ,lpo_edge 
-0x2c28 006973 rtn 
-:      006976 lpm_write_gpio_wakeup:
-0x2c29 006977 bpatch patch16_0 ,mem_patch16 
-0x2c2a 006978 fetch 4 ,mem_gpio_wakeup_low 
-0x2c2b 006979 hstore 4 ,core_lpm_reg 
-0x2c2c 006980 setarg lpmreg_sel_gpiolow 
-0x2c2d 006981 call lpm_write 
-0x2c2e 006982 fetch 4 ,mem_gpio_wakeup_high 
-0x2c2f 006983 hstore 4 ,core_lpm_reg 
-0x2c30 006984 setarg lpmreg_sel_gpiohigh 
-0x2c31 006985 branch lpm_write 
-:      006987 lpm_get_wake_lock:
-0x2c32 006988 fetch 2 ,mem_lpm_wake_lock 
-0x2c33 006989 qset1 pdata 
-0x2c34 006990 store 2 ,mem_lpm_wake_lock 
-0x2c35 006991 rtn 
-:      006993 lpm_put_wake_lock:
-0x2c36 006994 fetch 2 ,mem_lpm_wake_lock 
-0x2c37 006995 qset0 pdata 
-0x2c38 006996 store 2 ,mem_lpm_wake_lock 
-0x2c39 006997 rtn 
-:      007001 lpm_check_wake_lock:
-0x2c3a 007002 bpatch patch16_1 ,mem_patch16 
-0x2c3b 007003 call app_check_wake_lock 
-0x2c3c 007004 fetch 2 ,mem_lpm_wake_lock 
-0x2c3d 007005 copy pdata ,rega 
-0x2c3e 007006 fetch 1 ,mem_state_map 
-0x2c3f 007007 isolate1 smap_rxlmp ,pdata 
-0x2c40 007008 setflag true ,wake_lock_lmp_rx ,rega 
-0x2c41 007009 fetch 1 ,mem_lmo_opcode1 
-0x2c42 007010 fetcht 1 ,mem_lmo_opcode2 
-0x2c43 007011 iadd temp ,pdata 
-0x2c44 007012 fetcht 1 ,mem_lmp_to_send 
-0x2c45 007013 iadd temp ,pdata 
-0x2c46 007014 nsetflag blank ,wake_lock_lmp_tx ,rega 
-0x2c47 007015 fetch 1 ,mem_le_tx_buff_used 
-0x2c48 007016 nsetflag blank ,wake_lock_ble_tx ,rega 
-0x2c49 007017 fetch 2 ,mem_l2cap_rxbuff1_len 
-0x2c4a 007018 fetcht 2 ,mem_l2cap_rxbuff2_len 
-0x2c4b 007019 iadd temp ,pdata 
-0x2c4c 007020 nsetflag blank ,wake_lock_l2cap_rx ,rega 
-0x2c4d 007021 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x2c4e 007022 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
-0x2c4f 007023 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
-0x2c50 007024 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
-0x2c51 007025 fetch 1 ,mem_hci_cmd 
-0x2c52 007026 nsetflag blank ,wake_lock_cmd ,rega 
-0x2c53 007027 fetch 1 ,mem_device_option 
-0x2c54 007028 compare dvc_op_module ,pdata ,0xff 
-0x2c55 007029 call lpm_uart_wake_lock ,true 
-0x2c56 007030 setarg -8 
-0x2c57 007031 iand rega ,rega 
-0x2c58 007032 copy rega ,pdata 
-0x2c59 007033 store 2 ,mem_lpm_wake_lock 
-0x2c5a 007034 rtn 
-:      007036 lpm_uart_wake_lock:
-0x2c5b 007037 hfetch 2 ,core_uart_rxitems 
-0x2c5c 007038 nsetflag blank ,wake_lock_uart_rx ,rega 
-0x2c5d 007039 hfetch 2 ,core_uart_txitems 
-0x2c5e 007040 nsetflag blank ,wake_lock_uart_tx ,rega 
-0x2c5f 007041 rtn 
-:      007043 lpm_shut_down:
-0x2c60 007044 hfetch 4 ,core_lpm_ctrl 
-0x2c61 007045 set0 27 ,pdata 
-0x2c62 007046 hstore 4 ,core_lpm_reg 
-0x2c63 007047 call lpm_write_ctrl 
-0x2c64 007048 branch assert 
-:      007050 lpm_disable_exen_output:
-0x2c65 007051 hfetch 4 ,core_lpm_xtalcnt 
-0x2c66 007052 set0 20 ,pdata 
-0x2c67 007053 hstore 4 ,core_lpm_reg 
-0x2c68 007054 branch lpm_write_ctrl2 
-:      007056 check_bt_disabled:
-0x2c69 007057 fetch 2 ,mem_chip_functions 
-0x2c6a 007058 bbit1 bt_disabled ,assert 
-0x2c6b 007059 rtn 
-:      007060 check_ble_disabled:
-0x2c6c 007061 fetch 2 ,mem_chip_functions 
-0x2c6d 007062 bbit1 ble_disabled ,assert 
-0x2c6e 007063 rtn 
-:      007064 check_module_disabled:
-0x2c6f 007065 fetch 2 ,mem_chip_functions 
-0x2c70 007066 bbit1 module_disable ,assert 
-0x2c71 007067 rtn 
-:      007128 g24_dispatch:
-0x2c72 007129 bpatch patch16_2 ,mem_patch16 
-0x2c73 007130 call g24_head_ptr2regc 
-0x2c74 007131 add regc ,offset_24g_mode ,regb 
-0x2c75 007132 ifetch 1 ,regb 
-0x2c76 007134 rtneq disable_24g 
-0x2c77 007135 beq tx_24g ,g24_transmit_process 
-0x2c78 007136 beq rx_24g ,g24_receive_process 
-0x2c79 007137 rtn 
-:      007139 g24_head_ptr2regc:
-0x2c7a 007140 fetcht 2 ,mem_24g_head_ptr 
-0x2c7b 007141 copy temp ,regc 
-0x2c7c 007142 rtn 
-:      007144 g24_receive_process_init:
-0x2c7d 007145 call g24_receive_init 
-0x2c7e 007146 branch g24_mode_switch_init 
-:      007148 g24_receive_process:
-0x2c7f 007149 call g24_mode_switch 
-0x2c80 007150 call g24_dongle_work_mode_auto 
-0x2c81 007151 call g24_dongle_bind_mode_auto 
-0x2c82 007152 branch g24_dongle_search_mode_auto 
-:      007155 g24_pair_init:
-0x2c83 007158 call g24_set0_mem_pid 
-0x2c84 007159 setarg g24_pair_ch 
-0x2c85 007160 call g24_store_mem_ch 
-0x2c86 007161 call g24_store_mem_pair_txpower 
-0x2c87 007164 add regc ,offset_24g_paring_addr ,rega 
-0x2c88 007165 ifetch 4 ,rega 
-0x2c89 007166 branch g24_store_mem_addr 
-:      007168 g24_ch:
-0x2c8a 007169 call g24_head_ptr2regc 
-0x2c8b 007170 add regc ,offset_24g_current_ch_number ,regb 
-0x2c8c 007171 ifetcht 1 ,regb 
-0x2c8d 007173 call g24_ch_temp_incre_size4 
-0x2c8e 007174 add regc ,offset_24g_current_ch_number ,contw 
-0x2c8f 007176 branch g24_contw_istoret_1byte 
-:      007178 g24_ch_temp_incre_size4:
-0x2c90 007179 call g24_ch_calc 
-0x2c91 007180 increase 1 ,temp 
-0x2c92 007181 and_into 3 ,temp 
-0x2c93 007182 rtn 
-:      007184 g24_ch_calc:
-0x2c94 007185 add regc ,offset_24g_addr ,regb 
-0x2c95 007186 ifetch 1 ,regb 
-0x2c96 007188 and_into 0x03 ,pdata 
-0x2c97 007189 mul32 pdata ,4 ,rega 
-0x2c98 007190 add regc ,offset_24g_ch_map1 ,pdata 
-0x2c99 007192 iadd rega ,pdata 
-0x2c9a 007193 iadd temp ,contr 
-0x2c9b 007194 ifetch 1 ,contr 
-0x2c9c 007196 branch g24_store_mem_ch 
-:      007198 g24_set_device_addr:
-0x2c9d 007199 call g24_store_mem_tx_power_temp 
-0x2c9e 007200 call otp_enable_chgpump 
-0x2c9f 007201 setarg 0x7e2 
-0x2ca0 007202 arg mem_temp ,rega 
-0x2ca1 007203 arg 4 ,temp 
-0x2ca2 007204 call otpd_read_data 
-0x2ca3 007205 call otp_disable_chgpump 
-0x2ca4 007206 fetch 4 ,mem_temp 
-0x2ca5 007207 call g24_store_mem_device_addr 
-0x2ca6 007209 nrtn blank 
-0x2ca7 007210 fetch 4 ,mem_lap 
-0x2ca8 007212 branch g24_store_mem_device_addr 
-:      007214 g24_transmit_rf_sta_init:
-0x2ca9 007215 call g24_set1_mem_rf_last_sta 
-0x2caa 007217 setarg 0 
-0x2cab 007218 call g24_store_mem_sync_cnt 
-:      007220 g24_transmit_rf_ctrl_clear:
-0x2cac 007221 call g24_fetch_mem_data_type 
-0x2cad 007223 and_into bits_data ,pdata 
-0x2cae 007225 branch g24_store_mem_data_type 
-:      007227 g24_hop_ch_enable:
-0x2caf 007228 call g24_fetch_mem_data_type 
-0x2cb0 007230 set1 bit_hop ,pdata 
-0x2cb1 007231 call g24_store_mem_data_type 
-0x2cb2 007234 branch g24_store_mem_txpayload 
-:      007236 g24_transmit_hop_pac_fail:
-0x2cb3 007237 call g24_fetch_mem_rf_work_stage 
-0x2cb4 007239 beq 1 ,g24_transmit_hop_pac_fail_wo_hop 
-0x2cb5 007240 beq 2 ,g24_transmit_hop_pac_fail_hop_stage2 
-0x2cb6 007241 rtn 
-:      007243 g24_transmit_hop_pac_fail_wo_hop:
-0x2cb7 007244 call g24_set2_mem_sync_cnt 
-:      007246 g24_transmit_hop_pac_fail_stage1:
-0x2cb8 007247 add regc ,offset_24g_hop_pac_retry ,contw 
-0x2cb9 007248 call g24_mem_set0 
-0x2cba 007250 call g24_store_mem_rf_last_sta 
-0x2cbb 007252 branch g24_transmit_rf_ctrl_clear 
-:      007254 g24_transmit_hop_pac_fail_hop_stage2:
-0x2cbc 007255 call g24_set0_mem_rf_hop_ch 
-0x2cbd 007257 branch g24_transmit_hop_pac_fail_stage1 
-:      007259 g24_transmit_pac_fail_hop_stage3:
-0x2cbe 007260 add regc ,offset_24g_txfail_cnt ,rega 
-0x2cbf 007261 ifetch 1 ,rega 
-0x2cc0 007263 increase 1 ,pdata 
-0x2cc1 007264 add regc ,offset_24g_txfail_cnt ,contw 
-0x2cc2 007265 istore 1 ,contw 
-0x2cc3 007267 beq 0x20 ,g24_tx_attempt_fail 
-0x2cc4 007268 call g24_fetch_mem_rf_hop_ch 
-0x2cc5 007270 beq 1 ,g24_rf_hop_fastly 
-0x2cc6 007271 setarg 1 
-0x2cc7 007272 call g24_store_mem_rf_hop_ch 
-:      007274 g24_rf_hop_attemp_again:
-0x2cc8 007275 call g24_fetch_mem_rf_hop_ch 
-0x2cc9 007277 bne 1 ,g24_transmit_rf_ctrl_clear 
-:      007278 g24_rf_hop_fastly:
-0x2cca 007279 add regc ,offset_24g_hop_fastly_cnt ,rega 
-0x2ccb 007280 ifetch 1 ,rega 
-0x2ccc 007282 increase 1 ,pdata 
-0x2ccd 007283 call g24_store_mem_hop_fastly_cnt 
-0x2cce 007285 beq 4 ,g24_rf_hop_fastly_exit 
-0x2ccf 007286 call g24_ch 
-0x2cd0 007287 call g24_set2_mem_max_retry 
-0x2cd1 007289 branch g24_transmit_packet 
-:      007291 g24_rf_hop_fastly_exit:
-0x2cd2 007292 call g24_set0_mem_hop_fastly_cnt 
-0x2cd3 007294 branch g24_transmit_rf_ctrl_clear 
-:      007296 g24_set0_mem_hop_fastly_cnt:
-0x2cd4 007297 setarg 0 
-:      007298 g24_store_mem_hop_fastly_cnt:
-0x2cd5 007299 add regc ,offset_24g_hop_fastly_cnt ,contw 
-0x2cd6 007300 branch g24_contw_istore_1byte 
-:      007302 g24_transmit_hop_pac_succ_wo_hop:
-0x2cd7 007303 call g24_set2_mem_sync_cnt 
-:      007305 g24_transmit_hop_pac_succ:
-0x2cd8 007306 call g24_set0_mem_rf_hop_ch 
-0x2cd9 007308 call g24_set1_mem_rf_last_sta 
-0x2cda 007310 branch g24_transmit_rf_ctrl_clear 
-:      007312 g24_transmit_succ_rf_config:
-0x2cdb 007313 call g24_fetch_mem_rf_work_stage 
-0x2cdc 007315 beq 3 ,g24_transmit_hop_pac_succ 
-0x2cdd 007316 call g24_fetch_mem_data_type 
-0x2cde 007318 isolate0 bit_hop ,pdata 
-0x2cdf 007319 branch g24_transmit_rf_sta_init ,true 
-0x2ce0 007320 call g24_fetch_mem_rf_work_stage 
-0x2ce1 007322 beq 1 ,g24_transmit_hop_pac_succ_wo_hop 
-0x2ce2 007323 beq 2 ,g24_transmit_hop_pac_succ 
-0x2ce3 007324 rtn 
-:      007326 g24_rf_sta_check:
-0x2ce4 007327 call g24_fetch_mem_pairing_sm 
-0x2ce5 007329 rtnne state_24g_pairing_success 
-0x2ce6 007330 call g24_rf_laststa_synccnt_check 
-0x2ce7 007331 ncall g24_rf_sync_cnt_check ,user2 
-0x2ce8 007332 rtn 
-:      007334 g24_rf_laststa_synccnt_check:
-0x2ce9 007335 disable user2 
-0x2cea 007336 add regc ,offset_24g_rf_last_sta ,rega 
-0x2ceb 007337 ifetch 1 ,rega 
-0x2cec 007339 rtnne 1 
-0x2ced 007340 add regc ,offset_24g_sync_cnt ,rega 
-0x2cee 007341 ifetch 1 ,rega 
-0x2cef 007343 rtnne 0 
-0x2cf0 007344 setarg 1 
-0x2cf1 007345 call g24_store_mem_rf_work_stage 
-0x2cf2 007347 call g24_set4_mem_max_retry 
-0x2cf3 007349 branch enable_user2 
-:      007351 g24_rf_sync_cnt_check:
-0x2cf4 007352 add regc ,offset_24g_sync_cnt ,rega 
-0x2cf5 007353 ifetch 1 ,rega 
-0x2cf6 007355 branch g24_rf_hop_attemp ,blank 
-0x2cf7 007356 increase -1 ,pdata 
-0x2cf8 007357 call g24_store_mem_sync_cnt 
-0x2cf9 007359 setarg 2 
-0x2cfa 007360 call g24_store_mem_rf_work_stage 
-0x2cfb 007362 call g24_ch 
-0x2cfc 007364 branch g24_set4_mem_max_retry 
-:      007366 g24_store_mem_rf_work_stage:
-0x2cfd 007367 add regc ,offset_24g_rf_work_stage ,contw 
-0x2cfe 007368 branch g24_contw_istore_1byte 
-:      007371 g24_rf_hop_attemp:
-0x2cff 007372 setarg 3 
-0x2d00 007373 call g24_store_mem_rf_work_stage 
-0x2d01 007375 call g24_fetch_mem_rf_hop_ch 
-0x2d02 007377 nbranch g24_rf_hop_attemp_again ,blank 
-0x2d03 007378 call g24_ch 
-:      007380 g24_set2_mem_max_retry:
-0x2d04 007381 setarg 2 
-0x2d05 007382 branch g24_store_mem_max_retry 
-:      007384 g24_transmit_process:
-0x2d06 007385 rtnmark0 mark_24g 
-0x2d07 007386 set1 mark_24g_conext ,mark 
-0x2d08 007387 bpatch patch16_3 ,mem_patch16 
-0x2d09 007388 add regc ,offset_24g_tx_without_int ,rega 
-0x2d0a 007389 ifetch 1 ,rega 
-0x2d0b 007391 beq 1 ,g24_transmit_without_int 
-0x2d0c 007392 call g24_timer_check 
-0x2d0d 007393 nbranch g24_transmit_exit ,user 
-0x2d0e 007394 call g24_interval_calibrate 
-:      007395 g24_transmit_without_int:
-0x2d0f 007396 add regc ,offset_24g_tx_without_int ,contw 
-0x2d10 007397 call g24_mem_set0 
-0x2d11 007399 call g24_txdata_prep 
-0x2d12 007400 nbranch g24_enter_lpm ,user 
-0x2d13 007401 call g24_rf_sta_check 
-:      007402 g24_transmit_start:
-0x2d14 007403 call g24_transmit_packet 
-0x2d15 007404 call g24_power_ctrl 
-:      007405 g24_transmit_exit:
-0x2d16 007406 set0 mark_24g_conext ,mark 
-0x2d17 007407 rtn 
-:      007409 g24_timer_timeout:
-0x2d18 007410 rtn zero 
-0x2d19 007411 set1 28 ,pdata 
-0x2d1a 007412 rtn 
-:      007414 g24_interval_calibrate:
-0x2d1b 007415 add regc ,offset_24g_pac_index ,rega 
-0x2d1c 007416 ifetch 1 ,rega 
-0x2d1d 007418 increase 1 ,pdata 
-0x2d1e 007419 add regc ,offset_24g_pac_index ,contw 
-0x2d1f 007420 istore 1 ,contw 
-0x2d20 007422 beq 4 ,g24_interval_max 
-0x2d21 007423 beq 5 ,g24_interval_min 
-0x2d22 007424 rtn 
-:      007425 g24_interval_max:
-0x2d23 007426 add regc ,offset_24g_interval_max ,rega 
-0x2d24 007427 ifetch 1 ,rega 
-:      007429 g24_interval_update:
-0x2d25 007431 add regc ,offset_24g_interval ,contw 
-0x2d26 007432 branch g24_contw_istore_1byte 
-:      007434 g24_interval_min:
-0x2d27 007435 add regc ,offset_24g_pac_index ,contw 
-0x2d28 007436 call g24_mem_set0 
-0x2d29 007438 add regc ,offset_24g_interval_min ,rega 
-0x2d2a 007439 ifetch 1 ,rega 
-0x2d2b 007441 branch g24_interval_update 
-:      007443 g24_txdata_prep:
-0x2d2c 007444 call g24_fetch_mem_pairing_sm 
-0x2d2d 007446 bne state_24g_pairing_success ,g24_pairing_sm 
-0x2d2e 007447 bpatch patch16_4 ,mem_patch16 
-0x2d2f 007448 call g24_package_data 
-0x2d30 007449 nbranch g24_txdata_last_pac ,user 
-0x2d31 007450 call g24_transmit_prep 
-0x2d32 007451 call g24_power_ctrl_pac_incrs 
-:      007452 g24_txdata_enable_tx:
-0x2d33 007454 setarg ensure_on_24g 
-:      007455 g24_store_mem_ensure:
-0x2d34 007456 add regc ,offset_24g_ensure ,contw 
-0x2d35 007457 branch g24_contw_istore_1byte 
-:      007459 g24_txdata_last_pac:
-0x2d36 007460 add regc ,offset_24g_ensure ,rega 
-0x2d37 007461 ifetch 1 ,rega 
-0x2d38 007463 beq ensure_on_24g ,enable_user 
-0x2d39 007464 rtn 
-:      007466 g24_package_data:
-0x2d3a 007468 add regc ,offset_24g_cb_data ,temp 
-0x2d3b 007469 ifetch 2 ,temp 
-0x2d3c 007471 call callback_func 
-0x2d3d 007472 nrtn user 
-0x2d3e 007473 copy rega ,pdata 
-0x2d3f 007474 store 1 ,mem_rega 
-0x2d40 007475 add regc ,offset_24g_abort_pac ,contw 
-0x2d41 007476 call g24_mem_set0 
-0x2d42 007478 call g24_transmit_rf_ctrl_clear 
-0x2d43 007479 store 1 ,mem_24g_common_temp 
-0x2d44 007480 fetch 1 ,mem_rega 
-0x2d45 007481 copy pdata ,rega 
-0x2d46 007482 add rega ,1 ,temp 
-0x2d47 007483 arg mem_24g_common_temp + 1 ,contw 
-0x2d48 007484 copy rega ,loopcnt 
-0x2d49 007485 copy regb ,contr 
-0x2d4a 007486 call memcpy 
-0x2d4b 007487 arg mem_24g_common_temp ,rega 
-:      007488 g24_put_data_in_buff:
-0x2d4c 007489 rtnmark0 mark_24g_conext 
-0x2d4d 007490 add regc ,offset_24g_datalen ,contw 
-0x2d4e 007491 istoret 1 ,contw 
-0x2d4f 007493 copy temp ,loopcnt 
-0x2d50 007494 add regc ,offset_24g_txbuf ,contw 
-0x2d51 007496 copy rega ,contr 
-0x2d52 007497 branch memcpy 
-:      007499 g24_transmit_prep:
-0x2d53 007501 add regc ,offset_24g_datalen ,rega 
-0x2d54 007502 ifetch 1 ,rega 
-0x2d55 007504 increase 2 ,pdata 
-0x2d56 007505 add regc ,offset_24g_txlen ,contw 
-0x2d57 007506 istore 1 ,contw 
-0x2d58 007509 call g24_fetch_mem_data_type 
-0x2d59 007511 call g24_store_mem_txpayload 
-0x2d5a 007514 add regc ,offset_24g_datalen ,rega 
-0x2d5b 007515 ifetch 1 ,rega 
-0x2d5c 007517 lshift3 pdata ,pdata 
-0x2d5d 007518 add regc ,offset_24g_pid ,rega 
-0x2d5e 007519 ifetcht 1 ,rega 
-0x2d5f 007521 and temp ,0x03 ,temp 
-0x2d60 007522 lshift temp ,temp 
-0x2d61 007523 ior temp ,pdata 
-0x2d62 007524 add regc ,offset_24g_no_ack ,rega 
-0x2d63 007525 ifetcht 1 ,rega 
-0x2d64 007527 iadd temp ,pdata 
-0x2d65 007528 istore 1 ,contw 
-0x2d66 007530 add regc ,offset_24g_datalen ,rega 
-0x2d67 007531 ifetch 1 ,rega 
-0x2d68 007533 iforce loopcnt 
-0x2d69 007534 add regc ,offset_24g_txbuf ,contr 
-0x2d6a 007536 branch memcpy 
-:      007538 g24_send_abort_packet:
-0x2d6b 007539 call g24_set1_mem_abort_pac 
-0x2d6c 007541 call g24_set0_mem_rf_hop_ch 
-0x2d6d 007543 call g24_power_ctrl_reinit 
-0x2d6e 007544 call g24_transmit_rf_ctrl_clear 
-0x2d6f 007545 store 1 ,mem_24g_common_temp 
-0x2d70 007546 call g24_put_data_in_buff_pre 
-0x2d71 007547 call g24_fetch_mem_data_type 
-0x2d72 007549 set1 bit_abort ,pdata 
-0x2d73 007550 call g24_store_mem_data_type 
-0x2d74 007552 call g24_transmit_prep 
-0x2d75 007553 call g24_txdata_enable_tx 
-0x2d76 007554 branch g24_transmit_start 
-:      007556 g24_put_data_in_buff_pre:
-0x2d77 007557 store 1 ,mem_24g_common_temp + 1 
-0x2d78 007558 call g24_fetch_mem_device_addr 
-0x2d79 007560 store 4 ,mem_24g_common_temp + 2 
-0x2d7a 007561 arg 6 ,temp 
-0x2d7b 007562 arg mem_24g_common_temp ,rega 
-0x2d7c 007563 branch g24_put_data_in_buff 
-:      007565 g24_enter_lpm:
-0x2d7d 007566 add regc ,offset_24g_abort_pac ,rega 
-0x2d7e 007567 ifetch 1 ,rega 
-0x2d7f 007569 branch g24_send_abort_packet ,blank 
-:      007570 g24_enter_lpm_prepare:
-0x2d80 007572 add regc ,offset_24g_cb_lpm_prepare ,rega 
-0x2d81 007573 ifetch 2 ,rega 
-0x2d82 007575 branch callback_func 
-:      007577 g24_lpm_long_sleep:
-0x2d83 007578 call g24_head_ptr2regc 
-0x2d84 007580 call lpo_calibration 
-0x2d85 007581 fetch 3 ,mem_clks_per_lpo 
-0x2d86 007582 rtn blank 
-0x2d87 007583 add regc ,offset_24g_cb_lpm_before ,temp 
-0x2d88 007584 ifetch 2 ,temp 
-0x2d89 007586 call callback_func 
-0x2d8a 007587 add regc ,offset_24g_enter_hibernate ,temp 
-0x2d8b 007588 ifetch 8 ,temp 
-0x2d8c 007589 call clk2lpo 
-0x2d8d 007590 storet 4 ,mem_sleep_counter 
-0x2d8e 007591 branch lpm_sleep 
-:      007593 g24_transmit_packet:
-0x2d8f 007594 call g24_head_ptr2regc 
-0x2d90 007595 add regc ,offset_24g_retry ,contw 
-0x2d91 007596 call g24_mem_set0 
-:      007598 g24_transmit_loop:
-0x2d92 007599 call g24_transmit_receive_ack 
-0x2d93 007600 nbranch g24_retransmit ,sync 
-0x2d94 007601 nbranch g24_retransmit ,user3 
-0x2d95 007602 call g24_ackpayload_parse 
-0x2d96 007603 call g24_power_ctrl_ack_incrs 
-:      007604 g24_transmit_next_packet:
-0x2d97 007605 call g24_head_ptr2regc 
-0x2d98 007606 add regc ,offset_24g_pid ,rega 
-0x2d99 007607 ifetch 1 ,rega 
-0x2d9a 007609 increase 1 ,pdata 
-0x2d9b 007610 call g24_store_mem_pid 
-0x2d9c 007612 call g24_fetch_mem_pairing_sm 
-0x2d9d 007614 bne state_24g_pairing_success ,g24_paring_mode 
-0x2d9e 007615 call g24_transmit_succ_rf_config 
-:      007616 g24_transmit_abandon:
-0x2d9f 007617 setarg 0 
-0x2da0 007618 add regc ,offset_24g_txfail_cnt ,contw 
-0x2da1 007619 istore 2 ,contw 
-0x2da2 007623 setarg ensure_off_24g 
-0x2da3 007624 branch g24_store_mem_ensure 
-:      007627 g24_transmit_receive_ack:
-0x2da4 007628 disable user3 
-0x2da5 007629 call g24_transmit 
-0x2da6 007630 call g24_head_ptr2regc 
-0x2da7 007631 add regc ,offset_24g_no_ack ,rega 
-0x2da8 007632 ifetch 1 ,rega 
-0x2da9 007634 beq no_ack_24g ,g24_transmit_no_ack 
-0x2daa 007635 call g24_receive_packet 
-0x2dab 007636 branch g24_end_of_packet 
-:      007637 g24_transmit_no_ack:
-0x2dac 007638 call g24_end_of_packet 
-0x2dad 007639 branch g24_transmit_next_packet 
-:      007642 g24_retransmit:
-0x2dae 007643 bpatch patch16_5 ,mem_patch16 
-0x2daf 007644 add regc ,offset_24g_get_ack_fail ,rega 
-0x2db0 007645 ifetch 1 ,rega 
-0x2db1 007647 increase 1 ,pdata 
-0x2db2 007648 add regc ,offset_24g_get_ack_fail ,contw 
-0x2db3 007649 istore 1 ,contw 
-0x2db4 007651 call g24_fetch_mem_pairing_sm 
-0x2db5 007653 bne state_24g_pairing_success ,g24_tx_paring_retry 
-0x2db6 007654 add regc ,offset_24g_retry ,rega 
-0x2db7 007655 ifetcht 1 ,rega 
-0x2db8 007657 increase 1 ,temp 
-0x2db9 007658 add regc ,offset_24g_retry ,contw 
-0x2dba 007659 istoret 1 ,contw 
-0x2dbb 007661 add regc ,offset_24g_max_retry ,rega 
-0x2dbc 007662 ifetch 1 ,rega 
-0x2dbd 007664 isub temp ,pdata 
-0x2dbe 007665 nbranch g24_transmit_loop ,blank 
-0x2dbf 007666 bpatch patch16_6 ,mem_patch16 
-0x2dc0 007667 call g24_fetch_mem_rf_work_stage 
-0x2dc1 007669 beq 3 ,g24_transmit_pac_fail_hop_stage3 
-0x2dc2 007670 add regc ,offset_24g_hop_pac_retry ,rega 
-0x2dc3 007671 ifetch 1 ,rega 
-0x2dc4 007673 increase 1 ,pdata 
-0x2dc5 007674 add regc ,offset_24g_hop_pac_retry ,contw 
-0x2dc6 007675 istore 1 ,contw 
-0x2dc7 007677 beq 2 ,g24_transmit_hop_pac_fail 
-0x2dc8 007678 call g24_hop_ch_enable 
-0x2dc9 007679 setarg 1 
-0x2dca 007680 call g24_store_mem_max_retry 
-0x2dcb 007682 branch g24_transmit_packet 
-:      007684 g24_tx_paring_retry:
-0x2dcc 007685 add regc ,offset_24g_get_ack_fail ,rega 
-0x2dcd 007686 ifetch 1 ,rega 
-0x2dce 007688 rtnne 0xff 
-0x2dcf 007689 add regc ,offset_24g_get_ack_fail ,contw 
-0x2dd0 007690 call g24_mem_set0 
-0x2dd1 007692 branch g24_stop_24g_mode 
-:      007694 g24_tx_attempt_fail:
-0x2dd2 007695 add regc ,offset_24g_txfail_cnt ,contw 
-0x2dd3 007696 call g24_mem_set0 
-:      007698 g24_stop_24g_mode:
-0x2dd4 007699 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-0x2dd5 007700 branch ui_ipc_send_event 
-:      007702 g24_ackpayload_parse:
-0x2dd6 007703 call g24_read_len_pid_crc 
-0x2dd7 007704 add regc ,offset_24g_rxdata_length ,rega 
-0x2dd8 007705 ifetch 1 ,rega 
-0x2dd9 007707 rtn blank 
-0x2dda 007708 iforce loopcnt 
-0x2ddb 007709 add regc ,offset_24g_rxbuf_add2 ,contr 
-0x2ddc 007711 add regc ,offset_24g_rxpayload ,contw 
-0x2ddd 007713 branch memcpy 
-:      007716 g24_read_len_pid_crc:
-0x2dde 007718 call g24_fetch_mem_rxbuf_add1 
-0x2ddf 007720 rshift3 pdata ,pdata 
-0x2de0 007721 add regc ,offset_24g_rxdata_length ,contw 
-0x2de1 007722 istore 1 ,contw 
-0x2de2 007725 increase 1 ,pdata 
-0x2de3 007726 add regc ,offset_24g_rxbuf_add1 ,contr 
-0x2de4 007728 iadd contr ,contr 
-0x2de5 007729 ifetch 3 ,contr 
-0x2de6 007730 add regc ,offset_24g_sta_crc ,contw 
-0x2de7 007731 istore 3 ,contw 
-0x2de8 007734 call g24_fetch_mem_rxbuf_add1 
-0x2de9 007736 rshift pdata ,pdata 
-0x2dea 007737 and pdata ,0x03 ,pdata 
-0x2deb 007738 add regc ,offset_24g_sta_pid ,contw 
-0x2dec 007739 istore 1 ,contw 
-0x2ded 007741 rtn 
-:      007743 g24_prep:
-0x2dee 007744 disable enable_crc 
-0x2def 007745 disable enable_white 
-0x2df0 007746 setarg 0x555555 
-0x2df1 007747 iforce crc24_init 
-0x2df2 007748 rtn 
-:      007750 g24_set_freq_tx:
-0x2df3 007751 call set_sync_on 
-0x2df4 007752 add regc ,offset_24g_ch ,rega 
-0x2df5 007753 ifetcht 1 ,rega 
-0x2df6 007755 branch set_freq_tx 
-:      007757 g24_transmit:
-0x2df7 007758 call g24_prep 
-0x2df8 007759 call g24_set_freq_tx 
-0x2df9 007760 set1 txgfsk ,radio_ctrl 
-0x2dfa 007761 enable encode_fec0 
-0x2dfb 007762 enable is_tx 
-0x2dfc 007763 disable is_rx 
-0x2dfd 007764 call le_enable 
-0x2dfe 007765 call g24_fetch_mem_addr 
-0x2dff 007767 iforce access 
-0x2e00 007768 inject mod ,32 
-0x2e01 007769 enable enable_crc 
-0x2e02 007770 add regc ,offset_24g_txlen ,rega 
-0x2e03 007771 ifetch 1 ,rega 
-0x2e04 007773 iforce loopcnt 
-0x2e05 007774 add regc ,offset_24g_txpayload ,contr 
-:      007776 g24tr_loop:
-0x2e06 007777 ifetch 1 ,contr 
-0x2e07 007778 inject mod ,8 
-0x2e08 007779 loop g24tr_loop 
-0x2e09 007780 enable enable_parity 
-0x2e0a 007781 inject mod ,24 
-0x2e0b 007782 disable enable_parity 
-0x2e0c 007783 until null ,tx_clear 
-0x2e0d 007784 bpatch patch16_7 ,mem_patch16 
-0x2e0e 007785 nop 100 
-0x2e0f 007786 disable encode_fec0 
-0x2e10 007787 rtn 
-:      007789 g24_receive_packet:
-0x2e11 007790 disable user3 
-0x2e12 007791 force 0 ,radio_ctrl 
-0x2e13 007792 add regc ,offset_24g_ch ,rega 
-0x2e14 007793 ifetcht 1 ,rega 
-0x2e15 007795 call set_freq_rx 
-0x2e16 007796 call rf_rx_enable 
-:      007797 g24_receive_rxon:
-0x2e17 007798 call g24_prep 
-0x2e18 007799 enable decode_fec0 
-0x2e19 007800 enable is_rx 
-0x2e1a 007801 disable is_tx 
-0x2e1b 007802 call le_enable 
-0x2e1c 007803 call g24_fetch_mem_addr 
-0x2e1d 007805 iforce access 
-0x2e1e 007806 enable swfine 
-0x2e1f 007807 add regc ,offset_24g_rx_window ,rega 
-0x2e20 007808 ifetch 2 ,rega 
-0x2e21 007810 iforce stop_watch 
-0x2e22 007811 correlate null ,timeout 
-0x2e23 007812 nbranch g24_sync_timeout ,sync 
-0x2e24 007813 enable enable_crc 
-0x2e25 007814 parse demod ,bucket ,8 
-0x2e26 007815 rshift3 pwindow ,pdata 
-0x2e27 007816 add regc ,offset_24g_rxbuf ,contw 
-0x2e28 007817 istore 1 ,contw 
-0x2e29 007819 add regc ,offset_24g_mode ,rega 
-0x2e2a 007820 ifetch 1 ,rega 
-0x2e2b 007822 beq rx_24g ,g24_receive_skip 
-0x2e2c 007823 bpatch patch17_0 ,mem_patch17 
-0x2e2d 007824 add regc ,offset_24g_rxbuf ,rega 
-0x2e2e 007825 ifetch 1 ,rega 
-0x2e2f 007827 add regc ,offset_24g_data_type ,rega 
-0x2e30 007828 ifetcht 1 ,rega 
-0x2e31 007830 icompare bits_data ,temp 
-0x2e32 007831 nbranch g24_end_of_packet ,true 
-:      007832 g24_receive_skip:
-0x2e33 007833 parse demod ,bucket ,8 
-0x2e34 007834 rshift3 pwindow ,pdata 
-0x2e35 007835 istore 1 ,contw 
-0x2e36 007836 rshift3 pdata ,pdata 
-0x2e37 007837 and pdata ,0x1f ,loopcnt 
-0x2e38 007838 branch g24rx_nopayload ,zero 
-:      007839 g24rx_loop:
-0x2e39 007840 parse demod ,bucket ,8 
-0x2e3a 007841 rshift3 pwindow ,pdata 
-0x2e3b 007842 istore 1 ,contw 
-0x2e3c 007843 loop g24rx_loop 
-:      007844 g24rx_nopayload:
-0x2e3d 007845 parse demod ,bucket ,24 
-0x2e3e 007846 rshift32 pdata ,pdata 
-0x2e3f 007847 rshift16 pdata ,pdata 
-0x2e40 007848 istore 3 ,contw 
-0x2e41 007849 branch g24_end_of_packet ,crc_failed 
-0x2e42 007850 enable user3 
-0x2e43 007851 disable decode_fec0 
-0x2e44 007852 rtn 
-:      007855 g24_end_of_packet:
-0x2e45 007856 disable encode_fec0 
-0x2e46 007857 disable decode_fec0 
-0x2e47 007858 disable enable_crc 
-0x2e48 007859 disable enable_white 
-0x2e49 007860 branch shutdown_radio ,is_rx 
-0x2e4a 007861 until null ,tx_clear 
-0x2e4b 007862 nop 100 
-0x2e4c 007863 branch shutdown_radio 
-:      007865 g24_sync_timeout:
-0x2e4d 007866 call rssi_noise 
-0x2e4e 007867 branch g24_end_of_packet 
-:      007869 rssi_noise:
-0x2e4f 007870 call save_rssi 
-0x2e50 007871 rtn blank 
-0x2e51 007872 add regc ,offset_rssi_noise_index ,rega 
-0x2e52 007873 ifetcht 1 ,rega 
-0x2e53 007875 arg mem_rssi_noise_buffer ,rega 
-0x2e54 007877 call rssi_noise_store 
-0x2e55 007878 add regc ,offset_rssi_noise_index ,contw 
-:      007880 g24_contw_istoret_1byte:
-0x2e56 007881 istoret 1 ,contw 
-0x2e57 007882 rtn 
-:      007884 rssi_noise_store:
-0x2e58 007885 arg rssi_buf_len_noise ,regb 
-0x2e59 007886 branch rssi_store 
-:      007904 rssi_store:
-0x2e5a 007905 copy rega ,pdata 
-0x2e5b 007906 iadd temp ,contw 
-0x2e5c 007907 fetch 1 ,mem_rssi 
-0x2e5d 007908 istore 1 ,contw 
-0x2e5e 007909 increase 1 ,temp 
-0x2e5f 007910 copy regb ,pdata 
-0x2e60 007911 iand_into temp 
-0x2e61 007912 rtn 
-:      007914 rssi_average:
-0x2e62 007915 arg 0 ,temp 
-0x2e63 007916 copy rega ,contr 
-:      007917 rssi_average_loop:
-0x2e64 007918 ifetch 1 ,contr 
-0x2e65 007919 iadd temp ,temp 
-0x2e66 007920 loop rssi_average_loop 
-0x2e67 007921 rshift8 temp ,temp 
-0x2e68 007922 rtn 
-:      007924 g24_power_ctrl_init:
-0x2e69 007925 call g24_head_ptr2regc 
-0x2e6a 007926 call g24_power_ctrl_incrs_level1 
-0x2e6b 007927 setarg 1 
-0x2e6c 007928 call g24_store_mem_power_ctrl_level 
-:      007930 g24_power_ctrl_reinit:
-0x2e6d 007931 setarg 0 
-0x2e6e 007932 call g24_store_mem_power_ctrl_pac 
-0x2e6f 007934 istore 1 ,contw 
-0x2e70 007936 rtn 
-:      007938 g24_power_ctrl_pac_incrs:
-0x2e71 007939 call g24_fetch_mem_power_ctrl_pac 
-0x2e72 007941 increase 1 ,pdata 
-:      007942 g24_store_mem_power_ctrl_pac:
-0x2e73 007944 add regc ,offset_power_ctrl_packet_cnt ,contw 
-0x2e74 007945 branch g24_contw_istore_1byte 
-:      007947 g24_power_ctrl_ack_incrs:
-0x2e75 007950 add regc ,offset_power_ctrl_ack_cnt ,rega 
-0x2e76 007951 ifetch 1 ,rega 
-0x2e77 007952 increase 1 ,pdata 
-0x2e78 007953 add regc ,offset_power_ctrl_ack_cnt ,contw 
-0x2e79 007954 branch g24_contw_istore_1byte 
-:      007956 g24_power_ctrl:
-0x2e7a 007957 bpatch patch17_1 ,mem_patch17 
-0x2e7b 007958 call g24_fetch_mem_power_ctrl_pac 
-0x2e7c 007960 sub pdata ,power_ctrl_max_packet_cnt ,null 
-0x2e7d 007961 rtn positive 
-0x2e7e 007962 add regc ,offset_power_ctrl_ack_cnt ,rega 
-0x2e7f 007963 ifetcht 1 ,rega 
-0x2e80 007965 isub temp ,temp 
-0x2e81 007966 call g24_power_ctrl_reinit 
-0x2e82 007967 setarg offset_power_ctrl_threshold_up 
-0x2e83 007968 iadd regc ,rega 
-0x2e84 007969 ifetch 1 ,rega 
-0x2e85 007971 isub temp ,null 
-0x2e86 007972 nbranch g24_power_ctrl_incrs ,positive 
-0x2e87 007973 setarg offset_power_ctrl_threshold_down 
-0x2e88 007974 iadd regc ,rega 
-0x2e89 007975 ifetch 1 ,rega 
-0x2e8a 007977 isub temp ,null 
-0x2e8b 007978 branch g24_power_ctrl_decrs ,positive 
-0x2e8c 007979 rtn 
-:      007981 g24_power_ctrl_incrs:
-0x2e8d 007982 add regc ,offset_power_ctrl_level ,rega 
-0x2e8e 007983 ifetch 1 ,rega 
-0x2e8f 007985 beq 2 ,g24_power_ctrl_incrs_level2 
-0x2e90 007986 increase 1 ,pdata 
-0x2e91 007987 call g24_store_mem_power_ctrl_level 
-0x2e92 007989 beq 1 ,g24_power_ctrl_incrs_level1 
-:      007990 g24_power_ctrl_incrs_level2:
-0x2e93 007991 setarg power_ctrl_losspac_thresh_up2 
-0x2e94 007992 call g24_store_mem_power_ctrl_threshold_up 
-0x2e95 007994 setarg power_ctrl_losspac_thresh_down2 
-0x2e96 007995 call g24_store_mem_power_ctrl_threshold_down 
-0x2e97 007998 add regc ,offset_power_ctrl_txpwr_level2 ,rega 
-0x2e98 008000 branch g24_ifetch_rega_store_mem_txpower 
-:      008002 g24_power_ctrl_decrs:
-0x2e99 008003 add regc ,offset_power_ctrl_level ,rega 
-0x2e9a 008004 ifetch 1 ,rega 
-0x2e9b 008006 beq 0 ,g24_power_ctrl_decrs_level0 
-0x2e9c 008007 increase -1 ,pdata 
-0x2e9d 008008 call g24_store_mem_power_ctrl_level 
-0x2e9e 008010 beq 0 ,g24_power_ctrl_decrs_level0 
-:      008011 g24_power_ctrl_decrs_level1:
-:      008014 g24_power_ctrl_incrs_level1:
-0x2e9f 008015 setarg power_ctrl_losspac_thresh_up1 
-0x2ea0 008016 call g24_store_mem_power_ctrl_threshold_up 
-0x2ea1 008018 setarg power_ctrl_losspac_thresh_down1 
-0x2ea2 008019 call g24_store_mem_power_ctrl_threshold_down 
-0x2ea3 008022 setarg offset_power_ctrl_txpwr_level1 
-:      008023 g24_iadd_offset_mem_txpower:
-0x2ea4 008024 iadd regc ,rega 
-:      008025 g24_ifetch_rega_store_mem_txpower:
-0x2ea5 008026 ifetch 1 ,rega 
-0x2ea6 008028 branch g24_store_mem_txpower 
-:      008030 g24_power_ctrl_decrs_level0:
-0x2ea7 008033 setarg power_ctrl_losspac_thresh_up0 
-0x2ea8 008034 call g24_store_mem_power_ctrl_threshold_up 
-0x2ea9 008036 setarg power_ctrl_losspac_thresh_down0 
-0x2eaa 008037 call g24_store_mem_power_ctrl_threshold_down 
-0x2eab 008040 setarg offset_power_ctrl_txpwr_level0 
-0x2eac 008042 branch g24_iadd_offset_mem_txpower 
-:      008056 g24_start_pairing_sm1:
-0x2ead 008057 set1 mark_24g ,mark 
-0x2eae 008058 call g24_pair_init 
-:      008059 g24_set_pairing_sm_1:
-0x2eaf 008061 setarg state_24g_pairing_1 
-0x2eb0 008062 branch g24_store_mem_pairing_sm 
-:      008064 g24_pairing_sm:
-0x2eb1 008065 add regc ,offset_24g_ensure ,rega 
-0x2eb2 008066 ifetch 1 ,rega 
-0x2eb3 008068 beq ensure_on_24g ,enable_user 
-0x2eb4 008069 call g24_fetch_mem_pairing_sm 
-0x2eb5 008071 beq state_24g_pairing_1 ,g24_pairing_sm_1 
-0x2eb6 008072 beq state_24g_pairing_2 ,g24_pairing_sm_2 
-0x2eb7 008073 beq state_24g_pairing_3 ,g24_pairing_sm_3 
-0x2eb8 008074 branch assert 
-:      008076 g24_pairing_sm_1:
-0x2eb9 008077 setarg state_24g_pairing_1_waiting_ack 
-0x2eba 008078 call g24_store_mem_pairing_sm 
-0x2ebb 008080 jam 0xaa ,mem_24g_common_temp 
-0x2ebc 008081 branch g24_pairing_sm_common 
-:      008082 g24_pairing_sm_2:
-0x2ebd 008083 setarg state_24g_pairing_2_waiting_ack 
-0x2ebe 008084 call g24_store_mem_pairing_sm 
-0x2ebf 008086 jam 0x55 ,mem_24g_common_temp 
-0x2ec0 008087 branch g24_pairing_sm_common 
-:      008088 g24_pairing_sm_3:
-0x2ec1 008089 setarg state_24g_pairing_3_waiting_ack 
-0x2ec2 008090 call g24_store_mem_pairing_sm 
-0x2ec3 008092 jam 0x22 ,mem_24g_common_temp 
-:      008093 g24_pairing_sm_common:
-0x2ec4 008094 call g24_fetch_mem_data_type 
-0x2ec5 008096 and_into bits_data ,pdata 
-0x2ec6 008097 store 1 ,mem_24g_common_temp + 1 
-0x2ec7 008098 call g24_fetch_mem_device_addr 
-0x2ec8 008100 store 4 ,mem_24g_common_temp + 2 
-:      008101 g24_put_pairing_data_in_buff:
-0x2ec9 008102 jam 0 ,mem_24g_common_temp + 6 
-0x2eca 008103 arg mem_24g_common_temp ,rega 
-0x2ecb 008104 arg 7 ,temp 
-0x2ecc 008105 call g24_put_data_in_buff 
-0x2ecd 008106 call g24_transmit_prep 
-0x2ece 008107 call g24_txdata_enable_tx 
-0x2ecf 008108 branch enable_user 
-:      008110 g24_paring_mode:
-0x2ed0 008111 call g24_fetch_mem_pairing_sm 
-0x2ed1 008113 rtneq state_24g_pairing_success 
-0x2ed2 008114 beq state_24g_pairing_1_waiting_ack ,g24_pairing_sm_1_waiting_ack 
-0x2ed3 008115 beq state_24g_pairing_2_waiting_ack ,g24_pairing_sm_2_waiting_ack 
-0x2ed4 008116 beq state_24g_pairing_3_waiting_ack ,g24_pairing_sm_3_waiting_ack 
-0x2ed5 008117 rtn 
-:      008119 g24_pairing_sm_1_waiting_ack:
-0x2ed6 008120 setarg state_24g_pairing_2 
-0x2ed7 008121 call g24_store_mem_pairing_sm 
-0x2ed8 008123 branch g24_transmit_abandon 
-:      008124 g24_pairing_sm_2_waiting_ack:
-0x2ed9 008125 setarg state_24g_pairing_3 
-0x2eda 008126 call g24_store_mem_pairing_sm 
-0x2edb 008128 branch g24_transmit_abandon 
-:      008129 g24_pairing_sm_3_waiting_ack:
-0x2edc 008130 setarg state_24g_pairing_success 
-0x2edd 008131 call g24_store_mem_pairing_sm 
-0x2ede 008133 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-0x2edf 008134 call ui_ipc_send_event 
-0x2ee0 008135 add regc ,offset_24g_rxpayload_add2 ,rega 
-0x2ee1 008136 ifetch 4 ,rega 
-0x2ee2 008138 call g24_store_mem_addr 
-0x2ee3 008140 branch g24_transmit_abandon 
-:      008142 g24_auto_pair_start:
-0x2ee4 008143 set0 mark_24g ,mark 
-0x2ee5 008144 call g24_auto_pair_set_device_info 
-0x2ee6 008145 call g24_tx_attemp_data_prep 
-:      008146 g24_auto_pair_restart:
-0x2ee7 008147 call g24_set0_mem_check_dongle_times 
-:      008148 g24_auto_pair_start_loop:
-0x2ee8 008149 nop 2000 
-0x2ee9 008150 call g24_fetch_mem_check_dongle_times 
-0x2eea 008151 beq 0xff ,g24_stop_24g_mode 
-0x2eeb 008152 call g24_transmit_receive_ack 
-0x2eec 008153 nbranch g24_auto_pair_retry ,sync 
-0x2eed 008154 nbranch g24_auto_pair_retry ,user3 
-0x2eee 008155 call g24_ackpayload_parse 
-0x2eef 008156 call g24_head_ptr2regc 
-0x2ef0 008157 add regc ,offset_24g_paring_addr ,rega 
-0x2ef1 008158 ifetcht 4 ,rega 
-0x2ef2 008159 call g24_fetch_mem_addr_isub_temp 
-0x2ef3 008160 branch g24_start_pairing_sm1 ,zero 
-0x2ef4 008161 call g24_head_ptr2regc 
-0x2ef5 008162 add regc ,offset_24g_rxpayload_add2 ,rega 
-0x2ef6 008163 ifetch 4 ,rega 
-0x2ef7 008164 beq 0 ,g24_auto_pair_restart 
-0x2ef8 008165 call g24_store_mem_addr 
-0x2ef9 008166 branch g24_tx_attemp_dongle_succ 
-:      008168 g24_auto_pair_retry:
-0x2efa 008169 call g24_fetch_mem_check_dongle_times 
-0x2efb 008170 increase 1 ,pdata 
-0x2efc 008171 call g24_store_mem_check_dongle_times 
-0x2efd 008173 call g24_fetch_mem_auto_paring_switch 
-0x2efe 008174 increase 1 ,pdata 
-0x2eff 008175 and_into 1 ,pdata 
-0x2f00 008176 call g24_store_mem_auto_paring_switch 
-0x2f01 008177 beq 0 ,g24_auto_pair_device_attemp 
-0x2f02 008178 beq 1 ,g24_auto_pair_pair_attemp 
-0x2f03 008179 rtn 
-:      008181 g24_fetch_mem_auto_paring_switch:
-0x2f04 008182 setarg offset_24g_auto_pair_switch 
-0x2f05 008183 branch g24_set_rega_ifetch_1byte 
-:      008184 g24_store_mem_auto_paring_switch:
-0x2f06 008185 arg offset_24g_auto_pair_switch ,rega 
-0x2f07 008186 branch g24_set_contw_with_regb_store_1byte 
-:      008188 g24_auto_pair_set_device_info:
-0x2f08 008189 call g24_store_mem_tx_power 
-0x2f09 008190 call g24_fetch_mem_device_addr 
-0x2f0a 008191 call g24_store_mem_addr 
-0x2f0b 008192 branch g24_ch 
-:      008194 g24_auto_pair_device_attemp:
-0x2f0c 008195 call g24_auto_pair_set_device_info 
-0x2f0d 008196 branch g24_auto_pair_start_loop 
-:      008198 g24_auto_pair_pair_attemp:
-0x2f0e 008199 call g24_pair_init 
-0x2f0f 008200 branch g24_auto_pair_start_loop 
-:      008203 g24_start_24g_mode:
-0x2f10 008204 set0 mark_24g ,mark 
-0x2f11 008205 call g24_ch 
-0x2f12 008206 call g24_fetch_mem_pairing_sm 
-0x2f13 008208 rtnne state_24g_pairing_success 
-0x2f14 008209 call g24_tx_attemp_data_prep 
-0x2f15 008210 call g24_set0_mem_check_dongle_times 
-:      008212 g24_tx_attemp_dongle_loop:
-0x2f16 008213 nop 2000 
-0x2f17 008214 call g24_fetch_mem_check_dongle_times 
-0x2f18 008216 beq 0xff ,g24_stop_24g_mode 
-0x2f19 008217 call g24_transmit_receive_ack 
-0x2f1a 008218 nbranch g24_attemp_txdata_retry ,sync 
-0x2f1b 008219 nbranch g24_attemp_txdata_retry ,user3 
-:      008220 g24_tx_attemp_dongle_succ:
-0x2f1c 008221 set1 mark_24g ,mark 
-0x2f1d 008222 call g24_set0_mem_check_dongle_times 
-0x2f1e 008223 setarg state_24g_pairing_success 
-0x2f1f 008224 call g24_store_mem_pairing_sm 
-0x2f20 008226 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-0x2f21 008227 branch ui_ipc_send_event 
-:      008229 g24_tx_attemp_data_prep:
-0x2f22 008230 set1 mark_24g_conext ,mark 
-0x2f23 008231 jam 0xff ,mem_24g_common_temp 
-0x2f24 008232 call g24_fetch_mem_data_type 
-0x2f25 008234 call g24_put_data_in_buff_pre 
-0x2f26 008235 branch g24_transmit_prep 
-:      008237 g24_attemp_txdata_retry:
-0x2f27 008238 call g24_fetch_mem_check_dongle_times 
-0x2f28 008240 increase 1 ,pdata 
-0x2f29 008241 call g24_store_mem_check_dongle_times 
-0x2f2a 008243 call g24_ch 
-0x2f2b 008244 branch g24_tx_attemp_dongle_loop 
-:      008246 g24_check_51cmd_start_24g:
-0x2f2c 008247 call g24_store_mem_tx_power 
-0x2f2d 008250 setarg state_24g_pairing_success 
-0x2f2e 008251 call g24_store_mem_pairing_sm 
-0x2f2f 008253 branch g24_start_24g_mode 
-:      008262 dongle_init:
-0x2f30 008263 bpatch patch17_2 ,mem_patch17 
-0x2f31 008264 call g24_head_ptr2regc 
-0x2f32 008265 setarg dongle_rxdata_type1 
-0x2f33 008266 add regc ,offset_24g_cb_rxdata_type1 ,contw 
-0x2f34 008267 istore 2 ,contw 
-0x2f35 008269 call g24_receive_init 
-0x2f36 008270 call usb_init 
-0x2f37 008271 call g24_fetch_mem_pair_mode 
-0x2f38 008273 bpatch patch17_3 ,mem_patch17 
-0x2f39 008274 beq 0x00 ,dongle_auto_bind 
-0x2f3a 008275 beq 0x01 ,dongle_pc_bind 
-0x2f3b 008276 beq 0x0f ,dongle_all_powerful 
-0x2f3c 008277 branch assert 
-:      008279 g24_receive_init:
-0x2f3d 008280 call g24_store_mem_tx_power_temp 
-0x2f3e 008281 arg 0x80 ,loopcnt 
-0x2f3f 008282 arg mem_rssi_noise_buffer ,contw 
-0x2f40 008283 branch memset0 
-:      008285 dongle_all_powerful:
-0x2f41 008286 call dongle_check_mode 
-:      008287 dongle_all_powerful_loop:
-0x2f42 008288 call g24_dongle_work_mode 
-0x2f43 008289 call usb_isr 
-0x2f44 008290 branch dongle_all_powerful_loop 
-:      008292 dongle_pc_bind:
-0x2f45 008293 bpatch patch17_4 ,mem_patch17 
-0x2f46 008294 call dongle_check_mode 
-:      008295 dongle_pc_bind_loop:
-0x2f47 008296 call g24_dongle_work_mode 
-0x2f48 008297 call g24_dongle_bind_mode 
-0x2f49 008298 call usb_isr 
-0x2f4a 008299 call dongle_usb_dispatch 
-0x2f4b 008300 branch dongle_pc_bind_loop 
-:      008302 dongle_check_mode:
-0x2f4c 008306 call g24_set_work_mem_dongle_work_mode 
-0x2f4d 008307 call g24_set0_mem_dongle_mode_init 
-0x2f4e 008308 branch g24_set0_mem_ackpayload_enable 
-:      008310 g24_dongle_work_mode:
-0x2f4f 008311 call g24_fetch_mem_dongle_work_mode 
-0x2f50 008313 rtnne dongle_work 
-:      008314 g24_dongle_work_mode_start:
-0x2f51 008315 call g24_dongle_work_init 
-0x2f52 008316 call g24_ch_process 
-0x2f53 008317 call g24_receive_packet_start 
-0x2f54 008318 branch g24_blank_data_process 
-:      008320 g24_dongle_work_init:
-0x2f55 008321 call g24_fetch_mem_dongle_mode_init 
-0x2f56 008323 rtnbit1 dongle_work 
-0x2f57 008324 set1 dongle_work ,pdata 
-0x2f58 008325 call g24_store_mem_dongle_mode_init 
-0x2f59 008327 call g24_store_mem_tx_power 
-0x2f5a 008330 call g24_set0_mem_ackpayload_enable 
-0x2f5b 008332 jam 0 ,mem_usb_tx_enable 
-0x2f5c 008333 call g24_set1_mem_abort_pac 
-0x2f5d 008335 call g24_dongle_init 
-:      008336 g24_rx_interrupt_clear:
-0x2f5e 008337 add regc ,offset_24g_rxbuf ,contw 
-0x2f5f 008339 arg 66 ,loopcnt 
-0x2f60 008340 branch clear_mem 
-:      008342 g24_dongle_init:
-0x2f61 008343 call g24_set0_mem_pid 
-0x2f62 008345 call g24_fetch_mem_rx_addr 
-0x2f63 008347 call g24_store_mem_addr 
-0x2f64 008349 branch g24_ch 
-:      008351 g24_ch_process:
-0x2f65 008352 bpatch patch17_5 ,mem_patch17 
-0x2f66 008353 call g24_fetch_mem_abort_pac 
-0x2f67 008355 beq 1 ,g24_noise_rssi 
-0x2f68 008356 call g24_fetch_mem_hop_pac 
-0x2f69 008358 beq 1 ,g24_ch 
-0x2f6a 008359 setarg offset_24g_hop_btclk 
-0x2f6b 008360 iadd regc ,rega 
-0x2f6c 008361 ifetcht 4 ,rega 
-0x2f6d 008363 copy clkn_bt ,pdata 
-0x2f6e 008364 isub temp ,null 
-0x2f6f 008365 ncall g24_timer_timeout ,positive 
-0x2f70 008366 copy pdata ,regb 
-0x2f71 008367 setarg offset_24g_hop_btclk 
-0x2f72 008368 iadd regc ,rega 
-0x2f73 008369 ifetch 4 ,rega 
-0x2f74 008370 copy pdata ,temp 
-0x2f75 008372 setarg offset_24g_hop_interval 
-0x2f76 008373 iadd regc ,rega 
-0x2f77 008374 copy temp ,pdata 
-0x2f78 008375 ifetcht 1 ,rega 
-0x2f79 008377 iadd temp ,temp 
-0x2f7a 008378 copy regb ,pdata 
-0x2f7b 008379 isub temp ,null 
-0x2f7c 008380 nrtn positive 
-0x2f7d 008381 set0 28 ,pdata 
-0x2f7e 008382 setarg offset_24g_hop_btclk 
-0x2f7f 008383 iadd regc ,contw 
-0x2f80 008384 istore 4 ,contw 
-:      008386 g24_ch_update:
-0x2f81 008387 call g24_ch 
-0x2f82 008388 call g24_fetch_mem_rf_laststa 
-0x2f83 008390 increase 1 ,pdata 
-0x2f84 008391 call g24_store_mem_rf_laststa 
-0x2f85 008393 rtnne 2 
-0x2f86 008394 call g24_set0_mem_rf_laststa 
-0x2f87 008398 branch g24_set1_mem_abort_pac 
-:      008400 g24_ch_timer_reinit:
-0x2f88 008401 copy clkn_bt ,pdata 
-0x2f89 008402 arg offset_24g_hop_btclk ,rega 
-0x2f8a 008403 call g24_set_contw_with_temp 
-0x2f8b 008404 istore 4 ,contw 
-0x2f8c 008408 branch g24_set0_mem_rf_laststa 
-:      008410 g24_noise_rssi:
-0x2f8d 008411 arg mem_rssi_noise_buffer ,rega 
-0x2f8e 008412 call g24_noise_rssi_average 
-0x2f8f 008413 add regc ,offset_rssi_noise_avg ,contw 
-0x2f90 008414 istoret 1 ,contw 
-0x2f91 008416 sub temp ,rssi_thresh_noise ,null 
-0x2f92 008417 nrtn positive 
-0x2f93 008418 branch g24_ch 
-:      008420 g24_noise_rssi_average:
-0x2f94 008421 arg rssi_buf_len_noise + 1 ,loopcnt 
-0x2f95 008422 branch rssi_average 
-:      008424 g24_blank_data_process:
-0x2f96 008425 call g24_ms_blank_data 
-0x2f97 008426 call g24_kb_blank_data 
-0x2f98 008427 branch g24_kb_mul_blank_data 
-:      008429 g24_ms_blank_data:
-0x2f99 008430 setarg offset_24g_ms_blank_data_enable 
-0x2f9a 008431 call g24_set_rega_ifetch_1byte 
-0x2f9b 008433 rtn blank 
-0x2f9c 008434 arg timer_ms_blank ,queue 
-0x2f9d 008435 call timer_check 
-0x2f9e 008436 nrtn blank 
-0x2f9f 008437 call g24_set0_mem_ms_blank_data_enable 
-:      008439 g24_ms_blank_data_2usb:
-0x2fa0 008440 setarg ms_report_id 
-0x2fa1 008441 store 1 ,mem_usb_mouse_data 
-0x2fa2 008442 setarg 0 
-0x2fa3 008443 istore 7 ,contw 
-0x2fa4 008444 branch g24_data_type1_usbtx_enable 
-:      008446 g24_kb_blank_data:
-0x2fa5 008447 setarg offset_24g_kb_blank_data_enable 
-0x2fa6 008448 call g24_set_rega_ifetch_1byte 
-0x2fa7 008450 rtn blank 
-0x2fa8 008451 arg timer_kb_blank ,queue 
-0x2fa9 008452 call timer_check 
-0x2faa 008453 nrtn blank 
-0x2fab 008454 call g24_set0_mem_kb_blank_data_enable 
-:      008456 g24_kb_blank_data_2usb:
-0x2fac 008457 arg mem_usb_kb_data ,contw 
-0x2fad 008458 arg 2 ,loopcnt 
-0x2fae 008459 call memset0 
-0x2faf 008460 jam kb_normal_report_id ,mem_usb_kb_data 
-0x2fb0 008461 branch g24_kb_data_into_ep1_fifo 
-:      008463 g24_kb_mul_blank_data:
-0x2fb1 008464 setarg offset_24g_kb_mul_blank_data_enable 
-0x2fb2 008465 call g24_set_rega_ifetch_1byte 
-0x2fb3 008467 rtn blank 
-0x2fb4 008468 arg timer_kb_mul_blank ,queue 
-0x2fb5 008469 call timer_check 
-0x2fb6 008470 nrtn blank 
-0x2fb7 008471 call g24_set0_mem_kb_mul_blank_data_enable 
-:      008473 g24_kb_mul_blank_data_2usb:
-0x2fb8 008474 arg mem_usb_kb_multikey ,contw 
-0x2fb9 008475 arg 2 ,loopcnt 
-0x2fba 008476 call memset0 
-0x2fbb 008477 jam kb_multikey_report_id ,mem_usb_kb_multikey 
-0x2fbc 008478 branch g24_kb_mul_data_into_ep2_fifo 
-:      008480 g24_dongle_bind_mode:
-0x2fbd 008481 call g24_fetch_mem_dongle_work_mode 
-0x2fbe 008483 rtnne dongle_bind 
-0x2fbf 008484 call g24_dongle_bind_init 
-0x2fc0 008485 branch g24_dongle_bind_data_process 
-:      008487 g24_dongle_bind_init:
-0x2fc1 008488 call g24_fetch_mem_dongle_mode_init 
-0x2fc2 008490 rtnbit1 dongle_bind 
-0x2fc3 008491 set1 dongle_bind ,pdata 
-0x2fc4 008492 call g24_store_mem_dongle_mode_init 
-0x2fc5 008494 call g24_set1_mem_ackpayload_enable 
-0x2fc6 008496 call g24_pair_init 
-0x2fc7 008497 setarg 0 
-0x2fc8 008498 arg offset_dongle_ms_bind_step ,rega 
-0x2fc9 008499 call g24_set_contw_with_temp 
-0x2fca 008501 branch g24_contw_istore_3byte 
-:      008503 g24_dongle_bind_data_process:
-0x2fcb 008504 call g24_receive_transmit_ack 
-0x2fcc 008505 nbranch g24_rx_interrupt_clear ,user3 
-0x2fcd 008506 add regc ,offset_24g_rxbuf ,contr 
-0x2fce 008507 setarg offset_24g_rxdata_temp 
-0x2fcf 008508 iadd regc ,contw 
-0x2fd0 008509 arg 8 ,loopcnt 
-0x2fd1 008510 call memcpy 
-0x2fd2 008511 setarg offset_24g_rxdata_temp_add2 
-0x2fd3 008512 call g24_set_rega_ifetch_1byte 
-0x2fd4 008513 beq datatype_bind ,g24_dongle_bind_first_step 
-0x2fd5 008514 beq datatype_config ,g24_dongle_bind_second_step 
-0x2fd6 008515 beq datatype_ok ,g24_dongle_bind_third_step 
-0x2fd7 008516 beq 0xff ,g24_data_attemp 
-0x2fd8 008517 branch g24_rx_interrupt_clear 
-:      008519 g24_dongle_bind_first_step:
-0x2fd9 008520 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x2fda 008521 beq bind_mouse ,g24_dongle_bind_first_step_mouse 
-0x2fdb 008522 beq bind_keyboard ,g24_dongle_bind_first_step_keyboard 
-0x2fdc 008523 rtn 
-:      008524 g24_dongle_bind_first_step_mouse:
-0x2fdd 008525 setarg 1 
-0x2fde 008526 call g24_store_mem_ms_bind_step 
-:      008528 g24_dongle_bind_ms_payload_cfg:
-0x2fdf 008529 setarg datatype_mouse 
-0x2fe0 008530 call g24_store_mem_bind_payload 
-:      008532 g24_dongle_bind_payload_cfg:
-0x2fe1 008533 setarg 0x80 
-0x2fe2 008534 arg offset_24g_bind_payload_add1 ,rega 
-0x2fe3 008535 call g24_set_contw_with_regb_store_1byte 
-0x2fe4 008537 call g24_fetch_mem_rx_addr 
-0x2fe5 008539 arg offset_24g_bind_payload_add2 ,rega 
-0x2fe6 008540 call g24_set_contw_with_temp 
-0x2fe7 008542 branch g24_contw_istore_4byte 
-:      008544 g24_dongle_bind_first_step_keyboard:
-0x2fe8 008545 setarg 1 
-0x2fe9 008546 call g24_store_mem_kb_bind_step 
-:      008548 g24_dongle_bind_kb_payload_cfg:
-0x2fea 008549 setarg datatype_keyboard 
-0x2feb 008550 call g24_store_mem_bind_payload 
-0x2fec 008552 branch g24_dongle_bind_payload_cfg 
-:      008554 g24_dongle_bind_second_step:
-0x2fed 008555 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x2fee 008556 beq bind_mouse ,g24_dongle_bind_second_step_mouse 
-0x2fef 008557 beq bind_keyboard ,g24_dongle_bind_second_step_keyboard 
-0x2ff0 008558 rtn 
-:      008559 g24_dongle_bind_second_step_mouse:
-0x2ff1 008560 call g24_dongle_bind_ms_payload_cfg 
-0x2ff2 008561 setarg offset_dongle_ms_bind_step 
-0x2ff3 008562 call g24_set_rega_ifetch_1byte 
-0x2ff4 008564 beq 1 ,g24_dongle_ms_bind_step_set2 
-0x2ff5 008565 rtn 
-:      008566 g24_dongle_ms_bind_step_set2:
-0x2ff6 008567 setarg 2 
-:      008569 g24_store_mem_ms_bind_step:
-0x2ff7 008570 arg offset_dongle_ms_bind_step ,rega 
-0x2ff8 008571 branch g24_set_contw_with_regb_store_1byte 
-:      008573 g24_dongle_bind_second_step_keyboard:
-0x2ff9 008574 call g24_dongle_bind_kb_payload_cfg 
-0x2ffa 008575 setarg offset_dongle_kb_bind_step 
-0x2ffb 008576 call g24_set_rega_ifetch_1byte 
-0x2ffc 008578 beq 1 ,g24_dongle_kb_bind_step_set2 
-0x2ffd 008579 rtn 
-:      008580 g24_dongle_kb_bind_step_set2:
-0x2ffe 008581 setarg 2 
-:      008583 g24_store_mem_kb_bind_step:
-0x2fff 008584 arg offset_dongle_kb_bind_step ,rega 
-0x3000 008585 branch g24_set_contw_with_regb_store_1byte 
-:      008587 g24_dongle_bind_third_step:
-0x3001 008588 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x3002 008589 beq bind_mouse ,g24_dongle_bind_third_step_mouse 
-0x3003 008590 beq bind_keyboard ,g24_dongle_bind_third_step_keyboard 
-0x3004 008591 rtn 
-:      008592 g24_dongle_bind_third_step_mouse:
-0x3005 008593 setarg offset_dongle_ms_bind_step 
-0x3006 008594 call g24_set_rega_ifetch_1byte 
-0x3007 008596 beq 2 ,g24_dongle_ms_bind_step_success 
-0x3008 008597 rtn 
-:      008598 g24_dongle_ms_bind_step_success:
-0x3009 008599 call g24_fetch_mem_bind_device_status 
-0x300a 008601 or_into 0x01 ,pdata 
-0x300b 008602 call g24_store_mem_bind_device_status 
-:      008604 g24_dongle_bind_exit:
-0x300c 008605 setarg 0 
-0x300d 008606 setarg offset_dongle_ms_bind_step 
-0x300e 008607 iadd regc ,contw 
-0x300f 008608 istore 2 ,contw 
-0x3010 008609 branch g24_rx_interrupt_clear 
-:      008611 g24_dongle_bind_third_step_keyboard:
-0x3011 008612 setarg offset_dongle_kb_bind_step 
-0x3012 008613 call g24_set_rega_ifetch_1byte 
-0x3013 008615 bne 0 ,g24_dongle_kb_bind_step_success 
-0x3014 008616 rtn 
-:      008617 g24_dongle_kb_bind_step_success:
-0x3015 008618 call g24_fetch_mem_bind_device_status 
-0x3016 008620 or_into 0x02 ,pdata 
-0x3017 008621 call g24_store_mem_bind_device_status 
-0x3018 008623 branch g24_dongle_bind_exit 
-:      008626 dongle_usb_dispatch:
-0x3019 008627 fetch 1 ,mem_usb0_get_set_report 
-0x301a 008628 rtn blank 
-0x301b 008629 jam 0 ,mem_usb0_get_set_report 
-0x301c 008630 fetch 2 ,mem_usb_setup_bvalue_temp 
-0x301d 008631 arg pc_set_report ,temp 
-0x301e 008632 isub temp ,null 
-0x301f 008633 nrtn zero 
-0x3020 008635 fetch 1 ,mem_usb0_set_report_data 
-0x3021 008636 rtnne pc_report_id 
-0x3022 008637 fetch 1 ,mem_usb0_set_report_data + 1 
-0x3023 008638 bpatch patch17_6 ,mem_patch17 
-0x3024 008639 beq command_mode ,dongle_dispose_cmd_mode 
-0x3025 008640 beq command_bind ,dongle_dispose_cmd_bind 
-0x3026 008641 beq command_current_project ,dongle_dispose_cmd_current_project 
-0x3027 008642 beq command_current_mode ,dongle_dispose_cmd_current_mode 
-0x3028 008643 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
-0x3029 008644 beq command_user_defined ,dongle_dispose_cmd_user_defined 
-:      008645 usb0_data_ready_report_set0:
-0x302a 008646 jam 0 ,mem_usb0_data_ready_report 
-0x302b 008647 rtn 
-:      008648 dongle_dispose_cmd_bind:
-0x302c 008649 fetch 1 ,mem_usb0_set_report_data + 2 
-0x302d 008650 beq com_bind_get ,dongle_dispose_cmd_get_bind 
-0x302e 008651 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
-0x302f 008652 beq com_read_mode ,dongle_dispose_cmd_read_mode 
-0x3030 008653 branch usb0_data_ready_report_set0 
-:      008654 dongle_dispose_cmd_get_bind:
-0x3031 008655 call g24_fetch_mem_bind_device_status 
-0x3032 008657 store 1 ,mem_usb0_get_report_data + 1 
-0x3033 008658 branch usb0_data_ready_report_set1 
-:      008659 dongle_dispose_cmd_exit_bind:
-0x3034 008660 call g24_set_work_mem_dongle_work_mode 
-0x3035 008662 call g24_set0_mem_dongle_mode_init 
-0x3036 008664 call g24_fetch_mem_bind_device_status 
-0x3037 008666 store 1 ,mem_usb0_get_report_data + 1 
-0x3038 008667 branch usb0_data_ready_report_set1 
-:      008669 dongle_dispose_cmd_read_mode:
-:      008670 dongle_dispose_in_bind_mode:
-0x3039 008671 jam command_bind ,mem_usb0_get_report_data + 1 
-0x303a 008672 branch usb0_data_ready_report_set1 
-:      008674 dongle_dispose_cmd_mode:
-0x303b 008675 fetch 1 ,mem_usb0_set_report_data + 2 
-0x303c 008676 beq com_mode_bind ,dongle_enter_bind_mode 
-0x303d 008678 branch usb0_data_ready_report_set0 
-:      008679 dongle_enter_bind_mode:
-0x303e 008682 call g24_bind_mode_enable 
-:      008683 usb0_data_ready_report_set1:
-0x303f 008684 jam 1 ,mem_usb0_data_ready_report 
-0x3040 008685 rtn 
-:      008690 dongle_dispose_cmd_current_project:
-0x3041 008691 jam product_id ,mem_usb0_get_report_data + 1 
-0x3042 008692 branch usb0_data_ready_report_set1 
-:      008694 dongle_dispose_cmd_current_mode:
-0x3043 008695 call g24_fetch_mem_dongle_work_mode 
-0x3044 008697 beq dongle_work ,dongle_dispose_in_work_mode 
-0x3045 008698 beq dongle_bind ,dongle_dispose_in_bind_mode 
-0x3046 008700 rtn 
-:      008701 dongle_dispose_in_work_mode:
-0x3047 008702 jam command_mode ,mem_usb0_get_report_data + 1 
-0x3048 008703 branch usb0_data_ready_report_set1 
-:      008708 dongle_dispose_cmd_current_fw_version:
-0x3049 008709 jam fw_version0 ,mem_usb0_get_report_data + 1 
-0x304a 008710 jam fw_version1 ,mem_usb0_get_report_data + 2 
-0x304b 008711 jam fw_version2 ,mem_usb0_get_report_data + 3 
-0x304c 008712 branch usb0_data_ready_report_set1 
-:      008714 dongle_dispose_cmd_user_defined:
-0x304d 008716 call g24_set1_mem_ackpayload_enable 
-0x304e 008717 fetch 1 ,mem_usb0_set_report_data + 2 
-0x304f 008718 increase 2 ,pdata 
-0x3050 008719 copy pdata ,loopcnt 
-0x3051 008720 arg mem_usb0_set_report_data ,contr 
-0x3052 008721 setarg offset_24g_ackpayload 
-0x3053 008722 iadd regc ,contw 
-0x3054 008723 branch memcpy 
-:      008726 dongle_auto_bind:
-0x3055 008727 bpatch patch17_7 ,mem_patch17 
-0x3056 008728 call g24_mode_switch_init 
-:      008729 dongle_auto_bind_loop:
-0x3057 008730 call g24_receive_process 
-0x3058 008731 call usb_isr 
-0x3059 008732 branch dongle_auto_bind_loop 
-:      008734 g24_dongle_work_mode_auto:
-0x305a 008735 call g24_fetch_mem_dongle_work_mode 
-0x305b 008737 rtnne dongle_work 
-0x305c 008738 call g24_dongle_work_mode_start 
-0x305d 008739 branch g24_rx_nodata_process 
-:      008741 g24_dongle_bind_mode_auto:
-0x305e 008742 call g24_fetch_mem_dongle_work_mode 
-0x305f 008744 rtnne dongle_bind 
-0x3060 008745 call g24_dongle_bind_init 
-0x3061 008746 call g24_dongle_bind_data_process 
-0x3062 008747 call g24_fetch_mem_bind_device_status 
-0x3063 008749 rtn blank 
-0x3064 008750 call g24_set0_mem_mode_switch 
-0x3065 008752 call dongle_check_mode 
-0x3066 008753 call g24_enable_nodata_timer 
-:      008754 g24_timer_init:
-0x3067 008755 setarg 0 
-0x3068 008756 add regc ,offset_24g_tx_btclk ,contw 
-0x3069 008758 branch g24_contw_istore_4byte 
-:      008760 g24_timer_check:
-0x306a 008761 call disable_user 
-0x306b 008762 add regc ,offset_24g_tx_btclk ,rega 
-0x306c 008763 ifetcht 4 ,rega 
-0x306d 008765 copy clkn_bt ,pdata 
-0x306e 008766 isub temp ,null 
-0x306f 008767 ncall g24_timer_timeout ,positive 
-0x3070 008768 copy pdata ,regb 
-0x3071 008769 add regc ,offset_24g_tx_btclk ,rega 
-0x3072 008770 ifetch 4 ,rega 
-0x3073 008772 add regc ,offset_24g_interval ,rega 
-0x3074 008773 ifetcht 1 ,rega 
-0x3075 008775 iadd temp ,temp 
-0x3076 008776 copy regb ,pdata 
-0x3077 008777 isub temp ,null 
-0x3078 008778 nrtn positive 
-0x3079 008779 set0 28 ,pdata 
-0x307a 008780 add regc ,offset_24g_tx_btclk ,contw 
-0x307b 008781 istore 4 ,contw 
-0x307c 008783 branch enable_user 
-:      008785 g24_mode_switch_init:
-0x307d 008786 setarg 1 
-0x307e 008787 call g24_store_mem_mode_switch 
-0x307f 008789 call g24_set0_mem_time_slice 
-0x3080 008791 setarg 0xff 
-0x3081 008792 add regc ,offset_24g_interval ,contw 
-0x3082 008793 istore 1 ,contw 
-0x3083 008795 branch g24_timer_init 
-:      008797 g24_mode_switch:
-0x3084 008798 setarg offset_24g_mode_switch 
-0x3085 008799 call g24_set_rega_ifetch_1byte 
-0x3086 008801 rtn blank 
-0x3087 008802 call g24_timer_check 
-0x3088 008803 nrtn user 
-0x3089 008804 call g24_fetch_mem_time_slice 
-0x308a 008806 increase 1 ,pdata 
-0x308b 008807 and_into 1 ,pdata 
-0x308c 008808 call g24_store_mem_time_slice 
-0x308d 008810 beq 0 ,dongle_check_mode 
-0x308e 008811 beq 1 ,g24_bind_mode_enable 
-0x308f 008812 rtn 
-:      008814 g24_bind_mode_enable:
-0x3090 008818 setarg dongle_bind 
-0x3091 008819 call g24_store_mem_dongle_work_mode 
-0x3092 008820 branch g24_set0_mem_dongle_mode_init 
-:      008822 g24_enable_nodata_timer:
-0x3093 008823 setarg 1 
-0x3094 008824 call g24_store_mem_nodata_timer_enable 
-:      008826 g24_enable_nodata_timer_init:
-0x3095 008827 setarg timer_nodata_delay 
-0x3096 008828 arg timer_nodata ,queue 
-0x3097 008829 branch timer_init 
-:      008831 g24_rx_nodata_process:
-0x3098 008832 call g24_fetch_mem_nodata_timer_enable 
-0x3099 008834 rtn blank 
-0x309a 008835 arg timer_nodata ,queue 
-0x309b 008836 call timer_check 
-0x309c 008837 nrtn blank 
-0x309d 008838 call g24_set0_mem_nodata_timer_enable 
-0x309e 008841 setarg dongle_search 
-0x309f 008842 call g24_store_mem_dongle_work_mode 
-0x30a0 008844 call g24_set0_mem_dongle_mode_init 
-0x30a1 008846 branch g24_rx_interrupt_clear 
-:      008848 g24_dongle_search_mode_auto:
-0x30a2 008849 bpatch patch18_0 ,mem_patch18 
-0x30a3 008850 call g24_fetch_mem_dongle_work_mode 
-0x30a4 008852 rtnne dongle_search 
-0x30a5 008853 call g24_dongle_search_mode_init 
-0x30a6 008854 call g24_rx_auto_addr_ch_search 
-0x30a7 008855 call g24_receive_transmit_ack 
-0x30a8 008856 nbranch g24_rx_interrupt_clear ,user3 
-0x30a9 008858 call g24_dongle_search_addr_check 
-0x30aa 008859 call g24_receive_packet_parse ,zero 
-0x30ab 008863 call dongle_check_mode 
-0x30ac 008864 call g24_fetch_mem_dongle_mode_init 
-0x30ad 008866 set1 dongle_work ,pdata 
-0x30ae 008867 call g24_store_mem_dongle_mode_init 
-0x30af 008869 call g24_rx_interrupt_clear 
-0x30b0 008870 call g24_enable_nodata_timer 
-0x30b1 008871 call g24_dongle_search_addr_check 
-0x30b2 008872 branch g24_dg_ch_num_reinit ,zero 
-0x30b3 008873 setarg offset_24g_kb_addr 
-0x30b4 008874 call g24_set_rega_ifetcht_4byte 
-0x30b5 008876 call g24_fetch_mem_addr_isub_temp 
-0x30b6 008877 branch g24_kb_ch_num_reinit ,zero 
-0x30b7 008878 setarg offset_24g_mouse_addr 
-0x30b8 008879 call g24_set_rega_ifetcht_4byte 
-0x30b9 008881 call g24_fetch_mem_addr_isub_temp 
-0x30ba 008882 branch g24_ms_ch_num_reinit ,zero 
-0x30bb 008883 rtn 
-:      008885 g24_dongle_search_addr_check:
-0x30bc 008886 setarg offset_24g_rx_addr 
-0x30bd 008887 call g24_set_rega_ifetcht_4byte 
-:      008889 g24_fetch_mem_addr_isub_temp:
-0x30be 008890 call g24_fetch_mem_addr 
-0x30bf 008892 isub temp ,null 
-0x30c0 008893 rtn 
-:      008895 g24_dg_ch_num_reinit:
-0x30c1 008896 setarg offset_24g_dg_ch_number 
-0x30c2 008897 call g24_set_rega_ifetch_1byte 
-:      008899 g24_current_ch_num_reinit:
-0x30c3 008901 add regc ,offset_24g_current_ch_number ,contw 
-0x30c4 008902 branch g24_contw_istore_1byte 
-:      008904 g24_kb_ch_num_reinit:
-0x30c5 008905 setarg offset_24g_kb_ch_number 
-0x30c6 008906 call g24_set_rega_ifetch_1byte 
-0x30c7 008908 branch g24_current_ch_num_reinit 
-:      008909 g24_ms_ch_num_reinit:
-0x30c8 008910 setarg offset_24g_ms_ch_number 
-0x30c9 008911 call g24_set_rega_ifetch_1byte 
-0x30ca 008913 branch g24_current_ch_num_reinit 
-:      008915 g24_dongle_search_mode_init:
-0x30cb 008916 call g24_fetch_mem_dongle_mode_init 
-0x30cc 008918 rtnbit1 dongle_search 
-0x30cd 008919 set1 dongle_search ,pdata 
-0x30ce 008920 call g24_store_mem_dongle_mode_init 
-0x30cf 008922 call g24_set0_mem_time_slice 
-0x30d0 008924 call g24_set1_mem_ackpayload_enable 
-0x30d1 008926 setarg 0 
-0x30d2 008927 add regc ,offset_rssi_noise_dg_index ,contw 
-0x30d3 008928 istore 3 ,contw 
-0x30d4 008930 arg offset_24g_dg_config_ch_once ,rega 
-0x30d5 008931 call g24_set_contw_with_temp 
-0x30d6 008932 istore 7 ,contw 
-0x30d7 008935 call g24_dongle_search_addr_check 
-0x30d8 008936 nrtn zero 
-0x30d9 008937 add regc ,offset_24g_current_ch_number ,rega 
-0x30da 008938 ifetch 1 ,rega 
-0x30db 008940 arg offset_24g_dg_ch_number ,rega 
-0x30dc 008941 call g24_set_contw_with_regb_store_1byte 
-0x30dd 008943 add regc ,offset_24g_ch ,rega 
-0x30de 008944 ifetch 1 ,rega 
-0x30df 008947 branch g24_store_mem_dg_last_ch 
-:      008949 g24_rx_auto_addr_ch_search:
-0x30e0 008950 bpatch patch18_1 ,mem_patch18 
-0x30e1 008951 call g24_fetch_mem_time_slice 
-0x30e2 008953 increase 1 ,pdata 
-0x30e3 008954 and_into 3 ,pdata 
-0x30e4 008955 call g24_store_mem_time_slice 
-0x30e5 008958 beq 0 ,g24_rx_auto_bind_config_kb 
-0x30e6 008959 beq 1 ,g24_rx_auto_bind_config_dongle 
-0x30e7 008960 beq 2 ,g24_rx_auto_bind_config_mouse 
-0x30e8 008961 beq 3 ,g24_rx_auto_bind_config_dongle 
-0x30e9 008962 rtn 
-:      008964 g24_rx_auto_bind_config_mouse:
-0x30ea 008965 call g24_dongle_bind_ms_payload_cfg 
-0x30eb 008966 setarg offset_24g_mouse_addr 
-0x30ec 008967 call g24_set_rega_ifetch_4byte 
-0x30ed 008969 branch g24_rx_auto_addr_ch_search ,blank 
-0x30ee 008970 call g24_store_mem_addr 
-0x30ef 008972 setarg offset_24g_ms_config_ch_once 
-0x30f0 008973 call g24_set_rega_ifetch_1byte 
-0x30f1 008975 call g24_ms_config_ch_once ,blank 
-0x30f2 008976 setarg offset_24g_ms_last_ch 
-0x30f3 008977 call g24_set_rega_ifetch_1byte 
-0x30f4 008979 call g24_store_mem_ch 
-0x30f5 008981 add regc ,offset_rssi_noise_ms_index ,rega 
-0x30f6 008982 ifetcht 1 ,rega 
-0x30f7 008984 arg mem_rssi_noise_ms_buffer ,rega 
-0x30f8 008985 call rssi_noise_store 
-0x30f9 008986 add regc ,offset_rssi_noise_ms_index ,contw 
-0x30fa 008987 istoret 1 ,contw 
-0x30fb 008989 call g24_noise_rssi_average 
-0x30fc 008990 add regc ,offset_rssi_noise_ms_avg ,contw 
-0x30fd 008991 istoret 1 ,contw 
-0x30fe 008993 sub temp ,rssi_thresh_noise ,null 
-0x30ff 008994 nrtn positive 
-0x3100 008995 setarg offset_24g_ms_ch_number 
-0x3101 008996 call g24_set_rega_ifetcht_1byte 
-0x3102 008998 call g24_ch_temp_incre_size4 
-0x3103 008999 arg offset_24g_ms_ch_number ,rega 
-0x3104 009000 call g24_set_contw_with_regb2 
-0x3105 009001 istoret 1 ,contw 
-:      009003 g24_store_mem_ms_last_ch:
-0x3106 009005 arg offset_24g_ms_last_ch ,rega 
-0x3107 009006 branch g24_set_contw_with_regb_store_1byte 
-:      009008 g24_ms_config_ch_once:
-0x3108 009009 setarg 1 
-0x3109 009010 arg offset_24g_ms_config_ch_once ,rega 
-0x310a 009011 call g24_set_contw_with_regb_store_1byte 
-0x310b 009013 arg 0 ,temp 
-0x310c 009014 call g24_ch_calc 
-0x310d 009017 branch g24_store_mem_ms_last_ch 
-:      009019 g24_rx_auto_bind_config_kb:
-0x310e 009020 call g24_dongle_bind_kb_payload_cfg 
-0x310f 009021 setarg offset_24g_kb_addr 
-0x3110 009022 call g24_set_rega_ifetch_4byte 
-0x3111 009024 branch g24_rx_auto_addr_ch_search ,blank 
-0x3112 009025 call g24_store_mem_addr 
-0x3113 009027 setarg offset_24g_kb_config_ch_once 
-0x3114 009028 call g24_set_rega_ifetch_1byte 
-0x3115 009030 call g24_kb_config_ch_once ,blank 
-0x3116 009031 setarg offset_24g_kb_last_ch 
-0x3117 009032 call g24_set_rega_ifetch_1byte 
-0x3118 009034 call g24_store_mem_ch 
-0x3119 009036 add regc ,offset_rssi_noise_kb_index ,rega 
-0x311a 009037 ifetcht 1 ,rega 
-0x311b 009039 arg mem_rssi_noise_kb_buffer ,rega 
-0x311c 009040 call rssi_noise_store 
-0x311d 009041 add regc ,offset_rssi_noise_kb_index ,contw 
-0x311e 009042 istoret 1 ,contw 
-0x311f 009044 call g24_noise_rssi_average 
-0x3120 009045 add regc ,offset_rssi_noise_kb_avg ,contw 
-0x3121 009046 istoret 1 ,contw 
-0x3122 009048 sub temp ,rssi_thresh_noise ,null 
-0x3123 009049 nrtn positive 
-0x3124 009050 setarg offset_24g_kb_ch_number 
-0x3125 009051 call g24_set_rega_ifetcht_1byte 
-0x3126 009053 call g24_ch_temp_incre_size4 
-0x3127 009054 arg offset_24g_kb_ch_number ,rega 
-0x3128 009055 call g24_set_contw_with_regb2 
-0x3129 009056 istoret 1 ,contw 
-:      009058 g24_store_mem_kb_last_ch:
-0x312a 009060 arg offset_24g_kb_last_ch ,rega 
-0x312b 009061 branch g24_set_contw_with_regb_store_1byte 
-:      009063 g24_kb_config_ch_once:
-0x312c 009064 setarg 1 
-0x312d 009065 arg offset_24g_kb_config_ch_once ,rega 
-0x312e 009066 call g24_set_contw_with_regb_store_1byte 
-0x312f 009068 arg 0 ,temp 
-0x3130 009069 call g24_ch_calc 
-0x3131 009072 branch g24_store_mem_kb_last_ch 
-:      009074 g24_rx_auto_bind_config_dongle:
-0x3132 009075 call g24_dongle_bind_ms_payload_cfg 
-0x3133 009076 call g24_fetch_mem_rx_addr 
-0x3134 009078 call g24_store_mem_addr 
-0x3135 009080 setarg offset_24g_dg_config_ch_once 
-0x3136 009081 call g24_set_rega_ifetch_1byte 
-0x3137 009083 call g24_dg_config_ch_once ,blank 
-0x3138 009084 call g24_dg_store_config_ch 
-0x3139 009085 add regc ,offset_rssi_noise_dg_index ,rega 
-0x313a 009086 ifetcht 1 ,rega 
-0x313b 009088 arg mem_rssi_noise_dg_buffer ,rega 
-0x313c 009089 call rssi_noise_store 
-0x313d 009090 add regc ,offset_rssi_noise_dg_index ,contw 
-0x313e 009091 istoret 1 ,contw 
-0x313f 009093 call g24_noise_rssi_average 
-0x3140 009094 add regc ,offset_rssi_noise_dg_avg ,contw 
-0x3141 009095 istoret 1 ,contw 
-0x3142 009097 sub temp ,rssi_thresh_noise ,null 
-0x3143 009098 nrtn positive 
-0x3144 009099 setarg offset_24g_dg_ch_number 
-0x3145 009100 call g24_set_rega_ifetcht_1byte 
-0x3146 009102 call g24_ch_temp_incre_size4 
-0x3147 009103 arg offset_24g_dg_ch_number ,rega 
-0x3148 009104 call g24_set_contw_with_regb2 
-0x3149 009105 istoret 1 ,contw 
-:      009107 g24_store_mem_dg_last_ch:
-0x314a 009110 arg offset_24g_dg_last_ch ,rega 
-0x314b 009111 branch g24_set_contw_with_regb_store_1byte 
-:      009114 g24_dg_config_ch_once:
-0x314c 009119 setarg 1 
-0x314d 009120 arg offset_24g_dg_config_ch_once ,rega 
-0x314e 009121 call g24_set_contw_with_regb_store_1byte 
-:      009122 g24_dg_store_config_ch:
-0x314f 009123 setarg offset_24g_dg_last_ch 
-0x3150 009124 call g24_set_rega_ifetch_1byte 
-0x3151 009125 branch g24_store_mem_ch 
-:      009128 g24_transmit_ack:
-0x3152 009130 add regc ,offset_24g_rxbuf ,rega 
-0x3153 009131 ifetch 1 ,rega 
-0x3154 009133 call g24_store_mem_data_type 
-0x3155 009136 call g24_read_len_pid_crc 
-0x3156 009138 call g24_fetch_mem_rxbuf_add1 
-0x3157 009140 isolate1 bit_ack_24g ,pdata 
-0x3158 009141 branch g24tx_no_ack ,true 
-:      009142 g24tx_with_ack:
-0x3159 009143 call g24_ackpayload_prep 
-0x315a 009144 call g24_transmit_prep 
-0x315b 009145 call g24_transmit 
-:      009146 g24tx_no_ack:
-0x315c 009147 branch g24_end_of_packet 
-:      009149 g24_ackpayload_prep:
-0x315d 009150 bpatch patch18_2 ,mem_patch18 
-0x315e 009151 add regc ,offset_24g_datalen ,contw 
-0x315f 009152 call g24_mem_set0 
-0x3160 009154 setarg offset_24g_ackpayload_enable 
-0x3161 009155 call g24_set_rega_ifetch_1byte 
-0x3162 009157 rtn blank 
-0x3163 009158 setarg 0x06 
-0x3164 009159 add regc ,offset_24g_datalen ,contw 
-0x3165 009160 istore 1 ,contw 
-0x3166 009162 arg 0x06 ,loopcnt 
-0x3167 009163 setarg offset_24g_bind_payload 
-0x3168 009164 iadd regc ,contr 
-0x3169 009166 add regc ,offset_24g_txbuf ,contw 
-0x316a 009168 branch memcpy 
-:      009171 g24_receive_packet_start:
-0x316b 009172 call g24_receive_transmit_ack 
-0x316c 009173 nbranch g24_rx_interrupt_clear ,user3 
-0x316d 009174 branch g24_receive_packet_parse 
-:      009176 g24_receive_transmit_ack:
-0x316e 009177 call g24_rx_interrupt_clear 
-0x316f 009178 call g24_receive_packet 
-0x3170 009179 nrtn user3 
-0x3171 009180 branch g24_transmit_ack 
-:      009182 g24_receive_packet_parse:
-0x3172 009183 bpatch patch18_3 ,mem_patch18 
-0x3173 009184 call g24_receive_packet_parse_pid_crc 
-0x3174 009185 nbranch g24_rx_interrupt_clear ,user 
-0x3175 009186 add regc ,offset_24g_rxdata_length ,rega 
-0x3176 009187 ifetch 1 ,rega 
-0x3177 009189 branch g24_rx_interrupt_clear ,blank 
-0x3178 009190 increase 2 ,pdata 
-0x3179 009191 iforce loopcnt 
-0x317a 009192 add regc ,offset_24g_rxbuf ,contr 
-0x317b 009194 setarg offset_24g_rxdata_temp 
-0x317c 009195 iadd regc ,contw 
-0x317d 009197 call memcpy 
-0x317e 009198 call g24_set0_mem_mode_switch 
-0x317f 009200 call g24_fetch_mem_pair_mode 
-0x3180 009202 call g24_enable_nodata_timer ,blank 
-0x3181 009203 setarg offset_24g_rxdata_temp_add2 
-0x3182 009204 call g24_set_rega_ifetch_1byte 
-0x3183 009206 beq 0x01 ,g24_data_type1 
-0x3184 009207 beq 0x02 ,g24_data_type2 
-0x3185 009208 beq 0x03 ,g24_data_type3 
-0x3186 009209 beq 0xff ,g24_data_attemp 
-0x3187 009210 branch g24_rx_interrupt_clear 
-:      009212 g24_receive_packet_parse_pid_crc:
-0x3188 009213 call g24_head_ptr2regc 
-0x3189 009214 call disable_user 
-0x318a 009215 add regc ,offset_24g_sta_pid ,rega 
-0x318b 009216 ifetch 1 ,rega 
-0x318c 009218 add regc ,offset_24g_last_pid ,rega 
-0x318d 009219 ifetcht 1 ,rega 
-0x318e 009221 isub temp ,null 
-0x318f 009222 ncall enable_user ,zero 
-0x3190 009223 add regc ,offset_24g_sta_pid ,rega 
-0x3191 009224 ifetch 1 ,rega 
-0x3192 009226 add regc ,offset_24g_last_pid ,contw 
-0x3193 009227 istore 1 ,contw 
-0x3194 009229 add regc ,offset_24g_sta_crc ,rega 
-0x3195 009230 ifetch 3 ,rega 
-0x3196 009232 add regc ,offset_24g_last_crc ,rega 
-0x3197 009233 ifetcht 3 ,rega 
-0x3198 009235 isub temp ,null 
-0x3199 009236 ncall enable_user ,zero 
-0x319a 009237 add regc ,offset_24g_sta_crc ,rega 
-0x319b 009238 ifetch 3 ,rega 
-0x319c 009240 add regc ,offset_24g_last_crc ,contw 
-0x319d 009242 branch g24_contw_istore_3byte 
-:      009244 g24_data_type1:
-0x319e 009245 call g24_ch_timer_reinit 
-0x319f 009246 call g24_fetch_mem_abort_pac 
-0x31a0 009247 store 1 ,mem_temp 
-0x31a1 009249 call g24_fetcht_mem_rxdata_temp 
-0x31a2 009250 fetch 1 ,mem_temp 
-0x31a3 009252 isolate1 bit_abort ,temp 
-0x31a4 009253 setflag true ,0 ,pdata 
-0x31a5 009254 add regc ,offset_24g_abort_pac ,contw 
-0x31a6 009255 istore 1 ,contw 
-0x31a7 009257 beq 1 ,g24_data_attemp_mouse 
-0x31a8 009258 call g24_fetch_mem_hop_pac 
-0x31a9 009260 call g24_fetcht_mem_rxdata_temp 
-0x31aa 009262 isolate1 bit_hop ,temp 
-0x31ab 009263 setflag true ,0 ,pdata 
-0x31ac 009264 call g24_store_mem_hop_pac 
-0x31ad 009266 add regc ,offset_24g_cb_rxdata_type1 ,rega 
-0x31ae 009267 ifetch 2 ,rega 
-0x31af 009269 branch callback_func 
-:      009271 dongle_rxdata_type1:
-0x31b0 009272 setarg ms_report_id 
-0x31b1 009273 store 1 ,mem_usb_mouse_data 
-0x31b2 009274 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b3 009276 istore 7 ,contw 
-0x31b4 009277 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b5 009279 ncall g24_ms_enable_blank_data_forcibly ,blank 
-0x31b6 009280 call g24_fetch_mem_rxdata_temp_add3_7byte 
-0x31b7 009282 call g24_ms_disable_blank_data_forcibly ,blank 
-:      009283 g24_data_type1_usbtx_enable:
-0x31b8 009284 jam usb_ep2_ms ,mem_usb_ep2_data 
-:      009285 g24_data_type1_usbtx_enable_ep2:
-0x31b9 009286 fetch 1 ,mem_usb_tx_enable 
-0x31ba 009287 set1 2 ,pdata 
-0x31bb 009288 store 1 ,mem_usb_tx_enable 
-0x31bc 009289 rtn 
-:      009291 g24_ms_enable_blank_data_forcibly:
-0x31bd 009292 setarg 1 
-0x31be 009293 call g24_store_mem_ms_blank_data_enable 
-:      009295 g24_ms_enable_blank_data_timer:
-0x31bf 009296 setarg timer_ms_blank_delay 
-0x31c0 009297 arg timer_ms_blank ,queue 
-0x31c1 009298 branch timer_init 
-:      009299 g24_ms_disable_blank_data_forcibly:
-0x31c2 009300 call g24_set0_mem_ms_blank_data_enable 
-:      009302 g24_ms_disable_blank_data_timer:
-0x31c3 009303 setarg 0 
-0x31c4 009304 arg timer_ms_blank ,queue 
-0x31c5 009305 branch timer_init 
-:      009307 g24_data_type2:
-0x31c6 009308 call g24_fetcht_mem_rxdata_temp 
-0x31c7 009310 isolate1 bit_abort ,temp 
-0x31c8 009311 branch g24_data_attemp_kbd ,true 
-0x31c9 009312 arg mem_usb_kb_data ,contw 
-0x31ca 009313 call g24_data_type2_reverse_data 
-0x31cb 009314 fetch 8 ,mem_usb_kb_data 
-0x31cc 009315 ncall g24_kb_enable_blank_data_forcibly ,blank 
-0x31cd 009316 fetch 8 ,mem_usb_kb_data 
-0x31ce 009317 call g24_kb_disable_blank_data_forcibly ,blank 
-0x31cf 009318 call g24_head_ptr2regc 
-0x31d0 009319 fetch 8 ,mem_usb_kb_data 
-0x31d1 009320 arg offset_24g_kb_data_sta_data ,rega 
-0x31d2 009321 call g24_set_contw_with_temp 
-0x31d3 009322 istore 8 ,contw 
-0x31d4 009324 setarg offset_24g_kb_data_last_data 
-0x31d5 009325 iadd regc ,rega 
-0x31d6 009326 ifetcht 8 ,rega 
-0x31d7 009328 isub temp ,null 
-0x31d8 009329 ncall g24_kb_data_dispose ,zero 
-0x31d9 009330 setarg offset_24g_kb_data_sta_data 
-0x31da 009331 iadd regc ,rega 
-0x31db 009332 ifetch 8 ,rega 
-0x31dc 009334 arg offset_24g_kb_data_last_data ,rega 
-0x31dd 009335 call g24_set_contw_with_temp 
-0x31de 009336 istore 8 ,contw 
-0x31df 009338 branch g24_rx_interrupt_clear 
-:      009340 g24_data_type2_reverse_data:
-0x31e0 009341 setarg offset_24g_rxdata_temp_add2 
-0x31e1 009342 iadd regc ,contr 
-0x31e2 009344 arg 9 ,loopcnt 
-0x31e3 009345 branch reverse_byte 
-:      009347 g24_kb_enable_blank_data_forcibly:
-0x31e4 009348 setarg 1 
-0x31e5 009349 call g24_store_mem_kb_blank_data_enable 
-:      009351 g24_kb_enable_blank_data_timer:
-0x31e6 009352 setarg timer_kb_blank_delay 
-0x31e7 009353 arg timer_kb_blank ,queue 
-0x31e8 009354 branch timer_init 
-:      009356 g24_kb_disable_blank_data_forcibly:
-0x31e9 009357 call g24_set0_mem_kb_blank_data_enable 
-:      009359 g24_kb_disable_blank_data_timer:
-0x31ea 009360 setarg 0 
-0x31eb 009361 arg timer_kb_blank ,queue 
-0x31ec 009362 branch timer_init 
-:      009364 g24_kb_data_dispose:
-:      009365 g24_kb_data_into_ep1_fifo:
-0x31ed 009366 jam usb_ep1_kb ,mem_usb_ep1_data 
-0x31ee 009367 fetch 1 ,mem_usb_tx_enable 
-0x31ef 009368 set1 1 ,pdata 
-0x31f0 009369 store 1 ,mem_usb_tx_enable 
-0x31f1 009370 rtn 
-:      009372 g24_data_type3:
-0x31f2 009373 arg mem_usb_kb_multikey ,contw 
-0x31f3 009374 call g24_data_type2_reverse_data 
-0x31f4 009375 fetch 2 ,mem_usb_kb_multikey + 1 
-0x31f5 009376 ncall g24_kb_mul_enable_blank_data_forcibly ,blank 
-0x31f6 009377 fetch 2 ,mem_usb_kb_multikey + 1 
-0x31f7 009378 call g24_kb_mul_disable_blank_data_forcibly ,blank 
-0x31f8 009379 call g24_head_ptr2regc 
-0x31f9 009380 fetch 3 ,mem_usb_kb_multikey 
-0x31fa 009381 arg offset_24g_kb_multikey_sta_data ,rega 
-0x31fb 009382 call g24_set_contw_with_temp_store_3byte 
-0x31fc 009384 setarg offset_24g_kb_multikey_last_data 
-0x31fd 009385 iadd regc ,rega 
-0x31fe 009386 ifetcht 3 ,rega 
-0x31ff 009388 isub temp ,null 
-0x3200 009389 ncall g24_kb_mul_data_into_ep2_fifo ,zero 
-0x3201 009390 setarg offset_24g_kb_multikey_sta_data 
-0x3202 009391 iadd regc ,rega 
-0x3203 009392 ifetch 3 ,rega 
-0x3204 009394 arg offset_24g_kb_multikey_last_data ,rega 
-0x3205 009395 call g24_set_contw_with_temp_store_3byte 
-0x3206 009397 branch g24_rx_interrupt_clear 
-:      009399 g24_kb_mul_data_into_ep2_fifo:
-0x3207 009400 jam usb_ep2_multikey ,mem_usb_ep2_data 
-0x3208 009401 branch g24_data_type1_usbtx_enable_ep2 
-:      009403 g24_kb_mul_enable_blank_data_forcibly:
-0x3209 009404 setarg 1 
-0x320a 009405 call g24_store_mem_kb_mul_blank_data_enable 
-:      009407 g24_kb_mul_enable_blank_data_timer:
-0x320b 009408 setarg timer_kb_mul_blank_delay 
-0x320c 009409 arg timer_kb_mul_blank ,queue 
-0x320d 009410 branch timer_init 
-:      009412 g24_kb_mul_disable_blank_data_forcibly:
-0x320e 009413 call g24_set0_mem_kb_mul_blank_data_enable 
-:      009415 g24_kb_mul_disable_blank_data_timer:
-0x320f 009416 setarg 0 
-0x3210 009417 arg timer_kb_mul_blank ,queue 
-0x3211 009418 branch timer_init 
-:      009420 g24_data_attemp:
-0x3212 009421 call g24_fetch_mem_rxdata_temp_add3_1byte 
-0x3213 009423 beq datatype_mouse ,g24_data_attemp_mouse 
-0x3214 009424 beq datatype_keyboard ,g24_data_attemp_kbd 
-0x3215 009425 rtn 
-:      009426 g24_data_attemp_mouse:
-0x3216 009427 setarg offset_24g_rxdata_temp_add4 
-0x3217 009428 call g24_set_rega_ifetch_4byte 
-0x3218 009429 arg offset_24g_mouse_addr ,rega 
-0x3219 009430 call g24_set_contw_with_temp 
-0x321a 009433 branch g24_contw_istore_4byte 
-:      009435 g24_data_attemp_kbd:
-0x321b 009436 setarg offset_24g_rxdata_temp_add4 
-0x321c 009437 call g24_set_rega_ifetch_4byte 
-0x321d 009438 arg offset_24g_kb_addr ,rega 
-0x321e 009439 call g24_set_contw_with_temp 
-0x321f 009442 branch g24_contw_istore_4byte 
-:      009444 g24_store_mem_24g_mode:
-0x3220 009445 call g24_head_ptr2regc 
-0x3221 009446 add regc ,offset_24g_mode ,contw 
-0x3222 009447 istore 1 ,contw 
-0x3223 009448 rtn 
-:      009450 g24_fetch_mem_device_addr:
-0x3224 009451 call g24_head_ptr2regc 
-0x3225 009452 add regc ,offset_24g_device_addr ,rega 
-0x3226 009453 branch g24_rega_ifetch_4byte 
-:      009454 g24_store_mem_device_addr:
-0x3227 009455 call g24_head_ptr2regc 
-0x3228 009456 add regc ,offset_24g_device_addr ,contw 
-0x3229 009457 branch g24_contw_istore_4byte 
-:      009459 g24_fetch_mem_addr:
-0x322a 009460 add regc ,offset_24g_addr ,rega 
-0x322b 009461 branch g24_rega_ifetch_4byte 
-:      009462 g24_store_mem_addr:
-0x322c 009463 add regc ,offset_24g_addr ,contw 
-:      009464 g24_contw_istore_4byte:
-0x322d 009465 istore 4 ,contw 
-0x322e 009466 rtn 
-:      009468 g24_store_mem_ch:
-0x322f 009469 add regc ,offset_24g_ch ,contw 
-0x3230 009470 branch g24_contw_istore_1byte 
-:      009472 g24_set0_mem_pid:
-0x3231 009473 setarg 0 
-:      009474 g24_store_mem_pid:
-0x3232 009475 call g24_head_ptr2regc 
-0x3233 009476 add regc ,offset_24g_pid ,contw 
-0x3234 009477 branch g24_contw_istore_1byte 
-:      009479 g24_store_mem_txpayload:
-0x3235 009480 add regc ,offset_24g_txpayload ,contw 
-0x3236 009481 branch g24_contw_istore_1byte 
-:      009483 g24_set4_mem_max_retry:
-0x3237 009484 setarg 4 
-:      009485 g24_store_mem_max_retry:
-0x3238 009486 add regc ,offset_24g_max_retry ,contw 
-0x3239 009487 branch g24_contw_istore_1byte 
-:      009489 g24_fetch_mem_data_type:
-0x323a 009490 add regc ,offset_24g_data_type ,rega 
-0x323b 009491 branch g24_rega_ifetch_1byte 
-:      009492 g24_store_mem_data_type:
-0x323c 009493 add regc ,offset_24g_data_type ,contw 
-0x323d 009494 branch g24_contw_istore_1byte 
-:      009496 g24_set2_mem_sync_cnt:
-0x323e 009497 setarg 2 
-:      009498 g24_store_mem_sync_cnt:
-0x323f 009499 add regc ,offset_24g_sync_cnt ,contw 
-0x3240 009500 branch g24_contw_istore_1byte 
-:      009502 g24_set1_mem_rf_last_sta:
-0x3241 009503 setarg 1 
-:      009504 g24_store_mem_rf_last_sta:
-0x3242 009505 call g24_head_ptr2regc 
-0x3243 009506 add regc ,offset_24g_rf_last_sta ,contw 
-0x3244 009507 branch g24_contw_istore_1byte 
-:      009509 g24_fetch_mem_hop_pac:
-0x3245 009510 call g24_head_ptr2regc 
-0x3246 009511 add regc ,offset_24g_hop_pac ,rega 
-0x3247 009512 branch g24_rega_ifetch_1byte 
-:      009513 g24_set1_mem_hop_pac:
-0x3248 009514 setarg 1 
-:      009515 g24_store_mem_hop_pac:
-0x3249 009516 call g24_head_ptr2regc 
-0x324a 009517 add regc ,offset_24g_hop_pac ,contw 
-0x324b 009518 branch g24_contw_istore_1byte 
-:      009520 g24_fetch_mem_abort_pac:
-0x324c 009521 call g24_head_ptr2regc 
-0x324d 009522 add regc ,offset_24g_abort_pac ,rega 
-0x324e 009523 branch g24_rega_ifetch_1byte 
-:      009524 g24_set1_mem_abort_pac:
-0x324f 009525 setarg 1 
-:      009526 g24_store_mem_abort_pac:
-0x3250 009527 call g24_head_ptr2regc 
-0x3251 009528 add regc ,offset_24g_abort_pac ,contw 
-0x3252 009529 branch g24_contw_istore_1byte 
-:      009531 g24_fetch_mem_pairing_sm:
-0x3253 009532 call g24_head_ptr2regc 
-0x3254 009533 add regc ,offset_24g_pairing_sm ,rega 
-0x3255 009534 branch g24_rega_ifetch_1byte 
-:      009535 g24_store_mem_pairing_sm:
-0x3256 009536 add regc ,offset_24g_pairing_sm ,contw 
-0x3257 009537 branch g24_contw_istore_1byte 
-:      009539 g24_fetch_mem_rf_hop_ch:
-0x3258 009540 add regc ,offset_24g_rf_hop_ch ,rega 
-0x3259 009541 branch g24_rega_ifetch_1byte 
-:      009542 g24_set0_mem_rf_hop_ch:
-0x325a 009543 setarg 0 
-:      009544 g24_store_mem_rf_hop_ch:
-0x325b 009545 add regc ,offset_24g_rf_hop_ch ,contw 
-0x325c 009546 branch g24_contw_istore_1byte 
-:      009548 g24_fetch_mem_rf_work_stage:
-0x325d 009549 add regc ,offset_24g_rf_work_stage ,rega 
-0x325e 009550 branch g24_rega_ifetch_1byte 
-:      009552 g24_fetch_mem_rxbuf_add1:
-0x325f 009553 add regc ,offset_24g_rxbuf_add1 ,rega 
-0x3260 009554 branch g24_rega_ifetch_1byte 
-:      009556 g24_fetch_mem_check_dongle_times:
-0x3261 009557 add regc ,offset_24g_check_dongle_times ,rega 
-0x3262 009558 branch g24_rega_ifetch_1byte 
-:      009559 g24_set0_mem_check_dongle_times:
-0x3263 009560 setarg 0 
-:      009561 g24_store_mem_check_dongle_times:
-0x3264 009562 call g24_head_ptr2regc 
-0x3265 009563 add regc ,offset_24g_check_dongle_times ,contw 
-0x3266 009564 branch g24_contw_istore_1byte 
-:      009566 g24_store_mem_tx_power:
-0x3267 009567 call g24_head_ptr2regc 
-0x3268 009568 add regc ,offset_tx_power_temp ,rega 
-0x3269 009569 ifetch 1 ,rega 
-:      009570 g24_store_mem_txpower:
-0x326a 009571 store 1 ,mem_tx_power 
-0x326b 009572 rtn 
-:      009574 g24_store_mem_tx_power_temp:
-0x326c 009575 call g24_head_ptr2regc 
-0x326d 009576 fetch 1 ,mem_tx_power 
-0x326e 009578 add regc ,offset_tx_power_temp ,contw 
-0x326f 009579 branch g24_contw_istore_1byte 
-:      009581 g24_fetch_mem_power_ctrl_pac:
-0x3270 009582 add regc ,offset_power_ctrl_packet_cnt ,rega 
-0x3271 009583 branch g24_rega_ifetch_1byte 
-:      009585 g24_store_mem_power_ctrl_level:
-0x3272 009586 add regc ,offset_power_ctrl_level ,contw 
-0x3273 009587 branch g24_contw_istore_1byte 
-:      009589 g24_fetcht_mem_rxdata_temp:
-0x3274 009590 setarg offset_24g_rxdata_temp 
-:      009591 g24_set_rega_ifetcht_1byte:
-0x3275 009592 iadd regc ,rega 
-0x3276 009593 ifetcht 1 ,rega 
-0x3277 009594 rtn 
-:      009596 g24_fetch_mem_rf_laststa:
-0x3278 009597 setarg offset_24g_rf_laststa 
-0x3279 009598 branch g24_set_rega_ifetch_1byte 
-:      009599 g24_set0_mem_rf_laststa:
-0x327a 009600 setarg 0 
-:      009601 g24_store_mem_rf_laststa:
-0x327b 009602 arg offset_24g_rf_laststa ,rega 
-0x327c 009603 branch g24_set_contw_with_regb_store_1byte 
-:      009605 g24_fetch_mem_rx_addr:
-0x327d 009606 setarg offset_24g_rx_addr 
-:      009607 g24_set_rega_ifetch_4byte:
-0x327e 009608 call g24_set_rega 
-:      009609 g24_rega_ifetch_4byte:
-0x327f 009610 ifetch 4 ,rega 
-0x3280 009611 rtn 
-:      009613 g24_fetch_mem_time_slice:
-0x3281 009614 setarg offset_24g_time_slice 
-0x3282 009615 branch g24_set_rega_ifetch_1byte 
-:      009616 g24_set0_mem_time_slice:
-0x3283 009617 setarg 0 
-:      009618 g24_store_mem_time_slice:
-0x3284 009619 arg offset_24g_time_slice ,rega 
-0x3285 009620 branch g24_set_contw_with_regb_store_1byte 
-:      009622 g24_set0_mem_mode_switch:
-0x3286 009623 setarg 0 
-:      009624 g24_store_mem_mode_switch:
-0x3287 009625 arg offset_24g_mode_switch ,rega 
-0x3288 009626 branch g24_set_contw_with_regb_store_1byte 
-:      009628 g24_store_mem_bind_payload:
-0x3289 009629 arg offset_24g_bind_payload ,rega 
-0x328a 009630 branch g24_set_contw_with_regb_store_1byte 
-:      009632 g24_fetch_mem_bind_device_status:
-0x328b 009633 setarg offset_dongle_bind_device_status 
-0x328c 009634 branch g24_set_rega_ifetch_1byte 
-:      009635 g24_store_mem_bind_device_status:
-0x328d 009636 arg offset_dongle_bind_device_status ,rega 
-0x328e 009637 branch g24_set_contw_with_regb_store_1byte 
-:      009639 g24_fetch_mem_dongle_work_mode:
-0x328f 009640 setarg offset_dongle_work_mode 
-0x3290 009641 branch g24_set_rega_ifetch_1byte 
-:      009642 g24_set_work_mem_dongle_work_mode:
-0x3291 009643 setarg dongle_work 
-:      009644 g24_store_mem_dongle_work_mode:
-0x3292 009645 arg offset_dongle_work_mode ,rega 
-0x3293 009646 branch g24_set_contw_with_regb_store_1byte 
-:      009648 g24_fetch_mem_dongle_mode_init:
-0x3294 009649 setarg offset_dongle_mode_init 
-0x3295 009650 branch g24_set_rega_ifetch_1byte 
-:      009651 g24_set0_mem_dongle_mode_init:
-0x3296 009652 setarg clear_init 
-:      009653 g24_store_mem_dongle_mode_init:
-0x3297 009654 arg offset_dongle_mode_init ,rega 
-0x3298 009655 branch g24_set_contw_with_regb_store_1byte 
-:      009657 g24_set0_mem_ackpayload_enable:
-0x3299 009658 setarg 0 
-:      009659 g24_store_mem_ackpayload_enable:
-0x329a 009660 arg offset_24g_ackpayload_enable ,rega 
-0x329b 009661 branch g24_set_contw_with_regb_store_1byte 
-:      009662 g24_set1_mem_ackpayload_enable:
-0x329c 009663 setarg 1 
-0x329d 009664 branch g24_store_mem_ackpayload_enable 
-:      009666 g24_fetch_mem_rxdata_temp_add3_7byte:
-0x329e 009667 setarg offset_24g_rxdata_temp_add3 
-0x329f 009668 call g24_set_rega 
-0x32a0 009669 ifetch 7 ,rega 
-0x32a1 009670 rtn 
-:      009672 g24_fetch_mem_nodata_timer_enable:
-0x32a2 009673 setarg offset_24g_nodata_timer_enable 
-0x32a3 009674 branch g24_set_rega_ifetch_1byte 
-:      009675 g24_set0_mem_nodata_timer_enable:
-0x32a4 009676 setarg 0 
-:      009677 g24_store_mem_nodata_timer_enable:
-0x32a5 009678 arg offset_24g_nodata_timer_enable ,rega 
-0x32a6 009679 branch g24_set_contw_with_regb_store_1byte 
-:      009681 g24_set0_mem_ms_blank_data_enable:
-0x32a7 009682 setarg 0 
-:      009683 g24_store_mem_ms_blank_data_enable:
-0x32a8 009684 arg offset_24g_ms_blank_data_enable ,rega 
-0x32a9 009685 branch g24_set_contw_with_regb_store_1byte 
-:      009687 g24_set0_mem_kb_blank_data_enable:
-0x32aa 009688 setarg 0 
-:      009689 g24_store_mem_kb_blank_data_enable:
-0x32ab 009690 arg offset_24g_kb_blank_data_enable ,rega 
-0x32ac 009691 branch g24_set_contw_with_regb_store_1byte 
-:      009693 g24_set0_mem_kb_mul_blank_data_enable:
-0x32ad 009694 setarg 0 
-:      009695 g24_store_mem_kb_mul_blank_data_enable:
-0x32ae 009696 arg offset_24g_kb_mul_blank_data_enable ,rega 
-0x32af 009697 branch g24_set_contw_with_regb_store_1byte 
-:      009699 g24_store_mem_power_ctrl_threshold_up:
-0x32b0 009700 arg offset_power_ctrl_threshold_up ,rega 
-0x32b1 009701 branch g24_set_contw_with_regb_store_1byte 
-:      009703 g24_store_mem_power_ctrl_threshold_down:
-0x32b2 009704 arg offset_power_ctrl_threshold_down ,rega 
-:      009705 g24_set_contw_with_regb_store_1byte:
-0x32b3 009706 call g24_set_contw_with_regb 
-:      009707 g24_contw_istore_1byte:
-0x32b4 009708 istore 1 ,contw 
-0x32b5 009709 rtn 
-:      009711 g24_fetch_mem_pair_mode:
-0x32b6 009712 setarg offset_24g_pair_mode 
-0x32b7 009713 branch g24_set_rega_ifetch_1byte 
-:      009715 g24_store_mem_pair_mode:
-0x32b8 009716 arg offset_24g_pair_mode ,rega 
-0x32b9 009717 branch g24_set_contw_with_regb_store_1byte 
-:      009719 g24_store_mem_pair_txpower:
-0x32ba 009720 setarg offset_24g_pair_txpower 
-0x32bb 009721 call g24_set_rega_ifetch_1byte 
-0x32bc 009722 branch g24_store_mem_txpower 
-:      009724 g24_fetch_mem_rxdata_temp_add3_1byte:
-0x32bd 009725 setarg offset_24g_rxdata_temp_add3 
-0x32be 009726 branch g24_set_rega_ifetch_1byte 
-:      009728 g24_set_contw_with_temp:
-0x32bf 009729 copy pdata ,temp 
-0x32c0 009730 copy rega ,pdata 
-0x32c1 009731 iadd regc ,contw 
-0x32c2 009732 copy temp ,pdata 
-0x32c3 009733 rtn 
-:      009735 g24_set_contw_with_temp_store_3byte:
-0x32c4 009736 call g24_set_contw_with_temp 
-:      009737 g24_contw_istore_3byte:
-0x32c5 009738 istore 3 ,contw 
-0x32c6 009739 rtn 
-:      009741 g24_set_contw_with_regb:
-0x32c7 009742 call g24_head_ptr2regc 
-:      009743 g24_set_contw_with_regb2:
-0x32c8 009744 copy pdata ,regb 
-0x32c9 009745 copy rega ,pdata 
-0x32ca 009746 iadd regc ,contw 
-0x32cb 009747 copy regb ,pdata 
-0x32cc 009748 rtn 
-:      009750 g24_set_rega:
-0x32cd 009751 call g24_head_ptr2regc 
-0x32ce 009752 iadd regc ,rega 
-0x32cf 009753 rtn 
-:      009755 g24_set_rega_ifetch_1byte:
-0x32d0 009756 call g24_set_rega 
-:      009757 g24_rega_ifetch_1byte:
-0x32d1 009758 ifetch 1 ,rega 
-0x32d2 009759 rtn 
-:      009761 g24_set_rega_ifetcht_4byte:
-0x32d3 009762 call g24_set_rega 
-0x32d4 009763 ifetcht 4 ,rega 
-0x32d5 009764 rtn 
-:      009766 g24_mem_set0:
-0x32d6 009767 setarg 0 
-0x32d7 009768 branch g24_contw_istore_1byte 
-:      009772 app_init:
-0x32d8 009773 bpatch patch18_4 ,mem_patch18 
-0x32d9 009774 fetch 1 ,mem_device_option 
-0x32da 009775 branch app_init ,blank 
-0x32db 009777 beq dvc_op_dongle ,dongle_init 
-0x32dc 009778 beq dvc_op_antilost ,antilost_init 
-0x32dd 009779 beq dvc_op_shutter ,shutter_init 
-0x32de 009780 beq dvc_op_module ,module_init 
-0x32df 009781 beq dvc_op_car ,car_init 
-0x32e0 009782 beq dvc_op_remote_car ,remote_car_init 
-0x32e1 009783 bbit1 dvc_op_mouse ,mouse_init 
-0x32e2 009784 rtn 
-:      009786 app_lpm_init:
-0x32e3 009787 bpatch patch18_5 ,mem_patch18 
-0x32e4 009788 jam 0 ,mem_tester_emulate 
-0x32e5 009789 jam 0 ,mem_debug_config 
-0x32e6 009790 jam 0 ,mem_lch_code 
-0x32e7 009791 setarg 0 
-0x32e8 009792 store 5 ,mem_sp_state_start 
-0x32e9 009793 fetch 1 ,mem_device_option 
-0x32ea 009794 branch app_lpm_init ,blank 
-0x32eb 009795 beq dvc_op_module ,module_lpm_init 
-:      009796 app_lpm_init0:
-0x32ec 009797 rtn 
-:      009800 app_process_idle:
-0x32ed 009801 call ui_dispatch 
-0x32ee 009802 call check_51cmd 
-0x32ef 009803 call app_process_bb_event 
-0x32f0 009804 fetch 2 ,mem_cb_idle_process 
-0x32f1 009805 branch callback_func 
-:      009807 app_process_bt:
-0x32f2 009808 fetch 2 ,mem_cb_bt_process 
-0x32f3 009809 branch callback_func 
-:      009811 app_process_ble:
-0x32f4 009812 fetch 2 ,mem_cb_le_process 
-0x32f5 009813 branch callback_func 
-:      009815 app_process_bb_event:
-0x32f6 009816 bpatch patch18_6 ,mem_patch18 
-0x32f7 009818 arg mem_ipc_fifo_bt2c51 ,rega 
-0x32f8 009819 call fifo_out 
-0x32f9 009820 rtn blank 
-0x32fa 009822 copy pdata ,regc 
-0x32fb 009823 call app_event_normal_process 
-0x32fc 009824 branch app_process_bb_event_priority 
-:      009826 app_discard_event:
-0x32fd 009827 arg 0 ,regc 
-0x32fe 009828 rtn 
-:      009833 app_event_normal_process:
-0x32ff 009834 beq bt_evt_bb_connected ,app_evt_bt_conn 
-0x3300 009835 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
-0x3301 009836 beq bt_evt_setup_complete ,app_evt_setup_complete 
-0x3302 009837 beq bt_evt_hid_handshake ,app_evt_hid_handshake 
-0x3303 009838 beq bt_evt_hid_connected ,app_bb_event_hid_connected 
-0x3304 009839 beq bt_evt_reconn_failed ,app_bb_event_reconn_failed 
-0x3305 009840 beq bt_evt_bb_disconnected ,app_bb_event_bb_disconn 
-0x3306 009841 beq bt_evt_reconn_page_timeout ,app_bb_event_reconn_failed 
-0x3307 009842 beq bt_evt_le_connected ,app_le_event_bb_connected 
-0x3308 009843 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
-0x3309 009844 beq bt_evt_reconn_started ,app_event_reconn_start 
-0x330a 009845 beq bt_evt_enter_sniff ,app_event_enter_sniff 
-0x330b 009846 beq bt_evt_exit_sniff ,app_event_exit_sniff 
-0x330c 009848 beq bt_evt_ml2cap_conn_refused ,app_event_ml2cap_conn_refused 
-0x330d 009849 beq bt_evt_linkkey_generate ,app_event_linkkey_generate 
-0x330e 009850 beq bt_evt_switch_fail_master ,app_event_switch_fail_master 
-0x330f 009851 beq bt_evt_switch_success_master ,app_event_switch_success 
-0x3310 009852 rtn 
-:      009855 app_evt_bt_conn:
-0x3311 009856 fetch 2 ,mem_ui_state_map 
-0x3312 009857 set1 ui_state_bt_connected ,pdata 
-0x3313 009858 store 2 ,mem_ui_state_map 
-0x3314 009859 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3315 009860 set0 app_disc_by_button ,pdata 
-0x3316 009861 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3317 009862 rtn 
-:      009864 app_event_switch_success:
-0x3318 009865 jam 0 ,mem_switch_fail_master_count 
-0x3319 009866 rtn 
-:      009868 app_event_switch_fail_master:
-0x331a 009869 fetch 1 ,mem_switch_fail_master_count 
-0x331b 009870 increase 1 ,pdata 
-0x331c 009871 store 1 ,mem_switch_fail_master_count 
-0x331d 009872 sub pdata ,1 ,null 
-0x331e 009873 branch app_bt_role_switch ,positive 
-0x331f 009874 jam 0 ,mem_switch_fail_master_count 
-0x3320 009875 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3321 009876 set1 app_disc_switch_fail ,pdata 
-0x3322 009877 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3323 009878 branch app_bt_disconnect 
-:      009880 app_process_bb_event_priority:
-0x3324 009881 fetch 2 ,mem_cb_bb_event_process 
-0x3325 009882 branch callback_func 
-:      009884 app_check_wake_lock:
-0x3326 009885 fetch 2 ,mem_cb_check_wakelock 
-0x3327 009886 branch callback_func 
-:      009888 app_will_enter_lpm:
-0x3328 009889 fetch 2 ,mem_cb_before_lpm 
-0x3329 009890 branch callback_func 
-:      009892 app_event_linkkey_generate:
-0x332a 009893 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x332b 009894 set1 app_disc_after_pairing ,pdata 
-0x332c 009895 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x332d 009896 branch app_bt_store_reconn_info 
-:      009898 app_event_reconn_start:
-0x332e 009899 fetch 2 ,mem_ui_state_map 
-0x332f 009900 set1 ui_state_bt_reconnect ,pdata 
-0x3330 009901 store 2 ,mem_ui_state_map 
-0x3331 009902 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3332 009903 set1 app_disc_after_reconn ,pdata 
-0x3333 009904 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3334 009905 rtn 
-:      009907 app_evt_setup_complete:
-0x3335 009908 fetch 2 ,mem_ui_state_map 
-0x3336 009909 set1 ui_state_bt_setup_complete ,pdata 
-0x3337 009910 store 2 ,mem_ui_state_map 
-0x3338 009911 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3339 009912 set1 app_disc_after_setup_done ,pdata 
-0x333a 009913 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x333b 009914 rtn 
-:      009916 app_evt_hid_handshake:
-0x333c 009917 fetch 2 ,mem_ui_state_map 
-0x333d 009918 set1 ui_state_bt_hid_handshake ,pdata 
-0x333e 009919 store 2 ,mem_ui_state_map 
-0x333f 009920 rtn 
-:      009922 app_event_enter_sniff:
-0x3340 009923 fetch 2 ,mem_ui_state_map 
-0x3341 009924 set1 ui_state_bt_sniff ,pdata 
-0x3342 009925 store 2 ,mem_ui_state_map 
-0x3343 009926 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3344 009927 set1 app_disc_after_sniff ,pdata 
-0x3345 009928 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3346 009929 rtn 
-:      009931 app_event_exit_sniff:
-0x3347 009932 fetch 2 ,mem_ui_state_map 
-0x3348 009933 set0 ui_state_bt_sniff ,pdata 
-0x3349 009934 store 2 ,mem_ui_state_map 
-0x334a 009935 rtn 
-:      009937 app_le_event_bb_connected:
-0x334b 009938 fetch 2 ,mem_ui_state_map 
-0x334c 009939 set1 ui_state_ble_connected ,pdata 
-0x334d 009940 store 2 ,mem_ui_state_map 
-0x334e 009941 rtn 
-:      009943 app_le_event_bb_disconn:
-0x334f 009944 fetch 2 ,mem_ui_state_map 
-0x3350 009945 set0 ui_state_ble_connected ,pdata 
-0x3351 009946 store 2 ,mem_ui_state_map 
-0x3352 009947 branch app_lpm_mult_disable 
-:      009949 app_bb_event_hid_connected:
-0x3353 009950 fetch 2 ,mem_ui_state_map 
-0x3354 009951 set1 ui_state_bt_hid_conn ,pdata 
-0x3355 009952 store 2 ,mem_ui_state_map 
-0x3356 009953 rtn 
-:      009955 app_evt_button_long_pressed:
-0x3357 009956 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x3358 009957 set1 app_disc_by_button ,pdata 
-0x3359 009958 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335a 009959 rtn 
-:      009961 app_event_ml2cap_conn_refused:
-0x335b 009962 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335c 009963 set1 app_disc_l2cap_refused ,pdata 
-0x335d 009964 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x335e 009965 branch app_bt_disconnect 
-:      009968 app_evt_timer:
-0x335f 009969 bpatch patch18_7 ,mem_patch18 
-0x3360 009970 store 1 ,mem_app_evt_timer_count 
-:      009971 app_evt_100ms_loop:
-0x3361 009972 fetch 1 ,mem_app_evt_timer_count 
-0x3362 009973 rtn blank 
-0x3363 009974 increase -1 ,pdata 
-0x3364 009975 store 1 ,mem_app_evt_timer_count 
-0x3365 009976 call ui_button_polling 
-0x3366 009977 call app_lpm_wake_auto_lock_timer 
-0x3367 009978 call app_unsniff_delay_timer 
-0x3368 009979 call app_discovery_timer 
-0x3369 009980 call flash_write_spi_sm_timer 
-0x336a 009981 fetch 2 ,mem_cb_event_timer 
-0x336b 009982 call callback_func 
-0x336c 009983 branch app_evt_100ms_loop 
-:      009988 timer_single_step:
-0x336d 009989 ifetch 1 ,regc 
-0x336e 009990 rtn blank 
-0x336f 009991 pincrease -1 
-0x3370 009992 istore 1 ,regc 
-0x3371 009993 nrtn blank 
-0x3372 009994 copy regb ,pdata 
-0x3373 009995 branch callback_func 
-:      009999 timer_single_step_2b:
-0x3374 010000 ifetch 2 ,regc 
-0x3375 010001 rtn blank 
-0x3376 010002 pincrease -1 
-0x3377 010003 istore 2 ,regc 
-0x3378 010004 nrtn blank 
-0x3379 010005 copy regb ,pdata 
-0x337a 010006 branch callback_func 
-:      010008 app_power_timer:
-0x337b 010009 fetcht 2 ,mem_power_param_ptr 
-0x337c 010010 add temp ,power_timer_offset ,regc 
-0x337d 010011 arg app_power_timer_timeout ,regb 
-0x337e 010012 branch timer_single_step 
-:      010014 app_power_timer_timeout:
-0x337f 010015 call app_got_power_state_common 
-0x3380 010016 beq power_starting ,app_enter_power_stanby_state 
-:      010017 app_enter_power_off_state:
-0x3381 010018 branch app_enter_hibernate 
-:      010019 app_enter_power_stanby_state:
-0x3382 010020 setarg power_standby 
-0x3383 010021 istore 1 ,regc 
-0x3384 010022 add temp ,power_standby_cb_offset ,regb 
-:      010023 app_power_cb_common:
-0x3385 010024 ifetch 2 ,regb 
-0x3386 010025 branch callback_func 
-:      010027 app_unsniff_delay_timer:
-0x3387 010028 arg mem_unsniff2sniff_timer_count ,regc 
-0x3388 010029 arg app_unsniff_delay_timeout ,regb 
-0x3389 010030 branch timer_single_step 
-:      010032 app_unsniff_delay_timeout:
-0x338a 010033 call context_check_idle 
-0x338b 010034 branch app_bt_enter_sniff ,zero 
-0x338c 010035 rtn 
-:      010038 app_discovery_timer:
-0x338d 010039 arg mem_discovery_timeout_timer_count ,regc 
-0x338e 010040 arg app_discovery_timeout ,regb 
-0x338f 010041 branch timer_single_step_2b 
-:      010043 app_discovery_timeout:
-0x3390 010044 call app_bt_stop_discovery 
-0x3391 010045 call app_led_off 
-0x3392 010046 fetch 2 ,mem_cb_discovry_timeout 
-0x3393 010047 branch callback_func 
-:      010050 app_bb_event_reconn_failed:
-0x3394 010051 call app_disconn_reason_flag_clear 
-:      010052 app_clear_reconnect_flag:
-0x3395 010053 fetch 2 ,mem_ui_state_map 
-0x3396 010054 set0 ui_state_bt_reconnect ,pdata 
-0x3397 010055 store 2 ,mem_ui_state_map 
-0x3398 010056 rtn 
-:      010058 app_bb_event_bb_disconn:
-0x3399 010059 jam 0 ,mem_unsniff2sniff_timer_count 
-0x339a 010060 fetch 2 ,mem_ui_state_map 
-0x339b 010061 bbit1 ui_state_bt_reconnect ,app_bb_event_bb_reconn_disconn 
-0x339c 010062 isolate0 ui_state_bt_setup_complete ,pdata 
-0x339d 010063 call app_discard_event ,true 
-:      010064 app_bb_event_bb_reconn_disconn:
-0x339e 010065 bpatch patch19_0 ,mem_patch19 
-0x339f 010066 fetch 2 ,mem_ui_state_map 
-0x33a0 010067 set0 ui_state_bt_connected ,pdata 
-0x33a1 010068 set0 ui_state_bt_setup_complete ,pdata 
-0x33a2 010069 set0 ui_state_bt_hid_conn ,pdata 
-0x33a3 010070 set0 ui_state_bt_hid_handshake ,pdata 
-0x33a4 010071 set0 ui_state_bt_reconnect ,pdata 
-0x33a5 010072 store 2 ,mem_ui_state_map 
-0x33a6 010073 branch app_lpm_mult_disable 
-:      010075 app_bb_hibernate:
-0x33a7 010076 call app_disconn_reason_clear 
-0x33a8 010077 branch app_enter_hibernate 
-:      010080 app_disconn_reason_clear:
-0x33a9 010081 setarg 0 
-0x33aa 010082 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33ab 010083 rtn 
-:      010084 app_disconn_reason_flag_clear:
-0x33ac 010085 setarg 0 
-0x33ad 010086 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33ae 010087 rtn 
-:      010089 app_disconn_reason_collect_bt:
-0x33af 010090 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b0 010091 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33b1 010092 setarg 0 
-0x33b2 010093 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b3 010094 rtn 
-:      010096 app_disconn_reason_collect_ble:
-0x33b4 010097 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b5 010098 set1 app_disc_ble ,pdata 
-0x33b6 010099 store app_disc_rsn_size ,mem_app_disconn_reason 
-0x33b7 010100 setarg 0 
-0x33b8 010101 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x33b9 010102 rtn 
-:      010110 app_check_sniff:
-0x33ba 010111 fetch 1 ,mem_ui_state_map 
-0x33bb 010112 isolate1 ui_state_bt_sniff ,pdata 
-0x33bc 010113 rtn 
-:      010121 app_initflag_store:
-0x33bd 010122 setarg eeprom_init_flag 
-:      010123 app_flag_store:
-0x33be 010124 store 2 ,mem_timeup 
-0x33bf 010125 bpatch patch19_1 ,mem_patch19 
-0x33c0 010126 arg 2 ,temp 
-0x33c1 010127 arg mem_timeup ,rega 
-0x33c2 010128 arg eeprom_module_init_flag ,regb 
-0x33c3 010129 branch iicd_write_eep_data 
-:      010132 app_initflag_check:
-0x33c4 010133 bpatch patch19_2 ,mem_patch19 
-0x33c5 010134 arg 2 ,temp 
-0x33c6 010135 arg mem_pdatatemp ,rega 
-0x33c7 010136 arg eeprom_module_init_flag ,regb 
-0x33c8 010137 call iicd_read_eep_data 
-0x33c9 010138 fetch 2 ,mem_pdatatemp 
-0x33ca 010139 arg eeprom_init_flag ,temp 
-0x33cb 010140 isub temp ,null 
-0x33cc 010141 rtn 
-:      010144 app_start_auto_sniff:
-0x33cd 010145 fetch 1 ,mem_unsniff2sniff_timer 
-0x33ce 010146 store 1 ,mem_unsniff2sniff_timer_count 
-0x33cf 010147 rtn 
-:      010149 app_get_lpm_wake_lock:
-0x33d0 010150 arg wake_lock_app ,queue 
-0x33d1 010151 branch lpm_get_wake_lock 
-:      010153 app_put_lpm_wake_lock:
-0x33d2 010154 arg wake_lock_app ,queue 
-0x33d3 010155 branch lpm_put_wake_lock 
-:      010157 app_lpm_wake_auto_lock:
-0x33d4 010158 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
-0x33d5 010159 branch app_get_lpm_wake_lock 
-:      010161 app_lpm_wake_auto_lock_timer:
-0x33d6 010162 arg mem_wake_up_delay_timer ,regc 
-0x33d7 010163 arg app_put_lpm_wake_lock ,regb 
-0x33d8 010164 branch timer_single_step 
-:      010166 app_l2cap_flow_control_enable:
-0x33d9 010167 jam l2cap_flow_ctrl_enable ,mem_l2cap_flow_ctrl_flag 
-0x33da 010168 rtn 
-:      010170 app_l2cap_flow_control_disable:
-0x33db 010171 jam l2cap_flow_ctrl_disable ,mem_l2cap_flow_ctrl_flag 
-0x33dc 010172 rtn 
-:      010174 app_bt_set_pincode:
-0x33dd 010175 jam bt_cmd_set_pin_code ,mem_fifo_temp 
-0x33de 010176 branch ui_ipc_send_cmd 
-:      010178 app_bt_role_switch:
-0x33df 010179 jam bt_cmd_role_switch ,mem_fifo_temp 
-0x33e0 010180 branch ui_ipc_send_cmd 
-:      010182 app_bt_start_reconnect:
-0x33e1 010183 bpatch patch19_3 ,mem_patch19 
-0x33e2 010184 fetch 1 ,mem_app_connection_options 
-0x33e3 010185 store 1 ,mem_connection_options 
-0x33e4 010186 jam app_flag_reconnect ,mem_reconnect_flag 
-0x33e5 010187 jam bt_cmd_reconnect ,mem_fifo_temp 
-0x33e6 010188 branch ui_ipc_send_cmd 
-:      010190 app_bt_reconnect_cancel:
-0x33e7 010191 jam bt_cmd_bb_reconn_cancel ,mem_fifo_temp 
-0x33e8 010192 branch ui_ipc_send_cmd 
-:      010194 app_bt_disconnect:
-0x33e9 010195 jam bt_cmd_disconnect ,mem_fifo_temp 
-0x33ea 010196 branch ui_ipc_send_cmd 
-:      010198 app_bt_start_discovery_short:
-0x33eb 010199 fetch 2 ,mem_discovery_timeout 
-0x33ec 010200 store 2 ,mem_discovery_timeout_timer_count 
-:      010201 app_bt_start_discovery_led_blink:
-0x33ed 010202 call app_led_start_blink 
-:      010203 app_bt_start_discovery:
-0x33ee 010204 jam bt_cmd_start_discovery ,mem_fifo_temp 
-0x33ef 010205 branch ui_ipc_send_cmd 
-:      010207 app_bt_stop_discovery:
-0x33f0 010208 setarg 0 
-0x33f1 010209 store 2 ,mem_discovery_timeout_timer_count 
-0x33f2 010210 jam bt_cmd_stop_discovery ,mem_fifo_temp 
-0x33f3 010211 branch ui_ipc_send_cmd 
-:      010213 app_ble_start_direct_adv:
-0x33f4 010214 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
-0x33f5 010215 branch ui_ipc_send_cmd 
-:      010217 app_ble_stop_direct_adv:
-0x33f6 010218 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
-0x33f7 010219 branch ui_ipc_send_cmd 
-:      010221 app_ble_stop_adv:
-0x33f8 010222 jam bt_cmd_stop_adv ,mem_fifo_temp 
-0x33f9 010223 branch ui_ipc_send_cmd 
-:      010225 app_ble_start_adv:
-0x33fa 010226 jam bt_cmd_start_adv ,mem_fifo_temp 
-0x33fb 010227 branch ui_ipc_send_cmd 
-:      010229 app_ble_start_scan:
-0x33fc 010230 jam bt_cmd_le_start_scan ,mem_fifo_temp 
-0x33fd 010231 branch ui_ipc_send_cmd 
-:      010233 app_ble_stop_scan:
-0x33fe 010234 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
-0x33ff 010235 branch ui_ipc_send_cmd 
-:      010237 app_ble_start_conn:
-0x3400 010238 jam bt_cmd_le_start_conn ,mem_fifo_temp 
-0x3401 010239 branch ui_ipc_send_cmd 
-:      010241 app_ble_disconnect:
-0x3402 010242 jam bt_cmd_le_disconnect ,mem_fifo_temp 
-0x3403 010243 branch ui_ipc_send_cmd 
-:      010245 app_led_start_blink:
-0x3404 010246 jam bt_cmd_led_blink ,mem_fifo_temp 
-0x3405 010247 branch ui_ipc_send_cmd 
-:      010249 app_led_on:
-0x3406 010250 jam bt_cmd_led_on ,mem_fifo_temp 
-0x3407 010251 branch ui_ipc_send_cmd 
-:      010253 app_led_stop_blink:
-:      010254 app_led_off:
-0x3408 010255 jam bt_cmd_led_off ,mem_fifo_temp 
-0x3409 010256 branch ui_ipc_send_cmd 
-:      010258 app_enter_hibernate:
-0x340a 010259 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
-0x340b 010260 branch ui_ipc_send_cmd 
-:      010262 app_bt_sniff_exit:
-0x340c 010263 jam bt_cmd_exit_sniff ,mem_fifo_temp 
-0x340d 010264 branch ui_ipc_send_cmd 
-:      010266 app_bt_enter_sniff:
-0x340e 010267 jam bt_cmd_enter_sniff ,mem_fifo_temp 
-0x340f 010268 branch ui_ipc_send_cmd 
-:      010270 app_ble_store_reconn_info:
-0x3410 010271 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
-0x3411 010272 branch ui_ipc_send_cmd 
-:      010274 app_bt_store_reconn_info:
-0x3412 010275 jam bt_cmd_store_reconn_info_bt ,mem_fifo_temp 
-0x3413 010276 branch ui_ipc_send_cmd 
-:      010278 app_store_reconn_info:
-0x3414 010279 jam bt_cmd_store_reconn_info ,mem_fifo_temp 
-0x3415 010280 branch ui_ipc_send_cmd 
-:      010282 app_lpm_mult_enable:
-0x3416 010283 set1 mark_lpm_mult_enable ,mark 
-0x3417 010284 rtn 
-:      010286 app_lpm_mult_disable:
-0x3418 010287 set0 mark_lpm_mult_enable ,mark 
-0x3419 010288 rtn 
-:      010308 app_button_long_pressed:
-0x341a 010309 call app_got_power_state_common 
-0x341b 010310 beq power_standby ,app_power_shutting_down 
-:      010311 app_power_starting:
-0x341c 010312 setarg power_starting 
-0x341d 010313 istore 1 ,regc 
-0x341e 010314 add temp ,power_starting_timeout_offset ,rega 
-0x341f 010315 add temp ,power_starting_cb_offset ,regb 
-:      010316 app_power_common:
-0x3420 010317 ifetcht 1 ,rega 
-0x3421 010318 increase 1 ,regc 
-0x3422 010319 istoret 1 ,regc 
-0x3423 010320 branch app_power_cb_common 
-:      010322 app_power_shutting_down:
-0x3424 010323 setarg power_off 
-0x3425 010324 istore 1 ,regc 
-0x3426 010325 fetch 2 ,mem_ui_state_map 
-0x3427 010326 bbit0 ui_state_ble_connected ,app_power_off_end 
-0x3428 010327 call app_ble_disconnect 
-:      010328 app_power_off_end:
-0x3429 010329 fetcht 2 ,mem_power_param_ptr 
-0x342a 010330 add temp ,power_off_timeout_offset ,rega 
-0x342b 010331 add temp ,power_off_cb_offset ,regb 
-0x342c 010332 branch app_power_common 
-:      010334 app_got_power_state_common:
-0x342d 010335 fetcht 2 ,mem_power_param_ptr 
-0x342e 010336 add temp ,power_state_offset ,regc 
-0x342f 010337 ifetch 1 ,regc 
-0x3430 010338 rtn 
-:      010340 app_event_button_up:
-0x3431 010341 call app_got_power_state_common 
-0x3432 010342 bne power_off ,app_power_release 
-0x3433 010343 branch app_enter_hibernate 
-:      010344 app_power_release:
-0x3434 010345 add temp ,ui_butten_up_cb_offset ,regb 
-0x3435 010346 branch app_power_cb_common 
-:      010348 antilost_init:
-0x3436 010349 rtn wake 
-0x3437 010350 jam 0x00 ,core_gpio_sel1 
-0x3438 010351 setarg antilost_le_before_hibernate 
-0x3439 010352 store 2 ,mem_cb_before_hibernate 
-0x343a 010353 setarg keyscan_process_lpm_before 
-0x343b 010354 store 2 ,mem_cb_before_lpm 
-0x343c 010355 setarg antilost_idle_process 
-0x343d 010356 store 2 ,mem_cb_idle_process 
-0x343e 010357 setarg antilost_le_conn_process 
-0x343f 010358 store 2 ,mem_cb_le_process 
-0x3440 010359 setarg antilost_bb_event_process 
-0x3441 010360 store 2 ,mem_cb_bb_event_process 
-0x3442 010361 setarg antilost_le_bb_event_timer 
-0x3443 010362 store 2 ,mem_cb_event_timer 
-0x3444 010363 setarg antilost_le_notification 
-0x3445 010364 store 2 ,mem_cb_ble_transmit 
-0x3446 010365 setarg antilost_lpm_lock_process 
-0x3447 010366 store 2 ,mem_cb_check_wakelock 
-0x3448 010367 setarg antilost_le_receive_data_process 
-0x3449 010368 store 2 ,mem_cb_att_write 
-0x344a 010369 bpatch patch19_4 ,mem_patch19 
-0x344b 010370 call antilost_buzzer_pwm_init 
-0x344c 010371 call keyscan_key_init 
-0x344d 010372 call antilost_adc_init 
-0x344e 010373 call ui_led_init_global 
-0x344f 010374 call ui_button_init 
-0x3450 010375 setarg antilost_key_up_down 
-0x3451 010376 store 2 ,mem_cb_antl_key 
-0x3452 010377 setarg antilost_power_off_cb 
-0x3453 010378 store 2 ,mem_antl_power_off_cb 
-0x3454 010379 setarg antilost_power_starting_cb 
-0x3455 010380 store 2 ,mem_antl_power_starting_cb 
-0x3456 010381 setarg antilost_power_standby_cb 
-0x3457 010382 store 2 ,mem_antl_power_standby_cb 
-0x3458 010383 setarg antilost_led_on_cb 
-0x3459 010384 store 2 ,mem_antl_led_cb_on 
-0x345a 010385 setarg antilost_led_off_cb 
-0x345b 010386 store 2 ,mem_antl_led_cb_off 
-0x345c 010387 setarg antilost_buzzer_on 
-0x345d 010388 store 2 ,mem_antl_buzzer_cb_on 
-0x345e 010389 setarg antilost_buzzer_off 
-0x345f 010390 store 2 ,mem_antl_buzzer_cb_off 
-0x3460 010391 fetch 2 ,mem_ui_state_map 
-0x3461 010392 rtnbit1 ui_state_btn_down 
-0x3462 010393 branch app_enter_hibernate 
-:      010395 antilost_le_before_hibernate:
-0x3463 010396 call antilost_led_buzzer_stop_blink 
-0x3464 010397 branch app_enter_hibernate 
-:      010399 antilost_le_notification:
-0x3465 010400 call le_fifo_check_nearly_full 
-0x3466 010401 nrtn blank 
-0x3467 010402 arg mem_temp_block5 ,rega 
-0x3468 010403 call queue_pop 
-0x3469 010404 nrtn user 
-0x346a 010405 arg mem_temp_block5 ,contr 
-0x346b 010406 branch le_send_notify_from_list 
-:      010408 antilost_power_standby_cb:
-0x346c 010409 fetch 2 ,mem_antl_le_sleep_timeout 
-0x346d 010410 store 2 ,mem_antl_le_sleep_timer 
-0x346e 010411 jam 1 ,mem_antl_key_scan_enable 
-0x346f 010412 branch antilost_fast_adv_start 
-:      010414 antilost_lpm_lock_process:
-0x3470 010415 fetch 1 ,mem_antl_key_state 
-0x3471 010416 beq 1 ,antilost_lpm_ctrl_for_led_buzzer 
-0x3472 010417 fetch 2 ,mem_ui_state_map 
-0x3473 010418 bbit0 ui_state_ble_connected ,antilost_lpm_ctrl_for_led_buzzer 
-0x3474 010419 fetch 1 ,mem_antl_lost_mode 
-0x3475 010420 beq 1 ,app_get_lpm_wake_lock 
-0x3476 010421 fetch 1 ,mem_antl_queue_curr_num 
-0x3477 010422 nbranch app_get_lpm_wake_lock ,blank 
-0x3478 010423 branch app_put_lpm_wake_lock 
-:      010425 antilost_lpm_ctrl_for_led_buzzer:
-0x3479 010426 fetch 1 ,mem_antl_led_state 
-0x347a 010427 fetcht 1 ,mem_antl_buzzer_state 
-0x347b 010428 ior temp ,pdata 
-0x347c 010429 beq 1 ,app_get_lpm_wake_lock 
-0x347d 010430 branch app_put_lpm_wake_lock 
-:      010432 antilost_bb_event_process:
-0x347e 010433 copy regc ,pdata 
-0x347f 010434 beq bt_evt_button_up ,app_event_button_up 
-0x3480 010435 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x3481 010436 beq bt_evt_le_connected ,antilost_le_process_conn 
-0x3482 010437 beq bt_evt_le_disconnected ,antilost_le_process_discon 
-0x3483 010438 beq bt_evt_le_parse_conn_papa_update_rsp ,antilost_le_conn_param_update_rsp_recieved 
-0x3484 010439 rtn 
-:      010440 antilost_le_conn_param_update_rsp_recieved:
-0x3485 010441 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x3486 010442 beq ble_signaling_connect_parameter_update_rejected ,antilost_le_conn_param_rejected 
-:      010443 antilost_le_conn_param_accepted:
-0x3487 010444 fetch 2 ,mem_le_new_connslavelatency 
-0x3488 010445 branch antilost_master_nonsupport_latency ,blank 
-:      010446 antilost_le_conn_param_updata_procedure_sucsess:
-0x3489 010447 jam conn_param_updata_procedure_complete ,mem_antl_conn_updata_procedure_state 
-0x348a 010448 jam 60 ,mem_antl_conn_update_timer 
-0x348b 010449 rtn 
-:      010451 antilost_le_conn_param_rejected:
-0x348c 010452 fetch 2 ,mem_le_latency 
-0x348d 010453 branch antilost_conn_param_updata_procedure_faild ,blank 
-:      010454 antilost_conn_param_retransimiting:
-0x348e 010455 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
-0x348f 010456 fetcht 2 ,mem_interval_increment 
-0x3490 010457 fetch 2 ,mem_le_interval_min 
-0x3491 010458 iadd temp ,pdata 
-0x3492 010459 store 2 ,mem_le_interval_min 
-0x3493 010460 copy pdata ,rega 
-0x3494 010461 fetch 2 ,mem_le_interval_max 
-0x3495 010462 iadd temp ,pdata 
-0x3496 010463 store 2 ,mem_le_interval_max 
-0x3497 010464 iadd rega ,pdata 
-0x3498 010465 rshift pdata ,temp 
-0x3499 010466 fetch 2 ,mem_antl_le_unnormal_interval_max 
-0x349a 010467 idiv temp 
-0x349b 010468 call wait_div_end 
-0x349c 010469 quotient pdata 
-0x349d 010470 store 2 ,mem_le_latency 
-0x349e 010471 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x349f 010472 rtn 
-:      010473 antilost_conn_param_updata_procedure_faild:
-0x34a0 010474 jam conn_param_updata_procedure_faild ,mem_antl_conn_updata_procedure_state 
-0x34a1 010475 rtn 
-:      010477 antilost_master_nonsupport_latency:
-0x34a2 010478 jam 0 ,mem_lpm_mult 
-0x34a3 010479 jam 0 ,mem_antl_send_updata_le_param_timer 
-0x34a4 010480 fetch 2 ,mem_le_new_conninterval 
-0x34a5 010481 fetcht 2 ,mem_antl_le_unnormal_interval_min 
-0x34a6 010482 isub temp ,null 
-0x34a7 010483 setflag positive ,0 ,rega 
-0x34a8 010484 fetch 2 ,mem_antl_le_unnormal_interval_max 
-0x34a9 010485 fetcht 2 ,mem_le_new_conninterval 
-0x34aa 010486 isub temp ,pdata 
-0x34ab 010487 setflag positive ,1 ,rega 
-0x34ac 010488 compare 0x03 ,rega ,0x03 
-0x34ad 010489 rtn true 
-0x34ae 010490 fetch 8 ,mem_antl_le_unnormal_interval_min 
-0x34af 010491 store 8 ,mem_le_interval_min 
-0x34b0 010492 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x34b1 010493 rtn 
-:      010496 antilost_le_bb_event_timer:
-0x34b2 010498 call app_power_timer 
-0x34b3 010499 call antilost_double_click_timer 
-0x34b4 010500 call antilost_le_fast_adv_timer 
-0x34b5 010501 call antilost_le_sleep_timer 
-0x34b6 010502 call antilost_app_updata_le_param_timer 
-0x34b7 010503 call antilost_conn_update_timer 
-0x34b8 010504 branch antilost_adc_check_timer 
-:      010507 antilost_double_click_timer:
-0x34b9 010508 arg mem_double_click_timer ,regc 
-0x34ba 010509 arg antilost_double_click_timeout ,regb 
-0x34bb 010510 branch timer_single_step 
-:      010511 antilost_double_click_timeout:
-0x34bc 010512 jam 0 ,mem_butten_click_cnt 
-0x34bd 010513 rtn 
-:      010514 antilost_le_fast_adv_timer:
-0x34be 010515 arg mem_antl_fast_adv_timer ,regc 
-0x34bf 010516 arg antilost_le_fast_adv_timeout ,regb 
-0x34c0 010517 branch timer_single_step_2b 
-:      010518 antilost_le_fast_adv_timeout:
-0x34c1 010519 arg mem_antl_slow_adv_led_style ,regc 
-0x34c2 010520 arg mem_antl_slow_adv_lpm_interval ,regb 
-0x34c3 010521 branch antilost_adv_start_common 
-:      010524 antilost_conn_update_timer:
-0x34c4 010525 arg mem_antl_conn_update_timer ,regc 
-0x34c5 010526 arg antilost_conn_update_timer_time_out ,regb 
-0x34c6 010527 branch timer_single_step 
-:      010529 antilost_conn_update_timer_time_out:
-0x34c7 010530 fetch 2 ,mem_le_latency 
-0x34c8 010531 store 1 ,mem_lpm_mult 
-0x34c9 010532 rtn 
-:      010533 antilost_app_updata_le_param_timer:
-0x34ca 010534 arg mem_antl_send_updata_le_param_timer ,regc 
-0x34cb 010535 arg antilost_app_updata_le_param_timeout ,regb 
-0x34cc 010536 branch timer_single_step 
-:      010537 antilost_app_updata_le_param_timeout:
-0x34cd 010538 fetch 1 ,mem_le_state 
-0x34ce 010539 compare 0 ,pdata ,0x60 
-0x34cf 010540 nbranch antilost_wait_for_updata_param_instant_expire ,true 
-0x34d0 010541 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
-0x34d1 010542 call app_lpm_mult_enable 
-0x34d2 010543 branch le_l2cap_tx_update_req 
-:      010544 antilost_wait_for_updata_param_instant_expire:
-0x34d3 010545 jam 1 ,mem_antl_send_updata_le_param_timer 
-0x34d4 010546 rtn 
-:      010548 antilost_le_sleep_timer:
-0x34d5 010549 arg mem_antl_le_sleep_timer ,regc 
-0x34d6 010550 arg antilost_le_sleep_timer_timeout ,regb 
-0x34d7 010551 branch timer_single_step_2b 
-:      010554 antilost_le_sleep_timer_timeout:
-0x34d8 010555 branch app_button_long_pressed 
-:      010557 antilost_adc_check_timer:
-0x34d9 010560 arg mem_adc_timer ,regc 
-0x34da 010561 arg antilost_adc_check_timer_timeout ,regb 
-0x34db 010562 branch timer_single_step_2b 
-:      010563 antilost_adc_check_timer_timeout:
-0x34dc 010564 fetch 2 ,mem_adc_timeout 
-0x34dd 010565 store 2 ,mem_adc_timer 
-0x34de 010566 branch antilost_battery_process 
-:      010569 antilost_le_process_conn:
-0x34df 010570 fetch 2 ,mem_adc_timeout 
-0x34e0 010571 store 2 ,mem_adc_timer 
-0x34e1 010572 setarg 0 
-0x34e2 010573 store 2 ,mem_antl_fast_adv_timer 
-0x34e3 010574 store 2 ,mem_antl_le_sleep_timer 
-0x34e4 010575 call antilost_alert_off 
-0x34e5 010576 call antilost_led_buzzer_stop_blink 
-0x34e6 010577 jam 0 ,mem_lpm_mult 
-0x34e7 010578 branch app_ble_stop_adv 
-:      010581 antilost_le_process_discon:
-0x34e8 010584 setarg 0 
-0x34e9 010585 store 4 ,mem_adc_timer 
-0x34ea 010586 store 3 ,mem_antl_conn_updata_procedure_state 
-0x34eb 010587 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x34ec 010589 jam 1 ,mem_alarm_config_notfy_cnt 
-0x34ed 010590 fetch 2 ,mem_antl_le_sleep_timeout 
-0x34ee 010591 store 2 ,mem_antl_le_sleep_timer 
-0x34ef 010592 call queue_init 
-0x34f0 010593 fetch 1 ,mem_antl_power_state 
-0x34f1 010594 rtneq power_off 
-0x34f2 010595 call antilost_fast_adv_start 
-0x34f3 010596 branch antilost_on_off_alarm_after_disconn 
-:      010599 antilost_le_conn_process:
-0x34f4 010601 branch antilost_key_process 
-:      010603 antilost_idle_process:
-0x34f5 010605 fetch 1 ,mem_antl_power_state 
-0x34f6 010606 rtnne power_standby 
-0x34f7 010607 branch antilost_key_process 
-:      010612 antilost_power_starting_cb:
-0x34f8 010613 arg mem_antl_power_starting_buzzer_style ,regc 
-0x34f9 010614 call antilost_buzzer_configuration 
-0x34fa 010615 arg mem_antl_power_starting_led_style ,regc 
-:      010616 antilost_power_common:
-0x34fb 010617 branch antilost_led_configuration 
-:      010619 antilost_power_off_cb:
-0x34fc 010620 jam off ,mem_le_adv_enable 
-0x34fd 010621 arg mem_antl_power_off_buzzer_style ,regc 
-0x34fe 010622 call antilost_buzzer_configuration 
-0x34ff 010623 arg mem_antl_power_off_led_style ,regc 
-0x3500 010624 branch antilost_power_common 
-:      010626 antilost_le_receive_data_process:
-0x3501 010627 fetch 1 ,mem_le_att_opcode 
-0x3502 010628 beq attop_write_request ,antilost_le_parse_att_write_request 
-0x3503 010629 rtn 
-:      010630 antilost_le_parse_att_write_request:
-0x3504 010631 fetch 2 ,mem_le_att_handle 
-0x3505 010633 beq new_spec_write_handle ,antilost_cmd_parse_for_application 
-0x3506 010634 beq new_spec_notification_enable_handle ,antilost_notify_alarm_config_first_time 
-0x3507 010635 rtn 
-:      010640 antilost_key_process:
-0x3508 010641 fetch 1 ,mem_antl_key_scan_enable 
-0x3509 010642 rtn blank 
-0x350a 010643 branch keyscan_key_process 
-:      010647 antilost_key_up_down:
-0x350b 010648 copy rega ,pdata 
-0x350c 010649 branch antilost_key_is_up ,blank 
-:      010650 antilost_key_is_down:
-0x350d 010651 copy queue ,pdata 
-0x350e 010652 beq 0 ,antilost_key0_down 
-0x350f 010653 rtn 
-:      010654 antilost_key_is_up:
-0x3510 010655 copy queue ,pdata 
-0x3511 010656 beq 0 ,antilost_key0_up 
-0x3512 010657 rtn 
-:      010659 antilost_key0_down:
-0x3513 010660 jam 1 ,mem_antl_key_state 
-0x3514 010661 arg mem_antl_key_buzzer_style ,regc 
-0x3515 010662 call antilost_buzzer_configuration 
-0x3516 010663 arg mem_antl_key_led_style ,regc 
-0x3517 010664 call antilost_led_configuration 
-0x3518 010665 fetch 2 ,mem_ui_state_map 
-0x3519 010666 bbit0 ui_state_ble_connected ,antilost_butten_down_while_disconn 
-0x351a 010667 branch antilost_butten_down_after_conn 
-:      010669 antilost_key0_up:
-0x351b 010670 jam 0 ,mem_antl_key_state 
-0x351c 010671 branch antilost_double_click_timer_init 
-:      010675 antilost_double_click_timer_init:
-0x351d 010676 fetch 1 ,mem_butten_click_cnt 
-0x351e 010677 rtnne 1 
-0x351f 010678 jam 5 ,mem_double_click_timer 
-0x3520 010679 rtn 
-:      010681 antilost_butten_down_after_conn:
-0x3521 010682 fetch 1 ,mem_butten_click_cnt 
-0x3522 010683 pincrease 1 
-0x3523 010684 store 1 ,mem_butten_click_cnt 
-0x3524 010685 beq 1 ,antilost_click_once 
-0x3525 010686 beq 2 ,antilost_click_twice 
-0x3526 010687 rtn 
-:      010688 antilost_click_once:
-0x3527 010689 call antilost_alert_off 
-0x3528 010690 jam opcode1_butten_click_once ,mem_antl_key0_press + 5 
-0x3529 010691 arg mem_antl_key0_press ,regc 
-0x352a 010692 branch antilost_prepare_data_and_send 
-:      010693 antilost_click_twice:
-0x352b 010694 jam 0 ,mem_butten_click_cnt 
-0x352c 010695 jam opcode2_butten_double_click ,mem_antl_key0_press + 5 
-0x352d 010696 arg mem_antl_key0_press ,regc 
-0x352e 010697 call antilost_prepare_data_and_send 
-0x352f 010698 fetch 1 ,mem_antl_lost_mode 
-0x3530 010699 beq 1 ,antilost_alert_on 
-0x3531 010700 rtn 
-:      010702 antilost_butten_down_while_disconn:
-0x3532 010703 fetch 2 ,mem_antl_le_sleep_timeout 
-0x3533 010704 store 2 ,mem_antl_le_sleep_timer 
-0x3534 010705 call antilost_alert_off 
-0x3535 010706 branch antilost_fast_adv_start 
-:      010709 antilost_cmd_parse_for_application:
-0x3536 010710 bpatch patch19_5 ,mem_patch19 
-0x3537 010711 call le_app_receive_data 
-0x3538 010712 ifetch 1 ,rega 
-0x3539 010713 beq opcode3_antl_start_alram ,antilost_on_of_alram 
-0x353a 010714 beq opcode7_antl_config_alram ,antilost_configuration_for_alram 
-0x353b 010715 rtn 
-:      010717 antilost_on_of_alram:
-0x353c 010718 fetch 1 ,mem_antl_lost_mode 
-0x353d 010719 beq anti_le_alarm_off ,antilost_alert_on 
-0x353e 010720 beq anti_le_alarm_on ,antilost_alert_off 
-0x353f 010721 rtn 
-:      010723 antilost_configuration_for_alram:
-0x3540 010724 ifetch 1 ,regb 
-0x3541 010725 beq 1 ,antilost_set_start_alarm_after_disconn 
-0x3542 010726 beq 0 ,antilost_set_no_alarm_after_disconn 
-0x3543 010727 rtn 
-:      010734 antilost_prepare_data_and_send:
-0x3544 010735 bpatch patch19_6 ,mem_patch19 
-0x3545 010736 fetch 1 ,mem_client_characteristic_configuration_descriptor 
-0x3546 010737 isolate1 notification_enable_bit ,pdata 
-0x3547 010738 nrtn true 
-0x3548 010739 add regc ,6 ,contr 
-0x3549 010740 ifetch 2 ,contr 
-0x354a 010741 byteswap pdata ,pdata 
-0x354b 010742 add pdata ,5 ,loopcnt 
-0x354c 010743 add regc ,3 ,contr 
-0x354d 010744 call calc_check_sum_start 
-0x354e 010745 istore 1 ,contr 
-0x354f 010746 copy regc ,rega 
-0x3550 010747 branch queue_push 
-:      010753 antilost_alert_on:
-0x3551 010754 fetch 1 ,mem_antl_power_state 
-0x3552 010755 rtn blank 
-0x3553 010756 jam 1 ,mem_antl_lost_mode 
-0x3554 010757 arg mem_antl_alert_buzzer_stlye ,regc 
-0x3555 010758 call antilost_buzzer_configuration 
-0x3556 010759 arg mem_antl_alert_led_stlye ,regc 
-0x3557 010760 call antilost_led_configuration 
-0x3558 010761 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
-0x3559 010762 jam 1 ,mem_antl_key0_release + 8 
-0x355a 010763 arg mem_antl_key0_release ,regc 
-0x355b 010764 branch antilost_prepare_data_and_send 
-:      010765 antilost_alert_off:
-0x355c 010766 fetch 1 ,mem_antl_lost_mode 
-0x355d 010767 rtn blank 
-0x355e 010768 jam 0 ,mem_antl_lost_mode 
-0x355f 010769 call antilost_led_buzzer_stop_blink 
-0x3560 010770 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
-0x3561 010771 jam 0 ,mem_antl_key0_release + 8 
-0x3562 010772 arg mem_antl_key0_release ,regc 
-0x3563 010773 branch antilost_prepare_data_and_send 
-:      010775 antilost_set_start_alarm_after_disconn:
-0x3564 010776 jam 1 ,mem_alarm_config 
-0x3565 010777 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x3566 010778 jam 1 ,mem_antl_key0_release + 8 
-0x3567 010779 arg mem_antl_key0_release ,regc 
-0x3568 010780 branch antilost_prepare_data_and_send 
-:      010781 antilost_set_no_alarm_after_disconn:
-0x3569 010782 jam 0 ,mem_alarm_config 
-0x356a 010783 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x356b 010784 jam 0 ,mem_antl_key0_release + 8 
-0x356c 010785 arg mem_antl_key0_release ,regc 
-0x356d 010786 branch antilost_prepare_data_and_send 
-:      010787 antilost_on_off_alarm_after_disconn:
-0x356e 010788 fetch 1 ,mem_alarm_config 
-0x356f 010789 rtn blank 
-0x3570 010790 branch antilost_alert_on 
-:      010792 antilost_notify_alarm_config_first_time:
-0x3571 010793 ifetch 2 ,rega 
-0x3572 010794 store 2 ,mem_client_characteristic_configuration_descriptor 
-0x3573 010795 isolate1 notification_enable_bit ,pdata 
-0x3574 010796 nrtn true 
-0x3575 010797 fetch 1 ,mem_alarm_config_notfy_cnt 
-0x3576 010798 rtn blank 
-0x3577 010799 jam 0 ,mem_alarm_config_notfy_cnt 
-0x3578 010800 fetch 8 ,mem_antl_le_interval_min 
-0x3579 010801 store 8 ,mem_le_interval_min 
-0x357a 010802 jam 2 ,mem_antl_send_updata_le_param_timer 
-0x357b 010803 call antilost_battery_process 
-0x357c 010804 call antilost_battery_calculate_end 
-0x357d 010805 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
-0x357e 010806 fetch 1 ,mem_alarm_config 
-0x357f 010807 store 1 ,mem_antl_key0_release + 8 
-0x3580 010808 arg mem_antl_key0_release ,regc 
-0x3581 010809 branch antilost_prepare_data_and_send 
-:      010813 antilost_buzzer_configuration:
-0x3582 010814 arg 1 ,rega 
-0x3583 010815 branch antilost_configuration_common 
-:      010816 antilost_led_configuration:
-0x3584 010817 arg 0 ,rega 
-:      010818 antilost_configuration_common:
-0x3585 010819 branch antilost_led_buzzer_style_configuration 
-:      010821 antilost_led_buzzer_stop_blink:
-0x3586 010822 arg 0 ,rega 
-0x3587 010823 call ui_led_blink_stop_global 
-0x3588 010824 arg 1 ,rega 
-0x3589 010825 call ui_led_blink_stop_global 
-0x358a 010826 fetch 1 ,mem_buzzer_pwm_conf 
-0x358b 010827 branch pwm_disable 
-:      010829 antilost_led_buzzer_style_configuration:
-0x358c 010830 call calc_curr_struct_prt 
-0x358d 010831 arg 7 ,loopcnt 
-0x358e 010832 branch ui_led_set_style_global + 2 
-:      010836 antilost_fast_adv_start:
-0x358f 010837 arg mem_antl_fast_adv_led_style ,regc 
-0x3590 010838 arg mem_antl_lpm_interval ,regb 
-:      010839 antilost_adv_start_common:
-0x3591 010840 call antilost_adv_interval_lpm_interval_set 
-0x3592 010841 call antilost_led_configuration 
-0x3593 010842 fetch 2 ,mem_antl_fast_adv_timeout 
-0x3594 010843 store 2 ,mem_antl_fast_adv_timer 
-0x3595 010844 branch app_ble_start_adv 
-:      010846 antilost_adv_interval_lpm_interval_set:
-0x3596 010847 ifetch 2 ,regb 
-0x3597 010848 store 2 ,mem_lpm_interval 
-0x3598 010849 ifetch 2 ,contr 
-0x3599 010850 store 2 ,mem_le_adv_interval 
-0x359a 010851 rtn 
-:      010853 antilost_buzzer_pwm_init:
-0x359b 010854 arg 0 ,rega 
-0x359c 010855 call pwm_init 
-0x359d 010856 fetch 6 ,mem_buzzer_pwm_conf 
-0x359e 010857 store 6 ,mem_pdatatemp 
-0x359f 010858 call pwm_out_set 
-0x35a0 010859 fetch 1 ,mem_buzzer_pwm_conf 
-0x35a1 010860 branch pwm_disable 
-:      010862 antilost_led_on_cb:
-0x35a2 010863 jam 1 ,mem_antl_led_state 
-0x35a3 010864 rtn 
-:      010865 antilost_led_off_cb:
-0x35a4 010866 jam 0 ,mem_antl_led_state 
-0x35a5 010867 rtn 
-:      010871 antilost_buzzer_off:
-0x35a6 010872 jam 0 ,mem_antl_buzzer_state 
-0x35a7 010873 fetch 1 ,mem_buzzer_pwm_conf 
-0x35a8 010874 branch pwm_disable 
-:      010876 antilost_buzzer_on:
-0x35a9 010877 jam 1 ,mem_antl_buzzer_state 
-0x35aa 010878 fetch 6 ,mem_buzzer_pwm_conf 
-0x35ab 010879 store 6 ,mem_pdatatemp 
-0x35ac 010880 branch pwm_out_set 
-:      010884 antilost_adc_init:
-0x35ad 010885 jam 0 ,mem_adc_config_flag 
-0x35ae 010886 branch adc_init_data 
-:      010888 antilost_battery_process:
-0x35af 010889 call adc_set_mode 
-0x35b0 010890 call vdd_calculate_by_mode 
-0x35b1 010891 store 2 ,mem_battery_current_voltage 
-0x35b2 010892 arg mem_battery_calculate_set ,rega 
-0x35b3 010893 call adc_bat_percent_lowpower_out 
-0x35b4 010894 store 1 ,mem_voltage_remain_percent 
-0x35b5 010895 beq 0 ,antilost_low_battery 
-0x35b6 010896 sub pdata ,0x64 ,null 
-0x35b7 010897 nbranch antilost_full_battery ,positive 
-0x35b8 010898 store 1 ,mem_antl_key0_release + 8 
-:      010899 antilost_battery_calculate_end:
-0x35b9 010900 jam opcode5_batter_information ,mem_antl_key0_release + 5 
-0x35ba 010901 arg mem_antl_key0_release ,regc 
-0x35bb 010902 branch antilost_prepare_data_and_send 
-:      010903 antilost_full_battery:
-0x35bc 010904 jam 100 ,mem_antl_key0_release + 8 
-0x35bd 010905 branch antilost_battery_calculate_end 
-:      010907 antilost_low_battery:
-0x35be 010908 branch app_button_long_pressed 
-:      010912 car_init:
-0x35bf 010913 rtn wake 
-0x35c0 010914 hfetch 1 ,core_gpio_sel1 
-0x35c1 010915 and_into 0xf0 ,pdata 
-0x35c2 010916 hstore 1 ,core_gpio_sel1 
-0x35c3 010917 setarg car_le_before_hibernate 
-0x35c4 010918 store 2 ,mem_cb_before_hibernate 
-0x35c5 010920 setarg car_le_process_lpm_before 
-0x35c6 010921 store 2 ,mem_cb_before_lpm 
-0x35c7 010923 setarg app_enter_hibernate 
-0x35c8 010924 store 2 ,mem_cb_discovry_timeout 
-0x35c9 010926 setarg car_scale_process_idle 
-0x35ca 010927 store 2 ,mem_cb_idle_process 
-0x35cb 010929 setarg car_scale_process_bb_event 
-0x35cc 010930 store 2 ,mem_cb_bb_event_process 
-0x35cd 010932 setarg app_get_lpm_wake_lock 
-0x35ce 010933 store 2 ,mem_cb_check_wakelock 
-0x35cf 010935 setarg car_le_receive_data 
-0x35d0 010936 store 2 ,mem_cb_att_write 
-0x35d1 010938 setarg car_le_bb_event_timer 
-0x35d2 010939 store 2 ,mem_cb_event_timer 
-0x35d3 010941 call g24_head_ptr2regc 
-0x35d4 010942 setarg car_24g_receive_data 
-0x35d5 010943 add regc ,offset_24g_cb_rxdata_type1 ,contw 
-0x35d6 010944 istore 2 ,contw 
-0x35d7 010946 setarg car_power_off_signal 
-0x35d8 010947 store 2 ,mem_remote_car_power_off_cb 
-0x35d9 010949 setarg car_soft_switch_power_on_signal 
-0x35da 010950 store 2 ,mem_remote_car_power_standby_cb 
-0x35db 010952 bpatch patch19_7 ,mem_patch19 
-0x35dc 010953 call car_init_environment 
-0x35dd 010954 call queue_init 
-0x35de 010955 jam 2 ,mem_lpm_mult 
-0x35df 010956 jam power_on ,mem_car_24g_received_pac 
-0x35e0 010957 fetch 1 ,mem_car_config_soft_switch_enable 
-0x35e1 010958 store 1 ,mem_car_hard_soft_switch 
-0x35e2 010959 beq hard_switch ,car_hard_switch_power_on_signal 
-0x35e3 010960 fetch 1 ,mem_car_config_soft_switch_gpio 
-0x35e4 010961 store 1 ,mem_ui_button_gpio 
-0x35e5 010962 jam off ,mem_le_adv_enable 
-:      010963 car_soft_switch_power_on_init:
-0x35e6 010964 call car_ui_led_init 
-0x35e7 010965 call ui_button_init 
-0x35e8 010966 call ui_button_polling 
-0x35e9 010967 jam power_starting ,mem_car_power_state 
-0x35ea 010968 fetch 2 ,mem_ui_state_map 
-0x35eb 010969 rtnbit1 ui_state_btn_down 
-0x35ec 010970 branch app_enter_hibernate 
-:      010972 car_power_off_signal:
-0x35ed 010973 branch car_ui_led_init 
-:      010975 car_hard_switch_power_on_signal:
-0x35ee 010976 jam power_standby ,mem_car_power_state 
-:      010977 car_soft_switch_power_on_signal:
-0x35ef 010978 jam on ,mem_le_adv_enable 
-0x35f0 010979 call car_ui_led_init 
-0x35f1 010980 arg 0 ,rega 
-0x35f2 010981 call ui_led_blink_start_global 
-0x35f3 010983 setarg fast_adv_interval_value_car 
-0x35f4 010984 call shutter_ble_adv_interval_set 
-:      010985 car_le_modified_name_adv:
-0x35f5 010986 arg mem_le_name + 7 ,contw 
-0x35f6 010987 fetch 1 ,mem_le_lap 
-:      010988 car_name_loop:
-0x35f7 010989 and pdata ,0xF0 ,temp 
-0x35f8 010990 rshift4 temp ,temp 
-0x35f9 010991 call car_hex_to_ascii 
-0x35fa 010992 istoret 1 ,contw 
-0x35fb 010993 and pdata ,0x0F ,temp 
-0x35fc 010994 call car_hex_to_ascii 
-0x35fd 010995 istoret 1 ,contw 
-0x35fe 010996 call le_modified_name_att_list 
-0x35ff 010997 fetcht 1 ,mem_le_name_len 
-0x3600 010998 copy temp ,loopcnt 
-0x3601 010999 arg mem_le_adv_data + 2 ,contw 
-0x3602 011000 arg mem_le_name ,contr 
-0x3603 011001 call memcpy 
-:      011002 car_le_modified_name_scan:
-0x3604 011003 fetcht 1 ,mem_le_name_len 
-0x3605 011004 copy temp ,loopcnt 
-0x3606 011005 arg mem_le_scan_data + 2 ,contw 
-0x3607 011006 arg mem_le_name ,contr 
-0x3608 011007 branch memcpy 
-:      011008 car_hex_to_ascii:
-0x3609 011009 sub temp ,9 ,null 
-0x360a 011010 branch car_hex_num ,positive 
-0x360b 011011 add temp ,55 ,temp 
-0x360c 011012 rtn 
-:      011013 car_hex_num:
-0x360d 011014 add temp ,48 ,temp 
-0x360e 011015 rtn 
-:      011017 car_ui_led_init:
-0x360f 011018 fetch 1 ,mem_car_config_blood_led1_gpio 
-0x3610 011019 bne invalid_pin_num ,car_blood_led_gpio_set 
-:      011020 car_ui_led_init_1:
-0x3611 011021 fetch 1 ,mem_car_config_pairing_led_gpio 
-0x3612 011022 bne invalid_pin_num ,car_pairing_led_gpio_set 
-:      011023 car_ui_led_init_2:
-0x3613 011024 fetch 1 ,mem_car_config_low_voltage_led_gpio 
-0x3614 011025 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
-:      011026 car_ui_led_init_3:
-0x3615 011027 fetch 1 ,mem_car_led_num 
-0x3616 011028 copy pdata ,loopcnt 
-0x3617 011029 setarg mem_car_led_map 
-0x3618 011030 copy pdata ,rega 
-:      011031 car_in_lp1:
-0x3619 011032 copy rega ,contr 
-0x361a 011033 ifetch 1 ,contr 
-0x361b 011034 copy contr ,rega 
-0x361c 011035 beq invalid_pin_num ,car_in_lp1_end 
-0x361d 011036 copy pdata ,temp 
-0x361e 011037 call gpio_config_output 
-:      011038 car_in_lp1_end:
-0x361f 011039 loop car_in_lp1 
-:      011040 car_ui_led_init_end:
-0x3620 011041 rtn 
-:      011042 car_blood_led_gpio_set:
-0x3621 011043 fetch 8 ,mem_car_config_blood_led1_gpio 
-0x3622 011044 store 8 ,mem_car_led_map + 2 
-0x3623 011045 branch car_ui_led_init_1 
-:      011046 car_pairing_led_gpio_set:
-0x3624 011047 store 1 ,mem_car_led_map 
-0x3625 011048 branch car_ui_led_init_2 
-:      011049 car_low_voltage_led_gpio_set:
-0x3626 011050 store 1 ,mem_car_led_map + 1 
-0x3627 011051 branch car_ui_led_init_3 
-:      011054 car_init_environment:
-0x3628 011055 arg 0 ,rega 
-0x3629 011056 call pwm_init 
-0x362a 011057 call car_ir_rx_init 
-0x362b 011058 call g24_receive_process_init 
-0x362c 011059 branch car_init_adc_hvin 
-:      011061 car_init_adc_hvin:
-0x362d 011062 jam 100 ,mem_car_notify_vdd_value_last 
-0x362e 011063 fetch 1 ,mem_car_config_low_voltage_led_gpio 
-0x362f 011064 store 1 ,mem_car_style2_struct_led_gpio 
-0x3630 011065 branch adc_init_data 
-:      011067 car_le_before_hibernate:
-0x3631 011068 call gpio_set_before_lpm_common 
-0x3632 011069 branch keyscan_process_lpm_before 
-:      011071 car_le_process_lpm_before:
-0x3633 011072 branch keyscan_process_lpm_before 
-:      011074 car_key_scan_process:
-0x3634 011077 branch keyscan_key_process 
-:      011079 car_scale_process_idle:
-0x3635 011080 call car_le_send_packet 
-0x3636 011081 call car_ir_receive_process 
-0x3637 011082 call car_g24_status_process 
-0x3638 011083 branch car_key_scan_process 
-:      011085 car_g24_status_process:
-0x3639 011086 fetch 2 ,mem_ui_state_map 
-0x363a 011087 rtnbit1 ui_state_ble_connected 
-0x363b 011088 fetch 1 ,mem_car_24g_received_pac 
-0x363c 011089 beq work_paired ,car_g24_connected_event 
-0x363d 011090 rtn 
-:      011091 car_g24_connected_event:
-0x363e 011092 fetch 1 ,mem_car_24g_status 
-0x363f 011093 rtneq work_paired 
-0x3640 011094 jam work_paired ,mem_car_24g_status 
-0x3641 011095 branch car_g24_connected 
-:      011097 car_le_send_packet:
-0x3642 011098 fetch 2 ,mem_ui_state_map 
-0x3643 011099 rtnbit0 ui_state_ble_connected 
-0x3644 011100 call le_fifo_check_nearly_full 
-0x3645 011101 nrtn blank 
-0x3646 011102 arg mem_car_pop_queue_buff ,rega 
-0x3647 011103 call queue_pop 
-0x3648 011104 nrtn user 
-0x3649 011105 arg mem_car_pop_queue_buff ,contr 
-0x364a 011106 branch le_send_notify_from_list 
-:      011108 car_scale_process_bb_event:
-0x364b 011109 copy regc ,pdata 
-0x364c 011110 beq bt_evt_button_up ,app_event_button_up 
-0x364d 011111 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x364e 011112 beq bt_evt_le_connected ,car_scale_event_le_conn 
-0x364f 011113 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
-0x3650 011114 rtn 
-:      011116 car_scale_event_le_conn:
-0x3651 011117 setarg disable_24g 
-0x3652 011118 call g24_store_mem_24g_mode 
-0x3653 011119 branch car_scale_process_conn 
-:      011120 car_g24_connected:
-0x3654 011121 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x3655 011122 store 2 ,mem_car_24g_no_data_timeout_timer 
-:      011123 car_scale_process_conn:
-0x3656 011124 jam 0x14 ,mem_car_notify_vdd_timer 
-0x3657 011125 jam 0 ,mem_lpm_mode 
-0x3658 011126 call app_ble_stop_adv 
-0x3659 011127 call app_lpm_mult_enable 
-0x365a 011128 fetch 1 ,mem_car_config_pairing_led_conn_status 
-0x365b 011129 beq 0x01 ,car_pairing_led_conn_status_setting 
-:      011130 car_scale_process_conn_next:
-0x365c 011131 arg 0 ,rega 
-0x365d 011132 branch ui_led_on_global 
-:      011133 car_pairing_led_conn_status_setting:
-0x365e 011134 arg 0 ,rega 
-0x365f 011135 branch ui_led_blink_stop_global 
-:      011137 car_scale_event_le_discon:
-0x3660 011138 setarg rx_24g 
-0x3661 011139 call g24_store_mem_24g_mode 
-:      011140 car_g24_disconnect:
-0x3662 011141 setarg 0 
-0x3663 011142 store 5 ,mem_car_led_control 
-0x3664 011143 setarg 4 
-0x3665 011144 call pwm_disable 
-0x3666 011145 setarg 5 
-0x3667 011146 call pwm_disable 
-0x3668 011147 setarg 20 
-0x3669 011148 call pwm_disable 
-0x366a 011149 setarg 21 
-0x366b 011150 call pwm_disable 
-0x366c 011151 setarg 22 
-0x366d 011152 call pwm_disable 
-0x366e 011153 setarg 7 
-0x366f 011154 call pwm_disable 
-0x3670 011155 call queue_init 
-0x3671 011156 jam 10 ,mem_motor1_speed 
-0x3672 011157 jam 10 ,mem_motor2_speed 
-0x3673 011158 jam 10 ,mem_motor3_speed 
-0x3674 011160 jam 2 ,mem_lpm_mult 
-0x3675 011161 arg 0 ,rega 
-0x3676 011162 call ui_led_blink_start_global 
-0x3677 011164 setarg fast_adv_interval_value_car 
-0x3678 011165 call shutter_ble_adv_interval_set 
-0x3679 011166 branch app_ble_start_adv 
-:      011168 car_le_bb_event_timer:
-0x367a 011170 call car_moto1_blank_data_timer 
-0x367b 011171 call car_moto2_blank_data_timer 
-0x367c 011172 call car_moto3_blank_data_timer 
-0x367d 011173 call app_power_timer 
-0x367e 011174 call car_led_control_timer 
-0x367f 011175 call car_notify_vdd_timer 
-0x3680 011176 call car_24g_no_data_timeout_timer 
-0x3681 011177 call car_ir_breakdown_timer 
-0x3682 011178 branch car_attack_shake_timer 
-:      011180 car_ir_breakdown_timer:
-0x3683 011181 arg mem_car_ir_breakdown_check_timer ,regc 
-0x3684 011182 arg car_ir_breakdown_timeout ,regb 
-0x3685 011183 branch timer_single_step 
-:      011184 car_ir_breakdown_timeout:
-0x3686 011185 call car_ir_gpio_get_status 
-0x3687 011186 nrtn true 
-0x3688 011187 jam 1 ,mem_car_ir_breakdown_flag 
-0x3689 011188 rtn 
-:      011190 car_24g_no_data_timeout_timer:
-0x368a 011191 arg mem_car_24g_no_data_timeout_timer ,regc 
-0x368b 011192 arg car_24g_no_data_timer_timeout ,regb 
-0x368c 011193 branch timer_single_step_2b 
-:      011194 car_24g_no_data_timer_timeout:
-0x368d 011195 jam work_search ,mem_car_24g_status 
-0x368e 011196 branch car_g24_disconnect 
-:      011198 car_attack_shake_timer:
-0x368f 011199 arg mem_car_attack_shake_timer ,regc 
-0x3690 011200 arg car_attack_shake ,regb 
-0x3691 011201 branch timer_single_step 
-:      011202 car_attack_shake:
-0x3692 011203 fetch 1 ,mem_car_attack_shake_flag 
-0x3693 011204 branch car_attack_shake_stop ,blank 
-0x3694 011205 jam 2 ,mem_car_attack_shake_timer 
-0x3695 011206 jam 0 ,mem_car_attack_shake_flag 
-0x3696 011207 setarg 0x0a02 
-0x3697 011208 store 2 ,mem_le_receive_payload 
-0x3698 011209 fetch 1 ,mem_car_config_device_select 
-0x3699 011210 beq device_battle_tank ,car_attack_shake_front_battle_tank 
-:      011211 car_attack_shake_front_battle_car:
-0x369a 011212 branch car_motor_control 
-:      011213 car_attack_shake_front_battle_tank:
-0x369b 011214 setarg 0x0a02 
-0x369c 011215 store 2 ,mem_le_receive_payload + 2 
-0x369d 011216 branch car_motor_control 
-:      011217 car_attack_shake_stop:
-0x369e 011218 setarg 0 
-0x369f 011219 store 4 ,mem_le_receive_payload 
-0x36a0 011220 branch car_motor_control 
-:      011222 car_notify_vdd_timer:
-0x36a1 011223 fetch 1 ,mem_car_config_bat_notify_enable 
-0x36a2 011224 rtn blank 
-0x36a3 011225 fetch 2 ,mem_ui_state_map 
-0x36a4 011226 bbit0 ui_state_ble_connected ,car_low_bat_led_off 
-0x36a5 011227 arg mem_car_notify_vdd_timer ,regc 
-0x36a6 011228 arg car_notify_vdd ,regb 
-0x36a7 011229 branch timer_single_step 
-:      011230 car_notify_vdd:
-0x36a8 011231 fetch 1 ,mem_car_notify_vdd_count 
-0x36a9 011232 store 1 ,mem_car_notify_vdd_timer 
-0x36aa 011233 fetch 1 ,mem_car_working_flag 
-0x36ab 011234 nrtn blank 
-:      011235 car_read_hvin:
-0x36ac 011236 call adc_set_mode 
-0x36ad 011237 call vdd_calculate_by_mode 
-0x36ae 011238 store 2 ,mem_vdd_now_vol 
-0x36af 011239 arg mem_vdd_calculate_set ,rega 
-0x36b0 011240 call adc_bat_percent_lowpower_out 
-0x36b1 011241 fetcht 1 ,mem_car_notify_vdd_value_last 
-0x36b2 011242 isub temp ,null 
-0x36b3 011243 branch car_notify_vdd_next2 ,positive 
-0x36b4 011244 store 1 ,mem_car_notify_vdd_value_last 
-0x36b5 011245 copy pdata ,temp 
-:      011246 car_notify_vdd_next2:
-0x36b6 011247 storet 1 ,mem_car_notify_vdd_percent 
-0x36b7 011248 fetch 1 ,mem_car_config_low_voltage_percent 
-0x36b8 011249 isub temp ,null 
-0x36b9 011250 call car_enter_low_bat ,positive 
-0x36ba 011251 storet 1 ,mem_notify_bat_payload 
-0x36bb 011252 arg 6 ,loopcnt 
-0x36bc 011253 arg mem_notify_bat_head ,contr 
-0x36bd 011254 call calc_check_sum_start 
-0x36be 011255 store 1 ,mem_notify_bat_check_sum 
-0x36bf 011256 arg mem_notify_bat_packet ,rega 
-0x36c0 011257 branch queue_push 
-:      011258 car_enter_low_bat:
-0x36c1 011259 fetch 1 ,mem_low_bat_flag 
-0x36c2 011260 nrtn blank 
-0x36c3 011261 jam 1 ,mem_low_bat_flag 
-0x36c4 011262 arg 1 ,rega 
-0x36c5 011263 branch ui_led_blink_start_global 
-:      011264 car_low_bat_led_off:
-0x36c6 011265 arg 1 ,rega 
-0x36c7 011266 branch ui_led_blink_stop_global 
-:      011268 car_led_control_timer:
-0x36c8 011269 arg mem_car_led_control_timer ,regc 
-0x36c9 011270 arg car_led_control ,regb 
-0x36ca 011271 branch timer_single_step 
-:      011272 car_led_control:
-0x36cb 011273 jam 5 ,mem_car_led_control_timer 
-0x36cc 011274 jam 0 ,mem_car_led_no 
-0x36cd 011275 fetch 1 ,mem_car_led_blink_status 
-0x36ce 011276 beq led_on ,car_led_control_blink_off 
-0x36cf 011277 beq led_off ,car_led_control_blink_on 
-:      011278 car_led_control_set:
-0x36d0 011279 arg mem_car_led_control ,contr 
-0x36d1 011280 copy contr ,rega 
-0x36d2 011281 arg 8 ,loopcnt 
-:      011282 car_led_control_timer_next:
-0x36d3 011283 copy rega ,contr 
-0x36d4 011284 ifetch 1 ,contr 
-0x36d5 011285 copy contr ,rega 
-0x36d6 011286 beq led_off ,car_led_control_off 
-0x36d7 011287 beq led_on ,car_led_control_on 
-0x36d8 011288 beq led_blink ,car_led_control_blink 
-:      011289 car_led_control_timer_next_2:
-0x36d9 011290 fetch 1 ,mem_car_led_no 
-0x36da 011291 increase 1 ,pdata 
-0x36db 011292 store 1 ,mem_car_led_no 
-0x36dc 011293 loop car_led_control_timer_next 
-0x36dd 011294 rtn 
-:      011295 car_led_switch:
-0x36de 011296 fetch 1 ,mem_car_led_no 
-0x36df 011297 arg mem_car_config_blood_led_gpio ,regb 
-0x36e0 011298 iadd regb ,regb 
-0x36e1 011299 ifetcht 1 ,regb 
-0x36e2 011300 rtn 
-:      011301 car_led_control_off:
-0x36e3 011302 call car_led_switch 
-0x36e4 011303 call gpio_out_inactive 
-0x36e5 011304 branch car_led_control_timer_next_2 
-:      011305 car_led_control_on:
-0x36e6 011306 call car_led_switch 
-0x36e7 011307 call gpio_out_active 
-0x36e8 011308 branch car_led_control_timer_next_2 
-:      011309 car_led_control_blink:
-0x36e9 011310 fetch 1 ,mem_car_led_blink_status 
-0x36ea 011311 beq led_on ,car_led_control_off 
-0x36eb 011312 branch car_led_control_on 
-:      011313 car_led_control_blink_on:
-0x36ec 011314 jam led_on ,mem_car_led_blink_status 
-0x36ed 011315 branch car_led_control_set 
-:      011316 car_led_control_blink_off:
-0x36ee 011317 jam led_off ,mem_car_led_blink_status 
-0x36ef 011318 branch car_led_control_set 
-:      011322 calc_check_sum_start:
-0x36f0 011323 arg 0 ,rega 
-:      011324 calc_check_sum_loop:
-0x36f1 011325 ifetch 1 ,contr 
-0x36f2 011326 iadd rega ,rega 
-0x36f3 011327 loop calc_check_sum_loop 
-:      011328 calc_check_sum_and:
-0x36f4 011329 and rega ,0xff ,pdata 
-0x36f5 011330 rtn 
-:      011332 car_le_receive_data:
-0x36f6 011333 fetch 1 ,mem_le_att_opcode 
-0x36f7 011334 beq attop_write_request ,car_le_parse_att_write_request 
-0x36f8 011335 rtn 
-:      011336 car_le_parse_att_write_request:
-0x36f9 011337 fetch 2 ,mem_le_att_handle 
-0x36fa 011338 beq att_car_control_handle ,car_control_le_receive 
-0x36fb 011339 rtn 
-:      011351 le_app_receive_data:
-0x36fc 011352 bpatch patch1a_0 ,mem_patch1a 
-0x36fd 011353 ifetch 5 ,rega 
-0x36fe 011354 store 5 ,mem_app_receive_temp 
-0x36ff 011355 fetch 2 ,mem_app_receive_temp 
-0x3700 011356 arg le_receive_packet_head ,temp 
-0x3701 011357 isub temp ,null 
-0x3702 011358 nrtn zero 
-0x3703 011359 fetch 2 ,mem_app_receive_temp + 3 
-0x3704 011360 byteswap pdata ,pdata 
-0x3705 011361 store 2 ,mem_app_receive_temp + 3 
-0x3706 011362 copy pdata ,loopcnt 
-0x3707 011363 increase 5 ,rega 
-0x3708 011364 copy rega ,contr 
-0x3709 011365 arg mem_app_receive_temp + 5 ,contw 
-0x370a 011366 call memcpy 
-0x370b 011367 ifetch 1 ,contr 
-0x370c 011368 store 1 ,mem_app_receive_temp + 15 
-0x370d 011369 arg mem_app_receive_temp + 2 ,rega 
-0x370e 011370 arg mem_app_receive_temp + 5 ,regb 
-0x370f 011371 rtn 
-:      011373 car_control_le_receive:
-0x3710 011374 setarg 0 
-0x3711 011375 store 5 ,mem_le_receive_payload 
-0x3712 011376 store 5 ,mem_le_receive_payload + 5 
-0x3713 011377 call le_app_receive_data 
-0x3714 011378 copy regb ,contr 
-0x3715 011379 arg mem_le_receive_payload ,contw 
-0x3716 011380 arg 10 ,loopcnt 
-0x3717 011381 call memcpy 
-:      011382 car_receive_cmd_select:
-0x3718 011383 bpatch patch1a_1 ,mem_patch1a 
-0x3719 011384 ifetch 1 ,rega 
-0x371a 011385 beq car_cmd_old_car_control ,car_drive_old 
-0x371b 011386 beq car_cmd_old_speed_control ,car_speed_set_old 
-0x371c 011387 beq car_cmd_l_r_motor_control ,car_motor_control 
-0x371d 011388 beq car_cmd_f_b_motor_control ,car_motor_control 
-0x371e 011389 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
-0x371f 011390 beq car_cmd_led_control ,car_led_control_receive 
-0x3720 011391 beq car_cmd_device_info ,car_info_request 
-0x3721 011392 rtn 
-:      011394 car_24g_receive_data:
-0x3722 011395 fetch 2 ,mem_ui_state_map 
-0x3723 011396 rtnbit1 ui_state_ble_connected 
-0x3724 011398 fetch 2 ,mem_car_24g_no_data_timeout_count 
-0x3725 011399 store 2 ,mem_car_24g_no_data_timeout_timer 
-0x3726 011401 jam work_paired ,mem_car_24g_received_pac 
-0x3727 011403 setarg offset_24g_rxdata_temp_add3 
-0x3728 011404 call g24_set_rega 
-0x3729 011405 call car_control_le_receive 
-0x372a 011407 fetch 1 ,mem_app_receive_temp + 2 
-0x372b 011408 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
-0x372c 011409 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
-0x372d 011410 rtn 
-:      011411 car_24g_receive_data_next:
-0x372e 011412 fetch 1 ,mem_le_receive_payload 
-0x372f 011413 ncall car_moto1_enable_blank_data_timer ,blank 
-0x3730 011414 fetch 1 ,mem_le_receive_payload + 2 
-0x3731 011415 ncall car_moto2_enable_blank_data_timer ,blank 
-0x3732 011416 fetch 1 ,mem_le_receive_payload + 4 
-0x3733 011417 ncall car_moto3_enable_blank_data_timer ,blank 
-0x3734 011418 rtn 
-:      011420 car_moto1_enable_blank_data_timer:
-0x3735 011421 jam 5 ,mem_car_moto1_blank_timer 
-0x3736 011422 rtn 
-:      011423 car_moto2_enable_blank_data_timer:
-0x3737 011424 jam 5 ,mem_car_moto2_blank_timer 
-0x3738 011425 rtn 
-:      011426 car_moto3_enable_blank_data_timer:
-0x3739 011427 jam 5 ,mem_car_moto3_blank_timer 
-0x373a 011428 rtn 
-:      011430 car_moto1_blank_data_timer:
-0x373b 011431 arg mem_car_moto1_blank_timer ,regc 
-0x373c 011432 arg car_moto1_blank_data ,regb 
-0x373d 011433 branch timer_single_step 
-:      011434 car_moto2_blank_data_timer:
-0x373e 011435 arg mem_car_moto2_blank_timer ,regc 
-0x373f 011436 arg car_moto2_blank_data ,regb 
-0x3740 011437 branch timer_single_step 
-:      011438 car_moto3_blank_data_timer:
-0x3741 011439 arg mem_car_moto3_blank_timer ,regc 
-0x3742 011440 arg car_moto3_blank_data ,regb 
-0x3743 011441 branch timer_single_step 
-:      011443 car_moto1_blank_data:
-0x3744 011444 jam 0 ,mem_le_receive_payload 
-0x3745 011445 branch car_motor_control 
-:      011446 car_moto2_blank_data:
-0x3746 011447 jam 0 ,mem_le_receive_payload + 2 
-0x3747 011448 branch car_motor_control 
-:      011449 car_moto3_blank_data:
-0x3748 011450 jam 0 ,mem_le_receive_payload + 4 
-0x3749 011451 branch car_motor_control 
-:      011456 car_drive_old:
-0x374a 011457 call car_left_right_control_old 
-0x374b 011458 branch car_front_back_control_old 
-:      011459 car_left_right_control_old:
-0x374c 011460 fetch 1 ,mem_le_receive_payload 
-0x374d 011461 store 1 ,mem_motor2_status 
-0x374e 011462 branch car_motor2_control 
-:      011463 car_front_back_control_old:
-0x374f 011464 fetch 1 ,mem_motor1_speed 
-0x3750 011465 call car_reset_old_speed 
-0x3751 011466 fetch 1 ,mem_le_receive_payload + 1 
-0x3752 011467 store 1 ,mem_motor1_status 
-0x3753 011468 branch car_motor1_control 
-:      011469 car_reset_old_speed:
-0x3754 011470 beq speed_level_2 ,car_reset_old_speed2 
-0x3755 011471 beq speed_level_3 ,car_reset_old_speed3 
-0x3756 011472 store 1 ,mem_motor1_speed 
-0x3757 011473 rtn 
-:      011474 car_reset_old_speed2:
-0x3758 011475 jam speed_level_5 ,mem_motor1_speed 
-0x3759 011476 rtn 
-:      011477 car_reset_old_speed3:
-0x375a 011478 jam speed_level_10 ,mem_motor1_speed 
-0x375b 011479 rtn 
-:      011480 car_speed_set_old:
-0x375c 011481 fetch 1 ,mem_le_receive_payload 
-0x375d 011482 call car_reset_old_speed 
-0x375e 011483 fetch 1 ,mem_motor1_speed 
-0x375f 011484 call car_motor_speed_duty_setting 
-0x3760 011485 call car_motor_speed_duty_transform 
-0x3761 011486 branch pwm_pwm0_duty_set 
-:      011488 car_motor_control:
-0x3762 011489 fetch 1 ,mem_car_24g_go_die_flag 
-0x3763 011490 nrtn blank 
-0x3764 011491 fetch 6 ,mem_le_receive_payload 
-0x3765 011492 store 6 ,mem_motor1_status 
-0x3766 011493 fetch 1 ,mem_motor1_speed 
-0x3767 011494 fetcht 1 ,mem_motor2_speed 
-0x3768 011495 iand temp ,pdata 
-0x3769 011496 fetcht 1 ,mem_motor3_speed 
-0x376a 011497 iand temp ,pdata 
-0x376b 011498 call car_motor_working_flag ,blank 
-0x376c 011499 bpatch patch1a_2 ,mem_patch1a 
-0x376d 011500 call car_motor1_control 
-0x376e 011501 call car_motor2_control 
-0x376f 011502 branch car_motor3_control 
-:      011503 car_motor1_control:
-0x3770 011504 arg mem_motor1_pwm_set ,regb 
-0x3771 011505 arg mem_motor1_status ,contr 
-0x3772 011506 branch car_motor_status_select 
-:      011507 car_motor2_control:
-0x3773 011508 arg mem_motor2_pwm_set ,regb 
-0x3774 011509 arg mem_motor2_status ,contr 
-0x3775 011510 branch car_motor_status_select 
-:      011511 car_motor3_control:
-0x3776 011512 arg mem_motor3_pwm_set ,regb 
-0x3777 011513 arg mem_motor3_status ,contr 
-0x3778 011514 branch car_motor_status_select 
-:      011515 car_motor_working_flag:
-0x3779 011516 jam 0 ,mem_car_working_flag 
-0x377a 011517 rtn 
-:      011519 car_motor_status_select:
-0x377b 011520 ifetch 1 ,contr 
-0x377c 011521 beq motor_stop ,car_motor_stop 
-0x377d 011522 beq go_front ,car_motor_positive 
-0x377e 011523 beq go_back ,car_motor_negative 
-0x377f 011524 rtn 
-:      011525 car_motor_positive:
-0x3780 011526 jam 0 ,mem_motor_select_p_n 
-0x3781 011527 branch car_motor_negative + 1 
-:      011528 car_motor_negative:
-0x3782 011529 jam 1 ,mem_motor_select_p_n 
-0x3783 011530 ifetch 1 ,contr 
-0x3784 011531 store 1 ,mem_car_motor_speed 
-0x3785 011532 ifetch 8 ,regb 
-0x3786 011533 branch car_motor_work 
-:      011535 car_motor_stop:
-0x3787 011536 ifetch 1 ,regb 
-0x3788 011537 call pwm_disable 
-0x3789 011538 increase 1 ,regb 
-0x378a 011539 ifetch 1 ,regb 
-0x378b 011540 branch pwm_disable 
-:      011541 car_motor_work:
-0x378c 011542 store 8 ,mem_motor_pwm_pin1_set 
-0x378d 011543 jam 1 ,mem_car_working_flag 
-0x378e 011544 fetch 1 ,mem_motor_select_p_n 
-0x378f 011545 beq 0 ,car_motor_select_positive 
-:      011546 car_motor_select_negative:
-0x3790 011547 fetch 1 ,mem_motor_pwm_pin2_set 
-0x3791 011548 store 1 ,mem_motor_pwm_pin_set 
-0x3792 011549 fetch 1 ,mem_motor_pwm_pin1_set 
-:      011550 car_motor_work_next:
-0x3793 011551 call pwm_disable 
-0x3794 011552 fetch 1 ,mem_car_motor_speed 
-0x3795 011553 call car_motor_speed_duty_setting 
-0x3796 011554 store 1 ,mem_motor_pwm_dute_set 
-0x3797 011555 fetch 6 ,mem_motor_pwm_pin_set 
-0x3798 011556 store 6 ,mem_pdatatemp 
-0x3799 011557 branch pwm_out_set 
-:      011558 car_motor_select_positive:
-0x379a 011559 fetch 1 ,mem_motor_pwm_pin1_set 
-0x379b 011560 store 1 ,mem_motor_pwm_pin_set 
-0x379c 011561 fetch 1 ,mem_motor_pwm_pin2_set 
-0x379d 011562 branch car_motor_work_next 
-:      011564 car_motor_speed_duty_setting:
-0x379e 011565 mul32 pdata ,5 ,pdata 
-0x379f 011566 add pdata ,50 ,pdata 
-0x37a0 011567 rtn 
-:      011568 car_motor_speed_duty_transform:
-0x37a1 011569 arg 12000 ,temp 
-0x37a2 011570 imul32 temp ,pdata 
-0x37a3 011571 div pdata ,100 
-0x37a4 011572 call wait_div_end 
-0x37a5 011573 quotient temp 
-0x37a6 011574 copy temp ,rega 
-0x37a7 011575 setarg 12000 
-0x37a8 011576 isub temp ,regb 
-0x37a9 011577 rtn 
-:      011580 car_ir_init:
-0x37aa 011581 hfetch 1 ,core_gpio_sel2 
-0x37ab 011582 set1 2 ,pdata 
-0x37ac 011583 hstore 1 ,core_gpio_sel2 
-0x37ad 011584 setarg 158 
-0x37ae 011585 hstore 2 ,core_pwm_pcnt4 
-0x37af 011586 hstore 2 ,core_pwm_ncnt4 
-0x37b0 011587 rtn 
-:      011589 car_ir_data_rx_from_app:
-0x37b1 011590 fetch 1 ,mem_car_24g_go_die_flag 
-0x37b2 011591 nrtn blank 
-0x37b3 011592 fetch 2 ,mem_le_receive_payload 
-0x37b4 011593 store 2 ,mem_ir_data 
-0x37b5 011594 fetch 1 ,mem_car_24g_status 
-0x37b6 011595 bne work_paired ,car_ir_data_tx 
-0x37b7 011596 fetch 2 ,mem_le_lap 
-0x37b8 011597 store 2 ,mem_ir_data 
-:      011598 car_ir_data_tx:
-0x37b9 011599 bpatch patch1a_3 ,mem_patch1a 
-0x37ba 011600 call car_ir_init 
-0x37bb 011601 call car_ir_enable 
-0x37bc 011602 setarg 48000 
-0x37bd 011603 call sleep 
-0x37be 011604 call car_ir_disable 
-0x37bf 011605 setarg 7200 
-0x37c0 011606 call sleep 
-0x37c1 011607 arg 16 ,loopcnt 
-:      011608 car_ir_send_loop:
-0x37c2 011609 call car_ir_enable 
-0x37c3 011610 fetch 2 ,mem_ir_data 
-0x37c4 011611 bbit1 0 ,car_ir_is_bit1 
-0x37c5 011612 setarg 7200 
-0x37c6 011613 call sleep 
-0x37c7 011614 call car_ir_disable 
-0x37c8 011615 branch car_ir_wait_finish 
-:      011617 car_ir_is_bit1:
-0x37c9 011618 setarg 14400 
-0x37ca 011619 call sleep 
-0x37cb 011620 call car_ir_disable 
-:      011621 car_ir_wait_finish:
-0x37cc 011622 setarg 7200 
-0x37cd 011623 call sleep 
-0x37ce 011624 fetch 2 ,mem_ir_data 
-0x37cf 011625 rshift pdata ,pdata 
-0x37d0 011626 store 2 ,mem_ir_data 
-0x37d1 011627 loop car_ir_send_loop 
-0x37d2 011629 jam 2 ,mem_car_attack_shake_timer 
-0x37d3 011630 jam 1 ,mem_car_attack_shake_flag 
-0x37d4 011631 setarg 0x0a01 
-0x37d5 011632 store 2 ,mem_le_receive_payload 
-0x37d6 011633 fetch 1 ,mem_car_config_device_select 
-0x37d7 011634 beq device_battle_tank ,car_attack_shake_back_battle_tank 
-:      011635 car_attack_shake_back_battle_car:
-0x37d8 011636 branch car_motor_control 
-:      011637 car_attack_shake_back_battle_tank:
-0x37d9 011638 setarg 0x0a01 
-0x37da 011639 store 2 ,mem_le_receive_payload + 2 
-0x37db 011640 branch car_motor_control 
-:      011642 car_ir_enable:
-0x37dc 011643 hfetch 1 ,core_gpio_key2 
-0x37dd 011644 or_into 0x40 ,pdata 
-0x37de 011645 hstore 1 ,core_gpio_key2 
-0x37df 011646 rtn 
-:      011647 car_ir_disable:
-0x37e0 011648 hfetch 1 ,core_gpio_key2 
-0x37e1 011649 and_into 0xbf ,pdata 
-0x37e2 011650 hstore 1 ,core_gpio_key2 
-0x37e3 011651 rtn 
-:      011653 car_ir_rx_init:
-0x37e4 011654 fetch 1 ,mem_car_config_ir_enable 
-0x37e5 011655 rtneq 0x00 
-0x37e6 011656 call lpm_disable_exen_output 
-0x37e7 011657 fetcht 1 ,mem_car_config_ir_rx_gpio 
-0x37e8 011658 storet 1 ,mem_ir_rx_gpio 
-0x37e9 011659 call gpio_config_input 
-0x37ea 011660 call car_ir_gpio_get_status 
-0x37eb 011661 nrtn true 
-0x37ec 011662 jam 1 ,mem_car_ir_breakdown_check_timer 
-0x37ed 011663 rtn 
-:      011665 car_ir_receive_process:
-0x37ee 011666 fetch 1 ,mem_car_config_ir_enable 
-0x37ef 011667 rtneq flag_ir_disable 
-0x37f0 011668 fetch 1 ,mem_car_ir_breakdown_flag 
-0x37f1 011669 nrtn blank 
-0x37f2 011670 fetch 2 ,mem_ui_state_map 
-0x37f3 011671 bbit1 ui_state_ble_connected ,car_ir_receive_process_next 
-0x37f4 011672 fetch 1 ,mem_car_24g_status 
-0x37f5 011673 rtnne work_paired 
-:      011674 car_ir_receive_process_next:
-0x37f6 011675 bpatch patch1a_4 ,mem_patch1a 
-0x37f7 011676 call car_ir_gpio_get_status 
-0x37f8 011677 nrtn true 
-0x37f9 011678 setarg 36000 
-0x37fa 011679 call sleep 
-0x37fb 011680 call car_ir_gpio_get_status 
-0x37fc 011681 nrtn true 
-0x37fd 011682 call car_ir_clk_get 
-:      011683 car_ir_packet_head_wait_end:
-0x37fe 011684 call car_ir_clk_check 
-0x37ff 011685 nrtn positive 
-0x3800 011686 call car_ir_gpio_get_status 
-0x3801 011687 branch car_ir_packet_head_wait_end ,true 
-0x3802 011688 arg 0 ,rega 
-0x3803 011689 arg 16 ,loopcnt 
-0x3804 011690 call car_ir_clk_get 
-:      011691 car_ir_receive_process_loop:
-0x3805 011692 call car_ir_clk_check 
-0x3806 011693 nrtn positive 
-0x3807 011694 call car_ir_gpio_get_status 
-0x3808 011695 nbranch car_ir_receive_process_loop ,true 
-0x3809 011696 setarg 10800 
-0x380a 011697 call sleep 
-0x380b 011698 call car_ir_gpio_get_status 
-0x380c 011699 branch car_ir_get_bit1 ,true 
-:      011700 car_ir_get_bit0:
-0x380d 011701 setarg 0 
-0x380e 011702 rshift rega ,rega 
-0x380f 011703 ior rega ,rega 
-0x3810 011704 loop car_ir_receive_process_loop 
-0x3811 011705 branch car_ir_receive_process_end 
-:      011706 car_ir_get_bit1:
-0x3812 011707 setarg 0x8000 
-0x3813 011708 rshift rega ,rega 
-0x3814 011709 ior rega ,rega 
-0x3815 011710 call car_ir_clk_get 
-:      011711 car_ir_get_bit1_wait_low_end:
-0x3816 011712 call car_ir_clk_check 
-0x3817 011713 nrtn positive 
-0x3818 011714 call car_ir_gpio_get_status 
-0x3819 011715 branch car_ir_get_bit1_wait_low_end ,true 
-0x381a 011716 loop car_ir_receive_process_loop 
-:      011717 car_ir_receive_process_end:
-0x381b 011718 bpatch patch1a_5 ,mem_patch1a 
-0x381c 011719 copy rega ,pdata 
-0x381d 011720 store 2 ,mem_ir_rx_buf 
-0x381e 011721 store 2 ,mem_ir_notify_data + 8 
-0x381f 011722 fetch 1 ,mem_car_24g_status 
-0x3820 011723 beq work_paired ,car_ir_24g_receive_attack 
-:      011724 car_ir_data_notify:
-0x3821 011725 arg 0x07 ,loopcnt 
-0x3822 011726 arg mem_ir_notify_data_head ,contr 
-0x3823 011727 call calc_check_sum_start 
-0x3824 011728 store 1 ,mem_ir_notify_data_check_sum 
-0x3825 011729 arg mem_ir_notify_data ,rega 
-0x3826 011730 branch queue_push 
-:      011732 car_ir_24g_receive_attack:
-0x3827 011733 fetch 1 ,mem_car_24g_ir_receive_attack_count 
-0x3828 011734 increase 1 ,pdata 
-0x3829 011735 store 1 ,mem_car_24g_ir_receive_attack_count 
-0x382a 011736 div pdata ,2 
-0x382b 011737 call wait_div_end 
-0x382c 011738 quotient temp 
-0x382d 011739 remainder pdata 
-0x382e 011740 nbranch car_ir_24g_receive_attack_blink ,blank 
-:      011741 car_ir_24g_receive_attack_off:
-0x382f 011742 fetch 1 ,mem_car_config_led_num 
-0x3830 011743 isub temp ,null 
-0x3831 011744 call car_ir_24g_go_die ,zero 
-0x3832 011745 arg mem_car_led_control ,pdata 
-0x3833 011746 increase -1 ,temp 
-0x3834 011747 iadd temp ,rega 
-0x3835 011748 arg 0 ,pdata 
-0x3836 011749 istore 1 ,rega 
-0x3837 011750 rtn 
-:      011751 car_ir_24g_receive_attack_blink:
-0x3838 011752 arg mem_car_led_control ,pdata 
-0x3839 011753 iadd temp ,rega 
-0x383a 011754 arg 2 ,pdata 
-0x383b 011755 istore 1 ,rega 
-0x383c 011756 rtn 
-:      011757 car_ir_24g_go_die:
-0x383d 011758 jam 1 ,mem_car_24g_go_die_flag 
-0x383e 011759 rtn 
-:      011760 car_ir_clk_get:
-0x383f 011761 copy clkn_bt ,pdata 
-0x3840 011762 store 4 ,mem_ir_receive_clkn 
-0x3841 011763 rtn 
-:      011764 car_ir_clk_check:
-0x3842 011765 copy clkn_bt ,pdata 
-0x3843 011766 fetcht 4 ,mem_ir_receive_clkn 
-0x3844 011767 isub temp ,pdata 
-0x3845 011768 sub pdata ,200 ,null 
-0x3846 011769 rtn 
-:      011771 car_ir_gpio_get_status:
-0x3847 011772 fetcht 1 ,mem_ir_rx_gpio 
-0x3848 011773 branch gpio_get_bit 
-:      011775 car_led_control_receive:
-0x3849 011776 fetch 8 ,mem_le_receive_payload 
-0x384a 011777 store 8 ,mem_car_led_control 
-0x384b 011778 rtn 
-:      011780 car_info_request:
-0x384c 011781 fetch 1 ,mem_car_config_device_select 
-0x384d 011782 store 1 ,mem_car_info_request_payload 
-0x384e 011783 fetch 1 ,mem_car_config_motor_layout 
-0x384f 011784 store 1 ,mem_car_info_request_payload + 1 
-0x3850 011785 fetch 1 ,mem_car_config_ir_enable 
-0x3851 011786 store 1 ,mem_car_info_request_payload + 2 
-0x3852 011787 arg 13 ,loopcnt 
-0x3853 011788 arg mem_car_info_request_head ,contr 
-0x3854 011789 call calc_check_sum_start 
-0x3855 011790 store 1 ,mem_car_info_request_checksum 
-0x3856 011791 arg mem_car_info_request ,rega 
-0x3857 011792 branch queue_push 
-:      011798 light_init:
-0x3858 011799 call clear_eeprom_size_2k 
-0x3859 011800 jam 0x7a ,mem_curr_packet_num 
-0x385a 011801 call light_load_controler_list 
-0x385b 011802 call light_init_crr_cmd_count 
-0x385c 011803 setarg light_pairing_timer 
-0x385d 011804 store 2 ,mem_cb_event_timer 
-0x385e 011805 arg 0 ,rega 
-0x385f 011806 branch pwm_init 
-:      011808 light_pairing_timer:
-0x3860 011809 fetch 2 ,mem_light_pairing_timer 
-0x3861 011810 rtn blank 
-0x3862 011811 increase -1 ,pdata 
-0x3863 011812 store 2 ,mem_light_pairing_timer 
-0x3864 011813 rtnne 0 
-0x3865 011814 jam 0 ,mem_light_pairing_enable 
-0x3866 011815 rtn 
-:      011817 light_init_crr_cmd_count:
-0x3867 011818 bpatch patch1a_6 ,mem_patch1a 
-0x3868 011819 fetch 1 ,mem_light_next_record 
-0x3869 011820 sub pdata ,40 ,null 
-0x386a 011821 rtn positive 
-0x386b 011822 jam 0 ,mem_light_next_record 
-0x386c 011823 rtn 
-:      011825 light_load_controler_list:
-0x386d 011826 arg mem_light_next_record ,rega 
-0x386e 011827 arg 0 ,regb 
-0x386f 011828 arg 81 ,temp 
-0x3870 011829 branch iicd_read_eep_data 
-:      011832 light_find_controler_pairing:
-0x3871 011833 disable user 
-0x3872 011834 fetch 1 ,mem_light_cnum 
-0x3873 011835 copy pdata ,loopcnt 
-0x3874 011837 arg mem_light_clist ,rega 
-0x3875 011838 copy regc ,regb 
-:      011839 light_find_controler_pairing_loop:
-0x3876 011840 bpatch patch1a_7 ,mem_patch1a 
-0x3877 011841 call light_compare_addr_record 
-0x3878 011842 branch enable_user ,zero 
-:      011843 light_find_single_pairing_diff:
-0x3879 011844 increase 4 ,rega 
-0x387a 011845 loop light_find_controler_pairing_loop 
-0x387b 011846 rtn 
-:      011849 light_compare_addr_record:
-0x387c 011850 bpatch patch1b_0 ,mem_patch1b 
-0x387d 011851 ifetch 3 ,rega 
-0x387e 011852 ifetcht 3 ,regb 
-0x387f 011853 isub temp ,null 
-0x3880 011854 rtn 
-:      011856 light_compare_single_record:
-0x3881 011857 bpatch patch1b_1 ,mem_patch1b 
-0x3882 011858 ifetch 3 ,rega 
-0x3883 011859 ifetcht 3 ,regb 
-0x3884 011860 isub temp ,null 
-0x3885 011861 nrtn zero 
-0x3886 011862 ifetch 1 ,contr 
-0x3887 011863 sub pdata ,0 ,null 
-0x3888 011864 rtn zero 
-0x3889 011865 add rega ,3 ,contr 
-0x388a 011866 ifetcht 1 ,contr 
-0x388b 011867 isub temp ,null 
-0x388c 011868 rtn 
-:      011871 light_find_controler_cmd:
-0x388d 011872 bpatch patch1b_2 ,mem_patch1b 
-0x388e 011873 disable user 
-0x388f 011874 fetch 1 ,mem_light_cnum 
-0x3890 011875 copy pdata ,loopcnt 
-0x3891 011877 arg mem_light_clist ,rega 
-0x3892 011878 copy regc ,regb 
-:      011879 light_find_controler_cmd_loop:
-0x3893 011880 call light_compare_single_record 
-0x3894 011881 branch enable_user ,zero 
-0x3895 011882 increase 4 ,rega 
-0x3896 011883 loop light_find_controler_cmd_loop 
-0x3897 011884 rtn 
-:      011887 light_recv_adv:
-0x3898 011888 fetch 1 ,mem_le_scanrsp_rcv 
-0x3899 011889 increase 1 ,pdata 
-0x389a 011890 store 1 ,mem_le_scanrsp_rcv 
-0x389b 011891 arg mem_le_rxbuf + 12 ,regc 
-:      011893 light_anylize_command:
-0x389c 011894 ifetch 2 ,regc 
-0x389d 011895 arg 0x55aa ,temp 
-0x389e 011896 isub temp ,null 
-0x389f 011897 nrtn zero 
-0x38a0 011898 copy contr ,regc 
-0x38a1 011899 ifetcht 3 ,regc 
-0x38a2 011900 setarg 0xffffff 
-0x38a3 011901 isub temp ,null 
-0x38a4 011902 branch light_parse_cmd ,zero 
-0x38a5 011903 call light_find_controler_cmd 
-0x38a6 011904 branch light_parse_cmd ,user 
-0x38a7 011905 rtn 
-:      011907 light_parse_cmd:
-0x38a8 011908 bpatch patch1b_3 ,mem_patch1b 
-0x38a9 011909 increase 4 ,regc 
-0x38aa 011910 ifetch 1 ,regc 
-0x38ab 011911 fetcht 1 ,mem_curr_packet_num 
-0x38ac 011912 isub temp ,null 
-0x38ad 011913 rtn zero 
-0x38ae 011914 store 1 ,mem_curr_packet_num 
-0x38af 011915 fetch 1 ,mem_le_req_rcv 
-0x38b0 011916 increase 1 ,pdata 
-0x38b1 011917 store 1 ,mem_le_req_rcv 
-0x38b2 011919 increase 1 ,regc 
-0x38b3 011920 ifetch 1 ,regc 
-0x38b4 011921 store 1 ,mem_light_crr_cmd_count 
-0x38b5 011922 copy pdata ,loopcnt 
-0x38b6 011923 rtn blank 
-:      011924 light_parse_cmd_loop:
-0x38b7 011925 ifetch 1 ,contr 
-0x38b8 011926 beq light_cmd_pwm0 ,light_parse_cmd_pwm0 
-0x38b9 011927 beq light_cmd_pwm1 ,light_parse_cmd_pwm1 
-0x38ba 011928 beq light_cmd_pwm2 ,light_parse_cmd_pwm2 
-0x38bb 011929 beq light_cmd_pwm3 ,light_parse_cmd_pwm3 
-0x38bc 011930 beq light_cmd_pwm4 ,light_parse_cmd_pwm4 
-0x38bd 011931 beq light_cmd_pwm5 ,light_parse_cmd_pwm5 
-0x38be 011932 beq light_cmd_auto_mode ,light_parse_auto_mode 
-0x38bf 011933 beq light_cmd_pairing ,light_parse_pairing 
-0x38c0 011934 loop light_parse_cmd_loop 
-0x38c1 011935 rtn 
-:      011937 light_parse_cmd_pwm0:
-0x38c2 011938 copy contr ,regc 
-0x38c3 011939 fetch 1 ,mem_light_pwm0 
-0x38c4 011940 store 1 ,mem_pdatatemp 
-0x38c5 011941 arg 0 ,temp 
-:      011942 light_parse_cmd_pwm_common:
-0x38c6 011943 storet 1 ,mem_pdatatemp + 1 
-0x38c7 011944 setarg 10000 
-0x38c8 011945 store 3 ,mem_pdatatemp + 2 
-0x38c9 011946 ifetch 1 ,regc 
-0x38ca 011947 store 1 ,mem_pdatatemp + 5 
-0x38cb 011948 call pwm_out_set 
-0x38cc 011949 and regc ,1 ,contr 
-0x38cd 011950 loop light_parse_cmd_loop 
-0x38ce 011951 rtn 
-:      011952 light_parse_cmd_pwm1:
-0x38cf 011953 copy regc ,contr 
-0x38d0 011954 fetch 1 ,mem_light_pwm1 
-0x38d1 011955 store 1 ,mem_pdatatemp 
-0x38d2 011956 arg 1 ,temp 
-0x38d3 011957 branch light_parse_cmd_pwm_common 
-:      011958 light_parse_cmd_pwm2:
-0x38d4 011959 copy regc ,contr 
-0x38d5 011960 fetch 1 ,mem_light_pwm2 
-0x38d6 011961 store 1 ,mem_pdatatemp 
-0x38d7 011962 arg 2 ,temp 
-0x38d8 011963 branch light_parse_cmd_pwm_common 
-:      011964 light_parse_cmd_pwm3:
-0x38d9 011965 copy regc ,contr 
-0x38da 011966 fetch 1 ,mem_light_pwm3 
-0x38db 011967 store 1 ,mem_pdatatemp 
-0x38dc 011968 arg 3 ,temp 
-0x38dd 011969 branch light_parse_cmd_pwm_common 
-:      011970 light_parse_cmd_pwm4:
-0x38de 011971 copy regc ,contr 
-0x38df 011972 fetch 1 ,mem_light_pwm4 
-0x38e0 011973 store 1 ,mem_pdatatemp 
-0x38e1 011974 arg 4 ,temp 
-0x38e2 011975 branch light_parse_cmd_pwm_common 
-:      011976 light_parse_cmd_pwm5:
-0x38e3 011977 copy regc ,contr 
-0x38e4 011978 fetch 1 ,mem_light_pwm5 
-0x38e5 011979 store 1 ,mem_pdatatemp 
-0x38e6 011980 arg 5 ,temp 
-0x38e7 011981 branch light_parse_cmd_pwm_common 
-:      011983 light_parse_auto_mode:
-0x38e8 011984 ifetch 1 ,contr 
-0x38e9 011985 rtn 
-:      011987 light_parse_pairing:
-0x38ea 011988 copy contr ,regc 
-0x38eb 011989 fetch 1 ,mem_light_pairing_enable 
-0x38ec 011990 bne 1 ,light_parse_pairing_abandon 
-0x38ed 011991 call update_controler_list 
-:      011992 light_parse_pairing_abandon:
-0x38ee 011993 and regc ,4 ,contr 
-0x38ef 011994 rtn 
-:      011995 update_controler_list:
-0x38f0 011996 bpatch patch1b_4 ,mem_patch1b 
-0x38f1 011997 call light_find_controler_pairing 
-0x38f2 011998 branch update_conrtoler_list_found ,user 
-0x38f3 011999 fetch 1 ,mem_light_next_record 
-0x38f4 012000 copy pdata ,temp 
-0x38f5 012001 increase 1 ,pdata 
-0x38f6 012002 store 1 ,mem_light_next_record 
-0x38f7 012003 call light_init_crr_cmd_count 
-0x38f8 012004 lshift2 temp ,temp 
-0x38f9 012005 setarg mem_light_clist 
-0x38fa 012006 iadd temp ,contw 
-0x38fb 012007 ifetch 4 ,regc 
-0x38fc 012008 istore 4 ,contw 
-0x38fd 012009 branch update_conrtoler_store_list 
-:      012010 update_conrtoler_list_found:
-0x38fe 012011 add regc ,3 ,contr 
-0x38ff 012012 ifetch 1 ,contr 
-0x3900 012013 rtn blank 
-0x3901 012014 ifetch 4 ,regc 
-0x3902 012015 istore 4 ,rega 
-:      012016 update_conrtoler_store_list:
-0x3903 012017 arg mem_light_next_record ,rega 
-0x3904 012018 arg 0 ,regb 
-0x3905 012019 arg 81 ,temp 
-0x3906 012020 branch iicd_write_eep_data 
-:      012024 lightc_init:
-0x3907 012028 fetcht 1 ,mem_lightc_led_gpio 
-0x3908 012029 call gpio_out_inactive 
-0x3909 012030 rtn 
-:      012033 lightc_dispatch:
-0x390a 012036 fetcht 1 ,mem_lightc_led_gpio 
-0x390b 012037 call gpio_out_active 
-0x390c 012040 fetcht 1 ,mem_lightc_led_gpio 
-0x390d 012041 call gpio_out_inactive 
-0x390e 012044 call lightc_start_adv 
-0x390f 012046 fetch 1 ,mem_adv_time 
-0x3910 012047 nrtn blank 
-0x3911 012049 call lpm_write_gpio_wakeup 
-0x3912 012050 hfetch 4 ,core_lpm_ctrl 
-0x3913 012051 set0 15 ,pdata 
-0x3914 012052 hstore 4 ,core_lpm_reg 
-0x3915 012053 call lpm_write_ctrl 
-0x3916 012054 arg param_hibernate_clks ,temp 
-0x3917 012055 branch lpm_sleep 
-:      012057 lightc_adv:
-0x3918 012058 fetch 1 ,mem_adv_time 
-0x3919 012059 branch le_adv_loop_tx ,blank 
-0x391a 012060 increase -1 ,pdata 
-0x391b 012061 store 1 ,mem_adv_time 
-0x391c 012062 branch le_adv_loop_tx 
-:      012064 lightc_start_adv:
-0x391d 012065 mul32 pdata ,20 ,pdata 
-0x391e 012066 arg mem_cmd0_string ,contr 
-0x391f 012067 iadd contr ,contr 
-0x3920 012068 ifetch 1 ,contr 
-0x3921 012069 rtn blank 
-0x3922 012070 copy pdata ,rega 
-0x3923 012071 copy rega ,loopcnt 
-0x3924 012072 arg mem_le_adv_data + 2 ,contw 
-0x3925 012073 call memcpy 
-0x3926 012074 copy rega ,pdata 
-0x3927 012075 increase 2 ,pdata 
-0x3928 012076 store 1 ,mem_le_adv_data_len 
-0x3929 012077 rtn 
-:      012084 module_init:
-0x392a 012086 rtn wake 
-0x392b 012087 call le_modified_name 
-0x392c 012088 call adc_init_data 
-0x392d 012089 setarg module_process_idle 
-0x392e 012090 store 2 ,mem_cb_idle_process 
-0x392f 012091 setarg module_bt_conn_process 
-0x3930 012092 store 2 ,mem_cb_bt_process 
-0x3931 012093 setarg module_process_bb_event 
-0x3932 012094 store 2 ,mem_cb_bb_event_process 
-0x3933 012095 setarg module_le_conn_process 
-0x3934 012096 store 2 ,mem_cb_le_process 
-0x3935 012097 setarg module_lpm_lock 
-0x3936 012098 store 2 ,mem_cb_check_wakelock 
-0x3937 012099 setarg module_hci_cmd_transmit_le_notify 
-0x3938 012100 store 2 ,mem_cb_ble_transmit 
-0x3939 012101 setarg module_hci_event_receive_spp_data 
-0x393a 012102 store 2 ,mem_cb_receive_spp_data 
-0x393b 012103 setarg module_le_receive_data 
-0x393c 012104 store 2 ,mem_cb_att_write 
-0x393d 012105 setarg module_bb_event_timer 
-0x393e 012106 store 2 ,mem_cb_event_timer 
-0x393f 012108 call module_spp_clear_last_transmite_clock 
-0x3940 012109 bpatch patch1b_5 ,mem_patch1b 
-0x3941 012110 call module_lpm_uart_init 
-0x3942 012111 call module_gpio_init 
-0x3943 012112 call check_module_disabled 
-0x3944 012113 branch module_hci_event_enter_standby_mode 
-:      012116 module_lpm_uart_init:
-0x3945 012117 fetch 4 ,mem_module_uart_rx_buffer 
-0x3946 012118 hstore 4 ,core_uart_rsaddr 
-0x3947 012120 fetch 4 ,mem_module_uart_tx_buffer 
-0x3948 012121 hstore 4 ,core_uart_tsaddr 
-0x3949 012123 hfetch 1 ,core_gpio_sel1 
-0x394a 012124 or_into 0x04 ,pdata 
-0x394b 012125 and_into 0xfc ,pdata 
-0x394c 012126 hstore 1 ,core_gpio_sel1 
-0x394d 012127 jam 0x00 ,core_uart_ctrl 
-0x394e 012129 fetch 2 ,mem_module_uart_rx_buffer 
-0x394f 012130 hstore 2 ,core_uart_rrptr 
-0x3950 012131 fetch 2 ,mem_module_uart_tx_buffer 
-0x3951 012132 hstore 2 ,core_uart_twptr 
-0x3952 012133 hstore 2 ,core_uart_trptrp 
-0x3953 012135 hfetch 4 ,core_gpio_pu0 
-0x3954 012136 set1 7 ,pdata 
-0x3955 012137 hstore 4 ,core_gpio_pu0 
-0x3956 012139 hfetch 2 ,core_clkoff 
-0x3957 012140 set0 clock_off_uart ,pdata 
-0x3958 012141 hstore 2 ,core_clkoff 
-0x3959 012142 call uart_set_baud_by_mem 
-0x395a 012143 jam uartclk_crystal ,core_uart_clksel 
-0x395b 012144 jam uart_ctrl_h4 ,core_uart_ctrl 
-0x395c 012146 fetch 1 ,mem_module_flag 
-0x395d 012147 isolate1 module_flag_uart_flow_control ,pdata 
-0x395e 012148 hfetcht 1 ,core_uart_ctrl 
-0x395f 012149 setflag true ,4 ,temp 
-0x3960 012150 hstoret 1 ,core_uart_ctrl 
-0x3961 012151 rtn 
-:      012155 module_lpm_init:
-0x3962 012156 call module_spp_clear_last_transmite_clock 
-0x3963 012157 branch module_lpm_uart_init 
-:      012160 module_gpio_init:
-0x3964 012165 fetcht 1 ,mem_module_connect_state_gpio 
-0x3965 012166 call gpio_config_output 
-0x3966 012167 call module_set_conn_pin_low 
-0x3967 012169 fetcht 1 ,mem_module_wake_up_gpio 
-0x3968 012170 branch gpio_config_input 
-:      012172 module_lpm_lock:
-0x3969 012173 fetcht 1 ,mem_module_wake_up_gpio 
-0x396a 012174 call gpio_get_bit 
-0x396b 012175 nbranch app_put_lpm_wake_lock ,true 
-0x396c 012176 branch app_get_lpm_wake_lock 
-:      012179 module_le_conn_process:
-0x396d 012180 rtn 
-:      012182 module_bt_conn_process:
-0x396e 012183 call module_spp_enter_sniff 
-0x396f 012184 branch module_control_air_flow 
-:      012186 module_spp_enter_sniff:
-0x3970 012187 fetch 1 ,mem_ui_state_map 
-0x3971 012188 bbit0 ui_state_bt_spp_conn ,module_spp_clear_last_transmite_clock 
-0x3972 012189 bpatch patch1b_6 ,mem_patch1b 
-0x3973 012190 setarg 0x3eff 
-0x3974 012191 fetcht 4 ,mem_last_transmite_clock 
-0x3975 012192 iadd temp ,temp 
-0x3976 012193 copy clkn_bt ,pdata 
-0x3977 012194 isub temp ,null 
-0x3978 012195 nrtn positive 
-0x3979 012196 fetch 2 ,mem_ui_state_map 
-0x397a 012197 bbit1 ui_state_bt_sniff ,module_spp_clear_last_transmite_clock 
-0x397b 012198 fetch 1 ,mem_module_flag 
-0x397c 012199 rtnbit1 moudle_task_sniff 
-0x397d 012200 call module_set_sniff_task_flag 
-0x397e 012201 call app_bt_enter_sniff 
-:      012202 module_spp_clear_last_transmite_clock:
-0x397f 012203 copy clkn_bt ,pdata 
-0x3980 012204 store 4 ,mem_last_transmite_clock 
-0x3981 012205 rtn 
-:      012208 module_process_idle:
-0x3982 012209 call module_control_air_flow 
-0x3983 012210 call l2cap_malloc_is_fifo_full 
-0x3984 012211 nrtn blank 
-0x3985 012212 branch module_process 
-:      012215 module_process_bb_event:
-0x3986 012216 copy regc ,pdata 
-0x3987 012217 beq bt_evt_bb_connected ,module_process_bb_conn 
-0x3988 012218 beq bt_evt_bb_disconnected ,module_process_bb_event_disconned 
-0x3989 012219 beq bt_evt_reconn_failed ,module_process_reconn_fail 
-0x398a 012220 beq bt_evt_setup_complete ,module_process_setup_complete 
-0x398b 012221 beq bt_evt_spp_connected ,module_process_spp_connected 
-0x398c 012222 beq bt_evt_spp_disconnected ,module_process_spp_disconnected 
-0x398d 012223 beq bt_evt_pincode_req ,module_process_evt_pincode_req 
-0x398e 012224 beq bt_evt_enter_sniff ,module_process_enter_sniff 
-0x398f 012225 beq bt_evt_exit_sniff ,module_process_exit_sniff 
-0x3990 012226 beq bt_evt_reconn_page_timeout ,module_process_page_time_out 
-0x3991 012227 beq bt_evt_le_connected ,module_process_le_conn 
-0x3992 012228 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
-0x3993 012229 beq bt_evt_sniff_not_accept ,module_process_sniff_not_accept 
-0x3994 012230 beq bt_evt_unsniff_accept ,module_process_unsniff_accept 
-0x3995 012231 beq bt_evt_unsniff_not_accept ,module_process_unsniff_not_accept 
-0x3996 012232 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
-0x3997 012233 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
-0x3998 012234 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
-0x3999 012235 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
-0x399a 012236 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
-0x399b 012237 beq bt_evt_bt_gkey_generate ,module_hci_event_gkey_generate 
-0x399c 012238 beq bt_evt_bt_get_passkey ,module_hci_event_passkey_entry_mode 
-0x399d 012239 beq bt_evt_bt_pairing_fail ,module_hci_event_bt_pairing_fail 
-0x399e 012240 beq bt_evt_bt_pairing_success ,module_hci_event_bt_pairing_success 
-0x399f 012241 beq bt_evt_le_gkey_generate ,module_hci_event_le_gkey 
-0x39a0 012242 beq bt_evt_store_nvram ,module_hci_event_store_device 
-0x39a1 012243 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
-0x39a2 012244 rtn 
-:      012247 module_process_bb_event_disconned:
-0x39a3 012248 call module_spp_clear_last_transmite_clock 
-0x39a4 012249 fetch 1 ,mem_flag_pairing_state 
-0x39a5 012250 ncall module_hci_event_bt_pairing_fail ,blank 
-0x39a6 012251 call module_disconn_start 
-0x39a7 012252 fetch 2 ,mem_ui_state_map 
-0x39a8 012253 rtnbit0 ui_state_bt_spp_conn 
-0x39a9 012254 branch module_spp_disconnected 
-:      012256 module_process_spp_connected:
-0x39aa 012257 fetch 2 ,mem_ui_state_map 
-0x39ab 012258 set1 ui_state_bt_spp_conn ,pdata 
-0x39ac 012259 store 2 ,mem_ui_state_map 
-0x39ad 012260 fetch 1 ,mem_module_spp_lpm_mult 
-0x39ae 012261 store 1 ,mem_lpm_mult 
-0x39af 012262 call module_set_conn_pin_low 
-0x39b0 012263 branch module_hci_event_spp_connect 
-:      012265 module_process_spp_disconnected:
-:      012267 module_spp_disconnected:
-0x39b1 012268 fetch 2 ,mem_ui_state_map 
-0x39b2 012269 rtnbit0 ui_state_bt_spp_conn 
-0x39b3 012270 set0 ui_state_bt_spp_conn ,pdata 
-0x39b4 012271 store 2 ,mem_ui_state_map 
-0x39b5 012272 branch module_hci_event_spp_disconnect 
-:      012275 module_process_enter_sniff:
-:      012277 module_sniff_param_check:
-0x39b6 012278 call module_spp_clear_last_transmite_clock 
-0x39b7 012281 fetch 2 ,mem_context + coffset_tsniff 
-0x39b8 012282 rshift pdata ,pdata 
-0x39b9 012283 fetcht 2 ,mem_sniff_param_interval 
-0x39ba 012284 isub temp ,null 
-0x39bb 012285 nbranch module_sniff_param_check_unsniff ,zero 
-0x39bc 012286 branch app_lpm_mult_enable 
-:      012287 module_sniff_param_check_unsniff:
-0x39bd 012288 fetch 1 ,mem_module_flag 
-0x39be 012289 rtnbit1 moudle_task_unsniff 
-0x39bf 012290 hfetch 2 ,core_uart_rxitems 
-0x39c0 012291 ncall module_set_unsniff_task_flag ,blank 
-0x39c1 012292 branch app_bt_sniff_exit 
-:      012294 module_process_exit_sniff:
-0x39c2 012295 call module_clear_sniff_task_flag 
-0x39c3 012296 branch app_lpm_mult_disable 
-:      012298 module_process_setup_complete:
-0x39c4 012299 call module_spp_clear_last_transmite_clock 
-0x39c5 012300 branch module_conn_start 
-:      012302 module_process_bb_even_le_disconn:
-0x39c6 012303 call le_clr_config_more_data 
-0x39c7 012304 call module_disconn_start 
-0x39c8 012305 branch module_hci_event_le_disconnect 
-:      012307 module_process_evt_pincode_req:
-0x39c9 012308 branch app_bt_set_pincode 
-:      012311 module_process_sniff_not_accept:
-0x39ca 012312 branch module_clear_sniff_task_flag 
-:      012315 module_process_unsniff_accept:
-0x39cb 012316 fetch 1 ,mem_module_flag 
-0x39cc 012317 bbit0 moudle_task_unsniff ,app_bt_enter_sniff 
-0x39cd 012318 branch module_clear_unsniff_task_flag 
-:      012321 module_process_unsniff_not_accept:
-0x39ce 012322 branch module_clear_unsniff_task_flag 
-:      012325 module_process_le_conn:
-0x39cf 012326 call le_send_att_exchange_mtu_requset 
-0x39d0 012327 call module_conn_start 
-0x39d1 012328 fetch 1 ,mem_module_le_lpm_mult 
-0x39d2 012329 store 1 ,mem_lpm_mult 
-0x39d3 012330 branch module_hci_event_le_connect 
-:      012333 module_process_bb_conn:
-0x39d4 012334 jam 0 ,mem_flag_mode_ssp_pin 
-0x39d5 012335 call module_clear_sniff_task_flag 
-0x39d6 012336 branch module_clear_unsniff_task_flag 
-:      012338 module_process_page_time_out:
-:      012339 module_process_reconn_fail:
-:      012340 module_disconn_start:
-0x39d7 012341 call module_start_adv_discovery_by_command 
-0x39d8 012342 branch module_set_conn_pin_high 
-:      012345 module_process_ble_ltk_lost:
-0x39d9 012346 call le_send_reject_ind 
-0x39da 012347 branch le_send_smp_security_request 
-:      012350 module_set_conn_pin_high:
-0x39db 012351 fetcht 1 ,mem_module_connect_state_gpio 
-0x39dc 012352 branch gpio_out_active 
-:      012354 module_conn_start:
-0x39dd 012355 call module_stop_adv_discovery 
-0x39de 012356 branch module_set_conn_pin_low 
-:      012358 module_stop_adv_discovery:
-0x39df 012359 fetch 1 ,mem_module_state 
-0x39e0 012360 isolate1 moudle_state_bt_bit ,pdata 
-0x39e1 012361 call app_bt_stop_discovery ,true 
-0x39e2 012362 fetch 1 ,mem_module_state 
-0x39e3 012363 isolate1 moudle_state_ble_bit ,pdata 
-0x39e4 012364 call app_ble_stop_adv ,true 
-0x39e5 012365 rtn 
-:      012366 module_set_conn_pin_low:
-0x39e6 012367 fetcht 1 ,mem_module_connect_state_gpio 
-0x39e7 012368 branch gpio_out_inactive 
-:      012370 module_process_with_credit:
-0x39e8 012371 fetch 1 ,mem_credit_flag 
-0x39e9 012372 rtneq credit_disable 
-0x39ea 012373 branch rfcomm_send_uih_without_payload 
-:      012375 module_process:
-0x39eb 012376 hfetch 1 ,core_uart_status 
-0x39ec 012377 bbit1 uart_status_rx_fifo_empty ,module_process_with_credit 
-0x39ed 012378 call uartd_prepare_rx 
-0x39ee 012379 ifetch 1 ,contru 
-0x39ef 012380 bne 0x01 ,module_hci_in_excp 
-0x39f0 012381 hfetch 2 ,core_uart_rxitems 
-0x39f1 012382 sub pdata ,2 ,null 
-0x39f2 012383 rtn positive 
-0x39f3 012384 ifetch 1 ,contru 
-0x39f4 012385 store 1 ,mem_module_uart_opcode 
-0x39f5 012386 ifetcht 1 ,contru 
-0x39f6 012387 copy contru ,rega 
-0x39f7 012388 storet 1 ,mem_module_uart_len 
-0x39f8 012389 add temp ,3 ,temp 
-0x39f9 012390 hfetch 2 ,core_uart_rxitems 
-0x39fa 012391 isub temp ,temp 
-0x39fb 012392 nrtn positive 
-0x39fc 012393 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x39fd 012394 call module_hci_cmd_control 
-0x39fe 012395 fetch 1 ,mem_module_temp_nl_discard_packet 
-0x39ff 012396 rtneq hci_not_discard_packet 
-0x3a00 012397 branch module_hci_dicard_packet 
-:      012399 module_hci_in_excp:
-0x3a01 012400 call delay_10ms 
-0x3a02 012401 call module_hci_event_invalid_packet 
-0x3a03 012402 branch module_hci_release_except 
-:      012405 module_hci_release_except:
-0x3a04 012406 bpatch patch1b_7 ,mem_patch1b 
-0x3a05 012407 hfetch 2 ,core_uart_rxitems 
-0x3a06 012408 rtn blank 
-0x3a07 012409 call uartd_prepare_rx 
-0x3a08 012410 ifetch 1 ,contru 
-0x3a09 012411 sub pdata ,0x01 ,null 
-0x3a0a 012412 ncall module_hci_dicard_bytes ,zero 
-0x3a0b 012413 nbranch module_hci_release_except ,zero 
-0x3a0c 012414 ifetch 1 ,contru 
-0x3a0d 012415 rtneq hci_cmd_spp_data_req 
-0x3a0e 012416 rtneq hci_cmd_set_credit_given 
-0x3a0f 012417 increase -1 ,contru 
-0x3a10 012418 call module_hci_dicard_bytes 
-0x3a11 012419 branch module_hci_release_except 
-:      012421 module_hci_dicard_packet:
-0x3a12 012422 call uartd_prepare_rx 
-0x3a13 012423 increase 2 ,contru 
-0x3a14 012424 ifetch 1 ,contru 
-0x3a15 012425 iadd contru ,contru 
-:      012426 module_hci_dicard_bytes:
-0x3a16 012427 branch uartd_rxdone 
-:      012430 module_hci_cmd_control:
-0x3a17 012431 bpatch patch1c_0 ,mem_patch1c 
-0x3a18 012432 fetch 1 ,mem_module_uart_opcode 
-0x3a19 012433 beq hci_cmd_set_bt_addr_req ,module_hci_cmd_set_bt_addr 
-0x3a1a 012434 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
-0x3a1b 012435 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
-0x3a1c 012436 beq hci_cmd_set_bt_name_req ,module_hci_cmd_set_bt_name 
-0x3a1d 012437 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
-0x3a1e 012438 beq hci_cmd_spp_data_req ,module_hci_cmd_receive_spp_data 
-0x3a1f 012439 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
-0x3a20 012440 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
-0x3a21 012441 beq hci_cmd_set_pairing_req ,module_hci_cmd_set_pairing_mode 
-0x3a22 012442 beq hci_cmd_set_pincode_req ,module_hci_cmd_set_pincode 
-0x3a23 012443 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
-0x3a24 012444 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
-0x3a25 012445 beq hci_cmd_version_req ,module_hci_cmd_version_request 
-0x3a26 012446 beq hci_cmd_bt_disconnect ,module_hci_cmd_bt_disconnect 
-0x3a27 012447 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
-0x3a28 012448 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
-0x3a29 012449 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
-0x3a2a 012450 beq hci_cmd_set_credit_given ,module_hci_cmd_set_credit_given 
-0x3a2b 012451 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
-0x3a2c 012452 beq hci_cmd_power_req ,module_hci_cmd_power_request 
-0x3a2d 012453 beq hci_cmd_power_set ,module_hci_cmd_power_set 
-0x3a2e 012454 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
-0x3a2f 012455 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
-0x3a30 012456 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
-0x3a31 012457 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
-0x3a32 012458 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
-0x3a33 012459 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
-0x3a34 012460 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
-0x3a35 012461 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
-0x3a36 012462 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
-0x3a37 012463 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
-0x3a38 012464 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
-0x3a39 012465 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
-0x3a3a 012466 beq hci_cmd_reject_justwork ,module_hci_cmd_set_reject_justwork_flag 
-0x3a3b 012467 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
-0x3a3c 012468 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
-0x3a3d 012469 beq hci_test_cmd_close_lpm ,module_hci_test_cmde_close_lpm 
-0x3a3e 012470 branch module_hci_event_receive_invalid_cmd 
-:      012475 module_hci_cmd_set_bt_addr:
-0x3a3f 012476 fetch 1 ,mem_module_uart_len 
-0x3a40 012477 bne 6 ,module_hci_event_receive_invalid_cmd 
-0x3a41 012478 ifetch 6 ,contru 
-0x3a42 012479 store 6 ,mem_lap 
-0x3a43 012480 branch module_hci_event_receive_valid_cmd 
-:      012483 module_hci_cmd_set_le_addr:
-0x3a44 012484 fetch 1 ,mem_module_uart_len 
-0x3a45 012485 bne 6 ,module_hci_event_receive_invalid_cmd 
-0x3a46 012486 ifetch 6 ,contru 
-0x3a47 012487 store 6 ,mem_le_lap 
-0x3a48 012488 branch module_hci_event_receive_valid_cmd 
-:      012492 module_hci_cmd_set_visibility:
-0x3a49 012493 fetch 1 ,mem_module_uart_len 
-0x3a4a 012494 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3a4b 012495 copy rega ,contru 
-0x3a4c 012496 call module_hci_event_receive_valid_cmd 
-0x3a4d 012497 ifetcht 1 ,contru 
-0x3a4e 012498 storet 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a4f 012499 fetch 2 ,mem_ui_state_map 
-0x3a50 012500 rtnbit1 ui_state_ble_connected 
-0x3a51 012501 rtnbit1 ui_state_bt_connected 
-:      012502 module_start_adv_discovery_by_command:
-0x3a52 012503 fetch 1 ,mem_module_state 
-0x3a53 012504 isolate1 moudle_state_bt_bit ,pdata 
-0x3a54 012505 nbranch moudle_start_adv_by_command ,true 
-0x3a55 012506 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a56 012507 and temp ,0x03 ,pdata 
-0x3a57 012508 store 1 ,mem_scan_mode 
-:      012509 moudle_start_adv_by_command:
-0x3a58 012510 fetch 1 ,mem_module_state 
-0x3a59 012511 isolate1 moudle_state_ble_bit ,pdata 
-0x3a5a 012512 nrtn true 
-0x3a5b 012513 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
-0x3a5c 012514 isolate1 2 ,temp 
-0x3a5d 012515 branch app_ble_start_adv ,true 
-0x3a5e 012516 branch app_ble_stop_adv 
-:      012520 module_hci_cmd_set_bt_name:
-0x3a5f 012521 fetch 1 ,mem_module_uart_len 
-0x3a60 012522 sub pdata ,67 ,null 
-0x3a61 012523 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3a62 012524 store 1 ,mem_local_name_length 
-0x3a63 012525 arg 8 ,loopcnt 
-0x3a64 012526 call memset0 
-0x3a65 012527 fetch 1 ,mem_module_uart_len 
-0x3a66 012528 copy pdata ,loopcnt 
-0x3a67 012529 copy rega ,contru 
-0x3a68 012530 arg mem_local_name ,contw 
-0x3a69 012531 call uart_copy_rx_bytes_fast 
-0x3a6a 012532 branch module_hci_event_receive_valid_cmd 
-:      012536 module_hci_cmd_set_le_name:
-0x3a6b 012537 fetch 1 ,mem_module_uart_len 
-0x3a6c 012538 sub pdata ,29 ,null 
-0x3a6d 012539 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3a6e 012540 store 1 ,mem_le_name_len 
-0x3a6f 012541 copy pdata ,loopcnt 
-0x3a70 012542 copy rega ,contru 
-0x3a71 012543 arg mem_le_name ,contw 
-0x3a72 012544 call uart_copy_rx_bytes_fast 
-0x3a73 012545 call le_modified_name 
-0x3a74 012546 branch module_hci_event_receive_valid_cmd 
-:      012550 module_hci_cmd_receive_spp_data:
-0x3a75 012551 fetch 1 ,mem_ui_state_map 
-0x3a76 012552 bbit0 ui_state_bt_spp_conn ,module_hci_event_receive_invalid_cmd 
-0x3a77 012553 call app_check_sniff 
-0x3a78 012554 branch module_hci_cmd_spp_exit_sniff ,true 
-0x3a79 012555 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a7a 012557 call module_spp_clear_last_transmite_clock 
-0x3a7b 012558 fetch 1 ,mem_remote_credits 
-0x3a7c 012559 rtn blank 
-0x3a7d 012560 fetch 2 ,mem_nl_rx_len_all 
-0x3a7e 012561 bne 0 ,module_hci_cmd_pass_init_ng_rx_len_all 
-0x3a7f 012562 fetch 1 ,mem_module_uart_len 
-0x3a80 012563 store 2 ,mem_nl_rx_len_all 
-0x3a81 012565 copy rega ,contru 
-0x3a82 012568 copy contru ,pdata 
-0x3a83 012569 store 2 ,mem_nl_rx_data_src 
-:      012570 module_hci_cmd_pass_init_ng_rx_len_all:
-0x3a84 012571 call module_hci_cmd_get_current_packet_len_and_remain_len 
-0x3a85 012572 branch spp_tx_rfcomm_packet 
-:      012574 module_hci_cmd_spp_exit_sniff:
-0x3a86 012575 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a87 012576 branch module_exit_sniff 
-:      012578 module_hci_cmd_get_current_packet_len_and_remain_len:
-0x3a88 012579 call module_hci_cmd_get_current_patcket_len 
-0x3a89 012580 fetch 2 ,mem_nl_rx_len_all 
-0x3a8a 012581 fetcht 2 ,mem_current_packet_length 
-0x3a8b 012582 isub temp ,pdata 
-0x3a8c 012583 store 2 ,mem_nl_rx_len_all 
-0x3a8d 012584 rtn 
-:      012586 module_hci_cmd_get_current_patcket_len:
-0x3a8e 012587 fetch 2 ,mem_nl_rx_len_all 
-0x3a8f 012588 arg dm_refcom_buff_len ,temp 
-0x3a90 012589 call not_greater_than 
-0x3a91 012590 fetcht 2 ,mem_rfcomm_max_frame_size 
-0x3a92 012591 call not_greater_than 
-0x3a93 012592 fetcht 2 ,mem_pn_max_frame_size 
-0x3a94 012593 call not_greater_than 
-0x3a95 012594 store 2 ,mem_current_packet_length 
-0x3a96 012595 rtn 
-:      012597 module_hci_command_tx_spp_tx_complete:
-0x3a97 012598 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a98 012599 jam hci_cmd_spp_data_req ,mem_module_uart_opcode 
-0x3a99 012600 branch module_hci_event_receive_valid_cmd 
-:      012604 module_hci_cmd_receive_le_data:
-0x3a9a 012605 fetch 2 ,mem_ui_state_map 
-0x3a9b 012606 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x3a9c 012607 call module_check_ble_encrypt_state 
-0x3a9d 012608 branch module_hci_event_receive_invalid_cmd ,user 
-0x3a9e 012609 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3a9f 012610 fetch 1 ,mem_module_flag 
-0x3aa0 012611 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
-0x3aa1 012612 fetch 1 ,mem_module_hci_notify_len 
-0x3aa2 012613 nrtn blank 
-0x3aa3 012614 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3aa4 012615 ifetch 2 ,contru 
-0x3aa5 012616 store 2 ,mem_module_hci_notify_handle 
-0x3aa6 012617 copy contru ,pdata 
-0x3aa7 012618 store 2 ,mem_module_hci_nofiy_addr 
-0x3aa8 012619 fetch 1 ,mem_module_uart_len 
-0x3aa9 012620 pincrease -2 
-0x3aaa 012621 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3aab 012622 branch module_hci_event_receive_invalid_cmd ,zero 
-0x3aac 012623 store 1 ,mem_module_hci_notify_len 
-0x3aad 012624 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3aae 012625 call le_set_config_more_data 
-0x3aaf 012626 call module_hci_cmd_transmit_le_notify 
-0x3ab0 012627 call module_hci_cmd_transmit_le_notify 
-0x3ab1 012628 call module_hci_cmd_transmit_le_notify 
-0x3ab2 012629 fetch 1 ,mem_module_flag 
-0x3ab3 012630 rtnbit0 module_flag_ble_data_finish 
-:      012631 module_hci_cmd_receive_le_data_finish:
-0x3ab4 012632 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
-0x3ab5 012633 call module_clear_le_tx_data_flag 
-0x3ab6 012634 branch module_hci_event_receive_valid_cmd 
-:      012636 module_hci_cmd_transmit_le_notify:
-0x3ab7 012637 fetch 1 ,mem_module_hci_notify_len 
-0x3ab8 012638 rtn blank 
-0x3ab9 012639 call le_fifo_check_nearly_full 
-0x3aba 012640 nrtn blank 
-0x3abb 012641 call module_get_le_remote_mtu 
-0x3abc 012642 bpatch patch1c_1 ,mem_patch1c 
-0x3abd 012643 add temp ,-3 ,pdata 
-0x3abe 012644 fetcht 1 ,mem_module_hci_notify_len 
-0x3abf 012645 call not_greater_than 
-0x3ac0 012646 copy pdata ,rega 
-0x3ac1 012647 copy temp ,pdata 
-0x3ac2 012648 isub rega ,pdata 
-0x3ac3 012649 store 1 ,mem_module_hci_notify_len 
-0x3ac4 012650 fetcht 2 ,mem_module_hci_notify_handle 
-0x3ac5 012651 call le_att_malloc_tx_notify 
-0x3ac6 012652 fetch 2 ,mem_module_hci_nofiy_addr 
-0x3ac7 012653 copy pdata ,contru 
-0x3ac8 012654 copy rega ,loopcnt 
-0x3ac9 012655 call uart_copy_rx_bytes_fast 
-0x3aca 012656 copy contru ,pdata 
-0x3acb 012657 store 2 ,mem_module_hci_nofiy_addr 
-0x3acc 012658 fetch 1 ,mem_module_hci_notify_len 
-0x3acd 012659 nrtn blank 
-0x3ace 012660 branch module_set_le_tx_data_flag 
-:      012664 module_get_le_remote_mtu:
-0x3acf 012665 arg 0x17 ,temp 
-0x3ad0 012666 fetch 1 ,mem_module_flag 
-0x3ad1 012667 rtnbit1 module_flag_ble_send_mtu23 
-0x3ad2 012668 fetcht 2 ,mem_le_remote_mtu 
-0x3ad3 012669 rtn 
-:      012671 module_check_ble_encrypt_state:
-0x3ad4 012672 fetch 1 ,mem_module_flag 
-0x3ad5 012673 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
-0x3ad6 012674 branch disable_user 
-:      012678 module_hci_cmd_inquire_status:
-0x3ad7 012679 branch module_hci_event_status_res 
-:      012683 module_hci_cmd_set_pairing_mode:
-0x3ad8 012684 copy rega ,contru 
-0x3ad9 012685 ifetch 1 ,contru 
-0x3ada 012686 beq pairing_pincode ,module_hci_pairing_pincode_mode 
-0x3adb 012687 beq pairing_justwork ,module_hci_pairing_just_work_mode 
-0x3adc 012688 beq pairing_passkey ,module_hci_pairing_passkey 
-0x3add 012689 beq pairing_confirm ,module_hci_pairing_numeric_comparison 
-0x3ade 012690 branch module_hci_event_receive_invalid_cmd 
-:      012691 module_hci_pairing_pincode_mode:
-0x3adf 012692 call ssp_disable 
-0x3ae0 012693 jam 0 ,mem_ssp_enable 
-0x3ae1 012694 branch module_hci_event_receive_valid_cmd 
-:      012695 module_hci_pairing_just_work_mode:
-0x3ae2 012696 setarg ssp_mode_just_work_io_cap_data 
-:      012697 module_hci_sspairing_mode:
-0x3ae3 012698 store 3 ,mem_sp_iocap_local 
-0x3ae4 012699 store 1 ,mem_ssp_mode_flag 
-0x3ae5 012700 call ssp_enable 
-0x3ae6 012701 jam 1 ,mem_ssp_enable 
-0x3ae7 012702 branch module_hci_event_receive_valid_cmd 
-:      012703 module_hci_pairing_passkey:
-0x3ae8 012704 setarg ssp_mode_passkey_io_cap_data 
-0x3ae9 012705 branch module_hci_sspairing_mode 
-:      012707 module_hci_pairing_numeric_comparison:
-0x3aea 012708 setarg ssp_mode_ssp_pin_io_cap_data 
-0x3aeb 012709 branch module_hci_sspairing_mode 
-:      012712 module_hci_cmd_set_pincode:
-0x3aec 012713 fetch 1 ,mem_module_uart_len 
-0x3aed 012714 sub pdata ,16 ,null 
-0x3aee 012715 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3aef 012716 store 1 ,mem_pin_length 
-0x3af0 012717 copy pdata ,loopcnt 
-0x3af1 012718 arg mem_pin ,contw 
-0x3af2 012719 call uart_copy_rx_bytes 
-0x3af3 012720 branch module_hci_event_receive_valid_cmd 
-:      012724 module_hci_cmd_set_uart_control_mode:
-0x3af4 012725 copy rega ,contru 
-0x3af5 012726 ifetch 1 ,contru 
-0x3af6 012727 hfetcht 1 ,core_uart_ctrl 
-0x3af7 012728 nsetflag blank ,4 ,temp 
-0x3af8 012729 hstoret 1 ,core_uart_ctrl 
-0x3af9 012730 branch module_hci_event_receive_valid_cmd 
-:      012734 module_hci_cmd_set_uart_baud:
-0x3afa 012735 fetch 1 ,mem_module_uart_len 
-0x3afb 012736 copy pdata ,loopcnt 
-0x3afc 012737 copy rega ,contru 
-0x3afd 012738 call string2dec_from_uart 
-0x3afe 012739 setarg uart_clk_24 
-0x3aff 012740 idiv temp 
-0x3b00 012741 call wait_div_end 
-0x3b01 012742 quotient pdata 
-:      012743 module_hci_cmd_set_uart_baud_ok:
-0x3b02 012744 store uart_baud_len ,mem_baud 
-0x3b03 012745 call module_hci_event_receive_valid_cmd 
-0x3b04 012746 call wait_uarttx 
-0x3b05 012747 branch uart_set_baud_by_mem 
-:      012751 module_hci_cmd_version_request:
-0x3b06 012752 arg 2 ,rega 
-0x3b07 012753 arg mem_soft_version_num ,regb 
-0x3b08 012754 arg 0 ,temp 
-0x3b09 012755 branch module_hci_event_set_cmd 
-:      012756 module_hci_event_set_cmd_send_response:
-0x3b0a 012757 store 2 ,mem_event_cmd_response_content 
-0x3b0b 012758 arg mem_event_cmd_response_content ,regb 
-0x3b0c 012759 arg 0 ,temp 
-0x3b0d 012760 branch module_hci_event_set_cmd 
-:      012764 module_hci_cmd_bt_disconnect:
-0x3b0e 012765 fetch 2 ,mem_ui_state_map 
-0x3b0f 012766 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
-:      012767 module_hci_cmd_bt_disconnect_doing:
-0x3b10 012768 call module_hci_event_receive_valid_cmd 
-0x3b11 012769 branch app_bt_disconnect 
-:      012773 module_hci_cmd_ble_disconnect:
-0x3b12 012774 fetch 2 ,mem_ui_state_map 
-0x3b13 012775 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-:      012776 module_hci_cmd_ble_disconnect_doing:
-0x3b14 012777 call module_hci_event_receive_valid_cmd 
-0x3b15 012778 branch app_ble_disconnect 
-:      012784 module_hci_cmd_set_nvram:
-0x3b16 012785 fetch 1 ,mem_module_uart_len 
-0x3b17 012786 copy pdata ,loopcnt 
-0x3b18 012787 copy rega ,contru 
-0x3b19 012788 fetch 2 ,mem_nv_data_ptr 
-0x3b1a 012789 icopy contw 
-0x3b1b 012790 call uart_copy_rx_bytes_fast 
-0x3b1c 012791 branch module_hci_event_receive_valid_cmd 
-:      012795 module_hci_cmd_confirm_gkey:
-0x3b1d 012796 fetch 1 ,mem_ui_state_map 
-0x3b1e 012797 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
-0x3b1f 012798 ifetch 1 ,contru 
-0x3b20 012799 fetcht 1 ,mem_flag_mode_ssp_pin 
-0x3b21 012800 setflag blank ,flag_mode_ssp_pin_comparison_result_bit ,temp 
-0x3b22 012801 set1 flag_mode_ssp_pin_reviceve_comparison_bit ,temp 
-0x3b23 012802 storet 1 ,mem_flag_mode_ssp_pin 
-0x3b24 012804 call module_hci_event_receive_valid_cmd 
-0x3b25 012806 fetch 1 ,mem_flag_mode_ssp_pin 
-0x3b26 012807 bbit1 flag_mode_ssp_pin_recieve_dhkey_bit ,module_hci_cmd_spp_number_comparison_result_is1 
-0x3b27 012808 rtn 
-:      012810 dhkey_not_accept:
-0x3b28 012811 jam 0 ,mem_flag_mode_ssp_pin 
-0x3b29 012812 jam bt_cmd_dhkey_not_accept ,mem_fifo_temp 
-0x3b2a 012813 branch ui_ipc_send_cmd 
-:      012816 module_hci_cmd_spp_number_comparison_result_is1:
-0x3b2b 012817 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
-0x3b2c 012818 branch dhkey_not_accept 
-:      012822 module_hci_cmd_set_credit_given:
-0x3b2d 012823 fetch 1 ,mem_ui_state_map 
-0x3b2e 012824 rtnbit0 ui_state_bt_spp_conn 
-0x3b2f 012825 fetch 1 ,mem_credit_flag 
-0x3b30 012826 rtneq credit_disable 
-0x3b31 012827 ifetch 1 ,contru 
-0x3b32 012828 fetcht 1 ,mem_credit_given 
-0x3b33 012829 iadd temp ,temp 
-0x3b34 012830 storet 1 ,mem_credit_given 
-0x3b35 012831 rtn 
-:      012835 module_hci_cmd_auto_adv:
-0x3b36 012836 arg 0x40 ,loopcnt 
-0x3b37 012837 arg mem_le_adv_data_len ,contw 
-0x3b38 012838 call clear_mem 
-0x3b39 012839 setarg 0 
-0x3b3a 012840 store 1 ,mem_regb 
-0x3b3b 012841 copy rega ,contru 
-:      012842 module_hci_cmd_auto_adv_loop:
-0x3b3c 012843 copy contru ,pdata 
-0x3b3d 012844 store 2 ,mem_regc 
-0x3b3e 012845 call module_hci_cmd_auto_adv_adv_analys 
-0x3b3f 012847 fetch 1 ,mem_regb 
-0x3b40 012848 fetcht 1 ,mem_temp 
-0x3b41 012849 increase 1 ,temp 
-0x3b42 012850 iadd temp ,pdata 
-0x3b43 012851 store 1 ,mem_regb 
-0x3b44 012853 sub pdata ,31 ,null 
-0x3b45 012854 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
-:      012855 module_hci_cmd_auto_adv_store_adv:
-0x3b46 012856 fetcht 1 ,mem_le_adv_data_len 
-0x3b47 012857 setarg mem_le_adv_data 
-0x3b48 012858 iadd temp ,pdata 
-0x3b49 012859 store 2 ,mem_contw 
-0x3b4a 012860 fetcht 1 ,mem_temp 
-0x3b4b 012861 increase 1 ,temp 
-0x3b4c 012862 fetch 1 ,mem_le_adv_data_len 
-0x3b4d 012863 iadd temp ,pdata 
-0x3b4e 012864 store 1 ,mem_le_adv_data_len 
-0x3b4f 012865 branch module_hci_cmd_auto_adv_store_common 
-:      012866 module_hci_cmd_auto_adv_store_scan:
-0x3b50 012867 fetcht 1 ,mem_le_scan_data_len 
-0x3b51 012868 setarg mem_le_scan_data 
-0x3b52 012869 iadd temp ,pdata 
-0x3b53 012870 store 2 ,mem_contw 
-0x3b54 012871 fetcht 1 ,mem_temp 
-0x3b55 012872 increase 1 ,temp 
-0x3b56 012873 fetch 1 ,mem_le_scan_data_len 
-0x3b57 012874 iadd temp ,pdata 
-0x3b58 012875 store 1 ,mem_le_scan_data_len 
-:      012876 module_hci_cmd_auto_adv_store_common:
-0x3b59 012877 fetch 2 ,mem_contw 
-0x3b5a 012878 copy pdata ,contw 
-0x3b5b 012879 fetch 2 ,mem_regc 
-0x3b5c 012880 copy pdata ,contru 
-0x3b5d 012882 copy temp ,loopcnt 
-0x3b5e 012883 call uart_copy_rx_bytes_fast 
-0x3b5f 012885 fetch 1 ,mem_module_uart_len 
-0x3b60 012886 fetcht 1 ,mem_regb 
-0x3b61 012887 isub temp ,null 
-0x3b62 012888 nbranch module_hci_cmd_auto_adv_loop ,zero 
-0x3b63 012889 branch module_hci_event_receive_valid_cmd 
-:      012892 module_hci_cmd_auto_adv_adv_analys:
-0x3b64 012893 ifetch 1 ,contru 
-0x3b65 012894 store 1 ,mem_temp 
-0x3b66 012895 ifetch 1 ,contru 
-0x3b67 012896 store 1 ,mem_rega 
-0x3b68 012897 rtn 
-:      012901 module_hci_cmd_power_request:
-0x3b69 012902 arg 0 ,temp 
-0x3b6a 012903 arg 2 ,rega 
-0x3b6b 012904 fetch 2 ,mem_module_vdd_quotient 
-0x3b6c 012905 store 2 ,mem_event_cmd_response_content 
-0x3b6d 012906 arg mem_event_cmd_response_content ,regb 
-0x3b6e 012907 branch module_hci_event_set_cmd 
-:      012911 module_hci_cmd_power_set:
-0x3b6f 012912 fetch 1 ,mem_module_uart_len 
-0x3b70 012913 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3b71 012914 ifetch 1 ,contru 
-0x3b72 012915 store 1 ,mem_module_read_vdd_flag 
-0x3b73 012916 setarg 0x00 
-0x3b74 012917 store 2 ,mem_module_vdd_quotient 
-0x3b75 012918 branch module_hci_event_receive_valid_cmd 
-:      012922 module_hci_cmd_passkey_entry:
-0x3b76 012923 ifetch 4 ,contru 
-0x3b77 012924 store 4 ,mem_pin 
-0x3b78 012925 jam 4 ,mem_pin_length 
-0x3b79 012926 jam 0 ,mem_authentication_passkey_times 
-0x3b7a 012927 call module_hci_event_receive_valid_cmd 
-0x3b7b 012928 branch authentication_passkey 
-:      012932 module_hci_cmd_set_gpio:
-0x3b7c 012933 fetch 1 ,mem_module_uart_len 
-0x3b7d 012934 bne 3 ,module_hci_event_receive_invalid_cmd 
-0x3b7e 012935 ifetch 1 ,contru 
-0x3b7f 012936 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
-0x3b80 012937 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
-0x3b81 012938 branch module_hci_event_receive_invalid_cmd 
-:      012940 module_set_gpio_input:
-0x3b82 012941 ifetcht 1 ,contru 
-0x3b83 012942 ifetch 1 ,contru 
-0x3b84 012943 beq gpio_input_high_impedance ,module_set_gpio_high_impedance 
-0x3b85 012944 nsetflag blank ,7 ,temp 
-0x3b86 012945 call gpio_config_input 
-0x3b87 012946 branch module_hci_event_receive_valid_cmd 
-:      012948 module_set_gpio_high_impedance:
-0x3b88 012949 call gpio_set_high_impedance 
-0x3b89 012950 branch module_hci_event_receive_valid_cmd 
-:      012952 module_set_gpio_output:
-0x3b8a 012953 ifetcht 1 ,contru 
-0x3b8b 012954 call gpio_config_output0 
-0x3b8c 012955 ifetch 1 ,contru 
-0x3b8d 012956 isolate1 0 ,pdata 
-0x3b8e 012957 call gpio_out_flag 
-0x3b8f 012958 branch module_hci_event_receive_valid_cmd 
-:      012962 module_hci_cmd_read_gpio:
-0x3b90 012963 fetch 1 ,mem_module_uart_len 
-0x3b91 012964 bne 1 ,module_hci_event_receive_invalid_cmd 
-0x3b92 012965 ifetcht 1 ,contru 
-0x3b93 012966 call gpio_get_bit 
-0x3b94 012967 setarg 0x0 
-0x3b95 012968 nsetflag true ,0 ,pdata 
-0x3b96 012969 arg 1 ,rega 
-0x3b97 012970 branch module_hci_event_set_cmd_send_response 
-:      012974 module_hci_cmd_le_set_pairing_mode:
-0x3b98 012975 copy rega ,contru 
-0x3b99 012976 ifetch 1 ,contru 
-0x3b9a 012977 copy pdata ,temp 
-0x3b9b 012978 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
-0x3b9c 012979 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
-0x3b9d 012980 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
-0x3b9e 012981 store 1 ,mem_le_pairing_mode 
-0x3b9f 012982 beq le_pairing_mode_none ,module_le_set_no_pairing 
-0x3ba0 012983 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
-0x3ba1 012984 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
-0x3ba2 012985 branch module_hci_event_receive_invalid_cmd 
-:      012987 module_le_set_pairing_mode_secure_justwork:
-0x3ba3 012988 fetch 1 ,mem_le_secure_connect_enable 
-0x3ba4 012989 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3ba5 012990 storet 1 ,mem_le_pairing_mode 
-0x3ba6 012991 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3ba7 012992 branch module_le_set_noinputnooutput 
-:      012993 module_le_set_pairing_mode_secure_numeric:
-0x3ba8 012994 fetch 1 ,mem_le_secure_connect_enable 
-0x3ba9 012995 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3baa 012996 storet 1 ,mem_le_pairing_mode 
-0x3bab 012997 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3bac 012998 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x3bad 012999 branch module_hci_event_receive_valid_cmd 
-:      013000 module_le_set_pairing_mode_secure_passkey:
-0x3bae 013001 fetch 1 ,mem_le_secure_connect_enable 
-0x3baf 013002 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3bb0 013003 storet 1 ,mem_le_pairing_mode 
-0x3bb1 013004 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x3bb2 013005 branch module_le_set_displayonly 
-:      013006 module_le_set_no_pairing:
-0x3bb3 013007 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      013008 module_le_set_noinputnooutput:
-0x3bb4 013009 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x3bb5 013010 branch module_hci_event_receive_valid_cmd 
-:      013011 module_le_set_pairing_mode_lagacy_just_work:
-0x3bb6 013012 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x3bb7 013013 branch module_le_set_noinputnooutput 
-:      013014 module_le_set_pairing_mode_lagacy_passkey:
-0x3bb8 013015 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-:      013016 module_le_set_displayonly:
-0x3bb9 013017 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x3bba 013018 branch module_hci_event_receive_valid_cmd 
-:      013022 module_hci_cmd_le_set_adv_data:
-0x3bbb 013023 fetch 1 ,mem_module_uart_len 
-0x3bbc 013024 sub pdata ,31 ,null 
-0x3bbd 013025 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3bbe 013026 store 1 ,mem_le_adv_data_len 
-0x3bbf 013027 copy pdata ,loopcnt 
-0x3bc0 013028 copy rega ,contru 
-0x3bc1 013029 arg mem_le_adv_data ,contw 
-0x3bc2 013030 call uart_copy_rx_bytes_fast 
-0x3bc3 013031 branch module_hci_event_receive_valid_cmd 
-:      013035 module_hci_cmd_le_set_scan_data:
-0x3bc4 013036 fetch 1 ,mem_module_uart_len 
-0x3bc5 013037 sub pdata ,31 ,null 
-0x3bc6 013038 nbranch module_hci_event_receive_invalid_cmd ,positive 
-0x3bc7 013039 store 1 ,mem_le_scan_data_len 
-0x3bc8 013040 copy pdata ,loopcnt 
-0x3bc9 013041 copy rega ,contru 
-0x3bca 013042 arg mem_le_scan_data ,contw 
-0x3bcb 013043 call uart_copy_rx_bytes_fast 
-0x3bcc 013044 branch module_hci_event_receive_valid_cmd 
-:      013048 module_hci_cmd_le_send_conn_update_req:
-0x3bcd 013049 fetch 2 ,mem_ui_state_map 
-0x3bce 013050 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
-0x3bcf 013051 fetch 1 ,mem_module_uart_len 
-0x3bd0 013052 bne 0x08 ,module_hci_event_receive_invalid_cmd 
-0x3bd1 013053 copy rega ,contru 
-0x3bd2 013054 ifetch 8 ,contru 
-0x3bd3 013055 store 8 ,mem_le_interval_min 
-0x3bd4 013056 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x3bd5 013057 call ui_ipc_send_cmd 
-0x3bd6 013058 branch module_hci_event_receive_valid_cmd 
-:      013062 module_hci_cmd_set_le_adv_parameter:
-0x3bd7 013063 ifetch 2 ,contru 
-0x3bd8 013064 store 2 ,mem_le_adv_interval 
-0x3bd9 013065 branch module_hci_event_receive_valid_cmd 
-:      013069 module_hci_cmd_le_start_pairing:
-0x3bda 013070 fetch 1 ,mem_le_pairing_mode 
-0x3bdb 013071 branch module_hci_event_receive_invalid_cmd ,blank 
-0x3bdc 013072 fetch 1 ,mem_le_pairing_state 
-0x3bdd 013073 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
-0x3bde 013074 fetch 1 ,mem_le_enc_state 
-0x3bdf 013075 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
-0x3be0 013076 call check_51cmd_le_smp_sec_req 
-0x3be1 013077 branch module_hci_event_receive_valid_cmd 
-:      013081 module_hci_cmd_set_wake_gpio:
-0x3be2 013082 fetch 1 ,mem_module_uart_len 
-0x3be3 013083 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x3be4 013084 ifetch 1 ,contru 
-0x3be5 013085 store 1 ,mem_module_mcu_wake_pin 
-0x3be6 013086 ifetch 4 ,contru 
-0x3be7 013087 store 4 ,mem_module_mcu_wake_delay_us 
-0x3be8 013088 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3be9 013089 call gpio_config_output 
-0x3bea 013090 call module_set_mcu_wake_pin_low 
-0x3beb 013091 branch module_hci_event_receive_valid_cmd 
-:      013095 module_hci_cmd_set_tx_power:
-0x3bec 013096 fetch 1 ,mem_module_uart_len 
-0x3bed 013097 bne 0x01 ,module_hci_event_receive_invalid_cmd 
-0x3bee 013098 ifetch 1 ,contru 
-0x3bef 013099 store 1 ,mem_tx_power 
-0x3bf0 013100 branch module_hci_event_receive_valid_cmd 
-:      013104 module_hci_cmd_le_confirm_gkey:
-0x3bf1 013105 ifetch 1 ,contru 
-0x3bf2 013106 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
-0x3bf3 013107 fetch 1 ,mem_le_secure_connect_state 
-0x3bf4 013108 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf5 013109 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf6 013110 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
-0x3bf7 013111 branch module_hci_event_receive_invalid_cmd 
-:      013112 module_hci_cmd_le_confirm_gkey_ok:
-0x3bf8 013113 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
-0x3bf9 013114 branch module_hci_event_receive_valid_cmd 
-:      013116 module_hci_cmd_le_confirm_gkey_fail:
-0x3bfa 013117 call le_send_pairing_confirm_value_failed 
-0x3bfb 013118 branch module_hci_event_receive_valid_cmd 
-:      013122 module_hci_cmd_set_reject_justwork_flag:
-0x3bfc 013123 fetch 1 ,mem_module_uart_len 
-0x3bfd 013124 bne 0x01 ,module_hci_event_receive_invalid_cmd 
-0x3bfe 013125 call module_hci_event_receive_valid_cmd 
-0x3bff 013126 ifetch 1 ,contru 
-0x3c00 013127 branch classic_bt_clr_reject_justwork_flag ,blank 
-0x3c01 013128 branch classic_bt_set_reject_justwork_flag 
-:      013132 module_hci_cmd_reset_chip:
-0x3c02 013133 call module_hci_event_receive_valid_cmd 
-0x3c03 013134 call wait_uarttx 
-0x3c04 013135 jam 0x01 ,core_reset 
-0x3c05 013136 branch loop 
-:      013140 module_hci_cmd_le_set_fixed_passkey:
-0x3c06 013141 fetch 1 ,mem_module_uart_len 
-0x3c07 013142 beq 0 ,module_hci_event_receive_invalid_cmd 
-0x3c08 013143 ifetch 1 ,contru 
-0x3c09 013144 branch module_hci_cmd_le_set_random_passkey ,blank 
-0x3c0a 013145 fetch 1 ,mem_module_uart_len 
-0x3c0b 013146 bne 5 ,module_hci_event_receive_invalid_cmd 
-0x3c0c 013147 ifetch 4 ,contru 
-0x3c0d 013148 arg 1000000 ,temp 
-0x3c0e 013149 isub temp ,null 
-0x3c0f 013150 branch module_hci_event_receive_invalid_cmd ,positive 
-0x3c10 013151 store 4 ,mem_le_tk 
-0x3c11 013152 call le_set_config_fixed_tk 
-0x3c12 013153 branch module_hci_event_receive_valid_cmd 
-:      013155 module_hci_cmd_le_set_random_passkey:
-0x3c13 013156 call le_clr_config_fixed_tk 
-0x3c14 013157 branch module_hci_event_receive_valid_cmd 
-:      013161 module_hci_test_cmde_close_lpm:
-0x3c15 013162 jam 0 ,mem_lpm_mode 
-0x3c16 013163 branch module_hci_event_receive_valid_cmd 
-:      013168 module_hci_event_receive_invalid_cmd:
-0x3c17 013169 arg 1 ,temp 
-0x3c18 013170 arg 0 ,rega 
-0x3c19 013171 branch module_hci_event_set_cmd 
-:      013174 module_hci_event_receive_valid_cmd:
-0x3c1a 013175 arg 0 ,temp 
-0x3c1b 013176 arg 0 ,rega 
-0x3c1c 013177 branch module_hci_event_set_cmd 
-:      013181 module_hci_event_spp_connect:
-0x3c1d 013182 jam hci_event_spp_conn_rep ,mem_module_uart_opcode 
-0x3c1e 013183 branch module_hci_event_enter_standby_mode_len0 
-:      013187 module_hci_event_le_connect:
-0x3c1f 013188 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
-0x3c20 013189 branch module_hci_event_enter_standby_mode_len0 
-:      013193 module_hci_event_spp_disconnect:
-0x3c21 013194 jam hci_event_spp_dis_rep ,mem_module_uart_opcode 
-0x3c22 013195 branch module_hci_event_enter_standby_mode_len0 
-:      013199 module_hci_event_le_disconnect:
-0x3c23 013200 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
-0x3c24 013201 branch module_hci_event_enter_standby_mode_len0 
-:      013209 module_hci_event_set_cmd:
-0x3c25 013210 fetch 1 ,mem_module_uart_opcode 
-0x3c26 013211 copy pdata ,regc 
-0x3c27 013212 jam hci_event_cmd_res ,mem_module_uart_opcode 
-0x3c28 013213 setarg 2 
-0x3c29 013214 iadd rega ,pdata 
-0x3c2a 013215 call module_hci_prepare_tx 
-0x3c2b 013216 copy regc ,pdata 
-0x3c2c 013217 istore 1 ,contwu 
-0x3c2d 013218 istoret 1 ,contwu 
-0x3c2e 013219 copy rega ,loopcnt 
-0x3c2f 013220 copy regb ,contr 
-0x3c30 013221 call uart_copy_tx_bytes 
-0x3c31 013222 branch uartd_send 
-:      013226 module_hci_event_receive_spp_data:
-0x3c32 013228 call module_spp_clear_last_transmite_clock 
-0x3c33 013229 jam hci_event_spp_data_rep ,mem_module_uart_opcode 
-0x3c34 013230 fetch 1 ,mem_current_length 
-0x3c35 013231 rtn blank 
-0x3c36 013232 call module_hci_prepare_tx 
-0x3c37 013233 fetch 1 ,mem_current_length 
-0x3c38 013234 copy pdata ,loopcnt 
-0x3c39 013235 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x3c3a 013236 copy pdata ,contr 
-0x3c3b 013237 call uart_copy_tx_bytes_fast 
-0x3c3c 013238 branch uartd_send 
-:      013242 module_hci_event_receive_le_data:
-0x3c3d 013243 jam hci_event_le_data_rep ,mem_module_uart_opcode 
-0x3c3e 013244 fetch 1 ,mem_module_le_rx_data_len 
-0x3c3f 013245 icopy loopcnt 
-0x3c40 013246 increase 2 ,pdata 
-0x3c41 013247 call module_hci_prepare_tx 
-0x3c42 013248 fetch 2 ,mem_module_le_rx_data_handle 
-0x3c43 013249 istore 2 ,contwu 
-0x3c44 013250 fetch 2 ,mem_module_le_rx_data_address 
-0x3c45 013251 icopy contr 
-0x3c46 013252 call uart_copy_tx_bytes_fast 
-0x3c47 013253 branch uartd_send 
-:      013257 module_hci_event_enter_standby_mode:
-0x3c48 013258 jam hci_event_standby_rep ,mem_module_uart_opcode 
-:      013259 module_hci_event_enter_standby_mode_len0:
-0x3c49 013260 setarg 0 
-0x3c4a 013261 call module_hci_prepare_tx 
-0x3c4b 013262 branch uartd_send 
-:      013266 module_hci_event_status_res:
-0x3c4c 013267 jam hci_event_status_res ,mem_module_uart_opcode 
-0x3c4d 013268 setarg 1 
-0x3c4e 013269 call module_hci_prepare_tx 
-0x3c4f 013271 call module_hci_read_bt_status 
-0x3c50 013273 fetch 2 ,mem_ui_state_map 
-0x3c51 013274 arg ui_state_bt_hid_conn ,queue 
-0x3c52 013275 qisolate1 pdata 
-0x3c53 013276 setflag true ,3 ,temp 
-0x3c54 013278 arg ui_state_ble_connected ,queue 
-0x3c55 013279 qisolate1 pdata 
-0x3c56 013280 setflag true ,5 ,temp 
-0x3c57 013282 fetch 1 ,mem_ui_state_map 
-0x3c58 013283 arg ui_state_bt_spp_conn ,queue 
-0x3c59 013284 qisolate1 pdata 
-0x3c5a 013285 setflag true ,4 ,temp 
-0x3c5b 013287 istoret 1 ,contwu 
-0x3c5c 013288 branch uartd_send 
-:      013292 module_hci_read_bt_status:
-0x3c5d 013293 arg 0 ,temp 
-0x3c5e 013294 fetch 1 ,mem_scan_mode 
-0x3c5f 013295 arg inq_scan_mode ,queue 
-0x3c60 013296 qisolate1 pdata 
-0x3c61 013297 setflag true ,0 ,temp 
-0x3c62 013298 arg page_scan_mode ,queue 
-0x3c63 013299 qisolate1 pdata 
-0x3c64 013300 setflag true ,1 ,temp 
-0x3c65 013302 fetch 1 ,mem_le_adv_enable 
-0x3c66 013303 arg 0 ,queue 
-0x3c67 013304 qisolate1 pdata 
-0x3c68 013305 setflag true ,2 ,temp 
-0x3c69 013306 rtn 
-:      013310 module_hci_event_store_device:
-0x3c6a 013311 jam hci_event_nvram_rep ,mem_module_uart_opcode 
-0x3c6b 013312 fetch 1 ,mem_nv_data_number 
-0x3c6c 013313 mul32 pdata ,34 ,pdata 
-0x3c6d 013314 icopy loopcnt 
-0x3c6e 013315 call module_hci_prepare_tx 
-0x3c6f 013316 fetch 2 ,mem_nv_data_ptr 
-0x3c70 013317 icopy contr 
-0x3c71 013318 call uart_copy_tx_bytes_fast 
-0x3c72 013319 branch uartd_send 
-:      013323 module_hci_event_gkey_generate:
-0x3c73 013324 jam hci_event_gkey ,mem_module_uart_opcode 
-0x3c74 013325 setarg 4 
-0x3c75 013326 call module_hci_prepare_tx 
-0x3c76 013327 fetch 4 ,mem_gkey 
-0x3c77 013328 istore 4 ,contwu 
-0x3c78 013329 branch uartd_send 
-:      013333 module_hci_event_invalid_packet:
-0x3c79 013334 jam hci_event_invalid_packet ,mem_module_uart_opcode 
-0x3c7a 013335 hfetch 2 ,core_uart_rxitems 
-0x3c7b 013336 arg 0xff ,temp 
-0x3c7c 013337 call not_greater_than 
-0x3c7d 013338 copy pdata ,loopcnt 
-0x3c7e 013339 call module_hci_prepare_tx 
-0x3c7f 013340 call uartd_prepare_rx 
-0x3c80 013341 call uart_copy_rx2tx 
-0x3c81 013342 branch uartd_send 
-:      013346 module_hci_event_passkey_entry_mode:
-0x3c82 013347 jam hci_event_get_passkey ,mem_module_uart_opcode 
-0x3c83 013348 branch module_hci_event_enter_standby_mode_len0 
-:      013352 module_hci_event_le_tk:
-0x3c84 013353 jam hci_event_le_tk ,mem_module_uart_opcode 
-0x3c85 013354 setarg 4 
-0x3c86 013355 call module_hci_prepare_tx 
-0x3c87 013356 fetch 4 ,mem_le_tk 
-0x3c88 013357 istore 4 ,contwu 
-0x3c89 013358 branch uartd_send 
-:      013362 module_hci_event_le_pairing_fail:
-0x3c8a 013363 arg flag_ble_pairing_fail ,rega 
-0x3c8b 013364 branch module_hci_event_pairing_completed 
-:      013366 module_hci_event_le_pairing_success:
-0x3c8c 013367 arg flag_ble_pairing_success ,rega 
-0x3c8d 013368 branch module_hci_event_pairing_completed 
-:      013370 module_hci_event_bt_pairing_fail:
-0x3c8e 013371 arg flag_bt_pairing_fail ,rega 
-0x3c8f 013372 branch module_hci_event_pairing_completed 
-:      013374 module_hci_event_bt_pairing_success:
-0x3c90 013375 arg flag_bt_pairing_success ,rega 
-:      013377 module_hci_event_pairing_completed:
-0x3c91 013378 jam 0 ,mem_flag_mode_ssp_pin 
-0x3c92 013379 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
-0x3c93 013380 setarg 2 
-0x3c94 013381 call module_hci_prepare_tx 
-0x3c95 013382 copy rega ,pdata 
-0x3c96 013383 istore 2 ,contwu 
-0x3c97 013384 branch uartd_send 
-:      013388 module_hci_event_pause_enc:
-0x3c98 013389 arg flag_event_pause_enc ,regc 
-0x3c99 013390 branch module_hci_event_enc 
-:      013392 module_hci_event_start_enc:
-0x3c9a 013393 arg flag_event_start_enc ,regc 
-:      013395 module_hci_event_enc:
-0x3c9b 013396 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
-0x3c9c 013397 setarg 1 
-0x3c9d 013398 call module_hci_prepare_tx 
-0x3c9e 013399 copy regc ,pdata 
-0x3c9f 013400 istore 1 ,contwu 
-0x3ca0 013401 branch uartd_send 
-:      013405 module_hci_event_le_gkey:
-0x3ca1 013406 jam hci_event_le_gkey ,mem_module_uart_opcode 
-0x3ca2 013407 setarg 4 
-0x3ca3 013408 call module_hci_prepare_tx 
-0x3ca4 013409 fetch 4 ,mem_gkey 
-0x3ca5 013410 istore 4 ,contwu 
-0x3ca6 013411 branch uartd_send 
-:      013422 module_hci_prepare_tx:
-0x3ca7 013423 jam 0x02 ,mem_module_uart_cmd 
-0x3ca8 013424 store 1 ,mem_module_uart_len 
-0x3ca9 013425 storet 8 ,mem_temp 
-0x3caa 013426 bpatch patch1c_2 ,mem_patch1c 
-0x3cab 013427 call module_set_mcu_wake_pin_high_delay 
-0x3cac 013428 fetcht 8 ,mem_temp 
-0x3cad 013429 call uartd_prepare_tx 
-0x3cae 013430 fetch 3 ,mem_module_uart_cmd 
-0x3caf 013431 istore 3 ,contwu 
-0x3cb0 013432 rtn 
-:      013435 module_set_mcu_wake_pin_high_delay:
-0x3cb1 013436 call module_check_mcu_wake_pin_high 
-0x3cb2 013437 rtn true 
-:      013438 module_set_mcu_wake_pin_h_delay:
-0x3cb3 013439 call module_set_mcu_wake_pin_high 
-0x3cb4 013440 fetch 4 ,mem_module_mcu_wake_delay_us 
-0x3cb5 013441 rshift2 pdata ,pdata 
-0x3cb6 013442 rtn blank 
-0x3cb7 013443 branch delay 
-:      013445 module_set_mcu_wake_pin_high:
-0x3cb8 013447 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cb9 013448 branch gpio_out_active 
-:      013450 module_check_mcu_wake_pin_high:
-0x3cba 013451 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cbb 013452 branch gpio_check_active 
-:      013454 module_set_mcu_wake_pin_low:
-0x3cbc 013455 fetcht 1 ,mem_module_mcu_wake_pin 
-0x3cbd 013456 branch gpio_out_inactive 
-:      013459 delay:
-0x3cbe 013460 increase -1 ,pdata 
-0x3cbf 013461 nop 38 
-0x3cc0 013462 nbranch delay ,blank 
-0x3cc1 013463 rtn 
-:      013472 module_le_receive_data:
-0x3cc2 013473 call module_check_ble_encrypt_state 
-0x3cc3 013474 rtn user 
-0x3cc4 013475 copy rega ,pdata 
-0x3cc5 013476 store 2 ,mem_module_le_rx_data_address 
-0x3cc6 013477 copy regb ,pdata 
-0x3cc7 013478 store 1 ,mem_module_le_rx_data_len 
-0x3cc8 013479 fetch 2 ,mem_le_att_handle 
-0x3cc9 013480 fetcht 2 ,mem_module_data_write_handle 
-0x3cca 013481 isub temp ,null 
-0x3ccb 013482 branch module_le_receive_data_ok ,zero 
-0x3ccc 013483 fetcht 2 ,mem_module_data_write_handle2 
-0x3ccd 013484 isub temp ,null 
-0x3cce 013485 nrtn zero 
-:      013486 module_le_receive_data_ok:
-0x3ccf 013487 store 2 ,mem_module_le_rx_data_handle 
-0x3cd0 013488 branch module_hci_event_receive_le_data 
-:      013493 module_exit_sniff:
-0x3cd1 013494 fetch 1 ,mem_module_flag 
-0x3cd2 013495 rtnbit1 moudle_task_unsniff 
-0x3cd3 013496 call module_set_unsniff_task_flag 
-0x3cd4 013497 branch app_bt_sniff_exit 
-:      013500 module_set_lpm_mult_2:
-0x3cd5 013501 jam 2 ,mem_lpm_mult 
-0x3cd6 013502 rtn 
-:      013506 module_bb_event_timer:
-0x3cd7 013507 branch module_read_vdd_timer 
-:      013509 module_read_vdd_timer:
-0x3cd8 013510 fetch 1 ,mem_module_read_vdd_flag 
-0x3cd9 013511 rtn blank 
-0x3cda 013512 fetch 1 ,mem_module_read_vdd_count 
-0x3cdb 013513 rtn blank 
-0x3cdc 013514 increase -1 ,pdata 
-0x3cdd 013515 store 1 ,mem_module_read_vdd_count 
-0x3cde 013516 nrtn blank 
-0x3cdf 013517 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
-0x3ce0 013518 call adc_set_mode 
-0x3ce1 013519 call vdd_calculate_by_mode 
-0x3ce2 013520 div pdata ,0x64 
-0x3ce3 013521 call wait_div_end 
-0x3ce4 013522 quotient pdata 
-0x3ce5 013523 remainder temp 
-0x3ce6 013524 store 1 ,mem_module_vdd_quotient 
-0x3ce7 013525 storet 1 ,mem_module_vdd_remainder 
-0x3ce8 013526 rtn 
-:      013529 module_control_air_flow:
-0x3ce9 013530 call check_uart_tx_buff 
-0x3cea 013531 branch app_l2cap_flow_control_enable ,positive 
-0x3ceb 013532 branch app_l2cap_flow_control_disable 
-:      013536 module_set_sniff_task_flag:
-0x3cec 013537 arg moudle_task_sniff ,queue 
-0x3ced 013538 branch module_set_state 
-:      013540 module_clear_sniff_task_flag:
-0x3cee 013541 arg moudle_task_sniff ,queue 
-0x3cef 013542 branch module_clr_state 
-:      013544 module_set_unsniff_task_flag:
-0x3cf0 013545 arg moudle_task_unsniff ,queue 
-0x3cf1 013546 branch module_set_state 
-:      013548 module_clear_unsniff_task_flag:
-0x3cf2 013549 arg moudle_task_unsniff ,queue 
-0x3cf3 013550 branch module_clr_state 
-:      013552 module_set_le_tx_data_flag:
-0x3cf4 013553 arg module_flag_ble_data_finish ,queue 
-0x3cf5 013554 branch module_set_state 
-:      013556 module_clear_le_tx_data_flag:
-0x3cf6 013557 arg module_flag_ble_data_finish ,queue 
-0x3cf7 013558 branch module_clr_state 
-:      013560 module_clr_state:
-0x3cf8 013561 fetch 1 ,mem_module_flag 
-0x3cf9 013562 qset0 pdata 
-0x3cfa 013563 store 1 ,mem_module_flag 
-0x3cfb 013564 rtn 
-:      013566 module_set_state:
-0x3cfc 013567 fetch 1 ,mem_module_flag 
-0x3cfd 013568 qset1 pdata 
-0x3cfe 013569 store 1 ,mem_module_flag 
-0x3cff 013570 rtn 
-:      013580 mouse_init:
-0x3d00 013581 call mouse_setting_config 
-0x3d01 013582 call spi_ncs_enable 
-0x3d02 013583 call mouse_init_sunt 
-0x3d03 013584 call mouse_dpi_config 
-0x3d04 013585 call spi_ncs_disable 
-0x3d05 013586 rtn wake 
-0x3d06 013587 call mouse_cheak_enable_usb 
-0x3d07 013588 call mouse_cb_fuction 
-0x3d08 013591 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d09 013592 rtnbit1 mouse_enable_usb 
-0x3d0a 013593 call mouse_wakeup_from_power 
-0x3d0b 013594 rtnmark1 mark_24g 
-0x3d0c 013595 fetch 2 ,mem_ui_state_map 
-0x3d0d 013596 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x3d0e 013597 branch mouse_check_reconn_target 
-:      013600 mouse_delay_4s:
-0x3d0f 013601 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d10 013602 rtnbit0 mouse_enable_init_delay 
-0x3d11 013603 arg 20 ,loopcnt 
-:      013604 mouse_delay_20ms:
-0x3d12 013605 setarg 200000 
-0x3d13 013606 call sleep 
-0x3d14 013607 loop delay_10ms 
-0x3d15 013608 rtn 
-:      013611 mouse_cheak_enable_usb:
-0x3d16 013612 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d17 013613 rtnbit0 mouse_enable_usb 
-0x3d18 013614 branch usb_init 
-:      013617 mouse_cb_fuction:
-0x3d19 013618 setarg mouse_le 
-0x3d1a 013619 store 2 ,mem_cb_le_process 
-0x3d1b 013620 setarg mouse_send_process 
-0x3d1c 013621 store 2 ,mem_cb_bt_process 
-0x3d1d 013622 setarg mouse_process_lpm_before 
-0x3d1e 013623 store 2 ,mem_cb_before_lpm 
-0x3d1f 013624 setarg mouse_priority_bb_event 
-0x3d20 013625 store 2 ,mem_cb_bb_event_process 
-0x3d21 013626 setarg mouse_idle 
-0x3d22 013627 store 2 ,mem_cb_idle_process 
-0x3d23 013628 setarg mouse_before_hibernate 
-0x3d24 013629 store 2 ,mem_cb_before_hibernate 
-0x3d25 013630 setarg le_mouse_bb_event_connect_complete 
-0x3d26 013631 store 2 ,mem_cb_att_write 
-0x3d27 013633 call g24_head_ptr2regc 
-0x3d28 013634 setarg mouse_g24_package_data 
-0x3d29 013635 add regc ,offset_24g_cb_data ,contw 
-0x3d2a 013636 istore 2 ,contw 
-0x3d2b 013637 setarg mouse_g24_enter_lpm 
-0x3d2c 013638 add regc ,offset_24g_cb_lpm_prepare ,contw 
-0x3d2d 013639 istore 2 ,contw 
-0x3d2e 013640 setarg mouse_lpm_before_common 
-0x3d2f 013641 add regc ,offset_24g_cb_lpm_before ,contw 
-0x3d30 013642 istore 2 ,contw 
-0x3d31 013644 setarg mouse_bb_event_timer 
-0x3d32 013645 store 2 ,mem_cb_event_timer 
-0x3d33 013646 setarg mouse_spi_write_flash_cb 
-0x3d34 013647 store 2 ,mem_cb_spi_flash_write_complate 
-0x3d35 013648 rtn 
-:      013649 mouse_spi_write_flash_cb:
-:      013650 mouse_spi_init:
-0x3d36 013651 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d37 013652 bbit0 mouse_enable_spi2 ,spid_init 
-0x3d38 013653 branch spid_init2 
-:      013655 mouse_setting_config:
-0x3d39 013656 rtn wake 
-0x3d3a 013657 call g24_set_device_addr 
-0x3d3b 013658 call mouse_gpio_init 
-0x3d3c 013659 call mouse_param_init 
-0x3d3d 013660 call mouse_adc_init 
-0x3d3e 013661 call le_set_config_fixed_ltk 
-0x3d3f 013662 call le_set_justwork 
-0x3d40 013663 call le_set_fixed_ltk 
-0x3d41 013664 call le_set_config_read_authentication 
-0x3d42 013665 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d43 013666 bbit1 mouse_enable_eeprom ,mouse_init_iic 
-0x3d44 013667 bbit1 mouse_enable_flash ,mouse_load_flash_info_cheak 
-0x3d45 013668 rtn 
-:      013670 mouse_init_iic:
-0x3d46 013671 call iic_init_390k 
-0x3d47 013672 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d48 013673 isolate1 mouse_enable_2k_eeprom ,pdata 
-0x3d49 013674 ncall clear_eeprom_size_2k ,true 
-0x3d4a 013675 call mouse_load_eeprom_dpi 
-0x3d4b 013676 call mouse_init_environment 
-0x3d4c 013677 call mouse_set_24g_addr_eeprom 
-0x3d4d 013678 branch iicd_read_eep_data 
-:      013680 mouse_wakeup_from_power:
-0x3d4e 013681 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d4f 013682 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_no_from_power 
-0x3d50 013683 fetch 1 ,mem_wakup_from_power_flag 
-0x3d51 013684 isolate0 gpio_latch ,pdata 
-0x3d52 013685 nrtn true 
-:      013686 mouse_wakeup_no_from_power:
-0x3d53 013687 fetch 1 ,mem_reconn_times_init 
-0x3d54 013688 store 1 ,mem_reconn_times 
-0x3d55 013689 fetch 1 ,mem_config_function_enable 
-0x3d56 013690 rtnbit1 enable_select_device_by_switch 
-:      013691 mouse_start_24g_mode:
-0x3d57 013692 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d58 013693 rtnbit0 mouse_enable_24g 
-0x3d59 013694 bbit1 mouse_enable_auto_24g_paring ,g24_auto_pair_start 
-0x3d5a 013695 branch g24_check_51cmd_start_24g 
-:      013696 le_mouse_bb_event_connect_complete:
-0x3d5b 013697 fetch 1 ,mem_le_att_handle 
-0x3d5c 013698 sub pdata ,26 ,pdata 
-0x3d5d 013699 nrtn zero 
-0x3d5e 013700 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x3d5f 013701 call ui_ipc_send_cmd 
-:      013702 mouse_le_write_enable:
-0x3d60 013703 arg write_req_enable_flag ,queue 
-0x3d61 013704 branch mouse_le_enable_connect_flag 
-:      013706 mouse_dpi_up:
-0x3d62 013707 fetch 1 ,mem_mouse_dpi_button_state 
-0x3d63 013708 rtneq dpi_button_state_up 
-0x3d64 013709 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
-0x3d65 013710 rtn 
-:      013711 mouse_dpi_config:
-0x3d66 013712 fetch 1 ,mem_config_sensor_motion 
-0x3d67 013713 and pdata ,0x0f ,pdata 
-0x3d68 013714 store 1 ,mem_mouse_dpi 
-0x3d69 013715 branch mouse_seting_dpi + 2 
-:      013718 mouse_dpi_cheak:
-0x3d6a 013719 fetcht 1 ,mem_dpi_button_gpio 
-0x3d6b 013720 call gpio_get_bit 
-0x3d6c 013721 nbranch mouse_dpi_up ,true 
-:      013722 mouse_dpi_down:
-0x3d6d 013723 fetch 1 ,mem_mouse_dpi_button_state 
-0x3d6e 013724 rtneq dpi_button_state_down 
-0x3d6f 013725 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-0x3d70 013726 fetch 1 ,mem_mouse_dpi 
-0x3d71 013727 increase 1 ,pdata 
-0x3d72 013728 and pdata ,0x03 ,pdata 
-0x3d73 013729 store 1 ,mem_mouse_dpi 
-0x3d74 013730 call mouse_seting_dpi 
-0x3d75 013731 fetch mouse_flag_len ,mem_mouse_flag 
-0x3d76 013732 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
-0x3d77 013733 bbit1 mouse_enable_flash ,mouse_before_store_flash_cpi 
-0x3d78 013734 rtn 
-:      013735 mouse_before_store_flash_cpi:
-0x3d79 013736 arg mouse_spi2_clk_gpio ,temp 
-0x3d7a 013737 call gpio_config_output 
-0x3d7b 013738 arg mouse_spi2_sdio_gpio ,temp 
-0x3d7c 013739 call gpio_config_output 
-0x3d7d 013740 branch mouse_store_flash_device_info 
-:      013742 mouse_seting_dpi:
-0x3d7e 013743 bpatch patch1c_3 ,mem_patch1c 
-0x3d7f 013744 call mosue_dpi_led_blink_init 
-0x3d80 013745 fetch 1 ,mem_config_sensor_type 
-0x3d81 013746 beq p3610 ,mouse_seting_3610_dpi 
-0x3d82 013747 beq p3212 ,mouse_seting_3212_dpi 
-0x3d83 013748 fetch 1 ,mem_mouse_dpi 
-0x3d84 013749 beq mouse_dpi_level1 ,mouse_set_cpi1 
-0x3d85 013750 beq mouse_dpi_level2 ,mouse_set_cpi2 
-0x3d86 013751 beq mouse_dpi_level3 ,mouse_set_cpi3 
-0x3d87 013752 beq mouse_dpi_level4 ,mouse_set_cpi4 
-:      013753 mouse_set_cpi2:
-0x3d88 013754 fetch 1 ,mem_320x_dpi_2 
-0x3d89 013755 branch mouse_p3205_dpi 
-:      013756 mouse_set_cpi1:
-0x3d8a 013757 fetch 1 ,mem_320x_dpi_1 
-0x3d8b 013758 branch mouse_p3205_dpi 
-:      013759 mouse_set_cpi3:
-0x3d8c 013760 fetch 1 ,mem_320x_dpi_3 
-0x3d8d 013761 branch mouse_p3205_dpi 
-:      013762 mouse_set_cpi4:
-0x3d8e 013763 fetch 1 ,mem_320x_dpi_4 
-0x3d8f 013764 branch mouse_p3205_dpi 
-:      013765 moue_seting_cpi_count:
-0x3d90 013766 fetch 1 ,mem_config_sensor_type 
-0x3d91 013767 rtneq p3065_xy 
-0x3d92 013768 fetch 1 ,mem_mouse_cpi_count 
-0x3d93 013769 increase 1 ,pdata 
-0x3d94 013770 store 1 ,mem_mouse_cpi_count 
-0x3d95 013771 rtn 
-:      013773 mouse_seting_3212_dpi:
-0x3d96 013774 fetch 1 ,mem_mouse_dpi 
-0x3d97 013775 beq mouse_dpi_level1 ,mouse_set_p3212_cpi1 
-0x3d98 013776 beq mouse_dpi_level2 ,mouse_set_p3212_cpi2 
-0x3d99 013777 beq mouse_dpi_level3 ,mouse_set_p3212_cpi3 
-0x3d9a 013778 beq mouse_dpi_level4 ,mouse_set_p3212_cpi4 
-:      013779 mouse_set_p3212_cpi2:
-0x3d9b 013780 fetch 1 ,mem_3212_dpi_2 
-0x3d9c 013781 branch mouse_p3212_dpi 
-:      013782 mouse_set_p3212_cpi1:
-0x3d9d 013783 fetch 1 ,mem_3212_dpi_1 
-0x3d9e 013784 branch mouse_p3212_dpi 
-:      013785 mouse_set_p3212_cpi3:
-0x3d9f 013786 fetch 1 ,mem_3212_dpi_3 
-0x3da0 013787 branch mouse_p3212_dpi 
-:      013788 mouse_set_p3212_cpi4:
-0x3da1 013789 fetch 1 ,mem_3212_dpi_4 
-:      013790 mouse_p3212_dpi:
-0x3da2 013791 store 1 ,mem_mouse_cpi_count 
-0x3da3 013792 lshift8 pdata ,pdata 
-0x3da4 013793 copy pdata ,rega 
-0x3da5 013794 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
-0x3da6 013795 call twspi_write 
-0x3da7 013796 copy rega ,pdata 
-0x3da8 013797 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
-0x3da9 013798 branch twspi_write 
-:      013800 mouse_seting_3610_dpi:
-0x3daa 013801 fetch 1 ,mem_mouse_dpi 
-0x3dab 013802 beq mouse_dpi_level1 ,mouse_set_p3610_cpi1 
-0x3dac 013803 beq mouse_dpi_level2 ,mouse_set_p3610_cpi2 
-0x3dad 013804 beq mouse_dpi_level3 ,mouse_set_p3610_cpi3 
-0x3dae 013805 beq mouse_dpi_level4 ,mouse_set_p3610_cpi4 
-:      013806 mouse_set_p3610_cpi2:
-0x3daf 013807 fetch 1 ,mem_3610_dpi_2 
-0x3db0 013808 branch mouse_p3610_dpi 
-:      013809 mouse_set_p3610_cpi1:
-0x3db1 013810 fetch 1 ,mem_3610_dpi_1 
-0x3db2 013811 branch mouse_p3610_dpi 
-:      013812 mouse_set_p3610_cpi3:
-0x3db3 013813 fetch 1 ,mem_3610_dpi_3 
-0x3db4 013814 branch mouse_p3610_dpi 
-:      013815 mouse_set_p3610_cpi4:
-0x3db5 013816 fetch 1 ,mem_3610_dpi_4 
-:      013817 mouse_p3610_dpi:
-0x3db6 013818 store 1 ,mem_mouse_cpi_count 
-0x3db7 013819 call mouse_spi_sdio_gpio_pollup 
-0x3db8 013820 fetch 1 ,mem_mouse_cpi_count 
-:      013821 mouse_reset_p3610_dpi:
-0x3db9 013822 add pdata ,0x80 ,pdata 
-0x3dba 013823 lshift8 pdata ,pdata 
-0x3dbb 013824 add pdata ,mouse_p3610_dpi_address ,pdata 
-0x3dbc 013825 copy pdata ,rega 
-0x3dbd 013826 branch mouse_set_sensor_reg 
-:      013828 mouse_p3205_dpi:
-0x3dbe 013829 store 1 ,mem_mouse_cpi_count 
-0x3dbf 013830 call moue_seting_cpi_count 
-0x3dc0 013831 fetch 1 ,mem_mouse_cpi_count 
-0x3dc1 013832 setarg mouse_dpi_address 
-0x3dc2 013833 call twspi_read 
-0x3dc3 013834 and pdata ,0xf8 ,temp 
-0x3dc4 013835 fetch 1 ,mem_mouse_cpi_count 
-0x3dc5 013836 iadd temp ,pdata 
-0x3dc6 013837 lshift8 pdata ,pdata 
-0x3dc7 013838 add pdata ,mouse_dpi_address ,pdata 
-0x3dc8 013839 branch twspi_write 
-:      013842 mouse_init_environment:
-0x3dc9 013843 call app_initflag_check 
-0x3dca 013844 branch mouse_eeprom_load_recon_info ,zero 
-0x3dcb 013845 call mouse_ble_init_address 
-0x3dcc 013846 call mouse_store_eeprom_device_info 
-0x3dcd 013847 branch app_initflag_store 
-:      013850 mouse_24g_pairing_button:
-0x3dce 013851 fetch 2 ,mem_24g_pairing_timer_count 
-0x3dcf 013852 rtn blank 
-0x3dd0 013853 fetch mouse_flag_len ,mem_mouse_flag 
-0x3dd1 013854 rtnbit0 mouse_enable_24g 
-0x3dd2 013855 rtnbit1 mosue_24g_pairing_flag 
-0x3dd3 013856 rtnmark1 mark_24g 
-0x3dd4 013857 call mouse_check_key_gpio 
-0x3dd5 013858 rtnne mouse_lmr_button 
-0x3dd6 013859 call mouse_devce_led_off 
-0x3dd7 013860 arg mosue_24g_pairing_flag ,queue 
-0x3dd8 013861 call mouse_enable_function_flag 
-0x3dd9 013862 setarg 0 
-0x3dda 013863 store 2 ,mem_mouse_direct_timer 
-0x3ddb 013864 store 1 ,mem_mouse_send_blank_timer 
-0x3ddc 013865 call g24_set0_mem_check_dongle_times 
-0x3ddd 013867 fetch 2 ,mem_ui_state_map 
-0x3dde 013868 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
-0x3ddf 013869 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x3de0 013870 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x3de1 013871 call mouse_stop_discovery 
-0x3de2 013872 branch g24_start_pairing_sm1 
-:      013875 mouse_idle:
-0x3de3 013876 call mouse_24g_pairing_button 
-0x3de4 013877 call ui_check_paring_button 
-0x3de5 013878 call mouse_dpi_cheak 
-0x3de6 013879 call mouse_usb_isr 
-0x3de7 013880 call mouse_wheel_check 
-0x3de8 013881 branch mouse_usb_mode 
-:      013882 mouse_usb_isr:
-0x3de9 013883 fetch mouse_flag_len ,mem_mouse_flag 
-0x3dea 013884 rtnbit0 mouse_enable_usb 
-0x3deb 013885 call usb_isr 
-0x3dec 013886 branch usb_offline_state 
-:      013888 mouse_cheak_usb:
-0x3ded 013889 hfetch 1 ,core_usb_addr 
-0x3dee 013890 bbit0 7 ,mouse_usb_no_exsit 
-0x3def 013891 bbit1 7 ,mouse_usb_exsit 
-0x3df0 013892 rtn 
-:      013893 mouse_usb_no_exsit:
-0x3df1 013894 fetch 1 ,mem_usb_addr 
-0x3df2 013895 rtnbit0 7 
-0x3df3 013896 branch soft_reset_chip 
-:      013897 mouse_usb_exsit:
-0x3df4 013898 fetch 1 ,mem_usb_addr 
-0x3df5 013899 rtnbit1 7 
-0x3df6 013900 branch mouse_stop_bluetooth_mode 
-:      013902 mouse_usb_mode:
-0x3df7 013903 call mouse_cheak_usb 
-0x3df8 013904 hfetch 1 ,core_usb_addr 
-0x3df9 013905 store 1 ,mem_usb_addr 
-0x3dfa 013906 rtnbit0 7 
-0x3dfb 013907 call mouse_clkn_check 
-0x3dfc 013908 fetch 4 ,mem_btclk_sensor 
-0x3dfd 013909 fetcht 1 ,mem_wire_usb_interval 
-0x3dfe 013910 iadd temp ,temp 
-0x3dff 013911 copy clkn_bt ,pdata 
-0x3e00 013912 isub temp ,null 
-0x3e01 013913 nrtn positive 
-0x3e02 013914 store 4 ,mem_btclk_sensor 
-0x3e03 013915 call mouse_motion 
-0x3e04 013916 nrtn user 
-0x3e05 013917 jam 4 ,mem_usb_tx_enable 
-0x3e06 013918 branch mouse_wired_to_usb 
-:      013920 mouse_clkn_check:
-0x3e07 013921 fetcht 4 ,mem_btclk_sensor 
-0x3e08 013922 copy clkn_bt ,pdata 
-0x3e09 013923 isub temp ,null 
-0x3e0a 013924 ncall mouse_clkn_timeout ,positive 
-0x3e0b 013925 rtn 
-:      013926 mouse_clkn_timeout:
-0x3e0c 013927 setarg 0 
-0x3e0d 013928 store 4 ,mem_btclk_sensor 
-0x3e0e 013929 rtn 
-:      013933 mouse_wired_to_usb:
-0x3e0f 013934 fetch 1 ,mem_usb_tx_enable 
-0x3e10 013935 rtnbit0 2 
-0x3e11 013936 branch mouse_data_push 
-:      013937 mouse_data_push:
-0x3e12 013938 hfetch 1 ,core_usb_addr 
-0x3e13 013939 rtnbit0 7 
-0x3e14 013940 jam usb_ep2_ms ,mem_usb_ep2_data 
-0x3e15 013941 setarg ms_report_id 
-0x3e16 013942 store 1 ,mem_usb_mouse_data 
-0x3e17 013943 fetch 7 ,mem_mouse_key 
-0x3e18 013944 istore 7 ,contw 
-0x3e19 013945 rtn 
-:      013948 mouse_enable_clock_qdecoder:
-0x3e1a 013949 hfetch 2 ,core_clkoff 
-0x3e1b 013950 set0 clock_off_qdecoder ,pdata 
-0x3e1c 013951 hstore 2 ,core_clkoff 
-0x3e1d 013952 rtn 
-:      013954 mouse_param_init:
-0x3e1e 013955 setarg 0x8c00 
-0x3e1f 013956 store 2 ,mem_ui_uuid_table 
-0x3e20 013957 setarg 0x8e7a 
-0x3e21 013958 store 2 ,mem_ui_le_uuid_table 
-0x3e22 013959 setarg 0x2402 
-0x3e23 013960 store 2 ,mem_fcomp_mul 
-0x3e24 013961 setarg 0x2580 
-0x3e25 013962 store 3 ,mem_class 
-0x3e26 013963 jam 3 ,mem_lpm_mult_timeout 
-0x3e27 013964 jam 8 ,mem_lpm_overhead 
-0x3e28 013965 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x3e29 013966 setarg 0x0200 
-0x3e2a 013967 store 2 ,mem_lpm_interval 
-0x3e2b 013968 jam 0x17 ,mem_le_local_mtu 
-0x3e2c 013969 jam 0x17 ,mem_le_remote_mtu 
-0x3e2d 013971 setarg 0x0a77 
-0x3e2e 013972 store 2 ,mem_spi_init_clk 
-0x3e2f 013988 setsect 0 ,0x306 
-0x3e30 013989 setsect 1 ,0x4440 
-0x3e31 013990 setsect 2 ,0x10000 
-0x3e32 013991 setsect 3 ,0x4408 
-0x3e33 013992 store 9 ,mem_all_uuid_16bits 
-0x3e34 013993 setsect 0 ,0x1224 
-0x3e35 013994 setsect 1 ,0x4000 
-0x3e36 013995 setsect 2 ,0x0 
-0x3e37 013996 istore 5 ,contw 
-0x3e38 013998 setsect 0 ,0x3ffff 
-0x3e39 013999 setsect 1 ,0x2fe23 
-0x3e3a 014000 setsect 2 ,0x199d9 
-0x3e3b 014001 setsect 3 ,0x20d 
-0x3e3c 014002 store 8 ,mem_features 
-0x3e3d 014004 setarg 0x012c 
-0x3e3e 014005 store 2 ,mem_24g_pairing_timer_count 
-0x3e3f 014006 call le_modified_name 
-0x3e40 014007 fetch mouse_flag_len ,mem_mouse_flag 
-0x3e41 014008 rtnbit0 mouse_enable_gpio_control_adc_sensor 
-0x3e42 014009 call mouse_sensor_set_angle 
-0x3e43 014010 branch mouse_select_adc 
-:      014012 mouse_sensor_set_angle:
-0x3e44 014013 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x3e45 014014 call gpio_config_input 
-0x3e46 014015 fetcht 1 ,mem_select_sensor_angle_gpio 
-0x3e47 014016 call gpio_get_bit 
-0x3e48 014017 jam mouse_3clk_angle ,mem_config_sensor_angle 
-0x3e49 014018 rtn true 
-0x3e4a 014019 jam mouse_12clk_angle ,mem_config_sensor_angle 
-0x3e4b 014020 rtn 
-:      014022 mouse_select_adc:
-0x3e4c 014023 fetcht 1 ,mem_select_adc_gpio 
-0x3e4d 014024 call gpio_config_input 
-0x3e4e 014025 fetcht 1 ,mem_select_adc_gpio 
-0x3e4f 014026 call gpio_get_bit 
-0x3e50 014027 jam adc_config_vinlpm ,mem_adc_config_flag 
-0x3e51 014028 rtn true 
-0x3e52 014029 jam adc_config_gpio ,mem_adc_config_flag 
-0x3e53 014030 rtn 
-:      014033 mouse_adc_init:
-0x3e54 014034 fetch 1 ,mem_adc_config_flag 
-0x3e55 014035 beq adc_config_vinlpm ,mouse_adc_init_data_vinlpm 
-0x3e56 014036 beq adc_config_hvin ,mouse_adc_init_data_hvin 
-0x3e57 014037 beq adc_config_gpio ,mouse_adc_init_data_io 
-0x3e58 014038 branch mouse_adc_init_data_vinlpm 
-:      014040 mouse_adc_init_data_vinlpm:
-0x3e59 014041 fetcht 2 ,mem_2v_adc_vinlpm_data 
-0x3e5a 014042 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x3e5b 014043 isub temp ,pdata 
-0x3e5c 014044 mul32 pdata ,20 ,pdata 
-0x3e5d 014045 div pdata ,100 
-0x3e5e 014046 call wait_div_end 
-0x3e5f 014047 quotient pdata 
-0x3e60 014048 store 2 ,mem_adc_reference_voltage 
-0x3e61 014049 rtn 
-:      014050 mouse_adc_init_data_hvin:
-0x3e62 014051 fetcht 2 ,mem_1v_adc_hvin_data 
-0x3e63 014052 fetch 2 ,mem_5v_adc_hvin_data 
-0x3e64 014053 isub temp ,pdata 
-0x3e65 014054 mul32 pdata ,230 ,pdata 
-0x3e66 014055 div pdata ,400 
-0x3e67 014056 call wait_div_end 
-0x3e68 014057 quotient pdata 
-0x3e69 014058 store 2 ,mem_adc_reference_voltage 
-0x3e6a 014059 rtn 
-:      014060 mouse_adc_init_data_io:
-0x3e6b 014061 fetch 2 ,mem_1v_adc_io_data 
-0x3e6c 014062 store 2 ,mem_adc_reference_voltage 
-0x3e6d 014063 rtn 
-:      014064 mouse_gpio_init:
-0x3e6e 014065 fetcht 1 ,mem_eeprom_wp_gpio 
-0x3e6f 014066 call gpio_config_output 
-0x3e70 014067 call usb_offline_check_init 
-0x3e71 014068 fetcht 1 ,mem_lbutton_gpio 
-0x3e72 014069 call gpio_config_input 
-0x3e73 014070 fetcht 1 ,mem_rbutton_gpio 
-0x3e74 014071 call gpio_config_input 
-0x3e75 014072 fetcht 1 ,mem_mbutton_gpio 
-0x3e76 014073 call gpio_config_input 
-0x3e77 014074 fetcht 1 ,mem_sensor_data_gpio 
-0x3e78 014075 call gpio_config_input 
-0x3e79 014077 fetcht 1 ,mem_sensor_reset_gpio 
-0x3e7a 014078 call gpio_config_output 
-0x3e7b 014080 fetcht 1 ,mem_whee_a_data_gpio 
-0x3e7c 014081 call gpio_config_input 
-0x3e7d 014083 fetcht 1 ,mem_whee_b_data_gpio 
-0x3e7e 014084 call gpio_config_input 
-0x3e7f 014086 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3e80 014087 call gpio_config_input 
-0x3e81 014088 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3e82 014089 call gpio_config_input 
-0x3e83 014091 fetcht 1 ,mem_bk_button_gpio 
-0x3e84 014092 call gpio_config_input 
-0x3e85 014093 fetcht 1 ,mem_fw_button_gpio 
-0x3e86 014094 call gpio_config_input 
-0x3e87 014096 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
-0x3e88 014097 call gpio_config_output 
-0x3e89 014099 fetcht 1 ,mem_config_device1_led_gpio 
-0x3e8a 014100 call gpio_config_output 
-0x3e8b 014102 fetcht 1 ,mem_config_device2_led_gpio 
-0x3e8c 014103 call gpio_config_output 
-0x3e8d 014105 fetcht 1 ,mem_config_device3_led_gpio 
-0x3e8e 014106 call gpio_config_output 
-0x3e8f 014108 fetcht 1 ,mem_dpi_led_gpio 
-0x3e90 014109 call gpio_config_output 
-0x3e91 014111 fetcht 1 ,mem_config_select_device_button_gpio 
-0x3e92 014112 call gpio_config_input 
-0x3e93 014114 fetcht 1 ,mem_config_bt_button_gpio 
-0x3e94 014115 call gpio_config_input 
-0x3e95 014117 fetcht 1 ,mem_dpi_button_gpio 
-0x3e96 014118 branch gpio_config_input 
-:      014120 mouse_wheel_gpio_set_wake:
-0x3e97 014121 fetcht 1 ,mem_whee_a_data_gpio 
-0x3e98 014122 call gpio_set_wake_by_current_state 
-0x3e99 014123 fetcht 1 ,mem_whee_b_data_gpio 
-0x3e9a 014124 call gpio_set_wake_by_current_state 
-0x3e9b 014125 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3e9c 014126 call gpio_set_wake_by_current_state 
-0x3e9d 014127 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3e9e 014128 branch gpio_set_wake_by_current_state 
-:      014130 mouse_before_hibernate_wheel_gpio_set:
-0x3e9f 014131 fetcht 1 ,mem_whee_a_data_gpio 
-0x3ea0 014132 call mouse_gpio_set_pupd_by_input 
-0x3ea1 014133 fetcht 1 ,mem_whee_b_data_gpio 
-0x3ea2 014134 call mouse_gpio_set_pupd_by_input 
-0x3ea3 014135 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ea4 014136 call mouse_gpio_set_pupd_by_input 
-0x3ea5 014137 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3ea6 014138 branch mouse_gpio_set_pupd_by_input 
-:      014140 mouse_gpio_set_pupd_by_input:
-0x3ea7 014141 sub temp ,ui_button_gpio_disable ,null 
-0x3ea8 014142 rtn zero 
-0x3ea9 014143 and temp ,0x7f ,queue 
-0x3eaa 014144 hfetch 4 ,core_gpio_in 
-0x3eab 014145 qisolate1 pdata 
-0x3eac 014146 hfetch 4 ,core_gpio_pu0 
-0x3ead 014147 qsetflag true ,pdata 
-0x3eae 014148 hstore 4 ,core_gpio_pu0 
-0x3eaf 014149 hfetch 4 ,core_gpio_pd0 
-0x3eb0 014150 nqsetflag true ,pdata 
-0x3eb1 014151 hstore 4 ,core_gpio_pd0 
-0x3eb2 014152 rtn 
-:      014154 mouse_before_hibernate:
-0x3eb3 014155 enable user 
-0x3eb4 014156 hfetch 4 ,0x8138 
-0x3eb5 014157 setflag user ,26 ,pdata 
-0x3eb6 014158 hstore 4 ,core_lpm_reg 
-0x3eb7 014159 call lpm_write_ctrl 
-0x3eb8 014160 call mouse_devce_led_off 
-0x3eb9 014161 call mouse_before_hibernate_wheel_gpio_set 
-0x3eba 014163 branch mouse_lpm_before_common 
-:      014167 mouse_process_lpm_before:
-0x3ebb 014168 call mouse_lpm_before_common 
-0x3ebc 014169 fetch 1 ,mem_lpm_current_mult 
-0x3ebd 014170 nrtn blank 
-0x3ebe 014171 branch gpio_clr_wake 
-:      014173 mouse_lpm_before_common:
-0x3ebf 014174 call mouse_wheel_check 
-0x3ec0 014175 arg mouse_spi1_clk_gpio ,temp 
-0x3ec1 014176 fetch mouse_flag_len ,mem_mouse_flag 
-0x3ec2 014177 isolate1 mouse_enable_spi2 ,pdata 
-0x3ec3 014178 call mouse_spi_clk_gpio ,true 
-0x3ec4 014179 call gpio_config_output 
-0x3ec5 014180 call twspi_disable 
-0x3ec6 014184 fetcht 1 ,mem_lbutton_gpio 
-0x3ec7 014185 call gpio_set_wake_by_current_state 
-0x3ec8 014186 fetcht 1 ,mem_rbutton_gpio 
-0x3ec9 014187 call gpio_set_wake_by_current_state 
-0x3eca 014188 fetcht 1 ,mem_mbutton_gpio 
-0x3ecb 014189 call gpio_set_wake_by_current_state 
-0x3ecc 014191 fetcht 1 ,mem_bk_button_gpio 
-0x3ecd 014192 call gpio_set_wake_by_current_state 
-0x3ece 014193 fetcht 1 ,mem_fw_button_gpio 
-0x3ecf 014194 call gpio_set_wake_by_current_state 
-0x3ed0 014195 fetcht 1 ,mem_dpi_button_gpio 
-0x3ed1 014196 call gpio_set_wake_by_current_state 
-0x3ed2 014197 fetcht 1 ,mem_config_select_device_button_gpio 
-0x3ed3 014198 call gpio_set_wake_by_current_state 
-0x3ed4 014199 fetcht 1 ,mem_whee_a_data_gpio 
-0x3ed5 014200 call gpio_set_wake_by_current_state 
-0x3ed6 014201 fetcht 1 ,mem_whee_b_data_gpio 
-0x3ed7 014202 call gpio_set_wake_by_current_state 
-0x3ed8 014203 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ed9 014204 call gpio_set_wake_by_current_state 
-0x3eda 014205 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3edb 014206 call gpio_set_wake_by_current_state 
-0x3edc 014207 fetcht 1 ,mem_sensor_data_gpio 
-0x3edd 014208 branch gpio_set_wake 
-:      014212 mouse_spi_clk_gpio:
-0x3ede 014213 arg mouse_spi2_clk_gpio ,temp 
-0x3edf 014214 rtn 
-:      014216 mouse_wheel_check:
-0x3ee0 014217 bpatch patch1c_4 ,mem_patch1c 
-0x3ee1 014218 call mouse_t_wheel_scan 
-0x3ee2 014219 call mouse_wheel_scan 
-0x3ee3 014220 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3ee4 014221 fetcht 1 ,mem_wheel_tb_old_pinlevel 
-0x3ee5 014222 store 1 ,mem_wheel_tb_old_pinlevel 
-0x3ee6 014223 isub temp ,null 
-0x3ee7 014224 nbranch app_lpm_wake_auto_lock ,zero 
-0x3ee8 014225 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3ee9 014226 fetcht 1 ,mem_mwheel_b_old_pinlevel 
-0x3eea 014227 store 1 ,mem_mwheel_b_old_pinlevel 
-0x3eeb 014228 isub temp ,null 
-0x3eec 014229 nbranch app_lpm_wake_auto_lock ,zero 
-0x3eed 014230 rtn 
-:      014231 mouse_t_wheel_scan:
-0x3eee 014232 fetch 1 ,mem_whee_ta_data_gpio 
-0x3eef 014233 rtneq gpio_disable 
-0x3ef0 014234 arg 0 ,rega 
-0x3ef1 014235 fetcht 1 ,mem_whee_ta_data_gpio 
-0x3ef2 014236 call gpio_get_bit 
-0x3ef3 014237 setflag true ,0 ,rega 
-0x3ef4 014238 fetcht 1 ,mem_whee_tb_data_gpio 
-0x3ef5 014239 call gpio_get_bit 
-0x3ef6 014240 setflag true ,1 ,rega 
-0x3ef7 014241 copy rega ,pdata 
-0x3ef8 014242 store 1 ,mem_wheel_tb_new_pinlevel 
-0x3ef9 014243 beq 0x01 ,mouse_t_wheel_scan_judge1 
-0x3efa 014244 beq 0x02 ,mouse_t_wheel_scan_judge2 
-0x3efb 014245 fetch 1 ,mem_wheel_tog 
-0x3efc 014246 bbit1 7 ,mouse_t_wheel_scan_judge3 
-0x3efd 014247 rtn 
-:      014249 mouse_t_wheel_scan_judge1:
-0x3efe 014250 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x3eff 014251 beq 0 ,mouse_t_wheel_scan_judge11 
-0x3f00 014252 beq 3 ,mouse_t_wheel_scan_judge12 
-0x3f01 014253 rtn 
-:      014254 mouse_t_wheel_scan_judge2:
-0x3f02 014255 fetch 1 ,mem_wheel_tb_old_pinlevel 
-0x3f03 014256 beq 0 ,mouse_t_wheel_scan_judge21 
-0x3f04 014257 beq 3 ,mouse_t_wheel_scan_judge22 
-0x3f05 014258 rtn 
-:      014259 mouse_t_wheel_scan_judge11:
-0x3f06 014260 jam 0x82 ,mem_wheel_tog 
-0x3f07 014261 rtn 
-:      014262 mouse_t_wheel_scan_judge12:
-0x3f08 014263 jam 0x81 ,mem_wheel_tog 
-0x3f09 014264 rtn 
-:      014265 mouse_t_wheel_scan_judge21:
-0x3f0a 014266 jam 0x80 ,mem_wheel_tog 
-0x3f0b 014267 rtn 
-:      014268 mouse_t_wheel_scan_judge22:
-0x3f0c 014269 jam 0x83 ,mem_wheel_tog 
-0x3f0d 014270 rtn 
-:      014271 mouse_t_wheel_scan_judge3:
-0x3f0e 014272 fetch 1 ,mem_wheel_tog 
-0x3f0f 014273 set0 7 ,pdata 
-0x3f10 014274 store 1 ,mem_wheel_tog 
-0x3f11 014275 beq 0 ,mouse_t_wheel_scan_judge30 
-0x3f12 014276 beq 1 ,mouse_t_wheel_scan_judge31 
-0x3f13 014277 beq 2 ,mouse_t_wheel_scan_judge32 
-0x3f14 014278 beq 3 ,mouse_t_wheel_scan_judge33 
-0x3f15 014279 rtn 
-:      014280 mouse_t_wheel_scan_judge30:
-0x3f16 014281 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f17 014282 beq 3 ,mouse_wheel_t_forward 
-0x3f18 014283 rtn 
-:      014284 mouse_t_wheel_scan_judge31:
-0x3f19 014285 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f1a 014286 beq 0 ,mouse_wheel_t_forward 
-0x3f1b 014287 rtn 
-:      014288 mouse_t_wheel_scan_judge32:
-0x3f1c 014289 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f1d 014290 beq 3 ,mouse_wheel_t_back 
-0x3f1e 014291 rtn 
-:      014292 mouse_t_wheel_scan_judge33:
-0x3f1f 014293 fetch 1 ,mem_wheel_tb_new_pinlevel 
-0x3f20 014294 beq 0 ,mouse_wheel_t_back 
-0x3f21 014295 rtn 
-:      014296 mouse_wheel_t_forward:
-0x3f22 014297 fetch 1 ,mem_mouse_tz_data_count1 
-0x3f23 014298 increase 1 ,pdata 
-0x3f24 014299 store 1 ,mem_mouse_tz_data_count1 
-0x3f25 014300 sub pdata ,1 ,null 
-0x3f26 014301 rtn positive 
-0x3f27 014302 jam 0 ,mem_mouse_tz_data_count1 
-0x3f28 014303 fetch 1 ,mem_mouse_tz_data 
-0x3f29 014304 increase 1 ,pdata 
-0x3f2a 014305 store 1 ,mem_mouse_tz_data 
-0x3f2b 014306 rtn 
-:      014307 mouse_wheel_t_back:
-0x3f2c 014308 fetch 1 ,mem_mouse_tz_data_count 
-0x3f2d 014309 increase 1 ,pdata 
-0x3f2e 014310 store 1 ,mem_mouse_tz_data_count 
-0x3f2f 014311 sub pdata ,1 ,null 
-0x3f30 014312 rtn positive 
-0x3f31 014313 jam 0 ,mem_mouse_tz_data_count 
-0x3f32 014314 fetch 1 ,mem_mouse_tz_data 
-0x3f33 014315 increase -1 ,pdata 
-0x3f34 014316 store 1 ,mem_mouse_tz_data 
-0x3f35 014317 rtn 
-:      014320 mouse_wheel_scan:
-0x3f36 014321 fetch 1 ,mem_whee_a_data_gpio 
-0x3f37 014322 rtneq gpio_disable 
-0x3f38 014323 arg 0 ,rega 
-0x3f39 014324 fetcht 1 ,mem_whee_a_data_gpio 
-0x3f3a 014325 call gpio_get_bit 
-0x3f3b 014326 setflag true ,0 ,rega 
-0x3f3c 014327 fetcht 1 ,mem_whee_b_data_gpio 
-0x3f3d 014328 call gpio_get_bit 
-0x3f3e 014329 setflag true ,1 ,rega 
-0x3f3f 014330 copy rega ,pdata 
-0x3f40 014331 store 1 ,mem_mwheel_b_new_pinlevel 
-0x3f41 014332 beq 0x01 ,mouse_wheel_scan_judge1 
-0x3f42 014333 beq 0x02 ,mouse_wheel_scan_judge2 
-0x3f43 014334 fetch 1 ,mem_mwheel_tog 
-0x3f44 014335 bbit1 7 ,mouse_wheel_scan_judge3 
-0x3f45 014336 rtn 
-:      014338 mouse_wheel_scan_judge1:
-0x3f46 014339 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x3f47 014340 beq 0 ,mouse_wheel_scan_judge11 
-0x3f48 014341 beq 3 ,mouse_wheel_scan_judge12 
-0x3f49 014342 rtn 
-:      014343 mouse_wheel_scan_judge2:
-0x3f4a 014344 fetch 1 ,mem_mwheel_b_old_pinlevel 
-0x3f4b 014345 beq 0 ,mouse_wheel_scan_judge21 
-0x3f4c 014346 beq 3 ,mouse_wheel_scan_judge22 
-0x3f4d 014347 rtn 
-:      014348 mouse_wheel_scan_judge11:
-0x3f4e 014349 jam 0x82 ,mem_mwheel_tog 
-0x3f4f 014350 rtn 
-:      014351 mouse_wheel_scan_judge12:
-0x3f50 014352 jam 0x81 ,mem_mwheel_tog 
-0x3f51 014353 rtn 
-:      014354 mouse_wheel_scan_judge21:
-0x3f52 014355 jam 0x80 ,mem_mwheel_tog 
-0x3f53 014356 rtn 
-:      014357 mouse_wheel_scan_judge22:
-0x3f54 014358 jam 0x83 ,mem_mwheel_tog 
-0x3f55 014359 rtn 
-:      014360 mouse_wheel_scan_judge3:
-0x3f56 014361 fetch 1 ,mem_mwheel_tog 
-0x3f57 014362 set0 7 ,pdata 
-0x3f58 014363 store 1 ,mem_mwheel_tog 
-0x3f59 014364 beq 0 ,mouse_wheel_scan_judge30 
-0x3f5a 014365 beq 1 ,mouse_wheel_scan_judge31 
-0x3f5b 014366 beq 2 ,mouse_wheel_scan_judge32 
-0x3f5c 014367 beq 3 ,mouse_wheel_scan_judge33 
-0x3f5d 014368 rtn 
-:      014369 mouse_wheel_scan_judge30:
-0x3f5e 014370 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f5f 014371 beq 3 ,mouse_wheel_forward 
-0x3f60 014372 rtn 
-:      014373 mouse_wheel_scan_judge31:
-0x3f61 014374 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f62 014375 beq 0 ,mouse_wheel_forward 
-0x3f63 014376 rtn 
-:      014377 mouse_wheel_scan_judge32:
-0x3f64 014378 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f65 014379 beq 3 ,mouse_wheel_back 
-0x3f66 014380 rtn 
-:      014381 mouse_wheel_scan_judge33:
-0x3f67 014382 fetch 1 ,mem_mwheel_b_new_pinlevel 
-0x3f68 014383 beq 0 ,mouse_wheel_back 
-0x3f69 014384 rtn 
-:      014385 mouse_wheel_forward:
-0x3f6a 014386 jam 0 ,mem_mouse_z_data_count1 
-0x3f6b 014387 fetch 1 ,mem_mouse_z_data 
-0x3f6c 014388 increase 1 ,pdata 
-0x3f6d 014389 store 1 ,mem_mouse_z_data 
-0x3f6e 014390 rtn 
-:      014391 mouse_wheel_back:
-0x3f6f 014392 jam 0 ,mem_mouse_z_data_count 
-0x3f70 014393 fetch 1 ,mem_mouse_z_data 
-0x3f71 014394 increase -1 ,pdata 
-0x3f72 014395 store 1 ,mem_mouse_z_data 
-0x3f73 014396 rtn 
-:      014399 mouse_hid_connected:
-0x3f74 014400 setarg hid_handshake_timeout 
-0x3f75 014401 store 1 ,mem_hid_handshake_timer_count 
-0x3f76 014402 rtn 
-:      014404 mouse_send_process:
-0x3f77 014405 fetch 1 ,mem_app_handshake_flag 
-0x3f78 014406 rtn blank 
-0x3f79 014407 call l2cap_malloc_is_fifo_nearly_full 
-0x3f7a 014408 nrtn blank 
-0x3f7b 014409 fetch mouse_flag_len ,mem_mouse_flag 
-0x3f7c 014410 bbit1 mosue_24g_pairing_flag ,mouse_send_empty_data 
-0x3f7d 014411 bbit1 mouse_select_device_flag ,mouse_send_empty_data 
-0x3f7e 014412 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
-0x3f7f 014413 call mouse_motion 
-0x3f80 014414 nrtn user 
-:      014415 mouse_send_data:
-0x3f81 014416 arg 9 ,rega 
-0x3f82 014417 call hid_malloc_tx_buff 
-0x3f83 014418 fetch 2 ,mem_hid_int_remote_cid 
-0x3f84 014419 istore 2 ,contw 
-0x3f85 014420 setarg 0x02a1 
-0x3f86 014421 istore 2 ,contw 
-0x3f87 014422 fetch 7 ,mem_mouse_key 
-0x3f88 014423 istore 7 ,contw 
-0x3f89 014424 rtn 
-:      014427 mouse_send_empty_data:
-0x3f8a 014428 setarg 0 
-0x3f8b 014429 store 7 ,mem_mouse_key 
-0x3f8c 014430 branch mouse_send_data 
-:      014433 mouse_no_data_timer_init:
-0x3f8d 014434 fetch 2 ,mem_mouse_no_data_timeout 
-0x3f8e 014435 store 2 ,mem_mouse_no_data_timer 
-0x3f8f 014436 rtn 
-:      014439 mouse_fill_data_le:
-0x3f90 014440 bpatch patch1c_5 ,mem_patch1c 
-0x3f91 014441 arg 7 ,rega 
-0x3f92 014442 fetcht 2 ,mem_le_notify_handle 
-0x3f93 014443 call le_att_malloc_tx_notify 
-0x3f94 014444 fetch 7 ,mem_mouse_key 
-0x3f95 014445 istore 7 ,contw 
-0x3f96 014446 rtn 
-:      014448 mouse_motion:
-0x3f97 014449 bpatch patch1c_6 ,mem_patch1c 
-0x3f98 014450 disable user 
-0x3f99 014451 setarg 0 
-0x3f9a 014452 store 6 ,mem_mouse_x 
-0x3f9b 014453 call mouse_cheak_sensor_data 
-0x3f9c 014454 call mouse_zwheel 
-0x3f9d 014455 call mouse_t_zwheel 
-0x3f9e 014456 call mouse_key 
-0x3f9f 014457 nrtn user 
-0x3fa0 014458 call mouse_no_data_timer_init 
-0x3fa1 014459 arg mouse_statue_up_flag ,queue 
-0x3fa2 014460 branch mouse_enable_function_flag 
-:      014462 motion_6clk_direction_dispose:
-0x3fa3 014463 fetch 2 ,mem_mouse_x 
-0x3fa4 014464 sub pdata ,0 ,pdata 
-0x3fa5 014465 store 2 ,mem_mouse_x 
-0x3fa6 014466 branch enable_user 
-:      014467 motion_12clk_direction_dispose:
-0x3fa7 014468 fetch 2 ,mem_mouse_y 
-0x3fa8 014469 sub pdata ,0 ,pdata 
-0x3fa9 014470 store 2 ,mem_mouse_y 
-0x3faa 014471 branch enable_user 
-:      014472 motion_9clk_direction_dispose:
-0x3fab 014473 fetch 2 ,mem_mouse_y 
-0x3fac 014474 sub pdata ,0 ,pdata 
-0x3fad 014475 store 2 ,mem_mouse_y 
-0x3fae 014476 fetch 2 ,mem_mouse_x 
-0x3faf 014477 sub pdata ,0 ,pdata 
-0x3fb0 014478 store 2 ,mem_mouse_x 
-0x3fb1 014479 call mouse_sensor_data_swap_places 
-0x3fb2 014480 branch enable_user 
-:      014481 motion_3clk_direction_dispose:
-0x3fb3 014482 call mouse_sensor_data_swap_places 
-0x3fb4 014483 branch enable_user 
-:      014484 mouse_cheak_sensor_data:
-0x3fb5 014485 fetch 1 ,mem_spi_write_flash_sm 
-0x3fb6 014486 rtnne flash_sm_no_buys 
-0x3fb7 014487 fetch 1 ,mem_config_sensor_type 
-0x3fb8 014488 beq p3205 ,mouse_p32xx_sensor_motion 
-0x3fb9 014489 beq p3065 ,mouse_p32xx_sensor_motion 
-0x3fba 014490 beq ka8 ,mouse_p32xx_sensor_motion 
-0x3fbb 014491 beq p3204 ,mouse_p32xx_sensor_motion 
-0x3fbc 014492 beq p3212 ,mouse_p3212_sensor_motion 
-0x3fbd 014493 beq p3610 ,mouse_p3610_sensor_motion 
-0x3fbe 014494 beq p3065_xy ,mouse_p32xx_sensor_motion 
-0x3fbf 014495 branch mouse_p32xx_sensor_motion 
-:      014497 mouse_clear_sensor_data:
-0x3fc0 014498 fetch 1 ,mem_mouse_move_flag 
-0x3fc1 014499 call mouse_read_sensor_common ,blank 
-0x3fc2 014500 jam 1 ,mem_mouse_move_flag 
-0x3fc3 014501 rtn 
-:      014504 mouse_p3212_sensor_motion:
-0x3fc4 014505 call mouse_clear_sensor_data 
-0x3fc5 014506 fetcht 1 ,mem_sensor_data_gpio 
-0x3fc6 014507 call gpio_get_bit 
-0x3fc7 014508 nrtn true 
-0x3fc8 014509 setarg pan_reg_pid_l 
-0x3fc9 014510 call twspi_read 
-0x3fca 014511 bne p32xx_id1 ,mouse_twspi_reset 
-0x3fcb 014512 setarg pan_reg_motion_staus 
-0x3fcc 014513 call twspi_read 
-0x3fcd 014514 rtnbit0 7 
-0x3fce 014515 call mouse_read_sensor_common 
-0x3fcf 014516 call mouse_read_3212sensor_xy_high 
-0x3fd0 014517 store 1 ,mem_mouse_xy_h 
-0x3fd1 014518 rshift4 pdata ,pdata 
-0x3fd2 014519 call extsign_bit3 
-0x3fd3 014520 store 1 ,mem_mouse_x + 1 
-0x3fd4 014521 fetch 1 ,mem_mouse_xy_h 
-0x3fd5 014522 and pdata ,0x0f ,pdata 
-0x3fd6 014523 call extsign_bit3 
-0x3fd7 014524 store 1 ,mem_mouse_y + 1 
-0x3fd8 014525 fetch 1 ,mem_config_sensor_angle 
-0x3fd9 014526 beq mouse_6clk_angle ,motion_6clk_direction_dispose 
-0x3fda 014527 beq mouse_9clk_angle ,motion_9clk_direction_dispose 
-0x3fdb 014528 beq mouse_12clk_angle ,motion_12clk_direction_dispose 
-0x3fdc 014529 beq mouse_3clk_angle ,motion_3clk_direction_dispose 
-0x3fdd 014530 rtn 
-:      014532 mouse_read_3212sensor_xy_high:
-0x3fde 014533 setarg 0x12 
-0x3fdf 014534 branch twspi_read 
-:      014536 mouse_p3065_judge:
-0x3fe0 014537 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
-0x3fe1 014538 branch mouse_twspi_reset 
-:      014540 mouse_p32xx_sensor_motion:
-0x3fe2 014541 call mouse_clear_sensor_data 
-0x3fe3 014542 disable user 
-0x3fe4 014543 fetcht 1 ,mem_sensor_data_gpio 
-0x3fe5 014544 call gpio_get_bit 
-0x3fe6 014545 nrtn true 
-0x3fe7 014546 setarg pan_reg_pid_l 
-0x3fe8 014547 call twspi_read 
-0x3fe9 014548 bne p32xx_id1 ,mouse_p3065_judge 
-:      014549 mouse_p32xx_sensor_motion_1:
-0x3fea 014550 setarg pan_reg_motion_staus 
-0x3feb 014551 call twspi_read 
-0x3fec 014552 rtnbit0 7 
-0x3fed 014553 call mouse_read_sensor_common 
-0x3fee 014554 fetch 1 ,mem_mouse_x 
-0x3fef 014555 call extsign 
-0x3ff0 014556 store 2 ,mem_mouse_x 
-0x3ff1 014557 fetch 1 ,mem_mouse_y 
-0x3ff2 014558 call extsign 
-0x3ff3 014559 store 2 ,mem_mouse_y 
-0x3ff4 014560 fetch 1 ,mem_config_sensor_angle 
-0x3ff5 014561 beq mouse_6clk_angle ,motion32xx_6clk_direction_selection 
-0x3ff6 014562 beq mouse_9clk_angle ,motion32xx_9clk_direction_selection 
-0x3ff7 014563 beq mouse_12clk_angle ,motion32xx_12clk_direction_selection 
-0x3ff8 014564 beq mouse_3clk_angle ,motion32xx_3clk_direction_selection 
-0x3ff9 014565 rtn 
-:      014567 motion32xx_6clk_direction_selection:
-0x3ffa 014568 call motion_6clk_direction_dispose 
-0x3ffb 014569 branch mouse_sensor_sdio_low 
-:      014570 motion32xx_9clk_direction_selection:
-0x3ffc 014571 call motion_9clk_direction_dispose 
-0x3ffd 014572 branch mouse_sensor_sdio_low 
-:      014573 motion32xx_12clk_direction_selection:
-0x3ffe 014574 call motion_12clk_direction_dispose 
-0x3fff 014575 branch mouse_sensor_sdio_low 
-:      014576 motion32xx_3clk_direction_selection:
-0x4000 014577 call motion_3clk_direction_dispose 
-0x4001 014578 branch mouse_sensor_sdio_low 
-:      014580 mouse_sensor_data_swap_places:
-0x4002 014581 fetch 2 ,mem_mouse_y 
-0x4003 014582 fetcht 2 ,mem_mouse_x 
-0x4004 014583 store 2 ,mem_mouse_x 
-0x4005 014584 storet 2 ,mem_mouse_y 
-0x4006 014585 rtn 
-:      014587 mouse_p3610sensor_read:
-0x4007 014588 call spi_ncs_enable 
-0x4008 014589 nop 100 
-0x4009 014590 copy regb ,pdata 
-0x400a 014591 call twspi_read 
-0x400b 014592 copy pdata ,regb 
-0x400c 014593 call spi_ncs_disable 
-0x400d 014594 nop 100 
-0x400e 014595 copy regb ,pdata 
-0x400f 014596 rtn 
-:      014597 mouse_p3610_sensor_motion:
-0x4010 014598 disable user 
-0x4011 014599 fetcht 1 ,mem_sensor_data_gpio 
-0x4012 014600 call gpio_get_bit 
-0x4013 014601 nrtn true 
-0x4014 014602 arg pan_reg_motion_staus ,regb 
-0x4015 014603 call mouse_p3610sensor_read 
-0x4016 014604 rtnbit0 7 
-0x4017 014605 arg pan_reg_pid_l ,regb 
-0x4018 014606 call mouse_p3610sensor_read 
-0x4019 014607 store 1 ,mem_sensor_id1 
-0x401a 014608 bne p3610_id1 ,mouse_init_3610sensor_reset 
-0x401b 014609 fetch 1 ,mem_mouse_move_flag 
-0x401c 014610 call mouse_read_sensor3610_data ,blank 
-0x401d 014611 jam 1 ,mem_mouse_move_flag 
-0x401e 014612 call mouse_read_sensor3610_data 
-0x401f 014613 fetch 1 ,mem_mouse_xy_h 
-0x4020 014614 rshift4 pdata ,pdata 
-0x4021 014615 call extsign_bit3 
-0x4022 014616 store 1 ,mem_mouse_x + 1 
-0x4023 014617 fetch 1 ,mem_mouse_xy_h 
-0x4024 014618 and pdata ,0x0f ,pdata 
-0x4025 014619 call extsign_bit3 
-0x4026 014620 store 1 ,mem_mouse_y + 1 
-0x4027 014621 fetch 1 ,mem_config_sensor_angle 
-0x4028 014622 beq 0 ,motion3610_6clk_direction_selection 
-0x4029 014623 beq 1 ,motion3610_9clk_direction_selection 
-0x402a 014624 beq 2 ,motion3610_12clk_direction_selection 
-0x402b 014625 beq 3 ,motion3610_3clk_direction_selection 
-0x402c 014626 rtn 
-:      014628 mouse_3610_smart_select:
-0x402d 014629 fetch 1 ,mem_sensor_smart_flag 
-0x402e 014630 beq p3610_smart_enable ,mouse_3610_smart_disable 
-0x402f 014631 beq p3610_smart_disable ,mouse_3610_smart_enable 
-0x4030 014632 rtn 
-:      014635 motion3610_6clk_direction_selection:
-0x4031 014636 call motion_6clk_direction_dispose 
-0x4032 014637 branch mouse_3610_smart_select 
-:      014639 motion3610_12clk_direction_selection:
-0x4033 014640 call motion_12clk_direction_dispose 
-0x4034 014641 branch mouse_3610_smart_select 
-:      014643 motion3610_9clk_direction_selection:
-0x4035 014644 call motion_9clk_direction_dispose 
-0x4036 014645 branch mouse_3610_smart_select 
-:      014647 motion3610_3clk_direction_selection:
-0x4037 014648 call motion_3clk_direction_dispose 
-0x4038 014649 branch mouse_3610_smart_select 
-:      014651 mouse_read_sensor3610_data:
-0x4039 014652 call spi_ncs_enable 
-0x403a 014653 call mouse_read_sensor_common 
-0x403b 014654 arg 5 ,pdata 
-0x403c 014655 call twspi_read 
-0x403d 014656 store 1 ,mem_mouse_xy_h 
-0x403e 014657 arg 7 ,pdata 
-0x403f 014658 call twspi_read 
-0x4040 014659 store 1 ,mem_sensor_shutter_hi 
-0x4041 014660 arg 8 ,pdata 
-0x4042 014661 call twspi_read 
-0x4043 014662 store 1 ,mem_sensor_shutter_lo 
-0x4044 014663 branch spi_ncs_disable 
-:      014666 mouse_3610_smart_enable:
-0x4045 014667 fetch 1 ,mem_sensor_shutter_hi 
-0x4046 014668 rtnne 0 
-0x4047 014669 fetch 1 ,mem_sensor_shutter_lo 
-0x4048 014670 sub pdata ,45 ,null 
-0x4049 014671 rtn positive 
-0x404a 014672 jam p3610_smart_enable ,mem_sensor_smart_flag 
-0x404b 014673 setarg 0xba41 
-0x404c 014674 call sensor_write 
-0x404d 014675 setarg 0x0032 
-0x404e 014676 call sensor_write 
-0x404f 014677 setarg 0xb541 
-0x4050 014678 branch sensor_write 
-:      014679 mouse_3610_smart_disable:
-0x4051 014680 fetch 1 ,mem_sensor_shutter_hi 
-0x4052 014681 rtnne 0 
-0x4053 014682 fetch 1 ,mem_sensor_shutter_lo 
-0x4054 014683 sub pdata ,45 ,null 
-0x4055 014684 nrtn positive 
-0x4056 014685 jam p3610_smart_disable ,mem_sensor_smart_flag 
-0x4057 014686 setarg 0xba41 
-0x4058 014687 call sensor_write 
-0x4059 014688 setarg 0x8032 
-0x405a 014689 call sensor_write 
-0x405b 014690 setarg 0xb541 
-0x405c 014691 branch sensor_write 
-:      014695 mouse_read_sensor_common:
-0x405d 014696 arg pan_reg_delta_x ,pdata 
-0x405e 014697 call twspi_read 
-0x405f 014698 store 2 ,mem_mouse_x 
-0x4060 014699 arg pan_reg_delta_y ,pdata 
-0x4061 014700 call twspi_read 
-0x4062 014701 store 2 ,mem_mouse_y 
-0x4063 014702 rtn 
-:      014704 mouse_set_qdecoder_x:
-0x4064 014705 arg mouse_default_xa_gpio ,temp 
-0x4065 014706 call gpio_config_input 
-0x4066 014707 arg mouse_default_xa_gpio ,temp 
-0x4067 014708 call gpio_get_bit 
-0x4068 014709 rtn true 
-0x4069 014710 hfetch 1 ,core_qdec_cntx 
-0x406a 014711 set1 4 ,pdata 
-0x406b 014712 hstore 1 ,core_qdec_cntx 
-0x406c 014713 rtn 
-:      014715 mouse_hardware_zwheel:
-0x406d 014716 fetcht 1 ,mem_mouse_z_data 
-0x406e 014717 hfetch 1 ,core_qdec_cntx 
-0x406f 014718 iadd temp ,pdata 
-0x4070 014719 rtn blank 
-0x4071 014720 store 1 ,mem_mouse_z 
-0x4072 014721 jam 0 ,mem_mouse_z_data 
-0x4073 014722 branch enable_user 
-:      014723 mouse_hardware_zwheel_beforelpm:
-0x4074 014724 fetcht 1 ,mem_mouse_z_data 
-0x4075 014725 hfetch 1 ,core_qdec_cntx 
-0x4076 014726 iadd temp ,pdata 
-0x4077 014727 store 1 ,mem_mouse_z_data 
-0x4078 014728 rtn 
-:      014729 mouse_zwheel:
-0x4079 014730 fetch 1 ,mem_mouse_z_data 
-0x407a 014731 rtn blank 
-0x407b 014732 store 1 ,mem_mouse_z 
-0x407c 014733 jam 0 ,mem_mouse_z_data 
-0x407d 014734 branch enable_user 
-:      014736 mouse_t_zwheel:
-0x407e 014737 fetch 1 ,mem_mouse_tz_data 
-0x407f 014738 rtn blank 
-0x4080 014739 store 1 ,mem_mouse_tz 
-0x4081 014740 jam 0 ,mem_mouse_tz_data 
-0x4082 014741 branch enable_user 
-:      014743 mouse_check_key_gpio:
-0x4083 014744 arg 0 ,rega 
-0x4084 014745 fetcht 1 ,mem_lbutton_gpio 
-0x4085 014746 call gpio_get_bit 
-0x4086 014747 setflag true ,0 ,rega 
-0x4087 014748 fetcht 1 ,mem_rbutton_gpio 
-0x4088 014749 call gpio_get_bit 
-0x4089 014750 setflag true ,1 ,rega 
-0x408a 014751 fetcht 1 ,mem_mbutton_gpio 
-0x408b 014752 call gpio_get_bit 
-0x408c 014753 setflag true ,2 ,rega 
-0x408d 014754 call mouse_check_s_key_gpio 
-0x408e 014755 copy rega ,pdata 
-0x408f 014756 rtn 
-:      014757 mouse_check_s_key_gpio:
-0x4090 014758 fetch 1 ,mem_bk_button_gpio 
-0x4091 014759 rtneq gpio_disable 
-0x4092 014760 fetcht 1 ,mem_bk_button_gpio 
-0x4093 014761 call gpio_get_bit 
-0x4094 014762 setflag true ,3 ,rega 
-0x4095 014763 fetcht 1 ,mem_fw_button_gpio 
-0x4096 014764 call gpio_get_bit 
-0x4097 014765 setflag true ,4 ,rega 
-0x4098 014766 rtn 
-:      014768 mouse_key:
-0x4099 014769 call mouse_check_key_gpio 
-0x409a 014770 call mouse_set_mult 
-0x409b 014771 call mouse_24g_key 
-0x409c 014772 copy rega ,pdata 
-0x409d 014773 fetcht 1 ,mem_mouse_key 
-0x409e 014774 store 1 ,mem_mouse_key 
-0x409f 014775 ixor temp ,pdata 
-0x40a0 014776 sub pdata ,0 ,null 
-0x40a1 014777 rtn zero 
-0x40a2 014778 branch enable_user 
-:      014780 mouse_24g_key:
-0x40a3 014781 rtnmark0 mark_24g 
-0x40a4 014782 copy rega ,pdata 
-0x40a5 014783 rtn blank 
-0x40a6 014784 store 1 ,mem_mouse_key 
-0x40a7 014785 branch enable_user 
-:      014788 mouse_set_mult:
-0x40a8 014789 fetch 2 ,mem_ui_state_map 
-0x40a9 014790 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
-0x40aa 014791 fetch 2 ,mem_ui_state_map 
-0x40ab 014792 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
-0x40ac 014793 rtn 
-:      014794 mouse_set_ble_mult:
-0x40ad 014795 copy rega ,pdata 
-0x40ae 014796 nbranch le_set_config_short_mult ,blank 
-0x40af 014797 branch le_clr_config_short_mult 
-:      014798 mouse_set_bt_mult:
-0x40b0 014799 copy rega ,pdata 
-0x40b1 014800 nbranch classic_bt_set_mult_short_flag ,blank 
-0x40b2 014801 branch classic_bt_clr_mult_short_flag 
-:      014804 mouse_sensor_sdio_low:
-0x40b3 014805 bpatch patch1c_7 ,mem_patch1c 
-0x40b4 014806 arg mouse_spi1_sdio_gpio ,temp 
-0x40b5 014807 fetch mouse_flag_len ,mem_mouse_flag 
-0x40b6 014808 isolate1 mouse_enable_spi2 ,pdata 
-0x40b7 014809 call mouse_sensor_sdio_low2 ,true 
-0x40b8 014810 call gpio_get_bit 
-0x40b9 014811 rtn true 
-0x40ba 014812 setarg 0x0a 
-0x40bb 014813 call twspi_read 
-0x40bc 014814 nop 1000 
-0x40bd 014815 branch mouse_sensor_sdio_low 
-:      014816 mouse_sensor_sdio_low2:
-0x40be 014817 arg mouse_spi2_sdio_gpio ,temp 
-0x40bf 014818 rtn 
-:      014820 mouse_spi_sdio_gpio_pollup:
-0x40c0 014821 fetch mouse_flag_len ,mem_mouse_flag 
-0x40c1 014822 bbit1 mouse_enable_spi2 ,mouse_spi2_sdio_gpio_pollup 
-:      014823 mouse_spi1_sdio_gpio_pollup:
-0x40c2 014824 arg mouse_spi1_sdio_gpio ,temp 
-0x40c3 014825 branch gpio_config_input_without_wake 
-:      014826 mouse_spi2_sdio_gpio_pollup:
-0x40c4 014827 arg mouse_spi2_sdio_gpio ,temp 
-0x40c5 014828 branch gpio_config_input_without_wake 
-:      014831 mouse_init_sunt:
-0x40c6 014832 call mouse_spi_init 
-0x40c7 014833 rtn wake 
-0x40c8 014834 call mouse_spi_sdio_gpio_pollup 
-0x40c9 014835 fetch 1 ,mem_config_sensor_type 
-0x40ca 014836 beq p3610 ,mouse_init_3610sensor 
-:      014837 mouse_init_sensor:
-0x40cb 014838 call mouse_read_sensor_id 
-0x40cc 014839 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
-0x40cd 014840 beq p3065_id1 ,mouse_p3065_init_param 
-0x40ce 014841 call mouse_twspi_reset 
-0x40cf 014842 nop 1000 
-0x40d0 014843 branch mouse_init_sensor 
-:      014844 mouse_twspi_reset:
-0x40d1 014845 bpatch patch1d_0 ,mem_patch1d 
-0x40d2 014846 fetch mouse_flag_len ,mem_mouse_flag 
-0x40d3 014847 bbit1 mouse_enable_spi2 ,twspi_reset2 
-0x40d4 014848 branch twspi_reset 
-:      014850 mouse_init_3610sensor:
-0x40d5 014851 call mouse_read_sensor_id 
-0x40d6 014852 beq p3610_id1 ,mouse_init_p3610 
-0x40d7 014853 call mouse_init_3610sensor_reset 
-0x40d8 014854 branch mouse_init_3610sensor 
-:      014856 mouse_read_sensor_id:
-0x40d9 014857 setarg pan_reg_pid_h 
-0x40da 014858 call twspi_read 
-0x40db 014859 store 1 ,mem_sensor_id2 
-0x40dc 014860 setarg pan_reg_pid_l 
-0x40dd 014861 call twspi_read 
-0x40de 014862 store 1 ,mem_sensor_id1 
-0x40df 014863 rtn 
-:      014864 mouse_init_p32xx_id2_judge:
-0x40e0 014865 fetch 1 ,mem_sensor_id2 
-0x40e1 014866 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
-0x40e2 014867 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
-0x40e3 014868 beq p3212_id2 ,mouse_3212_init_param 
-0x40e4 014869 beq pka8_id2 ,mouse_ka8_init_param 
-0x40e5 014870 rtn 
-:      014871 mouse_ka8_init_param:
-0x40e6 014872 jam ka8 ,mem_config_sensor_type 
-0x40e7 014873 rtn 
-:      014874 mouse_p3065xy_init_param:
-0x40e8 014875 jam p3065_xy ,mem_config_sensor_type 
-0x40e9 014876 rtn 
-:      014877 mouse_p3065_init_param:
-0x40ea 014878 fetch 1 ,mem_sensor_id2 
-0x40eb 014879 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-0x40ec 014880 jam p3065 ,mem_config_sensor_type 
-0x40ed 014881 rtn 
-:      014882 mouse_3212_init_param:
-0x40ee 014883 jam p3212 ,mem_config_sensor_type 
-0x40ef 014884 call mouse_sensor_disable_wp 
-0x40f0 014885 setarg 0x3426 
-0x40f1 014886 call twspi_write 
-0x40f2 014887 setarg 0x0419 
-0x40f3 014888 call twspi_write 
-:      014889 mouse_sensor_enable_wp:
-0x40f4 014890 setarg 0x0009 
-0x40f5 014891 branch twspi_write 
-:      014892 mouse_sensor_disable_wp:
-0x40f6 014893 setarg 0x5a09 
-0x40f7 014894 branch twspi_write 
-:      014896 mouse_3204_3l_init_param:
-0x40f8 014897 jam p3204 ,mem_config_sensor_type 
-0x40f9 014898 call mouse_sensor_disable_wp 
-0x40fa 014899 setarg 0x0f0d 
-0x40fb 014900 call twspi_write 
-0x40fc 014901 setarg 0xe31d 
-0x40fd 014902 call twspi_write 
-0x40fe 014903 setarg 0xd27d 
-0x40ff 014904 call twspi_write 
-0x4100 014905 call mouse_32xx_init_param 
-0x4101 014906 branch mouse_32xx_init_param_1 
-:      014908 mouse_32xx_init_param:
-0x4102 014909 setarg 0x351b 
-0x4103 014910 call twspi_write 
-0x4104 014911 setarg 0xb428 
-0x4105 014912 call twspi_write 
-0x4106 014913 setarg 0x4629 
-0x4107 014914 call twspi_write 
-0x4108 014915 setarg 0x962a 
-0x4109 014916 call twspi_write 
-0x410a 014917 setarg 0x8c2b 
-0x410b 014918 call twspi_write 
-0x410c 014919 setarg 0x6e2c 
-0x410d 014920 call twspi_write 
-0x410e 014921 setarg 0x642d 
-0x410f 014922 call twspi_write 
-0x4110 014923 setarg 0x5f38 
-0x4111 014924 call twspi_write 
-0x4112 014925 setarg 0x0f39 
-0x4113 014926 call twspi_write 
-0x4114 014927 setarg 0x323a 
-0x4115 014928 call twspi_write 
-0x4116 014929 setarg 0x473b 
-0x4117 014930 call twspi_write 
-0x4118 014931 setarg 0x1042 
-0x4119 014932 branch twspi_write 
-:      014933 mouse_32xx_init_param_1:
-0x411a 014934 setarg 0x2e54 
-0x411b 014935 call twspi_write 
-0x411c 014936 setarg 0xf255 
-0x411d 014937 call twspi_write 
-0x411e 014938 setarg 0xf461 
-0x411f 014939 call twspi_write 
-0x4120 014940 setarg 0x7063 
-0x4121 014941 call twspi_write 
-0x4122 014942 setarg 0x5275 
-0x4123 014943 call twspi_write 
-0x4124 014944 setarg 0x4176 
-0x4125 014945 call twspi_write 
-0x4126 014946 setarg 0xed77 
-0x4127 014947 call twspi_write 
-0x4128 014948 setarg 0x2378 
-0x4129 014949 call twspi_write 
-0x412a 014950 setarg 0x4679 
-0x412b 014951 call twspi_write 
-0x412c 014952 setarg 0xe57a 
-0x412d 014953 call twspi_write 
-0x412e 014954 setarg 0x487c 
-0x412f 014955 call twspi_write 
-0x4130 014956 setarg 0x777e 
-0x4131 014957 call twspi_write 
-0x4132 014958 setarg 0x017f 
-0x4133 014959 call twspi_write 
-0x4134 014960 setarg 0x000b 
-0x4135 014961 call twspi_write 
-0x4136 014962 setarg 0x007f 
-0x4137 014963 call twspi_write 
-0x4138 014964 branch mouse_sensor_enable_wp 
-:      014967 mouse_3205_3t_init_param:
-0x4139 014968 jam p3205 ,mem_config_sensor_type 
-0x413a 014969 call mouse_sensor_disable_wp 
-0x413b 014970 setarg 0x100d 
-0x413c 014971 call twspi_write 
-0x413d 014972 setarg 0xed1d 
-0x413e 014973 call twspi_write 
-0x413f 014974 setarg 0x807d 
-0x4140 014975 call twspi_write 
-0x4141 014976 call mouse_32xx_init_param 
-0x4142 014977 setarg 0x0943 
-0x4143 014978 call twspi_write 
-0x4144 014979 branch mouse_32xx_init_param_1 
-:      014982 mouse_init_3610sensor_reset:
-0x4145 014983 fetcht 1 ,mem_sensor_reset_gpio 
-0x4146 014984 call gpio_out_active 
-0x4147 014985 call delay_10ms 
-0x4148 014986 fetcht 1 ,mem_sensor_reset_gpio 
-0x4149 014987 call gpio_out_inactive 
-0x414a 014988 branch delay_10ms 
-:      014990 mouse_init_p3610:
-0x414b 014991 jam p3610 ,mem_config_sensor_type 
-0x414c 014992 setarg 0xba41 
-0x414d 014993 call sensor_write 
-0x414e 014994 setarg 0x0d11 
-0x414f 014995 call sensor_write 
-0x4150 014996 setarg 0x041b 
-0x4151 014997 call sensor_write 
-0x4152 014998 setarg 0x041c 
-0x4153 014999 call sensor_write 
-0x4154 015000 setarg 0x0f1d 
-0x4155 015001 call sensor_write 
-0x4156 015002 setarg 0x0032 
-0x4157 015003 call sensor_write 
-0x4158 015004 setarg 0xb541 
-0x4159 015005 branch sensor_write 
-:      015009 mouse_set_sensor_reg:
-0x415a 015010 setarg 0xba41 
-0x415b 015011 call sensor_write 
-0x415c 015012 nop 4000 
-0x415d 015013 setarg 0xff7f 
-0x415e 015014 call sensor_write 
-0x415f 015015 copy rega ,pdata 
-0x4160 015016 call sensor_write 
-0x4161 015017 setarg 0x007f 
-0x4162 015018 call sensor_write 
-0x4163 015019 setarg 0xb541 
-0x4164 015020 branch sensor_write 
-:      015022 extsign:
-0x4165 015023 rtnbit0 7 
-0x4166 015024 arg 0xff00 ,temp 
-0x4167 015025 ior temp ,pdata 
-0x4168 015026 rtn 
-:      015028 extsign_bit3:
-0x4169 015029 rtnbit0 3 
-0x416a 015030 arg 0xf0 ,temp 
-0x416b 015031 ior temp ,pdata 
-0x416c 015032 rtn 
-:      015035 mouse_le:
-0x416d 015036 call le_fifo_check_nearly_full 
-0x416e 015037 nrtn blank 
-0x416f 015038 fetch 1 ,mem_le_connect_status_flag 
-0x4170 015039 and pdata ,0x03 ,pdata 
-0x4171 015040 rtnne 0x03 
-0x4172 015041 fetch mouse_flag_len ,mem_mouse_flag 
-0x4173 015042 bbit1 mosue_24g_pairing_flag ,mouse_le_send_empty_packet 
-0x4174 015043 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
-0x4175 015044 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0x4176 015045 call mouse_motion 
-0x4177 015046 nrtn user 
-0x4178 015047 branch mouse_fill_data_le 
-:      015049 mouse_le_send_empty_packet:
-0x4179 015050 setarg 0 
-0x417a 015051 store 7 ,mem_mouse_key 
-0x417b 015052 branch mouse_fill_data_le 
-:      015054 mouse_priority_bb_event:
-0x417c 015055 copy regc ,pdata 
-0x417d 015056 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
-0x417e 015057 beq bt_evt_bb_connected ,mouse_stop_discovery 
-0x417f 015058 beq bt_evt_le_disconnected ,mouse_bb_disconnected 
-0x4180 015059 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
-0x4181 015060 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
-0x4182 015061 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
-0x4183 015062 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
-0x4184 015063 beq bt_evt_hid_connected ,mouse_bt_hid_connected 
-0x4185 015064 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
-0x4186 015065 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
-0x4187 015066 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
-0x4188 015067 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
-0x4189 015068 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
-0x418a 015069 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
-0x418b 015070 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
-0x418c 015071 beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
-0x418d 015072 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
-0x418e 015073 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
-0x418f 015074 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
-0x4190 015075 rtn 
-:      015078 mouse_le_pairing_complete:
-0x4191 015079 branch app_ble_store_reconn_info 
-:      015081 mouse_24g_attempt_fail:
-0x4192 015082 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x4193 015083 fetch 1 ,mem_reconn_times 
-0x4194 015084 nbranch mouse_polling_device ,blank 
-0x4195 015085 fetch 1 ,mem_device_flag 
-0x4196 015086 fetcht 1 ,mem_24g_device_number 
-0x4197 015087 isub temp ,null 
-0x4198 015088 branch app_enter_hibernate ,zero 
-0x4199 015089 rtn 
-:      015090 mouse_24g_attempt_success:
-0x419a 015091 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x419b 015092 rtn 
-:      015093 mouse_24g_pairing_complete:
-0x419c 015094 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-0x419d 015095 arg mosue_24g_pairing_flag ,queue 
-0x419e 015096 call mouse_disable_function_flag 
-0x419f 015097 setarg 0 
-0x41a0 015098 store 2 ,mem_24g_pairing_timer_count 
-0x41a1 015099 jam 0 ,mem_mouse_move_flag 
-0x41a2 015101 fetch 1 ,mem_config_sensor_type 
-0x41a3 015102 sub pdata ,p3610 ,null 
-0x41a4 015103 call mouse_read_sensor3610_data ,zero 
-0x41a5 015104 ncall mouse_read_sensor_common ,zero 
-0x41a6 015106 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x41a7 015107 bbit1 mouse_enable_flash ,mouse_store_flash_24g_address 
-0x41a8 015108 call mouse_set_24g_addr_eeprom 
-0x41a9 015109 branch iicd_write_protect_eep_data 
-:      015111 mouse_set_24g_addr_eeprom:
-0x41aa 015112 call g24_head_ptr2regc 
-0x41ab 015113 add regc ,offset_24g_addr ,rega 
-0x41ac 015114 arg mouse_g24_addr_eeprom_offect ,regb 
-0x41ad 015115 arg 4 ,temp 
-0x41ae 015116 rtn 
-:      015118 mouse_store_flash_24g_address:
-0x41af 015119 call g24_head_ptr2regc 
-0x41b0 015120 add regc ,offset_24g_addr ,regb 
-0x41b1 015121 ifetch 1 ,regb 
-0x41b2 015122 store 1 ,mem_mouse_24g_addr 
-0x41b3 015123 branch mouse_store_flash_device_info 
-:      015126 mouse_le_pairing_success:
-0x41b4 015127 arg ll_pairing_success_flag ,queue 
-0x41b5 015128 branch mouse_le_enable_connect_flag 
-:      015129 mouse_le_ll_start_encryt:
-0x41b6 015130 jam 2 ,mem_le_start_encrypt_timer 
-0x41b7 015131 arg ll_start_enc_flag ,queue 
-0x41b8 015132 branch mouse_le_enable_connect_flag 
-:      015135 mouse_le_enable_connect_flag:
-0x41b9 015136 fetch 1 ,mem_le_connect_status_flag 
-0x41ba 015137 qset1 pdata 
-0x41bb 015138 store 1 ,mem_le_connect_status_flag 
-0x41bc 015139 rtn 
-:      015141 mouse_le_disable_connect_flag:
-0x41bd 015142 fetch 1 ,mem_le_connect_status_flag 
-0x41be 015143 qset0 pdata 
-0x41bf 015144 store 1 ,mem_le_connect_status_flag 
-0x41c0 015145 rtn 
-:      015146 mouse_le_clean_connect_flag:
-0x41c1 015147 jam 0 ,mem_le_connect_status_flag 
-0x41c2 015148 rtn 
-:      015150 mouse_le_bb_event_connected:
-0x41c3 015151 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x41c4 015152 set0 app_disc_by_button ,pdata 
-0x41c5 015153 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
-0x41c6 015154 setarg 0 
-0x41c7 015155 store 2 ,mem_mouse_direct_timer 
-0x41c8 015156 call mouse_no_data_timer_init 
-0x41c9 015157 branch mouse_stop_discovery 
-:      015159 mouse_bb_event_pincode:
-0x41ca 015160 call pincode_reinit 
-0x41cb 015161 branch app_bt_set_pincode 
-:      015162 mouse_bb_event_reconn_timeout:
-:      015163 mouse_bb_event_reconn_failed:
-0x41cc 015164 fetch 1 ,mem_reconn_times 
-0x41cd 015165 nbranch mouse_polling_device ,blank 
-0x41ce 015166 fetch 2 ,mem_ui_state_map 
-0x41cf 015167 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x41d0 015168 fetch mouse_flag_len ,mem_mouse_flag 
-0x41d1 015169 bbit1 mouse_select_device_flag ,mouse_soft_reset 
-0x41d2 015170 bbit1 mouse_bt_discovery_button_down_flag ,mouse_start_discovery 
-0x41d3 015171 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
-0x41d4 015172 branch app_bb_hibernate 
-:      015175 mouse_bt_hid_connected:
-0x41d5 015176 branch mouse_hid_connected 
-:      015178 mouse_bt_event_setup_complete:
-0x41d6 015179 rtn 
-:      015181 mouse_soft_reset:
-0x41d7 015182 call mouse_select_device_enable 
-0x41d8 015183 branch soft_reset_chip 
-:      015185 mouse_bb_disconnected:
-0x41d9 015186 bpatch patch1d_1 ,mem_patch1d 
-0x41da 015187 call mouse_bb_discon_clear_stack 
-0x41db 015188 fetch mouse_flag_len ,mem_mouse_flag 
-0x41dc 015189 bbit1 mouse_select_device_flag ,mouse_soft_reset 
-0x41dd 015190 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
-0x41de 015191 fetch 1 ,mem_reconn_times 
-0x41df 015192 nbranch mouse_polling_device ,blank 
-0x41e0 015193 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x41e1 015194 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
-0x41e2 015195 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x41e3 015196 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
-0x41e4 015197 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
-0x41e5 015198 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
-0x41e6 015199 branch mouse_start_discovery 
-:      015200 mouse_bb_discon_clear_stack:
-0x41e7 015201 setarg 0 
-0x41e8 015202 store 8 ,mem_wheel_tb_old_pinlevel 
-0x41e9 015203 istore 4 ,contw 
-0x41ea 015204 jam 0 ,mem_mouse_send_blank_timer 
-0x41eb 015205 jam 0 ,mem_mouse_move_flag 
-0x41ec 015206 jam app_handshake_null ,mem_app_handshake_flag 
-0x41ed 015207 jam 0 ,mem_ltk_exists 
-0x41ee 015208 rtn 
-:      015210 mouse_event_light_state_pairing:
-0x41ef 015211 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
-0x41f0 015212 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
-0x41f1 015213 branch mouse_start_discovery 
-:      015214 mouse_event_light_state_hibernate:
-0x41f2 015215 fetch 2 ,mem_ui_state_map 
-0x41f3 015216 bbit1 ui_state_btn_down ,mouse_start_discovery 
-0x41f4 015217 branch app_bb_hibernate 
-:      015219 mouse4_0_event_bb_disconn:
-0x41f5 015220 call mouse_le_clean_connect_flag 
-0x41f6 015221 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-0x41f7 015222 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-0x41f8 015223 branch app_bb_hibernate 
-:      015225 mouse_bb_event_timer:
-0x41f9 015226 call mouse_adc_read 
-0x41fa 015227 call mouse_24g_delay_timer 
-0x41fb 015228 call mouse_ban_24g_pairing_timer 
-0x41fc 015229 call mouse_dpi_led_blink_delay_timer 
-0x41fd 015230 call mouse_statue_up_timer 
-0x41fe 015232 call mouse_statue_cheak_timer 
-0x41ff 015233 call mouse_select_device 
-0x4200 015234 call mouse_bt_discovery_cheak 
-0x4201 015235 call mouse_low_voltage_led_timer 
-0x4202 015236 call mouse_sensor_led_contrl_timer 
-0x4203 015237 call mouse_check_hid_handshake_timer 
-0x4204 015238 call mouse_check_discovery_timeout_timer 
-0x4205 015239 call mouse_check_direct_timeout_timer 
-0x4206 015240 call mouse_check_no_data_timeout_timer 
-0x4207 015241 call mouse_check_mouse_state_timer 
-0x4208 015242 branch mouse_le_enable_att_list_timer 
-:      015246 mouse_sensor_led_contrl_timer:
-0x4209 015247 fetch 1 ,mem_mouse_sensor_timer_count 
-0x420a 015248 rtn blank 
-0x420b 015249 increase -1 ,pdata 
-0x420c 015250 store 1 ,mem_mouse_sensor_timer_count 
-0x420d 015251 nrtn blank 
-0x420e 015252 branch mouse_sensor_led_contrl 
-:      015253 mouse_sensor_led_contrl:
-0x420f 015254 fetch 1 ,mem_sensor_led_style 
-0x4210 015255 rtneq ui_led_state_blink_stop 
-0x4211 015256 beq ui_led_state_blink_darking ,mouse_sensor_led_blink_state_darking 
-:      015257 mouse_sensor_led_blink_state_lighting:
-0x4212 015258 call mouse_sensor_led_on 
-0x4213 015259 jam ui_led_state_blink_darking ,mem_sensor_led_style 
-0x4214 015260 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x4215 015261 rtn 
-:      015262 mouse_sensor_led_blink_state_darking:
-0x4216 015263 call mouse_sensor_led_off 
-0x4217 015264 jam ui_led_state_blink_lighting ,mem_sensor_led_style 
-0x4218 015265 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x4219 015266 rtn 
-:      015268 mouse_sensor_led_blink_stop:
-:      015269 mouse_sensor_reset:
-0x421a 015270 setarg 0x8006 
-0x421b 015271 call twspi_write 
-0x421c 015272 nop 1000 
-0x421d 015273 jam 0x00 ,mem_mouse_sensor_timer_count 
-0x421e 015274 jam ui_led_state_blink_stop ,mem_sensor_led_style 
-0x421f 015275 branch mouse_init_p32xx_id2_judge 
-:      015277 mouse_p3212sensor_led_on:
-0x4220 015278 setarg 0xa006 
-0x4221 015279 call twspi_write 
-0x4222 015280 setarg 0xa005 
-0x4223 015281 branch twspi_write 
-:      015282 mouse_sensor_led_on_global:
-0x4224 015283 jam 0 ,mem_mouse_sensor_timer_count 
-:      015284 mouse_sensor_led_on:
-0x4225 015285 fetch 1 ,mem_config_sensor_type 
-0x4226 015286 beq p3212 ,mouse_p3212sensor_led_on 
-0x4227 015287 setarg 0x0106 
-0x4228 015288 call twspi_write 
-0x4229 015289 setarg 0xa105 
-0x422a 015290 branch twspi_write 
-:      015292 mouse_sensor_led_off_global:
-0x422b 015293 jam 0 ,mem_mouse_sensor_timer_count 
-:      015294 mouse_sensor_led_off:
-0x422c 015295 setarg 0x0906 
-0x422d 015296 branch twspi_write 
-:      015297 mouse_sensor_start_blink:
-0x422e 015298 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
-0x422f 015299 jam ui_led_state_blink_start ,mem_sensor_led_style 
-0x4230 015300 rtn 
-:      015302 mouse_check_hid_handshake_timer:
-0x4231 015303 arg mem_hid_handshake_timer_count ,regc 
-0x4232 015304 arg mouse_bt_hid_handshake ,regb 
-0x4233 015305 branch timer_single_step 
-:      015307 mouse_check_discovery_timeout_timer:
-0x4234 015308 arg mem_mouse_discovery_timer ,regc 
-0x4235 015309 arg mouse_check_discovery_timeout ,regb 
-0x4236 015310 branch timer_single_step_2b 
-:      015312 mouse_check_direct_timeout_timer:
-0x4237 015313 arg mem_mouse_direct_timer ,regc 
-0x4238 015314 arg mouse_check_direct_timeout ,regb 
-0x4239 015315 branch timer_single_step_2b 
-:      015317 mouse_check_no_data_timeout_timer:
-0x423a 015318 arg mem_mouse_no_data_timer ,regc 
-0x423b 015319 arg mouse_check_no_data_timeout ,regb 
-0x423c 015320 branch timer_single_step_2b 
-:      015322 mouse_check_mouse_state_timer:
-0x423d 015323 arg mem_mouse_statue_led_timer ,regc 
-0x423e 015324 arg mouse_statue_led_off ,regb 
-0x423f 015325 branch timer_single_step 
-:      015329 mouse_le_enable_att_list_timer:
-0x4240 015330 arg mem_le_start_encrypt_timer ,regc 
-0x4241 015331 arg mouse_le_enable_att_list ,regb 
-0x4242 015332 branch timer_single_step 
-:      015334 mouse_24g_delay_timer:
-0x4243 015335 arg mem_24g_enter_lpm_timer ,regc 
-0x4244 015336 arg mouse_24g_delay ,regb 
-0x4245 015337 branch timer_single_step 
-:      015339 mouse_ban_24g_pairing_timer:
-0x4246 015340 arg mem_24g_pairing_timer_count ,regc 
-0x4247 015341 arg mouse_ban_24g_pairing ,regb 
-0x4248 015342 branch timer_single_step_2b 
-:      015343 mouse_ban_24g_pairing:
-:      015344 mouse_24g_delay:
-0x4249 015345 rtn 
-:      015348 mosue_dpi_led_blink_init:
-0x424a 015349 fetch mouse_flag_len ,mem_mouse_flag 
-0x424b 015350 rtnbit0 mouse_enable_dpi_led_blink 
-0x424c 015351 jam 10 ,mem_mouse_dpi_led_delay_count 
-0x424d 015352 fetch 1 ,mem_dpi_led_gpio 
-0x424e 015353 store 1 ,mem_mouse_struct_led_gpio 
-0x424f 015354 rtn 
-:      015357 mouse_dpi_led_blink_delay_timer:
-0x4250 015358 arg mem_mouse_dpi_led_delay_count ,regc 
-0x4251 015359 arg mouse_dpi_led_setting ,regb 
-0x4252 015360 branch timer_single_step 
-:      015361 mouse_dpi_led_setting:
-0x4253 015362 fetch 1 ,mem_dpi_led_gpio 
-0x4254 015363 store 1 ,mem_mouse_struct_led_gpio 
-0x4255 015364 setarg led_dpi_blink 
-0x4256 015365 store 2 ,mem_mouse_on_time 
-0x4257 015366 store 2 ,mem_mouse_off_time 
-0x4258 015367 arg 0 ,rega 
-0x4259 015368 fetcht 1 ,mem_mouse_dpi 
-0x425a 015369 increase 1 ,temp 
-0x425b 015370 storet 1 ,mem_mouse_blink_count 
-0x425c 015371 jam ui_led_state_blink_start ,mem_mouse_led_type 
-0x425d 015372 rtn 
-:      015374 mouse_le_enable_att_list:
-0x425e 015375 fetch 1 ,mem_le_connect_status_flag 
-0x425f 015376 rtnbit1 ll_pairing_success_flag 
-0x4260 015377 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-0x4261 015378 call ui_ipc_send_cmd 
-0x4262 015379 arg write_req_enable_flag ,queue 
-0x4263 015380 branch mouse_le_enable_connect_flag 
-:      015383 mouse_check_discovery_timeout:
-0x4264 015384 call mouse_stop_discovery 
-0x4265 015385 branch app_enter_hibernate 
-:      015387 mouse_check_direct_timeout:
-0x4266 015388 call app_ble_stop_direct_adv 
-0x4267 015389 fetch 1 ,mem_reconn_times 
-0x4268 015390 nbranch mouse_polling_device ,blank 
-0x4269 015391 branch app_enter_hibernate 
-:      015393 mouse_check_no_data_timeout:
-0x426a 015394 bmark1 mark_24g ,check_51cmd_hibernate 
-0x426b 015395 branch mouse_disconnect 
-:      015399 mouse_bb_event_discovery_btn:
-0x426c 015400 bpatch patch1d_2 ,mem_patch1d 
-0x426d 015401 jam 0 ,mem_mouse_send_blank_timer 
-0x426e 015402 call mouse_disconnect 
-0x426f 015403 call mouse_le_clean_connect_flag 
-0x4270 015404 branch mouse_start_discovery 
-:      015408 mouse3_0_check_reconn_target:
-0x4271 015409 fetch 6 ,mem_hci_plap 
-0x4272 015410 branch app_bt_start_discovery_short ,blank 
-0x4273 015411 call mouse_reconn_setting_led_gpio 
-0x4274 015412 jam 0x17 ,mem_connection_options 
-0x4275 015413 fetch 1 ,mem_ssp_enable 
-0x4276 015414 nbranch app_bt_start_reconnect ,blank 
-0x4277 015415 jam 0x04 ,mem_connection_options 
-0x4278 015416 branch app_bt_start_reconnect 
-:      015418 mouse4_0_check_reconn_target:
-0x4279 015419 fetch 2 ,mem_mouse_direct_timeout 
-0x427a 015420 store 2 ,mem_mouse_direct_timer 
-0x427b 015421 call mouse_reconn_setting_led_gpio 
-0x427c 015422 call app_lpm_mult_disable 
-0x427d 015423 branch check_51cmd_adv 
-:      015425 mouse_reconn_setting_led_gpio:
-0x427e 015426 setarg led_reconnect_blink 
-0x427f 015427 store 2 ,mem_mouse_on_time 
-0x4280 015428 store 2 ,mem_mouse_off_time 
-0x4281 015429 branch mouse_setting_led_gpio_comman 
-:      015431 mouse_discover_setting_led_gpio:
-0x4282 015432 setarg led_discovery_blink 
-0x4283 015433 store 2 ,mem_mouse_on_time 
-0x4284 015434 store 2 ,mem_mouse_off_time 
-:      015435 mouse_setting_led_gpio_comman:
-0x4285 015436 fetch 1 ,mem_device_flag 
-0x4286 015437 beq mode_bt_device1 ,mouse_device_led1 
-0x4287 015438 beq mode_bt_device2 ,mouse_device_led2 
-0x4288 015439 beq mode_bt_device3 ,mouse_device_led3 
-0x4289 015440 rtn 
-:      015441 mouse_device_led1:
-0x428a 015442 fetch 1 ,mem_config_device1_led_gpio 
-0x428b 015443 branch mouse_led_blink 
-:      015444 mouse_device_led2:
-0x428c 015445 fetch 1 ,mem_config_device2_led_gpio 
-0x428d 015446 branch mouse_led_blink 
-:      015447 mouse_device_led3:
-0x428e 015448 fetch 1 ,mem_config_device3_led_gpio 
-:      015449 mouse_led_blink:
-0x428f 015450 store 1 ,mem_temp 
-0x4290 015451 call mouse_devce_led_off 
-0x4291 015452 fetch 1 ,mem_temp 
-0x4292 015453 store 1 ,mem_mouse_struct_led_gpio 
-0x4293 015454 arg 0 ,rega 
-0x4294 015455 jam ui_led_state_blink_start ,mem_mouse_led_type 
-0x4295 015456 branch ui_led_blink_start_global 
-:      015458 mouse_led_off:
-0x4296 015459 arg 0 ,rega 
-0x4297 015460 branch ui_led_off_global 
-:      015461 mouse_led_on:
-0x4298 015462 arg 0 ,rega 
-0x4299 015463 branch ui_led_on_global 
-:      015465 mouse4_0_bb_event_discovery_btn:
-0x429a 015466 branch mouse_le_clean_connect_flag 
-:      015468 mouse_bt_hid_handshake:
-0x429b 015469 jam app_handshake_done ,mem_app_handshake_flag 
-0x429c 015470 call app_lpm_mult_enable 
-0x429d 015471 call app_bt_store_reconn_info 
-0x429e 015472 setarg 0 
-0x429f 015473 store 2 ,mem_discovery_timeout_timer_count 
-0x42a0 015474 store 1 ,mem_hid_handshake_timer_count 
-0x42a1 015475 branch app_bt_enter_sniff 
-:      015477 mouse_check_reconn_target:
-0x42a2 015478 call mouse_cheak_select_device_by_switch 
-0x42a3 015479 fetch 1 ,mem_device_flag 
-0x42a4 015480 fetcht 1 ,mem_24g_device_number 
-0x42a5 015481 isub temp ,null 
-0x42a6 015482 branch mouse_connect_24g_mode ,zero 
-0x42a7 015483 fetch 1 ,mem_xrecord_mode 
-0x42a8 015484 beq rec_3_mode ,mouse3_0_check_reconn_target 
-0x42a9 015485 beq rec_4_mode ,mouse4_0_check_reconn_target 
-0x42aa 015486 branch mouse_start_discovery 
-:      015487 mouse_connect_24g_mode:
-0x42ab 015488 call mouse_start_24g_mode 
-0x42ac 015489 rtnmark1 mark_24g 
-0x42ad 015490 fetch 1 ,mem_reconn_times 
-0x42ae 015491 nbranch mouse_polling_device ,blank 
-0x42af 015492 rtn 
-:      015494 mouse_start_discovery:
-0x42b0 015495 bpatch patch1d_3 ,mem_patch1d 
-0x42b1 015496 fetch 2 ,mem_ui_state_map 
-0x42b2 015497 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
-0x42b3 015498 fetch mouse_flag_len ,mem_mouse_flag 
-0x42b4 015499 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
-0x42b5 015500 random pdata 
-0x42b6 015501 store 1 ,mem_le_lap + 1 
-:      015502 mouse_start_discovery_norandom:
-0x42b7 015503 call app_lpm_mult_disable 
-0x42b8 015504 fetch 2 ,mem_discovery_timeout 
-0x42b9 015505 store 2 ,mem_mouse_discovery_timer 
-0x42ba 015506 jam 6 ,mem_connection_options 
-0x42bb 015507 setarg 0 
-0x42bc 015508 store 2 ,mem_mouse_no_data_timer 
-0x42bd 015509 store 2 ,mem_mouse_direct_timer 
-0x42be 015510 arg mouse_store_eeprom_flag ,queue 
-0x42bf 015511 call mouse_enable_function_flag 
-0x42c0 015512 call mouse_bt_discovery_button_down_disable 
-0x42c1 015513 fetch 1 ,mem_device_option 
-0x42c2 015514 isolate1 mode_4_mouse ,pdata 
-0x42c3 015515 call check_51cmd_adv ,true 
-0x42c4 015516 fetch 1 ,mem_device_option 
-0x42c5 015517 isolate1 mode_3_mouse ,pdata 
-0x42c6 015518 call check_51cmd_start_discovery ,true 
-0x42c7 015519 fetch mouse_flag_len ,mem_mouse_flag 
-0x42c8 015520 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_start_blink 
-0x42c9 015521 branch mouse_discover_setting_led_gpio 
-:      015523 mouse_stop_discovery:
-0x42ca 015524 bpatch patch1d_4 ,mem_patch1d 
-0x42cb 015525 fetch 1 ,mem_device_option 
-0x42cc 015526 isolate1 mode_4_mouse ,pdata 
-0x42cd 015527 call mouse_stop_le_adv ,true 
-0x42ce 015528 fetch 1 ,mem_device_option 
-0x42cf 015529 isolate1 mode_3_mouse ,pdata 
-0x42d0 015530 call mouse_stop_bt3_discovery ,true 
-0x42d1 015531 fetch mouse_flag_len ,mem_mouse_flag 
-0x42d2 015532 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_led_blink_stop 
-0x42d3 015533 branch mouse_devce_led_off 
-:      015534 mouse_stop_le_adv:
-0x42d4 015535 setarg 0 
-0x42d5 015536 store 2 ,mem_mouse_direct_timer 
-0x42d6 015537 branch check_51cmd_stop_adv 
-:      015538 mouse_stop_bt3_discovery:
-0x42d7 015539 setarg 0 
-0x42d8 015540 store 2 ,mem_mouse_discovery_timer 
-0x42d9 015541 branch check_51cmd_stop_discovery 
-:      015547 mouse_store_remote_bdaddr:
-0x42da 015548 fetch mouse_flag_len ,mem_mouse_flag 
-0x42db 015549 rtnbit0 mouse_store_eeprom_flag 
-0x42dc 015550 arg mouse_store_eeprom_flag ,queue 
-0x42dd 015551 call mouse_disable_function_flag 
-0x42de 015552 call mouse_check_device_addr 
-:      015553 mouse_unplug_clean_bdaddr:
-0x42df 015554 call mouse_before_store_reconn_info 
-0x42e0 015555 fetch mouse_flag_len ,mem_mouse_flag 
-0x42e1 015556 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
-0x42e2 015557 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
-0x42e3 015558 rtn 
-:      015559 mouse_store_eeprom_device_info:
-0x42e4 015560 arg 88 ,temp 
-0x42e5 015561 arg mem_device_flag ,rega 
-0x42e6 015562 arg mouse_info_eeprom_offect ,regb 
-0x42e7 015563 branch iicd_write_protect_eep_data 
-:      015565 mouse_check_device_addr:
-0x42e8 015566 fetch 1 ,mem_record_bt_mode 
-0x42e9 015567 beq rec_4_mode ,mouse_check_le_device_addr 
-0x42ea 015568 beq rec_3_mode ,mouse_check_bt_device_addr 
-0x42eb 015569 rtn 
-:      015570 mouse_check_le_device_addr:
-0x42ec 015571 store 1 ,mem_device_addr_temp 
-0x42ed 015572 fetch 6 ,mem_le_plap 
-0x42ee 015573 branch mouse_check_bt_device_addr_common 
-:      015574 mouse_check_bt_device_addr:
-0x42ef 015575 store 1 ,mem_device_addr_temp 
-0x42f0 015576 fetch 6 ,mem_plap 
-:      015577 mouse_check_bt_device_addr_common:
-0x42f1 015578 store 6 ,mem_device_addr_temp + 1 
-0x42f2 015579 fetch 7 ,mem_device_addr_temp 
-0x42f3 015580 arg mem_device1_type ,contr 
-0x42f4 015581 arg 3 ,loopcnt 
-:      015582 mouse_check_device_addr_end:
-0x42f5 015583 ifetcht 7 ,contr 
-0x42f6 015584 isub temp ,null 
-0x42f7 015585 branch mouse_clean_addr ,zero 
-0x42f8 015586 increase 22 ,contr 
-0x42f9 015587 loop mouse_check_device_addr_end 
-0x42fa 015588 rtn 
-:      015589 mouse_before_store_reconn_info:
-0x42fb 015590 arg mem_device1_type ,rega 
-0x42fc 015591 fetch 1 ,mem_device_flag 
-0x42fd 015592 increase -1 ,pdata 
-0x42fe 015593 mul32 pdata ,29 ,pdata 
-0x42ff 015594 iadd rega ,rega 
-0x4300 015595 fetch 1 ,mem_record_bt_mode 
-0x4301 015596 istore 1 ,rega 
-0x4302 015597 beq rec_4_mode ,mouse_store_le_device 
-0x4303 015598 beq rec_3_mode ,mouse_store_bt_device 
-0x4304 015599 rtn 
-:      015601 mouse_store_le_device:
-0x4305 015602 fetch 6 ,mem_le_plap 
-0x4306 015603 istore 6 ,contw 
-0x4307 015604 arg mem_le_ltk ,contr 
-0x4308 015605 call memcpy16 
-0x4309 015606 fetch 6 ,mem_le_lap 
-0x430a 015607 istore 6 ,contw 
-0x430b 015608 rtn 
-:      015609 mouse_store_bt_device:
-0x430c 015610 fetch 6 ,mem_plap 
-0x430d 015611 istore 6 ,contw 
-0x430e 015612 arg mem_link_key ,contr 
-0x430f 015613 branch memcpy16 
-:      015615 mouse_clean_addr:
-0x4310 015616 increase -6 ,contr 
-0x4311 015617 copy contr ,contw 
-0x4312 015618 fetcht 6 ,mem_device_addr_temp + 1 
-0x4313 015619 increase 3 ,temp 
-0x4314 015620 istoret 6 ,contw 
-0x4315 015621 rtn 
-:      015625 mouse_eeprom_load_recon_info:
-0x4316 015626 arg 88 ,temp 
-0x4317 015627 arg mem_device_flag ,rega 
-0x4318 015628 arg mouse_info_eeprom_offect ,regb 
-0x4319 015629 call iicd_read_eep_data 
-:      015630 mouse_select_reconn_device:
-0x431a 015631 arg mem_device1_type ,rega 
-0x431b 015632 fetch 1 ,mem_device_flag 
-0x431c 015633 fetcht 1 ,mem_24g_device_number 
-0x431d 015634 isub temp ,null 
-0x431e 015635 rtn zero 
-0x431f 015636 increase -1 ,pdata 
-0x4320 015637 mul32 pdata ,29 ,pdata 
-0x4321 015638 iadd rega ,rega 
-0x4322 015639 ifetch 1 ,rega 
-0x4323 015640 store 1 ,mem_xrecord_mode 
-0x4324 015641 beq rec_3_mode ,mouse_load_bt_device 
-0x4325 015642 beq rec_4_mode ,mouse_load_le_device 
-0x4326 015643 rtn 
-:      015645 mouse_load_bt_device:
-0x4327 015646 ifetch 6 ,contr 
-:      015647 mouse_load_bt_device_end:
-0x4328 015648 store 6 ,mem_hci_plap 
-0x4329 015649 arg mem_link_key ,contw 
-0x432a 015650 call memcpy16 
-0x432b 015651 branch check_link_key_load 
-:      015653 mouse_load_le_device:
-0x432c 015654 ifetch 6 ,contr 
-:      015655 mouse_load_le_device_end:
-0x432d 015656 store 6 ,mem_hci_plap 
-0x432e 015657 arg mem_le_ltk ,contw 
-0x432f 015658 call memcpy16 
-0x4330 015659 ifetch 6 ,contr 
-0x4331 015660 store 6 ,mem_le_lap 
-0x4332 015661 rtn 
-:      015664 mouse_select_device:
-0x4333 015665 fetch 1 ,mem_config_function_enable 
-0x4334 015666 bbit1 enable_select_device_by_gpio_button ,mouse_select_device_by_button 
-0x4335 015667 bbit1 enable_select_device_by_switch ,mouse_select_device_by_switch 
-0x4336 015668 branch mouse_select_device_by_combination_key 
-:      015670 mouse_select_device_by_combination_key:
-0x4337 015671 call mouse_check_key_gpio 
-0x4338 015672 beq mouse_rm_button ,mouse_select_device_commbination_key_down 
-:      015673 mouse_select_device_commbination_key_up:
-0x4339 015674 jam 30 ,mem_combination_select_device_count 
-0x433a 015675 fetch 1 ,mem_select_device_button_statue 
-0x433b 015676 rtneq dpi_button_state_up 
-0x433c 015677 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x433d 015678 rtn 
-:      015680 mouse_select_device_commbination_key_down:
-0x433e 015681 call mouse_combination_select_device_timer 
-0x433f 015682 fetch 1 ,mem_select_device_button_statue 
-0x4340 015683 rtneq dpi_button_state_down 
-0x4341 015684 jam dpi_button_state_down ,mem_select_device_button_statue 
-0x4342 015685 branch mouse_select_device_enable 
-:      015687 mouse_combination_select_device_timer:
-0x4343 015688 fetch 1 ,mem_combination_select_device_count 
-0x4344 015689 rtn blank 
-0x4345 015690 pincrease -1 
-0x4346 015691 store 1 ,mem_combination_select_device_count 
-0x4347 015692 nrtn blank 
-0x4348 015693 branch mouse_ready_reconnection_by_button 
-:      015695 mouse_select_device_by_button:
-0x4349 015696 fetch 1 ,mem_config_select_device_button_gpio 
-0x434a 015697 rtneq gpio_disable 
-0x434b 015698 fetcht 1 ,mem_config_select_device_button_gpio 
-0x434c 015699 call gpio_get_bit 
-0x434d 015700 branch mouse_select_device_button_down ,true 
-:      015701 mouse_select_device_button_up:
-0x434e 015702 fetch 1 ,mem_select_device_button_statue 
-0x434f 015703 rtneq dpi_button_state_up 
-0x4350 015704 jam dpi_button_state_up ,mem_select_device_button_statue 
-0x4351 015705 fetch mouse_flag_len ,mem_mouse_flag 
-0x4352 015706 rtnbit1 mouse_long_bt_button_flag 
-0x4353 015707 branch mouse_ready_reconnection_by_button 
-:      015709 mouse_select_device_button_down:
-0x4354 015710 fetch 1 ,mem_select_device_button_statue 
-0x4355 015711 rtneq dpi_button_state_down 
-0x4356 015712 jam dpi_button_state_down ,mem_select_device_button_statue 
-0x4357 015713 arg mouse_long_bt_button_flag ,queue 
-0x4358 015714 branch mouse_disable_function_flag 
-:      015718 mouse_select_device_by_switch:
-0x4359 015719 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x435a 015720 rtnbit0 enable_select_device_by_switch 
-0x435b 015721 fetch 1 ,mem_device_flag 
-0x435c 015722 beq mode_bt_device1 ,mouse_select1_device 
-0x435d 015723 beq mode_24g_device ,mouse_select2_device 
-0x435e 015724 rtn 
-:      015725 mouse_cheak_select_device_by_switch:
-0x435f 015726 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
-0x4360 015727 rtnbit0 enable_select_device_by_switch 
-0x4361 015728 fetcht 1 ,mem_config_select_device_button_gpio 
-0x4362 015729 call gpio_get_bit 
-0x4363 015730 branch mouse_cheak_select_24gdevice ,true 
-:      015731 mouse_select_btdevice:
-0x4364 015732 jam mode_bt_device1 ,mem_device_flag 
-0x4365 015733 rtn 
-:      015734 mouse_cheak_select_24gdevice:
-0x4366 015735 fetch 1 ,mem_24g_device_number 
-0x4367 015736 store 1 ,mem_device_flag 
-0x4368 015737 rtn 
-:      015738 mouse_select1_device:
-0x4369 015739 fetcht 1 ,mem_config_select_device_button_gpio 
-0x436a 015740 nbranch mouse_ready_reconnection_by_button ,true 
-0x436b 015741 rtn 
-:      015742 mouse_select2_device:
-0x436c 015743 fetcht 1 ,mem_config_select_device_button_gpio 
-0x436d 015744 call gpio_get_bit 
-0x436e 015745 branch mouse_select_device_button_down ,true 
-0x436f 015746 rtn 
-:      015751 mouse_ready_reconnection_by_button:
-0x4370 015752 fetcht 1 ,mem_device_flag 
-0x4371 015753 increase 1 ,temp 
-0x4372 015754 fetch 1 ,mem_device_number 
-0x4373 015755 isub temp ,null 
-0x4374 015756 ncall mouse_select_device_count_clean ,positive 
-0x4375 015757 storet 1 ,mem_device_flag 
-0x4376 015758 jam 0 ,mem_link_key_exists 
-0x4377 015759 call mouse_store_device_number2eeprom 
-0x4378 015760 call mouse_select_device_enable 
-0x4379 015762 branch mouse_set_reconnection 
-:      015764 mouse_store_device_number2eeprom:
-0x437a 015765 arg 1 ,temp 
-0x437b 015766 arg mem_device_flag ,rega 
-0x437c 015767 arg 0 ,regb 
-0x437d 015768 branch iicd_write_eep_data 
-:      015770 mouse_set_reconnection:
-0x437e 015771 call mouse_stop_bluetooth_mode 
-0x437f 015772 call mouse_select_device_disable 
-0x4380 015773 branch mouse_soft_reset 
-:      015774 mouse_stop_bluetooth_mode:
-0x4381 015775 fetch 2 ,mem_ui_state_map 
-0x4382 015776 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
-0x4383 015777 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x4384 015778 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x4385 015779 branch mouse_stop_discovery 
-:      015781 mouse_disconnect:
-0x4386 015782 bpatch patch1d_5 ,mem_patch1d 
-0x4387 015783 setarg 0 
-0x4388 015784 store 2 ,mem_mouse_no_data_timer 
-0x4389 015785 fetch 2 ,mem_ui_state_map 
-0x438a 015786 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x438b 015787 fetch 2 ,mem_ui_state_map 
-0x438c 015788 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x438d 015789 rtn 
-:      015791 mouse_irtual_cable_unplug:
-0x438e 015792 setarg 0x01 
-0x438f 015793 store 6 ,mem_plap 
-0x4390 015794 jam rec_3_mode ,mem_record_bt_mode 
-0x4391 015795 branch mouse_unplug_clean_bdaddr 
-:      015798 mouse_cancel_reconnect:
-0x4392 015799 call mouse_bt_cannel_reconn_enable 
-0x4393 015800 branch check_51cmd_bb_reconn_cancel 
-:      015802 mouse_bt_discovery_by_button:
-0x4394 015803 fetch 1 ,mem_config_bt_button_gpio 
-0x4395 015804 rtneq gpio_disable 
-0x4396 015805 fetcht 1 ,mem_config_bt_button_gpio 
-0x4397 015806 call gpio_get_bit 
-0x4398 015807 branch mouse_bt_discovery_button_down ,true 
-:      015808 mouse_bt_discovery_button_up:
-0x4399 015809 fetch 1 ,mem_ui_button_timeout 
-0x439a 015810 store 1 ,mem_combination_ui_button_count 
-0x439b 015811 fetch 1 ,mem_bt_discovey_button_statue 
-0x439c 015812 rtneq dpi_button_state_up 
-0x439d 015813 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0x439e 015814 branch mouse_bt_discovery_button_down_disable 
-:      015815 mouse_bt_discovery_button_down:
-0x439f 015816 call mouse_bt_discovry_timer 
-0x43a0 015817 fetch 1 ,mem_bt_discovey_button_statue 
-0x43a1 015818 rtneq dpi_button_state_down 
-0x43a2 015819 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
-0x43a3 015820 call check_51cmd_bb_reconn_cancel 
-0x43a4 015821 branch mouse_bt_discovery_button_down_enable 
-:      015824 mouse_bt_discovery_cheak:
-0x43a5 015825 fetch 1 ,mem_config_function_enable 
-0x43a6 015826 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
-:      015827 mouse_bt_discovery_commbination_key:
-0x43a7 015828 call mouse_check_key_gpio 
-0x43a8 015829 beq mouse_lmr_button ,mouse_bt_discovery_commbination_key_down 
-:      015830 mouse_bt_discovery_commbination_key_up:
-0x43a9 015831 fetch 1 ,mem_ui_button_timeout 
-0x43aa 015832 store 1 ,mem_combination_ui_button_count 
-0x43ab 015833 fetch 1 ,mem_bt_discovey_button_statue 
-0x43ac 015834 rtneq dpi_button_state_up 
-0x43ad 015835 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
-0x43ae 015836 branch mouse_bt_discovery_button_down_disable 
-:      015839 mouse_bt_discovery_commbination_key_down:
-0x43af 015840 call mouse_bt_discovry_timer 
-0x43b0 015841 fetch 1 ,mem_bt_discovey_button_statue 
-0x43b1 015842 rtneq dpi_button_state_down 
-0x43b2 015843 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
-0x43b3 015844 call check_51cmd_bb_reconn_cancel 
-0x43b4 015845 branch mouse_bt_discovery_button_down_enable 
-:      015847 mouse_bt_discovry_timer:
-0x43b5 015848 arg mem_combination_ui_button_count ,regc 
-0x43b6 015849 arg mouse_long_button_bt_discovry ,regb 
-0x43b7 015850 branch timer_single_step 
-:      015852 mouse_long_button_bt_discovry:
-0x43b8 015853 arg mouse_long_bt_button_flag ,queue 
-0x43b9 015854 call mouse_enable_function_flag 
-0x43ba 015855 call app_evt_button_long_pressed 
-0x43bb 015856 branch mouse_bb_event_discovery_btn 
-:      015859 mouse_cpi_enable:
-0x43bc 015860 arg mouse_cpi_flag ,queue 
-0x43bd 015861 branch mouse_enable_function_flag 
-:      015862 mouse_cpi_disable:
-0x43be 015863 arg mouse_cpi_flag ,queue 
-0x43bf 015864 branch mouse_disable_function_flag 
-:      015865 mouse_select_device_enable:
-0x43c0 015866 arg mouse_select_device_flag ,queue 
-0x43c1 015867 branch mouse_enable_function_flag 
-:      015868 mouse_select_device_disable:
-0x43c2 015869 arg mouse_select_device_flag ,queue 
-0x43c3 015870 branch mouse_disable_function_flag 
-:      015871 mouse_bt_cannel_reconn_enable:
-0x43c4 015872 arg mouse_bt_cannel_reconn_flag ,queue 
-0x43c5 015873 branch mouse_enable_function_flag 
-:      015874 mouse_bt_cannel_reconn_disable:
-0x43c6 015875 arg mouse_bt_cannel_reconn_flag ,queue 
-0x43c7 015876 branch mouse_disable_function_flag 
-:      015877 mouse_bt_discovery_button_down_enable:
-0x43c8 015878 arg mouse_bt_discovery_button_down_flag ,queue 
-0x43c9 015879 branch mouse_enable_function_flag 
-:      015880 mouse_bt_discovery_button_down_disable:
-0x43ca 015881 arg mouse_bt_discovery_button_down_flag ,queue 
-0x43cb 015882 branch mouse_disable_function_flag 
-:      015886 mouse_select_device_count_clean:
-0x43cc 015887 arg 1 ,temp 
-0x43cd 015888 rtn 
-:      015890 mouse_enable_function_flag:
-0x43ce 015891 fetch mouse_flag_len ,mem_mouse_flag 
-0x43cf 015892 qset1 pdata 
-0x43d0 015893 store mouse_flag_len ,mem_mouse_flag 
-0x43d1 015894 rtn 
-:      015896 mouse_disable_function_flag:
-0x43d2 015897 fetch mouse_flag_len ,mem_mouse_flag 
-0x43d3 015898 qset0 pdata 
-0x43d4 015899 store mouse_flag_len ,mem_mouse_flag 
-0x43d5 015900 rtn 
-:      015902 mouse_adc_read:
-0x43d6 015903 fetch mouse_flag_len ,mem_mouse_flag 
-0x43d7 015904 rtnbit0 mouse_enable_adc 
-0x43d8 015905 fetch 1 ,mem_adc_read_timer 
-0x43d9 015906 increase 1 ,pdata 
-0x43da 015907 store 1 ,mem_adc_read_timer 
-0x43db 015908 sub pdata ,10 ,null 
-0x43dc 015909 rtn positive 
-0x43dd 015910 jam 0 ,mem_adc_read_timer 
-0x43de 015911 call adc_set_mode 
-0x43df 015912 call vdd_calculate_by_mode 
-0x43e0 015913 store 2 ,mem_mouse_vdd_now_vol 
-0x43e1 015914 arg mem_mouse_vdd_calculate_set ,rega 
-0x43e2 015915 call adc_bat_percent_lowpower_out 
-0x43e3 015916 fetch 1 ,mem_adc_power_flag 
-0x43e4 015917 bbit1 1 ,mouse_power_down 
-0x43e5 015918 bbit0 0 ,mouse_adc_no_low_voltage 
-0x43e6 015919 branch mouse_adc_low_voltage 
-:      015920 mouse_adc_low_voltage:
-0x43e7 015921 arg mouse_low_voltage_flag ,queue 
-0x43e8 015922 branch mouse_enable_function_flag 
-:      015923 mouse_adc_no_low_voltage:
-0x43e9 015924 arg mouse_low_voltage_flag ,queue 
-0x43ea 015925 branch mouse_disable_function_flag 
-:      015927 mouse_low_voltage_led_timer:
-0x43eb 015928 fetch mouse_flag_len ,mem_mouse_flag 
-0x43ec 015929 rtnbit0 mouse_low_voltage_flag 
-0x43ed 015930 fetch 1 ,mem_config_low_voltage_alarm_gpio 
-0x43ee 015931 store 1 ,mem_mouse_struct_led_gpio 
-0x43ef 015932 fetch 1 ,mem_adc_low_volatage_led_timer_count 
-0x43f0 015933 pincrease 1 
-0x43f1 015934 store 1 ,mem_adc_low_volatage_led_timer_count 
-0x43f2 015935 sub pdata ,20 ,null 
-0x43f3 015936 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
-0x43f4 015937 beq 2 ,mouse_low_voltage_led_on 
-0x43f5 015938 beq 4 ,mouse_low_voltage_led_off 
-0x43f6 015939 beq 6 ,mouse_low_voltage_led_on 
-0x43f7 015940 beq 8 ,mouse_low_voltage_led_off 
-0x43f8 015941 rtn 
-:      015942 mouse_adc_low_volatage_led_timer_count_clean:
-0x43f9 015943 jam 1 ,mem_adc_low_volatage_led_timer_count 
-0x43fa 015944 branch mouse_low_voltage_led_off 
-:      015945 mouse_low_voltage_led_on:
-0x43fb 015946 arg 0 ,rega 
-0x43fc 015947 jam ui_led_state_lighting ,mem_mouse_led_type 
-0x43fd 015948 branch ui_led_on_global 
-:      015949 mouse_low_voltage_led_off:
-0x43fe 015950 arg 0 ,rega 
-0x43ff 015951 jam ui_led_state_lighting ,mem_mouse_led_type 
-0x4400 015952 branch ui_led_off_global 
-:      015954 mouse_g24_package_data:
-0x4401 015955 call mouse_motion 
-0x4402 015956 nrtn user 
-0x4403 015957 arg 7 ,rega 
-0x4404 015958 arg mem_mouse_key ,regb 
-0x4405 015959 rtn 
-:      015961 mouse_g24_enter_lpm:
-0x4406 015962 fetch 1 ,mem_mouse_24g_enter_lpm_enable 
-0x4407 015963 rtn blank 
-0x4408 015965 fetcht 1 ,mem_dpi_button_gpio 
-0x4409 015966 call gpio_get_bit 
-0x440a 015967 call mouse_24g_dpi_delay_init ,true 
-0x440b 015968 fetch 1 ,mem_24g_enter_lpm_timer 
-0x440c 015969 nrtn blank 
-0x440d 015970 call mouse_check_key_gpio 
-0x440e 015971 nrtn blank 
-0x440f 015972 branch g24_lpm_long_sleep 
-:      015974 mouse_24g_dpi_delay_init:
-0x4410 015975 fetch 1 ,mem_dpi_button_gpio 
-0x4411 015976 rtneq ui_button_gpio_disable 
-0x4412 015977 jam 10 ,mem_24g_enter_lpm_timer 
-0x4413 015978 rtn 
-:      015981 mouse_load_flash_info_cheak:
-0x4414 015982 call mouse_load_flash_flag 
-0x4415 015983 fetch 2 ,mem_store_flag 
-0x4416 015984 arg eeprom_init_flag ,temp 
-0x4417 015985 isub temp ,null 
-0x4418 015986 branch mouse_load_flash_device_info ,zero 
-0x4419 015987 storet 2 ,mem_store_flag 
-0x441a 015988 call mouse_ble_init_address 
-0x441b 015989 branch mouse_store_flash_device_info 
-:      015990 mouse_ble_init_address:
-0x441c 015991 fetch 6 ,mem_le_lap 
-0x441d 015992 store 6 ,mem_device1_locall_addr 
-0x441e 015993 add pdata ,0x0100 ,pdata 
-0x441f 015994 store 6 ,mem_device2_locall_addr 
-0x4420 015995 add pdata ,0x0100 ,pdata 
-0x4421 015996 store 6 ,mem_device3_locall_addr 
-0x4422 015997 rtn 
-:      016000 mouse_load_flash_flag:
-0x4423 016001 setarg mem_store_flag 
-0x4424 016002 arg mem_mouse_information_start ,temp 
-0x4425 016003 isub temp ,temp 
-0x4426 016004 fetch 3 ,mem_flash_base 
-0x4427 016005 iadd temp ,pdata 
-0x4428 016006 arg 2 ,temp 
-0x4429 016007 arg mem_store_flag ,rega 
-0x442a 016008 branch spid_read_flash 
-:      016011 mouse_load_flash_device_info:
-0x442b 016012 setarg mem_mouse_information_end 
-0x442c 016013 arg mem_mouse_information_start ,temp 
-0x442d 016014 isub temp ,temp 
-0x442e 016015 fetch 3 ,mem_flash_base 
-0x442f 016016 arg mem_mouse_information_start ,rega 
-0x4430 016017 call spid_read_flash 
-0x4431 016018 call mouse_select_reconn_device 
-0x4432 016019 fetch 4 ,mem_mouse_24g_addr 
-0x4433 016020 call g24_head_ptr2regc 
-0x4434 016021 branch g24_store_mem_addr 
-:      016023 mouse_store_flash_device_info:
-0x4435 016024 setarg mem_mouse_information_end 
-0x4436 016025 arg mem_mouse_information_start ,temp 
-0x4437 016026 isub temp ,temp 
-0x4438 016027 arg mem_mouse_information_start ,rega 
-0x4439 016028 fetch 3 ,mem_flash_base 
-0x443a 016029 branch flash_write 
-:      016031 mouse_store_eerpom_dpi:
-0x443b 016032 arg 1 ,temp 
-0x443c 016033 arg mem_mouse_dpi ,rega 
-0x443d 016034 arg mouse_dpi_eeprom_offect ,regb 
-0x443e 016035 branch iicd_write_protect_eep_data 
-:      016037 mouse_load_eeprom_dpi:
-0x443f 016038 arg 1 ,temp 
-0x4440 016039 arg mem_mouse_dpi ,rega 
-0x4441 016040 arg mouse_dpi_eeprom_offect ,regb 
-0x4442 016041 branch iicd_read_eep_data 
-:      016043 mouse_statue_cheak_timer:
-0x4443 016044 rtnmark1 mark_24g 
-0x4444 016045 fetch mouse_flag_len ,mem_mouse_flag 
-0x4445 016046 rtnbit0 mouse_enable_statue_up 
-0x4446 016047 fetch 1 ,mem_mouse_1step_up_count 
-0x4447 016048 pincrease 1 
-0x4448 016049 and pdata ,0x07 ,pdata 
-0x4449 016050 store 1 ,mem_mouse_1step_up_count 
-0x444a 016051 rtnne 0x07 
-0x444b 016052 fetch 2 ,mem_ui_state_map 
-0x444c 016053 bbit1 ui_state_bt_connected ,mouse_check_statue_up 
-0x444d 016054 bbit1 ui_state_ble_connected ,mouse_check_statue_up 
-0x444e 016055 rtn 
-:      016060 mouse_check_statue_up:
-0x444f 016061 bpatch patch1d_6 ,mem_patch1d 
-0x4450 016062 fetch 1 ,mem_mouse_2step_up_count 
-0x4451 016063 nrtn blank 
-0x4452 016064 fetch mouse_flag_len ,mem_mouse_flag 
-0x4453 016065 rtnbit0 mouse_statue_up_flag 
-0x4454 016066 fetch 1 ,mem_sensor_squal_reg 
-0x4455 016067 call sensor_read 
-0x4456 016068 store 1 ,mem_sensor_iqc 
-0x4457 016069 sub pdata ,0x10 ,null 
-0x4458 016070 branch mouse_statue_up_timer_init ,positive 
-0x4459 016071 jam 0 ,mem_mouse_2step_up_count 
-0x445a 016072 rtn 
-:      016074 mouse_statue_up_timer_init:
-0x445b 016075 jam 30 ,mem_mouse_2step_up_count 
-0x445c 016076 rtn 
-:      016077 mouse_statue_up_timer:
-0x445d 016078 arg mem_mouse_2step_up_count ,regc 
-0x445e 016079 arg mouse_statue_up ,regb 
-0x445f 016080 branch timer_single_step 
-:      016082 mouse_statue_up:
-0x4460 016083 fetch 1 ,mem_sensor_squal_reg 
-0x4461 016084 call twspi_read 
-0x4462 016085 sub pdata ,0x10 ,null 
-0x4463 016086 nrtn positive 
-0x4464 016087 fetch mouse_flag_len ,mem_mouse_flag 
-0x4465 016088 rtnbit0 mouse_statue_up_flag 
-0x4466 016089 arg mouse_statue_up_flag ,queue 
-0x4467 016090 call mouse_disable_function_flag 
-0x4468 016091 jam 0 ,mem_lpm_mult 
-0x4469 016092 jam 30 ,mem_mouse_statue_led_timer 
-0x446a 016093 call mouse_devce_led_off 
-0x446b 016094 fetch mouse_flag_len ,mem_mouse_flag 
-0x446c 016095 bbit1 mouse_enable_statue_up_three_led ,mouse_three_device_statue_up 
-:      016096 mouse_two_device_statue_up:
-0x446d 016097 fetch 1 ,mem_device_flag 
-0x446e 016098 beq mode_bt_device1 ,mouse_device1_led_on 
-0x446f 016099 beq mode_bt_device2 ,mouse_device_blink_led_init 
-0x4470 016100 rtn 
-:      016101 mouse_three_device_statue_up:
-0x4471 016102 fetch 1 ,mem_device_flag 
-0x4472 016103 beq mode_bt_device1 ,mouse_device1_led_on 
-0x4473 016104 beq mode_bt_device2 ,mouse_device2_led_on 
-0x4474 016105 beq mode_bt_device3 ,mouse_device3_led_on 
-0x4475 016106 rtn 
-:      016108 mouse_device_blink_led_init:
-0x4476 016109 fetch 1 ,mem_config_device1_led_gpio 
-0x4477 016110 branch mouse_led_blink 
-:      016114 mouse_statue_led_off:
-0x4478 016115 jam 0x20 ,mem_lpm_mult 
-0x4479 016116 branch mouse_devce_led_off 
-:      016120 mouse_devce1_led_off:
-0x447a 016121 fetch 1 ,mem_config_device1_led_gpio 
-0x447b 016122 rtneq gpio_disable 
-0x447c 016123 store 1 ,mem_mouse_struct_led_gpio 
-0x447d 016124 branch mouse_led_off 
-:      016126 mouse_devce2_led_off:
-0x447e 016127 fetch 1 ,mem_config_device2_led_gpio 
-0x447f 016128 rtneq gpio_disable 
-0x4480 016129 store 1 ,mem_mouse_struct_led_gpio 
-0x4481 016130 branch mouse_led_off 
-:      016132 mouse_devce_led_off:
-0x4482 016133 call mouse_led_off 
-0x4483 016134 call mouse_devce1_led_off 
-0x4484 016135 call mouse_devce2_led_off 
-:      016136 mouse_devce3_led_off:
-0x4485 016137 fetch 1 ,mem_config_device3_led_gpio 
-0x4486 016138 rtneq gpio_disable 
-0x4487 016139 store 1 ,mem_mouse_struct_led_gpio 
-0x4488 016140 branch mouse_led_off 
-:      016142 mouse_device1_led_on:
-0x4489 016143 fetch 1 ,mem_config_device1_led_gpio 
-0x448a 016144 store 1 ,mem_mouse_struct_led_gpio 
-0x448b 016145 branch mouse_led_on 
-:      016146 mouse_device2_led_on:
-0x448c 016147 fetch 1 ,mem_config_device2_led_gpio 
-0x448d 016148 store 1 ,mem_mouse_struct_led_gpio 
-0x448e 016149 branch mouse_led_on 
-:      016150 mouse_device3_led_on:
-0x448f 016151 fetch 1 ,mem_config_device3_led_gpio 
-0x4490 016152 store 1 ,mem_mouse_struct_led_gpio 
-0x4491 016153 branch mouse_led_on 
-:      016157 mouse_polling_device:
-0x4492 016158 bpatch patch1d_7 ,mem_patch1d 
-0x4493 016159 fetch 1 ,mem_reconn_times 
-0x4494 016160 increase -1 ,pdata 
-0x4495 016161 store 1 ,mem_reconn_times 
-0x4496 016162 fetcht 1 ,mem_device_flag 
-0x4497 016163 increase 1 ,temp 
-0x4498 016164 fetch 1 ,mem_device_number 
-0x4499 016165 isub temp ,null 
-0x449a 016166 ncall mouse_select_device_count_clean ,positive 
-0x449b 016167 storet 1 ,mem_device_flag 
-0x449c 016168 jam 0 ,mem_link_key_exists 
-0x449d 016169 call mouse_store_device_number2eeprom 
-0x449e 016170 call mouse_before_store_reconn_info 
-0x449f 016171 branch mouse_check_reconn_target 
-:      016173 mouse_power_down:
-0x44a0 016174 call mouse_devce_led_off 
-0x44a1 016175 setarg 0 
-0x44a2 016176 store 8 ,mem_gpio_wakeup_low 
-0x44a3 016177 branch lpm_hibernate 
-:      016188 remote_car_init:
-0x44a4 016189 rtn wake 
-0x44a5 016190 hfetch 1 ,core_gpio_sel1 
-0x44a6 016191 and_into 0xf0 ,pdata 
-0x44a7 016192 hstore 1 ,core_gpio_sel1 
-0x44a8 016193 call keyscan_key_init 
-0x44a9 016194 setarg remote_car_le_before_hibernate 
-0x44aa 016195 store 2 ,mem_cb_before_hibernate 
-0x44ab 016197 setarg remote_car_process_lpm_before 
-0x44ac 016198 store 2 ,mem_cb_before_lpm 
-0x44ad 016200 setarg remote_car_scale_process_idle 
-0x44ae 016201 store 2 ,mem_cb_idle_process 
-0x44af 016203 setarg remote_car_scale_process_bb_event 
-0x44b0 016204 store 2 ,mem_cb_bb_event_process 
-0x44b1 016206 setarg app_get_lpm_wake_lock 
-0x44b2 016207 store 2 ,mem_cb_check_wakelock 
-0x44b3 016209 call g24_head_ptr2regc 
-0x44b4 016210 setarg remote_car_g24_package_data 
-0x44b5 016211 add regc ,offset_24g_cb_data ,contw 
-0x44b6 016212 istore 2 ,contw 
-0x44b7 016214 setarg remote_car_g24_enter_lpm 
-0x44b8 016215 add regc ,offset_24g_cb_lpm_prepare ,contw 
-0x44b9 016216 istore 2 ,contw 
-0x44ba 016218 setarg remote_car_process_lpm_before 
-0x44bb 016219 add regc ,offset_24g_cb_lpm_before ,contw 
-0x44bc 016220 istore 2 ,contw 
-0x44bd 016222 setarg remote_car_event_timer 
-0x44be 016223 store 2 ,mem_cb_event_timer 
-0x44bf 016225 setarg remote_car_power_off_signal 
-0x44c0 016226 store 2 ,mem_remote_car_power_off_cb 
-0x44c1 016228 setarg remote_car_soft_switch_power_on_signal 
-0x44c2 016229 store 2 ,mem_remote_car_power_standby_cb 
-0x44c3 016231 setarg remote_car_send_key_data 
-0x44c4 016232 store 2 ,mem_cb_remote_car_keyscan 
-0x44c5 016234 bpatch patch1e_0 ,mem_patch1e 
-0x44c6 016235 call remote_car_init_environment 
-0x44c7 016236 call queue_init 
-0x44c8 016237 jam 2 ,mem_lpm_mult 
-0x44c9 016238 fetch 1 ,mem_remote_car_config_soft_switch_enable 
-0x44ca 016239 store 1 ,mem_remote_car_hard_soft_switch 
-0x44cb 016240 beq hard_switch ,remote_car_hard_switch_power_on_signal 
-0x44cc 016241 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
-0x44cd 016242 store 1 ,mem_ui_button_gpio 
-:      016243 remote_car_soft_switch_power_on_init:
-0x44ce 016244 call remote_car_ui_led_init 
-0x44cf 016245 call ui_button_init 
-0x44d0 016246 call ui_button_polling 
-0x44d1 016247 jam power_starting ,mem_remote_car_power_state 
-0x44d2 016248 fetch 2 ,mem_ui_state_map 
-0x44d3 016249 rtnbit1 ui_state_btn_down 
-0x44d4 016250 branch app_enter_hibernate 
-:      016254 remote_car_hard_switch_power_on_signal:
-0x44d5 016255 jam power_standby ,mem_remote_car_power_state 
-:      016256 remote_car_soft_switch_power_on_signal:
-0x44d6 016257 call remote_car_ui_led_init 
-0x44d7 016259 arg 0 ,rega 
-0x44d8 016260 call ui_led_blink_start_global 
-:      016261 remote_car_connect_24g_mode:
-0x44d9 016262 branch g24_auto_pair_start 
-:      016264 remote_car_power_off_signal:
-0x44da 016265 branch remote_car_ui_led_init 
-:      016267 remote_car_ui_led_init:
-0x44db 016268 bpatch patch1e_1 ,mem_patch1e 
-0x44dc 016269 fetch 1 ,mem_remote_car_config_connect_led_gpio 
-0x44dd 016270 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
-:      016271 remote_car_ui_led_init_1:
-0x44de 016272 fetcht 1 ,mem_remote_car_led_map 
-0x44df 016273 branch gpio_config_output 
-:      016274 remote_car_pairing_led_gpio_set:
-0x44e0 016275 store 1 ,mem_remote_car_led_map 
-0x44e1 016276 branch remote_car_ui_led_init_1 
-:      016279 remote_car_init_environment:
-0x44e2 016280 call g24_set_device_addr 
-0x44e3 016281 fetch 2 ,mem_remote_car_no_data_timeout 
-0x44e4 016282 store 2 ,mem_remote_car_no_data_timer 
-0x44e5 016283 branch remote_car_get_adc_default_data 
-:      016285 remote_car_le_before_hibernate:
-:      016290 remote_car_in_enter_hibernate:
-0x44e6 016291 call gpio_set_before_lpm_common 
-0x44e7 016292 call remote_car_process_lpm_before 
-0x44e8 016293 branch app_enter_hibernate 
-:      016295 remote_car_process_lpm_before:
-0x44e9 016296 branch keyscan_process_lpm_before 
-:      016298 remote_car_g24_enter_lpm:
-0x44ea 016299 fetch 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44eb 016300 rtn blank 
-0x44ec 016302 branch g24_lpm_long_sleep 
-:      016304 remote_car_process_auto_pair_exit:
-0x44ed 016305 rtn 
-:      016307 remote_car_key_scan_process:
-0x44ee 016308 branch keyscan_key_process 
-:      016310 remote_car_scale_process_idle:
-0x44ef 016311 call remote_car_rocker_process 
-0x44f0 016312 call remote_car_24g_status_process 
-0x44f1 016313 branch remote_car_key_scan_process 
-:      016315 remote_car_scale_process_bb_event:
-0x44f2 016316 copy regc ,pdata 
-0x44f3 016317 beq bt_evt_button_up ,app_event_button_up 
-0x44f4 016318 beq bt_evt_button_long_pressed ,app_button_long_pressed 
-0x44f5 016319 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
-0x44f6 016320 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
-0x44f7 016321 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
-0x44f8 016322 rtn 
-:      016324 remote_car_24g_attempt_fail:
-0x44f9 016325 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44fa 016326 rtn 
-:      016328 remote_car_24g_pairing_complete:
-0x44fb 016329 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x44fc 016330 jam work_paired ,mem_remote_car_24g_auto_work_step 
-0x44fd 016331 jam work_paired ,mem_remote_car_24g_pair_success_flag 
-0x44fe 016332 rtn 
-:      016334 remote_car_24g_attempt_success:
-0x44ff 016335 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
-0x4500 016336 jam work_paired ,mem_remote_car_24g_auto_work_step 
-0x4501 016337 jam work_paired ,mem_remote_car_24g_pair_success_flag 
-0x4502 016338 rtn 
-:      016340 remote_car_24g_status_process:
-0x4503 016341 fetch 1 ,mem_remote_car_24g_auto_work_step 
-0x4504 016342 rtneq power_on 
-0x4505 016343 fetch 1 ,mem_remote_car_24g_status 
-0x4506 016344 rtneq work_paired 
-0x4507 016345 jam work_paired ,mem_remote_car_24g_status 
-:      016346 remote_car_scale_process_paired:
-0x4508 016347 arg 0 ,rega 
-0x4509 016348 branch ui_led_off_global 
-:      016349 remote_car_scale_process_shutdown:
-0x450a 016350 arg 0 ,rega 
-0x450b 016351 call ui_led_off_global 
-0x450c 016352 call remote_car_ui_led_init 
-0x450d 016353 branch app_enter_hibernate 
-:      016355 remote_car_event_timer:
-0x450e 016356 call app_power_timer 
-0x450f 016357 branch remote_car_no_data_timer 
-:      016359 remote_car_no_data_timer:
-0x4510 016360 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
-0x4511 016361 rtn blank 
-0x4512 016362 arg mem_remote_car_no_data_timer ,regc 
-0x4513 016363 arg remote_car_scale_process_shutdown ,regb 
-0x4514 016364 branch timer_single_step_2b 
-:      016367 remote_car_get_adc_default_data:
-0x4515 016368 call remote_car_rocker_get_x 
-0x4516 016369 storet 2 ,mem_current_vdd_value_default_mid_x 
-0x4517 016370 call remote_car_rocker_get_y 
-0x4518 016371 storet 2 ,mem_current_vdd_value_default_mid_y 
-0x4519 016372 rtn 
-:      016373 remote_car_rocker_data_get:
-:      016374 remote_car_rocker_get_x:
-0x451a 016375 fetch 2 ,mem_current_vdd_value_default_mid_x 
-0x451b 016376 store 2 ,mem_current_vdd_value_default_mid_temp 
-0x451c 016377 call remote_car_get_adc_from_gpio6 
-0x451d 016378 call remote_car_rocker_get_value 
-0x451e 016379 store 1 ,mem_rocker_status 
-:      016380 remote_car_rocker_get_y:
-0x451f 016381 fetch 2 ,mem_current_vdd_value_default_mid_y 
-0x4520 016382 store 2 ,mem_current_vdd_value_default_mid_temp 
-0x4521 016383 call remote_car_get_adc_from_gpio7 
-0x4522 016384 call remote_car_rocker_get_value 
-0x4523 016385 store 1 ,mem_rocker_status + 1 
-0x4524 016386 rtn 
-:      016387 remote_car_rocker_get_value:
-0x4525 016388 fetch 2 ,mem_current_vdd_default_range 
-0x4526 016389 copy pdata ,rega 
-0x4527 016390 fetch 2 ,mem_current_vdd_value_default_mid_temp 
-0x4528 016391 call remote_car_rocker_mid_value_adjust 
-0x4529 016392 fetch 1 ,mem_rocker_work_status 
-0x452a 016393 nbranch remote_car_rocker_translate_key ,blank 
-0x452b 016394 nrtn positive 
-0x452c 016395 fetcht 2 ,mem_current_vdd_value_default_mid_temp 
-0x452d 016396 rtn 
-:      016397 remote_car_rocker_mid_value_adjust:
-0x452e 016398 isub temp ,pdata 
-0x452f 016399 branch remote_car_rocker_mid_adjust_positive ,positive 
-0x4530 016400 sub pdata ,0 ,pdata 
-0x4531 016401 jam 1 ,mem_rocker_negative_flag 
-0x4532 016402 isub rega ,null 
-0x4533 016403 rtn 
-:      016404 remote_car_rocker_mid_adjust_positive:
-0x4534 016405 jam 0 ,mem_rocker_negative_flag 
-0x4535 016406 isub rega ,null 
-0x4536 016407 rtn 
-:      016408 remote_car_rocker_translate_key:
-0x4537 016409 nbranch remote_car_rocker_middle_key ,positive 
-0x4538 016410 fetch 1 ,mem_rocker_negative_flag 
-0x4539 016411 nbranch remote_car_rocker_negative_key ,blank 
-:      016412 remote_car_rocker_positive_key:
-0x453a 016413 setarg rocker_positive_key 
-0x453b 016414 rtn 
-:      016415 remote_car_rocker_negative_key:
-0x453c 016416 setarg rocker_negative_key 
-0x453d 016417 rtn 
-:      016418 remote_car_rocker_middle_key:
-0x453e 016419 setarg rocker_middle_key 
-0x453f 016420 rtn 
-:      016421 remote_car_get_adc_from_gpio6:
-0x4540 016422 jam 0x33 ,mem_adc_channel 
-0x4541 016423 branch adc_set_mode 
-:      016424 remote_car_get_adc_from_gpio7:
-0x4542 016425 jam 0x34 ,mem_adc_channel 
-0x4543 016426 branch adc_set_mode 
-:      016429 remote_car_rocker_process:
-0x4544 016430 fetch 1 ,mem_remote_car_config_check_way 
-0x4545 016431 rtnne car_remote_check_rocker 
-:      016432 remote_car_read_rocker_check_start:
-0x4546 016433 bpatch patch1e_2 ,mem_patch1e 
-0x4547 016434 jam 1 ,mem_rocker_work_status 
-0x4548 016435 call remote_car_rocker_data_get 
-0x4549 016436 fetch 2 ,mem_rocker_status 
-0x454a 016437 fetcht 2 ,mem_rocker_last_status 
-0x454b 016438 isub temp ,null 
-0x454c 016439 rtn zero 
-0x454d 016440 store 2 ,mem_rocker_last_status 
-0x454e 016441 call remote_car_rocker_x_to_key 
-0x454f 016442 branch remote_car_rocker_y_to_key 
-:      016444 remote_car_rocker_x_to_key:
-0x4550 016445 fetch 1 ,mem_rocker_x_status 
-0x4551 016446 branch rocker_to_queue_set_0 ,blank 
-0x4552 016447 increase -1 ,pdata 
-0x4553 016448 branch remote_car_rocker_to_key 
-:      016449 remote_car_rocker_y_to_key:
-0x4554 016450 fetch 1 ,mem_rocker_y_status 
-0x4555 016451 branch rocker_to_queue_set_2 ,blank 
-0x4556 016452 increase 1 ,pdata 
-:      016453 remote_car_rocker_to_key:
-0x4557 016454 copy pdata ,queue 
-0x4558 016455 arg 1 ,rega 
-0x4559 016456 branch remote_car_send_key_data 
-:      016458 rocker_to_queue_set_0:
-0x455a 016459 arg 0 ,queue 
-0x455b 016460 arg 0 ,rega 
-0x455c 016461 branch remote_car_send_key_data 
-:      016462 rocker_to_queue_set_2:
-0x455d 016463 arg 2 ,queue 
-0x455e 016464 arg 0 ,rega 
-0x455f 016465 branch remote_car_send_key_data 
-:      016467 remote_car_send_key_data:
-0x4560 016468 copy rega ,pdata 
-0x4561 016469 store 1 ,mem_remote_key_status 
-0x4562 016470 fetch 1 ,mem_remote_car_24g_auto_work_step 
-0x4563 016471 beq power_on ,g24_auto_pair_start 
-0x4564 016472 fetch 2 ,mem_remote_car_no_data_timeout 
-0x4565 016473 store 2 ,mem_remote_car_no_data_timer 
-0x4566 016474 fetch 1 ,mem_remote_key_status 
-0x4567 016475 branch remote_car_key_is_release ,blank 
-:      016476 remote_car_key_is_press:
-0x4568 016477 bpatch patch1e_3 ,mem_patch1e 
-0x4569 016478 arg 0 ,rega 
-0x456a 016479 call ui_led_on_global 
-:      016480 remote_car_attack_key_press:
-0x456b 016481 copy queue ,pdata 
-0x456c 016482 beq 4 ,remote_car_send_attack_key4_press 
-0x456d 016483 beq 5 ,remote_car_send_attack_key5_press 
-0x456e 016484 beq 6 ,remote_car_send_fire_key6_press 
-:      016487 remote_car_motor_key_press:
-0x456f 016488 call remote_car_device_layout_select 
-0x4570 016489 beq control_f_b_ten ,remote_car_single_motor_key_is_press 
-0x4571 016490 beq control_l_r_ten ,remote_car_double_motor_key_press 
-0x4572 016491 beq control_l_r_lr ,remote_car_single_motor_key_is_press 
-0x4573 016492 rtn 
-:      016494 remote_car_single_motor_key_is_press:
-0x4574 016495 copy queue ,pdata 
-0x4575 016496 beq 0 ,remote_car_send_motor1_key0_press 
-0x4576 016497 beq 1 ,remote_car_send_motor1_key1_press 
-0x4577 016498 beq 2 ,remote_car_send_motor2_key2_press 
-0x4578 016499 beq 3 ,remote_car_send_motor2_key3_press 
-0x4579 016500 rtn 
-:      016502 remote_car_double_motor_key_press:
-0x457a 016503 copy queue ,pdata 
-0x457b 016504 beq 0 ,remote_car_send_double_motor_key0_press 
-0x457c 016505 beq 1 ,remote_car_send_double_motor_key1_press 
-0x457d 016506 beq 2 ,remote_car_send_double_motor_key2_press 
-0x457e 016507 beq 3 ,remote_car_send_double_motor_key3_press 
-0x457f 016508 rtn 
-:      016510 remote_car_key_is_release:
-0x4580 016511 bpatch patch1e_4 ,mem_patch1e 
-0x4581 016512 arg 0 ,rega 
-0x4582 016513 call ui_led_off_global 
-:      016514 remote_car_attack_key_release:
-0x4583 016515 copy queue ,pdata 
-0x4584 016516 beq 4 ,remote_car_send_attack_key4_rel 
-0x4585 016517 beq 5 ,remote_car_send_attack_key5_rel 
-:      016520 remote_car_motor_key_release:
-0x4586 016521 call remote_car_device_layout_select 
-0x4587 016522 beq control_f_b_ten ,remote_car_single_motor_key_rel 
-0x4588 016523 beq control_l_r_ten ,remote_car_double_motor_key_rel 
-0x4589 016524 beq control_l_r_lr ,remote_car_single_motor_key_rel 
-0x458a 016525 rtn 
-:      016527 remote_car_device_layout_select:
-0x458b 016528 fetch 1 ,mem_remote_car_config_layout 
-0x458c 016529 fetcht 1 ,mem_remote_car_config_key_map 
-0x458d 016530 ior temp ,pdata 
-0x458e 016531 rtn 
-:      016534 remote_car_send_motor1_key0_press:
-0x458f 016535 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x4590 016536 branch remote_car_send_key 
-:      016537 remote_car_send_motor1_key1_press:
-0x4591 016538 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x4592 016539 branch remote_car_send_key 
-:      016540 remote_car_send_motor2_key2_press:
-0x4593 016541 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x4594 016542 branch remote_car_send_key 
-:      016543 remote_car_send_motor2_key3_press:
-0x4595 016544 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x4596 016545 branch remote_car_send_key 
-:      016548 remote_car_send_double_motor_key0_press:
-0x4597 016549 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x4598 016550 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x4599 016551 branch remote_car_send_key 
-:      016552 remote_car_send_double_motor_key1_press:
-0x459a 016553 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x459b 016554 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x459c 016555 branch remote_car_send_key 
-:      016556 remote_car_send_double_motor_key2_press:
-0x459d 016557 jam motor_negative ,mem_remote_car_24g_motor1_payload 
-0x459e 016558 jam motor_positive ,mem_remote_car_24g_motor2_payload 
-0x459f 016559 branch remote_car_send_key 
-:      016560 remote_car_send_double_motor_key3_press:
-0x45a0 016561 jam motor_positive ,mem_remote_car_24g_motor1_payload 
-0x45a1 016562 jam motor_negative ,mem_remote_car_24g_motor2_payload 
-0x45a2 016563 branch remote_car_send_key 
-:      016566 remote_car_send_attack_key4_press:
-0x45a3 016567 jam motor_positive ,mem_remote_car_24g_motor3_payload 
-0x45a4 016568 branch remote_car_send_key 
-:      016569 remote_car_send_attack_key5_press:
-0x45a5 016570 jam motor_negative ,mem_remote_car_24g_motor3_payload 
-0x45a6 016571 branch remote_car_send_key 
-:      016573 remote_car_send_fire_key6_press:
-0x45a7 016574 jam 0x01 ,mem_remote_car_24g_fire_send_payload 
-0x45a8 016575 branch remote_car_send_attack 
-:      016577 remote_car_single_motor_key_rel:
-0x45a9 016578 copy queue ,pdata 
-0x45aa 016579 beq 0 ,remote_car_send_motor1_key0_rel 
-0x45ab 016580 beq 1 ,remote_car_send_motor1_key1_rel 
-0x45ac 016581 beq 2 ,remote_car_send_motor2_key2_rel 
-0x45ad 016582 beq 3 ,remote_car_send_motor2_key3_rel 
-0x45ae 016583 rtn 
-:      016585 remote_car_double_motor_key_rel:
-0x45af 016586 copy queue ,pdata 
-0x45b0 016587 beq 0 ,remote_car_send_double_motor_key0_rel 
-0x45b1 016588 beq 1 ,remote_car_send_double_motor_key1_rel 
-0x45b2 016589 beq 2 ,remote_car_send_double_motor_key2_rel 
-0x45b3 016590 beq 3 ,remote_car_send_double_motor_key3_rel 
-0x45b4 016591 rtn 
-:      016593 remote_car_send_motor1_key0_rel:
-:      016594 remote_car_send_motor1_key1_rel:
-0x45b5 016595 jam motor_stop ,mem_remote_car_24g_motor1_payload 
-0x45b6 016596 branch remote_car_send_key 
-:      016597 remote_car_send_motor2_key2_rel:
-:      016598 remote_car_send_motor2_key3_rel:
-0x45b7 016599 jam motor_stop ,mem_remote_car_24g_motor2_payload 
-0x45b8 016600 branch remote_car_send_key 
-:      016602 remote_car_send_double_motor_key0_rel:
-:      016603 remote_car_send_double_motor_key1_rel:
-:      016604 remote_car_send_double_motor_key2_rel:
-:      016605 remote_car_send_double_motor_key3_rel:
-0x45b9 016606 jam motor_stop ,mem_remote_car_24g_motor1_payload 
-0x45ba 016607 jam motor_stop ,mem_remote_car_24g_motor2_payload 
-0x45bb 016608 branch remote_car_send_key 
-:      016610 remote_car_send_attack_key4_rel:
-:      016611 remote_car_send_attack_key5_rel:
-0x45bc 016612 jam motor_stop ,mem_remote_car_24g_motor3_payload 
-0x45bd 016613 branch remote_car_send_key 
-:      016615 remote_car_send_key:
-0x45be 016616 arg mem_remote_car_24g_motor_packet ,rega 
-0x45bf 016617 branch queue_push 
-:      016618 remote_car_send_attack:
-0x45c0 016619 arg mem_remote_car_24g_fire_packet ,rega 
-0x45c1 016620 branch queue_push 
-:      016622 remote_car_g24_package_data:
-0x45c2 016623 fetch 1 ,mem_remote_car_24g_pair_success_flag 
-0x45c3 016624 beq work_paired ,remote_car_g24_send_empty 
-0x45c4 016625 arg mem_remote_car_24g_tx_temp ,rega 
-0x45c5 016626 call queue_pop 
-0x45c6 016627 nbranch remote_car_moto_data ,user 
-:      016628 remote_car_g24_package_data_continue:
-0x45c7 016629 arg mem_remote_car_24g_tx_temp ,contr 
-0x45c8 016630 ifetch 1 ,contr 
-0x45c9 016631 copy pdata ,rega 
-0x45ca 016632 arg mem_remote_car_24g_tx_temp + 1 ,regb 
-0x45cb 016635 rtn 
-:      016637 remote_car_g24_send_empty:
-0x45cc 016638 jam 0 ,mem_remote_car_24g_pair_success_flag 
-0x45cd 016639 enable user 
-0x45ce 016640 arg 1 ,rega 
-0x45cf 016641 arg mem_remote_car_empty_packet ,regb 
-0x45d0 016642 rtn 
-:      016644 remote_car_moto_data:
-0x45d1 016645 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
-0x45d2 016646 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
-0x45d3 016647 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
-0x45d4 016648 rtn 
-:      016649 remote_car_moto_data_next:
-0x45d5 016650 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
-0x45d6 016651 nbranch remote_car_moto_data_enable_user ,blank 
-0x45d7 016652 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
-0x45d8 016653 nbranch remote_car_moto_data_enable_user ,blank 
-0x45d9 016654 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
-0x45da 016655 nbranch remote_car_moto_data_enable_user ,blank 
-0x45db 016656 rtn 
-:      016657 remote_car_moto_data_enable_user:
-0x45dc 016658 enable user 
-0x45dd 016659 branch remote_car_g24_package_data_continue 
-:      016667 shutter_init:
-0x45de 016668 rtn wake 
-0x45df 016669 hfetch 1 ,core_gpio_sel1 
-0x45e0 016670 and_into 0xfc ,pdata 
-0x45e1 016671 hstore 1 ,core_gpio_sel1 
-0x45e2 016672 setarg shutter_le_before_hibernate 
-0x45e3 016673 store 2 ,mem_cb_before_hibernate 
-0x45e4 016675 setarg shutter_process_lpm_before 
-0x45e5 016676 store 2 ,mem_cb_before_lpm 
-0x45e6 016678 setarg app_enter_hibernate 
-0x45e7 016679 store 2 ,mem_cb_discovry_timeout 
-0x45e8 016681 setarg shutter_process_idle 
-0x45e9 016682 store 2 ,mem_cb_idle_process 
-0x45ea 016684 setarg shutter_process_bb_event 
-0x45eb 016685 store 2 ,mem_cb_bb_event_process 
-0x45ec 016687 setarg shutter_le_scale_lpm_lock 
-0x45ed 016688 store 2 ,mem_cb_check_wakelock 
-0x45ee 016690 setarg ble_shutter_receive_data 
-0x45ef 016691 store 2 ,mem_cb_att_write 
-0x45f0 016693 setarg shutter_le_bb_event_timer 
-0x45f1 016694 store 2 ,mem_cb_event_timer 
-0x45f2 016696 setarg shutter_key_change 
-0x45f3 016697 store 2 ,mem_cb_shutter_keycan 
-0x45f4 016699 setarg shutter_soft_swtich_power_on 
-0x45f5 016700 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
-0x45f6 016701 setarg shutter_soft_swtich_power_off 
-0x45f7 016702 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
-0x45f8 016704 call le_modified_name 
-0x45f9 016705 call shutter_load_bluetooth_config_by_user_config 
-0x45fa 016706 call shutter_init_bluetooth_config 
-0x45fb 016707 call shutter_init_param 
-0x45fc 016708 call keyscan_key_init 
-0x45fd 016709 call shutter_load_buffer_config_form_datarom 
-0x45fe 016710 call queue_init 
-0x45ff 016711 call ui_led_init_global 
-0x4600 016712 call shutter_load_bluetooth_config 
-0x4601 016713 call shutter_load_bluetooth_config_by_eeprom 
-0x4602 016715 bpatch patch1e_5 ,mem_patch1e 
-0x4603 016716 call classic_shutter_load_reconn_info 
-0x4604 016717 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x4605 016718 beq hard_switch ,shutter_hart_swtich_power_on 
-0x4606 016719 fetch 1 ,mem_shutter_soft_switch_button_gpio 
-0x4607 016720 store 1 ,mem_ui_button_gpio 
-0x4608 016721 branch ui_soft_swtich_init 
-:      016724 shutter_hart_swtich_power_on:
-0x4609 016725 jam ui_button_gpio_disable ,mem_ui_button_gpio 
-0x460a 016726 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
-0x460b 016727 branch shutter_start_reconnect 
-:      016731 shutter_le_scale_lpm_lock:
-0x460c 016732 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x460d 016733 beq ss_state_power_off ,app_get_lpm_wake_lock 
-0x460e 016734 call l2cap_malloc_get_full_map 
-0x460f 016735 fetch 1 ,mem_used_map 
-0x4610 016736 nbranch app_get_lpm_wake_lock ,blank 
-0x4611 016737 branch app_put_lpm_wake_lock 
-:      016741 shutter_process_bb_event:
-0x4612 016742 copy regc ,pdata 
-0x4613 016744 beq bt_evt_bb_connected ,classic_shutter_process_baseband_connect 
-0x4614 016745 beq bt_evt_bb_disconnected ,classic_shutter_process_baseband_disconnect 
-0x4615 016746 beq bt_evt_reconn_failed ,classic_shutter_process_reconnect_failed 
-0x4616 016747 beq bt_evt_setup_complete ,classic_shutter_process_setup_complete 
-0x4617 016748 beq bt_evt_hid_connected ,classic_shutter_process_hid_connect 
-0x4618 016749 beq bt_evt_hid_disconnected ,classic_shutter_process_hid_disconnect 
-0x4619 016750 beq bt_evt_hid_handshake ,classic_shutter_process_hid_handshake 
-0x461a 016751 beq bt_evt_reconn_page_timeout ,classic_shutter_process_reconnect_page_timeout 
-0x461b 016752 beq bt_evt_virtual_cable_unplug ,classic_shutter_process_virtual_cable_unplug 
-0x461c 016753 beq bt_evt_remote_unsniff ,classic_shutter_process_remote_unsniff 
-0x461d 016754 beq bt_evt_store_nvram ,classic_shutter_process_store_reconnect_information 
-0x461e 016756 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
-0x461f 016757 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
-0x4620 016758 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
-0x4621 016759 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
-0x4622 016761 beq bt_evt_button_long_pressed ,shutter_process_soft_swtich_button_long_press 
-0x4623 016762 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
-0x4624 016763 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
-0x4625 016764 rtn 
-:      016769 classic_shutter_process_baseband_connect:
-0x4626 016770 jam 0 ,mem_classic_shutter_hid_disconn_count 
-0x4627 016771 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x4628 016772 rtn 
-:      016775 classic_shutter_process_baseband_disconnect:
-0x4629 016776 call classic_shutter_disconnect_clear_flag 
-0x462a 016777 branch classic_shutter_process_reconnect_failed 
-:      016779 classic_shutter_disconnect_clear_flag:
-0x462b 016780 jam app_handshake_null ,mem_app_handshake_flag 
-0x462c 016781 jam 0 ,mem_hid_handshake_timer_count 
-0x462d 016782 jam 0 ,mem_unsniff2sniff_timer_count 
-0x462e 016783 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x462f 016784 jam 0 ,mem_classic_shutter_hid_disconn_count 
-0x4630 016785 branch queue_init 
-:      016788 classic_shutter_process_reconnect_failed:
-0x4631 016789 call app_disconn_reason_clear 
-0x4632 016790 branch shutter_start_bluetooth_discovery 
-:      016793 classic_shutter_process_setup_complete:
-0x4633 016794 call shutter_stop_bluetooth_discovery 
-0x4634 016795 branch app_led_stop_blink 
-:      016798 classic_shutter_process_hid_connect:
-0x4635 016799 setarg hid_handshake_timeout 
-0x4636 016800 store 1 ,mem_hid_handshake_timer_count 
-0x4637 016801 rtn 
-:      016804 classic_shutter_process_hid_disconnect:
-0x4638 016805 jam 0 ,mem_classic_shutter_cable_unplug_conut 
-0x4639 016806 setarg flag_shutter_hid_disconn_timeout 
-0x463a 016807 store 1 ,mem_classic_shutter_hid_disconn_count 
-0x463b 016808 rtn 
-:      016811 classic_shutter_process_hid_handshake:
-0x463c 016812 fetch 1 ,mem_app_handshake_flag 
-0x463d 016813 rtneq app_handshake_done 
-0x463e 016814 jam app_handshake_done ,mem_app_handshake_flag 
-0x463f 016815 call app_lpm_mult_enable 
-0x4640 016816 call app_store_reconn_info 
-0x4641 016817 call shutter_stop_bluetooth_discovery 
-0x4642 016818 call app_led_off 
-0x4643 016819 branch app_bt_enter_sniff 
-:      016822 classic_shutter_process_reconnect_page_timeout:
-0x4644 016823 branch classic_shutter_process_reconnect_failed 
-:      016826 classic_shutter_process_virtual_cable_unplug:
-0x4645 016827 setarg flag_shutter_cable_unplug_timeout 
-0x4646 016828 store 1 ,mem_classic_shutter_cable_unplug_conut 
-0x4647 016829 rtn 
-:      016832 classic_shutter_process_remote_unsniff:
-0x4648 016833 branch app_start_auto_sniff 
-:      016837 classic_shutter_process_store_reconnect_information:
-0x4649 016838 arg nvram_eeprom_offset ,regb 
-0x464a 016839 fetch 1 ,mem_nv_data_number 
-0x464b 016840 mul32 pdata ,34 ,temp 
-0x464c 016841 fetch 2 ,mem_nv_data_ptr 
-0x464d 016842 copy pdata ,rega 
-0x464e 016843 branch iicd_write_eep_data 
-:      016845 classic_shutter_load_reconn_info:
-0x464f 016846 arg nvram_eeprom_offset ,regb 
-0x4650 016847 fetch 1 ,mem_shutter_bluetooth_type 
-0x4651 016848 rtnbit0 classic_shutter 
-0x4652 016849 fetch 1 ,mem_nv_data_number 
-0x4653 016850 rtn blank 
-0x4654 016851 mul32 pdata ,34 ,temp 
-0x4655 016852 fetch 2 ,mem_nv_data_ptr 
-0x4656 016853 copy pdata ,rega 
-0x4657 016854 branch iicd_read_eep_data 
-:      016858 ble_shutter_process_baseband_connect:
-0x4658 016859 call shutter_stop_bluetooth_discovery 
-0x4659 016860 setarg 0 
-0x465a 016861 store 2 ,mem_ble_shutter_reconn_timer 
-0x465b 016862 branch app_led_off 
-:      016865 ble_shutter_process_baseband_disconnect:
-0x465c 016866 call queue_init 
-0x465d 016867 jam 0 ,mem_ble_shutter_enable_notify 
-0x465e 016868 branch shutter_start_reconnect 
-:      016871 ble_shutter_process_reconnect_complete:
-0x465f 016872 call queue_init 
-0x4660 016873 jam 1 ,mem_ble_shutter_enable_notify 
-0x4661 016874 fetch 8 ,mem_ble_shutter_interval_min 
-0x4662 016875 store 8 ,mem_le_interval_min 
-0x4663 016876 call app_lpm_mult_enable 
-0x4664 016877 branch le_l2cap_tx_update_req 
-:      016880 ble_shutter_process_parse_connect_parameter_update_response:
-0x4665 016881 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x4666 016882 rtneq ble_signaling_connect_parameter_update_accepted 
-0x4667 016883 fetch 8 ,mem_ble_shutter_interval_min_new 
-0x4668 016884 rtn blank 
-0x4669 016885 store 8 ,mem_le_interval_min 
-0x466a 016886 branch le_l2cap_tx_update_req 
-:      016890 shutter_process_soft_swtich_button_long_press:
-0x466b 016891 branch ui_soft_switch_botton_long_press 
-:      016893 shutter_process_soft_swtich_button_down:
-0x466c 016894 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x466d 016895 rtneq hard_switch 
-0x466e 016896 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x466f 016897 rtnne ss_state_power_on 
-0x4670 016898 call shutter_store_currenct_led_state 
-0x4671 016899 branch app_led_on 
-:      016901 shutter_store_currenct_led_state:
-0x4672 016902 jam 1 ,mem_shutter_soft_swtich_botton_down 
-0x4673 016903 arg 11 ,loopcnt 
-0x4674 016904 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
-0x4675 016905 arg mem_shutter_led_struct_app_led ,contr 
-0x4676 016906 branch memcpy 
-:      016908 shutter_process_soft_swtich_button_up:
-0x4677 016909 fetch 1 ,mem_shutter_hard_soft_switch_case 
-0x4678 016910 rtneq hard_switch 
-0x4679 016911 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x467a 016912 beq ss_state_power_on ,shutter_load_currenct_led_state 
-0x467b 016913 branch ui_soft_switch_botton_up 
-:      016915 shutter_load_currenct_led_state:
-0x467c 016916 fetch 1 ,mem_shutter_soft_swtich_botton_down 
-0x467d 016917 rtnne 1 
-0x467e 016918 jam 0 ,mem_shutter_soft_swtich_botton_down 
-0x467f 016919 fetch 2 ,mem_ui_state_map 
-0x4680 016920 bbit1 ui_state_bt_connected ,app_led_off 
-0x4681 016921 bbit1 ui_state_ble_connected ,app_led_off 
-0x4682 016922 arg 11 ,loopcnt 
-0x4683 016923 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
-0x4684 016924 arg mem_shutter_led_struct_app_led ,contw 
-0x4685 016925 branch memcpy 
-:      016930 shutter_le_bb_event_timer:
-0x4686 016932 call shutter_check_sleep_timer 
-0x4687 016935 call shutter_check_power_off_timer 
-0x4688 016938 call classic_shutter_check_unplug_timer 
-0x4689 016939 call classic_shutter_hid_handshake_timer 
-0x468a 016940 call classic_shutter_hid_disconn_timer 
-0x468b 016943 branch ble_shutter_reconn_timer 
-:      016947 shutter_check_sleep_timer:
-0x468c 016948 arg mem_shutter_sleep_timer ,regc 
-0x468d 016949 arg shutter_sleep_timeout ,regb 
-0x468e 016950 branch timer_single_step_2b 
-:      016951 shutter_sleep_timeout:
-0x468f 016952 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
-0x4690 016953 call app_led_off 
-0x4691 016954 call shutter_disconnect_current_connection 
-0x4692 016955 branch shutter_wait_power_off 
-:      016958 shutter_check_power_off_timer:
-0x4693 016959 arg mem_shutter_power_off_timer ,regc 
-0x4694 016960 arg shutter_check_power_off_timeout ,regb 
-0x4695 016961 branch timer_single_step 
-:      016963 shutter_check_power_off_timeout:
-0x4696 016964 fetch 2 ,mem_ui_state_map 
-0x4697 016965 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
-0x4698 016966 bbit1 ui_state_bt_connected ,shutter_wait_power_off 
-0x4699 016967 fetch 1 ,mem_shutter_led_struct_app_led_type 
-0x469a 016968 beq ui_led_state_blink_start ,shutter_wait_power_off 
-0x469b 016969 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
-0x469c 016970 beq ui_led_state_blink_darking ,shutter_wait_power_off 
-0x469d 016971 branch app_enter_hibernate 
-:      016975 classic_shutter_check_unplug_timer:
-0x469e 016976 arg mem_classic_shutter_cable_unplug_conut ,regc 
-0x469f 016977 arg classic_shutter_unplug_timeout ,regb 
-0x46a0 016978 branch timer_single_step 
-:      016980 classic_shutter_unplug_timeout:
-0x46a1 016981 fetch 1 ,mem_control_tasks 
-0x46a2 016982 set1 l2cap_disconnect_interrupt ,pdata 
-0x46a3 016983 set1 l2cap_disconnect_control ,pdata 
-0x46a4 016984 store 1 ,mem_control_tasks 
-0x46a5 016985 rtn 
-:      016987 classic_shutter_hid_handshake_timer:
-0x46a6 016988 arg mem_hid_handshake_timer_count ,regc 
-0x46a7 016989 arg classic_shutter_process_hid_handshake ,regb 
-0x46a8 016990 branch timer_single_step 
-:      016992 classic_shutter_hid_disconn_timer:
-0x46a9 016993 arg mem_classic_shutter_hid_disconn_count ,regc 
-0x46aa 016994 arg app_bt_disconnect ,regb 
-0x46ab 016995 branch timer_single_step 
-:      017000 ble_shutter_reconn_timer:
-0x46ac 017001 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46ad 017002 rtnne ss_state_power_on 
-0x46ae 017003 arg mem_ble_shutter_reconn_timer ,regc 
-0x46af 017004 arg shutter_start_bluetooth_discovery ,regb 
-0x46b0 017005 branch timer_single_step_2b 
-:      017008 shutter_process_idle:
-0x46b1 017009 call shutter_send_data_to_master 
-0x46b2 017010 branch keyscan_key_process 
-:      017013 shutter_process_lpm_before:
-0x46b3 017014 branch keyscan_process_lpm_before 
-:      017016 shutter_le_before_hibernate:
-0x46b4 017017 call gpio_set_before_lpm_common 
-0x46b5 017018 branch shutter_process_lpm_before 
-:      017024 shutter_stop_bluetooth_discovery:
-0x46b6 017025 fetch 1 ,mem_shutter_bluetooth_type 
-0x46b7 017026 bbit1 classic_shutter ,classic_shutter_stop_bluetooth_discovery 
-0x46b8 017027 bbit1 ble_shutter ,ble_shutter_stop_bluetooth_discovery 
-0x46b9 017028 rtn 
-:      017030 ble_shutter_stop_bluetooth_discovery:
-0x46ba 017031 fetch 2 ,mem_ble_shutter_connect_timeout 
-0x46bb 017032 store 2 ,mem_shutter_sleep_timeout 
-0x46bc 017033 store 2 ,mem_shutter_sleep_timer 
-0x46bd 017034 branch app_ble_stop_adv 
-:      017036 classic_shutter_stop_bluetooth_discovery:
-0x46be 017037 fetch 2 ,mem_classic_shutter_connect_timeout 
-0x46bf 017038 store 2 ,mem_shutter_sleep_timeout 
-0x46c0 017039 store 2 ,mem_shutter_sleep_timer 
-0x46c1 017040 branch app_bt_stop_discovery 
-:      017042 shutter_start_bluetooth_discovery:
-0x46c2 017043 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46c3 017044 rtnne ss_state_power_on 
-0x46c4 017045 fetch 1 ,mem_shutter_bluetooth_type 
-0x46c5 017046 bbit1 classic_shutter ,classic_shutter_start_discovery 
-0x46c6 017047 bbit1 ble_shutter ,ble_shutter_start_discovery 
-0x46c7 017048 rtn 
-:      017050 classic_shutter_start_discovery:
-0x46c8 017051 fetch 2 ,mem_classic_shutter_discovery_timeout ,
-0x46c9 017052 store 2 ,mem_shutter_sleep_timeout 
-0x46ca 017053 store 2 ,mem_shutter_sleep_timer 
-0x46cb 017054 branch app_bt_start_discovery_short 
-:      017056 ble_shutter_start_discovery:
-0x46cc 017057 fetch 2 ,mem_ui_state_map 
-0x46cd 017058 rtnbit1 ui_state_ble_connected 
-0x46ce 017059 fetch 2 ,mem_ble_shutter_discovery_timeout 
-0x46cf 017060 store 2 ,mem_shutter_sleep_timeout 
-0x46d0 017061 store 2 ,mem_shutter_sleep_timer 
-0x46d1 017062 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
-0x46d2 017063 call shutter_ble_adv_interval_set 
-0x46d3 017064 call app_led_start_blink 
-0x46d4 017065 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
-0x46d5 017066 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x46d6 017067 fetch 2 ,mem_ui_state_map 
-0x46d7 017068 rtnbit1 ui_state_ble_adv 
-0x46d8 017069 branch app_ble_start_adv 
-:      017072 shutter_start_reconnect:
-0x46d9 017073 fetch 1 ,mem_shutter_soft_switch_power_state 
-0x46da 017074 rtnne ss_state_power_on 
-0x46db 017075 fetch 1 ,mem_shutter_bluetooth_type 
-0x46dc 017076 bbit1 classic_shutter ,classic_shutter_start_reconnect 
-0x46dd 017077 bbit1 ble_shutter ,ble_shutter_start_reconnect 
-0x46de 017078 rtn 
-:      017080 classic_shutter_start_reconnect:
-0x46df 017081 call app_check_reconn_target 
-0x46e0 017082 branch shutter_start_bluetooth_discovery ,blank 
-0x46e1 017083 call app_led_on 
-0x46e2 017084 call app_bt_stop_discovery 
-0x46e3 017085 branch app_bt_start_reconnect 
-:      017087 ble_shutter_start_reconnect:
-0x46e4 017088 fetch 2 ,mem_ble_shutter_reconn_timer 
-0x46e5 017089 fetcht 2 ,mem_ble_shutter_reconn_timeout 
-0x46e6 017090 storet 2 ,mem_ble_shutter_reconn_timer 
-0x46e7 017091 nrtn blank 
-0x46e8 017092 fetch 2 ,mem_ble_shutter_reconn_dav_interval 
-0x46e9 017093 call shutter_ble_adv_interval_set 
-0x46ea 017094 call app_led_start_blink 
-0x46eb 017095 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
-0x46ec 017096 store 4 ,mem_shutter_led_struct_app_led_on_time 
-0x46ed 017097 fetch 2 ,mem_ui_state_map 
-0x46ee 017098 rtnbit1 ui_state_ble_adv 
-0x46ef 017099 branch app_ble_start_adv 
-:      017102 shutter_ble_adv_interval_set:
-0x46f0 017103 store 2 ,mem_lpm_interval 
-0x46f1 017104 increase -4 ,pdata 
-0x46f2 017105 store 2 ,mem_le_adv_interval 
-0x46f3 017106 rtn 
-:      017109 shutter_disconnect_current_connection:
-0x46f4 017110 fetch 2 ,mem_ui_state_map 
-0x46f5 017111 bbit1 ui_state_ble_connected ,app_ble_disconnect 
-0x46f6 017112 bbit1 ui_state_bt_connected ,app_bt_disconnect 
-0x46f7 017113 branch shutter_stop_bluetooth_discovery 
-:      017117 app_check_reconn_target:
-0x46f8 017118 fetch 1 ,mem_nv_data_number 
-0x46f9 017119 copy pdata ,loopcnt 
-0x46fa 017120 fetch 2 ,mem_nv_data_ptr 
-0x46fb 017121 copy pdata ,rega 
-:      017122 app_check_reconn_target_loop:
-0x46fc 017123 ifetch 2 ,rega 
-0x46fd 017124 beq 0 ,found_reconn_device 
-0x46fe 017125 increase nv_data_len ,rega 
-0x46ff 017126 loop app_check_reconn_target_loop 
-0x4700 017127 branch enable_blank 
-:      017129 found_reconn_device:
-0x4701 017130 ifetch 6 ,contr 
-0x4702 017131 store 6 ,mem_hci_plap 
-0x4703 017132 increase 10 ,contr 
-0x4704 017133 arg mem_link_key ,contw 
-0x4705 017134 call memcpy16 
-0x4706 017135 call check_link_key_load 
-0x4707 017136 branch disable_blank 
-:      017142 shutter_check_data_enable:
-0x4708 017143 call disable_user 
-0x4709 017144 fetch 2 ,mem_ui_state_map 
-0x470a 017145 bbit1 ui_state_bt_connected ,shutter_check_bt_data_enable 
-0x470b 017146 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
-0x470c 017147 rtn 
-:      017149 shutter_check_bt_data_enable:
-0x470d 017150 fetch 1 ,mem_hid_interrupt_state 
-0x470e 017151 rtnne 0x3f 
-0x470f 017152 branch enable_user 
-:      017154 shutter_check_ble_data_enable:
-0x4710 017155 fetch 1 ,mem_ble_shutter_enable_notify 
-0x4711 017156 rtn blank 
-0x4712 017157 branch enable_user 
-:      017162 shutter_check_bluetooth_conn:
-0x4713 017163 call disable_user 
-0x4714 017164 fetch 2 ,mem_ui_state_map 
-0x4715 017165 rtnbit1 ui_state_bt_connected 
-0x4716 017166 rtnbit1 ui_state_ble_connected 
-0x4717 017167 branch enable_user 
-:      017171 shutter_change_bluetooth_status_bt_disconn:
-0x4718 017172 fetch 1 ,mem_shutter_bluetooth_type 
-0x4719 017173 bbit1 classic_shutter ,classic_shutter_change_bluetooth_status_bt_disconn 
-0x471a 017174 bbit1 ble_shutter ,ble_shutter_change_bluetooth_status_bt_disconn 
-0x471b 017175 rtn 
-:      017177 classic_shutter_change_bluetooth_status_bt_disconn:
-0x471c 017178 fetch 1 ,mem_scan_mode 
-0x471d 017179 rtnne 0x03 
-0x471e 017180 branch shutter_start_reconnect 
-:      017182 ble_shutter_change_bluetooth_status_bt_disconn:
-0x471f 017183 branch shutter_start_reconnect 
-:      017186 shutter_check_send_data:
-0x4720 017187 disable user2 
-0x4721 017188 fetch 2 ,mem_shutter_sleep_timeout 
-0x4722 017189 store 2 ,mem_shutter_sleep_timer 
-0x4723 017191 call shutter_check_bluetooth_conn 
-0x4724 017192 branch shutter_change_bluetooth_status_bt_disconn ,user 
-0x4725 017194 call shutter_check_data_enable 
-0x4726 017195 nrtn user 
-0x4727 017196 enable user2 
-0x4728 017197 rtn 
-:      017201 shutter_key_change:
-0x4729 017202 call shutter_check_send_data 
-0x472a 017203 nrtn user2 
-0x472b 017204 deposit rega 
-0x472c 017205 branch shutter_key_release ,blank 
-:      017206 shutter_key_press:
-0x472d 017207 call app_led_on 
-0x472e 017208 arg mem_key0_press ,regc 
-0x472f 017209 branch push_queue_press_or_release 
-:      017211 shutter_key_release:
-0x4730 017212 call app_led_off 
-0x4731 017213 arg mem_key0_release ,regc 
-:      017215 push_queue_press_or_release:
-0x4732 017216 arg max_queue_num ,pdata 
-0x4733 017217 imul32 queue ,pdata 
-0x4734 017218 iadd regc ,regc 
-:      017221 push_buffer_in_queue:
-0x4735 017222 ifetch 1 ,regc 
-0x4736 017223 rtn blank 
-0x4737 017224 call queue_push_one_byte 
-0x4738 017225 increase 1 ,regc 
-0x4739 017226 branch push_buffer_in_queue 
-:      017229 shutter_send_data_to_master:
-0x473a 017230 fetch 2 ,mem_ui_state_map 
-0x473b 017231 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
-0x473c 017232 bbit1 ui_state_bt_connected ,pop_queue_to_classic_data 
-0x473d 017233 rtn 
-:      017235 pop_queue_to_ble_data:
-0x473e 017236 call le_fifo_check_nearly_full 
-0x473f 017237 nrtn blank 
-0x4740 017238 call queue_pop_one_byte 
-0x4741 017239 nrtn user 
-0x4742 017240 pincrease -1 
-0x4743 017241 mul32 pdata ,shutter_ble_data_buffer ,pdata 
-0x4744 017242 arg mem_ble_data_buffer1 ,temp 
-0x4745 017243 iadd temp ,contr 
-:      017244 le_send_notify_from_list:
-0x4746 017245 ifetch 1 ,contr 
-0x4747 017246 copy pdata ,rega 
-0x4748 017247 ifetcht 2 ,contr 
-0x4749 017248 call store_contr 
-0x474a 017249 call le_att_malloc_tx_notify 
-0x474b 017250 copy rega ,loopcnt 
-0x474c 017251 call get_contr 
-0x474d 017252 branch memcpy 
-:      017255 pop_queue_to_classic_data:
-0x474e 017256 call l2cap_malloc_is_fifo_nearly_full 
-0x474f 017257 nrtn blank 
-0x4750 017258 call queue_pop_one_byte 
-0x4751 017259 nrtn user 
-0x4752 017260 pincrease -1 
-0x4753 017261 mul32 pdata ,shutter_classic_data_buffer ,pdata 
-0x4754 017262 arg mem_classic_data_buffer1 ,temp 
-0x4755 017263 iadd temp ,contr 
-0x4756 017264 ifetch 5 ,contr 
-0x4757 017265 store 5 ,mem_classic_data_buffer 
-:      017266 classic_send_hid_data:
-0x4758 017267 fetch 1 ,mem_classic_data_buffer 
-0x4759 017268 copy pdata ,rega 
-0x475a 017269 call hid_malloc_tx_buff 
-0x475b 017270 fetch 2 ,mem_hid_int_remote_cid 
-0x475c 017271 istore 2 ,contw 
-0x475d 017272 setarg 0xa1 
-0x475e 017273 istore 1 ,contw 
-0x475f 017274 fetch 4 ,mem_classic_data_buffer + 1 
-0x4760 017275 istore 9 ,contw 
-0x4761 017276 rtn 
-:      017280 queue_push_one_byte:
-0x4762 017281 store 1 ,mem_pdatatemp 
-0x4763 017282 arg mem_pdatatemp ,rega 
-0x4764 017283 branch queue_push 
-:      017285 queue_pop_one_byte:
-0x4765 017286 arg mem_pdatatemp ,rega 
-0x4766 017287 call queue_pop 
-0x4767 017288 nrtn user 
-0x4768 017289 fetch 1 ,mem_pdatatemp 
-0x4769 017290 rtn 
-:      017293 ble_shutter_receive_data:
-0x476a 017294 fetch 2 ,mem_le_att_handle 
-0x476b 017295 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
-0x476c 017296 rtn 
-:      017298 shutter_init_param:
-0x476d 017299 setarg 0x02 
-0x476e 017300 store 1 ,mem_shutter_power_off_timeout 
-0x476f 017302 setarg 0x00200008 
-0x4770 017303 store 4 ,mem_ble_shutter_interval_min 
-0x4771 017304 setarg 0x012c0005 
-0x4772 017305 istore 4 ,contw 
-0x4773 017308 jam 0x17 ,mem_le_local_mtu 
-0x4774 017311 setarg 0x1b 
-0x4775 017312 store 2 ,mem_le_pairing_handle 
-0x4776 017313 call le_set_config_fixed_ltk 
-0x4777 017314 call le_set_fixed_ltk 
-0x4778 017315 call le_set_justwork 
-0x4779 017316 branch le_set_config_read_authentication 
-:      017319 shutter_load_buffer_config_form_datarom:
-0x477a 017321 arg ble_key_value_list_size ,loopcnt 
-0x477b 017322 arg mem_ble_data_buffer1 ,contw 
-0x477c 017323 arg ble_shutter_key_value_list ,contr 
-0x477d 017324 call memcpy_fast 
-0x477e 017325 arg bt_key_value_list_size ,loopcnt 
-0x477f 017326 arg mem_classic_data_buffer1 ,contw 
-0x4780 017327 arg classic_shutter_key_value_list ,contr 
-0x4781 017328 branch memcpy_fast 
-:      017331 shutter_load_ble_gatt_form_datarom:
-0x4782 017332 arg ble_gatt_list_size ,loopcnt 
-0x4783 017333 arg ble_shutter_gatt_list ,contr 
-0x4784 017334 branch memcpy_fast 
-:      017337 shutter_load_bt_sdp_form_datarom:
-0x4785 017338 arg bt_sdp_list_size ,loopcnt 
-0x4786 017339 arg classic_shutter_sdp_list ,contr 
-0x4787 017340 branch memcpy_fast 
-:      017344 shutter_init_bluetooth_config:
-0x4788 017345 call shutter_check_load_config_flag 
-0x4789 017346 nrtn user 
-0x478a 017347 fetch 1 ,mem_shutter_config_select_gpio1 
-0x478b 017348 call shutter_init_bluetooth_config_gpio_input 
-0x478c 017349 fetch 1 ,mem_shutter_config_select_gpio2 
-0x478d 017350 call shutter_init_bluetooth_config_gpio_input 
-0x478e 017351 fetch 1 ,mem_shutter_config_select_gpio3 
-0x478f 017352 branch shutter_init_bluetooth_config_gpio_input 
-:      017354 shutter_init_bluetooth_config_gpio_input:
-0x4790 017355 rtn blank 
-0x4791 017356 or pdata ,0x80 ,temp 
-0x4792 017357 branch gpio_config_input_nowake 
-:      017360 shutter_load_bluetooth_config:
-0x4793 017361 call shutter_check_load_config_flag 
-0x4794 017362 nrtn user 
-0x4795 017363 call shutter_load_bluetooth_config_label 
-0x4796 017364 branch shutter_load_bluetooth_config_by_otp 
-:      017366 shutter_load_bluetooth_config_label:
-0x4797 017367 arg 0 ,rega 
-0x4798 017368 fetch 1 ,mem_shutter_config_select_gpio1 
-0x4799 017369 call shutter_load_bluetooth_config_read_gpio_input 
-0x479a 017370 nsetflag blank ,0 ,rega 
-0x479b 017371 fetch 1 ,mem_shutter_config_select_gpio2 
-0x479c 017372 call shutter_load_bluetooth_config_read_gpio_input 
-0x479d 017373 nsetflag blank ,1 ,rega 
-0x479e 017374 fetch 1 ,mem_shutter_config_select_gpio3 
-0x479f 017375 call shutter_load_bluetooth_config_read_gpio_input 
-0x47a0 017376 nsetflag blank ,2 ,rega 
-0x47a1 017377 copy rega ,pdata 
-0x47a2 017378 store 1 ,mem_shutter_config_label 
-0x47a3 017379 fetch 1 ,mem_shutter_config_size 
-0x47a4 017380 imul32 rega ,pdata 
-0x47a5 017381 fetcht 2 ,mem_shutter_config_otp_base_address 
-0x47a6 017382 iadd temp ,pdata 
-0x47a7 017383 store 2 ,mem_shutter_config_otp_addr 
-0x47a8 017384 rtn 
-:      017386 shutter_load_bluetooth_config_read_gpio_input:
-0x47a9 017387 rtn blank 
-0x47aa 017388 or pdata ,0x80 ,temp 
-0x47ab 017389 call gpio_get_bit 
-0x47ac 017390 nbranch enable_blank ,true 
-0x47ad 017391 branch disable_blank 
-:      017394 shutter_check_load_config_flag:
-0x47ae 017395 call disable_user 
-0x47af 017396 fetch 1 ,mem_shutter_config_user_size 
-0x47b0 017397 nrtn blank 
-0x47b1 017398 fetch 1 ,mem_shutter_config_enable 
-0x47b2 017399 rtn blank 
-0x47b3 017400 branch enable_user 
-:      017403 shutter_load_bluetooth_config_by_otp:
-0x47b4 017404 call otp_enable_chgpump 
-0x47b5 017405 fetch 2 ,mem_shutter_config_otp_addr 
-0x47b6 017406 arg mem_shutter_config_data_temp ,rega 
-0x47b7 017407 fetcht 1 ,mem_shutter_config_size 
-0x47b8 017408 call otpd_read_data 
-0x47b9 017409 call otp_disable_chgpump 
-:      017410 shutter_load_bluetooth_config_store_name:
-0x47ba 017411 fetch 1 ,mem_shutter_config_data_temp 
-0x47bb 017412 copy pdata ,loopcnt 
-0x47bc 017413 store 1 ,mem_le_name_len 
-0x47bd 017414 call memcpy_fast 
-0x47be 017415 fetch 1 ,mem_shutter_config_data_temp 
-0x47bf 017416 copy pdata ,loopcnt 
-0x47c0 017417 store 1 ,mem_local_name_length 
-0x47c1 017418 call memcpy_fast 
-0x47c2 017419 ifetch 1 ,contr 
-0x47c3 017420 store 1 ,mem_shutter_key_num 
-0x47c4 017421 ifetch 1 ,contr 
-0x47c5 017422 store 1 ,mem_shutter_hard_soft_switch_case 
-0x47c6 017423 rtn 
-:      017426 shutter_load_bluetooth_config_by_eeprom:
-0x47c7 017427 fetch 1 ,mem_shutter_bluetooth_type 
-0x47c8 017428 rtnbit0 classic_shutter 
-0x47c9 017429 arg 3 ,temp 
-0x47ca 017430 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
-0x47cb 017431 copy pdata ,regb 
-0x47cc 017432 arg mem_shutter_config_eeprom_start_flag ,rega 
-0x47cd 017433 call iicd_read_eep_data 
-0x47ce 017434 fetcht 2 ,mem_shutter_config_eeprom_start_flag 
-0x47cf 017435 setarg shutter_eeprom_config_crc 
-0x47d0 017436 isub temp ,null 
-0x47d1 017437 nrtn zero 
-0x47d2 017438 fetch 1 ,mem_shutter_config_user_size 
-0x47d3 017439 rtn blank 
-0x47d4 017440 copy pdata ,temp 
-0x47d5 017441 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
-0x47d6 017442 add pdata ,3 ,regb 
-0x47d7 017443 arg mem_shutter_config_data_temp ,rega 
-0x47d8 017444 call iicd_read_eep_data 
-0x47d9 017445 branch shutter_store_config 
-:      017447 shutter_load_bluetooth_config_by_user_config:
-0x47da 017448 fetch 2 ,mem_shutter_config_user_otp_address 
-0x47db 017449 rtn blank 
-0x47dc 017450 call otp_enable_chgpump 
-0x47dd 017451 arg 1 ,temp 
-0x47de 017452 arg mem_shutter_config_user_size ,rega 
-0x47df 017453 call otpd_read_data 
-0x47e0 017455 fetch 1 ,mem_shutter_config_user_size 
-0x47e1 017456 rtn blank 
-0x47e2 017458 fetch 2 ,mem_shutter_config_user_otp_address 
-0x47e3 017459 pincrease 1 
-0x47e4 017460 arg mem_shutter_config_data_temp ,rega 
-0x47e5 017461 fetcht 1 ,mem_shutter_config_user_size 
-0x47e6 017462 call otpd_read_data 
-0x47e7 017463 call otp_disable_chgpump 
-:      017464 shutter_store_config:
-0x47e8 017465 call shutter_load_bluetooth_config_store_name 
-:      017466 shutter_load_bluetooth_config_custom:
-0x47e9 017467 ifetch 2 ,contr 
-0x47ea 017468 rtn blank 
-0x47eb 017469 copy pdata ,contw 
-0x47ec 017470 ifetcht 1 ,contr 
-0x47ed 017471 copy temp ,loopcnt 
-0x47ee 017472 call memcpy 
-0x47ef 017473 branch shutter_load_bluetooth_config_custom 
-:      017477 shutter_random_mac_addr:
-0x47f0 017478 fetch 1 ,mem_shutter_bluetooth_type 
-0x47f1 017479 rtnbit0 classic_shutter 
-0x47f2 017480 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
-0x47f3 017481 copy pdata ,regb 
-0x47f4 017482 arg 4 ,temp 
-0x47f5 017483 arg mem_shutter_random_mac_data_temp ,rega 
-0x47f6 017484 call iicd_read_eep_data 
-0x47f7 017485 fetch 1 ,mem_shutter_random_mac_data_temp 
-0x47f8 017486 bne 1 ,shutter_write_random_mac_addr_to_eeprom 
-:      017487 shutter_write_random_mac_addr_to_eeprom:
-0x47f9 017488 setarg 1 
-0x47fa 017489 store 1 ,mem_shutter_random_mac_data_temp 
-0x47fb 017490 force 3 ,loopcnt 
-0x47fc 017491 call generate_random_loop 
-0x47fd 017492 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
-0x47fe 017493 copy pdata ,regb 
-0x47ff 017494 arg 4 ,temp 
-0x4800 017495 arg mem_shutter_random_mac_data_temp ,rega 
-0x4801 017496 call iicd_write_eep_data 
-:      017497 shutter_write_random_mac_addr:
-0x4802 017498 fetch 3 ,mem_shutter_random_mac_data_temp + 1 
-0x4803 017499 store 3 ,mem_lap 
-0x4804 017500 store 3 ,mem_le_lap 
-0x4805 017501 rtn 
-:      017504 shutter_soft_swtich_power_on:
-0x4806 017505 branch shutter_start_reconnect 
-:      017508 shutter_soft_swtich_power_off:
-0x4807 017509 arg 0 ,rega 
-0x4808 017510 arg mem_shutter_power_off_led_style ,regc 
-0x4809 017511 call ui_led_set_style_global 
-0x480a 017512 call shutter_disconnect_current_connection 
-:      017513 shutter_wait_power_off:
-0x480b 017514 fetch 1 ,mem_shutter_power_off_timeout 
-0x480c 017515 store 1 ,mem_shutter_power_off_timer 
-0x480d 017516 rtn 
-:      017520 ui_soft_swtich_init:
-0x480e 017521 setarg ss_state_power_up 
-0x480f 017522 call ui_soft_swtich_init_power_on_time 
-0x4810 017523 jam ui_button_state_up ,mem_ui_button_last_state 
-0x4811 017524 call ui_button_init 
-0x4812 017525 call ui_button_polling 
-0x4813 017526 fetch 2 ,mem_ui_state_map 
-0x4814 017527 rtnbit1 ui_state_btn_down 
-0x4815 017528 branch app_enter_hibernate 
-:      017530 ui_soft_swtich_init_power_on_time:
-0x4816 017531 fetcht 2 ,mem_power_param_ptr 
-0x4817 017532 istore 1 ,temp 
-0x4818 017533 ifetch 1 ,contw 
-0x4819 017534 store 1 ,mem_ui_button_timeout 
-0x481a 017535 rtn 
-:      017538 ui_soft_switch_botton_up:
-0x481b 017539 fetch 2 ,mem_power_param_ptr 
-0x481c 017540 ifetch 1 ,pdata 
-0x481d 017541 rtnne ss_state_power_up 
-0x481e 017542 branch app_enter_hibernate 
-:      017545 ui_soft_switch_botton_long_press:
-0x481f 017546 fetcht 2 ,mem_power_param_ptr 
-0x4820 017547 ifetch 1 ,temp 
-0x4821 017548 beq ss_state_power_on ,ui_soft_switch_power_off 
-:      017549 ui_soft_switch_power_on:
-0x4822 017550 setarg ss_state_power_on 
-0x4823 017551 fetcht 2 ,mem_power_param_ptr 
-0x4824 017552 istore 1 ,temp 
-0x4825 017553 add temp ,ss_power_off_time ,contr 
-0x4826 017554 ifetch 1 ,contr 
-0x4827 017555 istore 1 ,mem_ui_button_timeout 
-0x4828 017556 ifetch 2 ,contr 
-0x4829 017557 branch callback_func 
-:      017559 ui_soft_switch_power_off:
-0x482a 017560 setarg ss_state_power_off 
-0x482b 017561 call ui_soft_swtich_init_power_on_time 
-0x482c 017562 add temp ,ss_power_off_cb ,contr 
-0x482d 017563 ifetch 2 ,contr 
-0x482e 017564 branch app_enter_hibernate ,blank 
-0x482f 017565 branch callback_func 
-:      017571 shutter_byteswap:
-0x4830 017572 store 6 ,mem_tmp_buffer 
-0x4831 017573 fetch 1 ,mem_tmp_buffer 
-0x4832 017574 store 1 ,mem_tmp_buffer + 11 
-0x4833 017575 ifetch 1 ,contr 
-0x4834 017576 store 1 ,mem_tmp_buffer + 10 
-0x4835 017577 ifetch 1 ,contr 
-0x4836 017578 store 1 ,mem_tmp_buffer + 9 
-0x4837 017579 ifetch 1 ,contr 
-0x4838 017580 store 1 ,mem_tmp_buffer + 8 
-0x4839 017581 ifetch 1 ,contr 
-0x483a 017582 store 1 ,mem_tmp_buffer + 7 
-0x483b 017583 ifetch 1 ,contr 
-0x483c 017584 store 1 ,mem_tmp_buffer + 6 
-0x483d 017585 fetch 6 ,mem_tmp_buffer + 6 
-0x483e 017586 rtn 
-:      017588 shutter_random_addr_by_otp:
-0x483f 017589 call load_adc_init 
-0x4840 017590 fetch 1 ,mem_1v_adc_io_data 
-0x4841 017591 store 1 ,mem_le_lap 
-0x4842 017592 fetch 1 ,mem_5v_adc_hvin_data 
-0x4843 017593 istore 1 ,contw 
-0x4844 017594 fetch 1 ,mem_3v_adc_vinlpm_data 
-0x4845 017595 istore 1 ,contw 
-0x4846 017596 fetch 3 ,mem_le_lap 
-0x4847 017597 store 3 ,mem_lap 
-0x4848 017598 rtn 
-:      017610 sim_iic_read_eep_data:
-0x4849 017611 fetch 2 ,mem_eeprom_base 
-0x484a 017612 iadd regb ,pdata 
-0x484b 017613 byteswap pdata ,pdata 
-0x484c 017614 store 2 ,mem_addr_mi 
-0x484d 017615 copy temp ,regb 
-0x484e 017617 call sim_iic_start 
-0x484f 017618 setarg 0xa0 
-0x4850 017619 call sim_iic_send_byte 
-0x4851 017620 fetch 1 ,mem_addr_mi 
-0x4852 017621 call sim_iic_send_byte 
-0x4853 017622 bmark1 mark_eeprom_size ,sim_iic_read_eep_data_2k 
-0x4854 017623 fetch 1 ,mem_addr_mi + 1 
-0x4855 017624 call sim_iic_send_byte 
-:      017625 sim_iic_read_eep_data_2k:
-0x4856 017626 call sim_iic_stop 
-0x4857 017628 call sim_iic_start 
-0x4858 017629 setarg 0xa1 
-0x4859 017630 call sim_iic_send_byte 
-:      017632 sim_iic_read_eep_data_loop:
-0x485a 017633 call sim_iic_read_byte 
-0x485b 017634 istore 1 ,rega 
-0x485c 017635 increase 1 ,rega 
-0x485d 017636 increase -1 ,regb 
-0x485e 017637 nbranch sim_iic_read_eep_data_loop ,zero 
-0x485f 017638 branch sim_iic_stop 
-:      017649 sim_iic_write_eep_data:
-0x4860 017650 byteswap regb ,pdata 
-0x4861 017651 store 2 ,mem_addr_mi 
-0x4862 017652 copy temp ,regb 
-0x4863 017654 call sim_iic_start 
-0x4864 017655 setarg 0xa0 
-0x4865 017656 call sim_iic_send_byte 
-0x4866 017658 fetch 1 ,mem_addr_mi 
-0x4867 017659 call sim_iic_send_byte 
-0x4868 017660 bmark1 mark_eeprom_size ,sim_iic_write_eep_data_loop 
-0x4869 017661 fetch 1 ,mem_addr_mi + 1 
-0x486a 017662 call sim_iic_send_byte 
-:      017663 sim_iic_write_eep_data_loop:
-0x486b 017664 ifetch 1 ,rega 
-0x486c 017665 call sim_iic_send_byte 
-0x486d 017666 increase 1 ,rega 
-0x486e 017667 increase -1 ,regb 
-0x486f 017668 nbranch sim_iic_write_eep_data_loop ,zero 
-0x4870 017669 branch sim_iic_stop 
-:      017673 sim_iic_wait_ack:
-0x4871 017674 arg 10 ,loopcnt 
-0x4872 017675 call sim_iic_release_sda 
-0x4873 017676 call sim_iic_scl_output_high 
-0x4874 017677 call sim_iic_delay 
-:      017678 sim_iic_wait_ack_loop:
-0x4875 017679 call sim_iic_read_sda_level 
-0x4876 017680 branch sim_iic_scl_output_low ,blank 
-0x4877 017681 loop sim_iic_wait_ack_loop 
-0x4878 017682 branch sim_iic_scl_output_low 
-:      017686 sim_iic_ack_slave:
-0x4879 017687 call sim_iic_scl_output_low 
-0x487a 017688 call sim_iic_sda_output_low 
-0x487b 017689 call sim_iic_delay 
-0x487c 017690 call sim_iic_scl_output_high 
-0x487d 017691 call sim_iic_delay 
-0x487e 017692 branch sim_iic_scl_output_low 
-:      017697 sim_iic_read_byte:
-0x487f 017698 arg 8 ,loopcnt 
-0x4880 017699 arg 0 ,regc 
-0x4881 017700 call sim_iic_release_sda 
-:      017701 sim_iic_read_byte_loop:
-0x4882 017702 call sim_iic_scl_output_high 
-0x4883 017703 call sim_iic_delay 
-0x4884 017704 lshift regc ,regc 
-0x4885 017705 call sim_iic_read_sda_level 
-0x4886 017706 iadd regc ,regc 
-0x4887 017707 call sim_iic_delay 
-0x4888 017708 call sim_iic_scl_output_low 
-0x4889 017709 loop sim_iic_read_byte_loop 
-0x488a 017710 call sim_iic_ack_slave 
-0x488b 017711 copy regc ,pdata 
-0x488c 017712 rtn 
-:      017716 sim_iic_send_byte:
-0x488d 017717 arg 8 ,loopcnt 
-0x488e 017718 copy pdata ,regc 
-0x488f 017719 call sim_iic_scl_output_low 
-:      017720 sim_iic_send_byte_loop:
-0x4890 017721 isolate1 7 ,regc 
-0x4891 017722 call sim_iic_sda_output_high ,true 
-0x4892 017723 ncall sim_iic_sda_output_low ,true 
-0x4893 017724 lshift regc ,regc 
-0x4894 017725 call sim_iic_delay 
-0x4895 017726 call sim_iic_scl_output_high 
-0x4896 017727 call sim_iic_delay 
-0x4897 017728 call sim_iic_scl_output_low 
-0x4898 017729 call sim_iic_delay 
-0x4899 017730 loop sim_iic_send_byte_loop 
-0x489a 017731 branch sim_iic_wait_ack 
-:      017735 sim_iic_start:
-0x489b 017736 call sim_iic_sda_output_high 
-0x489c 017737 call sim_iic_scl_output_high 
-0x489d 017738 call sim_iic_delay 
-0x489e 017739 call sim_iic_sda_output_low 
-0x489f 017740 call sim_iic_delay 
-0x48a0 017741 branch sim_iic_scl_output_low 
-:      017745 sim_iic_stop:
-0x48a1 017746 call sim_iic_sda_output_low 
-0x48a2 017747 call sim_iic_scl_output_high 
-0x48a3 017748 call sim_iic_delay 
-0x48a4 017749 call sim_iic_sda_output_high 
-0x48a5 017750 branch sim_iic_delay 
-:      017754 sim_iic_scl_output_high:
-0x48a6 017755 enable user 
-0x48a7 017756 fetch 1 ,sim_iic_scl_gpio_num 
-0x48a8 017757 branch sim_iic_config_gpio 
-:      017760 sim_iic_scl_output_low:
-0x48a9 017761 disable user 
-0x48aa 017762 fetch 1 ,sim_iic_scl_gpio_num 
-0x48ab 017763 branch sim_iic_config_gpio 
-:      017766 sim_iic_sda_output_high:
-0x48ac 017767 enable user 
-0x48ad 017768 fetch 1 ,sim_iic_sda_gpio_num 
-0x48ae 017769 branch sim_iic_config_gpio 
-:      017772 sim_iic_sda_output_low:
-0x48af 017773 disable user 
-0x48b0 017774 fetch 1 ,sim_iic_sda_gpio_num 
-0x48b1 017775 branch sim_iic_config_gpio 
-:      017780 sim_iic_config_gpio:
-0x48b2 017781 and pdata ,0x07 ,queue 
-0x48b3 017782 rshift3 pdata ,pdata 
-0x48b4 017783 arg core_gpio_oe0 ,temp 
-0x48b5 017784 iadd temp ,temp 
-0x48b6 017785 ifetch 1 ,temp 
-0x48b7 017786 qset1 pdata 
-0x48b8 017787 istore 1 ,temp 
-0x48b9 017788 increase 4 ,temp 
-0x48ba 017789 ifetch 1 ,temp 
-0x48bb 017790 qsetflag user ,pdata 
-0x48bc 017791 istore 1 ,temp 
-0x48bd 017792 rtn 
-:      017795 sim_iic_release_sda:
-0x48be 017796 fetch 1 ,sim_iic_sda_gpio_num 
-0x48bf 017797 and pdata ,0x07 ,queue 
-0x48c0 017798 rshift3 pdata ,pdata 
-0x48c1 017799 arg core_gpio_oe0 ,temp 
-0x48c2 017800 iadd temp ,temp 
-0x48c3 017801 ifetch 1 ,temp 
-0x48c4 017802 qset0 pdata 
-0x48c5 017803 istore 1 ,temp 
-0x48c6 017804 rtn 
-:      017809 sim_iic_read_sda_level:
-0x48c7 017810 nop 4 
-0x48c8 017811 fetch 1 ,sim_iic_sda_gpio_num 
-0x48c9 017812 and pdata ,0x07 ,queue 
-0x48ca 017813 rshift3 pdata ,pdata 
-0x48cb 017814 arg core_gpio_in ,temp 
-0x48cc 017815 iadd temp ,temp 
-0x48cd 017816 setarg 0 
-0x48ce 017817 ifetcht 1 ,temp 
-0x48cf 017818 qisolate1 temp 
-0x48d0 017819 setflag true ,0 ,pdata 
-0x48d1 017820 rtn 
-:      017823 sim_iic_delay:
-0x48d2 017825 rtn 
-:      017831 usb_isr:
-0x48d3 017832 bpatch patch1e_6 ,mem_patch1e 
-0x48d4 017833 hfetch 1 ,core_usb_status 
-0x48d5 017834 isolate1 7 ,pdata 
-0x48d6 017835 call usb_init ,true 
-0x48d7 017836 call usb_nak_state_judge 
-0x48d8 017837 hfetch 1 ,core_usb_status 
-0x48d9 017838 store 1 ,mem_usb_status 
-0x48da 017839 hfetch 1 ,core_usb_fifo_empty 
-0x48db 017840 store 1 ,mem_usb_fifo_empty 
-0x48dc 017841 hstore 1 ,core_usb_fifo_empty 
-0x48dd 017842 pinvert 
-0x48de 017843 fetcht 1 ,mem_usb_tx_wait 
-0x48df 017844 iand temp ,pdata 
-0x48e0 017845 store 1 ,mem_usb_tx_wait 
-0x48e1 017846 jam 0xe0 ,core_usb_status 
-0x48e2 017847 fetch 1 ,mem_usb_fifo_empty 
-0x48e3 017848 compare 0x1 ,pdata ,0x1 
-0x48e4 017849 call usb0_fifo_empty ,true 
-0x48e5 017850 fetch 1 ,mem_usb_status 
-0x48e6 017851 compare 0x1 ,pdata ,0x1 
-0x48e7 017852 call usb_status1 ,true 
-0x48e8 017853 call usb_tx 
-0x48e9 017854 branch usb_nak_state 
-:      017856 usb_init:
-0x48ea 017857 bpatch patch1e_7 ,mem_patch1e 
-0x48eb 017858 call usb_init_param 
-0x48ec 017859 jam 0x00 ,core_usb_config 
-0x48ed 017860 nop 10000 
-0x48ee 017861 jam 0xc0 ,core_usb_trig 
-0x48ef 017862 hfetch 2 ,core_clkoff 
-0x48f0 017863 set0 clock_off_usb ,pdata 
-0x48f1 017864 hstore 2 ,core_clkoff 
-0x48f2 017865 jam 0x3c ,core_usb_config 
-0x48f3 017866 jam 0xff ,core_usb_status 
-0x48f4 017867 jam 0xff ,core_usb_fifo_empty 
-0x48f5 017868 jam 0 ,core_usb_addr 
-0x48f6 017869 jam dev_default ,mem_usb0_state 
-0x48f7 017870 setarg mem_usb_clear_mem_end 
-0x48f8 017871 arg mem_usb_clear_mem_start ,contw 
-0x48f9 017872 isub contw ,loopcnt 
-0x48fa 017873 branch clear_mem 
-:      017875 usb_offline_check_init:
-0x48fb 017876 fetcht 1 ,mem_usb_offline_check_gpio 
-0x48fc 017877 branch gpio_config_input 
-:      017878 usb_offline_state:
-0x48fd 017879 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x48fe 017880 rtn blank 
-0x48ff 017881 fetcht 1 ,mem_usb_offline_check_gpio 
-0x4900 017882 call gpio_get_bit 
-0x4901 017883 branch usb_init ,true 
-0x4902 017884 rtn 
-:      017887 usb_nak_state:
-0x4903 017888 arg timer_nak ,queue 
-0x4904 017889 call timer_check 
-0x4905 017890 nrtn blank 
-0x4906 017891 fetch 1 ,mem_usb_wakestate_onetime_flag 
-0x4907 017892 nrtn blank 
-0x4908 017893 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x4909 017894 ncall usb_mac_wakeup_judge ,blank 
-0x490a 017895 rtn 
-:      017897 usb_mem_devicedesc_init:
-0x490b 017898 arg mem_devicedesc ,contw 
-0x490c 017899 setsect 0 ,0x11212 
-0x490d 017900 setsect 1 ,0x8000 
-0x490e 017901 setsect 2 ,0x0 
-0x490f 017902 setsect 3 ,0x10000 
-0x4910 017903 istore 9 ,contw 
-0x4911 017904 setsect 0 ,0x22412 
-0x4912 017905 setsect 1 ,0x8604 
-0x4913 017906 setsect 2 ,0x1000 
-0x4914 017907 setsect 3 ,0x8 
-0x4915 017908 istore 9 ,contw 
-0x4916 017909 setsect 0 ,0x1 
-0x4917 017910 istore 1 ,contw 
-0x4918 017911 rtn 
-:      017913 usb_init_param:
-0x4919 017914 jam 2 ,mem_usb0_state 
-0x491a 017915 setarg 0x0 
-0x491b 017916 store 1 ,mem_remain 
-0x491c 017917 store 2 ,mem_usb_zero_packet 
-0x491d 017918 pincrease 1 
-0x491e 017919 store 2 ,mem_usb_ones_packet 
-0x491f 017920 pincrease 1 
-0x4920 017921 store 2 ,mem_usb_two_packet 
-0x4921 017922 setarg hid_kbdata_addr 
-0x4922 017923 store 2 ,mem_hidreportdesc_kb 
-0x4923 017924 setarg hid_msdata_addr 
-0x4924 017925 store 2 ,mem_hidreportdesc_m 
-0x4925 017926 arg mem_confdesc ,contw 
-0x4926 017927 arg hid_confdata_addr ,contr 
-0x4927 017928 call memcpy64 
-0x4928 017929 fetch 1 ,mem_usb_tx_interval 
-0x4929 017930 ncall usb_tx_interval_config ,blank 
-0x492a 017931 branch usb_mem_devicedesc_init 
-:      017933 usb_tx_interval_config:
-0x492b 017934 store 1 ,mem_confdesc + 34 
-0x492c 017935 store 1 ,mem_confdesc + 59 
-0x492d 017936 rtn 
-:      017937 usb_nak_state_judge:
-0x492e 017938 hfetch 1 ,core_usb_status 
-0x492f 017939 bbit1 usb_status_nak ,usb_nak_state_timer_init 
-0x4930 017940 rtn 
-:      017942 usb_nak_state_timer_init:
-0x4931 017943 call usb0_attached_state_judge 
-0x4932 017944 call timer_reinit 
-0x4933 017945 setarg timer_nak_delay 
-0x4934 017946 arg timer_nak ,queue 
-0x4935 017947 branch timer_init 
-:      017949 usb0_attached_state_judge:
-0x4936 017950 fetch 1 ,mem_usb_state 
-0x4937 017951 bne usb_connected ,usb_clear_halt_dispose 
-0x4938 017952 jam 0 ,mem_usb_wakestate_onetime_flag 
-0x4939 017953 jam 0 ,mem_usb_mac_wakeup_trig 
-0x493a 017954 rtn 
-:      017955 usb_clear_halt_dispose:
-0x493b 017956 fetch 1 ,mem_usb_clear_halt 
-0x493c 017957 rtn blank 
-0x493d 017958 jam 0 ,mem_usb_clear_halt 
-0x493e 017959 jam usb_connected ,mem_usb_state 
-0x493f 017960 jam 1 ,mem_usb_device_enumeration_endflag 
-0x4940 017961 rtn 
-:      017963 usb0_fifo_empty:
-0x4941 017964 jam 0x1 ,core_usb_fifo_empty 
-0x4942 017965 branch usb0_tx 
-:      017967 usb_rx_no_data:
-0x4943 017968 fetch 1 ,mem_usb_status 
-0x4944 017969 bbit1 usb_status_setup ,usb_class_type 
-0x4945 017970 rtn 
-:      017972 usb_rx_read:
-0x4946 017973 hfetch 1 ,core_usb_ep 
-0x4947 017974 istore 1 ,contw 
-0x4948 017975 loop usb_rx_read 
-0x4949 017976 rtn 
-:      017978 usb_status1:
-0x494a 017979 bpatch patch1f_0 ,mem_patch1f 
-0x494b 017980 jam 0x11 ,core_usb_status 
-0x494c 017981 hfetch 1 ,core_usb_ep_len 
-0x494d 017982 store 1 ,mem_usb_read_len 
-0x494e 017983 copy pdata ,loopcnt 
-0x494f 017984 branch usb_rx_no_data ,blank 
-0x4950 017985 arg mem_usb_setup ,contw 
-0x4951 017986 call usb_rx_read 
-0x4952 017987 fetch 1 ,mem_usb_read_len 
-0x4953 017988 sub pdata ,7 ,null 
-0x4954 017989 rtn positive 
-:      017990 usb_class_type:
-0x4955 017991 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4956 017992 and_into 0x80 ,pdata 
-0x4957 017993 beq in_device ,usb_in_device 
-0x4958 017994 beq out_device ,usb_out_device 
-0x4959 017995 branch assert 
-:      017997 usb_in_device:
-0x495a 017998 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x495b 017999 rshift4 pdata ,pdata 
-0x495c 018000 rshift pdata ,pdata 
-0x495d 018001 and_into 0x03 ,pdata 
-0x495e 018002 beq standard_req ,usb_in_standard_req 
-0x495f 018003 beq class_req ,usb_in_class_req 
-0x4960 018004 beq manufacturer_req ,usb_in_manufacturer_req 
-0x4961 018005 branch assert 
-:      018007 usb_out_device:
-0x4962 018008 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4963 018009 rshift4 pdata ,pdata 
-0x4964 018010 rshift pdata ,pdata 
-0x4965 018011 and_into 0x03 ,pdata 
-0x4966 018012 beq standard_req ,usb_out_standard_req 
-0x4967 018013 beq class_req ,usb_out_class_req 
-0x4968 018014 beq manufacturer_req ,usb_out_manufacturer_req 
-0x4969 018015 branch assert 
-:      018017 usb_in_standard_req:
-0x496a 018018 fetch 1 ,mem_usb_setup_brequest 
-0x496b 018019 beq get_configuration ,usb0_request_get_configuration 
-0x496c 018020 beq get_descriptor ,usb0_request_get_descriptor 
-0x496d 018021 beq get_interface ,usb0_request_get_interface 
-0x496e 018022 beq get_status ,usb0_request_get_status 
-0x496f 018023 branch usb0_force_stall 
-:      018025 usb_in_class_req:
-0x4970 018026 fetch 1 ,mem_usb_setup_brequest 
-0x4971 018027 beq get_idle ,usb_get_idle 
-0x4972 018028 beq get_report ,usb_get_report 
-0x4973 018029 beq get_protocol ,usb_get_protocol_req 
-0x4974 018030 branch usb0_force_stall 
-:      018032 usb_in_manufacturer_req:
-0x4975 018033 branch usb0_force_stall 
-:      018035 usb_out_standard_req:
-0x4976 018036 fetch 1 ,mem_usb_setup_brequest 
-0x4977 018037 beq clear_feature ,usb0_request_clear_feature 
-0x4978 018038 beq set_feature ,usb0_request_set_feature 
-0x4979 018039 beq set_address ,usb0_request_set_address 
-0x497a 018040 beq set_configuration ,usb0_request_set_configuration 
-0x497b 018041 beq set_interface ,usb0_request_set_interface 
-0x497c 018042 beq set_descriptor ,usb0_force_stall 
-0x497d 018043 branch usb0_force_stall 
-:      018045 usb_out_class_req:
-0x497e 018046 fetch 1 ,mem_usb_setup_brequest 
-0x497f 018047 beq set_idle ,usb_set_idle 
-0x4980 018048 beq set_report ,usb_set_report 
-0x4981 018049 beq set_protocol ,usb_set_protocol_req 
-0x4982 018050 branch usb0_force_stall 
-:      018052 usb_out_manufacturer_req:
-0x4983 018053 branch usb0_force_stall 
-:      018055 usb0_force_stall:
-0x4984 018056 hfetch 1 ,core_usb_stall 
-0x4985 018057 set1 0 ,pdata 
-0x4986 018058 hstore 1 ,core_usb_stall 
-0x4987 018059 branch usb0_reply_zerolen 
-:      018061 usb0_reply_zerolen:
-0x4988 018062 jam 0x40 ,core_usb_clear 
-0x4989 018063 rtn 
-:      018065 usb0_request_get_configuration:
-0x498a 018066 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x498b 018067 bne in_device ,usb0_force_stall 
-0x498c 018068 fetch 1 ,mem_usb_setup_windex 
-0x498d 018069 bne 0 ,usb0_force_stall 
-0x498e 018070 fetch 1 ,mem_usb_setup_windex + 1 
-0x498f 018071 bne 0 ,usb0_force_stall 
-0x4990 018072 fetch 1 ,mem_usb_setup_blength 
-0x4991 018073 bne 1 ,usb0_force_stall 
-0x4992 018074 fetch 1 ,mem_usb_setup_blengthh 
-0x4993 018075 bne 0 ,usb0_force_stall 
-0x4994 018076 fetch 1 ,mem_usb_setup_bvalue 
-0x4995 018077 bne 0 ,usb0_force_stall 
-0x4996 018078 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x4997 018079 bne 0 ,usb0_force_stall 
-0x4998 018080 fetch 1 ,mem_usb0_state 
-0x4999 018081 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
-0x499a 018082 beq dev_address ,usb0_request_get_cfg_dev_addr 
-0x499b 018083 branch usb0_force_stall 
-:      018085 usb0_request_get_cfg_dev_cfg:
-0x499c 018086 arg 1 ,regb 
-0x499d 018087 branch usb_send_ones_packet 
-:      018089 usb0_request_get_cfg_dev_addr:
-0x499e 018090 arg 1 ,regb 
-0x499f 018091 branch usb_send_zero_packet 
-:      018093 usb0_request_get_descriptor:
-0x49a0 018094 bpatch patch1f_1 ,mem_patch1f 
-0x49a1 018095 set0 mark_isstr ,mark 
-0x49a2 018096 fetch 1 ,mem_usb_setup_bvalueh 
-0x49a3 018097 beq dsc_device ,dsc_device_info 
-0x49a4 018098 beq dsc_config ,dsc_config_info 
-0x49a5 018099 beq dsc_string ,dsc_string_info 
-0x49a6 018100 beq dsc_hid ,dsc_hid_info 
-0x49a7 018101 beq dsc_hid_report ,dsc_hid_report_info 
-0x49a8 018102 branch usb0_force_stall 
-:      018104 dsc_hid_info:
-0x49a9 018105 jam 0 ,mem_usb_get_protocol_flag 
-0x49aa 018106 fetch 1 ,mem_usb_setup_windex 
-0x49ab 018107 beq 0 ,dsc_hid_info_interface0 
-0x49ac 018108 beq 1 ,dsc_hid_info_interface1 
-0x49ad 018109 branch usb0_force_stall 
-:      018111 dsc_hid_info_interface0:
-0x49ae 018112 arg mem_confdesc + 19 ,rega 
-0x49af 018113 ifetch 1 ,rega 
-0x49b0 018114 iforce regb 
-0x49b1 018115 branch usb0_respond 
-:      018117 dsc_hid_info_interface1:
-0x49b2 018118 arg mem_confdesc + 44 ,rega 
-0x49b3 018119 ifetch 1 ,rega 
-0x49b4 018120 iforce regb 
-0x49b5 018121 branch usb0_respond 
-:      018123 dsc_device_info:
-0x49b6 018127 fetch 1 ,mem_usb_set_high_addr_flag 
-0x49b7 018128 ncall usb_set_high_addr ,blank 
-0x49b8 018129 setarg mem_devicedesc 
-0x49b9 018130 fetcht 1 ,mem_devicedesc 
-:      018131 dsc_info_set_data_len:
-0x49ba 018132 store 2 ,mem_dsc_info_data_pointer 
-0x49bb 018133 storet 1 ,mem_dsc_info_len 
-0x49bc 018134 fetch 1 ,mem_usb_setup_blength 
-0x49bd 018135 isub temp ,null 
-0x49be 018136 nbranch dsc_info_set_current_data_len ,positive 
-:      018137 dsc_info_set_initial_data_len:
-0x49bf 018138 fetch 1 ,mem_dsc_info_len 
-:      018139 dsc_info_set_data_size_completed:
-0x49c0 018140 iforce regb 
-0x49c1 018141 fetch 2 ,mem_dsc_info_data_pointer 
-0x49c2 018142 add pdata ,1 ,pdata 
-0x49c3 018143 iforce rega 
-0x49c4 018144 branch usb0_respond 
-:      018145 dsc_info_set_current_data_len:
-0x49c5 018146 fetch 1 ,mem_usb_setup_blength 
-0x49c6 018147 branch dsc_info_set_data_size_completed 
-:      018149 usb_set_high_addr:
-0x49c7 018150 hfetch 1 ,core_usb_addr 
-0x49c8 018151 ncall usb0_set_addr ,blank 
-0x49c9 018152 jam 0 ,mem_usb_set_high_addr_flag 
-0x49ca 018153 rtn 
-:      018154 usb0_set_addr:
-0x49cb 018155 hfetch 1 ,core_usb_addr 
-0x49cc 018156 set1 7 ,pdata 
-0x49cd 018157 hstore 1 ,core_usb_addr 
-0x49ce 018158 rtn 
-:      018160 dsc_config_info:
-0x49cf 018161 setarg mem_confdesc 
-0x49d0 018162 fetcht 1 ,mem_confdesc 
-0x49d1 018163 branch dsc_info_set_data_len 
-:      018165 dsc_string_info:
-0x49d2 018166 fetch 1 ,mem_usb_setup_bvalue 
-0x49d3 018167 sub pdata ,3 ,null 
-0x49d4 018168 nbranch usb0_force_stall ,positive 
-0x49d5 018169 fetch 1 ,mem_usb_setup_bvalue 
-0x49d6 018170 arg mem_string0 ,rega 
-0x49d7 018171 beq 0 ,usb0_respond_length 
-0x49d8 018172 set1 mark_isstr ,mark 
-0x49d9 018173 arg mem_string1 ,rega 
-0x49da 018174 beq 1 ,usb0_respond_length 
-0x49db 018175 arg mem_string2 ,rega 
-0x49dc 018176 beq 2 ,usb0_respond_length 
-0x49dd 018177 arg mem_string3 ,rega 
-0x49de 018178 beq 3 ,usb0_respond_length 
-0x49df 018179 rtn 
-:      018181 dsc_hid_report_info:
-0x49e0 018182 fetch 2 ,mem_usb_setup_windex 
-0x49e1 018183 beq 1 ,dsc_hid_report_info0 
-0x49e2 018184 fetch 2 ,mem_hidreportdesc_kb 
-0x49e3 018185 copy pdata ,rega 
-0x49e4 018187 branch usb0_respond_length 
-:      018188 dsc_hid_report_info0:
-0x49e5 018189 jam 1 ,mem_usb_device_enumeration_endflag 
-0x49e6 018190 jam usb_got_report_req ,mem_usb_state 
-0x49e7 018191 fetch 2 ,mem_hidreportdesc_m 
-0x49e8 018192 copy pdata ,rega 
-0x49e9 018194 branch usb0_respond_length 
-:      018197 usb0_request_get_interface:
-0x49ea 018198 fetch 1 ,mem_usb0_state 
-0x49eb 018199 bne dev_configured ,usb0_force_stall 
-0x49ec 018200 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x49ed 018201 bne in_interface ,usb0_force_stall 
-0x49ee 018202 fetch 1 ,mem_usb_setup_bvalue 
-0x49ef 018203 bne 0 ,usb0_force_stall 
-0x49f0 018204 fetch 1 ,mem_usb_setup_bvalueh 
-0x49f1 018205 bne 0 ,usb0_force_stall 
-0x49f2 018206 fetch 1 ,mem_usb_setup_blength 
-0x49f3 018207 bne 1 ,usb0_force_stall 
-0x49f4 018208 fetch 1 ,mem_usb_setup_blengthh 
-0x49f5 018209 bne 0 ,usb0_force_stall 
-0x49f6 018210 fetch 1 ,mem_usb_setup_windex 
-0x49f7 018211 bne 0 ,usb0_force_stall 
-0x49f8 018212 fetch 1 ,mem_usb_setup_windex + 1 
-0x49f9 018213 bne 0 ,usb0_force_stall 
-0x49fa 018214 arg 1 ,regb 
-0x49fb 018215 branch usb_send_zero_packet 
-:      018218 usb0_request_get_status:
-0x49fc 018219 fetch 1 ,mem_usb0_state 
-0x49fd 018220 beq dev_default ,usb0_force_stall 
-0x49fe 018221 fetch 1 ,mem_usb_setup_bvalue 
-0x49ff 018222 bne 0 ,usb0_force_stall 
-0x4a00 018223 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a01 018224 bne 0 ,usb0_force_stall 
-0x4a02 018225 fetch 1 ,mem_usb_setup_blength 
-0x4a03 018226 bne 2 ,usb0_force_stall 
-0x4a04 018227 fetch 1 ,mem_usb_setup_blengthh 
-0x4a05 018228 bne 0 ,usb0_force_stall 
-0x4a06 018229 fetch 1 ,mem_usb_setup_windex + 1 
-0x4a07 018230 bne 0 ,usb0_force_stall 
-0x4a08 018231 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a09 018232 beq in_device ,usb0_get_status_in_device 
-0x4a0a 018233 beq in_interface ,usb0_get_status_in_interface 
-0x4a0b 018234 beq in_endpoint ,usb0_get_status_in_endpoint 
-0x4a0c 018235 branch usb0_force_stall 
-:      018237 usb0_get_status_in_device:
-0x4a0d 018238 fetch 1 ,mem_usb_setup_windex 
-0x4a0e 018239 bne 0 ,usb0_force_stall 
-0x4a0f 018240 arg 2 ,regb 
-0x4a10 018241 fetch 1 ,mem_usb_remote_wakeup 
-0x4a11 018242 beq 0x01 ,usb_send_two_packet 
-:      018244 usb_send_zero_packet:
-0x4a12 018245 arg mem_usb_zero_packet ,rega 
-0x4a13 018246 branch usb0_respond 
-:      018247 usb_send_ones_packet:
-0x4a14 018248 arg mem_usb_ones_packet ,rega 
-0x4a15 018249 branch usb0_respond 
-:      018250 usb_send_two_packet:
-0x4a16 018251 arg mem_usb_two_packet ,rega 
-0x4a17 018252 branch usb0_respond 
-:      018254 usb0_get_status_in_interface:
-0x4a18 018255 fetch 1 ,mem_usb0_state 
-0x4a19 018256 bne dev_configured ,usb0_force_stall 
-0x4a1a 018257 arg 2 ,regb 
-0x4a1b 018258 branch usb_send_zero_packet 
-:      018260 usb0_get_status_in_endpoint:
-0x4a1c 018261 fetch 1 ,mem_usb0_state 
-0x4a1d 018262 bne dev_configured ,usb0_force_stall 
-0x4a1e 018263 fetch 1 ,mem_usb_setup_windex 
-0x4a1f 018264 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
-0x4a20 018265 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
-0x4a21 018266 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
-0x4a22 018267 and_into 0x7f ,pdata 
-0x4a23 018268 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
-0x4a24 018269 branch usb0_force_stall 
-:      018271 usb0_get_status_in_ep_in_ep0:
-0x4a25 018272 fetch 1 ,mem_usb_ep0_stall_status 
-:      018273 usb0_get_status_in_ep_in_ack:
-0x4a26 018274 arg 2 ,regb 
-0x4a27 018275 beq 1 ,usb_send_ones_packet 
-0x4a28 018276 branch usb_send_zero_packet 
-:      018277 usb0_get_status_in_ep_in_ep1:
-0x4a29 018278 fetch 1 ,mem_usb_ep1_stall_status 
-0x4a2a 018279 branch usb0_get_status_in_ep_in_ack 
-:      018280 usb0_get_status_in_ep_in_ep2:
-0x4a2b 018281 fetch 1 ,mem_usb_ep2_stall_status 
-0x4a2c 018282 branch usb0_get_status_in_ep_in_ack 
-:      018283 usb0_get_status_in_ep_in_ep3:
-0x4a2d 018284 fetch 1 ,mem_usb_ep3_stall_status 
-0x4a2e 018285 branch usb0_get_status_in_ep_in_ack 
-:      018287 usb_get_idle:
-0x4a2f 018288 jam 1 ,mem_usb_idle_flag 
-0x4a30 018289 arg mem_usb_idle_rate ,rega 
-0x4a31 018290 arg 1 ,regb 
-0x4a32 018291 branch usb0_respond 
-:      018293 usb_get_report:
-0x4a33 018294 fetch 2 ,mem_usb_setup_bvalue 
-0x4a34 018295 arg pc_get_report ,temp 
-0x4a35 018296 isub temp ,null 
-0x4a36 018297 nbranch usb0_force_stall ,zero 
-0x4a37 018298 set0 mark_isstr ,mark 
-:      018299 usb_get_report_dispose:
-0x4a38 018300 fetch 1 ,mem_usb0_data_ready_report 
-0x4a39 018301 nbranch usb_get_report_data_success ,blank 
-0x4a3a 018302 jam pc_get_nondata ,mem_usb0_get_report_data 
-:      018303 usb_get_report_send_data:
-0x4a3b 018304 fetch 1 ,mem_usb_setup_blength 
-0x4a3c 018305 iforce regb 
-0x4a3d 018306 arg mem_usb0_get_report_data ,rega 
-0x4a3e 018307 call usb0_respond 
-:      018308 usb_get_report_data_release:
-0x4a3f 018309 arg mem_usb0_get_report_data ,contw 
-0x4a40 018310 arg 8 ,loopcnt 
-0x4a41 018311 branch memset0 
-:      018312 usb_get_report_data_success:
-0x4a42 018313 jam 0 ,mem_usb0_data_ready_report 
-0x4a43 018314 jam pc_get_data ,mem_usb0_get_report_data 
-0x4a44 018315 branch usb_get_report_send_data 
-:      018317 usb_get_protocol_req:
-0x4a45 018318 fetch 1 ,mem_usb_setup_blength 
-0x4a46 018319 bne 1 ,usb0_force_stall 
-0x4a47 018320 jam 1 ,mem_usb_get_protocol_flag 
-0x4a48 018321 arg 1 ,regb 
-0x4a49 018322 fetch 1 ,mem_usb_set_protocol_value 
-0x4a4a 018323 beq 0 ,usb_get_report_protocol 
-0x4a4b 018324 beq 1 ,usb_get_boot_protocol 
-0x4a4c 018325 branch usb_send_zero_packet 
-:      018326 usb_get_report_protocol:
-0x4a4d 018327 branch usb_send_ones_packet 
-:      018328 usb_get_boot_protocol:
-0x4a4e 018329 branch usb_send_zero_packet 
-:      018334 usb0_request_clear_feature:
-0x4a4f 018335 fetch 1 ,mem_usb0_state 
-0x4a50 018336 bne dev_configured ,usb0_force_stall 
-0x4a51 018337 fetch 1 ,mem_usb_setup_blength 
-0x4a52 018338 bne 0 ,usb0_force_stall 
-0x4a53 018339 fetch 1 ,mem_usb_setup_blengthh 
-0x4a54 018340 bne 0 ,usb0_force_stall 
-0x4a55 018341 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a56 018342 bne 0 ,usb0_force_stall 
-0x4a57 018343 fetch 1 ,mem_usb_setup_windex + 1 
-0x4a58 018344 bne 0 ,usb0_force_stall 
-0x4a59 018345 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a5a 018346 beq out_device ,usb0_request_clear_feature_out_device 
-0x4a5b 018347 beq out_interface ,usb0_request_clear_feature_out_interface 
-0x4a5c 018348 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
-0x4a5d 018349 branch usb0_force_stall 
-:      018351 usb0_request_clear_feature_out_device:
-0x4a5e 018352 fetch 1 ,mem_usb_setup_bvalue 
-0x4a5f 018353 bne device_remote_wakeup ,usb0_force_stall 
-0x4a60 018354 hfetch 1 ,core_usb_config 
-0x4a61 018355 set0 7 ,pdata 
-0x4a62 018356 hstore 1 ,core_usb_config 
-0x4a63 018357 jam 0 ,mem_usb_remote_wakeup 
-0x4a64 018358 jam 1 ,mem_usb_clear_remote_wakeup 
-0x4a65 018359 branch usb0_reply_zerolen 
-:      018361 usb0_request_clear_feature_out_interface:
-0x4a66 018362 branch usb0_force_stall 
-:      018364 usb0_request_clear_feature_out_endpoint:
-0x4a67 018365 fetch 1 ,mem_usb_setup_bvalue 
-0x4a68 018366 bne endpoint_halt ,usb0_force_stall 
-0x4a69 018367 fetch 1 ,mem_usb_setup_windex 
-0x4a6a 018368 beq in_ep1 ,usb0_force_stall_ep1_in_off 
-0x4a6b 018369 beq in_ep2 ,usb0_force_stall_ep2_in_off 
-0x4a6c 018370 beq in_ep3 ,usb0_force_stall_ep3_in_off 
-0x4a6d 018371 and_into 0x7f ,pdata 
-0x4a6e 018372 beq 0x00 ,usb0_force_stall_ep0_in_off 
-0x4a6f 018373 branch usb0_force_stall 
-:      018375 usb0_force_stall_ep0_in_off:
-0x4a70 018376 jam 0 ,mem_usb_ep0_stall_status 
-0x4a71 018377 branch usb0_reply_zerolen 
-:      018378 usb0_force_stall_ep1_in_off:
-0x4a72 018379 jam 0 ,mem_usb_ep1_stall_status 
-:      018380 usb0_force_stall_ep1_in_off_reply:
-0x4a73 018381 jam 1 ,mem_usb_clear_halt 
-0x4a74 018382 branch usb0_reply_zerolen 
-:      018383 usb0_force_stall_ep2_in_off:
-0x4a75 018384 jam 0 ,mem_usb_ep2_stall_status 
-0x4a76 018385 branch usb0_force_stall_ep1_in_off_reply 
-:      018386 usb0_force_stall_ep3_in_off:
-0x4a77 018387 jam 0 ,mem_usb_ep3_stall_status 
-0x4a78 018388 branch usb0_force_stall_ep1_in_off_reply 
-:      018391 usb0_request_set_feature:
-0x4a79 018392 fetch 1 ,mem_usb_setup_blength 
-0x4a7a 018393 bne 0 ,usb0_force_stall 
-0x4a7b 018394 fetch 1 ,mem_usb_setup_blengthh 
-0x4a7c 018395 bne 0 ,usb0_force_stall 
-0x4a7d 018396 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4a7e 018397 beq out_device ,usb0_request_set_feature_out_device 
-0x4a7f 018398 beq out_interface ,usb0_request_set_feature_out_interface 
-0x4a80 018399 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
-0x4a81 018400 branch usb0_force_stall 
-:      018402 usb0_request_set_feature_out_device:
-0x4a82 018403 fetch 1 ,mem_usb_setup_bvalue 
-0x4a83 018404 bne device_remote_wakeup ,usb0_force_stall 
-0x4a84 018405 hfetch 1 ,core_usb_config 
-0x4a85 018406 set1 7 ,pdata 
-0x4a86 018407 hstore 1 ,core_usb_config 
-0x4a87 018408 jam 1 ,mem_usb_remote_wakeup 
-0x4a88 018409 jam usb_sleep ,mem_usb_state 
-0x4a89 018410 jam 0 ,mem_usb_tx_win_enable 
-0x4a8a 018411 call usb0_reply_zerolen 
-:      018412 usb_wakeup_timer_reinit:
-0x4a8b 018413 call timer_reinit 
-0x4a8c 018414 setarg timer_wakeup_delay 
-0x4a8d 018415 arg timer_wakeup ,queue 
-0x4a8e 018416 branch timer_init 
-:      018418 usb0_request_set_feature_out_interface:
-0x4a8f 018419 branch usb0_force_stall 
-:      018421 usb0_request_set_feature_out_endpoint:
-0x4a90 018422 fetch 1 ,mem_usb_setup_bvalue 
-0x4a91 018423 bne endpoint_halt ,usb0_force_stall 
-0x4a92 018424 fetch 1 ,mem_usb_setup_bvalueh 
-0x4a93 018425 bne 0 ,usb0_force_stall 
-0x4a94 018426 fetch 1 ,mem_usb_setup_windex 
-0x4a95 018427 beq in_ep1 ,usb0_force_stall_ep1_in_on 
-0x4a96 018428 beq in_ep2 ,usb0_force_stall_ep2_in_on 
-0x4a97 018429 beq in_ep3 ,usb0_force_stall_ep3_in_on 
-0x4a98 018430 and_into 0x7f ,pdata 
-0x4a99 018431 beq 0x00 ,usb0_force_stall_ep0_in_on 
-0x4a9a 018432 branch usb0_force_stall 
-:      018434 usb0_force_stall_ep0_in_on:
-0x4a9b 018435 jam 1 ,mem_usb_ep0_stall_status 
-0x4a9c 018436 branch usb0_reply_zerolen 
-:      018437 usb0_force_stall_ep1_in_on:
-0x4a9d 018438 jam 1 ,mem_usb_ep1_stall_status 
-0x4a9e 018439 branch usb0_reply_zerolen 
-:      018440 usb0_force_stall_ep2_in_on:
-0x4a9f 018441 jam 1 ,mem_usb_ep2_stall_status 
-0x4aa0 018442 branch usb0_reply_zerolen 
-:      018443 usb0_force_stall_ep3_in_on:
-0x4aa1 018444 jam 1 ,mem_usb_ep3_stall_status 
-0x4aa2 018445 branch usb0_reply_zerolen 
-:      018448 usb0_request_set_address:
-0x4aa3 018449 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4aa4 018450 bne out_device ,usb0_force_stall 
-0x4aa5 018451 fetch 1 ,mem_usb_setup_windex 
-0x4aa6 018452 bne 0 ,usb0_force_stall 
-0x4aa7 018453 fetch 1 ,mem_usb_setup_windex + 1 
-0x4aa8 018454 bne 0 ,usb0_force_stall 
-0x4aa9 018455 fetch 1 ,mem_usb_setup_blength 
-0x4aaa 018456 bne 0 ,usb0_force_stall 
-0x4aab 018457 fetch 1 ,mem_usb_setup_blengthh 
-0x4aac 018458 bne 0 ,usb0_force_stall 
-0x4aad 018459 fetch 1 ,mem_usb_setup_bvalueh 
-0x4aae 018460 bne 0 ,usb0_force_stall 
-0x4aaf 018461 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab0 018462 and_into 0x80 ,pdata 
-0x4ab1 018463 bne 0 ,usb0_force_stall 
-0x4ab2 018464 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab3 018465 bne 0 ,usb_usb0_state_set_dev_addr 
-:      018466 usb_usb0_state_set_dev_default:
-0x4ab4 018467 jam dev_default ,mem_usb0_state 
-:      018468 usb0_request_set_wait_address:
-0x4ab5 018469 fetch 1 ,mem_usb_setup_bvalue 
-0x4ab6 018470 hstore 1 ,core_usb_addr 
-0x4ab7 018471 call usb0_reply_zerolen 
-0x4ab8 018472 jam 1 ,mem_usb_set_high_addr_flag 
-0x4ab9 018473 rtn 
-:      018474 usb_usb0_state_set_dev_addr:
-0x4aba 018475 jam dev_address ,mem_usb0_state 
-0x4abb 018476 branch usb0_request_set_wait_address 
-:      018479 usb0_request_set_configuration:
-0x4abc 018480 fetch 1 ,mem_usb0_state 
-0x4abd 018481 beq dev_default ,usb0_force_stall 
-0x4abe 018482 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4abf 018483 bne out_device ,usb0_force_stall 
-0x4ac0 018484 fetch 1 ,mem_usb_setup_windex 
-0x4ac1 018485 bne 0 ,usb0_force_stall 
-0x4ac2 018486 fetch 1 ,mem_usb_setup_windex + 1 
-0x4ac3 018487 bne 0 ,usb0_force_stall 
-0x4ac4 018488 fetch 1 ,mem_usb_setup_blength 
-0x4ac5 018489 bne 0 ,usb0_force_stall 
-0x4ac6 018490 fetch 1 ,mem_usb_setup_blengthh 
-0x4ac7 018491 bne 0 ,usb0_force_stall 
-0x4ac8 018492 fetch 1 ,mem_usb_setup_bvalue + 1 
-0x4ac9 018493 bne 0 ,usb0_force_stall 
-0x4aca 018494 fetch 1 ,mem_usb_setup_bvalue 
-0x4acb 018495 sub pdata ,usb_max_num_cfg ,null 
-0x4acc 018496 nbranch usb0_force_stall ,positive 
-0x4acd 018497 fetch 1 ,mem_usb0_state 
-0x4ace 018498 beq dev_address ,usb0_request_set_cfg_addr_state 
-0x4acf 018499 beq dev_configured ,usb0_request_set_cfg_cfg_state 
-0x4ad0 018500 branch usb0_force_stall 
-:      018502 usb0_request_set_cfg_addr_state:
-:      018503 usb0_request_set_cfg_cfg_state:
-0x4ad1 018504 fetch 1 ,mem_usb_setup_bvalue 
-0x4ad2 018505 beq 0 ,usb0_request_set_cfg_stay_addr_state 
-0x4ad3 018506 jam dev_configured ,mem_usb0_state 
-0x4ad4 018507 branch usb0_reply_zerolen 
-:      018508 usb0_request_set_cfg_stay_addr_state:
-0x4ad5 018509 jam dev_address ,mem_usb0_state 
-0x4ad6 018510 branch usb0_reply_zerolen 
-:      018513 usb0_request_set_interface:
-0x4ad7 018514 fetch 1 ,mem_usb0_state 
-0x4ad8 018515 bne dev_configured ,usb0_force_stall 
-0x4ad9 018516 fetch 1 ,mem_usb_setup_bmrequesttype 
-0x4ada 018517 bne out_interface ,usb0_force_stall 
-0x4adb 018518 fetch 1 ,mem_usb_setup_bvalue 
-0x4adc 018519 bne 0 ,usb0_force_stall 
-0x4add 018520 fetch 1 ,mem_usb_setup_bvalueh 
-0x4ade 018521 bne 0 ,usb0_force_stall 
-0x4adf 018522 fetch 1 ,mem_usb_setup_blength 
-0x4ae0 018523 bne 0 ,usb0_force_stall 
-0x4ae1 018524 fetch 1 ,mem_usb_setup_blengthh 
-0x4ae2 018525 bne 0 ,usb0_force_stall 
-0x4ae3 018526 fetch 1 ,mem_usb_setup_windex 
-0x4ae4 018527 bne 0 ,usb0_force_stall 
-0x4ae5 018528 fetch 1 ,mem_usb_setup_windex + 1 
-0x4ae6 018529 bne 0 ,usb0_force_stall 
-0x4ae7 018530 branch usb0_reply_zerolen 
-:      018533 usb_set_idle:
-0x4ae8 018534 jam 1 ,mem_usb_idle_flag 
-0x4ae9 018535 fetch 1 ,mem_usb_setup_bvalueh 
-0x4aea 018536 store 1 ,mem_usb_idle_rate 
-0x4aeb 018537 fetch 1 ,mem_usb_setup_windex 
-0x4aec 018538 sub pdata ,1 ,null 
-0x4aed 018539 call usb_clear_remote_wakeup_set0 ,zero 
-0x4aee 018540 fetch 1 ,mem_usb_state 
-0x4aef 018541 bne usb_resume ,usb0_reply_zerolen 
-0x4af0 018542 jam usb_connected ,mem_usb_state 
-0x4af1 018543 call usb0_reply_zerolen 
-0x4af2 018544 nop 30000 
-0x4af3 018545 nop 30000 
-0x4af4 018546 rtn 
-:      018547 usb_clear_remote_wakeup_set0:
-0x4af5 018548 jam 1 ,mem_usb_device_enumeration_endflag 
-0x4af6 018549 jam 0 ,mem_usb_clear_remote_wakeup 
-0x4af7 018550 jam usb_resume ,mem_usb_state 
-0x4af8 018551 rtn 
-:      018554 usb_set_report:
-0x4af9 018555 jam 1 ,mem_usb0_get_set_report 
-0x4afa 018556 call usb_set_report_resume_judge 
-0x4afb 018557 fetch 2 ,mem_usb_setup_bvalue 
-0x4afc 018558 store 2 ,mem_usb_setup_bvalue_temp 
-0x4afd 018559 fetch 1 ,mem_usb_setup_blength 
-0x4afe 018560 iforce loopcnt 
-0x4aff 018561 arg mem_usb0_setup ,contr 
-0x4b00 018562 arg mem_usb0_set_report_data ,contw 
-0x4b01 018563 call memcpy 
-0x4b02 018564 branch usb0_reply_zerolen 
-:      018566 usb_set_report_resume_judge:
-0x4b03 018567 fetch 2 ,mem_usb_setup_bvalue 
-0x4b04 018568 arg pc_set_report_bvalue ,temp 
-0x4b05 018569 isub temp ,null 
-0x4b06 018570 nrtn zero 
-0x4b07 018571 fetch 2 ,mem_usb_setup_windex 
-0x4b08 018572 arg pc_set_report_windex ,temp 
-0x4b09 018573 isub temp ,null 
-0x4b0a 018574 nrtn zero 
-0x4b0b 018575 fetch 2 ,mem_usb_setup_blength 
-0x4b0c 018576 arg pc_set_report_blength ,temp 
-0x4b0d 018577 isub temp ,null 
-0x4b0e 018578 nrtn zero 
-0x4b0f 018579 jam 1 ,mem_usb_tx_win_enable 
-0x4b10 018580 rtn 
-:      018583 usb_set_protocol_req:
-0x4b11 018584 fetch 1 ,mem_usb_setup_blength 
-0x4b12 018585 bne 0 ,usb0_force_stall 
-0x4b13 018586 fetch 1 ,mem_usb_setup_bvalue 
-0x4b14 018587 beq boot_protocol ,usb_set_boot_protocol 
-0x4b15 018588 beq report_protocol ,usb_set_report_protocol 
-0x4b16 018589 branch usb0_force_stall 
-:      018590 usb_set_boot_protocol:
-0x4b17 018591 jam 0 ,mem_usb_set_protocol_status 
-0x4b18 018592 jam 1 ,mem_usb_set_protocol_value 
-0x4b19 018593 branch usb0_reply_zerolen 
-:      018594 usb_set_report_protocol:
-0x4b1a 018595 jam 1 ,mem_usb_tx_mac_enable 
-0x4b1b 018596 jam 1 ,mem_usb_set_protocol_status 
-0x4b1c 018597 jam 0 ,mem_usb_set_protocol_value 
-0x4b1d 018598 branch usb0_reply_zerolen 
-:      018601 usb0_respond_length:
-0x4b1e 018602 ifetch 1 ,rega 
-0x4b1f 018603 iforce regb 
-0x4b20 018604 increase 1 ,rega 
-:      018606 usb0_respond:
-0x4b21 018607 bpatch patch1f_2 ,mem_patch1f 
-0x4b22 018608 bmark0 mark_isstr ,usb0_respond0 
-0x4b23 018609 add regb ,1 ,pdata 
-0x4b24 018610 lshift pdata ,pdata 
-0x4b25 018611 hstore 1 ,core_usb_dfifo0 
-0x4b26 018612 jam 3 ,core_usb_dfifo0 
-0x4b27 018613 fetch 1 ,mem_usb_setup_blength 
-0x4b28 018614 increase -2 ,pdata 
-0x4b29 018615 rshift pdata ,pdata 
-0x4b2a 018616 store 1 ,mem_usb_setup_blength 
-0x4b2b 018617 beq 0 ,usb_no_respond_data 
-:      018618 usb0_respond0:
-0x4b2c 018619 fetch 2 ,mem_usb_setup_blength 
-0x4b2d 018620 isub regb ,null 
-0x4b2e 018621 branch usb0_respond1 ,positive 
-0x4b2f 018622 copy pdata ,regb 
-:      018623 usb0_respond1:
-0x4b30 018624 deposit rega 
-0x4b31 018625 store 2 ,mem_bufptr 
-0x4b32 018626 deposit regb 
-0x4b33 018627 store 1 ,mem_remain 
-0x4b34 018628 branch usb0_tx 
-:      018630 usb_no_respond_data:
-0x4b35 018631 arg 0 ,queue 
-0x4b36 018632 branch usb_trig 
-:      018635 usb0_tx:
-0x4b37 018636 bpatch patch1f_3 ,mem_patch1f 
-0x4b38 018637 fetch 1 ,mem_remain 
-0x4b39 018638 rtn blank 
-0x4b3a 018639 copy pdata ,loopcnt 
-0x4b3b 018640 sub pdata ,ep0_packet_size ,null 
-0x4b3c 018641 branch usb0_tx_info ,positive 
-0x4b3d 018642 arg ep0_packet_size ,loopcnt 
-:      018643 usb0_tx_info:
-0x4b3e 018644 fetch 1 ,mem_remain 
-0x4b3f 018645 isub loopcnt ,pdata 
-0x4b40 018646 store 1 ,mem_remain 
-0x4b41 018647 fetch 2 ,mem_bufptr 
-0x4b42 018648 copy pdata ,contr 
-:      018649 usb0_tx0:
-0x4b43 018650 ifetch 1 ,contr 
-0x4b44 018651 hstore 1 ,core_usb_dfifo0 
-0x4b45 018652 bmark0 mark_isstr ,usb0_tx1 
-0x4b46 018653 jam 0 ,core_usb_dfifo0 
-:      018654 usb0_tx1:
-0x4b47 018655 loop usb0_tx0 
-0x4b48 018656 copy contr ,pdata 
-0x4b49 018657 store 2 ,mem_bufptr 
-0x4b4a 018658 arg 0 ,queue 
-0x4b4b 018659 call usb_trig 
-0x4b4c 018660 fetch 1 ,mem_remain 
-0x4b4d 018661 nrtn blank 
-0x4b4e 018662 fetch 1 ,mem_usb_state 
-0x4b4f 018663 rtnne usb_got_report_req 
-0x4b50 018664 jam usb_connected ,mem_usb_state 
-0x4b51 018665 rtn 
-:      018668 usb_tx_ep1:
-0x4b52 018669 arg core_usb_dfifo1 ,rega 
-0x4b53 018670 arg 1 ,queue 
-:      018671 usb_tx_loop:
-0x4b54 018672 ifetch 1 ,contr 
-0x4b55 018673 istore 1 ,rega 
-0x4b56 018674 loop usb_tx_loop 
-:      018675 usb_trig:
-0x4b57 018676 setarg 0 
-0x4b58 018677 qset1 pdata 
-0x4b59 018678 hstore 1 ,core_usb_trig 
-0x4b5a 018679 fetcht 1 ,mem_usb_tx_wait 
-0x4b5b 018680 ior temp ,pdata 
-0x4b5c 018681 store 1 ,mem_usb_tx_wait 
-0x4b5d 018682 rtn 
-:      018684 usb_tx_ep2:
-0x4b5e 018685 arg 2 ,queue 
-0x4b5f 018686 arg core_usb_dfifo2 ,rega 
-0x4b60 018687 branch usb_tx_loop 
-:      018689 usb_tx:
-0x4b61 018690 bpatch patch1f_4 ,mem_patch1f 
-0x4b62 018691 fetch 1 ,mem_usb_tx_enable 
-0x4b63 018692 rtn blank 
-0x4b64 018693 fetch 1 ,mem_usb_tx_wait 
-0x4b65 018694 nbranch usb_inwake_state_tx_dispose ,blank 
-0x4b66 018695 fetch 1 ,mem_usb_device_enumeration_endflag 
-0x4b67 018696 branch usb_tx_fifo_release ,blank 
-0x4b68 018697 fetch 1 ,mem_usb_state 
-0x4b69 018698 beq usb_sleep ,usb_windows_wakeup 
-0x4b6a 018699 bne usb_connected ,usb_tx_fifo_release 
-0x4b6b 018700 fetch 1 ,mem_usb_clear_remote_wakeup 
-0x4b6c 018701 nbranch usb_tx_fifo_release ,blank 
-0x4b6d 018702 call usb_tx_data_ep1 
-0x4b6e 018703 branch usb_tx_data_ep2 
-:      018705 usb_tx_data_ep1:
-0x4b6f 018706 fetch 1 ,mem_usb_tx_enable 
-0x4b70 018707 rtnbit0 1 
-0x4b71 018708 fetch 1 ,mem_usb_tx_wait 
-0x4b72 018709 rtnbit1 1 
-0x4b73 018710 fetch 1 ,mem_usb_tx_enable 
-0x4b74 018711 set0 1 ,pdata 
-0x4b75 018712 store 1 ,mem_usb_tx_enable 
-0x4b76 018713 fetch 1 ,mem_usb_ep1_data 
-0x4b77 018714 rtn blank 
-0x4b78 018715 beq usb_ep1_kb ,usb_tx_kb_normal_data 
-0x4b79 018716 branch assert 
-:      018718 usb_tx_data_ep2:
-0x4b7a 018719 fetch 1 ,mem_usb_tx_enable 
-0x4b7b 018720 rtnbit0 2 
-0x4b7c 018721 fetch 1 ,mem_usb_tx_wait 
-0x4b7d 018722 rtnbit1 2 
-0x4b7e 018723 fetch 1 ,mem_usb_tx_enable 
-0x4b7f 018724 set0 2 ,pdata 
-0x4b80 018725 store 1 ,mem_usb_tx_enable 
-0x4b81 018726 fetch 1 ,mem_usb_ep2_data 
-0x4b82 018727 rtn blank 
-0x4b83 018728 beq usb_ep2_ms ,usb_tx_ms_data 
-0x4b84 018729 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
-0x4b85 018730 branch assert 
-:      018732 usb_tx_fifo_release:
-0x4b86 018734 arg mem_usb_mouse_data ,contw 
-0x4b87 018735 arg 6 ,loopcnt 
-0x4b88 018736 branch memset0 
-:      018738 usb_tx_ms_data:
-0x4b89 018739 fetch 1 ,mem_usb_idle_flag 
-0x4b8a 018740 fetcht 1 ,mem_usb_get_protocol_flag 
-0x4b8b 018741 iand temp ,pdata 
-0x4b8c 018742 branch usb_tx_ms_data_normal_mode ,blank 
-0x4b8d 018743 fetcht 1 ,mem_usb_set_protocol_status 
-0x4b8e 018744 iadd temp ,pdata 
-0x4b8f 018745 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
-0x4b90 018746 branch usb_tx_ms_data_normal_mode 
-:      018748 usb_tx_ms_data_mac_boot_mode:
-0x4b91 018749 jam 0 ,mem_usb_ep2_data 
-:      018750 usb_tx_ms_data_mac_boot_regroup:
-0x4b92 018751 fetch 1 ,mem_usb_mouse_data + 1 
-0x4b93 018752 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x4b94 018753 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
-0x4b95 018754 fetch 1 ,mem_usb_mouse_data + 1 
-0x4b96 018755 store 1 ,mem_usb_mouse_data 
-0x4b97 018756 fetch 1 ,mem_usb_mouse_data + 2 
-0x4b98 018757 istore 1 ,contw 
-0x4b99 018758 fetch 1 ,mem_usb_mouse_data + 4 
-0x4b9a 018759 istore 1 ,contw 
-0x4b9b 018760 fetch 1 ,mem_usb_mouse_data + 6 
-0x4b9c 018761 istore 1 ,contw 
-0x4b9d 018762 arg 4 ,loopcnt 
-0x4b9e 018763 arg mem_usb_mouse_data ,contr 
-0x4b9f 018764 branch usb_tx_ep2 
-:      018766 usb_tx_ms_data_normal_mode:
-0x4ba0 018767 jam 0 ,mem_usb_ep2_data 
-:      018768 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
-0x4ba1 018769 arg 8 ,loopcnt 
-0x4ba2 018770 arg mem_usb_mouse_data ,contr 
-0x4ba3 018771 branch usb_tx_ep2 
-:      018773 usb_tx_kb_multikey_data:
-0x4ba4 018774 jam 0 ,mem_usb_ep2_data 
-0x4ba5 018775 arg 3 ,loopcnt 
-0x4ba6 018776 arg mem_usb_kb_multikey ,contr 
-0x4ba7 018777 branch usb_tx_ep2 
-:      018779 usb_tx_kb_normal_data:
-0x4ba8 018780 jam 0 ,mem_usb_ep1_data 
-0x4ba9 018781 arg 8 ,loopcnt 
-0x4baa 018782 arg mem_usb_kb_data ,contr 
-0x4bab 018783 branch usb_tx_ep1 
-:      018785 usb_inwake_state_tx_dispose:
-0x4bac 018786 fetch 1 ,mem_usb_state 
-0x4bad 018787 beq usb_sleep ,usb_clear_tx_wait 
-0x4bae 018788 beq usb_connected ,usb_mac_wakeup_trig 
-0x4baf 018789 rtn 
-:      018790 usb_clear_tx_wait:
-0x4bb0 018791 jam 0 ,mem_usb_tx_wait 
-0x4bb1 018792 rtn 
-:      018793 usb_mac_wakeup_trig:
-0x4bb2 018794 hfetch 1 ,core_usb_config 
-0x4bb3 018795 set1 7 ,pdata 
-0x4bb4 018796 hstore 1 ,core_usb_config 
-0x4bb5 018797 jam 1 ,mem_usb_mac_wakeup_trig 
-0x4bb6 018798 rtn 
-:      018800 usb_mac_wakeup_judge:
-0x4bb7 018801 fetch 1 ,mem_usb_state 
-0x4bb8 018802 rtneq usb_sleep 
-0x4bb9 018803 beq usb_connected ,usb_mac_wakeup 
-0x4bba 018804 rtn 
-:      018805 usb_mac_wakeup:
-0x4bbb 018806 fetch 1 ,mem_usb_mac_wakeup_trig 
-0x4bbc 018807 rtn blank 
-0x4bbd 018808 jam 1 ,mem_usb_wakestate_onetime_flag 
-0x4bbe 018809 branch usb_wakeup 
-:      018811 usb_windows_wakeup:
-0x4bbf 018812 arg timer_wakeup ,queue 
-0x4bc0 018813 call timer_check 
-0x4bc1 018814 nrtn blank 
-:      018815 usb_wakeup:
-0x4bc2 018816 hfetch 1 ,core_usb_config 
-0x4bc3 018817 rtnbit0 7 
-0x4bc4 018818 jam 0xfc ,core_usb_config 
-0x4bc5 018819 nop 30000 
-0x4bc6 018820 jam 0x3c ,core_usb_config 
-0x4bc7 018821 rtn 
-:      018828 hci_rx_h4:
-0x4bc8 018829 bpatch patch1f_5 ,mem_patch1f 
-0x4bc9 018830 fetch 1 ,mem_hci_cmd 
-0x4bca 018831 nrtn blank 
-:      018832 hci_rx_h4_1:
-0x4bcb 018833 call hci_h4_parse_packet 
-0x4bcc 018834 ncall h4_rx_discard_packet ,user 
-0x4bcd 018835 rtn 
-:      018837 hci_h4_parse_packet:
-0x4bce 018838 bpatch patch1f_6 ,mem_patch1f 
-0x4bcf 018839 copy contru ,rega 
-0x4bd0 018840 arg 4 ,temp 
-0x4bd1 018841 ifetch 1 ,contru 
-0x4bd2 018842 beq hci_h4_type_cmd ,hci_h4_parse_packet_wait_len 
-0x4bd3 018843 increase 1 ,temp 
-0x4bd4 018844 beq hci_h4_type_acl ,hci_h4_parse_packet_wait_len 
-0x4bd5 018845 copy contru ,pdata 
-0x4bd6 018846 hstore 2 ,core_uart_rrptr 
-0x4bd7 018847 rtn 
-:      018848 hci_h4_parse_packet_wait_len:
-0x4bd8 018849 hfetch 2 ,core_uart_rxitems 
-0x4bd9 018850 isub temp ,null 
-0x4bda 018851 nbranch hci_h4_parse_packet_wait_len ,positive 
-0x4bdb 018853 disable user 
-0x4bdc 018854 copy rega ,contru 
-0x4bdd 018855 call h4_get_rx_payload_len 
-0x4bde 018856 iadd temp ,temp 
-:      018857 hci_h4_parse_packet_wait:
-0x4bdf 018858 hfetch 2 ,core_uart_rxitems 
-0x4be0 018859 isub temp ,null 
-0x4be1 018860 nbranch hci_h4_parse_packet_wait ,positive 
-0x4be2 018861 copy rega ,contru 
-0x4be3 018862 ifetch 1 ,contru 
-0x4be4 018863 beq hci_h4_type_cmd ,process_hci_cmd 
-0x4be5 018864 branch assert 
-:      018866 h4_rx_discard_packet:
-0x4be6 018867 bpatch patch1f_7 ,mem_patch1f 
-0x4be7 018868 hfetch 2 ,core_uart_rrptr 
-0x4be8 018869 iforce contru 
-0x4be9 018870 call h4_get_rx_payload_len 
-0x4bea 018871 iadd contru ,contru 
-0x4beb 018872 deposit contru 
-0x4bec 018873 hstore 2 ,core_uart_rrptr 
-0x4bed 018874 rtn 
-:      018879 h4_get_rx_payload_len:
-0x4bee 018880 ifetch 1 ,contru 
-0x4bef 018881 increase 2 ,contru 
-0x4bf0 018882 beq hci_h4_type_acl ,h4_get_rx_payload_len_acl 
-0x4bf1 018883 ifetch 1 ,contru 
-0x4bf2 018884 rtn 
-:      018885 h4_get_rx_payload_len_acl:
-0x4bf3 018886 ifetch 2 ,contru 
-0x4bf4 018887 rtn 
-:      018889 h4_get_tx_ptr:
-0x4bf5 018890 hfetch 2 ,core_uart_twptr 
-0x4bf6 018891 increase -5 ,contwu 
-0x4bf7 018892 iadd contwu ,contwu 
-0x4bf8 018893 rtn 
-:      018895 h4_send_packet_event:
-0x4bf9 018896 arg hci_h4_type_event ,temp 
-0x4bfa 018897 branch h4_send_packet 
-:      018898 h4_send_packet_acl:
-0x4bfb 018899 arg hci_h4_type_acl ,temp 
-:      018900 h4_send_packet:
-0x4bfc 018901 bpatchx patch20_0 ,mem_patch20 
-0x4bfd 018902 increase 1 ,loopcnt 
-0x4bfe 018903 hfetch 2 ,core_uart_twptr 
-0x4bff 018904 copy pdata ,contwu 
-0x4c00 018905 copy loopcnt ,pdata 
-0x4c01 018906 istoret 1 ,contwu 
-0x4c02 018907 increase -1 ,pdata 
-0x4c03 018908 iadd contwu ,contwu 
-0x4c04 018909 copy contwu ,pdata 
-0x4c05 018910 store 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c06 018911 copy temp ,pdata 
-0x4c07 018912 rtneq hci_h4_type_acl 
-0x4c08 018913 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c09 018914 hstore 2 ,core_uart_twptr 
-0x4c0a 018915 branch h4_send_acl_trigger_clear 
-:      018918 h4_send_acl_trigger_clear:
-0x4c0b 018919 setarg 0 
-0x4c0c 018920 store 2 ,mem_hci_acl_tx_trigger_wptr 
-0x4c0d 018921 rtn 
-:      018928 hci_init:
-0x4c0e 018929 rtn wake 
-0x4c0f 018930 setarg hci_idle_dispatch 
-0x4c10 018931 store 2 ,mem_cb_idle_process 
-0x4c11 018933 setarg uart_baud_115200 
-0x4c12 018934 store uart_baud_len ,mem_baud 
-:      018935 hci_lpm_init:
-0x4c13 018936 setarg mem_h5rx_buf 
-0x4c14 018937 hstore 2 ,core_uart_rsaddr 
-0x4c15 018938 setarg mem_h5rx_buf_end 
-0x4c16 018939 hstore 2 ,core_uart_readdr 
-0x4c17 018940 setarg mem_h5tx_buf 
-0x4c18 018941 hstore 2 ,core_uart_tsaddr 
-0x4c19 018942 call hci_sel_init 
-:      018943 hci_reinit:
-0x4c1a 018944 jam 0x0 ,core_uart_ctrl 
-0x4c1b 018945 setarg mem_h5tx_buf 
-0x4c1c 018946 hstore 2 ,core_uart_twptr 
-0x4c1d 018947 hstore 2 ,core_uart_trptrp 
-0x4c1e 018948 setarg mem_h5rx_buf 
-0x4c1f 018949 hstore 2 ,core_uart_rrptr 
-0x4c20 018950 store 2 ,mem_h5rx_rptr 
-:      018951 hci_init_common:
-0x4c21 018952 hfetch 2 ,core_clkoff 
-0x4c22 018953 set0 clock_off_uart ,pdata 
-0x4c23 018954 hstore 2 ,core_clkoff 
-0x4c24 018955 call uart_set_baud_by_mem 
-0x4c25 018956 jam uartclk_dpll ,core_uart_clksel 
-0x4c26 018957 jam uart_ctrl_h4 ,core_uart_ctrl 
-0x4c27 018958 rtn 
-:      018960 hci_sel_init:
-0x4c28 018961 setarg mem_h5tx_buf_end 
-0x4c29 018962 hstore 2 ,core_uart_teaddr 
-0x4c2a 018963 hfetch 1 ,core_gpio_sel1 
-0x4c2b 018964 or_into 0x07 ,pdata 
-0x4c2c 018965 hstore 1 ,core_gpio_sel1 
-0x4c2d 018966 rtn 
-:      018969 hci_rx_packet:
-0x4c2e 018970 bpatchx patch20_1 ,mem_patch20 
-0x4c2f 018971 hfetch 1 ,core_uart_status 
-0x4c30 018972 iforce regb 
-0x4c31 018973 bbit0 uart_status_rx_fifo_empty ,hci_rx_packet_cont 
-0x4c32 018974 hfetch 2 ,core_uart_rxitems 
-0x4c33 018975 iforce regc 
-0x4c34 018976 arg 0x44f ,temp 
-0x4c35 018977 isub temp ,null 
-0x4c36 018978 nrtn zero 
-:      018979 hci_rx_packet_cont:
-0x4c37 018980 hfetch 2 ,core_uart_rrptr 
-0x4c38 018981 iforce contru 
-0x4c39 018982 branch hci_rx_h4 
-:      018984 uart_send_byte:
-0x4c3a 018985 hfetcht 1 ,core_uart_status 
-0x4c3b 018986 isolate1 6 ,temp 
-0x4c3c 018987 branch uart_send_byte ,true 
-0x4c3d 018988 hstore 1 ,core_uart_txd 
-0x4c3e 018989 rtn 
-:      018991 process_hci_cmd:
-0x4c3f 018992 bpatchx patch20_2 ,mem_patch20 
-0x4c40 018993 fetch 1 ,mem_hci_cmd 
-0x4c41 018994 branch process_hci_cmd_cont ,blank 
-0x4c42 018995 enable user 
-0x4c43 018996 rtn 
-:      018997 process_hci_cmd_cont:
-0x4c44 018998 ifetch 2 ,contru 
-0x4c45 018999 iforce alarm 
-0x4c46 019000 iforce queue 
-0x4c47 019001 ifetch 1 ,contru 
-0x4c48 019002 iforce temp 
-0x4c49 019003 rshift2 alarm ,pdata 
-0x4c4a 019004 rshift8 pdata ,pdata 
-0x4c4b 019005 beq hci_ogf_vendor_specific ,phci_grp_vendor_specific 
-0x4c4c 019006 rtn 
-:      019009 phci_grp_vendor_specific:
-0x4c4d 019010 bpatchx patch20_3 ,mem_patch20 
-0x4c4e 019011 deposit queue 
-0x4c4f 019012 beq hci_vendor_cmd_reset ,hci_normal_reply 
-0x4c50 019013 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
-0x4c51 019014 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
-0x4c52 019015 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
-0x4c53 019016 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
-0x4c54 019017 beq hci_vendor_cmd_echo ,hci_normal_reply 
-0x4c55 019018 beq hci_vendor_cmd_bdaddr ,phci_grp_vendor_bdaddr 
-0x4c56 019019 beq hci_vendor_cmd_enter_lpm ,phci_grp_vendor_enter_lpm 
-0x4c57 019021 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
-0x4c58 019022 beq hci_vendor_cmd_eep ,phci_grp_vendor_eep 
-0x4c59 019023 beq hci_vendor_cmd_patch_sec_init ,phci_grp_vendor_patch_sec_init 
-0x4c5a 019024 beq hci_vendor_cmd_patch_sec ,phci_grp_vendor_patch_sec 
-0x4c5b 019025 branch hci_normal_reply 
-:      019027 phci_grp_vendor_enter_lpm:
-0x4c5c 019028 call hci_normal_reply 
-0x4c5d 019029 call wait_uarttx 
-0x4c5e 019030 call gpio_pu_uart_tx 
-:      019031 hci_enter_lpm:
-0x4c5f 019032 call app_put_lpm_wake_lock 
-0x4c60 019033 call app_l2cap_flow_control_enable 
-0x4c61 019034 branch gpio_rx_config_input_with_pu 
-:      019036 hci_exit_lpm:
-0x4c62 019037 jam hci_rx_ready ,mem_hci_lt_rx_state 
-0x4c63 019038 call app_get_lpm_wake_lock 
-0x4c64 019039 call hci_lpm_init 
-0x4c65 019040 branch app_l2cap_flow_control_disable 
-:      019042 phci_grp_vendor_chipid:
-0x4c66 019043 call hci_get_cmd_complete_ptr 
-0x4c67 019044 hfetch 2 ,core_chipid 
-0x4c68 019045 istore 2 ,contwu 
-0x4c69 019046 force 6 ,loopcnt 
-0x4c6a 019047 branch hci_command_complete 
-:      019049 phci_grp_vendor_baud:
-0x4c6b 019050 ifetch 2 ,contru 
-0x4c6c 019051 store 2 ,mem_baud 
-0x4c6d 019052 hstore 2 ,core_uart_baud 
-0x4c6e 019053 rtn 
-:      019056 phci_grp_vendor_patch_common:
-0x4c6f 019058 ifetch 1 ,contru 
-0x4c70 019059 copy pdata ,temp 
-0x4c71 019060 hstore 1 ,core_ucode_low 
-0x4c72 019061 ifetch 1 ,contru 
-0x4c73 019062 iadd temp ,temp 
-0x4c74 019063 set1 7 ,pdata 
-0x4c75 019064 hstore 1 ,core_ucode_ctrl 
-0x4c76 019065 ifetch 1 ,contru 
-0x4c77 019066 iadd temp ,temp 
-0x4c78 019067 copy pdata ,loopcnt 
-0x4c79 019068 rtn 
-:      019070 phci_grp_vendor_patch:
-0x4c7a 019071 bmark1 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4c7b 019072 call phci_grp_vendor_patch_common 
-:      019073 phci_grp_vendor_patch_loop:
-0x4c7c 019074 ifetch 1 ,contru 
-0x4c7d 019075 hstore 1 ,core_ucode_data 
-0x4c7e 019076 iadd temp ,temp 
-0x4c7f 019077 loop phci_grp_vendor_patch_loop 
-:      019078 phci_grp_vendor_patch_check_sum:
-0x4c80 019079 and temp ,0xff ,temp 
-0x4c81 019080 ifetch 1 ,contru 
-0x4c82 019081 isub temp ,null 
-0x4c83 019082 nbranch phci_grp_vendor_patch_bad ,zero 
-0x4c84 019083 branch hci_normal_reply 
-:      019086 phci_grp_vendor_patch_sec:
-0x4c85 019087 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4c86 019088 call phci_grp_vendor_patch_common 
-0x4c87 019089 store 8 ,mem_pdatatemp 
-:      019090 phci_grp_vendor_patch_sec_loop:
-0x4c88 019091 call do_aes_cbc 
-0x4c89 019092 arg 16 ,loopcnt 
-0x4c8a 019093 arg mem_temp_block0 ,contw 
-0x4c8b 019094 call load_uart_sum_loop 
-0x4c8c 019095 storet 8 ,mem_temp 
-0x4c8d 019096 arg mem_temp_block2 ,contw 
-0x4c8e 019097 call store_aes_result 
-0x4c8f 019098 arg mem_temp_block2 ,rega 
-0x4c90 019099 arg mem_temp_block0 ,regb 
-0x4c91 019100 arg mem_temp_block3 ,contw 
-0x4c92 019101 call xor16 
-0x4c93 019102 arg 16 ,loopcnt 
-0x4c94 019103 arg mem_temp_block3 ,contr 
-0x4c95 019104 call load_ucode_only_loop 
-0x4c96 019105 fetcht 8 ,mem_temp 
-0x4c97 019106 fetch 8 ,mem_pdatatemp 
-0x4c98 019107 increase -16 ,pdata 
-0x4c99 019108 store 8 ,mem_pdatatemp 
-0x4c9a 019109 nbranch phci_grp_vendor_patch_sec_loop ,blank 
-0x4c9b 019110 branch phci_grp_vendor_patch_check_sum 
-:      019112 load_ucode_only_loop:
-0x4c9c 019113 ifetch 1 ,contr 
-0x4c9d 019114 hstore 1 ,core_ucode_data 
-0x4c9e 019115 loop load_ucode_only_loop 
-0x4c9f 019116 rtn 
-:      019118 load_uart_sum_loop:
-0x4ca0 019119 ifetch 1 ,contru 
-0x4ca1 019120 istore 1 ,contw 
-0x4ca2 019121 iadd temp ,temp 
-0x4ca3 019122 loop load_uart_sum_loop 
-0x4ca4 019123 rtn 
-:      019125 phci_grp_vendor_patch_sec_init:
-0x4ca5 019126 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
-0x4ca6 019127 arg 0 ,temp 
-0x4ca7 019128 arg 16 ,loopcnt 
-0x4ca8 019129 arg mem_temp_block0 ,contw 
-0x4ca9 019130 call load_uart_sum_loop 
-0x4caa 019131 hfetch 1 ,core_gpio_key2 
-0x4cab 019132 and_into 0xfd ,pdata 
-0x4cac 019133 hstore 1 ,core_gpio_key2 
-0x4cad 019134 arg mem_temp_block0 ,contr 
-0x4cae 019135 arg 16 ,loopcnt 
-0x4caf 019136 call aes_load_data 
-0x4cb0 019137 call aes_init 
-0x4cb1 019138 call aes_clear_data 
-0x4cb2 019139 branch phci_grp_vendor_patch_check_sum 
-:      019142 phci_grp_vendor_done:
-0x4cb3 019143 arg 0x20 ,loopcnt 
-0x4cb4 019144 arg mem_patch00 ,contw 
-0x4cb5 019145 arg 0 ,temp 
-:      019146 phci_grp_vendor_done_loop:
-0x4cb6 019147 ifetch 1 ,contru 
-0x4cb7 019148 istore 1 ,contw 
-0x4cb8 019149 iadd temp ,temp 
-0x4cb9 019150 loop phci_grp_vendor_done_loop 
-0x4cba 019151 and temp ,0xff ,temp 
-0x4cbb 019152 ifetch 1 ,contru 
-0x4cbc 019153 isub temp ,null 
-0x4cbd 019154 nbranch phci_grp_vendor_patch_bad ,zero 
-0x4cbe 019155 jam 0 ,core_ucode_ctrl 
-0x4cbf 019156 call hci_normal_reply 
-0x4cc0 019157 call h4_rx_discard_packet 
-0x4cc1 019158 call clear_key_buf 
-0x4cc2 019159 call wait_uarttx 
-0x4cc3 019160 branch soft_reset 
-:      019162 phci_grp_vendor_patch_bad:
-0x4cc4 019163 jam 0 ,core_ucode_ctrl 
-0x4cc5 019164 branch start 
-:      019166 phci_grp_vendor_bdaddr:
-0x4cc6 019167 ifetch 6 ,contru 
-0x4cc7 019168 store 6 ,mem_lap 
-0x4cc8 019169 branch hci_normal_reply 
-:      019172 phci_grp_vendor_mem:
-0x4cc9 019173 ifetch 1 ,contru 
-0x4cca 019174 store 1 ,mem_hci_curr_len 
-0x4ccb 019175 copy pdata ,loopcnt 
-0x4ccc 019176 ifetch 2 ,contru 
-0x4ccd 019177 store 2 ,mem_hci_curr_target 
-0x4cce 019178 copy pdata ,contw 
-0x4ccf 019179 call uart_copy_rx_bytes 
-0x4cd0 019180 branch hci_normal_reply 
-:      019183 phci_grp_vendor_eep:
-0x4cd1 019184 ifetch 1 ,contru 
-0x4cd2 019185 store 1 ,mem_hci_curr_len 
-0x4cd3 019186 copy pdata ,loopcnt 
-0x4cd4 019187 ifetch 2 ,contru 
-0x4cd5 019188 store 2 ,mem_hci_curr_target 
-0x4cd6 019189 arg mem_l2cap_rxbuff1 ,contw 
-0x4cd7 019190 call uart_copy_rx_bytes 
-0x4cd8 019191 fetcht 1 ,mem_hci_curr_len 
-0x4cd9 019192 arg mem_l2cap_rxbuff1 ,rega 
-0x4cda 019193 fetch 2 ,mem_hci_curr_target 
-0x4cdb 019194 branch iicd_write_ota_data 
-:      019199 hci_normal_reply:
-0x4cdc 019200 force 4 ,loopcnt 
-:      019201 hci_command_complete:
-0x4cdd 019202 call hci_get_payload_ptr 
-0x4cde 019203 force 0x1 ,pdata 
-0x4cdf 019204 istore 1 ,contwu 
-0x4ce0 019205 deposit alarm 
-0x4ce1 019206 istore 3 ,contwu 
-0x4ce2 019207 force hci_event_command_complete ,queue 
-:      019208 hci_send_event:
-0x4ce3 019209 bpatchx patch20_4 ,mem_patch20 
-0x4ce4 019210 call hci_get_packet_ptr 
-0x4ce5 019211 deposit queue 
-0x4ce6 019212 istore 1 ,contwu 
-0x4ce7 019213 deposit loopcnt 
-0x4ce8 019214 istore 1 ,contwu 
-:      019215 hci_send_event_raw:
-0x4ce9 019216 force 5 ,queue 
-0x4cea 019217 increase 2 ,loopcnt 
-:      019218 hci_send_packet:
-0x4ceb 019219 branch h4_send_packet_event 
-:      019221 hci_send_commu_ready_event:
-0x4cec 019222 force hci_event_vendor_specific ,queue 
-0x4ced 019223 call hci_get_payload_ptr 
-0x4cee 019224 setarg hci_vendor_event_commu_ready 
-0x4cef 019225 istore 1 ,contwu 
-0x4cf0 019226 force 1 ,loopcnt 
-0x4cf1 019227 branch hci_send_event 
-:      019229 hci_get_cmd_complete_ptr:
-0x4cf2 019230 force 12 ,contwu 
-0x4cf3 019231 branch hci_get_tx_ptr 
-:      019233 hci_get_payload_ptr:
-0x4cf4 019234 force 8 ,contwu 
-0x4cf5 019235 branch hci_get_tx_ptr 
-:      019237 hci_get_packet_ptr:
-0x4cf6 019238 force 6 ,contwu 
-:      019239 hci_get_tx_ptr:
-0x4cf7 019240 branch h4_get_tx_ptr 
-:      019244 calc_tx_crc16:
-0x4cf8 019245 pulse crc16 
-0x4cf9 019246 enable enable_crc 
-:      019247 crcloop:
-0x4cfa 019248 ifetch 1 ,contwu 
-0x4cfb 019249 inject bucket ,8 
-0x4cfc 019250 loop crcloop 
-0x4cfd 019251 enable enable_parity 
-0x4cfe 019252 inject bucket ,16 
-0x4cff 019253 disable enable_parity 
-0x4d00 019254 disable enable_crc 
-0x4d01 019255 disable crc16 
-0x4d02 019256 byteswap pdata ,pdata 
-0x4d03 019257 rtn 
-:      019261 cmd_exit:
-0x4d04 019262 jam 0 ,mem_hci_cmd 
-0x4d05 019263 rtn 
-:      019264 cmd_check_plap:
-0x4d06 019265 fetch 6 ,mem_hci_plap 
-0x4d07 019266 fetcht 6 ,mem_plap 
-0x4d08 019267 isub temp ,null 
-0x4d09 019268 rtn 
-:      019273 cmd_pair:
-0x4d0a 019274 fetch 1 ,mem_op 
-0x4d0b 019275 bbit1 op_inrand_req ,cmd_pair_passive 
-0x4d0c 019276 call tid_initiate 
-0x4d0d 019277 jam lmp_in_rand ,mem_lmo_opcode2 
-0x4d0e 019278 branch cmd_exit 
-:      019279 cmd_pair_passive:
-0x4d0f 019280 set0 op_inrand_req ,pdata 
-0x4d10 019281 store 1 ,mem_op 
-0x4d11 019282 call lmp_accept_inrand 
-0x4d12 019283 setarg 0 
-0x4d13 019284 setflag master ,smap_lmptid ,pdata 
-0x4d14 019285 store 1 ,mem_lmo_tid2 
-0x4d15 019286 branch cmd_exit 
-0x4d16 019287 rtn 
-:      019288 cmd_in_sniff:
-0x4d17 019289 jam lmp_sniff_req ,mem_lmo_opcode2 
-0x4d18 019290 arg mem_sniff_payload ,contw 
-0x4d19 019291 setarg 0 
-0x4d1a 019292 isolate1 27 ,clke_bt 
-0x4d1b 019293 setflag true ,1 ,pdata 
-0x4d1c 019294 istore 1 ,contw 
-0x4d1d 019295 setarg 0 
-0x4d1e 019296 istore 2 ,contw 
-0x4d1f 019297 fetch 2 ,mem_sniff_param_interval 
-0x4d20 019298 istore 2 ,contw 
-0x4d21 019299 fetch 1 ,mem_sniff_param_attempt 
-0x4d22 019300 istore 2 ,contw 
-0x4d23 019301 fetch 1 ,mem_sniff_param_timeout 
-0x4d24 019302 istore 2 ,contw 
-0x4d25 019303 branch cmd_exit 
-:      019305 cmd_exit_sniff:
-0x4d26 019306 jam lmp_unsniff_req ,mem_lmo_opcode2 
-0x4d27 019307 branch cmd_exit 
-:      019309 hci_idle_dispatch:
-0x4d28 019310 call gpio_check_uart_state 
-0x4d29 019311 rtn true 
-0x4d2a 019312 arg uart_wakeup_rx ,temp 
-0x4d2b 019313 call gpio_get_bit 
-0x4d2c 019314 nbranch uart_wake_up ,true 
-0x4d2d 019315 jam hci_rx_wake ,mem_hci_lt_rx_state 
-0x4d2e 019316 rtn 
-:      019317 uart_wake_up:
-0x4d2f 019318 fetch 1 ,mem_hci_lt_rx_state 
-0x4d30 019319 rtnne hci_rx_wake 
-0x4d31 019320 call hci_exit_lpm 
-0x4d32 019321 branch hci_send_commu_ready_event 
-:      019335 hid_rx_process:
-0x4d33 019336 bpatchx patch20_5 ,mem_patch20 
-0x4d34 019337 fetch 2 ,mem_l2cap_payload_ptr 
-0x4d35 019338 copy pdata ,contr 
-0x4d36 019339 ifetch 1 ,contr 
-0x4d37 019340 and pdata ,0x0f ,temp 
-0x4d38 019341 rshift4 pdata ,pdata 
-0x4d39 019342 beq hid_type_set_idle ,hid_rx_process_handshake 
-0x4d3a 019343 beq hid_type_set_protocol ,hid_rx_process_handshake 
-0x4d3b 019344 beq hid_type_data ,hid_rx_process_data 
-0x4d3c 019345 beq hid_type_set_report ,hid_rx_process_set_report 
-0x4d3d 019346 beq hid_type_control ,hid_rx_process_hid_control 
-0x4d3e 019347 rtn 
-:      019349 hid_rx_process_hid_control:
-0x4d3f 019350 copy temp ,pdata 
-0x4d40 019351 beq hid_control_p_virtualcableunplug ,hid_rx_process_virtual_cable_unplug 
-0x4d41 019352 beq hid_control_p_suspend ,hid_rx_process_suspend 
-0x4d42 019353 rtn 
-:      019355 hid_rx_process_virtual_cable_unplug:
-0x4d43 019356 jam bt_evt_virtual_cable_unplug ,mem_fifo_temp 
-0x4d44 019357 call ui_ipc_send_event 
-0x4d45 019358 fetch 1 ,mem_device_option 
-0x4d46 019359 rtnbit0 dvc_op_mouse 
-0x4d47 019360 copy temp ,pdata 
-0x4d48 019361 beq hid_control_p_virtualcableunplug ,mouse_irtual_cable_unplug 
-0x4d49 019362 rtn 
-:      019363 hid_rx_process_suspend:
-0x4d4a 019364 rtn 
-:      019366 hid_rx_process_set_report:
-0x4d4b 019367 call hid_rx_process_data 
-0x4d4c 019368 arg 0x01 ,rega 
-0x4d4d 019369 call hid_malloc_tx_buff 
-0x4d4e 019370 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4d4f 019371 istore 2 ,contw 
-0x4d50 019372 setarg 0x00 
-0x4d51 019373 istore 1 ,contw 
-0x4d52 019374 rtn 
-:      019376 hid_rx_process_handshake:
-0x4d53 019377 arg 1 ,rega 
-0x4d54 019378 call hid_malloc_tx_buff 
-0x4d55 019379 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4d56 019380 istore 2 ,contw 
-0x4d57 019381 setarg 0 
-0x4d58 019382 istore 1 ,contw 
-0x4d59 019383 jam 1 ,mem_ui_data_txbuff_length 
-0x4d5a 019384 fetch 1 ,mem_hid_control_state 
-0x4d5b 019385 set1 l2cap_channel_hid_handshake_done 
-0x4d5c 019386 store 1 ,mem_hid_control_state 
-0x4d5d 019387 jam bt_evt_hid_handshake ,mem_fifo_temp 
-0x4d5e 019388 branch ui_ipc_send_event 
-:      019390 hid_rx_process_data:
-0x4d5f 019391 ifetch 1 ,contr 
-0x4d60 019392 beq hid_report_id_kb ,hid_rx_process_data_hid_kb 
-0x4d61 019393 rtn 
-:      019395 hid_rx_process_data_hid_kb:
-0x4d62 019396 rtn 
-:      019399 hid_malloc_tx_buff:
-0x4d63 019400 call l2cap_malloc 
-0x4d64 019401 copy rega ,temp 
-0x4d65 019402 storet 1 ,mem_ui_data_txbuff_length 
-0x4d66 019403 copy pdata ,contw 
-0x4d67 019404 copy rega ,pdata 
-0x4d68 019405 istore 2 ,contw 
-0x4d69 019406 rtn 
-:      019423 l2cap_init:
-0x4d6a 019424 branch l2cap_init_wake ,wake 
-:      019425 l2cap_init_work:
-0x4d6b 019426 setarg mem_l2cap_xmem_end 
-0x4d6c 019427 arg mem_l2cap_xmem_start ,contw 
-0x4d6d 019428 isub contw ,loopcnt 
-0x4d6e 019429 call clear_mem 
-:      019430 l2cap_init_wake:
-0x4d6f 019431 bpatchx patch20_6 ,mem_patch20 
-0x4d70 019432 setarg mem_sdp_mem_end 
-0x4d71 019433 arg mem_sdp_mem_start ,contw 
-0x4d72 019434 isub contw ,loopcnt 
-0x4d73 019435 call clear_mem 
-0x4d74 019436 setarg mem_l2cap_mem_end 
-0x4d75 019437 arg mem_l2cap_mem_start ,contw 
-0x4d76 019438 isub contw ,loopcnt 
-0x4d77 019439 call clear_mem 
-0x4d78 019440 branch l2cap_lpm_load_txbuf 
-:      019442 process_rx_l2cap_pkt:
-0x4d79 019443 bpatchx patch20_7 ,mem_patch20 
-0x4d7a 019444 copy contr ,temp 
-0x4d7b 019447 copy temp ,contr 
-0x4d7c 019448 ifetch 2 ,contr 
-0x4d7d 019449 store 2 ,mem_l2cap_rx_pkt_length 
-0x4d7e 019450 ifetch 2 ,contr 
-0x4d7f 019451 store 2 ,mem_l2cap_rx_cid 
-0x4d80 019452 deposit contr 
-0x4d81 019453 store 2 ,mem_l2cap_payload_ptr 
-0x4d82 019454 fetch 1 ,memui_reconnect_mode 
-0x4d83 019455 beq no_reconnection ,l2cap_rx_multiplexing 
-0x4d84 019456 branch ml2cap_rx_multiplexing 
-:      019458 l2cap_rx_multiplexing:
-0x4d85 019459 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x4d86 019460 branch l2cap_rx_reset_state ,blank 
-0x4d87 019461 bpatchx patch21_0 ,mem_patch21 
-0x4d88 019462 fetch 1 ,mem_l2cap_rx_cid 
-0x4d89 019463 beq l2cap_signal_channel ,l2cap_call_proc_signal 
-:      019464 l2cap_rx_multiplexing0:
-0x4d8a 019465 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
-0x4d8b 019466 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
-0x4d8c 019467 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
-0x4d8d 019468 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
-0x4d8e 019469 branch l2cap_rx_reset_state 
-:      019471 l2cap_check_map:
-0x4d8f 019474 bpatchx patch21_1 ,mem_patch21 
-0x4d90 019475 call l2cap_malloc_get_full_map 
-0x4d91 019476 fetch 1 ,mem_used_map 
-0x4d92 019477 beq 0 ,set_pdata_0 
-0x4d93 019478 beq 1 ,set_pdata_0 
-0x4d94 019479 beq 2 ,set_pdata_0 
-0x4d95 019480 beq 3 ,set_pdata_0 
-0x4d96 019481 beq 0x81 ,set_pdata_0 
-0x4d97 019482 beq 0xc0 ,set_pdata_0 
-0x4d98 019483 beq 0x80 ,set_pdata_0 
-0x4d99 019484 beq 0x40 ,set_pdata_0 
-0x4d9a 019485 rtn 
-:      019487 set_pdata_0:
-0x4d9b 019488 setarg 0 
-0x4d9c 019489 rtn 
-:      019492 l2cap_call_proc_signal:
-0x4d9d 019493 call l2cap_check_map 
-0x4d9e 019494 nrtn blank 
-:      019495 l2cap_call_proc_signal0:
-0x4d9f 019496 call l2cap_malloc_signal_channel 
-0x4da0 019497 call l2cap_process_signal_pkt 
-0x4da1 019498 fetcht 2 ,mem_l2cap_signal_tx_length 
-0x4da2 019499 branch l2cap_call_proc_no_reply ,blank 
-0x4da3 019500 call l2cap_get_signal_tx_buff 
-0x4da4 019501 fetch 2 ,mem_l2cap_signal_tx_length 
-0x4da5 019502 istore 2 ,contw 
-0x4da6 019503 force l2cap_signal_channel ,pdata 
-0x4da7 019504 istore 2 ,contw 
-0x4da8 019505 branch l2cap_rx_reset_state 
-:      019507 l2cap_call_proc_sigal_pending:
-0x4da9 019508 fetch 1 ,mem_l2cap_pending_item 
-0x4daa 019509 rtn blank 
-0x4dab 019510 copy pdata ,rega 
-0x4dac 019511 bpatchx patch21_2 ,mem_patch21 
-0x4dad 019512 fetch 4 ,mem_l2cap_sdpres_delay_time 
-0x4dae 019513 arg 0x100 ,temp 
-0x4daf 019514 iadd temp ,temp 
-0x4db0 019515 copy clkn_bt ,pdata 
-0x4db1 019516 isub temp ,null 
-0x4db2 019517 nrtn positive 
-0x4db3 019518 jam 0 ,mem_l2cap_pending_item 
-0x4db4 019519 copy rega ,pdata 
-0x4db5 019520 beq l2cap_sdp_channel ,l2cap_sdp_conn_succ 
-0x4db6 019521 branch assert 
-:      019522 l2cap_sdp_conn_succ:
-0x4db7 019523 arg 0 ,debug 
-0x4db8 019524 call l2cap_malloc_signal_channel 
-0x4db9 019525 call restore_l2cap_req_param 
-0x4dba 019526 call l2cap_get_signal_tx_payload 
-0x4dbb 019527 call save_cont_pointers 
-0x4dbc 019528 call send_connection_sdp_res 
-0x4dbd 019529 call l2cap_get_signal_tx_buff 
-0x4dbe 019531 setarg 0x000c 
-0x4dbf 019532 istore 2 ,contw 
-0x4dc0 019533 force l2cap_signal_channel ,pdata 
-0x4dc1 019534 istore 2 ,contw 
-0x4dc2 019535 branch l2cap_rx_reset_state 
-:      019539 l2cap_reset_sdp_map:
-0x4dc3 019540 bpatchx patch21_3 ,mem_patch21 
-0x4dc4 019541 fetch 2 ,mem_sdp_tx_pkt_length 
-0x4dc5 019542 increase 4 ,pdata 
-0x4dc6 019543 rshift4 pdata ,pdata 
-0x4dc7 019544 rshift3 pdata ,pdata 
-0x4dc8 019545 add pdata ,1 ,temp 
-0x4dc9 019546 arg mem_tx_fifo3 ,contr 
-0x4dca 019547 ifetch 3 ,contr 
-0x4dcb 019548 rtn blank 
-0x4dcc 019549 store 3 ,mem_tx_fifo_map_temp 
-0x4dcd 019550 fetch 1 ,mem_tx_fifo_map_temp 
-0x4dce 019551 copy pdata ,rega 
-0x4dcf 019552 call check_l2cap_map 
-0x4dd0 019553 copy regb ,pdata 
-0x4dd1 019554 store 1 ,mem_tx_fifo3 
-0x4dd2 019555 rtn 
-:      019557 check_l2cap_map:
-0x4dd3 019558 arg 0 ,queue 
-0x4dd4 019559 arg 0 ,regb 
-:      019561 check_l2cap_map_loop:
-0x4dd5 019562 sub queue ,7 ,null 
-0x4dd6 019563 nrtn positive 
-0x4dd7 019564 qisolate1 rega 
-0x4dd8 019565 branch check_l2cap_map_used ,true 
-0x4dd9 019566 branch check_l2cap_map_used2 
-:      019568 check_l2cap_map_used:
-0x4dda 019569 copy temp ,pdata 
-0x4ddb 019570 branch check_l2cap_map_used2 ,blank 
-0x4ddc 019571 qset1 regb 
-0x4ddd 019572 increase -1 ,temp 
-:      019574 check_l2cap_map_used2:
-0x4dde 019575 increase 1 ,queue 
-0x4ddf 019576 branch check_l2cap_map_loop 
-:      019578 l2cap_call_proc_sdp:
-0x4de0 019579 call l2cap_malloc_is_fifo_empty 
-0x4de1 019580 nrtn blank 
-0x4de2 019581 call l2cap_check_map 
-0x4de3 019582 nrtn blank 
-0x4de4 019583 call l2cap_malloc_sdp_channel 
-0x4de5 019584 call sdp_process 
-0x4de6 019585 call l2cap_reset_sdp_map 
-0x4de7 019586 branch l2cap_call_proc_sdp_common 
-:      019589 ml2cap_call_proc_sdp:
-0x4de8 019590 call l2cap_malloc_is_fifo_empty 
-0x4de9 019591 nrtn blank 
-0x4dea 019592 call l2cap_malloc_sdp_channel 
-0x4deb 019593 call sdp_process 
-:      019594 l2cap_call_proc_sdp_common:
-0x4dec 019595 call l2cap_get_sdp_tx_buff 
-0x4ded 019596 fetch 2 ,mem_sdp_tx_pkt_length 
-0x4dee 019597 branch l2cap_call_proc_no_reply ,blank 
-0x4def 019598 istore 2 ,contw 
-0x4df0 019599 fetch 2 ,mem_sdp_remote_cid 
-0x4df1 019600 istore 2 ,contw 
-0x4df2 019601 branch l2cap_rx_reset_state 
-:      019603 l2cap_call_proc_hid:
-0x4df3 019604 call hid_rx_process 
-0x4df4 019605 branch l2cap_rx_reset_state 
-:      019607 l2cap_call_proc_rfcomm:
-0x4df5 019608 bpatchx patch21_4 ,mem_patch21 
-0x4df6 019609 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
-0x4df7 019610 call rfcomm_rx_process 
-0x4df8 019611 fetch 1 ,mem_rfcomm_malloc_fail_flag 
-0x4df9 019612 rtneq rfcomm_malloc_fail 
-0x4dfa 019613 branch l2cap_rx_reset_state 
-:      019614 l2cap_call_proc_no_reply:
-0x4dfb 019615 call l2cap_malloc_discard 
-:      019617 l2cap_rx_reset_state:
-0x4dfc 019618 setarg 0 
-0x4dfd 019619 store 2 ,mem_l2cap_rx_pkt_length 
-0x4dfe 019620 store 2 ,mem_l2cap_rx_cid 
-0x4dff 019621 jam l2cap_rx_done ,mem_l2cap_rx_done 
-0x4e00 019622 rtn 
-:      019624 l2cap_process_signal_pkt:
-0x4e01 019625 bpatchx patch21_5 ,mem_patch21 
-0x4e02 019626 call l2cap_get_signal_tx_payload 
-0x4e03 019627 force 0 ,regb 
-0x4e04 019628 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x4e05 019629 copy pdata ,regc 
-0x4e06 019630 fetch 2 ,mem_l2cap_payload_ptr 
-0x4e07 019631 iforce contr 
-:      019632 l2cap_process_signal_pkt_loop:
-0x4e08 019633 call l2cap_process_one_signal 
-0x4e09 019634 deposit regc 
-0x4e0a 019635 increase -4 ,regc 
-0x4e0b 019636 increase -4 ,pdata 
-0x4e0c 019637 nbranch l2cap_process_signal_pkt_loop ,blank 
-0x4e0d 019638 copy regb ,pdata 
-0x4e0e 019639 store 2 ,mem_l2cap_signal_tx_length 
-0x4e0f 019640 rtn 
-:      019642 l2cap_process_one_signal:
-0x4e10 019643 bpatchx patch21_6 ,mem_patch21 
-0x4e11 019644 ifetch 1 ,contr 
-0x4e12 019645 beq signal_cmd_reject ,l2cap_proc_signal_cmd_reject 
-0x4e13 019646 beq signal_connect_req ,l2cap_proc_signal_connect_req 
-0x4e14 019647 beq signal_connect_rsp ,l2cap_proc_signal_connect_rsp 
-0x4e15 019648 beq signal_config_req ,l2cap_proc_signal_config_req 
-0x4e16 019649 beq signal_config_rsp ,l2cap_proc_signal_config_rsp 
-0x4e17 019650 beq signal_disconnect_req ,l2cap_proc_signal_disconnect_req 
-0x4e18 019651 beq signal_disconnect_rsp ,l2cap_proc_signal_disconnect_rsp 
-0x4e19 019652 beq signal_echo_req ,l2cap_proc_signal_echo_req 
-0x4e1a 019653 beq signal_echo_rsp ,l2cap_proc_signal_echo_rsp 
-0x4e1b 019654 beq signal_info_req ,l2cap_proc_signal_info_req 
-0x4e1c 019655 beq signal_info_rsp ,l2cap_proc_signal_info_rsp 
-0x4e1d 019656 call l2cap_reject_command 
-:      019657 l2cap_process_one_signal_rtn:
-0x4e1e 019658 rtn 
-:      019660 l2cap_proc_signal_info_req:
-0x4e1f 019661 ifetch 1 ,contr 
-0x4e20 019662 copy pdata ,queue 
-0x4e21 019663 ifetch 2 ,contr 
-0x4e22 019664 copy pdata ,rega 
-0x4e23 019665 copy regc ,pdata 
-0x4e24 019666 isub rega ,regc 
-0x4e25 019667 setarg signal_info_rsp 
-0x4e26 019668 istore 1 ,contw 
-0x4e27 019669 copy queue ,pdata 
-0x4e28 019670 istore 1 ,contw 
-0x4e29 019671 ifetch 2 ,contr 
-:      019672 l2cap_proc_signal_info_req_reply:
-0x4e2a 019673 beq l2cap_sig_ext_featrue ,l2cap_proc_signal_info_req_ext 
-0x4e2b 019674 beq l2cap_sig_fix_featrue ,l2cap_proc_signal_info_req_fix 
-0x4e2c 019675 rtn 
-:      019676 l2cap_proc_signal_info_req_ext:
-0x4e2d 019677 setarg 0x020008 
-0x4e2e 019678 istore 6 ,contw 
-0x4e2f 019679 setarg 0x0280 
-0x4e30 019680 istore 4 ,contw 
-0x4e31 019681 force 12 ,pdata 
-0x4e32 019682 branch l2cap_proc_signal_info_req_common 
-:      019683 l2cap_proc_signal_info_req_fix:
-0x4e33 019684 setarg 0x3000c 
-0x4e34 019685 istore 6 ,contw 
-0x4e35 019686 setarg 0x0006 
-0x4e36 019687 istore 8 ,contw 
-0x4e37 019688 force 16 ,pdata 
-:      019689 l2cap_proc_signal_info_req_common:
-0x4e38 019690 iadd regb ,regb 
-0x4e39 019691 branch l2cap_process_one_signal_rtn 
-:      019693 ml2cap_proc_signal_info_req:
-0x4e3a 019694 ifetch 1 ,contr 
-0x4e3b 019695 copy pdata ,queue 
-0x4e3c 019696 ifetch 2 ,contr 
-0x4e3d 019697 copy pdata ,rega 
-0x4e3e 019698 ifetch 2 ,contr 
-0x4e3f 019699 store 2 ,mem_temp 
-0x4e40 019700 copy regc ,pdata 
-0x4e41 019701 isub rega ,regc 
-0x4e42 019702 call l2cap_get_signal_tx_payload 
-0x4e43 019703 setarg signal_info_rsp 
-0x4e44 019704 istore 1 ,contw 
-0x4e45 019705 copy queue ,pdata 
-0x4e46 019706 istore 1 ,contw 
-0x4e47 019707 fetch 2 ,mem_temp 
-0x4e48 019708 branch l2cap_proc_signal_info_req_reply 
-:      019712 l2cap_proc_signal_cmd_reject:
-0x4e49 019713 ifetch 1 ,contr 
-0x4e4a 019714 copy pdata ,queue 
-0x4e4b 019715 ifetch 2 ,contr 
-0x4e4c 019716 copy pdata ,rega 
-0x4e4d 019717 iadd contr ,contr 
-0x4e4e 019718 copy regc ,pdata 
-0x4e4f 019719 isub rega ,regc 
-:      019720 l2cap_proc_signal_cmd_reject_rtn:
-0x4e50 019721 branch l2cap_process_one_signal_rtn 
-:      019723 l2cap_proc_signal_connect_req:
-0x4e51 019724 call save_cont_pointers 
-0x4e52 019727 call load_cont_pointers 
-0x4e53 019728 arg 0 ,debug 
-0x4e54 019729 ifetch 1 ,contr 
-0x4e55 019730 copy pdata ,queue 
-0x4e56 019731 ifetch 2 ,contr 
-0x4e57 019732 copy pdata ,rega 
-0x4e58 019733 ifetch 2 ,contr 
-0x4e59 019734 copy pdata ,temp 
-0x4e5a 019735 ifetch 2 ,contr 
-0x4e5b 019736 copy pdata ,timeup 
-0x4e5c 019737 bpatchx patch21_7 ,mem_patch21 
-0x4e5d 019738 copy temp ,pdata 
-0x4e5e 019739 beq psm_sdp ,l2cap_proc_signal_connect_req_sdp 
-0x4e5f 019740 beq psm_rfcomm ,l2cap_proc_signal_connect_req_rfcomm 
-0x4e60 019741 beq psm_hid_control ,l2cap_proc_signal_connect_req_hid_ctrl 
-0x4e61 019742 beq psm_hid_interrupt ,l2cap_proc_signal_connect_req_hid_int 
-0x4e62 019743 call l2cap_reject_command 
-0x4e63 019744 branch l2cap_proc_signal_connect_req_rtn 
-:      019746 l2cap_proc_signal_connect_req_sdp:
-0x4e64 019747 call save_cont_pointers 
-0x4e65 019748 arg l2cap_sdp_channel ,temp 
-0x4e66 019749 fetch 2 ,mem_sdp_remote_cid 
-0x4e67 019750 nbranch already_connected ,blank 
-0x4e68 019751 copy timeup ,pdata 
-0x4e69 019752 store 2 ,mem_sdp_remote_cid 
-0x4e6a 019753 copy clkn_bt ,pdata 
-0x4e6b 019754 store 4 ,mem_l2cap_sdpres_delay_time 
-0x4e6c 019755 call store_l2cap_req_param 
-0x4e6d 019756 branch send_connection_pending 
-:      019758 store_l2cap_req_param:
-0x4e6e 019759 storet 2 ,mem_psm 
-0x4e6f 019760 deposit timeup 
-0x4e70 019761 store 2 ,mem_scid 
-0x4e71 019762 deposit rega 
-0x4e72 019763 store 2 ,mem_cmd_length 
-0x4e73 019764 deposit regb 
-0x4e74 019765 store 2 ,mem_tt2 
-0x4e75 019766 deposit regc 
-0x4e76 019767 store 2 ,mem_tt3 
-0x4e77 019768 deposit queue 
-0x4e78 019769 store 2 ,mem_id 
-0x4e79 019770 rtn 
-:      019772 restore_l2cap_req_param:
-0x4e7a 019773 fetcht 2 ,mem_psm 
-0x4e7b 019774 fetch 2 ,mem_scid 
-0x4e7c 019775 copy pdata ,timeup 
-0x4e7d 019776 fetch 2 ,mem_cmd_length 
-0x4e7e 019777 copy pdata ,rega 
-0x4e7f 019778 fetch 2 ,mem_tt2 
-0x4e80 019779 copy pdata ,regb 
-0x4e81 019780 fetch 2 ,mem_tt3 
-0x4e82 019781 copy pdata ,regc 
-0x4e83 019782 fetch 2 ,mem_id 
-0x4e84 019783 copy pdata ,queue 
-0x4e85 019784 rtn 
-:      019786 l2cap_proc_signal_connect_req_rfcomm:
-0x4e86 019787 call save_cont_pointers 
-0x4e87 019788 setarg l2cap_rfcomm_channel 
-0x4e88 019789 arg l2cap_rfcomm_channel ,temp 
-0x4e89 019790 fetch 2 ,mem_rfcomm_remote_cid 
-0x4e8a 019791 nbranch already_connected ,blank 
-0x4e8b 019792 copy timeup ,pdata 
-0x4e8c 019793 store 2 ,mem_rfcomm_remote_cid 
-0x4e8d 019794 fetch 1 ,mem_rfcomm_state 
-0x4e8e 019795 set1 l2cap_channel_state_conn_req ,pdata 
-0x4e8f 019796 set1 l2cap_channel_state_conn_res ,pdata 
-0x4e90 019797 store 1 ,mem_rfcomm_state 
-0x4e91 019798 branch send_connection_res 
-:      019799 l2cap_proc_signal_connect_req_hid_ctrl:
-0x4e92 019800 call save_cont_pointers 
-0x4e93 019801 arg l2cap_hid_control_channel ,temp 
-0x4e94 019802 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4e95 019803 nbranch already_connected ,blank 
-0x4e96 019804 copy timeup ,pdata 
-0x4e97 019805 store 2 ,mem_hid_ctrl_remote_cid 
-0x4e98 019806 fetch 1 ,mem_hid_control_state 
-0x4e99 019807 set1 l2cap_channel_state_conn_req ,pdata 
-0x4e9a 019808 set1 l2cap_channel_state_conn_res ,pdata 
-0x4e9b 019809 store 1 ,mem_hid_control_state 
-0x4e9c 019810 branch send_connection_res 
-:      019811 l2cap_proc_signal_connect_req_hid_int:
-0x4e9d 019812 call save_cont_pointers 
-0x4e9e 019813 deposit clke 
-0x4e9f 019814 arg l2cap_hid_interrupt_channel ,temp 
-0x4ea0 019815 fetch 2 ,mem_hid_int_remote_cid 
-0x4ea1 019816 nbranch already_connected ,blank 
-0x4ea2 019817 copy timeup ,pdata 
-0x4ea3 019818 store 2 ,mem_hid_int_remote_cid 
-0x4ea4 019819 fetch 1 ,mem_hid_interrupt_state 
-0x4ea5 019820 set1 l2cap_channel_state_conn_req ,pdata 
-0x4ea6 019821 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ea7 019822 store 1 ,mem_hid_interrupt_state 
-0x4ea8 019823 branch send_connection_res 
-:      019825 send_connection_pending:
-0x4ea9 019826 setarg l2cap_connect_pending 
-0x4eaa 019827 store 2 ,meml2cap_t1 
-0x4eab 019828 jam l2cap_sdp_channel ,mem_l2cap_pending_item 
-0x4eac 019829 branch send_connection_res0 
-:      019830 send_connection_sdp_res:
-0x4ead 019831 fetch 1 ,mem_sdp_state 
-0x4eae 019832 set1 l2cap_channel_state_conn_req ,pdata 
-0x4eaf 019833 set1 l2cap_channel_state_conn_res ,pdata 
-0x4eb0 019834 store 1 ,mem_sdp_state 
-:      019835 send_connection_res:
-0x4eb1 019836 setarg l2cap_connect_successful 
-0x4eb2 019837 store 2 ,meml2cap_t1 
-:      019838 send_connection_res0:
-0x4eb3 019839 bpatchx patch22_0 ,mem_patch22 
-0x4eb4 019840 call load_cont_pointers 
-0x4eb5 019841 setarg signal_connect_rsp 
-0x4eb6 019842 istore 1 ,contw 
-0x4eb7 019843 copy queue ,pdata 
-0x4eb8 019844 istore 1 ,contw 
-0x4eb9 019845 setarg 0x0008 
-0x4eba 019846 istore 2 ,contw 
-0x4ebb 019847 copy temp ,pdata 
-0x4ebc 019848 istore 2 ,contw 
-0x4ebd 019849 copy timeup ,pdata 
-0x4ebe 019850 istore 2 ,contw 
-0x4ebf 019851 fetch 2 ,meml2cap_t1 
-0x4ec0 019852 beq l2cap_connect_pending ,connect_pending 
-0x4ec1 019853 isolate0 0 ,debug 
-0x4ec2 019854 branch connect_suc ,true 
-0x4ec3 019855 setarg l2cap_connect_refused_no_resources 
-:      019856 connect_suc:
-0x4ec4 019857 istore 2 ,contw 
-0x4ec5 019858 force 0x0000 ,pdata 
-0x4ec6 019859 istore 2 ,contw 
-0x4ec7 019860 setarg 12 
-0x4ec8 019861 branch connect_req_update_byte_counts 
-:      019862 connect_pending:
-0x4ec9 019863 istore 2 ,contw 
-0x4eca 019864 force 0x0002 ,pdata 
-0x4ecb 019865 istore 2 ,contw 
-0x4ecc 019866 setarg 12 
-0x4ecd 019867 branch connect_req_update_byte_counts 
-:      019869 already_connected:
-0x4ece 019870 set1 0 ,debug 
-0x4ecf 019871 branch send_connection_res 
-:      019872 connect_req_update_byte_counts:
-0x4ed0 019873 iadd regb ,regb 
-0x4ed1 019874 copy regc ,pdata 
-0x4ed2 019875 isub rega ,regc 
-0x4ed3 019876 branch l2cap_proc_signal_connect_req_rtn 
-:      019877 l2cap_proc_signal_connect_req_rtn:
-0x4ed4 019878 branch l2cap_process_one_signal_rtn 
-:      019880 l2cap_proc_signal_connect_rsp:
-0x4ed5 019881 ifetch 1 ,contr 
-0x4ed6 019882 copy pdata ,queue 
-0x4ed7 019883 ifetch 2 ,contr 
-0x4ed8 019884 copy pdata ,rega 
-0x4ed9 019885 copy regc ,pdata 
-0x4eda 019886 isub rega ,regc 
-0x4edb 019887 ifetch 2 ,contr 
-0x4edc 019888 copy pdata ,timeup 
-0x4edd 019889 ifetch 2 ,contr 
-0x4ede 019890 copy pdata ,temp 
-0x4edf 019891 bpatchx patch22_1 ,mem_patch22 
-0x4ee0 019892 setarg l2cap_sdp_channel 
-0x4ee1 019893 isub temp ,null 
-0x4ee2 019894 branch l2cap_proc_signal_connect_rsp_sdp ,zero 
-0x4ee3 019895 setarg l2cap_rfcomm_channel 
-0x4ee4 019896 isub temp ,null 
-0x4ee5 019897 branch l2cap_proc_signal_connect_rsp_rfcomm ,zero 
-0x4ee6 019898 setarg l2cap_hid_control_channel 
-0x4ee7 019899 isub temp ,null 
-0x4ee8 019900 branch l2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
-0x4ee9 019901 setarg l2cap_hid_interrupt_channel 
-0x4eea 019902 isub temp ,null 
-0x4eeb 019903 branch l2cap_proc_signal_connect_rsp_hid_int ,zero 
-0x4eec 019904 rtn 
-:      019906 l2cap_proc_signal_connect_rsp_sdp:
-0x4eed 019907 copy timeup ,pdata 
-0x4eee 019908 store 2 ,mem_sdp_remote_cid 
-0x4eef 019909 fetch 1 ,mem_sdp_state 
-0x4ef0 019910 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ef1 019911 store 1 ,mem_sdp_state 
-0x4ef2 019912 branch l2cap_process_one_signal_rtn 
-:      019913 l2cap_proc_signal_connect_rsp_rfcomm:
-0x4ef3 019914 copy timeup ,pdata 
-0x4ef4 019915 store 2 ,mem_rfcomm_remote_cid 
-0x4ef5 019916 fetch 1 ,mem_rfcomm_state 
-0x4ef6 019917 set1 l2cap_channel_state_conn_res ,pdata 
-0x4ef7 019918 store 1 ,mem_rfcomm_state 
-0x4ef8 019919 rtn 
-:      019920 l2cap_proc_signal_connect_rsp_hid_int:
-0x4ef9 019921 copy timeup ,pdata 
-0x4efa 019922 store 2 ,mem_hid_ctrl_remote_cid 
-0x4efb 019923 fetch 1 ,mem_hid_interrupt_state 
-0x4efc 019924 set1 l2cap_channel_state_conn_res ,pdata 
-0x4efd 019925 store 1 ,mem_hid_interrupt_state 
-0x4efe 019926 rtn 
-:      019927 l2cap_proc_signal_connect_rsp_hid_ctrl:
-0x4eff 019928 copy timeup ,pdata 
-0x4f00 019929 store 2 ,mem_hid_int_remote_cid 
-0x4f01 019930 fetch 1 ,mem_hid_control_state 
-0x4f02 019931 set1 l2cap_channel_state_conn_res ,pdata 
-0x4f03 019932 store 1 ,mem_hid_control_state 
-0x4f04 019933 rtn 
-:      019935 l2cap_proc_signal_config_req:
-0x4f05 019936 ifetch 1 ,contr 
-0x4f06 019937 copy pdata ,queue 
-0x4f07 019938 ifetch 2 ,contr 
-0x4f08 019939 copy pdata ,rega 
-0x4f09 019940 copy regc ,pdata 
-0x4f0a 019941 isub rega ,regc 
-0x4f0b 019942 ifetch 2 ,contr 
-0x4f0c 019943 copy pdata ,temp 
-0x4f0d 019944 copy temp ,rega 
-0x4f0e 019945 bpatchx patch22_2 ,mem_patch22 
-0x4f0f 019946 setarg l2cap_sdp_channel 
-0x4f10 019947 isub temp ,null 
-0x4f11 019948 branch l2cap_proc_signal_config_req_sdp ,zero 
-0x4f12 019949 setarg l2cap_rfcomm_channel 
-0x4f13 019950 isub temp ,null 
-0x4f14 019951 branch l2cap_proc_signal_config_req_rfcomm ,zero 
-0x4f15 019952 setarg l2cap_hid_control_channel 
-0x4f16 019953 isub temp ,null 
-0x4f17 019954 branch l2cap_proc_signal_config_req_hid_ctrl ,zero 
-0x4f18 019955 setarg l2cap_hid_interrupt_channel 
-0x4f19 019956 isub temp ,null 
-0x4f1a 019957 branch l2cap_proc_signal_config_req_hid_int ,zero 
-0x4f1b 019958 branch l2cap_reject_command 
-:      019960 l2cap_proc_signal_config_req_sdp:
-0x4f1c 019961 copy contw ,timeup 
-0x4f1d 019962 fetch 1 ,mem_sdp_state 
-0x4f1e 019963 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f1f 019964 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f20 019966 store 1 ,mem_sdp_state 
-0x4f21 019967 copy timeup ,contw 
-0x4f22 019968 arg l2cap_sdp_channel ,timeup 
-0x4f23 019969 fetch 2 ,mem_sdp_remote_cid 
-0x4f24 019970 copy pdata ,temp 
-0x4f25 019971 branch l2cap_send_config_rsp 
-:      019972 l2cap_proc_signal_config_req_hid_ctrl:
-0x4f26 019973 copy contw ,timeup 
-0x4f27 019974 fetch 1 ,mem_hid_control_state 
-0x4f28 019975 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f29 019976 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f2a 019978 store 1 ,mem_hid_control_state 
-0x4f2b 019979 copy timeup ,contw 
-0x4f2c 019980 arg l2cap_hid_control_channel ,timeup 
-0x4f2d 019981 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4f2e 019982 copy pdata ,temp 
-0x4f2f 019983 branch l2cap_send_config_rsp 
-:      019984 l2cap_proc_signal_config_req_hid_int:
-0x4f30 019985 copy contw ,timeup 
-0x4f31 019986 fetch 1 ,mem_hid_interrupt_state 
-0x4f32 019987 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f33 019988 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f34 019990 store 1 ,mem_hid_interrupt_state 
-0x4f35 019991 copy timeup ,contw 
-0x4f36 019992 arg l2cap_hid_interrupt_channel ,timeup 
-0x4f37 019993 fetch 2 ,mem_hid_int_remote_cid 
-0x4f38 019994 copy pdata ,temp 
-0x4f39 019995 branch l2cap_send_config_rsp 
-:      019996 l2cap_proc_signal_config_req_rfcomm:
-0x4f3a 019997 copy contw ,timeup 
-0x4f3b 019998 fetch 1 ,mem_rfcomm_state 
-0x4f3c 019999 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x4f3d 020000 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x4f3e 020002 store 1 ,mem_rfcomm_state 
-0x4f3f 020004 copy timeup ,contw 
-0x4f40 020005 arg l2cap_rfcomm_channel ,timeup 
-0x4f41 020006 fetch 2 ,mem_rfcomm_remote_cid 
-0x4f42 020007 copy pdata ,temp 
-:      020008 l2cap_send_config_rsp:
-0x4f43 020009 bpatchx patch22_3 ,mem_patch22 
-0x4f44 020010 setarg signal_config_rsp 
-0x4f45 020011 istore 1 ,contw 
-0x4f46 020012 copy queue ,pdata 
-0x4f47 020013 istore 1 ,contw 
-0x4f48 020014 setarg 0x0006 
-0x4f49 020015 istore 2 ,contw 
-0x4f4a 020016 copy temp ,pdata 
-0x4f4b 020017 istore 2 ,contw 
-0x4f4c 020018 force 0x00 ,pdata 
-0x4f4d 020019 istore 2 ,contw 
-0x4f4e 020020 force l2cap_config_success ,pdata 
-0x4f4f 020021 istore 2 ,contw 
-0x4f50 020022 force 10 ,pdata 
-0x4f51 020023 iadd regb ,regb 
-0x4f52 020025 storet 2 ,mem_config_req_dest_cid 
-0x4f53 020026 copy queue ,pdata 
-0x4f54 020027 store 1 ,mem_config_identifier 
-0x4f55 020028 force l2cap_sdp_channel ,pdata 
-0x4f56 020029 icompare 0xff ,timeup 
-0x4f57 020030 branch l2cap_send_config_rsp_is_sdp ,true 
-0x4f58 020031 increase 1 ,pdata 
-:      020032 l2cap_send_config_rsp_is_sdp:
-0x4f59 020034 rtn 
-:      020035 l2cap_check_channel_state:
-0x4f5a 020036 disable user 
-0x4f5b 020037 rtnbit1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x4f5c 020038 rtnbit0 l2cap_channel_state_conn_req ,pdata 
-0x4f5d 020039 rtnbit0 l2cap_channel_state_conn_res ,pdata 
-0x4f5e 020040 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x4f5f 020041 copy contr ,contw 
-0x4f60 020042 increase -1 ,contw 
-0x4f61 020043 istore 1 ,contw 
-0x4f62 020044 enable user 
-0x4f63 020045 rtn 
-:      020046 l2cap_send_config_req:
-:      020047 l2cap_send_config_req_sdp:
-0x4f64 020048 fetch 1 ,mem_sdp_state 
-0x4f65 020049 call l2cap_check_channel_state 
-0x4f66 020050 nbranch l2cap_send_config_req_rfcomm ,user 
-0x4f67 020051 jam l2cap_sdp_channel ,mem_send_config_req 
-0x4f68 020052 fetch 2 ,mem_sdp_remote_cid 
-0x4f69 020053 store 2 ,mem_config_req_dest_cid 
-0x4f6a 020054 branch l2cap_generate_config_req 
-:      020055 l2cap_send_config_req_rfcomm:
-0x4f6b 020056 fetch 1 ,mem_rfcomm_state 
-0x4f6c 020057 call l2cap_check_channel_state 
-0x4f6d 020058 nbranch l2cap_send_config_req_hid_ctrl ,user 
-0x4f6e 020059 jam l2cap_rfcomm_channel ,mem_send_config_req 
-0x4f6f 020060 fetch 2 ,mem_rfcomm_remote_cid 
-0x4f70 020061 store 2 ,mem_config_req_dest_cid 
-0x4f71 020062 branch l2cap_generate_config_req 
-:      020063 l2cap_send_config_req_hid_ctrl:
-0x4f72 020064 fetch 1 ,mem_hid_control_state 
-0x4f73 020065 call l2cap_check_channel_state 
-0x4f74 020066 nbranch l2cap_send_config_req_hid_int ,user 
-0x4f75 020067 jam l2cap_hid_control_channel ,mem_send_config_req 
-0x4f76 020068 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4f77 020069 store 2 ,mem_config_req_dest_cid 
-0x4f78 020070 branch l2cap_generate_config_req 
-:      020071 l2cap_send_config_req_hid_int:
-0x4f79 020072 fetch 1 ,mem_hid_interrupt_state 
-0x4f7a 020073 call l2cap_check_channel_state 
-0x4f7b 020074 nrtn user 
-0x4f7c 020075 jam l2cap_hid_interrupt_channel ,mem_send_config_req 
-0x4f7d 020076 fetch 2 ,mem_hid_int_remote_cid 
-0x4f7e 020077 store 2 ,mem_config_req_dest_cid 
-:      020080 l2cap_generate_config_req:
-0x4f7f 020081 bpatchx patch22_4 ,mem_patch22 
-0x4f80 020082 call l2cap_get_req_id 
-0x4f81 020083 call l2cap_malloc_signal_channel 
-0x4f82 020084 force 0 ,regb 
-0x4f83 020085 call l2cap_get_signal_tx_payload 
-0x4f84 020086 force signal_config_req ,pdata 
-0x4f85 020087 istore 1 ,contw 
-0x4f86 020088 fetch 1 ,mem_ml2cap_comm_id 
-0x4f87 020089 istore 1 ,contw 
-0x4f88 020090 setarg 0x0008 
-0x4f89 020091 istore 2 ,contw 
-0x4f8a 020092 fetch 2 ,mem_config_req_dest_cid 
-0x4f8b 020093 istore 2 ,contw 
-0x4f8c 020094 setarg 0x0000 
-0x4f8d 020095 istore 2 ,contw 
-0x4f8e 020096 force 1 ,pdata 
-0x4f8f 020097 istore 1 ,contw 
-0x4f90 020098 force 2 ,pdata 
-0x4f91 020099 istore 1 ,contw 
-0x4f92 020100 fetch 1 ,mem_send_config_req 
-0x4f93 020101 beq l2cap_rfcomm_channel ,l2cap_generate_config_req_rfcomm 
-0x4f94 020102 setarg l2cap_config_mtu_sdp 
-0x4f95 020103 istore 2 ,contw 
-0x4f96 020104 branch l2cap_generate_config_req_done 
-:      020105 l2cap_generate_config_req_rfcomm:
-0x4f97 020106 setarg l2cap_config_mtu_rfcomm 
-0x4f98 020107 istore 2 ,contw 
-:      020108 l2cap_generate_config_req_done:
-0x4f99 020109 arg 0x0c ,temp 
-0x4f9a 020110 storet 2 ,mem_l2cap_signal_tx_length 
-0x4f9b 020111 call l2cap_get_signal_tx_buff 
-0x4f9c 020112 fetch 2 ,mem_l2cap_signal_tx_length 
-0x4f9d 020113 istore 2 ,contw 
-0x4f9e 020114 force l2cap_signal_channel ,pdata 
-0x4f9f 020115 istore 2 ,contw 
-0x4fa0 020116 jam 0 ,mem_send_config_req 
-:      020117 l2cap_proc_signal_config_req_rtn:
-0x4fa1 020118 branch l2cap_process_one_signal_rtn 
-:      020120 l2cap_proc_signal_config_rsp:
-0x4fa2 020121 increase 1 ,contr 
-0x4fa3 020122 ifetch 2 ,contr 
-0x4fa4 020123 copy pdata ,rega 
-0x4fa5 020124 copy regc ,pdata 
-0x4fa6 020125 isub rega ,regc 
-0x4fa7 020126 ifetch 2 ,contr 
-0x4fa8 020127 copy pdata ,rega 
-0x4fa9 020128 bpatchx patch22_5 ,mem_patch22 
-0x4faa 020129 setarg l2cap_sdp_channel 
-0x4fab 020130 isub rega ,null 
-0x4fac 020131 branch l2cap_proc_signal_config_rsp_sdp ,zero 
-0x4fad 020132 setarg l2cap_rfcomm_channel 
-0x4fae 020133 isub rega ,null 
-0x4faf 020134 branch l2cap_proc_signal_config_rsp_rfcomm ,zero 
-0x4fb0 020135 setarg l2cap_hid_control_channel 
-0x4fb1 020136 isub rega ,null 
-0x4fb2 020137 branch l2cap_proc_signal_config_rsp_hid_ctrl ,zero 
-0x4fb3 020138 setarg l2cap_hid_interrupt_channel 
-0x4fb4 020139 isub rega ,null 
-0x4fb5 020140 branch l2cap_proc_signal_config_rsp_hid_int ,zero 
-0x4fb6 020141 increase 2 ,contr 
-0x4fb7 020142 ifetch 2 ,contr 
-0x4fb8 020143 iforce null 
-0x4fb9 020144 branch l2cap_process_one_signal_rtn 
-:      020145 l2cap_proc_signal_config_rsp_sdp:
-0x4fba 020146 fetch 1 ,mem_sdp_state 
-0x4fbb 020147 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fbc 020148 store 1 ,mem_sdp_state 
-0x4fbd 020149 branch l2cap_process_one_signal_rtn 
-:      020150 l2cap_proc_signal_config_rsp_rfcomm:
-0x4fbe 020151 fetch 1 ,mem_rfcomm_state 
-0x4fbf 020152 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc0 020153 store 1 ,mem_rfcomm_state 
-0x4fc1 020154 branch l2cap_process_one_signal_rtn 
-:      020155 l2cap_proc_signal_config_rsp_hid_ctrl:
-0x4fc2 020156 fetch 1 ,mem_hid_control_state 
-0x4fc3 020157 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc4 020158 store 1 ,mem_hid_control_state 
-0x4fc5 020159 branch l2cap_process_one_signal_rtn 
-:      020160 l2cap_proc_signal_config_rsp_hid_int:
-0x4fc6 020161 fetch 1 ,mem_hid_interrupt_state 
-0x4fc7 020162 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x4fc8 020163 store 1 ,mem_hid_interrupt_state 
-0x4fc9 020164 jam bt_evt_hid_connected ,mem_fifo_temp 
-0x4fca 020165 branch ui_ipc_send_event 
-:      020169 l2cap_proc_signal_disconnect_req:
-0x4fcb 020170 ifetch 1 ,contr 
-0x4fcc 020171 copy pdata ,queue 
-0x4fcd 020172 ifetch 2 ,contr 
-0x4fce 020173 copy pdata ,rega 
-0x4fcf 020174 copy regc ,pdata 
-0x4fd0 020175 isub rega ,regc 
-0x4fd1 020176 ifetch 2 ,contr 
-0x4fd2 020177 copy pdata ,rega 
-0x4fd3 020178 ifetch 2 ,contr 
-0x4fd4 020179 copy pdata ,timeup 
-0x4fd5 020180 copy rega ,temp 
-0x4fd6 020181 call save_cont_pointers 
-0x4fd7 020182 bpatchx patch22_6 ,mem_patch22 
-0x4fd8 020183 setarg l2cap_sdp_channel 
-0x4fd9 020184 isub temp ,null 
-0x4fda 020185 branch l2cap_proc_signal_disconnect_req_sdp ,zero 
-0x4fdb 020186 setarg l2cap_rfcomm_channel 
-0x4fdc 020187 isub temp ,null 
-0x4fdd 020188 branch l2cap_proc_signal_disconnect_req_rfcomm ,zero 
-0x4fde 020189 setarg l2cap_hid_control_channel 
-0x4fdf 020190 isub temp ,null 
-0x4fe0 020191 branch l2cap_proc_signal_disconnect_req_hid_ctrl ,zero 
-0x4fe1 020192 setarg l2cap_hid_interrupt_channel 
-0x4fe2 020193 isub temp ,null 
-0x4fe3 020194 branch l2cap_proc_signal_disconnect_req_hid_int ,zero 
-0x4fe4 020195 call l2cap_reject_command 
-0x4fe5 020196 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      020197 l2cap_proc_signal_disconnect_req_hid_ctrl:
-0x4fe6 020198 copy timeup ,temp 
-0x4fe7 020199 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4fe8 020200 isub temp ,null 
-0x4fe9 020201 branch l2cap_disconnect_hid_control_now ,zero 
-0x4fea 020202 call l2cap_reject_command 
-0x4feb 020203 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      020204 l2cap_proc_signal_disconnect_req_hid_int:
-0x4fec 020205 copy timeup ,temp 
-0x4fed 020206 fetch 2 ,mem_hid_int_remote_cid 
-0x4fee 020207 isub temp ,null 
-0x4fef 020208 branch l2cap_disconnect_hid_interrupt_now ,zero 
-0x4ff0 020209 call l2cap_reject_command 
-0x4ff1 020210 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      020212 l2cap_proc_signal_disconnect_req_sdp:
-0x4ff2 020213 copy timeup ,temp 
-0x4ff3 020214 fetch 2 ,mem_sdp_remote_cid 
-0x4ff4 020215 isub temp ,null 
-0x4ff5 020216 branch l2cap_disconnect_sdp_now ,zero 
-0x4ff6 020217 call l2cap_reject_command 
-0x4ff7 020218 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      020219 l2cap_disconnect_hid_control_now:
-0x4ff8 020220 call l2cap_reset_hid_ctrl_state 
-0x4ff9 020221 branch l2cap_send_disconnect_rsp_pkt 
-:      020222 l2cap_disconnect_hid_interrupt_now:
-0x4ffa 020223 call l2cap_reset_hid_int_state 
-0x4ffb 020224 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x4ffc 020225 branch l2cap_send_disconnect_rsp_pkt ,blank 
-0x4ffd 020233 branch l2cap_send_disconnect_rsp_pkt 
-:      020235 l2cap_disconnect_sdp_now:
-0x4ffe 020236 call l2cap_reset_sdp_channel_state 
-0x4fff 020237 fetch 1 ,mem_upper_sm_ss 
-0x5000 020238 nbranch l2cap_send_disconnect_rsp_pkt ,blank 
-0x5001 020241 branch l2cap_send_disconnect_rsp_pkt 
-:      020242 l2cap_proc_signal_disconnect_req_rfcomm:
-0x5002 020243 copy timeup ,temp 
-0x5003 020244 fetch 2 ,mem_rfcomm_remote_cid 
-0x5004 020245 isub temp ,null 
-0x5005 020246 branch l2cap_disconnect_rfcomm_now ,zero 
-0x5006 020247 call l2cap_reject_command 
-0x5007 020248 branch l2cap_proc_signal_disconnect_req_err_rtn 
-:      020249 l2cap_disconnect_rfcomm_now:
-0x5008 020250 call l2cap_reset_rfcomm_channel_state 
-0x5009 020251 branch l2cap_send_disconnect_rsp_pkt 
-:      020252 l2cap_send_disconnect_rsp_pkt:
-0x500a 020253 call load_cont_pointers 
-0x500b 020254 setarg signal_disconnect_rsp 
-0x500c 020255 istore 1 ,contw 
-0x500d 020256 copy queue ,pdata 
-0x500e 020257 istore 1 ,contw 
-0x500f 020258 setarg 0x0004 
-0x5010 020259 istore 2 ,contw 
-0x5011 020260 copy rega ,pdata 
-0x5012 020261 istore 2 ,contw 
-0x5013 020262 copy timeup ,pdata 
-0x5014 020263 istore 2 ,contw 
-0x5015 020264 force 8 ,pdata 
-0x5016 020265 branch l2cap_proc_signal_disconnect_req_rtn 
-:      020266 l2cap_proc_signal_disconnect_req_err_rtn:
-0x5017 020267 call load_cont_pointers 
-0x5018 020268 branch l2cap_proc_signal_disconnect_req_rtn 
-:      020269 l2cap_proc_signal_disconnect_req_rtn:
-0x5019 020270 iadd regb ,regb 
-0x501a 020271 branch l2cap_process_one_signal_rtn 
-:      020272 l2cap_proc_signal_disconnect_rsp:
-0x501b 020273 ifetch 1 ,contr 
-0x501c 020274 copy pdata ,queue 
-0x501d 020275 ifetch 2 ,contr 
-0x501e 020276 copy pdata ,rega 
-0x501f 020277 copy regc ,pdata 
-0x5020 020278 isub rega ,regc 
-0x5021 020279 ifetch 2 ,contr 
-0x5022 020280 copy pdata ,timeup 
-0x5023 020281 ifetch 2 ,contr 
-0x5024 020282 copy pdata ,temp 
-0x5025 020283 call save_cont_pointers 
-0x5026 020284 bpatchx patch22_7 ,mem_patch22 
-0x5027 020285 setarg l2cap_sdp_channel 
-0x5028 020286 isub temp ,null 
-0x5029 020287 branch l2cap_proc_signal_disconnect_rsp_sdp ,zero 
-0x502a 020288 setarg l2cap_rfcomm_channel 
-0x502b 020289 isub temp ,null 
-0x502c 020290 branch l2cap_proc_signal_disconnect_rsp_rfcomm ,zero 
-0x502d 020291 setarg l2cap_hid_control_channel 
-0x502e 020292 isub temp ,null 
-0x502f 020293 branch l2cap_proc_signal_disconnect_rsp_hid_ctrl ,zero 
-0x5030 020294 setarg l2cap_hid_interrupt_channel 
-0x5031 020295 isub temp ,null 
-0x5032 020296 branch l2cap_proc_signal_disconnect_rsp_hid_int ,zero 
-0x5033 020297 call l2cap_reject_command 
-0x5034 020298 branch l2cap_proc_signal_disconnect_rsp_err_rtn 
-:      020299 l2cap_proc_signal_disconnect_rsp_sdp:
-0x5035 020300 copy temp ,rega 
-0x5036 020301 copy timeup ,temp 
-0x5037 020302 fetch 2 ,mem_sdp_remote_cid 
-0x5038 020303 isub temp ,null 
-0x5039 020304 call l2cap_reset_sdp_channel_state ,zero 
-0x503a 020305 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020306 l2cap_proc_signal_disconnect_rsp_rfcomm:
-0x503b 020307 copy temp ,rega 
-0x503c 020308 copy timeup ,temp 
-0x503d 020309 fetch 2 ,mem_rfcomm_remote_cid 
-0x503e 020310 isub temp ,null 
-0x503f 020311 call l2cap_reset_rfcomm_channel_state ,zero 
-0x5040 020312 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020313 l2cap_proc_signal_disconnect_rsp_hid_ctrl:
-0x5041 020314 copy temp ,rega 
-0x5042 020315 copy timeup ,temp 
-0x5043 020316 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5044 020317 isub temp ,null 
-0x5045 020318 call l2cap_reset_hid_ctrl_state ,zero 
-0x5046 020319 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020320 l2cap_proc_signal_disconnect_rsp_hid_int:
-0x5047 020321 copy temp ,rega 
-0x5048 020322 copy timeup ,temp 
-0x5049 020323 fetch 2 ,mem_hid_int_remote_cid 
-0x504a 020324 isub temp ,null 
-0x504b 020325 call l2cap_reset_hid_int_state ,zero 
-0x504c 020326 branch l2cap_proc_signal_disconnect_rsp_rtn 
-:      020327 l2cap_proc_signal_disconnect_rsp_rtn:
-0x504d 020328 call load_cont_pointers 
-0x504e 020329 branch l2cap_process_one_signal_rtn 
-:      020330 l2cap_proc_signal_disconnect_rsp_err_rtn:
-0x504f 020331 branch l2cap_process_one_signal_rtn 
-:      020334 l2cap_proc_signal_echo_req:
-0x5050 020335 ifetch 1 ,contr 
-0x5051 020336 copy pdata ,queue 
-0x5052 020337 ifetch 2 ,contr 
-0x5053 020338 copy pdata ,rega 
-0x5054 020339 iadd contr ,contr 
-0x5055 020340 setarg 9 
-0x5056 020341 istore 1 ,contw 
-0x5057 020342 copy queue ,pdata 
-0x5058 020343 istore 1 ,contw 
-0x5059 020344 force 0x0000 ,pdata 
-0x505a 020345 istore 2 ,contw 
-0x505b 020346 force 4 ,pdata 
-0x505c 020347 iadd regb ,regb 
-0x505d 020348 copy regc ,pdata 
-0x505e 020349 isub rega ,regc 
-0x505f 020350 branch l2cap_process_one_signal_rtn 
-:      020351 l2cap_proc_signal_echo_rsp:
-0x5060 020352 branch l2cap_process_one_signal_rtn 
-:      020354 l2cap_proc_signal_info_rsp:
-0x5061 020355 branch l2cap_process_one_signal_rtn 
-:      020356 l2cap_reject_command:
-0x5062 020357 force 0 ,regb 
-0x5063 020358 call l2cap_get_signal_tx_payload 
-0x5064 020359 setarg signal_cmd_reject 
-0x5065 020360 istore 1 ,contw 
-0x5066 020361 copy queue ,pdata 
-0x5067 020362 istore 1 ,contw 
-0x5068 020363 setarg 2 
-0x5069 020364 istore 2 ,contw 
-0x506a 020365 setarg cmd_not_understood 
-0x506b 020366 istore 2 ,contw 
-0x506c 020367 increase 6 ,regb 
-0x506d 020368 arg 4 ,regc 
-0x506e 020369 branch l2cap_process_one_signal_rtn 
-:      020373 l2cap_reset_rfcomm_channel_state:
-0x506f 020374 setarg 0 
-0x5070 020375 store 2 ,mem_rfcomm_tx_pkt_length 
-0x5071 020376 store 2 ,mem_rfcomm_remote_cid 
-0x5072 020377 jam 0 ,mem_rfcomm_state 
-0x5073 020378 rtn 
-:      020379 l2cap_reset_sdp_channel_state:
-0x5074 020380 setarg 0 
-0x5075 020381 store 2 ,mem_sdp_tx_pkt_length 
-0x5076 020382 store 2 ,mem_sdp_remote_cid 
-0x5077 020383 jam 0 ,mem_sdp_state 
-0x5078 020384 rtn 
-:      020385 l2cap_reset_hid_ctrl_state:
-0x5079 020386 setarg 0 
-0x507a 020387 store 2 ,mem_hid_ctrl_remote_cid 
-0x507b 020388 jam 0 ,mem_hid_control_state 
-0x507c 020389 fetch 1 ,mem_hid_interrupt_state 
-0x507d 020390 beq 0 ,l2cap_reset_hid_disconnected 
-0x507e 020391 rtn 
-:      020393 l2cap_reset_hid_int_state:
-0x507f 020394 setarg 0 
-0x5080 020395 store 2 ,mem_hid_int_remote_cid 
-0x5081 020396 jam 0 ,mem_hid_interrupt_state 
-0x5082 020397 fetch 1 ,mem_hid_control_state 
-0x5083 020398 beq 0 ,l2cap_reset_hid_disconnected 
-0x5084 020399 rtn 
-:      020401 l2cap_reset_hid_disconnected:
-0x5085 020402 jam bt_evt_hid_disconnected ,mem_fifo_temp 
-0x5086 020403 branch ui_ipc_send_event 
-:      020405 l2cap_disconnect_interrupt_req:
-0x5087 020406 fetch 1 ,mem_control_tasks 
-0x5088 020407 set0 l2cap_disconnect_interrupt ,pdata 
-0x5089 020408 store 1 ,mem_control_tasks 
-0x508a 020409 fetch 2 ,mem_hid_int_remote_cid 
-0x508b 020410 rtn blank 
-0x508c 020411 call l2cap_malloc_signal_channel 
-0x508d 020412 fetch 2 ,mem_hid_int_remote_cid 
-0x508e 020413 copy pdata ,rega 
-0x508f 020414 force l2cap_hid_interrupt_channel ,regb 
-0x5090 020415 branch l2cap_generate_disconnect_req 
-:      020416 l2cap_disconnect_control_req:
-0x5091 020417 fetch 1 ,mem_control_tasks 
-0x5092 020418 set0 l2cap_disconnect_control ,pdata 
-0x5093 020419 store 1 ,mem_control_tasks 
-0x5094 020420 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5095 020421 rtn blank 
-0x5096 020422 call l2cap_malloc_signal_channel 
-0x5097 020423 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x5098 020424 copy pdata ,rega 
-0x5099 020425 force l2cap_hid_control_channel ,regb 
-:      020426 l2cap_generate_disconnect_req:
-0x509a 020427 call l2cap_get_req_id 
-0x509b 020428 call l2cap_get_signal_tx_payload 
-0x509c 020429 force signal_disconnect_req ,pdata 
-0x509d 020430 istore 1 ,contw 
-0x509e 020431 fetch 1 ,mem_ml2cap_comm_id 
-0x509f 020432 istore 1 ,contw 
-0x50a0 020433 setarg 0x0004 
-0x50a1 020434 istore 2 ,contw 
-0x50a2 020435 copy rega ,pdata 
-0x50a3 020436 istore 2 ,contw 
-0x50a4 020437 copy regb ,pdata 
-0x50a5 020438 istore 2 ,contw 
-0x50a6 020439 force 0x08 ,temp 
-0x50a7 020440 branch ml2cap_send_signal 
-:      020442 ml2cap_send_signal_connect_req:
-0x50a8 020443 bpatchx patch23_0 ,mem_patch23 
-0x50a9 020444 call l2cap_get_req_id 
-0x50aa 020445 call l2cap_get_signal_tx_payload 
-0x50ab 020446 setarg signal_connect_req 
-0x50ac 020447 istore 1 ,contw 
-0x50ad 020448 fetch 1 ,mem_ml2cap_comm_id 
-0x50ae 020449 istore 1 ,contw 
-0x50af 020450 setarg 0x0004 
-0x50b0 020451 istore 2 ,contw 
-0x50b1 020452 copy temp ,pdata 
-0x50b2 020453 istore 2 ,contw 
-0x50b3 020454 copy timeup ,pdata 
-0x50b4 020455 istore 2 ,contw 
-0x50b5 020456 arg 8 ,temp 
-0x50b6 020457 branch ml2cap_send_signal 
-:      020458 ml2cap_send_signal_config_req:
-0x50b7 020459 bpatchx patch23_1 ,mem_patch23 
-0x50b8 020460 call l2cap_get_req_id 
-0x50b9 020461 call l2cap_get_signal_tx_payload 
-0x50ba 020462 setarg signal_config_req 
-0x50bb 020463 istore 1 ,contw 
-0x50bc 020464 fetch 1 ,mem_ml2cap_comm_id 
-0x50bd 020465 istore 1 ,contw 
-0x50be 020466 setarg 0x0008 
-0x50bf 020467 istore 2 ,contw 
-0x50c0 020469 copy temp ,pdata 
-0x50c1 020471 istore 2 ,contw 
-0x50c2 020472 setarg 0x0000 
-0x50c3 020473 istore 2 ,contw 
-0x50c4 020474 setarg 0x01 
-0x50c5 020475 istore 1 ,contw 
-0x50c6 020476 setarg 0x02 
-0x50c7 020477 istore 1 ,contw 
-0x50c8 020478 setarg l2cap_config_mtu_rfcomm 
-0x50c9 020479 istore 2 ,contw 
-0x50ca 020480 arg 0xc ,temp 
-0x50cb 020481 branch ml2cap_send_signal 
-:      020482 ml2cap_send_signal_disconn_req:
-0x50cc 020483 bpatchx patch23_2 ,mem_patch23 
-0x50cd 020484 call l2cap_get_req_id 
-0x50ce 020485 call l2cap_get_signal_tx_payload 
-0x50cf 020486 setarg signal_disconnect_req 
-0x50d0 020487 istore 1 ,contw 
-0x50d1 020488 fetch 1 ,mem_ml2cap_comm_id 
-0x50d2 020489 increase 1 ,pdata 
-0x50d3 020490 copy contw ,rega 
-0x50d4 020491 store 1 ,mem_ml2cap_comm_id 
-0x50d5 020492 copy rega ,contw 
-0x50d6 020493 istore 1 ,contw 
-0x50d7 020494 setarg 0x0004 
-0x50d8 020495 istore 2 ,contw 
-0x50d9 020496 copy temp ,pdata 
-0x50da 020497 istore 2 ,contw 
-0x50db 020498 copy timeup ,pdata 
-0x50dc 020499 istore 2 ,contw 
-0x50dd 020500 arg 0x8 ,temp 
-:      020503 ml2cap_send_signal:
-0x50de 020504 storet 2 ,mem_l2cap_signal_tx_length 
-0x50df 020505 copy temp ,pdata 
-0x50e0 020506 branch l2cap_malloc_discard ,blank 
-0x50e1 020507 call l2cap_get_signal_tx_buff 
-0x50e2 020508 fetch 2 ,mem_l2cap_signal_tx_length 
-0x50e3 020509 istore 2 ,contw 
-0x50e4 020510 force l2cap_signal_channel ,pdata 
-0x50e5 020511 istore 2 ,contw 
-0x50e6 020512 rtn 
-:      020514 msdp_send_req_done:
-0x50e7 020515 fetch 2 ,mem_sdp_tx_pkt_length 
-0x50e8 020516 branch assert ,blank 
-0x50e9 020517 call l2cap_get_sdp_tx_buff 
-0x50ea 020518 fetch 2 ,mem_sdp_tx_pkt_length 
-0x50eb 020519 istore 2 ,contw 
-0x50ec 020520 fetch 2 ,mem_sdp_remote_cid 
-0x50ed 020521 istore 2 ,contw 
-0x50ee 020522 rtn 
-:      020523 ml2cap_rx_multiplexing:
-0x50ef 020524 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x50f0 020525 branch l2cap_rx_reset_state ,blank 
-0x50f1 020526 bpatchx patch23_3 ,mem_patch23 
-0x50f2 020527 fetch 1 ,mem_l2cap_rx_cid 
-0x50f3 020528 beq l2cap_signal_channel ,ml2cap_call_proc_signal 
-0x50f4 020529 beq l2cap_sdp_channel ,ml2cap_call_proc_sdp 
-0x50f5 020530 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
-0x50f6 020531 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
-0x50f7 020532 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
-0x50f8 020533 branch l2cap_rx_reset_state 
-:      020535 ml2cap_call_proc_signal:
-0x50f9 020536 bpatchx patch23_4 ,mem_patch23 
-0x50fa 020537 call l2cap_malloc_signal_channel 
-0x50fb 020538 force 0 ,regb 
-0x50fc 020539 call l2cap_get_signal_tx_payload 
-0x50fd 020540 copy pdata ,contw 
-0x50fe 020541 fetch 2 ,mem_l2cap_rx_pkt_length 
-0x50ff 020542 copy pdata ,regc 
-0x5100 020543 fetch 2 ,mem_l2cap_payload_ptr 
-0x5101 020544 iforce contr 
-:      020545 ml2cap_proc_one_comm_loop:
-0x5102 020546 call ml2cap_proc_one_comm 
-0x5103 020547 increase -4 ,regc 
-0x5104 020548 nbranch ml2cap_proc_one_comm_loop ,zero 
-0x5105 020549 copy regb ,temp 
-0x5106 020550 call ml2cap_send_signal 
-0x5107 020551 branch l2cap_rx_reset_state 
-:      020553 ml2cap_proc_one_comm:
-0x5108 020554 ifetch 1 ,contr 
-0x5109 020555 beq signal_connect_req ,ml2cap_proc_signal_connect_req 
-0x510a 020556 beq signal_cmd_reject ,ml2cap_proc_signal_cmd_reject 
-0x510b 020557 beq signal_connect_rsp ,ml2cap_proc_signal_connect_rsp 
-0x510c 020558 beq signal_config_rsp ,ml2cap_proc_signal_config_rsp 
-0x510d 020559 beq signal_config_req ,ml2cap_proc_signal_config_req 
-0x510e 020560 beq signal_disconnect_rsp ,ml2cap_proc_signal_disconn_rsp 
-0x510f 020561 beq signal_disconnect_req ,ml2cap_proc_signal_disconn_req 
-0x5110 020562 beq signal_echo_req ,l2cap_proc_signal_echo_req 
-0x5111 020563 beq signal_info_req ,ml2cap_proc_signal_info_req 
-0x5112 020564 branch ml2cap_proc_send_reject 
-:      020566 ml2cap_proc_signal_connect_req:
-0x5113 020567 call save_cont_pointers 
-0x5114 020569 call load_cont_pointers 
-0x5115 020570 branch l2cap_proc_signal_connect_req 
-:      020571 ml2cap_proc_signal_cmd_reject:
-0x5116 020572 ifetch 1 ,contr 
-0x5117 020573 copy pdata ,queue 
-0x5118 020574 ifetch 2 ,contr 
-0x5119 020575 copy pdata ,rega 
-0x511a 020576 copy regc ,pdata 
-0x511b 020577 isub rega ,regc 
-:      020578 mvptr:
-0x511c 020579 ifetch 1 ,contr 
-0x511d 020580 increase -1 ,rega 
-0x511e 020581 nbranch mvptr ,zero 
-0x511f 020582 rtn 
-:      020583 ml2cap_proc_signal_connect_rsp:
-0x5120 020584 ifetch 1 ,contr 
-0x5121 020585 copy pdata ,queue 
-0x5122 020586 ifetch 2 ,contr 
-0x5123 020587 copy pdata ,rega 
-0x5124 020588 ifetch 2 ,contr 
-0x5125 020589 copy pdata ,timeup 
-0x5126 020590 ifetch 2 ,contr 
-0x5127 020591 copy pdata ,temp 
-0x5128 020592 ifetch 2 ,contr 
-0x5129 020593 sub pdata ,0 ,null 
-0x512a 020594 branch ml2cap_proc_signal_connect_rsp_sucessful ,zero 
-0x512b 020595 beq l2cap_connect_refused_psm_unsupported ,ml2cap_proc_signal_connect_refused_result 
-0x512c 020596 beq l2cap_connect_refused_no_resources ,ml2cap_proc_signal_connect_refused_result 
-0x512d 020597 branch ml2cap_proc_signal_connect_rsp_mnosucc 
-:      020598 ml2cap_proc_signal_connect_refused_result:
-0x512e 020599 jam bt_evt_ml2cap_conn_refused ,mem_fifo_temp 
-0x512f 020600 call ui_ipc_send_event 
-:      020601 ml2cap_proc_signal_connect_rsp_mnosucc:
-0x5130 020602 ifetch 2 ,contr 
-0x5131 020603 branch mnosucc 
-:      020604 ml2cap_proc_signal_connect_rsp_sucessful:
-0x5132 020605 call save_cont_pointers 
-0x5133 020609 bpatchx patch23_5 ,mem_patch23 
-0x5134 020610 setarg l2cap_sdp_channel 
-0x5135 020611 isub temp ,null 
-0x5136 020612 branch ml2cap_proc_signal_connect_rsp_sdp ,zero 
-0x5137 020613 setarg l2cap_rfcomm_channel 
-0x5138 020614 isub temp ,null 
-0x5139 020615 branch ml2cap_proc_signal_connect_rsp_rfcomm ,zero 
-0x513a 020616 setarg l2cap_hid_interrupt_channel 
-0x513b 020617 isub temp ,null 
-0x513c 020618 branch ml2cap_proc_signal_connect_rsp_hid_int ,zero 
-0x513d 020619 setarg l2cap_hid_control_channel 
-0x513e 020620 isub temp ,null 
-0x513f 020621 branch ml2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
-0x5140 020622 branch mnosucc 
-:      020623 ml2cap_proc_signal_connect_rsp_sdp:
-0x5141 020624 copy timeup ,pdata 
-0x5142 020625 store 2 ,mem_sdp_remote_cid 
-0x5143 020626 fetch 1 ,mem_sdp_state 
-0x5144 020627 set1 l2cap_channel_state_conn_res 
-0x5145 020628 store 1 ,mem_sdp_state 
-0x5146 020629 branch mnosucc1 
-:      020630 ml2cap_proc_signal_connect_rsp_rfcomm:
-0x5147 020631 copy timeup ,pdata 
-0x5148 020632 store 2 ,mem_rfcomm_remote_cid 
-0x5149 020633 fetch 1 ,mem_rfcomm_state 
-0x514a 020634 set1 l2cap_channel_state_conn_res 
-0x514b 020635 store 1 ,mem_rfcomm_state 
-0x514c 020636 branch mnosucc1 
-:      020637 ml2cap_proc_signal_connect_rsp_hid_ctrl:
-0x514d 020638 copy timeup ,pdata 
-0x514e 020639 store 2 ,mem_hid_ctrl_remote_cid 
-0x514f 020640 fetch 1 ,mem_hid_control_state 
-0x5150 020641 set1 l2cap_channel_state_conn_res 
-0x5151 020642 store 1 ,mem_hid_control_state 
-0x5152 020643 branch mnosucc1 
-:      020644 ml2cap_proc_signal_connect_rsp_hid_int:
-0x5153 020645 copy timeup ,pdata 
-0x5154 020646 store 2 ,mem_hid_int_remote_cid 
-0x5155 020647 fetch 1 ,mem_hid_interrupt_state 
-0x5156 020648 set1 l2cap_channel_state_conn_res 
-0x5157 020649 store 1 ,mem_hid_interrupt_state 
-:      020652 mnosucc1:
-0x5158 020653 call load_cont_pointers 
-:      020654 mnosucc:
-0x5159 020655 copy regc ,pdata 
-0x515a 020656 isub rega ,regc 
-0x515b 020657 rtn 
-:      020659 ml2cap_proc_signal_config_rsp:
-0x515c 020660 ifetch 1 ,contr 
-0x515d 020661 copy pdata ,queue 
-0x515e 020662 ifetch 2 ,contr 
-0x515f 020663 copy pdata ,rega 
-0x5160 020664 copy regc ,pdata 
-0x5161 020665 isub rega ,regc 
-0x5162 020666 ifetch 2 ,contr 
-0x5163 020667 copy pdata ,timeup 
-0x5164 020668 ifetch 2 ,contr 
-0x5165 020669 ifetch 2 ,contr 
-0x5166 020670 nbranch mcrsdone1 ,blank 
-0x5167 020671 call save_cont_pointers 
-0x5168 020675 copy timeup ,temp 
-0x5169 020676 bpatchx patch23_6 ,mem_patch23 
-0x516a 020677 setarg l2cap_sdp_channel 
-0x516b 020678 isub temp ,null 
-0x516c 020679 branch ml2cap_proc_signal_config_rsp_sdp ,zero 
-0x516d 020680 setarg l2cap_rfcomm_channel 
-0x516e 020681 isub temp ,null 
-0x516f 020682 branch ml2cap_proc_signal_config_rsp_rfcomm ,zero 
-0x5170 020683 setarg l2cap_hid_control_channel 
-0x5171 020684 isub temp ,null 
-0x5172 020685 branch ml2cap_proc_signal_config_rsp_hid_ctrl ,zero 
-0x5173 020686 setarg l2cap_hid_interrupt_channel 
-0x5174 020687 isub temp ,null 
-0x5175 020688 branch ml2cap_proc_signal_config_rsp_hid_int ,zero 
-:      020689 ml2cap_proc_signal_config_rsp_sdp:
-0x5176 020690 fetch 1 ,mem_sdp_state 
-0x5177 020691 set1 l2cap_channel_state_rcv_cfg_res 
-0x5178 020692 store 1 ,mem_sdp_state 
-0x5179 020693 rtn 
-:      020694 ml2cap_proc_signal_config_rsp_rfcomm:
-0x517a 020695 fetch 1 ,mem_rfcomm_state 
-0x517b 020696 set1 l2cap_channel_state_rcv_cfg_res 
-0x517c 020697 store 1 ,mem_rfcomm_state 
-0x517d 020698 rtn 
-:      020699 ml2cap_proc_signal_config_rsp_hid_ctrl:
-0x517e 020700 fetch 1 ,mem_hid_control_state 
-0x517f 020701 set1 l2cap_channel_state_rcv_cfg_res 
-0x5180 020702 store 1 ,mem_hid_control_state 
-0x5181 020703 rtn 
-:      020704 ml2cap_proc_signal_config_rsp_hid_int:
-0x5182 020705 fetch 1 ,mem_hid_interrupt_state 
-0x5183 020706 set1 l2cap_channel_state_rcv_cfg_res 
-0x5184 020707 store 1 ,mem_hid_interrupt_state 
-0x5185 020708 jam bt_evt_hid_connected ,mem_fifo_temp 
-0x5186 020709 branch ui_ipc_send_event 
-:      020712 mcfrsdone:
-0x5187 020713 call load_cont_pointers 
-:      020714 mcrsdone1:
-0x5188 020715 increase -6 ,rega 
-:      020716 mloop2:
-0x5189 020717 branch mcrsdone ,zero 
-0x518a 020718 increase 1 ,contr 
-0x518b 020719 increase -1 ,rega 
-0x518c 020720 branch mloop2 
-:      020721 mcrsdone:
-0x518d 020722 rtn 
-:      020723 ml2cap_proc_signal_config_req:
-0x518e 020724 ifetch 1 ,contr 
-0x518f 020725 copy pdata ,queue 
-0x5190 020726 ifetch 2 ,contr 
-0x5191 020727 copy pdata ,rega 
-0x5192 020728 copy regc ,pdata 
-0x5193 020729 isub rega ,regc 
-0x5194 020730 ifetch 2 ,contr 
-0x5195 020731 increase 2 ,contr 
-0x5196 020732 copy pdata ,temp 
-0x5197 020733 setarg signal_config_rsp 
-0x5198 020734 istore 1 ,contw 
-0x5199 020735 copy queue ,pdata 
-0x519a 020736 istore 1 ,contw 
-0x519b 020737 increase 2 ,rega 
-0x519c 020738 copy rega ,pdata 
-0x519d 020739 istore 2 ,contw 
-0x519e 020740 call save_cont_pointers 
-0x519f 020741 bpatchx patch23_7 ,mem_patch23 
-0x51a0 020742 setarg l2cap_sdp_channel 
-0x51a1 020743 isub temp ,null 
-0x51a2 020744 branch ml2cap_proc_signal_config_req_sdp ,zero 
-0x51a3 020745 setarg l2cap_rfcomm_channel 
-0x51a4 020746 isub temp ,null 
-0x51a5 020747 branch ml2cap_proc_signal_config_req_rfcomm ,zero 
-0x51a6 020748 setarg l2cap_hid_control_channel 
-0x51a7 020749 isub temp ,null 
-0x51a8 020750 branch ml2cap_proc_signal_config_req_hid_ctrl ,zero 
-0x51a9 020751 setarg l2cap_hid_interrupt_channel 
-0x51aa 020752 isub temp ,null 
-0x51ab 020753 branch ml2cap_proc_signal_config_req_hid_int ,zero 
-0x51ac 020754 branch mcfgrq_done 
-:      020755 ml2cap_proc_signal_config_req_sdp:
-0x51ad 020756 fetch 1 ,mem_sdp_state 
-0x51ae 020757 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51af 020758 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51b0 020759 store 1 ,mem_sdp_state 
-0x51b1 020760 bbit1 l2cap_channel_state_snd_cfg_req ,ml2cap_proc_signal_config_req_sdp_nsndreq 
-0x51b2 020761 fetcht 1 ,mem_control_tasks 
-0x51b3 020762 set1 l2cap_init_config_req ,temp 
-0x51b4 020763 storet 1 ,mem_control_tasks 
-0x51b5 020764 copy queue ,pdata 
-0x51b6 020765 increase 1 ,pdata 
-0x51b7 020766 store 1 ,mem_config_identifier 
-0x51b8 020767 fetch 1 ,mem_sdp_state 
-0x51b9 020768 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x51ba 020769 store 1 ,mem_sdp_state 
-:      020770 ml2cap_proc_signal_config_req_sdp_nsndreq:
-0x51bb 020771 fetch 2 ,mem_sdp_remote_cid 
-0x51bc 020772 store 2 ,mem_config_req_dest_cid 
-0x51bd 020773 branch mcfgrq_done 
-:      020774 ml2cap_proc_signal_config_req_rfcomm:
-0x51be 020775 fetch 1 ,mem_rfcomm_state 
-0x51bf 020776 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51c0 020777 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51c1 020778 store 1 ,mem_rfcomm_state 
-0x51c2 020779 fetch 2 ,mem_rfcomm_remote_cid 
-0x51c3 020780 branch mcfgrq_done 
-:      020781 ml2cap_proc_signal_config_req_hid_ctrl:
-0x51c4 020782 fetch 1 ,mem_hid_control_state 
-0x51c5 020783 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51c6 020784 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51c7 020785 store 1 ,mem_hid_control_state 
-0x51c8 020786 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x51c9 020787 branch mcfgrq_done 
-:      020788 ml2cap_proc_signal_config_req_hid_int:
-0x51ca 020789 fetch 1 ,mem_hid_interrupt_state 
-0x51cb 020790 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
-0x51cc 020791 set1 l2cap_channel_state_snd_cfg_res ,pdata 
-0x51cd 020792 store 1 ,mem_hid_interrupt_state 
-0x51ce 020793 fetch 2 ,mem_hid_int_remote_cid 
-:      020796 mcfgrq_done:
-0x51cf 020797 copy pdata ,timeup 
-0x51d0 020798 call load_cont_pointers 
-0x51d1 020800 copy timeup ,pdata 
-0x51d2 020802 istore 2 ,contw 
-0x51d3 020803 force 0x0000 ,pdata 
-0x51d4 020804 istore 2 ,contw 
-0x51d5 020805 force 0x0000 ,pdata 
-0x51d6 020806 istore 2 ,contw 
-0x51d7 020807 force 10 ,pdata 
-0x51d8 020808 iadd regb ,regb 
-0x51d9 020809 increase -6 ,rega 
-:      020810 mloop1:
-0x51da 020811 branch mcrqdone ,zero 
-0x51db 020812 ifetch 1 ,contr 
-0x51dc 020813 istore 1 ,contw 
-0x51dd 020814 increase 1 ,regb 
-0x51de 020815 increase -1 ,rega 
-0x51df 020816 branch mloop1 
-:      020817 mcrqdone:
-0x51e0 020818 rtn 
-:      020819 ml2cap_proc_signal_disconn_req:
-0x51e1 020820 ifetch 1 ,contr 
-0x51e2 020821 copy pdata ,queue 
-0x51e3 020822 ifetch 2 ,contr 
-0x51e4 020823 copy pdata ,rega 
-0x51e5 020824 copy regc ,pdata 
-0x51e6 020825 isub rega ,regc 
-0x51e7 020827 ifetch 2 ,contr 
-0x51e8 020828 copy pdata ,rega 
-0x51e9 020829 ifetch 2 ,contr 
-0x51ea 020830 copy pdata ,timeup 
-0x51eb 020831 call save_cont_pointers 
-0x51ec 020832 bpatchx patch24_0 ,mem_patch24 
-0x51ed 020833 setarg l2cap_sdp_channel 
-0x51ee 020834 copy rega ,temp 
-0x51ef 020835 isub temp ,null 
-0x51f0 020836 branch ml2cap_proc_signal_disconn_sdp ,zero 
-0x51f1 020837 setarg l2cap_hid_control_channel 
-0x51f2 020838 copy rega ,temp 
-0x51f3 020839 isub temp ,null 
-0x51f4 020840 branch ml2cap_proc_signal_disconn_hid_ctrl ,zero 
-0x51f5 020841 setarg l2cap_hid_interrupt_channel 
-0x51f6 020842 copy rega ,temp 
-0x51f7 020843 isub temp ,null 
-0x51f8 020844 branch ml2cap_proc_signal_disconn_hid_int ,zero 
-0x51f9 020845 branch mclsrfc 
-:      020846 ml2cap_proc_signal_disconn_sdp:
-0x51fa 020847 setarg 0x0000 
-0x51fb 020848 store 2 ,mem_sdp_tx_pkt_length 
-0x51fc 020849 store 2 ,mem_sdp_remote_cid 
-0x51fd 020850 store 1 ,mem_sdp_state 
-0x51fe 020851 branch mclssdp 
-:      020852 ml2cap_proc_signal_disconn_hid_ctrl:
-0x51ff 020853 call l2cap_reset_hid_ctrl_state 
-0x5200 020854 branch mclssdp 
-:      020855 ml2cap_proc_signal_disconn_hid_int:
-0x5201 020856 call l2cap_reset_hid_int_state 
-0x5202 020862 branch mclssdp 
-:      020863 mclsrfc:
-0x5203 020864 setarg 0x0000 
-0x5204 020865 store 2 ,mem_rfcomm_tx_pkt_length 
-:      020866 mclssdp:
-0x5205 020867 call load_cont_pointers 
-0x5206 020868 setarg signal_disconnect_rsp 
-0x5207 020869 istore 1 ,contw 
-0x5208 020870 copy queue ,pdata 
-0x5209 020871 istore 1 ,contw 
-0x520a 020872 setarg 0x0004 
-0x520b 020873 istore 2 ,contw 
-0x520c 020874 copy rega ,pdata 
-0x520d 020875 istore 2 ,contw 
-0x520e 020876 copy timeup ,pdata 
-0x520f 020877 istore 2 ,contw 
-0x5210 020878 force 8 ,pdata 
-0x5211 020879 iadd regb ,regb 
-0x5212 020880 rtn 
-:      020882 ml2cap_proc_signal_disconn_rsp:
-0x5213 020883 ifetch 1 ,contr 
-0x5214 020884 copy pdata ,queue 
-0x5215 020885 ifetch 2 ,contr 
-0x5216 020886 copy pdata ,rega 
-0x5217 020887 ifetch 2 ,contr 
-0x5218 020888 copy pdata ,timeup 
-0x5219 020889 ifetch 2 ,contr 
-0x521a 020890 copy pdata ,temp 
-0x521b 020891 call save_cont_pointers 
-0x521c 020892 bpatchx patch24_1 ,mem_patch24 
-0x521d 020893 fetch 1 ,mem_ml2cap_comm_id 
-0x521e 020894 icompare 0xff ,queue 
-0x521f 020895 nbranch mdisdone ,true 
-0x5220 020896 setarg l2cap_sdp_channel 
-0x5221 020897 isub temp ,null 
-0x5222 020898 branch ml2cap_proc_signal_disconn_rsp_sdp ,zero 
-0x5223 020899 setarg l2cap_rfcomm_channel 
-0x5224 020900 isub temp ,null 
-0x5225 020901 branch ml2cap_proc_signal_disconn_rsp_rfcomm ,zero 
-0x5226 020902 branch mdisdone 
-:      020903 ml2cap_proc_signal_disconn_rsp_sdp:
-0x5227 020904 jam 0 ,mem_sdp_remote_cid 
-0x5228 020905 jam 0 ,mem_sdp_state 
-0x5229 020906 branch mdisdone 
-:      020907 ml2cap_proc_signal_disconn_rsp_rfcomm:
-:      020910 mdisdone:
-0x522a 020911 call load_cont_pointers 
-0x522b 020912 copy regc ,pdata 
-0x522c 020913 isub rega ,regc 
-0x522d 020914 rtn 
-:      020916 ml2cap_proc_send_reject:
-0x522e 020917 setarg signal_cmd_reject 
-0x522f 020918 istore 1 ,contw 
-0x5230 020919 ifetch 1 ,contr 
-0x5231 020920 istore 1 ,contw 
-0x5232 020921 setarg 0x0002 
-0x5233 020922 istore 2 ,contw 
-0x5234 020923 setarg 0x0000 
-0x5235 020924 istore 2 ,contw 
-0x5236 020925 setarg 0x0006 
-0x5237 020926 iadd regb ,regb 
-0x5238 020927 force 4 ,regc 
-0x5239 020928 rtn 
-:      020931 l2cap_get_req_id:
-0x523a 020932 fetch 1 ,mem_ml2cap_comm_id 
-0x523b 020933 increase 1 ,pdata 
-0x523c 020934 bne 0 ,l2cap_get_req_id_ok 
-0x523d 020935 increase 1 ,pdata 
-:      020936 l2cap_get_req_id_ok:
-0x523e 020937 store 1 ,mem_ml2cap_comm_id 
-0x523f 020938 rtn 
-:      020948 l2cap_malloc:
-0x5240 020949 bpatchx patch24_2 ,mem_patch24 
-0x5241 020950 arg 0 ,regb 
-0x5242 020951 call l2cap_malloc_is_fifo_full 
-0x5243 020952 nbranch assert ,blank 
-0x5244 020953 call l2cap_malloc_get_full_map 
-0x5245 020954 arg mem_tx_buff0 ,regb 
-0x5246 020955 arg 0 ,queue 
-:      020956 l2cap_malloc_loop:
-0x5247 020957 fetcht 1 ,mem_used_map 
-0x5248 020958 qisolate1 temp 
-0x5249 020959 branch l2cap_malloc_next ,true 
-0x524a 020960 call l2cap_malloc_enough 
-0x524b 020961 sub timeup ,0 ,null 
-0x524c 020962 branch l2cap_malloc_next ,positive 
-0x524d 020963 call l2cap_malloc_into_fifo 
-0x524e 020964 branch l2cap_malloc_rtn 
-:      020965 l2cap_malloc_next:
-0x524f 020966 increase 128 ,regb 
-0x5250 020967 increase 1 ,queue 
-0x5251 020968 setarg 8 
-0x5252 020969 isub queue ,null 
-0x5253 020970 branch l2cap_malloc_loop ,positive 
-0x5254 020971 arg 0 ,regb 
-:      020972 l2cap_malloc_rtn:
-0x5255 020973 copy regb ,pdata 
-0x5256 020974 branch assert ,blank 
-0x5257 020975 rtn 
-:      020983 l2cap_malloc_fifo_out:
-0x5258 020984 bpatchx patch24_3 ,mem_patch24 
-0x5259 020985 call l2cap_malloc_fifo_get_first_ptr 
-0x525a 020986 increase 1 ,contr 
-0x525b 020987 ifetch 2 ,contr 
-0x525c 020988 rtn 
-:      020994 l2cap_malloc_free:
-0x525d 020995 bpatchx patch24_4 ,mem_patch24 
-0x525e 020996 call l2cap_malloc_fifo_get_first_ptr 
-0x525f 020997 copy contr ,contw 
-0x5260 020998 copy contr ,temp 
-0x5261 020999 setarg 0 
-0x5262 021000 istore 3 ,contw 
-0x5263 021001 rtn 
-:      021006 l2cap_malloc_discard:
-0x5264 021007 bpatchx patch24_5 ,mem_patch24 
-0x5265 021008 call l2cap_malloc_is_fifo_empty 
-0x5266 021009 branch assert ,blank 
-0x5267 021010 fetch 3 ,mem_tx_fifo2 
-0x5268 021011 store 3 ,mem_tx_fifo3 
-0x5269 021012 fetch 3 ,mem_tx_fifo1 
-0x526a 021013 store 3 ,mem_tx_fifo2 
-0x526b 021014 fetch 3 ,mem_tx_fifo0 
-0x526c 021015 store 3 ,mem_tx_fifo1 
-0x526d 021016 rtn 
-:      021022 l2cap_malloc_is_fifo_full:
-0x526e 021023 bpatchx patch24_6 ,mem_patch24 
-0x526f 021024 fetch 3 ,mem_tx_fifo0 
-0x5270 021025 rtn 
-:      021031 l2cap_malloc_is_fifo_nearly_full:
-0x5271 021032 bpatchx patch24_7 ,mem_patch24 
-0x5272 021033 fetch 3 ,mem_tx_fifo1 
-0x5273 021034 rtn 
-:      021040 l2cap_malloc_is_fifo_empty:
-0x5274 021041 bpatchx patch25_0 ,mem_patch25 
-0x5275 021042 fetch 3 ,mem_tx_fifo3 
-0x5276 021043 rtn 
-:      021048 l2cap_malloc_fifo_get_first_ptr:
-0x5277 021049 call l2cap_malloc_is_fifo_empty 
-0x5278 021050 branch assert ,blank 
-0x5279 021051 arg mem_tx_fifo0 ,contr 
-:      021052 l2cap_malloc_free_loop:
-0x527a 021053 ifetch 3 ,contr 
-0x527b 021054 branch l2cap_malloc_free_loop ,blank 
-0x527c 021055 increase -3 ,contr 
-0x527d 021056 rtn 
-:      021063 l2cap_malloc_get_full_map:
-0x527e 021064 bpatchx patch25_1 ,mem_patch25 
-0x527f 021065 arg 4 ,loopcnt 
-0x5280 021066 arg mem_tx_fifo0_map ,contr 
-0x5281 021067 arg 0 ,temp 
-:      021068 l2cap_malloc_get_full_map_loop:
-0x5282 021069 ifetch 3 ,contr 
-0x5283 021070 and pdata ,0xff ,pdata 
-0x5284 021071 ior temp ,temp 
-0x5285 021072 loop l2cap_malloc_get_full_map_loop 
-0x5286 021073 storet 1 ,mem_used_map 
-0x5287 021074 rtn 
-:      021082 l2cap_malloc_into_fifo:
-0x5288 021083 bpatchx patch25_2 ,mem_patch25 
-0x5289 021084 call l2cap_malloc_is_fifo_full 
-0x528a 021085 nbranch assert ,blank 
-0x528b 021086 call l2cap_malloc_is_fifo_empty 
-0x528c 021087 branch l2cap_malloc_into_fifo_no_push ,blank 
-0x528d 021088 fetch 3 ,mem_tx_fifo1 
-0x528e 021089 store 3 ,mem_tx_fifo0 
-0x528f 021090 ifetch 3 ,contr 
-0x5290 021091 istore 3 ,contw 
-0x5291 021092 ifetch 3 ,contr 
-0x5292 021093 istore 3 ,contw 
-0x5293 021094 setarg 0 
-0x5294 021095 istore 3 ,contw 
-:      021096 l2cap_malloc_into_fifo_no_push:
-0x5295 021097 arg 0 ,temp 
-0x5296 021098 copy timeup ,pdata 
-0x5297 021099 iadd queue ,pdata 
-:      021100 l2cap_malloc_into_fifo_loop:
-0x5298 021101 qset1 temp 
-0x5299 021102 increase 1 ,queue 
-0x529a 021103 isub queue ,null 
-0x529b 021104 nbranch l2cap_malloc_into_fifo_loop ,zero 
-0x529c 021106 lshift8 regb ,pdata 
-0x529d 021107 ior temp ,pdata 
-0x529e 021108 store 3 ,mem_tx_fifo3 
-0x529f 021109 rtn 
-:      021119 l2cap_malloc_enough:
-0x52a0 021120 bpatchx patch25_3 ,mem_patch25 
-0x52a1 021121 call l2cap_malloc_get_full_map 
-0x52a2 021122 copy queue ,regc 
-0x52a3 021123 arg 0 ,temp 
-0x52a4 021124 arg 0 ,timeup 
-:      021126 l2cap_malloc_enough_loop:
-0x52a5 021127 copy queue ,pdata 
-0x52a6 021128 beq 8 ,l2cap_malloc_enough_end 
-0x52a7 021129 fetch 1 ,mem_used_map 
-0x52a8 021130 qisolate1 pdata 
-0x52a9 021131 branch l2cap_malloc_enough_end ,true 
-0x52aa 021132 increase 128 ,temp 
-0x52ab 021133 increase 1 ,queue 
-0x52ac 021134 copy rega ,pdata 
-0x52ad 021135 isub temp ,null 
-0x52ae 021136 branch l2cap_malloc_enough_end ,zero 
-0x52af 021137 branch l2cap_malloc_enough_loop ,positive 
-:      021138 l2cap_malloc_enough_end:
-0x52b0 021139 copy temp ,pdata 
-0x52b1 021140 isub rega ,null 
-0x52b2 021141 nbranch l2cap_malloc_enough_rtn ,positive 
-0x52b3 021142 copy queue ,pdata 
-0x52b4 021143 copy regc ,temp 
-0x52b5 021144 isub temp ,timeup 
-:      021145 l2cap_malloc_enough_rtn:
-0x52b6 021146 copy regc ,queue 
-0x52b7 021147 rtn 
-:      021150 l2cap_malloc_signal_channel:
-0x52b8 021151 bpatchx patch25_4 ,mem_patch25 
-0x52b9 021152 arg l2cap_signal_malloc_size ,rega 
-0x52ba 021153 call l2cap_malloc 
-0x52bb 021154 store 2 ,mem_l2cap_signal_tx_buff_ptr 
-0x52bc 021155 increase 4 ,pdata 
-0x52bd 021156 store 2 ,mem_l2cap_signal_tx_payload_ptr 
-0x52be 021157 setarg 0 
-0x52bf 021158 store 2 ,mem_l2cap_signal_tx_length 
-0x52c0 021159 rtn 
-:      021161 l2cap_get_signal_tx_buff:
-0x52c1 021162 fetch 2 ,mem_l2cap_signal_tx_buff_ptr 
-0x52c2 021163 branch l2cap_util_pdata_to_contw 
-:      021165 l2cap_get_signal_tx_payload:
-0x52c3 021166 fetch 2 ,mem_l2cap_signal_tx_payload_ptr 
-0x52c4 021167 branch l2cap_util_pdata_to_contw 
-:      021170 l2cap_malloc_sdp_channel:
-0x52c5 021171 bpatchx patch25_5 ,mem_patch25 
-0x52c6 021172 arg sdp_malloc_size ,rega 
-0x52c7 021173 call l2cap_malloc 
-0x52c8 021174 store 2 ,mem_sdp_tx_buff_ptr 
-0x52c9 021175 increase 4 ,pdata 
-0x52ca 021176 store 2 ,mem_sdp_tx_payload_ptr 
-0x52cb 021177 setarg 0 
-0x52cc 021178 store 2 ,mem_sdp_tx_pkt_length 
-0x52cd 021179 rtn 
-:      021181 l2cap_get_sdp_tx_buff:
-0x52ce 021182 fetch 2 ,mem_sdp_tx_buff_ptr 
-0x52cf 021183 branch l2cap_util_pdata_to_contw 
-:      021185 l2cap_get_sdp_tx_payload:
-0x52d0 021186 fetch 2 ,mem_sdp_tx_payload_ptr 
-0x52d1 021187 branch l2cap_util_pdata_to_contw 
-:      021190 l2cap_malloc_rfcomm_channel:
-0x52d2 021191 bpatchx patch25_6 ,mem_patch25 
-0x52d3 021192 call push_stack 
-0x52d4 021193 jam rfcomm_malloc_fail ,mem_rfcomm_malloc_fail_flag 
-0x52d5 021194 call l2cap_malloc_is_fifo_full 
-0x52d6 021195 nrtn blank 
-0x52d7 021196 arg rfcomm_malloc_size ,rega 
-0x52d8 021197 call l2cap_malloc 
-0x52d9 021198 store 2 ,mem_rfcomm_tx_buff_ptr 
-0x52da 021199 increase 4 ,pdata 
-0x52db 021200 store 2 ,mem_rfcomm_tx_payload_ptr 
-0x52dc 021201 setarg 0 
-0x52dd 021202 store 2 ,mem_rfcomm_tx_pkt_length 
-0x52de 021203 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
-0x52df 021204 branch pop_stack 
-:      021206 l2cap_get_rfcomm_tx_buff:
-0x52e0 021207 fetch 2 ,mem_rfcomm_tx_buff_ptr 
-0x52e1 021208 branch l2cap_util_pdata_to_contw 
-:      021210 l2cap_util_pdata_to_contw:
-0x52e2 021211 branch assert ,blank 
-0x52e3 021212 copy pdata ,contw 
-0x52e4 021213 rtn 
-:      021216 l2cap_lpm_save_calc_len:
-0x52e5 021217 bpatchx patch25_7 ,mem_patch25 
-0x52e6 021218 arg 0 ,regb 
-0x52e7 021219 arg mem_tx_fifo0_map ,rega 
-0x52e8 021220 increase -2 ,rega 
-:      021221 l2cap_lpm_save_calc_len_loop:
-0x52e9 021222 increase 2 ,rega 
-0x52ea 021223 setarg mem_tx_fifo_end 
-0x52eb 021224 isub rega ,null 
-0x52ec 021225 branch l2cap_lpm_save_calc_len_end ,zero 
-0x52ed 021226 ifetch 1 ,rega 
-0x52ee 021227 increase 1 ,rega 
-0x52ef 021228 branch l2cap_lpm_save_calc_len_loop ,blank 
-0x52f0 021229 ifetcht 2 ,rega 
-0x52f1 021230 ifetch 2 ,temp 
-0x52f2 021231 iadd regb ,regb 
-0x52f3 021232 increase 4 ,regb 
-0x52f4 021233 branch l2cap_lpm_save_calc_len_loop 
-:      021234 l2cap_lpm_save_calc_len_end:
-0x52f5 021235 copy regb ,pdata 
-0x52f6 021236 rtn 
-:      021239 l2cap_lpm_get_wake_lock:
-0x52f7 021240 arg wake_lock_l2cap_tx ,queue 
-0x52f8 021241 branch lpm_get_wake_lock 
-:      021243 l2cap_lpm_put_wake_lock:
-0x52f9 021244 arg wake_lock_l2cap_tx ,queue 
-0x52fa 021245 branch lpm_put_wake_lock 
-:      021247 l2cap_lpm_save_txbuf:
-0x52fb 021248 bpatchx patch26_0 ,mem_patch26 
-0x52fc 021249 call l2cap_malloc_get_full_map 
-0x52fd 021250 fetch 1 ,mem_used_map 
-0x52fe 021251 rtn blank 
-0x52ff 021252 call l2cap_lpm_save_calc_len 
-0x5300 021253 arg l2cap_lpm_txbuf_len ,temp 
-0x5301 021254 isub temp ,null 
-0x5302 021255 branch l2cap_lpm_get_wake_lock ,positive 
-0x5303 021256 call l2cap_lpm_put_wake_lock 
-0x5304 021257 arg mem_l2cap_lpm_txbuf ,contw 
-0x5305 021258 arg mem_tx_fifo0 ,rega 
-:      021259 l2cap_lpm_save_txbuf_loop:
-0x5306 021260 setarg mem_tx_fifo_end 
-0x5307 021261 isub rega ,null 
-0x5308 021262 rtn zero 
-0x5309 021263 ifetch 1 ,rega 
-0x530a 021264 increase 1 ,rega 
-0x530b 021265 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
-0x530c 021266 istore 2 ,contw 
-0x530d 021267 increase 2 ,rega 
-0x530e 021268 branch l2cap_lpm_save_txbuf_loop 
-:      021269 l2cap_lpm_save_txbuf_nempty:
-0x530f 021270 ifetch 2 ,rega 
-0x5310 021271 increase 2 ,rega 
-0x5311 021272 copy pdata ,contr 
-0x5312 021273 ifetch 2 ,contr 
-0x5313 021274 istore 2 ,contw 
-0x5314 021275 copy pdata ,loopcnt 
-0x5315 021276 increase 2 ,loopcnt 
-0x5316 021277 call memcpy 
-0x5317 021278 branch l2cap_lpm_save_txbuf_loop 
-:      021280 l2cap_lpm_load_txbuf:
-0x5318 021281 bpatchx patch26_1 ,mem_patch26 
-0x5319 021282 call l2cap_malloc_get_full_map 
-0x531a 021283 fetch 1 ,mem_used_map 
-0x531b 021284 rtn blank 
-0x531c 021285 arg mem_tx_fifo0_ptr ,rega 
-0x531d 021286 increase -3 ,rega 
-0x531e 021287 arg mem_l2cap_lpm_txbuf ,contr 
-:      021288 l2cap_lpm_load_txbuf_loop:
-0x531f 021289 increase 3 ,rega 
-0x5320 021290 setarg mem_tx_fifo_end + 1 
-0x5321 021291 isub rega ,null 
-0x5322 021292 rtn zero 
-0x5323 021293 ifetch 2 ,contr 
-0x5324 021294 branch l2cap_lpm_load_txbuf_loop ,blank 
-0x5325 021295 increase 4 ,pdata 
-0x5326 021296 copy pdata ,loopcnt 
-0x5327 021297 copy contr ,regb 
-0x5328 021298 ifetch 2 ,rega 
-0x5329 021299 copy pdata ,contw 
-0x532a 021300 copy regb ,contr 
-0x532b 021301 increase -2 ,contr 
-0x532c 021302 call memcpy 
-0x532d 021303 branch l2cap_lpm_load_txbuf_loop 
-:      021313 le_init_conn:
-0x532e 021314 bpatchx patch26_2 ,mem_patch26 
-0x532f 021315 disable wake 
-0x5330 021316 jam 1 ,mem_le_conn_handle 
-0x5331 021317 jam 3 ,mem_le_state 
-0x5332 021318 jam 1 ,mem_le_arq 
-0x5333 021319 setarg -1 
-0x5334 021320 store 2 ,mem_le_event_count 
-0x5335 021321 force 0 ,pdata 
-0x5336 021322 store 1 ,mem_le_ch 
-0x5337 021323 store 1 ,mem_le_op 
-0x5338 021324 store 3 ,mem_sniff_rcv 
-0x5339 021325 store 3 ,mem_sniff_lost 
-0x533a 021326 store 5 ,mem_le_pcnt_tx 
-0x533b 021327 set1 39 ,pdata 
-0x533c 021328 store 5 ,mem_le_pcnt_rx 
-0x533d 021329 jam 1 ,mem_le_txheader 
-0x533e 021330 jam 0 ,mem_le_txlen 
-0x533f 021331 branch le_supervision_flush 
-:      021333 le_init_master:
-0x5340 021334 bpatchx patch26_3 ,mem_patch26 
-0x5341 021335 enable master 
-0x5342 021336 jam lemode_master ,mem_le_mode 
-0x5343 021337 jam 1 ,mem_le_att_handle 
-0x5344 021338 jam 1 ,mem_le_search_handle_start 
-0x5345 021339 setarg 0xffff 
-0x5346 021340 store 2 ,mem_le_search_handle_end 
-0x5347 021341 force 0 ,pdata 
-0x5348 021342 store 5 ,mem_le_pcnt_rx 
-0x5349 021343 set1 39 ,pdata 
-0x534a 021344 store 5 ,mem_le_pcnt_tx 
-0x534b 021345 branch le_init_conn 
-:      021348 le_init_slave:
-0x534c 021349 bpatchx patch26_4 ,mem_patch26 
-0x534d 021350 disable master 
-0x534e 021351 setarg 0x17 
-0x534f 021352 store 2 ,mem_le_remote_mtu 
-0x5350 021353 jam lemode_slave ,mem_le_mode 
-0x5351 021354 jam 0 ,mem_le_adv_enable 
-0x5352 021355 jam 0 ,mem_lpm_current_mult 
-0x5353 021356 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x5354 021357 jam flag_le_enc_null ,mem_le_enc_state 
-0x5355 021358 fetch 2 ,mem_le_superto 
-0x5356 021359 store 2 ,mem_le_init_superto 
-0x5357 021360 fetch 2 ,mem_le_tsniff 
-0x5358 021361 mul32 pdata ,5 ,pdata 
-0x5359 021362 rshift4 pdata ,pdata 
-0x535a 021363 store 2 ,mem_le_superto 
-0x535b 021364 branch le_init_conn 
-:      021370 le_dispatch:
-0x535c 021371 call le_enable 
-0x535d 021372 call le_scan 
-0x535e 021373 call le_adv 
-0x535f 021374 branch le_disable 
-:      021376 le_conn_dispatch:
-0x5360 021377 bpatchx patch26_5 ,mem_patch26 
-0x5361 021378 call le_enable 
-0x5362 021379 call app_process_ble 
-0x5363 021380 fetch 1 ,mem_le_mode 
-0x5364 021381 beq lemode_master ,le_master_dispatch 
-0x5365 021382 branch le_slave_dispatch 
-:      021388 le_master_dispatch:
-0x5366 021389 bpatchx patch26_6 ,mem_patch26 
-0x5367 021390 enable master 
-0x5368 021391 call le_supervision_update 
-0x5369 021392 branch le_master_disconn ,positive 
-0x536a 021393 call check_ble_disabled 
-0x536b 021394 call le_setup 
-0x536c 021395 call le_prepare_tx 
-0x536d 021396 disable match 
-0x536e 021397 call le_transmit_receive_sifs 
-0x536f 021398 nrtn match 
-0x5370 021399 bpatchx patch26_7 ,mem_patch26 
-0x5371 021400 fetch 1 ,mem_le_conn_rcv 
-0x5372 021401 increase 1 ,pdata 
-0x5373 021402 store 1 ,mem_le_conn_rcv 
-0x5374 021403 call le_acknowledge 
-0x5375 021404 disable master 
-0x5376 021405 rtn 
-:      021407 le_master_disconn:
-0x5377 021408 call le_disconnect 
-0x5378 021409 disable master 
-0x5379 021410 rtn 
-:      021415 le_slave_dispatch:
-0x537a 021416 bpatchx patch27_0 ,mem_patch27 
-0x537b 021417 jam 0 ,mem_le_md_count 
-0x537c 021418 call sp_calc_sequence_256 
-0x537d 021419 call le_secure_connect_sm 
-0x537e 021420 disable attempt 
-0x537f 021421 call le_supervision_update 
-0x5380 021422 branch le_slave_disconn ,positive 
-0x5381 021423 call check_ble_disabled 
-0x5382 021424 call le_setup 
-0x5383 021425 call le_receive_slave 
-0x5384 021426 nbranch le_slave_unsync ,sync 
-0x5385 021427 call le_got_first_packet 
-0x5386 021428 branch le_slave_match ,match 
-0x5387 021429 branch le_slave_cont 
-:      021432 le_slave_match:
-0x5388 021433 bpatchx patch27_1 ,mem_patch27 
-0x5389 021434 fetch 1 ,mem_le_md_count 
-0x538a 021435 pincrease 1 
-0x538b 021436 store 1 ,mem_le_md_count 
-0x538c 021437 beq le_md_max_count ,le_slave_cont 
-0x538d 021438 call le_acknowledge 
-0x538e 021439 call le_prepare_tx 
-0x538f 021440 call le_transmit_norx 
-0x5390 021441 call le_parse 
-0x5391 021442 fetch 2 ,mem_cb_ble_transmit 
-0x5392 021443 call callback_func 
-0x5393 021444 call le_check_md 
-0x5394 021445 branch le_slave_more_data ,user 
-:      021446 le_slave_cont:
-0x5395 021447 bpatchx patch27_2 ,mem_patch27 
-0x5396 021448 call le_pairing_sm 
-0x5397 021449 call le_check_paring_time 
-0x5398 021450 call check_51cmd 
-0x5399 021451 fetch 1 ,mem_le_op 
-0x539a 021452 bbit1 op_disconn ,le_slave_disconn 
-:      021453 le_slave_unsync:
-0x539b 021454 bpatchx patch27_3 ,mem_patch27 
-0x539c 021455 call le_lpm_set_mult 
-0x539d 021456 call le_update_channel_map 
-0x539e 021457 call le_update_param 
-0x539f 021458 branch calc_clke_offset 
-:      021461 le_check_md:
-0x53a0 021462 disable user 
-0x53a1 021463 bmark1 mark_ble_rx_md ,enable_user 
-0x53a2 021464 bmark1 mark_ble_tx_md ,enable_user 
-0x53a3 021465 rtn 
-:      021468 le_slave_more_data:
-0x53a4 021469 bpatchx patch27_4 ,mem_patch27 
-0x53a5 021470 enable attempt 
-0x53a6 021471 call le_transmit_receive_sifs_notx 
-0x53a7 021472 branch le_slave_match ,match 
-0x53a8 021473 branch le_slave_cont 
-:      021475 le_slave_disconn:
-:      021478 le_disconnect:
-0x53a9 021479 bpatchx patch27_5 ,mem_patch27 
-0x53aa 021480 call le_clear_connection_info 
-0x53ab 021481 call app_disconn_reason_collect_ble 
-0x53ac 021482 call sp_initialize_256 
-0x53ad 021483 jam bt_evt_le_disconnected ,mem_fifo_temp 
-0x53ae 021484 branch ui_ipc_send_event 
-:      021486 le_clear_connection_info:
-0x53af 021487 setarg 0 
-0x53b0 021488 store 9 ,mem_le_tx_buff_used 
-0x53b1 021489 jam 0 ,mem_le_conn_handle 
-0x53b2 021490 jam lemode_idle ,mem_le_mode 
-0x53b3 021491 jam 0 ,mem_le_state 
-0x53b4 021492 jam flag_le_enc_null ,mem_le_enc_state 
-0x53b5 021493 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x53b6 021494 rtn 
-:      021496 le_got_first_packet:
-0x53b7 021497 bpatchx patch27_6 ,mem_patch27 
-0x53b8 021498 fetch 1 ,mem_le_conn_rcv 
-0x53b9 021499 increase 1 ,pdata 
-0x53ba 021500 store 1 ,mem_le_conn_rcv 
-0x53bb 021501 fetch 1 ,mem_le_state 
-0x53bc 021502 rtnbit1 lestate_got_first_packet 
-0x53bd 021503 set1 lestate_got_first_packet 
-0x53be 021504 store 1 ,mem_le_state 
-0x53bf 021505 fetch 2 ,mem_le_init_superto 
-0x53c0 021506 store 2 ,mem_le_superto 
-0x53c1 021507 setarg 0 
-0x53c2 021508 store 4 ,mem_le_transmit_window 
-0x53c3 021509 rtn 
-:      021512 le_enable:
-0x53c4 021513 bpatchx patch27_7 ,mem_patch27 
-0x53c5 021514 jam 0x36 ,rf_adc_goff 
-0x53c6 021515 jam 0x5f ,rf_agc_nsat 
-0x53c7 021516 enable le 
-0x53c8 021517 jam 7 ,rfen_ulp 
-0x53c9 021518 call check_ble_disabled 
-0x53ca 021519 fetch 1 ,mem_250k_freq_enable 
-0x53cb 021520 rtn blank 
-0x53cc 021521 jam 0xb8 ,rf_iq_gain 
-0x53cd 021522 rtn 
-:      021524 le_disable:
-0x53ce 021525 bpatchx patch28_0 ,mem_patch28 
-0x53cf 021526 jam 0x2e ,rf_adc_goff 
-0x53d0 021527 jam 0xff ,rf_agc_nsat 
-0x53d1 021528 disable le 
-0x53d2 021529 jam 3 ,rfen_ulp 
-0x53d3 021530 arg 0 ,stop_watch 
-0x53d4 021531 rtn 
-:      021533 le_prep:
-0x53d5 021534 disable enable_crc 
-0x53d6 021535 disable enable_white 
-0x53d7 021536 fetch 3 ,mem_le_crcinit 
-0x53d8 021537 iforce crc24_init 
-0x53d9 021538 fetch 1 ,mem_le_ch_mapped 
-0x53da 021539 reverse pdata ,temp 
-0x53db 021540 set1 1 ,temp 
-0x53dc 021541 rshift temp ,white_init 
-0x53dd 021542 rtn 
-:      021545 lerx_setfreq:
-0x53de 021546 call le_setfreq 
-0x53df 021547 call set_freq_rx 
-0x53e0 021548 setarg param_pll_setup 
-0x53e1 021549 call sleep 
-0x53e2 021550 branch rf_rx_enable 
-:      021552 letx_setfreq:
-0x53e3 021553 branch txon ,match 
-:      021554 letx_setfreq0:
-0x53e4 021555 call le_setfreq 
-0x53e5 021556 branch set_freq_tx 
-:      021557 le_setfreq:
-0x53e6 021558 bpatchx patch28_1 ,mem_patch28 
-0x53e7 021559 call set_sync_on 
-0x53e8 021560 fetch 1 ,mem_le_testtype 
-0x53e9 021561 nbranch le_ctf_test ,blank 
-0x53ea 021562 fetch 1 ,mem_le_ch_mapped 
-0x53eb 021563 sub pdata ,36 ,null 
-0x53ec 021564 branch le_ctf_normal ,positive 
-0x53ed 021565 force 0 ,temp 
-0x53ee 021566 rtneq 37 
-0x53ef 021567 force 24 ,temp 
-0x53f0 021568 rtneq 38 
-0x53f1 021569 force 78 ,temp 
-0x53f2 021570 rtn 
-:      021572 le_ctf_normal:
-0x53f3 021573 sub pdata ,10 ,null 
-0x53f4 021574 branch le_ctf_low ,positive 
-0x53f5 021575 increase 1 ,pdata 
-:      021577 le_ctf_low:
-0x53f6 021578 lshift pdata ,pdata 
-0x53f7 021579 add pdata ,2 ,temp 
-0x53f8 021580 rtn 
-:      021582 le_ctf_test:
-0x53f9 021583 fetch 1 ,mem_le_ch_mapped 
-0x53fa 021584 lshift pdata ,temp 
-0x53fb 021585 rtn 
-:      021587 le_sca_map:
-0x53fc 021588 arg 500 ,temp 
-0x53fd 021589 rtn blank 
-0x53fe 021590 arg 250 ,temp 
-0x53ff 021591 rtneq 1 
-0x5400 021592 arg 150 ,temp 
-0x5401 021593 rtneq 2 
-0x5402 021594 arg 100 ,temp 
-0x5403 021595 rtneq 3 
-0x5404 021596 arg 75 ,temp 
-0x5405 021597 rtneq 4 
-0x5406 021598 arg 50 ,temp 
-0x5407 021599 rtneq 5 
-0x5408 021600 arg 40 ,temp 
-0x5409 021601 rtneq 6 
-0x540a 021602 arg 20 ,temp 
-0x540b 021603 rtn 
-:      021607 le_adv_access:
-0x540c 021608 setarg 0x8e89be 
-0x540d 021609 lshift8 pdata ,pdata 
-0x540e 021610 or_into 0xd6 ,pdata 
-0x540f 021611 iforce access 
-0x5410 021612 setarg 0x555555 
-0x5411 021613 store 3 ,mem_le_crcinit 
-0x5412 021614 rtn 
-:      021616 le_setup:
-0x5413 021617 bpatchx patch28_2 ,mem_patch28 
-0x5414 021618 enable swfine 
-0x5415 021619 fetch 4 ,mem_le_access 
-0x5416 021620 iforce access 
-0x5417 021621 call le_map_channel 
-0x5418 021622 setarg 0x200 
-0x5419 021623 branch le_setup_master ,master 
-0x541a 021624 fetch 2 ,mem_le_receive_window 
-0x541b 021625 rshift pdata ,pdata 
-:      021626 le_setup_master:
-0x541c 021627 arg param_pll_setup ,temp 
-0x541d 021628 iadd temp ,pdata 
-0x541e 021629 call ahead_window 
-0x541f 021630 deposit clke 
-0x5420 021631 store 6 ,mem_le_rxon_ts 
-0x5421 021632 rtn 
-:      021634 le_next_adv_channel:
-0x5422 021635 bpatchx patch28_3 ,mem_patch28 
-0x5423 021636 fetch 1 ,mem_le_ch_mapped 
-0x5424 021637 beq 37 ,le_next_adv_channel_curr_channel_37 
-0x5425 021638 beq 38 ,le_next_adv_channel_curr_channel_38 
-0x5426 021639 beq 39 ,le_next_adv_channel_curr_channel_39 
-0x5427 021640 branch le_next_adv_channel_curr_channel_39 
-:      021642 le_next_adv_channel_curr_channel_37:
-0x5428 021643 fetcht 1 ,mem_le_adv_channel_map 
-0x5429 021644 isolate1 bit_adv_channel_map_38 ,temp 
-0x542a 021645 branch set_le_next_adv_channel_38 ,true 
-0x542b 021646 isolate1 bit_adv_channel_map_39 ,temp 
-0x542c 021647 branch set_le_next_adv_channel_39 ,true 
-0x542d 021648 branch set_le_next_adv_channel_37 
-:      021651 le_next_adv_channel_curr_channel_38:
-0x542e 021652 fetcht 1 ,mem_le_adv_channel_map 
-0x542f 021653 isolate1 bit_adv_channel_map_39 ,temp 
-0x5430 021654 branch set_le_next_adv_channel_39 ,true 
-0x5431 021655 isolate1 bit_adv_channel_map_37 ,temp 
-0x5432 021656 branch set_le_next_adv_channel_37 ,true 
-0x5433 021657 branch set_le_next_adv_channel_38 
-:      021660 le_next_adv_channel_curr_channel_39:
-0x5434 021661 fetcht 1 ,mem_le_adv_channel_map 
-0x5435 021662 isolate1 bit_adv_channel_map_37 ,temp 
-0x5436 021663 branch set_le_next_adv_channel_37 ,true 
-0x5437 021664 isolate1 bit_adv_channel_map_38 ,temp 
-0x5438 021665 branch set_le_next_adv_channel_38 ,true 
-0x5439 021666 branch set_le_next_adv_channel_39 
-:      021670 set_le_next_adv_channel_37:
-0x543a 021671 jam 37 ,mem_le_ch_mapped 
-0x543b 021672 fetch 1 ,mem_le_adv_channel_map_temp 
-0x543c 021673 set1 bit_adv_channel_map_37 ,pdata 
-0x543d 021674 store 1 ,mem_le_adv_channel_map_temp 
-0x543e 021675 rtn 
-:      021677 set_le_next_adv_channel_38:
-0x543f 021678 jam 38 ,mem_le_ch_mapped 
-0x5440 021679 fetch 1 ,mem_le_adv_channel_map_temp 
-0x5441 021680 set1 bit_adv_channel_map_38 ,pdata 
-0x5442 021681 store 1 ,mem_le_adv_channel_map_temp 
-0x5443 021682 rtn 
-:      021684 set_le_next_adv_channel_39:
-0x5444 021685 jam 39 ,mem_le_ch_mapped 
-0x5445 021686 fetch 1 ,mem_le_adv_channel_map_temp 
-0x5446 021687 set1 bit_adv_channel_map_39 ,pdata 
-0x5447 021688 store 1 ,mem_le_adv_channel_map_temp 
-0x5448 021689 rtn 
-:      021693 le_context_nexthop:
-0x5449 021694 bpatchx patch28_4 ,mem_patch28 
-0x544a 021695 add rega ,coffset_mode ,contr 
-0x544b 021696 ifetch 1 ,contr 
-0x544c 021697 rtnbit0 mode_le 
-0x544d 021698 add rega ,coffset_le_event_cnt ,contw 
-0x544e 021699 ifetch 2 ,contw 
-0x544f 021700 increase 1 ,pdata 
-0x5450 021701 istore 2 ,contw 
-0x5451 021702 add rega ,coffset_le_hop ,contr 
-0x5452 021703 ifetch 1 ,contr 
-0x5453 021704 add rega ,coffset_le_ch ,contw 
-0x5454 021705 ifetcht 1 ,contw 
-0x5455 021706 iadd temp ,pdata 
-0x5456 021707 sub pdata ,36 ,null 
-0x5457 021708 branch le_nexthop_nowrap ,positive 
-0x5458 021709 increase -37 ,pdata 
-:      021710 le_nexthop_nowrap:
-0x5459 021711 istore 1 ,contw 
-0x545a 021712 rtn 
-:      021715 le_calc_channel_map:
-0x545b 021716 bpatchx patch28_5 ,mem_patch28 
-0x545c 021717 fetch 5 ,mem_le_channel_map 
-0x545d 021718 force 0 ,temp 
-0x545e 021719 force 37 ,loopcnt 
-:      021720 le_count_channels_loop:
-0x545f 021721 bbit0 0 ,le_count_channels_notused 
-0x5460 021722 increase 1 ,temp 
-:      021723 le_count_channels_notused:
-0x5461 021724 rshift pdata ,pdata 
-0x5462 021725 loop le_count_channels_loop 
-0x5463 021726 add temp ,-1 ,pdata 
-0x5464 021727 store 1 ,mem_le_channels 
-0x5465 021728 rtn 
-:      021730 le_map_channel:
-0x5466 021731 bpatchx patch28_6 ,mem_patch28 
-0x5467 021732 fetch 1 ,mem_le_ch 
-0x5468 021733 iforce queue 
-0x5469 021734 fetcht 5 ,mem_le_channel_map 
-0x546a 021735 qisolate1 temp 
-0x546b 021736 branch le_map_channel_end ,true 
-:      021737 le_map_channel_next:
-0x546c 021738 bpatchx patch28_7 ,mem_patch28 
-0x546d 021739 fetch 1 ,mem_le_channels 
-0x546e 021740 isub queue ,pdata 
-0x546f 021741 branch le_map_channel_cont ,positive 
-0x5470 021742 sub pdata ,-1 ,queue 
-0x5471 021743 branch le_map_channel_next 
-:      021744 le_map_channel_cont:
-0x5472 021745 copy queue ,loopcnt 
-0x5473 021746 force 0 ,queue 
-:      021747 le_map_channel_loop:
-0x5474 021748 qisolate1 temp 
-0x5475 021749 branch le_map_channel_skip ,true 
-0x5476 021750 increase 1 ,loopcnt 
-:      021751 le_map_channel_skip:
-0x5477 021752 deposit loopcnt 
-0x5478 021753 branch le_map_channel_end ,blank 
-0x5479 021754 increase 1 ,queue 
-0x547a 021755 increase -1 ,loopcnt 
-0x547b 021756 branch le_map_channel_loop 
-:      021757 le_map_channel_end:
-0x547c 021758 deposit queue 
-0x547d 021759 store 1 ,mem_le_ch_mapped 
-0x547e 021760 rtn 
-:      021763 le_wait_tx:
-0x547f 021764 branch le_wait_master ,master 
-0x5480 021765 until null ,timeout 
-0x5481 021766 rtn 
-:      021768 le_wait_master:
-0x5482 021769 arg 0xea0 ,timeup 
-0x5483 021770 until clkn_rt ,meet 
-0x5484 021771 rtn 
-:      021773 le_receive_adv:
-0x5485 021774 disable swfine 
-0x5486 021775 fetch 2 ,mem_le_scan_window 
-0x5487 021776 copy pdata ,timeup 
-0x5488 021777 branch le_receive_packet 
-:      021780 le_receive_slave:
-0x5489 021781 bpatchx patch29_0 ,mem_patch29 
-0x548a 021782 enable swfine 
-0x548b 021783 fetch 2 ,mem_le_receive_window 
-0x548c 021784 fetcht 4 ,mem_le_transmit_window 
-0x548d 021785 iadd temp ,timeup 
-:      021786 le_receive_packet:
-0x548e 021787 call lerx_setfreq 
-:      021788 le_receive_rxon:
-0x548f 021789 bpatchx patch29_1 ,mem_patch29 
-0x5490 021790 call le_prep 
-0x5491 021791 disable match 
-0x5492 021792 enable decode_fec0 
-0x5493 021793 enable is_rx 
-0x5494 021794 disable is_tx 
-0x5495 021795 copy timeup ,stop_watch 
-0x5496 021796 correlate null ,timeout 
-0x5497 021797 branch le_receive_on_attempt ,attempt 
-0x5498 021798 copy clke ,temp 
-0x5499 021799 storet 6 ,mem_sync_clke 
-:      021800 le_receive_on_attempt:
-0x549a 021801 nbranch end_of_packet ,sync 
-0x549b 021802 branch le_receive_skip ,attempt 
-0x549c 021803 arg param_clke_cal_le ,clke_rt 
-0x549d 021804 copy bt_clk ,clke_bt 
-0x549e 021805 fetch 1 ,mem_le_state 
-0x549f 021806 bbit0 lestate_got_first_packet ,le_receive_skip 
-0x54a0 021807 call lpm_adjust_clk ,wake 
-:      021808 le_receive_skip:
-0x54a1 021809 bpatchx patch29_2 ,mem_patch29 
-0x54a2 021810 call save_rssi 
-0x54a3 021811 enable enable_white 
-0x54a4 021812 enable enable_crc 
-0x54a5 021813 parse demod ,bucket ,8 
-0x54a6 021814 rshift3 pwindow ,pdata 
-0x54a7 021815 store 1 ,mem_le_rxbuf 
-0x54a8 021816 parse demod ,bucket ,8 
-0x54a9 021817 rshift3 pwindow ,pdata 
-0x54aa 021818 istore 1 ,contw 
-0x54ab 021819 and pdata ,0x3f ,loopcnt 
-0x54ac 021820 branch lerx_nopayload ,zero 
-:      021822 lerx_loop:
-0x54ad 021823 parse demod ,bucket ,8 
-0x54ae 021824 rshift3 pwindow ,pdata 
-0x54af 021825 istore 1 ,contw 
-0x54b0 021826 loop lerx_loop 
-:      021828 lerx_nopayload:
-0x54b1 021829 bpatchx patch29_3 ,mem_patch29 
-0x54b2 021830 parse demod ,bucket ,24 
-0x54b3 021831 enable swfine 
-0x54b4 021832 arg param_sifs ,stop_watch 
-0x54b5 021833 rshift32 pdata ,pdata 
-0x54b6 021834 rshift16 pdata ,pdata 
-0x54b7 021835 istore 3 ,contw 
-0x54b8 021836 branch end_of_packet ,crc_failed 
-0x54b9 021837 enable match 
-0x54ba 021838 fetch 1 ,mem_last_freq 
-0x54bb 021839 add pdata ,0 ,rega 
-0x54bc 021840 call rf_write_freq 
-0x54bd 021841 disable decode_fec0 
-0x54be 021842 branch set_sync_on 
-:      021844 le_transmit_receive_sifs:
-0x54bf 021845 bpatchx patch29_4 ,mem_patch29 
-0x54c0 021846 call le_transmit 
-:      021847 le_transmit_receive_sifs_notx:
-0x54c1 021848 fetcht 1 ,mem_last_freq 
-0x54c2 021849 call set_freq_rx 
-0x54c3 021850 call rf_rx_enable 
-0x54c4 021851 enable swfine 
-0x54c5 021852 arg 5500 ,timeup 
-0x54c6 021853 branch le_receive_rxon 
-:      021855 le_transmit_norx:
-0x54c7 021856 call le_transmit 
-0x54c8 021857 branch end_of_packet 
-:      021859 le_transmit:
-0x54c9 021860 bpatchx patch29_5 ,mem_patch29 
-0x54ca 021861 call le_prep 
-0x54cb 021862 call letx_setfreq 
-0x54cc 021863 branch le_transmit0 
-:      021865 le_transmit0:
-0x54cd 021866 set1 txgfsk ,radio_ctrl 
-0x54ce 021867 enable encode_fec0 
-0x54cf 021868 enable is_tx 
-0x54d0 021869 disable is_rx 
-0x54d1 021870 call le_wait_tx 
-0x54d2 021871 rshift16 access ,pdata 
-0x54d3 021872 rshift8 pdata ,pdata 
-0x54d4 021873 rshift4 pdata ,pdata 
-0x54d5 021874 inject mod ,40 
-0x54d6 021875 enable enable_white 
-0x54d7 021876 enable enable_crc 
-0x54d8 021877 bpatchx patch29_6 ,mem_patch29 
-0x54d9 021878 fetch 1 ,mem_le_txheader 
-0x54da 021879 inject mod ,8 
-0x54db 021880 ifetch 1 ,contr 
-0x54dc 021881 and pdata ,0x3f ,loopcnt 
-0x54dd 021882 inject mod ,8 
-0x54de 021883 branch letr_nopayload ,zero 
-:      021884 letr_loop:
-0x54df 021885 ifetch 1 ,contr 
-0x54e0 021886 inject mod ,8 
-0x54e1 021887 loop letr_loop 
-:      021889 letr_nopayload:
-0x54e2 021890 enable enable_parity 
-0x54e3 021891 inject mod ,24 
-0x54e4 021892 disable enable_parity 
-0x54e5 021893 until null ,tx_clear 
-0x54e6 021894 nop 100 
-0x54e7 021895 disable encode_fec0 
-0x54e8 021896 rtn 
-:      021898 le_send_adv_ind:
-0x54e9 021899 bpatchx patch29_7 ,mem_patch29 
-0x54ea 021900 fetch 1 ,mem_le_adv_type 
-0x54eb 021901 beq adv_direct_ind ,le_send_adv_direct_ind 
-0x54ec 021902 fetch 1 ,mem_le_adv_own_addr_type 
-0x54ed 021903 lshift4 pdata ,pdata 
-0x54ee 021904 lshift2 pdata ,pdata 
-0x54ef 021905 store 1 ,mem_le_txheader 
-0x54f0 021906 fetcht 1 ,mem_le_adv_data_len 
-0x54f1 021907 add temp ,6 ,pdata 
-0x54f2 021908 store 1 ,mem_le_txlen 
-0x54f3 021909 fetch 6 ,mem_le_lap 
-0x54f4 021910 store 6 ,mem_le_txpayload 
-0x54f5 021911 copy temp ,loopcnt 
-0x54f6 021912 arg mem_le_adv_data ,contr 
-0x54f7 021913 call memcpy_fast 
-0x54f8 021914 branch le_send_adv_transmit 
-:      021915 le_send_adv_direct_ind:
-0x54f9 021916 fetch 1 ,mem_le_adv_direct_addr_type 
-0x54fa 021917 lshift4 pdata ,pdata 
-0x54fb 021918 lshift2 pdata ,pdata 
-0x54fc 021919 increase 1 ,pdata 
-0x54fd 021920 store 1 ,mem_le_txheader 
-0x54fe 021921 setarg 12 
-0x54ff 021922 store 1 ,mem_le_txlen 
-0x5500 021923 fetch 6 ,mem_le_lap 
-0x5501 021924 store 6 ,mem_le_txpayload 
-0x5502 021925 fetch 6 ,mem_hci_plap 
-0x5503 021926 istore 6 ,contw 
-:      021927 le_send_adv_transmit:
-0x5504 021928 bpatchx patch2a_0 ,mem_patch2a 
-0x5505 021929 fetch 1 ,mem_le_adv_transmit 
-0x5506 021930 increase 1 ,pdata 
-0x5507 021931 store 1 ,mem_le_adv_transmit 
-0x5508 021932 arg 1800 ,stop_watch 
-0x5509 021933 disable match 
-0x550a 021934 branch le_transmit_receive_sifs 
-:      021936 le_send_scan_request:
-0x550b 021937 bpatchx patch2a_1 ,mem_patch2a 
-0x550c 021938 fetch 1 ,mem_le_scan_type 
-0x550d 021939 rtnne le_scan_type_active 
-0x550e 021940 fetch 1 ,mem_le_adv_transmit 
-0x550f 021941 increase 1 ,pdata 
-0x5510 021942 store 1 ,mem_le_adv_transmit 
-0x5511 021943 arg 0x0c03 ,temp 
-0x5512 021944 fetch 1 ,mem_le_scan_own_addr_type 
-0x5513 021945 nsetflag blank ,le_sender_addr_bit ,temp 
-0x5514 021946 copy rega ,pdata 
-0x5515 021947 nsetflag blank ,le_receiver_addr_bit ,temp 
-0x5516 021948 storet 2 ,mem_le_txheader 
-0x5517 021949 fetch 6 ,mem_le_lap 
-0x5518 021950 istore 6 ,contw 
-0x5519 021951 fetch 6 ,mem_le_plap 
-0x551a 021952 istore 6 ,contw 
-0x551b 021953 branch le_transmit_receive_sifs 
-:      021956 le_send_scan_response:
-0x551c 021957 bpatchx patch2a_2 ,mem_patch2a 
-0x551d 021958 arg scan_rsp ,temp 
-0x551e 021959 fetch 1 ,mem_le_adv_own_addr_type 
-0x551f 021960 nsetflag blank ,le_sender_addr_bit ,temp 
-0x5520 021961 storet 1 ,mem_le_txheader 
-0x5521 021962 fetcht 1 ,mem_le_scan_data_len 
-0x5522 021963 add temp ,6 ,pdata 
-0x5523 021964 store 1 ,mem_le_txlen 
-0x5524 021965 fetch 6 ,mem_le_lap 
-0x5525 021966 store 6 ,mem_le_txpayload 
-0x5526 021967 arg mem_le_scan_data ,contr 
-0x5527 021968 copy temp ,loopcnt 
-0x5528 021969 call memcpy_fast 
-0x5529 021970 call le_transmit_norx 
-0x552a 021971 branch le_adv_not_match 
-:      021973 le_connect_request:
-0x552b 021974 bpatchx patch2a_3 ,mem_patch2a 
-0x552c 021975 force -1 ,pdata 
-0x552d 021976 setsect 2 ,1 
-0x552e 021977 store 5 ,mem_le_channel_map 
-0x552f 021978 call le_calc_channel_map 
-0x5530 021979 force 4 ,loopcnt 
-0x5531 021980 arg mem_le_access ,contw 
-0x5532 021981 call generate_random_loop 
-0x5533 021982 fetch 2 ,mem_le_timeout 
-0x5534 021983 store 2 ,mem_le_superto 
-:      021984 le_con_req_hop_retry:
-0x5535 021985 random pdata 
-0x5536 021986 and_into 0xf ,pdata 
-0x5537 021987 sub pdata ,4 ,null 
-0x5538 021988 branch le_con_req_hop_retry ,positive 
-0x5539 021989 store 1 ,mem_le_hop 
-0x553a 021990 store 1 ,mem_tmp1 
-0x553b 021991 bpatchx patch2a_4 ,mem_patch2a 
-0x553c 021992 fetcht 2 ,mem_le_conn_interval 
-0x553d 021993 storet 2 ,mem_le_tsniff 
-0x553e 021994 copy temp ,regc 
-0x553f 021995 add clkn_bt ,7 ,pdata 
-0x5540 021996 idiv regc 
-0x5541 021997 call wait_div_end 
-0x5542 021998 remainder rega 
-0x5543 021999 isub rega ,pdata 
-0x5544 022000 iadd regc ,pdata 
-0x5545 022001 fetcht 2 ,mem_le_dsniff 
-0x5546 022002 iadd temp ,pdata 
-0x5547 022003 store 4 ,mem_le_anchor 
-0x5548 022004 isub clkn_bt ,rega 
-0x5549 022005 increase -6 ,rega 
-0x554a 022006 arg 0x2205 ,regb 
-0x554b 022007 fetch 1 ,mem_le_conn_own_addr_type 
-0x554c 022008 nsetflag blank ,le_sender_addr_bit ,regb 
-0x554d 022009 fetch 1 ,mem_le_conn_peer_addr_type 
-0x554e 022010 nsetflag blank ,le_receiver_addr_bit ,regb 
-0x554f 022011 copy regb ,pdata 
-0x5550 022012 store 2 ,mem_le_txheader 
-0x5551 022013 fetch 6 ,mem_le_lap 
-0x5552 022014 istore 6 ,contw 
-0x5553 022015 fetch 6 ,mem_le_plap 
-0x5554 022016 istore 6 ,contw 
-0x5555 022017 fetch 4 ,mem_le_access 
-0x5556 022018 istore 4 ,contw 
-0x5557 022019 random pdata 
-0x5558 022020 istore 2 ,contw 
-0x5559 022021 random pdata 
-0x555a 022022 istore 1 ,contw 
-0x555b 022023 force 2 ,pdata 
-0x555c 022024 istore 1 ,contw 
-0x555d 022025 rshift2 rega ,pdata 
-0x555e 022026 istore 2 ,contw 
-0x555f 022027 rshift2 regc ,pdata 
-0x5560 022028 istore 2 ,contw 
-0x5561 022029 bpatchx patch2a_5 ,mem_patch2a 
-0x5562 022030 setarg 0 
-0x5563 022031 istore 2 ,contw 
-0x5564 022032 fetch 2 ,mem_le_timeout 
-0x5565 022033 istore 2 ,contw 
-0x5566 022034 fetch 5 ,mem_le_channel_map 
-0x5567 022035 istore 5 ,contw 
-0x5568 022036 fetch 1 ,mem_le_hop 
-0x5569 022037 arg param_le_sca ,temp 
-0x556a 022038 ior temp ,pdata 
-0x556b 022039 istore 1 ,contw 
-0x556c 022040 call le_transmit_norx 
-0x556d 022041 setarg mem_le_txheader 
-0x556e 022042 add pdata ,18 ,contr 
-0x556f 022043 ifetch 3 ,contr 
-0x5570 022044 store 3 ,mem_le_crcinit 
-0x5571 022045 rtn 
-:      022047 le_init_adv:
-0x5572 022048 bpatchx patch2a_6 ,mem_patch2a 
-0x5573 022049 disable master 
-0x5574 022050 branch le_adv_access 
-:      022054 le_update_param:
-0x5575 022055 fetch 1 ,mem_le_state 
-0x5576 022056 rtnbit0 lestate_update_param 
-0x5577 022057 fetch 2 ,mem_le_event_count 
-0x5578 022058 fetcht 2 ,mem_le_instant 
-0x5579 022059 isub temp ,pdata 
-0x557a 022060 nrtn positive 
-0x557b 022061 store 2 ,mem_pdatatemp 
-0x557c 022062 bpatchx patch2a_7 ,mem_patch2a 
-0x557d 022063 fetch 1 ,mem_le_state 
-0x557e 022064 set0 lestate_update_param ,pdata 
-0x557f 022065 set0 lestate_got_first_packet ,pdata 
-0x5580 022066 store 1 ,mem_le_state 
-0x5581 022067 fetch 4 ,mem_le_anchor 
-0x5582 022068 fetcht 2 ,mem_le_tsniff 
-0x5583 022069 storet 2 ,mem_temp 
-0x5584 022070 isub temp ,rega 
-0x5585 022071 bpatchx patch2b_0 ,mem_patch2b 
-0x5586 022072 fetch 1 ,mem_le_new_param 
-0x5587 022073 store 1 ,mem_le_window_size 
-0x5588 022074 ifetcht 2 ,contr 
-0x5589 022075 ifetch 2 ,contr 
-0x558a 022076 lshift2 pdata ,pdata 
-0x558b 022077 store 2 ,mem_le_tsniff 
-0x558c 022078 lshift2 temp ,temp 
-0x558d 022079 iadd temp ,pdata 
-0x558e 022080 ifetcht 4 ,contr 
-0x558f 022081 storet 4 ,mem_le_slave_latency 
-0x5590 022082 iadd rega ,pdata 
-0x5591 022083 copy pdata ,regab 
-0x5592 022084 fetch 2 ,mem_le_tsniff 
-0x5593 022085 fetcht 2 ,mem_temp 
-0x5594 022086 isub temp ,pdata 
-0x5595 022087 fetcht 2 ,mem_pdatatemp 
-0x5596 022088 imul32 temp ,pdata 
-0x5597 022089 iadd regab ,pdata 
-0x5598 022090 store 4 ,mem_le_anchor 
-0x5599 022091 call le_receive_window_size 
-0x559a 022092 fetch 2 ,mem_le_superto 
-0x559b 022093 store 2 ,mem_le_init_superto 
-0x559c 022094 rtn 
-:      022097 le_update_channel_map:
-0x559d 022098 bpatchx patch2b_1 ,mem_patch2b 
-0x559e 022099 fetch 1 ,mem_le_state 
-0x559f 022100 rtnbit0 lestate_update_map 
-0x55a0 022101 fetch 2 ,mem_le_event_count 
-0x55a1 022102 fetcht 2 ,mem_le_instant 
-0x55a2 022103 isub temp ,pdata 
-0x55a3 022104 nrtn positive 
-0x55a4 022105 fetch 1 ,mem_le_state 
-0x55a5 022106 set0 lestate_update_map ,pdata 
-0x55a6 022107 store 1 ,mem_le_state 
-0x55a7 022108 fetch 5 ,mem_le_new_map 
-0x55a8 022109 store 5 ,mem_le_channel_map 
-0x55a9 022110 branch le_calc_channel_map 
-:      022113 le_acknowledge:
-0x55aa 022114 bpatchx patch2b_2 ,mem_patch2b 
-0x55ab 022115 call le_supervision_flush 
-0x55ac 022116 call le_check_wak 
-0x55ad 022117 fetch 1 ,mem_le_rxbuf 
-0x55ae 022118 isolate1 md ,pdata 
-0x55af 022119 setflag true ,mark_ble_rx_md ,mark 
-0x55b0 022120 rshift pdata ,pdata 
-0x55b1 022121 ixor temp ,pdata 
-0x55b2 022122 isolate1 nesn ,pdata 
-0x55b3 022123 setflag true ,mark_old_packet ,mark 
-0x55b4 022124 rtnmark1 mark_old_packet 
-0x55b5 022125 fetch 1 ,mem_le_rxbuf + 1 
-0x55b6 022126 branch le_ack_unenc ,blank 
-0x55b7 022127 fetch 1 ,mem_le_state 
-0x55b8 022128 bbit0 lestate_encryption ,le_ack_unenc 
-0x55b9 022129 call load_sk 
-0x55ba 022130 call le_decrypt 
-0x55bb 022131 nrtn blank 
-:      022132 le_ack_unenc:
-0x55bc 022133 fetcht 1 ,mem_le_arq 
-0x55bd 022134 setflip nesn ,temp 
-0x55be 022135 storet 1 ,mem_le_arq 
-0x55bf 022136 rtn 
-:      022139 le_check_wak:
-0x55c0 022140 bpatchx patch2b_3 ,mem_patch2b 
-0x55c1 022141 fetcht 1 ,mem_le_arq 
-0x55c2 022142 isolate0 wak ,temp 
-0x55c3 022143 rtn true 
-0x55c4 022144 fetch 1 ,mem_le_rxbuf 
-0x55c5 022145 lshift pdata ,pdata 
-0x55c6 022146 ixor temp ,pdata 
-0x55c7 022147 rtnbit0 sn 
-0x55c8 022148 set0 wak ,temp 
-0x55c9 022149 setflip sn ,temp 
-0x55ca 022150 storet 1 ,mem_le_arq 
-0x55cb 022151 compare 3 ,temp ,3 
-0x55cc 022152 nrtn true 
-0x55cd 022153 fetch 1 ,mem_le_txpayload 
-0x55ce 022154 beq ll_start_enc_req ,le_set_enc 
-0x55cf 022155 fetch 1 ,mem_le_enc_state 
-0x55d0 022156 beq flag_le_enc_pause ,le_clear_enc 
-0x55d1 022157 rtn 
-:      022160 le_set_enc:
-0x55d2 022161 fetch 1 ,mem_le_state 
-0x55d3 022162 set1 lestate_encryption ,pdata 
-0x55d4 022163 store 1 ,mem_le_state 
-0x55d5 022164 rtn 
-:      022166 le_clear_enc:
-0x55d6 022167 bpatchx patch2b_4 ,mem_patch2b 
-0x55d7 022168 jam flag_le_enc_null ,mem_le_enc_state 
-0x55d8 022169 arg 0 ,pdata 
-0x55d9 022170 store 4 ,mem_le_last_mic 
-0x55da 022171 store 5 ,mem_le_pcnt_tx 
-0x55db 022172 set1 39 ,pdata 
-0x55dc 022173 store 5 ,mem_le_pcnt_rx 
-0x55dd 022174 fetch 1 ,mem_le_state 
-0x55de 022175 set0 lestate_encryption ,pdata 
-0x55df 022176 store 1 ,mem_le_state 
-0x55e0 022177 rtn 
-:      022180 le_wait_adv:
-0x55e1 022181 bpatchx patch2b_5 ,mem_patch2b 
-0x55e2 022182 call le_next_adv_channel 
-0x55e3 022183 call le_receive_adv 
-0x55e4 022184 fetch 1 ,mem_le_adv_waitcnt 
-0x55e5 022185 increase 1 ,pdata 
-0x55e6 022186 store 1 ,mem_le_adv_waitcnt 
-0x55e7 022187 rtn 
-:      022190 le_scan:
-0x55e8 022191 bpatchx patch2b_6 ,mem_patch2b 
-0x55e9 022192 fetch 1 ,mem_le_scan_enable 
-0x55ea 022193 rtnne le_scan_enable 
-0x55eb 022194 arg le_scan_interval_timer ,queue 
-0x55ec 022195 call timer_check 
-0x55ed 022196 nrtn blank 
-0x55ee 022197 fetch 2 ,mem_le_scan_interval 
-0x55ef 022198 fetcht 2 ,mem_le_scan_window 
-0x55f0 022199 isub temp ,pdata 
-0x55f1 022200 arg le_scan_interval_timer ,queue 
-0x55f2 022201 call timer_init 
-0x55f3 022202 disable master 
-0x55f4 022203 call le_init_adv 
-0x55f5 022204 call le_wait_adv 
-0x55f6 022205 nrtn match 
-0x55f7 022206 bpatchx patch2b_7 ,mem_patch2b 
-0x55f8 022207 fetch 6 ,mem_le_rxbuf + 2 
-0x55f9 022208 store 6 ,mem_le_plap 
-0x55fa 022211 fetch 1 ,mem_le_adv_rcv 
-0x55fb 022212 increase 1 ,pdata 
-0x55fc 022213 store 1 ,mem_le_adv_rcv 
-0x55fd 022214 call le_create_conn 
-0x55fe 022215 rtn master 
-0x55ff 022216 call le_send_scan_request 
-0x5600 022217 nrtn match 
-0x5601 022218 bpatchx patch2c_0 ,mem_patch2c 
-0x5602 022219 fetch 1 ,mem_le_scanrsp_rcv 
-0x5603 022220 increase 1 ,pdata 
-0x5604 022221 store 1 ,mem_le_scanrsp_rcv 
-0x5605 022222 fetch 9 ,mem_le_rxbuf + 8 
-0x5606 022223 store 9 ,mem_tmp_buffer 
-0x5607 022224 rtn 
-:      022226 le_create_conn:
-0x5608 022227 bpatchx patch2c_1 ,mem_patch2c 
-0x5609 022228 fetch 1 ,mem_cmd_le_create_conn 
-0x560a 022229 rtnne hci_cmd_le_create_conn 
-0x560b 022230 fetch 6 ,mem_le_plap 
-0x560c 022231 fetcht 6 ,mem_le_conn_peer_addr 
-0x560d 022232 isub temp ,null 
-0x560e 022233 nrtn zero 
-0x560f 022234 call context_new 
-0x5610 022235 nrtn zero 
-0x5611 022236 call le_connect_request 
-0x5612 022237 call le_init_master 
-0x5613 022238 bpatchx patch2c_2 ,mem_patch2c 
-0x5614 022239 jam 0 ,mem_hci_cmd 
-0x5615 022240 jam 0 ,mem_le_peer_sca 
-0x5616 022241 jam 0 ,mem_le_scan_enable 
-0x5617 022242 jam 0 ,mem_cmd_le_create_conn 
-0x5618 022243 branch context_save 
-:      022245 le_scan_check_sender_addr_type:
-0x5619 022246 arg 1 ,rega 
-0x561a 022247 fetch 1 ,mem_le_rxbuf 
-0x561b 022248 rtnbit1 le_sender_addr_bit 
-0x561c 022249 arg 0 ,rega 
-0x561d 022250 rtn 
-:      022254 le_prepare_tx:
-0x561e 022255 bpatchx patch2c_3 ,mem_patch2c 
-0x561f 022256 fetch 1 ,mem_le_arq 
-0x5620 022257 rtnbit1 wak 
-0x5621 022258 call le_check_tx_md 
-0x5622 022259 call le_fifo_get_first_tx_ptr 
-0x5623 022260 branch le_send_empty ,blank 
-0x5624 022261 ifetch 1 ,contr 
-0x5625 022262 ifetcht 1 ,contr 
-0x5626 022263 copy temp ,rega 
-0x5627 022264 isub rega ,pdata 
-0x5628 022265 arg le_max_paket_len ,temp 
-0x5629 022266 call not_greater_than 
-0x562a 022267 copy pdata ,temp 
-0x562b 022268 ifetch 1 ,contr 
-0x562c 022269 copy pdata ,type 
-0x562d 022270 copy rega ,pdata 
-0x562e 022271 iadd contr ,contr 
-0x562f 022272 arg mem_le_txpayload ,contw 
-0x5630 022273 copy temp ,loopcnt 
-0x5631 022274 call memcpy 
-0x5632 022275 call le_update_tx_type 
-0x5633 022276 call le_send_packet 
-0x5634 022278 call le_fifo_get_first_tx_ptr 
-0x5635 022279 ifetch 1 ,contr 
-0x5636 022280 copy pdata ,rega 
-0x5637 022281 copy contr ,regc 
-0x5638 022282 ifetcht 1 ,contr 
-0x5639 022283 copy temp ,regb 
-0x563a 022284 isub regb ,pdata 
-0x563b 022285 arg le_max_paket_len ,temp 
-0x563c 022286 call not_greater_than 
-0x563d 022287 iadd regb ,pdata 
-0x563e 022288 istore 1 ,regc 
-0x563f 022289 isub rega ,null 
-0x5640 022290 nrtn zero 
-0x5641 022291 branch le_fifo_release_first_node 
-:      022294 le_check_tx_md:
-0x5642 022295 call le_check_continue 
-0x5643 022296 rtnmark1 mark_ble_tx_md 
-0x5644 022297 fetch 1 ,mem_le_configuration 
-0x5645 022298 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
-0x5646 022299 call le_fifo_get_second_tx_ptr 
-0x5647 022300 branch le_clear_md ,blank 
-0x5648 022301 branch le_set_md 
-:      022304 le_check_continue:
-0x5649 022305 call le_fifo_get_first_tx_ptr 
-0x564a 022306 branch le_clear_md ,blank 
-0x564b 022307 ifetch 1 ,contr 
-0x564c 022308 ifetcht 1 ,contr 
-0x564d 022309 isub temp ,pdata 
-0x564e 022310 sub pdata ,le_max_paket_len ,null 
-0x564f 022311 branch le_clear_md ,positive 
-:      022312 le_set_md:
-0x5650 022313 set1 mark_ble_tx_md ,mark 
-0x5651 022314 rtn 
-:      022316 le_clear_md:
-0x5652 022317 set0 mark_ble_tx_md ,mark 
-0x5653 022318 rtn 
-:      022320 le_update_tx_type:
-0x5654 022321 copy rega ,pdata 
-0x5655 022322 rtn blank 
-0x5656 022323 arg llid_continue ,type 
-0x5657 022324 rtn 
-:      022327 le_att_check_notification_enable:
-0x5658 022328 bpatchx patch2c_4 ,mem_patch2c 
-0x5659 022329 increase 1 ,temp 
-0x565a 022330 call le_att_get_handle_ptr 
-0x565b 022331 increase -2 ,contr 
-0x565c 022332 ifetch 2 ,contr 
-0x565d 022333 arg client_charactertic_configuration ,temp 
-0x565e 022334 isub temp ,null 
-0x565f 022335 nrtn zero 
-0x5660 022336 increase 1 ,contr 
-0x5661 022337 copy contr ,rega 
-0x5662 022338 ifetch 1 ,contr 
-0x5663 022339 rtn 
-:      022342 le_send_empty:
-0x5664 022343 force 0 ,temp 
-0x5665 022344 force 1 ,type 
-:      022346 le_send_packet:
-0x5666 022347 bpatchx patch2c_5 ,mem_patch2c 
-0x5667 022348 storet 1 ,mem_le_txlen 
-0x5668 022349 fetcht 1 ,mem_le_arq 
-0x5669 022350 set1 wak ,temp 
-0x566a 022351 and temp ,0xfc ,pdata 
-0x566b 022352 ior type ,pdata 
-0x566c 022353 store 1 ,mem_le_arq 
-0x566d 022354 and_into 0x1f ,pdata 
-0x566e 022355 isolate1 mark_ble_tx_md ,mark 
-0x566f 022356 setflag true ,md ,pdata 
-0x5670 022357 store 1 ,mem_le_txheader 
-0x5671 022359 fetch 1 ,mem_le_txheader 
-0x5672 022360 compare 1 ,type ,3 
-0x5673 022361 nbranch le_send_no_txlen ,true 
-0x5674 022362 fetch 1 ,mem_le_txlen 
-0x5675 022363 rtn blank 
-:      022364 le_send_no_txlen:
-0x5676 022365 fetch 1 ,mem_le_state 
-0x5677 022366 rtnbit0 lestate_encryption 
-0x5678 022367 call load_sk 
-0x5679 022368 branch le_encrypt 
-:      022371 get_lpm_wake_ble_rx_lock:
-0x567a 022372 arg wake_lock_ble_rx ,queue 
-0x567b 022373 branch lpm_get_wake_lock 
-:      022375 put_lpm_wake_ble_rx_lock:
-0x567c 022376 arg wake_lock_ble_rx ,queue 
-0x567d 022377 branch lpm_put_wake_lock 
-:      022380 le_parse:
-0x567e 022381 bpatchx patch2c_6 ,mem_patch2c 
-0x567f 022382 rtnmark1 mark_old_packet 
-0x5680 022383 call le_fifo_check_full 
-0x5681 022384 nrtn blank 
-0x5682 022385 fetch 1 ,mem_le_rxbuf 
-0x5683 022386 and pdata ,0x3 ,pdata 
-0x5684 022387 store 1 ,mem_le_packet_llid 
-0x5685 022388 ifetch 1 ,contr 
-0x5686 022389 and pdata ,0x1f ,pdata 
-0x5687 022390 store 1 ,mem_le_packet_size 
-0x5688 022391 rtn blank 
-0x5689 022392 copy contr ,pdata 
-0x568a 022393 store 2 ,mem_le_payload_ptr 
-0x568b 022394 fetch 1 ,mem_le_packet_llid 
-0x568c 022395 beq llid_le_ll ,le_parse_ll 
-:      022396 le_parse_l2cap:
-0x568d 022397 call le_check_l2cap_complete 
-0x568e 022398 nbranch get_lpm_wake_ble_rx_lock ,user 
-0x568f 022399 call put_lpm_wake_ble_rx_lock 
-0x5690 022400 fetch 2 ,mem_le_payload_ptr 
-0x5691 022401 copy pdata ,contr 
-0x5692 022402 ifetch 2 ,contr 
-0x5693 022403 store 2 ,mem_le_l2cap_size 
-0x5694 022404 bpatchx patch2c_7 ,mem_patch2c 
-0x5695 022405 ifetch 2 ,contr 
-0x5696 022406 beq le_l2cap_cid_att ,le_parse_att 
-0x5697 022407 beq le_l2cap_cid_smp ,le_parse_smp 
-0x5698 022408 beq le_l2cap_cid_signal ,le_parse_signaling 
-0x5699 022409 rtn 
-:      022412 le_check_l2cap_complete:
-0x569a 022413 fetch 1 ,mem_le_packet_llid 
-0x569b 022414 beq llid_start ,le_check_l2cap_llid_start 
-0x569c 022415 beq llid_continue ,le_check_l2cap_llid_continue 
-0x569d 022416 rtn 
-:      022421 le_check_l2cap_cid_legal:
-0x569e 022422 call enable_user 
-0x569f 022423 arg le_l2cap_cid_att ,temp 
-0x56a0 022424 isub pdata ,null 
-0x56a1 022425 rtn zero 
-0x56a2 022426 arg le_l2cap_cid_signal ,temp 
-0x56a3 022427 isub pdata ,null 
-0x56a4 022428 rtn zero 
-0x56a5 022429 arg le_l2cap_cid_smp ,temp 
-0x56a6 022430 isub pdata ,null 
-0x56a7 022431 rtn zero 
-0x56a8 022432 branch disable_user 
-:      022435 le_check_l2cap_llid_start:
-0x56a9 022436 fetch 2 ,mem_le_payload_ptr 
-0x56aa 022437 copy pdata ,contr 
-0x56ab 022438 ifetch 2 ,contr 
-0x56ac 022439 store 2 ,mem_le_l2cap_size 
-0x56ad 022440 ifetch 2 ,contr 
-0x56ae 022441 call le_check_l2cap_cid_legal 
-0x56af 022442 nrtn user 
-0x56b0 022443 fetcht 1 ,mem_le_packet_size 
-0x56b1 022444 storet 1 ,mem_le_packet_len_recved 
-0x56b2 022445 fetch 2 ,mem_le_l2cap_size 
-0x56b3 022446 increase 4 ,pdata 
-0x56b4 022447 isub temp ,null 
-0x56b5 022448 branch enable_user ,zero 
-0x56b6 022449 fetch 1 ,mem_le_packet_size 
-0x56b7 022450 copy pdata ,loopcnt 
-0x56b8 022451 arg mem_le_l2capbuf ,contw 
-0x56b9 022452 fetch 2 ,mem_le_payload_ptr 
-0x56ba 022453 copy pdata ,contr 
-0x56bb 022454 call memcpy 
-0x56bc 022455 branch disable_user 
-:      022460 le_check_l2cap_continue_legal:
-0x56bd 022461 call enable_user 
-0x56be 022462 fetch 1 ,mem_le_packet_len_recved 
-0x56bf 022463 nrtn blank 
-0x56c0 022464 branch disable_user 
-:      022466 le_check_l2cap_llid_continue:
-0x56c1 022467 call le_check_l2cap_continue_legal 
-0x56c2 022468 nrtn user 
-0x56c3 022469 fetch 1 ,mem_le_packet_len_recved 
-0x56c4 022470 arg mem_le_l2capbuf ,contw 
-0x56c5 022471 iadd contw ,rega 
-0x56c6 022472 fetcht 1 ,mem_le_packet_size 
-0x56c7 022473 iadd temp ,pdata 
-0x56c8 022474 store 1 ,mem_le_packet_len_recved 
-0x56c9 022475 fetch 1 ,mem_le_packet_size 
-0x56ca 022476 copy pdata ,loopcnt 
-0x56cb 022477 copy rega ,contw 
-0x56cc 022478 fetch 2 ,mem_le_payload_ptr 
-0x56cd 022479 copy pdata ,contr 
-0x56ce 022480 call memcpy_fast 
-0x56cf 022481 setarg mem_le_l2capbuf 
-0x56d0 022482 store 2 ,mem_le_payload_ptr 
-0x56d1 022483 fetch 2 ,mem_le_l2cap_size 
-0x56d2 022484 increase 4 ,pdata 
-0x56d3 022485 fetcht 1 ,mem_le_packet_len_recved 
-0x56d4 022486 isub temp ,null 
-0x56d5 022487 branch enable_user ,zero 
-0x56d6 022488 branch disable_user 
-:      022494 le_get_search_att_type:
-0x56d7 022495 call store_contr 
-0x56d8 022496 arg mem_le_search_att_type_length ,contw 
-:      022497 le_get_search_common:
-0x56d9 022498 fetch 2 ,mem_le_l2cap_size 
-0x56da 022499 increase -5 ,pdata 
-:      022500 le_get_search_common2:
-0x56db 022501 istore 1 ,contw 
-0x56dc 022502 copy pdata ,loopcnt 
-0x56dd 022503 call get_contr 
-0x56de 022504 branch memcpy_fast 
-:      022506 le_get_search_att_uuid:
-0x56df 022507 call store_contr 
-0x56e0 022508 arg mem_le_search_uuid_length ,contw 
-0x56e1 022509 branch le_get_search_common 
-:      022513 le_writeatt_cb:
-0x56e2 022514 fetch 2 ,mem_cb_att_write 
-0x56e3 022515 branch callback_func 
-:      022517 le_supervision_update:
-0x56e4 022518 fetcht 4 ,mem_le_supervision_timer 
-0x56e5 022519 call get_clkbt 
-0x56e6 022520 isub temp ,timeup 
-0x56e7 022521 deposit timeup 
-0x56e8 022522 fetcht 2 ,mem_le_superto 
-0x56e9 022523 lshift4 temp ,temp 
-0x56ea 022524 lshift temp ,temp 
-0x56eb 022525 isub temp ,pdata 
-0x56ec 022526 rtn 
-:      022528 le_supervision_flush:
-0x56ed 022529 call get_clkbt 
-0x56ee 022530 store 4 ,mem_le_supervision_timer 
-0x56ef 022531 rtn 
-:      022534 le_adv:
-0x56f0 022535 jam 36 ,mem_le_ch_mapped 
-0x56f1 022536 jam 0 ,mem_le_adv_channel_map_temp 
-:      022537 le_adv_loop:
-0x56f2 022538 bpatchx patch2d_0 ,mem_patch2d 
-0x56f3 022539 fetch 1 ,mem_le_adv_enable 
-0x56f4 022540 rtn blank 
-0x56f5 022541 arg le_adv_interval_timer ,queue 
-0x56f6 022542 call timer_check 
-0x56f7 022543 nrtn blank 
-0x56f8 022544 bpatchx patch2d_1 ,mem_patch2d 
-:      022545 le_adv_loop_tx:
-0x56f9 022546 disable master 
-0x56fa 022547 enable swfine 
-0x56fb 022548 call le_init_adv 
-0x56fc 022549 call le_next_adv_channel 
-0x56fd 022550 call le_send_adv_ind 
-0x56fe 022551 nbranch le_adv_not_match ,match 
-0x56ff 022552 fetch 1 ,mem_le_req_rcv 
-0x5700 022553 increase 1 ,pdata 
-0x5701 022554 store 1 ,mem_le_req_rcv 
-0x5702 022555 fetch 1 ,mem_le_rxbuf 
-0x5703 022556 and pdata ,0x0f ,pdata 
-0x5704 022557 beq scan_req ,le_send_scan_response 
-0x5705 022558 beq connect_req ,le_parse_connect_req 
-:      022559 le_adv_not_match:
-0x5706 022560 bpatchx patch2d_2 ,mem_patch2d 
-0x5707 022561 random pdata 
-0x5708 022562 arg 0x1ff ,temp 
-0x5709 022563 iand temp ,pdata 
-0x570a 022564 add pdata ,250 ,pdata 
-0x570b 022565 call delay 
-0x570c 022566 fetch 1 ,mem_le_adv_channel_map_temp 
-0x570d 022567 fetcht 1 ,mem_le_adv_channel_map 
-0x570e 022568 isub temp ,null 
-0x570f 022569 nbranch le_adv_loop ,zero 
-0x5710 022570 arg le_adv_interval_timer ,queue 
-0x5711 022571 fetch 2 ,mem_le_adv_interval 
-0x5712 022572 branch timer_init 
-:      022575 le_receive_window_size:
-0x5713 022576 bpatchx patch2d_3 ,mem_patch2d 
-0x5714 022577 fetch 1 ,mem_le_peer_sca 
-0x5715 022578 call le_sca_map 
-0x5716 022579 fetch 2 ,mem_le_tsniff 
-0x5717 022580 imul32 temp ,pdata 
-0x5718 022581 arg 375 ,temp 
-0x5719 022582 imul32 temp ,pdata 
-0x571a 022583 arg 100000 ,temp 
-0x571b 022584 idiv temp 
-0x571c 022585 fetch 1 ,mem_le_window_size 
-0x571d 022586 arg 20000 ,temp 
-0x571e 022587 imul32 temp ,pdata 
-0x571f 022588 iadd temp ,pdata 
-0x5720 022589 store 4 ,mem_le_transmit_window 
-0x5721 022590 bpatchx patch2d_4 ,mem_patch2d 
-0x5722 022591 fetch 2 ,mem_rx_window_sniff 
-0x5723 022592 call wait_div_end 
-0x5724 022593 quotient temp 
-0x5725 022594 iadd temp ,pdata 
-0x5726 022595 store 2 ,mem_le_receive_window 
-0x5727 022596 rtn 
-:      022598 le_parse_connect_req:
-0x5728 022599 bpatchx patch2d_5 ,mem_patch2d 
-0x5729 022600 fetch 6 ,mem_le_rxbuf + 8 
-0x572a 022601 fetcht 6 ,mem_le_lap 
-0x572b 022602 isub temp ,null 
-0x572c 022603 nrtn zero 
-0x572d 022604 call le_scan_check_sender_addr_type 
-0x572e 022605 copy rega ,pdata 
-0x572f 022606 store 1 ,mem_le_conn_peer_addr_type 
-0x5730 022607 fetch 7 ,mem_le_rxbuf + 21 
-0x5731 022608 store 7 ,mem_tmp_buffer 
-0x5732 022609 ifetch 8 ,contr 
-0x5733 022610 istore 8 ,contw 
-0x5734 022611 fetch 6 ,mem_le_rxbuf + 2 
-0x5735 022612 store 6 ,mem_le_plap 
-0x5736 022613 increase 6 ,contr 
-0x5737 022614 ifetch 8 ,contr 
-0x5738 022615 store 8 ,mem_le_access 
-0x5739 022616 ifetcht 2 ,contr 
-0x573a 022617 bpatchx patch2d_6 ,mem_patch2d 
-0x573b 022618 lshift2 temp ,temp 
-0x573c 022619 ifetch 2 ,contr 
-0x573d 022620 lshift2 pdata ,pdata 
-0x573e 022621 store 2 ,mem_le_tsniff 
-0x573f 022622 store 4 ,mem_le_anchor 
-0x5740 022623 isub temp ,pdata 
-0x5741 022624 add pdata ,-2 ,clke_bt 
-0x5742 022625 ifetch 9 ,contr 
-0x5743 022626 store 9 ,mem_le_slave_latency 
-0x5744 022627 bpatchx patch2d_7 ,mem_patch2d 
-0x5745 022628 ifetch 1 ,contr 
-0x5746 022629 rshift4 pdata ,temp 
-0x5747 022630 rshift temp ,temp 
-0x5748 022631 storet 1 ,mem_le_peer_sca 
-0x5749 022632 and_into 0x1f ,pdata 
-0x574a 022633 store 1 ,mem_le_hop 
-0x574b 022634 call le_receive_window_size 
-0x574c 022635 call le_calc_channel_map 
-0x574d 022636 call le_init_slave 
-0x574e 022637 call context_new 
-0x574f 022638 nrtn zero 
-0x5750 022639 bpatchx patch2e_0 ,mem_patch2e 
-0x5751 022640 call calc_clke_offset 
-0x5752 022641 call le_l2cap_reset_signaling_identifier 
-0x5753 022642 jam bt_evt_le_connected ,mem_fifo_temp 
-0x5754 022643 call ui_ipc_send_event 
-0x5755 022644 branch context_save 
-:      022647 le_init_attlist_search:
-0x5756 022648 bpatchx patch2e_1 ,mem_patch2e 
-0x5757 022649 fetch 2 ,mem_le_search_handle_start 
-0x5758 022650 iforce regb 
-0x5759 022651 fetch 2 ,mem_le_search_handle_end 
-0x575a 022652 iforce regc 
-0x575b 022653 fetch 2 ,mem_ui_le_uuid_table 
-0x575c 022654 iforce contr 
-0x575d 022655 enable user 
-0x575e 022656 rtn 
-:      022659 le_att_handle_inrange:
-0x575f 022660 ifetch 2 ,contr 
-0x5760 022661 rtn blank 
-0x5761 022662 isub regb ,null 
-0x5762 022663 nrtn positive 
-0x5763 022664 isub regc ,null 
-0x5764 022665 rtn zero 
-0x5765 022666 branch le_att_handle_blank ,positive 
-0x5766 022667 force 1 ,null 
-0x5767 022668 rtn 
-:      022669 le_att_handle_blank:
-0x5768 022670 force 0 ,pdata 
-0x5769 022671 rtn 
-:      022675 le_att_get_handle_ptr:
-0x576a 022676 call le_att_get_handle_ptr2 
-0x576b 022677 branch le_att_get_handle_ptr_found ,zero 
-0x576c 022678 rtn 
-:      022680 le_att_get_handle_ptr2:
-0x576d 022681 bpatchx patch2e_2 ,mem_patch2e 
-0x576e 022682 fetch 2 ,mem_ui_le_uuid_table 
-0x576f 022683 iforce contr 
-:      022684 le_att_get_handle_loop1:
-0x5770 022685 ifetch 2 ,contr 
-0x5771 022686 rtn blank 
-0x5772 022687 isub temp ,null 
-0x5773 022688 rtn zero 
-0x5774 022689 ifetch 1 ,contr 
-0x5775 022690 iadd contr ,contr 
-0x5776 022691 ifetch 1 ,contr 
-0x5777 022692 iadd contr ,contr 
-0x5778 022693 branch le_att_get_handle_loop1 
-:      022694 le_att_get_handle_ptr_found:
-0x5779 022695 ifetch 1 ,contr 
-0x577a 022696 iadd contr ,contr 
-0x577b 022697 rtn 
-:      022701 le_att_get_short_uuid_ptr:
-0x577c 022702 bpatchx patch2e_3 ,mem_patch2e 
-0x577d 022703 fetch 2 ,mem_ui_le_uuid_table 
-0x577e 022704 iforce contr 
-:      022705 le_att_get_short_uuid_loop:
-0x577f 022706 ifetch 2 ,contr 
-0x5780 022707 rtn blank 
-0x5781 022708 ifetch 1 ,contr 
-0x5782 022709 iadd contr ,contr 
-0x5783 022710 increase -2 ,contr 
-0x5784 022711 ifetch 2 ,contr 
-0x5785 022712 isub temp ,null 
-0x5786 022713 rtn zero 
-0x5787 022714 ifetch 1 ,contr 
-0x5788 022715 iadd contr ,contr 
-0x5789 022716 branch le_att_get_short_uuid_loop 
-:      022720 le_att_get_handle_info_from_ptr:
-0x578a 022721 fetch 2 ,mem_le_cur_attlist_start_ptr 
-0x578b 022722 branch le_att_get_handle_info_fast 
-:      022724 le_att_get_handle_info:
-0x578c 022725 bpatchx patch2e_4 ,mem_patch2e 
-0x578d 022726 fetch 2 ,mem_ui_le_uuid_table 
-:      022727 le_att_get_handle_info_fast:
-0x578e 022728 iforce contr 
-0x578f 022729 copy temp ,rega 
-:      022730 le_att_get_handle_loop:
-0x5790 022731 ifetch 2 ,contr 
-0x5791 022732 branch le_att_unfind_handle ,blank 
-0x5792 022733 isub rega ,null 
-0x5793 022734 branch le_att_finded_handle ,zero 
-0x5794 022735 ifetch 1 ,contr 
-0x5795 022736 iadd contr ,contr 
-0x5796 022737 ifetch 1 ,contr 
-0x5797 022738 iadd contr ,contr 
-0x5798 022739 branch le_att_get_handle_loop 
-:      022740 le_att_unfind_handle:
-0x5799 022741 branch disable_blank 
-:      022743 le_att_finded_handle:
-0x579a 022744 ifetch 1 ,contr 
-0x579b 022745 store 1 ,mem_le_cur_uuid_length 
-0x579c 022746 copy pdata ,loopcnt 
-0x579d 022747 arg mem_le_cur_uuid ,contw 
-0x579e 022748 call memcpy_fast 
-0x579f 022749 ifetch 1 ,contr 
-0x57a0 022750 store 1 ,mem_le_curr_att_len 
-0x57a1 022751 call store_contr 
-0x57a2 022752 branch enable_blank 
-:      022755 le_modified_name:
-0x57a3 022756 bpatchx patch2e_5 ,mem_patch2e 
-0x57a4 022757 call le_modified_name_att_list 
-0x57a5 022758 branch le_modified_name_adv 
-:      022760 le_modified_name_att_list:
-0x57a6 022761 arg uuid_chrctr_device_name ,temp 
-0x57a7 022762 call le_att_get_short_uuid_ptr 
-0x57a8 022763 rtn blank 
-0x57a9 022764 ifetch 1 ,contr 
-0x57aa 022765 copy contr ,contw 
-0x57ab 022766 fetcht 1 ,mem_le_name_len 
-0x57ac 022767 copy temp ,loopcnt 
-0x57ad 022768 isub temp ,null 
-0x57ae 022769 nbranch le_name_length_longer_than_att ,positive 
-0x57af 022770 isub temp ,temp 
-0x57b0 022771 arg mem_le_name ,contr 
-0x57b1 022772 call memcpy 
-0x57b2 022773 copy temp ,loopcnt 
-0x57b3 022774 ncall memcpy_empty ,zero 
-0x57b4 022775 rtn 
-:      022776 le_name_length_longer_than_att:
-0x57b5 022777 copy pdata ,loopcnt 
-0x57b6 022778 arg mem_le_name ,contr 
-0x57b7 022779 branch memcpy_fast 
-:      022782 le_modified_name_adv:
-0x57b8 022783 arg mem_le_adv_data_len + 32 ,regc 
-0x57b9 022784 arg mem_le_adv_data ,rega 
-0x57ba 022785 call le_modified_name_adv_and_scan 
-0x57bb 022786 setarg 0 
-0x57bc 022787 setflag user ,0 ,pdata 
-0x57bd 022788 store 1 ,mem_pdatatemp 
-0x57be 022789 arg mem_le_scan_data_len + 32 ,regc 
-0x57bf 022790 arg mem_le_scan_data ,rega 
-0x57c0 022791 call le_modified_name_adv_and_scan 
-0x57c1 022792 rtn user 
-0x57c2 022793 fetch 1 ,mem_pdatatemp 
-0x57c3 022794 branch assert ,blank 
-0x57c4 022795 rtn 
-:      022798 le_modified_name_adv_and_scan:
-0x57c5 022799 bpatchx patch2e_6 ,mem_patch2e 
-0x57c6 022800 call enable_user 
-0x57c7 022801 call clear_temp_block 
-0x57c8 022802 arg 0 ,regb 
-0x57c9 022803 arg mem_le_data_temp ,contw 
-0x57ca 022804 call le_modified_name_adv_loop 
-0x57cb 022805 fetch 1 ,mem_le_name_len 
-0x57cc 022806 add pdata ,1 ,temp 
-0x57cd 022807 iadd regb ,rega 
-0x57ce 022808 increase 2 ,rega 
-0x57cf 022809 sub rega ,0x1f ,null 
-0x57d0 022810 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
-0x57d1 022811 istoret 1 ,contw 
-0x57d2 022812 arg gap_adtype_local_name_complete ,temp 
-0x57d3 022813 istoret 1 ,contw 
-0x57d4 022814 iforce loopcnt 
-0x57d5 022815 call memcpy_fast 
-0x57d6 022816 copy rega ,regb 
-:      022817 le_modified_name_adv_and_scan_store_data:
-0x57d7 022818 deposit regb 
-0x57d8 022819 store 1 ,mem_le_data_len_temp 
-0x57d9 022820 arg mem_le_data_len_temp ,contr 
-0x57da 022821 setarg -32 
-0x57db 022822 iadd regc ,contw 
-0x57dc 022823 branch memcpy32 
-:      022825 le_modified_name_adv_and_scan_name_overflow:
-0x57dd 022826 call disable_user 
-0x57de 022827 branch le_modified_name_adv_and_scan_store_data 
-:      022829 le_modified_name_adv_loop:
-0x57df 022830 ifetch 1 ,rega 
-0x57e0 022831 rtn blank 
-0x57e1 022832 pincrease 1 
-0x57e2 022833 ifetcht 1 ,contr 
-0x57e3 022834 sub temp ,gap_adtype_local_name_complete ,null 
-0x57e4 022835 branch le_modified_name_adv_found_name ,zero 
-0x57e5 022836 iadd regb ,regb 
-0x57e6 022837 copy rega ,contr 
-0x57e7 022838 iforce loopcnt 
-0x57e8 022839 call memcpy_fast 
-0x57e9 022840 copy contr ,rega 
-:      022841 le_modified_name_adv_loop2:
-0x57ea 022842 deposit rega 
-0x57eb 022843 isub regc ,null 
-0x57ec 022844 rtn positive 
-0x57ed 022845 branch le_modified_name_adv_loop 
-:      022847 le_modified_name_adv_found_name:
-0x57ee 022848 iadd rega ,rega 
-0x57ef 022849 branch le_modified_name_adv_loop2 
-:      022852 memcpy_empty:
-0x57f0 022853 setarg space 
-0x57f1 022854 istore 1 ,contw 
-0x57f2 022855 loop memcpy_empty 
-0x57f3 022856 rtn 
-:      022859 le_lpm_set_mult:
-0x57f4 022860 bpatchx patch2e_7 ,mem_patch2e 
-0x57f5 022861 disable wake 
-0x57f6 022862 branch le_lpm_set_mult_attempt ,attempt 
-0x57f7 022863 nbranch le_lpm_lost ,match 
-:      022864 le_lpm_set_mult_attempt:
-0x57f8 022865 call lpm_match 
-0x57f9 022866 fetch 2 ,mem_rx_window_sniff 
-0x57fa 022867 store 2 ,mem_le_receive_window 
-0x57fb 022869 nbranch lpm_mult_short ,match 
-0x57fc 022870 bmark1 mark_old_packet ,lpm_mult_short 
-0x57fd 022872 fetch 1 ,mem_le_packet_size 
-0x57fe 022873 nbranch lpm_mult_short ,blank 
-0x57ff 022874 fetch 1 ,mem_le_txlen 
-0x5800 022875 nbranch lpm_mult_short ,blank 
-0x5801 022877 fetch 1 ,mem_le_configuration 
-0x5802 022878 bbit1 bit_ble_short_mult ,lpm_mult_short 
-0x5803 022880 fetch 1 ,mem_le_state 
-0x5804 022881 bbit1 lestate_update_param ,lpm_mult_short 
-0x5805 022882 branch lpm_mult_wait_timeout 
-:      022884 le_lpm_lost:
-0x5806 022885 fetcht 2 ,mem_rx_window_sniff 
-0x5807 022886 rshift temp ,temp 
-0x5808 022887 fetch 2 ,mem_le_receive_window 
-0x5809 022888 iadd temp ,pdata 
-0x580a 022889 store 2 ,mem_le_receive_window 
-0x580b 022890 branch lpm_lost 
-:      022893 le_set_config_fixed_tk:
-0x580c 022894 arg bit_ble_passkey_fixed_key ,queue 
-0x580d 022895 branch le_set_config 
-:      022897 le_clr_config_fixed_tk:
-0x580e 022898 arg bit_ble_passkey_fixed_key ,queue 
-0x580f 022899 branch le_clr_config 
-:      022901 le_set_config_fixed_ltk:
-0x5810 022902 arg bit_ble_pairing_fixed_ltk ,queue 
-0x5811 022903 branch le_set_config 
-:      022905 le_clr_config_fixed_ltk:
-0x5812 022906 arg bit_ble_pairing_fixed_ltk ,queue 
-0x5813 022907 branch le_clr_config 
-:      022909 le_set_config_more_data:
-0x5814 022910 arg bit_ble_transmit_packet_by_md ,queue 
-0x5815 022911 branch le_set_config 
-:      022913 le_clr_config_more_data:
-0x5816 022914 arg bit_ble_transmit_packet_by_md ,queue 
-0x5817 022915 branch le_clr_config 
-:      022917 le_set_config_read_authentication:
-0x5818 022918 arg bit_ble_read_auth ,queue 
-0x5819 022919 branch le_set_config 
-:      022921 le_clr_config_read_authentication:
-0x581a 022922 arg bit_ble_read_auth ,queue 
-0x581b 022923 branch le_clr_config 
-:      022925 le_set_config_write_authentication:
-0x581c 022926 arg bit_ble_write_auth ,queue 
-0x581d 022927 branch le_set_config 
-:      022929 le_clr_config_write_authentication:
-0x581e 022930 arg bit_ble_write_auth ,queue 
-0x581f 022931 branch le_clr_config 
-:      022933 le_set_config_short_mult:
-0x5820 022934 arg bit_ble_short_mult ,queue 
-0x5821 022935 branch le_set_config 
-:      022937 le_clr_config_short_mult:
-0x5822 022938 arg bit_ble_short_mult ,queue 
-0x5823 022939 branch le_clr_config 
-:      022942 le_set_config:
-0x5824 022943 fetch 1 ,mem_le_configuration 
-0x5825 022944 qset1 pdata 
-0x5826 022945 store 1 ,mem_le_configuration 
-0x5827 022946 rtn 
-:      022948 le_clr_config:
-0x5828 022949 fetch 1 ,mem_le_configuration 
-0x5829 022950 qset0 pdata 
-0x582a 022951 store 1 ,mem_le_configuration 
-0x582b 022952 rtn 
-:      022954 le_set_fixed_ltk:
-0x582c 022955 setarg 0x112233 
-0x582d 022956 store 3 ,mem_le_fixed_ltk 
-0x582e 022957 setarg 0x445566 
-0x582f 022958 istore 3 ,contw 
-0x5830 022959 setarg 0x778899 
-0x5831 022960 istore 3 ,contw 
-0x5832 022961 setarg 0x001122 
-0x5833 022962 istore 3 ,contw 
-0x5834 022963 setarg 0x334455 
-0x5835 022964 istore 3 ,contw 
-0x5836 022965 setarg 0x66 
-0x5837 022966 istore 1 ,contw 
-0x5838 022967 rtn 
-:      022970 le_set_justwork:
-0x5839 022971 setarg 0x01000302 
-0x583a 022972 store 4 ,mem_le_pres 
-0x583b 022973 setarg 0x010010 
-0x583c 022974 store 3 ,mem_le_pres_max_keysize 
-0x583d 022975 jam 1 ,mem_le_pairing_mode 
-0x583e 022976 rtn 
-:      022980 le_fifo_malloc_tx_empty:
-0x583f 022981 arg 0 ,rega 
-0x5840 022982 arg llid_empty ,type 
-0x5841 022983 branch le_fifo_malloc_tx 
-:      022987 le_fifo_malloc_tx_ll:
-0x5842 022988 arg llid_le_ll ,type 
-0x5843 022989 call le_fifo_malloc_tx 
-0x5844 022990 copy regb ,pdata 
-0x5845 022991 istore 1 ,contw 
-0x5846 022992 rtn 
-:      022996 le_fifo_malloc_tx_l2cap:
-0x5847 022997 force llid_l2cap_start ,type 
-0x5848 022998 increase 4 ,rega 
-0x5849 022999 call le_fifo_malloc_tx 
-0x584a 023000 increase -4 ,rega 
-0x584b 023001 copy rega ,pdata 
-0x584c 023002 istore 2 ,contw 
-0x584d 023003 copy regb ,pdata 
-0x584e 023004 istore 2 ,contw 
-0x584f 023005 rtn 
-:      023009 le_fifo_malloc_tx:
-0x5850 023010 sub rega ,240 ,null 
-0x5851 023011 nbranch assert ,positive 
-0x5852 023012 fetch 1 ,mem_le_tx_buff_used 
-0x5853 023013 arg 1 ,temp 
-0x5854 023014 arg le_tx_buff_count ,loopcnt 
-:      023015 le_fifo_malloc_tx_loop:
-0x5855 023016 iand temp ,null 
-0x5856 023017 branch le_fifo_malloc_tx_got_empty ,zero 
-0x5857 023018 lshift temp ,temp 
-0x5858 023019 loop le_fifo_malloc_tx_loop 
-0x5859 023020 branch assert 
-:      023021 le_fifo_malloc_tx_got_empty:
-0x585a 023022 ixor temp ,pdata 
-0x585b 023023 store 1 ,mem_le_tx_buff_used 
-0x585c 023024 sub loopcnt ,le_tx_buff_count ,pdata 
-0x585d 023025 lshift4 pdata ,pdata 
-0x585e 023026 lshift4 pdata ,pdata 
-0x585f 023027 arg mem_le_tx_buffer0 ,temp 
-0x5860 023028 iadd temp ,temp 
-:      023029 le_fifo_tx_find_empty_ptr:
-0x5861 023030 arg 0 ,loopcnt 
-0x5862 023031 arg mem_le_tx_ptr0 ,contr 
-:      023032 le_fifo_tx_find_empty_ptr_loop:
-0x5863 023033 ifetch 2 ,contr 
-0x5864 023034 branch le_fifo_tx_found_empty_ptr ,blank 
-0x5865 023035 copy loopcnt ,pdata 
-0x5866 023036 increase 1 ,loopcnt 
-0x5867 023037 bne le_tx_buff_count ,le_fifo_tx_find_empty_ptr_loop 
-0x5868 023038 branch assert 
-:      023041 le_fifo_tx_found_empty_ptr:
-0x5869 023042 increase -2 ,contr 
-0x586a 023043 istoret 2 ,contr 
-0x586b 023044 copy temp ,contw 
-0x586c 023045 copy rega ,pdata 
-0x586d 023046 istore 1 ,contw 
-0x586e 023047 setarg 0 
-0x586f 023048 istore 1 ,contw 
-0x5870 023049 copy type ,pdata 
-0x5871 023050 istore 1 ,contw 
-0x5872 023051 rtn 
-:      023055 le_fifo_get_first_tx_ptr:
-0x5873 023056 fetch 2 ,mem_le_tx_ptr0 
-0x5874 023057 copy pdata ,contr 
-0x5875 023058 rtn 
-:      023060 le_fifo_get_second_tx_ptr:
-0x5876 023061 fetch 2 ,mem_le_tx_ptr1 
-0x5877 023062 copy pdata ,contr 
-0x5878 023063 rtn 
-:      023065 le_fifo_get_last_tx_ptr:
-0x5879 023066 call le_fifo_get_last_tx_ptr0 
-0x587a 023067 copy pdata ,contr 
-0x587b 023068 rtn 
-:      023069 le_fifo_get_last_tx_ptr0:
-0x587c 023070 fetch 2 ,mem_le_tx_ptr3 
-0x587d 023071 nrtn blank 
-0x587e 023072 fetch 2 ,mem_le_tx_ptr2 
-0x587f 023073 nrtn blank 
-0x5880 023074 fetch 2 ,mem_le_tx_ptr1 
-0x5881 023075 nrtn blank 
-0x5882 023076 fetch 2 ,mem_le_tx_ptr0 
-0x5883 023077 rtn 
-:      023079 le_fifo_get_first_l2cap_ptr:
-0x5884 023080 call le_fifo_get_first_tx_ptr 
-0x5885 023081 increase 3 ,contr 
-0x5886 023082 rtn 
-:      023084 le_fifo_get_first_att_ptr:
-0x5887 023085 call le_fifo_get_first_tx_ptr 
-0x5888 023086 increase 7 ,contr 
-0x5889 023087 rtn 
-:      023089 le_fifo_get_last_att_ptr:
-0x588a 023090 call le_fifo_get_last_tx_ptr 
-0x588b 023091 increase 7 ,contr 
-0x588c 023092 rtn 
-:      023094 le_fifo_get_last_l2cap_ptr:
-0x588d 023095 call le_fifo_get_last_tx_ptr 
-0x588e 023096 increase 3 ,contr 
-0x588f 023097 rtn 
-:      023101 le_fifo_check_full:
-0x5890 023102 fetch 2 ,mem_le_tx_ptr3 
-0x5891 023103 rtn 
-:      023106 le_fifo_check_nearly_full:
-0x5892 023107 fetch 2 ,mem_le_tx_ptr2 
-0x5893 023108 rtn 
-:      023111 le_fifo_check_empty:
-0x5894 023112 fetch 2 ,mem_le_tx_ptr0 
-0x5895 023113 rtn 
-:      023116 le_fifo_release_first_node:
-0x5896 023117 fetch 2 ,mem_le_tx_ptr0 
-0x5897 023118 arg mem_le_tx_buffer0 ,temp 
-0x5898 023119 isub temp ,pdata 
-0x5899 023120 rshift4 pdata ,pdata 
-0x589a 023121 rshift4 pdata ,queue 
-0x589b 023122 fetch 1 ,mem_le_tx_buff_used 
-0x589c 023123 qset0 pdata 
-0x589d 023124 store 1 ,mem_le_tx_buff_used 
-0x589e 023125 arg 0 ,loopcnt 
-:      023126 le_fifo_release_first_node_loop:
-0x589f 023127 lshift loopcnt ,pdata 
-0x58a0 023128 arg mem_le_tx_ptr1 ,temp 
-0x58a1 023129 iadd temp ,temp 
-0x58a2 023130 ifetch 2 ,temp 
-0x58a3 023131 increase -2 ,temp 
-0x58a4 023132 istore 2 ,temp 
-0x58a5 023133 copy loopcnt ,pdata 
-0x58a6 023134 increase 1 ,loopcnt 
-0x58a7 023135 bne le_tx_buff_update_loopcnt ,le_fifo_release_first_node_loop 
-0x58a8 023136 setarg 0 
-0x58a9 023137 istore 2 ,temp 
-0x58aa 023138 rtn 
-:      023144 le_parse_att:
-0x58ab 023145 ifetch 3 ,contr 
-0x58ac 023146 store 3 ,mem_le_att_opcode 
-0x58ad 023147 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
-0x58ae 023148 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
-0x58af 023149 beq attop_find_information_request ,le_parse_att_find_information_request 
-0x58b0 023150 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
-0x58b1 023151 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
-0x58b2 023152 beq attop_read_request ,le_parse_att_read_request 
-0x58b3 023153 beq attop_read_blob_request ,le_parse_att_read_blob_request 
-0x58b4 023154 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
-0x58b5 023155 beq attop_write_request ,le_parse_att_write_request 
-0x58b6 023156 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
-0x58b7 023157 beq attop_execute_write_request ,le_parse_att_execute_write_request 
-0x58b8 023158 beq attop_write_command ,le_parse_att_write_command 
-0x58b9 023159 rtn 
-:      023162 le_send_att_exchange_mtu_requset:
-0x58ba 023163 force 3 ,rega 
-0x58bb 023164 call le_fifo_malloc_tx_l2cap_gatt 
-0x58bc 023165 setarg attop_exchange_mtu_request 
-0x58bd 023166 istore 1 ,contw 
-0x58be 023167 fetch 2 ,mem_le_local_mtu 
-0x58bf 023168 istore 2 ,contw 
-0x58c0 023169 rtn 
-:      023172 le_parse_att_exchange_mtu_request:
-0x58c1 023173 call le_parse_att_exchange_mtu_response 
-:      023174 le_send_att_exchange_mtu_response:
-0x58c2 023175 force 3 ,rega 
-0x58c3 023176 call le_fifo_malloc_tx_l2cap_gatt 
-0x58c4 023177 setarg attop_exchange_mtu_response 
-0x58c5 023178 istore 1 ,contw 
-0x58c6 023179 fetch 2 ,mem_le_local_mtu 
-0x58c7 023180 istore 2 ,contw 
-0x58c8 023181 rtn 
-:      023183 le_parse_att_exchange_mtu_response:
-0x58c9 023184 rshift8 pdata ,pdata 
-0x58ca 023185 store 2 ,mem_le_remote_mtu 
-0x58cb 023186 rtn 
-:      023188 le_parse_att_find_information_request:
-0x58cc 023189 call le_get_search_handle_start_end_common 
-0x58cd 023190 call enable_user 
-0x58ce 023191 branch le_send_att_find_information_response 
-:      023193 le_send_att_find_information_response:
-0x58cf 023194 arg 3 ,timeup 
-0x58d0 023195 call le_init_attlist_search 
-:      023196 le_send_att_find_information_res_loop:
-0x58d1 023197 call le_att_handle_inrange 
-0x58d2 023198 branch le_send_att_find_information_res_end ,blank 
-0x58d3 023199 nbranch le_send_att_find_information_res_next ,positive 
-0x58d4 023200 increase -2 ,contr 
-0x58d5 023201 call store_contr 
-0x58d6 023202 call get_contw 
-0x58d7 023203 nbranch le_send_att_find_information_res_store_info ,user 
-0x58d8 023204 call push_stack_rega_b_c 
-0x58d9 023205 call disable_user 
-0x58da 023206 force 20 ,rega 
-0x58db 023207 call le_fifo_malloc_tx_l2cap_gatt 
-0x58dc 023208 call pop_stack_rega_b_c 
-0x58dd 023209 setarg attop_find_information_response 
-0x58de 023210 istore 1 ,contw 
-0x58df 023211 setarg uuid_size_16bit 
-0x58e0 023212 istore 1 ,contw 
-:      023213 le_send_att_find_information_res_store_info:
-0x58e1 023214 call get_contr 
-0x58e2 023215 ifetch 2 ,contr 
-0x58e3 023216 istore 2 ,contw 
-0x58e4 023217 ifetch 1 ,contr 
-0x58e5 023218 copy pdata ,loopcnt 
-0x58e6 023219 call memcpy 
-0x58e7 023220 call store_contw 
-0x58e8 023221 increase -1 ,timeup 
-0x58e9 023222 branch le_send_att_find_information_res_end ,zero 
-:      023223 le_send_att_find_information_res_cont:
-0x58ea 023224 ifetch 1 ,contr 
-0x58eb 023225 iadd contr ,contr 
-0x58ec 023226 branch le_send_att_find_information_res_loop 
-:      023227 le_send_att_find_information_res_next:
-0x58ed 023228 ifetch 1 ,contr 
-0x58ee 023229 iadd contr ,contr 
-0x58ef 023230 branch le_send_att_find_information_res_cont 
-:      023231 le_send_att_find_information_res_end:
-0x58f0 023232 branch le_send_att_error_response_notfound ,user 
-0x58f1 023233 branch le_send_auto_len_by_mem 
-:      023236 le_parse_att_find_by_type_value_request:
-0x58f2 023237 call le_get_search_handle_start_end_common 
-0x58f3 023238 ifetch 2 ,contr 
-0x58f4 023239 store 2 ,mem_le_search_uuid 
-0x58f5 023240 call store_contr 
-0x58f6 023241 arg mem_le_search_att_type_length ,contw 
-0x58f7 023242 fetch 2 ,mem_le_l2cap_size 
-0x58f8 023243 increase -7 ,pdata 
-0x58f9 023244 call le_get_search_common2 
-0x58fa 023245 branch le_send_att_find_by_type_value_response 
-:      023248 le_start_end_handle_check_1:
-0x58fb 023249 disable user 
-0x58fc 023250 fetcht 2 ,mem_le_search_handle_start 
-0x58fd 023251 fetch 2 ,mem_le_search_handle_end 
-0x58fe 023252 isub temp ,null 
-0x58ff 023253 nbranch le_start_end_handle_check_1_fail ,positive 
-0x5900 023254 deposit temp 
-0x5901 023255 rtnne 0 
-:      023256 le_start_end_handle_check_1_fail:
-0x5902 023257 enable user 
-0x5903 023258 jam att_err_invalid_handle ,mem_le_err_code 
-0x5904 023259 branch le_send_att_error_response 
-:      023262 le_send_att_find_by_type_value_response:
-0x5905 023263 call le_start_end_handle_check_1 
-0x5906 023264 rtn user 
-0x5907 023265 fetcht 2 ,mem_le_search_uuid 
-0x5908 023266 setarg uuid_gatt_primary_service 
-0x5909 023267 isub temp ,null 
-0x590a 023268 branch le_send_att_find_by_type_value_res_primary ,zero 
-0x590b 023269 branch le_send_att_error_response_notfound 
-:      023272 le_send_att_find_by_type_value_res_primary:
-0x590c 023273 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
-0x590d 023274 fetcht 2 ,mem_le_search_handle_start 
-0x590e 023275 storet 2 ,mem_temp 
-0x590f 023276 call le_att_get_handle_info 
-0x5910 023277 nbranch le_send_att_error_response_notfound ,blank 
-:      023278 le_send_att_find_primary_search_loop:
-0x5911 023279 fetcht 2 ,mem_temp 
-0x5912 023280 call le_att_get_handle_info 
-0x5913 023281 nbranch le_send_att_error_response_notfound2 ,blank 
-0x5914 023282 copy contr ,rega 
-0x5915 023283 fetch 1 ,mem_le_curr_att_len 
-0x5916 023284 copy pdata ,loopcnt 
-0x5917 023285 fetcht 1 ,mem_le_search_att_type_length 
-0x5918 023286 isub temp ,null 
-0x5919 023287 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x591a 023288 arg mem_le_search_att_type ,regb 
-0x591b 023289 call string_compare 
-0x591c 023291 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
-0x591d 023293 fetch 2 ,mem_le_cur_uuid 
-0x591e 023294 fetcht 2 ,mem_le_search_uuid 
-0x591f 023295 isub temp ,null 
-0x5920 023296 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
-:      023297 le_send_att_find_primary_search_loop1:
-0x5921 023298 fetch 2 ,mem_temp 
-0x5922 023299 increase 1 ,pdata 
-0x5923 023300 store 2 ,mem_temp 
-0x5924 023301 branch le_send_att_find_primary_search_loop 
-:      023303 le_send_att_error_response_notfound2:
-0x5925 023304 fetch 1 ,mem_le_search_res 
-0x5926 023305 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
-0x5927 023306 branch le_send_att_error_response_notfound 
-:      023309 le_send_att_find_primary_search_end_start_handle_found:
-0x5928 023310 fetch 2 ,mem_le_cur_uuid 
-0x5929 023311 fetcht 2 ,mem_le_search_uuid 
-0x592a 023312 isub temp ,null 
-0x592b 023313 nbranch le_send_att_find_primary_search_loop1 ,zero 
-0x592c 023314 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
-0x592d 023316 fetcht 2 ,mem_temp 
-0x592e 023317 storet 2 ,mem_le_cur_handle_start 
-0x592f 023318 branch le_send_att_find_primary_search_loop1 
-:      023320 le_send_att_find_primary_search_end_ending_handle_found:
-0x5930 023321 fetch 1 ,mem_le_search_res 
-0x5931 023322 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
-0x5932 023323 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
-0x5933 023324 fetcht 2 ,mem_temp 
-0x5934 023325 increase -1 ,temp 
-0x5935 023326 storet 2 ,mem_le_cur_handle_end 
-:      023328 le_send_att_find_primary_search_end:
-0x5936 023329 arg 5 ,rega 
-0x5937 023330 call le_fifo_malloc_tx_l2cap_gatt 
-0x5938 023331 setarg attop_find_by_type_value_response 
-0x5939 023332 istore 1 ,contw 
-0x593a 023333 fetch 2 ,mem_le_cur_handle_start 
-0x593b 023334 istore 2 ,contw 
-0x593c 023335 fetch 2 ,mem_le_cur_handle_end 
-0x593d 023336 istore 2 ,contw 
-0x593e 023337 rtn 
-:      023341 le_parse_att_read_by_type_request:
-0x593f 023342 call le_get_search_handle_start_end_common 
-0x5940 023343 call le_get_search_att_uuid 
-0x5941 023344 branch le_send_att_read_by_type_response 
-:      023346 le_send_att_read_by_type_response:
-0x5942 023347 fetcht 2 ,mem_le_search_handle_start 
-0x5943 023348 storet 2 ,mem_temp 
-0x5944 023349 call le_init_attlist_search 
-0x5945 023350 call le_att_get_handle_ptr2 
-0x5946 023351 increase -2 ,contr 
-0x5947 023352 copy contr ,pdata 
-0x5948 023353 store 2 ,mem_le_cur_attlist_start_ptr 
-0x5949 023355 fetcht 2 ,mem_le_search_uuid 
-0x594a 023356 setarg uuid_chrctr_device_name 
-0x594b 023357 isub temp ,null 
-0x594c 023358 branch le_send_att_read_by_type_res_device_name ,zero 
-0x594d 023359 setarg uuid_gatt_characteristic 
-0x594e 023360 isub temp ,null 
-0x594f 023361 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
-0x5950 023362 arg 2 ,timeup 
-:      023363 le_send_att_read_by_type_response_loop:
-0x5951 023364 call le_att_check_handle_end 
-0x5952 023365 nbranch le_send_att_read_by_type_response_end ,positive 
-0x5953 023366 fetcht 2 ,mem_temp 
-0x5954 023367 call le_att_get_handle_info_from_ptr 
-0x5955 023368 beq 1 ,le_send_att_read_by_type_response_end 
-0x5956 023369 call le_att_same_uuid 
-0x5957 023370 nbranch le_send_att_read_by_type_response_next_handle ,zero 
-0x5958 023371 nbranch le_send_att_read_by_type_res_found_next ,user 
-0x5959 023372 disable user 
-0x595a 023373 arg 20 ,rega 
-0x595b 023374 call le_fifo_malloc_tx_l2cap_gatt 
-0x595c 023375 setarg attop_read_by_type_response 
-0x595d 023376 istore 1 ,contw 
-0x595e 023377 copy contw ,alarm 
-0x595f 023378 increase 1 ,contw 
-0x5960 023380 call le_send_att_read_by_type_write_properties 
-0x5961 023381 call le_att_next_handle 
-0x5962 023382 call le_att_get_handle_info_from_ptr 
-0x5963 023383 call le_send_att_read_by_type_write_uuid 
-0x5964 023384 fetch 1 ,mem_le_cur_uuid_length 
-0x5965 023385 increase 5 ,pdata 
-0x5966 023386 istore 1 ,alarm 
-0x5967 023387 fetch 1 ,mem_le_cur_uuid_length 
-0x5968 023388 beq 16 ,le_send_att_read_by_type_response_end 
-0x5969 023389 increase -1 ,timeup 
-0x596a 023390 branch le_send_att_read_by_type_response_end ,zero 
-:      023391 le_send_att_read_by_type_response_next_handle:
-0x596b 023392 call le_att_next_handle 
-0x596c 023393 branch le_send_att_read_by_type_response_loop 
-:      023394 le_send_att_read_by_type_response_end:
-0x596d 023395 branch le_send_att_error_response_notfound ,user 
-0x596e 023396 branch le_send_auto_len_by_mem 
-:      023398 le_send_att_read_by_type_res_found_next:
-0x596f 023399 call le_store_att_record 
-0x5970 023400 call le_att_next_handle 
-0x5971 023401 call le_att_get_handle_info_from_ptr 
-0x5972 023402 fetch 1 ,mem_le_cur_uuid_length 
-0x5973 023403 beq 16 ,le_send_att_read_by_type_response_end 
-0x5974 023405 call get_contw 
-0x5975 023406 fetch 2 ,mem_temp 
-0x5976 023407 increase -1 ,pdata 
-0x5977 023408 istore 2 ,contw 
-0x5978 023409 call le_write_att_record_common 
-0x5979 023410 call le_send_att_read_by_type_write_uuid 
-0x597a 023411 increase -1 ,timeup 
-0x597b 023412 branch le_send_att_read_by_type_response_end ,zero 
-0x597c 023413 branch le_send_att_read_by_type_response_next_handle 
-:      023416 le_send_att_read_by_type_write_properties:
-0x597d 023417 fetch 2 ,mem_temp 
-0x597e 023418 istore 2 ,contw 
-0x597f 023420 fetch 1 ,mem_le_curr_att_len 
-0x5980 023421 copy pdata ,loopcnt 
-0x5981 023422 call get_contr 
-0x5982 023423 call memcpy_fast 
-0x5983 023424 branch store_contw 
-:      023425 le_send_att_read_by_type_write_uuid:
-0x5984 023426 call get_contw 
-0x5985 023427 fetch 2 ,mem_temp 
-0x5986 023428 istore 2 ,contw 
-0x5987 023429 call store_contw 
-0x5988 023430 fetch 1 ,mem_le_cur_uuid_length 
-0x5989 023431 copy pdata ,loopcnt 
-0x598a 023432 call get_contw 
-0x598b 023433 call get_contr 
-0x598c 023434 isub loopcnt ,contr 
-0x598d 023435 increase -1 ,contr 
-0x598e 023436 call memcpy_fast 
-0x598f 023437 branch store_contw 
-:      023441 le_send_att_read_by_type_res_not_characteristic:
-0x5990 023442 fetcht 2 ,mem_le_search_handle_start 
-0x5991 023443 storet 2 ,mem_temp 
-:      023444 le_send_att_read_by_type_res_not_char_loop:
-0x5992 023445 call le_att_check_handle_end 
-0x5993 023446 nbranch le_send_att_error_response_notfound ,positive 
-0x5994 023447 call le_att_get_handle_info_from_ptr 
-0x5995 023448 beq 1 ,le_send_att_error_response_notfound 
-0x5996 023449 call le_att_same_uuid 
-0x5997 023450 nbranch le_send_att_read_by_type_res_not_char_next ,zero 
-:      023452 le_send_att_read_by_type_res_not_char_common:
-0x5998 023453 arg 20 ,rega 
-0x5999 023454 call le_fifo_malloc_tx_l2cap_gatt 
-0x599a 023455 setarg attop_read_by_type_response 
-0x599b 023456 istore 1 ,contw 
-0x599c 023457 fetch 1 ,mem_le_curr_att_len 
-0x599d 023458 copy pdata ,loopcnt 
-0x599e 023459 increase 2 ,pdata 
-0x599f 023460 istore 1 ,contw 
-0x59a0 023461 fetch 2 ,mem_temp 
-0x59a1 023462 istore 2 ,contw 
-0x59a2 023463 call get_contr 
-0x59a3 023464 call memcpy_fast 
-0x59a4 023465 call store_contw 
-0x59a5 023466 branch le_send_auto_len_by_mem 
-:      023468 le_send_att_read_by_type_res_not_char_next:
-0x59a6 023469 call le_att_next_handle 
-0x59a7 023470 branch le_send_att_read_by_type_res_not_char_loop 
-:      023473 le_send_att_read_by_type_res_device_name:
-0x59a8 023474 arg uuid_chrctr_device_name ,temp 
-0x59a9 023475 call le_att_get_short_uuid_ptr 
-0x59aa 023476 rtn blank 
-0x59ab 023477 increase -5 ,contr 
-0x59ac 023478 ifetch 2 ,contr 
-0x59ad 023479 store 2 ,mem_temp 
-0x59ae 023480 arg 20 ,rega 
-0x59af 023481 call le_fifo_malloc_tx_l2cap_gatt 
-0x59b0 023482 setarg attop_read_by_type_response 
-0x59b1 023483 istore 1 ,contw 
-0x59b2 023484 fetch 1 ,mem_le_name_len 
-0x59b3 023485 copy pdata ,loopcnt 
-0x59b4 023486 increase 2 ,pdata 
-0x59b5 023487 istore 1 ,contw 
-0x59b6 023488 fetch 2 ,mem_temp 
-0x59b7 023489 istore 2 ,contw 
-0x59b8 023490 arg mem_le_name ,contr 
-0x59b9 023491 call memcpy_fast 
-0x59ba 023492 call store_contw 
-0x59bb 023493 branch le_send_auto_len_by_mem 
-:      023497 le_parse_att_read_request:
-0x59bc 023498 fetcht 2 ,mem_le_att_handle 
-0x59bd 023499 fetch 1 ,mem_le_configuration 
-0x59be 023500 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
-:      023502 le_send_att_read_response:
-0x59bf 023503 call le_att_get_handle_ptr 
-0x59c0 023504 branch le_send_att_error_response_notfound ,blank 
-0x59c1 023505 increase -2 ,contr 
-0x59c2 023506 ifetch 2 ,contr 
-0x59c3 023507 arg uuid_chrctr_device_name ,temp 
-0x59c4 023508 isub temp ,null 
-0x59c5 023509 branch le_send_device_name ,zero 
-0x59c6 023510 ifetch 1 ,contr 
-0x59c7 023511 sub pdata ,22 ,null 
-0x59c8 023512 branch le_send_att_read_response_less ,positive 
-0x59c9 023513 force 22 ,pdata 
-:      023514 le_send_att_read_response_less:
-0x59ca 023515 copy pdata ,regc 
-0x59cb 023516 call store_contr 
-0x59cc 023517 add regc ,1 ,rega 
-0x59cd 023518 call le_fifo_malloc_tx_l2cap_gatt 
-0x59ce 023519 setarg attop_read_response 
-0x59cf 023520 istore 1 ,contw 
-0x59d0 023521 copy regc ,loopcnt 
-0x59d1 023522 call get_contr 
-0x59d2 023523 branch memcpy 
-:      023525 le_send_device_name:
-0x59d3 023526 call store_contr 
-0x59d4 023527 fetch 1 ,mem_le_name_len 
-0x59d5 023528 add pdata ,1 ,rega 
-0x59d6 023529 call le_fifo_malloc_tx_l2cap_gatt 
-0x59d7 023530 setarg attop_read_response 
-0x59d8 023531 istore 1 ,contw 
-0x59d9 023532 fetch 1 ,mem_le_name_len 
-0x59da 023533 copy pdata ,loopcnt 
-0x59db 023534 arg mem_le_name ,contr 
-0x59dc 023535 branch memcpy 
-:      023538 le_send_att_read_response_check_auth:
-0x59dd 023539 fetch 2 ,mem_le_pairing_handle 
-0x59de 023540 isub temp ,null 
-0x59df 023541 nbranch le_send_att_read_response ,zero 
-0x59e0 023543 call le_check_encrypt_state 
-0x59e1 023544 nbranch le_send_att_read_response ,user 
-0x59e2 023545 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x59e3 023546 branch le_send_att_error_response 
-:      023549 le_parse_att_read_blob_request:
-0x59e4 023550 ifetch 2 ,contr 
-0x59e5 023551 store 2 ,mem_le_att_offset 
-:      023552 le_send_att_read_blob_response:
-0x59e6 023553 arg 20 ,rega 
-0x59e7 023554 call le_fifo_malloc_tx_l2cap_gatt 
-0x59e8 023555 setarg attop_read_blob_response 
-0x59e9 023556 istore 1 ,contw 
-0x59ea 023557 fetch 2 ,mem_le_att_offset 
-0x59eb 023558 iforce rega 
-0x59ec 023559 fetcht 2 ,mem_le_att_handle 
-0x59ed 023560 call le_att_get_handle_ptr 
-0x59ee 023561 branch le_send_att_error_response_notfound ,blank 
-0x59ef 023562 ifetch 1 ,contr 
-0x59f0 023563 isub rega ,loopcnt 
-0x59f1 023564 nbranch le_send_att_error_response_notfound ,positive 
-0x59f2 023565 sub loopcnt ,22 ,null 
-0x59f3 023566 branch le_send_att_read_blob_response_less ,positive 
-0x59f4 023567 force 22 ,loopcnt 
-:      023568 le_send_att_read_blob_response_less:
-0x59f5 023569 deposit rega 
-0x59f6 023570 iadd contr ,contr 
-0x59f7 023571 call memcpy_fast 
-0x59f8 023572 call store_contw 
-0x59f9 023573 branch le_send_auto_len_by_mem 
-:      023576 le_parse_att_read_by_group_type_request:
-0x59fa 023577 call le_get_search_handle_start_end_common 
-0x59fb 023578 call le_get_search_att_type 
-0x59fc 023579 branch le_send_att_read_by_group_type_response 
-:      023584 le_send_att_read_by_group_type_response:
-0x59fd 023585 arg 2 ,timeup 
-0x59fe 023586 fetcht 2 ,mem_le_search_handle_start 
-0x59ff 023590 storet 2 ,mem_temp 
-0x5a00 023591 call le_init_attlist_search 
-0x5a01 023592 call le_att_get_handle_ptr2 
-0x5a02 023593 increase -2 ,contr 
-0x5a03 023594 copy contr ,pdata 
-0x5a04 023595 store 2 ,mem_le_cur_attlist_start_ptr 
-:      023596 le_send_att_read_by_group_type_response_loop:
-0x5a05 023597 call le_att_check_handle_end 
-0x5a06 023598 nbranch le_send_att_read_by_group_type_end0 ,positive 
-0x5a07 023599 fetcht 2 ,mem_temp 
-0x5a08 023600 call le_att_get_handle_info_from_ptr 
-0x5a09 023601 beq 1 ,le_send_att_read_by_group_type_end1 
-0x5a0a 023603 call le_att_same_type 
-0x5a0b 023604 nbranch le_send_att_read_by_group_type_next_handle ,zero 
-0x5a0c 023605 copy timeup ,pdata 
-0x5a0d 023606 beq 0 ,le_send_att_read_by_group_type_end1 
-0x5a0e 023607 nbranch le_send_att_read_by_group_type_store_write_record ,user 
-0x5a0f 023608 disable user 
-0x5a10 023610 arg 20 ,rega 
-0x5a11 023611 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a12 023612 setarg attop_read_by_group_type_response 
-0x5a13 023613 istore 1 ,contw 
-0x5a14 023614 fetch 1 ,mem_le_curr_att_len 
-0x5a15 023615 increase 4 ,pdata 
-0x5a16 023616 istore 1 ,contw 
-0x5a17 023617 call store_contw 
-0x5a18 023618 branch le_send_att_read_by_group_type_store_record 
-:      023619 le_send_att_read_by_group_type_store_write_record:
-0x5a19 023620 fetch 1 ,mem_le_curr_att_len 
-0x5a1a 023621 beq 16 ,le_send_att_read_by_group_type_end1 
-0x5a1b 023622 fetch 2 ,mem_temp 
-0x5a1c 023623 increase -1 ,pdata 
-0x5a1d 023624 store 2 ,mem_le_cur_handle_end 
-0x5a1e 023625 call le_write_att_record 
-:      023626 le_send_att_read_by_group_type_store_record:
-0x5a1f 023627 fetch 2 ,mem_temp 
-0x5a20 023628 store 2 ,mem_le_cur_handle_start 
-0x5a21 023629 call le_store_att_record 
-0x5a22 023630 increase -1 ,timeup 
-:      023632 le_send_att_read_by_group_type_next_handle:
-0x5a23 023633 call le_att_next_handle 
-0x5a24 023634 branch le_send_att_read_by_group_type_response_loop 
-:      023636 le_send_att_read_by_group_type_end0:
-0x5a25 023637 fetch 2 ,mem_temp 
-0x5a26 023638 store 2 ,mem_le_cur_handle_end 
-0x5a27 023639 branch le_send_att_read_by_group_type_end_common 
-:      023640 le_send_att_read_by_group_type_end1:
-0x5a28 023641 fetch 2 ,mem_temp 
-0x5a29 023642 increase -1 ,pdata 
-0x5a2a 023643 store 2 ,mem_le_cur_handle_end 
-0x5a2b 023644 branch le_send_att_read_by_group_type_end_common 
-:      023645 le_send_att_read_by_group_type_end_common:
-0x5a2c 023646 branch le_send_att_error_response_notfound ,user 
-0x5a2d 023647 call le_write_att_record 
-0x5a2e 023648 branch le_send_auto_len_by_mem 
-:      023653 le_parse_att_write_request:
-0x5a2f 023654 copy contr ,rega 
-0x5a30 023655 fetch 2 ,mem_le_l2cap_size 
-0x5a31 023656 add pdata ,-3 ,regb 
-0x5a32 023657 call le_writeatt_cb 
-:      023658 le_send_att_write_response_check_auth:
-0x5a33 023659 fetch 1 ,mem_le_configuration 
-0x5a34 023660 bbit0 bit_ble_write_auth ,le_send_att_write_response 
-0x5a35 023662 fetcht 2 ,mem_le_att_handle 
-0x5a36 023663 fetch 2 ,mem_le_pairing_handle 
-0x5a37 023664 isub temp ,null 
-0x5a38 023665 nbranch le_send_att_write_response ,zero 
-0x5a39 023666 call le_check_encrypt_state 
-0x5a3a 023667 nbranch le_send_att_write_response ,user 
-0x5a3b 023668 jam att_err_insufficient_authentication ,mem_le_err_code 
-0x5a3c 023669 branch le_send_att_error_response 
-:      023671 le_send_att_write_response:
-0x5a3d 023672 force 1 ,rega 
-0x5a3e 023673 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a3f 023674 setarg attop_write_response 
-0x5a40 023675 istore 1 ,contw 
-0x5a41 023676 rtn 
-:      023678 le_check_encrypt_state:
-0x5a42 023679 call disable_user 
-0x5a43 023680 fetch 1 ,mem_le_pairing_mode 
-0x5a44 023681 rtneq le_pairing_mode_none 
-0x5a45 023682 fetch 1 ,mem_context 
-0x5a46 023683 rtnbit1 lestate_encryption 
-0x5a47 023684 branch enable_user 
-:      023687 le_parse_att_prepare_write_request:
-0x5a48 023688 add contr ,2 ,rega 
-0x5a49 023689 fetch 2 ,mem_le_l2cap_size 
-0x5a4a 023690 add pdata ,-5 ,regb 
-0x5a4b 023691 call le_writeatt_cb 
-0x5a4c 023692 branch le_send_att_prepare_write_response 
-:      023695 le_send_att_prepare_write_response:
-0x5a4d 023696 fetch 2 ,mem_le_l2cap_size 
-0x5a4e 023697 copy pdata ,rega 
-0x5a4f 023698 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a50 023699 setarg attop_prepare_write_response 
-0x5a51 023700 istore 1 ,contw 
-0x5a52 023701 fetch 2 ,mem_le_att_handle 
-0x5a53 023702 istore 2 ,contw 
-0x5a54 023703 fetch 2 ,mem_le_l2cap_size 
-0x5a55 023704 add pdata ,-5 ,loopcnt 
-0x5a56 023705 fetch 2 ,mem_le_payload_ptr 
-0x5a57 023706 add pdata ,7 ,contr 
-0x5a58 023707 ifetch 2 ,contr 
-0x5a59 023708 istore 2 ,contw 
-0x5a5a 023709 branch memcpy_fast 
-:      023713 le_parse_att_execute_write_request:
-:      023715 le_send_att_execute_write_response:
-0x5a5b 023716 force 1 ,rega 
-0x5a5c 023717 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a5d 023718 setarg attop_execute_write_response 
-0x5a5e 023719 istore 1 ,contw 
-0x5a5f 023720 rtn 
-:      023724 le_parse_att_write_command:
-0x5a60 023725 copy contr ,rega 
-0x5a61 023726 fetch 2 ,mem_le_l2cap_size 
-0x5a62 023727 add pdata ,-3 ,regb 
-0x5a63 023728 branch le_writeatt_cb 
-:      023733 le_att_malloc_tx_notify:
-0x5a64 023734 copy temp ,regc 
-0x5a65 023735 increase 3 ,rega 
-0x5a66 023736 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a67 023737 increase -3 ,rega 
-0x5a68 023738 setarg attop_handle_value_notification 
-0x5a69 023739 istore 1 ,contw 
-0x5a6a 023740 copy regc ,temp 
-0x5a6b 023741 istoret 2 ,contw 
-0x5a6c 023742 rtn 
-:      023745 le_att_malloc_tx_indication:
-0x5a6d 023746 copy temp ,regc 
-0x5a6e 023747 increase 3 ,rega 
-0x5a6f 023748 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a70 023749 increase -3 ,rega 
-0x5a71 023750 setarg attop_handle_value_indication 
-0x5a72 023751 istore 1 ,contw 
-0x5a73 023752 copy regc ,temp 
-0x5a74 023753 istoret 2 ,contw 
-0x5a75 023754 rtn 
-:      023759 le_send_att_error_response_notfound:
-0x5a76 023760 jam att_err_attribute_not_found ,mem_le_err_code 
-:      023761 le_send_att_error_response:
-0x5a77 023762 force 5 ,rega 
-0x5a78 023763 call le_fifo_malloc_tx_l2cap_gatt 
-0x5a79 023764 setarg attop_error_response 
-0x5a7a 023765 istore 1 ,contw 
-0x5a7b 023766 fetch 1 ,mem_le_att_opcode 
-0x5a7c 023767 istore 1 ,contw 
-0x5a7d 023768 fetch 2 ,mem_le_att_handle 
-0x5a7e 023769 istore 2 ,contw 
-0x5a7f 023770 fetch 1 ,mem_le_err_code 
-0x5a80 023771 istore 1 ,contw 
-0x5a81 023772 rtn 
-:      023775 le_fifo_malloc_tx_l2cap_gatt:
-0x5a82 023776 force le_l2cap_cid_att ,regb 
-0x5a83 023777 branch le_fifo_malloc_tx_l2cap 
-:      023780 le_att_next_handle:
-0x5a84 023781 fetcht 2 ,mem_temp 
-0x5a85 023782 increase 1 ,temp 
-0x5a86 023783 storet 2 ,mem_temp 
-0x5a87 023784 rtn 
-:      023786 le_att_check_handle_end:
-0x5a88 023787 fetcht 2 ,mem_temp 
-0x5a89 023788 fetch 2 ,mem_le_search_handle_end 
-0x5a8a 023789 isub temp ,null 
-0x5a8b 023790 rtn 
-:      023793 le_att_same_type:
-0x5a8c 023794 fetcht 1 ,mem_le_search_att_type_length 
-0x5a8d 023795 arg mem_le_search_att_type ,rega 
-:      023796 le_att_check_same_common:
-0x5a8e 023797 fetch 1 ,mem_le_cur_uuid_length 
-0x5a8f 023798 copy pdata ,loopcnt 
-0x5a90 023799 isub temp ,null 
-0x5a91 023800 nrtn zero 
-0x5a92 023801 arg mem_le_cur_uuid ,regb 
-0x5a93 023802 branch string_compare 
-:      023804 le_att_same_uuid:
-0x5a94 023805 fetcht 1 ,mem_le_search_uuid_length 
-0x5a95 023806 arg mem_le_search_uuid ,rega 
-0x5a96 023807 branch le_att_check_same_common 
-:      023810 le_store_att_record:
-0x5a97 023811 fetch 1 ,mem_le_curr_att_len 
-0x5a98 023812 store 1 ,mem_tmp_buffer 
-0x5a99 023813 copy pdata ,loopcnt 
-0x5a9a 023814 call get_contr 
-0x5a9b 023815 branch memcpy_fast 
-:      023818 le_write_att_record:
-0x5a9c 023819 call get_contw 
-0x5a9d 023820 fetch 2 ,mem_le_cur_handle_start 
-0x5a9e 023821 istore 2 ,contw 
-0x5a9f 023822 fetch 2 ,mem_le_cur_handle_end 
-0x5aa0 023823 istore 2 ,contw 
-:      023824 le_write_att_record_common:
-0x5aa1 023825 fetch 1 ,mem_tmp_buffer 
-0x5aa2 023826 copy pdata ,loopcnt 
-0x5aa3 023827 call memcpy_fast 
-0x5aa4 023828 branch store_contw 
-:      023832 le_send_auto_len_by_mem:
-0x5aa5 023833 call get_contw 
-0x5aa6 023834 call le_fifo_get_last_att_ptr 
-0x5aa7 023835 copy contw ,pdata 
-0x5aa8 023836 isub contr ,rega 
-0x5aa9 023837 call le_fifo_get_last_l2cap_ptr 
-0x5aaa 023838 copy rega ,pdata 
-0x5aab 023839 istore 2 ,contr 
-0x5aac 023840 increase 4 ,rega 
-0x5aad 023841 call le_fifo_get_last_tx_ptr 
-0x5aae 023842 copy rega ,pdata 
-0x5aaf 023843 istore 1 ,contr 
-0x5ab0 023844 rtn 
-:      023847 le_get_search_handle_start_end_common:
-0x5ab1 023848 rshift8 pdata ,pdata 
-0x5ab2 023849 store 2 ,mem_le_search_handle_start 
-0x5ab3 023850 ifetch 2 ,contr 
-0x5ab4 023851 store 2 ,mem_le_search_handle_end 
-0x5ab5 023852 rtn 
-:      023857 le_parse_signaling:
-0x5ab6 023858 ifetch 1 ,contr 
-0x5ab7 023859 ifetcht 1 ,contr 
-0x5ab8 023860 ifetcht 2 ,contr 
-0x5ab9 023861 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
-0x5aba 023862 rtn 
-:      023863 le_l2cap_parse_conn_parameter_update_rsp:
-0x5abb 023864 ifetch 2 ,contr 
-0x5abc 023865 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-0x5abd 023866 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
-0x5abe 023867 branch ui_ipc_send_event 
-:      023873 le_l2cap_tx_update_req:
-0x5abf 023874 arg 0x0c ,rega 
-0x5ac0 023875 arg l2cap_connection_parameter_update_request ,regc 
-0x5ac1 023876 call le_fifo_malloc_tx_l2cap_signaling 
-0x5ac2 023877 setarg 0x08 
-0x5ac3 023878 istore 2 ,contw 
-0x5ac4 023879 fetch 8 ,mem_le_interval_min 
-0x5ac5 023880 istore 8 ,contw 
-0x5ac6 023881 rtn 
-:      023885 le_fifo_malloc_tx_l2cap_signaling:
-0x5ac7 023886 call le_l2cap_update_signaling_identifier 
-0x5ac8 023887 arg le_l2cap_cid_signal ,regb 
-0x5ac9 023888 call le_fifo_malloc_tx_l2cap 
-0x5aca 023889 copy regc ,pdata 
-0x5acb 023890 istore 1 ,contw 
-0x5acc 023891 fetch 1 ,mem_le_signaling_identifier 
-0x5acd 023892 istore 1 ,contw 
-0x5ace 023893 rtn 
-:      023896 le_l2cap_update_signaling_identifier:
-0x5acf 023897 fetch 1 ,mem_le_signaling_identifier 
-0x5ad0 023899 pincrease 1 
-0x5ad1 023900 store 1 ,mem_le_signaling_identifier 
-0x5ad2 023901 rtnne 0 
-:      023903 le_l2cap_reset_signaling_identifier:
-0x5ad3 023904 jam 1 ,mem_le_signaling_identifier 
-0x5ad4 023905 rtn 
-:      023910 le_pairing_mode_init:
-0x5ad5 023911 fetch 1 ,mem_le_pairing_mode 
-0x5ad6 023912 beq le_pairing_mode_none ,le_set_no_pairing 
-0x5ad7 023913 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
-0x5ad8 023914 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
-0x5ad9 023915 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
-0x5ada 023916 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
-0x5adb 023917 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
-0x5adc 023918 rtn 
-:      023920 le_set_pairing_mode_secure_justwork:
-0x5add 023921 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ade 023922 branch le_set_noinputnooutput 
-:      023923 le_set_pairing_mode_secure_numeric:
-0x5adf 023924 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ae0 023925 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
-0x5ae1 023926 rtn 
-:      023927 le_set_pairing_mode_secure_passkey:
-0x5ae2 023928 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
-0x5ae3 023929 branch le_set_displayonly 
-:      023930 le_set_no_pairing:
-0x5ae4 023931 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
-:      023932 le_set_noinputnooutput:
-0x5ae5 023933 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
-0x5ae6 023934 rtn 
-:      023935 le_set_pairing_mode_lagacy_just_work:
-0x5ae7 023936 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-0x5ae8 023937 branch le_set_noinputnooutput 
-:      023938 le_set_pairing_mode_lagacy_passkey:
-0x5ae9 023939 jam flag_le_bonding_mitm ,mem_le_pres_auth 
-:      023940 le_set_displayonly:
-0x5aea 023941 jam flag_iocap_displayonly ,mem_le_pres_iocap 
-0x5aeb 023942 rtn 
-:      023945 le_secure_connection_enable:
-0x5aec 023946 fetch 1 ,mem_le_pres_auth 
-0x5aed 023947 set1 le_auth_secure_connection_pairing_bit ,pdata 
-0x5aee 023948 store 1 ,mem_le_pres_auth 
-0x5aef 023949 rtn 
-:      023950 le_secure_connection_disable:
-0x5af0 023951 fetch 1 ,mem_le_pres_auth 
-0x5af1 023952 set0 le_auth_secure_connection_pairing_bit ,pdata 
-0x5af2 023953 store 1 ,mem_le_pres_auth 
-0x5af3 023954 rtn 
-:      023956 le_parse_smp:
-0x5af4 023957 ifetch 1 ,contr 
-0x5af5 023958 beq smp_pairing_request ,le_parse_smp_pairing_request 
-0x5af6 023960 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
-0x5af7 023961 beq smp_pairing_random ,le_parse_smp_pairing_random 
-0x5af8 023962 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
-0x5af9 023963 beq smp_encryption_information ,le_parse_smp_encryption_information 
-0x5afa 023964 beq smp_master_identification ,le_parse_smp_master_identification 
-0x5afb 023965 beq smp_identity_information ,le_parse_smp_identity_information 
-0x5afc 023966 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
-0x5afd 023967 beq smp_signing_information ,le_parse_smp_signing_information 
-0x5afe 023968 beq smp_security_request ,le_parse_smp_security_request 
-0x5aff 023969 beq smp_pairing_public_key ,le_parse_smp_public_key 
-0x5b00 023970 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
-0x5b01 023971 rtn 
-:      023975 le_send_smp_security_request:
-0x5b02 023976 force 2 ,rega 
-0x5b03 023977 call le_fifo_malloc_tx_l2cap_smp 
-0x5b04 023978 setarg smp_security_request 
-0x5b05 023979 istore 1 ,contw 
-0x5b06 023980 fetch 1 ,mem_le_pres_auth 
-0x5b07 023981 istore 1 ,contw 
-0x5b08 023982 rtn 
-:      023984 le_parse_smp_pairing_request:
-0x5b09 023985 store 1 ,mem_le_preq 
-0x5b0a 023986 ifetch 6 ,contr 
-0x5b0b 023987 istore 6 ,contw 
-0x5b0c 023988 fetch 1 ,mem_le_pairing_mode 
-0x5b0d 023989 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
-0x5b0e 023990 call le_send_smp_pairing_response 
-0x5b0f 023991 call le_check_master_support_secure_connect 
-0x5b10 023992 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
-0x5b11 023993 fetch 1 ,mem_le_preq_iocap 
-0x5b12 023994 beq flag_iocap_displayonly ,le_set_tk_0 
-0x5b13 023995 beq flag_iocap_displayyesno ,le_set_tk_0 
-0x5b14 023996 beq flag_iocap_noinputnooutput ,le_set_tk_0 
-0x5b15 023997 fetch 1 ,mem_le_pairing_mode 
-0x5b16 023998 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
-0x5b17 023999 rtneq le_pairing_mode_secure_connect_passkey 
-:      024000 le_set_tk_0:
-0x5b18 024001 arg 0 ,pdata 
-0x5b19 024002 store 4 ,mem_le_tk 
-0x5b1a 024003 rtn 
-:      024005 le_parse_smp_pairing_req_passkey:
-0x5b1b 024006 fetch 1 ,mem_le_configuration 
-0x5b1c 024007 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
-:      024008 le_genernate_tk:
-0x5b1d 024009 arg mem_le_tk ,rega 
-0x5b1e 024010 copy rega ,contw 
-0x5b1f 024011 arg 3 ,loopcnt 
-0x5b20 024012 call generate_random_loop 
-0x5b21 024013 fetch 2 ,mem_le_tk + 2 
-0x5b22 024014 and_into 0x7 ,pdata 
-0x5b23 024015 store 2 ,mem_le_tk + 2 
-:      024016 le_parse_smp_pairing_req_fixed_passkey:
-0x5b24 024017 jam bt_evt_le_tk_generate ,mem_fifo_temp 
-0x5b25 024018 branch ui_ipc_send_event 
-:      024020 le_check_master_support_secure_connect:
-0x5b26 024021 fetch 1 ,mem_le_preq_auth 
-0x5b27 024022 rtnbit1 le_auth_secure_connection_pairing_bit 
-0x5b28 024023 fetch 1 ,mem_le_pairing_mode 
-0x5b29 024024 rtnbit0 le_pairing_mode_secure_connect_bit 
-0x5b2a 024025 branch app_ble_disconnect 
-:      024027 le_send_smp_pairing_response:
-0x5b2b 024028 force 7 ,rega 
-0x5b2c 024029 call le_fifo_malloc_tx_l2cap_smp 
-0x5b2d 024030 fetch 7 ,mem_le_pres 
-0x5b2e 024031 istore 7 ,contw 
-0x5b2f 024032 rtn 
-:      024035 le_parse_smp_pairing_confirm:
-0x5b30 024036 copy contr ,rega 
-0x5b31 024037 fetch 1 ,mem_le_pairing_mode 
-0x5b32 024038 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
-0x5b33 024039 copy rega ,contr 
-0x5b34 024040 arg mem_le_rconfirm ,contw 
-0x5b35 024041 call memcpy16 
-0x5b36 024042 branch le_send_smp_pairing_confirm 
-:      024043 le_parse_smp_pairing_confirm_secure_passkey:
-0x5b37 024044 copy rega ,contr 
-0x5b38 024045 arg mem_le_rconfirm ,contw 
-0x5b39 024046 call memcpy16 
-0x5b3a 024047 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5b3b 024048 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
-0x5b3c 024049 rtn 
-:      024052 le_send_smp_pairing_confirm:
-0x5b3d 024053 fetch 1 ,mem_le_pairing_mode 
-0x5b3e 024054 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
-0x5b3f 024055 call generate_confirm 
-0x5b40 024056 force 17 ,rega 
-0x5b41 024057 call le_fifo_malloc_tx_l2cap_smp 
-0x5b42 024058 setarg smp_pairing_confirm 
-0x5b43 024059 istore 1 ,contw 
-0x5b44 024060 branch store_aes_result 
-:      024063 le_send_smp_pairing_confirm_sc:
-0x5b45 024064 arg mem_le_srand ,contw 
-0x5b46 024065 call generate_random 
-0x5b47 024066 call function_f4_cb 
-0x5b48 024067 force 17 ,rega 
-0x5b49 024068 call le_fifo_malloc_tx_l2cap_smp 
-0x5b4a 024069 setarg smp_pairing_confirm 
-0x5b4b 024070 istore 1 ,contw 
-0x5b4c 024071 branch load_inverse_result 
-:      024075 le_parse_smp_pairing_random:
-0x5b4d 024076 copy contr ,rega 
-0x5b4e 024077 fetch 1 ,mem_le_pairing_mode 
-0x5b4f 024078 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
-0x5b50 024079 copy rega ,contr 
-0x5b51 024080 call authenticate_rconfirm 
-0x5b52 024081 branch le_parse_smp_pairing_random_success ,zero 
-:      024082 le_send_pairing_confirm_value_failed:
-0x5b53 024083 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
-:      024084 le_send_pairing_failed:
-0x5b54 024085 force 2 ,rega 
-0x5b55 024086 call le_fifo_malloc_tx_l2cap_smp 
-0x5b56 024087 setarg smp_pairing_failed 
-0x5b57 024088 istore 1 ,contw 
-0x5b58 024089 fetch 1 ,mem_le_ll_pairing_fail_reason 
-0x5b59 024090 istore 1 ,contw 
-:      024091 le_parse_smp_pairing_failed:
-0x5b5a 024092 force smp_pairing_timer ,queue 
-0x5b5b 024093 call timer_stop 
-0x5b5c 024094 jam flag_le_pairing_null ,mem_le_pairing_state 
-0x5b5d 024095 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
-0x5b5e 024096 branch ui_ipc_send_event 
-:      024098 le_smp_pairing_fail_reason_not_support_pairing:
-0x5b5f 024099 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
-0x5b60 024100 branch le_send_pairing_failed 
-:      024103 le_parse_smp_pairing_random_sc:
-0x5b61 024104 arg mem_le_mrand ,contw 
-0x5b62 024105 copy rega ,contr 
-0x5b63 024106 call memcpy16 
-0x5b64 024107 fetch 1 ,mem_le_pairing_mode 
-0x5b65 024108 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
-0x5b66 024109 call function_g2 
-0x5b67 024112 call le_send_smp_pairing_random 
-0x5b68 024113 fetch 1 ,mem_le_pairing_mode 
-0x5b69 024114 rtnne le_pairing_mode_secure_connect_numeric 
-0x5b6a 024115 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
-0x5b6b 024116 branch ui_ipc_send_event 
-:      024118 le_parse_smp_pairing_random_sc_passkey:
-0x5b6c 024119 call function_f4_ca 
-0x5b6d 024120 arg mem_aes_cmac_temp ,contw 
-0x5b6e 024121 call load_inverse_result 
-0x5b6f 024122 arg mem_aes_cmac_temp ,rega 
-0x5b70 024123 arg mem_le_rconfirm ,regb 
-0x5b71 024124 arg 16 ,loopcnt 
-0x5b72 024125 call string_compare 
-0x5b73 024126 nbranch le_send_pairing_confirm_value_failed ,zero 
-0x5b74 024127 branch le_send_smp_pairing_random 
-:      024129 le_parse_smp_pairing_random_success:
-0x5b75 024130 call generate_stk 
-0x5b76 024131 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x5b77 024132 call ui_ipc_send_event 
-0x5b78 024133 jam 1 ,mem_ltk_exists 
-0x5b79 024134 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-:      024136 le_send_smp_pairing_random:
-0x5b7a 024137 force 17 ,rega 
-0x5b7b 024138 call le_fifo_malloc_tx_l2cap_smp 
-0x5b7c 024139 setarg smp_pairing_random 
-0x5b7d 024140 istore 1 ,contw 
-0x5b7e 024141 arg mem_le_srand ,contr 
-0x5b7f 024142 branch memcpy16 
-:      024144 le_parse_smp_encryption_information:
-0x5b80 024145 arg mem_le_peer_ltk ,contw 
-0x5b81 024146 branch memcpy16 
-:      024148 le_send_smp_encryption_information:
-0x5b82 024149 force 17 ,rega 
-0x5b83 024150 call le_fifo_malloc_tx_l2cap_smp 
-0x5b84 024151 setarg smp_encryption_information 
-0x5b85 024152 istore 1 ,contw 
-0x5b86 024153 fetch 1 ,mem_le_configuration 
-0x5b87 024154 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
-0x5b88 024155 arg mem_le_ltk ,contr 
-0x5b89 024156 branch memcpy16 
-:      024158 le_send_fixed_ltk:
-0x5b8a 024159 arg mem_le_fixed_ltk ,contr 
-0x5b8b 024160 branch memcpy16 
-:      024163 le_send_smp_master_identification:
-0x5b8c 024164 arg mem_le_ediv ,contw 
-0x5b8d 024165 force 10 ,loopcnt 
-0x5b8e 024166 call generate_random_loop 
-0x5b8f 024167 force 11 ,rega 
-0x5b90 024168 call le_fifo_malloc_tx_l2cap_smp 
-0x5b91 024169 setarg smp_master_identification 
-0x5b92 024170 istore 1 ,contw 
-0x5b93 024171 fetch 2 ,mem_le_ediv 
-0x5b94 024172 istore 2 ,contw 
-0x5b95 024173 fetch 8 ,mem_le_rand 
-0x5b96 024174 istore 8 ,contw 
-0x5b97 024175 rtn 
-:      024177 le_send_smp_identity_information:
-0x5b98 024178 force 17 ,rega 
-0x5b99 024179 call le_fifo_malloc_tx_l2cap_smp 
-0x5b9a 024180 setarg smp_identity_information 
-0x5b9b 024181 istore 1 ,contw 
-0x5b9c 024182 setarg 0 
-0x5b9d 024183 istore 8 ,contw 
-0x5b9e 024184 istore 8 ,contw 
-0x5b9f 024185 rtn 
-:      024188 le_send_smp_identity_address_information:
-0x5ba0 024189 force 8 ,rega 
-0x5ba1 024190 call le_fifo_malloc_tx_l2cap_smp 
-0x5ba2 024191 setarg smp_identity_address_information 
-0x5ba3 024192 istore 1 ,contw 
-0x5ba4 024193 fetch 1 ,mem_le_conn_own_addr_type 
-0x5ba5 024194 istore 1 ,contw 
-0x5ba6 024195 fetch 6 ,mem_le_lap 
-0x5ba7 024196 istore 6 ,contw 
-0x5ba8 024197 rtn 
-:      024200 le_send_pairing_fail_unspecified_reason:
-0x5ba9 024201 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
-0x5baa 024202 branch le_send_pairing_failed 
-:      024204 le_check_init_key_distribution:
-0x5bab 024205 fetch 1 ,mem_le_pres_init_key_distribution 
-0x5bac 024206 fetcht 1 ,mem_le_pres_init_key_distribution 
-0x5bad 024207 iand temp ,pdata 
-0x5bae 024208 rtn 
-:      024210 le_parse_smp_identity_information:
-0x5baf 024211 arg mem_le_irk ,contw 
-0x5bb0 024212 call memcpy16 
-0x5bb1 024213 call le_check_init_key_distribution 
-0x5bb2 024214 isolate0 le_initator_irk_bit ,pdata 
-0x5bb3 024215 branch le_send_pairing_fail_unspecified_reason ,true 
-0x5bb4 024216 fetch 1 ,mem_device_option 
-0x5bb5 024217 rtnne dvc_op_module 
-0x5bb6 024218 call le_check_master_addr_type 
-0x5bb7 024219 nrtn user 
-0x5bb8 024220 branch app_ble_store_reconn_info 
-:      024223 le_check_master_addr_type:
-0x5bb9 024224 call disable_user 
-0x5bba 024225 fetch 1 ,mem_le_conn_peer_addr_type 
-0x5bbb 024226 rtneq master_public_addr 
-0x5bbc 024227 fetch 1 ,mem_le_plap + 5 
-0x5bbd 024228 compare 0xc0 ,pdata ,0xc0 
-0x5bbe 024229 rtn true 
-0x5bbf 024230 branch enable_user 
-:      024232 le_parse_smp_identity_address_information:
-0x5bc0 024233 call le_check_init_key_distribution 
-0x5bc1 024234 isolate0 le_initator_irk_bit ,pdata 
-0x5bc2 024235 branch le_send_pairing_fail_unspecified_reason ,true 
-0x5bc3 024236 rtn 
-:      024238 le_parse_smp_master_identification:
-:      024239 le_parse_smp_signing_information:
-:      024240 le_parse_smp_security_request:
-0x5bc4 024241 rtn 
-:      024243 le_parse_smp_public_key:
-0x5bc5 024244 arg mem_le_pubkey_remote_x_256 ,contw 
-0x5bc6 024245 call memcpy64 
-0x5bc7 024246 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5bc8 024247 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
-0x5bc9 024248 rtn 
-:      024250 le_parse_smp_dhkey_check:
-0x5bca 024251 arg mem_sp_confirm_remote ,contw 
-0x5bcb 024252 call memcpy16 
-0x5bcc 024253 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
-0x5bcd 024254 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5bce 024255 rtn 
-:      024257 le_send_smp_pairing_public_key:
-0x5bcf 024258 force 65 ,rega 
-0x5bd0 024259 call le_fifo_malloc_tx_l2cap_smp 
-0x5bd1 024260 setarg smp_pairing_public_key 
-0x5bd2 024261 istore 1 ,contw 
-0x5bd3 024262 arg mem_le_pubkey_local_x_256 ,contr 
-0x5bd4 024263 branch memcpy64 
-:      024265 le_send_smp_pairing_dhkey_check:
-0x5bd5 024266 call function_f6_eb 
-0x5bd6 024267 force 17 ,rega 
-0x5bd7 024268 call le_fifo_malloc_tx_l2cap_smp 
-0x5bd8 024269 setarg smp_pairing_dhkey_check 
-0x5bd9 024270 istore 1 ,contw 
-0x5bda 024271 branch load_inverse_result 
-:      024274 le_check_paring_time:
-0x5bdb 024275 fetch 1 ,mem_le_pairing_state 
-0x5bdc 024276 rtneq flag_le_pairing_end 
-0x5bdd 024277 arg flag_le_pairing_rcv_pairing_req ,temp 
-0x5bde 024278 isub temp ,null 
-0x5bdf 024279 nrtn positive 
-0x5be0 024280 arg smp_pairing_timer ,queue 
-0x5be1 024281 call timer_check 
-0x5be2 024282 nrtn blank 
-0x5be3 024283 branch le_send_pairing_fail_unspecified_reason 
-:      024285 le_pairing_sm:
-0x5be4 024286 bpatchx patch2f_0 ,mem_patch2f 
-0x5be5 024287 fetch 1 ,mem_le_pairing_state 
-0x5be6 024288 beq flag_le_pairing_null ,le_pairing_sm_null 
-0x5be7 024289 beq flag_le_pairing_start ,le_pairing_sm_start 
-0x5be8 024290 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
-0x5be9 024291 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
-0x5bea 024292 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
-0x5beb 024293 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
-0x5bec 024294 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
-0x5bed 024295 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
-0x5bee 024296 rtn 
-:      024298 le_pairing_sm_null:
-:      024299 le_pairing_sm_send_sec_req:
-0x5bef 024300 fetch 1 ,mem_le_enc_state 
-0x5bf0 024301 rtnne flag_le_send_start_enc_rsp 
-0x5bf1 024302 jam flag_le_enc_end ,mem_le_enc_state 
-0x5bf2 024303 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x5bf3 024304 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
-0x5bf4 024305 branch ui_ipc_send_event 
-:      024308 le_pairing_sm_start:
-0x5bf5 024309 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
-0x5bf6 024310 branch le_send_smp_security_request 
-:      024312 le_pairing_sm_rcv_pairing_req:
-0x5bf7 024313 jam flag_le_pairing_auth ,mem_le_pairing_state 
-0x5bf8 024314 setarg timer_smp_pairing_timeout 
-0x5bf9 024315 arg smp_pairing_timer ,queue 
-0x5bfa 024316 branch timer_init 
-:      024318 le_pairing_sm_after_auth:
-0x5bfb 024319 fetch 1 ,mem_le_enc_state 
-0x5bfc 024320 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
-0x5bfd 024321 rtn 
-:      024323 le_pairing_sm_after_auth_start_enc:
-0x5bfe 024324 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
-0x5bff 024325 jam bt_evt_le_enc_info ,mem_fifo_temp 
-0x5c00 024326 call ui_ipc_send_event 
-0x5c01 024327 call le_send_smp_encryption_information 
-0x5c02 024328 fetch 1 ,mem_device_option 
-0x5c03 024329 rtnne dvc_op_module 
-0x5c04 024330 call le_check_master_addr_type 
-0x5c05 024331 rtn user 
-0x5c06 024332 branch app_ble_store_reconn_info 
-:      024335 le_pairng_sm_send_enc_information:
-0x5c07 024336 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
-0x5c08 024337 branch le_send_smp_master_identification 
-:      024339 le_pairng_sm_send_master_indentification:
-0x5c09 024340 fetch 1 ,mem_le_preq_resp_key_distribution 
-0x5c0a 024341 fetcht 1 ,mem_le_pres_resp_key_distribution 
-0x5c0b 024342 iand temp ,pdata 
-0x5c0c 024343 isolate0 le_initator_irk_bit ,pdata 
-0x5c0d 024344 branch le_parse_start_enc_rsp_after_auth_end ,true 
-0x5c0e 024345 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
-0x5c0f 024346 branch le_send_smp_identity_information 
-:      024348 le_pairng_sm_send_indentity_information:
-0x5c10 024349 call le_send_smp_identity_address_information 
-0x5c11 024350 branch le_parse_start_enc_rsp_after_auth_end 
-:      024353 le_parse_start_enc_rsp_after_auth_end:
-0x5c12 024354 force smp_pairing_timer ,queue 
-0x5c13 024355 call timer_stop 
-0x5c14 024356 jam flag_le_enc_end ,mem_le_enc_state 
-0x5c15 024357 jam flag_le_pairing_end ,mem_le_pairing_state 
-0x5c16 024358 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
-0x5c17 024359 branch ui_ipc_send_event 
-:      024363 le_secure_connect_sm:
-0x5c18 024364 bpatchx patch2f_1 ,mem_patch2f 
-0x5c19 024365 fetch 1 ,mem_le_pairing_mode 
-0x5c1a 024366 rtnbit0 le_pairing_mode_secure_connect_bit 
-0x5c1b 024367 fetch 1 ,mem_le_secure_connect_flag 
-0x5c1c 024368 rtnne le_sp_flag_commit_256 
-0x5c1d 024369 jam sp_flag_standby ,mem_le_secure_connect_flag 
-0x5c1e 024370 fetch 1 ,mem_le_secure_connect_state 
-0x5c1f 024371 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
-0x5c20 024372 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
-0x5c21 024373 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
-0x5c22 024374 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
-0x5c23 024375 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
-0x5c24 024376 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
-0x5c25 024377 rtn 
-:      024380 le_sc_sm_passkey_wait_confirm:
-0x5c26 024381 fetch 1 ,mem_authentication_passkey_times 
-0x5c27 024382 copy pdata ,queue 
-0x5c28 024383 increase 1 ,pdata 
-0x5c29 024384 store 1 ,mem_authentication_passkey_times 
-0x5c2a 024385 fetch 4 ,mem_le_tk 
-0x5c2b 024386 qisolate1 pdata 
-0x5c2c 024387 setarg 0x80 
-0x5c2d 024388 setflag true ,0 ,pdata 
-0x5c2e 024389 store 1 ,mem_passkey_1bit 
-0x5c2f 024390 branch le_sc_sm_ready_send_pairing_confirm 
-:      024392 le_sc_sm_wait_confirm_gkey:
-0x5c30 024393 fetch 1 ,mem_le_sc_confirm_gkey_flag 
-0x5c31 024394 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
-0x5c32 024395 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
-0x5c33 024396 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c34 024397 rtn 
-:      024399 le_sc_confirm_gkey_ok:
-0x5c35 024400 jam bt_evt_le_pairing_success ,mem_fifo_temp 
-0x5c36 024401 call ui_ipc_send_event 
-0x5c37 024402 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
-0x5c38 024403 branch le_send_smp_pairing_dhkey_check 
-:      024405 le_sc_sm_receive_dhkey:
-0x5c39 024406 fetch 1 ,mem_sp_dhkey_invalid 
-0x5c3a 024407 beq sp_key_valid_256 ,le_dhkey_ready 
-0x5c3b 024408 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c3c 024409 rtn 
-:      024411 le_dhkey_ready:
-0x5c3d 024412 call function_f5 
-0x5c3e 024416 fetch 1 ,mem_le_pairing_mode 
-0x5c3f 024417 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
-0x5c40 024418 call le_set_tk_0 
-:      024419 le_dhkey_ready_common:
-0x5c41 024420 call function_f6_ea 
-0x5c42 024421 arg mem_aes_cmac_temp ,rega 
-0x5c43 024422 arg mem_sp_confirm_remote ,regb 
-0x5c44 024423 arg 16 ,loopcnt 
-0x5c45 024424 call string_compare 
-0x5c46 024425 branch le_dhkey_check_ok ,zero 
-:      024426 le_dhkey_check_fail:
-0x5c47 024427 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
-0x5c48 024428 branch le_send_pairing_failed 
-:      024431 le_dhkey_check_ok:
-0x5c49 024432 call sp_calc_check_publickey_256 
-0x5c4a 024433 nbranch le_dhkey_check_fail ,zero 
-0x5c4b 024434 jam 1 ,mem_ltk_exists 
-0x5c4c 024435 fetch 1 ,mem_le_pairing_mode 
-0x5c4d 024436 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
-0x5c4e 024437 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
-0x5c4f 024438 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c50 024439 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
-0x5c51 024440 rtn 
-:      024442 le_sc_sm_send_public_key:
-0x5c52 024443 fetch 1 ,mem_le_pairing_mode 
-0x5c53 024444 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
-0x5c54 024445 jam 0 ,mem_passkey_1bit 
-:      024446 le_sc_sm_ready_send_pairing_confirm:
-0x5c55 024447 branch le_send_smp_pairing_confirm 
-:      024449 le_sc_sm_send_public_key_passkey:
-0x5c56 024453 jam 0 ,mem_authentication_passkey_times 
-0x5c57 024454 branch le_parse_smp_pairing_req_passkey 
-:      024457 le_sc_sm_receive_public_key:
-0x5c58 024458 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c59 024459 fetch 1 ,mem_le_sc_local_key_invalid 
-0x5c5a 024460 beq sp_key_valid_256 ,le_public_key_ready 
-0x5c5b 024462 rtn 
-:      024464 le_public_key_ready:
-0x5c5c 024465 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
-0x5c5d 024466 jam sp_key_invalid ,mem_sp_dhkey_invalid 
-0x5c5e 024467 branch sp_dhkey_calc_256 
-:      024469 le_sc_sm_wait_send_public_key:
-0x5c5f 024470 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
-0x5c60 024471 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
-0x5c61 024472 branch le_send_smp_pairing_public_key 
-:      024476 le_fifo_malloc_tx_l2cap_smp:
-0x5c62 024477 force le_l2cap_cid_smp ,regb 
-0x5c63 024478 branch le_fifo_malloc_tx_l2cap 
-:      024482 le_parse_ll:
-0x5c64 024483 fetch 1 ,mem_le_rxbuf + 2 
-0x5c65 024484 beq ll_connection_update_req ,le_parse_connection_update_req 
-0x5c66 024485 beq ll_channel_map_req ,le_parse_channel_map_req 
-0x5c67 024486 beq ll_terminate_ind ,le_parse_terminate_ind 
-0x5c68 024487 beq ll_enc_req ,le_parse_enc_req 
-0x5c69 024488 beq ll_enc_rsp ,le_parse_enc_rsp 
-0x5c6a 024489 beq ll_start_enc_req ,le_parse_start_enc_req 
-0x5c6b 024490 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
-0x5c6c 024491 beq ll_unknown_rsp ,le_parse_unknown_rsp 
-0x5c6d 024492 beq ll_feature_req ,le_parse_feature_req 
-0x5c6e 024493 beq ll_feature_rsp ,le_parse_feature_rsp 
-0x5c6f 024494 beq ll_pause_enc_req ,le_parse_pause_enc_req 
-0x5c70 024495 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
-0x5c71 024496 beq ll_version_ind ,le_parse_version_ind 
-0x5c72 024497 beq ll_reject_ind ,le_parse_reject_ind 
-0x5c73 024498 beq ll_ping_req ,le_parse_ping_req 
-0x5c74 024499 beq ll_ping_rsp ,le_parse_ping_rsp 
-0x5c75 024500 arg 2 ,rega 
-0x5c76 024501 arg ll_unknown_rsp ,regb 
-0x5c77 024502 call le_fifo_malloc_tx_ll 
-0x5c78 024503 fetch 1 ,mem_le_rxbuf + 2 
-0x5c79 024504 istore 1 ,contw 
-0x5c7a 024505 rtn 
-:      024508 le_parse_connection_update_req:
-0x5c7b 024509 ifetch 9 ,contr 
-0x5c7c 024510 store 9 ,mem_le_new_param 
-0x5c7d 024511 ifetch 2 ,contr 
-0x5c7e 024512 store 2 ,mem_le_instant 
-0x5c7f 024513 fetch 1 ,mem_le_state 
-0x5c80 024514 set1 lestate_update_param ,pdata 
-0x5c81 024515 store 1 ,mem_le_state 
-0x5c82 024516 rtn 
-:      024518 le_parse_channel_map_req:
-0x5c83 024519 ifetch 5 ,contr 
-0x5c84 024520 store 5 ,mem_le_new_map 
-0x5c85 024521 ifetch 2 ,contr 
-0x5c86 024522 store 2 ,mem_le_instant 
-0x5c87 024523 fetcht 2 ,mem_le_event_count 
-0x5c88 024524 isub temp ,null 
-0x5c89 024525 nbranch le_parse_terminate_ind ,positive 
-0x5c8a 024526 fetch 1 ,mem_le_state 
-0x5c8b 024527 set1 lestate_update_map ,pdata 
-0x5c8c 024528 store 1 ,mem_le_state 
-0x5c8d 024529 rtn 
-:      024532 le_parse_terminate_ind:
-0x5c8e 024533 setarg 20 
-0x5c8f 024534 store 2 ,mem_le_superto 
-0x5c90 024535 store 2 ,mem_le_init_superto 
-0x5c91 024536 rtn 
-:      024538 le_send_terminate_ind_user_terminated:
-0x5c92 024539 arg error_remote_user_terminated_connection ,regc 
-:      024542 le_send_terminate_ind:
-0x5c93 024543 arg 2 ,rega 
-0x5c94 024544 arg ll_terminate_ind ,regb 
-0x5c95 024545 call le_fifo_malloc_tx_ll 
-0x5c96 024546 copy regc ,pdata 
-0x5c97 024547 istore 1 ,contw 
-0x5c98 024548 rtn 
-:      024550 le_parse_feature_req:
-:      024552 le_send_feature_rsp:
-0x5c99 024553 arg 9 ,rega 
-0x5c9a 024554 arg ll_feature_rsp ,regb 
-0x5c9b 024555 call le_fifo_malloc_tx_ll 
-0x5c9c 024556 setarg param_le_features 
-0x5c9d 024557 istore 8 ,contw 
-0x5c9e 024558 rtn 
-:      024561 le_parse_version_ind:
-0x5c9f 024562 rtn master 
-:      024563 le_send_version_ind:
-0x5ca0 024564 arg 6 ,rega 
-0x5ca1 024565 arg ll_version_ind ,regb 
-0x5ca2 024566 call le_fifo_malloc_tx_ll 
-0x5ca3 024567 fetch 5 ,mem_lmp_version 
-0x5ca4 024568 istore 5 ,contw 
-0x5ca5 024569 rtn 
-:      024572 le_parse_ping_req:
-0x5ca6 024573 arg ll_ping_rsp ,regb 
-0x5ca7 024574 branch le_send_ll_one_lenth 
-:      024577 le_send_ll_one_lenth:
-0x5ca8 024578 arg 1 ,rega 
-0x5ca9 024579 branch le_fifo_malloc_tx_ll 
-:      024582 le_parse_enc_req:
-0x5caa 024583 ifetch 8 ,contr 
-0x5cab 024584 store 8 ,mem_le_rand 
-0x5cac 024585 ifetch 2 ,contr 
-0x5cad 024586 store 2 ,mem_le_ediv 
-0x5cae 024587 ifetch 8 ,contr 
-0x5caf 024588 store 8 ,mem_le_skdm 
-0x5cb0 024589 ifetch 4 ,contr 
-0x5cb1 024590 store 4 ,mem_le_ivm 
-0x5cb2 024591 call le_send_enc_rsp 
-0x5cb3 024592 bpatchx patch2f_2 ,mem_patch2f 
-0x5cb4 024593 fetch 1 ,mem_le_pairing_state 
-0x5cb5 024594 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
-0x5cb6 024595 fetch 1 ,mem_le_configuration 
-0x5cb7 024596 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
-0x5cb8 024597 fetch 1 ,mem_nv_data_number 
-0x5cb9 024598 ncall load_device_list_mode_4 ,blank 
-0x5cba 024599 fetch 1 ,mem_ltk_exists 
-0x5cbb 024600 beq 0 ,le_ltk_lost 
-:      024601 le_parse_enc_req_after_auth:
-0x5cbc 024602 jam flag_le_rcv_enc_start ,mem_le_enc_state 
-0x5cbd 024603 call le_send_start_enc_req 
-0x5cbe 024604 branch generate_sk 
-:      024606 le_parse_enc_req_fixed_ltk:
-0x5cbf 024607 jam 1 ,mem_ltk_exists 
-0x5cc0 024608 arg mem_le_fixed_ltk ,contr 
-0x5cc1 024609 arg mem_le_ltk ,contw 
-0x5cc2 024610 call memcpy16 
-0x5cc3 024611 branch le_parse_enc_req_after_auth 
-:      024614 le_ltk_lost:
-0x5cc4 024615 bpatchx patch2f_3 ,mem_patch2f 
-0x5cc5 024616 jam flag_le_enc_null ,mem_le_enc_state 
-0x5cc6 024617 jam flag_le_enc_null ,mem_le_pairing_state 
-0x5cc7 024618 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
-0x5cc8 024619 branch ui_ipc_send_event 
-:      024621 le_send_reject_ind:
-0x5cc9 024622 arg 2 ,rega 
-0x5cca 024623 arg ll_reject_ind ,regb 
-0x5ccb 024624 call le_fifo_malloc_tx_ll 
-0x5ccc 024625 setarg le_err_pin_or_key_missing 
-0x5ccd 024626 istore 1 ,contw 
-0x5cce 024627 rtn 
-:      024629 le_send_enc_rsp:
-0x5ccf 024630 arg mem_le_skds ,contw 
-0x5cd0 024631 force 8 ,loopcnt 
-0x5cd1 024632 call generate_random_loop 
-0x5cd2 024633 arg mem_le_ivs ,contw 
-0x5cd3 024634 force 4 ,loopcnt 
-0x5cd4 024635 call generate_random_loop 
-0x5cd5 024636 arg 13 ,rega 
-0x5cd6 024637 arg ll_enc_rsp ,regb 
-0x5cd7 024638 call le_fifo_malloc_tx_ll 
-0x5cd8 024639 fetch 8 ,mem_le_skds 
-0x5cd9 024640 istore 8 ,contw 
-0x5cda 024641 fetch 4 ,mem_le_ivs 
-0x5cdb 024642 istore 4 ,contw 
-0x5cdc 024643 rtn 
-:      024645 le_send_start_enc_req:
-0x5cdd 024646 arg ll_start_enc_req ,regb 
-0x5cde 024647 branch le_send_ll_one_lenth 
-:      024649 le_send_start_enc_rsp:
-0x5cdf 024650 arg ll_start_enc_rsp ,regb 
-0x5ce0 024651 branch le_send_ll_one_lenth 
-:      024654 le_parse_enc_rsp:
-0x5ce1 024655 ifetch 8 ,contr 
-0x5ce2 024656 store 8 ,mem_le_skds 
-0x5ce3 024657 ifetch 4 ,contr 
-0x5ce4 024658 store 4 ,mem_le_ivs 
-0x5ce5 024659 branch generate_sk 
-:      024661 le_parse_start_enc_req:
-0x5ce6 024662 fetch 1 ,mem_le_state 
-0x5ce7 024663 set1 lestate_encryption ,pdata 
-0x5ce8 024664 store 1 ,mem_le_state 
-0x5ce9 024665 rtn 
-:      024667 le_parse_start_enc_rsp:
-0x5cea 024668 rtn master 
-0x5ceb 024669 jam bt_evt_le_start_enc ,mem_fifo_temp 
-0x5cec 024670 call ui_ipc_send_event 
-0x5ced 024671 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
-0x5cee 024672 branch le_send_start_enc_rsp 
-:      024674 le_parse_pause_enc_req:
-0x5cef 024675 jam flag_le_enc_pause ,mem_le_enc_state 
-0x5cf0 024676 call le_send_pause_enc_rsp 
-0x5cf1 024677 jam bt_evt_le_pause_enc ,mem_fifo_temp 
-0x5cf2 024678 branch ui_ipc_send_event 
-:      024680 le_send_pause_enc_rsp:
-0x5cf3 024681 arg ll_pause_enc_rsp ,regb 
-0x5cf4 024682 branch le_send_ll_one_lenth 
-:      024685 le_parse_feature_rsp:
-:      024686 le_parse_unknown_rsp:
-:      024687 le_parse_pause_enc_rsp:
-:      024688 le_parse_reject_ind:
-:      024689 le_parse_ping_rsp:
-0x5cf5 024690 rtn 
-:      024697 init_lmp:
-0x5cf6 024698 rtn wake 
-:      024699 init_lmp_work:
-0x5cf7 024700 bpatchx patch2f_4 ,mem_patch2f 
-0x5cf8 024701 setarg 0 
-0x5cf9 024702 store 1 ,mem_lmp_to_send 
-0x5cfa 024703 store 1 ,mem_conn_sm 
-0x5cfb 024704 store 1 ,mem_lmo_opcode1 
-0x5cfc 024705 store 1 ,mem_lmo_opcode2 
-0x5cfd 024706 store 1 ,mem_esco_addr 
-0x5cfe 024707 store 1 ,mem_auth_enable 
-0x5cff 024708 store 1 ,mem_connection_options 
-0x5d00 024709 store 1 ,mem_pairing_auth 
-0x5d01 024710 jam switch_flag_init ,mem_switch_flag 
-0x5d02 024711 jam 0 ,mem_switch_fail_master_count 
-0x5d03 024712 jam null_encryp ,mem_wait_encryption 
-:      024713 init_lmp_reinit:
-0x5d04 024714 jam 0 ,mem_pairing_auth 
-0x5d05 024715 jam 0 ,mem_sp_localsm 
-0x5d06 024716 jam 0 ,mem_lmp_conn_state 
-:      024718 parse_rx_done:
-0x5d07 024719 rtn 
-:      024721 parse_lmp:
-0x5d08 024722 bpatchx patch2f_5 ,mem_patch2f 
-0x5d09 024723 call setlocalsm_master ,master 
-0x5d0a 024724 ncall setlocalsm_slave ,master 
-0x5d0b 024725 call lmo_fifo_check 
-0x5d0c 024726 nrtn blank 
-0x5d0d 024727 fetch 1 ,mem_state_map 
-0x5d0e 024728 rtnbit0 smap_rxlmp 
-0x5d0f 024729 set0 smap_rxlmp ,pdata 
-0x5d10 024730 set0 mark_rxbuf_inuse ,mark 
-0x5d11 024731 store 1 ,mem_state_map 
-0x5d12 024732 fetch 1 ,mem_rxbuf 
-0x5d13 024733 fetcht 1 ,mem_state_map 
-0x5d14 024734 isolate1 smap_lmptidinit ,pdata 
-0x5d15 024735 setflag true ,smap_lmptid ,temp 
-0x5d16 024736 storet 1 ,mem_state_map 
-0x5d17 024737 and_into 0x2 ,temp 
-0x5d18 024738 storet 1 ,mem_lmo_tid2 
-0x5d19 024739 fetcht 1 ,mem_state_map 
-0x5d1a 024740 rshift pdata ,pdata 
-0x5d1b 024741 store 1 ,mem_lmi_opcode2 
-0x5d1c 024742 bpatchx patch2f_6 ,mem_patch2f 
-0x5d1d 024743 fetch 1 ,mem_lmi_opcode2 
-0x5d1e 024744 beq lmp_escape ,parse_lmp_escape 
-0x5d1f 024745 beq lmp_accepted ,parse_lmp_accepted 
-0x5d20 024746 beq lmp_not_accepted ,parse_lmp_not_accepted 
-0x5d21 024747 beq lmp_set_afh ,parse_lmp_set_afh 
-0x5d22 024748 beq lmp_clkoffset_req ,parse_lmp_clkoffset_req 
-0x5d23 024749 beq lmp_encryption_mode_req ,parse_lmp_encryption_mode_req 
-0x5d24 024750 beq lmp_encryption_key_size_req ,parse_lmp_crypt_key 
-0x5d25 024751 beq lmp_auto_rate ,parse_lmp_auto_rate 
-0x5d26 024752 beq lmp_test_control ,parse_lmp_test_control 
-0x5d27 024753 beq lmp_test_activate ,parse_lmp_test_activate 
-0x5d28 024754 beq lmp_setup_complete ,parse_lmp_setup_complete 
-0x5d29 024755 beq lmp_supervision_timeout ,parse_lmp_supervision_timeout 
-0x5d2a 024756 beq lmp_features_req ,parse_lmp_features_req 
-0x5d2b 024757 beq lmp_host_connection_req ,parse_lmp_conn_req 
-0x5d2c 024758 beq lmp_version_req ,parse_lmp_version_req 
-0x5d2d 024759 beq lmp_version_res ,parse_lmp_version_res 
-0x5d2e 024760 beq lmp_detach ,parse_lmp_detach 
-0x5d2f 024761 beq lmp_max_slot ,parse_lmp_max_slot 
-0x5d30 024762 beq lmp_max_slot_req ,parse_lmp_max_slot_req 
-0x5d31 024763 beq lmp_name_req ,parse_lmp_name_req 
-0x5d32 024764 beq lmp_name_res ,parse_lmp_name_res 
-0x5d33 024765 beq lmp_features_res ,parse_lmp_features_res 
-0x5d34 024766 beq lmp_comb_key ,parse_lmp_comb_key 
-0x5d35 024767 beq lmp_au_rand ,parse_lmp_au_rand 
-0x5d36 024768 beq lmp_in_rand ,parse_lmp_in_rand 
-0x5d37 024769 beq lmp_sres ,parse_lmp_sres 
-0x5d38 024770 beq lmp_incr_power_req ,parse_lmp_incr_power 
-0x5d39 024771 beq lmp_decr_power_req ,parse_lmp_decr_power 
-0x5d3a 024772 beq lmp_max_power ,parse_lmp_max_power 
-0x5d3b 024773 beq lmp_min_power ,parse_lmp_min_power 
-0x5d3c 024774 beq lmp_page_mode_req ,parse_lmp_page_mode_req 
-0x5d3d 024775 beq lmp_page_scan_mode_req ,parse_lmp_page_scan_mode_req 
-0x5d3e 024776 beq lmp_preferred_rate ,parse_lmp_preferred_rate 
-0x5d3f 024777 beq lmp_slot_offset ,parse_lmp_slot_offset 
-0x5d40 024778 beq lmp_sniff_req ,parse_lmp_sniff_req 
-0x5d41 024779 beq lmp_start_encryption_req ,parse_lmp_start_encryption_req 
-0x5d42 024780 beq lmp_stop_encryption_req ,parse_lmp_stop_encryption_req 
-0x5d43 024781 beq lmp_switch_req ,parse_lmp_switch_req 
-0x5d44 024782 beq lmp_temp_rand ,parse_lmp_temp_rand 
-0x5d45 024783 beq lmp_temp_key ,parse_lmp_temp_key 
-0x5d46 024784 beq lmp_timing_accuracy_req ,parse_lmp_timing_accuracy_req 
-0x5d47 024785 beq lmp_timing_accuracy_res ,parse_lmp_timing_accuracy_res 
-0x5d48 024786 beq lmp_unit_key ,parse_lmp_unit_key 
-0x5d49 024787 beq lmp_unsniff_req ,parse_lmp_unsniff_req 
-0x5d4a 024788 beq lmp_use_semi_permanent_key ,parse_lmp_use_semi_permanend_key 
-0x5d4b 024789 beq lmp_encapsulated_header ,parse_lmp_encapsulated_header 
-0x5d4c 024790 beq lmp_encapsulated_payload ,parse_lmp_encapsulated_payload 
-0x5d4d 024791 beq lmp_simple_pairing_confirm ,parse_simple_pairing_confirm 
-0x5d4e 024792 beq lmp_simple_pairing_number ,parse_lmp_simple_pairing_number 
-0x5d4f 024793 beq lmp_dhkey_check ,parse_dhkey_check 
-0x5d50 024794 beq lmp_clkoffset_res ,parse_lmp_clkoffset_res 
-0x5d51 024795 beq lmp_enc_key_size_mask_req ,parse_enc_key_size_mask_req 
-:      024798 reject_unknown_packet:
-0x5d52 024799 jam unknown_lmp_pdu ,mem_lmo_reason2 
-:      024800 reject_lmp_packet:
-0x5d53 024801 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5d54 024802 rtn 
-:      024804 parse_lmp_clkoffset_req:
-0x5d55 024805 jam lmp_clkoffset_res ,mem_lmo_opcode2 
-0x5d56 024806 rtn 
-:      024808 parse_enc_key_size_mask_req:
-0x5d57 024809 jam lmp_enc_key_size_mask_res ,mem_lmo_opcode2 
-0x5d58 024810 rtn 
-:      024812 parse_lmp_set_afh:
-0x5d59 024813 fetch 4 ,mem_rxbuf + 1 
-0x5d5a 024814 lshift pdata ,pdata 
-0x5d5b 024815 store 4 ,mem_afh_instant 
-0x5d5c 024816 fetch 1 ,mem_rxbuf + 5 
-0x5d5d 024817 store 1 ,mem_afh_new_mod 
-0x5d5e 024818 fetch 5 ,mem_rxbuf + 6 
-0x5d5f 024819 store 5 ,mem_afh_map_new 
-0x5d60 024820 fetch 5 ,mem_rxbuf + 11 
-0x5d61 024821 istore 5 ,contw 
-0x5d62 024822 fetch 1 ,mem_mode 
-0x5d63 024823 set1 afh_change ,pdata 
-0x5d64 024824 store 1 ,mem_mode 
-0x5d65 024825 rtn 
-:      024826 parse_lmp_escape:
-0x5d66 024827 bpatchx patch2f_7 ,mem_patch2f 
-0x5d67 024828 fetch 1 ,mem_rxbuf + 1 
-0x5d68 024829 set1 7 ,pdata 
-0x5d69 024830 store 1 ,mem_lmi_opcode2 
-0x5d6a 024831 beq lmp_ext_accepted ,parse_lmpext_accepted 
-0x5d6b 024832 beq lmp_not_accepted_ext ,parse_lmpext_not_accepted 
-0x5d6c 024833 beq lmp_sniff_subrating_req ,parse_lmp_sniff_subrating_req 
-0x5d6d 024834 beq lmp_sniff_subrating_res ,parse_lmp_sniff_subrating_res 
-0x5d6e 024835 beq lmp_packet_type_table_req ,parse_lmpext_packet_type_table_req 
-0x5d6f 024836 beq lmp_ext_features_req ,parse_lmpext_features_req 
-0x5d70 024837 beq lmp_ext_features_res ,parse_lmpext_features_res 
-0x5d71 024838 beq lmp_ext_chn_classification_req ,parse_lmpext_chn_classification_req 
-0x5d72 024839 beq lmp_pause_encryption_req ,parse_lmpext_pause_encrypt 
-0x5d73 024840 beq lmp_resume_encryption_req ,parse_lmpext_resume_encrypt 
-0x5d74 024841 beq lmp_io_cap_req ,parse_lmpext_iocap_req 
-0x5d75 024842 beq lmp_io_cap_res ,parse_lmpext_iocap_res 
-0x5d76 024843 rtneq lmp_ext_features_res 
-:      024846 reject_unknown_ext_packet:
-0x5d77 024847 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5d78 024848 jam unknown_lmp_pdu ,mem_lmo_reason2 
-0x5d79 024850 rtn 
-:      024851 parse_lmpext_chn_classification_req:
-0x5d7a 024852 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
-0x5d7b 024853 jam not_support_chn_classification ,mem_lmo_reason2 
-0x5d7c 024854 rtn 
-:      024856 parse_lmpext_iocap_req:
-0x5d7d 024857 call iocap_lmpext_load 
-0x5d7e 024858 jam lmp_io_cap_res ,mem_lmo_opcode2 
-0x5d7f 024859 rtn 
-:      024861 parse_lmpext_iocap_res:
-0x5d80 024862 call iocap_lmpext_load 
-0x5d81 024863 branch iocap_lmpext_common 
-:      024865 iocap_lmpext_load:
-0x5d82 024866 arg mem_sp_iocap_remote ,contw 
-0x5d83 024867 fetch 3 ,mem_rxbuf + 2 
-0x5d84 024868 istore 3 ,contw 
-0x5d85 024869 rtn 
-:      024871 iocap_lmpext_common:
-0x5d86 024872 branch master_set_mem_master_sp_flag ,true 
-0x5d87 024873 rtn 
-:      024874 parse_lmpext_accepted:
-0x5d88 024875 fetch 1 ,mem_rxbuf + 3 
-0x5d89 024876 set1 7 ,pdata 
-0x5d8a 024877 store 1 ,mem_lmi_accepted_opcode 
-0x5d8b 024878 beq lmp_packet_type_table_req ,parse_lmpext_accepted_ptt 
-0x5d8c 024879 rtn 
-:      024882 parse_lmpext_not_accepted:
-0x5d8d 024883 fetch 1 ,mem_rxbuf + 3 
-0x5d8e 024884 set1 7 ,pdata 
-0x5d8f 024885 store 1 ,mem_lmi_accepted_opcode 
-0x5d90 024886 beq lmp_packet_type_table_req ,parse_lmpext_not_accepted_ptt 
-0x5d91 024887 rtn 
-:      024889 parse_lmpext_accepted_ptt:
-0x5d92 024890 fetch 1 ,mem_ptt 
-0x5d93 024891 fetcht 1 ,mem_state_map 
-0x5d94 024892 nsetflag blank ,smap_edr ,temp 
-0x5d95 024893 storet 1 ,mem_state_map 
-:      024894 parse_lmpext_not_accepted_ptt:
-0x5d96 024895 fetch 1 ,mem_state 
-0x5d97 024896 rtnbit0 state_init_seq 
-0x5d98 024897 set0 state_init_seq ,pdata 
-0x5d99 024898 store 1 ,mem_state 
-0x5d9a 024899 fetch 1 ,mem_auth_enable 
-0x5d9b 024900 nrtn blank 
-0x5d9c 024901 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5d9d 024902 rtn 
-:      024904 parse_lmpext_pause_encrypt:
-0x5d9e 024905 nbranch parse_lmpext_pause_encrypt_slave ,master 
-0x5d9f 024906 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5da0 024907 branch tid_reply 
-:      024909 parse_lmpext_pause_encrypt_slave:
-0x5da1 024910 jam lmp_pause_encryption_req ,mem_lmo_opcode2 
-0x5da2 024911 rtn 
-:      024913 parse_lmpext_resume_encrypt:
-0x5da3 024916 call tid_reply 
-0x5da4 024917 branch lmp_start_encryption 
-:      024919 parse_lmpext_features_req:
-0x5da5 024920 jam lmp_ext_features_res ,mem_lmo_opcode2 
-0x5da6 024921 rtn 
-:      024923 parse_lmpext_features_res:
-0x5da7 024924 fetcht 1 ,mem_rxbuf + 4 
-0x5da8 024925 and temp ,0x1 ,temp 
-0x5da9 024926 storet 1 ,mem_remote_sppcap 
-0x5daa 024927 fetch 1 ,mem_hci_cmd 
-0x5dab 024928 bne hci_cmd_wait_remote_ext_feature ,parse_lmpext_features_res_not_hci 
-0x5dac 024929 jam 0 ,mem_hci_cmd 
-:      024930 parse_lmpext_features_res_not_hci:
-0x5dad 024931 fetch 1 ,mem_conn_sm 
-0x5dae 024932 rtnne conn_sm_wait_features_ext 
-0x5daf 024933 jam conn_sm_send_conn_req ,mem_conn_sm 
-0x5db0 024934 branch process_conn_sm 
-:      024936 parse_lmp_accepted:
-0x5db1 024937 bpatchx patch30_0 ,mem_patch30 
-0x5db2 024938 fetch 1 ,mem_rxbuf + 1 
-0x5db3 024939 store 1 ,mem_lmi_accepted_opcode 
-0x5db4 024940 beq lmp_host_connection_req ,parse_lmp_accepted_hostconn 
-0x5db5 024941 beq lmp_in_rand ,parse_lmp_accepted_inrand 
-0x5db6 024942 beq lmp_encryption_mode_req ,parse_lmp_accepted_enc_mode 
-0x5db7 024943 beq lmp_encryption_key_size_req ,parse_lmp_accepted_enc_keysize 
-0x5db8 024944 beq lmp_start_encryption_req ,parse_lmp_accepted_start_enc 
-0x5db9 024945 beq lmp_stop_encryption_req ,parse_lmp_accepted_stop_enc 
-0x5dba 024946 beq lmp_unsniff_req ,parse_lmp_accepted_unsniff_req 
-0x5dbb 024947 beq lmp_sniff_req ,parse_lmp_accepted_sniff_req 
-0x5dbc 024948 beq lmp_switch_req ,parse_lmp_accepted_switch 
-0x5dbd 024950 beq lmp_encapsulated_header ,parse_lmp_accepted_encapsulated_header 
-0x5dbe 024951 beq lmp_encapsulated_payload ,parse_lmp_accepted_encapsulated_payload 
-0x5dbf 024952 beq lmp_simple_pairing_number ,parse_lmp_accepted_simple_pairing_number 
-0x5dc0 024953 beq lmp_dhkey_check ,parse_lmp_accepted_dhkey_check 
-0x5dc1 024954 rtn 
-:      024956 parse_lmp_not_accepted:
-0x5dc2 024957 bpatchx patch30_1 ,mem_patch30 
-0x5dc3 024958 fetch 1 ,mem_rxbuf + 1 
-0x5dc4 024959 store 1 ,mem_lmi_accepted_opcode 
-0x5dc5 024960 beq lmp_name_req ,parse_lmp_not_accepted_name_req 
-0x5dc6 024961 beq lmp_host_connection_req ,parse_lmp_not_accepted_hostconn 
-0x5dc7 024962 beq lmp_au_rand ,parse_lmp_not_accepted_aurand 
-0x5dc8 024963 beq lmp_in_rand ,parse_lmp_not_accepted_inrand 
-0x5dc9 024964 beq lmp_switch_req ,parse_lmp_not_accepted_switch 
-0x5dca 024966 beq lmp_simple_pairing_number ,parse_lmp_not_accepted_simple_pairing_number 
-0x5dcb 024967 beq lmp_dhkey_check ,parse_lmp_not_accepted_dhkey_check 
-0x5dcc 024968 beq lmp_unsniff_req ,parse_lmp_not_accepted_unsniff_req 
-0x5dcd 024969 beq lmp_sniff_req ,parse_lmp_not_acdcept_sniff_req 
-0x5dce 024970 rtn 
-:      024972 parse_lmp_accepted_switch:
-0x5dcf 024973 jam bt_evt_switch_accept ,mem_fifo_temp 
-0x5dd0 024974 call ui_ipc_send_event 
-0x5dd1 024975 branch role_switch_prepare0 
-:      024976 parse_lmp_not_accepted_switch:
-0x5dd2 024977 jam bt_evt_switch_not_accept ,mem_fifo_temp 
-0x5dd3 024978 call ui_ipc_send_event 
-0x5dd4 024979 jam switch_flag_not_accept ,mem_switch_flag 
-0x5dd5 024980 setarg timer_switch_waite 
-0x5dd6 024981 arg switch_wait_timer ,queue 
-0x5dd7 024982 branch timer_init 
-:      024985 parse_lmp_accepted_hostconn:
-0x5dd8 024988 fetch 1 ,mem_lmp_conn_state 
-0x5dd9 024989 set1 received_conn_req ,pdata 
-0x5dda 024990 store 1 ,mem_lmp_conn_state 
-0x5ddb 024991 jam bt_evt_bb_connected ,mem_fifo_temp 
-0x5ddc 024992 call ui_ipc_send_event 
-0x5ddd 024993 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
-:      024995 parse_lmp_accepted_hostconn_ctn:
-0x5dde 024997 fetch 1 ,mem_conn_sm 
-0x5ddf 024998 bne conn_sm_wait_conn_accept ,parse_rx_done 
-0x5de0 025001 jam conn_sm_auth_pair ,mem_conn_sm 
-0x5de1 025002 rtn 
-:      025010 parse_lmp_not_accepted_hostconn:
-0x5de2 025011 jam acl_connection_already_exists ,mem_disconn_reason_send 
-0x5de3 025012 jam lmp_detach ,mem_lmo_opcode2 
-0x5de4 025014 jam conn_sm_standby ,mem_conn_sm 
-0x5de5 025016 branch parse_rx_done ,true 
-0x5de6 025017 rtn 
-:      025019 parse_lmp_accepted_inrand:
-0x5de7 025020 fetch 1 ,mem_link_key_exists 
-0x5de8 025021 nrtn blank 
-0x5de9 025022 call clear_linkkey 
-0x5dea 025023 call lmp_generate_key 
-0x5deb 025024 rtn master 
-0x5dec 025025 set1 mark_slave_in_rand_accepted ,mark 
-0x5ded 025026 rtn 
-:      025028 parse_lmp_accepted_enc_mode:
-0x5dee 025029 nrtn master 
-0x5def 025030 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
-0x5df0 025031 fetch 1 ,mem_state_map 
-0x5df1 025032 rtnbit0 smap_encryption 
-0x5df2 025033 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x5df3 025034 rtn 
-:      025036 parse_lmp_accepted_enc_keysize:
-0x5df4 025037 branch lmp_start_encryption 
-:      025039 parse_lmp_accepted_start_enc:
-0x5df5 025040 call send_create_conn_start_l2cap_timer_sm 
-0x5df6 025041 fetch 1 ,mem_state 
-0x5df7 025042 rtnbit1 state_conn_comp 
-0x5df8 025043 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5df9 025044 fetch 1 ,mem_conn_sm 
-0x5dfa 025045 rtnne conn_sm_encrypt_wait 
-0x5dfb 025046 jam conn_sm_encrypt_wait_clear ,mem_conn_sm 
-0x5dfc 025047 rtn 
-:      025049 parse_lmp_accepted_stop_enc:
-0x5dfd 025057 rtn 
-:      025059 parse_lmp_not_accepted_aurand:
-:      025060 parse_lmp_not_accepted_aurand_send_detach:
-0x5dfe 025061 jam lmp_detach ,mem_lmo_opcode2 
-0x5dff 025062 jam other_end_terminated ,mem_disconn_reason_send 
-0x5e00 025063 rtn 
-:      025065 parse_lmp_not_accepted_inrand:
-0x5e01 025066 fetch 1 ,mem_rxbuf + 2 
-0x5e02 025067 beq key_missing ,parse_lmp_inrand_key_missing 
-0x5e03 025068 rtnne pairing_not_allowed 
-0x5e04 025069 jam pairing_not_allowed ,mem_disconn_reason_send 
-0x5e05 025070 jam lmp_detach ,mem_lmo_opcode2 
-0x5e06 025071 rtn 
-:      025072 parse_lmp_inrand_key_missing:
-0x5e07 025073 jam key_missing ,mem_disconn_reason_send 
-0x5e08 025074 jam lmp_detach ,mem_lmo_opcode2 
-0x5e09 025075 rtn 
-:      025077 parse_lmp_not_accepted_name_req:
-0x5e0a 025078 rtn 
-:      025080 parse_lmp_not_accepted_simple_pairing_number:
-0x5e0b 025081 jam sp_stat_null ,mem_sp_state 
-0x5e0c 025082 jam lmp_detach ,mem_lmo_opcode2 
-0x5e0d 025083 branch parse_rx_done 
-:      025085 parse_lmp_not_accepted_dhkey_check:
-0x5e0e 025086 jam sp_stat_null ,mem_sp_state 
-0x5e0f 025087 jam lmp_detach ,mem_lmo_opcode2 
-0x5e10 025088 branch parse_rx_done 
-:      025089 parse_lmp_not_accepted_unsniff_req:
-0x5e11 025090 jam bt_evt_unsniff_not_accept ,mem_fifo_temp 
-0x5e12 025091 branch ui_ipc_send_event 
-:      025093 parse_lmp_accepted_unsniff_req:
-0x5e13 025094 jam bt_evt_unsniff_accept ,mem_fifo_temp 
-0x5e14 025095 call ui_ipc_send_event 
-0x5e15 025096 branch sniff_exit 
-:      025098 parse_lmp_accepted_sniff_req:
-0x5e16 025099 jam bt_evt_sniff_accept ,mem_fifo_temp 
-0x5e17 025100 call ui_ipc_send_event 
-0x5e18 025101 setarg 0 
-0x5e19 025102 store 2 ,mem_dsniff 
-0x5e1a 025103 fetch 2 ,mem_sniff_param_interval 
-0x5e1b 025104 lshift pdata ,pdata 
-0x5e1c 025105 store 2 ,mem_tsniff 
-0x5e1d 025106 fetch 1 ,mem_sniff_param_attempt 
-0x5e1e 025107 store 1 ,mem_sniff_attempt 
-0x5e1f 025108 fetch 1 ,mem_sniff_param_timeout 
-0x5e20 025109 store 1 ,mem_sniff_timeout 
-0x5e21 025110 branch sniff_init 
-:      025112 parse_lmp_not_acdcept_sniff_req:
-0x5e22 025113 jam bt_evt_sniff_not_accept ,mem_fifo_temp 
-0x5e23 025114 branch ui_ipc_send_event 
-:      025116 parse_lmp_crypt_key:
-0x5e24 025117 fetcht 1 ,mem_rxbuf + 1 
-0x5e25 025118 storet 1 ,mem_key_size 
-0x5e26 025119 branch accept_lmp_msg 
-:      025121 parse_lmp_setup_complete:
-0x5e27 025122 fetch 1 ,mem_lmp_conn_state 
-0x5e28 025123 set1 received_setup_complete ,pdata 
-0x5e29 025124 store 1 ,mem_lmp_conn_state 
-0x5e2a 025125 rtnbit1 sent_setup_complete 
-0x5e2b 025126 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x5e2c 025127 branch parse_rx_done 
-:      025129 parse_lmp_max_slot:
-0x5e2d 025132 rtn 
-:      025134 parse_lmp_max_slot_req:
-0x5e2e 025135 fetch 1 ,mem_max_slot 
-0x5e2f 025136 fetcht 1 ,mem_rxbuf + 1 
-0x5e30 025137 isub temp ,null 
-0x5e31 025139 branch accept_lmp_msg ,positive 
-0x5e32 025140 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5e33 025141 jam unspecified_error ,mem_lmo_reason2 
-0x5e34 025142 jam lmp_max_slot_req ,mem_lmi_opcode2 
-0x5e35 025143 rtn 
-:      025145 parse_lmp_detach:
-0x5e36 025146 call prepare_disconnect 
-0x5e37 025147 branch accept_lmp_msg 
-:      025149 accept_lmp_msg:
-0x5e38 025150 jam lmp_accepted ,mem_lmo_opcode2 
-0x5e39 025151 rtn 
-:      025153 parse_lmp_incr_power:
-0x5e3a 025154 jam lmp_max_power ,mem_lmo_opcode2 
-0x5e3b 025155 rtn 
-:      025157 parse_lmp_decr_power:
-0x5e3c 025158 jam lmp_min_power ,mem_lmo_opcode2 
-0x5e3d 025159 rtn 
-:      025161 parse_lmp_version_res:
-0x5e3e 025162 fetch 1 ,mem_conn_sm 
-0x5e3f 025163 rtneq conn_sm_wait_version 
-0x5e40 025165 jam conn_sm_send_features ,mem_conn_sm 
-0x5e41 025167 rtn 
-:      025170 parse_lmp_auto_rate:
-0x5e42 025171 rtn 
-:      025173 parse_lmp_in_rand:
-0x5e43 025174 call lmp_copy_rand 
-0x5e44 025175 jam pincode_state_wait_pincode ,mem_pincode_state 
-0x5e45 025176 jam bt_evt_pincode_req ,mem_fifo_temp 
-0x5e46 025177 call ui_ipc_send_event 
-0x5e47 025179 call tid_check 
-0x5e48 025180 nbranch lmp_accept_inrand ,true 
-0x5e49 025182 nbranch parse_lmp_inrand_res ,master 
-0x5e4a 025183 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5e4b 025184 jam lmp_in_rand ,mem_lmi_opcode2 
-0x5e4c 025185 jam transaction_collision ,mem_lmo_reason2 
-0x5e4d 025186 rtn 
-:      025187 parse_lmp_inrand_res:
-0x5e4e 025188 fetch 1 ,mem_op 
-0x5e4f 025189 set1 op_inrand_req ,pdata 
-0x5e50 025190 store 1 ,mem_op 
-0x5e51 025191 rtn 
-:      025194 pop_tid_follow:
-0x5e52 025195 fetcht 1 ,mem_state_map 
-0x5e53 025196 nsetflag blank ,smap_lmptid ,temp 
-0x5e54 025197 storet 1 ,mem_state_map 
-0x5e55 025198 rtn 
-:      025201 push_tid_follow:
-0x5e56 025202 fetch 1 ,mem_lmo_tid2 
-0x5e57 025203 rshift pdata ,pdata 
-0x5e58 025204 and_into 1 ,pdata 
-0x5e59 025205 rtn 
-:      025207 parse_lmp_au_rand_moudle:
-0x5e5a 025208 fetch 1 ,mem_nv_data_number 
-0x5e5b 025209 rtn blank 
-0x5e5c 025210 fetch 1 ,mem_pairing_auth 
-0x5e5d 025211 call load_device_list ,blank 
-0x5e5e 025212 rtn 
-:      025214 parse_lmp_au_rand:
-0x5e5f 025215 call parse_lmp_au_rand_moudle 
-0x5e60 025216 call push_tid_follow 
-0x5e61 025217 store 1 ,mem_sres_tid 
-0x5e62 025218 call lmp_copy_rand 
-0x5e63 025219 jam lmp_sres ,mem_lmo_opcode2 
-0x5e64 025220 fetch 1 ,mem_link_key_exists 
-0x5e65 025221 nrtn blank 
-0x5e66 025222 fetch 1 ,mem_state 
-0x5e67 025223 rtnbit1 state_combkey 
-0x5e68 025224 jam key_missing ,mem_lmo_reason2 
-0x5e69 025225 branch reject_lmp_packet 
-:      025227 parse_lmp_sres:
-0x5e6a 025228 arg mem_plap ,rega 
-0x5e6b 025229 call function_e1 
-0x5e6c 025230 fetch 4 ,mem_rxbuf + 1 
-0x5e6d 025231 fetcht 4 ,mem_input_store 
-0x5e6e 025232 isub temp ,null 
-0x5e6f 025233 branch authentication_ok ,zero 
-0x5e70 025234 jam lmp_detach ,mem_lmo_opcode2 
-0x5e71 025235 jam authentication_failure_error ,mem_disconn_reason_send 
-0x5e72 025236 rtn 
-:      025237 authentication_ok:
-0x5e73 025238 call authentication_ok_common 
-0x5e74 025239 fetch 1 ,mem_ssp_enable 
-0x5e75 025240 branch pairing_success ,blank 
-0x5e76 025241 rtn 
-:      025244 authentication_ok_common:
-0x5e77 025245 call copy_aco 
-0x5e78 025246 call linkkey_ready 
-0x5e79 025247 fetch 1 ,mem_op 
-0x5e7a 025248 isolate1 op_auth_req ,pdata 
-0x5e7b 025249 set0 op_auth_req ,pdata 
-0x5e7c 025250 store 1 ,mem_op 
-0x5e7d 025251 fetch 1 ,mem_conn_sm 
-0x5e7e 025252 beq conn_sm_auth_wait ,authentication_ok_conn_sm 
-0x5e7f 025253 beq conn_sm_pairing_wait ,authentication_ok_conn_sm 
-0x5e80 025254 rtn 
-:      025255 authentication_ok_conn_sm:
-0x5e81 025256 fetch 1 ,mem_pairing_auth 
-0x5e82 025257 rtnne defalt_pairing_auth 
-0x5e83 025258 fetch 1 ,mem_state_map 
-0x5e84 025259 rtnbit1 smap_encryption 
-0x5e85 025260 branch host_create_conn_encrypt 
-:      025262 parse_lmp_comb_key:
-0x5e86 025263 arg mem_rxbuf + 1 ,rega 
-0x5e87 025264 arg mem_kinit ,regb 
-0x5e88 025265 arg mem_random_number ,contw 
-0x5e89 025266 call xor16 
-0x5e8a 025267 arg mem_plap ,rega 
-0x5e8b 025268 call generate_linkkey 
-0x5e8c 025269 jam lmp_au_rand ,mem_lmo_opcode2 
-0x5e8d 025270 fetch 1 ,mem_state 
-0x5e8e 025271 bbit0 state_combkey ,lmp_generate_key 
-0x5e8f 025272 rtn 
-:      025274 parse_lmp_name_res:
-0x5e90 025275 fetch 2 ,mem_len 
-0x5e91 025276 add pdata ,-3 ,loopcnt 
-0x5e92 025277 fetcht 1 ,mem_rxbuf + 1 
-0x5e93 025278 setarg mem_tmp_buffer 
-0x5e94 025279 iadd temp ,contw 
-0x5e95 025280 arg mem_rxbuf + 3 ,contr 
-0x5e96 025281 call memcpy 
-0x5e97 025282 fetcht 1 ,mem_name_offset 
-0x5e98 025283 fetch 1 ,mem_rxbuf + 2 
-0x5e99 025284 isub temp ,pdata 
-0x5e9a 025285 sub pdata ,14 ,null 
-0x5e9b 025286 branch parse_lmp_name_res_end ,positive 
-0x5e9c 025287 add temp ,14 ,pdata 
-0x5e9d 025288 store 1 ,mem_name_offset 
-0x5e9e 025289 jam lmp_name_req ,mem_lmo_opcode2 
-0x5e9f 025290 rtn 
-:      025291 parse_lmp_name_res_end:
-0x5ea0 025292 fetch 1 ,mem_state_map 
-0x5ea1 025293 set1 smap_name_res ,pdata 
-0x5ea2 025294 store 1 ,mem_state_map 
-0x5ea3 025295 bbit1 smap_name_req ,lmp_disconnect 
-0x5ea4 025296 rtn 
-:      025297 parse_lmp_name_req:
-0x5ea5 025298 fetch 1 ,mem_rxbuf + 1 
-0x5ea6 025299 store 1 ,mem_lmi_opcode2 
-0x5ea7 025300 jam lmp_name_res ,mem_lmo_opcode2 
-0x5ea8 025301 rtn 
-:      025303 parse_lmp_conn_req:
-0x5ea9 025304 branch accept_lmp_msg 
-:      025306 parse_lmp_timing_accuracy_req:
-0x5eaa 025307 jam lmp_timing_accuracy_res ,mem_lmo_opcode2 
-0x5eab 025308 rtn 
-:      025310 parse_lmp_features_req:
-0x5eac 025311 jam lmp_features_res ,mem_lmo_opcode2 
-0x5ead 025312 rtn 
-:      025314 parse_lmp_version_req:
-0x5eae 025315 jam lmp_version_res ,mem_lmo_opcode2 
-0x5eaf 025316 rtn 
-:      025318 parse_lmp_supervision_timeout:
-0x5eb0 025321 rtn 
-:      025325 parse_lmp_sniff_subrating_req:
-0x5eb1 025326 fetch 2 ,mem_tsniff 
-0x5eb2 025327 iforce temp 
-0x5eb3 025328 fetch 1 ,mem_rxbuf + 2 
-0x5eb4 025329 store 1 ,mem_subsniff_rate 
-0x5eb5 025330 imul32 temp ,temp 
-0x5eb6 025331 fetch 2 ,mem_rxbuf + 3 
-0x5eb7 025332 lshift pdata ,pdata 
-0x5eb8 025333 store 2 ,mem_subsniff_tcmax 
-0x5eb9 025334 fetch 4 ,mem_rxbuf + 5 
-0x5eba 025335 lshift pdata ,pdata 
-0x5ebb 025336 store 4 ,mem_subsniff_instant 
-0x5ebc 025338 deposit temp 
-0x5ebd 025339 store 2 ,mem_subsniff_tsniff 
-0x5ebe 025340 rtn 
-:      025341 parse_lmpext_packet_type_table_req:
-0x5ebf 025342 fetcht 1 ,mem_ptt 
-0x5ec0 025343 fetch 1 ,mem_rxbuf + 2 
-0x5ec1 025344 ixor temp ,null 
-0x5ec2 025345 nbranch reject_unknown_ext_packet ,zero 
-0x5ec3 025346 isolate1 0 ,pdata 
-0x5ec4 025347 fetch 1 ,mem_state_map 
-0x5ec5 025348 setflag true ,smap_edr ,pdata 
-0x5ec6 025349 store 1 ,mem_state_map 
-0x5ec7 025350 jam lmp_ext_accepted ,mem_lmo_opcode2 
-0x5ec8 025351 jam lmp_packet_type_table_req ,mem_lmi_opcode2 
-0x5ec9 025352 rtn 
-:      025355 parse_lmp_sniff_subrating_res:
-:      025356 parse_lmp_preferred_rate:
-:      025357 parse_lmp_max_power:
-:      025358 parse_lmp_min_power:
-0x5eca 025359 rtn 
-:      025360 parse_lmp_page_mode_req:
-0x5ecb 025362 branch accept_lmp_msg 
-:      025363 parse_lmp_page_scan_mode_req:
-0x5ecc 025366 branch accept_lmp_msg 
-:      025370 parse_lmp_slot_offset:
-0x5ecd 025371 fetch 2 ,mem_rxbuf + 1 
-0x5ece 025372 store 2 ,mem_slot_offset 
-0x5ecf 025373 rtn 
-:      025375 parse_lmp_sniff_req_check_sniff_para:
-0x5ed0 025376 fetch 2 ,mem_rxbuf + 4 
-0x5ed1 025377 fetcht 1 ,mem_lpm_mult 
-0x5ed2 025378 imul32 temp ,pdata 
-0x5ed3 025379 arg 0x640 ,temp 
-0x5ed4 025380 isub temp ,null 
-0x5ed5 025382 rtn 
-:      025384 parse_lmp_sniff_req:
-0x5ed6 025385 fetch 2 ,mem_rxbuf + 6 
-0x5ed7 025386 branch lmp_reject_sniff ,blank 
-0x5ed8 025387 call parse_lmp_sniff_req_check_sniff_para 
-0x5ed9 025388 branch lmp_reject_sniff ,positive 
-0x5eda 025389 fetch 1 ,mem_device_option 
-0x5edb 025390 sub pdata ,dvc_op_module ,null 
-0x5edc 025391 call module_set_lpm_mult_2 ,zero 
-0x5edd 025392 fetch 1 ,mem_state 
-0x5ede 025393 bbit1 state_insniff ,lmp_reject_sniff 
-0x5edf 025394 fetch 2 ,mem_rxbuf + 2 
-0x5ee0 025395 lshift pdata ,pdata 
-0x5ee1 025396 store 2 ,mem_dsniff 
-0x5ee2 025397 fetch 2 ,mem_rxbuf + 4 
-0x5ee3 025398 lshift pdata ,pdata 
-0x5ee4 025399 store 2 ,mem_tsniff 
-0x5ee5 025400 fetch 2 ,mem_rxbuf + 6 
-0x5ee6 025401 store 1 ,mem_sniff_attempt 
-0x5ee7 025402 iforce temp 
-0x5ee8 025403 fetch 2 ,mem_rxbuf + 8 
-0x5ee9 025404 store 1 ,mem_sniff_timeout 
-0x5eea 025405 isub temp ,null 
-0x5eeb 025406 nbranch set_big_value_to_attempt ,positive 
-0x5eec 025407 store 1 ,mem_sniff_attempt 
-:      025408 set_big_value_to_attempt:
-0x5eed 025410 jam lmp_accepted ,mem_lmo_opcode2 
-0x5eee 025411 jam lmp_sniff_req ,mem_lmi_opcode2 
-0x5eef 025412 rtn 
-:      025414 lmp_reject_sniff:
-0x5ef0 025415 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5ef1 025416 branch reject_lmp_packet 
-:      025418 parse_lmp_start_encryption_req:
-0x5ef2 025419 call accept_lmp_msg 
-0x5ef3 025420 call lmp_copy_rand 
-0x5ef4 025421 call function_e3 
-0x5ef5 025422 branch start_encryption 
-:      025424 parse_lmp_stop_encryption_req:
-0x5ef6 025425 call accept_lmp_msg 
-0x5ef7 025426 branch stop_encryption 
-:      025429 parse_lmp_switch_req:
-0x5ef8 025430 fetch 4 ,mem_rxbuf + 1 
-0x5ef9 025431 lshift pdata ,pdata 
-0x5efa 025433 branch parse_lmp_switch_accept ,master 
-0x5efb 025434 fetcht 1 ,mem_link_key_exists 
-0x5efc 025435 nbranch parse_lmp_switch_req_clear_mark ,blank 
-:      025436 parse_lmp_switch_req_not_accept:
-0x5efd 025437 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x5efe 025438 jam lmp_switch_req ,mem_lmi_opcode2 
-0x5eff 025439 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f00 025440 rtn 
-:      025441 parse_lmp_switch_req_clear_mark:
-0x5f01 025442 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x5f02 025443 jam 0 ,mem_conn_sm 
-0x5f03 025444 branch role_switch_prepare 
-:      025446 parse_lmp_switch_accept:
-0x5f04 025447 call role_switch_prepare 
-0x5f05 025448 set1 mark_reconn_recieve_switch ,mark 
-0x5f06 025449 fetch 1 ,mem_connection_options 
-0x5f07 025450 set0 connection_switch ,pdata 
-0x5f08 025451 store 1 ,mem_connection_options 
-0x5f09 025452 branch accept_lmp_msg 
-:      025456 parse_lmp_temp_rand:
-:      025457 parse_lmp_temp_key:
-:      025458 parse_lmp_timing_accuracy_res:
-:      025459 parse_lmp_unit_key:
-:      025460 parse_lmp_use_semi_permanend_key:
-0x5f0a 025461 rtn 
-:      025464 parse_lmp_unsniff_req:
-0x5f0b 025465 jam lmp_accepted ,mem_lmo_opcode2 
-0x5f0c 025466 jam lmp_unsniff_req ,mem_lmi_opcode2 
-0x5f0d 025467 jam bt_evt_remote_unsniff ,mem_fifo_temp 
-0x5f0e 025468 call ui_ipc_send_event 
-0x5f0f 025469 branch sniff_exit 
-:      025471 parse_lmp_encapsulated_header:
-0x5f10 025472 fetch 1 ,mem_rxbuf + 1 
-0x5f11 025473 bne encapsulated_major_type_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f12 025474 fetch 1 ,mem_rxbuf + 2 
-0x5f13 025475 bne encapsulated_minor_type_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f14 025476 fetch 1 ,mem_rxbuf + 3 
-0x5f15 025477 bne encapsulated_len_p192 ,parse_lmp_encapsulated_header_reject 
-0x5f16 025478 call check_localsm 
-0x5f17 025479 branch parse_lmp_encapsulated_header_master ,true 
-0x5f18 025480 jam sp_stat_key_recv ,mem_sp_state 
-:      025481 parse_lmp_encapsulated_header_master:
-0x5f19 025482 jam lmp_accepted ,mem_lmo_opcode2 
-0x5f1a 025483 jam lmp_encapsulated_header ,mem_lmi_opcode2 
-0x5f1b 025484 branch parse_rx_done 
-:      025486 parse_lmp_encapsulated_header_reject:
-0x5f1c 025487 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f1d 025488 branch reject_lmp_packet 
-:      025490 parse_lmp_accepted_encapsulated_header:
-0x5f1e 025493 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
-0x5f1f 025495 rtn 
-:      025496 parse_lmp_accepted_simple_pairing_number:
-0x5f20 025497 fetch 1 ,mem_ssp_mode_flag 
-0x5f21 025498 beq ssp_mode_ssp_pin_flag ,parse_lmp_accepted_simple_pairing_number_ssp_pin 
-0x5f22 025499 beq ssp_mode_passkey_entry_flag ,parse_lmp_accepted_simple_pairing_number_passkey 
-:      025500 parse_lmp_accepted_simple_pairing_number_common:
-0x5f23 025501 call check_localsm 
-0x5f24 025502 rtn true 
-0x5f25 025503 jam sp_stat_confirm_recv ,mem_sp_state 
-0x5f26 025504 rtn 
-:      025506 parse_lmp_accepted_simple_pairing_number_ssp_pin:
-0x5f27 025507 call g_noninit_number_confirm 
-0x5f28 025508 jam bt_evt_bt_gkey_generate ,mem_fifo_temp 
-0x5f29 025509 call ui_ipc_send_event 
-0x5f2a 025510 branch parse_lmp_accepted_simple_pairing_number_common 
-:      025513 parse_lmp_accepted_simple_pairing_number_passkey:
-0x5f2b 025514 call check_localsm 
-0x5f2c 025515 rtn true 
-0x5f2d 025516 fetch 1 ,mem_authentication_passkey_times 
-0x5f2e 025517 beq 19 ,authentication_passkey_end 
-0x5f2f 025518 increase 1 ,pdata 
-0x5f30 025519 store 1 ,mem_authentication_passkey_times 
-:      025522 authentication_passkey:
-0x5f31 025523 jam sp_flag_commit ,mem_sp_flag 
-0x5f32 025524 jam sp_stat_commit_calc ,mem_sp_state 
-0x5f33 025525 fetch 1 ,mem_authentication_passkey_times 
-0x5f34 025526 copy pdata ,queue 
-0x5f35 025527 fetch 6 ,mem_pin 
-0x5f36 025528 qisolate1 pdata 
-0x5f37 025529 setarg 0x80 
-0x5f38 025530 setflag true ,0 ,pdata 
-0x5f39 025531 store 1 ,mem_passkey_1bit 
-0x5f3a 025532 rtn 
-:      025534 authentication_passkey_end:
-0x5f3b 025535 jam sp_stat_confirm_recv ,mem_sp_state 
-0x5f3c 025536 rtn 
-:      025538 parse_lmp_accepted_dhkey_check:
-0x5f3d 025539 call parse_lmp_accepted_dhkey_check_common 
-:      025540 pairing_success:
-0x5f3e 025541 fetch 1 ,mem_flag_pairing_state 
-0x5f3f 025542 rtn blank 
-0x5f40 025543 jam flag_pairing_state_not_pairing ,mem_flag_pairing_state 
-0x5f41 025544 jam bt_evt_bt_pairing_success ,mem_fifo_temp 
-0x5f42 025545 branch ui_ipc_send_event 
-:      025548 parse_lmp_accepted_dhkey_check_common:
-0x5f43 025550 call check_localsm 
-0x5f44 025551 ncall g_noninit ,true 
-0x5f45 025552 call g_init ,true 
-0x5f46 025553 call check_localsm 
-0x5f47 025554 rtn true 
-0x5f48 025555 jam sp_stat_link_key_calc ,mem_sp_state 
-0x5f49 025556 jam sp_flag_commit ,mem_sp_flag 
-0x5f4a 025557 rtn 
-:      025559 parse_simple_pairing_confirm:
-0x5f4b 025560 arg mem_sp_confirm_remote ,contw 
-0x5f4c 025561 arg mem_rxbuf + 1 ,contr 
-0x5f4d 025562 call memcpy16 
-0x5f4e 025563 fetch 1 ,mem_ssp_mode_flag 
-0x5f4f 025564 rtneq ssp_mode_passkey_entry_flag 
-0x5f50 025565 branch master_set_mem_master_sp_flag 
-:      025567 parse_lmp_encapsulated_payload:
-0x5f51 025568 fetch 1 ,mem_master_sp_state 
-0x5f52 025569 beq sp_stat_random_send ,parse_encapsulated_payload_master 
-0x5f53 025570 fetch 1 ,mem_sp_state 
-0x5f54 025571 bne sp_stat_key_recv ,parse_lmp_encapsulated_payload_reject 
-:      025572 parse_encapsulated_payload_master:
-0x5f55 025573 fetch 1 ,mem_sp_remote_key_recv_count 
-0x5f56 025574 sub pdata ,0x20 ,contw 
-0x5f57 025575 nbranch parse_lmp_encapsulated_payload_reject ,positive 
-0x5f58 025576 arg mem_sp_pubkey_remote ,contw 
-0x5f59 025577 iadd contw ,contw 
-0x5f5a 025578 fetch 8 ,mem_rxbuf + 1 
-0x5f5b 025579 istore 8 ,contw 
-0x5f5c 025580 fetch 8 ,mem_rxbuf + 9 
-0x5f5d 025581 istore 8 ,contw 
-0x5f5e 025582 fetch 1 ,mem_sp_remote_key_recv_count 
-0x5f5f 025583 increase 16 ,pdata 
-0x5f60 025584 store 1 ,mem_sp_remote_key_recv_count 
-0x5f61 025585 bne encapsulated_len_p192 ,accept_lmp_msg 
-:      025586 parse_lmp_encapsulated_payload_completed:
-0x5f62 025587 call check_localsm 
-0x5f63 025588 branch accept_lmp_msg ,true 
-0x5f64 025589 jam sp_key_valid ,mem_sp_remote_key_invalid 
-0x5f65 025590 jam sp_stat_key_generate ,mem_sp_state 
-0x5f66 025591 jam sp_flag_commit ,mem_sp_flag 
-0x5f67 025592 branch accept_lmp_msg 
-:      025593 parse_lmp_encapsulated_payload_reject:
-0x5f68 025594 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f69 025595 branch reject_lmp_packet 
-:      025596 parse_lmp_accepted_encapsulated_payload:
-0x5f6a 025597 fetch 1 ,mem_sp_local_key_send_count 
-0x5f6b 025598 beq encapsulated_len_p192 ,parse_lmp_encapsulated_payload_all_accepted 
-0x5f6c 025599 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
-0x5f6d 025600 branch parse_rx_done 
-:      025602 parse_lmp_encapsulated_payload_all_accepted:
-0x5f6e 025603 call check_localsm 
-0x5f6f 025604 branch parse_lmp_encapsulated_payload_all_accepted_master ,true 
-0x5f70 025605 fetch 1 ,mem_ssp_mode_flag 
-0x5f71 025606 beq ssp_mode_passkey_entry_flag ,parse_lmp_encapsulated_payload_all_accepted_get_passkey 
-0x5f72 025607 jam sp_flag_commit ,mem_sp_flag 
-0x5f73 025608 jam sp_stat_commit_calc ,mem_sp_state 
-0x5f74 025609 branch parse_rx_done 
-:      025611 parse_lmp_encapsulated_payload_all_accepted_get_passkey:
-0x5f75 025612 jam bt_evt_bt_get_passkey ,mem_fifo_temp 
-0x5f76 025613 branch ui_ipc_send_event 
-:      025616 parse_lmp_encapsulated_payload_all_accepted_master:
-0x5f77 025618 branch parse_rx_done 
-:      025620 parse_lmp_simple_pairing_number:
-0x5f78 025621 fetch 1 ,mem_master_sp_state 
-0x5f79 025622 beq sp_stat_random_send ,parse_lmp_simple_pairing_number_master 
-0x5f7a 025623 fetch 1 ,mem_sp_state 
-0x5f7b 025624 bne sp_stat_random_recv ,parse_lmp_simple_pairing_number_reject 
-:      025625 parse_lmp_simple_pairing_number_master:
-0x5f7c 025626 arg mem_sp_random_remote ,contw 
-0x5f7d 025627 fetch 8 ,mem_rxbuf + 1 
-0x5f7e 025628 istore 8 ,contw 
-0x5f7f 025629 fetch 8 ,mem_rxbuf + 9 
-0x5f80 025630 istore 8 ,contw 
-0x5f81 025631 call check_localsm 
-0x5f82 025632 branch parse_lmp_simple_pairing_number_master0 ,true 
-0x5f83 025633 jam sp_stat_random_send ,mem_sp_state 
-0x5f84 025634 jam sp_flag_commit ,mem_sp_flag 
-0x5f85 025635 branch accept_lmp_msg 
-:      025636 parse_lmp_simple_pairing_number_master0:
-0x5f86 025637 jam sp_stat_commit_calc ,mem_master_sp_state 
-0x5f87 025638 branch master_set_mem_master_sp_flag 
-:      025641 parse_lmp_simple_pairing_number_reject:
-0x5f88 025642 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f89 025643 branch reject_lmp_packet 
-:      025645 parse_dhkey_check:
-0x5f8a 025646 fetch 1 ,mem_master_sp_state 
-0x5f8b 025647 beq sp_stat_confirm_send ,parse_dhkey_check_master 
-0x5f8c 025648 fetch 1 ,mem_sp_state 
-0x5f8d 025649 bne sp_stat_confirm_recv ,parse_lmp_dhkey_check_reject 
-:      025650 parse_dhkey_check_master:
-0x5f8e 025651 arg mem_sp_check_result ,contw 
-0x5f8f 025652 arg mem_rxbuf + 1 ,contr 
-0x5f90 025653 call memcpy16 
-0x5f91 025654 call check_localsm 
-0x5f92 025655 branch parse_dhkey_check_master0 ,true 
-0x5f93 025656 fetch 1 ,mem_ssp_mode_flag 
-0x5f94 025657 beq ssp_mode_ssp_pin_flag ,number_comparison_mode 
-:      025658 number_comparison_successed:
-0x5f95 025659 jam 0 ,mem_flag_mode_ssp_pin 
-0x5f96 025660 jam sp_stat_confirm_check ,mem_sp_state 
-0x5f97 025661 jam sp_flag_commit ,mem_sp_flag 
-0x5f98 025662 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x5f99 025663 branch parse_rx_done 
-:      025665 parse_dhkey_check_master0:
-0x5f9a 025666 jam sp_stat_confirm_check ,mem_master_sp_state 
-0x5f9b 025667 jam sp_flag_commit ,mem_master_sp_flag 
-0x5f9c 025668 branch parse_rx_done 
-:      025669 parse_lmp_dhkey_check_reject:
-0x5f9d 025670 jam pdu_not_allowed ,mem_lmo_reason2 
-0x5f9e 025671 branch reject_lmp_packet 
-:      025673 number_comparison_mode:
-0x5f9f 025674 fetch 1 ,mem_flag_mode_ssp_pin 
-0x5fa0 025675 bbit1 flag_mode_ssp_pin_reviceve_comparison_bit ,comparison_result 
-0x5fa1 025676 set1 flag_mode_ssp_pin_recieve_dhkey_bit ,pdata 
-0x5fa2 025677 store 1 ,mem_flag_mode_ssp_pin 
-0x5fa3 025678 rtn 
-:      025680 comparison_result:
-0x5fa4 025681 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
-0x5fa5 025682 jam 0 ,mem_flag_mode_ssp_pin 
-0x5fa6 025683 branch parse_lmp_dhkey_check_reject 
-:      025686 parse_lmp_clkoffset_res:
-0x5fa7 025687 branch parse_rx_done 
-:      025689 parse_lmp_encryption_mode_req:
-0x5fa8 025690 fetch 1 ,mem_connection_options 
-0x5fa9 025691 set0 connection_encrypt 
-0x5faa 025692 store 1 ,mem_connection_options 
-0x5fab 025693 call accept_lmp_msg 
-0x5fac 025694 nrtn master 
-0x5fad 025695 fetch 1 ,mem_rxbuf + 1 
-0x5fae 025696 fetcht 1 ,mem_op 
-0x5faf 025697 setflag blank ,op_stop_enc ,temp 
-0x5fb0 025698 nsetflag blank ,op_start_enc ,temp 
-0x5fb1 025699 storet 1 ,mem_op 
-0x5fb2 025700 rtn 
-:      025702 parse_lmp_features_res:
-0x5fb3 025703 fetcht 8 ,mem_rxbuf + 1 
-:      025704 parse_lmp_features_res_not_hci:
-0x5fb4 025705 fetch 1 ,mem_conn_sm 
-0x5fb5 025706 rtnne conn_sm_wait_features_res 
-0x5fb6 025708 fetch 1 ,mem_connection_options 
-0x5fb7 025709 bbit0 connection_feature_ext ,parse_lmp_send_conn 
-0x5fb8 025711 jam conn_sm_send_features_ext ,mem_conn_sm 
-0x5fb9 025712 rtn 
-:      025713 parse_lmp_send_conn:
-0x5fba 025714 jam conn_sm_send_conn_req ,mem_conn_sm 
-0x5fbb 025715 rtn 
-:      025716 parse_lmp_test_activate:
-0x5fbc 025717 fetch 1 ,mem_debug_config 
-0x5fbd 025718 store 1 ,mem_test_mode_old_debug_config 
-0x5fbe 025719 jam lmp_accepted ,mem_lmo_opcode2 
-0x5fbf 025720 jam lmp_test_activate ,mem_lmi_opcode2 
-0x5fc0 025721 rtn 
-:      025722 parse_lmp_test_control:
-0x5fc1 025725 jam lmp_accepted ,mem_lmo_opcode2 
-0x5fc2 025726 jam lmp_test_control ,mem_lmi_opcode2 
-0x5fc3 025727 force 9 ,loopcnt 
-0x5fc4 025728 arg mem_rxbuf + 1 ,contr 
-0x5fc5 025729 arg mem_temp_payload ,contw 
-:      025730 parse_lmp_test_xor:
-0x5fc6 025731 ifetch 1 ,contr 
-0x5fc7 025732 xor_into 0x55 ,pdata 
-0x5fc8 025733 istore 1 ,contw 
-0x5fc9 025734 loop parse_lmp_test_xor 
-0x5fca 025735 fetch 1 ,test_mode_scenario 
-0x5fcb 025736 fetcht 1 ,mem_tester_emulate 
-0x5fcc 025737 set0 tester_no_whitening ,temp 
-0x5fcd 025738 set0 tester_pattern_test ,temp 
-0x5fce 025739 beq exit_test_mode ,parse_lmp_test_control_exit 
-0x5fcf 025740 beq pause_test_mode ,parse_lmp_test_control_pause 
-0x5fd0 025741 beq closed_loop_back_acl ,parse_lmp_test_control_loopback 
-0x5fd1 025742 beq acl_without_whitening ,parse_lmp_test_control_loopback_nowhite 
-0x5fd2 025743 beq closed_loop_back_sco ,parse_lmp_test_control_loopback 
-0x5fd3 025744 beq sco_without_whitening ,parse_lmp_test_control_loopback_nowhite 
-0x5fd4 025745 beq zero_pattern ,parse_lmp_test_control_pattern 
-0x5fd5 025746 beq one_pattern ,parse_lmp_test_control_pattern 
-0x5fd6 025747 beq alt_pattern ,parse_lmp_test_control_pattern 
-0x5fd7 025748 beq alt2_pattern ,parse_lmp_test_control_pattern 
-0x5fd8 025749 beq pseudorandom ,parse_lmp_test_control_pattern 
-0x5fd9 025750 rtn 
-:      025751 parse_lmp_test_control_exit:
-0x5fda 025753 fetch 1 ,mem_tester_emulate 
-0x5fdb 025754 set1 tester_exit ,pdata 
-0x5fdc 025755 set1 tester_change ,pdata 
-0x5fdd 025756 store 1 ,mem_tester_emulate 
-0x5fde 025757 rtn 
-:      025758 parse_lmp_test_control_pattern:
-0x5fdf 025759 set1 tester_pattern_test ,temp 
-0x5fe0 025760 jam 5 ,mem_lch_code 
-0x5fe1 025761 fetch 2 ,test_mode_data_length 
-0x5fe2 025762 iforce loopcnt 
-0x5fe3 025763 store 2 ,mem_len 
-0x5fe4 025764 arg mem_rxbuf ,contw 
-0x5fe5 025765 call pn9 
-:      025766 parse_lmp_test_control_loopback_nowhite:
-0x5fe6 025767 set1 tester_no_whitening ,temp 
-:      025768 parse_lmp_test_control_loopback:
-0x5fe7 025769 set1 tester_change ,temp 
-0x5fe8 025770 force 0 ,pdata 
-0x5fe9 025771 store 1 ,mem_slave_rcvcnt 
-0x5fea 025772 store 2 ,mem_tst_pktcnt_crc 
-0x5feb 025773 store 2 ,mem_tst_pktcnt_dmh 
-0x5fec 025774 store 2 ,mem_tst_pktcnt_hec 
-0x5fed 025775 store 2 ,mem_tst_pktcnt_sync 
-0x5fee 025776 fetch 1 ,test_mode_hopping_mode 
-0x5fef 025777 compare fixed_freq ,pdata ,0xff 
-0x5ff0 025778 setflag true ,tester_fixed_freq ,temp 
-0x5ff1 025779 storet 1 ,mem_tester_emulate 
-0x5ff2 025780 rtn 
-:      025782 parse_lmp_test_control_pause:
-0x5ff3 025783 set0 mark_testmode ,mark 
-0x5ff4 025784 jam 0 ,mem_tester_emulate 
-0x5ff5 025785 fetch 1 ,mem_debug_config 
-0x5ff6 025786 set0 debug_tx_pattern ,pdata 
-0x5ff7 025787 store 1 ,mem_debug_config 
-0x5ff8 025788 rtn 
-:      025794 lmp_copy_rand:
-0x5ff9 025795 arg mem_rxbuf + 1 ,contr 
-0x5ffa 025796 arg mem_random_number ,contw 
-0x5ffb 025797 branch memcpy16 
-:      025799 lmp_generate_key:
-0x5ffc 025800 jam lmp_comb_key ,mem_lmo_opcode2 
-0x5ffd 025801 rtn 
-:      025803 lmp_start_encryption:
-0x5ffe 025804 nrtn master 
-0x5fff 025805 jam lmp_start_encryption_req ,mem_lmo_opcode2 
-0x6000 025806 rtn 
-:      025808 lmp_accept_inrand:
-0x6001 025809 arg mem_lap ,rega 
-0x6002 025810 call generate_kinit 
-0x6003 025811 jam lmp_accepted ,mem_lmo_opcode2 
-0x6004 025812 jam lmp_in_rand ,mem_lmi_opcode2 
-0x6005 025813 rtn 
-:      025815 lmp_disconnect:
-0x6006 025816 jam 10 ,mem_conn_timer 
-0x6007 025817 jam lmp_detach ,mem_lmo_opcode2 
-0x6008 025818 jam local_host ,mem_disconn_reason_send 
-0x6009 025819 rtn 
-:      025825 send_lmp:
-0x600a 025826 bpatchx patch30_2 ,mem_patch30 
-0x600b 025827 disable user 
-0x600c 025828 call lmo_fifo_process 
-0x600d 025829 fetch 1 ,mem_lmp_to_send 
-0x600e 025830 rtn blank 
-0x600f 025835 bbit1 7 ,send_lmp_escape 
-:      025836 send_lmp0:
-0x6010 025837 beq lmp_name_req ,send_lmp_name_req 
-0x6011 025838 beq lmp_name_res ,send_lmp_name_res 
-0x6012 025839 beq lmp_accepted ,send_lmp_accepted 
-0x6013 025840 beq lmp_not_accepted ,send_lmp_not_accepted 
-0x6014 025841 beq lmp_features_req ,send_lmp_features_req 
-0x6015 025842 beq lmp_features_res ,send_lmp_features_res 
-0x6016 025843 beq lmp_timing_accuracy_res ,send_lmp_timing_accuracy_res 
-0x6017 025844 beq lmp_version_req ,send_lmp_version_req 
-0x6018 025845 beq lmp_version_res ,send_lmp_version_res 
-0x6019 025846 beq lmp_setup_complete ,send_lmp_setup_complete 
-0x601a 025847 beq lmp_supervision_timeout ,send_lmp_superto 
-0x601b 025848 beq lmp_host_connection_req ,send_lmp_no_payload 
-0x601c 025849 beq lmp_in_rand ,send_lmp_inrand 
-0x601d 025850 beq lmp_comb_key ,send_lmp_comb_key 
-0x601e 025851 beq lmp_au_rand ,send_lmp_aurand 
-0x601f 025852 beq lmp_sres ,send_lmp_sres 
-0x6020 025853 beq lmp_encryption_mode_req ,send_lmp_encryption_mode_req 
-0x6021 025854 beq lmp_encryption_key_size_req ,send_lmp_encryption_key_size_req 
-0x6022 025855 beq lmp_start_encryption_req ,send_lmp_start_encryption 
-0x6023 025856 beq lmp_detach ,send_lmp_detach 
-0x6024 025857 beq lmp_quality_of_service_req ,send_lmp_quality_of_service_req 
-0x6025 025858 beq lmp_unit_key ,send_lmp_unit_key 
-0x6026 025860 beq lmp_incr_power_req ,send_lmp_inc_power 
-0x6027 025861 beq lmp_clkoffset_res ,send_lmp_clkoffset_res 
-0x6028 025862 beq lmp_max_power ,send_lmp_nopayload_reply 
-0x6029 025863 beq lmp_max_slot ,send_lmp_max_slot 
-0x602a 025864 beq lmp_max_slot_req ,send_lmp_max_slot_req 
-0x602b 025865 beq lmp_min_power ,send_lmp_nopayload_reply 
-0x602c 025866 beq lmp_slot_offset ,send_lmp_slot_offset 
-0x602d 025867 beq lmp_switch_req ,send_lmp_switch_req 
-0x602e 025868 beq lmp_sniff_req ,send_lmp_sniff_req 
-0x602f 025869 beq lmp_stop_encryption_req ,send_lmp_stop_encryption_req 
-0x6030 025870 beq lmp_timing_accuracy_req ,send_lmp_timing_accuracy_req 
-0x6031 025871 beq lmp_unsniff_req ,send_lmp_unsniff_req 
-0x6032 025872 beq lmp_encapsulated_header ,send_lmp_encapsulated_header 
-0x6033 025873 beq lmp_encapsulated_payload ,send_lmp_encapsulated_payload 
-0x6034 025874 beq lmp_simple_pairing_confirm ,send_lmp_simple_pairing_comfirm 
-0x6035 025875 beq lmp_simple_pairing_number ,send_lmp_simple_pairing_number 
-0x6036 025876 beq lmp_dhkey_check ,send_lmp_dhkey_check 
-0x6037 025877 beq lmp_auto_rate ,send_lmp_auto_rate 
-0x6038 025878 beq lmp_enc_key_size_mask_res ,send_lmp_enc_key_size_mask_res 
-0x6039 025880 beq lmp_clkoffset_req ,send_lmp_clkoffset_req 
-0x603a 025881 beq lmp_quality_of_service ,send_lmp_quality_of_service 
-0x603b 025882 beq lmp_test_activate ,send_lmp_test_activate 
-0x603c 025883 beq lmp_test_control ,send_lmp_test_control 
-:      025884 send_lmp_error:
-0x603d 025885 branch assert 
-0x603e 025886 rtn 
-:      025887 send_lmp_escape:
-0x603f 025888 beq lmp_ext_accepted ,send_lmpext_accepted 
-0x6040 025889 beq lmp_ext_features_res ,send_lmpext_features_res 
-0x6041 025890 beq lmp_not_accepted_ext ,send_lmpext_not_accepted 
-0x6042 025891 beq lmp_ext_features_req ,send_lmpext_features_req 
-0x6043 025892 beq lmp_packet_type_table_req ,send_lmpext_packet_type_table_req 
-0x6044 025893 beq lmp_pause_encryption_req ,send_lmpext_pause_encryption_req 
-0x6045 025894 beq lmp_io_cap_req ,send_lmp_io_cap_req 
-0x6046 025895 beq lmp_io_cap_res ,send_lmpext_io_cap_res 
-0x6047 025896 beq lmp_sniff_subrating_req ,send_lmpext_sniff_subrating_req 
-0x6048 025897 beq lmp_sniff_subrating_res ,send_lmpext_sniff_subrating_res 
-0x6049 025898 branch assert 
-:      025904 send_lmp_accepted:
-0x604a 025905 force 2 ,pdata 
-0x604b 025906 call msg_send_lmp 
-0x604c 025907 fetch 1 ,mem_lmi_opcode 
-0x604d 025908 istore 1 ,contw 
-0x604e 025909 call send_lmp_follow 
-0x604f 025910 bpatchx patch30_3 ,mem_patch30 
-0x6050 025911 fetch 1 ,mem_lmi_opcode 
-0x6051 025912 beq lmp_in_rand ,send_lmp_accepted_inrand 
-0x6052 025913 beq lmp_encryption_mode_req ,send_lmp_accepted_enc_mode 
-0x6053 025914 beq lmp_encryption_key_size_req ,send_lmp_accepted_enc_key 
-0x6054 025915 beq lmp_sniff_req ,send_lmp_accept_sniff_req 
-0x6055 025916 beq lmp_host_connection_req ,send_lmp_accepted_connection 
-0x6056 025917 beq lmp_dhkey_check ,send_lmp_accept_dhkey_check 
-0x6057 025918 beq lmp_start_encryption_req ,send_create_conn_start_l2cap_timer_sm 
-0x6058 025919 rtn 
-:      025921 send_create_conn_start_l2cap_timer_sm:
-0x6059 025922 fetch 1 ,mem_conn_sm 
-0x605a 025923 rtn blank 
-0x605b 025924 jam conn_sm_wait_done ,mem_conn_sm 
-0x605c 025925 setarg timer_enpt_waite 
-0x605d 025926 arg enpt_delay_timer ,queue 
-0x605e 025927 branch timer_init 
-:      025929 send_lmp_accept_sniff_req:
-0x605f 025930 branch sniff_init 
-:      025931 send_lmp_not_accepted:
-0x6060 025932 force 3 ,pdata 
-0x6061 025933 call msg_send_lmp 
-0x6062 025934 fetch 1 ,mem_lmi_opcode 
-0x6063 025935 beq lmp_au_rand ,send_not_accept_aurand 
-0x6064 025936 istore 1 ,contw 
-0x6065 025937 fetch 1 ,mem_lmo_reason 
-0x6066 025938 istore 1 ,contw 
-0x6067 025939 branch send_lmp_follow 
-:      025941 send_not_accept_aurand:
-0x6068 025942 istore 1 ,contw 
-0x6069 025943 fetch 1 ,mem_lmo_reason 
-0x606a 025944 istore 1 ,contw 
-0x606b 025945 arg mem_sres_tid ,temp 
-0x606c 025946 branch special_tid_store 
-:      025948 send_lmpext_accepted:
-0x606d 025949 force 4 ,queue 
-0x606e 025950 call send_lmpext 
-0x606f 025951 setarg lmp_escape 
-0x6070 025952 istore 1 ,contw 
-0x6071 025953 fetch 1 ,mem_lmi_opcode 
-0x6072 025954 set0 7 ,pdata 
-0x6073 025955 istore 1 ,contw 
-0x6074 025956 fetch 1 ,mem_lmi_opcode 
-0x6075 025957 branch send_lmp_follow 
-:      025959 send_lmpext_not_accepted:
-0x6076 025960 force 5 ,queue 
-0x6077 025961 call send_lmpext 
-0x6078 025962 setarg lmp_escape 
-0x6079 025963 istore 1 ,contw 
-0x607a 025964 fetch 1 ,mem_lmi_opcode 
-0x607b 025965 set0 7 ,pdata 
-0x607c 025966 istore 1 ,contw 
-0x607d 025967 fetch 1 ,mem_lmo_reason 
-0x607e 025968 istore 1 ,contw 
-0x607f 025969 branch send_lmp_follow 
-:      025972 send_lmp_accepted_inrand:
-0x6080 025973 call clear_linkkey 
-0x6081 025974 call tid_check 
-0x6082 025975 rtn true 
-0x6083 025976 branch lmp_generate_key 
-:      025978 send_lmp_accepted_enc_mode:
-0x6084 025979 fetch 1 ,mem_op 
-0x6085 025980 bbit1 op_start_enc ,send_lmp_accepted_enc_start 
-0x6086 025981 rtnbit0 op_stop_enc 
-0x6087 025982 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
-0x6088 025983 set0 op_stop_enc ,pdata 
-0x6089 025984 call tid_reply 
-0x608a 025985 branch send_lmp_accepted_enc_exit 
-:      025986 send_lmp_accepted_enc_start:
-0x608b 025987 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
-0x608c 025988 set0 op_start_enc ,pdata 
-:      025989 send_lmp_accepted_enc_exit:
-0x608d 025990 store 1 ,mem_op 
-0x608e 025991 rtn 
-:      025993 send_lmp_accepted_enc_key:
-0x608f 025994 call check_localsm 
-0x6090 025995 branch lmp_start_encryption ,true 
-0x6091 025996 rtn 
-:      025998 send_lmp_accepted_connection:
-0x6092 025999 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
-0x6093 026001 fetch 1 ,mem_lmp_conn_state 
-0x6094 026002 set1 received_conn_req ,pdata 
-0x6095 026003 store 1 ,mem_lmp_conn_state 
-0x6096 026004 jam bt_evt_bb_connected ,mem_fifo_temp 
-0x6097 026005 branch ui_ipc_send_event 
-:      026008 send_lmp_accept_dhkey_check:
-0x6098 026009 rtn 
-:      026013 send_lmpext_features_res:
-0x6099 026014 force 12 ,queue 
-0x609a 026015 call send_lmpext 
-0x609b 026016 setarg 0x01 
-0x609c 026017 istore 1 ,contw 
-0x609d 026018 fetch 2 ,mem_lmpext_ssp_enable 
-0x609e 026019 istore 2 ,contw 
-0x609f 026020 setarg 0 
-0x60a0 026021 istore 3 ,contw 
-0x60a1 026022 setarg 0x00 
-0x60a2 026023 istore 4 ,contw 
-0x60a3 026024 branch send_lmp_reply 
-:      026025 send_lmpext_io_cap_res:
-0x60a4 026026 force 5 ,queue 
-0x60a5 026027 call send_lmpext 
-0x60a6 026028 fetch 3 ,mem_sp_iocap_local 
-0x60a7 026029 istore 3 ,contw 
-0x60a8 026030 call send_lmp_reply 
-0x60a9 026031 jam flag_pairing_state_pairing ,mem_flag_pairing_state 
-0x60aa 026032 fetch 1 ,mem_sp_iocap_local 
-0x60ab 026033 beq display_yesno ,responder_iocap_display_yesno 
-0x60ac 026034 beq keyboard_only ,responder_iocap_keyboard_only 
-0x60ad 026035 beq no_input_no_output ,responder_iocap_no_input_no_output 
-0x60ae 026036 rtn 
-:      026038 responder_iocap_keyboard_only:
-0x60af 026039 fetch 1 ,mem_sp_iocap_remote 
-0x60b0 026040 beq display_only ,responder_iocap_keyboard_only_initiator_iocap_display_only 
-0x60b1 026041 beq display_yesno ,responder_iocap_keyboard_only_initiator_iocap_display_yesno 
-0x60b2 026042 beq keyboard_only ,responder_iocap_keyboard_only_initiator_iocap_keyboard_only 
-0x60b3 026043 beq no_input_no_output ,responder_iocap_keyboard_only_initiator_iocap_no_input_no_output 
-0x60b4 026044 rtn 
-:      026047 responder_iocap_display_yesno:
-0x60b5 026048 fetch 1 ,mem_sp_iocap_remote 
-0x60b6 026049 beq display_only ,responder_iocap_display_yesno_initiator_iocap_display_only 
-0x60b7 026050 beq display_yesno ,responder_iocap_display_yesno_initiator_iocap_display_yesno 
-0x60b8 026051 beq keyboard_only ,responder_iocap_display_yesno_initiator_iocap_keyboard_only 
-0x60b9 026052 beq no_input_no_output ,responder_iocap_display_yesno_initiator_iocap_no_input_no_output 
-0x60ba 026053 rtn 
-:      026056 responder_iocap_no_input_no_output:
-0x60bb 026057 fetch 1 ,mem_sp_iocap_remote 
-0x60bc 026058 beq display_only ,responder_iocap_no_input_no_output_initiator_iocap_display_only 
-0x60bd 026059 beq display_yesno ,responder_iocap_no_input_no_output_initiator_iocap_display_yesno 
-0x60be 026060 beq keyboard_only ,responder_iocap_no_input_no_output_initiator_iocap_keyboard_only 
-0x60bf 026061 beq no_input_no_output ,responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output 
-0x60c0 026062 rtn 
-:      026064 responder_iocap_keyboard_only_initiator_iocap_no_input_no_output:
-:      026065 responder_iocap_display_yesno_initiator_iocap_no_input_no_output:
-:      026066 responder_iocap_display_yesno_initiator_iocap_display_only:
-:      026067 responder_iocap_no_input_no_output_initiator_iocap_display_only:
-:      026068 responder_iocap_no_input_no_output_initiator_iocap_display_yesno:
-:      026069 responder_iocap_no_input_no_output_initiator_iocap_keyboard_only:
-:      026070 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output:
-:      026071 set_ssp_mode_justwork:
-0x60c1 026072 jam ssp_mode_just_work_flag ,mem_ssp_mode_flag 
-0x60c2 026073 fetch 1 ,mem_classic_bt_flag 
-0x60c3 026074 bbit1 flag_ssp_reject_justwork ,app_bt_disconnect 
-0x60c4 026075 rtn 
-:      026077 responder_iocap_display_yesno_initiator_iocap_display_yesno:
-:      026078 set_ssp_mode_numeric_comparison:
-0x60c5 026079 jam ssp_mode_ssp_pin_flag ,mem_ssp_mode_flag 
-0x60c6 026080 rtn 
-:      026082 responder_iocap_keyboard_only_initiator_iocap_display_yesno:
-:      026083 responder_iocap_keyboard_only_initiator_iocap_keyboard_only:
-:      026084 responder_iocap_keyboard_only_initiator_iocap_display_only:
-:      026085 responder_iocap_display_yesno_initiator_iocap_keyboard_only:
-:      026086 set_ssp_mode_passkey:
-0x60c7 026087 jam ssp_mode_passkey_entry_flag ,mem_ssp_mode_flag 
-0x60c8 026088 rtn 
-:      026091 classic_bt_set_reject_justwork_flag:
-0x60c9 026092 arg flag_ssp_reject_justwork ,queue 
-0x60ca 026093 branch classic_bluetooth_set_flag 
-:      026095 classic_bt_clr_reject_justwork_flag:
-0x60cb 026096 arg flag_ssp_reject_justwork ,queue 
-0x60cc 026097 branch classic_bluetooth_clr_flag 
-:      026099 classic_bluetooth_set_flag:
-0x60cd 026100 fetch 1 ,mem_classic_bt_flag 
-0x60ce 026101 qset1 pdata 
-0x60cf 026102 store 1 ,mem_classic_bt_flag 
-0x60d0 026103 rtn 
-:      026105 classic_bluetooth_clr_flag:
-0x60d1 026106 fetch 1 ,mem_classic_bt_flag 
-0x60d2 026107 qset0 pdata 
-0x60d3 026108 store 1 ,mem_classic_bt_flag 
-0x60d4 026109 rtn 
-:      026112 send_lmp_io_cap_req:
-0x60d5 026113 force 5 ,queue 
-0x60d6 026114 call send_lmpext 
-0x60d7 026115 fetch 3 ,mem_sp_iocap_local 
-0x60d8 026116 istore 3 ,contw 
-0x60d9 026117 branch send_lmp_request 
-:      026120 send_lmpext_sniff_subrating_req:
-0x60da 026122 rtn 
-:      026123 send_lmpext_sniff_subrating_res:
-0x60db 026124 force 9 ,queue 
-0x60dc 026125 call send_lmpext 
-0x60dd 026126 fetch 1 ,mem_subsniff_rate 
-0x60de 026127 istore 1 ,contw 
-0x60df 026128 fetch 2 ,mem_subsniff_tcmax 
-0x60e0 026129 istore 2 ,contw 
-0x60e1 026130 fetch 4 ,mem_subsniff_instant 
-0x60e2 026131 istore 4 ,contw 
-0x60e3 026132 branch send_lmp_reply 
-:      026134 send_lmp_name_res:
-0x60e4 026135 force 17 ,pdata 
-0x60e5 026136 call msg_send_lmp 
-0x60e6 026137 fetch 1 ,mem_lmi_opcode 
-0x60e7 026138 copy pdata ,temp 
-0x60e8 026139 beq 0x00 ,send_lmp_name_res_offset_ok 
-0x60e9 026140 beq 0x0e ,send_lmp_name_res_offset_ok 
-0x60ea 026141 beq 0x1c ,send_lmp_name_res_offset_ok 
-0x60eb 026142 rtn 
-:      026143 send_lmp_name_res_offset_ok:
-0x60ec 026144 istore 1 ,contw 
-0x60ed 026145 fetch 1 ,mem_local_name_length 
-0x60ee 026146 istore 1 ,contw 
-0x60ef 026147 arg 14 ,loopcnt 
-0x60f0 026148 setarg mem_local_name 
-0x60f1 026149 iadd temp ,contr 
-0x60f2 026150 call memcpy 
-0x60f3 026151 branch send_lmp_reply 
-:      026154 send_lmp_timing_accuracy_res:
-0x60f4 026155 force 3 ,pdata 
-0x60f5 026156 call msg_send_lmp 
-0x60f6 026157 setarg 0x0114 
-0x60f7 026158 istore 2 ,contw 
-0x60f8 026159 branch send_lmp_reply 
-:      026161 send_lmp_clkoffset_res:
-0x60f9 026163 force 3 ,pdata 
-0x60fa 026164 call msg_send_lmp 
-0x60fb 026165 fetch 4 ,mem_clke_bt 
-0x60fc 026166 isub clkn_bt ,pdata 
-0x60fd 026167 branch send_lmp_clkoffset_res_master ,master 
-0x60fe 026168 sub pdata ,0 ,pdata 
-:      026169 send_lmp_clkoffset_res_master:
-0x60ff 026171 rshift2 pdata ,pdata 
-0x6100 026172 set0 15 ,pdata 
-0x6101 026173 istore 2 ,contw 
-0x6102 026174 branch send_lmp_reply 
-:      026176 send_lmp_version_res:
-0x6103 026177 force 6 ,pdata 
-0x6104 026178 call msg_send_lmp 
-0x6105 026179 fetch 5 ,mem_lmp_version 
-0x6106 026180 istore 5 ,contw 
-0x6107 026181 branch send_lmp_reply 
-:      026183 send_lmp_features_res:
-0x6108 026184 force 9 ,pdata 
-0x6109 026185 call msg_send_lmp 
-0x610a 026186 fetch 8 ,mem_features 
-0x610b 026187 istore 8 ,contw 
-0x610c 026188 branch send_lmp_reply 
-:      026195 send_lmpext_features_req:
-0x610d 026196 force 12 ,queue 
-0x610e 026197 call send_lmpext 
-0x610f 026198 setarg 0x01 
-0x6110 026199 istore 1 ,contw 
-0x6111 026200 fetch 2 ,mem_lmpext_ssp_enable 
-0x6112 026201 istore 2 ,contw 
-0x6113 026202 setarg 0 
-0x6114 026203 istore 3 ,contw 
-0x6115 026204 setarg 0x00 
-0x6116 026205 istore 4 ,contw 
-0x6117 026206 branch send_lmp_request 
-:      026208 send_lmpext_packet_type_table_req:
-0x6118 026209 force 3 ,queue 
-0x6119 026210 call send_lmpext 
-0x611a 026211 fetch 1 ,mem_ptt 
-0x611b 026212 istore 1 ,contw 
-0x611c 026213 disable user 
-0x611d 026214 call send_lmp_request 
-0x611e 026215 nrtn user 
-0x611f 026216 nrtn master 
-0x6120 026217 fetch 1 ,mem_afh_cfg 
-0x6121 026218 rtnbit0 afh_cfg_on 
-0x6122 026219 call afh_init 
-0x6123 026220 branch afh_open_all_channels 
-:      026223 ssp_enable:
-0x6124 026224 bpatchx patch30_4 ,mem_patch30 
-0x6125 026225 fetch 1 ,mem_features + 6 
-0x6126 026226 set1 param_featrue_ssp ,pdata 
-0x6127 026227 store 1 ,mem_features + 6 
-0x6128 026228 setarg param_lmpext_ssp_enable 
-0x6129 026229 store 2 ,mem_lmpext_ssp_enable 
-0x612a 026230 rtn 
-:      026232 ssp_disable:
-0x612b 026233 bpatchx patch30_5 ,mem_patch30 
-0x612c 026234 fetch 1 ,mem_features + 6 
-0x612d 026235 set0 param_featrue_ssp ,pdata 
-0x612e 026236 store 1 ,mem_features + 6 
-0x612f 026237 setarg 0 
-0x6130 026238 store 2 ,mem_lmpext_ssp_enable 
-0x6131 026239 rtn 
-:      026241 afh_init:
-0x6132 026242 jam 0x3 ,mem_afh_cfg 
-0x6133 026243 setarg 0 
-0x6134 026244 store 4 ,mem_afh_timer 
-0x6135 026245 arg mem_afh_map_lo ,contw 
-0x6136 026246 call afh_reset_map 
-0x6137 026247 arg mem_afh_map_new ,contw 
-0x6138 026248 call afh_reset_map 
-0x6139 026249 arg mem_afh_classify_channel_map ,contw 
-0x613a 026250 call afh_reset_map 
-0x613b 026251 branch afh_clear_error_counter 
-:      026252 afh_open_all_channels:
-0x613c 026253 arg mem_afh_map_new ,contw 
-0x613d 026254 call afh_reset_map 
-0x613e 026255 call afh_clear_error_counter 
-0x613f 026256 branch afh_set_send_flag 
-:      026259 afh_reset_map:
-0x6140 026260 setarg 0xffffff 
-0x6141 026261 istore 3 ,contw 
-0x6142 026262 istore 3 ,contw 
-0x6143 026263 istore 3 ,contw 
-0x6144 026264 setarg 0x7f 
-0x6145 026265 istore 1 ,contw 
-0x6146 026266 rtn 
-:      026267 afh_clear_error_counter:
-0x6147 026268 setarg 0 
-0x6148 026269 store 2 ,mem_afh_error_total 
-0x6149 026270 rtn 
-:      026271 afh_set_send_flag:
-0x614a 026272 fetch 1 ,mem_afh_cfg 
-0x614b 026273 set1 send_lmp_set_afh ,pdata 
-0x614c 026274 store 1 ,mem_afh_cfg 
-0x614d 026275 rtn 
-:      026278 send_lmpext_pause_encryption_req:
-0x614e 026279 force 2 ,queue 
-0x614f 026280 call send_lmpext 
-0x6150 026281 nbranch send_lmp_reply ,master 
-0x6151 026283 branch send_lmp_request 
-:      026287 send_lmp_detach:
-0x6152 026288 force 2 ,pdata 
-0x6153 026289 call msg_send_lmp 
-0x6154 026290 fetch 1 ,mem_disconn_reason_send 
-0x6155 026291 istore 1 ,contw 
-0x6156 026292 call send_lmp_request 
-:      026293 prepare_disconnect:
-0x6157 026294 fetch 1 ,mem_op 
-0x6158 026295 set1 op_disconn ,pdata 
-0x6159 026296 store 1 ,mem_op 
-0x615a 026297 jam 50 ,mem_conn_timer 
-0x615b 026298 rtn 
-:      026301 send_lmp_no_payload:
-0x615c 026302 force 1 ,pdata 
-0x615d 026303 call msg_send_lmp 
-0x615e 026304 branch send_lmp_request 
-:      026305 send_lmp_nopayload_reply:
-0x615f 026306 force 1 ,pdata 
-0x6160 026307 call msg_send_lmp 
-0x6161 026308 branch send_lmp_reply 
-:      026311 send_lmp_encryption_mode_req:
-0x6162 026312 force 2 ,pdata 
-0x6163 026313 call msg_send_lmp 
-0x6164 026314 fetch 1 ,mem_state_map 
-0x6165 026315 isolate0 smap_encryption ,pdata 
-0x6166 026316 setflag true ,0 ,pdata 
-0x6167 026317 and_into 1 ,pdata 
-0x6168 026318 istore 1 ,contw 
-0x6169 026319 branch send_lmp_request 
-:      026322 send_lmp_superto:
-0x616a 026323 force 3 ,pdata 
-0x616b 026324 call msg_send_lmp 
-0x616c 026325 fetch 2 ,mem_supervision_to 
-0x616d 026326 istore 2 ,contw 
-0x616e 026327 branch send_lmp_request 
-:      026329 send_lmp_name_req:
-0x616f 026330 jam 250 ,mem_conn_timer 
-0x6170 026331 force 2 ,pdata 
-0x6171 026332 call msg_send_lmp 
-0x6172 026333 fetch 1 ,mem_name_offset 
-0x6173 026334 istore 1 ,contw 
-0x6174 026335 branch send_lmp_request 
-:      026337 send_lmp_test_control:
-0x6175 026338 force 10 ,pdata 
-0x6176 026339 call msg_send_lmp 
-0x6177 026340 arg mem_temp_payload ,contr 
-0x6178 026341 force 9 ,loopcnt 
-:      026342 send_lmp_test_control_loop:
-0x6179 026343 ifetch 1 ,contr 
-0x617a 026344 xor_into 0x55 ,pdata 
-0x617b 026345 istore 1 ,contw 
-0x617c 026346 loop send_lmp_test_control_loop 
-0x617d 026347 branch send_lmp_request 
-:      026349 send_lmp_quality_of_service_req:
-0x617e 026350 branch send_lmp_request 
-:      026351 send_lmp_unit_key:
-0x617f 026352 branch send_lmp_request 
-:      026354 send_lmp_slot_offset:
-0x6180 026355 rtn master 
-0x6181 026356 call calc_slot_offset 
-0x6182 026357 force 9 ,pdata 
-0x6183 026358 call msg_send_lmp 
-0x6184 026359 fetch 2 ,mem_slot_offset 
-0x6185 026360 istore 2 ,contw 
-0x6186 026361 fetch 3 ,mem_lap 
-0x6187 026362 istore 3 ,contw 
-0x6188 026363 fetch 1 ,mem_uap 
-0x6189 026364 istore 1 ,contw 
-0x618a 026365 fetch 2 ,mem_nap 
-0x618b 026366 istore 2 ,contw 
-0x618c 026367 bmark0 mark_switch_initiated ,send_lmp_slot_offset_reply 
-0x618d 026368 set0 mark_switch_initiated ,mark 
-0x618e 026369 call send_lmp_request 
-0x618f 026370 jam lmp_switch_req ,mem_lmo_opcode2 
-0x6190 026371 rtn 
-:      026372 send_lmp_slot_offset_reply:
-0x6191 026373 call send_lmp_reply 
-0x6192 026374 jam lmp_accepted ,mem_lmo_opcode2 
-0x6193 026375 jam lmp_switch_req ,mem_lmi_opcode2 
-0x6194 026376 rtn 
-:      026378 send_lmp_switch_req:
-0x6195 026379 arg 0x200 ,temp 
-0x6196 026380 branch switch_on_native ,master 
-0x6197 026381 deposit clke_bt 
-0x6198 026382 branch switch_slack 
-:      026383 switch_on_native:
-0x6199 026384 deposit clkn_bt 
-:      026385 switch_slack:
-0x619a 026386 deposit bt_clk 
-0x619b 026387 iadd temp ,pdata 
-0x619c 026388 and_into 0x1fc ,pdata 
-0x619d 026389 store 4 ,mem_sniff_anchor 
-0x619e 026390 force 5 ,pdata 
-0x619f 026391 call msg_send_lmp 
-0x61a0 026392 fetch 4 ,mem_sniff_anchor 
-0x61a1 026393 rshift pdata ,pdata 
-0x61a2 026394 istore 4 ,contw 
-0x61a3 026395 branch send_lmp_request 
-:      026397 send_lmp_sniff_req:
-0x61a4 026398 force 10 ,pdata 
-0x61a5 026399 call msg_send_lmp 
-0x61a6 026400 arg mem_sniff_payload ,contr 
-0x61a7 026401 ifetch 9 ,contr 
-0x61a8 026402 istore 9 ,contw 
-0x61a9 026403 branch send_lmp_request 
-:      026406 send_lmp_timing_accuracy_req:
-0x61aa 026408 force 3 ,pdata 
-0x61ab 026409 call msg_send_lmp 
-0x61ac 026410 setarg 0x0114 
-0x61ad 026411 istore 2 ,contw 
-0x61ae 026412 branch send_lmp_request 
-:      026414 send_lmp_unsniff_req:
-0x61af 026416 force 1 ,pdata 
-0x61b0 026417 call msg_send_lmp 
-0x61b1 026426 branch send_lmp_request 
-:      026429 send_lmp_max_slot:
-0x61b2 026430 force 2 ,pdata 
-0x61b3 026431 call msg_send_lmp 
-0x61b4 026432 fetch 1 ,mem_max_slot 
-0x61b5 026433 istore 1 ,contw 
-0x61b6 026434 branch send_lmp_request 
-:      026437 send_lmp_max_slot_req:
-0x61b7 026438 force 2 ,pdata 
-0x61b8 026439 call msg_send_lmp 
-0x61b9 026440 setarg 0x05 
-0x61ba 026441 istore 1 ,contw 
-0x61bb 026442 branch send_lmp_request 
-:      026445 send_lmp_inc_power:
-0x61bc 026446 force 2 ,pdata 
-0x61bd 026447 call msg_send_lmp 
-0x61be 026448 setarg 0x00 
-0x61bf 026449 istore 1 ,contw 
-0x61c0 026450 branch send_lmp_request 
-:      026453 send_lmp_setup_complete_by_module:
-0x61c1 026454 jam lmp_max_slot_req ,mem_lmo_opcode2 
-0x61c2 026455 rtn 
-:      026456 send_lmp_setup_complete:
-0x61c3 026457 fetch 1 ,mem_device_option 
-0x61c4 026458 sub pdata ,dvc_op_module ,null 
-0x61c5 026459 call send_lmp_setup_complete_by_module ,zero 
-0x61c6 026460 fetch 1 ,mem_state 
-0x61c7 026461 set1 state_conn_comp ,pdata 
-0x61c8 026462 store 1 ,mem_state 
-0x61c9 026463 copy clkn_bt ,pdata 
-0x61ca 026464 store 4 ,mem_aurand_send_delay_time 
-0x61cb 026465 fetch 1 ,mem_lmp_conn_state 
-0x61cc 026466 bbit1 sent_setup_complete ,send_lmp_setup_complete_has_sent 
-0x61cd 026467 set1 sent_setup_complete ,pdata 
-0x61ce 026468 store 1 ,mem_lmp_conn_state 
-0x61cf 026469 jam bt_evt_setup_complete ,mem_fifo_temp 
-0x61d0 026470 call ui_ipc_send_event 
-0x61d1 026471 force 1 ,pdata 
-0x61d2 026472 call msg_send_lmp 
-0x61d3 026473 branch send_lmp_request 
-:      026474 send_lmp_setup_complete_has_sent:
-0x61d4 026475 jam 0 ,mem_lmp_to_send 
-0x61d5 026476 rtn 
-:      026478 send_lmp_version_req:
-0x61d6 026479 force 6 ,pdata 
-0x61d7 026480 call msg_send_lmp 
-0x61d8 026481 fetch 5 ,mem_lmp_version 
-0x61d9 026482 istore 5 ,contw 
-0x61da 026483 branch send_lmp_request 
-:      026485 send_lmp_features_req:
-0x61db 026486 force 9 ,pdata 
-0x61dc 026487 call msg_send_lmp 
-0x61dd 026488 fetch 8 ,mem_features 
-0x61de 026489 istore 8 ,contw 
-0x61df 026490 branch send_lmp_request 
-:      026492 sp_master_send_io_cap_get:
-0x61e0 026493 jam sp_flag_commit ,mem_master_sp_flag 
-0x61e1 026494 fetch 1 ,mem_sp_local_key_invalid 
-0x61e2 026495 rtnne sp_key_valid 
-0x61e3 026496 jam sp_master_stat_start_done ,mem_master_sp_state 
-0x61e4 026497 rtn 
-:      026499 sp_master_send_io_cap_send:
-0x61e5 026500 call tid_initiate 
-0x61e6 026501 jam lmp_io_cap_req ,mem_lmo_opcode2 
-0x61e7 026502 jam sp_stat_key_send ,mem_master_sp_state 
-0x61e8 026503 rtn 
-:      026506 sp_master_send_lmp_encapsulated_header:
-0x61e9 026507 call tid_initiate 
-0x61ea 026508 jam lmp_encapsulated_header ,mem_lmo_opcode2 
-0x61eb 026509 jam sp_stat_random_send ,mem_master_sp_state 
-0x61ec 026510 rtn 
-:      026512 sp_master_commitment_compare:
-0x61ed 026513 arg mem_sp_calc_result_high ,rega 
-0x61ee 026514 arg mem_sp_confirm_remote ,regb 
-0x61ef 026515 arg 16 ,loopcnt 
-0x61f0 026516 call string_compare 
-0x61f1 026517 branch sp_master_commitment_compare_success ,zero 
-0x61f2 026518 jam sp_stat_null ,mem_master_sp_state 
-0x61f3 026519 call master_clear_mem_master_sp_flag 
-0x61f4 026520 jam pdu_not_allowed ,mem_lmo_reason2 
-0x61f5 026521 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
-0x61f6 026522 branch reject_lmp_packet 
-:      026523 sp_master_commitment_compare_success:
-0x61f7 026524 jam sp_stat_confirm_calc ,mem_master_sp_state 
-0x61f8 026525 call master_set_mem_master_sp_flag 
-0x61f9 026526 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
-0x61fa 026527 branch accept_lmp_msg 
-:      026531 sp_master_send_lmp_simple_pairing_number:
-0x61fb 026532 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
-0x61fc 026533 rtn 
-:      026537 sp_send_lmp_encapsulated_header:
-0x61fd 026540 jam lmp_encapsulated_header ,mem_lmo_opcode2 
-0x61fe 026542 rtn 
-:      026548 send_lmp_encapsulated_header:
-0x61ff 026549 jam 0 ,mem_sp_local_key_send_count 
-0x6200 026550 force 4 ,pdata 
-0x6201 026551 call msg_send_lmp 
-0x6202 026552 force encapsulated_major_type_p192 ,pdata 
-0x6203 026553 istore 1 ,contw 
-0x6204 026554 force encapsulated_minor_type_p192 ,pdata 
-0x6205 026555 istore 1 ,contw 
-0x6206 026556 force encapsulated_len_p192 ,pdata 
-0x6207 026557 istore 1 ,contw 
-0x6208 026558 call check_localsm 
-0x6209 026559 branch send_lmp_request ,true 
-0x620a 026560 branch send_lmp_reply 
-:      026562 send_lmp_encapsulated_payload:
-0x620b 026564 force 17 ,pdata 
-0x620c 026565 call msg_send_lmp 
-0x620d 026566 fetch 1 ,mem_sp_local_key_send_count 
-0x620e 026567 arg mem_sp_pubkey_local ,contr 
-0x620f 026568 iadd contr ,contr 
-0x6210 026569 ifetch 8 ,contr 
-0x6211 026570 istore 8 ,contw 
-0x6212 026571 ifetch 8 ,contr 
-0x6213 026572 istore 8 ,contw 
-0x6214 026573 fetch 1 ,mem_sp_local_key_send_count 
-0x6215 026574 increase 16 ,pdata 
-0x6216 026575 store 1 ,mem_sp_local_key_send_count 
-0x6217 026576 call check_localsm 
-0x6218 026577 branch send_lmp_request ,true 
-0x6219 026578 branch send_lmp_reply 
-:      026581 sp_send_lmp_simple_pairing_comfirm:
-0x621a 026582 jam sp_stat_random_recv ,mem_sp_state 
-0x621b 026583 jam lmp_simple_pairing_confirm ,mem_lmo_opcode2 
-0x621c 026584 rtn 
-:      026585 send_lmp_simple_pairing_comfirm:
-0x621d 026588 force 17 ,pdata 
-0x621e 026589 call msg_send_lmp 
-0x621f 026590 arg mem_sp_calc_result_high ,contr 
-0x6220 026591 ifetch 8 ,contr 
-0x6221 026592 istore 8 ,contw 
-0x6222 026593 ifetch 8 ,contr 
-0x6223 026594 istore 8 ,contw 
-0x6224 026595 branch send_lmp_reply 
-:      026597 sp_send_lmp_simple_pairing_number:
-0x6225 026598 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
-0x6226 026599 rtn 
-:      026601 send_lmp_simple_pairing_number:
-0x6227 026603 call check_localsm 
-0x6228 026604 call sp_local_random_key_generator ,true 
-0x6229 026605 force 17 ,pdata 
-0x622a 026606 call msg_send_lmp 
-0x622b 026607 arg mem_sp_random_local ,contr 
-0x622c 026608 ifetch 8 ,contr 
-0x622d 026609 istore 8 ,contw 
-0x622e 026610 ifetch 8 ,contr 
-0x622f 026611 istore 8 ,contw 
-0x6230 026612 call check_localsm 
-0x6231 026613 nbranch send_lmp_reply ,true 
-0x6232 026614 branch send_lmp_request ,true 
-:      026616 master_sp_sm_end:
-0x6233 026618 jam sp_stat_done ,mem_master_sp_state 
-:      026619 sp_aurand_send:
-0x6234 026620 call tid_initiate 
-0x6235 026621 jam lmp_au_rand ,mem_lmo_opcode2 
-0x6236 026622 call check_localsm_master 
-0x6237 026623 branch sp_master_key_prarm_push ,true 
-0x6238 026624 branch sp_link_key_prarm_push 
-:      026625 master_sp_send_lmp_dhkey_check:
-0x6239 026626 call tid_reply 
-:      026627 sp_send_lmp_dhkey_check:
-0x623a 026628 jam lmp_dhkey_check ,mem_lmo_opcode2 
-0x623b 026629 rtn 
-:      026630 send_lmp_dhkey_check:
-0x623c 026632 force 17 ,pdata 
-0x623d 026633 call msg_send_lmp 
-0x623e 026634 arg mem_sp_calc_result_high ,contr 
-0x623f 026635 ifetch 8 ,contr 
-0x6240 026636 istore 8 ,contw 
-0x6241 026637 ifetch 8 ,contr 
-0x6242 026638 istore 8 ,contw 
-0x6243 026639 call check_localsm 
-0x6244 026640 nbranch send_lmp_reply ,true 
-0x6245 026641 branch send_lmp_request ,true 
-:      026643 send_lmp_enc_key_size_mask_res:
-0x6246 026644 force 3 ,pdata 
-0x6247 026645 call msg_send_lmp 
-0x6248 026646 setarg 0xfffe 
-0x6249 026647 istore 2 ,contw 
-0x624a 026648 branch send_lmp_reply 
-:      026650 send_lmp_auto_rate:
-0x624b 026651 branch send_lmp_request 
-:      026652 send_lmp_clkoffset_req:
-0x624c 026653 branch send_lmp_request 
-:      026654 send_lmp_quality_of_service:
-0x624d 026655 branch send_lmp_request 
-:      026656 send_lmp_test_activate:
-0x624e 026657 branch send_lmp_request 
-:      026662 send_lmp_comb_key:
-0x624f 026663 call generate_random_number 
-0x6250 026664 arg mem_lap ,rega 
-0x6251 026665 call generate_linkkey 
-0x6252 026666 force 17 ,pdata 
-0x6253 026667 call msg_send_lmp 
-0x6254 026668 arg mem_kinit ,rega 
-0x6255 026669 arg mem_random_number ,regb 
-0x6256 026670 call xor16 
-0x6257 026671 nbranch send_lmp_follow ,master 
-0x6258 026672 branch send_lmp_tid 
-:      026674 send_lmp_inrand:
-0x6259 026675 call generate_random_number 
-0x625a 026676 arg mem_plap ,rega 
-0x625b 026677 call generate_kinit 
-:      026678 send_lmp_rand:
-0x625c 026679 force 17 ,pdata 
-0x625d 026680 call msg_send_lmp 
-0x625e 026681 arg mem_random_number ,contr 
-0x625f 026682 call memcpy16 
-0x6260 026683 fetch 1 ,mem_conn_sm 
-0x6261 026684 beq conn_sm_auth_wait ,send_lmp_request 
-0x6262 026685 beq conn_sm_pairing_wait ,send_lmp_request 
-0x6263 026686 branch send_lmp_tid 
-:      026688 send_lmp_aurand:
-0x6264 026689 fetch 1 ,mem_pairing_auth 
-0x6265 026690 branch send_lmp_aurand_notpairing ,blank 
-0x6266 026691 call check_localsm 
-0x6267 026692 call tid_initiate ,true 
-0x6268 026693 ncall tid_reply ,true 
-0x6269 026694 branch send_lmp_aurand_common 
-:      026695 send_lmp_aurand_notpairing:
-0x626a 026696 call tid_initiate 
-:      026697 send_lmp_aurand_common:
-0x626b 026698 call generate_random_number 
-0x626c 026699 branch send_lmp_rand 
-:      026701 send_lmp_sres:
-0x626d 026702 arg mem_lap ,rega 
-0x626e 026703 call function_e1 
-0x626f 026704 force 5 ,pdata 
-0x6270 026705 call msg_send_lmp 
-0x6271 026706 fetch 4 ,mem_input_store 
-0x6272 026707 istore 4 ,contw 
-0x6273 026708 arg mem_sres_tid ,temp 
-0x6274 026709 call special_tid_store 
-0x6275 026710 call copy_aco 
-0x6276 026711 call check_localsm 
-0x6277 026712 branch send_lmp_sres_master ,true 
-0x6278 026713 jam done_encryp ,mem_wait_encryption 
-0x6279 026714 fetch 1 ,mem_pairing_auth 
-0x627a 026715 rtn blank 
-0x627b 026716 jam lmp_au_rand ,mem_lmo_opcode2 
-:      026717 send_lmp_sres_master:
-0x627c 026718 fetch 1 ,mem_link_key_exists 
-0x627d 026719 rtn blank 
-:      026720 send_lmp_sres_startenc:
-0x627e 026721 call check_localsm 
-0x627f 026722 nbranch send_lmp_sres_startenc_slave ,true 
-0x6280 026723 fetch 1 ,mem_auth_enable 
-0x6281 026724 rtn blank 
-0x6282 026725 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x6283 026726 rtn 
-:      026727 send_lmp_sres_startenc_slave:
-0x6284 026728 rtnmark0 mark_slave_in_rand_accepted 
-0x6285 026729 set0 mark_slave_in_rand_accepted ,mark 
-0x6286 026730 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x6287 026731 rtn 
-:      026735 send_lmp_start_encryption:
-0x6288 026736 call generate_random_number 
-0x6289 026737 call function_e3 
-0x628a 026738 force 17 ,pdata 
-0x628b 026739 call msg_send_lmp 
-0x628c 026740 arg mem_random_number ,contr 
-0x628d 026741 call memcpy16 
-0x628e 026742 branch send_lmp_tid 
-:      026744 send_lmp_stop_encryption_req:
-0x628f 026745 force 1 ,pdata 
-0x6290 026746 call msg_send_lmp 
-0x6291 026747 branch send_lmp_tid 
-:      026749 send_lmp_encryption_key_size_req:
-0x6292 026750 force 2 ,pdata 
-0x6293 026751 call msg_send_lmp 
-0x6294 026752 force 16 ,pdata 
-0x6295 026753 istore 1 ,contw 
-0x6296 026754 store 1 ,mem_key_size 
-0x6297 026755 branch send_lmp_tid 
-:      026757 msg_send_lmp:
-0x6298 026759 lshift3 pdata ,pdata 
-0x6299 026760 or_into 0x07 ,pdata 
-0x629a 026761 store 1 ,mem_lmo_header_length 
-0x629b 026762 arg 17 ,loopcnt 
-0x629c 026763 arg mem_lmo_payload ,contw 
-0x629d 026764 call clear_mem 
-0x629e 026765 arg mem_lmo_payload ,contw 
-0x629f 026766 rtn 
-:      026768 send_lmpext:
-0x62a0 026769 and pdata ,0x7f ,rega 
-0x62a1 026770 jam lmp_escape ,mem_lmp_to_send 
-0x62a2 026771 deposit queue 
-0x62a3 026772 call msg_send_lmp 
-0x62a4 026773 deposit rega 
-0x62a5 026774 istore 1 ,contw 
-0x62a6 026775 rtn 
-:      026777 send_lmp_follow:
-0x62a7 026778 fetch 1 ,mem_lmp_to_send 
-0x62a8 026779 lshift pdata ,pdata 
-0x62a9 026780 fetcht 1 ,mem_state_map 
-0x62aa 026781 isolate1 smap_lmptid ,temp 
-0x62ab 026782 setflag true ,0 ,pdata 
-0x62ac 026783 branch send_lmp_exit 
-:      026786 send_lmp_tid:
-0x62ad 026787 fetcht 1 ,mem_state_map 
-0x62ae 026788 and_into 1 ,temp 
-0x62af 026789 branch send_lmp_end 
-:      026791 send_lmp_reply:
-0x62b0 026792 force 0 ,temp 
-0x62b1 026793 branch send_lmp_end 
-:      026795 send_lmp_request:
-0x62b2 026796 force 1 ,temp 
-:      026797 send_lmp_end:
-0x62b3 026798 fetch 1 ,mem_lmp_to_send 
-0x62b4 026799 lshift pdata ,pdata 
-0x62b5 026800 setflag master ,0 ,pdata 
-0x62b6 026801 ixor temp ,pdata 
-:      026802 send_lmp_exit:
-0x62b7 026803 store 1 ,mem_lmo_header_opcode 
-0x62b8 026804 jam 0 ,mem_lmp_to_send 
-0x62b9 026805 call lmo_fifo_process_lmo0empty 
-0x62ba 026806 enable user 
-0x62bb 026807 rtn 
-:      026810 lmo_fifo_check:
-0x62bc 026811 fetch 1 ,mem_lmo_opcode2 
-0x62bd 026812 rtn blank 
-0x62be 026813 call lmo_fifo_process 
-0x62bf 026814 fetch 1 ,mem_lmo_opcode2 
-0x62c0 026815 rtn 
-:      026817 lmo_fifo_process:
-0x62c1 026818 bpatchx patch30_6 ,mem_patch30 
-0x62c2 026819 fetch 1 ,mem_lmp_to_send 
-0x62c3 026820 branch lmo_fifo_process_lmo0empty ,blank 
-0x62c4 026821 fetch 1 ,mem_lmo_opcode1 
-0x62c5 026822 nrtn blank 
-0x62c6 026823 branch lmo_fifo_process_lmo2to1 
-:      026824 lmo_fifo_process_lmo0empty:
-0x62c7 026825 fetch 1 ,mem_lmo_opcode1 
-0x62c8 026826 branch lmo_fifo_process_lmo1_empty ,blank 
-0x62c9 026827 fetch 3 ,mem_lmo_opcode1 
-0x62ca 026828 store 3 ,mem_lmp_to_send 
-0x62cb 026829 fetcht 1 ,mem_lmo_tid1 
-0x62cc 026830 fetch 1 ,mem_state_map 
-0x62cd 026831 set0 smap_lmptid ,pdata 
-0x62ce 026832 ior temp ,pdata 
-0x62cf 026833 store 1 ,mem_state_map 
-0x62d0 026834 jam 0 ,mem_lmo_opcode1 
-:      026835 lmo_fifo_process_lmo2to1:
-0x62d1 026836 fetch 1 ,mem_lmo_opcode2 
-0x62d2 026837 rtn blank 
-0x62d3 026838 fetch 4 ,mem_lmo_opcode2 
-0x62d4 026839 store 4 ,mem_lmo_opcode1 
-0x62d5 026840 jam 0 ,mem_lmo_opcode2 
-0x62d6 026841 rtn 
-:      026842 lmo_fifo_process_lmo1_empty:
-0x62d7 026843 fetch 1 ,mem_lmo_opcode2 
-0x62d8 026844 rtn blank 
-0x62d9 026845 fetch 3 ,mem_lmo_opcode2 
-0x62da 026846 store 3 ,mem_lmp_to_send 
-0x62db 026847 fetcht 1 ,mem_lmo_tid2 
-0x62dc 026848 fetch 1 ,mem_state_map 
-0x62dd 026849 set0 smap_lmptid ,pdata 
-0x62de 026850 ior temp ,pdata 
-0x62df 026851 store 1 ,mem_state_map 
-0x62e0 026852 jam 0 ,mem_lmo_opcode2 
-0x62e1 026853 rtn 
-:      026856 special_tid_store:
-0x62e2 026857 bpatchx patch30_7 ,mem_patch30 
-0x62e3 026858 fetch 1 ,mem_state_map 
-0x62e4 026859 copy pdata ,regc 
-0x62e5 026860 ifetch 1 ,temp 
-0x62e6 026861 call pop_tid_follow 
-0x62e7 026862 call send_lmp_follow 
-0x62e8 026863 copy regc ,pdata 
-0x62e9 026864 store 1 ,mem_state_map 
-0x62ea 026865 rtn 
-:      026867 tid_reply:
-0x62eb 026868 fetcht 1 ,mem_state_map 
-0x62ec 026869 set0 smap_lmptidinit ,temp 
-0x62ed 026870 storet 1 ,mem_state_map 
-0x62ee 026871 rtn 
-:      026873 tid_initiate:
-0x62ef 026874 fetcht 1 ,mem_state_map 
-0x62f0 026875 set1 smap_lmptidinit ,temp 
-0x62f1 026876 storet 1 ,mem_state_map 
-0x62f2 026877 rtn 
-:      026880 tid_check:
-0x62f3 026881 nsetflag master ,smap_lmptid ,pdata 
-0x62f4 026882 fetcht 1 ,mem_state_map 
-0x62f5 026883 ixor temp ,pdata 
-0x62f6 026884 isolate1 smap_lmptid ,pdata 
-0x62f7 026885 rtn 
-:      026888 tid_set_reply:
-0x62f8 026889 fetch 1 ,mem_state_map 
-0x62f9 026890 setflag master ,smap_lmptid ,pdata 
-0x62fa 026891 store 1 ,mem_state_map 
-0x62fb 026892 rtn 
-:      026895 check_localsm:
-0x62fc 026896 fetch 1 ,mem_sp_localsm 
-0x62fd 026897 compare local_statemachine ,pdata ,0x7f 
-0x62fe 026898 rtn 
-:      026899 setlocalsm_master:
-0x62ff 026900 fetch 1 ,mem_sp_localsm 
-0x6300 026901 set1 7 ,pdata 
-0x6301 026902 store 1 ,mem_sp_localsm 
-0x6302 026903 rtn 
-:      026904 setlocalsm_slave:
-0x6303 026905 fetch 1 ,mem_sp_localsm 
-0x6304 026906 set0 7 ,pdata 
-0x6305 026907 store 1 ,mem_sp_localsm 
-0x6306 026908 rtn 
-:      026909 check_localsm_master:
-0x6307 026910 fetch 1 ,mem_sp_localsm 
-0x6308 026911 isolate1 7 ,pdata 
-0x6309 026912 store 1 ,mem_sp_localsm 
-0x630a 026913 rtn 
-:      026915 generate_random_number:
-0x630b 026917 arg mem_random_number ,contw 
-:      026918 generate_random:
-0x630c 026919 force 16 ,loopcnt 
-:      026920 generate_random_another:
-:      026921 generate_random_loop:
-0x630d 026922 random pdata 
-0x630e 026923 istore 1 ,contw 
-0x630f 026924 loop generate_random_another 
-0x6310 026925 rtn 
-:      026927 generate_linkkey:
-0x6311 026928 call function_e21 
-0x6312 026929 arg mem_link_key ,rega 
-0x6313 026930 arg mem_input_store ,regb 
-0x6314 026931 ifetch 8 ,rega 
-0x6315 026932 fetcht 1 ,mem_state 
-0x6316 026933 nsetflag blank ,state_combkey ,temp 
-0x6317 026934 storet 1 ,mem_state 
-0x6318 026935 copy rega ,contw 
-0x6319 026936 call xor16 
-0x631a 026937 branch generate_linkkey_continue 
-:      026943 process_conn_sm:
-0x631b 026945 bpatchx patch31_0 ,mem_patch31 
-0x631c 026947 call lmo_fifo_check 
-0x631d 026948 nrtn blank 
-:      026949 process_conn_sm_continue:
-0x631e 026950 fetch 1 ,mem_conn_sm 
-0x631f 026951 rtn blank 
-0x6320 026955 beq conn_sm_send_conn_req ,host_create_conn_send_conn_req 
-0x6321 026956 beq conn_sm_wait_conn_accept ,host_create_conn_wait_accept 
-0x6322 026957 beq conn_sm_send_features ,host_create_conn_send_features 
-0x6323 026958 beq conn_sm_wait_features_res ,host_create_conn_waiting 
-0x6324 026959 beq conn_sm_send_switch ,host_create_conn_send_switch 
-0x6325 026960 beq conn_sm_auth_pair ,host_create_conn_auth_pair 
-0x6326 026961 beq conn_sm_auth_pair_wait ,host_create_conn_auth_pair_wait 
-0x6327 026962 beq conn_sm_encrypt ,host_create_conn_encrypt 
-0x6328 026963 beq conn_sm_encrypt_wait ,host_create_conn_encrypt_wait 
-0x6329 026964 beq conn_sm_encrypt_wait_clear ,host_create_conn_encrypt_wait_clear 
-0x632a 026965 beq conn_sm_send_setup_complete ,host_create_conn_send_setup_complete 
-0x632b 026966 beq conn_sm_wait_setup_complete ,host_create_conn_wait_setup_complete 
-0x632c 026967 beq conn_sm_detach_delay ,host_create_conn_master_detach 
-0x632d 026968 beq conn_sm_send_version ,host_create_conn_send_version 
-0x632e 026969 beq conn_sm_wait_version ,host_create_conn_waiting 
-0x632f 026970 beq conn_sm_wait_switch_after_host_connection ,host_creat_conn_wait_switch 
-0x6330 026971 beq conn_sm_send_features_ext ,host_creat_conn_send_feat_ext 
-0x6331 026972 beq conn_sm_wait_features_ext ,host_create_conn_waiting 
-0x6332 026973 beq conn_sm_pairing ,host_create_conn_pairing 
-0x6333 026974 beq conn_sm_pairing_wait ,host_create_conn_pairing_wait 
-0x6334 026975 beq conn_sm_auth ,host_create_conn_auth 
-0x6335 026976 beq conn_sm_auth_wait ,host_create_conn_auth_wait 
-0x6336 026977 beq conn_sm_done ,host_create_conn_done 
-0x6337 026978 beq conn_sm_wait_done ,host_create_conn_done_wait 
-0x6338 026979 jam conn_sm_standby ,mem_conn_sm 
-0x6339 026981 rtn 
-:      026982 host_create_conn_done:
-0x633a 026983 fetch 1 ,mem_lmp_conn_state 
-0x633b 026984 rtnbit0 received_setup_complete 
-0x633c 026985 rtnbit0 sent_setup_complete 
-0x633d 026986 jam conn_sm_standby ,mem_conn_sm 
-0x633e 026987 call host_conn_judge_encrypt 
-0x633f 026988 branch scheduler_start_upper_sm 
-:      026990 host_conn_judge_encrypt:
-0x6340 026991 fetch 1 ,mem_connection_options 
-0x6341 026992 rtnbit0 connection_encrypt 
-0x6342 026993 jam conn_sm_encrypt_wait ,mem_conn_sm 
-0x6343 026994 rtn 
-:      026996 host_create_conn_done_wait:
-0x6344 026997 arg enpt_delay_timer ,queue 
-0x6345 026998 call timer_check 
-0x6346 026999 nrtn blank 
-0x6347 027000 jam conn_sm_done ,mem_conn_sm 
-0x6348 027001 rtn 
-:      027003 host_create_conn_auth:
-0x6349 027004 fetch 1 ,mem_connection_options 
-0x634a 027005 set0 connection_auth ,pdata 
-0x634b 027006 store 1 ,mem_connection_options 
-0x634c 027007 jam conn_sm_auth_wait ,mem_conn_sm 
-0x634d 027008 jam lmp_au_rand ,mem_lmo_opcode2 
-0x634e 027009 rtn 
-:      027010 host_create_conn_auth_wait:
-0x634f 027011 rtn 
-:      027012 host_create_conn_pairing:
-0x6350 027013 fetch 1 ,mem_pincode_state 
-0x6351 027014 rtnne pincode_state_pincode_ready 
-0x6352 027015 call host_auth 
-0x6353 027016 jam conn_sm_pairing_wait ,mem_conn_sm 
-0x6354 027017 rtn 
-:      027019 host_create_conn_pairing_wait:
-0x6355 027020 rtn 
-:      027021 host_creat_conn_send_feat_ext:
-0x6356 027022 jam conn_sm_wait_features_ext ,mem_conn_sm 
-0x6357 027023 jam lmp_ext_features_req ,mem_lmo_opcode2 
-0x6358 027024 rtn 
-:      027025 host_create_conn_send_version:
-0x6359 027026 jam conn_sm_wait_version ,mem_conn_sm 
-0x635a 027027 jam lmp_version_req ,mem_lmo_opcode2 
-0x635b 027028 rtn 
-:      027030 host_creat_conn_wait_switch:
-0x635c 027031 fetch 1 ,mem_switch_flag 
-0x635d 027032 rtneq switch_flag_init 
-0x635e 027033 beq switch_flag_accept ,host_create_conn_switch_accept 
-0x635f 027034 arg switch_wait_timer ,queue 
-0x6360 027035 call timer_check 
-0x6361 027036 nrtn blank 
-0x6362 027037 jam switch_flag_init ,mem_switch_flag 
-0x6363 027038 branch host_create_conn_switch 
-:      027039 host_create_conn_switch_accept:
-0x6364 027040 rtn master 
-0x6365 027041 branch host_create_conn_auth_pair 
-:      027043 host_create_conn_send_features:
-0x6366 027044 jam conn_sm_wait_features_res ,mem_conn_sm 
-0x6367 027045 jam lmp_features_req ,mem_lmo_opcode2 
-0x6368 027046 rtn 
-:      027047 host_create_conn_send_switch:
-0x6369 027048 jam lmp_switch_req ,mem_lmo_opcode2 
-0x636a 027049 set1 mark_switch_initiated ,mark 
-0x636b 027050 jam conn_sm_wait_conn_accept ,mem_conn_sm 
-0x636c 027051 setarg 0x1ff 
-0x636d 027052 store 2 ,mem_soft_timer 
-0x636e 027053 rtn 
-:      027054 host_create_conn_send_conn_req:
-0x636f 027055 jam conn_sm_wait_conn_accept ,mem_conn_sm 
-0x6370 027056 jam 0xff ,mem_soft_timer 
-0x6371 027057 set0 mark_reconn_recieve_switch ,mark 
-0x6372 027058 jam lmp_host_connection_req ,mem_lmo_opcode2 
-0x6373 027059 branch init_lmp_reinit 
-:      027060 host_create_conn_wait_accept:
-0x6374 027061 rtnmark1 mark_reconn_recieve_switch 
-0x6375 027062 fetch 2 ,mem_soft_timer 
-0x6376 027063 sub pdata ,1 ,pdata 
-0x6377 027064 branch host_create_conn_resend ,zero 
-0x6378 027065 store 2 ,mem_soft_timer 
-0x6379 027066 rtn 
-:      027067 host_create_conn_resend:
-0x637a 027068 jam conn_sm_send_switch ,mem_conn_sm 
-0x637b 027069 rtn 
-:      027070 host_create_conn_waiting:
-0x637c 027072 rtn 
-:      027074 host_create_conn_switch:
-0x637d 027075 fetch 1 ,mem_lmp_conn_state 
-0x637e 027076 rtnbit0 sent_setup_complete 
-0x637f 027077 rtnbit0 received_setup_complete 
-0x6380 027078 fetch 1 ,mem_connection_options 
-0x6381 027079 set0 connection_switch ,pdata 
-0x6382 027080 store 1 ,mem_connection_options 
-0x6383 027081 jam lmp_switch_req ,mem_lmo_opcode2 
-0x6384 027082 jam conn_sm_wait_switch_after_host_connection ,mem_conn_sm 
-0x6385 027083 rtn 
-:      027085 host_create_conn_send_setup_complete:
-0x6386 027086 jam conn_sm_wait_setup_complete ,mem_conn_sm 
-0x6387 027087 jam lmp_setup_complete ,mem_lmo_opcode2 
-0x6388 027088 rtn 
-:      027090 host_create_conn_wait_setup_complete:
-0x6389 027091 fetch 1 ,mem_lmp_conn_state 
-0x638a 027092 rtnbit0 received_setup_complete 
-0x638b 027093 jam conn_sm_standby ,mem_conn_sm 
-0x638c 027095 rtn 
-:      027096 host_create_conn_wait_setup_complete_rtn:
-0x638d 027097 jam conn_sm_auth_pair ,mem_conn_sm 
-0x638e 027098 rtn 
-:      027100 host_create_conn_master_detach:
-0x638f 027101 fetch 1 ,mem_soft_timer 
-0x6390 027102 increase -1 ,pdata 
-0x6391 027103 branch host_create_conn_send_detach ,blank 
-0x6392 027104 store 1 ,mem_soft_timer 
-0x6393 027105 rtn 
-:      027106 host_create_conn_send_detach:
-0x6394 027107 jam lmp_detach ,mem_lmo_opcode2 
-0x6395 027108 jam local_host ,mem_disconn_reason_send 
-0x6396 027109 jam 0 ,mem_conn_sm 
-0x6397 027110 rtn 
-:      027111 host_create_conn_auth_pair:
-0x6398 027113 fetch 1 ,mem_connection_options 
-0x6399 027114 bbit1 connection_switch ,host_create_conn_switch 
-0x639a 027115 bbit1 connection_auth ,host_create_conn_auth_pair_true 
-:      027116 host_create_conn_sm_done:
-0x639b 027117 jam conn_sm_done ,mem_conn_sm 
-0x639c 027118 rtn 
-:      027119 host_create_conn_auth_pair_true:
-0x639d 027120 fetch 1 ,mem_link_key_exists 
-0x639e 027121 branch host_create_conn_auth_pair_nokey ,blank 
-0x639f 027122 fetch 1 ,mem_lmp_conn_state 
-0x63a0 027123 rtnbit0 sent_setup_complete 
-0x63a1 027124 rtnbit0 received_setup_complete 
-0x63a2 027125 fetch 4 ,mem_aurand_send_delay_time 
-0x63a3 027126 arg 100 ,temp 
-0x63a4 027127 iadd temp ,temp 
-0x63a5 027128 copy clkn_bt ,pdata 
-0x63a6 027129 isub temp ,null 
-0x63a7 027130 nrtn positive 
-0x63a8 027131 branch host_create_conn_auth 
-:      027135 host_create_conn_auth_pair_nokey:
-0x63a9 027136 jam conn_sm_pairing ,mem_conn_sm 
-0x63aa 027137 jam 4 ,mem_pin_length 
-0x63ab 027138 setarg 0x3030 
-0x63ac 027139 store 2 ,mem_pin 
-0x63ad 027140 istore 2 ,contw 
-0x63ae 027141 jam pincode_state_pincode_ready ,mem_pincode_state 
-0x63af 027142 branch host_create_conn_pairing 
-:      027144 host_create_conn_auth_pair_wait:
-0x63b0 027145 rtn 
-:      027146 host_create_conn_encrypt:
-0x63b1 027147 fetch 1 ,mem_connection_options 
-0x63b2 027148 bbit1 connection_encrypt ,host_create_conn_encrypt_start 
-0x63b3 027149 jam conn_sm_done ,mem_conn_sm 
-0x63b4 027150 rtn 
-:      027152 host_create_conn_encrypt_start:
-0x63b5 027153 fetch 1 ,mem_connection_options 
-0x63b6 027154 set0 connection_encrypt ,pdata 
-0x63b7 027155 store 1 ,mem_connection_options 
-0x63b8 027156 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
-0x63b9 027157 rtn 
-:      027159 host_create_conn_encrypt_wait:
-0x63ba 027160 fetch 1 ,mem_wait_encryption 
-0x63bb 027161 rtn blank 
-0x63bc 027162 jam conn_sm_standby ,mem_conn_sm 
-0x63bd 027163 branch host_create_conn_encrypt_start 
-:      027165 host_create_conn_encrypt_wait_clear:
-0x63be 027166 jam conn_sm_send_setup_complete ,mem_conn_sm 
-0x63bf 027167 rtn 
-:      027169 host_auth:
-0x63c0 027170 fetch 1 ,mem_op 
-0x63c1 027171 bbit1 op_inrand_req ,remote_auth 
-0x63c2 027172 call tid_initiate 
-0x63c3 027173 jam lmp_in_rand ,mem_lmo_opcode2 
-0x63c4 027174 branch cmd_exit 
-:      027175 remote_auth:
-0x63c5 027176 fetch 1 ,mem_op 
-0x63c6 027177 set0 op_inrand_req ,pdata 
-0x63c7 027178 store 1 ,mem_op 
-0x63c8 027179 call lmp_accept_inrand 
-0x63c9 027180 call tid_set_reply 
-0x63ca 027181 branch cmd_exit 
-:      027183 pincode_reinit:
-0x63cb 027184 setarg 4 
-0x63cc 027185 store 1 ,mem_pin_length 
-0x63cd 027186 setarg 0x3030 
-0x63ce 027187 istore 2 ,contw 
-0x63cf 027188 istore 2 ,contw 
-0x63d0 027189 rtn 
-:      027195 twspi_reset:
-0x63d1 027196 bpatchx patch31_4 ,mem_patch31 
-0x63d2 027197 hfetch 1 ,core_gpio_oe3 
-0x63d3 027198 arg 0x06 ,temp 
-0x63d4 027199 ior temp ,pdata 
-0x63d5 027200 hstore 1 ,core_gpio_oe3 
-0x63d6 027201 hfetch 1 ,core_gpio_out3 
-0x63d7 027202 ior temp ,pdata 
-0x63d8 027203 hstore 1 ,core_gpio_out3 
-0x63d9 027204 call twspi_disable 
-0x63da 027205 hfetch 1 ,core_gpio_out3 
-0x63db 027206 set0 1 ,pdata 
-0x63dc 027207 set0 2 ,pdata 
-0x63dd 027208 hstore 1 ,core_gpio_out3 
-0x63de 027209 nop 30 
-0x63df 027210 branch twspi_enable 
-:      027212 twspi_reset2:
-0x63e0 027213 hfetch 1 ,core_gpio_oe3 
-0x63e1 027214 arg 0xc0 ,temp 
-0x63e2 027215 ior temp ,pdata 
-0x63e3 027216 hstore 1 ,core_gpio_oe3 
-0x63e4 027217 hfetch 1 ,core_gpio_out3 
-0x63e5 027218 ior temp ,pdata 
-0x63e6 027219 hstore 1 ,core_gpio_out3 
-0x63e7 027220 call twspi_disable 
-0x63e8 027221 hfetch 1 ,core_gpio_out3 
-0x63e9 027222 set0 6 ,pdata 
-0x63ea 027223 set0 7 ,pdata 
-0x63eb 027224 hstore 1 ,core_gpio_out3 
-0x63ec 027225 nop 30 
-0x63ed 027226 branch twspi_enable2 
-:      027228 twspi_disable:
-0x63ee 027229 hfetch 1 ,core_gpio_sel1 
-0x63ef 027230 and pdata ,0xfc ,pdata 
-0x63f0 027231 hstore 1 ,core_gpio_sel1 
-0x63f1 027232 rtn 
-:      027233 twspi_enable:
-0x63f2 027234 hfetch 1 ,core_gpio_sel1 
-0x63f3 027235 or pdata ,0x01 ,pdata 
-0x63f4 027236 hstore 1 ,core_gpio_sel1 
-0x63f5 027237 rtn 
-:      027238 twspi_enable2:
-0x63f6 027239 hfetch 1 ,core_gpio_sel1 
-0x63f7 027240 or pdata ,0x03 ,pdata 
-0x63f8 027241 set0 4 ,pdata 
-0x63f9 027242 hstore 1 ,core_gpio_sel1 
-0x63fa 027243 rtn 
-:      027247 sensor_read:
-0x63fb 027248 copy pdata ,regb 
-0x63fc 027249 call spi_ncs_enable 
-0x63fd 027250 nop 100 
-0x63fe 027251 copy regb ,pdata 
-0x63ff 027252 call twspi_read 
-0x6400 027253 copy pdata ,regb 
-0x6401 027254 call spi_ncs_disable 
-0x6402 027255 nop 100 
-0x6403 027256 copy regb ,pdata 
-0x6404 027257 rtn 
-:      027259 sensor_write:
-0x6405 027260 copy pdata ,regb 
-0x6406 027261 call spi_ncs_enable 
-0x6407 027262 nop 100 
-0x6408 027263 copy regb ,pdata 
-0x6409 027264 call twspi_write 
-0x640a 027265 call spi_ncs_disable 
-0x640b 027266 nop 100 
-0x640c 027267 rtn 
-:      027270 spi_ncs_gpio_init:
-0x640d 027271 fetcht 1 ,mem_spi_ncs_gpio 
-0x640e 027272 branch gpio_config_output 
-:      027275 spi_ncs_enable:
-0x640f 027276 fetcht 1 ,mem_spi_ncs_gpio 
-0x6410 027277 branch gpio_out_active 
-:      027280 spi_ncs_disable:
-0x6411 027281 fetcht 1 ,mem_spi_ncs_gpio 
-0x6412 027282 branch gpio_out_inactive 
-:      027285 twspi_write:
-0x6413 027286 branch spid_write_reg 
-:      027288 twspi_read:
-0x6414 027289 branch spid_read_reg 
-:      027296 read_function_aes:
-0x6415 027297 nbranch read_function ,user 
-0x6416 027298 hfetch 1 ,core_gpio_key2 
-0x6417 027299 or_into 0x2 ,pdata 
-0x6418 027300 hstore 1 ,core_gpio_key2 
-:      027301 read_function:
-0x6419 027302 copy temp ,null 
-0x641a 027303 branch read_fuction_zero ,zero 
-0x641b 027304 copy regc ,pc 
-:      027305 read_fuction_zero:
-0x641c 027306 isolate0 0 ,null 
-0x641d 027307 branch set_ucode_status 
-:      027310 get_block_header:
-0x641e 027311 force 4 ,temp 
-:      027312 get_block_header0:
-0x641f 027313 arg mem_ucode_buf ,rega 
-0x6420 027314 hfetch 1 ,core_gpio_key2 
-0x6421 027315 and_into 0xfd ,pdata 
-0x6422 027316 hstore 1 ,core_gpio_key2 
-0x6423 027317 call read_function 
-0x6424 027318 arg 0x55aa ,rega 
-0x6425 027319 fetch 2 ,mem_ucode_buf 
-0x6426 027320 ifetcht 2 ,contr 
-0x6427 027321 isub rega ,null 
-0x6428 027322 rtn 
-:      027324 read_first_block:
-0x6429 027325 arg 2 ,temp 
-0x642a 027326 arg mem_ucode_ptr ,rega 
-0x642b 027327 call read_function 
-0x642c 027328 fetch 2 ,mem_ucode_ptr 
-0x642d 027329 store 2 ,mem_addr_mi 
-0x642e 027330 call get_iv ,user 
-0x642f 027331 rtn 
-:      027333 get_iv:
-0x6430 027334 arg 16 ,temp 
-0x6431 027335 arg mem_ucode_keybuf ,rega 
-0x6432 027336 hfetch 1 ,core_gpio_key2 
-0x6433 027337 and_into 0xfd ,pdata 
-0x6434 027338 hstore 1 ,core_gpio_key2 
-0x6435 027339 call read_function 
-0x6436 027340 arg mem_ucode_keybuf ,contr 
-0x6437 027341 arg 16 ,loopcnt 
-0x6438 027342 call aes_load_data 
-0x6439 027343 call aes_init 
-0x643a 027344 call aes_clear_data 
-0x643b 027345 branch do_aes_cbc 
-:      027347 load_storage:
-0x643c 027348 disable match 
-0x643d 027349 call get_block_header 
-0x643e 027350 nrtn zero 
-0x643f 027351 enable match 
-0x6440 027352 jam 0x80 ,core_ucode_ctrl 
-0x6441 027353 jam 0 ,core_ucode_hi 
-0x6442 027354 jam 0 ,core_ucode_low 
-0x6443 027355 arg core_ucode_data ,rega 
-0x6444 027356 call read_function_aes 
-0x6445 027357 jam 0x0 ,core_ucode_ctrl 
-:      027358 load_storage_loop:
-0x6446 027359 arg 6 ,temp 
-0x6447 027360 call get_block_header0 
-0x6448 027361 nrtn zero 
-0x6449 027362 ifetch 2 ,contr 
-0x644a 027363 iforce rega 
-0x644b 027364 call read_function 
-0x644c 027365 branch load_storage_loop 
-:      027369 reload_eeprom:
-0x644d 027370 call clean_mem 
-0x644e 027371 setarg 0x1000 
-0x644f 027372 store 2 ,mem_addr_mi 
-0x6450 027373 arg iicd_read_eep ,regc 
-0x6451 027374 arg 2 ,loopcnt 
-:      027375 reload_eeprom_loop:
-0x6452 027376 call get_block_header 
-0x6453 027377 nrtn zero 
-0x6454 027378 fetch 2 ,mem_addr_mi 
-0x6455 027379 byteswap pdata ,pdata 
-0x6456 027380 iadd temp ,pdata 
-0x6457 027381 byteswap pdata ,pdata 
-0x6458 027382 store 2 ,mem_addr_mi 
-0x6459 027383 loop reload_eeprom_loop 
-0x645a 027384 branch load_storage_loop 
-:      027386 loadcode:
-0x645b 027387 call clean_mem 
-0x645c 027388 disable user 
-0x645d 027389 call otp_enable_chgpump 
-0x645e 027390 setarg otp_ucode_flag 
-0x645f 027391 arg mem_otp_ucode_flag ,rega 
-0x6460 027392 arg 2 ,temp 
-0x6461 027393 call otpd_read_data 
-0x6462 027394 fetch 2 ,mem_otp_ucode_flag 
-0x6463 027395 bbit0 otp_uflag_aes ,loadcode_otp 
-0x6464 027396 jam 0x25 ,core_clkoff 
-0x6465 027397 setarg otp_ucode_aeskey 
-0x6466 027398 arg mem_ucode_keybuf ,rega 
-0x6467 027399 arg 16 ,temp 
-0x6468 027400 call otpd_read_data 
-0x6469 027401 jam lock_otp ,core_misc_ctrl 
-0x646a 027402 set1 mark_otp_encrypt ,mark 
-0x646b 027403 arg mem_ucode_keybuf ,contr 
-0x646c 027404 call load_key 
-0x646d 027405 enable user 
-:      027406 loadcode_otp:
-0x646e 027407 jam 0 ,mem_loadcode_times 
-:      027408 loadcode_otp_2:
-0x646f 027409 call loadcode_check_times 
-0x6470 027410 fetch 2 ,mem_otp_ucode_flag 
-0x6471 027411 byteswap pdata ,pdata 
-0x6472 027412 arg 0x7ff ,temp 
-0x6473 027413 iand temp ,pdata 
-0x6474 027414 branch loadcode_iic ,zero 
-0x6475 027415 call otp_set_addr 
-0x6476 027416 arg otpd_read_code ,regc 
-0x6477 027417 call get_iv ,user 
-0x6478 027418 call load_storage 
-0x6479 027419 fetch 1 ,mem_ucode_status 
-0x647a 027420 bbit0 0 ,loadcode_otp_2 
-:      027422 loadcode_iic:
-0x647b 027423 call otp_disable_chgpump 
-0x647c 027424 jam 0 ,mem_loadcode_times 
-:      027425 loadcode_iic_2:
-0x647d 027426 call loadcode_check_times 
-0x647e 027427 call clear_eeprom_size_2k 
-0x647f 027428 fetch 1 ,mem_otp_ucode_flag 
-0x6480 027429 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6481 027430 call loadcode_iic_by_eeprom 
-0x6482 027431 nbranch loadcode_iic_eeprom_2k ,match 
-0x6483 027432 fetch 1 ,mem_ucode_status 
-0x6484 027433 bbit0 0 ,loadcode_iic_2 
-0x6485 027434 branch loadcode_hci 
-:      027435 loadcode_iic_eeprom_2k:
-0x6486 027436 call set_eeprom_size_2k 
-0x6487 027437 fetch 1 ,mem_otp_ucode_flag 
-0x6488 027438 bbit1 otp_uflag_skip_eep ,loadcode_spi 
-0x6489 027439 call loadcode_iic_by_eeprom 
-0x648a 027440 nbranch loadcode_spi ,match 
-0x648b 027441 fetch 1 ,mem_ucode_status 
-0x648c 027442 bbit0 0 ,loadcode_iic_2 
-0x648d 027443 branch loadcode_hci 
-:      027445 loadcode_spi:
-0x648e 027446 jam 0 ,mem_loadcode_times 
-:      027447 loadcode_spi_2:
-0x648f 027448 call loadcode_check_times 
-0x6490 027449 fetch 1 ,mem_otp_ucode_flag 
-0x6491 027450 bbit1 otp_uflag_skip_flash ,loadcode_hci 
-0x6492 027451 setarg 0x0 
-0x6493 027452 store 3 ,mem_addr_hi 
-0x6494 027453 call spid_init_flash 
-0x6495 027454 arg spid_load_flash ,regc 
-0x6496 027455 call read_first_block 
-0x6497 027456 call load_storage 
-0x6498 027457 nbranch loadcode_hci ,match 
-0x6499 027458 fetch 1 ,mem_ucode_status 
-0x649a 027459 bbit0 0 ,loadcode_spi_2 
-:      027461 loadcode_hci:
-0x649b 027462 bmark1 mark_otp_encrypt ,loadcode_hci_enc 
-0x649c 027463 call clear_key_buf 
-:      027464 loadcode_hci_enc:
-0x649d 027465 fetch 1 ,mem_otp_ucode_flag 
-0x649e 027466 bbit0 otp_uflag_hci ,clear_key_buf 
-0x649f 027467 jam 0x21 ,core_clkoff 
-0x64a0 027468 call hci_init 
-:      027469 loadcode_hci_loop:
-0x64a1 027470 call hci_rx_packet 
-0x64a2 027471 branch loadcode_hci_loop 
-:      027473 clear_key_buf:
-0x64a3 027474 setarg 0 
-0x64a4 027475 store 8 ,mem_ucode_keybuf 
-0x64a5 027476 store 8 ,mem_ucode_keybuf + 8 
-0x64a6 027477 force regidx_key ,regext_index 
-0x64a7 027478 call aes_clear 
-0x64a8 027479 jam 0x21 ,core_clkoff 
-0x64a9 027480 rtn 
-:      027483 loadcode_iic_by_eeprom:
-0x64aa 027484 setarg 0x0 
-0x64ab 027485 store 2 ,mem_addr_mi 
-0x64ac 027486 arg iicd_read_eep ,regc 
-0x64ad 027487 call iicd_init_12m 
-0x64ae 027488 call read_first_block 
-0x64af 027489 branch load_storage 
-:      027492 loadcode_check_times:
-0x64b0 027493 fetch 1 ,mem_loadcode_times 
-0x64b1 027494 increase 1 ,pdata 
-0x64b2 027495 sub pdata ,3 ,null 
-0x64b3 027496 nbranch loadcode_error ,positive 
-0x64b4 027497 store 1 ,mem_loadcode_times 
-0x64b5 027498 rtn 
-:      027500 loadcode_error:
-0x64b6 027501 call clear_key_buf 
-0x64b7 027502 call ice_break 
-0x64b8 027503 rtn 
-:      027507 set_ucode_status:
-0x64b9 027508 fetch 1 ,mem_ucode_status 
-0x64ba 027509 lshift pdata ,pdata 
-0x64bb 027510 setflag true ,0 ,pdata 
-0x64bc 027511 isolate0 15 ,rega 
-0x64bd 027512 rtn true 
-0x64be 027513 store 1 ,mem_ucode_status 
-0x64bf 027514 rtn 
-:      027517 decrypt_code:
-0x64c0 027518 hfetch 1 ,core_gpio_key2 
-0x64c1 027519 rtnbit0 1 
-0x64c2 027520 branch decrypt_code_skip 
-:      027521 decrypt_code_loop:
-0x64c3 027522 hfetch 1 ,core_dma_status 
-0x64c4 027523 qisolate1 pdata 
-0x64c5 027524 rtn true 
-:      027525 decrypt_code_skip:
-0x64c6 027526 hfetch 1 ,core_misc_status 
-0x64c7 027527 bbit0 1 ,decrypt_code_loop 
-0x64c8 027528 call do_aes_cbc 
-0x64c9 027529 branch decrypt_code_loop 
-:      027533 load_ucode:
-0x64ca 027534 fetch 2 ,mem_patch_ptr 
-0x64cb 027535 rtn blank 
-0x64cc 027536 jam 0x80 ,core_ucode_ctrl 
-0x64cd 027537 jam 0 ,core_ucode_hi 
-0x64ce 027538 jam 0 ,core_ucode_low 
-0x64cf 027539 fetcht 2 ,mem_patch_len 
-0x64d0 027540 lshift2 temp ,loopcnt 
-0x64d1 027541 iforce contr 
-:      027542 load_ucode_loop:
-0x64d2 027543 ifetch 1 ,contr 
-0x64d3 027544 hstore 1 ,core_ucode_data 
-0x64d4 027545 loop load_ucode_loop 
-0x64d5 027546 jam 0x0 ,core_ucode_ctrl 
-0x64d6 027547 rtn 
-:      027552 spid_init:
-0x64d7 027553 bpatchx patch31_5 ,mem_patch31 
-0x64d8 027554 call spid_init_common 
-0x64d9 027555 branch twspi_enable 
-:      027557 spid_init2:
-0x64da 027558 call spid_init_common 
-0x64db 027559 call twspi_disable 
-0x64dc 027560 branch twspi_enable2 
-:      027562 spid_init_common:
-0x64dd 027563 fetch 1 ,mem_spi_init_clk 
-0x64de 027564 hstore 1 ,core_spid_ctrl 
-0x64df 027565 fetch 1 ,mem_spi_init_delay_time 
-0x64e0 027566 hstore 1 ,core_spid_delay 
-0x64e1 027567 setarg mem_spid_tbuf 
-0x64e2 027568 hstore 2 ,core_spid_txaddr 
-0x64e3 027569 setarg mem_spid_rbuf 
-0x64e4 027570 hstore 2 ,core_spid_rxaddr 
-0x64e5 027571 branch twspi_disable 
-:      027573 spid_reset:
-0x64e6 027574 hfetch 1 ,core_spid_ctrl 
-0x64e7 027575 set1 7 ,pdata 
-0x64e8 027576 hstore 1 ,core_spid_ctrl 
-0x64e9 027577 set0 7 ,pdata 
-0x64ea 027578 hstore 1 ,core_spid_ctrl 
-0x64eb 027579 rtn 
-:      027583 spid_write_reg:
-0x64ec 027584 set1 7 ,pdata 
-0x64ed 027585 store 2 ,mem_spid_tbuf 
-0x64ee 027586 bpatchx patch31_6 ,mem_patch31 
-0x64ef 027587 jam 2 ,core_spid_txlen 
-0x64f0 027588 jam 0 ,core_spid_rxlen 
-0x64f1 027589 jam spid_start ,core_misc_ctrl 
-0x64f2 027590 branch wait_spid_done 
-:      027593 spid_read_reg:
-0x64f3 027594 force 1 ,temp 
-:      027596 spid_read_regs:
-0x64f4 027598 store 1 ,mem_spid_tbuf 
-0x64f5 027599 bpatchx patch31_7 ,mem_patch31 
-0x64f6 027600 jam 1 ,core_spid_txlen 
-0x64f7 027601 hstoret 2 ,core_spid_rxlen 
-0x64f8 027602 jam spid_start ,core_misc_ctrl 
-0x64f9 027603 call wait_spid_done 
-0x64fa 027604 fetch 1 ,mem_spid_rbuf 
-0x64fb 027605 rtn 
-:      027607 wait_spid_done:
-0x64fc 027608 fetch 2 ,mem_afh_error_total 
-0x64fd 027609 increase 1 ,pdata 
-0x64fe 027610 store 2 ,mem_afh_error_total 
-0x64ff 027611 hfetch 1 ,core_dma_status 
-0x6500 027612 bbit0 spid_done ,wait_spid_done 
-0x6501 027613 rtn 
-:      027615 spid_init_flash:
-0x6502 027616 jam 0x40 ,core_spid_ctrl 
-0x6503 027617 jam 0x0 ,core_spid_delay 
-0x6504 027618 hfetch 1 ,core_gpio_sel1 
-0x6505 027619 set0 0 ,pdata 
-0x6506 027620 set1 1 ,pdata 
-0x6507 027621 hstore 1 ,core_gpio_sel1 
-0x6508 027622 setarg 0 
-0x6509 027623 store 4 ,mem_spid_tbuf 
-0x650a 027624 rtn 
-:      027627 spid_unlock_flash:
-0x650b 027628 setarg 0 
-0x650c 027629 hstore 2 ,core_spid_rxlen 
-0x650d 027630 setarg 1 
-0x650e 027631 hstore 2 ,core_spid_txlen 
-0x650f 027632 setarg mem_spid_tbuf 
-0x6510 027633 hstore 2 ,core_spid_txaddr 
-0x6511 027634 jam 6 ,mem_spid_tbuf 
-0x6512 027635 jam spid_start ,core_misc_ctrl 
-0x6513 027636 branch wait_spid_done 
-:      027651 flash_write:
-0x6514 027652 disable user 
-0x6515 027653 copy pdata ,regb 
-0x6516 027654 fetch 1 ,mem_spi_write_flash_sm 
-0x6517 027655 rtnne flash_sm_no_buys 
-0x6518 027656 enable user 
-0x6519 027657 copy regb ,pdata 
-0x651a 027658 branch flash_write_start 
-:      027661 flash_write_spi_sm_timer:
-0x651b 027662 fetch 1 ,mem_spi_write_flash_sm 
-0x651c 027663 beq flash_sm_start ,flash_write_start 
-0x651d 027664 beq flash_sm_erase_sector ,flash_erase_sector 
-0x651e 027665 beq flash_sm_wait_erase_sector ,flash_wait_erase_sector 
-0x651f 027666 beq flash_sm_write_data ,flash_write_data 
-0x6520 027667 beq flash_sm_wait_write_data ,flash_wait_write_data 
-0x6521 027668 rtn 
-:      027670 flash_write_start:
-0x6522 027671 store 3 ,mem_spi_write_addr 
-0x6523 027672 copy rega ,pdata 
-0x6524 027673 store 2 ,mem_spi_write_ptr 
-0x6525 027674 storet 2 ,mem_spi_write_len 
-0x6526 027675 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
-0x6527 027676 branch spid_init_flash 
-:      027677 flash_erase_sector:
-0x6528 027678 call spid_init_flash 
-0x6529 027679 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
-0x652a 027680 call spid_unlock_flash 
-0x652b 027681 arg mem_spid_tbuf ,rega 
-0x652c 027682 fetch 3 ,mem_spi_write_addr 
-0x652d 027683 jam 4 ,core_spid_txlen 
-0x652e 027684 arg flash_command_sector_erase ,temp 
-0x652f 027685 branch spid_write_flash_common 
-:      027687 flash_wait_erase_sector:
-0x6530 027688 call spid_init_flash 
-0x6531 027689 call spid_unlock_flash 
-0x6532 027690 setarg flash_read_satus 
-0x6533 027691 call spid_read_reg 
-0x6534 027692 rtnbit1 flash_status_wip 
-0x6535 027693 jam flash_sm_write_data ,mem_spi_write_flash_sm 
-0x6536 027694 rtn 
-:      027695 flash_write_data:
-0x6537 027696 call spid_init_flash 
-0x6538 027697 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
-0x6539 027698 call spid_unlock_flash 
-0x653a 027699 call flash_data_preserve 
-0x653b 027700 call spid_write_flash 
-0x653c 027701 branch flash_data_recover 
-:      027702 flash_wait_write_data:
-0x653d 027703 call spid_init_flash 
-0x653e 027704 call spid_unlock_flash 
-0x653f 027705 setarg flash_read_satus 
-0x6540 027706 call spid_read_reg 
-0x6541 027707 rtnbit1 flash_status_wip 
-0x6542 027708 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
-0x6543 027709 fetch 2 ,mem_cb_spi_flash_write_complate 
-0x6544 027710 branch callback_func 
-:      027711 flash_data_recover:
-0x6545 027712 fetch 4 ,mem_temp 
-0x6546 027713 fetcht 2 ,mem_spi_write_ptr 
-0x6547 027714 increase -4 ,temp 
-0x6548 027715 istore 4 ,temp 
-0x6549 027716 rtn 
-:      027717 flash_data_preserve:
-0x654a 027718 fetcht 2 ,mem_spi_write_ptr 
-0x654b 027719 copy temp ,rega 
-0x654c 027720 increase -4 ,temp 
-0x654d 027721 ifetch 4 ,temp 
-0x654e 027722 store 4 ,mem_temp 
-0x654f 027723 fetcht 2 ,mem_spi_write_len 
-0x6550 027724 fetch 3 ,mem_spi_write_addr 
-0x6551 027725 rtn 
-:      027729 spid_write_flash:
-0x6552 027730 increase 4 ,temp 
-0x6553 027731 hstoret 2 ,core_spid_txlen 
-0x6554 027732 arg flash_command_write_data ,temp 
-0x6555 027733 increase -4 ,rega 
-:      027734 spid_write_flash_common:
-0x6556 027736 istoret 1 ,rega 
-0x6557 027737 rshift16 pdata ,temp 
-0x6558 027738 istoret 1 ,contw 
-0x6559 027739 rshift8 pdata ,temp 
-0x655a 027740 istoret 1 ,contw 
-0x655b 027741 istore 1 ,contw 
-0x655c 027742 deposit rega 
-0x655d 027743 hstore 2 ,core_spid_txaddr 
-0x655e 027744 setarg 0 
-0x655f 027745 hstore 2 ,core_spid_rxlen 
-0x6560 027746 jam spid_start ,core_misc_ctrl 
-0x6561 027747 branch wait_spid_done 
-:      027751 spid_read_flash:
-0x6562 027752 hstoret 2 ,core_spid_rxlen 
-0x6563 027753 rshift16 pdata ,temp 
-0x6564 027754 storet 1 ,mem_addr_hi 
-0x6565 027755 rshift8 pdata ,temp 
-0x6566 027756 storet 1 ,mem_addr_mi 
-0x6567 027757 store 1 ,mem_addr_lo 
-0x6568 027758 setarg 4 
-0x6569 027759 hstore 2 ,core_spid_txlen 
-0x656a 027760 jam flash_command_read_data ,mem_spid_tbuf 
-0x656b 027761 setarg mem_spid_tbuf 
-0x656c 027762 hstore 2 ,core_spid_txaddr 
-0x656d 027763 deposit rega 
-0x656e 027764 hstore 2 ,core_spid_rxaddr 
-0x656f 027765 hfetch 1 ,core_spid_ctrl 
-0x6570 027766 isolate0 15 ,rega 
-0x6571 027767 setflag true ,6 ,pdata 
-0x6572 027768 hstore 1 ,core_spid_ctrl 
-0x6573 027769 jam spid_start ,core_misc_ctrl 
-:      027770 spi_read_flash_wait:
-0x6574 027771 hfetch 1 ,core_dma_status 
-0x6575 027772 bbit1 7 ,spi_read_flash_wait 
-0x6576 027773 arg spid_done ,queue 
-0x6577 027774 branch wait_spid_done 
-:      027778 spid_load_flash:
-0x6578 027779 hstoret 2 ,core_spid_rxlen 
-0x6579 027780 setarg 4 
-0x657a 027781 hstore 2 ,core_spid_txlen 
-0x657b 027782 jam 3 ,mem_spid_tbuf 
-0x657c 027783 setarg mem_spid_tbuf 
-0x657d 027784 hstore 2 ,core_spid_txaddr 
-0x657e 027785 deposit rega 
-0x657f 027786 hstore 2 ,core_spid_rxaddr 
-0x6580 027787 hfetch 1 ,core_spid_ctrl 
-0x6581 027788 isolate0 15 ,rega 
-0x6582 027789 setflag true ,6 ,pdata 
-0x6583 027790 hstore 1 ,core_spid_ctrl 
-0x6584 027791 jam spid_start ,core_misc_ctrl 
-:      027792 spi_load_flash_wait:
-0x6585 027793 hfetch 1 ,core_dma_status 
-0x6586 027794 bbit1 7 ,spi_load_flash_wait 
-0x6587 027795 arg spid_done ,queue 
-0x6588 027796 call decrypt_code 
-0x6589 027797 call wait_spid_done 
-0x658a 027798 isolate1 spid_crcok ,pdata 
-0x658b 027799 call set_ucode_status 
-0x658c 027800 fetch 1 ,mem_addr_hi 
-0x658d 027801 lshift16 pdata ,regb 
-0x658e 027802 fetch 1 ,mem_addr_mi 
-0x658f 027803 lshift8 pdata ,pdata 
-0x6590 027804 ior regb ,regb 
-0x6591 027805 fetch 1 ,mem_addr_lo 
-0x6592 027806 ior regb ,pdata 
-0x6593 027807 iadd temp ,pdata 
-0x6594 027808 store 1 ,mem_addr_lo 
-0x6595 027809 rshift8 pdata ,pdata 
-0x6596 027810 store 1 ,mem_addr_mi 
-0x6597 027811 rshift8 pdata ,pdata 
-0x6598 027812 store 1 ,mem_addr_hi 
-0x6599 027813 rtn 
-:      027818 soft_reset_chip:
-0x659a 027819 jam 1 ,core_reset 
-0x659b 027820 rtn 
-:      027826 iic_init_390k:
-0x659c 027827 jam 12 ,core_iicd_scl_low 
-0x659d 027828 jam 13 ,core_iicd_scl_high 
-0x659e 027829 jam 13 ,core_iicd_start_setup 
-0x659f 027830 jam 13 ,core_iicd_start_hold 
-0x65a0 027831 jam 13 ,core_iicd_stop_setup 
-0x65a1 027832 jam 12 ,core_iicd_data_setup 
-0x65a2 027833 branch iicd_init_gpio 
-:      027836 iicd_init_12m:
-0x65a3 027837 jam 5 ,core_iicd_scl_low 
-0x65a4 027838 jam 7 ,core_iicd_scl_high 
-0x65a5 027839 jam 7 ,core_iicd_start_setup 
-0x65a6 027840 jam 7 ,core_iicd_start_hold 
-0x65a7 027841 jam 7 ,core_iicd_stop_setup 
-0x65a8 027842 jam 5 ,core_iicd_data_setup 
-:      027843 iicd_init_gpio:
-0x65a9 027844 hfetch 1 ,core_gpio_pu3 
-0x65aa 027845 or_into 0xc0 ,pdata 
-0x65ab 027846 hstore 1 ,core_gpio_pu3 
-0x65ac 027847 hfetch 1 ,core_gpio_sel1 
-0x65ad 027848 or_into 0x10 ,pdata 
-0x65ae 027849 hstore 1 ,core_gpio_sel1 
-0x65af 027850 rtn 
-:      027854 wait_iicd_done:
-0x65b0 027855 hfetch 1 ,core_dma_status 
-0x65b1 027856 bbit0 iicd_done ,wait_iicd_done 
-0x65b2 027857 rtn 
-:      027865 iicd_read_data:
-0x65b3 027866 hstore 2 ,core_iicd_txlen 
-0x65b4 027867 deposit rega 
-0x65b5 027868 hstore 2 ,core_iicd_txaddr 
-0x65b6 027869 deposit regb 
-0x65b7 027870 hstore 2 ,core_iicd_rxaddr 
-0x65b8 027871 deposit temp 
-0x65b9 027872 hstore 2 ,core_iicd_rxlen 
-0x65ba 027873 arg 1 ,temp 
-0x65bb 027874 nsetflag blank ,1 ,temp 
-0x65bc 027875 hstore 1 ,core_iicd_ctrl 
-0x65bd 027876 jam iicd_start ,core_misc_ctrl 
-0x65be 027877 branch wait_iicd_done 
-:      027880 set_eeprom_size_2k:
-0x65bf 027881 set1 mark_eeprom_size ,mark 
-0x65c0 027882 jam 0x08 ,mem_eeprom_block_size 
-0x65c1 027883 rtn 
-:      027885 clear_eeprom_size_2k:
-0x65c2 027886 set0 mark_eeprom_size ,mark 
-0x65c3 027887 jam 0x20 ,mem_eeprom_block_size 
-0x65c4 027888 rtn 
-:      027891 iicd_read_eep_data_size_2k:
-0x65c5 027892 fetch 1 ,mem_eeprom_base 
-0x65c6 027893 iadd regb ,pdata 
-0x65c7 027894 store 1 ,mem_addr_mi 
-0x65c8 027895 branch iicd_read_eep_size_2k 
-:      027897 iicd_read_eep_size_2k_lcadcode:
-0x65c9 027898 fetch 2 ,mem_addr_mi 
-0x65ca 027899 byteswap pdata ,pdata 
-0x65cb 027900 store 1 ,mem_addr_mi 
-:      027905 iicd_read_eep_size_2k:
-0x65cc 027906 setarg 3 
-0x65cd 027907 hstore 2 ,core_iicd_txlen 
-0x65ce 027908 jam 0xa0 ,mem_iicd_tbuf 
-0x65cf 027909 jam 0xa1 ,mem_iicd_tbuf + 2 
-0x65d0 027910 branch iicd_read_eep_common 
-:      027916 iicd_write_protect_eep_data:
-0x65d1 027917 storet 2 ,mem_temp 
-0x65d2 027918 call iicd_eeprom_write_enable 
-0x65d3 027919 fetcht 2 ,mem_temp 
-0x65d4 027920 call iicd_write_eep_data 
-0x65d5 027921 branch iicd_eeprom_write_disable 
-:      027923 iicd_eeprom_write_enable:
-0x65d6 027924 fetch 1 ,mem_eeprom_wp_gpio 
-0x65d7 027925 rtneq gpio_disable 
-0x65d8 027926 bbit0 6 ,iicd_wp_gpio_output_low 
-0x65d9 027927 setarg 150000 
-0x65da 027928 call sleep 
-:      027929 iicd_wp_gpio_output_low:
-0x65db 027930 fetcht 1 ,mem_eeprom_wp_gpio 
-0x65dc 027931 branch gpio_out_active 
-:      027933 iicd_eeprom_write_disable:
-0x65dd 027934 fetcht 1 ,mem_eeprom_wp_gpio 
-0x65de 027935 branch gpio_out_inactive 
-:      027940 iicd_read_eep_data:
-0x65df 027941 bpatchx patch32_0 ,mem_patch32 
-0x65e0 027942 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
-0x65e1 027943 fetch 2 ,mem_eeprom_base 
-0x65e2 027944 iadd regb ,pdata 
-0x65e3 027945 byteswap pdata ,pdata 
-0x65e4 027946 store 2 ,mem_addr_mi 
-:      027949 iicd_read_eep:
-0x65e5 027950 bpatchx patch32_1 ,mem_patch32 
-0x65e6 027951 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
-0x65e7 027952 setarg 4 
-0x65e8 027953 hstore 2 ,core_iicd_txlen 
-0x65e9 027954 jam 0xa0 ,mem_iicd_tbuf 
-0x65ea 027955 jam 0xa1 ,mem_iicd_tbuf + 3 
-:      027956 iicd_read_eep_common:
-0x65eb 027957 setarg mem_iicd_tbuf 
-0x65ec 027958 hstore 2 ,core_iicd_txaddr 
-0x65ed 027959 hstoret 2 ,core_iicd_rxlen 
-0x65ee 027960 deposit rega 
-0x65ef 027961 hstore 2 ,core_iicd_rxaddr 
-0x65f0 027962 setarg 2 
-0x65f1 027963 isolate0 15 ,rega 
-0x65f2 027964 setflag true ,0 ,pdata 
-0x65f3 027965 hstore 1 ,core_iicd_ctrl 
-0x65f4 027966 jam iicd_start ,core_misc_ctrl 
-0x65f5 027967 arg iicd_done ,queue 
-0x65f6 027968 call decrypt_code 
-0x65f7 027969 call wait_iicd_done 
-0x65f8 027970 isolate1 iicd_crcok ,pdata 
-0x65f9 027971 call set_ucode_status 
-0x65fa 027972 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
-0x65fb 027973 fetch 2 ,mem_addr_mi 
-0x65fc 027974 byteswap pdata ,pdata 
-0x65fd 027975 iadd temp ,pdata 
-0x65fe 027976 byteswap pdata ,pdata 
-0x65ff 027977 store 2 ,mem_addr_mi 
-0x6600 027978 rtn 
-:      027980 iicd_read_eep_load_code_size_2k:
-0x6601 027981 fetch 1 ,mem_addr_mi 
-0x6602 027982 iadd temp ,pdata 
-0x6603 027983 byteswap pdata ,pdata 
-0x6604 027984 store 2 ,mem_addr_mi 
-0x6605 027985 rtn 
-:      027991 iicd_write_eep_data:
-0x6606 027992 fetch 2 ,mem_eeprom_base 
-0x6607 027993 iadd regb ,pdata 
-:      027996 iicd_write_ota_data:
-0x6608 027997 store 2 ,mem_pdatatemp 
-0x6609 027998 bpatchx patch32_2 ,mem_patch32 
-0x660a 027999 storet 2 ,mem_temp 
-0x660b 028000 copy rega ,pdata 
-0x660c 028001 store 2 ,mem_contr 
-:      028002 iicd_write_eep_loop:
-0x660d 028003 call iicd_eep_transparency 
-0x660e 028005 fetcht 2 ,mem_regb 
-0x660f 028006 fetch 2 ,mem_contr 
-0x6610 028007 copy pdata ,rega 
-0x6611 028008 fetch 2 ,mem_pdatatemp 
-0x6612 028010 call iicd_write_eep 
-0x6613 028012 fetch 2 ,mem_regb 
-0x6614 028013 fetcht 2 ,mem_contr 
-0x6615 028014 iadd temp ,temp 
-0x6616 028015 storet 2 ,mem_contr 
-0x6617 028016 fetcht 2 ,mem_pdatatemp 
-0x6618 028017 iadd temp ,temp 
-0x6619 028018 storet 2 ,mem_pdatatemp 
-0x661a 028019 fetch 2 ,mem_temp 
-0x661b 028020 nbranch iicd_write_eep_loop ,blank 
-0x661c 028021 rtn 
-:      028029 iicd_eep_transparency:
-0x661d 028030 bpatchx patch32_3 ,mem_patch32 
-0x661e 028031 fetch 1 ,mem_eeprom_block_size 
-0x661f 028032 increase -1 ,pdata 
-0x6620 028033 fetcht 2 ,mem_pdatatemp 
-0x6621 028034 ior temp ,pdata 
-0x6622 028035 increase 1 ,pdata 
-0x6623 028036 store 3 ,mem_regc 
-0x6624 028038 fetch 2 ,mem_temp 
-0x6625 028039 iadd temp ,pdata 
-0x6626 028041 fetcht 3 ,mem_regc 
-0x6627 028042 isub temp ,pdata 
-0x6628 028043 nbranch iicd_eep_deal_short_packet ,positive 
-0x6629 028044 store 2 ,mem_temp 
-0x662a 028045 fetch 3 ,mem_regc 
-0x662b 028046 fetcht 2 ,mem_pdatatemp 
-0x662c 028047 isub temp ,pdata 
-0x662d 028048 store 2 ,mem_regb 
-0x662e 028049 rtn 
-:      028050 iicd_eep_deal_short_packet:
-0x662f 028051 fetch 2 ,mem_temp 
-0x6630 028052 store 2 ,mem_regb 
-0x6631 028053 setarg 0 
-0x6632 028054 store 2 ,mem_temp 
-0x6633 028055 rtn 
-:      028057 iicd_write_eep_size_2k:
-0x6634 028058 increase 2 ,temp 
-0x6635 028059 hstoret 2 ,core_iicd_txlen 
-0x6636 028060 increase -2 ,rega 
-0x6637 028061 ifetcht 3 ,rega 
-0x6638 028062 copy temp ,regb 
-0x6639 028063 arg 0xa0 ,temp 
-0x663a 028064 istoret 1 ,rega 
-0x663b 028066 istore 1 ,contw 
-0x663c 028067 branch iicd_write_eep_common 
-:      028070 iicd_write_eep:
-0x663d 028071 copy pdata ,regb 
-0x663e 028072 bpatchx patch32_4 ,mem_patch32 
-0x663f 028073 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
-0x6640 028074 copy regb ,pdata 
-0x6641 028075 increase 3 ,temp 
-0x6642 028076 hstoret 2 ,core_iicd_txlen 
-0x6643 028077 increase -3 ,rega 
-0x6644 028078 ifetcht 3 ,rega 
-0x6645 028079 copy temp ,regb 
-0x6646 028080 arg 0xa0 ,temp 
-0x6647 028081 istoret 1 ,rega 
-0x6648 028082 byteswap pdata ,pdata 
-0x6649 028083 istore 2 ,contw 
-:      028084 iicd_write_eep_common:
-0x664a 028085 deposit rega 
-0x664b 028086 hstore 2 ,core_iicd_txaddr 
-0x664c 028087 setarg 0 
-0x664d 028088 hstore 2 ,core_iicd_rxlen 
-0x664e 028089 jam 1 ,core_iicd_ctrl 
-0x664f 028090 jam iicd_start ,core_misc_ctrl 
-0x6650 028091 call wait_iicd_done 
-0x6651 028092 copy regb ,pdata 
-0x6652 028093 istore 3 ,rega 
-:      028095 iic_check_eeprom_standby:
-0x6653 028096 bpatchx patch32_5 ,mem_patch32 
-0x6654 028097 jam 0 ,mem_iicd_tbuf + 3 
-:      028098 iic_check_eeprom_standby_wait:
-0x6655 028099 setarg 1 
-0x6656 028100 hstore 2 ,core_iicd_txlen 
-0x6657 028101 jam 0xa0 ,mem_iicd_tbuf 
-0x6658 028102 setarg mem_iicd_tbuf 
-0x6659 028103 hstore 2 ,core_iicd_txaddr 
-0x665a 028104 setarg 0 
-0x665b 028105 hstore 2 ,core_iicd_rxlen 
-0x665c 028106 hstore 2 ,core_iicd_rxaddr 
-0x665d 028107 setarg 3 
-0x665e 028108 hstore 1 ,core_iicd_ctrl 
-0x665f 028109 jam iicd_start ,core_misc_ctrl 
-0x6660 028110 call wait_iicd_done 
-0x6661 028111 hfetch 1 ,core_dma_status 
-0x6662 028112 rtnbit0 iicd_ack 
-0x6663 028113 nop 1500 
-0x6664 028114 fetch 1 ,mem_iicd_tbuf + 3 
-0x6665 028115 increase 1 ,pdata 
-0x6666 028116 store 1 ,mem_iicd_tbuf + 3 
-0x6667 028117 sub pdata ,40 ,null 
-0x6668 028118 nrtn positive 
-0x6669 028119 branch iic_check_eeprom_standby_wait 
-:      028123 otp_enable_chgpump:
-0x666a 028124 jam 0x70 ,rfen_chgpump 
-0x666b 028125 nop param_chgpump_delay 
-0x666c 028126 rtn 
-:      028128 otp_disable_chgpump:
-0x666d 028129 jam 0x30 ,rfen_chgpump 
-0x666e 028130 rtn 
-:      028132 otp_set_addr:
-0x666f 028133 lshift3 pdata ,pdata 
-0x6670 028134 hstore 2 ,core_otp_addr 
-0x6671 028135 jam 0 ,core_otpd_ctrl 
-0x6672 028136 rtn 
-:      028139 otp_write:
-0x6673 028140 call otp_set_addr 
-0x6674 028141 call otp_ce 
-:      028142 otp_program:
-0x6675 028143 ifetcht 1 ,rega 
-0x6676 028144 increase 1 ,rega 
-0x6677 028145 force 0 ,queue 
-:      028146 otp_program_bit:
-0x6678 028147 qisolate0 temp 
-0x6679 028148 branch otp_skip_0 ,true 
-0x667a 028149 hfetch 1 ,core_otp_din 
-0x667b 028150 set1 6 ,pdata 
-0x667c 028151 set1 7 ,pdata 
-0x667d 028152 hstore 1 ,core_otp_din 
-0x667e 028153 jam 0x02 ,core_otp_ctrl 
-0x667f 028154 jam 0x82 ,core_otp_ctrl 
-0x6680 028155 set0 7 ,pdata 
-0x6681 028156 hstore 1 ,core_otp_din 
-0x6682 028157 jam 0x8a ,core_otp_ctrl 
-0x6683 028158 nop 11 
-0x6684 028159 jam 0xca ,core_otp_ctrl 
-0x6685 028160 nop 33 
-0x6686 028161 jam 0x4a ,core_otp_ctrl 
-0x6687 028162 nop 44 
-0x6688 028163 jam 0xca ,core_otp_ctrl 
-0x6689 028164 nop 22 
-0x668a 028165 jam 0x8a ,core_otp_ctrl 
-0x668b 028166 nop 33 
-0x668c 028167 jam 0x82 ,core_otp_ctrl 
-0x668d 028168 nop 1 
-0x668e 028169 jam 0x92 ,core_otp_ctrl 
-0x668f 028170 nop 10 
-0x6690 028171 jam 0xb2 ,core_otp_ctrl 
-0x6691 028172 hfetch 1 ,core_otp_rdata 
-0x6692 028173 jam 0x92 ,core_otp_ctrl 
-0x6693 028174 nop 1 
-0x6694 028175 jam 0x82 ,core_otp_ctrl 
-0x6695 028176 qisolate0 pdata 
-0x6696 028177 branch otp_program_bit ,true 
-:      028178 otp_skip_0:
-0x6697 028179 hfetch 2 ,core_otp_addr 
-0x6698 028180 increase 1 ,pdata 
-0x6699 028181 hstore 2 ,core_otp_addr 
-0x669a 028182 increase 1 ,queue 
-0x669b 028183 compare 8 ,queue ,0xf 
-0x669c 028184 nbranch otp_program_bit ,true 
-0x669d 028185 loop otp_program 
-0x669e 028186 jam 0x83 ,core_otp_ctrl 
-0x669f 028187 rtn 
-:      028189 otp_ce:
-0x66a0 028190 jam 0x82 ,core_otp_ctrl 
-0x66a1 028191 nop 12 
-0x66a2 028192 jam 0x80 ,core_otp_ctrl 
-0x66a3 028193 jam 0x82 ,core_otp_ctrl 
-0x66a4 028194 nop 150 
-0x66a5 028195 rtn 
-:      028198 otpd_read_init:
-0x66a6 028199 call otp_ce 
-0x66a7 028200 jam 0xa2 ,core_otp_ctrl 
-0x66a8 028201 deposit rega 
-0x66a9 028202 hstore 2 ,core_otpd_addr 
-0x66aa 028203 set1 11 ,temp 
-0x66ab 028204 isolate0 15 ,pdata 
-0x66ac 028205 setflag true ,15 ,temp 
-0x66ad 028206 hstoret 2 ,core_otpd_len 
-0x66ae 028207 jam otpd_start ,core_misc_ctrl 
-0x66af 028208 rtn 
-:      028210 otpd_wait_end:
-0x66b0 028211 hfetch 1 ,core_dma_status 
-0x66b1 028212 bbit0 otpd_done ,otpd_wait_end 
-0x66b2 028213 rtn 
-:      028216 otpd_read_data:
-0x66b3 028217 call otp_set_addr 
-0x66b4 028218 call otpd_read_init 
-0x66b5 028219 call otpd_wait_end 
-0x66b6 028220 jam 0x83 ,core_otp_ctrl 
-0x66b7 028221 rtn 
-:      028226 otpd_read_code:
-0x66b8 028227 hfetch 2 ,core_current_otp_addr 
-0x66b9 028228 hstore 2 ,core_otp_addr 
-0x66ba 028229 call otpd_read_init 
-0x66bb 028230 arg otpd_done ,queue 
-0x66bc 028231 call decrypt_code 
-0x66bd 028232 call otpd_wait_end 
-0x66be 028233 isolate1 otpd_crcok ,pdata 
-0x66bf 028234 call set_ucode_status 
-0x66c0 028235 jam 0x83 ,core_otp_ctrl 
-0x66c1 028236 rtn 
-:      028239 uartd_prepare_tx:
-0x66c2 028240 hfetch 2 ,core_uart_twptr 
-0x66c3 028241 iforce contwu 
-0x66c4 028242 rtn 
-:      028244 uartd_send:
-0x66c5 028245 deposit contwu 
-0x66c6 028246 hstore 2 ,core_uart_twptr 
-0x66c7 028247 rtn 
-:      028249 uartd_rxdone:
-0x66c8 028250 deposit contru 
-0x66c9 028251 hstore 2 ,core_uart_rrptr 
-0x66ca 028252 rtn 
-:      028254 uartd_prepare_rx:
-0x66cb 028255 hfetch 2 ,core_uart_rrptr 
-0x66cc 028256 copy pdata ,contru 
-0x66cd 028257 rtn 
-:      028259 uart_set_baud_by_mem:
-0x66ce 028260 fetch uart_baud_len ,mem_baud 
-0x66cf 028261 hstore uart_baud_len ,core_uart_baud 
-0x66d0 028262 rtn 
-:      028264 uart_copy_tx_bytes_fast:
-0x66d1 028265 deposit loopcnt 
-0x66d2 028266 rtn blank 
-:      028267 uart_copy_tx_bytes_fast_loop:
-0x66d3 028268 increase -8 ,loopcnt 
-0x66d4 028269 call uart_tx_8_bytes ,positive 
-0x66d5 028270 rtn zero 
-0x66d6 028271 branch uart_copy_tx_bytes_fast_loop ,positive 
-0x66d7 028272 increase 8 ,loopcnt 
-:      028273 uart_copy_tx_bytes_fast_loop_four:
-0x66d8 028274 increase -4 ,loopcnt 
-0x66d9 028275 call uart_tx_4_bytes ,positive 
-0x66da 028276 rtn zero 
-0x66db 028277 branch uart_copy_tx_bytes_fast_loop_four ,positive 
-0x66dc 028278 increase 4 ,loopcnt 
-0x66dd 028279 branch uart_copy_tx_bytes 
-:      028281 uart_tx_8_bytes:
-0x66de 028282 ifetch 8 ,contr 
-0x66df 028283 istore 8 ,contwu 
-0x66e0 028284 rtn 
-:      028286 uart_tx_4_bytes:
-0x66e1 028287 ifetch 4 ,contr 
-0x66e2 028288 istore 4 ,contwu 
-0x66e3 028289 rtn 
-:      028291 uart_copy_tx_bytes:
-0x66e4 028292 deposit loopcnt 
-0x66e5 028293 rtn blank 
-:      028294 uart_copy_tx_bytes_loop:
-0x66e6 028295 ifetch 1 ,contr 
-0x66e7 028296 istore 1 ,contwu 
-0x66e8 028297 loop uart_copy_tx_bytes_loop 
-0x66e9 028298 rtn 
-:      028300 uart_copy_rx_bytes_fast:
-0x66ea 028301 deposit loopcnt 
-0x66eb 028302 rtn blank 
-:      028303 uart_copy_rx_bytes_fast_loop:
-0x66ec 028304 increase -8 ,loopcnt 
-0x66ed 028305 call uart_rx_8_bytes ,positive 
-0x66ee 028306 rtn zero 
-0x66ef 028307 branch uart_copy_rx_bytes_fast_loop ,positive 
-0x66f0 028308 increase 8 ,loopcnt 
-:      028309 uart_copy_rx_bytes_fast_loop_four:
-0x66f1 028310 increase -4 ,loopcnt 
-0x66f2 028311 call uart_rx_4_bytes ,positive 
-0x66f3 028312 rtn zero 
-0x66f4 028313 branch uart_copy_rx_bytes_fast_loop_four ,positive 
-0x66f5 028314 increase 4 ,loopcnt 
-0x66f6 028315 branch uart_copy_rx_bytes 
-:      028317 uart_rx_8_bytes:
-0x66f7 028318 ifetch 8 ,contru 
-0x66f8 028319 istore 8 ,contw 
-0x66f9 028320 rtn 
-:      028322 uart_rx_4_bytes:
-0x66fa 028323 ifetch 4 ,contru 
-0x66fb 028324 istore 4 ,contw 
-0x66fc 028325 rtn 
-:      028328 uart_copy_rx_bytes:
-0x66fd 028329 deposit loopcnt 
-0x66fe 028330 rtn blank 
-:      028331 uart_copy_rx_bytes_loop:
-0x66ff 028332 ifetch 1 ,contru 
-0x6700 028333 istore 1 ,contw 
-0x6701 028334 loop uart_copy_rx_bytes_loop 
-0x6702 028335 rtn 
-:      028338 uart_copy_rx2tx:
-0x6703 028339 deposit loopcnt 
-0x6704 028340 rtn blank 
-:      028341 uart_copy_rx2tx_loop:
-0x6705 028342 ifetch 1 ,contru 
-0x6706 028343 istore 1 ,contwu 
-0x6707 028344 loop uart_copy_rx2tx_loop 
-0x6708 028345 rtn 
-:      028350 app_store_nvram_event:
-0x6709 028351 jam bt_evt_store_nvram ,mem_fifo_temp 
-0x670a 028352 branch ui_ipc_send_event 
-:      028354 check_51cmd_store_reconn_info:
-:      028355 check_51cmd_update_device_record:
-0x670b 028356 bpatchx patch32_6 ,mem_patch32 
-0x670c 028357 fetch 1 ,mem_nv_data_number 
-0x670d 028358 rtn blank 
-0x670e 028359 call check_nvram 
-0x670f 028360 call init_device_list ,zero 
-0x6710 028361 call nvram_find_addr_from_bd_list 
-:      028362 write_device_record:
-0x6711 028363 fetch 1 ,mem_nv_data_number 
-0x6712 028364 icopy regc 
-0x6713 028365 fetcht 2 ,mem_nv_data_ptr 
-0x6714 028366 storet 2 ,mem_list_item_ptr 
-:      028367 write_device_loop_find:
-0x6715 028368 copy regc ,pdata 
-0x6716 028369 branch app_store_nvram_event ,blank 
-0x6717 028370 increase -1 ,regc 
-0x6718 028371 copy temp ,rega 
-0x6719 028372 ifetch 1 ,rega 
-0x671a 028373 fetcht 1 ,mem_select_list_item 
-0x671b 028374 isub temp ,null 
-0x671c 028375 call set_index_finded_device ,zero 
-0x671d 028376 branch write_device_loop_find0 ,positive 
-0x671e 028377 ifetch 1 ,rega 
-0x671f 028378 increase 1 ,pdata 
-0x6720 028379 istore 1 ,rega 
-:      028380 write_device_loop_find0:
-0x6721 028381 fetcht 2 ,mem_list_item_ptr 
-0x6722 028382 increase nv_data_len ,temp 
-0x6723 028383 storet 2 ,mem_list_item_ptr 
-0x6724 028384 branch write_device_loop_find 
-:      028386 set_index_finded_device:
-0x6725 028387 setarg 0 
-0x6726 028388 istore 1 ,rega 
-0x6727 028389 fetch 1 ,mem_temp_reconn_record 
-0x6728 028390 istore 1 ,contw 
-0x6729 028391 bne rec_3_mode ,set_index_finded_device_ble_mode 
-0x672a 028392 arg mem_link_key ,regb 
-:      028393 set_index_find_device_master_addr:
-0x672b 028394 ifetch 6 ,contr 
-0x672c 028395 istore 8 ,contw 
-0x672d 028396 setarg 0 
-0x672e 028397 istore 8 ,contw 
-0x672f 028398 copy regb ,contr 
-:      028399 store_rec_data_common:
-0x6730 028400 call memcpy16 
-0x6731 028401 force 1 ,null 
-0x6732 028402 rtn 
-:      028404 set_index_finded_device_ble_mode:
-0x6733 028405 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
-0x6734 028406 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
-0x6735 028407 arg mem_le_ltk ,regb 
-0x6736 028408 branch set_index_find_device_master_addr 
-:      028410 set_index_finded_device_irk:
-0x6737 028411 arg mem_le_irk ,contr 
-0x6738 028412 call memcpy16 
-:      028413 store_ble_rec_data_common:
-0x6739 028414 arg mem_le_ltk ,contr 
-0x673a 028415 branch store_rec_data_common 
-:      028417 set_index_finded_device_ediv:
-0x673b 028418 arg mem_le_rand ,contr 
-0x673c 028419 call memcpy16 
-0x673d 028420 branch store_ble_rec_data_common 
-:      028423 nvram_find_addr_from_bd_list:
-0x673e 028424 call disable_user 
-0x673f 028425 fetch 1 ,mem_nv_data_number 
-0x6740 028426 rtn blank 
-0x6741 028427 fetch 2 ,mem_ui_state_map 
-0x6742 028428 bbit1 ui_state_bt_connected ,find_addr_from_bd_list_spp_mode 
-:      028429 find_addr_from_bd_list_ble_mode:
-0x6743 028430 bpatchx patch32_7 ,mem_patch32 
-0x6744 028431 fetch 1 ,mem_le_conn_peer_addr_type 
-0x6745 028432 beq master_public_addr ,find_addr_from_bd_list_static_addr 
-0x6746 028433 fetch 1 ,mem_le_plap + 5 
-0x6747 028434 compare 0xc0 ,pdata ,0xc0 
-0x6748 028435 branch find_addr_from_bd_list_static_addr ,true 
-0x6749 028436 compare 0x40 ,pdata ,0xc0 
-0x674a 028437 branch find_addr_from_bd_list_random_addr ,true 
-0x674b 028438 compare 0x00 ,pdata ,0xc0 
-0x674c 028439 branch find_addr_from_bd_list_random_non_resolvable_private_address ,true 
-:      028440 find_addr_from_bd_list_static_addr:
-0x674d 028441 jam rec_4_mode_static_address ,mem_temp_reconn_record 
-0x674e 028442 fetch 6 ,mem_le_plap 
-0x674f 028443 branch find_addr_from_bd_list_common 
-:      028445 find_addr_from_bd_list_random_non_resolvable_private_address:
-0x6750 028446 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
-0x6751 028447 branch find_addr_from_bd_list_common 
-:      028450 find_addr_from_bd_list_random_addr:
-0x6752 028451 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
-0x6753 028452 branch find_addr_from_bd_list_common 
-:      028455 find_addr_from_bd_list_spp_mode:
-0x6754 028456 bpatchx patch33_0 ,mem_patch33 
-0x6755 028457 jam rec_3_mode ,mem_temp_reconn_record 
-0x6756 028458 fetch 6 ,mem_plap 
-:      028459 find_addr_from_bd_list_common:
-0x6757 028460 store 6 ,mem_temp_reconn_record + 1 
-0x6758 028461 fetch 2 ,mem_nv_data_ptr 
-0x6759 028462 ifetcht 1 ,pdata 
-0x675a 028463 pincrease 1 
-0x675b 028464 store 2 ,mem_list_item_ptr 
-0x675c 028465 storet 1 ,mem_select_list_item 
-0x675d 028466 fetch 1 ,mem_nv_data_number 
-0x675e 028467 icopy regc 
-:      028468 nvram_find_addr_from_list:
-0x675f 028469 fetch 2 ,mem_list_item_ptr 
-0x6760 028470 copy pdata ,rega 
-0x6761 028471 call nvram_find_addr_from_list_compare 
-0x6762 028472 rtn user 
-0x6763 028473 fetcht 2 ,mem_list_item_ptr 
-0x6764 028474 increase nv_data_len ,temp 
-0x6765 028475 storet 2 ,mem_list_item_ptr 
-0x6766 028476 increase -1 ,temp 
-0x6767 028477 ifetch 1 ,temp 
-0x6768 028478 store 1 ,mem_select_list_item 
-0x6769 028479 increase -1 ,regc 
-0x676a 028480 nbranch nvram_find_addr_from_list ,zero 
-0x676b 028481 fetch 1 ,mem_nv_data_number 
-0x676c 028482 pincrease decreased_one 
-0x676d 028483 store 1 ,mem_select_list_item 
-0x676e 028484 rtn 
-:      028485 nvram_find_addr_from_list_compare:
-0x676f 028486 fetch 1 ,mem_temp_reconn_record 
-0x6770 028487 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
-:      028488 find_master_addr_from_list_compare:
-0x6771 028489 arg mem_temp_reconn_record ,regb 
-0x6772 028490 arg 7 ,loopcnt 
-0x6773 028491 call string_compare 
-0x6774 028492 branch enable_user ,zero 
-0x6775 028493 rtn 
-:      028495 find_addr_from_list_compare_ble_mode:
-0x6776 028496 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
-0x6777 028497 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
-0x6778 028498 branch find_master_addr_from_list_compare 
-:      028500 find_irk_form_list_compare:
-0x6779 028501 ifetcht 1 ,rega 
-0x677a 028502 isub temp ,null 
-0x677b 028503 nrtn zero 
-0x677c 028504 arg mem_le_prand ,contw 
-0x677d 028505 arg 16 ,loopcnt 
-0x677e 028506 call clear_mem 
-0x677f 028507 fetch 3 ,mem_le_plap + 3 
-0x6780 028508 store 3 ,mem_le_prand 
-0x6781 028509 call genernate_master_macaddress 
-0x6782 028510 fetch 2 ,mem_le_aes_128 + 13 
-0x6783 028511 byteswap pdata ,pdata 
-0x6784 028512 lshift8 pdata ,temp 
-0x6785 028513 ifetch 1 ,contr 
-0x6786 028514 iadd temp ,pdata 
-0x6787 028515 fetcht 3 ,mem_le_plap 
-0x6788 028516 isub temp ,null 
-0x6789 028517 branch enable_user ,zero 
-0x678a 028518 rtn 
-:      028521 genernate_master_macaddress:
-0x678b 028522 arg mem_le_prand ,contr 
-0x678c 028523 call load_data128 
-0x678d 028525 ifetch 1 ,rega 
-0x678e 028526 call load_regext 
-0x678f 028527 force 0x38 ,aes_ctrl 
-0x6790 028528 force 0x0 ,aes_ctrl 
-0x6791 028529 call wait_aes 
-0x6792 028530 arg mem_le_aes_128 ,contw 
-0x6793 028531 branch store_aes_result 
-:      028533 find_ediv_form_list_compare:
-0x6794 028534 ifetcht 1 ,rega 
-0x6795 028535 isub temp ,null 
-0x6796 028536 nrtn zero 
-0x6797 028537 copy contr ,rega 
-0x6798 028538 add contr ,8 ,regc 
-0x6799 028539 arg mem_le_rand ,regb 
-0x679a 028540 arg 8 ,loopcnt 
-0x679b 028541 call string_compare 
-0x679c 028542 branch enable_user ,zero 
-0x679d 028543 copy regc ,rega 
-0x679e 028544 arg mem_le_irk ,regb 
-0x679f 028545 arg 8 ,loopcnt 
-0x67a0 028546 call string_compare 
-0x67a1 028547 branch enable_user ,zero 
-0x67a2 028548 rtn 
-:      028550 check_nvram:
-0x67a3 028551 fetch 2 ,mem_nv_data_ptr 
-0x67a4 028552 ifetcht 1 ,pdata 
-0x67a5 028553 pincrease nv_data_len 
-0x67a6 028554 ifetch 1 ,pdata 
-0x67a7 028555 isub temp ,null 
-0x67a8 028556 rtn 
-:      028558 init_device_list:
-0x67a9 028559 fetch 1 ,mem_nv_data_number 
-0x67aa 028560 icopy loopcnt 
-0x67ab 028561 fetcht 2 ,mem_nv_data_ptr 
-0x67ac 028562 setarg 0 
-:      028563 init_device_list_loop:
-0x67ad 028564 istore 1 ,temp 
-0x67ae 028565 increase nv_data_len ,temp 
-0x67af 028566 pincrease 1 
-0x67b0 028567 loop init_device_list_loop 
-0x67b1 028568 rtn 
-:      028570 load_device_list:
-0x67b2 028571 bpatchx patch33_1 ,mem_patch33 
-0x67b3 028572 call nvram_find_addr_from_bd_list 
-0x67b4 028573 fetch 1 ,mem_state 
-0x67b5 028574 setflag user ,state_combkey ,pdata 
-0x67b6 028575 store 1 ,mem_state 
-0x67b7 028576 nbranch clear_key_exists ,user 
-0x67b8 028577 add rega ,10 ,contr 
-0x67b9 028579 arg mem_link_key ,contw 
-0x67ba 028580 call memcpy16 
-0x67bb 028581 branch check_link_key_load 
-:      028582 clear_key_exists:
-0x67bc 028583 jam 0 ,mem_link_key_exists 
-0x67bd 028584 rtn 
-:      028586 load_device_list_mode_4:
-0x67be 028587 fetch 9 ,mem_le_ediv 
-0x67bf 028588 branch clear_ltk_exists ,blank 
-0x67c0 028589 call nvram_find_addr_from_bd_list 
-0x67c1 028590 nbranch clear_ltk_exists ,user 
-0x67c2 028591 fetch 2 ,mem_list_item_ptr 
-0x67c3 028592 add pdata ,1 ,contr 
-0x67c4 028593 arg mem_le_irk ,contw 
-0x67c5 028594 call memcpy16 
-0x67c6 028595 arg mem_le_ltk ,contw 
-0x67c7 028596 call memcpy16 
-0x67c8 028597 jam 1 ,mem_ltk_exists 
-0x67c9 028598 rtn 
-:      028600 clear_ltk_exists:
-0x67ca 028601 jam 0 ,mem_ltk_exists 
-0x67cb 028602 rtn 
-:      028605 eeprom_store_le_reconn_info:
-0x67cc 028606 fetch 6 ,mem_le_plap 
-0x67cd 028607 store 6 ,mem_temp_lap 
-0x67ce 028608 jam rec_4_mode ,mem_record_bt_mode 
-0x67cf 028609 branch eeprom_store_reconn_info 
-:      028610 eeprom_store_bd_reconn_info:
-0x67d0 028611 fetch 6 ,mem_plap 
-0x67d1 028612 store 6 ,mem_temp_lap 
-0x67d2 028613 jam rec_3_mode ,mem_record_bt_mode 
-:      028614 eeprom_store_reconn_info:
-0x67d3 028615 fetch 1 ,mem_device_option 
-0x67d4 028616 beq dvc_op_module ,check_51cmd_update_device_record 
-0x67d5 028617 bbit1 dvc_op_mouse ,mouse_store_remote_bdaddr 
-0x67d6 028618 rtn 
-:      028621 check_link_key_load:
-0x67d7 028622 fetch 8 ,mem_link_key 
-0x67d8 028623 fetcht 8 ,mem_link_key + 8 
-0x67d9 028624 ior temp ,pdata 
-0x67da 028625 rtn blank 
-0x67db 028626 jam 1 ,mem_link_key_exists 
-0x67dc 028627 rtn 
-:      028634 gpio_set_wake_by_current_state:
-0x67dd 028635 bpatchx patch33_2 ,mem_patch33 
-0x67de 028636 set1 7 ,temp 
-0x67df 028637 call gpio_get_bit 
-0x67e0 028638 nsetflag true ,7 ,temp 
-:      028643 gpio_set_wake:
-0x67e1 028644 bpatchx patch33_3 ,mem_patch33 
-0x67e2 028645 sub temp ,ui_button_gpio_disable ,null 
-0x67e3 028646 rtn zero 
-0x67e4 028647 isolate0 7 ,temp 
-0x67e5 028648 and temp ,0x1f ,queue 
-0x67e6 028649 fetch 4 ,mem_gpio_wakeup_low 
-0x67e7 028650 qsetflag true ,pdata 
-0x67e8 028651 store 4 ,mem_gpio_wakeup_low 
-0x67e9 028652 fetch 4 ,mem_gpio_wakeup_high 
-0x67ea 028653 nqsetflag true ,pdata 
-0x67eb 028654 store 4 ,mem_gpio_wakeup_high 
-0x67ec 028655 rtn 
-:      028658 gpio_clr_wake:
-0x67ed 028659 bpatchx patch33_4 ,mem_patch33 
-0x67ee 028660 sub temp ,ui_button_gpio_disable ,null 
-0x67ef 028661 rtn zero 
-0x67f0 028662 isolate0 7 ,temp 
-0x67f1 028663 and temp ,0x1f ,queue 
-0x67f2 028664 fetch 4 ,mem_gpio_wakeup_low 
-0x67f3 028665 qset0 pdata 
-0x67f4 028666 store 4 ,mem_gpio_wakeup_low 
-0x67f5 028667 fetch 4 ,mem_gpio_wakeup_high 
-0x67f6 028668 qset0 pdata 
-0x67f7 028669 store 4 ,mem_gpio_wakeup_high 
-0x67f8 028670 rtn 
-:      028673 gpio_config_input_nowake:
-0x67f9 028674 call gpio_clr_wake 
-0x67fa 028675 branch gpio_config_input_without_wake 
-:      028678 gpio_config_input:
-0x67fb 028679 sub temp ,ui_button_gpio_disable ,null 
-0x67fc 028680 rtn zero 
-0x67fd 028681 ncall gpio_set_wake ,wake 
-:      028683 gpio_config_input_without_wake:
-0x67fe 028684 arg core_gpio_pd0 ,contw 
-0x67ff 028685 call gpio_set_bit 
-0x6800 028686 setflip gpio_active_bit ,temp 
-0x6801 028687 arg core_gpio_pu0 ,contw 
-0x6802 028688 call gpio_set_bit 
-0x6803 028689 set0 gpio_active_bit ,temp 
-0x6804 028690 arg core_gpio_oe0 ,contw 
-0x6805 028691 branch gpio_set_bit 
-:      028694 gpio_set_high_impedance:
-0x6806 028695 arg core_gpio_pd0 ,contw 
-0x6807 028696 call gpio_set_bit 
-0x6808 028697 set0 gpio_active_bit ,temp 
-0x6809 028698 arg core_gpio_pu0 ,contw 
-0x680a 028699 call gpio_set_bit 
-0x680b 028700 set0 gpio_active_bit ,temp 
-0x680c 028701 arg core_gpio_oe0 ,contw 
-0x680d 028702 branch gpio_set_bit 
-:      028706 gpio_config_output:
-0x680e 028707 sub temp ,ui_button_gpio_disable ,null 
-0x680f 028708 rtn zero 
-0x6810 028709 setflip gpio_active_bit ,temp 
-0x6811 028710 call gpio_out 
-:      028711 gpio_config_output0:
-0x6812 028712 set1 gpio_active_bit ,temp 
-0x6813 028713 arg core_gpio_oe0 ,contw 
-0x6814 028714 branch gpio_set_bit 
-:      028716 gpio_common:
-0x6815 028717 and temp ,0x07 ,queue 
-0x6816 028718 rshift3 temp ,pdata 
-0x6817 028719 and_into 3 ,pdata 
-0x6818 028720 iadd contw ,contw 
-0x6819 028721 ifetch 1 ,contw 
-0x681a 028722 rtn 
-:      028724 gpio_check_active:
-0x681b 028725 arg core_gpio_out0 ,contw 
-0x681c 028726 branch get_bit_common 
-:      028730 gpio_get_bit:
-0x681d 028731 arg core_gpio_in ,contw 
-:      028732 get_bit_common:
-0x681e 028733 call gpio_common 
-0x681f 028734 isolate1 gpio_active_bit ,temp 
-0x6820 028735 branch gpio_get_bit_reverse ,true 
-0x6821 028736 qisolate0 pdata 
-0x6822 028737 rtn 
-:      028738 gpio_get_bit_reverse:
-0x6823 028739 qisolate1 pdata 
-0x6824 028740 rtn 
-:      028742 gpio_out_inactive:
-0x6825 028743 sub temp ,ui_button_gpio_disable ,null 
-0x6826 028744 rtn zero 
-0x6827 028745 isolate1 7 ,null 
-0x6828 028746 branch gpio_out_flag 
-:      028748 gpio_out_active:
-0x6829 028749 sub temp ,ui_button_gpio_disable ,null 
-0x682a 028750 rtn zero 
-0x682b 028751 isolate0 7 ,null 
-:      028754 gpio_out_flag:
-0x682c 028755 setarg 0 
-0x682d 028756 nsetflag true ,gpio_active_bit ,pdata 
-0x682e 028757 ixor temp ,temp 
-:      028760 gpio_out:
-0x682f 028761 arg core_gpio_out0 ,contw 
-:      028764 gpio_set_bit:
-0x6830 028765 call gpio_common 
-0x6831 028766 isolate1 gpio_active_bit ,temp 
-0x6832 028767 qsetflag true ,pdata 
-0x6833 028768 istore 1 ,contw 
-0x6834 028769 rtn 
-:      028771 gpio_set_before_lpm_common:
-0x6835 028772 arg -1 ,rega 
-0x6836 028773 hfetch 1 ,core_gpio_sel1 
-0x6837 028774 compare 0x02 ,pdata ,0x03 
-0x6838 028775 call neglact4_from_23_pin ,true 
-0x6839 028777 compare 0x01 ,pdata ,0x03 
-0x683a 028778 call neglact2_form_25_pin ,true 
-0x683b 028780 compare 0x03 ,pdata ,0x03 
-0x683c 028781 call neglact2_form_25_pin ,true 
-0x683d 028783 isolate1 2 ,pdata 
-0x683e 028784 call neglect2_from_6_pin ,true 
-0x683f 028786 isolate1 3 ,pdata 
-0x6840 028787 call neglect4_from_9_pin ,true 
-0x6841 028789 isolate1 4 ,pdata 
-0x6842 028790 call neglact2_form_30_pin ,true 
-0x6843 028792 isolate1 6 ,pdata 
-0x6844 028793 nsetflag true ,04 ,rega 
-0x6845 028795 isolate1 7 ,pdata 
-0x6846 028796 nsetflag true ,05 ,rega 
-0x6847 028798 hfetch 1 ,core_gpio_sel2 
-0x6848 028799 isolate1 0 ,pdata 
-0x6849 028800 nsetflag true ,27 ,rega 
-0x684a 028801 isolate1 1 ,pdata 
-0x684b 028802 nsetflag true ,28 ,rega 
-0x684c 028803 isolate1 2 ,pdata 
-0x684d 028804 nsetflag true ,03 ,rega 
-0x684e 028805 isolate1 3 ,pdata 
-0x684f 028806 nsetflag true ,08 ,rega 
-0x6850 028807 isolate1 4 ,pdata 
-0x6851 028808 nsetflag true ,20 ,rega 
-0x6852 028809 isolate1 5 ,pdata 
-0x6853 028810 nsetflag true ,21 ,rega 
-0x6854 028811 isolate1 6 ,pdata 
-0x6855 028812 nsetflag true ,22 ,rega 
-0x6856 028813 isolate1 7 ,pdata 
-0x6857 028814 nsetflag true ,23 ,rega 
-0x6858 028816 hfetch 1 ,core_gpio_sel 
-0x6859 028817 isolate1 0 ,pdata 
-0x685a 028818 nsetflag true ,05 ,rega 
-0x685b 028819 isolate1 1 ,pdata 
-0x685c 028820 nsetflag true ,06 ,rega 
-0x685d 028821 isolate1 2 ,pdata 
-0x685e 028822 nsetflag true ,07 ,rega 
-0x685f 028823 isolate1 3 ,pdata 
-0x6860 028824 nsetflag true ,18 ,rega 
-0x6861 028825 isolate1 4 ,pdata 
-0x6862 028826 nsetflag true ,19 ,rega 
-0x6863 028827 isolate1 5 ,pdata 
-0x6864 028828 nsetflag true ,20 ,rega 
-0x6865 028829 isolate1 6 ,pdata 
-0x6866 028830 nsetflag true ,21 ,rega 
-0x6867 028831 isolate1 7 ,pdata 
-0x6868 028832 nsetflag true ,22 ,rega 
-0x6869 028834 hfetch 1 ,core_uart_ctrl 
-0x686a 028835 isolate1 4 ,pdata 
-0x686b 028836 call neglact2_form_2_pin ,true 
-0x686c 028837 bpatchx patch33_5 ,mem_patch33 
-0x686d 028839 hfetch 4 ,core_gpio_pu0 
-0x686e 028840 hfetcht 4 ,core_gpio_pd0 
-0x686f 028841 ior temp ,pdata 
-0x6870 028842 invert pdata ,pdata 
-0x6871 028843 iand rega ,pdata 
-0x6872 028845 hstore 4 ,core_gpio_oe0 
-0x6873 028846 rtn 
-:      028849 neglect2_from_6_pin:
-0x6874 028850 arg 6 ,queue 
-0x6875 028851 branch neglect_2_pin 
-:      028852 neglect4_from_9_pin:
-0x6876 028853 arg 9 ,queue 
-0x6877 028854 branch neglact_4_pin 
-:      028855 neglact4_from_23_pin:
-0x6878 028856 arg 23 ,queue 
-0x6879 028857 branch neglact_4_pin 
-:      028858 neglact2_form_25_pin:
-0x687a 028859 arg 25 ,queue 
-0x687b 028860 branch neglect_2_pin 
-:      028861 neglact2_form_30_pin:
-0x687c 028862 arg 30 ,queue 
-0x687d 028863 branch neglect_2_pin 
-:      028864 neglact2_form_2_pin:
-0x687e 028865 arg 2 ,queue 
-0x687f 028866 branch neglect_2_pin 
-:      028867 neglact_1_pin:
-0x6880 028868 arg 1 ,loopcnt 
-0x6881 028869 branch neglect_pin_loop 
-:      028870 neglact_4_pin:
-0x6882 028871 arg 4 ,loopcnt 
-0x6883 028872 branch neglect_pin_loop 
-:      028873 neglect_2_pin:
-0x6884 028874 arg 2 ,loopcnt 
-:      028875 neglect_pin_loop:
-0x6885 028876 qset0 rega 
-0x6886 028877 increase 1 ,queue 
-0x6887 028878 loop neglect_pin_loop 
-0x6888 028879 rtn 
-:      028887 gpio_cfg_uart_tx_output:
-0x6889 028888 call gpio_uart2gpio 
-0x688a 028889 arg uart_wakeup_tx ,temp 
-0x688b 028890 branch gpio_config_output 
-:      028892 gpio_pu_uart_tx:
-0x688c 028893 call gpio_cfg_uart_tx_output 
-0x688d 028894 arg uart_wakeup_tx ,temp 
-0x688e 028895 branch gpio_out_inactive 
-:      028899 gpio_rx_config_input_with_pu:
-0x688f 028900 call gpio_uart2gpio 
-0x6890 028901 hfetch 1 ,core_gpio_pu0 
-0x6891 028902 set1 uart_wakeup_rx ,pdata 
-0x6892 028903 hstore 1 ,core_gpio_pu0 
-0x6893 028904 arg uart_wakeup_rx ,temp 
-0x6894 028905 branch gpio_config_input 
-:      028907 gpio_uart2gpio:
-0x6895 028908 hfetch 1 ,core_gpio_sel1 
-0x6896 028909 and_into 0xfb ,pdata 
-0x6897 028910 hstore 1 ,core_gpio_sel1 
-0x6898 028911 rtn 
-:      028913 gpio_check_uart_state:
-0x6899 028914 hfetch 1 ,core_gpio_sel1 
-0x689a 028915 isolate1 2 ,pdata 
-0x689b 028916 rtn 
-:      028918 load_chip_option:
-0x689c 028919 call otp_enable_chgpump 
-0x689d 028920 setarg otp_chip_functions 
-0x689e 028921 arg mem_chip_functions ,rega 
-0x689f 028922 arg 0x02 ,temp 
-0x68a0 028923 call otpd_read_data 
-0x68a1 028924 branch otp_disable_chgpump 
-:      028927 load_adc_init:
-0x68a2 028928 call otp_enable_chgpump 
-0x68a3 028929 setarg otp_adc_io_0_5v_addr 
-0x68a4 028930 arg mem_0_5_adc_io_data ,rega 
-0x68a5 028931 arg 14 ,temp 
-0x68a6 028932 call otpd_read_data 
-0x68a7 028933 branch otp_disable_chgpump 
-:      028937 adc_init_data:
-0x68a8 028938 bpatchx patch33_6 ,mem_patch33 
-0x68a9 028940 call load_adc_init 
-0x68aa 028942 fetch 1 ,mem_adc_config_flag 
-0x68ab 028943 beq adc_config_vinlpm ,adc_init_data_vinlpm 
-0x68ac 028944 beq adc_config_hvin ,adc_init_data_hvin 
-0x68ad 028945 beq adc_config_gpio ,adc_init_data_io 
-0x68ae 028946 rtn 
-:      028948 adc_init_data_vinlpm:
-0x68af 028949 fetcht 2 ,mem_otp_adc_flag 
-0x68b0 028950 setarg otp_adc_flag 
-0x68b1 028951 isub temp ,null 
-0x68b2 028952 branch adc_check_data_vinlpm ,zero 
-0x68b3 028953 setarg 0x4dfa 
-0x68b4 028954 store 2 ,mem_3v_adc_vinlpm_data 
-0x68b5 028955 setarg 0x4894 
-0x68b6 028956 store 2 ,mem_2v_adc_vinlpm_data 
-0x68b7 028957 branch set_vdd_reference_voltage_1v 
-:      028959 adc_check_data_vinlpm:
-0x68b8 028960 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x68b9 028961 nbranch adc_check_2v_vinlpm ,blank 
-0x68ba 028962 setarg 0x4dfa 
-0x68bb 028963 store 2 ,mem_3v_adc_vinlpm_data 
-:      028964 adc_check_2v_vinlpm:
-0x68bc 028965 fetch 2 ,mem_2v_adc_vinlpm_data 
-0x68bd 028966 nbranch set_vdd_reference_voltage_1v ,blank 
-0x68be 028967 setarg 0x4894 
-0x68bf 028968 store 2 ,mem_2v_adc_vinlpm_data 
-:      028969 set_vdd_reference_voltage_1v:
-0x68c0 028970 setarg 100 
-0x68c1 028971 store 2 ,mem_reference_voltage 
-0x68c2 028972 rtn 
-:      028974 adc_init_data_hvin:
-0x68c3 028975 fetcht 2 ,mem_otp_adc_flag 
-0x68c4 028976 setarg otp_adc_flag 
-0x68c5 028977 isub temp ,null 
-0x68c6 028978 branch adc_check_data_hvin ,zero 
-0x68c7 028979 setarg 0x5932 
-0x68c8 028980 store 2 ,mem_5v_adc_hvin_data 
-0x68c9 028981 setarg 0x4323 
-0x68ca 028982 store 2 ,mem_1v_adc_hvin_data 
-0x68cb 028983 branch set_vdd_reference_voltage_4v 
-:      028985 adc_check_data_hvin:
-0x68cc 028986 fetch 2 ,mem_5v_adc_hvin_data 
-0x68cd 028987 nbranch adc_check_1v_hvin ,blank 
-0x68ce 028988 setarg 0x5932 
-0x68cf 028989 store 2 ,mem_5v_adc_hvin_data 
-:      028990 adc_check_1v_hvin:
-0x68d0 028991 fetch 2 ,mem_1v_adc_hvin_data 
-0x68d1 028992 nbranch set_vdd_reference_voltage_4v ,blank 
-0x68d2 028993 setarg 0x4323 
-0x68d3 028994 store 2 ,mem_1v_adc_hvin_data 
-:      028995 set_vdd_reference_voltage_4v:
-0x68d4 028996 setarg 400 
-0x68d5 028997 store 2 ,mem_reference_voltage 
-0x68d6 028998 rtn 
-:      029000 adc_init_data_io:
-0x68d7 029001 fetcht 2 ,mem_otp_adc_flag 
-0x68d8 029002 setarg otp_adc_flag 
-0x68d9 029003 isub temp ,null 
-0x68da 029004 branch adc_check_data_io ,zero 
-0x68db 029005 setarg 0x6946 
-0x68dc 029006 store 2 ,mem_1v_adc_io_data 
-0x68dd 029007 setarg 0x5377 
-0x68de 029008 store 2 ,mem_0_5_adc_io_data 
-0x68df 029009 branch set_vdd_reference_voltage_0_5v 
-:      029011 adc_check_data_io:
-0x68e0 029012 fetch 2 ,mem_1v_adc_io_data 
-0x68e1 029013 nbranch adc_check_0_5v_io ,blank 
-0x68e2 029014 setarg 0x6946 
-0x68e3 029015 store 2 ,mem_1v_adc_io_data 
-:      029016 adc_check_0_5v_io:
-0x68e4 029017 fetch 2 ,mem_0_5_adc_io_data 
-0x68e5 029018 nbranch set_vdd_reference_voltage_0_5v ,blank 
-0x68e6 029019 setarg 0x5377 
-0x68e7 029020 store 2 ,mem_0_5_adc_io_data 
-:      029021 set_vdd_reference_voltage_0_5v:
-0x68e8 029022 setarg 50 
-0x68e9 029023 store 2 ,mem_reference_voltage 
-0x68ea 029024 rtn 
-:      029027 adc_set_mode:
-0x68eb 029028 fetch 1 ,mem_adc_config_flag 
-0x68ec 029029 beq adc_config_vinlpm ,adc_check_vinlpm 
-0x68ed 029030 beq adc_config_hvin ,adc_check_hvin 
-0x68ee 029031 beq adc_config_gpio ,adc_check_gpio 
-0x68ef 029032 rtn 
-:      029033 adc_check_vinlpm:
-0x68f0 029034 jam 0xbf ,rf_adc_mode 
-0x68f1 029035 branch read_adc 
-:      029036 adc_check_hvin:
-0x68f2 029037 jam 0xaf ,rf_adc_mode 
-0x68f3 029038 branch read_adc 
-:      029039 adc_check_gpio:
-0x68f4 029040 jam 0x8f ,rf_adc_mode 
-0x68f5 029041 fetch 1 ,mem_adc_channel 
-0x68f6 029042 hstore 1 ,rf_adc_ch 
-0x68f7 029043 branch read_adc 
-:      029044 read_adc:
-0x68f8 029045 bpatchx patch33_7 ,mem_patch33 
-0x68f9 029046 hfetch 1 ,core_uart_baud + 1 
-0x68fa 029047 set1 7 ,pdata 
-0x68fb 029048 hstore 1 ,core_uart_baud + 1 
-0x68fc 029049 hfetch 1 ,rf_adc_ch 
-0x68fd 029050 or_into 0x30 ,pdata 
-0x68fe 029051 hstore 1 ,rf_adc_ch 
-0x68ff 029052 jam 0x7c ,rfen_adc 
-0x6900 029053 jam 0xaa ,rf_adc_gc 
-0x6901 029054 nop 5000 
-0x6902 029055 hfetcht 2 ,core_adc_sum 
-0x6903 029056 hfetch 1 ,core_uart_baud + 1 
-0x6904 029057 set0 7 ,pdata 
-0x6905 029058 hstore 1 ,core_uart_baud + 1 
-0x6906 029059 storet 2 ,mem_adc_current_value 
-0x6907 029060 rtn 
-:      029062 vdd_calculate_by_mode:
-0x6908 029063 bpatchx patch34_0 ,mem_patch34 
-0x6909 029064 fetch 1 ,mem_adc_config_flag 
-0x690a 029065 beq adc_config_vinlpm ,vdd_calculate_vinlpm 
-0x690b 029066 beq adc_config_hvin ,vdd_calculate_hvin 
-0x690c 029067 beq adc_config_gpio ,vdd_calculate_io 
-0x690d 029068 rtn 
-:      029070 vdd_calculate_vinlpm:
-0x690e 029071 fetch 2 ,mem_3v_adc_vinlpm_data 
-0x690f 029072 fetcht 2 ,mem_2v_adc_vinlpm_data 
-0x6910 029073 arg 200 ,regc 
-0x6911 029074 branch vdd_calculate 
-:      029076 vdd_calculate_hvin:
-0x6912 029077 fetch 2 ,mem_5v_adc_hvin_data 
-0x6913 029078 fetcht 2 ,mem_1v_adc_hvin_data 
-0x6914 029079 arg 100 ,regc 
-0x6915 029080 branch vdd_calculate 
-:      029082 vdd_calculate_io:
-0x6916 029083 fetch 2 ,mem_1v_adc_io_data 
-0x6917 029084 fetcht 2 ,mem_0_5_adc_io_data 
-0x6918 029085 arg 50 ,regc 
-0x6919 029086 branch vdd_calculate 
-:      029088 vdd_calculate:
-0x691a 029089 isub temp ,rega 
-0x691b 029090 fetch 2 ,mem_adc_current_value 
-0x691c 029091 isub temp ,pdata 
-0x691d 029092 nbranch vdd_calculate1 ,positive 
-0x691e 029093 fetcht 2 ,mem_reference_voltage 
-0x691f 029094 imul32 temp ,regb 
-0x6920 029095 copy regc ,pdata 
-0x6921 029096 imul32 rega ,pdata 
-0x6922 029097 iadd regb ,pdata 
-:      029098 vdd_calculate2:
-0x6923 029099 idiv rega 
-0x6924 029100 call wait_div_end 
-0x6925 029101 quotient pdata 
-0x6926 029102 rtn 
-:      029104 vdd_calculate1:
-0x6927 029105 copy temp ,pdata 
-0x6928 029106 fetcht 2 ,mem_adc_current_value 
-0x6929 029107 isub temp ,pdata 
-0x692a 029108 fetcht 2 ,mem_reference_voltage 
-0x692b 029109 imul32 temp ,regb 
-0x692c 029110 copy regc ,pdata 
-0x692d 029111 imul32 rega ,pdata 
-0x692e 029112 isub regb ,pdata 
-0x692f 029113 branch vdd_calculate2 
-:      029124 adc_bat_percent_lowpower_out:
-0x6930 029125 ifetch 8 ,rega 
-0x6931 029126 store 8 ,mem_pdatatemp 
-0x6932 029127 fetch 2 ,mem_pdatatemp 
-0x6933 029128 fetcht 2 ,mem_pdatatemp + 2 
-0x6934 029129 isub temp ,rega 
-0x6935 029130 fetch 2 ,mem_pdatatemp + 6 
-0x6936 029131 isub temp ,regb 
-0x6937 029132 fetcht 2 ,mem_pdatatemp + 4 
-0x6938 029133 isub temp ,null 
-0x6939 029134 ncall adc_set_low_power_flag ,positive 
-0x693a 029135 mul32 regb ,100 ,pdata 
-0x693b 029136 idiv rega 
-0x693c 029137 call wait_div_end 
-0x693d 029138 quotient pdata 
-0x693e 029139 call adc_set_no_power_flag ,blank 
-0x693f 029140 rtn 
-:      029141 adc_set_low_power_flag:
-0x6940 029142 fetch 1 ,mem_adc_power_flag 
-0x6941 029143 set1 0 ,pdata 
-0x6942 029144 store 1 ,mem_adc_power_flag 
-0x6943 029145 rtn 
-:      029146 adc_set_no_power_flag:
-0x6944 029147 fetcht 1 ,mem_adc_power_flag 
-0x6945 029148 set1 1 ,temp 
-0x6946 029149 storet 1 ,mem_adc_power_flag 
-0x6947 029150 rtn 
-:      029155 keyscan_key_init:
-0x6948 029156 fetch 2 ,mem_key_num_ptr 
-0x6949 029157 ifetch 1 ,pdata 
-:      029158 keyscan_key_init_next:
-0x694a 029159 rtn blank 
-0x694b 029160 copy pdata ,loopcnt 
-0x694c 029162 fetch 2 ,mem_keyscan_ptr 
-0x694d 029163 increase 3 ,pdata 
-0x694e 029164 copy pdata ,rega 
-:      029165 keyscan_key_init_lp1:
-0x694f 029166 ifetcht 1 ,rega 
-0x6950 029167 call gpio_config_input 
-0x6951 029168 increase key_conf_struct_len ,rega 
-0x6952 029169 loop keyscan_key_init_lp1 
-:      029170 keyscan_key_init_end:
-0x6953 029171 rtn 
-:      029173 keyscan_scan_key:
-0x6954 029174 fetch 2 ,mem_keyscan_ptr 
-0x6955 029175 increase 3 ,pdata 
-0x6956 029176 copy pdata ,rega 
-0x6957 029178 force 0 ,regb 
-0x6958 029179 jam 0 ,mem_key_value_temp 
-:      029180 keyscan_scan_key_lp1:
-0x6959 029181 ifetcht 1 ,rega 
-0x695a 029182 call gpio_get_bit 
-0x695b 029183 bpatchx patch34_1 ,mem_patch34 
-0x695c 029184 fetch 2 ,mem_key_value_temp 
-0x695d 029185 copy regb ,queue 
-0x695e 029186 qsetflag true ,pdata 
-0x695f 029187 store 2 ,mem_key_value_temp 
-0x6960 029188 increase key_conf_struct_len ,rega 
-0x6961 029189 increase 1 ,regb 
-0x6962 029190 fetch 2 ,mem_key_num_ptr 
-0x6963 029191 ifetch 1 ,pdata 
-:      029192 keyscan_scan_key_lp1_next:
-0x6964 029193 ixor regb ,null 
-0x6965 029194 nbranch keyscan_scan_key_lp1 ,zero 
-0x6966 029195 fetch 2 ,mem_key_value_temp 
-0x6967 029196 fetcht 2 ,mem_key_value 
-0x6968 029197 ixor temp ,null 
-0x6969 029198 rtn zero 
-0x696a 029199 enable user 
-0x696b 029200 rtn 
-:      029202 keyscan_process_lpm_before:
-0x696c 029203 fetch 2 ,mem_key_num_ptr 
-0x696d 029204 ifetch 1 ,pdata 
-:      029205 keyscan_process_lpm_before_next:
-0x696e 029206 rtn blank 
-0x696f 029207 copy pdata ,loopcnt 
-0x6970 029208 fetch 2 ,mem_keyscan_ptr 
-0x6971 029209 increase 3 ,pdata 
-0x6972 029210 copy pdata ,rega 
-:      029211 keyscan_process_lpm_before_lp1:
-0x6973 029212 ifetcht 1 ,rega 
-0x6974 029213 call gpio_set_wake_by_current_state 
-0x6975 029214 increase key_conf_struct_len ,rega 
-0x6976 029215 loop keyscan_process_lpm_before_lp1 
-:      029216 keyscan_process_lpm_before_end:
-0x6977 029217 rtn 
-:      029219 keyscan_key_process:
-0x6978 029220 arg key_scan_timer ,queue 
-0x6979 029221 call timer_check 
-0x697a 029222 nrtn blank 
-0x697b 029223 setarg 0x20 
-0x697c 029224 arg key_scan_timer ,queue 
-0x697d 029225 call timer_init 
-0x697e 029226 disable user 
-0x697f 029227 call keyscan_process_lpm_before 
-0x6980 029228 bpatchx patch34_2 ,mem_patch34 
-0x6981 029229 fetch 2 ,mem_key_num_ptr 
-0x6982 029230 ifetch 1 ,pdata 
-:      029231 keyscan_key_process_next:
-0x6983 029232 rtn blank 
-0x6984 029233 call keyscan_scan_key 
-0x6985 029234 nbranch lpm_button_clean_wake_lock ,user 
-0x6986 029235 call lpm_button_get_wake_lock 
-0x6987 029236 disable user 
-0x6988 029237 fetch 2 ,mem_key_value_temp 
-0x6989 029238 store 2 ,mem_key_value_temp4 
-0x698a 029239 jam 0 ,mem_key_value_temp6 
-0x698b 029240 force 0 ,queue 
-:      029241 keyscan_key_lp1:
-0x698c 029242 fetch 2 ,mem_key_value 
-0x698d 029243 rshift pdata ,temp 
-0x698e 029244 storet 2 ,mem_key_value 
-0x698f 029245 and pdata ,0x01 ,pdata 
-0x6990 029246 fetcht 2 ,mem_key_value_temp4 
-0x6991 029247 and temp ,0x01 ,rega 
-0x6992 029248 rshift temp ,temp 
-0x6993 029249 storet 2 ,mem_key_value_temp4 
-0x6994 029250 ixor rega ,null 
-0x6995 029251 ncall keyscan_send_key_data ,zero 
-0x6996 029252 fetch 2 ,mem_key_num_ptr 
-0x6997 029253 ifetch 1 ,pdata 
-:      029254 keyscan_key_lp1_next:
-0x6998 029255 fetcht 1 ,mem_key_value_temp6 
-0x6999 029256 increase 1 ,temp 
-0x699a 029257 storet 1 ,mem_key_value_temp6 
-0x699b 029258 copy temp ,queue 
-0x699c 029259 ixor queue ,null 
-0x699d 029260 nbranch keyscan_key_lp1 ,zero 
-0x699e 029261 fetch 2 ,mem_key_value_temp 
-0x699f 029262 store 2 ,mem_key_value 
-0x69a0 029263 rtn 
-:      029264 keyscan_send_key_data:
-0x69a1 029265 bpatchx patch34_3 ,mem_patch34 
-0x69a2 029266 fetch 2 ,mem_keyscan_ptr 
-0x69a3 029267 increase 1 ,pdata 
-0x69a4 029268 ifetch 2 ,pdata 
-0x69a5 029269 branch callback_func 
-:      029280 pwm_init:
-0x69a6 029281 hfetch 1 ,core_clksel 
-0x69a7 029282 ior rega ,pdata 
-0x69a8 029283 hstore 1 ,core_clksel 
-0x69a9 029284 hfetch 2 ,core_clkoff 
-0x69aa 029285 set0 clock_off_pwm ,pdata 
-0x69ab 029286 hstore 2 ,core_clkoff 
-0x69ac 029287 nop 100 
-0x69ad 029288 rtn 
-:      029299 pwm_out_set:
-0x69ae 029300 fetcht 3 ,mem_pdatatemp + 2 
-0x69af 029301 setarg pwm_12mhz 
-0x69b0 029302 idiv temp 
-0x69b1 029303 call wait_div_end 
-0x69b2 029304 quotient temp 
-0x69b3 029305 fetch 1 ,mem_pdatatemp + 5 
-0x69b4 029306 imul32 temp ,pdata 
-0x69b5 029307 div pdata ,100 
-0x69b6 029308 call wait_div_end 
-0x69b7 029309 quotient rega 
-0x69b8 029310 copy temp ,pdata 
-0x69b9 029311 isub rega ,regb 
-0x69ba 029312 fetch 1 ,mem_pdatatemp + 1 
-0x69bb 029313 call pwm_duty_cycle_set 
-0x69bc 029314 fetch 1 ,mem_pdatatemp 
-0x69bd 029315 branch pwm_enable 
-:      029318 pwm_duty_cycle_set:
-0x69be 029319 beq 0 ,pwm_pwm0_duty_set 
-0x69bf 029320 beq 1 ,pwm_pwm1_duty_set 
-0x69c0 029321 beq 2 ,pwm_pwm2_duty_set 
-0x69c1 029322 beq 3 ,pwm_pwm3_duty_set 
-0x69c2 029323 beq 4 ,pwm_pwm4_duty_set 
-0x69c3 029324 beq 5 ,pwm_pwm5_duty_set 
-:      029325 pwm_pwm0_duty_set:
-0x69c4 029326 arg core_pwm_pcnt0 ,contw 
-0x69c5 029327 branch pwm_set_pncnt 
-:      029328 pwm_pwm1_duty_set:
-0x69c6 029329 arg core_pwm_pcnt1 ,contw 
-0x69c7 029330 branch pwm_set_pncnt 
-:      029331 pwm_pwm2_duty_set:
-0x69c8 029332 arg core_pwm_pcnt2 ,contw 
-0x69c9 029333 branch pwm_set_pncnt 
-:      029334 pwm_pwm3_duty_set:
-0x69ca 029335 arg core_pwm_pcnt3 ,contw 
-0x69cb 029336 branch pwm_set_pncnt 
-:      029337 pwm_pwm4_duty_set:
-0x69cc 029338 arg core_pwm_pcnt4 ,contw 
-0x69cd 029339 branch pwm_set_pncnt 
-:      029340 pwm_pwm5_duty_set:
-0x69ce 029341 arg core_pwm_pcnt5 ,contw 
-0x69cf 029342 branch pwm_set_pncnt 
-:      029343 pwm_set_pncnt:
-0x69d0 029344 copy rega ,pdata 
-0x69d1 029345 istore 2 ,contw 
-0x69d2 029346 copy regb ,pdata 
-0x69d3 029347 istore 2 ,contw 
-0x69d4 029348 rtn 
-:      029352 pwm_enable:
-0x69d5 029353 enable user 
-0x69d6 029354 branch pwm_gpio_set 
-:      029355 pwm_disable:
-0x69d7 029356 disable user 
-:      029357 pwm_gpio_set:
-0x69d8 029358 beq 4 ,pwm_gpio4_set 
-0x69d9 029359 beq 5 ,pwm_gpio5_set 
-0x69da 029360 beq 27 ,pwm_gpio27_set 
-0x69db 029361 beq 28 ,pwm_gpio28_set 
-0x69dc 029362 beq 3 ,pwm_gpio3_set 
-0x69dd 029363 beq 8 ,pwm_gpio8_set 
-0x69de 029364 beq 20 ,pwm_gpio20_set 
-0x69df 029365 beq 21 ,pwm_gpio21_set 
-0x69e0 029366 beq 22 ,pwm_gpio22_set 
-0x69e1 029367 beq 23 ,pwm_gpio23_set 
-0x69e2 029368 rtn 
-:      029371 pwm_gpio4_set:
-0x69e3 029372 arg 6 ,queue 
-0x69e4 029373 branch pwm_one_set_select 
-:      029374 pwm_gpio5_set:
-0x69e5 029375 arg 7 ,queue 
-0x69e6 029376 branch pwm_one_set_select 
-:      029377 pwm_gpio27_set:
-0x69e7 029378 arg 8 ,queue 
-0x69e8 029379 branch pwm_one_set_select 
-:      029380 pwm_gpio28_set:
-0x69e9 029381 arg 9 ,queue 
-0x69ea 029382 branch pwm_one_set_select 
-:      029383 pwm_gpio3_set:
-0x69eb 029384 arg 10 ,queue 
-0x69ec 029385 branch pwm_one_set_select 
-:      029386 pwm_gpio8_set:
-0x69ed 029387 arg 11 ,queue 
-0x69ee 029388 branch pwm_one_set_select 
-:      029389 pwm_gpio20_set:
-0x69ef 029390 arg 12 ,queue 
-0x69f0 029391 branch pwm_tw0_set_select 
-:      029392 pwm_gpio21_set:
-0x69f1 029393 arg 13 ,queue 
-0x69f2 029394 branch pwm_tw0_set_select 
-:      029395 pwm_gpio22_set:
-0x69f3 029396 arg 14 ,queue 
-0x69f4 029397 branch pwm_tw0_set_select 
-:      029398 pwm_gpio23_set:
-0x69f5 029399 arg 15 ,queue 
-0x69f6 029400 branch pwm_tw0_set_select 
-:      029402 pwm_set_select:
-0x69f7 029403 hfetch 2 ,core_gpio_sel1 
-0x69f8 029404 qsetflag user ,pdata 
-0x69f9 029405 hstore 2 ,core_gpio_sel1 
-0x69fa 029406 copy rega ,queue 
-0x69fb 029407 hfetch 1 ,core_gpio_key2 
-0x69fc 029408 qsetflag user ,pdata 
-0x69fd 029409 hstore 1 ,core_gpio_key2 
-0x69fe 029410 rtn 
-:      029412 pwm_one_set_select:
-0x69ff 029413 add queue ,-4 ,rega 
-0x6a00 029414 branch pwm_set_select 
-:      029416 pwm_tw0_set_select:
-0x6a01 029417 add queue ,-10 ,rega 
-0x6a02 029418 branch pwm_set_select 
-:      029423 rfcomm_init:
-0x6a03 029424 rtn wake 
-0x6a04 029425 jam 0 ,mem_rfcomm_send_more_pkt 
-0x6a05 029426 jam bits9600 ,memremoterpnbitrate 
-0x6a06 029427 jam databits8 ,memremoteprndatabits 
-0x6a07 029428 jam 0x11 ,memremoteprnxon 
-0x6a08 029429 jam 0x13 ,memremoteprnxoff 
-0x6a09 029430 setarg 0 
-0x6a0a 029431 store 3 ,memremoteprnstopbit 
-0x6a0b 029432 store 1 ,mem_spp_state 
-0x6a0c 029433 jam 0 ,memui_reconnect_mode 
-:      029435 rfcomm_init_spp:
-0x6a0d 029436 bpatchx patch34_4 ,mem_patch34 
-0x6a0e 029437 setarg 0 
-0x6a0f 029438 store 1 ,mem_spp_state 
-0x6a10 029439 store 1 ,mem_remote_spp_channel 
-0x6a11 029440 store 1 ,mem_pn_dlci 
-0x6a12 029441 fetch 1 ,mem_credit_flag 
-0x6a13 029442 beq credit_enable ,rfcomm_init_spp_with_credit 
-0x6a14 029443 jam 0x50 ,mem_credit_given 
-0x6a15 029444 rtn 
-:      029446 rfcomm_init_spp_with_credit:
-0x6a16 029447 jam 0x00 ,mem_credit_given 
-0x6a17 029448 rtn 
-:      029450 set_cr_bit:
-0x6a18 029451 or_into 0x02 ,temp 
-0x6a19 029452 rtn 
-:      029464 rfcomm_calculate_fcs_sabm:
-0x6a1a 029465 copy temp ,pdata 
-0x6a1b 029466 reverse pdata ,pdata 
-0x6a1c 029467 store 1 ,memfcstemp3 
-0x6a1d 029468 force ini_tx_sabm ,pdata 
-0x6a1e 029469 reverse pdata ,pdata 
-0x6a1f 029470 store 1 ,memfcstemp2 
-0x6a20 029471 force 0x01 ,pdata 
-0x6a21 029472 reverse pdata ,pdata 
-0x6a22 029473 store 1 ,memfcstemp1 
-0x6a23 029474 call caculate_fcs 
-0x6a24 029475 copy temp ,pdata 
-0x6a25 029476 rtn 
-:      029477 rfcomm_calculate_fcs_ua:
-0x6a26 029478 reverse pdata ,pdata 
-0x6a27 029479 store 1 ,memfcstemp3 
-0x6a28 029480 force rsp_tx_ua ,pdata 
-0x6a29 029481 reverse pdata ,pdata 
-0x6a2a 029482 store 1 ,memfcstemp2 
-0x6a2b 029483 force 0x01 ,pdata 
-0x6a2c 029484 reverse pdata ,pdata 
-0x6a2d 029485 store 1 ,memfcstemp1 
-0x6a2e 029486 branch caculate_fcs 
-:      029488 rfcomm_calculate_fcs_dlci0:
-0x6a2f 029489 fetch 1 ,mem_rfcomm_initiator 
-0x6a30 029490 branch rfcomm_calculate_fcs_dlci0_res ,blank 
-0x6a31 029491 setarg 0x70 
-0x6a32 029492 rtn 
-:      029493 rfcomm_calculate_fcs_dlci0_res:
-0x6a33 029494 setarg 0xaa 
-0x6a34 029495 rtn 
-:      029497 rfcomm_save_fcs_uih:
-0x6a35 029498 reverse pdata ,pdata 
-0x6a36 029499 store 1 ,memfcstemp3 
-0x6a37 029500 force rsp_rx_uih ,pdata 
-0x6a38 029501 call caculate_uihdata_fcs 
-0x6a39 029502 fetcht 2 ,mem_contw_temp 
-0x6a3a 029503 copy temp ,contw 
-0x6a3b 029504 istore 1 ,contw 
-0x6a3c 029505 copy contw ,temp 
-0x6a3d 029506 storet 2 ,mem_contw_temp 
-0x6a3e 029507 force rsp_rx_uih_wdata ,pdata 
-0x6a3f 029508 call caculate_uihdata_fcs 
-0x6a40 029509 fetcht 2 ,mem_contw_temp 
-0x6a41 029510 copy temp ,contw 
-0x6a42 029511 istore 1 ,contw 
-0x6a43 029512 rtn 
-:      029521 caculate_uihdata_fcs:
-0x6a44 029522 reverse pdata ,pdata 
-0x6a45 029523 store 1 ,memfcstemp2 
-0x6a46 029524 fetch 2 ,memfcstemp2 
-0x6a47 029525 lshift8 pdata ,pdata 
-0x6a48 029526 store 3 ,mem_mod2div_temp 
-0x6a49 029527 arg 0x107 ,rega 
-0x6a4a 029528 arg 0xf ,regb 
-0x6a4b 029529 call mod2div 
-0x6a4c 029530 xor_into 0xd7 ,pdata 
-0x6a4d 029531 invert pdata ,pdata 
-0x6a4e 029532 reverse pdata ,pdata 
-0x6a4f 029533 rtn 
-:      029543 caculate_fcs:
-0x6a50 029544 fetch 3 ,memfcstemp1 
-0x6a51 029545 store 3 ,mem_mod2div_temp 
-0x6a52 029546 arg 0x107 ,rega 
-0x6a53 029547 arg 0xf ,regb 
-0x6a54 029548 call mod2div 
-0x6a55 029549 lshift8 pdata ,pdata 
-0x6a56 029550 arg 0x7 ,regb 
-0x6a57 029551 call mod2div 
-0x6a58 029552 xor_into 0x2b ,pdata 
-0x6a59 029553 invert pdata ,pdata 
-0x6a5a 029554 reverse pdata ,pdata 
-0x6a5b 029555 copy pdata ,temp 
-0x6a5c 029556 rtn 
-:      029558 mod2div:
-0x6a5d 029559 arg 0 ,regc 
-0x6a5e 029560 copy regb ,loopcnt 
-0x6a5f 029561 call right_shift_n 
-0x6a60 029562 icopy temp 
-:      029563 mod2div_loop:
-0x6a61 029568 copy temp ,pdata 
-0x6a62 029569 lshift regc ,regc 
-0x6a63 029570 bbit0 8 ,mod2div_not_enough_reduction 
-0x6a64 029571 ixor rega ,temp 
-0x6a65 029572 increase 1 ,regc 
-:      029573 mod2div_not_enough_reduction:
-0x6a66 029574 lshift temp ,temp 
-0x6a67 029575 fetch 3 ,mem_mod2div_temp 
-0x6a68 029576 increase -1 ,regb 
-0x6a69 029577 compare 0xff ,regb ,0xff 
-0x6a6a 029578 branch mod2div_end ,true 
-0x6a6b 029579 copy regb ,loopcnt 
-0x6a6c 029580 call right_shift_n 
-0x6a6d 029581 isolate1 0 ,pdata 
-0x6a6e 029582 setflag true ,0 ,temp 
-0x6a6f 029583 branch mod2div_loop 
-:      029584 mod2div_end:
-0x6a70 029586 rshift temp ,pdata 
-0x6a71 029587 rtn 
-:      029589 get_rfcomm_snd_adss:
-0x6a72 029590 fetcht 1 ,mem_pn_dlci 
-:      029591 dlci_to_address_cmd:
-0x6a73 029593 lshift2 temp ,temp 
-0x6a74 029594 set1 rfcomm_address_ext_len ,temp 
-0x6a75 029595 fetch 1 ,mem_rfcomm_initiator 
-0x6a76 029596 ncall set_cr_bit ,blank 
-0x6a77 029597 storet 1 ,mem_rfcomm_send_adss 
-0x6a78 029598 rtn 
-:      029600 channel_to_dlci:
-0x6a79 029602 lshift temp ,temp 
-0x6a7a 029603 fetch 1 ,mem_rfcomm_initiator 
-0x6a7b 029604 setflag blank ,0 ,temp 
-0x6a7c 029606 rtn 
-:      029607 rfcomm_rx_process_dlci0_sabm:
-0x6a7d 029608 fetcht 1 ,mem_current_channel 
-0x6a7e 029609 jam 0xd7 ,mem_current_fcs 
-0x6a7f 029610 call rfcomm_send_ua 
-0x6a80 029611 fetch 1 ,mem_rfcomm_state 
-0x6a81 029612 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
-0x6a82 029613 set1 l2cap_channel_rfcomm_only_ua ,pdata 
-0x6a83 029614 store 1 ,mem_rfcomm_state 
-0x6a84 029615 jam 0 ,mem_rfcomm_initiator 
-0x6a85 029616 branch rfcomm_rx_process_end 
-:      029617 rfcomm_rx_process_dlci0_ua:
-0x6a86 029618 fetch 1 ,mem_rfcomm_state 
-0x6a87 029619 set1 l2cap_channel_rfcomm_only_ua ,pdata 
-0x6a88 029620 store 1 ,mem_rfcomm_state 
-0x6a89 029621 branch rfcomm_rx_process_end 
-:      029624 rfcomm_rx_process:
-0x6a8a 029625 bpatchx patch34_5 ,mem_patch34 
-0x6a8b 029626 fetch 1 ,memui_reconnect_mode 
-0x6a8c 029627 beq no_reconnection ,rfcomm_rx_process_remote_page 
-0x6a8d 029628 branch rfcomm_rx_process_reconn 
-:      029630 rfcomm_rx_process_remote_page:
-0x6a8e 029631 fetch 2 ,mem_l2cap_payload_ptr 
-0x6a8f 029632 copy pdata ,contr 
-0x6a90 029633 call get_rfcomm_head_struct 
-0x6a91 029634 fetch 1 ,mem_current_channel 
-0x6a92 029635 beq 0 ,parse_dlci0_rp 
-0x6a93 029636 branch parse_uih_rp 
-:      029637 parse_dlci0_rp:
-0x6a94 029638 bpatchx patch34_6 ,mem_patch34 
-0x6a95 029639 fetch 1 ,mem_current_frame_type 
-0x6a96 029640 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
-0x6a97 029641 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
-0x6a98 029642 beq rfcomm_frame_type_uih ,parse_dlci0_rp_uih 
-0x6a99 029643 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn_send_event 
-0x6a9a 029644 rtn 
-:      029647 parse_dlci0_rp_uih:
-0x6a9b 029648 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6a9c 029649 copy pdata ,contr 
-0x6a9d 029650 call get_rfcomm_uih_head_struct 
-0x6a9e 029651 fetch 1 ,mem_uih_cmd_type 
-0x6a9f 029652 beq uih_param_neg_cmd ,parse_dlci0_rp_uih_pn_cmd 
-0x6aa0 029653 beq uih_param_neg_res ,parse_dlci0_rp_uih_pn_res 
-0x6aa1 029654 beq uih_modem_status_cmd ,parse_dlci0_rp_uih_ms_cmd 
-0x6aa2 029655 beq uih_modem_status_res ,parse_dlci0_rp_uih_ms_res 
-0x6aa3 029656 beq uih_param_cmd_remove_port ,parse_dlci0_rp_uih_cmd_port 
-0x6aa4 029657 branch rfcomm_rx_process_end 
-:      029659 parse_dlci0_rp_uih_pn_cmd:
-0x6aa5 029660 call parse_dlci0_rp_uih_pn_res_common 
-0x6aa6 029662 branch parse_dlci0_rp_uih_pn_cmd_spp 
-:      029664 parse_dlci0_rp_uih_pn_cmd_spp:
-0x6aa7 029665 fetch 1 ,mem_spp_state 
-0x6aa8 029666 set1 rfcomm_channel_state_pn_cmd ,pdata 
-0x6aa9 029667 set1 rfcomm_channel_state_pn_res ,pdata 
-0x6aaa 029668 store 1 ,mem_spp_state 
-0x6aab 029669 call rfcomm_send_param_neg_res 
-0x6aac 029670 branch rfcomm_rx_process_end 
-:      029672 parse_dlci0_rp_uih_pn_res:
-0x6aad 029673 call parse_dlci0_rp_uih_pn_res_common 
-0x6aae 029674 branch rfcomm_rx_process_end 
-:      029676 parse_dlci0_rp_uih_pn_res_common:
-0x6aaf 029677 call get_param_payload_ptr 
-0x6ab0 029678 branch get_rfcomm_prarmer_negotiation 
-:      029680 get_rfcomm_param_modem_status:
-0x6ab1 029681 call get_param_payload_ptr 
-0x6ab2 029682 ifetch 1 ,contr 
-0x6ab3 029683 rshift3 pdata ,pdata 
-0x6ab4 029684 store 1 ,mem_ms_channel 
-0x6ab5 029685 ifetch 1 ,contr 
-0x6ab6 029686 store 1 ,mem_ms_param 
-0x6ab7 029687 rtn 
-:      029690 get_rfcomm_head_struct:
-0x6ab8 029691 ifetch 1 ,contr 
-0x6ab9 029692 store 1 ,mem_current_adss 
-0x6aba 029693 rshift3 pdata ,pdata 
-0x6abb 029694 store 1 ,mem_current_channel 
-0x6abc 029695 ifetch 1 ,contr 
-0x6abd 029696 store 1 ,mem_current_frame_type 
-:      029697 get_rfcomm_current_length:
-0x6abe 029698 call get_rfcomm_length_common 
-0x6abf 029699 storet 2 ,mem_current_length 
-0x6ac0 029700 copy contr ,pdata 
-0x6ac1 029701 store 2 ,mem_rfcomm_uih_payload_ptr 
-0x6ac2 029702 rtn 
-:      029704 get_rfcomm_uih_head_struct:
-0x6ac3 029705 ifetch 1 ,contr 
-0x6ac4 029706 rshift pdata ,pdata 
-0x6ac5 029707 store 1 ,mem_uih_cmd_type 
-0x6ac6 029708 call get_rfcomm_length_common 
-0x6ac7 029709 storet 2 ,mem_uih_length 
-0x6ac8 029710 copy contr ,pdata 
-0x6ac9 029711 store 2 ,mem_param_payload_ptr 
-0x6aca 029712 rtn 
-:      029715 get_param_payload_ptr:
-0x6acb 029716 fetch 2 ,mem_param_payload_ptr 
-0x6acc 029717 copy pdata ,contr 
-0x6acd 029718 rtn 
-:      029720 get_rfcomm_length_common:
-0x6ace 029721 ifetch 1 ,contr 
-0x6acf 029722 copy pdata ,temp 
-0x6ad0 029723 rshift temp ,temp 
-0x6ad1 029724 rtnbit1 0 
-0x6ad2 029725 ifetch 1 ,contr 
-0x6ad3 029726 lshift3 pdata ,pdata 
-0x6ad4 029727 lshift4 pdata ,pdata 
-0x6ad5 029728 iadd temp ,temp 
-0x6ad6 029729 rtn 
-:      029731 get_rfcomm_prarmer_negotiation:
-0x6ad7 029732 ifetch 1 ,contr 
-0x6ad8 029733 store 1 ,mem_pn_dlci 
-0x6ad9 029734 ifetch 1 ,contr 
-0x6ada 029735 store 1 ,mem_pn_credit_flow_type_info 
-0x6adb 029736 ifetch 1 ,contr 
-0x6adc 029737 store 1 ,mem_pn_priority 
-0x6add 029738 ifetch 1 ,contr 
-0x6ade 029739 store 1 ,mem_pn_acknowledg_timer 
-0x6adf 029740 ifetch 2 ,contr 
-0x6ae0 029741 store 2 ,mem_pn_max_frame_size 
-0x6ae1 029742 ifetch 1 ,contr 
-0x6ae2 029743 store 1 ,mem_pn_max_retrans 
-0x6ae3 029744 ifetch 1 ,contr 
-0x6ae4 029745 store 1 ,mem_remote_credits 
-0x6ae5 029746 rtn 
-:      029749 parse_dlci0_rp_uih_ms_cmd:
-0x6ae6 029750 call get_rfcomm_param_modem_status 
-0x6ae7 029752 branch parse_dlci0_rp_uih_ms_cmd_spp 
-:      029754 parse_dlci0_rp_uih_ms_cmd_spp:
-0x6ae8 029755 fetch 1 ,mem_spp_state 
-0x6ae9 029756 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
-0x6aea 029757 set1 rfcomm_channel_state_snd_ms_res ,pdata 
-0x6aeb 029758 store 1 ,mem_spp_state 
-0x6aec 029759 fetcht 1 ,mem_pn_dlci 
-0x6aed 029760 lshift2 temp ,temp 
-0x6aee 029761 or_into 3 ,temp 
-0x6aef 029762 call rfcomm_send_modem_status_res 
-0x6af0 029763 jam more_pkt_msc_cmd_spp ,mem_rfcomm_send_more_pkt 
-0x6af1 029764 branch rfcomm_rx_process_end 
-:      029766 parse_dlci0_rp_uih_ms_res:
-0x6af2 029767 jam bt_evt_spp_connected ,mem_fifo_temp 
-0x6af3 029768 call ui_ipc_send_event 
-0x6af4 029769 call get_rfcomm_param_modem_status 
-0x6af5 029770 fetch 1 ,mem_ms_channel 
-0x6af6 029771 sub pdata ,1 ,null 
-0x6af7 029772 branch parse_dlci0_rp_uih_ms_res_spp ,zero 
-0x6af8 029773 branch assert 
-:      029774 parse_dlci0_rp_uih_ms_res_spp:
-0x6af9 029775 fetch 1 ,mem_spp_state 
-0x6afa 029776 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
-0x6afb 029777 store 1 ,mem_spp_state 
-0x6afc 029778 branch rfcomm_rx_process_end 
-:      029780 parse_dlci0_rp_uih_cmd_port:
-0x6afd 029781 call get_param_payload_ptr 
-0x6afe 029782 ifetch 1 ,contr 
-0x6aff 029783 store 1 ,mem_rpn_dlci 
-0x6b00 029784 call l2cap_malloc_rfcomm_channel 
-0x6b01 029785 call l2cap_get_rfcomm_tx_buff 
-0x6b02 029786 setarg 0x000e 
-0x6b03 029787 istore 2 ,contw 
-0x6b04 029788 fetch 2 ,mem_rfcomm_remote_cid 
-0x6b05 029789 istore 2 ,contw 
-0x6b06 029790 fetch 1 ,mem_rfcomm_initiator 
-0x6b07 029792 lshift pdata ,pdata 
-0x6b08 029793 set1 0 ,pdata 
-0x6b09 029794 istore 1 ,contw 
-0x6b0a 029795 bpatchx patch34_7 ,mem_patch34 
-0x6b0b 029796 setarg 0x15ef 
-0x6b0c 029797 istore 2 ,contw 
-0x6b0d 029798 setarg 0x1191 
-0x6b0e 029799 istore 2 ,contw 
-0x6b0f 029802 fetch 1 ,mem_rpn_dlci 
-0x6b10 029803 istore 1 ,contw 
-0x6b11 029804 setarg 0x000007 
-0x6b12 029805 istore 5 ,contw 
-0x6b13 029808 setarg 0x01 
-0x6b14 029809 istore 2 ,contw 
-0x6b15 029812 call rfcomm_calculate_fcs_dlci0 
-0x6b16 029813 istore 1 ,contw 
-0x6b17 029814 rtn 
-:      029818 parse_uih_rp:
-0x6b18 029819 branch parse_uih_rp_spp 
-:      029821 parse_uih_rp_spp:
-0x6b19 029822 bpatchx patch35_0 ,mem_patch35 
-0x6b1a 029823 fetch 1 ,mem_current_frame_type 
-0x6b1b 029824 beq rfcomm_frame_type_ua ,parse_uih_rp_spp_ua 
-0x6b1c 029825 beq rfcomm_frame_type_sabm ,parse_uih_rp_spp_sabm 
-0x6b1d 029826 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
-0x6b1e 029827 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
-0x6b1f 029828 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn 
-0x6b20 029829 rtn 
-:      029830 parse_uih_rp_spp_ua:
-0x6b21 029831 fetch 1 ,mem_spp_state 
-0x6b22 029832 set1 rfcomm_channel_state_ua ,pdata 
-0x6b23 029833 store 1 ,mem_spp_state 
-0x6b24 029834 branch rfcomm_rx_process_end 
-:      029835 parse_uih_rp_spp_sabm:
-0x6b25 029836 fetch 1 ,mem_spp_state 
-0x6b26 029837 set1 rfcomm_channel_state_ua ,pdata 
-0x6b27 029838 set1 rfcomm_channel_state_sabm ,pdata 
-0x6b28 029839 store 1 ,mem_spp_state 
-0x6b29 029840 fetch 1 ,mem_current_adss 
-0x6b2a 029841 call rfcomm_calculate_fcs_ua 
-0x6b2b 029842 store 1 ,mem_current_fcs 
-0x6b2c 029843 call rfcomm_send_ua 
-0x6b2d 029844 fetch 1 ,mem_current_adss 
-0x6b2e 029845 rshift2 pdata ,pdata 
-0x6b2f 029846 store 1 ,mem_pn_dlci 
-0x6b30 029847 lshift2 pdata ,pdata 
-0x6b31 029848 set0 rfcomm_address_cr ,pdata 
-0x6b32 029849 set1 rfcomm_address_ext_len ,pdata 
-0x6b33 029850 arg mem_hiufcs_spp ,temp 
-0x6b34 029851 storet 2 ,mem_contw_temp 
-0x6b35 029852 call rfcomm_save_fcs_uih 
-0x6b36 029853 branch rfcomm_rx_process_end 
-:      029855 parse_uih_spp_uih_credits:
-0x6b37 029856 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b38 029857 copy pdata ,contr 
-0x6b39 029858 increase 1 ,pdata 
-0x6b3a 029859 store 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b3b 029860 ifetch 1 ,contr 
-0x6b3c 029861 fetcht 1 ,mem_remote_credits 
-0x6b3d 029862 iadd temp ,pdata 
-0x6b3e 029863 store 1 ,mem_remote_credits 
-:      029864 parse_uih_spp_uih:
-0x6b3f 029865 call rfcomm_increase_credit_given 
-:      029866 parse_uih_spp_uih_cont:
-0x6b40 029867 call get_rfcomm_snd_adss 
-0x6b41 029868 call rfcomm_send_uih_without_payload 
-0x6b42 029869 call spp_process_rx_data 
-0x6b43 029870 branch rfcomm_rx_process_end 
-:      029872 parse_uih_rp_spp_disconn_send_event:
-0x6b44 029873 jam bt_evt_spp_disconnected ,mem_fifo_temp 
-0x6b45 029874 call ui_ipc_send_event 
-:      029875 parse_uih_rp_spp_disconn:
-0x6b46 029876 call rfcomm_init_spp 
-0x6b47 029877 fetch 1 ,mem_current_adss 
-0x6b48 029878 call rfcomm_calculate_fcs_ua 
-0x6b49 029879 store 1 ,mem_current_fcs 
-0x6b4a 029880 call rfcomm_send_ua 
-0x6b4b 029881 branch rfcomm_rx_process_end 
-:      029886 rfcomm_rx_process_reconn:
-0x6b4c 029887 fetch 2 ,mem_l2cap_payload_ptr 
-0x6b4d 029888 copy pdata ,contr 
-0x6b4e 029889 call get_rfcomm_head_struct 
-0x6b4f 029890 fetch 1 ,mem_current_channel 
-0x6b50 029891 beq 0 ,parse_dlci0_reconn 
-0x6b51 029892 branch parse_uih_reconn 
-:      029894 parse_dlci0_reconn:
-0x6b52 029895 bpatchx patch35_1 ,mem_patch35 
-0x6b53 029896 fetch 1 ,mem_current_frame_type 
-0x6b54 029897 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
-0x6b55 029898 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
-0x6b56 029899 beq rfcomm_frame_type_uih ,parse_dlci0_reconn_uih 
-0x6b57 029900 branch rfcomm_rx_process_end 
-:      029901 parse_dlci0_reconn_uih:
-0x6b58 029902 fetch 2 ,mem_rfcomm_uih_payload_ptr 
-0x6b59 029903 copy pdata ,contr 
-0x6b5a 029904 call get_rfcomm_uih_head_struct 
-0x6b5b 029905 fetch 1 ,mem_uih_cmd_type 
-0x6b5c 029906 beq uih_param_neg_cmd ,parse_dlci0_reconn_uih_pn_cmd 
-0x6b5d 029907 beq uih_param_neg_res ,parse_dlci0_reconn_uih_pn_cmd 
-0x6b5e 029908 beq uih_modem_status_cmd ,parse_dlci0_reconn_uih_ms_cmd 
-0x6b5f 029909 beq uih_modem_status_res ,parse_dlci0_reconn_uih_ms_res 
-0x6b60 029910 branch rfcomm_rx_process_end 
-:      029912 parse_dlci0_reconn_uih_pn_cmd:
-0x6b61 029913 call parse_dlci0_rp_uih_pn_res_common 
-0x6b62 029914 fetch 1 ,mem_pn_dlci 
-0x6b63 029915 rshift pdata ,pdata 
-0x6b64 029916 fetcht 1 ,mem_remote_spp_channel 
-0x6b65 029917 isub temp ,null 
-0x6b66 029918 branch parse_dlci0_reconn_uih_pn_cmd_spp ,zero 
-0x6b67 029919 branch assert 
-:      029920 parse_dlci0_reconn_uih_pn_cmd_spp:
-0x6b68 029921 fetch 1 ,mem_spp_state 
-0x6b69 029922 set1 rfcomm_channel_state_pn_res ,pdata 
-0x6b6a 029923 store 1 ,mem_spp_state 
-0x6b6b 029924 branch rfcomm_rx_process_end 
-:      029926 parse_dlci0_reconn_uih_ms_cmd:
-0x6b6c 029927 call get_rfcomm_param_modem_status 
-0x6b6d 029928 fetch 1 ,mem_ms_channel 
-0x6b6e 029929 fetcht 1 ,mem_remote_spp_channel 
-0x6b6f 029930 isub temp ,null 
-0x6b70 029931 branch parse_dlci0_reconn_uih_ms_cmd_spp ,zero 
-0x6b71 029932 branch assert 
-0x6b72 029933 branch rfcomm_rx_process_end 
-:      029934 parse_dlci0_reconn_uih_ms_cmd_spp:
-0x6b73 029935 fetch 1 ,mem_spp_state 
-0x6b74 029936 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
-0x6b75 029937 set1 rfcomm_channel_state_snd_ms_res ,pdata 
-0x6b76 029938 store 1 ,mem_spp_state 
-0x6b77 029939 fetcht 1 ,mem_pn_dlci 
-0x6b78 029940 lshift2 temp ,temp 
-0x6b79 029941 or_into 3 ,temp 
-0x6b7a 029942 call rfcomm_send_modem_status_res 
-0x6b7b 029943 branch rfcomm_rx_process_end 
-:      029945 parse_dlci0_reconn_uih_ms_res:
-0x6b7c 029946 call get_rfcomm_param_modem_status 
-0x6b7d 029947 fetch 1 ,mem_ms_channel 
-0x6b7e 029948 fetcht 1 ,mem_remote_spp_channel 
-0x6b7f 029949 isub temp ,null 
-0x6b80 029950 branch parse_dlci0_reconn_uih_ms_res_spp ,zero 
-0x6b81 029951 branch assert 
-:      029952 parse_dlci0_reconn_uih_ms_res_spp:
-0x6b82 029953 fetch 1 ,mem_spp_state 
-0x6b83 029954 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
-0x6b84 029955 store 1 ,mem_spp_state 
-0x6b85 029956 branch rfcomm_rx_process_end 
-:      029958 parse_uih_reconn:
-0x6b86 029959 fetch 1 ,mem_current_channel 
-0x6b87 029960 fetcht 1 ,mem_remote_spp_channel 
-0x6b88 029961 isub temp ,null 
-0x6b89 029962 branch parse_uih_reconn_spp ,zero 
-0x6b8a 029963 branch assert 
-0x6b8b 029964 branch rfcomm_rx_process_end 
-:      029966 parse_uih_reconn_spp:
-0x6b8c 029967 fetch 1 ,mem_current_frame_type 
-0x6b8d 029968 beq rfcomm_frame_type_ua ,parse_uih_reconn_spp_ua 
-0x6b8e 029969 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
-0x6b8f 029970 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
-0x6b90 029971 beq rfcomm_frame_type_disconn ,parse_uih_reconn_spp_disconn 
-:      029972 parse_uih_reconn_spp_ua:
-0x6b91 029973 fetch 1 ,mem_spp_state 
-0x6b92 029974 set1 rfcomm_channel_state_ua ,pdata 
-0x6b93 029975 store 1 ,mem_spp_state 
-0x6b94 029976 branch rfcomm_rx_process_end 
-:      029977 parse_uih_reconn_spp_sabm:
-0x6b95 029978 branch parse_uih_reconn_spp_sabm 
-:      029979 parse_uih_reconn_spp_disconn:
-0x6b96 029980 branch parse_uih_rp_spp_disconn 
-:      029981 rfcomm_rx_process_end:
-0x6b97 029982 rtn 
-:      029984 rfcomm_send_more_pkt:
-0x6b98 029985 fetch 1 ,mem_rfcomm_send_more_pkt 
-0x6b99 029986 rtn blank 
-0x6b9a 029987 beq more_pkt_msc_cmd_spp ,rfcomm_send_more_pkt_msc_cmd_spp 
-0x6b9b 029988 branch assert 
-:      029990 rfcomm_send_more_pkt_msc_cmd_spp:
-0x6b9c 029991 jam 0 ,mem_rfcomm_send_more_pkt 
-0x6b9d 029992 call l2cap_malloc_rfcomm_channel 
-0x6b9e 029993 arg spp_slave_channel ,temp 
-0x6b9f 029994 fetcht 1 ,mem_pn_dlci 
-0x6ba0 029995 lshift2 temp ,temp 
-:      029996 rfcomm_send_more_pkt_msc_cmd_spp0:
-0x6ba1 029997 or_into 0x03 ,temp 
-0x6ba2 029998 arg 0xaa ,rega 
-0x6ba3 029999 call rfcomm_send_modem_status_cmd 
-0x6ba4 030000 call l2cap_get_rfcomm_tx_buff 
-0x6ba5 030001 copy contw ,contr 
-0x6ba6 030002 ifetch 2 ,contr 
-0x6ba7 030003 branch assert ,blank 
-0x6ba8 030004 rtn 
-:      030006 rfcomm_send_sabm:
-0x6ba9 030007 call l2cap_get_rfcomm_tx_buff 
-0x6baa 030008 setarg 0x0004 
-0x6bab 030009 istore 2 ,contw 
-0x6bac 030010 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bad 030011 istore 2 ,contw 
-0x6bae 030012 fetch 1 ,mem_current_adss 
-0x6baf 030013 istore 1 ,contw 
-0x6bb0 030014 bpatchx patch35_2 ,mem_patch35 
-0x6bb1 030015 setarg 0x013f 
-0x6bb2 030016 istore 2 ,contw 
-0x6bb3 030017 fetch 1 ,mem_current_fcs 
-0x6bb4 030018 istore 1 ,contw 
-0x6bb5 030019 rtn 
-:      030020 rfcomm_send_ua:
-0x6bb6 030021 call l2cap_malloc_rfcomm_channel 
-0x6bb7 030022 call l2cap_get_rfcomm_tx_buff 
-0x6bb8 030023 setarg 0x0004 
-0x6bb9 030024 istore 2 ,contw 
-0x6bba 030025 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bbb 030026 istore 2 ,contw 
-0x6bbc 030027 fetch 1 ,mem_current_adss 
-0x6bbd 030028 istore 1 ,contw 
-0x6bbe 030029 bpatchx patch35_3 ,mem_patch35 
-0x6bbf 030030 setarg 0x0173 
-0x6bc0 030031 istore 2 ,contw 
-0x6bc1 030032 fetch 1 ,mem_current_fcs 
-0x6bc2 030033 istore 1 ,contw 
-0x6bc3 030034 rtn 
-:      030035 rfcomm_send_param_neg_cmd:
-0x6bc4 030036 call l2cap_get_rfcomm_tx_buff 
-0x6bc5 030037 setarg 0x000e 
-0x6bc6 030038 istore 2 ,contw 
-0x6bc7 030039 fetch 2 ,mem_rfcomm_remote_cid 
-0x6bc8 030040 istore 2 ,contw 
-0x6bc9 030041 fetch 1 ,mem_rfcomm_initiator 
-0x6bca 030042 lshift pdata ,pdata 
-0x6bcb 030043 set1 0 ,pdata 
-0x6bcc 030044 istore 1 ,contw 
-0x6bcd 030045 bpatchx patch35_4 ,mem_patch35 
-0x6bce 030046 setarg 0x15ef 
-0x6bcf 030047 istore 2 ,contw 
-0x6bd0 030048 setarg 0x1183 
-0x6bd1 030049 istore 2 ,contw 
-0x6bd2 030050 copy temp ,pdata 
-0x6bd3 030051 istore 1 ,contw 
-0x6bd4 030052 setarg 0x0000f0 
-0x6bd5 030053 istore 3 ,contw 
-0x6bd6 030054 setarg rfcomm_max_frame_size 
-0x6bd7 030055 istore 2 ,contw 
-0x6bd8 030056 setarg 0 
-0x6bd9 030057 istore 1 ,contw 
-0x6bda 030058 setarg 0x01 
-0x6bdb 030059 istore 1 ,contw 
-0x6bdc 030060 call rfcomm_calculate_fcs_dlci0 
-0x6bdd 030061 istore 1 ,contw 
-0x6bde 030062 jam 0x10 ,mem_credit_given 
-0x6bdf 030063 rtn 
-:      030064 rfcomm_send_param_neg_res:
-0x6be0 030065 call l2cap_malloc_rfcomm_channel 
-0x6be1 030066 call l2cap_get_rfcomm_tx_buff 
-0x6be2 030067 setarg 0x000e 
-0x6be3 030068 istore 2 ,contw 
-0x6be4 030069 fetch 2 ,mem_rfcomm_remote_cid 
-0x6be5 030070 istore 2 ,contw 
-0x6be6 030071 fetch 1 ,mem_rfcomm_initiator 
-0x6be7 030072 lshift pdata ,pdata 
-0x6be8 030073 set1 0 ,pdata 
-0x6be9 030074 istore 1 ,contw 
-0x6bea 030075 bpatchx patch35_5 ,mem_patch35 
-0x6beb 030076 setarg 0x15ef 
-0x6bec 030077 istore 2 ,contw 
-0x6bed 030078 setarg 0x1181 
-0x6bee 030079 istore 2 ,contw 
-0x6bef 030080 fetch 1 ,mem_pn_dlci 
-0x6bf0 030081 istore 1 ,contw 
-0x6bf1 030082 setarg 0x0000e0 
-0x6bf2 030083 istore 3 ,contw 
-0x6bf3 030084 fetch 2 ,mem_rfcomm_max_frame_size 
-0x6bf4 030085 istore 2 ,contw 
-0x6bf5 030086 setarg 0x00 
-0x6bf6 030087 istore 1 ,contw 
-0x6bf7 030088 fetch 1 ,mem_rfcomm_credit_init_data 
-0x6bf8 030089 istore 1 ,contw 
-0x6bf9 030090 call rfcomm_calculate_fcs_dlci0 
-0x6bfa 030091 istore 1 ,contw 
-0x6bfb 030092 rtn 
-:      030093 rfcomm_send_modem_status_cmd:
-0x6bfc 030094 call l2cap_get_rfcomm_tx_buff 
-0x6bfd 030095 setarg 0x0008 
-0x6bfe 030096 istore 2 ,contw 
-0x6bff 030097 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c00 030098 istore 2 ,contw 
-0x6c01 030099 fetch 1 ,mem_rfcomm_initiator 
-0x6c02 030100 lshift pdata ,pdata 
-0x6c03 030101 set1 0 ,pdata 
-0x6c04 030102 istore 1 ,contw 
-0x6c05 030103 bpatchx patch35_6 ,mem_patch35 
-0x6c06 030104 setarg 0x09ef 
-0x6c07 030105 istore 2 ,contw 
-0x6c08 030106 setarg 0x05e3 
-0x6c09 030107 istore 2 ,contw 
-0x6c0a 030108 copy temp ,pdata 
-0x6c0b 030109 istore 1 ,contw 
-0x6c0c 030110 setarg 0x8d 
-0x6c0d 030111 istore 1 ,contw 
-0x6c0e 030112 call rfcomm_calculate_fcs_dlci0 
-0x6c0f 030113 istore 1 ,contw 
-0x6c10 030114 rtn 
-:      030116 rfcomm_send_modem_status_res:
-0x6c11 030117 call l2cap_malloc_rfcomm_channel 
-0x6c12 030118 call l2cap_get_rfcomm_tx_buff 
-0x6c13 030119 setarg 0x0008 
-0x6c14 030120 istore 2 ,contw 
-0x6c15 030121 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c16 030122 istore 2 ,contw 
-0x6c17 030123 copy temp ,timeup 
-0x6c18 030124 fetch 1 ,mem_rfcomm_initiator 
-0x6c19 030125 lshift pdata ,pdata 
-0x6c1a 030126 set1 0 ,pdata 
-0x6c1b 030127 istore 1 ,contw 
-0x6c1c 030128 bpatchx patch35_7 ,mem_patch35 
-0x6c1d 030129 setarg 0x09ef 
-0x6c1e 030130 istore 2 ,contw 
-0x6c1f 030131 setarg 0x05e1 
-0x6c20 030132 istore 2 ,contw 
-0x6c21 030133 copy timeup ,pdata 
-0x6c22 030134 istore 1 ,contw 
-0x6c23 030135 setarg 0x8d 
-0x6c24 030136 istore 1 ,contw 
-0x6c25 030137 call rfcomm_calculate_fcs_dlci0 
-0x6c26 030138 istore 1 ,contw 
-0x6c27 030139 rtn 
-:      030141 rfcomm_send_uih_without_payload:
-0x6c28 030142 bpatchx patch36_0 ,mem_patch36 
-0x6c29 030143 fetch 1 ,mem_credit_given 
-0x6c2a 030144 rtn blank 
-0x6c2b 030145 hfetch 2 ,core_uart_rxitems 
-0x6c2c 030146 nrtn blank 
-0x6c2d 030147 copy rega ,pdata 
-0x6c2e 030148 store 1 ,mem_pdatatemp + 1 
-0x6c2f 030149 storet 1 ,mem_pdatatemp 
-0x6c30 030150 call l2cap_malloc_is_fifo_full 
-0x6c31 030151 nrtn blank 
-0x6c32 030152 call l2cap_malloc_rfcomm_channel 
-0x6c33 030153 call l2cap_get_rfcomm_tx_buff 
-0x6c34 030154 setarg 0x05 
-0x6c35 030155 istore 2 ,contw 
-0x6c36 030156 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c37 030157 istore 2 ,contw 
-0x6c38 030158 fetch 1 ,mem_rfcomm_send_adss 
-0x6c39 030159 istore 1 ,contw 
-0x6c3a 030160 setarg 0x01ff 
-0x6c3b 030161 istore 2 ,contw 
-0x6c3c 030162 fetch 1 ,mem_credit_given 
-0x6c3d 030163 istore 1 ,contw 
-0x6c3e 030164 fetch 1 ,mem_hiufcs_spp_wcredits 
-0x6c3f 030165 istore 1 ,contw 
-0x6c40 030166 jam 0 ,mem_credit_given 
-0x6c41 030167 rtn 
-:      030169 rfcomm_increase_credit_given:
-0x6c42 030170 bpatchx patch36_1 ,mem_patch36 
-0x6c43 030171 fetch 1 ,mem_credit_flag 
-0x6c44 030172 rtneq credit_enable 
-0x6c45 030173 fetch 2 ,mem_current_length 
-0x6c46 030174 rtn blank 
-0x6c47 030175 fetch 1 ,mem_credit_given 
-0x6c48 030176 increase 1 ,pdata 
-0x6c49 030177 store 1 ,mem_credit_given 
-0x6c4a 030178 rtn 
-:      030180 spp_process_rx_data:
-0x6c4b 030181 fetch 2 ,mem_cb_receive_spp_data 
-0x6c4c 030182 branch callback_func 
-:      030184 spp_tx_rfcomm_packet:
-0x6c4d 030185 bpatchx patch36_2 ,mem_patch36 
-0x6c4e 030187 fetch 1 ,mem_remote_credits 
-0x6c4f 030188 rtn blank 
-0x6c50 030189 increase -1 ,pdata 
-0x6c51 030190 store 1 ,mem_remote_credits 
-0x6c52 030191 fetch 2 ,mem_pn_max_frame_size 
-0x6c53 030192 fetcht 2 ,mem_current_packet_length 
-0x6c54 030193 isub temp ,null 
-0x6c55 030194 branch ssp_tx_rfcomm_from_uart ,positive 
-0x6c56 030195 store 2 ,mem_current_packet_length 
-:      030196 ssp_tx_rfcomm_from_uart:
-0x6c57 030197 fetch 1 ,mem_credit_given 
-0x6c58 030198 branch ssp_tx_rfcomm_from_uart_without_credit ,blank 
-0x6c59 030199 jam 1 ,mem_rfcomm_send_offset 
-0x6c5a 030200 fetch 1 ,mem_hiufcs_spp_wcredits 
-0x6c5b 030201 store 1 ,mem_rfcomm_send_fcs 
-0x6c5c 030202 setarg rsp_rx_uih_wdata 
-0x6c5d 030203 store 1 ,mem_rfcomm_send_frame_type 
-0x6c5e 030204 branch ssp_tx_rfcomm_from_uart_common 
-:      030205 ssp_tx_rfcomm_from_uart_without_credit:
-0x6c5f 030206 jam 0 ,mem_rfcomm_send_offset 
-0x6c60 030207 fetch 1 ,mem_hiufcs_spp 
-0x6c61 030208 store 1 ,mem_rfcomm_send_fcs 
-0x6c62 030209 setarg rsp_tx_uih 
-0x6c63 030210 store 1 ,mem_rfcomm_send_frame_type 
-:      030211 ssp_tx_rfcomm_from_uart_common:
-0x6c64 030212 bpatchx patch36_3 ,mem_patch36 
-0x6c65 030213 fetch 2 ,mem_current_packet_length 
-0x6c66 030214 sub pdata ,127 ,null 
-0x6c67 030215 branch ssp_tx_rfcomm_from_uart_common0 ,positive 
-0x6c68 030216 fetch 1 ,mem_rfcomm_send_offset 
-0x6c69 030217 increase 1 ,pdata 
-0x6c6a 030218 store 1 ,mem_rfcomm_send_offset 
-:      030219 ssp_tx_rfcomm_from_uart_common0:
-0x6c6b 030220 call get_rfcomm_snd_adss 
-0x6c6c 030221 fetch 2 ,mem_current_packet_length 
-0x6c6d 030222 increase 8 ,pdata 
-0x6c6e 030223 fetcht 1 ,mem_rfcomm_send_offset 
-0x6c6f 030224 iadd temp ,rega 
-0x6c70 030226 call l2cap_malloc 
-0x6c71 030227 store 2 ,mem_rfcomm_tx_buff_ptr 
-0x6c72 030228 increase 4 ,pdata 
-0x6c73 030229 store 2 ,mem_rfcomm_tx_payload_ptr 
-0x6c74 030230 copy pdata ,contw 
-0x6c75 030231 fetch 1 ,mem_rfcomm_send_adss 
-0x6c76 030232 istore 1 ,contw 
-0x6c77 030233 fetch 1 ,mem_rfcomm_send_frame_type 
-0x6c78 030234 istore 1 ,contw 
-0x6c79 030235 call ssp_tx_write_length 
-0x6c7a 030236 call ssp_tx_write_given_credit 
-0x6c7b 030237 bpatchx patch36_4 ,mem_patch36 
-0x6c7c 030238 fetch 2 ,mem_nl_rx_data_src 
-0x6c7d 030239 copy pdata ,contru 
-0x6c7e 030240 fetch 2 ,mem_current_packet_length 
-0x6c7f 030241 copy pdata ,loopcnt 
-0x6c80 030242 call uart_copy_rx_bytes_fast 
-0x6c81 030243 copy contw ,temp 
-0x6c82 030244 copy contru ,pdata 
-0x6c83 030245 store 2 ,mem_nl_rx_data_src 
-0x6c84 030246 copy temp ,contw 
-0x6c85 030247 fetch 1 ,mem_rfcomm_send_fcs 
-0x6c86 030248 istore 1 ,contw 
-0x6c87 030249 fetch 2 ,mem_rfcomm_tx_buff_ptr 
-0x6c88 030250 copy pdata ,contw 
-0x6c89 030251 fetch 2 ,mem_current_packet_length 
-0x6c8a 030252 fetcht 1 ,mem_rfcomm_send_offset 
-0x6c8b 030253 iadd temp ,pdata 
-0x6c8c 030254 increase 4 ,pdata 
-0x6c8d 030255 istore 2 ,contw 
-0x6c8e 030256 fetch 2 ,mem_rfcomm_remote_cid 
-0x6c8f 030257 istore 2 ,contw 
-0x6c90 030258 jam 0 ,mem_credit_given 
-0x6c91 030259 fetch 2 ,mem_nl_rx_len_all 
-0x6c92 030260 beq 0 ,module_hci_command_tx_spp_tx_complete 
-0x6c93 030261 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
-0x6c94 030262 rtn 
-:      030264 ssp_tx_write_length:
-0x6c95 030265 bpatchx patch36_5 ,mem_patch36 
-0x6c96 030266 fetch 2 ,mem_current_packet_length 
-0x6c97 030267 sub pdata ,0x7f ,null 
-0x6c98 030268 nbranch ssp_tx_write_long_packet ,positive 
-0x6c99 030269 lshift pdata ,pdata 
-0x6c9a 030270 set1 0 ,pdata 
-0x6c9b 030271 istore 1 ,contw 
-0x6c9c 030272 rtn 
-:      030273 ssp_tx_write_long_packet:
-0x6c9d 030274 fetch 2 ,mem_current_packet_length 
-0x6c9e 030275 rshift3 pdata ,pdata 
-0x6c9f 030276 rshift4 pdata ,temp 
-0x6ca0 030277 and_into 0x7f ,pdata 
-0x6ca1 030278 lshift pdata ,pdata 
-0x6ca2 030279 set0 0 ,pdata 
-0x6ca3 030280 istore 1 ,contw 
-0x6ca4 030281 istoret 1 ,contw 
-0x6ca5 030282 rtn 
-:      030283 ssp_tx_write_given_credit:
-0x6ca6 030284 fetch 1 ,mem_credit_given 
-0x6ca7 030285 rtn blank 
-0x6ca8 030286 istore 1 ,contw 
-0x6ca9 030287 rtn 
-:      030292 scheduler_process:
-0x6caa 030293 bpatchx patch36_6 ,mem_patch36 
-0x6cab 030294 call check_51cmd 
-0x6cac 030295 call app_process_bb_event 
-0x6cad 030296 call process_conn_sm 
-0x6cae 030298 bpatchx patch36_7 ,mem_patch36 
-0x6caf 030299 call sp_calc_sequence 
-0x6cb0 030300 call simple_pairing_sequence 
-0x6cb1 030301 call master_simple_paring_sequence 
-0x6cb2 030304 call l2cap_malloc_is_fifo_full 
-0x6cb3 030305 nrtn blank 
-0x6cb4 030307 call l2cap_call_proc_sigal_pending 
-0x6cb5 030308 call l2cap_malloc_is_fifo_full 
-0x6cb6 030309 nrtn blank 
-0x6cb7 030310 bpatchx patch37_0 ,mem_patch37 
-0x6cb8 030312 call process_upper_sm 
-0x6cb9 030313 call l2cap_send_config_req 
-0x6cba 030314 call rfcomm_send_more_pkt 
-:      030315 scheduler_process0:
-0x6cbb 030316 call scheduler_tx_disconnect_hid 
-0x6cbc 030317 bpatchx patch37_1 ,mem_patch37 
-0x6cbd 030320 branch app_process_bt 
-:      030322 scheduler_tx_disconnect_hid:
-0x6cbe 030323 fetch 1 ,mem_control_tasks 
-0x6cbf 030324 bbit1 l2cap_disconnect_interrupt ,l2cap_disconnect_interrupt_req 
-0x6cc0 030325 bbit1 l2cap_disconnect_control ,l2cap_disconnect_control_req 
-0x6cc1 030326 rtn 
-:      030328 scheduler_tx_l2cap_pkt:
-0x6cc2 030329 bpatchx patch37_2 ,mem_patch37 
-0x6cc3 030330 call l2cap_malloc_is_fifo_empty 
-0x6cc4 030331 rtn blank 
-0x6cc5 030332 fetch 1 ,mem_op 
-0x6cc6 030333 rtnbit1 op_txl2cap 
-0x6cc7 030334 call l2cap_malloc_fifo_out 
-0x6cc8 030335 store 2 ,mem_txptr 
-0x6cc9 030336 copy pdata ,contr 
-0x6cca 030337 ifetch 2 ,contr 
-0x6ccb 030338 increase 4 ,pdata 
-0x6ccc 030339 store 2 ,mem_tx_len 
-0x6ccd 030340 jam 6 ,mem_tx_lch 
-0x6cce 030341 bpatchx patch37_3 ,mem_patch37 
-0x6ccf 030342 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x6cd0 030343 branch scheduler_tx_l2cap_start_pkt ,blank 
-0x6cd1 030344 fetch 1 ,mem_op 
-0x6cd2 030345 rtnbit0 op_pkt_comp 
-0x6cd3 030346 set0 op_pkt_comp ,pdata 
-0x6cd4 030347 store 1 ,mem_op 
-0x6cd5 030348 jam 5 ,mem_tx_lch 
-0x6cd6 030349 fetcht 2 ,mem_l2cap_tx_multi_offset 
-0x6cd7 030350 fetch 2 ,mem_txptr 
-0x6cd8 030351 iadd temp ,pdata 
-0x6cd9 030352 store 2 ,mem_txptr 
-0x6cda 030353 fetch 2 ,mem_tx_len 
-0x6cdb 030354 isub temp ,pdata 
-0x6cdc 030355 store 2 ,mem_tx_len 
-:      030356 scheduler_tx_l2cap_start_pkt:
-0x6cdd 030357 bpatchx patch37_4 ,mem_patch37 
-0x6cde 030358 fetch 2 ,mem_tx_len 
-0x6cdf 030359 branch assert ,blank 
-0x6ce0 030360 arg l2cap_max_pkt_len ,temp 
-0x6ce1 030361 isub temp ,pdata 
-0x6ce2 030362 nbranch scheduler_tx_l2cap_last_pkt ,positive 
-0x6ce3 030363 bpatchx patch37_5 ,mem_patch37 
-0x6ce4 030364 storet 2 ,mem_tx_len 
-0x6ce5 030365 fetch 2 ,mem_l2cap_tx_multi_offset 
-0x6ce6 030366 iadd temp ,pdata 
-0x6ce7 030367 store 2 ,mem_l2cap_tx_multi_offset 
-0x6ce8 030368 branch scheduler_tx_l2cap_pkt_end 
-:      030369 scheduler_tx_l2cap_last_pkt:
-0x6ce9 030370 setarg 0 
-0x6cea 030371 store 2 ,mem_l2cap_tx_multi_offset 
-:      030372 scheduler_tx_l2cap_pkt_end:
-0x6ceb 030373 fetch 1 ,mem_op 
-0x6cec 030374 set1 op_txl2cap ,pdata 
-0x6ced 030375 store 1 ,mem_op 
-0x6cee 030376 rtn 
-:      030378 scheduler_start_upper_sm:
-0x6cef 030379 fetch 1 ,mem_ui_profile_supported 
-0x6cf0 030380 bbit1 support_hid ,scheduler_start_upper_sm_hid 
-0x6cf1 030381 jam uppersm_reconn_sdp_conn ,mem_upper_sm_reconn 
-0x6cf2 030382 rtn 
-:      030383 scheduler_start_upper_sm_hid:
-0x6cf3 030384 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
-0x6cf4 030385 rtn 
-:      030387 process_upper_sm:
-0x6cf5 030388 fetch 1 ,memui_reconnect_mode 
-0x6cf6 030389 nbranch process_upper_sm_reconn ,blank 
-:      030390 process_upper_sm_remote_page:
-0x6cf7 030391 fetch 1 ,mem_upper_sm_remote_page 
-0x6cf8 030393 rtn blank 
-0x6cf9 030395 jam 0 ,mem_upper_sm_remote_page 
-:      030396 process_upper_sm_rp_wait:
-0x6cfa 030397 rtn 
-:      030400 process_upper_sm_reconn:
-0x6cfb 030401 bpatchx patch37_6 ,mem_patch37 
-0x6cfc 030402 fetch 1 ,mem_upper_sm_reconn 
-0x6cfd 030403 rtn blank 
-0x6cfe 030404 beq uppersm_reconn_sdp_conn ,process_upper_sm_reconn_sdp_conn 
-0x6cff 030405 beq uppersm_reconn_sdp_conn_wait ,process_upper_sm_reconn_sdp_conn_wait 
-0x6d00 030406 beq uppersm_reconn_sdp_cfg ,process_upper_sm_reconn_sdp_cfg 
-0x6d01 030407 beq uppersm_reconn_sdp_cfg_wait ,process_upper_sm_reconn_sdp_cfg_wait 
-0x6d02 030408 beq uppersm_reconn_ss_spp ,process_upper_sm_reconn_ss_spp 
-0x6d03 030409 beq uppersm_reconn_ss_spp_wait ,process_upper_sm_reconn_ss_spp_wait 
-0x6d04 030410 beq uppersm_reconn_sdp_disconn ,process_upper_sm_reconn_sdp_disconn 
-0x6d05 030411 beq uppersm_reconn_sdp_disconn_wait ,process_upper_sm_reconn_sdp_disconn_wait 
-0x6d06 030412 beq uppersm_reconn_hid_ctrl_conn ,process_upper_sm_reconn_hid_ctrl_conn 
-0x6d07 030413 beq uppersm_reconn_hid_ctrl_conn_wait ,process_upper_sm_reconn_hid_ctrl_conn_wait 
-0x6d08 030414 beq uppersm_reconn_hid_ctrl_cfg ,process_upper_sm_reconn_hid_ctrl_cfg 
-0x6d09 030415 beq uppersm_reconn_hid_ctrl_cfg_wait ,process_upper_sm_reconn_hid_ctrl_cfg_wait 
-0x6d0a 030416 beq uppersm_reconn_hid_int_conn ,process_upper_sm_reconn_hid_int_conn 
-0x6d0b 030417 beq uppersm_reconn_hid_int_conn_wait ,process_upper_sm_reconn_hid_int_conn_wait 
-0x6d0c 030418 beq uppersm_reconn_hid_int_cfg ,process_upper_sm_reconn_hid_int_cfg 
-0x6d0d 030419 beq uppersm_reconn_hid_int_cfg_wait ,process_upper_sm_reconn_hid_int_cfg_wait 
-0x6d0e 030420 beq uppersm_reconn_rfcomm_conn ,process_upper_sm_reconn_rfcomm_conn 
-0x6d0f 030421 beq uppersm_reconn_rfcomm_conn_wait ,process_upper_sm_reconn_rfcomm_conn_wait 
-0x6d10 030422 beq uppersm_reconn_rfcomm_cfg ,process_upper_sm_reconn_rfcomm_cfg 
-0x6d11 030423 beq uppersm_reconn_rfcomm_cfg_wait ,process_upper_sm_reconn_rfcomm_cfg_wait 
-0x6d12 030424 beq uppersm_reconn_rfcomm_sabm ,process_upper_sm_reconn_rfcomm_sabm 
-0x6d13 030425 beq uppersm_reconn_rfcomm_sabm_wait ,process_upper_sm_reconn_rfcomm_sabm_wait 
-0x6d14 030426 beq uppersm_reconn_spp_cmd_pn ,process_upper_sm_reconn_spp_cmd_pn 
-0x6d15 030427 beq uppersm_reconn_spp_cmd_pn_wait ,process_upper_sm_reconn_spp_cmd_pn_wait 
-0x6d16 030428 beq uppersm_reconn_spp_sabm ,process_upper_sm_reconn_spp_sabm 
-0x6d17 030429 beq uppersm_reconn_spp_sabm_wait ,process_upper_sm_reconn_spp_sabm_wait 
-0x6d18 030430 beq uppersm_reconn_spp_cmd_ms ,process_upper_sm_reconn_spp_cmd_ms 
-0x6d19 030431 beq uppersm_reconn_spp_cmd_ms_wait ,process_upper_sm_reconn_spp_cmd_ms_wait 
-:      030432 process_upper_sm_reconn_wait:
-0x6d1a 030433 rtn 
-:      030434 process_upper_sm_reconn_sdp_conn:
-0x6d1b 030435 call upper_sm_send_sdp_conn 
-0x6d1c 030436 jam uppersm_reconn_sdp_conn_wait ,mem_upper_sm_reconn 
-0x6d1d 030437 fetch 1 ,mem_sdp_state 
-0x6d1e 030438 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d1f 030439 store 1 ,mem_sdp_state 
-0x6d20 030440 rtn 
-:      030441 process_upper_sm_reconn_sdp_cfg:
-0x6d21 030442 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
-0x6d22 030443 fetch 1 ,mem_sdp_state 
-0x6d23 030444 rtnbit1 l2cap_channel_state_snd_cfg_req 
-0x6d24 030445 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
-0x6d25 030446 call upper_sm_send_sdp_cfg 
-0x6d26 030447 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
-0x6d27 030448 fetch 1 ,mem_sdp_state 
-0x6d28 030449 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d29 030450 store 1 ,mem_sdp_state 
-0x6d2a 030451 rtn 
-:      030452 process_upper_sm_reconn_ss_spp:
-0x6d2b 030453 call l2cap_malloc_is_fifo_empty 
-0x6d2c 030454 nrtn blank 
-0x6d2d 030455 call upper_sm_send_ss_spp 
-0x6d2e 030456 jam uppersm_reconn_ss_spp_wait ,mem_upper_sm_reconn 
-0x6d2f 030457 rtn 
-:      030458 process_upper_sm_reconn_sdp_disconn:
-0x6d30 030459 call upper_sm_send_sdp_disconn 
-0x6d31 030460 jam uppersm_reconn_sdp_disconn_wait ,mem_upper_sm_reconn 
-0x6d32 030461 rtn 
-:      030462 process_upper_sm_reconn_hid_ctrl_conn:
-0x6d33 030463 call upper_sm_send_hid_ctrl_conn 
-0x6d34 030464 jam uppersm_reconn_hid_ctrl_conn_wait ,mem_upper_sm_reconn 
-0x6d35 030465 fetch 1 ,mem_hid_control_state 
-0x6d36 030466 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d37 030467 store 1 ,mem_hid_control_state 
-0x6d38 030468 rtn 
-:      030469 process_upper_sm_reconn_hid_ctrl_cfg:
-0x6d39 030470 call upper_sm_send_hid_ctrl_cfg 
-0x6d3a 030471 jam uppersm_reconn_hid_ctrl_cfg_wait ,mem_upper_sm_reconn 
-0x6d3b 030472 fetch 1 ,mem_hid_control_state 
-0x6d3c 030473 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d3d 030474 store 1 ,mem_hid_control_state 
-0x6d3e 030475 rtn 
-:      030476 process_upper_sm_reconn_hid_int_conn:
-0x6d3f 030477 call upper_sm_send_hid_int_conn 
-0x6d40 030478 jam uppersm_reconn_hid_int_conn_wait ,mem_upper_sm_reconn 
-0x6d41 030479 fetch 1 ,mem_hid_interrupt_state 
-0x6d42 030480 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d43 030481 store 1 ,mem_hid_interrupt_state 
-0x6d44 030482 rtn 
-:      030483 process_upper_sm_reconn_hid_int_cfg:
-0x6d45 030484 call upper_sm_send_hid_int_cfg 
-0x6d46 030485 jam uppersm_reconn_hid_int_cfg_wait ,mem_upper_sm_reconn 
-0x6d47 030486 fetch 1 ,mem_hid_interrupt_state 
-0x6d48 030487 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d49 030488 store 1 ,mem_hid_interrupt_state 
-0x6d4a 030489 rtn 
-:      030490 process_upper_sm_reconn_rfcomm_conn:
-0x6d4b 030491 call upper_sm_send_rfcomm_conn 
-0x6d4c 030492 jam uppersm_reconn_rfcomm_conn_wait ,mem_upper_sm_reconn 
-0x6d4d 030493 fetch 1 ,mem_rfcomm_state 
-0x6d4e 030494 set1 l2cap_channel_state_conn_req ,pdata 
-0x6d4f 030495 store 1 ,mem_rfcomm_state 
-0x6d50 030496 rtn 
-:      030497 process_upper_sm_reconn_rfcomm_cfg:
-0x6d51 030498 call upper_sm_send_rfcomm_cfg 
-0x6d52 030499 jam uppersm_reconn_rfcomm_cfg_wait ,mem_upper_sm_reconn 
-0x6d53 030500 fetch 1 ,mem_rfcomm_state 
-0x6d54 030501 set1 l2cap_channel_state_snd_cfg_req ,pdata 
-0x6d55 030502 store 1 ,mem_rfcomm_state 
-0x6d56 030503 rtn 
-:      030504 process_upper_sm_reconn_rfcomm_sabm:
-0x6d57 030505 call upper_sm_send_rfcomm_sabm 
-0x6d58 030506 jam uppersm_reconn_rfcomm_sabm_wait ,mem_upper_sm_reconn 
-0x6d59 030507 fetch 1 ,mem_rfcomm_state 
-0x6d5a 030508 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
-0x6d5b 030509 store 1 ,mem_rfcomm_state 
-0x6d5c 030510 rtn 
-:      030511 process_upper_sm_reconn_spp_cmd_pn:
-0x6d5d 030512 call upper_sm_send_spp_cmd_pn 
-0x6d5e 030513 fetch 1 ,mem_spp_state 
-0x6d5f 030514 set1 rfcomm_channel_state_pn_cmd 
-0x6d60 030515 store 1 ,mem_spp_state 
-0x6d61 030516 jam uppersm_reconn_spp_cmd_pn_wait ,mem_upper_sm_reconn 
-0x6d62 030517 rtn 
-:      030518 process_upper_sm_reconn_spp_sabm:
-0x6d63 030519 call upper_sm_send_spp_sabm 
-0x6d64 030520 fetch 1 ,mem_spp_state 
-0x6d65 030521 set1 rfcomm_channel_state_sabm 
-0x6d66 030522 store 1 ,mem_spp_state 
-0x6d67 030523 jam uppersm_reconn_spp_sabm_wait ,mem_upper_sm_reconn 
-0x6d68 030524 fetch 1 ,mem_remote_spp_channel 
-0x6d69 030525 lshift3 pdata ,pdata 
-0x6d6a 030526 or_into 3 ,pdata 
-0x6d6b 030527 arg mem_hiufcs_spp ,temp 
-0x6d6c 030528 storet 2 ,mem_contw_temp 
-0x6d6d 030529 branch rfcomm_save_fcs_uih 
-:      030530 process_upper_sm_reconn_spp_cmd_ms:
-0x6d6e 030531 call upper_sm_send_spp_cmd_ms 
-0x6d6f 030532 fetch 1 ,mem_spp_state 
-0x6d70 030533 set1 rfcomm_channel_state_snd_ms_cmd 
-0x6d71 030534 store 1 ,mem_spp_state 
-0x6d72 030535 jam uppersm_reconn_spp_cmd_ms_wait ,mem_upper_sm_reconn 
-0x6d73 030536 rtn 
-:      030538 process_upper_sm_reconn_sdp_conn_wait:
-0x6d74 030539 fetch 1 ,mem_sdp_state 
-0x6d75 030540 rtnbit0 l2cap_channel_state_conn_res 
-0x6d76 030541 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
-0x6d77 030542 branch process_upper_sm_reconn 
-:      030543 process_upper_sm_reconn_sdp_cfg_wait:
-0x6d78 030544 fetch 1 ,mem_sdp_state 
-0x6d79 030545 rtnne l2cap_channel_setup_complete 
-0x6d7a 030546 jam uppersm_reconn_ss_spp ,mem_upper_sm_reconn 
-:      030547 process_upper_sm_reconn_ss_spp_wait:
-0x6d7b 030548 fetch 1 ,mem_message_to_uppersm 
-0x6d7c 030549 rtnne recieve_ss_reasult_hf 
-0x6d7d 030550 jam 0 ,mem_message_to_uppersm 
-0x6d7e 030551 jam uppersm_reconn_sdp_disconn ,mem_upper_sm_reconn 
-0x6d7f 030552 branch process_upper_sm_reconn 
-:      030553 process_upper_sm_reconn_sdp_disconn_wait:
-0x6d80 030554 fetch 1 ,mem_sdp_state 
-0x6d81 030555 nrtn blank 
-0x6d82 030556 fetch 1 ,mem_ui_profile_supported 
-0x6d83 030557 bbit1 support_hid ,process_upper_sm_reconn_setup_hid 
-0x6d84 030558 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
-0x6d85 030559 branch process_upper_sm_reconn_termination 
-:      030560 process_upper_sm_reconn_hid_ctrl_conn_wait:
-0x6d86 030561 fetch 1 ,mem_hid_control_state 
-0x6d87 030562 rtnbit0 l2cap_channel_state_conn_res 
-0x6d88 030563 jam uppersm_reconn_hid_ctrl_cfg ,mem_upper_sm_reconn 
-0x6d89 030564 branch process_upper_sm_reconn 
-:      030565 process_upper_sm_reconn_hid_ctrl_cfg_wait:
-0x6d8a 030566 fetch 1 ,mem_hid_control_state 
-0x6d8b 030567 rtnne l2cap_channel_setup_complete 
-0x6d8c 030568 jam uppersm_reconn_hid_int_conn ,mem_upper_sm_reconn 
-0x6d8d 030569 branch process_upper_sm_reconn 
-:      030570 process_upper_sm_reconn_hid_int_conn_wait:
-0x6d8e 030571 fetch 1 ,mem_hid_interrupt_state 
-0x6d8f 030572 rtnbit0 l2cap_channel_state_conn_res 
-0x6d90 030573 jam uppersm_reconn_hid_int_cfg ,mem_upper_sm_reconn 
-0x6d91 030574 branch process_upper_sm_reconn 
-:      030575 process_upper_sm_reconn_hid_int_cfg_wait:
-0x6d92 030576 fetch 1 ,mem_hid_interrupt_state 
-0x6d93 030577 rtnne l2cap_channel_setup_complete 
-0x6d94 030578 fetch 1 ,mem_ui_profile_supported 
-0x6d95 030579 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
-0x6d96 030580 branch process_upper_sm_reconn_termination 
-:      030581 process_upper_sm_reconn_rfcomm_conn_wait:
-0x6d97 030582 fetch 1 ,mem_rfcomm_state 
-0x6d98 030583 rtnbit0 l2cap_channel_state_conn_res 
-0x6d99 030584 jam uppersm_reconn_rfcomm_cfg ,mem_upper_sm_reconn 
-0x6d9a 030585 branch process_upper_sm_reconn 
-:      030586 process_upper_sm_reconn_rfcomm_cfg_wait:
-0x6d9b 030587 fetch 1 ,mem_rfcomm_state 
-0x6d9c 030588 rtnne l2cap_channel_setup_complete 
-0x6d9d 030589 jam uppersm_reconn_rfcomm_sabm ,mem_upper_sm_reconn 
-0x6d9e 030590 branch process_upper_sm_reconn 
-:      030591 process_upper_sm_reconn_rfcomm_sabm_wait:
-0x6d9f 030592 fetch 1 ,mem_rfcomm_state 
-0x6da0 030593 rtnne l2cap_channel_rfcomm_dlci0_opened 
-0x6da1 030594 fetch 1 ,mem_ui_profile_supported 
-0x6da2 030595 bbit1 support_spp ,process_upper_sm_reconn_setup_spp 
-0x6da3 030596 branch process_upper_sm_reconn_termination 
-:      030597 process_upper_sm_reconn_spp_cmd_pn_wait:
-0x6da4 030598 fetch 1 ,mem_spp_state 
-0x6da5 030599 rtnbit0 rfcomm_channel_state_pn_res 
-0x6da6 030600 jam uppersm_reconn_spp_sabm ,mem_upper_sm_reconn 
-0x6da7 030601 branch process_upper_sm_reconn 
-:      030602 process_upper_sm_reconn_spp_sabm_wait:
-0x6da8 030603 fetch 1 ,mem_spp_state 
-0x6da9 030604 rtnbit0 rfcomm_channel_state_ua 
-0x6daa 030605 jam uppersm_reconn_spp_cmd_ms ,mem_upper_sm_reconn 
-0x6dab 030606 branch process_upper_sm_reconn 
-:      030607 process_upper_sm_reconn_spp_cmd_ms_wait:
-0x6dac 030608 fetch 1 ,mem_spp_state 
-0x6dad 030609 rtnne rfcomm_channel_setup_complete 
-0x6dae 030610 branch process_upper_sm_reconn_termination 
-:      030612 process_upper_sm_reconn_setup_hid:
-0x6daf 030613 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
-0x6db0 030614 branch process_upper_sm_reconn 
-:      030616 process_upper_sm_reconn_setup_rfcomm:
-0x6db1 030617 jam uppersm_reconn_rfcomm_conn ,mem_upper_sm_reconn 
-0x6db2 030618 branch process_upper_sm_reconn 
-:      030619 process_upper_sm_reconn_setup_spp:
-0x6db3 030620 jam uppersm_reconn_spp_cmd_pn ,mem_upper_sm_reconn 
-0x6db4 030621 branch process_upper_sm_reconn 
-:      030625 process_upper_sm_reconn_termination:
-0x6db5 030626 jam 0 ,mem_upper_sm_reconn 
-0x6db6 030627 rtn 
-:      030628 upper_sm_send_sdp_conn:
-0x6db7 030629 bpatchx patch37_7 ,mem_patch37 
-0x6db8 030630 call l2cap_malloc_signal_channel 
-0x6db9 030631 setarg psm_sdp 
-0x6dba 030632 copy pdata ,temp 
-0x6dbb 030633 setarg l2cap_sdp_channel 
-0x6dbc 030634 copy pdata ,timeup 
-0x6dbd 030635 branch ml2cap_send_signal_connect_req 
-:      030637 upper_sm_send_sdp_cfg:
-0x6dbe 030638 bpatchx patch38_0 ,mem_patch38 
-0x6dbf 030639 call l2cap_malloc_signal_channel 
-0x6dc0 030640 fetch 2 ,mem_sdp_remote_cid 
-0x6dc1 030641 copy pdata ,temp 
-0x6dc2 030642 branch ml2cap_send_signal_config_req 
-:      030644 upper_sm_send_sdp_disconn:
-0x6dc3 030645 bpatchx patch38_1 ,mem_patch38 
-0x6dc4 030646 call l2cap_malloc_signal_channel 
-0x6dc5 030647 fetch 2 ,mem_sdp_remote_cid 
-0x6dc6 030648 copy pdata ,temp 
-0x6dc7 030649 arg l2cap_sdp_channel ,timeup 
-0x6dc8 030650 call ml2cap_send_signal_disconn_req 
-0x6dc9 030651 fetch 1 ,mem_sdp_state 
-0x6dca 030652 set0 l2cap_channel_state_rcv_cfg_res ,pdata 
-0x6dcb 030653 store 1 ,mem_sdp_state 
-0x6dcc 030654 rtn 
-:      030656 upper_sm_send_ss_spp:
-0x6dcd 030657 bpatchx patch38_2 ,mem_patch38 
-0x6dce 030658 call l2cap_malloc_sdp_channel 
-0x6dcf 030659 call sdp_send_spp_request 
-0x6dd0 030660 branch msdp_send_req_done 
-:      030662 upper_sm_send_rfcomm_conn:
-0x6dd1 030663 bpatchx patch38_3 ,mem_patch38 
-0x6dd2 030664 call l2cap_malloc_signal_channel 
-0x6dd3 030665 setarg psm_rfcomm 
-0x6dd4 030666 copy pdata ,temp 
-0x6dd5 030667 setarg l2cap_rfcomm_channel 
-0x6dd6 030668 copy pdata ,timeup 
-0x6dd7 030669 branch ml2cap_send_signal_connect_req 
-:      030671 upper_sm_send_rfcomm_cfg:
-0x6dd8 030672 bpatchx patch38_4 ,mem_patch38 
-0x6dd9 030673 call l2cap_malloc_signal_channel 
-0x6dda 030674 fetch 2 ,mem_rfcomm_remote_cid 
-0x6ddb 030675 copy pdata ,temp 
-0x6ddc 030676 branch ml2cap_send_signal_config_req 
-:      030678 upper_sm_send_hid_ctrl_conn:
-0x6ddd 030679 bpatchx patch38_5 ,mem_patch38 
-0x6dde 030680 call l2cap_malloc_signal_channel 
-0x6ddf 030681 setarg psm_hid_control 
-0x6de0 030682 copy pdata ,temp 
-0x6de1 030683 setarg l2cap_hid_control_channel 
-0x6de2 030684 copy pdata ,timeup 
-0x6de3 030685 branch ml2cap_send_signal_connect_req 
-:      030687 upper_sm_send_hid_ctrl_cfg:
-0x6de4 030688 bpatchx patch38_6 ,mem_patch38 
-0x6de5 030689 call l2cap_malloc_signal_channel 
-0x6de6 030690 fetch 2 ,mem_hid_ctrl_remote_cid 
-0x6de7 030691 copy pdata ,temp 
-0x6de8 030692 branch ml2cap_send_signal_config_req 
-:      030694 upper_sm_send_hid_int_conn:
-0x6de9 030695 bpatchx patch38_7 ,mem_patch38 
-0x6dea 030696 call l2cap_malloc_signal_channel 
-0x6deb 030697 setarg psm_hid_interrupt 
-0x6dec 030698 copy pdata ,temp 
-0x6ded 030699 setarg l2cap_hid_interrupt_channel 
-0x6dee 030700 copy pdata ,timeup 
-0x6def 030701 branch ml2cap_send_signal_connect_req 
-:      030703 upper_sm_send_hid_int_cfg:
-0x6df0 030704 bpatchx patch39_0 ,mem_patch39 
-0x6df1 030705 call l2cap_malloc_signal_channel 
-0x6df2 030706 fetch 2 ,mem_hid_int_remote_cid 
-0x6df3 030707 copy pdata ,temp 
-0x6df4 030708 branch ml2cap_send_signal_config_req 
-:      030710 upper_sm_send_rfcomm_sabm:
-0x6df5 030711 bpatchx patch39_1 ,mem_patch39 
-0x6df6 030712 call l2cap_malloc_rfcomm_channel 
-0x6df7 030714 jam 3 ,mem_current_adss 
-0x6df8 030715 jam 0x1c ,mem_current_fcs 
-0x6df9 030716 call rfcomm_send_sabm 
-0x6dfa 030717 jam 1 ,mem_rfcomm_initiator 
-0x6dfb 030718 rtn 
-:      030720 upper_sm_send_spp_cmd_pn:
-0x6dfc 030721 bpatchx patch39_2 ,mem_patch39 
-0x6dfd 030722 call l2cap_malloc_rfcomm_channel 
-0x6dfe 030723 fetcht 1 ,mem_remote_spp_channel 
-0x6dff 030724 call channel_to_dlci 
-0x6e00 030725 storet 1 ,mem_pn_dlci 
-0x6e01 030726 branch rfcomm_send_param_neg_cmd 
-:      030728 upper_sm_send_spp_sabm:
-0x6e02 030729 bpatchx patch39_3 ,mem_patch39 
-0x6e03 030730 call l2cap_malloc_rfcomm_channel 
-0x6e04 030731 fetcht 1 ,mem_pn_dlci 
-0x6e05 030732 call dlci_to_address_cmd 
-0x6e06 030733 call rfcomm_calculate_fcs_sabm 
-0x6e07 030734 store 1 ,mem_current_fcs 
-0x6e08 030735 fetcht 1 ,mem_pn_dlci 
-0x6e09 030736 call dlci_to_address_cmd 
-0x6e0a 030737 storet 1 ,mem_current_adss 
-0x6e0b 030738 branch rfcomm_send_sabm 
-:      030740 upper_sm_send_spp_cmd_ms:
-0x6e0c 030741 bpatchx patch39_4 ,mem_patch39 
-0x6e0d 030742 call l2cap_malloc_rfcomm_channel 
-0x6e0e 030743 fetcht 1 ,mem_pn_dlci 
-0x6e0f 030744 call dlci_to_address_cmd 
-0x6e10 030745 branch rfcomm_send_modem_status_cmd 
-:      030758 sdp_process:
-0x6e11 030759 bpatchx patch39_5 ,mem_patch39 
-0x6e12 030760 fetch 2 ,mem_l2cap_payload_ptr 
-0x6e13 030761 iforce contr 
-0x6e14 030764 ifetch 1 ,contr 
-0x6e15 030765 copy pdata ,regb 
-0x6e16 030766 store 1 ,mem_sdp_pduid 
-0x6e17 030767 ifetch 2 ,contr 
-0x6e18 030768 store 2 ,mem_sdp_transactionid 
-0x6e19 030769 ifetch 1 ,contr 
-0x6e1a 030770 lshift8 pdata ,timeup 
-0x6e1b 030771 ifetch 1 ,contr 
-0x6e1c 030772 iadd timeup ,timeup 
-0x6e1d 030773 bpatchx patch39_6 ,mem_patch39 
-0x6e1e 030774 copy contr ,temp 
-0x6e1f 030775 arg 4 ,loopcnt 
-0x6e20 030776 arg mem_sdp_handle_list ,contw 
-0x6e21 030777 call memset0 
-0x6e22 030778 copy temp ,contr 
-0x6e23 030779 deposit regb 
-0x6e24 030780 beq sdp_error_res ,sdp_process_error_res 
-0x6e25 030781 beq sdp_search_req ,sdp_process_ss_req 
-0x6e26 030782 beq sdp_search_res ,sdp_process_ss_res 
-0x6e27 030783 beq sdp_attribute_req ,sdp_process_sa_req 
-0x6e28 030784 beq sdp_attribute_res ,sdp_process_sa_res 
-0x6e29 030785 beq sdp_searchattrib_req ,sdp_process_ssa_req 
-0x6e2a 030786 beq sdp_searchattrib_res ,sdp_process_ssa_res 
-0x6e2b 030787 branch sdp_insufficient_resource 
-:      030798 sdp_process_ss_req:
-0x6e2c 030799 bpatchx patch39_7 ,mem_patch39 
-0x6e2d 030800 call ask_serviceclassid 
-0x6e2e 030801 compare 1 ,temp ,0xff 
-0x6e2f 030802 branch ss_empty_rsp ,true 
-0x6e30 030803 compare 0xff ,temp ,0xff 
-0x6e31 030804 branch sdp_invalid_request_syntax ,true 
-0x6e32 030806 ifetch 2 ,contr 
-0x6e33 030807 store 2 ,mem_sdp_record_maxcnt 
-0x6e34 030808 increase -2 ,timeup 
-0x6e35 030810 increase -1 ,timeup 
-0x6e36 030811 nbranch sdp_invalid_pdu_size ,zero 
-0x6e37 030812 arg mem_sdp_uuid_search_ptr ,timeup 
-0x6e38 030813 ifetch 2 ,timeup 
-0x6e39 030814 rtn blank 
-0x6e3a 030815 call search_all_uuid 
-0x6e3b 030816 call l2cap_get_sdp_tx_payload 
-0x6e3c 030817 force 3 ,pdata 
-0x6e3d 030818 istore 1 ,contw 
-0x6e3e 030819 fetch 2 ,mem_sdp_transactionid 
-0x6e3f 030820 istore 2 ,contw 
-0x6e40 030821 lshift2 queue ,pdata 
-0x6e41 030822 add pdata ,5 ,pdata 
-0x6e42 030823 add pdata ,5 ,regc 
-0x6e43 030824 byteswap pdata ,pdata 
-0x6e44 030825 istore 2 ,contw 
-0x6e45 030826 deposit queue 
-0x6e46 030827 byteswap pdata ,pdata 
-0x6e47 030828 istore 2 ,contw 
-0x6e48 030829 istore 2 ,contw 
-0x6e49 030830 arg mem_sdp_handle_list ,contr 
-0x6e4a 030831 copy queue ,loopcnt 
-0x6e4b 030832 branch ss_req_blank ,zero 
-:      030833 ss_req_loop:
-0x6e4c 030834 ifetch 4 ,contr 
-0x6e4d 030835 istore 4 ,contw 
-0x6e4e 030836 loop ss_req_loop 
-:      030837 ss_req_blank:
-0x6e4f 030838 force 0 ,pdata 
-0x6e50 030839 istore 1 ,contw 
-0x6e51 030840 deposit regc 
-0x6e52 030841 store 2 ,mem_sdp_tx_pkt_length 
-0x6e53 030843 rtn 
-:      030854 sdp_process_sa_req:
-0x6e54 030855 bpatchx patch3a_0 ,mem_patch3a 
-0x6e55 030856 ifetch 4 ,contr 
-0x6e56 030857 store 4 ,mem_sdp_record_handle 
-0x6e57 030858 increase -4 ,timeup 
-0x6e58 030859 call sdp_store_maxbyte 
-0x6e59 030860 store 2 ,mem_sdp_attribute_maxbyte 
-0x6e5a 030861 increase -2 ,timeup 
-0x6e5b 030862 call dataelementtype6 
-0x6e5c 030863 branch sdp_invalid_request_syntax ,zero 
-0x6e5d 030864 compare 5 ,rega ,0xff 
-0x6e5e 030866 branch sa_judge_wholerange ,true 
-:      030867 sa_isnot_wholerange:
-0x6e5f 030868 arg mem_sdp_attrib_list ,contw 
-0x6e60 030869 force 0 ,queue 
-0x6e61 030870 branch sa_req_loop 
-:      030871 sa_judge_wholerange:
-0x6e62 030872 ifetch 1 ,contr 
-0x6e63 030873 bne sdp_attribute_range ,sdp_invalid_request_syntax 
-0x6e64 030874 ifetch 2 ,contr 
-0x6e65 030875 nbranch sa_judge_wholerange_false1 ,blank 
-0x6e66 030876 ifetch 1 ,contr 
-0x6e67 030877 bne 0xff ,sa_judge_wholerange_false2 
-0x6e68 030878 ifetch 1 ,contr 
-0x6e69 030879 bne 0xff ,sa_judge_wholerange_false3 
-0x6e6a 030880 branch sa_req_all 
-:      030881 sa_judge_wholerange_false3:
-0x6e6b 030882 increase -5 ,contr 
-0x6e6c 030883 branch sa_isnot_wholerange 
-:      030884 sa_judge_wholerange_false2:
-0x6e6d 030885 increase -4 ,contr 
-0x6e6e 030886 branch sa_isnot_wholerange 
-:      030887 sa_judge_wholerange_false1:
-0x6e6f 030888 increase -3 ,contr 
-0x6e70 030889 branch sa_isnot_wholerange 
-:      030890 sa_req_loop:
-0x6e71 030891 ifetch 1 ,contr 
-0x6e72 030892 beq sdp_attribute_id ,sa_req_one_id 
-0x6e73 030893 beq sdp_attribute_range ,sa_req_range 
-:      030894 sa_req_range:
-0x6e74 030895 ifetch 2 ,contr 
-0x6e75 030896 istore 2 ,contw 
-0x6e76 030897 increase 1 ,queue 
-0x6e77 030898 byteswap pdata ,regb 
-0x6e78 030899 ifetch 2 ,contr 
-0x6e79 030900 byteswap pdata ,pdata 
-:      030901 sa_req_range_id_increase:
-0x6e7a 030902 increase 1 ,regb 
-0x6e7b 030903 isub regb ,null 
-0x6e7c 030904 nbranch sa_req_range_id_finish ,positive 
-0x6e7d 030905 copy pdata ,regc 
-0x6e7e 030906 byteswap regb ,pdata 
-0x6e7f 030907 istore 2 ,contw 
-0x6e80 030908 increase 1 ,queue 
-0x6e81 030909 copy regc ,pdata 
-0x6e82 030910 branch sa_req_range_id_increase 
-:      030911 sa_req_range_id_finish:
-0x6e83 030912 increase -5 ,timeup 
-0x6e84 030913 increase -5 ,rega 
-0x6e85 030914 branch sa_req_check_next_id 
-:      030915 sa_req_one_id:
-0x6e86 030916 ifetch 2 ,contr 
-0x6e87 030917 istore 2 ,contw 
-0x6e88 030918 increase 1 ,queue 
-0x6e89 030919 increase -3 ,timeup 
-0x6e8a 030920 increase -3 ,rega 
-:      030921 sa_req_check_next_id:
-0x6e8b 030922 nbranch sdp_invalid_request_syntax ,positive 
-0x6e8c 030923 nbranch sa_req_loop ,zero 
-0x6e8d 030924 increase -1 ,timeup 
-0x6e8e 030925 nbranch sdp_invalid_request_syntax ,zero 
-0x6e8f 030927 call l2cap_get_sdp_tx_payload 
-0x6e90 030928 increase 10 ,contw 
-0x6e91 030929 arg mem_sdp_attrib_list ,rega 
-:      030930 sa_req_handle_attributelist_next:
-0x6e92 030931 copy queue ,pdata 
-0x6e93 030932 branch sa_req_handle_attributelist_end ,blank 
-0x6e94 030933 ifetch 2 ,rega 
-0x6e95 030934 branch sa_req_handle_attributelist_end ,blank 
-0x6e96 030935 iforce regb 
-0x6e97 030936 fetch 4 ,mem_sdp_record_handle 
-0x6e98 030937 iforce temp 
-0x6e99 030938 call search_handle_attrib 
-0x6e9a 030939 copy contr ,pdata 
-0x6e9b 030940 branch sa_req_handle_attributelist_notfound ,blank 
-0x6e9c 030941 increase -3 ,contr 
-0x6e9d 030942 ifetch 3 ,contr 
-0x6e9e 030943 istore 3 ,contw 
-0x6e9f 030944 call sdp_data_len 
-0x6ea0 030945 iforce loopcnt 
-0x6ea1 030946 call memcpy 
-:      030947 sa_req_handle_attributelist_notfound:
-0x6ea2 030948 increase 2 ,rega 
-0x6ea3 030949 increase -1 ,queue 
-0x6ea4 030950 branch sa_req_handle_attributelist_next 
-:      030952 sa_req_handle_attributelist_end:
-0x6ea5 030953 arg sdp_attribute_res ,rega 
-0x6ea6 030954 call ssa_req_range_lastfreg_common 
-0x6ea7 030955 fetch 2 ,mem_sdp_tx_pkt_length 
-0x6ea8 030956 beq 11 ,sa_empty_rsp 
-0x6ea9 030957 branch ssa_req_range_attrbutes_length_no_continue 
-:      030960 sdp_store_continue_common:
-0x6eaa 030961 ifetch 1 ,contr 
-0x6eab 030962 beq 0 ,sdp_store_continue_0byte 
-0x6eac 030963 beq 1 ,sdp_store_continue_1byte 
-0x6ead 030964 beq 2 ,sdp_store_continue_2byte 
-:      030965 sdp_store_continue_0byte:
-0x6eae 030966 increase -1 ,timeup 
-0x6eaf 030967 branch sdp_store_continue_end 
-:      030968 sdp_store_continue_1byte:
-0x6eb0 030969 ifetch 1 ,contr 
-0x6eb1 030970 increase -2 ,timeup 
-0x6eb2 030971 branch sdp_store_continue_end 
-:      030972 sdp_store_continue_2byte:
-0x6eb3 030973 ifetch 2 ,contr 
-0x6eb4 030974 byteswap pdata ,pdata 
-0x6eb5 030975 increase -3 ,timeup 
-:      030976 sdp_store_continue_end:
-0x6eb6 030977 store 2 ,mem_sdp_continue_byte 
-0x6eb7 030978 rtn 
-:      030980 sa_req_all:
-0x6eb8 030981 increase -5 ,timeup 
-0x6eb9 030982 call sdp_store_continue_common 
-0x6eba 030983 nbranch sdp_invalid_pdu_size ,zero 
-0x6ebb 030984 fetcht 4 ,mem_sdp_record_handle 
-0x6ebc 030985 call search_handle 
-0x6ebd 030986 nbranch sdp_invalid_service_record_handle ,zero 
-0x6ebe 030987 copy contr ,rega 
-0x6ebf 030988 call l2cap_get_sdp_tx_payload 
-0x6ec0 030989 copy rega ,contr 
-0x6ec1 030990 increase 3 ,contw 
-0x6ec2 030991 copy contr ,timeup 
-0x6ec3 030992 call sdp_get_data 
-0x6ec4 030993 copy pdata ,rega 
-0x6ec5 030995 fetch 2 ,mem_sdp_continue_byte 
-0x6ec6 030996 copy pdata ,regb 
-0x6ec7 030997 copy rega ,pdata 
-0x6ec8 030998 isub regb ,regb 
-0x6ec9 030999 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6eca 031000 isub regb ,null 
-0x6ecb 031001 nbranch sa_req_all_fragment_sdp ,positive 
-0x6ecc 031003 disable user 
-0x6ecd 031004 fetch 2 ,mem_sdp_continue_byte 
-0x6ece 031005 branch sa_req_all_fisrt_fragment ,blank 
-0x6ecf 031006 iadd timeup ,contr 
-0x6ed0 031007 increase 3 ,regb 
-0x6ed1 031008 copy regb ,loopcnt 
-0x6ed2 031009 copy loopcnt ,pdata 
-0x6ed3 031010 increase 3 ,pdata 
-0x6ed4 031011 byteswap pdata ,pdata 
-0x6ed5 031012 istore 2 ,contw 
-0x6ed6 031013 copy loopcnt ,pdata 
-0x6ed7 031014 byteswap pdata ,pdata 
-0x6ed8 031015 istore 2 ,contw 
-0x6ed9 031016 branch sa_req_all_answer_attributelist_full_loop 
-:      031017 sa_req_all_fisrt_fragment:
-0x6eda 031018 add rega ,6 ,loopcnt 
-0x6edb 031019 branch sa_req_all_parlength_continue_byte ,user 
-0x6edc 031020 byteswap loopcnt ,pdata 
-0x6edd 031021 branch sa_req_all_parlength_continue_byte_end 
-:      031022 sa_req_all_parlength_continue_byte:
-0x6ede 031023 copy loopcnt ,pdata 
-0x6edf 031024 increase 2 ,pdata 
-0x6ee0 031025 byteswap pdata ,pdata 
-:      031026 sa_req_all_parlength_continue_byte_end:
-0x6ee1 031027 istore 2 ,contw 
-0x6ee2 031028 increase -3 ,loopcnt 
-0x6ee3 031029 byteswap loopcnt ,pdata 
-0x6ee4 031030 istore 2 ,contw 
-0x6ee5 031031 copy timeup ,contr 
-0x6ee6 031032 branch sa_req_all_answer_attributelist_full_loop 
-:      031033 sa_req_all_fragment_sdp:
-0x6ee7 031034 enable user 
-0x6ee8 031036 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6ee9 031037 copy pdata ,rega 
-0x6eea 031038 copy rega ,loopcnt 
-0x6eeb 031039 fetch 2 ,mem_sdp_continue_byte 
-0x6eec 031040 branch sa_req_all_fisrt_fragment ,blank 
-0x6eed 031041 iadd timeup ,contr 
-0x6eee 031042 copy rega ,pdata 
-0x6eef 031043 increase 5 ,pdata 
-0x6ef0 031044 byteswap pdata ,pdata 
-0x6ef1 031045 istore 2 ,contw 
-0x6ef2 031046 copy rega ,pdata 
-0x6ef3 031047 byteswap pdata ,pdata 
-0x6ef4 031048 istore 2 ,contw 
-:      031049 sa_req_all_answer_attributelist_full_loop:
-0x6ef5 031050 call memcpy 
-0x6ef6 031051 nbranch sa_req_all_last_frag_continue ,user 
-0x6ef7 031052 force 2 ,pdata 
-0x6ef8 031053 istore 1 ,contw 
-0x6ef9 031054 copy contr ,pdata 
-0x6efa 031055 isub timeup ,pdata 
-0x6efb 031056 byteswap pdata ,pdata 
-0x6efc 031057 istore 2 ,contw 
-0x6efd 031058 branch sa_req_all_frag_end 
-:      031059 sa_req_all_last_frag_continue:
-0x6efe 031060 force 0 ,pdata 
-0x6eff 031061 istore 1 ,contw 
-:      031062 sa_req_all_frag_end:
-0x6f00 031063 arg sdp_attribute_res ,rega 
-0x6f01 031064 branch ssa_req_range_common 
-:      031075 sdp_process_ssa_req:
-0x6f02 031076 bpatchx patch3a_1 ,mem_patch3a 
-0x6f03 031077 call ask_serviceclassid 
-0x6f04 031078 compare 0xff ,temp ,0xff 
-0x6f05 031079 branch sdp_invalid_request_syntax ,true 
-0x6f06 031080 call sdp_store_maxbyte 
-0x6f07 031081 store 2 ,mem_sdp_attribute_maxbyte 
-0x6f08 031082 increase -2 ,timeup 
-0x6f09 031083 call dataelementtype6 
-0x6f0a 031084 arg mem_sdp_attrib_list ,contw 
-0x6f0b 031085 force 0 ,queue 
-:      031086 ssa_req_loop:
-0x6f0c 031087 ifetch 1 ,contr 
-0x6f0d 031088 beq sdp_attribute_range ,ssa_req_range 
-0x6f0e 031089 ifetch 2 ,contr 
-0x6f0f 031090 istore 2 ,contw 
-0x6f10 031091 increase 1 ,queue 
-0x6f11 031092 increase -3 ,timeup 
-0x6f12 031093 increase -3 ,rega 
-0x6f13 031094 nbranch sdp_invalid_request_syntax ,positive 
-0x6f14 031095 nbranch ssa_req_loop ,zero 
-0x6f15 031096 increase -1 ,timeup 
-0x6f16 031097 nbranch sdp_invalid_request_syntax ,zero 
-0x6f17 031098 call l2cap_get_sdp_tx_payload 
-0x6f18 031099 increase 13 ,contw 
-0x6f19 031100 fetch 2 ,mem_sdp_uuid_search_ptr 
-0x6f1a 031101 iforce regc 
-0x6f1b 031102 arg mem_sdp_attrib_list ,rega 
-:      031103 ssa_req_attributelist_next:
-0x6f1c 031104 ifetch 2 ,rega 
-0x6f1d 031105 branch ssa_req_attributelist_end ,blank 
-0x6f1e 031106 iforce regb 
-0x6f1f 031107 call search_attrib 
-0x6f20 031108 branch ssa_req_attributelist_notfound ,blank 
-0x6f21 031109 increase -3 ,contr 
-0x6f22 031110 ifetch 3 ,contr 
-0x6f23 031111 istore 3 ,contw 
-0x6f24 031112 call sdp_data_len 
-0x6f25 031113 iforce loopcnt 
-0x6f26 031114 call memcpy 
-:      031115 ssa_req_attributelist_notfound:
-0x6f27 031116 increase 2 ,rega 
-0x6f28 031117 branch ssa_req_attributelist_next 
-:      031119 ssa_req_attributelist_end:
-0x6f29 031120 call ssa_req_range_lastfreg 
-0x6f2a 031121 fetch 2 ,mem_sdp_tx_pkt_length 
-0x6f2b 031122 beq 14 ,ssa_empty_rsp 
-0x6f2c 031123 call ssa_req_range_attrbutes_length_no_continue 
-0x6f2d 031124 branch ssa_req_range_attrbutes_length_no_continue 
-:      031127 sdp_store_maxbyte:
-0x6f2e 031128 ifetch 2 ,contr 
-0x6f2f 031129 byteswap pdata ,pdata 
-0x6f30 031130 increase -3 ,pdata 
-0x6f31 031131 arg 200 ,temp 
-0x6f32 031132 isub temp ,null 
-0x6f33 031133 nrtn positive 
-0x6f34 031134 setarg 200 
-0x6f35 031135 rtn 
-:      031138 ssa_req_range:
-0x6f36 031139 increase 4 ,contr 
-0x6f37 031140 increase -5 ,timeup 
-0x6f38 031141 increase -5 ,rega 
-0x6f39 031142 nbranch sdp_invalid_request_syntax ,zero 
-0x6f3a 031143 call sdp_store_continue_common 
-0x6f3b 031144 nbranch sdp_invalid_pdu_size ,zero 
-0x6f3c 031145 arg mem_sdp_uuid_search_ptr ,timeup 
-0x6f3d 031146 call search_all_uuid 
-0x6f3e 031147 deposit queue 
-0x6f3f 031148 branch ssa_empty_rsp ,blank 
-0x6f40 031149 store 1 ,mem_handle_humber 
-0x6f41 031151 copy regb ,pdata 
-0x6f42 031152 store 2 ,mem_sdp_all_length 
-0x6f43 031153 arg 0 ,queue 
-0x6f44 031154 arg 0 ,rega 
-0x6f45 031155 call l2cap_get_sdp_tx_payload 
-0x6f46 031156 increase 10 ,contw 
-:      031157 ssa_req_range_find_handle:
-0x6f47 031158 call ssa_req_range_get_length 
-0x6f48 031159 nbranch assert ,user 
-0x6f49 031160 copy contr ,timeup 
-0x6f4a 031161 copy pdata ,regc 
-0x6f4b 031162 iadd rega ,rega 
-0x6f4c 031165 fetch 2 ,mem_sdp_continue_byte 
-0x6f4d 031166 copy pdata ,regb 
-0x6f4e 031167 branch ssa_req_range_first_freg ,blank 
-:      031168 ssa_req_range_later_freg_with_continue:
-0x6f4f 031169 copy rega ,pdata 
-0x6f50 031170 isub regb ,regb 
-0x6f51 031171 branch ssa_req_range_next_handle ,zero 
-0x6f52 031172 nbranch ssa_req_range_next_handle ,positive 
-0x6f53 031173 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6f54 031174 isub regb ,null 
-0x6f55 031175 branch ssa_req_range_maxbyte_with_continue ,zero 
-0x6f56 031176 nbranch ssa_req_range_maxbyte_with_continue ,positive 
-:      031179 ssa_req_range_send_not_maxbyte:
-0x6f57 031180 copy regb ,loopcnt 
-0x6f58 031181 call ssa_req_range_maxbyte_with_continue_cpy 
-0x6f59 031182 fetch 1 ,mem_handle_humber 
-0x6f5a 031183 increase 1 ,queue 
-0x6f5b 031184 isub queue ,null 
-0x6f5c 031185 branch ssa_req_range_lastfreg ,zero 
-0x6f5d 031186 branch ssa_req_range_freg_with_continue 
-:      031188 ssa_req_range_maxbyte_with_continue:
-0x6f5e 031189 copy pdata ,loopcnt 
-0x6f5f 031190 call ssa_req_range_maxbyte_with_continue_cpy 
-0x6f60 031191 branch ssa_req_range_freg_with_continue 
-:      031193 ssa_req_range_maxbyte_with_continue_cpy:
-0x6f61 031194 increase -3 ,contw 
-0x6f62 031195 copy loopcnt ,temp 
-0x6f63 031196 copy regc ,pdata 
-0x6f64 031197 isub regb ,pdata 
-0x6f65 031198 iadd timeup ,contr 
-0x6f66 031199 branch memcpy 
-:      031201 ssa_req_range_next_handle:
-0x6f67 031202 fetch 1 ,mem_handle_humber 
-0x6f68 031203 increase 1 ,queue 
-0x6f69 031204 isub queue ,null 
-0x6f6a 031205 rtn zero 
-0x6f6b 031206 branch ssa_req_range_find_handle 
-:      031208 ssa_req_range_get_length:
-0x6f6c 031209 call disable_user 
-0x6f6d 031210 arg mem_sdp_handle_list ,contr 
-0x6f6e 031211 lshift2 queue ,pdata 
-0x6f6f 031212 iadd contr ,contr 
-0x6f70 031213 ifetcht 4 ,contr 
-0x6f71 031214 call search_handle 
-0x6f72 031215 nrtn zero 
-0x6f73 031216 call sdp_data_len 
-0x6f74 031217 branch enable_user 
-:      031219 ssa_req_range_first_freg:
-0x6f75 031220 fetch 2 ,mem_sdp_attribute_maxbyte 
-0x6f76 031221 isub rega ,null 
-0x6f77 031222 nbranch ssa_req_range_firstfreg_maxbyte_with_continue ,positive 
-0x6f78 031223 copy rega ,loopcnt 
-0x6f79 031224 copy loopcnt ,temp 
-0x6f7a 031225 copy timeup ,contr 
-0x6f7b 031226 call memcpy 
-0x6f7c 031227 fetch 2 ,mem_sdp_all_length 
-0x6f7d 031228 isub rega ,null 
-0x6f7e 031229 branch ssa_req_range_freg_no_continue ,zero 
-:      031230 ssa_req_range_firstfreg_not_maxbyte_with_continue:
-0x6f7f 031231 call ssa_req_range_freg_with_continue 
-0x6f80 031232 branch ssa_req_range_attrbutes_length 
-:      031234 ssa_req_range_freg_no_continue:
-0x6f81 031235 call ssa_req_range_lastfreg 
-0x6f82 031236 branch ssa_req_range_attrbutes_length 
-:      031238 ssa_req_range_lastfreg:
-0x6f83 031239 arg sdp_searchattrib_res ,rega 
-:      031240 ssa_req_range_lastfreg_common:
-0x6f84 031241 force 0 ,pdata 
-0x6f85 031242 istore 1 ,contw 
-0x6f86 031243 call ssa_req_range_common 
-0x6f87 031244 fetcht 2 ,mem_sdp_tx_pkt_length 
-0x6f88 031245 increase -5 ,temp 
-0x6f89 031246 byteswap temp ,pdata 
-0x6f8a 031247 istore 2 ,contw 
-0x6f8b 031248 increase -3 ,temp 
-0x6f8c 031249 byteswap temp ,pdata 
-0x6f8d 031250 istore 2 ,contw 
-0x6f8e 031251 rtn 
-:      031253 ssa_req_range_firstfreg_maxbyte_with_continue:
-0x6f8f 031254 copy pdata ,loopcnt 
-0x6f90 031255 copy loopcnt ,temp 
-0x6f91 031256 copy timeup ,contr 
-0x6f92 031257 call memcpy 
-0x6f93 031258 call ssa_req_range_freg_with_continue 
-:      031259 ssa_req_range_attrbutes_length:
-0x6f94 031260 setarg 0x36 
-0x6f95 031261 istore 1 ,contw 
-0x6f96 031262 fetch 2 ,mem_sdp_all_length 
-0x6f97 031263 byteswap pdata ,pdata 
-0x6f98 031264 istore 2 ,contw 
-0x6f99 031265 rtn 
-:      031267 ssa_req_range_attrbutes_length_no_continue:
-0x6f9a 031268 setarg 0x36 
-0x6f9b 031269 istore 1 ,contw 
-0x6f9c 031270 increase -3 ,temp 
-0x6f9d 031271 byteswap temp ,pdata 
-0x6f9e 031272 istore 2 ,contw 
-0x6f9f 031273 rtn 
-:      031275 ssa_req_range_freg_with_continue:
-0x6fa0 031276 arg sdp_searchattrib_res ,rega 
-0x6fa1 031277 setarg 2 
-0x6fa2 031278 istore 1 ,contw 
-0x6fa3 031279 fetch 2 ,mem_sdp_continue_byte 
-0x6fa4 031280 iadd temp ,temp 
-0x6fa5 031281 byteswap temp ,pdata 
-0x6fa6 031282 istore 2 ,contw 
-0x6fa7 031283 call ssa_req_range_common 
-0x6fa8 031284 fetcht 2 ,mem_sdp_tx_pkt_length 
-0x6fa9 031285 increase -5 ,temp 
-0x6faa 031286 byteswap temp ,pdata 
-0x6fab 031287 istore 2 ,contw 
-0x6fac 031288 increase -5 ,temp 
-0x6fad 031289 byteswap temp ,pdata 
-0x6fae 031290 istore 2 ,contw 
-0x6faf 031291 rtn 
-:      031293 ssa_req_range_common:
-0x6fb0 031294 fetch 2 ,mem_sdp_tx_payload_ptr 
-0x6fb1 031295 isub contw ,pdata 
-0x6fb2 031296 sub pdata ,0 ,pdata 
-0x6fb3 031297 store 2 ,mem_sdp_tx_pkt_length 
-0x6fb4 031298 call l2cap_get_sdp_tx_payload 
-0x6fb5 031299 copy rega ,pdata 
-0x6fb6 031300 istore 1 ,contw 
-0x6fb7 031301 fetch 2 ,mem_sdp_transactionid 
-0x6fb8 031302 istore 2 ,contw 
-0x6fb9 031303 rtn 
-:      031316 sdp_process_ssa_res:
-:      031317 sdp_process_ss_res:
-:      031318 sdp_process_sa_res:
-:      031319 sdp_process_error_res:
-0x6fba 031320 rtn 
-:      031353 sdp_invalid_service_record_handle:
-0x6fbb 031354 setarg 0x0200 
-0x6fbc 031355 store 2 ,mem_sdp_error_code 
-0x6fbd 031356 branch sdp_error_response 
-:      031357 sdp_invalid_pdu_size:
-0x6fbe 031358 setarg 0x0400 
-0x6fbf 031359 store 2 ,mem_sdp_error_code 
-0x6fc0 031360 branch sdp_error_response 
-:      031361 sdp_insufficient_resource:
-0x6fc1 031362 setarg 0x0600 
-0x6fc2 031363 store 2 ,mem_sdp_error_code 
-0x6fc3 031364 branch sdp_error_response 
-:      031365 sdp_invalid_request_syntax:
-0x6fc4 031366 setarg 0x0300 
-0x6fc5 031367 store 2 ,mem_sdp_error_code 
-:      031368 sdp_error_response:
-0x6fc6 031369 call l2cap_get_sdp_tx_payload 
-0x6fc7 031370 istore 1 ,contw 
-0x6fc8 031371 fetch 2 ,mem_sdp_transactionid 
-0x6fc9 031372 istore 2 ,contw 
-0x6fca 031373 setarg 0x0200 
-0x6fcb 031374 istore 2 ,contw 
-0x6fcc 031375 fetch 2 ,mem_sdp_error_code 
-0x6fcd 031376 istore 2 ,contw 
-0x6fce 031377 jam 7 ,mem_sdp_tx_pkt_length 
-0x6fcf 031378 rtn 
-:      031383 ask_serviceclassid:
-0x6fd0 031384 arg 0 ,regb 
-0x6fd1 031385 force 0 ,temp 
-0x6fd2 031386 arg mem_sdp_uuid_search_ptr ,contw 
-0x6fd3 031387 call dataelementtype6 
-0x6fd4 031388 branch asksrv_error ,zero 
-:      031389 classidloop:
-0x6fd5 031390 increase 1 ,regb 
-0x6fd6 031391 ifetch 1 ,contr 
-0x6fd7 031392 increase -1 ,rega 
-0x6fd8 031393 increase -1 ,timeup 
-0x6fd9 031394 compare 0x18 ,pdata ,0xf8 
-0x6fda 031395 nbranch asksrv_error ,true 
-0x6fdb 031396 compare 0x04 ,pdata ,0x07 
-0x6fdc 031397 nbranch cmp032 ,true 
-0x6fdd 031398 force 1 ,temp 
-:      031399 skip2bytes:
-0x6fde 031400 ifetch 1 ,contr 
-0x6fdf 031401 increase -1 ,rega 
-0x6fe0 031402 increase -1 ,timeup 
-0x6fe1 031403 bne 0x00 ,frstbwrong 
-0x6fe2 031404 ifetch 1 ,contr 
-0x6fe3 031405 increase -1 ,rega 
-0x6fe4 031406 increase -1 ,timeup 
-0x6fe5 031407 beq 0x00 ,cmpuuid 
-0x6fe6 031408 branch scndbwrong 
-:      031409 frstbwrong:
-0x6fe7 031410 increase 1 ,contr 
-0x6fe8 031411 increase -1 ,rega 
-0x6fe9 031412 increase -1 ,timeup 
-:      031413 scndbwrong:
-0x6fea 031414 increase 2 ,contr 
-0x6feb 031415 increase -2 ,rega 
-0x6fec 031416 increase -2 ,timeup 
-0x6fed 031417 compare 0x00 ,temp ,0xff 
-0x6fee 031418 branch loopornot ,true 
-0x6fef 031419 increase 12 ,contr 
-0x6ff0 031420 increase -12 ,rega 
-0x6ff1 031421 increase -12 ,timeup 
-0x6ff2 031422 branch loopornot 
-:      031423 cmp032:
-0x6ff3 031424 compare 0x02 ,pdata ,0x07 
-0x6ff4 031425 nbranch cmp016 ,true 
-0x6ff5 031426 branch skip2bytes 
-:      031427 cmp016:
-0x6ff6 031428 compare 0x01 ,pdata ,0x07 
-0x6ff7 031429 nbranch asksrv_error ,true 
-:      031430 cmpuuid:
-0x6ff8 031431 increase -2 ,rega 
-0x6ff9 031432 increase -2 ,timeup 
-0x6ffa 031433 ifetch 2 ,contr 
-0x6ffb 031434 sub regb ,4 ,null 
-0x6ffc 031435 branch uuidsize ,zero 
-0x6ffd 031436 istore 2 ,contw 
-:      031437 uuidsize:
-0x6ffe 031438 compare 0x00 ,temp ,0xff 
-0x6fff 031439 branch loopornot ,true 
-0x7000 031440 copy contr ,temp 
-0x7001 031441 ifetch 1 ,contr 
-0x7002 031442 bne 0x00 ,wrong12b 
-0x7003 031443 ifetch 1 ,contr 
-0x7004 031444 bne 0x00 ,wrong12b 
-0x7005 031445 ifetch 1 ,contr 
-0x7006 031446 bne 0x10 ,wrong12b 
-0x7007 031447 ifetch 1 ,contr 
-0x7008 031448 bne 0x00 ,wrong12b 
-0x7009 031449 ifetch 1 ,contr 
-0x700a 031450 bne 0x80 ,wrong12b 
-0x700b 031451 ifetch 1 ,contr 
-0x700c 031452 bne 0x00 ,wrong12b 
-0x700d 031453 ifetch 1 ,contr 
-0x700e 031454 bne 0x00 ,wrong12b 
-0x700f 031455 ifetch 1 ,contr 
-0x7010 031456 bne 0x80 ,wrong12b 
-0x7011 031457 ifetch 1 ,contr 
-0x7012 031458 bne 0x5f ,wrong12b 
-0x7013 031459 ifetch 1 ,contr 
-0x7014 031460 bne 0x9b ,wrong12b 
-0x7015 031461 ifetch 1 ,contr 
-0x7016 031462 bne 0x34 ,wrong12b 
-0x7017 031463 ifetch 1 ,contr 
-0x7018 031464 beq 0xfb ,chck12dn 
-:      031465 wrong12b:
-0x7019 031466 copy temp ,contr 
-:      031467 wrong12b1:
-0x701a 031468 increase 12 ,contr 
-0x701b 031469 force 0x00 ,queue 
-0x701c 031470 force 0x00 ,temp 
-0x701d 031471 branch chck12dn 
-:      031473 chck12dn:
-0x701e 031474 increase -12 ,timeup 
-0x701f 031475 increase -12 ,rega 
-:      031476 loopornot:
-0x7020 031477 force 0x00 ,temp 
-0x7021 031478 compare 0x00 ,rega ,0xff 
-0x7022 031479 nbranch classidloop ,true 
-0x7023 031480 force 0 ,pdata 
-0x7024 031481 istore 2 ,contw 
-0x7025 031482 rtn 
-:      031483 asksrv_error:
-0x7026 031484 arg 0xff ,temp 
-0x7027 031485 rtn 
-:      031495 dataelementtype6:
-0x7028 031496 bpatchx patch3a_4 ,mem_patch3a 
-0x7029 031497 ifetch 1 ,contr 
-0x702a 031498 increase -1 ,timeup 
-0x702b 031499 compare 0x30 ,pdata ,0xf8 
-0x702c 031500 nbranch dsize_error ,true 
-0x702d 031501 compare 0x07 ,pdata ,0x07 
-0x702e 031502 branch dsize32 ,true 
-0x702f 031503 compare 0x06 ,pdata ,0x07 
-0x7030 031504 branch dsize16 ,true 
-0x7031 031505 compare 0x05 ,pdata ,0x07 
-0x7032 031506 nbranch dsize_error ,true 
-0x7033 031508 ifetch 1 ,contr 
-0x7034 031509 copy pdata ,rega 
-0x7035 031510 increase -1 ,timeup 
-0x7036 031511 branch dsize 
-:      031512 dsize32:
-0x7037 031513 increase 2 ,contr 
-0x7038 031514 increase -2 ,timeup 
-:      031515 dsize16:
-0x7039 031516 ifetch 2 ,contr 
-0x703a 031517 byteswap pdata ,rega 
-0x703b 031518 increase -2 ,timeup 
-:      031519 dsize:
-0x703c 031520 force 0x01 ,pdata 
-0x703d 031521 rtn 
-:      031522 dsize_error:
-0x703e 031523 force 0x00 ,pdata 
-0x703f 031524 rtn 
-:      031534 ss_empty_rsp:
-0x7040 031535 setarg sdp_search_res 
-0x7041 031536 store 1 ,mem_sdp_pduid 
-0x7042 031537 branch empty_response 
-:      031538 sa_empty_rsp:
-0x7043 031539 setarg sdp_attribute_res 
-0x7044 031540 store 1 ,mem_sdp_pduid 
-0x7045 031541 branch empty_response 
-:      031542 ssa_empty_rsp:
-0x7046 031543 setarg sdp_searchattrib_res 
-0x7047 031544 store 1 ,mem_sdp_pduid 
-:      031545 empty_response:
-0x7048 031546 call l2cap_get_sdp_tx_payload 
-0x7049 031549 fetch 1 ,mem_sdp_pduid 
-0x704a 031550 copy pdata ,regb 
-0x704b 031551 istore 1 ,contw 
-0x704c 031552 fetch 2 ,mem_sdp_transactionid 
-0x704d 031553 istore 2 ,contw 
-0x704e 031554 setarg 0x0500 
-0x704f 031555 istore 2 ,contw 
-0x7050 031556 compare sdp_attribute_res ,regb ,0xff 
-0x7051 031557 branch fullsearch ,true 
-0x7052 031558 compare sdp_searchattrib_res ,regb ,0xff 
-0x7053 031559 branch fullsearch ,true 
-0x7054 031560 setarg 0x000000 
-0x7055 031561 istore 5 ,contw 
-0x7056 031562 branch outempty 
-:      031564 fullsearch:
-0x7057 031565 setarg 0x350200 
-0x7058 031566 istore 5 ,contw 
-:      031567 outempty:
-0x7059 031568 jam 10 ,mem_sdp_tx_pkt_length 
-0x705a 031569 rtn 
-:      031572 sdp_data_len:
-0x705b 031573 call store_contw 
-0x705c 031574 call store_contr 
-0x705d 031575 call sdp_get_data 
-0x705e 031576 call get_contw 
-0x705f 031577 call get_contr 
-0x7060 031578 copy temp ,pdata 
-0x7061 031579 rtn 
-:      031582 sdp_get_data:
-0x7062 031583 ifetch 1 ,contr 
-0x7063 031584 and pdata ,0x7 ,loopcnt 
-0x7064 031585 rshift3 pdata ,pdata 
-0x7065 031586 bne 0 ,sdp_get_data_type_not0 
-:      031587 sdp_get_data_type0:
-0x7066 031588 force 1 ,pdata 
-0x7067 031589 force 1 ,temp 
-0x7068 031590 rtn 
-:      031592 sdp_get_data_type_not0_sizeindex01234:
-0x7069 031593 call left_shift_n 
-0x706a 031594 add pdata ,1 ,temp 
-0x706b 031595 rtn 
-:      031596 sdp_get_data_type_not0:
-0x706c 031597 deposit loopcnt 
-0x706d 031598 sub pdata ,4 ,null 
-0x706e 031599 branch sdp_get_data_type_not0_sizeindex01234 ,positive 
-0x706f 031600 beq 5 ,sdp_get_data_type_not0_sizeindex5 
-0x7070 031601 beq 6 ,sdp_get_data_type_not0_sizeindex6 
-0x7071 031602 beq 7 ,sdp_get_data_type_not0_sizeindex7 
-0x7072 031603 rtn 
-:      031605 sdp_get_data_type_not0_sizeindex5:
-0x7073 031606 ifetch 1 ,contr 
-0x7074 031607 add pdata ,2 ,temp 
-0x7075 031608 rtn 
-:      031609 sdp_get_data_type_not0_sizeindex6:
-0x7076 031610 ifetch 2 ,contr 
-0x7077 031611 byteswap pdata ,pdata 
-0x7078 031612 add pdata ,3 ,temp 
-0x7079 031613 rtn 
-:      031614 sdp_get_data_type_not0_sizeindex7:
-0x707a 031615 ifetch 2 ,contr 
-0x707b 031616 byteswap pdata ,pdata 
-0x707c 031617 ifetcht 2 ,contr 
-0x707d 031618 byteswap temp ,temp 
-0x707e 031619 lshift16 temp ,temp 
-0x707f 031620 iadd temp ,pdata 
-0x7080 031621 add pdata ,5 ,temp 
-0x7081 031622 rtn 
-:      031628 search_all_uuid:
-0x7082 031629 bpatchx patch3a_5 ,mem_patch3a 
-0x7083 031630 force 0 ,queue 
-0x7084 031631 arg 0 ,regb 
-0x7085 031632 arg mem_sdp_handle_list ,contw 
-:      031633 search_all_uuid_llop:
-0x7086 031634 ifetch 2 ,timeup 
-0x7087 031635 rtn blank 
-0x7088 031636 call search_uuid 
-0x7089 031637 copy queue ,pdata 
-0x708a 031638 rtneq sdp_max_handle_number 
-0x708b 031639 increase 2 ,timeup 
-0x708c 031640 branch search_all_uuid_llop 
-:      031642 search_uuid:
-0x708d 031644 iforce regc 
-0x708e 031646 fetch 2 ,mem_ui_uuid_table 
-0x708f 031647 iforce contr 
-:      031648 search_uuid_next:
-0x7090 031649 copy queue ,pdata 
-0x7091 031650 rtneq sdp_max_handle_number 
-0x7092 031651 disable user 
-0x7093 031652 ifetch 1 ,contr 
-0x7094 031653 rtn blank 
-0x7095 031654 iforce loopcnt 
-:      031655 search_uuid_loop:
-0x7096 031656 ifetch 2 ,contr 
-0x7097 031657 isub regc ,null 
-0x7098 031658 nbranch search_uuid_not_found ,zero 
-0x7099 031659 enable user 
-:      031660 search_uuid_not_found:
-0x709a 031661 loop search_uuid_loop 
-0x709b 031662 ifetcht 4 ,contr 
-0x709c 031663 copy contr ,rega 
-0x709d 031664 nbranch search_uuid_nomatch ,user 
-0x709e 031665 arg mem_sdp_handle_list ,contr 
-0x709f 031666 arg sdp_max_handle_number ,loopcnt 
-:      031667 search_uuid_check_same_handle:
-0x70a0 031668 ifetch 4 ,contr 
-0x70a1 031669 branch search_uuid_store_handle ,blank 
-0x70a2 031670 isub temp ,null 
-0x70a3 031671 branch search_uuid_nomatch ,zero 
-0x70a4 031672 loop search_uuid_check_same_handle 
-0x70a5 031673 rtn 
-:      031674 search_uuid_store_handle:
-0x70a6 031675 istoret 4 ,contw 
-0x70a7 031676 increase 1 ,queue 
-0x70a8 031677 copy rega ,contr 
-0x70a9 031678 call sdp_data_len 
-0x70aa 031679 iadd regb ,regb 
-0x70ab 031680 iadd contr ,contr 
-0x70ac 031681 branch search_uuid_next 
-:      031682 search_uuid_nomatch:
-0x70ad 031683 copy rega ,contr 
-0x70ae 031684 call sdp_get_data 
-0x70af 031685 iadd contr ,contr 
-0x70b0 031686 branch search_uuid_next 
-:      031692 search_handle:
-0x70b1 031693 bpatchx patch3a_6 ,mem_patch3a 
-0x70b2 031694 fetch 2 ,mem_ui_uuid_table 
-0x70b3 031695 iforce contr 
-:      031696 search_handle_loop:
-0x70b4 031697 ifetch 1 ,contr 
-0x70b5 031698 branch disable_zero ,blank 
-0x70b6 031699 lshift pdata ,pdata 
-0x70b7 031700 iadd contr ,contr 
-0x70b8 031701 ifetch 4 ,contr 
-0x70b9 031702 isub temp ,null 
-0x70ba 031703 rtn zero 
-0x70bb 031704 deposit contw 
-0x70bc 031705 store 2 ,mem_contw 
-0x70bd 031706 storet 8 ,mem_temp 
-0x70be 031707 call sdp_get_data 
-0x70bf 031708 iadd contr ,contr 
-0x70c0 031709 copy contr ,pdata 
-0x70c1 031710 fetcht 2 ,mem_contw 
-0x70c2 031711 copy temp ,contw 
-0x70c3 031712 fetcht 8 ,mem_temp 
-0x70c4 031713 copy pdata ,contr 
-0x70c5 031714 branch search_handle_loop 
-:      031720 search_attrib:
-0x70c6 031721 bpatchx patch3a_7 ,mem_patch3a 
-0x70c7 031722 fetch 2 ,mem_ui_uuid_table 
-0x70c8 031723 iforce contr 
-:      031724 search_attrib_next:
-0x70c9 031725 ifetch 1 ,contr 
-0x70ca 031726 branch search_attrib_end ,blank 
-0x70cb 031727 iforce loopcnt 
-:      031728 search_attrib_loop:
-0x70cc 031729 ifetch 2 ,contr 
-0x70cd 031730 isub regc ,null 
-0x70ce 031731 branch search_attrib_found_uuid ,zero 
-0x70cf 031732 loop search_attrib_loop 
-0x70d0 031733 increase 4 ,contr 
-0x70d1 031734 call sdp_get_data 
-0x70d2 031735 iadd contr ,contr 
-0x70d3 031736 branch search_attrib_next 
-:      031737 search_attrib_found_uuid:
-0x70d4 031738 increase -1 ,loopcnt 
-0x70d5 031739 lshift loopcnt ,pdata 
-0x70d6 031740 iadd contr ,contr 
-0x70d7 031741 increase 4 ,contr 
-0x70d8 031742 call sdp_get_data 
-0x70d9 031743 iadd contr ,timeup 
-:      031744 search_attrib_loop_attribs:
-0x70da 031745 increase 1 ,contr 
-0x70db 031746 ifetch 2 ,contr 
-0x70dc 031747 isub regb ,null 
-0x70dd 031751 branch disable_blank ,zero 
-0x70de 031752 call sdp_data_len 
-0x70df 031753 iadd contr ,contr 
-0x70e0 031754 deposit timeup 
-0x70e1 031755 isub contr ,null 
-0x70e2 031756 branch search_attrib_end ,zero 
-0x70e3 031757 branch search_attrib_loop_attribs 
-:      031758 search_attrib_end:
-0x70e4 031759 force 0 ,contr 
-0x70e5 031760 force 0 ,pdata 
-0x70e6 031761 rtn 
-:      031767 search_handle_attrib:
-0x70e7 031768 bpatchx patch3b_0 ,mem_patch3b 
-0x70e8 031769 fetch 2 ,mem_ui_uuid_table 
-0x70e9 031770 iforce contr 
-:      031771 search_handle_attrib_next:
-0x70ea 031772 ifetch 1 ,contr 
-0x70eb 031773 branch search_handle_attrib_end ,blank 
-0x70ec 031774 lshift pdata ,pdata 
-0x70ed 031775 iadd contr ,contr 
-0x70ee 031776 ifetch 4 ,contr 
-0x70ef 031777 isub temp ,null 
-0x70f0 031778 branch search_handl_attrib_found_handle ,zero 
-0x70f1 031779 call sdp_get_data 
-0x70f2 031780 iadd contr ,contr 
-0x70f3 031781 branch search_handle_attrib_next 
-:      031782 search_handl_attrib_found_handle:
-0x70f4 031783 call sdp_get_data 
-0x70f5 031784 iadd contr ,timeup 
-:      031785 search_handle_attrib_loop_attribs:
-0x70f6 031786 increase 1 ,contr 
-0x70f7 031787 ifetch 2 ,contr 
-0x70f8 031788 isub regb ,null 
-0x70f9 031789 rtn zero 
-0x70fa 031790 call sdp_data_len 
-0x70fb 031791 iadd contr ,contr 
-0x70fc 031792 deposit timeup 
-0x70fd 031793 isub contr ,null 
-0x70fe 031794 branch search_handle_attrib_end ,zero 
-0x70ff 031795 branch search_handle_attrib_loop_attribs 
-:      031796 search_handle_attrib_end:
-0x7100 031797 force 0 ,contr 
-0x7101 031798 rtn 
-:      031802 search_rfcomm_cn:
-0x7102 031803 arg 0x0400 ,regb 
-0x7103 031804 call search_handl_attrib_found_handle 
-0x7104 031805 arg 0x0300 ,regb 
-0x7105 031806 call search_uuid_in_data 
-0x7106 031807 nrtn user 
-0x7107 031808 sub rega ,3 ,null 
-0x7108 031809 branch disable_user ,positive 
-0x7109 031810 ifetch 1 ,contr 
-0x710a 031811 bne 0x08 ,disable_user 
-0x710b 031812 ifetch 1 ,contr 
-0x710c 031813 rtn 
-:      031818 search_uuid_in_data:
-0x710d 031819 bpatchx patch3b_1 ,mem_patch3b 
-0x710e 031820 call sdp_get_data 
-0x710f 031821 copy pdata ,rega 
-:      031822 search_uuid_in_data_loop:
-0x7110 031823 ifetch 1 ,contr 
-0x7111 031824 and pdata ,0x7 ,loopcnt 
-0x7112 031825 rshift3 pdata ,pdata 
-0x7113 031826 sub pdata ,3 ,null 
-0x7114 031827 branch search_uuid_in_data_found_uuid ,zero 
-0x7115 031828 copy loopcnt ,pdata 
-0x7116 031829 beq 5 ,search_uuid_in_data_found_element_index5 
-0x7117 031830 beq 6 ,search_uuid_in_data_found_element_index6 
-0x7118 031831 beq 7 ,search_uuid_in_data_found_element_index7 
-0x7119 031832 increase -1 ,contr 
-0x711a 031833 call sdp_get_data 
-0x711b 031834 iadd contr ,contr 
-0x711c 031835 copy rega ,pdata 
-0x711d 031836 isub temp ,rega 
-0x711e 031837 branch disable_user ,zero 
-0x711f 031838 branch search_uuid_in_data_loop 
-:      031840 search_uuid_in_data_found_element_index5:
-0x7120 031841 increase -2 ,rega 
-0x7121 031842 increase 1 ,contr 
-0x7122 031843 branch search_uuid_in_data_loop 
-:      031844 search_uuid_in_data_found_element_index6:
-0x7123 031845 increase -3 ,rega 
-0x7124 031846 increase 2 ,contr 
-0x7125 031847 branch search_uuid_in_data_loop 
-:      031848 search_uuid_in_data_found_element_index7:
-0x7126 031849 increase -5 ,rega 
-0x7127 031850 increase 4 ,contr 
-0x7128 031851 branch search_uuid_in_data_loop 
-:      031853 search_uuid_in_data_found_uuid:
-0x7129 031854 increase -1 ,rega 
-0x712a 031855 copy loopcnt ,pdata 
-0x712b 031856 beq 1 ,search_uuid_in_data_type_uuid_16 
-0x712c 031857 beq 2 ,search_uuid_in_data_type_uuid_32 
-0x712d 031858 beq 4 ,search_uuid_in_data_type_uuid_128 
-0x712e 031859 branch disable_user 
-:      031860 search_uuid_in_data_type_uuid_128:
-0x712f 031861 increase -12 ,rega 
-:      031862 search_uuid_in_data_type_uuid_32:
-0x7130 031863 ifetch 2 ,contr 
-0x7131 031864 increase -2 ,rega 
-:      031865 search_uuid_in_data_type_uuid_16:
-0x7132 031866 ifetch 2 ,contr 
-0x7133 031867 isub regb ,null 
-0x7134 031868 branch enable_user ,zero 
-0x7135 031869 increase -2 ,rega 
-0x7136 031870 branch disable_user ,zero 
-0x7137 031871 branch search_uuid_in_data_loop 
-:      031930 sdp_send_spp_request:
-0x7138 031931 call l2cap_get_sdp_tx_payload 
-0x7139 031932 copy pdata ,contw 
-0x713a 031933 setarg 6 
-0x713b 031934 istore 1 ,contw 
-0x713c 031935 setarg sdp_tid_spp 
-0x713d 031936 istore 2 ,contw 
-0x713e 031937 setarg 0x0f00 
-0x713f 031938 istore 2 ,contw 
-0x7140 031939 setarg 0x1a0535 
-0x7141 031940 istore 3 ,contw 
-0x7142 031941 setarg 0x0111 
-0x7143 031942 lshift16 pdata ,pdata 
-0x7144 031943 istore 4 ,contw 
-0x7145 031944 setarg 0x2600 
-0x7146 031945 istore 2 ,contw 
-0x7147 031946 setarg 0x0335 
-0x7148 031947 istore 2 ,contw 
-0x7149 031948 setarg 0x0009 
-0x714a 031949 istore 2 ,contw 
-0x714b 031950 setarg 0x0004 
-0x714c 031951 istore 2 ,contw 
-0x714d 031952 jam 0x14 ,mem_sdp_tx_pkt_length 
-0x714e 031953 rtn 
-:      031957 function_g2:
-0x714f 031958 bpatchx patch3b_2 ,mem_patch3b 
-0x7150 031959 jam 80 ,mem_aes_cmac_data_length 
-0x7151 031960 arg memdat ,contw 
-0x7152 031961 arg mem_le_srand ,contr 
-0x7153 031962 call memcpy16 
-0x7154 031963 arg mem_le_pubkey_local_x_256 ,contr 
-0x7155 031964 call memcpy32 
-0x7156 031965 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7157 031966 call memcpy32 
-0x7158 031967 call inverse_memdat 
-0x7159 031968 arg mem_le_mrand ,contr 
-0x715a 031969 call store_inverse_k 
-0x715b 031970 call function_aes_cmac 
-0x715c 031972 arg mem_aes_cmac_temp ,contw 
-0x715d 031973 call load_inverse_result 
-0x715e 031974 setarg 1000000 
-0x715f 031975 copy pdata ,rega 
-0x7160 031976 fetch 4 ,mem_aes_cmac_temp 
-0x7161 031977 idiv rega 
-0x7162 031978 call wait_div_end 
-0x7163 031979 remainder pdata 
-0x7164 031980 store 4 ,mem_gkey 
-0x7165 031982 rtn 
-:      031984 function_f6_eb:
-0x7166 031985 jam 65 ,mem_aes_cmac_data_length 
-0x7167 031986 arg memdat ,contw 
-0x7168 031987 call store_addr_common_a 
-0x7169 031988 call store_addr_common_b 
-0x716a 031989 fetch 3 ,mem_le_pres + 1 
-0x716b 031990 istore 3 ,contw 
-0x716c 031993 call get_r 
-0x716d 031995 arg mem_le_mrand ,contr 
-0x716e 031996 call memcpy16 
-0x716f 031997 arg mem_le_srand ,contr 
-0x7170 031998 call memcpy16 
-0x7171 031999 call inverse_memdat 
-0x7172 032000 arg mem_le_mackey ,contr 
-0x7173 032001 arg mem_aes_cmac_k ,contw 
-0x7174 032002 call memcpy16 
-0x7175 032004 branch function_aes_cmac 
-:      032008 get_r:
-0x7176 032009 fetch 4 ,mem_le_tk 
-0x7177 032010 istore 4 ,contw 
-0x7178 032011 call memset0_4 
-0x7179 032012 branch memset0_8 
-:      032014 function_f6_ea:
-0x717a 032015 bpatchx patch3b_3 ,mem_patch3b 
-0x717b 032016 jam 65 ,mem_aes_cmac_data_length 
-0x717c 032017 arg memdat ,contw 
-0x717d 032018 call store_addr_common_b 
-0x717e 032019 call store_addr_common_a 
-0x717f 032020 fetch 3 ,mem_le_preq + 1 
-0x7180 032021 istore 3 ,contw 
-0x7181 032024 call get_r 
-0x7182 032025 arg mem_le_srand ,contr 
-0x7183 032026 call memcpy16 
-0x7184 032027 arg mem_le_mrand ,contr 
-0x7185 032028 call memcpy16 
-0x7186 032029 call inverse_memdat 
-0x7187 032030 arg mem_le_mackey ,contr 
-0x7188 032031 arg mem_aes_cmac_k ,contw 
-0x7189 032032 call memcpy16 
-0x718a 032034 call function_aes_cmac 
-0x718b 032035 arg mem_aes_cmac_temp ,contw 
-0x718c 032036 branch load_inverse_result 
-:      032038 function_f5:
-0x718d 032039 jam 32 ,mem_aes_cmac_data_length 
-0x718e 032040 arg mem_le_dhkey_256 ,contr 
-0x718f 032041 arg memdat ,contw 
-0x7190 032042 call memcpy32 
-0x7191 032043 call inverse_memdat 
-0x7192 032044 arg mem_le_slat ,contr 
-0x7193 032045 call store_inverse_k 
-0x7194 032046 call function_aes_cmac 
-0x7195 032047 arg mem_aes_cmac_k ,contw 
-0x7196 032048 call store_aes_result 
-0x7197 032049 arg 1 ,temp 
-0x7198 032050 call function_f5_common 
-0x7199 032051 arg mem_le_ltk ,contw 
-0x719a 032052 call load_inverse_result 
-0x719b 032053 arg 0 ,temp 
-0x719c 032054 call function_f5_common 
-0x719d 032055 arg mem_le_mackey ,contw 
-0x719e 032057 branch store_aes_result 
-:      032060 function_f5_common:
-0x719f 032061 bpatchx patch3b_4 ,mem_patch3b 
-0x71a0 032062 jam 53 ,mem_aes_cmac_data_length 
-0x71a1 032063 setarg 0x100 
-0x71a2 032064 store 2 ,memdat 
-0x71a3 032065 call store_addr_common_b 
-0x71a4 032066 call store_addr_common_a 
-0x71a5 032067 arg mem_le_srand ,contr 
-0x71a6 032068 call memcpy16 
-0x71a7 032069 arg mem_le_mrand ,contr 
-0x71a8 032070 call memcpy16 
-0x71a9 032072 setarg 0x6c65 
-0x71aa 032073 istore 2 ,contw 
-0x71ab 032074 setarg 0x6274 
-0x71ac 032075 istore 2 ,contw 
-0x71ad 032076 istoret 1 ,contw 
-0x71ae 032077 call inverse_memdat 
-0x71af 032078 branch function_aes_cmac 
-:      032080 store_addr_common_b:
-0x71b0 032081 fetch 6 ,mem_le_lap 
-0x71b1 032082 istore 6 ,contw 
-0x71b2 032083 fetch 1 ,mem_le_conn_own_addr_type 
-0x71b3 032084 istore 1 ,contw 
-0x71b4 032085 rtn 
-:      032087 store_addr_common_a:
-0x71b5 032088 fetch 6 ,mem_le_plap 
-0x71b6 032089 istore 6 ,contw 
-0x71b7 032094 fetch 1 ,mem_le_conn_peer_addr_type 
-0x71b8 032095 istore 1 ,contw 
-0x71b9 032096 rtn 
-:      032098 function_f4_ca:
-0x71ba 032099 jam 65 ,mem_aes_cmac_data_length 
-0x71bb 032100 fetch 1 ,mem_passkey_1bit 
-0x71bc 032101 store 1 ,memdat 
-0x71bd 032102 arg mem_le_pubkey_local_x_256 ,contr 
-0x71be 032103 call memcpy32 
-0x71bf 032104 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71c0 032105 call memcpy32 
-0x71c1 032106 call inverse_memdat 
-0x71c2 032107 arg mem_le_mrand ,contr 
-0x71c3 032108 call store_inverse_k 
-0x71c4 032109 branch function_aes_cmac 
-:      032112 function_f4_cb:
-0x71c5 032113 jam 65 ,mem_aes_cmac_data_length 
-0x71c6 032114 fetch 1 ,mem_passkey_1bit 
-0x71c7 032115 store 1 ,memdat 
-0x71c8 032116 arg mem_le_pubkey_remote_x_256 ,contr 
-0x71c9 032117 call memcpy32 
-0x71ca 032118 arg mem_le_pubkey_local_x_256 ,contr 
-0x71cb 032119 call memcpy32 
-0x71cc 032120 call inverse_memdat 
-0x71cd 032121 arg mem_le_srand ,contr 
-0x71ce 032122 call store_inverse_k 
-0x71cf 032123 branch function_aes_cmac 
-:      032125 function_aes_cmac:
-0x71d0 032126 bpatchx patch3b_5 ,mem_patch3b 
-0x71d1 032127 call function_aes_cmac_generate_subkey 
-0x71d2 032131 fetch 1 ,mem_aes_cmac_data_length 
-0x71d3 032132 copy pdata ,temp 
-:      032133 function_ceil16:
-0x71d4 032134 increase 15 ,pdata 
-0x71d5 032135 rshift4 pdata ,pdata 
-0x71d6 032136 copy pdata ,regb 
-0x71d7 032137 branch function_aes_cmac_set_flag_0_balnk ,blank 
-0x71d8 032138 and temp ,0x0f ,pdata 
-0x71d9 032139 nbranch function_aes_cmac_set_flag_0 ,blank 
-0x71da 032141 arg mem_aes_cmac_k1 ,regc 
-0x71db 032142 arg memdat ,pdata 
-0x71dc 032143 increase -16 ,pdata 
-0x71dd 032146 iadd temp ,rega 
-0x71de 032147 arg mem_aes_cmac_m_last ,contw 
-0x71df 032148 arg 4 ,loopcnt 
-0x71e0 032149 call xor_loop 
-0x71e1 032153 branch function_aes_cmac_aes 
-:      032155 function_aes_cmac_set_flag_0_balnk:
-0x71e2 032156 arg 1 ,regb 
-0x71e3 032157 arg 0 ,rega 
-0x71e4 032159 branch function_aes_cmac_set_flag_0_common 
-:      032162 function_aes_cmac_set_flag_0:
-0x71e5 032164 and temp ,0x0f ,rega 
-:      032165 function_aes_cmac_set_flag_0_common:
-0x71e6 032166 arg memdat ,pdata 
-0x71e7 032167 iadd temp ,pdata 
-0x71e8 032168 isub rega ,contr 
-0x71e9 032170 arg mem_aes_cmac_temp ,contw 
-0x71ea 032171 call function_aes_cmac_padding 
-0x71eb 032173 arg mem_aes_cmac_k2 ,regc 
-0x71ec 032174 arg mem_aes_cmac_temp ,rega 
-0x71ed 032175 arg mem_aes_cmac_m_last ,contw 
-0x71ee 032176 arg 4 ,loopcnt 
-0x71ef 032177 call xor_loop 
-:      032184 function_aes_cmac_aes:
-0x71f0 032189 call aes_clear_data 
-0x71f1 032190 call aes_init 
-0x71f2 032193 arg memdat ,contr 
-:      032194 function_aes_cmac_aes_loop:
-0x71f3 032196 increase -1 ,regb 
-0x71f4 032197 deposit regb 
-0x71f5 032198 branch function_aes_cmac_aes_loop_end ,blank 
-0x71f6 032199 call load_data128 
-0x71f7 032200 call do_aes_cbc 
-0x71f8 032201 branch function_aes_cmac_aes_loop 
-:      032203 function_aes_cmac_aes_loop_end:
-0x71f9 032204 arg mem_aes_cmac_temp ,contw 
-0x71fa 032205 call store_aes_result 
-0x71fb 032206 arg mem_aes_cmac_m_last ,contr 
-0x71fc 032207 call load_data128 
-0x71fd 032208 call aes_init 
-0x71fe 032209 arg mem_aes_cmac_temp ,contr 
-0x71ff 032210 call load_data128 
-0x7200 032211 branch do_aes_cbc 
-:      032215 load_inverse_result:
-0x7201 032217 copy contw ,rega 
-0x7202 032218 call store_aes_result 
-0x7203 032220 arg 16 ,loopcnt 
-0x7204 032221 branch inverse_data 
-:      032223 store_inverse_k:
-0x7205 032224 arg mem_aes_cmac_k ,contw 
-0x7206 032225 call memcpy16 
-:      032226 inverse_k:
-0x7207 032227 arg 16 ,loopcnt 
-0x7208 032228 arg mem_aes_cmac_k ,rega 
-0x7209 032229 branch inverse_data 
-:      032231 inverse_memdat:
-0x720a 032232 fetch 1 ,mem_aes_cmac_data_length 
-0x720b 032233 copy pdata ,loopcnt 
-0x720c 032234 arg memdat ,rega 
-0x720d 032235 branch inverse_data 
-:      032237 bn_lshift_0_inverse:
-0x720e 032238 ifetch 1 ,rega 
-0x720f 032239 lshift pdata ,pdata 
-0x7210 032240 isolate1 0 ,regc 
-0x7211 032241 setflag true ,0 ,pdata 
-0x7212 032242 isolate1 8 ,pdata 
-0x7213 032243 setflag true ,0 ,regc 
-0x7214 032244 istore 1 ,rega 
-0x7215 032245 increase -1 ,rega 
-0x7216 032246 loop bn_lshift_0_inverse 
-0x7217 032247 rtn 
-:      032249 function_aes_cmac_k1_inverse:
-0x7218 032250 arg mem_aes_cmac_k1 ,rega 
-:      032251 function_aes_cmac_inverse_common:
-0x7219 032252 increase 15 ,rega 
-0x721a 032253 force 16 ,loopcnt 
-0x721b 032254 force 0 ,regc 
-0x721c 032255 branch bn_lshift_0_inverse 
-:      032257 function_aes_cmac_k2_inverse:
-0x721d 032258 arg mem_aes_cmac_k2 ,rega 
-0x721e 032259 branch function_aes_cmac_inverse_common 
-:      032262 function_aes_cmac_generate_subkey:
-0x721f 032263 arg mem_aes_cmac_k ,contr 
-0x7220 032264 call load_key 
-0x7221 032267 force regidx_xor ,regext_index 
-0x7222 032268 call aes_clear 
-0x7223 032269 call aes_clear_data 
-0x7224 032270 call do_aes_ocb 
-0x7225 032275 arg mem_aes_cmac_k1 ,contw 
-0x7226 032276 call store_aes_result 
-:      032277 function_aes_cmac_k1:
-0x7227 032278 bpatchx patch3b_6 ,mem_patch3b 
-0x7228 032279 fetch 1 ,mem_aes_cmac_k1 
-0x7229 032280 isolate1 7 ,pdata 
-0x722a 032281 nbranch function_aes_cmac_k1_0 ,true 
-0x722b 032282 call function_aes_cmac_k1_inverse 
-0x722c 032285 arg mem_aes_cmac_k1 ,regc 
-0x722d 032287 arg mem_aes_cmac_k1 ,contw 
-0x722e 032290 call function_aes_cmac_xor_rb 
-0x722f 032291 branch function_aes_cmac_k2 
-:      032292 function_aes_cmac_k1_0:
-0x7230 032293 call function_aes_cmac_k1_inverse 
-:      032294 function_aes_cmac_k2:
-0x7231 032296 arg mem_aes_cmac_k1 ,contr 
-0x7232 032297 arg mem_aes_cmac_k2 ,contw 
-0x7233 032298 call memcpy16 
-0x7234 032299 fetch 1 ,mem_aes_cmac_k2 
-0x7235 032300 isolate1 7 ,pdata 
-0x7236 032301 nbranch function_aes_cmac_k2_inverse ,true 
-0x7237 032302 call function_aes_cmac_k2_inverse 
-0x7238 032304 arg mem_aes_cmac_k2 ,regc 
-0x7239 032306 arg mem_aes_cmac_k2 ,contw 
-:      032312 function_aes_cmac_xor_rb:
-0x723a 032313 arg 3 ,loopcnt 
-:      032314 function_aes_cmac_xor_rb_loop:
-0x723b 032315 arg 0 ,temp 
-0x723c 032316 call function_aes_cmac_xor_loop_common 
-0x723d 032317 increase 4 ,regc 
-0x723e 032318 loop function_aes_cmac_xor_rb_loop 
-0x723f 032319 arg 0x8700 ,temp 
-0x7240 032320 lshift16 temp ,temp 
-:      032321 function_aes_cmac_xor_loop_common:
-0x7241 032322 ifetch 4 ,regc 
-0x7242 032323 ixor temp ,pdata 
-0x7243 032324 istore 4 ,contw 
-0x7244 032325 rtn 
-:      032331 function_aes_cmac_padding:
-0x7245 032332 bpatchx patch3b_7 ,mem_patch3b 
-0x7246 032333 arg 16 ,loopcnt 
-0x7247 032334 arg 0 ,pdata 
-:      032335 function_aes_cmac_padding_loop:
-0x7248 032336 isub rega ,null 
-0x7249 032337 branch function_aes_cmac_padding_beq_length ,zero 
-0x724a 032338 branch function_aes_cmac_padding_big_length ,positive 
-0x724b 032339 ifetcht 1 ,contr 
-0x724c 032340 istoret 1 ,contw 
-:      032341 function_aes_cmac_padding_loop2:
-0x724d 032342 increase 1 ,pdata 
-0x724e 032343 loop function_aes_cmac_padding_loop 
-0x724f 032344 rtn 
-:      032345 function_aes_cmac_padding_beq_length:
-0x7250 032346 arg 0x80 ,temp 
-:      032347 function_aes_cmac_padding_common:
-0x7251 032348 istoret 1 ,contw 
-0x7252 032349 branch function_aes_cmac_padding_loop2 
-:      032351 function_aes_cmac_padding_big_length:
-0x7253 032352 arg 0 ,temp 
-0x7254 032353 branch function_aes_cmac_padding_common 
-:      032356 generate_kinit:
-0x7255 032357 call function_e22 
-0x7256 032358 arg mem_input_store ,contr 
-0x7257 032359 arg mem_kinit ,contw 
-0x7258 032360 branch memcpy16 
-:      032363 function_e21:
-0x7259 032364 disable user 
-0x725a 032365 call function_expand 
-0x725b 032366 arg mem_random_number ,contr 
-0x725c 032367 arg mem_x ,contw 
-0x725d 032368 force 15 ,loopcnt 
-0x725e 032369 call memcpy 
-0x725f 032370 ifetch 1 ,contr 
-0x7260 032371 xor_into 6 ,pdata 
-0x7261 032372 istore 1 ,contw 
-0x7262 032373 setarg mem_y 
-0x7263 032374 store 2 ,memp_ar_input 
-0x7264 032375 setarg mem_x 
-0x7265 032376 store 2 ,memp_ar_key 
-0x7266 032377 set1 mark_ar2 ,mark 
-0x7267 032378 branch function_ar 
-:      032382 function_e22:
-0x7268 032383 fetcht 1 ,mem_pin_length 
-0x7269 032384 force 16 ,regb 
-0x726a 032385 add temp ,6 ,regc 
-0x726b 032386 sub regc ,16 ,null 
-0x726c 032387 branch function_e22_pin_init ,positive 
-0x726d 032388 force 16 ,regc 
-:      032389 function_e22_pin_init:
-0x726e 032390 arg mem_x ,contw 
-:      032391 function_e22_genx_pin:
-0x726f 032392 arg mem_pin ,contr 
-0x7270 032393 copy temp ,loopcnt 
-0x7271 032394 disable user 
-:      032395 function_e22_genx_loop:
-0x7272 032396 ifetch 1 ,contr 
-0x7273 032397 istore 1 ,contw 
-0x7274 032398 increase -1 ,regb 
-0x7275 032399 branch function_e22_genx_end ,zero 
-0x7276 032400 loop function_e22_genx_loop 
-0x7277 032401 branch function_e22_genx_pin ,user 
-0x7278 032402 enable user 
-0x7279 032403 force 6 ,loopcnt 
-0x727a 032404 copy rega ,contr 
-0x727b 032405 branch function_e22_genx_loop 
-:      032406 function_e22_genx_end:
-0x727c 032407 arg mem_random_number ,contr 
-0x727d 032408 arg mem_y ,contw 
-0x727e 032409 call memcpy16 
-0x727f 032410 fetch 1 ,mem_y15 
-0x7280 032411 ixor regc ,pdata 
-0x7281 032412 store 1 ,mem_y15 
-0x7282 032413 setarg mem_y 
-0x7283 032414 store 2 ,memp_ar_input 
-0x7284 032415 setarg mem_x 
-0x7285 032416 store 2 ,memp_ar_key 
-0x7286 032417 set1 mark_ar2 ,mark 
-0x7287 032418 branch function_ar 
-:      032423 function_e1:
-0x7288 032424 disable user 
-0x7289 032425 call function_expand 
-0x728a 032426 branch function_hash 
-:      032428 function_e3:
-0x728b 032429 arg mem_aco ,rega 
-0x728c 032430 enable user 
-0x728d 032431 call function_expand 
-0x728e 032432 call function_hash 
-0x728f 032433 arg mem_input_store ,contr 
-0x7290 032434 arg mem_kc ,contw 
-0x7291 032435 branch memcpy16 
-:      032438 function_hash:
-0x7292 032439 setarg mem_random_number 
-0x7293 032440 store 2 ,memp_ar_input 
-0x7294 032441 setarg mem_link_key 
-0x7295 032442 store 2 ,memp_ar_key 
-0x7296 032443 set0 mark_ar2 ,mark 
-0x7297 032444 call function_ar 
-0x7298 032445 arg mem_input_store ,rega 
-0x7299 032446 arg mem_random_number ,regb 
-0x729a 032447 arg mem_x ,contw 
-0x729b 032448 call xor16 
-0x729c 032449 arg mem_x ,rega 
-0x729d 032450 arg mem_y ,regb 
-0x729e 032451 copy regb ,contw 
-0x729f 032452 enable user 
-0x72a0 032453 call add16 
-0x72a1 032454 call key_offset 
-0x72a2 032455 setarg mem_y 
-0x72a3 032456 store 2 ,memp_ar_input 
-0x72a4 032457 setarg mem_x 
-0x72a5 032458 store 2 ,memp_ar_key 
-0x72a6 032459 set1 mark_ar2 ,mark 
-0x72a7 032460 branch function_ar 
-:      032464 function_ar:
-0x72a8 032465 jam 0 ,mem_ar_hround 
-0x72a9 032466 fetch 2 ,memp_ar_key 
-0x72aa 032467 iforce contr 
-0x72ab 032468 arg mem_key_store ,contw 
-0x72ac 032469 call memcpy16 
-0x72ad 032470 fetch 2 ,memp_ar_input 
-0x72ae 032471 iforce contr 
-0x72af 032472 arg mem_input_store ,contw 
-0x72b0 032473 call memcpy16 
-:      032475 function_ar_loop:
-0x72b1 032476 call key_scheduling 
-0x72b2 032477 disable user 
-0x72b3 032478 bmark0 mark_ar2 ,function_ar_original 
-0x72b4 032479 fetch 1 ,mem_ar_hround 
-0x72b5 032480 bne 4 ,function_ar_original 
-0x72b6 032481 fetch 2 ,memp_ar_input 
-0x72b7 032482 iforce regb 
-0x72b8 032483 call xor_mod32_ar2 
-:      032484 function_ar_original:
-0x72b9 032485 call xor_mod32 
-0x72ba 032486 call el_boxes 
-0x72bb 032487 fetch 1 ,mem_ar_hround 
-0x72bc 032488 increase 1 ,pdata 
-0x72bd 032489 store 1 ,mem_ar_hround 
-0x72be 032491 call key_scheduling 
-0x72bf 032492 enable user 
-0x72c0 032493 call xor_mod32 
-0x72c1 032494 call pht 
-0x72c2 032495 call permute 
-0x72c3 032496 call pht 
-0x72c4 032497 call permute 
-0x72c5 032498 call pht 
-0x72c6 032499 call permute 
-0x72c7 032500 call pht 
-0x72c8 032501 fetch 1 ,mem_ar_hround 
-0x72c9 032502 increase 1 ,pdata 
-0x72ca 032503 store 1 ,mem_ar_hround 
-0x72cb 032504 bne 16 ,function_ar_loop 
-0x72cc 032505 call key_scheduling 
-0x72cd 032506 disable user 
-0x72ce 032507 branch xor_mod32 
-:      032511 key_scheduling:
-0x72cf 032512 fetch 1 ,mem_ar_hround 
-0x72d0 032513 arg mem_key_store ,contr 
-0x72d1 032514 branch key_sched_zero ,blank 
-0x72d2 032515 iforce regb 
-0x72d3 032516 force 17 ,loopcnt 
-0x72d4 032517 copy contr ,contw 
-:      032518 key_rotateloop:
-0x72d5 032519 ifetch 1 ,contr 
-0x72d6 032520 lshift3 pdata ,temp 
-0x72d7 032521 rshift2 pdata ,pdata 
-0x72d8 032522 rshift3 pdata ,pdata 
-0x72d9 032523 ior temp ,pdata 
-0x72da 032524 istore 1 ,contw 
-0x72db 032525 loop key_rotateloop 
-0x72dc 032526 setarg mem_key_store 
-0x72dd 032527 iadd regb ,contr 
-0x72de 032528 force 16 ,loopcnt 
-0x72df 032529 arg mem_round_key ,contw 
-:      032530 key_select_octet_loop:
-0x72e0 032531 ifetch 1 ,contr 
-0x72e1 032532 istore 1 ,contw 
-0x72e2 032533 compare mem_key_store_end ,contr ,0xff 
-0x72e3 032534 nbranch key_select_octet_nwrap ,true 
-0x72e4 032535 increase -17 ,contr 
-:      032536 key_select_octet_nwrap:
-0x72e5 032537 loop key_select_octet_loop 
-0x72e6 032538 force 0 ,rega 
-0x72e7 032539 add regb ,-1 ,regc 
-0x72e8 032540 lshift2 regc ,regc 
-0x72e9 032541 lshift2 regc ,regc 
-0x72ea 032542 call enable_authrom 
-0x72eb 032543 setarg mem_b_box 
-0x72ec 032544 iadd regc ,regc 
-0x72ed 032545 arg mem_round_key ,contw 
-0x72ee 032546 force 16 ,loopcnt 
-:      032547 bias_round_key_loop:
-0x72ef 032548 ifetcht 1 ,regc 
-0x72f0 032549 ifetch 1 ,contw 
-0x72f1 032550 iadd temp ,pdata 
-0x72f2 032551 istore 1 ,contw 
-0x72f3 032552 increase 1 ,regc 
-0x72f4 032553 loop bias_round_key_loop 
-0x72f5 032554 branch disable_authrom 
-:      032556 key_sched_zero:
-0x72f6 032557 force 16 ,loopcnt 
-0x72f7 032558 force 0 ,temp 
-:      032559 create_byte_16_loop:
-0x72f8 032560 ifetch 1 ,contr 
-0x72f9 032561 ixor temp ,temp 
-0x72fa 032562 loop create_byte_16_loop 
-0x72fb 032563 deposit temp 
-0x72fc 032564 istore 1 ,contr 
-0x72fd 032565 arg mem_key_store ,contr 
-0x72fe 032566 arg mem_round_key ,contw 
-0x72ff 032567 branch memcpy16 
-:      032569 xor_mod32:
-0x7300 032570 arg mem_round_key ,regb 
-:      032571 xor_mod32_ar2:
-0x7301 032572 force 16 ,loopcnt 
-0x7302 032573 arg mem_input_store ,rega 
-0x7303 032574 copy rega ,contw 
-:      032575 xor_mod32_loop:
-0x7304 032576 ifetcht 1 ,rega 
-0x7305 032577 ifetch 1 ,regb 
-0x7306 032578 ixor temp ,alarm 
-0x7307 032579 and loopcnt ,3 ,regc 
-0x7308 032580 nbranch xor_mod32_invert ,user 
-0x7309 032581 xor_into 3 ,regc 
-:      032582 xor_mod32_invert:
-0x730a 032583 sub regc ,1 ,regc 
-0x730b 032584 branch xor_even ,positive 
-0x730c 032585 iadd temp ,alarm 
-:      032586 xor_even:
-0x730d 032587 deposit alarm 
-0x730e 032588 istore 1 ,contw 
-0x730f 032589 increase 1 ,rega 
-0x7310 032590 increase 1 ,regb 
-0x7311 032591 loop xor_mod32_loop 
-0x7312 032592 rtn 
-:      032594 el_boxes:
-0x7313 032595 call enable_authrom 
-0x7314 032596 force 16 ,loopcnt 
-0x7315 032597 arg mem_input_store ,rega 
-:      032598 el_box_loop:
-0x7316 032599 ifetch 1 ,rega 
-0x7317 032600 arg mem_e_box ,contr 
-0x7318 032601 and loopcnt ,3 ,regc 
-0x7319 032602 sub regc ,1 ,null 
-0x731a 032603 branch e_boxes ,positive 
-0x731b 032604 arg mem_l_box ,contr 
-:      032605 e_boxes:
-0x731c 032606 iadd contr ,contr 
-0x731d 032607 ifetch 1 ,contr 
-0x731e 032608 istore 1 ,rega 
-0x731f 032609 increase 1 ,rega 
-0x7320 032610 loop el_box_loop 
-0x7321 032611 branch disable_authrom 
-:      032613 pht:
-0x7322 032614 force 8 ,loopcnt 
-0x7323 032615 arg mem_input_store ,contr 
-0x7324 032616 copy contr ,contw 
-:      032617 pht_loop:
-0x7325 032618 ifetch 1 ,contr 
-0x7326 032619 iforce rega 
-0x7327 032620 ifetch 1 ,contr 
-0x7328 032621 iforce regb 
-0x7329 032622 lshift rega ,pdata 
-0x732a 032623 iadd regb ,pdata 
-0x732b 032624 istore 1 ,contw 
-0x732c 032625 deposit rega 
-0x732d 032626 iadd regb ,pdata 
-0x732e 032627 istore 1 ,contw 
-0x732f 032628 loop pht_loop 
-0x7330 032629 rtn 
-:      032632 permute:
-0x7331 032633 setarg 0x8ae42c 
-0x7332 032634 iforce temp 
-0x7333 032635 force 7 ,loopcnt 
-0x7334 032636 call permute_exchange 
-0x7335 032637 setarg 0xd751b 
-0x7336 032638 iforce temp 
-0x7337 032639 force 5 ,loopcnt 
-0x7338 032640 call permute_exchange 
-0x7339 032641 fetch 1 ,mem_input_store + 15 
-0x733a 032642 iforce rega 
-0x733b 032643 fetch 1 ,mem_input_store + 3 
-0x733c 032644 store 1 ,mem_input_store + 15 
-0x733d 032645 deposit rega 
-0x733e 032646 store 1 ,mem_input_store + 3 
-0x733f 032647 rtn 
-:      032649 permute_exchange:
-0x7340 032650 and temp ,0xf ,regb 
-:      032651 permute_loop:
-0x7341 032652 and temp ,0xf ,pdata 
-0x7342 032653 arg mem_input_store ,contw 
-0x7343 032654 iadd contw ,contw 
-0x7344 032655 ifetch 1 ,contw 
-0x7345 032656 iforce regc 
-0x7346 032657 deposit rega 
-0x7347 032658 istore 1 ,contw 
-0x7348 032659 copy regc ,rega 
-0x7349 032660 rshift4 temp ,temp 
-0x734a 032661 loop permute_loop 
-0x734b 032662 setarg mem_input_store 
-0x734c 032663 iadd regb ,contw 
-0x734d 032664 deposit rega 
-0x734e 032665 istore 1 ,contw 
-0x734f 032666 rtn 
-:      032668 add16:
-0x7350 032669 enable user 
-0x7351 032670 branch xor_add16 
-:      032672 xor16:
-0x7352 032673 disable user 
-:      032674 xor_add16:
-0x7353 032675 force 16 ,loopcnt 
-:      032676 xoradd_loop:
-0x7354 032677 ifetcht 1 ,rega 
-0x7355 032678 ifetch 1 ,regb 
-0x7356 032679 branch xoradd_add ,user 
-0x7357 032680 ixor temp ,pdata 
-0x7358 032681 branch xoradd_store 
-:      032682 xoradd_add:
-0x7359 032683 iadd temp ,pdata 
-:      032684 xoradd_store:
-0x735a 032685 istore 1 ,contw 
-0x735b 032686 increase 1 ,rega 
-0x735c 032687 increase 1 ,regb 
-0x735d 032688 loop xoradd_loop 
-0x735e 032689 rtn 
-:      032692 function_expand:
-0x735f 032693 arg mem_y ,contw 
-0x7360 032694 ifetch 6 ,rega 
-0x7361 032695 istore 6 ,contw 
-0x7362 032696 branch expand_12 ,user 
-0x7363 032697 ifetch 6 ,rega 
-0x7364 032698 branch expand_cont 
-:      032699 expand_12:
-0x7365 032700 ifetch 6 ,contr 
-:      032701 expand_cont:
-0x7366 032702 istore 6 ,contw 
-0x7367 032703 ifetch 4 ,rega 
-0x7368 032704 istore 4 ,contw 
-0x7369 032705 rtn 
-:      032707 key_offset:
-0x736a 032708 arg mem_link_key ,contr 
-0x736b 032709 arg mem_x ,contw 
-0x736c 032710 arg 0 ,temp 
-0x736d 032711 setarg 0x8395a7 
-0x736e 032712 call concatenate_temp24 
-0x736f 032713 setarg 0xb3c1df 
-0x7370 032714 call concatenate_temp24 
-0x7371 032715 setarg 0xe5e9 
-0x7372 032716 call concatenate_temp16 
-0x7373 032717 copy temp ,regab 
-0x7374 032718 disable user 
-0x7375 032719 call key_addxor 
-0x7376 032720 copy regab ,temp 
-0x7377 032721 enable user 
-0x7378 032722 branch key_addxor 
-:      032724 key_addxor:
-0x7379 032725 force 8 ,loopcnt 
-:      032726 key_addxor_loop:
-0x737a 032727 ifetch 1 ,contr 
-0x737b 032728 compare 1 ,loopcnt ,1 
-0x737c 032729 branch key_high ,user 
-0x737d 032730 branch key_xor ,true 
-:      032731 key_add:
-0x737e 032732 iadd temp ,pdata 
-0x737f 032733 branch key_store 
-:      032734 key_high:
-0x7380 032735 branch key_add ,true 
-:      032736 key_xor:
-0x7381 032737 ixor temp ,pdata 
-:      032738 key_store:
-0x7382 032739 istore 1 ,contw 
-0x7383 032740 rshift8 temp ,temp 
-0x7384 032741 loop key_addxor_loop 
-0x7385 032742 rtn 
-:      032744 copy_aco:
-0x7386 032745 fetch 6 ,mem_input_store + 4 
-0x7387 032746 store 6 ,mem_aco 
-0x7388 032747 ifetch 6 ,contr 
-0x7389 032748 istore 6 ,contw 
-0x738a 032749 rtn 
-:      032751 concatenate_temp24:
-0x738b 032752 lshift8 temp ,temp 
-:      032753 concatenate_temp16:
-0x738c 032754 lshift16 temp ,temp 
-0x738d 032755 ior temp ,temp 
-0x738e 032756 rtn 
-:      032760 loop1:
-0x738f 032761 branch loop1 
-:      032765 generate_stk:
-0x7390 032766 bpatchx patch3c_0 ,mem_patch3c 
-0x7391 032767 call function_s1 
-0x7392 032768 arg mem_le_ltk ,contw 
-0x7393 032769 branch store_aes_result 
-:      032772 authenticate_rconfirm:
-0x7394 032773 arg mem_le_srand ,contw 
-0x7395 032774 branch authenticate_mconfirm ,master 
-0x7396 032775 arg mem_le_mrand ,contw 
-:      032776 authenticate_mconfirm:
-0x7397 032777 copy contr ,rega 
-0x7398 032778 call memcpy16 
-0x7399 032779 call function_c1 
-0x739a 032780 arg mem_le_rconfirm ,contr 
-0x739b 032781 branch compare_res 
-:      032783 generate_confirm:
-0x739c 032784 arg mem_le_mrand ,rega 
-0x739d 032785 branch generate_mrand ,master 
-0x739e 032786 arg mem_le_srand ,rega 
-:      032787 generate_mrand:
-0x739f 032788 copy rega ,contw 
-0x73a0 032789 call generate_random 
-0x73a1 032790 branch function_c1 
-:      032792 generate_sk:
-0x73a2 032793 arg mem_le_skdm ,contr 
-0x73a3 032794 call load_data128 
-0x73a4 032795 arg mem_le_ltk ,contr 
-0x73a5 032796 call load_regext 
-0x73a6 032797 force 0x38 ,aes_ctrl 
-0x73a7 032798 force 0x0 ,aes_ctrl 
-0x73a8 032799 call wait_aes 
-0x73a9 032800 arg mem_le_sk ,contw 
-0x73aa 032801 branch store_aes_result 
-:      032804 first_block_counter:
-0x73ab 032805 force 0x49 ,pdata 
-0x73ac 032806 branch first_block 
-:      032807 first_block_data:
-0x73ad 032808 force 1 ,pdata 
-:      032809 first_block:
-0x73ae 032810 force regidx_data ,regext_index 
-0x73af 032811 lshift8 temp ,regext 
-0x73b0 032812 ior regext ,regext 
-0x73b1 032813 increase 1 ,regext_index 
-0x73b2 032814 rshift8 temp ,regext 
-0x73b3 032815 rshift16 regext ,regext 
-0x73b4 032816 fetch 2 ,mem_le_ivm 
-0x73b5 032817 lshift16 ,pdata ,pdata 
-0x73b6 032818 ior regext ,regext 
-0x73b7 032819 increase 1 ,regext_index 
-0x73b8 032820 ifetch 4 ,contr 
-0x73b9 032821 iforce regext 
-0x73ba 032822 increase 1 ,regext_index 
-0x73bb 032823 ifetch 2 ,contr 
-0x73bc 032824 byteswap rega ,regext 
-0x73bd 032825 lshift16 regext ,regext 
-0x73be 032826 ior regext ,regext 
-0x73bf 032827 increase 1 ,regext_index 
-0x73c0 032828 rtn 
-:      032832 generate_mic:
-0x73c1 032833 add regc ,1 ,contr 
-0x73c2 032834 ifetch 1 ,contr 
-0x73c3 032835 iforce rega 
-0x73c4 032836 call first_block_counter 
-0x73c5 032837 call do_aes_ocb 
-0x73c6 032839 force regidx_data ,regext_index 
-0x73c7 032840 ifetch 1 ,regc 
-0x73c8 032841 and_into 0x3 ,pdata 
-0x73c9 032842 lshift16 pdata ,regext 
-0x73ca 032843 set1 8 ,regext 
-0x73cb 032844 call clear_hidata 
-0x73cc 032845 call do_aes_cbc 
-0x73cd 032847 copy rega ,loopcnt 
-0x73ce 032848 add regc ,2 ,contr 
-0x73cf 032849 call padding_data 
-:      032850 generate_mic_loop:
-0x73d0 032851 call aes_load_data 
-0x73d1 032852 call do_aes_cbc 
-0x73d2 032853 deposit loopcnt 
-0x73d3 032854 branch generate_mic_end ,blank 
-0x73d4 032855 branch generate_mic_loop 
-:      032856 generate_mic_end:
-0x73d5 032857 force regidx_result ,regext_index 
-0x73d6 032858 deposit regext 
-0x73d7 032859 store 4 ,mem_le_mic 
-0x73d8 032860 rtn 
-:      032862 aes_crypt_data:
-0x73d9 032863 increase 1 ,rega 
-0x73da 032864 call first_block_data 
-0x73db 032865 copy regc ,contr 
-0x73dc 032866 call aes_load_xor 
-0x73dd 032867 call do_aes_ctr 
-0x73de 032868 call store_enc_data 
-0x73df 032869 increase 16 ,regc 
-0x73e0 032870 increase -16 ,regb 
-0x73e1 032871 branch aes_crypt_data ,positive 
-0x73e2 032872 rtn 
-:      032874 le_encrypt:
-0x73e3 032875 bpatchx patch3c_1 ,mem_patch3c 
-0x73e4 032876 arg mem_le_txheader ,regc 
-0x73e5 032877 fetcht 5 ,mem_le_pcnt_tx 
-0x73e6 032878 call generate_mic 
-0x73e7 032879 force regidx_xor ,regext_index 
-0x73e8 032880 iforce regext 
-0x73e9 032881 force 0 ,rega 
-0x73ea 032882 call first_block_data 
-0x73eb 032883 call do_aes_ctr 
-0x73ec 032884 arg mem_le_txpayload ,regc 
-0x73ed 032885 fetch 1 ,mem_le_txlen 
-0x73ee 032886 add pdata ,-1 ,regb 
-0x73ef 032887 iadd regc ,contw 
-0x73f0 032888 force regidx_result ,regext_index 
-0x73f1 032889 deposit regext 
-0x73f2 032890 istore 4 ,contw 
-0x73f3 032891 call aes_crypt_data 
-0x73f4 032892 fetch 1 ,mem_le_txlen 
-0x73f5 032893 increase 4 ,pdata 
-0x73f6 032894 store 1 ,mem_le_txlen 
-0x73f7 032895 fetcht 5 ,mem_le_pcnt_tx 
-0x73f8 032896 increase 1 ,temp 
-0x73f9 032897 storet 5 ,mem_le_pcnt_tx 
-0x73fa 032898 rtn 
-:      032900 le_decrypt:
-0x73fb 032901 bpatchx patch3c_2 ,mem_patch3c 
-0x73fc 032902 fetch 1 ,mem_le_rxbuf + 1 
-0x73fd 032903 sub pdata ,20 ,null 
-0x73fe 032904 branch le_dec_cont ,positive 
-:      032905 le_dec_cont:
-0x73ff 032906 arg mem_le_rxbuf + 2 ,regc 
-0x7400 032907 add pdata ,-1 ,regb 
-0x7401 032908 increase -4 ,pdata 
-0x7402 032909 store 1 ,mem_le_rxbuf + 1 
-0x7403 032910 iadd regc ,contr 
-0x7404 032911 ifetch 4 ,contr 
-0x7405 032912 force regidx_xor ,regext_index 
-0x7406 032913 iforce regext 
-0x7407 032914 force 0 ,rega 
-0x7408 032915 fetcht 5 ,mem_le_pcnt_rx 
-0x7409 032916 call first_block_data 
-0x740a 032917 call do_aes_ctr 
-0x740b 032918 force regidx_result ,regext_index 
-0x740c 032919 deposit regext 
-0x740d 032920 store 4 ,mem_le_peer_mic 
-0x740e 032921 call aes_crypt_data 
-0x740f 032922 arg mem_le_rxbuf ,regc 
-0x7410 032923 call generate_mic 
-0x7411 032924 fetcht 4 ,mem_le_peer_mic 
-0x7412 032925 isub temp ,pdata 
-0x7413 032926 nrtn blank 
-0x7414 032927 fetch 4 ,mem_le_last_mic 
-0x7415 032928 isub temp ,pdata 
-0x7416 032929 rtn blank 
-0x7417 032930 storet 4 ,mem_le_last_mic 
-0x7418 032931 fetch 5 ,mem_le_pcnt_rx 
-0x7419 032932 increase 1 ,pdata 
-0x741a 032933 store 5 ,mem_le_pcnt_rx 
-0x741b 032934 force 0 ,pdata 
-0x741c 032935 rtn 
-:      032937 wait_aes:
-0x741d 032938 nbranch wait_aes ,aes_ready 
-0x741e 032939 rtn 
-:      032941 do_aes_ocb:
-0x741f 032942 force 0x30 ,aes_ctrl 
-0x7420 032943 force 0x0 ,aes_ctrl 
-0x7421 032944 branch wait_aes 
-:      032946 do_aes_cbc:
-0x7422 032947 force 0x32 ,aes_ctrl 
-0x7423 032948 force 0x2 ,aes_ctrl 
-0x7424 032949 branch wait_aes 
-:      032951 do_aes_ctr:
-0x7425 032952 force 0x34 ,aes_ctrl 
-0x7426 032953 force 0x4 ,aes_ctrl 
-0x7427 032954 branch wait_aes 
-:      032957 aes_init:
-0x7428 032958 force 1 ,aes_ctrl 
-0x7429 032959 force 0 ,aes_ctrl 
-0x742a 032960 rtn 
-:      032961 function_s1:
-0x742b 032962 force regidx_data ,regext_index 
-0x742c 032963 fetch 4 ,mem_le_mrand 
-0x742d 032964 iforce regext 
-0x742e 032965 increase 1 ,regext_index 
-0x742f 032966 ifetch 4 ,contr 
-0x7430 032967 iforce regext 
-0x7431 032968 increase 1 ,regext_index 
-0x7432 032969 fetch 4 ,mem_le_srand 
-0x7433 032970 iforce regext 
-0x7434 032971 increase 1 ,regext_index 
-0x7435 032972 ifetch 4 ,contr 
-0x7436 032973 iforce regext 
-0x7437 032974 increase 1 ,regext_index 
-0x7438 032975 call aes_clear 
-0x7439 032976 increase -4 ,regext_index 
-0x743a 032977 fetch 4 ,mem_le_tk 
-0x743b 032978 copy pdata ,regext 
-0x743c 032979 increase 4 ,regext_index 
-0x743d 032980 force 0x38 ,aes_ctrl 
-0x743e 032981 force 0x8 ,aes_ctrl 
-0x743f 032982 branch wait_aes 
-:      032985 function_c1:
-0x7440 032986 bpatchx patch3c_3 ,mem_patch3c 
-0x7441 032987 fetch 6 ,mem_le_lap 
-0x7442 032988 fetcht 6 ,mem_le_plap 
-0x7443 032989 branch function_c1_master ,master 
-0x7444 032990 fetch 6 ,mem_le_plap 
-0x7445 032991 fetcht 6 ,mem_le_lap 
-:      032992 function_c1_master:
-0x7446 032993 force regidx_xor ,regext_index 
-0x7447 032994 copy temp ,regext 
-0x7448 032995 increase 1 ,regext_index 
-0x7449 032996 rshift32 temp ,regext 
-0x744a 032997 lshift16 pdata ,pdata 
-0x744b 032998 ior regext ,regext 
-0x744c 032999 increase 1 ,regext_index 
-0x744d 033000 rshift32 pdata ,regext 
-0x744e 033001 increase 1 ,regext_index 
-0x744f 033002 force 0 ,regext 
-0x7450 033003 force 0 ,pdata 
-0x7451 033004 fetch 1 ,mem_le_conn_peer_addr_type 
-0x7452 033005 fetcht 1 ,mem_le_adv_own_addr_type 
-0x7453 033006 nbranch function_c1_irat ,master 
-0x7454 033008 fetch 1 ,mem_le_conn_own_addr_type 
-0x7455 033009 fetcht 1 ,mem_le_conn_peer_addr_type 
-:      033010 function_c1_irat:
-0x7456 033011 store 1 ,mem_le_iat 
-0x7457 033012 storet 1 ,mem_le_rat 
-0x7458 033013 force regidx_data ,regext_index 
-0x7459 033014 arg mem_le_iat ,regb 
-0x745a 033015 force 4 ,loopcnt 
-:      033016 function_c1_loop1:
-0x745b 033017 ifetch 4 ,rega 
-0x745c 033018 ifetcht 4 ,regb 
-0x745d 033019 ixor temp ,regext 
-0x745e 033020 increase 1 ,regext_index 
-0x745f 033021 increase 4 ,rega 
-0x7460 033022 increase 4 ,regb 
-0x7461 033023 loop function_c1_loop1 
-0x7462 033024 call aes_clear 
-0x7463 033025 increase -4 ,regext_index 
-0x7464 033026 fetch 4 ,mem_le_tk 
-0x7465 033027 copy pdata ,regext 
-0x7466 033028 increase 4 ,regext_index 
-0x7467 033029 force 0x38 ,aes_ctrl 
-0x7468 033030 force 0xc ,aes_ctrl 
-0x7469 033031 call wait_aes 
-0x746a 033033 call aes_clear_data 
-0x746b 033034 force 0x3a ,aes_ctrl 
-0x746c 033035 force 0x8 ,aes_ctrl 
-0x746d 033036 branch wait_aes 
-:      033038 padding_data:
-0x746e 033039 compare 0 ,loopcnt ,3 
-0x746f 033040 rtn true 
-0x7470 033041 deposit contr 
-0x7471 033042 iadd loopcnt ,contw 
-0x7472 033043 force 0 ,pdata 
-:      033044 padding_loop:
-0x7473 033045 istore 1 ,contw 
-0x7474 033046 increase 1 ,loopcnt 
-0x7475 033047 compare 0 ,loopcnt ,3 
-0x7476 033048 rtn true 
-0x7477 033049 branch padding_loop 
-:      033051 aes_load_data:
-0x7478 033052 force regidx_data ,regext_index 
-:      033053 load_data_loop:
-0x7479 033054 deposit loopcnt 
-0x747a 033055 branch load_data_padding ,blank 
-0x747b 033056 ifetch 4 ,contr 
-0x747c 033057 increase -4 ,loopcnt 
-:      033058 load_data_padding:
-0x747d 033059 iforce regext 
-0x747e 033060 increase 1 ,regext_index 
-0x747f 033061 compare regidx_key ,regext_index ,0xf 
-0x7480 033062 rtn true 
-0x7481 033063 branch load_data_loop 
-:      033065 aes_load_xor:
-0x7482 033066 force regidx_xor ,regext_index 
-0x7483 033067 branch load_regext 
-:      033068 load_key:
-0x7484 033069 force regidx_key ,regext_index 
-0x7485 033070 branch load_regext 
-:      033071 load_data128:
-0x7486 033072 force regidx_data ,regext_index 
-:      033073 load_regext:
-0x7487 033074 force 4 ,loopcnt 
-:      033075 load_regext_loop:
-0x7488 033076 ifetch 4 ,contr 
-0x7489 033077 iforce regext 
-0x748a 033078 increase 1 ,regext_index 
-0x748b 033079 loop load_regext_loop 
-0x748c 033080 rtn 
-:      033082 load_sk:
-0x748d 033083 arg mem_le_sk ,contr 
-0x748e 033084 branch load_key 
-:      033086 clear_hidata:
-0x748f 033087 force 4 ,loopcnt 
-0x7490 033088 branch clear_data_rest 
-:      033090 aes_clear_data:
-0x7491 033091 force regidx_data ,regext_index 
-:      033092 aes_clear:
-0x7492 033093 force 4 ,loopcnt 
-:      033094 clear_loop:
-0x7493 033095 force 0 ,regext 
-:      033096 clear_data_rest:
-0x7494 033097 increase 1 ,regext_index 
-0x7495 033098 loop clear_loop 
-0x7496 033099 rtn 
-:      033101 store_aes_result:
-0x7497 033102 force regidx_result ,regext_index 
-0x7498 033103 force 4 ,loopcnt 
-:      033104 send_aes_result_loop:
-0x7499 033105 deposit regext 
-0x749a 033106 istore 4 ,contw 
-0x749b 033107 increase 1 ,regext_index 
-0x749c 033108 loop send_aes_result_loop 
-0x749d 033109 rtn 
-:      033111 store_enc_data:
-0x749e 033112 force regidx_result ,regext_index 
-0x749f 033113 copy regc ,contw 
-0x74a0 033114 add regb ,1 ,loopcnt 
-0x74a1 033115 sub loopcnt ,15 ,null 
-0x74a2 033116 branch store_enc_loop ,positive 
-0x74a3 033117 force 16 ,loopcnt 
-:      033118 store_enc_loop:
-0x74a4 033119 deposit regext 
-0x74a5 033120 sub loopcnt ,3 ,null 
-0x74a6 033121 branch store_enc_byte ,positive 
-0x74a7 033122 istore 4 ,contw 
-0x74a8 033123 increase -4 ,loopcnt 
-0x74a9 033124 rtn zero 
-0x74aa 033125 increase 1 ,regext_index 
-0x74ab 033126 branch store_enc_loop 
-:      033127 store_enc_byte:
-0x74ac 033128 istore 1 ,contw 
-0x74ad 033129 rshift8 pdata ,pdata 
-0x74ae 033130 loop store_enc_byte 
-0x74af 033131 rtn 
-:      033134 compare_res:
-0x74b0 033135 force regidx_result ,regext_index 
-0x74b1 033136 force 4 ,loopcnt 
-:      033137 compare_res_loop:
-0x74b2 033138 ifetch 4 ,contr 
-0x74b3 033139 isub regext ,null 
-0x74b4 033140 nrtn zero 
-0x74b5 033141 increase 1 ,regext_index 
-0x74b6 033142 loop compare_res_loop 
-0x74b7 033143 force 0 ,null 
-0x74b8 033144 rtn 
-:      033146 enable_authrom:
-0x74b9 033147 hfetch 1 ,core_clkoff 
-0x74ba 033148 set0 clock_off_auth_rom ,pdata 
-0x74bb 033149 hstore 1 ,core_clkoff 
-0x74bc 033150 rtn 
-:      033152 disable_authrom:
-0x74bd 033153 hfetch 1 ,core_clkoff 
-0x74be 033154 set1 clock_off_auth_rom ,pdata 
-0x74bf 033155 hstore 1 ,core_clkoff 
-0x74c0 033156 rtn 
-:      033158 init_memp:
-0x74c1 033159 arg mem_p ,contw 
-0x74c2 033160 setsect 0 ,0x3ffff 
-0x74c3 033161 setsect 1 ,0x3ffff 
-0x74c4 033162 setsect 2 ,0x3ffff 
-0x74c5 033163 setsect 3 ,0x3fbff 
-0x74c6 033164 istore 9 ,contw 
-0x74c7 033165 setsect 0 ,0x3ffff 
-0x74c8 033166 setsect 1 ,0x3ffff 
-0x74c9 033167 setsect 2 ,0x3ffff 
-0x74ca 033168 setsect 3 ,0x3ffff 
-0x74cb 033169 istore 9 ,contw 
-0x74cc 033170 setsect 0 ,0x3ffff 
-0x74cd 033171 setsect 1 ,0x3ffff 
-0x74ce 033172 setsect 2 ,0x3cfff 
-0x74cf 033173 setsect 3 ,0x3ffff 
-0x74d0 033174 istore 9 ,contw 
-0x74d1 033175 setsect 0 ,0x3ffff 
-0x74d2 033176 setsect 1 ,0x3ffff 
-0x74d3 033177 setsect 2 ,0x3ffef 
-0x74d4 033178 setsect 3 ,0x3ffff 
-0x74d5 033179 istore 9 ,contw 
-0x74d6 033180 setsect 0 ,0x3ffff 
-0x74d7 033181 setsect 1 ,0x3ffff 
-0x74d8 033182 setsect 2 ,0x3ffff 
-0x74d9 033183 setsect 3 ,0x3ffff 
-0x74da 033184 istore 9 ,contw 
-0x74db 033185 setsect 0 ,0x3ffff 
-0x74dc 033186 setsect 1 ,0x26c7f 
-0x74dd 033187 setsect 2 ,0x146b 
-0x74de 033188 setsect 3 ,0x37bb3 
-0x74df 033189 istore 9 ,contw 
-0x74e0 033190 setsect 0 ,0x1feb8 
-0x74e1 033191 setsect 1 ,0x10c12 
-0x74e2 033192 setsect 2 ,0x2b722 
-0x74e3 033193 setsect 3 ,0x29fa6 
-0x74e4 033194 istore 9 ,contw 
-0x74e5 033195 setsect 0 ,0xe70f 
-0x74e6 033196 setsect 1 ,0x16720 
-0x74e7 033197 setsect 2 ,0x519e 
-0x74e8 033198 setsect 3 ,0x19084 
-0x74e9 033199 istore 9 ,contw 
-0x74ea 033200 setsect 0 ,0x31012 
-0x74eb 033201 setsect 1 ,0x360bf 
-0x74ec 033202 setsect 2 ,0x3f0af 
-0x74ed 033203 setsect 3 ,0x3d3 
-0x74ee 033204 istore 9 ,contw 
-0x74ef 033205 setsect 0 ,0x3a188 
-0x74f0 033206 setsect 1 ,0x3ad0 
-0x74f1 033207 setsect 2 ,0x3cbf2 
-0x74f2 033208 setsect 3 ,0x243d9 
-0x74f3 033209 istore 9 ,contw 
-0x74f4 033210 setsect 0 ,0x2b030 
-0x74f5 033211 setsect 1 ,0x36a03 
-0x74f6 033212 setsect 2 ,0x11188 
-0x74f7 033213 setsect 3 ,0x1e520 
-0x74f8 033214 istore 9 ,contw 
-0x74f9 033215 setsect 0 ,0x3a11e 
-0x74fa 033216 setsect 1 ,0xfe5d 
-0x74fb 033217 setsect 2 ,0xdd57 
-0x74fc 033218 setsect 3 ,0x1ac93 
-0x74fd 033219 istore 9 ,contw 
-0x74fe 033220 setsect 0 ,0x11ed 
-0x74ff 033221 setsect 1 ,0x218c4 
-0x7500 033222 setsect 2 ,0x8da7 
-0x7501 033223 setsect 3 ,0x257ff 
-0x7502 033224 istore 9 ,contw 
-0x7503 033225 setsect 0 ,0x3192b 
-0x7504 033226 setsect 1 ,0x34641 
-0x7505 033227 setsect 2 ,0x1be0c 
-0x7506 033228 setsect 3 ,0x366ad 
-0x7507 033229 istore 9 ,contw 
-0x7508 033230 setsect 0 ,0x1f83 
-0x7509 033231 setsect 1 ,0x15a23 
-0x750a 033232 setsect 2 ,0x3f9b0 
-0x750b 033233 setsect 3 ,0x3949 
-0x750c 033234 istore 9 ,contw 
-0x750d 033235 setsect 0 ,0x13a51 
-0x750e 033236 setsect 1 ,0x153fd 
-0x750f 033237 setsect 2 ,0x3372a 
-0x7510 033238 setsect 3 ,0xf1bb 
-0x7511 033239 istore 9 ,contw 
-0x7512 033240 setsect 0 ,0x3ae85 
-0x7513 033241 setsect 1 ,0x1eed9 
-0x7514 033242 setsect 2 ,0x9e66 
-0x7515 033243 setsect 3 ,0x1a8 
-0x7516 033244 istore 8 ,contw 
-0x7517 033245 rtn 
-:      033249 init_memp_256:
-0x7518 033250 arg mem_p_256 ,contw 
-0x7519 033251 setsect 0 ,0x3ffff 
-0x751a 033252 setsect 1 ,0x3ffff 
-0x751b 033253 setsect 2 ,0x3ffff 
-0x751c 033254 setsect 3 ,0x3ffff 
-0x751d 033255 istore 9 ,contw 
-0x751e 033256 setsect 0 ,0x3ffff 
-0x751f 033257 setsect 1 ,0x3f 
-0x7520 033258 setsect 2 ,0x0 
-0x7521 033259 setsect 3 ,0x0 
-0x7522 033260 istore 9 ,contw 
-0x7523 033261 setsect 0 ,0x0 
-0x7524 033262 setsect 1 ,0x0 
-0x7525 033263 setsect 2 ,0x1000 
-0x7526 033264 setsect 3 ,0x0 
-0x7527 033265 istore 9 ,contw 
-0x7528 033266 setsect 0 ,0x3ff00 
-0x7529 033267 setsect 1 ,0x3ffff 
-0x752a 033268 setsect 2 ,0x3ffcf 
-0x752b 033269 setsect 3 ,0x3ffff 
-0x752c 033270 istore 9 ,contw 
-0x752d 033271 setsect 0 ,0x3ffff 
-0x752e 033272 setsect 1 ,0x3ffff 
-0x752f 033273 setsect 2 ,0x3ffff 
-0x7530 033274 setsect 3 ,0x3ff 
-0x7531 033275 istore 9 ,contw 
-0x7532 033276 setsect 0 ,0x0 
-0x7533 033277 setsect 1 ,0x0 
-0x7534 033278 setsect 2 ,0x0 
-0x7535 033279 setsect 3 ,0x0 
-0x7536 033280 istore 9 ,contw 
-0x7537 033281 setsect 0 ,0x10000 
-0x7538 033282 setsect 1 ,0x0 
-0x7539 033283 setsect 2 ,0x3f000 
-0x753a 033284 setsect 3 ,0x3ffff 
-0x753b 033285 istore 9 ,contw 
-0x753c 033286 setsect 0 ,0x296ff 
-0x753d 033287 setsect 1 ,0x22630 
-0x753e 033288 setsect 2 ,0x3945d 
-0x753f 033289 setsect 3 ,0x3d284 
-0x7540 033290 istore 9 ,contw 
-0x7541 033291 setsect 0 ,0x333a0 
-0x7542 033292 setsect 1 ,0x4b7a 
-0x7543 033293 setsect 2 ,0x37d8 
-0x7544 033294 setsect 3 ,0x3c9dc 
-0x7545 033295 istore 9 ,contw 
-0x7546 033296 setsect 0 ,0x3a440 
-0x7547 033297 setsect 1 ,0x1b958 
-0x7548 033298 setsect 2 ,0x38bce 
-0x7549 033299 setsect 3 ,0x1091f 
-0x754a 033300 istore 9 ,contw 
-0x754b 033301 setsect 0 ,0x2e12c 
-0x754c 033302 setsect 1 ,0x1f47c 
-0x754d 033303 setsect 2 ,0x356b1 
-0x754e 033304 setsect 3 ,0x2fd47 
-0x754f 033305 istore 9 ,contw 
-0x7550 033306 setsect 0 ,0x6837 
-0x7551 033307 setsect 1 ,0x2ed90 
-0x7552 033308 setsect 2 ,0x1ecec 
-0x7553 033309 setsect 3 ,0x1acc5 
-0x7554 033310 istore 9 ,contw 
-0x7555 033311 setsect 0 ,0x23357 
-0x7556 033312 setsect 1 ,0x18af3 
-0x7557 033313 setsect 2 ,0xf9e1 
-0x7558 033314 setsect 3 ,0x129f0 
-0x7559 033315 istore 9 ,contw 
-0x755a 033316 setsect 0 ,0x2e7eb 
-0x755b 033317 setsect 1 ,0x3e6e3 
-0x755c 033318 setsect 2 ,0x3e1a7 
-0x755d 033319 setsect 3 ,0x10b8b 
-0x755e 033320 istore 9 ,contw 
-0x755f 033321 setsect 0 ,0x24fe3 
-0x7560 033322 setsect 1 ,0x20ef 
-0x7561 033323 setsect 2 ,0x1b5a6 
-0x7562 033324 setsect 3 ,0xdc2f 
-0x7563 033325 istore 9 ,contw 
-0x7564 033326 setsect 0 ,0x13860 
-0x7565 033327 setsect 1 ,0x2bd69 
-0x7566 033328 setsect 2 ,0x391a 
-0x7567 033329 setsect 3 ,0x1b222 
-0x7568 033330 istore 9 ,contw 
-0x7569 033331 rtn 
-:      033334 publickey_init:
-0x756a 033335 fetch 1 ,mem_ssp_enable 
-0x756b 033336 nbranch sp_initialize ,blank 
-0x756c 033337 branch sp_initialize_256 
-:      033339 sp_calc_sequence_256_check:
-0x756d 033340 bpatchx patch3c_4 ,mem_patch3c 
-0x756e 033341 fetch 1 ,mem_ssp_enable 
-0x756f 033342 rtn blank 
-0x7570 033343 fetch 1 ,mem_sp_local_key_invalid 
-0x7571 033344 rtnne sp_key_valid 
-0x7572 033345 fetch 1 ,mem_le_secure_connect_enable 
-0x7573 033346 rtn blank 
-0x7574 033347 fetch 1 ,mem_le_sc_local_key_invalid 
-0x7575 033348 rtneq sp_key_valid_256 
-0x7576 033349 fetch 2 ,mem_ui_state_map 
-0x7577 033350 bbit1 ui_state_bt_connected ,stop_publickey_calc_256 
-0x7578 033351 fetch 1 ,mem_le_sc_calc 
-0x7579 033352 beq sp_calc_standby ,sp_initialize_256 
-0x757a 033353 rtn 
-:      033354 stop_publickey_calc_256:
-0x757b 033355 jam sp_calc_standby ,mem_le_sc_calc 
-0x757c 033356 rtn 
-:      033359 sp_initialize:
-0x757d 033360 bpatchx patch3c_5 ,mem_patch3c 
-0x757e 033361 fetch 1 ,mem_ssp_enable 
-0x757f 033362 branch ssp_disable ,blank 
-0x7580 033363 call ssp_enable 
-0x7581 033364 call sp_clear_flags 
-0x7582 033365 branch sp_pubkey_calc 
-:      033367 sp_clear_flags:
-0x7583 033368 setarg 0 
-0x7584 033369 store 8 ,mem_sp_state_start 
-0x7585 033370 store 4 ,mem_sp_flag_start 
-0x7586 033371 store 7 ,mem_sp_iocap_remote 
-0x7587 033372 rtn 
-:      033374 sp_generate_local_key:
-0x7588 033375 jam sp_flag_commit ,mem_sp_flag 
-0x7589 033376 branch sp_generate_local_key0 
-:      033377 sp_master_generate_local_key:
-0x758a 033378 fetch 1 ,mem_sp_local_key_invalid 
-0x758b 033379 beq sp_key_valid ,sp_dhkey_calc 
-0x758c 033380 branch assert 
-:      033381 sp_generate_local_key0:
-0x758d 033382 fetch 1 ,mem_sp_local_key_invalid 
-0x758e 033383 beq sp_key_valid ,sp_start_send_pubkey 
-0x758f 033384 branch sp_pubkey_calc 
-:      033386 sp_start_send_pubkey:
-0x7590 033387 call sp_dhkey_calc 
-0x7591 033388 fetch 1 ,mem_master_sp_state 
-0x7592 033389 nrtn blank 
-0x7593 033390 jam sp_stat_key_send ,mem_sp_state 
-0x7594 033391 rtn 
-:      033394 sp_calc_check_publickey_256:
-0x7595 033395 call sp_calc_b256 
-0x7596 033396 arg mem_le_pubkey_remote_y_256 ,rega 
-0x7597 033397 arg mem_t7_256 ,contw 
-0x7598 033398 call bn_sqrmod_256 
-0x7599 033399 arg mem_le_pubkey_remote_x_256 ,rega 
-0x759a 033400 arg mem_t2_256 ,contw 
-0x759b 033401 call bn_sqrmod_256 
-0x759c 033402 arg mem_t2_256 ,rega 
-0x759d 033403 arg mem_le_pubkey_remote_x_256 ,regb 
-0x759e 033404 arg mem_t2_256 ,contw 
-0x759f 033405 call bn_mulmod_256 
-0x75a0 033406 arg mem_a_256 ,rega 
-0x75a1 033407 arg mem_le_pubkey_remote_x_256 ,regb 
-0x75a2 033408 arg mem_t3_256 ,contw 
-0x75a3 033409 call bn_mulmod_256 
-0x75a4 033410 arg mem_t3_256 ,rega 
-0x75a5 033411 arg mem_t2_256 ,regb 
-0x75a6 033412 arg mem_t2_256 ,contw 
-0x75a7 033413 call bn_addmod_256 
-0x75a8 033414 arg mem_t0_256 ,rega 
-0x75a9 033415 arg mem_t2_256 ,regb 
-0x75aa 033416 arg mem_t0_256 ,contw 
-0x75ab 033417 call bn_addmod_256 
-0x75ac 033418 arg 32 ,loopcnt 
-0x75ad 033419 arg mem_t7_256 ,rega 
-0x75ae 033420 arg mem_t0_256 ,regb 
-0x75af 033421 branch string_compare 
-:      033423 sp_calc_b256:
-0x75b0 033424 arg mem_gy_256 ,rega 
-0x75b1 033425 arg mem_t0_256 ,contw 
-0x75b2 033426 call bn_sqrmod_256 
-0x75b3 033427 arg mem_gx_256 ,rega 
-0x75b4 033428 arg mem_t2_256 ,contw 
-0x75b5 033429 call bn_sqrmod_256 
-0x75b6 033430 arg mem_t2_256 ,rega 
-0x75b7 033431 arg mem_gx_256 ,regb 
-0x75b8 033432 arg mem_t2_256 ,contw 
-0x75b9 033433 call bn_mulmod_256 
-0x75ba 033434 arg mem_a_256 ,rega 
-0x75bb 033435 arg mem_gx_256 ,regb 
-0x75bc 033436 arg mem_t3_256 ,contw 
-0x75bd 033437 call bn_mulmod_256 
-0x75be 033438 arg mem_t3_256 ,rega 
-0x75bf 033439 arg mem_t2_256 ,regb 
-0x75c0 033440 arg mem_t2_256 ,contw 
-0x75c1 033441 call bn_addmod_256 
-0x75c2 033442 arg mem_t0_256 ,rega 
-0x75c3 033443 arg mem_t2_256 ,regb 
-0x75c4 033444 arg mem_t0_256 ,contw 
-0x75c5 033445 branch bn_submod_256 
-:      033447 sp_calc_check_publickey:
-0x75c6 033448 call sp_calc_b 
-0x75c7 033449 arg mem_sp_pubkey_remote_y ,rega 
-0x75c8 033450 arg mem_t7_256 ,contw 
-0x75c9 033451 call bn_sqrmod 
-0x75ca 033452 arg mem_sp_pubkey_remote_x ,rega 
-0x75cb 033453 arg mem_t2_256 ,contw 
-0x75cc 033454 call bn_sqrmod 
-0x75cd 033455 arg mem_t2_256 ,rega 
-0x75ce 033456 arg mem_sp_pubkey_remote_x ,regb 
-0x75cf 033457 arg mem_t2_256 ,contw 
-0x75d0 033458 call bn_mulmod 
-0x75d1 033459 arg mem_a ,rega 
-0x75d2 033460 arg mem_sp_pubkey_remote_x ,regb 
-0x75d3 033461 arg mem_t3_256 ,contw 
-0x75d4 033462 call bn_mulmod 
-0x75d5 033463 arg mem_t3_256 ,rega 
-0x75d6 033464 arg mem_t2_256 ,regb 
-0x75d7 033465 arg mem_t2_256 ,contw 
-0x75d8 033466 call bn_addmod 
-0x75d9 033467 arg mem_t0_256 ,rega 
-0x75da 033468 arg mem_t2_256 ,regb 
-0x75db 033469 arg mem_t0_256 ,contw 
-0x75dc 033470 call bn_addmod 
-0x75dd 033471 arg 24 ,loopcnt 
-0x75de 033472 arg mem_t7_256 ,rega 
-0x75df 033473 arg mem_t0_256 ,regb 
-0x75e0 033474 branch string_compare 
-:      033476 sp_calc_b:
-0x75e1 033477 arg mem_gy ,rega 
-0x75e2 033478 arg mem_t0_256 ,contw 
-0x75e3 033479 call bn_sqrmod 
-0x75e4 033480 arg mem_gx ,rega 
-0x75e5 033481 arg mem_t2_256 ,contw 
-0x75e6 033482 call bn_sqrmod 
-0x75e7 033483 arg mem_t2_256 ,rega 
-0x75e8 033484 arg mem_gx ,regb 
-0x75e9 033485 arg mem_t2_256 ,contw 
-0x75ea 033486 call bn_mulmod 
-0x75eb 033487 arg mem_a ,rega 
-0x75ec 033488 arg mem_gx ,regb 
-0x75ed 033489 arg mem_t3_256 ,contw 
-0x75ee 033490 call bn_mulmod 
-0x75ef 033491 arg mem_t3_256 ,rega 
-0x75f0 033492 arg mem_t2_256 ,regb 
-0x75f1 033493 arg mem_t2_256 ,contw 
-0x75f2 033494 call bn_addmod 
-0x75f3 033495 arg mem_t0_256 ,rega 
-0x75f4 033496 arg mem_t2_256 ,regb 
-0x75f5 033497 arg mem_t0_256 ,contw 
-0x75f6 033498 branch bn_submod 
-:      033501 sp_calculate_commitment:
-0x75f7 033502 fetch 1 ,mem_sp_calc 
-0x75f8 033503 bne sp_calc_standby ,sp_calculate_commitment_wait_dhkey_calc 
-0x75f9 033504 call sp_local_random_key_generator 
-0x75fa 033505 arg mem_sp_prarm_stack ,contw 
-0x75fb 033506 setarg mem_sp_random_local_end 
-0x75fc 033507 istore 2 ,contw 
-0x75fd 033508 setarg mem_sp_pubkey_local_x_end 
-0x75fe 033509 istore 2 ,contw 
-0x75ff 033510 setarg mem_sp_pubkey_remote_x_end 
-0x7600 033511 istore 2 ,contw 
-0x7601 033512 branch sp_calculate_commitment0 
-:      033513 master_sp_calculate_commitment:
-0x7602 033514 arg mem_sp_prarm_stack ,contw 
-0x7603 033515 setarg mem_sp_random_remote_end 
-0x7604 033516 istore 2 ,contw 
-0x7605 033517 setarg mem_sp_pubkey_remote_x_end 
-0x7606 033518 istore 2 ,contw 
-0x7607 033519 setarg mem_sp_pubkey_local_x_end 
-0x7608 033520 istore 2 ,contw 
-:      033521 sp_calculate_commitment0:
-0x7609 033522 call function_f1 
-0x760a 033523 fetch 1 ,mem_master_sp_state 
-0x760b 033524 beq sp_stat_commit_calc ,master_sp_calculate_commitment0 
-0x760c 033525 jam sp_flag_commit ,mem_sp_flag 
-0x760d 033526 jam sp_stat_commit_send ,mem_sp_state 
-0x760e 033527 rtn 
-:      033528 master_sp_calculate_commitment0:
-0x760f 033529 jam sp_stat_commitment_compare ,mem_master_sp_state 
-0x7610 033530 call sp_master_generate_local_key 
-0x7611 033531 branch master_set_mem_master_sp_flag 
-:      033533 sp_local_random_key_generator:
-0x7612 033534 arg mem_sp_random_local ,contw 
-0x7613 033535 force 8 ,queue 
-0x7614 033536 branch random_generator 
-:      033538 sp_calculate_commitment_wait_dhkey_calc:
-0x7615 033539 jam sp_flag_commit ,mem_sp_flag 
-0x7616 033540 rtn 
-:      033542 sp_confirm_check:
-0x7617 033544 bpatchx patch3c_6 ,mem_patch3c 
-0x7618 033545 arg mem_addr_value ,contw 
-0x7619 033546 fetch 6 ,mem_lap 
-0x761a 033547 istore 6 ,contw 
-0x761b 033548 fetch 6 ,mem_plap 
-0x761c 033549 istore 6 ,contw 
-0x761d 033550 fetch 3 ,mem_sp_iocap_remote 
-0x761e 033551 istore 3 ,contw 
-0x761f 033553 call function_f3a 
-0x7620 033555 arg mem_sp_calc_result_high ,rega 
-0x7621 033556 arg mem_sp_check_result ,regb 
-0x7622 033557 force 4 ,queue 
-0x7623 033558 call compare4 
-0x7624 033559 nbranch sp_confirm_check_failed ,true 
-0x7625 033561 call sp_confirm_check_success 
-0x7626 033562 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x7627 033563 branch tid_set_reply 
-:      033565 sp_confirm_check_success:
-0x7628 033566 fetch 1 ,mem_master_sp_state 
-0x7629 033567 beq sp_stat_confirm_check ,sp_confirm_check_success_master 
-0x762a 033568 jam sp_stat_confirm_calc ,mem_sp_state 
-0x762b 033569 jam sp_flag_commit ,mem_sp_flag 
-0x762c 033570 jam lmp_accepted ,mem_lmo_opcode2 
-0x762d 033571 rtn 
-:      033572 sp_confirm_check_success_master:
-0x762e 033573 jam lmp_accepted ,mem_lmo_opcode2 
-0x762f 033574 jam sp_state_end ,mem_master_sp_state 
-0x7630 033575 branch master_set_mem_master_sp_flag 
-:      033578 sp_confirm_check_failed:
-0x7631 033579 fetch 1 ,mem_master_sp_state 
-0x7632 033580 beq sp_stat_confirm_check ,sp_confirm_check_failed_master 
-0x7633 033581 jam sp_stat_null ,mem_sp_state 
-0x7634 033582 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x7635 033584 jam authentication_failure_error ,mem_lmo_reason2 
-0x7636 033585 rtn 
-:      033586 sp_confirm_check_failed_master:
-0x7637 033587 jam lmp_not_accepted ,mem_lmo_opcode2 
-0x7638 033588 jam sp_stat_null ,mem_master_sp_state 
-0x7639 033589 rtn 
-:      033591 sp_confirm_calc:
-0x763a 033592 fetch 1 ,mem_sp_dh_ready 
-0x763b 033593 beq sp_flag_commit ,sp_confirm_calc_ready 
-0x763c 033594 jam sp_stat_confirm_calc ,mem_master_sp_state 
-0x763d 033595 branch master_set_mem_master_sp_flag 
-:      033596 sp_confirm_calc_ready:
-0x763e 033597 arg mem_addr_value ,contw 
-0x763f 033598 fetch 6 ,mem_plap 
-0x7640 033599 istore 6 ,contw 
-0x7641 033600 fetch 6 ,mem_lap 
-0x7642 033601 istore 6 ,contw 
-0x7643 033602 fetch 3 ,mem_sp_iocap_local 
-0x7644 033603 istore 3 ,contw 
-0x7645 033605 call function_f3b 
-0x7646 033606 fetch 1 ,mem_master_sp_state 
-0x7647 033607 beq sp_stat_confirm_calc ,sp_confirm_calc_master 
-0x7648 033608 jam sp_stat_confirm_send ,mem_sp_state 
-0x7649 033609 jam sp_flag_commit ,mem_sp_flag 
-0x764a 033610 rtn 
-:      033611 sp_confirm_calc_master:
-0x764b 033612 jam sp_stat_confirm_send ,mem_master_sp_state 
-0x764c 033613 jam sp_flag_commit ,mem_master_sp_flag 
-0x764d 033614 rtn 
-:      033616 sp_master_key_prarm_push:
-0x764e 033617 arg mem_sp_prarm_stack ,contw 
-0x764f 033618 fetch 6 ,mem_plap 
-0x7650 033619 istore 6 ,contw 
-0x7651 033620 fetch 6 ,mem_lap 
-0x7652 033621 istore 6 ,contw 
-0x7653 033622 setarg mem_sp_random_local_end 
-0x7654 033623 istore 2 ,contw 
-0x7655 033624 setarg mem_sp_random_remote_end 
-0x7656 033625 istore 2 ,contw 
-0x7657 033626 branch sp_link_key_calc 
-:      033627 sp_link_key_prarm_push:
-0x7658 033628 jam sp_stat_done ,mem_sp_state 
-0x7659 033629 arg mem_sp_prarm_stack ,contw 
-0x765a 033630 fetch 6 ,mem_lap 
-0x765b 033631 istore 6 ,contw 
-0x765c 033632 fetch 6 ,mem_plap 
-0x765d 033633 istore 6 ,contw 
-0x765e 033634 setarg mem_sp_random_remote_end 
-0x765f 033635 istore 2 ,contw 
-0x7660 033636 setarg mem_sp_random_local_end 
-0x7661 033637 istore 2 ,contw 
-:      033638 sp_link_key_calc:
-0x7662 033640 arg mem_addr_value ,contw 
-0x7663 033641 fetch 6 ,mem_sp_prarm_stack 
-0x7664 033642 istore 6 ,contw 
-0x7665 033643 fetch 6 ,mem_sp_prarm_stack + 6 
-0x7666 033644 istore 6 ,contw 
-0x7667 033646 call function_f2 
-0x7668 033649 jam 1 ,mem_link_key_exists 
-0x7669 033650 arg mem_link_key ,contw 
-0x766a 033651 arg mem_sp_calc_result_high ,contr 
-0x766b 033652 call memcpy16 
-0x766c 033653 branch generate_linkkey_continue 
-:      033656 sp_pubkey_calc:
-0x766d 033657 bpatchx patch3c_7 ,mem_patch3c 
-0x766e 033658 fetch 1 ,mem_sp_local_key_invalid 
-0x766f 033659 rtnne sp_key_invalid 
-0x7670 033660 fetch 1 ,mem_sp_calc 
-0x7671 033661 rtnne sp_calc_standby 
-0x7672 033662 arg mem_sp_private_key ,contw 
-0x7673 033663 force 11 ,queue 
-0x7674 033664 call random_generator 
-0x7675 033665 random pdata 
-0x7676 033666 rshift pdata ,pdata 
-0x7677 033667 istore 2 ,contw 
-0x7678 033669 arg mem_k ,contw 
-0x7679 033670 arg mem_sp_private_key ,contr 
-0x767a 033671 call memcpy24 
-0x767b 033673 arg mem_ax ,contw 
-0x767c 033674 arg mem_gx ,contr 
-0x767d 033675 call memcpy48 
-0x767e 033677 arg mem_az ,contw 
-0x767f 033678 call bn_zero 
-0x7680 033679 jam 1 ,mem_az 
-0x7681 033681 call eckp_calc_init 
-0x7682 033682 jam sp_calc_pubkey ,mem_sp_calc 
-0x7683 033683 rtn 
-:      033685 sp_pubkey_generated:
-0x7684 033686 arg mem_sp_pubkey_local ,contw 
-0x7685 033687 arg mem_bx ,contr 
-0x7686 033688 call memcpy48 
-0x7687 033689 jam sp_key_valid ,mem_sp_local_key_invalid 
-0x7688 033690 jam sp_calc_standby ,mem_sp_calc 
-0x7689 033691 rtn 
-:      033693 sp_dhkey_calc:
-0x768a 033694 bpatchx patch3d_0 ,mem_patch3d 
-0x768b 033695 fetch 1 ,mem_sp_dhkey_invalid 
-0x768c 033696 rtnne sp_key_invalid 
-0x768d 033697 fetch 1 ,mem_sp_calc 
-0x768e 033698 rtnne sp_calc_standby 
-0x768f 033700 arg mem_k ,contw 
-0x7690 033701 arg mem_sp_private_key ,contr 
-0x7691 033702 call memcpy24 
-0x7692 033704 arg mem_ax ,contw 
-0x7693 033705 arg mem_sp_pubkey_remote ,contr 
-0x7694 033706 call memcpy48 
-0x7695 033708 arg mem_az ,contw 
-0x7696 033709 call bn_zero 
-0x7697 033710 jam 1 ,mem_az 
-0x7698 033712 call eckp_calc_init 
-0x7699 033713 jam sp_calc_dhkey ,mem_sp_calc 
-0x769a 033714 rtn 
-:      033716 sp_dhkey_generated:
-0x769b 033717 jam sp_flag_commit ,mem_sp_dh_ready 
-0x769c 033718 arg mem_sp_dhkey ,contw 
-0x769d 033719 arg mem_bx ,contr 
-0x769e 033720 call memcpy24 
-0x769f 033721 jam sp_key_valid ,mem_sp_dhkey_invalid 
-0x76a0 033722 jam sp_calc_standby ,mem_sp_calc 
-0x76a1 033723 rtn 
-:      033725 random_generator:
-0x76a2 033726 increase -1 ,queue 
-0x76a3 033727 nrtn positive 
-0x76a4 033728 random pdata 
-0x76a5 033729 istore 2 ,contw 
-0x76a6 033730 branch random_generator 
-:      033731 compare4:
-0x76a7 033732 increase -1 ,queue 
-0x76a8 033733 nbranch compare4_success ,positive 
-0x76a9 033734 ifetch 4 ,rega 
-0x76aa 033735 copy pdata ,temp 
-0x76ab 033736 ifetch 4 ,regb 
-0x76ac 033737 iflip temp ,pdata 
-0x76ad 033738 nbranch compare4_failed ,zero 
-0x76ae 033739 increase 4 ,rega 
-0x76af 033740 increase 4 ,regb 
-0x76b0 033741 branch compare4 
-:      033742 compare4_failed:
-0x76b1 033743 disable true 
-0x76b2 033744 rtn 
-:      033745 compare4_success:
-0x76b3 033746 enable true 
-0x76b4 033747 rtn 
-:      033754 simple_pairing_sequence:
-0x76b5 033755 bpatchx patch3d_1 ,mem_patch3d 
-0x76b6 033756 fetch 1 ,mem_sp_flag 
-0x76b7 033757 rtn blank 
-0x76b8 033758 call lmo_fifo_check 
-0x76b9 033759 nrtn blank 
-0x76ba 033760 jam sp_flag_standby ,mem_sp_flag 
-0x76bb 033761 fetch 1 ,mem_sp_state 
-0x76bc 033762 beq sp_stat_key_send ,sp_send_lmp_encapsulated_header 
-0x76bd 033763 beq sp_stat_commit_send ,sp_send_lmp_simple_pairing_comfirm 
-0x76be 033764 beq sp_stat_random_send ,sp_send_lmp_simple_pairing_number 
-0x76bf 033765 beq sp_stat_confirm_send ,sp_send_lmp_dhkey_check 
-0x76c0 033766 beq sp_stat_key_generate ,sp_generate_local_key 
-0x76c1 033767 beq sp_stat_commit_calc ,sp_calculate_commitment 
-0x76c2 033768 beq sp_stat_confirm_check ,sp_confirm_check 
-0x76c3 033769 beq sp_stat_confirm_calc ,sp_confirm_calc 
-0x76c4 033770 beq sp_stat_link_key_calc ,sp_link_key_prarm_push 
-0x76c5 033772 rtn 
-:      033774 master_simple_paring_sequence:
-0x76c6 033775 bpatchx patch3d_2 ,mem_patch3d 
-0x76c7 033776 fetch 1 ,mem_master_sp_flag 
-0x76c8 033777 rtn blank 
-0x76c9 033778 call lmo_fifo_check 
-0x76ca 033779 nrtn blank 
-0x76cb 033780 jam sp_flag_standby ,mem_master_sp_flag 
-0x76cc 033781 fetch 1 ,mem_master_sp_state 
-0x76cd 033782 beq sp_master_stat_start_skip ,sp_master_send_io_cap_get 
-0x76ce 033783 beq sp_master_stat_start_done ,sp_master_send_io_cap_send 
-0x76cf 033784 beq sp_stat_key_send ,sp_master_send_lmp_encapsulated_header 
-0x76d0 033785 beq sp_stat_commit_calc ,master_sp_calculate_commitment 
-0x76d1 033786 beq sp_stat_commitment_compare ,sp_master_commitment_compare 
-0x76d2 033787 beq sp_stat_random_send ,sp_master_send_lmp_simple_pairing_number 
-0x76d3 033788 beq sp_stat_confirm_calc ,sp_confirm_calc 
-0x76d4 033789 beq sp_stat_confirm_send ,master_sp_send_lmp_dhkey_check 
-0x76d5 033790 beq sp_stat_confirm_check ,sp_confirm_check 
-0x76d6 033791 beq sp_state_end ,master_sp_sm_end 
-0x76d7 033792 rtn 
-:      033794 master_set_mem_master_sp_flag:
-0x76d8 033795 jam sp_flag_commit ,mem_master_sp_flag 
-0x76d9 033796 rtn 
-:      033798 master_clear_mem_master_sp_flag:
-0x76da 033799 jam sp_flag_standby ,mem_master_sp_flag 
-0x76db 033800 rtn 
-:      033801 sp_calc_sequence:
-0x76dc 033802 bpatchx patch3d_3 ,mem_patch3d 
-0x76dd 033803 fetch 1 ,mem_ssp_enable 
-0x76de 033804 rtn blank 
-0x76df 033805 fetch 1 ,mem_sp_calc 
-0x76e0 033806 rtn blank 
-0x76e1 033807 increase 0x80 ,pdata 
-0x76e2 033808 store 1 ,mem_sp_calc 
-0x76e3 033809 rtnbit1 7 
-0x76e4 033810 fetch 1 ,mem_ec_loopc 
-0x76e5 033811 branch sp_calc_sequence_done ,blank 
-0x76e6 033812 branch eckp_calc 
-:      033814 sp_calc_sequence_done:
-0x76e7 033815 call ecunmapz 
-0x76e8 033816 fetch 1 ,mem_sp_calc 
-0x76e9 033817 beq sp_calc_pubkey ,sp_pubkey_generated 
-0x76ea 033818 beq sp_calc_dhkey ,sp_dhkey_generated 
-0x76eb 033819 rtn 
-:      033822 bn_testbit:
-0x76ec 033823 and pdata ,7 ,queue 
-0x76ed 033824 rshift3 pdata ,pdata 
-0x76ee 033825 iadd contr ,contr 
-0x76ef 033826 ifetch 1 ,contr 
-0x76f0 033827 qisolate0 pdata 
-0x76f1 033828 rtn 
-:      033831 ec_copy:
-0x76f2 033832 call memcpy24 
-0x76f3 033833 call memcpy24 
-0x76f4 033834 branch memcpy24 
-:      033837 bn_eq_zero:
-0x76f5 033838 ifetch 8 ,contr 
-0x76f6 033839 nrtn blank 
-0x76f7 033840 ifetch 8 ,contr 
-0x76f8 033841 nrtn blank 
-0x76f9 033842 ifetch 8 ,contr 
-0x76fa 033843 rtn 
-:      033848 bn_eq_0:
-0x76fb 033849 ifetch 4 ,rega 
-0x76fc 033850 iforce temp 
-0x76fd 033851 ifetch 4 ,regb 
-0x76fe 033852 isub temp ,null 
-0x76ff 033853 nrtn zero 
-0x7700 033854 increase 4 ,rega 
-0x7701 033855 increase 4 ,regb 
-0x7702 033856 loop bn_eq_0 
-0x7703 033857 rtn 
-:      033860 bn_bigeq:
-0x7704 033861 force 6 ,loopcnt 
-0x7705 033862 increase 20 ,rega 
-0x7706 033863 increase 20 ,regb 
-:      033864 bn_bigeq_0:
-0x7707 033865 ifetch 4 ,regb 
-0x7708 033866 iforce temp 
-0x7709 033867 ifetch 4 ,rega 
-0x770a 033868 isub temp ,pdata 
-0x770b 033869 nrtn positive 
-0x770c 033870 nrtn blank 
-0x770d 033871 increase -4 ,rega 
-0x770e 033872 increase -4 ,regb 
-0x770f 033873 loop bn_bigeq_0 
-0x7710 033874 rtn 
-:      033876 bn_add:
-0x7711 033877 force 6 ,loopcnt 
-0x7712 033878 force 0 ,regc 
-:      033879 bn_add_0:
-0x7713 033880 ifetch 4 ,rega 
-0x7714 033881 iforce temp 
-0x7715 033882 ifetch 4 ,regb 
-0x7716 033883 iadd temp ,pdata 
-0x7717 033884 iadd regc ,pdata 
-0x7718 033885 istore 4 ,contw 
-0x7719 033886 isolate1 32 ,pdata 
-0x771a 033887 setflag true ,0 ,regc 
-0x771b 033888 increase 4 ,rega 
-0x771c 033889 increase 4 ,regb 
-0x771d 033890 loop bn_add_0 
-0x771e 033891 rtn 
-:      033893 bn_sub:
-0x771f 033894 force 6 ,loopcnt 
-0x7720 033895 force 0 ,regc 
-:      033896 bn_sub_0:
-0x7721 033897 ifetch 4 ,regb 
-0x7722 033898 iforce temp 
-0x7723 033899 ifetch 4 ,rega 
-0x7724 033900 isub temp ,pdata 
-0x7725 033901 isub regc ,pdata 
-0x7726 033902 istore 4 ,contw 
-0x7727 033903 isolate1 32 ,pdata 
-0x7728 033904 setflag true ,0 ,regc 
-0x7729 033905 increase 4 ,rega 
-0x772a 033906 increase 4 ,regb 
-0x772b 033907 loop bn_sub_0 
-0x772c 033908 rtn 
-:      033910 bn_rshift6:
-0x772d 033911 force 6 ,loopcnt 
-0x772e 033912 increase 20 ,rega 
-:      033913 bn_rshift:
-0x772f 033914 force 0 ,regc 
-:      033915 bn_rshift_0:
-0x7730 033916 ifetch 4 ,rega 
-0x7731 033917 isolate1 0 ,pdata 
-0x7732 033918 setflag true ,1 ,regc 
-0x7733 033919 rshift pdata ,pdata 
-0x7734 033920 isolate1 0 ,regc 
-0x7735 033921 setflag true ,31 ,pdata 
-0x7736 033922 istore 4 ,rega 
-0x7737 033923 increase -4 ,rega 
-0x7738 033924 rshift regc ,regc 
-0x7739 033925 loop bn_rshift_0 
-0x773a 033926 rtn 
-:      033928 bn_lshift:
-0x773b 033929 force 6 ,loopcnt 
-0x773c 033930 force 0 ,regc 
-:      033931 bn_lshift_0:
-0x773d 033932 ifetch 4 ,rega 
-0x773e 033933 isolate1 31 ,pdata 
-0x773f 033934 setflag true ,1 ,regc 
-0x7740 033935 lshift pdata ,pdata 
-0x7741 033936 isolate1 0 ,regc 
-0x7742 033937 setflag true ,0 ,pdata 
-0x7743 033938 istore 4 ,rega 
-0x7744 033939 increase 4 ,rega 
-0x7745 033940 rshift regc ,regc 
-0x7746 033941 loop bn_lshift_0 
-0x7747 033942 rtn 
-:      033944 bn_lshiftmod:
-0x7748 033945 call bn_lshift 
-:      033946 bn_lshiftmod_ismod:
-0x7749 033947 isolate1 0 ,regc 
-0x774a 033948 branch bn_lshiftmod_0 ,true 
-0x774b 033949 arg mem_p ,regb 
-0x774c 033950 copy rega ,regc 
-0x774d 033951 increase -24 ,rega 
-0x774e 033952 call bn_bigeq 
-0x774f 033953 nrtn positive 
-0x7750 033954 copy regc ,rega 
-:      033955 bn_lshiftmod_0:
-0x7751 033956 increase -24 ,rega 
-0x7752 033957 arg mem_p ,regb 
-0x7753 033958 copy rega ,contw 
-0x7754 033959 branch bn_sub 
-:      033962 bn_addmod:
-0x7755 033963 call bn_add 
-0x7756 033964 copy contw ,rega 
-0x7757 033965 branch bn_lshiftmod_ismod 
-:      033967 bn_submod:
-0x7758 033968 call bn_sub 
-0x7759 033969 isolate0 0 ,regc 
-0x775a 033970 rtn true 
-0x775b 033971 arg mem_p ,regb 
-0x775c 033972 add contw ,-24 ,rega 
-0x775d 033973 copy rega ,contw 
-0x775e 033974 branch bn_add 
-:      033977 bn_p192mod:
-0x775f 033978 copy contw ,timeup 
-0x7760 033979 copy rega ,alarm 
-0x7761 033980 arg mem_tmp2 ,regb 
-0x7762 033981 copy regb ,contw 
-0x7763 033982 add rega ,24 ,contr 
-0x7764 033983 ifetch 8 ,contr 
-0x7765 033984 istore 8 ,contw 
-0x7766 033985 istore 8 ,contw 
-0x7767 033986 force 0 ,pdata 
-0x7768 033987 istore 8 ,contw 
-0x7769 033988 copy timeup ,contw 
-0x776a 033989 call bn_addmod 
-0x776b 033990 arg mem_tmp2 ,regb 
-0x776c 033991 copy regb ,contw 
-0x776d 033992 force 0 ,pdata 
-0x776e 033993 istore 8 ,contw 
-0x776f 033994 add alarm ,32 ,contr 
-0x7770 033995 ifetch 8 ,contr 
-0x7771 033996 istore 8 ,contw 
-0x7772 033997 istore 8 ,contw 
-0x7773 033998 copy timeup ,rega 
-0x7774 033999 copy rega ,contw 
-0x7775 034000 call bn_addmod 
-0x7776 034001 arg mem_tmp2 ,regb 
-0x7777 034002 copy regb ,contw 
-0x7778 034003 add alarm ,40 ,contr 
-0x7779 034004 ifetch 8 ,contr 
-0x777a 034005 istore 8 ,contw 
-0x777b 034006 istore 8 ,contw 
-0x777c 034007 istore 8 ,contw 
-0x777d 034008 copy timeup ,rega 
-0x777e 034009 copy rega ,contw 
-0x777f 034010 branch bn_addmod 
-:      034013 bn_load:
-0x7780 034014 force 6 ,loopcnt 
-:      034015 bn_load_0:
-0x7781 034016 ifetch 4 ,contr 
-0x7782 034017 iforce regext 
-0x7783 034018 increase 1 ,regext_index 
-0x7784 034019 loop bn_load_0 
-0x7785 034020 rtn 
-:      034024 bn_mulmod:
-0x7786 034025 copy contw ,timeup 
-0x7787 034026 arg mem_tmp1 ,contw 
-0x7788 034027 call bn_zero 
-0x7789 034028 arg mem_tmp1 ,contw 
-0x778a 034029 copy rega ,contr 
-0x778b 034030 force 0 ,regext_index 
-0x778c 034031 call bn_load 
-0x778d 034032 copy regb ,contr 
-0x778e 034033 call bn_load 
-0x778f 034034 force 0 ,regb 
-:      034035 bn_mulmod_1:
-0x7790 034036 force 0 ,temp 
-0x7791 034037 force 6 ,regc 
-:      034038 bn_mulmod_0:
-0x7792 034039 ifetch 4 ,contw 
-0x7793 034040 iforce rega 
-0x7794 034041 copy regb ,regext_index 
-0x7795 034042 deposit regext 
-0x7796 034043 copy regc ,regext_index 
-0x7797 034044 imul32 regext ,pdata 
-0x7798 034045 iadd rega ,pdata 
-0x7799 034046 iadd temp ,pdata 
-0x779a 034047 istore 4 ,contw 
-0x779b 034048 rshift32 pdata ,temp 
-0x779c 034049 increase 1 ,regc 
-0x779d 034050 compare 12 ,regc ,0xff 
-0x779e 034051 nbranch bn_mulmod_0 ,true 
-0x779f 034052 deposit temp 
-0x77a0 034053 istore 4 ,contw 
-0x77a1 034054 increase -24 ,contw 
-0x77a2 034055 increase 1 ,regb 
-0x77a3 034056 compare 6 ,regb ,0xff 
-0x77a4 034057 nbranch bn_mulmod_1 ,true 
-0x77a5 034058 arg mem_tmp1 ,rega 
-0x77a6 034059 copy timeup ,contw 
-0x77a7 034060 branch bn_p192mod 
-:      034063 bn_sqrmod:
-0x77a8 034064 copy rega ,regb 
-0x77a9 034065 branch bn_mulmod 
-:      034067 bn_rshifteven:
-0x77aa 034068 copy rega ,alarm 
-:      034069 bn_rshifteven_1:
-0x77ab 034070 copy alarm ,rega 
-0x77ac 034071 ifetch 1 ,rega 
-0x77ad 034072 isolate1 0 ,pdata 
-0x77ae 034073 rtn true 
-0x77af 034074 call bn_rshift6 
-0x77b0 034075 ifetch 1 ,regb 
-0x77b1 034076 isolate0 0 ,pdata 
-0x77b2 034077 branch bn_rshifteven_0 ,true 
-0x77b3 034078 arg mem_p ,rega 
-0x77b4 034079 copy regb ,contw 
-0x77b5 034080 call bn_add 
-0x77b6 034081 ifetch 1 ,regb 
-0x77b7 034082 iadd regc ,pdata 
-0x77b8 034083 istore 1 ,regb 
-0x77b9 034084 increase -24 ,regb 
-:      034085 bn_rshifteven_0:
-0x77ba 034086 add regb ,24 ,rega 
-0x77bb 034087 force 7 ,loopcnt 
-0x77bc 034088 call bn_rshift 
-0x77bd 034089 branch bn_rshifteven_1 
-:      034092 bn_invmod:
-0x77be 034093 copy contw ,timeup 
-0x77bf 034094 arg mem_tmp0 ,contw 
-0x77c0 034095 call bn_zero 
-0x77c1 034096 force 0 ,pdata 
-0x77c2 034097 store 4 ,mem_tmp5 
-0x77c3 034098 store 4 ,mem_t2 
-0x77c4 034099 jam 1 ,mem_tmp0 
-0x77c5 034100 arg mem_tmp1 ,contw 
-0x77c6 034101 call bn_zero 
-0x77c7 034102 arg mem_p ,contr 
-0x77c8 034103 arg mem_tmp2 ,contw 
-0x77c9 034104 call memcpy24 
-0x77ca 034105 copy rega ,contr 
-0x77cb 034106 arg mem_tmp3 ,contw 
-0x77cc 034107 call memcpy24 
-:      034108 bn_invmod_2:
-0x77cd 034109 arg mem_tmp3 ,contr 
-0x77ce 034110 call bn_eq_zero 
-0x77cf 034111 branch bn_invmod_0 ,blank 
-0x77d0 034112 arg mem_tmp3 ,rega 
-0x77d1 034113 arg mem_tmp0 ,regb 
-0x77d2 034114 call bn_rshifteven 
-0x77d3 034116 arg mem_tmp2 ,rega 
-0x77d4 034117 arg mem_tmp1 ,regb 
-0x77d5 034118 call bn_rshifteven 
-0x77d6 034119 arg mem_tmp3 ,rega 
-0x77d7 034120 arg mem_tmp2 ,regb 
-0x77d8 034121 call bn_bigeq 
-0x77d9 034122 branch bn_invmod_1 ,positive 
-0x77da 034123 arg mem_tmp2 ,rega 
-0x77db 034124 arg mem_tmp3 ,regb 
-0x77dc 034125 copy rega ,contw 
-0x77dd 034126 call bn_sub 
-0x77de 034127 arg mem_tmp0 ,rega 
-0x77df 034128 arg mem_tmp1 ,regb 
-0x77e0 034129 copy regb ,contw 
-0x77e1 034130 call bn_add 
-0x77e2 034131 ifetch 1 ,rega 
-0x77e3 034132 iadd regc ,regc 
-0x77e4 034133 ifetch 1 ,regb 
-0x77e5 034134 iadd regc ,pdata 
-0x77e6 034135 istore 1 ,regb 
-0x77e7 034136 branch bn_invmod_2 
-:      034137 bn_invmod_1:
-0x77e8 034138 arg mem_tmp3 ,rega 
-0x77e9 034139 arg mem_tmp2 ,regb 
-0x77ea 034140 copy rega ,contw 
-0x77eb 034141 call bn_sub 
-0x77ec 034142 arg mem_tmp1 ,rega 
-0x77ed 034143 arg mem_tmp0 ,regb 
-0x77ee 034144 copy regb ,contw 
-0x77ef 034145 call bn_add 
-0x77f0 034146 ifetch 1 ,rega 
-0x77f1 034147 iadd regc ,regc 
-0x77f2 034148 ifetch 1 ,regb 
-0x77f3 034149 iadd regc ,pdata 
-0x77f4 034150 istore 1 ,regb 
-0x77f5 034151 branch bn_invmod_2 
-:      034152 bn_invmod_0:
-0x77f6 034153 arg mem_tmp0 ,contw 
-0x77f7 034154 call bn_zero 
-0x77f8 034155 fetch 1 ,mem_tmp5 
-0x77f9 034156 store 1 ,mem_tmp0 
-0x77fa 034157 store 1 ,mem_tmp0a 
-0x77fb 034158 arg mem_tmp0 ,rega 
-0x77fc 034159 arg mem_tmp1 ,regb 
-0x77fd 034160 copy regb ,contw 
-0x77fe 034161 call bn_addmod 
-0x77ff 034162 arg mem_p ,rega 
-0x7800 034163 arg mem_tmp1 ,regb 
-0x7801 034164 copy timeup ,contw 
-0x7802 034165 branch bn_submod 
-:      034170 ecdbl:
-0x7803 034171 arg mem_cz ,rega 
-0x7804 034172 arg mem_t2 ,contw 
-0x7805 034173 call bn_sqrmod 
-0x7806 034174 arg mem_t2 ,rega 
-0x7807 034175 arg mem_t3 ,contw 
-0x7808 034176 call bn_sqrmod 
-0x7809 034177 arg mem_a ,rega 
-0x780a 034178 arg mem_t3 ,regb 
-0x780b 034179 arg mem_t3 ,contw 
-0x780c 034180 call bn_mulmod 
-0x780d 034181 arg mem_cx ,rega 
-0x780e 034182 arg mem_t2 ,contw 
-0x780f 034183 call bn_sqrmod 
-0x7810 034184 arg mem_t2 ,contr 
-0x7811 034185 arg mem_t1 ,contw 
-0x7812 034186 call memcpy24 
-0x7813 034187 arg mem_t1 ,rega 
-0x7814 034188 call bn_lshiftmod 
-0x7815 034189 arg mem_t2 ,rega 
-0x7816 034190 arg mem_t1 ,regb 
-0x7817 034191 arg mem_t2 ,contw 
-0x7818 034192 call bn_addmod 
-0x7819 034193 arg mem_t2 ,rega 
-0x781a 034194 arg mem_t3 ,regb 
-0x781b 034195 arg mem_t2 ,contw 
-0x781c 034196 call bn_addmod 
-0x781d 034197 arg mem_cx ,contr 
-0x781e 034198 arg mem_t1 ,contw 
-0x781f 034199 call memcpy24 
-0x7820 034200 arg mem_cy ,rega 
-0x7821 034201 arg mem_t3 ,contw 
-0x7822 034202 call bn_sqrmod 
-0x7823 034203 arg mem_t1 ,rega 
-0x7824 034204 call bn_lshiftmod 
-0x7825 034205 arg mem_t1 ,rega 
-0x7826 034206 call bn_lshiftmod 
-0x7827 034207 arg mem_t1 ,rega 
-0x7828 034208 arg mem_t3 ,regb 
-0x7829 034209 arg mem_t1 ,contw 
-0x782a 034210 call bn_mulmod 
-0x782b 034211 arg mem_t3 ,rega 
-0x782c 034212 arg mem_t0 ,contw 
-0x782d 034213 call bn_sqrmod 
-0x782e 034214 arg mem_t0 ,rega 
-0x782f 034215 call bn_lshiftmod 
-0x7830 034216 arg mem_t0 ,rega 
-0x7831 034217 call bn_lshiftmod 
-0x7832 034218 arg mem_t0 ,rega 
-0x7833 034219 call bn_lshiftmod 
-0x7834 034220 arg mem_cy ,contr 
-0x7835 034221 arg mem_t3 ,contw 
-0x7836 034222 call memcpy24 
-0x7837 034223 arg mem_t3 ,rega 
-0x7838 034224 call bn_lshiftmod 
-0x7839 034225 arg mem_t3 ,rega 
-0x783a 034226 arg mem_cz ,regb 
-0x783b 034227 arg mem_cz ,contw 
-0x783c 034228 call bn_mulmod 
-0x783d 034229 arg mem_t2 ,rega 
-0x783e 034230 arg mem_t3 ,contw 
-0x783f 034231 call bn_sqrmod 
-0x7840 034232 arg mem_t3 ,rega 
-0x7841 034233 arg mem_t1 ,regb 
-0x7842 034234 arg mem_t3 ,contw 
-0x7843 034235 call bn_submod 
-0x7844 034236 arg mem_t3 ,rega 
-0x7845 034237 arg mem_t1 ,regb 
-0x7846 034238 arg mem_cx ,contw 
-0x7847 034239 call bn_submod 
-0x7848 034240 arg mem_t1 ,rega 
-0x7849 034241 arg mem_cx ,regb 
-0x784a 034242 arg mem_t3 ,contw 
-0x784b 034243 call bn_submod 
-0x784c 034244 arg mem_t3 ,rega 
-0x784d 034245 arg mem_t2 ,regb 
-0x784e 034246 arg mem_t3 ,contw 
-0x784f 034247 call bn_mulmod 
-0x7850 034248 arg mem_t3 ,rega 
-0x7851 034249 arg mem_t0 ,regb 
-0x7852 034250 arg mem_cy ,contw 
-0x7853 034251 branch bn_submod 
-:      034255 ecadd:
-0x7854 034256 arg mem_az ,rega 
-0x7855 034257 arg mem_t7 ,contw 
-0x7856 034258 call bn_sqrmod 
-0x7857 034259 arg mem_cx ,rega 
-0x7858 034260 arg mem_t7 ,regb 
-0x7859 034261 arg mem_t0 ,contw 
-0x785a 034262 call bn_mulmod 
-0x785b 034263 arg mem_az ,rega 
-0x785c 034264 arg mem_t7 ,regb 
-0x785d 034265 arg mem_t7 ,contw 
-0x785e 034266 call bn_mulmod 
-0x785f 034267 arg mem_cy ,rega 
-0x7860 034268 arg mem_t7 ,regb 
-0x7861 034269 arg mem_t1 ,contw 
-0x7862 034270 call bn_mulmod 
-0x7863 034271 arg mem_cz ,rega 
-0x7864 034272 arg mem_t7 ,contw 
-0x7865 034273 call bn_sqrmod 
-0x7866 034274 arg mem_ax ,rega 
-0x7867 034275 arg mem_t7 ,regb 
-0x7868 034276 arg mem_t2 ,contw 
-0x7869 034277 call bn_mulmod 
-0x786a 034278 arg mem_cz ,rega 
-0x786b 034279 arg mem_t7 ,regb 
-0x786c 034280 arg mem_t7 ,contw 
-0x786d 034281 call bn_mulmod 
-0x786e 034282 arg mem_ay ,rega 
-0x786f 034283 arg mem_t7 ,regb 
-0x7870 034284 arg mem_t3 ,contw 
-0x7871 034285 call bn_mulmod 
-0x7872 034286 arg mem_t0 ,rega 
-0x7873 034287 arg mem_t2 ,regb 
-0x7874 034288 arg mem_t7 ,contw 
-0x7875 034289 call bn_submod 
-0x7876 034290 arg mem_t0 ,rega 
-0x7877 034291 arg mem_t2 ,regb 
-0x7878 034292 arg mem_t0 ,contw 
-0x7879 034293 call bn_addmod 
-0x787a 034294 arg mem_t1 ,rega 
-0x787b 034295 arg mem_t3 ,regb 
-0x787c 034296 arg mem_t2 ,contw 
-0x787d 034297 call bn_submod 
-0x787e 034298 arg mem_t1 ,rega 
-0x787f 034299 arg mem_t3 ,regb 
-0x7880 034300 arg mem_t1 ,contw 
-0x7881 034301 call bn_addmod 
-0x7882 034302 arg mem_t1 ,rega 
-0x7883 034303 arg mem_t7 ,regb 
-0x7884 034304 arg mem_t1 ,contw 
-0x7885 034305 call bn_mulmod 
-0x7886 034306 arg mem_cz ,rega 
-0x7887 034307 arg mem_az ,regb 
-0x7888 034308 arg mem_t3 ,contw 
-0x7889 034309 call bn_mulmod 
-0x788a 034310 arg mem_t3 ,rega 
-0x788b 034311 arg mem_t7 ,regb 
-0x788c 034312 arg mem_cz ,contw 
-0x788d 034313 call bn_mulmod 
-0x788e 034314 arg mem_t7 ,rega 
-0x788f 034315 arg mem_t7 ,contw 
-0x7890 034316 call bn_sqrmod 
-0x7891 034317 arg mem_t7 ,rega 
-0x7892 034318 arg mem_t0 ,regb 
-0x7893 034319 arg mem_t3 ,contw 
-0x7894 034320 call bn_mulmod 
-0x7895 034321 arg mem_t7 ,rega 
-0x7896 034322 arg mem_t1 ,regb 
-0x7897 034323 arg mem_t1 ,contw 
-0x7898 034324 call bn_mulmod 
-0x7899 034325 arg mem_t2 ,rega 
-0x789a 034326 arg mem_cx ,contw 
-0x789b 034327 call bn_sqrmod 
-0x789c 034328 arg mem_cx ,rega 
-0x789d 034329 arg mem_t3 ,regb 
-0x789e 034330 arg mem_cx ,contw 
-0x789f 034331 call bn_submod 
-0x78a0 034332 arg mem_cx ,contr 
-0x78a1 034333 arg mem_t7 ,contw 
-0x78a2 034334 call memcpy24 
-0x78a3 034335 arg mem_t7 ,rega 
-0x78a4 034336 call bn_lshiftmod 
-0x78a5 034337 arg mem_t3 ,rega 
-0x78a6 034338 arg mem_t7 ,regb 
-0x78a7 034339 arg mem_t3 ,contw 
-0x78a8 034340 call bn_submod 
-0x78a9 034341 arg mem_t3 ,rega 
-0x78aa 034342 arg mem_t2 ,regb 
-0x78ab 034343 arg mem_t2 ,contw 
-0x78ac 034344 call bn_mulmod 
-0x78ad 034345 arg mem_t2 ,rega 
-0x78ae 034346 arg mem_t1 ,regb 
-0x78af 034347 arg mem_cy ,contw 
-0x78b0 034348 call bn_submod 
-0x78b1 034349 arg mem_cy ,rega 
-0x78b2 034350 arg mem_p ,regb 
-0x78b3 034351 arg mem_cy ,contw 
-0x78b4 034352 force 0 ,regc 
-0x78b5 034353 fetch 1 ,mem_cy 
-0x78b6 034354 isolate1 0 ,pdata 
-0x78b7 034355 call bn_add ,true 
-0x78b8 034356 copy regc ,alarm 
-0x78b9 034357 arg mem_cy ,rega 
-0x78ba 034358 call bn_rshift6 
-0x78bb 034359 fetch 1 ,mem_cy5 
-0x78bc 034360 isolate1 0 ,alarm 
-0x78bd 034361 setflag true ,7 ,pdata 
-0x78be 034362 store 1 ,mem_cy5 
-0x78bf 034363 rtn 
-:      034367 eckp_0:
-0x78c0 034368 fetch 1 ,mem_ec_loopc 
-0x78c1 034369 increase -1 ,pdata 
-0x78c2 034370 nrtn positive 
-0x78c3 034371 store 1 ,mem_ec_loopc 
-0x78c4 034372 fetch 1 ,mem_ec_infinite 
-0x78c5 034373 call ecdbl ,blank 
-0x78c6 034374 fetch 1 ,mem_ec_loopc 
-0x78c7 034375 arg mem_k ,contr 
-0x78c8 034376 call bn_testbit 
-0x78c9 034377 branch eckp_0 ,true 
-0x78ca 034378 fetch 1 ,mem_ec_infinite 
-0x78cb 034379 nbranch eckp_1 ,blank 
-0x78cc 034380 call ecadd 
-0x78cd 034381 branch eckp_0 
-:      034382 eckp_1:
-0x78ce 034383 jam 0 ,mem_ec_infinite 
-0x78cf 034384 arg mem_ax ,contr 
-0x78d0 034385 arg mem_cx ,contw 
-0x78d1 034386 call ec_copy 
-0x78d2 034387 branch eckp_0 
-:      034390 ecunmapz:
-0x78d3 034391 arg mem_cz ,rega 
-0x78d4 034392 arg mem_t3 ,contw 
-0x78d5 034393 call bn_invmod 
-0x78d6 034394 arg mem_t3 ,rega 
-0x78d7 034395 arg mem_t1 ,contw 
-0x78d8 034396 call bn_sqrmod 
-0x78d9 034397 arg mem_cx ,rega 
-0x78da 034398 arg mem_t1 ,regb 
-0x78db 034399 arg mem_bx ,contw 
-0x78dc 034400 call bn_mulmod 
-0x78dd 034401 arg mem_t3 ,rega 
-0x78de 034402 arg mem_t1 ,regb 
-0x78df 034403 arg mem_t2 ,contw 
-0x78e0 034404 call bn_mulmod 
-0x78e1 034405 arg mem_cy ,rega 
-0x78e2 034406 arg mem_t2 ,regb 
-0x78e3 034407 arg mem_by ,contw 
-0x78e4 034408 branch bn_mulmod 
-:      034412 sha_endian_swap2:
-0x78e5 034413 ifetch 4 ,contr 
-0x78e6 034414 force 4 ,rega 
-0x78e7 034415 increase 3 ,contw 
-:      034416 sha_endian_loop:
-0x78e8 034417 istore 1 ,contw 
-0x78e9 034418 rshift8 pdata ,pdata 
-0x78ea 034419 increase -2 ,contw 
-0x78eb 034420 increase -1 ,rega 
-0x78ec 034421 nbranch sha_endian_loop ,zero 
-0x78ed 034422 increase 5 ,contw 
-0x78ee 034423 loop sha_endian_swap2 
-0x78ef 034424 rtn 
-:      034427 sha_getw:
-0x78f0 034428 lshift2 queue ,pdata 
-0x78f1 034429 iadd timeup ,contr 
-0x78f2 034430 ifetch 4 ,contr 
-0x78f3 034431 rtn 
-:      034433 sha_r:
-0x78f4 034434 force 16 ,alarm 
-0x78f5 034435 arg memdat ,timeup 
-:      034436 sha_r_loop:
-0x78f6 034437 add alarm ,-7 ,queue 
-0x78f7 034438 call sha_getw 
-0x78f8 034439 iforce temp 
-0x78f9 034440 add alarm ,-16 ,queue 
-0x78fa 034441 call sha_getw 
-0x78fb 034442 iadd temp ,temp 
-0x78fc 034443 add alarm ,-2 ,queue 
-0x78fd 034444 call sha_getw 
-0x78fe 034445 shasx pdata ,1 ,pdata 
-0x78ff 034446 iadd temp ,temp 
-0x7900 034447 add alarm ,-15 ,queue 
-0x7901 034448 call sha_getw 
-0x7902 034449 shasx pdata ,0 ,pdata 
-0x7903 034450 iadd temp ,temp 
-0x7904 034451 lshift2 alarm ,pdata 
-0x7905 034452 iadd timeup ,contw 
-0x7906 034453 istoret 4 ,contw 
-0x7907 034454 increase 1 ,alarm 
-0x7908 034455 compare 64 ,alarm ,0xff 
-0x7909 034456 nbranch sha_r_loop ,true 
-0x790a 034457 rtn 
-:      034460 sha_init:
-0x790b 034461 arg memh0 ,contr 
-0x790c 034462 force 7 ,regext_index 
-:      034463 sha_init_0:
-0x790d 034464 ifetch 4 ,contr 
-0x790e 034465 iforce regext 
-0x790f 034466 increase -1 ,regext_index 
-0x7910 034467 branch sha_init_0 ,positive 
-0x7911 034468 rtn 
-:      034470 sha:
-0x7912 034471 bpatchx patch3d_4 ,mem_patch3d 
-0x7913 034472 call sha_r 
-0x7914 034473 arg memahbak ,contw 
-0x7915 034474 force 0 ,regext_index 
-:      034475 sha_0:
-0x7916 034476 deposit regext 
-0x7917 034477 istore 4 ,contw 
-0x7918 034478 increase 1 ,regext_index 
-0x7919 034479 compare 8 ,regext_index ,0xff 
-0x791a 034480 nbranch sha_0 ,true 
-0x791b 034481 call enable_authrom 
-0x791c 034482 arg memk ,timeup 
-0x791d 034483 arg memdat ,alarm 
-0x791e 034484 force 64 ,loopcnt 
-:      034485 sha_loop:
-0x791f 034486 ifetcht 4 ,alarm 
-0x7920 034487 ifetch 4 ,timeup 
-0x7921 034488 increase 4 ,timeup 
-0x7922 034489 increase 4 ,alarm 
-0x7923 034490 iadd temp ,pdata 
-0x7924 034491 force 7 ,regext_index 
-0x7925 034492 iadd regext ,temp 
-0x7926 034493 force 4 ,regext_index 
-0x7927 034494 shasx regext ,3 ,pdata 
-0x7928 034495 iadd temp ,temp 
-0x7929 034496 force 5 ,regext_index 
-0x792a 034497 deposit regext 
-0x792b 034498 force 6 ,regext_index 
-0x792c 034499 ixor regext ,pdata 
-0x792d 034500 force 4 ,regext_index 
-0x792e 034501 iand regext ,pdata 
-0x792f 034502 force 6 ,regext_index 
-0x7930 034503 ixor regext ,pdata 
-0x7931 034504 iadd temp ,temp 
-0x7932 034505 force 7 ,regext_index 
-0x7933 034506 copy temp ,regext 
-0x7934 034507 force 3 ,regext_index 
-0x7935 034508 deposit regext 
-0x7936 034509 iadd temp ,regext 
-0x7937 034510 force 0 ,regext_index 
-0x7938 034511 deposit regext 
-0x7939 034512 force 1 ,regext_index 
-0x793a 034513 iand regext ,temp 
-0x793b 034514 ior regext ,pdata 
-0x793c 034515 force 2 ,regext_index 
-0x793d 034516 iand regext ,pdata 
-0x793e 034517 ior temp ,temp 
-0x793f 034518 force 0 ,regext_index 
-0x7940 034519 shasx regext ,2 ,pdata 
-0x7941 034520 iadd temp ,pdata 
-0x7942 034521 force 7 ,regext_index 
-0x7943 034522 iadd regext ,regext 
-0x7944 034523 regexrot 
-0x7945 034524 loop sha_loop 
-0x7946 034525 arg memahbak ,contr 
-0x7947 034526 force 0 ,regext_index 
-:      034527 sha_1:
-0x7948 034528 ifetch 4 ,contr 
-0x7949 034529 iadd regext ,regext 
-0x794a 034530 increase 1 ,regext_index 
-0x794b 034531 compare 8 ,regext_index ,0xff 
-0x794c 034532 nbranch sha_1 ,true 
-0x794d 034533 branch disable_authrom 
-:      034536 sha_result:
-0x794e 034537 arg memresult ,contw 
-0x794f 034538 force 7 ,regext_index 
-:      034539 sha_regext_save:
-0x7950 034540 deposit regext 
-0x7951 034541 istore 4 ,contw 
-0x7952 034542 increase -1 ,regext_index 
-0x7953 034543 branch sha_regext_save ,positive 
-0x7954 034544 rtn 
-:      034546 pad_xor:
-0x7955 034548 arg memdat ,contw 
-0x7956 034549 increase -4 ,contr 
-0x7957 034550 sub loopcnt ,16 ,rega 
-:      034551 pad_xor_0:
-0x7958 034552 ifetch 4 ,contr 
-0x7959 034553 ixor temp ,pdata 
-0x795a 034554 istore 4 ,contw 
-0x795b 034555 increase -8 ,contr 
-0x795c 034556 loop pad_xor_0 
-0x795d 034557 copy rega ,loopcnt 
-0x795e 034558 deposit temp 
-:      034559 pad_xor_1:
-0x795f 034560 istore 4 ,contw 
-0x7960 034561 loop pad_xor_1 
-0x7961 034562 rtn 
-:      034564 g_noninit_number_confirm:
-0x7962 034565 call g_noninit0 
-0x7963 034566 call sha_result 
-0x7964 034567 branch g_common0 
-:      034569 g_noninit:
-0x7965 034570 call g_noninit0 
-0x7966 034571 branch g_common0 
-:      034573 g_noninit0:
-0x7967 034574 arg mem_sp_pubkey_remote_x_end ,contr 
-0x7968 034575 arg memdat ,contw 
-0x7969 034576 force 6 ,loopcnt 
-0x796a 034577 call memcpy_dword_swap 
-0x796b 034578 arg mem_sp_pubkey_local_x_end ,contr 
-0x796c 034579 force 6 ,loopcnt 
-0x796d 034580 call memcpy_dword_swap 
-0x796e 034581 arg mem_sp_random_remote_end ,contr 
-0x796f 034582 call memcpy_dword_swap4 
-0x7970 034583 call sha_init 
-0x7971 034584 call sha 
-0x7972 034585 arg mem_sp_random_local_end ,contr 
-0x7973 034586 arg memdat ,contw 
-0x7974 034587 branch g_common 
-:      034589 g_init:
-0x7975 034590 arg mem_sp_pubkey_local_x_end ,contr 
-0x7976 034591 arg memdat ,contw 
-0x7977 034592 force 6 ,loopcnt 
-0x7978 034593 call memcpy_dword_swap 
-0x7979 034594 arg mem_sp_pubkey_remote_x_end ,contr 
-0x797a 034595 force 6 ,loopcnt 
-0x797b 034596 call memcpy_dword_swap 
-0x797c 034597 arg mem_sp_random_local_end ,contr 
-0x797d 034598 call memcpy_dword_swap4 
-0x797e 034599 call sha_init 
-0x797f 034600 call sha 
-0x7980 034601 arg mem_sp_random_remote_end ,contr 
-0x7981 034602 arg memdat ,contw 
-0x7982 034603 call g_common 
-0x7983 034604 branch g_common0 
-:      034606 g_common:
-0x7984 034607 call memcpy_dword_swap4 
-0x7985 034608 setarg 0x800000 
-0x7986 034609 lshift8 pdata ,pdata 
-0x7987 034610 istore 4 ,contw 
-0x7988 034611 force 5 ,loopcnt 
-0x7989 034612 call memset0 
-0x798a 034613 setarg 640 
-0x798b 034614 istore 4 ,contw 
-0x798c 034615 branch sha 
-:      034616 g_common0:
-0x798d 034617 fetch 4 ,memresult 
-0x798e 034619 arg 1000 ,rega 
-0x798f 034620 idiv rega 
-0x7990 034621 call wait_div_end 
-0x7991 034622 remainder pdata 
-0x7992 034623 store 4 ,mem_gkey 
-0x7993 034624 quotient pdata 
-0x7994 034625 arg 1000 ,rega 
-0x7995 034626 idiv rega 
-0x7996 034627 call wait_div_end 
-0x7997 034628 remainder pdata 
-0x7998 034629 arg 1000 ,rega 
-0x7999 034630 imul32 rega ,pdata 
-0x799a 034631 fetcht 4 ,mem_gkey 
-0x799b 034632 iadd temp ,pdata 
-0x799c 034633 store 4 ,mem_gkey 
-0x799d 034634 rtn 
-:      034636 function_f1_no_key:
-0x799e 034637 jam 0 ,mem_passkey_1bit 
-0x799f 034638 branch function_f1_common 
-:      034640 function_f1:
-0x79a0 034641 fetch 1 ,mem_ssp_mode_flag 
-0x79a1 034642 bne ssp_mode_passkey_entry_flag ,function_f1_no_key 
-:      034643 function_f1_common:
-0x79a2 034644 bpatchx patch3d_5 ,mem_patch3d 
-0x79a3 034645 setarg 0x363636 
-0x79a4 034646 lshift8 pdata ,temp 
-0x79a5 034647 or_into 0x36 ,temp 
-0x79a6 034648 fetch 2 ,mem_sp_prarm_stack 
-0x79a7 034649 copy pdata ,contr 
-0x79a8 034650 force 4 ,loopcnt 
-0x79a9 034651 call pad_xor 
-0x79aa 034652 call sha_init 
-0x79ab 034653 call sha 
-0x79ac 034654 fetch 2 ,mem_sp_prarm_stack + 2 
-0x79ad 034655 copy pdata ,contr 
-0x79ae 034656 arg memdat ,contw 
-0x79af 034657 force 6 ,loopcnt 
-0x79b0 034658 call memcpy_dword_swap 
-0x79b1 034659 fetch 2 ,mem_sp_prarm_stack + 4 
-0x79b2 034660 copy pdata ,contr 
-0x79b3 034661 force 6 ,loopcnt 
-0x79b4 034662 call memcpy_dword_swap 
-0x79b5 034663 setarg 0x800000 
-0x79b6 034664 istore 3 ,contw 
-0x79b7 034666 fetch 1 ,mem_passkey_1bit 
-0x79b8 034668 istore 1 ,contw 
-0x79b9 034669 force 0 ,pdata 
-0x79ba 034670 istore 8 ,contw 
-0x79bb 034671 setarg 0x0388 
-0x79bc 034672 istore 4 ,contw 
-0x79bd 034673 call sha 
-0x79be 034674 call sha_result 
-0x79bf 034675 arg memresult ,contr 
-0x79c0 034676 arg memahsave ,contw 
-0x79c1 034677 call memcpy32 
-0x79c2 034679 setarg 0x5c5c5c 
-0x79c3 034680 lshift8 pdata ,temp 
-0x79c4 034681 or_into 0x5c ,temp 
-0x79c5 034682 fetch 2 ,mem_sp_prarm_stack 
-0x79c6 034683 copy pdata ,contr 
-0x79c7 034684 force 4 ,loopcnt 
-0x79c8 034685 call pad_xor 
-0x79c9 034686 call sha_init 
-0x79ca 034687 call sha 
-0x79cb 034688 arg memahsave_end ,contr 
-0x79cc 034689 arg memdat ,contw 
-0x79cd 034690 force 8 ,loopcnt 
-0x79ce 034691 call memcpy_dword_swap 
-0x79cf 034692 setarg 0x800000 
-0x79d0 034693 lshift8 pdata ,pdata 
-0x79d1 034694 istore 4 ,contw 
-0x79d2 034695 call bn_zero 
-0x79d3 034696 setarg 0x0300 
-0x79d4 034697 istore 4 ,contw 
-0x79d5 034698 call sha 
-0x79d6 034699 branch sha_result 
-:      034702 function_f2:
-0x79d7 034703 setarg 0x363636 
-0x79d8 034704 lshift8 pdata ,temp 
-0x79d9 034705 or_into 0x36 ,temp 
-0x79da 034706 arg mem_sp_dhkey_end ,contr 
-0x79db 034707 force 6 ,loopcnt 
-0x79dc 034708 call pad_xor 
-0x79dd 034709 call sha_init 
-0x79de 034710 call sha 
-0x79df 034711 fetch 2 ,mem_sp_prarm_stack + 12 
-0x79e0 034712 copy pdata ,contr 
-0x79e1 034713 arg memdat ,contw 
-0x79e2 034714 call memcpy_dword_swap4 
-0x79e3 034715 fetch 2 ,mem_sp_prarm_stack + 14 
-0x79e4 034716 copy pdata ,contr 
-0x79e5 034717 call memcpy_dword_swap4 
-0x79e6 034719 setarg 0x62746c 
-0x79e7 034720 lshift8 pdata ,pdata 
-0x79e8 034721 or_into 0x6b ,pdata 
-0x79e9 034722 istore 4 ,contw 
-0x79ea 034723 arg mem_addr_value_end ,contr 
-0x79eb 034724 force 3 ,loopcnt 
-0x79ec 034725 call memcpy_dword_swap 
-0x79ed 034727 setarg 0x800000 
-0x79ee 034728 lshift8 pdata ,pdata 
-0x79ef 034729 istore 4 ,contw 
-0x79f0 034730 force 0 ,pdata 
-0x79f1 034731 istore 8 ,contw 
-0x79f2 034732 setarg 0x0380 
-0x79f3 034733 istore 4 ,contw 
-0x79f4 034734 call sha 
-0x79f5 034736 call sha_result 
-0x79f6 034737 arg memresult ,contr 
-0x79f7 034738 arg memahsave ,contw 
-0x79f8 034739 call memcpy32 
-0x79f9 034741 setarg 0x5c5c5c 
-0x79fa 034742 lshift8 pdata ,temp 
-0x79fb 034743 or_into 0x5c ,temp 
-0x79fc 034744 arg mem_sp_dhkey_end ,contr 
-0x79fd 034745 force 6 ,loopcnt 
-0x79fe 034746 call pad_xor 
-0x79ff 034747 call sha_init 
-0x7a00 034748 call sha 
-0x7a01 034749 arg memahsave_end ,contr 
-0x7a02 034750 arg memdat ,contw 
-0x7a03 034751 force 8 ,loopcnt 
-0x7a04 034752 call memcpy_dword_swap 
-0x7a05 034753 setarg 0x800000 
-0x7a06 034754 lshift8 pdata ,pdata 
-0x7a07 034755 istore 4 ,contw 
-0x7a08 034756 call bn_zero 
-0x7a09 034757 setarg 0x0300 
-0x7a0a 034758 istore 4 ,contw 
-0x7a0b 034759 call sha 
-0x7a0c 034760 branch sha_result 
-:      034763 function_f3a:
-0x7a0d 034764 fetch 1 ,mem_ssp_mode_flag 
-0x7a0e 034765 bne ssp_mode_passkey_entry_flag ,function_f3a_no_pin 
-:      034766 function_f3a_common:
-0x7a0f 034767 bpatchx patch3d_6 ,mem_patch3d 
-0x7a10 034768 setarg 0x363636 
-0x7a11 034769 lshift8 pdata ,temp 
-0x7a12 034770 or_into 0x36 ,temp 
-0x7a13 034771 arg mem_sp_dhkey_end ,contr 
-0x7a14 034772 force 6 ,loopcnt 
-0x7a15 034773 call pad_xor 
-0x7a16 034774 call sha_init 
-0x7a17 034775 call sha 
-0x7a18 034776 arg mem_sp_random_remote_end ,contr 
-0x7a19 034777 arg memdat ,contw 
-0x7a1a 034778 call memcpy_dword_swap4 
-0x7a1b 034779 arg mem_sp_random_local_end ,contr 
-0x7a1c 034780 call memcpy_dword_swap4 
-0x7a1d 034781 branch function_f3_common 
-:      034783 function_f3a_no_pin:
-0x7a1e 034784 setarg 0 
-0x7a1f 034785 store 4 ,mem_pin 
-0x7a20 034786 branch function_f3a_common 
-:      034788 function_f3b_no_pin:
-0x7a21 034789 setarg 0 
-0x7a22 034790 store 4 ,mem_pin 
-0x7a23 034791 branch function_f3b_common 
-:      034794 function_f3b:
-0x7a24 034795 fetch 1 ,mem_ssp_mode_flag 
-0x7a25 034796 bne ssp_mode_passkey_entry_flag ,function_f3b_no_pin 
-:      034797 function_f3b_common:
-0x7a26 034798 setarg 0x363636 
-0x7a27 034799 lshift8 pdata ,temp 
-0x7a28 034800 or_into 0x36 ,temp 
-0x7a29 034801 arg mem_sp_dhkey_end ,contr 
-0x7a2a 034802 force 6 ,loopcnt 
-0x7a2b 034803 call pad_xor 
-0x7a2c 034804 call sha_init 
-0x7a2d 034805 call sha 
-0x7a2e 034807 arg mem_sp_random_local_end ,contr 
-0x7a2f 034808 arg memdat ,contw 
-0x7a30 034809 call memcpy_dword_swap4 
-0x7a31 034810 arg mem_sp_random_remote_end ,contr 
-0x7a32 034811 call memcpy_dword_swap4 
-:      034812 function_f3_common:
-0x7a33 034813 setarg 0x0 
-0x7a34 034814 istore 8 ,contw 
-0x7a35 034815 istore 4 ,contw 
-0x7a36 034816 fetch 4 ,mem_pin 
-0x7a37 034817 istore 4 ,contw 
-0x7a38 034819 copy contw ,temp 
-0x7a39 034820 jam 0x80 ,mem_addr_padding 
-0x7a3a 034821 copy temp ,contw 
-0x7a3b 034822 arg mem_addr_iocap_end ,contr 
-0x7a3c 034823 call memcpy_dword_swap4 
-0x7a3d 034825 call sha 
-0x7a3e 034827 arg memdat ,contw 
-0x7a3f 034828 force 7 ,loopcnt 
-0x7a40 034829 call memset0 
-0x7a41 034830 istore 4 ,contw 
-0x7a42 034831 setarg 0x03F8 
-0x7a43 034832 istore 4 ,contw 
-0x7a44 034833 call sha 
-0x7a45 034834 call sha_result 
-0x7a46 034836 arg memresult ,contr 
-0x7a47 034837 arg memahsave ,contw 
-0x7a48 034838 call memcpy32 
-0x7a49 034840 setarg 0x5c5c5c 
-0x7a4a 034841 lshift8 pdata ,temp 
-0x7a4b 034842 or_into 0x5c ,temp 
-0x7a4c 034843 arg mem_sp_dhkey_end ,contr 
-0x7a4d 034844 force 6 ,loopcnt 
-0x7a4e 034845 call pad_xor 
-0x7a4f 034846 call sha_init 
-0x7a50 034847 call sha 
-0x7a51 034848 arg memahsave_end ,contr 
-0x7a52 034849 arg memdat ,contw 
-0x7a53 034850 force 8 ,loopcnt 
-0x7a54 034851 call memcpy_dword_swap 
-0x7a55 034852 setarg 0x800000 
-0x7a56 034853 lshift8 pdata ,pdata 
-0x7a57 034854 istore 4 ,contw 
-0x7a58 034855 call bn_zero 
-0x7a59 034856 setarg 0x0300 
-0x7a5a 034857 istore 4 ,contw 
-0x7a5b 034858 call sha 
-0x7a5c 034859 branch sha_result 
-:      034866 eckp_calc_init:
-0x7a5d 034867 jam 192 ,mem_ec_loopc 
-:      034868 eckp_calc_init_1:
-0x7a5e 034869 fetch 1 ,mem_ec_loopc 
-0x7a5f 034870 rtn blank 
-0x7a60 034871 increase -1 ,pdata 
-0x7a61 034872 store 1 ,mem_ec_loopc 
-0x7a62 034873 arg mem_k ,contr 
-0x7a63 034874 call bn_testbit 
-0x7a64 034875 branch eckp_calc_init_1 ,true 
-0x7a65 034876 arg mem_ax ,contr 
-0x7a66 034877 arg mem_cx ,contw 
-0x7a67 034878 branch ec_copy 
-:      034880 eckp_calc:
-0x7a68 034881 call ecdbl 
-0x7a69 034882 fetch 1 ,mem_ec_loopc 
-0x7a6a 034883 increase -1 ,pdata 
-0x7a6b 034884 store 1 ,mem_ec_loopc 
-0x7a6c 034885 arg mem_k ,contr 
-0x7a6d 034886 call bn_testbit 
-0x7a6e 034887 rtn true 
-0x7a6f 034888 branch ecadd 
-:      034890 memcpy_dword_swap4:
-0x7a70 034891 force 4 ,loopcnt 
-:      034892 memcpy_dword_swap:
-0x7a71 034893 increase -4 ,contr 
-:      034894 memcpy_dword_swap_loop:
-0x7a72 034895 ifetch 4 ,contr 
-0x7a73 034896 istore 4 ,contw 
-0x7a74 034897 increase -8 ,contr 
-0x7a75 034898 loop memcpy_dword_swap_loop 
-0x7a76 034899 rtn 
-:      034904 sp_initialize_256:
-0x7a77 034905 bpatchx patch3d_7 ,mem_patch3d 
-0x7a78 034906 fetch 1 ,mem_le_secure_connect_enable 
-0x7a79 034907 branch le_secure_connection_disable ,blank 
-0x7a7a 034908 call le_secure_connection_enable 
-0x7a7b 034909 call sp_clear_flags 
-0x7a7c 034911 branch sp_pubkey_calc_256 
-:      034916 sp_pubkey_calc_256:
-0x7a7d 034917 fetch 1 ,mem_le_sc_local_key_invalid 
-0x7a7e 034918 rtnne sp_key_invalid 
-0x7a7f 034919 fetch 1 ,mem_le_sc_calc 
-0x7a80 034920 rtnne sp_calc_standby 
-0x7a81 034922 arg mem_le_private_key_256 ,contw 
-0x7a82 034923 force 15 ,queue 
-0x7a83 034924 call random_generator 
-0x7a84 034925 random pdata 
-0x7a85 034926 rshift pdata ,pdata 
-0x7a86 034927 istore 2 ,contw 
-0x7a87 034929 arg mem_k_256 ,contw 
-0x7a88 034930 arg mem_le_private_key_256 ,contr 
-0x7a89 034931 call memcpy32 
-0x7a8a 034933 arg mem_ax_256 ,contw 
-0x7a8b 034934 arg mem_gx_256 ,contr 
-0x7a8c 034935 call memcpy64 
-0x7a8d 034937 arg mem_az_256 ,contw 
-0x7a8e 034938 call clear_mem_256 
-0x7a8f 034939 jam 1 ,mem_az_256 
-0x7a90 034941 call eckp_calc_init_256 
-0x7a91 034942 jam sp_calc_pubkey_256 ,mem_le_sc_calc 
-0x7a92 034943 rtn 
-:      034945 sp_pubkey_generated_256:
-0x7a93 034946 arg mem_le_pubkey_local_x_256 ,contw 
-0x7a94 034947 arg mem_bx_256 ,contr 
-0x7a95 034948 call memcpy64 
-0x7a96 034949 jam sp_key_valid_256 ,mem_le_sc_local_key_invalid 
-0x7a97 034950 jam sp_calc_standby ,mem_le_sc_calc 
-0x7a98 034951 rtn 
-:      034955 sp_dhkey_calc_256:
-0x7a99 034956 fetch 1 ,mem_sp_dhkey_invalid 
-0x7a9a 034957 rtnne sp_key_invalid 
-0x7a9b 034958 fetch 1 ,mem_le_sc_calc 
-0x7a9c 034959 rtnne sp_calc_standby 
-0x7a9d 034961 arg mem_k_256 ,contw 
-0x7a9e 034962 arg mem_le_private_key_256 ,contr 
-0x7a9f 034963 call memcpy32 
-0x7aa0 034965 arg mem_ax_256 ,contw 
-0x7aa1 034966 arg mem_le_pubkey_remote_x_256 ,contr 
-0x7aa2 034967 call memcpy64 
-0x7aa3 034969 arg mem_az_256 ,contw 
-0x7aa4 034970 call clear_mem_256 
-0x7aa5 034971 jam 1 ,mem_az_256 
-0x7aa6 034973 call eckp_calc_init_256 
-0x7aa7 034974 jam sp_calc_dhkey_256 ,mem_le_sc_calc 
-0x7aa8 034975 rtn 
-:      034978 sp_dhkey_generated_256:
-0x7aa9 034980 arg mem_le_dhkey_256 ,contw 
-0x7aaa 034981 arg mem_bx_256 ,contr 
-0x7aab 034982 call memcpy32 
-0x7aac 034983 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
-0x7aad 034984 jam sp_calc_standby ,mem_le_sc_calc 
-0x7aae 034985 rtn 
-:      034989 sp_calc_sequence_256:
-0x7aaf 034990 fetch 1 ,mem_le_secure_connect_enable 
-0x7ab0 034991 rtn blank 
-0x7ab1 034992 fetch 1 ,mem_le_sc_calc 
-0x7ab2 034993 rtn blank 
-0x7ab3 034994 increase 0x80 ,pdata 
-0x7ab4 034995 store 1 ,mem_le_sc_calc 
-0x7ab5 034996 rtnbit1 7 
-0x7ab6 034997 fetch 2 ,mem_ec_loopc 
-0x7ab7 034998 branch sp_calc_sequence_done_256 ,blank 
-0x7ab8 034999 branch eckp_calc_256 
-:      035001 sp_calc_sequence_done_256:
-0x7ab9 035002 bpatchx patch3e_0 ,mem_patch3e 
-0x7aba 035003 call ecunmapz_256 
-0x7abb 035004 fetch 1 ,mem_le_sc_calc 
-0x7abc 035005 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
-0x7abd 035006 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
-0x7abe 035007 rtn 
-:      035010 eckp_calc_256:
-0x7abf 035011 call ecdbl_256 
-0x7ac0 035012 fetch 2 ,mem_ec_loopc 
-0x7ac1 035013 increase -1 ,pdata 
-0x7ac2 035014 store 2 ,mem_ec_loopc 
-0x7ac3 035015 arg mem_k_256 ,contr 
-0x7ac4 035016 call bn_testbit 
-0x7ac5 035017 rtn true 
-0x7ac6 035018 branch ecadd_256 
-:      035020 eckp_calc_init_256:
-0x7ac7 035021 bpatchx patch3e_1 ,mem_patch3e 
-0x7ac8 035022 setarg 256 ,pdata 
-0x7ac9 035023 store 2 ,mem_ec_loopc 
-:      035024 eckp_calc_init_256_1:
-0x7aca 035025 fetch 2 ,mem_ec_loopc 
-0x7acb 035026 rtn blank 
-0x7acc 035027 increase -1 ,pdata 
-0x7acd 035028 store 2 ,mem_ec_loopc 
-0x7ace 035029 arg mem_k_256 ,contr 
-0x7acf 035030 call bn_testbit 
-0x7ad0 035031 branch eckp_calc_init_256_1 ,true 
-0x7ad1 035032 arg mem_ax_256 ,contr 
-0x7ad2 035033 arg mem_cx_256 ,contw 
-0x7ad3 035034 branch memcpy96 
-:      035037 ecunmapz_256:
-0x7ad4 035038 arg mem_cz_256 ,rega 
-0x7ad5 035039 arg mem_t3_256 ,contw 
-0x7ad6 035040 call bn_invmod_256 
-0x7ad7 035041 arg mem_t3_256 ,rega 
-0x7ad8 035042 arg mem_t1_256 ,contw 
-0x7ad9 035043 call bn_sqrmod_256 
-0x7ada 035044 arg mem_cx_256 ,rega 
-0x7adb 035045 arg mem_t1_256 ,regb 
-0x7adc 035046 arg mem_bx_256 ,contw 
-0x7add 035047 call bn_mulmod_256 
-0x7ade 035048 arg mem_t3_256 ,rega 
-0x7adf 035049 arg mem_t1_256 ,regb 
-0x7ae0 035050 arg mem_t2_256 ,contw 
-0x7ae1 035051 call bn_mulmod_256 
-0x7ae2 035052 arg mem_cy_256 ,rega 
-0x7ae3 035053 arg mem_t2_256 ,regb 
-0x7ae4 035054 arg mem_by_256 ,contw 
-0x7ae5 035055 branch bn_mulmod_256 
-:      035057 ecdbl_256:
-0x7ae6 035058 arg mem_cz_256 ,rega 
-0x7ae7 035059 arg mem_t2_256 ,contw 
-0x7ae8 035060 call bn_sqrmod_256 
-0x7ae9 035061 arg mem_t2_256 ,rega 
-0x7aea 035062 arg mem_t3_256 ,contw 
-0x7aeb 035063 call bn_sqrmod_256 
-0x7aec 035065 arg mem_a_256 ,rega 
-0x7aed 035066 arg mem_t3_256 ,regb 
-0x7aee 035067 arg mem_t3_256 ,contw 
-0x7aef 035068 call bn_mulmod_256 
-0x7af0 035069 arg mem_cx_256 ,rega 
-0x7af1 035070 arg mem_t2_256 ,contw 
-0x7af2 035071 call bn_sqrmod_256 
-0x7af3 035073 arg mem_t2_256 ,contr 
-0x7af4 035074 arg mem_t1_256 ,contw 
-0x7af5 035075 call memcpy32 
-0x7af6 035076 arg mem_t1_256 ,rega 
-0x7af7 035077 call bn_lshiftmod_256 
-0x7af8 035078 arg mem_t2_256 ,rega 
-0x7af9 035079 arg mem_t1_256 ,regb 
-0x7afa 035080 arg mem_t2_256 ,contw 
-0x7afb 035081 call bn_addmod_256 
-0x7afc 035083 arg mem_t2_256 ,rega 
-0x7afd 035084 arg mem_t3_256 ,regb 
-0x7afe 035085 arg mem_t2_256 ,contw 
-0x7aff 035086 call bn_addmod_256 
-0x7b00 035088 arg mem_cx_256 ,contr 
-0x7b01 035089 arg mem_t1_256 ,contw 
-0x7b02 035090 call memcpy32 
-0x7b03 035091 arg mem_cy_256 ,rega 
-0x7b04 035092 arg mem_t3_256 ,contw 
-0x7b05 035093 call bn_sqrmod_256 
-0x7b06 035094 arg mem_t1_256 ,rega 
-0x7b07 035095 call bn_lshiftmod_256 
-0x7b08 035096 arg mem_t1_256 ,rega 
-0x7b09 035097 call bn_lshiftmod_256 
-0x7b0a 035098 arg mem_t1_256 ,rega 
-0x7b0b 035099 arg mem_t3_256 ,regb 
-0x7b0c 035100 arg mem_t1_256 ,contw 
-0x7b0d 035101 call bn_mulmod_256 
-0x7b0e 035102 arg mem_t3_256 ,rega 
-0x7b0f 035103 arg mem_t0_256 ,contw 
-0x7b10 035104 call bn_sqrmod_256 
-0x7b11 035105 arg mem_t0_256 ,rega 
-0x7b12 035106 call bn_lshiftmod_256 
-0x7b13 035107 arg mem_t0_256 ,rega 
-0x7b14 035108 call bn_lshiftmod_256 
-0x7b15 035109 arg mem_t0_256 ,rega 
-0x7b16 035110 call bn_lshiftmod_256 
-0x7b17 035111 arg mem_cy_256 ,contr 
-0x7b18 035112 arg mem_t3_256 ,contw 
-0x7b19 035113 call memcpy32 
-0x7b1a 035114 arg mem_t3_256 ,rega 
-0x7b1b 035115 call bn_lshiftmod_256 
-0x7b1c 035116 arg mem_t3_256 ,rega 
-0x7b1d 035117 arg mem_cz_256 ,regb 
-0x7b1e 035118 arg mem_cz_256 ,contw 
-0x7b1f 035119 call bn_mulmod_256 
-0x7b20 035122 arg mem_t2_256 ,rega 
-0x7b21 035123 arg mem_t3_256 ,contw 
-0x7b22 035124 call bn_sqrmod_256 
-0x7b23 035126 arg mem_t3_256 ,rega 
-0x7b24 035127 arg mem_t1_256 ,regb 
-0x7b25 035128 arg mem_t3_256 ,contw 
-0x7b26 035129 call bn_submod_256 
-0x7b27 035130 arg mem_t3_256 ,rega 
-0x7b28 035131 arg mem_t1_256 ,regb 
-0x7b29 035132 arg mem_cx_256 ,contw 
-0x7b2a 035133 call bn_submod_256 
-0x7b2b 035134 arg mem_t1_256 ,rega 
-0x7b2c 035135 arg mem_cx_256 ,regb 
-0x7b2d 035136 arg mem_t3_256 ,contw 
-0x7b2e 035137 call bn_submod_256 
-0x7b2f 035138 arg mem_t3_256 ,rega 
-0x7b30 035139 arg mem_t2_256 ,regb 
-0x7b31 035140 arg mem_t3_256 ,contw 
-0x7b32 035141 call bn_mulmod_256 
-0x7b33 035142 arg mem_t3_256 ,rega 
-0x7b34 035143 arg mem_t0_256 ,regb 
-0x7b35 035144 arg mem_cy_256 ,contw 
-0x7b36 035145 branch bn_submod_256 
-:      035147 ecadd_256:
-0x7b37 035149 arg mem_az_256 ,rega 
-0x7b38 035150 arg mem_t7_256 ,contw 
-0x7b39 035151 call bn_sqrmod_256 
-0x7b3a 035152 arg mem_cx_256 ,rega 
-0x7b3b 035153 arg mem_t7_256 ,regb 
-0x7b3c 035154 arg mem_t0_256 ,contw 
-0x7b3d 035155 call bn_mulmod_256 
-0x7b3e 035158 arg mem_az_256 ,rega 
-0x7b3f 035159 arg mem_t7_256 ,regb 
-0x7b40 035160 arg mem_t7_256 ,contw 
-0x7b41 035161 call bn_mulmod_256 
-0x7b42 035162 arg mem_cy_256 ,rega 
-0x7b43 035163 arg mem_t7_256 ,regb 
-0x7b44 035164 arg mem_t1_256 ,contw 
-0x7b45 035165 call bn_mulmod_256 
-0x7b46 035168 arg mem_cz_256 ,rega 
-0x7b47 035169 arg mem_t7_256 ,contw 
-0x7b48 035170 call bn_sqrmod_256 
-0x7b49 035171 arg mem_ax_256 ,rega 
-0x7b4a 035172 arg mem_t7_256 ,regb 
-0x7b4b 035173 arg mem_t2_256 ,contw 
-0x7b4c 035174 call bn_mulmod_256 
-0x7b4d 035176 arg mem_cz_256 ,rega 
-0x7b4e 035177 arg mem_t7_256 ,regb 
-0x7b4f 035178 arg mem_t7_256 ,contw 
-0x7b50 035179 call bn_mulmod_256 
-0x7b51 035180 arg mem_ay_256 ,rega 
-0x7b52 035181 arg mem_t7_256 ,regb 
-0x7b53 035182 arg mem_t3_256 ,contw 
-0x7b54 035183 call bn_mulmod_256 
-0x7b55 035188 arg mem_t0_256 ,regb 
-0x7b56 035189 arg mem_t2_256 ,rega 
-0x7b57 035190 arg mem_t7_256 ,contw 
-0x7b58 035191 call bn_submod_256 
-0x7b59 035192 arg mem_t0_256 ,rega 
-0x7b5a 035193 arg mem_t2_256 ,regb 
-0x7b5b 035194 arg mem_t0_256 ,contw 
-0x7b5c 035195 call bn_addmod_256 
-0x7b5d 035198 arg mem_t1_256 ,regb 
-0x7b5e 035199 arg mem_t3_256 ,rega 
-0x7b5f 035200 arg mem_t2_256 ,contw 
-0x7b60 035201 call bn_submod_256 
-0x7b61 035202 arg mem_t1_256 ,rega 
-0x7b62 035203 arg mem_t3_256 ,regb 
-0x7b63 035204 arg mem_t1_256 ,contw 
-0x7b64 035205 call bn_addmod_256 
-0x7b65 035206 arg mem_t1_256 ,rega 
-0x7b66 035207 arg mem_t7_256 ,regb 
-0x7b67 035208 arg mem_t1_256 ,contw 
-0x7b68 035209 call bn_mulmod_256 
-0x7b69 035210 arg mem_cz_256 ,rega 
-0x7b6a 035211 arg mem_az_256 ,regb 
-0x7b6b 035212 arg mem_t3_256 ,contw 
-0x7b6c 035213 call bn_mulmod_256 
-0x7b6d 035214 arg mem_t3_256 ,rega 
-0x7b6e 035215 arg mem_t7_256 ,regb 
-0x7b6f 035216 arg mem_cz_256 ,contw 
-0x7b70 035217 call bn_mulmod_256 
-0x7b71 035219 arg mem_t7_256 ,rega 
-0x7b72 035220 arg mem_t7_256 ,contw 
-0x7b73 035221 call bn_sqrmod_256 
-0x7b74 035222 arg mem_t7_256 ,rega 
-0x7b75 035223 arg mem_t0_256 ,regb 
-0x7b76 035224 arg mem_t3_256 ,contw 
-0x7b77 035225 call bn_mulmod_256 
-0x7b78 035226 arg mem_t7_256 ,rega 
-0x7b79 035227 arg mem_t1_256 ,regb 
-0x7b7a 035228 arg mem_t1_256 ,contw 
-0x7b7b 035229 call bn_mulmod_256 
-0x7b7c 035230 arg mem_t2_256 ,rega 
-0x7b7d 035231 arg mem_cx_256 ,contw 
-0x7b7e 035232 call bn_sqrmod_256 
-0x7b7f 035233 arg mem_cx_256 ,rega 
-0x7b80 035234 arg mem_t3_256 ,regb 
-0x7b81 035235 arg mem_cx_256 ,contw 
-0x7b82 035236 call bn_submod_256 
-0x7b83 035237 arg mem_cx_256 ,contr 
-0x7b84 035238 arg mem_t7_256 ,contw 
-0x7b85 035239 call memcpy32 
-0x7b86 035240 arg mem_t7_256 ,rega 
-0x7b87 035241 call bn_lshiftmod_256 
-0x7b88 035242 arg mem_t3_256 ,rega 
-0x7b89 035243 arg mem_t7_256 ,regb 
-0x7b8a 035244 arg mem_t3_256 ,contw 
-0x7b8b 035245 call bn_submod_256 
-0x7b8c 035246 arg mem_t3_256 ,rega 
-0x7b8d 035247 arg mem_t2_256 ,regb 
-0x7b8e 035248 arg mem_t2_256 ,contw 
-0x7b8f 035249 call bn_mulmod_256 
-0x7b90 035250 arg mem_t2_256 ,rega 
-0x7b91 035251 arg mem_t1_256 ,regb 
-0x7b92 035252 arg mem_cy_256 ,contw 
-0x7b93 035253 call bn_submod_256 
-0x7b94 035254 arg mem_cy_256 ,rega 
-0x7b95 035255 arg mem_p_256 ,regb 
-0x7b96 035256 arg mem_cy_256 ,contw 
-0x7b97 035257 force 0 ,regc 
-0x7b98 035258 fetch 1 ,mem_cy_256 
-0x7b99 035259 isolate1 0 ,pdata 
-0x7b9a 035260 call bn_add_256 ,true 
-0x7b9b 035261 copy regc ,alarm 
-0x7b9c 035262 arg mem_cy_256 ,rega 
-0x7b9d 035263 call bn_rshift_256 
-0x7b9e 035264 fetch 1 ,mem_cy5_256 
-0x7b9f 035265 isolate1 0 ,alarm 
-0x7ba0 035266 setflag true ,7 ,pdata 
-0x7ba1 035267 store 1 ,mem_cy5_256 
-0x7ba2 035268 rtn 
-:      035270 bn_invmod_256:
-0x7ba3 035271 copy contw ,timeup 
-0x7ba4 035272 arg mem_tmp0_256 ,contw 
-0x7ba5 035273 call clear_mem_256 
-0x7ba6 035274 force 0 ,pdata 
-0x7ba7 035276 store 4 ,mem_t2_256 
-0x7ba8 035277 jam 1 ,mem_tmp0_256 
-0x7ba9 035278 arg mem_tmp1_256 ,contw 
-0x7baa 035279 call clear_mem_512 
-0x7bab 035280 arg mem_p_256 ,contr 
-0x7bac 035281 arg mem_tmp2_256 ,contw 
-0x7bad 035282 call memcpy32 
-0x7bae 035283 copy rega ,contr 
-0x7baf 035284 arg mem_tmp3_256 ,contw 
-0x7bb0 035285 call memcpy32 
-:      035291 bn_invmod_256_2:
-0x7bb1 035292 arg mem_tmp3_256 ,contr 
-0x7bb2 035293 call bn_eq_zero_256 
-0x7bb3 035294 branch bn_invmod_256_0 ,blank 
-0x7bb4 035299 arg mem_tmp3_256 ,rega 
-0x7bb5 035300 arg mem_tmp0_256 ,regb 
-0x7bb6 035301 call bn_rshifteven_256 
-0x7bb7 035302 arg mem_tmp2_256 ,rega 
-0x7bb8 035303 arg mem_tmp1_256 ,regb 
-0x7bb9 035304 call bn_rshifteven_256 
-0x7bba 035306 arg mem_tmp3_256 ,rega 
-0x7bbb 035307 arg mem_tmp2_256 ,regb 
-0x7bbc 035308 call bn_bigeq_256 
-0x7bbd 035309 branch bn_invmod_256_1 ,positive 
-0x7bbe 035310 arg mem_tmp2_256 ,rega 
-0x7bbf 035311 arg mem_tmp3_256 ,regb 
-0x7bc0 035312 copy rega ,contw 
-0x7bc1 035313 call bn_sub_256 
-0x7bc2 035314 arg mem_tmp0_256 ,rega 
-0x7bc3 035315 arg mem_tmp1_256 ,regb 
-0x7bc4 035316 copy regb ,contw 
-0x7bc5 035317 call bn_add_256 
-0x7bc6 035318 ifetch 1 ,rega 
-0x7bc7 035319 iadd regc ,regc 
-0x7bc8 035320 ifetch 1 ,regb 
-0x7bc9 035321 iadd regc ,pdata 
-0x7bca 035322 istore 1 ,regb 
-0x7bcb 035323 branch bn_invmod_256_2 
-:      035324 bn_invmod_256_1:
-0x7bcc 035325 arg mem_tmp3_256 ,rega 
-0x7bcd 035326 arg mem_tmp2_256 ,regb 
-0x7bce 035327 copy rega ,contw 
-0x7bcf 035328 call bn_sub_256 
-0x7bd0 035329 arg mem_tmp1_256 ,rega 
-0x7bd1 035330 arg mem_tmp0_256 ,regb 
-0x7bd2 035331 copy regb ,contw 
-0x7bd3 035332 call bn_add_256 
-0x7bd4 035333 ifetch 1 ,rega 
-0x7bd5 035334 iadd regc ,regc 
-0x7bd6 035335 ifetch 1 ,regb 
-0x7bd7 035336 iadd regc ,pdata 
-0x7bd8 035337 istore 1 ,regb 
-0x7bd9 035338 branch bn_invmod_256_2 
-:      035339 bn_invmod_256_0:
-0x7bda 035341 arg mem_tmp1_256 ,rega 
-0x7bdb 035342 copy timeup ,contw 
-0x7bdc 035343 call bn_p256mod 
-0x7bdd 035345 arg mem_p_256 ,rega 
-0x7bde 035346 copy timeup ,regb 
-0x7bdf 035347 copy timeup ,contw 
-0x7be0 035348 branch bn_submod_256 
-:      035351 bn_mulmod_256:
-0x7be1 035352 copy contw ,timeup 
-0x7be2 035354 force 0 ,regext_index 
-0x7be3 035356 arg mem_tmp1_256 ,contw 
-0x7be4 035357 call clear_mem_512 
-0x7be5 035358 arg mem_regext ,contw 
-0x7be6 035359 call clear_mem_512 
-0x7be7 035363 copy rega ,contr 
-0x7be8 035365 jam 0 ,mem_regext 
-0x7be9 035366 setarg 0 
-0x7bea 035367 call bn_load_mem 
-0x7beb 035368 copy regb ,contr 
-0x7bec 035369 call bn_load_256 
-0x7bed 035372 force 0 ,queue 
-0x7bee 035373 arg mem_tmp1_256 ,contw 
-:      035374 bn_mulmod_256_1:
-0x7bef 035377 arg mem_regext ,temp 
-0x7bf0 035378 copy queue ,regb 
-0x7bf1 035379 lshift2 regb ,pdata 
-0x7bf2 035381 iadd temp ,regb 
-0x7bf3 035382 force 0 ,temp 
-0x7bf4 035383 force 0 ,regc 
-:      035384 bn_mulmod_256_0:
-0x7bf5 035389 ifetch 4 ,contw 
-0x7bf6 035390 iforce rega 
-0x7bf7 035393 ifetch 4 ,regb 
-0x7bf8 035394 copy regc ,regext_index 
-0x7bf9 035395 imul32 regext ,pdata 
-0x7bfa 035396 iadd rega ,pdata 
-0x7bfb 035397 iadd temp ,pdata 
-0x7bfc 035398 istore 4 ,contw 
-0x7bfd 035399 rshift32 pdata ,temp 
-0x7bfe 035400 increase 1 ,regc 
-0x7bff 035401 compare 8 ,regc ,0xff 
-0x7c00 035402 nbranch bn_mulmod_256_0 ,true 
-0x7c01 035404 deposit temp 
-0x7c02 035405 istore 4 ,contw 
-0x7c03 035406 increase -32 ,contw 
-0x7c04 035409 increase 1 ,queue 
-0x7c05 035410 compare 8 ,queue ,0xff 
-0x7c06 035411 nbranch bn_mulmod_256_1 ,true 
-0x7c07 035412 arg mem_tmp1_256 ,rega 
-0x7c08 035413 copy timeup ,contw 
-0x7c09 035414 branch bn_p256mod 
-:      035416 bn_p256mod:
-0x7c0a 035417 bpatchx patch3e_2 ,mem_patch3e 
-0x7c0b 035418 copy contw ,timeup 
-0x7c0c 035419 copy rega ,alarm 
-0x7c0d 035420 arg mem_tmp2_256 ,regb 
-0x7c0e 035421 copy regb ,contw 
-0x7c0f 035422 call memset0_4 
-0x7c10 035423 istore 8 ,contw 
-0x7c11 035424 add rega ,44 ,contr 
-0x7c12 035425 call memcpy8 
-0x7c13 035426 call memcpy12 
-0x7c14 035427 copy regb ,rega 
-0x7c15 035428 call bn_lshiftmod_256 
-0x7c16 035429 arg mem_tmp2_256 ,regb 
-0x7c17 035430 copy alarm ,rega 
-0x7c18 035431 copy timeup ,contw 
-0x7c19 035432 call bn_addmod_256 
-0x7c1a 035434 arg mem_tmp2_256 ,regb 
-0x7c1b 035435 copy regb ,contw 
-0x7c1c 035436 call memset0_4 
-0x7c1d 035437 istore 8 ,contw 
-0x7c1e 035438 add alarm ,48 ,contr 
-0x7c1f 035439 call memcpy16 
-0x7c20 035440 call memset0_4 
-0x7c21 035441 copy regb ,rega 
-0x7c22 035442 call bn_lshiftmod_256 
-0x7c23 035446 arg mem_tmp2_256 ,regb 
-0x7c24 035447 copy timeup ,rega 
-0x7c25 035448 copy rega ,contw 
-0x7c26 035449 call bn_addmod_256 
-0x7c27 035453 arg mem_tmp2_256 ,regb 
-0x7c28 035454 copy regb ,contw 
-0x7c29 035455 add alarm ,32 ,contr 
-0x7c2a 035456 call memcpy12 
-0x7c2b 035457 call memset0_4 
-0x7c2c 035458 istore 8 ,contw 
-0x7c2d 035459 add alarm ,56 ,contr 
-0x7c2e 035460 call memcpy8 
-0x7c2f 035461 copy timeup ,rega 
-0x7c30 035462 copy rega ,contw 
-0x7c31 035463 call bn_addmod_256 
-0x7c32 035467 arg mem_tmp2_256 ,regb 
-0x7c33 035468 copy regb ,contw 
-0x7c34 035469 add alarm ,36 ,contr 
-0x7c35 035470 call memcpy12 
-0x7c36 035471 add alarm ,52 ,contr 
-0x7c37 035472 call memcpy12 
-0x7c38 035473 add alarm ,52 ,contr 
-0x7c39 035474 call memcpy4 
-0x7c3a 035475 add alarm ,32 ,contr 
-0x7c3b 035476 call memcpy4 
-0x7c3c 035477 copy timeup ,rega 
-0x7c3d 035478 copy rega ,contw 
-0x7c3e 035479 call bn_addmod_256 
-0x7c3f 035482 arg mem_tmp2_256 ,regb 
-0x7c40 035483 copy regb ,contw 
-0x7c41 035484 add alarm ,44 ,contr 
-0x7c42 035485 call memcpy12 
-0x7c43 035486 call memset0_4 
-0x7c44 035487 istore 8 ,contw 
-0x7c45 035488 add alarm ,32 ,contr 
-0x7c46 035489 call memcpy4 
-0x7c47 035490 add alarm ,40 ,contr 
-0x7c48 035491 call memcpy4 
-0x7c49 035492 copy timeup ,rega 
-0x7c4a 035493 copy rega ,contw 
-0x7c4b 035494 call bn_submod_256 
-0x7c4c 035497 arg mem_tmp2_256 ,regb 
-0x7c4d 035498 copy regb ,contw 
-0x7c4e 035499 add alarm ,48 ,contr 
-0x7c4f 035500 call memcpy8 
-0x7c50 035501 call memcpy8 
-0x7c51 035502 force 0 ,pdata 
-0x7c52 035503 istore 8 ,contw 
-0x7c53 035504 add alarm ,36 ,contr 
-0x7c54 035505 call memcpy4 
-0x7c55 035506 add alarm ,44 ,contr 
-0x7c56 035507 call memcpy4 
-0x7c57 035508 copy timeup ,rega 
-0x7c58 035509 copy rega ,contw 
-0x7c59 035510 call bn_submod_256 
-0x7c5a 035513 arg mem_tmp2_256 ,regb 
-0x7c5b 035514 copy regb ,contw 
-0x7c5c 035515 add alarm ,52 ,contr 
-0x7c5d 035516 call memcpy12 
-0x7c5e 035517 add alarm ,32 ,contr 
-0x7c5f 035518 call memcpy12 
-0x7c60 035519 call memset0_4 
-0x7c61 035520 add alarm ,48 ,contr 
-0x7c62 035521 call memcpy4 
-0x7c63 035522 copy timeup ,rega 
-0x7c64 035523 copy rega ,contw 
-0x7c65 035524 call bn_submod_256 
-0x7c66 035527 arg mem_tmp2_256 ,regb 
-0x7c67 035528 copy regb ,contw 
-0x7c68 035529 add alarm ,56 ,contr 
-0x7c69 035530 call memcpy8 
-0x7c6a 035531 call memset0_4 
-0x7c6b 035532 add alarm ,36 ,contr 
-0x7c6c 035533 call memcpy12 
-0x7c6d 035534 call memset0_4 
-0x7c6e 035535 add alarm ,52 ,contr 
-0x7c6f 035536 call memcpy4 
-0x7c70 035537 copy timeup ,rega 
-0x7c71 035538 copy rega ,contw 
-0x7c72 035539 branch bn_submod_256 
-:      035542 bn_load_mem:
-0x7c73 035543 force 32 ,loopcnt 
-0x7c74 035544 arg mem_regext ,contw 
-0x7c75 035545 iadd contw ,contw 
-0x7c76 035546 branch memcpy 
-:      035548 bn_load_256:
-0x7c77 035549 force 8 ,loopcnt 
-0x7c78 035550 branch bn_load_0 
-:      035552 bn_sqrmod_256:
-0x7c79 035553 copy rega ,regb 
-0x7c7a 035554 branch bn_mulmod_256 
-:      035556 bn_add_256:
-0x7c7b 035557 force 8 ,loopcnt 
-0x7c7c 035558 branch bn_add + 1 
-:      035560 bn_addmod_256:
-0x7c7d 035561 call bn_add_256 
-0x7c7e 035562 copy contw ,rega 
-0x7c7f 035563 branch bn_lshiftmod_ismod_256 
-:      035565 bn_lshiftmod_256:
-0x7c80 035566 call bn_lshift_256 
-:      035567 bn_lshiftmod_ismod_256:
-0x7c81 035568 isolate1 0 ,regc 
-0x7c82 035569 branch bn_lshiftmod_p_256 ,true 
-0x7c83 035570 arg mem_p_256 ,regb 
-0x7c84 035571 copy rega ,regc 
-0x7c85 035572 increase -32 ,rega 
-0x7c86 035573 call bn_bigeq_256 
-0x7c87 035574 nrtn positive 
-0x7c88 035575 copy regc ,rega 
-0x7c89 035576 branch sub_p2_256 
-:      035578 bn_lshiftmod_p_256:
-0x7c8a 035579 call sub_p2_256 
-0x7c8b 035581 copy rega ,regc 
-0x7c8c 035582 increase -32 ,rega 
-0x7c8d 035583 arg mem_p_256 ,regb 
-0x7c8e 035584 call bn_bigeq_256 
-0x7c8f 035585 nrtn positive 
-0x7c90 035586 copy regc ,rega 
-0x7c91 035587 branch sub_p2_256 
-:      035590 sub_p2_256:
-0x7c92 035591 increase -32 ,rega 
-0x7c93 035592 arg mem_p_256 ,regb 
-0x7c94 035593 copy rega ,contw 
-0x7c95 035594 branch bn_sub_256 
-:      035599 bn_submod_256:
-0x7c96 035600 call bn_sub_256 
-0x7c97 035602 branch bn_submod_256_np ,true 
-0x7c98 035605 add contw ,-32 ,rega 
-0x7c99 035606 arg mem_p_256 ,regb 
-0x7c9a 035607 call bn_bigeq_256 
-0x7c9b 035608 nrtn positive 
-0x7c9c 035609 arg mem_p_256 ,regb 
-0x7c9d 035610 add contw ,-32 ,rega 
-0x7c9e 035612 copy rega ,contw 
-0x7c9f 035613 branch bn_sub_256 
-:      035614 bn_submod_256_np:
-0x7ca0 035615 add contw ,-32 ,rega 
-0x7ca1 035616 arg mem_p_256 ,regb 
-0x7ca2 035617 copy rega ,contw 
-0x7ca3 035618 call bn_add_256 
-0x7ca4 035620 rtn true 
-0x7ca5 035621 add contw ,-32 ,rega 
-0x7ca6 035622 arg mem_p_256 ,regb 
-0x7ca7 035623 copy rega ,contw 
-0x7ca8 035624 branch bn_add_256 
-:      035628 bn_sub_256:
-0x7ca9 035629 force 8 ,loopcnt 
-0x7caa 035630 branch bn_sub + 1 
-:      035632 bn_rshift_256:
-0x7cab 035633 force 8 ,loopcnt 
-0x7cac 035634 increase 28 ,rega 
-0x7cad 035635 branch bn_rshift 
-:      035637 bn_lshift_256:
-0x7cae 035638 force 8 ,loopcnt 
-0x7caf 035639 force 0 ,regc 
-0x7cb0 035640 branch bn_lshift_0 
-:      035642 bn_bigeq_256:
-0x7cb1 035643 force 8 ,loopcnt 
-0x7cb2 035644 increase 28 ,rega 
-0x7cb3 035645 increase 28 ,regb 
-0x7cb4 035646 branch bn_bigeq_0 
-:      035649 bn_eq_zero_256:
-0x7cb5 035650 ifetch 8 ,contr 
-0x7cb6 035651 nrtn blank 
-0x7cb7 035652 branch bn_eq_zero 
-:      035657 bn_rshifteven_256:
-0x7cb8 035658 copy rega ,alarm 
-:      035659 bn_rshifteven_256_1:
-0x7cb9 035660 copy alarm ,rega 
-0x7cba 035661 ifetch 1 ,rega 
-0x7cbb 035662 isolate1 0 ,pdata 
-0x7cbc 035663 rtn true 
-0x7cbd 035664 call bn_rshift_256 
-0x7cbe 035665 ifetch 1 ,regb 
-0x7cbf 035666 isolate0 0 ,pdata 
-0x7cc0 035667 branch bn_rshifteven_256_0 ,true 
-0x7cc1 035668 arg mem_p_256 ,rega 
-0x7cc2 035669 copy regb ,contw 
-0x7cc3 035670 call bn_add_256 
-0x7cc4 035671 ifetch 1 ,regb 
-0x7cc5 035672 iadd regc ,pdata 
-0x7cc6 035673 istore 1 ,regb 
-0x7cc7 035674 increase -32 ,regb 
-:      035675 bn_rshifteven_256_0:
-0x7cc8 035676 add regb ,32 ,rega 
-0x7cc9 035677 force 9 ,loopcnt 
-0x7cca 035678 call bn_rshift 
-0x7ccb 035679 branch bn_rshifteven_256_1 
-:      035683 ui_init:
-0x7ccc 035684 call lpm_disable_exen_output 
-0x7ccd 035685 rtn wake 
-0x7cce 035686 call ui_button_init 
-0x7ccf 035687 call ui_timer_init 
-0x7cd0 035688 branch ui_led_init_global 
-:      035690 ui_dispatch:
-0x7cd1 035691 call ui_led_dispatch 
-0x7cd2 035693 branch ui_timer_check 
-:      035695 ui_button_init:
-0x7cd3 035696 fetch 1 ,mem_ui_button_gpio 
-0x7cd4 035697 rtneq ui_button_gpio_disable 
-0x7cd5 035698 iforce temp 
-0x7cd6 035699 call gpio_config_output 
-0x7cd7 035700 fetcht 1 ,mem_ui_button_gpio 
-0x7cd8 035701 call gpio_out_inactive 
-0x7cd9 035702 nop 100 
-0x7cda 035703 fetcht 1 ,mem_ui_button_gpio 
-0x7cdb 035704 call gpio_config_input 
-0x7cdc 035705 branch ui_button_polling 
-:      035709 ui_button_polling:
-0x7cdd 035710 bpatchx patch3e_3 ,mem_patch3e 
-0x7cde 035711 fetch 1 ,mem_ui_button_gpio 
-0x7cdf 035712 rtneq ui_button_gpio_disable 
-0x7ce0 035713 copy pdata ,temp 
-0x7ce1 035714 call gpio_get_bit 
-0x7ce2 035715 nbranch ui_button_up ,true 
-:      035717 ui_button_down:
-0x7ce3 035718 call ui_button_check_long_press 
-0x7ce4 035719 fetch 2 ,mem_ui_state_map 
-0x7ce5 035720 set1 ui_state_btn_down 
-0x7ce6 035721 store 2 ,mem_ui_state_map 
-0x7ce7 035722 fetch 1 ,mem_ui_button_last_state 
-0x7ce8 035723 rtneq ui_button_state_down 
-0x7ce9 035724 jam ui_button_state_down ,mem_ui_button_last_state 
-0x7cea 035726 fetch 1 ,mem_ui_button_timeout 
-0x7ceb 035727 store 1 ,mem_ui_button_timer 
-0x7cec 035728 call lpm_button_get_wake_lock 
-0x7ced 035729 jam bt_evt_button_down ,mem_fifo_temp 
-0x7cee 035730 branch ui_ipc_send_event 
-:      035731 ui_button_up:
-0x7cef 035732 fetch 2 ,mem_ui_state_map 
-0x7cf0 035733 set0 ui_state_btn_down 
-0x7cf1 035734 store 2 ,mem_ui_state_map 
-0x7cf2 035735 fetch 1 ,mem_ui_button_last_state 
-0x7cf3 035736 rtneq ui_button_state_up 
-0x7cf4 035737 jam ui_button_state_up ,mem_ui_button_last_state 
-0x7cf5 035739 jam 0 ,mem_ui_button_timer 
-0x7cf6 035740 call lpm_button_clean_wake_lock 
-0x7cf7 035741 jam bt_evt_button_up ,mem_fifo_temp 
-0x7cf8 035742 branch ui_ipc_send_event 
-:      035744 ui_button_check_long_press:
-0x7cf9 035745 fetch 1 ,mem_ui_button_timer 
-0x7cfa 035746 rtn blank 
-0x7cfb 035747 increase -1 ,pdata 
-0x7cfc 035748 store 1 ,mem_ui_button_timer 
-0x7cfd 035749 nrtn blank 
-0x7cfe 035751 jam bt_evt_button_long_pressed ,mem_fifo_temp 
-0x7cff 035752 branch ui_ipc_send_event 
-:      035754 lpm_button_get_wake_lock:
-0x7d00 035755 arg wake_lock_button ,queue 
-0x7d01 035756 branch lpm_get_wake_lock 
-:      035758 lpm_button_clean_wake_lock:
-0x7d02 035759 arg wake_lock_button ,queue 
-0x7d03 035760 branch lpm_put_wake_lock 
-:      035782 calc_curr_struct_prt:
-0x7d04 035783 fetch 2 ,mem_ui_led_struct_ptr 
-0x7d05 035784 mul32 rega ,led_offset_length ,regb 
-0x7d06 035785 iadd regb ,regb 
-0x7d07 035786 rtn 
-:      035789 ui_led_init_global:
-0x7d08 035790 fetch 1 ,mem_ui_led_struct_num 
-0x7d09 035791 rtn blank 
-0x7d0a 035792 copy pdata ,loopcnt 
-0x7d0b 035793 fetch 2 ,mem_ui_led_struct_ptr 
-0x7d0c 035794 copy pdata ,regb 
-:      035795 ui_led_init_loop:
-0x7d0d 035796 add regb ,led_offset_led_gpio ,regc 
-0x7d0e 035797 ifetcht 1 ,regc 
-0x7d0f 035798 call gpio_config_output 
-0x7d10 035799 call ui_led_off_static 
-0x7d11 035800 increase led_offset_length ,regb 
-0x7d12 035801 loop ui_led_init_loop 
-0x7d13 035802 rtn 
-:      035806 ui_led_on_global:
-0x7d14 035807 call calc_curr_struct_prt 
-0x7d15 035808 setarg ui_led_state_lighting 
-0x7d16 035809 istore 1 ,regb 
-0x7d17 035810 call ui_led_stop_timer 
-0x7d18 035811 branch ui_led_on_static 
-:      035815 ui_led_blink_stop_global:
-:      035816 ui_led_off_global:
-0x7d19 035817 call calc_curr_struct_prt 
-0x7d1a 035818 setarg ui_led_state_darking 
-0x7d1b 035819 istore 1 ,regb 
-0x7d1c 035820 call ui_led_stop_timer 
-0x7d1d 035821 branch ui_led_off_static 
-:      035825 ui_led_blink_start_global:
-0x7d1e 035826 call calc_curr_struct_prt 
-0x7d1f 035827 setarg ui_led_state_blink_start 
-0x7d20 035828 istore 1 ,regb 
-0x7d21 035829 setarg led_infinite_flash_num 
-0x7d22 035830 istore 1 ,contw 
-0x7d23 035831 branch ui_led_off_static 
-:      035836 ui_led_set_style_global:
-0x7d24 035837 call calc_curr_struct_prt 
-0x7d25 035838 arg led_offset_length ,loopcnt 
-0x7d26 035839 copy regc ,contr 
-0x7d27 035840 copy regb ,contw 
-0x7d28 035841 branch memcpy_fast 
-:      035845 ui_led_dispatch:
-0x7d29 035846 fetch 1 ,mem_ui_led_struct_num 
-0x7d2a 035847 rtn blank 
-0x7d2b 035848 arg 0 ,rega 
-:      035849 ui_led_blink_polling:
-0x7d2c 035850 call ui_led_change_style_by_type 
-0x7d2d 035851 increase 1 ,rega 
-0x7d2e 035852 fetch 1 ,mem_ui_led_struct_num 
-0x7d2f 035853 isub rega ,null 
-0x7d30 035854 rtn zero 
-0x7d31 035855 branch ui_led_blink_polling 
-:      035858 ui_led_off_static:
-0x7d32 035859 add regb ,led_offset_led_gpio ,regc 
-0x7d33 035860 ifetcht 1 ,regc 
-0x7d34 035861 branch gpio_out_inactive 
-:      035864 ui_led_on_static:
-0x7d35 035865 add regb ,led_offset_led_gpio ,regc 
-0x7d36 035866 ifetcht 1 ,regc 
-0x7d37 035867 branch gpio_out_active 
-:      035871 ui_led_change_style_by_type:
-0x7d38 035872 add rega ,ui_led_blink ,queue 
-0x7d39 035873 call timer_check 
-0x7d3a 035874 nrtn blank 
-0x7d3b 035876 call calc_curr_struct_prt 
-0x7d3c 035878 ifetch 1 ,regb 
-0x7d3d 035880 beq ui_led_state_lighting ,ui_led_on_static 
-0x7d3e 035881 beq ui_led_state_darking ,ui_led_off_static 
-0x7d3f 035882 beq ui_led_state_blink_stop ,ui_led_off_static 
-0x7d40 035883 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
-:      035884 ui_led_blink_state_lighting:
-0x7d41 035885 call ui_led_on_static 
-0x7d42 035886 add regb ,led_offset_cb_ledon ,regc 
-0x7d43 035887 call push_stack 
-0x7d44 035888 ifetch 2 ,regc 
-0x7d45 035889 call callback_func 
-0x7d46 035890 call pop_stack 
-0x7d47 035891 setarg ui_led_state_blink_darking 
-0x7d48 035892 istore 1 ,regb 
-0x7d49 035893 add regb ,led_offset_on_time ,regc 
-0x7d4a 035894 ifetch 2 ,regc 
-0x7d4b 035895 branch ui_led_blink_timer_start 
-:      035898 ui_led_blink_state_darking:
-0x7d4c 035899 call ui_led_off_static 
-0x7d4d 035900 add regb ,led_offset_cb_ledoff ,regc 
-0x7d4e 035901 call push_stack 
-0x7d4f 035902 ifetch 2 ,regc 
-0x7d50 035903 call callback_func 
-0x7d51 035904 call pop_stack 
-0x7d52 035906 add regb ,led_offset_blink_count ,regc 
-0x7d53 035907 ifetch 1 ,regc 
-0x7d54 035908 beq led_infinite_flash_num ,ui_led_blink_infinite 
-0x7d55 035909 increase -1 ,pdata 
-0x7d56 035910 istore 1 ,regc 
-0x7d57 035911 branch ui_led_blink_stop_global ,blank 
-:      035912 ui_led_blink_infinite:
-0x7d58 035913 setarg ui_led_state_blink_lighting 
-0x7d59 035914 istore 1 ,regb 
-0x7d5a 035915 add regb ,led_offset_off_time ,regc 
-0x7d5b 035916 ifetch 2 ,regc 
-:      035917 ui_led_blink_timer_start:
-0x7d5c 035918 add rega ,ui_led_blink ,queue 
-0x7d5d 035919 branch timer_init 
-:      035921 ui_led_stop_timer:
-0x7d5e 035922 setarg 0 
-0x7d5f 035923 branch ui_led_blink_timer_start 
-:      035929 ui_timer_timeout:
-0x7d60 035930 setarg 0x1000 
-0x7d61 035931 lshift16 pdata ,pdata 
-0x7d62 035932 iadd regb ,regb 
-0x7d63 035933 rtn 
-:      035935 ui_timer_check:
-0x7d64 035936 bpatchx patch3e_4 ,mem_patch3e 
-0x7d65 035937 arg 0 ,rega 
-0x7d66 035938 fetcht 4 ,mem_ui_timer_last_btclk 
-0x7d67 035939 copy clkn_bt ,regb 
-0x7d68 035940 copy regb ,pdata 
-0x7d69 035941 isub temp ,null 
-0x7d6a 035942 ncall ui_timer_timeout ,positive 
-:      035944 ui_timer_check_loop:
-0x7d6b 035945 copy regb ,pdata 
-0x7d6c 035946 increase 160 ,temp 
-0x7d6d 035947 increase 160 ,temp 
-0x7d6e 035948 isub temp ,null 
-0x7d6f 035949 nbranch ui_timer_check_end ,positive 
-0x7d70 035950 increase 1 ,rega 
-0x7d71 035951 and rega ,0x0f ,pdata 
-0x7d72 035952 nbranch ui_timer_check_loop ,blank 
-0x7d73 035953 arg 0 ,rega 
-0x7d74 035954 call ui_timer_check_send_evt 
-:      035955 ui_timer_init:
-0x7d75 035956 copy clkn_bt ,pdata 
-0x7d76 035957 store 4 ,mem_ui_timer_last_btclk 
-0x7d77 035958 rtn 
-:      035959 ui_timer_check_end:
-0x7d78 035960 bpatchx patch3e_5 ,mem_patch3e 
-0x7d79 035961 copy rega ,pdata 
-0x7d7a 035962 rtn blank 
-0x7d7b 035963 increase -160 ,temp 
-0x7d7c 035964 increase -160 ,temp 
-0x7d7d 035965 set0 28 ,temp 
-0x7d7e 035966 storet 4 ,mem_ui_timer_last_btclk 
-:      035967 ui_timer_check_send_evt:
-0x7d7f 035968 branch app_evt_timer 
-:      035975 ui_ipc_get_lock:
-0x7d80 035976 jam 1 ,mem_ipc_lock_bt 
-:      035977 ui_ipc_get_lock_wait:
-0x7d81 035978 fetch 1 ,mem_ipc_lock_c51 
-0x7d82 035979 nbranch ui_ipc_get_lock_wait ,blank 
-0x7d83 035980 rtn 
-:      035982 ui_ipc_put_lock:
-0x7d84 035983 jam 0 ,mem_ipc_lock_bt 
-0x7d85 035984 rtn 
-:      035988 ui_ipc_send_event:
-0x7d86 035989 bpatchx patch3e_6 ,mem_patch3e 
-0x7d87 035990 call ui_ipc_get_lock 
-0x7d88 035991 copy rega ,pdata 
-0x7d89 035992 store 4 ,mem_ipc_rega_temp 
-0x7d8a 035993 arg mem_ipc_fifo_bt2c51 ,rega 
-0x7d8b 035994 call fifo_in 
-0x7d8c 035995 fetch 4 ,mem_ipc_rega_temp 
-0x7d8d 035996 copy pdata ,rega 
-0x7d8e 035997 branch ui_ipc_put_lock 
-:      035999 ui_ipc_send_cmd:
-0x7d8f 036000 bpatchx patch3e_7 ,mem_patch3e 
-0x7d90 036001 call ui_ipc_get_lock 
-0x7d91 036002 copy rega ,pdata 
-0x7d92 036003 store 4 ,mem_ipc_rega_temp 
-0x7d93 036004 arg mem_ipc_fifo_c512bt ,rega 
-0x7d94 036005 call fifo_in 
-0x7d95 036006 fetch 4 ,mem_ipc_rega_temp 
-0x7d96 036007 copy pdata ,rega 
-0x7d97 036008 branch ui_ipc_put_lock 
-:      036010 ui_ipc_clean_all_fifo:
-0x7d98 036011 setarg 0 
-0x7d99 036012 store util_fifo_len ,mem_ipc_fifo_c512bt 
-0x7d9a 036013 store util_fifo_len ,mem_ipc_fifo_bt2c51 
-0x7d9b 036014 rtn 
-:      036016 check_51cmd:
-0x7d9c 036017 bpatchx patch3f_0 ,mem_patch3f 
-0x7d9d 036018 fetch 1 ,mem_hci_cmd 
-0x7d9e 036019 nrtn blank 
-0x7d9f 036020 arg mem_ipc_fifo_c512bt ,rega 
-0x7da0 036021 call fifo_is_empty 
-0x7da1 036022 rtn blank 
-0x7da2 036023 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
-0x7da3 036024 call check_51cmd_once 
-0x7da4 036025 fetch 1 ,mem_ipc_skip_continue_proc 
-0x7da5 036026 branch check_51cmd ,blank 
-0x7da6 036027 rtn 
-:      036029 check_51cmd_once:
-0x7da7 036030 call ui_ipc_get_lock 
-0x7da8 036031 arg mem_ipc_fifo_c512bt ,rega 
-0x7da9 036032 call fifo_out 
-0x7daa 036033 copy pdata ,temp 
-0x7dab 036034 call ui_ipc_put_lock 
-0x7dac 036035 bpatchx patch3f_1 ,mem_patch3f 
-0x7dad 036036 copy temp ,pdata 
-0x7dae 036037 rtn blank 
-0x7daf 036038 beq bt_cmd_start_discovery ,check_51cmd_start_discovery 
-0x7db0 036039 beq bt_cmd_stop_discovery ,check_51cmd_stop_discovery 
-0x7db1 036040 beq bt_cmd_reconnect ,check_51cmd_reconnect 
-0x7db2 036041 beq bt_cmd_enter_sniff_subrating ,check_51cmd_enter_sniff_subrating 
-0x7db3 036042 beq bt_cmd_exit_sniff_subrating ,check_51cmd_exit_sniff_subrating 
-0x7db4 036043 beq bt_cmd_sniff_test ,check_51cmd_sniff_test 
-0x7db5 036044 beq bt_cmd_start_inquiry ,check_51cmd_inq 
-0x7db6 036045 beq bt_cmd_stop_inquiry ,check_51cmd_stop_inq 
-0x7db7 036046 beq bt_cmd_start_adv ,check_51cmd_adv 
-0x7db8 036047 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
-0x7db9 036048 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
-0x7dba 036049 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
-0x7dbb 036050 beq bt_cmd_led_off ,check_51cmd_led_off 
-0x7dbc 036051 beq bt_cmd_led_on ,check_51cmd_led_on 
-0x7dbd 036052 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
-0x7dbe 036053 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
-0x7dbf 036054 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
-0x7dc0 036055 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
-0x7dc1 036056 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
-0x7dc2 036057 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
-0x7dc3 036058 beq bt_cmd_bb_reconn_cancel ,check_51cmd_bb_reconn_cancel 
-0x7dc4 036060 store 1 ,mem_fifo_temp 
-0x7dc5 036061 bpatchx patch3f_2 ,mem_patch3f 
-0x7dc6 036062 call lmo_fifo_check 
-0x7dc7 036063 nbranch check_51cmd_restore ,blank 
-:      036064 check_51cmd_once_continue:
-0x7dc8 036065 fetch 1 ,mem_fifo_temp 
-0x7dc9 036066 bmark0 mark_context ,check_51cmd_check_idle 
-0x7dca 036067 beq bt_cmd_disconnect ,check_51cmd_disconnect 
-0x7dcb 036068 beq bt_cmd_enter_sniff ,cmd_in_sniff 
-0x7dcc 036069 beq bt_cmd_exit_sniff ,cmd_exit_sniff 
-0x7dcd 036070 beq bt_cmd_set_pin_code ,check_51cmd_pincode 
-0x7dce 036071 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
-0x7dcf 036072 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
-0x7dd0 036073 beq bt_cmd_role_switch ,check_51cmd_role_switch 
-0x7dd1 036074 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
-0x7dd2 036075 beq bt_cmd_store_reconn_info_bt ,eeprom_store_bd_reconn_info 
-0x7dd3 036076 beq bt_cmd_dhkey_not_accept ,check_51cmd_dhkey_not_accept 
-0x7dd4 036077 beq bt_cmd_store_reconn_info ,check_51cmd_store_reconn_info 
-0x7dd5 036078 rtn 
-:      036080 check_51cmd_check_idle:
-0x7dd6 036081 store 1 ,mem_fifo_temp 
-0x7dd7 036082 call context_check_idle 
-0x7dd8 036083 branch check_51cmd_restore ,zero 
-0x7dd9 036084 call context_search_plap 
-0x7dda 036085 nrtn zero 
-:      036086 check_51cmd_restore:
-0x7ddb 036087 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
-0x7ddc 036088 branch ui_ipc_send_cmd 
-:      036093 check_51cmd_start_discovery:
-0x7ddd 036094 fetch 2 ,mem_ui_state_map 
-0x7dde 036095 set1 ui_state_bt_discovery 
-0x7ddf 036096 store 2 ,mem_ui_state_map 
-0x7de0 036097 jam 3 ,mem_scan_mode 
-0x7de1 036098 rtn 
-:      036102 check_51cmd_stop_discovery:
-0x7de2 036103 jam 0 ,mem_hid_handshake_timer_count 
-0x7de3 036104 jam 0 ,mem_scan_mode 
-0x7de4 036105 fetch 2 ,mem_ui_state_map 
-0x7de5 036106 set0 ui_state_bt_discovery 
-0x7de6 036107 store 2 ,mem_ui_state_map 
-0x7de7 036108 rtn 
-:      036112 check_51cmd_reconnect:
-0x7de8 036113 jam hci_cmd_create_conn ,mem_hci_cmd 
-0x7de9 036114 rtn 
-:      036118 check_51cmd_disconnect:
-0x7dea 036119 jam lmp_detach ,mem_lmo_opcode2 
-0x7deb 036120 jam other_end_terminated ,mem_disconn_reason_send 
-0x7dec 036121 rtn 
-:      036125 check_51cmd_enter_sniff_subrating:
-0x7ded 036126 rtn 
-:      036130 check_51cmd_exit_sniff_subrating:
-0x7dee 036131 rtn 
-:      036135 check_51cmd_sniff_test:
-0x7def 036136 rtn 
-:      036140 check_51cmd_pincode:
-0x7df0 036141 jam pincode_state_pincode_ready ,mem_pincode_state 
-0x7df1 036142 branch cmd_pair 
-:      036146 check_51cmd_inq:
-0x7df2 036147 rtn 
-:      036151 check_51cmd_stop_inq:
-0x7df3 036152 rtn 
-:      036156 check_51cmd_adv:
-0x7df4 036157 jam on ,mem_le_adv_enable 
-0x7df5 036158 jam adv_ind ,mem_le_adv_type 
-0x7df6 036159 fetch 2 ,mem_ui_state_map 
-0x7df7 036160 set1 ui_state_ble_adv ,pdata 
-0x7df8 036161 store 2 ,mem_ui_state_map 
-0x7df9 036162 rtn 
-:      036166 check_51cmd_stop_adv:
-0x7dfa 036167 fetch 2 ,mem_ui_state_map 
-0x7dfb 036168 set0 ui_state_ble_adv ,pdata 
-0x7dfc 036169 store 2 ,mem_ui_state_map 
-0x7dfd 036170 jam off ,mem_le_adv_enable 
-0x7dfe 036171 rtn 
-:      036175 check_51cmd_direct_adv:
-0x7dff 036176 jam on ,mem_le_adv_enable 
-0x7e00 036177 jam adv_direct_ind ,mem_le_adv_type 
-0x7e01 036178 fetch 2 ,mem_ui_state_map 
-0x7e02 036179 set1 ui_state_ble_adv ,pdata 
-0x7e03 036180 store 2 ,mem_ui_state_map 
-0x7e04 036181 rtn 
-:      036185 check_51cmd_stop_direct_adv:
-0x7e05 036186 fetch 2 ,mem_ui_state_map 
-0x7e06 036187 set0 ui_state_ble_adv ,pdata 
-0x7e07 036188 store 2 ,mem_ui_state_map 
-0x7e08 036189 jam off ,mem_le_adv_enable 
-0x7e09 036190 rtn 
-:      036194 check_51cmd_le_disconnect:
-0x7e0a 036195 setarg 20 
-0x7e0b 036196 store 2 ,mem_le_superto 
-0x7e0c 036197 store 2 ,mem_le_init_superto 
-0x7e0d 036198 branch le_send_terminate_ind_user_terminated 
-:      036202 check_51cmd_ble_update_connect_param:
-0x7e0e 036203 branch le_l2cap_tx_update_req 
-:      036207 check_51cmd_led_off:
-0x7e0f 036208 arg 0 ,rega 
-0x7e10 036209 branch ui_led_off_global 
-:      036213 check_51cmd_led_on:
-0x7e11 036214 arg 0 ,rega 
-0x7e12 036215 branch ui_led_on_global 
-:      036219 check_51cmd_led_start_blink:
-0x7e13 036220 arg 0 ,rega 
-0x7e14 036221 branch ui_led_blink_start_global 
-:      036225 check_51cmd_le_start_con:
-0x7e15 036226 jam on ,mem_le_scan_enable 
-0x7e16 036227 jam hci_cmd_le_create_conn ,mem_hci_cmd 
-0x7e17 036230 rtn 
-:      036234 check_51cmd_start_scan:
-0x7e18 036235 jam on ,mem_le_scan_enable 
-0x7e19 036236 rtn 
-:      036240 check_51cmd_stop_scan:
-0x7e1a 036241 jam off ,mem_le_scan_enable 
-0x7e1b 036242 jam 0 ,mem_hci_cmd 
-0x7e1c 036243 rtn 
-:      036247 check_51cmd_hibernate:
-0x7e1d 036248 fetch 2 ,mem_cb_before_hibernate 
-0x7e1e 036249 call callback_func 
-0x7e1f 036250 fetch 1 ,mem_ui_button_gpio 
-0x7e20 036251 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
-0x7e21 036252 copy pdata ,temp 
-0x7e22 036253 call gpio_config_input 
-:      036254 check_51cmd_hibernate_btn_disabled:
-0x7e23 036255 call ui_ipc_clean_all_fifo 
-0x7e24 036256 branch lpm_hibernate 
-:      036260 check_51cmd_le_smp_sec_req:
-0x7e25 036261 branch le_send_smp_security_request 
-:      036265 check_51cmd_role_switch:
-0x7e26 036266 jam lmp_slot_offset ,mem_lmo_opcode2 
-0x7e27 036267 set1 mark_switch_initiated ,mark 
-0x7e28 036268 nrtn master 
-0x7e29 036269 jam switch_flag_init ,mem_switch_flag 
-0x7e2a 036270 jam lmp_switch_req ,mem_lmo_opcode2 
-0x7e2b 036271 fetch 1 ,mem_connection_options 
-0x7e2c 036272 set0 connection_switch ,pdata 
-0x7e2d 036273 store 1 ,mem_connection_options 
-0x7e2e 036274 rtn 
-:      036278 check_51cmd_bb_reconn_cancel:
-0x7e2f 036279 force page_length_timer ,queue 
-0x7e30 036280 branch timer_stop 
-:      036284 check_51cmd_dhkey_not_accept:
-0x7e31 036285 call tid_set_reply 
-0x7e32 036286 jam lmp_dhkey_check ,mem_lmi_opcode2 
-0x7e33 036287 branch parse_lmp_dhkey_check_reject 
-:      036290 ui_check_paring_button:
-0x7e34 036291 fetch 1 ,mem_ui_state_map 
-0x7e35 036292 rtnbit0 ui_state_btn_down 
-0x7e36 036293 rtnbit0 ui_state_bt_reconnect 
-0x7e37 036294 branch check_51cmd_bb_reconn_cancel 
-:      036299 queue_init:
-0x7e38 036300 fetch 2 ,mem_queue_ptr 
-0x7e39 036301 add pdata ,queue_offset_curr_num ,contw 
-0x7e3a 036302 setarg 0 
-0x7e3b 036303 istore 3 ,contw 
-0x7e3c 036304 rtn 
-:      036308 queue_push:
-0x7e3d 036309 call disable_user 
-0x7e3e 036310 call queue_full 
-0x7e3f 036311 rtn blank 
-0x7e40 036312 fetch 2 ,mem_queue_ptr 
-0x7e41 036313 add pdata ,queue_offset_curr_num ,regb 
-0x7e42 036314 ifetcht 1 ,regb 
-0x7e43 036315 increase 1 ,temp 
-0x7e44 036316 istoret 1 ,regb 
-0x7e45 036318 ifetcht 1 ,pdata 
-0x7e46 036319 copy temp ,loopcnt 
-0x7e47 036320 add pdata ,queue_offset_write_ptr ,regb 
-0x7e48 036321 ifetch 1 ,regb 
-0x7e49 036322 imul32 temp ,pdata 
-0x7e4a 036323 iadd contr ,contw 
-0x7e4b 036324 copy rega ,contr 
-:      036325 calc_queue_next_ptr:
-0x7e4c 036326 call memcpy 
-0x7e4d 036327 call queue_get_size 
-0x7e4e 036328 pincrease -1 
-0x7e4f 036329 ifetcht 1 ,regb 
-0x7e50 036330 increase 1 ,temp 
-0x7e51 036331 iand temp ,temp 
-0x7e52 036332 istoret 1 ,regb 
-0x7e53 036333 branch enable_user 
-:      036338 queue_pop:
-0x7e54 036339 call disable_user 
-0x7e55 036340 call queue_empty 
-0x7e56 036341 rtn blank 
-0x7e57 036342 fetch 2 ,mem_queue_ptr 
-0x7e58 036343 add pdata ,queue_offset_curr_num ,regb 
-0x7e59 036344 ifetcht 1 ,regb 
-0x7e5a 036345 increase -1 ,temp 
-0x7e5b 036346 istoret 1 ,regb 
-0x7e5c 036347 ifetcht 1 ,pdata 
-0x7e5d 036348 copy temp ,loopcnt 
-0x7e5e 036349 add pdata ,queue_offset_read_ptr ,regb 
-0x7e5f 036350 ifetch 1 ,regb 
-0x7e60 036351 imul32 temp ,pdata 
-0x7e61 036352 iadd contr ,contr 
-0x7e62 036353 increase 1 ,contr 
-0x7e63 036354 copy rega ,contw 
-0x7e64 036355 branch calc_queue_next_ptr 
-:      036359 queue_empty:
-0x7e65 036360 fetch 2 ,mem_queue_ptr 
-0x7e66 036361 add pdata ,queue_offset_curr_num ,contr 
-0x7e67 036362 ifetch 1 ,contr 
-0x7e68 036363 rtn 
-:      036366 queue_full:
-0x7e69 036367 call queue_get_size 
-0x7e6a 036368 ifetcht 1 ,contr 
-0x7e6b 036369 isub temp ,pdata 
-0x7e6c 036370 rtn 
-:      036373 queue_get_size:
-0x7e6d 036374 fetch 2 ,mem_queue_ptr 
-0x7e6e 036375 add pdata ,queue_offset_length ,contr 
-0x7e6f 036376 ifetch 1 ,contr 
-0x7e70 036377 rtn 
-:      036385 right_shift_n:
-0x7e71 036386 sub loopcnt ,0 ,null 
-0x7e72 036387 rtn zero 
-:      036388 right_shift_n_loop:
-0x7e73 036389 rshift pdata ,pdata 
-0x7e74 036390 loop right_shift_n_loop 
-0x7e75 036391 rtn 
-:      036394 left_shift_n:
-0x7e76 036395 force 1 ,pdata 
-0x7e77 036396 sub loopcnt ,0 ,null 
-0x7e78 036397 rtn zero 
-:      036398 left_shift_n_loop:
-0x7e79 036399 lshift pdata ,pdata 
-0x7e7a 036400 loop left_shift_n_loop 
-0x7e7b 036401 rtn 
-:      036402 push_stack:
-0x7e7c 036403 deposit contw 
-0x7e7d 036404 store 2 ,mem_contw 
-0x7e7e 036405 storet 8 ,mem_temp 
-0x7e7f 036406 deposit timeup 
-0x7e80 036407 store 4 ,mem_timeup 
-0x7e81 036408 call push_stack_rega_b_c 
-0x7e82 036409 deposit contr 
-0x7e83 036410 store 2 ,mem_contr 
-0x7e84 036411 rtn 
-:      036413 push_stack_rega_b_c:
-0x7e85 036414 deposit rega 
-0x7e86 036415 store 4 ,mem_rega 
-0x7e87 036416 deposit regb 
-0x7e88 036417 store 4 ,mem_regb 
-0x7e89 036418 deposit regc 
-0x7e8a 036419 store 3 ,mem_regc 
-0x7e8b 036420 rtn 
-:      036422 pop_stack:
-0x7e8c 036423 fetcht 8 ,mem_temp 
-0x7e8d 036424 fetch 4 ,mem_timeup 
-0x7e8e 036425 iforce timeup 
-0x7e8f 036426 call pop_stack_rega_b_c 
-0x7e90 036427 fetch 2 ,mem_contw 
-0x7e91 036428 iforce contw 
-0x7e92 036429 fetch 2 ,mem_contr 
-0x7e93 036430 iforce contr 
-0x7e94 036431 rtn 
-:      036433 pop_stack_rega_b_c:
-0x7e95 036434 fetch 4 ,mem_rega 
-0x7e96 036435 iforce rega 
-0x7e97 036436 fetch 4 ,mem_regb 
-0x7e98 036437 iforce regb 
-0x7e99 036438 fetch 3 ,mem_regc 
-0x7e9a 036439 iforce regc 
-0x7e9b 036440 rtn 
-:      036442 get_contw:
-0x7e9c 036443 fetch 2 ,mem_contw 
-0x7e9d 036444 copy pdata ,contw 
-0x7e9e 036445 rtn 
-:      036446 get_contr:
-0x7e9f 036447 fetch 2 ,mem_contr 
-0x7ea0 036448 copy pdata ,contr 
-0x7ea1 036449 rtn 
-:      036450 store_contw:
-0x7ea2 036451 copy contw ,pdata 
-0x7ea3 036452 store 2 ,mem_contw 
-0x7ea4 036453 rtn 
-:      036454 store_contr:
-0x7ea5 036455 copy contr ,pdata 
-0x7ea6 036456 store 2 ,mem_contr 
-0x7ea7 036457 rtn 
-:      036461 save_cont_pointers:
-0x7ea8 036462 copy contw ,pdata 
-0x7ea9 036463 store 2 ,mem_hold_contw 
-0x7eaa 036464 copy contr ,pdata 
-0x7eab 036465 store 2 ,mem_hold_contr 
-0x7eac 036466 rtn 
-:      036467 load_cont_pointers:
-0x7ead 036468 fetch 2 ,mem_hold_contw 
-0x7eae 036469 copy pdata ,contw 
-0x7eaf 036470 fetch 2 ,mem_hold_contr 
-0x7eb0 036471 copy pdata ,contr 
-0x7eb1 036472 rtn 
-:      036474 memcpy96:
-0x7eb2 036475 call memcpy32 
-:      036476 memcpy64:
-0x7eb3 036477 call memcpy32 
-0x7eb4 036478 branch memcpy32 
-:      036479 memcpy12:
-0x7eb5 036480 call memcpy8 
-:      036481 memcpy4:
-0x7eb6 036482 ifetch 4 ,contr 
-0x7eb7 036483 istore 4 ,contw 
-0x7eb8 036484 rtn 
-:      036485 memcpy8:
-0x7eb9 036486 ifetch 8 ,contr 
-0x7eba 036487 istore 8 ,contw 
-0x7ebb 036488 rtn 
-:      036490 memcpy48:
-0x7ebc 036491 call memcpy16 
-:      036492 memcpy32:
-0x7ebd 036493 call memcpy8 
-:      036494 memcpy24:
-0x7ebe 036495 call memcpy8 
-:      036496 memcpy16:
-0x7ebf 036497 call memcpy8 
-0x7ec0 036498 branch memcpy8 
-:      036502 delay_10ms:
-0x7ec1 036503 arg 10 ,loopcnt 
-:      036504 delay_ms_wait:
-0x7ec2 036505 nop 12000 
-0x7ec3 036506 loop delay_ms_wait 
-0x7ec4 036507 rtn 
-:      036509 bn_zero:
-0x7ec5 036510 force 3 ,loopcnt 
-:      036511 memset0:
-0x7ec6 036512 force 0 ,pdata 
-:      036513 memset8:
-0x7ec7 036514 istore 8 ,contw 
-0x7ec8 036515 loop memset8 
-0x7ec9 036516 rtn 
-:      036518 memset0_8:
-0x7eca 036519 force 0 ,pdata 
-0x7ecb 036520 istore 8 ,contw 
-0x7ecc 036521 rtn 
-:      036522 memset0_4:
-0x7ecd 036523 force 0 ,pdata 
-0x7ece 036524 istore 4 ,contw 
-0x7ecf 036525 rtn 
-:      036527 clear_mem_256:
-0x7ed0 036528 force 4 ,loopcnt 
-0x7ed1 036529 branch memset0 
-:      036530 clear_mem_512:
-0x7ed2 036531 force 8 ,loopcnt 
-0x7ed3 036532 branch memset0 
-:      036534 clear_mem:
-0x7ed4 036535 deposit loopcnt 
-0x7ed5 036536 rtn blank 
-0x7ed6 036537 setarg 0 
-:      036538 clear_mem_loop:
-0x7ed7 036539 istore 1 ,contw 
-0x7ed8 036540 loop clear_mem_loop 
-0x7ed9 036541 rtn 
-:      036544 clear_temp_block:
-0x7eda 036545 arg 32 ,loopcnt 
-0x7edb 036546 arg mem_temp_block0 ,contw 
-0x7edc 036547 branch clear_mem 
-:      036549 xor_loop:
-0x7edd 036550 ifetch 4 ,regc 
-0x7ede 036551 ifetcht 4 ,rega 
-0x7edf 036552 ixor temp ,pdata 
-0x7ee0 036553 istore 4 ,contw 
-0x7ee1 036554 increase 4 ,rega 
-0x7ee2 036555 increase 4 ,regc 
-0x7ee3 036556 loop xor_loop 
-0x7ee4 036557 rtn 
-:      036561 inverse_data:
-0x7ee5 036562 bpatchx patch3f_3 ,mem_patch3f 
-0x7ee6 036563 copy loopcnt ,pdata 
-0x7ee7 036564 sub pdata ,1 ,null 
-0x7ee8 036565 rtn positive 
-0x7ee9 036566 iadd rega ,regb 
-0x7eea 036567 increase -1 ,regb 
-0x7eeb 036568 rshift loopcnt ,loopcnt 
-:      036569 inverse_loop:
-0x7eec 036570 ifetcht 1 ,rega 
-0x7eed 036571 ifetch 1 ,regb 
-0x7eee 036572 istore 1 ,rega 
-0x7eef 036573 istoret 1 ,regb 
-0x7ef0 036574 increase -1 ,regb 
-0x7ef1 036575 increase 1 ,rega 
-0x7ef2 036576 loop inverse_loop 
-0x7ef3 036577 rtn 
-:      036580 memcpy_fast:
-0x7ef4 036581 deposit loopcnt 
-0x7ef5 036582 rtn blank 
-:      036583 memcpy_fast_loop:
-0x7ef6 036584 increase -8 ,loopcnt 
-0x7ef7 036585 call memcpy8 ,positive 
-0x7ef8 036586 rtn zero 
-0x7ef9 036587 branch memcpy_fast_loop ,positive 
-0x7efa 036588 increase 8 ,loopcnt 
-:      036589 memcpy_fast_loop_four:
-0x7efb 036590 increase -4 ,loopcnt 
-0x7efc 036591 call memcpy4 ,positive 
-0x7efd 036592 rtn zero 
-0x7efe 036593 branch memcpy_fast_loop_four ,positive 
-0x7eff 036594 increase 4 ,loopcnt 
-0x7f00 036595 branch memcpy 
-:      036597 memcpy:
-0x7f01 036598 deposit loopcnt 
-0x7f02 036599 rtn blank 
-:      036600 memcpy_loop:
-0x7f03 036601 ifetch 1 ,contr 
-0x7f04 036602 istore 1 ,contw 
-0x7f05 036603 loop memcpy_loop 
-0x7f06 036604 rtn 
-:      036606 timer_stop:
-0x7f07 036607 setarg 0 
-:      036608 timer_init:
-0x7f08 036609 rshift clkn_bt ,temp 
-0x7f09 036610 storet 4 ,mem_last_clkn 
-0x7f0a 036611 arg mem_timers ,contw 
-0x7f0b 036612 iforce temp 
-0x7f0c 036613 lshift queue ,pdata 
-0x7f0d 036614 iadd contw ,contw 
-0x7f0e 036615 istoret 2 ,contw 
-0x7f0f 036616 bpatchx patch3f_4 ,mem_patch3f 
-0x7f10 036617 rtn 
-:      036619 timer_check_timeout:
-0x7f11 036620 arg 0x800 ,timeup 
-0x7f12 036621 lshift16 timeup ,timeup 
-0x7f13 036622 iadd timeup ,pdata 
-0x7f14 036623 rtn 
-:      036626 timer_reinit:
-0x7f15 036627 arg 0 ,queue 
-:      036628 timer_check:
-0x7f16 036629 bpatchx patch3f_5 ,mem_patch3f 
-0x7f17 036630 fetcht 4 ,mem_last_clkn 
-0x7f18 036631 rshift clkn_bt ,pdata 
-0x7f19 036632 store 4 ,mem_last_clkn 
-0x7f1a 036633 isub temp ,null 
-0x7f1b 036634 ncall timer_check_timeout ,positive 
-0x7f1c 036635 isub temp ,timeup 
-0x7f1d 036636 copy timeup ,temp 
-0x7f1e 036637 arg mem_timers ,contr 
-0x7f1f 036638 copy contr ,contw 
-0x7f20 036639 arg 16 ,loopcnt 
-:      036640 timer_loop:
-0x7f21 036641 ifetch 2 ,contr 
-0x7f22 036642 isub temp ,pdata 
-0x7f23 036643 branch timer_counting ,positive 
-0x7f24 036644 force 0 ,pdata 
-:      036645 timer_counting:
-0x7f25 036646 istore 2 ,contw 
-0x7f26 036647 loop timer_loop 
-0x7f27 036648 arg mem_timers ,contr 
-0x7f28 036649 lshift queue ,pdata 
-0x7f29 036650 iadd contr ,contr 
-0x7f2a 036651 ifetch 2 ,contr 
-0x7f2b 036652 rtn 
-:      036657 clk_add:
-0x7f2c 036658 iadd temp ,temp 
-0x7f2d 036659 copy temp ,loopcnt 
-0x7f2e 036660 setarg 3750 
-0x7f2f 036661 isub loopcnt ,pdata 
-0x7f30 036662 rtn positive 
-0x7f31 036663 sub pdata ,0 ,pdata 
-0x7f32 036664 rshift16 temp ,temp 
-0x7f33 036665 increase 1 ,temp 
-0x7f34 036666 lshift16 temp ,temp 
-0x7f35 036667 ior temp ,temp 
-0x7f36 036668 rtn 
-:      036670 clk_diff_rt:
-0x7f37 036671 call clk_diff 
-0x7f38 036672 branch clk2rt 
-:      036675 clk_diff:
-0x7f39 036676 disable user 
-0x7f3a 036677 isub temp ,pdata 
-0x7f3b 036678 branch clk_diff_pos ,positive 
-0x7f3c 036679 enable user 
-0x7f3d 036680 sub pdata ,0 ,pdata 
-:      036681 clk_diff_pos:
-0x7f3e 036682 rtnbit0 15 
-0x7f3f 036683 arg -61786 ,temp 
-0x7f40 036684 iadd temp ,pdata 
-0x7f41 036685 set0 64 ,pdata 
-0x7f42 036686 rtn 
-:      036688 clk2rt:
-0x7f43 036689 iforce contr 
-0x7f44 036690 rshift16 pdata ,pdata 
-0x7f45 036691 arg 3750 ,temp 
-0x7f46 036692 imul32 temp ,pdata 
-0x7f47 036693 iadd contr ,pdata 
-0x7f48 036694 rtn 
-:      036697 clk2lpo:
-0x7f49 036698 lshift8 pdata ,pdata 
-0x7f4a 036699 lshift4 pdata ,pdata 
-0x7f4b 036700 fetcht 3 ,mem_clks_per_lpo 
-0x7f4c 036701 idiv temp 
-0x7f4d 036702 call wait_div_end 
-0x7f4e 036703 quotient temp 
-0x7f4f 036704 rtn 
-:      036707 clk2bt:
-0x7f50 036708 arg 3750 ,temp 
-0x7f51 036709 idiv temp 
-0x7f52 036710 call wait_div_end 
-0x7f53 036711 quotient pdata 
-0x7f54 036712 lshift16 pdata ,pdata 
-0x7f55 036713 remainder temp 
-0x7f56 036714 ior temp ,temp 
-0x7f57 036715 rtn 
-:      036722 string2dec_from_uart:
-0x7f58 036723 arg 0 ,temp 
-:      036724 string2dec_from_uart_done:
-0x7f59 036725 copy temp ,regc 
-0x7f5a 036726 ifetch 1 ,contru 
-0x7f5b 036727 call uchar2dialog 
-0x7f5c 036728 copy regc ,temp 
-0x7f5d 036729 call swap 
-0x7f5e 036730 arg 10 ,regb 
-0x7f5f 036731 imul32 regb ,pdata 
-0x7f60 036732 iadd temp ,pdata 
-0x7f61 036733 copy pdata ,temp 
-0x7f62 036734 loop string2dec_from_uart_done 
-0x7f63 036735 rtn 
-:      036739 uchar2dialog:
-0x7f64 036740 arg 0x3a ,temp 
-0x7f65 036741 isub temp ,null 
-0x7f66 036742 nbranch uchar2dialog_number ,positive 
-0x7f67 036743 arg 0x61 ,temp 
-0x7f68 036744 isub temp ,null 
-0x7f69 036745 branch uchar2dialog_a2f ,positive 
-0x7f6a 036746 arg 0x37 ,temp 
-0x7f6b 036747 isub temp ,pdata 
-0x7f6c 036748 rtn 
-:      036749 uchar2dialog_number:
-0x7f6d 036750 arg 0x30 ,temp 
-0x7f6e 036751 isub temp ,pdata 
-0x7f6f 036752 rtn 
-:      036753 uchar2dialog_a2f:
-0x7f70 036754 arg 0x57 ,temp 
-0x7f71 036755 isub temp ,pdata 
-0x7f72 036756 rtn 
-:      036758 pn9:
-0x7f73 036759 copy temp ,alarm 
-0x7f74 036760 setarg 0x1ff 
-0x7f75 036761 force 0 ,regb 
-:      036762 pn9_loop:
-0x7f76 036763 rshift3 pdata ,rega 
-0x7f77 036764 rshift rega ,rega 
-0x7f78 036765 ixor rega ,rega 
-0x7f79 036766 isolate1 0 ,rega 
-0x7f7a 036767 setflag true ,9 ,pdata 
-0x7f7b 036768 rshift temp ,temp 
-0x7f7c 036769 isolate1 0 ,pdata 
-0x7f7d 036770 setflag true ,7 ,temp 
-0x7f7e 036771 rshift pdata ,pdata 
-0x7f7f 036772 increase 1 ,regb 
-0x7f80 036773 compare 0 ,regb ,0x7 
-0x7f81 036774 nbranch pn9_loop ,true 
-0x7f82 036775 istoret 1 ,contw 
-0x7f83 036776 loop pn9_loop 
-0x7f84 036777 copy alarm ,temp 
-0x7f85 036778 rtn 
-:      036781 wait_div_end:
-0x7f86 036782 rtn modone 
-0x7f87 036783 branch wait_div_end 
-:      036793 compare_loop:
-:      036794 string_compare:
-0x7f88 036795 ifetch 1 ,rega 
-0x7f89 036796 ifetcht 1 ,regb 
-0x7f8a 036797 isub temp ,null 
-0x7f8b 036798 nrtn zero 
-0x7f8c 036799 increase 1 ,rega 
-0x7f8d 036800 increase 1 ,regb 
-0x7f8e 036801 loop string_compare 
-0x7f8f 036802 force 0 ,null 
-0x7f90 036803 rtn 
-:      036806 ceiling:
-0x7f91 036807 isub temp ,null 
-0x7f92 036808 nrtn positive 
-0x7f93 036809 deposit temp 
-0x7f94 036810 rtn 
-:      036812 swap:
-0x7f95 036813 iadd temp ,pdata 
-0x7f96 036814 isub temp ,temp 
-0x7f97 036815 isub temp ,pdata 
-0x7f98 036816 rtn 
-:      036818 clean_mem:
-0x7f99 036819 arg 0x200 ,loopcnt 
-0x7f9a 036820 arg 0x4000 ,contw 
-0x7f9b 036821 branch memset0 
-:      036824 callback_func:
-0x7f9c 036825 rtn blank 
-0x7f9d 036826 copy pdata ,pc 
-:      036829 wait_uarttx:
-0x7f9e 036830 hfetch 2 ,core_uart_txitems 
-0x7f9f 036831 nbranch wait_uarttx ,blank 
-0x7fa0 036832 rtn 
-:      036834 ice_break:
-0x7fa1 036835 jam 0x1 ,core_ice_ctrl 
-0x7fa2 036836 rtn 
-:      036838 ice_setbp:
-0x7fa3 036839 hstore 2 ,core_ice_break0 
-0x7fa4 036840 hfetch 1 ,core_ice_ctrl 
-0x7fa5 036841 set1 4 ,pdata 
-0x7fa6 036842 hstore 1 ,core_ice_ctrl 
-0x7fa7 036843 rtn 
-:      036844 ice_setbp2:
-0x7fa8 036845 hstore 2 ,core_ice_break1 
-0x7fa9 036846 hfetch 1 ,core_ice_ctrl 
-0x7faa 036847 set1 6 ,pdata 
-0x7fab 036848 hstore 1 ,core_ice_ctrl 
-0x7fac 036849 rtn 
-:      036851 ice_set_write_bp:
-0x7fad 036852 hstore 2 ,core_ice_break0 
-0x7fae 036853 jam 0x30 ,core_ice_ctrl 
-0x7faf 036854 rtn 
-:      036858 test_enable_white:
-0x7fb0 036859 hfetch 1 ,core_config 
-0x7fb1 036860 set0 whiteoff_bit ,pdata 
-0x7fb2 036861 hstore 1 ,core_config 
-0x7fb3 036862 rtn 
-:      036864 check_uart_tx_buff:
-0x7fb4 036865 hfetch 2 ,core_uart_txitems 
-0x7fb5 036866 arg uart_air_control_threshold ,temp 
-:      036867 pdata_sub_temp:
-0x7fb6 036868 isub temp ,null 
-0x7fb7 036869 rtn 
-:      036875 fifo_in:
-0x7fb8 036876 bpatchx patch3f_6 ,mem_patch3f 
-0x7fb9 036877 ifetcht util_fifo_len ,rega 
-0x7fba 036878 and temp ,0xff ,pdata 
-0x7fbb 036879 nbranch fifo_in_push ,blank 
-0x7fbc 036880 rshift8 temp ,pdata 
-0x7fbd 036881 istore util_fifo_len ,rega 
-:      036882 fifo_in_push:
-0x7fbe 036883 increase util_fifo_len + util_fifo_offset ,rega 
-0x7fbf 036884 ifetch 1 ,rega 
-0x7fc0 036885 nbranch assert ,blank 
-0x7fc1 036886 fetch 1 ,mem_fifo_temp 
-0x7fc2 036887 istore 1 ,rega 
-0x7fc3 036888 rtn 
-:      036893 fifo_out:
-0x7fc4 036894 bpatchx patch3f_7 ,mem_patch3f 
-0x7fc5 036895 arg util_fifo_len ,loopcnt 
-0x7fc6 036896 ifetch util_fifo_len ,rega 
-0x7fc7 036897 rtn blank 
-:      036898 fifo_out_loop:
-0x7fc8 036899 ifetch 1 ,rega 
-0x7fc9 036900 nbranch fifo_out_end ,blank 
-0x7fca 036901 increase 1 ,rega 
-0x7fcb 036902 loop fifo_out_loop 
-0x7fcc 036903 branch assert 
-:      036904 fifo_out_end:
-0x7fcd 036905 arg 0 ,temp 
-0x7fce 036906 istoret 1 ,rega 
-0x7fcf 036907 rtn 
-:      036912 fifo_is_empty:
-0x7fd0 036913 ifetch util_fifo_len ,rega 
-0x7fd1 036914 rtn 
-:      036919 fifo_is_full:
-0x7fd2 036920 ifetch 1 ,rega 
-0x7fd3 036921 rtn 
-:      036924 fifo_is_near_full:
-0x7fd4 036925 ifetch 2 ,rega 
-0x7fd5 036926 rtn 
-:      036930 fifo_content_count:
-0x7fd6 036931 arg 0 ,temp 
-:      036932 fifo_content_count_loop:
-0x7fd7 036933 fetch 1 ,contr 
-0x7fd8 036934 loop fifo_content_count_loop ,blank 
-0x7fd9 036935 increase 1 ,temp 
-0x7fda 036936 loop fifo_content_count_loop 
-0x7fdb 036937 copy temp ,pdata 
-0x7fdc 036938 rtn 
-:      036940 not_greater_than:
-0x7fdd 036941 isub temp ,null 
-0x7fde 036942 nrtn positive 
-0x7fdf 036943 copy temp ,pdata 
-0x7fe0 036944 rtn 
-:      036947 disable_positive:
-0x7fe1 036948 force -1 ,null 
-0x7fe2 036949 rtn 
-:      036950 enable_positive:
-:      036951 disable_zero:
-0x7fe3 036952 force 1 ,null 
-0x7fe4 036953 rtn 
-:      036954 enable_zero:
-0x7fe5 036955 force 0 ,null 
-0x7fe6 036956 rtn 
-:      036958 enable_user:
-0x7fe7 036959 enable user 
-0x7fe8 036960 rtn 
-:      036962 disable_user:
-0x7fe9 036963 disable user 
-0x7fea 036964 rtn 
-:      036966 enable_user2:
-0x7feb 036967 enable user2 
-0x7fec 036968 rtn 
-:      036970 disable_user2:
-0x7fed 036971 disable user2 
-0x7fee 036972 rtn 
-:      036974 disable_blank:
-0x7fef 036975 setarg 1 
-0x7ff0 036976 rtn 
-:      036978 enable_blank:
-0x7ff1 036979 setarg 0 
-0x7ff2 036980 rtn 
-:      036983 reverse_byte:
-0x7ff3 036984 copy loopcnt ,pdata 
-0x7ff4 036985 rtn blank 
-0x7ff5 036986 copy contr ,pdata 
-0x7ff6 036987 iadd loopcnt ,pdata 
-0x7ff7 036988 increase -1 ,pdata 
-0x7ff8 036989 copy pdata ,contr 
-:      036990 reverse_loop:
-0x7ff9 036991 ifetch 1 ,contr 
-0x7ffa 036992 increase -2 ,contr 
-0x7ffb 036993 istore 1 ,contw 
-0x7ffc 036994 loop reverse_loop 
-0x7ffd 036995 rtn 
+:      002838 start:
+0x2000 002839 call lpmstate 
+:      002841 soft_reset:
+0x2001 002842 bpatch patch00_0 ,mem_patch00 
+0x2002 002843 clear_stack 
+0x2003 002844 call spi_ncs_gpio_init 
+0x2004 002845 call initialize_radio 
+0x2005 002846 call iicd_init_12m 
+0x2006 002847 call init_param 
+0x2007 002848 call l2cap_init 
+0x2008 002849 bpatch patch00_1 ,mem_patch00 
+0x2009 002850 call rfcomm_init 
+0x200a 002851 call init_lmp 
+0x200b 002852 call ui_init 
+0x200c 002853 call app_init 
+0x200d 002854 ncall load_chip_option ,wake 
+0x200e 002855 bpatch patch00_2 ,mem_patch00 
+0x200f 002856 call app_lpm_init ,wake 
+0x2010 002857 call publickey_init 
+0x2011 002858 call lpm_recover_clk ,wake 
+:      002859 main_loop:
+0x2012 002860 bpatch patch00_3 ,mem_patch00 
+0x2013 002861 call sp_calc_sequence 
+0x2014 002862 call sp_calc_sequence_256 
+0x2015 002863 call sp_calc_sequence_256_check 
+0x2016 002864 call le_dispatch 
+0x2017 002865 bpatch patch00_4 ,mem_patch00 
+0x2018 002866 call idle_dispatch 
+0x2019 002867 call app_process_idle 
+0x201a 002868 call inquiry_dispatch 
+0x201b 002869 call inquiry_scan_dispatch 
+0x201c 002870 call page_scan_dispatch 
+0x201d 002871 call connection_dispatch 
+0x201e 002872 call lpm_dispatch 
+0x201f 002873 call g24_dispatch 
+0x2020 002874 branch main_loop 
+:      002876 connection_dispatch:
+0x2021 002877 call connection_incontext 
+0x2022 002878 rtnmark0 mark_context 
+0x2023 002879 set0 mark_context ,mark 
+0x2024 002880 call context_save 
+0x2025 002881 branch le_disable 
+:      002883 connection_incontext:
+0x2026 002884 bpatch patch00_5 ,mem_patch00 
+0x2027 002885 call context_search_insniff 
+0x2028 002886 nbranch connection_nosniff ,zero 
+0x2029 002887 call context_load 
+0x202a 002888 add rega ,coffset_mode ,contr 
+0x202b 002889 ifetch 1 ,contr 
+0x202c 002890 bbit1 mode_le ,le_conn_dispatch 
+0x202d 002891 bbit1 mode_master ,master_dispatch 
+0x202e 002892 branch slave_dispatch 
+:      002893 connection_nosniff:
+0x202f 002894 call context_get_next 
+0x2030 002895 copy loopcnt ,null 
+0x2031 002896 rtn zero 
+0x2032 002897 call context_load 
+0x2033 002898 fetch 1 ,mem_state 
+0x2034 002899 bbit1 state_inpage ,master_page 
+0x2035 002900 fetch 1 ,mem_mode 
+0x2036 002901 bbit1 mode_master ,master_dispatch 
+0x2037 002902 branch slave_dispatch 
+:      002910 idle_dispatch:
+0x2038 002911 fetch 1 ,mem_hci_cmd 
+0x2039 002912 rtn blank 
+0x203a 002913 beq hci_cmd_inquiry ,idle_inquiry 
+0x203b 002914 beq hci_cmd_inquiry_cancel ,idle_inquiry_cancel 
+0x203c 002915 beq hci_cmd_remote_name_req ,idle_remote_name_req 
+0x203d 002916 beq hci_cmd_create_conn ,idle_create_conn 
+0x203e 002917 beq hci_cmd_le_create_conn ,idle_le_create_conn 
+0x203f 002918 call context_search_conn_handle 
+0x2040 002919 rtn zero 
+0x2041 002920 call context_search_plap 
+0x2042 002921 rtn zero 
+:      002922 idle_exit:
+0x2043 002923 jam 0 ,mem_hci_cmd 
+0x2044 002924 rtn 
+:      002926 idle_le_create_conn:
+0x2045 002927 jam hci_cmd_le_create_conn ,mem_cmd_le_create_conn 
+0x2046 002928 jam 0 ,mem_hci_cmd 
+0x2047 002929 rtn 
+:      002931 idle_inquiry:
+0x2048 002932 set1 mark_inquiry_on ,mark 
+0x2049 002933 set0 mark_inquiry_trainb ,mark 
+0x204a 002934 jam param_ninquiry ,mem_ninqy_index 
+0x204b 002935 jam 31 ,mem_nfreq_index_inq 
+0x204c 002936 branch idle_exit 
+:      002938 idle_inquiry_cancel:
+0x204d 002939 set0 mark_inquiry_on ,mark 
+0x204e 002940 force 0 ,stop_watch 
+0x204f 002941 branch idle_exit 
+:      002943 idle_remote_name_req:
+0x2050 002944 call context_search_plap 
+0x2051 002945 rtn zero 
+0x2052 002946 force lmp_name_req ,temp 
+0x2053 002947 jam 5 ,mem_nameres_cnt 
+0x2054 002948 branch idle_start_page 
+:      002950 idle_create_conn:
+0x2055 002951 bpatch patch00_6 ,mem_patch00 
+:      002952 idle_create_conn_device:
+0x2056 002953 fetch 6 ,mem_hci_plap 
+0x2057 002954 branch idle_exit ,blank 
+0x2058 002955 jam reconnect_hid ,memui_reconnect_mode 
+0x2059 002957 jam conn_sm_wait_features_res ,mem_conn_sm 
+0x205a 002958 branch idle_create_conn_cont 
+:      002960 idle_create_conn_cont:
+0x205b 002961 force lmp_version_req ,temp 
+:      002962 idle_start_page:
+0x205c 002963 bpatch patch00_7 ,mem_patch00 
+0x205d 002964 fetch 1 ,mem_page_mode 
+0x205e 002965 branch idle_page_mode_r0 ,blank 
+0x205f 002966 lshift3 pdata ,pdata 
+0x2060 002967 lshift4 pdata ,pdata 
+0x2061 002968 increase -1 ,pdata 
+:      002969 idle_page_mode_r0:
+0x2062 002970 store 1 ,mem_npage 
+0x2063 002971 store 1 ,mem_npage_index 
+0x2064 002972 jam 31 ,mem_nfreq_index_page 
+0x2065 002973 set0 mark_page_trainb ,mark 
+0x2066 002974 call context_new 
+0x2067 002975 nbranch idle_page_fail ,zero 
+0x2068 002976 call get_free_amaddr 
+0x2069 002977 store 1 ,mem_amaddr 
+0x206a 002978 storet 1 ,mem_lmo_opcode2 
+0x206b 002979 fetch 6 ,mem_hci_plap 
+0x206c 002980 store 6 ,mem_plap 
+0x206d 002981 bpatch patch01_0 ,mem_patch01 
+0x206e 002982 call timer_reinit 
+0x206f 002983 force 0 ,pdata 
+0x2070 002984 compare lmp_name_req ,temp ,0xff 
+0x2071 002985 nsetflag true ,state_init_seq ,pdata 
+0x2072 002986 set1 state_inpage ,pdata 
+0x2073 002987 store 1 ,mem_state 
+0x2074 002988 jam bt_evt_reconn_started ,mem_fifo_temp 
+0x2075 002989 call ui_ipc_send_event 
+0x2076 002990 force 0 ,pdata 
+0x2077 002991 setflag true ,smap_name_req ,pdata 
+0x2078 002992 store 1 ,mem_state_map 
+0x2079 002993 setarg 0 
+0x207a 002994 set1 mode_master ,pdata 
+0x207b 002995 store 1 ,mem_mode 
+0x207c 002996 enable master 
+0x207d 002997 call context_save 
+0x207e 002998 disable master 
+0x207f 002999 force page_length_timer ,queue 
+0x2080 003000 fetch 2 ,mem_page_to 
+0x2081 003001 call timer_init 
+0x2082 003002 branch idle_exit 
+:      003003 idle_page_fail:
+0x2083 003004 bpatch patch01_1 ,mem_patch01 
+0x2084 003005 fetch 6 ,mem_hci_plap 
+0x2085 003006 store 6 ,mem_plap 
+0x2086 003007 compare lmp_name_req ,temp ,0xff 
+0x2087 003008 branch idle_name_fail ,true 
+0x2088 003009 branch idle_exit 
+:      003010 idle_name_fail:
+0x2089 003011 arg mem_tmp_buffer ,contw 
+0x208a 003012 arg 8 ,loopcnt 
+0x208b 003013 call memset0 
+0x208c 003014 jam bt_evt_reconn_failed ,mem_fifo_temp 
+0x208d 003015 call ui_ipc_send_event 
+0x208e 003016 branch idle_exit 
+:      003023 inquiry_dispatch:
+0x208f 003024 rtnmark0 mark_inquiry_on 
+0x2090 003025 force inquiry_length_timer ,queue 
+0x2091 003026 call timer_check 
+0x2092 003027 nsetflag blank ,mark_inquiry_on ,mark 
+0x2093 003028 nbranch inquiry_start ,blank 
+0x2094 003029 rtn 
+:      003033 inquiry_start:
+0x2095 003034 bpatch patch01_2 ,mem_patch01 
+0x2096 003035 fetcht 2 ,mem_inq_window 
+0x2097 003036 force 4 ,queue 
+0x2098 003037 call sniff_check_window 
+0x2099 003038 rtn user 
+0x209a 003039 call afh_clear 
+0x209b 003040 force 0 ,freq_mode 
+:      003041 inquiry_restart:
+0x209c 003042 rtn timeout 
+0x209d 003043 set0 mark_fhs_already_good ,mark 
+0x209e 003044 set0 mark_fhs_eir ,mark 
+:      003045 inquiry_rx_restart:
+0x209f 003046 add clkn_bt ,1 ,bt_clk 
+0x20a0 003047 isolate1 mark_inquiry_trainb ,mark 
+0x20a1 003048 setflag true ,2 ,freq_mode 
+0x20a2 003049 compare 0x00 ,bt_clk ,0x02 
+0x20a3 003050 nbranch inquiry_receive ,true 
+:      003052 inquiry_transmit:
+0x20a4 003053 bpatch patch01_3 ,mem_patch01 
+0x20a5 003054 fetch 1 ,mem_inquiry_transmit 
+0x20a6 003055 increase 1 ,pdata 
+0x20a7 003056 store 1 ,mem_inquiry_transmit 
+0x20a8 003057 call fetch_giac 
+0x20a9 003058 call tx_radio_freq 
+0x20aa 003059 call fetch_diac 
+0x20ab 003060 call start_transmitter 
+0x20ac 003061 call start_tx_native 
+0x20ad 003062 call send_access_word 
+0x20ae 003063 call end_of_packet 
+0x20af 003064 call inquiry_check_train 
+0x20b0 003065 branch inquiry_restart 
+:      003067 inquiry_check_train:
+0x20b1 003068 bpatch patch01_4 ,mem_patch01 
+0x20b2 003069 fetch 1 ,mem_nfreq_index_inq 
+0x20b3 003070 increase -1 ,pdata 
+0x20b4 003071 store 1 ,mem_nfreq_index_inq 
+0x20b5 003072 rtn positive 
+0x20b6 003073 jam 31 ,mem_nfreq_index_inq 
+0x20b7 003074 fetch 1 ,mem_ninqy_index 
+0x20b8 003075 increase -1 ,pdata 
+0x20b9 003076 store 1 ,mem_ninqy_index 
+0x20ba 003077 rtn positive 
+0x20bb 003078 setflip mark_inquiry_trainb ,mark 
+0x20bc 003079 jam param_ninquiry ,mem_ninqy_index 
+0x20bd 003080 rtn 
+:      003082 inquiry_receive:
+0x20be 003083 bpatch patch01_5 ,mem_patch01 
+0x20bf 003084 call fetch_giac 
+0x20c0 003085 call rx_radio_freq 
+0x20c1 003086 call fetch_diac 
+0x20c2 003087 call start_rx_native 
+0x20c3 003088 call start_receiver 
+0x20c4 003089 call wait_access_clkn_rt 
+0x20c5 003090 branch inquiry_sync ,sync 
+0x20c6 003091 call inquiry_check_train 
+0x20c7 003092 branch inquiry_rx_restart 
+:      003093 inquiry_sync:
+0x20c8 003094 bpatch patch01_6 ,mem_patch01 
+0x20c9 003095 call save_rssi 
+0x20ca 003096 call scan_mode_whiten 
+0x20cb 003097 call receive_packet_whitened 
+0x20cc 003098 set0 mark_rxbuf_inuse ,mark 
+0x20cd 003099 rtnmark0 mark_fhs_already_good 
+:      003100 inquiry_receive_rtn:
+0x20ce 003101 bpatch patch01_7 ,mem_patch01 
+:      003102 inquiry_receive_eir_rtn:
+0x20cf 003103 fetch 1 ,mem_inquiry_rcv 
+0x20d0 003104 increase 1 ,pdata 
+0x20d1 003105 store 1 ,mem_inquiry_rcv 
+0x20d2 003106 rtn 
+:      003114 master_page:
+0x20d3 003115 bpatch patch02_0 ,mem_patch02 
+0x20d4 003116 enable master 
+0x20d5 003117 enable clknt 
+0x20d6 003118 fetch 2 ,mem_page_interval 
+0x20d7 003119 branch master_page_no_interval ,blank 
+0x20d8 003120 force page_interval_timer ,queue 
+0x20d9 003121 call timer_check 
+0x20da 003122 nrtn blank 
+:      003123 master_page_no_interval:
+0x20db 003124 bpatch patch02_1 ,mem_patch02 
+0x20dc 003125 fetcht 2 ,mem_page_window 
+0x20dd 003126 force 40 ,queue 
+0x20de 003127 call sniff_check_window 
+0x20df 003128 branch page_exit ,user 
+0x20e0 003129 force page_length_timer ,queue 
+0x20e1 003130 call timer_check 
+0x20e2 003131 nbranch page_start ,blank 
+0x20e3 003132 fetch 1 ,mem_state_map 
+0x20e4 003133 bbit1 smap_name_req ,master_npage_timeout 
+0x20e5 003134 branch master_page_timeout 
+:      003135 master_npage_timeout:
+0x20e6 003136 arg mem_tmp_buffer ,contw 
+0x20e7 003137 arg 8 ,loopcnt 
+0x20e8 003138 call memset0 
+:      003139 master_page_timeout:
+0x20e9 003140 bpatch patch02_2 ,mem_patch02 
+0x20ea 003141 jam 0 ,mem_state 
+0x20eb 003142 call init_lmp_work 
+0x20ec 003143 jam 0 ,memui_reconnect_mode 
+0x20ed 003144 jam bt_evt_reconn_page_timeout ,mem_fifo_temp 
+0x20ee 003145 call ui_ipc_send_event 
+0x20ef 003146 branch page_exit 
+:      003148 page_start:
+0x20f0 003149 bpatch patch02_3 ,mem_patch02 
+0x20f1 003150 force 0 ,timeup 
+0x20f2 003151 until clkn_rt ,meet 
+0x20f3 003152 fetch 1 ,mem_page_clk 
+0x20f4 003153 increase -1 ,pdata 
+0x20f5 003154 ixor clkn_bt ,pdata 
+0x20f6 003155 compare 0 ,pdata ,3 
+0x20f7 003156 nbranch page_start ,true 
+0x20f8 003157 deposit am_addr 
+0x20f9 003158 store 1 ,mem_fhs_am_addr 
+0x20fa 003159 force 0 ,n_tx_slot 
+0x20fb 003160 force 0 ,freq_mode 
+:      003162 page_restart:
+0x20fc 003163 bpatch patch02_4 ,mem_patch02 
+0x20fd 003164 branch page_exit ,timeout 
+0x20fe 003165 call fetch_page_bt_adr 
+0x20ff 003166 arg param_rf_setup ,timeup 
+0x2100 003167 until clkn_rt ,meet 
+:      003168 page_rx_restart:
+0x2101 003169 bpatch patch02_5 ,mem_patch02 
+0x2102 003170 fetch 4 ,mem_page_clk 
+0x2103 003171 iforce bt_clk 
+0x2104 003172 increase 1 ,pdata 
+0x2105 003173 store 4 ,mem_page_clk 
+0x2106 003174 isolate1 mark_page_trainb ,mark 
+0x2107 003175 setflag true ,2 ,freq_mode 
+0x2108 003176 compare 0x00 ,bt_clk ,0x02 
+0x2109 003177 nbranch page_receive ,true 
+0x210a 003178 fetch 1 ,mem_page_transmit 
+0x210b 003179 increase 1 ,pdata 
+0x210c 003180 store 1 ,mem_page_transmit 
+0x210d 003181 call tx_radio_freq 
+0x210e 003182 call start_transmitter 
+0x210f 003183 call start_tx_native 
+0x2110 003184 call send_access_word 
+0x2111 003185 call end_of_packet 
+0x2112 003186 call page_check_train 
+0x2113 003187 branch page_restart 
+:      003188 page_exit:
+0x2114 003189 bpatch patch02_6 ,mem_patch02 
+0x2115 003190 disable master 
+0x2116 003191 fetch 2 ,mem_page_interval 
+0x2117 003192 rtn blank 
+0x2118 003193 force page_interval_timer ,queue 
+0x2119 003194 branch timer_init 
+:      003196 page_check_train:
+0x211a 003197 bpatch patch02_7 ,mem_patch02 
+0x211b 003198 fetch 1 ,mem_nfreq_index_page 
+0x211c 003199 increase -1 ,pdata 
+0x211d 003200 store 1 ,mem_nfreq_index_page 
+0x211e 003201 rtn positive 
+0x211f 003202 jam 31 ,mem_nfreq_index_page 
+0x2120 003203 fetch 1 ,mem_npage_index 
+0x2121 003204 increase -1 ,pdata 
+0x2122 003205 store 1 ,mem_npage_index 
+0x2123 003206 rtn positive 
+0x2124 003207 setflip mark_page_trainb ,mark 
+0x2125 003208 fetch 1 ,mem_npage 
+0x2126 003209 store 1 ,mem_npage_index 
+0x2127 003210 rtn 
+:      003212 page_receive:
+0x2128 003213 bpatch patch03_0 ,mem_patch03 
+0x2129 003214 call rx_radio_freq 
+0x212a 003215 call start_rx_native 
+0x212b 003216 call start_receiver 
+0x212c 003217 call wait_access_clkn_rt 
+0x212d 003218 branch page_sync ,sync 
+0x212e 003219 call page_check_train 
+0x212f 003220 branch page_rx_restart 
+:      003221 page_sync:
+0x2130 003222 call end_of_packet 
+0x2131 003223 fetch 1 ,mem_page_rcv 
+0x2132 003224 increase 1 ,pdata 
+0x2133 003225 store 1 ,mem_page_rcv 
+0x2134 003226 force 0 ,stop_watch 
+0x2135 003227 fetch 4 ,mem_page_clk 
+:      003228 page_send_fhs:
+0x2136 003229 bpatch patch03_1 ,mem_patch03 
+0x2137 003230 call rf_setup_time_master_slot 
+0x2138 003231 call fetch_page_bt_adr 
+0x2139 003232 increase 1 ,n_tx_slot 
+:      003233 page_send_fhs_continue:
+0x213a 003234 and_into 0x1fd ,bt_clk 
+0x213b 003235 and_into 0x1fc ,freq_mode 
+0x213c 003236 call tx_radio_freq 
+0x213d 003237 call start_transmitter 
+0x213e 003238 call start_tx_native 
+0x213f 003239 call send_access_word 
+0x2140 003240 deposit clkn_bt 
+0x2141 003241 store 4 ,mem_clkn_bt 
+0x2142 003242 force 0 ,am_addr 
+0x2143 003243 force type_fhs ,type 
+0x2144 003244 call scan_mode_whiten 
+0x2145 003245 call transmit_packet_whitened 
+:      003246 page_wait_fhs_reply:
+0x2146 003247 bpatch patch03_2 ,mem_patch03 
+0x2147 003248 call rf_setup_time_slave_slot 
+0x2148 003249 or_into 0x02 ,bt_clk 
+0x2149 003250 and_into 0x1fc ,freq_mode 
+0x214a 003251 call rx_radio_freq 
+0x214b 003252 call start_rx_native 
+0x214c 003253 call start_receiver 
+0x214d 003254 call wait_access_clkn_rt 
+0x214e 003255 call end_of_packet ,sync 
+0x214f 003256 branch page_wait_fhs_reply_ok ,sync 
+0x2150 003257 fetch 1 ,mem_fhs_wait_counter 
+0x2151 003258 branch page_restart ,blank 
+0x2152 003259 increase -1 ,pdata 
+0x2153 003260 store 1 ,mem_fhs_wait_counter 
+0x2154 003261 branch page_send_fhs 
+:      003263 page_wait_fhs_reply_ok:
+0x2155 003264 bpatch patch03_3 ,mem_patch03 
+0x2156 003265 fetch 1 ,mem_page_rcv_fhs 
+0x2157 003266 increase 1 ,pdata 
+0x2158 003267 store 1 ,mem_page_rcv_fhs 
+0x2159 003268 call prepare_newconn 
+:      003269 master_newconn_loop:
+0x215a 003270 call master_newconn_once 
+0x215b 003271 branch newconn_poll_responded ,sync 
+0x215c 003272 call new_conn_timeout 
+0x215d 003273 nbranch master_newconn_loop ,blank 
+0x215e 003274 branch page_restart 
+:      003276 newconn_poll_responded:
+0x215f 003277 bpatch patch03_4 ,mem_patch03 
+0x2160 003278 fetch 1 ,mem_state 
+0x2161 003279 set0 state_inpage ,pdata 
+0x2162 003280 store 1 ,mem_state 
+0x2163 003281 call newconn_init 
+0x2164 003282 disable master 
+0x2165 003283 rtn 
+:      003286 master_dispatch:
+0x2166 003287 bpatch patch03_5 ,mem_patch03 
+0x2167 003288 enable master 
+0x2168 003289 enable clknt 
+0x2169 003290 call role_switch_master 
+0x216a 003291 rtn user 
+0x216b 003292 call check_bt_disabled 
+0x216c 003293 call rf_setup_time_master_slot 
+0x216d 003294 add clkn_bt ,1 ,bt_clk 
+0x216e 003295 call fetch_self_bt_adr 
+0x216f 003296 force 0x03 ,freq_mode 
+0x2170 003297 call scheduler_tx_l2cap_pkt 
+0x2171 003298 call prepare_tx 
+0x2172 003299 call tx_radio_freq 
+0x2173 003300 call start_transmitter 
+0x2174 003301 call start_tx_native 
+0x2175 003302 call send_access_word 
+0x2176 003303 call transmit_packet 
+:      003304 master_loop:
+0x2177 003305 bpatch patch03_6 ,mem_patch03 
+0x2178 003306 call parse_lmp 
+0x2179 003307 call master_conn_recv_packet 
+0x217a 003308 nbranch master_notmatch ,match 
+0x217b 003309 call supervision_flush 
+0x217c 003310 call parse_l2cap 
+0x217d 003311 fetch 1 ,mem_master_rcvcnt 
+0x217e 003312 increase 1 ,pdata 
+0x217f 003313 store 1 ,mem_master_rcvcnt 
+:      003314 master_notmatch:
+0x2180 003315 bpatch patch03_7 ,mem_patch03 
+0x2181 003316 call scheduler_process 
+0x2182 003317 call check_master_disconnect 
+0x2183 003318 nrtn master 
+0x2184 003319 call check_attempt 
+0x2185 003320 nbranch master_attempt ,blank 
+:      003321 master_exit:
+0x2186 003322 disable master 
+0x2187 003323 rtn 
+:      003325 master_attempt:
+0x2188 003326 call prepare_tx 
+0x2189 003327 call master_conn_send_packet 
+0x218a 003328 branch master_loop 
+:      003331 check_master_disconnect:
+0x218b 003332 branch check_master_match ,match 
+0x218c 003333 call supervision_update 
+0x218d 003334 branch master_disconnect ,positive 
+:      003335 check_master_match:
+0x218e 003336 call check_disconnect_timeout 
+0x218f 003337 nbranch master_disconnect ,user 
+0x2190 003338 fetch 1 ,mem_state_map 
+0x2191 003339 rtnbit0 smap_name_req 
+0x2192 003340 rtnbit1 smap_name_res 
+0x2193 003341 fetch 1 ,mem_op 
+0x2194 003342 rtnbit1 op_disconn 
+0x2195 003343 call conn_timer_expired 
+0x2196 003344 nrtn blank 
+0x2197 003345 fetch 1 ,mem_nameres_cnt 
+0x2198 003346 increase -1 ,pdata 
+0x2199 003347 store 1 ,mem_nameres_cnt 
+0x219a 003348 nrtn blank 
+0x219b 003349 branch lmp_disconnect 
+:      003351 master_disconnect:
+0x219c 003352 bpatch patch04_0 ,mem_patch04 
+0x219d 003353 call quit_connection 
+0x219e 003354 disable master 
+0x219f 003355 fetch 1 ,mem_state_map 
+0x21a0 003356 bbit1 smap_name_req ,master_name_disconnect 
+0x21a1 003357 rtn 
+:      003359 master_name_disconnect:
+0x21a2 003360 fetch 1 ,mem_state_map 
+0x21a3 003361 rtnbit1 smap_name_res 
+:      003362 master_name_error:
+0x21a4 003363 arg mem_tmp_buffer ,contw 
+0x21a5 003364 arg 8 ,loopcnt 
+0x21a6 003365 branch memset0 
+:      003367 check_disconnect_timeout:
+0x21a7 003368 bpatch patch04_1 ,mem_patch04 
+0x21a8 003369 enable user 
+0x21a9 003370 fetch 1 ,mem_op 
+0x21aa 003371 rtnbit0 op_disconn 
+0x21ab 003372 call conn_timer_expired 
+0x21ac 003373 nrtn blank 
+0x21ad 003374 branch disable_user 
+:      003376 conn_timer_expired:
+0x21ae 003377 fetch 1 ,mem_conn_timer 
+0x21af 003378 increase -1 ,pdata 
+0x21b0 003379 store 1 ,mem_conn_timer 
+0x21b1 003380 rtn 
+:      003382 linkkey_ready:
+0x21b2 003383 bpatch patch04_2 ,mem_patch04 
+0x21b3 003384 fetch 1 ,mem_state 
+0x21b4 003385 bbit1 state_linkkey ,linkkey_set 
+0x21b5 003386 fetch 1 ,mem_pairing_auth 
+0x21b6 003387 branch linkkey_set ,blank 
+0x21b7 003388 jam defalt_pairing_auth ,mem_pairing_auth 
+0x21b8 003389 jam bt_evt_linkkey_generate ,mem_fifo_temp 
+0x21b9 003390 call ui_ipc_send_event 
+0x21ba 003391 branch linkkey_set 
+:      003392 linkkey_set:
+0x21bb 003393 bpatch patch04_3 ,mem_patch04 
+0x21bc 003394 call context_traverse_linkkey 
+0x21bd 003395 fetch 1 ,mem_state 
+0x21be 003396 set1 state_linkkey ,pdata 
+0x21bf 003397 store 1 ,mem_state 
+0x21c0 003398 jam 1 ,mem_link_key_exists 
+0x21c1 003399 fetch 1 ,mem_conn_sm 
+0x21c2 003400 bne conn_sm_pairing ,linkkey_set_continue 
+:      003401 linkkey_set_continue:
+0x21c3 003402 rtn 
+:      003404 generate_linkkey_continue:
+0x21c4 003405 jam pairing_auth ,mem_pairing_auth 
+:      003406 clear_linkstate:
+0x21c5 003407 fetch 1 ,mem_state 
+0x21c6 003408 set0 state_linkkey ,pdata 
+0x21c7 003409 store 1 ,mem_state 
+0x21c8 003410 rtn 
+:      003414 role_switch_check:
+0x21c9 003415 bpatch patch04_4 ,mem_patch04 
+0x21ca 003416 disable user 
+0x21cb 003417 fetch 2 ,mem_tsniff 
+0x21cc 003418 arg 0xffff ,temp 
+0x21cd 003419 isub temp ,null 
+0x21ce 003420 nrtn zero 
+0x21cf 003421 fetch 4 ,mem_sniff_anchor 
+0x21d0 003422 branch role_switch_clkn ,clknt 
+0x21d1 003423 isub clke_bt ,pdata 
+0x21d2 003424 branch role_switch_clke 
+:      003425 role_switch_clkn:
+0x21d3 003426 isub clkn_bt ,pdata 
+:      003427 role_switch_clke:
+0x21d4 003428 sub pdata ,4 ,null 
+0x21d5 003429 nrtn positive 
+0x21d6 003430 force 0 ,pdata 
+0x21d7 003431 store 2 ,mem_tsniff 
+0x21d8 003432 branch enable_user 
+:      003436 role_switch_prepare:
+0x21d9 003437 copy pdata ,temp 
+0x21da 003438 bpatch patch04_5 ,mem_patch04 
+0x21db 003439 storet 4 ,mem_sniff_anchor 
+:      003440 role_switch_prepare0:
+0x21dc 003441 jam switch_flag_accept ,mem_switch_flag 
+0x21dd 003442 setarg 0xffff 
+0x21de 003443 store 2 ,mem_tsniff 
+0x21df 003444 jam 1 ,mem_sniff_attempt 
+0x21e0 003445 rtn 
+:      003448 role_switch_master:
+0x21e1 003449 bpatch patch04_6 ,mem_patch04 
+0x21e2 003450 call role_switch_check 
+0x21e3 003451 nrtn user 
+0x21e4 003452 disable user 
+0x21e5 003453 jam param_newconnto ,mem_newconnto_counter 
+0x21e6 003454 set0 mark_fhs_already_good ,mark 
+:      003455 roles_waitfhs_loop:
+0x21e7 003456 call rf_setup_time_master_slot 
+0x21e8 003457 call master_recv_packet 
+0x21e9 003458 bmark1 mark_fhs_already_good ,roles_replyto_fhs 
+0x21ea 003459 call new_conn_timeout 
+0x21eb 003460 nbranch roles_waitfhs_loop ,blank 
+:      003461 role_switch_fail_master:
+0x21ec 003462 bpatch patch04_7 ,mem_patch04 
+0x21ed 003463 disable user 
+0x21ee 003464 deposit clkn_bt 
+0x21ef 003465 store 4 ,mem_next_btclk 
+0x21f0 003466 enable clknt 
+0x21f1 003467 enable master 
+0x21f2 003468 jam bt_evt_switch_fail_master ,mem_fifo_temp 
+0x21f3 003469 branch ui_ipc_send_event 
+:      003471 roles_replyto_fhs:
+0x21f4 003472 bpatch patch05_0 ,mem_patch05 
+0x21f5 003473 call rf_setup_time_slave_slot 
+0x21f6 003474 arg type_id ,type 
+0x21f7 003475 call master_send_packet 
+0x21f8 003476 disable clknt 
+0x21f9 003477 disable master 
+0x21fa 003478 call apply_switch_clke 
+0x21fb 003479 call prepare_newconn 
+:      003480 roles_newconns_loop:
+0x21fc 003481 bpatch patch05_1 ,mem_patch05 
+0x21fd 003482 call slave_newconn_once 
+0x21fe 003483 branch roles_newconns_responded ,match 
+0x21ff 003484 call new_conn_timeout 
+0x2200 003485 nbranch roles_newconns_loop ,blank 
+0x2201 003486 branch role_switch_fail_master 
+:      003487 roles_newconns_responded:
+0x2202 003488 fetch 1 ,mem_mode 
+0x2203 003489 set0 mode_master ,pdata 
+0x2204 003490 store 1 ,mem_mode 
+0x2205 003491 call supervision_flush 
+0x2206 003492 call calc_clke_offset 
+0x2207 003493 enable user 
+0x2208 003494 jam bt_evt_switch_success_master ,mem_fifo_temp 
+0x2209 003495 branch ui_ipc_send_event 
+:      003500 context_load:
+0x220a 003501 bpatch patch05_2 ,mem_patch05 
+0x220b 003502 set1 mark_context ,mark 
+0x220c 003503 deposit rega 
+0x220d 003504 store 2 ,mem_context_ptr 
+0x220e 003505 force context_size ,loopcnt 
+0x220f 003506 arg mem_le_state ,contw 
+0x2210 003507 add rega ,coffset_mode ,contr 
+0x2211 003508 ifetch 1 ,contr 
+0x2212 003509 copy rega ,contr 
+0x2213 003510 bbit1 mode_le ,memcpy 
+0x2214 003511 arg mem_state ,contw 
+0x2215 003512 call memcpy 
+0x2216 003513 disable attempt 
+0x2217 003514 fetch 1 ,mem_amaddr 
+0x2218 003515 iforce am_addr 
+0x2219 003516 jam 1 ,mem_current_sniff_attempt 
+0x221a 003517 branch context_load_master ,master 
+0x221b 003518 jam 1 ,mem_current_sniff_attempt 
+:      003519 context_load_master:
+0x221c 003520 fetch 1 ,mem_state 
+0x221d 003521 rtnbit0 state_insniff 
+0x221e 003522 fetch 1 ,mem_sniff_attempt 
+0x221f 003523 store 1 ,mem_current_sniff_attempt 
+0x2220 003524 fetch 1 ,mem_sniff_timeout 
+0x2221 003525 store 1 ,mem_current_sniff_timeout 
+0x2222 003526 rtn 
+:      003528 context_save:
+0x2223 003529 bpatch patch05_3 ,mem_patch05 
+0x2224 003530 fetch 2 ,mem_context_ptr 
+0x2225 003531 iforce contw 
+0x2226 003532 force context_size ,loopcnt 
+0x2227 003533 arg mem_le_state ,contr 
+0x2228 003534 branch memcpy ,le 
+0x2229 003535 arg mem_state ,contr 
+0x222a 003536 branch memcpy 
+:      003540 context_get_next:
+0x222b 003541 arg context_num ,loopcnt 
+0x222c 003542 fetcht 1 ,mem_current_context 
+:      003543 context_get_next_loop:
+0x222d 003544 increase 1 ,temp 
+0x222e 003545 compare context_num ,temp ,0xff 
+0x222f 003546 nbranch context_get_next_cont ,true 
+0x2230 003547 arg 0 ,temp 
+:      003548 context_get_next_cont:
+0x2231 003549 storet 1 ,mem_current_context 
+0x2232 003550 mul32 temp ,context_size ,pdata 
+0x2233 003551 arg mem_context ,rega 
+0x2234 003552 iadd rega ,rega 
+0x2235 003553 ifetch 1 ,rega 
+0x2236 003554 bbit1 state_insniff ,context_get_next_sniff 
+0x2237 003555 rtnbit1 state_inconn 
+0x2238 003556 rtnbit1 state_inpage 
+:      003557 context_get_next_sniff:
+0x2239 003558 loop context_get_next_loop 
+0x223a 003559 rtn 
+:      003561 context_new:
+0x223b 003562 bpatch patch05_4 ,mem_patch05 
+0x223c 003563 arg context_search_empty ,regc 
+0x223d 003564 call context_search 
+0x223e 003565 nrtn zero 
+0x223f 003566 deposit rega 
+0x2240 003567 store 2 ,mem_context_ptr 
+0x2241 003568 force 0 ,null 
+0x2242 003569 rtn 
+:      003573 context_check_all_wack:
+0x2243 003574 call check_esco_amaddr 
+0x2244 003575 branch context_check_esco_wack ,true 
+0x2245 003576 fetch 2 ,mem_context_ptr 
+0x2246 003577 add pdata ,coffset_arq ,contw 
+0x2247 003578 fetch 1 ,mem_arq 
+0x2248 003579 istore 1 ,contw 
+0x2249 003580 arg context_check_a_wack ,regc 
+0x224a 003581 branch context_search 
+:      003583 context_check_esco_wack:
+0x224b 003584 fetch 1 ,mem_arq 
+0x224c 003585 isolate1 wack ,pdata 
+0x224d 003586 branch context_esco_wack ,true 
+0x224e 003587 force 1 ,null 
+0x224f 003588 rtn 
+:      003589 context_esco_wack:
+0x2250 003590 force 0 ,null 
+0x2251 003591 rtn 
+:      003594 context_check_idle:
+0x2252 003595 arg context_check_inconn ,regc 
+0x2253 003596 branch context_search 
+:      003598 context_traverse_linkkey:
+0x2254 003599 fetcht 2 ,mem_context_ptr 
+0x2255 003600 arg context_traverse_clearkey ,regc 
+0x2256 003601 branch context_search 
+:      003605 context_search_conn_handle:
+0x2257 003606 fetcht 1 ,mem_hci_conn_handle 
+:      003607 context_search_conn_handle2:
+0x2258 003608 arg context_search_handle ,regc 
+0x2259 003609 branch context_search 
+:      003611 context_search_plap:
+0x225a 003612 bpatch patch05_5 ,mem_patch05 
+0x225b 003613 fetcht 6 ,mem_hci_plap 
+:      003614 context_search_plap2:
+0x225c 003615 arg context_search_lap ,regc 
+0x225d 003616 branch context_search 
+:      003618 context_search_insniff:
+0x225e 003619 arg context_search_sniff ,regc 
+0x225f 003620 branch context_search 
+:      003622 context_search_sniff_window:
+0x2260 003623 arg context_search_window ,regc 
+:      003624 context_search:
+0x2261 003625 bpatch patch05_6 ,mem_patch05 
+0x2262 003626 arg mem_context ,rega 
+0x2263 003627 arg context_num ,loopcnt 
+:      003628 context_search_loop:
+0x2264 003629 ifetch 1 ,rega 
+0x2265 003630 copy regc ,pc 
+:      003631 context_search_next:
+0x2266 003632 increase context_size ,rega 
+0x2267 003633 loop context_search_loop 
+0x2268 003634 force 1 ,null 
+0x2269 003635 rtn 
+:      003637 context_search_empty:
+0x226a 003638 bbit1 state_inconn ,context_search_next 
+0x226b 003639 bbit1 state_inpage ,context_search_next 
+0x226c 003640 force 0 ,null 
+0x226d 003641 rtn 
+:      003643 context_search_lap:
+0x226e 003644 bbit1 state_inpage ,context_search_lap_cont 
+0x226f 003645 bbit0 state_inconn ,context_search_next 
+:      003646 context_search_lap_cont:
+0x2270 003647 add rega ,coffset_plap ,contr 
+0x2271 003648 ifetch 6 ,contr 
+0x2272 003649 isub temp ,null 
+0x2273 003650 rtn zero 
+0x2274 003651 branch context_search_next 
+:      003653 context_search_handle:
+0x2275 003654 bbit0 state_inconn ,context_search_next 
+0x2276 003655 add rega ,coffset_conn_handle ,contr 
+0x2277 003656 ifetch 1 ,contr 
+0x2278 003657 isub temp ,null 
+0x2279 003658 rtn zero 
+0x227a 003659 branch context_search_next 
+:      003661 context_search_sniff:
+0x227b 003662 bbit0 state_insniff ,context_search_next 
+:      003663 context_search_sniff_loop:
+0x227c 003664 call context_get_anchor 
+0x227d 003665 call sign_pdata_temp 
+0x227e 003666 isub temp ,pdata 
+0x227f 003667 increase 1 ,pdata 
+0x2280 003668 branch context_search_sniff_miss ,positive 
+0x2281 003669 copy contr ,regb 
+0x2282 003670 store 9 ,mem_temp 
+0x2283 003671 fetch 1 ,mem_le_sc_calc 
+0x2284 003672 nbranch context_search_sniff_sc ,blank 
+0x2285 003673 fetch 9 ,mem_temp 
+0x2286 003674 copy regb ,contr 
+0x2287 003675 increase 5 ,pdata 
+0x2288 003676 branch context_search_meet1 
+:      003677 context_search_sniff_sc:
+0x2289 003678 fetch 9 ,mem_temp 
+0x228a 003679 copy regb ,contr 
+0x228b 003680 increase 20 ,pdata 
+:      003681 context_search_meet1:
+0x228c 003682 nbranch context_search_next ,positive 
+:      003683 context_search_meet:
+0x228d 003684 copy temp ,bt_clk 
+0x228e 003685 call context_next_anchor 
+0x228f 003686 force 0 ,null 
+0x2290 003687 rtn 
+:      003690 context_search_sniff_miss:
+0x2291 003691 iforce regb 
+0x2292 003692 add rega ,coffset_tsniff ,contr 
+0x2293 003693 ifetch 2 ,contr 
+0x2294 003694 branch context_search_meet ,blank 
+0x2295 003695 call context_next_anchor 
+0x2296 003696 branch context_search_sniff_loop 
+:      003698 sign_pdata_temp:
+0x2297 003699 rshift16 pdata ,timeup 
+0x2298 003700 rshift8 timeup ,timeup 
+0x2299 003701 branch sign_pdata_temp_p0 ,zero 
+0x229a 003702 compare 0xf ,timeup ,0xf 
+0x229b 003703 nrtn true 
+0x229c 003704 rshift16 temp ,timeup 
+0x229d 003705 rshift8 timeup ,timeup 
+0x229e 003706 nrtn zero 
+0x229f 003707 set1 28 ,temp 
+0x22a0 003708 rtn 
+:      003709 sign_pdata_temp_p0:
+0x22a1 003710 rshift16 temp ,timeup 
+0x22a2 003711 rshift8 timeup ,timeup 
+0x22a3 003712 compare 0xf ,timeup ,0xf 
+0x22a4 003713 nrtn true 
+0x22a5 003714 set1 28 ,pdata 
+0x22a6 003715 rtn 
+:      003717 context_check_inconn:
+0x22a7 003718 bbit0 state_inconn ,context_search_next 
+0x22a8 003719 force 0 ,null 
+0x22a9 003720 rtn 
+:      003722 context_check_a_wack:
+0x22aa 003723 bbit0 state_inconn ,context_search_next 
+0x22ab 003724 add rega ,coffset_mode ,contr 
+0x22ac 003725 ifetch 1 ,contr 
+0x22ad 003726 bbit1 mode_le ,context_search_next 
+0x22ae 003727 add rega ,coffset_arq ,contr 
+0x22af 003728 ifetch 1 ,contr 
+0x22b0 003729 bbit0 wack ,context_search_next 
+0x22b1 003730 force 0 ,null 
+0x22b2 003731 rtn 
+:      003733 context_get_anchor:
+0x22b3 003734 add rega ,coffset_mode ,contr 
+0x22b4 003735 ifetcht 1 ,contr 
+0x22b5 003736 deposit clkn_bt 
+0x22b6 003737 isolate1 mode_master ,temp 
+0x22b7 003738 add rega ,coffset_sniff_anchor ,contr 
+0x22b8 003739 ifetcht 4 ,contr 
+0x22b9 003740 rtn true 
+0x22ba 003741 add rega ,coffset_clk_offset ,contr 
+0x22bb 003742 ifetch 6 ,contr 
+0x22bc 003743 call calc_clke2 
+0x22bd 003744 deposit clke_bt 
+0x22be 003745 rtn 
+:      003747 context_next_anchor:
+0x22bf 003748 add rega ,coffset_tsniff ,contr 
+0x22c0 003749 add rega ,coffset_sniff_anchor ,contw 
+0x22c1 003750 ifetch 2 ,contr 
+0x22c2 003751 iadd temp ,timeup 
+0x22c3 003752 deposit timeup 
+0x22c4 003753 istore 4 ,contw 
+0x22c5 003754 branch le_context_nexthop 
+:      003757 context_search_window:
+0x22c6 003758 bbit0 state_insniff ,context_search_next 
+0x22c7 003759 call context_get_anchor 
+0x22c8 003760 iadd stop_watch ,pdata 
+0x22c9 003761 iadd stop_watch ,pdata 
+0x22ca 003762 iadd queue ,pdata 
+0x22cb 003763 isub temp ,null 
+0x22cc 003764 nbranch context_search_next ,positive 
+0x22cd 003765 force 0 ,null 
+0x22ce 003766 rtn 
+:      003768 context_traverse_clearkey:
+0x22cf 003769 bbit0 state_inconn ,context_search_next 
+0x22d0 003770 deposit temp 
+0x22d1 003771 isub rega ,null 
+0x22d2 003772 branch context_search_next ,null 
+0x22d3 003773 add rega ,coffset_mode ,contr 
+0x22d4 003774 ifetch 1 ,contr 
+0x22d5 003775 bbit1 mode_le ,context_search_next 
+0x22d6 003776 ifetch 1 ,rega 
+0x22d7 003777 set0 state_linkkey ,pdata 
+0x22d8 003778 istore 1 ,rega 
+0x22d9 003779 branch context_search_next 
+:      003782 master_conn_send_packet:
+0x22da 003783 bpatch patch05_7 ,mem_patch05 
+0x22db 003784 call rf_setup_time_master_slot 
+:      003785 master_send_packet:
+0x22dc 003786 add clkn_bt ,1 ,bt_clk 
+0x22dd 003787 call fetch_self_bt_adr 
+0x22de 003788 force 0x03 ,freq_mode 
+0x22df 003789 call tx_radio_freq 
+0x22e0 003790 call start_transmitter 
+0x22e1 003791 call start_tx_native 
+0x22e2 003792 call send_access_word 
+0x22e3 003793 branch transmit_packet 
+:      003795 master_conn_recv_packet:
+0x22e4 003796 bpatch patch06_0 ,mem_patch06 
+0x22e5 003797 call rf_setup_time_slave_slot 
+:      003798 master_recv_packet:
+0x22e6 003799 add clkn_bt ,1 ,bt_clk 
+0x22e7 003800 call fetch_self_bt_adr 
+0x22e8 003801 force 0x03 ,freq_mode 
+0x22e9 003802 call rx_radio_freq 
+0x22ea 003803 call init_rx_packet_flags 
+0x22eb 003804 call prep_crypt 
+0x22ec 003805 call start_rx_native 
+0x22ed 003806 call start_receiver 
+:      003807 master_rx_conn_finish_packet:
+0x22ee 003808 call wait_access_clkn_rt 
+0x22ef 003809 nrtn sync 
+0x22f0 003810 call save_rssi 
+0x22f1 003811 branch receive_packet 
+:      003815 master_newconn_once:
+0x22f2 003816 bpatch patch06_1 ,mem_patch06 
+0x22f3 003817 fetch 1 ,mem_fhs_am_addr 
+0x22f4 003818 iforce am_addr 
+0x22f5 003819 force type_poll ,type 
+0x22f6 003820 call master_conn_send_packet 
+0x22f7 003821 branch master_conn_recv_packet 
+:      003832 inquiry_scan_dispatch:
+0x22f8 003833 fetch 1 ,mem_scan_mode 
+0x22f9 003834 rtnbit0 inq_scan_mode 
+0x22fa 003835 force iscan_interval_timer ,queue 
+0x22fb 003836 call timer_check 
+0x22fc 003837 nrtn blank 
+0x22fd 003838 fetcht 2 ,mem_iscan_window 
+0x22fe 003839 force 4 ,queue 
+0x22ff 003840 call sniff_check_window 
+0x2300 003841 rtn user 
+0x2301 003842 call inquiry_scan_start 
+0x2302 003843 force iscan_interval_timer ,queue 
+0x2303 003844 fetch 2 ,mem_iscan_interval 
+0x2304 003845 nbranch timer_init ,sync 
+0x2305 003846 random pdata 
+0x2306 003847 iand mask3ff ,pdata 
+0x2307 003848 branch timer_init 
+:      003851 inquiry_scan_start:
+0x2308 003852 bpatch patch06_2 ,mem_patch06 
+0x2309 003853 jam 0 ,mem_fhs_am_addr 
+0x230a 003854 disable clknt 
+0x230b 003855 disable attempt 
+0x230c 003856 call afh_clear 
+0x230d 003857 and clkn_bt ,0x1fc ,bt_clk 
+0x230e 003858 force 0x01 ,freq_mode 
+0x230f 003859 call fetch_giac 
+0x2310 003860 call rx_radio_freq 
+0x2311 003861 setflip mark_inquiry_state ,mark 
+0x2312 003862 fetch 1 ,mem_inquiryscan_waitcnt 
+0x2313 003863 increase 1 ,pdata 
+0x2314 003864 store 1 ,mem_inquiryscan_waitcnt 
+0x2315 003865 call fetch_diac 
+0x2316 003866 call start_receiver 
+0x2317 003867 call wait_access_forever 
+0x2318 003868 nrtn sync 
+0x2319 003869 bpatch patch06_3 ,mem_patch06 
+0x231a 003870 force 0 ,stop_watch 
+0x231b 003871 call shutdown_radio 
+0x231c 003872 fetch 1 ,mem_inquiryscan_rcvcnt 
+0x231d 003873 increase 1 ,pdata 
+0x231e 003874 store 1 ,mem_inquiryscan_rcvcnt 
+0x231f 003875 call fetch_giac 
+0x2320 003876 call rf_setup_time_slave_slot 
+0x2321 003877 or_into 0x002 ,bt_clk 
+0x2322 003878 force 0x01 ,freq_mode 
+0x2323 003879 call tx_radio_freq 
+0x2324 003880 call fetch_diac 
+0x2325 003881 call start_transmitter 
+0x2326 003882 call start_tx_external 
+0x2327 003883 deposit clkn_bt 
+0x2328 003884 store 4 ,mem_clkn_bt 
+0x2329 003885 call send_access_word 
+0x232a 003886 force type_fhs ,type 
+0x232b 003887 force 0 ,am_addr 
+0x232c 003888 call scan_mode_whiten 
+0x232d 003889 call transmit_packet_whitened 
+0x232e 003890 call send_eir 
+0x232f 003891 and_into 0x1fd ,bt_clk 
+0x2330 003892 increase 1 ,n_tx_slot 
+0x2331 003893 rtn 
+:      003895 send_eir:
+0x2332 003896 bpatch patch06_4 ,mem_patch06 
+0x2333 003897 fetch 1 ,mem_eir_enable 
+0x2334 003898 rtn blank 
+0x2335 003899 arg mem_eir ,contw 
+0x2336 003900 fetch 1 ,mem_local_name_length 
+0x2337 003901 copy pdata ,loopcnt 
+0x2338 003902 increase 1 ,pdata 
+0x2339 003903 istore 1 ,contw 
+0x233a 003904 copy contw ,temp 
+0x233b 003905 increase 1 ,pdata 
+0x233c 003906 store 2 ,mem_tx_len 
+0x233d 003907 copy temp ,contw 
+0x233e 003908 setarg 0x09 
+0x233f 003909 istore 1 ,contw 
+0x2340 003910 arg mem_local_name ,contr 
+0x2341 003911 call memcpy 
+0x2342 003913 arg mem_all_uuid_128bits ,regc 
+0x2343 003914 arg 4 ,loopcnt 
+0x2344 003915 call get_all_uuid 
+0x2345 003916 arg mem_all_uuid_16bits ,regc 
+0x2346 003917 arg 1 ,loopcnt 
+0x2347 003918 call get_all_uuid 
+0x2348 003920 force type_dm3 ,type 
+0x2349 003921 jam 2 ,mem_tx_lch 
+0x234a 003922 setarg mem_eir 
+0x234b 003923 store 2 ,mem_txptr 
+0x234c 003924 call rf_setup_time_slave_slot 
+0x234d 003925 call tx_radio_freq 
+0x234e 003926 call start_transmitter 
+0x234f 003927 call start_tx_external 
+0x2350 003928 call send_access_word 
+0x2351 003929 call scan_mode_whiten 
+0x2352 003930 call transmit_packet_whitened 
+0x2353 003931 rtn 
+:      003934 get_all_uuid:
+0x2354 003935 copy contw ,temp 
+0x2355 003936 copy regc ,contr 
+0x2356 003937 ifetch 1 ,contr 
+0x2357 003938 rtn blank 
+:      003939 lshift_loop:
+0x2358 003940 lshift pdata ,pdata 
+0x2359 003941 loop lshift_loop 
+0x235a 003942 copy pdata ,rega 
+0x235b 003943 increase 2 ,pdata 
+0x235c 003944 copy pdata ,queue 
+0x235d 003945 fetch 2 ,mem_tx_len 
+0x235e 003946 iadd queue ,pdata 
+0x235f 003947 store 2 ,mem_tx_len 
+0x2360 003948 copy temp ,contw 
+0x2361 003949 copy rega ,pdata 
+0x2362 003950 increase 1 ,pdata 
+0x2363 003951 istore 1 ,contw 
+0x2364 003952 copy regc ,contr 
+0x2365 003953 ifetch 1 ,contr 
+0x2366 003954 ifetch 1 ,contr 
+0x2367 003955 istore 1 ,contw 
+0x2368 003956 copy rega ,loopcnt 
+0x2369 003957 branch memcpy 
+:      003963 page_scan_dispatch:
+0x236a 003964 fetch 1 ,mem_scan_mode 
+0x236b 003965 rtnbit0 page_scan_mode 
+0x236c 003966 force pscan_interval_timer ,queue 
+0x236d 003967 call timer_check 
+0x236e 003968 nrtn blank 
+0x236f 003969 fetcht 2 ,mem_pscan_window 
+0x2370 003970 force 40 ,queue 
+0x2371 003971 call sniff_check_window 
+0x2372 003972 rtn user 
+0x2373 003973 force 0 ,am_addr 
+0x2374 003974 jam param_pagerespto ,mem_fhs_wait_counter 
+0x2375 003975 set0 mark_fhs_already_good ,mark 
+0x2376 003976 call page_scan_start 
+0x2377 003977 force pscan_interval_timer ,queue 
+0x2378 003978 fetch 2 ,mem_pscan_interval 
+0x2379 003979 branch timer_init 
+:      003982 page_scan_start:
+0x237a 003983 bpatch patch06_5 ,mem_patch06 
+0x237b 003984 disable clknt 
+0x237c 003985 call afh_clear 
+0x237d 003986 fetch 1 ,mem_pagescan_waitcnt 
+0x237e 003987 increase 1 ,pdata 
+0x237f 003988 store 1 ,mem_pagescan_waitcnt 
+0x2380 003989 force 0 ,n_tx_slot 
+0x2381 003990 call fetch_self_bt_adr 
+0x2382 003991 add clkn_bt ,1 ,bt_clk 
+0x2383 003992 force 0x02 ,freq_mode 
+0x2384 003993 bpatch patch06_6 ,mem_patch06 
+0x2385 003994 call rx_radio_freq 
+0x2386 003995 call start_receiver 
+0x2387 003996 call wait_access_forever 
+0x2388 003997 nrtn sync 
+0x2389 003998 call shutdown_radio 
+0x238a 003999 fetch 1 ,mem_pagescan_rcvcnt 
+0x238b 004000 increase 1 ,pdata 
+0x238c 004001 store 1 ,mem_pagescan_rcvcnt 
+0x238d 004002 force 0 ,stop_watch 
+0x238e 004003 call rf_setup_time_slave_slot 
+0x238f 004004 or_into 0x002 ,bt_clk 
+0x2390 004005 force 0x01 ,freq_mode 
+0x2391 004006 call tx_radio_freq 
+0x2392 004007 call start_transmitter 
+0x2393 004008 call start_tx_external 
+0x2394 004009 call send_access_word 
+0x2395 004010 call end_of_packet 
+0x2396 004011 force 0 ,am_addr 
+0x2397 004012 arg param_rf_setup ,timeup 
+0x2398 004013 until clke_rt ,meet 
+0x2399 004014 or_into 0x03 ,clke_bt 
+0x239a 004015 and_into 0x1fd ,bt_clk 
+:      004016 page_scan_wait_fhs_restart:
+0x239b 004017 bpatch patch06_7 ,mem_patch06 
+0x239c 004018 increase 1 ,n_tx_slot 
+0x239d 004019 call rx_radio_freq 
+0x239e 004020 call start_receiver 
+0x239f 004021 call wait_access_mhalfbnd 
+0x23a0 004022 nbranch page_scan_wait_fhs_again ,sync 
+0x23a1 004023 call scan_mode_whiten 
+0x23a2 004024 call receive_packet_whitened 
+0x23a3 004025 bmark1 mark_fhs_already_good ,page_scan_reply_to_fhs 
+:      004026 page_scan_wait_fhs_again:
+0x23a4 004027 bpatch patch07_0 ,mem_patch07 
+0x23a5 004028 fetch 1 ,mem_fhs_wait_counter 
+0x23a6 004029 rtn blank 
+0x23a7 004030 increase -1 ,pdata 
+0x23a8 004031 store 1 ,mem_fhs_wait_counter 
+0x23a9 004032 call rf_setup_time_master_slot 
+0x23aa 004033 branch page_scan_wait_fhs_restart 
+:      004036 page_scan_reply_to_fhs:
+0x23ab 004037 bpatch patch07_1 ,mem_patch07 
+0x23ac 004038 set0 1 ,clke_bt 
+0x23ad 004039 set1 0 ,clke_bt 
+0x23ae 004040 fetch 1 ,mem_pagescan_rcvfhscnt 
+0x23af 004041 increase 1 ,pdata 
+0x23b0 004042 store 1 ,mem_pagescan_rcvfhscnt 
+0x23b1 004043 call rf_setup_time_slave_slot 
+0x23b2 004044 or_into 0x02 ,bt_clk 
+0x23b3 004045 call tx_radio_freq 
+0x23b4 004046 call start_transmitter 
+0x23b5 004047 call start_tx_external 
+0x23b6 004048 call send_access_word 
+0x23b7 004049 call end_of_packet 
+:      004050 slave_apply_clke_bt:
+0x23b8 004051 compare 0x03 ,clke_bt ,0x03 
+0x23b9 004052 branch slave_apply_clke_bt_now ,true 
+0x23ba 004053 until null ,mhalfbnd 
+0x23bb 004054 branch slave_apply_clke_bt 
+:      004055 slave_apply_clke_bt_now:
+0x23bc 004056 fetch 4 ,mem_clke_bt 
+0x23bd 004057 or_into 0x03 ,pdata 
+0x23be 004058 icopy clke_bt 
+:      004060 start_slave_connection:
+0x23bf 004061 bpatch patch07_2 ,mem_patch07 
+0x23c0 004062 fetch 6 ,extm_lap 
+0x23c1 004063 store 6 ,mem_plap 
+0x23c2 004064 call prepare_newconn 
+:      004065 slave_newconn_loop:
+0x23c3 004066 call slave_newconn_once 
+0x23c4 004067 branch sconn_successful ,match 
+0x23c5 004068 call new_conn_timeout 
+0x23c6 004069 nbranch slave_newconn_loop ,blank 
+0x23c7 004070 rtn 
+:      004073 sconn_successful:
+0x23c8 004074 bpatch patch07_3 ,mem_patch07 
+0x23c9 004075 call newconn_init 
+0x23ca 004076 call context_new 
+0x23cb 004077 nrtn zero 
+0x23cc 004078 jam 0 ,mem_mode 
+0x23cd 004079 call calc_clke_offset 
+0x23ce 004080 branch context_save 
+:      004085 slave_dispatch:
+0x23cf 004086 bpatch patch07_4 ,mem_patch07 
+0x23d0 004087 call calc_clke 
+0x23d1 004088 call role_switch_slave 
+0x23d2 004089 rtn user 
+:      004090 slave_loop:
+0x23d3 004091 bpatch patch07_5 ,mem_patch07 
+0x23d4 004092 call check_bt_disabled 
+0x23d5 004093 call scheduler_process 
+0x23d6 004094 call slave_conn_recv_packet 
+0x23d7 004095 nbranch slave_notmatch ,match 
+0x23d8 004096 call supervision_flush 
+0x23d9 004097 call scheduler_tx_l2cap_pkt 
+0x23da 004098 call prepare_tx 
+0x23db 004099 call slave_conn_send_packet 
+0x23dc 004100 call parse_l2cap 
+0x23dd 004101 call parse_lmp 
+0x23de 004102 fetch 1 ,mem_slave_rcvcnt 
+0x23df 004103 increase 1 ,pdata 
+0x23e0 004104 store 1 ,mem_slave_rcvcnt 
+0x23e1 004105 call calc_clke_offset 
+:      004106 slave_notmatch:
+0x23e2 004107 bpatch patch07_6 ,mem_patch07 
+0x23e3 004108 call lpm_set_mult 
+0x23e4 004109 call supervision_update 
+0x23e5 004110 branch slave_disconnect ,positive 
+0x23e6 004111 call check_disconnect_timeout 
+0x23e7 004112 nbranch slave_disconnect ,user 
+0x23e8 004113 call check_attempt 
+0x23e9 004114 nbranch slave_loop ,blank 
+0x23ea 004115 rtn 
+:      004117 slave_disconnect:
+0x23eb 004118 bpatch patch07_7 ,mem_patch07 
+0x23ec 004119 jam 0 ,mem_tester_emulate 
+0x23ed 004120 jam 0 ,mem_debug_config 
+0x23ee 004121 call quit_connection 
+0x23ef 004122 set0 mark_testmode ,mark 
+0x23f0 004123 call test_enable_white 
+0x23f1 004124 fetch 1 ,mem_state 
+0x23f2 004125 rtn 
+:      004128 role_switch_slave:
+0x23f3 004129 bpatch patch08_0 ,mem_patch08 
+0x23f4 004130 call role_switch_check 
+0x23f5 004131 nrtn user 
+0x23f6 004132 copy am_addr ,temp 
+0x23f7 004133 call get_free_amaddr 
+0x23f8 004134 store 1 ,mem_fhs_am_addr 
+0x23f9 004135 copy temp ,am_addr 
+0x23fa 004136 jam param_newconnto ,mem_newconnto_counter 
+:      004137 roles_sendfhs_loop:
+0x23fb 004138 bpatch patch08_1 ,mem_patch08 
+0x23fc 004139 call rf_setup_time_master_slot 
+0x23fd 004140 force type_fhs ,type 
+0x23fe 004141 call slave_send_access 
+0x23ff 004142 deposit clkn_bt 
+0x2400 004143 store 4 ,mem_clkn_bt 
+0x2401 004144 call transmit_packet 
+0x2402 004145 call rf_setup_time_slave_slot 
+0x2403 004146 enable user3 
+0x2404 004147 call slave_receive_access 
+0x2405 004148 branch roles_got_fhs_reply ,sync 
+0x2406 004149 call shutdown_radio 
+0x2407 004150 call new_conn_timeout 
+0x2408 004151 nbranch roles_sendfhs_loop ,blank 
+0x2409 004152 rtnmark0 mark_accept_switch 
+0x240a 004153 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x240b 004154 set1 mark_switch_initiated ,mark 
+0x240c 004155 rtn 
+:      004156 roles_got_fhs_reply:
+0x240d 004157 enable clknt 
+0x240e 004158 call prepare_newconn 
+0x240f 004159 call afh_clear 
+:      004160 roles_newconn_loop:
+0x2410 004161 bpatch patch08_2 ,mem_patch08 
+0x2411 004162 call master_newconn_once 
+0x2412 004163 branch roles_newconn_responded ,sync 
+0x2413 004164 call new_conn_timeout 
+0x2414 004165 nbranch roles_newconn_loop ,blank 
+0x2415 004166 disable clknt 
+0x2416 004167 deposit clke_bt 
+0x2417 004168 store 4 ,mem_next_btclk 
+0x2418 004169 rtn 
+:      004170 roles_newconn_responded:
+0x2419 004171 enable master 
+0x241a 004172 bmark0 mark_accept_switch ,roles_newconn_nolmp 
+0x241b 004173 set0 mark_accept_switch ,mark 
+0x241c 004174 jam lmp_accepted ,mem_lmo_opcode2 
+0x241d 004175 jam lmp_host_connection_req ,mem_lmi_opcode2 
+0x241e 004176 call tid_set_reply 
+:      004177 roles_newconn_nolmp:
+0x241f 004178 deposit am_addr 
+0x2420 004179 store 1 ,mem_amaddr 
+0x2421 004180 force 0 ,pdata 
+0x2422 004181 store 6 ,mem_clk_offset 
+0x2423 004182 fetch 1 ,mem_mode 
+0x2424 004183 set1 mode_master ,pdata 
+0x2425 004184 store 1 ,mem_mode 
+0x2426 004185 call supervision_flush 
+0x2427 004186 disable master 
+0x2428 004187 enable user 
+0x2429 004188 rtn 
+:      004192 init_rx_packet_flags:
+0x242a 004193 bpatch patch08_3 ,mem_patch08 
+0x242b 004194 disable match 
+0x242c 004195 set0 mark_loopback ,mark 
+0x242d 004196 set0 mark_am_addr_broadcast ,mark 
+0x242e 004197 set0 mark_longpacket ,mark 
+0x242f 004198 set0 mark_old_packet ,mark 
+0x2430 004199 fetch 1 ,mem_arq 
+0x2431 004200 set0 arqnx ,pdata 
+0x2432 004201 set1 flowx ,pdata 
+0x2433 004202 store 1 ,mem_arq 
+0x2434 004203 rtn 
+:      004205 prepare_newconn:
+0x2435 004206 bpatch patch08_4 ,mem_patch08 
+0x2436 004207 jam param_newconnto ,mem_newconnto_counter 
+0x2437 004208 jam param_newconn_arq ,mem_arq 
+0x2438 004209 fetch 2 ,mem_rx_window_init 
+0x2439 004210 store 2 ,mem_rx_window 
+0x243a 004211 deposit clkn_bt 
+0x243b 004212 store 4 ,mem_next_btclk 
+0x243c 004213 rtn clknt 
+0x243d 004214 deposit clke_bt 
+0x243e 004215 store 4 ,mem_next_btclk 
+0x243f 004216 rtn 
+:      004218 newconn_init:
+0x2440 004219 bpatch patch08_5 ,mem_patch08 
+0x2441 004220 call init_lmp_reinit 
+0x2442 004221 call new_conn_handle 
+0x2443 004222 store 1 ,mem_conn_handle 
+0x2444 004223 setarg 0 
+0x2445 004224 store 2 ,mem_l2cap_rxbuff1_len 
+0x2446 004225 setarg param_supervision_to 
+0x2447 004226 store 2 ,mem_supervision_to 
+0x2448 004227 fetch 1 ,mem_state 
+0x2449 004228 set1 state_inconn ,pdata 
+0x244a 004229 store 1 ,mem_state 
+0x244b 004230 jam 0 ,mem_op 
+0x244c 004231 jam 0 ,mem_state_map 
+0x244d 004232 jam 0 ,mem_lpm_current_mult 
+0x244e 004233 branch supervision_flush 
+:      004236 clear_linkkey:
+0x244f 004237 bpatch patch08_6 ,mem_patch08 
+0x2450 004238 force 0 ,pdata 
+0x2451 004239 store 8 ,mem_link_key 
+0x2452 004240 istore 8 ,contw 
+0x2453 004241 call clear_linkstate 
+0x2454 004242 branch context_traverse_linkkey 
+:      004244 new_conn_timeout:
+0x2455 004245 fetch 1 ,mem_newconnto_counter 
+0x2456 004246 increase -1 ,pdata 
+0x2457 004247 store 1 ,mem_newconnto_counter 
+0x2458 004248 rtn 
+:      004250 new_conn_handle:
+0x2459 004251 fetch 1 ,mem_handle_num 
+0x245a 004252 increase 1 ,pdata 
+0x245b 004253 store 1 ,mem_handle_num 
+0x245c 004254 rtn 
+:      004257 quit_connection:
+0x245d 004258 bpatch patch08_7 ,mem_patch08 
+0x245e 004259 fetch 1 ,mem_hci_cmd 
+0x245f 004260 beq hci_cmd_remote_name_req ,quit_connection_name 
+0x2460 004261 fetch 1 ,mem_lmp_to_send 
+0x2461 004262 bne lmp_name_req ,quit_connection_cont 
+:      004263 quit_connection_name:
+0x2462 004264 call cmd_check_plap 
+0x2463 004265 nbranch quit_connection_cont ,zero 
+0x2464 004266 call master_name_error 
+0x2465 004267 jam 0 ,mem_hci_cmd 
+:      004268 quit_connection_cont:
+0x2466 004269 bpatch patch09_0 ,mem_patch09 
+0x2467 004270 call app_disconn_reason_collect_bt 
+0x2468 004271 call sniff_exit 
+0x2469 004272 jam bt_evt_bb_disconnected ,mem_fifo_temp 
+0x246a 004273 call ui_ipc_send_event 
+0x246b 004274 call init_lmp_work 
+0x246c 004275 call l2cap_init_work 
+0x246d 004276 call sp_initialize 
+0x246e 004277 fetch 1 ,mem_state 
+0x246f 004278 set0 state_inconn 
+0x2470 004279 store 1 ,mem_state 
+0x2471 004280 jam 0 ,memui_reconnect_mode 
+0x2472 004282 fetch 1 ,mem_state_map 
+0x2473 004283 compare 0x0 ,pdata ,0xc0 
+0x2474 004284 branch quit_connection_not_clear_mark ,true 
+0x2475 004285 set0 mark_rxbuf_inuse ,mark 
+:      004286 quit_connection_not_clear_mark:
+0x2476 004287 fetch 1 ,mem_arq 
+0x2477 004288 bbit0 wack ,quit_connection_not_clear_tx 
+:      004289 quit_connection_not_clear_tx:
+0x2478 004290 fetch 1 ,mem_op 
+0x2479 004291 rtnbit0 op_txl2cap 
+0x247a 004292 set0 mark_tx_l2cap ,mark 
+0x247b 004293 rtn 
+:      004295 slave_newconn_once:
+0x247c 004296 bpatch patch09_1 ,mem_patch09 
+0x247d 004297 fetch 1 ,extm_newconn_am_addr 
+0x247e 004298 rtn blank 
+0x247f 004299 icopy am_addr 
+0x2480 004300 call slave_conn_recv_packet 
+0x2481 004301 nrtn match 
+0x2482 004302 force type_null ,type 
+0x2483 004303 call slave_conn_send_packet 
+0x2484 004304 deposit am_addr 
+0x2485 004305 store 1 ,mem_amaddr 
+0x2486 004306 force 0 ,pdata 
+0x2487 004307 store 1 ,extm_newconn_am_addr 
+0x2488 004308 rtn 
+:      004314 prepare_tx:
+0x2489 004315 bpatch patch09_2 ,mem_patch09 
+0x248a 004316 fetch 1 ,mem_state 
+0x248b 004317 bbit0 state_insco ,prepare_tx_not_sco 
+0x248c 004318 force type_hv3 ,type 
+0x248d 004319 bmark0 mark_esco ,prepare_tx_not_esco 
+0x248e 004320 call check_esco_amaddr 
+0x248f 004321 nbranch prepare_tx_not_sco ,true 
+0x2490 004322 branch prepare_tx_not_sco ,attempt 
+0x2491 004323 call set_wait_ack 
+0x2492 004324 setarg 2 
+0x2493 004325 store 2 ,mem_retransmission_cnt 
+0x2494 004326 rtn 
+:      004327 prepare_tx_not_esco:
+0x2495 004328 nrtn attempt 
+:      004329 prepare_tx_not_sco:
+0x2496 004330 bpatch patch09_3 ,mem_patch09 
+0x2497 004331 call context_check_all_wack 
+0x2498 004332 nbranch prepare_tx_no_retransmit ,zero 
+0x2499 004333 fetch 1 ,mem_arq 
+0x249a 004334 bbit0 wack ,prepare_tx_pollnull 
+:      004335 prepare_tx_retransmit:
+0x249b 004336 bmark1 mark_loopback ,prepare_tx_loopback 
+0x249c 004337 fetch 1 ,mem_debug_config 
+0x249d 004338 bbit1 debug_tx_pattern ,prepare_tx_txpat 
+0x249e 004339 fetch 2 ,mem_retransmission_cnt 
+0x249f 004340 increase -1 ,pdata 
+0x24a0 004341 store 2 ,mem_retransmission_cnt 
+0x24a1 004342 branch prepare_tx_nomore_retransmit ,blank 
+0x24a2 004343 fetch 1 ,mem_last_type 
+0x24a3 004344 iforce type 
+0x24a4 004345 rtn 
+:      004347 prepare_tx_nomore_retransmit:
+0x24a5 004348 bpatch patch09_4 ,mem_patch09 
+0x24a6 004349 call clear_got_tx 
+:      004350 prepare_tx_no_retransmit:
+0x24a7 004351 call check_esco_amaddr 
+0x24a8 004352 branch prepare_tx_pollnull ,true 
+0x24a9 004353 call send_lmp 
+0x24aa 004354 branch prepare_tx_sendlmp ,user 
+0x24ab 004355 fetch 1 ,mem_op 
+0x24ac 004356 bbit1 op_txl2cap ,prepare_tx_sendl2cap 
+0x24ad 004357 bmark1 mark_loopback ,prepare_tx_loopback 
+0x24ae 004358 fetch 1 ,mem_debug_config 
+0x24af 004359 bbit1 debug_tx_pattern ,prepare_tx_txpat 
+:      004360 prepare_tx_pollnull:
+0x24b0 004361 force type_poll ,type 
+0x24b1 004362 rtn master 
+0x24b2 004363 force type_null ,type 
+0x24b3 004364 rtn 
+:      004365 prepare_tx_loopback:
+0x24b4 004366 bpatch patch09_5 ,mem_patch09 
+0x24b5 004367 fetch 1 ,mem_rx_type 
+0x24b6 004368 iforce type 
+0x24b7 004369 rtnne 1 
+0x24b8 004370 force type_null ,type 
+0x24b9 004371 rtn 
+:      004372 prepare_tx_txpat:
+0x24ba 004373 fetch 1 ,test_mode_packet_type 
+0x24bb 004374 and pdata ,0xf ,type 
+0x24bc 004375 set1 mark_loopback ,mark 
+0x24bd 004376 rtn 
+:      004377 prepare_tx_sendlmp:
+0x24be 004378 force type_lmp ,type 
+0x24bf 004379 branch set_wait_ack 
+:      004380 prepare_tx_sendl2cap:
+0x24c0 004381 call tx_l2cap_type 
+:      004383 set_wait_ack:
+0x24c1 004384 bpatch patch09_6 ,mem_patch09 
+0x24c2 004385 fetcht 1 ,mem_arq 
+0x24c3 004386 set1 wack ,temp 
+0x24c4 004387 storet 1 ,mem_arq 
+0x24c5 004388 deposit type 
+0x24c6 004389 store 1 ,mem_last_type 
+0x24c7 004390 setarg 0xffff 
+0x24c8 004391 store 2 ,mem_retransmission_cnt 
+0x24c9 004392 rtn 
+:      004394 tx_l2cap_type:
+0x24ca 004395 bpatch patch09_7 ,mem_patch09 
+0x24cb 004396 fetch 1 ,mem_state_map 
+0x24cc 004397 isolate1 smap_edr ,pdata 
+0x24cd 004398 fetch 2 ,mem_tx_len 
+0x24ce 004399 branch tx_l2cap_type_edr ,true 
+0x24cf 004400 force type_dm1 ,type 
+0x24d0 004401 sub pdata ,17 ,null 
+0x24d1 004402 rtn positive 
+0x24d2 004403 force type_dh1 ,type 
+0x24d3 004404 sub pdata ,27 ,null 
+0x24d4 004405 rtn positive 
+0x24d5 004406 force type_dm3 ,type 
+0x24d6 004407 sub pdata ,121 ,null 
+0x24d7 004408 rtn positive 
+0x24d8 004409 force type_dh3 ,type 
+0x24d9 004410 sub pdata ,183 ,null 
+0x24da 004411 rtn positive 
+0x24db 004412 force type_dm5 ,type 
+0x24dc 004413 sub pdata ,224 ,null 
+0x24dd 004414 rtn positive 
+0x24de 004415 force type_dh5 ,type 
+0x24df 004416 rtn 
+:      004417 tx_l2cap_type_edr:
+0x24e0 004418 force type_dm1 ,type 
+0x24e1 004419 sub pdata ,17 ,null 
+0x24e2 004420 rtn positive 
+0x24e3 004421 force type_dh1 ,type 
+0x24e4 004422 sub pdata ,54 ,null 
+0x24e5 004423 rtn positive 
+0x24e6 004424 force type_dm3 ,type 
+0x24e7 004425 arg 367 ,temp 
+0x24e8 004426 isub temp ,null 
+0x24e9 004427 nrtn positive 
+0x24ea 004428 force type_dm5 ,type 
+0x24eb 004429 arg 679 ,temp 
+0x24ec 004430 isub temp ,null 
+0x24ed 004431 nrtn positive 
+0x24ee 004432 force type_dh5 ,type 
+0x24ef 004433 rtn 
+:      004442 slave_receive_master_slot:
+0x24f0 004443 fetch 1 ,mem_state 
+0x24f1 004444 bbit0 state_insniff ,slave_receive_notsniff 
+0x24f2 004445 fetch 2 ,mem_tsniff 
+0x24f3 004446 branch slave_receive_notsniff ,blank 
+0x24f4 004447 nbranch slave_receive_sniff ,attempt 
+:      004448 slave_receive_notsniff:
+0x24f5 004449 call rf_setup_time_master_slot 
+:      004450 slave_receive_access:
+0x24f6 004451 add clke_bt ,1 ,bt_clk 
+:      004452 slave_receive_sniff:
+0x24f7 004453 enable swfine 
+0x24f8 004454 fetch 2 ,mem_rx_window 
+0x24f9 004455 rshift pdata ,pdata 
+0x24fa 004456 arg param_pll_setup ,temp 
+0x24fb 004457 iadd temp ,pdata 
+0x24fc 004458 call ahead_window 
+0x24fd 004459 call fetch_extm_bt_adr 
+0x24fe 004460 force 0x03 ,freq_mode 
+0x24ff 004461 call rx_radio_freq 
+0x2500 004462 call init_rx_packet_flags 
+0x2501 004463 call prep_crypt 
+0x2502 004464 bpatch patch0a_0 ,mem_patch0a 
+0x2503 004465 fetch 2 ,mem_rx_window 
+0x2504 004466 rshift pdata ,pdata 
+0x2505 004467 call ahead_window 
+0x2506 004468 call start_receiver 
+0x2507 004469 enable decode_fec0 
+0x2508 004470 fetch 2 ,mem_rx_window 
+0x2509 004471 arg param_clke_cal ,temp 
+0x250a 004472 iadd temp ,stop_watch 
+0x250b 004473 correlate null ,timeout 
+0x250c 004474 copy clke ,temp 
+0x250d 004475 storet 6 ,mem_sync_clke 
+0x250e 004476 disable decode_fec0 
+0x250f 004477 nrtn sync 
+0x2510 004478 arg param_clke_cal ,clke_rt 
+0x2511 004479 copy bt_clk ,clke_bt 
+0x2512 004480 branch lpm_adjust_clk ,wake 
+0x2513 004481 rtn 
+:      004484 slave_conn_recv_packet:
+0x2514 004485 bpatch patch0a_1 ,mem_patch0a 
+0x2515 004486 call slave_receive_master_slot 
+0x2516 004487 nbranch shutdown_radio ,sync 
+0x2517 004488 call save_rssi 
+0x2518 004489 bmark0 mark_testmode ,receive_packet 
+0x2519 004490 fetch 2 ,mem_tst_pktcnt_sync 
+0x251a 004491 increase 1 ,pdata 
+0x251b 004492 store 2 ,mem_tst_pktcnt_sync 
+:      004493 receive_packet:
+0x251c 004494 rshift bt_clk ,temp 
+0x251d 004495 or temp ,0x40 ,white_init 
+:      004496 receive_packet_whitened:
+0x251e 004497 bpatch patch0a_2 ,mem_patch0a 
+0x251f 004498 enable enable_white 
+0x2520 004499 enable enable_hec 
+0x2521 004500 enable decode_fec1 
+0x2522 004501 parse demod ,bucket ,3 
+0x2523 004502 rshift8 pwindow ,pdata 
+0x2524 004503 store 1 ,mem_temp_am_addr 
+0x2525 004504 parse demod ,bucket ,4 
+0x2526 004505 inject bucket ,7 
+0x2527 004506 copy pwindow ,pdata 
+0x2528 004507 store 1 ,mem_rx_type 
+0x2529 004508 parse demod ,bucket ,3 
+0x252a 004509 rshift8 pwindow ,pdata 
+0x252b 004510 store 1 ,mem_temp_arq 
+0x252c 004511 fetch 1 ,mem_rx_type 
+0x252d 004512 sub pdata ,3 ,null 
+0x252e 004513 branch receive_packet_noedr ,positive 
+0x252f 004514 beq 7 ,receive_packet_noedr 
+0x2530 004515 fetch 1 ,mem_state_map 
+0x2531 004516 isolate1 smap_edr ,pdata 
+0x2532 004517 setflag true ,psk ,radio_ctrl 
+:      004518 receive_packet_noedr:
+0x2533 004519 bpatch patch0a_3 ,mem_patch0a 
+0x2534 004520 parse demod ,bucket ,8 
+0x2535 004521 disable decode_fec1 
+0x2536 004522 disable enable_hec 
+0x2537 004523 branch error_header ,crc_failed 
+0x2538 004524 bmark0 mark_testmode ,receive_packet_amchk 
+0x2539 004525 fetch 2 ,mem_tst_pktcnt_hec 
+0x253a 004526 increase 1 ,pdata 
+0x253b 004527 store 2 ,mem_tst_pktcnt_hec 
+:      004528 receive_packet_amchk:
+0x253c 004529 bpatch patch0a_4 ,mem_patch0a 
+0x253d 004530 fetch 1 ,mem_temp_am_addr 
+0x253e 004531 compare 0 ,pdata ,0x07 
+0x253f 004532 setflag true ,mark_am_addr_broadcast ,mark 
+0x2540 004533 branch am_addr_ok ,true 
+0x2541 004534 icompare 0x07 ,am_addr 
+0x2542 004535 branch am_addr_match ,true 
+0x2543 004536 bmark0 mark_esco ,end_of_packet 
+0x2544 004537 fetcht 1 ,mem_saved_amaddr 
+0x2545 004538 icompare 0x7 ,temp 
+0x2546 004539 nbranch end_of_packet ,true 
+0x2547 004540 fetch 1 ,mem_arq 
+0x2548 004541 set0 arqnx ,pdata 
+0x2549 004542 set1 flowx ,pdata 
+0x254a 004543 store 1 ,mem_arq 
+:      004544 am_addr_match:
+0x254b 004545 enable match 
+:      004546 am_addr_ok:
+0x254c 004547 bpatch patch0a_5 ,mem_patch0a 
+0x254d 004548 fetch 1 ,mem_rx_type 
+0x254e 004549 icopy type 
+0x254f 004550 bmark1 mark_am_addr_broadcast ,arqn_bypass 
+0x2550 004551 fetcht 1 ,mem_temp_arq 
+0x2551 004552 fetch 1 ,mem_arq 
+0x2552 004553 set0 flow ,pdata 
+0x2553 004554 isolate1 flow ,temp 
+0x2554 004555 setflag true ,flow ,pdata 
+0x2555 004556 isolate1 arqn ,temp 
+0x2556 004557 setflag true ,arqn ,pdata 
+0x2557 004558 store 1 ,mem_arq 
+0x2558 004559 isolate0 arqn ,temp 
+0x2559 004560 branch arqn_bypass ,true 
+0x255a 004561 call clear_got_tx 
+:      004562 arqn_bypass:
+0x255b 004563 bpatch patch0a_6 ,mem_patch0a 
+0x255c 004564 arg 0 ,temp 
+0x255d 004565 call reserve_slot 
+0x255e 004566 and type ,0xf ,pdata 
+0x255f 004567 beq type_poll ,process_poll 
+0x2560 004568 beq type_null ,end_of_packet 
+0x2561 004569 beq type_fhs ,process_fhs 
+0x2562 004570 fetcht 1 ,mem_temp_arq 
+0x2563 004571 fetch 1 ,mem_arq 
+0x2564 004572 icompare 0x04 ,temp 
+0x2565 004573 nbranch rx_type_dispatch ,true 
+0x2566 004574 bmark0 mark_am_addr_broadcast ,failed_seqn 
+0x2567 004575 bbit0 bcast1 ,rx_type_dispatch 
+:      004576 failed_seqn:
+0x2568 004577 set1 mark_old_packet ,mark 
+:      004578 rx_type_dispatch:
+0x2569 004579 bpatch patch0a_7 ,mem_patch0a 
+0x256a 004580 deposit type 
+0x256b 004581 beq type_dm1 ,process_dm1 
+0x256c 004582 beq type_dh1 ,process_dh1 
+0x256d 004583 beq type_hv3 ,process_hev 
+0x256e 004584 beq type_3dh1 ,process_3dh1 
+0x256f 004585 arg 4 ,temp 
+0x2570 004586 call reserve_slot 
+0x2571 004587 beq type_dm3 ,process_dm3 
+0x2572 004588 beq type_dh3 ,process_dh3 
+0x2573 004589 arg 8 ,temp 
+0x2574 004590 call reserve_slot 
+0x2575 004591 beq type_dm5 ,process_dm5 
+0x2576 004592 beq type_dh5 ,process_dh5 
+0x2577 004593 rtn 
+:      004596 process_hev:
+0x2578 004597 bpatch patch0b_0 ,mem_patch0b 
+0x2579 004598 enable decode_fec0 
+0x257a 004599 enable enable_crc 
+0x257b 004600 enable encrypt 
+0x257c 004601 arg mem_sco_ibuf ,contw 
+0x257d 004602 force 30 ,loopcnt 
+:      004603 process_hev_loop:
+0x257e 004604 parse demod ,bucket ,8 
+0x257f 004605 rshift3 pwindow ,pdata 
+0x2580 004606 istore 1 ,contw 
+0x2581 004607 loop process_hev_loop 
+0x2582 004608 bmark0 mark_esco ,end_of_packet 
+0x2583 004609 parse demod ,bucket ,16 
+0x2584 004610 nsetflag crc_failed ,mark_esco_rxok ,mark 
+0x2585 004611 branch error_payload ,crc_failed 
+0x2586 004612 branch ack_payload 
+:      004615 process_poll:
+0x2587 004616 branch end_of_packet 
+:      004618 process_dm3:
+:      004619 process_dm5:
+0x2588 004620 set1 mark_longpacket ,mark 
+:      004621 process_dm1:
+0x2589 004622 enable decode_fec2 
+0x258a 004623 branch process_dmh 
+:      004625 process_dh3:
+:      004626 process_dh5:
+0x258b 004627 set1 mark_longpacket ,mark 
+:      004628 process_3dh1:
+0x258c 004629 set1 psk3m ,radio_ctrl 
+:      004630 process_dh1:
+0x258d 004631 enable decode_fec0 
+:      004632 process_dmh:
+0x258e 004633 bpatch patch0b_1 ,mem_patch0b 
+0x258f 004634 bmark1 mark_rxbuf_inuse ,end_of_packet 
+0x2590 004635 isolate0 psk ,radio_ctrl 
+0x2591 004636 branch process_dmh_noedr ,true 
+0x2592 004637 disable enable_white 
+0x2593 004638 enable decode_fec0 
+0x2594 004639 disable decode_fec2 
+0x2595 004640 add clkn_bt ,2 ,timeup 
+0x2596 004641 correlate clkn_bt ,meet 
+0x2597 004642 nbranch error_payload ,sync 
+0x2598 004643 set1 mark_longpacket ,mark 
+0x2599 004644 enable enable_white 
+:      004645 process_dmh_noedr:
+0x259a 004646 bpatch patch0b_2 ,mem_patch0b 
+0x259b 004647 enable encrypt 
+0x259c 004648 enable enable_crc 
+0x259d 004649 parse demod ,bucket ,3 
+0x259e 004650 rshift8 pwindow ,pdata 
+0x259f 004651 store 1 ,mem_lch_code 
+0x25a0 004652 parse demod ,bucket ,5 
+0x25a1 004653 bmark1 mark_longpacket ,process_dmh_long 
+0x25a2 004654 rshift3 pwindow ,loopcnt 
+0x25a3 004655 rshift3 loopcnt ,loopcnt 
+0x25a4 004656 branch process_dmh_common 
+:      004657 process_dmh_long:
+0x25a5 004658 parse demod ,bucket ,5 
+0x25a6 004659 rshift pwindow ,loopcnt 
+0x25a7 004660 parse demod ,bucket ,3 
+:      004661 process_dmh_common:
+0x25a8 004662 bpatch patch0b_3 ,mem_patch0b 
+0x25a9 004663 deposit loopcnt 
+0x25aa 004664 store 2 ,mem_len 
+0x25ab 004665 branch process_dmh_data_end ,blank 
+0x25ac 004666 isub mask3ff ,null 
+0x25ad 004667 branch error_payload ,positive 
+0x25ae 004668 bpatch patch0b_4 ,mem_patch0b 
+0x25af 004669 set0 mark_fhs_eir ,mark 
+0x25b0 004670 fetch 1 ,mem_lch_code 
+0x25b1 004671 and_into 0x03 ,pdata 
+0x25b2 004672 arg mem_rxbuf ,contw 
+0x25b3 004673 beq llid_lmp ,process_lmp 
+0x25b4 004674 bmark1 mark_testmode ,process_dmh_data 
+0x25b5 004676 fetch 1 ,mem_lch_code 
+0x25b6 004677 and_into 0x03 ,pdata 
+0x25b7 004678 beq llid_l2cap_start ,process_dmh_data_l2cap_start_pkt 
+0x25b8 004679 beq llid_l2cap_cont ,process_dmh_data_l2cap_continue_pkt 
+0x25b9 004680 branch error_payload 
+:      004682 process_lmp:
+0x25ba 004683 fetch 2 ,mem_len 
+0x25bb 004684 sub pdata ,0x70 ,null 
+0x25bc 004685 nbranch error_payload ,positive 
+0x25bd 004686 bmark1 mark_old_packet ,ack_payload 
+0x25be 004687 branch process_dmh_data 
+:      004690 process_dmh_data_l2cap_start_pkt:
+0x25bf 004691 bpatch patch0b_5 ,mem_patch0b 
+0x25c0 004692 bmark1 mark_old_packet ,ack_payload 
+0x25c1 004693 fetch 2 ,mem_len 
+0x25c2 004694 arg 0x2e0 ,temp 
+0x25c3 004695 isub temp ,null 
+0x25c4 004696 branch error_payload ,positive 
+0x25c5 004697 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x25c6 004698 bbit0 l2cap_inuse_buff1 ,process_dmh_data_into_buff1 
+0x25c7 004699 bbit0 l2cap_inuse_buff2 ,process_dmh_data_into_buff2 
+0x25c8 004700 branch end_of_packet 
+:      004701 process_dmh_data_into_buff1:
+0x25c9 004702 jam 1 ,mem_l2cap_rxbuff_new 
+0x25ca 004703 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25cb 004704 bne 0 ,end_of_packet 
+0x25cc 004705 arg mem_l2cap_rxbuff1 ,contw 
+0x25cd 004706 branch process_dmh_data 
+:      004707 process_dmh_data_into_buff2:
+0x25ce 004708 jam 2 ,mem_l2cap_rxbuff_new 
+0x25cf 004709 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x25d0 004710 bne 0 ,end_of_packet 
+0x25d1 004711 arg mem_l2cap_rxbuff2 ,contw 
+0x25d2 004712 branch process_dmh_data 
+:      004714 process_dmh_data_l2cap_continue_pkt:
+0x25d3 004715 bpatch patch0b_6 ,mem_patch0b 
+0x25d4 004716 bmark1 mark_old_packet ,ack_payload 
+0x25d5 004717 fetch 2 ,mem_len 
+0x25d6 004718 arg 0x2e0 ,temp 
+0x25d7 004719 isub temp ,null 
+0x25d8 004720 branch error_payload ,positive 
+0x25d9 004721 fetch 1 ,mem_l2cap_rxbuff_new 
+0x25da 004722 beq 1 ,process_dmh_data_l2cap_continue_pkt1 
+0x25db 004723 beq 2 ,process_dmh_data_l2cap_continue_pkt2 
+0x25dc 004724 branch end_of_packet 
+:      004725 process_dmh_data_l2cap_continue_pkt1:
+0x25dd 004726 arg mem_l2cap_rxbuff1 ,contw 
+0x25de 004727 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25df 004728 iadd contw ,contw 
+0x25e0 004729 branch process_dmh_data 
+:      004730 process_dmh_data_l2cap_continue_pkt2:
+0x25e1 004731 arg mem_l2cap_rxbuff2 ,contw 
+0x25e2 004732 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x25e3 004733 iadd contw ,contw 
+:      004734 process_dmh_data:
+0x25e4 004735 parse demod ,bucket ,8 
+0x25e5 004736 rshift3 pwindow ,pdata 
+0x25e6 004737 istore 1 ,contw 
+0x25e7 004738 loop process_dmh_data 
+:      004739 process_dmh_data_end:
+0x25e8 004740 bpatch patch0b_7 ,mem_patch0b 
+0x25e9 004741 parse demod ,bucket ,16 
+0x25ea 004742 branch error_payload_crc ,crc_failed 
+0x25eb 004743 fetch 1 ,mem_l2cap_flow_ctrl_flag 
+0x25ec 004744 beq l2cap_flow_ctrl_enable ,end_of_packet 
+0x25ed 004745 bmark1 mark_testmode ,process_dmh_cont 
+0x25ee 004746 bmark1 mark_old_packet ,redundant_payload 
+0x25ef 004747 fetch 1 ,mem_lch_code 
+0x25f0 004748 compare 3 ,pdata ,3 
+0x25f1 004749 branch process_dmh_cont ,true 
+0x25f2 004750 fetch 2 ,mem_len 
+0x25f3 004751 branch process_dmh_cont ,blank 
+0x25f4 004752 bpatch patch0c_0 ,mem_patch0c 
+0x25f5 004753 fetch 1 ,mem_l2cap_rxbuff_new 
+0x25f6 004754 beq 1 ,process_l2cap_pass_crc_buff1 
+0x25f7 004755 beq 2 ,process_l2cap_pass_crc_buff2 
+0x25f8 004756 branch assert 
+:      004757 process_l2cap_pass_crc_buff1:
+0x25f9 004758 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x25fa 004759 fetcht 2 ,mem_len 
+0x25fb 004760 iadd temp ,pdata 
+0x25fc 004761 store 2 ,mem_l2cap_rxbuff1_len 
+0x25fd 004762 beq 0 ,assert 
+0x25fe 004763 fetcht 2 ,mem_l2cap_rxbuff1 
+0x25ff 004764 increase 4 ,temp 
+0x2600 004765 isub temp ,null 
+0x2601 004766 call l2cap_buff1_inuse ,zero 
+0x2602 004767 branch process_dmh_cont 
+:      004768 process_l2cap_pass_crc_buff2:
+0x2603 004769 fetch 2 ,mem_l2cap_rxbuff2_len 
+0x2604 004770 fetcht 2 ,mem_len 
+0x2605 004771 iadd temp ,pdata 
+0x2606 004772 store 2 ,mem_l2cap_rxbuff2_len 
+0x2607 004773 beq 0 ,assert 
+0x2608 004774 fetcht 2 ,mem_l2cap_rxbuff2 
+0x2609 004775 add temp ,4 ,temp 
+0x260a 004776 isub temp ,null 
+0x260b 004777 call l2cap_buff2_inuse ,zero 
+0x260c 004778 branch process_dmh_cont 
+:      004779 process_dmh_cont:
+0x260d 004780 bpatch patch0c_1 ,mem_patch0c 
+0x260e 004781 fetcht 1 ,mem_state_map 
+0x260f 004782 fetch 1 ,mem_lch_code 
+0x2610 004783 compare 3 ,pdata ,0x03 
+0x2611 004784 setflag true ,smap_rxlmp ,temp 
+0x2612 004785 nsetflag true ,smap_rxl2cap ,temp 
+0x2613 004786 storet 1 ,mem_state_map 
+0x2614 004787 nbranch process_dmh_cont_rxbuf_not_use ,true 
+0x2615 004788 set1 mark_rxbuf_inuse ,mark 
+:      004789 process_dmh_cont_rxbuf_not_use:
+0x2616 004790 bmark0 mark_testmode ,ack_payload 
+0x2617 004791 isolate1 smap_rxlmp ,temp 
+0x2618 004792 branch ack_payload ,true 
+0x2619 004793 fetch 2 ,mem_tst_pktcnt_crc 
+0x261a 004794 increase 1 ,pdata 
+0x261b 004795 store 2 ,mem_tst_pktcnt_crc 
+0x261c 004796 set1 mark_loopback ,mark 
+0x261d 004797 set0 smap_rxl2cap ,temp 
+0x261e 004798 set0 mark_rxbuf_inuse ,mark 
+0x261f 004799 storet 1 ,mem_state_map 
+:      004800 ack_payload:
+0x2620 004801 bpatch patch0c_2 ,mem_patch0c 
+0x2621 004802 fetcht 1 ,mem_temp_arq 
+0x2622 004803 fetch 1 ,mem_arq 
+0x2623 004804 set1 arqnx ,pdata 
+0x2624 004805 isolate1 seqn ,temp 
+0x2625 004806 setflag true ,seqn ,pdata 
+0x2626 004807 isolate1 mark_am_addr_broadcast ,mark 
+0x2627 004808 setflag true ,bcast1 ,pdata 
+0x2628 004809 store 1 ,mem_arq 
+0x2629 004810 fetch 2 ,mem_len 
+0x262a 004811 nbranch end_of_packet ,blank 
+0x262b 004812 fetch 1 ,mem_state_map 
+0x262c 004813 set0 smap_rxl2cap ,pdata 
+0x262d 004814 store 1 ,mem_state_map 
+0x262e 004815 fetch 1 ,mem_lch_code 
+0x262f 004816 compare 0x01 ,pdata ,0x07 
+0x2630 004818 branch end_of_packet 
+:      004820 error_header:
+0x2631 004821 bpatch patch0c_3 ,mem_patch0c 
+0x2632 004822 disable match 
+0x2633 004823 fetch 2 ,mem_rx_hec_err 
+0x2634 004824 increase 1 ,pdata 
+0x2635 004825 store 2 ,mem_rx_hec_err 
+0x2636 004826 branch end_of_packet 
+:      004827 error_payload_crc:
+0x2637 004828 fetch 2 ,mem_rx_crc_err 
+0x2638 004829 increase 1 ,pdata 
+0x2639 004830 store 2 ,mem_rx_crc_err 
+0x263a 004831 call discard_pkt 
+0x263b 004832 bmark0 mark_testmode ,error_payload 
+0x263c 004833 set1 mark_loopback ,mark 
+:      004834 error_payload:
+0x263d 004835 branch end_of_packet 
+:      004837 discard_pkt:
+0x263e 004838 bpatch patch0c_4 ,mem_patch0c 
+0x263f 004839 fetch 1 ,mem_lch_code 
+0x2640 004840 compare 3 ,pdata ,0x03 
+0x2641 004841 nbranch discard_pkt_l2cap ,true 
+:      004842 discard_pkt_lmp:
+0x2642 004843 fetcht 1 ,mem_state_map 
+0x2643 004844 set0 smap_rxlmp ,temp 
+0x2644 004845 storet 1 ,mem_state_map 
+0x2645 004846 rtn 
+:      004847 discard_pkt_l2cap:
+0x2646 004850 fetcht 1 ,mem_state_map 
+0x2647 004851 set0 smap_rxl2cap ,temp 
+0x2648 004852 storet 1 ,mem_state_map 
+0x2649 004853 branch h4_send_acl_trigger_clear 
+:      004855 redundant_payload:
+0x264a 004856 fetch 1 ,mem_arq 
+0x264b 004857 set1 arqnx ,pdata 
+0x264c 004858 store 1 ,mem_arq 
+:      004859 end_of_packet:
+0x264d 004860 bpatch patch0c_5 ,mem_patch0c 
+0x264e 004861 disable encode_fec0 
+0x264f 004862 disable encode_fec2 
+0x2650 004863 disable decode_fec0 
+0x2651 004864 disable decode_fec2 
+0x2652 004865 disable enable_crc 
+0x2653 004866 disable encrypt 
+0x2654 004867 disable enable_white 
+0x2655 004868 branch shutdown_radio ,is_rx 
+0x2656 004869 until null ,tx_clear 
+0x2657 004870 nop 100 
+0x2658 004871 branch shutdown_radio 
+:      004873 process_fhs:
+0x2659 004874 bpatch patch0c_6 ,mem_patch0c 
+0x265a 004875 enable enable_crc 
+0x265b 004876 enable decode_fec2 
+0x265c 004877 parse demod ,bucket ,72 
+0x265d 004878 isolate1 58 ,pdata 
+0x265e 004879 setflag true ,mark_fhs_eir ,mark 
+0x265f 004880 copy bt_adr ,temp 
+0x2660 004881 ialigned bt_adr 
+0x2661 004882 ialigned fhs0 
+0x2662 004883 pulse recalc 
+0x2663 004884 setsect 2 ,0xfffff 
+0x2664 004885 setsect 3 ,0x0ffff 
+0x2665 004886 nop 32 
+0x2666 004887 iverify fhs_parity 
+0x2667 004888 deposit lap 
+0x2668 004889 store 3 ,extm_lap 
+0x2669 004890 deposit uap 
+0x266a 004891 store 1 ,extm_uap 
+0x266b 004892 copy temp ,bt_adr 
+0x266c 004893 branch fhs_parity_ok ,true 
+0x266d 004894 branch error_payload 
+:      004895 fhs_parity_ok:
+0x266e 004896 bpatch patch0c_7 ,mem_patch0c 
+0x266f 004897 parse demod ,bucket ,72 
+0x2670 004898 ialigned fhs1 
+0x2671 004899 ialigned am_addr 
+0x2672 004900 ialigned nap 
+0x2673 004901 ialigned regb 
+0x2674 004902 force 0 ,pdata 
+0x2675 004903 parse demod ,bucket ,16 
+0x2676 004904 branch error_payload ,crc_failed 
+0x2677 004905 setarg 0x0ffffffc 
+0x2678 004906 iand regb ,pdata 
+0x2679 004907 store 4 ,mem_clke_bt 
+0x267a 004908 deposit fhs_class 
+0x267b 004909 store 3 ,extm_class 
+0x267c 004910 deposit fhs_misc 
+0x267d 004911 store 1 ,extm_fhs_misc 
+0x267e 004912 deposit am_addr 
+0x267f 004913 store 1 ,extm_newconn_am_addr 
+0x2680 004914 deposit nap 
+0x2681 004915 store 2 ,extm_nap 
+0x2682 004916 deposit bt_clk 
+0x2683 004917 inject rxf ,32 
+0x2684 004918 compare type_fhs ,type ,0x0f 
+0x2685 004919 setflag true ,mark_fhs_already_good ,mark 
+0x2686 004920 branch end_of_packet 
+:      004922 clear_got_tx:
+0x2687 004923 bpatch patch0d_0 ,mem_patch0d 
+0x2688 004924 fetch 1 ,mem_arq 
+0x2689 004925 rtnbit0 wack 
+0x268a 004926 set0 wack ,pdata 
+0x268b 004927 setflip seqnx ,pdata 
+0x268c 004928 store 1 ,mem_arq 
+0x268d 004929 fetch 1 ,mem_last_type 
+0x268e 004930 beq type_lmp ,clear_got_txlmp 
+0x268f 004931 rtneq type_hv3 
+0x2690 004932 fetch 1 ,mem_op 
+0x2691 004933 rtnbit0 op_txl2cap ,pdata 
+0x2692 004934 set0 op_txl2cap ,pdata 
+0x2693 004935 set1 op_pkt_comp ,pdata 
+0x2694 004936 store 1 ,mem_op 
+0x2695 004937 set0 mark_tx_l2cap ,mark 
+0x2696 004938 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x2697 004939 nrtn blank 
+0x2698 004940 fetch 1 ,mem_op 
+0x2699 004941 set0 op_pkt_comp ,pdata 
+0x269a 004942 store 1 ,mem_op 
+0x269b 004943 branch l2cap_malloc_free 
+:      004945 clear_got_txlmp:
+0x269c 004946 bpatch patch0d_1 ,mem_patch0d 
+0x269d 004947 fetch 1 ,mem_lmo_header_opcode 
+0x269e 004948 rshift pdata ,pdata 
+0x269f 004949 beq lmp_start_encryption_req ,start_encryption 
+0x26a0 004950 beq lmp_stop_encryption_req ,stop_encryption 
+0x26a1 004951 beq lmp_unsniff_req ,sniff_exit 
+0x26a2 004952 beq lmp_escape ,clear_lmp_escape 
+0x26a3 004953 rtnne lmp_accepted 
+0x26a4 004954 fetch 1 ,mem_lmo_payload 
+0x26a5 004955 beq lmp_sco_link_req ,sco_link_req_by_slave 
+0x26a6 004956 beq lmp_start_encryption_req ,clear_send_setup_complete 
+0x26a7 004957 rtn 
+:      004959 clear_lmp_escape:
+0x26a8 004960 fetch 1 ,mem_lmo_payload 
+0x26a9 004961 set1 7 ,pdata 
+0x26aa 004962 rtn 
+:      004963 clear_send_setup_complete:
+0x26ab 004964 rtn master 
+0x26ac 004965 fetch 1 ,mem_state 
+0x26ad 004966 rtnbit1 state_conn_comp 
+0x26ae 004967 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x26af 004968 rtn 
+:      004971 sco_link_req_by_slave:
+0x26b0 004972 rtn master 
+0x26b1 004973 fetch 1 ,mem_mode 
+0x26b2 004974 isolate1 send_sco_when_slave ,pdata 
+0x26b3 004975 branch clean_mem_mode ,true 
+0x26b4 004977 rtn 
+:      004978 clean_mem_mode:
+0x26b5 004979 set0 send_sco_when_slave ,pdata 
+0x26b6 004980 store 1 ,mem_mode 
+0x26b7 004981 rtn 
+:      004983 start_encryption:
+0x26b8 004984 bpatch patch0d_2 ,mem_patch0d 
+0x26b9 004985 fetch 1 ,mem_state_map 
+0x26ba 004986 set1 smap_encryption ,pdata 
+0x26bb 004987 store 1 ,mem_state_map 
+0x26bc 004988 jam 1 ,core_encrypt 
+0x26bd 004989 fetch 1 ,mem_state 
+0x26be 004990 isolate1 state_conn_comp ,pdata 
+0x26bf 004991 rtn 
+:      004993 stop_encryption:
+0x26c0 004994 bpatch patch0d_3 ,mem_patch0d 
+0x26c1 004995 fetch 1 ,mem_state_map 
+0x26c2 004996 set0 smap_encryption ,pdata 
+0x26c3 004997 store 1 ,mem_state_map 
+0x26c4 004998 jam 0 ,core_encrypt 
+0x26c5 004999 rtn 
+:      005002 sniff_init:
+0x26c6 005003 bpatch patch0d_4 ,mem_patch0d 
+0x26c7 005004 copy clkn_bt ,pdata 
+0x26c8 005005 store 4 ,mem_lpm_delay_after_sniff 
+0x26c9 005006 add clkn_bt ,3 ,rega 
+0x26ca 005007 branch sniff_init_master ,master 
+0x26cb 005008 add clke_bt ,3 ,rega 
+:      005009 sniff_init_master:
+0x26cc 005010 fetcht 2 ,mem_tsniff 
+0x26cd 005011 deposit rega 
+0x26ce 005012 set0 27 ,pdata 
+0x26cf 005013 idiv temp 
+0x26d0 005014 fetch 2 ,mem_dsniff 
+0x26d1 005015 call wait_div_end 
+0x26d2 005016 remainder regc 
+0x26d3 005017 isub regc ,pdata 
+0x26d4 005018 branch sniff_init_nowrap ,positive 
+0x26d5 005019 iadd temp ,pdata 
+:      005020 sniff_init_nowrap:
+0x26d6 005021 iadd rega ,pdata 
+0x26d7 005022 store 4 ,mem_sniff_anchor 
+0x26d8 005023 jam switch_flag_init ,mem_switch_flag 
+0x26d9 005024 fetch 1 ,mem_state 
+0x26da 005025 set1 state_insniff ,pdata 
+0x26db 005026 store 1 ,mem_state 
+0x26dc 005027 fetch 1 ,mem_sniff_attempt 
+0x26dd 005028 store 1 ,mem_current_sniff_attempt 
+0x26de 005029 setarg 0 
+0x26df 005030 store 3 ,mem_sniff_rcv 
+0x26e0 005031 store 3 ,mem_sniff_lost 
+0x26e1 005032 store 1 ,mem_sniff_unint_lost 
+0x26e2 005033 jam bt_evt_enter_sniff ,mem_fifo_temp 
+0x26e3 005034 call ui_ipc_send_event 
+0x26e4 005035 fetch 2 ,mem_rx_window_sniff 
+0x26e5 005036 store 2 ,mem_rx_window 
+0x26e6 005037 nrtn master 
+0x26e7 005038 add am_addr ,-1 ,queue 
+0x26e8 005039 rtn 
+:      005041 sniff_exit:
+0x26e9 005042 bpatch patch0d_5 ,mem_patch0d 
+0x26ea 005043 fetch 1 ,mem_state 
+0x26eb 005044 rtnbit0 state_insniff 
+0x26ec 005045 set0 state_insniff ,pdata 
+0x26ed 005046 store 1 ,mem_state 
+0x26ee 005047 fetch 2 ,mem_rx_window_init 
+0x26ef 005048 store 2 ,mem_rx_window 
+0x26f0 005049 disable wake 
+0x26f1 005050 jam bt_evt_exit_sniff ,mem_fifo_temp 
+0x26f2 005051 branch ui_ipc_send_event 
+:      005054 check_attempt:
+0x26f3 005055 bpatch patch0d_6 ,mem_patch0d 
+0x26f4 005056 enable attempt 
+0x26f5 005057 fetch 1 ,mem_state 
+0x26f6 005058 bbit1 state_insniff ,check_attempt_sniff 
+0x26f7 005059 rtnmark1 mark_testmode 
+0x26f8 005060 fetch 1 ,mem_arq 
+0x26f9 005061 rtnbit1 wack 
+0x26fa 005062 fetch 1 ,mem_lmp_to_send 
+0x26fb 005063 nrtn blank 
+0x26fc 005064 fetch 1 ,mem_op 
+0x26fd 005065 rtnbit1 op_txl2cap 
+:      005066 check_attempt_nomore:
+0x26fe 005067 force 0 ,pdata 
+0x26ff 005068 rtn 
+:      005070 check_attempt_sniff:
+0x2700 005071 bbit0 state_insco ,check_attempt_not_sco 
+0x2701 005072 fetch 1 ,mem_current_sniff_attempt 
+0x2702 005073 beq 2 ,check_attempt_sniff_restore_sco 
+0x2703 005074 fetch 1 ,mem_arq 
+0x2704 005075 bbit1 wack ,check_attempt_notimeout 
+0x2705 005076 bmark0 mark_esco_rxok ,check_attempt_notimeout 
+:      005077 check_attempt_sniff_restore_sco:
+0x2706 005078 nbranch check_attempt_notimeout ,master 
+0x2707 005079 fetch 1 ,mem_lmp_to_send 
+0x2708 005080 nbranch check_attempt_notimeout ,blank 
+:      005081 check_attempt_sco_master:
+0x2709 005082 fetch 1 ,mem_sco_poll 
+0x270a 005083 increase -1 ,pdata 
+0x270b 005084 store 1 ,mem_sco_poll 
+0x270c 005085 nbranch check_attempt_nomore ,blank 
+0x270d 005086 jam param_sco_poll ,mem_sco_poll 
+0x270e 005087 branch check_attempt_notimeout 
+:      005094 check_attempt_not_sco:
+0x270f 005095 fetch 1 ,mem_current_sniff_attempt 
+0x2710 005096 bne 1 ,check_attempt_notimeout 
+0x2711 005097 fetch 1 ,mem_current_sniff_timeout 
+0x2712 005098 branch check_attempt_notimeout ,blank 
+0x2713 005099 increase -1 ,pdata 
+0x2714 005100 store 1 ,mem_current_sniff_timeout 
+0x2715 005101 fetch 1 ,mem_arq 
+0x2716 005102 rtnbit1 wack 
+0x2717 005103 nrtn match 
+:      005104 check_attempt_notimeout:
+0x2718 005105 fetch 1 ,mem_current_sniff_attempt 
+0x2719 005106 increase -1 ,pdata 
+0x271a 005107 store 1 ,mem_current_sniff_attempt 
+0x271b 005108 rtn 
+:      005119 sniff_check_window:
+0x271c 005120 bpatch patch0d_7 ,mem_patch0d 
+0x271d 005121 disable swfine 
+0x271e 005122 copy temp ,stop_watch 
+0x271f 005123 call context_search_sniff_window 
+0x2720 005124 disable user 
+0x2721 005125 nrtn zero 
+0x2722 005126 force 0 ,stop_watch 
+0x2723 005127 enable user 
+0x2724 005128 rtn 
+:      005131 check_esco_amaddr:
+0x2725 005132 fetch 1 ,mem_esco_addr 
+0x2726 005133 icompare 0xff ,am_addr 
+0x2727 005134 rtn 
+:      005137 parse_l2cap:
+0x2728 005138 bpatch patch0e_0 ,mem_patch0e 
+0x2729 005139 set0 mark_rxbuf_inuse ,mark 
+:      005140 parse_l2cap_cont:
+0x272a 005141 jam l2cap_rx_clear ,mem_l2cap_rx_done 
+0x272b 005142 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x272c 005143 rtn blank 
+0x272d 005144 isolate1 l2cap_inuse_buff1 ,pdata 
+0x272e 005145 arg mem_l2cap_rxbuff1 ,contr 
+0x272f 005146 call process_rx_l2cap_pkt ,true 
+0x2730 005147 bpatch patch0e_1 ,mem_patch0e 
+0x2731 005148 fetch 1 ,mem_l2cap_rx_done 
+0x2732 005149 beq l2cap_rx_done ,parse_l2cap_release_buff1 
+0x2733 005151 jam l2cap_rx_clear ,mem_l2cap_rx_done 
+0x2734 005152 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2735 005153 rtnbit0 l2cap_inuse_buff2 
+0x2736 005154 arg mem_l2cap_rxbuff2 ,contr 
+0x2737 005155 call process_rx_l2cap_pkt 
+0x2738 005156 fetch 1 ,mem_l2cap_rx_done 
+0x2739 005157 beq l2cap_rx_done ,parse_l2cap_release_buff2 
+0x273a 005158 rtn 
+:      005160 parse_l2cap_release_buff1:
+0x273b 005161 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x273c 005162 set0 l2cap_inuse_buff1 ,pdata 
+0x273d 005163 store 1 ,mem_l2cap_rxbuff_inuse 
+0x273e 005164 setarg 0 
+0x273f 005165 store 2 ,mem_l2cap_rxbuff1_len 
+0x2740 005166 rtn 
+:      005167 parse_l2cap_release_buff2:
+0x2741 005168 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2742 005169 set0 l2cap_inuse_buff2 ,pdata 
+0x2743 005170 store 1 ,mem_l2cap_rxbuff_inuse 
+0x2744 005171 setarg 0 
+0x2745 005172 store 2 ,mem_l2cap_rxbuff2_len 
+0x2746 005173 rtn 
+:      005175 l2cap_buff1_inuse:
+0x2747 005176 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x2748 005177 set1 l2cap_inuse_buff1 ,pdata 
+0x2749 005178 store 1 ,mem_l2cap_rxbuff_inuse 
+0x274a 005179 rtn 
+:      005181 l2cap_buff2_inuse:
+0x274b 005182 fetch 1 ,mem_l2cap_rxbuff_inuse 
+0x274c 005183 set1 l2cap_inuse_buff2 ,pdata 
+0x274d 005184 store 1 ,mem_l2cap_rxbuff_inuse 
+0x274e 005185 rtn 
+:      005191 slave_send_access:
+0x274f 005192 bpatch patch0e_2 ,mem_patch0e 
+0x2750 005193 add clke_bt ,1 ,bt_clk 
+0x2751 005194 call fetch_extm_bt_adr 
+0x2752 005195 force 0x03 ,freq_mode 
+0x2753 005196 call tx_radio_freq 
+0x2754 005197 call start_transmitter 
+0x2755 005198 call start_tx_external 
+0x2756 005199 branch send_access_word 
+:      005202 slave_conn_send_packet:
+0x2757 005203 bpatch patch0e_3 ,mem_patch0e 
+0x2758 005204 call rf_setup_time_slave_slot 
+0x2759 005205 deposit clke_bt 
+0x275a 005206 fetcht 4 ,mem_next_btclk 
+0x275b 005207 isub temp ,pdata 
+0x275c 005208 rtnne 1 
+0x275d 005209 compare type_null ,type ,0x1f 
+0x275e 005210 nbranch slave_conn_send_access ,true 
+0x275f 005211 fetch 1 ,mem_rx_type 
+0x2760 005212 rtn blank 
+:      005213 slave_conn_send_access:
+0x2761 005214 call slave_send_access 
+:      005215 transmit_packet:
+0x2762 005216 compare type_id ,type ,0x1f 
+0x2763 005217 branch end_of_packet ,true 
+0x2764 005218 rshift bt_clk ,temp 
+0x2765 005219 or temp ,0x40 ,white_init 
+:      005220 transmit_packet_whitened:
+0x2766 005221 bpatch patch0e_4 ,mem_patch0e 
+0x2767 005222 enable enable_white 
+0x2768 005223 enable enable_hec 
+0x2769 005224 enable encode_fec1 
+0x276a 005225 set0 mark_longpacket ,mark 
+0x276b 005226 deposit am_addr 
+0x276c 005227 inject mod ,3 
+0x276d 005228 deposit type 
+0x276e 005229 inject mod ,4 
+0x276f 005230 fetch 1 ,mem_arq 
+0x2770 005231 inject bucket ,4 
+0x2771 005232 inject mod ,3 
+0x2772 005233 enable enable_parity 
+0x2773 005234 inject mod ,8 
+0x2774 005235 disable encode_fec1 
+0x2775 005236 disable enable_parity 
+0x2776 005237 disable enable_hec 
+0x2777 005238 set0 psk3m ,radio_ctrl 
+0x2778 005239 arg 0 ,temp 
+0x2779 005240 call reserve_slot 
+0x277a 005241 bpatch patch0e_5 ,mem_patch0e 
+0x277b 005242 and type ,0x1f ,pdata 
+0x277c 005243 beq type_lmp ,transmit_lmp 
+0x277d 005244 beq type_null ,end_of_packet 
+0x277e 005245 beq type_poll ,end_of_packet 
+0x277f 005246 beq type_fhs ,transmit_fhs 
+0x2780 005247 beq type_dm1 ,transmit_dm1 
+0x2781 005248 beq type_dh1 ,transmit_dh1 
+0x2782 005249 beq type_hv3 ,transmit_hev 
+0x2783 005250 beq type_3dh1 ,transmit_3dh1 
+0x2784 005251 arg 4 ,temp 
+0x2785 005252 call reserve_slot 
+0x2786 005253 beq type_dm3 ,transmit_dm3 
+0x2787 005254 beq type_dh3 ,transmit_dh3 
+0x2788 005255 arg 8 ,temp 
+0x2789 005256 call reserve_slot 
+0x278a 005257 beq type_dh5 ,transmit_dh5 
+0x278b 005258 branch transmit_dm5 
+:      005261 transmit_hev:
+0x278c 005262 bpatch patch0e_6 ,mem_patch0e 
+0x278d 005263 enable encode_fec0 
+0x278e 005264 enable enable_crc 
+0x278f 005265 enable encrypt 
+0x2790 005266 force 30 ,loopcnt 
+0x2791 005267 arg mem_sco_obuf ,contr 
+:      005268 transmit_ev_loop:
+0x2792 005269 ifetch 1 ,contr 
+0x2793 005270 inject mod ,8 
+0x2794 005271 loop transmit_ev_loop 
+0x2795 005272 bmark1 mark_esco ,transmit_end 
+0x2796 005273 branch end_of_packet 
+:      005275 transmit_fhs:
+0x2797 005276 bpatch patch0e_7 ,mem_patch0e 
+0x2798 005277 fetch 1 ,mem_fhs_am_addr 
+0x2799 005278 icopy am_addr 
+0x279a 005279 fetch 1 ,mem_fhs_misc 
+0x279b 005280 icopy fhs_misc 
+0x279c 005281 fetch 3 ,mem_class 
+0x279d 005282 icopy fhs_class 
+0x279e 005283 fetch 2 ,mem_nap 
+0x279f 005284 icopy nap 
+0x27a0 005285 enable enable_crc 
+0x27a1 005286 enable encode_fec2 
+0x27a2 005287 copy bt_adr ,rega 
+0x27a3 005288 call fetch_self_bt_adr 
+0x27a4 005289 pulse recalc 
+0x27a5 005290 nop 32 
+0x27a6 005291 copy bt_clk ,timeup 
+0x27a7 005292 fetch 4 ,mem_clkn_bt 
+0x27a8 005293 icopy bt_clk 
+0x27a9 005294 preload fhs0 
+0x27aa 005295 set1 58 ,pdata 
+0x27ab 005296 inject mod ,72 
+0x27ac 005297 preload fhs1 
+0x27ad 005298 inject mod ,72 
+0x27ae 005299 copy timeup ,bt_clk 
+0x27af 005300 copy rega ,bt_adr 
+0x27b0 005301 enable enable_parity 
+0x27b1 005302 inject mod ,16 
+0x27b2 005303 disable enable_parity 
+0x27b3 005304 branch end_of_packet 
+:      005306 transmit_lmp:
+0x27b4 005307 bpatch patch0f_0 ,mem_patch0f 
+0x27b5 005308 enable encrypt 
+0x27b6 005309 enable enable_crc 
+0x27b7 005310 enable encode_fec2 
+0x27b8 005311 fetch 1 ,mem_lmo_header_length 
+0x27b9 005312 and pdata ,0x1f8 ,temp 
+0x27ba 005313 arg mem_lmo_header_length ,contr 
+0x27bb 005314 increase 8 ,temp 
+:      005315 transmit_lmp_loop:
+0x27bc 005316 add temp ,-72 ,regc 
+0x27bd 005317 nbranch transmit_lmp_finish ,positive 
+0x27be 005318 ifetch 9 ,contr 
+0x27bf 005319 inject mod ,72 
+0x27c0 005320 copy regc ,temp 
+0x27c1 005321 branch transmit_lmp_loop 
+:      005322 transmit_lmp_finish:
+0x27c2 005323 ifetch 9 ,contr 
+0x27c3 005324 iinject mod ,temp 
+0x27c4 005325 branch transmit_end 
+:      005327 transmit_dm1:
+0x27c5 005328 enable encode_fec2 
+0x27c6 005329 branch transmit_dmh 
+:      005330 transmit_dm3:
+:      005331 transmit_dm5:
+0x27c7 005332 enable encode_fec2 
+0x27c8 005333 set1 mark_longpacket ,mark 
+0x27c9 005334 branch transmit_dmh 
+:      005336 transmit_3dh1:
+0x27ca 005337 set1 psk3m ,radio_ctrl 
+:      005338 transmit_dh1:
+0x27cb 005339 enable encode_fec0 
+0x27cc 005340 branch transmit_dmh 
+:      005342 transmit_dh3:
+:      005343 transmit_dh5:
+0x27cd 005344 set1 psk3m ,radio_ctrl 
+0x27ce 005345 enable encode_fec0 
+0x27cf 005346 set1 mark_longpacket ,mark 
+:      005348 transmit_dmh:
+0x27d0 005349 bpatch patch0f_1 ,mem_patch0f 
+0x27d1 005350 fetch 1 ,mem_state_map 
+0x27d2 005351 bbit0 smap_edr ,transmit_noedr 
+0x27d3 005352 sub type ,3 ,null 
+0x27d4 005353 branch transmit_noedr ,positive 
+0x27d5 005354 disable encrypt 
+0x27d6 005355 disable encode_fec2 
+0x27d7 005356 enable encode_fec0 
+0x27d8 005357 disable enable_white 
+0x27d9 005358 set1 psk ,radio_ctrl 
+0x27da 005359 isolate1 psk3m ,radio_ctrl 
+0x27db 005360 branch transmit_edr3m ,true 
+0x27dc 005361 setarg 0xabeee 
+0x27dd 005362 inject mod ,20 
+0x27de 005363 branch transmit_edr_sync_end 
+:      005364 transmit_edr3m:
+0x27df 005365 setarg 0x5faeba 
+0x27e0 005366 inject mod ,24 
+0x27e1 005367 setarg 0x12 
+0x27e2 005368 inject mod ,6 
+:      005369 transmit_edr_sync_end:
+0x27e3 005370 enable enable_white 
+0x27e4 005371 set1 mark_longpacket ,mark 
+:      005372 transmit_noedr:
+0x27e5 005373 enable encrypt 
+0x27e6 005374 enable enable_crc 
+0x27e7 005375 bmark1 mark_loopback ,transmit_loopback 
+0x27e8 005376 fetch 1 ,mem_tx_lch 
+0x27e9 005377 inject mod ,3 
+0x27ea 005378 fetch 2 ,mem_tx_len 
+0x27eb 005379 iforce loopcnt 
+0x27ec 005380 bmark1 mark_longpacket ,transmit_long 
+0x27ed 005381 inject mod ,5 
+0x27ee 005382 branch transmit_stuff 
+:      005383 transmit_long:
+0x27ef 005384 inject mod ,13 
+:      005385 transmit_stuff:
+0x27f0 005386 deposit loopcnt 
+0x27f1 005387 branch transmit_end ,blank 
+0x27f2 005388 fetch 2 ,mem_txptr 
+0x27f3 005389 iforce contr 
+:      005390 transmit_stuff_loop:
+0x27f4 005391 ifetch 1 ,contr 
+0x27f5 005392 inject mod ,8 
+0x27f6 005393 loop transmit_stuff_loop 
+:      005396 transmit_end:
+0x27f7 005397 enable enable_parity 
+0x27f8 005398 inject mod ,16 
+0x27f9 005399 disable enable_parity 
+0x27fa 005400 call set_wait_ack 
+0x27fb 005401 fetch 1 ,mem_state_map 
+0x27fc 005402 bbit0 smap_edr ,end_of_packet 
+0x27fd 005403 force 0 ,pdata 
+0x27fe 005404 inject mod ,6 
+0x27ff 005405 branch end_of_packet 
+:      005408 transmit_loopback:
+0x2800 005409 bpatch patch0f_2 ,mem_patch0f 
+0x2801 005410 bmark1 mark_longpacket ,transmit_loopback_long 
+:      005411 transmit_loopback_short:
+0x2802 005412 fetch 1 ,mem_lch_code 
+0x2803 005413 inject mod ,3 
+0x2804 005414 fetch 1 ,mem_len 
+0x2805 005415 iforce regc 
+0x2806 005416 inject mod ,5 
+0x2807 005417 branch transmit_loopback_cont 
+:      005418 transmit_loopback_long:
+0x2808 005419 fetch 1 ,mem_lch_code 
+0x2809 005420 inject mod ,3 
+0x280a 005421 fetch 2 ,mem_len 
+0x280b 005422 iforce regc 
+0x280c 005423 inject mod ,13 
+:      005424 transmit_loopback_cont:
+0x280d 005425 arg mem_rxbuf ,contr 
+:      005426 transmit_loopback_loop:
+0x280e 005427 copy regc ,null 
+0x280f 005428 branch transmit_loopback_end ,zero 
+0x2810 005429 ifetch 1 ,contr 
+0x2811 005430 inject mod ,8 
+0x2812 005431 increase -1 ,regc 
+0x2813 005432 branch transmit_loopback_loop 
+:      005433 transmit_loopback_end:
+0x2814 005434 fetch 2 ,mem_tst_pktcnt_dmh 
+0x2815 005435 increase 1 ,pdata 
+0x2816 005436 store 2 ,mem_tst_pktcnt_dmh 
+0x2817 005437 branch transmit_end 
+:      005440 apply_switch_clke:
+0x2818 005441 fetch 4 ,mem_clke_bt 
+0x2819 005442 add pdata ,7 ,rega 
+0x281a 005443 fetch 2 ,mem_slot_offset 
+0x281b 005444 nbranch apply_switch_nozero ,blank 
+0x281c 005445 increase -3 ,rega 
+0x281d 005446 branch apply_switch_wait_loop 
+:      005447 apply_switch_nozero:
+0x281e 005448 mul32 pdata ,12 ,pdata 
+0x281f 005449 hfetcht 2 ,core_halfslot 
+0x2820 005450 increase 1 ,temp 
+:      005451 apply_switch_loop:
+0x2821 005452 isub temp ,pdata 
+0x2822 005453 nbranch apply_switch_bt ,positive 
+0x2823 005454 increase -1 ,rega 
+0x2824 005455 branch apply_switch_loop 
+:      005456 apply_switch_bt:
+0x2825 005457 sub pdata ,0 ,pdata 
+:      005458 apply_switch_wait_loop:
+0x2826 005459 until null ,oneslot 
+0x2827 005460 compare 0 ,clkn_bt ,3 
+0x2828 005461 nbranch apply_switch_wait_loop ,true 
+0x2829 005462 iforce clke_rt 
+0x282a 005463 copy rega ,clke_bt 
+0x282b 005464 iforce clke_rt 
+0x282c 005465 rtn 
+:      005468 calc_slot_offset:
+0x282d 005469 bpatch patch0f_3 ,mem_patch0f 
+0x282e 005470 until null ,halfslot 
+0x282f 005471 deposit clke 
+0x2830 005472 iforce contr 
+0x2831 005473 rshift16 ,pdata ,pdata 
+0x2832 005474 isub clkn_bt ,loopcnt 
+0x2833 005475 and_into 3 ,loopcnt 
+0x2834 005476 nbranch calc_bt_portion ,zero 
+0x2835 005477 force 0 ,pdata 
+0x2836 005478 branch calc_skip_bt 
+:      005479 calc_bt_portion:
+0x2837 005480 arg 3750 ,temp 
+0x2838 005481 force 0 ,pdata 
+:      005482 calc_slot_offset_loop:
+0x2839 005483 iadd temp ,pdata 
+0x283a 005484 loop calc_slot_offset_loop 
+:      005485 calc_skip_bt:
+0x283b 005486 iadd contr ,pdata 
+0x283c 005487 div pdata ,12 
+0x283d 005488 call wait_div_end 
+0x283e 005489 quotient pdata 
+0x283f 005490 store 2 ,mem_slot_offset 
+0x2840 005491 rtn 
+:      005493 calc_clke_offset:
+0x2841 005494 bpatch patch0f_4 ,mem_patch0f 
+0x2842 005495 deposit clke 
+0x2843 005496 copy clkn ,temp 
+0x2844 005497 isub temp ,null 
+0x2845 005498 nsetflag positive ,44 ,pdata 
+0x2846 005499 isub temp ,temp 
+0x2847 005500 setarg 3750 
+0x2848 005501 isolate0 15 ,temp 
+0x2849 005502 branch calc_clke_pos ,true 
+0x284a 005503 setarg -61786 
+0x284b 005504 iadd temp ,temp 
+:      005505 calc_clke_pos:
+0x284c 005506 storet 6 ,mem_le_clk_offset 
+0x284d 005507 rtn le 
+0x284e 005508 storet 6 ,mem_clk_offset 
+0x284f 005509 rtn 
+:      005511 calc_clke:
+0x2850 005512 disable clknt 
+0x2851 005513 fetch 6 ,mem_le_clk_offset 
+0x2852 005514 branch calc_clke2 ,le 
+0x2853 005515 fetch 6 ,mem_clk_offset 
+:      005516 calc_clke2:
+0x2854 005517 iadd clkn ,alarm 
+0x2855 005518 increase 10 ,alarm 
+0x2856 005519 setarg 3750 
+0x2857 005520 isub alarm ,pdata 
+0x2858 005521 isolate0 15 ,pdata 
+0x2859 005522 branch calc_clke_pos_adj ,true 
+0x285a 005523 setarg 0xf15a 
+0x285b 005524 iadd alarm ,alarm 
+:      005525 calc_clke_pos2:
+0x285c 005526 copy alarm ,clke 
+0x285d 005527 rtn 
+:      005528 calc_clke_pos_adj:
+0x285e 005529 force 0 ,null 
+0x285f 005530 branch calc_clke_pos2 
+:      005537 calc_radio_freq:
+0x2860 005538 bpatch patch0f_5 ,mem_patch0f 
+0x2861 005539 call set_sync_on 
+0x2862 005540 copy bt_clk ,pdata 
+0x2863 005541 and_into 0x180 ,pdata 
+0x2864 005542 compare 3 ,freq_mode ,0x07 
+0x2865 005543 nbranch freq_not_connection ,true 
+0x2866 005544 rshift3 pdata ,pdata 
+0x2867 005545 iadd freq_index ,pdata 
+0x2868 005546 branch do_hop_mod_now 
+:      005547 freq_not_connection:
+0x2869 005548 copy freq_index ,pdata 
+:      005549 do_hop_mod_now:
+0x286a 005550 div pdata ,79 
+0x286b 005551 pulse recalc 
+0x286c 005552 call wait_div_end 
+0x286d 005553 remainder rega 
+0x286e 005554 add rega ,-40 ,temp 
+0x286f 005555 branch odd_half ,positive 
+0x2870 005556 lshift rega ,temp 
+0x2871 005557 branch freq_result 
+:      005558 odd_half:
+0x2872 005559 lshift temp ,temp 
+0x2873 005560 increase 1 ,temp 
+:      005561 freq_result:
+0x2874 005562 bpatch patch0f_6 ,mem_patch0f 
+0x2875 005563 fetch 1 ,mem_mode 
+0x2876 005564 bbit0 afh_change ,afh_process_con 
+:      005565 afh_process_0:
+0x2877 005566 fetch 4 ,mem_afh_instant 
+0x2878 005567 isub bt_clk ,null 
+0x2879 005568 branch afh_process_con ,positive 
+0x287a 005569 call afh_clear 
+0x287b 005570 fetch 1 ,mem_afh_new_mod 
+0x287c 005571 rtn blank 
+0x287d 005572 fetch 1 ,mem_mode 
+0x287e 005573 set1 afh_enable ,pdata 
+0x287f 005574 store 1 ,mem_mode 
+0x2880 005575 fetch 5 ,mem_afh_map_new 
+0x2881 005576 store 5 ,mem_afh_map_lo 
+0x2882 005577 ifetch 5 ,contr 
+0x2883 005578 store 5 ,mem_afh_map_hi 
+0x2884 005579 call afh_process_freq_map 
+:      005580 afh_process_con:
+0x2885 005581 fetch 1 ,mem_mode 
+0x2886 005582 rtnbit0 afh_enable 
+0x2887 005583 isolate1 1 ,bt_clk 
+0x2888 005584 branch afh_same_channel ,true 
+0x2889 005585 rshift3 temp ,rega 
+0x288a 005586 and temp ,7 ,queue 
+0x288b 005587 setarg mem_afh_map_lo 
+0x288c 005588 iadd rega ,rega 
+0x288d 005589 ifetch 1 ,rega 
+0x288e 005590 qisolate0 pdata 
+0x288f 005591 branch afh_process_1 ,true 
+0x2890 005592 deposit temp 
+0x2891 005593 branch afh_process_end 
+:      005594 afh_process_1:
+0x2892 005595 fetch 1 ,mem_afh_used 
+0x2893 005596 iforce regb 
+0x2894 005597 deposit bt_clk 
+0x2895 005598 and_into 0x180 ,pdata 
+0x2896 005599 rshift3 pdata ,pdata 
+0x2897 005600 iadd freq_index ,pdata 
+0x2898 005601 idiv regb 
+0x2899 005602 setarg mem_afh_map 
+0x289a 005603 call wait_div_end 
+0x289b 005604 remainder rega 
+0x289c 005605 iadd rega ,contr 
+0x289d 005606 ifetch 1 ,contr 
+:      005607 afh_process_end:
+0x289e 005608 store 1 ,mem_afh_index 
+0x289f 005609 iforce temp 
+0x28a0 005610 rtn 
+:      005612 afh_same_channel:
+0x28a1 005613 fetch 1 ,mem_afh_index 
+0x28a2 005614 iforce temp 
+0x28a3 005615 rtn 
+:      005617 afh_clear:
+0x28a4 005618 fetch 1 ,mem_mode 
+0x28a5 005619 set0 afh_enable ,pdata 
+0x28a6 005620 set0 afh_change ,pdata 
+0x28a7 005621 store 1 ,mem_mode 
+0x28a8 005622 rtn 
+:      005628 afh_process_freq_map:
+0x28a9 005629 bpatch patch0f_7 ,mem_patch0f 
+0x28aa 005630 arg mem_afh_map ,contw 
+0x28ab 005631 force 10 ,loopcnt 
+0x28ac 005632 call memset0 
+0x28ad 005633 arg mem_afh_map ,contw 
+0x28ae 005634 force 0 ,regc 
+0x28af 005635 force 2 ,queue 
+:      005636 process_freq_3:
+0x28b0 005637 fetch 5 ,mem_afh_map_lo 
+0x28b1 005638 iforce temp 
+0x28b2 005639 compare 2 ,queue ,0xff 
+0x28b3 005640 branch process_freq_1 ,true 
+0x28b4 005641 rshift temp ,temp 
+:      005642 process_freq_1:
+0x28b5 005643 isolate0 0 ,temp 
+0x28b6 005644 branch process_freq_0 ,true 
+0x28b7 005645 deposit regc 
+0x28b8 005646 istore 1 ,contw 
+:      005647 process_freq_0:
+0x28b9 005648 rshift2 temp ,temp 
+0x28ba 005649 increase 2 ,regc 
+0x28bb 005650 compare 40 ,regc ,0xfe 
+0x28bc 005651 nbranch process_freq_2 ,true 
+0x28bd 005652 fetch 5 ,mem_afh_map_hi 
+0x28be 005653 iforce temp 
+0x28bf 005654 compare 2 ,queue ,0xff 
+0x28c0 005655 branch process_freq_2 ,true 
+0x28c1 005656 rshift temp ,temp 
+:      005657 process_freq_2:
+0x28c2 005658 sub regc ,78 ,null 
+0x28c3 005659 branch process_freq_1 ,positive 
+0x28c4 005660 force 1 ,regc 
+0x28c5 005661 increase -1 ,queue 
+0x28c6 005662 nbranch process_freq_3 ,zero 
+0x28c7 005663 arg mem_afh_map ,rega 
+0x28c8 005664 deposit contw 
+0x28c9 005665 isub rega ,pdata 
+0x28ca 005666 store 1 ,mem_afh_used 
+0x28cb 005667 rtn 
+:      005669 rx_radio_freq:
+0x28cc 005670 bpatch patch10_0 ,mem_patch10 
+0x28cd 005671 call calc_radio_freq 
+0x28ce 005672 fetch 1 ,mem_debug_config 
+0x28cf 005673 bbit0 debug_rx_fixed_freq ,rx_radio_freq_now 
+0x28d0 005674 fetcht 1 ,mem_rx_fixed_freq 
+:      005675 rx_radio_freq_now:
+0x28d1 005676 branch set_freq_rx 
+:      005679 tx_radio_freq:
+0x28d2 005680 bpatch patch10_1 ,mem_patch10 
+0x28d3 005681 call calc_radio_freq 
+0x28d4 005682 fetch 1 ,mem_debug_config 
+0x28d5 005683 bbit0 debug_tx_fixed_freq ,tx_radio_freq_now 
+0x28d6 005684 fetcht 1 ,mem_tx_fixed_freq 
+:      005685 tx_radio_freq_now:
+0x28d7 005686 branch set_freq_tx 
+:      005689 fetch_giac:
+0x28d8 005690 force 0 ,uap 
+0x28d9 005691 fetch 3 ,mem_glap 
+0x28da 005692 iforce lap 
+0x28db 005693 rtn 
+:      005695 fetch_page_bt_adr:
+0x28dc 005696 bpatch patch10_2 ,mem_patch10 
+0x28dd 005697 fetch 1 ,mem_hci_puap 
+0x28de 005698 icopy uap 
+0x28df 005699 fetch 3 ,mem_hci_plap 
+0x28e0 005700 icopy lap 
+0x28e1 005701 rtn 
+:      005703 fetch_self_bt_adr:
+0x28e2 005704 bpatch patch10_3 ,mem_patch10 
+0x28e3 005705 fetch 2 ,mem_nap 
+0x28e4 005706 icopy nap 
+0x28e5 005707 fetch 1 ,mem_uap 
+0x28e6 005708 icopy uap 
+0x28e7 005709 fetch 3 ,mem_lap 
+0x28e8 005710 icopy lap 
+0x28e9 005711 rtn 
+:      005713 fetch_extm_bt_adr:
+0x28ea 005714 bpatch patch10_4 ,mem_patch10 
+0x28eb 005715 fetch 2 ,mem_pnap 
+0x28ec 005716 icopy nap 
+0x28ed 005717 fetch 1 ,mem_puap 
+0x28ee 005718 icopy uap 
+0x28ef 005719 fetch 3 ,mem_plap 
+0x28f0 005720 icopy lap 
+0x28f1 005721 rtn 
+:      005724 fetch_diac:
+0x28f2 005725 bmark1 mark_all_diac ,fetch_diac_do 
+0x28f3 005726 rtnmark0 mark_inquiry_state 
+0x28f4 005727 rtnmark0 mark_periodical_diac 
+:      005728 fetch_diac_do:
+0x28f5 005729 and_into -256 ,lap 
+0x28f6 005730 pulse recalc 
+0x28f7 005731 nop 32 
+0x28f8 005732 rtn 
+:      005735 shutdown_radio:
+0x28f9 005736 bpatch patch10_5 ,mem_patch10 
+0x28fa 005737 branch shutdown_radio0 ,is_rx 
+0x28fb 005738 jam 0xd4 ,rf_tx_pa_ib 
+0x28fc 005739 nop 4 
+0x28fd 005740 jam 0xd2 ,rf_tx_pa_ib 
+0x28fe 005741 nop 4 
+0x28ff 005742 jam 0xd1 ,rf_tx_pa_ib 
+0x2900 005743 nop 4 
+0x2901 005744 fetch 1 ,mem_tx_power 
+0x2902 005745 beq tx_power_0db ,shutdown_radio_0db 
+0x2903 005746 beq tx_power_3db ,shutdown_radio_3db 
+0x2904 005747 beq tx_power_5db ,shutdown_radio_5db 
+0x2905 005748 beq tx_power_f3db ,shutdown_radio_f3db 
+0x2906 005749 beq tx_power_f5db ,shutdown_radio_f5db 
+0x2907 005750 beq tx_power_pair ,shutdown_radio_pair 
+:      005751 shutdown_radio_5db:
+:      005752 shutdown_radio_0db:
+0x2908 005753 jam 0xd0 ,rf_tx_pa_ib 
+0x2909 005754 jam 0xe0 ,rf_tx_pa_gc 
+:      005755 shutdown_radio0:
+0x290a 005756 force 0 ,radio_ctrl 
+0x290b 005757 disable is_rx 
+0x290c 005758 disable is_tx 
+0x290d 005759 pulse packet_end 
+0x290e 005760 jam 0x0 ,rfen_mdm 
+0x290f 005761 jam 0x0 ,rfen_tx 
+0x2910 005762 jam 0x0 ,rfen_rx 
+0x2911 005763 jam 0 ,rfen_sn 
+0x2912 005764 jam 0x70 ,rfen_msc 
+0x2913 005765 jam 0x0 ,rfen_adc 
+0x2914 005766 rtn 
+:      005768 shutdown_radio_pair:
+:      005769 shutdown_radio_f5db:
+:      005770 shutdown_radio_f3db:
+:      005771 shutdown_radio_3db:
+0x2915 005772 jam 0xd0 ,rf_tx_pa_ib 
+0x2916 005773 jam 0xc0 ,rf_tx_pa_gc 
+0x2917 005774 branch shutdown_radio0 
+:      005776 set_sync_on:
+0x2918 005777 bpatch patch10_6 ,mem_patch10 
+0x2919 005778 jam 0x0 ,rfen_mdm 
+0x291a 005779 jam 0x0 ,rfen_tx 
+0x291b 005780 jam 0x18 ,rfen_rx 
+0x291c 005781 jam 0xa7 ,rfen_sn 
+0x291d 005782 jam 0x7f ,rfen_msc 
+0x291e 005783 rtn 
+:      005785 set_freq_rx:
+0x291f 005786 bpatch patch10_7 ,mem_patch10 
+0x2920 005788 storet 1 ,mem_last_freq 
+0x2921 005789 add temp ,rx_freq_offset ,rega 
+0x2922 005790 jam 0x07 ,rf_balun_ctrim 
+0x2923 005791 branch rf_write_freq 
+:      005792 rf_rx_enable:
+0x2924 005793 bpatch patch11_0 ,mem_patch11 
+0x2925 005794 jam 0xcf ,rfen_tx 
+0x2926 005795 nop 10 
+0x2927 005796 jam 0xff ,rfen_rx 
+0x2928 005797 jam 0xaf ,rfen_sn 
+0x2929 005798 jam 0xff ,rfen_msc 
+0x292a 005799 nop 10 
+0x292b 005800 jam 0xa0 ,rfen_mdm 
+0x292c 005801 rtn 
+:      005803 set_freq_tx_offset:
+0x292d 005804 fetch 1 ,mem_250k_freq_enable 
+0x292e 005805 branch set_freq_tx_2m_offset ,blank 
+:      005806 set_freq_tx_0m_offset:
+0x292f 005807 add temp ,2 ,rega 
+0x2930 005808 rtn 
+:      005809 set_freq_tx_2m_offset:
+0x2931 005810 add temp ,0 ,rega 
+0x2932 005811 rtn 
+:      005813 set_freq_tx:
+0x2933 005814 bpatch patch11_1 ,mem_patch11 
+0x2934 005815 storet 1 ,mem_last_freq 
+0x2935 005816 call set_freq_tx_offset 
+0x2936 005817 call rf_write_freq 
+0x2937 005818 setarg param_pll_setup 
+0x2938 005819 call sleep 
+:      005820 txon:
+0x2939 005821 jam 0x1 ,rfen_adc 
+0x293a 005822 jam 0x3c ,rfen_rx 
+0x293b 005823 jam 0xe0 ,rfen_tx 
+0x293c 005824 jam 0x12 ,rf_balun_ctrim 
+0x293d 005825 nop 10 
+0x293e 005826 jam 0x01 ,rfen_mdm 
+0x293f 005827 jam 0x3d ,rfen_mdm 
+0x2940 005828 nop 10 
+0x2941 005829 jam 0xb7 ,rfen_sn 
+0x2942 005830 nop 10 
+0x2943 005831 jam 0x7f ,rfen_mdm 
+:      005832 txon_power_select:
+0x2944 005833 fetch 1 ,mem_tx_power 
+0x2945 005834 beq tx_power_0db ,set_tx_power_0db 
+0x2946 005835 beq tx_power_3db ,set_tx_power_3db 
+0x2947 005836 beq tx_power_5db ,set_tx_power_5db 
+0x2948 005837 beq tx_power_f3db ,set_tx_power_f3db 
+0x2949 005838 beq tx_power_f5db ,set_tx_power_f5db 
+0x294a 005839 beq tx_power_pair ,set_tx_power_pair 
+:      005840 set_tx_power_0db:
+0x294b 005841 jam 0xf0 ,rf_tx_pa_gc 
+0x294c 005842 call txon_common 
+0x294d 005843 jam 0xd8 ,rf_tx_pa_ib 
+0x294e 005844 rtn 
+:      005846 set_tx_power_3db:
+0x294f 005847 jam 0xdf ,rf_tx_pa_gc 
+0x2950 005848 call txon_common 
+0x2951 005849 jam 0xdf ,rf_tx_pa_ib 
+0x2952 005850 rtn 
+:      005852 set_tx_power_5db:
+0x2953 005853 jam 0xff ,rf_tx_pa_gc 
+0x2954 005854 call txon_common 
+0x2955 005855 jam 0xdf ,rf_tx_pa_ib 
+0x2956 005856 rtn 
+:      005857 set_tx_power_f3db:
+0x2957 005858 jam 0xce ,rf_tx_pa_gc 
+0x2958 005859 call txon_common 
+0x2959 005860 jam 0xd8 ,rf_tx_pa_ib 
+0x295a 005861 rtn 
+:      005863 set_tx_power_f5db:
+0x295b 005864 jam 0xcb ,rf_tx_pa_gc 
+0x295c 005865 call txon_common 
+0x295d 005866 jam 0xd8 ,rf_tx_pa_ib 
+0x295e 005867 rtn 
+:      005869 set_tx_power_pair:
+0x295f 005870 jam 0xd0 ,rf_tx_pa_ib 
+0x2960 005871 jam 0xc0 ,rf_tx_pa_gc 
+0x2961 005872 jam 0x4c ,0x8957 
+0x2962 005873 jam 0x6c ,0x8958 
+0x2963 005874 jam 0x50 ,0x8959 
+0x2964 005875 rtn 
+:      005877 txon_common:
+0x2965 005878 nop 4 
+0x2966 005879 jam 0xd1 ,rf_tx_pa_ib 
+0x2967 005880 nop 4 
+0x2968 005881 jam 0xd2 ,rf_tx_pa_ib 
+0x2969 005882 nop 4 
+0x296a 005883 jam 0xd4 ,rf_tx_pa_ib 
+0x296b 005884 rtn 
+:      005887 initialize_radio:
+0x296c 005888 jam clksel_rc ,core_clksel 
+:      005889 initialize_radio_wait:
+0x296d 005890 fetch 2 ,mem_rf_init_ptr 
+0x296e 005891 bbit0 14 ,initialize_radio_wait 
+0x296f 005892 iforce contr 
+0x2970 005893 arg 0x8900 ,temp 
+:      005894 initialize_radio_loop:
+0x2971 005895 ifetch 1 ,contr 
+0x2972 005896 beq 0xff ,initialize_radio_cont 
+0x2973 005897 ior temp ,contw 
+0x2974 005898 ifetch 1 ,contr 
+0x2975 005899 istore 1 ,contw 
+0x2976 005900 branch initialize_radio_loop 
+:      005901 initialize_radio_cont:
+0x2977 005902 bpatch patch11_2 ,mem_patch11 
+0x2978 005903 call lpm_cal_xtal_startup 
+0x2979 005904 call switchto_dpllclk 
+0x297a 005906 setarg param_dpll_start_delay 
+0x297b 005907 iadd clkn_bt ,pdata 
+0x297c 005908 store 4 ,mem_dpll_clkn 
+0x297d 005909 set1 reset ,radio_ctrl 
+0x297e 005910 force 0 ,radio_ctrl 
+0x297f 005911 ncall do_rccal ,wake 
+0x2980 005912 branch set_rccal 
+:      005915 rf_write_freq:
+0x2981 005916 bpatch patch11_3 ,mem_patch11 
+0x2982 005917 setarg 2400 
+0x2983 005918 iadd rega ,temp 
+0x2984 005919 fetch 1 ,mem_fcomp_mul 
+0x2985 005920 jam 0x04 ,rf_pll_rstn 
+0x2986 005921 imul32 temp ,pdata 
+0x2987 005922 fetcht 1 ,mem_fcomp_div 
+0x2988 005923 idiv temp 
+0x2989 005924 call wait_div_end 
+0x298a 005925 quotient rega 
+0x298b 005926 remainder pdata 
+0x298c 005927 lshift16 pdata ,pdata 
+0x298d 005928 lshift4 pdata ,pdata 
+0x298e 005929 idiv temp 
+0x298f 005930 call wait_div_end 
+0x2990 005931 quotient pdata 
+0x2991 005932 lshift8 pdata ,pdata 
+0x2992 005933 lshift pdata ,pdata 
+0x2993 005934 ior rega ,pdata 
+0x2994 005935 hstore 4 ,rf_pll_intg 
+0x2995 005936 jam 0x44 ,rf_pll_rstn 
+0x2996 005937 jam 0xc4 ,rf_pll_rstn 
+0x2997 005938 rtn 
+:      005941 do_rccal:
+0x2998 005942 bpatch patch11_4 ,mem_patch11 
+0x2999 005943 jam 0x02 ,rfen_adc 
+0x299a 005944 setarg 250000 
+0x299b 005945 call sleep 
+0x299c 005946 jam 0x7f ,rfen_rx 
+0x299d 005947 nop 130 
+0x299e 005948 jam 0x30 ,rf_rccal_ctrl 
+0x299f 005949 jam 0xd0 ,rfen_tx 
+0x29a0 005950 jam 0x70 ,rf_rccal_ctrl 
+0x29a1 005951 jam 0xf0 ,rf_rccal_ctrl 
+0x29a2 005952 force 50 ,loopcnt 
+:      005953 do_rccal_loop:
+0x29a3 005954 hfetch 1 ,rf_rccal_result 
+0x29a4 005955 bbit1 5 ,do_rccal_end 
+0x29a5 005956 loop do_rccal_loop 
+:      005957 do_rccal_end:
+0x29a6 005958 store 1 ,mem_rf_rccal 
+0x29a7 005959 jam 0 ,rfen_tx 
+0x29a8 005960 jam 0 ,rfen_rx 
+0x29a9 005961 jam 0x00 ,rfen_adc 
+0x29aa 005962 rtn 
+:      005964 set_rccal:
+0x29ab 005965 bpatch patch11_5 ,mem_patch11 
+0x29ac 005966 fetch 1 ,mem_rf_rccal 
+0x29ad 005967 set1 5 ,pdata 
+0x29ae 005968 hstore 1 ,rf_rccal_ctrl 
+0x29af 005969 hfetcht 1 ,rf_bpf_ctrim 
+0x29b0 005970 and_into 7 ,temp 
+0x29b1 005971 lshift3 pdata ,pdata 
+0x29b2 005972 ior temp ,pdata 
+0x29b3 005973 hstore 1 ,rf_bpf_ctrim 
+0x29b4 005974 hfetch 1 ,rf_bpf_ib 
+0x29b5 005975 set0 bpf_rccal ,pdata 
+0x29b6 005976 hstore 1 ,rf_bpf_ib 
+0x29b7 005977 hfetch 1 ,rf_adc_rccal 
+0x29b8 005978 set0 adc_rccal ,pdata 
+0x29b9 005979 hstore 1 ,rf_adc_rccal 
+0x29ba 005980 rtn 
+:      005982 save_rssi:
+0x29bb 005983 bpatch patch11_6 ,mem_patch11 
+0x29bc 005984 hfetch 2 ,rf_afc_d2a 
+0x29bd 005985 rshift4 pdata ,pdata 
+0x29be 005986 rshift3 pdata ,pdata 
+0x29bf 005987 sub pdata ,0 ,pdata 
+:      005988 bcd:
+0x29c0 005989 and_into 0xff ,pdata 
+0x29c1 005990 div pdata ,10 
+0x29c2 005991 call wait_div_end 
+0x29c3 005992 quotient pdata 
+0x29c4 005993 lshift4 pdata ,pdata 
+0x29c5 005994 remainder temp 
+0x29c6 005995 ior temp ,pdata 
+0x29c7 005996 store 1 ,mem_rssi 
+0x29c8 005997 rtn 
+:      006000 switchto_dpllclk:
+0x29c9 006001 jam clksel_rc ,core_clksel 
+0x29ca 006002 hfetch 1 ,rf_clkpll_frac + 2 
+0x29cb 006003 set0 4 ,pdata 
+0x29cc 006004 set0 5 ,pdata 
+0x29cd 006005 hstore 1 ,rf_clkpll_frac + 2 
+0x29ce 006006 jam 0x00 ,rfen_ck 
+0x29cf 006007 jam 0x00 ,rfen_msc 
+0x29d0 006008 jam 0x70 ,rfen_msc 
+0x29d1 006009 jam 0xff ,rfen_ck 
+0x29d2 006010 hfetch 1 ,rf_clkpll_frac + 2 
+0x29d3 006011 set1 4 ,pdata 
+0x29d4 006012 set1 5 ,pdata 
+0x29d5 006013 hstore 1 ,rf_clkpll_frac + 2 
+0x29d6 006014 call init_lpm_ctrl 
+0x29d7 006015 hfetch 1 ,rf_clkpll_int 
+0x29d8 006016 set1 7 ,pdata 
+0x29d9 006017 hstore 1 ,rf_clkpll_int 
+0x29da 006018 set0 7 ,pdata 
+0x29db 006019 hstore 1 ,rf_clkpll_int 
+0x29dc 006020 set1 7 ,pdata 
+0x29dd 006021 hstore 1 ,rf_clkpll_int 
+0x29de 006022 jam clksel_dpll ,core_clksel 
+0x29df 006023 nop 1 
+0x29e0 006024 jam clksel_xtal ,core_clksel 
+0x29e1 006025 hfetch 1 ,rf_clkpll_frac + 2 
+0x29e2 006026 and_into 0xcf ,pdata 
+0x29e3 006027 hstore 1 ,rf_clkpll_frac + 2 
+0x29e4 006028 or_into 0x30 ,pdata 
+0x29e5 006029 hstore 1 ,rf_clkpll_frac + 2 
+0x29e6 006030 rtn 
+:      006033 xtal_fast_wake:
+0x29e7 006034 setarg 0xf0f 
+0x29e8 006035 branch lpm_write_config 
+:      006037 init_lpm_ctrl:
+0x29e9 006038 setarg 0x80f 
+0x29ea 006039 branch lpm_write_config 
+:      006043 start_receiver:
+0x29eb 006044 bpatch patch11_7 ,mem_patch11 
+0x29ec 006045 call rf_rx_enable 
+0x29ed 006046 disable is_tx 
+0x29ee 006047 enable is_rx 
+0x29ef 006048 pulse init_encrypt 
+0x29f0 006049 rtn 
+:      006051 prep_crypt:
+0x29f1 006052 bpatch patch12_0 ,mem_patch12 
+0x29f2 006053 fetch 1 ,mem_state_map 
+0x29f3 006054 isolate1 smap_encryption ,pdata 
+0x29f4 006055 setflag true ,0 ,pdata 
+0x29f5 006056 hstore 1 ,core_encrypt 
+0x29f6 006057 arg mem_kc ,contr 
+0x29f7 006058 ifetch 9 ,contr 
+0x29f8 006059 iforce kc_ls 
+0x29f9 006060 ifetch 7 ,contr 
+0x29fa 006061 iforce kc_ms 
+0x29fb 006062 fetch 1 ,mem_key_size 
+0x29fc 006063 add pdata ,-1 ,g1l 
+0x29fd 006064 pulse kc_p_activate 
+0x29fe 006065 rtn 
+:      006067 wait_access_end:
+0x29ff 006068 deposit clke 
+0x2a00 006069 store 6 ,mem_sync_clke 
+0x2a01 006070 disable decode_fec0 
+0x2a02 006071 nbranch shutdown_radio ,sync 
+0x2a03 006072 arg param_clke_cal ,clke_rt 
+0x2a04 006073 increase 1 ,clke_bt 
+0x2a05 006074 and_into 0x1fc ,clke_bt 
+0x2a06 006075 rtn 
+:      006079 wait_access_mhalfbnd:
+0x2a07 006080 enable decode_fec0 
+:      006081 wait_access_mhalfbnd_correlate:
+0x2a08 006082 correlate null ,mhalfbnd 
+0x2a09 006083 branch wait_access_end ,sync 
+0x2a0a 006084 compare 0x02 ,clke_bt ,0x02 
+0x2a0b 006085 nbranch wait_access_mhalfbnd_correlate ,true 
+0x2a0c 006086 branch wait_access_end 
+:      006088 wait_access_clkn_rt:
+0x2a0d 006089 bpatch patch12_1 ,mem_patch12 
+0x2a0e 006090 arg param_conn_access ,timeup 
+0x2a0f 006091 enable decode_fec0 
+0x2a10 006092 correlate clkn_rt ,meet 
+0x2a11 006093 disable decode_fec0 
+0x2a12 006094 nbranch shutdown_radio ,sync 
+0x2a13 006095 rtn 
+:      006097 wait_access_forever:
+0x2a14 006098 bpatch patch12_2 ,mem_patch12 
+0x2a15 006099 enable decode_fec0 
+0x2a16 006100 correlate null ,timeout 
+0x2a17 006101 disable decode_fec0 
+0x2a18 006102 nbranch shutdown_radio ,sync 
+0x2a19 006103 arg param_clke_cal ,clke_rt 
+0x2a1a 006104 and_into 0x1fc ,clke_bt 
+0x2a1b 006105 rtn 
+:      006108 reserve_slot:
+0x2a1c 006109 bpatch patch12_3 ,mem_patch12 
+0x2a1d 006110 iforce rega 
+0x2a1e 006111 deposit bt_clk 
+0x2a1f 006112 iadd temp ,timeup 
+0x2a20 006113 copy timeup ,pdata 
+0x2a21 006114 store 4 ,mem_next_btclk 
+0x2a22 006115 deposit rega 
+0x2a23 006116 rtn 
+:      006119 ahead_window:
+0x2a24 006120 copy pdata ,temp 
+0x2a25 006121 bpatch patch12_4 ,mem_patch12 
+0x2a26 006122 copy temp ,pdata 
+0x2a27 006123 call clk2bt 
+0x2a28 006124 lshift16 bt_clk ,pdata 
+0x2a29 006125 set1 44 ,pdata 
+0x2a2a 006126 call clk_diff 
+0x2a2b 006127 set0 44 ,pdata 
+0x2a2c 006128 call get_clk 
+0x2a2d 006129 call clk_diff 
+0x2a2e 006130 rtn user 
+0x2a2f 006131 call clk2rt 
+0x2a30 006132 iforce stop_watch 
+0x2a31 006133 until null ,timeout 
+0x2a32 006134 rtn 
+:      006137 setup_clk:
+0x2a33 006138 bpatch patch12_5 ,mem_patch12 
+0x2a34 006139 branch setup_clkn ,clknt 
+0x2a35 006140 until clke_rt ,meet 
+:      006141 skip_setup_clke:
+0x2a36 006142 copy clke_bt ,temp 
+0x2a37 006143 branch setup_clknbt 
+:      006144 setup_clkn:
+0x2a38 006145 branch skip_setup_clkn ,attempt 
+0x2a39 006146 until clkn_rt ,meet 
+:      006147 skip_setup_clkn:
+0x2a3a 006148 copy clkn_bt ,temp 
+:      006149 setup_clknbt:
+0x2a3b 006150 branch setup_clk11 ,user 
+0x2a3c 006151 compare 1 ,temp ,3 
+0x2a3d 006152 nbranch setup_clk ,true 
+:      006153 setup_complete:
+0x2a3e 006154 bpatch patch12_6 ,mem_patch12 
+0x2a3f 006155 fetch 1 ,mem_state 
+0x2a40 006156 rtnbit0 state_inconn 
+0x2a41 006157 fetch 4 ,mem_next_btclk 
+0x2a42 006158 isub temp ,pdata 
+0x2a43 006159 nrtn positive 
+0x2a44 006160 sub pdata ,0xff ,null 
+0x2a45 006161 branch setup_clk ,positive 
+0x2a46 006162 rtn 
+:      006163 setup_clk11:
+0x2a47 006164 compare 3 ,temp ,3 
+0x2a48 006165 nbranch setup_clk ,true 
+0x2a49 006166 branch setup_complete 
+:      006168 rf_setup_time:
+0x2a4a 006169 bpatch patch12_7 ,mem_patch12 
+0x2a4b 006170 arg param_rf_setup ,timeup 
+0x2a4c 006171 branch setup_clk 
+:      006173 rf_setup_time_slave_slot:
+0x2a4d 006174 disable user 
+0x2a4e 006175 branch rf_setup_time 
+:      006177 rf_setup_time_master_slot:
+0x2a4f 006178 enable user 
+0x2a50 006179 branch rf_setup_time 
+:      006181 start_transmitter:
+0x2a51 006182 bpatch patch13_0 ,mem_patch13 
+0x2a52 006183 call prep_crypt 
+0x2a53 006184 disable is_rx 
+0x2a54 006185 enable is_tx 
+0x2a55 006186 rtn 
+:      006190 start_tx_native:
+0x2a56 006191 bpatch patch13_1 ,mem_patch13 
+0x2a57 006192 arg param_tx_setup ,timeup 
+0x2a58 006193 until clkn_rt ,meet 
+0x2a59 006194 pulse init_encrypt 
+0x2a5a 006195 rtn 
+:      006197 start_rx_native:
+0x2a5b 006198 bpatch patch13_2 ,mem_patch13 
+0x2a5c 006199 arg param_rx_setup ,timeup 
+0x2a5d 006200 until clkn_rt ,meet 
+0x2a5e 006201 rtn 
+:      006204 start_tx_external:
+0x2a5f 006205 bpatch patch13_3 ,mem_patch13 
+0x2a60 006206 arg param_tx_setup ,timeup 
+0x2a61 006207 until clke_rt ,meet 
+0x2a62 006208 pulse init_encrypt 
+0x2a63 006209 rtn 
+:      006211 send_access_word:
+0x2a64 006212 bpatch patch13_4 ,mem_patch13 
+0x2a65 006213 preload access 
+0x2a66 006214 enable encode_fec0 
+0x2a67 006215 set1 txgfsk ,radio_ctrl 
+0x2a68 006216 inject mod ,72 
+0x2a69 006217 disable encode_fec0 
+0x2a6a 006218 rtn 
+:      006221 scan_mode_whiten:
+0x2a6b 006222 copy xin ,temp 
+0x2a6c 006223 or_into 0x60 ,temp 
+0x2a6d 006224 copy temp ,white_init 
+0x2a6e 006225 rtn 
+:      006230 get_free_amaddr:
+0x2a6f 006231 bpatch patch13_5 ,mem_patch13 
+0x2a70 006232 fetch 1 ,mem_current_amaddr 
+0x2a71 006233 increase 1 ,pdata 
+0x2a72 006234 bne param_esco_addr ,get_free_amaddr_cont 
+0x2a73 006235 force 1 ,pdata 
+:      006236 get_free_amaddr_cont:
+0x2a74 006237 store 1 ,mem_current_amaddr 
+0x2a75 006238 iforce am_addr 
+0x2a76 006239 rtn 
+:      006241 get_clk:
+0x2a77 006242 copy clkn ,temp 
+0x2a78 006243 rtn master 
+0x2a79 006244 copy clke ,temp 
+0x2a7a 006245 rtn 
+:      006247 get_clkbt:
+0x2a7b 006248 deposit clkn_bt 
+0x2a7c 006249 rtn master 
+0x2a7d 006250 deposit clke_bt 
+0x2a7e 006251 rtn 
+:      006254 supervision_update:
+0x2a7f 006255 bpatch patch13_6 ,mem_patch13 
+0x2a80 006256 fetcht 4 ,mem_supervision_timer 
+0x2a81 006257 call get_clkbt 
+0x2a82 006258 isub temp ,timeup 
+0x2a83 006259 deposit timeup 
+0x2a84 006260 fetcht 2 ,mem_supervision_to 
+0x2a85 006261 lshift temp ,temp 
+0x2a86 006262 isub temp ,pdata 
+0x2a87 006263 rtn 
+:      006265 supervision_flush:
+0x2a88 006266 bpatch patch13_7 ,mem_patch13 
+0x2a89 006267 call get_clkbt 
+0x2a8a 006268 store 4 ,mem_supervision_timer 
+0x2a8b 006269 rtn 
+:      006271 assert:
+0x2a8c 006272 bpatch patch14_0 ,mem_patch14 
+0x2a8d 006273 branch assert 
+:      006275 loop:
+0x2a8e 006276 branch loop 
+:      006278 sleep:
+0x2a8f 006279 rtn blank 
+0x2a90 006281 rshift pdata ,pdata 
+0x2a91 006282 increase -3 ,pdata 
+:      006283 sleep_loop:
+0x2a92 006284 increase -1 ,pdata 
+0x2a93 006285 nbranch sleep_loop ,zero 
+0x2a94 006286 force 0 ,pdata 
+0x2a95 006287 rtn 
+:      006291 init_param:
+0x2a96 006293 arg 0x10 ,loopcnt 
+0x2a97 006294 arg 0 ,contw 
+0x2a98 006295 call memset0 
+0x2a99 006296 arg mem_le_state ,contw 
+0x2a9a 006297 arg 10 ,loopcnt 
+0x2a9b 006298 call memset0 
+0x2a9c 006299 jam 0 ,mem_sp_calc 
+0x2a9d 006300 jam 0 ,mem_fifo_temp 
+0x2a9e 006301 jam 0 ,mem_le_testtype 
+0x2a9f 006302 jam 0 ,mem_debug_config 
+0x2aa0 006303 jam 0 ,mem_lmp_conn_state 
+0x2aa1 006304 bpatch patch14_1 ,mem_patch14 
+0x2aa2 006305 jam 0 ,mem_connection_options 
+0x2aa3 006306 jam 0 ,mem_tester_emulate 
+0x2aa4 006307 jam 0 ,mem_tester_cnt 
+0x2aa5 006308 setarg param_glap 
+0x2aa6 006309 store 3 ,mem_glap 
+0x2aa7 006310 setarg param_acl_pktlen 
+0x2aa8 006311 store 2 ,mem_acl_pktlen 
+0x2aa9 006312 jam param_sco_pktlen ,mem_sco_pktlen 
+0x2aaa 006313 jam param_acl_pktcnt ,mem_acl_pktcnt 
+0x2aab 006314 jam param_sco_pktcnt ,mem_sco_pktcnt 
+0x2aac 006315 setarg param_hci_version 
+0x2aad 006316 store 3 ,mem_hci_version 
+0x2aae 006321 jam 0x60 ,mem_fhs_misc 
+0x2aaf 006322 jam param_max_slot ,mem_max_slot 
+0x2ab0 006323 jam 0x02 ,mem_fw_ver 
+0x2ab1 006324 fetch 1 ,mem_ssp_enable 
+0x2ab2 006325 ncall init_memp ,blank 
+0x2ab3 006326 fetch 1 ,mem_le_secure_connect_enable 
+0x2ab4 006327 ncall init_memp_256 ,blank 
+0x2ab5 006328 bpatch patch14_2 ,mem_patch14 
+0x2ab6 006329 rtn wake 
+0x2ab7 006330 setarg 0 
+0x2ab8 006331 store 2 ,mem_tx_len 
+0x2ab9 006332 rshift clkn_bt ,pdata 
+0x2aba 006333 store 4 ,mem_last_clkn 
+0x2abb 006334 rtn 
+:      006341 lpmstate:
+0x2abc 006342 setarg 0xee21 
+0x2abd 006343 hstore 2 ,core_clkoff 
+0x2abe 006344 hfetch 4 ,core_gpio_in 
+0x2abf 006345 store 4 ,mem_saved_gpio_in 
+0x2ac0 006346 hfetch 1 ,core_lpm_ldocnt 
+0x2ac1 006347 store 1 ,mem_wakup_from_power_flag 
+0x2ac2 006348 bbit0 gpio_latch ,loadcode 
+0x2ac3 006349 enable wake 
+0x2ac4 006350 bbit0 cold_wake ,lpmwake 
+0x2ac5 006351 disable wake 
+0x2ac6 006352 deposit auxcnt 
+0x2ac7 006353 nbranch lpmwake ,blank 
+0x2ac8 006354 hfetch 1 ,core_lpm_ctrl + 3 
+0x2ac9 006355 bbit1 reload_code ,lpmwake 
+0x2aca 006356 arg param_hibernate_clks ,temp 
+0x2acb 006357 branch lpm_enter_sleep 
+:      006358 lpmwake:
+0x2acc 006359 hfetch 3 ,core_lpm_xtalcnt 
+0x2acd 006360 hstore 3 ,core_lpm_reg 
+0x2ace 006361 ifetch 1 ,contr 
+0x2acf 006362 or_into isogate_mask ,pdata 
+0x2ad0 006363 istore 1 ,contw 
+0x2ad1 006364 call lpm_write_ctrl2 
+0x2ad2 006365 hfetch 1 ,core_lpm_isogate 
+0x2ad3 006366 set1 enable_retmem ,pdata 
+0x2ad4 006367 hstore 1 ,core_lpm_isogate 
+0x2ad5 006368 call lpm_write_ctrl2 
+0x2ad6 006369 call lpm_load_context ,wake 
+0x2ad7 006370 hfetch 1 ,core_lpm_reg + 2 
+0x2ad8 006371 set0 gpio_latch ,pdata 
+0x2ad9 006372 hstore 1 ,core_lpm_reg + 2 
+0x2ada 006373 call lpm_write_ctrl2 
+0x2adb 006374 nbranch loadcode ,wake 
+0x2adc 006375 rtnmark0 mark_otp_encrypt 
+0x2add 006376 jam lock_otp ,core_misc_ctrl 
+0x2ade 006377 rtn 
+:      006379 lpm_load_context:
+0x2adf 006380 fetch 1 ,mem_saved_spidctrl 
+0x2ae0 006381 hstore 1 ,core_spid_ctrl 
+0x2ae1 006382 fetch 3 ,mem_saved_gsel 
+0x2ae2 006383 hstore 3 ,core_gpio_sel 
+0x2ae3 006384 fetch 4 ,mem_saved_gpio + 4 
+0x2ae4 006385 hstore 4 ,core_gpio_out0 
+0x2ae5 006386 fetch 4 ,mem_saved_gpio 
+0x2ae6 006387 hstore 4 ,core_gpio_oe0 
+0x2ae7 006388 fetch 8 ,mem_saved_gpio + 8 
+0x2ae8 006389 hstore 8 ,core_gpio_pu0 
+0x2ae9 006390 fetch 8 ,mem_saved_mark 
+0x2aea 006391 iforce mark 
+0x2aeb 006392 hfetch 8 ,core_gpio_wakeup_low 
+0x2aec 006393 store 8 ,mem_gpio_wakeup_low 
+0x2aed 006394 call load_ucode 
+0x2aee 006395 rtn 
+:      006397 lpm_save_context:
+0x2aef 006398 deposit mark 
+0x2af0 006399 store 8 ,mem_saved_mark 
+0x2af1 006400 hfetch 8 ,core_gpio_oe0 
+0x2af2 006401 store 8 ,mem_saved_gpio 
+0x2af3 006402 ifetch 8 ,contr 
+0x2af4 006403 istore 8 ,contw 
+0x2af5 006404 hfetch 3 ,core_gpio_sel 
+0x2af6 006405 store 3 ,mem_saved_gsel 
+0x2af7 006406 hfetch 1 ,core_spid_ctrl 
+0x2af8 006407 store 1 ,mem_saved_spidctrl 
+0x2af9 006408 branch lpm_write_gpio_wakeup 
+:      006410 lpo_calibration:
+0x2afa 006411 hfetch 1 ,core_bist_ctrl 
+0x2afb 006412 nbranch lpo_cal_inited ,blank 
+0x2afc 006413 fetch 3 ,mem_clks_per_lpo 
+0x2afd 006414 nrtn blank 
+0x2afe 006415 jam 0xc0 ,core_bist_ctrl 
+0x2aff 006416 jam ccnt_start ,core_misc_ctrl 
+:      006417 lpo_cal_inited:
+0x2b00 006418 hfetch 1 ,core_perf_status 
+0x2b01 006419 rtnbit0 1 
+0x2b02 006420 hfetch 3 ,core_clk_counter 
+0x2b03 006421 store 3 ,mem_clks_per_lpo 
+0x2b04 006422 rtn 
+:      006426 lpm_adjust_clk:
+0x2b05 006427 bpatch patch14_3 ,mem_patch14 
+0x2b06 006428 deposit clke 
+0x2b07 006429 call clk_diff_rt 
+0x2b08 006430 fetcht 4 ,mem_sleep_counter_all 
+0x2b09 006431 sub temp ,0xff ,null 
+0x2b0a 006432 rtn positive 
+0x2b0b 006433 lshift8 pdata ,pdata 
+0x2b0c 006434 lshift4 pdata ,pdata 
+0x2b0d 006435 idiv temp 
+0x2b0e 006436 call wait_div_end 
+0x2b0f 006437 quotient pdata 
+0x2b10 006438 arg param_lpm_adjmax ,temp 
+0x2b11 006439 call ceiling 
+0x2b12 006440 store 1 ,mem_lpm_adjust 
+0x2b13 006441 nbranch lpm_adjust_positive ,user 
+0x2b14 006442 sub pdata ,0 ,pdata 
+:      006443 lpm_adjust_positive:
+0x2b15 006444 fetcht 3 ,mem_clks_per_lpo 
+0x2b16 006445 iadd temp ,pdata 
+0x2b17 006446 store 3 ,mem_clks_per_lpo 
+:      006447 lpm_clear_counter:
+0x2b18 006448 setarg 0 
+0x2b19 006449 store 4 ,mem_sleep_counter_all 
+0x2b1a 006450 rtn 
+:      006454 lpm_doze:
+0x2b1b 006455 fetch 1 ,mem_lpm_config + 2 
+0x2b1c 006456 set1 reload_code ,pdata 
+0x2b1d 006457 store 1 ,mem_lpm_config + 2 
+0x2b1e 006458 branch lpm_hibernate_normal 
+:      006462 lpm_hibernate:
+0x2b1f 006463 arg param_hibernate_clks ,temp 
+0x2b20 006464 fetch 1 ,mem_lpm_config + 1 
+0x2b21 006465 set0 7 ,pdata 
+0x2b22 006466 store 1 ,mem_lpm_config + 1 
+:      006467 lpm_hibernate_normal:
+0x2b23 006468 bpatch patch14_4 ,mem_patch14 
+0x2b24 006469 call lpm_write_gpio_wakeup 
+0x2b25 006470 fetch 1 ,mem_lpm_hibernate_switch 
+0x2b26 006471 store 1 ,mem_lpm_xtalcnt + 4 
+0x2b27 006472 fetch 1 ,mem_lpm_xtalcnt + 2 
+0x2b28 006473 set1 cold_wake ,pdata 
+0x2b29 006474 store 1 ,mem_lpm_xtalcnt + 2 
+:      006477 lpm_sleep:
+0x2b2a 006478 bpatch patch14_5 ,mem_patch14 
+0x2b2b 006479 call xtal_fast_wake 
+0x2b2c 006480 fetch 4 ,mem_sleep_counter_all 
+0x2b2d 006481 iadd temp ,pdata 
+0x2b2e 006482 store 4 ,mem_sleep_counter_all 
+0x2b2f 006483 call lpm_save_context 
+0x2b30 006484 fetch 5 ,mem_lpm_xtalcnt 
+0x2b31 006485 hstore 4 ,core_lpm_reg 
+0x2b32 006486 rshift32 pdata ,rega 
+0x2b33 006487 until null ,lpo_edge 
+0x2b34 006488 deposit clkn 
+0x2b35 006489 store 6 ,mem_sleep_clkn 
+0x2b36 006490 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+0x2b37 006491 until null ,lpo_edge 
+0x2b38 006492 until null ,lpo_edge 
+0x2b39 006493 deposit rega 
+0x2b3a 006494 hstore 1 ,core_lpm_isogate 
+0x2b3b 006495 jam lpmreg_sel_ctrl2 ,core_lpm_wr 
+:      006496 lpm_enter_sleep:
+0x2b3c 006497 until null ,lpo_edge 
+0x2b3d 006498 until null ,lpo_edge 
+0x2b3e 006499 hstoret 4 ,core_lpm_reg 
+0x2b3f 006500 jam lpmreg_sel_counter ,core_lpm_wr 
+0x2b40 006501 until null ,never 
+:      006506 lpm_recover_clk:
+0x2b41 006507 bpatch patch14_6 ,mem_patch14 
+0x2b42 006508 setarg 0 
+0x2b43 006509 copy auxcnt ,null 
+0x2b44 006510 branch lpm_recover_timeout ,zero 
+0x2b45 006511 hfetch 1 ,core_lpm_xtalcnt 
+0x2b46 006512 hfetcht 1 ,core_lpm_buckcnt 
+0x2b47 006513 isub temp ,null 
+0x2b48 006514 branch lpm_recover_xtal ,positive 
+0x2b49 006515 deposit temp 
+:      006516 lpm_recover_xtal:
+0x2b4a 006517 isub auxcnt ,pdata 
+0x2b4b 006518 increase 1 ,pdata 
+:      006519 lpm_recover_timeout:
+0x2b4c 006520 increase 8 ,pdata 
+0x2b4d 006521 until null ,lpo_edge 
+0x2b4e 006522 iadd lpo_time ,pdata 
+0x2b4f 006523 fetcht 4 ,mem_sleep_counter 
+0x2b50 006524 iadd temp ,pdata 
+0x2b51 006525 fetcht 3 ,mem_clks_per_lpo 
+0x2b52 006526 imul32 temp ,pdata 
+0x2b53 006527 rshift8 pdata ,pdata 
+0x2b54 006528 rshift4 pdata ,pdata 
+0x2b55 006529 increase param_lpm_fix ,pdata 
+0x2b56 006530 arg 3750 ,temp 
+0x2b57 006531 idiv temp 
+0x2b58 006532 call wait_div_end 
+0x2b59 006533 quotient pdata 
+0x2b5a 006534 lshift16 pdata ,pdata 
+0x2b5b 006535 remainder temp 
+0x2b5c 006536 ior temp ,pdata 
+0x2b5d 006537 fetcht 6 ,mem_sleep_clkn 
+0x2b5e 006538 call clk_add 
+0x2b5f 006539 copy temp ,clkn 
+0x2b60 006540 fetch 6 ,mem_context + coffset_clk_offset 
+0x2b61 006541 call calc_clke2 
+0x2b62 006542 deposit clke 
+0x2b63 006543 store 6 ,mem_pdatatemp 
+0x2b64 006544 deposit auxcnt 
+0x2b65 006545 istore 1 ,contw 
+0x2b66 006546 hfetch 1 ,core_gpio_in1 
+0x2b67 006547 or_into 0xf0 ,pdata 
+0x2b68 006548 istore 1 ,contw 
+0x2b69 006549 rtn 
+:      006551 lpm_dispatch:
+0x2b6a 006552 bpatch patch14_7 ,mem_patch14 
+0x2b6b 006553 call lpo_calibration 
+0x2b6c 006554 fetch 3 ,mem_clks_per_lpo 
+0x2b6d 006555 rtn blank 
+0x2b6e 006556 fetch 1 ,mem_lpm_mode 
+0x2b6f 006557 rtn blank 
+0x2b70 006558 fetch 1 ,mem_ssp_enable 
+0x2b71 006559 branch lpm_dispatch_next ,blank 
+0x2b72 006560 fetch 1 ,mem_sp_local_key_invalid 
+0x2b73 006561 rtn blank 
+:      006562 lpm_dispatch_next:
+0x2b74 006563 fetch 1 ,mem_le_sc_calc 
+0x2b75 006564 nrtn blank 
+0x2b76 006565 call lpm_check_wake_lock 
+0x2b77 006566 nrtn blank 
+0x2b78 006567 fetch 1 ,mem_context 
+0x2b79 006568 compare 3 ,pdata ,0x7 
+0x2b7a 006569 nbranch lpm_dispatch_unconn ,true 
+0x2b7b 006570 fetch 2 ,mem_context + coffset_tsniff 
+0x2b7c 006571 rtn blank 
+0x2b7d 006572 rtn wake 
+0x2b7e 006573 bpatch patch15_0 ,mem_patch15 
+:      006574 lpm_dispatch_next2:
+0x2b7f 006575 fetcht 1 ,mem_lpm_current_mult 
+0x2b80 006576 fetch 2 ,mem_context + coffset_tsniff 
+0x2b81 006577 imul32 temp ,pdata 
+0x2b82 006578 rshift4 temp ,temp 
+0x2b83 006579 rshift2 temp ,temp 
+0x2b84 006580 isub temp ,pdata 
+0x2b85 006581 fetcht 4 ,mem_context + coffset_sniff_anchor 
+0x2b86 006582 iadd temp ,pdata 
+0x2b87 006583 fetcht 1 ,mem_lpm_overhead 
+0x2b88 006584 isub temp ,pdata 
+0x2b89 006585 lshift16 pdata ,alarm 
+0x2b8a 006586 bpatch patch15_1 ,mem_patch15 
+0x2b8b 006587 fetch 2 ,mem_context + coffset_rx_window 
+0x2b8c 006588 rshift pdata ,pdata 
+0x2b8d 006589 call clk2bt 
+0x2b8e 006590 deposit alarm 
+0x2b8f 006591 call clk_diff 
+0x2b90 006592 copy clke ,temp 
+0x2b91 006593 call clk_diff_rt 
+0x2b92 006594 rtn user 
+:      006595 lpm_dispatch_sleep:
+0x2b93 006596 call clk2lpo 
+:      006597 lpm_dispatch_lpo:
+0x2b94 006598 bpatch patch15_2 ,mem_patch15 
+0x2b95 006599 fetch 1 ,mem_lpm_xtalcnt 
+0x2b96 006600 isub temp ,null 
+0x2b97 006601 branch lpm_clear_counter ,positive 
+0x2b98 006602 storet 4 ,mem_sleep_counter 
+0x2b99 006603 call app_will_enter_lpm 
+0x2b9a 006604 call l2cap_lpm_save_txbuf 
+0x2b9b 006605 fetcht 4 ,mem_sleep_counter 
+0x2b9c 006606 branch lpm_sleep 
+:      006608 lpm_dispatch_unconn:
+0x2b9d 006609 bpatch patch15_3 ,mem_patch15 
+0x2b9e 006610 fetch 1 ,mem_context 
+0x2b9f 006611 rtnbit1 state_inconn 
+0x2ba0 006612 rtnbit1 state_inpage 
+0x2ba1 006613 fetch 1 ,mem_ssp_enable 
+0x2ba2 006614 branch lpm_unconn_nossp ,blank 
+0x2ba3 006615 fetch 1 ,mem_sp_local_key_invalid 
+0x2ba4 006616 rtn blank 
+:      006617 lpm_unconn_nossp:
+0x2ba5 006618 bpatch patch15_4 ,mem_patch15 
+0x2ba6 006619 fetch 1 ,mem_le_adv_enable 
+0x2ba7 006620 nbranch lpm_unconn_cont ,blank 
+0x2ba8 006621 fetch 1 ,mem_scan_mode 
+0x2ba9 006622 rtn blank 
+:      006623 lpm_unconn_cont:
+0x2baa 006624 fetch 2 ,mem_lpm_interval 
+0x2bab 006625 rtn blank 
+:      006626 lpm_sleep_btclk:
+0x2bac 006627 fetcht 1 ,mem_lpm_overhead 
+0x2bad 006628 isub temp ,pdata 
+0x2bae 006629 arg 7500 ,temp 
+0x2baf 006630 imul32 temp ,pdata 
+0x2bb0 006631 branch lpm_dispatch_sleep 
+:      006633 lpm_set_mult:
+0x2bb1 006634 bpatch patch15_5 ,mem_patch15 
+0x2bb2 006635 disable wake 
+0x2bb3 006636 fetch 1 ,mem_state 
+0x2bb4 006637 rtnbit0 state_insniff 
+0x2bb5 006638 nbranch lpm_not_match ,match 
+0x2bb6 006639 call lpm_match 
+0x2bb7 006640 fetch 2 ,mem_rx_window_sniff 
+0x2bb8 006641 store 2 ,mem_rx_window 
+0x2bb9 006642 fetch 1 ,mem_arq 
+0x2bba 006643 bbit1 wack ,lpm_mult_short 
+0x2bbb 006644 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x2bbc 006645 call l2cap_malloc_is_fifo_empty 
+0x2bbd 006646 nbranch lpm_mult_short ,blank 
+0x2bbe 006647 fetch 1 ,mem_classic_bt_flag 
+0x2bbf 006648 bbit1 short_mult_flag ,lpm_mult_short 
+:      006649 lpm_mult_wait_timeout:
+0x2bc0 006650 jam 0 ,mem_lpm_current_mult 
+0x2bc1 006651 bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0x2bc2 006652 fetch 1 ,mem_lpm_mult_cnt 
+0x2bc3 006653 branch lpm_mult_long ,blank 
+0x2bc4 006654 increase -1 ,pdata 
+0x2bc5 006655 store 1 ,mem_lpm_mult_cnt 
+0x2bc6 006656 rtn 
+:      006659 classic_bt_set_mult_short_flag:
+0x2bc7 006660 arg short_mult_flag ,queue 
+0x2bc8 006661 branch classic_bluetooth_set_flag 
+:      006663 classic_bt_clr_mult_short_flag:
+0x2bc9 006664 arg short_mult_flag ,queue 
+0x2bca 006665 branch classic_bluetooth_clr_flag 
+:      006669 lpm_match:
+0x2bcb 006670 jam 0 ,mem_sniff_unint_lost 
+0x2bcc 006671 fetch 3 ,mem_sniff_rcv 
+0x2bcd 006672 increase 1 ,pdata 
+0x2bce 006673 store 3 ,mem_sniff_rcv 
+0x2bcf 006674 rtn 
+:      006676 lpm_not_match:
+0x2bd0 006677 bpatch patch15_6 ,mem_patch15 
+0x2bd1 006678 fetcht 2 ,mem_rx_window_sniff 
+0x2bd2 006679 rshift temp ,temp 
+0x2bd3 006680 fetch 2 ,mem_rx_window 
+0x2bd4 006681 iadd temp ,pdata 
+0x2bd5 006682 store 2 ,mem_rx_window 
+:      006683 lpm_lost:
+0x2bd6 006684 jam 0 ,mem_lpm_current_mult 
+0x2bd7 006685 fetch 3 ,mem_sniff_lost 
+0x2bd8 006686 increase 1 ,pdata 
+0x2bd9 006687 store 3 ,mem_sniff_lost 
+0x2bda 006688 fetch 1 ,mem_sniff_unint_lost 
+0x2bdb 006689 increase 1 ,pdata 
+0x2bdc 006690 store 1 ,mem_sniff_unint_lost 
+0x2bdd 006691 rtn 
+:      006693 lpm_mult_short:
+0x2bde 006694 jam 0 ,mem_lpm_current_mult 
+0x2bdf 006695 fetch 1 ,mem_lpm_mult_timeout 
+0x2be0 006696 store 1 ,mem_lpm_mult_cnt 
+0x2be1 006697 rtn 
+:      006699 lpm_mult_long:
+0x2be2 006700 fetcht 1 ,mem_lpm_mult 
+0x2be3 006701 storet 1 ,mem_lpm_current_mult 
+0x2be4 006702 rtn 
+:      006704 lpm_cal_xtal_startup:
+0x2be5 006705 bpatch patch15_7 ,mem_patch15 
+0x2be6 006706 fetch 1 ,mem_lpm_xtalcnt 
+0x2be7 006707 nrtn blank 
+0x2be8 006708 jam clksel_rc ,core_clksel 
+0x2be9 006709 setarg 0xf0c 
+0x2bea 006710 call lpm_write_config 
+0x2beb 006711 setarg 200000 
+0x2bec 006712 call sleep 
+0x2bed 006713 until null ,lpo_edge 
+0x2bee 006714 copy lpo_time ,alarm 
+0x2bef 006715 call xtal_fast_wake 
+0x2bf0 006716 jam clksel_xtal ,core_clksel 
+0x2bf1 006717 nop 10 
+0x2bf2 006718 until null ,lpo_edge 
+0x2bf3 006719 deposit lpo_time 
+0x2bf4 006720 isub alarm ,pdata 
+0x2bf5 006721 increase 0x30 ,pdata 
+0x2bf6 006722 arg 0xff ,temp 
+0x2bf7 006723 call ceiling 
+0x2bf8 006724 store 1 ,mem_lpm_xtalcnt 
+0x2bf9 006725 nop 30000 
+0x2bfa 006726 nop 30000 
+0x2bfb 006727 nop 30000 
+0x2bfc 006728 rtn 
+:      006730 lpm_cal_xtal_startup_by_snooze:
+0x2bfd 006731 fetch 1 ,mem_lpm_xtalcnt 
+0x2bfe 006732 nrtn blank 
+0x2bff 006733 jam 0xff ,core_xtal_stable_time 
+0x2c00 006734 jam clksel_rc ,core_clksel 
+0x2c01 006735 call xtal_fast_wake 
+0x2c02 006736 setarg 1000 
+0x2c03 006737 iadd lpo_time ,alarm 
+0x2c04 006738 snooze 
+0x2c05 006739 deposit lpo_time 
+0x2c06 006740 nop 12000 
+0x2c07 006741 nop 12000 
+0x2c08 006742 nop 12000 
+0x2c09 006743 nop 12000 
+0x2c0a 006744 nop 12000 
+0x2c0b 006745 nop 12000 
+0x2c0c 006746 nop 12000 
+0x2c0d 006747 nop 12000 
+0x2c0e 006748 nop 12000 
+0x2c0f 006749 isub alarm ,pdata 
+0x2c10 006750 add pdata ,0x30 ,pdata 
+0x2c11 006751 arg 0xff ,temp 
+0x2c12 006752 call ceiling 
+0x2c13 006753 store 1 ,mem_lpm_xtalcnt 
+0x2c14 006754 nop 30000 
+0x2c15 006755 nop 30000 
+0x2c16 006756 nop 30000 
+0x2c17 006757 rtn 
+:      006762 lpm_write_config:
+0x2c18 006763 arg 0xfff ,contw 
+0x2c19 006764 iand contw ,contw 
+0x2c1a 006765 fetch 1 ,mem_lpm_config 
+0x2c1b 006766 and_into 0xf0 ,pdata 
+0x2c1c 006767 lshift8 pdata ,pdata 
+0x2c1d 006768 ior contw ,pdata 
+0x2c1e 006769 hstore 2 ,core_lpm_reg 
+0x2c1f 006770 ifetch 2 ,contr 
+0x2c20 006771 istore 2 ,contw 
+:      006773 lpm_write_ctrl:
+0x2c21 006774 setarg lpmreg_sel_ctrl 
+0x2c22 006775 branch lpm_write 
+:      006777 lpm_write_ctrl2:
+0x2c23 006778 setarg lpmreg_sel_ctrl2 
+:      006779 lpm_write:
+0x2c24 006780 until null ,lpo_edge 
+0x2c25 006781 hstore 1 ,core_lpm_wr 
+0x2c26 006782 until null ,lpo_edge 
+0x2c27 006783 until null ,lpo_edge 
+0x2c28 006784 rtn 
+:      006787 lpm_write_gpio_wakeup:
+0x2c29 006788 bpatch patch16_0 ,mem_patch16 
+0x2c2a 006789 fetch 4 ,mem_gpio_wakeup_low 
+0x2c2b 006790 hstore 4 ,core_lpm_reg 
+0x2c2c 006791 setarg lpmreg_sel_gpiolow 
+0x2c2d 006792 call lpm_write 
+0x2c2e 006793 fetch 4 ,mem_gpio_wakeup_high 
+0x2c2f 006794 hstore 4 ,core_lpm_reg 
+0x2c30 006795 setarg lpmreg_sel_gpiohigh 
+0x2c31 006796 branch lpm_write 
+:      006798 lpm_get_wake_lock:
+0x2c32 006799 fetch 2 ,mem_lpm_wake_lock 
+0x2c33 006800 qset1 pdata 
+0x2c34 006801 store 2 ,mem_lpm_wake_lock 
+0x2c35 006802 rtn 
+:      006804 lpm_put_wake_lock:
+0x2c36 006805 fetch 2 ,mem_lpm_wake_lock 
+0x2c37 006806 qset0 pdata 
+0x2c38 006807 store 2 ,mem_lpm_wake_lock 
+0x2c39 006808 rtn 
+:      006812 lpm_check_wake_lock:
+0x2c3a 006813 bpatch patch16_1 ,mem_patch16 
+0x2c3b 006814 call app_check_wake_lock 
+0x2c3c 006815 fetch 2 ,mem_lpm_wake_lock 
+0x2c3d 006816 copy pdata ,rega 
+0x2c3e 006817 fetch 1 ,mem_state_map 
+0x2c3f 006818 isolate1 smap_rxlmp ,pdata 
+0x2c40 006819 setflag true ,wake_lock_lmp_rx ,rega 
+0x2c41 006820 fetch 1 ,mem_lmo_opcode1 
+0x2c42 006821 fetcht 1 ,mem_lmo_opcode2 
+0x2c43 006822 iadd temp ,pdata 
+0x2c44 006823 fetcht 1 ,mem_lmp_to_send 
+0x2c45 006824 iadd temp ,pdata 
+0x2c46 006825 nsetflag blank ,wake_lock_lmp_tx ,rega 
+0x2c47 006826 fetch 1 ,mem_le_tx_buff_used 
+0x2c48 006827 nsetflag blank ,wake_lock_ble_tx ,rega 
+0x2c49 006828 fetch 2 ,mem_l2cap_rxbuff1_len 
+0x2c4a 006829 fetcht 2 ,mem_l2cap_rxbuff2_len 
+0x2c4b 006830 iadd temp ,pdata 
+0x2c4c 006831 nsetflag blank ,wake_lock_l2cap_rx ,rega 
+0x2c4d 006832 fetch util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x2c4e 006833 nsetflag blank ,wake_lock_ipc_bt2c51 ,rega 
+0x2c4f 006834 fetch util_fifo_len ,mem_ipc_fifo_c512bt 
+0x2c50 006835 nsetflag blank ,wake_lock_ipc_c512bt ,rega 
+0x2c51 006836 fetch 1 ,mem_hci_cmd 
+0x2c52 006837 nsetflag blank ,wake_lock_cmd ,rega 
+0x2c53 006838 fetch 1 ,mem_device_option 
+0x2c54 006839 compare dvc_op_module ,pdata ,0xff 
+0x2c55 006840 call lpm_uart_wake_lock ,true 
+0x2c56 006841 setarg -8 
+0x2c57 006842 iand rega ,rega 
+0x2c58 006843 copy rega ,pdata 
+0x2c59 006844 store 2 ,mem_lpm_wake_lock 
+0x2c5a 006845 rtn 
+:      006847 lpm_uart_wake_lock:
+0x2c5b 006848 hfetch 2 ,core_uart_rxitems 
+0x2c5c 006849 nsetflag blank ,wake_lock_uart_rx ,rega 
+0x2c5d 006850 hfetch 2 ,core_uart_txitems 
+0x2c5e 006851 nsetflag blank ,wake_lock_uart_tx ,rega 
+0x2c5f 006852 rtn 
+:      006854 lpm_shut_down:
+0x2c60 006855 hfetch 4 ,core_lpm_ctrl 
+0x2c61 006856 set0 27 ,pdata 
+0x2c62 006857 hstore 4 ,core_lpm_reg 
+0x2c63 006858 call lpm_write_ctrl 
+0x2c64 006859 branch assert 
+:      006861 lpm_disable_exen_output:
+0x2c65 006862 hfetch 4 ,core_lpm_xtalcnt 
+0x2c66 006863 set0 20 ,pdata 
+0x2c67 006864 hstore 4 ,core_lpm_reg 
+0x2c68 006865 branch lpm_write_ctrl2 
+:      006867 check_bt_disabled:
+0x2c69 006868 fetch 2 ,mem_chip_functions 
+0x2c6a 006869 bbit1 bt_disabled ,assert 
+0x2c6b 006870 rtn 
+:      006871 check_ble_disabled:
+0x2c6c 006872 fetch 2 ,mem_chip_functions 
+0x2c6d 006873 bbit1 ble_disabled ,assert 
+0x2c6e 006874 rtn 
+:      006875 check_module_disabled:
+0x2c6f 006876 fetch 2 ,mem_chip_functions 
+0x2c70 006877 bbit1 module_disable ,assert 
+0x2c71 006878 rtn 
+:      006939 g24_dispatch:
+0x2c72 006940 bpatch patch16_2 ,mem_patch16 
+0x2c73 006941 call g24_head_ptr2regc 
+0x2c74 006942 add regc ,offset_24g_mode ,regb 
+0x2c75 006943 ifetch 1 ,regb 
+0x2c76 006945 rtneq disable_24g 
+0x2c77 006946 beq tx_24g ,g24_transmit_process 
+0x2c78 006947 beq rx_24g ,g24_receive_process 
+0x2c79 006948 rtn 
+:      006950 g24_head_ptr2regc:
+0x2c7a 006951 fetcht 2 ,mem_24g_head_ptr 
+0x2c7b 006952 copy temp ,regc 
+0x2c7c 006953 rtn 
+:      006955 g24_receive_process_init:
+0x2c7d 006956 call g24_receive_init 
+0x2c7e 006957 branch g24_mode_switch_init 
+:      006959 g24_receive_process:
+0x2c7f 006960 call g24_mode_switch 
+0x2c80 006961 call g24_dongle_work_mode_auto 
+0x2c81 006962 call g24_dongle_bind_mode_auto 
+0x2c82 006963 branch g24_dongle_search_mode_auto 
+:      006966 g24_pair_init:
+0x2c83 006969 call g24_set0_mem_pid 
+0x2c84 006970 setarg g24_pair_ch 
+0x2c85 006971 call g24_store_mem_ch 
+0x2c86 006972 call g24_store_mem_pair_txpower 
+0x2c87 006975 add regc ,offset_24g_paring_addr ,rega 
+0x2c88 006976 ifetch 4 ,rega 
+0x2c89 006977 branch g24_store_mem_addr 
+:      006979 g24_ch:
+0x2c8a 006980 call g24_head_ptr2regc 
+0x2c8b 006981 add regc ,offset_24g_current_ch_number ,regb 
+0x2c8c 006982 ifetcht 1 ,regb 
+0x2c8d 006984 call g24_ch_temp_incre_size4 
+0x2c8e 006985 add regc ,offset_24g_current_ch_number ,contw 
+0x2c8f 006987 branch g24_contw_istoret_1byte 
+:      006989 g24_ch_temp_incre_size4:
+0x2c90 006990 call g24_ch_calc 
+0x2c91 006991 increase 1 ,temp 
+0x2c92 006992 and_into 3 ,temp 
+0x2c93 006993 rtn 
+:      006995 g24_ch_calc:
+0x2c94 006996 add regc ,offset_24g_addr ,regb 
+0x2c95 006997 ifetch 1 ,regb 
+0x2c96 006999 and_into 0x03 ,pdata 
+0x2c97 007000 mul32 pdata ,4 ,rega 
+0x2c98 007001 add regc ,offset_24g_ch_map1 ,pdata 
+0x2c99 007003 iadd rega ,pdata 
+0x2c9a 007004 iadd temp ,contr 
+0x2c9b 007005 ifetch 1 ,contr 
+0x2c9c 007007 branch g24_store_mem_ch 
+:      007009 g24_set_device_addr:
+0x2c9d 007010 call g24_store_mem_tx_power_temp 
+0x2c9e 007011 call otp_enable_chgpump 
+0x2c9f 007012 setarg 0x7e2 
+0x2ca0 007013 arg mem_temp ,rega 
+0x2ca1 007014 arg 4 ,temp 
+0x2ca2 007015 call otpd_read_data 
+0x2ca3 007016 call otp_disable_chgpump 
+0x2ca4 007017 fetch 4 ,mem_temp 
+0x2ca5 007018 call g24_store_mem_device_addr 
+0x2ca6 007020 nrtn blank 
+0x2ca7 007021 fetch 4 ,mem_lap 
+0x2ca8 007023 branch g24_store_mem_device_addr 
+:      007025 g24_transmit_rf_sta_init:
+0x2ca9 007026 call g24_set1_mem_rf_last_sta 
+0x2caa 007028 setarg 0 
+0x2cab 007029 call g24_store_mem_sync_cnt 
+:      007031 g24_transmit_rf_ctrl_clear:
+0x2cac 007032 call g24_fetch_mem_data_type 
+0x2cad 007034 and_into bits_data ,pdata 
+0x2cae 007036 branch g24_store_mem_data_type 
+:      007038 g24_hop_ch_enable:
+0x2caf 007039 call g24_fetch_mem_data_type 
+0x2cb0 007041 set1 bit_hop ,pdata 
+0x2cb1 007042 call g24_store_mem_data_type 
+0x2cb2 007045 branch g24_store_mem_txpayload 
+:      007047 g24_transmit_hop_pac_fail:
+0x2cb3 007048 call g24_fetch_mem_rf_work_stage 
+0x2cb4 007050 beq 1 ,g24_transmit_hop_pac_fail_wo_hop 
+0x2cb5 007051 beq 2 ,g24_transmit_hop_pac_fail_hop_stage2 
+0x2cb6 007052 rtn 
+:      007054 g24_transmit_hop_pac_fail_wo_hop:
+0x2cb7 007055 call g24_set2_mem_sync_cnt 
+:      007057 g24_transmit_hop_pac_fail_stage1:
+0x2cb8 007058 add regc ,offset_24g_hop_pac_retry ,contw 
+0x2cb9 007059 call g24_mem_set0 
+0x2cba 007061 call g24_store_mem_rf_last_sta 
+0x2cbb 007063 branch g24_transmit_rf_ctrl_clear 
+:      007065 g24_transmit_hop_pac_fail_hop_stage2:
+0x2cbc 007066 call g24_set0_mem_rf_hop_ch 
+0x2cbd 007068 branch g24_transmit_hop_pac_fail_stage1 
+:      007070 g24_transmit_pac_fail_hop_stage3:
+0x2cbe 007071 add regc ,offset_24g_txfail_cnt ,rega 
+0x2cbf 007072 ifetch 1 ,rega 
+0x2cc0 007074 increase 1 ,pdata 
+0x2cc1 007075 add regc ,offset_24g_txfail_cnt ,contw 
+0x2cc2 007076 istore 1 ,contw 
+0x2cc3 007078 beq 0x20 ,g24_tx_attempt_fail 
+0x2cc4 007079 call g24_fetch_mem_rf_hop_ch 
+0x2cc5 007081 beq 1 ,g24_rf_hop_fastly 
+0x2cc6 007082 setarg 1 
+0x2cc7 007083 call g24_store_mem_rf_hop_ch 
+:      007085 g24_rf_hop_attemp_again:
+0x2cc8 007086 call g24_fetch_mem_rf_hop_ch 
+0x2cc9 007088 bne 1 ,g24_transmit_rf_ctrl_clear 
+:      007089 g24_rf_hop_fastly:
+0x2cca 007090 add regc ,offset_24g_hop_fastly_cnt ,rega 
+0x2ccb 007091 ifetch 1 ,rega 
+0x2ccc 007093 increase 1 ,pdata 
+0x2ccd 007094 call g24_store_mem_hop_fastly_cnt 
+0x2cce 007096 beq 4 ,g24_rf_hop_fastly_exit 
+0x2ccf 007097 call g24_ch 
+0x2cd0 007098 call g24_set2_mem_max_retry 
+0x2cd1 007100 branch g24_transmit_packet 
+:      007102 g24_rf_hop_fastly_exit:
+0x2cd2 007103 call g24_set0_mem_hop_fastly_cnt 
+0x2cd3 007105 branch g24_transmit_rf_ctrl_clear 
+:      007107 g24_set0_mem_hop_fastly_cnt:
+0x2cd4 007108 setarg 0 
+:      007109 g24_store_mem_hop_fastly_cnt:
+0x2cd5 007110 add regc ,offset_24g_hop_fastly_cnt ,contw 
+0x2cd6 007111 branch g24_contw_istore_1byte 
+:      007113 g24_transmit_hop_pac_succ_wo_hop:
+0x2cd7 007114 call g24_set2_mem_sync_cnt 
+:      007116 g24_transmit_hop_pac_succ:
+0x2cd8 007117 call g24_set0_mem_rf_hop_ch 
+0x2cd9 007119 call g24_set1_mem_rf_last_sta 
+0x2cda 007121 branch g24_transmit_rf_ctrl_clear 
+:      007123 g24_transmit_succ_rf_config:
+0x2cdb 007124 call g24_fetch_mem_rf_work_stage 
+0x2cdc 007126 beq 3 ,g24_transmit_hop_pac_succ 
+0x2cdd 007127 call g24_fetch_mem_data_type 
+0x2cde 007129 isolate0 bit_hop ,pdata 
+0x2cdf 007130 branch g24_transmit_rf_sta_init ,true 
+0x2ce0 007131 call g24_fetch_mem_rf_work_stage 
+0x2ce1 007133 beq 1 ,g24_transmit_hop_pac_succ_wo_hop 
+0x2ce2 007134 beq 2 ,g24_transmit_hop_pac_succ 
+0x2ce3 007135 rtn 
+:      007137 g24_rf_sta_check:
+0x2ce4 007138 call g24_fetch_mem_pairing_sm 
+0x2ce5 007140 rtnne state_24g_pairing_success 
+0x2ce6 007141 call g24_rf_laststa_synccnt_check 
+0x2ce7 007142 ncall g24_rf_sync_cnt_check ,user2 
+0x2ce8 007143 rtn 
+:      007145 g24_rf_laststa_synccnt_check:
+0x2ce9 007146 disable user2 
+0x2cea 007147 add regc ,offset_24g_rf_last_sta ,rega 
+0x2ceb 007148 ifetch 1 ,rega 
+0x2cec 007150 rtnne 1 
+0x2ced 007151 add regc ,offset_24g_sync_cnt ,rega 
+0x2cee 007152 ifetch 1 ,rega 
+0x2cef 007154 rtnne 0 
+0x2cf0 007155 setarg 1 
+0x2cf1 007156 call g24_store_mem_rf_work_stage 
+0x2cf2 007158 call g24_set4_mem_max_retry 
+0x2cf3 007160 branch enable_user2 
+:      007162 g24_rf_sync_cnt_check:
+0x2cf4 007163 add regc ,offset_24g_sync_cnt ,rega 
+0x2cf5 007164 ifetch 1 ,rega 
+0x2cf6 007166 branch g24_rf_hop_attemp ,blank 
+0x2cf7 007167 increase -1 ,pdata 
+0x2cf8 007168 call g24_store_mem_sync_cnt 
+0x2cf9 007170 setarg 2 
+0x2cfa 007171 call g24_store_mem_rf_work_stage 
+0x2cfb 007173 call g24_ch 
+0x2cfc 007175 branch g24_set4_mem_max_retry 
+:      007177 g24_store_mem_rf_work_stage:
+0x2cfd 007178 add regc ,offset_24g_rf_work_stage ,contw 
+0x2cfe 007179 branch g24_contw_istore_1byte 
+:      007182 g24_rf_hop_attemp:
+0x2cff 007183 setarg 3 
+0x2d00 007184 call g24_store_mem_rf_work_stage 
+0x2d01 007186 call g24_fetch_mem_rf_hop_ch 
+0x2d02 007188 nbranch g24_rf_hop_attemp_again ,blank 
+0x2d03 007189 call g24_ch 
+:      007191 g24_set2_mem_max_retry:
+0x2d04 007192 setarg 2 
+0x2d05 007193 branch g24_store_mem_max_retry 
+:      007195 g24_transmit_process:
+0x2d06 007196 rtnmark0 mark_24g 
+0x2d07 007197 set1 mark_24g_conext ,mark 
+0x2d08 007198 bpatch patch16_3 ,mem_patch16 
+0x2d09 007199 add regc ,offset_24g_tx_without_int ,rega 
+0x2d0a 007200 ifetch 1 ,rega 
+0x2d0b 007202 beq 1 ,g24_transmit_without_int 
+0x2d0c 007203 call g24_timer_check 
+0x2d0d 007204 nbranch g24_transmit_exit ,user 
+0x2d0e 007205 call g24_interval_calibrate 
+:      007206 g24_transmit_without_int:
+0x2d0f 007207 add regc ,offset_24g_tx_without_int ,contw 
+0x2d10 007208 call g24_mem_set0 
+0x2d11 007210 call g24_txdata_prep 
+0x2d12 007211 nbranch g24_enter_lpm ,user 
+0x2d13 007212 call g24_rf_sta_check 
+:      007213 g24_transmit_start:
+0x2d14 007214 call g24_transmit_packet 
+0x2d15 007215 call g24_power_ctrl 
+:      007216 g24_transmit_exit:
+0x2d16 007217 set0 mark_24g_conext ,mark 
+0x2d17 007218 rtn 
+:      007220 g24_timer_timeout:
+0x2d18 007221 rtn zero 
+0x2d19 007222 set1 28 ,pdata 
+0x2d1a 007223 rtn 
+:      007225 g24_interval_calibrate:
+0x2d1b 007226 add regc ,offset_24g_pac_index ,rega 
+0x2d1c 007227 ifetch 1 ,rega 
+0x2d1d 007229 increase 1 ,pdata 
+0x2d1e 007230 add regc ,offset_24g_pac_index ,contw 
+0x2d1f 007231 istore 1 ,contw 
+0x2d20 007233 beq 4 ,g24_interval_max 
+0x2d21 007234 beq 5 ,g24_interval_min 
+0x2d22 007235 rtn 
+:      007236 g24_interval_max:
+0x2d23 007237 add regc ,offset_24g_interval_max ,rega 
+0x2d24 007238 ifetch 1 ,rega 
+:      007240 g24_interval_update:
+0x2d25 007242 add regc ,offset_24g_interval ,contw 
+0x2d26 007243 branch g24_contw_istore_1byte 
+:      007245 g24_interval_min:
+0x2d27 007246 add regc ,offset_24g_pac_index ,contw 
+0x2d28 007247 call g24_mem_set0 
+0x2d29 007249 add regc ,offset_24g_interval_min ,rega 
+0x2d2a 007250 ifetch 1 ,rega 
+0x2d2b 007252 branch g24_interval_update 
+:      007254 g24_txdata_prep:
+0x2d2c 007255 call g24_fetch_mem_pairing_sm 
+0x2d2d 007257 bne state_24g_pairing_success ,g24_pairing_sm 
+0x2d2e 007258 bpatch patch16_4 ,mem_patch16 
+0x2d2f 007259 call g24_package_data 
+0x2d30 007260 nbranch g24_txdata_last_pac ,user 
+0x2d31 007261 call g24_transmit_prep 
+0x2d32 007262 call g24_power_ctrl_pac_incrs 
+:      007263 g24_txdata_enable_tx:
+0x2d33 007265 setarg ensure_on_24g 
+:      007266 g24_store_mem_ensure:
+0x2d34 007267 add regc ,offset_24g_ensure ,contw 
+0x2d35 007268 branch g24_contw_istore_1byte 
+:      007270 g24_txdata_last_pac:
+0x2d36 007271 add regc ,offset_24g_ensure ,rega 
+0x2d37 007272 ifetch 1 ,rega 
+0x2d38 007274 beq ensure_on_24g ,enable_user 
+0x2d39 007275 rtn 
+:      007277 g24_package_data:
+0x2d3a 007279 add regc ,offset_24g_cb_data ,temp 
+0x2d3b 007280 ifetch 2 ,temp 
+0x2d3c 007282 call callback_func 
+0x2d3d 007283 nrtn user 
+0x2d3e 007284 copy rega ,pdata 
+0x2d3f 007285 store 1 ,mem_rega 
+0x2d40 007286 add regc ,offset_24g_abort_pac ,contw 
+0x2d41 007287 call g24_mem_set0 
+0x2d42 007289 call g24_transmit_rf_ctrl_clear 
+0x2d43 007290 store 1 ,mem_24g_common_temp 
+0x2d44 007291 fetch 1 ,mem_rega 
+0x2d45 007292 copy pdata ,rega 
+0x2d46 007293 add rega ,1 ,temp 
+0x2d47 007294 arg mem_24g_common_temp + 1 ,contw 
+0x2d48 007295 copy rega ,loopcnt 
+0x2d49 007296 copy regb ,contr 
+0x2d4a 007297 call memcpy 
+0x2d4b 007298 arg mem_24g_common_temp ,rega 
+:      007299 g24_put_data_in_buff:
+0x2d4c 007300 rtnmark0 mark_24g_conext 
+0x2d4d 007301 add regc ,offset_24g_datalen ,contw 
+0x2d4e 007302 istoret 1 ,contw 
+0x2d4f 007304 copy temp ,loopcnt 
+0x2d50 007305 add regc ,offset_24g_txbuf ,contw 
+0x2d51 007307 copy rega ,contr 
+0x2d52 007308 branch memcpy 
+:      007310 g24_transmit_prep:
+0x2d53 007312 add regc ,offset_24g_datalen ,rega 
+0x2d54 007313 ifetch 1 ,rega 
+0x2d55 007315 increase 2 ,pdata 
+0x2d56 007316 add regc ,offset_24g_txlen ,contw 
+0x2d57 007317 istore 1 ,contw 
+0x2d58 007320 call g24_fetch_mem_data_type 
+0x2d59 007322 call g24_store_mem_txpayload 
+0x2d5a 007325 add regc ,offset_24g_datalen ,rega 
+0x2d5b 007326 ifetch 1 ,rega 
+0x2d5c 007328 lshift3 pdata ,pdata 
+0x2d5d 007329 add regc ,offset_24g_pid ,rega 
+0x2d5e 007330 ifetcht 1 ,rega 
+0x2d5f 007332 and temp ,0x03 ,temp 
+0x2d60 007333 lshift temp ,temp 
+0x2d61 007334 ior temp ,pdata 
+0x2d62 007335 add regc ,offset_24g_no_ack ,rega 
+0x2d63 007336 ifetcht 1 ,rega 
+0x2d64 007338 iadd temp ,pdata 
+0x2d65 007339 istore 1 ,contw 
+0x2d66 007341 add regc ,offset_24g_datalen ,rega 
+0x2d67 007342 ifetch 1 ,rega 
+0x2d68 007344 iforce loopcnt 
+0x2d69 007345 add regc ,offset_24g_txbuf ,contr 
+0x2d6a 007347 branch memcpy 
+:      007349 g24_send_abort_packet:
+0x2d6b 007350 call g24_set1_mem_abort_pac 
+0x2d6c 007352 call g24_set0_mem_rf_hop_ch 
+0x2d6d 007354 call g24_power_ctrl_reinit 
+0x2d6e 007355 call g24_transmit_rf_ctrl_clear 
+0x2d6f 007356 store 1 ,mem_24g_common_temp 
+0x2d70 007357 call g24_put_data_in_buff_pre 
+0x2d71 007358 call g24_fetch_mem_data_type 
+0x2d72 007360 set1 bit_abort ,pdata 
+0x2d73 007361 call g24_store_mem_data_type 
+0x2d74 007363 call g24_transmit_prep 
+0x2d75 007364 call g24_txdata_enable_tx 
+0x2d76 007365 branch g24_transmit_start 
+:      007367 g24_put_data_in_buff_pre:
+0x2d77 007368 store 1 ,mem_24g_common_temp + 1 
+0x2d78 007369 call g24_fetch_mem_device_addr 
+0x2d79 007371 store 4 ,mem_24g_common_temp + 2 
+0x2d7a 007372 arg 6 ,temp 
+0x2d7b 007373 arg mem_24g_common_temp ,rega 
+0x2d7c 007374 branch g24_put_data_in_buff 
+:      007376 g24_enter_lpm:
+0x2d7d 007377 add regc ,offset_24g_abort_pac ,rega 
+0x2d7e 007378 ifetch 1 ,rega 
+0x2d7f 007380 branch g24_send_abort_packet ,blank 
+:      007381 g24_enter_lpm_prepare:
+0x2d80 007383 add regc ,offset_24g_cb_lpm_prepare ,rega 
+0x2d81 007384 ifetch 2 ,rega 
+0x2d82 007386 branch callback_func 
+:      007388 g24_lpm_long_sleep:
+0x2d83 007389 call g24_head_ptr2regc 
+0x2d84 007391 call lpo_calibration 
+0x2d85 007392 fetch 3 ,mem_clks_per_lpo 
+0x2d86 007393 rtn blank 
+0x2d87 007394 add regc ,offset_24g_cb_lpm_before ,temp 
+0x2d88 007395 ifetch 2 ,temp 
+0x2d89 007397 call callback_func 
+0x2d8a 007398 add regc ,offset_24g_enter_hibernate ,temp 
+0x2d8b 007399 ifetch 8 ,temp 
+0x2d8c 007400 call clk2lpo 
+0x2d8d 007401 storet 4 ,mem_sleep_counter 
+0x2d8e 007402 branch lpm_sleep 
+:      007404 g24_transmit_packet:
+0x2d8f 007405 call g24_head_ptr2regc 
+0x2d90 007406 add regc ,offset_24g_retry ,contw 
+0x2d91 007407 call g24_mem_set0 
+:      007409 g24_transmit_loop:
+0x2d92 007410 call g24_transmit_receive_ack 
+0x2d93 007411 nbranch g24_retransmit ,sync 
+0x2d94 007412 nbranch g24_retransmit ,user3 
+0x2d95 007413 call g24_ackpayload_parse 
+0x2d96 007414 call g24_power_ctrl_ack_incrs 
+:      007415 g24_transmit_next_packet:
+0x2d97 007416 call g24_head_ptr2regc 
+0x2d98 007417 add regc ,offset_24g_pid ,rega 
+0x2d99 007418 ifetch 1 ,rega 
+0x2d9a 007420 increase 1 ,pdata 
+0x2d9b 007421 call g24_store_mem_pid 
+0x2d9c 007423 call g24_fetch_mem_pairing_sm 
+0x2d9d 007425 bne state_24g_pairing_success ,g24_paring_mode 
+0x2d9e 007426 call g24_transmit_succ_rf_config 
+:      007427 g24_transmit_abandon:
+0x2d9f 007428 setarg 0 
+0x2da0 007429 add regc ,offset_24g_txfail_cnt ,contw 
+0x2da1 007430 istore 2 ,contw 
+0x2da2 007434 setarg ensure_off_24g 
+0x2da3 007435 branch g24_store_mem_ensure 
+:      007438 g24_transmit_receive_ack:
+0x2da4 007439 disable user3 
+0x2da5 007440 call g24_transmit 
+0x2da6 007441 call g24_head_ptr2regc 
+0x2da7 007442 add regc ,offset_24g_no_ack ,rega 
+0x2da8 007443 ifetch 1 ,rega 
+0x2da9 007445 beq no_ack_24g ,g24_transmit_no_ack 
+0x2daa 007446 call g24_receive_packet 
+0x2dab 007447 branch g24_end_of_packet 
+:      007448 g24_transmit_no_ack:
+0x2dac 007449 call g24_end_of_packet 
+0x2dad 007450 branch g24_transmit_next_packet 
+:      007453 g24_retransmit:
+0x2dae 007454 bpatch patch16_5 ,mem_patch16 
+0x2daf 007455 add regc ,offset_24g_get_ack_fail ,rega 
+0x2db0 007456 ifetch 1 ,rega 
+0x2db1 007458 increase 1 ,pdata 
+0x2db2 007459 add regc ,offset_24g_get_ack_fail ,contw 
+0x2db3 007460 istore 1 ,contw 
+0x2db4 007462 call g24_fetch_mem_pairing_sm 
+0x2db5 007464 bne state_24g_pairing_success ,g24_tx_paring_retry 
+0x2db6 007465 add regc ,offset_24g_retry ,rega 
+0x2db7 007466 ifetcht 1 ,rega 
+0x2db8 007468 increase 1 ,temp 
+0x2db9 007469 add regc ,offset_24g_retry ,contw 
+0x2dba 007470 istoret 1 ,contw 
+0x2dbb 007472 add regc ,offset_24g_max_retry ,rega 
+0x2dbc 007473 ifetch 1 ,rega 
+0x2dbd 007475 isub temp ,pdata 
+0x2dbe 007476 nbranch g24_transmit_loop ,blank 
+0x2dbf 007477 bpatch patch16_6 ,mem_patch16 
+0x2dc0 007478 call g24_fetch_mem_rf_work_stage 
+0x2dc1 007480 beq 3 ,g24_transmit_pac_fail_hop_stage3 
+0x2dc2 007481 add regc ,offset_24g_hop_pac_retry ,rega 
+0x2dc3 007482 ifetch 1 ,rega 
+0x2dc4 007484 increase 1 ,pdata 
+0x2dc5 007485 add regc ,offset_24g_hop_pac_retry ,contw 
+0x2dc6 007486 istore 1 ,contw 
+0x2dc7 007488 beq 2 ,g24_transmit_hop_pac_fail 
+0x2dc8 007489 call g24_hop_ch_enable 
+0x2dc9 007490 setarg 1 
+0x2dca 007491 call g24_store_mem_max_retry 
+0x2dcb 007493 branch g24_transmit_packet 
+:      007495 g24_tx_paring_retry:
+0x2dcc 007496 add regc ,offset_24g_get_ack_fail ,rega 
+0x2dcd 007497 ifetch 1 ,rega 
+0x2dce 007499 rtnne 0xff 
+0x2dcf 007500 add regc ,offset_24g_get_ack_fail ,contw 
+0x2dd0 007501 call g24_mem_set0 
+0x2dd1 007503 branch g24_stop_24g_mode 
+:      007505 g24_tx_attempt_fail:
+0x2dd2 007506 add regc ,offset_24g_txfail_cnt ,contw 
+0x2dd3 007507 call g24_mem_set0 
+:      007509 g24_stop_24g_mode:
+0x2dd4 007510 jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+0x2dd5 007511 branch ui_ipc_send_event 
+:      007513 g24_ackpayload_parse:
+0x2dd6 007514 call g24_read_len_pid_crc 
+0x2dd7 007515 add regc ,offset_24g_rxdata_length ,rega 
+0x2dd8 007516 ifetch 1 ,rega 
+0x2dd9 007518 rtn blank 
+0x2dda 007519 iforce loopcnt 
+0x2ddb 007520 add regc ,offset_24g_rxbuf_add2 ,contr 
+0x2ddc 007522 add regc ,offset_24g_rxpayload ,contw 
+0x2ddd 007524 branch memcpy 
+:      007527 g24_read_len_pid_crc:
+0x2dde 007529 call g24_fetch_mem_rxbuf_add1 
+0x2ddf 007531 rshift3 pdata ,pdata 
+0x2de0 007532 add regc ,offset_24g_rxdata_length ,contw 
+0x2de1 007533 istore 1 ,contw 
+0x2de2 007536 increase 1 ,pdata 
+0x2de3 007537 add regc ,offset_24g_rxbuf_add1 ,contr 
+0x2de4 007539 iadd contr ,contr 
+0x2de5 007540 ifetch 3 ,contr 
+0x2de6 007541 add regc ,offset_24g_sta_crc ,contw 
+0x2de7 007542 istore 3 ,contw 
+0x2de8 007545 call g24_fetch_mem_rxbuf_add1 
+0x2de9 007547 rshift pdata ,pdata 
+0x2dea 007548 and pdata ,0x03 ,pdata 
+0x2deb 007549 add regc ,offset_24g_sta_pid ,contw 
+0x2dec 007550 istore 1 ,contw 
+0x2ded 007552 rtn 
+:      007554 g24_prep:
+0x2dee 007555 disable enable_crc 
+0x2def 007556 disable enable_white 
+0x2df0 007557 setarg 0x555555 
+0x2df1 007558 iforce crc24_init 
+0x2df2 007559 rtn 
+:      007561 g24_set_freq_tx:
+0x2df3 007562 call set_sync_on 
+0x2df4 007563 add regc ,offset_24g_ch ,rega 
+0x2df5 007564 ifetcht 1 ,rega 
+0x2df6 007566 branch set_freq_tx 
+:      007568 g24_transmit:
+0x2df7 007569 call g24_prep 
+0x2df8 007570 call g24_set_freq_tx 
+0x2df9 007571 set1 txgfsk ,radio_ctrl 
+0x2dfa 007572 enable encode_fec0 
+0x2dfb 007573 enable is_tx 
+0x2dfc 007574 disable is_rx 
+0x2dfd 007575 call le_enable 
+0x2dfe 007576 call g24_fetch_mem_addr 
+0x2dff 007578 iforce access 
+0x2e00 007579 inject mod ,32 
+0x2e01 007580 enable enable_crc 
+0x2e02 007581 add regc ,offset_24g_txlen ,rega 
+0x2e03 007582 ifetch 1 ,rega 
+0x2e04 007584 iforce loopcnt 
+0x2e05 007585 add regc ,offset_24g_txpayload ,contr 
+:      007587 g24tr_loop:
+0x2e06 007588 ifetch 1 ,contr 
+0x2e07 007589 inject mod ,8 
+0x2e08 007590 loop g24tr_loop 
+0x2e09 007591 enable enable_parity 
+0x2e0a 007592 inject mod ,24 
+0x2e0b 007593 disable enable_parity 
+0x2e0c 007594 until null ,tx_clear 
+0x2e0d 007595 bpatch patch16_7 ,mem_patch16 
+0x2e0e 007596 nop 100 
+0x2e0f 007597 disable encode_fec0 
+0x2e10 007598 rtn 
+:      007600 g24_receive_packet:
+0x2e11 007601 disable user3 
+0x2e12 007602 force 0 ,radio_ctrl 
+0x2e13 007603 add regc ,offset_24g_ch ,rega 
+0x2e14 007604 ifetcht 1 ,rega 
+0x2e15 007606 call set_freq_rx 
+0x2e16 007607 call rf_rx_enable 
+:      007608 g24_receive_rxon:
+0x2e17 007609 call g24_prep 
+0x2e18 007610 enable decode_fec0 
+0x2e19 007611 enable is_rx 
+0x2e1a 007612 disable is_tx 
+0x2e1b 007613 call le_enable 
+0x2e1c 007614 call g24_fetch_mem_addr 
+0x2e1d 007616 iforce access 
+0x2e1e 007617 enable swfine 
+0x2e1f 007618 add regc ,offset_24g_rx_window ,rega 
+0x2e20 007619 ifetch 2 ,rega 
+0x2e21 007621 iforce stop_watch 
+0x2e22 007622 correlate null ,timeout 
+0x2e23 007623 nbranch g24_sync_timeout ,sync 
+0x2e24 007624 enable enable_crc 
+0x2e25 007625 parse demod ,bucket ,8 
+0x2e26 007626 rshift3 pwindow ,pdata 
+0x2e27 007627 add regc ,offset_24g_rxbuf ,contw 
+0x2e28 007628 istore 1 ,contw 
+0x2e29 007630 add regc ,offset_24g_mode ,rega 
+0x2e2a 007631 ifetch 1 ,rega 
+0x2e2b 007633 beq rx_24g ,g24_receive_skip 
+0x2e2c 007634 bpatch patch17_0 ,mem_patch17 
+0x2e2d 007635 add regc ,offset_24g_rxbuf ,rega 
+0x2e2e 007636 ifetch 1 ,rega 
+0x2e2f 007638 add regc ,offset_24g_data_type ,rega 
+0x2e30 007639 ifetcht 1 ,rega 
+0x2e31 007641 icompare bits_data ,temp 
+0x2e32 007642 nbranch g24_end_of_packet ,true 
+:      007643 g24_receive_skip:
+0x2e33 007644 parse demod ,bucket ,8 
+0x2e34 007645 rshift3 pwindow ,pdata 
+0x2e35 007646 istore 1 ,contw 
+0x2e36 007647 rshift3 pdata ,pdata 
+0x2e37 007648 and pdata ,0x1f ,loopcnt 
+0x2e38 007649 branch g24rx_nopayload ,zero 
+:      007650 g24rx_loop:
+0x2e39 007651 parse demod ,bucket ,8 
+0x2e3a 007652 rshift3 pwindow ,pdata 
+0x2e3b 007653 istore 1 ,contw 
+0x2e3c 007654 loop g24rx_loop 
+:      007655 g24rx_nopayload:
+0x2e3d 007656 parse demod ,bucket ,24 
+0x2e3e 007657 rshift32 pdata ,pdata 
+0x2e3f 007658 rshift16 pdata ,pdata 
+0x2e40 007659 istore 3 ,contw 
+0x2e41 007660 branch g24_end_of_packet ,crc_failed 
+0x2e42 007661 enable user3 
+0x2e43 007662 disable decode_fec0 
+0x2e44 007663 rtn 
+:      007666 g24_end_of_packet:
+0x2e45 007667 disable encode_fec0 
+0x2e46 007668 disable decode_fec0 
+0x2e47 007669 disable enable_crc 
+0x2e48 007670 disable enable_white 
+0x2e49 007671 branch shutdown_radio ,is_rx 
+0x2e4a 007672 until null ,tx_clear 
+0x2e4b 007673 nop 100 
+0x2e4c 007674 branch shutdown_radio 
+:      007676 g24_sync_timeout:
+0x2e4d 007677 call rssi_noise 
+0x2e4e 007678 branch g24_end_of_packet 
+:      007680 rssi_noise:
+0x2e4f 007681 call save_rssi 
+0x2e50 007682 rtn blank 
+0x2e51 007683 add regc ,offset_rssi_noise_index ,rega 
+0x2e52 007684 ifetcht 1 ,rega 
+0x2e53 007686 arg mem_rssi_noise_buffer ,rega 
+0x2e54 007688 call rssi_noise_store 
+0x2e55 007689 add regc ,offset_rssi_noise_index ,contw 
+:      007691 g24_contw_istoret_1byte:
+0x2e56 007692 istoret 1 ,contw 
+0x2e57 007693 rtn 
+:      007695 rssi_noise_store:
+0x2e58 007696 arg rssi_buf_len_noise ,regb 
+0x2e59 007697 branch rssi_store 
+:      007715 rssi_store:
+0x2e5a 007716 copy rega ,pdata 
+0x2e5b 007717 iadd temp ,contw 
+0x2e5c 007718 fetch 1 ,mem_rssi 
+0x2e5d 007719 istore 1 ,contw 
+0x2e5e 007720 increase 1 ,temp 
+0x2e5f 007721 copy regb ,pdata 
+0x2e60 007722 iand_into temp 
+0x2e61 007723 rtn 
+:      007725 rssi_average:
+0x2e62 007726 arg 0 ,temp 
+0x2e63 007727 copy rega ,contr 
+:      007728 rssi_average_loop:
+0x2e64 007729 ifetch 1 ,contr 
+0x2e65 007730 iadd temp ,temp 
+0x2e66 007731 loop rssi_average_loop 
+0x2e67 007732 rshift8 temp ,temp 
+0x2e68 007733 rtn 
+:      007735 g24_power_ctrl_init:
+0x2e69 007736 call g24_head_ptr2regc 
+0x2e6a 007737 call g24_power_ctrl_incrs_level1 
+0x2e6b 007738 setarg 1 
+0x2e6c 007739 call g24_store_mem_power_ctrl_level 
+:      007741 g24_power_ctrl_reinit:
+0x2e6d 007742 setarg 0 
+0x2e6e 007743 call g24_store_mem_power_ctrl_pac 
+0x2e6f 007745 istore 1 ,contw 
+0x2e70 007747 rtn 
+:      007749 g24_power_ctrl_pac_incrs:
+0x2e71 007750 call g24_fetch_mem_power_ctrl_pac 
+0x2e72 007752 increase 1 ,pdata 
+:      007753 g24_store_mem_power_ctrl_pac:
+0x2e73 007755 add regc ,offset_power_ctrl_packet_cnt ,contw 
+0x2e74 007756 branch g24_contw_istore_1byte 
+:      007758 g24_power_ctrl_ack_incrs:
+0x2e75 007761 add regc ,offset_power_ctrl_ack_cnt ,rega 
+0x2e76 007762 ifetch 1 ,rega 
+0x2e77 007763 increase 1 ,pdata 
+0x2e78 007764 add regc ,offset_power_ctrl_ack_cnt ,contw 
+0x2e79 007765 branch g24_contw_istore_1byte 
+:      007767 g24_power_ctrl:
+0x2e7a 007768 bpatch patch17_1 ,mem_patch17 
+0x2e7b 007769 call g24_fetch_mem_power_ctrl_pac 
+0x2e7c 007771 sub pdata ,power_ctrl_max_packet_cnt ,null 
+0x2e7d 007772 rtn positive 
+0x2e7e 007773 add regc ,offset_power_ctrl_ack_cnt ,rega 
+0x2e7f 007774 ifetcht 1 ,rega 
+0x2e80 007776 isub temp ,temp 
+0x2e81 007777 call g24_power_ctrl_reinit 
+0x2e82 007778 setarg offset_power_ctrl_threshold_up 
+0x2e83 007779 iadd regc ,rega 
+0x2e84 007780 ifetch 1 ,rega 
+0x2e85 007782 isub temp ,null 
+0x2e86 007783 nbranch g24_power_ctrl_incrs ,positive 
+0x2e87 007784 setarg offset_power_ctrl_threshold_down 
+0x2e88 007785 iadd regc ,rega 
+0x2e89 007786 ifetch 1 ,rega 
+0x2e8a 007788 isub temp ,null 
+0x2e8b 007789 branch g24_power_ctrl_decrs ,positive 
+0x2e8c 007790 rtn 
+:      007792 g24_power_ctrl_incrs:
+0x2e8d 007793 add regc ,offset_power_ctrl_level ,rega 
+0x2e8e 007794 ifetch 1 ,rega 
+0x2e8f 007796 beq 2 ,g24_power_ctrl_incrs_level2 
+0x2e90 007797 increase 1 ,pdata 
+0x2e91 007798 call g24_store_mem_power_ctrl_level 
+0x2e92 007800 beq 1 ,g24_power_ctrl_incrs_level1 
+:      007801 g24_power_ctrl_incrs_level2:
+0x2e93 007802 setarg power_ctrl_losspac_thresh_up2 
+0x2e94 007803 call g24_store_mem_power_ctrl_threshold_up 
+0x2e95 007805 setarg power_ctrl_losspac_thresh_down2 
+0x2e96 007806 call g24_store_mem_power_ctrl_threshold_down 
+0x2e97 007809 add regc ,offset_power_ctrl_txpwr_level2 ,rega 
+0x2e98 007811 branch g24_ifetch_rega_store_mem_txpower 
+:      007813 g24_power_ctrl_decrs:
+0x2e99 007814 add regc ,offset_power_ctrl_level ,rega 
+0x2e9a 007815 ifetch 1 ,rega 
+0x2e9b 007817 beq 0 ,g24_power_ctrl_decrs_level0 
+0x2e9c 007818 increase -1 ,pdata 
+0x2e9d 007819 call g24_store_mem_power_ctrl_level 
+0x2e9e 007821 beq 0 ,g24_power_ctrl_decrs_level0 
+:      007822 g24_power_ctrl_decrs_level1:
+:      007825 g24_power_ctrl_incrs_level1:
+0x2e9f 007826 setarg power_ctrl_losspac_thresh_up1 
+0x2ea0 007827 call g24_store_mem_power_ctrl_threshold_up 
+0x2ea1 007829 setarg power_ctrl_losspac_thresh_down1 
+0x2ea2 007830 call g24_store_mem_power_ctrl_threshold_down 
+0x2ea3 007833 setarg offset_power_ctrl_txpwr_level1 
+:      007834 g24_iadd_offset_mem_txpower:
+0x2ea4 007835 iadd regc ,rega 
+:      007836 g24_ifetch_rega_store_mem_txpower:
+0x2ea5 007837 ifetch 1 ,rega 
+0x2ea6 007839 branch g24_store_mem_txpower 
+:      007841 g24_power_ctrl_decrs_level0:
+0x2ea7 007844 setarg power_ctrl_losspac_thresh_up0 
+0x2ea8 007845 call g24_store_mem_power_ctrl_threshold_up 
+0x2ea9 007847 setarg power_ctrl_losspac_thresh_down0 
+0x2eaa 007848 call g24_store_mem_power_ctrl_threshold_down 
+0x2eab 007851 setarg offset_power_ctrl_txpwr_level0 
+0x2eac 007853 branch g24_iadd_offset_mem_txpower 
+:      007867 g24_start_pairing_sm1:
+0x2ead 007868 set1 mark_24g ,mark 
+0x2eae 007869 call g24_pair_init 
+:      007870 g24_set_pairing_sm_1:
+0x2eaf 007872 setarg state_24g_pairing_1 
+0x2eb0 007873 branch g24_store_mem_pairing_sm 
+:      007875 g24_pairing_sm:
+0x2eb1 007876 add regc ,offset_24g_ensure ,rega 
+0x2eb2 007877 ifetch 1 ,rega 
+0x2eb3 007879 beq ensure_on_24g ,enable_user 
+0x2eb4 007880 call g24_fetch_mem_pairing_sm 
+0x2eb5 007882 beq state_24g_pairing_1 ,g24_pairing_sm_1 
+0x2eb6 007883 beq state_24g_pairing_2 ,g24_pairing_sm_2 
+0x2eb7 007884 beq state_24g_pairing_3 ,g24_pairing_sm_3 
+0x2eb8 007885 branch assert 
+:      007887 g24_pairing_sm_1:
+0x2eb9 007888 setarg state_24g_pairing_1_waiting_ack 
+0x2eba 007889 call g24_store_mem_pairing_sm 
+0x2ebb 007891 jam 0xaa ,mem_24g_common_temp 
+0x2ebc 007892 branch g24_pairing_sm_common 
+:      007893 g24_pairing_sm_2:
+0x2ebd 007894 setarg state_24g_pairing_2_waiting_ack 
+0x2ebe 007895 call g24_store_mem_pairing_sm 
+0x2ebf 007897 jam 0x55 ,mem_24g_common_temp 
+0x2ec0 007898 branch g24_pairing_sm_common 
+:      007899 g24_pairing_sm_3:
+0x2ec1 007900 setarg state_24g_pairing_3_waiting_ack 
+0x2ec2 007901 call g24_store_mem_pairing_sm 
+0x2ec3 007903 jam 0x22 ,mem_24g_common_temp 
+:      007904 g24_pairing_sm_common:
+0x2ec4 007905 call g24_fetch_mem_data_type 
+0x2ec5 007907 and_into bits_data ,pdata 
+0x2ec6 007908 store 1 ,mem_24g_common_temp + 1 
+0x2ec7 007909 call g24_fetch_mem_device_addr 
+0x2ec8 007911 store 4 ,mem_24g_common_temp + 2 
+:      007912 g24_put_pairing_data_in_buff:
+0x2ec9 007913 jam 0 ,mem_24g_common_temp + 6 
+0x2eca 007914 arg mem_24g_common_temp ,rega 
+0x2ecb 007915 arg 7 ,temp 
+0x2ecc 007916 call g24_put_data_in_buff 
+0x2ecd 007917 call g24_transmit_prep 
+0x2ece 007918 call g24_txdata_enable_tx 
+0x2ecf 007919 branch enable_user 
+:      007921 g24_paring_mode:
+0x2ed0 007922 call g24_fetch_mem_pairing_sm 
+0x2ed1 007924 rtneq state_24g_pairing_success 
+0x2ed2 007925 beq state_24g_pairing_1_waiting_ack ,g24_pairing_sm_1_waiting_ack 
+0x2ed3 007926 beq state_24g_pairing_2_waiting_ack ,g24_pairing_sm_2_waiting_ack 
+0x2ed4 007927 beq state_24g_pairing_3_waiting_ack ,g24_pairing_sm_3_waiting_ack 
+0x2ed5 007928 rtn 
+:      007930 g24_pairing_sm_1_waiting_ack:
+0x2ed6 007931 setarg state_24g_pairing_2 
+0x2ed7 007932 call g24_store_mem_pairing_sm 
+0x2ed8 007934 branch g24_transmit_abandon 
+:      007935 g24_pairing_sm_2_waiting_ack:
+0x2ed9 007936 setarg state_24g_pairing_3 
+0x2eda 007937 call g24_store_mem_pairing_sm 
+0x2edb 007939 branch g24_transmit_abandon 
+:      007940 g24_pairing_sm_3_waiting_ack:
+0x2edc 007941 setarg state_24g_pairing_success 
+0x2edd 007942 call g24_store_mem_pairing_sm 
+0x2ede 007944 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
+0x2edf 007945 call ui_ipc_send_event 
+0x2ee0 007946 add regc ,offset_24g_rxpayload_add2 ,rega 
+0x2ee1 007947 ifetch 4 ,rega 
+0x2ee2 007949 call g24_store_mem_addr 
+0x2ee3 007951 branch g24_transmit_abandon 
+:      007953 g24_auto_pair_start:
+0x2ee4 007954 set0 mark_24g ,mark 
+0x2ee5 007955 call g24_auto_pair_set_device_info 
+0x2ee6 007956 call g24_tx_attemp_data_prep 
+:      007957 g24_auto_pair_restart:
+0x2ee7 007958 call g24_set0_mem_check_dongle_times 
+:      007959 g24_auto_pair_start_loop:
+0x2ee8 007960 nop 2000 
+0x2ee9 007961 call g24_fetch_mem_check_dongle_times 
+0x2eea 007962 beq 0xff ,g24_stop_24g_mode 
+0x2eeb 007963 call g24_transmit_receive_ack 
+0x2eec 007964 nbranch g24_auto_pair_retry ,sync 
+0x2eed 007965 nbranch g24_auto_pair_retry ,user3 
+0x2eee 007966 call g24_ackpayload_parse 
+0x2eef 007967 call g24_head_ptr2regc 
+0x2ef0 007968 add regc ,offset_24g_paring_addr ,rega 
+0x2ef1 007969 ifetcht 4 ,rega 
+0x2ef2 007970 call g24_fetch_mem_addr_isub_temp 
+0x2ef3 007971 branch g24_start_pairing_sm1 ,zero 
+0x2ef4 007972 call g24_head_ptr2regc 
+0x2ef5 007973 add regc ,offset_24g_rxpayload_add2 ,rega 
+0x2ef6 007974 ifetch 4 ,rega 
+0x2ef7 007975 beq 0 ,g24_auto_pair_restart 
+0x2ef8 007976 call g24_store_mem_addr 
+0x2ef9 007977 branch g24_tx_attemp_dongle_succ 
+:      007979 g24_auto_pair_retry:
+0x2efa 007980 call g24_fetch_mem_check_dongle_times 
+0x2efb 007981 increase 1 ,pdata 
+0x2efc 007982 call g24_store_mem_check_dongle_times 
+0x2efd 007984 call g24_fetch_mem_auto_paring_switch 
+0x2efe 007985 increase 1 ,pdata 
+0x2eff 007986 and_into 1 ,pdata 
+0x2f00 007987 call g24_store_mem_auto_paring_switch 
+0x2f01 007988 beq 0 ,g24_auto_pair_device_attemp 
+0x2f02 007989 beq 1 ,g24_auto_pair_pair_attemp 
+0x2f03 007990 rtn 
+:      007992 g24_fetch_mem_auto_paring_switch:
+0x2f04 007993 setarg offset_24g_auto_pair_switch 
+0x2f05 007994 branch g24_set_rega_ifetch_1byte 
+:      007995 g24_store_mem_auto_paring_switch:
+0x2f06 007996 arg offset_24g_auto_pair_switch ,rega 
+0x2f07 007997 branch g24_set_contw_with_regb_store_1byte 
+:      007999 g24_auto_pair_set_device_info:
+0x2f08 008000 call g24_store_mem_tx_power 
+0x2f09 008001 call g24_fetch_mem_device_addr 
+0x2f0a 008002 call g24_store_mem_addr 
+0x2f0b 008003 branch g24_ch 
+:      008005 g24_auto_pair_device_attemp:
+0x2f0c 008006 call g24_auto_pair_set_device_info 
+0x2f0d 008007 branch g24_auto_pair_start_loop 
+:      008009 g24_auto_pair_pair_attemp:
+0x2f0e 008010 call g24_pair_init 
+0x2f0f 008011 branch g24_auto_pair_start_loop 
+:      008014 g24_start_24g_mode:
+0x2f10 008015 set0 mark_24g ,mark 
+0x2f11 008016 call g24_ch 
+0x2f12 008017 call g24_fetch_mem_pairing_sm 
+0x2f13 008019 rtnne state_24g_pairing_success 
+0x2f14 008020 call g24_tx_attemp_data_prep 
+0x2f15 008021 call g24_set0_mem_check_dongle_times 
+:      008023 g24_tx_attemp_dongle_loop:
+0x2f16 008024 nop 2000 
+0x2f17 008025 call g24_fetch_mem_check_dongle_times 
+0x2f18 008027 beq 0xff ,g24_stop_24g_mode 
+0x2f19 008028 call g24_transmit_receive_ack 
+0x2f1a 008029 nbranch g24_attemp_txdata_retry ,sync 
+0x2f1b 008030 nbranch g24_attemp_txdata_retry ,user3 
+:      008031 g24_tx_attemp_dongle_succ:
+0x2f1c 008032 set1 mark_24g ,mark 
+0x2f1d 008033 call g24_set0_mem_check_dongle_times 
+0x2f1e 008034 setarg state_24g_pairing_success 
+0x2f1f 008035 call g24_store_mem_pairing_sm 
+0x2f20 008037 jam bt_evt_24g_attempt_success ,mem_fifo_temp 
+0x2f21 008038 branch ui_ipc_send_event 
+:      008040 g24_tx_attemp_data_prep:
+0x2f22 008041 set1 mark_24g_conext ,mark 
+0x2f23 008042 jam 0xff ,mem_24g_common_temp 
+0x2f24 008043 call g24_fetch_mem_data_type 
+0x2f25 008045 call g24_put_data_in_buff_pre 
+0x2f26 008046 branch g24_transmit_prep 
+:      008048 g24_attemp_txdata_retry:
+0x2f27 008049 call g24_fetch_mem_check_dongle_times 
+0x2f28 008051 increase 1 ,pdata 
+0x2f29 008052 call g24_store_mem_check_dongle_times 
+0x2f2a 008054 call g24_ch 
+0x2f2b 008055 branch g24_tx_attemp_dongle_loop 
+:      008057 g24_check_51cmd_start_24g:
+0x2f2c 008058 call g24_store_mem_tx_power 
+0x2f2d 008061 setarg state_24g_pairing_success 
+0x2f2e 008062 call g24_store_mem_pairing_sm 
+0x2f2f 008064 branch g24_start_24g_mode 
+:      008073 dongle_init:
+0x2f30 008074 bpatch patch17_2 ,mem_patch17 
+0x2f31 008075 call g24_head_ptr2regc 
+0x2f32 008076 setarg dongle_rxdata_type1 
+0x2f33 008077 add regc ,offset_24g_cb_rxdata_type1 ,contw 
+0x2f34 008078 istore 2 ,contw 
+0x2f35 008080 call g24_receive_init 
+0x2f36 008081 call usb_init 
+0x2f37 008082 call g24_fetch_mem_pair_mode 
+0x2f38 008084 bpatch patch17_3 ,mem_patch17 
+0x2f39 008085 beq 0x00 ,dongle_auto_bind 
+0x2f3a 008086 beq 0x01 ,dongle_pc_bind 
+0x2f3b 008087 beq 0x0f ,dongle_all_powerful 
+0x2f3c 008088 branch assert 
+:      008090 g24_receive_init:
+0x2f3d 008091 call g24_store_mem_tx_power_temp 
+0x2f3e 008092 arg 0x80 ,loopcnt 
+0x2f3f 008093 arg mem_rssi_noise_buffer ,contw 
+0x2f40 008094 branch memset0 
+:      008096 dongle_all_powerful:
+0x2f41 008097 call dongle_check_mode 
+:      008098 dongle_all_powerful_loop:
+0x2f42 008099 call g24_dongle_work_mode 
+0x2f43 008100 call usb_isr 
+0x2f44 008101 branch dongle_all_powerful_loop 
+:      008103 dongle_pc_bind:
+0x2f45 008104 bpatch patch17_4 ,mem_patch17 
+0x2f46 008105 call dongle_check_mode 
+:      008106 dongle_pc_bind_loop:
+0x2f47 008107 call g24_dongle_work_mode 
+0x2f48 008108 call g24_dongle_bind_mode 
+0x2f49 008109 call usb_isr 
+0x2f4a 008110 call dongle_usb_dispatch 
+0x2f4b 008111 branch dongle_pc_bind_loop 
+:      008113 dongle_check_mode:
+0x2f4c 008117 call g24_set_work_mem_dongle_work_mode 
+0x2f4d 008118 call g24_set0_mem_dongle_mode_init 
+0x2f4e 008119 branch g24_set0_mem_ackpayload_enable 
+:      008121 g24_dongle_work_mode:
+0x2f4f 008122 call g24_fetch_mem_dongle_work_mode 
+0x2f50 008124 rtnne dongle_work 
+:      008125 g24_dongle_work_mode_start:
+0x2f51 008126 call g24_dongle_work_init 
+0x2f52 008127 call g24_ch_process 
+0x2f53 008128 call g24_receive_packet_start 
+0x2f54 008129 branch g24_blank_data_process 
+:      008131 g24_dongle_work_init:
+0x2f55 008132 call g24_fetch_mem_dongle_mode_init 
+0x2f56 008134 rtnbit1 dongle_work 
+0x2f57 008135 set1 dongle_work ,pdata 
+0x2f58 008136 call g24_store_mem_dongle_mode_init 
+0x2f59 008138 call g24_store_mem_tx_power 
+0x2f5a 008141 call g24_set0_mem_ackpayload_enable 
+0x2f5b 008143 jam 0 ,mem_usb_tx_enable 
+0x2f5c 008144 call g24_set1_mem_abort_pac 
+0x2f5d 008146 call g24_dongle_init 
+:      008147 g24_rx_interrupt_clear:
+0x2f5e 008148 add regc ,offset_24g_rxbuf ,contw 
+0x2f5f 008150 arg 66 ,loopcnt 
+0x2f60 008151 branch clear_mem 
+:      008153 g24_dongle_init:
+0x2f61 008154 call g24_set0_mem_pid 
+0x2f62 008156 call g24_fetch_mem_rx_addr 
+0x2f63 008158 call g24_store_mem_addr 
+0x2f64 008160 branch g24_ch 
+:      008162 g24_ch_process:
+0x2f65 008163 bpatch patch17_5 ,mem_patch17 
+0x2f66 008164 call g24_fetch_mem_abort_pac 
+0x2f67 008166 beq 1 ,g24_noise_rssi 
+0x2f68 008167 call g24_fetch_mem_hop_pac 
+0x2f69 008169 beq 1 ,g24_ch 
+0x2f6a 008170 setarg offset_24g_hop_btclk 
+0x2f6b 008171 iadd regc ,rega 
+0x2f6c 008172 ifetcht 4 ,rega 
+0x2f6d 008174 copy clkn_bt ,pdata 
+0x2f6e 008175 isub temp ,null 
+0x2f6f 008176 ncall g24_timer_timeout ,positive 
+0x2f70 008177 copy pdata ,regb 
+0x2f71 008178 setarg offset_24g_hop_btclk 
+0x2f72 008179 iadd regc ,rega 
+0x2f73 008180 ifetch 4 ,rega 
+0x2f74 008181 copy pdata ,temp 
+0x2f75 008183 setarg offset_24g_hop_interval 
+0x2f76 008184 iadd regc ,rega 
+0x2f77 008185 copy temp ,pdata 
+0x2f78 008186 ifetcht 1 ,rega 
+0x2f79 008188 iadd temp ,temp 
+0x2f7a 008189 copy regb ,pdata 
+0x2f7b 008190 isub temp ,null 
+0x2f7c 008191 nrtn positive 
+0x2f7d 008192 set0 28 ,pdata 
+0x2f7e 008193 setarg offset_24g_hop_btclk 
+0x2f7f 008194 iadd regc ,contw 
+0x2f80 008195 istore 4 ,contw 
+:      008197 g24_ch_update:
+0x2f81 008198 call g24_ch 
+0x2f82 008199 call g24_fetch_mem_rf_laststa 
+0x2f83 008201 increase 1 ,pdata 
+0x2f84 008202 call g24_store_mem_rf_laststa 
+0x2f85 008204 rtnne 2 
+0x2f86 008205 call g24_set0_mem_rf_laststa 
+0x2f87 008209 branch g24_set1_mem_abort_pac 
+:      008211 g24_ch_timer_reinit:
+0x2f88 008212 copy clkn_bt ,pdata 
+0x2f89 008213 arg offset_24g_hop_btclk ,rega 
+0x2f8a 008214 call g24_set_contw_with_temp 
+0x2f8b 008215 istore 4 ,contw 
+0x2f8c 008219 branch g24_set0_mem_rf_laststa 
+:      008221 g24_noise_rssi:
+0x2f8d 008222 arg mem_rssi_noise_buffer ,rega 
+0x2f8e 008223 call g24_noise_rssi_average 
+0x2f8f 008224 add regc ,offset_rssi_noise_avg ,contw 
+0x2f90 008225 istoret 1 ,contw 
+0x2f91 008227 sub temp ,rssi_thresh_noise ,null 
+0x2f92 008228 nrtn positive 
+0x2f93 008229 branch g24_ch 
+:      008231 g24_noise_rssi_average:
+0x2f94 008232 arg rssi_buf_len_noise + 1 ,loopcnt 
+0x2f95 008233 branch rssi_average 
+:      008235 g24_blank_data_process:
+0x2f96 008236 call g24_ms_blank_data 
+0x2f97 008237 call g24_kb_blank_data 
+0x2f98 008238 branch g24_kb_mul_blank_data 
+:      008240 g24_ms_blank_data:
+0x2f99 008241 setarg offset_24g_ms_blank_data_enable 
+0x2f9a 008242 call g24_set_rega_ifetch_1byte 
+0x2f9b 008244 rtn blank 
+0x2f9c 008245 arg timer_ms_blank ,queue 
+0x2f9d 008246 call timer_check 
+0x2f9e 008247 nrtn blank 
+0x2f9f 008248 call g24_set0_mem_ms_blank_data_enable 
+:      008250 g24_ms_blank_data_2usb:
+0x2fa0 008251 setarg ms_report_id 
+0x2fa1 008252 store 1 ,mem_usb_mouse_data 
+0x2fa2 008253 setarg 0 
+0x2fa3 008254 istore 7 ,contw 
+0x2fa4 008255 branch g24_data_type1_usbtx_enable 
+:      008257 g24_kb_blank_data:
+0x2fa5 008258 setarg offset_24g_kb_blank_data_enable 
+0x2fa6 008259 call g24_set_rega_ifetch_1byte 
+0x2fa7 008261 rtn blank 
+0x2fa8 008262 arg timer_kb_blank ,queue 
+0x2fa9 008263 call timer_check 
+0x2faa 008264 nrtn blank 
+0x2fab 008265 call g24_set0_mem_kb_blank_data_enable 
+:      008267 g24_kb_blank_data_2usb:
+0x2fac 008268 arg mem_usb_kb_data ,contw 
+0x2fad 008269 arg 2 ,loopcnt 
+0x2fae 008270 call memset0 
+0x2faf 008271 jam kb_normal_report_id ,mem_usb_kb_data 
+0x2fb0 008272 branch g24_kb_data_into_ep1_fifo 
+:      008274 g24_kb_mul_blank_data:
+0x2fb1 008275 setarg offset_24g_kb_mul_blank_data_enable 
+0x2fb2 008276 call g24_set_rega_ifetch_1byte 
+0x2fb3 008278 rtn blank 
+0x2fb4 008279 arg timer_kb_mul_blank ,queue 
+0x2fb5 008280 call timer_check 
+0x2fb6 008281 nrtn blank 
+0x2fb7 008282 call g24_set0_mem_kb_mul_blank_data_enable 
+:      008284 g24_kb_mul_blank_data_2usb:
+0x2fb8 008285 arg mem_usb_kb_multikey ,contw 
+0x2fb9 008286 arg 2 ,loopcnt 
+0x2fba 008287 call memset0 
+0x2fbb 008288 jam kb_multikey_report_id ,mem_usb_kb_multikey 
+0x2fbc 008289 branch g24_kb_mul_data_into_ep2_fifo 
+:      008291 g24_dongle_bind_mode:
+0x2fbd 008292 call g24_fetch_mem_dongle_work_mode 
+0x2fbe 008294 rtnne dongle_bind 
+0x2fbf 008295 call g24_dongle_bind_init 
+0x2fc0 008296 branch g24_dongle_bind_data_process 
+:      008298 g24_dongle_bind_init:
+0x2fc1 008299 call g24_fetch_mem_dongle_mode_init 
+0x2fc2 008301 rtnbit1 dongle_bind 
+0x2fc3 008302 set1 dongle_bind ,pdata 
+0x2fc4 008303 call g24_store_mem_dongle_mode_init 
+0x2fc5 008305 call g24_set1_mem_ackpayload_enable 
+0x2fc6 008307 call g24_pair_init 
+0x2fc7 008308 setarg 0 
+0x2fc8 008309 arg offset_dongle_ms_bind_step ,rega 
+0x2fc9 008310 call g24_set_contw_with_temp 
+0x2fca 008312 branch g24_contw_istore_3byte 
+:      008314 g24_dongle_bind_data_process:
+0x2fcb 008315 call g24_receive_transmit_ack 
+0x2fcc 008316 nbranch g24_rx_interrupt_clear ,user3 
+0x2fcd 008317 add regc ,offset_24g_rxbuf ,contr 
+0x2fce 008318 setarg offset_24g_rxdata_temp 
+0x2fcf 008319 iadd regc ,contw 
+0x2fd0 008320 arg 8 ,loopcnt 
+0x2fd1 008321 call memcpy 
+0x2fd2 008322 setarg offset_24g_rxdata_temp_add2 
+0x2fd3 008323 call g24_set_rega_ifetch_1byte 
+0x2fd4 008324 beq datatype_bind ,g24_dongle_bind_first_step 
+0x2fd5 008325 beq datatype_config ,g24_dongle_bind_second_step 
+0x2fd6 008326 beq datatype_ok ,g24_dongle_bind_third_step 
+0x2fd7 008327 beq 0xff ,g24_data_attemp 
+0x2fd8 008328 branch g24_rx_interrupt_clear 
+:      008330 g24_dongle_bind_first_step:
+0x2fd9 008331 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x2fda 008332 beq bind_mouse ,g24_dongle_bind_first_step_mouse 
+0x2fdb 008333 beq bind_keyboard ,g24_dongle_bind_first_step_keyboard 
+0x2fdc 008334 rtn 
+:      008335 g24_dongle_bind_first_step_mouse:
+0x2fdd 008336 setarg 1 
+0x2fde 008337 call g24_store_mem_ms_bind_step 
+:      008339 g24_dongle_bind_ms_payload_cfg:
+0x2fdf 008340 setarg datatype_mouse 
+0x2fe0 008341 call g24_store_mem_bind_payload 
+:      008343 g24_dongle_bind_payload_cfg:
+0x2fe1 008344 setarg 0x80 
+0x2fe2 008345 arg offset_24g_bind_payload_add1 ,rega 
+0x2fe3 008346 call g24_set_contw_with_regb_store_1byte 
+0x2fe4 008348 call g24_fetch_mem_rx_addr 
+0x2fe5 008350 arg offset_24g_bind_payload_add2 ,rega 
+0x2fe6 008351 call g24_set_contw_with_temp 
+0x2fe7 008353 branch g24_contw_istore_4byte 
+:      008355 g24_dongle_bind_first_step_keyboard:
+0x2fe8 008356 setarg 1 
+0x2fe9 008357 call g24_store_mem_kb_bind_step 
+:      008359 g24_dongle_bind_kb_payload_cfg:
+0x2fea 008360 setarg datatype_keyboard 
+0x2feb 008361 call g24_store_mem_bind_payload 
+0x2fec 008363 branch g24_dongle_bind_payload_cfg 
+:      008365 g24_dongle_bind_second_step:
+0x2fed 008366 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x2fee 008367 beq bind_mouse ,g24_dongle_bind_second_step_mouse 
+0x2fef 008368 beq bind_keyboard ,g24_dongle_bind_second_step_keyboard 
+0x2ff0 008369 rtn 
+:      008370 g24_dongle_bind_second_step_mouse:
+0x2ff1 008371 call g24_dongle_bind_ms_payload_cfg 
+0x2ff2 008372 setarg offset_dongle_ms_bind_step 
+0x2ff3 008373 call g24_set_rega_ifetch_1byte 
+0x2ff4 008375 beq 1 ,g24_dongle_ms_bind_step_set2 
+0x2ff5 008376 rtn 
+:      008377 g24_dongle_ms_bind_step_set2:
+0x2ff6 008378 setarg 2 
+:      008380 g24_store_mem_ms_bind_step:
+0x2ff7 008381 arg offset_dongle_ms_bind_step ,rega 
+0x2ff8 008382 branch g24_set_contw_with_regb_store_1byte 
+:      008384 g24_dongle_bind_second_step_keyboard:
+0x2ff9 008385 call g24_dongle_bind_kb_payload_cfg 
+0x2ffa 008386 setarg offset_dongle_kb_bind_step 
+0x2ffb 008387 call g24_set_rega_ifetch_1byte 
+0x2ffc 008389 beq 1 ,g24_dongle_kb_bind_step_set2 
+0x2ffd 008390 rtn 
+:      008391 g24_dongle_kb_bind_step_set2:
+0x2ffe 008392 setarg 2 
+:      008394 g24_store_mem_kb_bind_step:
+0x2fff 008395 arg offset_dongle_kb_bind_step ,rega 
+0x3000 008396 branch g24_set_contw_with_regb_store_1byte 
+:      008398 g24_dongle_bind_third_step:
+0x3001 008399 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x3002 008400 beq bind_mouse ,g24_dongle_bind_third_step_mouse 
+0x3003 008401 beq bind_keyboard ,g24_dongle_bind_third_step_keyboard 
+0x3004 008402 rtn 
+:      008403 g24_dongle_bind_third_step_mouse:
+0x3005 008404 setarg offset_dongle_ms_bind_step 
+0x3006 008405 call g24_set_rega_ifetch_1byte 
+0x3007 008407 beq 2 ,g24_dongle_ms_bind_step_success 
+0x3008 008408 rtn 
+:      008409 g24_dongle_ms_bind_step_success:
+0x3009 008410 call g24_fetch_mem_bind_device_status 
+0x300a 008412 or_into 0x01 ,pdata 
+0x300b 008413 call g24_store_mem_bind_device_status 
+:      008415 g24_dongle_bind_exit:
+0x300c 008416 setarg 0 
+0x300d 008417 setarg offset_dongle_ms_bind_step 
+0x300e 008418 iadd regc ,contw 
+0x300f 008419 istore 2 ,contw 
+0x3010 008420 branch g24_rx_interrupt_clear 
+:      008422 g24_dongle_bind_third_step_keyboard:
+0x3011 008423 setarg offset_dongle_kb_bind_step 
+0x3012 008424 call g24_set_rega_ifetch_1byte 
+0x3013 008426 bne 0 ,g24_dongle_kb_bind_step_success 
+0x3014 008427 rtn 
+:      008428 g24_dongle_kb_bind_step_success:
+0x3015 008429 call g24_fetch_mem_bind_device_status 
+0x3016 008431 or_into 0x02 ,pdata 
+0x3017 008432 call g24_store_mem_bind_device_status 
+0x3018 008434 branch g24_dongle_bind_exit 
+:      008437 dongle_usb_dispatch:
+0x3019 008438 fetch 1 ,mem_usb0_get_set_report 
+0x301a 008439 rtn blank 
+0x301b 008440 jam 0 ,mem_usb0_get_set_report 
+0x301c 008441 fetch 2 ,mem_usb_setup_bvalue_temp 
+0x301d 008442 arg pc_set_report ,temp 
+0x301e 008443 isub temp ,null 
+0x301f 008444 nrtn zero 
+0x3020 008446 fetch 1 ,mem_usb0_set_report_data 
+0x3021 008447 rtnne pc_report_id 
+0x3022 008448 fetch 1 ,mem_usb0_set_report_data + 1 
+0x3023 008449 bpatch patch17_6 ,mem_patch17 
+0x3024 008450 beq command_mode ,dongle_dispose_cmd_mode 
+0x3025 008451 beq command_bind ,dongle_dispose_cmd_bind 
+0x3026 008452 beq command_current_project ,dongle_dispose_cmd_current_project 
+0x3027 008453 beq command_current_mode ,dongle_dispose_cmd_current_mode 
+0x3028 008454 beq command_current_fw_version ,dongle_dispose_cmd_current_fw_version 
+0x3029 008455 beq command_user_defined ,dongle_dispose_cmd_user_defined 
+:      008456 usb0_data_ready_report_set0:
+0x302a 008457 jam 0 ,mem_usb0_data_ready_report 
+0x302b 008458 rtn 
+:      008459 dongle_dispose_cmd_bind:
+0x302c 008460 fetch 1 ,mem_usb0_set_report_data + 2 
+0x302d 008461 beq com_bind_get ,dongle_dispose_cmd_get_bind 
+0x302e 008462 beq com_bind_exit ,dongle_dispose_cmd_exit_bind 
+0x302f 008463 beq com_read_mode ,dongle_dispose_cmd_read_mode 
+0x3030 008464 branch usb0_data_ready_report_set0 
+:      008465 dongle_dispose_cmd_get_bind:
+0x3031 008466 call g24_fetch_mem_bind_device_status 
+0x3032 008468 store 1 ,mem_usb0_get_report_data + 1 
+0x3033 008469 branch usb0_data_ready_report_set1 
+:      008470 dongle_dispose_cmd_exit_bind:
+0x3034 008471 call g24_set_work_mem_dongle_work_mode 
+0x3035 008473 call g24_set0_mem_dongle_mode_init 
+0x3036 008475 call g24_fetch_mem_bind_device_status 
+0x3037 008477 store 1 ,mem_usb0_get_report_data + 1 
+0x3038 008478 branch usb0_data_ready_report_set1 
+:      008480 dongle_dispose_cmd_read_mode:
+:      008481 dongle_dispose_in_bind_mode:
+0x3039 008482 jam command_bind ,mem_usb0_get_report_data + 1 
+0x303a 008483 branch usb0_data_ready_report_set1 
+:      008485 dongle_dispose_cmd_mode:
+0x303b 008486 fetch 1 ,mem_usb0_set_report_data + 2 
+0x303c 008487 beq com_mode_bind ,dongle_enter_bind_mode 
+0x303d 008489 branch usb0_data_ready_report_set0 
+:      008490 dongle_enter_bind_mode:
+0x303e 008493 call g24_bind_mode_enable 
+:      008494 usb0_data_ready_report_set1:
+0x303f 008495 jam 1 ,mem_usb0_data_ready_report 
+0x3040 008496 rtn 
+:      008501 dongle_dispose_cmd_current_project:
+0x3041 008502 jam product_id ,mem_usb0_get_report_data + 1 
+0x3042 008503 branch usb0_data_ready_report_set1 
+:      008505 dongle_dispose_cmd_current_mode:
+0x3043 008506 call g24_fetch_mem_dongle_work_mode 
+0x3044 008508 beq dongle_work ,dongle_dispose_in_work_mode 
+0x3045 008509 beq dongle_bind ,dongle_dispose_in_bind_mode 
+0x3046 008511 rtn 
+:      008512 dongle_dispose_in_work_mode:
+0x3047 008513 jam command_mode ,mem_usb0_get_report_data + 1 
+0x3048 008514 branch usb0_data_ready_report_set1 
+:      008519 dongle_dispose_cmd_current_fw_version:
+0x3049 008520 jam fw_version0 ,mem_usb0_get_report_data + 1 
+0x304a 008521 jam fw_version1 ,mem_usb0_get_report_data + 2 
+0x304b 008522 jam fw_version2 ,mem_usb0_get_report_data + 3 
+0x304c 008523 branch usb0_data_ready_report_set1 
+:      008525 dongle_dispose_cmd_user_defined:
+0x304d 008527 call g24_set1_mem_ackpayload_enable 
+0x304e 008528 fetch 1 ,mem_usb0_set_report_data + 2 
+0x304f 008529 increase 2 ,pdata 
+0x3050 008530 copy pdata ,loopcnt 
+0x3051 008531 arg mem_usb0_set_report_data ,contr 
+0x3052 008532 setarg offset_24g_ackpayload 
+0x3053 008533 iadd regc ,contw 
+0x3054 008534 branch memcpy 
+:      008537 dongle_auto_bind:
+0x3055 008538 bpatch patch17_7 ,mem_patch17 
+0x3056 008539 call g24_mode_switch_init 
+:      008540 dongle_auto_bind_loop:
+0x3057 008541 call g24_receive_process 
+0x3058 008542 call usb_isr 
+0x3059 008543 branch dongle_auto_bind_loop 
+:      008545 g24_dongle_work_mode_auto:
+0x305a 008546 call g24_fetch_mem_dongle_work_mode 
+0x305b 008548 rtnne dongle_work 
+0x305c 008549 call g24_dongle_work_mode_start 
+0x305d 008550 branch g24_rx_nodata_process 
+:      008552 g24_dongle_bind_mode_auto:
+0x305e 008553 call g24_fetch_mem_dongle_work_mode 
+0x305f 008555 rtnne dongle_bind 
+0x3060 008556 call g24_dongle_bind_init 
+0x3061 008557 call g24_dongle_bind_data_process 
+0x3062 008558 call g24_fetch_mem_bind_device_status 
+0x3063 008560 rtn blank 
+0x3064 008561 call g24_set0_mem_mode_switch 
+0x3065 008563 call dongle_check_mode 
+0x3066 008564 call g24_enable_nodata_timer 
+:      008565 g24_timer_init:
+0x3067 008566 setarg 0 
+0x3068 008567 add regc ,offset_24g_tx_btclk ,contw 
+0x3069 008569 branch g24_contw_istore_4byte 
+:      008571 g24_timer_check:
+0x306a 008572 call disable_user 
+0x306b 008573 add regc ,offset_24g_tx_btclk ,rega 
+0x306c 008574 ifetcht 4 ,rega 
+0x306d 008576 copy clkn_bt ,pdata 
+0x306e 008577 isub temp ,null 
+0x306f 008578 ncall g24_timer_timeout ,positive 
+0x3070 008579 copy pdata ,regb 
+0x3071 008580 add regc ,offset_24g_tx_btclk ,rega 
+0x3072 008581 ifetch 4 ,rega 
+0x3073 008583 add regc ,offset_24g_interval ,rega 
+0x3074 008584 ifetcht 1 ,rega 
+0x3075 008586 iadd temp ,temp 
+0x3076 008587 copy regb ,pdata 
+0x3077 008588 isub temp ,null 
+0x3078 008589 nrtn positive 
+0x3079 008590 set0 28 ,pdata 
+0x307a 008591 add regc ,offset_24g_tx_btclk ,contw 
+0x307b 008592 istore 4 ,contw 
+0x307c 008594 branch enable_user 
+:      008596 g24_mode_switch_init:
+0x307d 008597 setarg 1 
+0x307e 008598 call g24_store_mem_mode_switch 
+0x307f 008600 call g24_set0_mem_time_slice 
+0x3080 008602 setarg 0xff 
+0x3081 008603 add regc ,offset_24g_interval ,contw 
+0x3082 008604 istore 1 ,contw 
+0x3083 008606 branch g24_timer_init 
+:      008608 g24_mode_switch:
+0x3084 008609 setarg offset_24g_mode_switch 
+0x3085 008610 call g24_set_rega_ifetch_1byte 
+0x3086 008612 rtn blank 
+0x3087 008613 call g24_timer_check 
+0x3088 008614 nrtn user 
+0x3089 008615 call g24_fetch_mem_time_slice 
+0x308a 008617 increase 1 ,pdata 
+0x308b 008618 and_into 1 ,pdata 
+0x308c 008619 call g24_store_mem_time_slice 
+0x308d 008621 beq 0 ,dongle_check_mode 
+0x308e 008622 beq 1 ,g24_bind_mode_enable 
+0x308f 008623 rtn 
+:      008625 g24_bind_mode_enable:
+0x3090 008629 setarg dongle_bind 
+0x3091 008630 call g24_store_mem_dongle_work_mode 
+0x3092 008631 branch g24_set0_mem_dongle_mode_init 
+:      008633 g24_enable_nodata_timer:
+0x3093 008634 setarg 1 
+0x3094 008635 call g24_store_mem_nodata_timer_enable 
+:      008637 g24_enable_nodata_timer_init:
+0x3095 008638 setarg timer_nodata_delay 
+0x3096 008639 arg timer_nodata ,queue 
+0x3097 008640 branch timer_init 
+:      008642 g24_rx_nodata_process:
+0x3098 008643 call g24_fetch_mem_nodata_timer_enable 
+0x3099 008645 rtn blank 
+0x309a 008646 arg timer_nodata ,queue 
+0x309b 008647 call timer_check 
+0x309c 008648 nrtn blank 
+0x309d 008649 call g24_set0_mem_nodata_timer_enable 
+0x309e 008652 setarg dongle_search 
+0x309f 008653 call g24_store_mem_dongle_work_mode 
+0x30a0 008655 call g24_set0_mem_dongle_mode_init 
+0x30a1 008657 branch g24_rx_interrupt_clear 
+:      008659 g24_dongle_search_mode_auto:
+0x30a2 008660 bpatch patch18_0 ,mem_patch18 
+0x30a3 008661 call g24_fetch_mem_dongle_work_mode 
+0x30a4 008663 rtnne dongle_search 
+0x30a5 008664 call g24_dongle_search_mode_init 
+0x30a6 008665 call g24_rx_auto_addr_ch_search 
+0x30a7 008666 call g24_receive_transmit_ack 
+0x30a8 008667 nbranch g24_rx_interrupt_clear ,user3 
+0x30a9 008669 call g24_dongle_search_addr_check 
+0x30aa 008670 call g24_receive_packet_parse ,zero 
+0x30ab 008674 call dongle_check_mode 
+0x30ac 008675 call g24_fetch_mem_dongle_mode_init 
+0x30ad 008677 set1 dongle_work ,pdata 
+0x30ae 008678 call g24_store_mem_dongle_mode_init 
+0x30af 008680 call g24_rx_interrupt_clear 
+0x30b0 008681 call g24_enable_nodata_timer 
+0x30b1 008682 call g24_dongle_search_addr_check 
+0x30b2 008683 branch g24_dg_ch_num_reinit ,zero 
+0x30b3 008684 setarg offset_24g_kb_addr 
+0x30b4 008685 call g24_set_rega_ifetcht_4byte 
+0x30b5 008687 call g24_fetch_mem_addr_isub_temp 
+0x30b6 008688 branch g24_kb_ch_num_reinit ,zero 
+0x30b7 008689 setarg offset_24g_mouse_addr 
+0x30b8 008690 call g24_set_rega_ifetcht_4byte 
+0x30b9 008692 call g24_fetch_mem_addr_isub_temp 
+0x30ba 008693 branch g24_ms_ch_num_reinit ,zero 
+0x30bb 008694 rtn 
+:      008696 g24_dongle_search_addr_check:
+0x30bc 008697 setarg offset_24g_rx_addr 
+0x30bd 008698 call g24_set_rega_ifetcht_4byte 
+:      008700 g24_fetch_mem_addr_isub_temp:
+0x30be 008701 call g24_fetch_mem_addr 
+0x30bf 008703 isub temp ,null 
+0x30c0 008704 rtn 
+:      008706 g24_dg_ch_num_reinit:
+0x30c1 008707 setarg offset_24g_dg_ch_number 
+0x30c2 008708 call g24_set_rega_ifetch_1byte 
+:      008710 g24_current_ch_num_reinit:
+0x30c3 008712 add regc ,offset_24g_current_ch_number ,contw 
+0x30c4 008713 branch g24_contw_istore_1byte 
+:      008715 g24_kb_ch_num_reinit:
+0x30c5 008716 setarg offset_24g_kb_ch_number 
+0x30c6 008717 call g24_set_rega_ifetch_1byte 
+0x30c7 008719 branch g24_current_ch_num_reinit 
+:      008720 g24_ms_ch_num_reinit:
+0x30c8 008721 setarg offset_24g_ms_ch_number 
+0x30c9 008722 call g24_set_rega_ifetch_1byte 
+0x30ca 008724 branch g24_current_ch_num_reinit 
+:      008726 g24_dongle_search_mode_init:
+0x30cb 008727 call g24_fetch_mem_dongle_mode_init 
+0x30cc 008729 rtnbit1 dongle_search 
+0x30cd 008730 set1 dongle_search ,pdata 
+0x30ce 008731 call g24_store_mem_dongle_mode_init 
+0x30cf 008733 call g24_set0_mem_time_slice 
+0x30d0 008735 call g24_set1_mem_ackpayload_enable 
+0x30d1 008737 setarg 0 
+0x30d2 008738 add regc ,offset_rssi_noise_dg_index ,contw 
+0x30d3 008739 istore 3 ,contw 
+0x30d4 008741 arg offset_24g_dg_config_ch_once ,rega 
+0x30d5 008742 call g24_set_contw_with_temp 
+0x30d6 008743 istore 7 ,contw 
+0x30d7 008746 call g24_dongle_search_addr_check 
+0x30d8 008747 nrtn zero 
+0x30d9 008748 add regc ,offset_24g_current_ch_number ,rega 
+0x30da 008749 ifetch 1 ,rega 
+0x30db 008751 arg offset_24g_dg_ch_number ,rega 
+0x30dc 008752 call g24_set_contw_with_regb_store_1byte 
+0x30dd 008754 add regc ,offset_24g_ch ,rega 
+0x30de 008755 ifetch 1 ,rega 
+0x30df 008758 branch g24_store_mem_dg_last_ch 
+:      008760 g24_rx_auto_addr_ch_search:
+0x30e0 008761 bpatch patch18_1 ,mem_patch18 
+0x30e1 008762 call g24_fetch_mem_time_slice 
+0x30e2 008764 increase 1 ,pdata 
+0x30e3 008765 and_into 3 ,pdata 
+0x30e4 008766 call g24_store_mem_time_slice 
+0x30e5 008769 beq 0 ,g24_rx_auto_bind_config_kb 
+0x30e6 008770 beq 1 ,g24_rx_auto_bind_config_dongle 
+0x30e7 008771 beq 2 ,g24_rx_auto_bind_config_mouse 
+0x30e8 008772 beq 3 ,g24_rx_auto_bind_config_dongle 
+0x30e9 008773 rtn 
+:      008775 g24_rx_auto_bind_config_mouse:
+0x30ea 008776 call g24_dongle_bind_ms_payload_cfg 
+0x30eb 008777 setarg offset_24g_mouse_addr 
+0x30ec 008778 call g24_set_rega_ifetch_4byte 
+0x30ed 008780 branch g24_rx_auto_addr_ch_search ,blank 
+0x30ee 008781 call g24_store_mem_addr 
+0x30ef 008783 setarg offset_24g_ms_config_ch_once 
+0x30f0 008784 call g24_set_rega_ifetch_1byte 
+0x30f1 008786 call g24_ms_config_ch_once ,blank 
+0x30f2 008787 setarg offset_24g_ms_last_ch 
+0x30f3 008788 call g24_set_rega_ifetch_1byte 
+0x30f4 008790 call g24_store_mem_ch 
+0x30f5 008792 add regc ,offset_rssi_noise_ms_index ,rega 
+0x30f6 008793 ifetcht 1 ,rega 
+0x30f7 008795 arg mem_rssi_noise_ms_buffer ,rega 
+0x30f8 008796 call rssi_noise_store 
+0x30f9 008797 add regc ,offset_rssi_noise_ms_index ,contw 
+0x30fa 008798 istoret 1 ,contw 
+0x30fb 008800 call g24_noise_rssi_average 
+0x30fc 008801 add regc ,offset_rssi_noise_ms_avg ,contw 
+0x30fd 008802 istoret 1 ,contw 
+0x30fe 008804 sub temp ,rssi_thresh_noise ,null 
+0x30ff 008805 nrtn positive 
+0x3100 008806 setarg offset_24g_ms_ch_number 
+0x3101 008807 call g24_set_rega_ifetcht_1byte 
+0x3102 008809 call g24_ch_temp_incre_size4 
+0x3103 008810 arg offset_24g_ms_ch_number ,rega 
+0x3104 008811 call g24_set_contw_with_regb2 
+0x3105 008812 istoret 1 ,contw 
+:      008814 g24_store_mem_ms_last_ch:
+0x3106 008816 arg offset_24g_ms_last_ch ,rega 
+0x3107 008817 branch g24_set_contw_with_regb_store_1byte 
+:      008819 g24_ms_config_ch_once:
+0x3108 008820 setarg 1 
+0x3109 008821 arg offset_24g_ms_config_ch_once ,rega 
+0x310a 008822 call g24_set_contw_with_regb_store_1byte 
+0x310b 008824 arg 0 ,temp 
+0x310c 008825 call g24_ch_calc 
+0x310d 008828 branch g24_store_mem_ms_last_ch 
+:      008830 g24_rx_auto_bind_config_kb:
+0x310e 008831 call g24_dongle_bind_kb_payload_cfg 
+0x310f 008832 setarg offset_24g_kb_addr 
+0x3110 008833 call g24_set_rega_ifetch_4byte 
+0x3111 008835 branch g24_rx_auto_addr_ch_search ,blank 
+0x3112 008836 call g24_store_mem_addr 
+0x3113 008838 setarg offset_24g_kb_config_ch_once 
+0x3114 008839 call g24_set_rega_ifetch_1byte 
+0x3115 008841 call g24_kb_config_ch_once ,blank 
+0x3116 008842 setarg offset_24g_kb_last_ch 
+0x3117 008843 call g24_set_rega_ifetch_1byte 
+0x3118 008845 call g24_store_mem_ch 
+0x3119 008847 add regc ,offset_rssi_noise_kb_index ,rega 
+0x311a 008848 ifetcht 1 ,rega 
+0x311b 008850 arg mem_rssi_noise_kb_buffer ,rega 
+0x311c 008851 call rssi_noise_store 
+0x311d 008852 add regc ,offset_rssi_noise_kb_index ,contw 
+0x311e 008853 istoret 1 ,contw 
+0x311f 008855 call g24_noise_rssi_average 
+0x3120 008856 add regc ,offset_rssi_noise_kb_avg ,contw 
+0x3121 008857 istoret 1 ,contw 
+0x3122 008859 sub temp ,rssi_thresh_noise ,null 
+0x3123 008860 nrtn positive 
+0x3124 008861 setarg offset_24g_kb_ch_number 
+0x3125 008862 call g24_set_rega_ifetcht_1byte 
+0x3126 008864 call g24_ch_temp_incre_size4 
+0x3127 008865 arg offset_24g_kb_ch_number ,rega 
+0x3128 008866 call g24_set_contw_with_regb2 
+0x3129 008867 istoret 1 ,contw 
+:      008869 g24_store_mem_kb_last_ch:
+0x312a 008871 arg offset_24g_kb_last_ch ,rega 
+0x312b 008872 branch g24_set_contw_with_regb_store_1byte 
+:      008874 g24_kb_config_ch_once:
+0x312c 008875 setarg 1 
+0x312d 008876 arg offset_24g_kb_config_ch_once ,rega 
+0x312e 008877 call g24_set_contw_with_regb_store_1byte 
+0x312f 008879 arg 0 ,temp 
+0x3130 008880 call g24_ch_calc 
+0x3131 008883 branch g24_store_mem_kb_last_ch 
+:      008885 g24_rx_auto_bind_config_dongle:
+0x3132 008886 call g24_dongle_bind_ms_payload_cfg 
+0x3133 008887 call g24_fetch_mem_rx_addr 
+0x3134 008889 call g24_store_mem_addr 
+0x3135 008891 setarg offset_24g_dg_config_ch_once 
+0x3136 008892 call g24_set_rega_ifetch_1byte 
+0x3137 008894 call g24_dg_config_ch_once ,blank 
+0x3138 008895 call g24_dg_store_config_ch 
+0x3139 008896 add regc ,offset_rssi_noise_dg_index ,rega 
+0x313a 008897 ifetcht 1 ,rega 
+0x313b 008899 arg mem_rssi_noise_dg_buffer ,rega 
+0x313c 008900 call rssi_noise_store 
+0x313d 008901 add regc ,offset_rssi_noise_dg_index ,contw 
+0x313e 008902 istoret 1 ,contw 
+0x313f 008904 call g24_noise_rssi_average 
+0x3140 008905 add regc ,offset_rssi_noise_dg_avg ,contw 
+0x3141 008906 istoret 1 ,contw 
+0x3142 008908 sub temp ,rssi_thresh_noise ,null 
+0x3143 008909 nrtn positive 
+0x3144 008910 setarg offset_24g_dg_ch_number 
+0x3145 008911 call g24_set_rega_ifetcht_1byte 
+0x3146 008913 call g24_ch_temp_incre_size4 
+0x3147 008914 arg offset_24g_dg_ch_number ,rega 
+0x3148 008915 call g24_set_contw_with_regb2 
+0x3149 008916 istoret 1 ,contw 
+:      008918 g24_store_mem_dg_last_ch:
+0x314a 008921 arg offset_24g_dg_last_ch ,rega 
+0x314b 008922 branch g24_set_contw_with_regb_store_1byte 
+:      008925 g24_dg_config_ch_once:
+0x314c 008930 setarg 1 
+0x314d 008931 arg offset_24g_dg_config_ch_once ,rega 
+0x314e 008932 call g24_set_contw_with_regb_store_1byte 
+:      008933 g24_dg_store_config_ch:
+0x314f 008934 setarg offset_24g_dg_last_ch 
+0x3150 008935 call g24_set_rega_ifetch_1byte 
+0x3151 008936 branch g24_store_mem_ch 
+:      008939 g24_transmit_ack:
+0x3152 008941 add regc ,offset_24g_rxbuf ,rega 
+0x3153 008942 ifetch 1 ,rega 
+0x3154 008944 call g24_store_mem_data_type 
+0x3155 008947 call g24_read_len_pid_crc 
+0x3156 008949 call g24_fetch_mem_rxbuf_add1 
+0x3157 008951 isolate1 bit_ack_24g ,pdata 
+0x3158 008952 branch g24tx_no_ack ,true 
+:      008953 g24tx_with_ack:
+0x3159 008954 call g24_ackpayload_prep 
+0x315a 008955 call g24_transmit_prep 
+0x315b 008956 call g24_transmit 
+:      008957 g24tx_no_ack:
+0x315c 008958 branch g24_end_of_packet 
+:      008960 g24_ackpayload_prep:
+0x315d 008961 bpatch patch18_2 ,mem_patch18 
+0x315e 008962 add regc ,offset_24g_datalen ,contw 
+0x315f 008963 call g24_mem_set0 
+0x3160 008965 setarg offset_24g_ackpayload_enable 
+0x3161 008966 call g24_set_rega_ifetch_1byte 
+0x3162 008968 rtn blank 
+0x3163 008969 setarg 0x06 
+0x3164 008970 add regc ,offset_24g_datalen ,contw 
+0x3165 008971 istore 1 ,contw 
+0x3166 008973 arg 0x06 ,loopcnt 
+0x3167 008974 setarg offset_24g_bind_payload 
+0x3168 008975 iadd regc ,contr 
+0x3169 008977 add regc ,offset_24g_txbuf ,contw 
+0x316a 008979 branch memcpy 
+:      008982 g24_receive_packet_start:
+0x316b 008983 call g24_receive_transmit_ack 
+0x316c 008984 nbranch g24_rx_interrupt_clear ,user3 
+0x316d 008985 branch g24_receive_packet_parse 
+:      008987 g24_receive_transmit_ack:
+0x316e 008988 call g24_rx_interrupt_clear 
+0x316f 008989 call g24_receive_packet 
+0x3170 008990 nrtn user3 
+0x3171 008991 branch g24_transmit_ack 
+:      008993 g24_receive_packet_parse:
+0x3172 008994 bpatch patch18_3 ,mem_patch18 
+0x3173 008995 call g24_receive_packet_parse_pid_crc 
+0x3174 008996 nbranch g24_rx_interrupt_clear ,user 
+0x3175 008997 add regc ,offset_24g_rxdata_length ,rega 
+0x3176 008998 ifetch 1 ,rega 
+0x3177 009000 branch g24_rx_interrupt_clear ,blank 
+0x3178 009001 increase 2 ,pdata 
+0x3179 009002 iforce loopcnt 
+0x317a 009003 add regc ,offset_24g_rxbuf ,contr 
+0x317b 009005 setarg offset_24g_rxdata_temp 
+0x317c 009006 iadd regc ,contw 
+0x317d 009008 call memcpy 
+0x317e 009009 call g24_set0_mem_mode_switch 
+0x317f 009011 call g24_fetch_mem_pair_mode 
+0x3180 009013 call g24_enable_nodata_timer ,blank 
+0x3181 009014 setarg offset_24g_rxdata_temp_add2 
+0x3182 009015 call g24_set_rega_ifetch_1byte 
+0x3183 009017 beq 0x01 ,g24_data_type1 
+0x3184 009018 beq 0x02 ,g24_data_type2 
+0x3185 009019 beq 0x03 ,g24_data_type3 
+0x3186 009020 beq 0xff ,g24_data_attemp 
+0x3187 009021 branch g24_rx_interrupt_clear 
+:      009023 g24_receive_packet_parse_pid_crc:
+0x3188 009024 call g24_head_ptr2regc 
+0x3189 009025 call disable_user 
+0x318a 009026 add regc ,offset_24g_sta_pid ,rega 
+0x318b 009027 ifetch 1 ,rega 
+0x318c 009029 add regc ,offset_24g_last_pid ,rega 
+0x318d 009030 ifetcht 1 ,rega 
+0x318e 009032 isub temp ,null 
+0x318f 009033 ncall enable_user ,zero 
+0x3190 009034 add regc ,offset_24g_sta_pid ,rega 
+0x3191 009035 ifetch 1 ,rega 
+0x3192 009037 add regc ,offset_24g_last_pid ,contw 
+0x3193 009038 istore 1 ,contw 
+0x3194 009040 add regc ,offset_24g_sta_crc ,rega 
+0x3195 009041 ifetch 3 ,rega 
+0x3196 009043 add regc ,offset_24g_last_crc ,rega 
+0x3197 009044 ifetcht 3 ,rega 
+0x3198 009046 isub temp ,null 
+0x3199 009047 ncall enable_user ,zero 
+0x319a 009048 add regc ,offset_24g_sta_crc ,rega 
+0x319b 009049 ifetch 3 ,rega 
+0x319c 009051 add regc ,offset_24g_last_crc ,contw 
+0x319d 009053 branch g24_contw_istore_3byte 
+:      009055 g24_data_type1:
+0x319e 009056 call g24_ch_timer_reinit 
+0x319f 009057 call g24_fetch_mem_abort_pac 
+0x31a0 009058 store 1 ,mem_temp 
+0x31a1 009060 call g24_fetcht_mem_rxdata_temp 
+0x31a2 009061 fetch 1 ,mem_temp 
+0x31a3 009063 isolate1 bit_abort ,temp 
+0x31a4 009064 setflag true ,0 ,pdata 
+0x31a5 009065 add regc ,offset_24g_abort_pac ,contw 
+0x31a6 009066 istore 1 ,contw 
+0x31a7 009068 beq 1 ,g24_data_attemp_mouse 
+0x31a8 009069 call g24_fetch_mem_hop_pac 
+0x31a9 009071 call g24_fetcht_mem_rxdata_temp 
+0x31aa 009073 isolate1 bit_hop ,temp 
+0x31ab 009074 setflag true ,0 ,pdata 
+0x31ac 009075 call g24_store_mem_hop_pac 
+0x31ad 009077 add regc ,offset_24g_cb_rxdata_type1 ,rega 
+0x31ae 009078 ifetch 2 ,rega 
+0x31af 009080 branch callback_func 
+:      009082 dongle_rxdata_type1:
+0x31b0 009083 setarg ms_report_id 
+0x31b1 009084 store 1 ,mem_usb_mouse_data 
+0x31b2 009085 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b3 009087 istore 7 ,contw 
+0x31b4 009088 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b5 009090 ncall g24_ms_enable_blank_data_forcibly ,blank 
+0x31b6 009091 call g24_fetch_mem_rxdata_temp_add3_7byte 
+0x31b7 009093 call g24_ms_disable_blank_data_forcibly ,blank 
+:      009094 g24_data_type1_usbtx_enable:
+0x31b8 009095 jam usb_ep2_ms ,mem_usb_ep2_data 
+:      009096 g24_data_type1_usbtx_enable_ep2:
+0x31b9 009097 fetch 1 ,mem_usb_tx_enable 
+0x31ba 009098 set1 2 ,pdata 
+0x31bb 009099 store 1 ,mem_usb_tx_enable 
+0x31bc 009100 rtn 
+:      009102 g24_ms_enable_blank_data_forcibly:
+0x31bd 009103 setarg 1 
+0x31be 009104 call g24_store_mem_ms_blank_data_enable 
+:      009106 g24_ms_enable_blank_data_timer:
+0x31bf 009107 setarg timer_ms_blank_delay 
+0x31c0 009108 arg timer_ms_blank ,queue 
+0x31c1 009109 branch timer_init 
+:      009110 g24_ms_disable_blank_data_forcibly:
+0x31c2 009111 call g24_set0_mem_ms_blank_data_enable 
+:      009113 g24_ms_disable_blank_data_timer:
+0x31c3 009114 setarg 0 
+0x31c4 009115 arg timer_ms_blank ,queue 
+0x31c5 009116 branch timer_init 
+:      009118 g24_data_type2:
+0x31c6 009119 call g24_fetcht_mem_rxdata_temp 
+0x31c7 009121 isolate1 bit_abort ,temp 
+0x31c8 009122 branch g24_data_attemp_kbd ,true 
+0x31c9 009123 arg mem_usb_kb_data ,contw 
+0x31ca 009124 call g24_data_type2_reverse_data 
+0x31cb 009125 fetch 8 ,mem_usb_kb_data 
+0x31cc 009126 ncall g24_kb_enable_blank_data_forcibly ,blank 
+0x31cd 009127 fetch 8 ,mem_usb_kb_data 
+0x31ce 009128 call g24_kb_disable_blank_data_forcibly ,blank 
+0x31cf 009129 call g24_head_ptr2regc 
+0x31d0 009130 fetch 8 ,mem_usb_kb_data 
+0x31d1 009131 arg offset_24g_kb_data_sta_data ,rega 
+0x31d2 009132 call g24_set_contw_with_temp 
+0x31d3 009133 istore 8 ,contw 
+0x31d4 009135 setarg offset_24g_kb_data_last_data 
+0x31d5 009136 iadd regc ,rega 
+0x31d6 009137 ifetcht 8 ,rega 
+0x31d7 009139 isub temp ,null 
+0x31d8 009140 ncall g24_kb_data_dispose ,zero 
+0x31d9 009141 setarg offset_24g_kb_data_sta_data 
+0x31da 009142 iadd regc ,rega 
+0x31db 009143 ifetch 8 ,rega 
+0x31dc 009145 arg offset_24g_kb_data_last_data ,rega 
+0x31dd 009146 call g24_set_contw_with_temp 
+0x31de 009147 istore 8 ,contw 
+0x31df 009149 branch g24_rx_interrupt_clear 
+:      009151 g24_data_type2_reverse_data:
+0x31e0 009152 setarg offset_24g_rxdata_temp_add2 
+0x31e1 009153 iadd regc ,contr 
+0x31e2 009155 arg 9 ,loopcnt 
+0x31e3 009156 branch reverse_byte 
+:      009158 g24_kb_enable_blank_data_forcibly:
+0x31e4 009159 setarg 1 
+0x31e5 009160 call g24_store_mem_kb_blank_data_enable 
+:      009162 g24_kb_enable_blank_data_timer:
+0x31e6 009163 setarg timer_kb_blank_delay 
+0x31e7 009164 arg timer_kb_blank ,queue 
+0x31e8 009165 branch timer_init 
+:      009167 g24_kb_disable_blank_data_forcibly:
+0x31e9 009168 call g24_set0_mem_kb_blank_data_enable 
+:      009170 g24_kb_disable_blank_data_timer:
+0x31ea 009171 setarg 0 
+0x31eb 009172 arg timer_kb_blank ,queue 
+0x31ec 009173 branch timer_init 
+:      009175 g24_kb_data_dispose:
+:      009176 g24_kb_data_into_ep1_fifo:
+0x31ed 009177 jam usb_ep1_kb ,mem_usb_ep1_data 
+0x31ee 009178 fetch 1 ,mem_usb_tx_enable 
+0x31ef 009179 set1 1 ,pdata 
+0x31f0 009180 store 1 ,mem_usb_tx_enable 
+0x31f1 009181 rtn 
+:      009183 g24_data_type3:
+0x31f2 009184 arg mem_usb_kb_multikey ,contw 
+0x31f3 009185 call g24_data_type2_reverse_data 
+0x31f4 009186 fetch 2 ,mem_usb_kb_multikey + 1 
+0x31f5 009187 ncall g24_kb_mul_enable_blank_data_forcibly ,blank 
+0x31f6 009188 fetch 2 ,mem_usb_kb_multikey + 1 
+0x31f7 009189 call g24_kb_mul_disable_blank_data_forcibly ,blank 
+0x31f8 009190 call g24_head_ptr2regc 
+0x31f9 009191 fetch 3 ,mem_usb_kb_multikey 
+0x31fa 009192 arg offset_24g_kb_multikey_sta_data ,rega 
+0x31fb 009193 call g24_set_contw_with_temp_store_3byte 
+0x31fc 009195 setarg offset_24g_kb_multikey_last_data 
+0x31fd 009196 iadd regc ,rega 
+0x31fe 009197 ifetcht 3 ,rega 
+0x31ff 009199 isub temp ,null 
+0x3200 009200 ncall g24_kb_mul_data_into_ep2_fifo ,zero 
+0x3201 009201 setarg offset_24g_kb_multikey_sta_data 
+0x3202 009202 iadd regc ,rega 
+0x3203 009203 ifetch 3 ,rega 
+0x3204 009205 arg offset_24g_kb_multikey_last_data ,rega 
+0x3205 009206 call g24_set_contw_with_temp_store_3byte 
+0x3206 009208 branch g24_rx_interrupt_clear 
+:      009210 g24_kb_mul_data_into_ep2_fifo:
+0x3207 009211 jam usb_ep2_multikey ,mem_usb_ep2_data 
+0x3208 009212 branch g24_data_type1_usbtx_enable_ep2 
+:      009214 g24_kb_mul_enable_blank_data_forcibly:
+0x3209 009215 setarg 1 
+0x320a 009216 call g24_store_mem_kb_mul_blank_data_enable 
+:      009218 g24_kb_mul_enable_blank_data_timer:
+0x320b 009219 setarg timer_kb_mul_blank_delay 
+0x320c 009220 arg timer_kb_mul_blank ,queue 
+0x320d 009221 branch timer_init 
+:      009223 g24_kb_mul_disable_blank_data_forcibly:
+0x320e 009224 call g24_set0_mem_kb_mul_blank_data_enable 
+:      009226 g24_kb_mul_disable_blank_data_timer:
+0x320f 009227 setarg 0 
+0x3210 009228 arg timer_kb_mul_blank ,queue 
+0x3211 009229 branch timer_init 
+:      009231 g24_data_attemp:
+0x3212 009232 call g24_fetch_mem_rxdata_temp_add3_1byte 
+0x3213 009234 beq datatype_mouse ,g24_data_attemp_mouse 
+0x3214 009235 beq datatype_keyboard ,g24_data_attemp_kbd 
+0x3215 009236 rtn 
+:      009237 g24_data_attemp_mouse:
+0x3216 009238 setarg offset_24g_rxdata_temp_add4 
+0x3217 009239 call g24_set_rega_ifetch_4byte 
+0x3218 009240 arg offset_24g_mouse_addr ,rega 
+0x3219 009241 call g24_set_contw_with_temp 
+0x321a 009244 branch g24_contw_istore_4byte 
+:      009246 g24_data_attemp_kbd:
+0x321b 009247 setarg offset_24g_rxdata_temp_add4 
+0x321c 009248 call g24_set_rega_ifetch_4byte 
+0x321d 009249 arg offset_24g_kb_addr ,rega 
+0x321e 009250 call g24_set_contw_with_temp 
+0x321f 009253 branch g24_contw_istore_4byte 
+:      009255 g24_store_mem_24g_mode:
+0x3220 009256 call g24_head_ptr2regc 
+0x3221 009257 add regc ,offset_24g_mode ,contw 
+0x3222 009258 istore 1 ,contw 
+0x3223 009259 rtn 
+:      009261 g24_fetch_mem_device_addr:
+0x3224 009262 call g24_head_ptr2regc 
+0x3225 009263 add regc ,offset_24g_device_addr ,rega 
+0x3226 009264 branch g24_rega_ifetch_4byte 
+:      009265 g24_store_mem_device_addr:
+0x3227 009266 call g24_head_ptr2regc 
+0x3228 009267 add regc ,offset_24g_device_addr ,contw 
+0x3229 009268 branch g24_contw_istore_4byte 
+:      009270 g24_fetch_mem_addr:
+0x322a 009271 add regc ,offset_24g_addr ,rega 
+0x322b 009272 branch g24_rega_ifetch_4byte 
+:      009273 g24_store_mem_addr:
+0x322c 009274 add regc ,offset_24g_addr ,contw 
+:      009275 g24_contw_istore_4byte:
+0x322d 009276 istore 4 ,contw 
+0x322e 009277 rtn 
+:      009279 g24_store_mem_ch:
+0x322f 009280 add regc ,offset_24g_ch ,contw 
+0x3230 009281 branch g24_contw_istore_1byte 
+:      009283 g24_set0_mem_pid:
+0x3231 009284 setarg 0 
+:      009285 g24_store_mem_pid:
+0x3232 009286 call g24_head_ptr2regc 
+0x3233 009287 add regc ,offset_24g_pid ,contw 
+0x3234 009288 branch g24_contw_istore_1byte 
+:      009290 g24_store_mem_txpayload:
+0x3235 009291 add regc ,offset_24g_txpayload ,contw 
+0x3236 009292 branch g24_contw_istore_1byte 
+:      009294 g24_set4_mem_max_retry:
+0x3237 009295 setarg 4 
+:      009296 g24_store_mem_max_retry:
+0x3238 009297 add regc ,offset_24g_max_retry ,contw 
+0x3239 009298 branch g24_contw_istore_1byte 
+:      009300 g24_fetch_mem_data_type:
+0x323a 009301 add regc ,offset_24g_data_type ,rega 
+0x323b 009302 branch g24_rega_ifetch_1byte 
+:      009303 g24_store_mem_data_type:
+0x323c 009304 add regc ,offset_24g_data_type ,contw 
+0x323d 009305 branch g24_contw_istore_1byte 
+:      009307 g24_set2_mem_sync_cnt:
+0x323e 009308 setarg 2 
+:      009309 g24_store_mem_sync_cnt:
+0x323f 009310 add regc ,offset_24g_sync_cnt ,contw 
+0x3240 009311 branch g24_contw_istore_1byte 
+:      009313 g24_set1_mem_rf_last_sta:
+0x3241 009314 setarg 1 
+:      009315 g24_store_mem_rf_last_sta:
+0x3242 009316 call g24_head_ptr2regc 
+0x3243 009317 add regc ,offset_24g_rf_last_sta ,contw 
+0x3244 009318 branch g24_contw_istore_1byte 
+:      009320 g24_fetch_mem_hop_pac:
+0x3245 009321 call g24_head_ptr2regc 
+0x3246 009322 add regc ,offset_24g_hop_pac ,rega 
+0x3247 009323 branch g24_rega_ifetch_1byte 
+:      009324 g24_set1_mem_hop_pac:
+0x3248 009325 setarg 1 
+:      009326 g24_store_mem_hop_pac:
+0x3249 009327 call g24_head_ptr2regc 
+0x324a 009328 add regc ,offset_24g_hop_pac ,contw 
+0x324b 009329 branch g24_contw_istore_1byte 
+:      009331 g24_fetch_mem_abort_pac:
+0x324c 009332 call g24_head_ptr2regc 
+0x324d 009333 add regc ,offset_24g_abort_pac ,rega 
+0x324e 009334 branch g24_rega_ifetch_1byte 
+:      009335 g24_set1_mem_abort_pac:
+0x324f 009336 setarg 1 
+:      009337 g24_store_mem_abort_pac:
+0x3250 009338 call g24_head_ptr2regc 
+0x3251 009339 add regc ,offset_24g_abort_pac ,contw 
+0x3252 009340 branch g24_contw_istore_1byte 
+:      009342 g24_fetch_mem_pairing_sm:
+0x3253 009343 call g24_head_ptr2regc 
+0x3254 009344 add regc ,offset_24g_pairing_sm ,rega 
+0x3255 009345 branch g24_rega_ifetch_1byte 
+:      009346 g24_store_mem_pairing_sm:
+0x3256 009347 add regc ,offset_24g_pairing_sm ,contw 
+0x3257 009348 branch g24_contw_istore_1byte 
+:      009350 g24_fetch_mem_rf_hop_ch:
+0x3258 009351 add regc ,offset_24g_rf_hop_ch ,rega 
+0x3259 009352 branch g24_rega_ifetch_1byte 
+:      009353 g24_set0_mem_rf_hop_ch:
+0x325a 009354 setarg 0 
+:      009355 g24_store_mem_rf_hop_ch:
+0x325b 009356 add regc ,offset_24g_rf_hop_ch ,contw 
+0x325c 009357 branch g24_contw_istore_1byte 
+:      009359 g24_fetch_mem_rf_work_stage:
+0x325d 009360 add regc ,offset_24g_rf_work_stage ,rega 
+0x325e 009361 branch g24_rega_ifetch_1byte 
+:      009363 g24_fetch_mem_rxbuf_add1:
+0x325f 009364 add regc ,offset_24g_rxbuf_add1 ,rega 
+0x3260 009365 branch g24_rega_ifetch_1byte 
+:      009367 g24_fetch_mem_check_dongle_times:
+0x3261 009368 add regc ,offset_24g_check_dongle_times ,rega 
+0x3262 009369 branch g24_rega_ifetch_1byte 
+:      009370 g24_set0_mem_check_dongle_times:
+0x3263 009371 setarg 0 
+:      009372 g24_store_mem_check_dongle_times:
+0x3264 009373 call g24_head_ptr2regc 
+0x3265 009374 add regc ,offset_24g_check_dongle_times ,contw 
+0x3266 009375 branch g24_contw_istore_1byte 
+:      009377 g24_store_mem_tx_power:
+0x3267 009378 call g24_head_ptr2regc 
+0x3268 009379 add regc ,offset_tx_power_temp ,rega 
+0x3269 009380 ifetch 1 ,rega 
+:      009381 g24_store_mem_txpower:
+0x326a 009382 store 1 ,mem_tx_power 
+0x326b 009383 rtn 
+:      009385 g24_store_mem_tx_power_temp:
+0x326c 009386 call g24_head_ptr2regc 
+0x326d 009387 fetch 1 ,mem_tx_power 
+0x326e 009389 add regc ,offset_tx_power_temp ,contw 
+0x326f 009390 branch g24_contw_istore_1byte 
+:      009392 g24_fetch_mem_power_ctrl_pac:
+0x3270 009393 add regc ,offset_power_ctrl_packet_cnt ,rega 
+0x3271 009394 branch g24_rega_ifetch_1byte 
+:      009396 g24_store_mem_power_ctrl_level:
+0x3272 009397 add regc ,offset_power_ctrl_level ,contw 
+0x3273 009398 branch g24_contw_istore_1byte 
+:      009400 g24_fetcht_mem_rxdata_temp:
+0x3274 009401 setarg offset_24g_rxdata_temp 
+:      009402 g24_set_rega_ifetcht_1byte:
+0x3275 009403 iadd regc ,rega 
+0x3276 009404 ifetcht 1 ,rega 
+0x3277 009405 rtn 
+:      009407 g24_fetch_mem_rf_laststa:
+0x3278 009408 setarg offset_24g_rf_laststa 
+0x3279 009409 branch g24_set_rega_ifetch_1byte 
+:      009410 g24_set0_mem_rf_laststa:
+0x327a 009411 setarg 0 
+:      009412 g24_store_mem_rf_laststa:
+0x327b 009413 arg offset_24g_rf_laststa ,rega 
+0x327c 009414 branch g24_set_contw_with_regb_store_1byte 
+:      009416 g24_fetch_mem_rx_addr:
+0x327d 009417 setarg offset_24g_rx_addr 
+:      009418 g24_set_rega_ifetch_4byte:
+0x327e 009419 call g24_set_rega 
+:      009420 g24_rega_ifetch_4byte:
+0x327f 009421 ifetch 4 ,rega 
+0x3280 009422 rtn 
+:      009424 g24_fetch_mem_time_slice:
+0x3281 009425 setarg offset_24g_time_slice 
+0x3282 009426 branch g24_set_rega_ifetch_1byte 
+:      009427 g24_set0_mem_time_slice:
+0x3283 009428 setarg 0 
+:      009429 g24_store_mem_time_slice:
+0x3284 009430 arg offset_24g_time_slice ,rega 
+0x3285 009431 branch g24_set_contw_with_regb_store_1byte 
+:      009433 g24_set0_mem_mode_switch:
+0x3286 009434 setarg 0 
+:      009435 g24_store_mem_mode_switch:
+0x3287 009436 arg offset_24g_mode_switch ,rega 
+0x3288 009437 branch g24_set_contw_with_regb_store_1byte 
+:      009439 g24_store_mem_bind_payload:
+0x3289 009440 arg offset_24g_bind_payload ,rega 
+0x328a 009441 branch g24_set_contw_with_regb_store_1byte 
+:      009443 g24_fetch_mem_bind_device_status:
+0x328b 009444 setarg offset_dongle_bind_device_status 
+0x328c 009445 branch g24_set_rega_ifetch_1byte 
+:      009446 g24_store_mem_bind_device_status:
+0x328d 009447 arg offset_dongle_bind_device_status ,rega 
+0x328e 009448 branch g24_set_contw_with_regb_store_1byte 
+:      009450 g24_fetch_mem_dongle_work_mode:
+0x328f 009451 setarg offset_dongle_work_mode 
+0x3290 009452 branch g24_set_rega_ifetch_1byte 
+:      009453 g24_set_work_mem_dongle_work_mode:
+0x3291 009454 setarg dongle_work 
+:      009455 g24_store_mem_dongle_work_mode:
+0x3292 009456 arg offset_dongle_work_mode ,rega 
+0x3293 009457 branch g24_set_contw_with_regb_store_1byte 
+:      009459 g24_fetch_mem_dongle_mode_init:
+0x3294 009460 setarg offset_dongle_mode_init 
+0x3295 009461 branch g24_set_rega_ifetch_1byte 
+:      009462 g24_set0_mem_dongle_mode_init:
+0x3296 009463 setarg clear_init 
+:      009464 g24_store_mem_dongle_mode_init:
+0x3297 009465 arg offset_dongle_mode_init ,rega 
+0x3298 009466 branch g24_set_contw_with_regb_store_1byte 
+:      009468 g24_set0_mem_ackpayload_enable:
+0x3299 009469 setarg 0 
+:      009470 g24_store_mem_ackpayload_enable:
+0x329a 009471 arg offset_24g_ackpayload_enable ,rega 
+0x329b 009472 branch g24_set_contw_with_regb_store_1byte 
+:      009473 g24_set1_mem_ackpayload_enable:
+0x329c 009474 setarg 1 
+0x329d 009475 branch g24_store_mem_ackpayload_enable 
+:      009477 g24_fetch_mem_rxdata_temp_add3_7byte:
+0x329e 009478 setarg offset_24g_rxdata_temp_add3 
+0x329f 009479 call g24_set_rega 
+0x32a0 009480 ifetch 7 ,rega 
+0x32a1 009481 rtn 
+:      009483 g24_fetch_mem_nodata_timer_enable:
+0x32a2 009484 setarg offset_24g_nodata_timer_enable 
+0x32a3 009485 branch g24_set_rega_ifetch_1byte 
+:      009486 g24_set0_mem_nodata_timer_enable:
+0x32a4 009487 setarg 0 
+:      009488 g24_store_mem_nodata_timer_enable:
+0x32a5 009489 arg offset_24g_nodata_timer_enable ,rega 
+0x32a6 009490 branch g24_set_contw_with_regb_store_1byte 
+:      009492 g24_set0_mem_ms_blank_data_enable:
+0x32a7 009493 setarg 0 
+:      009494 g24_store_mem_ms_blank_data_enable:
+0x32a8 009495 arg offset_24g_ms_blank_data_enable ,rega 
+0x32a9 009496 branch g24_set_contw_with_regb_store_1byte 
+:      009498 g24_set0_mem_kb_blank_data_enable:
+0x32aa 009499 setarg 0 
+:      009500 g24_store_mem_kb_blank_data_enable:
+0x32ab 009501 arg offset_24g_kb_blank_data_enable ,rega 
+0x32ac 009502 branch g24_set_contw_with_regb_store_1byte 
+:      009504 g24_set0_mem_kb_mul_blank_data_enable:
+0x32ad 009505 setarg 0 
+:      009506 g24_store_mem_kb_mul_blank_data_enable:
+0x32ae 009507 arg offset_24g_kb_mul_blank_data_enable ,rega 
+0x32af 009508 branch g24_set_contw_with_regb_store_1byte 
+:      009510 g24_store_mem_power_ctrl_threshold_up:
+0x32b0 009511 arg offset_power_ctrl_threshold_up ,rega 
+0x32b1 009512 branch g24_set_contw_with_regb_store_1byte 
+:      009514 g24_store_mem_power_ctrl_threshold_down:
+0x32b2 009515 arg offset_power_ctrl_threshold_down ,rega 
+:      009516 g24_set_contw_with_regb_store_1byte:
+0x32b3 009517 call g24_set_contw_with_regb 
+:      009518 g24_contw_istore_1byte:
+0x32b4 009519 istore 1 ,contw 
+0x32b5 009520 rtn 
+:      009522 g24_fetch_mem_pair_mode:
+0x32b6 009523 setarg offset_24g_pair_mode 
+0x32b7 009524 branch g24_set_rega_ifetch_1byte 
+:      009526 g24_store_mem_pair_mode:
+0x32b8 009527 arg offset_24g_pair_mode ,rega 
+0x32b9 009528 branch g24_set_contw_with_regb_store_1byte 
+:      009530 g24_store_mem_pair_txpower:
+0x32ba 009531 setarg offset_24g_pair_txpower 
+0x32bb 009532 call g24_set_rega_ifetch_1byte 
+0x32bc 009533 branch g24_store_mem_txpower 
+:      009535 g24_fetch_mem_rxdata_temp_add3_1byte:
+0x32bd 009536 setarg offset_24g_rxdata_temp_add3 
+0x32be 009537 branch g24_set_rega_ifetch_1byte 
+:      009539 g24_set_contw_with_temp:
+0x32bf 009540 copy pdata ,temp 
+0x32c0 009541 copy rega ,pdata 
+0x32c1 009542 iadd regc ,contw 
+0x32c2 009543 copy temp ,pdata 
+0x32c3 009544 rtn 
+:      009546 g24_set_contw_with_temp_store_3byte:
+0x32c4 009547 call g24_set_contw_with_temp 
+:      009548 g24_contw_istore_3byte:
+0x32c5 009549 istore 3 ,contw 
+0x32c6 009550 rtn 
+:      009552 g24_set_contw_with_regb:
+0x32c7 009553 call g24_head_ptr2regc 
+:      009554 g24_set_contw_with_regb2:
+0x32c8 009555 copy pdata ,regb 
+0x32c9 009556 copy rega ,pdata 
+0x32ca 009557 iadd regc ,contw 
+0x32cb 009558 copy regb ,pdata 
+0x32cc 009559 rtn 
+:      009561 g24_set_rega:
+0x32cd 009562 call g24_head_ptr2regc 
+0x32ce 009563 iadd regc ,rega 
+0x32cf 009564 rtn 
+:      009566 g24_set_rega_ifetch_1byte:
+0x32d0 009567 call g24_set_rega 
+:      009568 g24_rega_ifetch_1byte:
+0x32d1 009569 ifetch 1 ,rega 
+0x32d2 009570 rtn 
+:      009572 g24_set_rega_ifetcht_4byte:
+0x32d3 009573 call g24_set_rega 
+0x32d4 009574 ifetcht 4 ,rega 
+0x32d5 009575 rtn 
+:      009577 g24_mem_set0:
+0x32d6 009578 setarg 0 
+0x32d7 009579 branch g24_contw_istore_1byte 
+:      009583 app_init:
+0x32d8 009584 bpatch patch18_4 ,mem_patch18 
+0x32d9 009585 fetch 1 ,mem_device_option 
+0x32da 009586 branch app_init ,blank 
+0x32db 009588 beq dvc_op_dongle ,dongle_init 
+0x32dc 009589 beq dvc_op_antilost ,antilost_init 
+0x32dd 009590 beq dvc_op_shutter ,shutter_init 
+0x32de 009591 beq dvc_op_module ,module_init 
+0x32df 009592 beq dvc_op_car ,car_init 
+0x32e0 009593 beq dvc_op_remote_car ,remote_car_init 
+0x32e1 009594 bbit1 dvc_op_mouse ,mouse_init 
+0x32e2 009595 rtn 
+:      009597 app_lpm_init:
+0x32e3 009598 bpatch patch18_5 ,mem_patch18 
+0x32e4 009599 jam 0 ,mem_tester_emulate 
+0x32e5 009600 jam 0 ,mem_debug_config 
+0x32e6 009601 jam 0 ,mem_lch_code 
+0x32e7 009602 setarg 0 
+0x32e8 009603 store 5 ,mem_sp_state_start 
+0x32e9 009604 fetch 1 ,mem_device_option 
+0x32ea 009605 branch app_lpm_init ,blank 
+0x32eb 009606 beq dvc_op_module ,module_lpm_init 
+:      009607 app_lpm_init0:
+0x32ec 009608 rtn 
+:      009611 app_process_idle:
+0x32ed 009612 call ui_dispatch 
+0x32ee 009613 call check_51cmd 
+0x32ef 009614 call app_process_bb_event 
+0x32f0 009615 fetch 2 ,mem_cb_idle_process 
+0x32f1 009616 branch callback_func 
+:      009618 app_process_bt:
+0x32f2 009619 fetch 2 ,mem_cb_bt_process 
+0x32f3 009620 branch callback_func 
+:      009622 app_process_ble:
+0x32f4 009623 fetch 2 ,mem_cb_le_process 
+0x32f5 009624 branch callback_func 
+:      009626 app_process_bb_event:
+0x32f6 009627 bpatch patch18_6 ,mem_patch18 
+0x32f7 009629 arg mem_ipc_fifo_bt2c51 ,rega 
+0x32f8 009630 call fifo_out 
+0x32f9 009631 rtn blank 
+0x32fa 009633 copy pdata ,regc 
+0x32fb 009634 call app_event_normal_process 
+0x32fc 009635 branch app_process_bb_event_priority 
+:      009637 app_discard_event:
+0x32fd 009638 arg 0 ,regc 
+0x32fe 009639 rtn 
+:      009644 app_event_normal_process:
+0x32ff 009645 beq bt_evt_bb_connected ,app_evt_bt_conn 
+0x3300 009646 beq bt_evt_button_long_pressed ,app_evt_button_long_pressed 
+0x3301 009647 beq bt_evt_setup_complete ,app_evt_setup_complete 
+0x3302 009648 beq bt_evt_hid_handshake ,app_evt_hid_handshake 
+0x3303 009649 beq bt_evt_hid_connected ,app_bb_event_hid_connected 
+0x3304 009650 beq bt_evt_reconn_failed ,app_bb_event_reconn_failed 
+0x3305 009651 beq bt_evt_bb_disconnected ,app_bb_event_bb_disconn 
+0x3306 009652 beq bt_evt_reconn_page_timeout ,app_bb_event_reconn_failed 
+0x3307 009653 beq bt_evt_le_connected ,app_le_event_bb_connected 
+0x3308 009654 beq bt_evt_le_disconnected ,app_le_event_bb_disconn 
+0x3309 009655 beq bt_evt_reconn_started ,app_event_reconn_start 
+0x330a 009656 beq bt_evt_enter_sniff ,app_event_enter_sniff 
+0x330b 009657 beq bt_evt_exit_sniff ,app_event_exit_sniff 
+0x330c 009659 beq bt_evt_ml2cap_conn_refused ,app_event_ml2cap_conn_refused 
+0x330d 009660 beq bt_evt_linkkey_generate ,app_event_linkkey_generate 
+0x330e 009661 beq bt_evt_switch_fail_master ,app_event_switch_fail_master 
+0x330f 009662 beq bt_evt_switch_success_master ,app_event_switch_success 
+0x3310 009663 rtn 
+:      009666 app_evt_bt_conn:
+0x3311 009667 fetch 2 ,mem_ui_state_map 
+0x3312 009668 set1 ui_state_bt_connected ,pdata 
+0x3313 009669 store 2 ,mem_ui_state_map 
+0x3314 009670 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3315 009671 set0 app_disc_by_button ,pdata 
+0x3316 009672 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3317 009673 rtn 
+:      009675 app_event_switch_success:
+0x3318 009676 jam 0 ,mem_switch_fail_master_count 
+0x3319 009677 rtn 
+:      009679 app_event_switch_fail_master:
+0x331a 009680 fetch 1 ,mem_switch_fail_master_count 
+0x331b 009681 increase 1 ,pdata 
+0x331c 009682 store 1 ,mem_switch_fail_master_count 
+0x331d 009683 sub pdata ,1 ,null 
+0x331e 009684 branch app_bt_role_switch ,positive 
+0x331f 009685 jam 0 ,mem_switch_fail_master_count 
+0x3320 009686 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3321 009687 set1 app_disc_switch_fail ,pdata 
+0x3322 009688 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3323 009689 branch app_bt_disconnect 
+:      009691 app_process_bb_event_priority:
+0x3324 009692 fetch 2 ,mem_cb_bb_event_process 
+0x3325 009693 branch callback_func 
+:      009695 app_check_wake_lock:
+0x3326 009696 fetch 2 ,mem_cb_check_wakelock 
+0x3327 009697 branch callback_func 
+:      009699 app_will_enter_lpm:
+0x3328 009700 fetch 2 ,mem_cb_before_lpm 
+0x3329 009701 branch callback_func 
+:      009703 app_event_linkkey_generate:
+0x332a 009704 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x332b 009705 set1 app_disc_after_pairing ,pdata 
+0x332c 009706 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x332d 009707 branch app_bt_store_reconn_info 
+:      009709 app_event_reconn_start:
+0x332e 009710 fetch 2 ,mem_ui_state_map 
+0x332f 009711 set1 ui_state_bt_reconnect ,pdata 
+0x3330 009712 store 2 ,mem_ui_state_map 
+0x3331 009713 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3332 009714 set1 app_disc_after_reconn ,pdata 
+0x3333 009715 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3334 009716 rtn 
+:      009718 app_evt_setup_complete:
+0x3335 009719 fetch 2 ,mem_ui_state_map 
+0x3336 009720 set1 ui_state_bt_setup_complete ,pdata 
+0x3337 009721 store 2 ,mem_ui_state_map 
+0x3338 009722 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3339 009723 set1 app_disc_after_setup_done ,pdata 
+0x333a 009724 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x333b 009725 rtn 
+:      009727 app_evt_hid_handshake:
+0x333c 009728 fetch 2 ,mem_ui_state_map 
+0x333d 009729 set1 ui_state_bt_hid_handshake ,pdata 
+0x333e 009730 store 2 ,mem_ui_state_map 
+0x333f 009731 rtn 
+:      009733 app_event_enter_sniff:
+0x3340 009734 fetch 2 ,mem_ui_state_map 
+0x3341 009735 set1 ui_state_bt_sniff ,pdata 
+0x3342 009736 store 2 ,mem_ui_state_map 
+0x3343 009737 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3344 009738 set1 app_disc_after_sniff ,pdata 
+0x3345 009739 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3346 009740 rtn 
+:      009742 app_event_exit_sniff:
+0x3347 009743 fetch 2 ,mem_ui_state_map 
+0x3348 009744 set0 ui_state_bt_sniff ,pdata 
+0x3349 009745 store 2 ,mem_ui_state_map 
+0x334a 009746 rtn 
+:      009748 app_le_event_bb_connected:
+0x334b 009749 fetch 2 ,mem_ui_state_map 
+0x334c 009750 set1 ui_state_ble_connected ,pdata 
+0x334d 009751 store 2 ,mem_ui_state_map 
+0x334e 009752 rtn 
+:      009754 app_le_event_bb_disconn:
+0x334f 009755 fetch 2 ,mem_ui_state_map 
+0x3350 009756 set0 ui_state_ble_connected ,pdata 
+0x3351 009757 store 2 ,mem_ui_state_map 
+0x3352 009758 branch app_lpm_mult_disable 
+:      009760 app_bb_event_hid_connected:
+0x3353 009761 fetch 2 ,mem_ui_state_map 
+0x3354 009762 set1 ui_state_bt_hid_conn ,pdata 
+0x3355 009763 store 2 ,mem_ui_state_map 
+0x3356 009764 rtn 
+:      009766 app_evt_button_long_pressed:
+0x3357 009767 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x3358 009768 set1 app_disc_by_button ,pdata 
+0x3359 009769 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335a 009770 rtn 
+:      009772 app_event_ml2cap_conn_refused:
+0x335b 009773 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335c 009774 set1 app_disc_l2cap_refused ,pdata 
+0x335d 009775 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x335e 009776 branch app_bt_disconnect 
+:      009779 app_evt_timer:
+0x335f 009780 bpatch patch18_7 ,mem_patch18 
+0x3360 009781 store 1 ,mem_app_evt_timer_count 
+:      009782 app_evt_100ms_loop:
+0x3361 009783 fetch 1 ,mem_app_evt_timer_count 
+0x3362 009784 rtn blank 
+0x3363 009785 increase -1 ,pdata 
+0x3364 009786 store 1 ,mem_app_evt_timer_count 
+0x3365 009787 call ui_button_polling 
+0x3366 009788 call app_lpm_wake_auto_lock_timer 
+0x3367 009789 call app_unsniff_delay_timer 
+0x3368 009790 call app_discovery_timer 
+0x3369 009791 call flash_write_spi_sm_timer 
+0x336a 009792 fetch 2 ,mem_cb_event_timer 
+0x336b 009793 call callback_func 
+0x336c 009794 branch app_evt_100ms_loop 
+:      009799 timer_single_step:
+0x336d 009800 ifetch 1 ,regc 
+0x336e 009801 rtn blank 
+0x336f 009802 pincrease -1 
+0x3370 009803 istore 1 ,regc 
+0x3371 009804 nrtn blank 
+0x3372 009805 copy regb ,pdata 
+0x3373 009806 branch callback_func 
+:      009810 timer_single_step_2b:
+0x3374 009811 ifetch 2 ,regc 
+0x3375 009812 rtn blank 
+0x3376 009813 pincrease -1 
+0x3377 009814 istore 2 ,regc 
+0x3378 009815 nrtn blank 
+0x3379 009816 copy regb ,pdata 
+0x337a 009817 branch callback_func 
+:      009819 app_power_timer:
+0x337b 009820 fetcht 2 ,mem_power_param_ptr 
+0x337c 009821 add temp ,power_timer_offset ,regc 
+0x337d 009822 arg app_power_timer_timeout ,regb 
+0x337e 009823 branch timer_single_step 
+:      009825 app_power_timer_timeout:
+0x337f 009826 call app_got_power_state_common 
+0x3380 009827 beq power_starting ,app_enter_power_stanby_state 
+:      009828 app_enter_power_off_state:
+0x3381 009829 branch app_enter_hibernate 
+:      009830 app_enter_power_stanby_state:
+0x3382 009831 setarg power_standby 
+0x3383 009832 istore 1 ,regc 
+0x3384 009833 add temp ,power_standby_cb_offset ,regb 
+:      009834 app_power_cb_common:
+0x3385 009835 ifetch 2 ,regb 
+0x3386 009836 branch callback_func 
+:      009838 app_unsniff_delay_timer:
+0x3387 009839 arg mem_unsniff2sniff_timer_count ,regc 
+0x3388 009840 arg app_unsniff_delay_timeout ,regb 
+0x3389 009841 branch timer_single_step 
+:      009843 app_unsniff_delay_timeout:
+0x338a 009844 call context_check_idle 
+0x338b 009845 branch app_bt_enter_sniff ,zero 
+0x338c 009846 rtn 
+:      009849 app_discovery_timer:
+0x338d 009850 arg mem_discovery_timeout_timer_count ,regc 
+0x338e 009851 arg app_discovery_timeout ,regb 
+0x338f 009852 branch timer_single_step_2b 
+:      009854 app_discovery_timeout:
+0x3390 009855 call app_bt_stop_discovery 
+0x3391 009856 call app_led_off 
+0x3392 009857 fetch 2 ,mem_cb_discovry_timeout 
+0x3393 009858 branch callback_func 
+:      009861 app_bb_event_reconn_failed:
+0x3394 009862 call app_disconn_reason_flag_clear 
+:      009863 app_clear_reconnect_flag:
+0x3395 009864 fetch 2 ,mem_ui_state_map 
+0x3396 009865 set0 ui_state_bt_reconnect ,pdata 
+0x3397 009866 store 2 ,mem_ui_state_map 
+0x3398 009867 rtn 
+:      009869 app_bb_event_bb_disconn:
+0x3399 009870 jam 0 ,mem_unsniff2sniff_timer_count 
+0x339a 009871 fetch 2 ,mem_ui_state_map 
+0x339b 009872 bbit1 ui_state_bt_reconnect ,app_bb_event_bb_reconn_disconn 
+0x339c 009873 isolate0 ui_state_bt_setup_complete ,pdata 
+0x339d 009874 call app_discard_event ,true 
+:      009875 app_bb_event_bb_reconn_disconn:
+0x339e 009876 bpatch patch19_0 ,mem_patch19 
+0x339f 009877 fetch 2 ,mem_ui_state_map 
+0x33a0 009878 set0 ui_state_bt_connected ,pdata 
+0x33a1 009879 set0 ui_state_bt_setup_complete ,pdata 
+0x33a2 009880 set0 ui_state_bt_hid_conn ,pdata 
+0x33a3 009881 set0 ui_state_bt_hid_handshake ,pdata 
+0x33a4 009882 set0 ui_state_bt_reconnect ,pdata 
+0x33a5 009883 store 2 ,mem_ui_state_map 
+0x33a6 009884 branch app_lpm_mult_disable 
+:      009886 app_bb_hibernate:
+0x33a7 009887 call app_disconn_reason_clear 
+0x33a8 009888 branch app_enter_hibernate 
+:      009891 app_disconn_reason_clear:
+0x33a9 009892 setarg 0 
+0x33aa 009893 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33ab 009894 rtn 
+:      009895 app_disconn_reason_flag_clear:
+0x33ac 009896 setarg 0 
+0x33ad 009897 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33ae 009898 rtn 
+:      009900 app_disconn_reason_collect_bt:
+0x33af 009901 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b0 009902 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33b1 009903 setarg 0 
+0x33b2 009904 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b3 009905 rtn 
+:      009907 app_disconn_reason_collect_ble:
+0x33b4 009908 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b5 009909 set1 app_disc_ble ,pdata 
+0x33b6 009910 store app_disc_rsn_size ,mem_app_disconn_reason 
+0x33b7 009911 setarg 0 
+0x33b8 009912 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x33b9 009913 rtn 
+:      009921 app_check_sniff:
+0x33ba 009922 fetch 1 ,mem_ui_state_map 
+0x33bb 009923 isolate1 ui_state_bt_sniff ,pdata 
+0x33bc 009924 rtn 
+:      009932 app_initflag_store:
+0x33bd 009933 setarg eeprom_init_flag 
+:      009934 app_flag_store:
+0x33be 009935 store 2 ,mem_timeup 
+0x33bf 009936 bpatch patch19_1 ,mem_patch19 
+0x33c0 009937 arg 2 ,temp 
+0x33c1 009938 arg mem_timeup ,rega 
+0x33c2 009939 arg eeprom_module_init_flag ,regb 
+0x33c3 009940 branch iicd_write_eep_data 
+:      009943 app_initflag_check:
+0x33c4 009944 bpatch patch19_2 ,mem_patch19 
+0x33c5 009945 arg 2 ,temp 
+0x33c6 009946 arg mem_pdatatemp ,rega 
+0x33c7 009947 arg eeprom_module_init_flag ,regb 
+0x33c8 009948 call iicd_read_eep_data 
+0x33c9 009949 fetch 2 ,mem_pdatatemp 
+0x33ca 009950 arg eeprom_init_flag ,temp 
+0x33cb 009951 isub temp ,null 
+0x33cc 009952 rtn 
+:      009955 app_start_auto_sniff:
+0x33cd 009956 fetch 1 ,mem_unsniff2sniff_timer 
+0x33ce 009957 store 1 ,mem_unsniff2sniff_timer_count 
+0x33cf 009958 rtn 
+:      009960 app_get_lpm_wake_lock:
+0x33d0 009961 arg wake_lock_app ,queue 
+0x33d1 009962 branch lpm_get_wake_lock 
+:      009964 app_put_lpm_wake_lock:
+0x33d2 009965 arg wake_lock_app ,queue 
+0x33d3 009966 branch lpm_put_wake_lock 
+:      009968 app_lpm_wake_auto_lock:
+0x33d4 009969 jam lpm_wake_up_delay_timer ,mem_wake_up_delay_timer 
+0x33d5 009970 branch app_get_lpm_wake_lock 
+:      009972 app_lpm_wake_auto_lock_timer:
+0x33d6 009973 arg mem_wake_up_delay_timer ,regc 
+0x33d7 009974 arg app_put_lpm_wake_lock ,regb 
+0x33d8 009975 branch timer_single_step 
+:      009977 app_l2cap_flow_control_enable:
+0x33d9 009978 jam l2cap_flow_ctrl_enable ,mem_l2cap_flow_ctrl_flag 
+0x33da 009979 rtn 
+:      009981 app_l2cap_flow_control_disable:
+0x33db 009982 jam l2cap_flow_ctrl_disable ,mem_l2cap_flow_ctrl_flag 
+0x33dc 009983 rtn 
+:      009985 app_bt_set_pincode:
+0x33dd 009986 jam bt_cmd_set_pin_code ,mem_fifo_temp 
+0x33de 009987 branch ui_ipc_send_cmd 
+:      009989 app_bt_role_switch:
+0x33df 009990 jam bt_cmd_role_switch ,mem_fifo_temp 
+0x33e0 009991 branch ui_ipc_send_cmd 
+:      009993 app_bt_start_reconnect:
+0x33e1 009994 bpatch patch19_3 ,mem_patch19 
+0x33e2 009995 fetch 1 ,mem_app_connection_options 
+0x33e3 009996 store 1 ,mem_connection_options 
+0x33e4 009997 jam app_flag_reconnect ,mem_reconnect_flag 
+0x33e5 009998 jam bt_cmd_reconnect ,mem_fifo_temp 
+0x33e6 009999 branch ui_ipc_send_cmd 
+:      010001 app_bt_reconnect_cancel:
+0x33e7 010002 jam bt_cmd_bb_reconn_cancel ,mem_fifo_temp 
+0x33e8 010003 branch ui_ipc_send_cmd 
+:      010005 app_bt_disconnect:
+0x33e9 010006 jam bt_cmd_disconnect ,mem_fifo_temp 
+0x33ea 010007 branch ui_ipc_send_cmd 
+:      010009 app_bt_start_discovery_short:
+0x33eb 010010 fetch 2 ,mem_discovery_timeout 
+0x33ec 010011 store 2 ,mem_discovery_timeout_timer_count 
+:      010012 app_bt_start_discovery_led_blink:
+0x33ed 010013 call app_led_start_blink 
+:      010014 app_bt_start_discovery:
+0x33ee 010015 jam bt_cmd_start_discovery ,mem_fifo_temp 
+0x33ef 010016 branch ui_ipc_send_cmd 
+:      010018 app_bt_stop_discovery:
+0x33f0 010019 setarg 0 
+0x33f1 010020 store 2 ,mem_discovery_timeout_timer_count 
+0x33f2 010021 jam bt_cmd_stop_discovery ,mem_fifo_temp 
+0x33f3 010022 branch ui_ipc_send_cmd 
+:      010024 app_ble_start_direct_adv:
+0x33f4 010025 jam bt_cmd_start_direct_adv ,mem_fifo_temp 
+0x33f5 010026 branch ui_ipc_send_cmd 
+:      010028 app_ble_stop_direct_adv:
+0x33f6 010029 jam bt_cmd_stop_direct_adv ,mem_fifo_temp 
+0x33f7 010030 branch ui_ipc_send_cmd 
+:      010032 app_ble_stop_adv:
+0x33f8 010033 jam bt_cmd_stop_adv ,mem_fifo_temp 
+0x33f9 010034 branch ui_ipc_send_cmd 
+:      010036 app_ble_start_adv:
+0x33fa 010037 jam bt_cmd_start_adv ,mem_fifo_temp 
+0x33fb 010038 branch ui_ipc_send_cmd 
+:      010040 app_ble_start_scan:
+0x33fc 010041 jam bt_cmd_le_start_scan ,mem_fifo_temp 
+0x33fd 010042 branch ui_ipc_send_cmd 
+:      010044 app_ble_stop_scan:
+0x33fe 010045 jam bt_cmd_le_stop_scan ,mem_fifo_temp 
+0x33ff 010046 branch ui_ipc_send_cmd 
+:      010048 app_ble_start_conn:
+0x3400 010049 jam bt_cmd_le_start_conn ,mem_fifo_temp 
+0x3401 010050 branch ui_ipc_send_cmd 
+:      010052 app_ble_disconnect:
+0x3402 010053 jam bt_cmd_le_disconnect ,mem_fifo_temp 
+0x3403 010054 branch ui_ipc_send_cmd 
+:      010056 app_led_start_blink:
+0x3404 010057 jam bt_cmd_led_blink ,mem_fifo_temp 
+0x3405 010058 branch ui_ipc_send_cmd 
+:      010060 app_led_on:
+0x3406 010061 jam bt_cmd_led_on ,mem_fifo_temp 
+0x3407 010062 branch ui_ipc_send_cmd 
+:      010064 app_led_stop_blink:
+:      010065 app_led_off:
+0x3408 010066 jam bt_cmd_led_off ,mem_fifo_temp 
+0x3409 010067 branch ui_ipc_send_cmd 
+:      010069 app_enter_hibernate:
+0x340a 010070 jam bt_cmd_enter_hibernate ,mem_fifo_temp 
+0x340b 010071 branch ui_ipc_send_cmd 
+:      010073 app_bt_sniff_exit:
+0x340c 010074 jam bt_cmd_exit_sniff ,mem_fifo_temp 
+0x340d 010075 branch ui_ipc_send_cmd 
+:      010077 app_bt_enter_sniff:
+0x340e 010078 jam bt_cmd_enter_sniff ,mem_fifo_temp 
+0x340f 010079 branch ui_ipc_send_cmd 
+:      010081 app_ble_store_reconn_info:
+0x3410 010082 jam bt_cmd_store_reconn_info_le ,mem_fifo_temp 
+0x3411 010083 branch ui_ipc_send_cmd 
+:      010085 app_bt_store_reconn_info:
+0x3412 010086 jam bt_cmd_store_reconn_info_bt ,mem_fifo_temp 
+0x3413 010087 branch ui_ipc_send_cmd 
+:      010089 app_store_reconn_info:
+0x3414 010090 jam bt_cmd_store_reconn_info ,mem_fifo_temp 
+0x3415 010091 branch ui_ipc_send_cmd 
+:      010093 app_lpm_mult_enable:
+0x3416 010094 set1 mark_lpm_mult_enable ,mark 
+0x3417 010095 rtn 
+:      010097 app_lpm_mult_disable:
+0x3418 010098 set0 mark_lpm_mult_enable ,mark 
+0x3419 010099 rtn 
+:      010119 app_button_long_pressed:
+0x341a 010120 call app_got_power_state_common 
+0x341b 010121 beq power_standby ,app_power_shutting_down 
+:      010122 app_power_starting:
+0x341c 010123 setarg power_starting 
+0x341d 010124 istore 1 ,regc 
+0x341e 010125 add temp ,power_starting_timeout_offset ,rega 
+0x341f 010126 add temp ,power_starting_cb_offset ,regb 
+:      010127 app_power_common:
+0x3420 010128 ifetcht 1 ,rega 
+0x3421 010129 increase 1 ,regc 
+0x3422 010130 istoret 1 ,regc 
+0x3423 010131 branch app_power_cb_common 
+:      010133 app_power_shutting_down:
+0x3424 010134 setarg power_off 
+0x3425 010135 istore 1 ,regc 
+0x3426 010136 fetch 2 ,mem_ui_state_map 
+0x3427 010137 bbit0 ui_state_ble_connected ,app_power_off_end 
+0x3428 010138 call app_ble_disconnect 
+:      010139 app_power_off_end:
+0x3429 010140 fetcht 2 ,mem_power_param_ptr 
+0x342a 010141 add temp ,power_off_timeout_offset ,rega 
+0x342b 010142 add temp ,power_off_cb_offset ,regb 
+0x342c 010143 branch app_power_common 
+:      010145 app_got_power_state_common:
+0x342d 010146 fetcht 2 ,mem_power_param_ptr 
+0x342e 010147 add temp ,power_state_offset ,regc 
+0x342f 010148 ifetch 1 ,regc 
+0x3430 010149 rtn 
+:      010151 app_event_button_up:
+0x3431 010152 call app_got_power_state_common 
+0x3432 010153 bne power_off ,app_power_release 
+0x3433 010154 branch app_enter_hibernate 
+:      010155 app_power_release:
+0x3434 010156 add temp ,ui_butten_up_cb_offset ,regb 
+0x3435 010157 branch app_power_cb_common 
+:      010159 antilost_init:
+0x3436 010160 rtn wake 
+0x3437 010161 jam 0x00 ,core_gpio_sel1 
+0x3438 010162 setarg antilost_le_before_hibernate 
+0x3439 010163 store 2 ,mem_cb_before_hibernate 
+0x343a 010164 setarg keyscan_process_lpm_before 
+0x343b 010165 store 2 ,mem_cb_before_lpm 
+0x343c 010166 setarg antilost_idle_process 
+0x343d 010167 store 2 ,mem_cb_idle_process 
+0x343e 010168 setarg antilost_le_conn_process 
+0x343f 010169 store 2 ,mem_cb_le_process 
+0x3440 010170 setarg antilost_bb_event_process 
+0x3441 010171 store 2 ,mem_cb_bb_event_process 
+0x3442 010172 setarg antilost_le_bb_event_timer 
+0x3443 010173 store 2 ,mem_cb_event_timer 
+0x3444 010174 setarg antilost_le_notification 
+0x3445 010175 store 2 ,mem_cb_ble_transmit 
+0x3446 010176 setarg antilost_lpm_lock_process 
+0x3447 010177 store 2 ,mem_cb_check_wakelock 
+0x3448 010178 setarg antilost_le_receive_data_process 
+0x3449 010179 store 2 ,mem_cb_att_write 
+0x344a 010180 bpatch patch19_4 ,mem_patch19 
+0x344b 010181 call antilost_buzzer_pwm_init 
+0x344c 010182 call keyscan_key_init 
+0x344d 010183 call antilost_adc_init 
+0x344e 010184 call ui_led_init_global 
+0x344f 010185 call ui_button_init 
+0x3450 010186 setarg antilost_key_up_down 
+0x3451 010187 store 2 ,mem_cb_antl_key 
+0x3452 010188 setarg antilost_power_off_cb 
+0x3453 010189 store 2 ,mem_antl_power_off_cb 
+0x3454 010190 setarg antilost_power_starting_cb 
+0x3455 010191 store 2 ,mem_antl_power_starting_cb 
+0x3456 010192 setarg antilost_power_standby_cb 
+0x3457 010193 store 2 ,mem_antl_power_standby_cb 
+0x3458 010194 setarg antilost_led_on_cb 
+0x3459 010195 store 2 ,mem_antl_led_cb_on 
+0x345a 010196 setarg antilost_led_off_cb 
+0x345b 010197 store 2 ,mem_antl_led_cb_off 
+0x345c 010198 setarg antilost_buzzer_on 
+0x345d 010199 store 2 ,mem_antl_buzzer_cb_on 
+0x345e 010200 setarg antilost_buzzer_off 
+0x345f 010201 store 2 ,mem_antl_buzzer_cb_off 
+0x3460 010202 fetch 2 ,mem_ui_state_map 
+0x3461 010203 rtnbit1 ui_state_btn_down 
+0x3462 010204 branch app_enter_hibernate 
+:      010206 antilost_le_before_hibernate:
+0x3463 010207 call antilost_led_buzzer_stop_blink 
+0x3464 010208 branch app_enter_hibernate 
+:      010210 antilost_le_notification:
+0x3465 010211 call le_fifo_check_nearly_full 
+0x3466 010212 nrtn blank 
+0x3467 010213 arg mem_temp_block5 ,rega 
+0x3468 010214 call queue_pop 
+0x3469 010215 nrtn user 
+0x346a 010216 arg mem_temp_block5 ,contr 
+0x346b 010217 branch le_send_notify_from_list 
+:      010219 antilost_power_standby_cb:
+0x346c 010220 fetch 2 ,mem_antl_le_sleep_timeout 
+0x346d 010221 store 2 ,mem_antl_le_sleep_timer 
+0x346e 010222 jam 1 ,mem_antl_key_scan_enable 
+0x346f 010223 branch antilost_fast_adv_start 
+:      010225 antilost_lpm_lock_process:
+0x3470 010226 fetch 1 ,mem_antl_key_state 
+0x3471 010227 beq 1 ,antilost_lpm_ctrl_for_led_buzzer 
+0x3472 010228 fetch 2 ,mem_ui_state_map 
+0x3473 010229 bbit0 ui_state_ble_connected ,antilost_lpm_ctrl_for_led_buzzer 
+0x3474 010230 fetch 1 ,mem_antl_lost_mode 
+0x3475 010231 beq 1 ,app_get_lpm_wake_lock 
+0x3476 010232 fetch 1 ,mem_antl_queue_curr_num 
+0x3477 010233 nbranch app_get_lpm_wake_lock ,blank 
+0x3478 010234 branch app_put_lpm_wake_lock 
+:      010236 antilost_lpm_ctrl_for_led_buzzer:
+0x3479 010237 fetch 1 ,mem_antl_led_state 
+0x347a 010238 fetcht 1 ,mem_antl_buzzer_state 
+0x347b 010239 ior temp ,pdata 
+0x347c 010240 beq 1 ,app_get_lpm_wake_lock 
+0x347d 010241 branch app_put_lpm_wake_lock 
+:      010243 antilost_bb_event_process:
+0x347e 010244 copy regc ,pdata 
+0x347f 010245 beq bt_evt_button_up ,app_event_button_up 
+0x3480 010246 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x3481 010247 beq bt_evt_le_connected ,antilost_le_process_conn 
+0x3482 010248 beq bt_evt_le_disconnected ,antilost_le_process_discon 
+0x3483 010249 beq bt_evt_le_parse_conn_papa_update_rsp ,antilost_le_conn_param_update_rsp_recieved 
+0x3484 010250 rtn 
+:      010251 antilost_le_conn_param_update_rsp_recieved:
+0x3485 010252 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x3486 010253 beq ble_signaling_connect_parameter_update_rejected ,antilost_le_conn_param_rejected 
+:      010254 antilost_le_conn_param_accepted:
+0x3487 010255 fetch 2 ,mem_le_new_connslavelatency 
+0x3488 010256 branch antilost_master_nonsupport_latency ,blank 
+:      010257 antilost_le_conn_param_updata_procedure_sucsess:
+0x3489 010258 jam conn_param_updata_procedure_complete ,mem_antl_conn_updata_procedure_state 
+0x348a 010259 jam 60 ,mem_antl_conn_update_timer 
+0x348b 010260 rtn 
+:      010262 antilost_le_conn_param_rejected:
+0x348c 010263 fetch 2 ,mem_le_latency 
+0x348d 010264 branch antilost_conn_param_updata_procedure_faild ,blank 
+:      010265 antilost_conn_param_retransimiting:
+0x348e 010266 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
+0x348f 010267 fetcht 2 ,mem_interval_increment 
+0x3490 010268 fetch 2 ,mem_le_interval_min 
+0x3491 010269 iadd temp ,pdata 
+0x3492 010270 store 2 ,mem_le_interval_min 
+0x3493 010271 copy pdata ,rega 
+0x3494 010272 fetch 2 ,mem_le_interval_max 
+0x3495 010273 iadd temp ,pdata 
+0x3496 010274 store 2 ,mem_le_interval_max 
+0x3497 010275 iadd rega ,pdata 
+0x3498 010276 rshift pdata ,temp 
+0x3499 010277 fetch 2 ,mem_antl_le_unnormal_interval_max 
+0x349a 010278 idiv temp 
+0x349b 010279 call wait_div_end 
+0x349c 010280 quotient pdata 
+0x349d 010281 store 2 ,mem_le_latency 
+0x349e 010282 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x349f 010283 rtn 
+:      010284 antilost_conn_param_updata_procedure_faild:
+0x34a0 010285 jam conn_param_updata_procedure_faild ,mem_antl_conn_updata_procedure_state 
+0x34a1 010286 rtn 
+:      010288 antilost_master_nonsupport_latency:
+0x34a2 010289 jam 0 ,mem_lpm_mult 
+0x34a3 010290 jam 0 ,mem_antl_send_updata_le_param_timer 
+0x34a4 010291 fetch 2 ,mem_le_new_conninterval 
+0x34a5 010292 fetcht 2 ,mem_antl_le_unnormal_interval_min 
+0x34a6 010293 isub temp ,null 
+0x34a7 010294 setflag positive ,0 ,rega 
+0x34a8 010295 fetch 2 ,mem_antl_le_unnormal_interval_max 
+0x34a9 010296 fetcht 2 ,mem_le_new_conninterval 
+0x34aa 010297 isub temp ,pdata 
+0x34ab 010298 setflag positive ,1 ,rega 
+0x34ac 010299 compare 0x03 ,rega ,0x03 
+0x34ad 010300 rtn true 
+0x34ae 010301 fetch 8 ,mem_antl_le_unnormal_interval_min 
+0x34af 010302 store 8 ,mem_le_interval_min 
+0x34b0 010303 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x34b1 010304 rtn 
+:      010307 antilost_le_bb_event_timer:
+0x34b2 010309 call app_power_timer 
+0x34b3 010310 call antilost_double_click_timer 
+0x34b4 010311 call antilost_le_fast_adv_timer 
+0x34b5 010312 call antilost_le_sleep_timer 
+0x34b6 010313 call antilost_app_updata_le_param_timer 
+0x34b7 010314 call antilost_conn_update_timer 
+0x34b8 010315 branch antilost_adc_check_timer 
+:      010318 antilost_double_click_timer:
+0x34b9 010319 arg mem_double_click_timer ,regc 
+0x34ba 010320 arg antilost_double_click_timeout ,regb 
+0x34bb 010321 branch timer_single_step 
+:      010322 antilost_double_click_timeout:
+0x34bc 010323 jam 0 ,mem_butten_click_cnt 
+0x34bd 010324 rtn 
+:      010325 antilost_le_fast_adv_timer:
+0x34be 010326 arg mem_antl_fast_adv_timer ,regc 
+0x34bf 010327 arg antilost_le_fast_adv_timeout ,regb 
+0x34c0 010328 branch timer_single_step_2b 
+:      010329 antilost_le_fast_adv_timeout:
+0x34c1 010330 arg mem_antl_slow_adv_led_style ,regc 
+0x34c2 010331 arg mem_antl_slow_adv_lpm_interval ,regb 
+0x34c3 010332 branch antilost_adv_start_common 
+:      010335 antilost_conn_update_timer:
+0x34c4 010336 arg mem_antl_conn_update_timer ,regc 
+0x34c5 010337 arg antilost_conn_update_timer_time_out ,regb 
+0x34c6 010338 branch timer_single_step 
+:      010340 antilost_conn_update_timer_time_out:
+0x34c7 010341 fetch 2 ,mem_le_latency 
+0x34c8 010342 store 1 ,mem_lpm_mult 
+0x34c9 010343 rtn 
+:      010344 antilost_app_updata_le_param_timer:
+0x34ca 010345 arg mem_antl_send_updata_le_param_timer ,regc 
+0x34cb 010346 arg antilost_app_updata_le_param_timeout ,regb 
+0x34cc 010347 branch timer_single_step 
+:      010348 antilost_app_updata_le_param_timeout:
+0x34cd 010349 fetch 1 ,mem_le_state 
+0x34ce 010350 compare 0 ,pdata ,0x60 
+0x34cf 010351 nbranch antilost_wait_for_updata_param_instant_expire ,true 
+0x34d0 010352 jam conn_param_updata_procedure_starting ,mem_antl_conn_updata_procedure_state 
+0x34d1 010353 call app_lpm_mult_enable 
+0x34d2 010354 branch le_l2cap_tx_update_req 
+:      010355 antilost_wait_for_updata_param_instant_expire:
+0x34d3 010356 jam 1 ,mem_antl_send_updata_le_param_timer 
+0x34d4 010357 rtn 
+:      010359 antilost_le_sleep_timer:
+0x34d5 010360 arg mem_antl_le_sleep_timer ,regc 
+0x34d6 010361 arg antilost_le_sleep_timer_timeout ,regb 
+0x34d7 010362 branch timer_single_step_2b 
+:      010365 antilost_le_sleep_timer_timeout:
+0x34d8 010366 branch app_button_long_pressed 
+:      010368 antilost_adc_check_timer:
+0x34d9 010371 arg mem_adc_timer ,regc 
+0x34da 010372 arg antilost_adc_check_timer_timeout ,regb 
+0x34db 010373 branch timer_single_step_2b 
+:      010374 antilost_adc_check_timer_timeout:
+0x34dc 010375 fetch 2 ,mem_adc_timeout 
+0x34dd 010376 store 2 ,mem_adc_timer 
+0x34de 010377 branch antilost_battery_process 
+:      010380 antilost_le_process_conn:
+0x34df 010381 fetch 2 ,mem_adc_timeout 
+0x34e0 010382 store 2 ,mem_adc_timer 
+0x34e1 010383 setarg 0 
+0x34e2 010384 store 2 ,mem_antl_fast_adv_timer 
+0x34e3 010385 store 2 ,mem_antl_le_sleep_timer 
+0x34e4 010386 call antilost_alert_off 
+0x34e5 010387 call antilost_led_buzzer_stop_blink 
+0x34e6 010388 jam 0 ,mem_lpm_mult 
+0x34e7 010389 branch app_ble_stop_adv 
+:      010392 antilost_le_process_discon:
+0x34e8 010395 setarg 0 
+0x34e9 010396 store 4 ,mem_adc_timer 
+0x34ea 010397 store 3 ,mem_antl_conn_updata_procedure_state 
+0x34eb 010398 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x34ec 010400 jam 1 ,mem_alarm_config_notfy_cnt 
+0x34ed 010401 fetch 2 ,mem_antl_le_sleep_timeout 
+0x34ee 010402 store 2 ,mem_antl_le_sleep_timer 
+0x34ef 010403 call queue_init 
+0x34f0 010404 fetch 1 ,mem_antl_power_state 
+0x34f1 010405 rtneq power_off 
+0x34f2 010406 call antilost_fast_adv_start 
+0x34f3 010407 branch antilost_on_off_alarm_after_disconn 
+:      010410 antilost_le_conn_process:
+0x34f4 010412 branch antilost_key_process 
+:      010414 antilost_idle_process:
+0x34f5 010416 fetch 1 ,mem_antl_power_state 
+0x34f6 010417 rtnne power_standby 
+0x34f7 010418 branch antilost_key_process 
+:      010423 antilost_power_starting_cb:
+0x34f8 010424 arg mem_antl_power_starting_buzzer_style ,regc 
+0x34f9 010425 call antilost_buzzer_configuration 
+0x34fa 010426 arg mem_antl_power_starting_led_style ,regc 
+:      010427 antilost_power_common:
+0x34fb 010428 branch antilost_led_configuration 
+:      010430 antilost_power_off_cb:
+0x34fc 010431 jam off ,mem_le_adv_enable 
+0x34fd 010432 arg mem_antl_power_off_buzzer_style ,regc 
+0x34fe 010433 call antilost_buzzer_configuration 
+0x34ff 010434 arg mem_antl_power_off_led_style ,regc 
+0x3500 010435 branch antilost_power_common 
+:      010437 antilost_le_receive_data_process:
+0x3501 010438 fetch 1 ,mem_le_att_opcode 
+0x3502 010439 beq attop_write_request ,antilost_le_parse_att_write_request 
+0x3503 010440 rtn 
+:      010441 antilost_le_parse_att_write_request:
+0x3504 010442 fetch 2 ,mem_le_att_handle 
+0x3505 010444 beq new_spec_write_handle ,antilost_cmd_parse_for_application 
+0x3506 010445 beq new_spec_notification_enable_handle ,antilost_notify_alarm_config_first_time 
+0x3507 010446 rtn 
+:      010451 antilost_key_process:
+0x3508 010452 fetch 1 ,mem_antl_key_scan_enable 
+0x3509 010453 rtn blank 
+0x350a 010454 branch keyscan_key_process 
+:      010458 antilost_key_up_down:
+0x350b 010459 copy rega ,pdata 
+0x350c 010460 branch antilost_key_is_up ,blank 
+:      010461 antilost_key_is_down:
+0x350d 010462 copy queue ,pdata 
+0x350e 010463 beq 0 ,antilost_key0_down 
+0x350f 010464 rtn 
+:      010465 antilost_key_is_up:
+0x3510 010466 copy queue ,pdata 
+0x3511 010467 beq 0 ,antilost_key0_up 
+0x3512 010468 rtn 
+:      010470 antilost_key0_down:
+0x3513 010471 jam 1 ,mem_antl_key_state 
+0x3514 010472 arg mem_antl_key_buzzer_style ,regc 
+0x3515 010473 call antilost_buzzer_configuration 
+0x3516 010474 arg mem_antl_key_led_style ,regc 
+0x3517 010475 call antilost_led_configuration 
+0x3518 010476 fetch 2 ,mem_ui_state_map 
+0x3519 010477 bbit0 ui_state_ble_connected ,antilost_butten_down_while_disconn 
+0x351a 010478 branch antilost_butten_down_after_conn 
+:      010480 antilost_key0_up:
+0x351b 010481 jam 0 ,mem_antl_key_state 
+0x351c 010482 branch antilost_double_click_timer_init 
+:      010486 antilost_double_click_timer_init:
+0x351d 010487 fetch 1 ,mem_butten_click_cnt 
+0x351e 010488 rtnne 1 
+0x351f 010489 jam 5 ,mem_double_click_timer 
+0x3520 010490 rtn 
+:      010492 antilost_butten_down_after_conn:
+0x3521 010493 fetch 1 ,mem_butten_click_cnt 
+0x3522 010494 pincrease 1 
+0x3523 010495 store 1 ,mem_butten_click_cnt 
+0x3524 010496 beq 1 ,antilost_click_once 
+0x3525 010497 beq 2 ,antilost_click_twice 
+0x3526 010498 rtn 
+:      010499 antilost_click_once:
+0x3527 010500 call antilost_alert_off 
+0x3528 010501 jam opcode1_butten_click_once ,mem_antl_key0_press + 5 
+0x3529 010502 arg mem_antl_key0_press ,regc 
+0x352a 010503 branch antilost_prepare_data_and_send 
+:      010504 antilost_click_twice:
+0x352b 010505 jam 0 ,mem_butten_click_cnt 
+0x352c 010506 jam opcode2_butten_double_click ,mem_antl_key0_press + 5 
+0x352d 010507 arg mem_antl_key0_press ,regc 
+0x352e 010508 call antilost_prepare_data_and_send 
+0x352f 010509 fetch 1 ,mem_antl_lost_mode 
+0x3530 010510 beq 1 ,antilost_alert_on 
+0x3531 010511 rtn 
+:      010513 antilost_butten_down_while_disconn:
+0x3532 010514 fetch 2 ,mem_antl_le_sleep_timeout 
+0x3533 010515 store 2 ,mem_antl_le_sleep_timer 
+0x3534 010516 call antilost_alert_off 
+0x3535 010517 branch antilost_fast_adv_start 
+:      010520 antilost_cmd_parse_for_application:
+0x3536 010521 bpatch patch19_5 ,mem_patch19 
+0x3537 010522 call le_app_receive_data 
+0x3538 010523 ifetch 1 ,rega 
+0x3539 010524 beq opcode3_antl_start_alram ,antilost_on_of_alram 
+0x353a 010525 beq opcode7_antl_config_alram ,antilost_configuration_for_alram 
+0x353b 010526 rtn 
+:      010528 antilost_on_of_alram:
+0x353c 010529 fetch 1 ,mem_antl_lost_mode 
+0x353d 010530 beq anti_le_alarm_off ,antilost_alert_on 
+0x353e 010531 beq anti_le_alarm_on ,antilost_alert_off 
+0x353f 010532 rtn 
+:      010534 antilost_configuration_for_alram:
+0x3540 010535 ifetch 1 ,regb 
+0x3541 010536 beq 1 ,antilost_set_start_alarm_after_disconn 
+0x3542 010537 beq 0 ,antilost_set_no_alarm_after_disconn 
+0x3543 010538 rtn 
+:      010545 antilost_prepare_data_and_send:
+0x3544 010546 bpatch patch19_6 ,mem_patch19 
+0x3545 010547 fetch 1 ,mem_client_characteristic_configuration_descriptor 
+0x3546 010548 isolate1 notification_enable_bit ,pdata 
+0x3547 010549 nrtn true 
+0x3548 010550 add regc ,6 ,contr 
+0x3549 010551 ifetch 2 ,contr 
+0x354a 010552 byteswap pdata ,pdata 
+0x354b 010553 add pdata ,5 ,loopcnt 
+0x354c 010554 add regc ,3 ,contr 
+0x354d 010555 call calc_check_sum_start 
+0x354e 010556 istore 1 ,contr 
+0x354f 010557 copy regc ,rega 
+0x3550 010558 branch queue_push 
+:      010564 antilost_alert_on:
+0x3551 010565 fetch 1 ,mem_antl_power_state 
+0x3552 010566 rtn blank 
+0x3553 010567 jam 1 ,mem_antl_lost_mode 
+0x3554 010568 arg mem_antl_alert_buzzer_stlye ,regc 
+0x3555 010569 call antilost_buzzer_configuration 
+0x3556 010570 arg mem_antl_alert_led_stlye ,regc 
+0x3557 010571 call antilost_led_configuration 
+0x3558 010572 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
+0x3559 010573 jam 1 ,mem_antl_key0_release + 8 
+0x355a 010574 arg mem_antl_key0_release ,regc 
+0x355b 010575 branch antilost_prepare_data_and_send 
+:      010576 antilost_alert_off:
+0x355c 010577 fetch 1 ,mem_antl_lost_mode 
+0x355d 010578 rtn blank 
+0x355e 010579 jam 0 ,mem_antl_lost_mode 
+0x355f 010580 call antilost_led_buzzer_stop_blink 
+0x3560 010581 jam opcode4_current_alarm_state ,mem_antl_key0_release + 5 
+0x3561 010582 jam 0 ,mem_antl_key0_release + 8 
+0x3562 010583 arg mem_antl_key0_release ,regc 
+0x3563 010584 branch antilost_prepare_data_and_send 
+:      010586 antilost_set_start_alarm_after_disconn:
+0x3564 010587 jam 1 ,mem_alarm_config 
+0x3565 010588 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x3566 010589 jam 1 ,mem_antl_key0_release + 8 
+0x3567 010590 arg mem_antl_key0_release ,regc 
+0x3568 010591 branch antilost_prepare_data_and_send 
+:      010592 antilost_set_no_alarm_after_disconn:
+0x3569 010593 jam 0 ,mem_alarm_config 
+0x356a 010594 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x356b 010595 jam 0 ,mem_antl_key0_release + 8 
+0x356c 010596 arg mem_antl_key0_release ,regc 
+0x356d 010597 branch antilost_prepare_data_and_send 
+:      010598 antilost_on_off_alarm_after_disconn:
+0x356e 010599 fetch 1 ,mem_alarm_config 
+0x356f 010600 rtn blank 
+0x3570 010601 branch antilost_alert_on 
+:      010603 antilost_notify_alarm_config_first_time:
+0x3571 010604 ifetch 2 ,rega 
+0x3572 010605 store 2 ,mem_client_characteristic_configuration_descriptor 
+0x3573 010606 isolate1 notification_enable_bit ,pdata 
+0x3574 010607 nrtn true 
+0x3575 010608 fetch 1 ,mem_alarm_config_notfy_cnt 
+0x3576 010609 rtn blank 
+0x3577 010610 jam 0 ,mem_alarm_config_notfy_cnt 
+0x3578 010611 fetch 8 ,mem_antl_le_interval_min 
+0x3579 010612 store 8 ,mem_le_interval_min 
+0x357a 010613 jam 2 ,mem_antl_send_updata_le_param_timer 
+0x357b 010614 call antilost_battery_process 
+0x357c 010615 call antilost_battery_calculate_end 
+0x357d 010616 jam opcode7_antl_config_alram ,mem_antl_key0_release + 5 
+0x357e 010617 fetch 1 ,mem_alarm_config 
+0x357f 010618 store 1 ,mem_antl_key0_release + 8 
+0x3580 010619 arg mem_antl_key0_release ,regc 
+0x3581 010620 branch antilost_prepare_data_and_send 
+:      010624 antilost_buzzer_configuration:
+0x3582 010625 arg 1 ,rega 
+0x3583 010626 branch antilost_configuration_common 
+:      010627 antilost_led_configuration:
+0x3584 010628 arg 0 ,rega 
+:      010629 antilost_configuration_common:
+0x3585 010630 branch antilost_led_buzzer_style_configuration 
+:      010632 antilost_led_buzzer_stop_blink:
+0x3586 010633 arg 0 ,rega 
+0x3587 010634 call ui_led_blink_stop_global 
+0x3588 010635 arg 1 ,rega 
+0x3589 010636 call ui_led_blink_stop_global 
+0x358a 010637 fetch 1 ,mem_buzzer_pwm_conf 
+0x358b 010638 branch pwm_disable 
+:      010640 antilost_led_buzzer_style_configuration:
+0x358c 010641 call calc_curr_struct_prt 
+0x358d 010642 arg 7 ,loopcnt 
+0x358e 010643 branch ui_led_set_style_global + 2 
+:      010647 antilost_fast_adv_start:
+0x358f 010648 arg mem_antl_fast_adv_led_style ,regc 
+0x3590 010649 arg mem_antl_lpm_interval ,regb 
+:      010650 antilost_adv_start_common:
+0x3591 010651 call antilost_adv_interval_lpm_interval_set 
+0x3592 010652 call antilost_led_configuration 
+0x3593 010653 fetch 2 ,mem_antl_fast_adv_timeout 
+0x3594 010654 store 2 ,mem_antl_fast_adv_timer 
+0x3595 010655 branch app_ble_start_adv 
+:      010657 antilost_adv_interval_lpm_interval_set:
+0x3596 010658 ifetch 2 ,regb 
+0x3597 010659 store 2 ,mem_lpm_interval 
+0x3598 010660 ifetch 2 ,contr 
+0x3599 010661 store 2 ,mem_le_adv_interval 
+0x359a 010662 rtn 
+:      010664 antilost_buzzer_pwm_init:
+0x359b 010665 arg 0 ,rega 
+0x359c 010666 call pwm_init 
+0x359d 010667 fetch 6 ,mem_buzzer_pwm_conf 
+0x359e 010668 store 6 ,mem_pdatatemp 
+0x359f 010669 call pwm_out_set 
+0x35a0 010670 fetch 1 ,mem_buzzer_pwm_conf 
+0x35a1 010671 branch pwm_disable 
+:      010673 antilost_led_on_cb:
+0x35a2 010674 jam 1 ,mem_antl_led_state 
+0x35a3 010675 rtn 
+:      010676 antilost_led_off_cb:
+0x35a4 010677 jam 0 ,mem_antl_led_state 
+0x35a5 010678 rtn 
+:      010682 antilost_buzzer_off:
+0x35a6 010683 jam 0 ,mem_antl_buzzer_state 
+0x35a7 010684 fetch 1 ,mem_buzzer_pwm_conf 
+0x35a8 010685 branch pwm_disable 
+:      010687 antilost_buzzer_on:
+0x35a9 010688 jam 1 ,mem_antl_buzzer_state 
+0x35aa 010689 fetch 6 ,mem_buzzer_pwm_conf 
+0x35ab 010690 store 6 ,mem_pdatatemp 
+0x35ac 010691 branch pwm_out_set 
+:      010695 antilost_adc_init:
+0x35ad 010696 jam 0 ,mem_adc_config_flag 
+0x35ae 010697 branch adc_init_data 
+:      010699 antilost_battery_process:
+0x35af 010700 call adc_set_mode 
+0x35b0 010701 call vdd_calculate_by_mode 
+0x35b1 010702 store 2 ,mem_battery_current_voltage 
+0x35b2 010703 arg mem_battery_calculate_set ,rega 
+0x35b3 010704 call adc_bat_percent_lowpower_out 
+0x35b4 010705 store 1 ,mem_voltage_remain_percent 
+0x35b5 010706 beq 0 ,antilost_low_battery 
+0x35b6 010707 sub pdata ,0x64 ,null 
+0x35b7 010708 nbranch antilost_full_battery ,positive 
+0x35b8 010709 store 1 ,mem_antl_key0_release + 8 
+:      010710 antilost_battery_calculate_end:
+0x35b9 010711 jam opcode5_batter_information ,mem_antl_key0_release + 5 
+0x35ba 010712 arg mem_antl_key0_release ,regc 
+0x35bb 010713 branch antilost_prepare_data_and_send 
+:      010714 antilost_full_battery:
+0x35bc 010715 jam 100 ,mem_antl_key0_release + 8 
+0x35bd 010716 branch antilost_battery_calculate_end 
+:      010718 antilost_low_battery:
+0x35be 010719 branch app_button_long_pressed 
+:      010723 car_init:
+0x35bf 010724 rtn wake 
+0x35c0 010725 hfetch 1 ,core_gpio_sel1 
+0x35c1 010726 and_into 0xf0 ,pdata 
+0x35c2 010727 hstore 1 ,core_gpio_sel1 
+0x35c3 010728 setarg car_le_before_hibernate 
+0x35c4 010729 store 2 ,mem_cb_before_hibernate 
+0x35c5 010731 setarg car_le_process_lpm_before 
+0x35c6 010732 store 2 ,mem_cb_before_lpm 
+0x35c7 010734 setarg app_enter_hibernate 
+0x35c8 010735 store 2 ,mem_cb_discovry_timeout 
+0x35c9 010737 setarg car_scale_process_idle 
+0x35ca 010738 store 2 ,mem_cb_idle_process 
+0x35cb 010740 setarg car_scale_process_bb_event 
+0x35cc 010741 store 2 ,mem_cb_bb_event_process 
+0x35cd 010743 setarg app_get_lpm_wake_lock 
+0x35ce 010744 store 2 ,mem_cb_check_wakelock 
+0x35cf 010746 setarg car_le_receive_data 
+0x35d0 010747 store 2 ,mem_cb_att_write 
+0x35d1 010749 setarg car_le_bb_event_timer 
+0x35d2 010750 store 2 ,mem_cb_event_timer 
+0x35d3 010752 call g24_head_ptr2regc 
+0x35d4 010753 setarg car_24g_receive_data 
+0x35d5 010754 add regc ,offset_24g_cb_rxdata_type1 ,contw 
+0x35d6 010755 istore 2 ,contw 
+0x35d7 010757 setarg car_power_off_signal 
+0x35d8 010758 store 2 ,mem_remote_car_power_off_cb 
+0x35d9 010760 setarg car_soft_switch_power_on_signal 
+0x35da 010761 store 2 ,mem_remote_car_power_standby_cb 
+0x35db 010763 bpatch patch19_7 ,mem_patch19 
+0x35dc 010764 call car_init_environment 
+0x35dd 010765 call queue_init 
+0x35de 010766 jam 2 ,mem_lpm_mult 
+0x35df 010767 jam power_on ,mem_car_24g_received_pac 
+0x35e0 010768 fetch 1 ,mem_car_config_soft_switch_enable 
+0x35e1 010769 store 1 ,mem_car_hard_soft_switch 
+0x35e2 010770 beq hard_switch ,car_hard_switch_power_on_signal 
+0x35e3 010771 fetch 1 ,mem_car_config_soft_switch_gpio 
+0x35e4 010772 store 1 ,mem_ui_button_gpio 
+0x35e5 010773 jam off ,mem_le_adv_enable 
+:      010774 car_soft_switch_power_on_init:
+0x35e6 010775 call car_ui_led_init 
+0x35e7 010776 call ui_button_init 
+0x35e8 010777 call ui_button_polling 
+0x35e9 010778 jam power_starting ,mem_car_power_state 
+0x35ea 010779 fetch 2 ,mem_ui_state_map 
+0x35eb 010780 rtnbit1 ui_state_btn_down 
+0x35ec 010781 branch app_enter_hibernate 
+:      010783 car_power_off_signal:
+0x35ed 010784 branch car_ui_led_init 
+:      010786 car_hard_switch_power_on_signal:
+0x35ee 010787 jam power_standby ,mem_car_power_state 
+:      010788 car_soft_switch_power_on_signal:
+0x35ef 010789 jam on ,mem_le_adv_enable 
+0x35f0 010790 call car_ui_led_init 
+0x35f1 010791 arg 0 ,rega 
+0x35f2 010792 call ui_led_blink_start_global 
+0x35f3 010794 setarg fast_adv_interval_value_car 
+0x35f4 010795 call shutter_ble_adv_interval_set 
+:      010796 car_le_modified_name_adv:
+0x35f5 010797 arg mem_le_name + 7 ,contw 
+0x35f6 010798 fetch 1 ,mem_le_lap 
+:      010799 car_name_loop:
+0x35f7 010800 and pdata ,0xF0 ,temp 
+0x35f8 010801 rshift4 temp ,temp 
+0x35f9 010802 call car_hex_to_ascii 
+0x35fa 010803 istoret 1 ,contw 
+0x35fb 010804 and pdata ,0x0F ,temp 
+0x35fc 010805 call car_hex_to_ascii 
+0x35fd 010806 istoret 1 ,contw 
+0x35fe 010807 call le_modified_name_att_list 
+0x35ff 010808 fetcht 1 ,mem_le_name_len 
+0x3600 010809 copy temp ,loopcnt 
+0x3601 010810 arg mem_le_adv_data + 2 ,contw 
+0x3602 010811 arg mem_le_name ,contr 
+0x3603 010812 call memcpy 
+:      010813 car_le_modified_name_scan:
+0x3604 010814 fetcht 1 ,mem_le_name_len 
+0x3605 010815 copy temp ,loopcnt 
+0x3606 010816 arg mem_le_scan_data + 2 ,contw 
+0x3607 010817 arg mem_le_name ,contr 
+0x3608 010818 branch memcpy 
+:      010819 car_hex_to_ascii:
+0x3609 010820 sub temp ,9 ,null 
+0x360a 010821 branch car_hex_num ,positive 
+0x360b 010822 add temp ,55 ,temp 
+0x360c 010823 rtn 
+:      010824 car_hex_num:
+0x360d 010825 add temp ,48 ,temp 
+0x360e 010826 rtn 
+:      010828 car_ui_led_init:
+0x360f 010829 fetch 1 ,mem_car_config_blood_led1_gpio 
+0x3610 010830 bne invalid_pin_num ,car_blood_led_gpio_set 
+:      010831 car_ui_led_init_1:
+0x3611 010832 fetch 1 ,mem_car_config_pairing_led_gpio 
+0x3612 010833 bne invalid_pin_num ,car_pairing_led_gpio_set 
+:      010834 car_ui_led_init_2:
+0x3613 010835 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x3614 010836 bne invalid_pin_num ,car_low_voltage_led_gpio_set 
+:      010837 car_ui_led_init_3:
+0x3615 010838 fetch 1 ,mem_car_led_num 
+0x3616 010839 copy pdata ,loopcnt 
+0x3617 010840 setarg mem_car_led_map 
+0x3618 010841 copy pdata ,rega 
+:      010842 car_in_lp1:
+0x3619 010843 copy rega ,contr 
+0x361a 010844 ifetch 1 ,contr 
+0x361b 010845 copy contr ,rega 
+0x361c 010846 beq invalid_pin_num ,car_in_lp1_end 
+0x361d 010847 copy pdata ,temp 
+0x361e 010848 call gpio_config_output 
+:      010849 car_in_lp1_end:
+0x361f 010850 loop car_in_lp1 
+:      010851 car_ui_led_init_end:
+0x3620 010852 rtn 
+:      010853 car_blood_led_gpio_set:
+0x3621 010854 fetch 8 ,mem_car_config_blood_led1_gpio 
+0x3622 010855 store 8 ,mem_car_led_map + 2 
+0x3623 010856 branch car_ui_led_init_1 
+:      010857 car_pairing_led_gpio_set:
+0x3624 010858 store 1 ,mem_car_led_map 
+0x3625 010859 branch car_ui_led_init_2 
+:      010860 car_low_voltage_led_gpio_set:
+0x3626 010861 store 1 ,mem_car_led_map + 1 
+0x3627 010862 branch car_ui_led_init_3 
+:      010865 car_init_environment:
+0x3628 010866 arg 0 ,rega 
+0x3629 010867 call pwm_init 
+0x362a 010868 call car_ir_rx_init 
+0x362b 010869 call g24_receive_process_init 
+0x362c 010870 branch car_init_adc_hvin 
+:      010872 car_init_adc_hvin:
+0x362d 010873 jam 100 ,mem_car_notify_vdd_value_last 
+0x362e 010874 fetch 1 ,mem_car_config_low_voltage_led_gpio 
+0x362f 010875 store 1 ,mem_car_style2_struct_led_gpio 
+0x3630 010876 branch adc_init_data 
+:      010878 car_le_before_hibernate:
+0x3631 010879 call gpio_set_before_lpm_common 
+0x3632 010880 branch keyscan_process_lpm_before 
+:      010882 car_le_process_lpm_before:
+0x3633 010883 branch keyscan_process_lpm_before 
+:      010885 car_key_scan_process:
+0x3634 010888 branch keyscan_key_process 
+:      010890 car_scale_process_idle:
+0x3635 010891 call car_le_send_packet 
+0x3636 010892 call car_ir_receive_process 
+0x3637 010893 call car_g24_status_process 
+0x3638 010894 branch car_key_scan_process 
+:      010896 car_g24_status_process:
+0x3639 010897 fetch 2 ,mem_ui_state_map 
+0x363a 010898 rtnbit1 ui_state_ble_connected 
+0x363b 010899 fetch 1 ,mem_car_24g_received_pac 
+0x363c 010900 beq work_paired ,car_g24_connected_event 
+0x363d 010901 rtn 
+:      010902 car_g24_connected_event:
+0x363e 010903 fetch 1 ,mem_car_24g_status 
+0x363f 010904 rtneq work_paired 
+0x3640 010905 jam work_paired ,mem_car_24g_status 
+0x3641 010906 branch car_g24_connected 
+:      010908 car_le_send_packet:
+0x3642 010909 fetch 2 ,mem_ui_state_map 
+0x3643 010910 rtnbit0 ui_state_ble_connected 
+0x3644 010911 call le_fifo_check_nearly_full 
+0x3645 010912 nrtn blank 
+0x3646 010913 arg mem_car_pop_queue_buff ,rega 
+0x3647 010914 call queue_pop 
+0x3648 010915 nrtn user 
+0x3649 010916 arg mem_car_pop_queue_buff ,contr 
+0x364a 010917 branch le_send_notify_from_list 
+:      010919 car_scale_process_bb_event:
+0x364b 010920 copy regc ,pdata 
+0x364c 010921 beq bt_evt_button_up ,app_event_button_up 
+0x364d 010922 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x364e 010923 beq bt_evt_le_connected ,car_scale_event_le_conn 
+0x364f 010924 beq bt_evt_le_disconnected ,car_scale_event_le_discon 
+0x3650 010925 rtn 
+:      010927 car_scale_event_le_conn:
+0x3651 010928 setarg disable_24g 
+0x3652 010929 call g24_store_mem_24g_mode 
+0x3653 010930 branch car_scale_process_conn 
+:      010931 car_g24_connected:
+0x3654 010932 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x3655 010933 store 2 ,mem_car_24g_no_data_timeout_timer 
+:      010934 car_scale_process_conn:
+0x3656 010935 jam 0x14 ,mem_car_notify_vdd_timer 
+0x3657 010936 jam 0 ,mem_lpm_mode 
+0x3658 010937 call app_ble_stop_adv 
+0x3659 010938 call app_lpm_mult_enable 
+0x365a 010939 fetch 1 ,mem_car_config_pairing_led_conn_status 
+0x365b 010940 beq 0x01 ,car_pairing_led_conn_status_setting 
+:      010941 car_scale_process_conn_next:
+0x365c 010942 arg 0 ,rega 
+0x365d 010943 branch ui_led_on_global 
+:      010944 car_pairing_led_conn_status_setting:
+0x365e 010945 arg 0 ,rega 
+0x365f 010946 branch ui_led_blink_stop_global 
+:      010948 car_scale_event_le_discon:
+0x3660 010949 setarg rx_24g 
+0x3661 010950 call g24_store_mem_24g_mode 
+:      010951 car_g24_disconnect:
+0x3662 010952 setarg 0 
+0x3663 010953 store 5 ,mem_car_led_control 
+0x3664 010954 setarg 4 
+0x3665 010955 call pwm_disable 
+0x3666 010956 setarg 5 
+0x3667 010957 call pwm_disable 
+0x3668 010958 setarg 20 
+0x3669 010959 call pwm_disable 
+0x366a 010960 setarg 21 
+0x366b 010961 call pwm_disable 
+0x366c 010962 setarg 22 
+0x366d 010963 call pwm_disable 
+0x366e 010964 setarg 7 
+0x366f 010965 call pwm_disable 
+0x3670 010966 call queue_init 
+0x3671 010967 jam 10 ,mem_motor1_speed 
+0x3672 010968 jam 10 ,mem_motor2_speed 
+0x3673 010969 jam 10 ,mem_motor3_speed 
+0x3674 010971 jam 2 ,mem_lpm_mult 
+0x3675 010972 arg 0 ,rega 
+0x3676 010973 call ui_led_blink_start_global 
+0x3677 010975 setarg fast_adv_interval_value_car 
+0x3678 010976 call shutter_ble_adv_interval_set 
+0x3679 010977 branch app_ble_start_adv 
+:      010979 car_le_bb_event_timer:
+0x367a 010981 call car_moto1_blank_data_timer 
+0x367b 010982 call car_moto2_blank_data_timer 
+0x367c 010983 call car_moto3_blank_data_timer 
+0x367d 010984 call app_power_timer 
+0x367e 010985 call car_led_control_timer 
+0x367f 010986 call car_notify_vdd_timer 
+0x3680 010987 call car_24g_no_data_timeout_timer 
+0x3681 010988 call car_ir_breakdown_timer 
+0x3682 010989 branch car_attack_shake_timer 
+:      010991 car_ir_breakdown_timer:
+0x3683 010992 arg mem_car_ir_breakdown_check_timer ,regc 
+0x3684 010993 arg car_ir_breakdown_timeout ,regb 
+0x3685 010994 branch timer_single_step 
+:      010995 car_ir_breakdown_timeout:
+0x3686 010996 call car_ir_gpio_get_status 
+0x3687 010997 nrtn true 
+0x3688 010998 jam 1 ,mem_car_ir_breakdown_flag 
+0x3689 010999 rtn 
+:      011001 car_24g_no_data_timeout_timer:
+0x368a 011002 arg mem_car_24g_no_data_timeout_timer ,regc 
+0x368b 011003 arg car_24g_no_data_timer_timeout ,regb 
+0x368c 011004 branch timer_single_step_2b 
+:      011005 car_24g_no_data_timer_timeout:
+0x368d 011006 jam work_search ,mem_car_24g_status 
+0x368e 011007 branch car_g24_disconnect 
+:      011009 car_attack_shake_timer:
+0x368f 011010 arg mem_car_attack_shake_timer ,regc 
+0x3690 011011 arg car_attack_shake ,regb 
+0x3691 011012 branch timer_single_step 
+:      011013 car_attack_shake:
+0x3692 011014 fetch 1 ,mem_car_attack_shake_flag 
+0x3693 011015 branch car_attack_shake_stop ,blank 
+0x3694 011016 jam 2 ,mem_car_attack_shake_timer 
+0x3695 011017 jam 0 ,mem_car_attack_shake_flag 
+0x3696 011018 setarg 0x0a02 
+0x3697 011019 store 2 ,mem_le_receive_payload 
+0x3698 011020 fetch 1 ,mem_car_config_device_select 
+0x3699 011021 beq device_battle_tank ,car_attack_shake_front_battle_tank 
+:      011022 car_attack_shake_front_battle_car:
+0x369a 011023 branch car_motor_control 
+:      011024 car_attack_shake_front_battle_tank:
+0x369b 011025 setarg 0x0a02 
+0x369c 011026 store 2 ,mem_le_receive_payload + 2 
+0x369d 011027 branch car_motor_control 
+:      011028 car_attack_shake_stop:
+0x369e 011029 setarg 0 
+0x369f 011030 store 4 ,mem_le_receive_payload 
+0x36a0 011031 branch car_motor_control 
+:      011033 car_notify_vdd_timer:
+0x36a1 011034 fetch 1 ,mem_car_config_bat_notify_enable 
+0x36a2 011035 rtn blank 
+0x36a3 011036 fetch 2 ,mem_ui_state_map 
+0x36a4 011037 bbit0 ui_state_ble_connected ,car_low_bat_led_off 
+0x36a5 011038 arg mem_car_notify_vdd_timer ,regc 
+0x36a6 011039 arg car_notify_vdd ,regb 
+0x36a7 011040 branch timer_single_step 
+:      011041 car_notify_vdd:
+0x36a8 011042 fetch 1 ,mem_car_notify_vdd_count 
+0x36a9 011043 store 1 ,mem_car_notify_vdd_timer 
+0x36aa 011044 fetch 1 ,mem_car_working_flag 
+0x36ab 011045 nrtn blank 
+:      011046 car_read_hvin:
+0x36ac 011047 call adc_set_mode 
+0x36ad 011048 call vdd_calculate_by_mode 
+0x36ae 011049 store 2 ,mem_vdd_now_vol 
+0x36af 011050 arg mem_vdd_calculate_set ,rega 
+0x36b0 011051 call adc_bat_percent_lowpower_out 
+0x36b1 011052 fetcht 1 ,mem_car_notify_vdd_value_last 
+0x36b2 011053 isub temp ,null 
+0x36b3 011054 branch car_notify_vdd_next2 ,positive 
+0x36b4 011055 store 1 ,mem_car_notify_vdd_value_last 
+0x36b5 011056 copy pdata ,temp 
+:      011057 car_notify_vdd_next2:
+0x36b6 011058 storet 1 ,mem_car_notify_vdd_percent 
+0x36b7 011059 fetch 1 ,mem_car_config_low_voltage_percent 
+0x36b8 011060 isub temp ,null 
+0x36b9 011061 call car_enter_low_bat ,positive 
+0x36ba 011062 storet 1 ,mem_notify_bat_payload 
+0x36bb 011063 arg 6 ,loopcnt 
+0x36bc 011064 arg mem_notify_bat_head ,contr 
+0x36bd 011065 call calc_check_sum_start 
+0x36be 011066 store 1 ,mem_notify_bat_check_sum 
+0x36bf 011067 arg mem_notify_bat_packet ,rega 
+0x36c0 011068 branch queue_push 
+:      011069 car_enter_low_bat:
+0x36c1 011070 fetch 1 ,mem_low_bat_flag 
+0x36c2 011071 nrtn blank 
+0x36c3 011072 jam 1 ,mem_low_bat_flag 
+0x36c4 011073 arg 1 ,rega 
+0x36c5 011074 branch ui_led_blink_start_global 
+:      011075 car_low_bat_led_off:
+0x36c6 011076 arg 1 ,rega 
+0x36c7 011077 branch ui_led_blink_stop_global 
+:      011079 car_led_control_timer:
+0x36c8 011080 arg mem_car_led_control_timer ,regc 
+0x36c9 011081 arg car_led_control ,regb 
+0x36ca 011082 branch timer_single_step 
+:      011083 car_led_control:
+0x36cb 011084 jam 5 ,mem_car_led_control_timer 
+0x36cc 011085 jam 0 ,mem_car_led_no 
+0x36cd 011086 fetch 1 ,mem_car_led_blink_status 
+0x36ce 011087 beq led_on ,car_led_control_blink_off 
+0x36cf 011088 beq led_off ,car_led_control_blink_on 
+:      011089 car_led_control_set:
+0x36d0 011090 arg mem_car_led_control ,contr 
+0x36d1 011091 copy contr ,rega 
+0x36d2 011092 arg 8 ,loopcnt 
+:      011093 car_led_control_timer_next:
+0x36d3 011094 copy rega ,contr 
+0x36d4 011095 ifetch 1 ,contr 
+0x36d5 011096 copy contr ,rega 
+0x36d6 011097 beq led_off ,car_led_control_off 
+0x36d7 011098 beq led_on ,car_led_control_on 
+0x36d8 011099 beq led_blink ,car_led_control_blink 
+:      011100 car_led_control_timer_next_2:
+0x36d9 011101 fetch 1 ,mem_car_led_no 
+0x36da 011102 increase 1 ,pdata 
+0x36db 011103 store 1 ,mem_car_led_no 
+0x36dc 011104 loop car_led_control_timer_next 
+0x36dd 011105 rtn 
+:      011106 car_led_switch:
+0x36de 011107 fetch 1 ,mem_car_led_no 
+0x36df 011108 arg mem_car_config_blood_led_gpio ,regb 
+0x36e0 011109 iadd regb ,regb 
+0x36e1 011110 ifetcht 1 ,regb 
+0x36e2 011111 rtn 
+:      011112 car_led_control_off:
+0x36e3 011113 call car_led_switch 
+0x36e4 011114 call gpio_out_inactive 
+0x36e5 011115 branch car_led_control_timer_next_2 
+:      011116 car_led_control_on:
+0x36e6 011117 call car_led_switch 
+0x36e7 011118 call gpio_out_active 
+0x36e8 011119 branch car_led_control_timer_next_2 
+:      011120 car_led_control_blink:
+0x36e9 011121 fetch 1 ,mem_car_led_blink_status 
+0x36ea 011122 beq led_on ,car_led_control_off 
+0x36eb 011123 branch car_led_control_on 
+:      011124 car_led_control_blink_on:
+0x36ec 011125 jam led_on ,mem_car_led_blink_status 
+0x36ed 011126 branch car_led_control_set 
+:      011127 car_led_control_blink_off:
+0x36ee 011128 jam led_off ,mem_car_led_blink_status 
+0x36ef 011129 branch car_led_control_set 
+:      011133 calc_check_sum_start:
+0x36f0 011134 arg 0 ,rega 
+:      011135 calc_check_sum_loop:
+0x36f1 011136 ifetch 1 ,contr 
+0x36f2 011137 iadd rega ,rega 
+0x36f3 011138 loop calc_check_sum_loop 
+:      011139 calc_check_sum_and:
+0x36f4 011140 and rega ,0xff ,pdata 
+0x36f5 011141 rtn 
+:      011143 car_le_receive_data:
+0x36f6 011144 fetch 1 ,mem_le_att_opcode 
+0x36f7 011145 beq attop_write_request ,car_le_parse_att_write_request 
+0x36f8 011146 rtn 
+:      011147 car_le_parse_att_write_request:
+0x36f9 011148 fetch 2 ,mem_le_att_handle 
+0x36fa 011149 beq att_car_control_handle ,car_control_le_receive 
+0x36fb 011150 rtn 
+:      011162 le_app_receive_data:
+0x36fc 011163 bpatch patch1a_0 ,mem_patch1a 
+0x36fd 011164 ifetch 5 ,rega 
+0x36fe 011165 store 5 ,mem_app_receive_temp 
+0x36ff 011166 fetch 2 ,mem_app_receive_temp 
+0x3700 011167 arg le_receive_packet_head ,temp 
+0x3701 011168 isub temp ,null 
+0x3702 011169 nrtn zero 
+0x3703 011170 fetch 2 ,mem_app_receive_temp + 3 
+0x3704 011171 byteswap pdata ,pdata 
+0x3705 011172 store 2 ,mem_app_receive_temp + 3 
+0x3706 011173 copy pdata ,loopcnt 
+0x3707 011174 increase 5 ,rega 
+0x3708 011175 copy rega ,contr 
+0x3709 011176 arg mem_app_receive_temp + 5 ,contw 
+0x370a 011177 call memcpy 
+0x370b 011178 ifetch 1 ,contr 
+0x370c 011179 store 1 ,mem_app_receive_temp + 15 
+0x370d 011180 arg mem_app_receive_temp + 2 ,rega 
+0x370e 011181 arg mem_app_receive_temp + 5 ,regb 
+0x370f 011182 rtn 
+:      011184 car_control_le_receive:
+0x3710 011185 setarg 0 
+0x3711 011186 store 5 ,mem_le_receive_payload 
+0x3712 011187 store 5 ,mem_le_receive_payload + 5 
+0x3713 011188 call le_app_receive_data 
+0x3714 011189 copy regb ,contr 
+0x3715 011190 arg mem_le_receive_payload ,contw 
+0x3716 011191 arg 10 ,loopcnt 
+0x3717 011192 call memcpy 
+:      011193 car_receive_cmd_select:
+0x3718 011194 bpatch patch1a_1 ,mem_patch1a 
+0x3719 011195 ifetch 1 ,rega 
+0x371a 011196 beq car_cmd_old_car_control ,car_drive_old 
+0x371b 011197 beq car_cmd_old_speed_control ,car_speed_set_old 
+0x371c 011198 beq car_cmd_l_r_motor_control ,car_motor_control 
+0x371d 011199 beq car_cmd_f_b_motor_control ,car_motor_control 
+0x371e 011200 beq car_cmd_ir_control ,car_ir_data_rx_from_app 
+0x371f 011201 beq car_cmd_led_control ,car_led_control_receive 
+0x3720 011202 beq car_cmd_device_info ,car_info_request 
+0x3721 011203 rtn 
+:      011205 car_24g_receive_data:
+0x3722 011206 fetch 2 ,mem_ui_state_map 
+0x3723 011207 rtnbit1 ui_state_ble_connected 
+0x3724 011209 fetch 2 ,mem_car_24g_no_data_timeout_count 
+0x3725 011210 store 2 ,mem_car_24g_no_data_timeout_timer 
+0x3726 011212 jam work_paired ,mem_car_24g_received_pac 
+0x3727 011214 setarg offset_24g_rxdata_temp_add3 
+0x3728 011215 call g24_set_rega 
+0x3729 011216 call car_control_le_receive 
+0x372a 011218 fetch 1 ,mem_app_receive_temp + 2 
+0x372b 011219 beq car_cmd_l_r_motor_control ,car_24g_receive_data_next 
+0x372c 011220 beq car_cmd_f_b_motor_control ,car_24g_receive_data_next 
+0x372d 011221 rtn 
+:      011222 car_24g_receive_data_next:
+0x372e 011223 fetch 1 ,mem_le_receive_payload 
+0x372f 011224 ncall car_moto1_enable_blank_data_timer ,blank 
+0x3730 011225 fetch 1 ,mem_le_receive_payload + 2 
+0x3731 011226 ncall car_moto2_enable_blank_data_timer ,blank 
+0x3732 011227 fetch 1 ,mem_le_receive_payload + 4 
+0x3733 011228 ncall car_moto3_enable_blank_data_timer ,blank 
+0x3734 011229 rtn 
+:      011231 car_moto1_enable_blank_data_timer:
+0x3735 011232 jam 5 ,mem_car_moto1_blank_timer 
+0x3736 011233 rtn 
+:      011234 car_moto2_enable_blank_data_timer:
+0x3737 011235 jam 5 ,mem_car_moto2_blank_timer 
+0x3738 011236 rtn 
+:      011237 car_moto3_enable_blank_data_timer:
+0x3739 011238 jam 5 ,mem_car_moto3_blank_timer 
+0x373a 011239 rtn 
+:      011241 car_moto1_blank_data_timer:
+0x373b 011242 arg mem_car_moto1_blank_timer ,regc 
+0x373c 011243 arg car_moto1_blank_data ,regb 
+0x373d 011244 branch timer_single_step 
+:      011245 car_moto2_blank_data_timer:
+0x373e 011246 arg mem_car_moto2_blank_timer ,regc 
+0x373f 011247 arg car_moto2_blank_data ,regb 
+0x3740 011248 branch timer_single_step 
+:      011249 car_moto3_blank_data_timer:
+0x3741 011250 arg mem_car_moto3_blank_timer ,regc 
+0x3742 011251 arg car_moto3_blank_data ,regb 
+0x3743 011252 branch timer_single_step 
+:      011254 car_moto1_blank_data:
+0x3744 011255 jam 0 ,mem_le_receive_payload 
+0x3745 011256 branch car_motor_control 
+:      011257 car_moto2_blank_data:
+0x3746 011258 jam 0 ,mem_le_receive_payload + 2 
+0x3747 011259 branch car_motor_control 
+:      011260 car_moto3_blank_data:
+0x3748 011261 jam 0 ,mem_le_receive_payload + 4 
+0x3749 011262 branch car_motor_control 
+:      011267 car_drive_old:
+0x374a 011268 call car_left_right_control_old 
+0x374b 011269 branch car_front_back_control_old 
+:      011270 car_left_right_control_old:
+0x374c 011271 fetch 1 ,mem_le_receive_payload 
+0x374d 011272 store 1 ,mem_motor2_status 
+0x374e 011273 branch car_motor2_control 
+:      011274 car_front_back_control_old:
+0x374f 011275 fetch 1 ,mem_motor1_speed 
+0x3750 011276 call car_reset_old_speed 
+0x3751 011277 fetch 1 ,mem_le_receive_payload + 1 
+0x3752 011278 store 1 ,mem_motor1_status 
+0x3753 011279 branch car_motor1_control 
+:      011280 car_reset_old_speed:
+0x3754 011281 beq speed_level_2 ,car_reset_old_speed2 
+0x3755 011282 beq speed_level_3 ,car_reset_old_speed3 
+0x3756 011283 store 1 ,mem_motor1_speed 
+0x3757 011284 rtn 
+:      011285 car_reset_old_speed2:
+0x3758 011286 jam speed_level_5 ,mem_motor1_speed 
+0x3759 011287 rtn 
+:      011288 car_reset_old_speed3:
+0x375a 011289 jam speed_level_10 ,mem_motor1_speed 
+0x375b 011290 rtn 
+:      011291 car_speed_set_old:
+0x375c 011292 fetch 1 ,mem_le_receive_payload 
+0x375d 011293 call car_reset_old_speed 
+0x375e 011294 fetch 1 ,mem_motor1_speed 
+0x375f 011295 call car_motor_speed_duty_setting 
+0x3760 011296 call car_motor_speed_duty_transform 
+0x3761 011297 branch pwm_pwm0_duty_set 
+:      011299 car_motor_control:
+0x3762 011300 fetch 1 ,mem_car_24g_go_die_flag 
+0x3763 011301 nrtn blank 
+0x3764 011302 fetch 6 ,mem_le_receive_payload 
+0x3765 011303 store 6 ,mem_motor1_status 
+0x3766 011304 fetch 1 ,mem_motor1_speed 
+0x3767 011305 fetcht 1 ,mem_motor2_speed 
+0x3768 011306 iand temp ,pdata 
+0x3769 011307 fetcht 1 ,mem_motor3_speed 
+0x376a 011308 iand temp ,pdata 
+0x376b 011309 call car_motor_working_flag ,blank 
+0x376c 011310 bpatch patch1a_2 ,mem_patch1a 
+0x376d 011311 call car_motor1_control 
+0x376e 011312 call car_motor2_control 
+0x376f 011313 branch car_motor3_control 
+:      011314 car_motor1_control:
+0x3770 011315 arg mem_motor1_pwm_set ,regb 
+0x3771 011316 arg mem_motor1_status ,contr 
+0x3772 011317 branch car_motor_status_select 
+:      011318 car_motor2_control:
+0x3773 011319 arg mem_motor2_pwm_set ,regb 
+0x3774 011320 arg mem_motor2_status ,contr 
+0x3775 011321 branch car_motor_status_select 
+:      011322 car_motor3_control:
+0x3776 011323 arg mem_motor3_pwm_set ,regb 
+0x3777 011324 arg mem_motor3_status ,contr 
+0x3778 011325 branch car_motor_status_select 
+:      011326 car_motor_working_flag:
+0x3779 011327 jam 0 ,mem_car_working_flag 
+0x377a 011328 rtn 
+:      011330 car_motor_status_select:
+0x377b 011331 ifetch 1 ,contr 
+0x377c 011332 beq motor_stop ,car_motor_stop 
+0x377d 011333 beq go_front ,car_motor_positive 
+0x377e 011334 beq go_back ,car_motor_negative 
+0x377f 011335 rtn 
+:      011336 car_motor_positive:
+0x3780 011337 jam 0 ,mem_motor_select_p_n 
+0x3781 011338 branch car_motor_negative + 1 
+:      011339 car_motor_negative:
+0x3782 011340 jam 1 ,mem_motor_select_p_n 
+0x3783 011341 ifetch 1 ,contr 
+0x3784 011342 store 1 ,mem_car_motor_speed 
+0x3785 011343 ifetch 8 ,regb 
+0x3786 011344 branch car_motor_work 
+:      011346 car_motor_stop:
+0x3787 011347 ifetch 1 ,regb 
+0x3788 011348 call pwm_disable 
+0x3789 011349 increase 1 ,regb 
+0x378a 011350 ifetch 1 ,regb 
+0x378b 011351 branch pwm_disable 
+:      011352 car_motor_work:
+0x378c 011353 store 8 ,mem_motor_pwm_pin1_set 
+0x378d 011354 jam 1 ,mem_car_working_flag 
+0x378e 011355 fetch 1 ,mem_motor_select_p_n 
+0x378f 011356 beq 0 ,car_motor_select_positive 
+:      011357 car_motor_select_negative:
+0x3790 011358 fetch 1 ,mem_motor_pwm_pin2_set 
+0x3791 011359 store 1 ,mem_motor_pwm_pin_set 
+0x3792 011360 fetch 1 ,mem_motor_pwm_pin1_set 
+:      011361 car_motor_work_next:
+0x3793 011362 call pwm_disable 
+0x3794 011363 fetch 1 ,mem_car_motor_speed 
+0x3795 011364 call car_motor_speed_duty_setting 
+0x3796 011365 store 1 ,mem_motor_pwm_dute_set 
+0x3797 011366 fetch 6 ,mem_motor_pwm_pin_set 
+0x3798 011367 store 6 ,mem_pdatatemp 
+0x3799 011368 branch pwm_out_set 
+:      011369 car_motor_select_positive:
+0x379a 011370 fetch 1 ,mem_motor_pwm_pin1_set 
+0x379b 011371 store 1 ,mem_motor_pwm_pin_set 
+0x379c 011372 fetch 1 ,mem_motor_pwm_pin2_set 
+0x379d 011373 branch car_motor_work_next 
+:      011375 car_motor_speed_duty_setting:
+0x379e 011376 mul32 pdata ,5 ,pdata 
+0x379f 011377 add pdata ,50 ,pdata 
+0x37a0 011378 rtn 
+:      011379 car_motor_speed_duty_transform:
+0x37a1 011380 arg 12000 ,temp 
+0x37a2 011381 imul32 temp ,pdata 
+0x37a3 011382 div pdata ,100 
+0x37a4 011383 call wait_div_end 
+0x37a5 011384 quotient temp 
+0x37a6 011385 copy temp ,rega 
+0x37a7 011386 setarg 12000 
+0x37a8 011387 isub temp ,regb 
+0x37a9 011388 rtn 
+:      011391 car_ir_init:
+0x37aa 011392 hfetch 1 ,core_gpio_sel2 
+0x37ab 011393 set1 2 ,pdata 
+0x37ac 011394 hstore 1 ,core_gpio_sel2 
+0x37ad 011395 setarg 158 
+0x37ae 011396 hstore 2 ,core_pwm_pcnt4 
+0x37af 011397 hstore 2 ,core_pwm_ncnt4 
+0x37b0 011398 rtn 
+:      011400 car_ir_data_rx_from_app:
+0x37b1 011401 fetch 1 ,mem_car_24g_go_die_flag 
+0x37b2 011402 nrtn blank 
+0x37b3 011403 fetch 2 ,mem_le_receive_payload 
+0x37b4 011404 store 2 ,mem_ir_data 
+0x37b5 011405 fetch 1 ,mem_car_24g_status 
+0x37b6 011406 bne work_paired ,car_ir_data_tx 
+0x37b7 011407 fetch 2 ,mem_le_lap 
+0x37b8 011408 store 2 ,mem_ir_data 
+:      011409 car_ir_data_tx:
+0x37b9 011410 bpatch patch1a_3 ,mem_patch1a 
+0x37ba 011411 call car_ir_init 
+0x37bb 011412 call car_ir_enable 
+0x37bc 011413 setarg 48000 
+0x37bd 011414 call sleep 
+0x37be 011415 call car_ir_disable 
+0x37bf 011416 setarg 7200 
+0x37c0 011417 call sleep 
+0x37c1 011418 arg 16 ,loopcnt 
+:      011419 car_ir_send_loop:
+0x37c2 011420 call car_ir_enable 
+0x37c3 011421 fetch 2 ,mem_ir_data 
+0x37c4 011422 bbit1 0 ,car_ir_is_bit1 
+0x37c5 011423 setarg 7200 
+0x37c6 011424 call sleep 
+0x37c7 011425 call car_ir_disable 
+0x37c8 011426 branch car_ir_wait_finish 
+:      011428 car_ir_is_bit1:
+0x37c9 011429 setarg 14400 
+0x37ca 011430 call sleep 
+0x37cb 011431 call car_ir_disable 
+:      011432 car_ir_wait_finish:
+0x37cc 011433 setarg 7200 
+0x37cd 011434 call sleep 
+0x37ce 011435 fetch 2 ,mem_ir_data 
+0x37cf 011436 rshift pdata ,pdata 
+0x37d0 011437 store 2 ,mem_ir_data 
+0x37d1 011438 loop car_ir_send_loop 
+0x37d2 011440 jam 2 ,mem_car_attack_shake_timer 
+0x37d3 011441 jam 1 ,mem_car_attack_shake_flag 
+0x37d4 011442 setarg 0x0a01 
+0x37d5 011443 store 2 ,mem_le_receive_payload 
+0x37d6 011444 fetch 1 ,mem_car_config_device_select 
+0x37d7 011445 beq device_battle_tank ,car_attack_shake_back_battle_tank 
+:      011446 car_attack_shake_back_battle_car:
+0x37d8 011447 branch car_motor_control 
+:      011448 car_attack_shake_back_battle_tank:
+0x37d9 011449 setarg 0x0a01 
+0x37da 011450 store 2 ,mem_le_receive_payload + 2 
+0x37db 011451 branch car_motor_control 
+:      011453 car_ir_enable:
+0x37dc 011454 hfetch 1 ,core_gpio_key2 
+0x37dd 011455 or_into 0x40 ,pdata 
+0x37de 011456 hstore 1 ,core_gpio_key2 
+0x37df 011457 rtn 
+:      011458 car_ir_disable:
+0x37e0 011459 hfetch 1 ,core_gpio_key2 
+0x37e1 011460 and_into 0xbf ,pdata 
+0x37e2 011461 hstore 1 ,core_gpio_key2 
+0x37e3 011462 rtn 
+:      011464 car_ir_rx_init:
+0x37e4 011465 fetch 1 ,mem_car_config_ir_enable 
+0x37e5 011466 rtneq 0x00 
+0x37e6 011467 call lpm_disable_exen_output 
+0x37e7 011468 fetcht 1 ,mem_car_config_ir_rx_gpio 
+0x37e8 011469 storet 1 ,mem_ir_rx_gpio 
+0x37e9 011470 call gpio_config_input 
+0x37ea 011471 call car_ir_gpio_get_status 
+0x37eb 011472 nrtn true 
+0x37ec 011473 jam 1 ,mem_car_ir_breakdown_check_timer 
+0x37ed 011474 rtn 
+:      011476 car_ir_receive_process:
+0x37ee 011477 fetch 1 ,mem_car_config_ir_enable 
+0x37ef 011478 rtneq flag_ir_disable 
+0x37f0 011479 fetch 1 ,mem_car_ir_breakdown_flag 
+0x37f1 011480 nrtn blank 
+0x37f2 011481 fetch 2 ,mem_ui_state_map 
+0x37f3 011482 bbit1 ui_state_ble_connected ,car_ir_receive_process_next 
+0x37f4 011483 fetch 1 ,mem_car_24g_status 
+0x37f5 011484 rtnne work_paired 
+:      011485 car_ir_receive_process_next:
+0x37f6 011486 bpatch patch1a_4 ,mem_patch1a 
+0x37f7 011487 call car_ir_gpio_get_status 
+0x37f8 011488 nrtn true 
+0x37f9 011489 setarg 36000 
+0x37fa 011490 call sleep 
+0x37fb 011491 call car_ir_gpio_get_status 
+0x37fc 011492 nrtn true 
+0x37fd 011493 call car_ir_clk_get 
+:      011494 car_ir_packet_head_wait_end:
+0x37fe 011495 call car_ir_clk_check 
+0x37ff 011496 nrtn positive 
+0x3800 011497 call car_ir_gpio_get_status 
+0x3801 011498 branch car_ir_packet_head_wait_end ,true 
+0x3802 011499 arg 0 ,rega 
+0x3803 011500 arg 16 ,loopcnt 
+0x3804 011501 call car_ir_clk_get 
+:      011502 car_ir_receive_process_loop:
+0x3805 011503 call car_ir_clk_check 
+0x3806 011504 nrtn positive 
+0x3807 011505 call car_ir_gpio_get_status 
+0x3808 011506 nbranch car_ir_receive_process_loop ,true 
+0x3809 011507 setarg 10800 
+0x380a 011508 call sleep 
+0x380b 011509 call car_ir_gpio_get_status 
+0x380c 011510 branch car_ir_get_bit1 ,true 
+:      011511 car_ir_get_bit0:
+0x380d 011512 setarg 0 
+0x380e 011513 rshift rega ,rega 
+0x380f 011514 ior rega ,rega 
+0x3810 011515 loop car_ir_receive_process_loop 
+0x3811 011516 branch car_ir_receive_process_end 
+:      011517 car_ir_get_bit1:
+0x3812 011518 setarg 0x8000 
+0x3813 011519 rshift rega ,rega 
+0x3814 011520 ior rega ,rega 
+0x3815 011521 call car_ir_clk_get 
+:      011522 car_ir_get_bit1_wait_low_end:
+0x3816 011523 call car_ir_clk_check 
+0x3817 011524 nrtn positive 
+0x3818 011525 call car_ir_gpio_get_status 
+0x3819 011526 branch car_ir_get_bit1_wait_low_end ,true 
+0x381a 011527 loop car_ir_receive_process_loop 
+:      011528 car_ir_receive_process_end:
+0x381b 011529 bpatch patch1a_5 ,mem_patch1a 
+0x381c 011530 copy rega ,pdata 
+0x381d 011531 store 2 ,mem_ir_rx_buf 
+0x381e 011532 store 2 ,mem_ir_notify_data + 8 
+0x381f 011533 fetch 1 ,mem_car_24g_status 
+0x3820 011534 beq work_paired ,car_ir_24g_receive_attack 
+:      011535 car_ir_data_notify:
+0x3821 011536 arg 0x07 ,loopcnt 
+0x3822 011537 arg mem_ir_notify_data_head ,contr 
+0x3823 011538 call calc_check_sum_start 
+0x3824 011539 store 1 ,mem_ir_notify_data_check_sum 
+0x3825 011540 arg mem_ir_notify_data ,rega 
+0x3826 011541 branch queue_push 
+:      011543 car_ir_24g_receive_attack:
+0x3827 011544 fetch 1 ,mem_car_24g_ir_receive_attack_count 
+0x3828 011545 increase 1 ,pdata 
+0x3829 011546 store 1 ,mem_car_24g_ir_receive_attack_count 
+0x382a 011547 div pdata ,2 
+0x382b 011548 call wait_div_end 
+0x382c 011549 quotient temp 
+0x382d 011550 remainder pdata 
+0x382e 011551 nbranch car_ir_24g_receive_attack_blink ,blank 
+:      011552 car_ir_24g_receive_attack_off:
+0x382f 011553 fetch 1 ,mem_car_config_led_num 
+0x3830 011554 isub temp ,null 
+0x3831 011555 call car_ir_24g_go_die ,zero 
+0x3832 011556 arg mem_car_led_control ,pdata 
+0x3833 011557 increase -1 ,temp 
+0x3834 011558 iadd temp ,rega 
+0x3835 011559 arg 0 ,pdata 
+0x3836 011560 istore 1 ,rega 
+0x3837 011561 rtn 
+:      011562 car_ir_24g_receive_attack_blink:
+0x3838 011563 arg mem_car_led_control ,pdata 
+0x3839 011564 iadd temp ,rega 
+0x383a 011565 arg 2 ,pdata 
+0x383b 011566 istore 1 ,rega 
+0x383c 011567 rtn 
+:      011568 car_ir_24g_go_die:
+0x383d 011569 jam 1 ,mem_car_24g_go_die_flag 
+0x383e 011570 rtn 
+:      011571 car_ir_clk_get:
+0x383f 011572 copy clkn_bt ,pdata 
+0x3840 011573 store 4 ,mem_ir_receive_clkn 
+0x3841 011574 rtn 
+:      011575 car_ir_clk_check:
+0x3842 011576 copy clkn_bt ,pdata 
+0x3843 011577 fetcht 4 ,mem_ir_receive_clkn 
+0x3844 011578 isub temp ,pdata 
+0x3845 011579 sub pdata ,200 ,null 
+0x3846 011580 rtn 
+:      011582 car_ir_gpio_get_status:
+0x3847 011583 fetcht 1 ,mem_ir_rx_gpio 
+0x3848 011584 branch gpio_get_bit 
+:      011586 car_led_control_receive:
+0x3849 011587 fetch 8 ,mem_le_receive_payload 
+0x384a 011588 store 8 ,mem_car_led_control 
+0x384b 011589 rtn 
+:      011591 car_info_request:
+0x384c 011592 fetch 1 ,mem_car_config_device_select 
+0x384d 011593 store 1 ,mem_car_info_request_payload 
+0x384e 011594 fetch 1 ,mem_car_config_motor_layout 
+0x384f 011595 store 1 ,mem_car_info_request_payload + 1 
+0x3850 011596 fetch 1 ,mem_car_config_ir_enable 
+0x3851 011597 store 1 ,mem_car_info_request_payload + 2 
+0x3852 011598 arg 13 ,loopcnt 
+0x3853 011599 arg mem_car_info_request_head ,contr 
+0x3854 011600 call calc_check_sum_start 
+0x3855 011601 store 1 ,mem_car_info_request_checksum 
+0x3856 011602 arg mem_car_info_request ,rega 
+0x3857 011603 branch queue_push 
+:      011609 light_init:
+0x3858 011610 call clear_eeprom_size_2k 
+0x3859 011611 jam 0x7a ,mem_curr_packet_num 
+0x385a 011612 call light_load_controler_list 
+0x385b 011613 call light_init_crr_cmd_count 
+0x385c 011614 setarg light_pairing_timer 
+0x385d 011615 store 2 ,mem_cb_event_timer 
+0x385e 011616 arg 0 ,rega 
+0x385f 011617 branch pwm_init 
+:      011619 light_pairing_timer:
+0x3860 011620 fetch 2 ,mem_light_pairing_timer 
+0x3861 011621 rtn blank 
+0x3862 011622 increase -1 ,pdata 
+0x3863 011623 store 2 ,mem_light_pairing_timer 
+0x3864 011624 rtnne 0 
+0x3865 011625 jam 0 ,mem_light_pairing_enable 
+0x3866 011626 rtn 
+:      011628 light_init_crr_cmd_count:
+0x3867 011629 bpatch patch1a_6 ,mem_patch1a 
+0x3868 011630 fetch 1 ,mem_light_next_record 
+0x3869 011631 sub pdata ,40 ,null 
+0x386a 011632 rtn positive 
+0x386b 011633 jam 0 ,mem_light_next_record 
+0x386c 011634 rtn 
+:      011636 light_load_controler_list:
+0x386d 011637 arg mem_light_next_record ,rega 
+0x386e 011638 arg 0 ,regb 
+0x386f 011639 arg 81 ,temp 
+0x3870 011640 branch iicd_read_eep_data 
+:      011643 light_find_controler_pairing:
+0x3871 011644 disable user 
+0x3872 011645 fetch 1 ,mem_light_cnum 
+0x3873 011646 copy pdata ,loopcnt 
+0x3874 011648 arg mem_light_clist ,rega 
+0x3875 011649 copy regc ,regb 
+:      011650 light_find_controler_pairing_loop:
+0x3876 011651 bpatch patch1a_7 ,mem_patch1a 
+0x3877 011652 call light_compare_addr_record 
+0x3878 011653 branch enable_user ,zero 
+:      011654 light_find_single_pairing_diff:
+0x3879 011655 increase 4 ,rega 
+0x387a 011656 loop light_find_controler_pairing_loop 
+0x387b 011657 rtn 
+:      011660 light_compare_addr_record:
+0x387c 011661 bpatch patch1b_0 ,mem_patch1b 
+0x387d 011662 ifetch 3 ,rega 
+0x387e 011663 ifetcht 3 ,regb 
+0x387f 011664 isub temp ,null 
+0x3880 011665 rtn 
+:      011667 light_compare_single_record:
+0x3881 011668 bpatch patch1b_1 ,mem_patch1b 
+0x3882 011669 ifetch 3 ,rega 
+0x3883 011670 ifetcht 3 ,regb 
+0x3884 011671 isub temp ,null 
+0x3885 011672 nrtn zero 
+0x3886 011673 ifetch 1 ,contr 
+0x3887 011674 sub pdata ,0 ,null 
+0x3888 011675 rtn zero 
+0x3889 011676 add rega ,3 ,contr 
+0x388a 011677 ifetcht 1 ,contr 
+0x388b 011678 isub temp ,null 
+0x388c 011679 rtn 
+:      011682 light_find_controler_cmd:
+0x388d 011683 bpatch patch1b_2 ,mem_patch1b 
+0x388e 011684 disable user 
+0x388f 011685 fetch 1 ,mem_light_cnum 
+0x3890 011686 copy pdata ,loopcnt 
+0x3891 011688 arg mem_light_clist ,rega 
+0x3892 011689 copy regc ,regb 
+:      011690 light_find_controler_cmd_loop:
+0x3893 011691 call light_compare_single_record 
+0x3894 011692 branch enable_user ,zero 
+0x3895 011693 increase 4 ,rega 
+0x3896 011694 loop light_find_controler_cmd_loop 
+0x3897 011695 rtn 
+:      011698 light_recv_adv:
+0x3898 011699 fetch 1 ,mem_le_scanrsp_rcv 
+0x3899 011700 increase 1 ,pdata 
+0x389a 011701 store 1 ,mem_le_scanrsp_rcv 
+0x389b 011702 arg mem_le_rxbuf + 12 ,regc 
+:      011704 light_anylize_command:
+0x389c 011705 ifetch 2 ,regc 
+0x389d 011706 arg 0x55aa ,temp 
+0x389e 011707 isub temp ,null 
+0x389f 011708 nrtn zero 
+0x38a0 011709 copy contr ,regc 
+0x38a1 011710 ifetcht 3 ,regc 
+0x38a2 011711 setarg 0xffffff 
+0x38a3 011712 isub temp ,null 
+0x38a4 011713 branch light_parse_cmd ,zero 
+0x38a5 011714 call light_find_controler_cmd 
+0x38a6 011715 branch light_parse_cmd ,user 
+0x38a7 011716 rtn 
+:      011718 light_parse_cmd:
+0x38a8 011719 bpatch patch1b_3 ,mem_patch1b 
+0x38a9 011720 increase 4 ,regc 
+0x38aa 011721 ifetch 1 ,regc 
+0x38ab 011722 fetcht 1 ,mem_curr_packet_num 
+0x38ac 011723 isub temp ,null 
+0x38ad 011724 rtn zero 
+0x38ae 011725 store 1 ,mem_curr_packet_num 
+0x38af 011726 fetch 1 ,mem_le_req_rcv 
+0x38b0 011727 increase 1 ,pdata 
+0x38b1 011728 store 1 ,mem_le_req_rcv 
+0x38b2 011730 increase 1 ,regc 
+0x38b3 011731 ifetch 1 ,regc 
+0x38b4 011732 store 1 ,mem_light_crr_cmd_count 
+0x38b5 011733 copy pdata ,loopcnt 
+0x38b6 011734 rtn blank 
+:      011735 light_parse_cmd_loop:
+0x38b7 011736 ifetch 1 ,contr 
+0x38b8 011737 beq light_cmd_pwm0 ,light_parse_cmd_pwm0 
+0x38b9 011738 beq light_cmd_pwm1 ,light_parse_cmd_pwm1 
+0x38ba 011739 beq light_cmd_pwm2 ,light_parse_cmd_pwm2 
+0x38bb 011740 beq light_cmd_pwm3 ,light_parse_cmd_pwm3 
+0x38bc 011741 beq light_cmd_pwm4 ,light_parse_cmd_pwm4 
+0x38bd 011742 beq light_cmd_pwm5 ,light_parse_cmd_pwm5 
+0x38be 011743 beq light_cmd_auto_mode ,light_parse_auto_mode 
+0x38bf 011744 beq light_cmd_pairing ,light_parse_pairing 
+0x38c0 011745 loop light_parse_cmd_loop 
+0x38c1 011746 rtn 
+:      011748 light_parse_cmd_pwm0:
+0x38c2 011749 copy contr ,regc 
+0x38c3 011750 fetch 1 ,mem_light_pwm0 
+0x38c4 011751 store 1 ,mem_pdatatemp 
+0x38c5 011752 arg 0 ,temp 
+:      011753 light_parse_cmd_pwm_common:
+0x38c6 011754 storet 1 ,mem_pdatatemp + 1 
+0x38c7 011755 setarg 10000 
+0x38c8 011756 store 3 ,mem_pdatatemp + 2 
+0x38c9 011757 ifetch 1 ,regc 
+0x38ca 011758 store 1 ,mem_pdatatemp + 5 
+0x38cb 011759 call pwm_out_set 
+0x38cc 011760 and regc ,1 ,contr 
+0x38cd 011761 loop light_parse_cmd_loop 
+0x38ce 011762 rtn 
+:      011763 light_parse_cmd_pwm1:
+0x38cf 011764 copy regc ,contr 
+0x38d0 011765 fetch 1 ,mem_light_pwm1 
+0x38d1 011766 store 1 ,mem_pdatatemp 
+0x38d2 011767 arg 1 ,temp 
+0x38d3 011768 branch light_parse_cmd_pwm_common 
+:      011769 light_parse_cmd_pwm2:
+0x38d4 011770 copy regc ,contr 
+0x38d5 011771 fetch 1 ,mem_light_pwm2 
+0x38d6 011772 store 1 ,mem_pdatatemp 
+0x38d7 011773 arg 2 ,temp 
+0x38d8 011774 branch light_parse_cmd_pwm_common 
+:      011775 light_parse_cmd_pwm3:
+0x38d9 011776 copy regc ,contr 
+0x38da 011777 fetch 1 ,mem_light_pwm3 
+0x38db 011778 store 1 ,mem_pdatatemp 
+0x38dc 011779 arg 3 ,temp 
+0x38dd 011780 branch light_parse_cmd_pwm_common 
+:      011781 light_parse_cmd_pwm4:
+0x38de 011782 copy regc ,contr 
+0x38df 011783 fetch 1 ,mem_light_pwm4 
+0x38e0 011784 store 1 ,mem_pdatatemp 
+0x38e1 011785 arg 4 ,temp 
+0x38e2 011786 branch light_parse_cmd_pwm_common 
+:      011787 light_parse_cmd_pwm5:
+0x38e3 011788 copy regc ,contr 
+0x38e4 011789 fetch 1 ,mem_light_pwm5 
+0x38e5 011790 store 1 ,mem_pdatatemp 
+0x38e6 011791 arg 5 ,temp 
+0x38e7 011792 branch light_parse_cmd_pwm_common 
+:      011794 light_parse_auto_mode:
+0x38e8 011795 ifetch 1 ,contr 
+0x38e9 011796 rtn 
+:      011798 light_parse_pairing:
+0x38ea 011799 copy contr ,regc 
+0x38eb 011800 fetch 1 ,mem_light_pairing_enable 
+0x38ec 011801 bne 1 ,light_parse_pairing_abandon 
+0x38ed 011802 call update_controler_list 
+:      011803 light_parse_pairing_abandon:
+0x38ee 011804 and regc ,4 ,contr 
+0x38ef 011805 rtn 
+:      011806 update_controler_list:
+0x38f0 011807 bpatch patch1b_4 ,mem_patch1b 
+0x38f1 011808 call light_find_controler_pairing 
+0x38f2 011809 branch update_conrtoler_list_found ,user 
+0x38f3 011810 fetch 1 ,mem_light_next_record 
+0x38f4 011811 copy pdata ,temp 
+0x38f5 011812 increase 1 ,pdata 
+0x38f6 011813 store 1 ,mem_light_next_record 
+0x38f7 011814 call light_init_crr_cmd_count 
+0x38f8 011815 lshift2 temp ,temp 
+0x38f9 011816 setarg mem_light_clist 
+0x38fa 011817 iadd temp ,contw 
+0x38fb 011818 ifetch 4 ,regc 
+0x38fc 011819 istore 4 ,contw 
+0x38fd 011820 branch update_conrtoler_store_list 
+:      011821 update_conrtoler_list_found:
+0x38fe 011822 add regc ,3 ,contr 
+0x38ff 011823 ifetch 1 ,contr 
+0x3900 011824 rtn blank 
+0x3901 011825 ifetch 4 ,regc 
+0x3902 011826 istore 4 ,rega 
+:      011827 update_conrtoler_store_list:
+0x3903 011828 arg mem_light_next_record ,rega 
+0x3904 011829 arg 0 ,regb 
+0x3905 011830 arg 81 ,temp 
+0x3906 011831 branch iicd_write_eep_data 
+:      011835 lightc_init:
+0x3907 011839 fetcht 1 ,mem_lightc_led_gpio 
+0x3908 011840 call gpio_out_inactive 
+0x3909 011841 rtn 
+:      011844 lightc_dispatch:
+0x390a 011847 fetcht 1 ,mem_lightc_led_gpio 
+0x390b 011848 call gpio_out_active 
+0x390c 011851 fetcht 1 ,mem_lightc_led_gpio 
+0x390d 011852 call gpio_out_inactive 
+0x390e 011855 call lightc_start_adv 
+0x390f 011857 fetch 1 ,mem_adv_time 
+0x3910 011858 nrtn blank 
+0x3911 011860 call lpm_write_gpio_wakeup 
+0x3912 011861 hfetch 4 ,core_lpm_ctrl 
+0x3913 011862 set0 15 ,pdata 
+0x3914 011863 hstore 4 ,core_lpm_reg 
+0x3915 011864 call lpm_write_ctrl 
+0x3916 011865 arg param_hibernate_clks ,temp 
+0x3917 011866 branch lpm_sleep 
+:      011868 lightc_adv:
+0x3918 011869 fetch 1 ,mem_adv_time 
+0x3919 011870 branch le_adv_loop_tx ,blank 
+0x391a 011871 increase -1 ,pdata 
+0x391b 011872 store 1 ,mem_adv_time 
+0x391c 011873 branch le_adv_loop_tx 
+:      011875 lightc_start_adv:
+0x391d 011876 mul32 pdata ,20 ,pdata 
+0x391e 011877 arg mem_cmd0_string ,contr 
+0x391f 011878 iadd contr ,contr 
+0x3920 011879 ifetch 1 ,contr 
+0x3921 011880 rtn blank 
+0x3922 011881 copy pdata ,rega 
+0x3923 011882 copy rega ,loopcnt 
+0x3924 011883 arg mem_le_adv_data + 2 ,contw 
+0x3925 011884 call memcpy 
+0x3926 011885 copy rega ,pdata 
+0x3927 011886 increase 2 ,pdata 
+0x3928 011887 store 1 ,mem_le_adv_data_len 
+0x3929 011888 rtn 
+:      011895 module_init:
+0x392a 011897 rtn wake 
+0x392b 011898 call le_modified_name 
+0x392c 011899 call adc_init_data 
+0x392d 011900 setarg module_process_idle 
+0x392e 011901 store 2 ,mem_cb_idle_process 
+0x392f 011902 setarg module_bt_conn_process 
+0x3930 011903 store 2 ,mem_cb_bt_process 
+0x3931 011904 setarg module_process_bb_event 
+0x3932 011905 store 2 ,mem_cb_bb_event_process 
+0x3933 011906 setarg module_le_conn_process 
+0x3934 011907 store 2 ,mem_cb_le_process 
+0x3935 011908 setarg module_lpm_lock 
+0x3936 011909 store 2 ,mem_cb_check_wakelock 
+0x3937 011910 setarg module_hci_cmd_transmit_le_notify 
+0x3938 011911 store 2 ,mem_cb_ble_transmit 
+0x3939 011912 setarg module_hci_event_receive_spp_data 
+0x393a 011913 store 2 ,mem_cb_receive_spp_data 
+0x393b 011914 setarg module_le_receive_data 
+0x393c 011915 store 2 ,mem_cb_att_write 
+0x393d 011916 setarg module_bb_event_timer 
+0x393e 011917 store 2 ,mem_cb_event_timer 
+0x393f 011919 call module_spp_clear_last_transmite_clock 
+0x3940 011920 bpatch patch1b_5 ,mem_patch1b 
+0x3941 011921 call module_lpm_uart_init 
+0x3942 011922 call module_gpio_init 
+0x3943 011923 call check_module_disabled 
+0x3944 011924 branch module_hci_event_enter_standby_mode 
+:      011927 module_lpm_uart_init:
+0x3945 011928 fetch 4 ,mem_module_uart_rx_buffer 
+0x3946 011929 hstore 4 ,core_uart_rsaddr 
+0x3947 011931 fetch 4 ,mem_module_uart_tx_buffer 
+0x3948 011932 hstore 4 ,core_uart_tsaddr 
+0x3949 011934 hfetch 1 ,core_gpio_sel1 
+0x394a 011935 or_into 0x04 ,pdata 
+0x394b 011936 and_into 0xfc ,pdata 
+0x394c 011937 hstore 1 ,core_gpio_sel1 
+0x394d 011938 jam 0x00 ,core_uart_ctrl 
+0x394e 011940 fetch 2 ,mem_module_uart_rx_buffer 
+0x394f 011941 hstore 2 ,core_uart_rrptr 
+0x3950 011942 fetch 2 ,mem_module_uart_tx_buffer 
+0x3951 011943 hstore 2 ,core_uart_twptr 
+0x3952 011944 hstore 2 ,core_uart_trptrp 
+0x3953 011946 hfetch 4 ,core_gpio_pu0 
+0x3954 011947 set1 7 ,pdata 
+0x3955 011948 hstore 4 ,core_gpio_pu0 
+0x3956 011950 hfetch 2 ,core_clkoff 
+0x3957 011951 set0 clock_off_uart ,pdata 
+0x3958 011952 hstore 2 ,core_clkoff 
+0x3959 011953 call uart_set_baud_by_mem 
+0x395a 011954 jam uartclk_crystal ,core_uart_clksel 
+0x395b 011955 jam uart_ctrl_h4 ,core_uart_ctrl 
+0x395c 011957 fetch 1 ,mem_module_flag 
+0x395d 011958 isolate1 module_flag_uart_flow_control ,pdata 
+0x395e 011959 hfetcht 1 ,core_uart_ctrl 
+0x395f 011960 setflag true ,4 ,temp 
+0x3960 011961 hstoret 1 ,core_uart_ctrl 
+0x3961 011962 rtn 
+:      011966 module_lpm_init:
+0x3962 011967 call module_spp_clear_last_transmite_clock 
+0x3963 011968 branch module_lpm_uart_init 
+:      011971 module_gpio_init:
+0x3964 011976 fetcht 1 ,mem_module_connect_state_gpio 
+0x3965 011977 call gpio_config_output 
+0x3966 011978 call module_set_conn_pin_low 
+0x3967 011980 fetcht 1 ,mem_module_wake_up_gpio 
+0x3968 011981 branch gpio_config_input 
+:      011983 module_lpm_lock:
+0x3969 011984 fetcht 1 ,mem_module_wake_up_gpio 
+0x396a 011985 call gpio_get_bit 
+0x396b 011986 nbranch app_put_lpm_wake_lock ,true 
+0x396c 011987 branch app_get_lpm_wake_lock 
+:      011990 module_le_conn_process:
+0x396d 011991 rtn 
+:      011993 module_bt_conn_process:
+0x396e 011994 call module_spp_enter_sniff 
+0x396f 011995 branch module_control_air_flow 
+:      011997 module_spp_enter_sniff:
+0x3970 011998 fetch 1 ,mem_ui_state_map 
+0x3971 011999 bbit0 ui_state_bt_spp_conn ,module_spp_clear_last_transmite_clock 
+0x3972 012000 bpatch patch1b_6 ,mem_patch1b 
+0x3973 012001 setarg 0x3eff 
+0x3974 012002 fetcht 4 ,mem_last_transmite_clock 
+0x3975 012003 iadd temp ,temp 
+0x3976 012004 copy clkn_bt ,pdata 
+0x3977 012005 isub temp ,null 
+0x3978 012006 nrtn positive 
+0x3979 012007 fetch 2 ,mem_ui_state_map 
+0x397a 012008 bbit1 ui_state_bt_sniff ,module_spp_clear_last_transmite_clock 
+0x397b 012009 fetch 1 ,mem_module_flag 
+0x397c 012010 rtnbit1 moudle_task_sniff 
+0x397d 012011 call module_set_sniff_task_flag 
+0x397e 012012 call app_bt_enter_sniff 
+:      012013 module_spp_clear_last_transmite_clock:
+0x397f 012014 copy clkn_bt ,pdata 
+0x3980 012015 store 4 ,mem_last_transmite_clock 
+0x3981 012016 rtn 
+:      012019 module_process_idle:
+0x3982 012020 call module_control_air_flow 
+0x3983 012021 call l2cap_malloc_is_fifo_full 
+0x3984 012022 nrtn blank 
+0x3985 012023 branch module_process 
+:      012026 module_process_bb_event:
+0x3986 012027 copy regc ,pdata 
+0x3987 012028 beq bt_evt_bb_connected ,module_process_bb_conn 
+0x3988 012029 beq bt_evt_bb_disconnected ,module_process_bb_event_disconned 
+0x3989 012030 beq bt_evt_reconn_failed ,module_process_reconn_fail 
+0x398a 012031 beq bt_evt_setup_complete ,module_process_setup_complete 
+0x398b 012032 beq bt_evt_spp_connected ,module_process_spp_connected 
+0x398c 012033 beq bt_evt_spp_disconnected ,module_process_spp_disconnected 
+0x398d 012034 beq bt_evt_pincode_req ,module_process_evt_pincode_req 
+0x398e 012035 beq bt_evt_enter_sniff ,module_process_enter_sniff 
+0x398f 012036 beq bt_evt_exit_sniff ,module_process_exit_sniff 
+0x3990 012037 beq bt_evt_reconn_page_timeout ,module_process_page_time_out 
+0x3991 012038 beq bt_evt_le_connected ,module_process_le_conn 
+0x3992 012039 beq bt_evt_le_disconnected ,module_process_bb_even_le_disconn 
+0x3993 012040 beq bt_evt_sniff_not_accept ,module_process_sniff_not_accept 
+0x3994 012041 beq bt_evt_unsniff_accept ,module_process_unsniff_accept 
+0x3995 012042 beq bt_evt_unsniff_not_accept ,module_process_unsniff_not_accept 
+0x3996 012043 beq bt_evt_le_pairing_fail ,module_hci_event_le_pairing_fail 
+0x3997 012044 beq bt_evt_le_pairing_success ,module_hci_event_le_pairing_success 
+0x3998 012045 beq bt_evt_le_start_enc ,module_hci_event_start_enc 
+0x3999 012046 beq bt_evt_le_pause_enc ,module_hci_event_pause_enc 
+0x399a 012047 beq bt_evt_le_tk_generate ,module_hci_event_le_tk 
+0x399b 012048 beq bt_evt_bt_gkey_generate ,module_hci_event_gkey_generate 
+0x399c 012049 beq bt_evt_bt_get_passkey ,module_hci_event_passkey_entry_mode 
+0x399d 012050 beq bt_evt_bt_pairing_fail ,module_hci_event_bt_pairing_fail 
+0x399e 012051 beq bt_evt_bt_pairing_success ,module_hci_event_bt_pairing_success 
+0x399f 012052 beq bt_evt_le_gkey_generate ,module_hci_event_le_gkey 
+0x39a0 012053 beq bt_evt_store_nvram ,module_hci_event_store_device 
+0x39a1 012054 beq bt_evt_le_ltk_lost ,module_process_ble_ltk_lost 
+0x39a2 012055 rtn 
+:      012058 module_process_bb_event_disconned:
+0x39a3 012059 call module_spp_clear_last_transmite_clock 
+0x39a4 012060 fetch 1 ,mem_flag_pairing_state 
+0x39a5 012061 ncall module_hci_event_bt_pairing_fail ,blank 
+0x39a6 012062 call module_disconn_start 
+0x39a7 012063 fetch 2 ,mem_ui_state_map 
+0x39a8 012064 rtnbit0 ui_state_bt_spp_conn 
+0x39a9 012065 branch module_spp_disconnected 
+:      012067 module_process_spp_connected:
+0x39aa 012068 fetch 2 ,mem_ui_state_map 
+0x39ab 012069 set1 ui_state_bt_spp_conn ,pdata 
+0x39ac 012070 store 2 ,mem_ui_state_map 
+0x39ad 012071 fetch 1 ,mem_module_spp_lpm_mult 
+0x39ae 012072 store 1 ,mem_lpm_mult 
+0x39af 012073 call module_set_conn_pin_low 
+0x39b0 012074 branch module_hci_event_spp_connect 
+:      012076 module_process_spp_disconnected:
+:      012078 module_spp_disconnected:
+0x39b1 012079 fetch 2 ,mem_ui_state_map 
+0x39b2 012080 rtnbit0 ui_state_bt_spp_conn 
+0x39b3 012081 set0 ui_state_bt_spp_conn ,pdata 
+0x39b4 012082 store 2 ,mem_ui_state_map 
+0x39b5 012083 branch module_hci_event_spp_disconnect 
+:      012086 module_process_enter_sniff:
+:      012088 module_sniff_param_check:
+0x39b6 012089 call module_spp_clear_last_transmite_clock 
+0x39b7 012092 fetch 2 ,mem_context + coffset_tsniff 
+0x39b8 012093 rshift pdata ,pdata 
+0x39b9 012094 fetcht 2 ,mem_sniff_param_interval 
+0x39ba 012095 isub temp ,null 
+0x39bb 012096 nbranch module_sniff_param_check_unsniff ,zero 
+0x39bc 012097 branch app_lpm_mult_enable 
+:      012098 module_sniff_param_check_unsniff:
+0x39bd 012099 fetch 1 ,mem_module_flag 
+0x39be 012100 rtnbit1 moudle_task_unsniff 
+0x39bf 012101 hfetch 2 ,core_uart_rxitems 
+0x39c0 012102 ncall module_set_unsniff_task_flag ,blank 
+0x39c1 012103 branch app_bt_sniff_exit 
+:      012105 module_process_exit_sniff:
+0x39c2 012106 call module_clear_sniff_task_flag 
+0x39c3 012107 branch app_lpm_mult_disable 
+:      012109 module_process_setup_complete:
+0x39c4 012110 call module_spp_clear_last_transmite_clock 
+0x39c5 012111 branch module_conn_start 
+:      012113 module_process_bb_even_le_disconn:
+0x39c6 012114 call le_clr_config_more_data 
+0x39c7 012115 call module_disconn_start 
+0x39c8 012116 branch module_hci_event_le_disconnect 
+:      012118 module_process_evt_pincode_req:
+0x39c9 012119 branch app_bt_set_pincode 
+:      012122 module_process_sniff_not_accept:
+0x39ca 012123 branch module_clear_sniff_task_flag 
+:      012126 module_process_unsniff_accept:
+0x39cb 012127 fetch 1 ,mem_module_flag 
+0x39cc 012128 bbit0 moudle_task_unsniff ,app_bt_enter_sniff 
+0x39cd 012129 branch module_clear_unsniff_task_flag 
+:      012132 module_process_unsniff_not_accept:
+0x39ce 012133 branch module_clear_unsniff_task_flag 
+:      012136 module_process_le_conn:
+0x39cf 012137 call le_send_att_exchange_mtu_requset 
+0x39d0 012138 call module_conn_start 
+0x39d1 012139 fetch 1 ,mem_module_le_lpm_mult 
+0x39d2 012140 store 1 ,mem_lpm_mult 
+0x39d3 012141 branch module_hci_event_le_connect 
+:      012144 module_process_bb_conn:
+0x39d4 012145 jam 0 ,mem_flag_mode_ssp_pin 
+0x39d5 012146 call module_clear_sniff_task_flag 
+0x39d6 012147 branch module_clear_unsniff_task_flag 
+:      012149 module_process_page_time_out:
+:      012150 module_process_reconn_fail:
+:      012151 module_disconn_start:
+0x39d7 012152 call module_start_adv_discovery_by_command 
+0x39d8 012153 branch module_set_conn_pin_high 
+:      012156 module_process_ble_ltk_lost:
+0x39d9 012157 call le_send_reject_ind 
+0x39da 012158 branch le_send_smp_security_request 
+:      012161 module_set_conn_pin_high:
+0x39db 012162 fetcht 1 ,mem_module_connect_state_gpio 
+0x39dc 012163 branch gpio_out_active 
+:      012165 module_conn_start:
+0x39dd 012166 call module_stop_adv_discovery 
+0x39de 012167 branch module_set_conn_pin_low 
+:      012169 module_stop_adv_discovery:
+0x39df 012170 fetch 1 ,mem_module_state 
+0x39e0 012171 isolate1 moudle_state_bt_bit ,pdata 
+0x39e1 012172 call app_bt_stop_discovery ,true 
+0x39e2 012173 fetch 1 ,mem_module_state 
+0x39e3 012174 isolate1 moudle_state_ble_bit ,pdata 
+0x39e4 012175 call app_ble_stop_adv ,true 
+0x39e5 012176 rtn 
+:      012177 module_set_conn_pin_low:
+0x39e6 012178 fetcht 1 ,mem_module_connect_state_gpio 
+0x39e7 012179 branch gpio_out_inactive 
+:      012181 module_process_with_credit:
+0x39e8 012182 fetch 1 ,mem_credit_flag 
+0x39e9 012183 rtneq credit_disable 
+0x39ea 012184 branch rfcomm_send_uih_without_payload 
+:      012186 module_process:
+0x39eb 012187 hfetch 1 ,core_uart_status 
+0x39ec 012188 bbit1 uart_status_rx_fifo_empty ,module_process_with_credit 
+0x39ed 012189 call uartd_prepare_rx 
+0x39ee 012190 ifetch 1 ,contru 
+0x39ef 012191 bne 0x01 ,module_hci_in_excp 
+0x39f0 012192 hfetch 2 ,core_uart_rxitems 
+0x39f1 012193 sub pdata ,2 ,null 
+0x39f2 012194 rtn positive 
+0x39f3 012195 ifetch 1 ,contru 
+0x39f4 012196 store 1 ,mem_module_uart_opcode 
+0x39f5 012197 ifetcht 1 ,contru 
+0x39f6 012198 copy contru ,rega 
+0x39f7 012199 storet 1 ,mem_module_uart_len 
+0x39f8 012200 add temp ,3 ,temp 
+0x39f9 012201 hfetch 2 ,core_uart_rxitems 
+0x39fa 012202 isub temp ,temp 
+0x39fb 012203 nrtn positive 
+0x39fc 012204 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x39fd 012205 call module_hci_cmd_control 
+0x39fe 012206 fetch 1 ,mem_module_temp_nl_discard_packet 
+0x39ff 012207 rtneq hci_not_discard_packet 
+0x3a00 012208 branch module_hci_dicard_packet 
+:      012210 module_hci_in_excp:
+0x3a01 012211 call delay_10ms 
+0x3a02 012212 call module_hci_event_invalid_packet 
+0x3a03 012213 branch module_hci_release_except 
+:      012216 module_hci_release_except:
+0x3a04 012217 bpatch patch1b_7 ,mem_patch1b 
+0x3a05 012218 hfetch 2 ,core_uart_rxitems 
+0x3a06 012219 rtn blank 
+0x3a07 012220 call uartd_prepare_rx 
+0x3a08 012221 ifetch 1 ,contru 
+0x3a09 012222 sub pdata ,0x01 ,null 
+0x3a0a 012223 ncall module_hci_dicard_bytes ,zero 
+0x3a0b 012224 nbranch module_hci_release_except ,zero 
+0x3a0c 012225 ifetch 1 ,contru 
+0x3a0d 012226 rtneq hci_cmd_spp_data_req 
+0x3a0e 012227 rtneq hci_cmd_set_credit_given 
+0x3a0f 012228 increase -1 ,contru 
+0x3a10 012229 call module_hci_dicard_bytes 
+0x3a11 012230 branch module_hci_release_except 
+:      012232 module_hci_dicard_packet:
+0x3a12 012233 call uartd_prepare_rx 
+0x3a13 012234 increase 2 ,contru 
+0x3a14 012235 ifetch 1 ,contru 
+0x3a15 012236 iadd contru ,contru 
+:      012237 module_hci_dicard_bytes:
+0x3a16 012238 branch uartd_rxdone 
+:      012241 module_hci_cmd_control:
+0x3a17 012242 bpatch patch1c_0 ,mem_patch1c 
+0x3a18 012243 fetch 1 ,mem_module_uart_opcode 
+0x3a19 012244 beq hci_cmd_set_bt_addr_req ,module_hci_cmd_set_bt_addr 
+0x3a1a 012245 beq hci_cmd_set_le_addr_req ,module_hci_cmd_set_le_addr 
+0x3a1b 012246 beq hci_cmd_set_visibility_req ,module_hci_cmd_set_visibility 
+0x3a1c 012247 beq hci_cmd_set_bt_name_req ,module_hci_cmd_set_bt_name 
+0x3a1d 012248 beq hci_cmd_set_le_name_req ,module_hci_cmd_set_le_name 
+0x3a1e 012249 beq hci_cmd_spp_data_req ,module_hci_cmd_receive_spp_data 
+0x3a1f 012250 beq hci_cmd_le_data_req ,module_hci_cmd_receive_le_data 
+0x3a20 012251 beq hci_cmd_status_irq ,module_hci_cmd_inquire_status 
+0x3a21 012252 beq hci_cmd_set_pairing_req ,module_hci_cmd_set_pairing_mode 
+0x3a22 012253 beq hci_cmd_set_pincode_req ,module_hci_cmd_set_pincode 
+0x3a23 012254 beq hci_cmd_set_uartcontrol_req ,module_hci_cmd_set_uart_control_mode 
+0x3a24 012255 beq hci_cmd_set_uart_baud_req ,module_hci_cmd_set_uart_baud 
+0x3a25 012256 beq hci_cmd_version_req ,module_hci_cmd_version_request 
+0x3a26 012257 beq hci_cmd_bt_disconnect ,module_hci_cmd_bt_disconnect 
+0x3a27 012258 beq hci_cmd_ble_disconnect ,module_hci_cmd_ble_disconnect 
+0x3a28 012259 beq hci_cmd_set_nvram_req ,module_hci_cmd_set_nvram 
+0x3a29 012260 beq hci_cmd_confirm_gkey ,module_hci_cmd_confirm_gkey 
+0x3a2a 012261 beq hci_cmd_set_credit_given ,module_hci_cmd_set_credit_given 
+0x3a2b 012262 beq hci_cmd_auto_adv_scan ,module_hci_cmd_auto_adv 
+0x3a2c 012263 beq hci_cmd_power_req ,module_hci_cmd_power_request 
+0x3a2d 012264 beq hci_cmd_power_set ,module_hci_cmd_power_set 
+0x3a2e 012265 beq hci_cmd_passkey_entry ,module_hci_cmd_passkey_entry 
+0x3a2f 012266 beq hci_cmd_set_gpio ,module_hci_cmd_set_gpio 
+0x3a30 012267 beq hci_cmd_read_gpio ,module_hci_cmd_read_gpio 
+0x3a31 012268 beq hci_cmd_le_set_pairing ,module_hci_cmd_le_set_pairing_mode 
+0x3a32 012269 beq hci_cmd_le_set_adv_data ,module_hci_cmd_le_set_adv_data 
+0x3a33 012270 beq hci_cmd_le_set_scan_data ,module_hci_cmd_le_set_scan_data 
+0x3a34 012271 beq hci_cmd_le_send_conn_update_req ,module_hci_cmd_le_send_conn_update_req 
+0x3a35 012272 beq hci_cmd_le_set_adv_parm ,module_hci_cmd_set_le_adv_parameter 
+0x3a36 012273 beq hci_cmd_le_start_pairing ,module_hci_cmd_le_start_pairing 
+0x3a37 012274 beq hci_cmd_set_wake_gpio ,module_hci_cmd_set_wake_gpio 
+0x3a38 012275 beq hci_cmd_set_tx_power ,module_hci_cmd_set_tx_power 
+0x3a39 012276 beq hci_cmd_le_confirm_gkey ,module_hci_cmd_le_confirm_gkey 
+0x3a3a 012277 beq hci_cmd_reject_justwork ,module_hci_cmd_set_reject_justwork_flag 
+0x3a3b 012278 beq hci_cmd_reset_chip_req ,module_hci_cmd_reset_chip 
+0x3a3c 012279 beq hci_cmd_le_set_fixed_passkey ,module_hci_cmd_le_set_fixed_passkey 
+0x3a3d 012280 beq hci_test_cmd_close_lpm ,module_hci_test_cmde_close_lpm 
+0x3a3e 012281 branch module_hci_event_receive_invalid_cmd 
+:      012286 module_hci_cmd_set_bt_addr:
+0x3a3f 012287 fetch 1 ,mem_module_uart_len 
+0x3a40 012288 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x3a41 012289 ifetch 6 ,contru 
+0x3a42 012290 store 6 ,mem_lap 
+0x3a43 012291 branch module_hci_event_receive_valid_cmd 
+:      012294 module_hci_cmd_set_le_addr:
+0x3a44 012295 fetch 1 ,mem_module_uart_len 
+0x3a45 012296 bne 6 ,module_hci_event_receive_invalid_cmd 
+0x3a46 012297 ifetch 6 ,contru 
+0x3a47 012298 store 6 ,mem_le_lap 
+0x3a48 012299 branch module_hci_event_receive_valid_cmd 
+:      012303 module_hci_cmd_set_visibility:
+0x3a49 012304 fetch 1 ,mem_module_uart_len 
+0x3a4a 012305 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3a4b 012306 copy rega ,contru 
+0x3a4c 012307 call module_hci_event_receive_valid_cmd 
+0x3a4d 012308 ifetcht 1 ,contru 
+0x3a4e 012309 storet 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a4f 012310 fetch 2 ,mem_ui_state_map 
+0x3a50 012311 rtnbit1 ui_state_ble_connected 
+0x3a51 012312 rtnbit1 ui_state_bt_connected 
+:      012313 module_start_adv_discovery_by_command:
+0x3a52 012314 fetch 1 ,mem_module_state 
+0x3a53 012315 isolate1 moudle_state_bt_bit ,pdata 
+0x3a54 012316 nbranch moudle_start_adv_by_command ,true 
+0x3a55 012317 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a56 012318 and temp ,0x03 ,pdata 
+0x3a57 012319 store 1 ,mem_scan_mode 
+:      012320 moudle_start_adv_by_command:
+0x3a58 012321 fetch 1 ,mem_module_state 
+0x3a59 012322 isolate1 moudle_state_ble_bit ,pdata 
+0x3a5a 012323 nrtn true 
+0x3a5b 012324 fetcht 1 ,mem_module_bluetooth_stauts_by_command 
+0x3a5c 012325 isolate1 2 ,temp 
+0x3a5d 012326 branch app_ble_start_adv ,true 
+0x3a5e 012327 branch app_ble_stop_adv 
+:      012331 module_hci_cmd_set_bt_name:
+0x3a5f 012332 fetch 1 ,mem_module_uart_len 
+0x3a60 012333 sub pdata ,67 ,null 
+0x3a61 012334 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3a62 012335 store 1 ,mem_local_name_length 
+0x3a63 012336 arg 8 ,loopcnt 
+0x3a64 012337 call memset0 
+0x3a65 012338 fetch 1 ,mem_module_uart_len 
+0x3a66 012339 copy pdata ,loopcnt 
+0x3a67 012340 copy rega ,contru 
+0x3a68 012341 arg mem_local_name ,contw 
+0x3a69 012342 call uart_copy_rx_bytes_fast 
+0x3a6a 012343 branch module_hci_event_receive_valid_cmd 
+:      012347 module_hci_cmd_set_le_name:
+0x3a6b 012348 fetch 1 ,mem_module_uart_len 
+0x3a6c 012349 sub pdata ,29 ,null 
+0x3a6d 012350 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3a6e 012351 store 1 ,mem_le_name_len 
+0x3a6f 012352 copy pdata ,loopcnt 
+0x3a70 012353 copy rega ,contru 
+0x3a71 012354 arg mem_le_name ,contw 
+0x3a72 012355 call uart_copy_rx_bytes_fast 
+0x3a73 012356 call le_modified_name 
+0x3a74 012357 branch module_hci_event_receive_valid_cmd 
+:      012361 module_hci_cmd_receive_spp_data:
+0x3a75 012362 fetch 1 ,mem_ui_state_map 
+0x3a76 012363 bbit0 ui_state_bt_spp_conn ,module_hci_event_receive_invalid_cmd 
+0x3a77 012364 call app_check_sniff 
+0x3a78 012365 branch module_hci_cmd_spp_exit_sniff ,true 
+0x3a79 012366 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a7a 012368 call module_spp_clear_last_transmite_clock 
+0x3a7b 012369 fetch 1 ,mem_remote_credits 
+0x3a7c 012370 rtn blank 
+0x3a7d 012371 fetch 2 ,mem_nl_rx_len_all 
+0x3a7e 012372 bne 0 ,module_hci_cmd_pass_init_ng_rx_len_all 
+0x3a7f 012373 fetch 1 ,mem_module_uart_len 
+0x3a80 012374 store 2 ,mem_nl_rx_len_all 
+0x3a81 012376 copy rega ,contru 
+0x3a82 012379 copy contru ,pdata 
+0x3a83 012380 store 2 ,mem_nl_rx_data_src 
+:      012381 module_hci_cmd_pass_init_ng_rx_len_all:
+0x3a84 012382 call module_hci_cmd_get_current_packet_len_and_remain_len 
+0x3a85 012383 branch spp_tx_rfcomm_packet 
+:      012385 module_hci_cmd_spp_exit_sniff:
+0x3a86 012386 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a87 012387 branch module_exit_sniff 
+:      012389 module_hci_cmd_get_current_packet_len_and_remain_len:
+0x3a88 012390 call module_hci_cmd_get_current_patcket_len 
+0x3a89 012391 fetch 2 ,mem_nl_rx_len_all 
+0x3a8a 012392 fetcht 2 ,mem_current_packet_length 
+0x3a8b 012393 isub temp ,pdata 
+0x3a8c 012394 store 2 ,mem_nl_rx_len_all 
+0x3a8d 012395 rtn 
+:      012397 module_hci_cmd_get_current_patcket_len:
+0x3a8e 012398 fetch 2 ,mem_nl_rx_len_all 
+0x3a8f 012399 arg dm_refcom_buff_len ,temp 
+0x3a90 012400 call not_greater_than 
+0x3a91 012401 fetcht 2 ,mem_rfcomm_max_frame_size 
+0x3a92 012402 call not_greater_than 
+0x3a93 012403 fetcht 2 ,mem_pn_max_frame_size 
+0x3a94 012404 call not_greater_than 
+0x3a95 012405 store 2 ,mem_current_packet_length 
+0x3a96 012406 rtn 
+:      012408 module_hci_command_tx_spp_tx_complete:
+0x3a97 012409 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a98 012410 jam hci_cmd_spp_data_req ,mem_module_uart_opcode 
+0x3a99 012411 branch module_hci_event_receive_valid_cmd 
+:      012415 module_hci_cmd_receive_le_data:
+0x3a9a 012416 fetch 2 ,mem_ui_state_map 
+0x3a9b 012417 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x3a9c 012418 call module_check_ble_encrypt_state 
+0x3a9d 012419 branch module_hci_event_receive_invalid_cmd ,user 
+0x3a9e 012420 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3a9f 012421 fetch 1 ,mem_module_flag 
+0x3aa0 012422 bbit1 module_flag_ble_data_finish ,module_hci_cmd_receive_le_data_finish 
+0x3aa1 012423 fetch 1 ,mem_module_hci_notify_len 
+0x3aa2 012424 nrtn blank 
+0x3aa3 012425 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3aa4 012426 ifetch 2 ,contru 
+0x3aa5 012427 store 2 ,mem_module_hci_notify_handle 
+0x3aa6 012428 copy contru ,pdata 
+0x3aa7 012429 store 2 ,mem_module_hci_nofiy_addr 
+0x3aa8 012430 fetch 1 ,mem_module_uart_len 
+0x3aa9 012431 pincrease -2 
+0x3aaa 012432 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3aab 012433 branch module_hci_event_receive_invalid_cmd ,zero 
+0x3aac 012434 store 1 ,mem_module_hci_notify_len 
+0x3aad 012435 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3aae 012436 call le_set_config_more_data 
+0x3aaf 012437 call module_hci_cmd_transmit_le_notify 
+0x3ab0 012438 call module_hci_cmd_transmit_le_notify 
+0x3ab1 012439 call module_hci_cmd_transmit_le_notify 
+0x3ab2 012440 fetch 1 ,mem_module_flag 
+0x3ab3 012441 rtnbit0 module_flag_ble_data_finish 
+:      012442 module_hci_cmd_receive_le_data_finish:
+0x3ab4 012443 jam hci_discard_packet ,mem_module_temp_nl_discard_packet 
+0x3ab5 012444 call module_clear_le_tx_data_flag 
+0x3ab6 012445 branch module_hci_event_receive_valid_cmd 
+:      012447 module_hci_cmd_transmit_le_notify:
+0x3ab7 012448 fetch 1 ,mem_module_hci_notify_len 
+0x3ab8 012449 rtn blank 
+0x3ab9 012450 call le_fifo_check_nearly_full 
+0x3aba 012451 nrtn blank 
+0x3abb 012452 call module_get_le_remote_mtu 
+0x3abc 012453 bpatch patch1c_1 ,mem_patch1c 
+0x3abd 012454 add temp ,-3 ,pdata 
+0x3abe 012455 fetcht 1 ,mem_module_hci_notify_len 
+0x3abf 012456 call not_greater_than 
+0x3ac0 012457 copy pdata ,rega 
+0x3ac1 012458 copy temp ,pdata 
+0x3ac2 012459 isub rega ,pdata 
+0x3ac3 012460 store 1 ,mem_module_hci_notify_len 
+0x3ac4 012461 fetcht 2 ,mem_module_hci_notify_handle 
+0x3ac5 012462 call le_att_malloc_tx_notify 
+0x3ac6 012463 fetch 2 ,mem_module_hci_nofiy_addr 
+0x3ac7 012464 copy pdata ,contru 
+0x3ac8 012465 copy rega ,loopcnt 
+0x3ac9 012466 call uart_copy_rx_bytes_fast 
+0x3aca 012467 copy contru ,pdata 
+0x3acb 012468 store 2 ,mem_module_hci_nofiy_addr 
+0x3acc 012469 fetch 1 ,mem_module_hci_notify_len 
+0x3acd 012470 nrtn blank 
+0x3ace 012471 branch module_set_le_tx_data_flag 
+:      012475 module_get_le_remote_mtu:
+0x3acf 012476 arg 0x17 ,temp 
+0x3ad0 012477 fetch 1 ,mem_module_flag 
+0x3ad1 012478 rtnbit1 module_flag_ble_send_mtu23 
+0x3ad2 012479 fetcht 2 ,mem_le_remote_mtu 
+0x3ad3 012480 rtn 
+:      012482 module_check_ble_encrypt_state:
+0x3ad4 012483 fetch 1 ,mem_module_flag 
+0x3ad5 012484 bbit1 module_flag_ble_data_encrypt ,le_check_encrypt_state 
+0x3ad6 012485 branch disable_user 
+:      012489 module_hci_cmd_inquire_status:
+0x3ad7 012490 branch module_hci_event_status_res 
+:      012494 module_hci_cmd_set_pairing_mode:
+0x3ad8 012495 copy rega ,contru 
+0x3ad9 012496 ifetch 1 ,contru 
+0x3ada 012497 beq pairing_pincode ,module_hci_pairing_pincode_mode 
+0x3adb 012498 beq pairing_justwork ,module_hci_pairing_just_work_mode 
+0x3adc 012499 beq pairing_passkey ,module_hci_pairing_passkey 
+0x3add 012500 beq pairing_confirm ,module_hci_pairing_numeric_comparison 
+0x3ade 012501 branch module_hci_event_receive_invalid_cmd 
+:      012502 module_hci_pairing_pincode_mode:
+0x3adf 012503 call ssp_disable 
+0x3ae0 012504 jam 0 ,mem_ssp_enable 
+0x3ae1 012505 branch module_hci_event_receive_valid_cmd 
+:      012506 module_hci_pairing_just_work_mode:
+0x3ae2 012507 setarg ssp_mode_just_work_io_cap_data 
+:      012508 module_hci_sspairing_mode:
+0x3ae3 012509 store 3 ,mem_sp_iocap_local 
+0x3ae4 012510 store 1 ,mem_ssp_mode_flag 
+0x3ae5 012511 call ssp_enable 
+0x3ae6 012512 jam 1 ,mem_ssp_enable 
+0x3ae7 012513 branch module_hci_event_receive_valid_cmd 
+:      012514 module_hci_pairing_passkey:
+0x3ae8 012515 setarg ssp_mode_passkey_io_cap_data 
+0x3ae9 012516 branch module_hci_sspairing_mode 
+:      012518 module_hci_pairing_numeric_comparison:
+0x3aea 012519 setarg ssp_mode_ssp_pin_io_cap_data 
+0x3aeb 012520 branch module_hci_sspairing_mode 
+:      012523 module_hci_cmd_set_pincode:
+0x3aec 012524 fetch 1 ,mem_module_uart_len 
+0x3aed 012525 sub pdata ,16 ,null 
+0x3aee 012526 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3aef 012527 store 1 ,mem_pin_length 
+0x3af0 012528 copy pdata ,loopcnt 
+0x3af1 012529 arg mem_pin ,contw 
+0x3af2 012530 call uart_copy_rx_bytes 
+0x3af3 012531 branch module_hci_event_receive_valid_cmd 
+:      012535 module_hci_cmd_set_uart_control_mode:
+0x3af4 012536 copy rega ,contru 
+0x3af5 012537 ifetch 1 ,contru 
+0x3af6 012538 hfetcht 1 ,core_uart_ctrl 
+0x3af7 012539 nsetflag blank ,4 ,temp 
+0x3af8 012540 hstoret 1 ,core_uart_ctrl 
+0x3af9 012541 branch module_hci_event_receive_valid_cmd 
+:      012545 module_hci_cmd_set_uart_baud:
+0x3afa 012546 fetch 1 ,mem_module_uart_len 
+0x3afb 012547 copy pdata ,loopcnt 
+0x3afc 012548 copy rega ,contru 
+0x3afd 012549 call string2dec_from_uart 
+0x3afe 012550 setarg uart_clk_24 
+0x3aff 012551 idiv temp 
+0x3b00 012552 call wait_div_end 
+0x3b01 012553 quotient pdata 
+:      012554 module_hci_cmd_set_uart_baud_ok:
+0x3b02 012555 store uart_baud_len ,mem_baud 
+0x3b03 012556 call module_hci_event_receive_valid_cmd 
+0x3b04 012557 call wait_uarttx 
+0x3b05 012558 branch uart_set_baud_by_mem 
+:      012562 module_hci_cmd_version_request:
+0x3b06 012563 arg 2 ,rega 
+0x3b07 012564 arg mem_soft_version_num ,regb 
+0x3b08 012565 arg 0 ,temp 
+0x3b09 012566 branch module_hci_event_set_cmd 
+:      012567 module_hci_event_set_cmd_send_response:
+0x3b0a 012568 store 2 ,mem_event_cmd_response_content 
+0x3b0b 012569 arg mem_event_cmd_response_content ,regb 
+0x3b0c 012570 arg 0 ,temp 
+0x3b0d 012571 branch module_hci_event_set_cmd 
+:      012575 module_hci_cmd_bt_disconnect:
+0x3b0e 012576 fetch 2 ,mem_ui_state_map 
+0x3b0f 012577 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
+:      012578 module_hci_cmd_bt_disconnect_doing:
+0x3b10 012579 call module_hci_event_receive_valid_cmd 
+0x3b11 012580 branch app_bt_disconnect 
+:      012584 module_hci_cmd_ble_disconnect:
+0x3b12 012585 fetch 2 ,mem_ui_state_map 
+0x3b13 012586 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+:      012587 module_hci_cmd_ble_disconnect_doing:
+0x3b14 012588 call module_hci_event_receive_valid_cmd 
+0x3b15 012589 branch app_ble_disconnect 
+:      012595 module_hci_cmd_set_nvram:
+0x3b16 012596 fetch 1 ,mem_module_uart_len 
+0x3b17 012597 copy pdata ,loopcnt 
+0x3b18 012598 copy rega ,contru 
+0x3b19 012599 fetch 2 ,mem_nv_data_ptr 
+0x3b1a 012600 icopy contw 
+0x3b1b 012601 call uart_copy_rx_bytes_fast 
+0x3b1c 012602 branch module_hci_event_receive_valid_cmd 
+:      012606 module_hci_cmd_confirm_gkey:
+0x3b1d 012607 fetch 1 ,mem_ui_state_map 
+0x3b1e 012608 bbit0 ui_state_bt_connected ,module_hci_event_receive_invalid_cmd 
+0x3b1f 012609 ifetch 1 ,contru 
+0x3b20 012610 fetcht 1 ,mem_flag_mode_ssp_pin 
+0x3b21 012611 setflag blank ,flag_mode_ssp_pin_comparison_result_bit ,temp 
+0x3b22 012612 set1 flag_mode_ssp_pin_reviceve_comparison_bit ,temp 
+0x3b23 012613 storet 1 ,mem_flag_mode_ssp_pin 
+0x3b24 012615 call module_hci_event_receive_valid_cmd 
+0x3b25 012617 fetch 1 ,mem_flag_mode_ssp_pin 
+0x3b26 012618 bbit1 flag_mode_ssp_pin_recieve_dhkey_bit ,module_hci_cmd_spp_number_comparison_result_is1 
+0x3b27 012619 rtn 
+:      012621 dhkey_not_accept:
+0x3b28 012622 jam 0 ,mem_flag_mode_ssp_pin 
+0x3b29 012623 jam bt_cmd_dhkey_not_accept ,mem_fifo_temp 
+0x3b2a 012624 branch ui_ipc_send_cmd 
+:      012627 module_hci_cmd_spp_number_comparison_result_is1:
+0x3b2b 012628 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
+0x3b2c 012629 branch dhkey_not_accept 
+:      012633 module_hci_cmd_set_credit_given:
+0x3b2d 012634 fetch 1 ,mem_ui_state_map 
+0x3b2e 012635 rtnbit0 ui_state_bt_spp_conn 
+0x3b2f 012636 fetch 1 ,mem_credit_flag 
+0x3b30 012637 rtneq credit_disable 
+0x3b31 012638 ifetch 1 ,contru 
+0x3b32 012639 fetcht 1 ,mem_credit_given 
+0x3b33 012640 iadd temp ,temp 
+0x3b34 012641 storet 1 ,mem_credit_given 
+0x3b35 012642 rtn 
+:      012646 module_hci_cmd_auto_adv:
+0x3b36 012647 arg 0x40 ,loopcnt 
+0x3b37 012648 arg mem_le_adv_data_len ,contw 
+0x3b38 012649 call clear_mem 
+0x3b39 012650 setarg 0 
+0x3b3a 012651 store 1 ,mem_regb 
+0x3b3b 012652 copy rega ,contru 
+:      012653 module_hci_cmd_auto_adv_loop:
+0x3b3c 012654 copy contru ,pdata 
+0x3b3d 012655 store 2 ,mem_regc 
+0x3b3e 012656 call module_hci_cmd_auto_adv_adv_analys 
+0x3b3f 012658 fetch 1 ,mem_regb 
+0x3b40 012659 fetcht 1 ,mem_temp 
+0x3b41 012660 increase 1 ,temp 
+0x3b42 012661 iadd temp ,pdata 
+0x3b43 012662 store 1 ,mem_regb 
+0x3b44 012664 sub pdata ,31 ,null 
+0x3b45 012665 nbranch module_hci_cmd_auto_adv_store_scan ,positive 
+:      012666 module_hci_cmd_auto_adv_store_adv:
+0x3b46 012667 fetcht 1 ,mem_le_adv_data_len 
+0x3b47 012668 setarg mem_le_adv_data 
+0x3b48 012669 iadd temp ,pdata 
+0x3b49 012670 store 2 ,mem_contw 
+0x3b4a 012671 fetcht 1 ,mem_temp 
+0x3b4b 012672 increase 1 ,temp 
+0x3b4c 012673 fetch 1 ,mem_le_adv_data_len 
+0x3b4d 012674 iadd temp ,pdata 
+0x3b4e 012675 store 1 ,mem_le_adv_data_len 
+0x3b4f 012676 branch module_hci_cmd_auto_adv_store_common 
+:      012677 module_hci_cmd_auto_adv_store_scan:
+0x3b50 012678 fetcht 1 ,mem_le_scan_data_len 
+0x3b51 012679 setarg mem_le_scan_data 
+0x3b52 012680 iadd temp ,pdata 
+0x3b53 012681 store 2 ,mem_contw 
+0x3b54 012682 fetcht 1 ,mem_temp 
+0x3b55 012683 increase 1 ,temp 
+0x3b56 012684 fetch 1 ,mem_le_scan_data_len 
+0x3b57 012685 iadd temp ,pdata 
+0x3b58 012686 store 1 ,mem_le_scan_data_len 
+:      012687 module_hci_cmd_auto_adv_store_common:
+0x3b59 012688 fetch 2 ,mem_contw 
+0x3b5a 012689 copy pdata ,contw 
+0x3b5b 012690 fetch 2 ,mem_regc 
+0x3b5c 012691 copy pdata ,contru 
+0x3b5d 012693 copy temp ,loopcnt 
+0x3b5e 012694 call uart_copy_rx_bytes_fast 
+0x3b5f 012696 fetch 1 ,mem_module_uart_len 
+0x3b60 012697 fetcht 1 ,mem_regb 
+0x3b61 012698 isub temp ,null 
+0x3b62 012699 nbranch module_hci_cmd_auto_adv_loop ,zero 
+0x3b63 012700 branch module_hci_event_receive_valid_cmd 
+:      012703 module_hci_cmd_auto_adv_adv_analys:
+0x3b64 012704 ifetch 1 ,contru 
+0x3b65 012705 store 1 ,mem_temp 
+0x3b66 012706 ifetch 1 ,contru 
+0x3b67 012707 store 1 ,mem_rega 
+0x3b68 012708 rtn 
+:      012712 module_hci_cmd_power_request:
+0x3b69 012713 arg 0 ,temp 
+0x3b6a 012714 arg 2 ,rega 
+0x3b6b 012715 fetch 2 ,mem_module_vdd_quotient 
+0x3b6c 012716 store 2 ,mem_event_cmd_response_content 
+0x3b6d 012717 arg mem_event_cmd_response_content ,regb 
+0x3b6e 012718 branch module_hci_event_set_cmd 
+:      012722 module_hci_cmd_power_set:
+0x3b6f 012723 fetch 1 ,mem_module_uart_len 
+0x3b70 012724 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3b71 012725 ifetch 1 ,contru 
+0x3b72 012726 store 1 ,mem_module_read_vdd_flag 
+0x3b73 012727 setarg 0x00 
+0x3b74 012728 store 2 ,mem_module_vdd_quotient 
+0x3b75 012729 branch module_hci_event_receive_valid_cmd 
+:      012733 module_hci_cmd_passkey_entry:
+0x3b76 012734 ifetch 4 ,contru 
+0x3b77 012735 store 4 ,mem_pin 
+0x3b78 012736 jam 4 ,mem_pin_length 
+0x3b79 012737 jam 0 ,mem_authentication_passkey_times 
+0x3b7a 012738 call module_hci_event_receive_valid_cmd 
+0x3b7b 012739 branch authentication_passkey 
+:      012743 module_hci_cmd_set_gpio:
+0x3b7c 012744 fetch 1 ,mem_module_uart_len 
+0x3b7d 012745 bne 3 ,module_hci_event_receive_invalid_cmd 
+0x3b7e 012746 ifetch 1 ,contru 
+0x3b7f 012747 beq hci_cmd_config_gpio_input ,module_set_gpio_input 
+0x3b80 012748 beq hci_cmd_config_gpio_output ,module_set_gpio_output 
+0x3b81 012749 branch module_hci_event_receive_invalid_cmd 
+:      012751 module_set_gpio_input:
+0x3b82 012752 ifetcht 1 ,contru 
+0x3b83 012753 ifetch 1 ,contru 
+0x3b84 012754 beq gpio_input_high_impedance ,module_set_gpio_high_impedance 
+0x3b85 012755 nsetflag blank ,7 ,temp 
+0x3b86 012756 call gpio_config_input 
+0x3b87 012757 branch module_hci_event_receive_valid_cmd 
+:      012759 module_set_gpio_high_impedance:
+0x3b88 012760 call gpio_set_high_impedance 
+0x3b89 012761 branch module_hci_event_receive_valid_cmd 
+:      012763 module_set_gpio_output:
+0x3b8a 012764 ifetcht 1 ,contru 
+0x3b8b 012765 call gpio_config_output0 
+0x3b8c 012766 ifetch 1 ,contru 
+0x3b8d 012767 isolate1 0 ,pdata 
+0x3b8e 012768 call gpio_out_flag 
+0x3b8f 012769 branch module_hci_event_receive_valid_cmd 
+:      012773 module_hci_cmd_read_gpio:
+0x3b90 012774 fetch 1 ,mem_module_uart_len 
+0x3b91 012775 bne 1 ,module_hci_event_receive_invalid_cmd 
+0x3b92 012776 ifetcht 1 ,contru 
+0x3b93 012777 call gpio_get_bit 
+0x3b94 012778 setarg 0x0 
+0x3b95 012779 nsetflag true ,0 ,pdata 
+0x3b96 012780 arg 1 ,rega 
+0x3b97 012781 branch module_hci_event_set_cmd_send_response 
+:      012785 module_hci_cmd_le_set_pairing_mode:
+0x3b98 012786 copy rega ,contru 
+0x3b99 012787 ifetch 1 ,contru 
+0x3b9a 012788 copy pdata ,temp 
+0x3b9b 012789 beq le_pairing_mode_secure_connect_justwork ,module_le_set_pairing_mode_secure_justwork 
+0x3b9c 012790 beq le_pairing_mode_secure_connect_numeric ,module_le_set_pairing_mode_secure_numeric 
+0x3b9d 012791 beq le_pairing_mode_secure_connect_passkey ,module_le_set_pairing_mode_secure_passkey 
+0x3b9e 012792 store 1 ,mem_le_pairing_mode 
+0x3b9f 012793 beq le_pairing_mode_none ,module_le_set_no_pairing 
+0x3ba0 012794 beq le_pairing_mode_lagacy_justwork ,module_le_set_pairing_mode_lagacy_just_work 
+0x3ba1 012795 beq le_pairing_mode_lagacy_passkey ,module_le_set_pairing_mode_lagacy_passkey 
+0x3ba2 012796 branch module_hci_event_receive_invalid_cmd 
+:      012798 module_le_set_pairing_mode_secure_justwork:
+0x3ba3 012799 fetch 1 ,mem_le_secure_connect_enable 
+0x3ba4 012800 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3ba5 012801 storet 1 ,mem_le_pairing_mode 
+0x3ba6 012802 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3ba7 012803 branch module_le_set_noinputnooutput 
+:      012804 module_le_set_pairing_mode_secure_numeric:
+0x3ba8 012805 fetch 1 ,mem_le_secure_connect_enable 
+0x3ba9 012806 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3baa 012807 storet 1 ,mem_le_pairing_mode 
+0x3bab 012808 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3bac 012809 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x3bad 012810 branch module_hci_event_receive_valid_cmd 
+:      012811 module_le_set_pairing_mode_secure_passkey:
+0x3bae 012812 fetch 1 ,mem_le_secure_connect_enable 
+0x3baf 012813 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3bb0 012814 storet 1 ,mem_le_pairing_mode 
+0x3bb1 012815 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x3bb2 012816 branch module_le_set_displayonly 
+:      012817 module_le_set_no_pairing:
+0x3bb3 012818 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      012819 module_le_set_noinputnooutput:
+0x3bb4 012820 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x3bb5 012821 branch module_hci_event_receive_valid_cmd 
+:      012822 module_le_set_pairing_mode_lagacy_just_work:
+0x3bb6 012823 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x3bb7 012824 branch module_le_set_noinputnooutput 
+:      012825 module_le_set_pairing_mode_lagacy_passkey:
+0x3bb8 012826 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      012827 module_le_set_displayonly:
+0x3bb9 012828 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x3bba 012829 branch module_hci_event_receive_valid_cmd 
+:      012833 module_hci_cmd_le_set_adv_data:
+0x3bbb 012834 fetch 1 ,mem_module_uart_len 
+0x3bbc 012835 sub pdata ,31 ,null 
+0x3bbd 012836 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3bbe 012837 store 1 ,mem_le_adv_data_len 
+0x3bbf 012838 copy pdata ,loopcnt 
+0x3bc0 012839 copy rega ,contru 
+0x3bc1 012840 arg mem_le_adv_data ,contw 
+0x3bc2 012841 call uart_copy_rx_bytes_fast 
+0x3bc3 012842 branch module_hci_event_receive_valid_cmd 
+:      012846 module_hci_cmd_le_set_scan_data:
+0x3bc4 012847 fetch 1 ,mem_module_uart_len 
+0x3bc5 012848 sub pdata ,31 ,null 
+0x3bc6 012849 nbranch module_hci_event_receive_invalid_cmd ,positive 
+0x3bc7 012850 store 1 ,mem_le_scan_data_len 
+0x3bc8 012851 copy pdata ,loopcnt 
+0x3bc9 012852 copy rega ,contru 
+0x3bca 012853 arg mem_le_scan_data ,contw 
+0x3bcb 012854 call uart_copy_rx_bytes_fast 
+0x3bcc 012855 branch module_hci_event_receive_valid_cmd 
+:      012859 module_hci_cmd_le_send_conn_update_req:
+0x3bcd 012860 fetch 2 ,mem_ui_state_map 
+0x3bce 012861 bbit0 ui_state_ble_connected ,module_hci_event_receive_invalid_cmd 
+0x3bcf 012862 fetch 1 ,mem_module_uart_len 
+0x3bd0 012863 bne 0x08 ,module_hci_event_receive_invalid_cmd 
+0x3bd1 012864 copy rega ,contru 
+0x3bd2 012865 ifetch 8 ,contru 
+0x3bd3 012866 store 8 ,mem_le_interval_min 
+0x3bd4 012867 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x3bd5 012868 call ui_ipc_send_cmd 
+0x3bd6 012869 branch module_hci_event_receive_valid_cmd 
+:      012873 module_hci_cmd_set_le_adv_parameter:
+0x3bd7 012874 ifetch 2 ,contru 
+0x3bd8 012875 store 2 ,mem_le_adv_interval 
+0x3bd9 012876 branch module_hci_event_receive_valid_cmd 
+:      012880 module_hci_cmd_le_start_pairing:
+0x3bda 012881 fetch 1 ,mem_le_pairing_mode 
+0x3bdb 012882 branch module_hci_event_receive_invalid_cmd ,blank 
+0x3bdc 012883 fetch 1 ,mem_le_pairing_state 
+0x3bdd 012884 bne flag_le_pairing_null ,module_hci_event_receive_invalid_cmd 
+0x3bde 012885 fetch 1 ,mem_le_enc_state 
+0x3bdf 012886 bne flag_le_enc_null ,module_hci_event_receive_invalid_cmd 
+0x3be0 012887 call check_51cmd_le_smp_sec_req 
+0x3be1 012888 branch module_hci_event_receive_valid_cmd 
+:      012892 module_hci_cmd_set_wake_gpio:
+0x3be2 012893 fetch 1 ,mem_module_uart_len 
+0x3be3 012894 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x3be4 012895 ifetch 1 ,contru 
+0x3be5 012896 store 1 ,mem_module_mcu_wake_pin 
+0x3be6 012897 ifetch 4 ,contru 
+0x3be7 012898 store 4 ,mem_module_mcu_wake_delay_us 
+0x3be8 012899 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3be9 012900 call gpio_config_output 
+0x3bea 012901 call module_set_mcu_wake_pin_low 
+0x3beb 012902 branch module_hci_event_receive_valid_cmd 
+:      012906 module_hci_cmd_set_tx_power:
+0x3bec 012907 fetch 1 ,mem_module_uart_len 
+0x3bed 012908 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x3bee 012909 ifetch 1 ,contru 
+0x3bef 012910 store 1 ,mem_tx_power 
+0x3bf0 012911 branch module_hci_event_receive_valid_cmd 
+:      012915 module_hci_cmd_le_confirm_gkey:
+0x3bf1 012916 ifetch 1 ,contru 
+0x3bf2 012917 beq 0x01 ,module_hci_cmd_le_confirm_gkey_fail 
+0x3bf3 012918 fetch 1 ,mem_le_secure_connect_state 
+0x3bf4 012919 beq le_sc_stat_send_public_key ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf5 012920 beq le_sc_stat_receive_dhkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf6 012921 beq le_sc_stat_wait_confirm_gkey ,module_hci_cmd_le_confirm_gkey_ok 
+0x3bf7 012922 branch module_hci_event_receive_invalid_cmd 
+:      012923 module_hci_cmd_le_confirm_gkey_ok:
+0x3bf8 012924 jam flag_le_sc_confrim_gkey_ok ,mem_le_sc_confirm_gkey_flag 
+0x3bf9 012925 branch module_hci_event_receive_valid_cmd 
+:      012927 module_hci_cmd_le_confirm_gkey_fail:
+0x3bfa 012928 call le_send_pairing_confirm_value_failed 
+0x3bfb 012929 branch module_hci_event_receive_valid_cmd 
+:      012933 module_hci_cmd_set_reject_justwork_flag:
+0x3bfc 012934 fetch 1 ,mem_module_uart_len 
+0x3bfd 012935 bne 0x01 ,module_hci_event_receive_invalid_cmd 
+0x3bfe 012936 call module_hci_event_receive_valid_cmd 
+0x3bff 012937 ifetch 1 ,contru 
+0x3c00 012938 branch classic_bt_clr_reject_justwork_flag ,blank 
+0x3c01 012939 branch classic_bt_set_reject_justwork_flag 
+:      012943 module_hci_cmd_reset_chip:
+0x3c02 012944 call module_hci_event_receive_valid_cmd 
+0x3c03 012945 call wait_uarttx 
+0x3c04 012946 jam 0x01 ,core_reset 
+0x3c05 012947 branch loop 
+:      012951 module_hci_cmd_le_set_fixed_passkey:
+0x3c06 012952 fetch 1 ,mem_module_uart_len 
+0x3c07 012953 beq 0 ,module_hci_event_receive_invalid_cmd 
+0x3c08 012954 ifetch 1 ,contru 
+0x3c09 012955 branch module_hci_cmd_le_set_random_passkey ,blank 
+0x3c0a 012956 fetch 1 ,mem_module_uart_len 
+0x3c0b 012957 bne 5 ,module_hci_event_receive_invalid_cmd 
+0x3c0c 012958 ifetch 4 ,contru 
+0x3c0d 012959 arg 1000000 ,temp 
+0x3c0e 012960 isub temp ,null 
+0x3c0f 012961 branch module_hci_event_receive_invalid_cmd ,positive 
+0x3c10 012962 store 4 ,mem_le_tk 
+0x3c11 012963 call le_set_config_fixed_tk 
+0x3c12 012964 branch module_hci_event_receive_valid_cmd 
+:      012966 module_hci_cmd_le_set_random_passkey:
+0x3c13 012967 call le_clr_config_fixed_tk 
+0x3c14 012968 branch module_hci_event_receive_valid_cmd 
+:      012972 module_hci_test_cmde_close_lpm:
+0x3c15 012973 jam 0 ,mem_lpm_mode 
+0x3c16 012974 branch module_hci_event_receive_valid_cmd 
+:      012979 module_hci_event_receive_invalid_cmd:
+0x3c17 012980 arg 1 ,temp 
+0x3c18 012981 arg 0 ,rega 
+0x3c19 012982 branch module_hci_event_set_cmd 
+:      012985 module_hci_event_receive_valid_cmd:
+0x3c1a 012986 arg 0 ,temp 
+0x3c1b 012987 arg 0 ,rega 
+0x3c1c 012988 branch module_hci_event_set_cmd 
+:      012992 module_hci_event_spp_connect:
+0x3c1d 012993 jam hci_event_spp_conn_rep ,mem_module_uart_opcode 
+0x3c1e 012994 branch module_hci_event_enter_standby_mode_len0 
+:      012998 module_hci_event_le_connect:
+0x3c1f 012999 jam hci_event_le_conn_rep ,mem_module_uart_opcode 
+0x3c20 013000 branch module_hci_event_enter_standby_mode_len0 
+:      013004 module_hci_event_spp_disconnect:
+0x3c21 013005 jam hci_event_spp_dis_rep ,mem_module_uart_opcode 
+0x3c22 013006 branch module_hci_event_enter_standby_mode_len0 
+:      013010 module_hci_event_le_disconnect:
+0x3c23 013011 jam hci_event_le_dis_rep ,mem_module_uart_opcode 
+0x3c24 013012 branch module_hci_event_enter_standby_mode_len0 
+:      013020 module_hci_event_set_cmd:
+0x3c25 013021 fetch 1 ,mem_module_uart_opcode 
+0x3c26 013022 copy pdata ,regc 
+0x3c27 013023 jam hci_event_cmd_res ,mem_module_uart_opcode 
+0x3c28 013024 setarg 2 
+0x3c29 013025 iadd rega ,pdata 
+0x3c2a 013026 call module_hci_prepare_tx 
+0x3c2b 013027 copy regc ,pdata 
+0x3c2c 013028 istore 1 ,contwu 
+0x3c2d 013029 istoret 1 ,contwu 
+0x3c2e 013030 copy rega ,loopcnt 
+0x3c2f 013031 copy regb ,contr 
+0x3c30 013032 call uart_copy_tx_bytes 
+0x3c31 013033 branch uartd_send 
+:      013037 module_hci_event_receive_spp_data:
+0x3c32 013039 call module_spp_clear_last_transmite_clock 
+0x3c33 013040 jam hci_event_spp_data_rep ,mem_module_uart_opcode 
+0x3c34 013041 fetch 1 ,mem_current_length 
+0x3c35 013042 rtn blank 
+0x3c36 013043 call module_hci_prepare_tx 
+0x3c37 013044 fetch 1 ,mem_current_length 
+0x3c38 013045 copy pdata ,loopcnt 
+0x3c39 013046 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x3c3a 013047 copy pdata ,contr 
+0x3c3b 013048 call uart_copy_tx_bytes_fast 
+0x3c3c 013049 branch uartd_send 
+:      013053 module_hci_event_receive_le_data:
+0x3c3d 013054 jam hci_event_le_data_rep ,mem_module_uart_opcode 
+0x3c3e 013055 fetch 1 ,mem_module_le_rx_data_len 
+0x3c3f 013056 icopy loopcnt 
+0x3c40 013057 increase 2 ,pdata 
+0x3c41 013058 call module_hci_prepare_tx 
+0x3c42 013059 fetch 2 ,mem_module_le_rx_data_handle 
+0x3c43 013060 istore 2 ,contwu 
+0x3c44 013061 fetch 2 ,mem_module_le_rx_data_address 
+0x3c45 013062 icopy contr 
+0x3c46 013063 call uart_copy_tx_bytes_fast 
+0x3c47 013064 branch uartd_send 
+:      013068 module_hci_event_enter_standby_mode:
+0x3c48 013069 jam hci_event_standby_rep ,mem_module_uart_opcode 
+:      013070 module_hci_event_enter_standby_mode_len0:
+0x3c49 013071 setarg 0 
+0x3c4a 013072 call module_hci_prepare_tx 
+0x3c4b 013073 branch uartd_send 
+:      013077 module_hci_event_status_res:
+0x3c4c 013078 jam hci_event_status_res ,mem_module_uart_opcode 
+0x3c4d 013079 setarg 1 
+0x3c4e 013080 call module_hci_prepare_tx 
+0x3c4f 013082 call module_hci_read_bt_status 
+0x3c50 013084 fetch 2 ,mem_ui_state_map 
+0x3c51 013085 arg ui_state_bt_hid_conn ,queue 
+0x3c52 013086 qisolate1 pdata 
+0x3c53 013087 setflag true ,3 ,temp 
+0x3c54 013089 arg ui_state_ble_connected ,queue 
+0x3c55 013090 qisolate1 pdata 
+0x3c56 013091 setflag true ,5 ,temp 
+0x3c57 013093 fetch 1 ,mem_ui_state_map 
+0x3c58 013094 arg ui_state_bt_spp_conn ,queue 
+0x3c59 013095 qisolate1 pdata 
+0x3c5a 013096 setflag true ,4 ,temp 
+0x3c5b 013098 istoret 1 ,contwu 
+0x3c5c 013099 branch uartd_send 
+:      013103 module_hci_read_bt_status:
+0x3c5d 013104 arg 0 ,temp 
+0x3c5e 013105 fetch 1 ,mem_scan_mode 
+0x3c5f 013106 arg inq_scan_mode ,queue 
+0x3c60 013107 qisolate1 pdata 
+0x3c61 013108 setflag true ,0 ,temp 
+0x3c62 013109 arg page_scan_mode ,queue 
+0x3c63 013110 qisolate1 pdata 
+0x3c64 013111 setflag true ,1 ,temp 
+0x3c65 013113 fetch 1 ,mem_le_adv_enable 
+0x3c66 013114 arg 0 ,queue 
+0x3c67 013115 qisolate1 pdata 
+0x3c68 013116 setflag true ,2 ,temp 
+0x3c69 013117 rtn 
+:      013121 module_hci_event_store_device:
+0x3c6a 013122 jam hci_event_nvram_rep ,mem_module_uart_opcode 
+0x3c6b 013123 fetch 1 ,mem_nv_data_number 
+0x3c6c 013124 mul32 pdata ,34 ,pdata 
+0x3c6d 013125 icopy loopcnt 
+0x3c6e 013126 call module_hci_prepare_tx 
+0x3c6f 013127 fetch 2 ,mem_nv_data_ptr 
+0x3c70 013128 icopy contr 
+0x3c71 013129 call uart_copy_tx_bytes_fast 
+0x3c72 013130 branch uartd_send 
+:      013134 module_hci_event_gkey_generate:
+0x3c73 013135 jam hci_event_gkey ,mem_module_uart_opcode 
+0x3c74 013136 setarg 4 
+0x3c75 013137 call module_hci_prepare_tx 
+0x3c76 013138 fetch 4 ,mem_gkey 
+0x3c77 013139 istore 4 ,contwu 
+0x3c78 013140 branch uartd_send 
+:      013144 module_hci_event_invalid_packet:
+0x3c79 013145 jam hci_event_invalid_packet ,mem_module_uart_opcode 
+0x3c7a 013146 hfetch 2 ,core_uart_rxitems 
+0x3c7b 013147 arg 0xff ,temp 
+0x3c7c 013148 call not_greater_than 
+0x3c7d 013149 copy pdata ,loopcnt 
+0x3c7e 013150 call module_hci_prepare_tx 
+0x3c7f 013151 call uartd_prepare_rx 
+0x3c80 013152 call uart_copy_rx2tx 
+0x3c81 013153 branch uartd_send 
+:      013157 module_hci_event_passkey_entry_mode:
+0x3c82 013158 jam hci_event_get_passkey ,mem_module_uart_opcode 
+0x3c83 013159 branch module_hci_event_enter_standby_mode_len0 
+:      013163 module_hci_event_le_tk:
+0x3c84 013164 jam hci_event_le_tk ,mem_module_uart_opcode 
+0x3c85 013165 setarg 4 
+0x3c86 013166 call module_hci_prepare_tx 
+0x3c87 013167 fetch 4 ,mem_le_tk 
+0x3c88 013168 istore 4 ,contwu 
+0x3c89 013169 branch uartd_send 
+:      013173 module_hci_event_le_pairing_fail:
+0x3c8a 013174 arg flag_ble_pairing_fail ,rega 
+0x3c8b 013175 branch module_hci_event_pairing_completed 
+:      013177 module_hci_event_le_pairing_success:
+0x3c8c 013178 arg flag_ble_pairing_success ,rega 
+0x3c8d 013179 branch module_hci_event_pairing_completed 
+:      013181 module_hci_event_bt_pairing_fail:
+0x3c8e 013182 arg flag_bt_pairing_fail ,rega 
+0x3c8f 013183 branch module_hci_event_pairing_completed 
+:      013185 module_hci_event_bt_pairing_success:
+0x3c90 013186 arg flag_bt_pairing_success ,rega 
+:      013188 module_hci_event_pairing_completed:
+0x3c91 013189 jam 0 ,mem_flag_mode_ssp_pin 
+0x3c92 013190 jam hci_event_le_pairing_state ,mem_module_uart_opcode 
+0x3c93 013191 setarg 2 
+0x3c94 013192 call module_hci_prepare_tx 
+0x3c95 013193 copy rega ,pdata 
+0x3c96 013194 istore 2 ,contwu 
+0x3c97 013195 branch uartd_send 
+:      013199 module_hci_event_pause_enc:
+0x3c98 013200 arg flag_event_pause_enc ,regc 
+0x3c99 013201 branch module_hci_event_enc 
+:      013203 module_hci_event_start_enc:
+0x3c9a 013204 arg flag_event_start_enc ,regc 
+:      013206 module_hci_event_enc:
+0x3c9b 013207 jam hci_event_le_encryption_state ,mem_module_uart_opcode 
+0x3c9c 013208 setarg 1 
+0x3c9d 013209 call module_hci_prepare_tx 
+0x3c9e 013210 copy regc ,pdata 
+0x3c9f 013211 istore 1 ,contwu 
+0x3ca0 013212 branch uartd_send 
+:      013216 module_hci_event_le_gkey:
+0x3ca1 013217 jam hci_event_le_gkey ,mem_module_uart_opcode 
+0x3ca2 013218 setarg 4 
+0x3ca3 013219 call module_hci_prepare_tx 
+0x3ca4 013220 fetch 4 ,mem_gkey 
+0x3ca5 013221 istore 4 ,contwu 
+0x3ca6 013222 branch uartd_send 
+:      013233 module_hci_prepare_tx:
+0x3ca7 013234 jam 0x02 ,mem_module_uart_cmd 
+0x3ca8 013235 store 1 ,mem_module_uart_len 
+0x3ca9 013236 storet 8 ,mem_temp 
+0x3caa 013237 bpatch patch1c_2 ,mem_patch1c 
+0x3cab 013238 call module_set_mcu_wake_pin_high_delay 
+0x3cac 013239 fetcht 8 ,mem_temp 
+0x3cad 013240 call uartd_prepare_tx 
+0x3cae 013241 fetch 3 ,mem_module_uart_cmd 
+0x3caf 013242 istore 3 ,contwu 
+0x3cb0 013243 rtn 
+:      013246 module_set_mcu_wake_pin_high_delay:
+0x3cb1 013247 call module_check_mcu_wake_pin_high 
+0x3cb2 013248 rtn true 
+:      013249 module_set_mcu_wake_pin_h_delay:
+0x3cb3 013250 call module_set_mcu_wake_pin_high 
+0x3cb4 013251 fetch 4 ,mem_module_mcu_wake_delay_us 
+0x3cb5 013252 rshift2 pdata ,pdata 
+0x3cb6 013253 rtn blank 
+0x3cb7 013254 branch delay 
+:      013256 module_set_mcu_wake_pin_high:
+0x3cb8 013258 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cb9 013259 branch gpio_out_active 
+:      013261 module_check_mcu_wake_pin_high:
+0x3cba 013262 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cbb 013263 branch gpio_check_active 
+:      013265 module_set_mcu_wake_pin_low:
+0x3cbc 013266 fetcht 1 ,mem_module_mcu_wake_pin 
+0x3cbd 013267 branch gpio_out_inactive 
+:      013270 delay:
+0x3cbe 013271 increase -1 ,pdata 
+0x3cbf 013272 nop 38 
+0x3cc0 013273 nbranch delay ,blank 
+0x3cc1 013274 rtn 
+:      013283 module_le_receive_data:
+0x3cc2 013284 call module_check_ble_encrypt_state 
+0x3cc3 013285 rtn user 
+0x3cc4 013286 copy rega ,pdata 
+0x3cc5 013287 store 2 ,mem_module_le_rx_data_address 
+0x3cc6 013288 copy regb ,pdata 
+0x3cc7 013289 store 1 ,mem_module_le_rx_data_len 
+0x3cc8 013290 fetch 2 ,mem_le_att_handle 
+0x3cc9 013291 fetcht 2 ,mem_module_data_write_handle 
+0x3cca 013292 isub temp ,null 
+0x3ccb 013293 branch module_le_receive_data_ok ,zero 
+0x3ccc 013294 fetcht 2 ,mem_module_data_write_handle2 
+0x3ccd 013295 isub temp ,null 
+0x3cce 013296 nrtn zero 
+:      013297 module_le_receive_data_ok:
+0x3ccf 013298 store 2 ,mem_module_le_rx_data_handle 
+0x3cd0 013299 branch module_hci_event_receive_le_data 
+:      013304 module_exit_sniff:
+0x3cd1 013305 fetch 1 ,mem_module_flag 
+0x3cd2 013306 rtnbit1 moudle_task_unsniff 
+0x3cd3 013307 call module_set_unsniff_task_flag 
+0x3cd4 013308 branch app_bt_sniff_exit 
+:      013311 module_set_lpm_mult_2:
+0x3cd5 013312 jam 2 ,mem_lpm_mult 
+0x3cd6 013313 rtn 
+:      013317 module_bb_event_timer:
+0x3cd7 013318 branch module_read_vdd_timer 
+:      013320 module_read_vdd_timer:
+0x3cd8 013321 fetch 1 ,mem_module_read_vdd_flag 
+0x3cd9 013322 rtn blank 
+0x3cda 013323 fetch 1 ,mem_module_read_vdd_count 
+0x3cdb 013324 rtn blank 
+0x3cdc 013325 increase -1 ,pdata 
+0x3cdd 013326 store 1 ,mem_module_read_vdd_count 
+0x3cde 013327 nrtn blank 
+0x3cdf 013328 jam flag_module_read_vdd_count ,mem_module_read_vdd_count 
+0x3ce0 013329 call adc_set_mode 
+0x3ce1 013330 call vdd_calculate_by_mode 
+0x3ce2 013331 div pdata ,0x64 
+0x3ce3 013332 call wait_div_end 
+0x3ce4 013333 quotient pdata 
+0x3ce5 013334 remainder temp 
+0x3ce6 013335 store 1 ,mem_module_vdd_quotient 
+0x3ce7 013336 storet 1 ,mem_module_vdd_remainder 
+0x3ce8 013337 rtn 
+:      013340 module_control_air_flow:
+0x3ce9 013341 call check_uart_tx_buff 
+0x3cea 013342 branch app_l2cap_flow_control_enable ,positive 
+0x3ceb 013343 branch app_l2cap_flow_control_disable 
+:      013347 module_set_sniff_task_flag:
+0x3cec 013348 arg moudle_task_sniff ,queue 
+0x3ced 013349 branch module_set_state 
+:      013351 module_clear_sniff_task_flag:
+0x3cee 013352 arg moudle_task_sniff ,queue 
+0x3cef 013353 branch module_clr_state 
+:      013355 module_set_unsniff_task_flag:
+0x3cf0 013356 arg moudle_task_unsniff ,queue 
+0x3cf1 013357 branch module_set_state 
+:      013359 module_clear_unsniff_task_flag:
+0x3cf2 013360 arg moudle_task_unsniff ,queue 
+0x3cf3 013361 branch module_clr_state 
+:      013363 module_set_le_tx_data_flag:
+0x3cf4 013364 arg module_flag_ble_data_finish ,queue 
+0x3cf5 013365 branch module_set_state 
+:      013367 module_clear_le_tx_data_flag:
+0x3cf6 013368 arg module_flag_ble_data_finish ,queue 
+0x3cf7 013369 branch module_clr_state 
+:      013371 module_clr_state:
+0x3cf8 013372 fetch 1 ,mem_module_flag 
+0x3cf9 013373 qset0 pdata 
+0x3cfa 013374 store 1 ,mem_module_flag 
+0x3cfb 013375 rtn 
+:      013377 module_set_state:
+0x3cfc 013378 fetch 1 ,mem_module_flag 
+0x3cfd 013379 qset1 pdata 
+0x3cfe 013380 store 1 ,mem_module_flag 
+0x3cff 013381 rtn 
+:      013391 mouse_init:
+0x3d00 013392 call mouse_setting_config 
+0x3d01 013393 call spi_ncs_enable 
+0x3d02 013394 call mouse_init_sunt 
+0x3d03 013395 call mouse_dpi_config 
+0x3d04 013396 call spi_ncs_disable 
+0x3d05 013397 rtn wake 
+0x3d06 013398 call mouse_cheak_enable_usb 
+0x3d07 013399 call mouse_cb_fuction 
+0x3d08 013402 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d09 013403 rtnbit1 mouse_enable_usb 
+0x3d0a 013404 call mouse_wakeup_from_power 
+0x3d0b 013405 rtnmark1 mark_24g 
+0x3d0c 013406 fetch 2 ,mem_ui_state_map 
+0x3d0d 013407 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x3d0e 013408 branch mouse_check_reconn_target 
+:      013411 mouse_delay_4s:
+0x3d0f 013412 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d10 013413 rtnbit0 mouse_enable_init_delay 
+0x3d11 013414 arg 20 ,loopcnt 
+:      013415 mouse_delay_20ms:
+0x3d12 013416 setarg 200000 
+0x3d13 013417 call sleep 
+0x3d14 013418 loop delay_10ms 
+0x3d15 013419 rtn 
+:      013422 mouse_cheak_enable_usb:
+0x3d16 013423 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d17 013424 rtnbit0 mouse_enable_usb 
+0x3d18 013425 branch usb_init 
+:      013428 mouse_cb_fuction:
+0x3d19 013429 setarg mouse_le 
+0x3d1a 013430 store 2 ,mem_cb_le_process 
+0x3d1b 013431 setarg mouse_send_process 
+0x3d1c 013432 store 2 ,mem_cb_bt_process 
+0x3d1d 013433 setarg mouse_process_lpm_before 
+0x3d1e 013434 store 2 ,mem_cb_before_lpm 
+0x3d1f 013435 setarg mouse_priority_bb_event 
+0x3d20 013436 store 2 ,mem_cb_bb_event_process 
+0x3d21 013437 setarg mouse_idle 
+0x3d22 013438 store 2 ,mem_cb_idle_process 
+0x3d23 013439 setarg mouse_before_hibernate 
+0x3d24 013440 store 2 ,mem_cb_before_hibernate 
+0x3d25 013441 setarg le_mouse_bb_event_connect_complete 
+0x3d26 013442 store 2 ,mem_cb_att_write 
+0x3d27 013444 call g24_head_ptr2regc 
+0x3d28 013445 setarg mouse_g24_package_data 
+0x3d29 013446 add regc ,offset_24g_cb_data ,contw 
+0x3d2a 013447 istore 2 ,contw 
+0x3d2b 013448 setarg mouse_g24_enter_lpm 
+0x3d2c 013449 add regc ,offset_24g_cb_lpm_prepare ,contw 
+0x3d2d 013450 istore 2 ,contw 
+0x3d2e 013451 setarg mouse_lpm_before_common 
+0x3d2f 013452 add regc ,offset_24g_cb_lpm_before ,contw 
+0x3d30 013453 istore 2 ,contw 
+0x3d31 013455 setarg mouse_bb_event_timer 
+0x3d32 013456 store 2 ,mem_cb_event_timer 
+0x3d33 013457 setarg mouse_spi_write_flash_cb 
+0x3d34 013458 store 2 ,mem_cb_spi_flash_write_complate 
+0x3d35 013459 rtn 
+:      013460 mouse_spi_write_flash_cb:
+:      013461 mouse_spi_init:
+0x3d36 013462 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d37 013463 bbit0 mouse_enable_spi2 ,spid_init 
+0x3d38 013464 branch spid_init2 
+:      013466 mouse_setting_config:
+0x3d39 013467 rtn wake 
+0x3d3a 013468 call g24_set_device_addr 
+0x3d3b 013469 call mouse_gpio_init 
+0x3d3c 013470 call mouse_param_init 
+0x3d3d 013471 call mouse_adc_init 
+0x3d3e 013472 call le_set_config_fixed_ltk 
+0x3d3f 013473 call le_set_justwork 
+0x3d40 013474 call le_set_fixed_ltk 
+0x3d41 013475 call le_set_config_read_authentication 
+0x3d42 013476 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d43 013477 bbit1 mouse_enable_eeprom ,mouse_init_iic 
+0x3d44 013478 bbit1 mouse_enable_flash ,mouse_load_flash_info_cheak 
+0x3d45 013479 rtn 
+:      013481 mouse_init_iic:
+0x3d46 013482 call iic_init_390k 
+0x3d47 013483 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d48 013484 isolate1 mouse_enable_2k_eeprom ,pdata 
+0x3d49 013485 ncall clear_eeprom_size_2k ,true 
+0x3d4a 013486 call mouse_load_eeprom_dpi 
+0x3d4b 013487 call mouse_init_environment 
+0x3d4c 013488 call mouse_set_24g_addr_eeprom 
+0x3d4d 013489 branch iicd_read_eep_data 
+:      013491 mouse_wakeup_from_power:
+0x3d4e 013492 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d4f 013493 bbit0 mouse_enable_wakeup_from_power ,mouse_wakeup_no_from_power 
+0x3d50 013494 fetch 1 ,mem_wakup_from_power_flag 
+0x3d51 013495 isolate0 gpio_latch ,pdata 
+0x3d52 013496 nrtn true 
+:      013497 mouse_wakeup_no_from_power:
+0x3d53 013498 fetch 1 ,mem_reconn_times_init 
+0x3d54 013499 store 1 ,mem_reconn_times 
+0x3d55 013500 fetch 1 ,mem_config_function_enable 
+0x3d56 013501 rtnbit1 enable_select_device_by_switch 
+:      013502 mouse_start_24g_mode:
+0x3d57 013503 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d58 013504 rtnbit0 mouse_enable_24g 
+0x3d59 013505 bbit1 mouse_enable_auto_24g_paring ,g24_auto_pair_start 
+0x3d5a 013506 branch g24_check_51cmd_start_24g 
+:      013507 le_mouse_bb_event_connect_complete:
+0x3d5b 013508 fetch 1 ,mem_le_att_handle 
+0x3d5c 013509 sub pdata ,26 ,pdata 
+0x3d5d 013510 nrtn zero 
+0x3d5e 013511 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x3d5f 013512 call ui_ipc_send_cmd 
+:      013513 mouse_le_write_enable:
+0x3d60 013514 arg write_req_enable_flag ,queue 
+0x3d61 013515 branch mouse_le_enable_connect_flag 
+:      013517 mouse_dpi_up:
+0x3d62 013518 fetch 1 ,mem_mouse_dpi_button_state 
+0x3d63 013519 rtneq dpi_button_state_up 
+0x3d64 013520 jam dpi_button_state_up ,mem_mouse_dpi_button_state 
+0x3d65 013521 rtn 
+:      013522 mouse_dpi_config:
+0x3d66 013523 fetch 1 ,mem_config_sensor_motion 
+0x3d67 013524 and pdata ,0x0f ,pdata 
+0x3d68 013525 store 1 ,mem_mouse_dpi 
+0x3d69 013526 branch mouse_seting_dpi + 2 
+:      013529 mouse_dpi_cheak:
+0x3d6a 013530 fetcht 1 ,mem_dpi_button_gpio 
+0x3d6b 013531 call gpio_get_bit 
+0x3d6c 013532 nbranch mouse_dpi_up ,true 
+:      013533 mouse_dpi_down:
+0x3d6d 013534 fetch 1 ,mem_mouse_dpi_button_state 
+0x3d6e 013535 rtneq dpi_button_state_down 
+0x3d6f 013536 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0x3d70 013537 fetch 1 ,mem_mouse_dpi 
+0x3d71 013538 increase 1 ,pdata 
+0x3d72 013539 and pdata ,0x03 ,pdata 
+0x3d73 013540 store 1 ,mem_mouse_dpi 
+0x3d74 013541 call mouse_seting_dpi 
+0x3d75 013542 fetch mouse_flag_len ,mem_mouse_flag 
+0x3d76 013543 bbit1 mouse_enable_eeprom ,mouse_store_eerpom_dpi 
+0x3d77 013544 bbit1 mouse_enable_flash ,mouse_before_store_flash_cpi 
+0x3d78 013545 rtn 
+:      013546 mouse_before_store_flash_cpi:
+0x3d79 013547 arg mouse_spi2_clk_gpio ,temp 
+0x3d7a 013548 call gpio_config_output 
+0x3d7b 013549 arg mouse_spi2_sdio_gpio ,temp 
+0x3d7c 013550 call gpio_config_output 
+0x3d7d 013551 branch mouse_store_flash_device_info 
+:      013553 mouse_seting_dpi:
+0x3d7e 013554 bpatch patch1c_3 ,mem_patch1c 
+0x3d7f 013555 call mosue_dpi_led_blink_init 
+0x3d80 013556 fetch 1 ,mem_config_sensor_type 
+0x3d81 013557 beq p3610 ,mouse_seting_3610_dpi 
+0x3d82 013558 beq p3212 ,mouse_seting_3212_dpi 
+0x3d83 013559 fetch 1 ,mem_mouse_dpi 
+0x3d84 013560 beq mouse_dpi_level1 ,mouse_set_cpi1 
+0x3d85 013561 beq mouse_dpi_level2 ,mouse_set_cpi2 
+0x3d86 013562 beq mouse_dpi_level3 ,mouse_set_cpi3 
+0x3d87 013563 beq mouse_dpi_level4 ,mouse_set_cpi4 
+:      013564 mouse_set_cpi2:
+0x3d88 013565 fetch 1 ,mem_320x_dpi_2 
+0x3d89 013566 branch mouse_p3205_dpi 
+:      013567 mouse_set_cpi1:
+0x3d8a 013568 fetch 1 ,mem_320x_dpi_1 
+0x3d8b 013569 branch mouse_p3205_dpi 
+:      013570 mouse_set_cpi3:
+0x3d8c 013571 fetch 1 ,mem_320x_dpi_3 
+0x3d8d 013572 branch mouse_p3205_dpi 
+:      013573 mouse_set_cpi4:
+0x3d8e 013574 fetch 1 ,mem_320x_dpi_4 
+0x3d8f 013575 branch mouse_p3205_dpi 
+:      013576 moue_seting_cpi_count:
+0x3d90 013577 fetch 1 ,mem_config_sensor_type 
+0x3d91 013578 rtneq p3065_xy 
+0x3d92 013579 fetch 1 ,mem_mouse_cpi_count 
+0x3d93 013580 increase 1 ,pdata 
+0x3d94 013581 store 1 ,mem_mouse_cpi_count 
+0x3d95 013582 rtn 
+:      013584 mouse_seting_3212_dpi:
+0x3d96 013585 fetch 1 ,mem_mouse_dpi 
+0x3d97 013586 beq mouse_dpi_level1 ,mouse_set_p3212_cpi1 
+0x3d98 013587 beq mouse_dpi_level2 ,mouse_set_p3212_cpi2 
+0x3d99 013588 beq mouse_dpi_level3 ,mouse_set_p3212_cpi3 
+0x3d9a 013589 beq mouse_dpi_level4 ,mouse_set_p3212_cpi4 
+:      013590 mouse_set_p3212_cpi2:
+0x3d9b 013591 fetch 1 ,mem_3212_dpi_2 
+0x3d9c 013592 branch mouse_p3212_dpi 
+:      013593 mouse_set_p3212_cpi1:
+0x3d9d 013594 fetch 1 ,mem_3212_dpi_1 
+0x3d9e 013595 branch mouse_p3212_dpi 
+:      013596 mouse_set_p3212_cpi3:
+0x3d9f 013597 fetch 1 ,mem_3212_dpi_3 
+0x3da0 013598 branch mouse_p3212_dpi 
+:      013599 mouse_set_p3212_cpi4:
+0x3da1 013600 fetch 1 ,mem_3212_dpi_4 
+:      013601 mouse_p3212_dpi:
+0x3da2 013602 store 1 ,mem_mouse_cpi_count 
+0x3da3 013603 lshift8 pdata ,pdata 
+0x3da4 013604 copy pdata ,rega 
+0x3da5 013605 add pdata ,mouse_p3212_dpi_xaddress ,pdata 
+0x3da6 013606 call twspi_write 
+0x3da7 013607 copy rega ,pdata 
+0x3da8 013608 add pdata ,mouse_p3212_dpi_yaddress ,pdata 
+0x3da9 013609 branch twspi_write 
+:      013611 mouse_seting_3610_dpi:
+0x3daa 013612 fetch 1 ,mem_mouse_dpi 
+0x3dab 013613 beq mouse_dpi_level1 ,mouse_set_p3610_cpi1 
+0x3dac 013614 beq mouse_dpi_level2 ,mouse_set_p3610_cpi2 
+0x3dad 013615 beq mouse_dpi_level3 ,mouse_set_p3610_cpi3 
+0x3dae 013616 beq mouse_dpi_level4 ,mouse_set_p3610_cpi4 
+:      013617 mouse_set_p3610_cpi2:
+0x3daf 013618 fetch 1 ,mem_3610_dpi_2 
+0x3db0 013619 branch mouse_p3610_dpi 
+:      013620 mouse_set_p3610_cpi1:
+0x3db1 013621 fetch 1 ,mem_3610_dpi_1 
+0x3db2 013622 branch mouse_p3610_dpi 
+:      013623 mouse_set_p3610_cpi3:
+0x3db3 013624 fetch 1 ,mem_3610_dpi_3 
+0x3db4 013625 branch mouse_p3610_dpi 
+:      013626 mouse_set_p3610_cpi4:
+0x3db5 013627 fetch 1 ,mem_3610_dpi_4 
+:      013628 mouse_p3610_dpi:
+0x3db6 013629 store 1 ,mem_mouse_cpi_count 
+0x3db7 013630 call mouse_spi_sdio_gpio_pollup 
+0x3db8 013631 fetch 1 ,mem_mouse_cpi_count 
+:      013632 mouse_reset_p3610_dpi:
+0x3db9 013633 add pdata ,0x80 ,pdata 
+0x3dba 013634 lshift8 pdata ,pdata 
+0x3dbb 013635 add pdata ,mouse_p3610_dpi_address ,pdata 
+0x3dbc 013636 copy pdata ,rega 
+0x3dbd 013637 branch mouse_set_sensor_reg 
+:      013639 mouse_p3205_dpi:
+0x3dbe 013640 store 1 ,mem_mouse_cpi_count 
+0x3dbf 013641 call moue_seting_cpi_count 
+0x3dc0 013642 fetch 1 ,mem_mouse_cpi_count 
+0x3dc1 013643 setarg mouse_dpi_address 
+0x3dc2 013644 call twspi_read 
+0x3dc3 013645 and pdata ,0xf8 ,temp 
+0x3dc4 013646 fetch 1 ,mem_mouse_cpi_count 
+0x3dc5 013647 iadd temp ,pdata 
+0x3dc6 013648 lshift8 pdata ,pdata 
+0x3dc7 013649 add pdata ,mouse_dpi_address ,pdata 
+0x3dc8 013650 branch twspi_write 
+:      013653 mouse_init_environment:
+0x3dc9 013654 call app_initflag_check 
+0x3dca 013655 branch mouse_eeprom_load_recon_info ,zero 
+0x3dcb 013656 call mouse_ble_init_address 
+0x3dcc 013657 call mouse_store_eeprom_device_info 
+0x3dcd 013658 branch app_initflag_store 
+:      013661 mouse_24g_pairing_button:
+0x3dce 013662 fetch 2 ,mem_24g_pairing_timer_count 
+0x3dcf 013663 rtn blank 
+0x3dd0 013664 fetch mouse_flag_len ,mem_mouse_flag 
+0x3dd1 013665 rtnbit0 mouse_enable_24g 
+0x3dd2 013666 rtnbit1 mosue_24g_pairing_flag 
+0x3dd3 013667 rtnmark1 mark_24g 
+0x3dd4 013668 call mouse_check_key_gpio 
+0x3dd5 013669 rtnne mouse_lmr_button 
+0x3dd6 013670 call mouse_devce_led_off 
+0x3dd7 013671 arg mosue_24g_pairing_flag ,queue 
+0x3dd8 013672 call mouse_enable_function_flag 
+0x3dd9 013673 setarg 0 
+0x3dda 013674 store 2 ,mem_mouse_direct_timer 
+0x3ddb 013675 store 1 ,mem_mouse_send_blank_timer 
+0x3ddc 013676 call g24_set0_mem_check_dongle_times 
+0x3ddd 013678 fetch 2 ,mem_ui_state_map 
+0x3dde 013679 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+0x3ddf 013680 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x3de0 013681 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x3de1 013682 call mouse_stop_discovery 
+0x3de2 013683 branch g24_start_pairing_sm1 
+:      013686 mouse_idle:
+0x3de3 013687 call mouse_24g_pairing_button 
+0x3de4 013688 call ui_check_paring_button 
+0x3de5 013689 call mouse_dpi_cheak 
+0x3de6 013690 call mouse_usb_isr 
+0x3de7 013691 call mouse_wheel_check 
+0x3de8 013692 branch mouse_usb_mode 
+:      013693 mouse_usb_isr:
+0x3de9 013694 fetch mouse_flag_len ,mem_mouse_flag 
+0x3dea 013695 rtnbit0 mouse_enable_usb 
+0x3deb 013696 call usb_isr 
+0x3dec 013697 branch usb_offline_state 
+:      013699 mouse_cheak_usb:
+0x3ded 013700 hfetch 1 ,core_usb_addr 
+0x3dee 013701 bbit0 7 ,mouse_usb_no_exsit 
+0x3def 013702 bbit1 7 ,mouse_usb_exsit 
+0x3df0 013703 rtn 
+:      013704 mouse_usb_no_exsit:
+0x3df1 013705 fetch 1 ,mem_usb_addr 
+0x3df2 013706 rtnbit0 7 
+0x3df3 013707 branch soft_reset_chip 
+:      013708 mouse_usb_exsit:
+0x3df4 013709 fetch 1 ,mem_usb_addr 
+0x3df5 013710 rtnbit1 7 
+0x3df6 013711 branch mouse_stop_bluetooth_mode 
+:      013713 mouse_usb_mode:
+0x3df7 013714 call mouse_cheak_usb 
+0x3df8 013715 hfetch 1 ,core_usb_addr 
+0x3df9 013716 store 1 ,mem_usb_addr 
+0x3dfa 013717 rtnbit0 7 
+0x3dfb 013718 call mouse_clkn_check 
+0x3dfc 013719 fetch 4 ,mem_btclk_sensor 
+0x3dfd 013720 fetcht 1 ,mem_wire_usb_interval 
+0x3dfe 013721 iadd temp ,temp 
+0x3dff 013722 copy clkn_bt ,pdata 
+0x3e00 013723 isub temp ,null 
+0x3e01 013724 nrtn positive 
+0x3e02 013725 store 4 ,mem_btclk_sensor 
+0x3e03 013726 call mouse_motion 
+0x3e04 013727 nrtn user 
+0x3e05 013728 jam 4 ,mem_usb_tx_enable 
+0x3e06 013729 branch mouse_wired_to_usb 
+:      013731 mouse_clkn_check:
+0x3e07 013732 fetcht 4 ,mem_btclk_sensor 
+0x3e08 013733 copy clkn_bt ,pdata 
+0x3e09 013734 isub temp ,null 
+0x3e0a 013735 ncall mouse_clkn_timeout ,positive 
+0x3e0b 013736 rtn 
+:      013737 mouse_clkn_timeout:
+0x3e0c 013738 setarg 0 
+0x3e0d 013739 store 4 ,mem_btclk_sensor 
+0x3e0e 013740 rtn 
+:      013744 mouse_wired_to_usb:
+0x3e0f 013745 fetch 1 ,mem_usb_tx_enable 
+0x3e10 013746 rtnbit0 2 
+0x3e11 013747 branch mouse_data_push 
+:      013748 mouse_data_push:
+0x3e12 013749 hfetch 1 ,core_usb_addr 
+0x3e13 013750 rtnbit0 7 
+0x3e14 013751 jam usb_ep2_ms ,mem_usb_ep2_data 
+0x3e15 013752 setarg ms_report_id 
+0x3e16 013753 store 1 ,mem_usb_mouse_data 
+0x3e17 013754 fetch 7 ,mem_mouse_key 
+0x3e18 013755 istore 7 ,contw 
+0x3e19 013756 rtn 
+:      013759 mouse_enable_clock_qdecoder:
+0x3e1a 013760 hfetch 2 ,core_clkoff 
+0x3e1b 013761 set0 clock_off_qdecoder ,pdata 
+0x3e1c 013762 hstore 2 ,core_clkoff 
+0x3e1d 013763 rtn 
+:      013765 mouse_param_init:
+0x3e1e 013766 setarg 0x8c00 
+0x3e1f 013767 store 2 ,mem_ui_uuid_table 
+0x3e20 013768 setarg 0x8e7a 
+0x3e21 013769 store 2 ,mem_ui_le_uuid_table 
+0x3e22 013770 setarg 0x2402 
+0x3e23 013771 store 2 ,mem_fcomp_mul 
+0x3e24 013772 setarg 0x2580 
+0x3e25 013773 store 3 ,mem_class 
+0x3e26 013774 jam 3 ,mem_lpm_mult_timeout 
+0x3e27 013775 jam 8 ,mem_lpm_overhead 
+0x3e28 013776 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x3e29 013777 setarg 0x0200 
+0x3e2a 013778 store 2 ,mem_lpm_interval 
+0x3e2b 013779 jam 0x17 ,mem_le_local_mtu 
+0x3e2c 013780 jam 0x17 ,mem_le_remote_mtu 
+0x3e2d 013782 setarg 0x0a77 
+0x3e2e 013783 store 2 ,mem_spi_init_clk 
+0x3e2f 013799 setsect 0 ,0x306 
+0x3e30 013800 setsect 1 ,0x4440 
+0x3e31 013801 setsect 2 ,0x10000 
+0x3e32 013802 setsect 3 ,0x4408 
+0x3e33 013803 store 9 ,mem_all_uuid_16bits 
+0x3e34 013804 setsect 0 ,0x1224 
+0x3e35 013805 setsect 1 ,0x4000 
+0x3e36 013806 setsect 2 ,0x0 
+0x3e37 013807 istore 5 ,contw 
+0x3e38 013809 setsect 0 ,0x3ffff 
+0x3e39 013810 setsect 1 ,0x2fe23 
+0x3e3a 013811 setsect 2 ,0x199d9 
+0x3e3b 013812 setsect 3 ,0x20d 
+0x3e3c 013813 store 8 ,mem_features 
+0x3e3d 013815 setarg 0x012c 
+0x3e3e 013816 store 2 ,mem_24g_pairing_timer_count 
+0x3e3f 013817 call le_modified_name 
+0x3e40 013818 fetch mouse_flag_len ,mem_mouse_flag 
+0x3e41 013819 rtnbit0 mouse_enable_gpio_control_adc_sensor 
+0x3e42 013820 call mouse_sensor_set_angle 
+0x3e43 013821 branch mouse_select_adc 
+:      013823 mouse_sensor_set_angle:
+0x3e44 013824 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x3e45 013825 call gpio_config_input 
+0x3e46 013826 fetcht 1 ,mem_select_sensor_angle_gpio 
+0x3e47 013827 call gpio_get_bit 
+0x3e48 013828 jam mouse_3clk_angle ,mem_config_sensor_angle 
+0x3e49 013829 rtn true 
+0x3e4a 013830 jam mouse_12clk_angle ,mem_config_sensor_angle 
+0x3e4b 013831 rtn 
+:      013833 mouse_select_adc:
+0x3e4c 013834 fetcht 1 ,mem_select_adc_gpio 
+0x3e4d 013835 call gpio_config_input 
+0x3e4e 013836 fetcht 1 ,mem_select_adc_gpio 
+0x3e4f 013837 call gpio_get_bit 
+0x3e50 013838 jam adc_config_vinlpm ,mem_adc_config_flag 
+0x3e51 013839 rtn true 
+0x3e52 013840 jam adc_config_gpio ,mem_adc_config_flag 
+0x3e53 013841 rtn 
+:      013844 mouse_adc_init:
+0x3e54 013845 fetch 1 ,mem_adc_config_flag 
+0x3e55 013846 beq adc_config_vinlpm ,mouse_adc_init_data_vinlpm 
+0x3e56 013847 beq adc_config_hvin ,mouse_adc_init_data_hvin 
+0x3e57 013848 beq adc_config_gpio ,mouse_adc_init_data_io 
+0x3e58 013849 branch mouse_adc_init_data_vinlpm 
+:      013851 mouse_adc_init_data_vinlpm:
+0x3e59 013852 fetcht 2 ,mem_2v_adc_vinlpm_data 
+0x3e5a 013853 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x3e5b 013854 isub temp ,pdata 
+0x3e5c 013855 mul32 pdata ,20 ,pdata 
+0x3e5d 013856 div pdata ,100 
+0x3e5e 013857 call wait_div_end 
+0x3e5f 013858 quotient pdata 
+0x3e60 013859 store 2 ,mem_adc_reference_voltage 
+0x3e61 013860 rtn 
+:      013861 mouse_adc_init_data_hvin:
+0x3e62 013862 fetcht 2 ,mem_1v_adc_hvin_data 
+0x3e63 013863 fetch 2 ,mem_5v_adc_hvin_data 
+0x3e64 013864 isub temp ,pdata 
+0x3e65 013865 mul32 pdata ,230 ,pdata 
+0x3e66 013866 div pdata ,400 
+0x3e67 013867 call wait_div_end 
+0x3e68 013868 quotient pdata 
+0x3e69 013869 store 2 ,mem_adc_reference_voltage 
+0x3e6a 013870 rtn 
+:      013871 mouse_adc_init_data_io:
+0x3e6b 013872 fetch 2 ,mem_1v_adc_io_data 
+0x3e6c 013873 store 2 ,mem_adc_reference_voltage 
+0x3e6d 013874 rtn 
+:      013875 mouse_gpio_init:
+0x3e6e 013876 fetcht 1 ,mem_eeprom_wp_gpio 
+0x3e6f 013877 call gpio_config_output 
+0x3e70 013878 call usb_offline_check_init 
+0x3e71 013879 fetcht 1 ,mem_lbutton_gpio 
+0x3e72 013880 call gpio_config_input 
+0x3e73 013881 fetcht 1 ,mem_rbutton_gpio 
+0x3e74 013882 call gpio_config_input 
+0x3e75 013883 fetcht 1 ,mem_mbutton_gpio 
+0x3e76 013884 call gpio_config_input 
+0x3e77 013885 fetcht 1 ,mem_sensor_data_gpio 
+0x3e78 013886 call gpio_config_input 
+0x3e79 013888 fetcht 1 ,mem_sensor_reset_gpio 
+0x3e7a 013889 call gpio_config_output 
+0x3e7b 013891 fetcht 1 ,mem_whee_a_data_gpio 
+0x3e7c 013892 call gpio_config_input 
+0x3e7d 013894 fetcht 1 ,mem_whee_b_data_gpio 
+0x3e7e 013895 call gpio_config_input 
+0x3e7f 013897 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3e80 013898 call gpio_config_input 
+0x3e81 013899 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3e82 013900 call gpio_config_input 
+0x3e83 013902 fetcht 1 ,mem_bk_button_gpio 
+0x3e84 013903 call gpio_config_input 
+0x3e85 013904 fetcht 1 ,mem_fw_button_gpio 
+0x3e86 013905 call gpio_config_input 
+0x3e87 013907 fetcht 1 ,mem_config_low_voltage_alarm_gpio 
+0x3e88 013908 call gpio_config_output 
+0x3e89 013910 fetcht 1 ,mem_config_device1_led_gpio 
+0x3e8a 013911 call gpio_config_output 
+0x3e8b 013913 fetcht 1 ,mem_config_device2_led_gpio 
+0x3e8c 013914 call gpio_config_output 
+0x3e8d 013916 fetcht 1 ,mem_config_device3_led_gpio 
+0x3e8e 013917 call gpio_config_output 
+0x3e8f 013919 fetcht 1 ,mem_dpi_led_gpio 
+0x3e90 013920 call gpio_config_output 
+0x3e91 013922 fetcht 1 ,mem_config_select_device_button_gpio 
+0x3e92 013923 call gpio_config_input 
+0x3e93 013925 fetcht 1 ,mem_config_bt_button_gpio 
+0x3e94 013926 call gpio_config_input 
+0x3e95 013928 fetcht 1 ,mem_dpi_button_gpio 
+0x3e96 013929 branch gpio_config_input 
+:      013931 mouse_wheel_gpio_set_wake:
+0x3e97 013932 fetcht 1 ,mem_whee_a_data_gpio 
+0x3e98 013933 call gpio_set_wake_by_current_state 
+0x3e99 013934 fetcht 1 ,mem_whee_b_data_gpio 
+0x3e9a 013935 call gpio_set_wake_by_current_state 
+0x3e9b 013936 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3e9c 013937 call gpio_set_wake_by_current_state 
+0x3e9d 013938 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3e9e 013939 branch gpio_set_wake_by_current_state 
+:      013941 mouse_before_hibernate_wheel_gpio_set:
+0x3e9f 013942 fetcht 1 ,mem_whee_a_data_gpio 
+0x3ea0 013943 call mouse_gpio_set_pupd_by_input 
+0x3ea1 013944 fetcht 1 ,mem_whee_b_data_gpio 
+0x3ea2 013945 call mouse_gpio_set_pupd_by_input 
+0x3ea3 013946 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ea4 013947 call mouse_gpio_set_pupd_by_input 
+0x3ea5 013948 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3ea6 013949 branch mouse_gpio_set_pupd_by_input 
+:      013951 mouse_gpio_set_pupd_by_input:
+0x3ea7 013952 sub temp ,ui_button_gpio_disable ,null 
+0x3ea8 013953 rtn zero 
+0x3ea9 013954 and temp ,0x7f ,queue 
+0x3eaa 013955 hfetch 4 ,core_gpio_in 
+0x3eab 013956 qisolate1 pdata 
+0x3eac 013957 hfetch 4 ,core_gpio_pu0 
+0x3ead 013958 qsetflag true ,pdata 
+0x3eae 013959 hstore 4 ,core_gpio_pu0 
+0x3eaf 013960 hfetch 4 ,core_gpio_pd0 
+0x3eb0 013961 nqsetflag true ,pdata 
+0x3eb1 013962 hstore 4 ,core_gpio_pd0 
+0x3eb2 013963 rtn 
+:      013965 mouse_before_hibernate:
+0x3eb3 013966 enable user 
+0x3eb4 013967 hfetch 4 ,0x8138 
+0x3eb5 013968 setflag user ,26 ,pdata 
+0x3eb6 013969 hstore 4 ,core_lpm_reg 
+0x3eb7 013970 call lpm_write_ctrl 
+0x3eb8 013971 call mouse_devce_led_off 
+0x3eb9 013972 call mouse_before_hibernate_wheel_gpio_set 
+0x3eba 013974 branch mouse_lpm_before_common 
+:      013978 mouse_process_lpm_before:
+0x3ebb 013979 call mouse_lpm_before_common 
+0x3ebc 013980 fetch 1 ,mem_lpm_current_mult 
+0x3ebd 013981 nrtn blank 
+0x3ebe 013982 branch gpio_clr_wake 
+:      013984 mouse_lpm_before_common:
+0x3ebf 013985 call mouse_wheel_check 
+0x3ec0 013986 arg mouse_spi1_clk_gpio ,temp 
+0x3ec1 013987 fetch mouse_flag_len ,mem_mouse_flag 
+0x3ec2 013988 isolate1 mouse_enable_spi2 ,pdata 
+0x3ec3 013989 call mouse_spi_clk_gpio ,true 
+0x3ec4 013990 call gpio_config_output 
+0x3ec5 013991 call twspi_disable 
+0x3ec6 013995 fetcht 1 ,mem_lbutton_gpio 
+0x3ec7 013996 call gpio_set_wake_by_current_state 
+0x3ec8 013997 fetcht 1 ,mem_rbutton_gpio 
+0x3ec9 013998 call gpio_set_wake_by_current_state 
+0x3eca 013999 fetcht 1 ,mem_mbutton_gpio 
+0x3ecb 014000 call gpio_set_wake_by_current_state 
+0x3ecc 014002 fetcht 1 ,mem_bk_button_gpio 
+0x3ecd 014003 call gpio_set_wake_by_current_state 
+0x3ece 014004 fetcht 1 ,mem_fw_button_gpio 
+0x3ecf 014005 call gpio_set_wake_by_current_state 
+0x3ed0 014006 fetcht 1 ,mem_dpi_button_gpio 
+0x3ed1 014007 call gpio_set_wake_by_current_state 
+0x3ed2 014008 fetcht 1 ,mem_config_select_device_button_gpio 
+0x3ed3 014009 call gpio_set_wake_by_current_state 
+0x3ed4 014010 fetcht 1 ,mem_whee_a_data_gpio 
+0x3ed5 014011 call gpio_set_wake_by_current_state 
+0x3ed6 014012 fetcht 1 ,mem_whee_b_data_gpio 
+0x3ed7 014013 call gpio_set_wake_by_current_state 
+0x3ed8 014014 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ed9 014015 call gpio_set_wake_by_current_state 
+0x3eda 014016 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3edb 014017 call gpio_set_wake_by_current_state 
+0x3edc 014018 fetcht 1 ,mem_sensor_data_gpio 
+0x3edd 014019 branch gpio_set_wake 
+:      014023 mouse_spi_clk_gpio:
+0x3ede 014024 arg mouse_spi2_clk_gpio ,temp 
+0x3edf 014025 rtn 
+:      014027 mouse_wheel_check:
+0x3ee0 014028 bpatch patch1c_4 ,mem_patch1c 
+0x3ee1 014029 call mouse_t_wheel_scan 
+0x3ee2 014030 call mouse_wheel_scan 
+0x3ee3 014031 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3ee4 014032 fetcht 1 ,mem_wheel_tb_old_pinlevel 
+0x3ee5 014033 store 1 ,mem_wheel_tb_old_pinlevel 
+0x3ee6 014034 isub temp ,null 
+0x3ee7 014035 nbranch app_lpm_wake_auto_lock ,zero 
+0x3ee8 014036 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3ee9 014037 fetcht 1 ,mem_mwheel_b_old_pinlevel 
+0x3eea 014038 store 1 ,mem_mwheel_b_old_pinlevel 
+0x3eeb 014039 isub temp ,null 
+0x3eec 014040 nbranch app_lpm_wake_auto_lock ,zero 
+0x3eed 014041 rtn 
+:      014042 mouse_t_wheel_scan:
+0x3eee 014043 fetch 1 ,mem_whee_ta_data_gpio 
+0x3eef 014044 rtneq gpio_disable 
+0x3ef0 014045 arg 0 ,rega 
+0x3ef1 014046 fetcht 1 ,mem_whee_ta_data_gpio 
+0x3ef2 014047 call gpio_get_bit 
+0x3ef3 014048 setflag true ,0 ,rega 
+0x3ef4 014049 fetcht 1 ,mem_whee_tb_data_gpio 
+0x3ef5 014050 call gpio_get_bit 
+0x3ef6 014051 setflag true ,1 ,rega 
+0x3ef7 014052 copy rega ,pdata 
+0x3ef8 014053 store 1 ,mem_wheel_tb_new_pinlevel 
+0x3ef9 014054 beq 0x01 ,mouse_t_wheel_scan_judge1 
+0x3efa 014055 beq 0x02 ,mouse_t_wheel_scan_judge2 
+0x3efb 014056 fetch 1 ,mem_wheel_tog 
+0x3efc 014057 bbit1 7 ,mouse_t_wheel_scan_judge3 
+0x3efd 014058 rtn 
+:      014060 mouse_t_wheel_scan_judge1:
+0x3efe 014061 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x3eff 014062 beq 0 ,mouse_t_wheel_scan_judge11 
+0x3f00 014063 beq 3 ,mouse_t_wheel_scan_judge12 
+0x3f01 014064 rtn 
+:      014065 mouse_t_wheel_scan_judge2:
+0x3f02 014066 fetch 1 ,mem_wheel_tb_old_pinlevel 
+0x3f03 014067 beq 0 ,mouse_t_wheel_scan_judge21 
+0x3f04 014068 beq 3 ,mouse_t_wheel_scan_judge22 
+0x3f05 014069 rtn 
+:      014070 mouse_t_wheel_scan_judge11:
+0x3f06 014071 jam 0x82 ,mem_wheel_tog 
+0x3f07 014072 rtn 
+:      014073 mouse_t_wheel_scan_judge12:
+0x3f08 014074 jam 0x81 ,mem_wheel_tog 
+0x3f09 014075 rtn 
+:      014076 mouse_t_wheel_scan_judge21:
+0x3f0a 014077 jam 0x80 ,mem_wheel_tog 
+0x3f0b 014078 rtn 
+:      014079 mouse_t_wheel_scan_judge22:
+0x3f0c 014080 jam 0x83 ,mem_wheel_tog 
+0x3f0d 014081 rtn 
+:      014082 mouse_t_wheel_scan_judge3:
+0x3f0e 014083 fetch 1 ,mem_wheel_tog 
+0x3f0f 014084 set0 7 ,pdata 
+0x3f10 014085 store 1 ,mem_wheel_tog 
+0x3f11 014086 beq 0 ,mouse_t_wheel_scan_judge30 
+0x3f12 014087 beq 1 ,mouse_t_wheel_scan_judge31 
+0x3f13 014088 beq 2 ,mouse_t_wheel_scan_judge32 
+0x3f14 014089 beq 3 ,mouse_t_wheel_scan_judge33 
+0x3f15 014090 rtn 
+:      014091 mouse_t_wheel_scan_judge30:
+0x3f16 014092 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f17 014093 beq 3 ,mouse_wheel_t_forward 
+0x3f18 014094 rtn 
+:      014095 mouse_t_wheel_scan_judge31:
+0x3f19 014096 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f1a 014097 beq 0 ,mouse_wheel_t_forward 
+0x3f1b 014098 rtn 
+:      014099 mouse_t_wheel_scan_judge32:
+0x3f1c 014100 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f1d 014101 beq 3 ,mouse_wheel_t_back 
+0x3f1e 014102 rtn 
+:      014103 mouse_t_wheel_scan_judge33:
+0x3f1f 014104 fetch 1 ,mem_wheel_tb_new_pinlevel 
+0x3f20 014105 beq 0 ,mouse_wheel_t_back 
+0x3f21 014106 rtn 
+:      014107 mouse_wheel_t_forward:
+0x3f22 014108 fetch 1 ,mem_mouse_tz_data_count1 
+0x3f23 014109 increase 1 ,pdata 
+0x3f24 014110 store 1 ,mem_mouse_tz_data_count1 
+0x3f25 014111 sub pdata ,1 ,null 
+0x3f26 014112 rtn positive 
+0x3f27 014113 jam 0 ,mem_mouse_tz_data_count1 
+0x3f28 014114 fetch 1 ,mem_mouse_tz_data 
+0x3f29 014115 increase 1 ,pdata 
+0x3f2a 014116 store 1 ,mem_mouse_tz_data 
+0x3f2b 014117 rtn 
+:      014118 mouse_wheel_t_back:
+0x3f2c 014119 fetch 1 ,mem_mouse_tz_data_count 
+0x3f2d 014120 increase 1 ,pdata 
+0x3f2e 014121 store 1 ,mem_mouse_tz_data_count 
+0x3f2f 014122 sub pdata ,1 ,null 
+0x3f30 014123 rtn positive 
+0x3f31 014124 jam 0 ,mem_mouse_tz_data_count 
+0x3f32 014125 fetch 1 ,mem_mouse_tz_data 
+0x3f33 014126 increase -1 ,pdata 
+0x3f34 014127 store 1 ,mem_mouse_tz_data 
+0x3f35 014128 rtn 
+:      014131 mouse_wheel_scan:
+0x3f36 014132 fetch 1 ,mem_whee_a_data_gpio 
+0x3f37 014133 rtneq gpio_disable 
+0x3f38 014134 arg 0 ,rega 
+0x3f39 014135 fetcht 1 ,mem_whee_a_data_gpio 
+0x3f3a 014136 call gpio_get_bit 
+0x3f3b 014137 setflag true ,0 ,rega 
+0x3f3c 014138 fetcht 1 ,mem_whee_b_data_gpio 
+0x3f3d 014139 call gpio_get_bit 
+0x3f3e 014140 setflag true ,1 ,rega 
+0x3f3f 014141 copy rega ,pdata 
+0x3f40 014142 store 1 ,mem_mwheel_b_new_pinlevel 
+0x3f41 014143 beq 0x01 ,mouse_wheel_scan_judge1 
+0x3f42 014144 beq 0x02 ,mouse_wheel_scan_judge2 
+0x3f43 014145 fetch 1 ,mem_mwheel_tog 
+0x3f44 014146 bbit1 7 ,mouse_wheel_scan_judge3 
+0x3f45 014147 rtn 
+:      014149 mouse_wheel_scan_judge1:
+0x3f46 014150 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x3f47 014151 beq 0 ,mouse_wheel_scan_judge11 
+0x3f48 014152 beq 3 ,mouse_wheel_scan_judge12 
+0x3f49 014153 rtn 
+:      014154 mouse_wheel_scan_judge2:
+0x3f4a 014155 fetch 1 ,mem_mwheel_b_old_pinlevel 
+0x3f4b 014156 beq 0 ,mouse_wheel_scan_judge21 
+0x3f4c 014157 beq 3 ,mouse_wheel_scan_judge22 
+0x3f4d 014158 rtn 
+:      014159 mouse_wheel_scan_judge11:
+0x3f4e 014160 jam 0x82 ,mem_mwheel_tog 
+0x3f4f 014161 rtn 
+:      014162 mouse_wheel_scan_judge12:
+0x3f50 014163 jam 0x81 ,mem_mwheel_tog 
+0x3f51 014164 rtn 
+:      014165 mouse_wheel_scan_judge21:
+0x3f52 014166 jam 0x80 ,mem_mwheel_tog 
+0x3f53 014167 rtn 
+:      014168 mouse_wheel_scan_judge22:
+0x3f54 014169 jam 0x83 ,mem_mwheel_tog 
+0x3f55 014170 rtn 
+:      014171 mouse_wheel_scan_judge3:
+0x3f56 014172 fetch 1 ,mem_mwheel_tog 
+0x3f57 014173 set0 7 ,pdata 
+0x3f58 014174 store 1 ,mem_mwheel_tog 
+0x3f59 014175 beq 0 ,mouse_wheel_scan_judge30 
+0x3f5a 014176 beq 1 ,mouse_wheel_scan_judge31 
+0x3f5b 014177 beq 2 ,mouse_wheel_scan_judge32 
+0x3f5c 014178 beq 3 ,mouse_wheel_scan_judge33 
+0x3f5d 014179 rtn 
+:      014180 mouse_wheel_scan_judge30:
+0x3f5e 014181 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f5f 014182 beq 3 ,mouse_wheel_forward 
+0x3f60 014183 rtn 
+:      014184 mouse_wheel_scan_judge31:
+0x3f61 014185 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f62 014186 beq 0 ,mouse_wheel_forward 
+0x3f63 014187 rtn 
+:      014188 mouse_wheel_scan_judge32:
+0x3f64 014189 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f65 014190 beq 3 ,mouse_wheel_back 
+0x3f66 014191 rtn 
+:      014192 mouse_wheel_scan_judge33:
+0x3f67 014193 fetch 1 ,mem_mwheel_b_new_pinlevel 
+0x3f68 014194 beq 0 ,mouse_wheel_back 
+0x3f69 014195 rtn 
+:      014196 mouse_wheel_forward:
+0x3f6a 014197 jam 0 ,mem_mouse_z_data_count1 
+0x3f6b 014198 fetch 1 ,mem_mouse_z_data 
+0x3f6c 014199 increase 1 ,pdata 
+0x3f6d 014200 store 1 ,mem_mouse_z_data 
+0x3f6e 014201 rtn 
+:      014202 mouse_wheel_back:
+0x3f6f 014203 jam 0 ,mem_mouse_z_data_count 
+0x3f70 014204 fetch 1 ,mem_mouse_z_data 
+0x3f71 014205 increase -1 ,pdata 
+0x3f72 014206 store 1 ,mem_mouse_z_data 
+0x3f73 014207 rtn 
+:      014210 mouse_hid_connected:
+0x3f74 014211 setarg hid_handshake_timeout 
+0x3f75 014212 store 1 ,mem_hid_handshake_timer_count 
+0x3f76 014213 rtn 
+:      014215 mouse_send_process:
+0x3f77 014216 fetch 1 ,mem_app_handshake_flag 
+0x3f78 014217 rtn blank 
+0x3f79 014218 call l2cap_malloc_is_fifo_nearly_full 
+0x3f7a 014219 nrtn blank 
+0x3f7b 014220 fetch mouse_flag_len ,mem_mouse_flag 
+0x3f7c 014221 bbit1 mosue_24g_pairing_flag ,mouse_send_empty_data 
+0x3f7d 014222 bbit1 mouse_select_device_flag ,mouse_send_empty_data 
+0x3f7e 014223 bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+0x3f7f 014224 call mouse_motion 
+0x3f80 014225 nrtn user 
+:      014226 mouse_send_data:
+0x3f81 014227 arg 9 ,rega 
+0x3f82 014228 call hid_malloc_tx_buff 
+0x3f83 014229 fetch 2 ,mem_hid_int_remote_cid 
+0x3f84 014230 istore 2 ,contw 
+0x3f85 014231 setarg 0x02a1 
+0x3f86 014232 istore 2 ,contw 
+0x3f87 014233 fetch 7 ,mem_mouse_key 
+0x3f88 014234 istore 7 ,contw 
+0x3f89 014235 rtn 
+:      014238 mouse_send_empty_data:
+0x3f8a 014239 setarg 0 
+0x3f8b 014240 store 7 ,mem_mouse_key 
+0x3f8c 014241 branch mouse_send_data 
+:      014244 mouse_no_data_timer_init:
+0x3f8d 014245 fetch 2 ,mem_mouse_no_data_timeout 
+0x3f8e 014246 store 2 ,mem_mouse_no_data_timer 
+0x3f8f 014247 rtn 
+:      014250 mouse_fill_data_le:
+0x3f90 014251 bpatch patch1c_5 ,mem_patch1c 
+0x3f91 014252 arg 7 ,rega 
+0x3f92 014253 fetcht 2 ,mem_le_notify_handle 
+0x3f93 014254 call le_att_malloc_tx_notify 
+0x3f94 014255 fetch 7 ,mem_mouse_key 
+0x3f95 014256 istore 7 ,contw 
+0x3f96 014257 rtn 
+:      014259 mouse_motion:
+0x3f97 014260 bpatch patch1c_6 ,mem_patch1c 
+0x3f98 014261 disable user 
+0x3f99 014262 setarg 0 
+0x3f9a 014263 store 6 ,mem_mouse_x 
+0x3f9b 014264 call mouse_cheak_sensor_data 
+0x3f9c 014265 call mouse_zwheel 
+0x3f9d 014266 call mouse_t_zwheel 
+0x3f9e 014267 call mouse_key 
+0x3f9f 014268 nrtn user 
+0x3fa0 014269 call mouse_no_data_timer_init 
+0x3fa1 014270 arg mouse_statue_up_flag ,queue 
+0x3fa2 014271 branch mouse_enable_function_flag 
+:      014273 motion_6clk_direction_dispose:
+0x3fa3 014274 fetch 2 ,mem_mouse_x 
+0x3fa4 014275 sub pdata ,0 ,pdata 
+0x3fa5 014276 store 2 ,mem_mouse_x 
+0x3fa6 014277 branch enable_user 
+:      014278 motion_12clk_direction_dispose:
+0x3fa7 014279 fetch 2 ,mem_mouse_y 
+0x3fa8 014280 sub pdata ,0 ,pdata 
+0x3fa9 014281 store 2 ,mem_mouse_y 
+0x3faa 014282 branch enable_user 
+:      014283 motion_9clk_direction_dispose:
+0x3fab 014284 fetch 2 ,mem_mouse_y 
+0x3fac 014285 sub pdata ,0 ,pdata 
+0x3fad 014286 store 2 ,mem_mouse_y 
+0x3fae 014287 fetch 2 ,mem_mouse_x 
+0x3faf 014288 sub pdata ,0 ,pdata 
+0x3fb0 014289 store 2 ,mem_mouse_x 
+0x3fb1 014290 call mouse_sensor_data_swap_places 
+0x3fb2 014291 branch enable_user 
+:      014292 motion_3clk_direction_dispose:
+0x3fb3 014293 call mouse_sensor_data_swap_places 
+0x3fb4 014294 branch enable_user 
+:      014295 mouse_cheak_sensor_data:
+0x3fb5 014296 fetch 1 ,mem_spi_write_flash_sm 
+0x3fb6 014297 rtnne flash_sm_no_buys 
+0x3fb7 014298 fetch 1 ,mem_config_sensor_type 
+0x3fb8 014299 beq p3205 ,mouse_p32xx_sensor_motion 
+0x3fb9 014300 beq p3065 ,mouse_p32xx_sensor_motion 
+0x3fba 014301 beq ka8 ,mouse_p32xx_sensor_motion 
+0x3fbb 014302 beq p3204 ,mouse_p32xx_sensor_motion 
+0x3fbc 014303 beq p3212 ,mouse_p3212_sensor_motion 
+0x3fbd 014304 beq p3610 ,mouse_p3610_sensor_motion 
+0x3fbe 014305 beq p3065_xy ,mouse_p32xx_sensor_motion 
+0x3fbf 014306 branch mouse_p32xx_sensor_motion 
+:      014308 mouse_clear_sensor_data:
+0x3fc0 014309 fetch 1 ,mem_mouse_move_flag 
+0x3fc1 014310 call mouse_read_sensor_common ,blank 
+0x3fc2 014311 jam 1 ,mem_mouse_move_flag 
+0x3fc3 014312 rtn 
+:      014315 mouse_p3212_sensor_motion:
+0x3fc4 014316 call mouse_clear_sensor_data 
+0x3fc5 014317 fetcht 1 ,mem_sensor_data_gpio 
+0x3fc6 014318 call gpio_get_bit 
+0x3fc7 014319 nrtn true 
+0x3fc8 014320 setarg pan_reg_pid_l 
+0x3fc9 014321 call twspi_read 
+0x3fca 014322 bne p32xx_id1 ,mouse_twspi_reset 
+0x3fcb 014323 setarg pan_reg_motion_staus 
+0x3fcc 014324 call twspi_read 
+0x3fcd 014325 rtnbit0 7 
+0x3fce 014326 call mouse_read_sensor_common 
+0x3fcf 014327 call mouse_read_3212sensor_xy_high 
+0x3fd0 014328 store 1 ,mem_mouse_xy_h 
+0x3fd1 014329 rshift4 pdata ,pdata 
+0x3fd2 014330 call extsign_bit3 
+0x3fd3 014331 store 1 ,mem_mouse_x + 1 
+0x3fd4 014332 fetch 1 ,mem_mouse_xy_h 
+0x3fd5 014333 and pdata ,0x0f ,pdata 
+0x3fd6 014334 call extsign_bit3 
+0x3fd7 014335 store 1 ,mem_mouse_y + 1 
+0x3fd8 014336 fetch 1 ,mem_config_sensor_angle 
+0x3fd9 014337 beq mouse_6clk_angle ,motion_6clk_direction_dispose 
+0x3fda 014338 beq mouse_9clk_angle ,motion_9clk_direction_dispose 
+0x3fdb 014339 beq mouse_12clk_angle ,motion_12clk_direction_dispose 
+0x3fdc 014340 beq mouse_3clk_angle ,motion_3clk_direction_dispose 
+0x3fdd 014341 rtn 
+:      014343 mouse_read_3212sensor_xy_high:
+0x3fde 014344 setarg 0x12 
+0x3fdf 014345 branch twspi_read 
+:      014347 mouse_p3065_judge:
+0x3fe0 014348 beq p3065_id1 ,mouse_p32xx_sensor_motion_1 
+0x3fe1 014349 branch mouse_twspi_reset 
+:      014351 mouse_p32xx_sensor_motion:
+0x3fe2 014352 call mouse_clear_sensor_data 
+0x3fe3 014353 disable user 
+0x3fe4 014354 fetcht 1 ,mem_sensor_data_gpio 
+0x3fe5 014355 call gpio_get_bit 
+0x3fe6 014356 nrtn true 
+0x3fe7 014357 setarg pan_reg_pid_l 
+0x3fe8 014358 call twspi_read 
+0x3fe9 014359 bne p32xx_id1 ,mouse_p3065_judge 
+:      014360 mouse_p32xx_sensor_motion_1:
+0x3fea 014361 setarg pan_reg_motion_staus 
+0x3feb 014362 call twspi_read 
+0x3fec 014363 rtnbit0 7 
+0x3fed 014364 call mouse_read_sensor_common 
+0x3fee 014365 fetch 1 ,mem_mouse_x 
+0x3fef 014366 call extsign 
+0x3ff0 014367 store 2 ,mem_mouse_x 
+0x3ff1 014368 fetch 1 ,mem_mouse_y 
+0x3ff2 014369 call extsign 
+0x3ff3 014370 store 2 ,mem_mouse_y 
+0x3ff4 014371 fetch 1 ,mem_config_sensor_angle 
+0x3ff5 014372 beq mouse_6clk_angle ,motion32xx_6clk_direction_selection 
+0x3ff6 014373 beq mouse_9clk_angle ,motion32xx_9clk_direction_selection 
+0x3ff7 014374 beq mouse_12clk_angle ,motion32xx_12clk_direction_selection 
+0x3ff8 014375 beq mouse_3clk_angle ,motion32xx_3clk_direction_selection 
+0x3ff9 014376 rtn 
+:      014378 motion32xx_6clk_direction_selection:
+0x3ffa 014379 call motion_6clk_direction_dispose 
+0x3ffb 014380 branch mouse_sensor_sdio_low 
+:      014381 motion32xx_9clk_direction_selection:
+0x3ffc 014382 call motion_9clk_direction_dispose 
+0x3ffd 014383 branch mouse_sensor_sdio_low 
+:      014384 motion32xx_12clk_direction_selection:
+0x3ffe 014385 call motion_12clk_direction_dispose 
+0x3fff 014386 branch mouse_sensor_sdio_low 
+:      014387 motion32xx_3clk_direction_selection:
+0x4000 014388 call motion_3clk_direction_dispose 
+0x4001 014389 branch mouse_sensor_sdio_low 
+:      014391 mouse_sensor_data_swap_places:
+0x4002 014392 fetch 2 ,mem_mouse_y 
+0x4003 014393 fetcht 2 ,mem_mouse_x 
+0x4004 014394 store 2 ,mem_mouse_x 
+0x4005 014395 storet 2 ,mem_mouse_y 
+0x4006 014396 rtn 
+:      014398 mouse_p3610sensor_read:
+0x4007 014399 call spi_ncs_enable 
+0x4008 014400 nop 100 
+0x4009 014401 copy regb ,pdata 
+0x400a 014402 call twspi_read 
+0x400b 014403 copy pdata ,regb 
+0x400c 014404 call spi_ncs_disable 
+0x400d 014405 nop 100 
+0x400e 014406 copy regb ,pdata 
+0x400f 014407 rtn 
+:      014408 mouse_p3610_sensor_motion:
+0x4010 014409 disable user 
+0x4011 014410 fetcht 1 ,mem_sensor_data_gpio 
+0x4012 014411 call gpio_get_bit 
+0x4013 014412 nrtn true 
+0x4014 014413 arg pan_reg_motion_staus ,regb 
+0x4015 014414 call mouse_p3610sensor_read 
+0x4016 014415 rtnbit0 7 
+0x4017 014416 arg pan_reg_pid_l ,regb 
+0x4018 014417 call mouse_p3610sensor_read 
+0x4019 014418 store 1 ,mem_sensor_id1 
+0x401a 014419 bne p3610_id1 ,mouse_init_3610sensor_reset 
+0x401b 014420 fetch 1 ,mem_mouse_move_flag 
+0x401c 014421 call mouse_read_sensor3610_data ,blank 
+0x401d 014422 jam 1 ,mem_mouse_move_flag 
+0x401e 014423 call mouse_read_sensor3610_data 
+0x401f 014424 fetch 1 ,mem_mouse_xy_h 
+0x4020 014425 rshift4 pdata ,pdata 
+0x4021 014426 call extsign_bit3 
+0x4022 014427 store 1 ,mem_mouse_x + 1 
+0x4023 014428 fetch 1 ,mem_mouse_xy_h 
+0x4024 014429 and pdata ,0x0f ,pdata 
+0x4025 014430 call extsign_bit3 
+0x4026 014431 store 1 ,mem_mouse_y + 1 
+0x4027 014432 fetch 1 ,mem_config_sensor_angle 
+0x4028 014433 beq 0 ,motion3610_6clk_direction_selection 
+0x4029 014434 beq 1 ,motion3610_9clk_direction_selection 
+0x402a 014435 beq 2 ,motion3610_12clk_direction_selection 
+0x402b 014436 beq 3 ,motion3610_3clk_direction_selection 
+0x402c 014437 rtn 
+:      014439 mouse_3610_smart_select:
+0x402d 014440 fetch 1 ,mem_sensor_smart_flag 
+0x402e 014441 beq p3610_smart_enable ,mouse_3610_smart_disable 
+0x402f 014442 beq p3610_smart_disable ,mouse_3610_smart_enable 
+0x4030 014443 rtn 
+:      014446 motion3610_6clk_direction_selection:
+0x4031 014447 call motion_6clk_direction_dispose 
+0x4032 014448 branch mouse_3610_smart_select 
+:      014450 motion3610_12clk_direction_selection:
+0x4033 014451 call motion_12clk_direction_dispose 
+0x4034 014452 branch mouse_3610_smart_select 
+:      014454 motion3610_9clk_direction_selection:
+0x4035 014455 call motion_9clk_direction_dispose 
+0x4036 014456 branch mouse_3610_smart_select 
+:      014458 motion3610_3clk_direction_selection:
+0x4037 014459 call motion_3clk_direction_dispose 
+0x4038 014460 branch mouse_3610_smart_select 
+:      014462 mouse_read_sensor3610_data:
+0x4039 014463 call spi_ncs_enable 
+0x403a 014464 call mouse_read_sensor_common 
+0x403b 014465 arg 5 ,pdata 
+0x403c 014466 call twspi_read 
+0x403d 014467 store 1 ,mem_mouse_xy_h 
+0x403e 014468 arg 7 ,pdata 
+0x403f 014469 call twspi_read 
+0x4040 014470 store 1 ,mem_sensor_shutter_hi 
+0x4041 014471 arg 8 ,pdata 
+0x4042 014472 call twspi_read 
+0x4043 014473 store 1 ,mem_sensor_shutter_lo 
+0x4044 014474 branch spi_ncs_disable 
+:      014477 mouse_3610_smart_enable:
+0x4045 014478 fetch 1 ,mem_sensor_shutter_hi 
+0x4046 014479 rtnne 0 
+0x4047 014480 fetch 1 ,mem_sensor_shutter_lo 
+0x4048 014481 sub pdata ,45 ,null 
+0x4049 014482 rtn positive 
+0x404a 014483 jam p3610_smart_enable ,mem_sensor_smart_flag 
+0x404b 014484 setarg 0xba41 
+0x404c 014485 call sensor_write 
+0x404d 014486 setarg 0x0032 
+0x404e 014487 call sensor_write 
+0x404f 014488 setarg 0xb541 
+0x4050 014489 branch sensor_write 
+:      014490 mouse_3610_smart_disable:
+0x4051 014491 fetch 1 ,mem_sensor_shutter_hi 
+0x4052 014492 rtnne 0 
+0x4053 014493 fetch 1 ,mem_sensor_shutter_lo 
+0x4054 014494 sub pdata ,45 ,null 
+0x4055 014495 nrtn positive 
+0x4056 014496 jam p3610_smart_disable ,mem_sensor_smart_flag 
+0x4057 014497 setarg 0xba41 
+0x4058 014498 call sensor_write 
+0x4059 014499 setarg 0x8032 
+0x405a 014500 call sensor_write 
+0x405b 014501 setarg 0xb541 
+0x405c 014502 branch sensor_write 
+:      014506 mouse_read_sensor_common:
+0x405d 014507 arg pan_reg_delta_x ,pdata 
+0x405e 014508 call twspi_read 
+0x405f 014509 store 2 ,mem_mouse_x 
+0x4060 014510 arg pan_reg_delta_y ,pdata 
+0x4061 014511 call twspi_read 
+0x4062 014512 store 2 ,mem_mouse_y 
+0x4063 014513 rtn 
+:      014515 mouse_set_qdecoder_x:
+0x4064 014516 arg mouse_default_xa_gpio ,temp 
+0x4065 014517 call gpio_config_input 
+0x4066 014518 arg mouse_default_xa_gpio ,temp 
+0x4067 014519 call gpio_get_bit 
+0x4068 014520 rtn true 
+0x4069 014521 hfetch 1 ,core_qdec_cntx 
+0x406a 014522 set1 4 ,pdata 
+0x406b 014523 hstore 1 ,core_qdec_cntx 
+0x406c 014524 rtn 
+:      014526 mouse_hardware_zwheel:
+0x406d 014527 fetcht 1 ,mem_mouse_z_data 
+0x406e 014528 hfetch 1 ,core_qdec_cntx 
+0x406f 014529 iadd temp ,pdata 
+0x4070 014530 rtn blank 
+0x4071 014531 store 1 ,mem_mouse_z 
+0x4072 014532 jam 0 ,mem_mouse_z_data 
+0x4073 014533 branch enable_user 
+:      014534 mouse_hardware_zwheel_beforelpm:
+0x4074 014535 fetcht 1 ,mem_mouse_z_data 
+0x4075 014536 hfetch 1 ,core_qdec_cntx 
+0x4076 014537 iadd temp ,pdata 
+0x4077 014538 store 1 ,mem_mouse_z_data 
+0x4078 014539 rtn 
+:      014540 mouse_zwheel:
+0x4079 014541 fetch 1 ,mem_mouse_z_data 
+0x407a 014542 rtn blank 
+0x407b 014543 store 1 ,mem_mouse_z 
+0x407c 014544 jam 0 ,mem_mouse_z_data 
+0x407d 014545 branch enable_user 
+:      014547 mouse_t_zwheel:
+0x407e 014548 fetch 1 ,mem_mouse_tz_data 
+0x407f 014549 rtn blank 
+0x4080 014550 store 1 ,mem_mouse_tz 
+0x4081 014551 jam 0 ,mem_mouse_tz_data 
+0x4082 014552 branch enable_user 
+:      014554 mouse_check_key_gpio:
+0x4083 014555 arg 0 ,rega 
+0x4084 014556 fetcht 1 ,mem_lbutton_gpio 
+0x4085 014557 call gpio_get_bit 
+0x4086 014558 setflag true ,0 ,rega 
+0x4087 014559 fetcht 1 ,mem_rbutton_gpio 
+0x4088 014560 call gpio_get_bit 
+0x4089 014561 setflag true ,1 ,rega 
+0x408a 014562 fetcht 1 ,mem_mbutton_gpio 
+0x408b 014563 call gpio_get_bit 
+0x408c 014564 setflag true ,2 ,rega 
+0x408d 014565 call mouse_check_s_key_gpio 
+:      014566 mouse_check_key_gpio_output:
+0x408e 014567 copy rega ,pdata 
+0x408f 014568 rtn 
+:      014569 mouse_check_s_key_gpio:
+0x4090 014570 fetch 1 ,mem_bk_button_gpio 
+0x4091 014571 rtneq gpio_disable 
+0x4092 014572 fetcht 1 ,mem_bk_button_gpio 
+0x4093 014573 call gpio_get_bit 
+0x4094 014574 setflag true ,3 ,rega 
+0x4095 014575 fetcht 1 ,mem_fw_button_gpio 
+0x4096 014576 call gpio_get_bit 
+0x4097 014577 setflag true ,4 ,rega 
+0x4098 014578 rtn 
+:      014580 mouse_key:
+0x4099 014581 call mouse_check_key_gpio 
+0x409a 014582 call mouse_set_mult 
+0x409b 014583 call mouse_24g_key 
+0x409c 014584 copy rega ,pdata 
+0x409d 014585 fetcht 1 ,mem_mouse_key 
+0x409e 014586 store 1 ,mem_mouse_key 
+0x409f 014587 ixor temp ,pdata 
+0x40a0 014588 sub pdata ,0 ,null 
+0x40a1 014589 rtn zero 
+0x40a2 014590 branch enable_user 
+:      014592 mouse_24g_key:
+0x40a3 014593 rtnmark0 mark_24g 
+0x40a4 014594 copy rega ,pdata 
+0x40a5 014595 rtn blank 
+0x40a6 014596 store 1 ,mem_mouse_key 
+0x40a7 014597 branch enable_user 
+:      014600 mouse_set_mult:
+0x40a8 014601 fetch 2 ,mem_ui_state_map 
+0x40a9 014602 bbit1 ui_state_ble_connected ,mouse_set_ble_mult 
+0x40aa 014603 fetch 2 ,mem_ui_state_map 
+0x40ab 014604 bbit1 ui_state_bt_connected ,mouse_set_bt_mult 
+0x40ac 014605 rtn 
+:      014606 mouse_set_ble_mult:
+0x40ad 014607 copy rega ,pdata 
+0x40ae 014608 nbranch le_set_config_short_mult ,blank 
+0x40af 014609 branch le_clr_config_short_mult 
+:      014610 mouse_set_bt_mult:
+0x40b0 014611 copy rega ,pdata 
+0x40b1 014612 nbranch classic_bt_set_mult_short_flag ,blank 
+0x40b2 014613 branch classic_bt_clr_mult_short_flag 
+:      014616 mouse_sensor_sdio_low:
+0x40b3 014617 bpatch patch1c_7 ,mem_patch1c 
+0x40b4 014618 arg mouse_spi1_sdio_gpio ,temp 
+0x40b5 014619 fetch mouse_flag_len ,mem_mouse_flag 
+0x40b6 014620 isolate1 mouse_enable_spi2 ,pdata 
+0x40b7 014621 call mouse_sensor_sdio_low2 ,true 
+0x40b8 014622 call gpio_get_bit 
+0x40b9 014623 rtn true 
+0x40ba 014624 setarg 0x0a 
+0x40bb 014625 call twspi_read 
+0x40bc 014626 nop 1000 
+0x40bd 014627 branch mouse_sensor_sdio_low 
+:      014628 mouse_sensor_sdio_low2:
+0x40be 014629 arg mouse_spi2_sdio_gpio ,temp 
+0x40bf 014630 rtn 
+:      014632 mouse_spi_sdio_gpio_pollup:
+0x40c0 014633 fetch mouse_flag_len ,mem_mouse_flag 
+0x40c1 014634 bbit1 mouse_enable_spi2 ,mouse_spi2_sdio_gpio_pollup 
+:      014635 mouse_spi1_sdio_gpio_pollup:
+0x40c2 014636 arg mouse_spi1_sdio_gpio ,temp 
+0x40c3 014637 branch gpio_config_input_without_wake 
+:      014638 mouse_spi2_sdio_gpio_pollup:
+0x40c4 014639 arg mouse_spi2_sdio_gpio ,temp 
+0x40c5 014640 branch gpio_config_input_without_wake 
+:      014643 mouse_init_sunt:
+0x40c6 014644 call mouse_spi_init 
+0x40c7 014645 rtn wake 
+0x40c8 014646 call mouse_spi_sdio_gpio_pollup 
+0x40c9 014647 fetch 1 ,mem_config_sensor_type 
+0x40ca 014648 beq p3610 ,mouse_init_3610sensor 
+:      014649 mouse_init_sensor:
+0x40cb 014650 call mouse_read_sensor_id 
+0x40cc 014651 beq p32xx_id1 ,mouse_init_p32xx_id2_judge 
+0x40cd 014652 beq p3065_id1 ,mouse_p3065_init_param 
+0x40ce 014653 call mouse_twspi_reset 
+0x40cf 014654 nop 1000 
+0x40d0 014655 branch mouse_init_sensor 
+:      014656 mouse_twspi_reset:
+0x40d1 014657 bpatch patch1d_0 ,mem_patch1d 
+0x40d2 014658 fetch mouse_flag_len ,mem_mouse_flag 
+0x40d3 014659 bbit1 mouse_enable_spi2 ,twspi_reset2 
+0x40d4 014660 branch twspi_reset 
+:      014662 mouse_init_3610sensor:
+0x40d5 014663 call mouse_read_sensor_id 
+0x40d6 014664 beq p3610_id1 ,mouse_init_p3610 
+0x40d7 014665 call mouse_init_3610sensor_reset 
+0x40d8 014666 branch mouse_init_3610sensor 
+:      014668 mouse_read_sensor_id:
+0x40d9 014669 setarg pan_reg_pid_h 
+0x40da 014670 call twspi_read 
+0x40db 014671 store 1 ,mem_sensor_id2 
+0x40dc 014672 setarg pan_reg_pid_l 
+0x40dd 014673 call twspi_read 
+0x40de 014674 store 1 ,mem_sensor_id1 
+0x40df 014675 rtn 
+:      014676 mouse_init_p32xx_id2_judge:
+0x40e0 014677 fetch 1 ,mem_sensor_id2 
+0x40e1 014678 beq p3205_tj3t_id2 ,mouse_3205_3t_init_param 
+0x40e2 014679 beq p3204_tj3l_id2 ,mouse_3204_3l_init_param 
+0x40e3 014680 beq p3212_id2 ,mouse_3212_init_param 
+0x40e4 014681 beq pka8_id2 ,mouse_ka8_init_param 
+0x40e5 014682 rtn 
+:      014683 mouse_ka8_init_param:
+0x40e6 014684 jam ka8 ,mem_config_sensor_type 
+0x40e7 014685 rtn 
+:      014686 mouse_p3065xy_init_param:
+0x40e8 014687 jam p3065_xy ,mem_config_sensor_type 
+0x40e9 014688 rtn 
+:      014689 mouse_p3065_init_param:
+0x40ea 014690 fetch 1 ,mem_sensor_id2 
+0x40eb 014691 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0x40ec 014692 jam p3065 ,mem_config_sensor_type 
+0x40ed 014693 rtn 
+:      014694 mouse_3212_init_param:
+0x40ee 014695 jam p3212 ,mem_config_sensor_type 
+0x40ef 014696 call mouse_sensor_disable_wp 
+0x40f0 014697 setarg 0x3426 
+0x40f1 014698 call twspi_write 
+0x40f2 014699 setarg 0x0419 
+0x40f3 014700 call twspi_write 
+:      014701 mouse_sensor_enable_wp:
+0x40f4 014702 setarg 0x0009 
+0x40f5 014703 branch twspi_write 
+:      014704 mouse_sensor_disable_wp:
+0x40f6 014705 setarg 0x5a09 
+0x40f7 014706 branch twspi_write 
+:      014708 mouse_3204_3l_init_param:
+0x40f8 014709 jam p3204 ,mem_config_sensor_type 
+0x40f9 014710 call mouse_sensor_disable_wp 
+0x40fa 014711 setarg 0x0f0d 
+0x40fb 014712 call twspi_write 
+0x40fc 014713 setarg 0xe31d 
+0x40fd 014714 call twspi_write 
+0x40fe 014715 setarg 0xd27d 
+0x40ff 014716 call twspi_write 
+0x4100 014717 call mouse_32xx_init_param 
+0x4101 014718 branch mouse_32xx_init_param_1 
+:      014720 mouse_32xx_init_param:
+0x4102 014721 setarg 0x351b 
+0x4103 014722 call twspi_write 
+0x4104 014723 setarg 0xb428 
+0x4105 014724 call twspi_write 
+0x4106 014725 setarg 0x4629 
+0x4107 014726 call twspi_write 
+0x4108 014727 setarg 0x962a 
+0x4109 014728 call twspi_write 
+0x410a 014729 setarg 0x8c2b 
+0x410b 014730 call twspi_write 
+0x410c 014731 setarg 0x6e2c 
+0x410d 014732 call twspi_write 
+0x410e 014733 setarg 0x642d 
+0x410f 014734 call twspi_write 
+0x4110 014735 setarg 0x5f38 
+0x4111 014736 call twspi_write 
+0x4112 014737 setarg 0x0f39 
+0x4113 014738 call twspi_write 
+0x4114 014739 setarg 0x323a 
+0x4115 014740 call twspi_write 
+0x4116 014741 setarg 0x473b 
+0x4117 014742 call twspi_write 
+0x4118 014743 setarg 0x1042 
+0x4119 014744 branch twspi_write 
+:      014745 mouse_32xx_init_param_1:
+0x411a 014746 setarg 0x2e54 
+0x411b 014747 call twspi_write 
+0x411c 014748 setarg 0xf255 
+0x411d 014749 call twspi_write 
+0x411e 014750 setarg 0xf461 
+0x411f 014751 call twspi_write 
+0x4120 014752 setarg 0x7063 
+0x4121 014753 call twspi_write 
+0x4122 014754 setarg 0x5275 
+0x4123 014755 call twspi_write 
+0x4124 014756 setarg 0x4176 
+0x4125 014757 call twspi_write 
+0x4126 014758 setarg 0xed77 
+0x4127 014759 call twspi_write 
+0x4128 014760 setarg 0x2378 
+0x4129 014761 call twspi_write 
+0x412a 014762 setarg 0x4679 
+0x412b 014763 call twspi_write 
+0x412c 014764 setarg 0xe57a 
+0x412d 014765 call twspi_write 
+0x412e 014766 setarg 0x487c 
+0x412f 014767 call twspi_write 
+0x4130 014768 setarg 0x777e 
+0x4131 014769 call twspi_write 
+0x4132 014770 setarg 0x017f 
+0x4133 014771 call twspi_write 
+0x4134 014772 setarg 0x000b 
+0x4135 014773 call twspi_write 
+0x4136 014774 setarg 0x007f 
+0x4137 014775 call twspi_write 
+0x4138 014776 branch mouse_sensor_enable_wp 
+:      014779 mouse_3205_3t_init_param:
+0x4139 014780 jam p3205 ,mem_config_sensor_type 
+0x413a 014781 call mouse_sensor_disable_wp 
+0x413b 014782 setarg 0x100d 
+0x413c 014783 call twspi_write 
+0x413d 014784 setarg 0xed1d 
+0x413e 014785 call twspi_write 
+0x413f 014786 setarg 0x807d 
+0x4140 014787 call twspi_write 
+0x4141 014788 call mouse_32xx_init_param 
+0x4142 014789 setarg 0x0943 
+0x4143 014790 call twspi_write 
+0x4144 014791 branch mouse_32xx_init_param_1 
+:      014794 mouse_init_3610sensor_reset:
+0x4145 014795 fetcht 1 ,mem_sensor_reset_gpio 
+0x4146 014796 call gpio_out_active 
+0x4147 014797 call delay_10ms 
+0x4148 014798 fetcht 1 ,mem_sensor_reset_gpio 
+0x4149 014799 call gpio_out_inactive 
+0x414a 014800 branch delay_10ms 
+:      014802 mouse_init_p3610:
+0x414b 014803 jam p3610 ,mem_config_sensor_type 
+0x414c 014804 setarg 0xba41 
+0x414d 014805 call sensor_write 
+0x414e 014806 setarg 0x0d11 
+0x414f 014807 call sensor_write 
+0x4150 014808 setarg 0x041b 
+0x4151 014809 call sensor_write 
+0x4152 014810 setarg 0x041c 
+0x4153 014811 call sensor_write 
+0x4154 014812 setarg 0x0f1d 
+0x4155 014813 call sensor_write 
+0x4156 014814 setarg 0x0032 
+0x4157 014815 call sensor_write 
+0x4158 014816 setarg 0xb541 
+0x4159 014817 branch sensor_write 
+:      014821 mouse_set_sensor_reg:
+0x415a 014822 setarg 0xba41 
+0x415b 014823 call sensor_write 
+0x415c 014824 nop 4000 
+0x415d 014825 setarg 0xff7f 
+0x415e 014826 call sensor_write 
+0x415f 014827 copy rega ,pdata 
+0x4160 014828 call sensor_write 
+0x4161 014829 setarg 0x007f 
+0x4162 014830 call sensor_write 
+0x4163 014831 setarg 0xb541 
+0x4164 014832 branch sensor_write 
+:      014834 extsign:
+0x4165 014835 rtnbit0 7 
+0x4166 014836 arg 0xff00 ,temp 
+0x4167 014837 ior temp ,pdata 
+0x4168 014838 rtn 
+:      014840 extsign_bit3:
+0x4169 014841 rtnbit0 3 
+0x416a 014842 arg 0xf0 ,temp 
+0x416b 014843 ior temp ,pdata 
+0x416c 014844 rtn 
+:      014847 mouse_le:
+0x416d 014848 call le_fifo_check_nearly_full 
+0x416e 014849 nrtn blank 
+0x416f 014850 fetch 1 ,mem_le_connect_status_flag 
+0x4170 014851 and pdata ,0x03 ,pdata 
+0x4171 014852 rtnne 0x03 
+0x4172 014853 fetch mouse_flag_len ,mem_mouse_flag 
+0x4173 014854 bbit1 mosue_24g_pairing_flag ,mouse_le_send_empty_packet 
+0x4174 014855 bbit1 mouse_select_device_flag ,mouse_le_send_empty_packet 
+0x4175 014856 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+0x4176 014857 call mouse_motion 
+0x4177 014858 nrtn user 
+0x4178 014859 branch mouse_fill_data_le 
+:      014861 mouse_le_send_empty_packet:
+0x4179 014862 setarg 0 
+0x417a 014863 store 7 ,mem_mouse_key 
+0x417b 014864 branch mouse_fill_data_le 
+:      014866 mouse_priority_bb_event:
+0x417c 014867 copy regc ,pdata 
+0x417d 014868 beq bt_evt_le_connected ,mouse_le_bb_event_connected 
+0x417e 014869 beq bt_evt_bb_connected ,mouse_stop_discovery 
+0x417f 014870 beq bt_evt_le_disconnected ,mouse_bb_disconnected 
+0x4180 014871 beq bt_evt_bb_disconnected ,mouse_bb_disconnected 
+0x4181 014872 beq bt_evt_setup_complete ,mouse_bt_event_setup_complete 
+0x4182 014873 beq bt_evt_button_long_pressed ,mouse_bb_event_discovery_btn 
+0x4183 014874 beq bt_evt_hid_handshake ,mouse_bt_hid_handshake 
+0x4184 014875 beq bt_evt_hid_connected ,mouse_bt_hid_connected 
+0x4185 014876 beq bt_evt_reconn_failed ,mouse_bb_event_reconn_failed 
+0x4186 014877 beq bt_evt_reconn_page_timeout ,mouse_bb_event_reconn_timeout 
+0x4187 014878 beq bt_evt_pincode_req ,mouse_bb_event_pincode 
+0x4188 014879 beq bt_evt_remote_unsniff ,app_start_auto_sniff 
+0x4189 014880 beq bt_evt_le_pairing_success ,mouse_le_pairing_success 
+0x418a 014881 beq bt_evt_le_start_enc ,mouse_le_ll_start_encryt 
+0x418b 014882 beq bt_evt_le_pairing_complete ,mouse_le_pairing_complete 
+0x418c 014883 beq bt_evt_virtual_cable_unplug ,mouse_irtual_cable_unplug 
+0x418d 014884 beq bt_evt_24g_pairing_complete ,mouse_24g_pairing_complete 
+0x418e 014885 beq bt_evt_24g_attempt_fail ,mouse_24g_attempt_fail 
+0x418f 014886 beq bt_evt_24g_attempt_success ,mouse_24g_attempt_success 
+0x4190 014887 rtn 
+:      014890 mouse_le_pairing_complete:
+0x4191 014891 branch app_ble_store_reconn_info 
+:      014893 mouse_24g_attempt_fail:
+0x4192 014894 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x4193 014895 fetch 1 ,mem_reconn_times 
+0x4194 014896 nbranch mouse_polling_device ,blank 
+0x4195 014897 fetch 1 ,mem_device_flag 
+0x4196 014898 fetcht 1 ,mem_24g_device_number 
+0x4197 014899 isub temp ,null 
+0x4198 014900 branch app_enter_hibernate ,zero 
+0x4199 014901 rtn 
+:      014902 mouse_24g_attempt_success:
+0x419a 014903 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x419b 014904 rtn 
+:      014905 mouse_24g_pairing_complete:
+0x419c 014906 jam 1 ,mem_mouse_24g_enter_lpm_enable 
+0x419d 014907 arg mosue_24g_pairing_flag ,queue 
+0x419e 014908 call mouse_disable_function_flag 
+0x419f 014909 setarg 0 
+0x41a0 014910 store 2 ,mem_24g_pairing_timer_count 
+0x41a1 014911 jam 0 ,mem_mouse_move_flag 
+0x41a2 014913 fetch 1 ,mem_config_sensor_type 
+0x41a3 014914 sub pdata ,p3610 ,null 
+0x41a4 014915 call mouse_read_sensor3610_data ,zero 
+0x41a5 014916 ncall mouse_read_sensor_common ,zero 
+0x41a6 014918 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x41a7 014919 bbit1 mouse_enable_flash ,mouse_store_flash_24g_address 
+0x41a8 014920 call mouse_set_24g_addr_eeprom 
+0x41a9 014921 branch iicd_write_protect_eep_data 
+:      014923 mouse_set_24g_addr_eeprom:
+0x41aa 014924 call g24_head_ptr2regc 
+0x41ab 014925 add regc ,offset_24g_addr ,rega 
+0x41ac 014926 arg mouse_g24_addr_eeprom_offect ,regb 
+0x41ad 014927 arg 4 ,temp 
+0x41ae 014928 rtn 
+:      014930 mouse_store_flash_24g_address:
+0x41af 014931 call g24_head_ptr2regc 
+0x41b0 014932 add regc ,offset_24g_addr ,regb 
+0x41b1 014933 ifetch 1 ,regb 
+0x41b2 014934 store 1 ,mem_mouse_24g_addr 
+0x41b3 014935 branch mouse_store_flash_device_info 
+:      014938 mouse_le_pairing_success:
+0x41b4 014939 arg ll_pairing_success_flag ,queue 
+0x41b5 014940 branch mouse_le_enable_connect_flag 
+:      014941 mouse_le_ll_start_encryt:
+0x41b6 014942 jam 2 ,mem_le_start_encrypt_timer 
+0x41b7 014943 arg ll_start_enc_flag ,queue 
+0x41b8 014944 branch mouse_le_enable_connect_flag 
+:      014947 mouse_le_enable_connect_flag:
+0x41b9 014948 fetch 1 ,mem_le_connect_status_flag 
+0x41ba 014949 qset1 pdata 
+0x41bb 014950 store 1 ,mem_le_connect_status_flag 
+0x41bc 014951 rtn 
+:      014953 mouse_le_disable_connect_flag:
+0x41bd 014954 fetch 1 ,mem_le_connect_status_flag 
+0x41be 014955 qset0 pdata 
+0x41bf 014956 store 1 ,mem_le_connect_status_flag 
+0x41c0 014957 rtn 
+:      014958 mouse_le_clean_connect_flag:
+0x41c1 014959 jam 0 ,mem_le_connect_status_flag 
+0x41c2 014960 rtn 
+:      014962 mouse_le_bb_event_connected:
+0x41c3 014963 fetch app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x41c4 014964 set0 app_disc_by_button ,pdata 
+0x41c5 014965 store app_disc_rsn_size ,mem_app_disconn_reason_flag 
+0x41c6 014966 setarg 0 
+0x41c7 014967 store 2 ,mem_mouse_direct_timer 
+0x41c8 014968 call mouse_no_data_timer_init 
+0x41c9 014969 branch mouse_stop_discovery 
+:      014971 mouse_bb_event_pincode:
+0x41ca 014972 call pincode_reinit 
+0x41cb 014973 branch app_bt_set_pincode 
+:      014974 mouse_bb_event_reconn_timeout:
+:      014975 mouse_bb_event_reconn_failed:
+0x41cc 014976 fetch 1 ,mem_reconn_times 
+0x41cd 014977 nbranch mouse_polling_device ,blank 
+0x41ce 014978 fetch 2 ,mem_ui_state_map 
+0x41cf 014979 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x41d0 014980 fetch mouse_flag_len ,mem_mouse_flag 
+0x41d1 014981 bbit1 mouse_select_device_flag ,mouse_soft_reset 
+0x41d2 014982 bbit1 mouse_bt_discovery_button_down_flag ,mouse_start_discovery 
+0x41d3 014983 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
+0x41d4 014984 branch app_bb_hibernate 
+:      014987 mouse_bt_hid_connected:
+0x41d5 014988 branch mouse_hid_connected 
+:      014990 mouse_bt_event_setup_complete:
+0x41d6 014991 rtn 
+:      014993 mouse_soft_reset:
+0x41d7 014994 call mouse_select_device_enable 
+0x41d8 014995 branch soft_reset_chip 
+:      014997 mouse_bb_disconnected:
+0x41d9 014998 bpatch patch1d_1 ,mem_patch1d 
+0x41da 014999 call mouse_bb_discon_clear_stack 
+0x41db 015000 fetch mouse_flag_len ,mem_mouse_flag 
+0x41dc 015001 bbit1 mouse_select_device_flag ,mouse_soft_reset 
+0x41dd 015002 bbit1 mosue_24g_pairing_flag ,g24_start_pairing_sm1 
+0x41de 015003 fetch 1 ,mem_reconn_times 
+0x41df 015004 nbranch mouse_polling_device ,blank 
+0x41e0 015005 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x41e1 015006 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
+0x41e2 015007 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x41e3 015008 bbit1 app_disc_after_pairing ,mouse_event_light_state_pairing 
+0x41e4 015009 bbit1 app_disc_after_reconn ,mouse_event_light_state_hibernate 
+0x41e5 015010 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x41e6 015011 branch mouse_start_discovery 
+:      015012 mouse_bb_discon_clear_stack:
+0x41e7 015013 setarg 0 
+0x41e8 015014 store 8 ,mem_wheel_tb_old_pinlevel 
+0x41e9 015015 istore 4 ,contw 
+0x41ea 015016 jam 0 ,mem_mouse_send_blank_timer 
+0x41eb 015017 jam 0 ,mem_mouse_move_flag 
+0x41ec 015018 jam app_handshake_null ,mem_app_handshake_flag 
+0x41ed 015019 jam 0 ,mem_ltk_exists 
+0x41ee 015020 rtn 
+:      015022 mouse_event_light_state_pairing:
+0x41ef 015023 bbit1 app_disc_after_handshake ,mouse_event_light_state_hibernate 
+0x41f0 015024 bbit1 app_disc_after_sniff ,mouse_event_light_state_hibernate 
+0x41f1 015025 branch mouse_start_discovery 
+:      015026 mouse_event_light_state_hibernate:
+0x41f2 015027 fetch 2 ,mem_ui_state_map 
+0x41f3 015028 bbit1 ui_state_btn_down ,mouse_start_discovery 
+0x41f4 015029 branch app_bb_hibernate 
+:      015031 mouse4_0_event_bb_disconn:
+0x41f5 015032 call mouse_le_clean_connect_flag 
+0x41f6 015033 fetch app_disc_rsn_size ,mem_app_disconn_reason 
+0x41f7 015034 bbit1 app_disc_by_button ,app_disconn_reason_clear 
+0x41f8 015035 branch app_bb_hibernate 
+:      015037 mouse_bb_event_timer:
+0x41f9 015038 call mouse_adc_read 
+0x41fa 015039 call mouse_24g_delay_timer 
+0x41fb 015040 call mouse_ban_24g_pairing_timer 
+0x41fc 015041 call mouse_dpi_led_blink_delay_timer 
+0x41fd 015042 call mouse_statue_up_timer 
+0x41fe 015044 call mouse_statue_cheak_timer 
+0x41ff 015045 call mouse_select_device 
+0x4200 015046 call mouse_bt_discovery_cheak 
+0x4201 015047 call mouse_low_voltage_led_timer 
+0x4202 015048 call mouse_sensor_led_contrl_timer 
+0x4203 015049 call mouse_check_hid_handshake_timer 
+0x4204 015050 call mouse_check_discovery_timeout_timer 
+0x4205 015051 call mouse_check_direct_timeout_timer 
+0x4206 015052 call mouse_check_no_data_timeout_timer 
+0x4207 015053 call mouse_check_mouse_state_timer 
+0x4208 015054 branch mouse_le_enable_att_list_timer 
+:      015058 mouse_sensor_led_contrl_timer:
+0x4209 015059 fetch 1 ,mem_mouse_sensor_timer_count 
+0x420a 015060 rtn blank 
+0x420b 015061 increase -1 ,pdata 
+0x420c 015062 store 1 ,mem_mouse_sensor_timer_count 
+0x420d 015063 nrtn blank 
+0x420e 015064 branch mouse_sensor_led_contrl 
+:      015065 mouse_sensor_led_contrl:
+0x420f 015066 fetch 1 ,mem_sensor_led_style 
+0x4210 015067 rtneq ui_led_state_blink_stop 
+0x4211 015068 beq ui_led_state_blink_darking ,mouse_sensor_led_blink_state_darking 
+:      015069 mouse_sensor_led_blink_state_lighting:
+0x4212 015070 call mouse_sensor_led_on 
+0x4213 015071 jam ui_led_state_blink_darking ,mem_sensor_led_style 
+0x4214 015072 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x4215 015073 rtn 
+:      015074 mouse_sensor_led_blink_state_darking:
+0x4216 015075 call mouse_sensor_led_off 
+0x4217 015076 jam ui_led_state_blink_lighting ,mem_sensor_led_style 
+0x4218 015077 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x4219 015078 rtn 
+:      015080 mouse_sensor_led_blink_stop:
+:      015081 mouse_sensor_reset:
+0x421a 015082 setarg 0x8006 
+0x421b 015083 call twspi_write 
+0x421c 015084 nop 1000 
+0x421d 015085 jam 0x00 ,mem_mouse_sensor_timer_count 
+0x421e 015086 jam ui_led_state_blink_stop ,mem_sensor_led_style 
+0x421f 015087 branch mouse_init_p32xx_id2_judge 
+:      015089 mouse_p3212sensor_led_on:
+0x4220 015090 setarg 0xa006 
+0x4221 015091 call twspi_write 
+0x4222 015092 setarg 0xa005 
+0x4223 015093 branch twspi_write 
+:      015094 mouse_sensor_led_on_global:
+0x4224 015095 jam 0 ,mem_mouse_sensor_timer_count 
+:      015096 mouse_sensor_led_on:
+0x4225 015097 fetch 1 ,mem_config_sensor_type 
+0x4226 015098 beq p3212 ,mouse_p3212sensor_led_on 
+0x4227 015099 setarg 0x0106 
+0x4228 015100 call twspi_write 
+0x4229 015101 setarg 0xa105 
+0x422a 015102 branch twspi_write 
+:      015104 mouse_sensor_led_off_global:
+0x422b 015105 jam 0 ,mem_mouse_sensor_timer_count 
+:      015106 mouse_sensor_led_off:
+0x422c 015107 setarg 0x0906 
+0x422d 015108 branch twspi_write 
+:      015109 mouse_sensor_start_blink:
+0x422e 015110 jam led_sensor_blink_cnt ,mem_mouse_sensor_timer_count 
+0x422f 015111 jam ui_led_state_blink_start ,mem_sensor_led_style 
+0x4230 015112 rtn 
+:      015114 mouse_check_hid_handshake_timer:
+0x4231 015115 arg mem_hid_handshake_timer_count ,regc 
+0x4232 015116 arg mouse_bt_hid_handshake ,regb 
+0x4233 015117 branch timer_single_step 
+:      015119 mouse_check_discovery_timeout_timer:
+0x4234 015120 arg mem_mouse_discovery_timer ,regc 
+0x4235 015121 arg mouse_check_discovery_timeout ,regb 
+0x4236 015122 branch timer_single_step_2b 
+:      015124 mouse_check_direct_timeout_timer:
+0x4237 015125 arg mem_mouse_direct_timer ,regc 
+0x4238 015126 arg mouse_check_direct_timeout ,regb 
+0x4239 015127 branch timer_single_step_2b 
+:      015129 mouse_check_no_data_timeout_timer:
+0x423a 015130 arg mem_mouse_no_data_timer ,regc 
+0x423b 015131 arg mouse_check_no_data_timeout ,regb 
+0x423c 015132 branch timer_single_step_2b 
+:      015134 mouse_check_mouse_state_timer:
+0x423d 015135 arg mem_mouse_statue_led_timer ,regc 
+0x423e 015136 arg mouse_statue_led_off ,regb 
+0x423f 015137 branch timer_single_step 
+:      015141 mouse_le_enable_att_list_timer:
+0x4240 015142 arg mem_le_start_encrypt_timer ,regc 
+0x4241 015143 arg mouse_le_enable_att_list ,regb 
+0x4242 015144 branch timer_single_step 
+:      015146 mouse_24g_delay_timer:
+0x4243 015147 arg mem_24g_enter_lpm_timer ,regc 
+0x4244 015148 arg mouse_24g_delay ,regb 
+0x4245 015149 branch timer_single_step 
+:      015151 mouse_ban_24g_pairing_timer:
+0x4246 015152 arg mem_24g_pairing_timer_count ,regc 
+0x4247 015153 arg mouse_ban_24g_pairing ,regb 
+0x4248 015154 branch timer_single_step_2b 
+:      015155 mouse_ban_24g_pairing:
+:      015156 mouse_24g_delay:
+0x4249 015157 rtn 
+:      015160 mosue_dpi_led_blink_init:
+0x424a 015161 fetch mouse_flag_len ,mem_mouse_flag 
+0x424b 015162 rtnbit0 mouse_enable_dpi_led_blink 
+0x424c 015163 jam 10 ,mem_mouse_dpi_led_delay_count 
+0x424d 015164 fetch 1 ,mem_dpi_led_gpio 
+0x424e 015165 store 1 ,mem_mouse_struct_led_gpio 
+0x424f 015166 rtn 
+:      015169 mouse_dpi_led_blink_delay_timer:
+0x4250 015170 arg mem_mouse_dpi_led_delay_count ,regc 
+0x4251 015171 arg mouse_dpi_led_setting ,regb 
+0x4252 015172 branch timer_single_step 
+:      015173 mouse_dpi_led_setting:
+0x4253 015174 fetch 1 ,mem_dpi_led_gpio 
+0x4254 015175 store 1 ,mem_mouse_struct_led_gpio 
+0x4255 015176 setarg led_dpi_blink 
+0x4256 015177 store 2 ,mem_mouse_on_time 
+0x4257 015178 store 2 ,mem_mouse_off_time 
+0x4258 015179 arg 0 ,rega 
+0x4259 015180 fetcht 1 ,mem_mouse_dpi 
+0x425a 015181 increase 1 ,temp 
+0x425b 015182 storet 1 ,mem_mouse_blink_count 
+0x425c 015183 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x425d 015184 rtn 
+:      015186 mouse_le_enable_att_list:
+0x425e 015187 fetch 1 ,mem_le_connect_status_flag 
+0x425f 015188 rtnbit1 ll_pairing_success_flag 
+0x4260 015189 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0x4261 015190 call ui_ipc_send_cmd 
+0x4262 015191 arg write_req_enable_flag ,queue 
+0x4263 015192 branch mouse_le_enable_connect_flag 
+:      015195 mouse_check_discovery_timeout:
+0x4264 015196 call mouse_stop_discovery 
+0x4265 015197 branch app_enter_hibernate 
+:      015199 mouse_check_direct_timeout:
+0x4266 015200 call app_ble_stop_direct_adv 
+0x4267 015201 fetch 1 ,mem_reconn_times 
+0x4268 015202 nbranch mouse_polling_device ,blank 
+0x4269 015203 branch app_enter_hibernate 
+:      015205 mouse_check_no_data_timeout:
+0x426a 015206 bmark1 mark_24g ,check_51cmd_hibernate 
+0x426b 015207 branch mouse_disconnect 
+:      015211 mouse_bb_event_discovery_btn:
+0x426c 015212 bpatch patch1d_2 ,mem_patch1d 
+0x426d 015213 jam 0 ,mem_mouse_send_blank_timer 
+0x426e 015214 call mouse_disconnect 
+0x426f 015215 call mouse_le_clean_connect_flag 
+0x4270 015216 branch mouse_start_discovery 
+:      015220 mouse3_0_check_reconn_target:
+0x4271 015221 fetch 6 ,mem_hci_plap 
+0x4272 015222 branch app_bt_start_discovery_short ,blank 
+0x4273 015223 call mouse_reconn_setting_led_gpio 
+0x4274 015224 jam 0x17 ,mem_connection_options 
+0x4275 015225 fetch 1 ,mem_ssp_enable 
+0x4276 015226 nbranch app_bt_start_reconnect ,blank 
+0x4277 015227 jam 0x04 ,mem_connection_options 
+0x4278 015228 branch app_bt_start_reconnect 
+:      015230 mouse4_0_check_reconn_target:
+0x4279 015231 fetch 2 ,mem_mouse_direct_timeout 
+0x427a 015232 store 2 ,mem_mouse_direct_timer 
+0x427b 015233 call mouse_reconn_setting_led_gpio 
+0x427c 015234 call app_lpm_mult_disable 
+0x427d 015235 branch check_51cmd_adv 
+:      015237 mouse_reconn_setting_led_gpio:
+0x427e 015238 setarg led_reconnect_blink 
+0x427f 015239 store 2 ,mem_mouse_on_time 
+0x4280 015240 store 2 ,mem_mouse_off_time 
+0x4281 015241 branch mouse_setting_led_gpio_comman 
+:      015243 mouse_discover_setting_led_gpio:
+0x4282 015244 setarg led_discovery_blink 
+0x4283 015245 store 2 ,mem_mouse_on_time 
+0x4284 015246 store 2 ,mem_mouse_off_time 
+:      015247 mouse_setting_led_gpio_comman:
+0x4285 015248 fetch 1 ,mem_device_flag 
+0x4286 015249 beq mode_bt_device1 ,mouse_device_led1 
+0x4287 015250 beq mode_bt_device2 ,mouse_device_led2 
+0x4288 015251 beq mode_bt_device3 ,mouse_device_led3 
+0x4289 015252 rtn 
+:      015253 mouse_device_led1:
+0x428a 015254 fetch 1 ,mem_config_device1_led_gpio 
+0x428b 015255 branch mouse_led_blink 
+:      015256 mouse_device_led2:
+0x428c 015257 fetch 1 ,mem_config_device2_led_gpio 
+0x428d 015258 branch mouse_led_blink 
+:      015259 mouse_device_led3:
+0x428e 015260 fetch 1 ,mem_config_device3_led_gpio 
+:      015261 mouse_led_blink:
+0x428f 015262 store 1 ,mem_temp 
+0x4290 015263 call mouse_devce_led_off 
+0x4291 015264 fetch 1 ,mem_temp 
+0x4292 015265 store 1 ,mem_mouse_struct_led_gpio 
+0x4293 015266 arg 0 ,rega 
+0x4294 015267 jam ui_led_state_blink_start ,mem_mouse_led_type 
+0x4295 015268 branch ui_led_blink_start_global 
+:      015270 mouse_led_off:
+0x4296 015271 arg 0 ,rega 
+0x4297 015272 branch ui_led_off_global 
+:      015273 mouse_led_on:
+0x4298 015274 arg 0 ,rega 
+0x4299 015275 branch ui_led_on_global 
+:      015277 mouse4_0_bb_event_discovery_btn:
+0x429a 015278 branch mouse_le_clean_connect_flag 
+:      015280 mouse_bt_hid_handshake:
+0x429b 015281 jam app_handshake_done ,mem_app_handshake_flag 
+0x429c 015282 call app_lpm_mult_enable 
+0x429d 015283 call app_bt_store_reconn_info 
+0x429e 015284 setarg 0 
+0x429f 015285 store 2 ,mem_discovery_timeout_timer_count 
+0x42a0 015286 store 1 ,mem_hid_handshake_timer_count 
+0x42a1 015287 branch app_bt_enter_sniff 
+:      015289 mouse_check_reconn_target:
+0x42a2 015290 call mouse_cheak_select_device_by_switch 
+0x42a3 015291 fetch 1 ,mem_device_flag 
+0x42a4 015292 fetcht 1 ,mem_24g_device_number 
+0x42a5 015293 isub temp ,null 
+0x42a6 015294 branch mouse_connect_24g_mode ,zero 
+0x42a7 015295 fetch 1 ,mem_xrecord_mode 
+0x42a8 015296 beq rec_3_mode ,mouse3_0_check_reconn_target 
+0x42a9 015297 beq rec_4_mode ,mouse4_0_check_reconn_target 
+0x42aa 015298 branch mouse_start_discovery 
+:      015299 mouse_connect_24g_mode:
+0x42ab 015300 call mouse_start_24g_mode 
+0x42ac 015301 rtnmark1 mark_24g 
+0x42ad 015302 fetch 1 ,mem_reconn_times 
+0x42ae 015303 nbranch mouse_polling_device ,blank 
+0x42af 015304 rtn 
+:      015306 mouse_start_discovery:
+0x42b0 015307 bpatch patch1d_3 ,mem_patch1d 
+0x42b1 015308 fetch 2 ,mem_ui_state_map 
+0x42b2 015309 bbit1 ui_state_ble_adv ,mouse_start_discovery_norandom 
+0x42b3 015310 fetch mouse_flag_len ,mem_mouse_flag 
+0x42b4 015311 bbit0 mouse_enable_ble_random_addre ,mouse_start_discovery_norandom 
+0x42b5 015312 random pdata 
+0x42b6 015313 store 1 ,mem_le_lap + 1 
+:      015314 mouse_start_discovery_norandom:
+0x42b7 015315 call app_lpm_mult_disable 
+0x42b8 015316 fetch 2 ,mem_discovery_timeout 
+0x42b9 015317 store 2 ,mem_mouse_discovery_timer 
+0x42ba 015318 jam 6 ,mem_connection_options 
+0x42bb 015319 setarg 0 
+0x42bc 015320 store 2 ,mem_mouse_no_data_timer 
+0x42bd 015321 store 2 ,mem_mouse_direct_timer 
+0x42be 015322 arg mouse_store_eeprom_flag ,queue 
+0x42bf 015323 call mouse_enable_function_flag 
+0x42c0 015324 call mouse_bt_discovery_button_down_disable 
+0x42c1 015325 fetch 1 ,mem_device_option 
+0x42c2 015326 isolate1 mode_4_mouse ,pdata 
+0x42c3 015327 call check_51cmd_adv ,true 
+0x42c4 015328 fetch 1 ,mem_device_option 
+0x42c5 015329 isolate1 mode_3_mouse ,pdata 
+0x42c6 015330 call check_51cmd_start_discovery ,true 
+0x42c7 015331 fetch mouse_flag_len ,mem_mouse_flag 
+0x42c8 015332 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_start_blink 
+0x42c9 015333 branch mouse_discover_setting_led_gpio 
+:      015335 mouse_stop_discovery:
+0x42ca 015336 bpatch patch1d_4 ,mem_patch1d 
+0x42cb 015337 fetch 1 ,mem_device_option 
+0x42cc 015338 isolate1 mode_4_mouse ,pdata 
+0x42cd 015339 call mouse_stop_le_adv ,true 
+0x42ce 015340 fetch 1 ,mem_device_option 
+0x42cf 015341 isolate1 mode_3_mouse ,pdata 
+0x42d0 015342 call mouse_stop_bt3_discovery ,true 
+0x42d1 015343 fetch mouse_flag_len ,mem_mouse_flag 
+0x42d2 015344 bbit1 mouse_enable_discovery_sensor_led ,mouse_sensor_led_blink_stop 
+0x42d3 015345 branch mouse_devce_led_off 
+:      015346 mouse_stop_le_adv:
+0x42d4 015347 setarg 0 
+0x42d5 015348 store 2 ,mem_mouse_direct_timer 
+0x42d6 015349 branch check_51cmd_stop_adv 
+:      015350 mouse_stop_bt3_discovery:
+0x42d7 015351 setarg 0 
+0x42d8 015352 store 2 ,mem_mouse_discovery_timer 
+0x42d9 015353 branch check_51cmd_stop_discovery 
+:      015359 mouse_store_remote_bdaddr:
+0x42da 015360 fetch mouse_flag_len ,mem_mouse_flag 
+0x42db 015361 rtnbit0 mouse_store_eeprom_flag 
+0x42dc 015362 arg mouse_store_eeprom_flag ,queue 
+0x42dd 015363 call mouse_disable_function_flag 
+0x42de 015364 call mouse_check_device_addr 
+:      015365 mouse_unplug_clean_bdaddr:
+0x42df 015366 call mouse_before_store_reconn_info 
+0x42e0 015367 fetch mouse_flag_len ,mem_mouse_flag 
+0x42e1 015368 bbit1 mouse_enable_flash ,mouse_store_flash_device_info 
+0x42e2 015369 bbit1 mouse_enable_eeprom ,mouse_store_eeprom_device_info 
+0x42e3 015370 rtn 
+:      015371 mouse_store_eeprom_device_info:
+0x42e4 015372 arg 88 ,temp 
+0x42e5 015373 arg mem_device_flag ,rega 
+0x42e6 015374 arg mouse_info_eeprom_offect ,regb 
+0x42e7 015375 branch iicd_write_protect_eep_data 
+:      015377 mouse_check_device_addr:
+0x42e8 015378 fetch 1 ,mem_record_bt_mode 
+0x42e9 015379 beq rec_4_mode ,mouse_check_le_device_addr 
+0x42ea 015380 beq rec_3_mode ,mouse_check_bt_device_addr 
+0x42eb 015381 rtn 
+:      015382 mouse_check_le_device_addr:
+0x42ec 015383 store 1 ,mem_device_addr_temp 
+0x42ed 015384 fetch 6 ,mem_le_plap 
+0x42ee 015385 branch mouse_check_bt_device_addr_common 
+:      015386 mouse_check_bt_device_addr:
+0x42ef 015387 store 1 ,mem_device_addr_temp 
+0x42f0 015388 fetch 6 ,mem_plap 
+:      015389 mouse_check_bt_device_addr_common:
+0x42f1 015390 store 6 ,mem_device_addr_temp + 1 
+0x42f2 015391 fetch 7 ,mem_device_addr_temp 
+0x42f3 015392 arg mem_device1_type ,contr 
+0x42f4 015393 arg 3 ,loopcnt 
+:      015394 mouse_check_device_addr_end:
+0x42f5 015395 ifetcht 7 ,contr 
+0x42f6 015396 isub temp ,null 
+0x42f7 015397 branch mouse_clean_addr ,zero 
+0x42f8 015398 increase 22 ,contr 
+0x42f9 015399 loop mouse_check_device_addr_end 
+0x42fa 015400 rtn 
+:      015401 mouse_before_store_reconn_info:
+0x42fb 015402 arg mem_device1_type ,rega 
+0x42fc 015403 fetch 1 ,mem_device_flag 
+0x42fd 015404 increase -1 ,pdata 
+0x42fe 015405 mul32 pdata ,29 ,pdata 
+0x42ff 015406 iadd rega ,rega 
+0x4300 015407 fetch 1 ,mem_record_bt_mode 
+0x4301 015408 istore 1 ,rega 
+0x4302 015409 beq rec_4_mode ,mouse_store_le_device 
+0x4303 015410 beq rec_3_mode ,mouse_store_bt_device 
+0x4304 015411 rtn 
+:      015413 mouse_store_le_device:
+0x4305 015414 fetch 6 ,mem_le_plap 
+0x4306 015415 istore 6 ,contw 
+0x4307 015416 arg mem_le_ltk ,contr 
+0x4308 015417 call memcpy16 
+0x4309 015418 fetch 6 ,mem_le_lap 
+0x430a 015419 istore 6 ,contw 
+0x430b 015420 rtn 
+:      015421 mouse_store_bt_device:
+0x430c 015422 fetch 6 ,mem_plap 
+0x430d 015423 istore 6 ,contw 
+0x430e 015424 arg mem_link_key ,contr 
+0x430f 015425 branch memcpy16 
+:      015427 mouse_clean_addr:
+0x4310 015428 increase -6 ,contr 
+0x4311 015429 copy contr ,contw 
+0x4312 015430 fetcht 6 ,mem_device_addr_temp + 1 
+0x4313 015431 increase 3 ,temp 
+0x4314 015432 istoret 6 ,contw 
+0x4315 015433 rtn 
+:      015437 mouse_eeprom_load_recon_info:
+0x4316 015438 arg 88 ,temp 
+0x4317 015439 arg mem_device_flag ,rega 
+0x4318 015440 arg mouse_info_eeprom_offect ,regb 
+0x4319 015441 call iicd_read_eep_data 
+:      015442 mouse_select_reconn_device:
+0x431a 015443 arg mem_device1_type ,rega 
+0x431b 015444 fetch 1 ,mem_device_flag 
+0x431c 015445 fetcht 1 ,mem_24g_device_number 
+0x431d 015446 isub temp ,null 
+0x431e 015447 rtn zero 
+0x431f 015448 increase -1 ,pdata 
+0x4320 015449 mul32 pdata ,29 ,pdata 
+0x4321 015450 iadd rega ,rega 
+0x4322 015451 ifetch 1 ,rega 
+0x4323 015452 store 1 ,mem_xrecord_mode 
+0x4324 015453 beq rec_3_mode ,mouse_load_bt_device 
+0x4325 015454 beq rec_4_mode ,mouse_load_le_device 
+0x4326 015455 rtn 
+:      015457 mouse_load_bt_device:
+0x4327 015458 ifetch 6 ,contr 
+:      015459 mouse_load_bt_device_end:
+0x4328 015460 store 6 ,mem_hci_plap 
+0x4329 015461 arg mem_link_key ,contw 
+0x432a 015462 call memcpy16 
+0x432b 015463 branch check_link_key_load 
+:      015465 mouse_load_le_device:
+0x432c 015466 ifetch 6 ,contr 
+:      015467 mouse_load_le_device_end:
+0x432d 015468 store 6 ,mem_hci_plap 
+0x432e 015469 arg mem_le_ltk ,contw 
+0x432f 015470 call memcpy16 
+0x4330 015471 ifetch 6 ,contr 
+0x4331 015472 store 6 ,mem_le_lap 
+0x4332 015473 rtn 
+:      015476 mouse_select_device:
+0x4333 015477 fetch 1 ,mem_config_function_enable 
+0x4334 015478 bbit1 enable_select_device_by_gpio_button ,mouse_select_device_by_button 
+0x4335 015479 bbit1 enable_select_device_by_switch ,mouse_select_device_by_switch 
+0x4336 015480 branch mouse_select_device_by_combination_key 
+:      015482 mouse_select_device_by_combination_key:
+0x4337 015483 call mouse_check_key_gpio 
+0x4338 015484 beq mouse_rm_button ,mouse_select_device_commbination_key_down 
+:      015485 mouse_select_device_commbination_key_up:
+0x4339 015486 jam 30 ,mem_combination_select_device_count 
+0x433a 015487 fetch 1 ,mem_select_device_button_statue 
+0x433b 015488 rtneq dpi_button_state_up 
+0x433c 015489 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x433d 015490 rtn 
+:      015492 mouse_select_device_commbination_key_down:
+0x433e 015493 call mouse_combination_select_device_timer 
+0x433f 015494 fetch 1 ,mem_select_device_button_statue 
+0x4340 015495 rtneq dpi_button_state_down 
+0x4341 015496 jam dpi_button_state_down ,mem_select_device_button_statue 
+0x4342 015497 branch mouse_select_device_enable 
+:      015499 mouse_combination_select_device_timer:
+0x4343 015500 fetch 1 ,mem_combination_select_device_count 
+0x4344 015501 rtn blank 
+0x4345 015502 pincrease -1 
+0x4346 015503 store 1 ,mem_combination_select_device_count 
+0x4347 015504 nrtn blank 
+0x4348 015505 branch mouse_ready_reconnection_by_button 
+:      015507 mouse_select_device_by_button:
+0x4349 015508 fetch 1 ,mem_config_select_device_button_gpio 
+0x434a 015509 rtneq gpio_disable 
+0x434b 015510 fetcht 1 ,mem_config_select_device_button_gpio 
+0x434c 015511 call gpio_get_bit 
+0x434d 015512 branch mouse_select_device_button_down ,true 
+:      015513 mouse_select_device_button_up:
+0x434e 015514 fetch 1 ,mem_select_device_button_statue 
+0x434f 015515 rtneq dpi_button_state_up 
+0x4350 015516 jam dpi_button_state_up ,mem_select_device_button_statue 
+0x4351 015517 fetch mouse_flag_len ,mem_mouse_flag 
+0x4352 015518 rtnbit1 mouse_long_bt_button_flag 
+0x4353 015519 branch mouse_ready_reconnection_by_button 
+:      015521 mouse_select_device_button_down:
+0x4354 015522 fetch 1 ,mem_select_device_button_statue 
+0x4355 015523 rtneq dpi_button_state_down 
+0x4356 015524 jam dpi_button_state_down ,mem_select_device_button_statue 
+0x4357 015525 arg mouse_long_bt_button_flag ,queue 
+0x4358 015526 branch mouse_disable_function_flag 
+:      015530 mouse_select_device_by_switch:
+0x4359 015531 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x435a 015532 rtnbit0 enable_select_device_by_switch 
+0x435b 015533 fetch 1 ,mem_device_flag 
+0x435c 015534 beq mode_bt_device1 ,mouse_select1_device 
+0x435d 015535 beq mode_24g_device ,mouse_select2_device 
+0x435e 015536 rtn 
+:      015537 mouse_cheak_select_device_by_switch:
+0x435f 015538 fetch 1 ,mouse_flag_len ,mem_mouse_flag 
+0x4360 015539 rtnbit0 enable_select_device_by_switch 
+0x4361 015540 fetcht 1 ,mem_config_select_device_button_gpio 
+0x4362 015541 call gpio_get_bit 
+0x4363 015542 branch mouse_cheak_select_24gdevice ,true 
+:      015543 mouse_select_btdevice:
+0x4364 015544 jam mode_bt_device1 ,mem_device_flag 
+0x4365 015545 rtn 
+:      015546 mouse_cheak_select_24gdevice:
+0x4366 015547 fetch 1 ,mem_24g_device_number 
+0x4367 015548 store 1 ,mem_device_flag 
+0x4368 015549 rtn 
+:      015550 mouse_select1_device:
+0x4369 015551 fetcht 1 ,mem_config_select_device_button_gpio 
+0x436a 015552 nbranch mouse_ready_reconnection_by_button ,true 
+0x436b 015553 rtn 
+:      015554 mouse_select2_device:
+0x436c 015555 fetcht 1 ,mem_config_select_device_button_gpio 
+0x436d 015556 call gpio_get_bit 
+0x436e 015557 branch mouse_select_device_button_down ,true 
+0x436f 015558 rtn 
+:      015563 mouse_ready_reconnection_by_button:
+0x4370 015564 fetcht 1 ,mem_device_flag 
+0x4371 015565 increase 1 ,temp 
+0x4372 015566 fetch 1 ,mem_device_number 
+0x4373 015567 isub temp ,null 
+0x4374 015568 ncall mouse_select_device_count_clean ,positive 
+0x4375 015569 storet 1 ,mem_device_flag 
+0x4376 015570 jam 0 ,mem_link_key_exists 
+0x4377 015571 call mouse_store_device_number2eeprom 
+0x4378 015572 call mouse_select_device_enable 
+0x4379 015574 branch mouse_set_reconnection 
+:      015576 mouse_store_device_number2eeprom:
+0x437a 015577 arg 1 ,temp 
+0x437b 015578 arg mem_device_flag ,rega 
+0x437c 015579 arg 0 ,regb 
+0x437d 015580 branch iicd_write_eep_data 
+:      015582 mouse_set_reconnection:
+0x437e 015583 call mouse_stop_bluetooth_mode 
+0x437f 015584 call mouse_select_device_disable 
+0x4380 015585 branch mouse_soft_reset 
+:      015586 mouse_stop_bluetooth_mode:
+0x4381 015587 fetch 2 ,mem_ui_state_map 
+0x4382 015588 bbit1 ui_state_bt_reconnect ,mouse_cancel_reconnect 
+0x4383 015589 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x4384 015590 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x4385 015591 branch mouse_stop_discovery 
+:      015593 mouse_disconnect:
+0x4386 015594 bpatch patch1d_5 ,mem_patch1d 
+0x4387 015595 setarg 0 
+0x4388 015596 store 2 ,mem_mouse_no_data_timer 
+0x4389 015597 fetch 2 ,mem_ui_state_map 
+0x438a 015598 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x438b 015599 fetch 2 ,mem_ui_state_map 
+0x438c 015600 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x438d 015601 rtn 
+:      015603 mouse_irtual_cable_unplug:
+0x438e 015604 setarg 0x01 
+0x438f 015605 store 6 ,mem_plap 
+0x4390 015606 jam rec_3_mode ,mem_record_bt_mode 
+0x4391 015607 branch mouse_unplug_clean_bdaddr 
+:      015610 mouse_cancel_reconnect:
+0x4392 015611 call mouse_bt_cannel_reconn_enable 
+0x4393 015612 branch check_51cmd_bb_reconn_cancel 
+:      015614 mouse_bt_discovery_by_button:
+0x4394 015615 fetch 1 ,mem_config_bt_button_gpio 
+0x4395 015616 rtneq gpio_disable 
+0x4396 015617 fetcht 1 ,mem_config_bt_button_gpio 
+0x4397 015618 call gpio_get_bit 
+0x4398 015619 branch mouse_bt_discovery_button_down ,true 
+:      015620 mouse_bt_discovery_button_up:
+0x4399 015621 fetch 1 ,mem_ui_button_timeout 
+0x439a 015622 store 1 ,mem_combination_ui_button_count 
+0x439b 015623 fetch 1 ,mem_bt_discovey_button_statue 
+0x439c 015624 rtneq dpi_button_state_up 
+0x439d 015625 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
+0x439e 015626 branch mouse_bt_discovery_button_down_disable 
+:      015627 mouse_bt_discovery_button_down:
+0x439f 015628 call mouse_bt_discovry_timer 
+0x43a0 015629 fetch 1 ,mem_bt_discovey_button_statue 
+0x43a1 015630 rtneq dpi_button_state_down 
+0x43a2 015631 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
+0x43a3 015632 call check_51cmd_bb_reconn_cancel 
+0x43a4 015633 branch mouse_bt_discovery_button_down_enable 
+:      015636 mouse_bt_discovery_cheak:
+0x43a5 015637 fetch 1 ,mem_config_function_enable 
+0x43a6 015638 bbit1 enable_bt_button ,mouse_bt_discovery_by_button 
+:      015639 mouse_bt_discovery_commbination_key:
+0x43a7 015640 call mouse_check_key_gpio 
+0x43a8 015641 beq mouse_lmr_button ,mouse_bt_discovery_commbination_key_down 
+:      015642 mouse_bt_discovery_commbination_key_up:
+0x43a9 015643 fetch 1 ,mem_ui_button_timeout 
+0x43aa 015644 store 1 ,mem_combination_ui_button_count 
+0x43ab 015645 fetch 1 ,mem_bt_discovey_button_statue 
+0x43ac 015646 rtneq dpi_button_state_up 
+0x43ad 015647 jam dpi_button_state_up ,mem_bt_discovey_button_statue 
+0x43ae 015648 branch mouse_bt_discovery_button_down_disable 
+:      015651 mouse_bt_discovery_commbination_key_down:
+0x43af 015652 call mouse_bt_discovry_timer 
+0x43b0 015653 fetch 1 ,mem_bt_discovey_button_statue 
+0x43b1 015654 rtneq dpi_button_state_down 
+0x43b2 015655 jam dpi_button_state_down ,mem_bt_discovey_button_statue 
+0x43b3 015656 call check_51cmd_bb_reconn_cancel 
+0x43b4 015657 branch mouse_bt_discovery_button_down_enable 
+:      015659 mouse_bt_discovry_timer:
+0x43b5 015660 arg mem_combination_ui_button_count ,regc 
+0x43b6 015661 arg mouse_long_button_bt_discovry ,regb 
+0x43b7 015662 branch timer_single_step 
+:      015664 mouse_long_button_bt_discovry:
+0x43b8 015665 arg mouse_long_bt_button_flag ,queue 
+0x43b9 015666 call mouse_enable_function_flag 
+0x43ba 015667 call app_evt_button_long_pressed 
+0x43bb 015668 branch mouse_bb_event_discovery_btn 
+:      015671 mouse_cpi_enable:
+0x43bc 015672 arg mouse_cpi_flag ,queue 
+0x43bd 015673 branch mouse_enable_function_flag 
+:      015674 mouse_cpi_disable:
+0x43be 015675 arg mouse_cpi_flag ,queue 
+0x43bf 015676 branch mouse_disable_function_flag 
+:      015677 mouse_select_device_enable:
+0x43c0 015678 arg mouse_select_device_flag ,queue 
+0x43c1 015679 branch mouse_enable_function_flag 
+:      015680 mouse_select_device_disable:
+0x43c2 015681 arg mouse_select_device_flag ,queue 
+0x43c3 015682 branch mouse_disable_function_flag 
+:      015683 mouse_bt_cannel_reconn_enable:
+0x43c4 015684 arg mouse_bt_cannel_reconn_flag ,queue 
+0x43c5 015685 branch mouse_enable_function_flag 
+:      015686 mouse_bt_cannel_reconn_disable:
+0x43c6 015687 arg mouse_bt_cannel_reconn_flag ,queue 
+0x43c7 015688 branch mouse_disable_function_flag 
+:      015689 mouse_bt_discovery_button_down_enable:
+0x43c8 015690 arg mouse_bt_discovery_button_down_flag ,queue 
+0x43c9 015691 branch mouse_enable_function_flag 
+:      015692 mouse_bt_discovery_button_down_disable:
+0x43ca 015693 arg mouse_bt_discovery_button_down_flag ,queue 
+0x43cb 015694 branch mouse_disable_function_flag 
+:      015698 mouse_select_device_count_clean:
+0x43cc 015699 arg 1 ,temp 
+0x43cd 015700 rtn 
+:      015702 mouse_enable_function_flag:
+0x43ce 015703 fetch mouse_flag_len ,mem_mouse_flag 
+0x43cf 015704 qset1 pdata 
+0x43d0 015705 store mouse_flag_len ,mem_mouse_flag 
+0x43d1 015706 rtn 
+:      015708 mouse_disable_function_flag:
+0x43d2 015709 fetch mouse_flag_len ,mem_mouse_flag 
+0x43d3 015710 qset0 pdata 
+0x43d4 015711 store mouse_flag_len ,mem_mouse_flag 
+0x43d5 015712 rtn 
+:      015714 mouse_adc_read:
+0x43d6 015715 fetch mouse_flag_len ,mem_mouse_flag 
+0x43d7 015716 rtnbit0 mouse_enable_adc 
+0x43d8 015717 fetch 1 ,mem_adc_read_timer 
+0x43d9 015718 increase 1 ,pdata 
+0x43da 015719 store 1 ,mem_adc_read_timer 
+0x43db 015720 sub pdata ,10 ,null 
+0x43dc 015721 rtn positive 
+0x43dd 015722 jam 0 ,mem_adc_read_timer 
+0x43de 015723 call adc_set_mode 
+0x43df 015724 call vdd_calculate_by_mode 
+0x43e0 015725 store 2 ,mem_mouse_vdd_now_vol 
+0x43e1 015726 arg mem_mouse_vdd_calculate_set ,rega 
+0x43e2 015727 call adc_bat_percent_lowpower_out 
+0x43e3 015728 fetch 1 ,mem_adc_power_flag 
+0x43e4 015729 bbit1 1 ,mouse_power_down 
+0x43e5 015730 bbit0 0 ,mouse_adc_no_low_voltage 
+0x43e6 015731 branch mouse_adc_low_voltage 
+:      015732 mouse_adc_low_voltage:
+0x43e7 015733 arg mouse_low_voltage_flag ,queue 
+0x43e8 015734 branch mouse_enable_function_flag 
+:      015735 mouse_adc_no_low_voltage:
+0x43e9 015736 arg mouse_low_voltage_flag ,queue 
+0x43ea 015737 branch mouse_disable_function_flag 
+:      015739 mouse_low_voltage_led_timer:
+0x43eb 015740 fetch mouse_flag_len ,mem_mouse_flag 
+0x43ec 015741 rtnbit0 mouse_low_voltage_flag 
+0x43ed 015742 fetch 1 ,mem_config_low_voltage_alarm_gpio 
+0x43ee 015743 store 1 ,mem_mouse_struct_led_gpio 
+0x43ef 015744 fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0x43f0 015745 pincrease 1 
+0x43f1 015746 store 1 ,mem_adc_low_volatage_led_timer_count 
+0x43f2 015747 sub pdata ,20 ,null 
+0x43f3 015748 ncall mouse_adc_low_volatage_led_timer_count_clean ,positive 
+0x43f4 015749 beq 2 ,mouse_low_voltage_led_on 
+0x43f5 015750 beq 4 ,mouse_low_voltage_led_off 
+0x43f6 015751 beq 6 ,mouse_low_voltage_led_on 
+0x43f7 015752 beq 8 ,mouse_low_voltage_led_off 
+0x43f8 015753 rtn 
+:      015754 mouse_adc_low_volatage_led_timer_count_clean:
+0x43f9 015755 jam 1 ,mem_adc_low_volatage_led_timer_count 
+0x43fa 015756 branch mouse_low_voltage_led_off 
+:      015757 mouse_low_voltage_led_on:
+0x43fb 015758 arg 0 ,rega 
+0x43fc 015759 jam ui_led_state_lighting ,mem_mouse_led_type 
+0x43fd 015760 branch ui_led_on_global 
+:      015761 mouse_low_voltage_led_off:
+0x43fe 015762 arg 0 ,rega 
+0x43ff 015763 jam ui_led_state_lighting ,mem_mouse_led_type 
+0x4400 015764 branch ui_led_off_global 
+:      015766 mouse_g24_package_data:
+0x4401 015767 call mouse_motion 
+0x4402 015768 nrtn user 
+0x4403 015769 arg 7 ,rega 
+0x4404 015770 arg mem_mouse_key ,regb 
+0x4405 015771 rtn 
+:      015773 mouse_g24_enter_lpm:
+0x4406 015774 fetch 1 ,mem_mouse_24g_enter_lpm_enable 
+0x4407 015775 rtn blank 
+0x4408 015777 fetcht 1 ,mem_dpi_button_gpio 
+0x4409 015778 call gpio_get_bit 
+0x440a 015779 call mouse_24g_dpi_delay_init ,true 
+0x440b 015780 fetch 1 ,mem_24g_enter_lpm_timer 
+0x440c 015781 nrtn blank 
+0x440d 015782 call mouse_check_key_gpio 
+0x440e 015783 nrtn blank 
+0x440f 015784 branch g24_lpm_long_sleep 
+:      015786 mouse_24g_dpi_delay_init:
+0x4410 015787 fetch 1 ,mem_dpi_button_gpio 
+0x4411 015788 rtneq ui_button_gpio_disable 
+0x4412 015789 jam 10 ,mem_24g_enter_lpm_timer 
+0x4413 015790 rtn 
+:      015793 mouse_load_flash_info_cheak:
+0x4414 015794 call mouse_load_flash_flag 
+0x4415 015795 fetch 2 ,mem_store_flag 
+0x4416 015796 arg eeprom_init_flag ,temp 
+0x4417 015797 isub temp ,null 
+0x4418 015798 branch mouse_load_flash_device_info ,zero 
+0x4419 015799 storet 2 ,mem_store_flag 
+0x441a 015800 call mouse_ble_init_address 
+0x441b 015801 branch mouse_store_flash_device_info 
+:      015802 mouse_ble_init_address:
+0x441c 015803 fetch 6 ,mem_le_lap 
+0x441d 015804 store 6 ,mem_device1_locall_addr 
+0x441e 015805 add pdata ,0x0100 ,pdata 
+0x441f 015806 store 6 ,mem_device2_locall_addr 
+0x4420 015807 add pdata ,0x0100 ,pdata 
+0x4421 015808 store 6 ,mem_device3_locall_addr 
+0x4422 015809 rtn 
+:      015812 mouse_load_flash_flag:
+0x4423 015813 setarg mem_store_flag 
+0x4424 015814 arg mem_mouse_information_start ,temp 
+0x4425 015815 isub temp ,temp 
+0x4426 015816 fetch 3 ,mem_flash_base 
+0x4427 015817 iadd temp ,pdata 
+0x4428 015818 arg 2 ,temp 
+0x4429 015819 arg mem_store_flag ,rega 
+0x442a 015820 branch spid_read_flash 
+:      015823 mouse_load_flash_device_info:
+0x442b 015824 setarg mem_mouse_information_end 
+0x442c 015825 arg mem_mouse_information_start ,temp 
+0x442d 015826 isub temp ,temp 
+0x442e 015827 fetch 3 ,mem_flash_base 
+0x442f 015828 arg mem_mouse_information_start ,rega 
+0x4430 015829 call spid_read_flash 
+0x4431 015830 call mouse_select_reconn_device 
+0x4432 015831 fetch 4 ,mem_mouse_24g_addr 
+0x4433 015832 call g24_head_ptr2regc 
+0x4434 015833 branch g24_store_mem_addr 
+:      015835 mouse_store_flash_device_info:
+0x4435 015836 setarg mem_mouse_information_end 
+0x4436 015837 arg mem_mouse_information_start ,temp 
+0x4437 015838 isub temp ,temp 
+0x4438 015839 arg mem_mouse_information_start ,rega 
+0x4439 015840 fetch 3 ,mem_flash_base 
+0x443a 015841 branch flash_write 
+:      015843 mouse_store_eerpom_dpi:
+0x443b 015844 arg 1 ,temp 
+0x443c 015845 arg mem_mouse_dpi ,rega 
+0x443d 015846 arg mouse_dpi_eeprom_offect ,regb 
+0x443e 015847 branch iicd_write_protect_eep_data 
+:      015849 mouse_load_eeprom_dpi:
+0x443f 015850 arg 1 ,temp 
+0x4440 015851 arg mem_mouse_dpi ,rega 
+0x4441 015852 arg mouse_dpi_eeprom_offect ,regb 
+0x4442 015853 branch iicd_read_eep_data 
+:      015855 mouse_statue_cheak_timer:
+0x4443 015856 rtnmark1 mark_24g 
+0x4444 015857 fetch mouse_flag_len ,mem_mouse_flag 
+0x4445 015858 rtnbit0 mouse_enable_statue_up 
+0x4446 015859 fetch 1 ,mem_mouse_1step_up_count 
+0x4447 015860 pincrease 1 
+0x4448 015861 and pdata ,0x07 ,pdata 
+0x4449 015862 store 1 ,mem_mouse_1step_up_count 
+0x444a 015863 rtnne 0x07 
+0x444b 015864 fetch 2 ,mem_ui_state_map 
+0x444c 015865 bbit1 ui_state_bt_connected ,mouse_check_statue_up 
+0x444d 015866 bbit1 ui_state_ble_connected ,mouse_check_statue_up 
+0x444e 015867 rtn 
+:      015872 mouse_check_statue_up:
+0x444f 015873 bpatch patch1d_6 ,mem_patch1d 
+0x4450 015874 fetch 1 ,mem_mouse_2step_up_count 
+0x4451 015875 nrtn blank 
+0x4452 015876 fetch mouse_flag_len ,mem_mouse_flag 
+0x4453 015877 rtnbit0 mouse_statue_up_flag 
+0x4454 015878 fetch 1 ,mem_sensor_squal_reg 
+0x4455 015879 call sensor_read 
+0x4456 015880 store 1 ,mem_sensor_iqc 
+0x4457 015881 sub pdata ,0x10 ,null 
+0x4458 015882 branch mouse_statue_up_timer_init ,positive 
+0x4459 015883 jam 0 ,mem_mouse_2step_up_count 
+0x445a 015884 rtn 
+:      015886 mouse_statue_up_timer_init:
+0x445b 015887 jam 30 ,mem_mouse_2step_up_count 
+0x445c 015888 rtn 
+:      015889 mouse_statue_up_timer:
+0x445d 015890 arg mem_mouse_2step_up_count ,regc 
+0x445e 015891 arg mouse_statue_up ,regb 
+0x445f 015892 branch timer_single_step 
+:      015894 mouse_statue_up:
+0x4460 015895 fetch 1 ,mem_sensor_squal_reg 
+0x4461 015896 call twspi_read 
+0x4462 015897 sub pdata ,0x10 ,null 
+0x4463 015898 nrtn positive 
+0x4464 015899 fetch mouse_flag_len ,mem_mouse_flag 
+0x4465 015900 rtnbit0 mouse_statue_up_flag 
+0x4466 015901 arg mouse_statue_up_flag ,queue 
+0x4467 015902 call mouse_disable_function_flag 
+0x4468 015903 jam 0 ,mem_lpm_mult 
+0x4469 015904 jam 30 ,mem_mouse_statue_led_timer 
+0x446a 015905 call mouse_devce_led_off 
+0x446b 015906 fetch mouse_flag_len ,mem_mouse_flag 
+0x446c 015907 bbit1 mouse_enable_statue_up_three_led ,mouse_three_device_statue_up 
+:      015908 mouse_two_device_statue_up:
+0x446d 015909 fetch 1 ,mem_device_flag 
+0x446e 015910 beq mode_bt_device1 ,mouse_device1_led_on 
+0x446f 015911 beq mode_bt_device2 ,mouse_device_blink_led_init 
+0x4470 015912 rtn 
+:      015913 mouse_three_device_statue_up:
+0x4471 015914 fetch 1 ,mem_device_flag 
+0x4472 015915 beq mode_bt_device1 ,mouse_device1_led_on 
+0x4473 015916 beq mode_bt_device2 ,mouse_device2_led_on 
+0x4474 015917 beq mode_bt_device3 ,mouse_device3_led_on 
+0x4475 015918 rtn 
+:      015920 mouse_device_blink_led_init:
+0x4476 015921 fetch 1 ,mem_config_device1_led_gpio 
+0x4477 015922 branch mouse_led_blink 
+:      015926 mouse_statue_led_off:
+0x4478 015927 jam 0x20 ,mem_lpm_mult 
+0x4479 015928 branch mouse_devce_led_off 
+:      015932 mouse_devce1_led_off:
+0x447a 015933 fetch 1 ,mem_config_device1_led_gpio 
+0x447b 015934 rtneq gpio_disable 
+0x447c 015935 store 1 ,mem_mouse_struct_led_gpio 
+0x447d 015936 branch mouse_led_off 
+:      015938 mouse_devce2_led_off:
+0x447e 015939 fetch 1 ,mem_config_device2_led_gpio 
+0x447f 015940 rtneq gpio_disable 
+0x4480 015941 store 1 ,mem_mouse_struct_led_gpio 
+0x4481 015942 branch mouse_led_off 
+:      015944 mouse_devce_led_off:
+0x4482 015945 call mouse_led_off 
+0x4483 015946 call mouse_devce1_led_off 
+0x4484 015947 call mouse_devce2_led_off 
+:      015948 mouse_devce3_led_off:
+0x4485 015949 fetch 1 ,mem_config_device3_led_gpio 
+0x4486 015950 rtneq gpio_disable 
+0x4487 015951 store 1 ,mem_mouse_struct_led_gpio 
+0x4488 015952 branch mouse_led_off 
+:      015954 mouse_device1_led_on:
+0x4489 015955 fetch 1 ,mem_config_device1_led_gpio 
+0x448a 015956 store 1 ,mem_mouse_struct_led_gpio 
+0x448b 015957 branch mouse_led_on 
+:      015958 mouse_device2_led_on:
+0x448c 015959 fetch 1 ,mem_config_device2_led_gpio 
+0x448d 015960 store 1 ,mem_mouse_struct_led_gpio 
+0x448e 015961 branch mouse_led_on 
+:      015962 mouse_device3_led_on:
+0x448f 015963 fetch 1 ,mem_config_device3_led_gpio 
+0x4490 015964 store 1 ,mem_mouse_struct_led_gpio 
+0x4491 015965 branch mouse_led_on 
+:      015969 mouse_polling_device:
+0x4492 015970 bpatch patch1d_7 ,mem_patch1d 
+0x4493 015971 fetch 1 ,mem_reconn_times 
+0x4494 015972 increase -1 ,pdata 
+0x4495 015973 store 1 ,mem_reconn_times 
+0x4496 015974 fetcht 1 ,mem_device_flag 
+0x4497 015975 increase 1 ,temp 
+0x4498 015976 fetch 1 ,mem_device_number 
+0x4499 015977 isub temp ,null 
+0x449a 015978 ncall mouse_select_device_count_clean ,positive 
+0x449b 015979 storet 1 ,mem_device_flag 
+0x449c 015980 jam 0 ,mem_link_key_exists 
+0x449d 015981 call mouse_store_device_number2eeprom 
+0x449e 015982 call mouse_before_store_reconn_info 
+0x449f 015983 branch mouse_check_reconn_target 
+:      015985 mouse_power_down:
+0x44a0 015986 call mouse_devce_led_off 
+0x44a1 015987 setarg 0 
+0x44a2 015988 store 8 ,mem_gpio_wakeup_low 
+0x44a3 015989 branch lpm_hibernate 
+:      016000 remote_car_init:
+0x44a4 016001 rtn wake 
+0x44a5 016002 hfetch 1 ,core_gpio_sel1 
+0x44a6 016003 and_into 0xf0 ,pdata 
+0x44a7 016004 hstore 1 ,core_gpio_sel1 
+0x44a8 016005 call keyscan_key_init 
+0x44a9 016006 setarg remote_car_le_before_hibernate 
+0x44aa 016007 store 2 ,mem_cb_before_hibernate 
+0x44ab 016009 setarg remote_car_process_lpm_before 
+0x44ac 016010 store 2 ,mem_cb_before_lpm 
+0x44ad 016012 setarg remote_car_scale_process_idle 
+0x44ae 016013 store 2 ,mem_cb_idle_process 
+0x44af 016015 setarg remote_car_scale_process_bb_event 
+0x44b0 016016 store 2 ,mem_cb_bb_event_process 
+0x44b1 016018 setarg app_get_lpm_wake_lock 
+0x44b2 016019 store 2 ,mem_cb_check_wakelock 
+0x44b3 016021 call g24_head_ptr2regc 
+0x44b4 016022 setarg remote_car_g24_package_data 
+0x44b5 016023 add regc ,offset_24g_cb_data ,contw 
+0x44b6 016024 istore 2 ,contw 
+0x44b7 016026 setarg remote_car_g24_enter_lpm 
+0x44b8 016027 add regc ,offset_24g_cb_lpm_prepare ,contw 
+0x44b9 016028 istore 2 ,contw 
+0x44ba 016030 setarg remote_car_process_lpm_before 
+0x44bb 016031 add regc ,offset_24g_cb_lpm_before ,contw 
+0x44bc 016032 istore 2 ,contw 
+0x44bd 016034 setarg remote_car_event_timer 
+0x44be 016035 store 2 ,mem_cb_event_timer 
+0x44bf 016037 setarg remote_car_power_off_signal 
+0x44c0 016038 store 2 ,mem_remote_car_power_off_cb 
+0x44c1 016040 setarg remote_car_soft_switch_power_on_signal 
+0x44c2 016041 store 2 ,mem_remote_car_power_standby_cb 
+0x44c3 016043 setarg remote_car_send_key_data 
+0x44c4 016044 store 2 ,mem_cb_remote_car_keyscan 
+0x44c5 016046 bpatch patch1e_0 ,mem_patch1e 
+0x44c6 016047 call remote_car_init_environment 
+0x44c7 016048 call queue_init 
+0x44c8 016049 jam 2 ,mem_lpm_mult 
+0x44c9 016050 fetch 1 ,mem_remote_car_config_soft_switch_enable 
+0x44ca 016051 store 1 ,mem_remote_car_hard_soft_switch 
+0x44cb 016052 beq hard_switch ,remote_car_hard_switch_power_on_signal 
+0x44cc 016053 fetch 1 ,mem_remote_car_config_soft_switch_gpio 
+0x44cd 016054 store 1 ,mem_ui_button_gpio 
+:      016055 remote_car_soft_switch_power_on_init:
+0x44ce 016056 call remote_car_ui_led_init 
+0x44cf 016057 call ui_button_init 
+0x44d0 016058 call ui_button_polling 
+0x44d1 016059 jam power_starting ,mem_remote_car_power_state 
+0x44d2 016060 fetch 2 ,mem_ui_state_map 
+0x44d3 016061 rtnbit1 ui_state_btn_down 
+0x44d4 016062 branch app_enter_hibernate 
+:      016066 remote_car_hard_switch_power_on_signal:
+0x44d5 016067 jam power_standby ,mem_remote_car_power_state 
+:      016068 remote_car_soft_switch_power_on_signal:
+0x44d6 016069 call remote_car_ui_led_init 
+0x44d7 016071 arg 0 ,rega 
+0x44d8 016072 call ui_led_blink_start_global 
+:      016073 remote_car_connect_24g_mode:
+0x44d9 016074 branch g24_auto_pair_start 
+:      016076 remote_car_power_off_signal:
+0x44da 016077 branch remote_car_ui_led_init 
+:      016079 remote_car_ui_led_init:
+0x44db 016080 bpatch patch1e_1 ,mem_patch1e 
+0x44dc 016081 fetch 1 ,mem_remote_car_config_connect_led_gpio 
+0x44dd 016082 bne invalid_pin_num ,remote_car_pairing_led_gpio_set 
+:      016083 remote_car_ui_led_init_1:
+0x44de 016084 fetcht 1 ,mem_remote_car_led_map 
+0x44df 016085 branch gpio_config_output 
+:      016086 remote_car_pairing_led_gpio_set:
+0x44e0 016087 store 1 ,mem_remote_car_led_map 
+0x44e1 016088 branch remote_car_ui_led_init_1 
+:      016091 remote_car_init_environment:
+0x44e2 016092 call g24_set_device_addr 
+0x44e3 016093 fetch 2 ,mem_remote_car_no_data_timeout 
+0x44e4 016094 store 2 ,mem_remote_car_no_data_timer 
+0x44e5 016095 branch remote_car_get_adc_default_data 
+:      016097 remote_car_le_before_hibernate:
+:      016102 remote_car_in_enter_hibernate:
+0x44e6 016103 call gpio_set_before_lpm_common 
+0x44e7 016104 call remote_car_process_lpm_before 
+0x44e8 016105 branch app_enter_hibernate 
+:      016107 remote_car_process_lpm_before:
+0x44e9 016108 branch keyscan_process_lpm_before 
+:      016110 remote_car_g24_enter_lpm:
+0x44ea 016111 fetch 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44eb 016112 rtn blank 
+0x44ec 016114 branch g24_lpm_long_sleep 
+:      016116 remote_car_process_auto_pair_exit:
+0x44ed 016117 rtn 
+:      016119 remote_car_key_scan_process:
+0x44ee 016120 branch keyscan_key_process 
+:      016122 remote_car_scale_process_idle:
+0x44ef 016123 call remote_car_rocker_process 
+0x44f0 016124 call remote_car_24g_status_process 
+0x44f1 016125 branch remote_car_key_scan_process 
+:      016127 remote_car_scale_process_bb_event:
+0x44f2 016128 copy regc ,pdata 
+0x44f3 016129 beq bt_evt_button_up ,app_event_button_up 
+0x44f4 016130 beq bt_evt_button_long_pressed ,app_button_long_pressed 
+0x44f5 016131 beq bt_evt_24g_pairing_complete ,remote_car_24g_pairing_complete 
+0x44f6 016132 beq bt_evt_24g_attempt_success ,remote_car_24g_attempt_success 
+0x44f7 016133 beq bt_evt_24g_attempt_fail ,remote_car_24g_attempt_fail 
+0x44f8 016134 rtn 
+:      016136 remote_car_24g_attempt_fail:
+0x44f9 016137 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44fa 016138 rtn 
+:      016140 remote_car_24g_pairing_complete:
+0x44fb 016141 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x44fc 016142 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x44fd 016143 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x44fe 016144 rtn 
+:      016146 remote_car_24g_attempt_success:
+0x44ff 016147 jam 1 ,mem_remote_car_24g_enter_lpm_enable 
+0x4500 016148 jam work_paired ,mem_remote_car_24g_auto_work_step 
+0x4501 016149 jam work_paired ,mem_remote_car_24g_pair_success_flag 
+0x4502 016150 rtn 
+:      016152 remote_car_24g_status_process:
+0x4503 016153 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x4504 016154 rtneq power_on 
+0x4505 016155 fetch 1 ,mem_remote_car_24g_status 
+0x4506 016156 rtneq work_paired 
+0x4507 016157 jam work_paired ,mem_remote_car_24g_status 
+:      016158 remote_car_scale_process_paired:
+0x4508 016159 arg 0 ,rega 
+0x4509 016160 branch ui_led_off_global 
+:      016161 remote_car_scale_process_shutdown:
+0x450a 016162 arg 0 ,rega 
+0x450b 016163 call ui_led_off_global 
+0x450c 016164 call remote_car_ui_led_init 
+0x450d 016165 branch app_enter_hibernate 
+:      016167 remote_car_event_timer:
+0x450e 016168 call app_power_timer 
+0x450f 016169 branch remote_car_no_data_timer 
+:      016171 remote_car_no_data_timer:
+0x4510 016172 fetch 1 ,mem_remote_car_config_timeout_shutdown_enable 
+0x4511 016173 rtn blank 
+0x4512 016174 arg mem_remote_car_no_data_timer ,regc 
+0x4513 016175 arg remote_car_scale_process_shutdown ,regb 
+0x4514 016176 branch timer_single_step_2b 
+:      016179 remote_car_get_adc_default_data:
+0x4515 016180 call remote_car_rocker_get_x 
+0x4516 016181 storet 2 ,mem_current_vdd_value_default_mid_x 
+0x4517 016182 call remote_car_rocker_get_y 
+0x4518 016183 storet 2 ,mem_current_vdd_value_default_mid_y 
+0x4519 016184 rtn 
+:      016185 remote_car_rocker_data_get:
+:      016186 remote_car_rocker_get_x:
+0x451a 016187 fetch 2 ,mem_current_vdd_value_default_mid_x 
+0x451b 016188 store 2 ,mem_current_vdd_value_default_mid_temp 
+0x451c 016189 call remote_car_get_adc_from_gpio6 
+0x451d 016190 call remote_car_rocker_get_value 
+0x451e 016191 store 1 ,mem_rocker_status 
+:      016192 remote_car_rocker_get_y:
+0x451f 016193 fetch 2 ,mem_current_vdd_value_default_mid_y 
+0x4520 016194 store 2 ,mem_current_vdd_value_default_mid_temp 
+0x4521 016195 call remote_car_get_adc_from_gpio7 
+0x4522 016196 call remote_car_rocker_get_value 
+0x4523 016197 store 1 ,mem_rocker_status + 1 
+0x4524 016198 rtn 
+:      016199 remote_car_rocker_get_value:
+0x4525 016200 fetch 2 ,mem_current_vdd_default_range 
+0x4526 016201 copy pdata ,rega 
+0x4527 016202 fetch 2 ,mem_current_vdd_value_default_mid_temp 
+0x4528 016203 call remote_car_rocker_mid_value_adjust 
+0x4529 016204 fetch 1 ,mem_rocker_work_status 
+0x452a 016205 nbranch remote_car_rocker_translate_key ,blank 
+0x452b 016206 nrtn positive 
+0x452c 016207 fetcht 2 ,mem_current_vdd_value_default_mid_temp 
+0x452d 016208 rtn 
+:      016209 remote_car_rocker_mid_value_adjust:
+0x452e 016210 isub temp ,pdata 
+0x452f 016211 branch remote_car_rocker_mid_adjust_positive ,positive 
+0x4530 016212 sub pdata ,0 ,pdata 
+0x4531 016213 jam 1 ,mem_rocker_negative_flag 
+0x4532 016214 isub rega ,null 
+0x4533 016215 rtn 
+:      016216 remote_car_rocker_mid_adjust_positive:
+0x4534 016217 jam 0 ,mem_rocker_negative_flag 
+0x4535 016218 isub rega ,null 
+0x4536 016219 rtn 
+:      016220 remote_car_rocker_translate_key:
+0x4537 016221 nbranch remote_car_rocker_middle_key ,positive 
+0x4538 016222 fetch 1 ,mem_rocker_negative_flag 
+0x4539 016223 nbranch remote_car_rocker_negative_key ,blank 
+:      016224 remote_car_rocker_positive_key:
+0x453a 016225 setarg rocker_positive_key 
+0x453b 016226 rtn 
+:      016227 remote_car_rocker_negative_key:
+0x453c 016228 setarg rocker_negative_key 
+0x453d 016229 rtn 
+:      016230 remote_car_rocker_middle_key:
+0x453e 016231 setarg rocker_middle_key 
+0x453f 016232 rtn 
+:      016233 remote_car_get_adc_from_gpio6:
+0x4540 016234 jam 0x33 ,mem_adc_channel 
+0x4541 016235 branch adc_set_mode 
+:      016236 remote_car_get_adc_from_gpio7:
+0x4542 016237 jam 0x34 ,mem_adc_channel 
+0x4543 016238 branch adc_set_mode 
+:      016241 remote_car_rocker_process:
+0x4544 016242 fetch 1 ,mem_remote_car_config_check_way 
+0x4545 016243 rtnne car_remote_check_rocker 
+:      016244 remote_car_read_rocker_check_start:
+0x4546 016245 bpatch patch1e_2 ,mem_patch1e 
+0x4547 016246 jam 1 ,mem_rocker_work_status 
+0x4548 016247 call remote_car_rocker_data_get 
+0x4549 016248 fetch 2 ,mem_rocker_status 
+0x454a 016249 fetcht 2 ,mem_rocker_last_status 
+0x454b 016250 isub temp ,null 
+0x454c 016251 rtn zero 
+0x454d 016252 store 2 ,mem_rocker_last_status 
+0x454e 016253 call remote_car_rocker_x_to_key 
+0x454f 016254 branch remote_car_rocker_y_to_key 
+:      016256 remote_car_rocker_x_to_key:
+0x4550 016257 fetch 1 ,mem_rocker_x_status 
+0x4551 016258 branch rocker_to_queue_set_0 ,blank 
+0x4552 016259 increase -1 ,pdata 
+0x4553 016260 branch remote_car_rocker_to_key 
+:      016261 remote_car_rocker_y_to_key:
+0x4554 016262 fetch 1 ,mem_rocker_y_status 
+0x4555 016263 branch rocker_to_queue_set_2 ,blank 
+0x4556 016264 increase 1 ,pdata 
+:      016265 remote_car_rocker_to_key:
+0x4557 016266 copy pdata ,queue 
+0x4558 016267 arg 1 ,rega 
+0x4559 016268 branch remote_car_send_key_data 
+:      016270 rocker_to_queue_set_0:
+0x455a 016271 arg 0 ,queue 
+0x455b 016272 arg 0 ,rega 
+0x455c 016273 branch remote_car_send_key_data 
+:      016274 rocker_to_queue_set_2:
+0x455d 016275 arg 2 ,queue 
+0x455e 016276 arg 0 ,rega 
+0x455f 016277 branch remote_car_send_key_data 
+:      016279 remote_car_send_key_data:
+0x4560 016280 copy rega ,pdata 
+0x4561 016281 store 1 ,mem_remote_key_status 
+0x4562 016282 fetch 1 ,mem_remote_car_24g_auto_work_step 
+0x4563 016283 beq power_on ,g24_auto_pair_start 
+0x4564 016284 fetch 2 ,mem_remote_car_no_data_timeout 
+0x4565 016285 store 2 ,mem_remote_car_no_data_timer 
+0x4566 016286 fetch 1 ,mem_remote_key_status 
+0x4567 016287 branch remote_car_key_is_release ,blank 
+:      016288 remote_car_key_is_press:
+0x4568 016289 bpatch patch1e_3 ,mem_patch1e 
+0x4569 016290 arg 0 ,rega 
+0x456a 016291 call ui_led_on_global 
+:      016292 remote_car_attack_key_press:
+0x456b 016293 copy queue ,pdata 
+0x456c 016294 beq 4 ,remote_car_send_attack_key4_press 
+0x456d 016295 beq 5 ,remote_car_send_attack_key5_press 
+0x456e 016296 beq 6 ,remote_car_send_fire_key6_press 
+:      016299 remote_car_motor_key_press:
+0x456f 016300 call remote_car_device_layout_select 
+0x4570 016301 beq control_f_b_ten ,remote_car_single_motor_key_is_press 
+0x4571 016302 beq control_l_r_ten ,remote_car_double_motor_key_press 
+0x4572 016303 beq control_l_r_lr ,remote_car_single_motor_key_is_press 
+0x4573 016304 rtn 
+:      016306 remote_car_single_motor_key_is_press:
+0x4574 016307 copy queue ,pdata 
+0x4575 016308 beq 0 ,remote_car_send_motor1_key0_press 
+0x4576 016309 beq 1 ,remote_car_send_motor1_key1_press 
+0x4577 016310 beq 2 ,remote_car_send_motor2_key2_press 
+0x4578 016311 beq 3 ,remote_car_send_motor2_key3_press 
+0x4579 016312 rtn 
+:      016314 remote_car_double_motor_key_press:
+0x457a 016315 copy queue ,pdata 
+0x457b 016316 beq 0 ,remote_car_send_double_motor_key0_press 
+0x457c 016317 beq 1 ,remote_car_send_double_motor_key1_press 
+0x457d 016318 beq 2 ,remote_car_send_double_motor_key2_press 
+0x457e 016319 beq 3 ,remote_car_send_double_motor_key3_press 
+0x457f 016320 rtn 
+:      016322 remote_car_key_is_release:
+0x4580 016323 bpatch patch1e_4 ,mem_patch1e 
+0x4581 016324 arg 0 ,rega 
+0x4582 016325 call ui_led_off_global 
+:      016326 remote_car_attack_key_release:
+0x4583 016327 copy queue ,pdata 
+0x4584 016328 beq 4 ,remote_car_send_attack_key4_rel 
+0x4585 016329 beq 5 ,remote_car_send_attack_key5_rel 
+:      016332 remote_car_motor_key_release:
+0x4586 016333 call remote_car_device_layout_select 
+0x4587 016334 beq control_f_b_ten ,remote_car_single_motor_key_rel 
+0x4588 016335 beq control_l_r_ten ,remote_car_double_motor_key_rel 
+0x4589 016336 beq control_l_r_lr ,remote_car_single_motor_key_rel 
+0x458a 016337 rtn 
+:      016339 remote_car_device_layout_select:
+0x458b 016340 fetch 1 ,mem_remote_car_config_layout 
+0x458c 016341 fetcht 1 ,mem_remote_car_config_key_map 
+0x458d 016342 ior temp ,pdata 
+0x458e 016343 rtn 
+:      016346 remote_car_send_motor1_key0_press:
+0x458f 016347 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x4590 016348 branch remote_car_send_key 
+:      016349 remote_car_send_motor1_key1_press:
+0x4591 016350 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x4592 016351 branch remote_car_send_key 
+:      016352 remote_car_send_motor2_key2_press:
+0x4593 016353 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x4594 016354 branch remote_car_send_key 
+:      016355 remote_car_send_motor2_key3_press:
+0x4595 016356 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x4596 016357 branch remote_car_send_key 
+:      016360 remote_car_send_double_motor_key0_press:
+0x4597 016361 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x4598 016362 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x4599 016363 branch remote_car_send_key 
+:      016364 remote_car_send_double_motor_key1_press:
+0x459a 016365 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x459b 016366 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x459c 016367 branch remote_car_send_key 
+:      016368 remote_car_send_double_motor_key2_press:
+0x459d 016369 jam motor_negative ,mem_remote_car_24g_motor1_payload 
+0x459e 016370 jam motor_positive ,mem_remote_car_24g_motor2_payload 
+0x459f 016371 branch remote_car_send_key 
+:      016372 remote_car_send_double_motor_key3_press:
+0x45a0 016373 jam motor_positive ,mem_remote_car_24g_motor1_payload 
+0x45a1 016374 jam motor_negative ,mem_remote_car_24g_motor2_payload 
+0x45a2 016375 branch remote_car_send_key 
+:      016378 remote_car_send_attack_key4_press:
+0x45a3 016379 jam motor_positive ,mem_remote_car_24g_motor3_payload 
+0x45a4 016380 branch remote_car_send_key 
+:      016381 remote_car_send_attack_key5_press:
+0x45a5 016382 jam motor_negative ,mem_remote_car_24g_motor3_payload 
+0x45a6 016383 branch remote_car_send_key 
+:      016385 remote_car_send_fire_key6_press:
+0x45a7 016386 jam 0x01 ,mem_remote_car_24g_fire_send_payload 
+0x45a8 016387 branch remote_car_send_attack 
+:      016389 remote_car_single_motor_key_rel:
+0x45a9 016390 copy queue ,pdata 
+0x45aa 016391 beq 0 ,remote_car_send_motor1_key0_rel 
+0x45ab 016392 beq 1 ,remote_car_send_motor1_key1_rel 
+0x45ac 016393 beq 2 ,remote_car_send_motor2_key2_rel 
+0x45ad 016394 beq 3 ,remote_car_send_motor2_key3_rel 
+0x45ae 016395 rtn 
+:      016397 remote_car_double_motor_key_rel:
+0x45af 016398 copy queue ,pdata 
+0x45b0 016399 beq 0 ,remote_car_send_double_motor_key0_rel 
+0x45b1 016400 beq 1 ,remote_car_send_double_motor_key1_rel 
+0x45b2 016401 beq 2 ,remote_car_send_double_motor_key2_rel 
+0x45b3 016402 beq 3 ,remote_car_send_double_motor_key3_rel 
+0x45b4 016403 rtn 
+:      016405 remote_car_send_motor1_key0_rel:
+:      016406 remote_car_send_motor1_key1_rel:
+0x45b5 016407 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x45b6 016408 branch remote_car_send_key 
+:      016409 remote_car_send_motor2_key2_rel:
+:      016410 remote_car_send_motor2_key3_rel:
+0x45b7 016411 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x45b8 016412 branch remote_car_send_key 
+:      016414 remote_car_send_double_motor_key0_rel:
+:      016415 remote_car_send_double_motor_key1_rel:
+:      016416 remote_car_send_double_motor_key2_rel:
+:      016417 remote_car_send_double_motor_key3_rel:
+0x45b9 016418 jam motor_stop ,mem_remote_car_24g_motor1_payload 
+0x45ba 016419 jam motor_stop ,mem_remote_car_24g_motor2_payload 
+0x45bb 016420 branch remote_car_send_key 
+:      016422 remote_car_send_attack_key4_rel:
+:      016423 remote_car_send_attack_key5_rel:
+0x45bc 016424 jam motor_stop ,mem_remote_car_24g_motor3_payload 
+0x45bd 016425 branch remote_car_send_key 
+:      016427 remote_car_send_key:
+0x45be 016428 arg mem_remote_car_24g_motor_packet ,rega 
+0x45bf 016429 branch queue_push 
+:      016430 remote_car_send_attack:
+0x45c0 016431 arg mem_remote_car_24g_fire_packet ,rega 
+0x45c1 016432 branch queue_push 
+:      016434 remote_car_g24_package_data:
+0x45c2 016435 fetch 1 ,mem_remote_car_24g_pair_success_flag 
+0x45c3 016436 beq work_paired ,remote_car_g24_send_empty 
+0x45c4 016437 arg mem_remote_car_24g_tx_temp ,rega 
+0x45c5 016438 call queue_pop 
+0x45c6 016439 nbranch remote_car_moto_data ,user 
+:      016440 remote_car_g24_package_data_continue:
+0x45c7 016441 arg mem_remote_car_24g_tx_temp ,contr 
+0x45c8 016442 ifetch 1 ,contr 
+0x45c9 016443 copy pdata ,rega 
+0x45ca 016444 arg mem_remote_car_24g_tx_temp + 1 ,regb 
+0x45cb 016447 rtn 
+:      016449 remote_car_g24_send_empty:
+0x45cc 016450 jam 0 ,mem_remote_car_24g_pair_success_flag 
+0x45cd 016451 enable user 
+0x45ce 016452 arg 1 ,rega 
+0x45cf 016453 arg mem_remote_car_empty_packet ,regb 
+0x45d0 016454 rtn 
+:      016456 remote_car_moto_data:
+0x45d1 016457 fetch 1 ,mem_remote_car_24g_tx_temp + 3 
+0x45d2 016458 beq car_cmd_l_r_motor_control ,remote_car_moto_data_next 
+0x45d3 016459 beq car_cmd_f_b_motor_control ,remote_car_moto_data_next 
+0x45d4 016460 rtn 
+:      016461 remote_car_moto_data_next:
+0x45d5 016462 fetch 1 ,mem_remote_car_24g_tx_temp + 6 
+0x45d6 016463 nbranch remote_car_moto_data_enable_user ,blank 
+0x45d7 016464 fetch 1 ,mem_remote_car_24g_tx_temp + 8 
+0x45d8 016465 nbranch remote_car_moto_data_enable_user ,blank 
+0x45d9 016466 fetch 1 ,mem_remote_car_24g_tx_temp + 10 
+0x45da 016467 nbranch remote_car_moto_data_enable_user ,blank 
+0x45db 016468 rtn 
+:      016469 remote_car_moto_data_enable_user:
+0x45dc 016470 enable user 
+0x45dd 016471 branch remote_car_g24_package_data_continue 
+:      016479 shutter_init:
+0x45de 016480 rtn wake 
+0x45df 016481 hfetch 1 ,core_gpio_sel1 
+0x45e0 016482 and_into 0xfc ,pdata 
+0x45e1 016483 hstore 1 ,core_gpio_sel1 
+0x45e2 016484 setarg shutter_le_before_hibernate 
+0x45e3 016485 store 2 ,mem_cb_before_hibernate 
+0x45e4 016487 setarg shutter_process_lpm_before 
+0x45e5 016488 store 2 ,mem_cb_before_lpm 
+0x45e6 016490 setarg app_enter_hibernate 
+0x45e7 016491 store 2 ,mem_cb_discovry_timeout 
+0x45e8 016493 setarg shutter_process_idle 
+0x45e9 016494 store 2 ,mem_cb_idle_process 
+0x45ea 016496 setarg shutter_process_bb_event 
+0x45eb 016497 store 2 ,mem_cb_bb_event_process 
+0x45ec 016499 setarg shutter_le_scale_lpm_lock 
+0x45ed 016500 store 2 ,mem_cb_check_wakelock 
+0x45ee 016502 setarg ble_shutter_receive_data 
+0x45ef 016503 store 2 ,mem_cb_att_write 
+0x45f0 016505 setarg shutter_le_bb_event_timer 
+0x45f1 016506 store 2 ,mem_cb_event_timer 
+0x45f2 016508 setarg shutter_key_change 
+0x45f3 016509 store 2 ,mem_cb_shutter_keycan 
+0x45f4 016511 setarg shutter_soft_swtich_power_on 
+0x45f5 016512 store 2 ,mem_shutter_soft_switch_poweron_callback_function 
+0x45f6 016513 setarg shutter_soft_swtich_power_off 
+0x45f7 016514 store 2 ,mem_shutter_soft_switch_poweroff_callback_function 
+0x45f8 016516 call le_modified_name 
+0x45f9 016517 call shutter_load_bluetooth_config_by_user_config 
+0x45fa 016518 call shutter_init_bluetooth_config 
+0x45fb 016519 call shutter_init_param 
+0x45fc 016520 call keyscan_key_init 
+0x45fd 016521 call shutter_load_buffer_config_form_datarom 
+0x45fe 016522 call queue_init 
+0x45ff 016523 call ui_led_init_global 
+0x4600 016524 call shutter_load_bluetooth_config 
+0x4601 016525 call shutter_load_bluetooth_config_by_eeprom 
+0x4602 016527 bpatch patch1e_5 ,mem_patch1e 
+0x4603 016528 call classic_shutter_load_reconn_info 
+0x4604 016529 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x4605 016530 beq hard_switch ,shutter_hart_swtich_power_on 
+0x4606 016531 fetch 1 ,mem_shutter_soft_switch_button_gpio 
+0x4607 016532 store 1 ,mem_ui_button_gpio 
+0x4608 016533 branch ui_soft_swtich_init 
+:      016536 shutter_hart_swtich_power_on:
+0x4609 016537 jam ui_button_gpio_disable ,mem_ui_button_gpio 
+0x460a 016538 jam ss_state_power_on ,mem_shutter_soft_switch_power_state 
+0x460b 016539 branch shutter_start_reconnect 
+:      016543 shutter_le_scale_lpm_lock:
+0x460c 016544 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x460d 016545 beq ss_state_power_off ,app_get_lpm_wake_lock 
+0x460e 016546 call l2cap_malloc_get_full_map 
+0x460f 016547 fetch 1 ,mem_used_map 
+0x4610 016548 nbranch app_get_lpm_wake_lock ,blank 
+0x4611 016549 branch app_put_lpm_wake_lock 
+:      016553 shutter_process_bb_event:
+0x4612 016554 copy regc ,pdata 
+0x4613 016556 beq bt_evt_bb_connected ,classic_shutter_process_baseband_connect 
+0x4614 016557 beq bt_evt_bb_disconnected ,classic_shutter_process_baseband_disconnect 
+0x4615 016558 beq bt_evt_reconn_failed ,classic_shutter_process_reconnect_failed 
+0x4616 016559 beq bt_evt_setup_complete ,classic_shutter_process_setup_complete 
+0x4617 016560 beq bt_evt_hid_connected ,classic_shutter_process_hid_connect 
+0x4618 016561 beq bt_evt_hid_disconnected ,classic_shutter_process_hid_disconnect 
+0x4619 016562 beq bt_evt_hid_handshake ,classic_shutter_process_hid_handshake 
+0x461a 016563 beq bt_evt_reconn_page_timeout ,classic_shutter_process_reconnect_page_timeout 
+0x461b 016564 beq bt_evt_virtual_cable_unplug ,classic_shutter_process_virtual_cable_unplug 
+0x461c 016565 beq bt_evt_remote_unsniff ,classic_shutter_process_remote_unsniff 
+0x461d 016566 beq bt_evt_store_nvram ,classic_shutter_process_store_reconnect_information 
+0x461e 016568 beq bt_evt_le_connected ,ble_shutter_process_baseband_connect 
+0x461f 016569 beq bt_evt_le_disconnected ,ble_shutter_process_baseband_disconnect 
+0x4620 016570 beq bt_evt_le_reconnect_complete ,ble_shutter_process_reconnect_complete 
+0x4621 016571 beq bt_evt_le_parse_conn_papa_update_rsp ,ble_shutter_process_parse_connect_parameter_update_response 
+0x4622 016573 beq bt_evt_button_long_pressed ,shutter_process_soft_swtich_button_long_press 
+0x4623 016574 beq bt_evt_button_down ,shutter_process_soft_swtich_button_down 
+0x4624 016575 beq bt_evt_button_up ,shutter_process_soft_swtich_button_up 
+0x4625 016576 rtn 
+:      016581 classic_shutter_process_baseband_connect:
+0x4626 016582 jam 0 ,mem_classic_shutter_hid_disconn_count 
+0x4627 016583 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x4628 016584 rtn 
+:      016587 classic_shutter_process_baseband_disconnect:
+0x4629 016588 call classic_shutter_disconnect_clear_flag 
+0x462a 016589 branch classic_shutter_process_reconnect_failed 
+:      016591 classic_shutter_disconnect_clear_flag:
+0x462b 016592 jam app_handshake_null ,mem_app_handshake_flag 
+0x462c 016593 jam 0 ,mem_hid_handshake_timer_count 
+0x462d 016594 jam 0 ,mem_unsniff2sniff_timer_count 
+0x462e 016595 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x462f 016596 jam 0 ,mem_classic_shutter_hid_disconn_count 
+0x4630 016597 branch queue_init 
+:      016600 classic_shutter_process_reconnect_failed:
+0x4631 016601 call app_disconn_reason_clear 
+0x4632 016602 branch shutter_start_bluetooth_discovery 
+:      016605 classic_shutter_process_setup_complete:
+0x4633 016606 call shutter_stop_bluetooth_discovery 
+0x4634 016607 branch app_led_stop_blink 
+:      016610 classic_shutter_process_hid_connect:
+0x4635 016611 setarg hid_handshake_timeout 
+0x4636 016612 store 1 ,mem_hid_handshake_timer_count 
+0x4637 016613 rtn 
+:      016616 classic_shutter_process_hid_disconnect:
+0x4638 016617 jam 0 ,mem_classic_shutter_cable_unplug_conut 
+0x4639 016618 setarg flag_shutter_hid_disconn_timeout 
+0x463a 016619 store 1 ,mem_classic_shutter_hid_disconn_count 
+0x463b 016620 rtn 
+:      016623 classic_shutter_process_hid_handshake:
+0x463c 016624 fetch 1 ,mem_app_handshake_flag 
+0x463d 016625 rtneq app_handshake_done 
+0x463e 016626 jam app_handshake_done ,mem_app_handshake_flag 
+0x463f 016627 call app_lpm_mult_enable 
+0x4640 016628 call app_store_reconn_info 
+0x4641 016629 call shutter_stop_bluetooth_discovery 
+0x4642 016630 call app_led_off 
+0x4643 016631 branch app_bt_enter_sniff 
+:      016634 classic_shutter_process_reconnect_page_timeout:
+0x4644 016635 branch classic_shutter_process_reconnect_failed 
+:      016638 classic_shutter_process_virtual_cable_unplug:
+0x4645 016639 setarg flag_shutter_cable_unplug_timeout 
+0x4646 016640 store 1 ,mem_classic_shutter_cable_unplug_conut 
+0x4647 016641 rtn 
+:      016644 classic_shutter_process_remote_unsniff:
+0x4648 016645 branch app_start_auto_sniff 
+:      016649 classic_shutter_process_store_reconnect_information:
+0x4649 016650 arg nvram_eeprom_offset ,regb 
+0x464a 016651 fetch 1 ,mem_nv_data_number 
+0x464b 016652 mul32 pdata ,34 ,temp 
+0x464c 016653 fetch 2 ,mem_nv_data_ptr 
+0x464d 016654 copy pdata ,rega 
+0x464e 016655 branch iicd_write_eep_data 
+:      016657 classic_shutter_load_reconn_info:
+0x464f 016658 arg nvram_eeprom_offset ,regb 
+0x4650 016659 fetch 1 ,mem_shutter_bluetooth_type 
+0x4651 016660 rtnbit0 classic_shutter 
+0x4652 016661 fetch 1 ,mem_nv_data_number 
+0x4653 016662 rtn blank 
+0x4654 016663 mul32 pdata ,34 ,temp 
+0x4655 016664 fetch 2 ,mem_nv_data_ptr 
+0x4656 016665 copy pdata ,rega 
+0x4657 016666 branch iicd_read_eep_data 
+:      016670 ble_shutter_process_baseband_connect:
+0x4658 016671 call shutter_stop_bluetooth_discovery 
+0x4659 016672 setarg 0 
+0x465a 016673 store 2 ,mem_ble_shutter_reconn_timer 
+0x465b 016674 branch app_led_off 
+:      016677 ble_shutter_process_baseband_disconnect:
+0x465c 016678 call queue_init 
+0x465d 016679 jam 0 ,mem_ble_shutter_enable_notify 
+0x465e 016680 branch shutter_start_reconnect 
+:      016683 ble_shutter_process_reconnect_complete:
+0x465f 016684 call queue_init 
+0x4660 016685 jam 1 ,mem_ble_shutter_enable_notify 
+0x4661 016686 fetch 8 ,mem_ble_shutter_interval_min 
+0x4662 016687 store 8 ,mem_le_interval_min 
+0x4663 016688 call app_lpm_mult_enable 
+0x4664 016689 branch le_l2cap_tx_update_req 
+:      016692 ble_shutter_process_parse_connect_parameter_update_response:
+0x4665 016693 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x4666 016694 rtneq ble_signaling_connect_parameter_update_accepted 
+0x4667 016695 fetch 8 ,mem_ble_shutter_interval_min_new 
+0x4668 016696 rtn blank 
+0x4669 016697 store 8 ,mem_le_interval_min 
+0x466a 016698 branch le_l2cap_tx_update_req 
+:      016702 shutter_process_soft_swtich_button_long_press:
+0x466b 016703 branch ui_soft_switch_botton_long_press 
+:      016705 shutter_process_soft_swtich_button_down:
+0x466c 016706 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x466d 016707 rtneq hard_switch 
+0x466e 016708 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x466f 016709 rtnne ss_state_power_on 
+0x4670 016710 call shutter_store_currenct_led_state 
+0x4671 016711 branch app_led_on 
+:      016713 shutter_store_currenct_led_state:
+0x4672 016714 jam 1 ,mem_shutter_soft_swtich_botton_down 
+0x4673 016715 arg 11 ,loopcnt 
+0x4674 016716 arg mem_shutter_soft_swtich_led_struct_temp ,contw 
+0x4675 016717 arg mem_shutter_led_struct_app_led ,contr 
+0x4676 016718 branch memcpy 
+:      016720 shutter_process_soft_swtich_button_up:
+0x4677 016721 fetch 1 ,mem_shutter_hard_soft_switch_case 
+0x4678 016722 rtneq hard_switch 
+0x4679 016723 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x467a 016724 beq ss_state_power_on ,shutter_load_currenct_led_state 
+0x467b 016725 branch ui_soft_switch_botton_up 
+:      016727 shutter_load_currenct_led_state:
+0x467c 016728 fetch 1 ,mem_shutter_soft_swtich_botton_down 
+0x467d 016729 rtnne 1 
+0x467e 016730 jam 0 ,mem_shutter_soft_swtich_botton_down 
+0x467f 016731 fetch 2 ,mem_ui_state_map 
+0x4680 016732 bbit1 ui_state_bt_connected ,app_led_off 
+0x4681 016733 bbit1 ui_state_ble_connected ,app_led_off 
+0x4682 016734 arg 11 ,loopcnt 
+0x4683 016735 arg mem_shutter_soft_swtich_led_struct_temp ,contr 
+0x4684 016736 arg mem_shutter_led_struct_app_led ,contw 
+0x4685 016737 branch memcpy 
+:      016742 shutter_le_bb_event_timer:
+0x4686 016744 call shutter_check_sleep_timer 
+0x4687 016747 call shutter_check_power_off_timer 
+0x4688 016750 call classic_shutter_check_unplug_timer 
+0x4689 016751 call classic_shutter_hid_handshake_timer 
+0x468a 016752 call classic_shutter_hid_disconn_timer 
+0x468b 016755 branch ble_shutter_reconn_timer 
+:      016759 shutter_check_sleep_timer:
+0x468c 016760 arg mem_shutter_sleep_timer ,regc 
+0x468d 016761 arg shutter_sleep_timeout ,regb 
+0x468e 016762 branch timer_single_step_2b 
+:      016763 shutter_sleep_timeout:
+0x468f 016764 jam ss_state_power_off ,mem_shutter_soft_switch_power_state 
+0x4690 016765 call app_led_off 
+0x4691 016766 call shutter_disconnect_current_connection 
+0x4692 016767 branch shutter_wait_power_off 
+:      016770 shutter_check_power_off_timer:
+0x4693 016771 arg mem_shutter_power_off_timer ,regc 
+0x4694 016772 arg shutter_check_power_off_timeout ,regb 
+0x4695 016773 branch timer_single_step 
+:      016775 shutter_check_power_off_timeout:
+0x4696 016776 fetch 2 ,mem_ui_state_map 
+0x4697 016777 bbit1 ui_state_ble_connected ,shutter_wait_power_off 
+0x4698 016778 bbit1 ui_state_bt_connected ,shutter_wait_power_off 
+0x4699 016779 fetch 1 ,mem_shutter_led_struct_app_led_type 
+0x469a 016780 beq ui_led_state_blink_start ,shutter_wait_power_off 
+0x469b 016781 beq ui_led_state_blink_lighting ,shutter_wait_power_off 
+0x469c 016782 beq ui_led_state_blink_darking ,shutter_wait_power_off 
+0x469d 016783 branch app_enter_hibernate 
+:      016787 classic_shutter_check_unplug_timer:
+0x469e 016788 arg mem_classic_shutter_cable_unplug_conut ,regc 
+0x469f 016789 arg classic_shutter_unplug_timeout ,regb 
+0x46a0 016790 branch timer_single_step 
+:      016792 classic_shutter_unplug_timeout:
+0x46a1 016793 fetch 1 ,mem_control_tasks 
+0x46a2 016794 set1 l2cap_disconnect_interrupt ,pdata 
+0x46a3 016795 set1 l2cap_disconnect_control ,pdata 
+0x46a4 016796 store 1 ,mem_control_tasks 
+0x46a5 016797 rtn 
+:      016799 classic_shutter_hid_handshake_timer:
+0x46a6 016800 arg mem_hid_handshake_timer_count ,regc 
+0x46a7 016801 arg classic_shutter_process_hid_handshake ,regb 
+0x46a8 016802 branch timer_single_step 
+:      016804 classic_shutter_hid_disconn_timer:
+0x46a9 016805 arg mem_classic_shutter_hid_disconn_count ,regc 
+0x46aa 016806 arg app_bt_disconnect ,regb 
+0x46ab 016807 branch timer_single_step 
+:      016812 ble_shutter_reconn_timer:
+0x46ac 016813 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46ad 016814 rtnne ss_state_power_on 
+0x46ae 016815 arg mem_ble_shutter_reconn_timer ,regc 
+0x46af 016816 arg shutter_start_bluetooth_discovery ,regb 
+0x46b0 016817 branch timer_single_step_2b 
+:      016820 shutter_process_idle:
+0x46b1 016821 call shutter_send_data_to_master 
+0x46b2 016822 branch keyscan_key_process 
+:      016825 shutter_process_lpm_before:
+0x46b3 016826 branch keyscan_process_lpm_before 
+:      016828 shutter_le_before_hibernate:
+0x46b4 016829 call gpio_set_before_lpm_common 
+0x46b5 016830 branch shutter_process_lpm_before 
+:      016836 shutter_stop_bluetooth_discovery:
+0x46b6 016837 fetch 1 ,mem_shutter_bluetooth_type 
+0x46b7 016838 bbit1 classic_shutter ,classic_shutter_stop_bluetooth_discovery 
+0x46b8 016839 bbit1 ble_shutter ,ble_shutter_stop_bluetooth_discovery 
+0x46b9 016840 rtn 
+:      016842 ble_shutter_stop_bluetooth_discovery:
+0x46ba 016843 fetch 2 ,mem_ble_shutter_connect_timeout 
+0x46bb 016844 store 2 ,mem_shutter_sleep_timeout 
+0x46bc 016845 store 2 ,mem_shutter_sleep_timer 
+0x46bd 016846 branch app_ble_stop_adv 
+:      016848 classic_shutter_stop_bluetooth_discovery:
+0x46be 016849 fetch 2 ,mem_classic_shutter_connect_timeout 
+0x46bf 016850 store 2 ,mem_shutter_sleep_timeout 
+0x46c0 016851 store 2 ,mem_shutter_sleep_timer 
+0x46c1 016852 branch app_bt_stop_discovery 
+:      016854 shutter_start_bluetooth_discovery:
+0x46c2 016855 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46c3 016856 rtnne ss_state_power_on 
+0x46c4 016857 fetch 1 ,mem_shutter_bluetooth_type 
+0x46c5 016858 bbit1 classic_shutter ,classic_shutter_start_discovery 
+0x46c6 016859 bbit1 ble_shutter ,ble_shutter_start_discovery 
+0x46c7 016860 rtn 
+:      016862 classic_shutter_start_discovery:
+0x46c8 016863 fetch 2 ,mem_classic_shutter_discovery_timeout ,
+0x46c9 016864 store 2 ,mem_shutter_sleep_timeout 
+0x46ca 016865 store 2 ,mem_shutter_sleep_timer 
+0x46cb 016866 branch app_bt_start_discovery_short 
+:      016868 ble_shutter_start_discovery:
+0x46cc 016869 fetch 2 ,mem_ui_state_map 
+0x46cd 016870 rtnbit1 ui_state_ble_connected 
+0x46ce 016871 fetch 2 ,mem_ble_shutter_discovery_timeout 
+0x46cf 016872 store 2 ,mem_shutter_sleep_timeout 
+0x46d0 016873 store 2 ,mem_shutter_sleep_timer 
+0x46d1 016874 fetch 2 ,mem_ble_shutter_discovery_adv_interval 
+0x46d2 016875 call shutter_ble_adv_interval_set 
+0x46d3 016876 call app_led_start_blink 
+0x46d4 016877 fetch 4 ,mem_ble_shutter_discovery_blink_on_time 
+0x46d5 016878 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x46d6 016879 fetch 2 ,mem_ui_state_map 
+0x46d7 016880 rtnbit1 ui_state_ble_adv 
+0x46d8 016881 branch app_ble_start_adv 
+:      016884 shutter_start_reconnect:
+0x46d9 016885 fetch 1 ,mem_shutter_soft_switch_power_state 
+0x46da 016886 rtnne ss_state_power_on 
+0x46db 016887 fetch 1 ,mem_shutter_bluetooth_type 
+0x46dc 016888 bbit1 classic_shutter ,classic_shutter_start_reconnect 
+0x46dd 016889 bbit1 ble_shutter ,ble_shutter_start_reconnect 
+0x46de 016890 rtn 
+:      016892 classic_shutter_start_reconnect:
+0x46df 016893 call app_check_reconn_target 
+0x46e0 016894 branch shutter_start_bluetooth_discovery ,blank 
+0x46e1 016895 call app_led_on 
+0x46e2 016896 call app_bt_stop_discovery 
+0x46e3 016897 branch app_bt_start_reconnect 
+:      016899 ble_shutter_start_reconnect:
+0x46e4 016900 fetch 2 ,mem_ble_shutter_reconn_timer 
+0x46e5 016901 fetcht 2 ,mem_ble_shutter_reconn_timeout 
+0x46e6 016902 storet 2 ,mem_ble_shutter_reconn_timer 
+0x46e7 016903 nrtn blank 
+0x46e8 016904 fetch 2 ,mem_ble_shutter_reconn_dav_interval 
+0x46e9 016905 call shutter_ble_adv_interval_set 
+0x46ea 016906 call app_led_start_blink 
+0x46eb 016907 fetch 4 ,mem_ble_shutter_reconn_blink_on_time 
+0x46ec 016908 store 4 ,mem_shutter_led_struct_app_led_on_time 
+0x46ed 016909 fetch 2 ,mem_ui_state_map 
+0x46ee 016910 rtnbit1 ui_state_ble_adv 
+0x46ef 016911 branch app_ble_start_adv 
+:      016914 shutter_ble_adv_interval_set:
+0x46f0 016915 store 2 ,mem_lpm_interval 
+0x46f1 016916 increase -4 ,pdata 
+0x46f2 016917 store 2 ,mem_le_adv_interval 
+0x46f3 016918 rtn 
+:      016921 shutter_disconnect_current_connection:
+0x46f4 016922 fetch 2 ,mem_ui_state_map 
+0x46f5 016923 bbit1 ui_state_ble_connected ,app_ble_disconnect 
+0x46f6 016924 bbit1 ui_state_bt_connected ,app_bt_disconnect 
+0x46f7 016925 branch shutter_stop_bluetooth_discovery 
+:      016929 app_check_reconn_target:
+0x46f8 016930 fetch 1 ,mem_nv_data_number 
+0x46f9 016931 copy pdata ,loopcnt 
+0x46fa 016932 fetch 2 ,mem_nv_data_ptr 
+0x46fb 016933 copy pdata ,rega 
+:      016934 app_check_reconn_target_loop:
+0x46fc 016935 ifetch 2 ,rega 
+0x46fd 016936 beq 0 ,found_reconn_device 
+0x46fe 016937 increase nv_data_len ,rega 
+0x46ff 016938 loop app_check_reconn_target_loop 
+0x4700 016939 branch enable_blank 
+:      016941 found_reconn_device:
+0x4701 016942 ifetch 6 ,contr 
+0x4702 016943 store 6 ,mem_hci_plap 
+0x4703 016944 increase 10 ,contr 
+0x4704 016945 arg mem_link_key ,contw 
+0x4705 016946 call memcpy16 
+0x4706 016947 call check_link_key_load 
+0x4707 016948 branch disable_blank 
+:      016954 shutter_check_data_enable:
+0x4708 016955 call disable_user 
+0x4709 016956 fetch 2 ,mem_ui_state_map 
+0x470a 016957 bbit1 ui_state_bt_connected ,shutter_check_bt_data_enable 
+0x470b 016958 bbit1 ui_state_ble_connected ,shutter_check_ble_data_enable 
+0x470c 016959 rtn 
+:      016961 shutter_check_bt_data_enable:
+0x470d 016962 fetch 1 ,mem_hid_interrupt_state 
+0x470e 016963 rtnne 0x3f 
+0x470f 016964 branch enable_user 
+:      016966 shutter_check_ble_data_enable:
+0x4710 016967 fetch 1 ,mem_ble_shutter_enable_notify 
+0x4711 016968 rtn blank 
+0x4712 016969 branch enable_user 
+:      016974 shutter_check_bluetooth_conn:
+0x4713 016975 call disable_user 
+0x4714 016976 fetch 2 ,mem_ui_state_map 
+0x4715 016977 rtnbit1 ui_state_bt_connected 
+0x4716 016978 rtnbit1 ui_state_ble_connected 
+0x4717 016979 branch enable_user 
+:      016983 shutter_change_bluetooth_status_bt_disconn:
+0x4718 016984 fetch 1 ,mem_shutter_bluetooth_type 
+0x4719 016985 bbit1 classic_shutter ,classic_shutter_change_bluetooth_status_bt_disconn 
+0x471a 016986 bbit1 ble_shutter ,ble_shutter_change_bluetooth_status_bt_disconn 
+0x471b 016987 rtn 
+:      016989 classic_shutter_change_bluetooth_status_bt_disconn:
+0x471c 016990 fetch 1 ,mem_scan_mode 
+0x471d 016991 rtnne 0x03 
+0x471e 016992 branch shutter_start_reconnect 
+:      016994 ble_shutter_change_bluetooth_status_bt_disconn:
+0x471f 016995 branch shutter_start_reconnect 
+:      016998 shutter_check_send_data:
+0x4720 016999 disable user2 
+0x4721 017000 fetch 2 ,mem_shutter_sleep_timeout 
+0x4722 017001 store 2 ,mem_shutter_sleep_timer 
+0x4723 017003 call shutter_check_bluetooth_conn 
+0x4724 017004 branch shutter_change_bluetooth_status_bt_disconn ,user 
+0x4725 017006 call shutter_check_data_enable 
+0x4726 017007 nrtn user 
+0x4727 017008 enable user2 
+0x4728 017009 rtn 
+:      017013 shutter_key_change:
+0x4729 017014 call shutter_check_send_data 
+0x472a 017015 nrtn user2 
+0x472b 017016 deposit rega 
+0x472c 017017 branch shutter_key_release ,blank 
+:      017018 shutter_key_press:
+0x472d 017019 call app_led_on 
+0x472e 017020 arg mem_key0_press ,regc 
+0x472f 017021 branch push_queue_press_or_release 
+:      017023 shutter_key_release:
+0x4730 017024 call app_led_off 
+0x4731 017025 arg mem_key0_release ,regc 
+:      017027 push_queue_press_or_release:
+0x4732 017028 arg max_queue_num ,pdata 
+0x4733 017029 imul32 queue ,pdata 
+0x4734 017030 iadd regc ,regc 
+:      017033 push_buffer_in_queue:
+0x4735 017034 ifetch 1 ,regc 
+0x4736 017035 rtn blank 
+0x4737 017036 call queue_push_one_byte 
+0x4738 017037 increase 1 ,regc 
+0x4739 017038 branch push_buffer_in_queue 
+:      017041 shutter_send_data_to_master:
+0x473a 017042 fetch 2 ,mem_ui_state_map 
+0x473b 017043 bbit1 ui_state_ble_connected ,pop_queue_to_ble_data 
+0x473c 017044 bbit1 ui_state_bt_connected ,pop_queue_to_classic_data 
+0x473d 017045 rtn 
+:      017047 pop_queue_to_ble_data:
+0x473e 017048 call le_fifo_check_nearly_full 
+0x473f 017049 nrtn blank 
+0x4740 017050 call queue_pop_one_byte 
+0x4741 017051 nrtn user 
+0x4742 017052 pincrease -1 
+0x4743 017053 mul32 pdata ,shutter_ble_data_buffer ,pdata 
+0x4744 017054 arg mem_ble_data_buffer1 ,temp 
+0x4745 017055 iadd temp ,contr 
+:      017056 le_send_notify_from_list:
+0x4746 017057 ifetch 1 ,contr 
+0x4747 017058 copy pdata ,rega 
+0x4748 017059 ifetcht 2 ,contr 
+0x4749 017060 call store_contr 
+0x474a 017061 call le_att_malloc_tx_notify 
+0x474b 017062 copy rega ,loopcnt 
+0x474c 017063 call get_contr 
+0x474d 017064 branch memcpy 
+:      017067 pop_queue_to_classic_data:
+0x474e 017068 call l2cap_malloc_is_fifo_nearly_full 
+0x474f 017069 nrtn blank 
+0x4750 017070 call queue_pop_one_byte 
+0x4751 017071 nrtn user 
+0x4752 017072 pincrease -1 
+0x4753 017073 mul32 pdata ,shutter_classic_data_buffer ,pdata 
+0x4754 017074 arg mem_classic_data_buffer1 ,temp 
+0x4755 017075 iadd temp ,contr 
+0x4756 017076 ifetch 5 ,contr 
+0x4757 017077 store 5 ,mem_classic_data_buffer 
+:      017078 classic_send_hid_data:
+0x4758 017079 fetch 1 ,mem_classic_data_buffer 
+0x4759 017080 copy pdata ,rega 
+0x475a 017081 call hid_malloc_tx_buff 
+0x475b 017082 fetch 2 ,mem_hid_int_remote_cid 
+0x475c 017083 istore 2 ,contw 
+0x475d 017084 setarg 0xa1 
+0x475e 017085 istore 1 ,contw 
+0x475f 017086 fetch 4 ,mem_classic_data_buffer + 1 
+0x4760 017087 istore 9 ,contw 
+0x4761 017088 rtn 
+:      017092 queue_push_one_byte:
+0x4762 017093 store 1 ,mem_pdatatemp 
+0x4763 017094 arg mem_pdatatemp ,rega 
+0x4764 017095 branch queue_push 
+:      017097 queue_pop_one_byte:
+0x4765 017098 arg mem_pdatatemp ,rega 
+0x4766 017099 call queue_pop 
+0x4767 017100 nrtn user 
+0x4768 017101 fetch 1 ,mem_pdatatemp 
+0x4769 017102 rtn 
+:      017105 ble_shutter_receive_data:
+0x476a 017106 fetch 2 ,mem_le_att_handle 
+0x476b 017107 beq gatt_keyboard_write_handle ,ble_shutter_process_reconnect_complete 
+0x476c 017108 rtn 
+:      017110 shutter_init_param:
+0x476d 017111 setarg 0x02 
+0x476e 017112 store 1 ,mem_shutter_power_off_timeout 
+0x476f 017114 setarg 0x00200008 
+0x4770 017115 store 4 ,mem_ble_shutter_interval_min 
+0x4771 017116 setarg 0x012c0005 
+0x4772 017117 istore 4 ,contw 
+0x4773 017120 jam 0x17 ,mem_le_local_mtu 
+0x4774 017123 setarg 0x1b 
+0x4775 017124 store 2 ,mem_le_pairing_handle 
+0x4776 017125 call le_set_config_fixed_ltk 
+0x4777 017126 call le_set_fixed_ltk 
+0x4778 017127 call le_set_justwork 
+0x4779 017128 branch le_set_config_read_authentication 
+:      017131 shutter_load_buffer_config_form_datarom:
+0x477a 017133 arg ble_key_value_list_size ,loopcnt 
+0x477b 017134 arg mem_ble_data_buffer1 ,contw 
+0x477c 017135 arg ble_shutter_key_value_list ,contr 
+0x477d 017136 call memcpy_fast 
+0x477e 017137 arg bt_key_value_list_size ,loopcnt 
+0x477f 017138 arg mem_classic_data_buffer1 ,contw 
+0x4780 017139 arg classic_shutter_key_value_list ,contr 
+0x4781 017140 branch memcpy_fast 
+:      017143 shutter_load_ble_gatt_form_datarom:
+0x4782 017144 arg ble_gatt_list_size ,loopcnt 
+0x4783 017145 arg ble_shutter_gatt_list ,contr 
+0x4784 017146 branch memcpy_fast 
+:      017149 shutter_load_bt_sdp_form_datarom:
+0x4785 017150 arg bt_sdp_list_size ,loopcnt 
+0x4786 017151 arg classic_shutter_sdp_list ,contr 
+0x4787 017152 branch memcpy_fast 
+:      017156 shutter_init_bluetooth_config:
+0x4788 017157 call shutter_check_load_config_flag 
+0x4789 017158 nrtn user 
+0x478a 017159 fetch 1 ,mem_shutter_config_select_gpio1 
+0x478b 017160 call shutter_init_bluetooth_config_gpio_input 
+0x478c 017161 fetch 1 ,mem_shutter_config_select_gpio2 
+0x478d 017162 call shutter_init_bluetooth_config_gpio_input 
+0x478e 017163 fetch 1 ,mem_shutter_config_select_gpio3 
+0x478f 017164 branch shutter_init_bluetooth_config_gpio_input 
+:      017166 shutter_init_bluetooth_config_gpio_input:
+0x4790 017167 rtn blank 
+0x4791 017168 or pdata ,0x80 ,temp 
+0x4792 017169 branch gpio_config_input_nowake 
+:      017172 shutter_load_bluetooth_config:
+0x4793 017173 call shutter_check_load_config_flag 
+0x4794 017174 nrtn user 
+0x4795 017175 call shutter_load_bluetooth_config_label 
+0x4796 017176 branch shutter_load_bluetooth_config_by_otp 
+:      017178 shutter_load_bluetooth_config_label:
+0x4797 017179 arg 0 ,rega 
+0x4798 017180 fetch 1 ,mem_shutter_config_select_gpio1 
+0x4799 017181 call shutter_load_bluetooth_config_read_gpio_input 
+0x479a 017182 nsetflag blank ,0 ,rega 
+0x479b 017183 fetch 1 ,mem_shutter_config_select_gpio2 
+0x479c 017184 call shutter_load_bluetooth_config_read_gpio_input 
+0x479d 017185 nsetflag blank ,1 ,rega 
+0x479e 017186 fetch 1 ,mem_shutter_config_select_gpio3 
+0x479f 017187 call shutter_load_bluetooth_config_read_gpio_input 
+0x47a0 017188 nsetflag blank ,2 ,rega 
+0x47a1 017189 copy rega ,pdata 
+0x47a2 017190 store 1 ,mem_shutter_config_label 
+0x47a3 017191 fetch 1 ,mem_shutter_config_size 
+0x47a4 017192 imul32 rega ,pdata 
+0x47a5 017193 fetcht 2 ,mem_shutter_config_otp_base_address 
+0x47a6 017194 iadd temp ,pdata 
+0x47a7 017195 store 2 ,mem_shutter_config_otp_addr 
+0x47a8 017196 rtn 
+:      017198 shutter_load_bluetooth_config_read_gpio_input:
+0x47a9 017199 rtn blank 
+0x47aa 017200 or pdata ,0x80 ,temp 
+0x47ab 017201 call gpio_get_bit 
+0x47ac 017202 nbranch enable_blank ,true 
+0x47ad 017203 branch disable_blank 
+:      017206 shutter_check_load_config_flag:
+0x47ae 017207 call disable_user 
+0x47af 017208 fetch 1 ,mem_shutter_config_user_size 
+0x47b0 017209 nrtn blank 
+0x47b1 017210 fetch 1 ,mem_shutter_config_enable 
+0x47b2 017211 rtn blank 
+0x47b3 017212 branch enable_user 
+:      017215 shutter_load_bluetooth_config_by_otp:
+0x47b4 017216 call otp_enable_chgpump 
+0x47b5 017217 fetch 2 ,mem_shutter_config_otp_addr 
+0x47b6 017218 arg mem_shutter_config_data_temp ,rega 
+0x47b7 017219 fetcht 1 ,mem_shutter_config_size 
+0x47b8 017220 call otpd_read_data 
+0x47b9 017221 call otp_disable_chgpump 
+:      017222 shutter_load_bluetooth_config_store_name:
+0x47ba 017223 fetch 1 ,mem_shutter_config_data_temp 
+0x47bb 017224 copy pdata ,loopcnt 
+0x47bc 017225 store 1 ,mem_le_name_len 
+0x47bd 017226 call memcpy_fast 
+0x47be 017227 fetch 1 ,mem_shutter_config_data_temp 
+0x47bf 017228 copy pdata ,loopcnt 
+0x47c0 017229 store 1 ,mem_local_name_length 
+0x47c1 017230 call memcpy_fast 
+0x47c2 017231 ifetch 1 ,contr 
+0x47c3 017232 store 1 ,mem_shutter_key_num 
+0x47c4 017233 ifetch 1 ,contr 
+0x47c5 017234 store 1 ,mem_shutter_hard_soft_switch_case 
+0x47c6 017235 rtn 
+:      017238 shutter_load_bluetooth_config_by_eeprom:
+0x47c7 017239 fetch 1 ,mem_shutter_bluetooth_type 
+0x47c8 017240 rtnbit0 classic_shutter 
+0x47c9 017241 arg 3 ,temp 
+0x47ca 017242 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
+0x47cb 017243 copy pdata ,regb 
+0x47cc 017244 arg mem_shutter_config_eeprom_start_flag ,rega 
+0x47cd 017245 call iicd_read_eep_data 
+0x47ce 017246 fetcht 2 ,mem_shutter_config_eeprom_start_flag 
+0x47cf 017247 setarg shutter_eeprom_config_crc 
+0x47d0 017248 isub temp ,null 
+0x47d1 017249 nrtn zero 
+0x47d2 017250 fetch 1 ,mem_shutter_config_user_size 
+0x47d3 017251 rtn blank 
+0x47d4 017252 copy pdata ,temp 
+0x47d5 017253 fetch 2 ,mem_shutter_config_eeprom_offset_addr 
+0x47d6 017254 add pdata ,3 ,regb 
+0x47d7 017255 arg mem_shutter_config_data_temp ,rega 
+0x47d8 017256 call iicd_read_eep_data 
+0x47d9 017257 branch shutter_store_config 
+:      017259 shutter_load_bluetooth_config_by_user_config:
+0x47da 017260 fetch 2 ,mem_shutter_config_user_otp_address 
+0x47db 017261 rtn blank 
+0x47dc 017262 call otp_enable_chgpump 
+0x47dd 017263 arg 1 ,temp 
+0x47de 017264 arg mem_shutter_config_user_size ,rega 
+0x47df 017265 call otpd_read_data 
+0x47e0 017267 fetch 1 ,mem_shutter_config_user_size 
+0x47e1 017268 rtn blank 
+0x47e2 017270 fetch 2 ,mem_shutter_config_user_otp_address 
+0x47e3 017271 pincrease 1 
+0x47e4 017272 arg mem_shutter_config_data_temp ,rega 
+0x47e5 017273 fetcht 1 ,mem_shutter_config_user_size 
+0x47e6 017274 call otpd_read_data 
+0x47e7 017275 call otp_disable_chgpump 
+:      017276 shutter_store_config:
+0x47e8 017277 call shutter_load_bluetooth_config_store_name 
+:      017278 shutter_load_bluetooth_config_custom:
+0x47e9 017279 ifetch 2 ,contr 
+0x47ea 017280 rtn blank 
+0x47eb 017281 copy pdata ,contw 
+0x47ec 017282 ifetcht 1 ,contr 
+0x47ed 017283 copy temp ,loopcnt 
+0x47ee 017284 call memcpy 
+0x47ef 017285 branch shutter_load_bluetooth_config_custom 
+:      017289 shutter_random_mac_addr:
+0x47f0 017290 fetch 1 ,mem_shutter_bluetooth_type 
+0x47f1 017291 rtnbit0 classic_shutter 
+0x47f2 017292 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
+0x47f3 017293 copy pdata ,regb 
+0x47f4 017294 arg 4 ,temp 
+0x47f5 017295 arg mem_shutter_random_mac_data_temp ,rega 
+0x47f6 017296 call iicd_read_eep_data 
+0x47f7 017297 fetch 1 ,mem_shutter_random_mac_data_temp 
+0x47f8 017298 bne 1 ,shutter_write_random_mac_addr_to_eeprom 
+:      017299 shutter_write_random_mac_addr_to_eeprom:
+0x47f9 017300 setarg 1 
+0x47fa 017301 store 1 ,mem_shutter_random_mac_data_temp 
+0x47fb 017302 force 3 ,loopcnt 
+0x47fc 017303 call generate_random_loop 
+0x47fd 017304 fetch 2 ,mem_classic_shutter_random_mac_offset_addr 
+0x47fe 017305 copy pdata ,regb 
+0x47ff 017306 arg 4 ,temp 
+0x4800 017307 arg mem_shutter_random_mac_data_temp ,rega 
+0x4801 017308 call iicd_write_eep_data 
+:      017309 shutter_write_random_mac_addr:
+0x4802 017310 fetch 3 ,mem_shutter_random_mac_data_temp + 1 
+0x4803 017311 store 3 ,mem_lap 
+0x4804 017312 store 3 ,mem_le_lap 
+0x4805 017313 rtn 
+:      017316 shutter_soft_swtich_power_on:
+0x4806 017317 branch shutter_start_reconnect 
+:      017320 shutter_soft_swtich_power_off:
+0x4807 017321 arg 0 ,rega 
+0x4808 017322 arg mem_shutter_power_off_led_style ,regc 
+0x4809 017323 call ui_led_set_style_global 
+0x480a 017324 call shutter_disconnect_current_connection 
+:      017325 shutter_wait_power_off:
+0x480b 017326 fetch 1 ,mem_shutter_power_off_timeout 
+0x480c 017327 store 1 ,mem_shutter_power_off_timer 
+0x480d 017328 rtn 
+:      017332 ui_soft_swtich_init:
+0x480e 017333 setarg ss_state_power_up 
+0x480f 017334 call ui_soft_swtich_init_power_on_time 
+0x4810 017335 jam ui_button_state_up ,mem_ui_button_last_state 
+0x4811 017336 call ui_button_init 
+0x4812 017337 call ui_button_polling 
+0x4813 017338 fetch 2 ,mem_ui_state_map 
+0x4814 017339 rtnbit1 ui_state_btn_down 
+0x4815 017340 branch app_enter_hibernate 
+:      017342 ui_soft_swtich_init_power_on_time:
+0x4816 017343 fetcht 2 ,mem_power_param_ptr 
+0x4817 017344 istore 1 ,temp 
+0x4818 017345 ifetch 1 ,contw 
+0x4819 017346 store 1 ,mem_ui_button_timeout 
+0x481a 017347 rtn 
+:      017350 ui_soft_switch_botton_up:
+0x481b 017351 fetch 2 ,mem_power_param_ptr 
+0x481c 017352 ifetch 1 ,pdata 
+0x481d 017353 rtnne ss_state_power_up 
+0x481e 017354 branch app_enter_hibernate 
+:      017357 ui_soft_switch_botton_long_press:
+0x481f 017358 fetcht 2 ,mem_power_param_ptr 
+0x4820 017359 ifetch 1 ,temp 
+0x4821 017360 beq ss_state_power_on ,ui_soft_switch_power_off 
+:      017361 ui_soft_switch_power_on:
+0x4822 017362 setarg ss_state_power_on 
+0x4823 017363 fetcht 2 ,mem_power_param_ptr 
+0x4824 017364 istore 1 ,temp 
+0x4825 017365 add temp ,ss_power_off_time ,contr 
+0x4826 017366 ifetch 1 ,contr 
+0x4827 017367 istore 1 ,mem_ui_button_timeout 
+0x4828 017368 ifetch 2 ,contr 
+0x4829 017369 branch callback_func 
+:      017371 ui_soft_switch_power_off:
+0x482a 017372 setarg ss_state_power_off 
+0x482b 017373 call ui_soft_swtich_init_power_on_time 
+0x482c 017374 add temp ,ss_power_off_cb ,contr 
+0x482d 017375 ifetch 2 ,contr 
+0x482e 017376 branch app_enter_hibernate ,blank 
+0x482f 017377 branch callback_func 
+:      017383 shutter_byteswap:
+0x4830 017384 store 6 ,mem_tmp_buffer 
+0x4831 017385 fetch 1 ,mem_tmp_buffer 
+0x4832 017386 store 1 ,mem_tmp_buffer + 11 
+0x4833 017387 ifetch 1 ,contr 
+0x4834 017388 store 1 ,mem_tmp_buffer + 10 
+0x4835 017389 ifetch 1 ,contr 
+0x4836 017390 store 1 ,mem_tmp_buffer + 9 
+0x4837 017391 ifetch 1 ,contr 
+0x4838 017392 store 1 ,mem_tmp_buffer + 8 
+0x4839 017393 ifetch 1 ,contr 
+0x483a 017394 store 1 ,mem_tmp_buffer + 7 
+0x483b 017395 ifetch 1 ,contr 
+0x483c 017396 store 1 ,mem_tmp_buffer + 6 
+0x483d 017397 fetch 6 ,mem_tmp_buffer + 6 
+0x483e 017398 rtn 
+:      017400 shutter_random_addr_by_otp:
+0x483f 017401 call load_adc_init 
+0x4840 017402 fetch 1 ,mem_1v_adc_io_data 
+0x4841 017403 store 1 ,mem_le_lap 
+0x4842 017404 fetch 1 ,mem_5v_adc_hvin_data 
+0x4843 017405 istore 1 ,contw 
+0x4844 017406 fetch 1 ,mem_3v_adc_vinlpm_data 
+0x4845 017407 istore 1 ,contw 
+0x4846 017408 fetch 3 ,mem_le_lap 
+0x4847 017409 store 3 ,mem_lap 
+0x4848 017410 rtn 
+:      017422 sim_iic_read_eep_data:
+0x4849 017423 fetch 2 ,mem_eeprom_base 
+0x484a 017424 iadd regb ,pdata 
+0x484b 017425 byteswap pdata ,pdata 
+0x484c 017426 store 2 ,mem_addr_mi 
+0x484d 017427 copy temp ,regb 
+0x484e 017429 call sim_iic_start 
+0x484f 017430 setarg 0xa0 
+0x4850 017431 call sim_iic_send_byte 
+0x4851 017432 fetch 1 ,mem_addr_mi 
+0x4852 017433 call sim_iic_send_byte 
+0x4853 017434 bmark1 mark_eeprom_size ,sim_iic_read_eep_data_2k 
+0x4854 017435 fetch 1 ,mem_addr_mi + 1 
+0x4855 017436 call sim_iic_send_byte 
+:      017437 sim_iic_read_eep_data_2k:
+0x4856 017438 call sim_iic_stop 
+0x4857 017440 call sim_iic_start 
+0x4858 017441 setarg 0xa1 
+0x4859 017442 call sim_iic_send_byte 
+:      017444 sim_iic_read_eep_data_loop:
+0x485a 017445 call sim_iic_read_byte 
+0x485b 017446 istore 1 ,rega 
+0x485c 017447 increase 1 ,rega 
+0x485d 017448 increase -1 ,regb 
+0x485e 017449 nbranch sim_iic_read_eep_data_loop ,zero 
+0x485f 017450 branch sim_iic_stop 
+:      017461 sim_iic_write_eep_data:
+0x4860 017462 byteswap regb ,pdata 
+0x4861 017463 store 2 ,mem_addr_mi 
+0x4862 017464 copy temp ,regb 
+0x4863 017466 call sim_iic_start 
+0x4864 017467 setarg 0xa0 
+0x4865 017468 call sim_iic_send_byte 
+0x4866 017470 fetch 1 ,mem_addr_mi 
+0x4867 017471 call sim_iic_send_byte 
+0x4868 017472 bmark1 mark_eeprom_size ,sim_iic_write_eep_data_loop 
+0x4869 017473 fetch 1 ,mem_addr_mi + 1 
+0x486a 017474 call sim_iic_send_byte 
+:      017475 sim_iic_write_eep_data_loop:
+0x486b 017476 ifetch 1 ,rega 
+0x486c 017477 call sim_iic_send_byte 
+0x486d 017478 increase 1 ,rega 
+0x486e 017479 increase -1 ,regb 
+0x486f 017480 nbranch sim_iic_write_eep_data_loop ,zero 
+0x4870 017481 branch sim_iic_stop 
+:      017485 sim_iic_wait_ack:
+0x4871 017486 arg 10 ,loopcnt 
+0x4872 017487 call sim_iic_release_sda 
+0x4873 017488 call sim_iic_scl_output_high 
+0x4874 017489 call sim_iic_delay 
+:      017490 sim_iic_wait_ack_loop:
+0x4875 017491 call sim_iic_read_sda_level 
+0x4876 017492 branch sim_iic_scl_output_low ,blank 
+0x4877 017493 loop sim_iic_wait_ack_loop 
+0x4878 017494 branch sim_iic_scl_output_low 
+:      017498 sim_iic_ack_slave:
+0x4879 017499 call sim_iic_scl_output_low 
+0x487a 017500 call sim_iic_sda_output_low 
+0x487b 017501 call sim_iic_delay 
+0x487c 017502 call sim_iic_scl_output_high 
+0x487d 017503 call sim_iic_delay 
+0x487e 017504 branch sim_iic_scl_output_low 
+:      017509 sim_iic_read_byte:
+0x487f 017510 arg 8 ,loopcnt 
+0x4880 017511 arg 0 ,regc 
+0x4881 017512 call sim_iic_release_sda 
+:      017513 sim_iic_read_byte_loop:
+0x4882 017514 call sim_iic_scl_output_high 
+0x4883 017515 call sim_iic_delay 
+0x4884 017516 lshift regc ,regc 
+0x4885 017517 call sim_iic_read_sda_level 
+0x4886 017518 iadd regc ,regc 
+0x4887 017519 call sim_iic_delay 
+0x4888 017520 call sim_iic_scl_output_low 
+0x4889 017521 loop sim_iic_read_byte_loop 
+0x488a 017522 call sim_iic_ack_slave 
+0x488b 017523 copy regc ,pdata 
+0x488c 017524 rtn 
+:      017528 sim_iic_send_byte:
+0x488d 017529 arg 8 ,loopcnt 
+0x488e 017530 copy pdata ,regc 
+0x488f 017531 call sim_iic_scl_output_low 
+:      017532 sim_iic_send_byte_loop:
+0x4890 017533 isolate1 7 ,regc 
+0x4891 017534 call sim_iic_sda_output_high ,true 
+0x4892 017535 ncall sim_iic_sda_output_low ,true 
+0x4893 017536 lshift regc ,regc 
+0x4894 017537 call sim_iic_delay 
+0x4895 017538 call sim_iic_scl_output_high 
+0x4896 017539 call sim_iic_delay 
+0x4897 017540 call sim_iic_scl_output_low 
+0x4898 017541 call sim_iic_delay 
+0x4899 017542 loop sim_iic_send_byte_loop 
+0x489a 017543 branch sim_iic_wait_ack 
+:      017547 sim_iic_start:
+0x489b 017548 call sim_iic_sda_output_high 
+0x489c 017549 call sim_iic_scl_output_high 
+0x489d 017550 call sim_iic_delay 
+0x489e 017551 call sim_iic_sda_output_low 
+0x489f 017552 call sim_iic_delay 
+0x48a0 017553 branch sim_iic_scl_output_low 
+:      017557 sim_iic_stop:
+0x48a1 017558 call sim_iic_sda_output_low 
+0x48a2 017559 call sim_iic_scl_output_high 
+0x48a3 017560 call sim_iic_delay 
+0x48a4 017561 call sim_iic_sda_output_high 
+0x48a5 017562 branch sim_iic_delay 
+:      017566 sim_iic_scl_output_high:
+0x48a6 017567 enable user 
+0x48a7 017568 fetch 1 ,sim_iic_scl_gpio_num 
+0x48a8 017569 branch sim_iic_config_gpio 
+:      017572 sim_iic_scl_output_low:
+0x48a9 017573 disable user 
+0x48aa 017574 fetch 1 ,sim_iic_scl_gpio_num 
+0x48ab 017575 branch sim_iic_config_gpio 
+:      017578 sim_iic_sda_output_high:
+0x48ac 017579 enable user 
+0x48ad 017580 fetch 1 ,sim_iic_sda_gpio_num 
+0x48ae 017581 branch sim_iic_config_gpio 
+:      017584 sim_iic_sda_output_low:
+0x48af 017585 disable user 
+0x48b0 017586 fetch 1 ,sim_iic_sda_gpio_num 
+0x48b1 017587 branch sim_iic_config_gpio 
+:      017592 sim_iic_config_gpio:
+0x48b2 017593 and pdata ,0x07 ,queue 
+0x48b3 017594 rshift3 pdata ,pdata 
+0x48b4 017595 arg core_gpio_oe0 ,temp 
+0x48b5 017596 iadd temp ,temp 
+0x48b6 017597 ifetch 1 ,temp 
+0x48b7 017598 qset1 pdata 
+0x48b8 017599 istore 1 ,temp 
+0x48b9 017600 increase 4 ,temp 
+0x48ba 017601 ifetch 1 ,temp 
+0x48bb 017602 qsetflag user ,pdata 
+0x48bc 017603 istore 1 ,temp 
+0x48bd 017604 rtn 
+:      017607 sim_iic_release_sda:
+0x48be 017608 fetch 1 ,sim_iic_sda_gpio_num 
+0x48bf 017609 and pdata ,0x07 ,queue 
+0x48c0 017610 rshift3 pdata ,pdata 
+0x48c1 017611 arg core_gpio_oe0 ,temp 
+0x48c2 017612 iadd temp ,temp 
+0x48c3 017613 ifetch 1 ,temp 
+0x48c4 017614 qset0 pdata 
+0x48c5 017615 istore 1 ,temp 
+0x48c6 017616 rtn 
+:      017621 sim_iic_read_sda_level:
+0x48c7 017622 nop 4 
+0x48c8 017623 fetch 1 ,sim_iic_sda_gpio_num 
+0x48c9 017624 and pdata ,0x07 ,queue 
+0x48ca 017625 rshift3 pdata ,pdata 
+0x48cb 017626 arg core_gpio_in ,temp 
+0x48cc 017627 iadd temp ,temp 
+0x48cd 017628 setarg 0 
+0x48ce 017629 ifetcht 1 ,temp 
+0x48cf 017630 qisolate1 temp 
+0x48d0 017631 setflag true ,0 ,pdata 
+0x48d1 017632 rtn 
+:      017635 sim_iic_delay:
+0x48d2 017637 rtn 
+:      017643 usb_isr:
+0x48d3 017644 bpatch patch1e_6 ,mem_patch1e 
+0x48d4 017645 hfetch 1 ,core_usb_status 
+0x48d5 017646 isolate1 7 ,pdata 
+0x48d6 017647 call usb_init ,true 
+0x48d7 017648 call usb_nak_state_judge 
+0x48d8 017649 hfetch 1 ,core_usb_status 
+0x48d9 017650 store 1 ,mem_usb_status 
+0x48da 017651 hfetch 1 ,core_usb_fifo_empty 
+0x48db 017652 store 1 ,mem_usb_fifo_empty 
+0x48dc 017653 hstore 1 ,core_usb_fifo_empty 
+0x48dd 017654 pinvert 
+0x48de 017655 fetcht 1 ,mem_usb_tx_wait 
+0x48df 017656 iand temp ,pdata 
+0x48e0 017657 store 1 ,mem_usb_tx_wait 
+0x48e1 017658 jam 0xe0 ,core_usb_status 
+0x48e2 017659 fetch 1 ,mem_usb_fifo_empty 
+0x48e3 017660 compare 0x1 ,pdata ,0x1 
+0x48e4 017661 call usb0_fifo_empty ,true 
+0x48e5 017662 fetch 1 ,mem_usb_status 
+0x48e6 017663 compare 0x1 ,pdata ,0x1 
+0x48e7 017664 call usb_status1 ,true 
+0x48e8 017665 call usb_tx 
+0x48e9 017666 branch usb_nak_state 
+:      017668 usb_init:
+0x48ea 017669 bpatch patch1e_7 ,mem_patch1e 
+0x48eb 017670 call usb_init_param 
+0x48ec 017671 jam 0x00 ,core_usb_config 
+0x48ed 017672 nop 10000 
+0x48ee 017673 jam 0xc0 ,core_usb_trig 
+0x48ef 017674 hfetch 2 ,core_clkoff 
+0x48f0 017675 set0 clock_off_usb ,pdata 
+0x48f1 017676 hstore 2 ,core_clkoff 
+0x48f2 017677 jam 0x3c ,core_usb_config 
+0x48f3 017678 jam 0xff ,core_usb_status 
+0x48f4 017679 jam 0xff ,core_usb_fifo_empty 
+0x48f5 017680 jam 0 ,core_usb_addr 
+0x48f6 017681 jam dev_default ,mem_usb0_state 
+0x48f7 017682 setarg mem_usb_clear_mem_end 
+0x48f8 017683 arg mem_usb_clear_mem_start ,contw 
+0x48f9 017684 isub contw ,loopcnt 
+0x48fa 017685 branch clear_mem 
+:      017687 usb_offline_check_init:
+0x48fb 017688 fetcht 1 ,mem_usb_offline_check_gpio 
+0x48fc 017689 branch gpio_config_input 
+:      017690 usb_offline_state:
+0x48fd 017691 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x48fe 017692 rtn blank 
+0x48ff 017693 fetcht 1 ,mem_usb_offline_check_gpio 
+0x4900 017694 call gpio_get_bit 
+0x4901 017695 branch usb_init ,true 
+0x4902 017696 rtn 
+:      017699 usb_nak_state:
+0x4903 017700 arg timer_nak ,queue 
+0x4904 017701 call timer_check 
+0x4905 017702 nrtn blank 
+0x4906 017703 fetch 1 ,mem_usb_wakestate_onetime_flag 
+0x4907 017704 nrtn blank 
+0x4908 017705 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x4909 017706 ncall usb_mac_wakeup_judge ,blank 
+0x490a 017707 rtn 
+:      017709 usb_mem_devicedesc_init:
+0x490b 017710 arg mem_devicedesc ,contw 
+0x490c 017711 setsect 0 ,0x11212 
+0x490d 017712 setsect 1 ,0x8000 
+0x490e 017713 setsect 2 ,0x0 
+0x490f 017714 setsect 3 ,0x10000 
+0x4910 017715 istore 9 ,contw 
+0x4911 017716 setsect 0 ,0x22412 
+0x4912 017717 setsect 1 ,0x8604 
+0x4913 017718 setsect 2 ,0x1000 
+0x4914 017719 setsect 3 ,0x8 
+0x4915 017720 istore 9 ,contw 
+0x4916 017721 setsect 0 ,0x1 
+0x4917 017722 istore 1 ,contw 
+0x4918 017723 rtn 
+:      017725 usb_init_param:
+0x4919 017726 jam 2 ,mem_usb0_state 
+0x491a 017727 setarg 0x0 
+0x491b 017728 store 1 ,mem_remain 
+0x491c 017729 store 2 ,mem_usb_zero_packet 
+0x491d 017730 pincrease 1 
+0x491e 017731 store 2 ,mem_usb_ones_packet 
+0x491f 017732 pincrease 1 
+0x4920 017733 store 2 ,mem_usb_two_packet 
+0x4921 017734 setarg hid_kbdata_addr 
+0x4922 017735 store 2 ,mem_hidreportdesc_kb 
+0x4923 017736 setarg hid_msdata_addr 
+0x4924 017737 store 2 ,mem_hidreportdesc_m 
+0x4925 017738 arg mem_confdesc ,contw 
+0x4926 017739 arg hid_confdata_addr ,contr 
+0x4927 017740 call memcpy64 
+0x4928 017741 fetch 1 ,mem_usb_tx_interval 
+0x4929 017742 ncall usb_tx_interval_config ,blank 
+0x492a 017743 branch usb_mem_devicedesc_init 
+:      017745 usb_tx_interval_config:
+0x492b 017746 store 1 ,mem_confdesc + 34 
+0x492c 017747 store 1 ,mem_confdesc + 59 
+0x492d 017748 rtn 
+:      017749 usb_nak_state_judge:
+0x492e 017750 hfetch 1 ,core_usb_status 
+0x492f 017751 bbit1 usb_status_nak ,usb_nak_state_timer_init 
+0x4930 017752 rtn 
+:      017754 usb_nak_state_timer_init:
+0x4931 017755 call usb0_attached_state_judge 
+0x4932 017756 call timer_reinit 
+0x4933 017757 setarg timer_nak_delay 
+0x4934 017758 arg timer_nak ,queue 
+0x4935 017759 branch timer_init 
+:      017761 usb0_attached_state_judge:
+0x4936 017762 fetch 1 ,mem_usb_state 
+0x4937 017763 bne usb_connected ,usb_clear_halt_dispose 
+0x4938 017764 jam 0 ,mem_usb_wakestate_onetime_flag 
+0x4939 017765 jam 0 ,mem_usb_mac_wakeup_trig 
+0x493a 017766 rtn 
+:      017767 usb_clear_halt_dispose:
+0x493b 017768 fetch 1 ,mem_usb_clear_halt 
+0x493c 017769 rtn blank 
+0x493d 017770 jam 0 ,mem_usb_clear_halt 
+0x493e 017771 jam usb_connected ,mem_usb_state 
+0x493f 017772 jam 1 ,mem_usb_device_enumeration_endflag 
+0x4940 017773 rtn 
+:      017775 usb0_fifo_empty:
+0x4941 017776 jam 0x1 ,core_usb_fifo_empty 
+0x4942 017777 branch usb0_tx 
+:      017779 usb_rx_no_data:
+0x4943 017780 fetch 1 ,mem_usb_status 
+0x4944 017781 bbit1 usb_status_setup ,usb_class_type 
+0x4945 017782 rtn 
+:      017784 usb_rx_read:
+0x4946 017785 hfetch 1 ,core_usb_ep 
+0x4947 017786 istore 1 ,contw 
+0x4948 017787 loop usb_rx_read 
+0x4949 017788 rtn 
+:      017790 usb_status1:
+0x494a 017791 bpatch patch1f_0 ,mem_patch1f 
+0x494b 017792 jam 0x11 ,core_usb_status 
+0x494c 017793 hfetch 1 ,core_usb_ep_len 
+0x494d 017794 store 1 ,mem_usb_read_len 
+0x494e 017795 copy pdata ,loopcnt 
+0x494f 017796 branch usb_rx_no_data ,blank 
+0x4950 017797 arg mem_usb_setup ,contw 
+0x4951 017798 call usb_rx_read 
+0x4952 017799 fetch 1 ,mem_usb_read_len 
+0x4953 017800 sub pdata ,7 ,null 
+0x4954 017801 rtn positive 
+:      017802 usb_class_type:
+0x4955 017803 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4956 017804 and_into 0x80 ,pdata 
+0x4957 017805 beq in_device ,usb_in_device 
+0x4958 017806 beq out_device ,usb_out_device 
+0x4959 017807 branch assert 
+:      017809 usb_in_device:
+0x495a 017810 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x495b 017811 rshift4 pdata ,pdata 
+0x495c 017812 rshift pdata ,pdata 
+0x495d 017813 and_into 0x03 ,pdata 
+0x495e 017814 beq standard_req ,usb_in_standard_req 
+0x495f 017815 beq class_req ,usb_in_class_req 
+0x4960 017816 beq manufacturer_req ,usb_in_manufacturer_req 
+0x4961 017817 branch assert 
+:      017819 usb_out_device:
+0x4962 017820 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4963 017821 rshift4 pdata ,pdata 
+0x4964 017822 rshift pdata ,pdata 
+0x4965 017823 and_into 0x03 ,pdata 
+0x4966 017824 beq standard_req ,usb_out_standard_req 
+0x4967 017825 beq class_req ,usb_out_class_req 
+0x4968 017826 beq manufacturer_req ,usb_out_manufacturer_req 
+0x4969 017827 branch assert 
+:      017829 usb_in_standard_req:
+0x496a 017830 fetch 1 ,mem_usb_setup_brequest 
+0x496b 017831 beq get_configuration ,usb0_request_get_configuration 
+0x496c 017832 beq get_descriptor ,usb0_request_get_descriptor 
+0x496d 017833 beq get_interface ,usb0_request_get_interface 
+0x496e 017834 beq get_status ,usb0_request_get_status 
+0x496f 017835 branch usb0_force_stall 
+:      017837 usb_in_class_req:
+0x4970 017838 fetch 1 ,mem_usb_setup_brequest 
+0x4971 017839 beq get_idle ,usb_get_idle 
+0x4972 017840 beq get_report ,usb_get_report 
+0x4973 017841 beq get_protocol ,usb_get_protocol_req 
+0x4974 017842 branch usb0_force_stall 
+:      017844 usb_in_manufacturer_req:
+0x4975 017845 branch usb0_force_stall 
+:      017847 usb_out_standard_req:
+0x4976 017848 fetch 1 ,mem_usb_setup_brequest 
+0x4977 017849 beq clear_feature ,usb0_request_clear_feature 
+0x4978 017850 beq set_feature ,usb0_request_set_feature 
+0x4979 017851 beq set_address ,usb0_request_set_address 
+0x497a 017852 beq set_configuration ,usb0_request_set_configuration 
+0x497b 017853 beq set_interface ,usb0_request_set_interface 
+0x497c 017854 beq set_descriptor ,usb0_force_stall 
+0x497d 017855 branch usb0_force_stall 
+:      017857 usb_out_class_req:
+0x497e 017858 fetch 1 ,mem_usb_setup_brequest 
+0x497f 017859 beq set_idle ,usb_set_idle 
+0x4980 017860 beq set_report ,usb_set_report 
+0x4981 017861 beq set_protocol ,usb_set_protocol_req 
+0x4982 017862 branch usb0_force_stall 
+:      017864 usb_out_manufacturer_req:
+0x4983 017865 branch usb0_force_stall 
+:      017867 usb0_force_stall:
+0x4984 017868 hfetch 1 ,core_usb_stall 
+0x4985 017869 set1 0 ,pdata 
+0x4986 017870 hstore 1 ,core_usb_stall 
+0x4987 017871 branch usb0_reply_zerolen 
+:      017873 usb0_reply_zerolen:
+0x4988 017874 jam 0x40 ,core_usb_clear 
+0x4989 017875 rtn 
+:      017877 usb0_request_get_configuration:
+0x498a 017878 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x498b 017879 bne in_device ,usb0_force_stall 
+0x498c 017880 fetch 1 ,mem_usb_setup_windex 
+0x498d 017881 bne 0 ,usb0_force_stall 
+0x498e 017882 fetch 1 ,mem_usb_setup_windex + 1 
+0x498f 017883 bne 0 ,usb0_force_stall 
+0x4990 017884 fetch 1 ,mem_usb_setup_blength 
+0x4991 017885 bne 1 ,usb0_force_stall 
+0x4992 017886 fetch 1 ,mem_usb_setup_blengthh 
+0x4993 017887 bne 0 ,usb0_force_stall 
+0x4994 017888 fetch 1 ,mem_usb_setup_bvalue 
+0x4995 017889 bne 0 ,usb0_force_stall 
+0x4996 017890 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x4997 017891 bne 0 ,usb0_force_stall 
+0x4998 017892 fetch 1 ,mem_usb0_state 
+0x4999 017893 beq dev_configured ,usb0_request_get_cfg_dev_cfg 
+0x499a 017894 beq dev_address ,usb0_request_get_cfg_dev_addr 
+0x499b 017895 branch usb0_force_stall 
+:      017897 usb0_request_get_cfg_dev_cfg:
+0x499c 017898 arg 1 ,regb 
+0x499d 017899 branch usb_send_ones_packet 
+:      017901 usb0_request_get_cfg_dev_addr:
+0x499e 017902 arg 1 ,regb 
+0x499f 017903 branch usb_send_zero_packet 
+:      017905 usb0_request_get_descriptor:
+0x49a0 017906 bpatch patch1f_1 ,mem_patch1f 
+0x49a1 017907 set0 mark_isstr ,mark 
+0x49a2 017908 fetch 1 ,mem_usb_setup_bvalueh 
+0x49a3 017909 beq dsc_device ,dsc_device_info 
+0x49a4 017910 beq dsc_config ,dsc_config_info 
+0x49a5 017911 beq dsc_string ,dsc_string_info 
+0x49a6 017912 beq dsc_hid ,dsc_hid_info 
+0x49a7 017913 beq dsc_hid_report ,dsc_hid_report_info 
+0x49a8 017914 branch usb0_force_stall 
+:      017916 dsc_hid_info:
+0x49a9 017917 jam 0 ,mem_usb_get_protocol_flag 
+0x49aa 017918 fetch 1 ,mem_usb_setup_windex 
+0x49ab 017919 beq 0 ,dsc_hid_info_interface0 
+0x49ac 017920 beq 1 ,dsc_hid_info_interface1 
+0x49ad 017921 branch usb0_force_stall 
+:      017923 dsc_hid_info_interface0:
+0x49ae 017924 arg mem_confdesc + 19 ,rega 
+0x49af 017925 ifetch 1 ,rega 
+0x49b0 017926 iforce regb 
+0x49b1 017927 branch usb0_respond 
+:      017929 dsc_hid_info_interface1:
+0x49b2 017930 arg mem_confdesc + 44 ,rega 
+0x49b3 017931 ifetch 1 ,rega 
+0x49b4 017932 iforce regb 
+0x49b5 017933 branch usb0_respond 
+:      017935 dsc_device_info:
+0x49b6 017939 fetch 1 ,mem_usb_set_high_addr_flag 
+0x49b7 017940 ncall usb_set_high_addr ,blank 
+0x49b8 017941 setarg mem_devicedesc 
+0x49b9 017942 fetcht 1 ,mem_devicedesc 
+:      017943 dsc_info_set_data_len:
+0x49ba 017944 store 2 ,mem_dsc_info_data_pointer 
+0x49bb 017945 storet 1 ,mem_dsc_info_len 
+0x49bc 017946 fetch 1 ,mem_usb_setup_blength 
+0x49bd 017947 isub temp ,null 
+0x49be 017948 nbranch dsc_info_set_current_data_len ,positive 
+:      017949 dsc_info_set_initial_data_len:
+0x49bf 017950 fetch 1 ,mem_dsc_info_len 
+:      017951 dsc_info_set_data_size_completed:
+0x49c0 017952 iforce regb 
+0x49c1 017953 fetch 2 ,mem_dsc_info_data_pointer 
+0x49c2 017954 add pdata ,1 ,pdata 
+0x49c3 017955 iforce rega 
+0x49c4 017956 branch usb0_respond 
+:      017957 dsc_info_set_current_data_len:
+0x49c5 017958 fetch 1 ,mem_usb_setup_blength 
+0x49c6 017959 branch dsc_info_set_data_size_completed 
+:      017961 usb_set_high_addr:
+0x49c7 017962 hfetch 1 ,core_usb_addr 
+0x49c8 017963 ncall usb0_set_addr ,blank 
+0x49c9 017964 jam 0 ,mem_usb_set_high_addr_flag 
+0x49ca 017965 rtn 
+:      017966 usb0_set_addr:
+0x49cb 017967 hfetch 1 ,core_usb_addr 
+0x49cc 017968 set1 7 ,pdata 
+0x49cd 017969 hstore 1 ,core_usb_addr 
+0x49ce 017970 rtn 
+:      017972 dsc_config_info:
+0x49cf 017973 setarg mem_confdesc 
+0x49d0 017974 fetcht 1 ,mem_confdesc 
+0x49d1 017975 branch dsc_info_set_data_len 
+:      017977 dsc_string_info:
+0x49d2 017978 fetch 1 ,mem_usb_setup_bvalue 
+0x49d3 017979 sub pdata ,3 ,null 
+0x49d4 017980 nbranch usb0_force_stall ,positive 
+0x49d5 017981 fetch 1 ,mem_usb_setup_bvalue 
+0x49d6 017982 arg mem_string0 ,rega 
+0x49d7 017983 beq 0 ,usb0_respond_length 
+0x49d8 017984 set1 mark_isstr ,mark 
+0x49d9 017985 arg mem_string1 ,rega 
+0x49da 017986 beq 1 ,usb0_respond_length 
+0x49db 017987 arg mem_string2 ,rega 
+0x49dc 017988 beq 2 ,usb0_respond_length 
+0x49dd 017989 arg mem_string3 ,rega 
+0x49de 017990 beq 3 ,usb0_respond_length 
+0x49df 017991 rtn 
+:      017993 dsc_hid_report_info:
+0x49e0 017994 fetch 2 ,mem_usb_setup_windex 
+0x49e1 017995 beq 1 ,dsc_hid_report_info0 
+0x49e2 017996 fetch 2 ,mem_hidreportdesc_kb 
+0x49e3 017997 copy pdata ,rega 
+0x49e4 017999 branch usb0_respond_length 
+:      018000 dsc_hid_report_info0:
+0x49e5 018001 jam 1 ,mem_usb_device_enumeration_endflag 
+0x49e6 018002 jam usb_got_report_req ,mem_usb_state 
+0x49e7 018003 fetch 2 ,mem_hidreportdesc_m 
+0x49e8 018004 copy pdata ,rega 
+0x49e9 018006 branch usb0_respond_length 
+:      018009 usb0_request_get_interface:
+0x49ea 018010 fetch 1 ,mem_usb0_state 
+0x49eb 018011 bne dev_configured ,usb0_force_stall 
+0x49ec 018012 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x49ed 018013 bne in_interface ,usb0_force_stall 
+0x49ee 018014 fetch 1 ,mem_usb_setup_bvalue 
+0x49ef 018015 bne 0 ,usb0_force_stall 
+0x49f0 018016 fetch 1 ,mem_usb_setup_bvalueh 
+0x49f1 018017 bne 0 ,usb0_force_stall 
+0x49f2 018018 fetch 1 ,mem_usb_setup_blength 
+0x49f3 018019 bne 1 ,usb0_force_stall 
+0x49f4 018020 fetch 1 ,mem_usb_setup_blengthh 
+0x49f5 018021 bne 0 ,usb0_force_stall 
+0x49f6 018022 fetch 1 ,mem_usb_setup_windex 
+0x49f7 018023 bne 0 ,usb0_force_stall 
+0x49f8 018024 fetch 1 ,mem_usb_setup_windex + 1 
+0x49f9 018025 bne 0 ,usb0_force_stall 
+0x49fa 018026 arg 1 ,regb 
+0x49fb 018027 branch usb_send_zero_packet 
+:      018030 usb0_request_get_status:
+0x49fc 018031 fetch 1 ,mem_usb0_state 
+0x49fd 018032 beq dev_default ,usb0_force_stall 
+0x49fe 018033 fetch 1 ,mem_usb_setup_bvalue 
+0x49ff 018034 bne 0 ,usb0_force_stall 
+0x4a00 018035 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a01 018036 bne 0 ,usb0_force_stall 
+0x4a02 018037 fetch 1 ,mem_usb_setup_blength 
+0x4a03 018038 bne 2 ,usb0_force_stall 
+0x4a04 018039 fetch 1 ,mem_usb_setup_blengthh 
+0x4a05 018040 bne 0 ,usb0_force_stall 
+0x4a06 018041 fetch 1 ,mem_usb_setup_windex + 1 
+0x4a07 018042 bne 0 ,usb0_force_stall 
+0x4a08 018043 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a09 018044 beq in_device ,usb0_get_status_in_device 
+0x4a0a 018045 beq in_interface ,usb0_get_status_in_interface 
+0x4a0b 018046 beq in_endpoint ,usb0_get_status_in_endpoint 
+0x4a0c 018047 branch usb0_force_stall 
+:      018049 usb0_get_status_in_device:
+0x4a0d 018050 fetch 1 ,mem_usb_setup_windex 
+0x4a0e 018051 bne 0 ,usb0_force_stall 
+0x4a0f 018052 arg 2 ,regb 
+0x4a10 018053 fetch 1 ,mem_usb_remote_wakeup 
+0x4a11 018054 beq 0x01 ,usb_send_two_packet 
+:      018056 usb_send_zero_packet:
+0x4a12 018057 arg mem_usb_zero_packet ,rega 
+0x4a13 018058 branch usb0_respond 
+:      018059 usb_send_ones_packet:
+0x4a14 018060 arg mem_usb_ones_packet ,rega 
+0x4a15 018061 branch usb0_respond 
+:      018062 usb_send_two_packet:
+0x4a16 018063 arg mem_usb_two_packet ,rega 
+0x4a17 018064 branch usb0_respond 
+:      018066 usb0_get_status_in_interface:
+0x4a18 018067 fetch 1 ,mem_usb0_state 
+0x4a19 018068 bne dev_configured ,usb0_force_stall 
+0x4a1a 018069 arg 2 ,regb 
+0x4a1b 018070 branch usb_send_zero_packet 
+:      018072 usb0_get_status_in_endpoint:
+0x4a1c 018073 fetch 1 ,mem_usb0_state 
+0x4a1d 018074 bne dev_configured ,usb0_force_stall 
+0x4a1e 018075 fetch 1 ,mem_usb_setup_windex 
+0x4a1f 018076 beq in_ep1 ,usb0_get_status_in_ep_in_ep1 
+0x4a20 018077 beq in_ep2 ,usb0_get_status_in_ep_in_ep2 
+0x4a21 018078 beq in_ep3 ,usb0_get_status_in_ep_in_ep3 
+0x4a22 018079 and_into 0x7f ,pdata 
+0x4a23 018080 beq 0x00 ,usb0_get_status_in_ep_in_ep0 
+0x4a24 018081 branch usb0_force_stall 
+:      018083 usb0_get_status_in_ep_in_ep0:
+0x4a25 018084 fetch 1 ,mem_usb_ep0_stall_status 
+:      018085 usb0_get_status_in_ep_in_ack:
+0x4a26 018086 arg 2 ,regb 
+0x4a27 018087 beq 1 ,usb_send_ones_packet 
+0x4a28 018088 branch usb_send_zero_packet 
+:      018089 usb0_get_status_in_ep_in_ep1:
+0x4a29 018090 fetch 1 ,mem_usb_ep1_stall_status 
+0x4a2a 018091 branch usb0_get_status_in_ep_in_ack 
+:      018092 usb0_get_status_in_ep_in_ep2:
+0x4a2b 018093 fetch 1 ,mem_usb_ep2_stall_status 
+0x4a2c 018094 branch usb0_get_status_in_ep_in_ack 
+:      018095 usb0_get_status_in_ep_in_ep3:
+0x4a2d 018096 fetch 1 ,mem_usb_ep3_stall_status 
+0x4a2e 018097 branch usb0_get_status_in_ep_in_ack 
+:      018099 usb_get_idle:
+0x4a2f 018100 jam 1 ,mem_usb_idle_flag 
+0x4a30 018101 arg mem_usb_idle_rate ,rega 
+0x4a31 018102 arg 1 ,regb 
+0x4a32 018103 branch usb0_respond 
+:      018105 usb_get_report:
+0x4a33 018106 fetch 2 ,mem_usb_setup_bvalue 
+0x4a34 018107 arg pc_get_report ,temp 
+0x4a35 018108 isub temp ,null 
+0x4a36 018109 nbranch usb0_force_stall ,zero 
+0x4a37 018110 set0 mark_isstr ,mark 
+:      018111 usb_get_report_dispose:
+0x4a38 018112 fetch 1 ,mem_usb0_data_ready_report 
+0x4a39 018113 nbranch usb_get_report_data_success ,blank 
+0x4a3a 018114 jam pc_get_nondata ,mem_usb0_get_report_data 
+:      018115 usb_get_report_send_data:
+0x4a3b 018116 fetch 1 ,mem_usb_setup_blength 
+0x4a3c 018117 iforce regb 
+0x4a3d 018118 arg mem_usb0_get_report_data ,rega 
+0x4a3e 018119 call usb0_respond 
+:      018120 usb_get_report_data_release:
+0x4a3f 018121 arg mem_usb0_get_report_data ,contw 
+0x4a40 018122 arg 8 ,loopcnt 
+0x4a41 018123 branch memset0 
+:      018124 usb_get_report_data_success:
+0x4a42 018125 jam 0 ,mem_usb0_data_ready_report 
+0x4a43 018126 jam pc_get_data ,mem_usb0_get_report_data 
+0x4a44 018127 branch usb_get_report_send_data 
+:      018129 usb_get_protocol_req:
+0x4a45 018130 fetch 1 ,mem_usb_setup_blength 
+0x4a46 018131 bne 1 ,usb0_force_stall 
+0x4a47 018132 jam 1 ,mem_usb_get_protocol_flag 
+0x4a48 018133 arg 1 ,regb 
+0x4a49 018134 fetch 1 ,mem_usb_set_protocol_value 
+0x4a4a 018135 beq 0 ,usb_get_report_protocol 
+0x4a4b 018136 beq 1 ,usb_get_boot_protocol 
+0x4a4c 018137 branch usb_send_zero_packet 
+:      018138 usb_get_report_protocol:
+0x4a4d 018139 branch usb_send_ones_packet 
+:      018140 usb_get_boot_protocol:
+0x4a4e 018141 branch usb_send_zero_packet 
+:      018146 usb0_request_clear_feature:
+0x4a4f 018147 fetch 1 ,mem_usb0_state 
+0x4a50 018148 bne dev_configured ,usb0_force_stall 
+0x4a51 018149 fetch 1 ,mem_usb_setup_blength 
+0x4a52 018150 bne 0 ,usb0_force_stall 
+0x4a53 018151 fetch 1 ,mem_usb_setup_blengthh 
+0x4a54 018152 bne 0 ,usb0_force_stall 
+0x4a55 018153 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a56 018154 bne 0 ,usb0_force_stall 
+0x4a57 018155 fetch 1 ,mem_usb_setup_windex + 1 
+0x4a58 018156 bne 0 ,usb0_force_stall 
+0x4a59 018157 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a5a 018158 beq out_device ,usb0_request_clear_feature_out_device 
+0x4a5b 018159 beq out_interface ,usb0_request_clear_feature_out_interface 
+0x4a5c 018160 beq out_endpoint ,usb0_request_clear_feature_out_endpoint 
+0x4a5d 018161 branch usb0_force_stall 
+:      018163 usb0_request_clear_feature_out_device:
+0x4a5e 018164 fetch 1 ,mem_usb_setup_bvalue 
+0x4a5f 018165 bne device_remote_wakeup ,usb0_force_stall 
+0x4a60 018166 hfetch 1 ,core_usb_config 
+0x4a61 018167 set0 7 ,pdata 
+0x4a62 018168 hstore 1 ,core_usb_config 
+0x4a63 018169 jam 0 ,mem_usb_remote_wakeup 
+0x4a64 018170 jam 1 ,mem_usb_clear_remote_wakeup 
+0x4a65 018171 branch usb0_reply_zerolen 
+:      018173 usb0_request_clear_feature_out_interface:
+0x4a66 018174 branch usb0_force_stall 
+:      018176 usb0_request_clear_feature_out_endpoint:
+0x4a67 018177 fetch 1 ,mem_usb_setup_bvalue 
+0x4a68 018178 bne endpoint_halt ,usb0_force_stall 
+0x4a69 018179 fetch 1 ,mem_usb_setup_windex 
+0x4a6a 018180 beq in_ep1 ,usb0_force_stall_ep1_in_off 
+0x4a6b 018181 beq in_ep2 ,usb0_force_stall_ep2_in_off 
+0x4a6c 018182 beq in_ep3 ,usb0_force_stall_ep3_in_off 
+0x4a6d 018183 and_into 0x7f ,pdata 
+0x4a6e 018184 beq 0x00 ,usb0_force_stall_ep0_in_off 
+0x4a6f 018185 branch usb0_force_stall 
+:      018187 usb0_force_stall_ep0_in_off:
+0x4a70 018188 jam 0 ,mem_usb_ep0_stall_status 
+0x4a71 018189 branch usb0_reply_zerolen 
+:      018190 usb0_force_stall_ep1_in_off:
+0x4a72 018191 jam 0 ,mem_usb_ep1_stall_status 
+:      018192 usb0_force_stall_ep1_in_off_reply:
+0x4a73 018193 jam 1 ,mem_usb_clear_halt 
+0x4a74 018194 branch usb0_reply_zerolen 
+:      018195 usb0_force_stall_ep2_in_off:
+0x4a75 018196 jam 0 ,mem_usb_ep2_stall_status 
+0x4a76 018197 branch usb0_force_stall_ep1_in_off_reply 
+:      018198 usb0_force_stall_ep3_in_off:
+0x4a77 018199 jam 0 ,mem_usb_ep3_stall_status 
+0x4a78 018200 branch usb0_force_stall_ep1_in_off_reply 
+:      018203 usb0_request_set_feature:
+0x4a79 018204 fetch 1 ,mem_usb_setup_blength 
+0x4a7a 018205 bne 0 ,usb0_force_stall 
+0x4a7b 018206 fetch 1 ,mem_usb_setup_blengthh 
+0x4a7c 018207 bne 0 ,usb0_force_stall 
+0x4a7d 018208 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4a7e 018209 beq out_device ,usb0_request_set_feature_out_device 
+0x4a7f 018210 beq out_interface ,usb0_request_set_feature_out_interface 
+0x4a80 018211 beq out_endpoint ,usb0_request_set_feature_out_endpoint 
+0x4a81 018212 branch usb0_force_stall 
+:      018214 usb0_request_set_feature_out_device:
+0x4a82 018215 fetch 1 ,mem_usb_setup_bvalue 
+0x4a83 018216 bne device_remote_wakeup ,usb0_force_stall 
+0x4a84 018217 hfetch 1 ,core_usb_config 
+0x4a85 018218 set1 7 ,pdata 
+0x4a86 018219 hstore 1 ,core_usb_config 
+0x4a87 018220 jam 1 ,mem_usb_remote_wakeup 
+0x4a88 018221 jam usb_sleep ,mem_usb_state 
+0x4a89 018222 jam 0 ,mem_usb_tx_win_enable 
+0x4a8a 018223 call usb0_reply_zerolen 
+:      018224 usb_wakeup_timer_reinit:
+0x4a8b 018225 call timer_reinit 
+0x4a8c 018226 setarg timer_wakeup_delay 
+0x4a8d 018227 arg timer_wakeup ,queue 
+0x4a8e 018228 branch timer_init 
+:      018230 usb0_request_set_feature_out_interface:
+0x4a8f 018231 branch usb0_force_stall 
+:      018233 usb0_request_set_feature_out_endpoint:
+0x4a90 018234 fetch 1 ,mem_usb_setup_bvalue 
+0x4a91 018235 bne endpoint_halt ,usb0_force_stall 
+0x4a92 018236 fetch 1 ,mem_usb_setup_bvalueh 
+0x4a93 018237 bne 0 ,usb0_force_stall 
+0x4a94 018238 fetch 1 ,mem_usb_setup_windex 
+0x4a95 018239 beq in_ep1 ,usb0_force_stall_ep1_in_on 
+0x4a96 018240 beq in_ep2 ,usb0_force_stall_ep2_in_on 
+0x4a97 018241 beq in_ep3 ,usb0_force_stall_ep3_in_on 
+0x4a98 018242 and_into 0x7f ,pdata 
+0x4a99 018243 beq 0x00 ,usb0_force_stall_ep0_in_on 
+0x4a9a 018244 branch usb0_force_stall 
+:      018246 usb0_force_stall_ep0_in_on:
+0x4a9b 018247 jam 1 ,mem_usb_ep0_stall_status 
+0x4a9c 018248 branch usb0_reply_zerolen 
+:      018249 usb0_force_stall_ep1_in_on:
+0x4a9d 018250 jam 1 ,mem_usb_ep1_stall_status 
+0x4a9e 018251 branch usb0_reply_zerolen 
+:      018252 usb0_force_stall_ep2_in_on:
+0x4a9f 018253 jam 1 ,mem_usb_ep2_stall_status 
+0x4aa0 018254 branch usb0_reply_zerolen 
+:      018255 usb0_force_stall_ep3_in_on:
+0x4aa1 018256 jam 1 ,mem_usb_ep3_stall_status 
+0x4aa2 018257 branch usb0_reply_zerolen 
+:      018260 usb0_request_set_address:
+0x4aa3 018261 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4aa4 018262 bne out_device ,usb0_force_stall 
+0x4aa5 018263 fetch 1 ,mem_usb_setup_windex 
+0x4aa6 018264 bne 0 ,usb0_force_stall 
+0x4aa7 018265 fetch 1 ,mem_usb_setup_windex + 1 
+0x4aa8 018266 bne 0 ,usb0_force_stall 
+0x4aa9 018267 fetch 1 ,mem_usb_setup_blength 
+0x4aaa 018268 bne 0 ,usb0_force_stall 
+0x4aab 018269 fetch 1 ,mem_usb_setup_blengthh 
+0x4aac 018270 bne 0 ,usb0_force_stall 
+0x4aad 018271 fetch 1 ,mem_usb_setup_bvalueh 
+0x4aae 018272 bne 0 ,usb0_force_stall 
+0x4aaf 018273 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab0 018274 and_into 0x80 ,pdata 
+0x4ab1 018275 bne 0 ,usb0_force_stall 
+0x4ab2 018276 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab3 018277 bne 0 ,usb_usb0_state_set_dev_addr 
+:      018278 usb_usb0_state_set_dev_default:
+0x4ab4 018279 jam dev_default ,mem_usb0_state 
+:      018280 usb0_request_set_wait_address:
+0x4ab5 018281 fetch 1 ,mem_usb_setup_bvalue 
+0x4ab6 018282 hstore 1 ,core_usb_addr 
+0x4ab7 018283 call usb0_reply_zerolen 
+0x4ab8 018284 jam 1 ,mem_usb_set_high_addr_flag 
+0x4ab9 018285 rtn 
+:      018286 usb_usb0_state_set_dev_addr:
+0x4aba 018287 jam dev_address ,mem_usb0_state 
+0x4abb 018288 branch usb0_request_set_wait_address 
+:      018291 usb0_request_set_configuration:
+0x4abc 018292 fetch 1 ,mem_usb0_state 
+0x4abd 018293 beq dev_default ,usb0_force_stall 
+0x4abe 018294 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4abf 018295 bne out_device ,usb0_force_stall 
+0x4ac0 018296 fetch 1 ,mem_usb_setup_windex 
+0x4ac1 018297 bne 0 ,usb0_force_stall 
+0x4ac2 018298 fetch 1 ,mem_usb_setup_windex + 1 
+0x4ac3 018299 bne 0 ,usb0_force_stall 
+0x4ac4 018300 fetch 1 ,mem_usb_setup_blength 
+0x4ac5 018301 bne 0 ,usb0_force_stall 
+0x4ac6 018302 fetch 1 ,mem_usb_setup_blengthh 
+0x4ac7 018303 bne 0 ,usb0_force_stall 
+0x4ac8 018304 fetch 1 ,mem_usb_setup_bvalue + 1 
+0x4ac9 018305 bne 0 ,usb0_force_stall 
+0x4aca 018306 fetch 1 ,mem_usb_setup_bvalue 
+0x4acb 018307 sub pdata ,usb_max_num_cfg ,null 
+0x4acc 018308 nbranch usb0_force_stall ,positive 
+0x4acd 018309 fetch 1 ,mem_usb0_state 
+0x4ace 018310 beq dev_address ,usb0_request_set_cfg_addr_state 
+0x4acf 018311 beq dev_configured ,usb0_request_set_cfg_cfg_state 
+0x4ad0 018312 branch usb0_force_stall 
+:      018314 usb0_request_set_cfg_addr_state:
+:      018315 usb0_request_set_cfg_cfg_state:
+0x4ad1 018316 fetch 1 ,mem_usb_setup_bvalue 
+0x4ad2 018317 beq 0 ,usb0_request_set_cfg_stay_addr_state 
+0x4ad3 018318 jam dev_configured ,mem_usb0_state 
+0x4ad4 018319 branch usb0_reply_zerolen 
+:      018320 usb0_request_set_cfg_stay_addr_state:
+0x4ad5 018321 jam dev_address ,mem_usb0_state 
+0x4ad6 018322 branch usb0_reply_zerolen 
+:      018325 usb0_request_set_interface:
+0x4ad7 018326 fetch 1 ,mem_usb0_state 
+0x4ad8 018327 bne dev_configured ,usb0_force_stall 
+0x4ad9 018328 fetch 1 ,mem_usb_setup_bmrequesttype 
+0x4ada 018329 bne out_interface ,usb0_force_stall 
+0x4adb 018330 fetch 1 ,mem_usb_setup_bvalue 
+0x4adc 018331 bne 0 ,usb0_force_stall 
+0x4add 018332 fetch 1 ,mem_usb_setup_bvalueh 
+0x4ade 018333 bne 0 ,usb0_force_stall 
+0x4adf 018334 fetch 1 ,mem_usb_setup_blength 
+0x4ae0 018335 bne 0 ,usb0_force_stall 
+0x4ae1 018336 fetch 1 ,mem_usb_setup_blengthh 
+0x4ae2 018337 bne 0 ,usb0_force_stall 
+0x4ae3 018338 fetch 1 ,mem_usb_setup_windex 
+0x4ae4 018339 bne 0 ,usb0_force_stall 
+0x4ae5 018340 fetch 1 ,mem_usb_setup_windex + 1 
+0x4ae6 018341 bne 0 ,usb0_force_stall 
+0x4ae7 018342 branch usb0_reply_zerolen 
+:      018345 usb_set_idle:
+0x4ae8 018346 jam 1 ,mem_usb_idle_flag 
+0x4ae9 018347 fetch 1 ,mem_usb_setup_bvalueh 
+0x4aea 018348 store 1 ,mem_usb_idle_rate 
+0x4aeb 018349 fetch 1 ,mem_usb_setup_windex 
+0x4aec 018350 sub pdata ,1 ,null 
+0x4aed 018351 call usb_clear_remote_wakeup_set0 ,zero 
+0x4aee 018352 fetch 1 ,mem_usb_state 
+0x4aef 018353 bne usb_resume ,usb0_reply_zerolen 
+0x4af0 018354 jam usb_connected ,mem_usb_state 
+0x4af1 018355 call usb0_reply_zerolen 
+0x4af2 018356 nop 30000 
+0x4af3 018357 nop 30000 
+0x4af4 018358 rtn 
+:      018359 usb_clear_remote_wakeup_set0:
+0x4af5 018360 jam 1 ,mem_usb_device_enumeration_endflag 
+0x4af6 018361 jam 0 ,mem_usb_clear_remote_wakeup 
+0x4af7 018362 jam usb_resume ,mem_usb_state 
+0x4af8 018363 rtn 
+:      018366 usb_set_report:
+0x4af9 018367 jam 1 ,mem_usb0_get_set_report 
+0x4afa 018368 call usb_set_report_resume_judge 
+0x4afb 018369 fetch 2 ,mem_usb_setup_bvalue 
+0x4afc 018370 store 2 ,mem_usb_setup_bvalue_temp 
+0x4afd 018371 fetch 1 ,mem_usb_setup_blength 
+0x4afe 018372 iforce loopcnt 
+0x4aff 018373 arg mem_usb0_setup ,contr 
+0x4b00 018374 arg mem_usb0_set_report_data ,contw 
+0x4b01 018375 call memcpy 
+0x4b02 018376 branch usb0_reply_zerolen 
+:      018378 usb_set_report_resume_judge:
+0x4b03 018379 fetch 2 ,mem_usb_setup_bvalue 
+0x4b04 018380 arg pc_set_report_bvalue ,temp 
+0x4b05 018381 isub temp ,null 
+0x4b06 018382 nrtn zero 
+0x4b07 018383 fetch 2 ,mem_usb_setup_windex 
+0x4b08 018384 arg pc_set_report_windex ,temp 
+0x4b09 018385 isub temp ,null 
+0x4b0a 018386 nrtn zero 
+0x4b0b 018387 fetch 2 ,mem_usb_setup_blength 
+0x4b0c 018388 arg pc_set_report_blength ,temp 
+0x4b0d 018389 isub temp ,null 
+0x4b0e 018390 nrtn zero 
+0x4b0f 018391 jam 1 ,mem_usb_tx_win_enable 
+0x4b10 018392 rtn 
+:      018395 usb_set_protocol_req:
+0x4b11 018396 fetch 1 ,mem_usb_setup_blength 
+0x4b12 018397 bne 0 ,usb0_force_stall 
+0x4b13 018398 fetch 1 ,mem_usb_setup_bvalue 
+0x4b14 018399 beq boot_protocol ,usb_set_boot_protocol 
+0x4b15 018400 beq report_protocol ,usb_set_report_protocol 
+0x4b16 018401 branch usb0_force_stall 
+:      018402 usb_set_boot_protocol:
+0x4b17 018403 jam 0 ,mem_usb_set_protocol_status 
+0x4b18 018404 jam 1 ,mem_usb_set_protocol_value 
+0x4b19 018405 branch usb0_reply_zerolen 
+:      018406 usb_set_report_protocol:
+0x4b1a 018407 jam 1 ,mem_usb_tx_mac_enable 
+0x4b1b 018408 jam 1 ,mem_usb_set_protocol_status 
+0x4b1c 018409 jam 0 ,mem_usb_set_protocol_value 
+0x4b1d 018410 branch usb0_reply_zerolen 
+:      018413 usb0_respond_length:
+0x4b1e 018414 ifetch 1 ,rega 
+0x4b1f 018415 iforce regb 
+0x4b20 018416 increase 1 ,rega 
+:      018418 usb0_respond:
+0x4b21 018419 bpatch patch1f_2 ,mem_patch1f 
+0x4b22 018420 bmark0 mark_isstr ,usb0_respond0 
+0x4b23 018421 add regb ,1 ,pdata 
+0x4b24 018422 lshift pdata ,pdata 
+0x4b25 018423 hstore 1 ,core_usb_dfifo0 
+0x4b26 018424 jam 3 ,core_usb_dfifo0 
+0x4b27 018425 fetch 1 ,mem_usb_setup_blength 
+0x4b28 018426 increase -2 ,pdata 
+0x4b29 018427 rshift pdata ,pdata 
+0x4b2a 018428 store 1 ,mem_usb_setup_blength 
+0x4b2b 018429 beq 0 ,usb_no_respond_data 
+:      018430 usb0_respond0:
+0x4b2c 018431 fetch 2 ,mem_usb_setup_blength 
+0x4b2d 018432 isub regb ,null 
+0x4b2e 018433 branch usb0_respond1 ,positive 
+0x4b2f 018434 copy pdata ,regb 
+:      018435 usb0_respond1:
+0x4b30 018436 deposit rega 
+0x4b31 018437 store 2 ,mem_bufptr 
+0x4b32 018438 deposit regb 
+0x4b33 018439 store 1 ,mem_remain 
+0x4b34 018440 branch usb0_tx 
+:      018442 usb_no_respond_data:
+0x4b35 018443 arg 0 ,queue 
+0x4b36 018444 branch usb_trig 
+:      018447 usb0_tx:
+0x4b37 018448 bpatch patch1f_3 ,mem_patch1f 
+0x4b38 018449 fetch 1 ,mem_remain 
+0x4b39 018450 rtn blank 
+0x4b3a 018451 copy pdata ,loopcnt 
+0x4b3b 018452 sub pdata ,ep0_packet_size ,null 
+0x4b3c 018453 branch usb0_tx_info ,positive 
+0x4b3d 018454 arg ep0_packet_size ,loopcnt 
+:      018455 usb0_tx_info:
+0x4b3e 018456 fetch 1 ,mem_remain 
+0x4b3f 018457 isub loopcnt ,pdata 
+0x4b40 018458 store 1 ,mem_remain 
+0x4b41 018459 fetch 2 ,mem_bufptr 
+0x4b42 018460 copy pdata ,contr 
+:      018461 usb0_tx0:
+0x4b43 018462 ifetch 1 ,contr 
+0x4b44 018463 hstore 1 ,core_usb_dfifo0 
+0x4b45 018464 bmark0 mark_isstr ,usb0_tx1 
+0x4b46 018465 jam 0 ,core_usb_dfifo0 
+:      018466 usb0_tx1:
+0x4b47 018467 loop usb0_tx0 
+0x4b48 018468 copy contr ,pdata 
+0x4b49 018469 store 2 ,mem_bufptr 
+0x4b4a 018470 arg 0 ,queue 
+0x4b4b 018471 call usb_trig 
+0x4b4c 018472 fetch 1 ,mem_remain 
+0x4b4d 018473 nrtn blank 
+0x4b4e 018474 fetch 1 ,mem_usb_state 
+0x4b4f 018475 rtnne usb_got_report_req 
+0x4b50 018476 jam usb_connected ,mem_usb_state 
+0x4b51 018477 rtn 
+:      018480 usb_tx_ep1:
+0x4b52 018481 arg core_usb_dfifo1 ,rega 
+0x4b53 018482 arg 1 ,queue 
+:      018483 usb_tx_loop:
+0x4b54 018484 ifetch 1 ,contr 
+0x4b55 018485 istore 1 ,rega 
+0x4b56 018486 loop usb_tx_loop 
+:      018487 usb_trig:
+0x4b57 018488 setarg 0 
+0x4b58 018489 qset1 pdata 
+0x4b59 018490 hstore 1 ,core_usb_trig 
+0x4b5a 018491 fetcht 1 ,mem_usb_tx_wait 
+0x4b5b 018492 ior temp ,pdata 
+0x4b5c 018493 store 1 ,mem_usb_tx_wait 
+0x4b5d 018494 rtn 
+:      018496 usb_tx_ep2:
+0x4b5e 018497 arg 2 ,queue 
+0x4b5f 018498 arg core_usb_dfifo2 ,rega 
+0x4b60 018499 branch usb_tx_loop 
+:      018501 usb_tx:
+0x4b61 018502 bpatch patch1f_4 ,mem_patch1f 
+0x4b62 018503 fetch 1 ,mem_usb_tx_enable 
+0x4b63 018504 rtn blank 
+0x4b64 018505 fetch 1 ,mem_usb_tx_wait 
+0x4b65 018506 nbranch usb_inwake_state_tx_dispose ,blank 
+0x4b66 018507 fetch 1 ,mem_usb_device_enumeration_endflag 
+0x4b67 018508 branch usb_tx_fifo_release ,blank 
+0x4b68 018509 fetch 1 ,mem_usb_state 
+0x4b69 018510 beq usb_sleep ,usb_windows_wakeup 
+0x4b6a 018511 bne usb_connected ,usb_tx_fifo_release 
+0x4b6b 018512 fetch 1 ,mem_usb_clear_remote_wakeup 
+0x4b6c 018513 nbranch usb_tx_fifo_release ,blank 
+0x4b6d 018514 call usb_tx_data_ep1 
+0x4b6e 018515 branch usb_tx_data_ep2 
+:      018517 usb_tx_data_ep1:
+0x4b6f 018518 fetch 1 ,mem_usb_tx_enable 
+0x4b70 018519 rtnbit0 1 
+0x4b71 018520 fetch 1 ,mem_usb_tx_wait 
+0x4b72 018521 rtnbit1 1 
+0x4b73 018522 fetch 1 ,mem_usb_tx_enable 
+0x4b74 018523 set0 1 ,pdata 
+0x4b75 018524 store 1 ,mem_usb_tx_enable 
+0x4b76 018525 fetch 1 ,mem_usb_ep1_data 
+0x4b77 018526 rtn blank 
+0x4b78 018527 beq usb_ep1_kb ,usb_tx_kb_normal_data 
+0x4b79 018528 branch assert 
+:      018530 usb_tx_data_ep2:
+0x4b7a 018531 fetch 1 ,mem_usb_tx_enable 
+0x4b7b 018532 rtnbit0 2 
+0x4b7c 018533 fetch 1 ,mem_usb_tx_wait 
+0x4b7d 018534 rtnbit1 2 
+0x4b7e 018535 fetch 1 ,mem_usb_tx_enable 
+0x4b7f 018536 set0 2 ,pdata 
+0x4b80 018537 store 1 ,mem_usb_tx_enable 
+0x4b81 018538 fetch 1 ,mem_usb_ep2_data 
+0x4b82 018539 rtn blank 
+0x4b83 018540 beq usb_ep2_ms ,usb_tx_ms_data 
+0x4b84 018541 beq usb_ep2_multikey ,usb_tx_kb_multikey_data 
+0x4b85 018542 branch assert 
+:      018544 usb_tx_fifo_release:
+0x4b86 018546 arg mem_usb_mouse_data ,contw 
+0x4b87 018547 arg 6 ,loopcnt 
+0x4b88 018548 branch memset0 
+:      018550 usb_tx_ms_data:
+0x4b89 018551 fetch 1 ,mem_usb_idle_flag 
+0x4b8a 018552 fetcht 1 ,mem_usb_get_protocol_flag 
+0x4b8b 018553 iand temp ,pdata 
+0x4b8c 018554 branch usb_tx_ms_data_normal_mode ,blank 
+0x4b8d 018555 fetcht 1 ,mem_usb_set_protocol_status 
+0x4b8e 018556 iadd temp ,pdata 
+0x4b8f 018557 beq mac_boot_mode ,usb_tx_ms_data_mac_boot_mode 
+0x4b90 018558 branch usb_tx_ms_data_normal_mode 
+:      018560 usb_tx_ms_data_mac_boot_mode:
+0x4b91 018561 jam 0 ,mem_usb_ep2_data 
+:      018562 usb_tx_ms_data_mac_boot_regroup:
+0x4b92 018563 fetch 1 ,mem_usb_mouse_data + 1 
+0x4b93 018564 beq r_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x4b94 018565 beq lr_key ,usb_tx_mac_boot_ms_regroup_r_or_lrkey 
+0x4b95 018566 fetch 1 ,mem_usb_mouse_data + 1 
+0x4b96 018567 store 1 ,mem_usb_mouse_data 
+0x4b97 018568 fetch 1 ,mem_usb_mouse_data + 2 
+0x4b98 018569 istore 1 ,contw 
+0x4b99 018570 fetch 1 ,mem_usb_mouse_data + 4 
+0x4b9a 018571 istore 1 ,contw 
+0x4b9b 018572 fetch 1 ,mem_usb_mouse_data + 6 
+0x4b9c 018573 istore 1 ,contw 
+0x4b9d 018574 arg 4 ,loopcnt 
+0x4b9e 018575 arg mem_usb_mouse_data ,contr 
+0x4b9f 018576 branch usb_tx_ep2 
+:      018578 usb_tx_ms_data_normal_mode:
+0x4ba0 018579 jam 0 ,mem_usb_ep2_data 
+:      018580 usb_tx_mac_boot_ms_regroup_r_or_lrkey:
+0x4ba1 018581 arg 8 ,loopcnt 
+0x4ba2 018582 arg mem_usb_mouse_data ,contr 
+0x4ba3 018583 branch usb_tx_ep2 
+:      018585 usb_tx_kb_multikey_data:
+0x4ba4 018586 jam 0 ,mem_usb_ep2_data 
+0x4ba5 018587 arg 3 ,loopcnt 
+0x4ba6 018588 arg mem_usb_kb_multikey ,contr 
+0x4ba7 018589 branch usb_tx_ep2 
+:      018591 usb_tx_kb_normal_data:
+0x4ba8 018592 jam 0 ,mem_usb_ep1_data 
+0x4ba9 018593 arg 8 ,loopcnt 
+0x4baa 018594 arg mem_usb_kb_data ,contr 
+0x4bab 018595 branch usb_tx_ep1 
+:      018597 usb_inwake_state_tx_dispose:
+0x4bac 018598 fetch 1 ,mem_usb_state 
+0x4bad 018599 beq usb_sleep ,usb_clear_tx_wait 
+0x4bae 018600 beq usb_connected ,usb_mac_wakeup_trig 
+0x4baf 018601 rtn 
+:      018602 usb_clear_tx_wait:
+0x4bb0 018603 jam 0 ,mem_usb_tx_wait 
+0x4bb1 018604 rtn 
+:      018605 usb_mac_wakeup_trig:
+0x4bb2 018606 hfetch 1 ,core_usb_config 
+0x4bb3 018607 set1 7 ,pdata 
+0x4bb4 018608 hstore 1 ,core_usb_config 
+0x4bb5 018609 jam 1 ,mem_usb_mac_wakeup_trig 
+0x4bb6 018610 rtn 
+:      018612 usb_mac_wakeup_judge:
+0x4bb7 018613 fetch 1 ,mem_usb_state 
+0x4bb8 018614 rtneq usb_sleep 
+0x4bb9 018615 beq usb_connected ,usb_mac_wakeup 
+0x4bba 018616 rtn 
+:      018617 usb_mac_wakeup:
+0x4bbb 018618 fetch 1 ,mem_usb_mac_wakeup_trig 
+0x4bbc 018619 rtn blank 
+0x4bbd 018620 jam 1 ,mem_usb_wakestate_onetime_flag 
+0x4bbe 018621 branch usb_wakeup 
+:      018623 usb_windows_wakeup:
+0x4bbf 018624 arg timer_wakeup ,queue 
+0x4bc0 018625 call timer_check 
+0x4bc1 018626 nrtn blank 
+:      018627 usb_wakeup:
+0x4bc2 018628 hfetch 1 ,core_usb_config 
+0x4bc3 018629 rtnbit0 7 
+0x4bc4 018630 jam 0xfc ,core_usb_config 
+0x4bc5 018631 nop 30000 
+0x4bc6 018632 jam 0x3c ,core_usb_config 
+0x4bc7 018633 rtn 
+:      018640 hci_rx_h4:
+0x4bc8 018641 bpatch patch1f_5 ,mem_patch1f 
+0x4bc9 018642 fetch 1 ,mem_hci_cmd 
+0x4bca 018643 nrtn blank 
+:      018644 hci_rx_h4_1:
+0x4bcb 018645 call hci_h4_parse_packet 
+0x4bcc 018646 ncall h4_rx_discard_packet ,user 
+0x4bcd 018647 rtn 
+:      018649 hci_h4_parse_packet:
+0x4bce 018650 bpatch patch1f_6 ,mem_patch1f 
+0x4bcf 018651 copy contru ,rega 
+0x4bd0 018652 arg 4 ,temp 
+0x4bd1 018653 ifetch 1 ,contru 
+0x4bd2 018654 beq hci_h4_type_cmd ,hci_h4_parse_packet_wait_len 
+0x4bd3 018655 increase 1 ,temp 
+0x4bd4 018656 beq hci_h4_type_acl ,hci_h4_parse_packet_wait_len 
+0x4bd5 018657 copy contru ,pdata 
+0x4bd6 018658 hstore 2 ,core_uart_rrptr 
+0x4bd7 018659 rtn 
+:      018660 hci_h4_parse_packet_wait_len:
+0x4bd8 018661 hfetch 2 ,core_uart_rxitems 
+0x4bd9 018662 isub temp ,null 
+0x4bda 018663 nbranch hci_h4_parse_packet_wait_len ,positive 
+0x4bdb 018665 disable user 
+0x4bdc 018666 copy rega ,contru 
+0x4bdd 018667 call h4_get_rx_payload_len 
+0x4bde 018668 iadd temp ,temp 
+:      018669 hci_h4_parse_packet_wait:
+0x4bdf 018670 hfetch 2 ,core_uart_rxitems 
+0x4be0 018671 isub temp ,null 
+0x4be1 018672 nbranch hci_h4_parse_packet_wait ,positive 
+0x4be2 018673 copy rega ,contru 
+0x4be3 018674 ifetch 1 ,contru 
+0x4be4 018675 beq hci_h4_type_cmd ,process_hci_cmd 
+0x4be5 018676 branch assert 
+:      018678 h4_rx_discard_packet:
+0x4be6 018679 bpatch patch1f_7 ,mem_patch1f 
+0x4be7 018680 hfetch 2 ,core_uart_rrptr 
+0x4be8 018681 iforce contru 
+0x4be9 018682 call h4_get_rx_payload_len 
+0x4bea 018683 iadd contru ,contru 
+0x4beb 018684 deposit contru 
+0x4bec 018685 hstore 2 ,core_uart_rrptr 
+0x4bed 018686 rtn 
+:      018691 h4_get_rx_payload_len:
+0x4bee 018692 ifetch 1 ,contru 
+0x4bef 018693 increase 2 ,contru 
+0x4bf0 018694 beq hci_h4_type_acl ,h4_get_rx_payload_len_acl 
+0x4bf1 018695 ifetch 1 ,contru 
+0x4bf2 018696 rtn 
+:      018697 h4_get_rx_payload_len_acl:
+0x4bf3 018698 ifetch 2 ,contru 
+0x4bf4 018699 rtn 
+:      018701 h4_get_tx_ptr:
+0x4bf5 018702 hfetch 2 ,core_uart_twptr 
+0x4bf6 018703 increase -5 ,contwu 
+0x4bf7 018704 iadd contwu ,contwu 
+0x4bf8 018705 rtn 
+:      018707 h4_send_packet_event:
+0x4bf9 018708 arg hci_h4_type_event ,temp 
+0x4bfa 018709 branch h4_send_packet 
+:      018710 h4_send_packet_acl:
+0x4bfb 018711 arg hci_h4_type_acl ,temp 
+:      018712 h4_send_packet:
+0x4bfc 018713 bpatchx patch20_0 ,mem_patch20 
+0x4bfd 018714 increase 1 ,loopcnt 
+0x4bfe 018715 hfetch 2 ,core_uart_twptr 
+0x4bff 018716 copy pdata ,contwu 
+0x4c00 018717 copy loopcnt ,pdata 
+0x4c01 018718 istoret 1 ,contwu 
+0x4c02 018719 increase -1 ,pdata 
+0x4c03 018720 iadd contwu ,contwu 
+0x4c04 018721 copy contwu ,pdata 
+0x4c05 018722 store 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c06 018723 copy temp ,pdata 
+0x4c07 018724 rtneq hci_h4_type_acl 
+0x4c08 018725 fetch 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c09 018726 hstore 2 ,core_uart_twptr 
+0x4c0a 018727 branch h4_send_acl_trigger_clear 
+:      018730 h4_send_acl_trigger_clear:
+0x4c0b 018731 setarg 0 
+0x4c0c 018732 store 2 ,mem_hci_acl_tx_trigger_wptr 
+0x4c0d 018733 rtn 
+:      018740 hci_init:
+0x4c0e 018741 rtn wake 
+0x4c0f 018742 setarg hci_idle_dispatch 
+0x4c10 018743 store 2 ,mem_cb_idle_process 
+0x4c11 018745 setarg uart_baud_115200 
+0x4c12 018746 store uart_baud_len ,mem_baud 
+:      018747 hci_lpm_init:
+0x4c13 018748 setarg mem_h5rx_buf 
+0x4c14 018749 hstore 2 ,core_uart_rsaddr 
+0x4c15 018750 setarg mem_h5rx_buf_end 
+0x4c16 018751 hstore 2 ,core_uart_readdr 
+0x4c17 018752 setarg mem_h5tx_buf 
+0x4c18 018753 hstore 2 ,core_uart_tsaddr 
+0x4c19 018754 call hci_sel_init 
+:      018755 hci_reinit:
+0x4c1a 018756 jam 0x0 ,core_uart_ctrl 
+0x4c1b 018757 setarg mem_h5tx_buf 
+0x4c1c 018758 hstore 2 ,core_uart_twptr 
+0x4c1d 018759 hstore 2 ,core_uart_trptrp 
+0x4c1e 018760 setarg mem_h5rx_buf 
+0x4c1f 018761 hstore 2 ,core_uart_rrptr 
+0x4c20 018762 store 2 ,mem_h5rx_rptr 
+:      018763 hci_init_common:
+0x4c21 018764 hfetch 2 ,core_clkoff 
+0x4c22 018765 set0 clock_off_uart ,pdata 
+0x4c23 018766 hstore 2 ,core_clkoff 
+0x4c24 018767 call uart_set_baud_by_mem 
+0x4c25 018768 jam uartclk_dpll ,core_uart_clksel 
+0x4c26 018769 jam uart_ctrl_h4 ,core_uart_ctrl 
+0x4c27 018770 rtn 
+:      018772 hci_sel_init:
+0x4c28 018773 setarg mem_h5tx_buf_end 
+0x4c29 018774 hstore 2 ,core_uart_teaddr 
+0x4c2a 018775 hfetch 1 ,core_gpio_sel1 
+0x4c2b 018776 or_into 0x07 ,pdata 
+0x4c2c 018777 hstore 1 ,core_gpio_sel1 
+0x4c2d 018778 rtn 
+:      018781 hci_rx_packet:
+0x4c2e 018782 bpatchx patch20_1 ,mem_patch20 
+0x4c2f 018783 hfetch 1 ,core_uart_status 
+0x4c30 018784 iforce regb 
+0x4c31 018785 bbit0 uart_status_rx_fifo_empty ,hci_rx_packet_cont 
+0x4c32 018786 hfetch 2 ,core_uart_rxitems 
+0x4c33 018787 iforce regc 
+0x4c34 018788 arg 0x44f ,temp 
+0x4c35 018789 isub temp ,null 
+0x4c36 018790 nrtn zero 
+:      018791 hci_rx_packet_cont:
+0x4c37 018792 hfetch 2 ,core_uart_rrptr 
+0x4c38 018793 iforce contru 
+0x4c39 018794 branch hci_rx_h4 
+:      018796 uart_send_byte:
+0x4c3a 018797 hfetcht 1 ,core_uart_status 
+0x4c3b 018798 isolate1 6 ,temp 
+0x4c3c 018799 branch uart_send_byte ,true 
+0x4c3d 018800 hstore 1 ,core_uart_txd 
+0x4c3e 018801 rtn 
+:      018803 process_hci_cmd:
+0x4c3f 018804 bpatchx patch20_2 ,mem_patch20 
+0x4c40 018805 fetch 1 ,mem_hci_cmd 
+0x4c41 018806 branch process_hci_cmd_cont ,blank 
+0x4c42 018807 enable user 
+0x4c43 018808 rtn 
+:      018809 process_hci_cmd_cont:
+0x4c44 018810 ifetch 2 ,contru 
+0x4c45 018811 iforce alarm 
+0x4c46 018812 iforce queue 
+0x4c47 018813 ifetch 1 ,contru 
+0x4c48 018814 iforce temp 
+0x4c49 018815 rshift2 alarm ,pdata 
+0x4c4a 018816 rshift8 pdata ,pdata 
+0x4c4b 018817 beq hci_ogf_vendor_specific ,phci_grp_vendor_specific 
+0x4c4c 018818 rtn 
+:      018821 phci_grp_vendor_specific:
+0x4c4d 018822 bpatchx patch20_3 ,mem_patch20 
+0x4c4e 018823 deposit queue 
+0x4c4f 018824 beq hci_vendor_cmd_reset ,hci_normal_reply 
+0x4c50 018825 beq hci_vendor_cmd_chipid ,phci_grp_vendor_chipid 
+0x4c51 018826 beq hci_vendor_cmd_baud ,phci_grp_vendor_baud 
+0x4c52 018827 beq hci_vendor_cmd_patch ,phci_grp_vendor_patch 
+0x4c53 018828 beq hci_vendor_cmd_patch_done ,phci_grp_vendor_done 
+0x4c54 018829 beq hci_vendor_cmd_echo ,hci_normal_reply 
+0x4c55 018830 beq hci_vendor_cmd_bdaddr ,phci_grp_vendor_bdaddr 
+0x4c56 018831 beq hci_vendor_cmd_enter_lpm ,phci_grp_vendor_enter_lpm 
+0x4c57 018833 beq hci_vendor_cmd_mem ,phci_grp_vendor_mem 
+0x4c58 018834 beq hci_vendor_cmd_eep ,phci_grp_vendor_eep 
+0x4c59 018835 beq hci_vendor_cmd_patch_sec_init ,phci_grp_vendor_patch_sec_init 
+0x4c5a 018836 beq hci_vendor_cmd_patch_sec ,phci_grp_vendor_patch_sec 
+0x4c5b 018837 branch hci_normal_reply 
+:      018839 phci_grp_vendor_enter_lpm:
+0x4c5c 018840 call hci_normal_reply 
+0x4c5d 018841 call wait_uarttx 
+0x4c5e 018842 call gpio_pu_uart_tx 
+:      018843 hci_enter_lpm:
+0x4c5f 018844 call app_put_lpm_wake_lock 
+0x4c60 018845 call app_l2cap_flow_control_enable 
+0x4c61 018846 branch gpio_rx_config_input_with_pu 
+:      018848 hci_exit_lpm:
+0x4c62 018849 jam hci_rx_ready ,mem_hci_lt_rx_state 
+0x4c63 018850 call app_get_lpm_wake_lock 
+0x4c64 018851 call hci_lpm_init 
+0x4c65 018852 branch app_l2cap_flow_control_disable 
+:      018854 phci_grp_vendor_chipid:
+0x4c66 018855 call hci_get_cmd_complete_ptr 
+0x4c67 018856 hfetch 2 ,core_chipid 
+0x4c68 018857 istore 2 ,contwu 
+0x4c69 018858 force 6 ,loopcnt 
+0x4c6a 018859 branch hci_command_complete 
+:      018861 phci_grp_vendor_baud:
+0x4c6b 018862 ifetch 2 ,contru 
+0x4c6c 018863 store 2 ,mem_baud 
+0x4c6d 018864 hstore 2 ,core_uart_baud 
+0x4c6e 018865 rtn 
+:      018868 phci_grp_vendor_patch_common:
+0x4c6f 018870 ifetch 1 ,contru 
+0x4c70 018871 copy pdata ,temp 
+0x4c71 018872 hstore 1 ,core_ucode_low 
+0x4c72 018873 ifetch 1 ,contru 
+0x4c73 018874 iadd temp ,temp 
+0x4c74 018875 set1 7 ,pdata 
+0x4c75 018876 hstore 1 ,core_ucode_ctrl 
+0x4c76 018877 ifetch 1 ,contru 
+0x4c77 018878 iadd temp ,temp 
+0x4c78 018879 copy pdata ,loopcnt 
+0x4c79 018880 rtn 
+:      018882 phci_grp_vendor_patch:
+0x4c7a 018883 bmark1 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4c7b 018884 call phci_grp_vendor_patch_common 
+:      018885 phci_grp_vendor_patch_loop:
+0x4c7c 018886 ifetch 1 ,contru 
+0x4c7d 018887 hstore 1 ,core_ucode_data 
+0x4c7e 018888 iadd temp ,temp 
+0x4c7f 018889 loop phci_grp_vendor_patch_loop 
+:      018890 phci_grp_vendor_patch_check_sum:
+0x4c80 018891 and temp ,0xff ,temp 
+0x4c81 018892 ifetch 1 ,contru 
+0x4c82 018893 isub temp ,null 
+0x4c83 018894 nbranch phci_grp_vendor_patch_bad ,zero 
+0x4c84 018895 branch hci_normal_reply 
+:      018898 phci_grp_vendor_patch_sec:
+0x4c85 018899 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4c86 018900 call phci_grp_vendor_patch_common 
+0x4c87 018901 store 8 ,mem_pdatatemp 
+:      018902 phci_grp_vendor_patch_sec_loop:
+0x4c88 018903 call do_aes_cbc 
+0x4c89 018904 arg 16 ,loopcnt 
+0x4c8a 018905 arg mem_temp_block0 ,contw 
+0x4c8b 018906 call load_uart_sum_loop 
+0x4c8c 018907 storet 8 ,mem_temp 
+0x4c8d 018908 arg mem_temp_block2 ,contw 
+0x4c8e 018909 call store_aes_result 
+0x4c8f 018910 arg mem_temp_block2 ,rega 
+0x4c90 018911 arg mem_temp_block0 ,regb 
+0x4c91 018912 arg mem_temp_block3 ,contw 
+0x4c92 018913 call xor16 
+0x4c93 018914 arg 16 ,loopcnt 
+0x4c94 018915 arg mem_temp_block3 ,contr 
+0x4c95 018916 call load_ucode_only_loop 
+0x4c96 018917 fetcht 8 ,mem_temp 
+0x4c97 018918 fetch 8 ,mem_pdatatemp 
+0x4c98 018919 increase -16 ,pdata 
+0x4c99 018920 store 8 ,mem_pdatatemp 
+0x4c9a 018921 nbranch phci_grp_vendor_patch_sec_loop ,blank 
+0x4c9b 018922 branch phci_grp_vendor_patch_check_sum 
+:      018924 load_ucode_only_loop:
+0x4c9c 018925 ifetch 1 ,contr 
+0x4c9d 018926 hstore 1 ,core_ucode_data 
+0x4c9e 018927 loop load_ucode_only_loop 
+0x4c9f 018928 rtn 
+:      018930 load_uart_sum_loop:
+0x4ca0 018931 ifetch 1 ,contru 
+0x4ca1 018932 istore 1 ,contw 
+0x4ca2 018933 iadd temp ,temp 
+0x4ca3 018934 loop load_uart_sum_loop 
+0x4ca4 018935 rtn 
+:      018937 phci_grp_vendor_patch_sec_init:
+0x4ca5 018938 bmark0 mark_otp_encrypt ,phci_grp_vendor_patch_bad 
+0x4ca6 018939 arg 0 ,temp 
+0x4ca7 018940 arg 16 ,loopcnt 
+0x4ca8 018941 arg mem_temp_block0 ,contw 
+0x4ca9 018942 call load_uart_sum_loop 
+0x4caa 018943 hfetch 1 ,core_gpio_key2 
+0x4cab 018944 and_into 0xfd ,pdata 
+0x4cac 018945 hstore 1 ,core_gpio_key2 
+0x4cad 018946 arg mem_temp_block0 ,contr 
+0x4cae 018947 arg 16 ,loopcnt 
+0x4caf 018948 call aes_load_data 
+0x4cb0 018949 call aes_init 
+0x4cb1 018950 call aes_clear_data 
+0x4cb2 018951 branch phci_grp_vendor_patch_check_sum 
+:      018954 phci_grp_vendor_done:
+0x4cb3 018955 arg 0x20 ,loopcnt 
+0x4cb4 018956 arg mem_patch00 ,contw 
+0x4cb5 018957 arg 0 ,temp 
+:      018958 phci_grp_vendor_done_loop:
+0x4cb6 018959 ifetch 1 ,contru 
+0x4cb7 018960 istore 1 ,contw 
+0x4cb8 018961 iadd temp ,temp 
+0x4cb9 018962 loop phci_grp_vendor_done_loop 
+0x4cba 018963 and temp ,0xff ,temp 
+0x4cbb 018964 ifetch 1 ,contru 
+0x4cbc 018965 isub temp ,null 
+0x4cbd 018966 nbranch phci_grp_vendor_patch_bad ,zero 
+0x4cbe 018967 jam 0 ,core_ucode_ctrl 
+0x4cbf 018968 call hci_normal_reply 
+0x4cc0 018969 call h4_rx_discard_packet 
+0x4cc1 018970 call clear_key_buf 
+0x4cc2 018971 call wait_uarttx 
+0x4cc3 018972 branch soft_reset 
+:      018974 phci_grp_vendor_patch_bad:
+0x4cc4 018975 jam 0 ,core_ucode_ctrl 
+0x4cc5 018976 branch start 
+:      018978 phci_grp_vendor_bdaddr:
+0x4cc6 018979 ifetch 6 ,contru 
+0x4cc7 018980 store 6 ,mem_lap 
+0x4cc8 018981 branch hci_normal_reply 
+:      018984 phci_grp_vendor_mem:
+0x4cc9 018985 ifetch 1 ,contru 
+0x4cca 018986 store 1 ,mem_hci_curr_len 
+0x4ccb 018987 copy pdata ,loopcnt 
+0x4ccc 018988 ifetch 2 ,contru 
+0x4ccd 018989 store 2 ,mem_hci_curr_target 
+0x4cce 018990 copy pdata ,contw 
+0x4ccf 018991 call uart_copy_rx_bytes 
+0x4cd0 018992 branch hci_normal_reply 
+:      018995 phci_grp_vendor_eep:
+0x4cd1 018996 ifetch 1 ,contru 
+0x4cd2 018997 store 1 ,mem_hci_curr_len 
+0x4cd3 018998 copy pdata ,loopcnt 
+0x4cd4 018999 ifetch 2 ,contru 
+0x4cd5 019000 store 2 ,mem_hci_curr_target 
+0x4cd6 019001 arg mem_l2cap_rxbuff1 ,contw 
+0x4cd7 019002 call uart_copy_rx_bytes 
+0x4cd8 019003 fetcht 1 ,mem_hci_curr_len 
+0x4cd9 019004 arg mem_l2cap_rxbuff1 ,rega 
+0x4cda 019005 fetch 2 ,mem_hci_curr_target 
+0x4cdb 019006 branch iicd_write_ota_data 
+:      019011 hci_normal_reply:
+0x4cdc 019012 force 4 ,loopcnt 
+:      019013 hci_command_complete:
+0x4cdd 019014 call hci_get_payload_ptr 
+0x4cde 019015 force 0x1 ,pdata 
+0x4cdf 019016 istore 1 ,contwu 
+0x4ce0 019017 deposit alarm 
+0x4ce1 019018 istore 3 ,contwu 
+0x4ce2 019019 force hci_event_command_complete ,queue 
+:      019020 hci_send_event:
+0x4ce3 019021 bpatchx patch20_4 ,mem_patch20 
+0x4ce4 019022 call hci_get_packet_ptr 
+0x4ce5 019023 deposit queue 
+0x4ce6 019024 istore 1 ,contwu 
+0x4ce7 019025 deposit loopcnt 
+0x4ce8 019026 istore 1 ,contwu 
+:      019027 hci_send_event_raw:
+0x4ce9 019028 force 5 ,queue 
+0x4cea 019029 increase 2 ,loopcnt 
+:      019030 hci_send_packet:
+0x4ceb 019031 branch h4_send_packet_event 
+:      019033 hci_send_commu_ready_event:
+0x4cec 019034 force hci_event_vendor_specific ,queue 
+0x4ced 019035 call hci_get_payload_ptr 
+0x4cee 019036 setarg hci_vendor_event_commu_ready 
+0x4cef 019037 istore 1 ,contwu 
+0x4cf0 019038 force 1 ,loopcnt 
+0x4cf1 019039 branch hci_send_event 
+:      019041 hci_get_cmd_complete_ptr:
+0x4cf2 019042 force 12 ,contwu 
+0x4cf3 019043 branch hci_get_tx_ptr 
+:      019045 hci_get_payload_ptr:
+0x4cf4 019046 force 8 ,contwu 
+0x4cf5 019047 branch hci_get_tx_ptr 
+:      019049 hci_get_packet_ptr:
+0x4cf6 019050 force 6 ,contwu 
+:      019051 hci_get_tx_ptr:
+0x4cf7 019052 branch h4_get_tx_ptr 
+:      019056 calc_tx_crc16:
+0x4cf8 019057 pulse crc16 
+0x4cf9 019058 enable enable_crc 
+:      019059 crcloop:
+0x4cfa 019060 ifetch 1 ,contwu 
+0x4cfb 019061 inject bucket ,8 
+0x4cfc 019062 loop crcloop 
+0x4cfd 019063 enable enable_parity 
+0x4cfe 019064 inject bucket ,16 
+0x4cff 019065 disable enable_parity 
+0x4d00 019066 disable enable_crc 
+0x4d01 019067 disable crc16 
+0x4d02 019068 byteswap pdata ,pdata 
+0x4d03 019069 rtn 
+:      019073 cmd_exit:
+0x4d04 019074 jam 0 ,mem_hci_cmd 
+0x4d05 019075 rtn 
+:      019076 cmd_check_plap:
+0x4d06 019077 fetch 6 ,mem_hci_plap 
+0x4d07 019078 fetcht 6 ,mem_plap 
+0x4d08 019079 isub temp ,null 
+0x4d09 019080 rtn 
+:      019085 cmd_pair:
+0x4d0a 019086 fetch 1 ,mem_op 
+0x4d0b 019087 bbit1 op_inrand_req ,cmd_pair_passive 
+0x4d0c 019088 call tid_initiate 
+0x4d0d 019089 jam lmp_in_rand ,mem_lmo_opcode2 
+0x4d0e 019090 branch cmd_exit 
+:      019091 cmd_pair_passive:
+0x4d0f 019092 set0 op_inrand_req ,pdata 
+0x4d10 019093 store 1 ,mem_op 
+0x4d11 019094 call lmp_accept_inrand 
+0x4d12 019095 setarg 0 
+0x4d13 019096 setflag master ,smap_lmptid ,pdata 
+0x4d14 019097 store 1 ,mem_lmo_tid2 
+0x4d15 019098 branch cmd_exit 
+0x4d16 019099 rtn 
+:      019100 cmd_in_sniff:
+0x4d17 019101 jam lmp_sniff_req ,mem_lmo_opcode2 
+0x4d18 019102 arg mem_sniff_payload ,contw 
+0x4d19 019103 setarg 0 
+0x4d1a 019104 isolate1 27 ,clke_bt 
+0x4d1b 019105 setflag true ,1 ,pdata 
+0x4d1c 019106 istore 1 ,contw 
+0x4d1d 019107 setarg 0 
+0x4d1e 019108 istore 2 ,contw 
+0x4d1f 019109 fetch 2 ,mem_sniff_param_interval 
+0x4d20 019110 istore 2 ,contw 
+0x4d21 019111 fetch 1 ,mem_sniff_param_attempt 
+0x4d22 019112 istore 2 ,contw 
+0x4d23 019113 fetch 1 ,mem_sniff_param_timeout 
+0x4d24 019114 istore 2 ,contw 
+0x4d25 019115 branch cmd_exit 
+:      019117 cmd_exit_sniff:
+0x4d26 019118 jam lmp_unsniff_req ,mem_lmo_opcode2 
+0x4d27 019119 branch cmd_exit 
+:      019121 hci_idle_dispatch:
+0x4d28 019122 call gpio_check_uart_state 
+0x4d29 019123 rtn true 
+0x4d2a 019124 arg uart_wakeup_rx ,temp 
+0x4d2b 019125 call gpio_get_bit 
+0x4d2c 019126 nbranch uart_wake_up ,true 
+0x4d2d 019127 jam hci_rx_wake ,mem_hci_lt_rx_state 
+0x4d2e 019128 rtn 
+:      019129 uart_wake_up:
+0x4d2f 019130 fetch 1 ,mem_hci_lt_rx_state 
+0x4d30 019131 rtnne hci_rx_wake 
+0x4d31 019132 call hci_exit_lpm 
+0x4d32 019133 branch hci_send_commu_ready_event 
+:      019147 hid_rx_process:
+0x4d33 019148 bpatchx patch20_5 ,mem_patch20 
+0x4d34 019149 fetch 2 ,mem_l2cap_payload_ptr 
+0x4d35 019150 copy pdata ,contr 
+0x4d36 019151 ifetch 1 ,contr 
+0x4d37 019152 and pdata ,0x0f ,temp 
+0x4d38 019153 rshift4 pdata ,pdata 
+0x4d39 019154 beq hid_type_set_idle ,hid_rx_process_handshake 
+0x4d3a 019155 beq hid_type_set_protocol ,hid_rx_process_handshake 
+0x4d3b 019156 beq hid_type_data ,hid_rx_process_data 
+0x4d3c 019157 beq hid_type_set_report ,hid_rx_process_set_report 
+0x4d3d 019158 beq hid_type_control ,hid_rx_process_hid_control 
+0x4d3e 019159 rtn 
+:      019161 hid_rx_process_hid_control:
+0x4d3f 019162 copy temp ,pdata 
+0x4d40 019163 beq hid_control_p_virtualcableunplug ,hid_rx_process_virtual_cable_unplug 
+0x4d41 019164 beq hid_control_p_suspend ,hid_rx_process_suspend 
+0x4d42 019165 rtn 
+:      019167 hid_rx_process_virtual_cable_unplug:
+0x4d43 019168 jam bt_evt_virtual_cable_unplug ,mem_fifo_temp 
+0x4d44 019169 call ui_ipc_send_event 
+0x4d45 019170 fetch 1 ,mem_device_option 
+0x4d46 019171 rtnbit0 dvc_op_mouse 
+0x4d47 019172 copy temp ,pdata 
+0x4d48 019173 beq hid_control_p_virtualcableunplug ,mouse_irtual_cable_unplug 
+0x4d49 019174 rtn 
+:      019175 hid_rx_process_suspend:
+0x4d4a 019176 rtn 
+:      019178 hid_rx_process_set_report:
+0x4d4b 019179 call hid_rx_process_data 
+0x4d4c 019180 arg 0x01 ,rega 
+0x4d4d 019181 call hid_malloc_tx_buff 
+0x4d4e 019182 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4d4f 019183 istore 2 ,contw 
+0x4d50 019184 setarg 0x00 
+0x4d51 019185 istore 1 ,contw 
+0x4d52 019186 rtn 
+:      019188 hid_rx_process_handshake:
+0x4d53 019189 arg 1 ,rega 
+0x4d54 019190 call hid_malloc_tx_buff 
+0x4d55 019191 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4d56 019192 istore 2 ,contw 
+0x4d57 019193 setarg 0 
+0x4d58 019194 istore 1 ,contw 
+0x4d59 019195 jam 1 ,mem_ui_data_txbuff_length 
+0x4d5a 019196 fetch 1 ,mem_hid_control_state 
+0x4d5b 019197 set1 l2cap_channel_hid_handshake_done 
+0x4d5c 019198 store 1 ,mem_hid_control_state 
+0x4d5d 019199 jam bt_evt_hid_handshake ,mem_fifo_temp 
+0x4d5e 019200 branch ui_ipc_send_event 
+:      019202 hid_rx_process_data:
+0x4d5f 019203 ifetch 1 ,contr 
+0x4d60 019204 beq hid_report_id_kb ,hid_rx_process_data_hid_kb 
+0x4d61 019205 rtn 
+:      019207 hid_rx_process_data_hid_kb:
+0x4d62 019208 rtn 
+:      019211 hid_malloc_tx_buff:
+0x4d63 019212 call l2cap_malloc 
+0x4d64 019213 copy rega ,temp 
+0x4d65 019214 storet 1 ,mem_ui_data_txbuff_length 
+0x4d66 019215 copy pdata ,contw 
+0x4d67 019216 copy rega ,pdata 
+0x4d68 019217 istore 2 ,contw 
+0x4d69 019218 rtn 
+:      019235 l2cap_init:
+0x4d6a 019236 branch l2cap_init_wake ,wake 
+:      019237 l2cap_init_work:
+0x4d6b 019238 setarg mem_l2cap_xmem_end 
+0x4d6c 019239 arg mem_l2cap_xmem_start ,contw 
+0x4d6d 019240 isub contw ,loopcnt 
+0x4d6e 019241 call clear_mem 
+:      019242 l2cap_init_wake:
+0x4d6f 019243 bpatchx patch20_6 ,mem_patch20 
+0x4d70 019244 setarg mem_sdp_mem_end 
+0x4d71 019245 arg mem_sdp_mem_start ,contw 
+0x4d72 019246 isub contw ,loopcnt 
+0x4d73 019247 call clear_mem 
+0x4d74 019248 setarg mem_l2cap_mem_end 
+0x4d75 019249 arg mem_l2cap_mem_start ,contw 
+0x4d76 019250 isub contw ,loopcnt 
+0x4d77 019251 call clear_mem 
+0x4d78 019252 branch l2cap_lpm_load_txbuf 
+:      019254 process_rx_l2cap_pkt:
+0x4d79 019255 bpatchx patch20_7 ,mem_patch20 
+0x4d7a 019256 copy contr ,temp 
+0x4d7b 019259 copy temp ,contr 
+0x4d7c 019260 ifetch 2 ,contr 
+0x4d7d 019261 store 2 ,mem_l2cap_rx_pkt_length 
+0x4d7e 019262 ifetch 2 ,contr 
+0x4d7f 019263 store 2 ,mem_l2cap_rx_cid 
+0x4d80 019264 deposit contr 
+0x4d81 019265 store 2 ,mem_l2cap_payload_ptr 
+0x4d82 019266 fetch 1 ,memui_reconnect_mode 
+0x4d83 019267 beq no_reconnection ,l2cap_rx_multiplexing 
+0x4d84 019268 branch ml2cap_rx_multiplexing 
+:      019270 l2cap_rx_multiplexing:
+0x4d85 019271 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x4d86 019272 branch l2cap_rx_reset_state ,blank 
+0x4d87 019273 bpatchx patch21_0 ,mem_patch21 
+0x4d88 019274 fetch 1 ,mem_l2cap_rx_cid 
+0x4d89 019275 beq l2cap_signal_channel ,l2cap_call_proc_signal 
+:      019276 l2cap_rx_multiplexing0:
+0x4d8a 019277 beq l2cap_sdp_channel ,l2cap_call_proc_sdp 
+0x4d8b 019278 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
+0x4d8c 019279 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
+0x4d8d 019280 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
+0x4d8e 019281 branch l2cap_rx_reset_state 
+:      019283 l2cap_check_map:
+0x4d8f 019286 bpatchx patch21_1 ,mem_patch21 
+0x4d90 019287 call l2cap_malloc_get_full_map 
+0x4d91 019288 fetch 1 ,mem_used_map 
+0x4d92 019289 beq 0 ,set_pdata_0 
+0x4d93 019290 beq 1 ,set_pdata_0 
+0x4d94 019291 beq 2 ,set_pdata_0 
+0x4d95 019292 beq 3 ,set_pdata_0 
+0x4d96 019293 beq 0x81 ,set_pdata_0 
+0x4d97 019294 beq 0xc0 ,set_pdata_0 
+0x4d98 019295 beq 0x80 ,set_pdata_0 
+0x4d99 019296 beq 0x40 ,set_pdata_0 
+0x4d9a 019297 rtn 
+:      019299 set_pdata_0:
+0x4d9b 019300 setarg 0 
+0x4d9c 019301 rtn 
+:      019304 l2cap_call_proc_signal:
+0x4d9d 019305 call l2cap_check_map 
+0x4d9e 019306 nrtn blank 
+:      019307 l2cap_call_proc_signal0:
+0x4d9f 019308 call l2cap_malloc_signal_channel 
+0x4da0 019309 call l2cap_process_signal_pkt 
+0x4da1 019310 fetcht 2 ,mem_l2cap_signal_tx_length 
+0x4da2 019311 branch l2cap_call_proc_no_reply ,blank 
+0x4da3 019312 call l2cap_get_signal_tx_buff 
+0x4da4 019313 fetch 2 ,mem_l2cap_signal_tx_length 
+0x4da5 019314 istore 2 ,contw 
+0x4da6 019315 force l2cap_signal_channel ,pdata 
+0x4da7 019316 istore 2 ,contw 
+0x4da8 019317 branch l2cap_rx_reset_state 
+:      019319 l2cap_call_proc_sigal_pending:
+0x4da9 019320 fetch 1 ,mem_l2cap_pending_item 
+0x4daa 019321 rtn blank 
+0x4dab 019322 copy pdata ,rega 
+0x4dac 019323 bpatchx patch21_2 ,mem_patch21 
+0x4dad 019324 fetch 4 ,mem_l2cap_sdpres_delay_time 
+0x4dae 019325 arg 0x100 ,temp 
+0x4daf 019326 iadd temp ,temp 
+0x4db0 019327 copy clkn_bt ,pdata 
+0x4db1 019328 isub temp ,null 
+0x4db2 019329 nrtn positive 
+0x4db3 019330 jam 0 ,mem_l2cap_pending_item 
+0x4db4 019331 copy rega ,pdata 
+0x4db5 019332 beq l2cap_sdp_channel ,l2cap_sdp_conn_succ 
+0x4db6 019333 branch assert 
+:      019334 l2cap_sdp_conn_succ:
+0x4db7 019335 arg 0 ,debug 
+0x4db8 019336 call l2cap_malloc_signal_channel 
+0x4db9 019337 call restore_l2cap_req_param 
+0x4dba 019338 call l2cap_get_signal_tx_payload 
+0x4dbb 019339 call save_cont_pointers 
+0x4dbc 019340 call send_connection_sdp_res 
+0x4dbd 019341 call l2cap_get_signal_tx_buff 
+0x4dbe 019343 setarg 0x000c 
+0x4dbf 019344 istore 2 ,contw 
+0x4dc0 019345 force l2cap_signal_channel ,pdata 
+0x4dc1 019346 istore 2 ,contw 
+0x4dc2 019347 branch l2cap_rx_reset_state 
+:      019351 l2cap_reset_sdp_map:
+0x4dc3 019352 bpatchx patch21_3 ,mem_patch21 
+0x4dc4 019353 fetch 2 ,mem_sdp_tx_pkt_length 
+0x4dc5 019354 increase 4 ,pdata 
+0x4dc6 019355 rshift4 pdata ,pdata 
+0x4dc7 019356 rshift3 pdata ,pdata 
+0x4dc8 019357 add pdata ,1 ,temp 
+0x4dc9 019358 arg mem_tx_fifo3 ,contr 
+0x4dca 019359 ifetch 3 ,contr 
+0x4dcb 019360 rtn blank 
+0x4dcc 019361 store 3 ,mem_tx_fifo_map_temp 
+0x4dcd 019362 fetch 1 ,mem_tx_fifo_map_temp 
+0x4dce 019363 copy pdata ,rega 
+0x4dcf 019364 call check_l2cap_map 
+0x4dd0 019365 copy regb ,pdata 
+0x4dd1 019366 store 1 ,mem_tx_fifo3 
+0x4dd2 019367 rtn 
+:      019369 check_l2cap_map:
+0x4dd3 019370 arg 0 ,queue 
+0x4dd4 019371 arg 0 ,regb 
+:      019373 check_l2cap_map_loop:
+0x4dd5 019374 sub queue ,7 ,null 
+0x4dd6 019375 nrtn positive 
+0x4dd7 019376 qisolate1 rega 
+0x4dd8 019377 branch check_l2cap_map_used ,true 
+0x4dd9 019378 branch check_l2cap_map_used2 
+:      019380 check_l2cap_map_used:
+0x4dda 019381 copy temp ,pdata 
+0x4ddb 019382 branch check_l2cap_map_used2 ,blank 
+0x4ddc 019383 qset1 regb 
+0x4ddd 019384 increase -1 ,temp 
+:      019386 check_l2cap_map_used2:
+0x4dde 019387 increase 1 ,queue 
+0x4ddf 019388 branch check_l2cap_map_loop 
+:      019390 l2cap_call_proc_sdp:
+0x4de0 019391 call l2cap_malloc_is_fifo_empty 
+0x4de1 019392 nrtn blank 
+0x4de2 019393 call l2cap_check_map 
+0x4de3 019394 nrtn blank 
+0x4de4 019395 call l2cap_malloc_sdp_channel 
+0x4de5 019396 call sdp_process 
+0x4de6 019397 call l2cap_reset_sdp_map 
+0x4de7 019398 branch l2cap_call_proc_sdp_common 
+:      019401 ml2cap_call_proc_sdp:
+0x4de8 019402 call l2cap_malloc_is_fifo_empty 
+0x4de9 019403 nrtn blank 
+0x4dea 019404 call l2cap_malloc_sdp_channel 
+0x4deb 019405 call sdp_process 
+:      019406 l2cap_call_proc_sdp_common:
+0x4dec 019407 call l2cap_get_sdp_tx_buff 
+0x4ded 019408 fetch 2 ,mem_sdp_tx_pkt_length 
+0x4dee 019409 branch l2cap_call_proc_no_reply ,blank 
+0x4def 019410 istore 2 ,contw 
+0x4df0 019411 fetch 2 ,mem_sdp_remote_cid 
+0x4df1 019412 istore 2 ,contw 
+0x4df2 019413 branch l2cap_rx_reset_state 
+:      019415 l2cap_call_proc_hid:
+0x4df3 019416 call hid_rx_process 
+0x4df4 019417 branch l2cap_rx_reset_state 
+:      019419 l2cap_call_proc_rfcomm:
+0x4df5 019420 bpatchx patch21_4 ,mem_patch21 
+0x4df6 019421 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
+0x4df7 019422 call rfcomm_rx_process 
+0x4df8 019423 fetch 1 ,mem_rfcomm_malloc_fail_flag 
+0x4df9 019424 rtneq rfcomm_malloc_fail 
+0x4dfa 019425 branch l2cap_rx_reset_state 
+:      019426 l2cap_call_proc_no_reply:
+0x4dfb 019427 call l2cap_malloc_discard 
+:      019429 l2cap_rx_reset_state:
+0x4dfc 019430 setarg 0 
+0x4dfd 019431 store 2 ,mem_l2cap_rx_pkt_length 
+0x4dfe 019432 store 2 ,mem_l2cap_rx_cid 
+0x4dff 019433 jam l2cap_rx_done ,mem_l2cap_rx_done 
+0x4e00 019434 rtn 
+:      019436 l2cap_process_signal_pkt:
+0x4e01 019437 bpatchx patch21_5 ,mem_patch21 
+0x4e02 019438 call l2cap_get_signal_tx_payload 
+0x4e03 019439 force 0 ,regb 
+0x4e04 019440 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x4e05 019441 copy pdata ,regc 
+0x4e06 019442 fetch 2 ,mem_l2cap_payload_ptr 
+0x4e07 019443 iforce contr 
+:      019444 l2cap_process_signal_pkt_loop:
+0x4e08 019445 call l2cap_process_one_signal 
+0x4e09 019446 deposit regc 
+0x4e0a 019447 increase -4 ,regc 
+0x4e0b 019448 increase -4 ,pdata 
+0x4e0c 019449 nbranch l2cap_process_signal_pkt_loop ,blank 
+0x4e0d 019450 copy regb ,pdata 
+0x4e0e 019451 store 2 ,mem_l2cap_signal_tx_length 
+0x4e0f 019452 rtn 
+:      019454 l2cap_process_one_signal:
+0x4e10 019455 bpatchx patch21_6 ,mem_patch21 
+0x4e11 019456 ifetch 1 ,contr 
+0x4e12 019457 beq signal_cmd_reject ,l2cap_proc_signal_cmd_reject 
+0x4e13 019458 beq signal_connect_req ,l2cap_proc_signal_connect_req 
+0x4e14 019459 beq signal_connect_rsp ,l2cap_proc_signal_connect_rsp 
+0x4e15 019460 beq signal_config_req ,l2cap_proc_signal_config_req 
+0x4e16 019461 beq signal_config_rsp ,l2cap_proc_signal_config_rsp 
+0x4e17 019462 beq signal_disconnect_req ,l2cap_proc_signal_disconnect_req 
+0x4e18 019463 beq signal_disconnect_rsp ,l2cap_proc_signal_disconnect_rsp 
+0x4e19 019464 beq signal_echo_req ,l2cap_proc_signal_echo_req 
+0x4e1a 019465 beq signal_echo_rsp ,l2cap_proc_signal_echo_rsp 
+0x4e1b 019466 beq signal_info_req ,l2cap_proc_signal_info_req 
+0x4e1c 019467 beq signal_info_rsp ,l2cap_proc_signal_info_rsp 
+0x4e1d 019468 call l2cap_reject_command 
+:      019469 l2cap_process_one_signal_rtn:
+0x4e1e 019470 rtn 
+:      019472 l2cap_proc_signal_info_req:
+0x4e1f 019473 ifetch 1 ,contr 
+0x4e20 019474 copy pdata ,queue 
+0x4e21 019475 ifetch 2 ,contr 
+0x4e22 019476 copy pdata ,rega 
+0x4e23 019477 copy regc ,pdata 
+0x4e24 019478 isub rega ,regc 
+0x4e25 019479 setarg signal_info_rsp 
+0x4e26 019480 istore 1 ,contw 
+0x4e27 019481 copy queue ,pdata 
+0x4e28 019482 istore 1 ,contw 
+0x4e29 019483 ifetch 2 ,contr 
+:      019484 l2cap_proc_signal_info_req_reply:
+0x4e2a 019485 beq l2cap_sig_ext_featrue ,l2cap_proc_signal_info_req_ext 
+0x4e2b 019486 beq l2cap_sig_fix_featrue ,l2cap_proc_signal_info_req_fix 
+0x4e2c 019487 rtn 
+:      019488 l2cap_proc_signal_info_req_ext:
+0x4e2d 019489 setarg 0x020008 
+0x4e2e 019490 istore 6 ,contw 
+0x4e2f 019491 setarg 0x0280 
+0x4e30 019492 istore 4 ,contw 
+0x4e31 019493 force 12 ,pdata 
+0x4e32 019494 branch l2cap_proc_signal_info_req_common 
+:      019495 l2cap_proc_signal_info_req_fix:
+0x4e33 019496 setarg 0x3000c 
+0x4e34 019497 istore 6 ,contw 
+0x4e35 019498 setarg 0x0006 
+0x4e36 019499 istore 8 ,contw 
+0x4e37 019500 force 16 ,pdata 
+:      019501 l2cap_proc_signal_info_req_common:
+0x4e38 019502 iadd regb ,regb 
+0x4e39 019503 branch l2cap_process_one_signal_rtn 
+:      019505 ml2cap_proc_signal_info_req:
+0x4e3a 019506 ifetch 1 ,contr 
+0x4e3b 019507 copy pdata ,queue 
+0x4e3c 019508 ifetch 2 ,contr 
+0x4e3d 019509 copy pdata ,rega 
+0x4e3e 019510 ifetch 2 ,contr 
+0x4e3f 019511 store 2 ,mem_temp 
+0x4e40 019512 copy regc ,pdata 
+0x4e41 019513 isub rega ,regc 
+0x4e42 019514 call l2cap_get_signal_tx_payload 
+0x4e43 019515 setarg signal_info_rsp 
+0x4e44 019516 istore 1 ,contw 
+0x4e45 019517 copy queue ,pdata 
+0x4e46 019518 istore 1 ,contw 
+0x4e47 019519 fetch 2 ,mem_temp 
+0x4e48 019520 branch l2cap_proc_signal_info_req_reply 
+:      019524 l2cap_proc_signal_cmd_reject:
+0x4e49 019525 ifetch 1 ,contr 
+0x4e4a 019526 copy pdata ,queue 
+0x4e4b 019527 ifetch 2 ,contr 
+0x4e4c 019528 copy pdata ,rega 
+0x4e4d 019529 iadd contr ,contr 
+0x4e4e 019530 copy regc ,pdata 
+0x4e4f 019531 isub rega ,regc 
+:      019532 l2cap_proc_signal_cmd_reject_rtn:
+0x4e50 019533 branch l2cap_process_one_signal_rtn 
+:      019535 l2cap_proc_signal_connect_req:
+0x4e51 019536 call save_cont_pointers 
+0x4e52 019539 call load_cont_pointers 
+0x4e53 019540 arg 0 ,debug 
+0x4e54 019541 ifetch 1 ,contr 
+0x4e55 019542 copy pdata ,queue 
+0x4e56 019543 ifetch 2 ,contr 
+0x4e57 019544 copy pdata ,rega 
+0x4e58 019545 ifetch 2 ,contr 
+0x4e59 019546 copy pdata ,temp 
+0x4e5a 019547 ifetch 2 ,contr 
+0x4e5b 019548 copy pdata ,timeup 
+0x4e5c 019549 bpatchx patch21_7 ,mem_patch21 
+0x4e5d 019550 copy temp ,pdata 
+0x4e5e 019551 beq psm_sdp ,l2cap_proc_signal_connect_req_sdp 
+0x4e5f 019552 beq psm_rfcomm ,l2cap_proc_signal_connect_req_rfcomm 
+0x4e60 019553 beq psm_hid_control ,l2cap_proc_signal_connect_req_hid_ctrl 
+0x4e61 019554 beq psm_hid_interrupt ,l2cap_proc_signal_connect_req_hid_int 
+0x4e62 019555 call l2cap_reject_command 
+0x4e63 019556 branch l2cap_proc_signal_connect_req_rtn 
+:      019558 l2cap_proc_signal_connect_req_sdp:
+0x4e64 019559 call save_cont_pointers 
+0x4e65 019560 arg l2cap_sdp_channel ,temp 
+0x4e66 019561 fetch 2 ,mem_sdp_remote_cid 
+0x4e67 019562 nbranch already_connected ,blank 
+0x4e68 019563 copy timeup ,pdata 
+0x4e69 019564 store 2 ,mem_sdp_remote_cid 
+0x4e6a 019565 copy clkn_bt ,pdata 
+0x4e6b 019566 store 4 ,mem_l2cap_sdpres_delay_time 
+0x4e6c 019567 call store_l2cap_req_param 
+0x4e6d 019568 branch send_connection_pending 
+:      019570 store_l2cap_req_param:
+0x4e6e 019571 storet 2 ,mem_psm 
+0x4e6f 019572 deposit timeup 
+0x4e70 019573 store 2 ,mem_scid 
+0x4e71 019574 deposit rega 
+0x4e72 019575 store 2 ,mem_cmd_length 
+0x4e73 019576 deposit regb 
+0x4e74 019577 store 2 ,mem_tt2 
+0x4e75 019578 deposit regc 
+0x4e76 019579 store 2 ,mem_tt3 
+0x4e77 019580 deposit queue 
+0x4e78 019581 store 2 ,mem_id 
+0x4e79 019582 rtn 
+:      019584 restore_l2cap_req_param:
+0x4e7a 019585 fetcht 2 ,mem_psm 
+0x4e7b 019586 fetch 2 ,mem_scid 
+0x4e7c 019587 copy pdata ,timeup 
+0x4e7d 019588 fetch 2 ,mem_cmd_length 
+0x4e7e 019589 copy pdata ,rega 
+0x4e7f 019590 fetch 2 ,mem_tt2 
+0x4e80 019591 copy pdata ,regb 
+0x4e81 019592 fetch 2 ,mem_tt3 
+0x4e82 019593 copy pdata ,regc 
+0x4e83 019594 fetch 2 ,mem_id 
+0x4e84 019595 copy pdata ,queue 
+0x4e85 019596 rtn 
+:      019598 l2cap_proc_signal_connect_req_rfcomm:
+0x4e86 019599 call save_cont_pointers 
+0x4e87 019600 setarg l2cap_rfcomm_channel 
+0x4e88 019601 arg l2cap_rfcomm_channel ,temp 
+0x4e89 019602 fetch 2 ,mem_rfcomm_remote_cid 
+0x4e8a 019603 nbranch already_connected ,blank 
+0x4e8b 019604 copy timeup ,pdata 
+0x4e8c 019605 store 2 ,mem_rfcomm_remote_cid 
+0x4e8d 019606 fetch 1 ,mem_rfcomm_state 
+0x4e8e 019607 set1 l2cap_channel_state_conn_req ,pdata 
+0x4e8f 019608 set1 l2cap_channel_state_conn_res ,pdata 
+0x4e90 019609 store 1 ,mem_rfcomm_state 
+0x4e91 019610 branch send_connection_res 
+:      019611 l2cap_proc_signal_connect_req_hid_ctrl:
+0x4e92 019612 call save_cont_pointers 
+0x4e93 019613 arg l2cap_hid_control_channel ,temp 
+0x4e94 019614 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4e95 019615 nbranch already_connected ,blank 
+0x4e96 019616 copy timeup ,pdata 
+0x4e97 019617 store 2 ,mem_hid_ctrl_remote_cid 
+0x4e98 019618 fetch 1 ,mem_hid_control_state 
+0x4e99 019619 set1 l2cap_channel_state_conn_req ,pdata 
+0x4e9a 019620 set1 l2cap_channel_state_conn_res ,pdata 
+0x4e9b 019621 store 1 ,mem_hid_control_state 
+0x4e9c 019622 branch send_connection_res 
+:      019623 l2cap_proc_signal_connect_req_hid_int:
+0x4e9d 019624 call save_cont_pointers 
+0x4e9e 019625 deposit clke 
+0x4e9f 019626 arg l2cap_hid_interrupt_channel ,temp 
+0x4ea0 019627 fetch 2 ,mem_hid_int_remote_cid 
+0x4ea1 019628 nbranch already_connected ,blank 
+0x4ea2 019629 copy timeup ,pdata 
+0x4ea3 019630 store 2 ,mem_hid_int_remote_cid 
+0x4ea4 019631 fetch 1 ,mem_hid_interrupt_state 
+0x4ea5 019632 set1 l2cap_channel_state_conn_req ,pdata 
+0x4ea6 019633 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ea7 019634 store 1 ,mem_hid_interrupt_state 
+0x4ea8 019635 branch send_connection_res 
+:      019637 send_connection_pending:
+0x4ea9 019638 setarg l2cap_connect_pending 
+0x4eaa 019639 store 2 ,meml2cap_t1 
+0x4eab 019640 jam l2cap_sdp_channel ,mem_l2cap_pending_item 
+0x4eac 019641 branch send_connection_res0 
+:      019642 send_connection_sdp_res:
+0x4ead 019643 fetch 1 ,mem_sdp_state 
+0x4eae 019644 set1 l2cap_channel_state_conn_req ,pdata 
+0x4eaf 019645 set1 l2cap_channel_state_conn_res ,pdata 
+0x4eb0 019646 store 1 ,mem_sdp_state 
+:      019647 send_connection_res:
+0x4eb1 019648 setarg l2cap_connect_successful 
+0x4eb2 019649 store 2 ,meml2cap_t1 
+:      019650 send_connection_res0:
+0x4eb3 019651 bpatchx patch22_0 ,mem_patch22 
+0x4eb4 019652 call load_cont_pointers 
+0x4eb5 019653 setarg signal_connect_rsp 
+0x4eb6 019654 istore 1 ,contw 
+0x4eb7 019655 copy queue ,pdata 
+0x4eb8 019656 istore 1 ,contw 
+0x4eb9 019657 setarg 0x0008 
+0x4eba 019658 istore 2 ,contw 
+0x4ebb 019659 copy temp ,pdata 
+0x4ebc 019660 istore 2 ,contw 
+0x4ebd 019661 copy timeup ,pdata 
+0x4ebe 019662 istore 2 ,contw 
+0x4ebf 019663 fetch 2 ,meml2cap_t1 
+0x4ec0 019664 beq l2cap_connect_pending ,connect_pending 
+0x4ec1 019665 isolate0 0 ,debug 
+0x4ec2 019666 branch connect_suc ,true 
+0x4ec3 019667 setarg l2cap_connect_refused_no_resources 
+:      019668 connect_suc:
+0x4ec4 019669 istore 2 ,contw 
+0x4ec5 019670 force 0x0000 ,pdata 
+0x4ec6 019671 istore 2 ,contw 
+0x4ec7 019672 setarg 12 
+0x4ec8 019673 branch connect_req_update_byte_counts 
+:      019674 connect_pending:
+0x4ec9 019675 istore 2 ,contw 
+0x4eca 019676 force 0x0002 ,pdata 
+0x4ecb 019677 istore 2 ,contw 
+0x4ecc 019678 setarg 12 
+0x4ecd 019679 branch connect_req_update_byte_counts 
+:      019681 already_connected:
+0x4ece 019682 set1 0 ,debug 
+0x4ecf 019683 branch send_connection_res 
+:      019684 connect_req_update_byte_counts:
+0x4ed0 019685 iadd regb ,regb 
+0x4ed1 019686 copy regc ,pdata 
+0x4ed2 019687 isub rega ,regc 
+0x4ed3 019688 branch l2cap_proc_signal_connect_req_rtn 
+:      019689 l2cap_proc_signal_connect_req_rtn:
+0x4ed4 019690 branch l2cap_process_one_signal_rtn 
+:      019692 l2cap_proc_signal_connect_rsp:
+0x4ed5 019693 ifetch 1 ,contr 
+0x4ed6 019694 copy pdata ,queue 
+0x4ed7 019695 ifetch 2 ,contr 
+0x4ed8 019696 copy pdata ,rega 
+0x4ed9 019697 copy regc ,pdata 
+0x4eda 019698 isub rega ,regc 
+0x4edb 019699 ifetch 2 ,contr 
+0x4edc 019700 copy pdata ,timeup 
+0x4edd 019701 ifetch 2 ,contr 
+0x4ede 019702 copy pdata ,temp 
+0x4edf 019703 bpatchx patch22_1 ,mem_patch22 
+0x4ee0 019704 setarg l2cap_sdp_channel 
+0x4ee1 019705 isub temp ,null 
+0x4ee2 019706 branch l2cap_proc_signal_connect_rsp_sdp ,zero 
+0x4ee3 019707 setarg l2cap_rfcomm_channel 
+0x4ee4 019708 isub temp ,null 
+0x4ee5 019709 branch l2cap_proc_signal_connect_rsp_rfcomm ,zero 
+0x4ee6 019710 setarg l2cap_hid_control_channel 
+0x4ee7 019711 isub temp ,null 
+0x4ee8 019712 branch l2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
+0x4ee9 019713 setarg l2cap_hid_interrupt_channel 
+0x4eea 019714 isub temp ,null 
+0x4eeb 019715 branch l2cap_proc_signal_connect_rsp_hid_int ,zero 
+0x4eec 019716 rtn 
+:      019718 l2cap_proc_signal_connect_rsp_sdp:
+0x4eed 019719 copy timeup ,pdata 
+0x4eee 019720 store 2 ,mem_sdp_remote_cid 
+0x4eef 019721 fetch 1 ,mem_sdp_state 
+0x4ef0 019722 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ef1 019723 store 1 ,mem_sdp_state 
+0x4ef2 019724 branch l2cap_process_one_signal_rtn 
+:      019725 l2cap_proc_signal_connect_rsp_rfcomm:
+0x4ef3 019726 copy timeup ,pdata 
+0x4ef4 019727 store 2 ,mem_rfcomm_remote_cid 
+0x4ef5 019728 fetch 1 ,mem_rfcomm_state 
+0x4ef6 019729 set1 l2cap_channel_state_conn_res ,pdata 
+0x4ef7 019730 store 1 ,mem_rfcomm_state 
+0x4ef8 019731 rtn 
+:      019732 l2cap_proc_signal_connect_rsp_hid_int:
+0x4ef9 019733 copy timeup ,pdata 
+0x4efa 019734 store 2 ,mem_hid_ctrl_remote_cid 
+0x4efb 019735 fetch 1 ,mem_hid_interrupt_state 
+0x4efc 019736 set1 l2cap_channel_state_conn_res ,pdata 
+0x4efd 019737 store 1 ,mem_hid_interrupt_state 
+0x4efe 019738 rtn 
+:      019739 l2cap_proc_signal_connect_rsp_hid_ctrl:
+0x4eff 019740 copy timeup ,pdata 
+0x4f00 019741 store 2 ,mem_hid_int_remote_cid 
+0x4f01 019742 fetch 1 ,mem_hid_control_state 
+0x4f02 019743 set1 l2cap_channel_state_conn_res ,pdata 
+0x4f03 019744 store 1 ,mem_hid_control_state 
+0x4f04 019745 rtn 
+:      019747 l2cap_proc_signal_config_req:
+0x4f05 019748 ifetch 1 ,contr 
+0x4f06 019749 copy pdata ,queue 
+0x4f07 019750 ifetch 2 ,contr 
+0x4f08 019751 copy pdata ,rega 
+0x4f09 019752 copy regc ,pdata 
+0x4f0a 019753 isub rega ,regc 
+0x4f0b 019754 ifetch 2 ,contr 
+0x4f0c 019755 copy pdata ,temp 
+0x4f0d 019756 copy temp ,rega 
+0x4f0e 019757 bpatchx patch22_2 ,mem_patch22 
+0x4f0f 019758 setarg l2cap_sdp_channel 
+0x4f10 019759 isub temp ,null 
+0x4f11 019760 branch l2cap_proc_signal_config_req_sdp ,zero 
+0x4f12 019761 setarg l2cap_rfcomm_channel 
+0x4f13 019762 isub temp ,null 
+0x4f14 019763 branch l2cap_proc_signal_config_req_rfcomm ,zero 
+0x4f15 019764 setarg l2cap_hid_control_channel 
+0x4f16 019765 isub temp ,null 
+0x4f17 019766 branch l2cap_proc_signal_config_req_hid_ctrl ,zero 
+0x4f18 019767 setarg l2cap_hid_interrupt_channel 
+0x4f19 019768 isub temp ,null 
+0x4f1a 019769 branch l2cap_proc_signal_config_req_hid_int ,zero 
+0x4f1b 019770 branch l2cap_reject_command 
+:      019772 l2cap_proc_signal_config_req_sdp:
+0x4f1c 019773 copy contw ,timeup 
+0x4f1d 019774 fetch 1 ,mem_sdp_state 
+0x4f1e 019775 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f1f 019776 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f20 019778 store 1 ,mem_sdp_state 
+0x4f21 019779 copy timeup ,contw 
+0x4f22 019780 arg l2cap_sdp_channel ,timeup 
+0x4f23 019781 fetch 2 ,mem_sdp_remote_cid 
+0x4f24 019782 copy pdata ,temp 
+0x4f25 019783 branch l2cap_send_config_rsp 
+:      019784 l2cap_proc_signal_config_req_hid_ctrl:
+0x4f26 019785 copy contw ,timeup 
+0x4f27 019786 fetch 1 ,mem_hid_control_state 
+0x4f28 019787 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f29 019788 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f2a 019790 store 1 ,mem_hid_control_state 
+0x4f2b 019791 copy timeup ,contw 
+0x4f2c 019792 arg l2cap_hid_control_channel ,timeup 
+0x4f2d 019793 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4f2e 019794 copy pdata ,temp 
+0x4f2f 019795 branch l2cap_send_config_rsp 
+:      019796 l2cap_proc_signal_config_req_hid_int:
+0x4f30 019797 copy contw ,timeup 
+0x4f31 019798 fetch 1 ,mem_hid_interrupt_state 
+0x4f32 019799 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f33 019800 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f34 019802 store 1 ,mem_hid_interrupt_state 
+0x4f35 019803 copy timeup ,contw 
+0x4f36 019804 arg l2cap_hid_interrupt_channel ,timeup 
+0x4f37 019805 fetch 2 ,mem_hid_int_remote_cid 
+0x4f38 019806 copy pdata ,temp 
+0x4f39 019807 branch l2cap_send_config_rsp 
+:      019808 l2cap_proc_signal_config_req_rfcomm:
+0x4f3a 019809 copy contw ,timeup 
+0x4f3b 019810 fetch 1 ,mem_rfcomm_state 
+0x4f3c 019811 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x4f3d 019812 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x4f3e 019814 store 1 ,mem_rfcomm_state 
+0x4f3f 019816 copy timeup ,contw 
+0x4f40 019817 arg l2cap_rfcomm_channel ,timeup 
+0x4f41 019818 fetch 2 ,mem_rfcomm_remote_cid 
+0x4f42 019819 copy pdata ,temp 
+:      019820 l2cap_send_config_rsp:
+0x4f43 019821 bpatchx patch22_3 ,mem_patch22 
+0x4f44 019822 setarg signal_config_rsp 
+0x4f45 019823 istore 1 ,contw 
+0x4f46 019824 copy queue ,pdata 
+0x4f47 019825 istore 1 ,contw 
+0x4f48 019826 setarg 0x0006 
+0x4f49 019827 istore 2 ,contw 
+0x4f4a 019828 copy temp ,pdata 
+0x4f4b 019829 istore 2 ,contw 
+0x4f4c 019830 force 0x00 ,pdata 
+0x4f4d 019831 istore 2 ,contw 
+0x4f4e 019832 force l2cap_config_success ,pdata 
+0x4f4f 019833 istore 2 ,contw 
+0x4f50 019834 force 10 ,pdata 
+0x4f51 019835 iadd regb ,regb 
+0x4f52 019837 storet 2 ,mem_config_req_dest_cid 
+0x4f53 019838 copy queue ,pdata 
+0x4f54 019839 store 1 ,mem_config_identifier 
+0x4f55 019840 force l2cap_sdp_channel ,pdata 
+0x4f56 019841 icompare 0xff ,timeup 
+0x4f57 019842 branch l2cap_send_config_rsp_is_sdp ,true 
+0x4f58 019843 increase 1 ,pdata 
+:      019844 l2cap_send_config_rsp_is_sdp:
+0x4f59 019846 rtn 
+:      019847 l2cap_check_channel_state:
+0x4f5a 019848 disable user 
+0x4f5b 019849 rtnbit1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x4f5c 019850 rtnbit0 l2cap_channel_state_conn_req ,pdata 
+0x4f5d 019851 rtnbit0 l2cap_channel_state_conn_res ,pdata 
+0x4f5e 019852 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x4f5f 019853 copy contr ,contw 
+0x4f60 019854 increase -1 ,contw 
+0x4f61 019855 istore 1 ,contw 
+0x4f62 019856 enable user 
+0x4f63 019857 rtn 
+:      019858 l2cap_send_config_req:
+:      019859 l2cap_send_config_req_sdp:
+0x4f64 019860 fetch 1 ,mem_sdp_state 
+0x4f65 019861 call l2cap_check_channel_state 
+0x4f66 019862 nbranch l2cap_send_config_req_rfcomm ,user 
+0x4f67 019863 jam l2cap_sdp_channel ,mem_send_config_req 
+0x4f68 019864 fetch 2 ,mem_sdp_remote_cid 
+0x4f69 019865 store 2 ,mem_config_req_dest_cid 
+0x4f6a 019866 branch l2cap_generate_config_req 
+:      019867 l2cap_send_config_req_rfcomm:
+0x4f6b 019868 fetch 1 ,mem_rfcomm_state 
+0x4f6c 019869 call l2cap_check_channel_state 
+0x4f6d 019870 nbranch l2cap_send_config_req_hid_ctrl ,user 
+0x4f6e 019871 jam l2cap_rfcomm_channel ,mem_send_config_req 
+0x4f6f 019872 fetch 2 ,mem_rfcomm_remote_cid 
+0x4f70 019873 store 2 ,mem_config_req_dest_cid 
+0x4f71 019874 branch l2cap_generate_config_req 
+:      019875 l2cap_send_config_req_hid_ctrl:
+0x4f72 019876 fetch 1 ,mem_hid_control_state 
+0x4f73 019877 call l2cap_check_channel_state 
+0x4f74 019878 nbranch l2cap_send_config_req_hid_int ,user 
+0x4f75 019879 jam l2cap_hid_control_channel ,mem_send_config_req 
+0x4f76 019880 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4f77 019881 store 2 ,mem_config_req_dest_cid 
+0x4f78 019882 branch l2cap_generate_config_req 
+:      019883 l2cap_send_config_req_hid_int:
+0x4f79 019884 fetch 1 ,mem_hid_interrupt_state 
+0x4f7a 019885 call l2cap_check_channel_state 
+0x4f7b 019886 nrtn user 
+0x4f7c 019887 jam l2cap_hid_interrupt_channel ,mem_send_config_req 
+0x4f7d 019888 fetch 2 ,mem_hid_int_remote_cid 
+0x4f7e 019889 store 2 ,mem_config_req_dest_cid 
+:      019892 l2cap_generate_config_req:
+0x4f7f 019893 bpatchx patch22_4 ,mem_patch22 
+0x4f80 019894 call l2cap_get_req_id 
+0x4f81 019895 call l2cap_malloc_signal_channel 
+0x4f82 019896 force 0 ,regb 
+0x4f83 019897 call l2cap_get_signal_tx_payload 
+0x4f84 019898 force signal_config_req ,pdata 
+0x4f85 019899 istore 1 ,contw 
+0x4f86 019900 fetch 1 ,mem_ml2cap_comm_id 
+0x4f87 019901 istore 1 ,contw 
+0x4f88 019902 setarg 0x0008 
+0x4f89 019903 istore 2 ,contw 
+0x4f8a 019904 fetch 2 ,mem_config_req_dest_cid 
+0x4f8b 019905 istore 2 ,contw 
+0x4f8c 019906 setarg 0x0000 
+0x4f8d 019907 istore 2 ,contw 
+0x4f8e 019908 force 1 ,pdata 
+0x4f8f 019909 istore 1 ,contw 
+0x4f90 019910 force 2 ,pdata 
+0x4f91 019911 istore 1 ,contw 
+0x4f92 019912 fetch 1 ,mem_send_config_req 
+0x4f93 019913 beq l2cap_rfcomm_channel ,l2cap_generate_config_req_rfcomm 
+0x4f94 019914 setarg l2cap_config_mtu_sdp 
+0x4f95 019915 istore 2 ,contw 
+0x4f96 019916 branch l2cap_generate_config_req_done 
+:      019917 l2cap_generate_config_req_rfcomm:
+0x4f97 019918 setarg l2cap_config_mtu_rfcomm 
+0x4f98 019919 istore 2 ,contw 
+:      019920 l2cap_generate_config_req_done:
+0x4f99 019921 arg 0x0c ,temp 
+0x4f9a 019922 storet 2 ,mem_l2cap_signal_tx_length 
+0x4f9b 019923 call l2cap_get_signal_tx_buff 
+0x4f9c 019924 fetch 2 ,mem_l2cap_signal_tx_length 
+0x4f9d 019925 istore 2 ,contw 
+0x4f9e 019926 force l2cap_signal_channel ,pdata 
+0x4f9f 019927 istore 2 ,contw 
+0x4fa0 019928 jam 0 ,mem_send_config_req 
+:      019929 l2cap_proc_signal_config_req_rtn:
+0x4fa1 019930 branch l2cap_process_one_signal_rtn 
+:      019932 l2cap_proc_signal_config_rsp:
+0x4fa2 019933 increase 1 ,contr 
+0x4fa3 019934 ifetch 2 ,contr 
+0x4fa4 019935 copy pdata ,rega 
+0x4fa5 019936 copy regc ,pdata 
+0x4fa6 019937 isub rega ,regc 
+0x4fa7 019938 ifetch 2 ,contr 
+0x4fa8 019939 copy pdata ,rega 
+0x4fa9 019940 bpatchx patch22_5 ,mem_patch22 
+0x4faa 019941 setarg l2cap_sdp_channel 
+0x4fab 019942 isub rega ,null 
+0x4fac 019943 branch l2cap_proc_signal_config_rsp_sdp ,zero 
+0x4fad 019944 setarg l2cap_rfcomm_channel 
+0x4fae 019945 isub rega ,null 
+0x4faf 019946 branch l2cap_proc_signal_config_rsp_rfcomm ,zero 
+0x4fb0 019947 setarg l2cap_hid_control_channel 
+0x4fb1 019948 isub rega ,null 
+0x4fb2 019949 branch l2cap_proc_signal_config_rsp_hid_ctrl ,zero 
+0x4fb3 019950 setarg l2cap_hid_interrupt_channel 
+0x4fb4 019951 isub rega ,null 
+0x4fb5 019952 branch l2cap_proc_signal_config_rsp_hid_int ,zero 
+0x4fb6 019953 increase 2 ,contr 
+0x4fb7 019954 ifetch 2 ,contr 
+0x4fb8 019955 iforce null 
+0x4fb9 019956 branch l2cap_process_one_signal_rtn 
+:      019957 l2cap_proc_signal_config_rsp_sdp:
+0x4fba 019958 fetch 1 ,mem_sdp_state 
+0x4fbb 019959 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fbc 019960 store 1 ,mem_sdp_state 
+0x4fbd 019961 branch l2cap_process_one_signal_rtn 
+:      019962 l2cap_proc_signal_config_rsp_rfcomm:
+0x4fbe 019963 fetch 1 ,mem_rfcomm_state 
+0x4fbf 019964 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc0 019965 store 1 ,mem_rfcomm_state 
+0x4fc1 019966 branch l2cap_process_one_signal_rtn 
+:      019967 l2cap_proc_signal_config_rsp_hid_ctrl:
+0x4fc2 019968 fetch 1 ,mem_hid_control_state 
+0x4fc3 019969 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc4 019970 store 1 ,mem_hid_control_state 
+0x4fc5 019971 branch l2cap_process_one_signal_rtn 
+:      019972 l2cap_proc_signal_config_rsp_hid_int:
+0x4fc6 019973 fetch 1 ,mem_hid_interrupt_state 
+0x4fc7 019974 set1 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x4fc8 019975 store 1 ,mem_hid_interrupt_state 
+0x4fc9 019976 jam bt_evt_hid_connected ,mem_fifo_temp 
+0x4fca 019977 branch ui_ipc_send_event 
+:      019981 l2cap_proc_signal_disconnect_req:
+0x4fcb 019982 ifetch 1 ,contr 
+0x4fcc 019983 copy pdata ,queue 
+0x4fcd 019984 ifetch 2 ,contr 
+0x4fce 019985 copy pdata ,rega 
+0x4fcf 019986 copy regc ,pdata 
+0x4fd0 019987 isub rega ,regc 
+0x4fd1 019988 ifetch 2 ,contr 
+0x4fd2 019989 copy pdata ,rega 
+0x4fd3 019990 ifetch 2 ,contr 
+0x4fd4 019991 copy pdata ,timeup 
+0x4fd5 019992 copy rega ,temp 
+0x4fd6 019993 call save_cont_pointers 
+0x4fd7 019994 bpatchx patch22_6 ,mem_patch22 
+0x4fd8 019995 setarg l2cap_sdp_channel 
+0x4fd9 019996 isub temp ,null 
+0x4fda 019997 branch l2cap_proc_signal_disconnect_req_sdp ,zero 
+0x4fdb 019998 setarg l2cap_rfcomm_channel 
+0x4fdc 019999 isub temp ,null 
+0x4fdd 020000 branch l2cap_proc_signal_disconnect_req_rfcomm ,zero 
+0x4fde 020001 setarg l2cap_hid_control_channel 
+0x4fdf 020002 isub temp ,null 
+0x4fe0 020003 branch l2cap_proc_signal_disconnect_req_hid_ctrl ,zero 
+0x4fe1 020004 setarg l2cap_hid_interrupt_channel 
+0x4fe2 020005 isub temp ,null 
+0x4fe3 020006 branch l2cap_proc_signal_disconnect_req_hid_int ,zero 
+0x4fe4 020007 call l2cap_reject_command 
+0x4fe5 020008 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020009 l2cap_proc_signal_disconnect_req_hid_ctrl:
+0x4fe6 020010 copy timeup ,temp 
+0x4fe7 020011 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4fe8 020012 isub temp ,null 
+0x4fe9 020013 branch l2cap_disconnect_hid_control_now ,zero 
+0x4fea 020014 call l2cap_reject_command 
+0x4feb 020015 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020016 l2cap_proc_signal_disconnect_req_hid_int:
+0x4fec 020017 copy timeup ,temp 
+0x4fed 020018 fetch 2 ,mem_hid_int_remote_cid 
+0x4fee 020019 isub temp ,null 
+0x4fef 020020 branch l2cap_disconnect_hid_interrupt_now ,zero 
+0x4ff0 020021 call l2cap_reject_command 
+0x4ff1 020022 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020024 l2cap_proc_signal_disconnect_req_sdp:
+0x4ff2 020025 copy timeup ,temp 
+0x4ff3 020026 fetch 2 ,mem_sdp_remote_cid 
+0x4ff4 020027 isub temp ,null 
+0x4ff5 020028 branch l2cap_disconnect_sdp_now ,zero 
+0x4ff6 020029 call l2cap_reject_command 
+0x4ff7 020030 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020031 l2cap_disconnect_hid_control_now:
+0x4ff8 020032 call l2cap_reset_hid_ctrl_state 
+0x4ff9 020033 branch l2cap_send_disconnect_rsp_pkt 
+:      020034 l2cap_disconnect_hid_interrupt_now:
+0x4ffa 020035 call l2cap_reset_hid_int_state 
+0x4ffb 020036 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x4ffc 020037 branch l2cap_send_disconnect_rsp_pkt ,blank 
+0x4ffd 020045 branch l2cap_send_disconnect_rsp_pkt 
+:      020047 l2cap_disconnect_sdp_now:
+0x4ffe 020048 call l2cap_reset_sdp_channel_state 
+0x4fff 020049 fetch 1 ,mem_upper_sm_ss 
+0x5000 020050 nbranch l2cap_send_disconnect_rsp_pkt ,blank 
+0x5001 020053 branch l2cap_send_disconnect_rsp_pkt 
+:      020054 l2cap_proc_signal_disconnect_req_rfcomm:
+0x5002 020055 copy timeup ,temp 
+0x5003 020056 fetch 2 ,mem_rfcomm_remote_cid 
+0x5004 020057 isub temp ,null 
+0x5005 020058 branch l2cap_disconnect_rfcomm_now ,zero 
+0x5006 020059 call l2cap_reject_command 
+0x5007 020060 branch l2cap_proc_signal_disconnect_req_err_rtn 
+:      020061 l2cap_disconnect_rfcomm_now:
+0x5008 020062 call l2cap_reset_rfcomm_channel_state 
+0x5009 020063 branch l2cap_send_disconnect_rsp_pkt 
+:      020064 l2cap_send_disconnect_rsp_pkt:
+0x500a 020065 call load_cont_pointers 
+0x500b 020066 setarg signal_disconnect_rsp 
+0x500c 020067 istore 1 ,contw 
+0x500d 020068 copy queue ,pdata 
+0x500e 020069 istore 1 ,contw 
+0x500f 020070 setarg 0x0004 
+0x5010 020071 istore 2 ,contw 
+0x5011 020072 copy rega ,pdata 
+0x5012 020073 istore 2 ,contw 
+0x5013 020074 copy timeup ,pdata 
+0x5014 020075 istore 2 ,contw 
+0x5015 020076 force 8 ,pdata 
+0x5016 020077 branch l2cap_proc_signal_disconnect_req_rtn 
+:      020078 l2cap_proc_signal_disconnect_req_err_rtn:
+0x5017 020079 call load_cont_pointers 
+0x5018 020080 branch l2cap_proc_signal_disconnect_req_rtn 
+:      020081 l2cap_proc_signal_disconnect_req_rtn:
+0x5019 020082 iadd regb ,regb 
+0x501a 020083 branch l2cap_process_one_signal_rtn 
+:      020084 l2cap_proc_signal_disconnect_rsp:
+0x501b 020085 ifetch 1 ,contr 
+0x501c 020086 copy pdata ,queue 
+0x501d 020087 ifetch 2 ,contr 
+0x501e 020088 copy pdata ,rega 
+0x501f 020089 copy regc ,pdata 
+0x5020 020090 isub rega ,regc 
+0x5021 020091 ifetch 2 ,contr 
+0x5022 020092 copy pdata ,timeup 
+0x5023 020093 ifetch 2 ,contr 
+0x5024 020094 copy pdata ,temp 
+0x5025 020095 call save_cont_pointers 
+0x5026 020096 bpatchx patch22_7 ,mem_patch22 
+0x5027 020097 setarg l2cap_sdp_channel 
+0x5028 020098 isub temp ,null 
+0x5029 020099 branch l2cap_proc_signal_disconnect_rsp_sdp ,zero 
+0x502a 020100 setarg l2cap_rfcomm_channel 
+0x502b 020101 isub temp ,null 
+0x502c 020102 branch l2cap_proc_signal_disconnect_rsp_rfcomm ,zero 
+0x502d 020103 setarg l2cap_hid_control_channel 
+0x502e 020104 isub temp ,null 
+0x502f 020105 branch l2cap_proc_signal_disconnect_rsp_hid_ctrl ,zero 
+0x5030 020106 setarg l2cap_hid_interrupt_channel 
+0x5031 020107 isub temp ,null 
+0x5032 020108 branch l2cap_proc_signal_disconnect_rsp_hid_int ,zero 
+0x5033 020109 call l2cap_reject_command 
+0x5034 020110 branch l2cap_proc_signal_disconnect_rsp_err_rtn 
+:      020111 l2cap_proc_signal_disconnect_rsp_sdp:
+0x5035 020112 copy temp ,rega 
+0x5036 020113 copy timeup ,temp 
+0x5037 020114 fetch 2 ,mem_sdp_remote_cid 
+0x5038 020115 isub temp ,null 
+0x5039 020116 call l2cap_reset_sdp_channel_state ,zero 
+0x503a 020117 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020118 l2cap_proc_signal_disconnect_rsp_rfcomm:
+0x503b 020119 copy temp ,rega 
+0x503c 020120 copy timeup ,temp 
+0x503d 020121 fetch 2 ,mem_rfcomm_remote_cid 
+0x503e 020122 isub temp ,null 
+0x503f 020123 call l2cap_reset_rfcomm_channel_state ,zero 
+0x5040 020124 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020125 l2cap_proc_signal_disconnect_rsp_hid_ctrl:
+0x5041 020126 copy temp ,rega 
+0x5042 020127 copy timeup ,temp 
+0x5043 020128 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5044 020129 isub temp ,null 
+0x5045 020130 call l2cap_reset_hid_ctrl_state ,zero 
+0x5046 020131 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020132 l2cap_proc_signal_disconnect_rsp_hid_int:
+0x5047 020133 copy temp ,rega 
+0x5048 020134 copy timeup ,temp 
+0x5049 020135 fetch 2 ,mem_hid_int_remote_cid 
+0x504a 020136 isub temp ,null 
+0x504b 020137 call l2cap_reset_hid_int_state ,zero 
+0x504c 020138 branch l2cap_proc_signal_disconnect_rsp_rtn 
+:      020139 l2cap_proc_signal_disconnect_rsp_rtn:
+0x504d 020140 call load_cont_pointers 
+0x504e 020141 branch l2cap_process_one_signal_rtn 
+:      020142 l2cap_proc_signal_disconnect_rsp_err_rtn:
+0x504f 020143 branch l2cap_process_one_signal_rtn 
+:      020146 l2cap_proc_signal_echo_req:
+0x5050 020147 ifetch 1 ,contr 
+0x5051 020148 copy pdata ,queue 
+0x5052 020149 ifetch 2 ,contr 
+0x5053 020150 copy pdata ,rega 
+0x5054 020151 iadd contr ,contr 
+0x5055 020152 setarg 9 
+0x5056 020153 istore 1 ,contw 
+0x5057 020154 copy queue ,pdata 
+0x5058 020155 istore 1 ,contw 
+0x5059 020156 force 0x0000 ,pdata 
+0x505a 020157 istore 2 ,contw 
+0x505b 020158 force 4 ,pdata 
+0x505c 020159 iadd regb ,regb 
+0x505d 020160 copy regc ,pdata 
+0x505e 020161 isub rega ,regc 
+0x505f 020162 branch l2cap_process_one_signal_rtn 
+:      020163 l2cap_proc_signal_echo_rsp:
+0x5060 020164 branch l2cap_process_one_signal_rtn 
+:      020166 l2cap_proc_signal_info_rsp:
+0x5061 020167 branch l2cap_process_one_signal_rtn 
+:      020168 l2cap_reject_command:
+0x5062 020169 force 0 ,regb 
+0x5063 020170 call l2cap_get_signal_tx_payload 
+0x5064 020171 setarg signal_cmd_reject 
+0x5065 020172 istore 1 ,contw 
+0x5066 020173 copy queue ,pdata 
+0x5067 020174 istore 1 ,contw 
+0x5068 020175 setarg 2 
+0x5069 020176 istore 2 ,contw 
+0x506a 020177 setarg cmd_not_understood 
+0x506b 020178 istore 2 ,contw 
+0x506c 020179 increase 6 ,regb 
+0x506d 020180 arg 4 ,regc 
+0x506e 020181 branch l2cap_process_one_signal_rtn 
+:      020185 l2cap_reset_rfcomm_channel_state:
+0x506f 020186 setarg 0 
+0x5070 020187 store 2 ,mem_rfcomm_tx_pkt_length 
+0x5071 020188 store 2 ,mem_rfcomm_remote_cid 
+0x5072 020189 jam 0 ,mem_rfcomm_state 
+0x5073 020190 rtn 
+:      020191 l2cap_reset_sdp_channel_state:
+0x5074 020192 setarg 0 
+0x5075 020193 store 2 ,mem_sdp_tx_pkt_length 
+0x5076 020194 store 2 ,mem_sdp_remote_cid 
+0x5077 020195 jam 0 ,mem_sdp_state 
+0x5078 020196 rtn 
+:      020197 l2cap_reset_hid_ctrl_state:
+0x5079 020198 setarg 0 
+0x507a 020199 store 2 ,mem_hid_ctrl_remote_cid 
+0x507b 020200 jam 0 ,mem_hid_control_state 
+0x507c 020201 fetch 1 ,mem_hid_interrupt_state 
+0x507d 020202 beq 0 ,l2cap_reset_hid_disconnected 
+0x507e 020203 rtn 
+:      020205 l2cap_reset_hid_int_state:
+0x507f 020206 setarg 0 
+0x5080 020207 store 2 ,mem_hid_int_remote_cid 
+0x5081 020208 jam 0 ,mem_hid_interrupt_state 
+0x5082 020209 fetch 1 ,mem_hid_control_state 
+0x5083 020210 beq 0 ,l2cap_reset_hid_disconnected 
+0x5084 020211 rtn 
+:      020213 l2cap_reset_hid_disconnected:
+0x5085 020214 jam bt_evt_hid_disconnected ,mem_fifo_temp 
+0x5086 020215 branch ui_ipc_send_event 
+:      020217 l2cap_disconnect_interrupt_req:
+0x5087 020218 fetch 1 ,mem_control_tasks 
+0x5088 020219 set0 l2cap_disconnect_interrupt ,pdata 
+0x5089 020220 store 1 ,mem_control_tasks 
+0x508a 020221 fetch 2 ,mem_hid_int_remote_cid 
+0x508b 020222 rtn blank 
+0x508c 020223 call l2cap_malloc_signal_channel 
+0x508d 020224 fetch 2 ,mem_hid_int_remote_cid 
+0x508e 020225 copy pdata ,rega 
+0x508f 020226 force l2cap_hid_interrupt_channel ,regb 
+0x5090 020227 branch l2cap_generate_disconnect_req 
+:      020228 l2cap_disconnect_control_req:
+0x5091 020229 fetch 1 ,mem_control_tasks 
+0x5092 020230 set0 l2cap_disconnect_control ,pdata 
+0x5093 020231 store 1 ,mem_control_tasks 
+0x5094 020232 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5095 020233 rtn blank 
+0x5096 020234 call l2cap_malloc_signal_channel 
+0x5097 020235 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x5098 020236 copy pdata ,rega 
+0x5099 020237 force l2cap_hid_control_channel ,regb 
+:      020238 l2cap_generate_disconnect_req:
+0x509a 020239 call l2cap_get_req_id 
+0x509b 020240 call l2cap_get_signal_tx_payload 
+0x509c 020241 force signal_disconnect_req ,pdata 
+0x509d 020242 istore 1 ,contw 
+0x509e 020243 fetch 1 ,mem_ml2cap_comm_id 
+0x509f 020244 istore 1 ,contw 
+0x50a0 020245 setarg 0x0004 
+0x50a1 020246 istore 2 ,contw 
+0x50a2 020247 copy rega ,pdata 
+0x50a3 020248 istore 2 ,contw 
+0x50a4 020249 copy regb ,pdata 
+0x50a5 020250 istore 2 ,contw 
+0x50a6 020251 force 0x08 ,temp 
+0x50a7 020252 branch ml2cap_send_signal 
+:      020254 ml2cap_send_signal_connect_req:
+0x50a8 020255 bpatchx patch23_0 ,mem_patch23 
+0x50a9 020256 call l2cap_get_req_id 
+0x50aa 020257 call l2cap_get_signal_tx_payload 
+0x50ab 020258 setarg signal_connect_req 
+0x50ac 020259 istore 1 ,contw 
+0x50ad 020260 fetch 1 ,mem_ml2cap_comm_id 
+0x50ae 020261 istore 1 ,contw 
+0x50af 020262 setarg 0x0004 
+0x50b0 020263 istore 2 ,contw 
+0x50b1 020264 copy temp ,pdata 
+0x50b2 020265 istore 2 ,contw 
+0x50b3 020266 copy timeup ,pdata 
+0x50b4 020267 istore 2 ,contw 
+0x50b5 020268 arg 8 ,temp 
+0x50b6 020269 branch ml2cap_send_signal 
+:      020270 ml2cap_send_signal_config_req:
+0x50b7 020271 bpatchx patch23_1 ,mem_patch23 
+0x50b8 020272 call l2cap_get_req_id 
+0x50b9 020273 call l2cap_get_signal_tx_payload 
+0x50ba 020274 setarg signal_config_req 
+0x50bb 020275 istore 1 ,contw 
+0x50bc 020276 fetch 1 ,mem_ml2cap_comm_id 
+0x50bd 020277 istore 1 ,contw 
+0x50be 020278 setarg 0x0008 
+0x50bf 020279 istore 2 ,contw 
+0x50c0 020281 copy temp ,pdata 
+0x50c1 020283 istore 2 ,contw 
+0x50c2 020284 setarg 0x0000 
+0x50c3 020285 istore 2 ,contw 
+0x50c4 020286 setarg 0x01 
+0x50c5 020287 istore 1 ,contw 
+0x50c6 020288 setarg 0x02 
+0x50c7 020289 istore 1 ,contw 
+0x50c8 020290 setarg l2cap_config_mtu_rfcomm 
+0x50c9 020291 istore 2 ,contw 
+0x50ca 020292 arg 0xc ,temp 
+0x50cb 020293 branch ml2cap_send_signal 
+:      020294 ml2cap_send_signal_disconn_req:
+0x50cc 020295 bpatchx patch23_2 ,mem_patch23 
+0x50cd 020296 call l2cap_get_req_id 
+0x50ce 020297 call l2cap_get_signal_tx_payload 
+0x50cf 020298 setarg signal_disconnect_req 
+0x50d0 020299 istore 1 ,contw 
+0x50d1 020300 fetch 1 ,mem_ml2cap_comm_id 
+0x50d2 020301 increase 1 ,pdata 
+0x50d3 020302 copy contw ,rega 
+0x50d4 020303 store 1 ,mem_ml2cap_comm_id 
+0x50d5 020304 copy rega ,contw 
+0x50d6 020305 istore 1 ,contw 
+0x50d7 020306 setarg 0x0004 
+0x50d8 020307 istore 2 ,contw 
+0x50d9 020308 copy temp ,pdata 
+0x50da 020309 istore 2 ,contw 
+0x50db 020310 copy timeup ,pdata 
+0x50dc 020311 istore 2 ,contw 
+0x50dd 020312 arg 0x8 ,temp 
+:      020315 ml2cap_send_signal:
+0x50de 020316 storet 2 ,mem_l2cap_signal_tx_length 
+0x50df 020317 copy temp ,pdata 
+0x50e0 020318 branch l2cap_malloc_discard ,blank 
+0x50e1 020319 call l2cap_get_signal_tx_buff 
+0x50e2 020320 fetch 2 ,mem_l2cap_signal_tx_length 
+0x50e3 020321 istore 2 ,contw 
+0x50e4 020322 force l2cap_signal_channel ,pdata 
+0x50e5 020323 istore 2 ,contw 
+0x50e6 020324 rtn 
+:      020326 msdp_send_req_done:
+0x50e7 020327 fetch 2 ,mem_sdp_tx_pkt_length 
+0x50e8 020328 branch assert ,blank 
+0x50e9 020329 call l2cap_get_sdp_tx_buff 
+0x50ea 020330 fetch 2 ,mem_sdp_tx_pkt_length 
+0x50eb 020331 istore 2 ,contw 
+0x50ec 020332 fetch 2 ,mem_sdp_remote_cid 
+0x50ed 020333 istore 2 ,contw 
+0x50ee 020334 rtn 
+:      020335 ml2cap_rx_multiplexing:
+0x50ef 020336 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x50f0 020337 branch l2cap_rx_reset_state ,blank 
+0x50f1 020338 bpatchx patch23_3 ,mem_patch23 
+0x50f2 020339 fetch 1 ,mem_l2cap_rx_cid 
+0x50f3 020340 beq l2cap_signal_channel ,ml2cap_call_proc_signal 
+0x50f4 020341 beq l2cap_sdp_channel ,ml2cap_call_proc_sdp 
+0x50f5 020342 beq l2cap_rfcomm_channel ,l2cap_call_proc_rfcomm 
+0x50f6 020343 beq l2cap_hid_control_channel ,l2cap_call_proc_hid 
+0x50f7 020344 beq l2cap_hid_interrupt_channel ,l2cap_call_proc_hid 
+0x50f8 020345 branch l2cap_rx_reset_state 
+:      020347 ml2cap_call_proc_signal:
+0x50f9 020348 bpatchx patch23_4 ,mem_patch23 
+0x50fa 020349 call l2cap_malloc_signal_channel 
+0x50fb 020350 force 0 ,regb 
+0x50fc 020351 call l2cap_get_signal_tx_payload 
+0x50fd 020352 copy pdata ,contw 
+0x50fe 020353 fetch 2 ,mem_l2cap_rx_pkt_length 
+0x50ff 020354 copy pdata ,regc 
+0x5100 020355 fetch 2 ,mem_l2cap_payload_ptr 
+0x5101 020356 iforce contr 
+:      020357 ml2cap_proc_one_comm_loop:
+0x5102 020358 call ml2cap_proc_one_comm 
+0x5103 020359 increase -4 ,regc 
+0x5104 020360 nbranch ml2cap_proc_one_comm_loop ,zero 
+0x5105 020361 copy regb ,temp 
+0x5106 020362 call ml2cap_send_signal 
+0x5107 020363 branch l2cap_rx_reset_state 
+:      020365 ml2cap_proc_one_comm:
+0x5108 020366 ifetch 1 ,contr 
+0x5109 020367 beq signal_connect_req ,ml2cap_proc_signal_connect_req 
+0x510a 020368 beq signal_cmd_reject ,ml2cap_proc_signal_cmd_reject 
+0x510b 020369 beq signal_connect_rsp ,ml2cap_proc_signal_connect_rsp 
+0x510c 020370 beq signal_config_rsp ,ml2cap_proc_signal_config_rsp 
+0x510d 020371 beq signal_config_req ,ml2cap_proc_signal_config_req 
+0x510e 020372 beq signal_disconnect_rsp ,ml2cap_proc_signal_disconn_rsp 
+0x510f 020373 beq signal_disconnect_req ,ml2cap_proc_signal_disconn_req 
+0x5110 020374 beq signal_echo_req ,l2cap_proc_signal_echo_req 
+0x5111 020375 beq signal_info_req ,ml2cap_proc_signal_info_req 
+0x5112 020376 branch ml2cap_proc_send_reject 
+:      020378 ml2cap_proc_signal_connect_req:
+0x5113 020379 call save_cont_pointers 
+0x5114 020381 call load_cont_pointers 
+0x5115 020382 branch l2cap_proc_signal_connect_req 
+:      020383 ml2cap_proc_signal_cmd_reject:
+0x5116 020384 ifetch 1 ,contr 
+0x5117 020385 copy pdata ,queue 
+0x5118 020386 ifetch 2 ,contr 
+0x5119 020387 copy pdata ,rega 
+0x511a 020388 copy regc ,pdata 
+0x511b 020389 isub rega ,regc 
+:      020390 mvptr:
+0x511c 020391 ifetch 1 ,contr 
+0x511d 020392 increase -1 ,rega 
+0x511e 020393 nbranch mvptr ,zero 
+0x511f 020394 rtn 
+:      020395 ml2cap_proc_signal_connect_rsp:
+0x5120 020396 ifetch 1 ,contr 
+0x5121 020397 copy pdata ,queue 
+0x5122 020398 ifetch 2 ,contr 
+0x5123 020399 copy pdata ,rega 
+0x5124 020400 ifetch 2 ,contr 
+0x5125 020401 copy pdata ,timeup 
+0x5126 020402 ifetch 2 ,contr 
+0x5127 020403 copy pdata ,temp 
+0x5128 020404 ifetch 2 ,contr 
+0x5129 020405 sub pdata ,0 ,null 
+0x512a 020406 branch ml2cap_proc_signal_connect_rsp_sucessful ,zero 
+0x512b 020407 beq l2cap_connect_refused_psm_unsupported ,ml2cap_proc_signal_connect_refused_result 
+0x512c 020408 beq l2cap_connect_refused_no_resources ,ml2cap_proc_signal_connect_refused_result 
+0x512d 020409 branch ml2cap_proc_signal_connect_rsp_mnosucc 
+:      020410 ml2cap_proc_signal_connect_refused_result:
+0x512e 020411 jam bt_evt_ml2cap_conn_refused ,mem_fifo_temp 
+0x512f 020412 call ui_ipc_send_event 
+:      020413 ml2cap_proc_signal_connect_rsp_mnosucc:
+0x5130 020414 ifetch 2 ,contr 
+0x5131 020415 branch mnosucc 
+:      020416 ml2cap_proc_signal_connect_rsp_sucessful:
+0x5132 020417 call save_cont_pointers 
+0x5133 020421 bpatchx patch23_5 ,mem_patch23 
+0x5134 020422 setarg l2cap_sdp_channel 
+0x5135 020423 isub temp ,null 
+0x5136 020424 branch ml2cap_proc_signal_connect_rsp_sdp ,zero 
+0x5137 020425 setarg l2cap_rfcomm_channel 
+0x5138 020426 isub temp ,null 
+0x5139 020427 branch ml2cap_proc_signal_connect_rsp_rfcomm ,zero 
+0x513a 020428 setarg l2cap_hid_interrupt_channel 
+0x513b 020429 isub temp ,null 
+0x513c 020430 branch ml2cap_proc_signal_connect_rsp_hid_int ,zero 
+0x513d 020431 setarg l2cap_hid_control_channel 
+0x513e 020432 isub temp ,null 
+0x513f 020433 branch ml2cap_proc_signal_connect_rsp_hid_ctrl ,zero 
+0x5140 020434 branch mnosucc 
+:      020435 ml2cap_proc_signal_connect_rsp_sdp:
+0x5141 020436 copy timeup ,pdata 
+0x5142 020437 store 2 ,mem_sdp_remote_cid 
+0x5143 020438 fetch 1 ,mem_sdp_state 
+0x5144 020439 set1 l2cap_channel_state_conn_res 
+0x5145 020440 store 1 ,mem_sdp_state 
+0x5146 020441 branch mnosucc1 
+:      020442 ml2cap_proc_signal_connect_rsp_rfcomm:
+0x5147 020443 copy timeup ,pdata 
+0x5148 020444 store 2 ,mem_rfcomm_remote_cid 
+0x5149 020445 fetch 1 ,mem_rfcomm_state 
+0x514a 020446 set1 l2cap_channel_state_conn_res 
+0x514b 020447 store 1 ,mem_rfcomm_state 
+0x514c 020448 branch mnosucc1 
+:      020449 ml2cap_proc_signal_connect_rsp_hid_ctrl:
+0x514d 020450 copy timeup ,pdata 
+0x514e 020451 store 2 ,mem_hid_ctrl_remote_cid 
+0x514f 020452 fetch 1 ,mem_hid_control_state 
+0x5150 020453 set1 l2cap_channel_state_conn_res 
+0x5151 020454 store 1 ,mem_hid_control_state 
+0x5152 020455 branch mnosucc1 
+:      020456 ml2cap_proc_signal_connect_rsp_hid_int:
+0x5153 020457 copy timeup ,pdata 
+0x5154 020458 store 2 ,mem_hid_int_remote_cid 
+0x5155 020459 fetch 1 ,mem_hid_interrupt_state 
+0x5156 020460 set1 l2cap_channel_state_conn_res 
+0x5157 020461 store 1 ,mem_hid_interrupt_state 
+:      020464 mnosucc1:
+0x5158 020465 call load_cont_pointers 
+:      020466 mnosucc:
+0x5159 020467 copy regc ,pdata 
+0x515a 020468 isub rega ,regc 
+0x515b 020469 rtn 
+:      020471 ml2cap_proc_signal_config_rsp:
+0x515c 020472 ifetch 1 ,contr 
+0x515d 020473 copy pdata ,queue 
+0x515e 020474 ifetch 2 ,contr 
+0x515f 020475 copy pdata ,rega 
+0x5160 020476 copy regc ,pdata 
+0x5161 020477 isub rega ,regc 
+0x5162 020478 ifetch 2 ,contr 
+0x5163 020479 copy pdata ,timeup 
+0x5164 020480 ifetch 2 ,contr 
+0x5165 020481 ifetch 2 ,contr 
+0x5166 020482 nbranch mcrsdone1 ,blank 
+0x5167 020483 call save_cont_pointers 
+0x5168 020487 copy timeup ,temp 
+0x5169 020488 bpatchx patch23_6 ,mem_patch23 
+0x516a 020489 setarg l2cap_sdp_channel 
+0x516b 020490 isub temp ,null 
+0x516c 020491 branch ml2cap_proc_signal_config_rsp_sdp ,zero 
+0x516d 020492 setarg l2cap_rfcomm_channel 
+0x516e 020493 isub temp ,null 
+0x516f 020494 branch ml2cap_proc_signal_config_rsp_rfcomm ,zero 
+0x5170 020495 setarg l2cap_hid_control_channel 
+0x5171 020496 isub temp ,null 
+0x5172 020497 branch ml2cap_proc_signal_config_rsp_hid_ctrl ,zero 
+0x5173 020498 setarg l2cap_hid_interrupt_channel 
+0x5174 020499 isub temp ,null 
+0x5175 020500 branch ml2cap_proc_signal_config_rsp_hid_int ,zero 
+:      020501 ml2cap_proc_signal_config_rsp_sdp:
+0x5176 020502 fetch 1 ,mem_sdp_state 
+0x5177 020503 set1 l2cap_channel_state_rcv_cfg_res 
+0x5178 020504 store 1 ,mem_sdp_state 
+0x5179 020505 rtn 
+:      020506 ml2cap_proc_signal_config_rsp_rfcomm:
+0x517a 020507 fetch 1 ,mem_rfcomm_state 
+0x517b 020508 set1 l2cap_channel_state_rcv_cfg_res 
+0x517c 020509 store 1 ,mem_rfcomm_state 
+0x517d 020510 rtn 
+:      020511 ml2cap_proc_signal_config_rsp_hid_ctrl:
+0x517e 020512 fetch 1 ,mem_hid_control_state 
+0x517f 020513 set1 l2cap_channel_state_rcv_cfg_res 
+0x5180 020514 store 1 ,mem_hid_control_state 
+0x5181 020515 rtn 
+:      020516 ml2cap_proc_signal_config_rsp_hid_int:
+0x5182 020517 fetch 1 ,mem_hid_interrupt_state 
+0x5183 020518 set1 l2cap_channel_state_rcv_cfg_res 
+0x5184 020519 store 1 ,mem_hid_interrupt_state 
+0x5185 020520 jam bt_evt_hid_connected ,mem_fifo_temp 
+0x5186 020521 branch ui_ipc_send_event 
+:      020524 mcfrsdone:
+0x5187 020525 call load_cont_pointers 
+:      020526 mcrsdone1:
+0x5188 020527 increase -6 ,rega 
+:      020528 mloop2:
+0x5189 020529 branch mcrsdone ,zero 
+0x518a 020530 increase 1 ,contr 
+0x518b 020531 increase -1 ,rega 
+0x518c 020532 branch mloop2 
+:      020533 mcrsdone:
+0x518d 020534 rtn 
+:      020535 ml2cap_proc_signal_config_req:
+0x518e 020536 ifetch 1 ,contr 
+0x518f 020537 copy pdata ,queue 
+0x5190 020538 ifetch 2 ,contr 
+0x5191 020539 copy pdata ,rega 
+0x5192 020540 copy regc ,pdata 
+0x5193 020541 isub rega ,regc 
+0x5194 020542 ifetch 2 ,contr 
+0x5195 020543 increase 2 ,contr 
+0x5196 020544 copy pdata ,temp 
+0x5197 020545 setarg signal_config_rsp 
+0x5198 020546 istore 1 ,contw 
+0x5199 020547 copy queue ,pdata 
+0x519a 020548 istore 1 ,contw 
+0x519b 020549 increase 2 ,rega 
+0x519c 020550 copy rega ,pdata 
+0x519d 020551 istore 2 ,contw 
+0x519e 020552 call save_cont_pointers 
+0x519f 020553 bpatchx patch23_7 ,mem_patch23 
+0x51a0 020554 setarg l2cap_sdp_channel 
+0x51a1 020555 isub temp ,null 
+0x51a2 020556 branch ml2cap_proc_signal_config_req_sdp ,zero 
+0x51a3 020557 setarg l2cap_rfcomm_channel 
+0x51a4 020558 isub temp ,null 
+0x51a5 020559 branch ml2cap_proc_signal_config_req_rfcomm ,zero 
+0x51a6 020560 setarg l2cap_hid_control_channel 
+0x51a7 020561 isub temp ,null 
+0x51a8 020562 branch ml2cap_proc_signal_config_req_hid_ctrl ,zero 
+0x51a9 020563 setarg l2cap_hid_interrupt_channel 
+0x51aa 020564 isub temp ,null 
+0x51ab 020565 branch ml2cap_proc_signal_config_req_hid_int ,zero 
+0x51ac 020566 branch mcfgrq_done 
+:      020567 ml2cap_proc_signal_config_req_sdp:
+0x51ad 020568 fetch 1 ,mem_sdp_state 
+0x51ae 020569 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51af 020570 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51b0 020571 store 1 ,mem_sdp_state 
+0x51b1 020572 bbit1 l2cap_channel_state_snd_cfg_req ,ml2cap_proc_signal_config_req_sdp_nsndreq 
+0x51b2 020573 fetcht 1 ,mem_control_tasks 
+0x51b3 020574 set1 l2cap_init_config_req ,temp 
+0x51b4 020575 storet 1 ,mem_control_tasks 
+0x51b5 020576 copy queue ,pdata 
+0x51b6 020577 increase 1 ,pdata 
+0x51b7 020578 store 1 ,mem_config_identifier 
+0x51b8 020579 fetch 1 ,mem_sdp_state 
+0x51b9 020580 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x51ba 020581 store 1 ,mem_sdp_state 
+:      020582 ml2cap_proc_signal_config_req_sdp_nsndreq:
+0x51bb 020583 fetch 2 ,mem_sdp_remote_cid 
+0x51bc 020584 store 2 ,mem_config_req_dest_cid 
+0x51bd 020585 branch mcfgrq_done 
+:      020586 ml2cap_proc_signal_config_req_rfcomm:
+0x51be 020587 fetch 1 ,mem_rfcomm_state 
+0x51bf 020588 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51c0 020589 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51c1 020590 store 1 ,mem_rfcomm_state 
+0x51c2 020591 fetch 2 ,mem_rfcomm_remote_cid 
+0x51c3 020592 branch mcfgrq_done 
+:      020593 ml2cap_proc_signal_config_req_hid_ctrl:
+0x51c4 020594 fetch 1 ,mem_hid_control_state 
+0x51c5 020595 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51c6 020596 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51c7 020597 store 1 ,mem_hid_control_state 
+0x51c8 020598 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x51c9 020599 branch mcfgrq_done 
+:      020600 ml2cap_proc_signal_config_req_hid_int:
+0x51ca 020601 fetch 1 ,mem_hid_interrupt_state 
+0x51cb 020602 set1 l2cap_channel_state_rcv_cfg_req ,pdata 
+0x51cc 020603 set1 l2cap_channel_state_snd_cfg_res ,pdata 
+0x51cd 020604 store 1 ,mem_hid_interrupt_state 
+0x51ce 020605 fetch 2 ,mem_hid_int_remote_cid 
+:      020608 mcfgrq_done:
+0x51cf 020609 copy pdata ,timeup 
+0x51d0 020610 call load_cont_pointers 
+0x51d1 020612 copy timeup ,pdata 
+0x51d2 020614 istore 2 ,contw 
+0x51d3 020615 force 0x0000 ,pdata 
+0x51d4 020616 istore 2 ,contw 
+0x51d5 020617 force 0x0000 ,pdata 
+0x51d6 020618 istore 2 ,contw 
+0x51d7 020619 force 10 ,pdata 
+0x51d8 020620 iadd regb ,regb 
+0x51d9 020621 increase -6 ,rega 
+:      020622 mloop1:
+0x51da 020623 branch mcrqdone ,zero 
+0x51db 020624 ifetch 1 ,contr 
+0x51dc 020625 istore 1 ,contw 
+0x51dd 020626 increase 1 ,regb 
+0x51de 020627 increase -1 ,rega 
+0x51df 020628 branch mloop1 
+:      020629 mcrqdone:
+0x51e0 020630 rtn 
+:      020631 ml2cap_proc_signal_disconn_req:
+0x51e1 020632 ifetch 1 ,contr 
+0x51e2 020633 copy pdata ,queue 
+0x51e3 020634 ifetch 2 ,contr 
+0x51e4 020635 copy pdata ,rega 
+0x51e5 020636 copy regc ,pdata 
+0x51e6 020637 isub rega ,regc 
+0x51e7 020639 ifetch 2 ,contr 
+0x51e8 020640 copy pdata ,rega 
+0x51e9 020641 ifetch 2 ,contr 
+0x51ea 020642 copy pdata ,timeup 
+0x51eb 020643 call save_cont_pointers 
+0x51ec 020644 bpatchx patch24_0 ,mem_patch24 
+0x51ed 020645 setarg l2cap_sdp_channel 
+0x51ee 020646 copy rega ,temp 
+0x51ef 020647 isub temp ,null 
+0x51f0 020648 branch ml2cap_proc_signal_disconn_sdp ,zero 
+0x51f1 020649 setarg l2cap_hid_control_channel 
+0x51f2 020650 copy rega ,temp 
+0x51f3 020651 isub temp ,null 
+0x51f4 020652 branch ml2cap_proc_signal_disconn_hid_ctrl ,zero 
+0x51f5 020653 setarg l2cap_hid_interrupt_channel 
+0x51f6 020654 copy rega ,temp 
+0x51f7 020655 isub temp ,null 
+0x51f8 020656 branch ml2cap_proc_signal_disconn_hid_int ,zero 
+0x51f9 020657 branch mclsrfc 
+:      020658 ml2cap_proc_signal_disconn_sdp:
+0x51fa 020659 setarg 0x0000 
+0x51fb 020660 store 2 ,mem_sdp_tx_pkt_length 
+0x51fc 020661 store 2 ,mem_sdp_remote_cid 
+0x51fd 020662 store 1 ,mem_sdp_state 
+0x51fe 020663 branch mclssdp 
+:      020664 ml2cap_proc_signal_disconn_hid_ctrl:
+0x51ff 020665 call l2cap_reset_hid_ctrl_state 
+0x5200 020666 branch mclssdp 
+:      020667 ml2cap_proc_signal_disconn_hid_int:
+0x5201 020668 call l2cap_reset_hid_int_state 
+0x5202 020674 branch mclssdp 
+:      020675 mclsrfc:
+0x5203 020676 setarg 0x0000 
+0x5204 020677 store 2 ,mem_rfcomm_tx_pkt_length 
+:      020678 mclssdp:
+0x5205 020679 call load_cont_pointers 
+0x5206 020680 setarg signal_disconnect_rsp 
+0x5207 020681 istore 1 ,contw 
+0x5208 020682 copy queue ,pdata 
+0x5209 020683 istore 1 ,contw 
+0x520a 020684 setarg 0x0004 
+0x520b 020685 istore 2 ,contw 
+0x520c 020686 copy rega ,pdata 
+0x520d 020687 istore 2 ,contw 
+0x520e 020688 copy timeup ,pdata 
+0x520f 020689 istore 2 ,contw 
+0x5210 020690 force 8 ,pdata 
+0x5211 020691 iadd regb ,regb 
+0x5212 020692 rtn 
+:      020694 ml2cap_proc_signal_disconn_rsp:
+0x5213 020695 ifetch 1 ,contr 
+0x5214 020696 copy pdata ,queue 
+0x5215 020697 ifetch 2 ,contr 
+0x5216 020698 copy pdata ,rega 
+0x5217 020699 ifetch 2 ,contr 
+0x5218 020700 copy pdata ,timeup 
+0x5219 020701 ifetch 2 ,contr 
+0x521a 020702 copy pdata ,temp 
+0x521b 020703 call save_cont_pointers 
+0x521c 020704 bpatchx patch24_1 ,mem_patch24 
+0x521d 020705 fetch 1 ,mem_ml2cap_comm_id 
+0x521e 020706 icompare 0xff ,queue 
+0x521f 020707 nbranch mdisdone ,true 
+0x5220 020708 setarg l2cap_sdp_channel 
+0x5221 020709 isub temp ,null 
+0x5222 020710 branch ml2cap_proc_signal_disconn_rsp_sdp ,zero 
+0x5223 020711 setarg l2cap_rfcomm_channel 
+0x5224 020712 isub temp ,null 
+0x5225 020713 branch ml2cap_proc_signal_disconn_rsp_rfcomm ,zero 
+0x5226 020714 branch mdisdone 
+:      020715 ml2cap_proc_signal_disconn_rsp_sdp:
+0x5227 020716 jam 0 ,mem_sdp_remote_cid 
+0x5228 020717 jam 0 ,mem_sdp_state 
+0x5229 020718 branch mdisdone 
+:      020719 ml2cap_proc_signal_disconn_rsp_rfcomm:
+:      020722 mdisdone:
+0x522a 020723 call load_cont_pointers 
+0x522b 020724 copy regc ,pdata 
+0x522c 020725 isub rega ,regc 
+0x522d 020726 rtn 
+:      020728 ml2cap_proc_send_reject:
+0x522e 020729 setarg signal_cmd_reject 
+0x522f 020730 istore 1 ,contw 
+0x5230 020731 ifetch 1 ,contr 
+0x5231 020732 istore 1 ,contw 
+0x5232 020733 setarg 0x0002 
+0x5233 020734 istore 2 ,contw 
+0x5234 020735 setarg 0x0000 
+0x5235 020736 istore 2 ,contw 
+0x5236 020737 setarg 0x0006 
+0x5237 020738 iadd regb ,regb 
+0x5238 020739 force 4 ,regc 
+0x5239 020740 rtn 
+:      020743 l2cap_get_req_id:
+0x523a 020744 fetch 1 ,mem_ml2cap_comm_id 
+0x523b 020745 increase 1 ,pdata 
+0x523c 020746 bne 0 ,l2cap_get_req_id_ok 
+0x523d 020747 increase 1 ,pdata 
+:      020748 l2cap_get_req_id_ok:
+0x523e 020749 store 1 ,mem_ml2cap_comm_id 
+0x523f 020750 rtn 
+:      020760 l2cap_malloc:
+0x5240 020761 bpatchx patch24_2 ,mem_patch24 
+0x5241 020762 arg 0 ,regb 
+0x5242 020763 call l2cap_malloc_is_fifo_full 
+0x5243 020764 nbranch assert ,blank 
+0x5244 020765 call l2cap_malloc_get_full_map 
+0x5245 020766 arg mem_tx_buff0 ,regb 
+0x5246 020767 arg 0 ,queue 
+:      020768 l2cap_malloc_loop:
+0x5247 020769 fetcht 1 ,mem_used_map 
+0x5248 020770 qisolate1 temp 
+0x5249 020771 branch l2cap_malloc_next ,true 
+0x524a 020772 call l2cap_malloc_enough 
+0x524b 020773 sub timeup ,0 ,null 
+0x524c 020774 branch l2cap_malloc_next ,positive 
+0x524d 020775 call l2cap_malloc_into_fifo 
+0x524e 020776 branch l2cap_malloc_rtn 
+:      020777 l2cap_malloc_next:
+0x524f 020778 increase 128 ,regb 
+0x5250 020779 increase 1 ,queue 
+0x5251 020780 setarg 8 
+0x5252 020781 isub queue ,null 
+0x5253 020782 branch l2cap_malloc_loop ,positive 
+0x5254 020783 arg 0 ,regb 
+:      020784 l2cap_malloc_rtn:
+0x5255 020785 copy regb ,pdata 
+0x5256 020786 branch assert ,blank 
+0x5257 020787 rtn 
+:      020795 l2cap_malloc_fifo_out:
+0x5258 020796 bpatchx patch24_3 ,mem_patch24 
+0x5259 020797 call l2cap_malloc_fifo_get_first_ptr 
+0x525a 020798 increase 1 ,contr 
+0x525b 020799 ifetch 2 ,contr 
+0x525c 020800 rtn 
+:      020806 l2cap_malloc_free:
+0x525d 020807 bpatchx patch24_4 ,mem_patch24 
+0x525e 020808 call l2cap_malloc_fifo_get_first_ptr 
+0x525f 020809 copy contr ,contw 
+0x5260 020810 copy contr ,temp 
+0x5261 020811 setarg 0 
+0x5262 020812 istore 3 ,contw 
+0x5263 020813 rtn 
+:      020818 l2cap_malloc_discard:
+0x5264 020819 bpatchx patch24_5 ,mem_patch24 
+0x5265 020820 call l2cap_malloc_is_fifo_empty 
+0x5266 020821 branch assert ,blank 
+0x5267 020822 fetch 3 ,mem_tx_fifo2 
+0x5268 020823 store 3 ,mem_tx_fifo3 
+0x5269 020824 fetch 3 ,mem_tx_fifo1 
+0x526a 020825 store 3 ,mem_tx_fifo2 
+0x526b 020826 fetch 3 ,mem_tx_fifo0 
+0x526c 020827 store 3 ,mem_tx_fifo1 
+0x526d 020828 rtn 
+:      020834 l2cap_malloc_is_fifo_full:
+0x526e 020835 bpatchx patch24_6 ,mem_patch24 
+0x526f 020836 fetch 3 ,mem_tx_fifo0 
+0x5270 020837 rtn 
+:      020843 l2cap_malloc_is_fifo_nearly_full:
+0x5271 020844 bpatchx patch24_7 ,mem_patch24 
+0x5272 020845 fetch 3 ,mem_tx_fifo1 
+0x5273 020846 rtn 
+:      020852 l2cap_malloc_is_fifo_empty:
+0x5274 020853 bpatchx patch25_0 ,mem_patch25 
+0x5275 020854 fetch 3 ,mem_tx_fifo3 
+0x5276 020855 rtn 
+:      020860 l2cap_malloc_fifo_get_first_ptr:
+0x5277 020861 call l2cap_malloc_is_fifo_empty 
+0x5278 020862 branch assert ,blank 
+0x5279 020863 arg mem_tx_fifo0 ,contr 
+:      020864 l2cap_malloc_free_loop:
+0x527a 020865 ifetch 3 ,contr 
+0x527b 020866 branch l2cap_malloc_free_loop ,blank 
+0x527c 020867 increase -3 ,contr 
+0x527d 020868 rtn 
+:      020875 l2cap_malloc_get_full_map:
+0x527e 020876 bpatchx patch25_1 ,mem_patch25 
+0x527f 020877 arg 4 ,loopcnt 
+0x5280 020878 arg mem_tx_fifo0_map ,contr 
+0x5281 020879 arg 0 ,temp 
+:      020880 l2cap_malloc_get_full_map_loop:
+0x5282 020881 ifetch 3 ,contr 
+0x5283 020882 and pdata ,0xff ,pdata 
+0x5284 020883 ior temp ,temp 
+0x5285 020884 loop l2cap_malloc_get_full_map_loop 
+0x5286 020885 storet 1 ,mem_used_map 
+0x5287 020886 rtn 
+:      020894 l2cap_malloc_into_fifo:
+0x5288 020895 bpatchx patch25_2 ,mem_patch25 
+0x5289 020896 call l2cap_malloc_is_fifo_full 
+0x528a 020897 nbranch assert ,blank 
+0x528b 020898 call l2cap_malloc_is_fifo_empty 
+0x528c 020899 branch l2cap_malloc_into_fifo_no_push ,blank 
+0x528d 020900 fetch 3 ,mem_tx_fifo1 
+0x528e 020901 store 3 ,mem_tx_fifo0 
+0x528f 020902 ifetch 3 ,contr 
+0x5290 020903 istore 3 ,contw 
+0x5291 020904 ifetch 3 ,contr 
+0x5292 020905 istore 3 ,contw 
+0x5293 020906 setarg 0 
+0x5294 020907 istore 3 ,contw 
+:      020908 l2cap_malloc_into_fifo_no_push:
+0x5295 020909 arg 0 ,temp 
+0x5296 020910 copy timeup ,pdata 
+0x5297 020911 iadd queue ,pdata 
+:      020912 l2cap_malloc_into_fifo_loop:
+0x5298 020913 qset1 temp 
+0x5299 020914 increase 1 ,queue 
+0x529a 020915 isub queue ,null 
+0x529b 020916 nbranch l2cap_malloc_into_fifo_loop ,zero 
+0x529c 020918 lshift8 regb ,pdata 
+0x529d 020919 ior temp ,pdata 
+0x529e 020920 store 3 ,mem_tx_fifo3 
+0x529f 020921 rtn 
+:      020931 l2cap_malloc_enough:
+0x52a0 020932 bpatchx patch25_3 ,mem_patch25 
+0x52a1 020933 call l2cap_malloc_get_full_map 
+0x52a2 020934 copy queue ,regc 
+0x52a3 020935 arg 0 ,temp 
+0x52a4 020936 arg 0 ,timeup 
+:      020938 l2cap_malloc_enough_loop:
+0x52a5 020939 copy queue ,pdata 
+0x52a6 020940 beq 8 ,l2cap_malloc_enough_end 
+0x52a7 020941 fetch 1 ,mem_used_map 
+0x52a8 020942 qisolate1 pdata 
+0x52a9 020943 branch l2cap_malloc_enough_end ,true 
+0x52aa 020944 increase 128 ,temp 
+0x52ab 020945 increase 1 ,queue 
+0x52ac 020946 copy rega ,pdata 
+0x52ad 020947 isub temp ,null 
+0x52ae 020948 branch l2cap_malloc_enough_end ,zero 
+0x52af 020949 branch l2cap_malloc_enough_loop ,positive 
+:      020950 l2cap_malloc_enough_end:
+0x52b0 020951 copy temp ,pdata 
+0x52b1 020952 isub rega ,null 
+0x52b2 020953 nbranch l2cap_malloc_enough_rtn ,positive 
+0x52b3 020954 copy queue ,pdata 
+0x52b4 020955 copy regc ,temp 
+0x52b5 020956 isub temp ,timeup 
+:      020957 l2cap_malloc_enough_rtn:
+0x52b6 020958 copy regc ,queue 
+0x52b7 020959 rtn 
+:      020962 l2cap_malloc_signal_channel:
+0x52b8 020963 bpatchx patch25_4 ,mem_patch25 
+0x52b9 020964 arg l2cap_signal_malloc_size ,rega 
+0x52ba 020965 call l2cap_malloc 
+0x52bb 020966 store 2 ,mem_l2cap_signal_tx_buff_ptr 
+0x52bc 020967 increase 4 ,pdata 
+0x52bd 020968 store 2 ,mem_l2cap_signal_tx_payload_ptr 
+0x52be 020969 setarg 0 
+0x52bf 020970 store 2 ,mem_l2cap_signal_tx_length 
+0x52c0 020971 rtn 
+:      020973 l2cap_get_signal_tx_buff:
+0x52c1 020974 fetch 2 ,mem_l2cap_signal_tx_buff_ptr 
+0x52c2 020975 branch l2cap_util_pdata_to_contw 
+:      020977 l2cap_get_signal_tx_payload:
+0x52c3 020978 fetch 2 ,mem_l2cap_signal_tx_payload_ptr 
+0x52c4 020979 branch l2cap_util_pdata_to_contw 
+:      020982 l2cap_malloc_sdp_channel:
+0x52c5 020983 bpatchx patch25_5 ,mem_patch25 
+0x52c6 020984 arg sdp_malloc_size ,rega 
+0x52c7 020985 call l2cap_malloc 
+0x52c8 020986 store 2 ,mem_sdp_tx_buff_ptr 
+0x52c9 020987 increase 4 ,pdata 
+0x52ca 020988 store 2 ,mem_sdp_tx_payload_ptr 
+0x52cb 020989 setarg 0 
+0x52cc 020990 store 2 ,mem_sdp_tx_pkt_length 
+0x52cd 020991 rtn 
+:      020993 l2cap_get_sdp_tx_buff:
+0x52ce 020994 fetch 2 ,mem_sdp_tx_buff_ptr 
+0x52cf 020995 branch l2cap_util_pdata_to_contw 
+:      020997 l2cap_get_sdp_tx_payload:
+0x52d0 020998 fetch 2 ,mem_sdp_tx_payload_ptr 
+0x52d1 020999 branch l2cap_util_pdata_to_contw 
+:      021002 l2cap_malloc_rfcomm_channel:
+0x52d2 021003 bpatchx patch25_6 ,mem_patch25 
+0x52d3 021004 call push_stack 
+0x52d4 021005 jam rfcomm_malloc_fail ,mem_rfcomm_malloc_fail_flag 
+0x52d5 021006 call l2cap_malloc_is_fifo_full 
+0x52d6 021007 nrtn blank 
+0x52d7 021008 arg rfcomm_malloc_size ,rega 
+0x52d8 021009 call l2cap_malloc 
+0x52d9 021010 store 2 ,mem_rfcomm_tx_buff_ptr 
+0x52da 021011 increase 4 ,pdata 
+0x52db 021012 store 2 ,mem_rfcomm_tx_payload_ptr 
+0x52dc 021013 setarg 0 
+0x52dd 021014 store 2 ,mem_rfcomm_tx_pkt_length 
+0x52de 021015 jam rfcomm_malloc_succeed ,mem_rfcomm_malloc_fail_flag 
+0x52df 021016 branch pop_stack 
+:      021018 l2cap_get_rfcomm_tx_buff:
+0x52e0 021019 fetch 2 ,mem_rfcomm_tx_buff_ptr 
+0x52e1 021020 branch l2cap_util_pdata_to_contw 
+:      021022 l2cap_util_pdata_to_contw:
+0x52e2 021023 branch assert ,blank 
+0x52e3 021024 copy pdata ,contw 
+0x52e4 021025 rtn 
+:      021028 l2cap_lpm_save_calc_len:
+0x52e5 021029 bpatchx patch25_7 ,mem_patch25 
+0x52e6 021030 arg 0 ,regb 
+0x52e7 021031 arg mem_tx_fifo0_map ,rega 
+0x52e8 021032 increase -2 ,rega 
+:      021033 l2cap_lpm_save_calc_len_loop:
+0x52e9 021034 increase 2 ,rega 
+0x52ea 021035 setarg mem_tx_fifo_end 
+0x52eb 021036 isub rega ,null 
+0x52ec 021037 branch l2cap_lpm_save_calc_len_end ,zero 
+0x52ed 021038 ifetch 1 ,rega 
+0x52ee 021039 increase 1 ,rega 
+0x52ef 021040 branch l2cap_lpm_save_calc_len_loop ,blank 
+0x52f0 021041 ifetcht 2 ,rega 
+0x52f1 021042 ifetch 2 ,temp 
+0x52f2 021043 iadd regb ,regb 
+0x52f3 021044 increase 4 ,regb 
+0x52f4 021045 branch l2cap_lpm_save_calc_len_loop 
+:      021046 l2cap_lpm_save_calc_len_end:
+0x52f5 021047 copy regb ,pdata 
+0x52f6 021048 rtn 
+:      021051 l2cap_lpm_get_wake_lock:
+0x52f7 021052 arg wake_lock_l2cap_tx ,queue 
+0x52f8 021053 branch lpm_get_wake_lock 
+:      021055 l2cap_lpm_put_wake_lock:
+0x52f9 021056 arg wake_lock_l2cap_tx ,queue 
+0x52fa 021057 branch lpm_put_wake_lock 
+:      021059 l2cap_lpm_save_txbuf:
+0x52fb 021060 bpatchx patch26_0 ,mem_patch26 
+0x52fc 021061 call l2cap_malloc_get_full_map 
+0x52fd 021062 fetch 1 ,mem_used_map 
+0x52fe 021063 rtn blank 
+0x52ff 021064 call l2cap_lpm_save_calc_len 
+0x5300 021065 arg l2cap_lpm_txbuf_len ,temp 
+0x5301 021066 isub temp ,null 
+0x5302 021067 branch l2cap_lpm_get_wake_lock ,positive 
+0x5303 021068 call l2cap_lpm_put_wake_lock 
+0x5304 021069 arg mem_l2cap_lpm_txbuf ,contw 
+0x5305 021070 arg mem_tx_fifo0 ,rega 
+:      021071 l2cap_lpm_save_txbuf_loop:
+0x5306 021072 setarg mem_tx_fifo_end 
+0x5307 021073 isub rega ,null 
+0x5308 021074 rtn zero 
+0x5309 021075 ifetch 1 ,rega 
+0x530a 021076 increase 1 ,rega 
+0x530b 021077 nbranch l2cap_lpm_save_txbuf_nempty ,blank 
+0x530c 021078 istore 2 ,contw 
+0x530d 021079 increase 2 ,rega 
+0x530e 021080 branch l2cap_lpm_save_txbuf_loop 
+:      021081 l2cap_lpm_save_txbuf_nempty:
+0x530f 021082 ifetch 2 ,rega 
+0x5310 021083 increase 2 ,rega 
+0x5311 021084 copy pdata ,contr 
+0x5312 021085 ifetch 2 ,contr 
+0x5313 021086 istore 2 ,contw 
+0x5314 021087 copy pdata ,loopcnt 
+0x5315 021088 increase 2 ,loopcnt 
+0x5316 021089 call memcpy 
+0x5317 021090 branch l2cap_lpm_save_txbuf_loop 
+:      021092 l2cap_lpm_load_txbuf:
+0x5318 021093 bpatchx patch26_1 ,mem_patch26 
+0x5319 021094 call l2cap_malloc_get_full_map 
+0x531a 021095 fetch 1 ,mem_used_map 
+0x531b 021096 rtn blank 
+0x531c 021097 arg mem_tx_fifo0_ptr ,rega 
+0x531d 021098 increase -3 ,rega 
+0x531e 021099 arg mem_l2cap_lpm_txbuf ,contr 
+:      021100 l2cap_lpm_load_txbuf_loop:
+0x531f 021101 increase 3 ,rega 
+0x5320 021102 setarg mem_tx_fifo_end + 1 
+0x5321 021103 isub rega ,null 
+0x5322 021104 rtn zero 
+0x5323 021105 ifetch 2 ,contr 
+0x5324 021106 branch l2cap_lpm_load_txbuf_loop ,blank 
+0x5325 021107 increase 4 ,pdata 
+0x5326 021108 copy pdata ,loopcnt 
+0x5327 021109 copy contr ,regb 
+0x5328 021110 ifetch 2 ,rega 
+0x5329 021111 copy pdata ,contw 
+0x532a 021112 copy regb ,contr 
+0x532b 021113 increase -2 ,contr 
+0x532c 021114 call memcpy 
+0x532d 021115 branch l2cap_lpm_load_txbuf_loop 
+:      021125 le_init_conn:
+0x532e 021126 bpatchx patch26_2 ,mem_patch26 
+0x532f 021127 disable wake 
+0x5330 021128 jam 1 ,mem_le_conn_handle 
+0x5331 021129 jam 3 ,mem_le_state 
+0x5332 021130 jam 1 ,mem_le_arq 
+0x5333 021131 setarg -1 
+0x5334 021132 store 2 ,mem_le_event_count 
+0x5335 021133 force 0 ,pdata 
+0x5336 021134 store 1 ,mem_le_ch 
+0x5337 021135 store 1 ,mem_le_op 
+0x5338 021136 store 3 ,mem_sniff_rcv 
+0x5339 021137 store 3 ,mem_sniff_lost 
+0x533a 021138 store 5 ,mem_le_pcnt_tx 
+0x533b 021139 set1 39 ,pdata 
+0x533c 021140 store 5 ,mem_le_pcnt_rx 
+0x533d 021141 jam 1 ,mem_le_txheader 
+0x533e 021142 jam 0 ,mem_le_txlen 
+0x533f 021143 branch le_supervision_flush 
+:      021145 le_init_master:
+0x5340 021146 bpatchx patch26_3 ,mem_patch26 
+0x5341 021147 enable master 
+0x5342 021148 jam lemode_master ,mem_le_mode 
+0x5343 021149 jam 1 ,mem_le_att_handle 
+0x5344 021150 jam 1 ,mem_le_search_handle_start 
+0x5345 021151 setarg 0xffff 
+0x5346 021152 store 2 ,mem_le_search_handle_end 
+0x5347 021153 force 0 ,pdata 
+0x5348 021154 store 5 ,mem_le_pcnt_rx 
+0x5349 021155 set1 39 ,pdata 
+0x534a 021156 store 5 ,mem_le_pcnt_tx 
+0x534b 021157 branch le_init_conn 
+:      021160 le_init_slave:
+0x534c 021161 bpatchx patch26_4 ,mem_patch26 
+0x534d 021162 disable master 
+0x534e 021163 setarg 0x17 
+0x534f 021164 store 2 ,mem_le_remote_mtu 
+0x5350 021165 jam lemode_slave ,mem_le_mode 
+0x5351 021166 jam 0 ,mem_le_adv_enable 
+0x5352 021167 jam 0 ,mem_lpm_current_mult 
+0x5353 021168 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x5354 021169 jam flag_le_enc_null ,mem_le_enc_state 
+0x5355 021170 fetch 2 ,mem_le_superto 
+0x5356 021171 store 2 ,mem_le_init_superto 
+0x5357 021172 fetch 2 ,mem_le_tsniff 
+0x5358 021173 mul32 pdata ,5 ,pdata 
+0x5359 021174 rshift4 pdata ,pdata 
+0x535a 021175 store 2 ,mem_le_superto 
+0x535b 021176 branch le_init_conn 
+:      021182 le_dispatch:
+0x535c 021183 call le_enable 
+0x535d 021184 call le_scan 
+0x535e 021185 call le_adv 
+0x535f 021186 branch le_disable 
+:      021188 le_conn_dispatch:
+0x5360 021189 bpatchx patch26_5 ,mem_patch26 
+0x5361 021190 call le_enable 
+0x5362 021191 call app_process_ble 
+0x5363 021192 fetch 1 ,mem_le_mode 
+0x5364 021193 beq lemode_master ,le_master_dispatch 
+0x5365 021194 branch le_slave_dispatch 
+:      021200 le_master_dispatch:
+0x5366 021201 bpatchx patch26_6 ,mem_patch26 
+0x5367 021202 enable master 
+0x5368 021203 call le_supervision_update 
+0x5369 021204 branch le_master_disconn ,positive 
+0x536a 021205 call check_ble_disabled 
+0x536b 021206 call le_setup 
+0x536c 021207 call le_prepare_tx 
+0x536d 021208 disable match 
+0x536e 021209 call le_transmit_receive_sifs 
+0x536f 021210 nrtn match 
+0x5370 021211 bpatchx patch26_7 ,mem_patch26 
+0x5371 021212 fetch 1 ,mem_le_conn_rcv 
+0x5372 021213 increase 1 ,pdata 
+0x5373 021214 store 1 ,mem_le_conn_rcv 
+0x5374 021215 call le_acknowledge 
+0x5375 021216 disable master 
+0x5376 021217 rtn 
+:      021219 le_master_disconn:
+0x5377 021220 call le_disconnect 
+0x5378 021221 disable master 
+0x5379 021222 rtn 
+:      021227 le_slave_dispatch:
+0x537a 021228 bpatchx patch27_0 ,mem_patch27 
+0x537b 021229 jam 0 ,mem_le_md_count 
+0x537c 021230 call sp_calc_sequence_256 
+0x537d 021231 call le_secure_connect_sm 
+0x537e 021232 disable attempt 
+0x537f 021233 call le_supervision_update 
+0x5380 021234 branch le_slave_disconn ,positive 
+0x5381 021235 call check_ble_disabled 
+0x5382 021236 call le_setup 
+0x5383 021237 call le_receive_slave 
+0x5384 021238 nbranch le_slave_unsync ,sync 
+0x5385 021239 call le_got_first_packet 
+0x5386 021240 branch le_slave_match ,match 
+0x5387 021241 branch le_slave_cont 
+:      021244 le_slave_match:
+0x5388 021245 bpatchx patch27_1 ,mem_patch27 
+0x5389 021246 fetch 1 ,mem_le_md_count 
+0x538a 021247 pincrease 1 
+0x538b 021248 store 1 ,mem_le_md_count 
+0x538c 021249 beq le_md_max_count ,le_slave_cont 
+0x538d 021250 call le_acknowledge 
+0x538e 021251 call le_prepare_tx 
+0x538f 021252 call le_transmit_norx 
+0x5390 021253 call le_parse 
+0x5391 021254 fetch 2 ,mem_cb_ble_transmit 
+0x5392 021255 call callback_func 
+0x5393 021256 call le_check_md 
+0x5394 021257 branch le_slave_more_data ,user 
+:      021258 le_slave_cont:
+0x5395 021259 bpatchx patch27_2 ,mem_patch27 
+0x5396 021260 call le_pairing_sm 
+0x5397 021261 call le_check_paring_time 
+0x5398 021262 call check_51cmd 
+0x5399 021263 fetch 1 ,mem_le_op 
+0x539a 021264 bbit1 op_disconn ,le_slave_disconn 
+:      021265 le_slave_unsync:
+0x539b 021266 bpatchx patch27_3 ,mem_patch27 
+0x539c 021267 call le_lpm_set_mult 
+0x539d 021268 call le_update_channel_map 
+0x539e 021269 call le_update_param 
+0x539f 021270 branch calc_clke_offset 
+:      021273 le_check_md:
+0x53a0 021274 disable user 
+0x53a1 021275 bmark1 mark_ble_rx_md ,enable_user 
+0x53a2 021276 bmark1 mark_ble_tx_md ,enable_user 
+0x53a3 021277 rtn 
+:      021280 le_slave_more_data:
+0x53a4 021281 bpatchx patch27_4 ,mem_patch27 
+0x53a5 021282 enable attempt 
+0x53a6 021283 call le_transmit_receive_sifs_notx 
+0x53a7 021284 branch le_slave_match ,match 
+0x53a8 021285 branch le_slave_cont 
+:      021287 le_slave_disconn:
+:      021290 le_disconnect:
+0x53a9 021291 bpatchx patch27_5 ,mem_patch27 
+0x53aa 021292 call le_clear_connection_info 
+0x53ab 021293 call app_disconn_reason_collect_ble 
+0x53ac 021294 call sp_initialize_256 
+0x53ad 021295 jam bt_evt_le_disconnected ,mem_fifo_temp 
+0x53ae 021296 branch ui_ipc_send_event 
+:      021298 le_clear_connection_info:
+0x53af 021299 setarg 0 
+0x53b0 021300 store 9 ,mem_le_tx_buff_used 
+0x53b1 021301 jam 0 ,mem_le_conn_handle 
+0x53b2 021302 jam lemode_idle ,mem_le_mode 
+0x53b3 021303 jam 0 ,mem_le_state 
+0x53b4 021304 jam flag_le_enc_null ,mem_le_enc_state 
+0x53b5 021305 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x53b6 021306 rtn 
+:      021308 le_got_first_packet:
+0x53b7 021309 bpatchx patch27_6 ,mem_patch27 
+0x53b8 021310 fetch 1 ,mem_le_conn_rcv 
+0x53b9 021311 increase 1 ,pdata 
+0x53ba 021312 store 1 ,mem_le_conn_rcv 
+0x53bb 021313 fetch 1 ,mem_le_state 
+0x53bc 021314 rtnbit1 lestate_got_first_packet 
+0x53bd 021315 set1 lestate_got_first_packet 
+0x53be 021316 store 1 ,mem_le_state 
+0x53bf 021317 fetch 2 ,mem_le_init_superto 
+0x53c0 021318 store 2 ,mem_le_superto 
+0x53c1 021319 setarg 0 
+0x53c2 021320 store 4 ,mem_le_transmit_window 
+0x53c3 021321 rtn 
+:      021324 le_enable:
+0x53c4 021325 bpatchx patch27_7 ,mem_patch27 
+0x53c5 021326 jam 0x36 ,rf_adc_goff 
+0x53c6 021327 jam 0x5f ,rf_agc_nsat 
+0x53c7 021328 enable le 
+0x53c8 021329 jam 7 ,rfen_ulp 
+0x53c9 021330 call check_ble_disabled 
+0x53ca 021331 fetch 1 ,mem_250k_freq_enable 
+0x53cb 021332 rtn blank 
+0x53cc 021333 jam 0xb8 ,rf_iq_gain 
+0x53cd 021334 rtn 
+:      021336 le_disable:
+0x53ce 021337 bpatchx patch28_0 ,mem_patch28 
+0x53cf 021338 jam 0x2e ,rf_adc_goff 
+0x53d0 021339 jam 0xff ,rf_agc_nsat 
+0x53d1 021340 disable le 
+0x53d2 021341 jam 3 ,rfen_ulp 
+0x53d3 021342 arg 0 ,stop_watch 
+0x53d4 021343 rtn 
+:      021345 le_prep:
+0x53d5 021346 disable enable_crc 
+0x53d6 021347 disable enable_white 
+0x53d7 021348 fetch 3 ,mem_le_crcinit 
+0x53d8 021349 iforce crc24_init 
+0x53d9 021350 fetch 1 ,mem_le_ch_mapped 
+0x53da 021351 reverse pdata ,temp 
+0x53db 021352 set1 1 ,temp 
+0x53dc 021353 rshift temp ,white_init 
+0x53dd 021354 rtn 
+:      021357 lerx_setfreq:
+0x53de 021358 call le_setfreq 
+0x53df 021359 call set_freq_rx 
+0x53e0 021360 setarg param_pll_setup 
+0x53e1 021361 call sleep 
+0x53e2 021362 branch rf_rx_enable 
+:      021364 letx_setfreq:
+0x53e3 021365 branch txon ,match 
+:      021366 letx_setfreq0:
+0x53e4 021367 call le_setfreq 
+0x53e5 021368 branch set_freq_tx 
+:      021369 le_setfreq:
+0x53e6 021370 bpatchx patch28_1 ,mem_patch28 
+0x53e7 021371 call set_sync_on 
+0x53e8 021372 fetch 1 ,mem_le_testtype 
+0x53e9 021373 nbranch le_ctf_test ,blank 
+0x53ea 021374 fetch 1 ,mem_le_ch_mapped 
+0x53eb 021375 sub pdata ,36 ,null 
+0x53ec 021376 branch le_ctf_normal ,positive 
+0x53ed 021377 force 0 ,temp 
+0x53ee 021378 rtneq 37 
+0x53ef 021379 force 24 ,temp 
+0x53f0 021380 rtneq 38 
+0x53f1 021381 force 78 ,temp 
+0x53f2 021382 rtn 
+:      021384 le_ctf_normal:
+0x53f3 021385 sub pdata ,10 ,null 
+0x53f4 021386 branch le_ctf_low ,positive 
+0x53f5 021387 increase 1 ,pdata 
+:      021389 le_ctf_low:
+0x53f6 021390 lshift pdata ,pdata 
+0x53f7 021391 add pdata ,2 ,temp 
+0x53f8 021392 rtn 
+:      021394 le_ctf_test:
+0x53f9 021395 fetch 1 ,mem_le_ch_mapped 
+0x53fa 021396 lshift pdata ,temp 
+0x53fb 021397 rtn 
+:      021399 le_sca_map:
+0x53fc 021400 arg 500 ,temp 
+0x53fd 021401 rtn blank 
+0x53fe 021402 arg 250 ,temp 
+0x53ff 021403 rtneq 1 
+0x5400 021404 arg 150 ,temp 
+0x5401 021405 rtneq 2 
+0x5402 021406 arg 100 ,temp 
+0x5403 021407 rtneq 3 
+0x5404 021408 arg 75 ,temp 
+0x5405 021409 rtneq 4 
+0x5406 021410 arg 50 ,temp 
+0x5407 021411 rtneq 5 
+0x5408 021412 arg 40 ,temp 
+0x5409 021413 rtneq 6 
+0x540a 021414 arg 20 ,temp 
+0x540b 021415 rtn 
+:      021419 le_adv_access:
+0x540c 021420 setarg 0x8e89be 
+0x540d 021421 lshift8 pdata ,pdata 
+0x540e 021422 or_into 0xd6 ,pdata 
+0x540f 021423 iforce access 
+0x5410 021424 setarg 0x555555 
+0x5411 021425 store 3 ,mem_le_crcinit 
+0x5412 021426 rtn 
+:      021428 le_setup:
+0x5413 021429 bpatchx patch28_2 ,mem_patch28 
+0x5414 021430 enable swfine 
+0x5415 021431 fetch 4 ,mem_le_access 
+0x5416 021432 iforce access 
+0x5417 021433 call le_map_channel 
+0x5418 021434 setarg 0x200 
+0x5419 021435 branch le_setup_master ,master 
+0x541a 021436 fetch 2 ,mem_le_receive_window 
+0x541b 021437 rshift pdata ,pdata 
+:      021438 le_setup_master:
+0x541c 021439 arg param_pll_setup ,temp 
+0x541d 021440 iadd temp ,pdata 
+0x541e 021441 call ahead_window 
+0x541f 021442 deposit clke 
+0x5420 021443 store 6 ,mem_le_rxon_ts 
+0x5421 021444 rtn 
+:      021446 le_next_adv_channel:
+0x5422 021447 bpatchx patch28_3 ,mem_patch28 
+0x5423 021448 fetch 1 ,mem_le_ch_mapped 
+0x5424 021449 beq 37 ,le_next_adv_channel_curr_channel_37 
+0x5425 021450 beq 38 ,le_next_adv_channel_curr_channel_38 
+0x5426 021451 beq 39 ,le_next_adv_channel_curr_channel_39 
+0x5427 021452 branch le_next_adv_channel_curr_channel_39 
+:      021454 le_next_adv_channel_curr_channel_37:
+0x5428 021455 fetcht 1 ,mem_le_adv_channel_map 
+0x5429 021456 isolate1 bit_adv_channel_map_38 ,temp 
+0x542a 021457 branch set_le_next_adv_channel_38 ,true 
+0x542b 021458 isolate1 bit_adv_channel_map_39 ,temp 
+0x542c 021459 branch set_le_next_adv_channel_39 ,true 
+0x542d 021460 branch set_le_next_adv_channel_37 
+:      021463 le_next_adv_channel_curr_channel_38:
+0x542e 021464 fetcht 1 ,mem_le_adv_channel_map 
+0x542f 021465 isolate1 bit_adv_channel_map_39 ,temp 
+0x5430 021466 branch set_le_next_adv_channel_39 ,true 
+0x5431 021467 isolate1 bit_adv_channel_map_37 ,temp 
+0x5432 021468 branch set_le_next_adv_channel_37 ,true 
+0x5433 021469 branch set_le_next_adv_channel_38 
+:      021472 le_next_adv_channel_curr_channel_39:
+0x5434 021473 fetcht 1 ,mem_le_adv_channel_map 
+0x5435 021474 isolate1 bit_adv_channel_map_37 ,temp 
+0x5436 021475 branch set_le_next_adv_channel_37 ,true 
+0x5437 021476 isolate1 bit_adv_channel_map_38 ,temp 
+0x5438 021477 branch set_le_next_adv_channel_38 ,true 
+0x5439 021478 branch set_le_next_adv_channel_39 
+:      021482 set_le_next_adv_channel_37:
+0x543a 021483 jam 37 ,mem_le_ch_mapped 
+0x543b 021484 fetch 1 ,mem_le_adv_channel_map_temp 
+0x543c 021485 set1 bit_adv_channel_map_37 ,pdata 
+0x543d 021486 store 1 ,mem_le_adv_channel_map_temp 
+0x543e 021487 rtn 
+:      021489 set_le_next_adv_channel_38:
+0x543f 021490 jam 38 ,mem_le_ch_mapped 
+0x5440 021491 fetch 1 ,mem_le_adv_channel_map_temp 
+0x5441 021492 set1 bit_adv_channel_map_38 ,pdata 
+0x5442 021493 store 1 ,mem_le_adv_channel_map_temp 
+0x5443 021494 rtn 
+:      021496 set_le_next_adv_channel_39:
+0x5444 021497 jam 39 ,mem_le_ch_mapped 
+0x5445 021498 fetch 1 ,mem_le_adv_channel_map_temp 
+0x5446 021499 set1 bit_adv_channel_map_39 ,pdata 
+0x5447 021500 store 1 ,mem_le_adv_channel_map_temp 
+0x5448 021501 rtn 
+:      021505 le_context_nexthop:
+0x5449 021506 bpatchx patch28_4 ,mem_patch28 
+0x544a 021507 add rega ,coffset_mode ,contr 
+0x544b 021508 ifetch 1 ,contr 
+0x544c 021509 rtnbit0 mode_le 
+0x544d 021510 add rega ,coffset_le_event_cnt ,contw 
+0x544e 021511 ifetch 2 ,contw 
+0x544f 021512 increase 1 ,pdata 
+0x5450 021513 istore 2 ,contw 
+0x5451 021514 add rega ,coffset_le_hop ,contr 
+0x5452 021515 ifetch 1 ,contr 
+0x5453 021516 add rega ,coffset_le_ch ,contw 
+0x5454 021517 ifetcht 1 ,contw 
+0x5455 021518 iadd temp ,pdata 
+0x5456 021519 sub pdata ,36 ,null 
+0x5457 021520 branch le_nexthop_nowrap ,positive 
+0x5458 021521 increase -37 ,pdata 
+:      021522 le_nexthop_nowrap:
+0x5459 021523 istore 1 ,contw 
+0x545a 021524 rtn 
+:      021527 le_calc_channel_map:
+0x545b 021528 bpatchx patch28_5 ,mem_patch28 
+0x545c 021529 fetch 5 ,mem_le_channel_map 
+0x545d 021530 force 0 ,temp 
+0x545e 021531 force 37 ,loopcnt 
+:      021532 le_count_channels_loop:
+0x545f 021533 bbit0 0 ,le_count_channels_notused 
+0x5460 021534 increase 1 ,temp 
+:      021535 le_count_channels_notused:
+0x5461 021536 rshift pdata ,pdata 
+0x5462 021537 loop le_count_channels_loop 
+0x5463 021538 add temp ,-1 ,pdata 
+0x5464 021539 store 1 ,mem_le_channels 
+0x5465 021540 rtn 
+:      021542 le_map_channel:
+0x5466 021543 bpatchx patch28_6 ,mem_patch28 
+0x5467 021544 fetch 1 ,mem_le_ch 
+0x5468 021545 iforce queue 
+0x5469 021546 fetcht 5 ,mem_le_channel_map 
+0x546a 021547 qisolate1 temp 
+0x546b 021548 branch le_map_channel_end ,true 
+:      021549 le_map_channel_next:
+0x546c 021550 bpatchx patch28_7 ,mem_patch28 
+0x546d 021551 fetch 1 ,mem_le_channels 
+0x546e 021552 isub queue ,pdata 
+0x546f 021553 branch le_map_channel_cont ,positive 
+0x5470 021554 sub pdata ,-1 ,queue 
+0x5471 021555 branch le_map_channel_next 
+:      021556 le_map_channel_cont:
+0x5472 021557 copy queue ,loopcnt 
+0x5473 021558 force 0 ,queue 
+:      021559 le_map_channel_loop:
+0x5474 021560 qisolate1 temp 
+0x5475 021561 branch le_map_channel_skip ,true 
+0x5476 021562 increase 1 ,loopcnt 
+:      021563 le_map_channel_skip:
+0x5477 021564 deposit loopcnt 
+0x5478 021565 branch le_map_channel_end ,blank 
+0x5479 021566 increase 1 ,queue 
+0x547a 021567 increase -1 ,loopcnt 
+0x547b 021568 branch le_map_channel_loop 
+:      021569 le_map_channel_end:
+0x547c 021570 deposit queue 
+0x547d 021571 store 1 ,mem_le_ch_mapped 
+0x547e 021572 rtn 
+:      021575 le_wait_tx:
+0x547f 021576 branch le_wait_master ,master 
+0x5480 021577 until null ,timeout 
+0x5481 021578 rtn 
+:      021580 le_wait_master:
+0x5482 021581 arg 0xea0 ,timeup 
+0x5483 021582 until clkn_rt ,meet 
+0x5484 021583 rtn 
+:      021585 le_receive_adv:
+0x5485 021586 disable swfine 
+0x5486 021587 fetch 2 ,mem_le_scan_window 
+0x5487 021588 copy pdata ,timeup 
+0x5488 021589 branch le_receive_packet 
+:      021592 le_receive_slave:
+0x5489 021593 bpatchx patch29_0 ,mem_patch29 
+0x548a 021594 enable swfine 
+0x548b 021595 fetch 2 ,mem_le_receive_window 
+0x548c 021596 fetcht 4 ,mem_le_transmit_window 
+0x548d 021597 iadd temp ,timeup 
+:      021598 le_receive_packet:
+0x548e 021599 call lerx_setfreq 
+:      021600 le_receive_rxon:
+0x548f 021601 bpatchx patch29_1 ,mem_patch29 
+0x5490 021602 call le_prep 
+0x5491 021603 disable match 
+0x5492 021604 enable decode_fec0 
+0x5493 021605 enable is_rx 
+0x5494 021606 disable is_tx 
+0x5495 021607 copy timeup ,stop_watch 
+0x5496 021608 correlate null ,timeout 
+0x5497 021609 branch le_receive_on_attempt ,attempt 
+0x5498 021610 copy clke ,temp 
+0x5499 021611 storet 6 ,mem_sync_clke 
+:      021612 le_receive_on_attempt:
+0x549a 021613 nbranch end_of_packet ,sync 
+0x549b 021614 branch le_receive_skip ,attempt 
+0x549c 021615 arg param_clke_cal_le ,clke_rt 
+0x549d 021616 copy bt_clk ,clke_bt 
+0x549e 021617 fetch 1 ,mem_le_state 
+0x549f 021618 bbit0 lestate_got_first_packet ,le_receive_skip 
+0x54a0 021619 call lpm_adjust_clk ,wake 
+:      021620 le_receive_skip:
+0x54a1 021621 bpatchx patch29_2 ,mem_patch29 
+0x54a2 021622 call save_rssi 
+0x54a3 021623 enable enable_white 
+0x54a4 021624 enable enable_crc 
+0x54a5 021625 parse demod ,bucket ,8 
+0x54a6 021626 rshift3 pwindow ,pdata 
+0x54a7 021627 store 1 ,mem_le_rxbuf 
+0x54a8 021628 parse demod ,bucket ,8 
+0x54a9 021629 rshift3 pwindow ,pdata 
+0x54aa 021630 istore 1 ,contw 
+0x54ab 021631 and pdata ,0x3f ,loopcnt 
+0x54ac 021632 branch lerx_nopayload ,zero 
+:      021634 lerx_loop:
+0x54ad 021635 parse demod ,bucket ,8 
+0x54ae 021636 rshift3 pwindow ,pdata 
+0x54af 021637 istore 1 ,contw 
+0x54b0 021638 loop lerx_loop 
+:      021640 lerx_nopayload:
+0x54b1 021641 bpatchx patch29_3 ,mem_patch29 
+0x54b2 021642 parse demod ,bucket ,24 
+0x54b3 021643 enable swfine 
+0x54b4 021644 arg param_sifs ,stop_watch 
+0x54b5 021645 rshift32 pdata ,pdata 
+0x54b6 021646 rshift16 pdata ,pdata 
+0x54b7 021647 istore 3 ,contw 
+0x54b8 021648 branch end_of_packet ,crc_failed 
+0x54b9 021649 enable match 
+0x54ba 021650 fetch 1 ,mem_last_freq 
+0x54bb 021651 add pdata ,0 ,rega 
+0x54bc 021652 call rf_write_freq 
+0x54bd 021653 disable decode_fec0 
+0x54be 021654 branch set_sync_on 
+:      021656 le_transmit_receive_sifs:
+0x54bf 021657 bpatchx patch29_4 ,mem_patch29 
+0x54c0 021658 call le_transmit 
+:      021659 le_transmit_receive_sifs_notx:
+0x54c1 021660 fetcht 1 ,mem_last_freq 
+0x54c2 021661 call set_freq_rx 
+0x54c3 021662 call rf_rx_enable 
+0x54c4 021663 enable swfine 
+0x54c5 021664 arg 5500 ,timeup 
+0x54c6 021665 branch le_receive_rxon 
+:      021667 le_transmit_norx:
+0x54c7 021668 call le_transmit 
+0x54c8 021669 branch end_of_packet 
+:      021671 le_transmit:
+0x54c9 021672 bpatchx patch29_5 ,mem_patch29 
+0x54ca 021673 call le_prep 
+0x54cb 021674 call letx_setfreq 
+0x54cc 021675 branch le_transmit0 
+:      021677 le_transmit0:
+0x54cd 021678 set1 txgfsk ,radio_ctrl 
+0x54ce 021679 enable encode_fec0 
+0x54cf 021680 enable is_tx 
+0x54d0 021681 disable is_rx 
+0x54d1 021682 call le_wait_tx 
+0x54d2 021683 rshift16 access ,pdata 
+0x54d3 021684 rshift8 pdata ,pdata 
+0x54d4 021685 rshift4 pdata ,pdata 
+0x54d5 021686 inject mod ,40 
+0x54d6 021687 enable enable_white 
+0x54d7 021688 enable enable_crc 
+0x54d8 021689 bpatchx patch29_6 ,mem_patch29 
+0x54d9 021690 fetch 1 ,mem_le_txheader 
+0x54da 021691 inject mod ,8 
+0x54db 021692 ifetch 1 ,contr 
+0x54dc 021693 and pdata ,0x3f ,loopcnt 
+0x54dd 021694 inject mod ,8 
+0x54de 021695 branch letr_nopayload ,zero 
+:      021696 letr_loop:
+0x54df 021697 ifetch 1 ,contr 
+0x54e0 021698 inject mod ,8 
+0x54e1 021699 loop letr_loop 
+:      021701 letr_nopayload:
+0x54e2 021702 enable enable_parity 
+0x54e3 021703 inject mod ,24 
+0x54e4 021704 disable enable_parity 
+0x54e5 021705 until null ,tx_clear 
+0x54e6 021706 nop 100 
+0x54e7 021707 disable encode_fec0 
+0x54e8 021708 rtn 
+:      021710 le_send_adv_ind:
+0x54e9 021711 bpatchx patch29_7 ,mem_patch29 
+0x54ea 021712 fetch 1 ,mem_le_adv_type 
+0x54eb 021713 beq adv_direct_ind ,le_send_adv_direct_ind 
+0x54ec 021714 fetch 1 ,mem_le_adv_own_addr_type 
+0x54ed 021715 lshift4 pdata ,pdata 
+0x54ee 021716 lshift2 pdata ,pdata 
+0x54ef 021717 store 1 ,mem_le_txheader 
+0x54f0 021718 fetcht 1 ,mem_le_adv_data_len 
+0x54f1 021719 add temp ,6 ,pdata 
+0x54f2 021720 store 1 ,mem_le_txlen 
+0x54f3 021721 fetch 6 ,mem_le_lap 
+0x54f4 021722 store 6 ,mem_le_txpayload 
+0x54f5 021723 copy temp ,loopcnt 
+0x54f6 021724 arg mem_le_adv_data ,contr 
+0x54f7 021725 call memcpy_fast 
+0x54f8 021726 branch le_send_adv_transmit 
+:      021727 le_send_adv_direct_ind:
+0x54f9 021728 fetch 1 ,mem_le_adv_direct_addr_type 
+0x54fa 021729 lshift4 pdata ,pdata 
+0x54fb 021730 lshift2 pdata ,pdata 
+0x54fc 021731 increase 1 ,pdata 
+0x54fd 021732 store 1 ,mem_le_txheader 
+0x54fe 021733 setarg 12 
+0x54ff 021734 store 1 ,mem_le_txlen 
+0x5500 021735 fetch 6 ,mem_le_lap 
+0x5501 021736 store 6 ,mem_le_txpayload 
+0x5502 021737 fetch 6 ,mem_hci_plap 
+0x5503 021738 istore 6 ,contw 
+:      021739 le_send_adv_transmit:
+0x5504 021740 bpatchx patch2a_0 ,mem_patch2a 
+0x5505 021741 fetch 1 ,mem_le_adv_transmit 
+0x5506 021742 increase 1 ,pdata 
+0x5507 021743 store 1 ,mem_le_adv_transmit 
+0x5508 021744 arg 1800 ,stop_watch 
+0x5509 021745 disable match 
+0x550a 021746 branch le_transmit_receive_sifs 
+:      021748 le_send_scan_request:
+0x550b 021749 bpatchx patch2a_1 ,mem_patch2a 
+0x550c 021750 fetch 1 ,mem_le_scan_type 
+0x550d 021751 rtnne le_scan_type_active 
+0x550e 021752 fetch 1 ,mem_le_adv_transmit 
+0x550f 021753 increase 1 ,pdata 
+0x5510 021754 store 1 ,mem_le_adv_transmit 
+0x5511 021755 arg 0x0c03 ,temp 
+0x5512 021756 fetch 1 ,mem_le_scan_own_addr_type 
+0x5513 021757 nsetflag blank ,le_sender_addr_bit ,temp 
+0x5514 021758 copy rega ,pdata 
+0x5515 021759 nsetflag blank ,le_receiver_addr_bit ,temp 
+0x5516 021760 storet 2 ,mem_le_txheader 
+0x5517 021761 fetch 6 ,mem_le_lap 
+0x5518 021762 istore 6 ,contw 
+0x5519 021763 fetch 6 ,mem_le_plap 
+0x551a 021764 istore 6 ,contw 
+0x551b 021765 branch le_transmit_receive_sifs 
+:      021768 le_send_scan_response:
+0x551c 021769 bpatchx patch2a_2 ,mem_patch2a 
+0x551d 021770 arg scan_rsp ,temp 
+0x551e 021771 fetch 1 ,mem_le_adv_own_addr_type 
+0x551f 021772 nsetflag blank ,le_sender_addr_bit ,temp 
+0x5520 021773 storet 1 ,mem_le_txheader 
+0x5521 021774 fetcht 1 ,mem_le_scan_data_len 
+0x5522 021775 add temp ,6 ,pdata 
+0x5523 021776 store 1 ,mem_le_txlen 
+0x5524 021777 fetch 6 ,mem_le_lap 
+0x5525 021778 store 6 ,mem_le_txpayload 
+0x5526 021779 arg mem_le_scan_data ,contr 
+0x5527 021780 copy temp ,loopcnt 
+0x5528 021781 call memcpy_fast 
+0x5529 021782 call le_transmit_norx 
+0x552a 021783 branch le_adv_not_match 
+:      021785 le_connect_request:
+0x552b 021786 bpatchx patch2a_3 ,mem_patch2a 
+0x552c 021787 force -1 ,pdata 
+0x552d 021788 setsect 2 ,1 
+0x552e 021789 store 5 ,mem_le_channel_map 
+0x552f 021790 call le_calc_channel_map 
+0x5530 021791 force 4 ,loopcnt 
+0x5531 021792 arg mem_le_access ,contw 
+0x5532 021793 call generate_random_loop 
+0x5533 021794 fetch 2 ,mem_le_timeout 
+0x5534 021795 store 2 ,mem_le_superto 
+:      021796 le_con_req_hop_retry:
+0x5535 021797 random pdata 
+0x5536 021798 and_into 0xf ,pdata 
+0x5537 021799 sub pdata ,4 ,null 
+0x5538 021800 branch le_con_req_hop_retry ,positive 
+0x5539 021801 store 1 ,mem_le_hop 
+0x553a 021802 store 1 ,mem_tmp1 
+0x553b 021803 bpatchx patch2a_4 ,mem_patch2a 
+0x553c 021804 fetcht 2 ,mem_le_conn_interval 
+0x553d 021805 storet 2 ,mem_le_tsniff 
+0x553e 021806 copy temp ,regc 
+0x553f 021807 add clkn_bt ,7 ,pdata 
+0x5540 021808 idiv regc 
+0x5541 021809 call wait_div_end 
+0x5542 021810 remainder rega 
+0x5543 021811 isub rega ,pdata 
+0x5544 021812 iadd regc ,pdata 
+0x5545 021813 fetcht 2 ,mem_le_dsniff 
+0x5546 021814 iadd temp ,pdata 
+0x5547 021815 store 4 ,mem_le_anchor 
+0x5548 021816 isub clkn_bt ,rega 
+0x5549 021817 increase -6 ,rega 
+0x554a 021818 arg 0x2205 ,regb 
+0x554b 021819 fetch 1 ,mem_le_conn_own_addr_type 
+0x554c 021820 nsetflag blank ,le_sender_addr_bit ,regb 
+0x554d 021821 fetch 1 ,mem_le_conn_peer_addr_type 
+0x554e 021822 nsetflag blank ,le_receiver_addr_bit ,regb 
+0x554f 021823 copy regb ,pdata 
+0x5550 021824 store 2 ,mem_le_txheader 
+0x5551 021825 fetch 6 ,mem_le_lap 
+0x5552 021826 istore 6 ,contw 
+0x5553 021827 fetch 6 ,mem_le_plap 
+0x5554 021828 istore 6 ,contw 
+0x5555 021829 fetch 4 ,mem_le_access 
+0x5556 021830 istore 4 ,contw 
+0x5557 021831 random pdata 
+0x5558 021832 istore 2 ,contw 
+0x5559 021833 random pdata 
+0x555a 021834 istore 1 ,contw 
+0x555b 021835 force 2 ,pdata 
+0x555c 021836 istore 1 ,contw 
+0x555d 021837 rshift2 rega ,pdata 
+0x555e 021838 istore 2 ,contw 
+0x555f 021839 rshift2 regc ,pdata 
+0x5560 021840 istore 2 ,contw 
+0x5561 021841 bpatchx patch2a_5 ,mem_patch2a 
+0x5562 021842 setarg 0 
+0x5563 021843 istore 2 ,contw 
+0x5564 021844 fetch 2 ,mem_le_timeout 
+0x5565 021845 istore 2 ,contw 
+0x5566 021846 fetch 5 ,mem_le_channel_map 
+0x5567 021847 istore 5 ,contw 
+0x5568 021848 fetch 1 ,mem_le_hop 
+0x5569 021849 arg param_le_sca ,temp 
+0x556a 021850 ior temp ,pdata 
+0x556b 021851 istore 1 ,contw 
+0x556c 021852 call le_transmit_norx 
+0x556d 021853 setarg mem_le_txheader 
+0x556e 021854 add pdata ,18 ,contr 
+0x556f 021855 ifetch 3 ,contr 
+0x5570 021856 store 3 ,mem_le_crcinit 
+0x5571 021857 rtn 
+:      021859 le_init_adv:
+0x5572 021860 bpatchx patch2a_6 ,mem_patch2a 
+0x5573 021861 disable master 
+0x5574 021862 branch le_adv_access 
+:      021866 le_update_param:
+0x5575 021867 fetch 1 ,mem_le_state 
+0x5576 021868 rtnbit0 lestate_update_param 
+0x5577 021869 fetch 2 ,mem_le_event_count 
+0x5578 021870 fetcht 2 ,mem_le_instant 
+0x5579 021871 isub temp ,pdata 
+0x557a 021872 nrtn positive 
+0x557b 021873 store 2 ,mem_pdatatemp 
+0x557c 021874 bpatchx patch2a_7 ,mem_patch2a 
+0x557d 021875 fetch 1 ,mem_le_state 
+0x557e 021876 set0 lestate_update_param ,pdata 
+0x557f 021877 set0 lestate_got_first_packet ,pdata 
+0x5580 021878 store 1 ,mem_le_state 
+0x5581 021879 fetch 4 ,mem_le_anchor 
+0x5582 021880 fetcht 2 ,mem_le_tsniff 
+0x5583 021881 storet 2 ,mem_temp 
+0x5584 021882 isub temp ,rega 
+0x5585 021883 bpatchx patch2b_0 ,mem_patch2b 
+0x5586 021884 fetch 1 ,mem_le_new_param 
+0x5587 021885 store 1 ,mem_le_window_size 
+0x5588 021886 ifetcht 2 ,contr 
+0x5589 021887 ifetch 2 ,contr 
+0x558a 021888 lshift2 pdata ,pdata 
+0x558b 021889 store 2 ,mem_le_tsniff 
+0x558c 021890 lshift2 temp ,temp 
+0x558d 021891 iadd temp ,pdata 
+0x558e 021892 ifetcht 4 ,contr 
+0x558f 021893 storet 4 ,mem_le_slave_latency 
+0x5590 021894 iadd rega ,pdata 
+0x5591 021895 copy pdata ,regab 
+0x5592 021896 fetch 2 ,mem_le_tsniff 
+0x5593 021897 fetcht 2 ,mem_temp 
+0x5594 021898 isub temp ,pdata 
+0x5595 021899 fetcht 2 ,mem_pdatatemp 
+0x5596 021900 imul32 temp ,pdata 
+0x5597 021901 iadd regab ,pdata 
+0x5598 021902 store 4 ,mem_le_anchor 
+0x5599 021903 call le_receive_window_size 
+0x559a 021904 fetch 2 ,mem_le_superto 
+0x559b 021905 store 2 ,mem_le_init_superto 
+0x559c 021906 rtn 
+:      021909 le_update_channel_map:
+0x559d 021910 bpatchx patch2b_1 ,mem_patch2b 
+0x559e 021911 fetch 1 ,mem_le_state 
+0x559f 021912 rtnbit0 lestate_update_map 
+0x55a0 021913 fetch 2 ,mem_le_event_count 
+0x55a1 021914 fetcht 2 ,mem_le_instant 
+0x55a2 021915 isub temp ,pdata 
+0x55a3 021916 nrtn positive 
+0x55a4 021917 fetch 1 ,mem_le_state 
+0x55a5 021918 set0 lestate_update_map ,pdata 
+0x55a6 021919 store 1 ,mem_le_state 
+0x55a7 021920 fetch 5 ,mem_le_new_map 
+0x55a8 021921 store 5 ,mem_le_channel_map 
+0x55a9 021922 branch le_calc_channel_map 
+:      021925 le_acknowledge:
+0x55aa 021926 bpatchx patch2b_2 ,mem_patch2b 
+0x55ab 021927 call le_supervision_flush 
+0x55ac 021928 call le_check_wak 
+0x55ad 021929 fetch 1 ,mem_le_rxbuf 
+0x55ae 021930 isolate1 md ,pdata 
+0x55af 021931 setflag true ,mark_ble_rx_md ,mark 
+0x55b0 021932 rshift pdata ,pdata 
+0x55b1 021933 ixor temp ,pdata 
+0x55b2 021934 isolate1 nesn ,pdata 
+0x55b3 021935 setflag true ,mark_old_packet ,mark 
+0x55b4 021936 rtnmark1 mark_old_packet 
+0x55b5 021937 fetch 1 ,mem_le_rxbuf + 1 
+0x55b6 021938 branch le_ack_unenc ,blank 
+0x55b7 021939 fetch 1 ,mem_le_state 
+0x55b8 021940 bbit0 lestate_encryption ,le_ack_unenc 
+0x55b9 021941 call load_sk 
+0x55ba 021942 call le_decrypt 
+0x55bb 021943 nrtn blank 
+:      021944 le_ack_unenc:
+0x55bc 021945 fetcht 1 ,mem_le_arq 
+0x55bd 021946 setflip nesn ,temp 
+0x55be 021947 storet 1 ,mem_le_arq 
+0x55bf 021948 rtn 
+:      021951 le_check_wak:
+0x55c0 021952 bpatchx patch2b_3 ,mem_patch2b 
+0x55c1 021953 fetcht 1 ,mem_le_arq 
+0x55c2 021954 isolate0 wak ,temp 
+0x55c3 021955 rtn true 
+0x55c4 021956 fetch 1 ,mem_le_rxbuf 
+0x55c5 021957 lshift pdata ,pdata 
+0x55c6 021958 ixor temp ,pdata 
+0x55c7 021959 rtnbit0 sn 
+0x55c8 021960 set0 wak ,temp 
+0x55c9 021961 setflip sn ,temp 
+0x55ca 021962 storet 1 ,mem_le_arq 
+0x55cb 021963 compare 3 ,temp ,3 
+0x55cc 021964 nrtn true 
+0x55cd 021965 fetch 1 ,mem_le_txpayload 
+0x55ce 021966 beq ll_start_enc_req ,le_set_enc 
+0x55cf 021967 fetch 1 ,mem_le_enc_state 
+0x55d0 021968 beq flag_le_enc_pause ,le_clear_enc 
+0x55d1 021969 rtn 
+:      021972 le_set_enc:
+0x55d2 021973 fetch 1 ,mem_le_state 
+0x55d3 021974 set1 lestate_encryption ,pdata 
+0x55d4 021975 store 1 ,mem_le_state 
+0x55d5 021976 rtn 
+:      021978 le_clear_enc:
+0x55d6 021979 bpatchx patch2b_4 ,mem_patch2b 
+0x55d7 021980 jam flag_le_enc_null ,mem_le_enc_state 
+0x55d8 021981 arg 0 ,pdata 
+0x55d9 021982 store 4 ,mem_le_last_mic 
+0x55da 021983 store 5 ,mem_le_pcnt_tx 
+0x55db 021984 set1 39 ,pdata 
+0x55dc 021985 store 5 ,mem_le_pcnt_rx 
+0x55dd 021986 fetch 1 ,mem_le_state 
+0x55de 021987 set0 lestate_encryption ,pdata 
+0x55df 021988 store 1 ,mem_le_state 
+0x55e0 021989 rtn 
+:      021992 le_wait_adv:
+0x55e1 021993 bpatchx patch2b_5 ,mem_patch2b 
+0x55e2 021994 call le_next_adv_channel 
+0x55e3 021995 call le_receive_adv 
+0x55e4 021996 fetch 1 ,mem_le_adv_waitcnt 
+0x55e5 021997 increase 1 ,pdata 
+0x55e6 021998 store 1 ,mem_le_adv_waitcnt 
+0x55e7 021999 rtn 
+:      022002 le_scan:
+0x55e8 022003 bpatchx patch2b_6 ,mem_patch2b 
+0x55e9 022004 fetch 1 ,mem_le_scan_enable 
+0x55ea 022005 rtnne le_scan_enable 
+0x55eb 022006 arg le_scan_interval_timer ,queue 
+0x55ec 022007 call timer_check 
+0x55ed 022008 nrtn blank 
+0x55ee 022009 fetch 2 ,mem_le_scan_interval 
+0x55ef 022010 fetcht 2 ,mem_le_scan_window 
+0x55f0 022011 isub temp ,pdata 
+0x55f1 022012 arg le_scan_interval_timer ,queue 
+0x55f2 022013 call timer_init 
+0x55f3 022014 disable master 
+0x55f4 022015 call le_init_adv 
+0x55f5 022016 call le_wait_adv 
+0x55f6 022017 nrtn match 
+0x55f7 022018 bpatchx patch2b_7 ,mem_patch2b 
+0x55f8 022019 fetch 6 ,mem_le_rxbuf + 2 
+0x55f9 022020 store 6 ,mem_le_plap 
+0x55fa 022023 fetch 1 ,mem_le_adv_rcv 
+0x55fb 022024 increase 1 ,pdata 
+0x55fc 022025 store 1 ,mem_le_adv_rcv 
+0x55fd 022026 call le_create_conn 
+0x55fe 022027 rtn master 
+0x55ff 022028 call le_send_scan_request 
+0x5600 022029 nrtn match 
+0x5601 022030 bpatchx patch2c_0 ,mem_patch2c 
+0x5602 022031 fetch 1 ,mem_le_scanrsp_rcv 
+0x5603 022032 increase 1 ,pdata 
+0x5604 022033 store 1 ,mem_le_scanrsp_rcv 
+0x5605 022034 fetch 9 ,mem_le_rxbuf + 8 
+0x5606 022035 store 9 ,mem_tmp_buffer 
+0x5607 022036 rtn 
+:      022038 le_create_conn:
+0x5608 022039 bpatchx patch2c_1 ,mem_patch2c 
+0x5609 022040 fetch 1 ,mem_cmd_le_create_conn 
+0x560a 022041 rtnne hci_cmd_le_create_conn 
+0x560b 022042 fetch 6 ,mem_le_plap 
+0x560c 022043 fetcht 6 ,mem_le_conn_peer_addr 
+0x560d 022044 isub temp ,null 
+0x560e 022045 nrtn zero 
+0x560f 022046 call context_new 
+0x5610 022047 nrtn zero 
+0x5611 022048 call le_connect_request 
+0x5612 022049 call le_init_master 
+0x5613 022050 bpatchx patch2c_2 ,mem_patch2c 
+0x5614 022051 jam 0 ,mem_hci_cmd 
+0x5615 022052 jam 0 ,mem_le_peer_sca 
+0x5616 022053 jam 0 ,mem_le_scan_enable 
+0x5617 022054 jam 0 ,mem_cmd_le_create_conn 
+0x5618 022055 branch context_save 
+:      022057 le_scan_check_sender_addr_type:
+0x5619 022058 arg 1 ,rega 
+0x561a 022059 fetch 1 ,mem_le_rxbuf 
+0x561b 022060 rtnbit1 le_sender_addr_bit 
+0x561c 022061 arg 0 ,rega 
+0x561d 022062 rtn 
+:      022066 le_prepare_tx:
+0x561e 022067 bpatchx patch2c_3 ,mem_patch2c 
+0x561f 022068 fetch 1 ,mem_le_arq 
+0x5620 022069 rtnbit1 wak 
+0x5621 022070 call le_check_tx_md 
+0x5622 022071 call le_fifo_get_first_tx_ptr 
+0x5623 022072 branch le_send_empty ,blank 
+0x5624 022073 ifetch 1 ,contr 
+0x5625 022074 ifetcht 1 ,contr 
+0x5626 022075 copy temp ,rega 
+0x5627 022076 isub rega ,pdata 
+0x5628 022077 arg le_max_paket_len ,temp 
+0x5629 022078 call not_greater_than 
+0x562a 022079 copy pdata ,temp 
+0x562b 022080 ifetch 1 ,contr 
+0x562c 022081 copy pdata ,type 
+0x562d 022082 copy rega ,pdata 
+0x562e 022083 iadd contr ,contr 
+0x562f 022084 arg mem_le_txpayload ,contw 
+0x5630 022085 copy temp ,loopcnt 
+0x5631 022086 call memcpy 
+0x5632 022087 call le_update_tx_type 
+0x5633 022088 call le_send_packet 
+0x5634 022090 call le_fifo_get_first_tx_ptr 
+0x5635 022091 ifetch 1 ,contr 
+0x5636 022092 copy pdata ,rega 
+0x5637 022093 copy contr ,regc 
+0x5638 022094 ifetcht 1 ,contr 
+0x5639 022095 copy temp ,regb 
+0x563a 022096 isub regb ,pdata 
+0x563b 022097 arg le_max_paket_len ,temp 
+0x563c 022098 call not_greater_than 
+0x563d 022099 iadd regb ,pdata 
+0x563e 022100 istore 1 ,regc 
+0x563f 022101 isub rega ,null 
+0x5640 022102 nrtn zero 
+0x5641 022103 branch le_fifo_release_first_node 
+:      022106 le_check_tx_md:
+0x5642 022107 call le_check_continue 
+0x5643 022108 rtnmark1 mark_ble_tx_md 
+0x5644 022109 fetch 1 ,mem_le_configuration 
+0x5645 022110 bbit0 bit_ble_transmit_packet_by_md ,le_clear_md 
+0x5646 022111 call le_fifo_get_second_tx_ptr 
+0x5647 022112 branch le_clear_md ,blank 
+0x5648 022113 branch le_set_md 
+:      022116 le_check_continue:
+0x5649 022117 call le_fifo_get_first_tx_ptr 
+0x564a 022118 branch le_clear_md ,blank 
+0x564b 022119 ifetch 1 ,contr 
+0x564c 022120 ifetcht 1 ,contr 
+0x564d 022121 isub temp ,pdata 
+0x564e 022122 sub pdata ,le_max_paket_len ,null 
+0x564f 022123 branch le_clear_md ,positive 
+:      022124 le_set_md:
+0x5650 022125 set1 mark_ble_tx_md ,mark 
+0x5651 022126 rtn 
+:      022128 le_clear_md:
+0x5652 022129 set0 mark_ble_tx_md ,mark 
+0x5653 022130 rtn 
+:      022132 le_update_tx_type:
+0x5654 022133 copy rega ,pdata 
+0x5655 022134 rtn blank 
+0x5656 022135 arg llid_continue ,type 
+0x5657 022136 rtn 
+:      022139 le_att_check_notification_enable:
+0x5658 022140 bpatchx patch2c_4 ,mem_patch2c 
+0x5659 022141 increase 1 ,temp 
+0x565a 022142 call le_att_get_handle_ptr 
+0x565b 022143 increase -2 ,contr 
+0x565c 022144 ifetch 2 ,contr 
+0x565d 022145 arg client_charactertic_configuration ,temp 
+0x565e 022146 isub temp ,null 
+0x565f 022147 nrtn zero 
+0x5660 022148 increase 1 ,contr 
+0x5661 022149 copy contr ,rega 
+0x5662 022150 ifetch 1 ,contr 
+0x5663 022151 rtn 
+:      022154 le_send_empty:
+0x5664 022155 force 0 ,temp 
+0x5665 022156 force 1 ,type 
+:      022158 le_send_packet:
+0x5666 022159 bpatchx patch2c_5 ,mem_patch2c 
+0x5667 022160 storet 1 ,mem_le_txlen 
+0x5668 022161 fetcht 1 ,mem_le_arq 
+0x5669 022162 set1 wak ,temp 
+0x566a 022163 and temp ,0xfc ,pdata 
+0x566b 022164 ior type ,pdata 
+0x566c 022165 store 1 ,mem_le_arq 
+0x566d 022166 and_into 0x1f ,pdata 
+0x566e 022167 isolate1 mark_ble_tx_md ,mark 
+0x566f 022168 setflag true ,md ,pdata 
+0x5670 022169 store 1 ,mem_le_txheader 
+0x5671 022171 fetch 1 ,mem_le_txheader 
+0x5672 022172 compare 1 ,type ,3 
+0x5673 022173 nbranch le_send_no_txlen ,true 
+0x5674 022174 fetch 1 ,mem_le_txlen 
+0x5675 022175 rtn blank 
+:      022176 le_send_no_txlen:
+0x5676 022177 fetch 1 ,mem_le_state 
+0x5677 022178 rtnbit0 lestate_encryption 
+0x5678 022179 call load_sk 
+0x5679 022180 branch le_encrypt 
+:      022183 get_lpm_wake_ble_rx_lock:
+0x567a 022184 arg wake_lock_ble_rx ,queue 
+0x567b 022185 branch lpm_get_wake_lock 
+:      022187 put_lpm_wake_ble_rx_lock:
+0x567c 022188 arg wake_lock_ble_rx ,queue 
+0x567d 022189 branch lpm_put_wake_lock 
+:      022192 le_parse:
+0x567e 022193 bpatchx patch2c_6 ,mem_patch2c 
+0x567f 022194 rtnmark1 mark_old_packet 
+0x5680 022195 call le_fifo_check_full 
+0x5681 022196 nrtn blank 
+0x5682 022197 fetch 1 ,mem_le_rxbuf 
+0x5683 022198 and pdata ,0x3 ,pdata 
+0x5684 022199 store 1 ,mem_le_packet_llid 
+0x5685 022200 ifetch 1 ,contr 
+0x5686 022201 and pdata ,0x1f ,pdata 
+0x5687 022202 store 1 ,mem_le_packet_size 
+0x5688 022203 rtn blank 
+0x5689 022204 copy contr ,pdata 
+0x568a 022205 store 2 ,mem_le_payload_ptr 
+0x568b 022206 fetch 1 ,mem_le_packet_llid 
+0x568c 022207 beq llid_le_ll ,le_parse_ll 
+:      022208 le_parse_l2cap:
+0x568d 022209 call le_check_l2cap_complete 
+0x568e 022210 nbranch get_lpm_wake_ble_rx_lock ,user 
+0x568f 022211 call put_lpm_wake_ble_rx_lock 
+0x5690 022212 fetch 2 ,mem_le_payload_ptr 
+0x5691 022213 copy pdata ,contr 
+0x5692 022214 ifetch 2 ,contr 
+0x5693 022215 store 2 ,mem_le_l2cap_size 
+0x5694 022216 bpatchx patch2c_7 ,mem_patch2c 
+0x5695 022217 ifetch 2 ,contr 
+0x5696 022218 beq le_l2cap_cid_att ,le_parse_att 
+0x5697 022219 beq le_l2cap_cid_smp ,le_parse_smp 
+0x5698 022220 beq le_l2cap_cid_signal ,le_parse_signaling 
+0x5699 022221 rtn 
+:      022224 le_check_l2cap_complete:
+0x569a 022225 fetch 1 ,mem_le_packet_llid 
+0x569b 022226 beq llid_start ,le_check_l2cap_llid_start 
+0x569c 022227 beq llid_continue ,le_check_l2cap_llid_continue 
+0x569d 022228 rtn 
+:      022233 le_check_l2cap_cid_legal:
+0x569e 022234 call enable_user 
+0x569f 022235 arg le_l2cap_cid_att ,temp 
+0x56a0 022236 isub pdata ,null 
+0x56a1 022237 rtn zero 
+0x56a2 022238 arg le_l2cap_cid_signal ,temp 
+0x56a3 022239 isub pdata ,null 
+0x56a4 022240 rtn zero 
+0x56a5 022241 arg le_l2cap_cid_smp ,temp 
+0x56a6 022242 isub pdata ,null 
+0x56a7 022243 rtn zero 
+0x56a8 022244 branch disable_user 
+:      022247 le_check_l2cap_llid_start:
+0x56a9 022248 fetch 2 ,mem_le_payload_ptr 
+0x56aa 022249 copy pdata ,contr 
+0x56ab 022250 ifetch 2 ,contr 
+0x56ac 022251 store 2 ,mem_le_l2cap_size 
+0x56ad 022252 ifetch 2 ,contr 
+0x56ae 022253 call le_check_l2cap_cid_legal 
+0x56af 022254 nrtn user 
+0x56b0 022255 fetcht 1 ,mem_le_packet_size 
+0x56b1 022256 storet 1 ,mem_le_packet_len_recved 
+0x56b2 022257 fetch 2 ,mem_le_l2cap_size 
+0x56b3 022258 increase 4 ,pdata 
+0x56b4 022259 isub temp ,null 
+0x56b5 022260 branch enable_user ,zero 
+0x56b6 022261 fetch 1 ,mem_le_packet_size 
+0x56b7 022262 copy pdata ,loopcnt 
+0x56b8 022263 arg mem_le_l2capbuf ,contw 
+0x56b9 022264 fetch 2 ,mem_le_payload_ptr 
+0x56ba 022265 copy pdata ,contr 
+0x56bb 022266 call memcpy 
+0x56bc 022267 branch disable_user 
+:      022272 le_check_l2cap_continue_legal:
+0x56bd 022273 call enable_user 
+0x56be 022274 fetch 1 ,mem_le_packet_len_recved 
+0x56bf 022275 nrtn blank 
+0x56c0 022276 branch disable_user 
+:      022278 le_check_l2cap_llid_continue:
+0x56c1 022279 call le_check_l2cap_continue_legal 
+0x56c2 022280 nrtn user 
+0x56c3 022281 fetch 1 ,mem_le_packet_len_recved 
+0x56c4 022282 arg mem_le_l2capbuf ,contw 
+0x56c5 022283 iadd contw ,rega 
+0x56c6 022284 fetcht 1 ,mem_le_packet_size 
+0x56c7 022285 iadd temp ,pdata 
+0x56c8 022286 store 1 ,mem_le_packet_len_recved 
+0x56c9 022287 fetch 1 ,mem_le_packet_size 
+0x56ca 022288 copy pdata ,loopcnt 
+0x56cb 022289 copy rega ,contw 
+0x56cc 022290 fetch 2 ,mem_le_payload_ptr 
+0x56cd 022291 copy pdata ,contr 
+0x56ce 022292 call memcpy_fast 
+0x56cf 022293 setarg mem_le_l2capbuf 
+0x56d0 022294 store 2 ,mem_le_payload_ptr 
+0x56d1 022295 fetch 2 ,mem_le_l2cap_size 
+0x56d2 022296 increase 4 ,pdata 
+0x56d3 022297 fetcht 1 ,mem_le_packet_len_recved 
+0x56d4 022298 isub temp ,null 
+0x56d5 022299 branch enable_user ,zero 
+0x56d6 022300 branch disable_user 
+:      022306 le_get_search_att_type:
+0x56d7 022307 call store_contr 
+0x56d8 022308 arg mem_le_search_att_type_length ,contw 
+:      022309 le_get_search_common:
+0x56d9 022310 fetch 2 ,mem_le_l2cap_size 
+0x56da 022311 increase -5 ,pdata 
+:      022312 le_get_search_common2:
+0x56db 022313 istore 1 ,contw 
+0x56dc 022314 copy pdata ,loopcnt 
+0x56dd 022315 call get_contr 
+0x56de 022316 branch memcpy_fast 
+:      022318 le_get_search_att_uuid:
+0x56df 022319 call store_contr 
+0x56e0 022320 arg mem_le_search_uuid_length ,contw 
+0x56e1 022321 branch le_get_search_common 
+:      022325 le_writeatt_cb:
+0x56e2 022326 fetch 2 ,mem_cb_att_write 
+0x56e3 022327 branch callback_func 
+:      022329 le_supervision_update:
+0x56e4 022330 fetcht 4 ,mem_le_supervision_timer 
+0x56e5 022331 call get_clkbt 
+0x56e6 022332 isub temp ,timeup 
+0x56e7 022333 deposit timeup 
+0x56e8 022334 fetcht 2 ,mem_le_superto 
+0x56e9 022335 lshift4 temp ,temp 
+0x56ea 022336 lshift temp ,temp 
+0x56eb 022337 isub temp ,pdata 
+0x56ec 022338 rtn 
+:      022340 le_supervision_flush:
+0x56ed 022341 call get_clkbt 
+0x56ee 022342 store 4 ,mem_le_supervision_timer 
+0x56ef 022343 rtn 
+:      022346 le_adv:
+0x56f0 022347 jam 36 ,mem_le_ch_mapped 
+0x56f1 022348 jam 0 ,mem_le_adv_channel_map_temp 
+:      022349 le_adv_loop:
+0x56f2 022350 bpatchx patch2d_0 ,mem_patch2d 
+0x56f3 022351 fetch 1 ,mem_le_adv_enable 
+0x56f4 022352 rtn blank 
+0x56f5 022353 arg le_adv_interval_timer ,queue 
+0x56f6 022354 call timer_check 
+0x56f7 022355 nrtn blank 
+0x56f8 022356 bpatchx patch2d_1 ,mem_patch2d 
+:      022357 le_adv_loop_tx:
+0x56f9 022358 disable master 
+0x56fa 022359 enable swfine 
+0x56fb 022360 call le_init_adv 
+0x56fc 022361 call le_next_adv_channel 
+0x56fd 022362 call le_send_adv_ind 
+0x56fe 022363 nbranch le_adv_not_match ,match 
+0x56ff 022364 fetch 1 ,mem_le_req_rcv 
+0x5700 022365 increase 1 ,pdata 
+0x5701 022366 store 1 ,mem_le_req_rcv 
+0x5702 022367 fetch 1 ,mem_le_rxbuf 
+0x5703 022368 and pdata ,0x0f ,pdata 
+0x5704 022369 beq scan_req ,le_send_scan_response 
+0x5705 022370 beq connect_req ,le_parse_connect_req 
+:      022371 le_adv_not_match:
+0x5706 022372 bpatchx patch2d_2 ,mem_patch2d 
+0x5707 022373 random pdata 
+0x5708 022374 arg 0x1ff ,temp 
+0x5709 022375 iand temp ,pdata 
+0x570a 022376 add pdata ,250 ,pdata 
+0x570b 022377 call delay 
+0x570c 022378 fetch 1 ,mem_le_adv_channel_map_temp 
+0x570d 022379 fetcht 1 ,mem_le_adv_channel_map 
+0x570e 022380 isub temp ,null 
+0x570f 022381 nbranch le_adv_loop ,zero 
+0x5710 022382 arg le_adv_interval_timer ,queue 
+0x5711 022383 fetch 2 ,mem_le_adv_interval 
+0x5712 022384 branch timer_init 
+:      022387 le_receive_window_size:
+0x5713 022388 bpatchx patch2d_3 ,mem_patch2d 
+0x5714 022389 fetch 1 ,mem_le_peer_sca 
+0x5715 022390 call le_sca_map 
+0x5716 022391 fetch 2 ,mem_le_tsniff 
+0x5717 022392 imul32 temp ,pdata 
+0x5718 022393 arg 375 ,temp 
+0x5719 022394 imul32 temp ,pdata 
+0x571a 022395 arg 100000 ,temp 
+0x571b 022396 idiv temp 
+0x571c 022397 fetch 1 ,mem_le_window_size 
+0x571d 022398 arg 20000 ,temp 
+0x571e 022399 imul32 temp ,pdata 
+0x571f 022400 iadd temp ,pdata 
+0x5720 022401 store 4 ,mem_le_transmit_window 
+0x5721 022402 bpatchx patch2d_4 ,mem_patch2d 
+0x5722 022403 fetch 2 ,mem_rx_window_sniff 
+0x5723 022404 call wait_div_end 
+0x5724 022405 quotient temp 
+0x5725 022406 iadd temp ,pdata 
+0x5726 022407 store 2 ,mem_le_receive_window 
+0x5727 022408 rtn 
+:      022410 le_parse_connect_req:
+0x5728 022411 bpatchx patch2d_5 ,mem_patch2d 
+0x5729 022412 fetch 6 ,mem_le_rxbuf + 8 
+0x572a 022413 fetcht 6 ,mem_le_lap 
+0x572b 022414 isub temp ,null 
+0x572c 022415 nrtn zero 
+0x572d 022416 call le_scan_check_sender_addr_type 
+0x572e 022417 copy rega ,pdata 
+0x572f 022418 store 1 ,mem_le_conn_peer_addr_type 
+0x5730 022419 fetch 7 ,mem_le_rxbuf + 21 
+0x5731 022420 store 7 ,mem_tmp_buffer 
+0x5732 022421 ifetch 8 ,contr 
+0x5733 022422 istore 8 ,contw 
+0x5734 022423 fetch 6 ,mem_le_rxbuf + 2 
+0x5735 022424 store 6 ,mem_le_plap 
+0x5736 022425 increase 6 ,contr 
+0x5737 022426 ifetch 8 ,contr 
+0x5738 022427 store 8 ,mem_le_access 
+0x5739 022428 ifetcht 2 ,contr 
+0x573a 022429 bpatchx patch2d_6 ,mem_patch2d 
+0x573b 022430 lshift2 temp ,temp 
+0x573c 022431 ifetch 2 ,contr 
+0x573d 022432 lshift2 pdata ,pdata 
+0x573e 022433 store 2 ,mem_le_tsniff 
+0x573f 022434 store 4 ,mem_le_anchor 
+0x5740 022435 isub temp ,pdata 
+0x5741 022436 add pdata ,-2 ,clke_bt 
+0x5742 022437 ifetch 9 ,contr 
+0x5743 022438 store 9 ,mem_le_slave_latency 
+0x5744 022439 bpatchx patch2d_7 ,mem_patch2d 
+0x5745 022440 ifetch 1 ,contr 
+0x5746 022441 rshift4 pdata ,temp 
+0x5747 022442 rshift temp ,temp 
+0x5748 022443 storet 1 ,mem_le_peer_sca 
+0x5749 022444 and_into 0x1f ,pdata 
+0x574a 022445 store 1 ,mem_le_hop 
+0x574b 022446 call le_receive_window_size 
+0x574c 022447 call le_calc_channel_map 
+0x574d 022448 call le_init_slave 
+0x574e 022449 call context_new 
+0x574f 022450 nrtn zero 
+0x5750 022451 bpatchx patch2e_0 ,mem_patch2e 
+0x5751 022452 call calc_clke_offset 
+0x5752 022453 call le_l2cap_reset_signaling_identifier 
+0x5753 022454 jam bt_evt_le_connected ,mem_fifo_temp 
+0x5754 022455 call ui_ipc_send_event 
+0x5755 022456 branch context_save 
+:      022459 le_init_attlist_search:
+0x5756 022460 bpatchx patch2e_1 ,mem_patch2e 
+0x5757 022461 fetch 2 ,mem_le_search_handle_start 
+0x5758 022462 iforce regb 
+0x5759 022463 fetch 2 ,mem_le_search_handle_end 
+0x575a 022464 iforce regc 
+0x575b 022465 fetch 2 ,mem_ui_le_uuid_table 
+0x575c 022466 iforce contr 
+0x575d 022467 enable user 
+0x575e 022468 rtn 
+:      022471 le_att_handle_inrange:
+0x575f 022472 ifetch 2 ,contr 
+0x5760 022473 rtn blank 
+0x5761 022474 isub regb ,null 
+0x5762 022475 nrtn positive 
+0x5763 022476 isub regc ,null 
+0x5764 022477 rtn zero 
+0x5765 022478 branch le_att_handle_blank ,positive 
+0x5766 022479 force 1 ,null 
+0x5767 022480 rtn 
+:      022481 le_att_handle_blank:
+0x5768 022482 force 0 ,pdata 
+0x5769 022483 rtn 
+:      022487 le_att_get_handle_ptr:
+0x576a 022488 call le_att_get_handle_ptr2 
+0x576b 022489 branch le_att_get_handle_ptr_found ,zero 
+0x576c 022490 rtn 
+:      022492 le_att_get_handle_ptr2:
+0x576d 022493 bpatchx patch2e_2 ,mem_patch2e 
+0x576e 022494 fetch 2 ,mem_ui_le_uuid_table 
+0x576f 022495 iforce contr 
+:      022496 le_att_get_handle_loop1:
+0x5770 022497 ifetch 2 ,contr 
+0x5771 022498 rtn blank 
+0x5772 022499 isub temp ,null 
+0x5773 022500 rtn zero 
+0x5774 022501 ifetch 1 ,contr 
+0x5775 022502 iadd contr ,contr 
+0x5776 022503 ifetch 1 ,contr 
+0x5777 022504 iadd contr ,contr 
+0x5778 022505 branch le_att_get_handle_loop1 
+:      022506 le_att_get_handle_ptr_found:
+0x5779 022507 ifetch 1 ,contr 
+0x577a 022508 iadd contr ,contr 
+0x577b 022509 rtn 
+:      022513 le_att_get_short_uuid_ptr:
+0x577c 022514 bpatchx patch2e_3 ,mem_patch2e 
+0x577d 022515 fetch 2 ,mem_ui_le_uuid_table 
+0x577e 022516 iforce contr 
+:      022517 le_att_get_short_uuid_loop:
+0x577f 022518 ifetch 2 ,contr 
+0x5780 022519 rtn blank 
+0x5781 022520 ifetch 1 ,contr 
+0x5782 022521 iadd contr ,contr 
+0x5783 022522 increase -2 ,contr 
+0x5784 022523 ifetch 2 ,contr 
+0x5785 022524 isub temp ,null 
+0x5786 022525 rtn zero 
+0x5787 022526 ifetch 1 ,contr 
+0x5788 022527 iadd contr ,contr 
+0x5789 022528 branch le_att_get_short_uuid_loop 
+:      022532 le_att_get_handle_info_from_ptr:
+0x578a 022533 fetch 2 ,mem_le_cur_attlist_start_ptr 
+0x578b 022534 branch le_att_get_handle_info_fast 
+:      022536 le_att_get_handle_info:
+0x578c 022537 bpatchx patch2e_4 ,mem_patch2e 
+0x578d 022538 fetch 2 ,mem_ui_le_uuid_table 
+:      022539 le_att_get_handle_info_fast:
+0x578e 022540 iforce contr 
+0x578f 022541 copy temp ,rega 
+:      022542 le_att_get_handle_loop:
+0x5790 022543 ifetch 2 ,contr 
+0x5791 022544 branch le_att_unfind_handle ,blank 
+0x5792 022545 isub rega ,null 
+0x5793 022546 branch le_att_finded_handle ,zero 
+0x5794 022547 ifetch 1 ,contr 
+0x5795 022548 iadd contr ,contr 
+0x5796 022549 ifetch 1 ,contr 
+0x5797 022550 iadd contr ,contr 
+0x5798 022551 branch le_att_get_handle_loop 
+:      022552 le_att_unfind_handle:
+0x5799 022553 branch disable_blank 
+:      022555 le_att_finded_handle:
+0x579a 022556 ifetch 1 ,contr 
+0x579b 022557 store 1 ,mem_le_cur_uuid_length 
+0x579c 022558 copy pdata ,loopcnt 
+0x579d 022559 arg mem_le_cur_uuid ,contw 
+0x579e 022560 call memcpy_fast 
+0x579f 022561 ifetch 1 ,contr 
+0x57a0 022562 store 1 ,mem_le_curr_att_len 
+0x57a1 022563 call store_contr 
+0x57a2 022564 branch enable_blank 
+:      022567 le_modified_name:
+0x57a3 022568 bpatchx patch2e_5 ,mem_patch2e 
+0x57a4 022569 call le_modified_name_att_list 
+0x57a5 022570 branch le_modified_name_adv 
+:      022572 le_modified_name_att_list:
+0x57a6 022573 arg uuid_chrctr_device_name ,temp 
+0x57a7 022574 call le_att_get_short_uuid_ptr 
+0x57a8 022575 rtn blank 
+0x57a9 022576 ifetch 1 ,contr 
+0x57aa 022577 copy contr ,contw 
+0x57ab 022578 fetcht 1 ,mem_le_name_len 
+0x57ac 022579 copy temp ,loopcnt 
+0x57ad 022580 isub temp ,null 
+0x57ae 022581 nbranch le_name_length_longer_than_att ,positive 
+0x57af 022582 isub temp ,temp 
+0x57b0 022583 arg mem_le_name ,contr 
+0x57b1 022584 call memcpy 
+0x57b2 022585 copy temp ,loopcnt 
+0x57b3 022586 ncall memcpy_empty ,zero 
+0x57b4 022587 rtn 
+:      022588 le_name_length_longer_than_att:
+0x57b5 022589 copy pdata ,loopcnt 
+0x57b6 022590 arg mem_le_name ,contr 
+0x57b7 022591 branch memcpy_fast 
+:      022594 le_modified_name_adv:
+0x57b8 022595 arg mem_le_adv_data_len + 32 ,regc 
+0x57b9 022596 arg mem_le_adv_data ,rega 
+0x57ba 022597 call le_modified_name_adv_and_scan 
+0x57bb 022598 setarg 0 
+0x57bc 022599 setflag user ,0 ,pdata 
+0x57bd 022600 store 1 ,mem_pdatatemp 
+0x57be 022601 arg mem_le_scan_data_len + 32 ,regc 
+0x57bf 022602 arg mem_le_scan_data ,rega 
+0x57c0 022603 call le_modified_name_adv_and_scan 
+0x57c1 022604 rtn user 
+0x57c2 022605 fetch 1 ,mem_pdatatemp 
+0x57c3 022606 branch assert ,blank 
+0x57c4 022607 rtn 
+:      022610 le_modified_name_adv_and_scan:
+0x57c5 022611 bpatchx patch2e_6 ,mem_patch2e 
+0x57c6 022612 call enable_user 
+0x57c7 022613 call clear_temp_block 
+0x57c8 022614 arg 0 ,regb 
+0x57c9 022615 arg mem_le_data_temp ,contw 
+0x57ca 022616 call le_modified_name_adv_loop 
+0x57cb 022617 fetch 1 ,mem_le_name_len 
+0x57cc 022618 add pdata ,1 ,temp 
+0x57cd 022619 iadd regb ,rega 
+0x57ce 022620 increase 2 ,rega 
+0x57cf 022621 sub rega ,0x1f ,null 
+0x57d0 022622 nbranch le_modified_name_adv_and_scan_name_overflow ,positive 
+0x57d1 022623 istoret 1 ,contw 
+0x57d2 022624 arg gap_adtype_local_name_complete ,temp 
+0x57d3 022625 istoret 1 ,contw 
+0x57d4 022626 iforce loopcnt 
+0x57d5 022627 call memcpy_fast 
+0x57d6 022628 copy rega ,regb 
+:      022629 le_modified_name_adv_and_scan_store_data:
+0x57d7 022630 deposit regb 
+0x57d8 022631 store 1 ,mem_le_data_len_temp 
+0x57d9 022632 arg mem_le_data_len_temp ,contr 
+0x57da 022633 setarg -32 
+0x57db 022634 iadd regc ,contw 
+0x57dc 022635 branch memcpy32 
+:      022637 le_modified_name_adv_and_scan_name_overflow:
+0x57dd 022638 call disable_user 
+0x57de 022639 branch le_modified_name_adv_and_scan_store_data 
+:      022641 le_modified_name_adv_loop:
+0x57df 022642 ifetch 1 ,rega 
+0x57e0 022643 rtn blank 
+0x57e1 022644 pincrease 1 
+0x57e2 022645 ifetcht 1 ,contr 
+0x57e3 022646 sub temp ,gap_adtype_local_name_complete ,null 
+0x57e4 022647 branch le_modified_name_adv_found_name ,zero 
+0x57e5 022648 iadd regb ,regb 
+0x57e6 022649 copy rega ,contr 
+0x57e7 022650 iforce loopcnt 
+0x57e8 022651 call memcpy_fast 
+0x57e9 022652 copy contr ,rega 
+:      022653 le_modified_name_adv_loop2:
+0x57ea 022654 deposit rega 
+0x57eb 022655 isub regc ,null 
+0x57ec 022656 rtn positive 
+0x57ed 022657 branch le_modified_name_adv_loop 
+:      022659 le_modified_name_adv_found_name:
+0x57ee 022660 iadd rega ,rega 
+0x57ef 022661 branch le_modified_name_adv_loop2 
+:      022664 memcpy_empty:
+0x57f0 022665 setarg space 
+0x57f1 022666 istore 1 ,contw 
+0x57f2 022667 loop memcpy_empty 
+0x57f3 022668 rtn 
+:      022671 le_lpm_set_mult:
+0x57f4 022672 bpatchx patch2e_7 ,mem_patch2e 
+0x57f5 022673 disable wake 
+0x57f6 022674 branch le_lpm_set_mult_attempt ,attempt 
+0x57f7 022675 nbranch le_lpm_lost ,match 
+:      022676 le_lpm_set_mult_attempt:
+0x57f8 022677 call lpm_match 
+0x57f9 022678 fetch 2 ,mem_rx_window_sniff 
+0x57fa 022679 store 2 ,mem_le_receive_window 
+0x57fb 022681 nbranch lpm_mult_short ,match 
+0x57fc 022682 bmark1 mark_old_packet ,lpm_mult_short 
+0x57fd 022684 fetch 1 ,mem_le_packet_size 
+0x57fe 022685 nbranch lpm_mult_short ,blank 
+0x57ff 022686 fetch 1 ,mem_le_txlen 
+0x5800 022687 nbranch lpm_mult_short ,blank 
+0x5801 022689 fetch 1 ,mem_le_configuration 
+0x5802 022690 bbit1 bit_ble_short_mult ,lpm_mult_short 
+0x5803 022692 fetch 1 ,mem_le_state 
+0x5804 022693 bbit1 lestate_update_param ,lpm_mult_short 
+0x5805 022694 branch lpm_mult_wait_timeout 
+:      022696 le_lpm_lost:
+0x5806 022697 fetcht 2 ,mem_rx_window_sniff 
+0x5807 022698 rshift temp ,temp 
+0x5808 022699 fetch 2 ,mem_le_receive_window 
+0x5809 022700 iadd temp ,pdata 
+0x580a 022701 store 2 ,mem_le_receive_window 
+0x580b 022702 branch lpm_lost 
+:      022705 le_set_config_fixed_tk:
+0x580c 022706 arg bit_ble_passkey_fixed_key ,queue 
+0x580d 022707 branch le_set_config 
+:      022709 le_clr_config_fixed_tk:
+0x580e 022710 arg bit_ble_passkey_fixed_key ,queue 
+0x580f 022711 branch le_clr_config 
+:      022713 le_set_config_fixed_ltk:
+0x5810 022714 arg bit_ble_pairing_fixed_ltk ,queue 
+0x5811 022715 branch le_set_config 
+:      022717 le_clr_config_fixed_ltk:
+0x5812 022718 arg bit_ble_pairing_fixed_ltk ,queue 
+0x5813 022719 branch le_clr_config 
+:      022721 le_set_config_more_data:
+0x5814 022722 arg bit_ble_transmit_packet_by_md ,queue 
+0x5815 022723 branch le_set_config 
+:      022725 le_clr_config_more_data:
+0x5816 022726 arg bit_ble_transmit_packet_by_md ,queue 
+0x5817 022727 branch le_clr_config 
+:      022729 le_set_config_read_authentication:
+0x5818 022730 arg bit_ble_read_auth ,queue 
+0x5819 022731 branch le_set_config 
+:      022733 le_clr_config_read_authentication:
+0x581a 022734 arg bit_ble_read_auth ,queue 
+0x581b 022735 branch le_clr_config 
+:      022737 le_set_config_write_authentication:
+0x581c 022738 arg bit_ble_write_auth ,queue 
+0x581d 022739 branch le_set_config 
+:      022741 le_clr_config_write_authentication:
+0x581e 022742 arg bit_ble_write_auth ,queue 
+0x581f 022743 branch le_clr_config 
+:      022745 le_set_config_short_mult:
+0x5820 022746 arg bit_ble_short_mult ,queue 
+0x5821 022747 branch le_set_config 
+:      022749 le_clr_config_short_mult:
+0x5822 022750 arg bit_ble_short_mult ,queue 
+0x5823 022751 branch le_clr_config 
+:      022754 le_set_config:
+0x5824 022755 fetch 1 ,mem_le_configuration 
+0x5825 022756 qset1 pdata 
+0x5826 022757 store 1 ,mem_le_configuration 
+0x5827 022758 rtn 
+:      022760 le_clr_config:
+0x5828 022761 fetch 1 ,mem_le_configuration 
+0x5829 022762 qset0 pdata 
+0x582a 022763 store 1 ,mem_le_configuration 
+0x582b 022764 rtn 
+:      022766 le_set_fixed_ltk:
+0x582c 022767 setarg 0x112233 
+0x582d 022768 store 3 ,mem_le_fixed_ltk 
+0x582e 022769 setarg 0x445566 
+0x582f 022770 istore 3 ,contw 
+0x5830 022771 setarg 0x778899 
+0x5831 022772 istore 3 ,contw 
+0x5832 022773 setarg 0x001122 
+0x5833 022774 istore 3 ,contw 
+0x5834 022775 setarg 0x334455 
+0x5835 022776 istore 3 ,contw 
+0x5836 022777 setarg 0x66 
+0x5837 022778 istore 1 ,contw 
+0x5838 022779 rtn 
+:      022782 le_set_justwork:
+0x5839 022783 setarg 0x01000302 
+0x583a 022784 store 4 ,mem_le_pres 
+0x583b 022785 setarg 0x010010 
+0x583c 022786 store 3 ,mem_le_pres_max_keysize 
+0x583d 022787 jam 1 ,mem_le_pairing_mode 
+0x583e 022788 rtn 
+:      022792 le_fifo_malloc_tx_empty:
+0x583f 022793 arg 0 ,rega 
+0x5840 022794 arg llid_empty ,type 
+0x5841 022795 branch le_fifo_malloc_tx 
+:      022799 le_fifo_malloc_tx_ll:
+0x5842 022800 arg llid_le_ll ,type 
+0x5843 022801 call le_fifo_malloc_tx 
+0x5844 022802 copy regb ,pdata 
+0x5845 022803 istore 1 ,contw 
+0x5846 022804 rtn 
+:      022808 le_fifo_malloc_tx_l2cap:
+0x5847 022809 force llid_l2cap_start ,type 
+0x5848 022810 increase 4 ,rega 
+0x5849 022811 call le_fifo_malloc_tx 
+0x584a 022812 increase -4 ,rega 
+0x584b 022813 copy rega ,pdata 
+0x584c 022814 istore 2 ,contw 
+0x584d 022815 copy regb ,pdata 
+0x584e 022816 istore 2 ,contw 
+0x584f 022817 rtn 
+:      022821 le_fifo_malloc_tx:
+0x5850 022822 sub rega ,240 ,null 
+0x5851 022823 nbranch assert ,positive 
+0x5852 022824 fetch 1 ,mem_le_tx_buff_used 
+0x5853 022825 arg 1 ,temp 
+0x5854 022826 arg le_tx_buff_count ,loopcnt 
+:      022827 le_fifo_malloc_tx_loop:
+0x5855 022828 iand temp ,null 
+0x5856 022829 branch le_fifo_malloc_tx_got_empty ,zero 
+0x5857 022830 lshift temp ,temp 
+0x5858 022831 loop le_fifo_malloc_tx_loop 
+0x5859 022832 branch assert 
+:      022833 le_fifo_malloc_tx_got_empty:
+0x585a 022834 ixor temp ,pdata 
+0x585b 022835 store 1 ,mem_le_tx_buff_used 
+0x585c 022836 sub loopcnt ,le_tx_buff_count ,pdata 
+0x585d 022837 lshift4 pdata ,pdata 
+0x585e 022838 lshift4 pdata ,pdata 
+0x585f 022839 arg mem_le_tx_buffer0 ,temp 
+0x5860 022840 iadd temp ,temp 
+:      022841 le_fifo_tx_find_empty_ptr:
+0x5861 022842 arg 0 ,loopcnt 
+0x5862 022843 arg mem_le_tx_ptr0 ,contr 
+:      022844 le_fifo_tx_find_empty_ptr_loop:
+0x5863 022845 ifetch 2 ,contr 
+0x5864 022846 branch le_fifo_tx_found_empty_ptr ,blank 
+0x5865 022847 copy loopcnt ,pdata 
+0x5866 022848 increase 1 ,loopcnt 
+0x5867 022849 bne le_tx_buff_count ,le_fifo_tx_find_empty_ptr_loop 
+0x5868 022850 branch assert 
+:      022853 le_fifo_tx_found_empty_ptr:
+0x5869 022854 increase -2 ,contr 
+0x586a 022855 istoret 2 ,contr 
+0x586b 022856 copy temp ,contw 
+0x586c 022857 copy rega ,pdata 
+0x586d 022858 istore 1 ,contw 
+0x586e 022859 setarg 0 
+0x586f 022860 istore 1 ,contw 
+0x5870 022861 copy type ,pdata 
+0x5871 022862 istore 1 ,contw 
+0x5872 022863 rtn 
+:      022867 le_fifo_get_first_tx_ptr:
+0x5873 022868 fetch 2 ,mem_le_tx_ptr0 
+0x5874 022869 copy pdata ,contr 
+0x5875 022870 rtn 
+:      022872 le_fifo_get_second_tx_ptr:
+0x5876 022873 fetch 2 ,mem_le_tx_ptr1 
+0x5877 022874 copy pdata ,contr 
+0x5878 022875 rtn 
+:      022877 le_fifo_get_last_tx_ptr:
+0x5879 022878 call le_fifo_get_last_tx_ptr0 
+0x587a 022879 copy pdata ,contr 
+0x587b 022880 rtn 
+:      022881 le_fifo_get_last_tx_ptr0:
+0x587c 022882 fetch 2 ,mem_le_tx_ptr3 
+0x587d 022883 nrtn blank 
+0x587e 022884 fetch 2 ,mem_le_tx_ptr2 
+0x587f 022885 nrtn blank 
+0x5880 022886 fetch 2 ,mem_le_tx_ptr1 
+0x5881 022887 nrtn blank 
+0x5882 022888 fetch 2 ,mem_le_tx_ptr0 
+0x5883 022889 rtn 
+:      022891 le_fifo_get_first_l2cap_ptr:
+0x5884 022892 call le_fifo_get_first_tx_ptr 
+0x5885 022893 increase 3 ,contr 
+0x5886 022894 rtn 
+:      022896 le_fifo_get_first_att_ptr:
+0x5887 022897 call le_fifo_get_first_tx_ptr 
+0x5888 022898 increase 7 ,contr 
+0x5889 022899 rtn 
+:      022901 le_fifo_get_last_att_ptr:
+0x588a 022902 call le_fifo_get_last_tx_ptr 
+0x588b 022903 increase 7 ,contr 
+0x588c 022904 rtn 
+:      022906 le_fifo_get_last_l2cap_ptr:
+0x588d 022907 call le_fifo_get_last_tx_ptr 
+0x588e 022908 increase 3 ,contr 
+0x588f 022909 rtn 
+:      022913 le_fifo_check_full:
+0x5890 022914 fetch 2 ,mem_le_tx_ptr3 
+0x5891 022915 rtn 
+:      022918 le_fifo_check_nearly_full:
+0x5892 022919 fetch 2 ,mem_le_tx_ptr2 
+0x5893 022920 rtn 
+:      022923 le_fifo_check_empty:
+0x5894 022924 fetch 2 ,mem_le_tx_ptr0 
+0x5895 022925 rtn 
+:      022928 le_fifo_release_first_node:
+0x5896 022929 fetch 2 ,mem_le_tx_ptr0 
+0x5897 022930 arg mem_le_tx_buffer0 ,temp 
+0x5898 022931 isub temp ,pdata 
+0x5899 022932 rshift4 pdata ,pdata 
+0x589a 022933 rshift4 pdata ,queue 
+0x589b 022934 fetch 1 ,mem_le_tx_buff_used 
+0x589c 022935 qset0 pdata 
+0x589d 022936 store 1 ,mem_le_tx_buff_used 
+0x589e 022937 arg 0 ,loopcnt 
+:      022938 le_fifo_release_first_node_loop:
+0x589f 022939 lshift loopcnt ,pdata 
+0x58a0 022940 arg mem_le_tx_ptr1 ,temp 
+0x58a1 022941 iadd temp ,temp 
+0x58a2 022942 ifetch 2 ,temp 
+0x58a3 022943 increase -2 ,temp 
+0x58a4 022944 istore 2 ,temp 
+0x58a5 022945 copy loopcnt ,pdata 
+0x58a6 022946 increase 1 ,loopcnt 
+0x58a7 022947 bne le_tx_buff_update_loopcnt ,le_fifo_release_first_node_loop 
+0x58a8 022948 setarg 0 
+0x58a9 022949 istore 2 ,temp 
+0x58aa 022950 rtn 
+:      022956 le_parse_att:
+0x58ab 022957 ifetch 3 ,contr 
+0x58ac 022958 store 3 ,mem_le_att_opcode 
+0x58ad 022959 beq attop_exchange_mtu_request ,le_parse_att_exchange_mtu_request 
+0x58ae 022960 beq attop_exchange_mtu_response ,le_parse_att_exchange_mtu_response 
+0x58af 022961 beq attop_find_information_request ,le_parse_att_find_information_request 
+0x58b0 022962 beq attop_find_by_type_value_request ,le_parse_att_find_by_type_value_request 
+0x58b1 022963 beq attop_read_by_type_request ,le_parse_att_read_by_type_request 
+0x58b2 022964 beq attop_read_request ,le_parse_att_read_request 
+0x58b3 022965 beq attop_read_blob_request ,le_parse_att_read_blob_request 
+0x58b4 022966 beq attop_read_by_group_type_request ,le_parse_att_read_by_group_type_request 
+0x58b5 022967 beq attop_write_request ,le_parse_att_write_request 
+0x58b6 022968 beq attop_prepare_write_request ,le_parse_att_prepare_write_request 
+0x58b7 022969 beq attop_execute_write_request ,le_parse_att_execute_write_request 
+0x58b8 022970 beq attop_write_command ,le_parse_att_write_command 
+0x58b9 022971 rtn 
+:      022974 le_send_att_exchange_mtu_requset:
+0x58ba 022975 force 3 ,rega 
+0x58bb 022976 call le_fifo_malloc_tx_l2cap_gatt 
+0x58bc 022977 setarg attop_exchange_mtu_request 
+0x58bd 022978 istore 1 ,contw 
+0x58be 022979 fetch 2 ,mem_le_local_mtu 
+0x58bf 022980 istore 2 ,contw 
+0x58c0 022981 rtn 
+:      022984 le_parse_att_exchange_mtu_request:
+0x58c1 022985 call le_parse_att_exchange_mtu_response 
+:      022986 le_send_att_exchange_mtu_response:
+0x58c2 022987 force 3 ,rega 
+0x58c3 022988 call le_fifo_malloc_tx_l2cap_gatt 
+0x58c4 022989 setarg attop_exchange_mtu_response 
+0x58c5 022990 istore 1 ,contw 
+0x58c6 022991 fetch 2 ,mem_le_local_mtu 
+0x58c7 022992 istore 2 ,contw 
+0x58c8 022993 rtn 
+:      022995 le_parse_att_exchange_mtu_response:
+0x58c9 022996 rshift8 pdata ,pdata 
+0x58ca 022997 store 2 ,mem_le_remote_mtu 
+0x58cb 022998 rtn 
+:      023000 le_parse_att_find_information_request:
+0x58cc 023001 call le_get_search_handle_start_end_common 
+0x58cd 023002 call enable_user 
+0x58ce 023003 branch le_send_att_find_information_response 
+:      023005 le_send_att_find_information_response:
+0x58cf 023006 arg 3 ,timeup 
+0x58d0 023007 call le_init_attlist_search 
+:      023008 le_send_att_find_information_res_loop:
+0x58d1 023009 call le_att_handle_inrange 
+0x58d2 023010 branch le_send_att_find_information_res_end ,blank 
+0x58d3 023011 nbranch le_send_att_find_information_res_next ,positive 
+0x58d4 023012 increase -2 ,contr 
+0x58d5 023013 call store_contr 
+0x58d6 023014 call get_contw 
+0x58d7 023015 nbranch le_send_att_find_information_res_store_info ,user 
+0x58d8 023016 call push_stack_rega_b_c 
+0x58d9 023017 call disable_user 
+0x58da 023018 force 20 ,rega 
+0x58db 023019 call le_fifo_malloc_tx_l2cap_gatt 
+0x58dc 023020 call pop_stack_rega_b_c 
+0x58dd 023021 setarg attop_find_information_response 
+0x58de 023022 istore 1 ,contw 
+0x58df 023023 setarg uuid_size_16bit 
+0x58e0 023024 istore 1 ,contw 
+:      023025 le_send_att_find_information_res_store_info:
+0x58e1 023026 call get_contr 
+0x58e2 023027 ifetch 2 ,contr 
+0x58e3 023028 istore 2 ,contw 
+0x58e4 023029 ifetch 1 ,contr 
+0x58e5 023030 copy pdata ,loopcnt 
+0x58e6 023031 call memcpy 
+0x58e7 023032 call store_contw 
+0x58e8 023033 increase -1 ,timeup 
+0x58e9 023034 branch le_send_att_find_information_res_end ,zero 
+:      023035 le_send_att_find_information_res_cont:
+0x58ea 023036 ifetch 1 ,contr 
+0x58eb 023037 iadd contr ,contr 
+0x58ec 023038 branch le_send_att_find_information_res_loop 
+:      023039 le_send_att_find_information_res_next:
+0x58ed 023040 ifetch 1 ,contr 
+0x58ee 023041 iadd contr ,contr 
+0x58ef 023042 branch le_send_att_find_information_res_cont 
+:      023043 le_send_att_find_information_res_end:
+0x58f0 023044 branch le_send_att_error_response_notfound ,user 
+0x58f1 023045 branch le_send_auto_len_by_mem 
+:      023048 le_parse_att_find_by_type_value_request:
+0x58f2 023049 call le_get_search_handle_start_end_common 
+0x58f3 023050 ifetch 2 ,contr 
+0x58f4 023051 store 2 ,mem_le_search_uuid 
+0x58f5 023052 call store_contr 
+0x58f6 023053 arg mem_le_search_att_type_length ,contw 
+0x58f7 023054 fetch 2 ,mem_le_l2cap_size 
+0x58f8 023055 increase -7 ,pdata 
+0x58f9 023056 call le_get_search_common2 
+0x58fa 023057 branch le_send_att_find_by_type_value_response 
+:      023060 le_start_end_handle_check_1:
+0x58fb 023061 disable user 
+0x58fc 023062 fetcht 2 ,mem_le_search_handle_start 
+0x58fd 023063 fetch 2 ,mem_le_search_handle_end 
+0x58fe 023064 isub temp ,null 
+0x58ff 023065 nbranch le_start_end_handle_check_1_fail ,positive 
+0x5900 023066 deposit temp 
+0x5901 023067 rtnne 0 
+:      023068 le_start_end_handle_check_1_fail:
+0x5902 023069 enable user 
+0x5903 023070 jam att_err_invalid_handle ,mem_le_err_code 
+0x5904 023071 branch le_send_att_error_response 
+:      023074 le_send_att_find_by_type_value_response:
+0x5905 023075 call le_start_end_handle_check_1 
+0x5906 023076 rtn user 
+0x5907 023077 fetcht 2 ,mem_le_search_uuid 
+0x5908 023078 setarg uuid_gatt_primary_service 
+0x5909 023079 isub temp ,null 
+0x590a 023080 branch le_send_att_find_by_type_value_res_primary ,zero 
+0x590b 023081 branch le_send_att_error_response_notfound 
+:      023084 le_send_att_find_by_type_value_res_primary:
+0x590c 023085 jam le_find_by_type_val_res_not_found ,mem_le_search_res 
+0x590d 023086 fetcht 2 ,mem_le_search_handle_start 
+0x590e 023087 storet 2 ,mem_temp 
+0x590f 023088 call le_att_get_handle_info 
+0x5910 023089 nbranch le_send_att_error_response_notfound ,blank 
+:      023090 le_send_att_find_primary_search_loop:
+0x5911 023091 fetcht 2 ,mem_temp 
+0x5912 023092 call le_att_get_handle_info 
+0x5913 023093 nbranch le_send_att_error_response_notfound2 ,blank 
+0x5914 023094 copy contr ,rega 
+0x5915 023095 fetch 1 ,mem_le_curr_att_len 
+0x5916 023096 copy pdata ,loopcnt 
+0x5917 023097 fetcht 1 ,mem_le_search_att_type_length 
+0x5918 023098 isub temp ,null 
+0x5919 023099 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x591a 023100 arg mem_le_search_att_type ,regb 
+0x591b 023101 call string_compare 
+0x591c 023103 branch le_send_att_find_primary_search_end_start_handle_found ,zero 
+0x591d 023105 fetch 2 ,mem_le_cur_uuid 
+0x591e 023106 fetcht 2 ,mem_le_search_uuid 
+0x591f 023107 isub temp ,null 
+0x5920 023108 branch le_send_att_find_primary_search_end_ending_handle_found ,zero 
+:      023109 le_send_att_find_primary_search_loop1:
+0x5921 023110 fetch 2 ,mem_temp 
+0x5922 023111 increase 1 ,pdata 
+0x5923 023112 store 2 ,mem_temp 
+0x5924 023113 branch le_send_att_find_primary_search_loop 
+:      023115 le_send_att_error_response_notfound2:
+0x5925 023116 fetch 1 ,mem_le_search_res 
+0x5926 023117 beq le_find_by_type_val_res_found_starting_handle ,le_send_att_find_primary_search_end_ending_handle_found 
+0x5927 023118 branch le_send_att_error_response_notfound 
+:      023121 le_send_att_find_primary_search_end_start_handle_found:
+0x5928 023122 fetch 2 ,mem_le_cur_uuid 
+0x5929 023123 fetcht 2 ,mem_le_search_uuid 
+0x592a 023124 isub temp ,null 
+0x592b 023125 nbranch le_send_att_find_primary_search_loop1 ,zero 
+0x592c 023126 jam le_find_by_type_val_res_found_starting_handle ,mem_le_search_res 
+0x592d 023128 fetcht 2 ,mem_temp 
+0x592e 023129 storet 2 ,mem_le_cur_handle_start 
+0x592f 023130 branch le_send_att_find_primary_search_loop1 
+:      023132 le_send_att_find_primary_search_end_ending_handle_found:
+0x5930 023133 fetch 1 ,mem_le_search_res 
+0x5931 023134 beq le_find_by_type_val_res_not_found ,le_send_att_find_primary_search_loop1 
+0x5932 023135 jam le_find_by_type_val_res_found_ending_handle ,mem_le_search_res 
+0x5933 023136 fetcht 2 ,mem_temp 
+0x5934 023137 increase -1 ,temp 
+0x5935 023138 storet 2 ,mem_le_cur_handle_end 
+:      023140 le_send_att_find_primary_search_end:
+0x5936 023141 arg 5 ,rega 
+0x5937 023142 call le_fifo_malloc_tx_l2cap_gatt 
+0x5938 023143 setarg attop_find_by_type_value_response 
+0x5939 023144 istore 1 ,contw 
+0x593a 023145 fetch 2 ,mem_le_cur_handle_start 
+0x593b 023146 istore 2 ,contw 
+0x593c 023147 fetch 2 ,mem_le_cur_handle_end 
+0x593d 023148 istore 2 ,contw 
+0x593e 023149 rtn 
+:      023153 le_parse_att_read_by_type_request:
+0x593f 023154 call le_get_search_handle_start_end_common 
+0x5940 023155 call le_get_search_att_uuid 
+0x5941 023156 branch le_send_att_read_by_type_response 
+:      023158 le_send_att_read_by_type_response:
+0x5942 023159 fetcht 2 ,mem_le_search_handle_start 
+0x5943 023160 storet 2 ,mem_temp 
+0x5944 023161 call le_init_attlist_search 
+0x5945 023162 call le_att_get_handle_ptr2 
+0x5946 023163 increase -2 ,contr 
+0x5947 023164 copy contr ,pdata 
+0x5948 023165 store 2 ,mem_le_cur_attlist_start_ptr 
+0x5949 023167 fetcht 2 ,mem_le_search_uuid 
+0x594a 023168 setarg uuid_chrctr_device_name 
+0x594b 023169 isub temp ,null 
+0x594c 023170 branch le_send_att_read_by_type_res_device_name ,zero 
+0x594d 023171 setarg uuid_gatt_characteristic 
+0x594e 023172 isub temp ,null 
+0x594f 023173 nbranch le_send_att_read_by_type_res_not_characteristic ,zero 
+0x5950 023174 arg 2 ,timeup 
+:      023175 le_send_att_read_by_type_response_loop:
+0x5951 023176 call le_att_check_handle_end 
+0x5952 023177 nbranch le_send_att_read_by_type_response_end ,positive 
+0x5953 023178 fetcht 2 ,mem_temp 
+0x5954 023179 call le_att_get_handle_info_from_ptr 
+0x5955 023180 beq 1 ,le_send_att_read_by_type_response_end 
+0x5956 023181 call le_att_same_uuid 
+0x5957 023182 nbranch le_send_att_read_by_type_response_next_handle ,zero 
+0x5958 023183 nbranch le_send_att_read_by_type_res_found_next ,user 
+0x5959 023184 disable user 
+0x595a 023185 arg 20 ,rega 
+0x595b 023186 call le_fifo_malloc_tx_l2cap_gatt 
+0x595c 023187 setarg attop_read_by_type_response 
+0x595d 023188 istore 1 ,contw 
+0x595e 023189 copy contw ,alarm 
+0x595f 023190 increase 1 ,contw 
+0x5960 023192 call le_send_att_read_by_type_write_properties 
+0x5961 023193 call le_att_next_handle 
+0x5962 023194 call le_att_get_handle_info_from_ptr 
+0x5963 023195 call le_send_att_read_by_type_write_uuid 
+0x5964 023196 fetch 1 ,mem_le_cur_uuid_length 
+0x5965 023197 increase 5 ,pdata 
+0x5966 023198 istore 1 ,alarm 
+0x5967 023199 fetch 1 ,mem_le_cur_uuid_length 
+0x5968 023200 beq 16 ,le_send_att_read_by_type_response_end 
+0x5969 023201 increase -1 ,timeup 
+0x596a 023202 branch le_send_att_read_by_type_response_end ,zero 
+:      023203 le_send_att_read_by_type_response_next_handle:
+0x596b 023204 call le_att_next_handle 
+0x596c 023205 branch le_send_att_read_by_type_response_loop 
+:      023206 le_send_att_read_by_type_response_end:
+0x596d 023207 branch le_send_att_error_response_notfound ,user 
+0x596e 023208 branch le_send_auto_len_by_mem 
+:      023210 le_send_att_read_by_type_res_found_next:
+0x596f 023211 call le_store_att_record 
+0x5970 023212 call le_att_next_handle 
+0x5971 023213 call le_att_get_handle_info_from_ptr 
+0x5972 023214 fetch 1 ,mem_le_cur_uuid_length 
+0x5973 023215 beq 16 ,le_send_att_read_by_type_response_end 
+0x5974 023217 call get_contw 
+0x5975 023218 fetch 2 ,mem_temp 
+0x5976 023219 increase -1 ,pdata 
+0x5977 023220 istore 2 ,contw 
+0x5978 023221 call le_write_att_record_common 
+0x5979 023222 call le_send_att_read_by_type_write_uuid 
+0x597a 023223 increase -1 ,timeup 
+0x597b 023224 branch le_send_att_read_by_type_response_end ,zero 
+0x597c 023225 branch le_send_att_read_by_type_response_next_handle 
+:      023228 le_send_att_read_by_type_write_properties:
+0x597d 023229 fetch 2 ,mem_temp 
+0x597e 023230 istore 2 ,contw 
+0x597f 023232 fetch 1 ,mem_le_curr_att_len 
+0x5980 023233 copy pdata ,loopcnt 
+0x5981 023234 call get_contr 
+0x5982 023235 call memcpy_fast 
+0x5983 023236 branch store_contw 
+:      023237 le_send_att_read_by_type_write_uuid:
+0x5984 023238 call get_contw 
+0x5985 023239 fetch 2 ,mem_temp 
+0x5986 023240 istore 2 ,contw 
+0x5987 023241 call store_contw 
+0x5988 023242 fetch 1 ,mem_le_cur_uuid_length 
+0x5989 023243 copy pdata ,loopcnt 
+0x598a 023244 call get_contw 
+0x598b 023245 call get_contr 
+0x598c 023246 isub loopcnt ,contr 
+0x598d 023247 increase -1 ,contr 
+0x598e 023248 call memcpy_fast 
+0x598f 023249 branch store_contw 
+:      023253 le_send_att_read_by_type_res_not_characteristic:
+0x5990 023254 fetcht 2 ,mem_le_search_handle_start 
+0x5991 023255 storet 2 ,mem_temp 
+:      023256 le_send_att_read_by_type_res_not_char_loop:
+0x5992 023257 call le_att_check_handle_end 
+0x5993 023258 nbranch le_send_att_error_response_notfound ,positive 
+0x5994 023259 call le_att_get_handle_info_from_ptr 
+0x5995 023260 beq 1 ,le_send_att_error_response_notfound 
+0x5996 023261 call le_att_same_uuid 
+0x5997 023262 nbranch le_send_att_read_by_type_res_not_char_next ,zero 
+:      023264 le_send_att_read_by_type_res_not_char_common:
+0x5998 023265 arg 20 ,rega 
+0x5999 023266 call le_fifo_malloc_tx_l2cap_gatt 
+0x599a 023267 setarg attop_read_by_type_response 
+0x599b 023268 istore 1 ,contw 
+0x599c 023269 fetch 1 ,mem_le_curr_att_len 
+0x599d 023270 copy pdata ,loopcnt 
+0x599e 023271 increase 2 ,pdata 
+0x599f 023272 istore 1 ,contw 
+0x59a0 023273 fetch 2 ,mem_temp 
+0x59a1 023274 istore 2 ,contw 
+0x59a2 023275 call get_contr 
+0x59a3 023276 call memcpy_fast 
+0x59a4 023277 call store_contw 
+0x59a5 023278 branch le_send_auto_len_by_mem 
+:      023280 le_send_att_read_by_type_res_not_char_next:
+0x59a6 023281 call le_att_next_handle 
+0x59a7 023282 branch le_send_att_read_by_type_res_not_char_loop 
+:      023285 le_send_att_read_by_type_res_device_name:
+0x59a8 023286 arg uuid_chrctr_device_name ,temp 
+0x59a9 023287 call le_att_get_short_uuid_ptr 
+0x59aa 023288 rtn blank 
+0x59ab 023289 increase -5 ,contr 
+0x59ac 023290 ifetch 2 ,contr 
+0x59ad 023291 store 2 ,mem_temp 
+0x59ae 023292 arg 20 ,rega 
+0x59af 023293 call le_fifo_malloc_tx_l2cap_gatt 
+0x59b0 023294 setarg attop_read_by_type_response 
+0x59b1 023295 istore 1 ,contw 
+0x59b2 023296 fetch 1 ,mem_le_name_len 
+0x59b3 023297 copy pdata ,loopcnt 
+0x59b4 023298 increase 2 ,pdata 
+0x59b5 023299 istore 1 ,contw 
+0x59b6 023300 fetch 2 ,mem_temp 
+0x59b7 023301 istore 2 ,contw 
+0x59b8 023302 arg mem_le_name ,contr 
+0x59b9 023303 call memcpy_fast 
+0x59ba 023304 call store_contw 
+0x59bb 023305 branch le_send_auto_len_by_mem 
+:      023309 le_parse_att_read_request:
+0x59bc 023310 fetcht 2 ,mem_le_att_handle 
+0x59bd 023311 fetch 1 ,mem_le_configuration 
+0x59be 023312 bbit1 bit_ble_read_auth ,le_send_att_read_response_check_auth 
+:      023314 le_send_att_read_response:
+0x59bf 023315 call le_att_get_handle_ptr 
+0x59c0 023316 branch le_send_att_error_response_notfound ,blank 
+0x59c1 023317 increase -2 ,contr 
+0x59c2 023318 ifetch 2 ,contr 
+0x59c3 023319 arg uuid_chrctr_device_name ,temp 
+0x59c4 023320 isub temp ,null 
+0x59c5 023321 branch le_send_device_name ,zero 
+0x59c6 023322 ifetch 1 ,contr 
+0x59c7 023323 sub pdata ,22 ,null 
+0x59c8 023324 branch le_send_att_read_response_less ,positive 
+0x59c9 023325 force 22 ,pdata 
+:      023326 le_send_att_read_response_less:
+0x59ca 023327 copy pdata ,regc 
+0x59cb 023328 call store_contr 
+0x59cc 023329 add regc ,1 ,rega 
+0x59cd 023330 call le_fifo_malloc_tx_l2cap_gatt 
+0x59ce 023331 setarg attop_read_response 
+0x59cf 023332 istore 1 ,contw 
+0x59d0 023333 copy regc ,loopcnt 
+0x59d1 023334 call get_contr 
+0x59d2 023335 branch memcpy 
+:      023337 le_send_device_name:
+0x59d3 023338 call store_contr 
+0x59d4 023339 fetch 1 ,mem_le_name_len 
+0x59d5 023340 add pdata ,1 ,rega 
+0x59d6 023341 call le_fifo_malloc_tx_l2cap_gatt 
+0x59d7 023342 setarg attop_read_response 
+0x59d8 023343 istore 1 ,contw 
+0x59d9 023344 fetch 1 ,mem_le_name_len 
+0x59da 023345 copy pdata ,loopcnt 
+0x59db 023346 arg mem_le_name ,contr 
+0x59dc 023347 branch memcpy 
+:      023350 le_send_att_read_response_check_auth:
+0x59dd 023351 fetch 2 ,mem_le_pairing_handle 
+0x59de 023352 isub temp ,null 
+0x59df 023353 nbranch le_send_att_read_response ,zero 
+0x59e0 023355 call le_check_encrypt_state 
+0x59e1 023356 nbranch le_send_att_read_response ,user 
+0x59e2 023357 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x59e3 023358 branch le_send_att_error_response 
+:      023361 le_parse_att_read_blob_request:
+0x59e4 023362 ifetch 2 ,contr 
+0x59e5 023363 store 2 ,mem_le_att_offset 
+:      023364 le_send_att_read_blob_response:
+0x59e6 023365 arg 20 ,rega 
+0x59e7 023366 call le_fifo_malloc_tx_l2cap_gatt 
+0x59e8 023367 setarg attop_read_blob_response 
+0x59e9 023368 istore 1 ,contw 
+0x59ea 023369 fetch 2 ,mem_le_att_offset 
+0x59eb 023370 iforce rega 
+0x59ec 023371 fetcht 2 ,mem_le_att_handle 
+0x59ed 023372 call le_att_get_handle_ptr 
+0x59ee 023373 branch le_send_att_error_response_notfound ,blank 
+0x59ef 023374 ifetch 1 ,contr 
+0x59f0 023375 isub rega ,loopcnt 
+0x59f1 023376 nbranch le_send_att_error_response_notfound ,positive 
+0x59f2 023377 sub loopcnt ,22 ,null 
+0x59f3 023378 branch le_send_att_read_blob_response_less ,positive 
+0x59f4 023379 force 22 ,loopcnt 
+:      023380 le_send_att_read_blob_response_less:
+0x59f5 023381 deposit rega 
+0x59f6 023382 iadd contr ,contr 
+0x59f7 023383 call memcpy_fast 
+0x59f8 023384 call store_contw 
+0x59f9 023385 branch le_send_auto_len_by_mem 
+:      023388 le_parse_att_read_by_group_type_request:
+0x59fa 023389 call le_get_search_handle_start_end_common 
+0x59fb 023390 call le_get_search_att_type 
+0x59fc 023391 branch le_send_att_read_by_group_type_response 
+:      023396 le_send_att_read_by_group_type_response:
+0x59fd 023397 arg 2 ,timeup 
+0x59fe 023398 fetcht 2 ,mem_le_search_handle_start 
+0x59ff 023402 storet 2 ,mem_temp 
+0x5a00 023403 call le_init_attlist_search 
+0x5a01 023404 call le_att_get_handle_ptr2 
+0x5a02 023405 increase -2 ,contr 
+0x5a03 023406 copy contr ,pdata 
+0x5a04 023407 store 2 ,mem_le_cur_attlist_start_ptr 
+:      023408 le_send_att_read_by_group_type_response_loop:
+0x5a05 023409 call le_att_check_handle_end 
+0x5a06 023410 nbranch le_send_att_read_by_group_type_end0 ,positive 
+0x5a07 023411 fetcht 2 ,mem_temp 
+0x5a08 023412 call le_att_get_handle_info_from_ptr 
+0x5a09 023413 beq 1 ,le_send_att_read_by_group_type_end1 
+0x5a0a 023415 call le_att_same_type 
+0x5a0b 023416 nbranch le_send_att_read_by_group_type_next_handle ,zero 
+0x5a0c 023417 copy timeup ,pdata 
+0x5a0d 023418 beq 0 ,le_send_att_read_by_group_type_end1 
+0x5a0e 023419 nbranch le_send_att_read_by_group_type_store_write_record ,user 
+0x5a0f 023420 disable user 
+0x5a10 023422 arg 20 ,rega 
+0x5a11 023423 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a12 023424 setarg attop_read_by_group_type_response 
+0x5a13 023425 istore 1 ,contw 
+0x5a14 023426 fetch 1 ,mem_le_curr_att_len 
+0x5a15 023427 increase 4 ,pdata 
+0x5a16 023428 istore 1 ,contw 
+0x5a17 023429 call store_contw 
+0x5a18 023430 branch le_send_att_read_by_group_type_store_record 
+:      023431 le_send_att_read_by_group_type_store_write_record:
+0x5a19 023432 fetch 1 ,mem_le_curr_att_len 
+0x5a1a 023433 beq 16 ,le_send_att_read_by_group_type_end1 
+0x5a1b 023434 fetch 2 ,mem_temp 
+0x5a1c 023435 increase -1 ,pdata 
+0x5a1d 023436 store 2 ,mem_le_cur_handle_end 
+0x5a1e 023437 call le_write_att_record 
+:      023438 le_send_att_read_by_group_type_store_record:
+0x5a1f 023439 fetch 2 ,mem_temp 
+0x5a20 023440 store 2 ,mem_le_cur_handle_start 
+0x5a21 023441 call le_store_att_record 
+0x5a22 023442 increase -1 ,timeup 
+:      023444 le_send_att_read_by_group_type_next_handle:
+0x5a23 023445 call le_att_next_handle 
+0x5a24 023446 branch le_send_att_read_by_group_type_response_loop 
+:      023448 le_send_att_read_by_group_type_end0:
+0x5a25 023449 fetch 2 ,mem_temp 
+0x5a26 023450 store 2 ,mem_le_cur_handle_end 
+0x5a27 023451 branch le_send_att_read_by_group_type_end_common 
+:      023452 le_send_att_read_by_group_type_end1:
+0x5a28 023453 fetch 2 ,mem_temp 
+0x5a29 023454 increase -1 ,pdata 
+0x5a2a 023455 store 2 ,mem_le_cur_handle_end 
+0x5a2b 023456 branch le_send_att_read_by_group_type_end_common 
+:      023457 le_send_att_read_by_group_type_end_common:
+0x5a2c 023458 branch le_send_att_error_response_notfound ,user 
+0x5a2d 023459 call le_write_att_record 
+0x5a2e 023460 branch le_send_auto_len_by_mem 
+:      023465 le_parse_att_write_request:
+0x5a2f 023466 copy contr ,rega 
+0x5a30 023467 fetch 2 ,mem_le_l2cap_size 
+0x5a31 023468 add pdata ,-3 ,regb 
+0x5a32 023469 call le_writeatt_cb 
+:      023470 le_send_att_write_response_check_auth:
+0x5a33 023471 fetch 1 ,mem_le_configuration 
+0x5a34 023472 bbit0 bit_ble_write_auth ,le_send_att_write_response 
+0x5a35 023474 fetcht 2 ,mem_le_att_handle 
+0x5a36 023475 fetch 2 ,mem_le_pairing_handle 
+0x5a37 023476 isub temp ,null 
+0x5a38 023477 nbranch le_send_att_write_response ,zero 
+0x5a39 023478 call le_check_encrypt_state 
+0x5a3a 023479 nbranch le_send_att_write_response ,user 
+0x5a3b 023480 jam att_err_insufficient_authentication ,mem_le_err_code 
+0x5a3c 023481 branch le_send_att_error_response 
+:      023483 le_send_att_write_response:
+0x5a3d 023484 force 1 ,rega 
+0x5a3e 023485 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a3f 023486 setarg attop_write_response 
+0x5a40 023487 istore 1 ,contw 
+0x5a41 023488 rtn 
+:      023490 le_check_encrypt_state:
+0x5a42 023491 call disable_user 
+0x5a43 023492 fetch 1 ,mem_le_pairing_mode 
+0x5a44 023493 rtneq le_pairing_mode_none 
+0x5a45 023494 fetch 1 ,mem_context 
+0x5a46 023495 rtnbit1 lestate_encryption 
+0x5a47 023496 branch enable_user 
+:      023499 le_parse_att_prepare_write_request:
+0x5a48 023500 add contr ,2 ,rega 
+0x5a49 023501 fetch 2 ,mem_le_l2cap_size 
+0x5a4a 023502 add pdata ,-5 ,regb 
+0x5a4b 023503 call le_writeatt_cb 
+0x5a4c 023504 branch le_send_att_prepare_write_response 
+:      023507 le_send_att_prepare_write_response:
+0x5a4d 023508 fetch 2 ,mem_le_l2cap_size 
+0x5a4e 023509 copy pdata ,rega 
+0x5a4f 023510 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a50 023511 setarg attop_prepare_write_response 
+0x5a51 023512 istore 1 ,contw 
+0x5a52 023513 fetch 2 ,mem_le_att_handle 
+0x5a53 023514 istore 2 ,contw 
+0x5a54 023515 fetch 2 ,mem_le_l2cap_size 
+0x5a55 023516 add pdata ,-5 ,loopcnt 
+0x5a56 023517 fetch 2 ,mem_le_payload_ptr 
+0x5a57 023518 add pdata ,7 ,contr 
+0x5a58 023519 ifetch 2 ,contr 
+0x5a59 023520 istore 2 ,contw 
+0x5a5a 023521 branch memcpy_fast 
+:      023525 le_parse_att_execute_write_request:
+:      023527 le_send_att_execute_write_response:
+0x5a5b 023528 force 1 ,rega 
+0x5a5c 023529 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a5d 023530 setarg attop_execute_write_response 
+0x5a5e 023531 istore 1 ,contw 
+0x5a5f 023532 rtn 
+:      023536 le_parse_att_write_command:
+0x5a60 023537 copy contr ,rega 
+0x5a61 023538 fetch 2 ,mem_le_l2cap_size 
+0x5a62 023539 add pdata ,-3 ,regb 
+0x5a63 023540 branch le_writeatt_cb 
+:      023545 le_att_malloc_tx_notify:
+0x5a64 023546 copy temp ,regc 
+0x5a65 023547 increase 3 ,rega 
+0x5a66 023548 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a67 023549 increase -3 ,rega 
+0x5a68 023550 setarg attop_handle_value_notification 
+0x5a69 023551 istore 1 ,contw 
+0x5a6a 023552 copy regc ,temp 
+0x5a6b 023553 istoret 2 ,contw 
+0x5a6c 023554 rtn 
+:      023557 le_att_malloc_tx_indication:
+0x5a6d 023558 copy temp ,regc 
+0x5a6e 023559 increase 3 ,rega 
+0x5a6f 023560 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a70 023561 increase -3 ,rega 
+0x5a71 023562 setarg attop_handle_value_indication 
+0x5a72 023563 istore 1 ,contw 
+0x5a73 023564 copy regc ,temp 
+0x5a74 023565 istoret 2 ,contw 
+0x5a75 023566 rtn 
+:      023571 le_send_att_error_response_notfound:
+0x5a76 023572 jam att_err_attribute_not_found ,mem_le_err_code 
+:      023573 le_send_att_error_response:
+0x5a77 023574 force 5 ,rega 
+0x5a78 023575 call le_fifo_malloc_tx_l2cap_gatt 
+0x5a79 023576 setarg attop_error_response 
+0x5a7a 023577 istore 1 ,contw 
+0x5a7b 023578 fetch 1 ,mem_le_att_opcode 
+0x5a7c 023579 istore 1 ,contw 
+0x5a7d 023580 fetch 2 ,mem_le_att_handle 
+0x5a7e 023581 istore 2 ,contw 
+0x5a7f 023582 fetch 1 ,mem_le_err_code 
+0x5a80 023583 istore 1 ,contw 
+0x5a81 023584 rtn 
+:      023587 le_fifo_malloc_tx_l2cap_gatt:
+0x5a82 023588 force le_l2cap_cid_att ,regb 
+0x5a83 023589 branch le_fifo_malloc_tx_l2cap 
+:      023592 le_att_next_handle:
+0x5a84 023593 fetcht 2 ,mem_temp 
+0x5a85 023594 increase 1 ,temp 
+0x5a86 023595 storet 2 ,mem_temp 
+0x5a87 023596 rtn 
+:      023598 le_att_check_handle_end:
+0x5a88 023599 fetcht 2 ,mem_temp 
+0x5a89 023600 fetch 2 ,mem_le_search_handle_end 
+0x5a8a 023601 isub temp ,null 
+0x5a8b 023602 rtn 
+:      023605 le_att_same_type:
+0x5a8c 023606 fetcht 1 ,mem_le_search_att_type_length 
+0x5a8d 023607 arg mem_le_search_att_type ,rega 
+:      023608 le_att_check_same_common:
+0x5a8e 023609 fetch 1 ,mem_le_cur_uuid_length 
+0x5a8f 023610 copy pdata ,loopcnt 
+0x5a90 023611 isub temp ,null 
+0x5a91 023612 nrtn zero 
+0x5a92 023613 arg mem_le_cur_uuid ,regb 
+0x5a93 023614 branch string_compare 
+:      023616 le_att_same_uuid:
+0x5a94 023617 fetcht 1 ,mem_le_search_uuid_length 
+0x5a95 023618 arg mem_le_search_uuid ,rega 
+0x5a96 023619 branch le_att_check_same_common 
+:      023622 le_store_att_record:
+0x5a97 023623 fetch 1 ,mem_le_curr_att_len 
+0x5a98 023624 store 1 ,mem_tmp_buffer 
+0x5a99 023625 copy pdata ,loopcnt 
+0x5a9a 023626 call get_contr 
+0x5a9b 023627 branch memcpy_fast 
+:      023630 le_write_att_record:
+0x5a9c 023631 call get_contw 
+0x5a9d 023632 fetch 2 ,mem_le_cur_handle_start 
+0x5a9e 023633 istore 2 ,contw 
+0x5a9f 023634 fetch 2 ,mem_le_cur_handle_end 
+0x5aa0 023635 istore 2 ,contw 
+:      023636 le_write_att_record_common:
+0x5aa1 023637 fetch 1 ,mem_tmp_buffer 
+0x5aa2 023638 copy pdata ,loopcnt 
+0x5aa3 023639 call memcpy_fast 
+0x5aa4 023640 branch store_contw 
+:      023644 le_send_auto_len_by_mem:
+0x5aa5 023645 call get_contw 
+0x5aa6 023646 call le_fifo_get_last_att_ptr 
+0x5aa7 023647 copy contw ,pdata 
+0x5aa8 023648 isub contr ,rega 
+0x5aa9 023649 call le_fifo_get_last_l2cap_ptr 
+0x5aaa 023650 copy rega ,pdata 
+0x5aab 023651 istore 2 ,contr 
+0x5aac 023652 increase 4 ,rega 
+0x5aad 023653 call le_fifo_get_last_tx_ptr 
+0x5aae 023654 copy rega ,pdata 
+0x5aaf 023655 istore 1 ,contr 
+0x5ab0 023656 rtn 
+:      023659 le_get_search_handle_start_end_common:
+0x5ab1 023660 rshift8 pdata ,pdata 
+0x5ab2 023661 store 2 ,mem_le_search_handle_start 
+0x5ab3 023662 ifetch 2 ,contr 
+0x5ab4 023663 store 2 ,mem_le_search_handle_end 
+0x5ab5 023664 rtn 
+:      023669 le_parse_signaling:
+0x5ab6 023670 ifetch 1 ,contr 
+0x5ab7 023671 ifetcht 1 ,contr 
+0x5ab8 023672 ifetcht 2 ,contr 
+0x5ab9 023673 beq l2cap_connection_parameter_update_response ,le_l2cap_parse_conn_parameter_update_rsp 
+0x5aba 023674 rtn 
+:      023675 le_l2cap_parse_conn_parameter_update_rsp:
+0x5abb 023676 ifetch 2 ,contr 
+0x5abc 023677 store 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
+0x5abd 023678 jam bt_evt_le_parse_conn_papa_update_rsp ,mem_fifo_temp 
+0x5abe 023679 branch ui_ipc_send_event 
+:      023685 le_l2cap_tx_update_req:
+0x5abf 023686 arg 0x0c ,rega 
+0x5ac0 023687 arg l2cap_connection_parameter_update_request ,regc 
+0x5ac1 023688 call le_fifo_malloc_tx_l2cap_signaling 
+0x5ac2 023689 setarg 0x08 
+0x5ac3 023690 istore 2 ,contw 
+0x5ac4 023691 fetch 8 ,mem_le_interval_min 
+0x5ac5 023692 istore 8 ,contw 
+0x5ac6 023693 rtn 
+:      023697 le_fifo_malloc_tx_l2cap_signaling:
+0x5ac7 023698 call le_l2cap_update_signaling_identifier 
+0x5ac8 023699 arg le_l2cap_cid_signal ,regb 
+0x5ac9 023700 call le_fifo_malloc_tx_l2cap 
+0x5aca 023701 copy regc ,pdata 
+0x5acb 023702 istore 1 ,contw 
+0x5acc 023703 fetch 1 ,mem_le_signaling_identifier 
+0x5acd 023704 istore 1 ,contw 
+0x5ace 023705 rtn 
+:      023708 le_l2cap_update_signaling_identifier:
+0x5acf 023709 fetch 1 ,mem_le_signaling_identifier 
+0x5ad0 023711 pincrease 1 
+0x5ad1 023712 store 1 ,mem_le_signaling_identifier 
+0x5ad2 023713 rtnne 0 
+:      023715 le_l2cap_reset_signaling_identifier:
+0x5ad3 023716 jam 1 ,mem_le_signaling_identifier 
+0x5ad4 023717 rtn 
+:      023722 le_pairing_mode_init:
+0x5ad5 023723 fetch 1 ,mem_le_pairing_mode 
+0x5ad6 023724 beq le_pairing_mode_none ,le_set_no_pairing 
+0x5ad7 023725 beq le_pairing_mode_lagacy_justwork ,le_set_pairing_mode_lagacy_just_work 
+0x5ad8 023726 beq le_pairing_mode_lagacy_passkey ,le_set_pairing_mode_lagacy_passkey 
+0x5ad9 023727 beq le_pairing_mode_secure_connect_justwork ,le_set_pairing_mode_secure_justwork 
+0x5ada 023728 beq le_pairing_mode_secure_connect_numeric ,le_set_pairing_mode_secure_numeric 
+0x5adb 023729 beq le_pairing_mode_secure_connect_passkey ,le_set_pairing_mode_secure_passkey 
+0x5adc 023730 rtn 
+:      023732 le_set_pairing_mode_secure_justwork:
+0x5add 023733 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ade 023734 branch le_set_noinputnooutput 
+:      023735 le_set_pairing_mode_secure_numeric:
+0x5adf 023736 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ae0 023737 jam flag_iocap_displayyesno ,mem_le_pres_iocap 
+0x5ae1 023738 rtn 
+:      023739 le_set_pairing_mode_secure_passkey:
+0x5ae2 023740 jam flag_le_bonding_mitm_secure ,mem_le_pres_auth 
+0x5ae3 023741 branch le_set_displayonly 
+:      023742 le_set_no_pairing:
+0x5ae4 023743 jam flag_le_no_bonding_no_mitm ,mem_le_pres_auth 
+:      023744 le_set_noinputnooutput:
+0x5ae5 023745 jam flag_iocap_noinputnooutput ,mem_le_pres_iocap 
+0x5ae6 023746 rtn 
+:      023747 le_set_pairing_mode_lagacy_just_work:
+0x5ae7 023748 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+0x5ae8 023749 branch le_set_noinputnooutput 
+:      023750 le_set_pairing_mode_lagacy_passkey:
+0x5ae9 023751 jam flag_le_bonding_mitm ,mem_le_pres_auth 
+:      023752 le_set_displayonly:
+0x5aea 023753 jam flag_iocap_displayonly ,mem_le_pres_iocap 
+0x5aeb 023754 rtn 
+:      023757 le_secure_connection_enable:
+0x5aec 023758 fetch 1 ,mem_le_pres_auth 
+0x5aed 023759 set1 le_auth_secure_connection_pairing_bit ,pdata 
+0x5aee 023760 store 1 ,mem_le_pres_auth 
+0x5aef 023761 rtn 
+:      023762 le_secure_connection_disable:
+0x5af0 023763 fetch 1 ,mem_le_pres_auth 
+0x5af1 023764 set0 le_auth_secure_connection_pairing_bit ,pdata 
+0x5af2 023765 store 1 ,mem_le_pres_auth 
+0x5af3 023766 rtn 
+:      023768 le_parse_smp:
+0x5af4 023769 ifetch 1 ,contr 
+0x5af5 023770 beq smp_pairing_request ,le_parse_smp_pairing_request 
+0x5af6 023772 beq smp_pairing_confirm ,le_parse_smp_pairing_confirm 
+0x5af7 023773 beq smp_pairing_random ,le_parse_smp_pairing_random 
+0x5af8 023774 beq smp_pairing_failed ,le_parse_smp_pairing_failed 
+0x5af9 023775 beq smp_encryption_information ,le_parse_smp_encryption_information 
+0x5afa 023776 beq smp_master_identification ,le_parse_smp_master_identification 
+0x5afb 023777 beq smp_identity_information ,le_parse_smp_identity_information 
+0x5afc 023778 beq smp_identity_address_information ,le_parse_smp_identity_address_information 
+0x5afd 023779 beq smp_signing_information ,le_parse_smp_signing_information 
+0x5afe 023780 beq smp_security_request ,le_parse_smp_security_request 
+0x5aff 023781 beq smp_pairing_public_key ,le_parse_smp_public_key 
+0x5b00 023782 beq smp_pairing_dhkey_check ,le_parse_smp_dhkey_check 
+0x5b01 023783 rtn 
+:      023787 le_send_smp_security_request:
+0x5b02 023788 force 2 ,rega 
+0x5b03 023789 call le_fifo_malloc_tx_l2cap_smp 
+0x5b04 023790 setarg smp_security_request 
+0x5b05 023791 istore 1 ,contw 
+0x5b06 023792 fetch 1 ,mem_le_pres_auth 
+0x5b07 023793 istore 1 ,contw 
+0x5b08 023794 rtn 
+:      023796 le_parse_smp_pairing_request:
+0x5b09 023797 store 1 ,mem_le_preq 
+0x5b0a 023798 ifetch 6 ,contr 
+0x5b0b 023799 istore 6 ,contw 
+0x5b0c 023800 fetch 1 ,mem_le_pairing_mode 
+0x5b0d 023801 beq le_pairing_mode_none ,le_smp_pairing_fail_reason_not_support_pairing 
+0x5b0e 023802 call le_send_smp_pairing_response 
+0x5b0f 023803 call le_check_master_support_secure_connect 
+0x5b10 023804 jam flag_le_pairing_rcv_pairing_req ,mem_le_pairing_state 
+0x5b11 023805 fetch 1 ,mem_le_preq_iocap 
+0x5b12 023806 beq flag_iocap_displayonly ,le_set_tk_0 
+0x5b13 023807 beq flag_iocap_displayyesno ,le_set_tk_0 
+0x5b14 023808 beq flag_iocap_noinputnooutput ,le_set_tk_0 
+0x5b15 023809 fetch 1 ,mem_le_pairing_mode 
+0x5b16 023810 beq le_pairing_mode_lagacy_passkey ,le_parse_smp_pairing_req_passkey 
+0x5b17 023811 rtneq le_pairing_mode_secure_connect_passkey 
+:      023812 le_set_tk_0:
+0x5b18 023813 arg 0 ,pdata 
+0x5b19 023814 store 4 ,mem_le_tk 
+0x5b1a 023815 rtn 
+:      023817 le_parse_smp_pairing_req_passkey:
+0x5b1b 023818 fetch 1 ,mem_le_configuration 
+0x5b1c 023819 bbit1 bit_ble_passkey_fixed_key ,le_parse_smp_pairing_req_fixed_passkey 
+:      023820 le_genernate_tk:
+0x5b1d 023821 arg mem_le_tk ,rega 
+0x5b1e 023822 copy rega ,contw 
+0x5b1f 023823 arg 3 ,loopcnt 
+0x5b20 023824 call generate_random_loop 
+0x5b21 023825 fetch 2 ,mem_le_tk + 2 
+0x5b22 023826 and_into 0x7 ,pdata 
+0x5b23 023827 store 2 ,mem_le_tk + 2 
+:      023828 le_parse_smp_pairing_req_fixed_passkey:
+0x5b24 023829 jam bt_evt_le_tk_generate ,mem_fifo_temp 
+0x5b25 023830 branch ui_ipc_send_event 
+:      023832 le_check_master_support_secure_connect:
+0x5b26 023833 fetch 1 ,mem_le_preq_auth 
+0x5b27 023834 rtnbit1 le_auth_secure_connection_pairing_bit 
+0x5b28 023835 fetch 1 ,mem_le_pairing_mode 
+0x5b29 023836 rtnbit0 le_pairing_mode_secure_connect_bit 
+0x5b2a 023837 branch app_ble_disconnect 
+:      023839 le_send_smp_pairing_response:
+0x5b2b 023840 force 7 ,rega 
+0x5b2c 023841 call le_fifo_malloc_tx_l2cap_smp 
+0x5b2d 023842 fetch 7 ,mem_le_pres 
+0x5b2e 023843 istore 7 ,contw 
+0x5b2f 023844 rtn 
+:      023847 le_parse_smp_pairing_confirm:
+0x5b30 023848 copy contr ,rega 
+0x5b31 023849 fetch 1 ,mem_le_pairing_mode 
+0x5b32 023850 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_confirm_secure_passkey 
+0x5b33 023851 copy rega ,contr 
+0x5b34 023852 arg mem_le_rconfirm ,contw 
+0x5b35 023853 call memcpy16 
+0x5b36 023854 branch le_send_smp_pairing_confirm 
+:      023855 le_parse_smp_pairing_confirm_secure_passkey:
+0x5b37 023856 copy rega ,contr 
+0x5b38 023857 arg mem_le_rconfirm ,contw 
+0x5b39 023858 call memcpy16 
+0x5b3a 023859 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5b3b 023860 jam le_sc_stat_passkey_wait_confirm ,mem_le_secure_connect_state 
+0x5b3c 023861 rtn 
+:      023864 le_send_smp_pairing_confirm:
+0x5b3d 023865 fetch 1 ,mem_le_pairing_mode 
+0x5b3e 023866 bbit1 le_pairing_mode_secure_connect_bit ,le_send_smp_pairing_confirm_sc 
+0x5b3f 023867 call generate_confirm 
+0x5b40 023868 force 17 ,rega 
+0x5b41 023869 call le_fifo_malloc_tx_l2cap_smp 
+0x5b42 023870 setarg smp_pairing_confirm 
+0x5b43 023871 istore 1 ,contw 
+0x5b44 023872 branch store_aes_result 
+:      023875 le_send_smp_pairing_confirm_sc:
+0x5b45 023876 arg mem_le_srand ,contw 
+0x5b46 023877 call generate_random 
+0x5b47 023878 call function_f4_cb 
+0x5b48 023879 force 17 ,rega 
+0x5b49 023880 call le_fifo_malloc_tx_l2cap_smp 
+0x5b4a 023881 setarg smp_pairing_confirm 
+0x5b4b 023882 istore 1 ,contw 
+0x5b4c 023883 branch load_inverse_result 
+:      023887 le_parse_smp_pairing_random:
+0x5b4d 023888 copy contr ,rega 
+0x5b4e 023889 fetch 1 ,mem_le_pairing_mode 
+0x5b4f 023890 bbit1 le_pairing_mode_secure_connect_bit ,le_parse_smp_pairing_random_sc 
+0x5b50 023891 copy rega ,contr 
+0x5b51 023892 call authenticate_rconfirm 
+0x5b52 023893 branch le_parse_smp_pairing_random_success ,zero 
+:      023894 le_send_pairing_confirm_value_failed:
+0x5b53 023895 jam pairing_failed_confirm_value_failed ,mem_le_ll_pairing_fail_reason 
+:      023896 le_send_pairing_failed:
+0x5b54 023897 force 2 ,rega 
+0x5b55 023898 call le_fifo_malloc_tx_l2cap_smp 
+0x5b56 023899 setarg smp_pairing_failed 
+0x5b57 023900 istore 1 ,contw 
+0x5b58 023901 fetch 1 ,mem_le_ll_pairing_fail_reason 
+0x5b59 023902 istore 1 ,contw 
+:      023903 le_parse_smp_pairing_failed:
+0x5b5a 023904 force smp_pairing_timer ,queue 
+0x5b5b 023905 call timer_stop 
+0x5b5c 023906 jam flag_le_pairing_null ,mem_le_pairing_state 
+0x5b5d 023907 jam bt_evt_le_pairing_fail ,mem_fifo_temp 
+0x5b5e 023908 branch ui_ipc_send_event 
+:      023910 le_smp_pairing_fail_reason_not_support_pairing:
+0x5b5f 023911 jam pairing_failed_pairing_not_supported ,mem_le_ll_pairing_fail_reason 
+0x5b60 023912 branch le_send_pairing_failed 
+:      023915 le_parse_smp_pairing_random_sc:
+0x5b61 023916 arg mem_le_mrand ,contw 
+0x5b62 023917 copy rega ,contr 
+0x5b63 023918 call memcpy16 
+0x5b64 023919 fetch 1 ,mem_le_pairing_mode 
+0x5b65 023920 beq le_pairing_mode_secure_connect_passkey ,le_parse_smp_pairing_random_sc_passkey 
+0x5b66 023921 call function_g2 
+0x5b67 023924 call le_send_smp_pairing_random 
+0x5b68 023925 fetch 1 ,mem_le_pairing_mode 
+0x5b69 023926 rtnne le_pairing_mode_secure_connect_numeric 
+0x5b6a 023927 jam bt_evt_le_gkey_generate ,mem_fifo_temp 
+0x5b6b 023928 branch ui_ipc_send_event 
+:      023930 le_parse_smp_pairing_random_sc_passkey:
+0x5b6c 023931 call function_f4_ca 
+0x5b6d 023932 arg mem_aes_cmac_temp ,contw 
+0x5b6e 023933 call load_inverse_result 
+0x5b6f 023934 arg mem_aes_cmac_temp ,rega 
+0x5b70 023935 arg mem_le_rconfirm ,regb 
+0x5b71 023936 arg 16 ,loopcnt 
+0x5b72 023937 call string_compare 
+0x5b73 023938 nbranch le_send_pairing_confirm_value_failed ,zero 
+0x5b74 023939 branch le_send_smp_pairing_random 
+:      023941 le_parse_smp_pairing_random_success:
+0x5b75 023942 call generate_stk 
+0x5b76 023943 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x5b77 023944 call ui_ipc_send_event 
+0x5b78 023945 jam 1 ,mem_ltk_exists 
+0x5b79 023946 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+:      023948 le_send_smp_pairing_random:
+0x5b7a 023949 force 17 ,rega 
+0x5b7b 023950 call le_fifo_malloc_tx_l2cap_smp 
+0x5b7c 023951 setarg smp_pairing_random 
+0x5b7d 023952 istore 1 ,contw 
+0x5b7e 023953 arg mem_le_srand ,contr 
+0x5b7f 023954 branch memcpy16 
+:      023956 le_parse_smp_encryption_information:
+0x5b80 023957 arg mem_le_peer_ltk ,contw 
+0x5b81 023958 branch memcpy16 
+:      023960 le_send_smp_encryption_information:
+0x5b82 023961 force 17 ,rega 
+0x5b83 023962 call le_fifo_malloc_tx_l2cap_smp 
+0x5b84 023963 setarg smp_encryption_information 
+0x5b85 023964 istore 1 ,contw 
+0x5b86 023965 fetch 1 ,mem_le_configuration 
+0x5b87 023966 bbit1 bit_ble_pairing_fixed_ltk ,le_send_fixed_ltk 
+0x5b88 023967 arg mem_le_ltk ,contr 
+0x5b89 023968 branch memcpy16 
+:      023970 le_send_fixed_ltk:
+0x5b8a 023971 arg mem_le_fixed_ltk ,contr 
+0x5b8b 023972 branch memcpy16 
+:      023975 le_send_smp_master_identification:
+0x5b8c 023976 arg mem_le_ediv ,contw 
+0x5b8d 023977 force 10 ,loopcnt 
+0x5b8e 023978 call generate_random_loop 
+0x5b8f 023979 force 11 ,rega 
+0x5b90 023980 call le_fifo_malloc_tx_l2cap_smp 
+0x5b91 023981 setarg smp_master_identification 
+0x5b92 023982 istore 1 ,contw 
+0x5b93 023983 fetch 2 ,mem_le_ediv 
+0x5b94 023984 istore 2 ,contw 
+0x5b95 023985 fetch 8 ,mem_le_rand 
+0x5b96 023986 istore 8 ,contw 
+0x5b97 023987 rtn 
+:      023989 le_send_smp_identity_information:
+0x5b98 023990 force 17 ,rega 
+0x5b99 023991 call le_fifo_malloc_tx_l2cap_smp 
+0x5b9a 023992 setarg smp_identity_information 
+0x5b9b 023993 istore 1 ,contw 
+0x5b9c 023994 setarg 0 
+0x5b9d 023995 istore 8 ,contw 
+0x5b9e 023996 istore 8 ,contw 
+0x5b9f 023997 rtn 
+:      024000 le_send_smp_identity_address_information:
+0x5ba0 024001 force 8 ,rega 
+0x5ba1 024002 call le_fifo_malloc_tx_l2cap_smp 
+0x5ba2 024003 setarg smp_identity_address_information 
+0x5ba3 024004 istore 1 ,contw 
+0x5ba4 024005 fetch 1 ,mem_le_conn_own_addr_type 
+0x5ba5 024006 istore 1 ,contw 
+0x5ba6 024007 fetch 6 ,mem_le_lap 
+0x5ba7 024008 istore 6 ,contw 
+0x5ba8 024009 rtn 
+:      024012 le_send_pairing_fail_unspecified_reason:
+0x5ba9 024013 jam pairing_failed_unspecified_reason ,mem_le_ll_pairing_fail_reason 
+0x5baa 024014 branch le_send_pairing_failed 
+:      024016 le_check_init_key_distribution:
+0x5bab 024017 fetch 1 ,mem_le_pres_init_key_distribution 
+0x5bac 024018 fetcht 1 ,mem_le_pres_init_key_distribution 
+0x5bad 024019 iand temp ,pdata 
+0x5bae 024020 rtn 
+:      024022 le_parse_smp_identity_information:
+0x5baf 024023 arg mem_le_irk ,contw 
+0x5bb0 024024 call memcpy16 
+0x5bb1 024025 call le_check_init_key_distribution 
+0x5bb2 024026 isolate0 le_initator_irk_bit ,pdata 
+0x5bb3 024027 branch le_send_pairing_fail_unspecified_reason ,true 
+0x5bb4 024028 fetch 1 ,mem_device_option 
+0x5bb5 024029 rtnne dvc_op_module 
+0x5bb6 024030 call le_check_master_addr_type 
+0x5bb7 024031 nrtn user 
+0x5bb8 024032 branch app_ble_store_reconn_info 
+:      024035 le_check_master_addr_type:
+0x5bb9 024036 call disable_user 
+0x5bba 024037 fetch 1 ,mem_le_conn_peer_addr_type 
+0x5bbb 024038 rtneq master_public_addr 
+0x5bbc 024039 fetch 1 ,mem_le_plap + 5 
+0x5bbd 024040 compare 0xc0 ,pdata ,0xc0 
+0x5bbe 024041 rtn true 
+0x5bbf 024042 branch enable_user 
+:      024044 le_parse_smp_identity_address_information:
+0x5bc0 024045 call le_check_init_key_distribution 
+0x5bc1 024046 isolate0 le_initator_irk_bit ,pdata 
+0x5bc2 024047 branch le_send_pairing_fail_unspecified_reason ,true 
+0x5bc3 024048 rtn 
+:      024050 le_parse_smp_master_identification:
+:      024051 le_parse_smp_signing_information:
+:      024052 le_parse_smp_security_request:
+0x5bc4 024053 rtn 
+:      024055 le_parse_smp_public_key:
+0x5bc5 024056 arg mem_le_pubkey_remote_x_256 ,contw 
+0x5bc6 024057 call memcpy64 
+0x5bc7 024058 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5bc8 024059 jam le_sc_stat_receive_public_key ,mem_le_secure_connect_state 
+0x5bc9 024060 rtn 
+:      024062 le_parse_smp_dhkey_check:
+0x5bca 024063 arg mem_sp_confirm_remote ,contw 
+0x5bcb 024064 call memcpy16 
+0x5bcc 024065 jam le_sc_stat_receive_dhkey ,mem_le_secure_connect_state 
+0x5bcd 024066 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5bce 024067 rtn 
+:      024069 le_send_smp_pairing_public_key:
+0x5bcf 024070 force 65 ,rega 
+0x5bd0 024071 call le_fifo_malloc_tx_l2cap_smp 
+0x5bd1 024072 setarg smp_pairing_public_key 
+0x5bd2 024073 istore 1 ,contw 
+0x5bd3 024074 arg mem_le_pubkey_local_x_256 ,contr 
+0x5bd4 024075 branch memcpy64 
+:      024077 le_send_smp_pairing_dhkey_check:
+0x5bd5 024078 call function_f6_eb 
+0x5bd6 024079 force 17 ,rega 
+0x5bd7 024080 call le_fifo_malloc_tx_l2cap_smp 
+0x5bd8 024081 setarg smp_pairing_dhkey_check 
+0x5bd9 024082 istore 1 ,contw 
+0x5bda 024083 branch load_inverse_result 
+:      024086 le_check_paring_time:
+0x5bdb 024087 fetch 1 ,mem_le_pairing_state 
+0x5bdc 024088 rtneq flag_le_pairing_end 
+0x5bdd 024089 arg flag_le_pairing_rcv_pairing_req ,temp 
+0x5bde 024090 isub temp ,null 
+0x5bdf 024091 nrtn positive 
+0x5be0 024092 arg smp_pairing_timer ,queue 
+0x5be1 024093 call timer_check 
+0x5be2 024094 nrtn blank 
+0x5be3 024095 branch le_send_pairing_fail_unspecified_reason 
+:      024097 le_pairing_sm:
+0x5be4 024098 bpatchx patch2f_0 ,mem_patch2f 
+0x5be5 024099 fetch 1 ,mem_le_pairing_state 
+0x5be6 024100 beq flag_le_pairing_null ,le_pairing_sm_null 
+0x5be7 024101 beq flag_le_pairing_start ,le_pairing_sm_start 
+0x5be8 024102 beq flag_le_pairing_send_recurity_req ,le_pairing_sm_send_sec_req 
+0x5be9 024103 beq flag_le_pairing_rcv_pairing_req ,le_pairing_sm_rcv_pairing_req 
+0x5bea 024104 beq flag_le_pairing_after_auth ,le_pairing_sm_after_auth 
+0x5beb 024105 beq flag_le_paring_send_enc_information ,le_pairng_sm_send_enc_information 
+0x5bec 024106 beq flag_le_paring_send_master_identification ,le_pairng_sm_send_master_indentification 
+0x5bed 024107 beq flag_le_paring_send_indentity_information ,le_pairng_sm_send_indentity_information 
+0x5bee 024108 rtn 
+:      024110 le_pairing_sm_null:
+:      024111 le_pairing_sm_send_sec_req:
+0x5bef 024112 fetch 1 ,mem_le_enc_state 
+0x5bf0 024113 rtnne flag_le_send_start_enc_rsp 
+0x5bf1 024114 jam flag_le_enc_end ,mem_le_enc_state 
+0x5bf2 024115 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x5bf3 024116 jam bt_evt_le_reconnect_complete ,mem_fifo_temp 
+0x5bf4 024117 branch ui_ipc_send_event 
+:      024120 le_pairing_sm_start:
+0x5bf5 024121 jam flag_le_pairing_send_recurity_req ,mem_le_pairing_state 
+0x5bf6 024122 branch le_send_smp_security_request 
+:      024124 le_pairing_sm_rcv_pairing_req:
+0x5bf7 024125 jam flag_le_pairing_auth ,mem_le_pairing_state 
+0x5bf8 024126 setarg timer_smp_pairing_timeout 
+0x5bf9 024127 arg smp_pairing_timer ,queue 
+0x5bfa 024128 branch timer_init 
+:      024130 le_pairing_sm_after_auth:
+0x5bfb 024131 fetch 1 ,mem_le_enc_state 
+0x5bfc 024132 beq flag_le_send_start_enc_rsp ,le_pairing_sm_after_auth_start_enc 
+0x5bfd 024133 rtn 
+:      024135 le_pairing_sm_after_auth_start_enc:
+0x5bfe 024136 jam flag_le_paring_send_enc_information ,mem_le_pairing_state 
+0x5bff 024137 jam bt_evt_le_enc_info ,mem_fifo_temp 
+0x5c00 024138 call ui_ipc_send_event 
+0x5c01 024139 call le_send_smp_encryption_information 
+0x5c02 024140 fetch 1 ,mem_device_option 
+0x5c03 024141 rtnne dvc_op_module 
+0x5c04 024142 call le_check_master_addr_type 
+0x5c05 024143 rtn user 
+0x5c06 024144 branch app_ble_store_reconn_info 
+:      024147 le_pairng_sm_send_enc_information:
+0x5c07 024148 jam flag_le_paring_send_master_identification ,mem_le_pairing_state 
+0x5c08 024149 branch le_send_smp_master_identification 
+:      024151 le_pairng_sm_send_master_indentification:
+0x5c09 024152 fetch 1 ,mem_le_preq_resp_key_distribution 
+0x5c0a 024153 fetcht 1 ,mem_le_pres_resp_key_distribution 
+0x5c0b 024154 iand temp ,pdata 
+0x5c0c 024155 isolate0 le_initator_irk_bit ,pdata 
+0x5c0d 024156 branch le_parse_start_enc_rsp_after_auth_end ,true 
+0x5c0e 024157 jam flag_le_paring_send_indentity_information ,mem_le_pairing_state 
+0x5c0f 024158 branch le_send_smp_identity_information 
+:      024160 le_pairng_sm_send_indentity_information:
+0x5c10 024161 call le_send_smp_identity_address_information 
+0x5c11 024162 branch le_parse_start_enc_rsp_after_auth_end 
+:      024165 le_parse_start_enc_rsp_after_auth_end:
+0x5c12 024166 force smp_pairing_timer ,queue 
+0x5c13 024167 call timer_stop 
+0x5c14 024168 jam flag_le_enc_end ,mem_le_enc_state 
+0x5c15 024169 jam flag_le_pairing_end ,mem_le_pairing_state 
+0x5c16 024170 jam bt_evt_le_pairing_complete ,mem_fifo_temp 
+0x5c17 024171 branch ui_ipc_send_event 
+:      024175 le_secure_connect_sm:
+0x5c18 024176 bpatchx patch2f_1 ,mem_patch2f 
+0x5c19 024177 fetch 1 ,mem_le_pairing_mode 
+0x5c1a 024178 rtnbit0 le_pairing_mode_secure_connect_bit 
+0x5c1b 024179 fetch 1 ,mem_le_secure_connect_flag 
+0x5c1c 024180 rtnne le_sp_flag_commit_256 
+0x5c1d 024181 jam sp_flag_standby ,mem_le_secure_connect_flag 
+0x5c1e 024182 fetch 1 ,mem_le_secure_connect_state 
+0x5c1f 024183 beq le_sc_stat_receive_public_key ,le_sc_sm_receive_public_key 
+0x5c20 024184 beq le_sc_stat_wait_send_public_key ,le_sc_sm_wait_send_public_key 
+0x5c21 024185 beq le_sc_stat_send_public_key ,le_sc_sm_send_public_key 
+0x5c22 024186 beq le_sc_stat_receive_dhkey ,le_sc_sm_receive_dhkey 
+0x5c23 024187 beq le_sc_stat_wait_confirm_gkey ,le_sc_sm_wait_confirm_gkey 
+0x5c24 024188 beq le_sc_stat_passkey_wait_confirm ,le_sc_sm_passkey_wait_confirm 
+0x5c25 024189 rtn 
+:      024192 le_sc_sm_passkey_wait_confirm:
+0x5c26 024193 fetch 1 ,mem_authentication_passkey_times 
+0x5c27 024194 copy pdata ,queue 
+0x5c28 024195 increase 1 ,pdata 
+0x5c29 024196 store 1 ,mem_authentication_passkey_times 
+0x5c2a 024197 fetch 4 ,mem_le_tk 
+0x5c2b 024198 qisolate1 pdata 
+0x5c2c 024199 setarg 0x80 
+0x5c2d 024200 setflag true ,0 ,pdata 
+0x5c2e 024201 store 1 ,mem_passkey_1bit 
+0x5c2f 024202 branch le_sc_sm_ready_send_pairing_confirm 
+:      024204 le_sc_sm_wait_confirm_gkey:
+0x5c30 024205 fetch 1 ,mem_le_sc_confirm_gkey_flag 
+0x5c31 024206 jam flag_le_sc_confrim_null ,mem_le_sc_confirm_gkey_flag 
+0x5c32 024207 beq flag_le_sc_confrim_gkey_ok ,le_sc_confirm_gkey_ok 
+0x5c33 024208 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c34 024209 rtn 
+:      024211 le_sc_confirm_gkey_ok:
+0x5c35 024212 jam bt_evt_le_pairing_success ,mem_fifo_temp 
+0x5c36 024213 call ui_ipc_send_event 
+0x5c37 024214 jam flag_le_pairing_after_auth ,mem_le_pairing_state 
+0x5c38 024215 branch le_send_smp_pairing_dhkey_check 
+:      024217 le_sc_sm_receive_dhkey:
+0x5c39 024218 fetch 1 ,mem_sp_dhkey_invalid 
+0x5c3a 024219 beq sp_key_valid_256 ,le_dhkey_ready 
+0x5c3b 024220 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c3c 024221 rtn 
+:      024223 le_dhkey_ready:
+0x5c3d 024224 call function_f5 
+0x5c3e 024228 fetch 1 ,mem_le_pairing_mode 
+0x5c3f 024229 beq le_pairing_mode_secure_connect_passkey ,le_dhkey_ready_common 
+0x5c40 024230 call le_set_tk_0 
+:      024231 le_dhkey_ready_common:
+0x5c41 024232 call function_f6_ea 
+0x5c42 024233 arg mem_aes_cmac_temp ,rega 
+0x5c43 024234 arg mem_sp_confirm_remote ,regb 
+0x5c44 024235 arg 16 ,loopcnt 
+0x5c45 024236 call string_compare 
+0x5c46 024237 branch le_dhkey_check_ok ,zero 
+:      024238 le_dhkey_check_fail:
+0x5c47 024239 jam pairing_failed_dhkey_check_failed ,mem_le_ll_pairing_fail_reason 
+0x5c48 024240 branch le_send_pairing_failed 
+:      024243 le_dhkey_check_ok:
+0x5c49 024244 call sp_calc_check_publickey_256 
+0x5c4a 024245 nbranch le_dhkey_check_fail ,zero 
+0x5c4b 024246 jam 1 ,mem_ltk_exists 
+0x5c4c 024247 fetch 1 ,mem_le_pairing_mode 
+0x5c4d 024248 beq le_pairing_mode_secure_connect_justwork ,le_sc_confirm_gkey_ok 
+0x5c4e 024249 beq le_pairing_mode_secure_connect_passkey ,le_sc_confirm_gkey_ok 
+0x5c4f 024250 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c50 024251 jam le_sc_stat_wait_confirm_gkey ,mem_le_secure_connect_state 
+0x5c51 024252 rtn 
+:      024254 le_sc_sm_send_public_key:
+0x5c52 024255 fetch 1 ,mem_le_pairing_mode 
+0x5c53 024256 beq le_pairing_mode_secure_connect_passkey ,le_sc_sm_send_public_key_passkey 
+0x5c54 024257 jam 0 ,mem_passkey_1bit 
+:      024258 le_sc_sm_ready_send_pairing_confirm:
+0x5c55 024259 branch le_send_smp_pairing_confirm 
+:      024261 le_sc_sm_send_public_key_passkey:
+0x5c56 024265 jam 0 ,mem_authentication_passkey_times 
+0x5c57 024266 branch le_parse_smp_pairing_req_passkey 
+:      024269 le_sc_sm_receive_public_key:
+0x5c58 024270 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c59 024271 fetch 1 ,mem_le_sc_local_key_invalid 
+0x5c5a 024272 beq sp_key_valid_256 ,le_public_key_ready 
+0x5c5b 024274 rtn 
+:      024276 le_public_key_ready:
+0x5c5c 024277 jam le_sc_stat_wait_send_public_key ,mem_le_secure_connect_state 
+0x5c5d 024278 jam sp_key_invalid ,mem_sp_dhkey_invalid 
+0x5c5e 024279 branch sp_dhkey_calc_256 
+:      024281 le_sc_sm_wait_send_public_key:
+0x5c5f 024282 jam le_sp_flag_commit_256 ,mem_le_secure_connect_flag 
+0x5c60 024283 jam le_sc_stat_send_public_key ,mem_le_secure_connect_state 
+0x5c61 024284 branch le_send_smp_pairing_public_key 
+:      024288 le_fifo_malloc_tx_l2cap_smp:
+0x5c62 024289 force le_l2cap_cid_smp ,regb 
+0x5c63 024290 branch le_fifo_malloc_tx_l2cap 
+:      024294 le_parse_ll:
+0x5c64 024295 fetch 1 ,mem_le_rxbuf + 2 
+0x5c65 024296 beq ll_connection_update_req ,le_parse_connection_update_req 
+0x5c66 024297 beq ll_channel_map_req ,le_parse_channel_map_req 
+0x5c67 024298 beq ll_terminate_ind ,le_parse_terminate_ind 
+0x5c68 024299 beq ll_enc_req ,le_parse_enc_req 
+0x5c69 024300 beq ll_enc_rsp ,le_parse_enc_rsp 
+0x5c6a 024301 beq ll_start_enc_req ,le_parse_start_enc_req 
+0x5c6b 024302 beq ll_start_enc_rsp ,le_parse_start_enc_rsp 
+0x5c6c 024303 beq ll_unknown_rsp ,le_parse_unknown_rsp 
+0x5c6d 024304 beq ll_feature_req ,le_parse_feature_req 
+0x5c6e 024305 beq ll_feature_rsp ,le_parse_feature_rsp 
+0x5c6f 024306 beq ll_pause_enc_req ,le_parse_pause_enc_req 
+0x5c70 024307 beq ll_pause_enc_rsp ,le_parse_pause_enc_rsp 
+0x5c71 024308 beq ll_version_ind ,le_parse_version_ind 
+0x5c72 024309 beq ll_reject_ind ,le_parse_reject_ind 
+0x5c73 024310 beq ll_ping_req ,le_parse_ping_req 
+0x5c74 024311 beq ll_ping_rsp ,le_parse_ping_rsp 
+0x5c75 024312 arg 2 ,rega 
+0x5c76 024313 arg ll_unknown_rsp ,regb 
+0x5c77 024314 call le_fifo_malloc_tx_ll 
+0x5c78 024315 fetch 1 ,mem_le_rxbuf + 2 
+0x5c79 024316 istore 1 ,contw 
+0x5c7a 024317 rtn 
+:      024320 le_parse_connection_update_req:
+0x5c7b 024321 ifetch 9 ,contr 
+0x5c7c 024322 store 9 ,mem_le_new_param 
+0x5c7d 024323 ifetch 2 ,contr 
+0x5c7e 024324 store 2 ,mem_le_instant 
+0x5c7f 024325 fetch 1 ,mem_le_state 
+0x5c80 024326 set1 lestate_update_param ,pdata 
+0x5c81 024327 store 1 ,mem_le_state 
+0x5c82 024328 rtn 
+:      024330 le_parse_channel_map_req:
+0x5c83 024331 ifetch 5 ,contr 
+0x5c84 024332 store 5 ,mem_le_new_map 
+0x5c85 024333 ifetch 2 ,contr 
+0x5c86 024334 store 2 ,mem_le_instant 
+0x5c87 024335 fetcht 2 ,mem_le_event_count 
+0x5c88 024336 isub temp ,null 
+0x5c89 024337 nbranch le_parse_terminate_ind ,positive 
+0x5c8a 024338 fetch 1 ,mem_le_state 
+0x5c8b 024339 set1 lestate_update_map ,pdata 
+0x5c8c 024340 store 1 ,mem_le_state 
+0x5c8d 024341 rtn 
+:      024344 le_parse_terminate_ind:
+0x5c8e 024345 setarg 20 
+0x5c8f 024346 store 2 ,mem_le_superto 
+0x5c90 024347 store 2 ,mem_le_init_superto 
+0x5c91 024348 rtn 
+:      024350 le_send_terminate_ind_user_terminated:
+0x5c92 024351 arg error_remote_user_terminated_connection ,regc 
+:      024354 le_send_terminate_ind:
+0x5c93 024355 arg 2 ,rega 
+0x5c94 024356 arg ll_terminate_ind ,regb 
+0x5c95 024357 call le_fifo_malloc_tx_ll 
+0x5c96 024358 copy regc ,pdata 
+0x5c97 024359 istore 1 ,contw 
+0x5c98 024360 rtn 
+:      024362 le_parse_feature_req:
+:      024364 le_send_feature_rsp:
+0x5c99 024365 arg 9 ,rega 
+0x5c9a 024366 arg ll_feature_rsp ,regb 
+0x5c9b 024367 call le_fifo_malloc_tx_ll 
+0x5c9c 024368 setarg param_le_features 
+0x5c9d 024369 istore 8 ,contw 
+0x5c9e 024370 rtn 
+:      024373 le_parse_version_ind:
+0x5c9f 024374 rtn master 
+:      024375 le_send_version_ind:
+0x5ca0 024376 arg 6 ,rega 
+0x5ca1 024377 arg ll_version_ind ,regb 
+0x5ca2 024378 call le_fifo_malloc_tx_ll 
+0x5ca3 024379 fetch 5 ,mem_lmp_version 
+0x5ca4 024380 istore 5 ,contw 
+0x5ca5 024381 rtn 
+:      024384 le_parse_ping_req:
+0x5ca6 024385 arg ll_ping_rsp ,regb 
+0x5ca7 024386 branch le_send_ll_one_lenth 
+:      024389 le_send_ll_one_lenth:
+0x5ca8 024390 arg 1 ,rega 
+0x5ca9 024391 branch le_fifo_malloc_tx_ll 
+:      024394 le_parse_enc_req:
+0x5caa 024395 ifetch 8 ,contr 
+0x5cab 024396 store 8 ,mem_le_rand 
+0x5cac 024397 ifetch 2 ,contr 
+0x5cad 024398 store 2 ,mem_le_ediv 
+0x5cae 024399 ifetch 8 ,contr 
+0x5caf 024400 store 8 ,mem_le_skdm 
+0x5cb0 024401 ifetch 4 ,contr 
+0x5cb1 024402 store 4 ,mem_le_ivm 
+0x5cb2 024403 call le_send_enc_rsp 
+0x5cb3 024404 bpatchx patch2f_2 ,mem_patch2f 
+0x5cb4 024405 fetch 1 ,mem_le_pairing_state 
+0x5cb5 024406 beq flag_le_pairing_after_auth ,le_parse_enc_req_after_auth 
+0x5cb6 024407 fetch 1 ,mem_le_configuration 
+0x5cb7 024408 bbit1 bit_ble_pairing_fixed_ltk ,le_parse_enc_req_fixed_ltk 
+0x5cb8 024409 fetch 1 ,mem_nv_data_number 
+0x5cb9 024410 ncall load_device_list_mode_4 ,blank 
+0x5cba 024411 fetch 1 ,mem_ltk_exists 
+0x5cbb 024412 beq 0 ,le_ltk_lost 
+:      024413 le_parse_enc_req_after_auth:
+0x5cbc 024414 jam flag_le_rcv_enc_start ,mem_le_enc_state 
+0x5cbd 024415 call le_send_start_enc_req 
+0x5cbe 024416 branch generate_sk 
+:      024418 le_parse_enc_req_fixed_ltk:
+0x5cbf 024419 jam 1 ,mem_ltk_exists 
+0x5cc0 024420 arg mem_le_fixed_ltk ,contr 
+0x5cc1 024421 arg mem_le_ltk ,contw 
+0x5cc2 024422 call memcpy16 
+0x5cc3 024423 branch le_parse_enc_req_after_auth 
+:      024426 le_ltk_lost:
+0x5cc4 024427 bpatchx patch2f_3 ,mem_patch2f 
+0x5cc5 024428 jam flag_le_enc_null ,mem_le_enc_state 
+0x5cc6 024429 jam flag_le_enc_null ,mem_le_pairing_state 
+0x5cc7 024430 jam bt_evt_le_ltk_lost ,mem_fifo_temp 
+0x5cc8 024431 branch ui_ipc_send_event 
+:      024433 le_send_reject_ind:
+0x5cc9 024434 arg 2 ,rega 
+0x5cca 024435 arg ll_reject_ind ,regb 
+0x5ccb 024436 call le_fifo_malloc_tx_ll 
+0x5ccc 024437 setarg le_err_pin_or_key_missing 
+0x5ccd 024438 istore 1 ,contw 
+0x5cce 024439 rtn 
+:      024441 le_send_enc_rsp:
+0x5ccf 024442 arg mem_le_skds ,contw 
+0x5cd0 024443 force 8 ,loopcnt 
+0x5cd1 024444 call generate_random_loop 
+0x5cd2 024445 arg mem_le_ivs ,contw 
+0x5cd3 024446 force 4 ,loopcnt 
+0x5cd4 024447 call generate_random_loop 
+0x5cd5 024448 arg 13 ,rega 
+0x5cd6 024449 arg ll_enc_rsp ,regb 
+0x5cd7 024450 call le_fifo_malloc_tx_ll 
+0x5cd8 024451 fetch 8 ,mem_le_skds 
+0x5cd9 024452 istore 8 ,contw 
+0x5cda 024453 fetch 4 ,mem_le_ivs 
+0x5cdb 024454 istore 4 ,contw 
+0x5cdc 024455 rtn 
+:      024457 le_send_start_enc_req:
+0x5cdd 024458 arg ll_start_enc_req ,regb 
+0x5cde 024459 branch le_send_ll_one_lenth 
+:      024461 le_send_start_enc_rsp:
+0x5cdf 024462 arg ll_start_enc_rsp ,regb 
+0x5ce0 024463 branch le_send_ll_one_lenth 
+:      024466 le_parse_enc_rsp:
+0x5ce1 024467 ifetch 8 ,contr 
+0x5ce2 024468 store 8 ,mem_le_skds 
+0x5ce3 024469 ifetch 4 ,contr 
+0x5ce4 024470 store 4 ,mem_le_ivs 
+0x5ce5 024471 branch generate_sk 
+:      024473 le_parse_start_enc_req:
+0x5ce6 024474 fetch 1 ,mem_le_state 
+0x5ce7 024475 set1 lestate_encryption ,pdata 
+0x5ce8 024476 store 1 ,mem_le_state 
+0x5ce9 024477 rtn 
+:      024479 le_parse_start_enc_rsp:
+0x5cea 024480 rtn master 
+0x5ceb 024481 jam bt_evt_le_start_enc ,mem_fifo_temp 
+0x5cec 024482 call ui_ipc_send_event 
+0x5ced 024483 jam flag_le_send_start_enc_rsp ,mem_le_enc_state 
+0x5cee 024484 branch le_send_start_enc_rsp 
+:      024486 le_parse_pause_enc_req:
+0x5cef 024487 jam flag_le_enc_pause ,mem_le_enc_state 
+0x5cf0 024488 call le_send_pause_enc_rsp 
+0x5cf1 024489 jam bt_evt_le_pause_enc ,mem_fifo_temp 
+0x5cf2 024490 branch ui_ipc_send_event 
+:      024492 le_send_pause_enc_rsp:
+0x5cf3 024493 arg ll_pause_enc_rsp ,regb 
+0x5cf4 024494 branch le_send_ll_one_lenth 
+:      024497 le_parse_feature_rsp:
+:      024498 le_parse_unknown_rsp:
+:      024499 le_parse_pause_enc_rsp:
+:      024500 le_parse_reject_ind:
+:      024501 le_parse_ping_rsp:
+0x5cf5 024502 rtn 
+:      024509 init_lmp:
+0x5cf6 024510 rtn wake 
+:      024511 init_lmp_work:
+0x5cf7 024512 bpatchx patch2f_4 ,mem_patch2f 
+0x5cf8 024513 setarg 0 
+0x5cf9 024514 store 1 ,mem_lmp_to_send 
+0x5cfa 024515 store 1 ,mem_conn_sm 
+0x5cfb 024516 store 1 ,mem_lmo_opcode1 
+0x5cfc 024517 store 1 ,mem_lmo_opcode2 
+0x5cfd 024518 store 1 ,mem_esco_addr 
+0x5cfe 024519 store 1 ,mem_auth_enable 
+0x5cff 024520 store 1 ,mem_connection_options 
+0x5d00 024521 store 1 ,mem_pairing_auth 
+0x5d01 024522 jam switch_flag_init ,mem_switch_flag 
+0x5d02 024523 jam 0 ,mem_switch_fail_master_count 
+0x5d03 024524 jam null_encryp ,mem_wait_encryption 
+:      024525 init_lmp_reinit:
+0x5d04 024526 jam 0 ,mem_pairing_auth 
+0x5d05 024527 jam 0 ,mem_sp_localsm 
+0x5d06 024528 jam 0 ,mem_lmp_conn_state 
+:      024530 parse_rx_done:
+0x5d07 024531 rtn 
+:      024533 parse_lmp:
+0x5d08 024534 bpatchx patch2f_5 ,mem_patch2f 
+0x5d09 024535 call setlocalsm_master ,master 
+0x5d0a 024536 ncall setlocalsm_slave ,master 
+0x5d0b 024537 call lmo_fifo_check 
+0x5d0c 024538 nrtn blank 
+0x5d0d 024539 fetch 1 ,mem_state_map 
+0x5d0e 024540 rtnbit0 smap_rxlmp 
+0x5d0f 024541 set0 smap_rxlmp ,pdata 
+0x5d10 024542 set0 mark_rxbuf_inuse ,mark 
+0x5d11 024543 store 1 ,mem_state_map 
+0x5d12 024544 fetch 1 ,mem_rxbuf 
+0x5d13 024545 fetcht 1 ,mem_state_map 
+0x5d14 024546 isolate1 smap_lmptidinit ,pdata 
+0x5d15 024547 setflag true ,smap_lmptid ,temp 
+0x5d16 024548 storet 1 ,mem_state_map 
+0x5d17 024549 and_into 0x2 ,temp 
+0x5d18 024550 storet 1 ,mem_lmo_tid2 
+0x5d19 024551 fetcht 1 ,mem_state_map 
+0x5d1a 024552 rshift pdata ,pdata 
+0x5d1b 024553 store 1 ,mem_lmi_opcode2 
+0x5d1c 024554 bpatchx patch2f_6 ,mem_patch2f 
+0x5d1d 024555 fetch 1 ,mem_lmi_opcode2 
+0x5d1e 024556 beq lmp_escape ,parse_lmp_escape 
+0x5d1f 024557 beq lmp_accepted ,parse_lmp_accepted 
+0x5d20 024558 beq lmp_not_accepted ,parse_lmp_not_accepted 
+0x5d21 024559 beq lmp_set_afh ,parse_lmp_set_afh 
+0x5d22 024560 beq lmp_clkoffset_req ,parse_lmp_clkoffset_req 
+0x5d23 024561 beq lmp_encryption_mode_req ,parse_lmp_encryption_mode_req 
+0x5d24 024562 beq lmp_encryption_key_size_req ,parse_lmp_crypt_key 
+0x5d25 024563 beq lmp_auto_rate ,parse_lmp_auto_rate 
+0x5d26 024564 beq lmp_test_control ,parse_lmp_test_control 
+0x5d27 024565 beq lmp_test_activate ,parse_lmp_test_activate 
+0x5d28 024566 beq lmp_setup_complete ,parse_lmp_setup_complete 
+0x5d29 024567 beq lmp_supervision_timeout ,parse_lmp_supervision_timeout 
+0x5d2a 024568 beq lmp_features_req ,parse_lmp_features_req 
+0x5d2b 024569 beq lmp_host_connection_req ,parse_lmp_conn_req 
+0x5d2c 024570 beq lmp_version_req ,parse_lmp_version_req 
+0x5d2d 024571 beq lmp_version_res ,parse_lmp_version_res 
+0x5d2e 024572 beq lmp_detach ,parse_lmp_detach 
+0x5d2f 024573 beq lmp_max_slot ,parse_lmp_max_slot 
+0x5d30 024574 beq lmp_max_slot_req ,parse_lmp_max_slot_req 
+0x5d31 024575 beq lmp_name_req ,parse_lmp_name_req 
+0x5d32 024576 beq lmp_name_res ,parse_lmp_name_res 
+0x5d33 024577 beq lmp_features_res ,parse_lmp_features_res 
+0x5d34 024578 beq lmp_comb_key ,parse_lmp_comb_key 
+0x5d35 024579 beq lmp_au_rand ,parse_lmp_au_rand 
+0x5d36 024580 beq lmp_in_rand ,parse_lmp_in_rand 
+0x5d37 024581 beq lmp_sres ,parse_lmp_sres 
+0x5d38 024582 beq lmp_incr_power_req ,parse_lmp_incr_power 
+0x5d39 024583 beq lmp_decr_power_req ,parse_lmp_decr_power 
+0x5d3a 024584 beq lmp_max_power ,parse_lmp_max_power 
+0x5d3b 024585 beq lmp_min_power ,parse_lmp_min_power 
+0x5d3c 024586 beq lmp_page_mode_req ,parse_lmp_page_mode_req 
+0x5d3d 024587 beq lmp_page_scan_mode_req ,parse_lmp_page_scan_mode_req 
+0x5d3e 024588 beq lmp_preferred_rate ,parse_lmp_preferred_rate 
+0x5d3f 024589 beq lmp_slot_offset ,parse_lmp_slot_offset 
+0x5d40 024590 beq lmp_sniff_req ,parse_lmp_sniff_req 
+0x5d41 024591 beq lmp_start_encryption_req ,parse_lmp_start_encryption_req 
+0x5d42 024592 beq lmp_stop_encryption_req ,parse_lmp_stop_encryption_req 
+0x5d43 024593 beq lmp_switch_req ,parse_lmp_switch_req 
+0x5d44 024594 beq lmp_temp_rand ,parse_lmp_temp_rand 
+0x5d45 024595 beq lmp_temp_key ,parse_lmp_temp_key 
+0x5d46 024596 beq lmp_timing_accuracy_req ,parse_lmp_timing_accuracy_req 
+0x5d47 024597 beq lmp_timing_accuracy_res ,parse_lmp_timing_accuracy_res 
+0x5d48 024598 beq lmp_unit_key ,parse_lmp_unit_key 
+0x5d49 024599 beq lmp_unsniff_req ,parse_lmp_unsniff_req 
+0x5d4a 024600 beq lmp_use_semi_permanent_key ,parse_lmp_use_semi_permanend_key 
+0x5d4b 024601 beq lmp_encapsulated_header ,parse_lmp_encapsulated_header 
+0x5d4c 024602 beq lmp_encapsulated_payload ,parse_lmp_encapsulated_payload 
+0x5d4d 024603 beq lmp_simple_pairing_confirm ,parse_simple_pairing_confirm 
+0x5d4e 024604 beq lmp_simple_pairing_number ,parse_lmp_simple_pairing_number 
+0x5d4f 024605 beq lmp_dhkey_check ,parse_dhkey_check 
+0x5d50 024606 beq lmp_clkoffset_res ,parse_lmp_clkoffset_res 
+0x5d51 024607 beq lmp_enc_key_size_mask_req ,parse_enc_key_size_mask_req 
+:      024610 reject_unknown_packet:
+0x5d52 024611 jam unknown_lmp_pdu ,mem_lmo_reason2 
+:      024612 reject_lmp_packet:
+0x5d53 024613 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5d54 024614 rtn 
+:      024616 parse_lmp_clkoffset_req:
+0x5d55 024617 jam lmp_clkoffset_res ,mem_lmo_opcode2 
+0x5d56 024618 rtn 
+:      024620 parse_enc_key_size_mask_req:
+0x5d57 024621 jam lmp_enc_key_size_mask_res ,mem_lmo_opcode2 
+0x5d58 024622 rtn 
+:      024624 parse_lmp_set_afh:
+0x5d59 024625 fetch 4 ,mem_rxbuf + 1 
+0x5d5a 024626 lshift pdata ,pdata 
+0x5d5b 024627 store 4 ,mem_afh_instant 
+0x5d5c 024628 fetch 1 ,mem_rxbuf + 5 
+0x5d5d 024629 store 1 ,mem_afh_new_mod 
+0x5d5e 024630 fetch 5 ,mem_rxbuf + 6 
+0x5d5f 024631 store 5 ,mem_afh_map_new 
+0x5d60 024632 fetch 5 ,mem_rxbuf + 11 
+0x5d61 024633 istore 5 ,contw 
+0x5d62 024634 fetch 1 ,mem_mode 
+0x5d63 024635 set1 afh_change ,pdata 
+0x5d64 024636 store 1 ,mem_mode 
+0x5d65 024637 rtn 
+:      024638 parse_lmp_escape:
+0x5d66 024639 bpatchx patch2f_7 ,mem_patch2f 
+0x5d67 024640 fetch 1 ,mem_rxbuf + 1 
+0x5d68 024641 set1 7 ,pdata 
+0x5d69 024642 store 1 ,mem_lmi_opcode2 
+0x5d6a 024643 beq lmp_ext_accepted ,parse_lmpext_accepted 
+0x5d6b 024644 beq lmp_not_accepted_ext ,parse_lmpext_not_accepted 
+0x5d6c 024645 beq lmp_sniff_subrating_req ,parse_lmp_sniff_subrating_req 
+0x5d6d 024646 beq lmp_sniff_subrating_res ,parse_lmp_sniff_subrating_res 
+0x5d6e 024647 beq lmp_packet_type_table_req ,parse_lmpext_packet_type_table_req 
+0x5d6f 024648 beq lmp_ext_features_req ,parse_lmpext_features_req 
+0x5d70 024649 beq lmp_ext_features_res ,parse_lmpext_features_res 
+0x5d71 024650 beq lmp_ext_chn_classification_req ,parse_lmpext_chn_classification_req 
+0x5d72 024651 beq lmp_pause_encryption_req ,parse_lmpext_pause_encrypt 
+0x5d73 024652 beq lmp_resume_encryption_req ,parse_lmpext_resume_encrypt 
+0x5d74 024653 beq lmp_io_cap_req ,parse_lmpext_iocap_req 
+0x5d75 024654 beq lmp_io_cap_res ,parse_lmpext_iocap_res 
+0x5d76 024655 rtneq lmp_ext_features_res 
+:      024658 reject_unknown_ext_packet:
+0x5d77 024659 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5d78 024660 jam unknown_lmp_pdu ,mem_lmo_reason2 
+0x5d79 024662 rtn 
+:      024663 parse_lmpext_chn_classification_req:
+0x5d7a 024664 jam lmp_not_accepted_ext ,mem_lmo_opcode2 
+0x5d7b 024665 jam not_support_chn_classification ,mem_lmo_reason2 
+0x5d7c 024666 rtn 
+:      024668 parse_lmpext_iocap_req:
+0x5d7d 024669 call iocap_lmpext_load 
+0x5d7e 024670 jam lmp_io_cap_res ,mem_lmo_opcode2 
+0x5d7f 024671 rtn 
+:      024673 parse_lmpext_iocap_res:
+0x5d80 024674 call iocap_lmpext_load 
+0x5d81 024675 branch iocap_lmpext_common 
+:      024677 iocap_lmpext_load:
+0x5d82 024678 arg mem_sp_iocap_remote ,contw 
+0x5d83 024679 fetch 3 ,mem_rxbuf + 2 
+0x5d84 024680 istore 3 ,contw 
+0x5d85 024681 rtn 
+:      024683 iocap_lmpext_common:
+0x5d86 024684 branch master_set_mem_master_sp_flag ,true 
+0x5d87 024685 rtn 
+:      024686 parse_lmpext_accepted:
+0x5d88 024687 fetch 1 ,mem_rxbuf + 3 
+0x5d89 024688 set1 7 ,pdata 
+0x5d8a 024689 store 1 ,mem_lmi_accepted_opcode 
+0x5d8b 024690 beq lmp_packet_type_table_req ,parse_lmpext_accepted_ptt 
+0x5d8c 024691 rtn 
+:      024694 parse_lmpext_not_accepted:
+0x5d8d 024695 fetch 1 ,mem_rxbuf + 3 
+0x5d8e 024696 set1 7 ,pdata 
+0x5d8f 024697 store 1 ,mem_lmi_accepted_opcode 
+0x5d90 024698 beq lmp_packet_type_table_req ,parse_lmpext_not_accepted_ptt 
+0x5d91 024699 rtn 
+:      024701 parse_lmpext_accepted_ptt:
+0x5d92 024702 fetch 1 ,mem_ptt 
+0x5d93 024703 fetcht 1 ,mem_state_map 
+0x5d94 024704 nsetflag blank ,smap_edr ,temp 
+0x5d95 024705 storet 1 ,mem_state_map 
+:      024706 parse_lmpext_not_accepted_ptt:
+0x5d96 024707 fetch 1 ,mem_state 
+0x5d97 024708 rtnbit0 state_init_seq 
+0x5d98 024709 set0 state_init_seq ,pdata 
+0x5d99 024710 store 1 ,mem_state 
+0x5d9a 024711 fetch 1 ,mem_auth_enable 
+0x5d9b 024712 nrtn blank 
+0x5d9c 024713 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5d9d 024714 rtn 
+:      024716 parse_lmpext_pause_encrypt:
+0x5d9e 024717 nbranch parse_lmpext_pause_encrypt_slave ,master 
+0x5d9f 024718 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5da0 024719 branch tid_reply 
+:      024721 parse_lmpext_pause_encrypt_slave:
+0x5da1 024722 jam lmp_pause_encryption_req ,mem_lmo_opcode2 
+0x5da2 024723 rtn 
+:      024725 parse_lmpext_resume_encrypt:
+0x5da3 024728 call tid_reply 
+0x5da4 024729 branch lmp_start_encryption 
+:      024731 parse_lmpext_features_req:
+0x5da5 024732 jam lmp_ext_features_res ,mem_lmo_opcode2 
+0x5da6 024733 rtn 
+:      024735 parse_lmpext_features_res:
+0x5da7 024736 fetcht 1 ,mem_rxbuf + 4 
+0x5da8 024737 and temp ,0x1 ,temp 
+0x5da9 024738 storet 1 ,mem_remote_sppcap 
+0x5daa 024739 fetch 1 ,mem_hci_cmd 
+0x5dab 024740 bne hci_cmd_wait_remote_ext_feature ,parse_lmpext_features_res_not_hci 
+0x5dac 024741 jam 0 ,mem_hci_cmd 
+:      024742 parse_lmpext_features_res_not_hci:
+0x5dad 024743 fetch 1 ,mem_conn_sm 
+0x5dae 024744 rtnne conn_sm_wait_features_ext 
+0x5daf 024745 jam conn_sm_send_conn_req ,mem_conn_sm 
+0x5db0 024746 branch process_conn_sm 
+:      024748 parse_lmp_accepted:
+0x5db1 024749 bpatchx patch30_0 ,mem_patch30 
+0x5db2 024750 fetch 1 ,mem_rxbuf + 1 
+0x5db3 024751 store 1 ,mem_lmi_accepted_opcode 
+0x5db4 024752 beq lmp_host_connection_req ,parse_lmp_accepted_hostconn 
+0x5db5 024753 beq lmp_in_rand ,parse_lmp_accepted_inrand 
+0x5db6 024754 beq lmp_encryption_mode_req ,parse_lmp_accepted_enc_mode 
+0x5db7 024755 beq lmp_encryption_key_size_req ,parse_lmp_accepted_enc_keysize 
+0x5db8 024756 beq lmp_start_encryption_req ,parse_lmp_accepted_start_enc 
+0x5db9 024757 beq lmp_stop_encryption_req ,parse_lmp_accepted_stop_enc 
+0x5dba 024758 beq lmp_unsniff_req ,parse_lmp_accepted_unsniff_req 
+0x5dbb 024759 beq lmp_sniff_req ,parse_lmp_accepted_sniff_req 
+0x5dbc 024760 beq lmp_switch_req ,parse_lmp_accepted_switch 
+0x5dbd 024762 beq lmp_encapsulated_header ,parse_lmp_accepted_encapsulated_header 
+0x5dbe 024763 beq lmp_encapsulated_payload ,parse_lmp_accepted_encapsulated_payload 
+0x5dbf 024764 beq lmp_simple_pairing_number ,parse_lmp_accepted_simple_pairing_number 
+0x5dc0 024765 beq lmp_dhkey_check ,parse_lmp_accepted_dhkey_check 
+0x5dc1 024766 rtn 
+:      024768 parse_lmp_not_accepted:
+0x5dc2 024769 bpatchx patch30_1 ,mem_patch30 
+0x5dc3 024770 fetch 1 ,mem_rxbuf + 1 
+0x5dc4 024771 store 1 ,mem_lmi_accepted_opcode 
+0x5dc5 024772 beq lmp_name_req ,parse_lmp_not_accepted_name_req 
+0x5dc6 024773 beq lmp_host_connection_req ,parse_lmp_not_accepted_hostconn 
+0x5dc7 024774 beq lmp_au_rand ,parse_lmp_not_accepted_aurand 
+0x5dc8 024775 beq lmp_in_rand ,parse_lmp_not_accepted_inrand 
+0x5dc9 024776 beq lmp_switch_req ,parse_lmp_not_accepted_switch 
+0x5dca 024778 beq lmp_simple_pairing_number ,parse_lmp_not_accepted_simple_pairing_number 
+0x5dcb 024779 beq lmp_dhkey_check ,parse_lmp_not_accepted_dhkey_check 
+0x5dcc 024780 beq lmp_unsniff_req ,parse_lmp_not_accepted_unsniff_req 
+0x5dcd 024781 beq lmp_sniff_req ,parse_lmp_not_acdcept_sniff_req 
+0x5dce 024782 rtn 
+:      024784 parse_lmp_accepted_switch:
+0x5dcf 024785 jam bt_evt_switch_accept ,mem_fifo_temp 
+0x5dd0 024786 call ui_ipc_send_event 
+0x5dd1 024787 branch role_switch_prepare0 
+:      024788 parse_lmp_not_accepted_switch:
+0x5dd2 024789 jam bt_evt_switch_not_accept ,mem_fifo_temp 
+0x5dd3 024790 call ui_ipc_send_event 
+0x5dd4 024791 jam switch_flag_not_accept ,mem_switch_flag 
+0x5dd5 024792 setarg timer_switch_waite 
+0x5dd6 024793 arg switch_wait_timer ,queue 
+0x5dd7 024794 branch timer_init 
+:      024797 parse_lmp_accepted_hostconn:
+0x5dd8 024800 fetch 1 ,mem_lmp_conn_state 
+0x5dd9 024801 set1 received_conn_req ,pdata 
+0x5dda 024802 store 1 ,mem_lmp_conn_state 
+0x5ddb 024803 jam bt_evt_bb_connected ,mem_fifo_temp 
+0x5ddc 024804 call ui_ipc_send_event 
+0x5ddd 024805 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
+:      024807 parse_lmp_accepted_hostconn_ctn:
+0x5dde 024809 fetch 1 ,mem_conn_sm 
+0x5ddf 024810 bne conn_sm_wait_conn_accept ,parse_rx_done 
+0x5de0 024813 jam conn_sm_auth_pair ,mem_conn_sm 
+0x5de1 024814 rtn 
+:      024822 parse_lmp_not_accepted_hostconn:
+0x5de2 024823 jam acl_connection_already_exists ,mem_disconn_reason_send 
+0x5de3 024824 jam lmp_detach ,mem_lmo_opcode2 
+0x5de4 024826 jam conn_sm_standby ,mem_conn_sm 
+0x5de5 024828 branch parse_rx_done ,true 
+0x5de6 024829 rtn 
+:      024831 parse_lmp_accepted_inrand:
+0x5de7 024832 fetch 1 ,mem_link_key_exists 
+0x5de8 024833 nrtn blank 
+0x5de9 024834 call clear_linkkey 
+0x5dea 024835 call lmp_generate_key 
+0x5deb 024836 rtn master 
+0x5dec 024837 set1 mark_slave_in_rand_accepted ,mark 
+0x5ded 024838 rtn 
+:      024840 parse_lmp_accepted_enc_mode:
+0x5dee 024841 nrtn master 
+0x5def 024842 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
+0x5df0 024843 fetch 1 ,mem_state_map 
+0x5df1 024844 rtnbit0 smap_encryption 
+0x5df2 024845 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x5df3 024846 rtn 
+:      024848 parse_lmp_accepted_enc_keysize:
+0x5df4 024849 branch lmp_start_encryption 
+:      024851 parse_lmp_accepted_start_enc:
+0x5df5 024852 call send_create_conn_start_l2cap_timer_sm 
+0x5df6 024853 fetch 1 ,mem_state 
+0x5df7 024854 rtnbit1 state_conn_comp 
+0x5df8 024855 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5df9 024856 fetch 1 ,mem_conn_sm 
+0x5dfa 024857 rtnne conn_sm_encrypt_wait 
+0x5dfb 024858 jam conn_sm_encrypt_wait_clear ,mem_conn_sm 
+0x5dfc 024859 rtn 
+:      024861 parse_lmp_accepted_stop_enc:
+0x5dfd 024869 rtn 
+:      024871 parse_lmp_not_accepted_aurand:
+:      024872 parse_lmp_not_accepted_aurand_send_detach:
+0x5dfe 024873 jam lmp_detach ,mem_lmo_opcode2 
+0x5dff 024874 jam other_end_terminated ,mem_disconn_reason_send 
+0x5e00 024875 rtn 
+:      024877 parse_lmp_not_accepted_inrand:
+0x5e01 024878 fetch 1 ,mem_rxbuf + 2 
+0x5e02 024879 beq key_missing ,parse_lmp_inrand_key_missing 
+0x5e03 024880 rtnne pairing_not_allowed 
+0x5e04 024881 jam pairing_not_allowed ,mem_disconn_reason_send 
+0x5e05 024882 jam lmp_detach ,mem_lmo_opcode2 
+0x5e06 024883 rtn 
+:      024884 parse_lmp_inrand_key_missing:
+0x5e07 024885 jam key_missing ,mem_disconn_reason_send 
+0x5e08 024886 jam lmp_detach ,mem_lmo_opcode2 
+0x5e09 024887 rtn 
+:      024889 parse_lmp_not_accepted_name_req:
+0x5e0a 024890 rtn 
+:      024892 parse_lmp_not_accepted_simple_pairing_number:
+0x5e0b 024893 jam sp_stat_null ,mem_sp_state 
+0x5e0c 024894 jam lmp_detach ,mem_lmo_opcode2 
+0x5e0d 024895 branch parse_rx_done 
+:      024897 parse_lmp_not_accepted_dhkey_check:
+0x5e0e 024898 jam sp_stat_null ,mem_sp_state 
+0x5e0f 024899 jam lmp_detach ,mem_lmo_opcode2 
+0x5e10 024900 branch parse_rx_done 
+:      024901 parse_lmp_not_accepted_unsniff_req:
+0x5e11 024902 jam bt_evt_unsniff_not_accept ,mem_fifo_temp 
+0x5e12 024903 branch ui_ipc_send_event 
+:      024905 parse_lmp_accepted_unsniff_req:
+0x5e13 024906 jam bt_evt_unsniff_accept ,mem_fifo_temp 
+0x5e14 024907 call ui_ipc_send_event 
+0x5e15 024908 branch sniff_exit 
+:      024910 parse_lmp_accepted_sniff_req:
+0x5e16 024911 jam bt_evt_sniff_accept ,mem_fifo_temp 
+0x5e17 024912 call ui_ipc_send_event 
+0x5e18 024913 setarg 0 
+0x5e19 024914 store 2 ,mem_dsniff 
+0x5e1a 024915 fetch 2 ,mem_sniff_param_interval 
+0x5e1b 024916 lshift pdata ,pdata 
+0x5e1c 024917 store 2 ,mem_tsniff 
+0x5e1d 024918 fetch 1 ,mem_sniff_param_attempt 
+0x5e1e 024919 store 1 ,mem_sniff_attempt 
+0x5e1f 024920 fetch 1 ,mem_sniff_param_timeout 
+0x5e20 024921 store 1 ,mem_sniff_timeout 
+0x5e21 024922 branch sniff_init 
+:      024924 parse_lmp_not_acdcept_sniff_req:
+0x5e22 024925 jam bt_evt_sniff_not_accept ,mem_fifo_temp 
+0x5e23 024926 branch ui_ipc_send_event 
+:      024928 parse_lmp_crypt_key:
+0x5e24 024929 fetcht 1 ,mem_rxbuf + 1 
+0x5e25 024930 storet 1 ,mem_key_size 
+0x5e26 024931 branch accept_lmp_msg 
+:      024933 parse_lmp_setup_complete:
+0x5e27 024934 fetch 1 ,mem_lmp_conn_state 
+0x5e28 024935 set1 received_setup_complete ,pdata 
+0x5e29 024936 store 1 ,mem_lmp_conn_state 
+0x5e2a 024937 rtnbit1 sent_setup_complete 
+0x5e2b 024938 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x5e2c 024939 branch parse_rx_done 
+:      024941 parse_lmp_max_slot:
+0x5e2d 024944 rtn 
+:      024946 parse_lmp_max_slot_req:
+0x5e2e 024947 fetch 1 ,mem_max_slot 
+0x5e2f 024948 fetcht 1 ,mem_rxbuf + 1 
+0x5e30 024949 isub temp ,null 
+0x5e31 024951 branch accept_lmp_msg ,positive 
+0x5e32 024952 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5e33 024953 jam unspecified_error ,mem_lmo_reason2 
+0x5e34 024954 jam lmp_max_slot_req ,mem_lmi_opcode2 
+0x5e35 024955 rtn 
+:      024957 parse_lmp_detach:
+0x5e36 024958 call prepare_disconnect 
+0x5e37 024959 branch accept_lmp_msg 
+:      024961 accept_lmp_msg:
+0x5e38 024962 jam lmp_accepted ,mem_lmo_opcode2 
+0x5e39 024963 rtn 
+:      024965 parse_lmp_incr_power:
+0x5e3a 024966 jam lmp_max_power ,mem_lmo_opcode2 
+0x5e3b 024967 rtn 
+:      024969 parse_lmp_decr_power:
+0x5e3c 024970 jam lmp_min_power ,mem_lmo_opcode2 
+0x5e3d 024971 rtn 
+:      024973 parse_lmp_version_res:
+0x5e3e 024974 fetch 1 ,mem_conn_sm 
+0x5e3f 024975 rtneq conn_sm_wait_version 
+0x5e40 024977 jam conn_sm_send_features ,mem_conn_sm 
+0x5e41 024979 rtn 
+:      024982 parse_lmp_auto_rate:
+0x5e42 024983 rtn 
+:      024985 parse_lmp_in_rand:
+0x5e43 024986 call lmp_copy_rand 
+0x5e44 024987 jam pincode_state_wait_pincode ,mem_pincode_state 
+0x5e45 024988 jam bt_evt_pincode_req ,mem_fifo_temp 
+0x5e46 024989 call ui_ipc_send_event 
+0x5e47 024991 call tid_check 
+0x5e48 024992 nbranch lmp_accept_inrand ,true 
+0x5e49 024994 nbranch parse_lmp_inrand_res ,master 
+0x5e4a 024995 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5e4b 024996 jam lmp_in_rand ,mem_lmi_opcode2 
+0x5e4c 024997 jam transaction_collision ,mem_lmo_reason2 
+0x5e4d 024998 rtn 
+:      024999 parse_lmp_inrand_res:
+0x5e4e 025000 fetch 1 ,mem_op 
+0x5e4f 025001 set1 op_inrand_req ,pdata 
+0x5e50 025002 store 1 ,mem_op 
+0x5e51 025003 rtn 
+:      025006 pop_tid_follow:
+0x5e52 025007 fetcht 1 ,mem_state_map 
+0x5e53 025008 nsetflag blank ,smap_lmptid ,temp 
+0x5e54 025009 storet 1 ,mem_state_map 
+0x5e55 025010 rtn 
+:      025013 push_tid_follow:
+0x5e56 025014 fetch 1 ,mem_lmo_tid2 
+0x5e57 025015 rshift pdata ,pdata 
+0x5e58 025016 and_into 1 ,pdata 
+0x5e59 025017 rtn 
+:      025019 parse_lmp_au_rand_moudle:
+0x5e5a 025020 fetch 1 ,mem_nv_data_number 
+0x5e5b 025021 rtn blank 
+0x5e5c 025022 fetch 1 ,mem_pairing_auth 
+0x5e5d 025023 call load_device_list ,blank 
+0x5e5e 025024 rtn 
+:      025026 parse_lmp_au_rand:
+0x5e5f 025027 call parse_lmp_au_rand_moudle 
+0x5e60 025028 call push_tid_follow 
+0x5e61 025029 store 1 ,mem_sres_tid 
+0x5e62 025030 call lmp_copy_rand 
+0x5e63 025031 jam lmp_sres ,mem_lmo_opcode2 
+0x5e64 025032 fetch 1 ,mem_link_key_exists 
+0x5e65 025033 nrtn blank 
+0x5e66 025034 fetch 1 ,mem_state 
+0x5e67 025035 rtnbit1 state_combkey 
+0x5e68 025036 jam key_missing ,mem_lmo_reason2 
+0x5e69 025037 branch reject_lmp_packet 
+:      025039 parse_lmp_sres:
+0x5e6a 025040 arg mem_plap ,rega 
+0x5e6b 025041 call function_e1 
+0x5e6c 025042 fetch 4 ,mem_rxbuf + 1 
+0x5e6d 025043 fetcht 4 ,mem_input_store 
+0x5e6e 025044 isub temp ,null 
+0x5e6f 025045 branch authentication_ok ,zero 
+0x5e70 025046 jam lmp_detach ,mem_lmo_opcode2 
+0x5e71 025047 jam authentication_failure_error ,mem_disconn_reason_send 
+0x5e72 025048 rtn 
+:      025049 authentication_ok:
+0x5e73 025050 call authentication_ok_common 
+0x5e74 025051 fetch 1 ,mem_ssp_enable 
+0x5e75 025052 branch pairing_success ,blank 
+0x5e76 025053 rtn 
+:      025056 authentication_ok_common:
+0x5e77 025057 call copy_aco 
+0x5e78 025058 call linkkey_ready 
+0x5e79 025059 fetch 1 ,mem_op 
+0x5e7a 025060 isolate1 op_auth_req ,pdata 
+0x5e7b 025061 set0 op_auth_req ,pdata 
+0x5e7c 025062 store 1 ,mem_op 
+0x5e7d 025063 fetch 1 ,mem_conn_sm 
+0x5e7e 025064 beq conn_sm_auth_wait ,authentication_ok_conn_sm 
+0x5e7f 025065 beq conn_sm_pairing_wait ,authentication_ok_conn_sm 
+0x5e80 025066 rtn 
+:      025067 authentication_ok_conn_sm:
+0x5e81 025068 fetch 1 ,mem_pairing_auth 
+0x5e82 025069 rtnne defalt_pairing_auth 
+0x5e83 025070 fetch 1 ,mem_state_map 
+0x5e84 025071 rtnbit1 smap_encryption 
+0x5e85 025072 branch host_create_conn_encrypt 
+:      025074 parse_lmp_comb_key:
+0x5e86 025075 arg mem_rxbuf + 1 ,rega 
+0x5e87 025076 arg mem_kinit ,regb 
+0x5e88 025077 arg mem_random_number ,contw 
+0x5e89 025078 call xor16 
+0x5e8a 025079 arg mem_plap ,rega 
+0x5e8b 025080 call generate_linkkey 
+0x5e8c 025081 jam lmp_au_rand ,mem_lmo_opcode2 
+0x5e8d 025082 fetch 1 ,mem_state 
+0x5e8e 025083 bbit0 state_combkey ,lmp_generate_key 
+0x5e8f 025084 rtn 
+:      025086 parse_lmp_name_res:
+0x5e90 025087 fetch 2 ,mem_len 
+0x5e91 025088 add pdata ,-3 ,loopcnt 
+0x5e92 025089 fetcht 1 ,mem_rxbuf + 1 
+0x5e93 025090 setarg mem_tmp_buffer 
+0x5e94 025091 iadd temp ,contw 
+0x5e95 025092 arg mem_rxbuf + 3 ,contr 
+0x5e96 025093 call memcpy 
+0x5e97 025094 fetcht 1 ,mem_name_offset 
+0x5e98 025095 fetch 1 ,mem_rxbuf + 2 
+0x5e99 025096 isub temp ,pdata 
+0x5e9a 025097 sub pdata ,14 ,null 
+0x5e9b 025098 branch parse_lmp_name_res_end ,positive 
+0x5e9c 025099 add temp ,14 ,pdata 
+0x5e9d 025100 store 1 ,mem_name_offset 
+0x5e9e 025101 jam lmp_name_req ,mem_lmo_opcode2 
+0x5e9f 025102 rtn 
+:      025103 parse_lmp_name_res_end:
+0x5ea0 025104 fetch 1 ,mem_state_map 
+0x5ea1 025105 set1 smap_name_res ,pdata 
+0x5ea2 025106 store 1 ,mem_state_map 
+0x5ea3 025107 bbit1 smap_name_req ,lmp_disconnect 
+0x5ea4 025108 rtn 
+:      025109 parse_lmp_name_req:
+0x5ea5 025110 fetch 1 ,mem_rxbuf + 1 
+0x5ea6 025111 store 1 ,mem_lmi_opcode2 
+0x5ea7 025112 jam lmp_name_res ,mem_lmo_opcode2 
+0x5ea8 025113 rtn 
+:      025115 parse_lmp_conn_req:
+0x5ea9 025116 branch accept_lmp_msg 
+:      025118 parse_lmp_timing_accuracy_req:
+0x5eaa 025119 jam lmp_timing_accuracy_res ,mem_lmo_opcode2 
+0x5eab 025120 rtn 
+:      025122 parse_lmp_features_req:
+0x5eac 025123 jam lmp_features_res ,mem_lmo_opcode2 
+0x5ead 025124 rtn 
+:      025126 parse_lmp_version_req:
+0x5eae 025127 jam lmp_version_res ,mem_lmo_opcode2 
+0x5eaf 025128 rtn 
+:      025130 parse_lmp_supervision_timeout:
+0x5eb0 025133 rtn 
+:      025137 parse_lmp_sniff_subrating_req:
+0x5eb1 025138 fetch 2 ,mem_tsniff 
+0x5eb2 025139 iforce temp 
+0x5eb3 025140 fetch 1 ,mem_rxbuf + 2 
+0x5eb4 025141 store 1 ,mem_subsniff_rate 
+0x5eb5 025142 imul32 temp ,temp 
+0x5eb6 025143 fetch 2 ,mem_rxbuf + 3 
+0x5eb7 025144 lshift pdata ,pdata 
+0x5eb8 025145 store 2 ,mem_subsniff_tcmax 
+0x5eb9 025146 fetch 4 ,mem_rxbuf + 5 
+0x5eba 025147 lshift pdata ,pdata 
+0x5ebb 025148 store 4 ,mem_subsniff_instant 
+0x5ebc 025150 deposit temp 
+0x5ebd 025151 store 2 ,mem_subsniff_tsniff 
+0x5ebe 025152 rtn 
+:      025153 parse_lmpext_packet_type_table_req:
+0x5ebf 025154 fetcht 1 ,mem_ptt 
+0x5ec0 025155 fetch 1 ,mem_rxbuf + 2 
+0x5ec1 025156 ixor temp ,null 
+0x5ec2 025157 nbranch reject_unknown_ext_packet ,zero 
+0x5ec3 025158 isolate1 0 ,pdata 
+0x5ec4 025159 fetch 1 ,mem_state_map 
+0x5ec5 025160 setflag true ,smap_edr ,pdata 
+0x5ec6 025161 store 1 ,mem_state_map 
+0x5ec7 025162 jam lmp_ext_accepted ,mem_lmo_opcode2 
+0x5ec8 025163 jam lmp_packet_type_table_req ,mem_lmi_opcode2 
+0x5ec9 025164 rtn 
+:      025167 parse_lmp_sniff_subrating_res:
+:      025168 parse_lmp_preferred_rate:
+:      025169 parse_lmp_max_power:
+:      025170 parse_lmp_min_power:
+0x5eca 025171 rtn 
+:      025172 parse_lmp_page_mode_req:
+0x5ecb 025174 branch accept_lmp_msg 
+:      025175 parse_lmp_page_scan_mode_req:
+0x5ecc 025178 branch accept_lmp_msg 
+:      025182 parse_lmp_slot_offset:
+0x5ecd 025183 fetch 2 ,mem_rxbuf + 1 
+0x5ece 025184 store 2 ,mem_slot_offset 
+0x5ecf 025185 rtn 
+:      025187 parse_lmp_sniff_req_check_sniff_para:
+0x5ed0 025188 fetch 2 ,mem_rxbuf + 4 
+0x5ed1 025189 fetcht 1 ,mem_lpm_mult 
+0x5ed2 025190 imul32 temp ,pdata 
+0x5ed3 025191 arg 0x640 ,temp 
+0x5ed4 025192 isub temp ,null 
+0x5ed5 025194 rtn 
+:      025196 parse_lmp_sniff_req:
+0x5ed6 025197 fetch 2 ,mem_rxbuf + 6 
+0x5ed7 025198 branch lmp_reject_sniff ,blank 
+0x5ed8 025199 call parse_lmp_sniff_req_check_sniff_para 
+0x5ed9 025200 branch lmp_reject_sniff ,positive 
+0x5eda 025201 fetch 1 ,mem_device_option 
+0x5edb 025202 sub pdata ,dvc_op_module ,null 
+0x5edc 025203 call module_set_lpm_mult_2 ,zero 
+0x5edd 025204 fetch 1 ,mem_state 
+0x5ede 025205 bbit1 state_insniff ,lmp_reject_sniff 
+0x5edf 025206 fetch 2 ,mem_rxbuf + 2 
+0x5ee0 025207 lshift pdata ,pdata 
+0x5ee1 025208 store 2 ,mem_dsniff 
+0x5ee2 025209 fetch 2 ,mem_rxbuf + 4 
+0x5ee3 025210 lshift pdata ,pdata 
+0x5ee4 025211 store 2 ,mem_tsniff 
+0x5ee5 025212 fetch 2 ,mem_rxbuf + 6 
+0x5ee6 025213 store 1 ,mem_sniff_attempt 
+0x5ee7 025214 iforce temp 
+0x5ee8 025215 fetch 2 ,mem_rxbuf + 8 
+0x5ee9 025216 store 1 ,mem_sniff_timeout 
+0x5eea 025217 isub temp ,null 
+0x5eeb 025218 nbranch set_big_value_to_attempt ,positive 
+0x5eec 025219 store 1 ,mem_sniff_attempt 
+:      025220 set_big_value_to_attempt:
+0x5eed 025222 jam lmp_accepted ,mem_lmo_opcode2 
+0x5eee 025223 jam lmp_sniff_req ,mem_lmi_opcode2 
+0x5eef 025224 rtn 
+:      025226 lmp_reject_sniff:
+0x5ef0 025227 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5ef1 025228 branch reject_lmp_packet 
+:      025230 parse_lmp_start_encryption_req:
+0x5ef2 025231 call accept_lmp_msg 
+0x5ef3 025232 call lmp_copy_rand 
+0x5ef4 025233 call function_e3 
+0x5ef5 025234 branch start_encryption 
+:      025236 parse_lmp_stop_encryption_req:
+0x5ef6 025237 call accept_lmp_msg 
+0x5ef7 025238 branch stop_encryption 
+:      025241 parse_lmp_switch_req:
+0x5ef8 025242 fetch 4 ,mem_rxbuf + 1 
+0x5ef9 025243 lshift pdata ,pdata 
+0x5efa 025245 branch parse_lmp_switch_accept ,master 
+0x5efb 025246 fetcht 1 ,mem_link_key_exists 
+0x5efc 025247 nbranch parse_lmp_switch_req_clear_mark ,blank 
+:      025248 parse_lmp_switch_req_not_accept:
+0x5efd 025249 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x5efe 025250 jam lmp_switch_req ,mem_lmi_opcode2 
+0x5eff 025251 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f00 025252 rtn 
+:      025253 parse_lmp_switch_req_clear_mark:
+0x5f01 025254 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x5f02 025255 jam 0 ,mem_conn_sm 
+0x5f03 025256 branch role_switch_prepare 
+:      025258 parse_lmp_switch_accept:
+0x5f04 025259 call role_switch_prepare 
+0x5f05 025260 set1 mark_reconn_recieve_switch ,mark 
+0x5f06 025261 fetch 1 ,mem_connection_options 
+0x5f07 025262 set0 connection_switch ,pdata 
+0x5f08 025263 store 1 ,mem_connection_options 
+0x5f09 025264 branch accept_lmp_msg 
+:      025268 parse_lmp_temp_rand:
+:      025269 parse_lmp_temp_key:
+:      025270 parse_lmp_timing_accuracy_res:
+:      025271 parse_lmp_unit_key:
+:      025272 parse_lmp_use_semi_permanend_key:
+0x5f0a 025273 rtn 
+:      025276 parse_lmp_unsniff_req:
+0x5f0b 025277 jam lmp_accepted ,mem_lmo_opcode2 
+0x5f0c 025278 jam lmp_unsniff_req ,mem_lmi_opcode2 
+0x5f0d 025279 jam bt_evt_remote_unsniff ,mem_fifo_temp 
+0x5f0e 025280 call ui_ipc_send_event 
+0x5f0f 025281 branch sniff_exit 
+:      025283 parse_lmp_encapsulated_header:
+0x5f10 025284 fetch 1 ,mem_rxbuf + 1 
+0x5f11 025285 bne encapsulated_major_type_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f12 025286 fetch 1 ,mem_rxbuf + 2 
+0x5f13 025287 bne encapsulated_minor_type_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f14 025288 fetch 1 ,mem_rxbuf + 3 
+0x5f15 025289 bne encapsulated_len_p192 ,parse_lmp_encapsulated_header_reject 
+0x5f16 025290 call check_localsm 
+0x5f17 025291 branch parse_lmp_encapsulated_header_master ,true 
+0x5f18 025292 jam sp_stat_key_recv ,mem_sp_state 
+:      025293 parse_lmp_encapsulated_header_master:
+0x5f19 025294 jam lmp_accepted ,mem_lmo_opcode2 
+0x5f1a 025295 jam lmp_encapsulated_header ,mem_lmi_opcode2 
+0x5f1b 025296 branch parse_rx_done 
+:      025298 parse_lmp_encapsulated_header_reject:
+0x5f1c 025299 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f1d 025300 branch reject_lmp_packet 
+:      025302 parse_lmp_accepted_encapsulated_header:
+0x5f1e 025305 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
+0x5f1f 025307 rtn 
+:      025308 parse_lmp_accepted_simple_pairing_number:
+0x5f20 025309 fetch 1 ,mem_ssp_mode_flag 
+0x5f21 025310 beq ssp_mode_ssp_pin_flag ,parse_lmp_accepted_simple_pairing_number_ssp_pin 
+0x5f22 025311 beq ssp_mode_passkey_entry_flag ,parse_lmp_accepted_simple_pairing_number_passkey 
+:      025312 parse_lmp_accepted_simple_pairing_number_common:
+0x5f23 025313 call check_localsm 
+0x5f24 025314 rtn true 
+0x5f25 025315 jam sp_stat_confirm_recv ,mem_sp_state 
+0x5f26 025316 rtn 
+:      025318 parse_lmp_accepted_simple_pairing_number_ssp_pin:
+0x5f27 025319 call g_noninit_number_confirm 
+0x5f28 025320 jam bt_evt_bt_gkey_generate ,mem_fifo_temp 
+0x5f29 025321 call ui_ipc_send_event 
+0x5f2a 025322 branch parse_lmp_accepted_simple_pairing_number_common 
+:      025325 parse_lmp_accepted_simple_pairing_number_passkey:
+0x5f2b 025326 call check_localsm 
+0x5f2c 025327 rtn true 
+0x5f2d 025328 fetch 1 ,mem_authentication_passkey_times 
+0x5f2e 025329 beq 19 ,authentication_passkey_end 
+0x5f2f 025330 increase 1 ,pdata 
+0x5f30 025331 store 1 ,mem_authentication_passkey_times 
+:      025334 authentication_passkey:
+0x5f31 025335 jam sp_flag_commit ,mem_sp_flag 
+0x5f32 025336 jam sp_stat_commit_calc ,mem_sp_state 
+0x5f33 025337 fetch 1 ,mem_authentication_passkey_times 
+0x5f34 025338 copy pdata ,queue 
+0x5f35 025339 fetch 6 ,mem_pin 
+0x5f36 025340 qisolate1 pdata 
+0x5f37 025341 setarg 0x80 
+0x5f38 025342 setflag true ,0 ,pdata 
+0x5f39 025343 store 1 ,mem_passkey_1bit 
+0x5f3a 025344 rtn 
+:      025346 authentication_passkey_end:
+0x5f3b 025347 jam sp_stat_confirm_recv ,mem_sp_state 
+0x5f3c 025348 rtn 
+:      025350 parse_lmp_accepted_dhkey_check:
+0x5f3d 025351 call parse_lmp_accepted_dhkey_check_common 
+:      025352 pairing_success:
+0x5f3e 025353 fetch 1 ,mem_flag_pairing_state 
+0x5f3f 025354 rtn blank 
+0x5f40 025355 jam flag_pairing_state_not_pairing ,mem_flag_pairing_state 
+0x5f41 025356 jam bt_evt_bt_pairing_success ,mem_fifo_temp 
+0x5f42 025357 branch ui_ipc_send_event 
+:      025360 parse_lmp_accepted_dhkey_check_common:
+0x5f43 025362 call check_localsm 
+0x5f44 025363 ncall g_noninit ,true 
+0x5f45 025364 call g_init ,true 
+0x5f46 025365 call check_localsm 
+0x5f47 025366 rtn true 
+0x5f48 025367 jam sp_stat_link_key_calc ,mem_sp_state 
+0x5f49 025368 jam sp_flag_commit ,mem_sp_flag 
+0x5f4a 025369 rtn 
+:      025371 parse_simple_pairing_confirm:
+0x5f4b 025372 arg mem_sp_confirm_remote ,contw 
+0x5f4c 025373 arg mem_rxbuf + 1 ,contr 
+0x5f4d 025374 call memcpy16 
+0x5f4e 025375 fetch 1 ,mem_ssp_mode_flag 
+0x5f4f 025376 rtneq ssp_mode_passkey_entry_flag 
+0x5f50 025377 branch master_set_mem_master_sp_flag 
+:      025379 parse_lmp_encapsulated_payload:
+0x5f51 025380 fetch 1 ,mem_master_sp_state 
+0x5f52 025381 beq sp_stat_random_send ,parse_encapsulated_payload_master 
+0x5f53 025382 fetch 1 ,mem_sp_state 
+0x5f54 025383 bne sp_stat_key_recv ,parse_lmp_encapsulated_payload_reject 
+:      025384 parse_encapsulated_payload_master:
+0x5f55 025385 fetch 1 ,mem_sp_remote_key_recv_count 
+0x5f56 025386 sub pdata ,0x20 ,contw 
+0x5f57 025387 nbranch parse_lmp_encapsulated_payload_reject ,positive 
+0x5f58 025388 arg mem_sp_pubkey_remote ,contw 
+0x5f59 025389 iadd contw ,contw 
+0x5f5a 025390 fetch 8 ,mem_rxbuf + 1 
+0x5f5b 025391 istore 8 ,contw 
+0x5f5c 025392 fetch 8 ,mem_rxbuf + 9 
+0x5f5d 025393 istore 8 ,contw 
+0x5f5e 025394 fetch 1 ,mem_sp_remote_key_recv_count 
+0x5f5f 025395 increase 16 ,pdata 
+0x5f60 025396 store 1 ,mem_sp_remote_key_recv_count 
+0x5f61 025397 bne encapsulated_len_p192 ,accept_lmp_msg 
+:      025398 parse_lmp_encapsulated_payload_completed:
+0x5f62 025399 call check_localsm 
+0x5f63 025400 branch accept_lmp_msg ,true 
+0x5f64 025401 jam sp_key_valid ,mem_sp_remote_key_invalid 
+0x5f65 025402 jam sp_stat_key_generate ,mem_sp_state 
+0x5f66 025403 jam sp_flag_commit ,mem_sp_flag 
+0x5f67 025404 branch accept_lmp_msg 
+:      025405 parse_lmp_encapsulated_payload_reject:
+0x5f68 025406 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f69 025407 branch reject_lmp_packet 
+:      025408 parse_lmp_accepted_encapsulated_payload:
+0x5f6a 025409 fetch 1 ,mem_sp_local_key_send_count 
+0x5f6b 025410 beq encapsulated_len_p192 ,parse_lmp_encapsulated_payload_all_accepted 
+0x5f6c 025411 jam lmp_encapsulated_payload ,mem_lmo_opcode2 
+0x5f6d 025412 branch parse_rx_done 
+:      025414 parse_lmp_encapsulated_payload_all_accepted:
+0x5f6e 025415 call check_localsm 
+0x5f6f 025416 branch parse_lmp_encapsulated_payload_all_accepted_master ,true 
+0x5f70 025417 fetch 1 ,mem_ssp_mode_flag 
+0x5f71 025418 beq ssp_mode_passkey_entry_flag ,parse_lmp_encapsulated_payload_all_accepted_get_passkey 
+0x5f72 025419 jam sp_flag_commit ,mem_sp_flag 
+0x5f73 025420 jam sp_stat_commit_calc ,mem_sp_state 
+0x5f74 025421 branch parse_rx_done 
+:      025423 parse_lmp_encapsulated_payload_all_accepted_get_passkey:
+0x5f75 025424 jam bt_evt_bt_get_passkey ,mem_fifo_temp 
+0x5f76 025425 branch ui_ipc_send_event 
+:      025428 parse_lmp_encapsulated_payload_all_accepted_master:
+0x5f77 025430 branch parse_rx_done 
+:      025432 parse_lmp_simple_pairing_number:
+0x5f78 025433 fetch 1 ,mem_master_sp_state 
+0x5f79 025434 beq sp_stat_random_send ,parse_lmp_simple_pairing_number_master 
+0x5f7a 025435 fetch 1 ,mem_sp_state 
+0x5f7b 025436 bne sp_stat_random_recv ,parse_lmp_simple_pairing_number_reject 
+:      025437 parse_lmp_simple_pairing_number_master:
+0x5f7c 025438 arg mem_sp_random_remote ,contw 
+0x5f7d 025439 fetch 8 ,mem_rxbuf + 1 
+0x5f7e 025440 istore 8 ,contw 
+0x5f7f 025441 fetch 8 ,mem_rxbuf + 9 
+0x5f80 025442 istore 8 ,contw 
+0x5f81 025443 call check_localsm 
+0x5f82 025444 branch parse_lmp_simple_pairing_number_master0 ,true 
+0x5f83 025445 jam sp_stat_random_send ,mem_sp_state 
+0x5f84 025446 jam sp_flag_commit ,mem_sp_flag 
+0x5f85 025447 branch accept_lmp_msg 
+:      025448 parse_lmp_simple_pairing_number_master0:
+0x5f86 025449 jam sp_stat_commit_calc ,mem_master_sp_state 
+0x5f87 025450 branch master_set_mem_master_sp_flag 
+:      025453 parse_lmp_simple_pairing_number_reject:
+0x5f88 025454 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f89 025455 branch reject_lmp_packet 
+:      025457 parse_dhkey_check:
+0x5f8a 025458 fetch 1 ,mem_master_sp_state 
+0x5f8b 025459 beq sp_stat_confirm_send ,parse_dhkey_check_master 
+0x5f8c 025460 fetch 1 ,mem_sp_state 
+0x5f8d 025461 bne sp_stat_confirm_recv ,parse_lmp_dhkey_check_reject 
+:      025462 parse_dhkey_check_master:
+0x5f8e 025463 arg mem_sp_check_result ,contw 
+0x5f8f 025464 arg mem_rxbuf + 1 ,contr 
+0x5f90 025465 call memcpy16 
+0x5f91 025466 call check_localsm 
+0x5f92 025467 branch parse_dhkey_check_master0 ,true 
+0x5f93 025468 fetch 1 ,mem_ssp_mode_flag 
+0x5f94 025469 beq ssp_mode_ssp_pin_flag ,number_comparison_mode 
+:      025470 number_comparison_successed:
+0x5f95 025471 jam 0 ,mem_flag_mode_ssp_pin 
+0x5f96 025472 jam sp_stat_confirm_check ,mem_sp_state 
+0x5f97 025473 jam sp_flag_commit ,mem_sp_flag 
+0x5f98 025474 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x5f99 025475 branch parse_rx_done 
+:      025477 parse_dhkey_check_master0:
+0x5f9a 025478 jam sp_stat_confirm_check ,mem_master_sp_state 
+0x5f9b 025479 jam sp_flag_commit ,mem_master_sp_flag 
+0x5f9c 025480 branch parse_rx_done 
+:      025481 parse_lmp_dhkey_check_reject:
+0x5f9d 025482 jam pdu_not_allowed ,mem_lmo_reason2 
+0x5f9e 025483 branch reject_lmp_packet 
+:      025485 number_comparison_mode:
+0x5f9f 025486 fetch 1 ,mem_flag_mode_ssp_pin 
+0x5fa0 025487 bbit1 flag_mode_ssp_pin_reviceve_comparison_bit ,comparison_result 
+0x5fa1 025488 set1 flag_mode_ssp_pin_recieve_dhkey_bit ,pdata 
+0x5fa2 025489 store 1 ,mem_flag_mode_ssp_pin 
+0x5fa3 025490 rtn 
+:      025492 comparison_result:
+0x5fa4 025493 bbit1 flag_mode_ssp_pin_comparison_result_bit ,number_comparison_successed 
+0x5fa5 025494 jam 0 ,mem_flag_mode_ssp_pin 
+0x5fa6 025495 branch parse_lmp_dhkey_check_reject 
+:      025498 parse_lmp_clkoffset_res:
+0x5fa7 025499 branch parse_rx_done 
+:      025501 parse_lmp_encryption_mode_req:
+0x5fa8 025502 fetch 1 ,mem_connection_options 
+0x5fa9 025503 set0 connection_encrypt 
+0x5faa 025504 store 1 ,mem_connection_options 
+0x5fab 025505 call accept_lmp_msg 
+0x5fac 025506 nrtn master 
+0x5fad 025507 fetch 1 ,mem_rxbuf + 1 
+0x5fae 025508 fetcht 1 ,mem_op 
+0x5faf 025509 setflag blank ,op_stop_enc ,temp 
+0x5fb0 025510 nsetflag blank ,op_start_enc ,temp 
+0x5fb1 025511 storet 1 ,mem_op 
+0x5fb2 025512 rtn 
+:      025514 parse_lmp_features_res:
+0x5fb3 025515 fetcht 8 ,mem_rxbuf + 1 
+:      025516 parse_lmp_features_res_not_hci:
+0x5fb4 025517 fetch 1 ,mem_conn_sm 
+0x5fb5 025518 rtnne conn_sm_wait_features_res 
+0x5fb6 025520 fetch 1 ,mem_connection_options 
+0x5fb7 025521 bbit0 connection_feature_ext ,parse_lmp_send_conn 
+0x5fb8 025523 jam conn_sm_send_features_ext ,mem_conn_sm 
+0x5fb9 025524 rtn 
+:      025525 parse_lmp_send_conn:
+0x5fba 025526 jam conn_sm_send_conn_req ,mem_conn_sm 
+0x5fbb 025527 rtn 
+:      025528 parse_lmp_test_activate:
+0x5fbc 025529 fetch 1 ,mem_debug_config 
+0x5fbd 025530 store 1 ,mem_test_mode_old_debug_config 
+0x5fbe 025531 jam lmp_accepted ,mem_lmo_opcode2 
+0x5fbf 025532 jam lmp_test_activate ,mem_lmi_opcode2 
+0x5fc0 025533 rtn 
+:      025534 parse_lmp_test_control:
+0x5fc1 025537 jam lmp_accepted ,mem_lmo_opcode2 
+0x5fc2 025538 jam lmp_test_control ,mem_lmi_opcode2 
+0x5fc3 025539 force 9 ,loopcnt 
+0x5fc4 025540 arg mem_rxbuf + 1 ,contr 
+0x5fc5 025541 arg mem_temp_payload ,contw 
+:      025542 parse_lmp_test_xor:
+0x5fc6 025543 ifetch 1 ,contr 
+0x5fc7 025544 xor_into 0x55 ,pdata 
+0x5fc8 025545 istore 1 ,contw 
+0x5fc9 025546 loop parse_lmp_test_xor 
+0x5fca 025547 fetch 1 ,test_mode_scenario 
+0x5fcb 025548 fetcht 1 ,mem_tester_emulate 
+0x5fcc 025549 set0 tester_no_whitening ,temp 
+0x5fcd 025550 set0 tester_pattern_test ,temp 
+0x5fce 025551 beq exit_test_mode ,parse_lmp_test_control_exit 
+0x5fcf 025552 beq pause_test_mode ,parse_lmp_test_control_pause 
+0x5fd0 025553 beq closed_loop_back_acl ,parse_lmp_test_control_loopback 
+0x5fd1 025554 beq acl_without_whitening ,parse_lmp_test_control_loopback_nowhite 
+0x5fd2 025555 beq closed_loop_back_sco ,parse_lmp_test_control_loopback 
+0x5fd3 025556 beq sco_without_whitening ,parse_lmp_test_control_loopback_nowhite 
+0x5fd4 025557 beq zero_pattern ,parse_lmp_test_control_pattern 
+0x5fd5 025558 beq one_pattern ,parse_lmp_test_control_pattern 
+0x5fd6 025559 beq alt_pattern ,parse_lmp_test_control_pattern 
+0x5fd7 025560 beq alt2_pattern ,parse_lmp_test_control_pattern 
+0x5fd8 025561 beq pseudorandom ,parse_lmp_test_control_pattern 
+0x5fd9 025562 rtn 
+:      025563 parse_lmp_test_control_exit:
+0x5fda 025565 fetch 1 ,mem_tester_emulate 
+0x5fdb 025566 set1 tester_exit ,pdata 
+0x5fdc 025567 set1 tester_change ,pdata 
+0x5fdd 025568 store 1 ,mem_tester_emulate 
+0x5fde 025569 rtn 
+:      025570 parse_lmp_test_control_pattern:
+0x5fdf 025571 set1 tester_pattern_test ,temp 
+0x5fe0 025572 jam 5 ,mem_lch_code 
+0x5fe1 025573 fetch 2 ,test_mode_data_length 
+0x5fe2 025574 iforce loopcnt 
+0x5fe3 025575 store 2 ,mem_len 
+0x5fe4 025576 arg mem_rxbuf ,contw 
+0x5fe5 025577 call pn9 
+:      025578 parse_lmp_test_control_loopback_nowhite:
+0x5fe6 025579 set1 tester_no_whitening ,temp 
+:      025580 parse_lmp_test_control_loopback:
+0x5fe7 025581 set1 tester_change ,temp 
+0x5fe8 025582 force 0 ,pdata 
+0x5fe9 025583 store 1 ,mem_slave_rcvcnt 
+0x5fea 025584 store 2 ,mem_tst_pktcnt_crc 
+0x5feb 025585 store 2 ,mem_tst_pktcnt_dmh 
+0x5fec 025586 store 2 ,mem_tst_pktcnt_hec 
+0x5fed 025587 store 2 ,mem_tst_pktcnt_sync 
+0x5fee 025588 fetch 1 ,test_mode_hopping_mode 
+0x5fef 025589 compare fixed_freq ,pdata ,0xff 
+0x5ff0 025590 setflag true ,tester_fixed_freq ,temp 
+0x5ff1 025591 storet 1 ,mem_tester_emulate 
+0x5ff2 025592 rtn 
+:      025594 parse_lmp_test_control_pause:
+0x5ff3 025595 set0 mark_testmode ,mark 
+0x5ff4 025596 jam 0 ,mem_tester_emulate 
+0x5ff5 025597 fetch 1 ,mem_debug_config 
+0x5ff6 025598 set0 debug_tx_pattern ,pdata 
+0x5ff7 025599 store 1 ,mem_debug_config 
+0x5ff8 025600 rtn 
+:      025606 lmp_copy_rand:
+0x5ff9 025607 arg mem_rxbuf + 1 ,contr 
+0x5ffa 025608 arg mem_random_number ,contw 
+0x5ffb 025609 branch memcpy16 
+:      025611 lmp_generate_key:
+0x5ffc 025612 jam lmp_comb_key ,mem_lmo_opcode2 
+0x5ffd 025613 rtn 
+:      025615 lmp_start_encryption:
+0x5ffe 025616 nrtn master 
+0x5fff 025617 jam lmp_start_encryption_req ,mem_lmo_opcode2 
+0x6000 025618 rtn 
+:      025620 lmp_accept_inrand:
+0x6001 025621 arg mem_lap ,rega 
+0x6002 025622 call generate_kinit 
+0x6003 025623 jam lmp_accepted ,mem_lmo_opcode2 
+0x6004 025624 jam lmp_in_rand ,mem_lmi_opcode2 
+0x6005 025625 rtn 
+:      025627 lmp_disconnect:
+0x6006 025628 jam 10 ,mem_conn_timer 
+0x6007 025629 jam lmp_detach ,mem_lmo_opcode2 
+0x6008 025630 jam local_host ,mem_disconn_reason_send 
+0x6009 025631 rtn 
+:      025637 send_lmp:
+0x600a 025638 bpatchx patch30_2 ,mem_patch30 
+0x600b 025639 disable user 
+0x600c 025640 call lmo_fifo_process 
+0x600d 025641 fetch 1 ,mem_lmp_to_send 
+0x600e 025642 rtn blank 
+0x600f 025647 bbit1 7 ,send_lmp_escape 
+:      025648 send_lmp0:
+0x6010 025649 beq lmp_name_req ,send_lmp_name_req 
+0x6011 025650 beq lmp_name_res ,send_lmp_name_res 
+0x6012 025651 beq lmp_accepted ,send_lmp_accepted 
+0x6013 025652 beq lmp_not_accepted ,send_lmp_not_accepted 
+0x6014 025653 beq lmp_features_req ,send_lmp_features_req 
+0x6015 025654 beq lmp_features_res ,send_lmp_features_res 
+0x6016 025655 beq lmp_timing_accuracy_res ,send_lmp_timing_accuracy_res 
+0x6017 025656 beq lmp_version_req ,send_lmp_version_req 
+0x6018 025657 beq lmp_version_res ,send_lmp_version_res 
+0x6019 025658 beq lmp_setup_complete ,send_lmp_setup_complete 
+0x601a 025659 beq lmp_supervision_timeout ,send_lmp_superto 
+0x601b 025660 beq lmp_host_connection_req ,send_lmp_no_payload 
+0x601c 025661 beq lmp_in_rand ,send_lmp_inrand 
+0x601d 025662 beq lmp_comb_key ,send_lmp_comb_key 
+0x601e 025663 beq lmp_au_rand ,send_lmp_aurand 
+0x601f 025664 beq lmp_sres ,send_lmp_sres 
+0x6020 025665 beq lmp_encryption_mode_req ,send_lmp_encryption_mode_req 
+0x6021 025666 beq lmp_encryption_key_size_req ,send_lmp_encryption_key_size_req 
+0x6022 025667 beq lmp_start_encryption_req ,send_lmp_start_encryption 
+0x6023 025668 beq lmp_detach ,send_lmp_detach 
+0x6024 025669 beq lmp_quality_of_service_req ,send_lmp_quality_of_service_req 
+0x6025 025670 beq lmp_unit_key ,send_lmp_unit_key 
+0x6026 025672 beq lmp_incr_power_req ,send_lmp_inc_power 
+0x6027 025673 beq lmp_clkoffset_res ,send_lmp_clkoffset_res 
+0x6028 025674 beq lmp_max_power ,send_lmp_nopayload_reply 
+0x6029 025675 beq lmp_max_slot ,send_lmp_max_slot 
+0x602a 025676 beq lmp_max_slot_req ,send_lmp_max_slot_req 
+0x602b 025677 beq lmp_min_power ,send_lmp_nopayload_reply 
+0x602c 025678 beq lmp_slot_offset ,send_lmp_slot_offset 
+0x602d 025679 beq lmp_switch_req ,send_lmp_switch_req 
+0x602e 025680 beq lmp_sniff_req ,send_lmp_sniff_req 
+0x602f 025681 beq lmp_stop_encryption_req ,send_lmp_stop_encryption_req 
+0x6030 025682 beq lmp_timing_accuracy_req ,send_lmp_timing_accuracy_req 
+0x6031 025683 beq lmp_unsniff_req ,send_lmp_unsniff_req 
+0x6032 025684 beq lmp_encapsulated_header ,send_lmp_encapsulated_header 
+0x6033 025685 beq lmp_encapsulated_payload ,send_lmp_encapsulated_payload 
+0x6034 025686 beq lmp_simple_pairing_confirm ,send_lmp_simple_pairing_comfirm 
+0x6035 025687 beq lmp_simple_pairing_number ,send_lmp_simple_pairing_number 
+0x6036 025688 beq lmp_dhkey_check ,send_lmp_dhkey_check 
+0x6037 025689 beq lmp_auto_rate ,send_lmp_auto_rate 
+0x6038 025690 beq lmp_enc_key_size_mask_res ,send_lmp_enc_key_size_mask_res 
+0x6039 025692 beq lmp_clkoffset_req ,send_lmp_clkoffset_req 
+0x603a 025693 beq lmp_quality_of_service ,send_lmp_quality_of_service 
+0x603b 025694 beq lmp_test_activate ,send_lmp_test_activate 
+0x603c 025695 beq lmp_test_control ,send_lmp_test_control 
+:      025696 send_lmp_error:
+0x603d 025697 branch assert 
+0x603e 025698 rtn 
+:      025699 send_lmp_escape:
+0x603f 025700 beq lmp_ext_accepted ,send_lmpext_accepted 
+0x6040 025701 beq lmp_ext_features_res ,send_lmpext_features_res 
+0x6041 025702 beq lmp_not_accepted_ext ,send_lmpext_not_accepted 
+0x6042 025703 beq lmp_ext_features_req ,send_lmpext_features_req 
+0x6043 025704 beq lmp_packet_type_table_req ,send_lmpext_packet_type_table_req 
+0x6044 025705 beq lmp_pause_encryption_req ,send_lmpext_pause_encryption_req 
+0x6045 025706 beq lmp_io_cap_req ,send_lmp_io_cap_req 
+0x6046 025707 beq lmp_io_cap_res ,send_lmpext_io_cap_res 
+0x6047 025708 beq lmp_sniff_subrating_req ,send_lmpext_sniff_subrating_req 
+0x6048 025709 beq lmp_sniff_subrating_res ,send_lmpext_sniff_subrating_res 
+0x6049 025710 branch assert 
+:      025716 send_lmp_accepted:
+0x604a 025717 force 2 ,pdata 
+0x604b 025718 call msg_send_lmp 
+0x604c 025719 fetch 1 ,mem_lmi_opcode 
+0x604d 025720 istore 1 ,contw 
+0x604e 025721 call send_lmp_follow 
+0x604f 025722 bpatchx patch30_3 ,mem_patch30 
+0x6050 025723 fetch 1 ,mem_lmi_opcode 
+0x6051 025724 beq lmp_in_rand ,send_lmp_accepted_inrand 
+0x6052 025725 beq lmp_encryption_mode_req ,send_lmp_accepted_enc_mode 
+0x6053 025726 beq lmp_encryption_key_size_req ,send_lmp_accepted_enc_key 
+0x6054 025727 beq lmp_sniff_req ,send_lmp_accept_sniff_req 
+0x6055 025728 beq lmp_host_connection_req ,send_lmp_accepted_connection 
+0x6056 025729 beq lmp_dhkey_check ,send_lmp_accept_dhkey_check 
+0x6057 025730 beq lmp_start_encryption_req ,send_create_conn_start_l2cap_timer_sm 
+0x6058 025731 rtn 
+:      025733 send_create_conn_start_l2cap_timer_sm:
+0x6059 025734 fetch 1 ,mem_conn_sm 
+0x605a 025735 rtn blank 
+0x605b 025736 jam conn_sm_wait_done ,mem_conn_sm 
+0x605c 025737 setarg timer_enpt_waite 
+0x605d 025738 arg enpt_delay_timer ,queue 
+0x605e 025739 branch timer_init 
+:      025741 send_lmp_accept_sniff_req:
+0x605f 025742 branch sniff_init 
+:      025743 send_lmp_not_accepted:
+0x6060 025744 force 3 ,pdata 
+0x6061 025745 call msg_send_lmp 
+0x6062 025746 fetch 1 ,mem_lmi_opcode 
+0x6063 025747 beq lmp_au_rand ,send_not_accept_aurand 
+0x6064 025748 istore 1 ,contw 
+0x6065 025749 fetch 1 ,mem_lmo_reason 
+0x6066 025750 istore 1 ,contw 
+0x6067 025751 branch send_lmp_follow 
+:      025753 send_not_accept_aurand:
+0x6068 025754 istore 1 ,contw 
+0x6069 025755 fetch 1 ,mem_lmo_reason 
+0x606a 025756 istore 1 ,contw 
+0x606b 025757 arg mem_sres_tid ,temp 
+0x606c 025758 branch special_tid_store 
+:      025760 send_lmpext_accepted:
+0x606d 025761 force 4 ,queue 
+0x606e 025762 call send_lmpext 
+0x606f 025763 setarg lmp_escape 
+0x6070 025764 istore 1 ,contw 
+0x6071 025765 fetch 1 ,mem_lmi_opcode 
+0x6072 025766 set0 7 ,pdata 
+0x6073 025767 istore 1 ,contw 
+0x6074 025768 fetch 1 ,mem_lmi_opcode 
+0x6075 025769 branch send_lmp_follow 
+:      025771 send_lmpext_not_accepted:
+0x6076 025772 force 5 ,queue 
+0x6077 025773 call send_lmpext 
+0x6078 025774 setarg lmp_escape 
+0x6079 025775 istore 1 ,contw 
+0x607a 025776 fetch 1 ,mem_lmi_opcode 
+0x607b 025777 set0 7 ,pdata 
+0x607c 025778 istore 1 ,contw 
+0x607d 025779 fetch 1 ,mem_lmo_reason 
+0x607e 025780 istore 1 ,contw 
+0x607f 025781 branch send_lmp_follow 
+:      025784 send_lmp_accepted_inrand:
+0x6080 025785 call clear_linkkey 
+0x6081 025786 call tid_check 
+0x6082 025787 rtn true 
+0x6083 025788 branch lmp_generate_key 
+:      025790 send_lmp_accepted_enc_mode:
+0x6084 025791 fetch 1 ,mem_op 
+0x6085 025792 bbit1 op_start_enc ,send_lmp_accepted_enc_start 
+0x6086 025793 rtnbit0 op_stop_enc 
+0x6087 025794 jam lmp_stop_encryption_req ,mem_lmo_opcode2 
+0x6088 025795 set0 op_stop_enc ,pdata 
+0x6089 025796 call tid_reply 
+0x608a 025797 branch send_lmp_accepted_enc_exit 
+:      025798 send_lmp_accepted_enc_start:
+0x608b 025799 jam lmp_encryption_key_size_req ,mem_lmo_opcode2 
+0x608c 025800 set0 op_start_enc ,pdata 
+:      025801 send_lmp_accepted_enc_exit:
+0x608d 025802 store 1 ,mem_op 
+0x608e 025803 rtn 
+:      025805 send_lmp_accepted_enc_key:
+0x608f 025806 call check_localsm 
+0x6090 025807 branch lmp_start_encryption ,true 
+0x6091 025808 rtn 
+:      025810 send_lmp_accepted_connection:
+0x6092 025811 jam lmp_packet_type_table_req ,mem_lmo_opcode2 
+0x6093 025813 fetch 1 ,mem_lmp_conn_state 
+0x6094 025814 set1 received_conn_req ,pdata 
+0x6095 025815 store 1 ,mem_lmp_conn_state 
+0x6096 025816 jam bt_evt_bb_connected ,mem_fifo_temp 
+0x6097 025817 branch ui_ipc_send_event 
+:      025820 send_lmp_accept_dhkey_check:
+0x6098 025821 rtn 
+:      025825 send_lmpext_features_res:
+0x6099 025826 force 12 ,queue 
+0x609a 025827 call send_lmpext 
+0x609b 025828 setarg 0x01 
+0x609c 025829 istore 1 ,contw 
+0x609d 025830 fetch 2 ,mem_lmpext_ssp_enable 
+0x609e 025831 istore 2 ,contw 
+0x609f 025832 setarg 0 
+0x60a0 025833 istore 3 ,contw 
+0x60a1 025834 setarg 0x00 
+0x60a2 025835 istore 4 ,contw 
+0x60a3 025836 branch send_lmp_reply 
+:      025837 send_lmpext_io_cap_res:
+0x60a4 025838 force 5 ,queue 
+0x60a5 025839 call send_lmpext 
+0x60a6 025840 fetch 3 ,mem_sp_iocap_local 
+0x60a7 025841 istore 3 ,contw 
+0x60a8 025842 call send_lmp_reply 
+0x60a9 025843 jam flag_pairing_state_pairing ,mem_flag_pairing_state 
+0x60aa 025844 fetch 1 ,mem_sp_iocap_local 
+0x60ab 025845 beq display_yesno ,responder_iocap_display_yesno 
+0x60ac 025846 beq keyboard_only ,responder_iocap_keyboard_only 
+0x60ad 025847 beq no_input_no_output ,responder_iocap_no_input_no_output 
+0x60ae 025848 rtn 
+:      025850 responder_iocap_keyboard_only:
+0x60af 025851 fetch 1 ,mem_sp_iocap_remote 
+0x60b0 025852 beq display_only ,responder_iocap_keyboard_only_initiator_iocap_display_only 
+0x60b1 025853 beq display_yesno ,responder_iocap_keyboard_only_initiator_iocap_display_yesno 
+0x60b2 025854 beq keyboard_only ,responder_iocap_keyboard_only_initiator_iocap_keyboard_only 
+0x60b3 025855 beq no_input_no_output ,responder_iocap_keyboard_only_initiator_iocap_no_input_no_output 
+0x60b4 025856 rtn 
+:      025859 responder_iocap_display_yesno:
+0x60b5 025860 fetch 1 ,mem_sp_iocap_remote 
+0x60b6 025861 beq display_only ,responder_iocap_display_yesno_initiator_iocap_display_only 
+0x60b7 025862 beq display_yesno ,responder_iocap_display_yesno_initiator_iocap_display_yesno 
+0x60b8 025863 beq keyboard_only ,responder_iocap_display_yesno_initiator_iocap_keyboard_only 
+0x60b9 025864 beq no_input_no_output ,responder_iocap_display_yesno_initiator_iocap_no_input_no_output 
+0x60ba 025865 rtn 
+:      025868 responder_iocap_no_input_no_output:
+0x60bb 025869 fetch 1 ,mem_sp_iocap_remote 
+0x60bc 025870 beq display_only ,responder_iocap_no_input_no_output_initiator_iocap_display_only 
+0x60bd 025871 beq display_yesno ,responder_iocap_no_input_no_output_initiator_iocap_display_yesno 
+0x60be 025872 beq keyboard_only ,responder_iocap_no_input_no_output_initiator_iocap_keyboard_only 
+0x60bf 025873 beq no_input_no_output ,responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output 
+0x60c0 025874 rtn 
+:      025876 responder_iocap_keyboard_only_initiator_iocap_no_input_no_output:
+:      025877 responder_iocap_display_yesno_initiator_iocap_no_input_no_output:
+:      025878 responder_iocap_display_yesno_initiator_iocap_display_only:
+:      025879 responder_iocap_no_input_no_output_initiator_iocap_display_only:
+:      025880 responder_iocap_no_input_no_output_initiator_iocap_display_yesno:
+:      025881 responder_iocap_no_input_no_output_initiator_iocap_keyboard_only:
+:      025882 responder_iocap_no_input_no_output_initiator_iocap_no_input_no_output:
+:      025883 set_ssp_mode_justwork:
+0x60c1 025884 jam ssp_mode_just_work_flag ,mem_ssp_mode_flag 
+0x60c2 025885 fetch 1 ,mem_classic_bt_flag 
+0x60c3 025886 bbit1 flag_ssp_reject_justwork ,app_bt_disconnect 
+0x60c4 025887 rtn 
+:      025889 responder_iocap_display_yesno_initiator_iocap_display_yesno:
+:      025890 set_ssp_mode_numeric_comparison:
+0x60c5 025891 jam ssp_mode_ssp_pin_flag ,mem_ssp_mode_flag 
+0x60c6 025892 rtn 
+:      025894 responder_iocap_keyboard_only_initiator_iocap_display_yesno:
+:      025895 responder_iocap_keyboard_only_initiator_iocap_keyboard_only:
+:      025896 responder_iocap_keyboard_only_initiator_iocap_display_only:
+:      025897 responder_iocap_display_yesno_initiator_iocap_keyboard_only:
+:      025898 set_ssp_mode_passkey:
+0x60c7 025899 jam ssp_mode_passkey_entry_flag ,mem_ssp_mode_flag 
+0x60c8 025900 rtn 
+:      025903 classic_bt_set_reject_justwork_flag:
+0x60c9 025904 arg flag_ssp_reject_justwork ,queue 
+0x60ca 025905 branch classic_bluetooth_set_flag 
+:      025907 classic_bt_clr_reject_justwork_flag:
+0x60cb 025908 arg flag_ssp_reject_justwork ,queue 
+0x60cc 025909 branch classic_bluetooth_clr_flag 
+:      025911 classic_bluetooth_set_flag:
+0x60cd 025912 fetch 1 ,mem_classic_bt_flag 
+0x60ce 025913 qset1 pdata 
+0x60cf 025914 store 1 ,mem_classic_bt_flag 
+0x60d0 025915 rtn 
+:      025917 classic_bluetooth_clr_flag:
+0x60d1 025918 fetch 1 ,mem_classic_bt_flag 
+0x60d2 025919 qset0 pdata 
+0x60d3 025920 store 1 ,mem_classic_bt_flag 
+0x60d4 025921 rtn 
+:      025924 send_lmp_io_cap_req:
+0x60d5 025925 force 5 ,queue 
+0x60d6 025926 call send_lmpext 
+0x60d7 025927 fetch 3 ,mem_sp_iocap_local 
+0x60d8 025928 istore 3 ,contw 
+0x60d9 025929 branch send_lmp_request 
+:      025932 send_lmpext_sniff_subrating_req:
+0x60da 025934 rtn 
+:      025935 send_lmpext_sniff_subrating_res:
+0x60db 025936 force 9 ,queue 
+0x60dc 025937 call send_lmpext 
+0x60dd 025938 fetch 1 ,mem_subsniff_rate 
+0x60de 025939 istore 1 ,contw 
+0x60df 025940 fetch 2 ,mem_subsniff_tcmax 
+0x60e0 025941 istore 2 ,contw 
+0x60e1 025942 fetch 4 ,mem_subsniff_instant 
+0x60e2 025943 istore 4 ,contw 
+0x60e3 025944 branch send_lmp_reply 
+:      025946 send_lmp_name_res:
+0x60e4 025947 force 17 ,pdata 
+0x60e5 025948 call msg_send_lmp 
+0x60e6 025949 fetch 1 ,mem_lmi_opcode 
+0x60e7 025950 copy pdata ,temp 
+0x60e8 025951 beq 0x00 ,send_lmp_name_res_offset_ok 
+0x60e9 025952 beq 0x0e ,send_lmp_name_res_offset_ok 
+0x60ea 025953 beq 0x1c ,send_lmp_name_res_offset_ok 
+0x60eb 025954 rtn 
+:      025955 send_lmp_name_res_offset_ok:
+0x60ec 025956 istore 1 ,contw 
+0x60ed 025957 fetch 1 ,mem_local_name_length 
+0x60ee 025958 istore 1 ,contw 
+0x60ef 025959 arg 14 ,loopcnt 
+0x60f0 025960 setarg mem_local_name 
+0x60f1 025961 iadd temp ,contr 
+0x60f2 025962 call memcpy 
+0x60f3 025963 branch send_lmp_reply 
+:      025966 send_lmp_timing_accuracy_res:
+0x60f4 025967 force 3 ,pdata 
+0x60f5 025968 call msg_send_lmp 
+0x60f6 025969 setarg 0x0114 
+0x60f7 025970 istore 2 ,contw 
+0x60f8 025971 branch send_lmp_reply 
+:      025973 send_lmp_clkoffset_res:
+0x60f9 025975 force 3 ,pdata 
+0x60fa 025976 call msg_send_lmp 
+0x60fb 025977 fetch 4 ,mem_clke_bt 
+0x60fc 025978 isub clkn_bt ,pdata 
+0x60fd 025979 branch send_lmp_clkoffset_res_master ,master 
+0x60fe 025980 sub pdata ,0 ,pdata 
+:      025981 send_lmp_clkoffset_res_master:
+0x60ff 025983 rshift2 pdata ,pdata 
+0x6100 025984 set0 15 ,pdata 
+0x6101 025985 istore 2 ,contw 
+0x6102 025986 branch send_lmp_reply 
+:      025988 send_lmp_version_res:
+0x6103 025989 force 6 ,pdata 
+0x6104 025990 call msg_send_lmp 
+0x6105 025991 fetch 5 ,mem_lmp_version 
+0x6106 025992 istore 5 ,contw 
+0x6107 025993 branch send_lmp_reply 
+:      025995 send_lmp_features_res:
+0x6108 025996 force 9 ,pdata 
+0x6109 025997 call msg_send_lmp 
+0x610a 025998 fetch 8 ,mem_features 
+0x610b 025999 istore 8 ,contw 
+0x610c 026000 branch send_lmp_reply 
+:      026007 send_lmpext_features_req:
+0x610d 026008 force 12 ,queue 
+0x610e 026009 call send_lmpext 
+0x610f 026010 setarg 0x01 
+0x6110 026011 istore 1 ,contw 
+0x6111 026012 fetch 2 ,mem_lmpext_ssp_enable 
+0x6112 026013 istore 2 ,contw 
+0x6113 026014 setarg 0 
+0x6114 026015 istore 3 ,contw 
+0x6115 026016 setarg 0x00 
+0x6116 026017 istore 4 ,contw 
+0x6117 026018 branch send_lmp_request 
+:      026020 send_lmpext_packet_type_table_req:
+0x6118 026021 force 3 ,queue 
+0x6119 026022 call send_lmpext 
+0x611a 026023 fetch 1 ,mem_ptt 
+0x611b 026024 istore 1 ,contw 
+0x611c 026025 disable user 
+0x611d 026026 call send_lmp_request 
+0x611e 026027 nrtn user 
+0x611f 026028 nrtn master 
+0x6120 026029 fetch 1 ,mem_afh_cfg 
+0x6121 026030 rtnbit0 afh_cfg_on 
+0x6122 026031 call afh_init 
+0x6123 026032 branch afh_open_all_channels 
+:      026035 ssp_enable:
+0x6124 026036 bpatchx patch30_4 ,mem_patch30 
+0x6125 026037 fetch 1 ,mem_features + 6 
+0x6126 026038 set1 param_featrue_ssp ,pdata 
+0x6127 026039 store 1 ,mem_features + 6 
+0x6128 026040 setarg param_lmpext_ssp_enable 
+0x6129 026041 store 2 ,mem_lmpext_ssp_enable 
+0x612a 026042 rtn 
+:      026044 ssp_disable:
+0x612b 026045 bpatchx patch30_5 ,mem_patch30 
+0x612c 026046 fetch 1 ,mem_features + 6 
+0x612d 026047 set0 param_featrue_ssp ,pdata 
+0x612e 026048 store 1 ,mem_features + 6 
+0x612f 026049 setarg 0 
+0x6130 026050 store 2 ,mem_lmpext_ssp_enable 
+0x6131 026051 rtn 
+:      026053 afh_init:
+0x6132 026054 jam 0x3 ,mem_afh_cfg 
+0x6133 026055 setarg 0 
+0x6134 026056 store 4 ,mem_afh_timer 
+0x6135 026057 arg mem_afh_map_lo ,contw 
+0x6136 026058 call afh_reset_map 
+0x6137 026059 arg mem_afh_map_new ,contw 
+0x6138 026060 call afh_reset_map 
+0x6139 026061 arg mem_afh_classify_channel_map ,contw 
+0x613a 026062 call afh_reset_map 
+0x613b 026063 branch afh_clear_error_counter 
+:      026064 afh_open_all_channels:
+0x613c 026065 arg mem_afh_map_new ,contw 
+0x613d 026066 call afh_reset_map 
+0x613e 026067 call afh_clear_error_counter 
+0x613f 026068 branch afh_set_send_flag 
+:      026071 afh_reset_map:
+0x6140 026072 setarg 0xffffff 
+0x6141 026073 istore 3 ,contw 
+0x6142 026074 istore 3 ,contw 
+0x6143 026075 istore 3 ,contw 
+0x6144 026076 setarg 0x7f 
+0x6145 026077 istore 1 ,contw 
+0x6146 026078 rtn 
+:      026079 afh_clear_error_counter:
+0x6147 026080 setarg 0 
+0x6148 026081 store 2 ,mem_afh_error_total 
+0x6149 026082 rtn 
+:      026083 afh_set_send_flag:
+0x614a 026084 fetch 1 ,mem_afh_cfg 
+0x614b 026085 set1 send_lmp_set_afh ,pdata 
+0x614c 026086 store 1 ,mem_afh_cfg 
+0x614d 026087 rtn 
+:      026090 send_lmpext_pause_encryption_req:
+0x614e 026091 force 2 ,queue 
+0x614f 026092 call send_lmpext 
+0x6150 026093 nbranch send_lmp_reply ,master 
+0x6151 026095 branch send_lmp_request 
+:      026099 send_lmp_detach:
+0x6152 026100 force 2 ,pdata 
+0x6153 026101 call msg_send_lmp 
+0x6154 026102 fetch 1 ,mem_disconn_reason_send 
+0x6155 026103 istore 1 ,contw 
+0x6156 026104 call send_lmp_request 
+:      026105 prepare_disconnect:
+0x6157 026106 fetch 1 ,mem_op 
+0x6158 026107 set1 op_disconn ,pdata 
+0x6159 026108 store 1 ,mem_op 
+0x615a 026109 jam 50 ,mem_conn_timer 
+0x615b 026110 rtn 
+:      026113 send_lmp_no_payload:
+0x615c 026114 force 1 ,pdata 
+0x615d 026115 call msg_send_lmp 
+0x615e 026116 branch send_lmp_request 
+:      026117 send_lmp_nopayload_reply:
+0x615f 026118 force 1 ,pdata 
+0x6160 026119 call msg_send_lmp 
+0x6161 026120 branch send_lmp_reply 
+:      026123 send_lmp_encryption_mode_req:
+0x6162 026124 force 2 ,pdata 
+0x6163 026125 call msg_send_lmp 
+0x6164 026126 fetch 1 ,mem_state_map 
+0x6165 026127 isolate0 smap_encryption ,pdata 
+0x6166 026128 setflag true ,0 ,pdata 
+0x6167 026129 and_into 1 ,pdata 
+0x6168 026130 istore 1 ,contw 
+0x6169 026131 branch send_lmp_request 
+:      026134 send_lmp_superto:
+0x616a 026135 force 3 ,pdata 
+0x616b 026136 call msg_send_lmp 
+0x616c 026137 fetch 2 ,mem_supervision_to 
+0x616d 026138 istore 2 ,contw 
+0x616e 026139 branch send_lmp_request 
+:      026141 send_lmp_name_req:
+0x616f 026142 jam 250 ,mem_conn_timer 
+0x6170 026143 force 2 ,pdata 
+0x6171 026144 call msg_send_lmp 
+0x6172 026145 fetch 1 ,mem_name_offset 
+0x6173 026146 istore 1 ,contw 
+0x6174 026147 branch send_lmp_request 
+:      026149 send_lmp_test_control:
+0x6175 026150 force 10 ,pdata 
+0x6176 026151 call msg_send_lmp 
+0x6177 026152 arg mem_temp_payload ,contr 
+0x6178 026153 force 9 ,loopcnt 
+:      026154 send_lmp_test_control_loop:
+0x6179 026155 ifetch 1 ,contr 
+0x617a 026156 xor_into 0x55 ,pdata 
+0x617b 026157 istore 1 ,contw 
+0x617c 026158 loop send_lmp_test_control_loop 
+0x617d 026159 branch send_lmp_request 
+:      026161 send_lmp_quality_of_service_req:
+0x617e 026162 branch send_lmp_request 
+:      026163 send_lmp_unit_key:
+0x617f 026164 branch send_lmp_request 
+:      026166 send_lmp_slot_offset:
+0x6180 026167 rtn master 
+0x6181 026168 call calc_slot_offset 
+0x6182 026169 force 9 ,pdata 
+0x6183 026170 call msg_send_lmp 
+0x6184 026171 fetch 2 ,mem_slot_offset 
+0x6185 026172 istore 2 ,contw 
+0x6186 026173 fetch 3 ,mem_lap 
+0x6187 026174 istore 3 ,contw 
+0x6188 026175 fetch 1 ,mem_uap 
+0x6189 026176 istore 1 ,contw 
+0x618a 026177 fetch 2 ,mem_nap 
+0x618b 026178 istore 2 ,contw 
+0x618c 026179 bmark0 mark_switch_initiated ,send_lmp_slot_offset_reply 
+0x618d 026180 set0 mark_switch_initiated ,mark 
+0x618e 026181 call send_lmp_request 
+0x618f 026182 jam lmp_switch_req ,mem_lmo_opcode2 
+0x6190 026183 rtn 
+:      026184 send_lmp_slot_offset_reply:
+0x6191 026185 call send_lmp_reply 
+0x6192 026186 jam lmp_accepted ,mem_lmo_opcode2 
+0x6193 026187 jam lmp_switch_req ,mem_lmi_opcode2 
+0x6194 026188 rtn 
+:      026190 send_lmp_switch_req:
+0x6195 026191 arg 0x200 ,temp 
+0x6196 026192 branch switch_on_native ,master 
+0x6197 026193 deposit clke_bt 
+0x6198 026194 branch switch_slack 
+:      026195 switch_on_native:
+0x6199 026196 deposit clkn_bt 
+:      026197 switch_slack:
+0x619a 026198 deposit bt_clk 
+0x619b 026199 iadd temp ,pdata 
+0x619c 026200 and_into 0x1fc ,pdata 
+0x619d 026201 store 4 ,mem_sniff_anchor 
+0x619e 026202 force 5 ,pdata 
+0x619f 026203 call msg_send_lmp 
+0x61a0 026204 fetch 4 ,mem_sniff_anchor 
+0x61a1 026205 rshift pdata ,pdata 
+0x61a2 026206 istore 4 ,contw 
+0x61a3 026207 branch send_lmp_request 
+:      026209 send_lmp_sniff_req:
+0x61a4 026210 force 10 ,pdata 
+0x61a5 026211 call msg_send_lmp 
+0x61a6 026212 arg mem_sniff_payload ,contr 
+0x61a7 026213 ifetch 9 ,contr 
+0x61a8 026214 istore 9 ,contw 
+0x61a9 026215 branch send_lmp_request 
+:      026218 send_lmp_timing_accuracy_req:
+0x61aa 026220 force 3 ,pdata 
+0x61ab 026221 call msg_send_lmp 
+0x61ac 026222 setarg 0x0114 
+0x61ad 026223 istore 2 ,contw 
+0x61ae 026224 branch send_lmp_request 
+:      026226 send_lmp_unsniff_req:
+0x61af 026228 force 1 ,pdata 
+0x61b0 026229 call msg_send_lmp 
+0x61b1 026238 branch send_lmp_request 
+:      026241 send_lmp_max_slot:
+0x61b2 026242 force 2 ,pdata 
+0x61b3 026243 call msg_send_lmp 
+0x61b4 026244 fetch 1 ,mem_max_slot 
+0x61b5 026245 istore 1 ,contw 
+0x61b6 026246 branch send_lmp_request 
+:      026249 send_lmp_max_slot_req:
+0x61b7 026250 force 2 ,pdata 
+0x61b8 026251 call msg_send_lmp 
+0x61b9 026252 setarg 0x05 
+0x61ba 026253 istore 1 ,contw 
+0x61bb 026254 branch send_lmp_request 
+:      026257 send_lmp_inc_power:
+0x61bc 026258 force 2 ,pdata 
+0x61bd 026259 call msg_send_lmp 
+0x61be 026260 setarg 0x00 
+0x61bf 026261 istore 1 ,contw 
+0x61c0 026262 branch send_lmp_request 
+:      026265 send_lmp_setup_complete_by_module:
+0x61c1 026266 jam lmp_max_slot_req ,mem_lmo_opcode2 
+0x61c2 026267 rtn 
+:      026268 send_lmp_setup_complete:
+0x61c3 026269 fetch 1 ,mem_device_option 
+0x61c4 026270 sub pdata ,dvc_op_module ,null 
+0x61c5 026271 call send_lmp_setup_complete_by_module ,zero 
+0x61c6 026272 fetch 1 ,mem_state 
+0x61c7 026273 set1 state_conn_comp ,pdata 
+0x61c8 026274 store 1 ,mem_state 
+0x61c9 026275 copy clkn_bt ,pdata 
+0x61ca 026276 store 4 ,mem_aurand_send_delay_time 
+0x61cb 026277 fetch 1 ,mem_lmp_conn_state 
+0x61cc 026278 bbit1 sent_setup_complete ,send_lmp_setup_complete_has_sent 
+0x61cd 026279 set1 sent_setup_complete ,pdata 
+0x61ce 026280 store 1 ,mem_lmp_conn_state 
+0x61cf 026281 jam bt_evt_setup_complete ,mem_fifo_temp 
+0x61d0 026282 call ui_ipc_send_event 
+0x61d1 026283 force 1 ,pdata 
+0x61d2 026284 call msg_send_lmp 
+0x61d3 026285 branch send_lmp_request 
+:      026286 send_lmp_setup_complete_has_sent:
+0x61d4 026287 jam 0 ,mem_lmp_to_send 
+0x61d5 026288 rtn 
+:      026290 send_lmp_version_req:
+0x61d6 026291 force 6 ,pdata 
+0x61d7 026292 call msg_send_lmp 
+0x61d8 026293 fetch 5 ,mem_lmp_version 
+0x61d9 026294 istore 5 ,contw 
+0x61da 026295 branch send_lmp_request 
+:      026297 send_lmp_features_req:
+0x61db 026298 force 9 ,pdata 
+0x61dc 026299 call msg_send_lmp 
+0x61dd 026300 fetch 8 ,mem_features 
+0x61de 026301 istore 8 ,contw 
+0x61df 026302 branch send_lmp_request 
+:      026304 sp_master_send_io_cap_get:
+0x61e0 026305 jam sp_flag_commit ,mem_master_sp_flag 
+0x61e1 026306 fetch 1 ,mem_sp_local_key_invalid 
+0x61e2 026307 rtnne sp_key_valid 
+0x61e3 026308 jam sp_master_stat_start_done ,mem_master_sp_state 
+0x61e4 026309 rtn 
+:      026311 sp_master_send_io_cap_send:
+0x61e5 026312 call tid_initiate 
+0x61e6 026313 jam lmp_io_cap_req ,mem_lmo_opcode2 
+0x61e7 026314 jam sp_stat_key_send ,mem_master_sp_state 
+0x61e8 026315 rtn 
+:      026318 sp_master_send_lmp_encapsulated_header:
+0x61e9 026319 call tid_initiate 
+0x61ea 026320 jam lmp_encapsulated_header ,mem_lmo_opcode2 
+0x61eb 026321 jam sp_stat_random_send ,mem_master_sp_state 
+0x61ec 026322 rtn 
+:      026324 sp_master_commitment_compare:
+0x61ed 026325 arg mem_sp_calc_result_high ,rega 
+0x61ee 026326 arg mem_sp_confirm_remote ,regb 
+0x61ef 026327 arg 16 ,loopcnt 
+0x61f0 026328 call string_compare 
+0x61f1 026329 branch sp_master_commitment_compare_success ,zero 
+0x61f2 026330 jam sp_stat_null ,mem_master_sp_state 
+0x61f3 026331 call master_clear_mem_master_sp_flag 
+0x61f4 026332 jam pdu_not_allowed ,mem_lmo_reason2 
+0x61f5 026333 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
+0x61f6 026334 branch reject_lmp_packet 
+:      026335 sp_master_commitment_compare_success:
+0x61f7 026336 jam sp_stat_confirm_calc ,mem_master_sp_state 
+0x61f8 026337 call master_set_mem_master_sp_flag 
+0x61f9 026338 jam lmp_simple_pairing_number ,mem_lmi_opcode2 
+0x61fa 026339 branch accept_lmp_msg 
+:      026343 sp_master_send_lmp_simple_pairing_number:
+0x61fb 026344 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
+0x61fc 026345 rtn 
+:      026349 sp_send_lmp_encapsulated_header:
+0x61fd 026352 jam lmp_encapsulated_header ,mem_lmo_opcode2 
+0x61fe 026354 rtn 
+:      026360 send_lmp_encapsulated_header:
+0x61ff 026361 jam 0 ,mem_sp_local_key_send_count 
+0x6200 026362 force 4 ,pdata 
+0x6201 026363 call msg_send_lmp 
+0x6202 026364 force encapsulated_major_type_p192 ,pdata 
+0x6203 026365 istore 1 ,contw 
+0x6204 026366 force encapsulated_minor_type_p192 ,pdata 
+0x6205 026367 istore 1 ,contw 
+0x6206 026368 force encapsulated_len_p192 ,pdata 
+0x6207 026369 istore 1 ,contw 
+0x6208 026370 call check_localsm 
+0x6209 026371 branch send_lmp_request ,true 
+0x620a 026372 branch send_lmp_reply 
+:      026374 send_lmp_encapsulated_payload:
+0x620b 026376 force 17 ,pdata 
+0x620c 026377 call msg_send_lmp 
+0x620d 026378 fetch 1 ,mem_sp_local_key_send_count 
+0x620e 026379 arg mem_sp_pubkey_local ,contr 
+0x620f 026380 iadd contr ,contr 
+0x6210 026381 ifetch 8 ,contr 
+0x6211 026382 istore 8 ,contw 
+0x6212 026383 ifetch 8 ,contr 
+0x6213 026384 istore 8 ,contw 
+0x6214 026385 fetch 1 ,mem_sp_local_key_send_count 
+0x6215 026386 increase 16 ,pdata 
+0x6216 026387 store 1 ,mem_sp_local_key_send_count 
+0x6217 026388 call check_localsm 
+0x6218 026389 branch send_lmp_request ,true 
+0x6219 026390 branch send_lmp_reply 
+:      026393 sp_send_lmp_simple_pairing_comfirm:
+0x621a 026394 jam sp_stat_random_recv ,mem_sp_state 
+0x621b 026395 jam lmp_simple_pairing_confirm ,mem_lmo_opcode2 
+0x621c 026396 rtn 
+:      026397 send_lmp_simple_pairing_comfirm:
+0x621d 026400 force 17 ,pdata 
+0x621e 026401 call msg_send_lmp 
+0x621f 026402 arg mem_sp_calc_result_high ,contr 
+0x6220 026403 ifetch 8 ,contr 
+0x6221 026404 istore 8 ,contw 
+0x6222 026405 ifetch 8 ,contr 
+0x6223 026406 istore 8 ,contw 
+0x6224 026407 branch send_lmp_reply 
+:      026409 sp_send_lmp_simple_pairing_number:
+0x6225 026410 jam lmp_simple_pairing_number ,mem_lmo_opcode2 
+0x6226 026411 rtn 
+:      026413 send_lmp_simple_pairing_number:
+0x6227 026415 call check_localsm 
+0x6228 026416 call sp_local_random_key_generator ,true 
+0x6229 026417 force 17 ,pdata 
+0x622a 026418 call msg_send_lmp 
+0x622b 026419 arg mem_sp_random_local ,contr 
+0x622c 026420 ifetch 8 ,contr 
+0x622d 026421 istore 8 ,contw 
+0x622e 026422 ifetch 8 ,contr 
+0x622f 026423 istore 8 ,contw 
+0x6230 026424 call check_localsm 
+0x6231 026425 nbranch send_lmp_reply ,true 
+0x6232 026426 branch send_lmp_request ,true 
+:      026428 master_sp_sm_end:
+0x6233 026430 jam sp_stat_done ,mem_master_sp_state 
+:      026431 sp_aurand_send:
+0x6234 026432 call tid_initiate 
+0x6235 026433 jam lmp_au_rand ,mem_lmo_opcode2 
+0x6236 026434 call check_localsm_master 
+0x6237 026435 branch sp_master_key_prarm_push ,true 
+0x6238 026436 branch sp_link_key_prarm_push 
+:      026437 master_sp_send_lmp_dhkey_check:
+0x6239 026438 call tid_reply 
+:      026439 sp_send_lmp_dhkey_check:
+0x623a 026440 jam lmp_dhkey_check ,mem_lmo_opcode2 
+0x623b 026441 rtn 
+:      026442 send_lmp_dhkey_check:
+0x623c 026444 force 17 ,pdata 
+0x623d 026445 call msg_send_lmp 
+0x623e 026446 arg mem_sp_calc_result_high ,contr 
+0x623f 026447 ifetch 8 ,contr 
+0x6240 026448 istore 8 ,contw 
+0x6241 026449 ifetch 8 ,contr 
+0x6242 026450 istore 8 ,contw 
+0x6243 026451 call check_localsm 
+0x6244 026452 nbranch send_lmp_reply ,true 
+0x6245 026453 branch send_lmp_request ,true 
+:      026455 send_lmp_enc_key_size_mask_res:
+0x6246 026456 force 3 ,pdata 
+0x6247 026457 call msg_send_lmp 
+0x6248 026458 setarg 0xfffe 
+0x6249 026459 istore 2 ,contw 
+0x624a 026460 branch send_lmp_reply 
+:      026462 send_lmp_auto_rate:
+0x624b 026463 branch send_lmp_request 
+:      026464 send_lmp_clkoffset_req:
+0x624c 026465 branch send_lmp_request 
+:      026466 send_lmp_quality_of_service:
+0x624d 026467 branch send_lmp_request 
+:      026468 send_lmp_test_activate:
+0x624e 026469 branch send_lmp_request 
+:      026474 send_lmp_comb_key:
+0x624f 026475 call generate_random_number 
+0x6250 026476 arg mem_lap ,rega 
+0x6251 026477 call generate_linkkey 
+0x6252 026478 force 17 ,pdata 
+0x6253 026479 call msg_send_lmp 
+0x6254 026480 arg mem_kinit ,rega 
+0x6255 026481 arg mem_random_number ,regb 
+0x6256 026482 call xor16 
+0x6257 026483 nbranch send_lmp_follow ,master 
+0x6258 026484 branch send_lmp_tid 
+:      026486 send_lmp_inrand:
+0x6259 026487 call generate_random_number 
+0x625a 026488 arg mem_plap ,rega 
+0x625b 026489 call generate_kinit 
+:      026490 send_lmp_rand:
+0x625c 026491 force 17 ,pdata 
+0x625d 026492 call msg_send_lmp 
+0x625e 026493 arg mem_random_number ,contr 
+0x625f 026494 call memcpy16 
+0x6260 026495 fetch 1 ,mem_conn_sm 
+0x6261 026496 beq conn_sm_auth_wait ,send_lmp_request 
+0x6262 026497 beq conn_sm_pairing_wait ,send_lmp_request 
+0x6263 026498 branch send_lmp_tid 
+:      026500 send_lmp_aurand:
+0x6264 026501 fetch 1 ,mem_pairing_auth 
+0x6265 026502 branch send_lmp_aurand_notpairing ,blank 
+0x6266 026503 call check_localsm 
+0x6267 026504 call tid_initiate ,true 
+0x6268 026505 ncall tid_reply ,true 
+0x6269 026506 branch send_lmp_aurand_common 
+:      026507 send_lmp_aurand_notpairing:
+0x626a 026508 call tid_initiate 
+:      026509 send_lmp_aurand_common:
+0x626b 026510 call generate_random_number 
+0x626c 026511 branch send_lmp_rand 
+:      026513 send_lmp_sres:
+0x626d 026514 arg mem_lap ,rega 
+0x626e 026515 call function_e1 
+0x626f 026516 force 5 ,pdata 
+0x6270 026517 call msg_send_lmp 
+0x6271 026518 fetch 4 ,mem_input_store 
+0x6272 026519 istore 4 ,contw 
+0x6273 026520 arg mem_sres_tid ,temp 
+0x6274 026521 call special_tid_store 
+0x6275 026522 call copy_aco 
+0x6276 026523 call check_localsm 
+0x6277 026524 branch send_lmp_sres_master ,true 
+0x6278 026525 jam done_encryp ,mem_wait_encryption 
+0x6279 026526 fetch 1 ,mem_pairing_auth 
+0x627a 026527 rtn blank 
+0x627b 026528 jam lmp_au_rand ,mem_lmo_opcode2 
+:      026529 send_lmp_sres_master:
+0x627c 026530 fetch 1 ,mem_link_key_exists 
+0x627d 026531 rtn blank 
+:      026532 send_lmp_sres_startenc:
+0x627e 026533 call check_localsm 
+0x627f 026534 nbranch send_lmp_sres_startenc_slave ,true 
+0x6280 026535 fetch 1 ,mem_auth_enable 
+0x6281 026536 rtn blank 
+0x6282 026537 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x6283 026538 rtn 
+:      026539 send_lmp_sres_startenc_slave:
+0x6284 026540 rtnmark0 mark_slave_in_rand_accepted 
+0x6285 026541 set0 mark_slave_in_rand_accepted ,mark 
+0x6286 026542 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x6287 026543 rtn 
+:      026547 send_lmp_start_encryption:
+0x6288 026548 call generate_random_number 
+0x6289 026549 call function_e3 
+0x628a 026550 force 17 ,pdata 
+0x628b 026551 call msg_send_lmp 
+0x628c 026552 arg mem_random_number ,contr 
+0x628d 026553 call memcpy16 
+0x628e 026554 branch send_lmp_tid 
+:      026556 send_lmp_stop_encryption_req:
+0x628f 026557 force 1 ,pdata 
+0x6290 026558 call msg_send_lmp 
+0x6291 026559 branch send_lmp_tid 
+:      026561 send_lmp_encryption_key_size_req:
+0x6292 026562 force 2 ,pdata 
+0x6293 026563 call msg_send_lmp 
+0x6294 026564 force 16 ,pdata 
+0x6295 026565 istore 1 ,contw 
+0x6296 026566 store 1 ,mem_key_size 
+0x6297 026567 branch send_lmp_tid 
+:      026569 msg_send_lmp:
+0x6298 026571 lshift3 pdata ,pdata 
+0x6299 026572 or_into 0x07 ,pdata 
+0x629a 026573 store 1 ,mem_lmo_header_length 
+0x629b 026574 arg 17 ,loopcnt 
+0x629c 026575 arg mem_lmo_payload ,contw 
+0x629d 026576 call clear_mem 
+0x629e 026577 arg mem_lmo_payload ,contw 
+0x629f 026578 rtn 
+:      026580 send_lmpext:
+0x62a0 026581 and pdata ,0x7f ,rega 
+0x62a1 026582 jam lmp_escape ,mem_lmp_to_send 
+0x62a2 026583 deposit queue 
+0x62a3 026584 call msg_send_lmp 
+0x62a4 026585 deposit rega 
+0x62a5 026586 istore 1 ,contw 
+0x62a6 026587 rtn 
+:      026589 send_lmp_follow:
+0x62a7 026590 fetch 1 ,mem_lmp_to_send 
+0x62a8 026591 lshift pdata ,pdata 
+0x62a9 026592 fetcht 1 ,mem_state_map 
+0x62aa 026593 isolate1 smap_lmptid ,temp 
+0x62ab 026594 setflag true ,0 ,pdata 
+0x62ac 026595 branch send_lmp_exit 
+:      026598 send_lmp_tid:
+0x62ad 026599 fetcht 1 ,mem_state_map 
+0x62ae 026600 and_into 1 ,temp 
+0x62af 026601 branch send_lmp_end 
+:      026603 send_lmp_reply:
+0x62b0 026604 force 0 ,temp 
+0x62b1 026605 branch send_lmp_end 
+:      026607 send_lmp_request:
+0x62b2 026608 force 1 ,temp 
+:      026609 send_lmp_end:
+0x62b3 026610 fetch 1 ,mem_lmp_to_send 
+0x62b4 026611 lshift pdata ,pdata 
+0x62b5 026612 setflag master ,0 ,pdata 
+0x62b6 026613 ixor temp ,pdata 
+:      026614 send_lmp_exit:
+0x62b7 026615 store 1 ,mem_lmo_header_opcode 
+0x62b8 026616 jam 0 ,mem_lmp_to_send 
+0x62b9 026617 call lmo_fifo_process_lmo0empty 
+0x62ba 026618 enable user 
+0x62bb 026619 rtn 
+:      026622 lmo_fifo_check:
+0x62bc 026623 fetch 1 ,mem_lmo_opcode2 
+0x62bd 026624 rtn blank 
+0x62be 026625 call lmo_fifo_process 
+0x62bf 026626 fetch 1 ,mem_lmo_opcode2 
+0x62c0 026627 rtn 
+:      026629 lmo_fifo_process:
+0x62c1 026630 bpatchx patch30_6 ,mem_patch30 
+0x62c2 026631 fetch 1 ,mem_lmp_to_send 
+0x62c3 026632 branch lmo_fifo_process_lmo0empty ,blank 
+0x62c4 026633 fetch 1 ,mem_lmo_opcode1 
+0x62c5 026634 nrtn blank 
+0x62c6 026635 branch lmo_fifo_process_lmo2to1 
+:      026636 lmo_fifo_process_lmo0empty:
+0x62c7 026637 fetch 1 ,mem_lmo_opcode1 
+0x62c8 026638 branch lmo_fifo_process_lmo1_empty ,blank 
+0x62c9 026639 fetch 3 ,mem_lmo_opcode1 
+0x62ca 026640 store 3 ,mem_lmp_to_send 
+0x62cb 026641 fetcht 1 ,mem_lmo_tid1 
+0x62cc 026642 fetch 1 ,mem_state_map 
+0x62cd 026643 set0 smap_lmptid ,pdata 
+0x62ce 026644 ior temp ,pdata 
+0x62cf 026645 store 1 ,mem_state_map 
+0x62d0 026646 jam 0 ,mem_lmo_opcode1 
+:      026647 lmo_fifo_process_lmo2to1:
+0x62d1 026648 fetch 1 ,mem_lmo_opcode2 
+0x62d2 026649 rtn blank 
+0x62d3 026650 fetch 4 ,mem_lmo_opcode2 
+0x62d4 026651 store 4 ,mem_lmo_opcode1 
+0x62d5 026652 jam 0 ,mem_lmo_opcode2 
+0x62d6 026653 rtn 
+:      026654 lmo_fifo_process_lmo1_empty:
+0x62d7 026655 fetch 1 ,mem_lmo_opcode2 
+0x62d8 026656 rtn blank 
+0x62d9 026657 fetch 3 ,mem_lmo_opcode2 
+0x62da 026658 store 3 ,mem_lmp_to_send 
+0x62db 026659 fetcht 1 ,mem_lmo_tid2 
+0x62dc 026660 fetch 1 ,mem_state_map 
+0x62dd 026661 set0 smap_lmptid ,pdata 
+0x62de 026662 ior temp ,pdata 
+0x62df 026663 store 1 ,mem_state_map 
+0x62e0 026664 jam 0 ,mem_lmo_opcode2 
+0x62e1 026665 rtn 
+:      026668 special_tid_store:
+0x62e2 026669 bpatchx patch30_7 ,mem_patch30 
+0x62e3 026670 fetch 1 ,mem_state_map 
+0x62e4 026671 copy pdata ,regc 
+0x62e5 026672 ifetch 1 ,temp 
+0x62e6 026673 call pop_tid_follow 
+0x62e7 026674 call send_lmp_follow 
+0x62e8 026675 copy regc ,pdata 
+0x62e9 026676 store 1 ,mem_state_map 
+0x62ea 026677 rtn 
+:      026679 tid_reply:
+0x62eb 026680 fetcht 1 ,mem_state_map 
+0x62ec 026681 set0 smap_lmptidinit ,temp 
+0x62ed 026682 storet 1 ,mem_state_map 
+0x62ee 026683 rtn 
+:      026685 tid_initiate:
+0x62ef 026686 fetcht 1 ,mem_state_map 
+0x62f0 026687 set1 smap_lmptidinit ,temp 
+0x62f1 026688 storet 1 ,mem_state_map 
+0x62f2 026689 rtn 
+:      026692 tid_check:
+0x62f3 026693 nsetflag master ,smap_lmptid ,pdata 
+0x62f4 026694 fetcht 1 ,mem_state_map 
+0x62f5 026695 ixor temp ,pdata 
+0x62f6 026696 isolate1 smap_lmptid ,pdata 
+0x62f7 026697 rtn 
+:      026700 tid_set_reply:
+0x62f8 026701 fetch 1 ,mem_state_map 
+0x62f9 026702 setflag master ,smap_lmptid ,pdata 
+0x62fa 026703 store 1 ,mem_state_map 
+0x62fb 026704 rtn 
+:      026707 check_localsm:
+0x62fc 026708 fetch 1 ,mem_sp_localsm 
+0x62fd 026709 compare local_statemachine ,pdata ,0x7f 
+0x62fe 026710 rtn 
+:      026711 setlocalsm_master:
+0x62ff 026712 fetch 1 ,mem_sp_localsm 
+0x6300 026713 set1 7 ,pdata 
+0x6301 026714 store 1 ,mem_sp_localsm 
+0x6302 026715 rtn 
+:      026716 setlocalsm_slave:
+0x6303 026717 fetch 1 ,mem_sp_localsm 
+0x6304 026718 set0 7 ,pdata 
+0x6305 026719 store 1 ,mem_sp_localsm 
+0x6306 026720 rtn 
+:      026721 check_localsm_master:
+0x6307 026722 fetch 1 ,mem_sp_localsm 
+0x6308 026723 isolate1 7 ,pdata 
+0x6309 026724 store 1 ,mem_sp_localsm 
+0x630a 026725 rtn 
+:      026727 generate_random_number:
+0x630b 026729 arg mem_random_number ,contw 
+:      026730 generate_random:
+0x630c 026731 force 16 ,loopcnt 
+:      026732 generate_random_another:
+:      026733 generate_random_loop:
+0x630d 026734 random pdata 
+0x630e 026735 istore 1 ,contw 
+0x630f 026736 loop generate_random_another 
+0x6310 026737 rtn 
+:      026739 generate_linkkey:
+0x6311 026740 call function_e21 
+0x6312 026741 arg mem_link_key ,rega 
+0x6313 026742 arg mem_input_store ,regb 
+0x6314 026743 ifetch 8 ,rega 
+0x6315 026744 fetcht 1 ,mem_state 
+0x6316 026745 nsetflag blank ,state_combkey ,temp 
+0x6317 026746 storet 1 ,mem_state 
+0x6318 026747 copy rega ,contw 
+0x6319 026748 call xor16 
+0x631a 026749 branch generate_linkkey_continue 
+:      026755 process_conn_sm:
+0x631b 026757 bpatchx patch31_0 ,mem_patch31 
+0x631c 026759 call lmo_fifo_check 
+0x631d 026760 nrtn blank 
+:      026761 process_conn_sm_continue:
+0x631e 026762 fetch 1 ,mem_conn_sm 
+0x631f 026763 rtn blank 
+0x6320 026767 beq conn_sm_send_conn_req ,host_create_conn_send_conn_req 
+0x6321 026768 beq conn_sm_wait_conn_accept ,host_create_conn_wait_accept 
+0x6322 026769 beq conn_sm_send_features ,host_create_conn_send_features 
+0x6323 026770 beq conn_sm_wait_features_res ,host_create_conn_waiting 
+0x6324 026771 beq conn_sm_send_switch ,host_create_conn_send_switch 
+0x6325 026772 beq conn_sm_auth_pair ,host_create_conn_auth_pair 
+0x6326 026773 beq conn_sm_auth_pair_wait ,host_create_conn_auth_pair_wait 
+0x6327 026774 beq conn_sm_encrypt ,host_create_conn_encrypt 
+0x6328 026775 beq conn_sm_encrypt_wait ,host_create_conn_encrypt_wait 
+0x6329 026776 beq conn_sm_encrypt_wait_clear ,host_create_conn_encrypt_wait_clear 
+0x632a 026777 beq conn_sm_send_setup_complete ,host_create_conn_send_setup_complete 
+0x632b 026778 beq conn_sm_wait_setup_complete ,host_create_conn_wait_setup_complete 
+0x632c 026779 beq conn_sm_detach_delay ,host_create_conn_master_detach 
+0x632d 026780 beq conn_sm_send_version ,host_create_conn_send_version 
+0x632e 026781 beq conn_sm_wait_version ,host_create_conn_waiting 
+0x632f 026782 beq conn_sm_wait_switch_after_host_connection ,host_creat_conn_wait_switch 
+0x6330 026783 beq conn_sm_send_features_ext ,host_creat_conn_send_feat_ext 
+0x6331 026784 beq conn_sm_wait_features_ext ,host_create_conn_waiting 
+0x6332 026785 beq conn_sm_pairing ,host_create_conn_pairing 
+0x6333 026786 beq conn_sm_pairing_wait ,host_create_conn_pairing_wait 
+0x6334 026787 beq conn_sm_auth ,host_create_conn_auth 
+0x6335 026788 beq conn_sm_auth_wait ,host_create_conn_auth_wait 
+0x6336 026789 beq conn_sm_done ,host_create_conn_done 
+0x6337 026790 beq conn_sm_wait_done ,host_create_conn_done_wait 
+0x6338 026791 jam conn_sm_standby ,mem_conn_sm 
+0x6339 026793 rtn 
+:      026794 host_create_conn_done:
+0x633a 026795 fetch 1 ,mem_lmp_conn_state 
+0x633b 026796 rtnbit0 received_setup_complete 
+0x633c 026797 rtnbit0 sent_setup_complete 
+0x633d 026798 jam conn_sm_standby ,mem_conn_sm 
+0x633e 026799 call host_conn_judge_encrypt 
+0x633f 026800 branch scheduler_start_upper_sm 
+:      026802 host_conn_judge_encrypt:
+0x6340 026803 fetch 1 ,mem_connection_options 
+0x6341 026804 rtnbit0 connection_encrypt 
+0x6342 026805 jam conn_sm_encrypt_wait ,mem_conn_sm 
+0x6343 026806 rtn 
+:      026808 host_create_conn_done_wait:
+0x6344 026809 arg enpt_delay_timer ,queue 
+0x6345 026810 call timer_check 
+0x6346 026811 nrtn blank 
+0x6347 026812 jam conn_sm_done ,mem_conn_sm 
+0x6348 026813 rtn 
+:      026815 host_create_conn_auth:
+0x6349 026816 fetch 1 ,mem_connection_options 
+0x634a 026817 set0 connection_auth ,pdata 
+0x634b 026818 store 1 ,mem_connection_options 
+0x634c 026819 jam conn_sm_auth_wait ,mem_conn_sm 
+0x634d 026820 jam lmp_au_rand ,mem_lmo_opcode2 
+0x634e 026821 rtn 
+:      026822 host_create_conn_auth_wait:
+0x634f 026823 rtn 
+:      026824 host_create_conn_pairing:
+0x6350 026825 fetch 1 ,mem_pincode_state 
+0x6351 026826 rtnne pincode_state_pincode_ready 
+0x6352 026827 call host_auth 
+0x6353 026828 jam conn_sm_pairing_wait ,mem_conn_sm 
+0x6354 026829 rtn 
+:      026831 host_create_conn_pairing_wait:
+0x6355 026832 rtn 
+:      026833 host_creat_conn_send_feat_ext:
+0x6356 026834 jam conn_sm_wait_features_ext ,mem_conn_sm 
+0x6357 026835 jam lmp_ext_features_req ,mem_lmo_opcode2 
+0x6358 026836 rtn 
+:      026837 host_create_conn_send_version:
+0x6359 026838 jam conn_sm_wait_version ,mem_conn_sm 
+0x635a 026839 jam lmp_version_req ,mem_lmo_opcode2 
+0x635b 026840 rtn 
+:      026842 host_creat_conn_wait_switch:
+0x635c 026843 fetch 1 ,mem_switch_flag 
+0x635d 026844 rtneq switch_flag_init 
+0x635e 026845 beq switch_flag_accept ,host_create_conn_switch_accept 
+0x635f 026846 arg switch_wait_timer ,queue 
+0x6360 026847 call timer_check 
+0x6361 026848 nrtn blank 
+0x6362 026849 jam switch_flag_init ,mem_switch_flag 
+0x6363 026850 branch host_create_conn_switch 
+:      026851 host_create_conn_switch_accept:
+0x6364 026852 rtn master 
+0x6365 026853 branch host_create_conn_auth_pair 
+:      026855 host_create_conn_send_features:
+0x6366 026856 jam conn_sm_wait_features_res ,mem_conn_sm 
+0x6367 026857 jam lmp_features_req ,mem_lmo_opcode2 
+0x6368 026858 rtn 
+:      026859 host_create_conn_send_switch:
+0x6369 026860 jam lmp_switch_req ,mem_lmo_opcode2 
+0x636a 026861 set1 mark_switch_initiated ,mark 
+0x636b 026862 jam conn_sm_wait_conn_accept ,mem_conn_sm 
+0x636c 026863 setarg 0x1ff 
+0x636d 026864 store 2 ,mem_soft_timer 
+0x636e 026865 rtn 
+:      026866 host_create_conn_send_conn_req:
+0x636f 026867 jam conn_sm_wait_conn_accept ,mem_conn_sm 
+0x6370 026868 jam 0xff ,mem_soft_timer 
+0x6371 026869 set0 mark_reconn_recieve_switch ,mark 
+0x6372 026870 jam lmp_host_connection_req ,mem_lmo_opcode2 
+0x6373 026871 branch init_lmp_reinit 
+:      026872 host_create_conn_wait_accept:
+0x6374 026873 rtnmark1 mark_reconn_recieve_switch 
+0x6375 026874 fetch 2 ,mem_soft_timer 
+0x6376 026875 sub pdata ,1 ,pdata 
+0x6377 026876 branch host_create_conn_resend ,zero 
+0x6378 026877 store 2 ,mem_soft_timer 
+0x6379 026878 rtn 
+:      026879 host_create_conn_resend:
+0x637a 026880 jam conn_sm_send_switch ,mem_conn_sm 
+0x637b 026881 rtn 
+:      026882 host_create_conn_waiting:
+0x637c 026884 rtn 
+:      026886 host_create_conn_switch:
+0x637d 026887 fetch 1 ,mem_lmp_conn_state 
+0x637e 026888 rtnbit0 sent_setup_complete 
+0x637f 026889 rtnbit0 received_setup_complete 
+0x6380 026890 fetch 1 ,mem_connection_options 
+0x6381 026891 set0 connection_switch ,pdata 
+0x6382 026892 store 1 ,mem_connection_options 
+0x6383 026893 jam lmp_switch_req ,mem_lmo_opcode2 
+0x6384 026894 jam conn_sm_wait_switch_after_host_connection ,mem_conn_sm 
+0x6385 026895 rtn 
+:      026897 host_create_conn_send_setup_complete:
+0x6386 026898 jam conn_sm_wait_setup_complete ,mem_conn_sm 
+0x6387 026899 jam lmp_setup_complete ,mem_lmo_opcode2 
+0x6388 026900 rtn 
+:      026902 host_create_conn_wait_setup_complete:
+0x6389 026903 fetch 1 ,mem_lmp_conn_state 
+0x638a 026904 rtnbit0 received_setup_complete 
+0x638b 026905 jam conn_sm_standby ,mem_conn_sm 
+0x638c 026907 rtn 
+:      026908 host_create_conn_wait_setup_complete_rtn:
+0x638d 026909 jam conn_sm_auth_pair ,mem_conn_sm 
+0x638e 026910 rtn 
+:      026912 host_create_conn_master_detach:
+0x638f 026913 fetch 1 ,mem_soft_timer 
+0x6390 026914 increase -1 ,pdata 
+0x6391 026915 branch host_create_conn_send_detach ,blank 
+0x6392 026916 store 1 ,mem_soft_timer 
+0x6393 026917 rtn 
+:      026918 host_create_conn_send_detach:
+0x6394 026919 jam lmp_detach ,mem_lmo_opcode2 
+0x6395 026920 jam local_host ,mem_disconn_reason_send 
+0x6396 026921 jam 0 ,mem_conn_sm 
+0x6397 026922 rtn 
+:      026923 host_create_conn_auth_pair:
+0x6398 026925 fetch 1 ,mem_connection_options 
+0x6399 026926 bbit1 connection_switch ,host_create_conn_switch 
+0x639a 026927 bbit1 connection_auth ,host_create_conn_auth_pair_true 
+:      026928 host_create_conn_sm_done:
+0x639b 026929 jam conn_sm_done ,mem_conn_sm 
+0x639c 026930 rtn 
+:      026931 host_create_conn_auth_pair_true:
+0x639d 026932 fetch 1 ,mem_link_key_exists 
+0x639e 026933 branch host_create_conn_auth_pair_nokey ,blank 
+0x639f 026934 fetch 1 ,mem_lmp_conn_state 
+0x63a0 026935 rtnbit0 sent_setup_complete 
+0x63a1 026936 rtnbit0 received_setup_complete 
+0x63a2 026937 fetch 4 ,mem_aurand_send_delay_time 
+0x63a3 026938 arg 100 ,temp 
+0x63a4 026939 iadd temp ,temp 
+0x63a5 026940 copy clkn_bt ,pdata 
+0x63a6 026941 isub temp ,null 
+0x63a7 026942 nrtn positive 
+0x63a8 026943 branch host_create_conn_auth 
+:      026947 host_create_conn_auth_pair_nokey:
+0x63a9 026948 jam conn_sm_pairing ,mem_conn_sm 
+0x63aa 026949 jam 4 ,mem_pin_length 
+0x63ab 026950 setarg 0x3030 
+0x63ac 026951 store 2 ,mem_pin 
+0x63ad 026952 istore 2 ,contw 
+0x63ae 026953 jam pincode_state_pincode_ready ,mem_pincode_state 
+0x63af 026954 branch host_create_conn_pairing 
+:      026956 host_create_conn_auth_pair_wait:
+0x63b0 026957 rtn 
+:      026958 host_create_conn_encrypt:
+0x63b1 026959 fetch 1 ,mem_connection_options 
+0x63b2 026960 bbit1 connection_encrypt ,host_create_conn_encrypt_start 
+0x63b3 026961 jam conn_sm_done ,mem_conn_sm 
+0x63b4 026962 rtn 
+:      026964 host_create_conn_encrypt_start:
+0x63b5 026965 fetch 1 ,mem_connection_options 
+0x63b6 026966 set0 connection_encrypt ,pdata 
+0x63b7 026967 store 1 ,mem_connection_options 
+0x63b8 026968 jam lmp_encryption_mode_req ,mem_lmo_opcode2 
+0x63b9 026969 rtn 
+:      026971 host_create_conn_encrypt_wait:
+0x63ba 026972 fetch 1 ,mem_wait_encryption 
+0x63bb 026973 rtn blank 
+0x63bc 026974 jam conn_sm_standby ,mem_conn_sm 
+0x63bd 026975 branch host_create_conn_encrypt_start 
+:      026977 host_create_conn_encrypt_wait_clear:
+0x63be 026978 jam conn_sm_send_setup_complete ,mem_conn_sm 
+0x63bf 026979 rtn 
+:      026981 host_auth:
+0x63c0 026982 fetch 1 ,mem_op 
+0x63c1 026983 bbit1 op_inrand_req ,remote_auth 
+0x63c2 026984 call tid_initiate 
+0x63c3 026985 jam lmp_in_rand ,mem_lmo_opcode2 
+0x63c4 026986 branch cmd_exit 
+:      026987 remote_auth:
+0x63c5 026988 fetch 1 ,mem_op 
+0x63c6 026989 set0 op_inrand_req ,pdata 
+0x63c7 026990 store 1 ,mem_op 
+0x63c8 026991 call lmp_accept_inrand 
+0x63c9 026992 call tid_set_reply 
+0x63ca 026993 branch cmd_exit 
+:      026995 pincode_reinit:
+0x63cb 026996 setarg 4 
+0x63cc 026997 store 1 ,mem_pin_length 
+0x63cd 026998 setarg 0x3030 
+0x63ce 026999 istore 2 ,contw 
+0x63cf 027000 istore 2 ,contw 
+0x63d0 027001 rtn 
+:      027007 twspi_reset:
+0x63d1 027008 bpatchx patch31_4 ,mem_patch31 
+0x63d2 027009 hfetch 1 ,core_gpio_oe3 
+0x63d3 027010 arg 0x06 ,temp 
+0x63d4 027011 ior temp ,pdata 
+0x63d5 027012 hstore 1 ,core_gpio_oe3 
+0x63d6 027013 hfetch 1 ,core_gpio_out3 
+0x63d7 027014 ior temp ,pdata 
+0x63d8 027015 hstore 1 ,core_gpio_out3 
+0x63d9 027016 call twspi_disable 
+0x63da 027017 hfetch 1 ,core_gpio_out3 
+0x63db 027018 set0 1 ,pdata 
+0x63dc 027019 set0 2 ,pdata 
+0x63dd 027020 hstore 1 ,core_gpio_out3 
+0x63de 027021 nop 30 
+0x63df 027022 branch twspi_enable 
+:      027024 twspi_reset2:
+0x63e0 027025 hfetch 1 ,core_gpio_oe3 
+0x63e1 027026 arg 0xc0 ,temp 
+0x63e2 027027 ior temp ,pdata 
+0x63e3 027028 hstore 1 ,core_gpio_oe3 
+0x63e4 027029 hfetch 1 ,core_gpio_out3 
+0x63e5 027030 ior temp ,pdata 
+0x63e6 027031 hstore 1 ,core_gpio_out3 
+0x63e7 027032 call twspi_disable 
+0x63e8 027033 hfetch 1 ,core_gpio_out3 
+0x63e9 027034 set0 6 ,pdata 
+0x63ea 027035 set0 7 ,pdata 
+0x63eb 027036 hstore 1 ,core_gpio_out3 
+0x63ec 027037 nop 30 
+0x63ed 027038 branch twspi_enable2 
+:      027040 twspi_disable:
+0x63ee 027041 hfetch 1 ,core_gpio_sel1 
+0x63ef 027042 and pdata ,0xfc ,pdata 
+0x63f0 027043 hstore 1 ,core_gpio_sel1 
+0x63f1 027044 rtn 
+:      027045 twspi_enable:
+0x63f2 027046 hfetch 1 ,core_gpio_sel1 
+0x63f3 027047 or pdata ,0x01 ,pdata 
+0x63f4 027048 hstore 1 ,core_gpio_sel1 
+0x63f5 027049 rtn 
+:      027050 twspi_enable2:
+0x63f6 027051 hfetch 1 ,core_gpio_sel1 
+0x63f7 027052 or pdata ,0x03 ,pdata 
+0x63f8 027053 set0 4 ,pdata 
+0x63f9 027054 hstore 1 ,core_gpio_sel1 
+0x63fa 027055 rtn 
+:      027059 sensor_read:
+0x63fb 027060 copy pdata ,regb 
+0x63fc 027061 call spi_ncs_enable 
+0x63fd 027062 nop 100 
+0x63fe 027063 copy regb ,pdata 
+0x63ff 027064 call twspi_read 
+0x6400 027065 copy pdata ,regb 
+0x6401 027066 call spi_ncs_disable 
+0x6402 027067 nop 100 
+0x6403 027068 copy regb ,pdata 
+0x6404 027069 rtn 
+:      027071 sensor_write:
+0x6405 027072 copy pdata ,regb 
+0x6406 027073 call spi_ncs_enable 
+0x6407 027074 nop 100 
+0x6408 027075 copy regb ,pdata 
+0x6409 027076 call twspi_write 
+0x640a 027077 call spi_ncs_disable 
+0x640b 027078 nop 100 
+0x640c 027079 rtn 
+:      027082 spi_ncs_gpio_init:
+0x640d 027083 fetcht 1 ,mem_spi_ncs_gpio 
+0x640e 027084 branch gpio_config_output 
+:      027087 spi_ncs_enable:
+0x640f 027088 fetcht 1 ,mem_spi_ncs_gpio 
+0x6410 027089 branch gpio_out_active 
+:      027092 spi_ncs_disable:
+0x6411 027093 fetcht 1 ,mem_spi_ncs_gpio 
+0x6412 027094 branch gpio_out_inactive 
+:      027097 twspi_write:
+0x6413 027098 branch spid_write_reg 
+:      027100 twspi_read:
+0x6414 027101 branch spid_read_reg 
+:      027108 read_function_aes:
+0x6415 027109 nbranch read_function ,user 
+0x6416 027110 hfetch 1 ,core_gpio_key2 
+0x6417 027111 or_into 0x2 ,pdata 
+0x6418 027112 hstore 1 ,core_gpio_key2 
+:      027113 read_function:
+0x6419 027114 copy temp ,null 
+0x641a 027115 branch read_fuction_zero ,zero 
+0x641b 027116 copy regc ,pc 
+:      027117 read_fuction_zero:
+0x641c 027118 isolate0 0 ,null 
+0x641d 027119 branch set_ucode_status 
+:      027122 get_block_header:
+0x641e 027123 force 4 ,temp 
+:      027124 get_block_header0:
+0x641f 027125 arg mem_ucode_buf ,rega 
+0x6420 027126 hfetch 1 ,core_gpio_key2 
+0x6421 027127 and_into 0xfd ,pdata 
+0x6422 027128 hstore 1 ,core_gpio_key2 
+0x6423 027129 call read_function 
+0x6424 027130 arg 0x55aa ,rega 
+0x6425 027131 fetch 2 ,mem_ucode_buf 
+0x6426 027132 ifetcht 2 ,contr 
+0x6427 027133 isub rega ,null 
+0x6428 027134 rtn 
+:      027136 read_first_block:
+0x6429 027137 arg 2 ,temp 
+0x642a 027138 arg mem_ucode_ptr ,rega 
+0x642b 027139 call read_function 
+0x642c 027140 fetch 2 ,mem_ucode_ptr 
+0x642d 027141 store 2 ,mem_addr_mi 
+0x642e 027142 call get_iv ,user 
+0x642f 027143 rtn 
+:      027145 get_iv:
+0x6430 027146 arg 16 ,temp 
+0x6431 027147 arg mem_ucode_keybuf ,rega 
+0x6432 027148 hfetch 1 ,core_gpio_key2 
+0x6433 027149 and_into 0xfd ,pdata 
+0x6434 027150 hstore 1 ,core_gpio_key2 
+0x6435 027151 call read_function 
+0x6436 027152 arg mem_ucode_keybuf ,contr 
+0x6437 027153 arg 16 ,loopcnt 
+0x6438 027154 call aes_load_data 
+0x6439 027155 call aes_init 
+0x643a 027156 call aes_clear_data 
+0x643b 027157 branch do_aes_cbc 
+:      027159 load_storage:
+0x643c 027160 disable match 
+0x643d 027161 call get_block_header 
+0x643e 027162 nrtn zero 
+0x643f 027163 enable match 
+0x6440 027164 jam 0x80 ,core_ucode_ctrl 
+0x6441 027165 jam 0 ,core_ucode_hi 
+0x6442 027166 jam 0 ,core_ucode_low 
+0x6443 027167 arg core_ucode_data ,rega 
+0x6444 027168 call read_function_aes 
+0x6445 027169 jam 0x0 ,core_ucode_ctrl 
+:      027170 load_storage_loop:
+0x6446 027171 arg 6 ,temp 
+0x6447 027172 call get_block_header0 
+0x6448 027173 nrtn zero 
+0x6449 027174 ifetch 2 ,contr 
+0x644a 027175 iforce rega 
+0x644b 027176 call read_function 
+0x644c 027177 branch load_storage_loop 
+:      027181 reload_eeprom:
+0x644d 027182 call clean_mem 
+0x644e 027183 setarg 0x1000 
+0x644f 027184 store 2 ,mem_addr_mi 
+0x6450 027185 arg iicd_read_eep ,regc 
+0x6451 027186 arg 2 ,loopcnt 
+:      027187 reload_eeprom_loop:
+0x6452 027188 call get_block_header 
+0x6453 027189 nrtn zero 
+0x6454 027190 fetch 2 ,mem_addr_mi 
+0x6455 027191 byteswap pdata ,pdata 
+0x6456 027192 iadd temp ,pdata 
+0x6457 027193 byteswap pdata ,pdata 
+0x6458 027194 store 2 ,mem_addr_mi 
+0x6459 027195 loop reload_eeprom_loop 
+0x645a 027196 branch load_storage_loop 
+:      027198 loadcode:
+0x645b 027199 call clean_mem 
+0x645c 027200 disable user 
+0x645d 027201 call otp_enable_chgpump 
+0x645e 027202 setarg otp_ucode_flag 
+0x645f 027203 arg mem_otp_ucode_flag ,rega 
+0x6460 027204 arg 2 ,temp 
+0x6461 027205 call otpd_read_data 
+0x6462 027206 fetch 2 ,mem_otp_ucode_flag 
+0x6463 027207 bbit0 otp_uflag_aes ,loadcode_otp 
+0x6464 027208 jam 0x25 ,core_clkoff 
+0x6465 027209 setarg otp_ucode_aeskey 
+0x6466 027210 arg mem_ucode_keybuf ,rega 
+0x6467 027211 arg 16 ,temp 
+0x6468 027212 call otpd_read_data 
+0x6469 027213 jam lock_otp ,core_misc_ctrl 
+0x646a 027214 set1 mark_otp_encrypt ,mark 
+0x646b 027215 arg mem_ucode_keybuf ,contr 
+0x646c 027216 call load_key 
+0x646d 027217 enable user 
+:      027218 loadcode_otp:
+0x646e 027219 jam 0 ,mem_loadcode_times 
+:      027220 loadcode_otp_2:
+0x646f 027221 call loadcode_check_times 
+0x6470 027222 fetch 2 ,mem_otp_ucode_flag 
+0x6471 027223 byteswap pdata ,pdata 
+0x6472 027224 arg 0x7ff ,temp 
+0x6473 027225 iand temp ,pdata 
+0x6474 027226 branch loadcode_iic ,zero 
+0x6475 027227 call otp_set_addr 
+0x6476 027228 arg otpd_read_code ,regc 
+0x6477 027229 call get_iv ,user 
+0x6478 027230 call load_storage 
+0x6479 027231 fetch 1 ,mem_ucode_status 
+0x647a 027232 bbit0 0 ,loadcode_otp_2 
+:      027234 loadcode_iic:
+0x647b 027235 call otp_disable_chgpump 
+0x647c 027236 jam 0 ,mem_loadcode_times 
+:      027237 loadcode_iic_2:
+0x647d 027238 call loadcode_check_times 
+0x647e 027239 call clear_eeprom_size_2k 
+0x647f 027240 fetch 1 ,mem_otp_ucode_flag 
+0x6480 027241 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6481 027242 call loadcode_iic_by_eeprom 
+0x6482 027243 nbranch loadcode_iic_eeprom_2k ,match 
+0x6483 027244 fetch 1 ,mem_ucode_status 
+0x6484 027245 bbit0 0 ,loadcode_iic_2 
+0x6485 027246 branch loadcode_hci 
+:      027247 loadcode_iic_eeprom_2k:
+0x6486 027248 call set_eeprom_size_2k 
+0x6487 027249 fetch 1 ,mem_otp_ucode_flag 
+0x6488 027250 bbit1 otp_uflag_skip_eep ,loadcode_spi 
+0x6489 027251 call loadcode_iic_by_eeprom 
+0x648a 027252 nbranch loadcode_spi ,match 
+0x648b 027253 fetch 1 ,mem_ucode_status 
+0x648c 027254 bbit0 0 ,loadcode_iic_2 
+0x648d 027255 branch loadcode_hci 
+:      027257 loadcode_spi:
+0x648e 027258 jam 0 ,mem_loadcode_times 
+:      027259 loadcode_spi_2:
+0x648f 027260 call loadcode_check_times 
+0x6490 027261 fetch 1 ,mem_otp_ucode_flag 
+0x6491 027262 bbit1 otp_uflag_skip_flash ,loadcode_hci 
+0x6492 027263 setarg 0x0 
+0x6493 027264 store 3 ,mem_addr_hi 
+0x6494 027265 call spid_init_flash 
+0x6495 027266 arg spid_load_flash ,regc 
+0x6496 027267 call read_first_block 
+0x6497 027268 call load_storage 
+0x6498 027269 nbranch loadcode_hci ,match 
+0x6499 027270 fetch 1 ,mem_ucode_status 
+0x649a 027271 bbit0 0 ,loadcode_spi_2 
+:      027273 loadcode_hci:
+0x649b 027274 bmark1 mark_otp_encrypt ,loadcode_hci_enc 
+0x649c 027275 call clear_key_buf 
+:      027276 loadcode_hci_enc:
+0x649d 027277 fetch 1 ,mem_otp_ucode_flag 
+0x649e 027278 bbit0 otp_uflag_hci ,clear_key_buf 
+0x649f 027279 jam 0x21 ,core_clkoff 
+0x64a0 027280 call hci_init 
+:      027281 loadcode_hci_loop:
+0x64a1 027282 call hci_rx_packet 
+0x64a2 027283 branch loadcode_hci_loop 
+:      027285 clear_key_buf:
+0x64a3 027286 setarg 0 
+0x64a4 027287 store 8 ,mem_ucode_keybuf 
+0x64a5 027288 store 8 ,mem_ucode_keybuf + 8 
+0x64a6 027289 force regidx_key ,regext_index 
+0x64a7 027290 call aes_clear 
+0x64a8 027291 jam 0x21 ,core_clkoff 
+0x64a9 027292 rtn 
+:      027295 loadcode_iic_by_eeprom:
+0x64aa 027296 setarg 0x0 
+0x64ab 027297 store 2 ,mem_addr_mi 
+0x64ac 027298 arg iicd_read_eep ,regc 
+0x64ad 027299 call iicd_init_12m 
+0x64ae 027300 call read_first_block 
+0x64af 027301 branch load_storage 
+:      027304 loadcode_check_times:
+0x64b0 027305 fetch 1 ,mem_loadcode_times 
+0x64b1 027306 increase 1 ,pdata 
+0x64b2 027307 sub pdata ,3 ,null 
+0x64b3 027308 nbranch loadcode_error ,positive 
+0x64b4 027309 store 1 ,mem_loadcode_times 
+0x64b5 027310 rtn 
+:      027312 loadcode_error:
+0x64b6 027313 call clear_key_buf 
+0x64b7 027314 call ice_break 
+0x64b8 027315 rtn 
+:      027319 set_ucode_status:
+0x64b9 027320 fetch 1 ,mem_ucode_status 
+0x64ba 027321 lshift pdata ,pdata 
+0x64bb 027322 setflag true ,0 ,pdata 
+0x64bc 027323 isolate0 15 ,rega 
+0x64bd 027324 rtn true 
+0x64be 027325 store 1 ,mem_ucode_status 
+0x64bf 027326 rtn 
+:      027329 decrypt_code:
+0x64c0 027330 hfetch 1 ,core_gpio_key2 
+0x64c1 027331 rtnbit0 1 
+0x64c2 027332 branch decrypt_code_skip 
+:      027333 decrypt_code_loop:
+0x64c3 027334 hfetch 1 ,core_dma_status 
+0x64c4 027335 qisolate1 pdata 
+0x64c5 027336 rtn true 
+:      027337 decrypt_code_skip:
+0x64c6 027338 hfetch 1 ,core_misc_status 
+0x64c7 027339 bbit0 1 ,decrypt_code_loop 
+0x64c8 027340 call do_aes_cbc 
+0x64c9 027341 branch decrypt_code_loop 
+:      027345 load_ucode:
+0x64ca 027346 fetch 2 ,mem_patch_ptr 
+0x64cb 027347 rtn blank 
+0x64cc 027348 jam 0x80 ,core_ucode_ctrl 
+0x64cd 027349 jam 0 ,core_ucode_hi 
+0x64ce 027350 jam 0 ,core_ucode_low 
+0x64cf 027351 fetcht 2 ,mem_patch_len 
+0x64d0 027352 lshift2 temp ,loopcnt 
+0x64d1 027353 iforce contr 
+:      027354 load_ucode_loop:
+0x64d2 027355 ifetch 1 ,contr 
+0x64d3 027356 hstore 1 ,core_ucode_data 
+0x64d4 027357 loop load_ucode_loop 
+0x64d5 027358 jam 0x0 ,core_ucode_ctrl 
+0x64d6 027359 rtn 
+:      027364 spid_init:
+0x64d7 027365 bpatchx patch31_5 ,mem_patch31 
+0x64d8 027366 call spid_init_common 
+0x64d9 027367 branch twspi_enable 
+:      027369 spid_init2:
+0x64da 027370 call spid_init_common 
+0x64db 027371 call twspi_disable 
+0x64dc 027372 branch twspi_enable2 
+:      027374 spid_init_common:
+0x64dd 027375 fetch 1 ,mem_spi_init_clk 
+0x64de 027376 hstore 1 ,core_spid_ctrl 
+0x64df 027377 fetch 1 ,mem_spi_init_delay_time 
+0x64e0 027378 hstore 1 ,core_spid_delay 
+0x64e1 027379 setarg mem_spid_tbuf 
+0x64e2 027380 hstore 2 ,core_spid_txaddr 
+0x64e3 027381 setarg mem_spid_rbuf 
+0x64e4 027382 hstore 2 ,core_spid_rxaddr 
+0x64e5 027383 branch twspi_disable 
+:      027385 spid_reset:
+0x64e6 027386 hfetch 1 ,core_spid_ctrl 
+0x64e7 027387 set1 7 ,pdata 
+0x64e8 027388 hstore 1 ,core_spid_ctrl 
+0x64e9 027389 set0 7 ,pdata 
+0x64ea 027390 hstore 1 ,core_spid_ctrl 
+0x64eb 027391 rtn 
+:      027395 spid_write_reg:
+0x64ec 027396 set1 7 ,pdata 
+0x64ed 027397 store 2 ,mem_spid_tbuf 
+0x64ee 027398 bpatchx patch31_6 ,mem_patch31 
+0x64ef 027399 jam 2 ,core_spid_txlen 
+0x64f0 027400 jam 0 ,core_spid_rxlen 
+0x64f1 027401 jam spid_start ,core_misc_ctrl 
+0x64f2 027402 branch wait_spid_done 
+:      027405 spid_read_reg:
+0x64f3 027406 force 1 ,temp 
+:      027408 spid_read_regs:
+0x64f4 027410 store 1 ,mem_spid_tbuf 
+0x64f5 027411 bpatchx patch31_7 ,mem_patch31 
+0x64f6 027412 jam 1 ,core_spid_txlen 
+0x64f7 027413 hstoret 2 ,core_spid_rxlen 
+0x64f8 027414 jam spid_start ,core_misc_ctrl 
+0x64f9 027415 call wait_spid_done 
+0x64fa 027416 fetch 1 ,mem_spid_rbuf 
+0x64fb 027417 rtn 
+:      027419 wait_spid_done:
+0x64fc 027420 fetch 2 ,mem_afh_error_total 
+0x64fd 027421 increase 1 ,pdata 
+0x64fe 027422 store 2 ,mem_afh_error_total 
+0x64ff 027423 hfetch 1 ,core_dma_status 
+0x6500 027424 bbit0 spid_done ,wait_spid_done 
+0x6501 027425 rtn 
+:      027427 spid_init_flash:
+0x6502 027428 jam 0x40 ,core_spid_ctrl 
+0x6503 027429 jam 0x0 ,core_spid_delay 
+0x6504 027430 hfetch 1 ,core_gpio_sel1 
+0x6505 027431 set0 0 ,pdata 
+0x6506 027432 set1 1 ,pdata 
+0x6507 027433 hstore 1 ,core_gpio_sel1 
+0x6508 027434 setarg 0 
+0x6509 027435 store 4 ,mem_spid_tbuf 
+0x650a 027436 rtn 
+:      027439 spid_unlock_flash:
+0x650b 027440 setarg 0 
+0x650c 027441 hstore 2 ,core_spid_rxlen 
+0x650d 027442 setarg 1 
+0x650e 027443 hstore 2 ,core_spid_txlen 
+0x650f 027444 setarg mem_spid_tbuf 
+0x6510 027445 hstore 2 ,core_spid_txaddr 
+0x6511 027446 jam 6 ,mem_spid_tbuf 
+0x6512 027447 jam spid_start ,core_misc_ctrl 
+0x6513 027448 branch wait_spid_done 
+:      027463 flash_write:
+0x6514 027464 disable user 
+0x6515 027465 copy pdata ,regb 
+0x6516 027466 fetch 1 ,mem_spi_write_flash_sm 
+0x6517 027467 rtnne flash_sm_no_buys 
+0x6518 027468 enable user 
+0x6519 027469 copy regb ,pdata 
+0x651a 027470 branch flash_write_start 
+:      027473 flash_write_spi_sm_timer:
+0x651b 027474 fetch 1 ,mem_spi_write_flash_sm 
+0x651c 027475 beq flash_sm_start ,flash_write_start 
+0x651d 027476 beq flash_sm_erase_sector ,flash_erase_sector 
+0x651e 027477 beq flash_sm_wait_erase_sector ,flash_wait_erase_sector 
+0x651f 027478 beq flash_sm_write_data ,flash_write_data 
+0x6520 027479 beq flash_sm_wait_write_data ,flash_wait_write_data 
+0x6521 027480 rtn 
+:      027482 flash_write_start:
+0x6522 027483 store 3 ,mem_spi_write_addr 
+0x6523 027484 copy rega ,pdata 
+0x6524 027485 store 2 ,mem_spi_write_ptr 
+0x6525 027486 storet 2 ,mem_spi_write_len 
+0x6526 027487 jam flash_sm_erase_sector ,mem_spi_write_flash_sm 
+0x6527 027488 branch spid_init_flash 
+:      027489 flash_erase_sector:
+0x6528 027490 call spid_init_flash 
+0x6529 027491 jam flash_sm_wait_erase_sector ,mem_spi_write_flash_sm 
+0x652a 027492 call spid_unlock_flash 
+0x652b 027493 arg mem_spid_tbuf ,rega 
+0x652c 027494 fetch 3 ,mem_spi_write_addr 
+0x652d 027495 jam 4 ,core_spid_txlen 
+0x652e 027496 arg flash_command_sector_erase ,temp 
+0x652f 027497 branch spid_write_flash_common 
+:      027499 flash_wait_erase_sector:
+0x6530 027500 call spid_init_flash 
+0x6531 027501 call spid_unlock_flash 
+0x6532 027502 setarg flash_read_satus 
+0x6533 027503 call spid_read_reg 
+0x6534 027504 rtnbit1 flash_status_wip 
+0x6535 027505 jam flash_sm_write_data ,mem_spi_write_flash_sm 
+0x6536 027506 rtn 
+:      027507 flash_write_data:
+0x6537 027508 call spid_init_flash 
+0x6538 027509 jam flash_sm_wait_write_data ,mem_spi_write_flash_sm 
+0x6539 027510 call spid_unlock_flash 
+0x653a 027511 call flash_data_preserve 
+0x653b 027512 call spid_write_flash 
+0x653c 027513 branch flash_data_recover 
+:      027514 flash_wait_write_data:
+0x653d 027515 call spid_init_flash 
+0x653e 027516 call spid_unlock_flash 
+0x653f 027517 setarg flash_read_satus 
+0x6540 027518 call spid_read_reg 
+0x6541 027519 rtnbit1 flash_status_wip 
+0x6542 027520 jam flash_sm_no_buys ,mem_spi_write_flash_sm 
+0x6543 027521 fetch 2 ,mem_cb_spi_flash_write_complate 
+0x6544 027522 branch callback_func 
+:      027523 flash_data_recover:
+0x6545 027524 fetch 4 ,mem_temp 
+0x6546 027525 fetcht 2 ,mem_spi_write_ptr 
+0x6547 027526 increase -4 ,temp 
+0x6548 027527 istore 4 ,temp 
+0x6549 027528 rtn 
+:      027529 flash_data_preserve:
+0x654a 027530 fetcht 2 ,mem_spi_write_ptr 
+0x654b 027531 copy temp ,rega 
+0x654c 027532 increase -4 ,temp 
+0x654d 027533 ifetch 4 ,temp 
+0x654e 027534 store 4 ,mem_temp 
+0x654f 027535 fetcht 2 ,mem_spi_write_len 
+0x6550 027536 fetch 3 ,mem_spi_write_addr 
+0x6551 027537 rtn 
+:      027541 spid_write_flash:
+0x6552 027542 increase 4 ,temp 
+0x6553 027543 hstoret 2 ,core_spid_txlen 
+0x6554 027544 arg flash_command_write_data ,temp 
+0x6555 027545 increase -4 ,rega 
+:      027546 spid_write_flash_common:
+0x6556 027548 istoret 1 ,rega 
+0x6557 027549 rshift16 pdata ,temp 
+0x6558 027550 istoret 1 ,contw 
+0x6559 027551 rshift8 pdata ,temp 
+0x655a 027552 istoret 1 ,contw 
+0x655b 027553 istore 1 ,contw 
+0x655c 027554 deposit rega 
+0x655d 027555 hstore 2 ,core_spid_txaddr 
+0x655e 027556 setarg 0 
+0x655f 027557 hstore 2 ,core_spid_rxlen 
+0x6560 027558 jam spid_start ,core_misc_ctrl 
+0x6561 027559 branch wait_spid_done 
+:      027563 spid_read_flash:
+0x6562 027564 hstoret 2 ,core_spid_rxlen 
+0x6563 027565 rshift16 pdata ,temp 
+0x6564 027566 storet 1 ,mem_addr_hi 
+0x6565 027567 rshift8 pdata ,temp 
+0x6566 027568 storet 1 ,mem_addr_mi 
+0x6567 027569 store 1 ,mem_addr_lo 
+0x6568 027570 setarg 4 
+0x6569 027571 hstore 2 ,core_spid_txlen 
+0x656a 027572 jam flash_command_read_data ,mem_spid_tbuf 
+0x656b 027573 setarg mem_spid_tbuf 
+0x656c 027574 hstore 2 ,core_spid_txaddr 
+0x656d 027575 deposit rega 
+0x656e 027576 hstore 2 ,core_spid_rxaddr 
+0x656f 027577 hfetch 1 ,core_spid_ctrl 
+0x6570 027578 isolate0 15 ,rega 
+0x6571 027579 setflag true ,6 ,pdata 
+0x6572 027580 hstore 1 ,core_spid_ctrl 
+0x6573 027581 jam spid_start ,core_misc_ctrl 
+:      027582 spi_read_flash_wait:
+0x6574 027583 hfetch 1 ,core_dma_status 
+0x6575 027584 bbit1 7 ,spi_read_flash_wait 
+0x6576 027585 arg spid_done ,queue 
+0x6577 027586 branch wait_spid_done 
+:      027590 spid_load_flash:
+0x6578 027591 hstoret 2 ,core_spid_rxlen 
+0x6579 027592 setarg 4 
+0x657a 027593 hstore 2 ,core_spid_txlen 
+0x657b 027594 jam 3 ,mem_spid_tbuf 
+0x657c 027595 setarg mem_spid_tbuf 
+0x657d 027596 hstore 2 ,core_spid_txaddr 
+0x657e 027597 deposit rega 
+0x657f 027598 hstore 2 ,core_spid_rxaddr 
+0x6580 027599 hfetch 1 ,core_spid_ctrl 
+0x6581 027600 isolate0 15 ,rega 
+0x6582 027601 setflag true ,6 ,pdata 
+0x6583 027602 hstore 1 ,core_spid_ctrl 
+0x6584 027603 jam spid_start ,core_misc_ctrl 
+:      027604 spi_load_flash_wait:
+0x6585 027605 hfetch 1 ,core_dma_status 
+0x6586 027606 bbit1 7 ,spi_load_flash_wait 
+0x6587 027607 arg spid_done ,queue 
+0x6588 027608 call decrypt_code 
+0x6589 027609 call wait_spid_done 
+0x658a 027610 isolate1 spid_crcok ,pdata 
+0x658b 027611 call set_ucode_status 
+0x658c 027612 fetch 1 ,mem_addr_hi 
+0x658d 027613 lshift16 pdata ,regb 
+0x658e 027614 fetch 1 ,mem_addr_mi 
+0x658f 027615 lshift8 pdata ,pdata 
+0x6590 027616 ior regb ,regb 
+0x6591 027617 fetch 1 ,mem_addr_lo 
+0x6592 027618 ior regb ,pdata 
+0x6593 027619 iadd temp ,pdata 
+0x6594 027620 store 1 ,mem_addr_lo 
+0x6595 027621 rshift8 pdata ,pdata 
+0x6596 027622 store 1 ,mem_addr_mi 
+0x6597 027623 rshift8 pdata ,pdata 
+0x6598 027624 store 1 ,mem_addr_hi 
+0x6599 027625 rtn 
+:      027630 soft_reset_chip:
+0x659a 027631 jam 1 ,core_reset 
+0x659b 027632 rtn 
+:      027638 iic_init_390k:
+0x659c 027639 jam 12 ,core_iicd_scl_low 
+0x659d 027640 jam 13 ,core_iicd_scl_high 
+0x659e 027641 jam 13 ,core_iicd_start_setup 
+0x659f 027642 jam 13 ,core_iicd_start_hold 
+0x65a0 027643 jam 13 ,core_iicd_stop_setup 
+0x65a1 027644 jam 12 ,core_iicd_data_setup 
+0x65a2 027645 branch iicd_init_gpio 
+:      027648 iicd_init_12m:
+0x65a3 027649 jam 5 ,core_iicd_scl_low 
+0x65a4 027650 jam 7 ,core_iicd_scl_high 
+0x65a5 027651 jam 7 ,core_iicd_start_setup 
+0x65a6 027652 jam 7 ,core_iicd_start_hold 
+0x65a7 027653 jam 7 ,core_iicd_stop_setup 
+0x65a8 027654 jam 5 ,core_iicd_data_setup 
+:      027655 iicd_init_gpio:
+0x65a9 027656 hfetch 1 ,core_gpio_pu3 
+0x65aa 027657 or_into 0xc0 ,pdata 
+0x65ab 027658 hstore 1 ,core_gpio_pu3 
+0x65ac 027659 hfetch 1 ,core_gpio_sel1 
+0x65ad 027660 or_into 0x10 ,pdata 
+0x65ae 027661 hstore 1 ,core_gpio_sel1 
+0x65af 027662 rtn 
+:      027666 wait_iicd_done:
+0x65b0 027667 hfetch 1 ,core_dma_status 
+0x65b1 027668 bbit0 iicd_done ,wait_iicd_done 
+0x65b2 027669 rtn 
+:      027677 iicd_read_data:
+0x65b3 027678 hstore 2 ,core_iicd_txlen 
+0x65b4 027679 deposit rega 
+0x65b5 027680 hstore 2 ,core_iicd_txaddr 
+0x65b6 027681 deposit regb 
+0x65b7 027682 hstore 2 ,core_iicd_rxaddr 
+0x65b8 027683 deposit temp 
+0x65b9 027684 hstore 2 ,core_iicd_rxlen 
+0x65ba 027685 arg 1 ,temp 
+0x65bb 027686 nsetflag blank ,1 ,temp 
+0x65bc 027687 hstore 1 ,core_iicd_ctrl 
+0x65bd 027688 jam iicd_start ,core_misc_ctrl 
+0x65be 027689 branch wait_iicd_done 
+:      027692 set_eeprom_size_2k:
+0x65bf 027693 set1 mark_eeprom_size ,mark 
+0x65c0 027694 jam 0x08 ,mem_eeprom_block_size 
+0x65c1 027695 rtn 
+:      027697 clear_eeprom_size_2k:
+0x65c2 027698 set0 mark_eeprom_size ,mark 
+0x65c3 027699 jam 0x20 ,mem_eeprom_block_size 
+0x65c4 027700 rtn 
+:      027703 iicd_read_eep_data_size_2k:
+0x65c5 027704 fetch 1 ,mem_eeprom_base 
+0x65c6 027705 iadd regb ,pdata 
+0x65c7 027706 store 1 ,mem_addr_mi 
+0x65c8 027707 branch iicd_read_eep_size_2k 
+:      027709 iicd_read_eep_size_2k_lcadcode:
+0x65c9 027710 fetch 2 ,mem_addr_mi 
+0x65ca 027711 byteswap pdata ,pdata 
+0x65cb 027712 store 1 ,mem_addr_mi 
+:      027717 iicd_read_eep_size_2k:
+0x65cc 027718 setarg 3 
+0x65cd 027719 hstore 2 ,core_iicd_txlen 
+0x65ce 027720 jam 0xa0 ,mem_iicd_tbuf 
+0x65cf 027721 jam 0xa1 ,mem_iicd_tbuf + 2 
+0x65d0 027722 branch iicd_read_eep_common 
+:      027728 iicd_write_protect_eep_data:
+0x65d1 027729 storet 2 ,mem_temp 
+0x65d2 027730 call iicd_eeprom_write_enable 
+0x65d3 027731 fetcht 2 ,mem_temp 
+0x65d4 027732 call iicd_write_eep_data 
+0x65d5 027733 branch iicd_eeprom_write_disable 
+:      027735 iicd_eeprom_write_enable:
+0x65d6 027736 fetch 1 ,mem_eeprom_wp_gpio 
+0x65d7 027737 rtneq gpio_disable 
+0x65d8 027738 bbit0 6 ,iicd_wp_gpio_output_low 
+0x65d9 027739 setarg 150000 
+0x65da 027740 call sleep 
+:      027741 iicd_wp_gpio_output_low:
+0x65db 027742 fetcht 1 ,mem_eeprom_wp_gpio 
+0x65dc 027743 branch gpio_out_active 
+:      027745 iicd_eeprom_write_disable:
+0x65dd 027746 fetcht 1 ,mem_eeprom_wp_gpio 
+0x65de 027747 branch gpio_out_inactive 
+:      027752 iicd_read_eep_data:
+0x65df 027753 bpatchx patch32_0 ,mem_patch32 
+0x65e0 027754 bmark1 mark_eeprom_size ,iicd_read_eep_data_size_2k 
+0x65e1 027755 fetch 2 ,mem_eeprom_base 
+0x65e2 027756 iadd regb ,pdata 
+0x65e3 027757 byteswap pdata ,pdata 
+0x65e4 027758 store 2 ,mem_addr_mi 
+:      027761 iicd_read_eep:
+0x65e5 027762 bpatchx patch32_1 ,mem_patch32 
+0x65e6 027763 bmark1 mark_eeprom_size ,iicd_read_eep_size_2k_lcadcode 
+0x65e7 027764 setarg 4 
+0x65e8 027765 hstore 2 ,core_iicd_txlen 
+0x65e9 027766 jam 0xa0 ,mem_iicd_tbuf 
+0x65ea 027767 jam 0xa1 ,mem_iicd_tbuf + 3 
+:      027768 iicd_read_eep_common:
+0x65eb 027769 setarg mem_iicd_tbuf 
+0x65ec 027770 hstore 2 ,core_iicd_txaddr 
+0x65ed 027771 hstoret 2 ,core_iicd_rxlen 
+0x65ee 027772 deposit rega 
+0x65ef 027773 hstore 2 ,core_iicd_rxaddr 
+0x65f0 027774 setarg 2 
+0x65f1 027775 isolate0 15 ,rega 
+0x65f2 027776 setflag true ,0 ,pdata 
+0x65f3 027777 hstore 1 ,core_iicd_ctrl 
+0x65f4 027778 jam iicd_start ,core_misc_ctrl 
+0x65f5 027779 arg iicd_done ,queue 
+0x65f6 027780 call decrypt_code 
+0x65f7 027781 call wait_iicd_done 
+0x65f8 027782 isolate1 iicd_crcok ,pdata 
+0x65f9 027783 call set_ucode_status 
+0x65fa 027784 bmark1 mark_eeprom_size ,iicd_read_eep_load_code_size_2k 
+0x65fb 027785 fetch 2 ,mem_addr_mi 
+0x65fc 027786 byteswap pdata ,pdata 
+0x65fd 027787 iadd temp ,pdata 
+0x65fe 027788 byteswap pdata ,pdata 
+0x65ff 027789 store 2 ,mem_addr_mi 
+0x6600 027790 rtn 
+:      027792 iicd_read_eep_load_code_size_2k:
+0x6601 027793 fetch 1 ,mem_addr_mi 
+0x6602 027794 iadd temp ,pdata 
+0x6603 027795 byteswap pdata ,pdata 
+0x6604 027796 store 2 ,mem_addr_mi 
+0x6605 027797 rtn 
+:      027803 iicd_write_eep_data:
+0x6606 027804 fetch 2 ,mem_eeprom_base 
+0x6607 027805 iadd regb ,pdata 
+:      027808 iicd_write_ota_data:
+0x6608 027809 store 2 ,mem_pdatatemp 
+0x6609 027810 bpatchx patch32_2 ,mem_patch32 
+0x660a 027811 storet 2 ,mem_temp 
+0x660b 027812 copy rega ,pdata 
+0x660c 027813 store 2 ,mem_contr 
+:      027814 iicd_write_eep_loop:
+0x660d 027815 call iicd_eep_transparency 
+0x660e 027817 fetcht 2 ,mem_regb 
+0x660f 027818 fetch 2 ,mem_contr 
+0x6610 027819 copy pdata ,rega 
+0x6611 027820 fetch 2 ,mem_pdatatemp 
+0x6612 027822 call iicd_write_eep 
+0x6613 027824 fetch 2 ,mem_regb 
+0x6614 027825 fetcht 2 ,mem_contr 
+0x6615 027826 iadd temp ,temp 
+0x6616 027827 storet 2 ,mem_contr 
+0x6617 027828 fetcht 2 ,mem_pdatatemp 
+0x6618 027829 iadd temp ,temp 
+0x6619 027830 storet 2 ,mem_pdatatemp 
+0x661a 027831 fetch 2 ,mem_temp 
+0x661b 027832 nbranch iicd_write_eep_loop ,blank 
+0x661c 027833 rtn 
+:      027841 iicd_eep_transparency:
+0x661d 027842 bpatchx patch32_3 ,mem_patch32 
+0x661e 027843 fetch 1 ,mem_eeprom_block_size 
+0x661f 027844 increase -1 ,pdata 
+0x6620 027845 fetcht 2 ,mem_pdatatemp 
+0x6621 027846 ior temp ,pdata 
+0x6622 027847 increase 1 ,pdata 
+0x6623 027848 store 3 ,mem_regc 
+0x6624 027850 fetch 2 ,mem_temp 
+0x6625 027851 iadd temp ,pdata 
+0x6626 027853 fetcht 3 ,mem_regc 
+0x6627 027854 isub temp ,pdata 
+0x6628 027855 nbranch iicd_eep_deal_short_packet ,positive 
+0x6629 027856 store 2 ,mem_temp 
+0x662a 027857 fetch 3 ,mem_regc 
+0x662b 027858 fetcht 2 ,mem_pdatatemp 
+0x662c 027859 isub temp ,pdata 
+0x662d 027860 store 2 ,mem_regb 
+0x662e 027861 rtn 
+:      027862 iicd_eep_deal_short_packet:
+0x662f 027863 fetch 2 ,mem_temp 
+0x6630 027864 store 2 ,mem_regb 
+0x6631 027865 setarg 0 
+0x6632 027866 store 2 ,mem_temp 
+0x6633 027867 rtn 
+:      027869 iicd_write_eep_size_2k:
+0x6634 027870 increase 2 ,temp 
+0x6635 027871 hstoret 2 ,core_iicd_txlen 
+0x6636 027872 increase -2 ,rega 
+0x6637 027873 ifetcht 3 ,rega 
+0x6638 027874 copy temp ,regb 
+0x6639 027875 arg 0xa0 ,temp 
+0x663a 027876 istoret 1 ,rega 
+0x663b 027878 istore 1 ,contw 
+0x663c 027879 branch iicd_write_eep_common 
+:      027882 iicd_write_eep:
+0x663d 027883 copy pdata ,regb 
+0x663e 027884 bpatchx patch32_4 ,mem_patch32 
+0x663f 027885 bmark1 mark_eeprom_size ,iicd_write_eep_size_2k 
+0x6640 027886 copy regb ,pdata 
+0x6641 027887 increase 3 ,temp 
+0x6642 027888 hstoret 2 ,core_iicd_txlen 
+0x6643 027889 increase -3 ,rega 
+0x6644 027890 ifetcht 3 ,rega 
+0x6645 027891 copy temp ,regb 
+0x6646 027892 arg 0xa0 ,temp 
+0x6647 027893 istoret 1 ,rega 
+0x6648 027894 byteswap pdata ,pdata 
+0x6649 027895 istore 2 ,contw 
+:      027896 iicd_write_eep_common:
+0x664a 027897 deposit rega 
+0x664b 027898 hstore 2 ,core_iicd_txaddr 
+0x664c 027899 setarg 0 
+0x664d 027900 hstore 2 ,core_iicd_rxlen 
+0x664e 027901 jam 1 ,core_iicd_ctrl 
+0x664f 027902 jam iicd_start ,core_misc_ctrl 
+0x6650 027903 call wait_iicd_done 
+0x6651 027904 copy regb ,pdata 
+0x6652 027905 istore 3 ,rega 
+:      027907 iic_check_eeprom_standby:
+0x6653 027908 bpatchx patch32_5 ,mem_patch32 
+0x6654 027909 jam 0 ,mem_iicd_tbuf + 3 
+:      027910 iic_check_eeprom_standby_wait:
+0x6655 027911 setarg 1 
+0x6656 027912 hstore 2 ,core_iicd_txlen 
+0x6657 027913 jam 0xa0 ,mem_iicd_tbuf 
+0x6658 027914 setarg mem_iicd_tbuf 
+0x6659 027915 hstore 2 ,core_iicd_txaddr 
+0x665a 027916 setarg 0 
+0x665b 027917 hstore 2 ,core_iicd_rxlen 
+0x665c 027918 hstore 2 ,core_iicd_rxaddr 
+0x665d 027919 setarg 3 
+0x665e 027920 hstore 1 ,core_iicd_ctrl 
+0x665f 027921 jam iicd_start ,core_misc_ctrl 
+0x6660 027922 call wait_iicd_done 
+0x6661 027923 hfetch 1 ,core_dma_status 
+0x6662 027924 rtnbit0 iicd_ack 
+0x6663 027925 nop 1500 
+0x6664 027926 fetch 1 ,mem_iicd_tbuf + 3 
+0x6665 027927 increase 1 ,pdata 
+0x6666 027928 store 1 ,mem_iicd_tbuf + 3 
+0x6667 027929 sub pdata ,40 ,null 
+0x6668 027930 nrtn positive 
+0x6669 027931 branch iic_check_eeprom_standby_wait 
+:      027935 otp_enable_chgpump:
+0x666a 027936 jam 0x70 ,rfen_chgpump 
+0x666b 027937 nop param_chgpump_delay 
+0x666c 027938 rtn 
+:      027940 otp_disable_chgpump:
+0x666d 027941 jam 0x30 ,rfen_chgpump 
+0x666e 027942 rtn 
+:      027944 otp_set_addr:
+0x666f 027945 lshift3 pdata ,pdata 
+0x6670 027946 hstore 2 ,core_otp_addr 
+0x6671 027947 jam 0 ,core_otpd_ctrl 
+0x6672 027948 rtn 
+:      027951 otp_write:
+0x6673 027952 call otp_set_addr 
+0x6674 027953 call otp_ce 
+:      027954 otp_program:
+0x6675 027955 ifetcht 1 ,rega 
+0x6676 027956 increase 1 ,rega 
+0x6677 027957 force 0 ,queue 
+:      027958 otp_program_bit:
+0x6678 027959 qisolate0 temp 
+0x6679 027960 branch otp_skip_0 ,true 
+0x667a 027961 hfetch 1 ,core_otp_din 
+0x667b 027962 set1 6 ,pdata 
+0x667c 027963 set1 7 ,pdata 
+0x667d 027964 hstore 1 ,core_otp_din 
+0x667e 027965 jam 0x02 ,core_otp_ctrl 
+0x667f 027966 jam 0x82 ,core_otp_ctrl 
+0x6680 027967 set0 7 ,pdata 
+0x6681 027968 hstore 1 ,core_otp_din 
+0x6682 027969 jam 0x8a ,core_otp_ctrl 
+0x6683 027970 nop 11 
+0x6684 027971 jam 0xca ,core_otp_ctrl 
+0x6685 027972 nop 33 
+0x6686 027973 jam 0x4a ,core_otp_ctrl 
+0x6687 027974 nop 44 
+0x6688 027975 jam 0xca ,core_otp_ctrl 
+0x6689 027976 nop 22 
+0x668a 027977 jam 0x8a ,core_otp_ctrl 
+0x668b 027978 nop 33 
+0x668c 027979 jam 0x82 ,core_otp_ctrl 
+0x668d 027980 nop 1 
+0x668e 027981 jam 0x92 ,core_otp_ctrl 
+0x668f 027982 nop 10 
+0x6690 027983 jam 0xb2 ,core_otp_ctrl 
+0x6691 027984 hfetch 1 ,core_otp_rdata 
+0x6692 027985 jam 0x92 ,core_otp_ctrl 
+0x6693 027986 nop 1 
+0x6694 027987 jam 0x82 ,core_otp_ctrl 
+0x6695 027988 qisolate0 pdata 
+0x6696 027989 branch otp_program_bit ,true 
+:      027990 otp_skip_0:
+0x6697 027991 hfetch 2 ,core_otp_addr 
+0x6698 027992 increase 1 ,pdata 
+0x6699 027993 hstore 2 ,core_otp_addr 
+0x669a 027994 increase 1 ,queue 
+0x669b 027995 compare 8 ,queue ,0xf 
+0x669c 027996 nbranch otp_program_bit ,true 
+0x669d 027997 loop otp_program 
+0x669e 027998 jam 0x83 ,core_otp_ctrl 
+0x669f 027999 rtn 
+:      028001 otp_ce:
+0x66a0 028002 jam 0x82 ,core_otp_ctrl 
+0x66a1 028003 nop 12 
+0x66a2 028004 jam 0x80 ,core_otp_ctrl 
+0x66a3 028005 jam 0x82 ,core_otp_ctrl 
+0x66a4 028006 nop 150 
+0x66a5 028007 rtn 
+:      028010 otpd_read_init:
+0x66a6 028011 call otp_ce 
+0x66a7 028012 jam 0xa2 ,core_otp_ctrl 
+0x66a8 028013 deposit rega 
+0x66a9 028014 hstore 2 ,core_otpd_addr 
+0x66aa 028015 set1 11 ,temp 
+0x66ab 028016 isolate0 15 ,pdata 
+0x66ac 028017 setflag true ,15 ,temp 
+0x66ad 028018 hstoret 2 ,core_otpd_len 
+0x66ae 028019 jam otpd_start ,core_misc_ctrl 
+0x66af 028020 rtn 
+:      028022 otpd_wait_end:
+0x66b0 028023 hfetch 1 ,core_dma_status 
+0x66b1 028024 bbit0 otpd_done ,otpd_wait_end 
+0x66b2 028025 rtn 
+:      028028 otpd_read_data:
+0x66b3 028029 call otp_set_addr 
+0x66b4 028030 call otpd_read_init 
+0x66b5 028031 call otpd_wait_end 
+0x66b6 028032 jam 0x83 ,core_otp_ctrl 
+0x66b7 028033 rtn 
+:      028038 otpd_read_code:
+0x66b8 028039 hfetch 2 ,core_current_otp_addr 
+0x66b9 028040 hstore 2 ,core_otp_addr 
+0x66ba 028041 call otpd_read_init 
+0x66bb 028042 arg otpd_done ,queue 
+0x66bc 028043 call decrypt_code 
+0x66bd 028044 call otpd_wait_end 
+0x66be 028045 isolate1 otpd_crcok ,pdata 
+0x66bf 028046 call set_ucode_status 
+0x66c0 028047 jam 0x83 ,core_otp_ctrl 
+0x66c1 028048 rtn 
+:      028051 uartd_prepare_tx:
+0x66c2 028052 hfetch 2 ,core_uart_twptr 
+0x66c3 028053 iforce contwu 
+0x66c4 028054 rtn 
+:      028056 uartd_send:
+0x66c5 028057 deposit contwu 
+0x66c6 028058 hstore 2 ,core_uart_twptr 
+0x66c7 028059 rtn 
+:      028061 uartd_rxdone:
+0x66c8 028062 deposit contru 
+0x66c9 028063 hstore 2 ,core_uart_rrptr 
+0x66ca 028064 rtn 
+:      028066 uartd_prepare_rx:
+0x66cb 028067 hfetch 2 ,core_uart_rrptr 
+0x66cc 028068 copy pdata ,contru 
+0x66cd 028069 rtn 
+:      028071 uart_set_baud_by_mem:
+0x66ce 028072 fetch uart_baud_len ,mem_baud 
+0x66cf 028073 hstore uart_baud_len ,core_uart_baud 
+0x66d0 028074 rtn 
+:      028076 uart_copy_tx_bytes_fast:
+0x66d1 028077 deposit loopcnt 
+0x66d2 028078 rtn blank 
+:      028079 uart_copy_tx_bytes_fast_loop:
+0x66d3 028080 increase -8 ,loopcnt 
+0x66d4 028081 call uart_tx_8_bytes ,positive 
+0x66d5 028082 rtn zero 
+0x66d6 028083 branch uart_copy_tx_bytes_fast_loop ,positive 
+0x66d7 028084 increase 8 ,loopcnt 
+:      028085 uart_copy_tx_bytes_fast_loop_four:
+0x66d8 028086 increase -4 ,loopcnt 
+0x66d9 028087 call uart_tx_4_bytes ,positive 
+0x66da 028088 rtn zero 
+0x66db 028089 branch uart_copy_tx_bytes_fast_loop_four ,positive 
+0x66dc 028090 increase 4 ,loopcnt 
+0x66dd 028091 branch uart_copy_tx_bytes 
+:      028093 uart_tx_8_bytes:
+0x66de 028094 ifetch 8 ,contr 
+0x66df 028095 istore 8 ,contwu 
+0x66e0 028096 rtn 
+:      028098 uart_tx_4_bytes:
+0x66e1 028099 ifetch 4 ,contr 
+0x66e2 028100 istore 4 ,contwu 
+0x66e3 028101 rtn 
+:      028103 uart_copy_tx_bytes:
+0x66e4 028104 deposit loopcnt 
+0x66e5 028105 rtn blank 
+:      028106 uart_copy_tx_bytes_loop:
+0x66e6 028107 ifetch 1 ,contr 
+0x66e7 028108 istore 1 ,contwu 
+0x66e8 028109 loop uart_copy_tx_bytes_loop 
+0x66e9 028110 rtn 
+:      028112 uart_copy_rx_bytes_fast:
+0x66ea 028113 deposit loopcnt 
+0x66eb 028114 rtn blank 
+:      028115 uart_copy_rx_bytes_fast_loop:
+0x66ec 028116 increase -8 ,loopcnt 
+0x66ed 028117 call uart_rx_8_bytes ,positive 
+0x66ee 028118 rtn zero 
+0x66ef 028119 branch uart_copy_rx_bytes_fast_loop ,positive 
+0x66f0 028120 increase 8 ,loopcnt 
+:      028121 uart_copy_rx_bytes_fast_loop_four:
+0x66f1 028122 increase -4 ,loopcnt 
+0x66f2 028123 call uart_rx_4_bytes ,positive 
+0x66f3 028124 rtn zero 
+0x66f4 028125 branch uart_copy_rx_bytes_fast_loop_four ,positive 
+0x66f5 028126 increase 4 ,loopcnt 
+0x66f6 028127 branch uart_copy_rx_bytes 
+:      028129 uart_rx_8_bytes:
+0x66f7 028130 ifetch 8 ,contru 
+0x66f8 028131 istore 8 ,contw 
+0x66f9 028132 rtn 
+:      028134 uart_rx_4_bytes:
+0x66fa 028135 ifetch 4 ,contru 
+0x66fb 028136 istore 4 ,contw 
+0x66fc 028137 rtn 
+:      028140 uart_copy_rx_bytes:
+0x66fd 028141 deposit loopcnt 
+0x66fe 028142 rtn blank 
+:      028143 uart_copy_rx_bytes_loop:
+0x66ff 028144 ifetch 1 ,contru 
+0x6700 028145 istore 1 ,contw 
+0x6701 028146 loop uart_copy_rx_bytes_loop 
+0x6702 028147 rtn 
+:      028150 uart_copy_rx2tx:
+0x6703 028151 deposit loopcnt 
+0x6704 028152 rtn blank 
+:      028153 uart_copy_rx2tx_loop:
+0x6705 028154 ifetch 1 ,contru 
+0x6706 028155 istore 1 ,contwu 
+0x6707 028156 loop uart_copy_rx2tx_loop 
+0x6708 028157 rtn 
+:      028162 app_store_nvram_event:
+0x6709 028163 jam bt_evt_store_nvram ,mem_fifo_temp 
+0x670a 028164 branch ui_ipc_send_event 
+:      028166 check_51cmd_store_reconn_info:
+:      028167 check_51cmd_update_device_record:
+0x670b 028168 bpatchx patch32_6 ,mem_patch32 
+0x670c 028169 fetch 1 ,mem_nv_data_number 
+0x670d 028170 rtn blank 
+0x670e 028171 call check_nvram 
+0x670f 028172 call init_device_list ,zero 
+0x6710 028173 call nvram_find_addr_from_bd_list 
+:      028174 write_device_record:
+0x6711 028175 fetch 1 ,mem_nv_data_number 
+0x6712 028176 icopy regc 
+0x6713 028177 fetcht 2 ,mem_nv_data_ptr 
+0x6714 028178 storet 2 ,mem_list_item_ptr 
+:      028179 write_device_loop_find:
+0x6715 028180 copy regc ,pdata 
+0x6716 028181 branch app_store_nvram_event ,blank 
+0x6717 028182 increase -1 ,regc 
+0x6718 028183 copy temp ,rega 
+0x6719 028184 ifetch 1 ,rega 
+0x671a 028185 fetcht 1 ,mem_select_list_item 
+0x671b 028186 isub temp ,null 
+0x671c 028187 call set_index_finded_device ,zero 
+0x671d 028188 branch write_device_loop_find0 ,positive 
+0x671e 028189 ifetch 1 ,rega 
+0x671f 028190 increase 1 ,pdata 
+0x6720 028191 istore 1 ,rega 
+:      028192 write_device_loop_find0:
+0x6721 028193 fetcht 2 ,mem_list_item_ptr 
+0x6722 028194 increase nv_data_len ,temp 
+0x6723 028195 storet 2 ,mem_list_item_ptr 
+0x6724 028196 branch write_device_loop_find 
+:      028198 set_index_finded_device:
+0x6725 028199 setarg 0 
+0x6726 028200 istore 1 ,rega 
+0x6727 028201 fetch 1 ,mem_temp_reconn_record 
+0x6728 028202 istore 1 ,contw 
+0x6729 028203 bne rec_3_mode ,set_index_finded_device_ble_mode 
+0x672a 028204 arg mem_link_key ,regb 
+:      028205 set_index_find_device_master_addr:
+0x672b 028206 ifetch 6 ,contr 
+0x672c 028207 istore 8 ,contw 
+0x672d 028208 setarg 0 
+0x672e 028209 istore 8 ,contw 
+0x672f 028210 copy regb ,contr 
+:      028211 store_rec_data_common:
+0x6730 028212 call memcpy16 
+0x6731 028213 force 1 ,null 
+0x6732 028214 rtn 
+:      028216 set_index_finded_device_ble_mode:
+0x6733 028217 beq rec_4_mode_random_resolvable_private_address ,set_index_finded_device_irk 
+0x6734 028218 beq rec_4_mode_random_non_resolvable_private_address ,set_index_finded_device_ediv 
+0x6735 028219 arg mem_le_ltk ,regb 
+0x6736 028220 branch set_index_find_device_master_addr 
+:      028222 set_index_finded_device_irk:
+0x6737 028223 arg mem_le_irk ,contr 
+0x6738 028224 call memcpy16 
+:      028225 store_ble_rec_data_common:
+0x6739 028226 arg mem_le_ltk ,contr 
+0x673a 028227 branch store_rec_data_common 
+:      028229 set_index_finded_device_ediv:
+0x673b 028230 arg mem_le_rand ,contr 
+0x673c 028231 call memcpy16 
+0x673d 028232 branch store_ble_rec_data_common 
+:      028235 nvram_find_addr_from_bd_list:
+0x673e 028236 call disable_user 
+0x673f 028237 fetch 1 ,mem_nv_data_number 
+0x6740 028238 rtn blank 
+0x6741 028239 fetch 2 ,mem_ui_state_map 
+0x6742 028240 bbit1 ui_state_bt_connected ,find_addr_from_bd_list_spp_mode 
+:      028241 find_addr_from_bd_list_ble_mode:
+0x6743 028242 bpatchx patch32_7 ,mem_patch32 
+0x6744 028243 fetch 1 ,mem_le_conn_peer_addr_type 
+0x6745 028244 beq master_public_addr ,find_addr_from_bd_list_static_addr 
+0x6746 028245 fetch 1 ,mem_le_plap + 5 
+0x6747 028246 compare 0xc0 ,pdata ,0xc0 
+0x6748 028247 branch find_addr_from_bd_list_static_addr ,true 
+0x6749 028248 compare 0x40 ,pdata ,0xc0 
+0x674a 028249 branch find_addr_from_bd_list_random_addr ,true 
+0x674b 028250 compare 0x00 ,pdata ,0xc0 
+0x674c 028251 branch find_addr_from_bd_list_random_non_resolvable_private_address ,true 
+:      028252 find_addr_from_bd_list_static_addr:
+0x674d 028253 jam rec_4_mode_static_address ,mem_temp_reconn_record 
+0x674e 028254 fetch 6 ,mem_le_plap 
+0x674f 028255 branch find_addr_from_bd_list_common 
+:      028257 find_addr_from_bd_list_random_non_resolvable_private_address:
+0x6750 028258 jam rec_4_mode_random_non_resolvable_private_address ,mem_temp_reconn_record 
+0x6751 028259 branch find_addr_from_bd_list_common 
+:      028262 find_addr_from_bd_list_random_addr:
+0x6752 028263 jam rec_4_mode_random_resolvable_private_address ,mem_temp_reconn_record 
+0x6753 028264 branch find_addr_from_bd_list_common 
+:      028267 find_addr_from_bd_list_spp_mode:
+0x6754 028268 bpatchx patch33_0 ,mem_patch33 
+0x6755 028269 jam rec_3_mode ,mem_temp_reconn_record 
+0x6756 028270 fetch 6 ,mem_plap 
+:      028271 find_addr_from_bd_list_common:
+0x6757 028272 store 6 ,mem_temp_reconn_record + 1 
+0x6758 028273 fetch 2 ,mem_nv_data_ptr 
+0x6759 028274 ifetcht 1 ,pdata 
+0x675a 028275 pincrease 1 
+0x675b 028276 store 2 ,mem_list_item_ptr 
+0x675c 028277 storet 1 ,mem_select_list_item 
+0x675d 028278 fetch 1 ,mem_nv_data_number 
+0x675e 028279 icopy regc 
+:      028280 nvram_find_addr_from_list:
+0x675f 028281 fetch 2 ,mem_list_item_ptr 
+0x6760 028282 copy pdata ,rega 
+0x6761 028283 call nvram_find_addr_from_list_compare 
+0x6762 028284 rtn user 
+0x6763 028285 fetcht 2 ,mem_list_item_ptr 
+0x6764 028286 increase nv_data_len ,temp 
+0x6765 028287 storet 2 ,mem_list_item_ptr 
+0x6766 028288 increase -1 ,temp 
+0x6767 028289 ifetch 1 ,temp 
+0x6768 028290 store 1 ,mem_select_list_item 
+0x6769 028291 increase -1 ,regc 
+0x676a 028292 nbranch nvram_find_addr_from_list ,zero 
+0x676b 028293 fetch 1 ,mem_nv_data_number 
+0x676c 028294 pincrease decreased_one 
+0x676d 028295 store 1 ,mem_select_list_item 
+0x676e 028296 rtn 
+:      028297 nvram_find_addr_from_list_compare:
+0x676f 028298 fetch 1 ,mem_temp_reconn_record 
+0x6770 028299 bne rec_3_mode ,find_addr_from_list_compare_ble_mode 
+:      028300 find_master_addr_from_list_compare:
+0x6771 028301 arg mem_temp_reconn_record ,regb 
+0x6772 028302 arg 7 ,loopcnt 
+0x6773 028303 call string_compare 
+0x6774 028304 branch enable_user ,zero 
+0x6775 028305 rtn 
+:      028307 find_addr_from_list_compare_ble_mode:
+0x6776 028308 beq rec_4_mode_random_resolvable_private_address ,find_irk_form_list_compare 
+0x6777 028309 beq rec_4_mode_random_non_resolvable_private_address ,find_ediv_form_list_compare 
+0x6778 028310 branch find_master_addr_from_list_compare 
+:      028312 find_irk_form_list_compare:
+0x6779 028313 ifetcht 1 ,rega 
+0x677a 028314 isub temp ,null 
+0x677b 028315 nrtn zero 
+0x677c 028316 arg mem_le_prand ,contw 
+0x677d 028317 arg 16 ,loopcnt 
+0x677e 028318 call clear_mem 
+0x677f 028319 fetch 3 ,mem_le_plap + 3 
+0x6780 028320 store 3 ,mem_le_prand 
+0x6781 028321 call genernate_master_macaddress 
+0x6782 028322 fetch 2 ,mem_le_aes_128 + 13 
+0x6783 028323 byteswap pdata ,pdata 
+0x6784 028324 lshift8 pdata ,temp 
+0x6785 028325 ifetch 1 ,contr 
+0x6786 028326 iadd temp ,pdata 
+0x6787 028327 fetcht 3 ,mem_le_plap 
+0x6788 028328 isub temp ,null 
+0x6789 028329 branch enable_user ,zero 
+0x678a 028330 rtn 
+:      028333 genernate_master_macaddress:
+0x678b 028334 arg mem_le_prand ,contr 
+0x678c 028335 call load_data128 
+0x678d 028337 ifetch 1 ,rega 
+0x678e 028338 call load_regext 
+0x678f 028339 force 0x38 ,aes_ctrl 
+0x6790 028340 force 0x0 ,aes_ctrl 
+0x6791 028341 call wait_aes 
+0x6792 028342 arg mem_le_aes_128 ,contw 
+0x6793 028343 branch store_aes_result 
+:      028345 find_ediv_form_list_compare:
+0x6794 028346 ifetcht 1 ,rega 
+0x6795 028347 isub temp ,null 
+0x6796 028348 nrtn zero 
+0x6797 028349 copy contr ,rega 
+0x6798 028350 add contr ,8 ,regc 
+0x6799 028351 arg mem_le_rand ,regb 
+0x679a 028352 arg 8 ,loopcnt 
+0x679b 028353 call string_compare 
+0x679c 028354 branch enable_user ,zero 
+0x679d 028355 copy regc ,rega 
+0x679e 028356 arg mem_le_irk ,regb 
+0x679f 028357 arg 8 ,loopcnt 
+0x67a0 028358 call string_compare 
+0x67a1 028359 branch enable_user ,zero 
+0x67a2 028360 rtn 
+:      028362 check_nvram:
+0x67a3 028363 fetch 2 ,mem_nv_data_ptr 
+0x67a4 028364 ifetcht 1 ,pdata 
+0x67a5 028365 pincrease nv_data_len 
+0x67a6 028366 ifetch 1 ,pdata 
+0x67a7 028367 isub temp ,null 
+0x67a8 028368 rtn 
+:      028370 init_device_list:
+0x67a9 028371 fetch 1 ,mem_nv_data_number 
+0x67aa 028372 icopy loopcnt 
+0x67ab 028373 fetcht 2 ,mem_nv_data_ptr 
+0x67ac 028374 setarg 0 
+:      028375 init_device_list_loop:
+0x67ad 028376 istore 1 ,temp 
+0x67ae 028377 increase nv_data_len ,temp 
+0x67af 028378 pincrease 1 
+0x67b0 028379 loop init_device_list_loop 
+0x67b1 028380 rtn 
+:      028382 load_device_list:
+0x67b2 028383 bpatchx patch33_1 ,mem_patch33 
+0x67b3 028384 call nvram_find_addr_from_bd_list 
+0x67b4 028385 fetch 1 ,mem_state 
+0x67b5 028386 setflag user ,state_combkey ,pdata 
+0x67b6 028387 store 1 ,mem_state 
+0x67b7 028388 nbranch clear_key_exists ,user 
+0x67b8 028389 add rega ,10 ,contr 
+0x67b9 028391 arg mem_link_key ,contw 
+0x67ba 028392 call memcpy16 
+0x67bb 028393 branch check_link_key_load 
+:      028394 clear_key_exists:
+0x67bc 028395 jam 0 ,mem_link_key_exists 
+0x67bd 028396 rtn 
+:      028398 load_device_list_mode_4:
+0x67be 028399 fetch 9 ,mem_le_ediv 
+0x67bf 028400 branch clear_ltk_exists ,blank 
+0x67c0 028401 call nvram_find_addr_from_bd_list 
+0x67c1 028402 nbranch clear_ltk_exists ,user 
+0x67c2 028403 fetch 2 ,mem_list_item_ptr 
+0x67c3 028404 add pdata ,1 ,contr 
+0x67c4 028405 arg mem_le_irk ,contw 
+0x67c5 028406 call memcpy16 
+0x67c6 028407 arg mem_le_ltk ,contw 
+0x67c7 028408 call memcpy16 
+0x67c8 028409 jam 1 ,mem_ltk_exists 
+0x67c9 028410 rtn 
+:      028412 clear_ltk_exists:
+0x67ca 028413 jam 0 ,mem_ltk_exists 
+0x67cb 028414 rtn 
+:      028417 eeprom_store_le_reconn_info:
+0x67cc 028418 fetch 6 ,mem_le_plap 
+0x67cd 028419 store 6 ,mem_temp_lap 
+0x67ce 028420 jam rec_4_mode ,mem_record_bt_mode 
+0x67cf 028421 branch eeprom_store_reconn_info 
+:      028422 eeprom_store_bd_reconn_info:
+0x67d0 028423 fetch 6 ,mem_plap 
+0x67d1 028424 store 6 ,mem_temp_lap 
+0x67d2 028425 jam rec_3_mode ,mem_record_bt_mode 
+:      028426 eeprom_store_reconn_info:
+0x67d3 028427 fetch 1 ,mem_device_option 
+0x67d4 028428 beq dvc_op_module ,check_51cmd_update_device_record 
+0x67d5 028429 bbit1 dvc_op_mouse ,mouse_store_remote_bdaddr 
+0x67d6 028430 rtn 
+:      028433 check_link_key_load:
+0x67d7 028434 fetch 8 ,mem_link_key 
+0x67d8 028435 fetcht 8 ,mem_link_key + 8 
+0x67d9 028436 ior temp ,pdata 
+0x67da 028437 rtn blank 
+0x67db 028438 jam 1 ,mem_link_key_exists 
+0x67dc 028439 rtn 
+:      028446 gpio_set_wake_by_current_state:
+0x67dd 028447 bpatchx patch33_2 ,mem_patch33 
+0x67de 028448 set1 7 ,temp 
+0x67df 028449 call gpio_get_bit 
+0x67e0 028450 nsetflag true ,7 ,temp 
+:      028455 gpio_set_wake:
+0x67e1 028456 bpatchx patch33_3 ,mem_patch33 
+0x67e2 028457 sub temp ,ui_button_gpio_disable ,null 
+0x67e3 028458 rtn zero 
+0x67e4 028459 isolate0 7 ,temp 
+0x67e5 028460 and temp ,0x1f ,queue 
+0x67e6 028461 fetch 4 ,mem_gpio_wakeup_low 
+0x67e7 028462 qsetflag true ,pdata 
+0x67e8 028463 store 4 ,mem_gpio_wakeup_low 
+0x67e9 028464 fetch 4 ,mem_gpio_wakeup_high 
+0x67ea 028465 nqsetflag true ,pdata 
+0x67eb 028466 store 4 ,mem_gpio_wakeup_high 
+0x67ec 028467 rtn 
+:      028470 gpio_clr_wake:
+0x67ed 028471 bpatchx patch33_4 ,mem_patch33 
+0x67ee 028472 sub temp ,ui_button_gpio_disable ,null 
+0x67ef 028473 rtn zero 
+0x67f0 028474 isolate0 7 ,temp 
+0x67f1 028475 and temp ,0x1f ,queue 
+0x67f2 028476 fetch 4 ,mem_gpio_wakeup_low 
+0x67f3 028477 qset0 pdata 
+0x67f4 028478 store 4 ,mem_gpio_wakeup_low 
+0x67f5 028479 fetch 4 ,mem_gpio_wakeup_high 
+0x67f6 028480 qset0 pdata 
+0x67f7 028481 store 4 ,mem_gpio_wakeup_high 
+0x67f8 028482 rtn 
+:      028485 gpio_config_input_nowake:
+0x67f9 028486 call gpio_clr_wake 
+0x67fa 028487 branch gpio_config_input_without_wake 
+:      028490 gpio_config_input:
+0x67fb 028491 sub temp ,ui_button_gpio_disable ,null 
+0x67fc 028492 rtn zero 
+0x67fd 028493 ncall gpio_set_wake ,wake 
+:      028495 gpio_config_input_without_wake:
+0x67fe 028496 arg core_gpio_pd0 ,contw 
+0x67ff 028497 call gpio_set_bit 
+0x6800 028498 setflip gpio_active_bit ,temp 
+0x6801 028499 arg core_gpio_pu0 ,contw 
+0x6802 028500 call gpio_set_bit 
+0x6803 028501 set0 gpio_active_bit ,temp 
+0x6804 028502 arg core_gpio_oe0 ,contw 
+0x6805 028503 branch gpio_set_bit 
+:      028506 gpio_set_high_impedance:
+0x6806 028507 arg core_gpio_pd0 ,contw 
+0x6807 028508 call gpio_set_bit 
+0x6808 028509 set0 gpio_active_bit ,temp 
+0x6809 028510 arg core_gpio_pu0 ,contw 
+0x680a 028511 call gpio_set_bit 
+0x680b 028512 set0 gpio_active_bit ,temp 
+0x680c 028513 arg core_gpio_oe0 ,contw 
+0x680d 028514 branch gpio_set_bit 
+:      028518 gpio_config_output:
+0x680e 028519 sub temp ,ui_button_gpio_disable ,null 
+0x680f 028520 rtn zero 
+0x6810 028521 setflip gpio_active_bit ,temp 
+0x6811 028522 call gpio_out 
+:      028523 gpio_config_output0:
+0x6812 028524 set1 gpio_active_bit ,temp 
+0x6813 028525 arg core_gpio_oe0 ,contw 
+0x6814 028526 branch gpio_set_bit 
+:      028528 gpio_common:
+0x6815 028529 and temp ,0x07 ,queue 
+0x6816 028530 rshift3 temp ,pdata 
+0x6817 028531 and_into 3 ,pdata 
+0x6818 028532 iadd contw ,contw 
+0x6819 028533 ifetch 1 ,contw 
+0x681a 028534 rtn 
+:      028536 gpio_check_active:
+0x681b 028537 arg core_gpio_out0 ,contw 
+0x681c 028538 branch get_bit_common 
+:      028542 gpio_get_bit:
+0x681d 028543 arg core_gpio_in ,contw 
+:      028544 get_bit_common:
+0x681e 028545 call gpio_common 
+0x681f 028546 isolate1 gpio_active_bit ,temp 
+0x6820 028547 branch gpio_get_bit_reverse ,true 
+0x6821 028548 qisolate0 pdata 
+0x6822 028549 rtn 
+:      028550 gpio_get_bit_reverse:
+0x6823 028551 qisolate1 pdata 
+0x6824 028552 rtn 
+:      028554 gpio_out_inactive:
+0x6825 028555 sub temp ,ui_button_gpio_disable ,null 
+0x6826 028556 rtn zero 
+0x6827 028557 isolate1 7 ,null 
+0x6828 028558 branch gpio_out_flag 
+:      028560 gpio_out_active:
+0x6829 028561 sub temp ,ui_button_gpio_disable ,null 
+0x682a 028562 rtn zero 
+0x682b 028563 isolate0 7 ,null 
+:      028566 gpio_out_flag:
+0x682c 028567 setarg 0 
+0x682d 028568 nsetflag true ,gpio_active_bit ,pdata 
+0x682e 028569 ixor temp ,temp 
+:      028572 gpio_out:
+0x682f 028573 arg core_gpio_out0 ,contw 
+:      028576 gpio_set_bit:
+0x6830 028577 call gpio_common 
+0x6831 028578 isolate1 gpio_active_bit ,temp 
+0x6832 028579 qsetflag true ,pdata 
+0x6833 028580 istore 1 ,contw 
+0x6834 028581 rtn 
+:      028583 gpio_set_before_lpm_common:
+0x6835 028584 arg -1 ,rega 
+0x6836 028585 hfetch 1 ,core_gpio_sel1 
+0x6837 028586 compare 0x02 ,pdata ,0x03 
+0x6838 028587 call neglact4_from_23_pin ,true 
+0x6839 028589 compare 0x01 ,pdata ,0x03 
+0x683a 028590 call neglact2_form_25_pin ,true 
+0x683b 028592 compare 0x03 ,pdata ,0x03 
+0x683c 028593 call neglact2_form_25_pin ,true 
+0x683d 028595 isolate1 2 ,pdata 
+0x683e 028596 call neglect2_from_6_pin ,true 
+0x683f 028598 isolate1 3 ,pdata 
+0x6840 028599 call neglect4_from_9_pin ,true 
+0x6841 028601 isolate1 4 ,pdata 
+0x6842 028602 call neglact2_form_30_pin ,true 
+0x6843 028604 isolate1 6 ,pdata 
+0x6844 028605 nsetflag true ,04 ,rega 
+0x6845 028607 isolate1 7 ,pdata 
+0x6846 028608 nsetflag true ,05 ,rega 
+0x6847 028610 hfetch 1 ,core_gpio_sel2 
+0x6848 028611 isolate1 0 ,pdata 
+0x6849 028612 nsetflag true ,27 ,rega 
+0x684a 028613 isolate1 1 ,pdata 
+0x684b 028614 nsetflag true ,28 ,rega 
+0x684c 028615 isolate1 2 ,pdata 
+0x684d 028616 nsetflag true ,03 ,rega 
+0x684e 028617 isolate1 3 ,pdata 
+0x684f 028618 nsetflag true ,08 ,rega 
+0x6850 028619 isolate1 4 ,pdata 
+0x6851 028620 nsetflag true ,20 ,rega 
+0x6852 028621 isolate1 5 ,pdata 
+0x6853 028622 nsetflag true ,21 ,rega 
+0x6854 028623 isolate1 6 ,pdata 
+0x6855 028624 nsetflag true ,22 ,rega 
+0x6856 028625 isolate1 7 ,pdata 
+0x6857 028626 nsetflag true ,23 ,rega 
+0x6858 028628 hfetch 1 ,core_gpio_sel 
+0x6859 028629 isolate1 0 ,pdata 
+0x685a 028630 nsetflag true ,05 ,rega 
+0x685b 028631 isolate1 1 ,pdata 
+0x685c 028632 nsetflag true ,06 ,rega 
+0x685d 028633 isolate1 2 ,pdata 
+0x685e 028634 nsetflag true ,07 ,rega 
+0x685f 028635 isolate1 3 ,pdata 
+0x6860 028636 nsetflag true ,18 ,rega 
+0x6861 028637 isolate1 4 ,pdata 
+0x6862 028638 nsetflag true ,19 ,rega 
+0x6863 028639 isolate1 5 ,pdata 
+0x6864 028640 nsetflag true ,20 ,rega 
+0x6865 028641 isolate1 6 ,pdata 
+0x6866 028642 nsetflag true ,21 ,rega 
+0x6867 028643 isolate1 7 ,pdata 
+0x6868 028644 nsetflag true ,22 ,rega 
+0x6869 028646 hfetch 1 ,core_uart_ctrl 
+0x686a 028647 isolate1 4 ,pdata 
+0x686b 028648 call neglact2_form_2_pin ,true 
+0x686c 028649 bpatchx patch33_5 ,mem_patch33 
+0x686d 028651 hfetch 4 ,core_gpio_pu0 
+0x686e 028652 hfetcht 4 ,core_gpio_pd0 
+0x686f 028653 ior temp ,pdata 
+0x6870 028654 invert pdata ,pdata 
+0x6871 028655 iand rega ,pdata 
+0x6872 028657 hstore 4 ,core_gpio_oe0 
+0x6873 028658 rtn 
+:      028661 neglect2_from_6_pin:
+0x6874 028662 arg 6 ,queue 
+0x6875 028663 branch neglect_2_pin 
+:      028664 neglect4_from_9_pin:
+0x6876 028665 arg 9 ,queue 
+0x6877 028666 branch neglact_4_pin 
+:      028667 neglact4_from_23_pin:
+0x6878 028668 arg 23 ,queue 
+0x6879 028669 branch neglact_4_pin 
+:      028670 neglact2_form_25_pin:
+0x687a 028671 arg 25 ,queue 
+0x687b 028672 branch neglect_2_pin 
+:      028673 neglact2_form_30_pin:
+0x687c 028674 arg 30 ,queue 
+0x687d 028675 branch neglect_2_pin 
+:      028676 neglact2_form_2_pin:
+0x687e 028677 arg 2 ,queue 
+0x687f 028678 branch neglect_2_pin 
+:      028679 neglact_1_pin:
+0x6880 028680 arg 1 ,loopcnt 
+0x6881 028681 branch neglect_pin_loop 
+:      028682 neglact_4_pin:
+0x6882 028683 arg 4 ,loopcnt 
+0x6883 028684 branch neglect_pin_loop 
+:      028685 neglect_2_pin:
+0x6884 028686 arg 2 ,loopcnt 
+:      028687 neglect_pin_loop:
+0x6885 028688 qset0 rega 
+0x6886 028689 increase 1 ,queue 
+0x6887 028690 loop neglect_pin_loop 
+0x6888 028691 rtn 
+:      028699 gpio_cfg_uart_tx_output:
+0x6889 028700 call gpio_uart2gpio 
+0x688a 028701 arg uart_wakeup_tx ,temp 
+0x688b 028702 branch gpio_config_output 
+:      028704 gpio_pu_uart_tx:
+0x688c 028705 call gpio_cfg_uart_tx_output 
+0x688d 028706 arg uart_wakeup_tx ,temp 
+0x688e 028707 branch gpio_out_inactive 
+:      028711 gpio_rx_config_input_with_pu:
+0x688f 028712 call gpio_uart2gpio 
+0x6890 028713 hfetch 1 ,core_gpio_pu0 
+0x6891 028714 set1 uart_wakeup_rx ,pdata 
+0x6892 028715 hstore 1 ,core_gpio_pu0 
+0x6893 028716 arg uart_wakeup_rx ,temp 
+0x6894 028717 branch gpio_config_input 
+:      028719 gpio_uart2gpio:
+0x6895 028720 hfetch 1 ,core_gpio_sel1 
+0x6896 028721 and_into 0xfb ,pdata 
+0x6897 028722 hstore 1 ,core_gpio_sel1 
+0x6898 028723 rtn 
+:      028725 gpio_check_uart_state:
+0x6899 028726 hfetch 1 ,core_gpio_sel1 
+0x689a 028727 isolate1 2 ,pdata 
+0x689b 028728 rtn 
+:      028730 load_chip_option:
+0x689c 028731 call otp_enable_chgpump 
+0x689d 028732 setarg otp_chip_functions 
+0x689e 028733 arg mem_chip_functions ,rega 
+0x689f 028734 arg 0x02 ,temp 
+0x68a0 028735 call otpd_read_data 
+0x68a1 028736 branch otp_disable_chgpump 
+:      028739 load_adc_init:
+0x68a2 028740 call otp_enable_chgpump 
+0x68a3 028741 setarg otp_adc_io_0_5v_addr 
+0x68a4 028742 arg mem_0_5_adc_io_data ,rega 
+0x68a5 028743 arg 14 ,temp 
+0x68a6 028744 call otpd_read_data 
+0x68a7 028745 branch otp_disable_chgpump 
+:      028749 adc_init_data:
+0x68a8 028750 bpatchx patch33_6 ,mem_patch33 
+0x68a9 028752 call load_adc_init 
+0x68aa 028754 fetch 1 ,mem_adc_config_flag 
+0x68ab 028755 beq adc_config_vinlpm ,adc_init_data_vinlpm 
+0x68ac 028756 beq adc_config_hvin ,adc_init_data_hvin 
+0x68ad 028757 beq adc_config_gpio ,adc_init_data_io 
+0x68ae 028758 rtn 
+:      028760 adc_init_data_vinlpm:
+0x68af 028761 fetcht 2 ,mem_otp_adc_flag 
+0x68b0 028762 setarg otp_adc_flag 
+0x68b1 028763 isub temp ,null 
+0x68b2 028764 branch adc_check_data_vinlpm ,zero 
+0x68b3 028765 setarg 0x4dfa 
+0x68b4 028766 store 2 ,mem_3v_adc_vinlpm_data 
+0x68b5 028767 setarg 0x4894 
+0x68b6 028768 store 2 ,mem_2v_adc_vinlpm_data 
+0x68b7 028769 branch set_vdd_reference_voltage_1v 
+:      028771 adc_check_data_vinlpm:
+0x68b8 028772 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x68b9 028773 nbranch adc_check_2v_vinlpm ,blank 
+0x68ba 028774 setarg 0x4dfa 
+0x68bb 028775 store 2 ,mem_3v_adc_vinlpm_data 
+:      028776 adc_check_2v_vinlpm:
+0x68bc 028777 fetch 2 ,mem_2v_adc_vinlpm_data 
+0x68bd 028778 nbranch set_vdd_reference_voltage_1v ,blank 
+0x68be 028779 setarg 0x4894 
+0x68bf 028780 store 2 ,mem_2v_adc_vinlpm_data 
+:      028781 set_vdd_reference_voltage_1v:
+0x68c0 028782 setarg 100 
+0x68c1 028783 store 2 ,mem_reference_voltage 
+0x68c2 028784 rtn 
+:      028786 adc_init_data_hvin:
+0x68c3 028787 fetcht 2 ,mem_otp_adc_flag 
+0x68c4 028788 setarg otp_adc_flag 
+0x68c5 028789 isub temp ,null 
+0x68c6 028790 branch adc_check_data_hvin ,zero 
+0x68c7 028791 setarg 0x5932 
+0x68c8 028792 store 2 ,mem_5v_adc_hvin_data 
+0x68c9 028793 setarg 0x4323 
+0x68ca 028794 store 2 ,mem_1v_adc_hvin_data 
+0x68cb 028795 branch set_vdd_reference_voltage_4v 
+:      028797 adc_check_data_hvin:
+0x68cc 028798 fetch 2 ,mem_5v_adc_hvin_data 
+0x68cd 028799 nbranch adc_check_1v_hvin ,blank 
+0x68ce 028800 setarg 0x5932 
+0x68cf 028801 store 2 ,mem_5v_adc_hvin_data 
+:      028802 adc_check_1v_hvin:
+0x68d0 028803 fetch 2 ,mem_1v_adc_hvin_data 
+0x68d1 028804 nbranch set_vdd_reference_voltage_4v ,blank 
+0x68d2 028805 setarg 0x4323 
+0x68d3 028806 store 2 ,mem_1v_adc_hvin_data 
+:      028807 set_vdd_reference_voltage_4v:
+0x68d4 028808 setarg 400 
+0x68d5 028809 store 2 ,mem_reference_voltage 
+0x68d6 028810 rtn 
+:      028812 adc_init_data_io:
+0x68d7 028813 fetcht 2 ,mem_otp_adc_flag 
+0x68d8 028814 setarg otp_adc_flag 
+0x68d9 028815 isub temp ,null 
+0x68da 028816 branch adc_check_data_io ,zero 
+0x68db 028817 setarg 0x6946 
+0x68dc 028818 store 2 ,mem_1v_adc_io_data 
+0x68dd 028819 setarg 0x5377 
+0x68de 028820 store 2 ,mem_0_5_adc_io_data 
+0x68df 028821 branch set_vdd_reference_voltage_0_5v 
+:      028823 adc_check_data_io:
+0x68e0 028824 fetch 2 ,mem_1v_adc_io_data 
+0x68e1 028825 nbranch adc_check_0_5v_io ,blank 
+0x68e2 028826 setarg 0x6946 
+0x68e3 028827 store 2 ,mem_1v_adc_io_data 
+:      028828 adc_check_0_5v_io:
+0x68e4 028829 fetch 2 ,mem_0_5_adc_io_data 
+0x68e5 028830 nbranch set_vdd_reference_voltage_0_5v ,blank 
+0x68e6 028831 setarg 0x5377 
+0x68e7 028832 store 2 ,mem_0_5_adc_io_data 
+:      028833 set_vdd_reference_voltage_0_5v:
+0x68e8 028834 setarg 50 
+0x68e9 028835 store 2 ,mem_reference_voltage 
+0x68ea 028836 rtn 
+:      028839 adc_set_mode:
+0x68eb 028840 fetch 1 ,mem_adc_config_flag 
+0x68ec 028841 beq adc_config_vinlpm ,adc_check_vinlpm 
+0x68ed 028842 beq adc_config_hvin ,adc_check_hvin 
+0x68ee 028843 beq adc_config_gpio ,adc_check_gpio 
+0x68ef 028844 rtn 
+:      028845 adc_check_vinlpm:
+0x68f0 028846 jam 0xbf ,rf_adc_mode 
+0x68f1 028847 branch read_adc 
+:      028848 adc_check_hvin:
+0x68f2 028849 jam 0xaf ,rf_adc_mode 
+0x68f3 028850 branch read_adc 
+:      028851 adc_check_gpio:
+0x68f4 028852 jam 0x8f ,rf_adc_mode 
+0x68f5 028853 fetch 1 ,mem_adc_channel 
+0x68f6 028854 hstore 1 ,rf_adc_ch 
+0x68f7 028855 branch read_adc 
+:      028856 read_adc:
+0x68f8 028857 bpatchx patch33_7 ,mem_patch33 
+0x68f9 028858 hfetch 1 ,core_uart_baud + 1 
+0x68fa 028859 set1 7 ,pdata 
+0x68fb 028860 hstore 1 ,core_uart_baud + 1 
+0x68fc 028861 hfetch 1 ,rf_adc_ch 
+0x68fd 028862 or_into 0x30 ,pdata 
+0x68fe 028863 hstore 1 ,rf_adc_ch 
+0x68ff 028864 jam 0x7c ,rfen_adc 
+0x6900 028865 jam 0xaa ,rf_adc_gc 
+0x6901 028866 nop 5000 
+0x6902 028867 hfetcht 2 ,core_adc_sum 
+0x6903 028868 hfetch 1 ,core_uart_baud + 1 
+0x6904 028869 set0 7 ,pdata 
+0x6905 028870 hstore 1 ,core_uart_baud + 1 
+0x6906 028871 storet 2 ,mem_adc_current_value 
+0x6907 028872 rtn 
+:      028874 vdd_calculate_by_mode:
+0x6908 028875 bpatchx patch34_0 ,mem_patch34 
+0x6909 028876 fetch 1 ,mem_adc_config_flag 
+0x690a 028877 beq adc_config_vinlpm ,vdd_calculate_vinlpm 
+0x690b 028878 beq adc_config_hvin ,vdd_calculate_hvin 
+0x690c 028879 beq adc_config_gpio ,vdd_calculate_io 
+0x690d 028880 rtn 
+:      028882 vdd_calculate_vinlpm:
+0x690e 028883 fetch 2 ,mem_3v_adc_vinlpm_data 
+0x690f 028884 fetcht 2 ,mem_2v_adc_vinlpm_data 
+0x6910 028885 arg 200 ,regc 
+0x6911 028886 branch vdd_calculate 
+:      028888 vdd_calculate_hvin:
+0x6912 028889 fetch 2 ,mem_5v_adc_hvin_data 
+0x6913 028890 fetcht 2 ,mem_1v_adc_hvin_data 
+0x6914 028891 arg 100 ,regc 
+0x6915 028892 branch vdd_calculate 
+:      028894 vdd_calculate_io:
+0x6916 028895 fetch 2 ,mem_1v_adc_io_data 
+0x6917 028896 fetcht 2 ,mem_0_5_adc_io_data 
+0x6918 028897 arg 50 ,regc 
+0x6919 028898 branch vdd_calculate 
+:      028900 vdd_calculate:
+0x691a 028901 isub temp ,rega 
+0x691b 028902 fetch 2 ,mem_adc_current_value 
+0x691c 028903 isub temp ,pdata 
+0x691d 028904 nbranch vdd_calculate1 ,positive 
+0x691e 028905 fetcht 2 ,mem_reference_voltage 
+0x691f 028906 imul32 temp ,regb 
+0x6920 028907 copy regc ,pdata 
+0x6921 028908 imul32 rega ,pdata 
+0x6922 028909 iadd regb ,pdata 
+:      028910 vdd_calculate2:
+0x6923 028911 idiv rega 
+0x6924 028912 call wait_div_end 
+0x6925 028913 quotient pdata 
+0x6926 028914 rtn 
+:      028916 vdd_calculate1:
+0x6927 028917 copy temp ,pdata 
+0x6928 028918 fetcht 2 ,mem_adc_current_value 
+0x6929 028919 isub temp ,pdata 
+0x692a 028920 fetcht 2 ,mem_reference_voltage 
+0x692b 028921 imul32 temp ,regb 
+0x692c 028922 copy regc ,pdata 
+0x692d 028923 imul32 rega ,pdata 
+0x692e 028924 isub regb ,pdata 
+0x692f 028925 branch vdd_calculate2 
+:      028936 adc_bat_percent_lowpower_out:
+0x6930 028937 ifetch 8 ,rega 
+0x6931 028938 store 8 ,mem_pdatatemp 
+0x6932 028939 fetch 2 ,mem_pdatatemp 
+0x6933 028940 fetcht 2 ,mem_pdatatemp + 2 
+0x6934 028941 isub temp ,rega 
+0x6935 028942 fetch 2 ,mem_pdatatemp + 6 
+0x6936 028943 isub temp ,regb 
+0x6937 028944 fetcht 2 ,mem_pdatatemp + 4 
+0x6938 028945 isub temp ,null 
+0x6939 028946 ncall adc_set_low_power_flag ,positive 
+0x693a 028947 mul32 regb ,100 ,pdata 
+0x693b 028948 idiv rega 
+0x693c 028949 call wait_div_end 
+0x693d 028950 quotient pdata 
+0x693e 028951 call adc_set_no_power_flag ,blank 
+0x693f 028952 rtn 
+:      028953 adc_set_low_power_flag:
+0x6940 028954 fetch 1 ,mem_adc_power_flag 
+0x6941 028955 set1 0 ,pdata 
+0x6942 028956 store 1 ,mem_adc_power_flag 
+0x6943 028957 rtn 
+:      028958 adc_set_no_power_flag:
+0x6944 028959 fetcht 1 ,mem_adc_power_flag 
+0x6945 028960 set1 1 ,temp 
+0x6946 028961 storet 1 ,mem_adc_power_flag 
+0x6947 028962 rtn 
+:      028967 keyscan_key_init:
+0x6948 028968 fetch 2 ,mem_key_num_ptr 
+0x6949 028969 ifetch 1 ,pdata 
+:      028970 keyscan_key_init_next:
+0x694a 028971 rtn blank 
+0x694b 028972 copy pdata ,loopcnt 
+0x694c 028974 fetch 2 ,mem_keyscan_ptr 
+0x694d 028975 increase 3 ,pdata 
+0x694e 028976 copy pdata ,rega 
+:      028977 keyscan_key_init_lp1:
+0x694f 028978 ifetcht 1 ,rega 
+0x6950 028979 call gpio_config_input 
+0x6951 028980 increase key_conf_struct_len ,rega 
+0x6952 028981 loop keyscan_key_init_lp1 
+:      028982 keyscan_key_init_end:
+0x6953 028983 rtn 
+:      028985 keyscan_scan_key:
+0x6954 028986 fetch 2 ,mem_keyscan_ptr 
+0x6955 028987 increase 3 ,pdata 
+0x6956 028988 copy pdata ,rega 
+0x6957 028990 force 0 ,regb 
+0x6958 028991 jam 0 ,mem_key_value_temp 
+:      028992 keyscan_scan_key_lp1:
+0x6959 028993 ifetcht 1 ,rega 
+0x695a 028994 call gpio_get_bit 
+0x695b 028995 bpatchx patch34_1 ,mem_patch34 
+0x695c 028996 fetch 2 ,mem_key_value_temp 
+0x695d 028997 copy regb ,queue 
+0x695e 028998 qsetflag true ,pdata 
+0x695f 028999 store 2 ,mem_key_value_temp 
+0x6960 029000 increase key_conf_struct_len ,rega 
+0x6961 029001 increase 1 ,regb 
+0x6962 029002 fetch 2 ,mem_key_num_ptr 
+0x6963 029003 ifetch 1 ,pdata 
+:      029004 keyscan_scan_key_lp1_next:
+0x6964 029005 ixor regb ,null 
+0x6965 029006 nbranch keyscan_scan_key_lp1 ,zero 
+0x6966 029007 fetch 2 ,mem_key_value_temp 
+0x6967 029008 fetcht 2 ,mem_key_value 
+0x6968 029009 ixor temp ,null 
+0x6969 029010 rtn zero 
+0x696a 029011 enable user 
+0x696b 029012 rtn 
+:      029014 keyscan_process_lpm_before:
+0x696c 029015 fetch 2 ,mem_key_num_ptr 
+0x696d 029016 ifetch 1 ,pdata 
+:      029017 keyscan_process_lpm_before_next:
+0x696e 029018 rtn blank 
+0x696f 029019 copy pdata ,loopcnt 
+0x6970 029020 fetch 2 ,mem_keyscan_ptr 
+0x6971 029021 increase 3 ,pdata 
+0x6972 029022 copy pdata ,rega 
+:      029023 keyscan_process_lpm_before_lp1:
+0x6973 029024 ifetcht 1 ,rega 
+0x6974 029025 call gpio_set_wake_by_current_state 
+0x6975 029026 increase key_conf_struct_len ,rega 
+0x6976 029027 loop keyscan_process_lpm_before_lp1 
+:      029028 keyscan_process_lpm_before_end:
+0x6977 029029 rtn 
+:      029031 keyscan_key_process:
+0x6978 029032 arg key_scan_timer ,queue 
+0x6979 029033 call timer_check 
+0x697a 029034 nrtn blank 
+0x697b 029035 setarg 0x20 
+0x697c 029036 arg key_scan_timer ,queue 
+0x697d 029037 call timer_init 
+0x697e 029038 disable user 
+0x697f 029039 call keyscan_process_lpm_before 
+0x6980 029040 bpatchx patch34_2 ,mem_patch34 
+0x6981 029041 fetch 2 ,mem_key_num_ptr 
+0x6982 029042 ifetch 1 ,pdata 
+:      029043 keyscan_key_process_next:
+0x6983 029044 rtn blank 
+0x6984 029045 call keyscan_scan_key 
+0x6985 029046 nbranch lpm_button_clean_wake_lock ,user 
+0x6986 029047 call lpm_button_get_wake_lock 
+0x6987 029048 disable user 
+0x6988 029049 fetch 2 ,mem_key_value_temp 
+0x6989 029050 store 2 ,mem_key_value_temp4 
+0x698a 029051 jam 0 ,mem_key_value_temp6 
+0x698b 029052 force 0 ,queue 
+:      029053 keyscan_key_lp1:
+0x698c 029054 fetch 2 ,mem_key_value 
+0x698d 029055 rshift pdata ,temp 
+0x698e 029056 storet 2 ,mem_key_value 
+0x698f 029057 and pdata ,0x01 ,pdata 
+0x6990 029058 fetcht 2 ,mem_key_value_temp4 
+0x6991 029059 and temp ,0x01 ,rega 
+0x6992 029060 rshift temp ,temp 
+0x6993 029061 storet 2 ,mem_key_value_temp4 
+0x6994 029062 ixor rega ,null 
+0x6995 029063 ncall keyscan_send_key_data ,zero 
+0x6996 029064 fetch 2 ,mem_key_num_ptr 
+0x6997 029065 ifetch 1 ,pdata 
+:      029066 keyscan_key_lp1_next:
+0x6998 029067 fetcht 1 ,mem_key_value_temp6 
+0x6999 029068 increase 1 ,temp 
+0x699a 029069 storet 1 ,mem_key_value_temp6 
+0x699b 029070 copy temp ,queue 
+0x699c 029071 ixor queue ,null 
+0x699d 029072 nbranch keyscan_key_lp1 ,zero 
+0x699e 029073 fetch 2 ,mem_key_value_temp 
+0x699f 029074 store 2 ,mem_key_value 
+0x69a0 029075 rtn 
+:      029076 keyscan_send_key_data:
+0x69a1 029077 bpatchx patch34_3 ,mem_patch34 
+0x69a2 029078 fetch 2 ,mem_keyscan_ptr 
+0x69a3 029079 increase 1 ,pdata 
+0x69a4 029080 ifetch 2 ,pdata 
+0x69a5 029081 branch callback_func 
+:      029092 pwm_init:
+0x69a6 029093 hfetch 1 ,core_clksel 
+0x69a7 029094 ior rega ,pdata 
+0x69a8 029095 hstore 1 ,core_clksel 
+0x69a9 029096 hfetch 2 ,core_clkoff 
+0x69aa 029097 set0 clock_off_pwm ,pdata 
+0x69ab 029098 hstore 2 ,core_clkoff 
+0x69ac 029099 nop 100 
+0x69ad 029100 rtn 
+:      029111 pwm_out_set:
+0x69ae 029112 fetcht 3 ,mem_pdatatemp + 2 
+0x69af 029113 setarg pwm_12mhz 
+0x69b0 029114 idiv temp 
+0x69b1 029115 call wait_div_end 
+0x69b2 029116 quotient temp 
+0x69b3 029117 fetch 1 ,mem_pdatatemp + 5 
+0x69b4 029118 imul32 temp ,pdata 
+0x69b5 029119 div pdata ,100 
+0x69b6 029120 call wait_div_end 
+0x69b7 029121 quotient rega 
+0x69b8 029122 copy temp ,pdata 
+0x69b9 029123 isub rega ,regb 
+0x69ba 029124 fetch 1 ,mem_pdatatemp + 1 
+0x69bb 029125 call pwm_duty_cycle_set 
+0x69bc 029126 fetch 1 ,mem_pdatatemp 
+0x69bd 029127 branch pwm_enable 
+:      029130 pwm_duty_cycle_set:
+0x69be 029131 beq 0 ,pwm_pwm0_duty_set 
+0x69bf 029132 beq 1 ,pwm_pwm1_duty_set 
+0x69c0 029133 beq 2 ,pwm_pwm2_duty_set 
+0x69c1 029134 beq 3 ,pwm_pwm3_duty_set 
+0x69c2 029135 beq 4 ,pwm_pwm4_duty_set 
+0x69c3 029136 beq 5 ,pwm_pwm5_duty_set 
+:      029137 pwm_pwm0_duty_set:
+0x69c4 029138 arg core_pwm_pcnt0 ,contw 
+0x69c5 029139 branch pwm_set_pncnt 
+:      029140 pwm_pwm1_duty_set:
+0x69c6 029141 arg core_pwm_pcnt1 ,contw 
+0x69c7 029142 branch pwm_set_pncnt 
+:      029143 pwm_pwm2_duty_set:
+0x69c8 029144 arg core_pwm_pcnt2 ,contw 
+0x69c9 029145 branch pwm_set_pncnt 
+:      029146 pwm_pwm3_duty_set:
+0x69ca 029147 arg core_pwm_pcnt3 ,contw 
+0x69cb 029148 branch pwm_set_pncnt 
+:      029149 pwm_pwm4_duty_set:
+0x69cc 029150 arg core_pwm_pcnt4 ,contw 
+0x69cd 029151 branch pwm_set_pncnt 
+:      029152 pwm_pwm5_duty_set:
+0x69ce 029153 arg core_pwm_pcnt5 ,contw 
+0x69cf 029154 branch pwm_set_pncnt 
+:      029155 pwm_set_pncnt:
+0x69d0 029156 copy rega ,pdata 
+0x69d1 029157 istore 2 ,contw 
+0x69d2 029158 copy regb ,pdata 
+0x69d3 029159 istore 2 ,contw 
+0x69d4 029160 rtn 
+:      029164 pwm_enable:
+0x69d5 029165 enable user 
+0x69d6 029166 branch pwm_gpio_set 
+:      029167 pwm_disable:
+0x69d7 029168 disable user 
+:      029169 pwm_gpio_set:
+0x69d8 029170 beq 4 ,pwm_gpio4_set 
+0x69d9 029171 beq 5 ,pwm_gpio5_set 
+0x69da 029172 beq 27 ,pwm_gpio27_set 
+0x69db 029173 beq 28 ,pwm_gpio28_set 
+0x69dc 029174 beq 3 ,pwm_gpio3_set 
+0x69dd 029175 beq 8 ,pwm_gpio8_set 
+0x69de 029176 beq 20 ,pwm_gpio20_set 
+0x69df 029177 beq 21 ,pwm_gpio21_set 
+0x69e0 029178 beq 22 ,pwm_gpio22_set 
+0x69e1 029179 beq 23 ,pwm_gpio23_set 
+0x69e2 029180 rtn 
+:      029183 pwm_gpio4_set:
+0x69e3 029184 arg 6 ,queue 
+0x69e4 029185 branch pwm_one_set_select 
+:      029186 pwm_gpio5_set:
+0x69e5 029187 arg 7 ,queue 
+0x69e6 029188 branch pwm_one_set_select 
+:      029189 pwm_gpio27_set:
+0x69e7 029190 arg 8 ,queue 
+0x69e8 029191 branch pwm_one_set_select 
+:      029192 pwm_gpio28_set:
+0x69e9 029193 arg 9 ,queue 
+0x69ea 029194 branch pwm_one_set_select 
+:      029195 pwm_gpio3_set:
+0x69eb 029196 arg 10 ,queue 
+0x69ec 029197 branch pwm_one_set_select 
+:      029198 pwm_gpio8_set:
+0x69ed 029199 arg 11 ,queue 
+0x69ee 029200 branch pwm_one_set_select 
+:      029201 pwm_gpio20_set:
+0x69ef 029202 arg 12 ,queue 
+0x69f0 029203 branch pwm_tw0_set_select 
+:      029204 pwm_gpio21_set:
+0x69f1 029205 arg 13 ,queue 
+0x69f2 029206 branch pwm_tw0_set_select 
+:      029207 pwm_gpio22_set:
+0x69f3 029208 arg 14 ,queue 
+0x69f4 029209 branch pwm_tw0_set_select 
+:      029210 pwm_gpio23_set:
+0x69f5 029211 arg 15 ,queue 
+0x69f6 029212 branch pwm_tw0_set_select 
+:      029214 pwm_set_select:
+0x69f7 029215 hfetch 2 ,core_gpio_sel1 
+0x69f8 029216 qsetflag user ,pdata 
+0x69f9 029217 hstore 2 ,core_gpio_sel1 
+0x69fa 029218 copy rega ,queue 
+0x69fb 029219 hfetch 1 ,core_gpio_key2 
+0x69fc 029220 qsetflag user ,pdata 
+0x69fd 029221 hstore 1 ,core_gpio_key2 
+0x69fe 029222 rtn 
+:      029224 pwm_one_set_select:
+0x69ff 029225 add queue ,-4 ,rega 
+0x6a00 029226 branch pwm_set_select 
+:      029228 pwm_tw0_set_select:
+0x6a01 029229 add queue ,-10 ,rega 
+0x6a02 029230 branch pwm_set_select 
+:      029235 rfcomm_init:
+0x6a03 029236 rtn wake 
+0x6a04 029237 jam 0 ,mem_rfcomm_send_more_pkt 
+0x6a05 029238 jam bits9600 ,memremoterpnbitrate 
+0x6a06 029239 jam databits8 ,memremoteprndatabits 
+0x6a07 029240 jam 0x11 ,memremoteprnxon 
+0x6a08 029241 jam 0x13 ,memremoteprnxoff 
+0x6a09 029242 setarg 0 
+0x6a0a 029243 store 3 ,memremoteprnstopbit 
+0x6a0b 029244 store 1 ,mem_spp_state 
+0x6a0c 029245 jam 0 ,memui_reconnect_mode 
+:      029247 rfcomm_init_spp:
+0x6a0d 029248 bpatchx patch34_4 ,mem_patch34 
+0x6a0e 029249 setarg 0 
+0x6a0f 029250 store 1 ,mem_spp_state 
+0x6a10 029251 store 1 ,mem_remote_spp_channel 
+0x6a11 029252 store 1 ,mem_pn_dlci 
+0x6a12 029253 fetch 1 ,mem_credit_flag 
+0x6a13 029254 beq credit_enable ,rfcomm_init_spp_with_credit 
+0x6a14 029255 jam 0x50 ,mem_credit_given 
+0x6a15 029256 rtn 
+:      029258 rfcomm_init_spp_with_credit:
+0x6a16 029259 jam 0x00 ,mem_credit_given 
+0x6a17 029260 rtn 
+:      029262 set_cr_bit:
+0x6a18 029263 or_into 0x02 ,temp 
+0x6a19 029264 rtn 
+:      029276 rfcomm_calculate_fcs_sabm:
+0x6a1a 029277 copy temp ,pdata 
+0x6a1b 029278 reverse pdata ,pdata 
+0x6a1c 029279 store 1 ,memfcstemp3 
+0x6a1d 029280 force ini_tx_sabm ,pdata 
+0x6a1e 029281 reverse pdata ,pdata 
+0x6a1f 029282 store 1 ,memfcstemp2 
+0x6a20 029283 force 0x01 ,pdata 
+0x6a21 029284 reverse pdata ,pdata 
+0x6a22 029285 store 1 ,memfcstemp1 
+0x6a23 029286 call caculate_fcs 
+0x6a24 029287 copy temp ,pdata 
+0x6a25 029288 rtn 
+:      029289 rfcomm_calculate_fcs_ua:
+0x6a26 029290 reverse pdata ,pdata 
+0x6a27 029291 store 1 ,memfcstemp3 
+0x6a28 029292 force rsp_tx_ua ,pdata 
+0x6a29 029293 reverse pdata ,pdata 
+0x6a2a 029294 store 1 ,memfcstemp2 
+0x6a2b 029295 force 0x01 ,pdata 
+0x6a2c 029296 reverse pdata ,pdata 
+0x6a2d 029297 store 1 ,memfcstemp1 
+0x6a2e 029298 branch caculate_fcs 
+:      029300 rfcomm_calculate_fcs_dlci0:
+0x6a2f 029301 fetch 1 ,mem_rfcomm_initiator 
+0x6a30 029302 branch rfcomm_calculate_fcs_dlci0_res ,blank 
+0x6a31 029303 setarg 0x70 
+0x6a32 029304 rtn 
+:      029305 rfcomm_calculate_fcs_dlci0_res:
+0x6a33 029306 setarg 0xaa 
+0x6a34 029307 rtn 
+:      029309 rfcomm_save_fcs_uih:
+0x6a35 029310 reverse pdata ,pdata 
+0x6a36 029311 store 1 ,memfcstemp3 
+0x6a37 029312 force rsp_rx_uih ,pdata 
+0x6a38 029313 call caculate_uihdata_fcs 
+0x6a39 029314 fetcht 2 ,mem_contw_temp 
+0x6a3a 029315 copy temp ,contw 
+0x6a3b 029316 istore 1 ,contw 
+0x6a3c 029317 copy contw ,temp 
+0x6a3d 029318 storet 2 ,mem_contw_temp 
+0x6a3e 029319 force rsp_rx_uih_wdata ,pdata 
+0x6a3f 029320 call caculate_uihdata_fcs 
+0x6a40 029321 fetcht 2 ,mem_contw_temp 
+0x6a41 029322 copy temp ,contw 
+0x6a42 029323 istore 1 ,contw 
+0x6a43 029324 rtn 
+:      029333 caculate_uihdata_fcs:
+0x6a44 029334 reverse pdata ,pdata 
+0x6a45 029335 store 1 ,memfcstemp2 
+0x6a46 029336 fetch 2 ,memfcstemp2 
+0x6a47 029337 lshift8 pdata ,pdata 
+0x6a48 029338 store 3 ,mem_mod2div_temp 
+0x6a49 029339 arg 0x107 ,rega 
+0x6a4a 029340 arg 0xf ,regb 
+0x6a4b 029341 call mod2div 
+0x6a4c 029342 xor_into 0xd7 ,pdata 
+0x6a4d 029343 invert pdata ,pdata 
+0x6a4e 029344 reverse pdata ,pdata 
+0x6a4f 029345 rtn 
+:      029355 caculate_fcs:
+0x6a50 029356 fetch 3 ,memfcstemp1 
+0x6a51 029357 store 3 ,mem_mod2div_temp 
+0x6a52 029358 arg 0x107 ,rega 
+0x6a53 029359 arg 0xf ,regb 
+0x6a54 029360 call mod2div 
+0x6a55 029361 lshift8 pdata ,pdata 
+0x6a56 029362 arg 0x7 ,regb 
+0x6a57 029363 call mod2div 
+0x6a58 029364 xor_into 0x2b ,pdata 
+0x6a59 029365 invert pdata ,pdata 
+0x6a5a 029366 reverse pdata ,pdata 
+0x6a5b 029367 copy pdata ,temp 
+0x6a5c 029368 rtn 
+:      029370 mod2div:
+0x6a5d 029371 arg 0 ,regc 
+0x6a5e 029372 copy regb ,loopcnt 
+0x6a5f 029373 call right_shift_n 
+0x6a60 029374 icopy temp 
+:      029375 mod2div_loop:
+0x6a61 029380 copy temp ,pdata 
+0x6a62 029381 lshift regc ,regc 
+0x6a63 029382 bbit0 8 ,mod2div_not_enough_reduction 
+0x6a64 029383 ixor rega ,temp 
+0x6a65 029384 increase 1 ,regc 
+:      029385 mod2div_not_enough_reduction:
+0x6a66 029386 lshift temp ,temp 
+0x6a67 029387 fetch 3 ,mem_mod2div_temp 
+0x6a68 029388 increase -1 ,regb 
+0x6a69 029389 compare 0xff ,regb ,0xff 
+0x6a6a 029390 branch mod2div_end ,true 
+0x6a6b 029391 copy regb ,loopcnt 
+0x6a6c 029392 call right_shift_n 
+0x6a6d 029393 isolate1 0 ,pdata 
+0x6a6e 029394 setflag true ,0 ,temp 
+0x6a6f 029395 branch mod2div_loop 
+:      029396 mod2div_end:
+0x6a70 029398 rshift temp ,pdata 
+0x6a71 029399 rtn 
+:      029401 get_rfcomm_snd_adss:
+0x6a72 029402 fetcht 1 ,mem_pn_dlci 
+:      029403 dlci_to_address_cmd:
+0x6a73 029405 lshift2 temp ,temp 
+0x6a74 029406 set1 rfcomm_address_ext_len ,temp 
+0x6a75 029407 fetch 1 ,mem_rfcomm_initiator 
+0x6a76 029408 ncall set_cr_bit ,blank 
+0x6a77 029409 storet 1 ,mem_rfcomm_send_adss 
+0x6a78 029410 rtn 
+:      029412 channel_to_dlci:
+0x6a79 029414 lshift temp ,temp 
+0x6a7a 029415 fetch 1 ,mem_rfcomm_initiator 
+0x6a7b 029416 setflag blank ,0 ,temp 
+0x6a7c 029418 rtn 
+:      029419 rfcomm_rx_process_dlci0_sabm:
+0x6a7d 029420 fetcht 1 ,mem_current_channel 
+0x6a7e 029421 jam 0xd7 ,mem_current_fcs 
+0x6a7f 029422 call rfcomm_send_ua 
+0x6a80 029423 fetch 1 ,mem_rfcomm_state 
+0x6a81 029424 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
+0x6a82 029425 set1 l2cap_channel_rfcomm_only_ua ,pdata 
+0x6a83 029426 store 1 ,mem_rfcomm_state 
+0x6a84 029427 jam 0 ,mem_rfcomm_initiator 
+0x6a85 029428 branch rfcomm_rx_process_end 
+:      029429 rfcomm_rx_process_dlci0_ua:
+0x6a86 029430 fetch 1 ,mem_rfcomm_state 
+0x6a87 029431 set1 l2cap_channel_rfcomm_only_ua ,pdata 
+0x6a88 029432 store 1 ,mem_rfcomm_state 
+0x6a89 029433 branch rfcomm_rx_process_end 
+:      029436 rfcomm_rx_process:
+0x6a8a 029437 bpatchx patch34_5 ,mem_patch34 
+0x6a8b 029438 fetch 1 ,memui_reconnect_mode 
+0x6a8c 029439 beq no_reconnection ,rfcomm_rx_process_remote_page 
+0x6a8d 029440 branch rfcomm_rx_process_reconn 
+:      029442 rfcomm_rx_process_remote_page:
+0x6a8e 029443 fetch 2 ,mem_l2cap_payload_ptr 
+0x6a8f 029444 copy pdata ,contr 
+0x6a90 029445 call get_rfcomm_head_struct 
+0x6a91 029446 fetch 1 ,mem_current_channel 
+0x6a92 029447 beq 0 ,parse_dlci0_rp 
+0x6a93 029448 branch parse_uih_rp 
+:      029449 parse_dlci0_rp:
+0x6a94 029450 bpatchx patch34_6 ,mem_patch34 
+0x6a95 029451 fetch 1 ,mem_current_frame_type 
+0x6a96 029452 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
+0x6a97 029453 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
+0x6a98 029454 beq rfcomm_frame_type_uih ,parse_dlci0_rp_uih 
+0x6a99 029455 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn_send_event 
+0x6a9a 029456 rtn 
+:      029459 parse_dlci0_rp_uih:
+0x6a9b 029460 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6a9c 029461 copy pdata ,contr 
+0x6a9d 029462 call get_rfcomm_uih_head_struct 
+0x6a9e 029463 fetch 1 ,mem_uih_cmd_type 
+0x6a9f 029464 beq uih_param_neg_cmd ,parse_dlci0_rp_uih_pn_cmd 
+0x6aa0 029465 beq uih_param_neg_res ,parse_dlci0_rp_uih_pn_res 
+0x6aa1 029466 beq uih_modem_status_cmd ,parse_dlci0_rp_uih_ms_cmd 
+0x6aa2 029467 beq uih_modem_status_res ,parse_dlci0_rp_uih_ms_res 
+0x6aa3 029468 beq uih_param_cmd_remove_port ,parse_dlci0_rp_uih_cmd_port 
+0x6aa4 029469 branch rfcomm_rx_process_end 
+:      029471 parse_dlci0_rp_uih_pn_cmd:
+0x6aa5 029472 call parse_dlci0_rp_uih_pn_res_common 
+0x6aa6 029474 branch parse_dlci0_rp_uih_pn_cmd_spp 
+:      029476 parse_dlci0_rp_uih_pn_cmd_spp:
+0x6aa7 029477 fetch 1 ,mem_spp_state 
+0x6aa8 029478 set1 rfcomm_channel_state_pn_cmd ,pdata 
+0x6aa9 029479 set1 rfcomm_channel_state_pn_res ,pdata 
+0x6aaa 029480 store 1 ,mem_spp_state 
+0x6aab 029481 call rfcomm_send_param_neg_res 
+0x6aac 029482 branch rfcomm_rx_process_end 
+:      029484 parse_dlci0_rp_uih_pn_res:
+0x6aad 029485 call parse_dlci0_rp_uih_pn_res_common 
+0x6aae 029486 branch rfcomm_rx_process_end 
+:      029488 parse_dlci0_rp_uih_pn_res_common:
+0x6aaf 029489 call get_param_payload_ptr 
+0x6ab0 029490 branch get_rfcomm_prarmer_negotiation 
+:      029492 get_rfcomm_param_modem_status:
+0x6ab1 029493 call get_param_payload_ptr 
+0x6ab2 029494 ifetch 1 ,contr 
+0x6ab3 029495 rshift3 pdata ,pdata 
+0x6ab4 029496 store 1 ,mem_ms_channel 
+0x6ab5 029497 ifetch 1 ,contr 
+0x6ab6 029498 store 1 ,mem_ms_param 
+0x6ab7 029499 rtn 
+:      029502 get_rfcomm_head_struct:
+0x6ab8 029503 ifetch 1 ,contr 
+0x6ab9 029504 store 1 ,mem_current_adss 
+0x6aba 029505 rshift3 pdata ,pdata 
+0x6abb 029506 store 1 ,mem_current_channel 
+0x6abc 029507 ifetch 1 ,contr 
+0x6abd 029508 store 1 ,mem_current_frame_type 
+:      029509 get_rfcomm_current_length:
+0x6abe 029510 call get_rfcomm_length_common 
+0x6abf 029511 storet 2 ,mem_current_length 
+0x6ac0 029512 copy contr ,pdata 
+0x6ac1 029513 store 2 ,mem_rfcomm_uih_payload_ptr 
+0x6ac2 029514 rtn 
+:      029516 get_rfcomm_uih_head_struct:
+0x6ac3 029517 ifetch 1 ,contr 
+0x6ac4 029518 rshift pdata ,pdata 
+0x6ac5 029519 store 1 ,mem_uih_cmd_type 
+0x6ac6 029520 call get_rfcomm_length_common 
+0x6ac7 029521 storet 2 ,mem_uih_length 
+0x6ac8 029522 copy contr ,pdata 
+0x6ac9 029523 store 2 ,mem_param_payload_ptr 
+0x6aca 029524 rtn 
+:      029527 get_param_payload_ptr:
+0x6acb 029528 fetch 2 ,mem_param_payload_ptr 
+0x6acc 029529 copy pdata ,contr 
+0x6acd 029530 rtn 
+:      029532 get_rfcomm_length_common:
+0x6ace 029533 ifetch 1 ,contr 
+0x6acf 029534 copy pdata ,temp 
+0x6ad0 029535 rshift temp ,temp 
+0x6ad1 029536 rtnbit1 0 
+0x6ad2 029537 ifetch 1 ,contr 
+0x6ad3 029538 lshift3 pdata ,pdata 
+0x6ad4 029539 lshift4 pdata ,pdata 
+0x6ad5 029540 iadd temp ,temp 
+0x6ad6 029541 rtn 
+:      029543 get_rfcomm_prarmer_negotiation:
+0x6ad7 029544 ifetch 1 ,contr 
+0x6ad8 029545 store 1 ,mem_pn_dlci 
+0x6ad9 029546 ifetch 1 ,contr 
+0x6ada 029547 store 1 ,mem_pn_credit_flow_type_info 
+0x6adb 029548 ifetch 1 ,contr 
+0x6adc 029549 store 1 ,mem_pn_priority 
+0x6add 029550 ifetch 1 ,contr 
+0x6ade 029551 store 1 ,mem_pn_acknowledg_timer 
+0x6adf 029552 ifetch 2 ,contr 
+0x6ae0 029553 store 2 ,mem_pn_max_frame_size 
+0x6ae1 029554 ifetch 1 ,contr 
+0x6ae2 029555 store 1 ,mem_pn_max_retrans 
+0x6ae3 029556 ifetch 1 ,contr 
+0x6ae4 029557 store 1 ,mem_remote_credits 
+0x6ae5 029558 rtn 
+:      029561 parse_dlci0_rp_uih_ms_cmd:
+0x6ae6 029562 call get_rfcomm_param_modem_status 
+0x6ae7 029564 branch parse_dlci0_rp_uih_ms_cmd_spp 
+:      029566 parse_dlci0_rp_uih_ms_cmd_spp:
+0x6ae8 029567 fetch 1 ,mem_spp_state 
+0x6ae9 029568 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
+0x6aea 029569 set1 rfcomm_channel_state_snd_ms_res ,pdata 
+0x6aeb 029570 store 1 ,mem_spp_state 
+0x6aec 029571 fetcht 1 ,mem_pn_dlci 
+0x6aed 029572 lshift2 temp ,temp 
+0x6aee 029573 or_into 3 ,temp 
+0x6aef 029574 call rfcomm_send_modem_status_res 
+0x6af0 029575 jam more_pkt_msc_cmd_spp ,mem_rfcomm_send_more_pkt 
+0x6af1 029576 branch rfcomm_rx_process_end 
+:      029578 parse_dlci0_rp_uih_ms_res:
+0x6af2 029579 jam bt_evt_spp_connected ,mem_fifo_temp 
+0x6af3 029580 call ui_ipc_send_event 
+0x6af4 029581 call get_rfcomm_param_modem_status 
+0x6af5 029582 fetch 1 ,mem_ms_channel 
+0x6af6 029583 sub pdata ,1 ,null 
+0x6af7 029584 branch parse_dlci0_rp_uih_ms_res_spp ,zero 
+0x6af8 029585 branch assert 
+:      029586 parse_dlci0_rp_uih_ms_res_spp:
+0x6af9 029587 fetch 1 ,mem_spp_state 
+0x6afa 029588 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
+0x6afb 029589 store 1 ,mem_spp_state 
+0x6afc 029590 branch rfcomm_rx_process_end 
+:      029592 parse_dlci0_rp_uih_cmd_port:
+0x6afd 029593 call get_param_payload_ptr 
+0x6afe 029594 ifetch 1 ,contr 
+0x6aff 029595 store 1 ,mem_rpn_dlci 
+0x6b00 029596 call l2cap_malloc_rfcomm_channel 
+0x6b01 029597 call l2cap_get_rfcomm_tx_buff 
+0x6b02 029598 setarg 0x000e 
+0x6b03 029599 istore 2 ,contw 
+0x6b04 029600 fetch 2 ,mem_rfcomm_remote_cid 
+0x6b05 029601 istore 2 ,contw 
+0x6b06 029602 fetch 1 ,mem_rfcomm_initiator 
+0x6b07 029604 lshift pdata ,pdata 
+0x6b08 029605 set1 0 ,pdata 
+0x6b09 029606 istore 1 ,contw 
+0x6b0a 029607 bpatchx patch34_7 ,mem_patch34 
+0x6b0b 029608 setarg 0x15ef 
+0x6b0c 029609 istore 2 ,contw 
+0x6b0d 029610 setarg 0x1191 
+0x6b0e 029611 istore 2 ,contw 
+0x6b0f 029614 fetch 1 ,mem_rpn_dlci 
+0x6b10 029615 istore 1 ,contw 
+0x6b11 029616 setarg 0x000007 
+0x6b12 029617 istore 5 ,contw 
+0x6b13 029620 setarg 0x01 
+0x6b14 029621 istore 2 ,contw 
+0x6b15 029624 call rfcomm_calculate_fcs_dlci0 
+0x6b16 029625 istore 1 ,contw 
+0x6b17 029626 rtn 
+:      029630 parse_uih_rp:
+0x6b18 029631 branch parse_uih_rp_spp 
+:      029633 parse_uih_rp_spp:
+0x6b19 029634 bpatchx patch35_0 ,mem_patch35 
+0x6b1a 029635 fetch 1 ,mem_current_frame_type 
+0x6b1b 029636 beq rfcomm_frame_type_ua ,parse_uih_rp_spp_ua 
+0x6b1c 029637 beq rfcomm_frame_type_sabm ,parse_uih_rp_spp_sabm 
+0x6b1d 029638 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
+0x6b1e 029639 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
+0x6b1f 029640 beq rfcomm_frame_type_disconn ,parse_uih_rp_spp_disconn 
+0x6b20 029641 rtn 
+:      029642 parse_uih_rp_spp_ua:
+0x6b21 029643 fetch 1 ,mem_spp_state 
+0x6b22 029644 set1 rfcomm_channel_state_ua ,pdata 
+0x6b23 029645 store 1 ,mem_spp_state 
+0x6b24 029646 branch rfcomm_rx_process_end 
+:      029647 parse_uih_rp_spp_sabm:
+0x6b25 029648 fetch 1 ,mem_spp_state 
+0x6b26 029649 set1 rfcomm_channel_state_ua ,pdata 
+0x6b27 029650 set1 rfcomm_channel_state_sabm ,pdata 
+0x6b28 029651 store 1 ,mem_spp_state 
+0x6b29 029652 fetch 1 ,mem_current_adss 
+0x6b2a 029653 call rfcomm_calculate_fcs_ua 
+0x6b2b 029654 store 1 ,mem_current_fcs 
+0x6b2c 029655 call rfcomm_send_ua 
+0x6b2d 029656 fetch 1 ,mem_current_adss 
+0x6b2e 029657 rshift2 pdata ,pdata 
+0x6b2f 029658 store 1 ,mem_pn_dlci 
+0x6b30 029659 lshift2 pdata ,pdata 
+0x6b31 029660 set0 rfcomm_address_cr ,pdata 
+0x6b32 029661 set1 rfcomm_address_ext_len ,pdata 
+0x6b33 029662 arg mem_hiufcs_spp ,temp 
+0x6b34 029663 storet 2 ,mem_contw_temp 
+0x6b35 029664 call rfcomm_save_fcs_uih 
+0x6b36 029665 branch rfcomm_rx_process_end 
+:      029667 parse_uih_spp_uih_credits:
+0x6b37 029668 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b38 029669 copy pdata ,contr 
+0x6b39 029670 increase 1 ,pdata 
+0x6b3a 029671 store 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b3b 029672 ifetch 1 ,contr 
+0x6b3c 029673 fetcht 1 ,mem_remote_credits 
+0x6b3d 029674 iadd temp ,pdata 
+0x6b3e 029675 store 1 ,mem_remote_credits 
+:      029676 parse_uih_spp_uih:
+0x6b3f 029677 call rfcomm_increase_credit_given 
+:      029678 parse_uih_spp_uih_cont:
+0x6b40 029679 call get_rfcomm_snd_adss 
+0x6b41 029680 call rfcomm_send_uih_without_payload 
+0x6b42 029681 call spp_process_rx_data 
+0x6b43 029682 branch rfcomm_rx_process_end 
+:      029684 parse_uih_rp_spp_disconn_send_event:
+0x6b44 029685 jam bt_evt_spp_disconnected ,mem_fifo_temp 
+0x6b45 029686 call ui_ipc_send_event 
+:      029687 parse_uih_rp_spp_disconn:
+0x6b46 029688 call rfcomm_init_spp 
+0x6b47 029689 fetch 1 ,mem_current_adss 
+0x6b48 029690 call rfcomm_calculate_fcs_ua 
+0x6b49 029691 store 1 ,mem_current_fcs 
+0x6b4a 029692 call rfcomm_send_ua 
+0x6b4b 029693 branch rfcomm_rx_process_end 
+:      029698 rfcomm_rx_process_reconn:
+0x6b4c 029699 fetch 2 ,mem_l2cap_payload_ptr 
+0x6b4d 029700 copy pdata ,contr 
+0x6b4e 029701 call get_rfcomm_head_struct 
+0x6b4f 029702 fetch 1 ,mem_current_channel 
+0x6b50 029703 beq 0 ,parse_dlci0_reconn 
+0x6b51 029704 branch parse_uih_reconn 
+:      029706 parse_dlci0_reconn:
+0x6b52 029707 bpatchx patch35_1 ,mem_patch35 
+0x6b53 029708 fetch 1 ,mem_current_frame_type 
+0x6b54 029709 beq rfcomm_frame_type_sabm ,rfcomm_rx_process_dlci0_sabm 
+0x6b55 029710 beq rfcomm_frame_type_ua ,rfcomm_rx_process_dlci0_ua 
+0x6b56 029711 beq rfcomm_frame_type_uih ,parse_dlci0_reconn_uih 
+0x6b57 029712 branch rfcomm_rx_process_end 
+:      029713 parse_dlci0_reconn_uih:
+0x6b58 029714 fetch 2 ,mem_rfcomm_uih_payload_ptr 
+0x6b59 029715 copy pdata ,contr 
+0x6b5a 029716 call get_rfcomm_uih_head_struct 
+0x6b5b 029717 fetch 1 ,mem_uih_cmd_type 
+0x6b5c 029718 beq uih_param_neg_cmd ,parse_dlci0_reconn_uih_pn_cmd 
+0x6b5d 029719 beq uih_param_neg_res ,parse_dlci0_reconn_uih_pn_cmd 
+0x6b5e 029720 beq uih_modem_status_cmd ,parse_dlci0_reconn_uih_ms_cmd 
+0x6b5f 029721 beq uih_modem_status_res ,parse_dlci0_reconn_uih_ms_res 
+0x6b60 029722 branch rfcomm_rx_process_end 
+:      029724 parse_dlci0_reconn_uih_pn_cmd:
+0x6b61 029725 call parse_dlci0_rp_uih_pn_res_common 
+0x6b62 029726 fetch 1 ,mem_pn_dlci 
+0x6b63 029727 rshift pdata ,pdata 
+0x6b64 029728 fetcht 1 ,mem_remote_spp_channel 
+0x6b65 029729 isub temp ,null 
+0x6b66 029730 branch parse_dlci0_reconn_uih_pn_cmd_spp ,zero 
+0x6b67 029731 branch assert 
+:      029732 parse_dlci0_reconn_uih_pn_cmd_spp:
+0x6b68 029733 fetch 1 ,mem_spp_state 
+0x6b69 029734 set1 rfcomm_channel_state_pn_res ,pdata 
+0x6b6a 029735 store 1 ,mem_spp_state 
+0x6b6b 029736 branch rfcomm_rx_process_end 
+:      029738 parse_dlci0_reconn_uih_ms_cmd:
+0x6b6c 029739 call get_rfcomm_param_modem_status 
+0x6b6d 029740 fetch 1 ,mem_ms_channel 
+0x6b6e 029741 fetcht 1 ,mem_remote_spp_channel 
+0x6b6f 029742 isub temp ,null 
+0x6b70 029743 branch parse_dlci0_reconn_uih_ms_cmd_spp ,zero 
+0x6b71 029744 branch assert 
+0x6b72 029745 branch rfcomm_rx_process_end 
+:      029746 parse_dlci0_reconn_uih_ms_cmd_spp:
+0x6b73 029747 fetch 1 ,mem_spp_state 
+0x6b74 029748 set1 rfcomm_channel_state_rcv_ms_cmd ,pdata 
+0x6b75 029749 set1 rfcomm_channel_state_snd_ms_res ,pdata 
+0x6b76 029750 store 1 ,mem_spp_state 
+0x6b77 029751 fetcht 1 ,mem_pn_dlci 
+0x6b78 029752 lshift2 temp ,temp 
+0x6b79 029753 or_into 3 ,temp 
+0x6b7a 029754 call rfcomm_send_modem_status_res 
+0x6b7b 029755 branch rfcomm_rx_process_end 
+:      029757 parse_dlci0_reconn_uih_ms_res:
+0x6b7c 029758 call get_rfcomm_param_modem_status 
+0x6b7d 029759 fetch 1 ,mem_ms_channel 
+0x6b7e 029760 fetcht 1 ,mem_remote_spp_channel 
+0x6b7f 029761 isub temp ,null 
+0x6b80 029762 branch parse_dlci0_reconn_uih_ms_res_spp ,zero 
+0x6b81 029763 branch assert 
+:      029764 parse_dlci0_reconn_uih_ms_res_spp:
+0x6b82 029765 fetch 1 ,mem_spp_state 
+0x6b83 029766 set1 rfcomm_channel_state_rcv_ms_res ,pdata 
+0x6b84 029767 store 1 ,mem_spp_state 
+0x6b85 029768 branch rfcomm_rx_process_end 
+:      029770 parse_uih_reconn:
+0x6b86 029771 fetch 1 ,mem_current_channel 
+0x6b87 029772 fetcht 1 ,mem_remote_spp_channel 
+0x6b88 029773 isub temp ,null 
+0x6b89 029774 branch parse_uih_reconn_spp ,zero 
+0x6b8a 029775 branch assert 
+0x6b8b 029776 branch rfcomm_rx_process_end 
+:      029778 parse_uih_reconn_spp:
+0x6b8c 029779 fetch 1 ,mem_current_frame_type 
+0x6b8d 029780 beq rfcomm_frame_type_ua ,parse_uih_reconn_spp_ua 
+0x6b8e 029781 beq rfcomm_frame_type_uih ,parse_uih_spp_uih 
+0x6b8f 029782 beq rfcomm_frame_type_uih_credits ,parse_uih_spp_uih_credits 
+0x6b90 029783 beq rfcomm_frame_type_disconn ,parse_uih_reconn_spp_disconn 
+:      029784 parse_uih_reconn_spp_ua:
+0x6b91 029785 fetch 1 ,mem_spp_state 
+0x6b92 029786 set1 rfcomm_channel_state_ua ,pdata 
+0x6b93 029787 store 1 ,mem_spp_state 
+0x6b94 029788 branch rfcomm_rx_process_end 
+:      029789 parse_uih_reconn_spp_sabm:
+0x6b95 029790 branch parse_uih_reconn_spp_sabm 
+:      029791 parse_uih_reconn_spp_disconn:
+0x6b96 029792 branch parse_uih_rp_spp_disconn 
+:      029793 rfcomm_rx_process_end:
+0x6b97 029794 rtn 
+:      029796 rfcomm_send_more_pkt:
+0x6b98 029797 fetch 1 ,mem_rfcomm_send_more_pkt 
+0x6b99 029798 rtn blank 
+0x6b9a 029799 beq more_pkt_msc_cmd_spp ,rfcomm_send_more_pkt_msc_cmd_spp 
+0x6b9b 029800 branch assert 
+:      029802 rfcomm_send_more_pkt_msc_cmd_spp:
+0x6b9c 029803 jam 0 ,mem_rfcomm_send_more_pkt 
+0x6b9d 029804 call l2cap_malloc_rfcomm_channel 
+0x6b9e 029805 arg spp_slave_channel ,temp 
+0x6b9f 029806 fetcht 1 ,mem_pn_dlci 
+0x6ba0 029807 lshift2 temp ,temp 
+:      029808 rfcomm_send_more_pkt_msc_cmd_spp0:
+0x6ba1 029809 or_into 0x03 ,temp 
+0x6ba2 029810 arg 0xaa ,rega 
+0x6ba3 029811 call rfcomm_send_modem_status_cmd 
+0x6ba4 029812 call l2cap_get_rfcomm_tx_buff 
+0x6ba5 029813 copy contw ,contr 
+0x6ba6 029814 ifetch 2 ,contr 
+0x6ba7 029815 branch assert ,blank 
+0x6ba8 029816 rtn 
+:      029818 rfcomm_send_sabm:
+0x6ba9 029819 call l2cap_get_rfcomm_tx_buff 
+0x6baa 029820 setarg 0x0004 
+0x6bab 029821 istore 2 ,contw 
+0x6bac 029822 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bad 029823 istore 2 ,contw 
+0x6bae 029824 fetch 1 ,mem_current_adss 
+0x6baf 029825 istore 1 ,contw 
+0x6bb0 029826 bpatchx patch35_2 ,mem_patch35 
+0x6bb1 029827 setarg 0x013f 
+0x6bb2 029828 istore 2 ,contw 
+0x6bb3 029829 fetch 1 ,mem_current_fcs 
+0x6bb4 029830 istore 1 ,contw 
+0x6bb5 029831 rtn 
+:      029832 rfcomm_send_ua:
+0x6bb6 029833 call l2cap_malloc_rfcomm_channel 
+0x6bb7 029834 call l2cap_get_rfcomm_tx_buff 
+0x6bb8 029835 setarg 0x0004 
+0x6bb9 029836 istore 2 ,contw 
+0x6bba 029837 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bbb 029838 istore 2 ,contw 
+0x6bbc 029839 fetch 1 ,mem_current_adss 
+0x6bbd 029840 istore 1 ,contw 
+0x6bbe 029841 bpatchx patch35_3 ,mem_patch35 
+0x6bbf 029842 setarg 0x0173 
+0x6bc0 029843 istore 2 ,contw 
+0x6bc1 029844 fetch 1 ,mem_current_fcs 
+0x6bc2 029845 istore 1 ,contw 
+0x6bc3 029846 rtn 
+:      029847 rfcomm_send_param_neg_cmd:
+0x6bc4 029848 call l2cap_get_rfcomm_tx_buff 
+0x6bc5 029849 setarg 0x000e 
+0x6bc6 029850 istore 2 ,contw 
+0x6bc7 029851 fetch 2 ,mem_rfcomm_remote_cid 
+0x6bc8 029852 istore 2 ,contw 
+0x6bc9 029853 fetch 1 ,mem_rfcomm_initiator 
+0x6bca 029854 lshift pdata ,pdata 
+0x6bcb 029855 set1 0 ,pdata 
+0x6bcc 029856 istore 1 ,contw 
+0x6bcd 029857 bpatchx patch35_4 ,mem_patch35 
+0x6bce 029858 setarg 0x15ef 
+0x6bcf 029859 istore 2 ,contw 
+0x6bd0 029860 setarg 0x1183 
+0x6bd1 029861 istore 2 ,contw 
+0x6bd2 029862 copy temp ,pdata 
+0x6bd3 029863 istore 1 ,contw 
+0x6bd4 029864 setarg 0x0000f0 
+0x6bd5 029865 istore 3 ,contw 
+0x6bd6 029866 setarg rfcomm_max_frame_size 
+0x6bd7 029867 istore 2 ,contw 
+0x6bd8 029868 setarg 0 
+0x6bd9 029869 istore 1 ,contw 
+0x6bda 029870 setarg 0x01 
+0x6bdb 029871 istore 1 ,contw 
+0x6bdc 029872 call rfcomm_calculate_fcs_dlci0 
+0x6bdd 029873 istore 1 ,contw 
+0x6bde 029874 jam 0x10 ,mem_credit_given 
+0x6bdf 029875 rtn 
+:      029876 rfcomm_send_param_neg_res:
+0x6be0 029877 call l2cap_malloc_rfcomm_channel 
+0x6be1 029878 call l2cap_get_rfcomm_tx_buff 
+0x6be2 029879 setarg 0x000e 
+0x6be3 029880 istore 2 ,contw 
+0x6be4 029881 fetch 2 ,mem_rfcomm_remote_cid 
+0x6be5 029882 istore 2 ,contw 
+0x6be6 029883 fetch 1 ,mem_rfcomm_initiator 
+0x6be7 029884 lshift pdata ,pdata 
+0x6be8 029885 set1 0 ,pdata 
+0x6be9 029886 istore 1 ,contw 
+0x6bea 029887 bpatchx patch35_5 ,mem_patch35 
+0x6beb 029888 setarg 0x15ef 
+0x6bec 029889 istore 2 ,contw 
+0x6bed 029890 setarg 0x1181 
+0x6bee 029891 istore 2 ,contw 
+0x6bef 029892 fetch 1 ,mem_pn_dlci 
+0x6bf0 029893 istore 1 ,contw 
+0x6bf1 029894 setarg 0x0000e0 
+0x6bf2 029895 istore 3 ,contw 
+0x6bf3 029896 fetch 2 ,mem_rfcomm_max_frame_size 
+0x6bf4 029897 istore 2 ,contw 
+0x6bf5 029898 setarg 0x00 
+0x6bf6 029899 istore 1 ,contw 
+0x6bf7 029900 fetch 1 ,mem_rfcomm_credit_init_data 
+0x6bf8 029901 istore 1 ,contw 
+0x6bf9 029902 call rfcomm_calculate_fcs_dlci0 
+0x6bfa 029903 istore 1 ,contw 
+0x6bfb 029904 rtn 
+:      029905 rfcomm_send_modem_status_cmd:
+0x6bfc 029906 call l2cap_get_rfcomm_tx_buff 
+0x6bfd 029907 setarg 0x0008 
+0x6bfe 029908 istore 2 ,contw 
+0x6bff 029909 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c00 029910 istore 2 ,contw 
+0x6c01 029911 fetch 1 ,mem_rfcomm_initiator 
+0x6c02 029912 lshift pdata ,pdata 
+0x6c03 029913 set1 0 ,pdata 
+0x6c04 029914 istore 1 ,contw 
+0x6c05 029915 bpatchx patch35_6 ,mem_patch35 
+0x6c06 029916 setarg 0x09ef 
+0x6c07 029917 istore 2 ,contw 
+0x6c08 029918 setarg 0x05e3 
+0x6c09 029919 istore 2 ,contw 
+0x6c0a 029920 copy temp ,pdata 
+0x6c0b 029921 istore 1 ,contw 
+0x6c0c 029922 setarg 0x8d 
+0x6c0d 029923 istore 1 ,contw 
+0x6c0e 029924 call rfcomm_calculate_fcs_dlci0 
+0x6c0f 029925 istore 1 ,contw 
+0x6c10 029926 rtn 
+:      029928 rfcomm_send_modem_status_res:
+0x6c11 029929 call l2cap_malloc_rfcomm_channel 
+0x6c12 029930 call l2cap_get_rfcomm_tx_buff 
+0x6c13 029931 setarg 0x0008 
+0x6c14 029932 istore 2 ,contw 
+0x6c15 029933 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c16 029934 istore 2 ,contw 
+0x6c17 029935 copy temp ,timeup 
+0x6c18 029936 fetch 1 ,mem_rfcomm_initiator 
+0x6c19 029937 lshift pdata ,pdata 
+0x6c1a 029938 set1 0 ,pdata 
+0x6c1b 029939 istore 1 ,contw 
+0x6c1c 029940 bpatchx patch35_7 ,mem_patch35 
+0x6c1d 029941 setarg 0x09ef 
+0x6c1e 029942 istore 2 ,contw 
+0x6c1f 029943 setarg 0x05e1 
+0x6c20 029944 istore 2 ,contw 
+0x6c21 029945 copy timeup ,pdata 
+0x6c22 029946 istore 1 ,contw 
+0x6c23 029947 setarg 0x8d 
+0x6c24 029948 istore 1 ,contw 
+0x6c25 029949 call rfcomm_calculate_fcs_dlci0 
+0x6c26 029950 istore 1 ,contw 
+0x6c27 029951 rtn 
+:      029953 rfcomm_send_uih_without_payload:
+0x6c28 029954 bpatchx patch36_0 ,mem_patch36 
+0x6c29 029955 fetch 1 ,mem_credit_given 
+0x6c2a 029956 rtn blank 
+0x6c2b 029957 hfetch 2 ,core_uart_rxitems 
+0x6c2c 029958 nrtn blank 
+0x6c2d 029959 copy rega ,pdata 
+0x6c2e 029960 store 1 ,mem_pdatatemp + 1 
+0x6c2f 029961 storet 1 ,mem_pdatatemp 
+0x6c30 029962 call l2cap_malloc_is_fifo_full 
+0x6c31 029963 nrtn blank 
+0x6c32 029964 call l2cap_malloc_rfcomm_channel 
+0x6c33 029965 call l2cap_get_rfcomm_tx_buff 
+0x6c34 029966 setarg 0x05 
+0x6c35 029967 istore 2 ,contw 
+0x6c36 029968 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c37 029969 istore 2 ,contw 
+0x6c38 029970 fetch 1 ,mem_rfcomm_send_adss 
+0x6c39 029971 istore 1 ,contw 
+0x6c3a 029972 setarg 0x01ff 
+0x6c3b 029973 istore 2 ,contw 
+0x6c3c 029974 fetch 1 ,mem_credit_given 
+0x6c3d 029975 istore 1 ,contw 
+0x6c3e 029976 fetch 1 ,mem_hiufcs_spp_wcredits 
+0x6c3f 029977 istore 1 ,contw 
+0x6c40 029978 jam 0 ,mem_credit_given 
+0x6c41 029979 rtn 
+:      029981 rfcomm_increase_credit_given:
+0x6c42 029982 bpatchx patch36_1 ,mem_patch36 
+0x6c43 029983 fetch 1 ,mem_credit_flag 
+0x6c44 029984 rtneq credit_enable 
+0x6c45 029985 fetch 2 ,mem_current_length 
+0x6c46 029986 rtn blank 
+0x6c47 029987 fetch 1 ,mem_credit_given 
+0x6c48 029988 increase 1 ,pdata 
+0x6c49 029989 store 1 ,mem_credit_given 
+0x6c4a 029990 rtn 
+:      029992 spp_process_rx_data:
+0x6c4b 029993 fetch 2 ,mem_cb_receive_spp_data 
+0x6c4c 029994 branch callback_func 
+:      029996 spp_tx_rfcomm_packet:
+0x6c4d 029997 bpatchx patch36_2 ,mem_patch36 
+0x6c4e 029999 fetch 1 ,mem_remote_credits 
+0x6c4f 030000 rtn blank 
+0x6c50 030001 increase -1 ,pdata 
+0x6c51 030002 store 1 ,mem_remote_credits 
+0x6c52 030003 fetch 2 ,mem_pn_max_frame_size 
+0x6c53 030004 fetcht 2 ,mem_current_packet_length 
+0x6c54 030005 isub temp ,null 
+0x6c55 030006 branch ssp_tx_rfcomm_from_uart ,positive 
+0x6c56 030007 store 2 ,mem_current_packet_length 
+:      030008 ssp_tx_rfcomm_from_uart:
+0x6c57 030009 fetch 1 ,mem_credit_given 
+0x6c58 030010 branch ssp_tx_rfcomm_from_uart_without_credit ,blank 
+0x6c59 030011 jam 1 ,mem_rfcomm_send_offset 
+0x6c5a 030012 fetch 1 ,mem_hiufcs_spp_wcredits 
+0x6c5b 030013 store 1 ,mem_rfcomm_send_fcs 
+0x6c5c 030014 setarg rsp_rx_uih_wdata 
+0x6c5d 030015 store 1 ,mem_rfcomm_send_frame_type 
+0x6c5e 030016 branch ssp_tx_rfcomm_from_uart_common 
+:      030017 ssp_tx_rfcomm_from_uart_without_credit:
+0x6c5f 030018 jam 0 ,mem_rfcomm_send_offset 
+0x6c60 030019 fetch 1 ,mem_hiufcs_spp 
+0x6c61 030020 store 1 ,mem_rfcomm_send_fcs 
+0x6c62 030021 setarg rsp_tx_uih 
+0x6c63 030022 store 1 ,mem_rfcomm_send_frame_type 
+:      030023 ssp_tx_rfcomm_from_uart_common:
+0x6c64 030024 bpatchx patch36_3 ,mem_patch36 
+0x6c65 030025 fetch 2 ,mem_current_packet_length 
+0x6c66 030026 sub pdata ,127 ,null 
+0x6c67 030027 branch ssp_tx_rfcomm_from_uart_common0 ,positive 
+0x6c68 030028 fetch 1 ,mem_rfcomm_send_offset 
+0x6c69 030029 increase 1 ,pdata 
+0x6c6a 030030 store 1 ,mem_rfcomm_send_offset 
+:      030031 ssp_tx_rfcomm_from_uart_common0:
+0x6c6b 030032 call get_rfcomm_snd_adss 
+0x6c6c 030033 fetch 2 ,mem_current_packet_length 
+0x6c6d 030034 increase 8 ,pdata 
+0x6c6e 030035 fetcht 1 ,mem_rfcomm_send_offset 
+0x6c6f 030036 iadd temp ,rega 
+0x6c70 030038 call l2cap_malloc 
+0x6c71 030039 store 2 ,mem_rfcomm_tx_buff_ptr 
+0x6c72 030040 increase 4 ,pdata 
+0x6c73 030041 store 2 ,mem_rfcomm_tx_payload_ptr 
+0x6c74 030042 copy pdata ,contw 
+0x6c75 030043 fetch 1 ,mem_rfcomm_send_adss 
+0x6c76 030044 istore 1 ,contw 
+0x6c77 030045 fetch 1 ,mem_rfcomm_send_frame_type 
+0x6c78 030046 istore 1 ,contw 
+0x6c79 030047 call ssp_tx_write_length 
+0x6c7a 030048 call ssp_tx_write_given_credit 
+0x6c7b 030049 bpatchx patch36_4 ,mem_patch36 
+0x6c7c 030050 fetch 2 ,mem_nl_rx_data_src 
+0x6c7d 030051 copy pdata ,contru 
+0x6c7e 030052 fetch 2 ,mem_current_packet_length 
+0x6c7f 030053 copy pdata ,loopcnt 
+0x6c80 030054 call uart_copy_rx_bytes_fast 
+0x6c81 030055 copy contw ,temp 
+0x6c82 030056 copy contru ,pdata 
+0x6c83 030057 store 2 ,mem_nl_rx_data_src 
+0x6c84 030058 copy temp ,contw 
+0x6c85 030059 fetch 1 ,mem_rfcomm_send_fcs 
+0x6c86 030060 istore 1 ,contw 
+0x6c87 030061 fetch 2 ,mem_rfcomm_tx_buff_ptr 
+0x6c88 030062 copy pdata ,contw 
+0x6c89 030063 fetch 2 ,mem_current_packet_length 
+0x6c8a 030064 fetcht 1 ,mem_rfcomm_send_offset 
+0x6c8b 030065 iadd temp ,pdata 
+0x6c8c 030066 increase 4 ,pdata 
+0x6c8d 030067 istore 2 ,contw 
+0x6c8e 030068 fetch 2 ,mem_rfcomm_remote_cid 
+0x6c8f 030069 istore 2 ,contw 
+0x6c90 030070 jam 0 ,mem_credit_given 
+0x6c91 030071 fetch 2 ,mem_nl_rx_len_all 
+0x6c92 030072 beq 0 ,module_hci_command_tx_spp_tx_complete 
+0x6c93 030073 jam hci_not_discard_packet ,mem_module_temp_nl_discard_packet 
+0x6c94 030074 rtn 
+:      030076 ssp_tx_write_length:
+0x6c95 030077 bpatchx patch36_5 ,mem_patch36 
+0x6c96 030078 fetch 2 ,mem_current_packet_length 
+0x6c97 030079 sub pdata ,0x7f ,null 
+0x6c98 030080 nbranch ssp_tx_write_long_packet ,positive 
+0x6c99 030081 lshift pdata ,pdata 
+0x6c9a 030082 set1 0 ,pdata 
+0x6c9b 030083 istore 1 ,contw 
+0x6c9c 030084 rtn 
+:      030085 ssp_tx_write_long_packet:
+0x6c9d 030086 fetch 2 ,mem_current_packet_length 
+0x6c9e 030087 rshift3 pdata ,pdata 
+0x6c9f 030088 rshift4 pdata ,temp 
+0x6ca0 030089 and_into 0x7f ,pdata 
+0x6ca1 030090 lshift pdata ,pdata 
+0x6ca2 030091 set0 0 ,pdata 
+0x6ca3 030092 istore 1 ,contw 
+0x6ca4 030093 istoret 1 ,contw 
+0x6ca5 030094 rtn 
+:      030095 ssp_tx_write_given_credit:
+0x6ca6 030096 fetch 1 ,mem_credit_given 
+0x6ca7 030097 rtn blank 
+0x6ca8 030098 istore 1 ,contw 
+0x6ca9 030099 rtn 
+:      030104 scheduler_process:
+0x6caa 030105 bpatchx patch36_6 ,mem_patch36 
+0x6cab 030106 call check_51cmd 
+0x6cac 030107 call app_process_bb_event 
+0x6cad 030108 call process_conn_sm 
+0x6cae 030110 bpatchx patch36_7 ,mem_patch36 
+0x6caf 030111 call sp_calc_sequence 
+0x6cb0 030112 call simple_pairing_sequence 
+0x6cb1 030113 call master_simple_paring_sequence 
+0x6cb2 030116 call l2cap_malloc_is_fifo_full 
+0x6cb3 030117 nrtn blank 
+0x6cb4 030119 call l2cap_call_proc_sigal_pending 
+0x6cb5 030120 call l2cap_malloc_is_fifo_full 
+0x6cb6 030121 nrtn blank 
+0x6cb7 030122 bpatchx patch37_0 ,mem_patch37 
+0x6cb8 030124 call process_upper_sm 
+0x6cb9 030125 call l2cap_send_config_req 
+0x6cba 030126 call rfcomm_send_more_pkt 
+:      030127 scheduler_process0:
+0x6cbb 030128 call scheduler_tx_disconnect_hid 
+0x6cbc 030129 bpatchx patch37_1 ,mem_patch37 
+0x6cbd 030132 branch app_process_bt 
+:      030134 scheduler_tx_disconnect_hid:
+0x6cbe 030135 fetch 1 ,mem_control_tasks 
+0x6cbf 030136 bbit1 l2cap_disconnect_interrupt ,l2cap_disconnect_interrupt_req 
+0x6cc0 030137 bbit1 l2cap_disconnect_control ,l2cap_disconnect_control_req 
+0x6cc1 030138 rtn 
+:      030140 scheduler_tx_l2cap_pkt:
+0x6cc2 030141 bpatchx patch37_2 ,mem_patch37 
+0x6cc3 030142 call l2cap_malloc_is_fifo_empty 
+0x6cc4 030143 rtn blank 
+0x6cc5 030144 fetch 1 ,mem_op 
+0x6cc6 030145 rtnbit1 op_txl2cap 
+0x6cc7 030146 call l2cap_malloc_fifo_out 
+0x6cc8 030147 store 2 ,mem_txptr 
+0x6cc9 030148 copy pdata ,contr 
+0x6cca 030149 ifetch 2 ,contr 
+0x6ccb 030150 increase 4 ,pdata 
+0x6ccc 030151 store 2 ,mem_tx_len 
+0x6ccd 030152 jam 6 ,mem_tx_lch 
+0x6cce 030153 bpatchx patch37_3 ,mem_patch37 
+0x6ccf 030154 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x6cd0 030155 branch scheduler_tx_l2cap_start_pkt ,blank 
+0x6cd1 030156 fetch 1 ,mem_op 
+0x6cd2 030157 rtnbit0 op_pkt_comp 
+0x6cd3 030158 set0 op_pkt_comp ,pdata 
+0x6cd4 030159 store 1 ,mem_op 
+0x6cd5 030160 jam 5 ,mem_tx_lch 
+0x6cd6 030161 fetcht 2 ,mem_l2cap_tx_multi_offset 
+0x6cd7 030162 fetch 2 ,mem_txptr 
+0x6cd8 030163 iadd temp ,pdata 
+0x6cd9 030164 store 2 ,mem_txptr 
+0x6cda 030165 fetch 2 ,mem_tx_len 
+0x6cdb 030166 isub temp ,pdata 
+0x6cdc 030167 store 2 ,mem_tx_len 
+:      030168 scheduler_tx_l2cap_start_pkt:
+0x6cdd 030169 bpatchx patch37_4 ,mem_patch37 
+0x6cde 030170 fetch 2 ,mem_tx_len 
+0x6cdf 030171 branch assert ,blank 
+0x6ce0 030172 arg l2cap_max_pkt_len ,temp 
+0x6ce1 030173 isub temp ,pdata 
+0x6ce2 030174 nbranch scheduler_tx_l2cap_last_pkt ,positive 
+0x6ce3 030175 bpatchx patch37_5 ,mem_patch37 
+0x6ce4 030176 storet 2 ,mem_tx_len 
+0x6ce5 030177 fetch 2 ,mem_l2cap_tx_multi_offset 
+0x6ce6 030178 iadd temp ,pdata 
+0x6ce7 030179 store 2 ,mem_l2cap_tx_multi_offset 
+0x6ce8 030180 branch scheduler_tx_l2cap_pkt_end 
+:      030181 scheduler_tx_l2cap_last_pkt:
+0x6ce9 030182 setarg 0 
+0x6cea 030183 store 2 ,mem_l2cap_tx_multi_offset 
+:      030184 scheduler_tx_l2cap_pkt_end:
+0x6ceb 030185 fetch 1 ,mem_op 
+0x6cec 030186 set1 op_txl2cap ,pdata 
+0x6ced 030187 store 1 ,mem_op 
+0x6cee 030188 rtn 
+:      030190 scheduler_start_upper_sm:
+0x6cef 030191 fetch 1 ,mem_ui_profile_supported 
+0x6cf0 030192 bbit1 support_hid ,scheduler_start_upper_sm_hid 
+0x6cf1 030193 jam uppersm_reconn_sdp_conn ,mem_upper_sm_reconn 
+0x6cf2 030194 rtn 
+:      030195 scheduler_start_upper_sm_hid:
+0x6cf3 030196 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
+0x6cf4 030197 rtn 
+:      030199 process_upper_sm:
+0x6cf5 030200 fetch 1 ,memui_reconnect_mode 
+0x6cf6 030201 nbranch process_upper_sm_reconn ,blank 
+:      030202 process_upper_sm_remote_page:
+0x6cf7 030203 fetch 1 ,mem_upper_sm_remote_page 
+0x6cf8 030205 rtn blank 
+0x6cf9 030207 jam 0 ,mem_upper_sm_remote_page 
+:      030208 process_upper_sm_rp_wait:
+0x6cfa 030209 rtn 
+:      030212 process_upper_sm_reconn:
+0x6cfb 030213 bpatchx patch37_6 ,mem_patch37 
+0x6cfc 030214 fetch 1 ,mem_upper_sm_reconn 
+0x6cfd 030215 rtn blank 
+0x6cfe 030216 beq uppersm_reconn_sdp_conn ,process_upper_sm_reconn_sdp_conn 
+0x6cff 030217 beq uppersm_reconn_sdp_conn_wait ,process_upper_sm_reconn_sdp_conn_wait 
+0x6d00 030218 beq uppersm_reconn_sdp_cfg ,process_upper_sm_reconn_sdp_cfg 
+0x6d01 030219 beq uppersm_reconn_sdp_cfg_wait ,process_upper_sm_reconn_sdp_cfg_wait 
+0x6d02 030220 beq uppersm_reconn_ss_spp ,process_upper_sm_reconn_ss_spp 
+0x6d03 030221 beq uppersm_reconn_ss_spp_wait ,process_upper_sm_reconn_ss_spp_wait 
+0x6d04 030222 beq uppersm_reconn_sdp_disconn ,process_upper_sm_reconn_sdp_disconn 
+0x6d05 030223 beq uppersm_reconn_sdp_disconn_wait ,process_upper_sm_reconn_sdp_disconn_wait 
+0x6d06 030224 beq uppersm_reconn_hid_ctrl_conn ,process_upper_sm_reconn_hid_ctrl_conn 
+0x6d07 030225 beq uppersm_reconn_hid_ctrl_conn_wait ,process_upper_sm_reconn_hid_ctrl_conn_wait 
+0x6d08 030226 beq uppersm_reconn_hid_ctrl_cfg ,process_upper_sm_reconn_hid_ctrl_cfg 
+0x6d09 030227 beq uppersm_reconn_hid_ctrl_cfg_wait ,process_upper_sm_reconn_hid_ctrl_cfg_wait 
+0x6d0a 030228 beq uppersm_reconn_hid_int_conn ,process_upper_sm_reconn_hid_int_conn 
+0x6d0b 030229 beq uppersm_reconn_hid_int_conn_wait ,process_upper_sm_reconn_hid_int_conn_wait 
+0x6d0c 030230 beq uppersm_reconn_hid_int_cfg ,process_upper_sm_reconn_hid_int_cfg 
+0x6d0d 030231 beq uppersm_reconn_hid_int_cfg_wait ,process_upper_sm_reconn_hid_int_cfg_wait 
+0x6d0e 030232 beq uppersm_reconn_rfcomm_conn ,process_upper_sm_reconn_rfcomm_conn 
+0x6d0f 030233 beq uppersm_reconn_rfcomm_conn_wait ,process_upper_sm_reconn_rfcomm_conn_wait 
+0x6d10 030234 beq uppersm_reconn_rfcomm_cfg ,process_upper_sm_reconn_rfcomm_cfg 
+0x6d11 030235 beq uppersm_reconn_rfcomm_cfg_wait ,process_upper_sm_reconn_rfcomm_cfg_wait 
+0x6d12 030236 beq uppersm_reconn_rfcomm_sabm ,process_upper_sm_reconn_rfcomm_sabm 
+0x6d13 030237 beq uppersm_reconn_rfcomm_sabm_wait ,process_upper_sm_reconn_rfcomm_sabm_wait 
+0x6d14 030238 beq uppersm_reconn_spp_cmd_pn ,process_upper_sm_reconn_spp_cmd_pn 
+0x6d15 030239 beq uppersm_reconn_spp_cmd_pn_wait ,process_upper_sm_reconn_spp_cmd_pn_wait 
+0x6d16 030240 beq uppersm_reconn_spp_sabm ,process_upper_sm_reconn_spp_sabm 
+0x6d17 030241 beq uppersm_reconn_spp_sabm_wait ,process_upper_sm_reconn_spp_sabm_wait 
+0x6d18 030242 beq uppersm_reconn_spp_cmd_ms ,process_upper_sm_reconn_spp_cmd_ms 
+0x6d19 030243 beq uppersm_reconn_spp_cmd_ms_wait ,process_upper_sm_reconn_spp_cmd_ms_wait 
+:      030244 process_upper_sm_reconn_wait:
+0x6d1a 030245 rtn 
+:      030246 process_upper_sm_reconn_sdp_conn:
+0x6d1b 030247 call upper_sm_send_sdp_conn 
+0x6d1c 030248 jam uppersm_reconn_sdp_conn_wait ,mem_upper_sm_reconn 
+0x6d1d 030249 fetch 1 ,mem_sdp_state 
+0x6d1e 030250 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d1f 030251 store 1 ,mem_sdp_state 
+0x6d20 030252 rtn 
+:      030253 process_upper_sm_reconn_sdp_cfg:
+0x6d21 030254 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
+0x6d22 030255 fetch 1 ,mem_sdp_state 
+0x6d23 030256 rtnbit1 l2cap_channel_state_snd_cfg_req 
+0x6d24 030257 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
+0x6d25 030258 call upper_sm_send_sdp_cfg 
+0x6d26 030259 jam uppersm_reconn_sdp_cfg_wait ,mem_upper_sm_reconn 
+0x6d27 030260 fetch 1 ,mem_sdp_state 
+0x6d28 030261 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d29 030262 store 1 ,mem_sdp_state 
+0x6d2a 030263 rtn 
+:      030264 process_upper_sm_reconn_ss_spp:
+0x6d2b 030265 call l2cap_malloc_is_fifo_empty 
+0x6d2c 030266 nrtn blank 
+0x6d2d 030267 call upper_sm_send_ss_spp 
+0x6d2e 030268 jam uppersm_reconn_ss_spp_wait ,mem_upper_sm_reconn 
+0x6d2f 030269 rtn 
+:      030270 process_upper_sm_reconn_sdp_disconn:
+0x6d30 030271 call upper_sm_send_sdp_disconn 
+0x6d31 030272 jam uppersm_reconn_sdp_disconn_wait ,mem_upper_sm_reconn 
+0x6d32 030273 rtn 
+:      030274 process_upper_sm_reconn_hid_ctrl_conn:
+0x6d33 030275 call upper_sm_send_hid_ctrl_conn 
+0x6d34 030276 jam uppersm_reconn_hid_ctrl_conn_wait ,mem_upper_sm_reconn 
+0x6d35 030277 fetch 1 ,mem_hid_control_state 
+0x6d36 030278 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d37 030279 store 1 ,mem_hid_control_state 
+0x6d38 030280 rtn 
+:      030281 process_upper_sm_reconn_hid_ctrl_cfg:
+0x6d39 030282 call upper_sm_send_hid_ctrl_cfg 
+0x6d3a 030283 jam uppersm_reconn_hid_ctrl_cfg_wait ,mem_upper_sm_reconn 
+0x6d3b 030284 fetch 1 ,mem_hid_control_state 
+0x6d3c 030285 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d3d 030286 store 1 ,mem_hid_control_state 
+0x6d3e 030287 rtn 
+:      030288 process_upper_sm_reconn_hid_int_conn:
+0x6d3f 030289 call upper_sm_send_hid_int_conn 
+0x6d40 030290 jam uppersm_reconn_hid_int_conn_wait ,mem_upper_sm_reconn 
+0x6d41 030291 fetch 1 ,mem_hid_interrupt_state 
+0x6d42 030292 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d43 030293 store 1 ,mem_hid_interrupt_state 
+0x6d44 030294 rtn 
+:      030295 process_upper_sm_reconn_hid_int_cfg:
+0x6d45 030296 call upper_sm_send_hid_int_cfg 
+0x6d46 030297 jam uppersm_reconn_hid_int_cfg_wait ,mem_upper_sm_reconn 
+0x6d47 030298 fetch 1 ,mem_hid_interrupt_state 
+0x6d48 030299 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d49 030300 store 1 ,mem_hid_interrupt_state 
+0x6d4a 030301 rtn 
+:      030302 process_upper_sm_reconn_rfcomm_conn:
+0x6d4b 030303 call upper_sm_send_rfcomm_conn 
+0x6d4c 030304 jam uppersm_reconn_rfcomm_conn_wait ,mem_upper_sm_reconn 
+0x6d4d 030305 fetch 1 ,mem_rfcomm_state 
+0x6d4e 030306 set1 l2cap_channel_state_conn_req ,pdata 
+0x6d4f 030307 store 1 ,mem_rfcomm_state 
+0x6d50 030308 rtn 
+:      030309 process_upper_sm_reconn_rfcomm_cfg:
+0x6d51 030310 call upper_sm_send_rfcomm_cfg 
+0x6d52 030311 jam uppersm_reconn_rfcomm_cfg_wait ,mem_upper_sm_reconn 
+0x6d53 030312 fetch 1 ,mem_rfcomm_state 
+0x6d54 030313 set1 l2cap_channel_state_snd_cfg_req ,pdata 
+0x6d55 030314 store 1 ,mem_rfcomm_state 
+0x6d56 030315 rtn 
+:      030316 process_upper_sm_reconn_rfcomm_sabm:
+0x6d57 030317 call upper_sm_send_rfcomm_sabm 
+0x6d58 030318 jam uppersm_reconn_rfcomm_sabm_wait ,mem_upper_sm_reconn 
+0x6d59 030319 fetch 1 ,mem_rfcomm_state 
+0x6d5a 030320 set1 l2cap_channel_rfcomm_only_sabm ,pdata 
+0x6d5b 030321 store 1 ,mem_rfcomm_state 
+0x6d5c 030322 rtn 
+:      030323 process_upper_sm_reconn_spp_cmd_pn:
+0x6d5d 030324 call upper_sm_send_spp_cmd_pn 
+0x6d5e 030325 fetch 1 ,mem_spp_state 
+0x6d5f 030326 set1 rfcomm_channel_state_pn_cmd 
+0x6d60 030327 store 1 ,mem_spp_state 
+0x6d61 030328 jam uppersm_reconn_spp_cmd_pn_wait ,mem_upper_sm_reconn 
+0x6d62 030329 rtn 
+:      030330 process_upper_sm_reconn_spp_sabm:
+0x6d63 030331 call upper_sm_send_spp_sabm 
+0x6d64 030332 fetch 1 ,mem_spp_state 
+0x6d65 030333 set1 rfcomm_channel_state_sabm 
+0x6d66 030334 store 1 ,mem_spp_state 
+0x6d67 030335 jam uppersm_reconn_spp_sabm_wait ,mem_upper_sm_reconn 
+0x6d68 030336 fetch 1 ,mem_remote_spp_channel 
+0x6d69 030337 lshift3 pdata ,pdata 
+0x6d6a 030338 or_into 3 ,pdata 
+0x6d6b 030339 arg mem_hiufcs_spp ,temp 
+0x6d6c 030340 storet 2 ,mem_contw_temp 
+0x6d6d 030341 branch rfcomm_save_fcs_uih 
+:      030342 process_upper_sm_reconn_spp_cmd_ms:
+0x6d6e 030343 call upper_sm_send_spp_cmd_ms 
+0x6d6f 030344 fetch 1 ,mem_spp_state 
+0x6d70 030345 set1 rfcomm_channel_state_snd_ms_cmd 
+0x6d71 030346 store 1 ,mem_spp_state 
+0x6d72 030347 jam uppersm_reconn_spp_cmd_ms_wait ,mem_upper_sm_reconn 
+0x6d73 030348 rtn 
+:      030350 process_upper_sm_reconn_sdp_conn_wait:
+0x6d74 030351 fetch 1 ,mem_sdp_state 
+0x6d75 030352 rtnbit0 l2cap_channel_state_conn_res 
+0x6d76 030353 jam uppersm_reconn_sdp_cfg ,mem_upper_sm_reconn 
+0x6d77 030354 branch process_upper_sm_reconn 
+:      030355 process_upper_sm_reconn_sdp_cfg_wait:
+0x6d78 030356 fetch 1 ,mem_sdp_state 
+0x6d79 030357 rtnne l2cap_channel_setup_complete 
+0x6d7a 030358 jam uppersm_reconn_ss_spp ,mem_upper_sm_reconn 
+:      030359 process_upper_sm_reconn_ss_spp_wait:
+0x6d7b 030360 fetch 1 ,mem_message_to_uppersm 
+0x6d7c 030361 rtnne recieve_ss_reasult_hf 
+0x6d7d 030362 jam 0 ,mem_message_to_uppersm 
+0x6d7e 030363 jam uppersm_reconn_sdp_disconn ,mem_upper_sm_reconn 
+0x6d7f 030364 branch process_upper_sm_reconn 
+:      030365 process_upper_sm_reconn_sdp_disconn_wait:
+0x6d80 030366 fetch 1 ,mem_sdp_state 
+0x6d81 030367 nrtn blank 
+0x6d82 030368 fetch 1 ,mem_ui_profile_supported 
+0x6d83 030369 bbit1 support_hid ,process_upper_sm_reconn_setup_hid 
+0x6d84 030370 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
+0x6d85 030371 branch process_upper_sm_reconn_termination 
+:      030372 process_upper_sm_reconn_hid_ctrl_conn_wait:
+0x6d86 030373 fetch 1 ,mem_hid_control_state 
+0x6d87 030374 rtnbit0 l2cap_channel_state_conn_res 
+0x6d88 030375 jam uppersm_reconn_hid_ctrl_cfg ,mem_upper_sm_reconn 
+0x6d89 030376 branch process_upper_sm_reconn 
+:      030377 process_upper_sm_reconn_hid_ctrl_cfg_wait:
+0x6d8a 030378 fetch 1 ,mem_hid_control_state 
+0x6d8b 030379 rtnne l2cap_channel_setup_complete 
+0x6d8c 030380 jam uppersm_reconn_hid_int_conn ,mem_upper_sm_reconn 
+0x6d8d 030381 branch process_upper_sm_reconn 
+:      030382 process_upper_sm_reconn_hid_int_conn_wait:
+0x6d8e 030383 fetch 1 ,mem_hid_interrupt_state 
+0x6d8f 030384 rtnbit0 l2cap_channel_state_conn_res 
+0x6d90 030385 jam uppersm_reconn_hid_int_cfg ,mem_upper_sm_reconn 
+0x6d91 030386 branch process_upper_sm_reconn 
+:      030387 process_upper_sm_reconn_hid_int_cfg_wait:
+0x6d92 030388 fetch 1 ,mem_hid_interrupt_state 
+0x6d93 030389 rtnne l2cap_channel_setup_complete 
+0x6d94 030390 fetch 1 ,mem_ui_profile_supported 
+0x6d95 030391 bbit1 support_spp ,process_upper_sm_reconn_setup_rfcomm 
+0x6d96 030392 branch process_upper_sm_reconn_termination 
+:      030393 process_upper_sm_reconn_rfcomm_conn_wait:
+0x6d97 030394 fetch 1 ,mem_rfcomm_state 
+0x6d98 030395 rtnbit0 l2cap_channel_state_conn_res 
+0x6d99 030396 jam uppersm_reconn_rfcomm_cfg ,mem_upper_sm_reconn 
+0x6d9a 030397 branch process_upper_sm_reconn 
+:      030398 process_upper_sm_reconn_rfcomm_cfg_wait:
+0x6d9b 030399 fetch 1 ,mem_rfcomm_state 
+0x6d9c 030400 rtnne l2cap_channel_setup_complete 
+0x6d9d 030401 jam uppersm_reconn_rfcomm_sabm ,mem_upper_sm_reconn 
+0x6d9e 030402 branch process_upper_sm_reconn 
+:      030403 process_upper_sm_reconn_rfcomm_sabm_wait:
+0x6d9f 030404 fetch 1 ,mem_rfcomm_state 
+0x6da0 030405 rtnne l2cap_channel_rfcomm_dlci0_opened 
+0x6da1 030406 fetch 1 ,mem_ui_profile_supported 
+0x6da2 030407 bbit1 support_spp ,process_upper_sm_reconn_setup_spp 
+0x6da3 030408 branch process_upper_sm_reconn_termination 
+:      030409 process_upper_sm_reconn_spp_cmd_pn_wait:
+0x6da4 030410 fetch 1 ,mem_spp_state 
+0x6da5 030411 rtnbit0 rfcomm_channel_state_pn_res 
+0x6da6 030412 jam uppersm_reconn_spp_sabm ,mem_upper_sm_reconn 
+0x6da7 030413 branch process_upper_sm_reconn 
+:      030414 process_upper_sm_reconn_spp_sabm_wait:
+0x6da8 030415 fetch 1 ,mem_spp_state 
+0x6da9 030416 rtnbit0 rfcomm_channel_state_ua 
+0x6daa 030417 jam uppersm_reconn_spp_cmd_ms ,mem_upper_sm_reconn 
+0x6dab 030418 branch process_upper_sm_reconn 
+:      030419 process_upper_sm_reconn_spp_cmd_ms_wait:
+0x6dac 030420 fetch 1 ,mem_spp_state 
+0x6dad 030421 rtnne rfcomm_channel_setup_complete 
+0x6dae 030422 branch process_upper_sm_reconn_termination 
+:      030424 process_upper_sm_reconn_setup_hid:
+0x6daf 030425 jam uppersm_reconn_hid_ctrl_conn ,mem_upper_sm_reconn 
+0x6db0 030426 branch process_upper_sm_reconn 
+:      030428 process_upper_sm_reconn_setup_rfcomm:
+0x6db1 030429 jam uppersm_reconn_rfcomm_conn ,mem_upper_sm_reconn 
+0x6db2 030430 branch process_upper_sm_reconn 
+:      030431 process_upper_sm_reconn_setup_spp:
+0x6db3 030432 jam uppersm_reconn_spp_cmd_pn ,mem_upper_sm_reconn 
+0x6db4 030433 branch process_upper_sm_reconn 
+:      030437 process_upper_sm_reconn_termination:
+0x6db5 030438 jam 0 ,mem_upper_sm_reconn 
+0x6db6 030439 rtn 
+:      030440 upper_sm_send_sdp_conn:
+0x6db7 030441 bpatchx patch37_7 ,mem_patch37 
+0x6db8 030442 call l2cap_malloc_signal_channel 
+0x6db9 030443 setarg psm_sdp 
+0x6dba 030444 copy pdata ,temp 
+0x6dbb 030445 setarg l2cap_sdp_channel 
+0x6dbc 030446 copy pdata ,timeup 
+0x6dbd 030447 branch ml2cap_send_signal_connect_req 
+:      030449 upper_sm_send_sdp_cfg:
+0x6dbe 030450 bpatchx patch38_0 ,mem_patch38 
+0x6dbf 030451 call l2cap_malloc_signal_channel 
+0x6dc0 030452 fetch 2 ,mem_sdp_remote_cid 
+0x6dc1 030453 copy pdata ,temp 
+0x6dc2 030454 branch ml2cap_send_signal_config_req 
+:      030456 upper_sm_send_sdp_disconn:
+0x6dc3 030457 bpatchx patch38_1 ,mem_patch38 
+0x6dc4 030458 call l2cap_malloc_signal_channel 
+0x6dc5 030459 fetch 2 ,mem_sdp_remote_cid 
+0x6dc6 030460 copy pdata ,temp 
+0x6dc7 030461 arg l2cap_sdp_channel ,timeup 
+0x6dc8 030462 call ml2cap_send_signal_disconn_req 
+0x6dc9 030463 fetch 1 ,mem_sdp_state 
+0x6dca 030464 set0 l2cap_channel_state_rcv_cfg_res ,pdata 
+0x6dcb 030465 store 1 ,mem_sdp_state 
+0x6dcc 030466 rtn 
+:      030468 upper_sm_send_ss_spp:
+0x6dcd 030469 bpatchx patch38_2 ,mem_patch38 
+0x6dce 030470 call l2cap_malloc_sdp_channel 
+0x6dcf 030471 call sdp_send_spp_request 
+0x6dd0 030472 branch msdp_send_req_done 
+:      030474 upper_sm_send_rfcomm_conn:
+0x6dd1 030475 bpatchx patch38_3 ,mem_patch38 
+0x6dd2 030476 call l2cap_malloc_signal_channel 
+0x6dd3 030477 setarg psm_rfcomm 
+0x6dd4 030478 copy pdata ,temp 
+0x6dd5 030479 setarg l2cap_rfcomm_channel 
+0x6dd6 030480 copy pdata ,timeup 
+0x6dd7 030481 branch ml2cap_send_signal_connect_req 
+:      030483 upper_sm_send_rfcomm_cfg:
+0x6dd8 030484 bpatchx patch38_4 ,mem_patch38 
+0x6dd9 030485 call l2cap_malloc_signal_channel 
+0x6dda 030486 fetch 2 ,mem_rfcomm_remote_cid 
+0x6ddb 030487 copy pdata ,temp 
+0x6ddc 030488 branch ml2cap_send_signal_config_req 
+:      030490 upper_sm_send_hid_ctrl_conn:
+0x6ddd 030491 bpatchx patch38_5 ,mem_patch38 
+0x6dde 030492 call l2cap_malloc_signal_channel 
+0x6ddf 030493 setarg psm_hid_control 
+0x6de0 030494 copy pdata ,temp 
+0x6de1 030495 setarg l2cap_hid_control_channel 
+0x6de2 030496 copy pdata ,timeup 
+0x6de3 030497 branch ml2cap_send_signal_connect_req 
+:      030499 upper_sm_send_hid_ctrl_cfg:
+0x6de4 030500 bpatchx patch38_6 ,mem_patch38 
+0x6de5 030501 call l2cap_malloc_signal_channel 
+0x6de6 030502 fetch 2 ,mem_hid_ctrl_remote_cid 
+0x6de7 030503 copy pdata ,temp 
+0x6de8 030504 branch ml2cap_send_signal_config_req 
+:      030506 upper_sm_send_hid_int_conn:
+0x6de9 030507 bpatchx patch38_7 ,mem_patch38 
+0x6dea 030508 call l2cap_malloc_signal_channel 
+0x6deb 030509 setarg psm_hid_interrupt 
+0x6dec 030510 copy pdata ,temp 
+0x6ded 030511 setarg l2cap_hid_interrupt_channel 
+0x6dee 030512 copy pdata ,timeup 
+0x6def 030513 branch ml2cap_send_signal_connect_req 
+:      030515 upper_sm_send_hid_int_cfg:
+0x6df0 030516 bpatchx patch39_0 ,mem_patch39 
+0x6df1 030517 call l2cap_malloc_signal_channel 
+0x6df2 030518 fetch 2 ,mem_hid_int_remote_cid 
+0x6df3 030519 copy pdata ,temp 
+0x6df4 030520 branch ml2cap_send_signal_config_req 
+:      030522 upper_sm_send_rfcomm_sabm:
+0x6df5 030523 bpatchx patch39_1 ,mem_patch39 
+0x6df6 030524 call l2cap_malloc_rfcomm_channel 
+0x6df7 030526 jam 3 ,mem_current_adss 
+0x6df8 030527 jam 0x1c ,mem_current_fcs 
+0x6df9 030528 call rfcomm_send_sabm 
+0x6dfa 030529 jam 1 ,mem_rfcomm_initiator 
+0x6dfb 030530 rtn 
+:      030532 upper_sm_send_spp_cmd_pn:
+0x6dfc 030533 bpatchx patch39_2 ,mem_patch39 
+0x6dfd 030534 call l2cap_malloc_rfcomm_channel 
+0x6dfe 030535 fetcht 1 ,mem_remote_spp_channel 
+0x6dff 030536 call channel_to_dlci 
+0x6e00 030537 storet 1 ,mem_pn_dlci 
+0x6e01 030538 branch rfcomm_send_param_neg_cmd 
+:      030540 upper_sm_send_spp_sabm:
+0x6e02 030541 bpatchx patch39_3 ,mem_patch39 
+0x6e03 030542 call l2cap_malloc_rfcomm_channel 
+0x6e04 030543 fetcht 1 ,mem_pn_dlci 
+0x6e05 030544 call dlci_to_address_cmd 
+0x6e06 030545 call rfcomm_calculate_fcs_sabm 
+0x6e07 030546 store 1 ,mem_current_fcs 
+0x6e08 030547 fetcht 1 ,mem_pn_dlci 
+0x6e09 030548 call dlci_to_address_cmd 
+0x6e0a 030549 storet 1 ,mem_current_adss 
+0x6e0b 030550 branch rfcomm_send_sabm 
+:      030552 upper_sm_send_spp_cmd_ms:
+0x6e0c 030553 bpatchx patch39_4 ,mem_patch39 
+0x6e0d 030554 call l2cap_malloc_rfcomm_channel 
+0x6e0e 030555 fetcht 1 ,mem_pn_dlci 
+0x6e0f 030556 call dlci_to_address_cmd 
+0x6e10 030557 branch rfcomm_send_modem_status_cmd 
+:      030570 sdp_process:
+0x6e11 030571 bpatchx patch39_5 ,mem_patch39 
+0x6e12 030572 fetch 2 ,mem_l2cap_payload_ptr 
+0x6e13 030573 iforce contr 
+0x6e14 030576 ifetch 1 ,contr 
+0x6e15 030577 copy pdata ,regb 
+0x6e16 030578 store 1 ,mem_sdp_pduid 
+0x6e17 030579 ifetch 2 ,contr 
+0x6e18 030580 store 2 ,mem_sdp_transactionid 
+0x6e19 030581 ifetch 1 ,contr 
+0x6e1a 030582 lshift8 pdata ,timeup 
+0x6e1b 030583 ifetch 1 ,contr 
+0x6e1c 030584 iadd timeup ,timeup 
+0x6e1d 030585 bpatchx patch39_6 ,mem_patch39 
+0x6e1e 030586 copy contr ,temp 
+0x6e1f 030587 arg 4 ,loopcnt 
+0x6e20 030588 arg mem_sdp_handle_list ,contw 
+0x6e21 030589 call memset0 
+0x6e22 030590 copy temp ,contr 
+0x6e23 030591 deposit regb 
+0x6e24 030592 beq sdp_error_res ,sdp_process_error_res 
+0x6e25 030593 beq sdp_search_req ,sdp_process_ss_req 
+0x6e26 030594 beq sdp_search_res ,sdp_process_ss_res 
+0x6e27 030595 beq sdp_attribute_req ,sdp_process_sa_req 
+0x6e28 030596 beq sdp_attribute_res ,sdp_process_sa_res 
+0x6e29 030597 beq sdp_searchattrib_req ,sdp_process_ssa_req 
+0x6e2a 030598 beq sdp_searchattrib_res ,sdp_process_ssa_res 
+0x6e2b 030599 branch sdp_insufficient_resource 
+:      030610 sdp_process_ss_req:
+0x6e2c 030611 bpatchx patch39_7 ,mem_patch39 
+0x6e2d 030612 call ask_serviceclassid 
+0x6e2e 030613 compare 1 ,temp ,0xff 
+0x6e2f 030614 branch ss_empty_rsp ,true 
+0x6e30 030615 compare 0xff ,temp ,0xff 
+0x6e31 030616 branch sdp_invalid_request_syntax ,true 
+0x6e32 030618 ifetch 2 ,contr 
+0x6e33 030619 store 2 ,mem_sdp_record_maxcnt 
+0x6e34 030620 increase -2 ,timeup 
+0x6e35 030622 increase -1 ,timeup 
+0x6e36 030623 nbranch sdp_invalid_pdu_size ,zero 
+0x6e37 030624 arg mem_sdp_uuid_search_ptr ,timeup 
+0x6e38 030625 ifetch 2 ,timeup 
+0x6e39 030626 rtn blank 
+0x6e3a 030627 call search_all_uuid 
+0x6e3b 030628 call l2cap_get_sdp_tx_payload 
+0x6e3c 030629 force 3 ,pdata 
+0x6e3d 030630 istore 1 ,contw 
+0x6e3e 030631 fetch 2 ,mem_sdp_transactionid 
+0x6e3f 030632 istore 2 ,contw 
+0x6e40 030633 lshift2 queue ,pdata 
+0x6e41 030634 add pdata ,5 ,pdata 
+0x6e42 030635 add pdata ,5 ,regc 
+0x6e43 030636 byteswap pdata ,pdata 
+0x6e44 030637 istore 2 ,contw 
+0x6e45 030638 deposit queue 
+0x6e46 030639 byteswap pdata ,pdata 
+0x6e47 030640 istore 2 ,contw 
+0x6e48 030641 istore 2 ,contw 
+0x6e49 030642 arg mem_sdp_handle_list ,contr 
+0x6e4a 030643 copy queue ,loopcnt 
+0x6e4b 030644 branch ss_req_blank ,zero 
+:      030645 ss_req_loop:
+0x6e4c 030646 ifetch 4 ,contr 
+0x6e4d 030647 istore 4 ,contw 
+0x6e4e 030648 loop ss_req_loop 
+:      030649 ss_req_blank:
+0x6e4f 030650 force 0 ,pdata 
+0x6e50 030651 istore 1 ,contw 
+0x6e51 030652 deposit regc 
+0x6e52 030653 store 2 ,mem_sdp_tx_pkt_length 
+0x6e53 030655 rtn 
+:      030666 sdp_process_sa_req:
+0x6e54 030667 bpatchx patch3a_0 ,mem_patch3a 
+0x6e55 030668 ifetch 4 ,contr 
+0x6e56 030669 store 4 ,mem_sdp_record_handle 
+0x6e57 030670 increase -4 ,timeup 
+0x6e58 030671 call sdp_store_maxbyte 
+0x6e59 030672 store 2 ,mem_sdp_attribute_maxbyte 
+0x6e5a 030673 increase -2 ,timeup 
+0x6e5b 030674 call dataelementtype6 
+0x6e5c 030675 branch sdp_invalid_request_syntax ,zero 
+0x6e5d 030676 compare 5 ,rega ,0xff 
+0x6e5e 030678 branch sa_judge_wholerange ,true 
+:      030679 sa_isnot_wholerange:
+0x6e5f 030680 arg mem_sdp_attrib_list ,contw 
+0x6e60 030681 force 0 ,queue 
+0x6e61 030682 branch sa_req_loop 
+:      030683 sa_judge_wholerange:
+0x6e62 030684 ifetch 1 ,contr 
+0x6e63 030685 bne sdp_attribute_range ,sdp_invalid_request_syntax 
+0x6e64 030686 ifetch 2 ,contr 
+0x6e65 030687 nbranch sa_judge_wholerange_false1 ,blank 
+0x6e66 030688 ifetch 1 ,contr 
+0x6e67 030689 bne 0xff ,sa_judge_wholerange_false2 
+0x6e68 030690 ifetch 1 ,contr 
+0x6e69 030691 bne 0xff ,sa_judge_wholerange_false3 
+0x6e6a 030692 branch sa_req_all 
+:      030693 sa_judge_wholerange_false3:
+0x6e6b 030694 increase -5 ,contr 
+0x6e6c 030695 branch sa_isnot_wholerange 
+:      030696 sa_judge_wholerange_false2:
+0x6e6d 030697 increase -4 ,contr 
+0x6e6e 030698 branch sa_isnot_wholerange 
+:      030699 sa_judge_wholerange_false1:
+0x6e6f 030700 increase -3 ,contr 
+0x6e70 030701 branch sa_isnot_wholerange 
+:      030702 sa_req_loop:
+0x6e71 030703 ifetch 1 ,contr 
+0x6e72 030704 beq sdp_attribute_id ,sa_req_one_id 
+0x6e73 030705 beq sdp_attribute_range ,sa_req_range 
+:      030706 sa_req_range:
+0x6e74 030707 ifetch 2 ,contr 
+0x6e75 030708 istore 2 ,contw 
+0x6e76 030709 increase 1 ,queue 
+0x6e77 030710 byteswap pdata ,regb 
+0x6e78 030711 ifetch 2 ,contr 
+0x6e79 030712 byteswap pdata ,pdata 
+:      030713 sa_req_range_id_increase:
+0x6e7a 030714 increase 1 ,regb 
+0x6e7b 030715 isub regb ,null 
+0x6e7c 030716 nbranch sa_req_range_id_finish ,positive 
+0x6e7d 030717 copy pdata ,regc 
+0x6e7e 030718 byteswap regb ,pdata 
+0x6e7f 030719 istore 2 ,contw 
+0x6e80 030720 increase 1 ,queue 
+0x6e81 030721 copy regc ,pdata 
+0x6e82 030722 branch sa_req_range_id_increase 
+:      030723 sa_req_range_id_finish:
+0x6e83 030724 increase -5 ,timeup 
+0x6e84 030725 increase -5 ,rega 
+0x6e85 030726 branch sa_req_check_next_id 
+:      030727 sa_req_one_id:
+0x6e86 030728 ifetch 2 ,contr 
+0x6e87 030729 istore 2 ,contw 
+0x6e88 030730 increase 1 ,queue 
+0x6e89 030731 increase -3 ,timeup 
+0x6e8a 030732 increase -3 ,rega 
+:      030733 sa_req_check_next_id:
+0x6e8b 030734 nbranch sdp_invalid_request_syntax ,positive 
+0x6e8c 030735 nbranch sa_req_loop ,zero 
+0x6e8d 030736 increase -1 ,timeup 
+0x6e8e 030737 nbranch sdp_invalid_request_syntax ,zero 
+0x6e8f 030739 call l2cap_get_sdp_tx_payload 
+0x6e90 030740 increase 10 ,contw 
+0x6e91 030741 arg mem_sdp_attrib_list ,rega 
+:      030742 sa_req_handle_attributelist_next:
+0x6e92 030743 copy queue ,pdata 
+0x6e93 030744 branch sa_req_handle_attributelist_end ,blank 
+0x6e94 030745 ifetch 2 ,rega 
+0x6e95 030746 branch sa_req_handle_attributelist_end ,blank 
+0x6e96 030747 iforce regb 
+0x6e97 030748 fetch 4 ,mem_sdp_record_handle 
+0x6e98 030749 iforce temp 
+0x6e99 030750 call search_handle_attrib 
+0x6e9a 030751 copy contr ,pdata 
+0x6e9b 030752 branch sa_req_handle_attributelist_notfound ,blank 
+0x6e9c 030753 increase -3 ,contr 
+0x6e9d 030754 ifetch 3 ,contr 
+0x6e9e 030755 istore 3 ,contw 
+0x6e9f 030756 call sdp_data_len 
+0x6ea0 030757 iforce loopcnt 
+0x6ea1 030758 call memcpy 
+:      030759 sa_req_handle_attributelist_notfound:
+0x6ea2 030760 increase 2 ,rega 
+0x6ea3 030761 increase -1 ,queue 
+0x6ea4 030762 branch sa_req_handle_attributelist_next 
+:      030764 sa_req_handle_attributelist_end:
+0x6ea5 030765 arg sdp_attribute_res ,rega 
+0x6ea6 030766 call ssa_req_range_lastfreg_common 
+0x6ea7 030767 fetch 2 ,mem_sdp_tx_pkt_length 
+0x6ea8 030768 beq 11 ,sa_empty_rsp 
+0x6ea9 030769 branch ssa_req_range_attrbutes_length_no_continue 
+:      030772 sdp_store_continue_common:
+0x6eaa 030773 ifetch 1 ,contr 
+0x6eab 030774 beq 0 ,sdp_store_continue_0byte 
+0x6eac 030775 beq 1 ,sdp_store_continue_1byte 
+0x6ead 030776 beq 2 ,sdp_store_continue_2byte 
+:      030777 sdp_store_continue_0byte:
+0x6eae 030778 increase -1 ,timeup 
+0x6eaf 030779 branch sdp_store_continue_end 
+:      030780 sdp_store_continue_1byte:
+0x6eb0 030781 ifetch 1 ,contr 
+0x6eb1 030782 increase -2 ,timeup 
+0x6eb2 030783 branch sdp_store_continue_end 
+:      030784 sdp_store_continue_2byte:
+0x6eb3 030785 ifetch 2 ,contr 
+0x6eb4 030786 byteswap pdata ,pdata 
+0x6eb5 030787 increase -3 ,timeup 
+:      030788 sdp_store_continue_end:
+0x6eb6 030789 store 2 ,mem_sdp_continue_byte 
+0x6eb7 030790 rtn 
+:      030792 sa_req_all:
+0x6eb8 030793 increase -5 ,timeup 
+0x6eb9 030794 call sdp_store_continue_common 
+0x6eba 030795 nbranch sdp_invalid_pdu_size ,zero 
+0x6ebb 030796 fetcht 4 ,mem_sdp_record_handle 
+0x6ebc 030797 call search_handle 
+0x6ebd 030798 nbranch sdp_invalid_service_record_handle ,zero 
+0x6ebe 030799 copy contr ,rega 
+0x6ebf 030800 call l2cap_get_sdp_tx_payload 
+0x6ec0 030801 copy rega ,contr 
+0x6ec1 030802 increase 3 ,contw 
+0x6ec2 030803 copy contr ,timeup 
+0x6ec3 030804 call sdp_get_data 
+0x6ec4 030805 copy pdata ,rega 
+0x6ec5 030807 fetch 2 ,mem_sdp_continue_byte 
+0x6ec6 030808 copy pdata ,regb 
+0x6ec7 030809 copy rega ,pdata 
+0x6ec8 030810 isub regb ,regb 
+0x6ec9 030811 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6eca 030812 isub regb ,null 
+0x6ecb 030813 nbranch sa_req_all_fragment_sdp ,positive 
+0x6ecc 030815 disable user 
+0x6ecd 030816 fetch 2 ,mem_sdp_continue_byte 
+0x6ece 030817 branch sa_req_all_fisrt_fragment ,blank 
+0x6ecf 030818 iadd timeup ,contr 
+0x6ed0 030819 increase 3 ,regb 
+0x6ed1 030820 copy regb ,loopcnt 
+0x6ed2 030821 copy loopcnt ,pdata 
+0x6ed3 030822 increase 3 ,pdata 
+0x6ed4 030823 byteswap pdata ,pdata 
+0x6ed5 030824 istore 2 ,contw 
+0x6ed6 030825 copy loopcnt ,pdata 
+0x6ed7 030826 byteswap pdata ,pdata 
+0x6ed8 030827 istore 2 ,contw 
+0x6ed9 030828 branch sa_req_all_answer_attributelist_full_loop 
+:      030829 sa_req_all_fisrt_fragment:
+0x6eda 030830 add rega ,6 ,loopcnt 
+0x6edb 030831 branch sa_req_all_parlength_continue_byte ,user 
+0x6edc 030832 byteswap loopcnt ,pdata 
+0x6edd 030833 branch sa_req_all_parlength_continue_byte_end 
+:      030834 sa_req_all_parlength_continue_byte:
+0x6ede 030835 copy loopcnt ,pdata 
+0x6edf 030836 increase 2 ,pdata 
+0x6ee0 030837 byteswap pdata ,pdata 
+:      030838 sa_req_all_parlength_continue_byte_end:
+0x6ee1 030839 istore 2 ,contw 
+0x6ee2 030840 increase -3 ,loopcnt 
+0x6ee3 030841 byteswap loopcnt ,pdata 
+0x6ee4 030842 istore 2 ,contw 
+0x6ee5 030843 copy timeup ,contr 
+0x6ee6 030844 branch sa_req_all_answer_attributelist_full_loop 
+:      030845 sa_req_all_fragment_sdp:
+0x6ee7 030846 enable user 
+0x6ee8 030848 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6ee9 030849 copy pdata ,rega 
+0x6eea 030850 copy rega ,loopcnt 
+0x6eeb 030851 fetch 2 ,mem_sdp_continue_byte 
+0x6eec 030852 branch sa_req_all_fisrt_fragment ,blank 
+0x6eed 030853 iadd timeup ,contr 
+0x6eee 030854 copy rega ,pdata 
+0x6eef 030855 increase 5 ,pdata 
+0x6ef0 030856 byteswap pdata ,pdata 
+0x6ef1 030857 istore 2 ,contw 
+0x6ef2 030858 copy rega ,pdata 
+0x6ef3 030859 byteswap pdata ,pdata 
+0x6ef4 030860 istore 2 ,contw 
+:      030861 sa_req_all_answer_attributelist_full_loop:
+0x6ef5 030862 call memcpy 
+0x6ef6 030863 nbranch sa_req_all_last_frag_continue ,user 
+0x6ef7 030864 force 2 ,pdata 
+0x6ef8 030865 istore 1 ,contw 
+0x6ef9 030866 copy contr ,pdata 
+0x6efa 030867 isub timeup ,pdata 
+0x6efb 030868 byteswap pdata ,pdata 
+0x6efc 030869 istore 2 ,contw 
+0x6efd 030870 branch sa_req_all_frag_end 
+:      030871 sa_req_all_last_frag_continue:
+0x6efe 030872 force 0 ,pdata 
+0x6eff 030873 istore 1 ,contw 
+:      030874 sa_req_all_frag_end:
+0x6f00 030875 arg sdp_attribute_res ,rega 
+0x6f01 030876 branch ssa_req_range_common 
+:      030887 sdp_process_ssa_req:
+0x6f02 030888 bpatchx patch3a_1 ,mem_patch3a 
+0x6f03 030889 call ask_serviceclassid 
+0x6f04 030890 compare 0xff ,temp ,0xff 
+0x6f05 030891 branch sdp_invalid_request_syntax ,true 
+0x6f06 030892 call sdp_store_maxbyte 
+0x6f07 030893 store 2 ,mem_sdp_attribute_maxbyte 
+0x6f08 030894 increase -2 ,timeup 
+0x6f09 030895 call dataelementtype6 
+0x6f0a 030896 arg mem_sdp_attrib_list ,contw 
+0x6f0b 030897 force 0 ,queue 
+:      030898 ssa_req_loop:
+0x6f0c 030899 ifetch 1 ,contr 
+0x6f0d 030900 beq sdp_attribute_range ,ssa_req_range 
+0x6f0e 030901 ifetch 2 ,contr 
+0x6f0f 030902 istore 2 ,contw 
+0x6f10 030903 increase 1 ,queue 
+0x6f11 030904 increase -3 ,timeup 
+0x6f12 030905 increase -3 ,rega 
+0x6f13 030906 nbranch sdp_invalid_request_syntax ,positive 
+0x6f14 030907 nbranch ssa_req_loop ,zero 
+0x6f15 030908 increase -1 ,timeup 
+0x6f16 030909 nbranch sdp_invalid_request_syntax ,zero 
+0x6f17 030910 call l2cap_get_sdp_tx_payload 
+0x6f18 030911 increase 13 ,contw 
+0x6f19 030912 fetch 2 ,mem_sdp_uuid_search_ptr 
+0x6f1a 030913 iforce regc 
+0x6f1b 030914 arg mem_sdp_attrib_list ,rega 
+:      030915 ssa_req_attributelist_next:
+0x6f1c 030916 ifetch 2 ,rega 
+0x6f1d 030917 branch ssa_req_attributelist_end ,blank 
+0x6f1e 030918 iforce regb 
+0x6f1f 030919 call search_attrib 
+0x6f20 030920 branch ssa_req_attributelist_notfound ,blank 
+0x6f21 030921 increase -3 ,contr 
+0x6f22 030922 ifetch 3 ,contr 
+0x6f23 030923 istore 3 ,contw 
+0x6f24 030924 call sdp_data_len 
+0x6f25 030925 iforce loopcnt 
+0x6f26 030926 call memcpy 
+:      030927 ssa_req_attributelist_notfound:
+0x6f27 030928 increase 2 ,rega 
+0x6f28 030929 branch ssa_req_attributelist_next 
+:      030931 ssa_req_attributelist_end:
+0x6f29 030932 call ssa_req_range_lastfreg 
+0x6f2a 030933 fetch 2 ,mem_sdp_tx_pkt_length 
+0x6f2b 030934 beq 14 ,ssa_empty_rsp 
+0x6f2c 030935 call ssa_req_range_attrbutes_length_no_continue 
+0x6f2d 030936 branch ssa_req_range_attrbutes_length_no_continue 
+:      030939 sdp_store_maxbyte:
+0x6f2e 030940 ifetch 2 ,contr 
+0x6f2f 030941 byteswap pdata ,pdata 
+0x6f30 030942 increase -3 ,pdata 
+0x6f31 030943 arg 200 ,temp 
+0x6f32 030944 isub temp ,null 
+0x6f33 030945 nrtn positive 
+0x6f34 030946 setarg 200 
+0x6f35 030947 rtn 
+:      030950 ssa_req_range:
+0x6f36 030951 increase 4 ,contr 
+0x6f37 030952 increase -5 ,timeup 
+0x6f38 030953 increase -5 ,rega 
+0x6f39 030954 nbranch sdp_invalid_request_syntax ,zero 
+0x6f3a 030955 call sdp_store_continue_common 
+0x6f3b 030956 nbranch sdp_invalid_pdu_size ,zero 
+0x6f3c 030957 arg mem_sdp_uuid_search_ptr ,timeup 
+0x6f3d 030958 call search_all_uuid 
+0x6f3e 030959 deposit queue 
+0x6f3f 030960 branch ssa_empty_rsp ,blank 
+0x6f40 030961 store 1 ,mem_handle_humber 
+0x6f41 030963 copy regb ,pdata 
+0x6f42 030964 store 2 ,mem_sdp_all_length 
+0x6f43 030965 arg 0 ,queue 
+0x6f44 030966 arg 0 ,rega 
+0x6f45 030967 call l2cap_get_sdp_tx_payload 
+0x6f46 030968 increase 10 ,contw 
+:      030969 ssa_req_range_find_handle:
+0x6f47 030970 call ssa_req_range_get_length 
+0x6f48 030971 nbranch assert ,user 
+0x6f49 030972 copy contr ,timeup 
+0x6f4a 030973 copy pdata ,regc 
+0x6f4b 030974 iadd rega ,rega 
+0x6f4c 030977 fetch 2 ,mem_sdp_continue_byte 
+0x6f4d 030978 copy pdata ,regb 
+0x6f4e 030979 branch ssa_req_range_first_freg ,blank 
+:      030980 ssa_req_range_later_freg_with_continue:
+0x6f4f 030981 copy rega ,pdata 
+0x6f50 030982 isub regb ,regb 
+0x6f51 030983 branch ssa_req_range_next_handle ,zero 
+0x6f52 030984 nbranch ssa_req_range_next_handle ,positive 
+0x6f53 030985 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6f54 030986 isub regb ,null 
+0x6f55 030987 branch ssa_req_range_maxbyte_with_continue ,zero 
+0x6f56 030988 nbranch ssa_req_range_maxbyte_with_continue ,positive 
+:      030991 ssa_req_range_send_not_maxbyte:
+0x6f57 030992 copy regb ,loopcnt 
+0x6f58 030993 call ssa_req_range_maxbyte_with_continue_cpy 
+0x6f59 030994 fetch 1 ,mem_handle_humber 
+0x6f5a 030995 increase 1 ,queue 
+0x6f5b 030996 isub queue ,null 
+0x6f5c 030997 branch ssa_req_range_lastfreg ,zero 
+0x6f5d 030998 branch ssa_req_range_freg_with_continue 
+:      031000 ssa_req_range_maxbyte_with_continue:
+0x6f5e 031001 copy pdata ,loopcnt 
+0x6f5f 031002 call ssa_req_range_maxbyte_with_continue_cpy 
+0x6f60 031003 branch ssa_req_range_freg_with_continue 
+:      031005 ssa_req_range_maxbyte_with_continue_cpy:
+0x6f61 031006 increase -3 ,contw 
+0x6f62 031007 copy loopcnt ,temp 
+0x6f63 031008 copy regc ,pdata 
+0x6f64 031009 isub regb ,pdata 
+0x6f65 031010 iadd timeup ,contr 
+0x6f66 031011 branch memcpy 
+:      031013 ssa_req_range_next_handle:
+0x6f67 031014 fetch 1 ,mem_handle_humber 
+0x6f68 031015 increase 1 ,queue 
+0x6f69 031016 isub queue ,null 
+0x6f6a 031017 rtn zero 
+0x6f6b 031018 branch ssa_req_range_find_handle 
+:      031020 ssa_req_range_get_length:
+0x6f6c 031021 call disable_user 
+0x6f6d 031022 arg mem_sdp_handle_list ,contr 
+0x6f6e 031023 lshift2 queue ,pdata 
+0x6f6f 031024 iadd contr ,contr 
+0x6f70 031025 ifetcht 4 ,contr 
+0x6f71 031026 call search_handle 
+0x6f72 031027 nrtn zero 
+0x6f73 031028 call sdp_data_len 
+0x6f74 031029 branch enable_user 
+:      031031 ssa_req_range_first_freg:
+0x6f75 031032 fetch 2 ,mem_sdp_attribute_maxbyte 
+0x6f76 031033 isub rega ,null 
+0x6f77 031034 nbranch ssa_req_range_firstfreg_maxbyte_with_continue ,positive 
+0x6f78 031035 copy rega ,loopcnt 
+0x6f79 031036 copy loopcnt ,temp 
+0x6f7a 031037 copy timeup ,contr 
+0x6f7b 031038 call memcpy 
+0x6f7c 031039 fetch 2 ,mem_sdp_all_length 
+0x6f7d 031040 isub rega ,null 
+0x6f7e 031041 branch ssa_req_range_freg_no_continue ,zero 
+:      031042 ssa_req_range_firstfreg_not_maxbyte_with_continue:
+0x6f7f 031043 call ssa_req_range_freg_with_continue 
+0x6f80 031044 branch ssa_req_range_attrbutes_length 
+:      031046 ssa_req_range_freg_no_continue:
+0x6f81 031047 call ssa_req_range_lastfreg 
+0x6f82 031048 branch ssa_req_range_attrbutes_length 
+:      031050 ssa_req_range_lastfreg:
+0x6f83 031051 arg sdp_searchattrib_res ,rega 
+:      031052 ssa_req_range_lastfreg_common:
+0x6f84 031053 force 0 ,pdata 
+0x6f85 031054 istore 1 ,contw 
+0x6f86 031055 call ssa_req_range_common 
+0x6f87 031056 fetcht 2 ,mem_sdp_tx_pkt_length 
+0x6f88 031057 increase -5 ,temp 
+0x6f89 031058 byteswap temp ,pdata 
+0x6f8a 031059 istore 2 ,contw 
+0x6f8b 031060 increase -3 ,temp 
+0x6f8c 031061 byteswap temp ,pdata 
+0x6f8d 031062 istore 2 ,contw 
+0x6f8e 031063 rtn 
+:      031065 ssa_req_range_firstfreg_maxbyte_with_continue:
+0x6f8f 031066 copy pdata ,loopcnt 
+0x6f90 031067 copy loopcnt ,temp 
+0x6f91 031068 copy timeup ,contr 
+0x6f92 031069 call memcpy 
+0x6f93 031070 call ssa_req_range_freg_with_continue 
+:      031071 ssa_req_range_attrbutes_length:
+0x6f94 031072 setarg 0x36 
+0x6f95 031073 istore 1 ,contw 
+0x6f96 031074 fetch 2 ,mem_sdp_all_length 
+0x6f97 031075 byteswap pdata ,pdata 
+0x6f98 031076 istore 2 ,contw 
+0x6f99 031077 rtn 
+:      031079 ssa_req_range_attrbutes_length_no_continue:
+0x6f9a 031080 setarg 0x36 
+0x6f9b 031081 istore 1 ,contw 
+0x6f9c 031082 increase -3 ,temp 
+0x6f9d 031083 byteswap temp ,pdata 
+0x6f9e 031084 istore 2 ,contw 
+0x6f9f 031085 rtn 
+:      031087 ssa_req_range_freg_with_continue:
+0x6fa0 031088 arg sdp_searchattrib_res ,rega 
+0x6fa1 031089 setarg 2 
+0x6fa2 031090 istore 1 ,contw 
+0x6fa3 031091 fetch 2 ,mem_sdp_continue_byte 
+0x6fa4 031092 iadd temp ,temp 
+0x6fa5 031093 byteswap temp ,pdata 
+0x6fa6 031094 istore 2 ,contw 
+0x6fa7 031095 call ssa_req_range_common 
+0x6fa8 031096 fetcht 2 ,mem_sdp_tx_pkt_length 
+0x6fa9 031097 increase -5 ,temp 
+0x6faa 031098 byteswap temp ,pdata 
+0x6fab 031099 istore 2 ,contw 
+0x6fac 031100 increase -5 ,temp 
+0x6fad 031101 byteswap temp ,pdata 
+0x6fae 031102 istore 2 ,contw 
+0x6faf 031103 rtn 
+:      031105 ssa_req_range_common:
+0x6fb0 031106 fetch 2 ,mem_sdp_tx_payload_ptr 
+0x6fb1 031107 isub contw ,pdata 
+0x6fb2 031108 sub pdata ,0 ,pdata 
+0x6fb3 031109 store 2 ,mem_sdp_tx_pkt_length 
+0x6fb4 031110 call l2cap_get_sdp_tx_payload 
+0x6fb5 031111 copy rega ,pdata 
+0x6fb6 031112 istore 1 ,contw 
+0x6fb7 031113 fetch 2 ,mem_sdp_transactionid 
+0x6fb8 031114 istore 2 ,contw 
+0x6fb9 031115 rtn 
+:      031128 sdp_process_ssa_res:
+:      031129 sdp_process_ss_res:
+:      031130 sdp_process_sa_res:
+:      031131 sdp_process_error_res:
+0x6fba 031132 rtn 
+:      031165 sdp_invalid_service_record_handle:
+0x6fbb 031166 setarg 0x0200 
+0x6fbc 031167 store 2 ,mem_sdp_error_code 
+0x6fbd 031168 branch sdp_error_response 
+:      031169 sdp_invalid_pdu_size:
+0x6fbe 031170 setarg 0x0400 
+0x6fbf 031171 store 2 ,mem_sdp_error_code 
+0x6fc0 031172 branch sdp_error_response 
+:      031173 sdp_insufficient_resource:
+0x6fc1 031174 setarg 0x0600 
+0x6fc2 031175 store 2 ,mem_sdp_error_code 
+0x6fc3 031176 branch sdp_error_response 
+:      031177 sdp_invalid_request_syntax:
+0x6fc4 031178 setarg 0x0300 
+0x6fc5 031179 store 2 ,mem_sdp_error_code 
+:      031180 sdp_error_response:
+0x6fc6 031181 call l2cap_get_sdp_tx_payload 
+0x6fc7 031182 istore 1 ,contw 
+0x6fc8 031183 fetch 2 ,mem_sdp_transactionid 
+0x6fc9 031184 istore 2 ,contw 
+0x6fca 031185 setarg 0x0200 
+0x6fcb 031186 istore 2 ,contw 
+0x6fcc 031187 fetch 2 ,mem_sdp_error_code 
+0x6fcd 031188 istore 2 ,contw 
+0x6fce 031189 jam 7 ,mem_sdp_tx_pkt_length 
+0x6fcf 031190 rtn 
+:      031195 ask_serviceclassid:
+0x6fd0 031196 arg 0 ,regb 
+0x6fd1 031197 force 0 ,temp 
+0x6fd2 031198 arg mem_sdp_uuid_search_ptr ,contw 
+0x6fd3 031199 call dataelementtype6 
+0x6fd4 031200 branch asksrv_error ,zero 
+:      031201 classidloop:
+0x6fd5 031202 increase 1 ,regb 
+0x6fd6 031203 ifetch 1 ,contr 
+0x6fd7 031204 increase -1 ,rega 
+0x6fd8 031205 increase -1 ,timeup 
+0x6fd9 031206 compare 0x18 ,pdata ,0xf8 
+0x6fda 031207 nbranch asksrv_error ,true 
+0x6fdb 031208 compare 0x04 ,pdata ,0x07 
+0x6fdc 031209 nbranch cmp032 ,true 
+0x6fdd 031210 force 1 ,temp 
+:      031211 skip2bytes:
+0x6fde 031212 ifetch 1 ,contr 
+0x6fdf 031213 increase -1 ,rega 
+0x6fe0 031214 increase -1 ,timeup 
+0x6fe1 031215 bne 0x00 ,frstbwrong 
+0x6fe2 031216 ifetch 1 ,contr 
+0x6fe3 031217 increase -1 ,rega 
+0x6fe4 031218 increase -1 ,timeup 
+0x6fe5 031219 beq 0x00 ,cmpuuid 
+0x6fe6 031220 branch scndbwrong 
+:      031221 frstbwrong:
+0x6fe7 031222 increase 1 ,contr 
+0x6fe8 031223 increase -1 ,rega 
+0x6fe9 031224 increase -1 ,timeup 
+:      031225 scndbwrong:
+0x6fea 031226 increase 2 ,contr 
+0x6feb 031227 increase -2 ,rega 
+0x6fec 031228 increase -2 ,timeup 
+0x6fed 031229 compare 0x00 ,temp ,0xff 
+0x6fee 031230 branch loopornot ,true 
+0x6fef 031231 increase 12 ,contr 
+0x6ff0 031232 increase -12 ,rega 
+0x6ff1 031233 increase -12 ,timeup 
+0x6ff2 031234 branch loopornot 
+:      031235 cmp032:
+0x6ff3 031236 compare 0x02 ,pdata ,0x07 
+0x6ff4 031237 nbranch cmp016 ,true 
+0x6ff5 031238 branch skip2bytes 
+:      031239 cmp016:
+0x6ff6 031240 compare 0x01 ,pdata ,0x07 
+0x6ff7 031241 nbranch asksrv_error ,true 
+:      031242 cmpuuid:
+0x6ff8 031243 increase -2 ,rega 
+0x6ff9 031244 increase -2 ,timeup 
+0x6ffa 031245 ifetch 2 ,contr 
+0x6ffb 031246 sub regb ,4 ,null 
+0x6ffc 031247 branch uuidsize ,zero 
+0x6ffd 031248 istore 2 ,contw 
+:      031249 uuidsize:
+0x6ffe 031250 compare 0x00 ,temp ,0xff 
+0x6fff 031251 branch loopornot ,true 
+0x7000 031252 copy contr ,temp 
+0x7001 031253 ifetch 1 ,contr 
+0x7002 031254 bne 0x00 ,wrong12b 
+0x7003 031255 ifetch 1 ,contr 
+0x7004 031256 bne 0x00 ,wrong12b 
+0x7005 031257 ifetch 1 ,contr 
+0x7006 031258 bne 0x10 ,wrong12b 
+0x7007 031259 ifetch 1 ,contr 
+0x7008 031260 bne 0x00 ,wrong12b 
+0x7009 031261 ifetch 1 ,contr 
+0x700a 031262 bne 0x80 ,wrong12b 
+0x700b 031263 ifetch 1 ,contr 
+0x700c 031264 bne 0x00 ,wrong12b 
+0x700d 031265 ifetch 1 ,contr 
+0x700e 031266 bne 0x00 ,wrong12b 
+0x700f 031267 ifetch 1 ,contr 
+0x7010 031268 bne 0x80 ,wrong12b 
+0x7011 031269 ifetch 1 ,contr 
+0x7012 031270 bne 0x5f ,wrong12b 
+0x7013 031271 ifetch 1 ,contr 
+0x7014 031272 bne 0x9b ,wrong12b 
+0x7015 031273 ifetch 1 ,contr 
+0x7016 031274 bne 0x34 ,wrong12b 
+0x7017 031275 ifetch 1 ,contr 
+0x7018 031276 beq 0xfb ,chck12dn 
+:      031277 wrong12b:
+0x7019 031278 copy temp ,contr 
+:      031279 wrong12b1:
+0x701a 031280 increase 12 ,contr 
+0x701b 031281 force 0x00 ,queue 
+0x701c 031282 force 0x00 ,temp 
+0x701d 031283 branch chck12dn 
+:      031285 chck12dn:
+0x701e 031286 increase -12 ,timeup 
+0x701f 031287 increase -12 ,rega 
+:      031288 loopornot:
+0x7020 031289 force 0x00 ,temp 
+0x7021 031290 compare 0x00 ,rega ,0xff 
+0x7022 031291 nbranch classidloop ,true 
+0x7023 031292 force 0 ,pdata 
+0x7024 031293 istore 2 ,contw 
+0x7025 031294 rtn 
+:      031295 asksrv_error:
+0x7026 031296 arg 0xff ,temp 
+0x7027 031297 rtn 
+:      031307 dataelementtype6:
+0x7028 031308 bpatchx patch3a_4 ,mem_patch3a 
+0x7029 031309 ifetch 1 ,contr 
+0x702a 031310 increase -1 ,timeup 
+0x702b 031311 compare 0x30 ,pdata ,0xf8 
+0x702c 031312 nbranch dsize_error ,true 
+0x702d 031313 compare 0x07 ,pdata ,0x07 
+0x702e 031314 branch dsize32 ,true 
+0x702f 031315 compare 0x06 ,pdata ,0x07 
+0x7030 031316 branch dsize16 ,true 
+0x7031 031317 compare 0x05 ,pdata ,0x07 
+0x7032 031318 nbranch dsize_error ,true 
+0x7033 031320 ifetch 1 ,contr 
+0x7034 031321 copy pdata ,rega 
+0x7035 031322 increase -1 ,timeup 
+0x7036 031323 branch dsize 
+:      031324 dsize32:
+0x7037 031325 increase 2 ,contr 
+0x7038 031326 increase -2 ,timeup 
+:      031327 dsize16:
+0x7039 031328 ifetch 2 ,contr 
+0x703a 031329 byteswap pdata ,rega 
+0x703b 031330 increase -2 ,timeup 
+:      031331 dsize:
+0x703c 031332 force 0x01 ,pdata 
+0x703d 031333 rtn 
+:      031334 dsize_error:
+0x703e 031335 force 0x00 ,pdata 
+0x703f 031336 rtn 
+:      031346 ss_empty_rsp:
+0x7040 031347 setarg sdp_search_res 
+0x7041 031348 store 1 ,mem_sdp_pduid 
+0x7042 031349 branch empty_response 
+:      031350 sa_empty_rsp:
+0x7043 031351 setarg sdp_attribute_res 
+0x7044 031352 store 1 ,mem_sdp_pduid 
+0x7045 031353 branch empty_response 
+:      031354 ssa_empty_rsp:
+0x7046 031355 setarg sdp_searchattrib_res 
+0x7047 031356 store 1 ,mem_sdp_pduid 
+:      031357 empty_response:
+0x7048 031358 call l2cap_get_sdp_tx_payload 
+0x7049 031361 fetch 1 ,mem_sdp_pduid 
+0x704a 031362 copy pdata ,regb 
+0x704b 031363 istore 1 ,contw 
+0x704c 031364 fetch 2 ,mem_sdp_transactionid 
+0x704d 031365 istore 2 ,contw 
+0x704e 031366 setarg 0x0500 
+0x704f 031367 istore 2 ,contw 
+0x7050 031368 compare sdp_attribute_res ,regb ,0xff 
+0x7051 031369 branch fullsearch ,true 
+0x7052 031370 compare sdp_searchattrib_res ,regb ,0xff 
+0x7053 031371 branch fullsearch ,true 
+0x7054 031372 setarg 0x000000 
+0x7055 031373 istore 5 ,contw 
+0x7056 031374 branch outempty 
+:      031376 fullsearch:
+0x7057 031377 setarg 0x350200 
+0x7058 031378 istore 5 ,contw 
+:      031379 outempty:
+0x7059 031380 jam 10 ,mem_sdp_tx_pkt_length 
+0x705a 031381 rtn 
+:      031384 sdp_data_len:
+0x705b 031385 call store_contw 
+0x705c 031386 call store_contr 
+0x705d 031387 call sdp_get_data 
+0x705e 031388 call get_contw 
+0x705f 031389 call get_contr 
+0x7060 031390 copy temp ,pdata 
+0x7061 031391 rtn 
+:      031394 sdp_get_data:
+0x7062 031395 ifetch 1 ,contr 
+0x7063 031396 and pdata ,0x7 ,loopcnt 
+0x7064 031397 rshift3 pdata ,pdata 
+0x7065 031398 bne 0 ,sdp_get_data_type_not0 
+:      031399 sdp_get_data_type0:
+0x7066 031400 force 1 ,pdata 
+0x7067 031401 force 1 ,temp 
+0x7068 031402 rtn 
+:      031404 sdp_get_data_type_not0_sizeindex01234:
+0x7069 031405 call left_shift_n 
+0x706a 031406 add pdata ,1 ,temp 
+0x706b 031407 rtn 
+:      031408 sdp_get_data_type_not0:
+0x706c 031409 deposit loopcnt 
+0x706d 031410 sub pdata ,4 ,null 
+0x706e 031411 branch sdp_get_data_type_not0_sizeindex01234 ,positive 
+0x706f 031412 beq 5 ,sdp_get_data_type_not0_sizeindex5 
+0x7070 031413 beq 6 ,sdp_get_data_type_not0_sizeindex6 
+0x7071 031414 beq 7 ,sdp_get_data_type_not0_sizeindex7 
+0x7072 031415 rtn 
+:      031417 sdp_get_data_type_not0_sizeindex5:
+0x7073 031418 ifetch 1 ,contr 
+0x7074 031419 add pdata ,2 ,temp 
+0x7075 031420 rtn 
+:      031421 sdp_get_data_type_not0_sizeindex6:
+0x7076 031422 ifetch 2 ,contr 
+0x7077 031423 byteswap pdata ,pdata 
+0x7078 031424 add pdata ,3 ,temp 
+0x7079 031425 rtn 
+:      031426 sdp_get_data_type_not0_sizeindex7:
+0x707a 031427 ifetch 2 ,contr 
+0x707b 031428 byteswap pdata ,pdata 
+0x707c 031429 ifetcht 2 ,contr 
+0x707d 031430 byteswap temp ,temp 
+0x707e 031431 lshift16 temp ,temp 
+0x707f 031432 iadd temp ,pdata 
+0x7080 031433 add pdata ,5 ,temp 
+0x7081 031434 rtn 
+:      031440 search_all_uuid:
+0x7082 031441 bpatchx patch3a_5 ,mem_patch3a 
+0x7083 031442 force 0 ,queue 
+0x7084 031443 arg 0 ,regb 
+0x7085 031444 arg mem_sdp_handle_list ,contw 
+:      031445 search_all_uuid_llop:
+0x7086 031446 ifetch 2 ,timeup 
+0x7087 031447 rtn blank 
+0x7088 031448 call search_uuid 
+0x7089 031449 copy queue ,pdata 
+0x708a 031450 rtneq sdp_max_handle_number 
+0x708b 031451 increase 2 ,timeup 
+0x708c 031452 branch search_all_uuid_llop 
+:      031454 search_uuid:
+0x708d 031456 iforce regc 
+0x708e 031458 fetch 2 ,mem_ui_uuid_table 
+0x708f 031459 iforce contr 
+:      031460 search_uuid_next:
+0x7090 031461 copy queue ,pdata 
+0x7091 031462 rtneq sdp_max_handle_number 
+0x7092 031463 disable user 
+0x7093 031464 ifetch 1 ,contr 
+0x7094 031465 rtn blank 
+0x7095 031466 iforce loopcnt 
+:      031467 search_uuid_loop:
+0x7096 031468 ifetch 2 ,contr 
+0x7097 031469 isub regc ,null 
+0x7098 031470 nbranch search_uuid_not_found ,zero 
+0x7099 031471 enable user 
+:      031472 search_uuid_not_found:
+0x709a 031473 loop search_uuid_loop 
+0x709b 031474 ifetcht 4 ,contr 
+0x709c 031475 copy contr ,rega 
+0x709d 031476 nbranch search_uuid_nomatch ,user 
+0x709e 031477 arg mem_sdp_handle_list ,contr 
+0x709f 031478 arg sdp_max_handle_number ,loopcnt 
+:      031479 search_uuid_check_same_handle:
+0x70a0 031480 ifetch 4 ,contr 
+0x70a1 031481 branch search_uuid_store_handle ,blank 
+0x70a2 031482 isub temp ,null 
+0x70a3 031483 branch search_uuid_nomatch ,zero 
+0x70a4 031484 loop search_uuid_check_same_handle 
+0x70a5 031485 rtn 
+:      031486 search_uuid_store_handle:
+0x70a6 031487 istoret 4 ,contw 
+0x70a7 031488 increase 1 ,queue 
+0x70a8 031489 copy rega ,contr 
+0x70a9 031490 call sdp_data_len 
+0x70aa 031491 iadd regb ,regb 
+0x70ab 031492 iadd contr ,contr 
+0x70ac 031493 branch search_uuid_next 
+:      031494 search_uuid_nomatch:
+0x70ad 031495 copy rega ,contr 
+0x70ae 031496 call sdp_get_data 
+0x70af 031497 iadd contr ,contr 
+0x70b0 031498 branch search_uuid_next 
+:      031504 search_handle:
+0x70b1 031505 bpatchx patch3a_6 ,mem_patch3a 
+0x70b2 031506 fetch 2 ,mem_ui_uuid_table 
+0x70b3 031507 iforce contr 
+:      031508 search_handle_loop:
+0x70b4 031509 ifetch 1 ,contr 
+0x70b5 031510 branch disable_zero ,blank 
+0x70b6 031511 lshift pdata ,pdata 
+0x70b7 031512 iadd contr ,contr 
+0x70b8 031513 ifetch 4 ,contr 
+0x70b9 031514 isub temp ,null 
+0x70ba 031515 rtn zero 
+0x70bb 031516 deposit contw 
+0x70bc 031517 store 2 ,mem_contw 
+0x70bd 031518 storet 8 ,mem_temp 
+0x70be 031519 call sdp_get_data 
+0x70bf 031520 iadd contr ,contr 
+0x70c0 031521 copy contr ,pdata 
+0x70c1 031522 fetcht 2 ,mem_contw 
+0x70c2 031523 copy temp ,contw 
+0x70c3 031524 fetcht 8 ,mem_temp 
+0x70c4 031525 copy pdata ,contr 
+0x70c5 031526 branch search_handle_loop 
+:      031532 search_attrib:
+0x70c6 031533 bpatchx patch3a_7 ,mem_patch3a 
+0x70c7 031534 fetch 2 ,mem_ui_uuid_table 
+0x70c8 031535 iforce contr 
+:      031536 search_attrib_next:
+0x70c9 031537 ifetch 1 ,contr 
+0x70ca 031538 branch search_attrib_end ,blank 
+0x70cb 031539 iforce loopcnt 
+:      031540 search_attrib_loop:
+0x70cc 031541 ifetch 2 ,contr 
+0x70cd 031542 isub regc ,null 
+0x70ce 031543 branch search_attrib_found_uuid ,zero 
+0x70cf 031544 loop search_attrib_loop 
+0x70d0 031545 increase 4 ,contr 
+0x70d1 031546 call sdp_get_data 
+0x70d2 031547 iadd contr ,contr 
+0x70d3 031548 branch search_attrib_next 
+:      031549 search_attrib_found_uuid:
+0x70d4 031550 increase -1 ,loopcnt 
+0x70d5 031551 lshift loopcnt ,pdata 
+0x70d6 031552 iadd contr ,contr 
+0x70d7 031553 increase 4 ,contr 
+0x70d8 031554 call sdp_get_data 
+0x70d9 031555 iadd contr ,timeup 
+:      031556 search_attrib_loop_attribs:
+0x70da 031557 increase 1 ,contr 
+0x70db 031558 ifetch 2 ,contr 
+0x70dc 031559 isub regb ,null 
+0x70dd 031563 branch disable_blank ,zero 
+0x70de 031564 call sdp_data_len 
+0x70df 031565 iadd contr ,contr 
+0x70e0 031566 deposit timeup 
+0x70e1 031567 isub contr ,null 
+0x70e2 031568 branch search_attrib_end ,zero 
+0x70e3 031569 branch search_attrib_loop_attribs 
+:      031570 search_attrib_end:
+0x70e4 031571 force 0 ,contr 
+0x70e5 031572 force 0 ,pdata 
+0x70e6 031573 rtn 
+:      031579 search_handle_attrib:
+0x70e7 031580 bpatchx patch3b_0 ,mem_patch3b 
+0x70e8 031581 fetch 2 ,mem_ui_uuid_table 
+0x70e9 031582 iforce contr 
+:      031583 search_handle_attrib_next:
+0x70ea 031584 ifetch 1 ,contr 
+0x70eb 031585 branch search_handle_attrib_end ,blank 
+0x70ec 031586 lshift pdata ,pdata 
+0x70ed 031587 iadd contr ,contr 
+0x70ee 031588 ifetch 4 ,contr 
+0x70ef 031589 isub temp ,null 
+0x70f0 031590 branch search_handl_attrib_found_handle ,zero 
+0x70f1 031591 call sdp_get_data 
+0x70f2 031592 iadd contr ,contr 
+0x70f3 031593 branch search_handle_attrib_next 
+:      031594 search_handl_attrib_found_handle:
+0x70f4 031595 call sdp_get_data 
+0x70f5 031596 iadd contr ,timeup 
+:      031597 search_handle_attrib_loop_attribs:
+0x70f6 031598 increase 1 ,contr 
+0x70f7 031599 ifetch 2 ,contr 
+0x70f8 031600 isub regb ,null 
+0x70f9 031601 rtn zero 
+0x70fa 031602 call sdp_data_len 
+0x70fb 031603 iadd contr ,contr 
+0x70fc 031604 deposit timeup 
+0x70fd 031605 isub contr ,null 
+0x70fe 031606 branch search_handle_attrib_end ,zero 
+0x70ff 031607 branch search_handle_attrib_loop_attribs 
+:      031608 search_handle_attrib_end:
+0x7100 031609 force 0 ,contr 
+0x7101 031610 rtn 
+:      031614 search_rfcomm_cn:
+0x7102 031615 arg 0x0400 ,regb 
+0x7103 031616 call search_handl_attrib_found_handle 
+0x7104 031617 arg 0x0300 ,regb 
+0x7105 031618 call search_uuid_in_data 
+0x7106 031619 nrtn user 
+0x7107 031620 sub rega ,3 ,null 
+0x7108 031621 branch disable_user ,positive 
+0x7109 031622 ifetch 1 ,contr 
+0x710a 031623 bne 0x08 ,disable_user 
+0x710b 031624 ifetch 1 ,contr 
+0x710c 031625 rtn 
+:      031630 search_uuid_in_data:
+0x710d 031631 bpatchx patch3b_1 ,mem_patch3b 
+0x710e 031632 call sdp_get_data 
+0x710f 031633 copy pdata ,rega 
+:      031634 search_uuid_in_data_loop:
+0x7110 031635 ifetch 1 ,contr 
+0x7111 031636 and pdata ,0x7 ,loopcnt 
+0x7112 031637 rshift3 pdata ,pdata 
+0x7113 031638 sub pdata ,3 ,null 
+0x7114 031639 branch search_uuid_in_data_found_uuid ,zero 
+0x7115 031640 copy loopcnt ,pdata 
+0x7116 031641 beq 5 ,search_uuid_in_data_found_element_index5 
+0x7117 031642 beq 6 ,search_uuid_in_data_found_element_index6 
+0x7118 031643 beq 7 ,search_uuid_in_data_found_element_index7 
+0x7119 031644 increase -1 ,contr 
+0x711a 031645 call sdp_get_data 
+0x711b 031646 iadd contr ,contr 
+0x711c 031647 copy rega ,pdata 
+0x711d 031648 isub temp ,rega 
+0x711e 031649 branch disable_user ,zero 
+0x711f 031650 branch search_uuid_in_data_loop 
+:      031652 search_uuid_in_data_found_element_index5:
+0x7120 031653 increase -2 ,rega 
+0x7121 031654 increase 1 ,contr 
+0x7122 031655 branch search_uuid_in_data_loop 
+:      031656 search_uuid_in_data_found_element_index6:
+0x7123 031657 increase -3 ,rega 
+0x7124 031658 increase 2 ,contr 
+0x7125 031659 branch search_uuid_in_data_loop 
+:      031660 search_uuid_in_data_found_element_index7:
+0x7126 031661 increase -5 ,rega 
+0x7127 031662 increase 4 ,contr 
+0x7128 031663 branch search_uuid_in_data_loop 
+:      031665 search_uuid_in_data_found_uuid:
+0x7129 031666 increase -1 ,rega 
+0x712a 031667 copy loopcnt ,pdata 
+0x712b 031668 beq 1 ,search_uuid_in_data_type_uuid_16 
+0x712c 031669 beq 2 ,search_uuid_in_data_type_uuid_32 
+0x712d 031670 beq 4 ,search_uuid_in_data_type_uuid_128 
+0x712e 031671 branch disable_user 
+:      031672 search_uuid_in_data_type_uuid_128:
+0x712f 031673 increase -12 ,rega 
+:      031674 search_uuid_in_data_type_uuid_32:
+0x7130 031675 ifetch 2 ,contr 
+0x7131 031676 increase -2 ,rega 
+:      031677 search_uuid_in_data_type_uuid_16:
+0x7132 031678 ifetch 2 ,contr 
+0x7133 031679 isub regb ,null 
+0x7134 031680 branch enable_user ,zero 
+0x7135 031681 increase -2 ,rega 
+0x7136 031682 branch disable_user ,zero 
+0x7137 031683 branch search_uuid_in_data_loop 
+:      031742 sdp_send_spp_request:
+0x7138 031743 call l2cap_get_sdp_tx_payload 
+0x7139 031744 copy pdata ,contw 
+0x713a 031745 setarg 6 
+0x713b 031746 istore 1 ,contw 
+0x713c 031747 setarg sdp_tid_spp 
+0x713d 031748 istore 2 ,contw 
+0x713e 031749 setarg 0x0f00 
+0x713f 031750 istore 2 ,contw 
+0x7140 031751 setarg 0x1a0535 
+0x7141 031752 istore 3 ,contw 
+0x7142 031753 setarg 0x0111 
+0x7143 031754 lshift16 pdata ,pdata 
+0x7144 031755 istore 4 ,contw 
+0x7145 031756 setarg 0x2600 
+0x7146 031757 istore 2 ,contw 
+0x7147 031758 setarg 0x0335 
+0x7148 031759 istore 2 ,contw 
+0x7149 031760 setarg 0x0009 
+0x714a 031761 istore 2 ,contw 
+0x714b 031762 setarg 0x0004 
+0x714c 031763 istore 2 ,contw 
+0x714d 031764 jam 0x14 ,mem_sdp_tx_pkt_length 
+0x714e 031765 rtn 
+:      031769 function_g2:
+0x714f 031770 bpatchx patch3b_2 ,mem_patch3b 
+0x7150 031771 jam 80 ,mem_aes_cmac_data_length 
+0x7151 031772 arg memdat ,contw 
+0x7152 031773 arg mem_le_srand ,contr 
+0x7153 031774 call memcpy16 
+0x7154 031775 arg mem_le_pubkey_local_x_256 ,contr 
+0x7155 031776 call memcpy32 
+0x7156 031777 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7157 031778 call memcpy32 
+0x7158 031779 call inverse_memdat 
+0x7159 031780 arg mem_le_mrand ,contr 
+0x715a 031781 call store_inverse_k 
+0x715b 031782 call function_aes_cmac 
+0x715c 031784 arg mem_aes_cmac_temp ,contw 
+0x715d 031785 call load_inverse_result 
+0x715e 031786 setarg 1000000 
+0x715f 031787 copy pdata ,rega 
+0x7160 031788 fetch 4 ,mem_aes_cmac_temp 
+0x7161 031789 idiv rega 
+0x7162 031790 call wait_div_end 
+0x7163 031791 remainder pdata 
+0x7164 031792 store 4 ,mem_gkey 
+0x7165 031794 rtn 
+:      031796 function_f6_eb:
+0x7166 031797 jam 65 ,mem_aes_cmac_data_length 
+0x7167 031798 arg memdat ,contw 
+0x7168 031799 call store_addr_common_a 
+0x7169 031800 call store_addr_common_b 
+0x716a 031801 fetch 3 ,mem_le_pres + 1 
+0x716b 031802 istore 3 ,contw 
+0x716c 031805 call get_r 
+0x716d 031807 arg mem_le_mrand ,contr 
+0x716e 031808 call memcpy16 
+0x716f 031809 arg mem_le_srand ,contr 
+0x7170 031810 call memcpy16 
+0x7171 031811 call inverse_memdat 
+0x7172 031812 arg mem_le_mackey ,contr 
+0x7173 031813 arg mem_aes_cmac_k ,contw 
+0x7174 031814 call memcpy16 
+0x7175 031816 branch function_aes_cmac 
+:      031820 get_r:
+0x7176 031821 fetch 4 ,mem_le_tk 
+0x7177 031822 istore 4 ,contw 
+0x7178 031823 call memset0_4 
+0x7179 031824 branch memset0_8 
+:      031826 function_f6_ea:
+0x717a 031827 bpatchx patch3b_3 ,mem_patch3b 
+0x717b 031828 jam 65 ,mem_aes_cmac_data_length 
+0x717c 031829 arg memdat ,contw 
+0x717d 031830 call store_addr_common_b 
+0x717e 031831 call store_addr_common_a 
+0x717f 031832 fetch 3 ,mem_le_preq + 1 
+0x7180 031833 istore 3 ,contw 
+0x7181 031836 call get_r 
+0x7182 031837 arg mem_le_srand ,contr 
+0x7183 031838 call memcpy16 
+0x7184 031839 arg mem_le_mrand ,contr 
+0x7185 031840 call memcpy16 
+0x7186 031841 call inverse_memdat 
+0x7187 031842 arg mem_le_mackey ,contr 
+0x7188 031843 arg mem_aes_cmac_k ,contw 
+0x7189 031844 call memcpy16 
+0x718a 031846 call function_aes_cmac 
+0x718b 031847 arg mem_aes_cmac_temp ,contw 
+0x718c 031848 branch load_inverse_result 
+:      031850 function_f5:
+0x718d 031851 jam 32 ,mem_aes_cmac_data_length 
+0x718e 031852 arg mem_le_dhkey_256 ,contr 
+0x718f 031853 arg memdat ,contw 
+0x7190 031854 call memcpy32 
+0x7191 031855 call inverse_memdat 
+0x7192 031856 arg mem_le_slat ,contr 
+0x7193 031857 call store_inverse_k 
+0x7194 031858 call function_aes_cmac 
+0x7195 031859 arg mem_aes_cmac_k ,contw 
+0x7196 031860 call store_aes_result 
+0x7197 031861 arg 1 ,temp 
+0x7198 031862 call function_f5_common 
+0x7199 031863 arg mem_le_ltk ,contw 
+0x719a 031864 call load_inverse_result 
+0x719b 031865 arg 0 ,temp 
+0x719c 031866 call function_f5_common 
+0x719d 031867 arg mem_le_mackey ,contw 
+0x719e 031869 branch store_aes_result 
+:      031872 function_f5_common:
+0x719f 031873 bpatchx patch3b_4 ,mem_patch3b 
+0x71a0 031874 jam 53 ,mem_aes_cmac_data_length 
+0x71a1 031875 setarg 0x100 
+0x71a2 031876 store 2 ,memdat 
+0x71a3 031877 call store_addr_common_b 
+0x71a4 031878 call store_addr_common_a 
+0x71a5 031879 arg mem_le_srand ,contr 
+0x71a6 031880 call memcpy16 
+0x71a7 031881 arg mem_le_mrand ,contr 
+0x71a8 031882 call memcpy16 
+0x71a9 031884 setarg 0x6c65 
+0x71aa 031885 istore 2 ,contw 
+0x71ab 031886 setarg 0x6274 
+0x71ac 031887 istore 2 ,contw 
+0x71ad 031888 istoret 1 ,contw 
+0x71ae 031889 call inverse_memdat 
+0x71af 031890 branch function_aes_cmac 
+:      031892 store_addr_common_b:
+0x71b0 031893 fetch 6 ,mem_le_lap 
+0x71b1 031894 istore 6 ,contw 
+0x71b2 031895 fetch 1 ,mem_le_conn_own_addr_type 
+0x71b3 031896 istore 1 ,contw 
+0x71b4 031897 rtn 
+:      031899 store_addr_common_a:
+0x71b5 031900 fetch 6 ,mem_le_plap 
+0x71b6 031901 istore 6 ,contw 
+0x71b7 031906 fetch 1 ,mem_le_conn_peer_addr_type 
+0x71b8 031907 istore 1 ,contw 
+0x71b9 031908 rtn 
+:      031910 function_f4_ca:
+0x71ba 031911 jam 65 ,mem_aes_cmac_data_length 
+0x71bb 031912 fetch 1 ,mem_passkey_1bit 
+0x71bc 031913 store 1 ,memdat 
+0x71bd 031914 arg mem_le_pubkey_local_x_256 ,contr 
+0x71be 031915 call memcpy32 
+0x71bf 031916 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71c0 031917 call memcpy32 
+0x71c1 031918 call inverse_memdat 
+0x71c2 031919 arg mem_le_mrand ,contr 
+0x71c3 031920 call store_inverse_k 
+0x71c4 031921 branch function_aes_cmac 
+:      031924 function_f4_cb:
+0x71c5 031925 jam 65 ,mem_aes_cmac_data_length 
+0x71c6 031926 fetch 1 ,mem_passkey_1bit 
+0x71c7 031927 store 1 ,memdat 
+0x71c8 031928 arg mem_le_pubkey_remote_x_256 ,contr 
+0x71c9 031929 call memcpy32 
+0x71ca 031930 arg mem_le_pubkey_local_x_256 ,contr 
+0x71cb 031931 call memcpy32 
+0x71cc 031932 call inverse_memdat 
+0x71cd 031933 arg mem_le_srand ,contr 
+0x71ce 031934 call store_inverse_k 
+0x71cf 031935 branch function_aes_cmac 
+:      031937 function_aes_cmac:
+0x71d0 031938 bpatchx patch3b_5 ,mem_patch3b 
+0x71d1 031939 call function_aes_cmac_generate_subkey 
+0x71d2 031943 fetch 1 ,mem_aes_cmac_data_length 
+0x71d3 031944 copy pdata ,temp 
+:      031945 function_ceil16:
+0x71d4 031946 increase 15 ,pdata 
+0x71d5 031947 rshift4 pdata ,pdata 
+0x71d6 031948 copy pdata ,regb 
+0x71d7 031949 branch function_aes_cmac_set_flag_0_balnk ,blank 
+0x71d8 031950 and temp ,0x0f ,pdata 
+0x71d9 031951 nbranch function_aes_cmac_set_flag_0 ,blank 
+0x71da 031953 arg mem_aes_cmac_k1 ,regc 
+0x71db 031954 arg memdat ,pdata 
+0x71dc 031955 increase -16 ,pdata 
+0x71dd 031958 iadd temp ,rega 
+0x71de 031959 arg mem_aes_cmac_m_last ,contw 
+0x71df 031960 arg 4 ,loopcnt 
+0x71e0 031961 call xor_loop 
+0x71e1 031965 branch function_aes_cmac_aes 
+:      031967 function_aes_cmac_set_flag_0_balnk:
+0x71e2 031968 arg 1 ,regb 
+0x71e3 031969 arg 0 ,rega 
+0x71e4 031971 branch function_aes_cmac_set_flag_0_common 
+:      031974 function_aes_cmac_set_flag_0:
+0x71e5 031976 and temp ,0x0f ,rega 
+:      031977 function_aes_cmac_set_flag_0_common:
+0x71e6 031978 arg memdat ,pdata 
+0x71e7 031979 iadd temp ,pdata 
+0x71e8 031980 isub rega ,contr 
+0x71e9 031982 arg mem_aes_cmac_temp ,contw 
+0x71ea 031983 call function_aes_cmac_padding 
+0x71eb 031985 arg mem_aes_cmac_k2 ,regc 
+0x71ec 031986 arg mem_aes_cmac_temp ,rega 
+0x71ed 031987 arg mem_aes_cmac_m_last ,contw 
+0x71ee 031988 arg 4 ,loopcnt 
+0x71ef 031989 call xor_loop 
+:      031996 function_aes_cmac_aes:
+0x71f0 032001 call aes_clear_data 
+0x71f1 032002 call aes_init 
+0x71f2 032005 arg memdat ,contr 
+:      032006 function_aes_cmac_aes_loop:
+0x71f3 032008 increase -1 ,regb 
+0x71f4 032009 deposit regb 
+0x71f5 032010 branch function_aes_cmac_aes_loop_end ,blank 
+0x71f6 032011 call load_data128 
+0x71f7 032012 call do_aes_cbc 
+0x71f8 032013 branch function_aes_cmac_aes_loop 
+:      032015 function_aes_cmac_aes_loop_end:
+0x71f9 032016 arg mem_aes_cmac_temp ,contw 
+0x71fa 032017 call store_aes_result 
+0x71fb 032018 arg mem_aes_cmac_m_last ,contr 
+0x71fc 032019 call load_data128 
+0x71fd 032020 call aes_init 
+0x71fe 032021 arg mem_aes_cmac_temp ,contr 
+0x71ff 032022 call load_data128 
+0x7200 032023 branch do_aes_cbc 
+:      032027 load_inverse_result:
+0x7201 032029 copy contw ,rega 
+0x7202 032030 call store_aes_result 
+0x7203 032032 arg 16 ,loopcnt 
+0x7204 032033 branch inverse_data 
+:      032035 store_inverse_k:
+0x7205 032036 arg mem_aes_cmac_k ,contw 
+0x7206 032037 call memcpy16 
+:      032038 inverse_k:
+0x7207 032039 arg 16 ,loopcnt 
+0x7208 032040 arg mem_aes_cmac_k ,rega 
+0x7209 032041 branch inverse_data 
+:      032043 inverse_memdat:
+0x720a 032044 fetch 1 ,mem_aes_cmac_data_length 
+0x720b 032045 copy pdata ,loopcnt 
+0x720c 032046 arg memdat ,rega 
+0x720d 032047 branch inverse_data 
+:      032049 bn_lshift_0_inverse:
+0x720e 032050 ifetch 1 ,rega 
+0x720f 032051 lshift pdata ,pdata 
+0x7210 032052 isolate1 0 ,regc 
+0x7211 032053 setflag true ,0 ,pdata 
+0x7212 032054 isolate1 8 ,pdata 
+0x7213 032055 setflag true ,0 ,regc 
+0x7214 032056 istore 1 ,rega 
+0x7215 032057 increase -1 ,rega 
+0x7216 032058 loop bn_lshift_0_inverse 
+0x7217 032059 rtn 
+:      032061 function_aes_cmac_k1_inverse:
+0x7218 032062 arg mem_aes_cmac_k1 ,rega 
+:      032063 function_aes_cmac_inverse_common:
+0x7219 032064 increase 15 ,rega 
+0x721a 032065 force 16 ,loopcnt 
+0x721b 032066 force 0 ,regc 
+0x721c 032067 branch bn_lshift_0_inverse 
+:      032069 function_aes_cmac_k2_inverse:
+0x721d 032070 arg mem_aes_cmac_k2 ,rega 
+0x721e 032071 branch function_aes_cmac_inverse_common 
+:      032074 function_aes_cmac_generate_subkey:
+0x721f 032075 arg mem_aes_cmac_k ,contr 
+0x7220 032076 call load_key 
+0x7221 032079 force regidx_xor ,regext_index 
+0x7222 032080 call aes_clear 
+0x7223 032081 call aes_clear_data 
+0x7224 032082 call do_aes_ocb 
+0x7225 032087 arg mem_aes_cmac_k1 ,contw 
+0x7226 032088 call store_aes_result 
+:      032089 function_aes_cmac_k1:
+0x7227 032090 bpatchx patch3b_6 ,mem_patch3b 
+0x7228 032091 fetch 1 ,mem_aes_cmac_k1 
+0x7229 032092 isolate1 7 ,pdata 
+0x722a 032093 nbranch function_aes_cmac_k1_0 ,true 
+0x722b 032094 call function_aes_cmac_k1_inverse 
+0x722c 032097 arg mem_aes_cmac_k1 ,regc 
+0x722d 032099 arg mem_aes_cmac_k1 ,contw 
+0x722e 032102 call function_aes_cmac_xor_rb 
+0x722f 032103 branch function_aes_cmac_k2 
+:      032104 function_aes_cmac_k1_0:
+0x7230 032105 call function_aes_cmac_k1_inverse 
+:      032106 function_aes_cmac_k2:
+0x7231 032108 arg mem_aes_cmac_k1 ,contr 
+0x7232 032109 arg mem_aes_cmac_k2 ,contw 
+0x7233 032110 call memcpy16 
+0x7234 032111 fetch 1 ,mem_aes_cmac_k2 
+0x7235 032112 isolate1 7 ,pdata 
+0x7236 032113 nbranch function_aes_cmac_k2_inverse ,true 
+0x7237 032114 call function_aes_cmac_k2_inverse 
+0x7238 032116 arg mem_aes_cmac_k2 ,regc 
+0x7239 032118 arg mem_aes_cmac_k2 ,contw 
+:      032124 function_aes_cmac_xor_rb:
+0x723a 032125 arg 3 ,loopcnt 
+:      032126 function_aes_cmac_xor_rb_loop:
+0x723b 032127 arg 0 ,temp 
+0x723c 032128 call function_aes_cmac_xor_loop_common 
+0x723d 032129 increase 4 ,regc 
+0x723e 032130 loop function_aes_cmac_xor_rb_loop 
+0x723f 032131 arg 0x8700 ,temp 
+0x7240 032132 lshift16 temp ,temp 
+:      032133 function_aes_cmac_xor_loop_common:
+0x7241 032134 ifetch 4 ,regc 
+0x7242 032135 ixor temp ,pdata 
+0x7243 032136 istore 4 ,contw 
+0x7244 032137 rtn 
+:      032143 function_aes_cmac_padding:
+0x7245 032144 bpatchx patch3b_7 ,mem_patch3b 
+0x7246 032145 arg 16 ,loopcnt 
+0x7247 032146 arg 0 ,pdata 
+:      032147 function_aes_cmac_padding_loop:
+0x7248 032148 isub rega ,null 
+0x7249 032149 branch function_aes_cmac_padding_beq_length ,zero 
+0x724a 032150 branch function_aes_cmac_padding_big_length ,positive 
+0x724b 032151 ifetcht 1 ,contr 
+0x724c 032152 istoret 1 ,contw 
+:      032153 function_aes_cmac_padding_loop2:
+0x724d 032154 increase 1 ,pdata 
+0x724e 032155 loop function_aes_cmac_padding_loop 
+0x724f 032156 rtn 
+:      032157 function_aes_cmac_padding_beq_length:
+0x7250 032158 arg 0x80 ,temp 
+:      032159 function_aes_cmac_padding_common:
+0x7251 032160 istoret 1 ,contw 
+0x7252 032161 branch function_aes_cmac_padding_loop2 
+:      032163 function_aes_cmac_padding_big_length:
+0x7253 032164 arg 0 ,temp 
+0x7254 032165 branch function_aes_cmac_padding_common 
+:      032168 generate_kinit:
+0x7255 032169 call function_e22 
+0x7256 032170 arg mem_input_store ,contr 
+0x7257 032171 arg mem_kinit ,contw 
+0x7258 032172 branch memcpy16 
+:      032175 function_e21:
+0x7259 032176 disable user 
+0x725a 032177 call function_expand 
+0x725b 032178 arg mem_random_number ,contr 
+0x725c 032179 arg mem_x ,contw 
+0x725d 032180 force 15 ,loopcnt 
+0x725e 032181 call memcpy 
+0x725f 032182 ifetch 1 ,contr 
+0x7260 032183 xor_into 6 ,pdata 
+0x7261 032184 istore 1 ,contw 
+0x7262 032185 setarg mem_y 
+0x7263 032186 store 2 ,memp_ar_input 
+0x7264 032187 setarg mem_x 
+0x7265 032188 store 2 ,memp_ar_key 
+0x7266 032189 set1 mark_ar2 ,mark 
+0x7267 032190 branch function_ar 
+:      032194 function_e22:
+0x7268 032195 fetcht 1 ,mem_pin_length 
+0x7269 032196 force 16 ,regb 
+0x726a 032197 add temp ,6 ,regc 
+0x726b 032198 sub regc ,16 ,null 
+0x726c 032199 branch function_e22_pin_init ,positive 
+0x726d 032200 force 16 ,regc 
+:      032201 function_e22_pin_init:
+0x726e 032202 arg mem_x ,contw 
+:      032203 function_e22_genx_pin:
+0x726f 032204 arg mem_pin ,contr 
+0x7270 032205 copy temp ,loopcnt 
+0x7271 032206 disable user 
+:      032207 function_e22_genx_loop:
+0x7272 032208 ifetch 1 ,contr 
+0x7273 032209 istore 1 ,contw 
+0x7274 032210 increase -1 ,regb 
+0x7275 032211 branch function_e22_genx_end ,zero 
+0x7276 032212 loop function_e22_genx_loop 
+0x7277 032213 branch function_e22_genx_pin ,user 
+0x7278 032214 enable user 
+0x7279 032215 force 6 ,loopcnt 
+0x727a 032216 copy rega ,contr 
+0x727b 032217 branch function_e22_genx_loop 
+:      032218 function_e22_genx_end:
+0x727c 032219 arg mem_random_number ,contr 
+0x727d 032220 arg mem_y ,contw 
+0x727e 032221 call memcpy16 
+0x727f 032222 fetch 1 ,mem_y15 
+0x7280 032223 ixor regc ,pdata 
+0x7281 032224 store 1 ,mem_y15 
+0x7282 032225 setarg mem_y 
+0x7283 032226 store 2 ,memp_ar_input 
+0x7284 032227 setarg mem_x 
+0x7285 032228 store 2 ,memp_ar_key 
+0x7286 032229 set1 mark_ar2 ,mark 
+0x7287 032230 branch function_ar 
+:      032235 function_e1:
+0x7288 032236 disable user 
+0x7289 032237 call function_expand 
+0x728a 032238 branch function_hash 
+:      032240 function_e3:
+0x728b 032241 arg mem_aco ,rega 
+0x728c 032242 enable user 
+0x728d 032243 call function_expand 
+0x728e 032244 call function_hash 
+0x728f 032245 arg mem_input_store ,contr 
+0x7290 032246 arg mem_kc ,contw 
+0x7291 032247 branch memcpy16 
+:      032250 function_hash:
+0x7292 032251 setarg mem_random_number 
+0x7293 032252 store 2 ,memp_ar_input 
+0x7294 032253 setarg mem_link_key 
+0x7295 032254 store 2 ,memp_ar_key 
+0x7296 032255 set0 mark_ar2 ,mark 
+0x7297 032256 call function_ar 
+0x7298 032257 arg mem_input_store ,rega 
+0x7299 032258 arg mem_random_number ,regb 
+0x729a 032259 arg mem_x ,contw 
+0x729b 032260 call xor16 
+0x729c 032261 arg mem_x ,rega 
+0x729d 032262 arg mem_y ,regb 
+0x729e 032263 copy regb ,contw 
+0x729f 032264 enable user 
+0x72a0 032265 call add16 
+0x72a1 032266 call key_offset 
+0x72a2 032267 setarg mem_y 
+0x72a3 032268 store 2 ,memp_ar_input 
+0x72a4 032269 setarg mem_x 
+0x72a5 032270 store 2 ,memp_ar_key 
+0x72a6 032271 set1 mark_ar2 ,mark 
+0x72a7 032272 branch function_ar 
+:      032276 function_ar:
+0x72a8 032277 jam 0 ,mem_ar_hround 
+0x72a9 032278 fetch 2 ,memp_ar_key 
+0x72aa 032279 iforce contr 
+0x72ab 032280 arg mem_key_store ,contw 
+0x72ac 032281 call memcpy16 
+0x72ad 032282 fetch 2 ,memp_ar_input 
+0x72ae 032283 iforce contr 
+0x72af 032284 arg mem_input_store ,contw 
+0x72b0 032285 call memcpy16 
+:      032287 function_ar_loop:
+0x72b1 032288 call key_scheduling 
+0x72b2 032289 disable user 
+0x72b3 032290 bmark0 mark_ar2 ,function_ar_original 
+0x72b4 032291 fetch 1 ,mem_ar_hround 
+0x72b5 032292 bne 4 ,function_ar_original 
+0x72b6 032293 fetch 2 ,memp_ar_input 
+0x72b7 032294 iforce regb 
+0x72b8 032295 call xor_mod32_ar2 
+:      032296 function_ar_original:
+0x72b9 032297 call xor_mod32 
+0x72ba 032298 call el_boxes 
+0x72bb 032299 fetch 1 ,mem_ar_hround 
+0x72bc 032300 increase 1 ,pdata 
+0x72bd 032301 store 1 ,mem_ar_hround 
+0x72be 032303 call key_scheduling 
+0x72bf 032304 enable user 
+0x72c0 032305 call xor_mod32 
+0x72c1 032306 call pht 
+0x72c2 032307 call permute 
+0x72c3 032308 call pht 
+0x72c4 032309 call permute 
+0x72c5 032310 call pht 
+0x72c6 032311 call permute 
+0x72c7 032312 call pht 
+0x72c8 032313 fetch 1 ,mem_ar_hround 
+0x72c9 032314 increase 1 ,pdata 
+0x72ca 032315 store 1 ,mem_ar_hround 
+0x72cb 032316 bne 16 ,function_ar_loop 
+0x72cc 032317 call key_scheduling 
+0x72cd 032318 disable user 
+0x72ce 032319 branch xor_mod32 
+:      032323 key_scheduling:
+0x72cf 032324 fetch 1 ,mem_ar_hround 
+0x72d0 032325 arg mem_key_store ,contr 
+0x72d1 032326 branch key_sched_zero ,blank 
+0x72d2 032327 iforce regb 
+0x72d3 032328 force 17 ,loopcnt 
+0x72d4 032329 copy contr ,contw 
+:      032330 key_rotateloop:
+0x72d5 032331 ifetch 1 ,contr 
+0x72d6 032332 lshift3 pdata ,temp 
+0x72d7 032333 rshift2 pdata ,pdata 
+0x72d8 032334 rshift3 pdata ,pdata 
+0x72d9 032335 ior temp ,pdata 
+0x72da 032336 istore 1 ,contw 
+0x72db 032337 loop key_rotateloop 
+0x72dc 032338 setarg mem_key_store 
+0x72dd 032339 iadd regb ,contr 
+0x72de 032340 force 16 ,loopcnt 
+0x72df 032341 arg mem_round_key ,contw 
+:      032342 key_select_octet_loop:
+0x72e0 032343 ifetch 1 ,contr 
+0x72e1 032344 istore 1 ,contw 
+0x72e2 032345 compare mem_key_store_end ,contr ,0xff 
+0x72e3 032346 nbranch key_select_octet_nwrap ,true 
+0x72e4 032347 increase -17 ,contr 
+:      032348 key_select_octet_nwrap:
+0x72e5 032349 loop key_select_octet_loop 
+0x72e6 032350 force 0 ,rega 
+0x72e7 032351 add regb ,-1 ,regc 
+0x72e8 032352 lshift2 regc ,regc 
+0x72e9 032353 lshift2 regc ,regc 
+0x72ea 032354 call enable_authrom 
+0x72eb 032355 setarg mem_b_box 
+0x72ec 032356 iadd regc ,regc 
+0x72ed 032357 arg mem_round_key ,contw 
+0x72ee 032358 force 16 ,loopcnt 
+:      032359 bias_round_key_loop:
+0x72ef 032360 ifetcht 1 ,regc 
+0x72f0 032361 ifetch 1 ,contw 
+0x72f1 032362 iadd temp ,pdata 
+0x72f2 032363 istore 1 ,contw 
+0x72f3 032364 increase 1 ,regc 
+0x72f4 032365 loop bias_round_key_loop 
+0x72f5 032366 branch disable_authrom 
+:      032368 key_sched_zero:
+0x72f6 032369 force 16 ,loopcnt 
+0x72f7 032370 force 0 ,temp 
+:      032371 create_byte_16_loop:
+0x72f8 032372 ifetch 1 ,contr 
+0x72f9 032373 ixor temp ,temp 
+0x72fa 032374 loop create_byte_16_loop 
+0x72fb 032375 deposit temp 
+0x72fc 032376 istore 1 ,contr 
+0x72fd 032377 arg mem_key_store ,contr 
+0x72fe 032378 arg mem_round_key ,contw 
+0x72ff 032379 branch memcpy16 
+:      032381 xor_mod32:
+0x7300 032382 arg mem_round_key ,regb 
+:      032383 xor_mod32_ar2:
+0x7301 032384 force 16 ,loopcnt 
+0x7302 032385 arg mem_input_store ,rega 
+0x7303 032386 copy rega ,contw 
+:      032387 xor_mod32_loop:
+0x7304 032388 ifetcht 1 ,rega 
+0x7305 032389 ifetch 1 ,regb 
+0x7306 032390 ixor temp ,alarm 
+0x7307 032391 and loopcnt ,3 ,regc 
+0x7308 032392 nbranch xor_mod32_invert ,user 
+0x7309 032393 xor_into 3 ,regc 
+:      032394 xor_mod32_invert:
+0x730a 032395 sub regc ,1 ,regc 
+0x730b 032396 branch xor_even ,positive 
+0x730c 032397 iadd temp ,alarm 
+:      032398 xor_even:
+0x730d 032399 deposit alarm 
+0x730e 032400 istore 1 ,contw 
+0x730f 032401 increase 1 ,rega 
+0x7310 032402 increase 1 ,regb 
+0x7311 032403 loop xor_mod32_loop 
+0x7312 032404 rtn 
+:      032406 el_boxes:
+0x7313 032407 call enable_authrom 
+0x7314 032408 force 16 ,loopcnt 
+0x7315 032409 arg mem_input_store ,rega 
+:      032410 el_box_loop:
+0x7316 032411 ifetch 1 ,rega 
+0x7317 032412 arg mem_e_box ,contr 
+0x7318 032413 and loopcnt ,3 ,regc 
+0x7319 032414 sub regc ,1 ,null 
+0x731a 032415 branch e_boxes ,positive 
+0x731b 032416 arg mem_l_box ,contr 
+:      032417 e_boxes:
+0x731c 032418 iadd contr ,contr 
+0x731d 032419 ifetch 1 ,contr 
+0x731e 032420 istore 1 ,rega 
+0x731f 032421 increase 1 ,rega 
+0x7320 032422 loop el_box_loop 
+0x7321 032423 branch disable_authrom 
+:      032425 pht:
+0x7322 032426 force 8 ,loopcnt 
+0x7323 032427 arg mem_input_store ,contr 
+0x7324 032428 copy contr ,contw 
+:      032429 pht_loop:
+0x7325 032430 ifetch 1 ,contr 
+0x7326 032431 iforce rega 
+0x7327 032432 ifetch 1 ,contr 
+0x7328 032433 iforce regb 
+0x7329 032434 lshift rega ,pdata 
+0x732a 032435 iadd regb ,pdata 
+0x732b 032436 istore 1 ,contw 
+0x732c 032437 deposit rega 
+0x732d 032438 iadd regb ,pdata 
+0x732e 032439 istore 1 ,contw 
+0x732f 032440 loop pht_loop 
+0x7330 032441 rtn 
+:      032444 permute:
+0x7331 032445 setarg 0x8ae42c 
+0x7332 032446 iforce temp 
+0x7333 032447 force 7 ,loopcnt 
+0x7334 032448 call permute_exchange 
+0x7335 032449 setarg 0xd751b 
+0x7336 032450 iforce temp 
+0x7337 032451 force 5 ,loopcnt 
+0x7338 032452 call permute_exchange 
+0x7339 032453 fetch 1 ,mem_input_store + 15 
+0x733a 032454 iforce rega 
+0x733b 032455 fetch 1 ,mem_input_store + 3 
+0x733c 032456 store 1 ,mem_input_store + 15 
+0x733d 032457 deposit rega 
+0x733e 032458 store 1 ,mem_input_store + 3 
+0x733f 032459 rtn 
+:      032461 permute_exchange:
+0x7340 032462 and temp ,0xf ,regb 
+:      032463 permute_loop:
+0x7341 032464 and temp ,0xf ,pdata 
+0x7342 032465 arg mem_input_store ,contw 
+0x7343 032466 iadd contw ,contw 
+0x7344 032467 ifetch 1 ,contw 
+0x7345 032468 iforce regc 
+0x7346 032469 deposit rega 
+0x7347 032470 istore 1 ,contw 
+0x7348 032471 copy regc ,rega 
+0x7349 032472 rshift4 temp ,temp 
+0x734a 032473 loop permute_loop 
+0x734b 032474 setarg mem_input_store 
+0x734c 032475 iadd regb ,contw 
+0x734d 032476 deposit rega 
+0x734e 032477 istore 1 ,contw 
+0x734f 032478 rtn 
+:      032480 add16:
+0x7350 032481 enable user 
+0x7351 032482 branch xor_add16 
+:      032484 xor16:
+0x7352 032485 disable user 
+:      032486 xor_add16:
+0x7353 032487 force 16 ,loopcnt 
+:      032488 xoradd_loop:
+0x7354 032489 ifetcht 1 ,rega 
+0x7355 032490 ifetch 1 ,regb 
+0x7356 032491 branch xoradd_add ,user 
+0x7357 032492 ixor temp ,pdata 
+0x7358 032493 branch xoradd_store 
+:      032494 xoradd_add:
+0x7359 032495 iadd temp ,pdata 
+:      032496 xoradd_store:
+0x735a 032497 istore 1 ,contw 
+0x735b 032498 increase 1 ,rega 
+0x735c 032499 increase 1 ,regb 
+0x735d 032500 loop xoradd_loop 
+0x735e 032501 rtn 
+:      032504 function_expand:
+0x735f 032505 arg mem_y ,contw 
+0x7360 032506 ifetch 6 ,rega 
+0x7361 032507 istore 6 ,contw 
+0x7362 032508 branch expand_12 ,user 
+0x7363 032509 ifetch 6 ,rega 
+0x7364 032510 branch expand_cont 
+:      032511 expand_12:
+0x7365 032512 ifetch 6 ,contr 
+:      032513 expand_cont:
+0x7366 032514 istore 6 ,contw 
+0x7367 032515 ifetch 4 ,rega 
+0x7368 032516 istore 4 ,contw 
+0x7369 032517 rtn 
+:      032519 key_offset:
+0x736a 032520 arg mem_link_key ,contr 
+0x736b 032521 arg mem_x ,contw 
+0x736c 032522 arg 0 ,temp 
+0x736d 032523 setarg 0x8395a7 
+0x736e 032524 call concatenate_temp24 
+0x736f 032525 setarg 0xb3c1df 
+0x7370 032526 call concatenate_temp24 
+0x7371 032527 setarg 0xe5e9 
+0x7372 032528 call concatenate_temp16 
+0x7373 032529 copy temp ,regab 
+0x7374 032530 disable user 
+0x7375 032531 call key_addxor 
+0x7376 032532 copy regab ,temp 
+0x7377 032533 enable user 
+0x7378 032534 branch key_addxor 
+:      032536 key_addxor:
+0x7379 032537 force 8 ,loopcnt 
+:      032538 key_addxor_loop:
+0x737a 032539 ifetch 1 ,contr 
+0x737b 032540 compare 1 ,loopcnt ,1 
+0x737c 032541 branch key_high ,user 
+0x737d 032542 branch key_xor ,true 
+:      032543 key_add:
+0x737e 032544 iadd temp ,pdata 
+0x737f 032545 branch key_store 
+:      032546 key_high:
+0x7380 032547 branch key_add ,true 
+:      032548 key_xor:
+0x7381 032549 ixor temp ,pdata 
+:      032550 key_store:
+0x7382 032551 istore 1 ,contw 
+0x7383 032552 rshift8 temp ,temp 
+0x7384 032553 loop key_addxor_loop 
+0x7385 032554 rtn 
+:      032556 copy_aco:
+0x7386 032557 fetch 6 ,mem_input_store + 4 
+0x7387 032558 store 6 ,mem_aco 
+0x7388 032559 ifetch 6 ,contr 
+0x7389 032560 istore 6 ,contw 
+0x738a 032561 rtn 
+:      032563 concatenate_temp24:
+0x738b 032564 lshift8 temp ,temp 
+:      032565 concatenate_temp16:
+0x738c 032566 lshift16 temp ,temp 
+0x738d 032567 ior temp ,temp 
+0x738e 032568 rtn 
+:      032572 loop1:
+0x738f 032573 branch loop1 
+:      032577 generate_stk:
+0x7390 032578 bpatchx patch3c_0 ,mem_patch3c 
+0x7391 032579 call function_s1 
+0x7392 032580 arg mem_le_ltk ,contw 
+0x7393 032581 branch store_aes_result 
+:      032584 authenticate_rconfirm:
+0x7394 032585 arg mem_le_srand ,contw 
+0x7395 032586 branch authenticate_mconfirm ,master 
+0x7396 032587 arg mem_le_mrand ,contw 
+:      032588 authenticate_mconfirm:
+0x7397 032589 copy contr ,rega 
+0x7398 032590 call memcpy16 
+0x7399 032591 call function_c1 
+0x739a 032592 arg mem_le_rconfirm ,contr 
+0x739b 032593 branch compare_res 
+:      032595 generate_confirm:
+0x739c 032596 arg mem_le_mrand ,rega 
+0x739d 032597 branch generate_mrand ,master 
+0x739e 032598 arg mem_le_srand ,rega 
+:      032599 generate_mrand:
+0x739f 032600 copy rega ,contw 
+0x73a0 032601 call generate_random 
+0x73a1 032602 branch function_c1 
+:      032604 generate_sk:
+0x73a2 032605 arg mem_le_skdm ,contr 
+0x73a3 032606 call load_data128 
+0x73a4 032607 arg mem_le_ltk ,contr 
+0x73a5 032608 call load_regext 
+0x73a6 032609 force 0x38 ,aes_ctrl 
+0x73a7 032610 force 0x0 ,aes_ctrl 
+0x73a8 032611 call wait_aes 
+0x73a9 032612 arg mem_le_sk ,contw 
+0x73aa 032613 branch store_aes_result 
+:      032616 first_block_counter:
+0x73ab 032617 force 0x49 ,pdata 
+0x73ac 032618 branch first_block 
+:      032619 first_block_data:
+0x73ad 032620 force 1 ,pdata 
+:      032621 first_block:
+0x73ae 032622 force regidx_data ,regext_index 
+0x73af 032623 lshift8 temp ,regext 
+0x73b0 032624 ior regext ,regext 
+0x73b1 032625 increase 1 ,regext_index 
+0x73b2 032626 rshift8 temp ,regext 
+0x73b3 032627 rshift16 regext ,regext 
+0x73b4 032628 fetch 2 ,mem_le_ivm 
+0x73b5 032629 lshift16 ,pdata ,pdata 
+0x73b6 032630 ior regext ,regext 
+0x73b7 032631 increase 1 ,regext_index 
+0x73b8 032632 ifetch 4 ,contr 
+0x73b9 032633 iforce regext 
+0x73ba 032634 increase 1 ,regext_index 
+0x73bb 032635 ifetch 2 ,contr 
+0x73bc 032636 byteswap rega ,regext 
+0x73bd 032637 lshift16 regext ,regext 
+0x73be 032638 ior regext ,regext 
+0x73bf 032639 increase 1 ,regext_index 
+0x73c0 032640 rtn 
+:      032644 generate_mic:
+0x73c1 032645 add regc ,1 ,contr 
+0x73c2 032646 ifetch 1 ,contr 
+0x73c3 032647 iforce rega 
+0x73c4 032648 call first_block_counter 
+0x73c5 032649 call do_aes_ocb 
+0x73c6 032651 force regidx_data ,regext_index 
+0x73c7 032652 ifetch 1 ,regc 
+0x73c8 032653 and_into 0x3 ,pdata 
+0x73c9 032654 lshift16 pdata ,regext 
+0x73ca 032655 set1 8 ,regext 
+0x73cb 032656 call clear_hidata 
+0x73cc 032657 call do_aes_cbc 
+0x73cd 032659 copy rega ,loopcnt 
+0x73ce 032660 add regc ,2 ,contr 
+0x73cf 032661 call padding_data 
+:      032662 generate_mic_loop:
+0x73d0 032663 call aes_load_data 
+0x73d1 032664 call do_aes_cbc 
+0x73d2 032665 deposit loopcnt 
+0x73d3 032666 branch generate_mic_end ,blank 
+0x73d4 032667 branch generate_mic_loop 
+:      032668 generate_mic_end:
+0x73d5 032669 force regidx_result ,regext_index 
+0x73d6 032670 deposit regext 
+0x73d7 032671 store 4 ,mem_le_mic 
+0x73d8 032672 rtn 
+:      032674 aes_crypt_data:
+0x73d9 032675 increase 1 ,rega 
+0x73da 032676 call first_block_data 
+0x73db 032677 copy regc ,contr 
+0x73dc 032678 call aes_load_xor 
+0x73dd 032679 call do_aes_ctr 
+0x73de 032680 call store_enc_data 
+0x73df 032681 increase 16 ,regc 
+0x73e0 032682 increase -16 ,regb 
+0x73e1 032683 branch aes_crypt_data ,positive 
+0x73e2 032684 rtn 
+:      032686 le_encrypt:
+0x73e3 032687 bpatchx patch3c_1 ,mem_patch3c 
+0x73e4 032688 arg mem_le_txheader ,regc 
+0x73e5 032689 fetcht 5 ,mem_le_pcnt_tx 
+0x73e6 032690 call generate_mic 
+0x73e7 032691 force regidx_xor ,regext_index 
+0x73e8 032692 iforce regext 
+0x73e9 032693 force 0 ,rega 
+0x73ea 032694 call first_block_data 
+0x73eb 032695 call do_aes_ctr 
+0x73ec 032696 arg mem_le_txpayload ,regc 
+0x73ed 032697 fetch 1 ,mem_le_txlen 
+0x73ee 032698 add pdata ,-1 ,regb 
+0x73ef 032699 iadd regc ,contw 
+0x73f0 032700 force regidx_result ,regext_index 
+0x73f1 032701 deposit regext 
+0x73f2 032702 istore 4 ,contw 
+0x73f3 032703 call aes_crypt_data 
+0x73f4 032704 fetch 1 ,mem_le_txlen 
+0x73f5 032705 increase 4 ,pdata 
+0x73f6 032706 store 1 ,mem_le_txlen 
+0x73f7 032707 fetcht 5 ,mem_le_pcnt_tx 
+0x73f8 032708 increase 1 ,temp 
+0x73f9 032709 storet 5 ,mem_le_pcnt_tx 
+0x73fa 032710 rtn 
+:      032712 le_decrypt:
+0x73fb 032713 bpatchx patch3c_2 ,mem_patch3c 
+0x73fc 032714 fetch 1 ,mem_le_rxbuf + 1 
+0x73fd 032715 sub pdata ,20 ,null 
+0x73fe 032716 branch le_dec_cont ,positive 
+:      032717 le_dec_cont:
+0x73ff 032718 arg mem_le_rxbuf + 2 ,regc 
+0x7400 032719 add pdata ,-1 ,regb 
+0x7401 032720 increase -4 ,pdata 
+0x7402 032721 store 1 ,mem_le_rxbuf + 1 
+0x7403 032722 iadd regc ,contr 
+0x7404 032723 ifetch 4 ,contr 
+0x7405 032724 force regidx_xor ,regext_index 
+0x7406 032725 iforce regext 
+0x7407 032726 force 0 ,rega 
+0x7408 032727 fetcht 5 ,mem_le_pcnt_rx 
+0x7409 032728 call first_block_data 
+0x740a 032729 call do_aes_ctr 
+0x740b 032730 force regidx_result ,regext_index 
+0x740c 032731 deposit regext 
+0x740d 032732 store 4 ,mem_le_peer_mic 
+0x740e 032733 call aes_crypt_data 
+0x740f 032734 arg mem_le_rxbuf ,regc 
+0x7410 032735 call generate_mic 
+0x7411 032736 fetcht 4 ,mem_le_peer_mic 
+0x7412 032737 isub temp ,pdata 
+0x7413 032738 nrtn blank 
+0x7414 032739 fetch 4 ,mem_le_last_mic 
+0x7415 032740 isub temp ,pdata 
+0x7416 032741 rtn blank 
+0x7417 032742 storet 4 ,mem_le_last_mic 
+0x7418 032743 fetch 5 ,mem_le_pcnt_rx 
+0x7419 032744 increase 1 ,pdata 
+0x741a 032745 store 5 ,mem_le_pcnt_rx 
+0x741b 032746 force 0 ,pdata 
+0x741c 032747 rtn 
+:      032749 wait_aes:
+0x741d 032750 nbranch wait_aes ,aes_ready 
+0x741e 032751 rtn 
+:      032753 do_aes_ocb:
+0x741f 032754 force 0x30 ,aes_ctrl 
+0x7420 032755 force 0x0 ,aes_ctrl 
+0x7421 032756 branch wait_aes 
+:      032758 do_aes_cbc:
+0x7422 032759 force 0x32 ,aes_ctrl 
+0x7423 032760 force 0x2 ,aes_ctrl 
+0x7424 032761 branch wait_aes 
+:      032763 do_aes_ctr:
+0x7425 032764 force 0x34 ,aes_ctrl 
+0x7426 032765 force 0x4 ,aes_ctrl 
+0x7427 032766 branch wait_aes 
+:      032769 aes_init:
+0x7428 032770 force 1 ,aes_ctrl 
+0x7429 032771 force 0 ,aes_ctrl 
+0x742a 032772 rtn 
+:      032773 function_s1:
+0x742b 032774 force regidx_data ,regext_index 
+0x742c 032775 fetch 4 ,mem_le_mrand 
+0x742d 032776 iforce regext 
+0x742e 032777 increase 1 ,regext_index 
+0x742f 032778 ifetch 4 ,contr 
+0x7430 032779 iforce regext 
+0x7431 032780 increase 1 ,regext_index 
+0x7432 032781 fetch 4 ,mem_le_srand 
+0x7433 032782 iforce regext 
+0x7434 032783 increase 1 ,regext_index 
+0x7435 032784 ifetch 4 ,contr 
+0x7436 032785 iforce regext 
+0x7437 032786 increase 1 ,regext_index 
+0x7438 032787 call aes_clear 
+0x7439 032788 increase -4 ,regext_index 
+0x743a 032789 fetch 4 ,mem_le_tk 
+0x743b 032790 copy pdata ,regext 
+0x743c 032791 increase 4 ,regext_index 
+0x743d 032792 force 0x38 ,aes_ctrl 
+0x743e 032793 force 0x8 ,aes_ctrl 
+0x743f 032794 branch wait_aes 
+:      032797 function_c1:
+0x7440 032798 bpatchx patch3c_3 ,mem_patch3c 
+0x7441 032799 fetch 6 ,mem_le_lap 
+0x7442 032800 fetcht 6 ,mem_le_plap 
+0x7443 032801 branch function_c1_master ,master 
+0x7444 032802 fetch 6 ,mem_le_plap 
+0x7445 032803 fetcht 6 ,mem_le_lap 
+:      032804 function_c1_master:
+0x7446 032805 force regidx_xor ,regext_index 
+0x7447 032806 copy temp ,regext 
+0x7448 032807 increase 1 ,regext_index 
+0x7449 032808 rshift32 temp ,regext 
+0x744a 032809 lshift16 pdata ,pdata 
+0x744b 032810 ior regext ,regext 
+0x744c 032811 increase 1 ,regext_index 
+0x744d 032812 rshift32 pdata ,regext 
+0x744e 032813 increase 1 ,regext_index 
+0x744f 032814 force 0 ,regext 
+0x7450 032815 force 0 ,pdata 
+0x7451 032816 fetch 1 ,mem_le_conn_peer_addr_type 
+0x7452 032817 fetcht 1 ,mem_le_adv_own_addr_type 
+0x7453 032818 nbranch function_c1_irat ,master 
+0x7454 032820 fetch 1 ,mem_le_conn_own_addr_type 
+0x7455 032821 fetcht 1 ,mem_le_conn_peer_addr_type 
+:      032822 function_c1_irat:
+0x7456 032823 store 1 ,mem_le_iat 
+0x7457 032824 storet 1 ,mem_le_rat 
+0x7458 032825 force regidx_data ,regext_index 
+0x7459 032826 arg mem_le_iat ,regb 
+0x745a 032827 force 4 ,loopcnt 
+:      032828 function_c1_loop1:
+0x745b 032829 ifetch 4 ,rega 
+0x745c 032830 ifetcht 4 ,regb 
+0x745d 032831 ixor temp ,regext 
+0x745e 032832 increase 1 ,regext_index 
+0x745f 032833 increase 4 ,rega 
+0x7460 032834 increase 4 ,regb 
+0x7461 032835 loop function_c1_loop1 
+0x7462 032836 call aes_clear 
+0x7463 032837 increase -4 ,regext_index 
+0x7464 032838 fetch 4 ,mem_le_tk 
+0x7465 032839 copy pdata ,regext 
+0x7466 032840 increase 4 ,regext_index 
+0x7467 032841 force 0x38 ,aes_ctrl 
+0x7468 032842 force 0xc ,aes_ctrl 
+0x7469 032843 call wait_aes 
+0x746a 032845 call aes_clear_data 
+0x746b 032846 force 0x3a ,aes_ctrl 
+0x746c 032847 force 0x8 ,aes_ctrl 
+0x746d 032848 branch wait_aes 
+:      032850 padding_data:
+0x746e 032851 compare 0 ,loopcnt ,3 
+0x746f 032852 rtn true 
+0x7470 032853 deposit contr 
+0x7471 032854 iadd loopcnt ,contw 
+0x7472 032855 force 0 ,pdata 
+:      032856 padding_loop:
+0x7473 032857 istore 1 ,contw 
+0x7474 032858 increase 1 ,loopcnt 
+0x7475 032859 compare 0 ,loopcnt ,3 
+0x7476 032860 rtn true 
+0x7477 032861 branch padding_loop 
+:      032863 aes_load_data:
+0x7478 032864 force regidx_data ,regext_index 
+:      032865 load_data_loop:
+0x7479 032866 deposit loopcnt 
+0x747a 032867 branch load_data_padding ,blank 
+0x747b 032868 ifetch 4 ,contr 
+0x747c 032869 increase -4 ,loopcnt 
+:      032870 load_data_padding:
+0x747d 032871 iforce regext 
+0x747e 032872 increase 1 ,regext_index 
+0x747f 032873 compare regidx_key ,regext_index ,0xf 
+0x7480 032874 rtn true 
+0x7481 032875 branch load_data_loop 
+:      032877 aes_load_xor:
+0x7482 032878 force regidx_xor ,regext_index 
+0x7483 032879 branch load_regext 
+:      032880 load_key:
+0x7484 032881 force regidx_key ,regext_index 
+0x7485 032882 branch load_regext 
+:      032883 load_data128:
+0x7486 032884 force regidx_data ,regext_index 
+:      032885 load_regext:
+0x7487 032886 force 4 ,loopcnt 
+:      032887 load_regext_loop:
+0x7488 032888 ifetch 4 ,contr 
+0x7489 032889 iforce regext 
+0x748a 032890 increase 1 ,regext_index 
+0x748b 032891 loop load_regext_loop 
+0x748c 032892 rtn 
+:      032894 load_sk:
+0x748d 032895 arg mem_le_sk ,contr 
+0x748e 032896 branch load_key 
+:      032898 clear_hidata:
+0x748f 032899 force 4 ,loopcnt 
+0x7490 032900 branch clear_data_rest 
+:      032902 aes_clear_data:
+0x7491 032903 force regidx_data ,regext_index 
+:      032904 aes_clear:
+0x7492 032905 force 4 ,loopcnt 
+:      032906 clear_loop:
+0x7493 032907 force 0 ,regext 
+:      032908 clear_data_rest:
+0x7494 032909 increase 1 ,regext_index 
+0x7495 032910 loop clear_loop 
+0x7496 032911 rtn 
+:      032913 store_aes_result:
+0x7497 032914 force regidx_result ,regext_index 
+0x7498 032915 force 4 ,loopcnt 
+:      032916 send_aes_result_loop:
+0x7499 032917 deposit regext 
+0x749a 032918 istore 4 ,contw 
+0x749b 032919 increase 1 ,regext_index 
+0x749c 032920 loop send_aes_result_loop 
+0x749d 032921 rtn 
+:      032923 store_enc_data:
+0x749e 032924 force regidx_result ,regext_index 
+0x749f 032925 copy regc ,contw 
+0x74a0 032926 add regb ,1 ,loopcnt 
+0x74a1 032927 sub loopcnt ,15 ,null 
+0x74a2 032928 branch store_enc_loop ,positive 
+0x74a3 032929 force 16 ,loopcnt 
+:      032930 store_enc_loop:
+0x74a4 032931 deposit regext 
+0x74a5 032932 sub loopcnt ,3 ,null 
+0x74a6 032933 branch store_enc_byte ,positive 
+0x74a7 032934 istore 4 ,contw 
+0x74a8 032935 increase -4 ,loopcnt 
+0x74a9 032936 rtn zero 
+0x74aa 032937 increase 1 ,regext_index 
+0x74ab 032938 branch store_enc_loop 
+:      032939 store_enc_byte:
+0x74ac 032940 istore 1 ,contw 
+0x74ad 032941 rshift8 pdata ,pdata 
+0x74ae 032942 loop store_enc_byte 
+0x74af 032943 rtn 
+:      032946 compare_res:
+0x74b0 032947 force regidx_result ,regext_index 
+0x74b1 032948 force 4 ,loopcnt 
+:      032949 compare_res_loop:
+0x74b2 032950 ifetch 4 ,contr 
+0x74b3 032951 isub regext ,null 
+0x74b4 032952 nrtn zero 
+0x74b5 032953 increase 1 ,regext_index 
+0x74b6 032954 loop compare_res_loop 
+0x74b7 032955 force 0 ,null 
+0x74b8 032956 rtn 
+:      032958 enable_authrom:
+0x74b9 032959 hfetch 1 ,core_clkoff 
+0x74ba 032960 set0 clock_off_auth_rom ,pdata 
+0x74bb 032961 hstore 1 ,core_clkoff 
+0x74bc 032962 rtn 
+:      032964 disable_authrom:
+0x74bd 032965 hfetch 1 ,core_clkoff 
+0x74be 032966 set1 clock_off_auth_rom ,pdata 
+0x74bf 032967 hstore 1 ,core_clkoff 
+0x74c0 032968 rtn 
+:      032970 init_memp:
+0x74c1 032971 arg mem_p ,contw 
+0x74c2 032972 setsect 0 ,0x3ffff 
+0x74c3 032973 setsect 1 ,0x3ffff 
+0x74c4 032974 setsect 2 ,0x3ffff 
+0x74c5 032975 setsect 3 ,0x3fbff 
+0x74c6 032976 istore 9 ,contw 
+0x74c7 032977 setsect 0 ,0x3ffff 
+0x74c8 032978 setsect 1 ,0x3ffff 
+0x74c9 032979 setsect 2 ,0x3ffff 
+0x74ca 032980 setsect 3 ,0x3ffff 
+0x74cb 032981 istore 9 ,contw 
+0x74cc 032982 setsect 0 ,0x3ffff 
+0x74cd 032983 setsect 1 ,0x3ffff 
+0x74ce 032984 setsect 2 ,0x3cfff 
+0x74cf 032985 setsect 3 ,0x3ffff 
+0x74d0 032986 istore 9 ,contw 
+0x74d1 032987 setsect 0 ,0x3ffff 
+0x74d2 032988 setsect 1 ,0x3ffff 
+0x74d3 032989 setsect 2 ,0x3ffef 
+0x74d4 032990 setsect 3 ,0x3ffff 
+0x74d5 032991 istore 9 ,contw 
+0x74d6 032992 setsect 0 ,0x3ffff 
+0x74d7 032993 setsect 1 ,0x3ffff 
+0x74d8 032994 setsect 2 ,0x3ffff 
+0x74d9 032995 setsect 3 ,0x3ffff 
+0x74da 032996 istore 9 ,contw 
+0x74db 032997 setsect 0 ,0x3ffff 
+0x74dc 032998 setsect 1 ,0x26c7f 
+0x74dd 032999 setsect 2 ,0x146b 
+0x74de 033000 setsect 3 ,0x37bb3 
+0x74df 033001 istore 9 ,contw 
+0x74e0 033002 setsect 0 ,0x1feb8 
+0x74e1 033003 setsect 1 ,0x10c12 
+0x74e2 033004 setsect 2 ,0x2b722 
+0x74e3 033005 setsect 3 ,0x29fa6 
+0x74e4 033006 istore 9 ,contw 
+0x74e5 033007 setsect 0 ,0xe70f 
+0x74e6 033008 setsect 1 ,0x16720 
+0x74e7 033009 setsect 2 ,0x519e 
+0x74e8 033010 setsect 3 ,0x19084 
+0x74e9 033011 istore 9 ,contw 
+0x74ea 033012 setsect 0 ,0x31012 
+0x74eb 033013 setsect 1 ,0x360bf 
+0x74ec 033014 setsect 2 ,0x3f0af 
+0x74ed 033015 setsect 3 ,0x3d3 
+0x74ee 033016 istore 9 ,contw 
+0x74ef 033017 setsect 0 ,0x3a188 
+0x74f0 033018 setsect 1 ,0x3ad0 
+0x74f1 033019 setsect 2 ,0x3cbf2 
+0x74f2 033020 setsect 3 ,0x243d9 
+0x74f3 033021 istore 9 ,contw 
+0x74f4 033022 setsect 0 ,0x2b030 
+0x74f5 033023 setsect 1 ,0x36a03 
+0x74f6 033024 setsect 2 ,0x11188 
+0x74f7 033025 setsect 3 ,0x1e520 
+0x74f8 033026 istore 9 ,contw 
+0x74f9 033027 setsect 0 ,0x3a11e 
+0x74fa 033028 setsect 1 ,0xfe5d 
+0x74fb 033029 setsect 2 ,0xdd57 
+0x74fc 033030 setsect 3 ,0x1ac93 
+0x74fd 033031 istore 9 ,contw 
+0x74fe 033032 setsect 0 ,0x11ed 
+0x74ff 033033 setsect 1 ,0x218c4 
+0x7500 033034 setsect 2 ,0x8da7 
+0x7501 033035 setsect 3 ,0x257ff 
+0x7502 033036 istore 9 ,contw 
+0x7503 033037 setsect 0 ,0x3192b 
+0x7504 033038 setsect 1 ,0x34641 
+0x7505 033039 setsect 2 ,0x1be0c 
+0x7506 033040 setsect 3 ,0x366ad 
+0x7507 033041 istore 9 ,contw 
+0x7508 033042 setsect 0 ,0x1f83 
+0x7509 033043 setsect 1 ,0x15a23 
+0x750a 033044 setsect 2 ,0x3f9b0 
+0x750b 033045 setsect 3 ,0x3949 
+0x750c 033046 istore 9 ,contw 
+0x750d 033047 setsect 0 ,0x13a51 
+0x750e 033048 setsect 1 ,0x153fd 
+0x750f 033049 setsect 2 ,0x3372a 
+0x7510 033050 setsect 3 ,0xf1bb 
+0x7511 033051 istore 9 ,contw 
+0x7512 033052 setsect 0 ,0x3ae85 
+0x7513 033053 setsect 1 ,0x1eed9 
+0x7514 033054 setsect 2 ,0x9e66 
+0x7515 033055 setsect 3 ,0x1a8 
+0x7516 033056 istore 8 ,contw 
+0x7517 033057 rtn 
+:      033061 init_memp_256:
+0x7518 033062 arg mem_p_256 ,contw 
+0x7519 033063 setsect 0 ,0x3ffff 
+0x751a 033064 setsect 1 ,0x3ffff 
+0x751b 033065 setsect 2 ,0x3ffff 
+0x751c 033066 setsect 3 ,0x3ffff 
+0x751d 033067 istore 9 ,contw 
+0x751e 033068 setsect 0 ,0x3ffff 
+0x751f 033069 setsect 1 ,0x3f 
+0x7520 033070 setsect 2 ,0x0 
+0x7521 033071 setsect 3 ,0x0 
+0x7522 033072 istore 9 ,contw 
+0x7523 033073 setsect 0 ,0x0 
+0x7524 033074 setsect 1 ,0x0 
+0x7525 033075 setsect 2 ,0x1000 
+0x7526 033076 setsect 3 ,0x0 
+0x7527 033077 istore 9 ,contw 
+0x7528 033078 setsect 0 ,0x3ff00 
+0x7529 033079 setsect 1 ,0x3ffff 
+0x752a 033080 setsect 2 ,0x3ffcf 
+0x752b 033081 setsect 3 ,0x3ffff 
+0x752c 033082 istore 9 ,contw 
+0x752d 033083 setsect 0 ,0x3ffff 
+0x752e 033084 setsect 1 ,0x3ffff 
+0x752f 033085 setsect 2 ,0x3ffff 
+0x7530 033086 setsect 3 ,0x3ff 
+0x7531 033087 istore 9 ,contw 
+0x7532 033088 setsect 0 ,0x0 
+0x7533 033089 setsect 1 ,0x0 
+0x7534 033090 setsect 2 ,0x0 
+0x7535 033091 setsect 3 ,0x0 
+0x7536 033092 istore 9 ,contw 
+0x7537 033093 setsect 0 ,0x10000 
+0x7538 033094 setsect 1 ,0x0 
+0x7539 033095 setsect 2 ,0x3f000 
+0x753a 033096 setsect 3 ,0x3ffff 
+0x753b 033097 istore 9 ,contw 
+0x753c 033098 setsect 0 ,0x296ff 
+0x753d 033099 setsect 1 ,0x22630 
+0x753e 033100 setsect 2 ,0x3945d 
+0x753f 033101 setsect 3 ,0x3d284 
+0x7540 033102 istore 9 ,contw 
+0x7541 033103 setsect 0 ,0x333a0 
+0x7542 033104 setsect 1 ,0x4b7a 
+0x7543 033105 setsect 2 ,0x37d8 
+0x7544 033106 setsect 3 ,0x3c9dc 
+0x7545 033107 istore 9 ,contw 
+0x7546 033108 setsect 0 ,0x3a440 
+0x7547 033109 setsect 1 ,0x1b958 
+0x7548 033110 setsect 2 ,0x38bce 
+0x7549 033111 setsect 3 ,0x1091f 
+0x754a 033112 istore 9 ,contw 
+0x754b 033113 setsect 0 ,0x2e12c 
+0x754c 033114 setsect 1 ,0x1f47c 
+0x754d 033115 setsect 2 ,0x356b1 
+0x754e 033116 setsect 3 ,0x2fd47 
+0x754f 033117 istore 9 ,contw 
+0x7550 033118 setsect 0 ,0x6837 
+0x7551 033119 setsect 1 ,0x2ed90 
+0x7552 033120 setsect 2 ,0x1ecec 
+0x7553 033121 setsect 3 ,0x1acc5 
+0x7554 033122 istore 9 ,contw 
+0x7555 033123 setsect 0 ,0x23357 
+0x7556 033124 setsect 1 ,0x18af3 
+0x7557 033125 setsect 2 ,0xf9e1 
+0x7558 033126 setsect 3 ,0x129f0 
+0x7559 033127 istore 9 ,contw 
+0x755a 033128 setsect 0 ,0x2e7eb 
+0x755b 033129 setsect 1 ,0x3e6e3 
+0x755c 033130 setsect 2 ,0x3e1a7 
+0x755d 033131 setsect 3 ,0x10b8b 
+0x755e 033132 istore 9 ,contw 
+0x755f 033133 setsect 0 ,0x24fe3 
+0x7560 033134 setsect 1 ,0x20ef 
+0x7561 033135 setsect 2 ,0x1b5a6 
+0x7562 033136 setsect 3 ,0xdc2f 
+0x7563 033137 istore 9 ,contw 
+0x7564 033138 setsect 0 ,0x13860 
+0x7565 033139 setsect 1 ,0x2bd69 
+0x7566 033140 setsect 2 ,0x391a 
+0x7567 033141 setsect 3 ,0x1b222 
+0x7568 033142 istore 9 ,contw 
+0x7569 033143 rtn 
+:      033146 publickey_init:
+0x756a 033147 fetch 1 ,mem_ssp_enable 
+0x756b 033148 nbranch sp_initialize ,blank 
+0x756c 033149 branch sp_initialize_256 
+:      033151 sp_calc_sequence_256_check:
+0x756d 033152 bpatchx patch3c_4 ,mem_patch3c 
+0x756e 033153 fetch 1 ,mem_ssp_enable 
+0x756f 033154 rtn blank 
+0x7570 033155 fetch 1 ,mem_sp_local_key_invalid 
+0x7571 033156 rtnne sp_key_valid 
+0x7572 033157 fetch 1 ,mem_le_secure_connect_enable 
+0x7573 033158 rtn blank 
+0x7574 033159 fetch 1 ,mem_le_sc_local_key_invalid 
+0x7575 033160 rtneq sp_key_valid_256 
+0x7576 033161 fetch 2 ,mem_ui_state_map 
+0x7577 033162 bbit1 ui_state_bt_connected ,stop_publickey_calc_256 
+0x7578 033163 fetch 1 ,mem_le_sc_calc 
+0x7579 033164 beq sp_calc_standby ,sp_initialize_256 
+0x757a 033165 rtn 
+:      033166 stop_publickey_calc_256:
+0x757b 033167 jam sp_calc_standby ,mem_le_sc_calc 
+0x757c 033168 rtn 
+:      033171 sp_initialize:
+0x757d 033172 bpatchx patch3c_5 ,mem_patch3c 
+0x757e 033173 fetch 1 ,mem_ssp_enable 
+0x757f 033174 branch ssp_disable ,blank 
+0x7580 033175 call ssp_enable 
+0x7581 033176 call sp_clear_flags 
+0x7582 033177 branch sp_pubkey_calc 
+:      033179 sp_clear_flags:
+0x7583 033180 setarg 0 
+0x7584 033181 store 8 ,mem_sp_state_start 
+0x7585 033182 store 4 ,mem_sp_flag_start 
+0x7586 033183 store 7 ,mem_sp_iocap_remote 
+0x7587 033184 rtn 
+:      033186 sp_generate_local_key:
+0x7588 033187 jam sp_flag_commit ,mem_sp_flag 
+0x7589 033188 branch sp_generate_local_key0 
+:      033189 sp_master_generate_local_key:
+0x758a 033190 fetch 1 ,mem_sp_local_key_invalid 
+0x758b 033191 beq sp_key_valid ,sp_dhkey_calc 
+0x758c 033192 branch assert 
+:      033193 sp_generate_local_key0:
+0x758d 033194 fetch 1 ,mem_sp_local_key_invalid 
+0x758e 033195 beq sp_key_valid ,sp_start_send_pubkey 
+0x758f 033196 branch sp_pubkey_calc 
+:      033198 sp_start_send_pubkey:
+0x7590 033199 call sp_dhkey_calc 
+0x7591 033200 fetch 1 ,mem_master_sp_state 
+0x7592 033201 nrtn blank 
+0x7593 033202 jam sp_stat_key_send ,mem_sp_state 
+0x7594 033203 rtn 
+:      033206 sp_calc_check_publickey_256:
+0x7595 033207 call sp_calc_b256 
+0x7596 033208 arg mem_le_pubkey_remote_y_256 ,rega 
+0x7597 033209 arg mem_t7_256 ,contw 
+0x7598 033210 call bn_sqrmod_256 
+0x7599 033211 arg mem_le_pubkey_remote_x_256 ,rega 
+0x759a 033212 arg mem_t2_256 ,contw 
+0x759b 033213 call bn_sqrmod_256 
+0x759c 033214 arg mem_t2_256 ,rega 
+0x759d 033215 arg mem_le_pubkey_remote_x_256 ,regb 
+0x759e 033216 arg mem_t2_256 ,contw 
+0x759f 033217 call bn_mulmod_256 
+0x75a0 033218 arg mem_a_256 ,rega 
+0x75a1 033219 arg mem_le_pubkey_remote_x_256 ,regb 
+0x75a2 033220 arg mem_t3_256 ,contw 
+0x75a3 033221 call bn_mulmod_256 
+0x75a4 033222 arg mem_t3_256 ,rega 
+0x75a5 033223 arg mem_t2_256 ,regb 
+0x75a6 033224 arg mem_t2_256 ,contw 
+0x75a7 033225 call bn_addmod_256 
+0x75a8 033226 arg mem_t0_256 ,rega 
+0x75a9 033227 arg mem_t2_256 ,regb 
+0x75aa 033228 arg mem_t0_256 ,contw 
+0x75ab 033229 call bn_addmod_256 
+0x75ac 033230 arg 32 ,loopcnt 
+0x75ad 033231 arg mem_t7_256 ,rega 
+0x75ae 033232 arg mem_t0_256 ,regb 
+0x75af 033233 branch string_compare 
+:      033235 sp_calc_b256:
+0x75b0 033236 arg mem_gy_256 ,rega 
+0x75b1 033237 arg mem_t0_256 ,contw 
+0x75b2 033238 call bn_sqrmod_256 
+0x75b3 033239 arg mem_gx_256 ,rega 
+0x75b4 033240 arg mem_t2_256 ,contw 
+0x75b5 033241 call bn_sqrmod_256 
+0x75b6 033242 arg mem_t2_256 ,rega 
+0x75b7 033243 arg mem_gx_256 ,regb 
+0x75b8 033244 arg mem_t2_256 ,contw 
+0x75b9 033245 call bn_mulmod_256 
+0x75ba 033246 arg mem_a_256 ,rega 
+0x75bb 033247 arg mem_gx_256 ,regb 
+0x75bc 033248 arg mem_t3_256 ,contw 
+0x75bd 033249 call bn_mulmod_256 
+0x75be 033250 arg mem_t3_256 ,rega 
+0x75bf 033251 arg mem_t2_256 ,regb 
+0x75c0 033252 arg mem_t2_256 ,contw 
+0x75c1 033253 call bn_addmod_256 
+0x75c2 033254 arg mem_t0_256 ,rega 
+0x75c3 033255 arg mem_t2_256 ,regb 
+0x75c4 033256 arg mem_t0_256 ,contw 
+0x75c5 033257 branch bn_submod_256 
+:      033259 sp_calc_check_publickey:
+0x75c6 033260 call sp_calc_b 
+0x75c7 033261 arg mem_sp_pubkey_remote_y ,rega 
+0x75c8 033262 arg mem_t7_256 ,contw 
+0x75c9 033263 call bn_sqrmod 
+0x75ca 033264 arg mem_sp_pubkey_remote_x ,rega 
+0x75cb 033265 arg mem_t2_256 ,contw 
+0x75cc 033266 call bn_sqrmod 
+0x75cd 033267 arg mem_t2_256 ,rega 
+0x75ce 033268 arg mem_sp_pubkey_remote_x ,regb 
+0x75cf 033269 arg mem_t2_256 ,contw 
+0x75d0 033270 call bn_mulmod 
+0x75d1 033271 arg mem_a ,rega 
+0x75d2 033272 arg mem_sp_pubkey_remote_x ,regb 
+0x75d3 033273 arg mem_t3_256 ,contw 
+0x75d4 033274 call bn_mulmod 
+0x75d5 033275 arg mem_t3_256 ,rega 
+0x75d6 033276 arg mem_t2_256 ,regb 
+0x75d7 033277 arg mem_t2_256 ,contw 
+0x75d8 033278 call bn_addmod 
+0x75d9 033279 arg mem_t0_256 ,rega 
+0x75da 033280 arg mem_t2_256 ,regb 
+0x75db 033281 arg mem_t0_256 ,contw 
+0x75dc 033282 call bn_addmod 
+0x75dd 033283 arg 24 ,loopcnt 
+0x75de 033284 arg mem_t7_256 ,rega 
+0x75df 033285 arg mem_t0_256 ,regb 
+0x75e0 033286 branch string_compare 
+:      033288 sp_calc_b:
+0x75e1 033289 arg mem_gy ,rega 
+0x75e2 033290 arg mem_t0_256 ,contw 
+0x75e3 033291 call bn_sqrmod 
+0x75e4 033292 arg mem_gx ,rega 
+0x75e5 033293 arg mem_t2_256 ,contw 
+0x75e6 033294 call bn_sqrmod 
+0x75e7 033295 arg mem_t2_256 ,rega 
+0x75e8 033296 arg mem_gx ,regb 
+0x75e9 033297 arg mem_t2_256 ,contw 
+0x75ea 033298 call bn_mulmod 
+0x75eb 033299 arg mem_a ,rega 
+0x75ec 033300 arg mem_gx ,regb 
+0x75ed 033301 arg mem_t3_256 ,contw 
+0x75ee 033302 call bn_mulmod 
+0x75ef 033303 arg mem_t3_256 ,rega 
+0x75f0 033304 arg mem_t2_256 ,regb 
+0x75f1 033305 arg mem_t2_256 ,contw 
+0x75f2 033306 call bn_addmod 
+0x75f3 033307 arg mem_t0_256 ,rega 
+0x75f4 033308 arg mem_t2_256 ,regb 
+0x75f5 033309 arg mem_t0_256 ,contw 
+0x75f6 033310 branch bn_submod 
+:      033313 sp_calculate_commitment:
+0x75f7 033314 fetch 1 ,mem_sp_calc 
+0x75f8 033315 bne sp_calc_standby ,sp_calculate_commitment_wait_dhkey_calc 
+0x75f9 033316 call sp_local_random_key_generator 
+0x75fa 033317 arg mem_sp_prarm_stack ,contw 
+0x75fb 033318 setarg mem_sp_random_local_end 
+0x75fc 033319 istore 2 ,contw 
+0x75fd 033320 setarg mem_sp_pubkey_local_x_end 
+0x75fe 033321 istore 2 ,contw 
+0x75ff 033322 setarg mem_sp_pubkey_remote_x_end 
+0x7600 033323 istore 2 ,contw 
+0x7601 033324 branch sp_calculate_commitment0 
+:      033325 master_sp_calculate_commitment:
+0x7602 033326 arg mem_sp_prarm_stack ,contw 
+0x7603 033327 setarg mem_sp_random_remote_end 
+0x7604 033328 istore 2 ,contw 
+0x7605 033329 setarg mem_sp_pubkey_remote_x_end 
+0x7606 033330 istore 2 ,contw 
+0x7607 033331 setarg mem_sp_pubkey_local_x_end 
+0x7608 033332 istore 2 ,contw 
+:      033333 sp_calculate_commitment0:
+0x7609 033334 call function_f1 
+0x760a 033335 fetch 1 ,mem_master_sp_state 
+0x760b 033336 beq sp_stat_commit_calc ,master_sp_calculate_commitment0 
+0x760c 033337 jam sp_flag_commit ,mem_sp_flag 
+0x760d 033338 jam sp_stat_commit_send ,mem_sp_state 
+0x760e 033339 rtn 
+:      033340 master_sp_calculate_commitment0:
+0x760f 033341 jam sp_stat_commitment_compare ,mem_master_sp_state 
+0x7610 033342 call sp_master_generate_local_key 
+0x7611 033343 branch master_set_mem_master_sp_flag 
+:      033345 sp_local_random_key_generator:
+0x7612 033346 arg mem_sp_random_local ,contw 
+0x7613 033347 force 8 ,queue 
+0x7614 033348 branch random_generator 
+:      033350 sp_calculate_commitment_wait_dhkey_calc:
+0x7615 033351 jam sp_flag_commit ,mem_sp_flag 
+0x7616 033352 rtn 
+:      033354 sp_confirm_check:
+0x7617 033356 bpatchx patch3c_6 ,mem_patch3c 
+0x7618 033357 arg mem_addr_value ,contw 
+0x7619 033358 fetch 6 ,mem_lap 
+0x761a 033359 istore 6 ,contw 
+0x761b 033360 fetch 6 ,mem_plap 
+0x761c 033361 istore 6 ,contw 
+0x761d 033362 fetch 3 ,mem_sp_iocap_remote 
+0x761e 033363 istore 3 ,contw 
+0x761f 033365 call function_f3a 
+0x7620 033367 arg mem_sp_calc_result_high ,rega 
+0x7621 033368 arg mem_sp_check_result ,regb 
+0x7622 033369 force 4 ,queue 
+0x7623 033370 call compare4 
+0x7624 033371 nbranch sp_confirm_check_failed ,true 
+0x7625 033373 call sp_confirm_check_success 
+0x7626 033374 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x7627 033375 branch tid_set_reply 
+:      033377 sp_confirm_check_success:
+0x7628 033378 fetch 1 ,mem_master_sp_state 
+0x7629 033379 beq sp_stat_confirm_check ,sp_confirm_check_success_master 
+0x762a 033380 jam sp_stat_confirm_calc ,mem_sp_state 
+0x762b 033381 jam sp_flag_commit ,mem_sp_flag 
+0x762c 033382 jam lmp_accepted ,mem_lmo_opcode2 
+0x762d 033383 rtn 
+:      033384 sp_confirm_check_success_master:
+0x762e 033385 jam lmp_accepted ,mem_lmo_opcode2 
+0x762f 033386 jam sp_state_end ,mem_master_sp_state 
+0x7630 033387 branch master_set_mem_master_sp_flag 
+:      033390 sp_confirm_check_failed:
+0x7631 033391 fetch 1 ,mem_master_sp_state 
+0x7632 033392 beq sp_stat_confirm_check ,sp_confirm_check_failed_master 
+0x7633 033393 jam sp_stat_null ,mem_sp_state 
+0x7634 033394 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x7635 033396 jam authentication_failure_error ,mem_lmo_reason2 
+0x7636 033397 rtn 
+:      033398 sp_confirm_check_failed_master:
+0x7637 033399 jam lmp_not_accepted ,mem_lmo_opcode2 
+0x7638 033400 jam sp_stat_null ,mem_master_sp_state 
+0x7639 033401 rtn 
+:      033403 sp_confirm_calc:
+0x763a 033404 fetch 1 ,mem_sp_dh_ready 
+0x763b 033405 beq sp_flag_commit ,sp_confirm_calc_ready 
+0x763c 033406 jam sp_stat_confirm_calc ,mem_master_sp_state 
+0x763d 033407 branch master_set_mem_master_sp_flag 
+:      033408 sp_confirm_calc_ready:
+0x763e 033409 arg mem_addr_value ,contw 
+0x763f 033410 fetch 6 ,mem_plap 
+0x7640 033411 istore 6 ,contw 
+0x7641 033412 fetch 6 ,mem_lap 
+0x7642 033413 istore 6 ,contw 
+0x7643 033414 fetch 3 ,mem_sp_iocap_local 
+0x7644 033415 istore 3 ,contw 
+0x7645 033417 call function_f3b 
+0x7646 033418 fetch 1 ,mem_master_sp_state 
+0x7647 033419 beq sp_stat_confirm_calc ,sp_confirm_calc_master 
+0x7648 033420 jam sp_stat_confirm_send ,mem_sp_state 
+0x7649 033421 jam sp_flag_commit ,mem_sp_flag 
+0x764a 033422 rtn 
+:      033423 sp_confirm_calc_master:
+0x764b 033424 jam sp_stat_confirm_send ,mem_master_sp_state 
+0x764c 033425 jam sp_flag_commit ,mem_master_sp_flag 
+0x764d 033426 rtn 
+:      033428 sp_master_key_prarm_push:
+0x764e 033429 arg mem_sp_prarm_stack ,contw 
+0x764f 033430 fetch 6 ,mem_plap 
+0x7650 033431 istore 6 ,contw 
+0x7651 033432 fetch 6 ,mem_lap 
+0x7652 033433 istore 6 ,contw 
+0x7653 033434 setarg mem_sp_random_local_end 
+0x7654 033435 istore 2 ,contw 
+0x7655 033436 setarg mem_sp_random_remote_end 
+0x7656 033437 istore 2 ,contw 
+0x7657 033438 branch sp_link_key_calc 
+:      033439 sp_link_key_prarm_push:
+0x7658 033440 jam sp_stat_done ,mem_sp_state 
+0x7659 033441 arg mem_sp_prarm_stack ,contw 
+0x765a 033442 fetch 6 ,mem_lap 
+0x765b 033443 istore 6 ,contw 
+0x765c 033444 fetch 6 ,mem_plap 
+0x765d 033445 istore 6 ,contw 
+0x765e 033446 setarg mem_sp_random_remote_end 
+0x765f 033447 istore 2 ,contw 
+0x7660 033448 setarg mem_sp_random_local_end 
+0x7661 033449 istore 2 ,contw 
+:      033450 sp_link_key_calc:
+0x7662 033452 arg mem_addr_value ,contw 
+0x7663 033453 fetch 6 ,mem_sp_prarm_stack 
+0x7664 033454 istore 6 ,contw 
+0x7665 033455 fetch 6 ,mem_sp_prarm_stack + 6 
+0x7666 033456 istore 6 ,contw 
+0x7667 033458 call function_f2 
+0x7668 033461 jam 1 ,mem_link_key_exists 
+0x7669 033462 arg mem_link_key ,contw 
+0x766a 033463 arg mem_sp_calc_result_high ,contr 
+0x766b 033464 call memcpy16 
+0x766c 033465 branch generate_linkkey_continue 
+:      033468 sp_pubkey_calc:
+0x766d 033469 bpatchx patch3c_7 ,mem_patch3c 
+0x766e 033470 fetch 1 ,mem_sp_local_key_invalid 
+0x766f 033471 rtnne sp_key_invalid 
+0x7670 033472 fetch 1 ,mem_sp_calc 
+0x7671 033473 rtnne sp_calc_standby 
+0x7672 033474 arg mem_sp_private_key ,contw 
+0x7673 033475 force 11 ,queue 
+0x7674 033476 call random_generator 
+0x7675 033477 random pdata 
+0x7676 033478 rshift pdata ,pdata 
+0x7677 033479 istore 2 ,contw 
+0x7678 033481 arg mem_k ,contw 
+0x7679 033482 arg mem_sp_private_key ,contr 
+0x767a 033483 call memcpy24 
+0x767b 033485 arg mem_ax ,contw 
+0x767c 033486 arg mem_gx ,contr 
+0x767d 033487 call memcpy48 
+0x767e 033489 arg mem_az ,contw 
+0x767f 033490 call bn_zero 
+0x7680 033491 jam 1 ,mem_az 
+0x7681 033493 call eckp_calc_init 
+0x7682 033494 jam sp_calc_pubkey ,mem_sp_calc 
+0x7683 033495 rtn 
+:      033497 sp_pubkey_generated:
+0x7684 033498 arg mem_sp_pubkey_local ,contw 
+0x7685 033499 arg mem_bx ,contr 
+0x7686 033500 call memcpy48 
+0x7687 033501 jam sp_key_valid ,mem_sp_local_key_invalid 
+0x7688 033502 jam sp_calc_standby ,mem_sp_calc 
+0x7689 033503 rtn 
+:      033505 sp_dhkey_calc:
+0x768a 033506 bpatchx patch3d_0 ,mem_patch3d 
+0x768b 033507 fetch 1 ,mem_sp_dhkey_invalid 
+0x768c 033508 rtnne sp_key_invalid 
+0x768d 033509 fetch 1 ,mem_sp_calc 
+0x768e 033510 rtnne sp_calc_standby 
+0x768f 033512 arg mem_k ,contw 
+0x7690 033513 arg mem_sp_private_key ,contr 
+0x7691 033514 call memcpy24 
+0x7692 033516 arg mem_ax ,contw 
+0x7693 033517 arg mem_sp_pubkey_remote ,contr 
+0x7694 033518 call memcpy48 
+0x7695 033520 arg mem_az ,contw 
+0x7696 033521 call bn_zero 
+0x7697 033522 jam 1 ,mem_az 
+0x7698 033524 call eckp_calc_init 
+0x7699 033525 jam sp_calc_dhkey ,mem_sp_calc 
+0x769a 033526 rtn 
+:      033528 sp_dhkey_generated:
+0x769b 033529 jam sp_flag_commit ,mem_sp_dh_ready 
+0x769c 033530 arg mem_sp_dhkey ,contw 
+0x769d 033531 arg mem_bx ,contr 
+0x769e 033532 call memcpy24 
+0x769f 033533 jam sp_key_valid ,mem_sp_dhkey_invalid 
+0x76a0 033534 jam sp_calc_standby ,mem_sp_calc 
+0x76a1 033535 rtn 
+:      033537 random_generator:
+0x76a2 033538 increase -1 ,queue 
+0x76a3 033539 nrtn positive 
+0x76a4 033540 random pdata 
+0x76a5 033541 istore 2 ,contw 
+0x76a6 033542 branch random_generator 
+:      033543 compare4:
+0x76a7 033544 increase -1 ,queue 
+0x76a8 033545 nbranch compare4_success ,positive 
+0x76a9 033546 ifetch 4 ,rega 
+0x76aa 033547 copy pdata ,temp 
+0x76ab 033548 ifetch 4 ,regb 
+0x76ac 033549 iflip temp ,pdata 
+0x76ad 033550 nbranch compare4_failed ,zero 
+0x76ae 033551 increase 4 ,rega 
+0x76af 033552 increase 4 ,regb 
+0x76b0 033553 branch compare4 
+:      033554 compare4_failed:
+0x76b1 033555 disable true 
+0x76b2 033556 rtn 
+:      033557 compare4_success:
+0x76b3 033558 enable true 
+0x76b4 033559 rtn 
+:      033566 simple_pairing_sequence:
+0x76b5 033567 bpatchx patch3d_1 ,mem_patch3d 
+0x76b6 033568 fetch 1 ,mem_sp_flag 
+0x76b7 033569 rtn blank 
+0x76b8 033570 call lmo_fifo_check 
+0x76b9 033571 nrtn blank 
+0x76ba 033572 jam sp_flag_standby ,mem_sp_flag 
+0x76bb 033573 fetch 1 ,mem_sp_state 
+0x76bc 033574 beq sp_stat_key_send ,sp_send_lmp_encapsulated_header 
+0x76bd 033575 beq sp_stat_commit_send ,sp_send_lmp_simple_pairing_comfirm 
+0x76be 033576 beq sp_stat_random_send ,sp_send_lmp_simple_pairing_number 
+0x76bf 033577 beq sp_stat_confirm_send ,sp_send_lmp_dhkey_check 
+0x76c0 033578 beq sp_stat_key_generate ,sp_generate_local_key 
+0x76c1 033579 beq sp_stat_commit_calc ,sp_calculate_commitment 
+0x76c2 033580 beq sp_stat_confirm_check ,sp_confirm_check 
+0x76c3 033581 beq sp_stat_confirm_calc ,sp_confirm_calc 
+0x76c4 033582 beq sp_stat_link_key_calc ,sp_link_key_prarm_push 
+0x76c5 033584 rtn 
+:      033586 master_simple_paring_sequence:
+0x76c6 033587 bpatchx patch3d_2 ,mem_patch3d 
+0x76c7 033588 fetch 1 ,mem_master_sp_flag 
+0x76c8 033589 rtn blank 
+0x76c9 033590 call lmo_fifo_check 
+0x76ca 033591 nrtn blank 
+0x76cb 033592 jam sp_flag_standby ,mem_master_sp_flag 
+0x76cc 033593 fetch 1 ,mem_master_sp_state 
+0x76cd 033594 beq sp_master_stat_start_skip ,sp_master_send_io_cap_get 
+0x76ce 033595 beq sp_master_stat_start_done ,sp_master_send_io_cap_send 
+0x76cf 033596 beq sp_stat_key_send ,sp_master_send_lmp_encapsulated_header 
+0x76d0 033597 beq sp_stat_commit_calc ,master_sp_calculate_commitment 
+0x76d1 033598 beq sp_stat_commitment_compare ,sp_master_commitment_compare 
+0x76d2 033599 beq sp_stat_random_send ,sp_master_send_lmp_simple_pairing_number 
+0x76d3 033600 beq sp_stat_confirm_calc ,sp_confirm_calc 
+0x76d4 033601 beq sp_stat_confirm_send ,master_sp_send_lmp_dhkey_check 
+0x76d5 033602 beq sp_stat_confirm_check ,sp_confirm_check 
+0x76d6 033603 beq sp_state_end ,master_sp_sm_end 
+0x76d7 033604 rtn 
+:      033606 master_set_mem_master_sp_flag:
+0x76d8 033607 jam sp_flag_commit ,mem_master_sp_flag 
+0x76d9 033608 rtn 
+:      033610 master_clear_mem_master_sp_flag:
+0x76da 033611 jam sp_flag_standby ,mem_master_sp_flag 
+0x76db 033612 rtn 
+:      033613 sp_calc_sequence:
+0x76dc 033614 bpatchx patch3d_3 ,mem_patch3d 
+0x76dd 033615 fetch 1 ,mem_ssp_enable 
+0x76de 033616 rtn blank 
+0x76df 033617 fetch 1 ,mem_sp_calc 
+0x76e0 033618 rtn blank 
+0x76e1 033619 increase 0x80 ,pdata 
+0x76e2 033620 store 1 ,mem_sp_calc 
+0x76e3 033621 rtnbit1 7 
+0x76e4 033622 fetch 1 ,mem_ec_loopc 
+0x76e5 033623 branch sp_calc_sequence_done ,blank 
+0x76e6 033624 branch eckp_calc 
+:      033626 sp_calc_sequence_done:
+0x76e7 033627 call ecunmapz 
+0x76e8 033628 fetch 1 ,mem_sp_calc 
+0x76e9 033629 beq sp_calc_pubkey ,sp_pubkey_generated 
+0x76ea 033630 beq sp_calc_dhkey ,sp_dhkey_generated 
+0x76eb 033631 rtn 
+:      033634 bn_testbit:
+0x76ec 033635 and pdata ,7 ,queue 
+0x76ed 033636 rshift3 pdata ,pdata 
+0x76ee 033637 iadd contr ,contr 
+0x76ef 033638 ifetch 1 ,contr 
+0x76f0 033639 qisolate0 pdata 
+0x76f1 033640 rtn 
+:      033643 ec_copy:
+0x76f2 033644 call memcpy24 
+0x76f3 033645 call memcpy24 
+0x76f4 033646 branch memcpy24 
+:      033649 bn_eq_zero:
+0x76f5 033650 ifetch 8 ,contr 
+0x76f6 033651 nrtn blank 
+0x76f7 033652 ifetch 8 ,contr 
+0x76f8 033653 nrtn blank 
+0x76f9 033654 ifetch 8 ,contr 
+0x76fa 033655 rtn 
+:      033660 bn_eq_0:
+0x76fb 033661 ifetch 4 ,rega 
+0x76fc 033662 iforce temp 
+0x76fd 033663 ifetch 4 ,regb 
+0x76fe 033664 isub temp ,null 
+0x76ff 033665 nrtn zero 
+0x7700 033666 increase 4 ,rega 
+0x7701 033667 increase 4 ,regb 
+0x7702 033668 loop bn_eq_0 
+0x7703 033669 rtn 
+:      033672 bn_bigeq:
+0x7704 033673 force 6 ,loopcnt 
+0x7705 033674 increase 20 ,rega 
+0x7706 033675 increase 20 ,regb 
+:      033676 bn_bigeq_0:
+0x7707 033677 ifetch 4 ,regb 
+0x7708 033678 iforce temp 
+0x7709 033679 ifetch 4 ,rega 
+0x770a 033680 isub temp ,pdata 
+0x770b 033681 nrtn positive 
+0x770c 033682 nrtn blank 
+0x770d 033683 increase -4 ,rega 
+0x770e 033684 increase -4 ,regb 
+0x770f 033685 loop bn_bigeq_0 
+0x7710 033686 rtn 
+:      033688 bn_add:
+0x7711 033689 force 6 ,loopcnt 
+0x7712 033690 force 0 ,regc 
+:      033691 bn_add_0:
+0x7713 033692 ifetch 4 ,rega 
+0x7714 033693 iforce temp 
+0x7715 033694 ifetch 4 ,regb 
+0x7716 033695 iadd temp ,pdata 
+0x7717 033696 iadd regc ,pdata 
+0x7718 033697 istore 4 ,contw 
+0x7719 033698 isolate1 32 ,pdata 
+0x771a 033699 setflag true ,0 ,regc 
+0x771b 033700 increase 4 ,rega 
+0x771c 033701 increase 4 ,regb 
+0x771d 033702 loop bn_add_0 
+0x771e 033703 rtn 
+:      033705 bn_sub:
+0x771f 033706 force 6 ,loopcnt 
+0x7720 033707 force 0 ,regc 
+:      033708 bn_sub_0:
+0x7721 033709 ifetch 4 ,regb 
+0x7722 033710 iforce temp 
+0x7723 033711 ifetch 4 ,rega 
+0x7724 033712 isub temp ,pdata 
+0x7725 033713 isub regc ,pdata 
+0x7726 033714 istore 4 ,contw 
+0x7727 033715 isolate1 32 ,pdata 
+0x7728 033716 setflag true ,0 ,regc 
+0x7729 033717 increase 4 ,rega 
+0x772a 033718 increase 4 ,regb 
+0x772b 033719 loop bn_sub_0 
+0x772c 033720 rtn 
+:      033722 bn_rshift6:
+0x772d 033723 force 6 ,loopcnt 
+0x772e 033724 increase 20 ,rega 
+:      033725 bn_rshift:
+0x772f 033726 force 0 ,regc 
+:      033727 bn_rshift_0:
+0x7730 033728 ifetch 4 ,rega 
+0x7731 033729 isolate1 0 ,pdata 
+0x7732 033730 setflag true ,1 ,regc 
+0x7733 033731 rshift pdata ,pdata 
+0x7734 033732 isolate1 0 ,regc 
+0x7735 033733 setflag true ,31 ,pdata 
+0x7736 033734 istore 4 ,rega 
+0x7737 033735 increase -4 ,rega 
+0x7738 033736 rshift regc ,regc 
+0x7739 033737 loop bn_rshift_0 
+0x773a 033738 rtn 
+:      033740 bn_lshift:
+0x773b 033741 force 6 ,loopcnt 
+0x773c 033742 force 0 ,regc 
+:      033743 bn_lshift_0:
+0x773d 033744 ifetch 4 ,rega 
+0x773e 033745 isolate1 31 ,pdata 
+0x773f 033746 setflag true ,1 ,regc 
+0x7740 033747 lshift pdata ,pdata 
+0x7741 033748 isolate1 0 ,regc 
+0x7742 033749 setflag true ,0 ,pdata 
+0x7743 033750 istore 4 ,rega 
+0x7744 033751 increase 4 ,rega 
+0x7745 033752 rshift regc ,regc 
+0x7746 033753 loop bn_lshift_0 
+0x7747 033754 rtn 
+:      033756 bn_lshiftmod:
+0x7748 033757 call bn_lshift 
+:      033758 bn_lshiftmod_ismod:
+0x7749 033759 isolate1 0 ,regc 
+0x774a 033760 branch bn_lshiftmod_0 ,true 
+0x774b 033761 arg mem_p ,regb 
+0x774c 033762 copy rega ,regc 
+0x774d 033763 increase -24 ,rega 
+0x774e 033764 call bn_bigeq 
+0x774f 033765 nrtn positive 
+0x7750 033766 copy regc ,rega 
+:      033767 bn_lshiftmod_0:
+0x7751 033768 increase -24 ,rega 
+0x7752 033769 arg mem_p ,regb 
+0x7753 033770 copy rega ,contw 
+0x7754 033771 branch bn_sub 
+:      033774 bn_addmod:
+0x7755 033775 call bn_add 
+0x7756 033776 copy contw ,rega 
+0x7757 033777 branch bn_lshiftmod_ismod 
+:      033779 bn_submod:
+0x7758 033780 call bn_sub 
+0x7759 033781 isolate0 0 ,regc 
+0x775a 033782 rtn true 
+0x775b 033783 arg mem_p ,regb 
+0x775c 033784 add contw ,-24 ,rega 
+0x775d 033785 copy rega ,contw 
+0x775e 033786 branch bn_add 
+:      033789 bn_p192mod:
+0x775f 033790 copy contw ,timeup 
+0x7760 033791 copy rega ,alarm 
+0x7761 033792 arg mem_tmp2 ,regb 
+0x7762 033793 copy regb ,contw 
+0x7763 033794 add rega ,24 ,contr 
+0x7764 033795 ifetch 8 ,contr 
+0x7765 033796 istore 8 ,contw 
+0x7766 033797 istore 8 ,contw 
+0x7767 033798 force 0 ,pdata 
+0x7768 033799 istore 8 ,contw 
+0x7769 033800 copy timeup ,contw 
+0x776a 033801 call bn_addmod 
+0x776b 033802 arg mem_tmp2 ,regb 
+0x776c 033803 copy regb ,contw 
+0x776d 033804 force 0 ,pdata 
+0x776e 033805 istore 8 ,contw 
+0x776f 033806 add alarm ,32 ,contr 
+0x7770 033807 ifetch 8 ,contr 
+0x7771 033808 istore 8 ,contw 
+0x7772 033809 istore 8 ,contw 
+0x7773 033810 copy timeup ,rega 
+0x7774 033811 copy rega ,contw 
+0x7775 033812 call bn_addmod 
+0x7776 033813 arg mem_tmp2 ,regb 
+0x7777 033814 copy regb ,contw 
+0x7778 033815 add alarm ,40 ,contr 
+0x7779 033816 ifetch 8 ,contr 
+0x777a 033817 istore 8 ,contw 
+0x777b 033818 istore 8 ,contw 
+0x777c 033819 istore 8 ,contw 
+0x777d 033820 copy timeup ,rega 
+0x777e 033821 copy rega ,contw 
+0x777f 033822 branch bn_addmod 
+:      033825 bn_load:
+0x7780 033826 force 6 ,loopcnt 
+:      033827 bn_load_0:
+0x7781 033828 ifetch 4 ,contr 
+0x7782 033829 iforce regext 
+0x7783 033830 increase 1 ,regext_index 
+0x7784 033831 loop bn_load_0 
+0x7785 033832 rtn 
+:      033836 bn_mulmod:
+0x7786 033837 copy contw ,timeup 
+0x7787 033838 arg mem_tmp1 ,contw 
+0x7788 033839 call bn_zero 
+0x7789 033840 arg mem_tmp1 ,contw 
+0x778a 033841 copy rega ,contr 
+0x778b 033842 force 0 ,regext_index 
+0x778c 033843 call bn_load 
+0x778d 033844 copy regb ,contr 
+0x778e 033845 call bn_load 
+0x778f 033846 force 0 ,regb 
+:      033847 bn_mulmod_1:
+0x7790 033848 force 0 ,temp 
+0x7791 033849 force 6 ,regc 
+:      033850 bn_mulmod_0:
+0x7792 033851 ifetch 4 ,contw 
+0x7793 033852 iforce rega 
+0x7794 033853 copy regb ,regext_index 
+0x7795 033854 deposit regext 
+0x7796 033855 copy regc ,regext_index 
+0x7797 033856 imul32 regext ,pdata 
+0x7798 033857 iadd rega ,pdata 
+0x7799 033858 iadd temp ,pdata 
+0x779a 033859 istore 4 ,contw 
+0x779b 033860 rshift32 pdata ,temp 
+0x779c 033861 increase 1 ,regc 
+0x779d 033862 compare 12 ,regc ,0xff 
+0x779e 033863 nbranch bn_mulmod_0 ,true 
+0x779f 033864 deposit temp 
+0x77a0 033865 istore 4 ,contw 
+0x77a1 033866 increase -24 ,contw 
+0x77a2 033867 increase 1 ,regb 
+0x77a3 033868 compare 6 ,regb ,0xff 
+0x77a4 033869 nbranch bn_mulmod_1 ,true 
+0x77a5 033870 arg mem_tmp1 ,rega 
+0x77a6 033871 copy timeup ,contw 
+0x77a7 033872 branch bn_p192mod 
+:      033875 bn_sqrmod:
+0x77a8 033876 copy rega ,regb 
+0x77a9 033877 branch bn_mulmod 
+:      033879 bn_rshifteven:
+0x77aa 033880 copy rega ,alarm 
+:      033881 bn_rshifteven_1:
+0x77ab 033882 copy alarm ,rega 
+0x77ac 033883 ifetch 1 ,rega 
+0x77ad 033884 isolate1 0 ,pdata 
+0x77ae 033885 rtn true 
+0x77af 033886 call bn_rshift6 
+0x77b0 033887 ifetch 1 ,regb 
+0x77b1 033888 isolate0 0 ,pdata 
+0x77b2 033889 branch bn_rshifteven_0 ,true 
+0x77b3 033890 arg mem_p ,rega 
+0x77b4 033891 copy regb ,contw 
+0x77b5 033892 call bn_add 
+0x77b6 033893 ifetch 1 ,regb 
+0x77b7 033894 iadd regc ,pdata 
+0x77b8 033895 istore 1 ,regb 
+0x77b9 033896 increase -24 ,regb 
+:      033897 bn_rshifteven_0:
+0x77ba 033898 add regb ,24 ,rega 
+0x77bb 033899 force 7 ,loopcnt 
+0x77bc 033900 call bn_rshift 
+0x77bd 033901 branch bn_rshifteven_1 
+:      033904 bn_invmod:
+0x77be 033905 copy contw ,timeup 
+0x77bf 033906 arg mem_tmp0 ,contw 
+0x77c0 033907 call bn_zero 
+0x77c1 033908 force 0 ,pdata 
+0x77c2 033909 store 4 ,mem_tmp5 
+0x77c3 033910 store 4 ,mem_t2 
+0x77c4 033911 jam 1 ,mem_tmp0 
+0x77c5 033912 arg mem_tmp1 ,contw 
+0x77c6 033913 call bn_zero 
+0x77c7 033914 arg mem_p ,contr 
+0x77c8 033915 arg mem_tmp2 ,contw 
+0x77c9 033916 call memcpy24 
+0x77ca 033917 copy rega ,contr 
+0x77cb 033918 arg mem_tmp3 ,contw 
+0x77cc 033919 call memcpy24 
+:      033920 bn_invmod_2:
+0x77cd 033921 arg mem_tmp3 ,contr 
+0x77ce 033922 call bn_eq_zero 
+0x77cf 033923 branch bn_invmod_0 ,blank 
+0x77d0 033924 arg mem_tmp3 ,rega 
+0x77d1 033925 arg mem_tmp0 ,regb 
+0x77d2 033926 call bn_rshifteven 
+0x77d3 033928 arg mem_tmp2 ,rega 
+0x77d4 033929 arg mem_tmp1 ,regb 
+0x77d5 033930 call bn_rshifteven 
+0x77d6 033931 arg mem_tmp3 ,rega 
+0x77d7 033932 arg mem_tmp2 ,regb 
+0x77d8 033933 call bn_bigeq 
+0x77d9 033934 branch bn_invmod_1 ,positive 
+0x77da 033935 arg mem_tmp2 ,rega 
+0x77db 033936 arg mem_tmp3 ,regb 
+0x77dc 033937 copy rega ,contw 
+0x77dd 033938 call bn_sub 
+0x77de 033939 arg mem_tmp0 ,rega 
+0x77df 033940 arg mem_tmp1 ,regb 
+0x77e0 033941 copy regb ,contw 
+0x77e1 033942 call bn_add 
+0x77e2 033943 ifetch 1 ,rega 
+0x77e3 033944 iadd regc ,regc 
+0x77e4 033945 ifetch 1 ,regb 
+0x77e5 033946 iadd regc ,pdata 
+0x77e6 033947 istore 1 ,regb 
+0x77e7 033948 branch bn_invmod_2 
+:      033949 bn_invmod_1:
+0x77e8 033950 arg mem_tmp3 ,rega 
+0x77e9 033951 arg mem_tmp2 ,regb 
+0x77ea 033952 copy rega ,contw 
+0x77eb 033953 call bn_sub 
+0x77ec 033954 arg mem_tmp1 ,rega 
+0x77ed 033955 arg mem_tmp0 ,regb 
+0x77ee 033956 copy regb ,contw 
+0x77ef 033957 call bn_add 
+0x77f0 033958 ifetch 1 ,rega 
+0x77f1 033959 iadd regc ,regc 
+0x77f2 033960 ifetch 1 ,regb 
+0x77f3 033961 iadd regc ,pdata 
+0x77f4 033962 istore 1 ,regb 
+0x77f5 033963 branch bn_invmod_2 
+:      033964 bn_invmod_0:
+0x77f6 033965 arg mem_tmp0 ,contw 
+0x77f7 033966 call bn_zero 
+0x77f8 033967 fetch 1 ,mem_tmp5 
+0x77f9 033968 store 1 ,mem_tmp0 
+0x77fa 033969 store 1 ,mem_tmp0a 
+0x77fb 033970 arg mem_tmp0 ,rega 
+0x77fc 033971 arg mem_tmp1 ,regb 
+0x77fd 033972 copy regb ,contw 
+0x77fe 033973 call bn_addmod 
+0x77ff 033974 arg mem_p ,rega 
+0x7800 033975 arg mem_tmp1 ,regb 
+0x7801 033976 copy timeup ,contw 
+0x7802 033977 branch bn_submod 
+:      033982 ecdbl:
+0x7803 033983 arg mem_cz ,rega 
+0x7804 033984 arg mem_t2 ,contw 
+0x7805 033985 call bn_sqrmod 
+0x7806 033986 arg mem_t2 ,rega 
+0x7807 033987 arg mem_t3 ,contw 
+0x7808 033988 call bn_sqrmod 
+0x7809 033989 arg mem_a ,rega 
+0x780a 033990 arg mem_t3 ,regb 
+0x780b 033991 arg mem_t3 ,contw 
+0x780c 033992 call bn_mulmod 
+0x780d 033993 arg mem_cx ,rega 
+0x780e 033994 arg mem_t2 ,contw 
+0x780f 033995 call bn_sqrmod 
+0x7810 033996 arg mem_t2 ,contr 
+0x7811 033997 arg mem_t1 ,contw 
+0x7812 033998 call memcpy24 
+0x7813 033999 arg mem_t1 ,rega 
+0x7814 034000 call bn_lshiftmod 
+0x7815 034001 arg mem_t2 ,rega 
+0x7816 034002 arg mem_t1 ,regb 
+0x7817 034003 arg mem_t2 ,contw 
+0x7818 034004 call bn_addmod 
+0x7819 034005 arg mem_t2 ,rega 
+0x781a 034006 arg mem_t3 ,regb 
+0x781b 034007 arg mem_t2 ,contw 
+0x781c 034008 call bn_addmod 
+0x781d 034009 arg mem_cx ,contr 
+0x781e 034010 arg mem_t1 ,contw 
+0x781f 034011 call memcpy24 
+0x7820 034012 arg mem_cy ,rega 
+0x7821 034013 arg mem_t3 ,contw 
+0x7822 034014 call bn_sqrmod 
+0x7823 034015 arg mem_t1 ,rega 
+0x7824 034016 call bn_lshiftmod 
+0x7825 034017 arg mem_t1 ,rega 
+0x7826 034018 call bn_lshiftmod 
+0x7827 034019 arg mem_t1 ,rega 
+0x7828 034020 arg mem_t3 ,regb 
+0x7829 034021 arg mem_t1 ,contw 
+0x782a 034022 call bn_mulmod 
+0x782b 034023 arg mem_t3 ,rega 
+0x782c 034024 arg mem_t0 ,contw 
+0x782d 034025 call bn_sqrmod 
+0x782e 034026 arg mem_t0 ,rega 
+0x782f 034027 call bn_lshiftmod 
+0x7830 034028 arg mem_t0 ,rega 
+0x7831 034029 call bn_lshiftmod 
+0x7832 034030 arg mem_t0 ,rega 
+0x7833 034031 call bn_lshiftmod 
+0x7834 034032 arg mem_cy ,contr 
+0x7835 034033 arg mem_t3 ,contw 
+0x7836 034034 call memcpy24 
+0x7837 034035 arg mem_t3 ,rega 
+0x7838 034036 call bn_lshiftmod 
+0x7839 034037 arg mem_t3 ,rega 
+0x783a 034038 arg mem_cz ,regb 
+0x783b 034039 arg mem_cz ,contw 
+0x783c 034040 call bn_mulmod 
+0x783d 034041 arg mem_t2 ,rega 
+0x783e 034042 arg mem_t3 ,contw 
+0x783f 034043 call bn_sqrmod 
+0x7840 034044 arg mem_t3 ,rega 
+0x7841 034045 arg mem_t1 ,regb 
+0x7842 034046 arg mem_t3 ,contw 
+0x7843 034047 call bn_submod 
+0x7844 034048 arg mem_t3 ,rega 
+0x7845 034049 arg mem_t1 ,regb 
+0x7846 034050 arg mem_cx ,contw 
+0x7847 034051 call bn_submod 
+0x7848 034052 arg mem_t1 ,rega 
+0x7849 034053 arg mem_cx ,regb 
+0x784a 034054 arg mem_t3 ,contw 
+0x784b 034055 call bn_submod 
+0x784c 034056 arg mem_t3 ,rega 
+0x784d 034057 arg mem_t2 ,regb 
+0x784e 034058 arg mem_t3 ,contw 
+0x784f 034059 call bn_mulmod 
+0x7850 034060 arg mem_t3 ,rega 
+0x7851 034061 arg mem_t0 ,regb 
+0x7852 034062 arg mem_cy ,contw 
+0x7853 034063 branch bn_submod 
+:      034067 ecadd:
+0x7854 034068 arg mem_az ,rega 
+0x7855 034069 arg mem_t7 ,contw 
+0x7856 034070 call bn_sqrmod 
+0x7857 034071 arg mem_cx ,rega 
+0x7858 034072 arg mem_t7 ,regb 
+0x7859 034073 arg mem_t0 ,contw 
+0x785a 034074 call bn_mulmod 
+0x785b 034075 arg mem_az ,rega 
+0x785c 034076 arg mem_t7 ,regb 
+0x785d 034077 arg mem_t7 ,contw 
+0x785e 034078 call bn_mulmod 
+0x785f 034079 arg mem_cy ,rega 
+0x7860 034080 arg mem_t7 ,regb 
+0x7861 034081 arg mem_t1 ,contw 
+0x7862 034082 call bn_mulmod 
+0x7863 034083 arg mem_cz ,rega 
+0x7864 034084 arg mem_t7 ,contw 
+0x7865 034085 call bn_sqrmod 
+0x7866 034086 arg mem_ax ,rega 
+0x7867 034087 arg mem_t7 ,regb 
+0x7868 034088 arg mem_t2 ,contw 
+0x7869 034089 call bn_mulmod 
+0x786a 034090 arg mem_cz ,rega 
+0x786b 034091 arg mem_t7 ,regb 
+0x786c 034092 arg mem_t7 ,contw 
+0x786d 034093 call bn_mulmod 
+0x786e 034094 arg mem_ay ,rega 
+0x786f 034095 arg mem_t7 ,regb 
+0x7870 034096 arg mem_t3 ,contw 
+0x7871 034097 call bn_mulmod 
+0x7872 034098 arg mem_t0 ,rega 
+0x7873 034099 arg mem_t2 ,regb 
+0x7874 034100 arg mem_t7 ,contw 
+0x7875 034101 call bn_submod 
+0x7876 034102 arg mem_t0 ,rega 
+0x7877 034103 arg mem_t2 ,regb 
+0x7878 034104 arg mem_t0 ,contw 
+0x7879 034105 call bn_addmod 
+0x787a 034106 arg mem_t1 ,rega 
+0x787b 034107 arg mem_t3 ,regb 
+0x787c 034108 arg mem_t2 ,contw 
+0x787d 034109 call bn_submod 
+0x787e 034110 arg mem_t1 ,rega 
+0x787f 034111 arg mem_t3 ,regb 
+0x7880 034112 arg mem_t1 ,contw 
+0x7881 034113 call bn_addmod 
+0x7882 034114 arg mem_t1 ,rega 
+0x7883 034115 arg mem_t7 ,regb 
+0x7884 034116 arg mem_t1 ,contw 
+0x7885 034117 call bn_mulmod 
+0x7886 034118 arg mem_cz ,rega 
+0x7887 034119 arg mem_az ,regb 
+0x7888 034120 arg mem_t3 ,contw 
+0x7889 034121 call bn_mulmod 
+0x788a 034122 arg mem_t3 ,rega 
+0x788b 034123 arg mem_t7 ,regb 
+0x788c 034124 arg mem_cz ,contw 
+0x788d 034125 call bn_mulmod 
+0x788e 034126 arg mem_t7 ,rega 
+0x788f 034127 arg mem_t7 ,contw 
+0x7890 034128 call bn_sqrmod 
+0x7891 034129 arg mem_t7 ,rega 
+0x7892 034130 arg mem_t0 ,regb 
+0x7893 034131 arg mem_t3 ,contw 
+0x7894 034132 call bn_mulmod 
+0x7895 034133 arg mem_t7 ,rega 
+0x7896 034134 arg mem_t1 ,regb 
+0x7897 034135 arg mem_t1 ,contw 
+0x7898 034136 call bn_mulmod 
+0x7899 034137 arg mem_t2 ,rega 
+0x789a 034138 arg mem_cx ,contw 
+0x789b 034139 call bn_sqrmod 
+0x789c 034140 arg mem_cx ,rega 
+0x789d 034141 arg mem_t3 ,regb 
+0x789e 034142 arg mem_cx ,contw 
+0x789f 034143 call bn_submod 
+0x78a0 034144 arg mem_cx ,contr 
+0x78a1 034145 arg mem_t7 ,contw 
+0x78a2 034146 call memcpy24 
+0x78a3 034147 arg mem_t7 ,rega 
+0x78a4 034148 call bn_lshiftmod 
+0x78a5 034149 arg mem_t3 ,rega 
+0x78a6 034150 arg mem_t7 ,regb 
+0x78a7 034151 arg mem_t3 ,contw 
+0x78a8 034152 call bn_submod 
+0x78a9 034153 arg mem_t3 ,rega 
+0x78aa 034154 arg mem_t2 ,regb 
+0x78ab 034155 arg mem_t2 ,contw 
+0x78ac 034156 call bn_mulmod 
+0x78ad 034157 arg mem_t2 ,rega 
+0x78ae 034158 arg mem_t1 ,regb 
+0x78af 034159 arg mem_cy ,contw 
+0x78b0 034160 call bn_submod 
+0x78b1 034161 arg mem_cy ,rega 
+0x78b2 034162 arg mem_p ,regb 
+0x78b3 034163 arg mem_cy ,contw 
+0x78b4 034164 force 0 ,regc 
+0x78b5 034165 fetch 1 ,mem_cy 
+0x78b6 034166 isolate1 0 ,pdata 
+0x78b7 034167 call bn_add ,true 
+0x78b8 034168 copy regc ,alarm 
+0x78b9 034169 arg mem_cy ,rega 
+0x78ba 034170 call bn_rshift6 
+0x78bb 034171 fetch 1 ,mem_cy5 
+0x78bc 034172 isolate1 0 ,alarm 
+0x78bd 034173 setflag true ,7 ,pdata 
+0x78be 034174 store 1 ,mem_cy5 
+0x78bf 034175 rtn 
+:      034179 eckp_0:
+0x78c0 034180 fetch 1 ,mem_ec_loopc 
+0x78c1 034181 increase -1 ,pdata 
+0x78c2 034182 nrtn positive 
+0x78c3 034183 store 1 ,mem_ec_loopc 
+0x78c4 034184 fetch 1 ,mem_ec_infinite 
+0x78c5 034185 call ecdbl ,blank 
+0x78c6 034186 fetch 1 ,mem_ec_loopc 
+0x78c7 034187 arg mem_k ,contr 
+0x78c8 034188 call bn_testbit 
+0x78c9 034189 branch eckp_0 ,true 
+0x78ca 034190 fetch 1 ,mem_ec_infinite 
+0x78cb 034191 nbranch eckp_1 ,blank 
+0x78cc 034192 call ecadd 
+0x78cd 034193 branch eckp_0 
+:      034194 eckp_1:
+0x78ce 034195 jam 0 ,mem_ec_infinite 
+0x78cf 034196 arg mem_ax ,contr 
+0x78d0 034197 arg mem_cx ,contw 
+0x78d1 034198 call ec_copy 
+0x78d2 034199 branch eckp_0 
+:      034202 ecunmapz:
+0x78d3 034203 arg mem_cz ,rega 
+0x78d4 034204 arg mem_t3 ,contw 
+0x78d5 034205 call bn_invmod 
+0x78d6 034206 arg mem_t3 ,rega 
+0x78d7 034207 arg mem_t1 ,contw 
+0x78d8 034208 call bn_sqrmod 
+0x78d9 034209 arg mem_cx ,rega 
+0x78da 034210 arg mem_t1 ,regb 
+0x78db 034211 arg mem_bx ,contw 
+0x78dc 034212 call bn_mulmod 
+0x78dd 034213 arg mem_t3 ,rega 
+0x78de 034214 arg mem_t1 ,regb 
+0x78df 034215 arg mem_t2 ,contw 
+0x78e0 034216 call bn_mulmod 
+0x78e1 034217 arg mem_cy ,rega 
+0x78e2 034218 arg mem_t2 ,regb 
+0x78e3 034219 arg mem_by ,contw 
+0x78e4 034220 branch bn_mulmod 
+:      034224 sha_endian_swap2:
+0x78e5 034225 ifetch 4 ,contr 
+0x78e6 034226 force 4 ,rega 
+0x78e7 034227 increase 3 ,contw 
+:      034228 sha_endian_loop:
+0x78e8 034229 istore 1 ,contw 
+0x78e9 034230 rshift8 pdata ,pdata 
+0x78ea 034231 increase -2 ,contw 
+0x78eb 034232 increase -1 ,rega 
+0x78ec 034233 nbranch sha_endian_loop ,zero 
+0x78ed 034234 increase 5 ,contw 
+0x78ee 034235 loop sha_endian_swap2 
+0x78ef 034236 rtn 
+:      034239 sha_getw:
+0x78f0 034240 lshift2 queue ,pdata 
+0x78f1 034241 iadd timeup ,contr 
+0x78f2 034242 ifetch 4 ,contr 
+0x78f3 034243 rtn 
+:      034245 sha_r:
+0x78f4 034246 force 16 ,alarm 
+0x78f5 034247 arg memdat ,timeup 
+:      034248 sha_r_loop:
+0x78f6 034249 add alarm ,-7 ,queue 
+0x78f7 034250 call sha_getw 
+0x78f8 034251 iforce temp 
+0x78f9 034252 add alarm ,-16 ,queue 
+0x78fa 034253 call sha_getw 
+0x78fb 034254 iadd temp ,temp 
+0x78fc 034255 add alarm ,-2 ,queue 
+0x78fd 034256 call sha_getw 
+0x78fe 034257 shasx pdata ,1 ,pdata 
+0x78ff 034258 iadd temp ,temp 
+0x7900 034259 add alarm ,-15 ,queue 
+0x7901 034260 call sha_getw 
+0x7902 034261 shasx pdata ,0 ,pdata 
+0x7903 034262 iadd temp ,temp 
+0x7904 034263 lshift2 alarm ,pdata 
+0x7905 034264 iadd timeup ,contw 
+0x7906 034265 istoret 4 ,contw 
+0x7907 034266 increase 1 ,alarm 
+0x7908 034267 compare 64 ,alarm ,0xff 
+0x7909 034268 nbranch sha_r_loop ,true 
+0x790a 034269 rtn 
+:      034272 sha_init:
+0x790b 034273 arg memh0 ,contr 
+0x790c 034274 force 7 ,regext_index 
+:      034275 sha_init_0:
+0x790d 034276 ifetch 4 ,contr 
+0x790e 034277 iforce regext 
+0x790f 034278 increase -1 ,regext_index 
+0x7910 034279 branch sha_init_0 ,positive 
+0x7911 034280 rtn 
+:      034282 sha:
+0x7912 034283 bpatchx patch3d_4 ,mem_patch3d 
+0x7913 034284 call sha_r 
+0x7914 034285 arg memahbak ,contw 
+0x7915 034286 force 0 ,regext_index 
+:      034287 sha_0:
+0x7916 034288 deposit regext 
+0x7917 034289 istore 4 ,contw 
+0x7918 034290 increase 1 ,regext_index 
+0x7919 034291 compare 8 ,regext_index ,0xff 
+0x791a 034292 nbranch sha_0 ,true 
+0x791b 034293 call enable_authrom 
+0x791c 034294 arg memk ,timeup 
+0x791d 034295 arg memdat ,alarm 
+0x791e 034296 force 64 ,loopcnt 
+:      034297 sha_loop:
+0x791f 034298 ifetcht 4 ,alarm 
+0x7920 034299 ifetch 4 ,timeup 
+0x7921 034300 increase 4 ,timeup 
+0x7922 034301 increase 4 ,alarm 
+0x7923 034302 iadd temp ,pdata 
+0x7924 034303 force 7 ,regext_index 
+0x7925 034304 iadd regext ,temp 
+0x7926 034305 force 4 ,regext_index 
+0x7927 034306 shasx regext ,3 ,pdata 
+0x7928 034307 iadd temp ,temp 
+0x7929 034308 force 5 ,regext_index 
+0x792a 034309 deposit regext 
+0x792b 034310 force 6 ,regext_index 
+0x792c 034311 ixor regext ,pdata 
+0x792d 034312 force 4 ,regext_index 
+0x792e 034313 iand regext ,pdata 
+0x792f 034314 force 6 ,regext_index 
+0x7930 034315 ixor regext ,pdata 
+0x7931 034316 iadd temp ,temp 
+0x7932 034317 force 7 ,regext_index 
+0x7933 034318 copy temp ,regext 
+0x7934 034319 force 3 ,regext_index 
+0x7935 034320 deposit regext 
+0x7936 034321 iadd temp ,regext 
+0x7937 034322 force 0 ,regext_index 
+0x7938 034323 deposit regext 
+0x7939 034324 force 1 ,regext_index 
+0x793a 034325 iand regext ,temp 
+0x793b 034326 ior regext ,pdata 
+0x793c 034327 force 2 ,regext_index 
+0x793d 034328 iand regext ,pdata 
+0x793e 034329 ior temp ,temp 
+0x793f 034330 force 0 ,regext_index 
+0x7940 034331 shasx regext ,2 ,pdata 
+0x7941 034332 iadd temp ,pdata 
+0x7942 034333 force 7 ,regext_index 
+0x7943 034334 iadd regext ,regext 
+0x7944 034335 regexrot 
+0x7945 034336 loop sha_loop 
+0x7946 034337 arg memahbak ,contr 
+0x7947 034338 force 0 ,regext_index 
+:      034339 sha_1:
+0x7948 034340 ifetch 4 ,contr 
+0x7949 034341 iadd regext ,regext 
+0x794a 034342 increase 1 ,regext_index 
+0x794b 034343 compare 8 ,regext_index ,0xff 
+0x794c 034344 nbranch sha_1 ,true 
+0x794d 034345 branch disable_authrom 
+:      034348 sha_result:
+0x794e 034349 arg memresult ,contw 
+0x794f 034350 force 7 ,regext_index 
+:      034351 sha_regext_save:
+0x7950 034352 deposit regext 
+0x7951 034353 istore 4 ,contw 
+0x7952 034354 increase -1 ,regext_index 
+0x7953 034355 branch sha_regext_save ,positive 
+0x7954 034356 rtn 
+:      034358 pad_xor:
+0x7955 034360 arg memdat ,contw 
+0x7956 034361 increase -4 ,contr 
+0x7957 034362 sub loopcnt ,16 ,rega 
+:      034363 pad_xor_0:
+0x7958 034364 ifetch 4 ,contr 
+0x7959 034365 ixor temp ,pdata 
+0x795a 034366 istore 4 ,contw 
+0x795b 034367 increase -8 ,contr 
+0x795c 034368 loop pad_xor_0 
+0x795d 034369 copy rega ,loopcnt 
+0x795e 034370 deposit temp 
+:      034371 pad_xor_1:
+0x795f 034372 istore 4 ,contw 
+0x7960 034373 loop pad_xor_1 
+0x7961 034374 rtn 
+:      034376 g_noninit_number_confirm:
+0x7962 034377 call g_noninit0 
+0x7963 034378 call sha_result 
+0x7964 034379 branch g_common0 
+:      034381 g_noninit:
+0x7965 034382 call g_noninit0 
+0x7966 034383 branch g_common0 
+:      034385 g_noninit0:
+0x7967 034386 arg mem_sp_pubkey_remote_x_end ,contr 
+0x7968 034387 arg memdat ,contw 
+0x7969 034388 force 6 ,loopcnt 
+0x796a 034389 call memcpy_dword_swap 
+0x796b 034390 arg mem_sp_pubkey_local_x_end ,contr 
+0x796c 034391 force 6 ,loopcnt 
+0x796d 034392 call memcpy_dword_swap 
+0x796e 034393 arg mem_sp_random_remote_end ,contr 
+0x796f 034394 call memcpy_dword_swap4 
+0x7970 034395 call sha_init 
+0x7971 034396 call sha 
+0x7972 034397 arg mem_sp_random_local_end ,contr 
+0x7973 034398 arg memdat ,contw 
+0x7974 034399 branch g_common 
+:      034401 g_init:
+0x7975 034402 arg mem_sp_pubkey_local_x_end ,contr 
+0x7976 034403 arg memdat ,contw 
+0x7977 034404 force 6 ,loopcnt 
+0x7978 034405 call memcpy_dword_swap 
+0x7979 034406 arg mem_sp_pubkey_remote_x_end ,contr 
+0x797a 034407 force 6 ,loopcnt 
+0x797b 034408 call memcpy_dword_swap 
+0x797c 034409 arg mem_sp_random_local_end ,contr 
+0x797d 034410 call memcpy_dword_swap4 
+0x797e 034411 call sha_init 
+0x797f 034412 call sha 
+0x7980 034413 arg mem_sp_random_remote_end ,contr 
+0x7981 034414 arg memdat ,contw 
+0x7982 034415 call g_common 
+0x7983 034416 branch g_common0 
+:      034418 g_common:
+0x7984 034419 call memcpy_dword_swap4 
+0x7985 034420 setarg 0x800000 
+0x7986 034421 lshift8 pdata ,pdata 
+0x7987 034422 istore 4 ,contw 
+0x7988 034423 force 5 ,loopcnt 
+0x7989 034424 call memset0 
+0x798a 034425 setarg 640 
+0x798b 034426 istore 4 ,contw 
+0x798c 034427 branch sha 
+:      034428 g_common0:
+0x798d 034429 fetch 4 ,memresult 
+0x798e 034431 arg 1000 ,rega 
+0x798f 034432 idiv rega 
+0x7990 034433 call wait_div_end 
+0x7991 034434 remainder pdata 
+0x7992 034435 store 4 ,mem_gkey 
+0x7993 034436 quotient pdata 
+0x7994 034437 arg 1000 ,rega 
+0x7995 034438 idiv rega 
+0x7996 034439 call wait_div_end 
+0x7997 034440 remainder pdata 
+0x7998 034441 arg 1000 ,rega 
+0x7999 034442 imul32 rega ,pdata 
+0x799a 034443 fetcht 4 ,mem_gkey 
+0x799b 034444 iadd temp ,pdata 
+0x799c 034445 store 4 ,mem_gkey 
+0x799d 034446 rtn 
+:      034448 function_f1_no_key:
+0x799e 034449 jam 0 ,mem_passkey_1bit 
+0x799f 034450 branch function_f1_common 
+:      034452 function_f1:
+0x79a0 034453 fetch 1 ,mem_ssp_mode_flag 
+0x79a1 034454 bne ssp_mode_passkey_entry_flag ,function_f1_no_key 
+:      034455 function_f1_common:
+0x79a2 034456 bpatchx patch3d_5 ,mem_patch3d 
+0x79a3 034457 setarg 0x363636 
+0x79a4 034458 lshift8 pdata ,temp 
+0x79a5 034459 or_into 0x36 ,temp 
+0x79a6 034460 fetch 2 ,mem_sp_prarm_stack 
+0x79a7 034461 copy pdata ,contr 
+0x79a8 034462 force 4 ,loopcnt 
+0x79a9 034463 call pad_xor 
+0x79aa 034464 call sha_init 
+0x79ab 034465 call sha 
+0x79ac 034466 fetch 2 ,mem_sp_prarm_stack + 2 
+0x79ad 034467 copy pdata ,contr 
+0x79ae 034468 arg memdat ,contw 
+0x79af 034469 force 6 ,loopcnt 
+0x79b0 034470 call memcpy_dword_swap 
+0x79b1 034471 fetch 2 ,mem_sp_prarm_stack + 4 
+0x79b2 034472 copy pdata ,contr 
+0x79b3 034473 force 6 ,loopcnt 
+0x79b4 034474 call memcpy_dword_swap 
+0x79b5 034475 setarg 0x800000 
+0x79b6 034476 istore 3 ,contw 
+0x79b7 034478 fetch 1 ,mem_passkey_1bit 
+0x79b8 034480 istore 1 ,contw 
+0x79b9 034481 force 0 ,pdata 
+0x79ba 034482 istore 8 ,contw 
+0x79bb 034483 setarg 0x0388 
+0x79bc 034484 istore 4 ,contw 
+0x79bd 034485 call sha 
+0x79be 034486 call sha_result 
+0x79bf 034487 arg memresult ,contr 
+0x79c0 034488 arg memahsave ,contw 
+0x79c1 034489 call memcpy32 
+0x79c2 034491 setarg 0x5c5c5c 
+0x79c3 034492 lshift8 pdata ,temp 
+0x79c4 034493 or_into 0x5c ,temp 
+0x79c5 034494 fetch 2 ,mem_sp_prarm_stack 
+0x79c6 034495 copy pdata ,contr 
+0x79c7 034496 force 4 ,loopcnt 
+0x79c8 034497 call pad_xor 
+0x79c9 034498 call sha_init 
+0x79ca 034499 call sha 
+0x79cb 034500 arg memahsave_end ,contr 
+0x79cc 034501 arg memdat ,contw 
+0x79cd 034502 force 8 ,loopcnt 
+0x79ce 034503 call memcpy_dword_swap 
+0x79cf 034504 setarg 0x800000 
+0x79d0 034505 lshift8 pdata ,pdata 
+0x79d1 034506 istore 4 ,contw 
+0x79d2 034507 call bn_zero 
+0x79d3 034508 setarg 0x0300 
+0x79d4 034509 istore 4 ,contw 
+0x79d5 034510 call sha 
+0x79d6 034511 branch sha_result 
+:      034514 function_f2:
+0x79d7 034515 setarg 0x363636 
+0x79d8 034516 lshift8 pdata ,temp 
+0x79d9 034517 or_into 0x36 ,temp 
+0x79da 034518 arg mem_sp_dhkey_end ,contr 
+0x79db 034519 force 6 ,loopcnt 
+0x79dc 034520 call pad_xor 
+0x79dd 034521 call sha_init 
+0x79de 034522 call sha 
+0x79df 034523 fetch 2 ,mem_sp_prarm_stack + 12 
+0x79e0 034524 copy pdata ,contr 
+0x79e1 034525 arg memdat ,contw 
+0x79e2 034526 call memcpy_dword_swap4 
+0x79e3 034527 fetch 2 ,mem_sp_prarm_stack + 14 
+0x79e4 034528 copy pdata ,contr 
+0x79e5 034529 call memcpy_dword_swap4 
+0x79e6 034531 setarg 0x62746c 
+0x79e7 034532 lshift8 pdata ,pdata 
+0x79e8 034533 or_into 0x6b ,pdata 
+0x79e9 034534 istore 4 ,contw 
+0x79ea 034535 arg mem_addr_value_end ,contr 
+0x79eb 034536 force 3 ,loopcnt 
+0x79ec 034537 call memcpy_dword_swap 
+0x79ed 034539 setarg 0x800000 
+0x79ee 034540 lshift8 pdata ,pdata 
+0x79ef 034541 istore 4 ,contw 
+0x79f0 034542 force 0 ,pdata 
+0x79f1 034543 istore 8 ,contw 
+0x79f2 034544 setarg 0x0380 
+0x79f3 034545 istore 4 ,contw 
+0x79f4 034546 call sha 
+0x79f5 034548 call sha_result 
+0x79f6 034549 arg memresult ,contr 
+0x79f7 034550 arg memahsave ,contw 
+0x79f8 034551 call memcpy32 
+0x79f9 034553 setarg 0x5c5c5c 
+0x79fa 034554 lshift8 pdata ,temp 
+0x79fb 034555 or_into 0x5c ,temp 
+0x79fc 034556 arg mem_sp_dhkey_end ,contr 
+0x79fd 034557 force 6 ,loopcnt 
+0x79fe 034558 call pad_xor 
+0x79ff 034559 call sha_init 
+0x7a00 034560 call sha 
+0x7a01 034561 arg memahsave_end ,contr 
+0x7a02 034562 arg memdat ,contw 
+0x7a03 034563 force 8 ,loopcnt 
+0x7a04 034564 call memcpy_dword_swap 
+0x7a05 034565 setarg 0x800000 
+0x7a06 034566 lshift8 pdata ,pdata 
+0x7a07 034567 istore 4 ,contw 
+0x7a08 034568 call bn_zero 
+0x7a09 034569 setarg 0x0300 
+0x7a0a 034570 istore 4 ,contw 
+0x7a0b 034571 call sha 
+0x7a0c 034572 branch sha_result 
+:      034575 function_f3a:
+0x7a0d 034576 fetch 1 ,mem_ssp_mode_flag 
+0x7a0e 034577 bne ssp_mode_passkey_entry_flag ,function_f3a_no_pin 
+:      034578 function_f3a_common:
+0x7a0f 034579 bpatchx patch3d_6 ,mem_patch3d 
+0x7a10 034580 setarg 0x363636 
+0x7a11 034581 lshift8 pdata ,temp 
+0x7a12 034582 or_into 0x36 ,temp 
+0x7a13 034583 arg mem_sp_dhkey_end ,contr 
+0x7a14 034584 force 6 ,loopcnt 
+0x7a15 034585 call pad_xor 
+0x7a16 034586 call sha_init 
+0x7a17 034587 call sha 
+0x7a18 034588 arg mem_sp_random_remote_end ,contr 
+0x7a19 034589 arg memdat ,contw 
+0x7a1a 034590 call memcpy_dword_swap4 
+0x7a1b 034591 arg mem_sp_random_local_end ,contr 
+0x7a1c 034592 call memcpy_dword_swap4 
+0x7a1d 034593 branch function_f3_common 
+:      034595 function_f3a_no_pin:
+0x7a1e 034596 setarg 0 
+0x7a1f 034597 store 4 ,mem_pin 
+0x7a20 034598 branch function_f3a_common 
+:      034600 function_f3b_no_pin:
+0x7a21 034601 setarg 0 
+0x7a22 034602 store 4 ,mem_pin 
+0x7a23 034603 branch function_f3b_common 
+:      034606 function_f3b:
+0x7a24 034607 fetch 1 ,mem_ssp_mode_flag 
+0x7a25 034608 bne ssp_mode_passkey_entry_flag ,function_f3b_no_pin 
+:      034609 function_f3b_common:
+0x7a26 034610 setarg 0x363636 
+0x7a27 034611 lshift8 pdata ,temp 
+0x7a28 034612 or_into 0x36 ,temp 
+0x7a29 034613 arg mem_sp_dhkey_end ,contr 
+0x7a2a 034614 force 6 ,loopcnt 
+0x7a2b 034615 call pad_xor 
+0x7a2c 034616 call sha_init 
+0x7a2d 034617 call sha 
+0x7a2e 034619 arg mem_sp_random_local_end ,contr 
+0x7a2f 034620 arg memdat ,contw 
+0x7a30 034621 call memcpy_dword_swap4 
+0x7a31 034622 arg mem_sp_random_remote_end ,contr 
+0x7a32 034623 call memcpy_dword_swap4 
+:      034624 function_f3_common:
+0x7a33 034625 setarg 0x0 
+0x7a34 034626 istore 8 ,contw 
+0x7a35 034627 istore 4 ,contw 
+0x7a36 034628 fetch 4 ,mem_pin 
+0x7a37 034629 istore 4 ,contw 
+0x7a38 034631 copy contw ,temp 
+0x7a39 034632 jam 0x80 ,mem_addr_padding 
+0x7a3a 034633 copy temp ,contw 
+0x7a3b 034634 arg mem_addr_iocap_end ,contr 
+0x7a3c 034635 call memcpy_dword_swap4 
+0x7a3d 034637 call sha 
+0x7a3e 034639 arg memdat ,contw 
+0x7a3f 034640 force 7 ,loopcnt 
+0x7a40 034641 call memset0 
+0x7a41 034642 istore 4 ,contw 
+0x7a42 034643 setarg 0x03F8 
+0x7a43 034644 istore 4 ,contw 
+0x7a44 034645 call sha 
+0x7a45 034646 call sha_result 
+0x7a46 034648 arg memresult ,contr 
+0x7a47 034649 arg memahsave ,contw 
+0x7a48 034650 call memcpy32 
+0x7a49 034652 setarg 0x5c5c5c 
+0x7a4a 034653 lshift8 pdata ,temp 
+0x7a4b 034654 or_into 0x5c ,temp 
+0x7a4c 034655 arg mem_sp_dhkey_end ,contr 
+0x7a4d 034656 force 6 ,loopcnt 
+0x7a4e 034657 call pad_xor 
+0x7a4f 034658 call sha_init 
+0x7a50 034659 call sha 
+0x7a51 034660 arg memahsave_end ,contr 
+0x7a52 034661 arg memdat ,contw 
+0x7a53 034662 force 8 ,loopcnt 
+0x7a54 034663 call memcpy_dword_swap 
+0x7a55 034664 setarg 0x800000 
+0x7a56 034665 lshift8 pdata ,pdata 
+0x7a57 034666 istore 4 ,contw 
+0x7a58 034667 call bn_zero 
+0x7a59 034668 setarg 0x0300 
+0x7a5a 034669 istore 4 ,contw 
+0x7a5b 034670 call sha 
+0x7a5c 034671 branch sha_result 
+:      034678 eckp_calc_init:
+0x7a5d 034679 jam 192 ,mem_ec_loopc 
+:      034680 eckp_calc_init_1:
+0x7a5e 034681 fetch 1 ,mem_ec_loopc 
+0x7a5f 034682 rtn blank 
+0x7a60 034683 increase -1 ,pdata 
+0x7a61 034684 store 1 ,mem_ec_loopc 
+0x7a62 034685 arg mem_k ,contr 
+0x7a63 034686 call bn_testbit 
+0x7a64 034687 branch eckp_calc_init_1 ,true 
+0x7a65 034688 arg mem_ax ,contr 
+0x7a66 034689 arg mem_cx ,contw 
+0x7a67 034690 branch ec_copy 
+:      034692 eckp_calc:
+0x7a68 034693 call ecdbl 
+0x7a69 034694 fetch 1 ,mem_ec_loopc 
+0x7a6a 034695 increase -1 ,pdata 
+0x7a6b 034696 store 1 ,mem_ec_loopc 
+0x7a6c 034697 arg mem_k ,contr 
+0x7a6d 034698 call bn_testbit 
+0x7a6e 034699 rtn true 
+0x7a6f 034700 branch ecadd 
+:      034702 memcpy_dword_swap4:
+0x7a70 034703 force 4 ,loopcnt 
+:      034704 memcpy_dword_swap:
+0x7a71 034705 increase -4 ,contr 
+:      034706 memcpy_dword_swap_loop:
+0x7a72 034707 ifetch 4 ,contr 
+0x7a73 034708 istore 4 ,contw 
+0x7a74 034709 increase -8 ,contr 
+0x7a75 034710 loop memcpy_dword_swap_loop 
+0x7a76 034711 rtn 
+:      034716 sp_initialize_256:
+0x7a77 034717 bpatchx patch3d_7 ,mem_patch3d 
+0x7a78 034718 fetch 1 ,mem_le_secure_connect_enable 
+0x7a79 034719 branch le_secure_connection_disable ,blank 
+0x7a7a 034720 call le_secure_connection_enable 
+0x7a7b 034721 call sp_clear_flags 
+0x7a7c 034723 branch sp_pubkey_calc_256 
+:      034728 sp_pubkey_calc_256:
+0x7a7d 034729 fetch 1 ,mem_le_sc_local_key_invalid 
+0x7a7e 034730 rtnne sp_key_invalid 
+0x7a7f 034731 fetch 1 ,mem_le_sc_calc 
+0x7a80 034732 rtnne sp_calc_standby 
+0x7a81 034734 arg mem_le_private_key_256 ,contw 
+0x7a82 034735 force 15 ,queue 
+0x7a83 034736 call random_generator 
+0x7a84 034737 random pdata 
+0x7a85 034738 rshift pdata ,pdata 
+0x7a86 034739 istore 2 ,contw 
+0x7a87 034741 arg mem_k_256 ,contw 
+0x7a88 034742 arg mem_le_private_key_256 ,contr 
+0x7a89 034743 call memcpy32 
+0x7a8a 034745 arg mem_ax_256 ,contw 
+0x7a8b 034746 arg mem_gx_256 ,contr 
+0x7a8c 034747 call memcpy64 
+0x7a8d 034749 arg mem_az_256 ,contw 
+0x7a8e 034750 call clear_mem_256 
+0x7a8f 034751 jam 1 ,mem_az_256 
+0x7a90 034753 call eckp_calc_init_256 
+0x7a91 034754 jam sp_calc_pubkey_256 ,mem_le_sc_calc 
+0x7a92 034755 rtn 
+:      034757 sp_pubkey_generated_256:
+0x7a93 034758 arg mem_le_pubkey_local_x_256 ,contw 
+0x7a94 034759 arg mem_bx_256 ,contr 
+0x7a95 034760 call memcpy64 
+0x7a96 034761 jam sp_key_valid_256 ,mem_le_sc_local_key_invalid 
+0x7a97 034762 jam sp_calc_standby ,mem_le_sc_calc 
+0x7a98 034763 rtn 
+:      034767 sp_dhkey_calc_256:
+0x7a99 034768 fetch 1 ,mem_sp_dhkey_invalid 
+0x7a9a 034769 rtnne sp_key_invalid 
+0x7a9b 034770 fetch 1 ,mem_le_sc_calc 
+0x7a9c 034771 rtnne sp_calc_standby 
+0x7a9d 034773 arg mem_k_256 ,contw 
+0x7a9e 034774 arg mem_le_private_key_256 ,contr 
+0x7a9f 034775 call memcpy32 
+0x7aa0 034777 arg mem_ax_256 ,contw 
+0x7aa1 034778 arg mem_le_pubkey_remote_x_256 ,contr 
+0x7aa2 034779 call memcpy64 
+0x7aa3 034781 arg mem_az_256 ,contw 
+0x7aa4 034782 call clear_mem_256 
+0x7aa5 034783 jam 1 ,mem_az_256 
+0x7aa6 034785 call eckp_calc_init_256 
+0x7aa7 034786 jam sp_calc_dhkey_256 ,mem_le_sc_calc 
+0x7aa8 034787 rtn 
+:      034790 sp_dhkey_generated_256:
+0x7aa9 034792 arg mem_le_dhkey_256 ,contw 
+0x7aaa 034793 arg mem_bx_256 ,contr 
+0x7aab 034794 call memcpy32 
+0x7aac 034795 jam sp_key_valid_256 ,mem_sp_dhkey_invalid 
+0x7aad 034796 jam sp_calc_standby ,mem_le_sc_calc 
+0x7aae 034797 rtn 
+:      034801 sp_calc_sequence_256:
+0x7aaf 034802 fetch 1 ,mem_le_secure_connect_enable 
+0x7ab0 034803 rtn blank 
+0x7ab1 034804 fetch 1 ,mem_le_sc_calc 
+0x7ab2 034805 rtn blank 
+0x7ab3 034806 increase 0x80 ,pdata 
+0x7ab4 034807 store 1 ,mem_le_sc_calc 
+0x7ab5 034808 rtnbit1 7 
+0x7ab6 034809 fetch 2 ,mem_ec_loopc 
+0x7ab7 034810 branch sp_calc_sequence_done_256 ,blank 
+0x7ab8 034811 branch eckp_calc_256 
+:      034813 sp_calc_sequence_done_256:
+0x7ab9 034814 bpatchx patch3e_0 ,mem_patch3e 
+0x7aba 034815 call ecunmapz_256 
+0x7abb 034816 fetch 1 ,mem_le_sc_calc 
+0x7abc 034817 beq sp_calc_pubkey_256 ,sp_pubkey_generated_256 
+0x7abd 034818 beq sp_calc_dhkey_256 ,sp_dhkey_generated_256 
+0x7abe 034819 rtn 
+:      034822 eckp_calc_256:
+0x7abf 034823 call ecdbl_256 
+0x7ac0 034824 fetch 2 ,mem_ec_loopc 
+0x7ac1 034825 increase -1 ,pdata 
+0x7ac2 034826 store 2 ,mem_ec_loopc 
+0x7ac3 034827 arg mem_k_256 ,contr 
+0x7ac4 034828 call bn_testbit 
+0x7ac5 034829 rtn true 
+0x7ac6 034830 branch ecadd_256 
+:      034832 eckp_calc_init_256:
+0x7ac7 034833 bpatchx patch3e_1 ,mem_patch3e 
+0x7ac8 034834 setarg 256 ,pdata 
+0x7ac9 034835 store 2 ,mem_ec_loopc 
+:      034836 eckp_calc_init_256_1:
+0x7aca 034837 fetch 2 ,mem_ec_loopc 
+0x7acb 034838 rtn blank 
+0x7acc 034839 increase -1 ,pdata 
+0x7acd 034840 store 2 ,mem_ec_loopc 
+0x7ace 034841 arg mem_k_256 ,contr 
+0x7acf 034842 call bn_testbit 
+0x7ad0 034843 branch eckp_calc_init_256_1 ,true 
+0x7ad1 034844 arg mem_ax_256 ,contr 
+0x7ad2 034845 arg mem_cx_256 ,contw 
+0x7ad3 034846 branch memcpy96 
+:      034849 ecunmapz_256:
+0x7ad4 034850 arg mem_cz_256 ,rega 
+0x7ad5 034851 arg mem_t3_256 ,contw 
+0x7ad6 034852 call bn_invmod_256 
+0x7ad7 034853 arg mem_t3_256 ,rega 
+0x7ad8 034854 arg mem_t1_256 ,contw 
+0x7ad9 034855 call bn_sqrmod_256 
+0x7ada 034856 arg mem_cx_256 ,rega 
+0x7adb 034857 arg mem_t1_256 ,regb 
+0x7adc 034858 arg mem_bx_256 ,contw 
+0x7add 034859 call bn_mulmod_256 
+0x7ade 034860 arg mem_t3_256 ,rega 
+0x7adf 034861 arg mem_t1_256 ,regb 
+0x7ae0 034862 arg mem_t2_256 ,contw 
+0x7ae1 034863 call bn_mulmod_256 
+0x7ae2 034864 arg mem_cy_256 ,rega 
+0x7ae3 034865 arg mem_t2_256 ,regb 
+0x7ae4 034866 arg mem_by_256 ,contw 
+0x7ae5 034867 branch bn_mulmod_256 
+:      034869 ecdbl_256:
+0x7ae6 034870 arg mem_cz_256 ,rega 
+0x7ae7 034871 arg mem_t2_256 ,contw 
+0x7ae8 034872 call bn_sqrmod_256 
+0x7ae9 034873 arg mem_t2_256 ,rega 
+0x7aea 034874 arg mem_t3_256 ,contw 
+0x7aeb 034875 call bn_sqrmod_256 
+0x7aec 034877 arg mem_a_256 ,rega 
+0x7aed 034878 arg mem_t3_256 ,regb 
+0x7aee 034879 arg mem_t3_256 ,contw 
+0x7aef 034880 call bn_mulmod_256 
+0x7af0 034881 arg mem_cx_256 ,rega 
+0x7af1 034882 arg mem_t2_256 ,contw 
+0x7af2 034883 call bn_sqrmod_256 
+0x7af3 034885 arg mem_t2_256 ,contr 
+0x7af4 034886 arg mem_t1_256 ,contw 
+0x7af5 034887 call memcpy32 
+0x7af6 034888 arg mem_t1_256 ,rega 
+0x7af7 034889 call bn_lshiftmod_256 
+0x7af8 034890 arg mem_t2_256 ,rega 
+0x7af9 034891 arg mem_t1_256 ,regb 
+0x7afa 034892 arg mem_t2_256 ,contw 
+0x7afb 034893 call bn_addmod_256 
+0x7afc 034895 arg mem_t2_256 ,rega 
+0x7afd 034896 arg mem_t3_256 ,regb 
+0x7afe 034897 arg mem_t2_256 ,contw 
+0x7aff 034898 call bn_addmod_256 
+0x7b00 034900 arg mem_cx_256 ,contr 
+0x7b01 034901 arg mem_t1_256 ,contw 
+0x7b02 034902 call memcpy32 
+0x7b03 034903 arg mem_cy_256 ,rega 
+0x7b04 034904 arg mem_t3_256 ,contw 
+0x7b05 034905 call bn_sqrmod_256 
+0x7b06 034906 arg mem_t1_256 ,rega 
+0x7b07 034907 call bn_lshiftmod_256 
+0x7b08 034908 arg mem_t1_256 ,rega 
+0x7b09 034909 call bn_lshiftmod_256 
+0x7b0a 034910 arg mem_t1_256 ,rega 
+0x7b0b 034911 arg mem_t3_256 ,regb 
+0x7b0c 034912 arg mem_t1_256 ,contw 
+0x7b0d 034913 call bn_mulmod_256 
+0x7b0e 034914 arg mem_t3_256 ,rega 
+0x7b0f 034915 arg mem_t0_256 ,contw 
+0x7b10 034916 call bn_sqrmod_256 
+0x7b11 034917 arg mem_t0_256 ,rega 
+0x7b12 034918 call bn_lshiftmod_256 
+0x7b13 034919 arg mem_t0_256 ,rega 
+0x7b14 034920 call bn_lshiftmod_256 
+0x7b15 034921 arg mem_t0_256 ,rega 
+0x7b16 034922 call bn_lshiftmod_256 
+0x7b17 034923 arg mem_cy_256 ,contr 
+0x7b18 034924 arg mem_t3_256 ,contw 
+0x7b19 034925 call memcpy32 
+0x7b1a 034926 arg mem_t3_256 ,rega 
+0x7b1b 034927 call bn_lshiftmod_256 
+0x7b1c 034928 arg mem_t3_256 ,rega 
+0x7b1d 034929 arg mem_cz_256 ,regb 
+0x7b1e 034930 arg mem_cz_256 ,contw 
+0x7b1f 034931 call bn_mulmod_256 
+0x7b20 034934 arg mem_t2_256 ,rega 
+0x7b21 034935 arg mem_t3_256 ,contw 
+0x7b22 034936 call bn_sqrmod_256 
+0x7b23 034938 arg mem_t3_256 ,rega 
+0x7b24 034939 arg mem_t1_256 ,regb 
+0x7b25 034940 arg mem_t3_256 ,contw 
+0x7b26 034941 call bn_submod_256 
+0x7b27 034942 arg mem_t3_256 ,rega 
+0x7b28 034943 arg mem_t1_256 ,regb 
+0x7b29 034944 arg mem_cx_256 ,contw 
+0x7b2a 034945 call bn_submod_256 
+0x7b2b 034946 arg mem_t1_256 ,rega 
+0x7b2c 034947 arg mem_cx_256 ,regb 
+0x7b2d 034948 arg mem_t3_256 ,contw 
+0x7b2e 034949 call bn_submod_256 
+0x7b2f 034950 arg mem_t3_256 ,rega 
+0x7b30 034951 arg mem_t2_256 ,regb 
+0x7b31 034952 arg mem_t3_256 ,contw 
+0x7b32 034953 call bn_mulmod_256 
+0x7b33 034954 arg mem_t3_256 ,rega 
+0x7b34 034955 arg mem_t0_256 ,regb 
+0x7b35 034956 arg mem_cy_256 ,contw 
+0x7b36 034957 branch bn_submod_256 
+:      034959 ecadd_256:
+0x7b37 034961 arg mem_az_256 ,rega 
+0x7b38 034962 arg mem_t7_256 ,contw 
+0x7b39 034963 call bn_sqrmod_256 
+0x7b3a 034964 arg mem_cx_256 ,rega 
+0x7b3b 034965 arg mem_t7_256 ,regb 
+0x7b3c 034966 arg mem_t0_256 ,contw 
+0x7b3d 034967 call bn_mulmod_256 
+0x7b3e 034970 arg mem_az_256 ,rega 
+0x7b3f 034971 arg mem_t7_256 ,regb 
+0x7b40 034972 arg mem_t7_256 ,contw 
+0x7b41 034973 call bn_mulmod_256 
+0x7b42 034974 arg mem_cy_256 ,rega 
+0x7b43 034975 arg mem_t7_256 ,regb 
+0x7b44 034976 arg mem_t1_256 ,contw 
+0x7b45 034977 call bn_mulmod_256 
+0x7b46 034980 arg mem_cz_256 ,rega 
+0x7b47 034981 arg mem_t7_256 ,contw 
+0x7b48 034982 call bn_sqrmod_256 
+0x7b49 034983 arg mem_ax_256 ,rega 
+0x7b4a 034984 arg mem_t7_256 ,regb 
+0x7b4b 034985 arg mem_t2_256 ,contw 
+0x7b4c 034986 call bn_mulmod_256 
+0x7b4d 034988 arg mem_cz_256 ,rega 
+0x7b4e 034989 arg mem_t7_256 ,regb 
+0x7b4f 034990 arg mem_t7_256 ,contw 
+0x7b50 034991 call bn_mulmod_256 
+0x7b51 034992 arg mem_ay_256 ,rega 
+0x7b52 034993 arg mem_t7_256 ,regb 
+0x7b53 034994 arg mem_t3_256 ,contw 
+0x7b54 034995 call bn_mulmod_256 
+0x7b55 035000 arg mem_t0_256 ,regb 
+0x7b56 035001 arg mem_t2_256 ,rega 
+0x7b57 035002 arg mem_t7_256 ,contw 
+0x7b58 035003 call bn_submod_256 
+0x7b59 035004 arg mem_t0_256 ,rega 
+0x7b5a 035005 arg mem_t2_256 ,regb 
+0x7b5b 035006 arg mem_t0_256 ,contw 
+0x7b5c 035007 call bn_addmod_256 
+0x7b5d 035010 arg mem_t1_256 ,regb 
+0x7b5e 035011 arg mem_t3_256 ,rega 
+0x7b5f 035012 arg mem_t2_256 ,contw 
+0x7b60 035013 call bn_submod_256 
+0x7b61 035014 arg mem_t1_256 ,rega 
+0x7b62 035015 arg mem_t3_256 ,regb 
+0x7b63 035016 arg mem_t1_256 ,contw 
+0x7b64 035017 call bn_addmod_256 
+0x7b65 035018 arg mem_t1_256 ,rega 
+0x7b66 035019 arg mem_t7_256 ,regb 
+0x7b67 035020 arg mem_t1_256 ,contw 
+0x7b68 035021 call bn_mulmod_256 
+0x7b69 035022 arg mem_cz_256 ,rega 
+0x7b6a 035023 arg mem_az_256 ,regb 
+0x7b6b 035024 arg mem_t3_256 ,contw 
+0x7b6c 035025 call bn_mulmod_256 
+0x7b6d 035026 arg mem_t3_256 ,rega 
+0x7b6e 035027 arg mem_t7_256 ,regb 
+0x7b6f 035028 arg mem_cz_256 ,contw 
+0x7b70 035029 call bn_mulmod_256 
+0x7b71 035031 arg mem_t7_256 ,rega 
+0x7b72 035032 arg mem_t7_256 ,contw 
+0x7b73 035033 call bn_sqrmod_256 
+0x7b74 035034 arg mem_t7_256 ,rega 
+0x7b75 035035 arg mem_t0_256 ,regb 
+0x7b76 035036 arg mem_t3_256 ,contw 
+0x7b77 035037 call bn_mulmod_256 
+0x7b78 035038 arg mem_t7_256 ,rega 
+0x7b79 035039 arg mem_t1_256 ,regb 
+0x7b7a 035040 arg mem_t1_256 ,contw 
+0x7b7b 035041 call bn_mulmod_256 
+0x7b7c 035042 arg mem_t2_256 ,rega 
+0x7b7d 035043 arg mem_cx_256 ,contw 
+0x7b7e 035044 call bn_sqrmod_256 
+0x7b7f 035045 arg mem_cx_256 ,rega 
+0x7b80 035046 arg mem_t3_256 ,regb 
+0x7b81 035047 arg mem_cx_256 ,contw 
+0x7b82 035048 call bn_submod_256 
+0x7b83 035049 arg mem_cx_256 ,contr 
+0x7b84 035050 arg mem_t7_256 ,contw 
+0x7b85 035051 call memcpy32 
+0x7b86 035052 arg mem_t7_256 ,rega 
+0x7b87 035053 call bn_lshiftmod_256 
+0x7b88 035054 arg mem_t3_256 ,rega 
+0x7b89 035055 arg mem_t7_256 ,regb 
+0x7b8a 035056 arg mem_t3_256 ,contw 
+0x7b8b 035057 call bn_submod_256 
+0x7b8c 035058 arg mem_t3_256 ,rega 
+0x7b8d 035059 arg mem_t2_256 ,regb 
+0x7b8e 035060 arg mem_t2_256 ,contw 
+0x7b8f 035061 call bn_mulmod_256 
+0x7b90 035062 arg mem_t2_256 ,rega 
+0x7b91 035063 arg mem_t1_256 ,regb 
+0x7b92 035064 arg mem_cy_256 ,contw 
+0x7b93 035065 call bn_submod_256 
+0x7b94 035066 arg mem_cy_256 ,rega 
+0x7b95 035067 arg mem_p_256 ,regb 
+0x7b96 035068 arg mem_cy_256 ,contw 
+0x7b97 035069 force 0 ,regc 
+0x7b98 035070 fetch 1 ,mem_cy_256 
+0x7b99 035071 isolate1 0 ,pdata 
+0x7b9a 035072 call bn_add_256 ,true 
+0x7b9b 035073 copy regc ,alarm 
+0x7b9c 035074 arg mem_cy_256 ,rega 
+0x7b9d 035075 call bn_rshift_256 
+0x7b9e 035076 fetch 1 ,mem_cy5_256 
+0x7b9f 035077 isolate1 0 ,alarm 
+0x7ba0 035078 setflag true ,7 ,pdata 
+0x7ba1 035079 store 1 ,mem_cy5_256 
+0x7ba2 035080 rtn 
+:      035082 bn_invmod_256:
+0x7ba3 035083 copy contw ,timeup 
+0x7ba4 035084 arg mem_tmp0_256 ,contw 
+0x7ba5 035085 call clear_mem_256 
+0x7ba6 035086 force 0 ,pdata 
+0x7ba7 035088 store 4 ,mem_t2_256 
+0x7ba8 035089 jam 1 ,mem_tmp0_256 
+0x7ba9 035090 arg mem_tmp1_256 ,contw 
+0x7baa 035091 call clear_mem_512 
+0x7bab 035092 arg mem_p_256 ,contr 
+0x7bac 035093 arg mem_tmp2_256 ,contw 
+0x7bad 035094 call memcpy32 
+0x7bae 035095 copy rega ,contr 
+0x7baf 035096 arg mem_tmp3_256 ,contw 
+0x7bb0 035097 call memcpy32 
+:      035103 bn_invmod_256_2:
+0x7bb1 035104 arg mem_tmp3_256 ,contr 
+0x7bb2 035105 call bn_eq_zero_256 
+0x7bb3 035106 branch bn_invmod_256_0 ,blank 
+0x7bb4 035111 arg mem_tmp3_256 ,rega 
+0x7bb5 035112 arg mem_tmp0_256 ,regb 
+0x7bb6 035113 call bn_rshifteven_256 
+0x7bb7 035114 arg mem_tmp2_256 ,rega 
+0x7bb8 035115 arg mem_tmp1_256 ,regb 
+0x7bb9 035116 call bn_rshifteven_256 
+0x7bba 035118 arg mem_tmp3_256 ,rega 
+0x7bbb 035119 arg mem_tmp2_256 ,regb 
+0x7bbc 035120 call bn_bigeq_256 
+0x7bbd 035121 branch bn_invmod_256_1 ,positive 
+0x7bbe 035122 arg mem_tmp2_256 ,rega 
+0x7bbf 035123 arg mem_tmp3_256 ,regb 
+0x7bc0 035124 copy rega ,contw 
+0x7bc1 035125 call bn_sub_256 
+0x7bc2 035126 arg mem_tmp0_256 ,rega 
+0x7bc3 035127 arg mem_tmp1_256 ,regb 
+0x7bc4 035128 copy regb ,contw 
+0x7bc5 035129 call bn_add_256 
+0x7bc6 035130 ifetch 1 ,rega 
+0x7bc7 035131 iadd regc ,regc 
+0x7bc8 035132 ifetch 1 ,regb 
+0x7bc9 035133 iadd regc ,pdata 
+0x7bca 035134 istore 1 ,regb 
+0x7bcb 035135 branch bn_invmod_256_2 
+:      035136 bn_invmod_256_1:
+0x7bcc 035137 arg mem_tmp3_256 ,rega 
+0x7bcd 035138 arg mem_tmp2_256 ,regb 
+0x7bce 035139 copy rega ,contw 
+0x7bcf 035140 call bn_sub_256 
+0x7bd0 035141 arg mem_tmp1_256 ,rega 
+0x7bd1 035142 arg mem_tmp0_256 ,regb 
+0x7bd2 035143 copy regb ,contw 
+0x7bd3 035144 call bn_add_256 
+0x7bd4 035145 ifetch 1 ,rega 
+0x7bd5 035146 iadd regc ,regc 
+0x7bd6 035147 ifetch 1 ,regb 
+0x7bd7 035148 iadd regc ,pdata 
+0x7bd8 035149 istore 1 ,regb 
+0x7bd9 035150 branch bn_invmod_256_2 
+:      035151 bn_invmod_256_0:
+0x7bda 035153 arg mem_tmp1_256 ,rega 
+0x7bdb 035154 copy timeup ,contw 
+0x7bdc 035155 call bn_p256mod 
+0x7bdd 035157 arg mem_p_256 ,rega 
+0x7bde 035158 copy timeup ,regb 
+0x7bdf 035159 copy timeup ,contw 
+0x7be0 035160 branch bn_submod_256 
+:      035163 bn_mulmod_256:
+0x7be1 035164 copy contw ,timeup 
+0x7be2 035166 force 0 ,regext_index 
+0x7be3 035168 arg mem_tmp1_256 ,contw 
+0x7be4 035169 call clear_mem_512 
+0x7be5 035170 arg mem_regext ,contw 
+0x7be6 035171 call clear_mem_512 
+0x7be7 035175 copy rega ,contr 
+0x7be8 035177 jam 0 ,mem_regext 
+0x7be9 035178 setarg 0 
+0x7bea 035179 call bn_load_mem 
+0x7beb 035180 copy regb ,contr 
+0x7bec 035181 call bn_load_256 
+0x7bed 035184 force 0 ,queue 
+0x7bee 035185 arg mem_tmp1_256 ,contw 
+:      035186 bn_mulmod_256_1:
+0x7bef 035189 arg mem_regext ,temp 
+0x7bf0 035190 copy queue ,regb 
+0x7bf1 035191 lshift2 regb ,pdata 
+0x7bf2 035193 iadd temp ,regb 
+0x7bf3 035194 force 0 ,temp 
+0x7bf4 035195 force 0 ,regc 
+:      035196 bn_mulmod_256_0:
+0x7bf5 035201 ifetch 4 ,contw 
+0x7bf6 035202 iforce rega 
+0x7bf7 035205 ifetch 4 ,regb 
+0x7bf8 035206 copy regc ,regext_index 
+0x7bf9 035207 imul32 regext ,pdata 
+0x7bfa 035208 iadd rega ,pdata 
+0x7bfb 035209 iadd temp ,pdata 
+0x7bfc 035210 istore 4 ,contw 
+0x7bfd 035211 rshift32 pdata ,temp 
+0x7bfe 035212 increase 1 ,regc 
+0x7bff 035213 compare 8 ,regc ,0xff 
+0x7c00 035214 nbranch bn_mulmod_256_0 ,true 
+0x7c01 035216 deposit temp 
+0x7c02 035217 istore 4 ,contw 
+0x7c03 035218 increase -32 ,contw 
+0x7c04 035221 increase 1 ,queue 
+0x7c05 035222 compare 8 ,queue ,0xff 
+0x7c06 035223 nbranch bn_mulmod_256_1 ,true 
+0x7c07 035224 arg mem_tmp1_256 ,rega 
+0x7c08 035225 copy timeup ,contw 
+0x7c09 035226 branch bn_p256mod 
+:      035228 bn_p256mod:
+0x7c0a 035229 bpatchx patch3e_2 ,mem_patch3e 
+0x7c0b 035230 copy contw ,timeup 
+0x7c0c 035231 copy rega ,alarm 
+0x7c0d 035232 arg mem_tmp2_256 ,regb 
+0x7c0e 035233 copy regb ,contw 
+0x7c0f 035234 call memset0_4 
+0x7c10 035235 istore 8 ,contw 
+0x7c11 035236 add rega ,44 ,contr 
+0x7c12 035237 call memcpy8 
+0x7c13 035238 call memcpy12 
+0x7c14 035239 copy regb ,rega 
+0x7c15 035240 call bn_lshiftmod_256 
+0x7c16 035241 arg mem_tmp2_256 ,regb 
+0x7c17 035242 copy alarm ,rega 
+0x7c18 035243 copy timeup ,contw 
+0x7c19 035244 call bn_addmod_256 
+0x7c1a 035246 arg mem_tmp2_256 ,regb 
+0x7c1b 035247 copy regb ,contw 
+0x7c1c 035248 call memset0_4 
+0x7c1d 035249 istore 8 ,contw 
+0x7c1e 035250 add alarm ,48 ,contr 
+0x7c1f 035251 call memcpy16 
+0x7c20 035252 call memset0_4 
+0x7c21 035253 copy regb ,rega 
+0x7c22 035254 call bn_lshiftmod_256 
+0x7c23 035258 arg mem_tmp2_256 ,regb 
+0x7c24 035259 copy timeup ,rega 
+0x7c25 035260 copy rega ,contw 
+0x7c26 035261 call bn_addmod_256 
+0x7c27 035265 arg mem_tmp2_256 ,regb 
+0x7c28 035266 copy regb ,contw 
+0x7c29 035267 add alarm ,32 ,contr 
+0x7c2a 035268 call memcpy12 
+0x7c2b 035269 call memset0_4 
+0x7c2c 035270 istore 8 ,contw 
+0x7c2d 035271 add alarm ,56 ,contr 
+0x7c2e 035272 call memcpy8 
+0x7c2f 035273 copy timeup ,rega 
+0x7c30 035274 copy rega ,contw 
+0x7c31 035275 call bn_addmod_256 
+0x7c32 035279 arg mem_tmp2_256 ,regb 
+0x7c33 035280 copy regb ,contw 
+0x7c34 035281 add alarm ,36 ,contr 
+0x7c35 035282 call memcpy12 
+0x7c36 035283 add alarm ,52 ,contr 
+0x7c37 035284 call memcpy12 
+0x7c38 035285 add alarm ,52 ,contr 
+0x7c39 035286 call memcpy4 
+0x7c3a 035287 add alarm ,32 ,contr 
+0x7c3b 035288 call memcpy4 
+0x7c3c 035289 copy timeup ,rega 
+0x7c3d 035290 copy rega ,contw 
+0x7c3e 035291 call bn_addmod_256 
+0x7c3f 035294 arg mem_tmp2_256 ,regb 
+0x7c40 035295 copy regb ,contw 
+0x7c41 035296 add alarm ,44 ,contr 
+0x7c42 035297 call memcpy12 
+0x7c43 035298 call memset0_4 
+0x7c44 035299 istore 8 ,contw 
+0x7c45 035300 add alarm ,32 ,contr 
+0x7c46 035301 call memcpy4 
+0x7c47 035302 add alarm ,40 ,contr 
+0x7c48 035303 call memcpy4 
+0x7c49 035304 copy timeup ,rega 
+0x7c4a 035305 copy rega ,contw 
+0x7c4b 035306 call bn_submod_256 
+0x7c4c 035309 arg mem_tmp2_256 ,regb 
+0x7c4d 035310 copy regb ,contw 
+0x7c4e 035311 add alarm ,48 ,contr 
+0x7c4f 035312 call memcpy8 
+0x7c50 035313 call memcpy8 
+0x7c51 035314 force 0 ,pdata 
+0x7c52 035315 istore 8 ,contw 
+0x7c53 035316 add alarm ,36 ,contr 
+0x7c54 035317 call memcpy4 
+0x7c55 035318 add alarm ,44 ,contr 
+0x7c56 035319 call memcpy4 
+0x7c57 035320 copy timeup ,rega 
+0x7c58 035321 copy rega ,contw 
+0x7c59 035322 call bn_submod_256 
+0x7c5a 035325 arg mem_tmp2_256 ,regb 
+0x7c5b 035326 copy regb ,contw 
+0x7c5c 035327 add alarm ,52 ,contr 
+0x7c5d 035328 call memcpy12 
+0x7c5e 035329 add alarm ,32 ,contr 
+0x7c5f 035330 call memcpy12 
+0x7c60 035331 call memset0_4 
+0x7c61 035332 add alarm ,48 ,contr 
+0x7c62 035333 call memcpy4 
+0x7c63 035334 copy timeup ,rega 
+0x7c64 035335 copy rega ,contw 
+0x7c65 035336 call bn_submod_256 
+0x7c66 035339 arg mem_tmp2_256 ,regb 
+0x7c67 035340 copy regb ,contw 
+0x7c68 035341 add alarm ,56 ,contr 
+0x7c69 035342 call memcpy8 
+0x7c6a 035343 call memset0_4 
+0x7c6b 035344 add alarm ,36 ,contr 
+0x7c6c 035345 call memcpy12 
+0x7c6d 035346 call memset0_4 
+0x7c6e 035347 add alarm ,52 ,contr 
+0x7c6f 035348 call memcpy4 
+0x7c70 035349 copy timeup ,rega 
+0x7c71 035350 copy rega ,contw 
+0x7c72 035351 branch bn_submod_256 
+:      035354 bn_load_mem:
+0x7c73 035355 force 32 ,loopcnt 
+0x7c74 035356 arg mem_regext ,contw 
+0x7c75 035357 iadd contw ,contw 
+0x7c76 035358 branch memcpy 
+:      035360 bn_load_256:
+0x7c77 035361 force 8 ,loopcnt 
+0x7c78 035362 branch bn_load_0 
+:      035364 bn_sqrmod_256:
+0x7c79 035365 copy rega ,regb 
+0x7c7a 035366 branch bn_mulmod_256 
+:      035368 bn_add_256:
+0x7c7b 035369 force 8 ,loopcnt 
+0x7c7c 035370 branch bn_add + 1 
+:      035372 bn_addmod_256:
+0x7c7d 035373 call bn_add_256 
+0x7c7e 035374 copy contw ,rega 
+0x7c7f 035375 branch bn_lshiftmod_ismod_256 
+:      035377 bn_lshiftmod_256:
+0x7c80 035378 call bn_lshift_256 
+:      035379 bn_lshiftmod_ismod_256:
+0x7c81 035380 isolate1 0 ,regc 
+0x7c82 035381 branch bn_lshiftmod_p_256 ,true 
+0x7c83 035382 arg mem_p_256 ,regb 
+0x7c84 035383 copy rega ,regc 
+0x7c85 035384 increase -32 ,rega 
+0x7c86 035385 call bn_bigeq_256 
+0x7c87 035386 nrtn positive 
+0x7c88 035387 copy regc ,rega 
+0x7c89 035388 branch sub_p2_256 
+:      035390 bn_lshiftmod_p_256:
+0x7c8a 035391 call sub_p2_256 
+0x7c8b 035393 copy rega ,regc 
+0x7c8c 035394 increase -32 ,rega 
+0x7c8d 035395 arg mem_p_256 ,regb 
+0x7c8e 035396 call bn_bigeq_256 
+0x7c8f 035397 nrtn positive 
+0x7c90 035398 copy regc ,rega 
+0x7c91 035399 branch sub_p2_256 
+:      035402 sub_p2_256:
+0x7c92 035403 increase -32 ,rega 
+0x7c93 035404 arg mem_p_256 ,regb 
+0x7c94 035405 copy rega ,contw 
+0x7c95 035406 branch bn_sub_256 
+:      035411 bn_submod_256:
+0x7c96 035412 call bn_sub_256 
+0x7c97 035414 branch bn_submod_256_np ,true 
+0x7c98 035417 add contw ,-32 ,rega 
+0x7c99 035418 arg mem_p_256 ,regb 
+0x7c9a 035419 call bn_bigeq_256 
+0x7c9b 035420 nrtn positive 
+0x7c9c 035421 arg mem_p_256 ,regb 
+0x7c9d 035422 add contw ,-32 ,rega 
+0x7c9e 035424 copy rega ,contw 
+0x7c9f 035425 branch bn_sub_256 
+:      035426 bn_submod_256_np:
+0x7ca0 035427 add contw ,-32 ,rega 
+0x7ca1 035428 arg mem_p_256 ,regb 
+0x7ca2 035429 copy rega ,contw 
+0x7ca3 035430 call bn_add_256 
+0x7ca4 035432 rtn true 
+0x7ca5 035433 add contw ,-32 ,rega 
+0x7ca6 035434 arg mem_p_256 ,regb 
+0x7ca7 035435 copy rega ,contw 
+0x7ca8 035436 branch bn_add_256 
+:      035440 bn_sub_256:
+0x7ca9 035441 force 8 ,loopcnt 
+0x7caa 035442 branch bn_sub + 1 
+:      035444 bn_rshift_256:
+0x7cab 035445 force 8 ,loopcnt 
+0x7cac 035446 increase 28 ,rega 
+0x7cad 035447 branch bn_rshift 
+:      035449 bn_lshift_256:
+0x7cae 035450 force 8 ,loopcnt 
+0x7caf 035451 force 0 ,regc 
+0x7cb0 035452 branch bn_lshift_0 
+:      035454 bn_bigeq_256:
+0x7cb1 035455 force 8 ,loopcnt 
+0x7cb2 035456 increase 28 ,rega 
+0x7cb3 035457 increase 28 ,regb 
+0x7cb4 035458 branch bn_bigeq_0 
+:      035461 bn_eq_zero_256:
+0x7cb5 035462 ifetch 8 ,contr 
+0x7cb6 035463 nrtn blank 
+0x7cb7 035464 branch bn_eq_zero 
+:      035469 bn_rshifteven_256:
+0x7cb8 035470 copy rega ,alarm 
+:      035471 bn_rshifteven_256_1:
+0x7cb9 035472 copy alarm ,rega 
+0x7cba 035473 ifetch 1 ,rega 
+0x7cbb 035474 isolate1 0 ,pdata 
+0x7cbc 035475 rtn true 
+0x7cbd 035476 call bn_rshift_256 
+0x7cbe 035477 ifetch 1 ,regb 
+0x7cbf 035478 isolate0 0 ,pdata 
+0x7cc0 035479 branch bn_rshifteven_256_0 ,true 
+0x7cc1 035480 arg mem_p_256 ,rega 
+0x7cc2 035481 copy regb ,contw 
+0x7cc3 035482 call bn_add_256 
+0x7cc4 035483 ifetch 1 ,regb 
+0x7cc5 035484 iadd regc ,pdata 
+0x7cc6 035485 istore 1 ,regb 
+0x7cc7 035486 increase -32 ,regb 
+:      035487 bn_rshifteven_256_0:
+0x7cc8 035488 add regb ,32 ,rega 
+0x7cc9 035489 force 9 ,loopcnt 
+0x7cca 035490 call bn_rshift 
+0x7ccb 035491 branch bn_rshifteven_256_1 
+:      035495 ui_init:
+0x7ccc 035496 call lpm_disable_exen_output 
+0x7ccd 035497 rtn wake 
+0x7cce 035498 call ui_button_init 
+0x7ccf 035499 call ui_timer_init 
+0x7cd0 035500 branch ui_led_init_global 
+:      035502 ui_dispatch:
+0x7cd1 035503 call ui_led_dispatch 
+0x7cd2 035505 branch ui_timer_check 
+:      035507 ui_button_init:
+0x7cd3 035508 fetch 1 ,mem_ui_button_gpio 
+0x7cd4 035509 rtneq ui_button_gpio_disable 
+0x7cd5 035510 iforce temp 
+0x7cd6 035511 call gpio_config_output 
+0x7cd7 035512 fetcht 1 ,mem_ui_button_gpio 
+0x7cd8 035513 call gpio_out_inactive 
+0x7cd9 035514 nop 100 
+0x7cda 035515 fetcht 1 ,mem_ui_button_gpio 
+0x7cdb 035516 call gpio_config_input 
+0x7cdc 035517 branch ui_button_polling 
+:      035521 ui_button_polling:
+0x7cdd 035522 bpatchx patch3e_3 ,mem_patch3e 
+0x7cde 035523 fetch 1 ,mem_ui_button_gpio 
+0x7cdf 035524 rtneq ui_button_gpio_disable 
+0x7ce0 035525 copy pdata ,temp 
+0x7ce1 035526 call gpio_get_bit 
+0x7ce2 035527 nbranch ui_button_up ,true 
+:      035529 ui_button_down:
+0x7ce3 035530 call ui_button_check_long_press 
+0x7ce4 035531 fetch 2 ,mem_ui_state_map 
+0x7ce5 035532 set1 ui_state_btn_down 
+0x7ce6 035533 store 2 ,mem_ui_state_map 
+0x7ce7 035534 fetch 1 ,mem_ui_button_last_state 
+0x7ce8 035535 rtneq ui_button_state_down 
+0x7ce9 035536 jam ui_button_state_down ,mem_ui_button_last_state 
+0x7cea 035538 fetch 1 ,mem_ui_button_timeout 
+0x7ceb 035539 store 1 ,mem_ui_button_timer 
+0x7cec 035540 call lpm_button_get_wake_lock 
+0x7ced 035541 jam bt_evt_button_down ,mem_fifo_temp 
+0x7cee 035542 branch ui_ipc_send_event 
+:      035543 ui_button_up:
+0x7cef 035544 fetch 2 ,mem_ui_state_map 
+0x7cf0 035545 set0 ui_state_btn_down 
+0x7cf1 035546 store 2 ,mem_ui_state_map 
+0x7cf2 035547 fetch 1 ,mem_ui_button_last_state 
+0x7cf3 035548 rtneq ui_button_state_up 
+0x7cf4 035549 jam ui_button_state_up ,mem_ui_button_last_state 
+0x7cf5 035551 jam 0 ,mem_ui_button_timer 
+0x7cf6 035552 call lpm_button_clean_wake_lock 
+0x7cf7 035553 jam bt_evt_button_up ,mem_fifo_temp 
+0x7cf8 035554 branch ui_ipc_send_event 
+:      035556 ui_button_check_long_press:
+0x7cf9 035557 fetch 1 ,mem_ui_button_timer 
+0x7cfa 035558 rtn blank 
+0x7cfb 035559 increase -1 ,pdata 
+0x7cfc 035560 store 1 ,mem_ui_button_timer 
+0x7cfd 035561 nrtn blank 
+0x7cfe 035563 jam bt_evt_button_long_pressed ,mem_fifo_temp 
+0x7cff 035564 branch ui_ipc_send_event 
+:      035566 lpm_button_get_wake_lock:
+0x7d00 035567 arg wake_lock_button ,queue 
+0x7d01 035568 branch lpm_get_wake_lock 
+:      035570 lpm_button_clean_wake_lock:
+0x7d02 035571 arg wake_lock_button ,queue 
+0x7d03 035572 branch lpm_put_wake_lock 
+:      035594 calc_curr_struct_prt:
+0x7d04 035595 fetch 2 ,mem_ui_led_struct_ptr 
+0x7d05 035596 mul32 rega ,led_offset_length ,regb 
+0x7d06 035597 iadd regb ,regb 
+0x7d07 035598 rtn 
+:      035601 ui_led_init_global:
+0x7d08 035602 fetch 1 ,mem_ui_led_struct_num 
+0x7d09 035603 rtn blank 
+0x7d0a 035604 copy pdata ,loopcnt 
+0x7d0b 035605 fetch 2 ,mem_ui_led_struct_ptr 
+0x7d0c 035606 copy pdata ,regb 
+:      035607 ui_led_init_loop:
+0x7d0d 035608 add regb ,led_offset_led_gpio ,regc 
+0x7d0e 035609 ifetcht 1 ,regc 
+0x7d0f 035610 call gpio_config_output 
+0x7d10 035611 call ui_led_off_static 
+0x7d11 035612 increase led_offset_length ,regb 
+0x7d12 035613 loop ui_led_init_loop 
+0x7d13 035614 rtn 
+:      035618 ui_led_on_global:
+0x7d14 035619 call calc_curr_struct_prt 
+0x7d15 035620 setarg ui_led_state_lighting 
+0x7d16 035621 istore 1 ,regb 
+0x7d17 035622 call ui_led_stop_timer 
+0x7d18 035623 branch ui_led_on_static 
+:      035627 ui_led_blink_stop_global:
+:      035628 ui_led_off_global:
+0x7d19 035629 call calc_curr_struct_prt 
+0x7d1a 035630 setarg ui_led_state_darking 
+0x7d1b 035631 istore 1 ,regb 
+0x7d1c 035632 call ui_led_stop_timer 
+0x7d1d 035633 branch ui_led_off_static 
+:      035637 ui_led_blink_start_global:
+0x7d1e 035638 call calc_curr_struct_prt 
+0x7d1f 035639 setarg ui_led_state_blink_start 
+0x7d20 035640 istore 1 ,regb 
+0x7d21 035641 setarg led_infinite_flash_num 
+0x7d22 035642 istore 1 ,contw 
+0x7d23 035643 branch ui_led_off_static 
+:      035648 ui_led_set_style_global:
+0x7d24 035649 call calc_curr_struct_prt 
+0x7d25 035650 arg led_offset_length ,loopcnt 
+0x7d26 035651 copy regc ,contr 
+0x7d27 035652 copy regb ,contw 
+0x7d28 035653 branch memcpy_fast 
+:      035657 ui_led_dispatch:
+0x7d29 035658 fetch 1 ,mem_ui_led_struct_num 
+0x7d2a 035659 rtn blank 
+0x7d2b 035660 arg 0 ,rega 
+:      035661 ui_led_blink_polling:
+0x7d2c 035662 call ui_led_change_style_by_type 
+0x7d2d 035663 increase 1 ,rega 
+0x7d2e 035664 fetch 1 ,mem_ui_led_struct_num 
+0x7d2f 035665 isub rega ,null 
+0x7d30 035666 rtn zero 
+0x7d31 035667 branch ui_led_blink_polling 
+:      035670 ui_led_off_static:
+0x7d32 035671 add regb ,led_offset_led_gpio ,regc 
+0x7d33 035672 ifetcht 1 ,regc 
+0x7d34 035673 branch gpio_out_inactive 
+:      035676 ui_led_on_static:
+0x7d35 035677 add regb ,led_offset_led_gpio ,regc 
+0x7d36 035678 ifetcht 1 ,regc 
+0x7d37 035679 branch gpio_out_active 
+:      035683 ui_led_change_style_by_type:
+0x7d38 035684 add rega ,ui_led_blink ,queue 
+0x7d39 035685 call timer_check 
+0x7d3a 035686 nrtn blank 
+0x7d3b 035688 call calc_curr_struct_prt 
+0x7d3c 035690 ifetch 1 ,regb 
+0x7d3d 035692 beq ui_led_state_lighting ,ui_led_on_static 
+0x7d3e 035693 beq ui_led_state_darking ,ui_led_off_static 
+0x7d3f 035694 beq ui_led_state_blink_stop ,ui_led_off_static 
+0x7d40 035695 beq ui_led_state_blink_darking ,ui_led_blink_state_darking 
+:      035696 ui_led_blink_state_lighting:
+0x7d41 035697 call ui_led_on_static 
+0x7d42 035698 add regb ,led_offset_cb_ledon ,regc 
+0x7d43 035699 call push_stack 
+0x7d44 035700 ifetch 2 ,regc 
+0x7d45 035701 call callback_func 
+0x7d46 035702 call pop_stack 
+0x7d47 035703 setarg ui_led_state_blink_darking 
+0x7d48 035704 istore 1 ,regb 
+0x7d49 035705 add regb ,led_offset_on_time ,regc 
+0x7d4a 035706 ifetch 2 ,regc 
+0x7d4b 035707 branch ui_led_blink_timer_start 
+:      035710 ui_led_blink_state_darking:
+0x7d4c 035711 call ui_led_off_static 
+0x7d4d 035712 add regb ,led_offset_cb_ledoff ,regc 
+0x7d4e 035713 call push_stack 
+0x7d4f 035714 ifetch 2 ,regc 
+0x7d50 035715 call callback_func 
+0x7d51 035716 call pop_stack 
+0x7d52 035718 add regb ,led_offset_blink_count ,regc 
+0x7d53 035719 ifetch 1 ,regc 
+0x7d54 035720 beq led_infinite_flash_num ,ui_led_blink_infinite 
+0x7d55 035721 increase -1 ,pdata 
+0x7d56 035722 istore 1 ,regc 
+0x7d57 035723 branch ui_led_blink_stop_global ,blank 
+:      035724 ui_led_blink_infinite:
+0x7d58 035725 setarg ui_led_state_blink_lighting 
+0x7d59 035726 istore 1 ,regb 
+0x7d5a 035727 add regb ,led_offset_off_time ,regc 
+0x7d5b 035728 ifetch 2 ,regc 
+:      035729 ui_led_blink_timer_start:
+0x7d5c 035730 add rega ,ui_led_blink ,queue 
+0x7d5d 035731 branch timer_init 
+:      035733 ui_led_stop_timer:
+0x7d5e 035734 setarg 0 
+0x7d5f 035735 branch ui_led_blink_timer_start 
+:      035741 ui_timer_timeout:
+0x7d60 035742 setarg 0x1000 
+0x7d61 035743 lshift16 pdata ,pdata 
+0x7d62 035744 iadd regb ,regb 
+0x7d63 035745 rtn 
+:      035747 ui_timer_check:
+0x7d64 035748 bpatchx patch3e_4 ,mem_patch3e 
+0x7d65 035749 arg 0 ,rega 
+0x7d66 035750 fetcht 4 ,mem_ui_timer_last_btclk 
+0x7d67 035751 copy clkn_bt ,regb 
+0x7d68 035752 copy regb ,pdata 
+0x7d69 035753 isub temp ,null 
+0x7d6a 035754 ncall ui_timer_timeout ,positive 
+:      035756 ui_timer_check_loop:
+0x7d6b 035757 copy regb ,pdata 
+0x7d6c 035758 increase 160 ,temp 
+0x7d6d 035759 increase 160 ,temp 
+0x7d6e 035760 isub temp ,null 
+0x7d6f 035761 nbranch ui_timer_check_end ,positive 
+0x7d70 035762 increase 1 ,rega 
+0x7d71 035763 and rega ,0x0f ,pdata 
+0x7d72 035764 nbranch ui_timer_check_loop ,blank 
+0x7d73 035765 arg 0 ,rega 
+0x7d74 035766 call ui_timer_check_send_evt 
+:      035767 ui_timer_init:
+0x7d75 035768 copy clkn_bt ,pdata 
+0x7d76 035769 store 4 ,mem_ui_timer_last_btclk 
+0x7d77 035770 rtn 
+:      035771 ui_timer_check_end:
+0x7d78 035772 bpatchx patch3e_5 ,mem_patch3e 
+0x7d79 035773 copy rega ,pdata 
+0x7d7a 035774 rtn blank 
+0x7d7b 035775 increase -160 ,temp 
+0x7d7c 035776 increase -160 ,temp 
+0x7d7d 035777 set0 28 ,temp 
+0x7d7e 035778 storet 4 ,mem_ui_timer_last_btclk 
+:      035779 ui_timer_check_send_evt:
+0x7d7f 035780 branch app_evt_timer 
+:      035787 ui_ipc_get_lock:
+0x7d80 035788 jam 1 ,mem_ipc_lock_bt 
+:      035789 ui_ipc_get_lock_wait:
+0x7d81 035790 fetch 1 ,mem_ipc_lock_c51 
+0x7d82 035791 nbranch ui_ipc_get_lock_wait ,blank 
+0x7d83 035792 rtn 
+:      035794 ui_ipc_put_lock:
+0x7d84 035795 jam 0 ,mem_ipc_lock_bt 
+0x7d85 035796 rtn 
+:      035800 ui_ipc_send_event:
+0x7d86 035801 bpatchx patch3e_6 ,mem_patch3e 
+0x7d87 035802 call ui_ipc_get_lock 
+0x7d88 035803 copy rega ,pdata 
+0x7d89 035804 store 4 ,mem_ipc_rega_temp 
+0x7d8a 035805 arg mem_ipc_fifo_bt2c51 ,rega 
+0x7d8b 035806 call fifo_in 
+0x7d8c 035807 fetch 4 ,mem_ipc_rega_temp 
+0x7d8d 035808 copy pdata ,rega 
+0x7d8e 035809 branch ui_ipc_put_lock 
+:      035811 ui_ipc_send_cmd:
+0x7d8f 035812 bpatchx patch3e_7 ,mem_patch3e 
+0x7d90 035813 call ui_ipc_get_lock 
+0x7d91 035814 copy rega ,pdata 
+0x7d92 035815 store 4 ,mem_ipc_rega_temp 
+0x7d93 035816 arg mem_ipc_fifo_c512bt ,rega 
+0x7d94 035817 call fifo_in 
+0x7d95 035818 fetch 4 ,mem_ipc_rega_temp 
+0x7d96 035819 copy pdata ,rega 
+0x7d97 035820 branch ui_ipc_put_lock 
+:      035822 ui_ipc_clean_all_fifo:
+0x7d98 035823 setarg 0 
+0x7d99 035824 store util_fifo_len ,mem_ipc_fifo_c512bt 
+0x7d9a 035825 store util_fifo_len ,mem_ipc_fifo_bt2c51 
+0x7d9b 035826 rtn 
+:      035828 check_51cmd:
+0x7d9c 035829 bpatchx patch3f_0 ,mem_patch3f 
+0x7d9d 035830 fetch 1 ,mem_hci_cmd 
+0x7d9e 035831 nrtn blank 
+0x7d9f 035832 arg mem_ipc_fifo_c512bt ,rega 
+0x7da0 035833 call fifo_is_empty 
+0x7da1 035834 rtn blank 
+0x7da2 035835 jam ipc_continue_process ,mem_ipc_skip_continue_proc 
+0x7da3 035836 call check_51cmd_once 
+0x7da4 035837 fetch 1 ,mem_ipc_skip_continue_proc 
+0x7da5 035838 branch check_51cmd ,blank 
+0x7da6 035839 rtn 
+:      035841 check_51cmd_once:
+0x7da7 035842 call ui_ipc_get_lock 
+0x7da8 035843 arg mem_ipc_fifo_c512bt ,rega 
+0x7da9 035844 call fifo_out 
+0x7daa 035845 copy pdata ,temp 
+0x7dab 035846 call ui_ipc_put_lock 
+0x7dac 035847 bpatchx patch3f_1 ,mem_patch3f 
+0x7dad 035848 copy temp ,pdata 
+0x7dae 035849 rtn blank 
+0x7daf 035850 beq bt_cmd_start_discovery ,check_51cmd_start_discovery 
+0x7db0 035851 beq bt_cmd_stop_discovery ,check_51cmd_stop_discovery 
+0x7db1 035852 beq bt_cmd_reconnect ,check_51cmd_reconnect 
+0x7db2 035853 beq bt_cmd_enter_sniff_subrating ,check_51cmd_enter_sniff_subrating 
+0x7db3 035854 beq bt_cmd_exit_sniff_subrating ,check_51cmd_exit_sniff_subrating 
+0x7db4 035855 beq bt_cmd_sniff_test ,check_51cmd_sniff_test 
+0x7db5 035856 beq bt_cmd_start_inquiry ,check_51cmd_inq 
+0x7db6 035857 beq bt_cmd_stop_inquiry ,check_51cmd_stop_inq 
+0x7db7 035858 beq bt_cmd_start_adv ,check_51cmd_adv 
+0x7db8 035859 beq bt_cmd_stop_adv ,check_51cmd_stop_adv 
+0x7db9 035860 beq bt_cmd_start_direct_adv ,check_51cmd_direct_adv 
+0x7dba 035861 beq bt_cmd_stop_direct_adv ,check_51cmd_stop_direct_adv 
+0x7dbb 035862 beq bt_cmd_led_off ,check_51cmd_led_off 
+0x7dbc 035863 beq bt_cmd_led_on ,check_51cmd_led_on 
+0x7dbd 035864 beq bt_cmd_led_blink ,check_51cmd_led_start_blink 
+0x7dbe 035865 beq bt_cmd_le_start_conn ,check_51cmd_le_start_con 
+0x7dbf 035866 beq bt_cmd_le_start_scan ,check_51cmd_start_scan 
+0x7dc0 035867 beq bt_cmd_le_stop_scan ,check_51cmd_stop_scan 
+0x7dc1 035868 beq bt_cmd_enter_hibernate ,check_51cmd_hibernate 
+0x7dc2 035869 beq bt_cmd_le_smp_security_request ,check_51cmd_le_smp_sec_req 
+0x7dc3 035870 beq bt_cmd_bb_reconn_cancel ,check_51cmd_bb_reconn_cancel 
+0x7dc4 035872 store 1 ,mem_fifo_temp 
+0x7dc5 035873 bpatchx patch3f_2 ,mem_patch3f 
+0x7dc6 035874 call lmo_fifo_check 
+0x7dc7 035875 nbranch check_51cmd_restore ,blank 
+:      035876 check_51cmd_once_continue:
+0x7dc8 035877 fetch 1 ,mem_fifo_temp 
+0x7dc9 035878 bmark0 mark_context ,check_51cmd_check_idle 
+0x7dca 035879 beq bt_cmd_disconnect ,check_51cmd_disconnect 
+0x7dcb 035880 beq bt_cmd_enter_sniff ,cmd_in_sniff 
+0x7dcc 035881 beq bt_cmd_exit_sniff ,cmd_exit_sniff 
+0x7dcd 035882 beq bt_cmd_set_pin_code ,check_51cmd_pincode 
+0x7dce 035883 beq bt_cmd_le_disconnect ,check_51cmd_le_disconnect 
+0x7dcf 035884 beq bt_cmd_le_update_conn ,check_51cmd_ble_update_connect_param 
+0x7dd0 035885 beq bt_cmd_role_switch ,check_51cmd_role_switch 
+0x7dd1 035886 beq bt_cmd_store_reconn_info_le ,eeprom_store_le_reconn_info 
+0x7dd2 035887 beq bt_cmd_store_reconn_info_bt ,eeprom_store_bd_reconn_info 
+0x7dd3 035888 beq bt_cmd_dhkey_not_accept ,check_51cmd_dhkey_not_accept 
+0x7dd4 035889 beq bt_cmd_store_reconn_info ,check_51cmd_store_reconn_info 
+0x7dd5 035890 rtn 
+:      035892 check_51cmd_check_idle:
+0x7dd6 035893 store 1 ,mem_fifo_temp 
+0x7dd7 035894 call context_check_idle 
+0x7dd8 035895 branch check_51cmd_restore ,zero 
+0x7dd9 035896 call context_search_plap 
+0x7dda 035897 nrtn zero 
+:      035898 check_51cmd_restore:
+0x7ddb 035899 jam ipc_skip_continue_process ,mem_ipc_skip_continue_proc 
+0x7ddc 035900 branch ui_ipc_send_cmd 
+:      035905 check_51cmd_start_discovery:
+0x7ddd 035906 fetch 2 ,mem_ui_state_map 
+0x7dde 035907 set1 ui_state_bt_discovery 
+0x7ddf 035908 store 2 ,mem_ui_state_map 
+0x7de0 035909 jam 3 ,mem_scan_mode 
+0x7de1 035910 rtn 
+:      035914 check_51cmd_stop_discovery:
+0x7de2 035915 jam 0 ,mem_hid_handshake_timer_count 
+0x7de3 035916 jam 0 ,mem_scan_mode 
+0x7de4 035917 fetch 2 ,mem_ui_state_map 
+0x7de5 035918 set0 ui_state_bt_discovery 
+0x7de6 035919 store 2 ,mem_ui_state_map 
+0x7de7 035920 rtn 
+:      035924 check_51cmd_reconnect:
+0x7de8 035925 jam hci_cmd_create_conn ,mem_hci_cmd 
+0x7de9 035926 rtn 
+:      035930 check_51cmd_disconnect:
+0x7dea 035931 jam lmp_detach ,mem_lmo_opcode2 
+0x7deb 035932 jam other_end_terminated ,mem_disconn_reason_send 
+0x7dec 035933 rtn 
+:      035937 check_51cmd_enter_sniff_subrating:
+0x7ded 035938 rtn 
+:      035942 check_51cmd_exit_sniff_subrating:
+0x7dee 035943 rtn 
+:      035947 check_51cmd_sniff_test:
+0x7def 035948 rtn 
+:      035952 check_51cmd_pincode:
+0x7df0 035953 jam pincode_state_pincode_ready ,mem_pincode_state 
+0x7df1 035954 branch cmd_pair 
+:      035958 check_51cmd_inq:
+0x7df2 035959 rtn 
+:      035963 check_51cmd_stop_inq:
+0x7df3 035964 rtn 
+:      035968 check_51cmd_adv:
+0x7df4 035969 jam on ,mem_le_adv_enable 
+0x7df5 035970 jam adv_ind ,mem_le_adv_type 
+0x7df6 035971 fetch 2 ,mem_ui_state_map 
+0x7df7 035972 set1 ui_state_ble_adv ,pdata 
+0x7df8 035973 store 2 ,mem_ui_state_map 
+0x7df9 035974 rtn 
+:      035978 check_51cmd_stop_adv:
+0x7dfa 035979 fetch 2 ,mem_ui_state_map 
+0x7dfb 035980 set0 ui_state_ble_adv ,pdata 
+0x7dfc 035981 store 2 ,mem_ui_state_map 
+0x7dfd 035982 jam off ,mem_le_adv_enable 
+0x7dfe 035983 rtn 
+:      035987 check_51cmd_direct_adv:
+0x7dff 035988 jam on ,mem_le_adv_enable 
+0x7e00 035989 jam adv_direct_ind ,mem_le_adv_type 
+0x7e01 035990 fetch 2 ,mem_ui_state_map 
+0x7e02 035991 set1 ui_state_ble_adv ,pdata 
+0x7e03 035992 store 2 ,mem_ui_state_map 
+0x7e04 035993 rtn 
+:      035997 check_51cmd_stop_direct_adv:
+0x7e05 035998 fetch 2 ,mem_ui_state_map 
+0x7e06 035999 set0 ui_state_ble_adv ,pdata 
+0x7e07 036000 store 2 ,mem_ui_state_map 
+0x7e08 036001 jam off ,mem_le_adv_enable 
+0x7e09 036002 rtn 
+:      036006 check_51cmd_le_disconnect:
+0x7e0a 036007 setarg 20 
+0x7e0b 036008 store 2 ,mem_le_superto 
+0x7e0c 036009 store 2 ,mem_le_init_superto 
+0x7e0d 036010 branch le_send_terminate_ind_user_terminated 
+:      036014 check_51cmd_ble_update_connect_param:
+0x7e0e 036015 branch le_l2cap_tx_update_req 
+:      036019 check_51cmd_led_off:
+0x7e0f 036020 arg 0 ,rega 
+0x7e10 036021 branch ui_led_off_global 
+:      036025 check_51cmd_led_on:
+0x7e11 036026 arg 0 ,rega 
+0x7e12 036027 branch ui_led_on_global 
+:      036031 check_51cmd_led_start_blink:
+0x7e13 036032 arg 0 ,rega 
+0x7e14 036033 branch ui_led_blink_start_global 
+:      036037 check_51cmd_le_start_con:
+0x7e15 036038 jam on ,mem_le_scan_enable 
+0x7e16 036039 jam hci_cmd_le_create_conn ,mem_hci_cmd 
+0x7e17 036042 rtn 
+:      036046 check_51cmd_start_scan:
+0x7e18 036047 jam on ,mem_le_scan_enable 
+0x7e19 036048 rtn 
+:      036052 check_51cmd_stop_scan:
+0x7e1a 036053 jam off ,mem_le_scan_enable 
+0x7e1b 036054 jam 0 ,mem_hci_cmd 
+0x7e1c 036055 rtn 
+:      036059 check_51cmd_hibernate:
+0x7e1d 036060 fetch 2 ,mem_cb_before_hibernate 
+0x7e1e 036061 call callback_func 
+0x7e1f 036062 fetch 1 ,mem_ui_button_gpio 
+0x7e20 036063 beq ui_button_gpio_disable ,check_51cmd_hibernate_btn_disabled 
+0x7e21 036064 copy pdata ,temp 
+0x7e22 036065 call gpio_config_input 
+:      036066 check_51cmd_hibernate_btn_disabled:
+0x7e23 036067 call ui_ipc_clean_all_fifo 
+0x7e24 036068 branch lpm_hibernate 
+:      036072 check_51cmd_le_smp_sec_req:
+0x7e25 036073 branch le_send_smp_security_request 
+:      036077 check_51cmd_role_switch:
+0x7e26 036078 jam lmp_slot_offset ,mem_lmo_opcode2 
+0x7e27 036079 set1 mark_switch_initiated ,mark 
+0x7e28 036080 nrtn master 
+0x7e29 036081 jam switch_flag_init ,mem_switch_flag 
+0x7e2a 036082 jam lmp_switch_req ,mem_lmo_opcode2 
+0x7e2b 036083 fetch 1 ,mem_connection_options 
+0x7e2c 036084 set0 connection_switch ,pdata 
+0x7e2d 036085 store 1 ,mem_connection_options 
+0x7e2e 036086 rtn 
+:      036090 check_51cmd_bb_reconn_cancel:
+0x7e2f 036091 force page_length_timer ,queue 
+0x7e30 036092 branch timer_stop 
+:      036096 check_51cmd_dhkey_not_accept:
+0x7e31 036097 call tid_set_reply 
+0x7e32 036098 jam lmp_dhkey_check ,mem_lmi_opcode2 
+0x7e33 036099 branch parse_lmp_dhkey_check_reject 
+:      036102 ui_check_paring_button:
+0x7e34 036103 fetch 1 ,mem_ui_state_map 
+0x7e35 036104 rtnbit0 ui_state_btn_down 
+0x7e36 036105 rtnbit0 ui_state_bt_reconnect 
+0x7e37 036106 branch check_51cmd_bb_reconn_cancel 
+:      036111 queue_init:
+0x7e38 036112 fetch 2 ,mem_queue_ptr 
+0x7e39 036113 add pdata ,queue_offset_curr_num ,contw 
+0x7e3a 036114 setarg 0 
+0x7e3b 036115 istore 3 ,contw 
+0x7e3c 036116 rtn 
+:      036120 queue_push:
+0x7e3d 036121 call disable_user 
+0x7e3e 036122 call queue_full 
+0x7e3f 036123 rtn blank 
+0x7e40 036124 fetch 2 ,mem_queue_ptr 
+0x7e41 036125 add pdata ,queue_offset_curr_num ,regb 
+0x7e42 036126 ifetcht 1 ,regb 
+0x7e43 036127 increase 1 ,temp 
+0x7e44 036128 istoret 1 ,regb 
+0x7e45 036130 ifetcht 1 ,pdata 
+0x7e46 036131 copy temp ,loopcnt 
+0x7e47 036132 add pdata ,queue_offset_write_ptr ,regb 
+0x7e48 036133 ifetch 1 ,regb 
+0x7e49 036134 imul32 temp ,pdata 
+0x7e4a 036135 iadd contr ,contw 
+0x7e4b 036136 copy rega ,contr 
+:      036137 calc_queue_next_ptr:
+0x7e4c 036138 call memcpy 
+0x7e4d 036139 call queue_get_size 
+0x7e4e 036140 pincrease -1 
+0x7e4f 036141 ifetcht 1 ,regb 
+0x7e50 036142 increase 1 ,temp 
+0x7e51 036143 iand temp ,temp 
+0x7e52 036144 istoret 1 ,regb 
+0x7e53 036145 branch enable_user 
+:      036150 queue_pop:
+0x7e54 036151 call disable_user 
+0x7e55 036152 call queue_empty 
+0x7e56 036153 rtn blank 
+0x7e57 036154 fetch 2 ,mem_queue_ptr 
+0x7e58 036155 add pdata ,queue_offset_curr_num ,regb 
+0x7e59 036156 ifetcht 1 ,regb 
+0x7e5a 036157 increase -1 ,temp 
+0x7e5b 036158 istoret 1 ,regb 
+0x7e5c 036159 ifetcht 1 ,pdata 
+0x7e5d 036160 copy temp ,loopcnt 
+0x7e5e 036161 add pdata ,queue_offset_read_ptr ,regb 
+0x7e5f 036162 ifetch 1 ,regb 
+0x7e60 036163 imul32 temp ,pdata 
+0x7e61 036164 iadd contr ,contr 
+0x7e62 036165 increase 1 ,contr 
+0x7e63 036166 copy rega ,contw 
+0x7e64 036167 branch calc_queue_next_ptr 
+:      036171 queue_empty:
+0x7e65 036172 fetch 2 ,mem_queue_ptr 
+0x7e66 036173 add pdata ,queue_offset_curr_num ,contr 
+0x7e67 036174 ifetch 1 ,contr 
+0x7e68 036175 rtn 
+:      036178 queue_full:
+0x7e69 036179 call queue_get_size 
+0x7e6a 036180 ifetcht 1 ,contr 
+0x7e6b 036181 isub temp ,pdata 
+0x7e6c 036182 rtn 
+:      036185 queue_get_size:
+0x7e6d 036186 fetch 2 ,mem_queue_ptr 
+0x7e6e 036187 add pdata ,queue_offset_length ,contr 
+0x7e6f 036188 ifetch 1 ,contr 
+0x7e70 036189 rtn 
+:      036197 right_shift_n:
+0x7e71 036198 sub loopcnt ,0 ,null 
+0x7e72 036199 rtn zero 
+:      036200 right_shift_n_loop:
+0x7e73 036201 rshift pdata ,pdata 
+0x7e74 036202 loop right_shift_n_loop 
+0x7e75 036203 rtn 
+:      036206 left_shift_n:
+0x7e76 036207 force 1 ,pdata 
+0x7e77 036208 sub loopcnt ,0 ,null 
+0x7e78 036209 rtn zero 
+:      036210 left_shift_n_loop:
+0x7e79 036211 lshift pdata ,pdata 
+0x7e7a 036212 loop left_shift_n_loop 
+0x7e7b 036213 rtn 
+:      036214 push_stack:
+0x7e7c 036215 deposit contw 
+0x7e7d 036216 store 2 ,mem_contw 
+0x7e7e 036217 storet 8 ,mem_temp 
+0x7e7f 036218 deposit timeup 
+0x7e80 036219 store 4 ,mem_timeup 
+0x7e81 036220 call push_stack_rega_b_c 
+0x7e82 036221 deposit contr 
+0x7e83 036222 store 2 ,mem_contr 
+0x7e84 036223 rtn 
+:      036225 push_stack_rega_b_c:
+0x7e85 036226 deposit rega 
+0x7e86 036227 store 4 ,mem_rega 
+0x7e87 036228 deposit regb 
+0x7e88 036229 store 4 ,mem_regb 
+0x7e89 036230 deposit regc 
+0x7e8a 036231 store 3 ,mem_regc 
+0x7e8b 036232 rtn 
+:      036234 pop_stack:
+0x7e8c 036235 fetcht 8 ,mem_temp 
+0x7e8d 036236 fetch 4 ,mem_timeup 
+0x7e8e 036237 iforce timeup 
+0x7e8f 036238 call pop_stack_rega_b_c 
+0x7e90 036239 fetch 2 ,mem_contw 
+0x7e91 036240 iforce contw 
+0x7e92 036241 fetch 2 ,mem_contr 
+0x7e93 036242 iforce contr 
+0x7e94 036243 rtn 
+:      036245 pop_stack_rega_b_c:
+0x7e95 036246 fetch 4 ,mem_rega 
+0x7e96 036247 iforce rega 
+0x7e97 036248 fetch 4 ,mem_regb 
+0x7e98 036249 iforce regb 
+0x7e99 036250 fetch 3 ,mem_regc 
+0x7e9a 036251 iforce regc 
+0x7e9b 036252 rtn 
+:      036254 get_contw:
+0x7e9c 036255 fetch 2 ,mem_contw 
+0x7e9d 036256 copy pdata ,contw 
+0x7e9e 036257 rtn 
+:      036258 get_contr:
+0x7e9f 036259 fetch 2 ,mem_contr 
+0x7ea0 036260 copy pdata ,contr 
+0x7ea1 036261 rtn 
+:      036262 store_contw:
+0x7ea2 036263 copy contw ,pdata 
+0x7ea3 036264 store 2 ,mem_contw 
+0x7ea4 036265 rtn 
+:      036266 store_contr:
+0x7ea5 036267 copy contr ,pdata 
+0x7ea6 036268 store 2 ,mem_contr 
+0x7ea7 036269 rtn 
+:      036273 save_cont_pointers:
+0x7ea8 036274 copy contw ,pdata 
+0x7ea9 036275 store 2 ,mem_hold_contw 
+0x7eaa 036276 copy contr ,pdata 
+0x7eab 036277 store 2 ,mem_hold_contr 
+0x7eac 036278 rtn 
+:      036279 load_cont_pointers:
+0x7ead 036280 fetch 2 ,mem_hold_contw 
+0x7eae 036281 copy pdata ,contw 
+0x7eaf 036282 fetch 2 ,mem_hold_contr 
+0x7eb0 036283 copy pdata ,contr 
+0x7eb1 036284 rtn 
+:      036286 memcpy96:
+0x7eb2 036287 call memcpy32 
+:      036288 memcpy64:
+0x7eb3 036289 call memcpy32 
+0x7eb4 036290 branch memcpy32 
+:      036291 memcpy12:
+0x7eb5 036292 call memcpy8 
+:      036293 memcpy4:
+0x7eb6 036294 ifetch 4 ,contr 
+0x7eb7 036295 istore 4 ,contw 
+0x7eb8 036296 rtn 
+:      036297 memcpy8:
+0x7eb9 036298 ifetch 8 ,contr 
+0x7eba 036299 istore 8 ,contw 
+0x7ebb 036300 rtn 
+:      036302 memcpy48:
+0x7ebc 036303 call memcpy16 
+:      036304 memcpy32:
+0x7ebd 036305 call memcpy8 
+:      036306 memcpy24:
+0x7ebe 036307 call memcpy8 
+:      036308 memcpy16:
+0x7ebf 036309 call memcpy8 
+0x7ec0 036310 branch memcpy8 
+:      036314 delay_10ms:
+0x7ec1 036315 arg 10 ,loopcnt 
+:      036316 delay_ms_wait:
+0x7ec2 036317 nop 12000 
+0x7ec3 036318 loop delay_ms_wait 
+0x7ec4 036319 rtn 
+:      036321 bn_zero:
+0x7ec5 036322 force 3 ,loopcnt 
+:      036323 memset0:
+0x7ec6 036324 force 0 ,pdata 
+:      036325 memset8:
+0x7ec7 036326 istore 8 ,contw 
+0x7ec8 036327 loop memset8 
+0x7ec9 036328 rtn 
+:      036330 memset0_8:
+0x7eca 036331 force 0 ,pdata 
+0x7ecb 036332 istore 8 ,contw 
+0x7ecc 036333 rtn 
+:      036334 memset0_4:
+0x7ecd 036335 force 0 ,pdata 
+0x7ece 036336 istore 4 ,contw 
+0x7ecf 036337 rtn 
+:      036339 clear_mem_256:
+0x7ed0 036340 force 4 ,loopcnt 
+0x7ed1 036341 branch memset0 
+:      036342 clear_mem_512:
+0x7ed2 036343 force 8 ,loopcnt 
+0x7ed3 036344 branch memset0 
+:      036346 clear_mem:
+0x7ed4 036347 deposit loopcnt 
+0x7ed5 036348 rtn blank 
+0x7ed6 036349 setarg 0 
+:      036350 clear_mem_loop:
+0x7ed7 036351 istore 1 ,contw 
+0x7ed8 036352 loop clear_mem_loop 
+0x7ed9 036353 rtn 
+:      036356 clear_temp_block:
+0x7eda 036357 arg 32 ,loopcnt 
+0x7edb 036358 arg mem_temp_block0 ,contw 
+0x7edc 036359 branch clear_mem 
+:      036361 xor_loop:
+0x7edd 036362 ifetch 4 ,regc 
+0x7ede 036363 ifetcht 4 ,rega 
+0x7edf 036364 ixor temp ,pdata 
+0x7ee0 036365 istore 4 ,contw 
+0x7ee1 036366 increase 4 ,rega 
+0x7ee2 036367 increase 4 ,regc 
+0x7ee3 036368 loop xor_loop 
+0x7ee4 036369 rtn 
+:      036373 inverse_data:
+0x7ee5 036374 bpatchx patch3f_3 ,mem_patch3f 
+0x7ee6 036375 copy loopcnt ,pdata 
+0x7ee7 036376 sub pdata ,1 ,null 
+0x7ee8 036377 rtn positive 
+0x7ee9 036378 iadd rega ,regb 
+0x7eea 036379 increase -1 ,regb 
+0x7eeb 036380 rshift loopcnt ,loopcnt 
+:      036381 inverse_loop:
+0x7eec 036382 ifetcht 1 ,rega 
+0x7eed 036383 ifetch 1 ,regb 
+0x7eee 036384 istore 1 ,rega 
+0x7eef 036385 istoret 1 ,regb 
+0x7ef0 036386 increase -1 ,regb 
+0x7ef1 036387 increase 1 ,rega 
+0x7ef2 036388 loop inverse_loop 
+0x7ef3 036389 rtn 
+:      036392 memcpy_fast:
+0x7ef4 036393 deposit loopcnt 
+0x7ef5 036394 rtn blank 
+:      036395 memcpy_fast_loop:
+0x7ef6 036396 increase -8 ,loopcnt 
+0x7ef7 036397 call memcpy8 ,positive 
+0x7ef8 036398 rtn zero 
+0x7ef9 036399 branch memcpy_fast_loop ,positive 
+0x7efa 036400 increase 8 ,loopcnt 
+:      036401 memcpy_fast_loop_four:
+0x7efb 036402 increase -4 ,loopcnt 
+0x7efc 036403 call memcpy4 ,positive 
+0x7efd 036404 rtn zero 
+0x7efe 036405 branch memcpy_fast_loop_four ,positive 
+0x7eff 036406 increase 4 ,loopcnt 
+0x7f00 036407 branch memcpy 
+:      036409 memcpy:
+0x7f01 036410 deposit loopcnt 
+0x7f02 036411 rtn blank 
+:      036412 memcpy_loop:
+0x7f03 036413 ifetch 1 ,contr 
+0x7f04 036414 istore 1 ,contw 
+0x7f05 036415 loop memcpy_loop 
+0x7f06 036416 rtn 
+:      036418 timer_stop:
+0x7f07 036419 setarg 0 
+:      036420 timer_init:
+0x7f08 036421 rshift clkn_bt ,temp 
+0x7f09 036422 storet 4 ,mem_last_clkn 
+0x7f0a 036423 arg mem_timers ,contw 
+0x7f0b 036424 iforce temp 
+0x7f0c 036425 lshift queue ,pdata 
+0x7f0d 036426 iadd contw ,contw 
+0x7f0e 036427 istoret 2 ,contw 
+0x7f0f 036428 bpatchx patch3f_4 ,mem_patch3f 
+0x7f10 036429 rtn 
+:      036431 timer_check_timeout:
+0x7f11 036432 arg 0x800 ,timeup 
+0x7f12 036433 lshift16 timeup ,timeup 
+0x7f13 036434 iadd timeup ,pdata 
+0x7f14 036435 rtn 
+:      036438 timer_reinit:
+0x7f15 036439 arg 0 ,queue 
+:      036440 timer_check:
+0x7f16 036441 bpatchx patch3f_5 ,mem_patch3f 
+0x7f17 036442 fetcht 4 ,mem_last_clkn 
+0x7f18 036443 rshift clkn_bt ,pdata 
+0x7f19 036444 store 4 ,mem_last_clkn 
+0x7f1a 036445 isub temp ,null 
+0x7f1b 036446 ncall timer_check_timeout ,positive 
+0x7f1c 036447 isub temp ,timeup 
+0x7f1d 036448 copy timeup ,temp 
+0x7f1e 036449 arg mem_timers ,contr 
+0x7f1f 036450 copy contr ,contw 
+0x7f20 036451 arg 16 ,loopcnt 
+:      036452 timer_loop:
+0x7f21 036453 ifetch 2 ,contr 
+0x7f22 036454 isub temp ,pdata 
+0x7f23 036455 branch timer_counting ,positive 
+0x7f24 036456 force 0 ,pdata 
+:      036457 timer_counting:
+0x7f25 036458 istore 2 ,contw 
+0x7f26 036459 loop timer_loop 
+0x7f27 036460 arg mem_timers ,contr 
+0x7f28 036461 lshift queue ,pdata 
+0x7f29 036462 iadd contr ,contr 
+0x7f2a 036463 ifetch 2 ,contr 
+0x7f2b 036464 rtn 
+:      036469 clk_add:
+0x7f2c 036470 iadd temp ,temp 
+0x7f2d 036471 copy temp ,loopcnt 
+0x7f2e 036472 setarg 3750 
+0x7f2f 036473 isub loopcnt ,pdata 
+0x7f30 036474 rtn positive 
+0x7f31 036475 sub pdata ,0 ,pdata 
+0x7f32 036476 rshift16 temp ,temp 
+0x7f33 036477 increase 1 ,temp 
+0x7f34 036478 lshift16 temp ,temp 
+0x7f35 036479 ior temp ,temp 
+0x7f36 036480 rtn 
+:      036482 clk_diff_rt:
+0x7f37 036483 call clk_diff 
+0x7f38 036484 branch clk2rt 
+:      036487 clk_diff:
+0x7f39 036488 disable user 
+0x7f3a 036489 isub temp ,pdata 
+0x7f3b 036490 branch clk_diff_pos ,positive 
+0x7f3c 036491 enable user 
+0x7f3d 036492 sub pdata ,0 ,pdata 
+:      036493 clk_diff_pos:
+0x7f3e 036494 rtnbit0 15 
+0x7f3f 036495 arg -61786 ,temp 
+0x7f40 036496 iadd temp ,pdata 
+0x7f41 036497 set0 64 ,pdata 
+0x7f42 036498 rtn 
+:      036500 clk2rt:
+0x7f43 036501 iforce contr 
+0x7f44 036502 rshift16 pdata ,pdata 
+0x7f45 036503 arg 3750 ,temp 
+0x7f46 036504 imul32 temp ,pdata 
+0x7f47 036505 iadd contr ,pdata 
+0x7f48 036506 rtn 
+:      036509 clk2lpo:
+0x7f49 036510 lshift8 pdata ,pdata 
+0x7f4a 036511 lshift4 pdata ,pdata 
+0x7f4b 036512 fetcht 3 ,mem_clks_per_lpo 
+0x7f4c 036513 idiv temp 
+0x7f4d 036514 call wait_div_end 
+0x7f4e 036515 quotient temp 
+0x7f4f 036516 rtn 
+:      036519 clk2bt:
+0x7f50 036520 arg 3750 ,temp 
+0x7f51 036521 idiv temp 
+0x7f52 036522 call wait_div_end 
+0x7f53 036523 quotient pdata 
+0x7f54 036524 lshift16 pdata ,pdata 
+0x7f55 036525 remainder temp 
+0x7f56 036526 ior temp ,temp 
+0x7f57 036527 rtn 
+:      036534 string2dec_from_uart:
+0x7f58 036535 arg 0 ,temp 
+:      036536 string2dec_from_uart_done:
+0x7f59 036537 copy temp ,regc 
+0x7f5a 036538 ifetch 1 ,contru 
+0x7f5b 036539 call uchar2dialog 
+0x7f5c 036540 copy regc ,temp 
+0x7f5d 036541 call swap 
+0x7f5e 036542 arg 10 ,regb 
+0x7f5f 036543 imul32 regb ,pdata 
+0x7f60 036544 iadd temp ,pdata 
+0x7f61 036545 copy pdata ,temp 
+0x7f62 036546 loop string2dec_from_uart_done 
+0x7f63 036547 rtn 
+:      036551 uchar2dialog:
+0x7f64 036552 arg 0x3a ,temp 
+0x7f65 036553 isub temp ,null 
+0x7f66 036554 nbranch uchar2dialog_number ,positive 
+0x7f67 036555 arg 0x61 ,temp 
+0x7f68 036556 isub temp ,null 
+0x7f69 036557 branch uchar2dialog_a2f ,positive 
+0x7f6a 036558 arg 0x37 ,temp 
+0x7f6b 036559 isub temp ,pdata 
+0x7f6c 036560 rtn 
+:      036561 uchar2dialog_number:
+0x7f6d 036562 arg 0x30 ,temp 
+0x7f6e 036563 isub temp ,pdata 
+0x7f6f 036564 rtn 
+:      036565 uchar2dialog_a2f:
+0x7f70 036566 arg 0x57 ,temp 
+0x7f71 036567 isub temp ,pdata 
+0x7f72 036568 rtn 
+:      036570 pn9:
+0x7f73 036571 copy temp ,alarm 
+0x7f74 036572 setarg 0x1ff 
+0x7f75 036573 force 0 ,regb 
+:      036574 pn9_loop:
+0x7f76 036575 rshift3 pdata ,rega 
+0x7f77 036576 rshift rega ,rega 
+0x7f78 036577 ixor rega ,rega 
+0x7f79 036578 isolate1 0 ,rega 
+0x7f7a 036579 setflag true ,9 ,pdata 
+0x7f7b 036580 rshift temp ,temp 
+0x7f7c 036581 isolate1 0 ,pdata 
+0x7f7d 036582 setflag true ,7 ,temp 
+0x7f7e 036583 rshift pdata ,pdata 
+0x7f7f 036584 increase 1 ,regb 
+0x7f80 036585 compare 0 ,regb ,0x7 
+0x7f81 036586 nbranch pn9_loop ,true 
+0x7f82 036587 istoret 1 ,contw 
+0x7f83 036588 loop pn9_loop 
+0x7f84 036589 copy alarm ,temp 
+0x7f85 036590 rtn 
+:      036593 wait_div_end:
+0x7f86 036594 rtn modone 
+0x7f87 036595 branch wait_div_end 
+:      036605 compare_loop:
+:      036606 string_compare:
+0x7f88 036607 ifetch 1 ,rega 
+0x7f89 036608 ifetcht 1 ,regb 
+0x7f8a 036609 isub temp ,null 
+0x7f8b 036610 nrtn zero 
+0x7f8c 036611 increase 1 ,rega 
+0x7f8d 036612 increase 1 ,regb 
+0x7f8e 036613 loop string_compare 
+0x7f8f 036614 force 0 ,null 
+0x7f90 036615 rtn 
+:      036618 ceiling:
+0x7f91 036619 isub temp ,null 
+0x7f92 036620 nrtn positive 
+0x7f93 036621 deposit temp 
+0x7f94 036622 rtn 
+:      036624 swap:
+0x7f95 036625 iadd temp ,pdata 
+0x7f96 036626 isub temp ,temp 
+0x7f97 036627 isub temp ,pdata 
+0x7f98 036628 rtn 
+:      036630 clean_mem:
+0x7f99 036631 arg 0x200 ,loopcnt 
+0x7f9a 036632 arg 0x4000 ,contw 
+0x7f9b 036633 branch memset0 
+:      036636 callback_func:
+0x7f9c 036637 rtn blank 
+0x7f9d 036638 copy pdata ,pc 
+:      036641 wait_uarttx:
+0x7f9e 036642 hfetch 2 ,core_uart_txitems 
+0x7f9f 036643 nbranch wait_uarttx ,blank 
+0x7fa0 036644 rtn 
+:      036646 ice_break:
+0x7fa1 036647 jam 0x1 ,core_ice_ctrl 
+0x7fa2 036648 rtn 
+:      036650 ice_setbp:
+0x7fa3 036651 hstore 2 ,core_ice_break0 
+0x7fa4 036652 hfetch 1 ,core_ice_ctrl 
+0x7fa5 036653 set1 4 ,pdata 
+0x7fa6 036654 hstore 1 ,core_ice_ctrl 
+0x7fa7 036655 rtn 
+:      036656 ice_setbp2:
+0x7fa8 036657 hstore 2 ,core_ice_break1 
+0x7fa9 036658 hfetch 1 ,core_ice_ctrl 
+0x7faa 036659 set1 6 ,pdata 
+0x7fab 036660 hstore 1 ,core_ice_ctrl 
+0x7fac 036661 rtn 
+:      036663 ice_set_write_bp:
+0x7fad 036664 hstore 2 ,core_ice_break0 
+0x7fae 036665 jam 0x30 ,core_ice_ctrl 
+0x7faf 036666 rtn 
+:      036670 test_enable_white:
+0x7fb0 036671 hfetch 1 ,core_config 
+0x7fb1 036672 set0 whiteoff_bit ,pdata 
+0x7fb2 036673 hstore 1 ,core_config 
+0x7fb3 036674 rtn 
+:      036676 check_uart_tx_buff:
+0x7fb4 036677 hfetch 2 ,core_uart_txitems 
+0x7fb5 036678 arg uart_air_control_threshold ,temp 
+:      036679 pdata_sub_temp:
+0x7fb6 036680 isub temp ,null 
+0x7fb7 036681 rtn 
+:      036687 fifo_in:
+0x7fb8 036688 bpatchx patch3f_6 ,mem_patch3f 
+0x7fb9 036689 ifetcht util_fifo_len ,rega 
+0x7fba 036690 and temp ,0xff ,pdata 
+0x7fbb 036691 nbranch fifo_in_push ,blank 
+0x7fbc 036692 rshift8 temp ,pdata 
+0x7fbd 036693 istore util_fifo_len ,rega 
+:      036694 fifo_in_push:
+0x7fbe 036695 increase util_fifo_len + util_fifo_offset ,rega 
+0x7fbf 036696 ifetch 1 ,rega 
+0x7fc0 036697 nbranch assert ,blank 
+0x7fc1 036698 fetch 1 ,mem_fifo_temp 
+0x7fc2 036699 istore 1 ,rega 
+0x7fc3 036700 rtn 
+:      036705 fifo_out:
+0x7fc4 036706 bpatchx patch3f_7 ,mem_patch3f 
+0x7fc5 036707 arg util_fifo_len ,loopcnt 
+0x7fc6 036708 ifetch util_fifo_len ,rega 
+0x7fc7 036709 rtn blank 
+:      036710 fifo_out_loop:
+0x7fc8 036711 ifetch 1 ,rega 
+0x7fc9 036712 nbranch fifo_out_end ,blank 
+0x7fca 036713 increase 1 ,rega 
+0x7fcb 036714 loop fifo_out_loop 
+0x7fcc 036715 branch assert 
+:      036716 fifo_out_end:
+0x7fcd 036717 arg 0 ,temp 
+0x7fce 036718 istoret 1 ,rega 
+0x7fcf 036719 rtn 
+:      036724 fifo_is_empty:
+0x7fd0 036725 ifetch util_fifo_len ,rega 
+0x7fd1 036726 rtn 
+:      036731 fifo_is_full:
+0x7fd2 036732 ifetch 1 ,rega 
+0x7fd3 036733 rtn 
+:      036736 fifo_is_near_full:
+0x7fd4 036737 ifetch 2 ,rega 
+0x7fd5 036738 rtn 
+:      036742 fifo_content_count:
+0x7fd6 036743 arg 0 ,temp 
+:      036744 fifo_content_count_loop:
+0x7fd7 036745 fetch 1 ,contr 
+0x7fd8 036746 loop fifo_content_count_loop ,blank 
+0x7fd9 036747 increase 1 ,temp 
+0x7fda 036748 loop fifo_content_count_loop 
+0x7fdb 036749 copy temp ,pdata 
+0x7fdc 036750 rtn 
+:      036752 not_greater_than:
+0x7fdd 036753 isub temp ,null 
+0x7fde 036754 nrtn positive 
+0x7fdf 036755 copy temp ,pdata 
+0x7fe0 036756 rtn 
+:      036759 disable_positive:
+0x7fe1 036760 force -1 ,null 
+0x7fe2 036761 rtn 
+:      036762 enable_positive:
+:      036763 disable_zero:
+0x7fe3 036764 force 1 ,null 
+0x7fe4 036765 rtn 
+:      036766 enable_zero:
+0x7fe5 036767 force 0 ,null 
+0x7fe6 036768 rtn 
+:      036770 enable_user:
+0x7fe7 036771 enable user 
+0x7fe8 036772 rtn 
+:      036774 disable_user:
+0x7fe9 036775 disable user 
+0x7fea 036776 rtn 
+:      036778 enable_user2:
+0x7feb 036779 enable user2 
+0x7fec 036780 rtn 
+:      036782 disable_user2:
+0x7fed 036783 disable user2 
+0x7fee 036784 rtn 
+:      036786 disable_blank:
+0x7fef 036787 setarg 1 
+0x7ff0 036788 rtn 
+:      036790 enable_blank:
+0x7ff1 036791 setarg 0 
+0x7ff2 036792 rtn 
+:      036795 reverse_byte:
+0x7ff3 036796 copy loopcnt ,pdata 
+0x7ff4 036797 rtn blank 
+0x7ff5 036798 copy contr ,pdata 
+0x7ff6 036799 iadd loopcnt ,pdata 
+0x7ff7 036800 increase -1 ,pdata 
+0x7ff8 036801 copy pdata ,contr 
+:      036802 reverse_loop:
+0x7ff9 036803 ifetch 1 ,contr 
+0x7ffa 036804 increase -2 ,contr 
+0x7ffb 036805 istore 1 ,contw 
+0x7ffc 036806 loop reverse_loop 
+0x7ffd 036807 rtn 
+              org 0x10001
+:      036812 z_entrance0:
+0x10001 036813 beq zcode_00 ,z_page_wait_fhs_reply_ok
+0x10002 036814 rtn
+:      036816 z_page_wait_fhs_reply_ok:
+0x10003 036817 fetch 1 ,mem_page_rcv_fhs
+0x10004 036818 increase 1 ,pdata
+0x10005 036819 store 1 ,mem_page_rcv_fhs
+0x10006 036820 call prepare_newconn
+:      036821 z_master_newconn_loop:
+0x10007 036822 set1 mark_first_packet ,mark
+0x10008 036823 call master_newconn_once
+0x10009 036824 branch z_newconn_poll_responded ,sync
+0x1000a 036825 set0 mark_first_packet ,mark
+0x1000b 036826 call new_conn_timeout
+0x1000c 036827 nbranch z_master_newconn_loop ,blank
+0x1000d 036828 branch page_restart
+:      036829 z_newconn_poll_responded:
+0x1000e 036830 set0 mark_first_packet ,mark
+0x1000f 036831 branch newconn_poll_responded
+              org 0x20001
+:      036838 z_entrance1:
+0x20001 036839 beq zcode_10 ,z_mouse_bb_disconnected
+0x20002 036840 beq zcode_11 ,z_hid_rx_process
+0x20003 036841 rtn
+:      036843 z_mouse_bb_disconnected:
+0x20004 036844 jam 0 ,mem_mouse_enter_sniff_count
+0x20005 036845 jam 0x0e ,mem_sniff_param_interval
+0x20006 036846 call mouse_bb_discon_clear_stack
+0x20007 036847 fetch app_disc_rsn_size ,mem_app_disconn_reason
+0x20008 036848 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn
+0x20009 036849 bbit1 app_disc_by_button ,app_disconn_reason_clear
+0x2000a 036850 bbit1 app_disc_after_pairing ,z_mouse_event_light_state_pairing
+0x2000b 036851 bbit1 app_disc_after_reconn ,z_mouse_event_light_state_hibernate
+0x2000c 036852 bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
+0x2000d 036853 branch mouse_start_discovery
+:      036855 z_mouse_event_light_state_pairing:
+0x2000e 036856 bbit1 app_disc_after_handshake ,z_mouse_event_light_state_hibernate
+0x2000f 036857 bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
+0x20010 036858 branch mouse_start_discovery
+:      036859 z_mouse_event_light_state_hibernate:
+0x20011 036860 fetch 2 ,mem_ui_state_map
+0x20012 036861 bbit1 ui_state_btn_down ,mouse_start_discovery
+0x20013 036862 call app_disconn_reason_clear
+0x20014 036863 call p_mouse_check_key_gpio
+0x20015 036864 rtn true
+0x20016 036865 branch app_bb_hibernate
+:      036868 z_hid_rx_process:
+0x20017 036869 fetch 2 ,mem_l2cap_payload_ptr
+0x20018 036870 copy pdata ,contr
+0x20019 036871 ifetch 1 ,contr
+0x2001a 036872 store 1 ,mem_l2cap_rcv
+0x2001b 036873 and pdata ,0x0f ,temp
+0x2001c 036874 rshift4 pdata ,pdata
+0x2001d 036875 beq hid_type_set_protocol ,z_hid_rx_set_protocol
+0x2001e 036876 branch hid_rx_process + 6
+:      036877 z_hid_rx_set_protocol:
+0x2001f 036878 call hid_rx_process_handshake
+0x20020 036879 jam 0 ,mem_mouse_bt_boot_mode
+0x20021 036880 fetch 1 ,mem_l2cap_rcv
+0x20022 036881 isolate1 0 ,pdata
+0x20023 036882 rtn true
+0x20024 036883 jam 1 ,mem_mouse_bt_boot_mode
+0x20025 036884 rtn
+              org 0x30001
+:      036888 z_entrance2:
+0x30001 036889 beq zcode_20 ,z_send_lmp
+0x30002 036890 rtn
+:      036892 z_send_lmp:
+0x30003 036893 disable user
+0x30004 036894 call lmo_fifo_process
+0x30005 036897 fetch 1 ,mem_lmp_to_send
+0x30006 036898 rtn blank
+0x30007 036899 bbit1 7 ,z_send_lmp_escape
+0x30008 036900 beq lmp_accepted ,z_send_lmp_accepted
+0x30009 036901 beq lmp_setup_complete ,z_send_lmp_setup_complete
+0x3000a 036902 beq lmp_sniff_req ,z_send_lmp_sniff_req
+0x3000b 036903 beq lmp_detach ,z_send_lmp_detach
+0x3000c 036904 branch send_lmp0
+:      036905 z_send_lmp_escape:
+0x3000d 036906 beq lmp_ext_features_res ,z_send_lmpext_features_res
+0x3000e 036907 beq lmp_ext_features_req ,z_send_lmpext_features_req
+0x3000f 036908 branch send_lmp_escape
+:      036909 z_send_lmpext_features_res:
+0x30010 036910 call z_check_ssp_enable
+0x30011 036911 fetch 1 ,mem_lmp_to_send
+0x30012 036912 branch send_lmpext_features_res
+:      036913 z_send_lmpext_features_req:
+0x30013 036914 call z_check_ssp_enable
+0x30014 036915 fetch 1 ,mem_lmp_to_send
+0x30015 036916 branch send_lmpext_features_req
+:      036917 z_check_ssp_enable:
+0x30016 036918 fetch 1 ,mem_ssp_enable
+0x30017 036919 branch ssp_disable ,blank
+0x30018 036920 branch ssp_enable
+:      036922 z_send_lmp_setup_complete:
+0x30019 036923 jam 1 ,mem_bt_send_lmp_setup_complete
+0x3001a 036924 branch send_lmp_setup_complete
+:      036926 z_send_lmp_sniff_req:
+0x3001b 036927 jam 4 ,mem_mouse_bt_send_first_package_timer
+0x3001c 036928 branch send_lmp_sniff_req
+:      036930 z_send_lmp_detach:
+0x3001d 036941 call send_lmp_detach
+0x3001e 036942 fetch 1 ,mem_mouse_bt_reconnect_flag
+0x3001f 036943 rtn blank
+0x30020 036944 fetch 1 ,mem_op
+0x30021 036945 set0 op_disconn ,pdata
+0x30022 036946 store 1 ,mem_op
+0x30023 036947 branch p_mouse_sensor_powerdown
+:      036950 z_send_lmp_accepted:
+0x30024 036951 force 2 ,pdata
+0x30025 036952 call msg_send_lmp
+0x30026 036953 fetch 1 ,mem_lmi_opcode
+0x30027 036954 istore 1 ,contw
+0x30028 036955 store 1 ,mem_lmi_opcode_temp
+0x30029 036956 call send_lmp_follow
+0x3002a 036957 fetch 1 ,mem_lmi_opcode_temp
+0x3002b 036958 beq lmp_max_slot_req ,z_send_lmp_accepted_max_slot_req
+0x3002c 036959 branch send_lmp_accepted + 7
+:      036961 z_send_lmp_accepted_max_slot_req:
+0x3002d 036962 fetch 1 ,mem_bt_rcvd_switch_req_accept
+0x3002e 036963 rtn blank
+0x3002f 036964 jam 0 ,mem_bt_rcvd_switch_req_accept
+0x30030 036965 fetch 1 ,mem_bt_send_lmp_setup_complete
+0x30031 036966 rtnne 2
+0x30032 036967 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch
+0x30033 036968 copy clkn_bt ,pdata
+0x30034 036969 store 4 ,mem_aurand_send_delay_time
+0x30035 036970 rtn
+              org 0x40001
+:      036975 z_entrance3:
+0x40001 036976 beq zcode_30 ,z_process_conn_sm
+0x40002 036977 rtn
+:      036979 z_process_conn_sm:
+0x40003 036980 call lmo_fifo_check
+0x40004 036981 nrtn blank
+:      036982 z_process_conn_sm_continue:
+0x40005 036983 fetch 1 ,mem_conn_sm
+0x40006 036984 rtn blank
+0x40007 036985 beq conn_sm_send_conn_req ,z_host_create_conn_send_conn_req
+0x40008 036986 beq conn_sm_wait_switch_after_host_connection ,z_host_creat_conn_wait_switch
+0x40009 036987 branch process_conn_sm_continue + 2
+:      036990 z_host_creat_conn_wait_switch:
+0x4000a 036991 fetch 1 ,mem_switch_flag
+0x4000b 036992 rtneq switch_flag_init
+0x4000c 036993 beq switch_flag_accept ,z_host_create_conn_switch_accept
+0x4000d 036994 branch host_creat_conn_wait_switch + 3
+:      036995 z_host_create_conn_switch_accept:
+0x4000e 036996 rtn master
+:      036997 z_host_create_conn_auth_pair:
+0x4000f 036999 fetch 1 ,mem_connection_options
+0x40010 037000 bbit1 connection_auth ,z_host_create_conn_auth_pair_true
+0x40011 037001 branch host_create_conn_auth_pair + 1
+:      037002 z_host_create_conn_auth_pair_true:
+0x40012 037003 fetch 1 ,mem_bt_send_lmp_setup_complete
+0x40013 037004 beq 1 ,host_create_conn_auth_pair_true
+0x40014 037006 fetch 1 ,mem_link_key_exists
+0x40015 037007 branch host_create_conn_auth_pair_nokey ,blank
+0x40016 037008 fetch 1 ,mem_lmp_conn_state
+0x40017 037009 rtnbit0 sent_setup_complete
+0x40018 037010 rtnbit0 received_setup_complete
+0x40019 037011 fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch
+0x4001a 037012 rtn blank
+0x4001b 037013 jam 0 ,mem_bt_send_max_slot_req_accept_after_switch
+0x4001c 037014 fetch 4 ,mem_aurand_send_delay_time
+0x4001d 037015 arg 20 ,temp
+0x4001e 037016 iadd temp ,temp
+0x4001f 037017 copy clkn_bt ,pdata
+0x40020 037018 isub temp ,null
+0x40021 037019 nbranch z_bt_send_max_slot_req_accept_after_switch_wait ,positive
+0x40022 037020 branch host_create_conn_auth
+:      037022 z_bt_send_max_slot_req_accept_after_switch_wait:
+0x40023 037023 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch
+0x40024 037024 rtn
+:      037026 z_host_create_conn_send_conn_req:
+0x40025 037027 jam 20 ,mem_mouse_send_switch_req_timer
+0x40026 037028 branch host_create_conn_send_conn_req
+              org 0x50001
+:      037036 z_entrance4:
+0x50001 037037 beq zcode_40 ,z_le_update_param
+0x50002 037038 beq zcode_41 ,z_le_update_channel_map
+0x50003 037039 rtn
+:      037041 z_le_update_param:
+0x50004 037042 call z_mouse_le_conn_param_check
+0x50005 037043 branch le_update_param + 8
+:      037044 z_mouse_le_lpm_mult_reinit:
+0x50006 037045 fetch 1 ,mem_lpm_mult_init
+0x50007 037046 store 1 ,mem_lpm_mult
+:      037047 z_mouse_le_conn_param_lpm_enable:
+0x50008 037048 jam le_lpm_enable ,mem_mouse_le_conn_param_reject
+0x50009 037049 rtn
+:      037050 z_mouse_le_conn_param_lpm_disable:
+0x5000a 037051 jam le_lpm_disable ,mem_mouse_le_conn_param_reject
+0x5000b 037052 rtn
+:      037053 z_mouse_le_conn_param_check:
+0x5000c 037054 fetch 1 ,mem_le_new_conninterval
+0x5000d 037055 sub pdata ,le_interval_15ms ,null
+0x5000e 037056 nbranch z_mouse_le_conn_param_lpm_disable ,positive
+0x5000f 037057 fetch 1 ,mem_le_new_connslavelatency
+0x50010 037058 fetcht 1 ,mem_lpm_mult_init
+0x50011 037059 isub temp ,null
+0x50012 037060 branch z_mouse_le_lpm_mult_reinit ,positive
+0x50013 037061 fetch 1 ,mem_le_new_connslavelatency
+0x50014 037062 store 1 ,mem_lpm_mult
+0x50015 037063 branch z_mouse_le_conn_param_lpm_enable
+:      037065 z_le_update_channel_map:
+0x50016 037066 fetch 1 ,mem_le_state
+0x50017 037067 rtnbit0 lestate_update_map
+0x50018 037068 call z_le_channel_map_overflow_check
+0x50019 037069 nrtn user
+0x5001a 037070 branch le_update_channel_map + 3
+:      037071 z_le_channel_map_overflow_check:
+0x5001b 037072 enable user
+0x5001c 037073 fetch 1 ,mem_le_event_count + 1
+0x5001d 037074 rshift4 pdata ,pdata
+0x5001e 037075 rtnne 0x0f
+0x5001f 037076 fetch 1 ,mem_le_instant + 1
+0x50020 037077 rshift4 pdata ,pdata
+0x50021 037078 rtnne 0x00
+0x50022 037079 branch disable_user
+              org 0x60001
+:      037085 z_entrance5:
+0x60001 037086 beq zcode_50 ,z_mouse_start_discovery
+0x60002 037087 rtn
+:      037090 z_mouse_start_discovery:
+0x60003 037091 call p_mouse_tx_power_init
+0x60004 037092 jam 0 ,mem_mouse_clear_sensor_data_flag
+0x60005 037093 fetch 2 ,mem_ui_state_map
+0x60006 037094 bbit1 ui_state_ble_adv ,z_mouse_start_discovery_norandom
+0x60007 037097 call p_mouse_load_random_addr_increase_count
+0x60008 037098 fetcht 2 ,mem_random_addr_increase_count
+0x60009 037099 increase 1 ,temp
+0x6000a 037100 storet 2 ,mem_random_addr_increase_count
+0x6000b 037101 storet 2 ,mem_le_lap + 1
+0x6000c 037102 call p_mouse_store_random_addr_increase_count
+0x6000d 037103 random pdata
+0x6000e 037104 store 1 ,mem_le_lap
+:      037105 z_mouse_start_discovery_norandom:
+0x6000f 037106 call app_lpm_mult_disable
+0x60010 037107 fetch 2 ,mem_discovery_timeout
+0x60011 037108 store 2 ,mem_mouse_discovery_timer
+0x60012 037109 jam 6 ,mem_connection_options
+0x60013 037110 setarg 0
+0x60014 037111 store 2 ,mem_mouse_no_data_timer
+0x60015 037112 store 2 ,mem_mouse_direct_timer
+0x60016 037113 arg mouse_store_eeprom_flag ,queue
+0x60017 037114 call mouse_enable_function_flag
+0x60018 037115 call mouse_bt_discovery_button_down_disable
+0x60019 037116 fetch 1 ,mem_device_option
+0x6001a 037117 isolate1 mode_4_mouse ,pdata
+0x6001b 037118 call z_check_51cmd_adv ,true
+0x6001c 037119 fetch 1 ,mem_device_option
+0x6001d 037120 isolate1 mode_3_mouse ,pdata
+0x6001e 037121 call check_51cmd_start_discovery ,true
+0x6001f 037124 jam 0 ,mem_mouse_bt_reconnect_flag
+0x60020 037125 branch mouse_start_discovery_norandom + 13
+:      037127 z_check_51cmd_adv:
+0x60021 037128 jam 0 ,mem_mouse_le_reconnect_flag
+0x60022 037129 call p_le_check_adv_flag
+0x60023 037130 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable
+0x60024 037131 istore 1 ,contr
+0x60025 037132 arg mem_le_adv_swift_pair ,contr
+0x60026 037133 call p_le_adv_data_update
+0x60027 037134 branch check_51cmd_adv
+              org 0x70001
+:      037138 z_entrance6:
+0x70001 037139 beq zcode_60 ,z_g24_start_24g_mode
+0x70002 037140 beq zcode_61 ,z_mouse_24g_pairing_button
+0x70003 037141 rtn
+:      037143 z_g24_start_24g_mode:
+0x70004 037144 set0 mark_24g ,mark
+0x70005 037145 call p_g24_syncword_crc8
+0x70006 037146 call p_g24_ch
+0x70007 037147 fetch 1 ,mem_24g_pairing_sm
+0x70008 037148 rtnne state_24g_pairing_success
+0x70009 037149 call p_g24_tx_attemp_data_prep
+:      037150 z_g24_tx_attemp_dongle_loop:
+0x7000a 037152 nop 2000
+0x7000b 037153 call p_mouse_get_select_state
+0x7000c 037154 branch p_mouse_select_device_by_button ,true
+0x7000d 037155 fetch 1 ,mem_24g_check_dongle_times + 1
+0x7000e 037156 bbit1 4 ,p_g24_stop_g24_mode
+0x7000f 037157 call p_g24_transmit_receive_ack
+0x70010 037158 nbranch z_g24_attemp_txdata_retry ,sync
+0x70011 037159 nbranch z_g24_attemp_txdata_retry ,user3
+:      037160 z_g24_tx_attemp_dongle_succ:
+0x70012 037161 set1 mark_24g ,mark
+0x70013 037162 setarg 0
+0x70014 037163 store 2 ,mem_24g_check_dongle_times
+0x70015 037164 jam bt_evt_24g_attempt_success ,mem_fifo_temp
+0x70016 037165 call ui_ipc_send_event
+:      037166 z_g24_tx_attemp_dongle_loop_exit:
+0x70017 037167 call p_g24_txbuf_clear
+0x70018 037168 branch p_g24_transmit_by_interrupt_enable
+:      037183 z_g24_attemp_txdata_retry:
+0x70019 037184 call mouse_device1_led_on
+0x7001a 037185 fetch 2 ,mem_24g_check_dongle_times
+0x7001b 037186 increase 1 ,pdata
+0x7001c 037187 store 2 ,mem_24g_check_dongle_times
+0x7001d 037188 call p_g24_ch
+0x7001e 037189 branch z_g24_tx_attemp_dongle_loop
+:      037192 z_mouse_24g_pairing_button:
+0x7001f 037193 rtnmark1 mark_24g
+0x70020 037194 call mouse_devce_led_off
+0x70021 037195 arg mosue_24g_pairing_flag ,queue
+0x70022 037196 call mouse_enable_function_flag
+0x70023 037197 setarg 0
+0x70024 037198 store 2 ,mem_mouse_direct_timer
+0x70025 037199 store 1 ,mem_mouse_send_blank_timer
+0x70026 037200 store 2 ,mem_24g_check_dongle_times
+0x70027 037201 call mouse_stop_discovery
+0x70028 037202 branch z6_g24_start_pairing_sm1
+:      037204 z6_g24_start_pairing_sm1:
+0x70029 037205 set1 mark_24g ,mark
+0x7002a 037206 call z6_g24_pair_init
+:      037207 z6_g24_set_pairing_sm_1:
+0x7002b 037208 jam state_24g_pairing_1 ,mem_24g_pairing_sm
+0x7002c 037209 rtn
+:      037211 z6_g24_pair_init:
+0x7002d 037212 jam tx_power_pair ,mem_tx_power
+0x7002e 037213 jam 0 ,mem_24g_pid
+0x7002f 037214 jam g24_pair_ch ,mem_24g_ch
+0x70030 037215 fetch 4 ,mem_24g_paring_addr
+0x70031 037216 branch p_g24_update_addr_and_synccrc8
+              org 0x80001
+:      037220 z_entrance7:
+0x80001 037221 beq zcode_70 ,z_g24_auto_pair_start
+0x80002 037222 rtn
+:      037224 z_g24_auto_pair_start:
+0x80003 037225 set0 mark_24g ,mark
+0x80004 037226 call z_g24_auto_pair_all_powerful
+0x80005 037227 call p_g24_tx_attemp_data_prep
+:      037228 z_g24_auto_pair_start_loop:
+0x80006 037230 nop 2000
+0x80007 037231 call p_mouse_get_select_state
+0x80008 037232 branch p_mouse_select_device_by_button ,true
+0x80009 037233 fetch 1 ,mem_24g_check_dongle_times + 1
+0x8000a 037234 bbit1 4 ,p_g24_stop_g24_mode
+0x8000b 037235 call p_g24_transmit_receive_ack
+0x8000c 037236 nbranch z_g24_auto_pair_retry ,sync
+0x8000d 037237 nbranch z_g24_auto_pair_retry ,user3
+0x8000e 037238 call p_g24_ackpayload_parse
+0x8000f 037239 call p_mouse_tx_power_init
+0x80010 037240 fetch 4 ,mem_24g_addr
+0x80011 037241 fetcht 4 ,mem_24g_paring_addr
+0x80012 037242 isub temp ,null
+0x80013 037243 branch z_g24_start_pairing_sm1 ,zero
+0x80014 037244 set1 mark_24g ,mark
+0x80015 037245 setarg 0
+0x80016 037246 store 2 ,mem_24g_check_dongle_times
+0x80017 037247 jam bt_evt_24g_attempt_success ,mem_fifo_temp
+0x80018 037248 call ui_ipc_send_event
+0x80019 037249 call p_g24_txbuf_clear
+0x8001a 037250 branch p_g24_transmit_by_interrupt_enable
+:      037265 z_g24_auto_pair_retry:
+0x8001b 037266 call mouse_device1_led_on
+0x8001c 037267 fetch 2 ,mem_24g_check_dongle_times
+0x8001d 037268 increase 1 ,pdata
+0x8001e 037269 store 2 ,mem_24g_check_dongle_times
+0x8001f 037270 fetch 1 ,mem_24g_auto_paring_switch
+0x80020 037271 increase 1 ,pdata
+0x80021 037272 and_into 1 ,pdata
+0x80022 037273 store 1 ,mem_24g_auto_paring_switch
+0x80023 037274 beq 0 ,z_g24_auto_pair_device_attemp
+0x80024 037275 beq 1 ,z_g24_auto_pair_pair_attemp
+0x80025 037276 rtn
+:      037278 z_g24_auto_pair_all_powerful:
+0x80026 037279 jam tx_power_pair ,mem_tx_power
+0x80027 037280 setarg 0x0f0f
+0x80028 037281 store 2 ,mem_24g_addr
+0x80029 037282 istore 2 ,contw
+:      037283 z_g24_ch_syncword_crc8_init:
+0x8002a 037284 call p_g24_syncword_crc8
+0x8002b 037285 branch p_g24_ch
+:      037287 z_g24_auto_pair_device_attemp:
+0x8002c 037288 call z_g24_auto_pair_all_powerful
+0x8002d 037289 branch z_g24_auto_pair_start_loop
+:      037291 z_g24_auto_pair_pair_attemp:
+0x8002e 037292 call z_g24_pair_init
+0x8002f 037293 branch z_g24_auto_pair_start_loop
+:      037295 z_g24_start_pairing_sm1:
+0x80030 037296 set1 mark_24g ,mark
+0x80031 037297 call z_g24_pair_init
+:      037298 z_g24_set_pairing_sm_1:
+0x80032 037299 jam state_24g_pairing_1 ,mem_24g_pairing_sm
+0x80033 037300 rtn
+:      037302 z_g24_pair_init:
+0x80034 037303 jam tx_power_pair ,mem_tx_power
+0x80035 037304 jam 0 ,mem_24g_pid
+0x80036 037305 jam g24_pair_ch ,mem_24g_ch
+0x80037 037306 fetch 4 ,mem_24g_paring_addr
+0x80038 037307 branch p_g24_update_addr_and_synccrc8
+              org 0x90001
+:      037315 z_entrance8:
+0x90001 037316 beq zcode_80 ,z_mouse_setting_config
+0x90002 037317 beq zcode_81 ,z_le_addr_random_config
+0x90003 037319 rtn
+:      037328 z_le_addr_random_config:
+0x90004 037329 call load_adc_init
+0x90005 037330 fetch 2 ,mem_0_5_adc_io_data
+0x90006 037331 nbranch z_le_otp_adc_empty ,blank
+0x90007 037332 setarg 0x1122
+:      037333 z_le_otp_adc_empty:
+0x90008 037334 store 2 ,mem_random_addr_increase_count
+0x90009 037335 rtn
+:      037338 z_mouse_setting_config:
+0x9000a 037339 call p_g24_set_device_addr
+0x9000b 037344 call mouse_gpio_init
+0x9000c 037346 fetcht 1 ,mem_flash_ncs_gpio
+0x9000d 037347 call gpio_config_output
+0x9000e 037349 call mouse_param_init
+0x9000f 037350 call z_mouse_bt_sdp_update
+0x90010 037351 setarg 0
+0x90011 037352 store 2 ,mem_lpm_interval
+0x90012 037353 call load_adc_init
+0x90013 037354 call mouse_adc_init
+0x90014 037355 call le_set_config_fixed_ltk
+0x90015 037356 call le_set_justwork
+0x90016 037357 call le_set_fixed_ltk
+0x90017 037358 call le_set_config_read_authentication
+0x90018 037359 call p_le_addr_random_config
+0x90019 037360 branch p_mouse_load_flash_info_check
+:      037363 z_mouse_bt_sdp_update:
+0x9001a 037364 call enable_authrom
+0x9001b 037365 arg 0x8c00 ,contr
+0x9001c 037366 arg mem_mouse_uuid_list ,contw
+0x9001d 037367 arg 369 ,loopcnt
+0x9001e 037368 call memcpy
+0x9001f 037370 setarg 0x0f0209
+0x90020 037371 istore 3 ,contw
+0x90021 037372 setarg 0x120009
+0x90022 037373 istore 3 ,contw
+0x90023 037375 setarg 0x100209
+0x90024 037376 istore 3 ,contw
+0x90025 037377 setarg 0x000009
+0x90026 037378 istore 3 ,contw
+0x90027 037379 arg 0x8d71 ,contr
+0x90028 037380 arg 265 ,loopcnt
+0x90029 037381 call memcpy
+0x9002a 037383 jam 0 ,mem_mouse_uuid_list + 23
+0x9002b 037384 jam 0x6d ,mem_mouse_uuid_list + 15
+0x9002c 037385 setarg 0x401f
+0x9002d 037386 store 2 ,mem_mouse_uuid_list + 357
+0x9002e 037387 setarg 0x6d04
+0x9002f 037388 store 2 ,mem_mouse_uuid_list + 462
+0x90030 037389 setarg 0x16b0
+0x90031 037390 store 2 ,mem_mouse_uuid_list + 468
+0x90032 037392 setarg mem_mouse_uuid_list
+0x90033 037393 store 2 ,mem_ui_uuid_table
+0x90034 037394 rtn
+              org 0xa0001
+:      037400 z_entrance9:
+0xa0001 037401 beq zcode_90 ,z_g24_pairing_sm
+0xa0002 037402 beq zcode_91 ,z_g24_paring_mode
+0xa0003 037403 beq zcode_92 ,z_mouse_24g_pairing_complete
+0xa0004 037404 rtn
+:      037406 z_g24_pairing_sm:
+0xa0005 037407 fetch 1 ,mem_24g_ensure
+0xa0006 037408 beq ensure_on_24g ,enable_user
+0xa0007 037409 fetch 1 ,mem_24g_pairing_sm
+0xa0008 037410 beq state_24g_pairing_1 ,z_g24_pairing_sm_1
+0xa0009 037411 beq state_24g_pairing_2 ,z_g24_pairing_sm_2
+0xa000a 037412 beq state_24g_pairing_3 ,z_g24_pairing_sm_3
+0xa000b 037413 branch assert
+:      037415 z_g24_pairing_sm_1:
+0xa000c 037416 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm
+0xa000d 037417 jam 0xaa ,mem_24g_common_temp
+0xa000e 037418 branch z_g24_pairing_sm_common
+:      037419 z_g24_pairing_sm_2:
+0xa000f 037420 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm
+0xa0010 037421 jam 0x55 ,mem_24g_common_temp
+0xa0011 037422 branch z_g24_pairing_sm_common
+:      037423 z_g24_pairing_sm_3:
+0xa0012 037424 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm
+0xa0013 037425 jam 0x22 ,mem_24g_common_temp
+:      037426 z_g24_pairing_sm_common:
+0xa0014 037427 fetch 1 ,mem_24g_data_type
+0xa0015 037428 and_into bits_data ,pdata
+0xa0016 037429 store 1 ,mem_24g_common_temp + 1
+0xa0017 037430 fetch 4 ,mem_24g_device_addr
+0xa0018 037431 store 4 ,mem_24g_common_temp + 2
+:      037432 z_g24_put_pairing_data_in_buff:
+0xa0019 037433 jam 0 ,mem_24g_common_temp + 6
+0xa001a 037434 arg mem_24g_common_temp ,rega
+0xa001b 037435 arg 7 ,temp
+0xa001c 037436 call p_g24_put_data_in_buff
+0xa001d 037437 call p_g24_txdata_enable_tx
+0xa001e 037438 branch enable_user
+:      037440 z_g24_paring_mode:
+0xa001f 037441 fetch 1 ,mem_24g_pairing_sm
+0xa0020 037442 rtneq state_24g_pairing_success
+0xa0021 037443 beq state_24g_pairing_1_waiting_ack ,z_g24_pairing_sm_1_waiting_ack
+0xa0022 037444 beq state_24g_pairing_2_waiting_ack ,z_g24_pairing_sm_2_waiting_ack
+0xa0023 037445 beq state_24g_pairing_3_waiting_ack ,z_g24_pairing_sm_3_waiting_ack
+0xa0024 037446 rtn
+:      037448 z_g24_pairing_sm_1_waiting_ack:
+0xa0025 037449 jam state_24g_pairing_2 ,mem_24g_pairing_sm
+0xa0026 037450 branch p_g24_transmit_abandon
+:      037451 z_g24_pairing_sm_2_waiting_ack:
+0xa0027 037452 jam state_24g_pairing_3 ,mem_24g_pairing_sm
+0xa0028 037453 branch p_g24_transmit_abandon
+:      037454 z_g24_pairing_sm_3_waiting_ack:
+0xa0029 037455 jam state_24g_pairing_success ,mem_24g_pairing_sm
+0xa002a 037456 jam bt_evt_24g_pairing_complete ,mem_fifo_temp
+0xa002b 037457 call ui_ipc_send_event
+0xa002c 037458 fetch 4 ,mem_24g_rxpayload + 2
+0xa002d 037459 call p_g24_update_addr_and_synccrc8
+0xa002e 037460 branch p_g24_transmit_abandon
+:      037463 z_mouse_24g_pairing_complete:
+0xa002f 037464 call p_mouse_24g_no_data_timer_init
+0xa0030 037465 jam 1 ,mem_mouse_24g_enter_lpm_enable
+0xa0031 037466 arg mosue_24g_pairing_flag ,queue
+0xa0032 037467 call mouse_disable_function_flag
+0xa0033 037468 setarg 0
+0xa0034 037469 store 2 ,mem_24g_pairing_timer_count
+0xa0035 037470 jam 0 ,mem_mouse_move_flag
+0xa0036 037472 call mouse_read_sensor_common
+0xa0037 037474 call p_mouse_tx_power_init
+0xa0038 037476 fetch 4 ,mem_24g_addr
+0xa0039 037477 store 4 ,mem_mouse_24g_addr
+0xa003a 037479 branch p_mouse_store_flash_device_info
+              org 0xb0001
+:      037484 z_entrancea:
+0xb0001 037485 beq zcode_a0 ,z_mouse_24g_attempt_fail
+0xb0002 037486 beq zcode_a1 ,z_mouse_le_conn_param_update_rsp_recieved
+0xb0003 037487 beq zcode_a2 ,z_mouse_le_bb_disconnected
+0xb0004 037488 beq zcode_a3 ,z_mouse_bb_event_reconn_timeout
+0xb0005 037489 beq zcode_a4 ,z_mouse_before_hibernate
+0xb0006 037490 rtn
+:      037492 z_mouse_24g_attempt_fail:
+0xb0007 037493 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt
+0xb0008 037494 call p_mouse_tx_power_init
+0xb0009 037495 call p_g24_check_51cmd_stop_24g
+0xb000a 037496 jam 0 ,mem_link_key_exists
+0xb000b 037497 call p_mouse_setgpio_hibernate
+0xb000c 037498 branch app_enter_hibernate
+:      037500 z_mouse_le_conn_param_update_rsp_recieved:
+0xb000d 037501 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result
+0xb000e 037502 rtneq ble_signaling_connect_parameter_update_accepted
+0xb000f 037503 fetch 1 ,mem_le_tsniff
+0xb0010 037504 rshift2 pdata ,pdata
+0xb0011 037505 sub pdata ,le_interval_15ms ,null
+0xb0012 037506 rtn positive
+0xb0013 037507 setarg le_interval_11_25ms
+0xb0014 037508 store 2 ,mem_le_interval_min
+0xb0015 037509 store 2 ,mem_le_interval_min + 2
+0xb0016 037510 call p_app_updata_le_param
+0xb0017 037511 jam le_lpm_disable ,mem_mouse_le_conn_param_reject
+0xb0018 037512 rtn
+:      037515 z_mouse_bb_event_reconn_timeout:
+:      037516 z_mouse_bb_event_reconn_failed:
+0xb0019 037517 fetch 2 ,mem_ui_state_map
+0xb001a 037518 rtnbit1 ui_state_btn_down
+0xb001b 037519 rtnbit1 ui_state_bt_discovery
+0xb001c 037520 rtnbit1 ui_state_ble_adv
+0xb001d 037521 fetch mouse_flag_len ,mem_mouse_flag
+0xb001e 037522 rtnbit1 mouse_bt_discovery_button_down_flag
+0xb001f 037523 branch app_bb_hibernate
+:      037525 z_mouse_le_bb_disconnected:
+0xb0020 037526 setarg le_interval_8_75ms
+0xb0021 037527 store 2 ,mem_le_interval_min
+0xb0022 037528 store 2 ,mem_le_interval_min + 2
+0xb0023 037529 jam le_lpm_enable ,mem_mouse_le_conn_param_reject
+0xb0024 037530 jam 0 ,mem_mouse_clear_sensor_data_flag
+0xb0025 037531 call p_mouse_data_init
+0xb0026 037532 call le_clr_config_more_data
+0xb0027 037533 branch mouse_bb_disconnected
+:      037536 z_mouse_before_hibernate:
+0xb0028 037537 enable user
+0xb0029 037538 hfetch 4 ,0x8138
+0xb002a 037539 setflag user ,26 ,pdata
+0xb002b 037540 hstore 4 ,core_lpm_reg
+0xb002c 037541 call lpm_write_ctrl
+0xb002d 037542 call disable_authrom
+0xb002e 037543 call mouse_devce_led_off
+0xb002f 037544 call mouse_before_hibernate_wheel_gpio_set
+0xb0030 037545 call p_mouse_setgpio_hibernate
+0xb0031 037547 call p_flash_deep_power_down
+0xb0032 037548 hfetch 1 ,core_gpio_sel1
+0xb0033 037549 and pdata ,0xf7 ,pdata
+0xb0034 037550 hstore 1 ,core_gpio_sel1
+0xb0035 037551 hfetch 1 ,core_gpio_pd2
+0xb0036 037552 set1 6 ,pdata
+0xb0037 037553 hstore 1 ,core_gpio_pd2
+0xb0038 037555 fetcht 1 ,mem_sensor_data_gpio
+0xb0039 037556 branch gpio_clr_wake
+              org 0xc0001
+:      037561 z_entranceb:
+0xc0001 037562 beq zcode_b0 ,z_mouse_le_bb_event_connected
+0xc0002 037563 beq zcode_b1 ,z_mouse_sniff_not_accept
+0xc0003 037564 beq zcode_b2 ,z_mouse_enter_sniff_check
+0xc0004 037565 beq zcode_b3 ,z_mouse_le_ll_start_encryt
+0xc0005 037566 beq zcode_b4 ,z_mouse_bb_event_disconnected
+0xc0006 037567 rtn
+:      037569 z_mouse_le_bb_event_connected:
+0xc0007 037570 call p_mouse_data_init
+0xc0008 037571 branch mouse_le_bb_event_connected
+:      037573 z_mouse_sniff_not_accept:
+0xc0009 037574 fetch 1 ,mem_mouse_enter_sniff_count
+0xc000a 037575 rtneq 2
+0xc000b 037576 increase 1 ,pdata
+0xc000c 037577 store 1 ,mem_mouse_enter_sniff_count
+0xc000d 037578 jam 0x12 ,mem_sniff_param_interval
+0xc000e 037579 branch app_bt_enter_sniff
+:      037581 z_mouse_enter_sniff_check:
+0xc000f 037582 fetch 1 ,mem_mouse_enter_sniff_count
+0xc0010 037583 rtnne 2
+0xc0011 037584 jam 0 ,mem_mouse_enter_sniff_count
+0xc0012 037585 jam 0x0e ,mem_sniff_param_interval
+0xc0013 037586 branch app_bt_enter_sniff
+:      037588 z_mouse_le_ll_start_encryt:
+0xc0014 037589 fetch 1 ,mem_mouse_le_reconnect_flag
+0xc0015 037590 beq 1 ,z_mouse_le_ll_reconn_start_encryt
+0xc0016 037591 branch z_mouse_le_ll_enable_start_enc_flag
+:      037592 z_mouse_le_ll_reconn_start_encryt:
+0xc0017 037593 call p_app_updata_le_param
+0xc0018 037594 jam 5 ,mem_le_start_encrypt_timer
+:      037595 z_mouse_le_ll_enable_start_enc_flag:
+0xc0019 037596 arg ll_start_enc_flag ,queue
+0xc001a 037597 branch mouse_le_enable_connect_flag
+:      037599 z_mouse_bb_event_disconnected:
+0xc001b 037600 jam 0 ,mem_bt_rcvd_switch_req_accept
+0xc001c 037601 jam 0 ,mem_bt_send_lmp_setup_complete
+0xc001d 037602 jam 0 ,mem_mouse_bt_send_first_package_flag
+0xc001e 037603 branch mouse_bb_disconnected
Index: YFK_1066/PB_3mode_3ch/output/bt_program23.meta
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/bt_program23.meta	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/bt_program23.meta	(working copy)
@@ -45,7 +45,7 @@
 define G24
 define BLE
 define CLASSIC_BT
-//define MOUSE_SMOOTHER
+define MOUSE_SMOOTHER
 define ADC_ENABLE
 //define P24G_LOG
 //define RF_DEBUG
@@ -61,15 +61,99 @@
 //define DEBUGLOG_CONN_SM
 //define DEBUGLOG_UPPER_SM
 
-	bbit1 8,pf_patch_ext	
+
+p_start:
+	branch p_patch_array
+
+// zcode start
+p_zcode:
+
+//only for power on once
+p_wake_from_power:
+	call p_mouse_data_init
+	fetch 1,mem_tx_power
+	store 1,mem_tx_power_temp
+	call power_ctrl_pac_succ_cnt_init
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_select_ui_button_count	//select key timer init
+	fetch 1,mem_bt_ui_button_timeout
+	store 1,mem_bt_ui_button_count	//bt key timer init
+	call mouse_bt_discovery_button_down_disable
+	call p_mouse_spi_init
+	call p_drawing_optima_init
+	call p_mouse_cb_fuction
+	call p_mouse_wakeup_from_power
+	branch p_mouse_setting_config
+
+p_mouse_cb_fuction:
+	setarg p_mouse_g24_package_data
+	store 2,mem_cb_24g_data
+	setarg p_mouse_le
+	store 2,mem_cb_le_process
+	setarg p_le_mouse_bb_event_connect_complete
+	store 2,mem_cb_att_write
+	setarg p_mouse_bt
+	store 2,mem_cb_bt_process
+	setarg p_mouse_before_lpm
+	store 2,mem_cb_before_lpm
+	setarg p_mouse_priority_bb_event
+	store 2,mem_cb_bb_event_process
+	setarg p_mouse_idle
+	store 2,mem_cb_idle_process
+	setarg p_mouse_before_hibernate
+	store 2,mem_cb_before_hibernate
+	setarg p_mouse_bb_event_timer
+	store 2,mem_cb_event_timer
+	rtn	
+
+p_mouse_wakeup_from_power:
+	setarg 25
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+	ncall p_mouse_24g_transmit_by_interrupt_exit_count_max,wake
+	call p_mouse_init_sunt
+	call p_mouse_sensor_powerdown
+p_mouse_wakeup_no_from_power:
+	fetch 1,mem_reconn_times_init
+	store 1,mem_reconn_times
+	rtn
+p_mouse_24g_transmit_by_interrupt_exit_count_max:
+	setarg 375
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+	rtn
+
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+
+p_patch_array:
+	bbit1 8,pf_patch_ext
+	//patch00_0 and patch11_2 are unuseful because of otp
+	beq patch00_1,p_soft_reset_1
+	beq patch00_2,p_soft_reset_2
 	beq patch10_5,p_shutdown_radio
 	beq patch11_1,p_set_freq_tx
-	beq patch00_1,p_soft_reset_1
 	beq patch03_3,p_page_wait_fhs_reply_ok
 	beq patch04_6,p_role_switch_master
+	beq patch09_0,p_quit_connection_cont
 	beq patch09_2,p_prepare_tx
- 	beq patch0b_1,p_process_dmh
 	beq patch0a_1,p_slave_conn_recv_packet
+ 	beq patch0b_1,p_process_dmh
 	beq patch14_7,p_lpm_dispatch
 	beq patch15_5,p_lpm_set_mult
 	beq patch19_3,app_bt_start_reconnect+3
@@ -78,8 +162,7 @@
 	beq patch16_1,p_lpm_check_wake_lock
 	beq patch16_2,p_g24_dispatch
 	beq patch18_4,p_device_init
-//	beq patch19_1,p_app_flag_store
-//	beq patch19_2,p_app_initflag_check
+	beq patch1c_6,p_mouse_motion
 	beq patch1d_2,p_mouse_bb_event_discovery_btn
 	beq patch1d_3,p_mouse_start_discovery
 	beq patch1d_4,p_mouse_stop_discovery
@@ -99,12 +182,11 @@
 	beq patch30_0,p_parse_lmp_accepted
 	beq patch30_2,p_send_lmp
 	beq patch31_0,p_process_conn_sm
-	
 	beq patch31_4,p_twspi_reset
 	beq patch31_5,p_spid_init
 	beq patch3f_2,p_check_51cmd_once_continue
 	branch loop
-
+	
 
 p_rssi_signal:
 	copy pdata,rega
@@ -128,6 +210,18 @@
 	ncall lpm_disable_exen_output,wake
 	call ui_init+1
 	branch soft_reset+11
+	
+p_soft_reset_2:
+	call app_lpm_init,wake
+	call publickey_init
+	call lpm_recover_clk,wake
+p_sp_cal_loop:
+	call sp_calc_sequence
+	fetch 1,mem_ssp_enable
+	branch main_loop,blank
+	fetch 1,mem_sp_local_key_invalid // simple pairing is not ready
+	branch p_sp_cal_loop,blank
+	branch main_loop
 
 p_init_param:
 	setarg param_le_version
@@ -162,8 +256,9 @@
 	fetch 1,mem_24g_pairing_sm
 	rtnne STATE_24G_PAIRING_SUCCESS
 	call power_ctrl_start
-	fetch 1,mem_24g_transmit_by_interrupt
-	rtneq G24_TX_TIMER_INT_ENABLE
+//	jam TX_POWER_5DB,mem_tx_power
+	fetch 1,mem_mouse_multi_led_state
+	beq ON,p_g24_transmit_by_interrupt_enable
 p_g24_short_sleep:	
 	call p_g24_lpm_wait
 	nrtn user
@@ -175,15 +270,19 @@
 	call p_g24_timer_check
 	nrtn user
 	call p_g24_interval_calibrate
-	fetch 1,mem_24g_transmit_by_interrupt_exit_count
+	fetch 2,mem_24g_transmit_by_interrupt_exit_count
 	increase 1,pdata
-	store 1,mem_24g_transmit_by_interrupt_exit_count
-	sub pdata,25,null	//200ms
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	fetcht 2,mem_24g_transmit_by_interrupt_exit_count_init
+	isub temp,null
 	call p_g24_transmit_by_interrupt_exit,zero
 	branch p_g24_transmit_process
 p_g24_transmit_by_interrupt_exit:
 	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
-	jam 0,mem_24g_transmit_by_interrupt_exit_count
+	setarg 0
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	setarg 25
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
 p_g24_interval_min:
 	jam 0,mem_24g_pac_index
 	fetch 1,mem_24g_interval_min
@@ -200,10 +299,6 @@
 	beq 4,p_g24_interval_max
 	beq 5,p_g24_interval_min
 	rtn
-p_g24_transmit_by_interrupt_enable:
-	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
-	jam 0,mem_24g_transmit_by_interrupt_exit_count
-	rtn
 
 p_g24_nodata_transmit:
 	fetch 1,mem_24g_abort_pac
@@ -216,8 +311,6 @@
 	nrtn user
 	fetch 3,mem_24g_enter_hibernate
 	call clk2lpo
-	fetch 1,mem_sp_local_key_invalid	// simple pairing is not ready
-	rtn blank
 	storet 4,mem_sleep_counter
   	branch lpm_sleep
 
@@ -228,6 +321,8 @@
 	branch disable_user,blank
 	fetch 1,mem_lpm_mode
 	branch disable_user,blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,disable_user
 	branch p_mouse_setgpio_lpm
 
 p_g24_send_abort_packet:
@@ -246,17 +341,11 @@
 	call p_g24_txdata_enable_tx
 	branch p_g24_transmit_start
 
-	
 p_g24_set_device_addr:
-	call adc_init_data
-//	fetch 4,mem_0_5_adc_io_data	//adc data from otp
-//	store 4,mem_24g_device_addr	
-//	nrtn blank
 	fetch 4,mem_lap
 	store 4,mem_24g_device_addr
 	rtn
 
-
 p_g24_transmit_rf_sta_init:
 	jam 1,mem_24g_rf_last_sta
 	jam 0,mem_24g_sync_cnt
@@ -391,6 +480,8 @@
 	rtn blank
 	branch enable_user	// retransmit
 p_g24_accumulate_mouse_data:
+	call p_mouse_24g_no_data_timer_init	//nodata timer 20min
+
 	jam 0,mem_24g_abort_pac
 	add rega,1,pdata
 	store 1,mem_24g_datalen
@@ -417,6 +508,9 @@
 
 p_g24_transmit_packet:
 	jam 0,mem_24g_retry
+	fetch 1,mem_retry_count
+	increase 1,pdata
+	store 1,mem_retry_count
 p_g24_transmit_loop:
 	arg param_rx_setup,timeup
 	until clkn_rt,meet
@@ -429,6 +523,7 @@
 	call p_g24_ackpayload_parse
 	call power_ctrl_pac_succ_incrs
 p_g24_transmit_next_packet:
+	jam 0,mem_retry_count
 	fetch 1,mem_24g_pid
 	increase 1,pdata
 	store 1,mem_24g_pid
@@ -476,14 +571,26 @@
 	fetch 1,mem_24g_get_ack_fail
 	increase 1,pdata
 	store 1,mem_24g_get_ack_fail
+	beq 0xff,p_g24_stop_g24_mode
 	fetch 1,mem_24g_pairing_sm
 	bne STATE_24G_PAIRING_SUCCESS,p_g24_tx_paring_retry
-	fetcht 1,mem_24g_retry
-	increase 1,temp
-	storet 1,mem_24g_retry
-	fetch 1,mem_24g_max_retry
-	isub temp,pdata
-	nbranch p_g24_transmit_loop,blank
+
+	fetch 1,mem_retry_count
+	sub pdata,2,null
+	ncall p_g24_ch,positive
+	
+	fetch 1,mem_24g_retry
+	increase 1,pdata
+	store 1,mem_24g_retry
+	bne 6,p_g24_transmit_loop
+
+	fetch 1,mem_retry_count
+	sub pdata,2,null
+	call p_g24_ch,positive
+
+	branch p_g24_transmit_packet
+
+/*
 	fetch 1,mem_24g_rf_work_stage
 	beq 3,p_g24_transmit_pac_fail_hop_stage3
 	fetch 1,mem_24g_hop_pac_retry
@@ -493,7 +600,7 @@
 	call p_g24_hop_ch_enable
 	jam 1,mem_24g_max_retry
 	branch p_g24_transmit_packet
-
+*/
 p_g24_tx_paring_retry:
 	fetch 1,mem_24g_get_ack_fail
 	rtnne 0xff
@@ -516,102 +623,22 @@
 	arg mem_24g_rxpayload,contw	//ack payload buffer 
 	branch memcpy
 
-p_g24_start_pairing_sm1:
-	set1 mark_24g,mark
-	call p_g24_pair_init
-p_g24_set_pairing_sm_1:
-	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
-	rtn
-
-p_g24_pair_init:
-	jam TX_POWER_PAIR,mem_tx_power
-	jam 0,mem_24g_pid
-	jam G24_PAIR_CH,mem_24g_ch
-	fetch 4,mem_24g_paring_addr
-	branch p_g24_update_addr_and_synccrc8
-
 p_g24_pairing_sm:
-	fetch 1,mem_24g_ensure
-	beq ENSURE_ON_24G,enable_user
-	fetch 1,mem_24g_pairing_sm
-	beq STATE_24G_PAIRING_1,p_g24_pairing_sm_1
-	beq STATE_24G_PAIRING_2,p_g24_pairing_sm_2
-	beq STATE_24G_PAIRING_3,p_g24_pairing_sm_3
-	branch assert
-
-p_g24_pairing_sm_1:
-	jam STATE_24G_PAIRING_1_WAITING_ACK,mem_24g_pairing_sm
-	jam 0xaa,mem_24g_common_temp
-	branch p_g24_pairing_sm_common
-p_g24_pairing_sm_2:
-	jam STATE_24G_PAIRING_2_WAITING_ACK,mem_24g_pairing_sm
-	jam 0x55,mem_24g_common_temp
-	branch p_g24_pairing_sm_common
-p_g24_pairing_sm_3:
-	jam STATE_24G_PAIRING_3_WAITING_ACK,mem_24g_pairing_sm
-	jam 0x22,mem_24g_common_temp
-p_g24_pairing_sm_common:
-	fetch 1,mem_24g_data_type
-	and_into bits_data,pdata
-	store 1,mem_24g_common_temp+1
-	fetch 4,mem_24g_device_addr
-	store 4,mem_24g_common_temp+2
-p_g24_put_pairing_data_in_buff:
-	jam 0,mem_24g_common_temp+6
-	arg mem_24g_common_temp,rega
-	arg 7,temp
-	call p_g24_put_data_in_buff
-	call p_g24_txdata_enable_tx
-	branch enable_user
+	jam ZCODE_90,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_g24_paring_mode:
-	fetch 1,mem_24g_pairing_sm
-	rtneq STATE_24G_PAIRING_SUCCESS
-	beq STATE_24G_PAIRING_1_WAITING_ACK,p_g24_pairing_sm_1_waiting_ack
-	beq STATE_24G_PAIRING_2_WAITING_ACK,p_g24_pairing_sm_2_waiting_ack
-	beq STATE_24G_PAIRING_3_WAITING_ACK,p_g24_pairing_sm_3_waiting_ack
-	rtn
+	jam ZCODE_91,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
+p_g24_start_24g_mode:
+	jam ZCODE_60,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
-p_g24_pairing_sm_1_waiting_ack:
-	jam STATE_24G_PAIRING_2,mem_24g_pairing_sm
-	branch p_g24_transmit_abandon
-p_g24_pairing_sm_2_waiting_ack:
-	jam STATE_24G_PAIRING_3,mem_24g_pairing_sm
-	branch p_g24_transmit_abandon
-p_g24_pairing_sm_3_waiting_ack:
-	jam STATE_24G_PAIRING_SUCCESS,mem_24g_pairing_sm
-	jam BT_EVT_24G_PAIRING_COMPLETE,mem_fifo_temp
-	call ui_ipc_send_event	
-	fetch 4,mem_24g_rxpayload+2
-	call p_g24_update_addr_and_synccrc8
-	branch p_g24_transmit_abandon
+p_g24_auto_pair_start:
+	jam ZCODE_70,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
-p_g24_start_24g_mode:
-	set0 mark_24g,mark
-	call p_g24_ch_syncword_crc8_init
-	fetch 1,mem_24g_pairing_sm
-	rtnne STATE_24G_PAIRING_SUCCESS
-	call p_g24_tx_attemp_data_prep
-p_g24_tx_attemp_dongle_loop:
-	call lpo_calibration
-	nop 2000	
-	call p_mouse_get_select_state
-	branch p_g24_tx_attemp_dongle_loop_exit,true
-	fetch 1,mem_24g_check_dongle_times+1
-	bbit1 4,p_g24_stop_g24_mode		// 0x1000
-	call p_g24_transmit_receive_ack
-	nbranch p_g24_attemp_txdata_retry,sync
-	nbranch p_g24_attemp_txdata_retry,user3
-p_g24_tx_attemp_dongle_succ:
-	set1 mark_24g,mark
-	setarg 0
-	store 2,mem_24g_check_dongle_times
-	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
-	call ui_ipc_send_event
-p_g24_tx_attemp_dongle_loop_exit:	
-	call p_g24_txbuf_clear
-	branch p_g24_transmit_by_interrupt_enable
 
 p_g24_tx_attemp_data_prep:
 	jam 0xff,mem_24g_common_temp
@@ -623,66 +650,7 @@
 	arg mem_24g_common_temp,rega
 	call p_g24_put_data_in_buff
 	branch p_g24_transmit_prep
-	
-p_g24_attemp_txdata_retry:
-	call mouse_device1_led_on 
-	fetch 2,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 2,mem_24g_check_dongle_times
-	call p_g24_ch
-	branch p_g24_tx_attemp_dongle_loop
-
-p_g24_auto_pair_start:
-	set0 mark_24g,mark
-	call p_g24_auto_pair_all_powerful
-	call p_g24_tx_attemp_data_prep
-p_g24_auto_pair_start_loop:
-	call lpo_calibration
-	nop 2000
-	call p_mouse_get_select_state
-	branch p_g24_start_pairing_sm1,true
-	fetch 1,mem_24g_check_dongle_times+1
-	bbit1 4,p_g24_stop_g24_mode		// 0x1000
-	call p_g24_transmit_receive_ack
-	nbranch p_g24_auto_pair_retry,sync
-	nbranch p_g24_auto_pair_retry,user3
-	call p_g24_ackpayload_parse
-	call p_mouse_tx_power_init
-	fetch 4,mem_24g_addr
-	fetcht 4,mem_24g_paring_addr
-	isub temp,null
-	branch p_g24_start_pairing_sm1,zero
-	branch p_g24_tx_attemp_dongle_succ
-
-p_g24_auto_pair_retry:
-	call mouse_device1_led_on
-	fetch 2,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 2,mem_24g_check_dongle_times
-	fetch 1,mem_24g_auto_paring_switch
-	increase 1,pdata
-	and_into 1,pdata
-	store 1,mem_24g_auto_paring_switch
-	beq 0,p_g24_auto_pair_device_attemp
-	beq 1,p_g24_auto_pair_pair_attemp
-	rtn
-	
-p_g24_auto_pair_all_powerful:
-	jam TX_POWER_PAIR,mem_tx_power
-	setarg 0x0f0f
-	store 2,mem_24g_addr
-	istore 2,contw
-p_g24_ch_syncword_crc8_init:	
-	call p_g24_syncword_crc8
-	branch p_g24_ch
 
-p_g24_auto_pair_device_attemp:
-	call p_g24_auto_pair_all_powerful
-	branch p_g24_auto_pair_start_loop
-
-p_g24_auto_pair_pair_attemp:
-	call p_g24_pair_init
-	branch p_g24_auto_pair_start_loop
 
 p_g24_check_51cmd_stop_24g:
 	set0 mark_24g,mark
@@ -1012,7 +980,7 @@
 	ior temp,temp
 	invert temp,temp
 	hstoret 4,core_gpio_pd0
-	hfetch 1,core_gpio_pd1	
+	hfetch 1,core_gpio_pd1
 	set0 2,pdata
 	hstore 1,core_gpio_pd1
 	hfetch 1,core_gpio_pd2	//flash hold pin gpio22
@@ -1027,32 +995,15 @@
 
 p_device_init:
 	call app_lpm_mult_enable
-	branch p_device_init_common,wake
-	jam 0x20,core_gpio_pu0
-	call p_mouse_data_init
-	fetch 1,mem_tx_power
-	store 1,mem_tx_power_temp
-	call power_ctrl_pac_succ_cnt_init
-	fetch 1,mem_ui_button_timeout
-	store 1,mem_select_ui_button_count	//select key timer init
-	call mouse_bt_discovery_button_down_disable
-p_device_init_common:
-	call p_mouse_init
-	branch enable_authrom
-
-p_mouse_tx_power_init:
-	fetch 1,mem_tx_power_temp
-	store 1,mem_tx_power
-	rtn
-
-p_mouse_init:
-	ncall p_mouse_setting_config,wake
-	call p_mouse_spi_init
-	rtn wake
-	call p_mouse_cb_fuction
-	call mouse_check_key_gpio
+	call enable_authrom
+	branch p_device_wake_from_lpm,wake
+p_device_wake_from_power:
+	call p_wake_from_power
+	fetch 1,mem_power_on_flag
+	bbit1 2,p_mouse_check_reconn_target
+	call p_mouse_check_key_gpio
 	beq MOUSE_LM_BUTTON,p_mouse_24g_pairing_button
-	branch p_mouse_wakeup_from_power
+//	branch p_mouse_wakeup_from_power
 
 p_mouse_check_reconn_target:
 	call p_mouse_tx_power_init
@@ -1060,7 +1011,7 @@
 	fetch 1,mem_device_flag
 	fetcht 1,mem_24g_device_number
 	isub temp,null
-	rtn zero
+	branch p_mouse_start_24g_mode,zero
 	increase -1,pdata
 	mul32 pdata,29,pdata
 	iadd rega,rega
@@ -1068,6 +1019,16 @@
 	store 1,mem_xrecord_mode
 	beq REC_3_MODE,p_mouse3_0_check_reconn_target
 	beq REC_4_MODE,p_mouse4_0_check_reconn_target
+//	branch p_mouse_null_enter_hibernate_enable	//enter hibernate if it is in its factory state
+	rtn
+
+
+p_device_wake_from_lpm:
+	branch p_mouse_spi_init
+
+p_mouse_tx_power_init:
+	fetch 1,mem_tx_power_temp
+	store 1,mem_tx_power
 	rtn
 
 p_mouse3_0_check_reconn_target:
@@ -1101,19 +1062,8 @@
 	branch p_le_check_adv_flag_loop
 
 p_mouse_24g_pairing_button:
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	rtnbit0 MOUSE_ENABLE_24G
-	rtnbit1 MOSUE_24G_PAIRING_FLAG
-	rtnmark1 mark_24g
-	call mouse_devce_led_off
-	arg MOSUE_24G_PAIRING_FLAG,queue
-	call mouse_enable_function_flag
-	setarg 0
-	store 2,mem_mouse_direct_timer
-	store 1,mem_mouse_send_blank_timer
-	store 2,mem_24g_check_dongle_times
-	call mouse_stop_discovery
-	branch p_g24_start_pairing_sm1
+	jam ZCODE_61,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 
 p_mouse_spi_init:
@@ -1123,8 +1073,8 @@
 p_mouse_init_sunt:
 	call p_mouse_spi_init
 	call mouse_spi_sdio_gpio_pollup
-	fetch 1,mem_config_sensor_type
-	beq P3610,mouse_init_3610sensor
+//	fetch 1,mem_config_sensor_type
+//	beq P3610,mouse_init_3610sensor
 p_mouse_init_sensor:
 	call mouse_read_sensor_id
 	beq P32XX_ID1,p_mouse_init_p32xx_id2_judge
@@ -1141,8 +1091,19 @@
 
 p_mouse_init_p32xx_id2_judge:
 	call p_mouse_sensor_poweron
-	branch mouse_init_p32xx_id2_judge
+	fetch 1,mem_sensor_id2
+	beq MA8650_ID2,p_mouse_ma8650_init_param
+	branch mouse_init_p32xx_id2_judge+1
 
+p_mouse_ma8650_init_param:
+	setarg 0x8006	// reset to factory settings
+	call twspi_write
+	call delay_10ms
+	jam MA8650,mem_config_sensor_type
+	call mouse_sensor_disable_wp
+	setarg 0x220a
+	call twspi_write
+	branch mouse_sensor_enable_wp
 
 p_mouse_p3065_init_param:
 	call p_mouse_sensor_poweron
@@ -1152,17 +1113,17 @@
 	rtn
 
 p_mouse_sensor_poweron:
+	call p_mouse_spi_init
 	setarg 0x8006	// reset to factory settings
 	call twspi_write
-	nop 12000	
+	nop 12000
 p_mouse_dpi_config:
 	fetch 1,mem_mouse_dpi
 	beq 0xff,mouse_dpi_config
 	branch mouse_seting_dpi+2
 
-	
 p_mouse_sensor_powerdown:
-	call p_mouse_sensor_poweron			// make motion high
+	call p_mouse_spi_init
 	setarg 0x0806
 //	call twspi_read
 //	or pdata,0x08,pdata
@@ -1171,113 +1132,14 @@
 	branch twspi_write	//make sdio high
 
 p_mouse_setting_config:
-	call p_g24_set_device_addr
-	//disable usb function
-//	hfetch 1,core_usb_config
-//	set0 4,pdata
-//	hstore 1,core_usb_config
-	fetcht 1,mem_flash_ncs_gpio
-	call gpio_config_output
-	call mouse_gpio_init
-	call mouse_param_init
-	call p_mouse_bt_sdp_update
-	setarg 0
-	store 2,mem_lpm_interval	
-	call mouse_adc_init
-	call le_set_config_fixed_ltk
-	call le_set_justwork
-	call le_set_fixed_ltk
-	call le_set_config_read_authentication
-	call p_le_addr_random_config
-	branch p_mouse_load_flash_info_check
-	
-/*	
-p_mouse_init_iic:
-	call iic_init_390k
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
-	ncall clear_eeprom_size_2k,true
-	call mouse_load_eeprom_dpi
-	call p_mouse_init_environment
-	call p_mouse_set_24g_addr_eeprom
-	branch iicd_read_eep_data
-*/	
-
-p_mouse_bt_sdp_update:
-	call enable_authrom
-	arg 0x8c00,contr
-	arg mem_mouse_uuid_list,contw
-	arg 369,loopcnt
-	call memcpy
-	//Attribute: HID SSR Host Max Latency
-	setarg 0x0f0209
-	istore 3,contw
-	setarg 0x120009
-	istore 3,contw
-	//Attribute: HID SSR Host Min Timeout
-	setarg 0x100209
-	istore 3,contw
-	setarg 0x000009
-	istore 3,contw
-	arg 0x8d71,contr
-	arg 265,loopcnt
-	call memcpy
-	
-	jam 0,mem_mouse_uuid_list+23	//Service Record Handle: 0x 00 01 00 00
-	jam 0x6d,mem_mouse_uuid_list+15	//total length
-	setarg 0x401f
-	store 2,mem_mouse_uuid_list+357	//timeout
-	setarg 0x6d04
-	store 2,mem_mouse_uuid_list+462	//VID
-	setarg 0x16b0
-	store 2,mem_mouse_uuid_list+468	//PID
-
-	setarg mem_mouse_uuid_list				//bt sdp start address
-	store 2,mem_ui_uuid_table
-	rtn
-
-/*
-p_mouse_init_environment:
-	call app_initflag_check
-	branch mouse_eeprom_load_recon_info,zero
-	call p_le_addr_random_config
-	branch mouse_init_environment+2
-	
-
-p_app_flag_store:
-	arg 2,temp
-	arg mem_timeup,rega
-	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
-	branch iicd_write_protect_eep_data
-
-p_app_initflag_check:
-	arg 2,temp
-	arg mem_pdatatemp,rega
-	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
-	branch app_initflag_check+4
-*/
-
-
-
-//**************************flash*************************************//
-/*
-p_flash_ncs_gpio_init:
-	fetcht 1,mem_flash_ncs_gpio
-	branch gpio_config_output
-
-//nsc gpio ouput low
-p_flash_ncs_enable:
-	fetcht 1,mem_flash_ncs_gpio
-	branch gpio_out_active
-*/
+	jam ZCODE_80,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 //ncs gpio output high
 p_flash_ncs_disable:
 	fetcht 1,mem_flash_ncs_gpio
 	branch gpio_out_inactive
 
-
-
 p_spid_init_flash:
 	jam 0x40,core_spid_ctrl
 	jam 0x0,core_spid_delay
@@ -1300,29 +1162,34 @@
 	branch p_mouse_load_flash_device_info,zero
 	storet 2,mem_store_flag
 	call mouse_ble_init_address
-	jam 2,mem_mouse_dpi
+	fetch 1,mem_config_sensor_motion
+	store 1,mem_mouse_dpi
 	fetch 4,mem_mouse_24g_addr_init
 	store 4,mem_mouse_24g_addr
 	store 4,mem_24g_addr
-	branch p_mouse_store_flash_device_info
-
-
 p_mouse_store_flash_device_info:
 	call p_flash_release_deep_power_down
 	call p_flash_erase_sector
 	call p_mouse_information_flash_parameters
 	call p_spid_write_flash
 	call p_wait_flash_done
-	branch p_mouse_store_random_addr_increase_count
-
-
+p_mouse_store_random_addr_increase_count:
+	arg 2,temp
+	arg mem_random_addr_increase_count,rega
+	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
+	fetch 3,mem_flash_base
+	iadd regb,pdata
+	call p_spid_write_flash
+	call p_wait_flash_done
+	call p_flash_deep_power_down
+	branch p_mouse_spi_init
+	
 p_flash_erase_sector:
 	fetch 3,mem_flash_base
 	store 3,mem_spi_write_addr
 	call flash_erase_sector+2
 	branch p_wait_flash_done
 
-
 p_spid_write_flash:
 	copy pdata,regc
 	copy rega,pdata
@@ -1355,13 +1222,11 @@
 	arg mem_mouse_information_start,rega
 	rtn
 
-
 p_mouse_read_flash:
 	call p_flash_release_deep_power_down
 	call p_mouse_information_flash_parameters
 	branch spid_read_flash
 
-
 p_mouse_load_flash_device_info:	
 	call p_mouse_read_flash
 	call p_mouse_load_random_addr_increase_count
@@ -1371,33 +1236,18 @@
 	rtn
 
 p_flash_deep_power_down:
+	jam FLASH_COMMAND_DEEP_POWER_DOWN,mem_temp
+p_spid_write_flash_cmd:
 	call p_spid_init_flash
 	call spid_unlock_flash
 	arg mem_write_flash_head_temp,rega
-	arg FLASH_COMMAND_DEEP_POWER_DOWN,temp
+	fetcht 1,mem_temp
 	branch spid_write_flash_common
 
-
 p_flash_release_deep_power_down:
-	call p_spid_init_flash
-	call spid_unlock_flash
-	arg mem_write_flash_head_temp,rega
-	arg FLASH_COMMAND_RELEASE_DEEP_POWER_DOWN,temp
-	branch spid_write_flash_common
-
+	jam FLASH_COMMAND_RELEASE_DEEP_POWER_DOWN,mem_temp
+	branch p_spid_write_flash_cmd
 	
-p_mouse_store_random_addr_increase_count:
-	arg 2,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
-	fetch 3,mem_flash_base
-	iadd regb,pdata
-	call p_spid_write_flash
-	call p_wait_flash_done
-	call p_flash_deep_power_down
-	branch p_mouse_spi_init	
-
-
 
 p_mouse_load_random_addr_increase_count:
 	call p_flash_release_deep_power_down
@@ -1409,25 +1259,6 @@
 	branch spid_read_flash
 
 //**************************end*************************************//
-
-
-p_mouse_wakeup_from_power:
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,p_mouse_wakeup_no_from_power
-	fetch 1,mem_wakup_from_power_flag
-	isolate0 gpio_latch,pdata
-	nbranch p_mouse_wakeup_no_from_power,true
-	call p_mouse_init_sunt
-	call p_mouse_sensor_powerdown
-p_mouse_wakeup_no_from_power:
-//	fetch 1,mem_config_function_enable	//standard do not need it
-//	bbit1 ENABLE_SELECT_DEVICE_BY_GPIO_BUTTON,p_mouse_start_reconnect_device
-//	rtnbit1 ENABLE_SELECT_DEVICE_BY_SWITCH
-p_mouse_start_reconnect_device:
-	fetch 1,mem_device_flag
-	beq 0,p_mouse_start_24g_mode
-	beq MODE_G24_DEVICE,p_mouse_start_24g_mode
-	branch p_mouse_check_reconn_target
 	
 p_mouse_start_24g_mode:
 //	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -1451,36 +1282,16 @@
 	loop p_pdata_0xff_check_loop
 	rtn
 
-p_mouse_cb_fuction:
-	setarg p_mouse_g24_package_data
-	store 2,mem_cb_24g_data
-	setarg p_mouse_le
-	store 2,mem_cb_le_process
-	setarg p_le_mouse_bb_event_connect_complete
-	store 2,mem_cb_att_write
-	setarg p_mouse_bt
-	store 2,mem_cb_bt_process
-	setarg p_mouse_before_lpm
-	store 2,mem_cb_before_lpm
-	setarg p_mouse_priority_bb_event
-	store 2,mem_cb_bb_event_process
-	setarg p_mouse_idle
-	store 2,mem_cb_idle_process
-	setarg p_mouse_before_hibernate
-	store 2,mem_cb_before_hibernate
-	setarg p_mouse_bb_event_timer
-	store 2,mem_cb_event_timer
-	setarg mouse_spi_write_flash_cb
-	store 2,mem_cb_spi_flash_write_complate	
-	rtn
-
 p_mouse_g24_package_data:
 	call mouse_g24_package_data
 	fetch 2,mem_mouse_z
 	rtn blank
-	branch p_g24_transmit_by_interrupt_enable
+p_g24_transmit_by_interrupt_enable:
+	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
+	setarg 0
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	rtn
 	
-
 p_mouse_le_txbuff_save:
 	arg mem_le_tx_buffer0,contr
 	arg mem_le_tx_buffer0_omemalloc,contw
@@ -1514,13 +1325,16 @@
 	fetch 1,mem_mouse_clear_sensor_data_flag
 	call p_mouse_clear_sensor_data,blank
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit1 MOSUE_24G_PAIRING_FLAG,mouse_le_send_empty_packet
-//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_le_send_empty_packet
 	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_le_send_empty_packet
 	call mouse_motion
 	nrtn user
 	call p_mouse_wheel_trigger
-	branch p_mouse_data_push
+p_mouse_data_push:
+	arg mem_mouse_key,rega
+	call queue_push
+	call p_mouse_queue_increase,user
+	
+	rtn
 
 p_mouse_data_init:
 	jam 7,mem_mouse_data_queue	//data length
@@ -1529,12 +1343,6 @@
 	store 2,mem_queue_ptr
 	branch queue_init
 
-p_mouse_data_push:
-	arg mem_mouse_key,rega
-	call queue_push
-	call p_mouse_queue_increase,user
-	
-	rtn
 p_mouse_queue_increase:
 	fetch 1,mem_mouse_data_queue_num
 	increase 1,pdata
@@ -1575,8 +1383,6 @@
 	fetch 1,mem_mouse_clear_sensor_data_flag
 	call p_mouse_clear_sensor_data,blank
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit1 MOSUE_24G_PAIRING_FLAG,mouse_send_empty_data
-//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_send_empty_data
 	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_send_empty_data
 	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_send_empty_data
 	call mouse_motion
@@ -1607,35 +1413,21 @@
 	fetch 5,mem_mouse_bt_boot_data
 	istore 5,contw
 	rtn
-	
+
 p_mouse_clear_sensor_data:
-	call le_set_config_more_data
 	jam 1,mem_mouse_clear_sensor_data_flag
-	branch p_mouse_sensor_poweron
+	call le_set_config_more_data
+	branch p_mouse_init_sensor_reset
+
+//p_mouse_clear_sensor_data:
+//	call le_set_config_more_data
+//	jam 1,mem_mouse_clear_sensor_data_flag
+//	branch p_mouse_sensor_poweron
 
 p_mouse_idle:
 	call ui_check_paring_button
 	call p_mouse_dpi_check
 	branch mouse_wheel_check
-
-p_gpio_set_input_pd:
-	set0 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	call gpio_set_bit
-	set1 gpio_active_bit,temp
-	arg core_gpio_pd0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	arg core_gpio_oe0,contw
-	branch gpio_set_bit
-
-p_gpio_set_input_pu:
-	set1 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	branch p_gpio_set_input_pd+4
-
 p_mouse_dpi_check_next:
 	fetcht 1,mem_dpi_button_gpio
 	call gpio_get_bit
@@ -1674,7 +1466,7 @@
 	beq BT_EVT_RECONN_FAILED,p_mouse_bb_event_reconn_failed
 	beq BT_EVT_RECONN_PAGE_TIMEOUT,p_mouse_bb_event_reconn_timeout
 	beq BT_EVT_VIRTUAL_CABLE_UNPLUG,p_mouse_irtual_cable_unplug
-	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch	
+	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch
 	beq BT_EVT_SNIFF_NOT_ACCEPT,p_mouse_sniff_not_accept
 	beq BT_EVT_BB_CONNECTED,p_mouse_bb_event_connected
 	beq BT_EVT_BB_DISCONNECTED,p_mouse_bb_event_disconnected
@@ -1686,19 +1478,13 @@
 
 p_mouse_le_bb_event_connected:
 	call p_mouse_init_sensor_reset
-	call p_mouse_data_init
-	branch mouse_le_bb_event_connected
+	jam ZCODE_B0,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_le_bb_disconnected:
-	call p_mouse_sensor_powerdown_check
-	setarg LE_INTERVAL_8_75MS
-	store 2,mem_le_interval_min
-	store 2,mem_le_interval_min+2
-	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
-	jam 0,mem_mouse_clear_sensor_data_flag
-	call p_mouse_data_init
-	call le_clr_config_more_data
-	branch mouse_bb_disconnected
+	call p_mouse_sensor_powerdown_check	//sensor power down
+	jam ZCODE_A2,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_le_enc_info:
 p_app_updata_le_param:
@@ -1706,54 +1492,26 @@
 	branch ui_ipc_send_cmd
 
 p_mouse_le_ll_start_encryt:
-	fetch 1,mem_mouse_le_reconnect_flag
-	beq 1,p_mouse_le_ll_reconn_start_encryt
-	branch p_mouse_le_ll_enable_start_enc_flag
-
-p_mouse_le_ll_reconn_start_encryt:
-	call p_app_updata_le_param
-	jam 20,mem_le_start_encrypt_timer
-p_mouse_le_ll_enable_start_enc_flag:
-	arg LL_START_ENC_FLAG,queue
-	branch mouse_le_enable_connect_flag
+	jam ZCODE_B3,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_le_conn_param_update_rsp_recieved:
-	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
-	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
-	fetch 1,mem_le_tsniff
-	rshift2 pdata,pdata
-	sub pdata,LE_INTERVAL_15MS,null
-	rtn positive
-	setarg LE_INTERVAL_11_25MS
-	store 2,mem_le_interval_min
-	store 2,mem_le_interval_min+2
-	call p_app_updata_le_param
-	branch p_mouse_le_conn_param_lpm_disable
+	jam ZCODE_A1,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 
 p_mouse_bb_event_reconn_timeout:
 p_mouse_bb_event_reconn_failed:
-	fetch 2,mem_ui_state_map
-	rtnbit1 UI_STATE_BTN_DOWN
-	rtnbit1 UI_STATE_BT_DISCOVERY
-	rtnbit1 UI_STATE_BLE_ADV
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
-//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_soft_reset
-//	bbit1 MOSUE_24G_PAIRING_FLAG,p_g24_start_pairing_sm1
-	branch app_bb_hibernate
+	jam ZCODE_A3,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_irtual_cable_unplug:
 	call mouse_irtual_cable_unplug
 	branch app_bb_hibernate
 
 p_mouse_sniff_not_accept:
-	fetch 1,mem_mouse_enter_sniff_count
-	rtneq 2
-	increase 1,pdata
-	store 1,mem_mouse_enter_sniff_count
-	jam 0x12,mem_sniff_param_interval	//89Hz
-	branch app_bt_enter_sniff
+	jam ZCODE_B1,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_bb_event_connected:
 	jam 0,mem_mouse_send_switch_req_timer
@@ -1761,76 +1519,38 @@
 	branch mouse_stop_discovery
 
 p_mouse_bb_event_disconnected:
-	jam 0,mem_bt_rcvd_switch_req_accept
-	jam 0,mem_bt_send_lmp_setup_complete
-	jam 0,mem_mouse_bt_send_first_package_flag
-	call p_mouse_sensor_powerdown_check
-	branch mouse_bb_disconnected
+	call p_mouse_sensor_powerdown_check	//sensor power down
+	jam ZCODE_B4,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_enter_sniff_check:
-	fetch 1,mem_mouse_enter_sniff_count
-	rtnne 2
-	jam 0,mem_mouse_enter_sniff_count
-	jam 0x0e,mem_sniff_param_interval	//89Hz
-	branch app_bt_enter_sniff
-	
+	jam ZCODE_B2,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_24g_pairing_complete:
 	call p_mouse_init_sensor_reset
-
-	jam 1,mem_mouse_24g_enter_lpm_enable
-	arg MOSUE_24G_PAIRING_FLAG,queue
-	call mouse_disable_function_flag
-	setarg 0
-	store 2,mem_24g_pairing_timer_count
-	jam 0,mem_mouse_move_flag
-	
-	//fetch 1,mem_config_sensor_type
-	//sub pdata,P3610,null
-	//call mouse_read_sensor3610_data,zero
-	//ncall mouse_read_sensor_common,zero
-	call mouse_read_sensor_common
-
-	call p_mouse_tx_power_init
-
-//	call p_mouse_read_flash
-	
-	fetch 4,mem_24g_addr
-	store 4,mem_mouse_24g_addr
-
-	branch p_mouse_store_flash_device_info
+	jam ZCODE_92,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_24g_attempt_fail:
-	call p_mouse_sensor_powerdown_check
-	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
-	call p_mouse_tx_power_init
-	call p_g24_check_51cmd_stop_24g
-	jam 0,mem_link_key_exists
-	call p_mouse_setgpio_hibernate
-	branch app_enter_hibernate
+	call p_mouse_sensor_powerdown_check	//sensor power down
+	jam 0,mem_retry_count
+	jam ZCODE_A0,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_24g_attempt_success:
+//	call p_mouse_null_enter_hibernate_disable
 	call p_mouse_init_sensor_reset
-	branch mouse_no_data_timer_init	
-
+p_mouse_24g_no_data_timer_init:
+	setarg 0x2ee0	//20min
+	store 2,mem_mouse_no_data_timer
+	rtn
 
 p_mouse_before_hibernate:
-	enable user
-	hfetch 4,0x8138
-	setflag user,26,pdata
-	hstore 4,core_lpm_reg
-	call lpm_write_ctrl
 	call p_mouse_sensor_powerdown_check
-	call disable_authrom
-	call mouse_devce_led_off
-	call mouse_before_hibernate_wheel_gpio_set
-	call p_mouse_setgpio_hibernate		// reconnect fail no set pd0~3
-	call p_flash_deep_power_down
-	hfetch 1,core_gpio_sel1
-	and pdata,0xf7,pdata
-	hstore 1,core_gpio_sel1  //disable flash spi
-	rtn
-	
+	jam ZCODE_A4,mem_zcode_temp_param0
+	branch p_zcode_entrance
+
 p_mouse_sensor_powerdown_check:
 	fetch 1,mem_mouse_init_sensor_reset_flag
 	rtn blank
@@ -1841,6 +1561,7 @@
 p_mouse_bb_event_timer:
 	call p_mouse_adc_read
 	call p_mouse_low_voltage_led_timer
+//	call p_mouse_dpi_check
 	call p_mouse_wheel_trigger_timer
 	call p_mouse_dpi_led_blink_delay_timer
 
@@ -1877,7 +1598,7 @@
 p_mouse_le_enable_att_list_timer:
 	arg mem_le_start_encrypt_timer,regc
 	arg mouse_le_write_enable,regb
-	branch timer_single_step	
+	branch timer_single_step
 
 p_mouse_wheel_trigger_timer:
 	arg mem_mouse_wheel_trigger_timer,regc
@@ -1886,12 +1607,40 @@
 p_mouse_wheel_trigger_disable:
 	jam 0,mem_mouse_wheel_trigger
 	rtn
+/*
+p_mouse_bt_discovery_check:
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+//	fetch 1,mem_config_function_enable
+//	bbit1 ENABLE_BT_BUTTON,mouse_bt_discovery_by_button
+	call p_mouse_bt_discovery_by_button
+p_mouse_bt_discovery_commbination_key:
+	fetch 1,mem_discovery_on_flag
+	rtneq DIS_BT_BUTTON
+	call p_mouse_check_key_gpio
+	beq MOUSE_LM_BUTTON,p_mouse_bt_discovery_commbination_key_down
+p_mouse_bt_discovery_commbination_key_up:
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init
+	jam DIS_BUTTON_UP,mem_discovery_on_flag
+	fetch 1,mem_bt_discovey_button_statue
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_bt_discovey_button_statue
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_disable_function_flag
+	branch mouse_bt_discovery_button_down_disable
+p_mouse_bt_discovery_commbination_key_down:
+	jam DIS_COMM_BUTTON,mem_discovery_on_flag
+	jam 40,mem_mouse_null_enter_hibernate_timer
+	call p_mouse_bt_discovery_timer
+	branch mouse_bt_discovery_commbination_key_down+1
+*/
+
 
 p_mouse_bt_discovery_timer:
 	arg mem_select_ui_button_count,regc
 	arg p_mouse_long_button_bt_discovery,regb
 	branch timer_single_step
-	
 p_mouse_long_button_bt_discovery:
 	fetcht 1,mem_device_flag
 	fetch 1,mem_24g_device_number
@@ -1932,7 +1681,8 @@
 	fetch 1,mem_select_device_button_statue
 	rtneq PB_BUTTON_STATE_UP
 	fetch 1,mem_select_ui_button_count
-	ncall p_mouse_ready_reconnection_by_button,blank
+	sub pdata,25,null
+	ncall p_mouse_ready_reconnection_by_button,positive		// press button less than 500ms
 	fetch 1,mem_ui_button_timeout
 	store 1,mem_select_ui_button_count	//combination key timer init 
 	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue	
@@ -1955,6 +1705,36 @@
 
 
 	
+/*
+
+p_mouse_null_enter_hibernate_timer:
+	fetch 1,mem_mouse_null_enter_hibernate_flag
+	rtn blank
+	fetch 1,mem_mouse_null_enter_hibernate_timer
+	branch p_mouse_null_enter_hibernate,blank
+	increase -1,pdata
+	store 1,mem_mouse_null_enter_hibernate_timer
+	rtn
+p_mouse_null_enter_hibernate:
+	jam 0,mem_mouse_null_enter_hibernate_flag
+	branch app_enter_hibernate
+p_mouse_null_enter_hibernate_enable:	//ble never connected
+	jam 1,mem_mouse_null_enter_hibernate_flag
+	jam 40,mem_mouse_null_enter_hibernate_timer	//lmr 3s
+	rtn
+p_mouse_null_enter_hibernate_disable:	//ble never connected
+	jam 0,mem_mouse_null_enter_hibernate_flag
+	jam 0,mem_mouse_null_enter_hibernate_timer	//lmr 3s
+	rtn	
+//p_mouse_null_enter_hibernate_check:
+//	fetch 2,mem_ui_state_map
+//	rtnbit1 UI_STATE_BLE_CONNECTED
+//	rtnbit1 UI_STATE_BT_CONNECTED
+//	rtnmark1 mark_24g
+//	branch p_mouse_null_enter_hibernate_enable
+*/
+	
+
 p_mouse_adc_read:
 //	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 //	rtnbit0 MOUSE_ENABLE_ADC
@@ -1963,6 +1743,9 @@
 	store 1,mem_adc_read_timer
 	sub pdata,10,null              //1s read adc
 	rtn positive
+	
+	call adc_init_data
+	
 	jam 0,mem_adc_read_timer
 	call adc_set_mode
 	call vdd_calculate_by_mode
@@ -1970,10 +1753,11 @@
 	arg mem_mouse_vdd_calculate_set,rega
 	call p_adc_bat_percent_lowpower_out
 	fetch 1,mem_adc_power_flag
-//	bbit1 1,app_enter_hibernate
+	bbit1 1,app_enter_hibernate
 	bbit0 0,p_mouse_adc_no_low_voltage
 	jam 1,mem_mouse_adc_last_low_voltage_flag
 	branch mouse_adc_low_voltage
+
 p_mouse_adc_no_low_voltage:
 	call mouse_adc_no_low_voltage
 	jam 12,mem_adc_low_volatage_led_timer_count
@@ -2038,67 +1822,108 @@
 	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
 	rtn
 
+p_mouse_motion:
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call mouse_cheak_sensor_data
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call p_mouse_key
+	nbranch p_drawing_optima_init,user
+	call p_drawing_optima
+	branch mouse_motion+9
+
 
+p_mouse_key:
+	call p_mouse_check_key_gpio
+	branch mouse_key+1
+
+p_mouse_check_key_gpio:
+	arg 0,rega
+	call p_mouse_check_lkey_gpio
+	call p_mouse_check_rkey_gpio
+	call p_mouse_check_mkey_gpio
+//	call p_mouse_check_skey_gpio
+	branch mouse_check_key_gpio_output
+//p_mouse_check_skey_gpio:
+//	fetch 1,mem_bk_button_gpio
+//	rtneq GPIO_DISABLE
+//	call p_mouse_check_bk_key_gpio
+//	branch p_mouse_check_fw_key_gpio
+	
+p_mouse_check_lkey_gpio:
+	fetcht 1,mem_lbutton_gpio
+	call p_gpio_set_input_pu
+	fetcht 1,mem_lbutton_gpio
+	call gpio_get_bit
+	setflag true,0,rega			//true = 1,input low level
+	rtn
+p_mouse_check_rkey_gpio:
+	fetcht 1,mem_rbutton_gpio
+	call p_gpio_set_input_pu
+	fetcht 1,mem_rbutton_gpio
+	call gpio_get_bit
+	setflag true,1,rega			//true = 1,input low level
+	rtn
+p_mouse_check_mkey_gpio:
+	fetcht 1,mem_mbutton_gpio
+	call p_gpio_set_input_pu
+	fetcht 1,mem_mbutton_gpio
+	call gpio_get_bit
+	setflag true,2,rega			//true = 1,input low level
+	rtn
+//p_mouse_check_bk_key_gpio:
+//	fetcht 1,mem_bk_button_gpio
+//	call p_gpio_set_input_pd
+//	fetcht 1,mem_bk_button_gpio
+//	call gpio_get_bit
+//	nsetflag true,3,rega
+//	branch p_gpio_set_input_pu
+//p_mouse_check_fw_key_gpio:
+//	fetcht 1,mem_fw_button_gpio
+//	call p_gpio_set_input_pd
+//	fetcht 1,mem_fw_button_gpio
+//	call gpio_get_bit
+//	nsetflag true,4,rega
+//	branch p_gpio_set_input_pu
+
+p_gpio_set_input_pd:
+	set0 gpio_active_bit,temp
+	arg core_gpio_pu0,contw
+	call gpio_set_bit
+	set1 gpio_active_bit,temp
+p_gpio_set_input_pd4:	
+	arg core_gpio_pd0,contw
+	call gpio_set_bit
+	set0 gpio_active_bit,temp
+	arg core_gpio_oe0,contw
+	branch gpio_set_bit
+
+p_gpio_set_input_pu:
+	set1 gpio_active_bit,temp
+p_gpio_set_input_pu1:	
+	arg core_gpio_pu0,contw
+	call gpio_set_bit
+	set0 gpio_active_bit,temp
+	branch p_gpio_set_input_pd4
+
+	
 p_mouse_bb_event_discovery_btn:
 	jam 0,mem_mouse_poweron_led_timer
 	isolate1 mark_24g,mark
 	call p_g24_check_51cmd_stop_24g,true
 	branch mouse_bb_event_discovery_btn+1
 
-
 p_le_addr_random_config:
-	call load_adc_init
-	fetch 2,mem_0_5_adc_io_data	//adc data from otp
-	nbranch p_le_otp_adc_empty,blank
-	setarg 0x1122
-p_le_otp_adc_empty:
-	store 2,mem_random_addr_increase_count
-	rtn
-	
+	jam ZCODE_81,mem_zcode_temp_param0
+	branch p_zcode_entrance	
 
 p_mouse_start_discovery:
-	call p_mouse_tx_power_init
-	jam 0,mem_mouse_clear_sensor_data_flag
-	fetch 2,mem_ui_state_map
-	bbit1 UI_STATE_BLE_ADV,p_mouse_start_discovery_norandom
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,p_mouse_start_discovery_norandom
-	call p_mouse_load_random_addr_increase_count
-	fetcht 2,mem_random_addr_increase_count
-	increase 1,temp
-	storet 2,mem_random_addr_increase_count
-	storet 2,mem_le_lap+1
-	call p_mouse_store_random_addr_increase_count
-	random pdata
-	store 1,mem_le_lap
-p_mouse_start_discovery_norandom:
-	call app_lpm_mult_disable
-	fetch 2,mem_discovery_timeout
-	store 2,mem_mouse_discovery_timer
-	jam 6,mem_connection_options
-	setarg 0
-	store 2,mem_mouse_no_data_timer
-	store 2,mem_mouse_direct_timer
-	arg MOUSE_STORE_EEPROM_FLAG,queue
-	call mouse_enable_function_flag
-	call mouse_bt_discovery_button_down_disable
-	fetch 1,mem_device_option
-	isolate1 MODE_4_MOUSE,pdata
-	call p_check_51cmd_adv,true
-	jam 0,mem_mouse_bt_reconnect_flag
-	branch mouse_start_discovery_norandom+13
-	
+	jam ZCODE_50,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
-p_check_51cmd_adv:
-	jam 0,mem_mouse_le_reconnect_flag
-	call p_le_check_adv_flag
-	setarg ADV_FLAG_BREDR_NOT_SUPPORTED |ADV_FLAG_LIMITED_DISCOVERABLE
-	istore 1,contr
 
-	arg mem_le_adv_swift_pair,contr
-	call p_le_adv_data_update
-	
-	branch check_51cmd_adv
 
 p_le_adv_data_update:
 	arg mem_le_adv_data+11,contw
@@ -2137,44 +1962,12 @@
 	branch le_receive_skip+2
 
 p_le_update_param:
-	call p_mouse_le_conn_param_check
-	branch le_update_param+8
-p_mouse_le_lpm_mult_reinit:
-	fetch 1,mem_lpm_mult_init
-	store 1,mem_lpm_mult
-p_mouse_le_conn_param_lpm_enable:
-	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
-	rtn
-p_mouse_le_conn_param_lpm_disable:
-	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
-	rtn
-p_mouse_le_conn_param_check:
-	fetch 1,mem_le_new_conninterval
-	sub pdata,LE_INTERVAL_15MS,null
-	nbranch p_mouse_le_conn_param_lpm_disable,positive
-	fetch 1,mem_le_new_connslavelatency
-	fetcht 1,mem_lpm_mult_init
-	isub temp,null
-	branch p_mouse_le_lpm_mult_reinit,positive
-	fetch 1,mem_le_new_connslavelatency
-	store 1,mem_lpm_mult
-	branch p_mouse_le_conn_param_lpm_enable
+	jam ZCODE_40,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_le_update_channel_map:
-	fetch 1,mem_le_state
-	rtnbit0 lestate_update_map
-	call p_le_channel_map_overflow_check
-	nrtn user
-	branch le_update_channel_map+3
-p_le_channel_map_overflow_check:
-	enable user
-	fetch 1,mem_le_event_count+1
-	rshift4 pdata,pdata
-	rtnne 0x0f
-	fetch 1,mem_le_instant+1
-	rshift4 pdata,pdata
-	rtnne 0x00
-	branch disable_user
+	jam ZCODE_41,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_le_prepare_tx:
 	fetch 1,mem_le_arq
@@ -2230,7 +2023,7 @@
 	fetch 1,mem_le_connect_status_flag
 	and pdata,0x03,pdata
 	rtneq 0x03
-	jam 10,mem_le_start_encrypt_timer
+	jam 1,mem_le_start_encrypt_timer
 	rtn
 
 p_le_parse:
@@ -2274,7 +2067,7 @@
 	beq ATTOP_READ_BY_GROUP_TYPE_REQUEST,p_le_parse_att_read_by_group_type_request
 	rshift8 pdata,temp
 	sub temp,0x24,null
-	branch le_parse_att+2,positive
+	branch p_le_parse_att1,positive
 	arg mem_mouse_le_uuid_sup,temp
 	storet 2,mem_ui_le_uuid_table
 	call le_parse_att+2
@@ -2298,16 +2091,57 @@
 	istore 2,contr
 	rtn
 
+p_le_parse_att1:
+	beq ATTOP_READ_REQUEST,p_le_parse_att_read_request
+	branch le_parse_att+2
+p_le_parse_att_read_request:
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,p_le_send_att_read_response_check_auth
+p_le_send_att_read_response:
+//	call le_att_get_handle_ptr
+//	branch le_send_att_error_response_notfound,blank
+//	increase -2,contr
+//	ifetch 2,contr
+//	arg UUID_CHRCTR_PNP_ID,temp
+//	isub temp,null
+//	branch p_le_send_att_pnp_id,zero
+	
+	fetch 2,mem_le_att_handle
+	beq 0x13,le_send_att_error_response_notfound
+
+	fetcht 2,mem_le_att_handle
+	branch le_send_att_read_response
+
+//p_le_send_att_pnp_id:
+//	call store_contr
+//	fetch 1,mem_le_att_pnp_id_len
+//	add pdata,1,rega
+//	call le_fifo_malloc_tx_l2cap_gatt
+//	setarg ATTOP_READ_RESPONSE
+//	istore 1,contw
+//	fetch 1,mem_le_att_pnp_id_len
+//	copy pdata,loopcnt
+//	arg mem_le_att_pnp_id,contr
+//	branch memcpy
+
+p_le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch p_le_send_att_read_response,zero
+	call le_check_encrypt_state
+	nbranch p_le_send_att_read_response,user
+	jam ATT_ERR_INSUFFICIENT_AUTHENTICATION,mem_le_err_code
+	branch le_send_att_error_response
+	
+
 p_le_parse_smp:
 	ifetch 1,contr
 	beq SMP_PAIRING_FAILED,p_le_parse_smp_pairing_failed
 	branch le_parse_smp+1
 p_le_parse_smp_pairing_failed:
-	call le_parse_smp_pairing_failed
-	fetch 1,mem_le_state	//disable update conn param
-	set0 lestate_update_param,pdata
-	store 1,mem_le_state
-	branch le_parse_terminate_ind
+	jam ZCODE_82,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_le_adv_not_match:
 	fetch 1,mem_le_ch_mapped
@@ -2370,22 +2204,8 @@
 
 
 p_page_wait_fhs_reply_ok:
- 	fetch 1, mem_page_rcv_fhs
-	increase 1,pdata
-	store 1, mem_page_rcv_fhs
-	call prepare_newconn
-p_master_newconn_loop:
- 	set1 mark_first_packet,mark
-	call master_newconn_once
-	branch p_newconn_poll_responded,sync
-	set0 mark_first_packet,mark
-	call new_conn_timeout
-	nbranch p_master_newconn_loop,blank
-	branch page_restart	
-
-p_newconn_poll_responded:
-	set0 mark_first_packet,mark
-	branch newconn_poll_responded
+	jam ZCODE_00,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_role_switch_master:
 	call role_switch_check
@@ -2421,9 +2241,18 @@
 	branch roles_replyto_fhs+4
 
 p_process_dmh:
-	bmark1 mark_first_packet,end_of_packet			
+	bmark1 mark_first_packet,end_of_packet
 	branch process_dmh+1
 
+p_quit_connection_cont:
+	call app_disconn_reason_collect_bt
+	call sniff_exit
+	jam BT_EVT_BB_DISCONNECTED,mem_fifo_temp
+	call ui_ipc_send_event
+	call init_lmp_work
+	call l2cap_init_work
+	branch quit_connection_cont+8
+
 p_prepare_tx:
 	fetch 1,mem_state
 	isolate1 state_inconn,pdata
@@ -2491,48 +2320,13 @@
 	jam 0,mem_current_sniff_timeout
 	rtn	
 
-
 p_mouse_bb_disconnected:
-	jam 0,mem_mouse_enter_sniff_count
-	jam 0x0e,mem_sniff_param_interval	//115Hz
-	call mouse_bb_discon_clear_stack
-	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
-	bbit1 APP_DISC_BLE,mouse4_0_event_bb_disconn
-	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
-	bbit1 APP_DISC_AFTER_PAIRING,p_mouse_event_light_state_pairing
-	bbit1 APP_DISC_AFTER_RECONN,p_mouse_event_light_state_hibernate
-	bbit1 APP_DISC_AFTER_SNIFF,p_mouse_event_light_state_hibernate
-	branch mouse_start_discovery
-	
-p_mouse_event_light_state_pairing:
-	bbit1 APP_DISC_AFTER_HANDSHAKE,p_mouse_event_light_state_hibernate
-	bbit1 APP_DISC_AFTER_SNIFF,p_mouse_event_light_state_hibernate
-	branch mouse_start_discovery
-p_mouse_event_light_state_hibernate:
-	fetch 2,mem_ui_state_map
-	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
-	call app_disconn_reason_clear
-	call p_mouse_get_select_state
-	rtn true
-	branch app_bb_hibernate
+	jam ZCODE_10,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_hid_rx_process:
-	fetch 2,mem_l2cap_payload_ptr
-	copy pdata,contr
-	ifetch 1,contr
-	store 1,mem_l2cap_rcv
-	and pdata,0x0f,temp
-	rshift4 pdata,pdata //hidtype
-	beq hid_type_set_protocol,p_hid_rx_set_protocol
-	branch hid_rx_process+6
-p_hid_rx_set_protocol:
-	call hid_rx_process_handshake
-	jam 0,mem_mouse_bt_boot_mode
-	fetch 1,mem_l2cap_rcv
-	isolate1 0,pdata
-	rtn true
-	jam 1,mem_mouse_bt_boot_mode	//boot mode
-	rtn
+	jam ZCODE_11,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_parse_lmp_accepted:
 	fetch 1,mem_rxbuf+1
@@ -2547,87 +2341,9 @@
 	jam 2,mem_bt_send_lmp_setup_complete
 	rtn
 
-
 p_send_lmp:
-	disable user
-	call lmo_fifo_process
-
-	
-	fetch 1,mem_lmp_to_send
-	rtn blank
-	bbit1 7,p_send_lmp_escape
-	beq LMP_ACCEPTED,p_send_lmp_accepted
-	beq LMP_SETUP_COMPLETE,p_send_lmp_setup_complete
-	beq LMP_SNIFF_REQ, p_send_lmp_sniff_req
-	beq LMP_DETACH,p_send_lmp_detach
-	branch send_lmp0
-p_send_lmp_escape:
-	beq LMP_EXT_FEATURES_RES,p_send_lmpext_features_res
-	beq LMP_EXT_FEATURES_REQ,p_send_lmpext_features_req	
-	branch send_lmp_escape
-p_send_lmpext_features_res:
-	call p_check_ssp_enable
-	fetch 1,mem_lmp_to_send
-	branch send_lmpext_features_res
-p_send_lmpext_features_req:
-	call p_check_ssp_enable
-	fetch 1,mem_lmp_to_send
-	branch send_lmpext_features_req
-p_check_ssp_enable:
-	fetch 1,mem_ssp_enable 
-	branch ssp_disable,blank
-	branch ssp_enable
-
-p_send_lmp_setup_complete:
-	jam 1,mem_bt_send_lmp_setup_complete
-	branch send_lmp_setup_complete
-
-p_send_lmp_sniff_req:
-	jam 4,mem_mouse_bt_send_first_package_timer
-	branch send_lmp_sniff_req
-	
-p_send_lmp_detach:
-/*
-	force 2,pdata
-	call msg_send_lmp
-	fetch 1,mem_disconn_reason_send
-	istore 1,contw
-	call send_lmp_request
-	fetch  1,mem_mouse_bt_reconnect_flag
-	branch prepare_disconnect,blank
-	branch p_mouse_sensor_powerdown_check
-*/
-	call send_lmp_detach
-	fetch  1,mem_mouse_bt_reconnect_flag
-	rtn blank
-	fetch 1,mem_op
-	set0 op_disconn,pdata
-	store 1,mem_op
-	branch p_mouse_sensor_powerdown
-
-
-p_send_lmp_accepted:
-	force 2,pdata
-	call msg_send_lmp
-	fetch 1,mem_lmi_opcode
-	istore 1,contw
-	store 1,mem_lmi_opcode_temp
-	call send_lmp_follow
-	fetch 1,mem_lmi_opcode_temp
-	beq LMP_MAX_SLOT_REQ,p_send_lmp_accepted_max_slot_req	//sumsung a5100 patch
-	branch send_lmp_accepted+7
-
-
-p_send_lmp_accepted_max_slot_req:
-	fetch 1,mem_bt_rcvd_switch_req_accept
-	rtn blank
-	jam 0,mem_bt_rcvd_switch_req_accept
-	fetch 1,mem_bt_send_lmp_setup_complete
-	rtnne 2
-	jam 1,mem_bt_send_max_slot_req_accept_after_switch
-	copy clkn_bt,pdata
-	store 4,mem_aurand_send_delay_time
-	rtn
+	jam ZCODE_20,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_process_conn_sm:
 	call lmo_fifo_check
@@ -2639,7 +2355,6 @@
 	beq CONN_SM_WAIT_SWITCH_AFTER_HOST_CONNECTION,p_host_creat_conn_wait_switch
 	branch process_conn_sm_continue+2
 
-
 p_host_creat_conn_wait_switch:
 	fetch 1,mem_switch_flag
 	rtneq SWITCH_FLAG_INIT
@@ -2680,8 +2395,7 @@
 	jam 20,mem_mouse_send_switch_req_timer
 	branch host_create_conn_send_conn_req
 
-
-
+	
 
 	
 
@@ -2709,10 +2423,6 @@
 	fetch 6,mem_plap	
 p_flash_store_reconn_info:
 	store 6,mem_temp_lap
-//	fetch 1,mem_device_option
-//	beq dvc_op_module,check_51cmd_update_device_record
-//	bbit1 dvc_op_mouse,p_mouse_store_remote_bdaddr
-//	rtn
 p_mouse_store_remote_bdaddr:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	rtnbit0 MOUSE_STORE_EEPROM_FLAG
@@ -2775,7 +2485,7 @@
 	rtnbit1 UI_STATE_BLE_ADV
 	rtnbit1 UI_STATE_BT_RECONNECT
 	rtnbit1 UI_STATE_BT_DISCOVERY
-
+	
 	arg mem_rssi_signal_buf,rega
 	call p_rssi_average
 	storet 1,mem_rssi_avg_received
@@ -2825,7 +2535,6 @@
 	store 1,mem_power_ctrl_level
 	beq 1,power_ctrl_incrs_level1
 power_ctrl_incrs_level2:	//+6dBm
-
 	jam TX_POWER_5DB,mem_tx_power
 	rtn
 	
@@ -2934,85 +2643,187 @@
 	branch shutdown_radio+1
 
 
+// input : mem_zcode_temp_param0 ---- zocde number(0~1f)
+p_zcode_entrance:
+	fetcht 1,mem_zcode_temp_param0 // zcode number @ high 4bit
+	rshift4 temp,temp
+	fetch 1,mem_zcode_current_number
+	isub temp,null
+	branch p_zcode_run,zero // if this zcode is already loaded, do not load again
+	storet 1,mem_zcode_current_number
+	increase 1,temp
+	setarg ZCODE_BUFF_SIZE
+	imul32 temp,temp
+	fetch 3,mem_xip_flash_offset
+	isub temp,pdata
 
-/*
-p_le_savelist:
-	fetch 1,mem_mouse_key
-	bbit0 0,p_le_savelist1
-	fetch 1,mem_lpm_mode
-	bbit1 1,p_le_savelist1
-	jam 0,mem_seqi
-p_le_savelist1:
-	fetch 4,mem_sync_clke
-	store 4,mem_pdatatemp
-	deposit auxcnt
-	istore 1,contw
-	fetch 1,mem_le_ch_mapped
-	istore 1,contw
-	fetch 2,mem_le_event_count
-	arg 0x0fff,contr
-	iand contr,pdata
-	setflag match,15,pdata
-	setflag wake,14,pdata
-	setflag sync,13,pdata
-	setflag attempt,12,pdata
-	istore 2,contw
+	fetcht 3,mem_flash_start_addr
+	iadd temp,pdata
+	increase -5,pdata
+	store 3,mem_flash_address
+	
+	call p_flash_release_deep_power_down
+	fetch 3,mem_flash_address
+	arg ZCODE_BUFF_SIZE,temp
+	arg mem_zcode_buff,rega
+	call spid_read_flash
+	
+	call p_mouse_spi_init
+	
+	setarg mem_zcode_buff
+	store 2,mem_patch_ptr
+	jam ZCODE_CODE_SIZE,mem_patch_len
+	call load_ucode
+	setarg 0
+	store 4,mem_patch_ptr
+p_zcode_run:
+	fetch 1,mem_zcode_temp_param0
+	branch p_zcode
 
 
-p_save1:
-	call p_savelist1
-	fetch 1,mem_context
-	rtnbit0 state_inconn
-	fetch 1,mem_lpm_mode
-	rtnbit1 1
-	fetch 1,mem_mouse_z
+
+
+
+//notice: need to call p_mouse_drawing_optima_init when waked from mult
+p_drawing_optima_init:
+	arg 5,loopcnt
+	arg mem_mouse_asm_flag,contw
+	branch clear_mem
+
+p_drawing_optima:
+	fetch 4,mem_mouse_x
 	rtn blank
-	jam 3,mem_lpm_mode
-	jam 0,mem_seqi
+	call p_data_abs_check
+	setarg 0x06	//asm_flag enable condition
+	call p_data_greater_than_check
+	setarg 0x03	//asm_flag disable condition
+	call p_data_less_than_check
+	fetch 1,mem_mouse_asm_flag
+	beq 1,p_drawing_optima_modify
+	branch p_drawing_optima_init
+
+p_drawing_optima_modify:
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call p_drawing_optima_data
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_x
+
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call p_drawing_optima_data
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_y
 	rtn
 
+/**********
+input:data_pre,data_current
+output:data_pre,data_current after optima
+***********/
+p_drawing_optima_data:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	store 3,mem_data_sum
+	isolate1 16,pdata
+	branch p_data_sum_overflow,true
+	fetch 1,mem_data_sum+1
+	beq 0xff,p_data_sum_n
+	fetch 1,mem_data_sum
+p_data_store_pre:
+	rshift pdata,pdata
+	store 2,mem_data_pre
+	store 2,mem_data_current
+	rtn
+p_data_sum_overflow:
+	fetch 1,mem_data_sum+1	//sum positive
+	beq 0,p_data_sum_overflow_p
+	fetch 3,mem_data_sum	//全负相加
+	branch p_data_store_pre
+p_data_sum_overflow_p:
+	jam 0,mem_data_sum+2
+	fetch 1,mem_data_sum
+	branch p_data_store_pre
+
+p_data_sum_n:
+	fetch 1,mem_data_sum	//sum negetive
+	call p_pdata_get_half
+	store 1,mem_data_pre
+	store 1,mem_data_current
+	branch p_data_zero,blank
+	setarg 0xff
+p_data_set_direction:	
+	store 1,mem_data_pre+1
+	store 1,mem_data_current+1
+	rtn
+p_data_zero:
+	setarg 0
+	branch p_data_set_direction
 
-p_savelist:
-	store 8,mem_pdatatemp
-p_savelist1:
-	fetch 1,mem_seqi
-	rtneq 0x7f
-	and_into 0x7f,pdata
-	lshift3 pdata,pdata
-	arg 0x4c00,contw
-	iadd contw,contw
-	fetch 8,mem_pdatatemp
-	istore 8,contw
-	fetch 1,mem_seqi
-	isolate1 7,pdata
-	increase 1,pdata
-	and_into 0x7f,pdata
-	setflag true,7,pdata
-	store 1,mem_seqi
-	fetch 8,mem_pdatatemp
-	rtn	
+p_pdata_get_half:
+	sub pdata,0,pdata
+	store 1,mem_rega
+	fetch 1,mem_rega
+	rshift pdata,pdata
+	store 1,mem_rega
+	fetch 1,mem_rega
+	sub pdata,0,pdata
+	rtn
 
+//rega mouse_x, regb mouse_y, pdata refer
+p_data_greater_than_check:
+	isub rega,null
+	nbranch p_enable_asm,positive
+	isub regb,null
+	nbranch p_enable_asm,positive
+p_disable_asm:
+	jam 0,mem_mouse_asm_flag
+	rtn
+p_data_less_than_check:
+	isub rega,null
+	nrtn positive
+	isub regb,null
+	nrtn positive
+	branch p_disable_asm
+p_enable_asm:
+	jam 1,mem_mouse_asm_flag
+	rtn
 
-p_hci_log:
-	fetch 1,0x4c00
-	increase 1,pdata
-	sub pdata,50,null
-	branch p_hci_log_calc_ptr,positive
-	setarg 0
-p_hci_log_calc_ptr:
-	store 1,0x4c00
-	arg 8,temp
-	imul32 temp,pdata
-	arg 0x4c08,contw
-	iadd contw,contw
-p_hci_log_write_content:
-	fetch 1,0x4c00
-	istore 1,contw//counter
-	fetch 4,mem_24g_txbuf+2
-	istore 4,contw
+p_data_abs_check:
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call p_data_abs
+	copy pdata,rega
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call p_data_abs
+	copy pdata,regb
 	rtn
-*/
 
+/***********
+input: data_current
+output:pdata,abs
+************/
+p_data_abs:
+	fetch 1,mem_data_current+1
+	beq 0xff,p_data_reversal
+	fetch 1,mem_data_current
+p_data_abs_store:
+	and_into 0xff,pdata
+	//output:pdata
+	rtn
+p_data_reversal:
+	fetch 2,mem_data_current
+	sub pdata,0,pdata
+	branch p_data_abs_store
 
 
 
@@ -14752,6 +14563,7 @@
 	call gpio_get_bit
 	setflag true,2,rega
 	call mouse_check_s_key_gpio
+mouse_check_key_gpio_output:
 	copy rega,pdata
 	rtn
 mouse_check_s_key_gpio:
@@ -36995,3 +36807,800 @@
 	rtn
 
 
+
+org 0x10001
+z_entrance0:
+	beq ZCODE_00,z_page_wait_fhs_reply_ok
+	rtn
+
+z_page_wait_fhs_reply_ok:
+ 	fetch 1, mem_page_rcv_fhs
+	increase 1,pdata
+	store 1, mem_page_rcv_fhs
+	call prepare_newconn
+z_master_newconn_loop:
+ 	set1 mark_first_packet,mark
+	call master_newconn_once
+	branch z_newconn_poll_responded,sync
+	set0 mark_first_packet,mark
+	call new_conn_timeout
+	nbranch z_master_newconn_loop,blank
+	branch page_restart
+z_newconn_poll_responded:
+	set0 mark_first_packet,mark
+	branch newconn_poll_responded
+
+
+
+	
+org 0x20001
+
+z_entrance1:
+	beq ZCODE_10,z_mouse_bb_disconnected
+	beq ZCODE_11,z_hid_rx_process
+	rtn
+
+z_mouse_bb_disconnected:
+	jam 0,mem_mouse_enter_sniff_count
+	jam 0x0e,mem_sniff_param_interval	//115Hz
+	call mouse_bb_discon_clear_stack
+	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
+	bbit1 APP_DISC_BLE,mouse4_0_event_bb_disconn
+	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
+	bbit1 APP_DISC_AFTER_PAIRING,z_mouse_event_light_state_pairing
+	bbit1 APP_DISC_AFTER_RECONN,z_mouse_event_light_state_hibernate
+	bbit1 APP_DISC_AFTER_SNIFF,z_mouse_event_light_state_hibernate
+	branch mouse_start_discovery
+	
+z_mouse_event_light_state_pairing:
+	bbit1 APP_DISC_AFTER_HANDSHAKE,z_mouse_event_light_state_hibernate
+	bbit1 APP_DISC_AFTER_SNIFF,z_mouse_event_light_state_hibernate
+	branch mouse_start_discovery
+z_mouse_event_light_state_hibernate:
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
+	call app_disconn_reason_clear
+	call p_mouse_check_key_gpio
+	rtn true
+	branch app_bb_hibernate
+
+
+z_hid_rx_process:
+	fetch 2,mem_l2cap_payload_ptr
+	copy pdata,contr
+	ifetch 1,contr
+	store 1,mem_l2cap_rcv
+	and pdata,0x0f,temp
+	rshift4 pdata,pdata //hidtype
+	beq hid_type_set_protocol,z_hid_rx_set_protocol
+	branch hid_rx_process+6
+z_hid_rx_set_protocol:
+	call hid_rx_process_handshake
+	jam 0,mem_mouse_bt_boot_mode
+	fetch 1,mem_l2cap_rcv
+	isolate1 0,pdata
+	rtn true
+	jam 1,mem_mouse_bt_boot_mode	//boot mode
+	rtn
+
+org 0x30001
+
+z_entrance2:
+	beq ZCODE_20,z_send_lmp
+	rtn
+
+z_send_lmp:
+	disable user
+	call lmo_fifo_process
+
+	
+	fetch 1,mem_lmp_to_send
+	rtn blank
+	bbit1 7,z_send_lmp_escape
+	beq LMP_ACCEPTED,z_send_lmp_accepted
+	beq LMP_SETUP_COMPLETE,z_send_lmp_setup_complete
+	beq LMP_SNIFF_REQ, z_send_lmp_sniff_req
+	beq LMP_DETACH,z_send_lmp_detach
+	branch send_lmp0
+z_send_lmp_escape:
+	beq LMP_EXT_FEATURES_RES,z_send_lmpext_features_res
+	beq LMP_EXT_FEATURES_REQ,z_send_lmpext_features_req	
+	branch send_lmp_escape
+z_send_lmpext_features_res:
+	call z_check_ssp_enable
+	fetch 1,mem_lmp_to_send
+	branch send_lmpext_features_res
+z_send_lmpext_features_req:
+	call z_check_ssp_enable
+	fetch 1,mem_lmp_to_send
+	branch send_lmpext_features_req
+z_check_ssp_enable:
+	fetch 1,mem_ssp_enable 
+	branch ssp_disable,blank
+	branch ssp_enable
+
+z_send_lmp_setup_complete:
+	jam 1,mem_bt_send_lmp_setup_complete
+	branch send_lmp_setup_complete
+
+z_send_lmp_sniff_req:
+	jam 4,mem_mouse_bt_send_first_package_timer
+	branch send_lmp_sniff_req
+	
+z_send_lmp_detach:
+/*
+	force 2,pdata
+	call msg_send_lmp
+	fetch 1,mem_disconn_reason_send
+	istore 1,contw
+	call send_lmp_request
+	fetch  1,mem_mouse_bt_reconnect_flag
+	branch prepare_disconnect,blank
+	branch p_mouse_sensor_powerdown_check
+*/
+	call send_lmp_detach
+	fetch  1,mem_mouse_bt_reconnect_flag
+	rtn blank
+	fetch 1,mem_op
+	set0 op_disconn,pdata
+	store 1,mem_op
+	branch p_mouse_sensor_powerdown
+
+
+z_send_lmp_accepted:
+	force 2,pdata
+	call msg_send_lmp
+	fetch 1,mem_lmi_opcode
+	istore 1,contw
+	store 1,mem_lmi_opcode_temp
+	call send_lmp_follow
+	fetch 1,mem_lmi_opcode_temp
+	beq LMP_MAX_SLOT_REQ,z_send_lmp_accepted_max_slot_req	//sumsung a5100 patch
+	branch send_lmp_accepted+7
+
+z_send_lmp_accepted_max_slot_req:
+	fetch 1,mem_bt_rcvd_switch_req_accept
+	rtn blank
+	jam 0,mem_bt_rcvd_switch_req_accept
+	fetch 1,mem_bt_send_lmp_setup_complete
+	rtnne 2
+	jam 1,mem_bt_send_max_slot_req_accept_after_switch
+	copy clkn_bt,pdata
+	store 4,mem_aurand_send_delay_time
+	rtn
+
+
+org 0x40001
+
+z_entrance3:
+	beq ZCODE_30,z_process_conn_sm
+	rtn
+
+z_process_conn_sm:
+	call lmo_fifo_check
+	nrtn blank
+z_process_conn_sm_continue:
+	fetch 1,mem_conn_sm
+	rtn blank
+	beq CONN_SM_SEND_CONN_REQ, z_host_create_conn_send_conn_req
+	beq CONN_SM_WAIT_SWITCH_AFTER_HOST_CONNECTION,z_host_creat_conn_wait_switch
+	branch process_conn_sm_continue+2
+
+
+z_host_creat_conn_wait_switch:
+	fetch 1,mem_switch_flag
+	rtneq SWITCH_FLAG_INIT
+	beq SWITCH_FLAG_ACCEPT,z_host_create_conn_switch_accept
+	branch host_creat_conn_wait_switch+3
+z_host_create_conn_switch_accept:
+	rtn master
+z_host_create_conn_auth_pair:
+	/* checking whether or not to do m/s switch */
+	fetch 1,mem_connection_options
+	bbit1 CONNECTION_AUTH,z_host_create_conn_auth_pair_true
+	branch host_create_conn_auth_pair+1
+z_host_create_conn_auth_pair_true:
+	fetch 1,mem_bt_send_lmp_setup_complete
+	beq 1,host_create_conn_auth_pair_true
+	//sumsung a5100 patch
+	fetch 1,mem_link_key_exists
+	branch host_create_conn_auth_pair_nokey,blank
+	fetch 1,mem_lmp_conn_state
+	rtnbit0 SENT_SETUP_COMPLETE
+	rtnbit0 RECEIVED_SETUP_COMPLETE
+	fetch 1,mem_bt_send_max_slot_req_accept_after_switch
+	rtn blank
+	jam 0,mem_bt_send_max_slot_req_accept_after_switch	
+	fetch 4,mem_aurand_send_delay_time
+	arg 20,temp
+	iadd temp,temp
+	copy clkn_bt,pdata
+	isub temp,null
+	nbranch z_bt_send_max_slot_req_accept_after_switch_wait,positive
+	branch host_create_conn_auth
+
+z_bt_send_max_slot_req_accept_after_switch_wait:
+	jam 1,mem_bt_send_max_slot_req_accept_after_switch
+	rtn
+
+z_host_create_conn_send_conn_req:
+	jam 20,mem_mouse_send_switch_req_timer
+	branch host_create_conn_send_conn_req
+
+
+
+
+
+org 0x50001
+
+z_entrance4:
+	beq ZCODE_40,z_le_update_param
+	beq ZCODE_41,z_le_update_channel_map
+	rtn
+
+z_le_update_param:
+	call z_mouse_le_conn_param_check
+	branch le_update_param+8
+z_mouse_le_lpm_mult_reinit:
+	fetch 1,mem_lpm_mult_init
+	store 1,mem_lpm_mult
+z_mouse_le_conn_param_lpm_enable:
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	rtn
+z_mouse_le_conn_param_lpm_disable:
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
+z_mouse_le_conn_param_check:
+	fetch 1,mem_le_new_conninterval
+	sub pdata,LE_INTERVAL_15MS,null
+	nbranch z_mouse_le_conn_param_lpm_disable,positive
+	fetch 1,mem_le_new_connslavelatency
+	fetcht 1,mem_lpm_mult_init
+	isub temp,null
+	branch z_mouse_le_lpm_mult_reinit,positive
+	fetch 1,mem_le_new_connslavelatency
+	store 1,mem_lpm_mult
+	branch z_mouse_le_conn_param_lpm_enable
+
+z_le_update_channel_map:
+	fetch 1,mem_le_state
+	rtnbit0 lestate_update_map
+	call z_le_channel_map_overflow_check
+	nrtn user
+	branch le_update_channel_map+3
+z_le_channel_map_overflow_check:
+	enable user
+	fetch 1,mem_le_event_count+1
+	rshift4 pdata,pdata
+	rtnne 0x0f
+	fetch 1,mem_le_instant+1
+	rshift4 pdata,pdata
+	rtnne 0x00
+	branch disable_user
+
+
+
+org 0x60001
+
+z_entrance5:
+	beq ZCODE_50,z_mouse_start_discovery
+	rtn
+
+
+z_mouse_start_discovery:
+	call p_mouse_tx_power_init
+	jam 0,mem_mouse_clear_sensor_data_flag
+	fetch 2,mem_ui_state_map
+	bbit1 UI_STATE_BLE_ADV,z_mouse_start_discovery_norandom
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,z_mouse_start_discovery_norandom
+	call p_mouse_load_random_addr_increase_count
+	fetcht 2,mem_random_addr_increase_count
+	increase 1,temp
+	storet 2,mem_random_addr_increase_count
+	storet 2,mem_le_lap+1
+	call p_mouse_store_random_addr_increase_count
+	random pdata
+	store 1,mem_le_lap
+z_mouse_start_discovery_norandom:
+	call app_lpm_mult_disable
+	fetch 2,mem_discovery_timeout
+	store 2,mem_mouse_discovery_timer
+	jam 6,mem_connection_options
+	setarg 0
+	store 2,mem_mouse_no_data_timer
+	store 2,mem_mouse_direct_timer
+	arg MOUSE_STORE_EEPROM_FLAG,queue
+	call mouse_enable_function_flag
+	call mouse_bt_discovery_button_down_disable
+	fetch 1,mem_device_option
+	isolate1 MODE_4_MOUSE,pdata
+	call z_check_51cmd_adv,true
+	fetch 1,mem_device_option
+	isolate1 MODE_3_MOUSE,pdata
+	call check_51cmd_start_discovery,true
+//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+//	bbit1 MOUSE_ENABLE_DISCOVERY_SENSOR_LED,mouse_sensor_start_blink
+	jam 0,mem_mouse_bt_reconnect_flag
+	branch mouse_start_discovery_norandom+13
+
+z_check_51cmd_adv:
+	jam 0,mem_mouse_le_reconnect_flag
+	call p_le_check_adv_flag
+	setarg ADV_FLAG_BREDR_NOT_SUPPORTED |ADV_FLAG_LIMITED_DISCOVERABLE
+	istore 1,contr
+	arg mem_le_adv_swift_pair,contr
+	call p_le_adv_data_update
+	branch check_51cmd_adv
+
+org 0x70001
+
+z_entrance6:
+	beq ZCODE_60,z_g24_start_24g_mode
+	beq ZCODE_61,z_mouse_24g_pairing_button
+	rtn
+	
+z_g24_start_24g_mode:
+	set0 mark_24g,mark
+	call p_g24_syncword_crc8
+	call p_g24_ch
+	fetch 1,mem_24g_pairing_sm
+	rtnne STATE_24G_PAIRING_SUCCESS
+	call p_g24_tx_attemp_data_prep
+z_g24_tx_attemp_dongle_loop:
+//	call lpo_calibration
+	nop 2000
+	call p_mouse_get_select_state
+	branch p_mouse_select_device_by_button,true
+	fetch 1,mem_24g_check_dongle_times+1
+	bbit1 4,p_g24_stop_g24_mode		// 0x1000
+	call p_g24_transmit_receive_ack
+	nbranch z_g24_attemp_txdata_retry,sync
+	nbranch z_g24_attemp_txdata_retry,user3
+z_g24_tx_attemp_dongle_succ:
+	set1 mark_24g,mark
+	setarg 0
+	store 2,mem_24g_check_dongle_times
+	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event
+z_g24_tx_attemp_dongle_loop_exit:	
+	call p_g24_txbuf_clear
+	branch p_g24_transmit_by_interrupt_enable
+
+/*
+z_g24_tx_attemp_data_prep:
+	jam 0xff,mem_24g_common_temp
+	fetch 1,mem_24g_data_type
+	store 1,mem_24g_common_temp+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_common_temp+2
+	arg 6,temp
+	arg mem_24g_common_temp,rega
+	call p_g24_put_data_in_buff
+	branch p_g24_transmit_prep
+*/
+	
+z_g24_attemp_txdata_retry:
+	call mouse_device1_led_on 
+	fetch 2,mem_24g_check_dongle_times
+	increase 1,pdata
+	store 2,mem_24g_check_dongle_times
+	call p_g24_ch
+	branch z_g24_tx_attemp_dongle_loop
+
+
+z_mouse_24g_pairing_button:
+	rtnmark1 mark_24g
+	call mouse_devce_led_off
+	arg MOSUE_24G_PAIRING_FLAG,queue
+	call mouse_enable_function_flag
+	setarg 0
+	store 2,mem_mouse_direct_timer
+	store 1,mem_mouse_send_blank_timer
+	store 2,mem_24g_check_dongle_times
+	call mouse_stop_discovery
+	branch z6_g24_start_pairing_sm1
+
+z6_g24_start_pairing_sm1:
+	set1 mark_24g,mark
+	call z6_g24_pair_init
+z6_g24_set_pairing_sm_1:
+	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
+	rtn
+
+z6_g24_pair_init:
+	jam TX_POWER_PAIR,mem_tx_power
+	jam 0,mem_24g_pid
+	jam G24_PAIR_CH,mem_24g_ch
+	fetch 4,mem_24g_paring_addr
+	branch p_g24_update_addr_and_synccrc8	
+
+org 0x80001
+
+z_entrance7:
+	beq ZCODE_70,z_g24_auto_pair_start
+	rtn
+
+z_g24_auto_pair_start:
+	set0 mark_24g,mark
+	call z_g24_auto_pair_all_powerful
+	call p_g24_tx_attemp_data_prep
+z_g24_auto_pair_start_loop:
+//	call lpo_calibration
+	nop 2000
+	call p_mouse_get_select_state
+	branch p_mouse_select_device_by_button,true
+	fetch 1,mem_24g_check_dongle_times+1
+	bbit1 4,p_g24_stop_g24_mode		// 0x1000
+	call p_g24_transmit_receive_ack
+	nbranch z_g24_auto_pair_retry,sync
+	nbranch z_g24_auto_pair_retry,user3
+	call p_g24_ackpayload_parse
+	call p_mouse_tx_power_init
+	fetch 4,mem_24g_addr
+	fetcht 4,mem_24g_paring_addr
+	isub temp,null
+	branch z_g24_start_pairing_sm1,zero
+	set1 mark_24g,mark
+	setarg 0
+	store 2,mem_24g_check_dongle_times
+	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
+	call ui_ipc_send_event
+	call p_g24_txbuf_clear
+	branch p_g24_transmit_by_interrupt_enable
+
+/*
+z7_g24_tx_attemp_data_prep:
+	jam 0xff,mem_24g_common_temp
+	fetch 1,mem_24g_data_type
+	store 1,mem_24g_common_temp+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_common_temp+2
+	arg 6,temp
+	arg mem_24g_common_temp,rega
+	call p_g24_put_data_in_buff
+	branch p_g24_transmit_prep
+*/
+
+z_g24_auto_pair_retry:
+	call mouse_device1_led_on
+	fetch 2,mem_24g_check_dongle_times
+	increase 1,pdata
+	store 2,mem_24g_check_dongle_times
+	fetch 1,mem_24g_auto_paring_switch
+	increase 1,pdata
+	and_into 1,pdata
+	store 1,mem_24g_auto_paring_switch
+	beq 0,z_g24_auto_pair_device_attemp
+	beq 1,z_g24_auto_pair_pair_attemp
+	rtn
+	
+z_g24_auto_pair_all_powerful:
+	jam TX_POWER_PAIR,mem_tx_power
+	setarg 0x0f0f
+	store 2,mem_24g_addr
+	istore 2,contw
+z_g24_ch_syncword_crc8_init:	
+	call p_g24_syncword_crc8
+	branch p_g24_ch
+
+z_g24_auto_pair_device_attemp:
+	call z_g24_auto_pair_all_powerful
+	branch z_g24_auto_pair_start_loop
+
+z_g24_auto_pair_pair_attemp:
+	call z_g24_pair_init
+	branch z_g24_auto_pair_start_loop
+
+z_g24_start_pairing_sm1:
+	set1 mark_24g,mark
+	call z_g24_pair_init
+z_g24_set_pairing_sm_1:
+	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
+	rtn
+
+z_g24_pair_init:
+	jam TX_POWER_PAIR,mem_tx_power
+	jam 0,mem_24g_pid
+	jam G24_PAIR_CH,mem_24g_ch
+	fetch 4,mem_24g_paring_addr
+	branch p_g24_update_addr_and_synccrc8
+
+
+
+
+
+org 0x90001
+
+z_entrance8:
+	beq ZCODE_80,z_mouse_setting_config
+	beq ZCODE_81,z_le_addr_random_config
+//	beq ZCODE_82,z_le_parse_smp_pairing_failed
+	rtn
+//z_le_parse_smp_pairing_failed:
+//	call le_parse_smp_pairing_failed
+//	fetch 1,mem_le_state	//disable update conn param
+//	set0 lestate_update_param,pdata
+//	store 1,mem_le_state
+//	branch le_parse_terminate_ind
+
+
+z_le_addr_random_config:
+	call load_adc_init
+	fetch 2,mem_0_5_adc_io_data	//adc data from otp
+	nbranch z_le_otp_adc_empty,blank
+	setarg 0x1122
+z_le_otp_adc_empty:
+	store 2,mem_random_addr_increase_count
+	rtn
+
+
+z_mouse_setting_config:
+	call p_g24_set_device_addr
+//	//disable usb function
+//	hfetch 1,core_usb_config
+//	set0 4,pdata
+//	hstore 1,core_usb_config
+	call mouse_gpio_init
+
+	fetcht 1,mem_flash_ncs_gpio
+	call gpio_config_output
+	
+	call mouse_param_init
+	call z_mouse_bt_sdp_update
+	setarg 0
+	store 2,mem_lpm_interval
+	call load_adc_init
+	call mouse_adc_init
+	call le_set_config_fixed_ltk
+	call le_set_justwork
+	call le_set_fixed_ltk
+	call le_set_config_read_authentication
+	call p_le_addr_random_config
+	branch p_mouse_load_flash_info_check
+
+
+z_mouse_bt_sdp_update:
+	call enable_authrom
+	arg 0x8c00,contr
+	arg mem_mouse_uuid_list,contw
+	arg 369,loopcnt
+	call memcpy
+	//Attribute: HID SSR Host Max Latency
+	setarg 0x0f0209
+	istore 3,contw
+	setarg 0x120009
+	istore 3,contw
+	//Attribute: HID SSR Host Min Timeout
+	setarg 0x100209
+	istore 3,contw
+	setarg 0x000009
+	istore 3,contw
+	arg 0x8d71,contr
+	arg 265,loopcnt
+	call memcpy
+	
+	jam 0,mem_mouse_uuid_list+23	//Service Record Handle: 0x 00 01 00 00
+	jam 0x6d,mem_mouse_uuid_list+15	//total length
+	setarg 0x401f
+	store 2,mem_mouse_uuid_list+357	//timeout
+	setarg 0x6d04
+	store 2,mem_mouse_uuid_list+462	//VID
+	setarg 0x16b0
+	store 2,mem_mouse_uuid_list+468	//PID
+
+	setarg mem_mouse_uuid_list				//bt sdp start address
+	store 2,mem_ui_uuid_table
+	rtn
+
+
+
+org 0xa0001
+
+z_entrance9:
+	beq ZCODE_90,z_g24_pairing_sm
+	beq ZCODE_91,z_g24_paring_mode
+	beq ZCODE_92,z_mouse_24g_pairing_complete
+	rtn
+
+z_g24_pairing_sm:
+	fetch 1,mem_24g_ensure
+	beq ENSURE_ON_24G,enable_user
+	fetch 1,mem_24g_pairing_sm
+	beq STATE_24G_PAIRING_1,z_g24_pairing_sm_1
+	beq STATE_24G_PAIRING_2,z_g24_pairing_sm_2
+	beq STATE_24G_PAIRING_3,z_g24_pairing_sm_3
+	branch assert
+
+z_g24_pairing_sm_1:
+	jam STATE_24G_PAIRING_1_WAITING_ACK,mem_24g_pairing_sm
+	jam 0xaa,mem_24g_common_temp
+	branch z_g24_pairing_sm_common
+z_g24_pairing_sm_2:
+	jam STATE_24G_PAIRING_2_WAITING_ACK,mem_24g_pairing_sm
+	jam 0x55,mem_24g_common_temp
+	branch z_g24_pairing_sm_common
+z_g24_pairing_sm_3:
+	jam STATE_24G_PAIRING_3_WAITING_ACK,mem_24g_pairing_sm
+	jam 0x22,mem_24g_common_temp
+z_g24_pairing_sm_common:
+	fetch 1,mem_24g_data_type
+	and_into bits_data,pdata
+	store 1,mem_24g_common_temp+1
+	fetch 4,mem_24g_device_addr
+	store 4,mem_24g_common_temp+2
+z_g24_put_pairing_data_in_buff:
+	jam 0,mem_24g_common_temp+6
+	arg mem_24g_common_temp,rega
+	arg 7,temp
+	call p_g24_put_data_in_buff
+	call p_g24_txdata_enable_tx
+	branch enable_user
+
+z_g24_paring_mode:
+	fetch 1,mem_24g_pairing_sm
+	rtneq STATE_24G_PAIRING_SUCCESS
+	beq STATE_24G_PAIRING_1_WAITING_ACK,z_g24_pairing_sm_1_waiting_ack
+	beq STATE_24G_PAIRING_2_WAITING_ACK,z_g24_pairing_sm_2_waiting_ack
+	beq STATE_24G_PAIRING_3_WAITING_ACK,z_g24_pairing_sm_3_waiting_ack
+	rtn
+
+z_g24_pairing_sm_1_waiting_ack:
+	jam STATE_24G_PAIRING_2,mem_24g_pairing_sm
+	branch p_g24_transmit_abandon
+z_g24_pairing_sm_2_waiting_ack:
+	jam STATE_24G_PAIRING_3,mem_24g_pairing_sm
+	branch p_g24_transmit_abandon
+z_g24_pairing_sm_3_waiting_ack:
+	jam STATE_24G_PAIRING_SUCCESS,mem_24g_pairing_sm
+	jam BT_EVT_24G_PAIRING_COMPLETE,mem_fifo_temp
+	call ui_ipc_send_event	
+	fetch 4,mem_24g_rxpayload+2
+	call p_g24_update_addr_and_synccrc8
+	branch p_g24_transmit_abandon
+
+
+z_mouse_24g_pairing_complete:
+	call p_mouse_24g_no_data_timer_init
+	jam 1,mem_mouse_24g_enter_lpm_enable
+	arg MOSUE_24G_PAIRING_FLAG,queue
+	call mouse_disable_function_flag
+	setarg 0
+	store 2,mem_24g_pairing_timer_count
+	jam 0,mem_mouse_move_flag
+	
+	call mouse_read_sensor_common
+//	call p_mouse_null_enter_hibernate_disable
+	call p_mouse_tx_power_init
+	
+	fetch 4,mem_24g_addr
+	store 4,mem_mouse_24g_addr
+
+	branch p_mouse_store_flash_device_info
+
+
+org 0xb0001
+
+z_entranceA:
+	beq ZCODE_A0,z_mouse_24g_attempt_fail
+	beq ZCODE_A1,z_mouse_le_conn_param_update_rsp_recieved
+	beq ZCODE_A2,z_mouse_le_bb_disconnected
+	beq ZCODE_A3,z_mouse_bb_event_reconn_timeout
+	beq ZCODE_A4,z_mouse_before_hibernate
+	rtn
+
+z_mouse_24g_attempt_fail:
+	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
+	call p_mouse_tx_power_init
+	call p_g24_check_51cmd_stop_24g
+	jam 0,mem_link_key_exists
+	call p_mouse_setgpio_hibernate
+	branch app_enter_hibernate
+
+z_mouse_le_conn_param_update_rsp_recieved:
+	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
+	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
+	fetch 1,mem_le_tsniff
+	rshift2 pdata,pdata
+	sub pdata,LE_INTERVAL_15MS,null
+	rtn positive
+	setarg LE_INTERVAL_11_25MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	call p_app_updata_le_param
+	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
+	rtn
+
+
+z_mouse_bb_event_reconn_timeout:
+z_mouse_bb_event_reconn_failed:
+	fetch 2,mem_ui_state_map
+	rtnbit1 UI_STATE_BTN_DOWN
+	rtnbit1 UI_STATE_BT_DISCOVERY
+	rtnbit1 UI_STATE_BLE_ADV
+	fetch MOUSE_FLAG_LEN,mem_mouse_flag
+	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
+	branch app_bb_hibernate
+
+z_mouse_le_bb_disconnected:
+	setarg LE_INTERVAL_8_75MS
+	store 2,mem_le_interval_min
+	store 2,mem_le_interval_min+2
+	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
+	jam 0,mem_mouse_clear_sensor_data_flag
+	call p_mouse_data_init
+	call le_clr_config_more_data
+	branch mouse_bb_disconnected
+
+
+z_mouse_before_hibernate:
+	enable user
+	hfetch 4,0x8138
+	setflag user,26,pdata
+	hstore 4,core_lpm_reg
+	call lpm_write_ctrl
+	call disable_authrom
+	call mouse_devce_led_off
+	call mouse_before_hibernate_wheel_gpio_set
+	call p_mouse_setgpio_hibernate
+
+	call p_flash_deep_power_down
+	hfetch 1,core_gpio_sel1
+	and pdata,0xf7,pdata
+	hstore 1,core_gpio_sel1  //disable flash spi
+	hfetch 1,core_gpio_pd2	//flash hold pin gpio22
+	set1 6,pdata
+	hstore 1,core_gpio_pd2
+
+	fetcht 1,mem_sensor_data_gpio
+	branch gpio_clr_wake
+
+	
+org 0xc0001
+
+z_entranceB:
+	beq ZCODE_B0,z_mouse_le_bb_event_connected
+	beq ZCODE_B1,z_mouse_sniff_not_accept
+	beq ZCODE_B2,z_mouse_enter_sniff_check
+	beq ZCODE_B3,z_mouse_le_ll_start_encryt
+	beq ZCODE_B4,z_mouse_bb_event_disconnected
+	rtn
+
+z_mouse_le_bb_event_connected:
+	call p_mouse_data_init
+	branch mouse_le_bb_event_connected
+
+z_mouse_sniff_not_accept:
+	fetch 1,mem_mouse_enter_sniff_count
+	rtneq 2
+	increase 1,pdata
+	store 1,mem_mouse_enter_sniff_count
+	jam 0x12,mem_sniff_param_interval	//89Hz
+	branch app_bt_enter_sniff
+
+z_mouse_enter_sniff_check:
+	fetch 1,mem_mouse_enter_sniff_count
+	rtnne 2
+	jam 0,mem_mouse_enter_sniff_count
+	jam 0x0e,mem_sniff_param_interval	//89Hz
+	branch app_bt_enter_sniff
+
+z_mouse_le_ll_start_encryt:
+	fetch 1,mem_mouse_le_reconnect_flag
+	beq 1,z_mouse_le_ll_reconn_start_encryt
+	branch z_mouse_le_ll_enable_start_enc_flag
+z_mouse_le_ll_reconn_start_encryt:
+	call p_app_updata_le_param
+	jam 5,mem_le_start_encrypt_timer
+z_mouse_le_ll_enable_start_enc_flag:
+	arg LL_START_ENC_FLAG,queue
+	branch mouse_le_enable_connect_flag
+
+z_mouse_bb_event_disconnected:
+	jam 0,mem_bt_rcvd_switch_req_accept
+	jam 0,mem_bt_send_lmp_setup_complete
+	jam 0,mem_mouse_bt_send_first_package_flag
+	branch mouse_bb_disconnected
+
+
+
Index: YFK_1066/PB_3mode_3ch/output/bt_program23.rom
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/bt_program23.rom	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/bt_program23.rom	(working copy)
@@ -1,61 +1,137 @@
-11000010100001000000000000010101
-11000000010000101000011111111000
-11000000010001001000011111001001
-11000000000000001000000000110001
-11000000000011011000011010000000
-11000000000100110000011010001101
-11000000001001010000011010101000
-11000000001011001000011010100110
-11000000001010001000011010110001
-11000000010100111000011010110110
-11000000010101101000011011001111
+00100000001000000000000001000000
+00100000010000000000001110110111
+01101000000000001100000111011110
+01100000000000001100110010010111
+00100000010000000000011010000100
+01101000000000001100011010000101
+01100000000000001100101101000100
+01101000000000001100101100110000
+01100000000000001100101100110001
+00100000010000000100001111001010
+00100000010000000000001011110110
+00100000010000000000011100001111
+00100000010000000000000000001111
+00100000010000000000000000100010
+00100000001000000000001100011111
+01011000000000000000001110001101
+01100000000000010100110100010001
+01011000000000000000001110100111
+01100000000000010100000111101111
+01011000000000000000010110110010
+01100000000000010100000111111001
+01011000000000000000001111010010
+01100000000000010100000111110001
+01011000000000000000001010101000
+01100000000000010100000111101101
+01011000000000000000010000001110
+01100000000000010100000111110101
+01011000000000000000001111111000
+01100000000000010100000111110011
+01011000000000000000010001000101
+01100000000000010100000111101011
+01011000000000000000010001001100
+01100000000000010100000111111101
+00100000011000000000000000000000
+01011000000000000000000000011001
+01100000000000010100110100100011
+00100100010101011000000000101010
+00100000010000000000001011111000
+00100000010000000000001100011100
+01101000000000001100011100011111
+01100000000000001100011100011110
+00100000011000000000000000000000
+01011000000000000000000101110111
+01100000000000010100110100100011
+00100000011000000000000000000000
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+00100000000000000000000000000001
+11000010100001000000000001011000
+11000000000000001000000001110100
+11000000000000010000000001111101
+11000000010000101000011011110000
+11000000010001001000011011000001
+11000000000011011000010111001011
+11000000000100110000010111001101
+11000000001001000000010111101000
+11000000001001010000010111101111
+11000000001010001000010111111000
+11000000001011001000010111100110
+11000000010100111000010111111101
+11000000010101101000011000010110
 11000000011001011011001111100100
-11000000011101001000011011100000
-11000000010100001000000000111010
-11000000010110001000000000111111
-11000000010110010000000001001001
-11000000011000100000001011100101
-11000000011101010000010110000011
-11000000011101011000010110001101
-11000000011101100000010110110011
+11000000011101001000011000100111
+11000000010100001000000010000110
+11000000010110001000000010001011
+11000000010110010000000010010101
+11000000011000100000001011000101
+11000000011100110000010011001111
+11000000011101010000010100000000
+11000000011101011000010100000110
+11000000011101100000010100001100
 00100000001000000010101010001110
-11000000000111001000010110111000
-11000000001000011000010111000000
-11000000001001010000010111000110
-11000000001010111000010111001001
-11000000001011001000010111011011
-11000000001100011000010111101000
-11000000001100110000011000010010
-11000000001100111000011000101001
-11000000001101010000011001010010
-11000000001110111000011001011101
-11000000000000101000011011110011
-11000000010000000000011100000010
-11000000010000010000011100001100
-11000000010001000000011100111111
-11000000010001100000011001101101
-11000000010001101000011001111001
-11000000011111010000011101100011
+11000000000111001000010100010001
+11000000001000011000010100011001
+11000000001001010000010100011111
+11000000001010111000010100100010
+11000000001011001000010100100100
+11000000001100011000010100100110
+11000000001100110000010101010000
+11000000001100111000010101100111
+11000000001101010000010110011101
+11000000001110111000010110101000
+11000000000000101000011000101001
+11000000010000000000011000101011
+11000000010000010000011000110101
+11000000010001000000011000110111
+11000000010001100000010110111000
+11000000010001101000010111000100
+11000000011111010000011001011011
 00100000001000000010101010001110
 00011111111000100010001000000000
-01101000000010001100110001110000
-01011000000000000100110001110111
+01101000000010001100110010011011
+01011000000000000100110010100010
 10011000010000001000101000000000
 00011010001000100111111000000000
 11100000101000001000000000000000
 00011000010000001000010000000001
 00011000010000010000010000000111
-01100000000010001100110001110000
+01100000000010001100110010011011
 00100000011000000000000000000000
 11011000101000000000100110101110
 11011111001000000000000000001100
 00100000010000000111111011010100
-00100000010000000000010000001110
+00100000010000000000001110011110
 00100000010000000110101000000011
 00100000010000000101110011110110
 00100100010101011010110001100101
 00100000010000000111110011001101
 00100000001000000010000000001100
+00100000010101011011001011100011
+00100000010000000111010101101010
+00100000010101011010101101000001
+00100000010000000111011011011100
+01101000000000001100011001011010
+00100000001110100010000000010010
+01101000000000001100010110110001
+00100000001110100000000010000000
+00100000001000000010000000010010
 01011000000000000000101000000110
 01100000000000011100010100010000
 01011000000000000001110110000111
@@ -72,59 +148,58 @@
 00100100001110100111111111101111
 00100000001000000111111111110001
 11000110100100110000000000000000
-01101000000000001100110011110101
-11000000000000001000000001011010
-00100000010000000000000011101101
-00100100001101000000000001110100
-00100000010000000000000011010100
-00100000010000000000000100001111
-01101000000000001100101111000101
+01101000000000001100110100100000
+11000000000000001000000010100110
+00100000010000000000000100111001
+00100100001101000000000011000001
+00100000010000000000000100100000
+00100000010000000000000101011100
+01101000000000001100101111110000
 11000001111111111000000000000000
-00100000010000000000011110011101
-01101000000000001100110011110101
-11000001000000001000000000000000
-00100000010000000000000010000001
+00100000010000000000011010010101
+01101000000000001100101100100110
+11000000000000001000001110010000
+00100000010000000000000011001100
 00100100011101000000000000000000
-00100000010000000000001011001111
+00100000010000000000001010101111
 01011000000000001110110001010100
 00100000001000000010101110010011
-00100000010000000000001010011010
+00100000010000000000001001111010
 00100100011101000000000000000000
-00100000010000000000000001101011
-01101000000000001100110011110110
+00100000010000000000000010111011
+01101000000000010100110100100001
 00011111111000001111111000000001
-01100000000000001100110011110110
-00011111111001100111110000011001
-00100000010000101000000001100011
-00100000001000000000000001001100
-01110000010011001111010100000000
-01110000010011001111011000000000
-01110000010010111111000000000000
-01101000000000001100101111011011
-01100000000000001100101111011010
-00100000011000000000000000000000
-01101000000000001100101111011100
-00100000001000000000000001100111
-01101000000000001100101111110000
+01100000000000010100110100100001
+01101000000010010100110100100011
+10011000010001100111110000000000
+00100000010000101000000010110000
+00100000001000000000000010011000
+01110000010011010010000000000000
+01011000000000000000000000000000
+01100000000000010100110100100001
+01011000000000000000000000011001
+01100000000000010100110100100011
+01110000010011000001101100000000
+01101000000000001100110000000110
+01100000000000001100110000000101
+00100000011000000000000000000000
+01101000000000001100110000000111
+00100000001000000000000010110111
+01101000000000001100110000011011
 00011111111000001111111000000001
-01100000000000001100101111110000
-11000000000000100000000001101001
-11000000000000101000000001100101
+01100000000000001100110000011011
+11000000000000100000000010111001
+11000000000000101000000010110101
 00100000011000000000000000000000
-01110000010011001111010100000001
-01110000010011001111011000000000
-00100000011000000000000000000000
-01101000000000001100101111100001
-00100000010110100000000010001000
+01101000000000001100110000001100
+00100000010110100000000011010101
 01101000000000001100011011001111
 00011111111001100111110000001000
 00100000011000010000000000000000
-00100000010000000000000010000001
+00100000010000000000000011001100
 00100100011101000000000000000000
-01101000000000011100101111100100
+01101000000000011100110000001111
 00100000010000000111111101001001
-01101000000000001100010110110001
-00100000011110100000000000000000
 01100000000010100100000101011011
 00100000001000000010101100101010
 01111000001101000111110000000000
@@ -133,125 +208,127 @@
 00100000001110100111111111101001
 01101000000000001100000010010001
 00100000001110100111111111101001
-00100000001000000000001011010010
-01110000010010111110000100000001
-01110000010011001110101000000000
-00100000010000000000000010011100
-01100000000000001100101101010001
+01101000000000001100110100100000
+11000000000000001111111111101001
+00100000001000000000001010110010
+01110000010011000000110000000001
+01110000010011010001010100000000
+00100000010000000000000011101000
+01100000000000001100101101111100
 01011000000000000000000000000000
-01100000000000111100101101010010
-01101000000000100100101111101100
-01100000000000100100101101011001
-01110000010010111011010100001100
-01101000000000001100101110110110
+01100000000000111100101101111101
+01101000000000100100110000010111
+01100000000000100100101110000100
+01110000010010111110000000001100
+01101000000000001100101111100001
 01111001001000000111111000000011
-01100000000000001100101110110110
-00100000010000000000000011110000
-00100000001000000000000001001111
-00100000010000000110100010101000
+01100000000000001100101111100001
+00100000010000000000000100111100
+00100000001000000000000010011011
 01101000000000100100000010100000
-01100000000000100100101111101100
+01100000000000100100110000010111
 00100000011000000000000000000000
-01110000010011001110101100000001
-01110000010011001110110100000000
-01101000000000001100101110110110
+01110000010011010001011000000001
+01110000010011010001100000000000
+01101000000000001100101111100001
 00011111111000010111111000000111
-01100000000000001100101110110110
+01100000000000001100101111100001
 00100000011000000000000000000000
-01101000000000001100101110110110
+01101000000000001100101111100001
 01111001001000000111111000000100
-01100000000000001100101110110110
-01100000000000001100101101110001
+01100000000000001100101111100001
+01100000000000001100101110011100
 00100000011000000000000000000000
-01101000000000001100101110110110
+01101000000000001100101111100001
 01111001001111111111111000000100
-01100000000000001100101110110110
+01100000000000001100101111100001
 00100000011000000000000000000000
-00100000010000000000011110010011
-01101000000000001100110011101100
-11000000000000001000000010101110
-11000000000000010000000010110010
-00100000011000000000000000000000
-01110000010011001110110100000010
-01110000010011001110100100000000
-01110000010011001110101100000000
-00100000001000000000000010011100
-01110000010011001110101000000000
-00100000001000000000000010101111
-01101000000000010100101110111011
-00011111111000001111111000000001
-01100000000000010100101110111011
-11000010100001010000000101010010
-01101000000000001100110011101010
-11000000000000001000000010111101
-01110000010011001110101000000001
-01101000000000001100110011101010
-11000000100000001000000010011100
-01101000000000001100110011101000
-00011111111000001111111000000001
-01100000000000001100110011101000
-11000000000000100000000011000100
-00100000010000000000001000010010
-01110000010010111111101000000010
-00100000001000000000000100001111
-00100000010000000000011110010011
-01110000010011001110100000000000
-00100000001000000000000010011100
-01110000010011001110110100000010
-01110000010011001110101100000001
-01110000010011001110101000000000
-00100000001000000000000010011100
-01101000000000001100110011101100
-11000000000000011000000011001000
-01101000000000001100101110110110
+00100000010000000000011010001011
+01101000000000001100110100010111
+11000000000000001000000011111010
+11000000000000010000000011111110
+00100000011000000000000000000000
+01110000010011010001100000000010
+01110000010011010001010000000000
+01110000010011010001011000000000
+00100000001000000000000011101000
+01110000010011010001010100000000
+00100000001000000000000011111011
+01101000000000010100101111100110
+00011111111000001111111000000001
+01100000000000010100101111100110
+11000010100001010000000110100000
+01101000000000001100110100010101
+11000000000000001000000100001001
+01110000010011010001010100000001
+01101000000000001100110100010101
+11000000100000001000000011101000
+01101000000000001100110100010011
+00011111111000001111111000000001
+01100000000000001100110100010011
+11000000000000100000000100010000
+00100000010000000000000111110010
+01110000010011000010010100000010
+00100000001000000000000101011100
+00100000010000000000011010001011
+01110000010011010001001100000000
+00100000001000000000000011101000
+01110000010011010001100000000010
+01110000010011010001011000000001
+01110000010011010001010100000000
+00100000001000000000000011101000
+01101000000000001100110100010111
+11000000000000011000000100010100
+01101000000000001100101111100001
 00101111111011000000000000000100
-00100000001000001000000010011010
-01101000000000001100110011101100
-11000000000000001000000011000111
-11000000000000010000000011001000
+00100000001000001000000011100110
+01101000000000001100110100010111
+11000000000000001000000100010011
+11000000000000010000000100010100
 00100000011000000000000000000000
-01101000000000001100101111000101
+01101000000000001100101111110000
 11000001111111111000000000000000
-00100000010000000000000011011001
-00100100010101100000000011100001
+00100000010000000000000100100101
+00100100010101100000000100101101
 00100000011000000000000000000000
 01111000010101100111110000000000
-01101000000000001100110011101011
+01101000000000001100110100010110
 11000001100000001000000000000000
-01101000000000001100110011101101
+01101000000000001100110100011000
 11000001100000000000000000000000
-01110000010011001110110000000001
-01110000010010111111101000000100
+01110000010011010001011100000001
+01110000010011000010010100000100
 00100000001000000111111111101011
-01101000000000001100110011101101
-00100000001110100000000011101000
+01101000000000001100110100011000
+00100000001110100000000100110100
 00011111111000001111111111111111
-01100000000000001100110011101101
-01110000010011001110110000000010
-01110000010010111111101000000100
-00100000001000000000001000010010
-01110000010011001110110000000011
-01101000000000001100110011101010
-00100100001110100000000010111011
-01110000010010111111101000000010
-00100000001000000000001000010010
-01101000000000001100101111000101
-11000000111111111000000101100110
-00100000010000000000000011110011
-00100000010000000000001000000000
-01110000010010111011101000000001
+01100000000000001100110100011000
+01110000010011010001011100000010
+01110000010011000010010100000100
+00100000001000000000000111110010
+01110000010011010001011100000011
+01101000000000001100110100010101
+00100100001110100000000100000111
+01110000010011000010010100000010
+00100000001000000000000111110010
+01101000000000001100101111110000
+11000000111111111000000110101011
+00100000010000000000000100111111
+00100000010000000000000111100000
+01110000010010111110010100000001
 00100000011000000000000000000000
-01101000000000010100110011100110
+01101000000000010100110100010001
 00100000010000000111111110011100
-00100000001101000000000011111001
-01101000000000111100101101010010
+00100000001101000000000101000101
+01101000000000111100101101111101
 00100000011110100000000000000000
 00100000001000000111111111100111
-01110000010010111110000100000000
+00100000010000000000010001000010
+01110000010011000000110000000000
 00011010001000001111111000000001
-01100000000000001100101110110101
-00100000010000000000000010011100
-01100000000000001100101101010001
+01100000000000001100101111100000
+00100000010000000000000011101000
+01100000000000001100101101111100
 11101000101010001000000000000000
 11101010010000001000000000000000
 10011000010000011111111000000000
@@ -260,348 +337,239 @@
 11101010010000100000000000000000
 11100000101000100000000000000000
 00011010010000001010010000000100
-11011000101000000100101101010111
+11011000101000000100101110000010
 11011111001000000000000000000010
 11101010010000001000000000000000
 11101000101010001000000000000000
 10011000010000001111111000000000
 11100000101000001000000000000000
 00011010010000001010010000000001
-11000010000000000000000100001000
+11000010000000000000000101010101
 00100000011000000000000000000000
-01110000010010111011111000000000
+01110000010010111110100100000000
+01101000000000001100101101001111
+00011111111000001111111000000001
+01100000000000001100101101001111
 11011001011000000000110100000000
 00110100011100110000001000000000
-00100000010000000000000100101011
-01101000000000001100101111110001
+00100000010000000000000101111100
+01101000000000001100110000011100
 11000001000000001000000000000000
-00100100001011000000000100111010
-00100100001101111000000100111010
-00100000010000000000000100100110
-00100000010000000000000101010110
-00100000010000000000011110001111
-01101000000000001100101110110100
-00011111111000001111111000000001
-01100000000000001100101110110100
-01101000000000001100101111000101
-11000000111111111000000100101001
-00100000010000000000000011001011
-01011000000000000000000000000000
-01100000000000010100101110111011
-01100000000000001100101110111101
-01100000000000001100110011101001
-01110000010010111011101000000000
+00100100001011000000000110001011
+00100100001101111000000110001011
+00100000010000000000000101110111
+00100000010000000000000110100100
+00100000010000000000011010000111
+01110000010010110100111100000000
+01101000000000001100101111011111
+00011111111000001111111000000001
+01100000000000001100101111011111
+01101000000000001100101111110000
+11000000111111111000000101111010
+00100000010000000000000100010111
+01011000000000000000000000000000
+01100000000000010100101111100110
+01100000000000001100101111101000
+01100000000000001100110100010100
+01110000010010111110010100000000
 00100000011000000000000000000000
 11011111001000000000000000000100
-11011000101000000100101101010001
+11011000101000000100101101111100
 00100000001000000111111011000110
-00100000010000000000011110001100
-00100000001000000000000110000000
+00100000010000000000011010000100
+00100000001000000000000110101101
 01111000010101111111110000000000
-00100000010000000000001001111001
-01101000000000001100101111110001
-11000000000000001000000100111000
+00100000010000000000001001011001
+01101000000000001100110000011100
+11000000000000001000000110001001
 00011000000000000010101000000000
-01101000000000100100101111011101
+01101000000000100100110000001000
 10011000000000000001001000000000
 01101000000010001000000000010111
 00100000010000000010100100011111
 00100000010000000010100100100100
-00100000010000000000001000110101
-00100000010101111000001001110001
+00100000010000000000001000010101
+00100000010101111000001001010001
 00100000011000000000000000000000
-00100000010000000000001001110001
-00100000001000000000000100011010
-01101000000000001100101110111101
-00011111111000001111111000000001
-01100000000000001100101110111101
-01101000000000001100101111000101
-11000000111111111000000101001110
-01101000000010001100101110111110
-00011000010000001000010000000001
-01100000000010001100101110111110
-01101000000000001100101111111010
-10011000010001100111111000000000
-00100100001110100000000100010000
-01101000000000001100110011101100
-11000000000000011000000010110100
-01101000000000001100110011101001
-00011111111000001111111000000001
-01100000000000001100110011101001
-11000000000000010000000010101001
-00100000010000000000000010100000
-01110000010010111111101000000001
-00100000001000000000000100001111
-01101000000000001100101110111101
+00100000010000000000001001010001
+00100000001000000000000101101010
+01101000000000001100101111101000
+00011111111000001111111000000001
+01100000000000001100101111101000
+11000000011111111000000110100010
+01101000000000001100101111110000
+11000000111111111000000110011100
+01101000000000001100101101001111
+00011111111001100111110000000010
+00100100010000010000000111110010
+01101000000000001100101111101001
+00011111111000001111111000000001
+01100000000000001100101111101001
+11000000100000110000000101100000
+01101000000000001100101101001111
+00011111111001100111110000000010
+00100000010000010000000111110010
+00100000001000000000000101011100
+01101000000000001100101111101000
 11000001111111111000000000000000
-01110000010010111011110100000000
-00100000001000000000000101010100
+01110000010010111110100000000000
+00100000001000000000000110100010
 01011000000000000000000000000000
-01100000000000010100101110111011
+01100000000000010100101111100110
 01110000000010101001100100111010
 00100000001000000111110110000110
-00100000010000000000000111100101
-01101000000000001100101110110011
+00100000010000000000000111000101
+01101000000000001100101111011110
 00100000011110100000000000000000
 10011000000000000111001000000000
-11011000110000000100101100110001
-11011000101000000100101110010011
+11011000110000000100101101011100
+11011000101000000100101110111110
 00100000001000000111111100000001
-01111001001000000000000000100110
-00100000010000000000000101100001
-01110000010010111100010100000001
-00100000011000000000000000000000
-01110000010000011101111000100000
-01110000010010111011010000000000
-01110000010010111011111101001110
-01101000000000100100101111000001
-00100000001000000000000111110010
-01101000000000001100101110111010
-11000000000000001111111111100111
-01101000000000001100101111000101
-11000000000000001000000101101101
-11000000000000010000000101110000
-11000000000000011000000101110011
-00100000001000000010101010001100
-01110000010010111100010100010001
-01110000000100011001111010101010
-00100000001000000000000101110101
-01110000010010111100010100010010
-01110000000100011001111001010101
-00100000001000000000000101110101
-01110000010010111100010100010011
-01110000000100011001111000100010
-01101000000000001100101110110110
-00011111111000010111111000000111
-01100000000000001001000110011111
-01101000000000100100101111101100
-01100000000000100001000110100000
-01110000000100011010010000000000
-11011010001000000001000110011110
-11011000010000000000000000000111
-00100000010000000000000111100000
-00100000010000000000000011110000
-00100000001000000111111111100111
-01101000000000001100101111000101
-11000001011111111000000000000000
-11000000000010001000000110000110
-11000000000010010000000110001000
-11000000000010011000000110001010
-00100000011000000000000000000000
-01110000010010111100010100000010
-00100000001000000000000100100000
-01110000010010111100010100000011
-00100000001000000000000100100000
-01110000010010111100010111111111
-01110000000010101001100100111001
-00100000010000000111110110000110
-01101000000000100100101110010101
-00100000010000000000000111110010
-00100000001000000000000100100000
-01111001001111111000000000100110
-00100000010000000000000111010110
-01101000000000001100101111000101
-11000001111111111000000000000000
-00100000010000000000000110100101
-00100000010000000010101011111010
-00100000000000000000011111010000
-00100000010000000000010100110010
-00100000001000001000000110100011
-01101000000000001100101111100011
-11000010100000100000000101010100
-00100000010000000000000100101011
-00100100001011000000000110101110
-00100100001101111000000110101110
-01111001001000000000000000100110
-01011000000000000000000000000000
-01100000000000010100101111100010
-01110000000010101001100100111100
-00100000010000000111110110000110
-00100000010000000000000100100110
-00100000001000000000000001110001
+01110000000100011100010110010000
+00100000001000000000011011110010
+01110000000100011100010110010001
+00100000001000000000011011110010
+01110000000100011100010101100000
+00100000001000000000011011110010
+01110000000100011100010101110000
+00100000001000000000011011110010
 01110000000100011001111011111111
-01101000000000001100101110110110
+01101000000000001100101111100001
 01100000000000001001000110011111
-01101000000000100100101111101100
+01101000000000100100110000010111
 01100000000000100001000110100000
 11011000010000000000000000000110
 11011010001000000001000110011110
-00100000010000000000000111100000
-00100000001000000000001000000000
-00100000010000000100010010001001
-01101000000000010100101111100010
-00011111111000001111111000000001
-01100000000000010100101111100010
-00100000010000000000001000010010
-00100000001000000000000110010101
-01111001001111111000000000100110
-00100000010000000000000111010010
-00100000010000000000000110100101
-00100000010000000010101011111010
-00100000000000000000011111010000
-00100000010000000000010100110010
-00100000001000001000000101011101
-01101000000000001100101111100011
-11000010100000100000000101010100
-00100000010000000000000100101011
-00100100001011000000000111000111
-00100100001101111000000111000111
-00100000010000000000000101010110
-00100000010000000000001011110001
-01101000000000100100101111011101
-01101000000010100100101111000001
-10011000010001100111110000000000
-00100000001000101000000101011101
-00100000001000000000000110011110
-00100000010000000100010010001001
-01101000000000010100101111100010
-00011111111000001111111000000001
-01100000000000010100101111100010
-01101000000000001100110011110011
-00011111111000001111111000000001
-00011111111000010111111000000001
-01100000000000001100110011110011
-11000000000000000000000111011000
-11000000000000001000000111011010
-00100000011000000000000000000000
-01110000010000011101111000100000
-01011000000000000000111100001111
-01100000000000010100101111011101
-11100000101000010000000000000000
-00100000010000000000000111110011
-00100000001000000000001000010010
-00100000010000000000000111010010
-00100000001000000000000110110111
-00100000010000000000000101100001
-00100000001000000000000110110111
+00100000010000000000000111000000
+00100000001000000000000111100000
 01111001001111111000000000100110
 00100000010000000101001111001110
 11011000111000000000000000000011
 00100000001000000100001111010010
-01100000000010001100101110110101
+01100000000010001100101111100000
 00011000010000100111001000000000
-11011000101000000100101101010001
+11011000101000000100101101111100
 00011010001000100000110000000000
 00100000001000000111111100000001
-01101000000000001100101100110000
+01101000000000001100101101011011
 00011111111010010111111000000000
-01100000000000001100101110110011
+01100000000000001100101111011110
 00011111111000001111111000000001
-11011000110000000100101100110000
+11011000110000000100101101011011
 10011000110000001000110000000000
 11101000110000011000000000000000
-01100000000000011100101111110010
-01101000000000001100101100110000
+01100000000000011100110000011101
+01101000000000001100101101011011
 00011111111000110111111000000000
 00011111111000010111111000000011
-01100000000000001100101111111000
+01100000000000001100110000100011
 00100000011000000000000000000000
-01100000000000100100101111011101
+01100000000000100100110000001000
 11011010001000000000000000000000
 11011111001000000000000000000100
-11011000110000000100101111011101
+11011000110000000100110000001000
 11101000110000001000000000000000
 10011010001000001010001000000000
-11000010000000000000000111110110
+11000010000000000000000111010110
 00011010001000100111111000000000
-01100000000000010100110001100110
-01101000000000001100110001100110
-01101000000010001100110001100111
+01100000000000010100110010010001
+01101000000000001100110010010001
+01101000000010001100110010010010
 10011000010000001111111000000000
-01100000000000001100110001101000
+01100000000000001100110010010011
 00100000011000000000000000000000
-01101000000000001100101110110101
+01101000000000001100101111100000
 00011111111000001111111000000010
-01100000000000001100101110110111
-01101000000000001100101110110110
-01100000000000001100101101110001
-01101000000000001100101110110101
+01100000000000001100101111100010
+01101000000000001100101111100001
+01100000000000001100101110011100
+01101000000000001100101111100000
 00011111111010011111111000000000
-01101000000010001100101110110100
+01101000000010001100101111011111
 00011000010000010000010000000011
 00011000010000111000010000000000
 10011000010000011111111000000000
-01101000000010001100101111110001
+01101000000010001100110000011100
 10011000010000001111111000000000
 11100000101000001000000000000000
-01101000000000001100101110110101
+01101000000000001100101111100000
 10011000000000000111001000000000
-11011000110000000100101101010001
+11011000110000000100101101111100
 00100000001000000111111100000001
-01101000000010001100101111000000
-00100000010000000000001000010110
-01100000000010001100101111000000
+01101000000010001100101111101011
+00100000010000000000000111110110
+01100000000010001100101111101011
 00100000011000000000000000000000
-00100000010000000000001000011010
+00100000010000000000000111111010
 00011000010000001000010000000001
 00011000010000010000010000000011
 00100000011000000000000000000000
-01101000000000001100101111011101
+01101000000000001100110000001000
 00011111111000010111111000000011
 00011111111011111010001000000100
-01011000000000000100101111000110
+01011000000000000100101111110001
 10011010001000001111111000000000
 10011000010000001000110000000000
 11101000110000001000000000000000
-01100000000000001100101110111111
+01100000000000001100101111101010
 00100000011000000000000000000000
 01111000010001001111110000000000
 01111000010000111111110000000000
 01011000010101010101010101010101
 10011000000000000001111000000000
-01101000000000001100101110111111
+01101000000000001100101111101010
 00011111111011011000010000000000
 01111001001000000000010000000001
 00011000010000110001110000000000
 00100000011000000000000000000000
 00100000010000000101001111000100
-01101000000000100100101111011101
+01101000000000100100110000001000
 10011000000000000001001000000000
 00100000010000000010100100011000
-01101000000010001100101110111111
+01101000000010001100101111101010
 00100000010000000010100100011111
 01011000000000000000010100000000
 00100000010000000010101010001111
 00100000010000000010100100100100
-00100000010000000000001000100011
+00100000010000000000001000000011
 01111000010101111111110000000000
 01111000001001101111110000000000
 01111000001100001111110000000000
 01111000010100000111110000000000
 01111000001010000111110000000000
-01101000000000010100101110111000
+01101000000000010100101111100011
 10011000000000000011011000000000
 00110111110000011000010000000000
-00100100001011000000001001110101
+00100100001011000000001001010101
 01111000010001101111110000000000
 01111000001001011111110000000000
 01111000001000111111110000000000
 01111000001001001111110000000000
-00100000010000000000001001101110
-01100000000000001100110001101001
-01101000000010001100110001101000
-10011000010001100111110000000000
-00100100001000101000001001110001
-00100000010000000000001001101110
-01100000000000001100101100101111
-01101000000000001100101111111011
+00100000010000000000001001001110
+01100000000000001100110010010100
+01101000000010001100110010010011
+10011000010001100111110000000000
+00100100001000101000001001010001
+00100000010000000000001001001110
+01100000000000001100101101011010
+01101000000000001100110000100110
 00011111111001100111110000000010
-00100000001000101000001001010001
-01101000000000001100101100101111
-01101000000010001100101110110110
+00100000001000101000001000110001
+01101000000000001100101101011010
+01101000000010001100101111100001
 10101000010000000000111000000000
-00100100001000001000001001110001
-00100000010000000000001001101110
+00100100001000001000001001010001
+00100000010000000000001001001110
 11100000101000001000000000000000
 00011111111010010111111000000000
 00011111111000010111001000011111
-00100000001000101000001001011001
-00100000010000000000001001101110
+00100000001000101000001000111001
+00100000010000000000001001001110
 11100000101000001000000000000000
-11000010000000000000001001010110
+11000010000000000000001000110110
 00011000101000100010001000000000
-00100000010000000000001001101110
-01100000000000001100110011110000
+00100000010000000000001001001110
+01100000000000001100110100011011
 00011010001000100000101000000000
 00001001100000000000000000011000
 01111000001010000111110000000000
@@ -610,15 +578,15 @@
 00011111111100010111111000000000
 11100000101000011000000000000000
 01111000010001011111110000000000
-00100000001000110000001001110001
+00100000001000110000001001010001
 01111000001101111111110000000000
 01101000000000001000000000010111
 00011111111000001010001000000000
 00100000010000000010100110000001
 01111000010001101111110000000000
 00100000010000000010100100011000
-01101000000000001100110011110000
-00100000010000000000000000100111
+01101000000000001100110100011011
+00100000010000000000000001101010
 00100000011000000000000000000000
 00001001100000000000000000001000
 00011001100010010111111000000000
@@ -627,15 +595,15 @@
 01111000010001011111110000000000
 00100000010000000010011001001101
 00100000011000000000000000000000
-00100000001000000000001001110001
+00100000001000000000001001010001
 00100000010000000010100100011000
-01101000000010001100101110111111
+01101000000010001100101111101010
 00100000001000000010100100110011
 00100000010000000101001111000100
-01101000000000100100101111011101
+01101000000000100100110000001000
 10011000000000000001001000000000
-00100000010000000000001000100011
-00100000010000000000001001110110
+00100000010000000000001000000011
+00100000010000000000001001010110
 01111001001000000010101000000000
 01111000001011101111110000000000
 01111000001100000111110000000000
@@ -648,14 +616,14 @@
 01111000001011011111110000000000
 01111000001000111111110000000000
 01111000001001001111110000000000
-01101000000000001100110001101000
+01101000000000001100110010010011
 00001000000000001000011000001000
-01101000000000001100101110110111
+01101000000000001100101111100010
 10011000000000000111001000000000
-11011000110000000100101101110001
+11011000110000000100101110011100
 11101000110000001000000000000000
 00001000000000001000011000001000
-11000010000000000000001010001111
+11000010000000000000001001101111
 01111000001001000111110000000000
 00001000000000001000011000011000
 01111000010001000111110000000000
@@ -665,26 +633,26 @@
 01111000010011011111110000000000
 00100000011000000000000000000000
 00100000010000000111111111101001
-01101000000010100100101111010110
+01101000000010100100110000000001
 00011100010000100111111000000000
 10011000010001100111110000000000
 00100100010000010010110100011000
 00011111111000100010010000000000
-01101000000000100100101111010110
-01101000000010001100101111011010
+01101000000000100100110000000001
+01101000000010001100110000000101
 10011000010000001000010000000000
 00011010010000100111111000000000
 10011000010001100111110000000000
 00100100011000010000000000000000
 01111001001111111111111000011100
-01100000000000100100101111010110
+01100000000000100100110000000001
 00100000001000000111111111100111
 00100000010000000010100110111011
 00100000011110100000000000000000
-01101000000010001100110001101111
+01101000000010001100110010011010
 11011010001000000000110110011110
-00100000010000000000001010110000
-01100000000010001100110001101111
+00100000010000000000001010010000
+01100000000010001100110010011010
 00100000011000000000000000000000
 00011010001000100111111000000000
 10011000010000001000101000000000
@@ -698,7 +666,7 @@
 00011010001000100000110000000000
 11101000110000001000000000000000
 10011000010000001000010000000000
-11000010000000000000001010111010
+11000010000000000000001010011010
 00011000010010010111111000000000
 00011111111000100000010000000000
 11000110100100110000000000000000
@@ -711,19 +679,19 @@
 00100000011000000000000000000000
 00100000011000000000000000000000
 11000110000100110000000000000000
-00100000010000000000010000000100
-00100000010000000000001011010010
+00100000010000000000001110010100
+00100000010000000000001010110010
 01101000000000001100000001000000
-11000011000000000000001011001111
+11000011000000000000001010101111
 01101000000000001000000010100000
 00100100011110100000000000000000
 01011000000000000000000000000000
 01100000000001000000000010100001
 00100000011000000000000000000000
-00100000010000000000001011100010
-00100000010000000000001011001111
+00100000010000000000001011000010
+00100000010000000000001010101111
 00100000010000000011111010111111
-00100000010000000000001101110011
+00100000010000000000001100100001
 01101000000100100000000001110000
 01101000000110100000000001111000
 10011000010000011000010000000000
@@ -740,42 +708,32 @@
 00100000011110100000000000000000
 00100000001000000011110110000000
 00100000010000000011010000010110
-00100000001101011000001011101111
-01110000100000000111100000100000
-00100000010000000000010000100100
-01101000000000001100000111011110
-01100000000000001100110001101100
-00100000010000000000011110001100
-01101000000000001100011010000101
-01100000000000001100101100100100
-00100000010000000100001111001010
-00100000010000000000001011110100
-00100000001000000111010010111001
-01101000000000001100110001101100
-01100000000000001100000111011110
-00100000011000000000000000000000
-00100100010101011000001101001001
-00100000010000000000001100101001
-00100000011101011000000000000000
-00100000010000000000001111101011
-00100000010000000100000010000011
-11000000000000101000001100011110
-00100000001000000000001111010100
-00100000010000000000001011110001
+00100000010000000111010010111001
+00100000001101011000001011011011
+00100000010000000000000000000001
+01101000000000001100001001000001
+11000010100000010000001011001101
+00100000010000000000010011011011
+11000000000000101000001011110100
+00100000010000000000001011011100
 11011010001000000100011100100001
 01101000000000001100011100100000
 01101000000010001100011100000011
 10011000010001100111110000000000
-00100000011000101000000000000000
+00100000001000101000001101111111
 00011111111000001111111111111111
 00011111111011111111111000011101
 10011010001000001010001000000000
 11101010001000001000000000000000
 01100000000000001100001000010000
-11000000000110011000001100001001
-11000000000110100000001100001101
+11000000000110011000001011011111
+11000000000110100000001011100011
+00100000011000000000000000000000
+00100000001000000000001011110110
+01101000000000001100110010010111
+01100000000000001100000111011110
 00100000011000000000000000000000
-01110000010010110010111000000001
+01110000010010110100111000000001
 01101000000000110100000111010000
 00100000001110100011001111101011
 00100000001000000100001001110100
@@ -783,11 +741,11 @@
 01101000000000010100011010101000
 01100000000000010100011010101110
 00100000010000000011010000011000
-00100000010000000000001100010111
+00100000010000000000001011101101
 01011000000000000000000000000100
 11100000110000001000000000000000
 11011000110000000100001110010000
-00100000010000000000010110101111
+00100000010000000000010100001000
 00100000001000000111110111110100
 11011010001000000100001101110000
 11101010001000001000000000000000
@@ -795,93 +753,53 @@
 10011000110000001010001000000000
 11101000110000001000000000000000
 11000001000000001000000000000000
-00100000001000000000001100011000
-11000011100000011000000000000000
-11000110000100110000000000000000
-00100000010000000100010010000010
-11011000111000000000000000000011
-00100000010000000100001111001110
-01011000000000000000000000000000
-01100000000000010100011010101110
-01100000000000001100011010110100
-01100000000000010100101111100010
-00100000010000000100001011001010
-00100000001000000000000101011101
+00100000001000000000001011101110
+01110000000100011100010101100001
+00100000001000000000011011110010
 01110000010000100001001001110110
 00100000001000000011110100110110
-00100000010000000000001100101001
+00100000010000000000001011110110
 00100000010000000100000011000000
-01101000000000001100011011100000
-11000000000000101100000011010101
 00100000010000000100000011011001
-11000000000110000000001100111001
-11000000000110001000001100111011
+11000000000110000000001100000100
+11000000000110001000001100010000
 00100000010000000100000011010001
 00100000000000000000001111101000
-00100000001000000000001100101111
+00100000001000000000001011111010
 01110000010010101111111000000001
 00100000010000000110010000001111
-00100000010000000000001100101011
+00100000010000000000001011111000
 00100000001000000110010000010001
-00100000010000000000001101000000
-00100000001000000100000011100000
-00100000010000000000001101000000
+00100000010000000000001100010101
+01101000000000001100011011011110
+11000000001011010000001100001000
+00100000001000000100000011100001
+01011000000000001000000000000110
+00100000010000000110010000010011
+00100000010000000111111011000001
+01110000010001101110000000000111
+00100000010000000100000011110110
+01011000000000000010001000001010
+00100000010000000110010000010011
+00100000001000000100000011110100
+00100000010000000000001100010101
 01101000000000001100011011011110
 11000000001110000100000011101000
 01110000010001101110000000000001
 00100000011000000000000000000000
+00100000010000000000001011110110
 01011000000000001000000000000110
 00100000010000000110010000010011
 00100000000000000010111011100000
 01101000000000001100011101111010
 11000000011111111011110101100110
 00100000001000000011110110000000
-00100000010000000000001101000000
+00100000010000000000001011110110
 01011000000000000000100000000110
 00100000001000000110010000010011
-00100000010000000000000010010110
-01101000000010001100101100100011
-00100000010000000110100000001110
-00100000010000000011111001101110
-00100000010000000011111000011110
-00100000010000000000001101011000
-01011000000000000000000000000000
-01100000000000010100000101010100
-00100000010000000011111001010100
-00100000010000000101100000010000
-00100000010000000101100000111001
-00100000010000000101100000101100
-00100000010000000101100000011000
-00100000010000000000010110000111
-00100000001000000000001110000000
-00100000010000000111010010111001
-11011000110000001000110000000000
-11011000101000000100100001110110
-11011111001000000000000101110001
-00100000010000000111111100000001
-01011000000011110000001000001001
-11100000101000011000000000000000
-01011000000100100000000000001001
-11100000101000011000000000000000
-01011000000100000000001000001001
-11100000101000011000000000000000
-01011000000000000000000000001001
-11100000101000011000000000000000
-11011000110000001000110101110001
-11011111001000000000000100001001
-00100000010000000111111100000001
-01110000010010001000110100000000
-01110000010010001000010101101101
-01011000000000000100000000011111
-01100000000000010100100111011011
-01011000000000000110110100000100
-01100000000000010100101001000100
-01011000000000000001011010110000
-01100000000000010100101001001010
-01011000000000000100100001110110
-01100000000000010100010101110101
-00100000011000000000000000000000
-01101000000010001100101100100011
+01110000000100011100010110000000
+00100000001000000000011011110010
+01101000000010001100101101000011
 00100000001000000110100000100101
 01110000100000001000011001000000
 01110000100000001000011100000000
@@ -894,38 +812,46 @@
 01011000000000000000000000000000
 01100000000000100000000111110101
 00100000011000000000000000000000
-00100000010000000000001110111111
+00100000010000000000001101110110
 00100000010000000100010000100011
 01101000000000010100011101111000
 11011000010000001010101001010101
 10011000010001100111110000000000
-00100000001000101000001110110100
+00100000001000101000001101101010
 01100000000010010100011101111000
 00100000010000000100010000011100
-01110000010001110111101000000010
-01101000000000100100101100101010
+01101000000000001100011011100001
+01100000000000001100011101111010
+01101000000000100100101101001010
 01100000000000100100011101111011
-01100000000000100100101111011101
-00100000001000000000001110001101
-00100000010000000000001110111111
-00100000010000000000001110010011
-00100000010000000000001110101011
-00100000010000000000001110010111
-00100000010000000000001110100010
-00100000001000000000001111000100
+01100000000000100100110000001000
+00100000010000000000001101110110
+00100000010000000000001101001001
+00100000010000000000001101100001
+00100000010000000000001101001101
+00100000010000000000001101011000
+11011000010000000000000000000010
+11011010001000000100011111000010
+11011010010000000000000001011111
+01101000000000011100011100000000
+10011010010000001111111000000000
+00100000010000000000001101001101
+00100000010000000000001101011000
+00100000010000000000001101110000
+00100000001000000000001011110110
 01101000000000011100011100000000
 01100000000000011100001000110010
 00100000010000000110010100101010
-00100000001000000000001110100010
+00100000001000000000001101011000
 00011111111000100010011000000000
 00011010001000100111111000000000
 00011111111000001111111111111100
 00011111111000100010010000000000
 11101010010000100000000000000000
-01100000000000100100101100100101
+01100000000000100100101101000101
 00011010011000100111111000000000
 00100000010000000110010101010010
-01101000000000100100101100100101
+01101000000000100100101101000101
 11100010010000100000000000000000
 00100000011000000000000000000000
 01011000000000011000011010100000
@@ -935,7 +861,7 @@
 01100000000100010000000010001100
 01011000000000000000000000000101
 00100000010000000110010011110011
-11000010100000000000001110100010
+11000010100000000000001101011000
 00100000011000000000000000000000
 01011000000000000100011101111111
 11011000010000000100011100100000
@@ -943,137 +869,98 @@
 01101000000000011100011100000000
 11011010001000000100011100100000
 00100000011000000000000000000000
-00100000010000000000001110111111
-00100000010000000000001110101011
+00100000010000000000001101110110
+00100000010000000000001101100001
 00100000001000000110010101100010
-00100000010000000000001110110001
-00100000010000000000001111001101
+00100000010000000000001101100111
+00100000010000000000001101111000
 00100000010000000100001100011010
 01101000000000100100011101111011
-01100000000000100100101111011101
+01100000000000100100110000001000
 00100000011000000000000000000000
-00100000010000000000001101110101
-00100000010000000110010100001011
-11011010001000000100101100100101
-11011000010000000000000010111001
-00100000001000000110010101010110
-00100000010000000000001101110101
+01110000000010101010001010111001
+00100000010000000000001100100011
 00100000010000000110010100001011
-11011010001000000100101100100101
-11011000010000000000000010101011
+11011010001000000100101101000101
+01101000000010001000101010100010
 00100000001000000110010101010110
-11011000010000000000000000000010
-11011010001000000100011111000010
-11011010010000000000000001011111
-01101000000000011100011100000000
-10011010010000001111111000000000
-00100000010000000000001110010111
-00100000010000000000001110100010
-00100000010000000000001110111010
-00100000001000000000001100101001
-00100000010000000000001110111111
+01110000000010101010001010101011
+00100000001000000000001101110001
+00100000010000000000001101110110
 11011000010000000000000000000010
 11011010001000000100011111000010
 11011010010000000000000001011111
 01101000000000011100011100000000
 10011010010000001111111000000000
 00100000001000000110010101100010
-01101000000000001000101010111101
-00101111111011000000000000000011
-00100100001000001000001111011001
-00100000010000000000001100101011
-00100000010000000000001101000110
-01101000000000001100011100100000
-11000000000000000000001111011101
-11000000000000001000001111011101
-00100000001000000000001011111011
-01011000000000000000000000000000
-01100000000000010100101111100010
-00100000010000000000001111100010
-00100000001101000000000110110100
-00100000001000000000000110010000
+01011000000000000000000000000000
+01100000000000010100110000001101
+00100000010000000000001110000100
+00100000001101000000000110110001
+00100000001000000000000110101111
 11011111001000000000000000000010
-11011000110000000100101111011101
+11011000110000000100110000001000
 00100000010000000111111111100111
 01011000000000001111111111111111
 11101000110010010000000000000000
 10011000010001100111110000000000
 00100100010000101111111111101001
-11000010000000000000001111100110
-00100000011000000000000000000000
-01011000000000000000010000000000
-01100000000000010100110011100110
-01011000000000000000010000010111
-01100000000000010100000111101111
-01011000000000000000011001100111
-01100000000000010100000111111001
-01011000000000000000010001000011
-01100000000000010100000111110001
-01011000000000000000001011001000
-01100000000000010100000111101101
-01011000000000000000010010001101
-01100000000000010100000111110101
-01011000000000000000010001101001
-01100000000000010100000111110011
-01011000000000000000010011110000
-01100000000000010100000111101011
-01011000000000000000010100000011
-01100000000000010100000111111101
-01011000000000000011110100110110
-01100000000000010100001000000001
+11000010000000000000001110001000
 00100000011000000000000000000000
 00100000010000000100010000000001
 01101000000000010100011010011111
 00100000011110100000000000000000
-00100000001000000000000001110001
+01110000010011010010000000000001
+01011000000000000000000000000000
+01100000000000010100110100100001
+00100000011000000000000000000000
 11011000110000000001100000000000
 11011000101000000100100000001010
-00100000010000000000010000001100
+00100000010000000000001110011100
 11011000110000000001100100000000
-00100000010000000000010000001100
+00100000010000000000001110011100
 11011000110000000001101000000000
-00100000010000000000010000001100
+00100000010000000000001110011100
 11011000110000000001101100000000
 11011111001000000000000000011011
 00100000001000000111111100000001
 11011000110000000100100000001010
 11011000101000000001100000000000
-00100000010000000000010000001100
+00100000010000000000001110011100
 11011000101000000001100100000000
-00100000010000000000010000001100
+00100000010000000000001110011100
 11011000101000000001101000000000
-00100000010000000000010000001100
+00100000010000000000001110011100
 11011000101000000001101100000000
-00100000001000000000010000001100
+00100000001000000000001110011100
 00100000010000000101100010010010
 00100100011110100000000000000000
 01101000000000001100011011000101
 00011111111000010111111000000011
 11000001100000011000000000000000
 01101000000000001100011110011100
-00100000010110100000010001100110
+00100000010110100000001111110101
 01101000000000100100011011010011
 11000010100000101100000101111001
 00100000010000000011111110010111
 00100100011101000000000000000000
-00100000010000000000010000111110
-00100000001000000000010000101001
+00100000010000000000001111001101
+11011010001000000100011010011010
+00100000010000000111111000111101
+00100000010101000000001110111100
+00100000011000000000000000000000
 01110000010001111010000000000111
 01110000010001111010000100000100
 01011000000000000100011110100000
 01100000000000010100001000011000
 00100000001000000111111000111000
-11011010001000000100011010011010
-00100000010000000111111000111101
-00100000010101000000010000101101
-00100000011000000000000000000000
 01101000000000001100011111000001
 00011111111000001111111000000001
 01100000000000001100011111000001
 00100000011000000000000000000000
 11011010001000000100011010011010
 00100000010000000111111001010100
-00100000001101000000010000110101
+00100000001101000000001111000100
 00100000011000000000000000000000
 00100000010000000101011001010010
 01101000000000001100011111000001
@@ -1095,15 +982,15 @@
 00100000010000000101001001110001
 00100100011110100000000000000000
 01101000000000001100011110011100
-00100000010110100000010001100110
+00100000010110100000001111110101
 01101000000000100100011011010011
 11000010100000101011111110001010
 11000010100001001011111110001010
 00100000010000000011111110010111
 00100100011101000000000000000000
-00100000010000000000010000111110
+00100000010000000000001111001101
 01101000000000001100101100000011
-11000000000000001000010001010101
+11000000000000001000001111100100
 01101000000000001100101100001010
 00100000011110100000000000000000
 00100000001000000011111110000001
@@ -1124,26 +1011,12 @@
 01101000000000101100101100000100
 11100000101000101000000000000000
 00100000011000000000000000000000
-00100000010000000101100000010100
 01110000010001111001110000000001
-00100000001000000000001101000000
+00100000010000000101100000010100
+00100000001000000000001100000000
 00100000010000000111111000110100
-00100000010000000000010010001000
+00100000010000000000010000001001
 00100000001000000011111011100000
-01111001001111111000010000000111
-11011000101000001000000001111000
-00100000010000000110100000110000
-01111001001000000000010000000111
-11011000101000001000000001111100
-00100000010000000110100000110000
-01111001001111111000010000000111
-11011000101000001000000001110000
-00100000001000000110100000110000
-01111001001000000000010000000111
-11011000101000001000000001111000
-00100000010000000110100000110000
-01111001001111111000010000000111
-00100000001000000000010001110000
 01101000000010001100011011100111
 00100000010000000110100000011101
 00100000001000001011110101100010
@@ -1157,143 +1030,87 @@
 01100000000000001100011101111010
 00100000010000000011110101111110
 01110000010001101101111100000010
-00100000001000000000001110001101
+00100000001000000000001100111011
 01101000000010001100011011100111
-00100000010000000000010001101100
-00100000010000000000010001111010
+00100000010000000000010011110010
+00100000010000000000001111111011
 01101000000010001100011011100111
-00100000001000000000010001110101
+00100000001000000000010011111011
 00011010011000100111111000000000
-11000000000010100000010010011111
-11000000000010101000010010100010
-11000000000101001000010010101011
-11000000000110010000010010101101
-11000000001000000000010010110100
-11000000000000100000010010111111
-11000000000010011000010010111111
-11000000000100111000010011000110
+11000000000010100000010000100000
+11000000000010101000010000100011
+11000000000101001000010000100110
+11000000000110010000010000101000
+11000000001000000000010000101010
+11000000000000100000010000101100
+11000000000010011000010000101100
+11000000000100111000010000101110
 11000000000011001011001111011111
-11000000000100001000010011001000
-11000000000000001000010011001110
-11000000000000010000010011010001
-11000000000101011000010011010110
-11000000000111001000010011011011
-11000000000111010000010011100111
-11000000000111100000010011101110
+11000000000100001000010000110000
+11000000000000001000010000110010
+11000000000000010000010000110101
+11000000000101011000010000111000
+11000000000111001000010000111010
+11000000000111010000010000111101
+11000000000111100000010001000001
 00100000001000000100000101111101
-00100000010000000000001100110101
-00100000010000000000010000100100
-00100000001000000100000111000011
-00100000010000000000010011111111
-01011000000000000000000000000111
-01100000000000010100010010010110
-01100000000000010100010010011000
-01110000010001111100010000000000
-01110000010001111001110000000000
-00100000010000000000010000100100
-00100000010000000101100000010110
-00100000001000000100000111011001
+00100000010000000000001100000000
+01110000000100011100010110110000
+00100000001000000000011011110010
+00100000010000000000010001001000
+01110000000100011100010110100010
+00100000001000000000011011110010
 01110000000010101001100100010010
 00100000001000000111110110001111
-01101000000000001100011110011111
-11000000000000001000010010110000
-00100000001000000000010010110010
-00100000010000000000010010101011
-01110000010001101100011000010100
-11011000111000000000000000000001
-00100000001000000100000110111001
-01101000000000010100010100001001
-11000001000000000000000000000000
-01101000000000001000010001000001
-00011111111010110111111000000000
-00011111111001100111110000001100
-00100000011000010000000000000000
-01011000000000000000000000001001
-01100000000000010100010010010110
-01100000000000010100010010011000
-00100000010000000000010010101011
-00100000001000000000010111001111
-01101000000000010100011010000010
-11000011100001100000000000000000
-11000011100000110000000000000000
-11000011100001011000000000000000
-01101000000000100100011011010011
-11000011100000101000000000000000
-00100000001000000011001110100111
+01110000000100011100010110110011
+00100000001000000000011011110010
+01110000000100011100010110100001
+00100000001000000000011011110010
+01110000000100011100010110100011
+00100000001000000000011011110010
 00100000010000000100001110001110
 00100000001000000011001110100111
-01101000000000001100100000001000
-11000001000000010000000000000000
-00011111111000001111111000000001
-01100000000000001100100000001000
-01110000010000011110001100010010
-00100000001000000011010000001110
+01110000000100011100010110110001
+00100000001000000000011011110010
 01110000010010000000100100000000
-00100000010000000000001100110101
+00100000010000000000001100000000
 00100000001000000100001011001010
-01110000010010101111111100000000
-01110000010010110000000100000000
-01110000010010110000101000000000
-00100000010000000000010011111111
-00100000001000000100000111011001
-01101000000000001100100000001000
-11000001100000010000000000000000
-01110000010010000000100000000000
-01110000010000011110001100001110
-00100000001000000011010000001110
-00100000010000000000001100110101
-01110000010001111000101100000001
-11011000111000000000000000000011
-00100000010000000100001111010010
-01011000000000000000000000000000
-01100000000000010100011100000111
-01110000010001101010011100000000
-00100000010000000100000001011101
-00100000010000000000001011110001
-01101000000000100100101111011101
-01100000000000100100011101111011
-00100000001000000000001110001101
-00100000010000000000010011111111
-01110000010011001111010100000000
-00100000010000000000001011110001
-00100000010000000000000111011100
-01110000010000011011110100000000
-00100000010000000000001011010100
-00100000001000000011010000001010
-00100000010000000000001100110101
-00100000001000000011111110001101
-01111000001101000111110000000000
-01101000000100100000000100111000
-01111001001101000111111000011010
-01100000000100100000000001001100
-00100000010000000010110000100001
-00100000010000000000010011111111
-00100000010000000111010010111101
-00100000010000000100010010000010
-00100000010000000011111010011111
-00100000010000000000001011010100
-00100000010000000000001110111010
-01101000000100001000000010000001
-00011111111000010111111011110111
-01100000000100001000000010000001
+00100000010000000000010001001000
+01110000000100011100010110110100
+00100000001000000000011011110010
+01110000000100011100010110110010
+00100000001000000000011011110010
+00100000010000000000001100000000
+01110000000100011100010110010010
+00100000001000000000011011110010
+00100000010000000000010001001000
+01110000010010110100111100000000
+01110000000100011100010110100000
+00100000001000000000011011110010
+00100000010000000000001100000000
+01011000000000000010111011100000
+01100000000000010100011010110000
 00100000011000000000000000000000
+00100000010000000000010001001000
+01110000000100011100010110100100
+00100000001000000000011011110010
 01101000000000001100101011111110
 00100000011110100000000000000000
 01110000010010101111111000000000
-00100000001000000000001101000110
-00100000010000000000010101010010
-00100000010000000000010100010000
-00100000010000000000010100011111
-00100000010000000000010101110110
-00100000010000000000010100110100
+00100000001000000000001100011100
+00100000010000000000010010011100
+00100000010000000000010001011001
+00100000010000000000010001101000
+00100000010000000000010011000010
+00100000010000000000010001111101
 00100000010000000100001000110100
 00100000010000000100001000111010
 00100000010000000100001000110111
-00100000010000000000010100011100
-00100000010000000000010100010100
+00100000010000000000010001100101
+00100000010000000000010001011101
 00100000010000000100001000110001
-00100000010000000000010100010111
-00100000001000000000011101111011
+00100000010000000000010001100000
+00100000001000000000011001110011
 01101000000000001100011100010100
 00100000001110100100001111101011
 01110000010001101100111100001100
@@ -1302,7 +1119,7 @@
 11011010010000000110001101111010
 00100000001000000011001101101101
 11011010011000000100101100001001
-11011010010000000000010100011010
+11011010010000000000010001100011
 00100000001000000011001101101101
 01110000010010110000101000000001
 00100000011000000000000000000000
@@ -1310,12 +1127,12 @@
 11011010010000000011110101100000
 00100000001000000011001101101101
 11011010011000000100100000000111
-11011010010000000000010100100010
+11011010010000000000010001101011
 00100000001000000011001101101101
 01110000010010000000011000000000
 00100000011000000000000000000000
-11011010011000000100101100100100
-11011010010000000000010100100111
+11011010011000000100101101000100
+11011010010000000000010001110000
 00100000001000000011001101101101
 01101000000010001100011100100000
 01101000000000001100011100000011
@@ -1330,9 +1147,9 @@
 00100000001000000100001110111000
 01101000000010001100011011101101
 00100000001000000110100000011101
-00100000010000000000010100110010
-00100100001000001000010100111111
-00100000010000000000010100100100
+00100000010000000000010001111011
+00100100001000001000010010001000
+00100000010000000000010001101101
 01101000000000001100011011011001
 11000001000000000000000000000000
 01110000010001101101100100000000
@@ -1343,10 +1160,11 @@
 00100000001000000111111100001000
 01101000000000001100011011011001
 11000001000000001000000000000000
-01101000000000001100101100100100
-00100100010110100000010101000111
+01101000000000001100101101000100
+00011111111001100111110000011001
+00100100010000010000010010010001
 01101000000000001100011010000101
-01100000000000001100101100100100
+01100000000000001100101101000100
 01110000010001101101100100000001
 00100000011000000000000000000000
 01101000000010001100011100100000
@@ -1356,7 +1174,7 @@
 00100100010000010100001111001100
 01100000000010001100011100100000
 01110000010000011011110100000000
-00100000010000000000001110001101
+00100000010000000000001100111011
 01101000000000100100011011010011
 11000001000001001000000000000000
 00100000001000000100001101111110
@@ -1365,14 +1183,16 @@
 01100000000000001100011011001110
 00011111111001100111110000001010
 00100000011000010000000000000000
+00100000010000000110100010101000
 01110000010001101100111000000000
 00100000010000000110100011101011
 00100000010000000110100100001000
 01100000000000010100011100001111
 11011010001000000100011100001001
-00100000010000000000010101101001
+00100000010000000000010010110101
 01101000000000001100001000110001
-11000011000000000000010101100001
+11000010100000001011010000001010
+11000011000000000000010010101101
 01110000010010101111110100000001
 00100000001000000100001111100111
 00100000010000000100001111101001
@@ -1397,7 +1217,7 @@
 01100000000000001100001000110001
 00100000011000000000000000000000
 11011010011000000100011011011111
-11011010010000000000010101111001
+11011010010000000000010011000101
 00100000001000000011001101101101
 01101000000000001100011011110100
 01100000000000001100011100010101
@@ -1409,50 +1229,63 @@
 01100000000010001100011100010100
 01110000010001110001001100000001
 00100000011000000000000000000000
-01110000010010110010100100000000
+01111000010101000111110000000000
+01011000000000000000000000000000
+01100000000000110100011010011011
+00100000010000000011111110110101
+00100000010000000100000001111001
+00100000010000000100000001111110
+00100000010000000000010011011001
+00100100001101000000011100001111
+00100000010000000000011100010010
+00100000001000000011111110100000
+00100000010000000000010011011011
+00100000001000000100000010011010
+11011010001000000000000000000000
+00100000010000000000010011100000
+00100000010000000000010011100110
+00100000010000000000010011101100
+00100000001000000100000010001110
+01101000000010001100011011100010
+00100000010000000000010011111011
+01101000000010001100011011100010
+00100000010000000110100000011101
+01111001001000001010001000000000
+00100000011000000000000000000000
+01101000000010001100011011100011
+00100000010000000000010011111011
+01101000000010001100011011100011
+00100000010000000110100000011101
+01111001001000001010001000000001
+00100000011000000000000000000000
+01101000000010001100011011100100
+00100000010000000000010011111011
+01101000000010001100011011100100
+00100000010000000110100000011101
+01111001001000001010001000000010
+00100000011000000000000000000000
+01111001001111111000010000000111
+11011000101000001000000001111000
+00100000010000000110100000110000
+01111001001000000000010000000111
+11011000101000001000000001111100
+00100000010000000110100000110000
+01111001001111111000010000000111
+11011000101000001000000001110000
+00100000001000000110100000110000
+01111001001000000000010000000111
+11011000101000001000000001111000
+00100000010000000110100000110000
+01111001001111111000010000000111
+00100000001000000000010011110110
+01110000010010110100100100000000
 00101000000011111111111000100110
-00100000010000001000000111011100
+00100000010000001000000110111100
 00100000001000000100001001101101
-00100000010000000110100010100010
-01101000000000010100001000011101
-00100100001110100000010110001011
-01011000000000000001000100100010
-01100000000000010100011111000010
-00100000011000000000000000000000
-00100000010000000000001011110001
-01110000010001111001110000000000
-01101000000000010100011010000010
-11000010100001011000010110011001
-00100000010000000000001111001101
-01101000000010010100011111000010
-00011000010000001000010000000001
-01100000000010010100011111000010
-01100000000010010100010010100001
-00100000010000000000001111000100
-00011000000010100111111000000000
-01100000000000001100010010100000
-00100000010000000011010000011000
-01101000000000010100011010000111
-01100000000000010100011010101100
-01110000000000010110110100000110
-01011000000000000000000000000000
-01100000000000010100011010110000
-01100000000000010100011010101110
-11011000111000000000000000000111
-00100000010000000100001111001110
-00100000010000000100001111001010
-01101000000000001100000010010010
-00101111111011111111111000000001
-00100000010000001000010110101000
-01110000010010110010111000000000
-00100000001000000100001011000100
-01110000010001111001111100000000
-00100000010000000000001100010111
-01011000000000000000000000000101
-11100000110000001000000000000000
-11011000110000000100101100010000
-00100000010000000000010110101111
-00100000001000000111110111110100
+01110000000100011100010110000001
+00100000001000000000011011110010
+01110000000100011100010101010000
+00100000001000000000011011110010
 11011000101000000100001101111011
 11011111001000000000000000010011
 00100000010000000111111100000001
@@ -1460,7 +1293,7 @@
 01011000000000000000000000000000
 01100000000000010100011010101100
 01100000000000001100011100010100
-00100000010000000000001101000000
+00100000010000000000001100010101
 00100000001000000100001011001011
 01101000000000001100010100001111
 00011111111000001111111000000001
@@ -1468,7 +1301,7 @@
 11000000000001100101001110010101
 00100000010000000101010110101010
 00100000010000000101011000011110
-00100000010000000000011110011101
+00100000010000000000011010010101
 00100000001000000101001110001111
 01101000000000001000000000010110
 00011111111000001111111000000001
@@ -1477,61 +1310,34 @@
 01110000000000000001011000100101
 00100000011000000000000000000000
 00100000010000000010100110111011
-00100000010000000000000000100111
+00100000010000000000000001101010
 00100000001000000101010010100011
-00100000010000000000010111010001
-00100000001000000101010101111101
-01101000000000001100011111000101
-01100000000000001100000101110010
-01110000010001111100010000000000
-00100000011000000000000000000000
-01110000010001111100010000000001
-00100000011000000000000000000000
-01101000000000001100001111010110
-00011111111001100111110000001100
-00100100001000010000010111001111
-01101000000000001100001111011000
-01101000000010001100011111000101
-10011000010001100111110000000000
-00100000001000010000010111001011
-01101000000000001100001111011000
-01100000000000001100000101110010
-00100000001000000000010111001101
-01101000000000001000010000111111
-11000100000000110000000000000000
-00100000010000000000010111100000
-00100100011101000000000000000000
-00100000001000000101010110100000
-01111000001101000111110000000000
-01101000000000001000010001011010
-00011111111100011111111000000000
-11000001100001111000000000000000
-01101000000000001000010001100000
-00011111111100011111111000000000
-11000001100000000000000000000000
-00100000001000000111111111101001
+01110000000100011100010101000000
+00100000001000000000011011110010
+01110000000100011100010101000001
+00100000001000000000011011110010
 01101000000000001000010001010110
-11000010100000101000010111111100
-00100000010000000000011110001111
+11000010100000101000010100111010
+00100000010000000000011010000111
 01101000000000001100011110001110
-00100100001110100000010111110010
+00100100001110100000010100110000
 01101000000000001000010000111111
-11000011000000100000010111110110
+11000011000000100000010100110100
 01101000000000001000001011011010
-00100000001110100000010111110110
+00100000001110100000010100110100
 00100000001000000101011001100100
 01101000000000001100011110001110
 00011111111000001111111111111111
 01100000000000001100011110001110
 00100000001000000101011001100100
 01101000000000001100010011000100
-11000000100000101000010111111001
+11000000100000101000010100110111
 01110000010001111000111000000011
 00100000010000000101100010010010
-00100000010110100000010000110001
+00100000010110100000001111000000
 00100000001000000101011000100010
-00100000010000000000010111111110
-00100000001000000000011000001010
+00100000010000000000010100111100
+00100000001000000000010101001000
 01101000000000001100011011000101
 00011111111000010111111000000011
 11000001100000011000000000000000
@@ -1544,13 +1350,13 @@
 01100000000000001100001111011100
 00100000010000000101011001010000
 00100000011000000000000000000000
-00100000001000000000011110010011
+00100000001000000000011010001011
 01101000000000001100011110011111
 00100000011110100000000000000000
 01101000000000001100011011000101
 00011111111000010111111000000011
 11000001000000011000000000000000
-01110000010001101100011000001010
+01110000010001101100011000000001
 00100000011000000000000000000000
 11000110000001111000000000000000
 00100000010000000101100010010000
@@ -1565,10 +1371,10 @@
 00011000110000100111111000000000
 01100000000000010100010100001101
 01101000000000001100010100001100
-11000000000000011000011000100001
+11000000000000011000010101011111
 00100000001000000101011010001101
 01101000000000001000001011011011
-11000000000000001000011000100100
+11000000000000001000010101100010
 00100000001000000101110001100101
 11101000110000101000000000000000
 01100000000000101100001111001110
@@ -1576,18 +1382,18 @@
 01100000000000010000010001011111
 00100000001000000101110010001010
 11101000110000010000000000000000
-11000000000000100000011000101101
-11000000000000110000011001001010
+11000000000000100000010101101011
+11000000000000110000010110011000
 00100000001000000101011010011000
 00100000010000000111111010100101
-00100000010000000000011000001011
+00100000010000000000010101001001
 00100000010000000111111010011111
 11101000110000011000000000000000
 01100000000000011000010001110111
-11000000000010000000011000111100
+11000000000010000000010101111010
 00011111111011001000010000000000
 00011000010001100111110000100100
-00100000001000010101100010101101
+00100000001000010000010110001000
 11011000010000000100011111000110
 01100000000010010100010010111100
 00100000010000000101100010101101
@@ -1608,17 +1414,30 @@
 01011000000000000000000000101011
 11100000110000010000000000000000
 00100000011000000000000000000000
+11000000000001010000010110001010
+00100000001000000101100010101101
+01101000000010010000010001111000
+01101000000000001100010011101001
+11000010100000011000010110010001
+01101000000000010000010001111000
+11000000000010011101101001110110
+01101000000010010000010001111000
+00100000001000000101100110111111
+01101000000000010100010011111010
+10011000010001100111110000000000
+00100100001000101000010110001101
+00100000010000000101101001000010
+00100100001101000000010110001101
+01110000000001000111101000000101
+00100000001000000101101001110111
 11101000110000001000000000000000
-11000000000000101000011001001101
+11000000000000101000010110011011
 00100000001000000101101011110101
-00100000010000000101101101011010
-01101000000000001000010000111111
-01111001001111111111111000000101
-01100000000000001000010000111111
-00100000001000000101110010001110
+01110000000100011100010110000010
+00100000001000000000011011110010
 01101000000000001000000000010110
 11000000100100111101011011110010
-00100000010000000000011001011000
+00100000010000000000010110100011
 11011000111000000000000000000000
 01101000000000010100010010000010
 00100000001000000111111100001000
@@ -1628,7 +1447,7 @@
 00011111111000001111111011111010
 00100000001000000011110010111110
 01111000010101011111110000000000
-00100000001101110000011001100000
+00100000001101110000010110101011
 00100100001101101101100000000110
 00100000010000000010101111001011
 01101000000000010100000011000001
@@ -1652,7 +1471,7 @@
 00100000010000000110001111101110
 00011000010000010000010011111101
 00100000000000000000000000001101
-00100000010000000000011001111010
+00100000010000000000010111000101
 01100000000110001000000001110011
 00100000011000000000000000000000
 00100000010000000110010011011101
@@ -1662,19 +1481,8 @@
 01111001001111111111111000000011
 01100000000100001000000010000001
 00100000011000000000000000000000
-01101000000000001000000000001110
-00011111111000001111111000000001
-01100000000000001000000000001110
-00100000010000000010010000110101
-01111001001000000000000000101100
-00100000010000000010001011110010
-00100000001011000000011010001011
-01111001001111111000000000101100
-00100000010000000010010001010101
-00100100001110100000011010000100
-00100000001000000010000011111100
-01111001001111111000000000101100
-00100000001000000010000101011111
+01110000000100011100010100000000
+00100000001000000000011011110010
 00100000010000000010000111001001
 00100100011101000000000000000000
 01111000010101000111110000000000
@@ -1683,10 +1491,10 @@
 01111001001111111000000000101101
 00100000010000000010101001001111
 00100000010000000010001011100110
-11000101000001011000011010011010
+11000101000001011000010111011010
 00100000010000000010010001010101
-00100100001110100000011010010011
-11000101000101101000011010100010
+00100100001110100000010111010011
+11000101000101101000010111100010
 00100000001000000010000111101100
 00100000010000000010101001001101
 11011000001000000000000000010000
@@ -1695,26 +1503,33 @@
 01111001001111111000000000001011
 00011000000000000000100000000001
 01110000000000000001000100000010
-00100000001000000000011010010011
+00100000001000000000010111010011
 01101000000000100000000101100101
 00011111111000001111111000001000
 01100000000000100000000101100101
 00100000001000000010000111111000
 11000101000101100010011001001101
 00100000001000000010010110001111
+00100000010000000011001110101111
+00100000010000000010011011101001
+01110000000010101001100100000010
+00100000010000000111110110000110
+00100000010000000101110011110111
+00100000010000000100110101101011
+00100000001000000010010001101110
 01101000000000001000000000110000
 00101111111011111111111000000000
-00100000010000001000011010101100
+00100000010000001000010111110011
 00100000001000000010010010001010
 01101000000000001000000001000111
 00101111111011111111111000000011
-00100000010000001000011110010011
-00100100010000001000011110001111
-00100000001000000000011110011101
+00100000010000001000011010001011
+00100100010000001000011010000111
+00100000001000000000011010010101
 00100000010000000010010011110000
 00100100001011000010100011111001
 00100000010000000010100110111011
-00100000010000000000000000100111
+00100000010000000000000001101010
 00100000001000000010010100011000
 11000110000100110000000000000000
 00100000010000000010101011111010
@@ -1726,7 +1541,7 @@
 00011111111001100111110000001010
 00100000011000010000000000000000
 01101000000000001100011001011010
-00100000001110100000011011000011
+00100000001110100000011000001010
 01101000000000001100010110110001
 00100000011110100000000000000000
 01101000000000001100010011000000
@@ -1753,48 +1568,18 @@
 11000101100001101010101111011110
 00100000010000000101001001110100
 00100100001110100010101111011110
-00100000010110100000011011011101
+00100000010110100000011000100100
 00100000001000000010101110111110
 01110000000000001000101000000001
 01110000000000001000101100000000
 00100000011000000000000000000000
-01110000010010000000100000000000
-01110000010000011110001100001110
-00100000010000000100000111100111
-01101000000000010100001000001000
-11000010100000111100000111110101
-11000010100000000011001110101001
-11000010100000001000011011101010
-11000010100000010000011011101101
-11000010100000011000011011101101
-00100000001000000100001010110000
-11000010100000101000011011101101
-11000010100000011000011011101101
-00100000001000000100001010110000
-01101000000000010100011010000010
-11000010100001100100001010110000
-00100000010000000011001110101001
-00100000010000000000010100110010
-00100000011000001000000000000000
-00100000001000000011001110100111
-01101000000000010000001001100100
-00011111111000100000110000000000
-11101000110000001000000000000000
-01100000000000001100101100000010
-00011111111000010000010000001111
-00011111111100011111111000000000
-11000000000000111000011011111011
-00100000001000000100110100111001
-00100000010000000100110101010011
-01110000010010110000001100000000
-01101000000000001100101100000010
-00101111111011111111111000000000
-00100000011000001000000000000000
-01110000010010110000001100000001
-00100000011000000000000000000000
+01110000000100011100010100010000
+00100000001000000000011011110010
+01110000000100011100010100010001
+00100000001000000000011011110010
 01101000000000001000010101010010
 01100000000000001000010011001001
-11000000000010011000011100000110
+11000000000010011000011000101111
 00100000001000000101110110110100
 00100000010000000101110111001111
 01110000010010101111111100000001
@@ -1802,71 +1587,22 @@
 00100000011110100000000000000000
 01110000010010110000000100000010
 00100000011000000000000000000000
-01111000010101000111110000000000
-00100000010000000110001011000001
-01101000000000001000000001001000
-00100000011110100000000000000000
-11000010100000111000011100010110
-11000000000000011000011100101101
-11000000000110001000011100100010
-11000000000010111000011100100100
-11000000000000111000011100100110
-00100000001000000110000000010000
-11000000010000100000011100011001
-11000000010000011000011100011100
-00100000001000000110000000111111
-00100000010000000000011100011111
-01101000000000001000000001001000
-00100000001000000110000010011001
-00100000010000000000011100011111
-01101000000000001000000001001000
-00100000001000000110000100001101
-01101000000000001100011001011010
-00100000001110100110000100101011
-00100000001000000110000100100100
-01110000010010110000000100000001
-00100000001000000110000111000011
-01110000010010110000100100000100
-00100000001000000110000110100100
-00100000010000000110000101010010
-01101000000000001100101100101110
-00100000011110100000000000000000
-01101000000000001000000001001011
-01111001001111111111111000000011
-01100000000000001000000001001011
-00100000001000000000001101000110
-00011000000000000111111000000010
-00100000010000000110001010011000
-01101000000000001000000001001001
-11100000101000001000000000000000
-01100000000000001100101011111100
-00100000010000000110001010100111
-01101000000000001100101011111100
-11000000000101110000011100110110
-00100000001000000110000001010001
-01101000000000001100101011111111
-00100000011110100000000000000000
-01110000010010101111111100000000
-01101000000000001100101100000001
-11000001100000010000000000000000
-01110000010010110000000000000001
-00011100010000100111111000000000
-01100000000000100000010011101001
-00100000011000000000000000000000
+01110000000100011100010100100000
+00100000001000000000011011110010
 00100000010000000110001010111100
 00100100011110100000000000000000
 01101000000000001000000001010101
 00100000011110100000000000000000
-11000000000000100000011101100001
-11000000000010000000011101000110
+11000000000000100000011001011001
+11000000000010000000011000111110
 00100000001000000110001100100000
 01101000000000001100010101011011
 11000001000000000000000000000000
-11000000000000001000011101001010
+11000000000000001000011001000010
 00100000001000000110001101011111
 00100000011101001000000000000000
 01101000000000001000000101101101
-11000010100000000000011101001110
+11000010100000000000011001000110
 00100000001000000110001110011001
 01101000000000001100101100000001
 11000000000000001110001110011101
@@ -1883,7 +1619,7 @@
 10011000010000001000010000000000
 00011100010000100111111000000000
 10011000010001100111110000000000
-00100100001000010000011101011111
+00100100001000010000011001010111
 00100000001000000110001101001001
 01110000010010110000000000000001
 00100000011000000000000000000000
@@ -1893,16 +1629,16 @@
 00100100001110100111110111011011
 01101000000000001000101010011001
 11000101100001001111110111010110
-11000000000011111000011101101110
-11000000000100000000011101110001
-11000000000010010000011101101011
+11000000000011111000011001100110
+11000000000100000000011001101001
+11000000000010010000011001100011
 00100000001000000111110111001010
 00100000010000000101100010010000
 00100100011110100000000000000000
 00100000001000000101101010111111
 01110000000000011000010100110100
 01101000000000110000010001001111
-00100000001000000000011101110011
+00100000001000000000011001101011
 01110000000000011000010100110011
 01101000000000110000000001000000
 01100000000000110000000110000110
@@ -1912,12 +1648,12 @@
 00100000010000000100001111010010
 00100000010000000100001011101000
 00100000010000000100001011111011
-00100000001000000000001110001101
-01101000000000001100101100101001
+00100000001000000000001100111011
+01101000000000001100101101001001
 00100000011110100000000000000000
 00011111111000001111111111111111
-01100000000000001100101100101001
-00100100001110100000011110000101
+01100000000000001100101101001001
+00100100001110100000011001111101
 01101000000000001100011100100000
 11000000000000001100010001111010
 11000000000000010100010001111110
@@ -1928,65 +1664,65 @@
 11000000000000010100010010001100
 11000000000000011100010010001111
 00100000001000000100010010001001
-01110000010010110010100100000000
+01110000010010110100100100000000
 00100000011000000000000000000000
-01110000010011001111000100000001
-01110000010011001110111000000000
+01110000010011010001110000000001
+01110000010011010001100100000000
 00100000011000000000000000000000
-01101000000000001100110011101110
+01101000000000001100110100011001
 00011111111000001111111000000001
-01100000000000001100110011101110
+01100000000000001100110100011001
 00100000011000000000000000000000
-01101000000000001100110011101110
+01101000000000001100110100011001
 00011111111001100111110000000010
-00100100010000010000011110011011
-01101000000000001100110011101110
+00100100010000010000011010010011
+01101000000000001100110100011001
 11000001000000000000000000000000
 00011111111000001111111111111111
-01100000000000001100110011101110
+01100000000000001100110100011001
 00100000011000000000000000000000
-01110000010011001110111000000011
+01110000010011010001100100000011
 00100000011000000000000000000000
 01101000000000010100011010000010
 11000011100001011000000000000000
 11000011100000111000000000000000
 11000011100000110000000000000000
-11011010001000000100110001110111
-00100000010000000000001010110111
-01100000000010001100110011101111
+11011010001000000100110010100010
+00100000010000000000001010010111
+01100000000010001100110100011010
 01011000000000000000000010000010
-11000101000100110000011110100111
+11000101000100110000011010011111
 01011000000000000000000010000000
 10011000010001100111110000000000
-00100100001000010000011110111111
-01101000000000001100110011101110
+00100100001000010000011010110111
+01101000000000001100110100011001
 00011111111001100111110000000010
-00100100001000010000011110101111
-01101000000000001100110011101110
-11000000000000000000011111000000
+00100100001000010000011010100111
+01101000000000001100110100011001
+11000000000000000000011010111000
 00100000011000000000000000000000
-01101000000000001100110011101110
+01101000000000001100110100011001
 11000001100100000000000000000000
-01110000010011001110111000000000
-01101000000010001100110011101111
+01110000010011010001100100000000
+01101000000010001100110100011010
 01011000000000000000000001110111
-11000101000100110000011110110110
+11000101000100110000011010101110
 01011000000000000000000001110101
 10011000010001100111110000000000
 00100100011000010000000000000000
-01101000000000001100110011110001
-11000000000000000000011111000111
+01101000000000001100110100011100
+11000000000000000000011010111111
 00011111111000001111111111111111
-01100000000000001100110011110001
-11000000000000000000011111000111
+01100000000000001100110100011100
+11000000000000000000011010111111
 01110000010000011101111000000000
 00100000011000000000000000000000
-01110000010011001110111000000000
-01101000000000001100110011110001
-11000000000000010000011111000101
+01110000010011010001100100000000
+01101000000000001100110100011100
+11000000000000010000011010111101
 00011111111000001111111000000001
-01100000000000001100110011110001
-11000000000000001000011110111101
+01100000000000001100110100011100
+11000000000000001000011010110101
 01110000010000011101111000000010
 00100000011000000000000000000000
 01110000010000011101111000000100
@@ -2007,20 +1743,20 @@
 00100000000000000000000000001010
 01110000100010010000001001111101
 01101000000000001100000111011110
-11000000000000010000011111100001
-11000000000000100000011111100110
-11000000000100000000011111110101
-00100000010000000000011111101011
+11000000000000010000011011011001
+11000000000000100000011011011110
+11000000000100000000011011101101
+00100000010000000000011011100011
 01110000100010010101010111010000
 01110000100010010101011011100000
 01110000100010010101100001101100
 00100000001000000010100101001011
-00100000010000000000011111110000
+00100000010000000000011011101000
 01110000100010010101010111010000
 01110000100010010101011011100000
 01110000100010010101100000111100
 00100000001000000010100101010011
-00100000010000000000011111101011
+00100000010000000000011011100011
 01110000100010010101010111010000
 01110000100010010101011011000000
 01110000100010010101100001101100
@@ -2040,6 +1776,270 @@
 00100000011000000000000000000000
 00011000000000000010101000001000
 00100000001000000010100011111010
+01101000000010001001000111000101
+00011000010100011000010000000000
+01101000000000001100101101010000
+10011000010001100111110000000000
+00100000001000101000011100001101
+01100000000010001100101101010000
+00011000010000001000010000000001
+01011000000000000000000100000000
+10011000010011111000010000000000
+01101000000000011100101101010001
+10011000010001100111111000000000
+01101000000010011100101101010100
+10011000010000001111111000000000
+00011111111000001111111111111011
+01100000000000011100101101010111
+00100000010000000000001101110110
+01101000000000011100101101010111
+11011000010000000000000100000000
+11011010001000000001111100000000
+00100000010000000110010101100010
+00100000010000000000001011110110
+01011000000000000001111100000000
+01100000000000010100000110011001
+01110000010000011001101101000000
+00100000010000000110010011001010
+01011000000000000000000000000000
+01100000000000100100000110011001
+01101000000000001001000111000101
+00100000001000000000000000000001
+11011111001000000000000000000101
+11011000101000000100101100001011
+00100000001000000111111011010100
+01101000000000100100011010011011
+00100000011110100000000000000000
+00100000010000000000011101100011
+01011000000000000000000000000110
+00100000010000000000011101010110
+01011000000000000000000000000011
+00100000010000000000011101011100
+01101000000000001100101100001011
+11000000000000001000011100011100
+00100000001000000000011100001111
+01101000000000010100101100001100
+01100000000000010001000110111110
+01101000000000010100011010011011
+01100000000000010001000111000000
+00100000010000000000011100101111
+01101000000000010001000110111110
+01100000000000010100101100001100
+01101000000000010001000111000000
+01100000000000010100011010011011
+01101000000000010100101100001110
+01100000000000010001000110111110
+01101000000000010100011010011101
+01100000000000010001000111000000
+00100000010000000000011100101111
+01101000000000010001000110111110
+01100000000000010100101100001110
+01101000000000010001000111000000
+01100000000000010100011010011101
+00100000011000000000000000000000
+01101000000000010001000110111110
+01101000000010010001000111000000
+10011000010000001111111000000000
+01100000000000011001000111000010
+00101111111011111111111000010000
+00100000001000001000011100111100
+01101000000000001001000111000011
+11000000011111111000011101000011
+01101000000000001001000111000010
+00011111111000110111111000000000
+01100000000000010001000110111110
+01100000000000010001000111000000
+00100000011000000000000000000000
+01101000000000001001000111000011
+11000000000000000000011101000000
+01101000000000011001000111000010
+00100000001000000000011100111000
+01110000000100011100010000000000
+01101000000000001001000111000010
+00100000001000000000011100111000
+01101000000000001001000111000010
+00100000010000000000011101001110
+01100000000000001001000110111110
+01100000000000001001000111000000
+00100000001110100000011101001100
+01011000000000000000000011111111
+01100000000000001001000110111111
+01100000000000001001000111000001
+00100000011000000000000000000000
+01011000000000000000000000000000
+00100000001000000000011101001001
+00011111111001100111111000000000
+01100000000000001000101010101110
+01101000000000001000101010101110
+00011111111000110111111000000000
+01100000000000001000101010101110
+01101000000000001000101010101110
+00011111111001100111111000000000
+00100000011000000000000000000000
+10011010001001100111110000000000
+00100100001000010000011101100001
+10011010010001100111110000000000
+00100100001000010000011101100001
+01110000010010110000101100000000
+00100000011000000000000000000000
+10011010001001100111110000000000
+00100100011000010000000000000000
+10011010010001100111110000000000
+00100100011000010000000000000000
+00100000001000000000011101011010
+01110000010010110000101100000001
+00100000011000000000000000000000
+01101000000000010100011010011011
+01100000000000010001000111000000
+00100000010000000000011101101100
+00011111111000100010001000000000
+01101000000000010100011010011101
+01100000000000010001000111000000
+00100000010000000000011101101100
+00011111111000100010010000000000
+00100000011000000000000000000000
+01101000000000001001000111000001
+11000000011111111000011101110001
+01101000000000001001000111000000
+00011111111000010111111011111111
+00100000011000000000000000000000
+01101000000000010001000111000000
+00011111111001100111111000000000
+00100000001000000000011101101111
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
                                 
                                 
                                 
@@ -32764,3 +32764,753700 @@
 11100000101000001000000000000000
 11000010000000000111111111111001
 00100000011000000000000000000000
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000000000000000000000000011
+00100000011000000000000000000000
+01101000000000001000000000001110
+00011111111000001111111000000001
+01100000000000001000000000001110
+00100000010000000010010000110101
+01111001001000000000000000101100
+00100000010000000010001011110010
+00100000001011000000000000001110
+01111001001111111000000000101100
+00100000010000000010010001010101
+00100100001110100000000000000111
+00100000001000000010000011111100
+01111001001111111000000000101100
+00100000001000000010000101011111
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000000010000000000000000100
+11000000000010001000000000010111
+00100000011000000000000000000000
+01110000010010000000100000000000
+01110000010000011110001100001110
+00100000010000000100000111100111
+01101000000000010100001000001000
+11000010100000111100000111110101
+11000010100000000011001110101001
+11000010100000001000000000001110
+11000010100000010000000000010001
+11000010100000011000000000010001
+00100000001000000100001010110000
+11000010100000101000000000010001
+11000010100000011000000000010001
+00100000001000000100001010110000
+01101000000000010100011010000010
+11000010100001100100001010110000
+00100000010000000011001110101001
+00100000010000000000010011011011
+00100000011000001000000000000000
+00100000001000000011001110100111
+01101000000000010000001001100100
+00011111111000100000110000000000
+11101000110000001000000000000000
+01100000000000001100101100000010
+00011111111000010000010000001111
+00011111111100011111111000000000
+11000000000000111000000000011111
+00100000001000000100110100111001
+00100000010000000100110101010011
+01110000010010110000001100000000
+01101000000000001100101100000010
+00101111111011111111111000000000
+00100000011000001000000000000000
+01110000010010110000001100000001
+00100000011000000000000000000000
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000000100000000000000000011
+00100000011000000000000000000000
+01111000010101000111110000000000
+00100000010000000110001011000001
+01101000000000001000000001001000
+00100000011110100000000000000000
+11000010100000111000000000001101
+11000000000000011000000000100100
+11000000000110001000000000011001
+11000000000010111000000000011011
+11000000000000111000000000011101
+00100000001000000110000000010000
+11000000010000100000000000010000
+11000000010000011000000000010011
+00100000001000000110000000111111
+00100000010000000000000000010110
+01101000000000001000000001001000
+00100000001000000110000010011001
+00100000010000000000000000010110
+01101000000000001000000001001000
+00100000001000000110000100001101
+01101000000000001100011001011010
+00100000001110100110000100101011
+00100000001000000110000100100100
+01110000010010110000000100000001
+00100000001000000110000111000011
+01110000010010110000100100000100
+00100000001000000110000110100100
+00100000010000000110000101010010
+01101000000000001100101101001110
+00100000011110100000000000000000
+01101000000000001000000001001011
+01111001001111111111111000000011
+01100000000000001000000001001011
+00100000001000000000001100011100
+00011000000000000111111000000010
+00100000010000000110001010011000
+01101000000000001000000001001001
+11100000101000001000000000000000
+01100000000000001100101011111100
+00100000010000000110001010100111
+01101000000000001100101011111100
+11000000000101110000000000101101
+00100000001000000110000001010001
+01101000000000001100101011111111
+00100000011110100000000000000000
+01110000010010101111111100000000
+01101000000000001100101100000001
+11000001100000010000000000000000
+01110000010010110000000000000001
+00011100010000100111111000000000
+01100000000000100000010011101001
+00100000011000000000000000000000
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000000110000000000000000011
+00100000011000000000000000000000
+00100000010000000110001010111100
+00100100011110100000000000000000
+01101000000000001000000001010101
+00100000011110100000000000000000
+11000000000000100000000000100101
+11000000000010000000000000001010
+00100000001000000110001100100000
+01101000000000001100010101011011
+11000001000000000000000000000000
+11000000000000001000000000001110
+00100000001000000110001101011111
+00100000011101001000000000000000
+01101000000000001000000101101101
+11000010100000000000000000010010
+00100000001000000110001110011001
+01101000000000001100101100000001
+11000000000000001110001110011101
+01101000000000001100000110111101
+00100000001110100110001110101001
+01101000000000001000010011010001
+11000100000000011000000000000000
+11000100000000010000000000000000
+01101000000000001100101100000000
+00100000011110100000000000000000
+01110000010010110000000000000000
+01101000000000100000010011101001
+11011000010000000000000000010100
+10011000010000001000010000000000
+00011100010000100111111000000000
+10011000010001100111110000000000
+00100100001000010000000000100011
+00100000001000000110001101001001
+01110000010010110000000000000001
+00100000011000000000000000000000
+01110000010010000000100100010100
+00100000001000000110001101101111
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000001000000000000000000100
+11000000001000001000000000010110
+00100000011000000000000000000000
+00100000010000000000000000001100
+00100000001000000101010101111101
+01101000000000001100011111000101
+01100000000000001100000101110010
+01110000010001111100010000000000
+00100000011000000000000000000000
+01110000010001111100010000000001
+00100000011000000000000000000000
+01101000000000001100001111010110
+00011111111001100111110000001100
+00100100001000010000000000001010
+01101000000000001100001111011000
+01101000000010001100011111000101
+10011000010001100111110000000000
+00100000001000010000000000000110
+01101000000000001100001111011000
+01100000000000001100000101110010
+00100000001000000000000000001000
+01101000000000001000010000111111
+11000100000000110000000000000000
+00100000010000000000000000011011
+00100100011101000000000000000000
+00100000001000000101010110100000
+01111000001101000111110000000000
+01101000000000001000010001011010
+00011111111100011111111000000000
+11000001100001111000000000000000
+01101000000000001000010001100000
+00011111111100011111111000000000
+11000001100000000000000000000000
+00100000001000000111111111101001
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000001010000000000000000011
+00100000011000000000000000000000
+00100000010000000000001011011100
+01110000010001111001110000000000
+01101000000000010100011010000010
+11000010100001011000000000001111
+00100000010000000000001101111000
+01101000000010010100011111000010
+00011000010000001000010000000001
+01100000000010010100011111000010
+01100000000010010100010010100001
+00100000010000000000001101000000
+00011000000010100111111000000000
+01100000000000001100010010100000
+00100000010000000011010000011000
+01101000000000010100011010000111
+01100000000000010100011010101100
+01110000000000010110110100000110
+01011000000000000000000000000000
+01100000000000010100011010110000
+01100000000000010100011010101110
+11011000111000000000000000000111
+00100000010000000100001111001110
+00100000010000000100001111001010
+01101000000000001100000010010010
+00101111111011111111111000000001
+00100000010000001000000000100001
+01101000000000001100000010010010
+00101111111011111111111000000000
+00100000010000001111110111011101
+01110000010010110100111000000000
+00100000001000000100001011000100
+01110000010001111001111100000000
+00100000010000000000001011101101
+01011000000000000000000000000101
+11100000110000001000000000000000
+11011000110000000100101100010000
+00100000010000000000010100001000
+00100000001000000111110111110100
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000001100000000000000000100
+11000000001100001000000000011111
+00100000011000000000000000000000
+01111001001111111000000000100110
+00100000010000000000000111010011
+00100000010000000000000111110010
+01101000000000001100101111110000
+11000001111111111000000000000000
+00100000010000000000000110110011
+00100000000000000000011111010000
+00100000010000000000010001111011
+00100000001000001000010001111101
+01101000000000001100110000001110
+11000010100000100000000110100010
+00100000010000000000000101111100
+00100100001011000000000000011001
+00100100001101111000000000011001
+01111001001000000000000000100110
+01011000000000000000000000000000
+01100000000000010100110000001101
+01110000000010101001100100111100
+00100000010000000111110110000110
+00100000010000000000000101110111
+00100000001000000000001110010000
+00100000010000000100010010001001
+01101000000000010100110000001101
+00011111111000001111111000000001
+01100000000000010100110000001101
+00100000010000000000000111110010
+00100000001000000000000000001010
+11000110000100110000000000000000
+00100000010000000100010010000010
+11011000111000000000000000000011
+00100000010000000100001111001110
+01011000000000000000000000000000
+01100000000000010100011010101110
+01100000000000001100011010110100
+01100000000000010100110000001101
+00100000010000000100001011001010
+00100000001000000000000000101001
+01111001001000000000000000100110
+00100000010000000000000000101101
+01110000010010111111000000000001
+00100000011000000000000000000000
+01110000010000011101111000100000
+01110000010010111101111100000000
+01110000010010111110101001001110
+01101000000000100100101111101100
+00100000001000000000000111010010
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000001110000000000000000011
+00100000011000000000000000000000
+01111001001111111000000000100110
+00100000010000000000000000100110
+00100000010000000000000110110011
+00100000000000000000011111010000
+00100000010000000000010001111011
+00100000001000001000010001111101
+01101000000000001100110000001110
+11000010100000100000000110100010
+00100000010000000000000101111100
+00100100001011000000000000011011
+00100100001101111000000000011011
+00100000010000000000000110100100
+00100000010000000000001011011100
+01101000000000100100110000001000
+01101000000010100100101111101100
+10011000010001100111110000000000
+00100000001000101000000000110000
+01111001001000000000000000100110
+01011000000000000000000000000000
+01100000000000010100110000001101
+01110000000010101001100100111100
+00100000010000000111110110000110
+00100000010000000000000101110111
+00100000001000000000001110010000
+00100000010000000100010010001001
+01101000000000010100110000001101
+00011111111000001111111000000001
+01100000000000010100110000001101
+01101000000000001100110100011110
+00011111111000001111111000000001
+00011111111000010111111000000001
+01100000000000001100110100011110
+11000000000000000000000000101100
+11000000000000001000000000101110
+00100000011000000000000000000000
+01110000010000011101111000100000
+01011000000000000000111100001111
+01100000000000010100110000001000
+11100000101000010000000000000000
+00100000010000000000000111010011
+00100000001000000000000111110010
+00100000010000000000000000100110
+00100000001000000000000000000110
+00100000010000000000000000110100
+00100000001000000000000000000110
+01111001001000000000000000100110
+00100000010000000000000000110100
+01110000010010111111000000000001
+00100000011000000000000000000000
+01110000010000011101111000100000
+01110000010010111101111100000000
+01110000010010111110101001001110
+01101000000000100100101111101100
+00100000001000000000000111010010
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000010000000000000000001010
+11000000010000001000000000000100
+00100000011000000000000000000000
+00100000010000000110100010100010
+01101000000000010100001000011101
+00100100001110100000000000001000
+01011000000000000001000100100010
+01100000000000010100011111000010
+00100000011000000000000000000000
+00100000010000000000000011100011
+00100000010000000011111001101110
+01101000000010001100101101000011
+00100000010000000110100000001110
+00100000010000000011111000011110
+00100000010000000000000000011010
+01011000000000000000000000000000
+01100000000000010100000101010100
+00100000010000000110100010100010
+00100000010000000011111001010100
+00100000010000000101100000010000
+00100000010000000101100000111001
+00100000010000000101100000101100
+00100000010000000101100000011000
+00100000010000000000010100000100
+00100000001000000000001100101110
+00100000010000000111010010111001
+11011000110000001000110000000000
+11011000101000000100100001110110
+11011111001000000000000101110001
+00100000010000000111111100000001
+01011000000011110000001000001001
+11100000101000011000000000000000
+01011000000100100000000000001001
+11100000101000011000000000000000
+01011000000100000000001000001001
+11100000101000011000000000000000
+01011000000000000000000000001001
+11100000101000011000000000000000
+11011000110000001000110101110001
+11011111001000000000000100001001
+00100000010000000111111100000001
+01110000010010001000110100000000
+01110000010010001000010101101101
+01011000000000000100000000011111
+01100000000000010100100111011011
+01011000000000000110110100000100
+01100000000000010100101001000100
+01011000000000000001011010110000
+01100000000000010100101001001010
+01011000000000000100100001110110
+01100000000000010100010101110101
+00100000011000000000000000000000
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000010010000000000000000101
+11000000010010001000000000011111
+11000000010010010000000000101111
+00100000011000000000000000000000
+01101000000000001100101111100101
+11000000000000001111111111100111
+01101000000000001100101111110000
+11000000000000001000000000001100
+11000000000000010000000000001111
+11000000000000011000000000010010
+00100000001000000010101010001100
+01110000010010111111000000010001
+01110000000100011001111010101010
+00100000001000000000000000010100
+01110000010010111111000000010010
+01110000000100011001111001010101
+00100000001000000000000000010100
+01110000010010111111000000010011
+01110000000100011001111000100010
+01101000000000001100101111100001
+00011111111000010111111000000111
+01100000000000001001000110011111
+01101000000000100100110000010111
+01100000000000100001000110100000
+01110000000100011010010000000000
+11011010001000000001000110011110
+11011000010000000000000000000111
+00100000010000000000000111000000
+00100000010000000000000100111100
+00100000001000000111111111100111
+01101000000000001100101111110000
+11000001011111111000000000000000
+11000000000010001000000000100101
+11000000000010010000000000100111
+11000000000010011000000000101001
+00100000011000000000000000000000
+01110000010010111111000000000010
+00100000001000000000000101110001
+01110000010010111111000000000011
+00100000001000000000000101110001
+01110000010010111111000011111111
+01110000000010101001100100111001
+00100000010000000111110110000110
+01101000000000100100101111000000
+00100000010000000000000111010010
+00100000001000000000000101110001
+00100000010000000000010001000010
+01110000010001111000101100000001
+11011000111000000000000000000011
+00100000010000000100001111010010
+01011000000000000000000000000000
+01100000000000010100011100000111
+01110000010001101010011100000000
+00100000010000000100000001011101
+00100000010000000000001011011100
+01101000000000100100110000001000
+01100000000000100100011101111011
+00100000001000000000001100111011
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000010100000000000000000111
+11000000010100001000000000001101
+11000000010100010000000000100000
+11000000010100011000000000011001
+11000000010100100000000000101000
+00100000011000000000000000000000
+01110000010011010010000000000000
+00100000010000000000001011011100
+00100000010000000000000110111100
+01110000010000011011110100000000
+00100000010000000000001010110100
+00100000001000000011010000001010
+01101000000000010100010100001001
+11000001000000000000000000000000
+01101000000000001000010001000001
+00011111111010110111111000000000
+00011111111001100111110000001100
+00100000011000010000000000000000
+01011000000000000000000000001001
+01100000000000010100010010010110
+01100000000000010100010010011000
+00100000010000000000010000100110
+01110000010001111100010000000001
+00100000011000000000000000000000
+01101000000000010100011010000010
+11000011100001100000000000000000
+11000011100000110000000000000000
+11000011100001011000000000000000
+01101000000000100100011011010011
+11000011100000101000000000000000
+00100000001000000011001110100111
+01011000000000000000000000000111
+01100000000000010100010010010110
+01100000000000010100010010011000
+01110000010001111100010000000000
+01110000010001111001110000000000
+00100000010000000000001110110111
+00100000010000000101100000010110
+00100000001000000100000111011001
+01111000001101000111110000000000
+01101000000100100000000100111000
+01111001001101000111111000011010
+01100000000100100000000001001100
+00100000010000000010110000100001
+00100000010000000111010010111101
+00100000010000000100010010000010
+00100000010000000011111010011111
+00100000010000000000001010110100
+00100000010000000000001101110000
+01101000000100001000000010000001
+00011111111000010111111011110111
+01100000000100001000000010000001
+01101000000100001000000001111110
+01111001001000000111111000000110
+01100000000100001000000001111110
+01101000000010001100011011110011
+00100000001000000110011111101101
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+                                
+11000000010110000000000000000111
+11000000010110001000000000001001
+11000000010110010000000000001111
+11000000010110011000000000010100
+11000000010110100000000000011011
+00100000011000000000000000000000
+00100000010000000000001110110111
+00100000001000000100000111000011
+01101000000000001100100000001000
+11000001000000010000000000000000
+00011111111000001111111000000001
+01100000000000001100100000001000
+01110000010000011110001100010010
+00100000001000000011010000001110
+01101000000000001100100000001000
+11000001100000010000000000000000
+01110000010010000000100000000000
+01110000010000011110001100001110
+00100000001000000011010000001110
+01101000000000001100011110011111
+11000000000000001000000000010111
+00100000001000000000000000011001
+00100000010000000000010000100110
+01110000010001101100011000000101
+11011000111000000000000000000001
+00100000001000000100000110111001
+01110000010010101111111100000000
+01110000010010110000000100000000
+01110000010010110000101000000000
+00100000001000000100000111011001
Index: YFK_1066/PB_3mode_3ch/output/memmap.format
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/memmap.format	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/memmap.format	(working copy)
@@ -599,6 +599,12 @@
 0x0f9e mem_rssi_noise_ms_buffer
 0x109e mem_rssi_noise_kb_buffer
 0x119e mem_24g_common_temp
+0x11be mem_data_pre
+0x11c0 mem_data_current
+0x11c2 mem_data_sum
+0x11c5 mem_zcode_temp_param0//zcode num
+0x11c6 mem_zcode_temp_param1//patch ram func addr
+0x11c8 mem_zcode_temp_param2//patch ram func addr
 0x4000 mem_patch00
 0x4001 mem_patch01
 0x4002 mem_patch02
@@ -812,6 +818,7 @@
 0x423d mem_key_num_ptr
 0x423d mem_keyscan_ptr
 0x423f mem_power_param_ptr
+0x4241 mem_power_on_flag//forbid to move this variable
 0x4241 mem_24g_head_ptr
 0x4243 mem_baud
 0x4245 mem_hci_lt_rx_state
@@ -1764,125 +1771,157 @@
 0x4b0c mem_mouse_x_pre
 0x4b0e mem_mouse_y_pre
 0x4b10 mem_le_adv_swift_pair
-0x4b23 mem_flash_ncs_gpio
-0x4b24 mem_select_ui_button_count
-0x4b25 mem_write_flash_head_temp
-0x4b29 mem_mouse_poweron_led_timer
-0x4b2a mem_mouse_24g_addr_init
-0x4b2e mem_mouse_bt_reconnect_flag
-0x4b2f mem_24g_rxbuf
-0x4b51 mem_24g_txbuf
-0x4b71 mem_24g_txpayload
-0x4b93 mem_24g_rxpayload
-0x4bb3 mem_24g_rxdata_length
-0x4bb4 mem_24g_pid
-0x4bb5 mem_24g_datalen
-0x4bb6 mem_24g_data_type
-0x4bb7 mem_24g_txlen
-0x4bb8 mem_24g_rx_window
-0x4bba mem_24g_ensure
-0x4bbb mem_24g_txfail_cnt
-0x4bbd mem_24g_get_ack_fail
-0x4bbe mem_24g_retry
-0x4bbf mem_24g_ch
-0x4bc0 mem_24g_current_ch_number
-0x4bc1 mem_24g_paring_addr
-0x4bc5 mem_24g_pairing_sm
-0x4bc6 mem_24g_ch_map1
-0x4bca mem_24g_ch_map2
-0x4bce mem_24g_ch_map3
-0x4bd2 mem_24g_ch_map4
-0x4bd6 mem_24g_tx_btclk
-0x4bda mem_24g_interval
-0x4bdb mem_24g_interval_min
-0x4bdc mem_24g_interval_max
-0x4bdd mem_24g_addr
-0x4be1 mem_24g_abort_pac
-0x4be2 mem_24g_check_dongle_times
-0x4be4 mem_24g_enter_hibernate
-0x4bec mem_24g_device_addr
-0x4bf0 mem_24g_pac_index
-0x4bf1 mem_24g_no_ack
-0x4bf2 mem_24g_sta_crc
-0x4bf5 mem_24g_last_crc
-0x4bf8 mem_24g_sta_pid
-0x4bf9 mem_24g_last_pid
-0x4bfa mem_24g_max_retry
-0x4bfb mem_24g_mode
-0x4bfc mem_24g_rxdata_temp
-0x4c1e mem_24g_rx_addr
-0x4c22 mem_dongle_mode_init
-0x4c23 mem_dongle_work_mode
-0x4c24 mem_dongle_ms_bind_step
-0x4c25 mem_dongle_kb_bind_step
-0x4c26 mem_dongle_bind_device_status
-0x4c27 mem_24g_bind_payload
-0x4c2f mem_24g_abort_packet
-0x4c30 mem_24g_rf_laststa
-0x4c31 mem_24g_hop_btclk
-0x4c35 mem_24g_hop_interval
-0x4c36 mem_24g_mode_switch
-0x4c37 mem_24g_ackpayload_enable
-0x4c38 mem_24g_hop_packet
-0x4c39 mem_24g_pair_mode
-0x4c3a mem_24g_nodata_timer_enable
-0x4c3b mem_24g_time_slice
-0x4c3c mem_24g_kb_data_sta_data
-0x4c44 mem_24g_kb_data_last_data
-0x4c4c mem_24g_kb_multikey_sta_data
-0x4c4f mem_24g_kb_multikey_last_data
-0x4c52 mem_24g_kb_blank_data_enable
-0x4c53 mem_24g_kb_mul_blank_data_enable
-0x4c54 mem_24g_ms_blank_data_enable
-0x4c55 mem_24g_kb_addr
-0x4c59 mem_24g_ms_addr
-0x4c5d mem_24g_dg_last_ch
-0x4c5e mem_24g_dg_ch_number
-0x4c5f mem_24g_dg_config_ch_once
-0x4c60 mem_24g_kb_last_ch
-0x4c61 mem_24g_kb_ch_number
-0x4c62 mem_24g_kb_config_ch_once
-0x4c63 mem_24g_ms_last_ch
-0x4c64 mem_24g_ms_ch_number
-0x4c65 mem_24g_ms_config_ch_once
-0x4c66 mem_24g_syncword
-0x4c68 mem_24g_syncword_crc8
-0x4c69 mem_24g_get_syncword_crc8
-0x4c6a mem_24g_ota_sta_pid
-0x4c6c mem_tx_power_temp
-0x4c6d mem_rssi_hex
-0x4c6e mem_rssi_noise_avg
-0x4c6f mem_rssi_noise_index
-0x4c70 mem_rssi_signal_index
-0x4c71 mem_rssi_noise_dg_avg
-0x4c72 mem_rssi_noise_kb_avg
-0x4c73 mem_rssi_noise_ms_avg
-0x4c74 mem_rssi_noise_dg_index
-0x4c75 mem_rssi_noise_kb_index
-0x4c76 mem_rssi_noise_ms_index
-0x4c77 mem_rssi_signal_buf
-0x4c7f mem_queue_ele_num
-0x4c80 mem_queue_read
-0x4c82 mem_queue_write
-0x4c84 mem_queue_start
-0x4c84 mem_data_ele0
-0x4ca4 mem_data_ele1
-0x4cc4 mem_data_ele2
-0x4ce4 mem_queue_end
-0x4ce4 mem_queue_temp
-0x4ce6 mem_cb_24g_data
-0x4ce8 mem_24g_hop_fastly_cnt
-0x4ce9 mem_24g_hop_pac_retry
-0x4cea mem_24g_rf_hop_ch
-0x4ceb mem_24g_rf_last_sta
-0x4cec mem_24g_rf_work_stage
-0x4ced mem_24g_sync_cnt
-0x4cee mem_power_ctrl_pac_succ_cnt
-0x4cef mem_rssi_avg_received
-0x4cf0 mem_rssi_hex_received
-0x4cf1 mem_power_ctrl_level
-0x4cf2 mem_seqi
-0x4cf3 mem_24g_auto_paring_switch
-0x4cf4 mem_24g_paccnt
-0x4cf5 mem_24g_transmit_by_interrupt
-0x4cf6 mem_24g_transmit_by_interrupt_exit_count
+0x4b23 mem_24g_sw_gpio
+0x4b24 mem_mouse_multi_led_blink_enable
+0x4b25 mem_mouse_multi_led_gpio
+0x4b26 mem_mouse_multi_led_state
+0x4b27 mem_mouse_multi_led_type
+0x4b28 mem_mouse_multi_led_on_timer
+0x4b29 mem_mouse_multi_led_on_timer_init
+0x4b2a mem_mouse_multi_led_blink_timer_init
+0x4b2b mem_mouse_multi_led_blink_timer
+0x4b2c mem_mouse_multi_led_blink_count
+0x4b2d mem_mouse_multi_led_blink_count_limited
+0x4b2e mem_mouse_multi_led_on_poweron2s_flag
+0x4b2f mem_discovery_on_flag
+0x4b30 mem_bt_ui_button_timeout
+0x4b31 mem_bt_ui_button_count
+0x4b32 mem_mouse_priority_bb_event
+0x4b33 mem_mouse_le_parse_l2cap_ptr
+0x4b35 mem_low_power_no_data_off_led_time
+0x4b36 mem_low_power_led_blink_flag
+0x4b37 mem_mouse_3065xy_dpi_seting
+0x4b37 mem_3065xy_dpi_1
+0x4b38 mem_3065xy_dpi_2
+0x4b39 mem_3065xy_dpi_3
+0x4b3a mem_3065xy_dpi_4
+0x4b3b mem_le_att_pnp_id_len
+0x4b3c mem_le_att_pnp_id
+0x4b43 mem_flash_ncs_gpio
+0x4b44 mem_select_ui_button_count
+0x4b45 mem_write_flash_head_temp
+0x4b49 mem_mouse_poweron_led_timer
+0x4b4a mem_mouse_24g_addr_init
+0x4b4e mem_mouse_bt_reconnect_flag
+0x4b4f mem_retry_count
+0x4b50 mem_zcode_current_number
+0x4b51 mem_xip_flash_offset
+0x4b54 mem_flash_start_addr
+0x4b57 mem_flash_address
+0x4b5a mem_24g_rxbuf
+0x4b7c mem_24g_txbuf
+0x4b9c mem_24g_txpayload
+0x4bbe mem_24g_rxpayload
+0x4bde mem_24g_rxdata_length
+0x4bdf mem_24g_pid
+0x4be0 mem_24g_datalen
+0x4be1 mem_24g_data_type
+0x4be2 mem_24g_txlen
+0x4be3 mem_24g_rx_window
+0x4be5 mem_24g_ensure
+0x4be6 mem_24g_txfail_cnt
+0x4be8 mem_24g_get_ack_fail
+0x4be9 mem_24g_retry
+0x4bea mem_24g_ch
+0x4beb mem_24g_current_ch_number
+0x4bec mem_24g_paring_addr
+0x4bf0 mem_24g_pairing_sm
+0x4bf1 mem_24g_ch_map1
+0x4bf5 mem_24g_ch_map2
+0x4bf9 mem_24g_ch_map3
+0x4bfd mem_24g_ch_map4
+0x4c01 mem_24g_tx_btclk
+0x4c05 mem_24g_interval
+0x4c06 mem_24g_interval_min
+0x4c07 mem_24g_interval_max
+0x4c08 mem_24g_addr
+0x4c0c mem_24g_abort_pac
+0x4c0d mem_24g_check_dongle_times
+0x4c0f mem_24g_enter_hibernate
+0x4c17 mem_24g_device_addr
+0x4c1b mem_24g_pac_index
+0x4c1c mem_24g_no_ack
+0x4c1d mem_24g_sta_crc
+0x4c20 mem_24g_last_crc
+0x4c23 mem_24g_sta_pid
+0x4c24 mem_24g_last_pid
+0x4c25 mem_24g_max_retry
+0x4c26 mem_24g_mode
+0x4c27 mem_24g_rxdata_temp
+0x4c49 mem_24g_rx_addr
+0x4c4d mem_dongle_mode_init
+0x4c4e mem_dongle_work_mode
+0x4c4f mem_dongle_ms_bind_step
+0x4c50 mem_dongle_kb_bind_step
+0x4c51 mem_dongle_bind_device_status
+0x4c52 mem_24g_bind_payload
+0x4c5a mem_24g_abort_packet
+0x4c5b mem_24g_rf_laststa
+0x4c5c mem_24g_hop_btclk
+0x4c60 mem_24g_hop_interval
+0x4c61 mem_24g_mode_switch
+0x4c62 mem_24g_ackpayload_enable
+0x4c63 mem_24g_hop_packet
+0x4c64 mem_24g_pair_mode
+0x4c65 mem_24g_nodata_timer_enable
+0x4c66 mem_24g_time_slice
+0x4c67 mem_24g_kb_data_sta_data
+0x4c6f mem_24g_kb_data_last_data
+0x4c77 mem_24g_kb_multikey_sta_data
+0x4c7a mem_24g_kb_multikey_last_data
+0x4c7d mem_24g_kb_blank_data_enable
+0x4c7e mem_24g_kb_mul_blank_data_enable
+0x4c7f mem_24g_ms_blank_data_enable
+0x4c80 mem_24g_kb_addr
+0x4c84 mem_24g_ms_addr
+0x4c88 mem_24g_dg_last_ch
+0x4c89 mem_24g_dg_ch_number
+0x4c8a mem_24g_dg_config_ch_once
+0x4c8b mem_24g_kb_last_ch
+0x4c8c mem_24g_kb_ch_number
+0x4c8d mem_24g_kb_config_ch_once
+0x4c8e mem_24g_ms_last_ch
+0x4c8f mem_24g_ms_ch_number
+0x4c90 mem_24g_ms_config_ch_once
+0x4c91 mem_24g_syncword
+0x4c93 mem_24g_syncword_crc8
+0x4c94 mem_24g_get_syncword_crc8
+0x4c95 mem_24g_ota_sta_pid
+0x4c97 mem_tx_power_temp
+0x4c98 mem_rssi_hex
+0x4c99 mem_rssi_noise_avg
+0x4c9a mem_rssi_noise_index
+0x4c9b mem_rssi_signal_index
+0x4c9c mem_rssi_noise_dg_avg
+0x4c9d mem_rssi_noise_kb_avg
+0x4c9e mem_rssi_noise_ms_avg
+0x4c9f mem_rssi_noise_dg_index
+0x4ca0 mem_rssi_noise_kb_index
+0x4ca1 mem_rssi_noise_ms_index
+0x4ca2 mem_rssi_signal_buf
+0x4caa mem_queue_ele_num
+0x4cab mem_queue_read
+0x4cad mem_queue_write
+0x4caf mem_queue_start
+0x4caf mem_data_ele0
+0x4ccf mem_data_ele1
+0x4cef mem_data_ele2
+0x4d0f mem_queue_end
+0x4d0f mem_queue_temp
+0x4d11 mem_cb_24g_data
+0x4d13 mem_24g_hop_fastly_cnt
+0x4d14 mem_24g_hop_pac_retry
+0x4d15 mem_24g_rf_hop_ch
+0x4d16 mem_24g_rf_last_sta
+0x4d17 mem_24g_rf_work_stage
+0x4d18 mem_24g_sync_cnt
+0x4d19 mem_power_ctrl_pac_succ_cnt
+0x4d1a mem_rssi_avg_received
+0x4d1b mem_rssi_hex_received
+0x4d1c mem_power_ctrl_level
+0x4d1d mem_seqi
+0x4d1e mem_24g_auto_paring_switch
+0x4d1f mem_24g_paccnt
+0x4d20 mem_24g_transmit_by_interrupt
+0x4d21 mem_24g_transmit_by_interrupt_exit_count
+0x4d23 mem_24g_transmit_by_interrupt_exit_count_init
Index: YFK_1066/PB_3mode_3ch/output/program.lis
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/program.lis	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/program.lis	(working copy)
@@ -1,2729 +1,2589 @@
 include "bt_format "
 org 0x0000
-0000 c2840015 bbit1 8 ,pf_patch_ext 
-0001 c04287f8 beq patch10_5 ,p_shutdown_radio 
-0002 c04487c9 beq patch11_1 ,p_set_freq_tx 
-0003 c0008031 beq patch00_1 ,p_soft_reset_1 
-0004 c00d8680 beq patch03_3 ,p_page_wait_fhs_reply_ok 
-0005 c013068d beq patch04_6 ,p_role_switch_master 
-0006 c02506a8 beq patch09_2 ,p_prepare_tx 
-0007 c02c86a6 beq patch0b_1 ,p_process_dmh 
-0008 c02886b1 beq patch0a_1 ,p_slave_conn_recv_packet 
-0009 c05386b6 beq patch14_7 ,p_lpm_dispatch 
-000a c05686cf beq patch15_5 ,p_lpm_set_mult 
-000b c065b3e4 beq patch19_3 ,app_bt_start_reconnect + 3 
-000c c07486e0 beq patch1d_1 ,p_mouse_bb_disconnected 
-000d c050803a beq patch14_1 ,p_init_param 
-000e c058803f beq patch16_1 ,p_lpm_check_wake_lock 
-000f c0590049 beq patch16_2 ,p_g24_dispatch 
-0010 c06202e5 beq patch18_4 ,p_device_init 
-0011 c0750583 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
-0012 c075858d beq patch1d_3 ,p_mouse_start_discovery 
-0013 c07605b3 beq patch1d_4 ,p_mouse_stop_discovery 
-0014 20202a8e branch loop 
+
+p_start:
+0000 20200040 branch p_patch_array 
+
+p_zcode:
+
+p_wake_from_power:
+0001 204003b7 call p_mouse_data_init 
+0002 6800c1de fetch 1 ,mem_tx_power 
+0003 6000cc97 store 1 ,mem_tx_power_temp 
+0004 20400684 call power_ctrl_pac_succ_cnt_init 
+0005 6800c685 fetch 1 ,mem_ui_button_timeout 
+0006 6000cb44 store 1 ,mem_select_ui_button_count 
+0007 6800cb30 fetch 1 ,mem_bt_ui_button_timeout 
+0008 6000cb31 store 1 ,mem_bt_ui_button_count 
+0009 204043ca call mouse_bt_discovery_button_down_disable 
+000a 204002f6 call p_mouse_spi_init 
+000b 2040070f call p_drawing_optima_init 
+000c 2040000f call p_mouse_cb_fuction 
+000d 20400022 call p_mouse_wakeup_from_power 
+000e 2020031f branch p_mouse_setting_config 
+
+p_mouse_cb_fuction:
+000f 5800038d setarg p_mouse_g24_package_data 
+0010 60014d11 store 2 ,mem_cb_24g_data 
+0011 580003a7 setarg p_mouse_le 
+0012 600141ef store 2 ,mem_cb_le_process 
+0013 580005b2 setarg p_le_mouse_bb_event_connect_complete 
+0014 600141f9 store 2 ,mem_cb_att_write 
+0015 580003d2 setarg p_mouse_bt 
+0016 600141f1 store 2 ,mem_cb_bt_process 
+0017 580002a8 setarg p_mouse_before_lpm 
+0018 600141ed store 2 ,mem_cb_before_lpm 
+0019 5800040e setarg p_mouse_priority_bb_event 
+001a 600141f5 store 2 ,mem_cb_bb_event_process 
+001b 580003f8 setarg p_mouse_idle 
+001c 600141f3 store 2 ,mem_cb_idle_process 
+001d 58000445 setarg p_mouse_before_hibernate 
+001e 600141eb store 2 ,mem_cb_before_hibernate 
+001f 5800044c setarg p_mouse_bb_event_timer 
+0020 600141fd store 2 ,mem_cb_event_timer 
+0021 20600000 rtn 
+
+p_mouse_wakeup_from_power:
+0022 58000019 setarg 25 
+0023 60014d23 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+0024 2455802a ncall p_mouse_24g_transmit_by_interrupt_exit_count_max ,wake 
+0025 204002f8 call p_mouse_init_sunt 
+0026 2040031c call p_mouse_sensor_powerdown 
+
+p_mouse_wakeup_no_from_power:
+0027 6800c71f fetch 1 ,mem_reconn_times_init 
+0028 6000c71e store 1 ,mem_reconn_times 
+0029 20600000 rtn 
+
+p_mouse_24g_transmit_by_interrupt_exit_count_max:
+002a 58000177 setarg 375 
+002b 60014d23 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+002c 20600000 rtn 
+002d 20000001 nop 1 
+002e 20000001 nop 1 
+002f 20000001 nop 1 
+0030 20000001 nop 1 
+0031 20000001 nop 1 
+0032 20000001 nop 1 
+0033 20000001 nop 1 
+0034 20000001 nop 1 
+0035 20000001 nop 1 
+0036 20000001 nop 1 
+0037 20000001 nop 1 
+0038 20000001 nop 1 
+0039 20000001 nop 1 
+003a 20000001 nop 1 
+003b 20000001 nop 1 
+003c 20000001 nop 1 
+003d 20000001 nop 1 
+003e 20000001 nop 1 
+003f 20000001 nop 1 
+
+p_patch_array:
+0040 c2840058 bbit1 8 ,pf_patch_ext 
+0041 c0008074 beq patch00_1 ,p_soft_reset_1 
+0042 c001007d beq patch00_2 ,p_soft_reset_2 
+0043 c04286f0 beq patch10_5 ,p_shutdown_radio 
+0044 c04486c1 beq patch11_1 ,p_set_freq_tx 
+0045 c00d85cb beq patch03_3 ,p_page_wait_fhs_reply_ok 
+0046 c01305cd beq patch04_6 ,p_role_switch_master 
+0047 c02405e8 beq patch09_0 ,p_quit_connection_cont 
+0048 c02505ef beq patch09_2 ,p_prepare_tx 
+0049 c02885f8 beq patch0a_1 ,p_slave_conn_recv_packet 
+004a c02c85e6 beq patch0b_1 ,p_process_dmh 
+004b c05385fd beq patch14_7 ,p_lpm_dispatch 
+004c c0568616 beq patch15_5 ,p_lpm_set_mult 
+004d c065b3e4 beq patch19_3 ,app_bt_start_reconnect + 3 
+004e c0748627 beq patch1d_1 ,p_mouse_bb_disconnected 
+004f c0508086 beq patch14_1 ,p_init_param 
+0050 c058808b beq patch16_1 ,p_lpm_check_wake_lock 
+0051 c0590095 beq patch16_2 ,p_g24_dispatch 
+0052 c06202c5 beq patch18_4 ,p_device_init 
+0053 c07304cf beq patch1c_6 ,p_mouse_motion 
+0054 c0750500 beq patch1d_2 ,p_mouse_bb_event_discovery_btn 
+0055 c0758506 beq patch1d_3 ,p_mouse_start_discovery 
+0056 c076050c beq patch1d_4 ,p_mouse_stop_discovery 
+0057 20202a8e branch loop 
 
 pf_patch_ext:
-0015 c01c85b8 beq patch27_1 ,p_le_slave_match 
-0016 c02185c0 beq patch28_3 ,p_le_next_adv_channel 
-0017 c02505c6 beq patch29_2 ,p_le_receive_skip 
-0018 c02b85c9 beq patch2a_7 ,p_le_update_param 
-0019 c02c85db beq patch2b_1 ,p_le_update_channel_map 
-001a c03185e8 beq patch2c_3 ,p_le_prepare_tx 
-001b c0330612 beq patch2c_6 ,p_le_parse 
-001c c0338629 beq patch2c_7 ,p_le_parse_l2cap 
-001d c0350652 beq patch2d_2 ,p_le_adv_not_match 
-001e c03b865d beq patch2e_7 ,p_le_lpm_setmult 
-001f c00286f3 beq patch20_5 ,p_hid_rx_process 
-0020 c0400702 beq patch30_0 ,p_parse_lmp_accepted 
-0021 c041070c beq patch30_2 ,p_send_lmp 
-0022 c044073f beq patch31_0 ,p_process_conn_sm 
-0023 c046066d beq patch31_4 ,p_twspi_reset 
-0024 c0468679 beq patch31_5 ,p_spid_init 
-0025 c07d0763 beq patch3f_2 ,p_check_51cmd_once_continue 
-0026 20202a8e branch loop 
+0058 c01c8511 beq patch27_1 ,p_le_slave_match 
+0059 c0218519 beq patch28_3 ,p_le_next_adv_channel 
+005a c025051f beq patch29_2 ,p_le_receive_skip 
+005b c02b8522 beq patch2a_7 ,p_le_update_param 
+005c c02c8524 beq patch2b_1 ,p_le_update_channel_map 
+005d c0318526 beq patch2c_3 ,p_le_prepare_tx 
+005e c0330550 beq patch2c_6 ,p_le_parse 
+005f c0338567 beq patch2c_7 ,p_le_parse_l2cap 
+0060 c035059d beq patch2d_2 ,p_le_adv_not_match 
+0061 c03b85a8 beq patch2e_7 ,p_le_lpm_setmult 
+0062 c0028629 beq patch20_5 ,p_hid_rx_process 
+0063 c040062b beq patch30_0 ,p_parse_lmp_accepted 
+0064 c0410635 beq patch30_2 ,p_send_lmp 
+0065 c0440637 beq patch31_0 ,p_process_conn_sm 
+0066 c04605b8 beq patch31_4 ,p_twspi_reset 
+0067 c04685c4 beq patch31_5 ,p_spid_init 
+0068 c07d065b beq patch3f_2 ,p_check_51cmd_once_continue 
+0069 20202a8e branch loop 
 
 p_rssi_signal:
-0027 1fe22200 copy pdata ,rega 
-0028 6808cc70 fetcht 1 ,mem_rssi_signal_index 
-0029 58004c77 setarg mem_rssi_signal_buf 
-002a 98408a00 iadd temp ,contw 
-002b 1a227e00 copy rega ,pdata 
-002c e0a08000 istore 1 ,contw 
-002d 18408401 increase 1 ,temp 
-002e 18410407 and_into rssi_buf_len_signal ,temp 
-002f 6008cc70 storet 1 ,mem_rssi_signal_index 
-0030 20600000 rtn 
+006a 1fe22200 copy pdata ,rega 
+006b 6808cc9b fetcht 1 ,mem_rssi_signal_index 
+006c 58004ca2 setarg mem_rssi_signal_buf 
+006d 98408a00 iadd temp ,contw 
+006e 1a227e00 copy rega ,pdata 
+006f e0a08000 istore 1 ,contw 
+0070 18408401 increase 1 ,temp 
+0071 18410407 and_into rssi_buf_len_signal ,temp 
+0072 6008cc9b storet 1 ,mem_rssi_signal_index 
+0073 20600000 rtn 
 
 p_soft_reset_1:
-0031 d8a009ae arg mem_sp_state ,contw 
-0032 df20000c arg 12 ,loopcnt 
-0033 20407ed4 call clear_mem 
-0034 2040040e call p_mouse_le_txbuff_load 
-0035 20406a03 call rfcomm_init 
-0036 20405cf6 call init_lmp 
-0037 2455ac65 ncall lpm_disable_exen_output ,wake 
-0038 20407ccd call ui_init + 1 
-0039 2020200c branch soft_reset + 11 
+0074 d8a009ae arg mem_sp_state ,contw 
+0075 df20000c arg 12 ,loopcnt 
+0076 20407ed4 call clear_mem 
+0077 2040039e call p_mouse_le_txbuff_load 
+0078 20406a03 call rfcomm_init 
+0079 20405cf6 call init_lmp 
+007a 2455ac65 ncall lpm_disable_exen_output ,wake 
+007b 20407ccd call ui_init + 1 
+007c 2020200c branch soft_reset + 11 
+
+p_soft_reset_2:
+007d 2055b2e3 call app_lpm_init ,wake 
+007e 2040756a call publickey_init 
+007f 2055ab41 call lpm_recover_clk ,wake 
+
+p_sp_cal_loop:
+0080 204076dc call sp_calc_sequence 
+0081 6800c65a fetch 1 ,mem_ssp_enable 
+0082 203a2012 branch main_loop ,blank 
+0083 6800c5b1 fetch 1 ,mem_sp_local_key_invalid 
+0084 203a0080 branch p_sp_cal_loop ,blank 
+0085 20202012 branch main_loop 
 
 p_init_param:
-003a 58000a06 setarg param_le_version 
-003b 6001c510 store 3 ,mem_lmp_version 
-003c 58001d87 setarg param_le_subversion 
-003d 60014513 store 2 ,mem_lmp_version + 3 
-003e 20202aa2 branch init_param + 12 
+0086 58000a06 setarg param_le_version 
+0087 6001c510 store 3 ,mem_lmp_version 
+0088 58001d87 setarg param_le_subversion 
+0089 60014513 store 2 ,mem_lmp_version + 3 
+008a 20202aa2 branch init_param + 12 
 
 p_lpm_check_wake_lock:
-003f c6130000 rtnmark1 mark_24g 
-0040 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0041 c0007fef beq 0 ,disable_blank 
-0042 6800c7c4 fetch 1 ,mem_mouse_le_conn_param_reject 
-0043 c000ffef beq le_lpm_disable ,disable_blank 
-0044 68014248 fetch 2 ,mem_sdp_remote_cid 
-0045 243a7fef nbranch disable_blank ,blank 
-0046 6800c806 fetch 1 ,mem_mouse_wheel_trigger 
-0047 243a7fef nbranch disable_blank ,blank 
-0048 20207ff1 branch enable_blank 
+008b c6130000 rtnmark1 mark_24g 
+008c 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
+008d c0007fef beq 0 ,disable_blank 
+008e 6800c7c4 fetch 1 ,mem_mouse_le_conn_param_reject 
+008f c000ffef beq le_lpm_disable ,disable_blank 
+0090 68014248 fetch 2 ,mem_sdp_remote_cid 
+0091 243a7fef nbranch disable_blank ,blank 
+0092 6800c806 fetch 1 ,mem_mouse_wheel_trigger 
+0093 243a7fef nbranch disable_blank ,blank 
+0094 20207ff1 branch enable_blank 
 
 p_g24_dispatch:
-0049 c6930000 rtnmark0 mark_24g 
-004a 6800ccf5 fetch 1 ,mem_24g_transmit_by_interrupt 
-004b c000805a beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
+0095 c6930000 rtnmark0 mark_24g 
+0096 6800cd20 fetch 1 ,mem_24g_transmit_by_interrupt 
+0097 c00080a6 beq g24_tx_timer_int_enable ,p_g24_transmit_by_interrupt 
 
 p_g24_transmit_process:
-004c 204000ed call p_g24_txdata_prep 
-004d 24340074 nbranch p_g24_nodata_transmit ,user 
-004e 204000d4 call p_g24_rf_sta_check 
+0098 20400139 call p_g24_txdata_prep 
+0099 243400c1 nbranch p_g24_nodata_transmit ,user 
+009a 20400120 call p_g24_rf_sta_check 
 
 p_g24_transmit_start:
-004f 2040010f call p_g24_transmit_packet 
-0050 6800cbc5 fetch 1 ,mem_24g_pairing_sm 
-0051 c1ff8000 rtnne state_24g_pairing_success 
-0052 2040079d call power_ctrl_start 
-0053 6800ccf5 fetch 1 ,mem_24g_transmit_by_interrupt 
-0054 c1008000 rtneq g24_tx_timer_int_enable 
+009b 2040015c call p_g24_transmit_packet 
+009c 6800cbf0 fetch 1 ,mem_24g_pairing_sm 
+009d c1ff8000 rtnne state_24g_pairing_success 
+009e 20400695 call power_ctrl_start 
+009f 6800cb26 fetch 1 ,mem_mouse_multi_led_state 
+00a0 c0008390 beq on ,p_g24_transmit_by_interrupt_enable 
 
 p_g24_short_sleep:
-0055 20400081 call p_g24_lpm_wait 
-0056 24740000 nrtn user 
-0057 204002cf call p_clear_wake 
-0058 5800ec54 setarg 60500 
-0059 20202b93 branch lpm_dispatch_sleep 
+00a1 204000cc call p_g24_lpm_wait 
+00a2 24740000 nrtn user 
+00a3 204002af call p_clear_wake 
+00a4 5800ec54 setarg 60500 
+00a5 20202b93 branch lpm_dispatch_sleep 
 
 p_g24_transmit_by_interrupt:
-005a 2040029a call p_g24_timer_check 
-005b 24740000 nrtn user 
-005c 2040006b call p_g24_interval_calibrate 
-005d 6800ccf6 fetch 1 ,mem_24g_transmit_by_interrupt_exit_count 
-005e 1fe0fe01 increase 1 ,pdata 
-005f 6000ccf6 store 1 ,mem_24g_transmit_by_interrupt_exit_count 
-0060 1fe67c19 sub pdata ,25 ,null 
-0061 20428063 call p_g24_transmit_by_interrupt_exit ,zero 
-0062 2020004c branch p_g24_transmit_process 
+00a6 2040027a call p_g24_timer_check 
+00a7 24740000 nrtn user 
+00a8 204000bb call p_g24_interval_calibrate 
+00a9 68014d21 fetch 2 ,mem_24g_transmit_by_interrupt_exit_count 
+00aa 1fe0fe01 increase 1 ,pdata 
+00ab 60014d21 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+00ac 68094d23 fetcht 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
+00ad 98467c00 isub temp ,null 
+00ae 204280b0 call p_g24_transmit_by_interrupt_exit ,zero 
+00af 20200098 branch p_g24_transmit_process 
 
 p_g24_transmit_by_interrupt_exit:
-0063 704cf500 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-0064 704cf600 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
+00b0 704d2000 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
+00b1 58000000 setarg 0 
+00b2 60014d21 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+00b3 58000019 setarg 25 
+00b4 60014d23 store 2 ,mem_24g_transmit_by_interrupt_exit_count_init 
 
 p_g24_interval_min:
-0065 704bf000 jam 0 ,mem_24g_pac_index 
-0066 6800cbdb fetch 1 ,mem_24g_interval_min 
+00b5 704c1b00 jam 0 ,mem_24g_pac_index 
+00b6 6800cc06 fetch 1 ,mem_24g_interval_min 
 
 p_g24_current_interval_store:
-0067 6000cbda store 1 ,mem_24g_interval 
-0068 20600000 rtn 
+00b7 6000cc05 store 1 ,mem_24g_interval 
+00b8 20600000 rtn 
 
 p_g24_interval_max:
-0069 6800cbdc fetch 1 ,mem_24g_interval_max 
-006a 20200067 branch p_g24_current_interval_store 
+00b9 6800cc07 fetch 1 ,mem_24g_interval_max 
+00ba 202000b7 branch p_g24_current_interval_store 
 
 p_g24_interval_calibrate:
-006b 6800cbf0 fetch 1 ,mem_24g_pac_index 
-006c 1fe0fe01 increase 1 ,pdata 
-006d 6000cbf0 store 1 ,mem_24g_pac_index 
-006e c0020069 beq 4 ,p_g24_interval_max 
-006f c0028065 beq 5 ,p_g24_interval_min 
-0070 20600000 rtn 
-
-p_g24_transmit_by_interrupt_enable:
-0071 704cf501 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
-0072 704cf600 jam 0 ,mem_24g_transmit_by_interrupt_exit_count 
-0073 20600000 rtn 
+00bb 6800cc1b fetch 1 ,mem_24g_pac_index 
+00bc 1fe0fe01 increase 1 ,pdata 
+00bd 6000cc1b store 1 ,mem_24g_pac_index 
+00be c00200b9 beq 4 ,p_g24_interval_max 
+00bf c00280b5 beq 5 ,p_g24_interval_min 
+00c0 20600000 rtn 
 
 p_g24_nodata_transmit:
-0074 6800cbe1 fetch 1 ,mem_24g_abort_pac 
-0075 205a0088 call p_g24_send_abort_packet ,blank 
+00c1 6800cc0c fetch 1 ,mem_24g_abort_pac 
+00c2 205a00d5 call p_g24_send_abort_packet ,blank 
 
 p_g24_long_sleep:
-0076 6800c6cf fetch 1 ,mem_adc_low_volatage_led_timer_count 
-0077 1fe67c08 sub pdata ,8 ,null 
-0078 20610000 rtn positive 
-0079 20400081 call p_g24_lpm_wait 
-007a 24740000 nrtn user 
-007b 6801cbe4 fetch 3 ,mem_24g_enter_hibernate 
-007c 20407f49 call clk2lpo 
-007d 6800c5b1 fetch 1 ,mem_sp_local_key_invalid 
-007e 207a0000 rtn blank 
-007f 600a415b storet 4 ,mem_sleep_counter 
-0080 20202b2a branch lpm_sleep 
+00c3 6800c6cf fetch 1 ,mem_adc_low_volatage_led_timer_count 
+00c4 1fe67c08 sub pdata ,8 ,null 
+00c5 20610000 rtn positive 
+00c6 204000cc call p_g24_lpm_wait 
+00c7 24740000 nrtn user 
+00c8 6801cc0f fetch 3 ,mem_24g_enter_hibernate 
+00c9 20407f49 call clk2lpo 
+00ca 600a415b storet 4 ,mem_sleep_counter 
+00cb 20202b2a branch lpm_sleep 
 
 p_g24_lpm_wait:
-0081 78347c00 enable user 
-0082 20402afa call lpo_calibration 
-0083 6801c16f fetch 3 ,mem_clks_per_lpo 
-0084 203a7fe9 branch disable_user ,blank 
-0085 6800c091 fetch 1 ,mem_lpm_mode 
-0086 203a7fe9 branch disable_user ,blank 
-0087 202002d2 branch p_mouse_setgpio_lpm 
+00cc 78347c00 enable user 
+00cd 20402afa call lpo_calibration 
+00ce 6801c16f fetch 3 ,mem_clks_per_lpo 
+00cf 203a7fe9 branch disable_user ,blank 
+00d0 6800c091 fetch 1 ,mem_lpm_mode 
+00d1 203a7fe9 branch disable_user ,blank 
+00d2 6800cd20 fetch 1 ,mem_24g_transmit_by_interrupt 
+00d3 c000ffe9 beq g24_tx_timer_int_enable ,disable_user 
+00d4 202002b2 branch p_mouse_setgpio_lpm 
 
 p_g24_send_abort_packet:
-0088 704be101 jam 1 ,mem_24g_abort_pac 
-0089 704cea00 jam 0 ,mem_24g_rf_hop_ch 
-008a 2040009c call p_g24_transmit_rf_ctrl_clear 
-008b 6000cb51 store 1 ,mem_24g_txbuf 
-008c 58000000 setarg 0 
-008d 6003cb52 store 7 ,mem_24g_txbuf + 1 
-008e 68024bec fetch 4 ,mem_24g_device_addr 
-008f 60024b59 store 4 ,mem_24g_txbuf + 8 
-0090 704bb50c jam 12 ,mem_24g_datalen 
-0091 6800cbb6 fetch 1 ,mem_24g_data_type 
-0092 79207e03 set1 bit_abort ,pdata 
-0093 6000cbb6 store 1 ,mem_24g_data_type 
-0094 204000f0 call p_g24_txdata_enable_tx 
-0095 2020004f branch p_g24_transmit_start 
+00d5 704c0c01 jam 1 ,mem_24g_abort_pac 
+00d6 704d1500 jam 0 ,mem_24g_rf_hop_ch 
+00d7 204000e8 call p_g24_transmit_rf_ctrl_clear 
+00d8 6000cb7c store 1 ,mem_24g_txbuf 
+00d9 58000000 setarg 0 
+00da 6003cb7d store 7 ,mem_24g_txbuf + 1 
+00db 68024c17 fetch 4 ,mem_24g_device_addr 
+00dc 60024b84 store 4 ,mem_24g_txbuf + 8 
+00dd 704be00c jam 12 ,mem_24g_datalen 
+00de 6800cbe1 fetch 1 ,mem_24g_data_type 
+00df 79207e03 set1 bit_abort ,pdata 
+00e0 6000cbe1 store 1 ,mem_24g_data_type 
+00e1 2040013c call p_g24_txdata_enable_tx 
+00e2 2020009b branch p_g24_transmit_start 
 
 p_g24_set_device_addr:
-0096 204068a8 call adc_init_data 
-0097 680240a0 fetch 4 ,mem_lap 
-0098 60024bec store 4 ,mem_24g_device_addr 
-0099 20600000 rtn 
+00e3 680240a0 fetch 4 ,mem_lap 
+00e4 60024c17 store 4 ,mem_24g_device_addr 
+00e5 20600000 rtn 
 
 p_g24_transmit_rf_sta_init:
-009a 704ceb01 jam 1 ,mem_24g_rf_last_sta 
-009b 704ced00 jam 0 ,mem_24g_sync_cnt 
+00e6 704d1601 jam 1 ,mem_24g_rf_last_sta 
+00e7 704d1800 jam 0 ,mem_24g_sync_cnt 
 
 p_g24_transmit_rf_ctrl_clear:
-009c 6800cbb6 fetch 1 ,mem_24g_data_type 
-009d 1fe17e07 and_into bits_data ,pdata 
-009e 6000cbb6 store 1 ,mem_24g_data_type 
-009f 20600000 rtn 
+00e8 6800cbe1 fetch 1 ,mem_24g_data_type 
+00e9 1fe17e07 and_into bits_data ,pdata 
+00ea 6000cbe1 store 1 ,mem_24g_data_type 
+00eb 20600000 rtn 
 
 p_g24_hop_ch_enable:
-00a0 6800cbb6 fetch 1 ,mem_24g_data_type 
-00a1 79207e04 set1 bit_hop ,pdata 
-00a2 6000cbb6 store 1 ,mem_24g_data_type 
-00a3 6000cb71 store 1 ,mem_24g_txpayload 
-00a4 20600000 rtn 
+00ec 6800cbe1 fetch 1 ,mem_24g_data_type 
+00ed 79207e04 set1 bit_hop ,pdata 
+00ee 6000cbe1 store 1 ,mem_24g_data_type 
+00ef 6000cb9c store 1 ,mem_24g_txpayload 
+00f0 20600000 rtn 
 
 p_g24_hop_ch_disable:
-00a5 6800cbb6 fetch 1 ,mem_24g_data_type 
-00a6 793ffe04 set0 bit_hop ,pdata 
-00a7 6000cbb6 store 1 ,mem_24g_data_type 
-00a8 20600000 rtn 
+00f1 6800cbe1 fetch 1 ,mem_24g_data_type 
+00f2 793ffe04 set0 bit_hop ,pdata 
+00f3 6000cbe1 store 1 ,mem_24g_data_type 
+00f4 20600000 rtn 
 
 p_g24_transmit_hop_pac_fail:
-00a9 20400793 call power_ctrl_pac_succ_decrs 
-00aa 6800ccec fetch 1 ,mem_24g_rf_work_stage 
-00ab c00080ae beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
-00ac c00100b2 beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
-00ad 20600000 rtn 
+00f5 2040068b call power_ctrl_pac_succ_decrs 
+00f6 6800cd17 fetch 1 ,mem_24g_rf_work_stage 
+00f7 c00080fa beq 1 ,p_g24_transmit_hop_pac_fail_wo_hop 
+00f8 c00100fe beq 2 ,p_g24_transmit_hop_pac_fail_hop_stage2 
+00f9 20600000 rtn 
 
 p_g24_transmit_hop_pac_fail_wo_hop:
-00ae 704ced02 jam 2 ,mem_24g_sync_cnt 
+00fa 704d1802 jam 2 ,mem_24g_sync_cnt 
 
 p_g24_transmit_hop_pac_fail_stage1:
-00af 704ce900 jam 0 ,mem_24g_hop_pac_retry 
-00b0 704ceb00 jam 0 ,mem_24g_rf_last_sta 
-00b1 2020009c branch p_g24_transmit_rf_ctrl_clear 
+00fb 704d1400 jam 0 ,mem_24g_hop_pac_retry 
+00fc 704d1600 jam 0 ,mem_24g_rf_last_sta 
+00fd 202000e8 branch p_g24_transmit_rf_ctrl_clear 
 
 p_g24_transmit_hop_pac_fail_hop_stage2:
-00b2 704cea00 jam 0 ,mem_24g_rf_hop_ch 
-00b3 202000af branch p_g24_transmit_hop_pac_fail_stage1 
+00fe 704d1500 jam 0 ,mem_24g_rf_hop_ch 
+00ff 202000fb branch p_g24_transmit_hop_pac_fail_stage1 
 
 p_g24_transmit_pac_fail_hop_stage3:
-00b4 68014bbb fetch 2 ,mem_24g_txfail_cnt 
-00b5 1fe0fe01 increase 1 ,pdata 
-00b6 60014bbb store 2 ,mem_24g_txfail_cnt 
-00b7 c2850152 bbit1 10 ,p_g24_tx_attempt_fail 
-00b8 6800ccea fetch 1 ,mem_24g_rf_hop_ch 
-00b9 c00080bd beq 1 ,p_g24_rf_hop_fastly 
-00ba 704cea01 jam 1 ,mem_24g_rf_hop_ch 
+0100 68014be6 fetch 2 ,mem_24g_txfail_cnt 
+0101 1fe0fe01 increase 1 ,pdata 
+0102 60014be6 store 2 ,mem_24g_txfail_cnt 
+0103 c28501a0 bbit1 10 ,p_g24_tx_attempt_fail 
+0104 6800cd15 fetch 1 ,mem_24g_rf_hop_ch 
+0105 c0008109 beq 1 ,p_g24_rf_hop_fastly 
+0106 704d1501 jam 1 ,mem_24g_rf_hop_ch 
 
 p_g24_rf_hop_attemp_again:
-00bb 6800ccea fetch 1 ,mem_24g_rf_hop_ch 
-00bc c080809c bne 1 ,p_g24_transmit_rf_ctrl_clear 
+0107 6800cd15 fetch 1 ,mem_24g_rf_hop_ch 
+0108 c08080e8 bne 1 ,p_g24_transmit_rf_ctrl_clear 
 
 p_g24_rf_hop_fastly:
-00bd 6800cce8 fetch 1 ,mem_24g_hop_fastly_cnt 
-00be 1fe0fe01 increase 1 ,pdata 
-00bf 6000cce8 store 1 ,mem_24g_hop_fastly_cnt 
-00c0 c00200c4 beq 4 ,p_g24_rf_hop_fastly_exit 
-00c1 20400212 call p_g24_ch 
-00c2 704bfa02 jam 2 ,mem_24g_max_retry 
-00c3 2020010f branch p_g24_transmit_packet 
+0109 6800cd13 fetch 1 ,mem_24g_hop_fastly_cnt 
+010a 1fe0fe01 increase 1 ,pdata 
+010b 6000cd13 store 1 ,mem_24g_hop_fastly_cnt 
+010c c0020110 beq 4 ,p_g24_rf_hop_fastly_exit 
+010d 204001f2 call p_g24_ch 
+010e 704c2502 jam 2 ,mem_24g_max_retry 
+010f 2020015c branch p_g24_transmit_packet 
 
 p_g24_rf_hop_fastly_exit:
-00c4 20400793 call power_ctrl_pac_succ_decrs 
-00c5 704ce800 jam 0 ,mem_24g_hop_fastly_cnt 
-00c6 2020009c branch p_g24_transmit_rf_ctrl_clear 
+0110 2040068b call power_ctrl_pac_succ_decrs 
+0111 704d1300 jam 0 ,mem_24g_hop_fastly_cnt 
+0112 202000e8 branch p_g24_transmit_rf_ctrl_clear 
 
 p_g24_transmit_hop_pac_succ_wo_hop:
-00c7 704ced02 jam 2 ,mem_24g_sync_cnt 
+0113 704d1802 jam 2 ,mem_24g_sync_cnt 
 
 p_g24_transmit_hop_pac_succ:
-00c8 704ceb01 jam 1 ,mem_24g_rf_last_sta 
-00c9 704cea00 jam 0 ,mem_24g_rf_hop_ch 
-00ca 2020009c branch p_g24_transmit_rf_ctrl_clear 
+0114 704d1601 jam 1 ,mem_24g_rf_last_sta 
+0115 704d1500 jam 0 ,mem_24g_rf_hop_ch 
+0116 202000e8 branch p_g24_transmit_rf_ctrl_clear 
 
 p_g24_transmit_succ_rf_config:
-00cb 6800ccec fetch 1 ,mem_24g_rf_work_stage 
-00cc c00180c8 beq 3 ,p_g24_transmit_hop_pac_succ 
-00cd 6800cbb6 fetch 1 ,mem_24g_data_type 
-00ce 2fec0004 isolate0 bit_hop ,pdata 
-00cf 2020809a branch p_g24_transmit_rf_sta_init ,true 
-00d0 6800ccec fetch 1 ,mem_24g_rf_work_stage 
-00d1 c00080c7 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
-00d2 c00100c8 beq 2 ,p_g24_transmit_hop_pac_succ 
-00d3 20600000 rtn 
+0117 6800cd17 fetch 1 ,mem_24g_rf_work_stage 
+0118 c0018114 beq 3 ,p_g24_transmit_hop_pac_succ 
+0119 6800cbe1 fetch 1 ,mem_24g_data_type 
+011a 2fec0004 isolate0 bit_hop ,pdata 
+011b 202080e6 branch p_g24_transmit_rf_sta_init ,true 
+011c 6800cd17 fetch 1 ,mem_24g_rf_work_stage 
+011d c0008113 beq 1 ,p_g24_transmit_hop_pac_succ_wo_hop 
+011e c0010114 beq 2 ,p_g24_transmit_hop_pac_succ 
+011f 20600000 rtn 
 
 p_g24_rf_sta_check:
-00d4 6800cbc5 fetch 1 ,mem_24g_pairing_sm 
-00d5 c1ff8000 rtnne state_24g_pairing_success 
-00d6 204000d9 call p_g24_rf_laststa_synccnt_check 
-00d7 245600e1 ncall p_g24_rf_sync_cnt_check ,user2 
-00d8 20600000 rtn 
+0120 6800cbf0 fetch 1 ,mem_24g_pairing_sm 
+0121 c1ff8000 rtnne state_24g_pairing_success 
+0122 20400125 call p_g24_rf_laststa_synccnt_check 
+0123 2456012d ncall p_g24_rf_sync_cnt_check ,user2 
+0124 20600000 rtn 
 
 p_g24_rf_laststa_synccnt_check:
-00d9 78567c00 disable user2 
-00da 6800cceb fetch 1 ,mem_24g_rf_last_sta 
-00db c1808000 rtnne 1 
-00dc 6800cced fetch 1 ,mem_24g_sync_cnt 
-00dd c1800000 rtnne 0 
-00de 704cec01 jam 1 ,mem_24g_rf_work_stage 
-00df 704bfa04 jam 4 ,mem_24g_max_retry 
-00e0 20207feb branch enable_user2 
+0125 78567c00 disable user2 
+0126 6800cd16 fetch 1 ,mem_24g_rf_last_sta 
+0127 c1808000 rtnne 1 
+0128 6800cd18 fetch 1 ,mem_24g_sync_cnt 
+0129 c1800000 rtnne 0 
+012a 704d1701 jam 1 ,mem_24g_rf_work_stage 
+012b 704c2504 jam 4 ,mem_24g_max_retry 
+012c 20207feb branch enable_user2 
 
 p_g24_rf_sync_cnt_check:
-00e1 6800cced fetch 1 ,mem_24g_sync_cnt 
-00e2 203a00e8 branch p_g24_rf_hop_attemp ,blank 
-00e3 1fe0ffff increase -1 ,pdata 
-00e4 6000cced store 1 ,mem_24g_sync_cnt 
-00e5 704cec02 jam 2 ,mem_24g_rf_work_stage 
-00e6 704bfa04 jam 4 ,mem_24g_max_retry 
-00e7 20200212 branch p_g24_ch 
+012d 6800cd18 fetch 1 ,mem_24g_sync_cnt 
+012e 203a0134 branch p_g24_rf_hop_attemp ,blank 
+012f 1fe0ffff increase -1 ,pdata 
+0130 6000cd18 store 1 ,mem_24g_sync_cnt 
+0131 704d1702 jam 2 ,mem_24g_rf_work_stage 
+0132 704c2504 jam 4 ,mem_24g_max_retry 
+0133 202001f2 branch p_g24_ch 
 
 p_g24_rf_hop_attemp:
-00e8 704cec03 jam 3 ,mem_24g_rf_work_stage 
-00e9 6800ccea fetch 1 ,mem_24g_rf_hop_ch 
-00ea 243a00bb nbranch p_g24_rf_hop_attemp_again ,blank 
-00eb 704bfa02 jam 2 ,mem_24g_max_retry 
-00ec 20200212 branch p_g24_ch 
+0134 704d1703 jam 3 ,mem_24g_rf_work_stage 
+0135 6800cd15 fetch 1 ,mem_24g_rf_hop_ch 
+0136 243a0107 nbranch p_g24_rf_hop_attemp_again ,blank 
+0137 704c2502 jam 2 ,mem_24g_max_retry 
+0138 202001f2 branch p_g24_ch 
 
 p_g24_txdata_prep:
-00ed 6800cbc5 fetch 1 ,mem_24g_pairing_sm 
-00ee c0ff8166 bne state_24g_pairing_success ,p_g24_pairing_sm 
+0139 6800cbf0 fetch 1 ,mem_24g_pairing_sm 
+013a c0ff81ab bne state_24g_pairing_success ,p_g24_pairing_sm 
 
 p_g24_txdata_prep_packeage_data:
-00ef 204000f3 call p_g24_package_data 
+013b 2040013f call p_g24_package_data 
 
 p_g24_txdata_enable_tx:
-00f0 20400200 call p_g24_transmit_prep 
-00f1 704bba01 jam ensure_on_24g ,mem_24g_ensure 
-00f2 20600000 rtn 
+013c 204001e0 call p_g24_transmit_prep 
+013d 704be501 jam ensure_on_24g ,mem_24g_ensure 
+013e 20600000 rtn 
 
 p_g24_package_data:
-00f3 68014ce6 fetch 2 ,mem_cb_24g_data 
-00f4 20407f9c call callback_func 
-00f5 203400f9 branch p_g24_accumulate_mouse_data ,user 
-00f6 6803cb52 fetch 7 ,mem_24g_txbuf + 1 
-00f7 207a0000 rtn blank 
-00f8 20207fe7 branch enable_user 
+013f 68014d11 fetch 2 ,mem_cb_24g_data 
+0140 20407f9c call callback_func 
+0141 20340145 branch p_g24_accumulate_mouse_data ,user 
+0142 6803cb7d fetch 7 ,mem_24g_txbuf + 1 
+0143 207a0000 rtn blank 
+0144 20207fe7 branch enable_user 
 
 p_g24_accumulate_mouse_data:
-00f9 704be100 jam 0 ,mem_24g_abort_pac 
-00fa 1a20fe01 add rega ,1 ,pdata 
-00fb 6000cbb5 store 1 ,mem_24g_datalen 
-00fc 2040009c call p_g24_transmit_rf_ctrl_clear 
-00fd 6000cb51 store 1 ,mem_24g_txbuf 
-00fe e8a88000 ifetcht 1 ,contw 
-00ff ea408000 ifetch 1 ,regb 
-0100 9841fe00 ior temp ,pdata 
-0101 e0a08000 istore 1 ,contw 
-0102 1a40a401 increase 1 ,regb 
-0103 ea420000 ifetch 4 ,regb 
-0104 e0a20000 istore 4 ,contw 
-0105 1a40a404 increase 4 ,regb 
-0106 d8a04b57 arg mem_24g_txbuf + 6 ,contw 
-0107 df200002 arg 2 ,loopcnt 
+0145 20400442 call p_mouse_24g_no_data_timer_init 
+0146 704c0c00 jam 0 ,mem_24g_abort_pac 
+0147 1a20fe01 add rega ,1 ,pdata 
+0148 6000cbe0 store 1 ,mem_24g_datalen 
+0149 204000e8 call p_g24_transmit_rf_ctrl_clear 
+014a 6000cb7c store 1 ,mem_24g_txbuf 
+014b e8a88000 ifetcht 1 ,contw 
+014c ea408000 ifetch 1 ,regb 
+014d 9841fe00 ior temp ,pdata 
+014e e0a08000 istore 1 ,contw 
+014f 1a40a401 increase 1 ,regb 
+0150 ea420000 ifetch 4 ,regb 
+0151 e0a20000 istore 4 ,contw 
+0152 1a40a404 increase 4 ,regb 
+0153 d8a04b82 arg mem_24g_txbuf + 6 ,contw 
+0154 df200002 arg 2 ,loopcnt 
 
 p_g24_accumulation_loop:
-0108 ea408000 ifetch 1 ,regb 
-0109 e8a88000 ifetcht 1 ,contw 
-010a 9840fe00 iadd temp ,pdata 
-010b e0a08000 istore 1 ,contw 
-010c 1a40a401 increase 1 ,regb 
-010d c2000108 loop p_g24_accumulation_loop 
-010e 20600000 rtn 
+0155 ea408000 ifetch 1 ,regb 
+0156 e8a88000 ifetcht 1 ,contw 
+0157 9840fe00 iadd temp ,pdata 
+0158 e0a08000 istore 1 ,contw 
+0159 1a40a401 increase 1 ,regb 
+015a c2000155 loop p_g24_accumulation_loop 
+015b 20600000 rtn 
 
 p_g24_transmit_packet:
-010f 704bbe00 jam 0 ,mem_24g_retry 
+015c 704be900 jam 0 ,mem_24g_retry 
+015d 6800cb4f fetch 1 ,mem_retry_count 
+015e 1fe0fe01 increase 1 ,pdata 
+015f 6000cb4f store 1 ,mem_retry_count 
 
 p_g24_transmit_loop:
-0110 d9600d00 arg param_rx_setup ,timeup 
-0111 34730200 until clkn_rt ,meet 
-0112 2040012b call p_g24_transmit_receive_ack 
-0113 6800cbf1 fetch 1 ,mem_24g_no_ack 
-0114 c1008000 rtneq no_ack_24g 
-0115 242c013a nbranch p_g24_retransmit ,sync 
-0116 2437813a nbranch p_g24_retransmit ,user3 
-0117 20400126 call p_g24_txbuf_clear 
-0118 20400156 call p_g24_ackpayload_parse 
-0119 2040078f call power_ctrl_pac_succ_incrs 
+0160 d9600d00 arg param_rx_setup ,timeup 
+0161 34730200 until clkn_rt ,meet 
+0162 2040017c call p_g24_transmit_receive_ack 
+0163 6800cc1c fetch 1 ,mem_24g_no_ack 
+0164 c1008000 rtneq no_ack_24g 
+0165 242c018b nbranch p_g24_retransmit ,sync 
+0166 2437818b nbranch p_g24_retransmit ,user3 
+0167 20400177 call p_g24_txbuf_clear 
+0168 204001a4 call p_g24_ackpayload_parse 
+0169 20400687 call power_ctrl_pac_succ_incrs 
 
 p_g24_transmit_next_packet:
-011a 6800cbb4 fetch 1 ,mem_24g_pid 
-011b 1fe0fe01 increase 1 ,pdata 
-011c 6000cbb4 store 1 ,mem_24g_pid 
-011d 6800cbc5 fetch 1 ,mem_24g_pairing_sm 
-011e c0ff8129 bne state_24g_pairing_success ,p_g24_paring_mode_start 
-011f 204000cb call p_g24_transmit_succ_rf_config 
+016a 704b4f00 jam 0 ,mem_retry_count 
+016b 6800cbdf fetch 1 ,mem_24g_pid 
+016c 1fe0fe01 increase 1 ,pdata 
+016d 6000cbdf store 1 ,mem_24g_pid 
+016e 6800cbf0 fetch 1 ,mem_24g_pairing_sm 
+016f c0ff817a bne state_24g_pairing_success ,p_g24_paring_mode_start 
+0170 20400117 call p_g24_transmit_succ_rf_config 
 
 p_g24_transmit_abandon:
-0120 58000000 setarg 0 
-0121 60014bbb store 2 ,mem_24g_txfail_cnt 
-0122 6000cbbd store 1 ,mem_24g_get_ack_fail 
-0123 6000cce9 store 1 ,mem_24g_hop_pac_retry 
-0124 704bba00 jam ensure_off_24g ,mem_24g_ensure 
-0125 20600000 rtn 
+0171 58000000 setarg 0 
+0172 60014be6 store 2 ,mem_24g_txfail_cnt 
+0173 6000cbe8 store 1 ,mem_24g_get_ack_fail 
+0174 6000cd14 store 1 ,mem_24g_hop_pac_retry 
+0175 704be500 jam ensure_off_24g ,mem_24g_ensure 
+0176 20600000 rtn 
 
 p_g24_txbuf_clear:
-0126 df200004 arg 4 ,loopcnt 
-0127 d8a04b51 arg mem_24g_txbuf ,contw 
-0128 20207ec6 branch memset0 
+0177 df200004 arg 4 ,loopcnt 
+0178 d8a04b7c arg mem_24g_txbuf ,contw 
+0179 20207ec6 branch memset0 
 
 p_g24_paring_mode_start:
-0129 2040078c call power_ctrl_pac_succ_cnt_init 
-012a 20200180 branch p_g24_paring_mode 
+017a 20400684 call power_ctrl_pac_succ_cnt_init 
+017b 202001ad branch p_g24_paring_mode 
 
 p_g24_transmit_receive_ack:
-012b 7857fc00 disable user3 
-012c 20400279 call p_g24_transmit 
-012d 6800cbf1 fetch 1 ,mem_24g_no_ack 
-012e c0008138 beq no_ack_24g ,p_g24_transmit_no_ack 
-012f 18002a00 force 0 ,radio_ctrl 
-0130 68024bdd fetch 4 ,mem_24g_addr 
-0131 98001200 iforce access 
-0132 68088017 fetcht 1 ,mem_last_freq 
-0133 2040291f call set_freq_rx 
-0134 20402924 call rf_rx_enable 
-0135 20400235 call p_g24_receive_rxon 
-0136 20578271 call p_g24_end_of_packet ,user3 
-0137 20600000 rtn 
+017c 7857fc00 disable user3 
+017d 20400259 call p_g24_transmit 
+017e 6800cc1c fetch 1 ,mem_24g_no_ack 
+017f c0008189 beq no_ack_24g ,p_g24_transmit_no_ack 
+0180 18002a00 force 0 ,radio_ctrl 
+0181 68024c08 fetch 4 ,mem_24g_addr 
+0182 98001200 iforce access 
+0183 68088017 fetcht 1 ,mem_last_freq 
+0184 2040291f call set_freq_rx 
+0185 20402924 call rf_rx_enable 
+0186 20400215 call p_g24_receive_rxon 
+0187 20578251 call p_g24_end_of_packet ,user3 
+0188 20600000 rtn 
 
 p_g24_transmit_no_ack:
-0138 20400271 call p_g24_end_of_packet 
-0139 2020011a branch p_g24_transmit_next_packet 
+0189 20400251 call p_g24_end_of_packet 
+018a 2020016a branch p_g24_transmit_next_packet 
 
 p_g24_retransmit:
-013a 6800cbbd fetch 1 ,mem_24g_get_ack_fail 
-013b 1fe0fe01 increase 1 ,pdata 
-013c 6000cbbd store 1 ,mem_24g_get_ack_fail 
-013d 6800cbc5 fetch 1 ,mem_24g_pairing_sm 
-013e c0ff814e bne state_24g_pairing_success ,p_g24_tx_paring_retry 
-013f 6808cbbe fetcht 1 ,mem_24g_retry 
-0140 18408401 increase 1 ,temp 
-0141 6008cbbe storet 1 ,mem_24g_retry 
-0142 6800cbfa fetch 1 ,mem_24g_max_retry 
-0143 98467e00 isub temp ,pdata 
-0144 243a0110 nbranch p_g24_transmit_loop ,blank 
-0145 6800ccec fetch 1 ,mem_24g_rf_work_stage 
-0146 c00180b4 beq 3 ,p_g24_transmit_pac_fail_hop_stage3 
-0147 6800cce9 fetch 1 ,mem_24g_hop_pac_retry 
-0148 1fe0fe01 increase 1 ,pdata 
-0149 6000cce9 store 1 ,mem_24g_hop_pac_retry 
-014a c00100a9 beq 2 ,p_g24_transmit_hop_pac_fail 
-014b 204000a0 call p_g24_hop_ch_enable 
-014c 704bfa01 jam 1 ,mem_24g_max_retry 
-014d 2020010f branch p_g24_transmit_packet 
+018b 6800cbe8 fetch 1 ,mem_24g_get_ack_fail 
+018c 1fe0fe01 increase 1 ,pdata 
+018d 6000cbe8 store 1 ,mem_24g_get_ack_fail 
+018e c07f81a2 beq 0xff ,p_g24_stop_g24_mode 
+018f 6800cbf0 fetch 1 ,mem_24g_pairing_sm 
+0190 c0ff819c bne state_24g_pairing_success ,p_g24_tx_paring_retry 
+0191 6800cb4f fetch 1 ,mem_retry_count 
+0192 1fe67c02 sub pdata ,2 ,null 
+0193 244101f2 ncall p_g24_ch ,positive 
+0194 6800cbe9 fetch 1 ,mem_24g_retry 
+0195 1fe0fe01 increase 1 ,pdata 
+0196 6000cbe9 store 1 ,mem_24g_retry 
+0197 c0830160 bne 6 ,p_g24_transmit_loop 
+0198 6800cb4f fetch 1 ,mem_retry_count 
+0199 1fe67c02 sub pdata ,2 ,null 
+019a 204101f2 call p_g24_ch ,positive 
+019b 2020015c branch p_g24_transmit_packet 
 
 p_g24_tx_paring_retry:
-014e 6800cbbd fetch 1 ,mem_24g_get_ack_fail 
-014f c1ff8000 rtnne 0xff 
-0150 704bbd00 jam 0 ,mem_24g_get_ack_fail 
-0151 20200154 branch p_g24_stop_g24_mode 
+019c 6800cbe8 fetch 1 ,mem_24g_get_ack_fail 
+019d c1ff8000 rtnne 0xff 
+019e 704be800 jam 0 ,mem_24g_get_ack_fail 
+019f 202001a2 branch p_g24_stop_g24_mode 
 
 p_g24_tx_attempt_fail:
-0152 58000000 setarg 0 
-0153 60014bbb store 2 ,mem_24g_txfail_cnt 
+01a0 58000000 setarg 0 
+01a1 60014be6 store 2 ,mem_24g_txfail_cnt 
 
 p_g24_stop_g24_mode:
-0154 700a993a jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
-0155 20207d86 branch ui_ipc_send_event 
+01a2 700a993a jam bt_evt_24g_attempt_fail ,mem_fifo_temp 
+01a3 20207d86 branch ui_ipc_send_event 
 
 p_g24_ackpayload_parse:
-0156 204001e5 call p_g24_read_len_pid_crc 
-0157 6800cbb3 fetch 1 ,mem_24g_rxdata_length 
-0158 207a0000 rtn blank 
-0159 98007200 iforce loopcnt 
-015a d8c04b31 arg mem_24g_rxbuf + 2 ,contr 
-015b d8a04b93 arg mem_24g_rxpayload ,contw 
-015c 20207f01 branch memcpy 
-
-p_g24_start_pairing_sm1:
-015d 79200026 set1 mark_24g ,mark 
-015e 20400161 call p_g24_pair_init 
-
-p_g24_set_pairing_sm_1:
-015f 704bc501 jam state_24g_pairing_1 ,mem_24g_pairing_sm 
-0160 20600000 rtn 
-
-p_g24_pair_init:
-0161 7041de20 jam tx_power_pair ,mem_tx_power 
-0162 704bb400 jam 0 ,mem_24g_pid 
-0163 704bbf4e jam g24_pair_ch ,mem_24g_ch 
-0164 68024bc1 fetch 4 ,mem_24g_paring_addr 
-0165 202001f2 branch p_g24_update_addr_and_synccrc8 
+01a4 204001c5 call p_g24_read_len_pid_crc 
+01a5 6800cbde fetch 1 ,mem_24g_rxdata_length 
+01a6 207a0000 rtn blank 
+01a7 98007200 iforce loopcnt 
+01a8 d8c04b5c arg mem_24g_rxbuf + 2 ,contr 
+01a9 d8a04bbe arg mem_24g_rxpayload ,contw 
+01aa 20207f01 branch memcpy 
 
 p_g24_pairing_sm:
-0166 6800cbba fetch 1 ,mem_24g_ensure 
-0167 c000ffe7 beq ensure_on_24g ,enable_user 
-0168 6800cbc5 fetch 1 ,mem_24g_pairing_sm 
-0169 c000816d beq state_24g_pairing_1 ,p_g24_pairing_sm_1 
-016a c0010170 beq state_24g_pairing_2 ,p_g24_pairing_sm_2 
-016b c0018173 beq state_24g_pairing_3 ,p_g24_pairing_sm_3 
-016c 20202a8c branch assert 
-
-p_g24_pairing_sm_1:
-016d 704bc511 jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm 
-016e 70119eaa jam 0xaa ,mem_24g_common_temp 
-016f 20200175 branch p_g24_pairing_sm_common 
-
-p_g24_pairing_sm_2:
-0170 704bc512 jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm 
-0171 70119e55 jam 0x55 ,mem_24g_common_temp 
-0172 20200175 branch p_g24_pairing_sm_common 
-
-p_g24_pairing_sm_3:
-0173 704bc513 jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm 
-0174 70119e22 jam 0x22 ,mem_24g_common_temp 
-
-p_g24_pairing_sm_common:
-0175 6800cbb6 fetch 1 ,mem_24g_data_type 
-0176 1fe17e07 and_into bits_data ,pdata 
-0177 6000919f store 1 ,mem_24g_common_temp + 1 
-0178 68024bec fetch 4 ,mem_24g_device_addr 
-0179 600211a0 store 4 ,mem_24g_common_temp + 2 
-
-p_g24_put_pairing_data_in_buff:
-017a 7011a400 jam 0 ,mem_24g_common_temp + 6 
-017b da20119e arg mem_24g_common_temp ,rega 
-017c d8400007 arg 7 ,temp 
-017d 204001e0 call p_g24_put_data_in_buff 
-017e 204000f0 call p_g24_txdata_enable_tx 
-017f 20207fe7 branch enable_user 
+01ab 7011c590 jam zcode_90 ,mem_zcode_temp_param0 
+01ac 202006f2 branch p_zcode_entrance 
 
 p_g24_paring_mode:
-0180 6800cbc5 fetch 1 ,mem_24g_pairing_sm 
-0181 c17f8000 rtneq state_24g_pairing_success 
-0182 c0088186 beq state_24g_pairing_1_waiting_ack ,p_g24_pairing_sm_1_waiting_ack 
-0183 c0090188 beq state_24g_pairing_2_waiting_ack ,p_g24_pairing_sm_2_waiting_ack 
-0184 c009818a beq state_24g_pairing_3_waiting_ack ,p_g24_pairing_sm_3_waiting_ack 
-0185 20600000 rtn 
-
-p_g24_pairing_sm_1_waiting_ack:
-0186 704bc502 jam state_24g_pairing_2 ,mem_24g_pairing_sm 
-0187 20200120 branch p_g24_transmit_abandon 
-
-p_g24_pairing_sm_2_waiting_ack:
-0188 704bc503 jam state_24g_pairing_3 ,mem_24g_pairing_sm 
-0189 20200120 branch p_g24_transmit_abandon 
-
-p_g24_pairing_sm_3_waiting_ack:
-018a 704bc5ff jam state_24g_pairing_success ,mem_24g_pairing_sm 
-018b 700a9939 jam bt_evt_24g_pairing_complete ,mem_fifo_temp 
-018c 20407d86 call ui_ipc_send_event 
-018d 68024b95 fetch 4 ,mem_24g_rxpayload + 2 
-018e 204001f2 call p_g24_update_addr_and_synccrc8 
-018f 20200120 branch p_g24_transmit_abandon 
+01ad 7011c591 jam zcode_91 ,mem_zcode_temp_param0 
+01ae 202006f2 branch p_zcode_entrance 
 
 p_g24_start_24g_mode:
-0190 793f8026 set0 mark_24g ,mark 
-0191 204001d6 call p_g24_ch_syncword_crc8_init 
-0192 6800cbc5 fetch 1 ,mem_24g_pairing_sm 
-0193 c1ff8000 rtnne state_24g_pairing_success 
-0194 204001a5 call p_g24_tx_attemp_data_prep 
-
-p_g24_tx_attemp_dongle_loop:
-0195 20402afa call lpo_calibration 
-0196 200007d0 nop 2000 
-0197 20400532 call p_mouse_get_select_state 
-0198 202081a3 branch p_g24_tx_attemp_dongle_loop_exit ,true 
-0199 6800cbe3 fetch 1 ,mem_24g_check_dongle_times + 1 
-019a c2820154 bbit1 4 ,p_g24_stop_g24_mode 
-019b 2040012b call p_g24_transmit_receive_ack 
-019c 242c01ae nbranch p_g24_attemp_txdata_retry ,sync 
-019d 243781ae nbranch p_g24_attemp_txdata_retry ,user3 
-
-p_g24_tx_attemp_dongle_succ:
-019e 79200026 set1 mark_24g ,mark 
-019f 58000000 setarg 0 
-01a0 60014be2 store 2 ,mem_24g_check_dongle_times 
-01a1 700a993c jam bt_evt_24g_attempt_success ,mem_fifo_temp 
-01a2 20407d86 call ui_ipc_send_event 
-
-p_g24_tx_attemp_dongle_loop_exit:
-01a3 20400126 call p_g24_txbuf_clear 
-01a4 20200071 branch p_g24_transmit_by_interrupt_enable 
-
-p_g24_tx_attemp_data_prep:
-01a5 70119eff jam 0xff ,mem_24g_common_temp 
-01a6 6800cbb6 fetch 1 ,mem_24g_data_type 
-01a7 6000919f store 1 ,mem_24g_common_temp + 1 
-01a8 68024bec fetch 4 ,mem_24g_device_addr 
-01a9 600211a0 store 4 ,mem_24g_common_temp + 2 
-01aa d8400006 arg 6 ,temp 
-01ab da20119e arg mem_24g_common_temp ,rega 
-01ac 204001e0 call p_g24_put_data_in_buff 
-01ad 20200200 branch p_g24_transmit_prep 
-
-p_g24_attemp_txdata_retry:
-01ae 20404489 call mouse_device1_led_on 
-01af 68014be2 fetch 2 ,mem_24g_check_dongle_times 
-01b0 1fe0fe01 increase 1 ,pdata 
-01b1 60014be2 store 2 ,mem_24g_check_dongle_times 
-01b2 20400212 call p_g24_ch 
-01b3 20200195 branch p_g24_tx_attemp_dongle_loop 
+01af 7011c560 jam zcode_60 ,mem_zcode_temp_param0 
+01b0 202006f2 branch p_zcode_entrance 
 
 p_g24_auto_pair_start:
-01b4 793f8026 set0 mark_24g ,mark 
-01b5 204001d2 call p_g24_auto_pair_all_powerful 
-01b6 204001a5 call p_g24_tx_attemp_data_prep 
-
-p_g24_auto_pair_start_loop:
-01b7 20402afa call lpo_calibration 
-01b8 200007d0 nop 2000 
-01b9 20400532 call p_mouse_get_select_state 
-01ba 2020815d branch p_g24_start_pairing_sm1 ,true 
-01bb 6800cbe3 fetch 1 ,mem_24g_check_dongle_times + 1 
-01bc c2820154 bbit1 4 ,p_g24_stop_g24_mode 
-01bd 2040012b call p_g24_transmit_receive_ack 
-01be 242c01c7 nbranch p_g24_auto_pair_retry ,sync 
-01bf 243781c7 nbranch p_g24_auto_pair_retry ,user3 
-01c0 20400156 call p_g24_ackpayload_parse 
-01c1 204002f1 call p_mouse_tx_power_init 
-01c2 68024bdd fetch 4 ,mem_24g_addr 
-01c3 680a4bc1 fetcht 4 ,mem_24g_paring_addr 
-01c4 98467c00 isub temp ,null 
-01c5 2022815d branch p_g24_start_pairing_sm1 ,zero 
-01c6 2020019e branch p_g24_tx_attemp_dongle_succ 
-
-p_g24_auto_pair_retry:
-01c7 20404489 call mouse_device1_led_on 
-01c8 68014be2 fetch 2 ,mem_24g_check_dongle_times 
-01c9 1fe0fe01 increase 1 ,pdata 
-01ca 60014be2 store 2 ,mem_24g_check_dongle_times 
-01cb 6800ccf3 fetch 1 ,mem_24g_auto_paring_switch 
-01cc 1fe0fe01 increase 1 ,pdata 
-01cd 1fe17e01 and_into 1 ,pdata 
-01ce 6000ccf3 store 1 ,mem_24g_auto_paring_switch 
-01cf c00001d8 beq 0 ,p_g24_auto_pair_device_attemp 
-01d0 c00081da beq 1 ,p_g24_auto_pair_pair_attemp 
-01d1 20600000 rtn 
+01b1 7011c570 jam zcode_70 ,mem_zcode_temp_param0 
+01b2 202006f2 branch p_zcode_entrance 
 
-p_g24_auto_pair_all_powerful:
-01d2 7041de20 jam tx_power_pair ,mem_tx_power 
-01d3 58000f0f setarg 0x0f0f 
-01d4 60014bdd store 2 ,mem_24g_addr 
-01d5 e0a10000 istore 2 ,contw 
-
-p_g24_ch_syncword_crc8_init:
-01d6 204001f3 call p_g24_syncword_crc8 
-01d7 20200212 branch p_g24_ch 
-
-p_g24_auto_pair_device_attemp:
-01d8 204001d2 call p_g24_auto_pair_all_powerful 
-01d9 202001b7 branch p_g24_auto_pair_start_loop 
-
-p_g24_auto_pair_pair_attemp:
-01da 20400161 call p_g24_pair_init 
-01db 202001b7 branch p_g24_auto_pair_start_loop 
+p_g24_tx_attemp_data_prep:
+01b3 70119eff jam 0xff ,mem_24g_common_temp 
+01b4 6800cbe1 fetch 1 ,mem_24g_data_type 
+01b5 6000919f store 1 ,mem_24g_common_temp + 1 
+01b6 68024c17 fetch 4 ,mem_24g_device_addr 
+01b7 600211a0 store 4 ,mem_24g_common_temp + 2 
+01b8 d8400006 arg 6 ,temp 
+01b9 da20119e arg mem_24g_common_temp ,rega 
+01ba 204001c0 call p_g24_put_data_in_buff 
+01bb 202001e0 branch p_g24_transmit_prep 
 
 p_g24_check_51cmd_stop_24g:
-01dc 793f8026 set0 mark_24g ,mark 
-01dd 204053ce call le_disable 
+01bc 793f8026 set0 mark_24g ,mark 
+01bd 204053ce call le_disable 
 
 p_mouse_disable_g24_pairing_flag:
-01de d8e00003 arg mosue_24g_pairing_flag ,queue 
-01df 202043d2 branch mouse_disable_function_flag 
+01be d8e00003 arg mosue_24g_pairing_flag ,queue 
+01bf 202043d2 branch mouse_disable_function_flag 
 
 p_g24_put_data_in_buff:
-01e0 6008cbb5 storet 1 ,mem_24g_datalen 
-01e1 18427200 copy temp ,loopcnt 
-01e2 d8a04b51 arg mem_24g_txbuf ,contw 
-01e3 1a220c00 copy rega ,contr 
-01e4 20207f01 branch memcpy 
+01c0 6008cbe0 storet 1 ,mem_24g_datalen 
+01c1 18427200 copy temp ,loopcnt 
+01c2 d8a04b7c arg mem_24g_txbuf ,contw 
+01c3 1a220c00 copy rega ,contr 
+01c4 20207f01 branch memcpy 
 
 p_g24_read_len_pid_crc:
-01e5 6800cb30 fetch 1 ,mem_24g_rxbuf + 1 
-01e6 1fe97e00 rshift3 pdata ,pdata 
-01e7 6000cbb3 store 1 ,mem_24g_rxdata_length 
-01e8 1fe0fe01 increase 1 ,pdata 
-01e9 d8c04b30 arg mem_24g_rxbuf + 1 ,contr 
-01ea 98c08c00 iadd contr ,contr 
-01eb e8c18000 ifetch 3 ,contr 
-01ec 6001cbf2 store 3 ,mem_24g_sta_crc 
-01ed 6800cb30 fetch 1 ,mem_24g_rxbuf + 1 
-01ee 1fe37e00 rshift pdata ,pdata 
-01ef 1fe17e03 and pdata ,0x03 ,pdata 
-01f0 6000cbf8 store 1 ,mem_24g_sta_pid 
-01f1 20600000 rtn 
+01c5 6800cb5b fetch 1 ,mem_24g_rxbuf + 1 
+01c6 1fe97e00 rshift3 pdata ,pdata 
+01c7 6000cbde store 1 ,mem_24g_rxdata_length 
+01c8 1fe0fe01 increase 1 ,pdata 
+01c9 d8c04b5b arg mem_24g_rxbuf + 1 ,contr 
+01ca 98c08c00 iadd contr ,contr 
+01cb e8c18000 ifetch 3 ,contr 
+01cc 6001cc1d store 3 ,mem_24g_sta_crc 
+01cd 6800cb5b fetch 1 ,mem_24g_rxbuf + 1 
+01ce 1fe37e00 rshift pdata ,pdata 
+01cf 1fe17e03 and pdata ,0x03 ,pdata 
+01d0 6000cc23 store 1 ,mem_24g_sta_pid 
+01d1 20600000 rtn 
 
 p_g24_update_addr_and_synccrc8:
-01f2 60024bdd store 4 ,mem_24g_addr 
+01d2 60024c08 store 4 ,mem_24g_addr 
 
 p_g24_syncword_crc8:
-01f3 da200000 arg 0 ,rega 
-01f4 df200004 arg 4 ,loopcnt 
-01f5 d8c04bdd arg mem_24g_addr ,contr 
+01d3 da200000 arg 0 ,rega 
+01d4 df200004 arg 4 ,loopcnt 
+01d5 d8c04c08 arg mem_24g_addr ,contr 
 
 p_g24_syncword_crc8_loop:
-01f6 e8c08000 ifetch 1 ,contr 
-01f7 9a20a200 iadd rega ,rega 
-01f8 c20001f6 loop p_g24_syncword_crc8_loop 
-01f9 1a227e00 copy rega ,pdata 
-01fa 60014c66 store 2 ,mem_24g_syncword 
-01fb 6800cc66 fetch 1 ,mem_24g_syncword 
-01fc 6808cc67 fetcht 1 ,mem_24g_syncword + 1 
-01fd 9840fe00 iadd temp ,pdata 
-01fe 6000cc68 store 1 ,mem_24g_syncword_crc8 
-01ff 20600000 rtn 
+01d6 e8c08000 ifetch 1 ,contr 
+01d7 9a20a200 iadd rega ,rega 
+01d8 c20001d6 loop p_g24_syncword_crc8_loop 
+01d9 1a227e00 copy rega ,pdata 
+01da 60014c91 store 2 ,mem_24g_syncword 
+01db 6800cc91 fetch 1 ,mem_24g_syncword 
+01dc 6808cc92 fetcht 1 ,mem_24g_syncword + 1 
+01dd 9840fe00 iadd temp ,pdata 
+01de 6000cc93 store 1 ,mem_24g_syncword_crc8 
+01df 20600000 rtn 
 
 p_g24_transmit_prep:
-0200 6800cbb5 fetch 1 ,mem_24g_datalen 
-0201 1fe0fe02 increase 2 ,pdata 
-0202 6000cbb7 store 1 ,mem_24g_txlen 
-0203 6800cbb6 fetch 1 ,mem_24g_data_type 
-0204 6000cb71 store 1 ,mem_24g_txpayload 
-0205 6800cbb5 fetch 1 ,mem_24g_datalen 
-0206 1fe9fe00 lshift3 pdata ,pdata 
-0207 6808cbb4 fetcht 1 ,mem_24g_pid 
-0208 18410403 and temp ,0x03 ,temp 
-0209 18438400 lshift temp ,temp 
-020a 9841fe00 ior temp ,pdata 
-020b 6808cbf1 fetcht 1 ,mem_24g_no_ack 
-020c 9840fe00 iadd temp ,pdata 
-020d e0a08000 istore 1 ,contw 
-020e 6800cbb5 fetch 1 ,mem_24g_datalen 
-020f 98007200 iforce loopcnt 
-0210 d8c04b51 arg mem_24g_txbuf ,contr 
-0211 20207f01 branch memcpy 
+01e0 6800cbe0 fetch 1 ,mem_24g_datalen 
+01e1 1fe0fe02 increase 2 ,pdata 
+01e2 6000cbe2 store 1 ,mem_24g_txlen 
+01e3 6800cbe1 fetch 1 ,mem_24g_data_type 
+01e4 6000cb9c store 1 ,mem_24g_txpayload 
+01e5 6800cbe0 fetch 1 ,mem_24g_datalen 
+01e6 1fe9fe00 lshift3 pdata ,pdata 
+01e7 6808cbdf fetcht 1 ,mem_24g_pid 
+01e8 18410403 and temp ,0x03 ,temp 
+01e9 18438400 lshift temp ,temp 
+01ea 9841fe00 ior temp ,pdata 
+01eb 6808cc1c fetcht 1 ,mem_24g_no_ack 
+01ec 9840fe00 iadd temp ,pdata 
+01ed e0a08000 istore 1 ,contw 
+01ee 6800cbe0 fetch 1 ,mem_24g_datalen 
+01ef 98007200 iforce loopcnt 
+01f0 d8c04b7c arg mem_24g_txbuf ,contr 
+01f1 20207f01 branch memcpy 
 
 p_g24_ch:
-0212 6808cbc0 fetcht 1 ,mem_24g_current_ch_number 
-0213 20400216 call p_g24_ch_map_size 
-0214 6008cbc0 storet 1 ,mem_24g_current_ch_number 
-0215 20600000 rtn 
+01f2 6808cbeb fetcht 1 ,mem_24g_current_ch_number 
+01f3 204001f6 call p_g24_ch_map_size 
+01f4 6008cbeb storet 1 ,mem_24g_current_ch_number 
+01f5 20600000 rtn 
 
 p_g24_ch_map_size:
-0216 2040021a call p_g24_ch_calc 
-0217 18408401 increase 1 ,temp 
-0218 18410403 and_into 3 ,temp 
-0219 20600000 rtn 
+01f6 204001fa call p_g24_ch_calc 
+01f7 18408401 increase 1 ,temp 
+01f8 18410403 and_into 3 ,temp 
+01f9 20600000 rtn 
 
 p_g24_ch_calc:
-021a 6800cbdd fetch 1 ,mem_24g_addr 
-021b 1fe17e03 and_into 0x03 ,pdata 
-021c 1fefa204 mul32 pdata ,4 ,rega 
-021d 58004bc6 setarg mem_24g_ch_map1 
-021e 9a20fe00 iadd rega ,pdata 
-021f 98408c00 iadd temp ,contr 
-0220 e8c08000 ifetch 1 ,contr 
-0221 6000cbbf store 1 ,mem_24g_ch 
-0222 20600000 rtn 
+01fa 6800cc08 fetch 1 ,mem_24g_addr 
+01fb 1fe17e03 and_into 0x03 ,pdata 
+01fc 1fefa204 mul32 pdata ,4 ,rega 
+01fd 58004bf1 setarg mem_24g_ch_map1 
+01fe 9a20fe00 iadd rega ,pdata 
+01ff 98408c00 iadd temp ,contr 
+0200 e8c08000 ifetch 1 ,contr 
+0201 6000cbea store 1 ,mem_24g_ch 
+0202 20600000 rtn 
 
 p_g24_prep:
-0223 7844fc00 disable enable_crc 
-0224 7843fc00 disable enable_white 
-0225 58555555 setarg 0x555555 
-0226 98001e00 iforce crc24_init 
-0227 6800cbbf fetch 1 ,mem_24g_ch 
-0228 1fed8400 reverse pdata ,temp 
-0229 79200401 set1 1 ,temp 
-022a 18431c00 rshift temp ,white_init 
-022b 20600000 rtn 
+0203 7844fc00 disable enable_crc 
+0204 7843fc00 disable enable_white 
+0205 58555555 setarg 0x555555 
+0206 98001e00 iforce crc24_init 
+0207 6800cbea fetch 1 ,mem_24g_ch 
+0208 1fed8400 reverse pdata ,temp 
+0209 79200401 set1 1 ,temp 
+020a 18431c00 rshift temp ,white_init 
+020b 20600000 rtn 
 
 p_g24_receive_packet:
-022c 204053c4 call le_enable 
-022d 68024bdd fetch 4 ,mem_24g_addr 
-022e 98001200 iforce access 
-022f 20402918 call set_sync_on 
-0230 6808cbbf fetcht 1 ,mem_24g_ch 
-0231 2040291f call set_freq_rx 
-0232 58000500 setarg param_pll_setup 
-0233 20402a8f call sleep 
-0234 20402924 call rf_rx_enable 
+020c 204053c4 call le_enable 
+020d 68024c08 fetch 4 ,mem_24g_addr 
+020e 98001200 iforce access 
+020f 20402918 call set_sync_on 
+0210 6808cbea fetcht 1 ,mem_24g_ch 
+0211 2040291f call set_freq_rx 
+0212 58000500 setarg param_pll_setup 
+0213 20402a8f call sleep 
+0214 20402924 call rf_rx_enable 
 
 p_g24_receive_rxon:
-0235 20400223 call p_g24_prep 
-0236 7857fc00 disable user3 
-0237 7826fc00 enable decode_fec0 
-0238 7830fc00 enable is_rx 
-0239 78507c00 disable is_tx 
-023a 78287c00 enable swfine 
-023b 68014bb8 fetch 2 ,mem_24g_rx_window 
-023c 98003600 iforce stop_watch 
-023d 37c18400 correlate null ,timeout 
-023e 242c0275 nbranch p_g24_sync_timeout ,sync 
-023f 7846fc00 disable decode_fec0 
-0240 7825fc00 enable decode_fec1 
-0241 7823fc00 enable enable_white 
-0242 7824fc00 enable enable_crc 
-0243 2040026e call p_g24_receive_byte 
-0244 6000cc69 store 1 ,mem_24g_get_syncword_crc8 
-0245 6808cc68 fetcht 1 ,mem_24g_syncword_crc8 
-0246 98467c00 isub temp ,null 
-0247 24228271 nbranch p_g24_end_of_packet ,zero 
-0248 2040026e call p_g24_receive_byte 
-0249 6000cb2f store 1 ,mem_24g_rxbuf 
-024a 6800cbfb fetch 1 ,mem_24g_mode 
-024b 1fe67c02 sub pdata ,rx_24g ,null 
-024c 20228251 branch p_g24_receive_skip ,zero 
-024d 6800cb2f fetch 1 ,mem_24g_rxbuf 
-024e 6808cbb6 fetcht 1 ,mem_24g_data_type 
-024f a8400e00 icompare bits_data ,temp 
-0250 24208271 nbranch p_g24_end_of_packet ,true 
+0215 20400203 call p_g24_prep 
+0216 7857fc00 disable user3 
+0217 7826fc00 enable decode_fec0 
+0218 7830fc00 enable is_rx 
+0219 78507c00 disable is_tx 
+021a 78287c00 enable swfine 
+021b 68014be3 fetch 2 ,mem_24g_rx_window 
+021c 98003600 iforce stop_watch 
+021d 37c18400 correlate null ,timeout 
+021e 242c0255 nbranch p_g24_sync_timeout ,sync 
+021f 7846fc00 disable decode_fec0 
+0220 7825fc00 enable decode_fec1 
+0221 7823fc00 enable enable_white 
+0222 7824fc00 enable enable_crc 
+0223 2040024e call p_g24_receive_byte 
+0224 6000cc94 store 1 ,mem_24g_get_syncword_crc8 
+0225 6808cc93 fetcht 1 ,mem_24g_syncword_crc8 
+0226 98467c00 isub temp ,null 
+0227 24228251 nbranch p_g24_end_of_packet ,zero 
+0228 2040024e call p_g24_receive_byte 
+0229 6000cb5a store 1 ,mem_24g_rxbuf 
+022a 6800cc26 fetch 1 ,mem_24g_mode 
+022b 1fe67c02 sub pdata ,rx_24g ,null 
+022c 20228231 branch p_g24_receive_skip ,zero 
+022d 6800cb5a fetch 1 ,mem_24g_rxbuf 
+022e 6808cbe1 fetcht 1 ,mem_24g_data_type 
+022f a8400e00 icompare bits_data ,temp 
+0230 24208251 nbranch p_g24_end_of_packet ,true 
 
 p_g24_receive_skip:
-0251 2040026e call p_g24_receive_byte 
-0252 e0a08000 istore 1 ,contw 
-0253 1fe97e00 rshift3 pdata ,pdata 
-0254 1fe1721f and pdata ,0x1f ,loopcnt 
-0255 20228259 branch p_g24rx_nopayload ,zero 
+0231 2040024e call p_g24_receive_byte 
+0232 e0a08000 istore 1 ,contw 
+0233 1fe97e00 rshift3 pdata ,pdata 
+0234 1fe1721f and pdata ,0x1f ,loopcnt 
+0235 20228239 branch p_g24rx_nopayload ,zero 
 
 p_g24rx_loop:
-0256 2040026e call p_g24_receive_byte 
-0257 e0a08000 istore 1 ,contw 
-0258 c2000256 loop p_g24rx_loop 
+0236 2040024e call p_g24_receive_byte 
+0237 e0a08000 istore 1 ,contw 
+0238 c2000236 loop p_g24rx_loop 
 
 p_g24rx_nopayload:
-0259 18a22200 copy contw ,rega 
-025a 2040026e call p_g24_receive_byte 
-025b 6000ccf0 store 1 ,mem_rssi_hex_received 
-025c 1a220a00 copy rega ,contw 
-025d 09800018 parse demod ,bucket ,24 
-025e 78287c00 enable swfine 
-025f db600664 arg param_sifs ,stop_watch 
-0260 1fef7e00 rshift32 pdata ,pdata 
-0261 1ff17e00 rshift16 pdata ,pdata 
-0262 e0a18000 istore 3 ,contw 
-0263 7845fc00 disable decode_fec1 
-0264 20230271 branch p_g24_end_of_packet ,crc_failed 
-0265 7837fc00 enable user3 
-0266 68008017 fetch 1 ,mem_last_freq 
-0267 1fe0a200 add pdata ,0 ,rega 
-0268 20402981 call rf_write_freq 
-0269 7846fc00 disable decode_fec0 
-026a 20402918 call set_sync_on 
-026b 6800ccf0 fetch 1 ,mem_rssi_hex_received 
-026c 20400027 call p_rssi_signal 
-026d 20600000 rtn 
+0239 18a22200 copy contw ,rega 
+023a 2040024e call p_g24_receive_byte 
+023b 6000cd1b store 1 ,mem_rssi_hex_received 
+023c 1a220a00 copy rega ,contw 
+023d 09800018 parse demod ,bucket ,24 
+023e 78287c00 enable swfine 
+023f db600664 arg param_sifs ,stop_watch 
+0240 1fef7e00 rshift32 pdata ,pdata 
+0241 1ff17e00 rshift16 pdata ,pdata 
+0242 e0a18000 istore 3 ,contw 
+0243 7845fc00 disable decode_fec1 
+0244 20230251 branch p_g24_end_of_packet ,crc_failed 
+0245 7837fc00 enable user3 
+0246 68008017 fetch 1 ,mem_last_freq 
+0247 1fe0a200 add pdata ,0 ,rega 
+0248 20402981 call rf_write_freq 
+0249 7846fc00 disable decode_fec0 
+024a 20402918 call set_sync_on 
+024b 6800cd1b fetch 1 ,mem_rssi_hex_received 
+024c 2040006a call p_rssi_signal 
+024d 20600000 rtn 
 
 p_g24_receive_byte:
-026e 09800008 parse demod ,bucket ,8 
-026f 19897e00 rshift3 pwindow ,pdata 
-0270 20600000 rtn 
+024e 09800008 parse demod ,bucket ,8 
+024f 19897e00 rshift3 pwindow ,pdata 
+0250 20600000 rtn 
 
 p_g24_end_of_packet:
-0271 784dfc00 disable encode_fec1 
-0272 7845fc00 disable decode_fec1 
-0273 2040264d call end_of_packet 
-0274 20600000 rtn 
+0251 784dfc00 disable encode_fec1 
+0252 7845fc00 disable decode_fec1 
+0253 2040264d call end_of_packet 
+0254 20600000 rtn 
 
 p_g24_sync_timeout:
-0275 20200271 branch p_g24_end_of_packet 
+0255 20200251 branch p_g24_end_of_packet 
 
 p_g24_set_freq_tx:
-0276 20402918 call set_sync_on 
-0277 6808cbbf fetcht 1 ,mem_24g_ch 
-0278 20202933 branch set_freq_tx 
+0256 20402918 call set_sync_on 
+0257 6808cbea fetcht 1 ,mem_24g_ch 
+0258 20202933 branch set_freq_tx 
 
 p_g24_transmit:
-0279 204053c4 call le_enable 
-027a 68024bdd fetch 4 ,mem_24g_addr 
-027b 98001200 iforce access 
-027c 20400223 call p_g24_prep 
-027d 20400276 call p_g24_set_freq_tx 
-027e 79202a00 set1 txgfsk ,radio_ctrl 
-027f 782efc00 enable encode_fec0 
-0280 78307c00 enable is_tx 
-0281 7850fc00 disable is_rx 
-0282 19317e00 rshift16 access ,pdata 
-0283 1fecfe00 rshift8 pdata ,pdata 
-0284 1ff1fe00 rshift4 pdata ,pdata 
-0285 08008628 inject mod ,40 
-0286 784efc00 disable encode_fec0 
-0287 782dfc00 enable encode_fec1 
-0288 7823fc00 enable enable_white 
-0289 7824fc00 enable enable_crc 
-028a 6800cc68 fetch 1 ,mem_24g_syncword_crc8 
-028b 08008608 inject mod ,8 
-028c 6800cbb7 fetch 1 ,mem_24g_txlen 
-028d 98007200 iforce loopcnt 
-028e d8c04b71 arg mem_24g_txpayload ,contr 
+0259 204053c4 call le_enable 
+025a 68024c08 fetch 4 ,mem_24g_addr 
+025b 98001200 iforce access 
+025c 20400203 call p_g24_prep 
+025d 20400256 call p_g24_set_freq_tx 
+025e 79202a00 set1 txgfsk ,radio_ctrl 
+025f 782efc00 enable encode_fec0 
+0260 78307c00 enable is_tx 
+0261 7850fc00 disable is_rx 
+0262 19317e00 rshift16 access ,pdata 
+0263 1fecfe00 rshift8 pdata ,pdata 
+0264 1ff1fe00 rshift4 pdata ,pdata 
+0265 08008628 inject mod ,40 
+0266 784efc00 disable encode_fec0 
+0267 782dfc00 enable encode_fec1 
+0268 7823fc00 enable enable_white 
+0269 7824fc00 enable enable_crc 
+026a 6800cc93 fetch 1 ,mem_24g_syncword_crc8 
+026b 08008608 inject mod ,8 
+026c 6800cbe2 fetch 1 ,mem_24g_txlen 
+026d 98007200 iforce loopcnt 
+026e d8c04b9c arg mem_24g_txpayload ,contr 
 
 p_g24tr_loop:
-028f e8c08000 ifetch 1 ,contr 
-0290 08008608 inject mod ,8 
-0291 c200028f loop p_g24tr_loop 
-0292 78247c00 enable enable_parity 
-0293 08008618 inject mod ,24 
-0294 78447c00 disable enable_parity 
-0295 37d38200 until null ,tx_clear 
-0296 20000064 nop 100 
-0297 784efc00 disable encode_fec0 
-0298 784dfc00 disable encode_fec1 
-0299 20600000 rtn 
+026f e8c08000 ifetch 1 ,contr 
+0270 08008608 inject mod ,8 
+0271 c200026f loop p_g24tr_loop 
+0272 78247c00 enable enable_parity 
+0273 08008618 inject mod ,24 
+0274 78447c00 disable enable_parity 
+0275 37d38200 until null ,tx_clear 
+0276 20000064 nop 100 
+0277 784efc00 disable encode_fec0 
+0278 784dfc00 disable encode_fec1 
+0279 20600000 rtn 
 
 p_g24_timer_check:
-029a 20407fe9 call disable_user 
-029b 680a4bd6 fetcht 4 ,mem_24g_tx_btclk 
-029c 1c427e00 copy clkn_bt ,pdata 
-029d 98467c00 isub temp ,null 
-029e 24412d18 ncall g24_timer_timeout ,positive 
-029f 1fe22400 copy pdata ,regb 
-02a0 68024bd6 fetch 4 ,mem_24g_tx_btclk 
-02a1 6808cbda fetcht 1 ,mem_24g_interval 
-02a2 98408400 iadd temp ,temp 
-02a3 1a427e00 copy regb ,pdata 
-02a4 98467c00 isub temp ,null 
-02a5 24610000 nrtn positive 
-02a6 793ffe1c set0 28 ,pdata 
-02a7 60024bd6 store 4 ,mem_24g_tx_btclk 
-02a8 20207fe7 branch enable_user 
+027a 20407fe9 call disable_user 
+027b 680a4c01 fetcht 4 ,mem_24g_tx_btclk 
+027c 1c427e00 copy clkn_bt ,pdata 
+027d 98467c00 isub temp ,null 
+027e 24412d18 ncall g24_timer_timeout ,positive 
+027f 1fe22400 copy pdata ,regb 
+0280 68024c01 fetch 4 ,mem_24g_tx_btclk 
+0281 6808cc05 fetcht 1 ,mem_24g_interval 
+0282 98408400 iadd temp ,temp 
+0283 1a427e00 copy regb ,pdata 
+0284 98467c00 isub temp ,null 
+0285 24610000 nrtn positive 
+0286 793ffe1c set0 28 ,pdata 
+0287 60024c01 store 4 ,mem_24g_tx_btclk 
+0288 20207fe7 branch enable_user 
 
 p_rssi_noise:
-02a9 204029bb call save_rssi 
-02aa 207a0000 rtn blank 
-02ab 6808cc6f fetcht 1 ,mem_rssi_noise_index 
-02ac da200d9e arg mem_rssi_noise_buffer ,rega 
-02ad 204002b0 call p_rssi_store 
-02ae 6008cc6f storet 1 ,mem_rssi_noise_index 
-02af 20600000 rtn 
+0289 204029bb call save_rssi 
+028a 207a0000 rtn blank 
+028b 6808cc9a fetcht 1 ,mem_rssi_noise_index 
+028c da200d9e arg mem_rssi_noise_buffer ,rega 
+028d 20400290 call p_rssi_store 
+028e 6008cc9a storet 1 ,mem_rssi_noise_index 
+028f 20600000 rtn 
 
 p_rssi_store:
-02b0 1a227e00 copy rega ,pdata 
-02b1 98408a00 iadd temp ,contw 
-02b2 68008018 fetch 1 ,mem_rssi 
-02b3 e0a08000 istore 1 ,contw 
-02b4 18408401 increase 1 ,temp 
-02b5 18410407 and_into rssi_buf_len_signal ,temp 
-02b6 20600000 rtn 
+0290 1a227e00 copy rega ,pdata 
+0291 98408a00 iadd temp ,contw 
+0292 68008018 fetch 1 ,mem_rssi 
+0293 e0a08000 istore 1 ,contw 
+0294 18408401 increase 1 ,temp 
+0295 18410407 and_into rssi_buf_len_signal ,temp 
+0296 20600000 rtn 
 
 p_rssi_average:
-02b7 d8400000 arg 0 ,temp 
-02b8 df200008 arg rssi_buf_len_signal + 1 ,loopcnt 
-02b9 1a220c00 copy rega ,contr 
+0297 d8400000 arg 0 ,temp 
+0298 df200008 arg rssi_buf_len_signal + 1 ,loopcnt 
+0299 1a220c00 copy rega ,contr 
 
 p_rssi_average_loop:
-02ba e8c08000 ifetch 1 ,contr 
-02bb 98408400 iadd temp ,temp 
-02bc c20002ba loop p_rssi_average_loop 
-02bd 18497e00 rshift3 temp ,pdata 
-02be 1fe20400 copy pdata ,temp 
-02bf c6930000 rtnmark0 mark_24g 
-02c0 1fe6fc0a div pdata ,10 
-02c1 20407f86 call wait_div_end 
-02c2 1807fe00 quotient pdata 
-02c3 1ff27e00 lshift4 pdata ,pdata 
-02c4 18070400 remainder temp 
-02c5 98418400 ior temp ,temp 
-02c6 20600000 rtn 
-02c7 20600000 rtn 
+029a e8c08000 ifetch 1 ,contr 
+029b 98408400 iadd temp ,temp 
+029c c200029a loop p_rssi_average_loop 
+029d 18497e00 rshift3 temp ,pdata 
+029e 1fe20400 copy pdata ,temp 
+029f c6930000 rtnmark0 mark_24g 
+02a0 1fe6fc0a div pdata ,10 
+02a1 20407f86 call wait_div_end 
+02a2 1807fe00 quotient pdata 
+02a3 1ff27e00 lshift4 pdata ,pdata 
+02a4 18070400 remainder temp 
+02a5 98418400 ior temp ,temp 
+02a6 20600000 rtn 
+02a7 20600000 rtn 
 
 p_mouse_before_lpm:
-02c8 c6130000 rtnmark1 mark_24g 
-02c9 20400404 call p_mouse_le_txbuff_save 
-02ca 204002d2 call p_mouse_setgpio_lpm 
-02cb 6800c040 fetch 1 ,mem_context 
-02cc c30002cf bbit0 state_inconn ,p_clear_wake 
-02cd 680080a0 fetch 1 ,mem_lpm_current_mult 
-02ce 247a0000 nrtn blank 
+02a8 c6130000 rtnmark1 mark_24g 
+02a9 20400394 call p_mouse_le_txbuff_save 
+02aa 204002b2 call p_mouse_setgpio_lpm 
+02ab 6800c040 fetch 1 ,mem_context 
+02ac c30002af bbit0 state_inconn ,p_clear_wake 
+02ad 680080a0 fetch 1 ,mem_lpm_current_mult 
+02ae 247a0000 nrtn blank 
 
 p_clear_wake:
-02cf 58000000 setarg 0 
-02d0 600400a1 store 8 ,mem_gpio_wakeup_low 
-02d1 20600000 rtn 
+02af 58000000 setarg 0 
+02b0 600400a1 store 8 ,mem_gpio_wakeup_low 
+02b1 20600000 rtn 
 
 p_mouse_setgpio_lpm:
-02d2 204002e2 call p_mouse_set_sdio_high 
-02d3 204002cf call p_clear_wake 
+02b2 204002c2 call p_mouse_set_sdio_high 
+02b3 204002af call p_clear_wake 
 
 p_mouse_setgpio_hibernate:
-02d4 20403ebf call mouse_lpm_before_common 
-02d5 20400373 call p_flash_ncs_disable 
-02d6 68120070 hfetch 4 ,core_gpio_oe0 
-02d7 681a0078 hfetcht 4 ,core_gpio_pu0 
-02d8 98418400 ior temp ,temp 
-02d9 18440400 invert temp ,temp 
-02da 601a007c hstoret 4 ,core_gpio_pd0 
-02db 6810807d hfetch 1 ,core_gpio_pd1 
-02dc 793ffe02 set0 2 ,pdata 
-02dd 6010807d hstore 1 ,core_gpio_pd1 
-02de 6810807e hfetch 1 ,core_gpio_pd2 
-02df 793ffe06 set0 6 ,pdata 
-02e0 6010807e hstore 1 ,core_gpio_pd2 
-02e1 20600000 rtn 
+02b4 20403ebf call mouse_lpm_before_common 
+02b5 20400321 call p_flash_ncs_disable 
+02b6 68120070 hfetch 4 ,core_gpio_oe0 
+02b7 681a0078 hfetcht 4 ,core_gpio_pu0 
+02b8 98418400 ior temp ,temp 
+02b9 18440400 invert temp ,temp 
+02ba 601a007c hstoret 4 ,core_gpio_pd0 
+02bb 6810807d hfetch 1 ,core_gpio_pd1 
+02bc 793ffe02 set0 2 ,pdata 
+02bd 6010807d hstore 1 ,core_gpio_pd1 
+02be 6810807e hfetch 1 ,core_gpio_pd2 
+02bf 793ffe06 set0 6 ,pdata 
+02c0 6010807e hstore 1 ,core_gpio_pd2 
+02c1 20600000 rtn 
 
 p_mouse_set_sdio_high:
-02e2 6800cafe fetch 1 ,mem_mouse_init_sensor_reset_flag 
-02e3 207a0000 rtn blank 
-02e4 20203d80 branch mouse_seting_dpi + 2 
+02c2 6800cafe fetch 1 ,mem_mouse_init_sensor_reset_flag 
+02c3 207a0000 rtn blank 
+02c4 20203d80 branch mouse_seting_dpi + 2 
 
 p_device_init:
-02e5 20403416 call app_lpm_mult_enable 
-02e6 203582ef branch p_device_init_common ,wake 
-02e7 70807820 jam 0x20 ,core_gpio_pu0 
-02e8 20400424 call p_mouse_data_init 
-02e9 6800c1de fetch 1 ,mem_tx_power 
-02ea 6000cc6c store 1 ,mem_tx_power_temp 
-02eb 2040078c call power_ctrl_pac_succ_cnt_init 
-02ec 6800c685 fetch 1 ,mem_ui_button_timeout 
-02ed 6000cb24 store 1 ,mem_select_ui_button_count 
-02ee 204043ca call mouse_bt_discovery_button_down_disable 
-
-p_device_init_common:
-02ef 204002f4 call p_mouse_init 
-02f0 202074b9 branch enable_authrom 
-
-p_mouse_tx_power_init:
-02f1 6800cc6c fetch 1 ,mem_tx_power_temp 
-02f2 6000c1de store 1 ,mem_tx_power 
-02f3 20600000 rtn 
-
-p_mouse_init:
-02f4 24558349 ncall p_mouse_setting_config ,wake 
-02f5 20400329 call p_mouse_spi_init 
-02f6 20758000 rtn wake 
-02f7 204003eb call p_mouse_cb_fuction 
-02f8 20404083 call mouse_check_key_gpio 
-02f9 c002831e beq mouse_lm_button ,p_mouse_24g_pairing_button 
-02fa 202003d4 branch p_mouse_wakeup_from_power 
+02c5 20403416 call app_lpm_mult_enable 
+02c6 204074b9 call enable_authrom 
+02c7 203582db branch p_device_wake_from_lpm ,wake 
+
+p_device_wake_from_power:
+02c8 20400001 call p_wake_from_power 
+02c9 6800c241 fetch 1 ,mem_power_on_flag 
+02ca c28102cd bbit1 2 ,p_mouse_check_reconn_target 
+02cb 204004db call p_mouse_check_key_gpio 
+02cc c00282f4 beq mouse_lm_button ,p_mouse_24g_pairing_button 
 
 p_mouse_check_reconn_target:
-02fb 204002f1 call p_mouse_tx_power_init 
-02fc da204721 arg mem_device1_type ,rega 
-02fd 6800c720 fetch 1 ,mem_device_flag 
-02fe 6808c703 fetcht 1 ,mem_24g_device_number 
-02ff 98467c00 isub temp ,null 
-0300 20628000 rtn zero 
-0301 1fe0ffff increase -1 ,pdata 
-0302 1feffe1d mul32 pdata ,29 ,pdata 
-0303 9a20a200 iadd rega ,rega 
-0304 ea208000 ifetch 1 ,rega 
-0305 6000c210 store 1 ,mem_xrecord_mode 
-0306 c0198309 beq rec_3_mode ,p_mouse3_0_check_reconn_target 
-0307 c01a030d beq rec_4_mode ,p_mouse4_0_check_reconn_target 
-0308 20600000 rtn 
+02cd 204002dc call p_mouse_tx_power_init 
+02ce da204721 arg mem_device1_type ,rega 
+02cf 6800c720 fetch 1 ,mem_device_flag 
+02d0 6808c703 fetcht 1 ,mem_24g_device_number 
+02d1 98467c00 isub temp ,null 
+02d2 2022837f branch p_mouse_start_24g_mode ,zero 
+02d3 1fe0ffff increase -1 ,pdata 
+02d4 1feffe1d mul32 pdata ,29 ,pdata 
+02d5 9a20a200 iadd rega ,rega 
+02d6 ea208000 ifetch 1 ,rega 
+02d7 6000c210 store 1 ,mem_xrecord_mode 
+02d8 c01982df beq rec_3_mode ,p_mouse3_0_check_reconn_target 
+02d9 c01a02e3 beq rec_4_mode ,p_mouse4_0_check_reconn_target 
+02da 20600000 rtn 
+
+p_device_wake_from_lpm:
+02db 202002f6 branch p_mouse_spi_init 
+
+p_mouse_tx_power_init:
+02dc 6800cc97 fetch 1 ,mem_tx_power_temp 
+02dd 6000c1de store 1 ,mem_tx_power 
+02de 20600000 rtn 
 
 p_mouse3_0_check_reconn_target:
-0309 704b2e01 jam 1 ,mem_mouse_bt_reconnect_flag 
-030a 680341d0 fetch 6 ,mem_hci_plap 
-030b 203a33eb branch app_bt_start_discovery_short ,blank 
-030c 20204274 branch mouse3_0_check_reconn_target + 3 
+02df 704b4e01 jam 1 ,mem_mouse_bt_reconnect_flag 
+02e0 680341d0 fetch 6 ,mem_hci_plap 
+02e1 203a33eb branch app_bt_start_discovery_short ,blank 
+02e2 20204274 branch mouse3_0_check_reconn_target + 3 
 
 p_mouse4_0_check_reconn_target:
-030d 70479f01 jam 1 ,mem_mouse_le_reconnect_flag 
-030e 680146a8 fetch 2 ,mem_mouse_direct_timeout 
-030f 600146ae store 2 ,mem_mouse_direct_timer 
-0310 20403418 call app_lpm_mult_disable 
-0311 20400317 call p_le_check_adv_flag 
-0312 58000004 setarg adv_flag_bredr_not_supported 
-0313 e0c08000 istore 1 ,contr 
-0314 d8c04390 arg mem_le_scan_data ,contr 
-0315 204005af call p_le_adv_data_update 
-0316 20207df4 branch check_51cmd_adv 
+02e3 70479f01 jam 1 ,mem_mouse_le_reconnect_flag 
+02e4 680146a8 fetch 2 ,mem_mouse_direct_timeout 
+02e5 600146ae store 2 ,mem_mouse_direct_timer 
+02e6 20403418 call app_lpm_mult_disable 
+02e7 204002ed call p_le_check_adv_flag 
+02e8 58000004 setarg adv_flag_bredr_not_supported 
+02e9 e0c08000 istore 1 ,contr 
+02ea d8c04390 arg mem_le_scan_data ,contr 
+02eb 20400508 call p_le_adv_data_update 
+02ec 20207df4 branch check_51cmd_adv 
 
 p_le_check_adv_flag:
-0317 da204370 arg mem_le_adv_data ,rega 
+02ed da204370 arg mem_le_adv_data ,rega 
 
 p_le_check_adv_flag_loop:
-0318 ea208000 ifetch 1 ,rega 
-0319 207a0000 rtn blank 
-031a 98c0a200 iadd contr ,rega 
-031b e8c08000 ifetch 1 ,contr 
-031c c1008000 rtneq 0x01 
-031d 20200318 branch p_le_check_adv_flag_loop 
+02ee ea208000 ifetch 1 ,rega 
+02ef 207a0000 rtn blank 
+02f0 98c0a200 iadd contr ,rega 
+02f1 e8c08000 ifetch 1 ,contr 
+02f2 c1008000 rtneq 0x01 
+02f3 202002ee branch p_le_check_adv_flag_loop 
 
 p_mouse_24g_pairing_button:
-031e c3818000 rtnbit1 mosue_24g_pairing_flag 
-031f c6130000 rtnmark1 mark_24g 
-0320 20404482 call mouse_devce_led_off 
-0321 d8e00003 arg mosue_24g_pairing_flag ,queue 
-0322 204043ce call mouse_enable_function_flag 
-0323 58000000 setarg 0 
-0324 600146ae store 2 ,mem_mouse_direct_timer 
-0325 6000c6b4 store 1 ,mem_mouse_send_blank_timer 
-0326 60014be2 store 2 ,mem_24g_check_dongle_times 
-0327 204042ca call mouse_stop_discovery 
-0328 2020015d branch p_g24_start_pairing_sm1 
+02f4 7011c561 jam zcode_61 ,mem_zcode_temp_param0 
+02f5 202006f2 branch p_zcode_entrance 
 
 p_mouse_spi_init:
-0329 70421276 jam 0x76 ,mem_spi_init_clk 
-032a 20203d36 branch mouse_spi_init 
+02f6 70421276 jam 0x76 ,mem_spi_init_clk 
+02f7 20203d36 branch mouse_spi_init 
 
 p_mouse_init_sunt:
-032b 20400329 call p_mouse_spi_init 
-032c 204040c0 call mouse_spi_sdio_gpio_pollup 
-032d 6800c6e0 fetch 1 ,mem_config_sensor_type 
-032e c002c0d5 beq p3610 ,mouse_init_3610sensor 
+02f8 204002f6 call p_mouse_spi_init 
+02f9 204040c0 call mouse_spi_sdio_gpio_pollup 
 
 p_mouse_init_sensor:
-032f 204040d9 call mouse_read_sensor_id 
-0330 c0180339 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
-0331 c018833b beq p3065_id1 ,p_mouse_p3065_init_param 
-0332 204040d1 call mouse_twspi_reset 
-0333 200003e8 nop 1000 
-0334 2020032f branch p_mouse_init_sensor 
+02fa 204040d9 call mouse_read_sensor_id 
+02fb c0180304 beq p32xx_id1 ,p_mouse_init_p32xx_id2_judge 
+02fc c0188310 beq p3065_id1 ,p_mouse_p3065_init_param 
+02fd 204040d1 call mouse_twspi_reset 
+02fe 200003e8 nop 1000 
+02ff 202002fa branch p_mouse_init_sensor 
 
 p_mouse_init_sensor_reset:
-0335 704afe01 jam 1 ,mem_mouse_init_sensor_reset_flag 
-0336 2040640f call spi_ncs_enable 
-0337 2040032b call p_mouse_init_sunt 
-0338 20206411 branch spi_ncs_disable 
+0300 704afe01 jam 1 ,mem_mouse_init_sensor_reset_flag 
+0301 2040640f call spi_ncs_enable 
+0302 204002f8 call p_mouse_init_sunt 
+0303 20206411 branch spi_ncs_disable 
 
 p_mouse_init_p32xx_id2_judge:
-0339 20400340 call p_mouse_sensor_poweron 
-033a 202040e0 branch mouse_init_p32xx_id2_judge 
+0304 20400315 call p_mouse_sensor_poweron 
+0305 6800c6de fetch 1 ,mem_sensor_id2 
+0306 c02d0308 beq ma8650_id2 ,p_mouse_ma8650_init_param 
+0307 202040e1 branch mouse_init_p32xx_id2_judge + 1 
+
+p_mouse_ma8650_init_param:
+0308 58008006 setarg 0x8006 
+0309 20406413 call twspi_write 
+030a 20407ec1 call delay_10ms 
+030b 7046e007 jam ma8650 ,mem_config_sensor_type 
+030c 204040f6 call mouse_sensor_disable_wp 
+030d 5800220a setarg 0x220a 
+030e 20406413 call twspi_write 
+030f 202040f4 branch mouse_sensor_enable_wp 
 
 p_mouse_p3065_init_param:
-033b 20400340 call p_mouse_sensor_poweron 
-033c 6800c6de fetch 1 ,mem_sensor_id2 
-033d c03840e8 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
-033e 7046e001 jam p3065 ,mem_config_sensor_type 
-033f 20600000 rtn 
+0310 20400315 call p_mouse_sensor_poweron 
+0311 6800c6de fetch 1 ,mem_sensor_id2 
+0312 c03840e8 beq p3065_xy_id2 ,mouse_p3065xy_init_param 
+0313 7046e001 jam p3065 ,mem_config_sensor_type 
+0314 20600000 rtn 
 
 p_mouse_sensor_poweron:
-0340 58008006 setarg 0x8006 
-0341 20406413 call twspi_write 
-0342 20002ee0 nop 12000 
+0315 204002f6 call p_mouse_spi_init 
+0316 58008006 setarg 0x8006 
+0317 20406413 call twspi_write 
+0318 20002ee0 nop 12000 
 
 p_mouse_dpi_config:
-0343 6800c77a fetch 1 ,mem_mouse_dpi 
-0344 c07fbd66 beq 0xff ,mouse_dpi_config 
-0345 20203d80 branch mouse_seting_dpi + 2 
+0319 6800c77a fetch 1 ,mem_mouse_dpi 
+031a c07fbd66 beq 0xff ,mouse_dpi_config 
+031b 20203d80 branch mouse_seting_dpi + 2 
 
 p_mouse_sensor_powerdown:
-0346 20400340 call p_mouse_sensor_poweron 
-0347 58000806 setarg 0x0806 
-0348 20206413 branch twspi_write 
+031c 204002f6 call p_mouse_spi_init 
+031d 58000806 setarg 0x0806 
+031e 20206413 branch twspi_write 
 
 p_mouse_setting_config:
-0349 20400096 call p_g24_set_device_addr 
-034a 6808cb23 fetcht 1 ,mem_flash_ncs_gpio 
-034b 2040680e call gpio_config_output 
-034c 20403e6e call mouse_gpio_init 
-034d 20403e1e call mouse_param_init 
-034e 20400358 call p_mouse_bt_sdp_update 
-034f 58000000 setarg 0 
-0350 60014154 store 2 ,mem_lpm_interval 
-0351 20403e54 call mouse_adc_init 
-0352 20405810 call le_set_config_fixed_ltk 
-0353 20405839 call le_set_justwork 
-0354 2040582c call le_set_fixed_ltk 
-0355 20405818 call le_set_config_read_authentication 
-0356 20400587 call p_le_addr_random_config 
-0357 20200380 branch p_mouse_load_flash_info_check 
-
-p_mouse_bt_sdp_update:
-0358 204074b9 call enable_authrom 
-0359 d8c08c00 arg 0x8c00 ,contr 
-035a d8a04876 arg mem_mouse_uuid_list ,contw 
-035b df200171 arg 369 ,loopcnt 
-035c 20407f01 call memcpy 
-035d 580f0209 setarg 0x0f0209 
-035e e0a18000 istore 3 ,contw 
-035f 58120009 setarg 0x120009 
-0360 e0a18000 istore 3 ,contw 
-0361 58100209 setarg 0x100209 
-0362 e0a18000 istore 3 ,contw 
-0363 58000009 setarg 0x000009 
-0364 e0a18000 istore 3 ,contw 
-0365 d8c08d71 arg 0x8d71 ,contr 
-0366 df200109 arg 265 ,loopcnt 
-0367 20407f01 call memcpy 
-0368 70488d00 jam 0 ,mem_mouse_uuid_list + 23 
-0369 7048856d jam 0x6d ,mem_mouse_uuid_list + 15 
-036a 5800401f setarg 0x401f 
-036b 600149db store 2 ,mem_mouse_uuid_list + 357 
-036c 58006d04 setarg 0x6d04 
-036d 60014a44 store 2 ,mem_mouse_uuid_list + 462 
-036e 580016b0 setarg 0x16b0 
-036f 60014a4a store 2 ,mem_mouse_uuid_list + 468 
-0370 58004876 setarg mem_mouse_uuid_list 
-0371 60014575 store 2 ,mem_ui_uuid_table 
-0372 20600000 rtn 
+031f 7011c580 jam zcode_80 ,mem_zcode_temp_param0 
+0320 202006f2 branch p_zcode_entrance 
 
 p_flash_ncs_disable:
-0373 6808cb23 fetcht 1 ,mem_flash_ncs_gpio 
-0374 20206825 branch gpio_out_inactive 
+0321 6808cb43 fetcht 1 ,mem_flash_ncs_gpio 
+0322 20206825 branch gpio_out_inactive 
 
 p_spid_init_flash:
-0375 70808640 jam 0x40 ,core_spid_ctrl 
-0376 70808700 jam 0x0 ,core_spid_delay 
-0377 68108081 hfetch 1 ,core_gpio_sel1 
-0378 793ffe00 set0 0 ,pdata 
-0379 793ffe01 set0 1 ,pdata 
-037a 79207e03 set1 3 ,pdata 
-037b 793ffe04 set0 4 ,pdata 
-037c 60108081 hstore 1 ,core_gpio_sel1 
-037d 58000000 setarg 0 
-037e 600201f5 store 4 ,mem_spid_tbuf 
-037f 20600000 rtn 
+0323 70808640 jam 0x40 ,core_spid_ctrl 
+0324 70808700 jam 0x0 ,core_spid_delay 
+0325 68108081 hfetch 1 ,core_gpio_sel1 
+0326 793ffe00 set0 0 ,pdata 
+0327 793ffe01 set0 1 ,pdata 
+0328 79207e03 set1 3 ,pdata 
+0329 793ffe04 set0 4 ,pdata 
+032a 60108081 hstore 1 ,core_gpio_sel1 
+032b 58000000 setarg 0 
+032c 600201f5 store 4 ,mem_spid_tbuf 
+032d 20600000 rtn 
 
 p_mouse_load_flash_info_check:
-0380 204003bf call p_flash_release_deep_power_down 
-0381 20404423 call mouse_load_flash_flag 
-0382 68014778 fetch 2 ,mem_store_flag 
-0383 d840aa55 arg eeprom_init_flag ,temp 
-0384 98467c00 isub temp ,null 
-0385 202283b4 branch p_mouse_load_flash_device_info ,zero 
-0386 60094778 storet 2 ,mem_store_flag 
-0387 2040441c call mouse_ble_init_address 
-0388 70477a02 jam 2 ,mem_mouse_dpi 
-0389 68024b2a fetch 4 ,mem_mouse_24g_addr_init 
-038a 6002477b store 4 ,mem_mouse_24g_addr 
-038b 60024bdd store 4 ,mem_24g_addr 
-038c 2020038d branch p_mouse_store_flash_device_info 
+032e 20400376 call p_flash_release_deep_power_down 
+032f 20404423 call mouse_load_flash_flag 
+0330 68014778 fetch 2 ,mem_store_flag 
+0331 d840aa55 arg eeprom_init_flag ,temp 
+0332 98467c00 isub temp ,null 
+0333 2022836a branch p_mouse_load_flash_device_info ,zero 
+0334 60094778 storet 2 ,mem_store_flag 
+0335 2040441c call mouse_ble_init_address 
+0336 6800c6e1 fetch 1 ,mem_config_sensor_motion 
+0337 6000c77a store 1 ,mem_mouse_dpi 
+0338 68024b4a fetch 4 ,mem_mouse_24g_addr_init 
+0339 6002477b store 4 ,mem_mouse_24g_addr 
+033a 60024c08 store 4 ,mem_24g_addr 
 
 p_mouse_store_flash_device_info:
-038d 204003bf call p_flash_release_deep_power_down 
-038e 20400393 call p_flash_erase_sector 
-038f 204003ab call p_mouse_information_flash_parameters 
-0390 20400397 call p_spid_write_flash 
-0391 204003a2 call p_wait_flash_done 
-0392 202003c4 branch p_mouse_store_random_addr_increase_count 
+033b 20400376 call p_flash_release_deep_power_down 
+033c 20400349 call p_flash_erase_sector 
+033d 20400361 call p_mouse_information_flash_parameters 
+033e 2040034d call p_spid_write_flash 
+033f 20400358 call p_wait_flash_done 
+
+p_mouse_store_random_addr_increase_count:
+0340 d8400002 arg 2 ,temp 
+0341 da2047c2 arg mem_random_addr_increase_count ,rega 
+0342 da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
+0343 6801c700 fetch 3 ,mem_flash_base 
+0344 9a40fe00 iadd regb ,pdata 
+0345 2040034d call p_spid_write_flash 
+0346 20400358 call p_wait_flash_done 
+0347 20400370 call p_flash_deep_power_down 
+0348 202002f6 branch p_mouse_spi_init 
 
 p_flash_erase_sector:
-0393 6801c700 fetch 3 ,mem_flash_base 
-0394 6001c232 store 3 ,mem_spi_write_addr 
-0395 2040652a call flash_erase_sector + 2 
-0396 202003a2 branch p_wait_flash_done 
+0349 6801c700 fetch 3 ,mem_flash_base 
+034a 6001c232 store 3 ,mem_spi_write_addr 
+034b 2040652a call flash_erase_sector + 2 
+034c 20200358 branch p_wait_flash_done 
 
 p_spid_write_flash:
-0397 1fe22600 copy pdata ,regc 
-0398 1a227e00 copy rega ,pdata 
-0399 1fe0fffc increase -4 ,pdata 
-039a 1fe22400 copy pdata ,regb 
-039b ea420000 ifetch 4 ,regb 
-039c 60024b25 store 4 ,mem_write_flash_head_temp 
-039d 1a627e00 copy regc ,pdata 
-039e 20406552 call spid_write_flash 
-039f 68024b25 fetch 4 ,mem_write_flash_head_temp 
-03a0 e2420000 istore 4 ,regb 
-03a1 20600000 rtn 
+034d 1fe22600 copy pdata ,regc 
+034e 1a227e00 copy rega ,pdata 
+034f 1fe0fffc increase -4 ,pdata 
+0350 1fe22400 copy pdata ,regb 
+0351 ea420000 ifetch 4 ,regb 
+0352 60024b45 store 4 ,mem_write_flash_head_temp 
+0353 1a627e00 copy regc ,pdata 
+0354 20406552 call spid_write_flash 
+0355 68024b45 fetch 4 ,mem_write_flash_head_temp 
+0356 e2420000 istore 4 ,regb 
+0357 20600000 rtn 
 
 p_wait_flash_done:
-03a2 580186a0 setarg 100000 
-03a3 20402a8f call sleep 
-03a4 2040650b call spid_unlock_flash 
-03a5 580001fa setarg mem_spid_rbuf 
-03a6 6011008c hstore 2 ,core_spid_rxaddr 
-03a7 58000005 setarg flash_read_satus 
-03a8 204064f3 call spid_read_reg 
-03a9 c28003a2 bbit1 flash_status_wip ,p_wait_flash_done 
-03aa 20600000 rtn 
+0358 580186a0 setarg 100000 
+0359 20402a8f call sleep 
+035a 2040650b call spid_unlock_flash 
+035b 580001fa setarg mem_spid_rbuf 
+035c 6011008c hstore 2 ,core_spid_rxaddr 
+035d 58000005 setarg flash_read_satus 
+035e 204064f3 call spid_read_reg 
+035f c2800358 bbit1 flash_status_wip ,p_wait_flash_done 
+0360 20600000 rtn 
 
 p_mouse_information_flash_parameters:
-03ab 5800477f setarg mem_mouse_information_end 
-03ac d8404720 arg mem_mouse_information_start ,temp 
-03ad 98460400 isub temp ,temp 
-03ae 6801c700 fetch 3 ,mem_flash_base 
-03af da204720 arg mem_mouse_information_start ,rega 
-03b0 20600000 rtn 
+0361 5800477f setarg mem_mouse_information_end 
+0362 d8404720 arg mem_mouse_information_start ,temp 
+0363 98460400 isub temp ,temp 
+0364 6801c700 fetch 3 ,mem_flash_base 
+0365 da204720 arg mem_mouse_information_start ,rega 
+0366 20600000 rtn 
 
 p_mouse_read_flash:
-03b1 204003bf call p_flash_release_deep_power_down 
-03b2 204003ab call p_mouse_information_flash_parameters 
-03b3 20206562 branch spid_read_flash 
+0367 20400376 call p_flash_release_deep_power_down 
+0368 20400361 call p_mouse_information_flash_parameters 
+0369 20206562 branch spid_read_flash 
 
 p_mouse_load_flash_device_info:
-03b4 204003b1 call p_mouse_read_flash 
-03b5 204003cd call p_mouse_load_random_addr_increase_count 
-03b6 2040431a call mouse_select_reconn_device 
-03b7 6802477b fetch 4 ,mem_mouse_24g_addr 
-03b8 60024bdd store 4 ,mem_24g_addr 
-03b9 20600000 rtn 
+036a 20400367 call p_mouse_read_flash 
+036b 20400378 call p_mouse_load_random_addr_increase_count 
+036c 2040431a call mouse_select_reconn_device 
+036d 6802477b fetch 4 ,mem_mouse_24g_addr 
+036e 60024c08 store 4 ,mem_24g_addr 
+036f 20600000 rtn 
 
 p_flash_deep_power_down:
-03ba 20400375 call p_spid_init_flash 
-03bb 2040650b call spid_unlock_flash 
-03bc da204b25 arg mem_write_flash_head_temp ,rega 
-03bd d84000b9 arg flash_command_deep_power_down ,temp 
-03be 20206556 branch spid_write_flash_common 
+0370 700aa2b9 jam flash_command_deep_power_down ,mem_temp 
 
-p_flash_release_deep_power_down:
-03bf 20400375 call p_spid_init_flash 
-03c0 2040650b call spid_unlock_flash 
-03c1 da204b25 arg mem_write_flash_head_temp ,rega 
-03c2 d84000ab arg flash_command_release_deep_power_down ,temp 
-03c3 20206556 branch spid_write_flash_common 
+p_spid_write_flash_cmd:
+0371 20400323 call p_spid_init_flash 
+0372 2040650b call spid_unlock_flash 
+0373 da204b45 arg mem_write_flash_head_temp ,rega 
+0374 68088aa2 fetcht 1 ,mem_temp 
+0375 20206556 branch spid_write_flash_common 
 
-p_mouse_store_random_addr_increase_count:
-03c4 d8400002 arg 2 ,temp 
-03c5 da2047c2 arg mem_random_addr_increase_count ,rega 
-03c6 da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
-03c7 6801c700 fetch 3 ,mem_flash_base 
-03c8 9a40fe00 iadd regb ,pdata 
-03c9 20400397 call p_spid_write_flash 
-03ca 204003a2 call p_wait_flash_done 
-03cb 204003ba call p_flash_deep_power_down 
-03cc 20200329 branch p_mouse_spi_init 
+p_flash_release_deep_power_down:
+0376 700aa2ab jam flash_command_release_deep_power_down ,mem_temp 
+0377 20200371 branch p_spid_write_flash_cmd 
 
 p_mouse_load_random_addr_increase_count:
-03cd 204003bf call p_flash_release_deep_power_down 
-03ce d8400002 arg 2 ,temp 
-03cf da2047c2 arg mem_random_addr_increase_count ,rega 
-03d0 da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
-03d1 6801c700 fetch 3 ,mem_flash_base 
-03d2 9a40fe00 iadd regb ,pdata 
-03d3 20206562 branch spid_read_flash 
-
-p_mouse_wakeup_from_power:
-03d4 68008abd fetch 1 ,mem_wakup_from_power_flag 
-03d5 2fec0003 isolate0 gpio_latch ,pdata 
-03d6 242083d9 nbranch p_mouse_wakeup_no_from_power ,true 
-03d7 2040032b call p_mouse_init_sunt 
-03d8 20400346 call p_mouse_sensor_powerdown 
-
-p_mouse_wakeup_no_from_power:
-
-p_mouse_start_reconnect_device:
-03d9 6800c720 fetch 1 ,mem_device_flag 
-03da c00003dd beq 0 ,p_mouse_start_24g_mode 
-03db c00083dd beq mode_g24_device ,p_mouse_start_24g_mode 
-03dc 202002fb branch p_mouse_check_reconn_target 
+0378 20400376 call p_flash_release_deep_power_down 
+0379 d8400002 arg 2 ,temp 
+037a da2047c2 arg mem_random_addr_increase_count ,rega 
+037b da40005f arg mouse_random_addr_count_eeprom_offset ,regb 
+037c 6801c700 fetch 3 ,mem_flash_base 
+037d 9a40fe00 iadd regb ,pdata 
+037e 20206562 branch spid_read_flash 
 
 p_mouse_start_24g_mode:
-03dd 58000000 setarg 0 
-03de 60014be2 store 2 ,mem_24g_check_dongle_times 
-03df 204003e2 call p_g24_factory_check 
-03e0 203401b4 branch p_g24_auto_pair_start ,user 
-03e1 20200190 branch p_g24_start_24g_mode 
+037f 58000000 setarg 0 
+0380 60014c0d store 2 ,mem_24g_check_dongle_times 
+0381 20400384 call p_g24_factory_check 
+0382 203401b1 branch p_g24_auto_pair_start ,user 
+0383 202001af branch p_g24_start_24g_mode 
 
 p_g24_factory_check:
-03e2 df200002 arg 2 ,loopcnt 
-03e3 d8c04bdd arg mem_24g_addr ,contr 
+0384 df200002 arg 2 ,loopcnt 
+0385 d8c04c08 arg mem_24g_addr ,contr 
 
 p_pdata_0xff_check:
-03e4 20407fe7 call enable_user 
-03e5 5800ffff setarg 0xffff 
+0386 20407fe7 call enable_user 
+0387 5800ffff setarg 0xffff 
 
 p_pdata_0xff_check_loop:
-03e6 e8c90000 ifetcht 2 ,contr 
-03e7 98467c00 isub temp ,null 
-03e8 2442ffe9 ncall disable_user ,zero 
-03e9 c20003e6 loop p_pdata_0xff_check_loop 
-03ea 20600000 rtn 
-
-p_mouse_cb_fuction:
-03eb 58000400 setarg p_mouse_g24_package_data 
-03ec 60014ce6 store 2 ,mem_cb_24g_data 
-03ed 58000417 setarg p_mouse_le 
-03ee 600141ef store 2 ,mem_cb_le_process 
-03ef 58000667 setarg p_le_mouse_bb_event_connect_complete 
-03f0 600141f9 store 2 ,mem_cb_att_write 
-03f1 58000443 setarg p_mouse_bt 
-03f2 600141f1 store 2 ,mem_cb_bt_process 
-03f3 580002c8 setarg p_mouse_before_lpm 
-03f4 600141ed store 2 ,mem_cb_before_lpm 
-03f5 5800048d setarg p_mouse_priority_bb_event 
-03f6 600141f5 store 2 ,mem_cb_bb_event_process 
-03f7 58000469 setarg p_mouse_idle 
-03f8 600141f3 store 2 ,mem_cb_idle_process 
-03f9 580004f0 setarg p_mouse_before_hibernate 
-03fa 600141eb store 2 ,mem_cb_before_hibernate 
-03fb 58000503 setarg p_mouse_bb_event_timer 
-03fc 600141fd store 2 ,mem_cb_event_timer 
-03fd 58003d36 setarg mouse_spi_write_flash_cb 
-03fe 60014201 store 2 ,mem_cb_spi_flash_write_complate 
-03ff 20600000 rtn 
+0388 e8c90000 ifetcht 2 ,contr 
+0389 98467c00 isub temp ,null 
+038a 2442ffe9 ncall disable_user ,zero 
+038b c2000388 loop p_pdata_0xff_check_loop 
+038c 20600000 rtn 
 
 p_mouse_g24_package_data:
-0400 20404401 call mouse_g24_package_data 
-0401 6801469f fetch 2 ,mem_mouse_z 
-0402 207a0000 rtn blank 
-0403 20200071 branch p_g24_transmit_by_interrupt_enable 
+038d 20404401 call mouse_g24_package_data 
+038e 6801469f fetch 2 ,mem_mouse_z 
+038f 207a0000 rtn blank 
+
+p_g24_transmit_by_interrupt_enable:
+0390 704d2001 jam g24_tx_timer_int_enable ,mem_24g_transmit_by_interrupt 
+0391 58000000 setarg 0 
+0392 60014d21 store 2 ,mem_24g_transmit_by_interrupt_exit_count 
+0393 20600000 rtn 
 
 p_mouse_le_txbuff_save:
-0404 d8c01800 arg mem_le_tx_buffer0 ,contr 
-0405 d8a0480a arg mem_le_tx_buffer0_omemalloc ,contw 
-0406 2040040c call p_mouse_le_txbuff_copy 
-0407 d8c01900 arg mem_le_tx_buffer1 ,contr 
-0408 2040040c call p_mouse_le_txbuff_copy 
-0409 d8c01a00 arg mem_le_tx_buffer2 ,contr 
-040a 2040040c call p_mouse_le_txbuff_copy 
-040b d8c01b00 arg mem_le_tx_buffer3 ,contr 
+0394 d8c01800 arg mem_le_tx_buffer0 ,contr 
+0395 d8a0480a arg mem_le_tx_buffer0_omemalloc ,contw 
+0396 2040039c call p_mouse_le_txbuff_copy 
+0397 d8c01900 arg mem_le_tx_buffer1 ,contr 
+0398 2040039c call p_mouse_le_txbuff_copy 
+0399 d8c01a00 arg mem_le_tx_buffer2 ,contr 
+039a 2040039c call p_mouse_le_txbuff_copy 
+039b d8c01b00 arg mem_le_tx_buffer3 ,contr 
 
 p_mouse_le_txbuff_copy:
-040c df20001b arg 27 ,loopcnt 
-040d 20207f01 branch memcpy 
+039c df20001b arg 27 ,loopcnt 
+039d 20207f01 branch memcpy 
 
 p_mouse_le_txbuff_load:
-040e d8c0480a arg mem_le_tx_buffer0_omemalloc ,contr 
-040f d8a01800 arg mem_le_tx_buffer0 ,contw 
-0410 2040040c call p_mouse_le_txbuff_copy 
-0411 d8a01900 arg mem_le_tx_buffer1 ,contw 
-0412 2040040c call p_mouse_le_txbuff_copy 
-0413 d8a01a00 arg mem_le_tx_buffer2 ,contw 
-0414 2040040c call p_mouse_le_txbuff_copy 
-0415 d8a01b00 arg mem_le_tx_buffer3 ,contw 
-0416 2020040c branch p_mouse_le_txbuff_copy 
+039e d8c0480a arg mem_le_tx_buffer0_omemalloc ,contr 
+039f d8a01800 arg mem_le_tx_buffer0 ,contw 
+03a0 2040039c call p_mouse_le_txbuff_copy 
+03a1 d8a01900 arg mem_le_tx_buffer1 ,contw 
+03a2 2040039c call p_mouse_le_txbuff_copy 
+03a3 d8a01a00 arg mem_le_tx_buffer2 ,contw 
+03a4 2040039c call p_mouse_le_txbuff_copy 
+03a5 d8a01b00 arg mem_le_tx_buffer3 ,contw 
+03a6 2020039c branch p_mouse_le_txbuff_copy 
 
 p_mouse_le:
-0417 20405892 call le_fifo_check_nearly_full 
-0418 247a0000 nrtn blank 
-0419 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-041a 1fe17e03 and pdata ,0x03 ,pdata 
-041b c1818000 rtnne 0x03 
-041c 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
-041d 205a0466 call p_mouse_clear_sensor_data ,blank 
-041e 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-041f c282c179 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
-0420 20403f97 call mouse_motion 
-0421 24740000 nrtn user 
-0422 2040043e call p_mouse_wheel_trigger 
-0423 20200429 branch p_mouse_data_push 
-
-p_mouse_data_init:
-0424 7047a007 jam 7 ,mem_mouse_data_queue 
-0425 7047a104 jam 4 ,mem_mouse_data_queue + 1 
-0426 580047a0 setarg mem_mouse_data_queue 
-0427 60014218 store 2 ,mem_queue_ptr 
-0428 20207e38 branch queue_init 
+03a7 20405892 call le_fifo_check_nearly_full 
+03a8 247a0000 nrtn blank 
+03a9 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+03aa 1fe17e03 and pdata ,0x03 ,pdata 
+03ab c1818000 rtnne 0x03 
+03ac 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
+03ad 205a03f5 call p_mouse_clear_sensor_data ,blank 
+03ae 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+03af c282c179 bbit1 mouse_bt_discovery_button_down_flag ,mouse_le_send_empty_packet 
+03b0 20403f97 call mouse_motion 
+03b1 24740000 nrtn user 
+03b2 204003cd call p_mouse_wheel_trigger 
 
 p_mouse_data_push:
-0429 da20469a arg mem_mouse_key ,rega 
-042a 20407e3d call queue_push 
-042b 2054042d call p_mouse_queue_increase ,user 
-042c 20600000 rtn 
+03b3 da20469a arg mem_mouse_key ,rega 
+03b4 20407e3d call queue_push 
+03b5 205403bc call p_mouse_queue_increase ,user 
+03b6 20600000 rtn 
+
+p_mouse_data_init:
+03b7 7047a007 jam 7 ,mem_mouse_data_queue 
+03b8 7047a104 jam 4 ,mem_mouse_data_queue + 1 
+03b9 580047a0 setarg mem_mouse_data_queue 
+03ba 60014218 store 2 ,mem_queue_ptr 
+03bb 20207e38 branch queue_init 
 
 p_mouse_queue_increase:
-042d 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-042e 1fe0fe01 increase 1 ,pdata 
-042f 6000c7c1 store 1 ,mem_mouse_data_queue_num 
-0430 20600000 rtn 
+03bc 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+03bd 1fe0fe01 increase 1 ,pdata 
+03be 6000c7c1 store 1 ,mem_mouse_data_queue_num 
+03bf 20600000 rtn 
 
 p_mouse_data_pull:
-0431 da20469a arg mem_mouse_key ,rega 
-0432 20407e54 call queue_pop 
-0433 20340435 branch p_mouse_fill_data_le ,user 
-0434 20600000 rtn 
+03c0 da20469a arg mem_mouse_key ,rega 
+03c1 20407e54 call queue_pop 
+03c2 203403c4 branch p_mouse_fill_data_le ,user 
+03c3 20600000 rtn 
 
 p_mouse_fill_data_le:
-0435 20405652 call le_clear_md 
-0436 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-0437 1fe67c01 sub pdata ,1 ,null 
-0438 24415650 ncall le_set_md ,positive 
-0439 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-043a 207a0000 rtn blank 
-043b 1fe0ffff increase -1 ,pdata 
-043c 6000c7c1 store 1 ,mem_mouse_data_queue_num 
-043d 20203f90 branch mouse_fill_data_le 
+03c4 20405652 call le_clear_md 
+03c5 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+03c6 1fe67c01 sub pdata ,1 ,null 
+03c7 24415650 ncall le_set_md ,positive 
+03c8 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+03c9 207a0000 rtn blank 
+03ca 1fe0ffff increase -1 ,pdata 
+03cb 6000c7c1 store 1 ,mem_mouse_data_queue_num 
+03cc 20203f90 branch mouse_fill_data_le 
 
 p_mouse_wheel_trigger:
-043e 6801469f fetch 2 ,mem_mouse_z 
-043f 207a0000 rtn blank 
-0440 70480601 jam 1 ,mem_mouse_wheel_trigger 
-0441 70480702 jam 2 ,mem_mouse_wheel_trigger_timer 
-0442 20600000 rtn 
+03cd 6801469f fetch 2 ,mem_mouse_z 
+03ce 207a0000 rtn blank 
+03cf 70480601 jam 1 ,mem_mouse_wheel_trigger 
+03d0 70480702 jam 2 ,mem_mouse_wheel_trigger_timer 
+03d1 20600000 rtn 
 
 p_mouse_bt:
-0443 20770000 rtn attempt 
-0444 6800c1e2 fetch 1 ,mem_app_handshake_flag 
-0445 207a0000 rtn blank 
-0446 20405271 call l2cap_malloc_is_fifo_nearly_full 
-0447 247a0000 nrtn blank 
-0448 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
-0449 205a0466 call p_mouse_clear_sensor_data ,blank 
-044a 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-044b c282bf8a bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
-044c c284bf8a bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
-044d 20403f97 call mouse_motion 
-044e 24740000 nrtn user 
-044f 2040043e call p_mouse_wheel_trigger 
-0450 6800cb03 fetch 1 ,mem_mouse_bt_boot_mode 
-0451 c0008455 beq 1 ,p_mouse_send_data_boot_mode 
-0452 6800cb0a fetch 1 ,mem_mouse_bt_send_first_package_flag 
-0453 207a0000 rtn blank 
-0454 20203f81 branch mouse_send_data 
+03d2 20770000 rtn attempt 
+03d3 6800c1e2 fetch 1 ,mem_app_handshake_flag 
+03d4 207a0000 rtn blank 
+03d5 20405271 call l2cap_malloc_is_fifo_nearly_full 
+03d6 247a0000 nrtn blank 
+03d7 6800c79c fetch 1 ,mem_mouse_clear_sensor_data_flag 
+03d8 205a03f5 call p_mouse_clear_sensor_data ,blank 
+03d9 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+03da c282bf8a bbit1 mouse_bt_discovery_button_down_flag ,mouse_send_empty_data 
+03db c284bf8a bbit1 mouse_bt_discovery_button_long_down_flag ,mouse_send_empty_data 
+03dc 20403f97 call mouse_motion 
+03dd 24740000 nrtn user 
+03de 204003cd call p_mouse_wheel_trigger 
+03df 6800cb03 fetch 1 ,mem_mouse_bt_boot_mode 
+03e0 c00083e4 beq 1 ,p_mouse_send_data_boot_mode 
+03e1 6800cb0a fetch 1 ,mem_mouse_bt_send_first_package_flag 
+03e2 207a0000 rtn blank 
+03e3 20203f81 branch mouse_send_data 
 
 p_mouse_send_data_boot_mode:
-0455 6800c69a fetch 1 ,mem_mouse_key 
-0456 6000cb04 store 1 ,mem_mouse_bt_boot_data 
-0457 6800c69b fetch 1 ,mem_mouse_x 
-0458 e0a08000 istore 1 ,contw 
-0459 6800c69d fetch 1 ,mem_mouse_y 
-045a e0a08000 istore 1 ,contw 
-045b 6801469f fetch 2 ,mem_mouse_z 
-045c e0a10000 istore 2 ,contw 
-045d da200007 arg 7 ,rega 
-045e 20404d63 call hid_malloc_tx_buff 
-045f 6801424e fetch 2 ,mem_hid_int_remote_cid 
-0460 e0a10000 istore 2 ,contw 
-0461 580002a1 setarg 0x02a1 
-0462 e0a10000 istore 2 ,contw 
-0463 6802cb04 fetch 5 ,mem_mouse_bt_boot_data 
-0464 e0a28000 istore 5 ,contw 
-0465 20600000 rtn 
+03e4 6800c69a fetch 1 ,mem_mouse_key 
+03e5 6000cb04 store 1 ,mem_mouse_bt_boot_data 
+03e6 6800c69b fetch 1 ,mem_mouse_x 
+03e7 e0a08000 istore 1 ,contw 
+03e8 6800c69d fetch 1 ,mem_mouse_y 
+03e9 e0a08000 istore 1 ,contw 
+03ea 6801469f fetch 2 ,mem_mouse_z 
+03eb e0a10000 istore 2 ,contw 
+03ec da200007 arg 7 ,rega 
+03ed 20404d63 call hid_malloc_tx_buff 
+03ee 6801424e fetch 2 ,mem_hid_int_remote_cid 
+03ef e0a10000 istore 2 ,contw 
+03f0 580002a1 setarg 0x02a1 
+03f1 e0a10000 istore 2 ,contw 
+03f2 6802cb04 fetch 5 ,mem_mouse_bt_boot_data 
+03f3 e0a28000 istore 5 ,contw 
+03f4 20600000 rtn 
 
 p_mouse_clear_sensor_data:
-0466 20405814 call le_set_config_more_data 
-0467 70479c01 jam 1 ,mem_mouse_clear_sensor_data_flag 
-0468 20200340 branch p_mouse_sensor_poweron 
+03f5 70479c01 jam 1 ,mem_mouse_clear_sensor_data_flag 
+03f6 20405814 call le_set_config_more_data 
+03f7 20200300 branch p_mouse_init_sensor_reset 
 
 p_mouse_idle:
-0469 20407e34 call ui_check_paring_button 
-046a 20400488 call p_mouse_dpi_check 
-046b 20203ee0 branch mouse_wheel_check 
-
-p_gpio_set_input_pd:
-046c 793f8407 set0 gpio_active_bit ,temp 
-046d d8a08078 arg core_gpio_pu0 ,contw 
-046e 20406830 call gpio_set_bit 
-046f 79200407 set1 gpio_active_bit ,temp 
-0470 d8a0807c arg core_gpio_pd0 ,contw 
-0471 20406830 call gpio_set_bit 
-0472 793f8407 set0 gpio_active_bit ,temp 
-0473 d8a08070 arg core_gpio_oe0 ,contw 
-0474 20206830 branch gpio_set_bit 
-
-p_gpio_set_input_pu:
-0475 79200407 set1 gpio_active_bit ,temp 
-0476 d8a08078 arg core_gpio_pu0 ,contw 
-0477 20406830 call gpio_set_bit 
-0478 793f8407 set0 gpio_active_bit ,temp 
-0479 20200470 branch p_gpio_set_input_pd + 4 
+03f8 20407e34 call ui_check_paring_button 
+03f9 20400409 call p_mouse_dpi_check 
+03fa 20203ee0 branch mouse_wheel_check 
 
 p_mouse_dpi_check_next:
-047a 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
-047b 2040681d call gpio_get_bit 
-047c 2020bd62 branch mouse_dpi_up ,true 
+03fb 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
+03fc 2040681d call gpio_get_bit 
+03fd 2020bd62 branch mouse_dpi_up ,true 
 
 p_mouse_dpi_down:
-047d 6800c6b6 fetch 1 ,mem_mouse_dpi_button_state 
-047e c1000000 rtneq dpi_button_state_down 
-047f 7046b600 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
-0480 6800c77a fetch 1 ,mem_mouse_dpi 
-0481 1fe0fe01 increase 1 ,pdata 
-0482 1fe67c03 sub pdata ,0x03 ,null 
-0483 24417fef ncall disable_blank ,positive 
+03fe 6800c6b6 fetch 1 ,mem_mouse_dpi_button_state 
+03ff c1000000 rtneq dpi_button_state_down 
+0400 7046b600 jam dpi_button_state_down ,mem_mouse_dpi_button_state 
+0401 6800c77a fetch 1 ,mem_mouse_dpi 
+0402 1fe0fe01 increase 1 ,pdata 
+0403 1fe67c03 sub pdata ,0x03 ,null 
+0404 24417fef ncall disable_blank ,positive 
 
 p_mouse_set_dpi:
-0484 6000c77a store 1 ,mem_mouse_dpi 
-0485 20403d7e call mouse_seting_dpi 
-0486 7046df02 jam 2 ,mem_mouse_dpi_led_delay_count 
-0487 2020038d branch p_mouse_store_flash_device_info 
+0405 6000c77a store 1 ,mem_mouse_dpi 
+0406 20403d7e call mouse_seting_dpi 
+0407 7046df02 jam 2 ,mem_mouse_dpi_led_delay_count 
+0408 2020033b branch p_mouse_store_flash_device_info 
 
 p_mouse_dpi_check:
-0488 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
-0489 2040046c call p_gpio_set_input_pd 
-048a 2040047a call p_mouse_dpi_check_next 
-048b 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
-048c 20200475 branch p_gpio_set_input_pu 
+0409 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
+040a 204004f2 call p_gpio_set_input_pd 
+040b 204003fb call p_mouse_dpi_check_next 
+040c 6808c6e7 fetcht 1 ,mem_dpi_button_gpio 
+040d 202004fb branch p_gpio_set_input_pu 
 
 p_mouse_priority_bb_event:
-048d 1a627e00 copy regc ,pdata 
-048e c00a049f beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
-048f c00a84a2 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
-0490 c01484ab beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
-0491 c01904ad beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
-0492 c02004b4 beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
-0493 c00204bf beq bt_evt_reconn_failed ,p_mouse_bb_event_reconn_failed 
-0494 c00984bf beq bt_evt_reconn_page_timeout ,p_mouse_bb_event_reconn_timeout 
-0495 c01384c6 beq bt_evt_virtual_cable_unplug ,p_mouse_irtual_cable_unplug 
-0496 c00cb3df beq bt_evt_switch_not_accept ,app_bt_role_switch 
-0497 c01084c8 beq bt_evt_sniff_not_accept ,p_mouse_sniff_not_accept 
-0498 c00084ce beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
-0499 c00104d1 beq bt_evt_bb_disconnected ,p_mouse_bb_event_disconnected 
-049a c01584d6 beq bt_evt_switch_success_master ,p_mouse_enter_sniff_check 
-049b c01c84db beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
-049c c01d04e7 beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
-049d c01e04ee beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
-049e 2020417d branch mouse_priority_bb_event + 1 
+040e 1a627e00 copy regc ,pdata 
+040f c00a0420 beq bt_evt_le_connected ,p_mouse_le_bb_event_connected 
+0410 c00a8423 beq bt_evt_le_disconnected ,p_mouse_le_bb_disconnected 
+0411 c0148426 beq bt_evt_le_enc_info ,p_mouse_le_enc_info 
+0412 c0190428 beq bt_evt_le_start_enc ,p_mouse_le_ll_start_encryt 
+0413 c020042a beq bt_evt_le_parse_conn_papa_update_rsp ,p_mouse_le_conn_param_update_rsp_recieved 
+0414 c002042c beq bt_evt_reconn_failed ,p_mouse_bb_event_reconn_failed 
+0415 c009842c beq bt_evt_reconn_page_timeout ,p_mouse_bb_event_reconn_timeout 
+0416 c013842e beq bt_evt_virtual_cable_unplug ,p_mouse_irtual_cable_unplug 
+0417 c00cb3df beq bt_evt_switch_not_accept ,app_bt_role_switch 
+0418 c0108430 beq bt_evt_sniff_not_accept ,p_mouse_sniff_not_accept 
+0419 c0008432 beq bt_evt_bb_connected ,p_mouse_bb_event_connected 
+041a c0010435 beq bt_evt_bb_disconnected ,p_mouse_bb_event_disconnected 
+041b c0158438 beq bt_evt_switch_success_master ,p_mouse_enter_sniff_check 
+041c c01c843a beq bt_evt_24g_pairing_complete ,p_mouse_24g_pairing_complete 
+041d c01d043d beq bt_evt_24g_attempt_fail ,p_mouse_24g_attempt_fail 
+041e c01e0441 beq bt_evt_24g_attempt_success ,p_mouse_24g_attempt_success 
+041f 2020417d branch mouse_priority_bb_event + 1 
 
 p_mouse_le_bb_event_connected:
-049f 20400335 call p_mouse_init_sensor_reset 
-04a0 20400424 call p_mouse_data_init 
-04a1 202041c3 branch mouse_le_bb_event_connected 
+0420 20400300 call p_mouse_init_sensor_reset 
+0421 7011c5b0 jam zcode_b0 ,mem_zcode_temp_param0 
+0422 202006f2 branch p_zcode_entrance 
 
 p_mouse_le_bb_disconnected:
-04a2 204004ff call p_mouse_sensor_powerdown_check 
-04a3 58000007 setarg le_interval_8_75ms 
-04a4 60014496 store 2 ,mem_le_interval_min 
-04a5 60014498 store 2 ,mem_le_interval_min + 2 
-04a6 7047c400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-04a7 70479c00 jam 0 ,mem_mouse_clear_sensor_data_flag 
-04a8 20400424 call p_mouse_data_init 
-04a9 20405816 call le_clr_config_more_data 
-04aa 202041d9 branch mouse_bb_disconnected 
+0423 20400448 call p_mouse_sensor_powerdown_check 
+0424 7011c5a2 jam zcode_a2 ,mem_zcode_temp_param0 
+0425 202006f2 branch p_zcode_entrance 
 
 p_mouse_le_enc_info:
 
 p_app_updata_le_param:
-04ab 700a9912 jam bt_cmd_le_update_conn ,mem_fifo_temp 
-04ac 20207d8f branch ui_ipc_send_cmd 
+0426 700a9912 jam bt_cmd_le_update_conn ,mem_fifo_temp 
+0427 20207d8f branch ui_ipc_send_cmd 
 
 p_mouse_le_ll_start_encryt:
-04ad 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
-04ae c00084b0 beq 1 ,p_mouse_le_ll_reconn_start_encryt 
-04af 202004b2 branch p_mouse_le_ll_enable_start_enc_flag 
-
-p_mouse_le_ll_reconn_start_encryt:
-04b0 204004ab call p_app_updata_le_param 
-04b1 7046c614 jam 20 ,mem_le_start_encrypt_timer 
-
-p_mouse_le_ll_enable_start_enc_flag:
-04b2 d8e00001 arg ll_start_enc_flag ,queue 
-04b3 202041b9 branch mouse_le_enable_connect_flag 
+0428 7011c5b3 jam zcode_b3 ,mem_zcode_temp_param0 
+0429 202006f2 branch p_zcode_entrance 
 
 p_mouse_le_conn_param_update_rsp_recieved:
-04b4 68014509 fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result 
-04b5 c1000000 rtneq ble_signaling_connect_parameter_update_accepted 
-04b6 68008441 fetch 1 ,mem_le_tsniff 
-04b7 1feb7e00 rshift2 pdata ,pdata 
-04b8 1fe67c0c sub pdata ,le_interval_15ms ,null 
-04b9 20610000 rtn positive 
-04ba 58000009 setarg le_interval_11_25ms 
-04bb 60014496 store 2 ,mem_le_interval_min 
-04bc 60014498 store 2 ,mem_le_interval_min + 2 
-04bd 204004ab call p_app_updata_le_param 
-04be 202005cf branch p_mouse_le_conn_param_lpm_disable 
+042a 7011c5a1 jam zcode_a1 ,mem_zcode_temp_param0 
+042b 202006f2 branch p_zcode_entrance 
 
 p_mouse_bb_event_reconn_timeout:
 
 p_mouse_bb_event_reconn_failed:
-04bf 68014682 fetch 2 ,mem_ui_state_map 
-04c0 c3860000 rtnbit1 ui_state_btn_down 
-04c1 c3830000 rtnbit1 ui_state_bt_discovery 
-04c2 c3858000 rtnbit1 ui_state_ble_adv 
-04c3 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-04c4 c3828000 rtnbit1 mouse_bt_discovery_button_down_flag 
-04c5 202033a7 branch app_bb_hibernate 
+042c 7011c5a3 jam zcode_a3 ,mem_zcode_temp_param0 
+042d 202006f2 branch p_zcode_entrance 
 
 p_mouse_irtual_cable_unplug:
-04c6 2040438e call mouse_irtual_cable_unplug 
-04c7 202033a7 branch app_bb_hibernate 
+042e 2040438e call mouse_irtual_cable_unplug 
+042f 202033a7 branch app_bb_hibernate 
 
 p_mouse_sniff_not_accept:
-04c8 6800c808 fetch 1 ,mem_mouse_enter_sniff_count 
-04c9 c1010000 rtneq 2 
-04ca 1fe0fe01 increase 1 ,pdata 
-04cb 6000c808 store 1 ,mem_mouse_enter_sniff_count 
-04cc 7041e312 jam 0x12 ,mem_sniff_param_interval 
-04cd 2020340e branch app_bt_enter_sniff 
+0430 7011c5b1 jam zcode_b1 ,mem_zcode_temp_param0 
+0431 202006f2 branch p_zcode_entrance 
 
 p_mouse_bb_event_connected:
-04ce 70480900 jam 0 ,mem_mouse_send_switch_req_timer 
-04cf 20400335 call p_mouse_init_sensor_reset 
-04d0 202042ca branch mouse_stop_discovery 
+0432 70480900 jam 0 ,mem_mouse_send_switch_req_timer 
+0433 20400300 call p_mouse_init_sensor_reset 
+0434 202042ca branch mouse_stop_discovery 
 
 p_mouse_bb_event_disconnected:
-04d1 704aff00 jam 0 ,mem_bt_rcvd_switch_req_accept 
-04d2 704b0100 jam 0 ,mem_bt_send_lmp_setup_complete 
-04d3 704b0a00 jam 0 ,mem_mouse_bt_send_first_package_flag 
-04d4 204004ff call p_mouse_sensor_powerdown_check 
-04d5 202041d9 branch mouse_bb_disconnected 
+0435 20400448 call p_mouse_sensor_powerdown_check 
+0436 7011c5b4 jam zcode_b4 ,mem_zcode_temp_param0 
+0437 202006f2 branch p_zcode_entrance 
 
 p_mouse_enter_sniff_check:
-04d6 6800c808 fetch 1 ,mem_mouse_enter_sniff_count 
-04d7 c1810000 rtnne 2 
-04d8 70480800 jam 0 ,mem_mouse_enter_sniff_count 
-04d9 7041e30e jam 0x0e ,mem_sniff_param_interval 
-04da 2020340e branch app_bt_enter_sniff 
+0438 7011c5b2 jam zcode_b2 ,mem_zcode_temp_param0 
+0439 202006f2 branch p_zcode_entrance 
 
 p_mouse_24g_pairing_complete:
-04db 20400335 call p_mouse_init_sensor_reset 
-04dc 70478b01 jam 1 ,mem_mouse_24g_enter_lpm_enable 
-04dd d8e00003 arg mosue_24g_pairing_flag ,queue 
-04de 204043d2 call mouse_disable_function_flag 
-04df 58000000 setarg 0 
-04e0 60014707 store 2 ,mem_24g_pairing_timer_count 
-04e1 7046a700 jam 0 ,mem_mouse_move_flag 
-04e2 2040405d call mouse_read_sensor_common 
-04e3 204002f1 call p_mouse_tx_power_init 
-04e4 68024bdd fetch 4 ,mem_24g_addr 
-04e5 6002477b store 4 ,mem_mouse_24g_addr 
-04e6 2020038d branch p_mouse_store_flash_device_info 
+043a 20400300 call p_mouse_init_sensor_reset 
+043b 7011c592 jam zcode_92 ,mem_zcode_temp_param0 
+043c 202006f2 branch p_zcode_entrance 
 
 p_mouse_24g_attempt_fail:
-04e7 204004ff call p_mouse_sensor_powerdown_check 
-04e8 704cf500 jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt 
-04e9 204002f1 call p_mouse_tx_power_init 
-04ea 204001dc call p_g24_check_51cmd_stop_24g 
-04eb 7041bd00 jam 0 ,mem_link_key_exists 
-04ec 204002d4 call p_mouse_setgpio_hibernate 
-04ed 2020340a branch app_enter_hibernate 
+043d 20400448 call p_mouse_sensor_powerdown_check 
+043e 704b4f00 jam 0 ,mem_retry_count 
+043f 7011c5a0 jam zcode_a0 ,mem_zcode_temp_param0 
+0440 202006f2 branch p_zcode_entrance 
 
 p_mouse_24g_attempt_success:
-04ee 20400335 call p_mouse_init_sensor_reset 
-04ef 20203f8d branch mouse_no_data_timer_init 
+0441 20400300 call p_mouse_init_sensor_reset 
+
+p_mouse_24g_no_data_timer_init:
+0442 58002ee0 setarg 0x2ee0 
+0443 600146b0 store 2 ,mem_mouse_no_data_timer 
+0444 20600000 rtn 
 
 p_mouse_before_hibernate:
-04f0 78347c00 enable user 
-04f1 68120138 hfetch 4 ,0x8138 
-04f2 79347e1a setflag user ,26 ,pdata 
-04f3 6012004c hstore 4 ,core_lpm_reg 
-04f4 20402c21 call lpm_write_ctrl 
-04f5 204004ff call p_mouse_sensor_powerdown_check 
-04f6 204074bd call disable_authrom 
-04f7 20404482 call mouse_devce_led_off 
-04f8 20403e9f call mouse_before_hibernate_wheel_gpio_set 
-04f9 204002d4 call p_mouse_setgpio_hibernate 
-04fa 204003ba call p_flash_deep_power_down 
-04fb 68108081 hfetch 1 ,core_gpio_sel1 
-04fc 1fe17ef7 and pdata ,0xf7 ,pdata 
-04fd 60108081 hstore 1 ,core_gpio_sel1 
-04fe 20600000 rtn 
+0445 20400448 call p_mouse_sensor_powerdown_check 
+0446 7011c5a4 jam zcode_a4 ,mem_zcode_temp_param0 
+0447 202006f2 branch p_zcode_entrance 
 
 p_mouse_sensor_powerdown_check:
-04ff 6800cafe fetch 1 ,mem_mouse_init_sensor_reset_flag 
-0500 207a0000 rtn blank 
-0501 704afe00 jam 0 ,mem_mouse_init_sensor_reset_flag 
-0502 20200346 branch p_mouse_sensor_powerdown 
+0448 6800cafe fetch 1 ,mem_mouse_init_sensor_reset_flag 
+0449 207a0000 rtn blank 
+044a 704afe00 jam 0 ,mem_mouse_init_sensor_reset_flag 
+044b 2020031c branch p_mouse_sensor_powerdown 
 
 p_mouse_bb_event_timer:
-0503 20400552 call p_mouse_adc_read 
-0504 20400510 call p_mouse_low_voltage_led_timer 
-0505 2040051f call p_mouse_wheel_trigger_timer 
-0506 20400576 call p_mouse_dpi_led_blink_delay_timer 
-0507 20400534 call p_mouse_select_device_by_button 
-0508 20404234 call mouse_check_discovery_timeout_timer 
-0509 2040423a call mouse_check_no_data_timeout_timer 
-050a 20404237 call mouse_check_direct_timeout_timer 
-050b 2040051c call p_mouse_le_enable_att_list_timer 
-050c 20400514 call p_mouse_send_switch_req_timer 
-050d 20404231 call mouse_check_hid_handshake_timer 
-050e 20400517 call p_mouse_bt_check_sniff_req_timeout_timer 
-050f 2020077b branch p_mouse_device_poweron_led_timer 
+044c 2040049c call p_mouse_adc_read 
+044d 20400459 call p_mouse_low_voltage_led_timer 
+044e 20400468 call p_mouse_wheel_trigger_timer 
+044f 204004c2 call p_mouse_dpi_led_blink_delay_timer 
+0450 2040047d call p_mouse_select_device_by_button 
+0451 20404234 call mouse_check_discovery_timeout_timer 
+0452 2040423a call mouse_check_no_data_timeout_timer 
+0453 20404237 call mouse_check_direct_timeout_timer 
+0454 20400465 call p_mouse_le_enable_att_list_timer 
+0455 2040045d call p_mouse_send_switch_req_timer 
+0456 20404231 call mouse_check_hid_handshake_timer 
+0457 20400460 call p_mouse_bt_check_sniff_req_timeout_timer 
+0458 20200673 branch p_mouse_device_poweron_led_timer 
 
 p_mouse_low_voltage_led_timer:
-0510 6800c714 fetch 1 ,mem_mouse_blink_count 
-0511 203a43eb branch mouse_low_voltage_led_timer ,blank 
-0512 7046cf0c jam 12 ,mem_adc_low_volatage_led_timer_count 
-0513 20600000 rtn 
+0459 6800c714 fetch 1 ,mem_mouse_blink_count 
+045a 203a43eb branch mouse_low_voltage_led_timer ,blank 
+045b 7046cf0c jam 12 ,mem_adc_low_volatage_led_timer_count 
+045c 20600000 rtn 
 
 p_mouse_send_switch_req_timer:
-0514 da604809 arg mem_mouse_send_switch_req_timer ,regc 
-0515 da40637a arg host_create_conn_resend ,regb 
-0516 2020336d branch timer_single_step 
+045d da604809 arg mem_mouse_send_switch_req_timer ,regc 
+045e da40637a arg host_create_conn_resend ,regb 
+045f 2020336d branch timer_single_step 
 
 p_mouse_bt_check_sniff_req_timeout_timer:
-0517 da604b09 arg mem_mouse_bt_send_first_package_timer ,regc 
-0518 da40051a arg p_mouse_bt_send_first_package ,regb 
-0519 2020336d branch timer_single_step 
+0460 da604b09 arg mem_mouse_bt_send_first_package_timer ,regc 
+0461 da400463 arg p_mouse_bt_send_first_package ,regb 
+0462 2020336d branch timer_single_step 
 
 p_mouse_bt_send_first_package:
-051a 704b0a01 jam 1 ,mem_mouse_bt_send_first_package_flag 
-051b 20600000 rtn 
+0463 704b0a01 jam 1 ,mem_mouse_bt_send_first_package_flag 
+0464 20600000 rtn 
 
 p_mouse_le_enable_att_list_timer:
-051c da6046c6 arg mem_le_start_encrypt_timer ,regc 
-051d da403d60 arg mouse_le_write_enable ,regb 
-051e 2020336d branch timer_single_step 
+0465 da6046c6 arg mem_le_start_encrypt_timer ,regc 
+0466 da403d60 arg mouse_le_write_enable ,regb 
+0467 2020336d branch timer_single_step 
 
 p_mouse_wheel_trigger_timer:
-051f da604807 arg mem_mouse_wheel_trigger_timer ,regc 
-0520 da400522 arg p_mouse_wheel_trigger_disable ,regb 
-0521 2020336d branch timer_single_step 
+0468 da604807 arg mem_mouse_wheel_trigger_timer ,regc 
+0469 da40046b arg p_mouse_wheel_trigger_disable ,regb 
+046a 2020336d branch timer_single_step 
 
 p_mouse_wheel_trigger_disable:
-0522 70480600 jam 0 ,mem_mouse_wheel_trigger 
-0523 20600000 rtn 
+046b 70480600 jam 0 ,mem_mouse_wheel_trigger 
+046c 20600000 rtn 
 
 p_mouse_bt_discovery_timer:
-0524 da604b24 arg mem_select_ui_button_count ,regc 
-0525 da400527 arg p_mouse_long_button_bt_discovery ,regb 
-0526 2020336d branch timer_single_step 
+046d da604b44 arg mem_select_ui_button_count ,regc 
+046e da400470 arg p_mouse_long_button_bt_discovery ,regb 
+046f 2020336d branch timer_single_step 
 
 p_mouse_long_button_bt_discovery:
-0527 6808c720 fetcht 1 ,mem_device_flag 
-0528 6800c703 fetch 1 ,mem_24g_device_number 
-0529 98467c00 isub temp ,null 
-052a 20628000 rtn zero 
-052b 68014682 fetch 2 ,mem_ui_state_map 
-052c 2feffe0b isolate1 ui_state_ble_adv ,pdata 
-052d 2040c2d4 call mouse_stop_le_adv ,true 
-052e 68014682 fetch 2 ,mem_ui_state_map 
-052f 2feffe07 isolate1 ui_state_bt_reconnect ,pdata 
-0530 2040c392 call mouse_cancel_reconnect ,true 
-0531 202043b8 branch mouse_long_button_bt_discovry 
+0470 6808c720 fetcht 1 ,mem_device_flag 
+0471 6800c703 fetch 1 ,mem_24g_device_number 
+0472 98467c00 isub temp ,null 
+0473 20628000 rtn zero 
+0474 68014682 fetch 2 ,mem_ui_state_map 
+0475 2feffe0b isolate1 ui_state_ble_adv ,pdata 
+0476 2040c2d4 call mouse_stop_le_adv ,true 
+0477 68014682 fetch 2 ,mem_ui_state_map 
+0478 2feffe07 isolate1 ui_state_bt_reconnect ,pdata 
+0479 2040c392 call mouse_cancel_reconnect ,true 
+047a 202043b8 branch mouse_long_button_bt_discovry 
 
 p_mouse_get_select_state:
-0532 6808c6ed fetcht 1 ,mem_config_select_device_button_gpio 
-0533 2020681d branch gpio_get_bit 
+047b 6808c6ed fetcht 1 ,mem_config_select_device_button_gpio 
+047c 2020681d branch gpio_get_bit 
 
 p_mouse_select_device_by_button:
-0534 20400532 call p_mouse_get_select_state 
-0535 2420853f nbranch p_mouse_select_device_button_up ,true 
+047d 2040047b call p_mouse_get_select_state 
+047e 24208488 nbranch p_mouse_select_device_button_up ,true 
 
 p_mouse_select_device_button_down:
-0536 20400524 call p_mouse_bt_discovery_timer 
-0537 6800c6d9 fetch 1 ,mem_select_device_button_statue 
-0538 c1000000 rtneq pb_button_state_down 
-0539 7046d900 jam pb_button_state_down ,mem_select_device_button_statue 
-053a 680146a8 fetch 2 ,mem_mouse_direct_timeout 
-053b 600146ae store 2 ,mem_mouse_direct_timer 
-053c 18000e03 force page_length_timer ,queue 
-053d 680140b9 fetch 2 ,mem_page_to 
-053e 20207f08 branch timer_init 
+047f 2040046d call p_mouse_bt_discovery_timer 
+0480 6800c6d9 fetch 1 ,mem_select_device_button_statue 
+0481 c1000000 rtneq pb_button_state_down 
+0482 7046d900 jam pb_button_state_down ,mem_select_device_button_statue 
+0483 680146a8 fetch 2 ,mem_mouse_direct_timeout 
+0484 600146ae store 2 ,mem_mouse_direct_timer 
+0485 18000e03 force page_length_timer ,queue 
+0486 680140b9 fetch 2 ,mem_page_to 
+0487 20207f08 branch timer_init 
 
 p_mouse_select_device_button_up:
-053f 6800c6d9 fetch 1 ,mem_select_device_button_statue 
-0540 c1008000 rtneq pb_button_state_up 
-0541 6800cb24 fetch 1 ,mem_select_ui_button_count 
-0542 245a0547 ncall p_mouse_ready_reconnection_by_button ,blank 
-0543 6800c685 fetch 1 ,mem_ui_button_timeout 
-0544 6000cb24 store 1 ,mem_select_ui_button_count 
-0545 7046d901 jam pb_button_state_up ,mem_select_device_button_statue 
-0546 20600000 rtn 
+0488 6800c6d9 fetch 1 ,mem_select_device_button_statue 
+0489 c1008000 rtneq pb_button_state_up 
+048a 6800cb44 fetch 1 ,mem_select_ui_button_count 
+048b 1fe67c19 sub pdata ,25 ,null 
+048c 24410491 ncall p_mouse_ready_reconnection_by_button ,positive 
+048d 6800c685 fetch 1 ,mem_ui_button_timeout 
+048e 6000cb44 store 1 ,mem_select_ui_button_count 
+048f 7046d901 jam pb_button_state_up ,mem_select_device_button_statue 
+0490 20600000 rtn 
 
 p_mouse_ready_reconnection_by_button:
-0547 6808c720 fetcht 1 ,mem_device_flag 
-0548 18408401 increase 1 ,temp 
-0549 6800c6d2 fetch 1 ,mem_device_number 
-054a 98467c00 isub temp ,null 
-054b 244143cc ncall mouse_select_device_count_clean ,positive 
-054c 6008c720 storet 1 ,mem_device_flag 
-054d 7041bd00 jam 0 ,mem_link_key_exists 
-054e 2040038d call p_mouse_store_flash_device_info 
-054f 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-0550 c1048000 rtneq mouse_bt_discovery_button_long_down_flag 
-0551 2020437e branch mouse_set_reconnection 
+0491 6808c720 fetcht 1 ,mem_device_flag 
+0492 18408401 increase 1 ,temp 
+0493 6800c6d2 fetch 1 ,mem_device_number 
+0494 98467c00 isub temp ,null 
+0495 244143cc ncall mouse_select_device_count_clean ,positive 
+0496 6008c720 storet 1 ,mem_device_flag 
+0497 7041bd00 jam 0 ,mem_link_key_exists 
+0498 2040033b call p_mouse_store_flash_device_info 
+0499 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+049a c1048000 rtneq mouse_bt_discovery_button_long_down_flag 
+049b 2020437e branch mouse_set_reconnection 
 
 p_mouse_adc_read:
-0552 6800c6ce fetch 1 ,mem_adc_read_timer 
-0553 1fe0fe01 increase 1 ,pdata 
-0554 6000c6ce store 1 ,mem_adc_read_timer 
-0555 1fe67c0a sub pdata ,10 ,null 
-0556 20610000 rtn positive 
-0557 7046ce00 jam 0 ,mem_adc_read_timer 
-0558 204068eb call adc_set_mode 
-0559 20406908 call vdd_calculate_by_mode 
-055a 6001470f store 2 ,mem_mouse_vdd_now_vol 
-055b da204709 arg mem_mouse_vdd_calculate_set ,rega 
-055c 20400569 call p_adc_bat_percent_lowpower_out 
-055d 6800c231 fetch 1 ,mem_adc_power_flag 
-055e c3000561 bbit0 0 ,p_mouse_adc_no_low_voltage 
-055f 704afd01 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
-0560 202043e7 branch mouse_adc_low_voltage 
+049c 6800c6ce fetch 1 ,mem_adc_read_timer 
+049d 1fe0fe01 increase 1 ,pdata 
+049e 6000c6ce store 1 ,mem_adc_read_timer 
+049f 1fe67c0a sub pdata ,10 ,null 
+04a0 20610000 rtn positive 
+04a1 204068a8 call adc_init_data 
+04a2 7046ce00 jam 0 ,mem_adc_read_timer 
+04a3 204068eb call adc_set_mode 
+04a4 20406908 call vdd_calculate_by_mode 
+04a5 6001470f store 2 ,mem_mouse_vdd_now_vol 
+04a6 da204709 arg mem_mouse_vdd_calculate_set ,rega 
+04a7 204004b5 call p_adc_bat_percent_lowpower_out 
+04a8 6800c231 fetch 1 ,mem_adc_power_flag 
+04a9 c280b40a bbit1 1 ,app_enter_hibernate 
+04aa c30004ad bbit0 0 ,p_mouse_adc_no_low_voltage 
+04ab 704afd01 jam 1 ,mem_mouse_adc_last_low_voltage_flag 
+04ac 202043e7 branch mouse_adc_low_voltage 
 
 p_mouse_adc_no_low_voltage:
-0561 204043e9 call mouse_adc_no_low_voltage 
-0562 7046cf0c jam 12 ,mem_adc_low_volatage_led_timer_count 
-0563 6800cafd fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
-0564 207a0000 rtn blank 
-0565 704afd00 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
-0566 6800c6ef fetch 1 ,mem_config_low_voltage_alarm_gpio 
-0567 6000c715 store 1 ,mem_mouse_struct_led_gpio 
-0568 20204296 branch mouse_led_off 
+04ad 204043e9 call mouse_adc_no_low_voltage 
+04ae 7046cf0c jam 12 ,mem_adc_low_volatage_led_timer_count 
+04af 6800cafd fetch 1 ,mem_mouse_adc_last_low_voltage_flag 
+04b0 207a0000 rtn blank 
+04b1 704afd00 jam 0 ,mem_mouse_adc_last_low_voltage_flag 
+04b2 6800c6ef fetch 1 ,mem_config_low_voltage_alarm_gpio 
+04b3 6000c715 store 1 ,mem_mouse_struct_led_gpio 
+04b4 20204296 branch mouse_led_off 
 
 p_adc_bat_percent_lowpower_out:
-0569 ea240000 ifetch 8 ,rega 
-056a 60040a9a store 8 ,mem_pdatatemp 
-056b 68090a9c fetcht 2 ,mem_pdatatemp + 2 
-056c 68010aa0 fetch 2 ,mem_pdatatemp + 6 
-056d 98467c00 isub temp ,null 
-056e 24216944 nbranch adc_set_no_power_flag ,positive 
-056f 68090a9e fetcht 2 ,mem_pdatatemp + 4 
-0570 98467c00 isub temp ,null 
-0571 24216940 nbranch adc_set_low_power_flag ,positive 
+04b5 ea240000 ifetch 8 ,rega 
+04b6 60040a9a store 8 ,mem_pdatatemp 
+04b7 68090a9c fetcht 2 ,mem_pdatatemp + 2 
+04b8 68010aa0 fetch 2 ,mem_pdatatemp + 6 
+04b9 98467c00 isub temp ,null 
+04ba 24216944 nbranch adc_set_no_power_flag ,positive 
+04bb 68090a9e fetcht 2 ,mem_pdatatemp + 4 
+04bc 98467c00 isub temp ,null 
+04bd 24216940 nbranch adc_set_low_power_flag ,positive 
 
 p_adc_clear_low_power_flag:
-0572 6800c231 fetch 1 ,mem_adc_power_flag 
-0573 793ffe00 set0 0 ,pdata 
-0574 6000c231 store 1 ,mem_adc_power_flag 
-0575 20600000 rtn 
+04be 6800c231 fetch 1 ,mem_adc_power_flag 
+04bf 793ffe00 set0 0 ,pdata 
+04c0 6000c231 store 1 ,mem_adc_power_flag 
+04c1 20600000 rtn 
 
 p_mouse_dpi_led_blink_delay_timer:
-0576 da6046df arg mem_mouse_dpi_led_delay_count ,regc 
-0577 da400579 arg p_mouse_dpi_led_setting ,regb 
-0578 2020336d branch timer_single_step 
+04c2 da6046df arg mem_mouse_dpi_led_delay_count ,regc 
+04c3 da4004c5 arg p_mouse_dpi_led_setting ,regb 
+04c4 2020336d branch timer_single_step 
 
 p_mouse_dpi_led_setting:
-0579 6800c6f4 fetch 1 ,mem_dpi_led_gpio 
-057a 6000c715 store 1 ,mem_mouse_struct_led_gpio 
-057b 580003e8 setarg led_dpi_blink_fixed 
-057c 60014716 store 2 ,mem_mouse_on_time 
-057d 60014718 store 2 ,mem_mouse_off_time 
-057e da200000 arg 0 ,rega 
-057f 6808c77a fetcht 1 ,mem_mouse_dpi 
-0580 6008c714 storet 1 ,mem_mouse_blink_count 
-0581 70471301 jam ui_led_state_blink_start ,mem_mouse_led_type 
-0582 20600000 rtn 
+04c5 6800c6f4 fetch 1 ,mem_dpi_led_gpio 
+04c6 6000c715 store 1 ,mem_mouse_struct_led_gpio 
+04c7 580003e8 setarg led_dpi_blink_fixed 
+04c8 60014716 store 2 ,mem_mouse_on_time 
+04c9 60014718 store 2 ,mem_mouse_off_time 
+04ca da200000 arg 0 ,rega 
+04cb 6808c77a fetcht 1 ,mem_mouse_dpi 
+04cc 6008c714 storet 1 ,mem_mouse_blink_count 
+04cd 70471301 jam ui_led_state_blink_start ,mem_mouse_led_type 
+04ce 20600000 rtn 
+
+p_mouse_motion:
+04cf 78547c00 disable user 
+04d0 58000000 setarg 0 
+04d1 6003469b store 6 ,mem_mouse_x 
+04d2 20403fb5 call mouse_cheak_sensor_data 
+04d3 20404079 call mouse_zwheel 
+04d4 2040407e call mouse_t_zwheel 
+04d5 204004d9 call p_mouse_key 
+04d6 2434070f nbranch p_drawing_optima_init ,user 
+04d7 20400712 call p_drawing_optima 
+04d8 20203fa0 branch mouse_motion + 9 
+
+p_mouse_key:
+04d9 204004db call p_mouse_check_key_gpio 
+04da 2020409a branch mouse_key + 1 
+
+p_mouse_check_key_gpio:
+04db da200000 arg 0 ,rega 
+04dc 204004e0 call p_mouse_check_lkey_gpio 
+04dd 204004e6 call p_mouse_check_rkey_gpio 
+04de 204004ec call p_mouse_check_mkey_gpio 
+04df 2020408e branch mouse_check_key_gpio_output 
+
+p_mouse_check_lkey_gpio:
+04e0 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
+04e1 204004fb call p_gpio_set_input_pu 
+04e2 6808c6e2 fetcht 1 ,mem_lbutton_gpio 
+04e3 2040681d call gpio_get_bit 
+04e4 7920a200 setflag true ,0 ,rega 
+04e5 20600000 rtn 
+
+p_mouse_check_rkey_gpio:
+04e6 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
+04e7 204004fb call p_gpio_set_input_pu 
+04e8 6808c6e3 fetcht 1 ,mem_rbutton_gpio 
+04e9 2040681d call gpio_get_bit 
+04ea 7920a201 setflag true ,1 ,rega 
+04eb 20600000 rtn 
+
+p_mouse_check_mkey_gpio:
+04ec 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
+04ed 204004fb call p_gpio_set_input_pu 
+04ee 6808c6e4 fetcht 1 ,mem_mbutton_gpio 
+04ef 2040681d call gpio_get_bit 
+04f0 7920a202 setflag true ,2 ,rega 
+04f1 20600000 rtn 
+
+p_gpio_set_input_pd:
+04f2 793f8407 set0 gpio_active_bit ,temp 
+04f3 d8a08078 arg core_gpio_pu0 ,contw 
+04f4 20406830 call gpio_set_bit 
+04f5 79200407 set1 gpio_active_bit ,temp 
+
+p_gpio_set_input_pd4:
+04f6 d8a0807c arg core_gpio_pd0 ,contw 
+04f7 20406830 call gpio_set_bit 
+04f8 793f8407 set0 gpio_active_bit ,temp 
+04f9 d8a08070 arg core_gpio_oe0 ,contw 
+04fa 20206830 branch gpio_set_bit 
+
+p_gpio_set_input_pu:
+04fb 79200407 set1 gpio_active_bit ,temp 
+
+p_gpio_set_input_pu1:
+04fc d8a08078 arg core_gpio_pu0 ,contw 
+04fd 20406830 call gpio_set_bit 
+04fe 793f8407 set0 gpio_active_bit ,temp 
+04ff 202004f6 branch p_gpio_set_input_pd4 
 
 p_mouse_bb_event_discovery_btn:
-0583 704b2900 jam 0 ,mem_mouse_poweron_led_timer 
-0584 280ffe26 isolate1 mark_24g ,mark 
-0585 204081dc call p_g24_check_51cmd_stop_24g ,true 
-0586 2020426d branch mouse_bb_event_discovery_btn + 1 
+0500 704b4900 jam 0 ,mem_mouse_poweron_led_timer 
+0501 280ffe26 isolate1 mark_24g ,mark 
+0502 204081bc call p_g24_check_51cmd_stop_24g ,true 
+0503 2020426d branch mouse_bb_event_discovery_btn + 1 
 
 p_le_addr_random_config:
-0587 204068a2 call load_adc_init 
-0588 6801421d fetch 2 ,mem_0_5_adc_io_data 
-0589 243a058b nbranch p_le_otp_adc_empty ,blank 
-058a 58001122 setarg 0x1122 
-
-p_le_otp_adc_empty:
-058b 600147c2 store 2 ,mem_random_addr_increase_count 
-058c 20600000 rtn 
+0504 7011c581 jam zcode_81 ,mem_zcode_temp_param0 
+0505 202006f2 branch p_zcode_entrance 
 
 p_mouse_start_discovery:
-058d 204002f1 call p_mouse_tx_power_init 
-058e 70479c00 jam 0 ,mem_mouse_clear_sensor_data_flag 
-058f 68014682 fetch 2 ,mem_ui_state_map 
-0590 c2858599 bbit1 ui_state_ble_adv ,p_mouse_start_discovery_norandom 
-0591 204003cd call p_mouse_load_random_addr_increase_count 
-0592 680947c2 fetcht 2 ,mem_random_addr_increase_count 
-0593 18408401 increase 1 ,temp 
-0594 600947c2 storet 2 ,mem_random_addr_increase_count 
-0595 600944a1 storet 2 ,mem_le_lap + 1 
-0596 204003c4 call p_mouse_store_random_addr_increase_count 
-0597 180a7e00 random pdata 
-0598 6000c4a0 store 1 ,mem_le_lap 
-
-p_mouse_start_discovery_norandom:
-0599 20403418 call app_lpm_mult_disable 
-059a 68014687 fetch 2 ,mem_discovery_timeout 
-059b 600146ac store 2 ,mem_mouse_discovery_timer 
-059c 70016d06 jam 6 ,mem_connection_options 
-059d 58000000 setarg 0 
-059e 600146b0 store 2 ,mem_mouse_no_data_timer 
-059f 600146ae store 2 ,mem_mouse_direct_timer 
-05a0 d8e00007 arg mouse_store_eeprom_flag ,queue 
-05a1 204043ce call mouse_enable_function_flag 
-05a2 204043ca call mouse_bt_discovery_button_down_disable 
-05a3 6800c092 fetch 1 ,mem_device_option 
-05a4 2feffe01 isolate1 mode_4_mouse ,pdata 
-05a5 204085a8 call p_check_51cmd_adv ,true 
-05a6 704b2e00 jam 0 ,mem_mouse_bt_reconnect_flag 
-05a7 202042c4 branch mouse_start_discovery_norandom + 13 
-
-p_check_51cmd_adv:
-05a8 70479f00 jam 0 ,mem_mouse_le_reconnect_flag 
-05a9 20400317 call p_le_check_adv_flag 
-05aa 58000005 setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable 
-05ab e0c08000 istore 1 ,contr 
-05ac d8c04b10 arg mem_le_adv_swift_pair ,contr 
-05ad 204005af call p_le_adv_data_update 
-05ae 20207df4 branch check_51cmd_adv 
+0506 7011c550 jam zcode_50 ,mem_zcode_temp_param0 
+0507 202006f2 branch p_zcode_entrance 
 
 p_le_adv_data_update:
-05af d8a0437b arg mem_le_adv_data + 11 ,contw 
-05b0 df200013 arg 19 ,loopcnt 
-05b1 20407f01 call memcpy 
-05b2 202057b8 branch le_modified_name_adv 
+0508 d8a0437b arg mem_le_adv_data + 11 ,contw 
+0509 df200013 arg 19 ,loopcnt 
+050a 20407f01 call memcpy 
+050b 202057b8 branch le_modified_name_adv 
 
 p_mouse_stop_discovery:
-05b3 58000000 setarg 0 
-05b4 600146ac store 2 ,mem_mouse_discovery_timer 
-05b5 6000c714 store 1 ,mem_mouse_blink_count 
-05b6 20400340 call p_mouse_sensor_poweron 
-05b7 202042cb branch mouse_stop_discovery + 1 
+050c 58000000 setarg 0 
+050d 600146ac store 2 ,mem_mouse_discovery_timer 
+050e 6000c714 store 1 ,mem_mouse_blink_count 
+050f 20400315 call p_mouse_sensor_poweron 
+0510 202042cb branch mouse_stop_discovery + 1 
 
 p_le_slave_match:
-05b8 6800c50f fetch 1 ,mem_le_md_count 
-05b9 1fe0fe01 pincrease 1 
-05ba 6000c50f store 1 ,mem_le_md_count 
-05bb c0065395 beq le_md_max_count ,le_slave_cont 
-05bc 204055aa call le_acknowledge 
-05bd 2040561e call le_prepare_tx 
-05be 2040079d call power_ctrl_start 
-05bf 2020538f branch le_slave_match + 7 
+0511 6800c50f fetch 1 ,mem_le_md_count 
+0512 1fe0fe01 pincrease 1 
+0513 6000c50f store 1 ,mem_le_md_count 
+0514 c0065395 beq le_md_max_count ,le_slave_cont 
+0515 204055aa call le_acknowledge 
+0516 2040561e call le_prepare_tx 
+0517 20400695 call power_ctrl_start 
+0518 2020538f branch le_slave_match + 7 
 
 p_le_next_adv_channel:
-05c0 68008016 fetch 1 ,mem_le_ch_mapped 
-05c1 1fe0fe01 increase 1 ,pdata 
-05c2 60008016 store 1 ,mem_le_ch_mapped 
-05c3 c1940000 rtnne 40 
-05c4 70001625 jam 37 ,mem_le_ch_mapped 
-05c5 20600000 rtn 
+0519 68008016 fetch 1 ,mem_le_ch_mapped 
+051a 1fe0fe01 increase 1 ,pdata 
+051b 60008016 store 1 ,mem_le_ch_mapped 
+051c c1940000 rtnne 40 
+051d 70001625 jam 37 ,mem_le_ch_mapped 
+051e 20600000 rtn 
 
 p_le_receive_skip:
-05c6 204029bb call save_rssi 
-05c7 20400027 call p_rssi_signal 
-05c8 202054a3 branch le_receive_skip + 2 
+051f 204029bb call save_rssi 
+0520 2040006a call p_rssi_signal 
+0521 202054a3 branch le_receive_skip + 2 
 
 p_le_update_param:
-05c9 204005d1 call p_mouse_le_conn_param_check 
-05ca 2020557d branch le_update_param + 8 
-
-p_mouse_le_lpm_mult_reinit:
-05cb 6800c7c5 fetch 1 ,mem_lpm_mult_init 
-05cc 6000c172 store 1 ,mem_lpm_mult 
-
-p_mouse_le_conn_param_lpm_enable:
-05cd 7047c400 jam le_lpm_enable ,mem_mouse_le_conn_param_reject 
-05ce 20600000 rtn 
-
-p_mouse_le_conn_param_lpm_disable:
-05cf 7047c401 jam le_lpm_disable ,mem_mouse_le_conn_param_reject 
-05d0 20600000 rtn 
-
-p_mouse_le_conn_param_check:
-05d1 6800c3d6 fetch 1 ,mem_le_new_conninterval 
-05d2 1fe67c0c sub pdata ,le_interval_15ms ,null 
-05d3 242105cf nbranch p_mouse_le_conn_param_lpm_disable ,positive 
-05d4 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
-05d5 6808c7c5 fetcht 1 ,mem_lpm_mult_init 
-05d6 98467c00 isub temp ,null 
-05d7 202105cb branch p_mouse_le_lpm_mult_reinit ,positive 
-05d8 6800c3d8 fetch 1 ,mem_le_new_connslavelatency 
-05d9 6000c172 store 1 ,mem_lpm_mult 
-05da 202005cd branch p_mouse_le_conn_param_lpm_enable 
+0522 7011c540 jam zcode_40 ,mem_zcode_temp_param0 
+0523 202006f2 branch p_zcode_entrance 
 
 p_le_update_channel_map:
-05db 6800843f fetch 1 ,mem_le_state 
-05dc c4030000 rtnbit0 lestate_update_map 
-05dd 204005e0 call p_le_channel_map_overflow_check 
-05de 24740000 nrtn user 
-05df 202055a0 branch le_update_channel_map + 3 
-
-p_le_channel_map_overflow_check:
-05e0 78347c00 enable user 
-05e1 6800845a fetch 1 ,mem_le_event_count + 1 
-05e2 1ff1fe00 rshift4 pdata ,pdata 
-05e3 c1878000 rtnne 0x0f 
-05e4 68008460 fetch 1 ,mem_le_instant + 1 
-05e5 1ff1fe00 rshift4 pdata ,pdata 
-05e6 c1800000 rtnne 0x00 
-05e7 20207fe9 branch disable_user 
+0524 7011c541 jam zcode_41 ,mem_zcode_temp_param0 
+0525 202006f2 branch p_zcode_entrance 
 
 p_le_prepare_tx:
-05e8 68008456 fetch 1 ,mem_le_arq 
-05e9 c28285fc bbit1 wak ,p_le_prepare_tx_wak 
-05ea 2040078f call power_ctrl_pac_succ_incrs 
-05eb 6800c78e fetch 1 ,mem_empty_count 
-05ec 243a05f2 nbranch p_le_send_empyt ,blank 
-05ed 6800843f fetch 1 ,mem_le_state 
-05ee c30205f6 bbit0 lestate_encryption ,p_le_tx_4 
-05ef 680082da fetch 1 ,mem_le_rxbuf + 1 
-05f0 203a05f6 branch p_le_tx_4 ,blank 
-05f1 20205664 branch le_send_empty 
+0526 68008456 fetch 1 ,mem_le_arq 
+0527 c282853a bbit1 wak ,p_le_prepare_tx_wak 
+0528 20400687 call power_ctrl_pac_succ_incrs 
+0529 6800c78e fetch 1 ,mem_empty_count 
+052a 243a0530 nbranch p_le_send_empyt ,blank 
+052b 6800843f fetch 1 ,mem_le_state 
+052c c3020534 bbit0 lestate_encryption ,p_le_tx_4 
+052d 680082da fetch 1 ,mem_le_rxbuf + 1 
+052e 203a0534 branch p_le_tx_4 ,blank 
+052f 20205664 branch le_send_empty 
 
 p_le_send_empyt:
-05f2 6800c78e fetch 1 ,mem_empty_count 
-05f3 1fe0ffff increase -1 ,pdata 
-05f4 6000c78e store 1 ,mem_empty_count 
-05f5 20205664 branch le_send_empty 
+0530 6800c78e fetch 1 ,mem_empty_count 
+0531 1fe0ffff increase -1 ,pdata 
+0532 6000c78e store 1 ,mem_empty_count 
+0533 20205664 branch le_send_empty 
 
 p_le_tx_4:
-05f6 6800c4c4 fetch 1 ,mem_le_pairing_state 
-05f7 c08285f9 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
-05f8 70478e03 jam 3 ,mem_empty_count 
+0534 6800c4c4 fetch 1 ,mem_le_pairing_state 
+0535 c0828537 bne flag_le_pairing_after_auth ,p_in_le_tx_4 
+0536 70478e03 jam 3 ,mem_empty_count 
 
 p_in_le_tx_4:
-05f9 20405892 call le_fifo_check_nearly_full 
-05fa 205a0431 call p_mouse_data_pull ,blank 
-05fb 20205622 branch le_prepare_tx + 4 
+0537 20405892 call le_fifo_check_nearly_full 
+0538 205a03c0 call p_mouse_data_pull ,blank 
+0539 20205622 branch le_prepare_tx + 4 
 
 p_le_prepare_tx_wak:
-05fc 204005fe call p_le_check_tx_retransmit_setmd 
-05fd 2020060a branch p_le_power_ctrl_pac_succ_decrs 
+053a 2040053c call p_le_check_tx_retransmit_setmd 
+053b 20200548 branch p_le_power_ctrl_pac_succ_decrs 
 
 p_le_check_tx_retransmit_setmd:
-05fe 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-05ff 1fe17e03 and pdata ,0x03 ,pdata 
-0600 c1818000 rtnne 0x03 
-0601 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
-0602 207a0000 rtn blank 
-0603 6800c3dd fetch 1 ,mem_le_txlen 
-0604 207a0000 rtn blank 
-0605 6800c3dc fetch 1 ,mem_le_txheader 
-0606 79207e04 set1 md ,pdata 
-0607 6000c3dc store 1 ,mem_le_txheader 
-0608 20405650 call le_set_md 
-0609 20600000 rtn 
+053c 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+053d 1fe17e03 and pdata ,0x03 ,pdata 
+053e c1818000 rtnne 0x03 
+053f 6800c7c1 fetch 1 ,mem_mouse_data_queue_num 
+0540 207a0000 rtn blank 
+0541 6800c3dd fetch 1 ,mem_le_txlen 
+0542 207a0000 rtn blank 
+0543 6800c3dc fetch 1 ,mem_le_txheader 
+0544 79207e04 set1 md ,pdata 
+0545 6000c3dc store 1 ,mem_le_txheader 
+0546 20405650 call le_set_md 
+0547 20600000 rtn 
 
 p_le_power_ctrl_pac_succ_decrs:
-060a 20200793 branch power_ctrl_pac_succ_decrs 
+0548 2020068b branch power_ctrl_pac_succ_decrs 
 
 p_mouse_le_reconn_write_enable_timer_reinit:
-060b 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
-060c 207a0000 rtn blank 
-060d 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-060e 1fe17e03 and pdata ,0x03 ,pdata 
-060f c1018000 rtneq 0x03 
-0610 7046c60a jam 10 ,mem_le_start_encrypt_timer 
-0611 20600000 rtn 
+0549 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
+054a 207a0000 rtn blank 
+054b 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+054c 1fe17e03 and pdata ,0x03 ,pdata 
+054d c1018000 rtneq 0x03 
+054e 7046c601 jam 1 ,mem_le_start_encrypt_timer 
+054f 20600000 rtn 
 
 p_le_parse:
-0612 c6078000 rtnmark1 mark_old_packet 
-0613 20405890 call le_fifo_check_full 
-0614 247a0000 nrtn blank 
-0615 680082d9 fetch 1 ,mem_le_rxbuf 
-0616 1fe17e03 and pdata ,0x3 ,pdata 
-0617 6000c50c store 1 ,mem_le_packet_llid 
-0618 e8c08000 ifetch 1 ,contr 
-0619 1fe17e1f and pdata ,0x1f ,pdata 
-061a 6000c50b store 1 ,mem_le_packet_size 
-061b 207a0000 rtn blank 
-061c 18c27e00 copy contr ,pdata 
-061d 6001450d store 2 ,mem_le_payload_ptr 
-061e 6800c50c fetch 1 ,mem_le_packet_llid 
-061f c0018621 beq llid_le_ll ,p_le_parse_ll 
-0620 2020568d branch le_parse_l2cap 
+0550 c6078000 rtnmark1 mark_old_packet 
+0551 20405890 call le_fifo_check_full 
+0552 247a0000 nrtn blank 
+0553 680082d9 fetch 1 ,mem_le_rxbuf 
+0554 1fe17e03 and pdata ,0x3 ,pdata 
+0555 6000c50c store 1 ,mem_le_packet_llid 
+0556 e8c08000 ifetch 1 ,contr 
+0557 1fe17e1f and pdata ,0x1f ,pdata 
+0558 6000c50b store 1 ,mem_le_packet_size 
+0559 207a0000 rtn blank 
+055a 18c27e00 copy contr ,pdata 
+055b 6001450d store 2 ,mem_le_payload_ptr 
+055c 6800c50c fetch 1 ,mem_le_packet_llid 
+055d c001855f beq llid_le_ll ,p_le_parse_ll 
+055e 2020568d branch le_parse_l2cap 
 
 p_le_parse_ll:
-0621 680082db fetch 1 ,mem_le_rxbuf + 2 
-0622 c0008624 beq ll_channel_map_req ,p_le_parse_channel_map_req 
-0623 20205c65 branch le_parse_ll + 1 
+055f 680082db fetch 1 ,mem_le_rxbuf + 2 
+0560 c0008562 beq ll_channel_map_req ,p_le_parse_channel_map_req 
+0561 20205c65 branch le_parse_ll + 1 
 
 p_le_parse_channel_map_req:
-0624 e8c28000 ifetch 5 ,contr 
-0625 6002c3ce store 5 ,mem_le_new_map 
-0626 e8c10000 ifetch 2 ,contr 
-0627 6001045f store 2 ,mem_le_instant 
-0628 20205c8a branch le_parse_channel_map_req + 7 
+0562 e8c28000 ifetch 5 ,contr 
+0563 6002c3ce store 5 ,mem_le_new_map 
+0564 e8c10000 ifetch 2 ,contr 
+0565 6001045f store 2 ,mem_le_instant 
+0566 20205c8a branch le_parse_channel_map_req + 7 
 
 p_le_parse_l2cap:
-0629 e8c10000 ifetch 2 ,contr 
-062a c002062d beq le_l2cap_cid_att ,p_le_parse_att 
-062b c003064a beq le_l2cap_cid_smp ,p_le_parse_smp 
-062c 20205698 branch le_parse_l2cap + 11 
+0567 e8c10000 ifetch 2 ,contr 
+0568 c002056b beq le_l2cap_cid_att ,p_le_parse_att 
+0569 c0030598 beq le_l2cap_cid_smp ,p_le_parse_smp 
+056a 20205698 branch le_parse_l2cap + 11 
 
 p_le_parse_att:
-062d 20407ea5 call store_contr 
-062e 2040060b call p_mouse_le_reconn_write_enable_timer_reinit 
-062f 20407e9f call get_contr 
-0630 e8c18000 ifetch 3 ,contr 
-0631 60018477 store 3 ,mem_le_att_opcode 
-0632 c008063c beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
-0633 1fec8400 rshift8 pdata ,temp 
-0634 18467c24 sub temp ,0x24 ,null 
-0635 202158ad branch le_parse_att + 2 ,positive 
-0636 d84047c6 arg mem_mouse_le_uuid_sup ,temp 
-0637 600944bc storet 2 ,mem_ui_le_uuid_table 
-0638 204058ad call le_parse_att + 2 
-0639 58008e7a setarg 0x8e7a 
-063a 600144bc store 2 ,mem_ui_le_uuid_table 
-063b 20600000 rtn 
+056b 20407ea5 call store_contr 
+056c 20400549 call p_mouse_le_reconn_write_enable_timer_reinit 
+056d 20407e9f call get_contr 
+056e e8c18000 ifetch 3 ,contr 
+056f 60018477 store 3 ,mem_le_att_opcode 
+0570 c008057a beq attop_read_by_group_type_request ,p_le_parse_att_read_by_group_type_request 
+0571 1fec8400 rshift8 pdata ,temp 
+0572 18467c24 sub temp ,0x24 ,null 
+0573 20210588 branch p_le_parse_att1 ,positive 
+0574 d84047c6 arg mem_mouse_le_uuid_sup ,temp 
+0575 600944bc storet 2 ,mem_ui_le_uuid_table 
+0576 204058ad call le_parse_att + 2 
+0577 58008e7a setarg 0x8e7a 
+0578 600144bc store 2 ,mem_ui_le_uuid_table 
+0579 20600000 rtn 
 
 p_le_parse_att_read_by_group_type_request:
-063c 204059fa call le_parse_att_read_by_group_type_request 
-063d 20405879 call le_fifo_get_last_tx_ptr 
-063e 18c08c07 increase 7 ,contr 
-063f e8c08000 ifetch 1 ,contr 
-0640 c1888000 rtnne attop_read_by_group_type_response 
-0641 18c08c05 increase 5 ,contr 
-0642 e8c10000 ifetch 2 ,contr 
-0643 d8401812 arg uuid_service_hids ,temp 
-0644 98467c00 isub temp ,null 
-0645 24628000 nrtn zero 
-0646 18c08dfc increase -4 ,contr 
-0647 5800002b setarg 0x2b 
-0648 e0c10000 istore 2 ,contr 
-0649 20600000 rtn 
+057a 204059fa call le_parse_att_read_by_group_type_request 
+057b 20405879 call le_fifo_get_last_tx_ptr 
+057c 18c08c07 increase 7 ,contr 
+057d e8c08000 ifetch 1 ,contr 
+057e c1888000 rtnne attop_read_by_group_type_response 
+057f 18c08c05 increase 5 ,contr 
+0580 e8c10000 ifetch 2 ,contr 
+0581 d8401812 arg uuid_service_hids ,temp 
+0582 98467c00 isub temp ,null 
+0583 24628000 nrtn zero 
+0584 18c08dfc increase -4 ,contr 
+0585 5800002b setarg 0x2b 
+0586 e0c10000 istore 2 ,contr 
+0587 20600000 rtn 
+
+p_le_parse_att1:
+0588 c005058a beq attop_read_request ,p_le_parse_att_read_request 
+0589 202058ad branch le_parse_att + 2 
+
+p_le_parse_att_read_request:
+058a 68090478 fetcht 2 ,mem_le_att_handle 
+058b 6800c4e9 fetch 1 ,mem_le_configuration 
+058c c2818591 bbit1 bit_ble_read_auth ,p_le_send_att_read_response_check_auth 
+
+p_le_send_att_read_response:
+058d 68010478 fetch 2 ,mem_le_att_handle 
+058e c009da76 beq 0x13 ,le_send_att_error_response_notfound 
+058f 68090478 fetcht 2 ,mem_le_att_handle 
+0590 202059bf branch le_send_att_read_response 
+
+p_le_send_att_read_response_check_auth:
+0591 680144fa fetch 2 ,mem_le_pairing_handle 
+0592 98467c00 isub temp ,null 
+0593 2422858d nbranch p_le_send_att_read_response ,zero 
+0594 20405a42 call le_check_encrypt_state 
+0595 2434058d nbranch p_le_send_att_read_response ,user 
+0596 70047a05 jam att_err_insufficient_authentication ,mem_le_err_code 
+0597 20205a77 branch le_send_att_error_response 
 
 p_le_parse_smp:
-064a e8c08000 ifetch 1 ,contr 
-064b c002864d beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
-064c 20205af5 branch le_parse_smp + 1 
+0598 e8c08000 ifetch 1 ,contr 
+0599 c002859b beq smp_pairing_failed ,p_le_parse_smp_pairing_failed 
+059a 20205af5 branch le_parse_smp + 1 
 
 p_le_parse_smp_pairing_failed:
-064d 20405b5a call le_parse_smp_pairing_failed 
-064e 6800843f fetch 1 ,mem_le_state 
-064f 793ffe05 set0 lestate_update_param ,pdata 
-0650 6000843f store 1 ,mem_le_state 
-0651 20205c8e branch le_parse_terminate_ind 
+059b 7011c582 jam zcode_82 ,mem_zcode_temp_param0 
+059c 202006f2 branch p_zcode_entrance 
 
 p_le_adv_not_match:
-0652 68008016 fetch 1 ,mem_le_ch_mapped 
-0653 c093d6f2 bne 39 ,le_adv_loop 
-0654 20400658 call p_le_adv_random_delay 
-0655 d8e00000 arg le_adv_interval_timer ,queue 
-0656 68014482 fetch 2 ,mem_le_adv_interval 
-0657 20207f08 branch timer_init 
+059d 68008016 fetch 1 ,mem_le_ch_mapped 
+059e c093d6f2 bne 39 ,le_adv_loop 
+059f 204005a3 call p_le_adv_random_delay 
+05a0 d8e00000 arg le_adv_interval_timer ,queue 
+05a1 68014482 fetch 2 ,mem_le_adv_interval 
+05a2 20207f08 branch timer_init 
 
 p_le_adv_random_delay:
-0658 180a7e00 random pdata 
-0659 d84001ff arg 0x1ff ,temp 
-065a 98417e00 iand temp ,pdata 
-065b 1fe0fefa add pdata ,250 ,pdata 
-065c 20203cbe branch delay 
+05a3 180a7e00 random pdata 
+05a4 d84001ff arg 0x1ff ,temp 
+05a5 98417e00 iand temp ,pdata 
+05a6 1fe0fefa add pdata ,250 ,pdata 
+05a7 20203cbe branch delay 
 
 p_le_lpm_setmult:
-065d 7855fc00 disable wake 
-065e 20370660 branch p_le_lpm_set_mult_attempt ,attempt 
-065f 2436d806 nbranch le_lpm_lost ,match 
+05a8 7855fc00 disable wake 
+05a9 203705ab branch p_le_lpm_set_mult_attempt ,attempt 
+05aa 2436d806 nbranch le_lpm_lost ,match 
 
 p_le_lpm_set_mult_attempt:
-0660 20402bcb call lpm_match 
-0661 680140c1 fetch 2 ,mem_rx_window_sniff 
-0662 6001044d store 2 ,mem_le_receive_window 
-0663 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
-0664 2fe00603 compare 3 ,pdata ,3 
-0665 2420abde nbranch lpm_mult_short ,true 
-0666 202057fb branch le_lpm_set_mult_attempt + 3 
+05ab 20402bcb call lpm_match 
+05ac 680140c1 fetch 2 ,mem_rx_window_sniff 
+05ad 6001044d store 2 ,mem_le_receive_window 
+05ae 6800c6c5 fetch 1 ,mem_le_connect_status_flag 
+05af 2fe00603 compare 3 ,pdata ,3 
+05b0 2420abde nbranch lpm_mult_short ,true 
+05b1 202057fb branch le_lpm_set_mult_attempt + 3 
 
 p_le_mouse_bb_event_connect_complete:
-0667 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
-0668 247a0000 nrtn blank 
-0669 68008478 fetch 1 ,mem_le_att_handle 
-066a 1fe67e1a sub pdata ,26 ,pdata 
-066b 24628000 nrtn zero 
-066c 20203d60 branch mouse_le_write_enable 
+05b2 6800c79f fetch 1 ,mem_mouse_le_reconnect_flag 
+05b3 247a0000 nrtn blank 
+05b4 68008478 fetch 1 ,mem_le_att_handle 
+05b5 1fe67e1a sub pdata ,26 ,pdata 
+05b6 24628000 nrtn zero 
+05b7 20203d60 branch mouse_le_write_enable 
 
 p_twspi_reset:
-066d 68108077 hfetch 1 ,core_gpio_out3 
-066e 1fe17efd and_into 0xfd ,pdata 
-066f 60108077 hstore 1 ,core_gpio_out3 
-0670 68188073 hfetcht 1 ,core_gpio_oe3 
-0671 18418402 or_into 0x2 ,temp 
-0672 60188073 hstoret 1 ,core_gpio_oe3 
-0673 204063ee call twspi_disable 
-0674 184104fd and_into 0xfd ,temp 
-0675 2000000d nop 13 
-0676 2040067a call p_twspi_enable 
-0677 60188073 hstoret 1 ,core_gpio_oe3 
-0678 20600000 rtn 
+05b8 68108077 hfetch 1 ,core_gpio_out3 
+05b9 1fe17efd and_into 0xfd ,pdata 
+05ba 60108077 hstore 1 ,core_gpio_out3 
+05bb 68188073 hfetcht 1 ,core_gpio_oe3 
+05bc 18418402 or_into 0x2 ,temp 
+05bd 60188073 hstoret 1 ,core_gpio_oe3 
+05be 204063ee call twspi_disable 
+05bf 184104fd and_into 0xfd ,temp 
+05c0 2000000d nop 13 
+05c1 204005c5 call p_twspi_enable 
+05c2 60188073 hstoret 1 ,core_gpio_oe3 
+05c3 20600000 rtn 
 
 p_spid_init:
-0679 204064dd call spid_init_common 
+05c4 204064dd call spid_init_common 
 
 p_twspi_enable:
-067a 68108081 hfetch 1 ,core_gpio_sel1 
-067b 79207e00 set1 0 ,pdata 
-067c 793ffe01 set0 1 ,pdata 
-067d 793ffe03 set0 3 ,pdata 
-067e 60108081 hstore 1 ,core_gpio_sel1 
-067f 20600000 rtn 
+05c5 68108081 hfetch 1 ,core_gpio_sel1 
+05c6 79207e00 set1 0 ,pdata 
+05c7 793ffe01 set0 1 ,pdata 
+05c8 793ffe03 set0 3 ,pdata 
+05c9 60108081 hstore 1 ,core_gpio_sel1 
+05ca 20600000 rtn 
 
 p_page_wait_fhs_reply_ok:
-0680 6800800e fetch 1 ,mem_page_rcv_fhs 
-0681 1fe0fe01 increase 1 ,pdata 
-0682 6000800e store 1 ,mem_page_rcv_fhs 
-0683 20402435 call prepare_newconn 
-
-p_master_newconn_loop:
-0684 7920002c set1 mark_first_packet ,mark 
-0685 204022f2 call master_newconn_once 
-0686 202c068b branch p_newconn_poll_responded ,sync 
-0687 793f802c set0 mark_first_packet ,mark 
-0688 20402455 call new_conn_timeout 
-0689 243a0684 nbranch p_master_newconn_loop ,blank 
-068a 202020fc branch page_restart 
-
-p_newconn_poll_responded:
-068b 793f802c set0 mark_first_packet ,mark 
-068c 2020215f branch newconn_poll_responded 
+05cb 7011c500 jam zcode_00 ,mem_zcode_temp_param0 
+05cc 202006f2 branch p_zcode_entrance 
 
 p_role_switch_master:
-068d 204021c9 call role_switch_check 
-068e 24740000 nrtn user 
+05cd 204021c9 call role_switch_check 
+05ce 24740000 nrtn user 
 
 p_wait_role_switch_anchor:
-068f 78547c00 disable user 
-0690 70001120 jam param_newconnto ,mem_newconnto_counter 
-0691 793f800b set0 mark_fhs_already_good ,mark 
-0692 793f802d set0 mark_role_switch_receive_fhs ,mark 
+05cf 78547c00 disable user 
+05d0 70001120 jam param_newconnto ,mem_newconnto_counter 
+05d1 793f800b set0 mark_fhs_already_good ,mark 
+05d2 793f802d set0 mark_role_switch_receive_fhs ,mark 
 
 p_roles_waitfhs_loop:
-0693 20402a4f call rf_setup_time_master_slot 
-0694 204022e6 call master_recv_packet 
-0695 c505869a bmark1 mark_fhs_already_good ,p_roles_replyto_fhs 
-0696 20402455 call new_conn_timeout 
-0697 243a0693 nbranch p_roles_waitfhs_loop ,blank 
-0698 c51686a2 bmark1 mark_role_switch_receive_fhs ,p_roles_replyto_fhs1 
-0699 202021ec branch role_switch_fail_master 
+05d3 20402a4f call rf_setup_time_master_slot 
+05d4 204022e6 call master_recv_packet 
+05d5 c50585da bmark1 mark_fhs_already_good ,p_roles_replyto_fhs 
+05d6 20402455 call new_conn_timeout 
+05d7 243a05d3 nbranch p_roles_waitfhs_loop ,blank 
+05d8 c51685e2 bmark1 mark_role_switch_receive_fhs ,p_roles_replyto_fhs1 
+05d9 202021ec branch role_switch_fail_master 
 
 p_roles_replyto_fhs:
-069a 20402a4d call rf_setup_time_slave_slot 
-069b d8200010 arg type_id ,type 
-069c 204022dc call master_send_packet 
-069d 7920002d set1 mark_role_switch_receive_fhs ,mark 
-069e 793f800b set0 mark_fhs_already_good ,mark 
-069f 18000801 force 1 ,am_addr 
-06a0 70001102 jam 2 ,mem_newconnto_counter 
-06a1 20200693 branch p_roles_waitfhs_loop 
+05da 20402a4d call rf_setup_time_slave_slot 
+05db d8200010 arg type_id ,type 
+05dc 204022dc call master_send_packet 
+05dd 7920002d set1 mark_role_switch_receive_fhs ,mark 
+05de 793f800b set0 mark_fhs_already_good ,mark 
+05df 18000801 force 1 ,am_addr 
+05e0 70001102 jam 2 ,mem_newconnto_counter 
+05e1 202005d3 branch p_roles_waitfhs_loop 
 
 p_roles_replyto_fhs1:
-06a2 68020165 fetch 4 ,mem_clke_bt 
-06a3 1fe0fe08 pincrease 8 
-06a4 60020165 store 4 ,mem_clke_bt 
-06a5 202021f8 branch roles_replyto_fhs + 4 
+05e2 68020165 fetch 4 ,mem_clke_bt 
+05e3 1fe0fe08 pincrease 8 
+05e4 60020165 store 4 ,mem_clke_bt 
+05e5 202021f8 branch roles_replyto_fhs + 4 
 
 p_process_dmh:
-06a6 c516264d bmark1 mark_first_packet ,end_of_packet 
-06a7 2020258f branch process_dmh + 1 
+05e6 c516264d bmark1 mark_first_packet ,end_of_packet 
+05e7 2020258f branch process_dmh + 1 
+
+p_quit_connection_cont:
+05e8 204033af call app_disconn_reason_collect_bt 
+05e9 204026e9 call sniff_exit 
+05ea 700a9902 jam bt_evt_bb_disconnected ,mem_fifo_temp 
+05eb 20407d86 call ui_ipc_send_event 
+05ec 20405cf7 call init_lmp_work 
+05ed 20404d6b call l2cap_init_work 
+05ee 2020246e branch quit_connection_cont + 8 
 
 p_prepare_tx:
-06a8 68008030 fetch 1 ,mem_state 
-06a9 2feffe00 isolate1 state_inconn ,pdata 
-06aa 204086ac call p_bt_power_ctrl ,true 
-06ab 2020248a branch prepare_tx + 1 
+05ef 68008030 fetch 1 ,mem_state 
+05f0 2feffe00 isolate1 state_inconn ,pdata 
+05f1 204085f3 call p_bt_power_ctrl ,true 
+05f2 2020248a branch prepare_tx + 1 
 
 p_bt_power_ctrl:
-06ac 68008047 fetch 1 ,mem_arq 
-06ad 2feffe03 isolate1 wack ,pdata 
-06ae 20408793 call power_ctrl_pac_succ_decrs ,true 
-06af 2440878f ncall power_ctrl_pac_succ_incrs ,true 
-06b0 2020079d branch power_ctrl_start 
+05f3 68008047 fetch 1 ,mem_arq 
+05f4 2feffe03 isolate1 wack ,pdata 
+05f5 2040868b call power_ctrl_pac_succ_decrs ,true 
+05f6 24408687 ncall power_ctrl_pac_succ_incrs ,true 
+05f7 20200695 branch power_ctrl_start 
 
 p_slave_conn_recv_packet:
-06b1 204024f0 call slave_receive_master_slot 
-06b2 242c28f9 nbranch shutdown_radio ,sync 
-06b3 204029bb call save_rssi 
-06b4 20400027 call p_rssi_signal 
-06b5 20202518 branch slave_conn_recv_packet + 4 
+05f8 204024f0 call slave_receive_master_slot 
+05f9 242c28f9 nbranch shutdown_radio ,sync 
+05fa 204029bb call save_rssi 
+05fb 2040006a call p_rssi_signal 
+05fc 20202518 branch slave_conn_recv_packet + 4 
 
 p_lpm_dispatch:
-06b6 c6130000 rtnmark1 mark_24g 
-06b7 20402afa call lpo_calibration 
-06b8 6801c16f fetch 3 ,mem_clks_per_lpo 
-06b9 207a0000 rtn blank 
-06ba 6800c091 fetch 1 ,mem_lpm_mode 
-06bb 207a0000 rtn blank 
-06bc 6800c6cf fetch 1 ,mem_adc_low_volatage_led_timer_count 
-06bd 1fe67c0a sub pdata ,10 ,null 
-06be 20610000 rtn positive 
-06bf 6800c65a fetch 1 ,mem_ssp_enable 
-06c0 203a06c3 branch p_lpm_dispatch_next ,blank 
-06c1 6800c5b1 fetch 1 ,mem_sp_local_key_invalid 
-06c2 207a0000 rtn blank 
+05fd c6130000 rtnmark1 mark_24g 
+05fe 20402afa call lpo_calibration 
+05ff 6801c16f fetch 3 ,mem_clks_per_lpo 
+0600 207a0000 rtn blank 
+0601 6800c091 fetch 1 ,mem_lpm_mode 
+0602 207a0000 rtn blank 
+0603 6800c6cf fetch 1 ,mem_adc_low_volatage_led_timer_count 
+0604 1fe67c0a sub pdata ,10 ,null 
+0605 20610000 rtn positive 
+0606 6800c65a fetch 1 ,mem_ssp_enable 
+0607 203a060a branch p_lpm_dispatch_next ,blank 
+0608 6800c5b1 fetch 1 ,mem_sp_local_key_invalid 
+0609 207a0000 rtn blank 
 
 p_lpm_dispatch_next:
-06c3 6800c4c0 fetch 1 ,mem_le_sc_calc 
-06c4 247a0000 nrtn blank 
-06c5 20402c3a call lpm_check_wake_lock 
-06c6 247a0000 nrtn blank 
-06c7 6800c040 fetch 1 ,mem_context 
-06c8 2fe00e03 compare 3 ,pdata ,0x7 
-06c9 2420ab9d nbranch lpm_dispatch_unconn ,true 
-06ca 68014042 fetch 2 ,mem_context + coffset_tsniff 
-06cb d840ffff arg 0xffff ,temp 
-06cc 98467c00 isub temp ,null 
-06cd 20628000 rtn zero 
-06ce 20202b7d branch lpm_dispatch_next + 9 
+060a 6800c4c0 fetch 1 ,mem_le_sc_calc 
+060b 247a0000 nrtn blank 
+060c 20402c3a call lpm_check_wake_lock 
+060d 247a0000 nrtn blank 
+060e 6800c040 fetch 1 ,mem_context 
+060f 2fe00e03 compare 3 ,pdata ,0x7 
+0610 2420ab9d nbranch lpm_dispatch_unconn ,true 
+0611 68014042 fetch 2 ,mem_context + coffset_tsniff 
+0612 d840ffff arg 0xffff ,temp 
+0613 98467c00 isub temp ,null 
+0614 20628000 rtn zero 
+0615 20202b7d branch lpm_dispatch_next + 9 
 
 p_lpm_set_mult:
-06cf 7855fc00 disable wake 
-06d0 68008030 fetch 1 ,mem_state 
-06d1 c4008000 rtnbit0 state_insniff 
-06d2 2436abd0 nbranch lpm_not_match ,match 
-06d3 20402bcb call lpm_match 
-06d4 680140c1 fetch 2 ,mem_rx_window_sniff 
-06d5 6001003e store 2 ,mem_rx_window 
-06d6 68008047 fetch 1 ,mem_arq 
-06d7 c281abde bbit1 wack ,lpm_mult_short 
-06d8 c586abde bmark0 mark_lpm_mult_enable ,lpm_mult_short 
-06d9 20405274 call l2cap_malloc_is_fifo_empty 
-06da 243a2bde nbranch lpm_mult_short ,blank 
-06db 205a06dd call p_lpm_set_attemp_timeout ,blank 
-06dc 20202bbe branch lpm_set_mult + 13 
+0616 7855fc00 disable wake 
+0617 68008030 fetch 1 ,mem_state 
+0618 c4008000 rtnbit0 state_insniff 
+0619 2436abd0 nbranch lpm_not_match ,match 
+061a 20402bcb call lpm_match 
+061b 680140c1 fetch 2 ,mem_rx_window_sniff 
+061c 6001003e store 2 ,mem_rx_window 
+061d 68008047 fetch 1 ,mem_arq 
+061e c281abde bbit1 wack ,lpm_mult_short 
+061f c586abde bmark0 mark_lpm_mult_enable ,lpm_mult_short 
+0620 20405274 call l2cap_malloc_is_fifo_empty 
+0621 243a2bde nbranch lpm_mult_short ,blank 
+0622 205a0624 call p_lpm_set_attemp_timeout ,blank 
+0623 20202bbe branch lpm_set_mult + 13 
 
 p_lpm_set_attemp_timeout:
-06dd 70008a01 jam 1 ,mem_current_sniff_attempt 
-06de 70008b00 jam 0 ,mem_current_sniff_timeout 
-06df 20600000 rtn 
+0624 70008a01 jam 1 ,mem_current_sniff_attempt 
+0625 70008b00 jam 0 ,mem_current_sniff_timeout 
+0626 20600000 rtn 
 
 p_mouse_bb_disconnected:
-06e0 70480800 jam 0 ,mem_mouse_enter_sniff_count 
-06e1 7041e30e jam 0x0e ,mem_sniff_param_interval 
-06e2 204041e7 call mouse_bb_discon_clear_stack 
-06e3 68014208 fetch app_disc_rsn_size ,mem_app_disconn_reason 
-06e4 c283c1f5 bbit1 app_disc_ble ,mouse4_0_event_bb_disconn 
-06e5 c28033a9 bbit1 app_disc_by_button ,app_disconn_reason_clear 
-06e6 c28086ea bbit1 app_disc_after_pairing ,p_mouse_event_light_state_pairing 
-06e7 c28106ed bbit1 app_disc_after_reconn ,p_mouse_event_light_state_hibernate 
-06e8 c28186ed bbit1 app_disc_after_sniff ,p_mouse_event_light_state_hibernate 
-06e9 202042b0 branch mouse_start_discovery 
-
-p_mouse_event_light_state_pairing:
-06ea c28286ed bbit1 app_disc_after_handshake ,p_mouse_event_light_state_hibernate 
-06eb c28186ed bbit1 app_disc_after_sniff ,p_mouse_event_light_state_hibernate 
-06ec 202042b0 branch mouse_start_discovery 
-
-p_mouse_event_light_state_hibernate:
-06ed 68014682 fetch 2 ,mem_ui_state_map 
-06ee c28642b0 bbit1 ui_state_btn_down ,mouse_start_discovery 
-06ef 204033a9 call app_disconn_reason_clear 
-06f0 20400532 call p_mouse_get_select_state 
-06f1 20608000 rtn true 
-06f2 202033a7 branch app_bb_hibernate 
+0627 7011c510 jam zcode_10 ,mem_zcode_temp_param0 
+0628 202006f2 branch p_zcode_entrance 
 
 p_hid_rx_process:
-06f3 68010264 fetch 2 ,mem_l2cap_payload_ptr 
-06f4 1fe20c00 copy pdata ,contr 
-06f5 e8c08000 ifetch 1 ,contr 
-06f6 6000cb02 store 1 ,mem_l2cap_rcv 
-06f7 1fe1040f and pdata ,0x0f ,temp 
-06f8 1ff1fe00 rshift4 pdata ,pdata 
-06f9 c00386fb beq hid_type_set_protocol ,p_hid_rx_set_protocol 
-06fa 20204d39 branch hid_rx_process + 6 
-
-p_hid_rx_set_protocol:
-06fb 20404d53 call hid_rx_process_handshake 
-06fc 704b0300 jam 0 ,mem_mouse_bt_boot_mode 
-06fd 6800cb02 fetch 1 ,mem_l2cap_rcv 
-06fe 2feffe00 isolate1 0 ,pdata 
-06ff 20608000 rtn true 
-0700 704b0301 jam 1 ,mem_mouse_bt_boot_mode 
-0701 20600000 rtn 
+0629 7011c511 jam zcode_11 ,mem_zcode_temp_param0 
+062a 202006f2 branch p_zcode_entrance 
 
 p_parse_lmp_accepted:
-0702 68008552 fetch 1 ,mem_rxbuf + 1 
-0703 600084c9 store 1 ,mem_lmi_accepted_opcode 
-0704 c0098706 beq lmp_switch_req ,p_parse_lmp_accepted_switch 
-0705 20205db4 branch parse_lmp_accepted + 3 
+062b 68008552 fetch 1 ,mem_rxbuf + 1 
+062c 600084c9 store 1 ,mem_lmi_accepted_opcode 
+062d c009862f beq lmp_switch_req ,p_parse_lmp_accepted_switch 
+062e 20205db4 branch parse_lmp_accepted + 3 
 
 p_parse_lmp_accepted_switch:
-0706 20405dcf call parse_lmp_accepted_switch 
-0707 704aff01 jam 1 ,mem_bt_rcvd_switch_req_accept 
-0708 6800cb01 fetch 1 ,mem_bt_send_lmp_setup_complete 
-0709 207a0000 rtn blank 
-070a 704b0102 jam 2 ,mem_bt_send_lmp_setup_complete 
-070b 20600000 rtn 
+062f 20405dcf call parse_lmp_accepted_switch 
+0630 704aff01 jam 1 ,mem_bt_rcvd_switch_req_accept 
+0631 6800cb01 fetch 1 ,mem_bt_send_lmp_setup_complete 
+0632 207a0000 rtn blank 
+0633 704b0102 jam 2 ,mem_bt_send_lmp_setup_complete 
+0634 20600000 rtn 
 
 p_send_lmp:
-070c 78547c00 disable user 
-070d 204062c1 call lmo_fifo_process 
-070e 68008048 fetch 1 ,mem_lmp_to_send 
-070f 207a0000 rtn blank 
-0710 c2838716 bbit1 7 ,p_send_lmp_escape 
-0711 c001872d beq lmp_accepted ,p_send_lmp_accepted 
-0712 c0188722 beq lmp_setup_complete ,p_send_lmp_setup_complete 
-0713 c00b8724 beq lmp_sniff_req ,p_send_lmp_sniff_req 
-0714 c0038726 beq lmp_detach ,p_send_lmp_detach 
-0715 20206010 branch send_lmp0 
-
-p_send_lmp_escape:
-0716 c0420719 beq lmp_ext_features_res ,p_send_lmpext_features_res 
-0717 c041871c beq lmp_ext_features_req ,p_send_lmpext_features_req 
-0718 2020603f branch send_lmp_escape 
-
-p_send_lmpext_features_res:
-0719 2040071f call p_check_ssp_enable 
-071a 68008048 fetch 1 ,mem_lmp_to_send 
-071b 20206099 branch send_lmpext_features_res 
-
-p_send_lmpext_features_req:
-071c 2040071f call p_check_ssp_enable 
-071d 68008048 fetch 1 ,mem_lmp_to_send 
-071e 2020610d branch send_lmpext_features_req 
-
-p_check_ssp_enable:
-071f 6800c65a fetch 1 ,mem_ssp_enable 
-0720 203a612b branch ssp_disable ,blank 
-0721 20206124 branch ssp_enable 
-
-p_send_lmp_setup_complete:
-0722 704b0101 jam 1 ,mem_bt_send_lmp_setup_complete 
-0723 202061c3 branch send_lmp_setup_complete 
-
-p_send_lmp_sniff_req:
-0724 704b0904 jam 4 ,mem_mouse_bt_send_first_package_timer 
-0725 202061a4 branch send_lmp_sniff_req 
-
-p_send_lmp_detach:
-0726 20406152 call send_lmp_detach 
-0727 6800cb2e fetch 1 ,mem_mouse_bt_reconnect_flag 
-0728 207a0000 rtn blank 
-0729 6800804b fetch 1 ,mem_op 
-072a 793ffe03 set0 op_disconn ,pdata 
-072b 6000804b store 1 ,mem_op 
-072c 20200346 branch p_mouse_sensor_powerdown 
-
-p_send_lmp_accepted:
-072d 18007e02 force 2 ,pdata 
-072e 20406298 call msg_send_lmp 
-072f 68008049 fetch 1 ,mem_lmi_opcode 
-0730 e0a08000 istore 1 ,contw 
-0731 6000cafc store 1 ,mem_lmi_opcode_temp 
-0732 204062a7 call send_lmp_follow 
-0733 6800cafc fetch 1 ,mem_lmi_opcode_temp 
-0734 c0170736 beq lmp_max_slot_req ,p_send_lmp_accepted_max_slot_req 
-0735 20206051 branch send_lmp_accepted + 7 
-
-p_send_lmp_accepted_max_slot_req:
-0736 6800caff fetch 1 ,mem_bt_rcvd_switch_req_accept 
-0737 207a0000 rtn blank 
-0738 704aff00 jam 0 ,mem_bt_rcvd_switch_req_accept 
-0739 6800cb01 fetch 1 ,mem_bt_send_lmp_setup_complete 
-073a c1810000 rtnne 2 
-073b 704b0001 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch 
-073c 1c427e00 copy clkn_bt ,pdata 
-073d 600204e9 store 4 ,mem_aurand_send_delay_time 
-073e 20600000 rtn 
+0635 7011c520 jam zcode_20 ,mem_zcode_temp_param0 
+0636 202006f2 branch p_zcode_entrance 
 
 p_process_conn_sm:
-073f 204062bc call lmo_fifo_check 
-0740 247a0000 nrtn blank 
+0637 204062bc call lmo_fifo_check 
+0638 247a0000 nrtn blank 
 
 p_process_conn_sm_continue:
-0741 68008055 fetch 1 ,mem_conn_sm 
-0742 207a0000 rtn blank 
-0743 c0020761 beq conn_sm_send_conn_req ,p_host_create_conn_send_conn_req 
-0744 c0080746 beq conn_sm_wait_switch_after_host_connection ,p_host_creat_conn_wait_switch 
-0745 20206320 branch process_conn_sm_continue + 2 
+0639 68008055 fetch 1 ,mem_conn_sm 
+063a 207a0000 rtn blank 
+063b c0020659 beq conn_sm_send_conn_req ,p_host_create_conn_send_conn_req 
+063c c008063e beq conn_sm_wait_switch_after_host_connection ,p_host_creat_conn_wait_switch 
+063d 20206320 branch process_conn_sm_continue + 2 
 
 p_host_creat_conn_wait_switch:
-0746 6800c55b fetch 1 ,mem_switch_flag 
-0747 c1000000 rtneq switch_flag_init 
-0748 c000874a beq switch_flag_accept ,p_host_create_conn_switch_accept 
-0749 2020635f branch host_creat_conn_wait_switch + 3 
+063e 6800c55b fetch 1 ,mem_switch_flag 
+063f c1000000 rtneq switch_flag_init 
+0640 c0008642 beq switch_flag_accept ,p_host_create_conn_switch_accept 
+0641 2020635f branch host_creat_conn_wait_switch + 3 
 
 p_host_create_conn_switch_accept:
-074a 20748000 rtn master 
+0642 20748000 rtn master 
 
 p_host_create_conn_auth_pair:
-074b 6800816d fetch 1 ,mem_connection_options 
-074c c280074e bbit1 connection_auth ,p_host_create_conn_auth_pair_true 
-074d 20206399 branch host_create_conn_auth_pair + 1 
+0643 6800816d fetch 1 ,mem_connection_options 
+0644 c2800646 bbit1 connection_auth ,p_host_create_conn_auth_pair_true 
+0645 20206399 branch host_create_conn_auth_pair + 1 
 
 p_host_create_conn_auth_pair_true:
-074e 6800cb01 fetch 1 ,mem_bt_send_lmp_setup_complete 
-074f c000e39d beq 1 ,host_create_conn_auth_pair_true 
-0750 6800c1bd fetch 1 ,mem_link_key_exists 
-0751 203a63a9 branch host_create_conn_auth_pair_nokey ,blank 
-0752 680084d1 fetch 1 ,mem_lmp_conn_state 
-0753 c4018000 rtnbit0 sent_setup_complete 
-0754 c4010000 rtnbit0 received_setup_complete 
-0755 6800cb00 fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch 
-0756 207a0000 rtn blank 
-0757 704b0000 jam 0 ,mem_bt_send_max_slot_req_accept_after_switch 
-0758 680204e9 fetch 4 ,mem_aurand_send_delay_time 
-0759 d8400014 arg 20 ,temp 
-075a 98408400 iadd temp ,temp 
-075b 1c427e00 copy clkn_bt ,pdata 
-075c 98467c00 isub temp ,null 
-075d 2421075f nbranch p_bt_send_max_slot_req_accept_after_switch_wait ,positive 
-075e 20206349 branch host_create_conn_auth 
+0646 6800cb01 fetch 1 ,mem_bt_send_lmp_setup_complete 
+0647 c000e39d beq 1 ,host_create_conn_auth_pair_true 
+0648 6800c1bd fetch 1 ,mem_link_key_exists 
+0649 203a63a9 branch host_create_conn_auth_pair_nokey ,blank 
+064a 680084d1 fetch 1 ,mem_lmp_conn_state 
+064b c4018000 rtnbit0 sent_setup_complete 
+064c c4010000 rtnbit0 received_setup_complete 
+064d 6800cb00 fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch 
+064e 207a0000 rtn blank 
+064f 704b0000 jam 0 ,mem_bt_send_max_slot_req_accept_after_switch 
+0650 680204e9 fetch 4 ,mem_aurand_send_delay_time 
+0651 d8400014 arg 20 ,temp 
+0652 98408400 iadd temp ,temp 
+0653 1c427e00 copy clkn_bt ,pdata 
+0654 98467c00 isub temp ,null 
+0655 24210657 nbranch p_bt_send_max_slot_req_accept_after_switch_wait ,positive 
+0656 20206349 branch host_create_conn_auth 
 
 p_bt_send_max_slot_req_accept_after_switch_wait:
-075f 704b0001 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch 
-0760 20600000 rtn 
+0657 704b0001 jam 1 ,mem_bt_send_max_slot_req_accept_after_switch 
+0658 20600000 rtn 
 
 p_host_create_conn_send_conn_req:
-0761 70480914 jam 20 ,mem_mouse_send_switch_req_timer 
-0762 2020636f branch host_create_conn_send_conn_req 
+0659 70480914 jam 20 ,mem_mouse_send_switch_req_timer 
+065a 2020636f branch host_create_conn_send_conn_req 
 
 p_check_51cmd_once_continue:
-0763 204062bc call lmo_fifo_check 
-0764 243a7ddb nbranch check_51cmd_restore ,blank 
-0765 68008a99 fetch 1 ,mem_fifo_temp 
-0766 c584fdd6 bmark0 mark_context ,check_51cmd_check_idle 
-0767 c00f876e beq bt_cmd_store_reconn_info_le ,p_flash_store_le_reconn_info 
-0768 c0100771 beq bt_cmd_store_reconn_info_bt ,p_flash_store_bd_reconn_info 
-0769 c009076b beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
-076a 20207dca branch check_51cmd_once_continue + 2 
+065b 204062bc call lmo_fifo_check 
+065c 243a7ddb nbranch check_51cmd_restore ,blank 
+065d 68008a99 fetch 1 ,mem_fifo_temp 
+065e c584fdd6 bmark0 mark_context ,check_51cmd_check_idle 
+065f c00f8666 beq bt_cmd_store_reconn_info_le ,p_flash_store_le_reconn_info 
+0660 c0100669 beq bt_cmd_store_reconn_info_bt ,p_flash_store_bd_reconn_info 
+0661 c0090663 beq bt_cmd_le_update_conn ,p_check_51cmd_ble_update_connect_param 
+0662 20207dca branch check_51cmd_once_continue + 2 
 
 p_check_51cmd_ble_update_connect_param:
-076b 20405890 call le_fifo_check_full 
-076c 247a0000 nrtn blank 
-076d 20205abf branch le_l2cap_tx_update_req 
+0663 20405890 call le_fifo_check_full 
+0664 247a0000 nrtn blank 
+0665 20205abf branch le_l2cap_tx_update_req 
 
 p_flash_store_le_reconn_info:
-076e 70018534 jam rec_4_mode ,mem_record_bt_mode 
-076f 6803044f fetch 6 ,mem_le_plap 
-0770 20200773 branch p_flash_store_reconn_info 
+0666 70018534 jam rec_4_mode ,mem_record_bt_mode 
+0667 6803044f fetch 6 ,mem_le_plap 
+0668 2020066b branch p_flash_store_reconn_info 
 
 p_flash_store_bd_reconn_info:
-0771 70018533 jam rec_3_mode ,mem_record_bt_mode 
-0772 68030040 fetch 6 ,mem_plap 
+0669 70018533 jam rec_3_mode ,mem_record_bt_mode 
+066a 68030040 fetch 6 ,mem_plap 
 
 p_flash_store_reconn_info:
-0773 60030186 store 6 ,mem_temp_lap 
+066b 60030186 store 6 ,mem_temp_lap 
 
 p_mouse_store_remote_bdaddr:
-0774 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
-0775 c4038000 rtnbit0 mouse_store_eeprom_flag 
-0776 d8e00007 arg mouse_store_eeprom_flag ,queue 
-0777 204043d2 call mouse_disable_function_flag 
-0778 204042e8 call mouse_check_device_addr 
+066c 680246d3 fetch mouse_flag_len ,mem_mouse_flag 
+066d c4038000 rtnbit0 mouse_store_eeprom_flag 
+066e d8e00007 arg mouse_store_eeprom_flag ,queue 
+066f 204043d2 call mouse_disable_function_flag 
+0670 204042e8 call mouse_check_device_addr 
 
 p_mouse_unplug_clean_bdaddr:
-0779 204042fb call mouse_before_store_reconn_info 
-077a 2020038d branch p_mouse_store_flash_device_info 
+0671 204042fb call mouse_before_store_reconn_info 
+0672 2020033b branch p_mouse_store_flash_device_info 
 
 p_mouse_device_poweron_led_timer:
-077b 6800cb29 fetch 1 ,mem_mouse_poweron_led_timer 
-077c 207a0000 rtn blank 
-077d 1fe0ffff increase -1 ,pdata 
-077e 6000cb29 store 1 ,mem_mouse_poweron_led_timer 
-077f 243a0785 nbranch p_mouse_device_poweron_led_on ,blank 
-0780 6800c720 fetch 1 ,mem_device_flag 
-0781 c000c47a beq 1 ,mouse_devce1_led_off 
-0782 c001447e beq 2 ,mouse_devce2_led_off 
-0783 c001c485 beq 3 ,mouse_devce3_led_off 
-0784 2020447a branch mouse_devce1_led_off 
+0673 6800cb49 fetch 1 ,mem_mouse_poweron_led_timer 
+0674 207a0000 rtn blank 
+0675 1fe0ffff increase -1 ,pdata 
+0676 6000cb49 store 1 ,mem_mouse_poweron_led_timer 
+0677 243a067d nbranch p_mouse_device_poweron_led_on ,blank 
+0678 6800c720 fetch 1 ,mem_device_flag 
+0679 c000c47a beq 1 ,mouse_devce1_led_off 
+067a c001447e beq 2 ,mouse_devce2_led_off 
+067b c001c485 beq 3 ,mouse_devce3_led_off 
+067c 2020447a branch mouse_devce1_led_off 
 
 p_mouse_device_poweron_led_on:
-0785 6800c720 fetch 1 ,mem_device_flag 
-0786 c000c489 beq 1 ,mouse_device1_led_on 
-0787 c001448c beq 2 ,mouse_device2_led_on 
-0788 c001c48f beq 3 ,mouse_device3_led_on 
-0789 20204489 branch mouse_device1_led_on 
+067d 6800c720 fetch 1 ,mem_device_flag 
+067e c000c489 beq 1 ,mouse_device1_led_on 
+067f c001448c beq 2 ,mouse_device2_led_on 
+0680 c001c48f beq 3 ,mouse_device3_led_on 
+0681 20204489 branch mouse_device1_led_on 
 
 p_mouse_device_poweron_led_off:
-078a 704b2900 jam 0 ,mem_mouse_poweron_led_timer 
-078b 20600000 rtn 
+0682 704b4900 jam 0 ,mem_mouse_poweron_led_timer 
+0683 20600000 rtn 
 
 power_ctrl_pac_succ_cnt_init:
-078c 704cf101 jam 1 ,mem_power_ctrl_level 
-078d 704cee00 jam 0 ,mem_power_ctrl_pac_succ_cnt 
-078e 20600000 rtn 
+0684 704d1c01 jam 1 ,mem_power_ctrl_level 
+0685 704d1900 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+0686 20600000 rtn 
 
 power_ctrl_pac_succ_incrs:
-078f 6800ccee fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0790 1fe0fe01 increase 1 ,pdata 
-0791 6000ccee store 1 ,mem_power_ctrl_pac_succ_cnt 
-0792 20600000 rtn 
+0687 6800cd19 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+0688 1fe0fe01 increase 1 ,pdata 
+0689 6000cd19 store 1 ,mem_power_ctrl_pac_succ_cnt 
+068a 20600000 rtn 
 
 power_ctrl_pac_succ_decrs:
-0793 6800ccee fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0794 1fe67c02 sub pdata ,2 ,null 
-0795 2441079b ncall power_ctrl_pac_succ_cnt_reinit ,positive 
-0796 6800ccee fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-0797 c1000000 rtneq 0 
-0798 1fe0ffff increase -1 ,pdata 
-0799 6000ccee store 1 ,mem_power_ctrl_pac_succ_cnt 
-079a 20600000 rtn 
+068b 6800cd19 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+068c 1fe67c02 sub pdata ,2 ,null 
+068d 24410693 ncall power_ctrl_pac_succ_cnt_reinit ,positive 
+068e 6800cd19 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+068f c1000000 rtneq 0 
+0690 1fe0ffff increase -1 ,pdata 
+0691 6000cd19 store 1 ,mem_power_ctrl_pac_succ_cnt 
+0692 20600000 rtn 
 
 power_ctrl_pac_succ_cnt_reinit:
-079b 704cee03 jam 3 ,mem_power_ctrl_pac_succ_cnt 
-079c 20600000 rtn 
+0693 704d1903 jam 3 ,mem_power_ctrl_pac_succ_cnt 
+0694 20600000 rtn 
 
 power_ctrl_start:
-079d 68014682 fetch 2 ,mem_ui_state_map 
-079e c3858000 rtnbit1 ui_state_ble_adv 
-079f c3838000 rtnbit1 ui_state_bt_reconnect 
-07a0 c3830000 rtnbit1 ui_state_bt_discovery 
-07a1 da204c77 arg mem_rssi_signal_buf ,rega 
-07a2 204002b7 call p_rssi_average 
-07a3 6008ccef storet 1 ,mem_rssi_avg_received 
-07a4 58000082 setarg rssi_dis_max_24g 
-07a5 c51307a7 bmark1 mark_24g ,power_ctrl_start_next 
-07a6 58000080 setarg rssi_dis_max_ble 
+0695 68014682 fetch 2 ,mem_ui_state_map 
+0696 c3858000 rtnbit1 ui_state_ble_adv 
+0697 c3838000 rtnbit1 ui_state_bt_reconnect 
+0698 c3830000 rtnbit1 ui_state_bt_discovery 
+0699 da204ca2 arg mem_rssi_signal_buf ,rega 
+069a 20400297 call p_rssi_average 
+069b 6008cd1a storet 1 ,mem_rssi_avg_received 
+069c 58000082 setarg rssi_dis_max_24g 
+069d c513069f bmark1 mark_24g ,power_ctrl_start_next 
+069e 58000080 setarg rssi_dis_max_ble 
 
 power_ctrl_start_next:
-07a7 98467c00 isub temp ,null 
-07a8 242107bf nbranch power_ctrl_txpower_incrs_force ,positive 
-07a9 6800ccee fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-07aa 1fe67c02 sub pdata ,2 ,null 
-07ab 242107af nbranch power_ctrl_txpower_decrs_check ,positive 
-07ac 6800ccee fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-07ad c00007c0 beq 0 ,power_ctrl_txpower_incrs 
-07ae 20600000 rtn 
+069f 98467c00 isub temp ,null 
+06a0 242106b7 nbranch power_ctrl_txpower_incrs_force ,positive 
+06a1 6800cd19 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+06a2 1fe67c02 sub pdata ,2 ,null 
+06a3 242106a7 nbranch power_ctrl_txpower_decrs_check ,positive 
+06a4 6800cd19 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+06a5 c00006b8 beq 0 ,power_ctrl_txpower_incrs 
+06a6 20600000 rtn 
 
 power_ctrl_txpower_decrs_check:
-07af 6800ccee fetch 1 ,mem_power_ctrl_pac_succ_cnt 
-07b0 c1900000 rtnne 32 
-07b1 704cee00 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+06a7 6800cd19 fetch 1 ,mem_power_ctrl_pac_succ_cnt 
+06a8 c1900000 rtnne 32 
+06a9 704d1900 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 power_ctrl_txpower_decrs:
-07b2 6808ccef fetcht 1 ,mem_rssi_avg_received 
-07b3 58000077 setarg rssi_dis_min_24g 
-07b4 c51307b6 bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
-07b5 58000075 setarg rssi_dis_min_ble 
+06aa 6808cd1a fetcht 1 ,mem_rssi_avg_received 
+06ab 58000077 setarg rssi_dis_min_24g 
+06ac c51306ae bmark1 mark_24g ,power_ctrl_txpower_decrs_next 
+06ad 58000075 setarg rssi_dis_min_ble 
 
 power_ctrl_txpower_decrs_next:
-07b6 98467c00 isub temp ,null 
-07b7 24610000 nrtn positive 
-07b8 6800ccf1 fetch 1 ,mem_power_ctrl_level 
-07b9 c00007c7 beq 0 ,power_ctrl_decrs_level0 
-07ba 1fe0ffff increase -1 ,pdata 
-07bb 6000ccf1 store 1 ,mem_power_ctrl_level 
-07bc c00007c7 beq 0 ,power_ctrl_decrs_level0 
+06ae 98467c00 isub temp ,null 
+06af 24610000 nrtn positive 
+06b0 6800cd1c fetch 1 ,mem_power_ctrl_level 
+06b1 c00006bf beq 0 ,power_ctrl_decrs_level0 
+06b2 1fe0ffff increase -1 ,pdata 
+06b3 6000cd1c store 1 ,mem_power_ctrl_level 
+06b4 c00006bf beq 0 ,power_ctrl_decrs_level0 
 
 power_ctrl_decrs_level1:
 
 power_ctrl_incrs_level1:
-07bd 7041de00 jam tx_power_0db ,mem_tx_power 
-07be 20600000 rtn 
+06b5 7041de00 jam tx_power_0db ,mem_tx_power 
+06b6 20600000 rtn 
 
 power_ctrl_txpower_incrs_force:
-07bf 704cee00 jam 0 ,mem_power_ctrl_pac_succ_cnt 
+06b7 704d1900 jam 0 ,mem_power_ctrl_pac_succ_cnt 
 
 power_ctrl_txpower_incrs:
-07c0 6800ccf1 fetch 1 ,mem_power_ctrl_level 
-07c1 c00107c5 beq 2 ,power_ctrl_incrs_level2 
-07c2 1fe0fe01 increase 1 ,pdata 
-07c3 6000ccf1 store 1 ,mem_power_ctrl_level 
-07c4 c00087bd beq 1 ,power_ctrl_incrs_level1 
+06b8 6800cd1c fetch 1 ,mem_power_ctrl_level 
+06b9 c00106bd beq 2 ,power_ctrl_incrs_level2 
+06ba 1fe0fe01 increase 1 ,pdata 
+06bb 6000cd1c store 1 ,mem_power_ctrl_level 
+06bc c00086b5 beq 1 ,power_ctrl_incrs_level1 
 
 power_ctrl_incrs_level2:
-07c5 7041de02 jam tx_power_5db ,mem_tx_power 
-07c6 20600000 rtn 
+06bd 7041de02 jam tx_power_5db ,mem_tx_power 
+06be 20600000 rtn 
 
 power_ctrl_decrs_level0:
-07c7 7041de04 jam tx_power_f5db ,mem_tx_power 
-07c8 20600000 rtn 
+06bf 7041de04 jam tx_power_f5db ,mem_tx_power 
+06c0 20600000 rtn 
 
 p_set_freq_tx:
-07c9 60088017 storet 1 ,mem_last_freq 
-07ca 1840a200 add temp ,0 ,rega 
-07cb 20402981 call rf_write_freq 
-07cc 58000500 setarg param_pll_setup 
-07cd 20402a8f call sleep 
+06c1 60088017 storet 1 ,mem_last_freq 
+06c2 1840a200 add temp ,0 ,rega 
+06c3 20402981 call rf_write_freq 
+06c4 58000500 setarg param_pll_setup 
+06c5 20402a8f call sleep 
 
 p_rf_tx_enable:
-07ce 70890601 jam 0x1 ,rfen_adc 
-07cf 7089003c jam 0x3c ,rfen_rx 
-07d0 708901e0 jam 0xe0 ,rfen_tx 
-07d1 2000000a nop 10 
-07d2 70890201 jam 0x01 ,rfen_mdm 
-07d3 7089023d jam 0x3d ,rfen_mdm 
-07d4 2000000a nop 10 
-07d5 708903b7 jam 0xb7 ,rfen_sn 
-07d6 2000000a nop 10 
-07d7 7089027d jam 0x7d ,rfen_mdm 
-07d8 6800c1de fetch 1 ,mem_tx_power 
-07d9 c00107e1 beq tx_power_5db ,p_set_tx_power_5db 
-07da c00207e6 beq tx_power_f5db ,p_set_tx_power_f5db 
-07db c01007f5 beq tx_power_pair ,p_set_tx_power_pair 
+06c6 70890601 jam 0x1 ,rfen_adc 
+06c7 7089003c jam 0x3c ,rfen_rx 
+06c8 708901e0 jam 0xe0 ,rfen_tx 
+06c9 2000000a nop 10 
+06ca 70890201 jam 0x01 ,rfen_mdm 
+06cb 7089023d jam 0x3d ,rfen_mdm 
+06cc 2000000a nop 10 
+06cd 708903b7 jam 0xb7 ,rfen_sn 
+06ce 2000000a nop 10 
+06cf 7089027d jam 0x7d ,rfen_mdm 
+06d0 6800c1de fetch 1 ,mem_tx_power 
+06d1 c00106d9 beq tx_power_5db ,p_set_tx_power_5db 
+06d2 c00206de beq tx_power_f5db ,p_set_tx_power_f5db 
+06d3 c01006ed beq tx_power_pair ,p_set_tx_power_pair 
 
 p_set_tx_power_0db:
-07dc 204007eb call p_rx_low_sens 
-07dd 708955d0 jam 0xd0 ,0x8955 
-07de 708956e0 jam 0xe0 ,0x8956 
-07df 7089586c jam 0x6c ,0x8958 
-07e0 2020294b branch set_tx_power_0db 
+06d4 204006e3 call p_rx_low_sens 
+06d5 708955d0 jam 0xd0 ,0x8955 
+06d6 708956e0 jam 0xe0 ,0x8956 
+06d7 7089586c jam 0x6c ,0x8958 
+06d8 2020294b branch set_tx_power_0db 
 
 p_set_tx_power_5db:
-07e1 204007f0 call p_rx_high_sens 
-07e2 708955d0 jam 0xd0 ,0x8955 
-07e3 708956e0 jam 0xe0 ,0x8956 
-07e4 7089583c jam 0x3c ,0x8958 
-07e5 20202953 branch set_tx_power_5db 
+06d9 204006e8 call p_rx_high_sens 
+06da 708955d0 jam 0xd0 ,0x8955 
+06db 708956e0 jam 0xe0 ,0x8956 
+06dc 7089583c jam 0x3c ,0x8958 
+06dd 20202953 branch set_tx_power_5db 
 
 p_set_tx_power_f5db:
-07e6 204007eb call p_rx_low_sens 
-07e7 708955d0 jam 0xd0 ,0x8955 
-07e8 708956c0 jam 0xc0 ,0x8956 
-07e9 7089586c jam 0x6c ,0x8958 
-07ea 2020295b branch set_tx_power_f5db 
+06de 204006e3 call p_rx_low_sens 
+06df 708955d0 jam 0xd0 ,0x8955 
+06e0 708956c0 jam 0xc0 ,0x8956 
+06e1 7089586c jam 0x6c ,0x8958 
+06e2 2020295b branch set_tx_power_f5db 
 
 p_rx_low_sens:
-07eb 70894c5b jam 0x5b ,0x894c 
-07ec 70894d96 jam 0x96 ,0x894d 
-07ed 70894e2c jam 0x2c ,0x894e 
-07ee 70894f46 jam 0x46 ,0x894f 
-07ef 20600000 rtn 
+06e3 70894c5b jam 0x5b ,0x894c 
+06e4 70894d96 jam 0x96 ,0x894d 
+06e5 70894e2c jam 0x2c ,0x894e 
+06e6 70894f46 jam 0x46 ,0x894f 
+06e7 20600000 rtn 
 
 p_rx_high_sens:
-07f0 70894cfb jam 0xfb ,0x894c 
-07f1 70894def jam 0xef ,0x894d 
-07f2 70894eec jam 0xec ,0x894e 
-07f3 70894f5e jam 0x5e ,0x894f 
-07f4 20600000 rtn 
+06e8 70894cfb jam 0xfb ,0x894c 
+06e9 70894def jam 0xef ,0x894d 
+06ea 70894eec jam 0xec ,0x894e 
+06eb 70894f5e jam 0x5e ,0x894f 
+06ec 20600000 rtn 
 
 p_set_tx_power_pair:
-07f5 708956c2 jam 0xc2 ,0x8956 
-07f6 708955d0 jam 0xd0 ,0x8955 
-07f7 20600000 rtn 
+06ed 708956c2 jam 0xc2 ,0x8956 
+06ee 708955d0 jam 0xd0 ,0x8955 
+06ef 20600000 rtn 
 
 p_shutdown_radio:
-07f8 18002a08 force 8 ,radio_ctrl 
-07f9 202028fa branch shutdown_radio + 1 
+06f0 18002a08 force 8 ,radio_ctrl 
+06f1 202028fa branch shutdown_radio + 1 
+
+p_zcode_entrance:
+06f2 680891c5 fetcht 1 ,mem_zcode_temp_param0 
+06f3 18518400 rshift4 temp ,temp 
+06f4 6800cb50 fetch 1 ,mem_zcode_current_number 
+06f5 98467c00 isub temp ,null 
+06f6 2022870d branch p_zcode_run ,zero 
+06f7 6008cb50 storet 1 ,mem_zcode_current_number 
+06f8 18408401 increase 1 ,temp 
+06f9 58000100 setarg zcode_buff_size 
+06fa 984f8400 imul32 temp ,temp 
+06fb 6801cb51 fetch 3 ,mem_xip_flash_offset 
+06fc 98467e00 isub temp ,pdata 
+06fd 6809cb54 fetcht 3 ,mem_flash_start_addr 
+06fe 9840fe00 iadd temp ,pdata 
+06ff 1fe0fffb increase -5 ,pdata 
+0700 6001cb57 store 3 ,mem_flash_address 
+0701 20400376 call p_flash_release_deep_power_down 
+0702 6801cb57 fetch 3 ,mem_flash_address 
+0703 d8400100 arg zcode_buff_size ,temp 
+0704 da201f00 arg mem_zcode_buff ,rega 
+0705 20406562 call spid_read_flash 
+0706 204002f6 call p_mouse_spi_init 
+0707 58001f00 setarg mem_zcode_buff 
+0708 60014199 store 2 ,mem_patch_ptr 
+0709 70419b40 jam zcode_code_size ,mem_patch_len 
+070a 204064ca call load_ucode 
+070b 58000000 setarg 0 
+070c 60024199 store 4 ,mem_patch_ptr 
+
+p_zcode_run:
+070d 680091c5 fetch 1 ,mem_zcode_temp_param0 
+070e 20200001 branch p_zcode 
+
+p_drawing_optima_init:
+070f df200005 arg 5 ,loopcnt 
+0710 d8a04b0b arg mem_mouse_asm_flag ,contw 
+0711 20207ed4 branch clear_mem 
+
+p_drawing_optima:
+0712 6802469b fetch 4 ,mem_mouse_x 
+0713 207a0000 rtn blank 
+0714 20400763 call p_data_abs_check 
+0715 58000006 setarg 0x06 
+0716 20400756 call p_data_greater_than_check 
+0717 58000003 setarg 0x03 
+0718 2040075c call p_data_less_than_check 
+0719 6800cb0b fetch 1 ,mem_mouse_asm_flag 
+071a c000871c beq 1 ,p_drawing_optima_modify 
+071b 2020070f branch p_drawing_optima_init 
+
+p_drawing_optima_modify:
+071c 68014b0c fetch 2 ,mem_mouse_x_pre 
+071d 600111be store 2 ,mem_data_pre 
+071e 6801469b fetch 2 ,mem_mouse_x 
+071f 600111c0 store 2 ,mem_data_current 
+0720 2040072f call p_drawing_optima_data 
+0721 680111be fetch 2 ,mem_data_pre 
+0722 60014b0c store 2 ,mem_mouse_x_pre 
+0723 680111c0 fetch 2 ,mem_data_current 
+0724 6001469b store 2 ,mem_mouse_x 
+0725 68014b0e fetch 2 ,mem_mouse_y_pre 
+0726 600111be store 2 ,mem_data_pre 
+0727 6801469d fetch 2 ,mem_mouse_y 
+0728 600111c0 store 2 ,mem_data_current 
+0729 2040072f call p_drawing_optima_data 
+072a 680111be fetch 2 ,mem_data_pre 
+072b 60014b0e store 2 ,mem_mouse_y_pre 
+072c 680111c0 fetch 2 ,mem_data_current 
+072d 6001469d store 2 ,mem_mouse_y 
+072e 20600000 rtn 
+
+p_drawing_optima_data:
+072f 680111be fetch 2 ,mem_data_pre 
+0730 680911c0 fetcht 2 ,mem_data_current 
+0731 9840fe00 iadd temp ,pdata 
+0732 600191c2 store 3 ,mem_data_sum 
+0733 2feffe10 isolate1 16 ,pdata 
+0734 2020873c branch p_data_sum_overflow ,true 
+0735 680091c3 fetch 1 ,mem_data_sum + 1 
+0736 c07f8743 beq 0xff ,p_data_sum_n 
+0737 680091c2 fetch 1 ,mem_data_sum 
+
+p_data_store_pre:
+0738 1fe37e00 rshift pdata ,pdata 
+0739 600111be store 2 ,mem_data_pre 
+073a 600111c0 store 2 ,mem_data_current 
+073b 20600000 rtn 
+
+p_data_sum_overflow:
+073c 680091c3 fetch 1 ,mem_data_sum + 1 
+073d c0000740 beq 0 ,p_data_sum_overflow_p 
+073e 680191c2 fetch 3 ,mem_data_sum 
+073f 20200738 branch p_data_store_pre 
+
+p_data_sum_overflow_p:
+0740 7011c400 jam 0 ,mem_data_sum + 2 
+0741 680091c2 fetch 1 ,mem_data_sum 
+0742 20200738 branch p_data_store_pre 
+
+p_data_sum_n:
+0743 680091c2 fetch 1 ,mem_data_sum 
+0744 2040074e call p_pdata_get_half 
+0745 600091be store 1 ,mem_data_pre 
+0746 600091c0 store 1 ,mem_data_current 
+0747 203a074c branch p_data_zero ,blank 
+0748 580000ff setarg 0xff 
+
+p_data_set_direction:
+0749 600091bf store 1 ,mem_data_pre + 1 
+074a 600091c1 store 1 ,mem_data_current + 1 
+074b 20600000 rtn 
+
+p_data_zero:
+074c 58000000 setarg 0 
+074d 20200749 branch p_data_set_direction 
+
+p_pdata_get_half:
+074e 1fe67e00 sub pdata ,0 ,pdata 
+074f 60008aae store 1 ,mem_rega 
+0750 68008aae fetch 1 ,mem_rega 
+0751 1fe37e00 rshift pdata ,pdata 
+0752 60008aae store 1 ,mem_rega 
+0753 68008aae fetch 1 ,mem_rega 
+0754 1fe67e00 sub pdata ,0 ,pdata 
+0755 20600000 rtn 
+
+p_data_greater_than_check:
+0756 9a267c00 isub rega ,null 
+0757 24210761 nbranch p_enable_asm ,positive 
+0758 9a467c00 isub regb ,null 
+0759 24210761 nbranch p_enable_asm ,positive 
+
+p_disable_asm:
+075a 704b0b00 jam 0 ,mem_mouse_asm_flag 
+075b 20600000 rtn 
+
+p_data_less_than_check:
+075c 9a267c00 isub rega ,null 
+075d 24610000 nrtn positive 
+075e 9a467c00 isub regb ,null 
+075f 24610000 nrtn positive 
+0760 2020075a branch p_disable_asm 
+
+p_enable_asm:
+0761 704b0b01 jam 1 ,mem_mouse_asm_flag 
+0762 20600000 rtn 
+
+p_data_abs_check:
+0763 6801469b fetch 2 ,mem_mouse_x 
+0764 600111c0 store 2 ,mem_data_current 
+0765 2040076c call p_data_abs 
+0766 1fe22200 copy pdata ,rega 
+0767 6801469d fetch 2 ,mem_mouse_y 
+0768 600111c0 store 2 ,mem_data_current 
+0769 2040076c call p_data_abs 
+076a 1fe22400 copy pdata ,regb 
+076b 20600000 rtn 
+
+p_data_abs:
+076c 680091c1 fetch 1 ,mem_data_current + 1 
+076d c07f8771 beq 0xff ,p_data_reversal 
+076e 680091c0 fetch 1 ,mem_data_current 
+
+p_data_abs_store:
+076f 1fe17eff and_into 0xff ,pdata 
+0770 20600000 rtn 
+
+p_data_reversal:
+0771 680111c0 fetch 2 ,mem_data_current 
+0772 1fe67e00 sub pdata ,0 ,pdata 
+0773 2020076f branch p_data_abs_store 
 org 0x2000
 
 start:
@@ -13919,6 +13779,8 @@
 408b 2040681d call gpio_get_bit 
 408c 7920a202 setflag true ,2 ,rega 
 408d 20404090 call mouse_check_s_key_gpio 
+
+mouse_check_key_gpio_output:
 408e 1a227e00 copy rega ,pdata 
 408f 20600000 rtn 
 
@@ -35327,4 +35189,724 @@
 7ffb e0a08000 istore 1 ,contw 
 7ffc c2007ff9 loop reverse_loop 
 7ffd 20600000 rtn 
-rtn 
+org 0x10001
+
+z_entrance0:
+10001 c0000003  beq zcode_00 ,z_page_wait_fhs_reply_ok
+10002 20600000  rtn
+
+z_page_wait_fhs_reply_ok:
+10003 6800800e  fetch 1 ,mem_page_rcv_fhs
+10004 1fe0fe01  increase 1 ,pdata
+10005 6000800e  store 1 ,mem_page_rcv_fhs
+10006 20402435  call prepare_newconn
+
+z_master_newconn_loop:
+10007 7920002c  set1 mark_first_packet ,mark
+10008 204022f2  call master_newconn_once
+10009 202c000e  branch z_newconn_poll_responded ,sync
+1000a 793f802c  set0 mark_first_packet ,mark
+1000b 20402455  call new_conn_timeout
+1000c 243a0007  nbranch z_master_newconn_loop ,blank
+1000d 202020fc  branch page_restart
+
+z_newconn_poll_responded:
+1000e 793f802c  set0 mark_first_packet ,mark
+1000f 2020215f  branch newconn_poll_responded
+org 0x20001
+
+z_entrance1:
+20001 c0080004  beq zcode_10 ,z_mouse_bb_disconnected
+20002 c0088017  beq zcode_11 ,z_hid_rx_process
+20003 20600000  rtn
+
+z_mouse_bb_disconnected:
+20004 70480800  jam 0 ,mem_mouse_enter_sniff_count
+20005 7041e30e  jam 0x0e ,mem_sniff_param_interval
+20006 204041e7  call mouse_bb_discon_clear_stack
+20007 68014208  fetch app_disc_rsn_size ,mem_app_disconn_reason
+20008 c283c1f5  bbit1 app_disc_ble ,mouse4_0_event_bb_disconn
+20009 c28033a9  bbit1 app_disc_by_button ,app_disconn_reason_clear
+2000a c280800e  bbit1 app_disc_after_pairing ,z_mouse_event_light_state_pairing
+2000b c2810011  bbit1 app_disc_after_reconn ,z_mouse_event_light_state_hibernate
+2000c c2818011  bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
+2000d 202042b0  branch mouse_start_discovery
+
+z_mouse_event_light_state_pairing:
+2000e c2828011  bbit1 app_disc_after_handshake ,z_mouse_event_light_state_hibernate
+2000f c2818011  bbit1 app_disc_after_sniff ,z_mouse_event_light_state_hibernate
+20010 202042b0  branch mouse_start_discovery
+
+z_mouse_event_light_state_hibernate:
+20011 68014682  fetch 2 ,mem_ui_state_map
+20012 c28642b0  bbit1 ui_state_btn_down ,mouse_start_discovery
+20013 204033a9  call app_disconn_reason_clear
+20014 204004db  call p_mouse_check_key_gpio
+20015 20608000  rtn true
+20016 202033a7  branch app_bb_hibernate
+
+z_hid_rx_process:
+20017 68010264  fetch 2 ,mem_l2cap_payload_ptr
+20018 1fe20c00  copy pdata ,contr
+20019 e8c08000  ifetch 1 ,contr
+2001a 6000cb02  store 1 ,mem_l2cap_rcv
+2001b 1fe1040f  and pdata ,0x0f ,temp
+2001c 1ff1fe00  rshift4 pdata ,pdata
+2001d c003801f  beq hid_type_set_protocol ,z_hid_rx_set_protocol
+2001e 20204d39  branch hid_rx_process + 6
+
+z_hid_rx_set_protocol:
+2001f 20404d53  call hid_rx_process_handshake
+20020 704b0300  jam 0 ,mem_mouse_bt_boot_mode
+20021 6800cb02  fetch 1 ,mem_l2cap_rcv
+20022 2feffe00  isolate1 0 ,pdata
+20023 20608000  rtn true
+20024 704b0301  jam 1 ,mem_mouse_bt_boot_mode
+20025 20600000  rtn
+org 0x30001
+
+z_entrance2:
+30001 c0100003  beq zcode_20 ,z_send_lmp
+30002 20600000  rtn
+
+z_send_lmp:
+30003 78547c00  disable user
+30004 204062c1  call lmo_fifo_process
+30005 68008048  fetch 1 ,mem_lmp_to_send
+30006 207a0000  rtn blank
+30007 c283800d  bbit1 7 ,z_send_lmp_escape
+30008 c0018024  beq lmp_accepted ,z_send_lmp_accepted
+30009 c0188019  beq lmp_setup_complete ,z_send_lmp_setup_complete
+3000a c00b801b  beq lmp_sniff_req ,z_send_lmp_sniff_req
+3000b c003801d  beq lmp_detach ,z_send_lmp_detach
+3000c 20206010  branch send_lmp0
+
+z_send_lmp_escape:
+3000d c0420010  beq lmp_ext_features_res ,z_send_lmpext_features_res
+3000e c0418013  beq lmp_ext_features_req ,z_send_lmpext_features_req
+3000f 2020603f  branch send_lmp_escape
+
+z_send_lmpext_features_res:
+30010 20400016  call z_check_ssp_enable
+30011 68008048  fetch 1 ,mem_lmp_to_send
+30012 20206099  branch send_lmpext_features_res
+
+z_send_lmpext_features_req:
+30013 20400016  call z_check_ssp_enable
+30014 68008048  fetch 1 ,mem_lmp_to_send
+30015 2020610d  branch send_lmpext_features_req
+
+z_check_ssp_enable:
+30016 6800c65a  fetch 1 ,mem_ssp_enable
+30017 203a612b  branch ssp_disable ,blank
+30018 20206124  branch ssp_enable
+
+z_send_lmp_setup_complete:
+30019 704b0101  jam 1 ,mem_bt_send_lmp_setup_complete
+3001a 202061c3  branch send_lmp_setup_complete
+
+z_send_lmp_sniff_req:
+3001b 704b0904  jam 4 ,mem_mouse_bt_send_first_package_timer
+3001c 202061a4  branch send_lmp_sniff_req
+
+z_send_lmp_detach:
+3001d 20406152  call send_lmp_detach
+3001e 6800cb4e  fetch 1 ,mem_mouse_bt_reconnect_flag
+3001f 207a0000  rtn blank
+30020 6800804b  fetch 1 ,mem_op
+30021 793ffe03  set0 op_disconn ,pdata
+30022 6000804b  store 1 ,mem_op
+30023 2020031c  branch p_mouse_sensor_powerdown
+
+z_send_lmp_accepted:
+30024 18007e02  force 2 ,pdata
+30025 20406298  call msg_send_lmp
+30026 68008049  fetch 1 ,mem_lmi_opcode
+30027 e0a08000  istore 1 ,contw
+30028 6000cafc  store 1 ,mem_lmi_opcode_temp
+30029 204062a7  call send_lmp_follow
+3002a 6800cafc  fetch 1 ,mem_lmi_opcode_temp
+3002b c017002d  beq lmp_max_slot_req ,z_send_lmp_accepted_max_slot_req
+3002c 20206051  branch send_lmp_accepted + 7
+
+z_send_lmp_accepted_max_slot_req:
+3002d 6800caff  fetch 1 ,mem_bt_rcvd_switch_req_accept
+3002e 207a0000  rtn blank
+3002f 704aff00  jam 0 ,mem_bt_rcvd_switch_req_accept
+30030 6800cb01  fetch 1 ,mem_bt_send_lmp_setup_complete
+30031 c1810000  rtnne 2
+30032 704b0001  jam 1 ,mem_bt_send_max_slot_req_accept_after_switch
+30033 1c427e00  copy clkn_bt ,pdata
+30034 600204e9  store 4 ,mem_aurand_send_delay_time
+30035 20600000  rtn
+org 0x40001
+
+z_entrance3:
+40001 c0180003  beq zcode_30 ,z_process_conn_sm
+40002 20600000  rtn
+
+z_process_conn_sm:
+40003 204062bc  call lmo_fifo_check
+40004 247a0000  nrtn blank
+
+z_process_conn_sm_continue:
+40005 68008055  fetch 1 ,mem_conn_sm
+40006 207a0000  rtn blank
+40007 c0020025  beq conn_sm_send_conn_req ,z_host_create_conn_send_conn_req
+40008 c008000a  beq conn_sm_wait_switch_after_host_connection ,z_host_creat_conn_wait_switch
+40009 20206320  branch process_conn_sm_continue + 2
+
+z_host_creat_conn_wait_switch:
+4000a 6800c55b  fetch 1 ,mem_switch_flag
+4000b c1000000  rtneq switch_flag_init
+4000c c000800e  beq switch_flag_accept ,z_host_create_conn_switch_accept
+4000d 2020635f  branch host_creat_conn_wait_switch + 3
+
+z_host_create_conn_switch_accept:
+4000e 20748000  rtn master
+
+z_host_create_conn_auth_pair:
+4000f 6800816d  fetch 1 ,mem_connection_options
+40010 c2800012  bbit1 connection_auth ,z_host_create_conn_auth_pair_true
+40011 20206399  branch host_create_conn_auth_pair + 1
+
+z_host_create_conn_auth_pair_true:
+40012 6800cb01  fetch 1 ,mem_bt_send_lmp_setup_complete
+40013 c000e39d  beq 1 ,host_create_conn_auth_pair_true
+40014 6800c1bd  fetch 1 ,mem_link_key_exists
+40015 203a63a9  branch host_create_conn_auth_pair_nokey ,blank
+40016 680084d1  fetch 1 ,mem_lmp_conn_state
+40017 c4018000  rtnbit0 sent_setup_complete
+40018 c4010000  rtnbit0 received_setup_complete
+40019 6800cb00  fetch 1 ,mem_bt_send_max_slot_req_accept_after_switch
+4001a 207a0000  rtn blank
+4001b 704b0000  jam 0 ,mem_bt_send_max_slot_req_accept_after_switch
+4001c 680204e9  fetch 4 ,mem_aurand_send_delay_time
+4001d d8400014  arg 20 ,temp
+4001e 98408400  iadd temp ,temp
+4001f 1c427e00  copy clkn_bt ,pdata
+40020 98467c00  isub temp ,null
+40021 24210023  nbranch z_bt_send_max_slot_req_accept_after_switch_wait ,positive
+40022 20206349  branch host_create_conn_auth
+
+z_bt_send_max_slot_req_accept_after_switch_wait:
+40023 704b0001  jam 1 ,mem_bt_send_max_slot_req_accept_after_switch
+40024 20600000  rtn
+
+z_host_create_conn_send_conn_req:
+40025 70480914  jam 20 ,mem_mouse_send_switch_req_timer
+40026 2020636f  branch host_create_conn_send_conn_req
+org 0x50001
+
+z_entrance4:
+50001 c0200004  beq zcode_40 ,z_le_update_param
+50002 c0208016  beq zcode_41 ,z_le_update_channel_map
+50003 20600000  rtn
+
+z_le_update_param:
+50004 2040000c  call z_mouse_le_conn_param_check
+50005 2020557d  branch le_update_param + 8
+
+z_mouse_le_lpm_mult_reinit:
+50006 6800c7c5  fetch 1 ,mem_lpm_mult_init
+50007 6000c172  store 1 ,mem_lpm_mult
+
+z_mouse_le_conn_param_lpm_enable:
+50008 7047c400  jam le_lpm_enable ,mem_mouse_le_conn_param_reject
+50009 20600000  rtn
+
+z_mouse_le_conn_param_lpm_disable:
+5000a 7047c401  jam le_lpm_disable ,mem_mouse_le_conn_param_reject
+5000b 20600000  rtn
+
+z_mouse_le_conn_param_check:
+5000c 6800c3d6  fetch 1 ,mem_le_new_conninterval
+5000d 1fe67c0c  sub pdata ,le_interval_15ms ,null
+5000e 2421000a  nbranch z_mouse_le_conn_param_lpm_disable ,positive
+5000f 6800c3d8  fetch 1 ,mem_le_new_connslavelatency
+50010 6808c7c5  fetcht 1 ,mem_lpm_mult_init
+50011 98467c00  isub temp ,null
+50012 20210006  branch z_mouse_le_lpm_mult_reinit ,positive
+50013 6800c3d8  fetch 1 ,mem_le_new_connslavelatency
+50014 6000c172  store 1 ,mem_lpm_mult
+50015 20200008  branch z_mouse_le_conn_param_lpm_enable
+
+z_le_update_channel_map:
+50016 6800843f  fetch 1 ,mem_le_state
+50017 c4030000  rtnbit0 lestate_update_map
+50018 2040001b  call z_le_channel_map_overflow_check
+50019 24740000  nrtn user
+5001a 202055a0  branch le_update_channel_map + 3
+
+z_le_channel_map_overflow_check:
+5001b 78347c00  enable user
+5001c 6800845a  fetch 1 ,mem_le_event_count + 1
+5001d 1ff1fe00  rshift4 pdata ,pdata
+5001e c1878000  rtnne 0x0f
+5001f 68008460  fetch 1 ,mem_le_instant + 1
+50020 1ff1fe00  rshift4 pdata ,pdata
+50021 c1800000  rtnne 0x00
+50022 20207fe9  branch disable_user
+org 0x60001
+
+z_entrance5:
+60001 c0280003  beq zcode_50 ,z_mouse_start_discovery
+60002 20600000  rtn
+
+z_mouse_start_discovery:
+60003 204002dc  call p_mouse_tx_power_init
+60004 70479c00  jam 0 ,mem_mouse_clear_sensor_data_flag
+60005 68014682  fetch 2 ,mem_ui_state_map
+60006 c285800f  bbit1 ui_state_ble_adv ,z_mouse_start_discovery_norandom
+60007 20400378  call p_mouse_load_random_addr_increase_count
+60008 680947c2  fetcht 2 ,mem_random_addr_increase_count
+60009 18408401  increase 1 ,temp
+6000a 600947c2  storet 2 ,mem_random_addr_increase_count
+6000b 600944a1  storet 2 ,mem_le_lap + 1
+6000c 20400340  call p_mouse_store_random_addr_increase_count
+6000d 180a7e00  random pdata
+6000e 6000c4a0  store 1 ,mem_le_lap
+
+z_mouse_start_discovery_norandom:
+6000f 20403418  call app_lpm_mult_disable
+60010 68014687  fetch 2 ,mem_discovery_timeout
+60011 600146ac  store 2 ,mem_mouse_discovery_timer
+60012 70016d06  jam 6 ,mem_connection_options
+60013 58000000  setarg 0
+60014 600146b0  store 2 ,mem_mouse_no_data_timer
+60015 600146ae  store 2 ,mem_mouse_direct_timer
+60016 d8e00007  arg mouse_store_eeprom_flag ,queue
+60017 204043ce  call mouse_enable_function_flag
+60018 204043ca  call mouse_bt_discovery_button_down_disable
+60019 6800c092  fetch 1 ,mem_device_option
+6001a 2feffe01  isolate1 mode_4_mouse ,pdata
+6001b 20408021  call z_check_51cmd_adv ,true
+6001c 6800c092  fetch 1 ,mem_device_option
+6001d 2feffe00  isolate1 mode_3_mouse ,pdata
+6001e 2040fddd  call check_51cmd_start_discovery ,true
+6001f 704b4e00  jam 0 ,mem_mouse_bt_reconnect_flag
+60020 202042c4  branch mouse_start_discovery_norandom + 13
+
+z_check_51cmd_adv:
+60021 70479f00  jam 0 ,mem_mouse_le_reconnect_flag
+60022 204002ed  call p_le_check_adv_flag
+60023 58000005  setarg adv_flag_bredr_not_supported | adv_flag_limited_discoverable
+60024 e0c08000  istore 1 ,contr
+60025 d8c04b10  arg mem_le_adv_swift_pair ,contr
+60026 20400508  call p_le_adv_data_update
+60027 20207df4  branch check_51cmd_adv
+org 0x70001
+
+z_entrance6:
+70001 c0300004  beq zcode_60 ,z_g24_start_24g_mode
+70002 c030801f  beq zcode_61 ,z_mouse_24g_pairing_button
+70003 20600000  rtn
+
+z_g24_start_24g_mode:
+70004 793f8026  set0 mark_24g ,mark
+70005 204001d3  call p_g24_syncword_crc8
+70006 204001f2  call p_g24_ch
+70007 6800cbf0  fetch 1 ,mem_24g_pairing_sm
+70008 c1ff8000  rtnne state_24g_pairing_success
+70009 204001b3  call p_g24_tx_attemp_data_prep
+
+z_g24_tx_attemp_dongle_loop:
+7000a 200007d0  nop 2000
+7000b 2040047b  call p_mouse_get_select_state
+7000c 2020847d  branch p_mouse_select_device_by_button ,true
+7000d 6800cc0e  fetch 1 ,mem_24g_check_dongle_times + 1
+7000e c28201a2  bbit1 4 ,p_g24_stop_g24_mode
+7000f 2040017c  call p_g24_transmit_receive_ack
+70010 242c0019  nbranch z_g24_attemp_txdata_retry ,sync
+70011 24378019  nbranch z_g24_attemp_txdata_retry ,user3
+
+z_g24_tx_attemp_dongle_succ:
+70012 79200026  set1 mark_24g ,mark
+70013 58000000  setarg 0
+70014 60014c0d  store 2 ,mem_24g_check_dongle_times
+70015 700a993c  jam bt_evt_24g_attempt_success ,mem_fifo_temp
+70016 20407d86  call ui_ipc_send_event
+
+z_g24_tx_attemp_dongle_loop_exit:
+70017 20400177  call p_g24_txbuf_clear
+70018 20200390  branch p_g24_transmit_by_interrupt_enable
+
+z_g24_attemp_txdata_retry:
+70019 20404489  call mouse_device1_led_on
+7001a 68014c0d  fetch 2 ,mem_24g_check_dongle_times
+7001b 1fe0fe01  increase 1 ,pdata
+7001c 60014c0d  store 2 ,mem_24g_check_dongle_times
+7001d 204001f2  call p_g24_ch
+7001e 2020000a  branch z_g24_tx_attemp_dongle_loop
+
+z_mouse_24g_pairing_button:
+7001f c6130000  rtnmark1 mark_24g
+70020 20404482  call mouse_devce_led_off
+70021 d8e00003  arg mosue_24g_pairing_flag ,queue
+70022 204043ce  call mouse_enable_function_flag
+70023 58000000  setarg 0
+70024 600146ae  store 2 ,mem_mouse_direct_timer
+70025 6000c6b4  store 1 ,mem_mouse_send_blank_timer
+70026 60014c0d  store 2 ,mem_24g_check_dongle_times
+70027 204042ca  call mouse_stop_discovery
+70028 20200029  branch z6_g24_start_pairing_sm1
+
+z6_g24_start_pairing_sm1:
+70029 79200026  set1 mark_24g ,mark
+7002a 2040002d  call z6_g24_pair_init
+
+z6_g24_set_pairing_sm_1:
+7002b 704bf001  jam state_24g_pairing_1 ,mem_24g_pairing_sm
+7002c 20600000  rtn
+
+z6_g24_pair_init:
+7002d 7041de20  jam tx_power_pair ,mem_tx_power
+7002e 704bdf00  jam 0 ,mem_24g_pid
+7002f 704bea4e  jam g24_pair_ch ,mem_24g_ch
+70030 68024bec  fetch 4 ,mem_24g_paring_addr
+70031 202001d2  branch p_g24_update_addr_and_synccrc8
+org 0x80001
+
+z_entrance7:
+80001 c0380003  beq zcode_70 ,z_g24_auto_pair_start
+80002 20600000  rtn
+
+z_g24_auto_pair_start:
+80003 793f8026  set0 mark_24g ,mark
+80004 20400026  call z_g24_auto_pair_all_powerful
+80005 204001b3  call p_g24_tx_attemp_data_prep
+
+z_g24_auto_pair_start_loop:
+80006 200007d0  nop 2000
+80007 2040047b  call p_mouse_get_select_state
+80008 2020847d  branch p_mouse_select_device_by_button ,true
+80009 6800cc0e  fetch 1 ,mem_24g_check_dongle_times + 1
+8000a c28201a2  bbit1 4 ,p_g24_stop_g24_mode
+8000b 2040017c  call p_g24_transmit_receive_ack
+8000c 242c001b  nbranch z_g24_auto_pair_retry ,sync
+8000d 2437801b  nbranch z_g24_auto_pair_retry ,user3
+8000e 204001a4  call p_g24_ackpayload_parse
+8000f 204002dc  call p_mouse_tx_power_init
+80010 68024c08  fetch 4 ,mem_24g_addr
+80011 680a4bec  fetcht 4 ,mem_24g_paring_addr
+80012 98467c00  isub temp ,null
+80013 20228030  branch z_g24_start_pairing_sm1 ,zero
+80014 79200026  set1 mark_24g ,mark
+80015 58000000  setarg 0
+80016 60014c0d  store 2 ,mem_24g_check_dongle_times
+80017 700a993c  jam bt_evt_24g_attempt_success ,mem_fifo_temp
+80018 20407d86  call ui_ipc_send_event
+80019 20400177  call p_g24_txbuf_clear
+8001a 20200390  branch p_g24_transmit_by_interrupt_enable
+
+z_g24_auto_pair_retry:
+8001b 20404489  call mouse_device1_led_on
+8001c 68014c0d  fetch 2 ,mem_24g_check_dongle_times
+8001d 1fe0fe01  increase 1 ,pdata
+8001e 60014c0d  store 2 ,mem_24g_check_dongle_times
+8001f 6800cd1e  fetch 1 ,mem_24g_auto_paring_switch
+80020 1fe0fe01  increase 1 ,pdata
+80021 1fe17e01  and_into 1 ,pdata
+80022 6000cd1e  store 1 ,mem_24g_auto_paring_switch
+80023 c000002c  beq 0 ,z_g24_auto_pair_device_attemp
+80024 c000802e  beq 1 ,z_g24_auto_pair_pair_attemp
+80025 20600000  rtn
+
+z_g24_auto_pair_all_powerful:
+80026 7041de20  jam tx_power_pair ,mem_tx_power
+80027 58000f0f  setarg 0x0f0f
+80028 60014c08  store 2 ,mem_24g_addr
+80029 e0a10000  istore 2 ,contw
+
+z_g24_ch_syncword_crc8_init:
+8002a 204001d3  call p_g24_syncword_crc8
+8002b 202001f2  branch p_g24_ch
+
+z_g24_auto_pair_device_attemp:
+8002c 20400026  call z_g24_auto_pair_all_powerful
+8002d 20200006  branch z_g24_auto_pair_start_loop
+
+z_g24_auto_pair_pair_attemp:
+8002e 20400034  call z_g24_pair_init
+8002f 20200006  branch z_g24_auto_pair_start_loop
+
+z_g24_start_pairing_sm1:
+80030 79200026  set1 mark_24g ,mark
+80031 20400034  call z_g24_pair_init
+
+z_g24_set_pairing_sm_1:
+80032 704bf001  jam state_24g_pairing_1 ,mem_24g_pairing_sm
+80033 20600000  rtn
+
+z_g24_pair_init:
+80034 7041de20  jam tx_power_pair ,mem_tx_power
+80035 704bdf00  jam 0 ,mem_24g_pid
+80036 704bea4e  jam g24_pair_ch ,mem_24g_ch
+80037 68024bec  fetch 4 ,mem_24g_paring_addr
+80038 202001d2  branch p_g24_update_addr_and_synccrc8
+org 0x90001
+
+z_entrance8:
+90001 c040000a  beq zcode_80 ,z_mouse_setting_config
+90002 c0408004  beq zcode_81 ,z_le_addr_random_config
+90003 20600000  rtn
+
+z_le_addr_random_config:
+90004 204068a2  call load_adc_init
+90005 6801421d  fetch 2 ,mem_0_5_adc_io_data
+90006 243a0008  nbranch z_le_otp_adc_empty ,blank
+90007 58001122  setarg 0x1122
+
+z_le_otp_adc_empty:
+90008 600147c2  store 2 ,mem_random_addr_increase_count
+90009 20600000  rtn
+
+z_mouse_setting_config:
+9000a 204000e3  call p_g24_set_device_addr
+9000b 20403e6e  call mouse_gpio_init
+9000c 6808cb43  fetcht 1 ,mem_flash_ncs_gpio
+9000d 2040680e  call gpio_config_output
+9000e 20403e1e  call mouse_param_init
+9000f 2040001a  call z_mouse_bt_sdp_update
+90010 58000000  setarg 0
+90011 60014154  store 2 ,mem_lpm_interval
+90012 204068a2  call load_adc_init
+90013 20403e54  call mouse_adc_init
+90014 20405810  call le_set_config_fixed_ltk
+90015 20405839  call le_set_justwork
+90016 2040582c  call le_set_fixed_ltk
+90017 20405818  call le_set_config_read_authentication
+90018 20400504  call p_le_addr_random_config
+90019 2020032e  branch p_mouse_load_flash_info_check
+
+z_mouse_bt_sdp_update:
+9001a 204074b9  call enable_authrom
+9001b d8c08c00  arg 0x8c00 ,contr
+9001c d8a04876  arg mem_mouse_uuid_list ,contw
+9001d df200171  arg 369 ,loopcnt
+9001e 20407f01  call memcpy
+9001f 580f0209  setarg 0x0f0209
+90020 e0a18000  istore 3 ,contw
+90021 58120009  setarg 0x120009
+90022 e0a18000  istore 3 ,contw
+90023 58100209  setarg 0x100209
+90024 e0a18000  istore 3 ,contw
+90025 58000009  setarg 0x000009
+90026 e0a18000  istore 3 ,contw
+90027 d8c08d71  arg 0x8d71 ,contr
+90028 df200109  arg 265 ,loopcnt
+90029 20407f01  call memcpy
+9002a 70488d00  jam 0 ,mem_mouse_uuid_list + 23
+9002b 7048856d  jam 0x6d ,mem_mouse_uuid_list + 15
+9002c 5800401f  setarg 0x401f
+9002d 600149db  store 2 ,mem_mouse_uuid_list + 357
+9002e 58006d04  setarg 0x6d04
+9002f 60014a44  store 2 ,mem_mouse_uuid_list + 462
+90030 580016b0  setarg 0x16b0
+90031 60014a4a  store 2 ,mem_mouse_uuid_list + 468
+90032 58004876  setarg mem_mouse_uuid_list
+90033 60014575  store 2 ,mem_ui_uuid_table
+90034 20600000  rtn
+org 0xa0001
+
+z_entrance9:
+a0001 c0480005  beq zcode_90 ,z_g24_pairing_sm
+a0002 c048801f  beq zcode_91 ,z_g24_paring_mode
+a0003 c049002f  beq zcode_92 ,z_mouse_24g_pairing_complete
+a0004 20600000  rtn
+
+z_g24_pairing_sm:
+a0005 6800cbe5  fetch 1 ,mem_24g_ensure
+a0006 c000ffe7  beq ensure_on_24g ,enable_user
+a0007 6800cbf0  fetch 1 ,mem_24g_pairing_sm
+a0008 c000800c  beq state_24g_pairing_1 ,z_g24_pairing_sm_1
+a0009 c001000f  beq state_24g_pairing_2 ,z_g24_pairing_sm_2
+a000a c0018012  beq state_24g_pairing_3 ,z_g24_pairing_sm_3
+a000b 20202a8c  branch assert
+
+z_g24_pairing_sm_1:
+a000c 704bf011  jam state_24g_pairing_1_waiting_ack ,mem_24g_pairing_sm
+a000d 70119eaa  jam 0xaa ,mem_24g_common_temp
+a000e 20200014  branch z_g24_pairing_sm_common
+
+z_g24_pairing_sm_2:
+a000f 704bf012  jam state_24g_pairing_2_waiting_ack ,mem_24g_pairing_sm
+a0010 70119e55  jam 0x55 ,mem_24g_common_temp
+a0011 20200014  branch z_g24_pairing_sm_common
+
+z_g24_pairing_sm_3:
+a0012 704bf013  jam state_24g_pairing_3_waiting_ack ,mem_24g_pairing_sm
+a0013 70119e22  jam 0x22 ,mem_24g_common_temp
+
+z_g24_pairing_sm_common:
+a0014 6800cbe1  fetch 1 ,mem_24g_data_type
+a0015 1fe17e07  and_into bits_data ,pdata
+a0016 6000919f  store 1 ,mem_24g_common_temp + 1
+a0017 68024c17  fetch 4 ,mem_24g_device_addr
+a0018 600211a0  store 4 ,mem_24g_common_temp + 2
+
+z_g24_put_pairing_data_in_buff:
+a0019 7011a400  jam 0 ,mem_24g_common_temp + 6
+a001a da20119e  arg mem_24g_common_temp ,rega
+a001b d8400007  arg 7 ,temp
+a001c 204001c0  call p_g24_put_data_in_buff
+a001d 2040013c  call p_g24_txdata_enable_tx
+a001e 20207fe7  branch enable_user
+
+z_g24_paring_mode:
+a001f 6800cbf0  fetch 1 ,mem_24g_pairing_sm
+a0020 c17f8000  rtneq state_24g_pairing_success
+a0021 c0088025  beq state_24g_pairing_1_waiting_ack ,z_g24_pairing_sm_1_waiting_ack
+a0022 c0090027  beq state_24g_pairing_2_waiting_ack ,z_g24_pairing_sm_2_waiting_ack
+a0023 c0098029  beq state_24g_pairing_3_waiting_ack ,z_g24_pairing_sm_3_waiting_ack
+a0024 20600000  rtn
+
+z_g24_pairing_sm_1_waiting_ack:
+a0025 704bf002  jam state_24g_pairing_2 ,mem_24g_pairing_sm
+a0026 20200171  branch p_g24_transmit_abandon
+
+z_g24_pairing_sm_2_waiting_ack:
+a0027 704bf003  jam state_24g_pairing_3 ,mem_24g_pairing_sm
+a0028 20200171  branch p_g24_transmit_abandon
+
+z_g24_pairing_sm_3_waiting_ack:
+a0029 704bf0ff  jam state_24g_pairing_success ,mem_24g_pairing_sm
+a002a 700a9939  jam bt_evt_24g_pairing_complete ,mem_fifo_temp
+a002b 20407d86  call ui_ipc_send_event
+a002c 68024bc0  fetch 4 ,mem_24g_rxpayload + 2
+a002d 204001d2  call p_g24_update_addr_and_synccrc8
+a002e 20200171  branch p_g24_transmit_abandon
+
+z_mouse_24g_pairing_complete:
+a002f 20400442  call p_mouse_24g_no_data_timer_init
+a0030 70478b01  jam 1 ,mem_mouse_24g_enter_lpm_enable
+a0031 d8e00003  arg mosue_24g_pairing_flag ,queue
+a0032 204043d2  call mouse_disable_function_flag
+a0033 58000000  setarg 0
+a0034 60014707  store 2 ,mem_24g_pairing_timer_count
+a0035 7046a700  jam 0 ,mem_mouse_move_flag
+a0036 2040405d  call mouse_read_sensor_common
+a0037 204002dc  call p_mouse_tx_power_init
+a0038 68024c08  fetch 4 ,mem_24g_addr
+a0039 6002477b  store 4 ,mem_mouse_24g_addr
+a003a 2020033b  branch p_mouse_store_flash_device_info
+org 0xb0001
+
+z_entrancea:
+b0001 c0500007  beq zcode_a0 ,z_mouse_24g_attempt_fail
+b0002 c050800d  beq zcode_a1 ,z_mouse_le_conn_param_update_rsp_recieved
+b0003 c0510020  beq zcode_a2 ,z_mouse_le_bb_disconnected
+b0004 c0518019  beq zcode_a3 ,z_mouse_bb_event_reconn_timeout
+b0005 c0520028  beq zcode_a4 ,z_mouse_before_hibernate
+b0006 20600000  rtn
+
+z_mouse_24g_attempt_fail:
+b0007 704d2000  jam g24_tx_timer_int_disable ,mem_24g_transmit_by_interrupt
+b0008 204002dc  call p_mouse_tx_power_init
+b0009 204001bc  call p_g24_check_51cmd_stop_24g
+b000a 7041bd00  jam 0 ,mem_link_key_exists
+b000b 204002b4  call p_mouse_setgpio_hibernate
+b000c 2020340a  branch app_enter_hibernate
+
+z_mouse_le_conn_param_update_rsp_recieved:
+b000d 68014509  fetch 2 ,mem_le_l2cap_signaling_conn_param_update_rsp_result
+b000e c1000000  rtneq ble_signaling_connect_parameter_update_accepted
+b000f 68008441  fetch 1 ,mem_le_tsniff
+b0010 1feb7e00  rshift2 pdata ,pdata
+b0011 1fe67c0c  sub pdata ,le_interval_15ms ,null
+b0012 20610000  rtn positive
+b0013 58000009  setarg le_interval_11_25ms
+b0014 60014496  store 2 ,mem_le_interval_min
+b0015 60014498  store 2 ,mem_le_interval_min + 2
+b0016 20400426  call p_app_updata_le_param
+b0017 7047c401  jam le_lpm_disable ,mem_mouse_le_conn_param_reject
+b0018 20600000  rtn
+
+z_mouse_bb_event_reconn_timeout:
+
+z_mouse_bb_event_reconn_failed:
+b0019 68014682  fetch 2 ,mem_ui_state_map
+b001a c3860000  rtnbit1 ui_state_btn_down
+b001b c3830000  rtnbit1 ui_state_bt_discovery
+b001c c3858000  rtnbit1 ui_state_ble_adv
+b001d 680246d3  fetch mouse_flag_len ,mem_mouse_flag
+b001e c3828000  rtnbit1 mouse_bt_discovery_button_down_flag
+b001f 202033a7  branch app_bb_hibernate
+
+z_mouse_le_bb_disconnected:
+b0020 58000007  setarg le_interval_8_75ms
+b0021 60014496  store 2 ,mem_le_interval_min
+b0022 60014498  store 2 ,mem_le_interval_min + 2
+b0023 7047c400  jam le_lpm_enable ,mem_mouse_le_conn_param_reject
+b0024 70479c00  jam 0 ,mem_mouse_clear_sensor_data_flag
+b0025 204003b7  call p_mouse_data_init
+b0026 20405816  call le_clr_config_more_data
+b0027 202041d9  branch mouse_bb_disconnected
+
+z_mouse_before_hibernate:
+b0028 78347c00  enable user
+b0029 68120138  hfetch 4 ,0x8138
+b002a 79347e1a  setflag user ,26 ,pdata
+b002b 6012004c  hstore 4 ,core_lpm_reg
+b002c 20402c21  call lpm_write_ctrl
+b002d 204074bd  call disable_authrom
+b002e 20404482  call mouse_devce_led_off
+b002f 20403e9f  call mouse_before_hibernate_wheel_gpio_set
+b0030 204002b4  call p_mouse_setgpio_hibernate
+b0031 20400370  call p_flash_deep_power_down
+b0032 68108081  hfetch 1 ,core_gpio_sel1
+b0033 1fe17ef7  and pdata ,0xf7 ,pdata
+b0034 60108081  hstore 1 ,core_gpio_sel1
+b0035 6810807e  hfetch 1 ,core_gpio_pd2
+b0036 79207e06  set1 6 ,pdata
+b0037 6010807e  hstore 1 ,core_gpio_pd2
+b0038 6808c6f3  fetcht 1 ,mem_sensor_data_gpio
+b0039 202067ed  branch gpio_clr_wake
+org 0xc0001
+
+z_entranceb:
+c0001 c0580007  beq zcode_b0 ,z_mouse_le_bb_event_connected
+c0002 c0588009  beq zcode_b1 ,z_mouse_sniff_not_accept
+c0003 c059000f  beq zcode_b2 ,z_mouse_enter_sniff_check
+c0004 c0598014  beq zcode_b3 ,z_mouse_le_ll_start_encryt
+c0005 c05a001b  beq zcode_b4 ,z_mouse_bb_event_disconnected
+c0006 20600000  rtn
+
+z_mouse_le_bb_event_connected:
+c0007 204003b7  call p_mouse_data_init
+c0008 202041c3  branch mouse_le_bb_event_connected
+
+z_mouse_sniff_not_accept:
+c0009 6800c808  fetch 1 ,mem_mouse_enter_sniff_count
+c000a c1010000  rtneq 2
+c000b 1fe0fe01  increase 1 ,pdata
+c000c 6000c808  store 1 ,mem_mouse_enter_sniff_count
+c000d 7041e312  jam 0x12 ,mem_sniff_param_interval
+c000e 2020340e  branch app_bt_enter_sniff
+
+z_mouse_enter_sniff_check:
+c000f 6800c808  fetch 1 ,mem_mouse_enter_sniff_count
+c0010 c1810000  rtnne 2
+c0011 70480800  jam 0 ,mem_mouse_enter_sniff_count
+c0012 7041e30e  jam 0x0e ,mem_sniff_param_interval
+c0013 2020340e  branch app_bt_enter_sniff
+
+z_mouse_le_ll_start_encryt:
+c0014 6800c79f  fetch 1 ,mem_mouse_le_reconnect_flag
+c0015 c0008017  beq 1 ,z_mouse_le_ll_reconn_start_encryt
+c0016 20200019  branch z_mouse_le_ll_enable_start_enc_flag
+
+z_mouse_le_ll_reconn_start_encryt:
+c0017 20400426  call p_app_updata_le_param
+c0018 7046c605  jam 5 ,mem_le_start_encrypt_timer
+
+z_mouse_le_ll_enable_start_enc_flag:
+c0019 d8e00001  arg ll_start_enc_flag ,queue
+c001a 202041b9  branch mouse_le_enable_connect_flag
+
+z_mouse_bb_event_disconnected:
+c001b 704aff00  jam 0 ,mem_bt_rcvd_switch_req_accept
+c001c 704b0100  jam 0 ,mem_bt_send_lmp_setup_complete
+c001d 704b0a00  jam 0 ,mem_mouse_bt_send_first_package_flag
+c001e 202041d9  branch mouse_bb_disconnected
+ branch mouse_bb_disconnected
Index: YFK_1066/PB_3mode_3ch/output/ramcode.rom
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/ramcode.rom	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/ramcode.rom	(working copy)
@@ -1,61 +1,137 @@
-c2840015
-c04287f8
-c04487c9
-c0008031
-c00d8680
-c013068d
-c02506a8
-c02c86a6
-c02886b1
-c05386b6
-c05686cf
+20200040
+204003b7
+6800c1de
+6000cc97
+20400684
+6800c685
+6000cb44
+6800cb30
+6000cb31
+204043ca
+204002f6
+2040070f
+2040000f
+20400022
+2020031f
+5800038d
+60014d11
+580003a7
+600141ef
+580005b2
+600141f9
+580003d2
+600141f1
+580002a8
+600141ed
+5800040e
+600141f5
+580003f8
+600141f3
+58000445
+600141eb
+5800044c
+600141fd
+20600000
+58000019
+60014d23
+2455802a
+204002f8
+2040031c
+6800c71f
+6000c71e
+20600000
+58000177
+60014d23
+20600000
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+20000001
+c2840058
+c0008074
+c001007d
+c04286f0
+c04486c1
+c00d85cb
+c01305cd
+c02405e8
+c02505ef
+c02885f8
+c02c85e6
+c05385fd
+c0568616
 c065b3e4
-c07486e0
-c050803a
-c058803f
-c0590049
-c06202e5
-c0750583
-c075858d
-c07605b3
+c0748627
+c0508086
+c058808b
+c0590095
+c06202c5
+c07304cf
+c0750500
+c0758506
+c076050c
 20202a8e
-c01c85b8
-c02185c0
-c02505c6
-c02b85c9
-c02c85db
-c03185e8
-c0330612
-c0338629
-c0350652
-c03b865d
-c00286f3
-c0400702
-c041070c
-c044073f
-c046066d
-c0468679
-c07d0763
+c01c8511
+c0218519
+c025051f
+c02b8522
+c02c8524
+c0318526
+c0330550
+c0338567
+c035059d
+c03b85a8
+c0028629
+c040062b
+c0410635
+c0440637
+c04605b8
+c04685c4
+c07d065b
 20202a8e
 1fe22200
-6808cc70
-58004c77
+6808cc9b
+58004ca2
 98408a00
 1a227e00
 e0a08000
 18408401
 18410407
-6008cc70
+6008cc9b
 20600000
 d8a009ae
 df20000c
 20407ed4
-2040040e
+2040039e
 20406a03
 20405cf6
 2455ac65
 20407ccd
 2020200c
+2055b2e3
+2040756a
+2055ab41
+204076dc
+6800c65a
+203a2012
+6800c5b1
+203a0080
+20202012
 58000a06
 6001c510
 58001d87
@@ -72,59 +148,58 @@
 243a7fef
 20207ff1
 c6930000
-6800ccf5
-c000805a
-204000ed
-24340074
-204000d4
-2040010f
-6800cbc5
+6800cd20
+c00080a6
+20400139
+243400c1
+20400120
+2040015c
+6800cbf0
 c1ff8000
-2040079d
-6800ccf5
-c1008000
-20400081
+20400695
+6800cb26
+c0008390
+204000cc
 24740000
-204002cf
+204002af
 5800ec54
 20202b93
-2040029a
+2040027a
 24740000
-2040006b
-6800ccf6
+204000bb
+68014d21
 1fe0fe01
-6000ccf6
-1fe67c19
-20428063
-2020004c
-704cf500
-704cf600
-704bf000
-6800cbdb
-6000cbda
-20600000
-6800cbdc
-20200067
-6800cbf0
+60014d21
+68094d23
+98467c00
+204280b0
+20200098
+704d2000
+58000000
+60014d21
+58000019
+60014d23
+704c1b00
+6800cc06
+6000cc05
+20600000
+6800cc07
+202000b7
+6800cc1b
 1fe0fe01
-6000cbf0
-c0020069
-c0028065
+6000cc1b
+c00200b9
+c00280b5
 20600000
-704cf501
-704cf600
-20600000
-6800cbe1
-205a0088
+6800cc0c
+205a00d5
 6800c6cf
 1fe67c08
 20610000
-20400081
+204000cc
 24740000
-6801cbe4
+6801cc0f
 20407f49
-6800c5b1
-207a0000
 600a415b
 20202b2a
 78347c00
@@ -133,125 +208,127 @@
 203a7fe9
 6800c091
 203a7fe9
-202002d2
-704be101
-704cea00
-2040009c
-6000cb51
+6800cd20
+c000ffe9
+202002b2
+704c0c01
+704d1500
+204000e8
+6000cb7c
 58000000
-6003cb52
-68024bec
-60024b59
-704bb50c
-6800cbb6
+6003cb7d
+68024c17
+60024b84
+704be00c
+6800cbe1
 79207e03
-6000cbb6
-204000f0
-2020004f
-204068a8
+6000cbe1
+2040013c
+2020009b
 680240a0
-60024bec
+60024c17
 20600000
-704ceb01
-704ced00
-6800cbb6
+704d1601
+704d1800
+6800cbe1
 1fe17e07
-6000cbb6
+6000cbe1
 20600000
-6800cbb6
+6800cbe1
 79207e04
-6000cbb6
-6000cb71
+6000cbe1
+6000cb9c
 20600000
-6800cbb6
+6800cbe1
 793ffe04
-6000cbb6
+6000cbe1
 20600000
-20400793
-6800ccec
-c00080ae
-c00100b2
-20600000
-704ced02
-704ce900
-704ceb00
-2020009c
-704cea00
-202000af
-68014bbb
+2040068b
+6800cd17
+c00080fa
+c00100fe
+20600000
+704d1802
+704d1400
+704d1600
+202000e8
+704d1500
+202000fb
+68014be6
 1fe0fe01
-60014bbb
-c2850152
-6800ccea
-c00080bd
-704cea01
-6800ccea
-c080809c
-6800cce8
+60014be6
+c28501a0
+6800cd15
+c0008109
+704d1501
+6800cd15
+c08080e8
+6800cd13
 1fe0fe01
-6000cce8
-c00200c4
-20400212
-704bfa02
-2020010f
-20400793
-704ce800
-2020009c
-704ced02
-704ceb01
-704cea00
-2020009c
-6800ccec
-c00180c8
-6800cbb6
+6000cd13
+c0020110
+204001f2
+704c2502
+2020015c
+2040068b
+704d1300
+202000e8
+704d1802
+704d1601
+704d1500
+202000e8
+6800cd17
+c0018114
+6800cbe1
 2fec0004
-2020809a
-6800ccec
-c00080c7
-c00100c8
+202080e6
+6800cd17
+c0008113
+c0010114
 20600000
-6800cbc5
+6800cbf0
 c1ff8000
-204000d9
-245600e1
+20400125
+2456012d
 20600000
 78567c00
-6800cceb
+6800cd16
 c1808000
-6800cced
+6800cd18
 c1800000
-704cec01
-704bfa04
+704d1701
+704c2504
 20207feb
-6800cced
-203a00e8
+6800cd18
+203a0134
 1fe0ffff
-6000cced
-704cec02
-704bfa04
-20200212
-704cec03
-6800ccea
-243a00bb
-704bfa02
-20200212
-6800cbc5
-c0ff8166
-204000f3
-20400200
-704bba01
+6000cd18
+704d1702
+704c2504
+202001f2
+704d1703
+6800cd15
+243a0107
+704c2502
+202001f2
+6800cbf0
+c0ff81ab
+2040013f
+204001e0
+704be501
 20600000
-68014ce6
+68014d11
 20407f9c
-203400f9
-6803cb52
+20340145
+6803cb7d
 207a0000
 20207fe7
-704be100
+20400442
+704c0c00
 1a20fe01
-6000cbb5
-2040009c
-6000cb51
+6000cbe0
+204000e8
+6000cb7c
 e8a88000
 ea408000
 9841fe00
@@ -260,348 +337,239 @@
 ea420000
 e0a20000
 1a40a404
-d8a04b57
+d8a04b82
 df200002
 ea408000
 e8a88000
 9840fe00
 e0a08000
 1a40a401
-c2000108
+c2000155
 20600000
-704bbe00
+704be900
+6800cb4f
+1fe0fe01
+6000cb4f
 d9600d00
 34730200
-2040012b
-6800cbf1
+2040017c
+6800cc1c
 c1008000
-242c013a
-2437813a
-20400126
-20400156
-2040078f
-6800cbb4
+242c018b
+2437818b
+20400177
+204001a4
+20400687
+704b4f00
+6800cbdf
 1fe0fe01
-6000cbb4
-6800cbc5
-c0ff8129
-204000cb
+6000cbdf
+6800cbf0
+c0ff817a
+20400117
 58000000
-60014bbb
-6000cbbd
-6000cce9
-704bba00
+60014be6
+6000cbe8
+6000cd14
+704be500
 20600000
 df200004
-d8a04b51
+d8a04b7c
 20207ec6
-2040078c
-20200180
+20400684
+202001ad
 7857fc00
-20400279
-6800cbf1
-c0008138
+20400259
+6800cc1c
+c0008189
 18002a00
-68024bdd
+68024c08
 98001200
 68088017
 2040291f
 20402924
-20400235
-20578271
+20400215
+20578251
 20600000
-20400271
-2020011a
-6800cbbd
+20400251
+2020016a
+6800cbe8
 1fe0fe01
-6000cbbd
-6800cbc5
-c0ff814e
-6808cbbe
-18408401
-6008cbbe
-6800cbfa
-98467e00
-243a0110
-6800ccec
-c00180b4
-6800cce9
+6000cbe8
+c07f81a2
+6800cbf0
+c0ff819c
+6800cb4f
+1fe67c02
+244101f2
+6800cbe9
 1fe0fe01
-6000cce9
-c00100a9
-204000a0
-704bfa01
-2020010f
-6800cbbd
+6000cbe9
+c0830160
+6800cb4f
+1fe67c02
+204101f2
+2020015c
+6800cbe8
 c1ff8000
-704bbd00
-20200154
+704be800
+202001a2
 58000000
-60014bbb
+60014be6
 700a993a
 20207d86
-204001e5
-6800cbb3
+204001c5
+6800cbde
 207a0000
 98007200
-d8c04b31
-d8a04b93
+d8c04b5c
+d8a04bbe
 20207f01
-79200026
-20400161
-704bc501
-20600000
-7041de20
-704bb400
-704bbf4e
-68024bc1
-202001f2
-6800cbba
-c000ffe7
-6800cbc5
-c000816d
-c0010170
-c0018173
-20202a8c
-704bc511
-70119eaa
-20200175
-704bc512
-70119e55
-20200175
-704bc513
-70119e22
-6800cbb6
-1fe17e07
-6000919f
-68024bec
-600211a0
-7011a400
-da20119e
-d8400007
-204001e0
-204000f0
-20207fe7
-6800cbc5
-c17f8000
-c0088186
-c0090188
-c009818a
-20600000
-704bc502
-20200120
-704bc503
-20200120
-704bc5ff
-700a9939
-20407d86
-68024b95
-204001f2
-20200120
-793f8026
-204001d6
-6800cbc5
-c1ff8000
-204001a5
-20402afa
-200007d0
-20400532
-202081a3
-6800cbe3
-c2820154
-2040012b
-242c01ae
-243781ae
-79200026
-58000000
-60014be2
-700a993c
-20407d86
-20400126
-20200071
+7011c590
+202006f2
+7011c591
+202006f2
+7011c560
+202006f2
+7011c570
+202006f2
 70119eff
-6800cbb6
+6800cbe1
 6000919f
-68024bec
+68024c17
 600211a0
 d8400006
 da20119e
-204001e0
-20200200
-20404489
-68014be2
-1fe0fe01
-60014be2
-20400212
-20200195
-793f8026
-204001d2
-204001a5
-20402afa
-200007d0
-20400532
-2020815d
-6800cbe3
-c2820154
-2040012b
-242c01c7
-243781c7
-20400156
-204002f1
-68024bdd
-680a4bc1
-98467c00
-2022815d
-2020019e
-20404489
-68014be2
-1fe0fe01
-60014be2
-6800ccf3
-1fe0fe01
-1fe17e01
-6000ccf3
-c00001d8
-c00081da
-20600000
-7041de20
-58000f0f
-60014bdd
-e0a10000
-204001f3
-20200212
-204001d2
-202001b7
-20400161
-202001b7
+204001c0
+202001e0
 793f8026
 204053ce
 d8e00003
 202043d2
-6008cbb5
+6008cbe0
 18427200
-d8a04b51
+d8a04b7c
 1a220c00
 20207f01
-6800cb30
+6800cb5b
 1fe97e00
-6000cbb3
+6000cbde
 1fe0fe01
-d8c04b30
+d8c04b5b
 98c08c00
 e8c18000
-6001cbf2
-6800cb30
+6001cc1d
+6800cb5b
 1fe37e00
 1fe17e03
-6000cbf8
+6000cc23
 20600000
-60024bdd
+60024c08
 da200000
 df200004
-d8c04bdd
+d8c04c08
 e8c08000
 9a20a200
-c20001f6
+c20001d6
 1a227e00
-60014c66
-6800cc66
-6808cc67
+60014c91
+6800cc91
+6808cc92
 9840fe00
-6000cc68
+6000cc93
 20600000
-6800cbb5
+6800cbe0
 1fe0fe02
-6000cbb7
-6800cbb6
-6000cb71
-6800cbb5
+6000cbe2
+6800cbe1
+6000cb9c
+6800cbe0
 1fe9fe00
-6808cbb4
+6808cbdf
 18410403
 18438400
 9841fe00
-6808cbf1
+6808cc1c
 9840fe00
 e0a08000
-6800cbb5
+6800cbe0
 98007200
-d8c04b51
+d8c04b7c
 20207f01
-6808cbc0
-20400216
-6008cbc0
+6808cbeb
+204001f6
+6008cbeb
 20600000
-2040021a
+204001fa
 18408401
 18410403
 20600000
-6800cbdd
+6800cc08
 1fe17e03
 1fefa204
-58004bc6
+58004bf1
 9a20fe00
 98408c00
 e8c08000
-6000cbbf
+6000cbea
 20600000
 7844fc00
 7843fc00
 58555555
 98001e00
-6800cbbf
+6800cbea
 1fed8400
 79200401
 18431c00
 20600000
 204053c4
-68024bdd
+68024c08
 98001200
 20402918
-6808cbbf
+6808cbea
 2040291f
 58000500
 20402a8f
 20402924
-20400223
+20400203
 7857fc00
 7826fc00
 7830fc00
 78507c00
 78287c00
-68014bb8
+68014be3
 98003600
 37c18400
-242c0275
+242c0255
 7846fc00
 7825fc00
 7823fc00
 7824fc00
-2040026e
-6000cc69
-6808cc68
+2040024e
+6000cc94
+6808cc93
 98467c00
-24228271
-2040026e
-6000cb2f
-6800cbfb
+24228251
+2040024e
+6000cb5a
+6800cc26
 1fe67c02
-20228251
-6800cb2f
-6808cbb6
+20228231
+6800cb5a
+6808cbe1
 a8400e00
-24208271
-2040026e
+24208251
+2040024e
 e0a08000
 1fe97e00
 1fe1721f
-20228259
-2040026e
+20228239
+2040024e
 e0a08000
-c2000256
+c2000236
 18a22200
-2040026e
-6000ccf0
+2040024e
+6000cd1b
 1a220a00
 09800018
 78287c00
@@ -610,15 +578,15 @@
 1ff17e00
 e0a18000
 7845fc00
-20230271
+20230251
 7837fc00
 68008017
 1fe0a200
 20402981
 7846fc00
 20402918
-6800ccf0
-20400027
+6800cd1b
+2040006a
 20600000
 09800008
 19897e00
@@ -627,15 +595,15 @@
 7845fc00
 2040264d
 20600000
-20200271
+20200251
 20402918
-6808cbbf
+6808cbea
 20202933
 204053c4
-68024bdd
+68024c08
 98001200
-20400223
-20400276
+20400203
+20400256
 79202a00
 782efc00
 78307c00
@@ -648,14 +616,14 @@
 782dfc00
 7823fc00
 7824fc00
-6800cc68
+6800cc93
 08008608
-6800cbb7
+6800cbe2
 98007200
-d8c04b71
+d8c04b9c
 e8c08000
 08008608
-c200028f
+c200026f
 78247c00
 08008618
 78447c00
@@ -665,26 +633,26 @@
 784dfc00
 20600000
 20407fe9
-680a4bd6
+680a4c01
 1c427e00
 98467c00
 24412d18
 1fe22400
-68024bd6
-6808cbda
+68024c01
+6808cc05
 98408400
 1a427e00
 98467c00
 24610000
 793ffe1c
-60024bd6
+60024c01
 20207fe7
 204029bb
 207a0000
-6808cc6f
+6808cc9a
 da200d9e
-204002b0
-6008cc6f
+20400290
+6008cc9a
 20600000
 1a227e00
 98408a00
@@ -698,7 +666,7 @@
 1a220c00
 e8c08000
 98408400
-c20002ba
+c200029a
 18497e00
 1fe20400
 c6930000
@@ -711,19 +679,19 @@
 20600000
 20600000
 c6130000
-20400404
-204002d2
+20400394
+204002b2
 6800c040
-c30002cf
+c30002af
 680080a0
 247a0000
 58000000
 600400a1
 20600000
-204002e2
-204002cf
+204002c2
+204002af
 20403ebf
-20400373
+20400321
 68120070
 681a0078
 98418400
@@ -740,42 +708,32 @@
 207a0000
 20203d80
 20403416
-203582ef
-70807820
-20400424
-6800c1de
-6000cc6c
-2040078c
-6800c685
-6000cb24
-204043ca
-204002f4
-202074b9
-6800cc6c
-6000c1de
-20600000
-24558349
-20400329
-20758000
-204003eb
-20404083
-c002831e
-202003d4
-204002f1
+204074b9
+203582db
+20400001
+6800c241
+c28102cd
+204004db
+c00282f4
+204002dc
 da204721
 6800c720
 6808c703
 98467c00
-20628000
+2022837f
 1fe0ffff
 1feffe1d
 9a20a200
 ea208000
 6000c210
-c0198309
-c01a030d
+c01982df
+c01a02e3
+20600000
+202002f6
+6800cc97
+6000c1de
 20600000
-704b2e01
+704b4e01
 680341d0
 203a33eb
 20204274
@@ -783,11 +741,11 @@
 680146a8
 600146ae
 20403418
-20400317
+204002ed
 58000004
 e0c08000
 d8c04390
-204005af
+20400508
 20207df4
 da204370
 ea208000
@@ -795,93 +753,53 @@
 98c0a200
 e8c08000
 c1008000
-20200318
-c3818000
-c6130000
-20404482
-d8e00003
-204043ce
-58000000
-600146ae
-6000c6b4
-60014be2
-204042ca
-2020015d
+202002ee
+7011c561
+202006f2
 70421276
 20203d36
-20400329
+204002f6
 204040c0
-6800c6e0
-c002c0d5
 204040d9
-c0180339
-c018833b
+c0180304
+c0188310
 204040d1
 200003e8
-2020032f
+202002fa
 704afe01
 2040640f
-2040032b
+204002f8
 20206411
-20400340
-202040e0
-20400340
+20400315
+6800c6de
+c02d0308
+202040e1
+58008006
+20406413
+20407ec1
+7046e007
+204040f6
+5800220a
+20406413
+202040f4
+20400315
 6800c6de
 c03840e8
 7046e001
 20600000
+204002f6
 58008006
 20406413
 20002ee0
 6800c77a
 c07fbd66
 20203d80
-20400340
+204002f6
 58000806
 20206413
-20400096
-6808cb23
-2040680e
-20403e6e
-20403e1e
-20400358
-58000000
-60014154
-20403e54
-20405810
-20405839
-2040582c
-20405818
-20400587
-20200380
-204074b9
-d8c08c00
-d8a04876
-df200171
-20407f01
-580f0209
-e0a18000
-58120009
-e0a18000
-58100209
-e0a18000
-58000009
-e0a18000
-d8c08d71
-df200109
-20407f01
-70488d00
-7048856d
-5800401f
-600149db
-58006d04
-60014a44
-580016b0
-60014a4a
-58004876
-60014575
-20600000
-6808cb23
+7011c580
+202006f2
+6808cb43
 20206825
 70808640
 70808700
@@ -894,38 +812,46 @@
 58000000
 600201f5
 20600000
-204003bf
+20400376
 20404423
 68014778
 d840aa55
 98467c00
-202283b4
+2022836a
 60094778
 2040441c
-70477a02
-68024b2a
+6800c6e1
+6000c77a
+68024b4a
 6002477b
-60024bdd
-2020038d
-204003bf
-20400393
-204003ab
-20400397
-204003a2
-202003c4
+60024c08
+20400376
+20400349
+20400361
+2040034d
+20400358
+d8400002
+da2047c2
+da40005f
+6801c700
+9a40fe00
+2040034d
+20400358
+20400370
+202002f6
 6801c700
 6001c232
 2040652a
-202003a2
+20200358
 1fe22600
 1a227e00
 1fe0fffc
 1fe22400
 ea420000
-60024b25
+60024b45
 1a627e00
 20406552
-68024b25
+68024b45
 e2420000
 20600000
 580186a0
@@ -935,7 +861,7 @@
 6011008c
 58000005
 204064f3
-c28003a2
+c2800358
 20600000
 5800477f
 d8404720
@@ -943,137 +869,98 @@
 6801c700
 da204720
 20600000
-204003bf
-204003ab
+20400376
+20400361
 20206562
-204003b1
-204003cd
+20400367
+20400378
 2040431a
 6802477b
-60024bdd
+60024c08
 20600000
-20400375
-2040650b
-da204b25
-d84000b9
-20206556
-20400375
+700aa2b9
+20400323
 2040650b
-da204b25
-d84000ab
+da204b45
+68088aa2
 20206556
-d8400002
-da2047c2
-da40005f
-6801c700
-9a40fe00
-20400397
-204003a2
-204003ba
-20200329
-204003bf
+700aa2ab
+20200371
+20400376
 d8400002
 da2047c2
 da40005f
 6801c700
 9a40fe00
 20206562
-68008abd
-2fec0003
-242083d9
-2040032b
-20400346
-6800c720
-c00003dd
-c00083dd
-202002fb
 58000000
-60014be2
-204003e2
-203401b4
-20200190
+60014c0d
+20400384
+203401b1
+202001af
 df200002
-d8c04bdd
+d8c04c08
 20407fe7
 5800ffff
 e8c90000
 98467c00
 2442ffe9
-c20003e6
-20600000
-58000400
-60014ce6
-58000417
-600141ef
-58000667
-600141f9
-58000443
-600141f1
-580002c8
-600141ed
-5800048d
-600141f5
-58000469
-600141f3
-580004f0
-600141eb
-58000503
-600141fd
-58003d36
-60014201
+c2000388
 20600000
 20404401
 6801469f
 207a0000
-20200071
+704d2001
+58000000
+60014d21
+20600000
 d8c01800
 d8a0480a
-2040040c
+2040039c
 d8c01900
-2040040c
+2040039c
 d8c01a00
-2040040c
+2040039c
 d8c01b00
 df20001b
 20207f01
 d8c0480a
 d8a01800
-2040040c
+2040039c
 d8a01900
-2040040c
+2040039c
 d8a01a00
-2040040c
+2040039c
 d8a01b00
-2020040c
+2020039c
 20405892
 247a0000
 6800c6c5
 1fe17e03
 c1818000
 6800c79c
-205a0466
+205a03f5
 680246d3
 c282c179
 20403f97
 24740000
-2040043e
-20200429
+204003cd
+da20469a
+20407e3d
+205403bc
+20600000
 7047a007
 7047a104
 580047a0
 60014218
 20207e38
-da20469a
-20407e3d
-2054042d
-20600000
 6800c7c1
 1fe0fe01
 6000c7c1
 20600000
 da20469a
 20407e54
-20340435
+203403c4
 20600000
 20405652
 6800c7c1
@@ -1095,15 +982,15 @@
 20405271
 247a0000
 6800c79c
-205a0466
+205a03f5
 680246d3
 c282bf8a
 c284bf8a
 20403f97
 24740000
-2040043e
+204003cd
 6800cb03
-c0008455
+c00083e4
 6800cb0a
 207a0000
 20203f81
@@ -1124,26 +1011,12 @@
 6802cb04
 e0a28000
 20600000
-20405814
 70479c01
-20200340
+20405814
+20200300
 20407e34
-20400488
+20400409
 20203ee0
-793f8407
-d8a08078
-20406830
-79200407
-d8a0807c
-20406830
-793f8407
-d8a08070
-20206830
-79200407
-d8a08078
-20406830
-793f8407
-20200470
 6808c6e7
 2040681d
 2020bd62
@@ -1157,143 +1030,87 @@
 6000c77a
 20403d7e
 7046df02
-2020038d
+2020033b
 6808c6e7
-2040046c
-2040047a
+204004f2
+204003fb
 6808c6e7
-20200475
+202004fb
 1a627e00
-c00a049f
-c00a84a2
-c01484ab
-c01904ad
-c02004b4
-c00204bf
-c00984bf
-c01384c6
+c00a0420
+c00a8423
+c0148426
+c0190428
+c020042a
+c002042c
+c009842c
+c013842e
 c00cb3df
-c01084c8
-c00084ce
-c00104d1
-c01584d6
-c01c84db
-c01d04e7
-c01e04ee
+c0108430
+c0008432
+c0010435
+c0158438
+c01c843a
+c01d043d
+c01e0441
 2020417d
-20400335
-20400424
-202041c3
-204004ff
-58000007
-60014496
-60014498
-7047c400
-70479c00
-20400424
-20405816
-202041d9
+20400300
+7011c5b0
+202006f2
+20400448
+7011c5a2
+202006f2
 700a9912
 20207d8f
-6800c79f
-c00084b0
-202004b2
-204004ab
-7046c614
-d8e00001
-202041b9
-68014509
-c1000000
-68008441
-1feb7e00
-1fe67c0c
-20610000
-58000009
-60014496
-60014498
-204004ab
-202005cf
-68014682
-c3860000
-c3830000
-c3858000
-680246d3
-c3828000
-202033a7
+7011c5b3
+202006f2
+7011c5a1
+202006f2
+7011c5a3
+202006f2
 2040438e
 202033a7
-6800c808
-c1010000
-1fe0fe01
-6000c808
-7041e312
-2020340e
+7011c5b1
+202006f2
 70480900
-20400335
+20400300
 202042ca
-704aff00
-704b0100
-704b0a00
-204004ff
-202041d9
-6800c808
-c1810000
-70480800
-7041e30e
-2020340e
-20400335
-70478b01
-d8e00003
-204043d2
-58000000
-60014707
-7046a700
-2040405d
-204002f1
-68024bdd
-6002477b
-2020038d
-204004ff
-704cf500
-204002f1
-204001dc
-7041bd00
-204002d4
-2020340a
-20400335
-20203f8d
-78347c00
-68120138
-79347e1a
-6012004c
-20402c21
-204004ff
-204074bd
-20404482
-20403e9f
-204002d4
-204003ba
-68108081
-1fe17ef7
-60108081
+20400448
+7011c5b4
+202006f2
+7011c5b2
+202006f2
+20400300
+7011c592
+202006f2
+20400448
+704b4f00
+7011c5a0
+202006f2
+20400300
+58002ee0
+600146b0
 20600000
+20400448
+7011c5a4
+202006f2
 6800cafe
 207a0000
 704afe00
-20200346
-20400552
-20400510
-2040051f
-20400576
-20400534
+2020031c
+2040049c
+20400459
+20400468
+204004c2
+2040047d
 20404234
 2040423a
 20404237
-2040051c
-20400514
+20400465
+2040045d
 20404231
-20400517
-2020077b
+20400460
+20200673
 6800c714
 203a43eb
 7046cf0c
@@ -1302,7 +1119,7 @@
 da40637a
 2020336d
 da604b09
-da40051a
+da400463
 2020336d
 704b0a01
 20600000
@@ -1310,12 +1127,12 @@
 da403d60
 2020336d
 da604807
-da400522
+da40046b
 2020336d
 70480600
 20600000
-da604b24
-da400527
+da604b44
+da400470
 2020336d
 6808c720
 6800c703
@@ -1330,9 +1147,9 @@
 202043b8
 6808c6ed
 2020681d
-20400532
-2420853f
-20400524
+2040047b
+24208488
+2040046d
 6800c6d9
 c1000000
 7046d900
@@ -1343,10 +1160,11 @@
 20207f08
 6800c6d9
 c1008000
-6800cb24
-245a0547
+6800cb44
+1fe67c19
+24410491
 6800c685
-6000cb24
+6000cb44
 7046d901
 20600000
 6808c720
@@ -1356,7 +1174,7 @@
 244143cc
 6008c720
 7041bd00
-2040038d
+2040033b
 680246d3
 c1048000
 2020437e
@@ -1365,14 +1183,16 @@
 6000c6ce
 1fe67c0a
 20610000
+204068a8
 7046ce00
 204068eb
 20406908
 6001470f
 da204709
-20400569
+204004b5
 6800c231
-c3000561
+c280b40a
+c30004ad
 704afd01
 202043e7
 204043e9
@@ -1397,7 +1217,7 @@
 6000c231
 20600000
 da6046df
-da400579
+da4004c5
 2020336d
 6800c6f4
 6000c715
@@ -1409,50 +1229,63 @@
 6008c714
 70471301
 20600000
-704b2900
+78547c00
+58000000
+6003469b
+20403fb5
+20404079
+2040407e
+204004d9
+2434070f
+20400712
+20203fa0
+204004db
+2020409a
+da200000
+204004e0
+204004e6
+204004ec
+2020408e
+6808c6e2
+204004fb
+6808c6e2
+2040681d
+7920a200
+20600000
+6808c6e3
+204004fb
+6808c6e3
+2040681d
+7920a201
+20600000
+6808c6e4
+204004fb
+6808c6e4
+2040681d
+7920a202
+20600000
+793f8407
+d8a08078
+20406830
+79200407
+d8a0807c
+20406830
+793f8407
+d8a08070
+20206830
+79200407
+d8a08078
+20406830
+793f8407
+202004f6
+704b4900
 280ffe26
-204081dc
+204081bc
 2020426d
-204068a2
-6801421d
-243a058b
-58001122
-600147c2
-20600000
-204002f1
-70479c00
-68014682
-c2858599
-204003cd
-680947c2
-18408401
-600947c2
-600944a1
-204003c4
-180a7e00
-6000c4a0
-20403418
-68014687
-600146ac
-70016d06
-58000000
-600146b0
-600146ae
-d8e00007
-204043ce
-204043ca
-6800c092
-2feffe01
-204085a8
-704b2e00
-202042c4
-70479f00
-20400317
-58000005
-e0c08000
-d8c04b10
-204005af
-20207df4
+7011c581
+202006f2
+7011c550
+202006f2
 d8a0437b
 df200013
 20407f01
@@ -1460,7 +1293,7 @@
 58000000
 600146ac
 6000c714
-20400340
+20400315
 202042cb
 6800c50f
 1fe0fe01
@@ -1468,7 +1301,7 @@
 c0065395
 204055aa
 2040561e
-2040079d
+20400695
 2020538f
 68008016
 1fe0fe01
@@ -1477,61 +1310,34 @@
 70001625
 20600000
 204029bb
-20400027
+2040006a
 202054a3
-204005d1
-2020557d
-6800c7c5
-6000c172
-7047c400
-20600000
-7047c401
-20600000
-6800c3d6
-1fe67c0c
-242105cf
-6800c3d8
-6808c7c5
-98467c00
-202105cb
-6800c3d8
-6000c172
-202005cd
-6800843f
-c4030000
-204005e0
-24740000
-202055a0
-78347c00
-6800845a
-1ff1fe00
-c1878000
-68008460
-1ff1fe00
-c1800000
-20207fe9
+7011c540
+202006f2
+7011c541
+202006f2
 68008456
-c28285fc
-2040078f
+c282853a
+20400687
 6800c78e
-243a05f2
+243a0530
 6800843f
-c30205f6
+c3020534
 680082da
-203a05f6
+203a0534
 20205664
 6800c78e
 1fe0ffff
 6000c78e
 20205664
 6800c4c4
-c08285f9
+c0828537
 70478e03
 20405892
-205a0431
+205a03c0
 20205622
-204005fe
-2020060a
+2040053c
+20200548
 6800c6c5
 1fe17e03
 c1818000
@@ -1544,13 +1350,13 @@
 6000c3dc
 20405650
 20600000
-20200793
+2020068b
 6800c79f
 207a0000
 6800c6c5
 1fe17e03
 c1018000
-7046c60a
+7046c601
 20600000
 c6078000
 20405890
@@ -1565,10 +1371,10 @@
 18c27e00
 6001450d
 6800c50c
-c0018621
+c001855f
 2020568d
 680082db
-c0008624
+c0008562
 20205c65
 e8c28000
 6002c3ce
@@ -1576,18 +1382,18 @@
 6001045f
 20205c8a
 e8c10000
-c002062d
-c003064a
+c002056b
+c0030598
 20205698
 20407ea5
-2040060b
+20400549
 20407e9f
 e8c18000
 60018477
-c008063c
+c008057a
 1fec8400
 18467c24
-202158ad
+20210588
 d84047c6
 600944bc
 204058ad
@@ -1608,17 +1414,30 @@
 5800002b
 e0c10000
 20600000
+c005058a
+202058ad
+68090478
+6800c4e9
+c2818591
+68010478
+c009da76
+68090478
+202059bf
+680144fa
+98467c00
+2422858d
+20405a42
+2434058d
+70047a05
+20205a77
 e8c08000
-c002864d
+c002859b
 20205af5
-20405b5a
-6800843f
-793ffe05
-6000843f
-20205c8e
+7011c582
+202006f2
 68008016
 c093d6f2
-20400658
+204005a3
 d8e00000
 68014482
 20207f08
@@ -1628,7 +1447,7 @@
 1fe0fefa
 20203cbe
 7855fc00
-20370660
+203705ab
 2436d806
 20402bcb
 680140c1
@@ -1652,7 +1471,7 @@
 204063ee
 184104fd
 2000000d
-2040067a
+204005c5
 60188073
 20600000
 204064dd
@@ -1662,19 +1481,8 @@
 793ffe03
 60108081
 20600000
-6800800e
-1fe0fe01
-6000800e
-20402435
-7920002c
-204022f2
-202c068b
-793f802c
-20402455
-243a0684
-202020fc
-793f802c
-2020215f
+7011c500
+202006f2
 204021c9
 24740000
 78547c00
@@ -1683,10 +1491,10 @@
 793f802d
 20402a4f
 204022e6
-c505869a
+c50585da
 20402455
-243a0693
-c51686a2
+243a05d3
+c51685e2
 202021ec
 20402a4d
 d8200010
@@ -1695,26 +1503,33 @@
 793f800b
 18000801
 70001102
-20200693
+202005d3
 68020165
 1fe0fe08
 60020165
 202021f8
 c516264d
 2020258f
+204033af
+204026e9
+700a9902
+20407d86
+20405cf7
+20404d6b
+2020246e
 68008030
 2feffe00
-204086ac
+204085f3
 2020248a
 68008047
 2feffe03
-20408793
-2440878f
-2020079d
+2040868b
+24408687
+20200695
 204024f0
 242c28f9
 204029bb
-20400027
+2040006a
 20202518
 c6130000
 20402afa
@@ -1726,7 +1541,7 @@
 1fe67c0a
 20610000
 6800c65a
-203a06c3
+203a060a
 6800c5b1
 207a0000
 6800c4c0
@@ -1753,48 +1568,18 @@
 c586abde
 20405274
 243a2bde
-205a06dd
+205a0624
 20202bbe
 70008a01
 70008b00
 20600000
-70480800
-7041e30e
-204041e7
-68014208
-c283c1f5
-c28033a9
-c28086ea
-c28106ed
-c28186ed
-202042b0
-c28286ed
-c28186ed
-202042b0
-68014682
-c28642b0
-204033a9
-20400532
-20608000
-202033a7
-68010264
-1fe20c00
-e8c08000
-6000cb02
-1fe1040f
-1ff1fe00
-c00386fb
-20204d39
-20404d53
-704b0300
-6800cb02
-2feffe00
-20608000
-704b0301
-20600000
+7011c510
+202006f2
+7011c511
+202006f2
 68008552
 600084c9
-c0098706
+c009862f
 20205db4
 20405dcf
 704aff01
@@ -1802,71 +1587,22 @@
 207a0000
 704b0102
 20600000
-78547c00
-204062c1
-68008048
-207a0000
-c2838716
-c001872d
-c0188722
-c00b8724
-c0038726
-20206010
-c0420719
-c041871c
-2020603f
-2040071f
-68008048
-20206099
-2040071f
-68008048
-2020610d
-6800c65a
-203a612b
-20206124
-704b0101
-202061c3
-704b0904
-202061a4
-20406152
-6800cb2e
-207a0000
-6800804b
-793ffe03
-6000804b
-20200346
-18007e02
-20406298
-68008049
-e0a08000
-6000cafc
-204062a7
-6800cafc
-c0170736
-20206051
-6800caff
-207a0000
-704aff00
-6800cb01
-c1810000
-704b0001
-1c427e00
-600204e9
-20600000
+7011c520
+202006f2
 204062bc
 247a0000
 68008055
 207a0000
-c0020761
-c0080746
+c0020659
+c008063e
 20206320
 6800c55b
 c1000000
-c000874a
+c0008642
 2020635f
 20748000
 6800816d
-c280074e
+c2800646
 20206399
 6800cb01
 c000e39d
@@ -1883,7 +1619,7 @@
 98408400
 1c427e00
 98467c00
-2421075f
+24210657
 20206349
 704b0001
 20600000
@@ -1893,16 +1629,16 @@
 243a7ddb
 68008a99
 c584fdd6
-c00f876e
-c0100771
-c009076b
+c00f8666
+c0100669
+c0090663
 20207dca
 20405890
 247a0000
 20205abf
 70018534
 6803044f
-20200773
+2020066b
 70018533
 68030040
 60030186
@@ -1912,12 +1648,12 @@
 204043d2
 204042e8
 204042fb
-2020038d
-6800cb29
+2020033b
+6800cb49
 207a0000
 1fe0ffff
-6000cb29
-243a0785
+6000cb49
+243a067d
 6800c720
 c000c47a
 c001447e
@@ -1928,65 +1664,65 @@
 c001448c
 c001c48f
 20204489
-704b2900
+704b4900
 20600000
-704cf101
-704cee00
+704d1c01
+704d1900
 20600000
-6800ccee
+6800cd19
 1fe0fe01
-6000ccee
+6000cd19
 20600000
-6800ccee
+6800cd19
 1fe67c02
-2441079b
-6800ccee
+24410693
+6800cd19
 c1000000
 1fe0ffff
-6000ccee
+6000cd19
 20600000
-704cee03
+704d1903
 20600000
 68014682
 c3858000
 c3838000
 c3830000
-da204c77
-204002b7
-6008ccef
+da204ca2
+20400297
+6008cd1a
 58000082
-c51307a7
+c513069f
 58000080
 98467c00
-242107bf
-6800ccee
+242106b7
+6800cd19
 1fe67c02
-242107af
-6800ccee
-c00007c0
+242106a7
+6800cd19
+c00006b8
 20600000
-6800ccee
+6800cd19
 c1900000
-704cee00
-6808ccef
+704d1900
+6808cd1a
 58000077
-c51307b6
+c51306ae
 58000075
 98467c00
 24610000
-6800ccf1
-c00007c7
+6800cd1c
+c00006bf
 1fe0ffff
-6000ccf1
-c00007c7
+6000cd1c
+c00006bf
 7041de00
 20600000
-704cee00
-6800ccf1
-c00107c5
+704d1900
+6800cd1c
+c00106bd
 1fe0fe01
-6000ccf1
-c00087bd
+6000cd1c
+c00086b5
 7041de02
 20600000
 7041de04
@@ -2007,20 +1743,20 @@
 2000000a
 7089027d
 6800c1de
-c00107e1
-c00207e6
-c01007f5
-204007eb
+c00106d9
+c00206de
+c01006ed
+204006e3
 708955d0
 708956e0
 7089586c
 2020294b
-204007f0
+204006e8
 708955d0
 708956e0
 7089583c
 20202953
-204007eb
+204006e3
 708955d0
 708956c0
 7089586c
@@ -2040,3 +1776,133 @@
 20600000
 18002a08
 202028fa
+680891c5
+18518400
+6800cb50
+98467c00
+2022870d
+6008cb50
+18408401
+58000100
+984f8400
+6801cb51
+98467e00
+6809cb54
+9840fe00
+1fe0fffb
+6001cb57
+20400376
+6801cb57
+d8400100
+da201f00
+20406562
+204002f6
+58001f00
+60014199
+70419b40
+204064ca
+58000000
+60024199
+680091c5
+20200001
+df200005
+d8a04b0b
+20207ed4
+6802469b
+207a0000
+20400763
+58000006
+20400756
+58000003
+2040075c
+6800cb0b
+c000871c
+2020070f
+68014b0c
+600111be
+6801469b
+600111c0
+2040072f
+680111be
+60014b0c
+680111c0
+6001469b
+68014b0e
+600111be
+6801469d
+600111c0
+2040072f
+680111be
+60014b0e
+680111c0
+6001469d
+20600000
+680111be
+680911c0
+9840fe00
+600191c2
+2feffe10
+2020873c
+680091c3
+c07f8743
+680091c2
+1fe37e00
+600111be
+600111c0
+20600000
+680091c3
+c0000740
+680191c2
+20200738
+7011c400
+680091c2
+20200738
+680091c2
+2040074e
+600091be
+600091c0
+203a074c
+580000ff
+600091bf
+600091c1
+20600000
+58000000
+20200749
+1fe67e00
+60008aae
+68008aae
+1fe37e00
+60008aae
+68008aae
+1fe67e00
+20600000
+9a267c00
+24210761
+9a467c00
+24210761
+704b0b00
+20600000
+9a267c00
+24610000
+9a467c00
+24610000
+2020075a
+704b0b01
+20600000
+6801469b
+600111c0
+2040076c
+1fe22200
+6801469d
+600111c0
+2040076c
+1fe22400
+20600000
+680091c1
+c07f8771
+680091c0
+1fe17eff
+20600000
+680111c0
+1fe67e00
+2020076f
Index: YFK_1066/PB_3mode_3ch/output/romcode.rom
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/romcode.rom	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/romcode.rom	(working copy)
@@ -24572,5 +24572,522 @@
 e0a08000
 c2007ff9
 20600000
-00000000
-0000a447
+c0000003
+20600000
+6800800e
+1fe0fe01
+6000800e
+20402435
+7920002c
+204022f2
+202c000e
+793f802c
+20402455
+243a0007
+202020fc
+793f802c
+2020215f
+c0080004
+c0088017
+20600000
+70480800
+7041e30e
+204041e7
+68014208
+c283c1f5
+c28033a9
+c280800e
+c2810011
+c2818011
+202042b0
+c2828011
+c2818011
+202042b0
+68014682
+c28642b0
+204033a9
+204004db
+20608000
+202033a7
+68010264
+1fe20c00
+e8c08000
+6000cb02
+1fe1040f
+1ff1fe00
+c003801f
+20204d39
+20404d53
+704b0300
+6800cb02
+2feffe00
+20608000
+704b0301
+20600000
+c0100003
+20600000
+78547c00
+204062c1
+68008048
+207a0000
+c283800d
+c0018024
+c0188019
+c00b801b
+c003801d
+20206010
+c0420010
+c0418013
+2020603f
+20400016
+68008048
+20206099
+20400016
+68008048
+2020610d
+6800c65a
+203a612b
+20206124
+704b0101
+202061c3
+704b0904
+202061a4
+20406152
+6800cb4e
+207a0000
+6800804b
+793ffe03
+6000804b
+2020031c
+18007e02
+20406298
+68008049
+e0a08000
+6000cafc
+204062a7
+6800cafc
+c017002d
+20206051
+6800caff
+207a0000
+704aff00
+6800cb01
+c1810000
+704b0001
+1c427e00
+600204e9
+20600000
+c0180003
+20600000
+204062bc
+247a0000
+68008055
+207a0000
+c0020025
+c008000a
+20206320
+6800c55b
+c1000000
+c000800e
+2020635f
+20748000
+6800816d
+c2800012
+20206399
+6800cb01
+c000e39d
+6800c1bd
+203a63a9
+680084d1
+c4018000
+c4010000
+6800cb00
+207a0000
+704b0000
+680204e9
+d8400014
+98408400
+1c427e00
+98467c00
+24210023
+20206349
+704b0001
+20600000
+70480914
+2020636f
+c0200004
+c0208016
+20600000
+2040000c
+2020557d
+6800c7c5
+6000c172
+7047c400
+20600000
+7047c401
+20600000
+6800c3d6
+1fe67c0c
+2421000a
+6800c3d8
+6808c7c5
+98467c00
+20210006
+6800c3d8
+6000c172
+20200008
+6800843f
+c4030000
+2040001b
+24740000
+202055a0
+78347c00
+6800845a
+1ff1fe00
+c1878000
+68008460
+1ff1fe00
+c1800000
+20207fe9
+c0280003
+20600000
+204002dc
+70479c00
+68014682
+c285800f
+20400378
+680947c2
+18408401
+600947c2
+600944a1
+20400340
+180a7e00
+6000c4a0
+20403418
+68014687
+600146ac
+70016d06
+58000000
+600146b0
+600146ae
+d8e00007
+204043ce
+204043ca
+6800c092
+2feffe01
+20408021
+6800c092
+2feffe00
+2040fddd
+704b4e00
+202042c4
+70479f00
+204002ed
+58000005
+e0c08000
+d8c04b10
+20400508
+20207df4
+c0300004
+c030801f
+20600000
+793f8026
+204001d3
+204001f2
+6800cbf0
+c1ff8000
+204001b3
+200007d0
+2040047b
+2020847d
+6800cc0e
+c28201a2
+2040017c
+242c0019
+24378019
+79200026
+58000000
+60014c0d
+700a993c
+20407d86
+20400177
+20200390
+20404489
+68014c0d
+1fe0fe01
+60014c0d
+204001f2
+2020000a
+c6130000
+20404482
+d8e00003
+204043ce
+58000000
+600146ae
+6000c6b4
+60014c0d
+204042ca
+20200029
+79200026
+2040002d
+704bf001
+20600000
+7041de20
+704bdf00
+704bea4e
+68024bec
+202001d2
+c0380003
+20600000
+793f8026
+20400026
+204001b3
+200007d0
+2040047b
+2020847d
+6800cc0e
+c28201a2
+2040017c
+242c001b
+2437801b
+204001a4
+204002dc
+68024c08
+680a4bec
+98467c00
+20228030
+79200026
+58000000
+60014c0d
+700a993c
+20407d86
+20400177
+20200390
+20404489
+68014c0d
+1fe0fe01
+60014c0d
+6800cd1e
+1fe0fe01
+1fe17e01
+6000cd1e
+c000002c
+c000802e
+20600000
+7041de20
+58000f0f
+60014c08
+e0a10000
+204001d3
+202001f2
+20400026
+20200006
+20400034
+20200006
+79200026
+20400034
+704bf001
+20600000
+7041de20
+704bdf00
+704bea4e
+68024bec
+202001d2
+c040000a
+c0408004
+20600000
+204068a2
+6801421d
+243a0008
+58001122
+600147c2
+20600000
+204000e3
+20403e6e
+6808cb43
+2040680e
+20403e1e
+2040001a
+58000000
+60014154
+204068a2
+20403e54
+20405810
+20405839
+2040582c
+20405818
+20400504
+2020032e
+204074b9
+d8c08c00
+d8a04876
+df200171
+20407f01
+580f0209
+e0a18000
+58120009
+e0a18000
+58100209
+e0a18000
+58000009
+e0a18000
+d8c08d71
+df200109
+20407f01
+70488d00
+7048856d
+5800401f
+600149db
+58006d04
+60014a44
+580016b0
+60014a4a
+58004876
+60014575
+20600000
+c0480005
+c048801f
+c049002f
+20600000
+6800cbe5
+c000ffe7
+6800cbf0
+c000800c
+c001000f
+c0018012
+20202a8c
+704bf011
+70119eaa
+20200014
+704bf012
+70119e55
+20200014
+704bf013
+70119e22
+6800cbe1
+1fe17e07
+6000919f
+68024c17
+600211a0
+7011a400
+da20119e
+d8400007
+204001c0
+2040013c
+20207fe7
+6800cbf0
+c17f8000
+c0088025
+c0090027
+c0098029
+20600000
+704bf002
+20200171
+704bf003
+20200171
+704bf0ff
+700a9939
+20407d86
+68024bc0
+204001d2
+20200171
+20400442
+70478b01
+d8e00003
+204043d2
+58000000
+60014707
+7046a700
+2040405d
+204002dc
+68024c08
+6002477b
+2020033b
+c0500007
+c050800d
+c0510020
+c0518019
+c0520028
+20600000
+704d2000
+204002dc
+204001bc
+7041bd00
+204002b4
+2020340a
+68014509
+c1000000
+68008441
+1feb7e00
+1fe67c0c
+20610000
+58000009
+60014496
+60014498
+20400426
+7047c401
+20600000
+68014682
+c3860000
+c3830000
+c3858000
+680246d3
+c3828000
+202033a7
+58000007
+60014496
+60014498
+7047c400
+70479c00
+204003b7
+20405816
+202041d9
+78347c00
+68120138
+79347e1a
+6012004c
+20402c21
+204074bd
+20404482
+20403e9f
+204002b4
+20400370
+68108081
+1fe17ef7
+60108081
+6810807e
+79207e06
+6010807e
+6808c6f3
+202067ed
+c0580007
+c0588009
+c059000f
+c0598014
+c05a001b
+20600000
+204003b7
+202041c3
+6800c808
+c1010000
+1fe0fe01
+6000c808
+7041e312
+2020340e
+6800c808
+c1810000
+70480800
+7041e30e
+2020340e
+6800c79f
+c0008017
+20200019
+20400426
+7046c605
+d8e00001
+202041b9
+704aff00
+704b0100
+704b0a00
+202041d9
+0000b172
Index: YFK_1066/PB_3mode_3ch/output/sched.rom
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/sched.rom	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/output/sched.rom	(working copy)
@@ -1,10 +1,10 @@
 
-mem_lpm_config:8f 1b ca	#4khz
+mem_lpm_config:8f 1b ce	#4khz
 mem_lpm_xtalcnt:00 0a 0b ef 07
 mem_lpm_hibernate_switch:00
 mem_gpio_wakeup_low:00 00 00 00 00 00 00 00
-mem_fcomp_mul:02
-mem_fcomp_div:24
+#mem_fcomp_mul:02
+#mem_fcomp_div:24
 mem_iscan_window:12 00
 mem_iscan_interval:00 02
 mem_pscan_window:12 00
@@ -17,8 +17,6 @@
 
 mem_seqi:00
 
-#write to null
-mem_24g_head_ptr:00 84
 
 
 mem_tx_power:00#0dbm
@@ -35,10 +33,10 @@
 
 
 
-mem_patch00:02
+mem_patch00:06
 mem_patch03:08
 mem_patch04:40
-mem_patch09:04
+mem_patch09:05
 mem_patch0a:02
 mem_patch0b:02
 mem_patch10:20
@@ -48,6 +46,7 @@
 mem_patch16:06
 mem_patch18:10
 mem_patch19:08
+mem_patch1c:40
 mem_patch1d:1e
 mem_patch20:20
 mem_patch27:02
@@ -98,7 +97,7 @@
 mem_app_connection_options:06
 mem_lap:26 10 19 20 18 10
 mem_local_name_length:
-'BT 3.0 Mouse
+'BT3.0 Mouse
 mem_sniff_param_interval:
 0e 00 
 01 00 ##mem_sniff_param_attempt:01 00
@@ -176,6 +175,7 @@
 mem_spi_ncs_gpio:ff
 mem_ui_button_gpio:ff
 mem_ui_button_timeout:1e
+mem_bt_ui_button_timeout:01
 
 mem_device_number:03 #max device number
 mem_24g_device_number:01 #devie 2 :24g mode
@@ -244,7 +244,6 @@
 #07##mem_3610_dpi_3
 #08##mem_3610_dpi_4
 
-
 mem_ui_led_struct_ptr:mem_mouse_led_type
 mem_ui_led_struct_num:01
 
@@ -258,11 +257,19 @@
 2a 00 02 4d 2a 07 00 00 00 00 00 00 00
 2b 00 02 08 29 02 11 02
 
+
+mem_le_att_pnp_id_len:07
+mem_le_att_pnp_id:
+02		#verdor ID source
+35 12	#usb verdor ID
+22 aa 	#product ID
+01 00	#product version
+
   
 #24g init
 mem_24g_mode:01#tx
 mem_24g_data_type:01        #mouse 1,kb 2
-mem_24g_max_retry:04#max tx retry
+mem_24g_max_retry:06#max tx retry
 mem_24g_no_ack:00#with ack
 mem_24g_rx_window:c0 12     #400us
 mem_24g_interval:19
@@ -275,7 +282,7 @@
 mem_24g_pairing_sm:ff
 mem_24g_paring_addr:20 15 10 05
 mem_24g_common_temp:00 00 00 00 00 00 00 00 00 00
-mem_24g_enter_hibernate:00 48 50 00 00 00 00 00#10 min     low volatage led
+mem_24g_enter_hibernate:00 48 30 00 00 00 00 00#10 min     240ms  dpi  B4  B5 check easy
 
 mem_device_flag:01 
 mem_device1_type:34
@@ -298,3 +305,668 @@
 mem_select_device_button_statue:01#default: button up
 mem_mouse_24g_addr_init:ff ff ff ff
 
+
+mem_24g_sw_gpio:ff
+
+mem_mouse_multi_led_gpio:ff
+mem_mouse_multi_led_on_timer_init:14
+mem_mouse_multi_led_blink_timer_init:05
+
+#zcode
+mem_zcode_current_number:ff
+mem_xip_flash_offset:00 00 00
+
+#yichip sdp
+#04 0011 0100 1002 1124
+#00 01 00 00
+#36 01 6d
+#09
+#00
+#00
+#0a
+#00
+#01
+#00
+#00
+#09
+#00
+#01
+#35
+#03
+#19
+#11
+#24
+#09
+#00
+#04
+#35
+#0d
+#35
+#06
+#19
+#01
+#00
+#09
+#00
+#11
+#35
+#03
+#19
+#00
+#11
+#09
+#00
+#05
+#35
+#03
+#19
+#10
+#02
+#09
+#00
+#06
+#35
+#09
+#09
+#65
+#6e
+#09
+#00
+#6a
+#09
+#01
+#00
+#09
+#00
+#09
+#35
+#08
+#35
+#06
+#19
+#11
+#24
+#09
+#01
+#00
+#09
+#00
+#0d
+#35
+#0f
+#35
+#0d
+#35
+#06
+#19
+#01
+#00
+#09
+#00
+#13
+#35
+#03
+#19
+#00
+#11
+#09
+#01
+#00
+#25
+#16
+#59
+#69
+#43
+#68
+#69
+#70
+#20
+#42
+#6c
+#75
+#65
+#74
+#6f
+#6f
+#74
+#68
+#20
+#4d
+#6f
+#75
+#73
+#65
+#09
+#01
+#01
+#25
+#05
+#4d
+#6f
+#75
+#73
+#65
+#09
+#01
+#02
+#25
+#06
+#59
+#69
+#43
+#68
+#69
+#70
+#09
+#02
+#00
+#09
+#01
+#00
+#09
+#02
+#01
+#09
+#01
+#11
+#09
+#02
+#02
+#08
+#80
+#09
+#02
+#03
+#08
+#21
+#09
+#02
+#04
+#28
+#01
+#09
+#02
+#05
+#28
+#01
+#09
+#02
+#06
+#35
+#81
+#35
+#7f
+#08
+#22
+#25
+#7b
+#05
+#01
+#09
+#02
+#a1
+#01
+#85
+#02
+#09
+#01
+#a1
+#00
+#05
+#09
+#19
+#01
+#29
+#08
+#15
+#00
+#25
+#01
+#75
+#01
+#95
+#08
+#81
+#02
+#05
+#01
+#09
+#30
+#09
+#31
+#16
+#01
+#f8
+#26
+#ff
+#07
+#75
+#10
+#95
+#02
+#81
+#06
+#09
+#38
+#15
+#81
+#25
+#7f
+#75
+#08
+#95
+#01
+#81
+#06
+#05
+#0c
+#0a
+#38
+#02
+#75
+#08
+#95
+#01
+#81
+#06
+#c0
+#c0
+#05
+#0c
+#09
+#01
+#a1
+#01
+#85
+#03
+#75
+#10
+#95
+#02
+#15
+#01
+#26
+#8c
+#02
+#19
+#01
+#2a
+#8c
+#02
+#81
+#60
+#c0
+#06
+#00
+#ff
+#09
+#01
+#a1
+#01
+#85
+#10
+#75
+#08
+#95
+#06
+#15
+#00
+#26
+#ff
+#00
+#09
+#01
+#81
+#00
+#09
+#01
+#91
+#00
+#c0
+#09
+#02
+#07
+#35
+#08
+#35
+#06
+#09
+#04
+#09
+#09
+#01
+#00
+#09
+#02
+#08
+#28
+#00
+#09
+#02
+#09
+#28
+#01
+#09
+#02
+#0a
+#28
+#01
+#09
+#02
+#0b
+#09
+#01
+#00
+#09
+#02
+#0c
+#09
+#1f
+#40
+#09
+#02
+#0d
+#28
+#00
+#09
+#02
+#0e
+#28
+#01
+#09
+#02
+#0f
+#09
+#00
+#12
+#09
+#02
+#10
+#09
+#00
+#00
+#
+#04 1002 1200 0100 0001
+#00 01 00 01
+#36 00 5a
+#09
+#00
+#00
+#0a
+#00
+#01
+#00
+#01
+#09
+#00
+#01
+#35
+#03
+#19
+#12
+#00
+#09
+#00
+#04
+#35
+#0d
+#35
+#06
+#19
+#01
+#00
+#09
+#00
+#01
+#35
+#03
+#19
+#00
+#01
+#09
+#00
+#05
+#35
+#03
+#19
+#10
+#02
+#09
+#00
+#09
+#35
+#08
+#35
+#06
+#19
+#12
+#00
+#09
+#01
+#00
+#09
+#02
+#00
+#09
+#01
+#03
+#09
+#02
+#01
+#09
+#04
+#6d
+#09
+#02
+#02
+#09
+#b0
+#16
+#09
+#02
+#03
+#09
+#01
+#29
+#09
+#02
+#04
+#28
+#01
+#09
+#02
+#05
+#09
+#00
+#02
+#00
+#00
+#
+#01 0001
+#00 01 00 01
+#36 00 5a
+#09
+#00
+#00
+#0a
+#00
+#01
+#00
+#01
+#09
+#00
+#01
+#35
+#03
+#19
+#12
+#00
+#09
+#00
+#04
+#35
+#0d
+#35
+#06
+#19
+#01
+#00
+#09
+#00
+#01
+#35
+#03
+#19
+#00
+#01
+#09
+#00
+#05
+#35
+#03
+#19
+#10
+#02
+#09
+#00
+#09
+#35
+#08
+#35
+#06
+#19
+#12
+#00
+#09
+#01
+#00
+#09
+#02
+#00
+#09
+#01
+#00
+#09
+#02
+#01
+#09
+#05
+#ac
+#09
+#02
+#02
+#09
+#02
+#39
+#09
+#02
+#03
+#09
+#00
+#44
+#09
+#02
+#04
+#28
+#01
+#09
+#02
+#05
+#09
+#00
+#02
+#
+#03 1101 0003 0100
+#00 01 00 02
+#36 00 2f
+#09
+#00
+#00
+#0a
+#00
+#01
+#00
+#02
+#09
+#00
+#01
+#35
+#03
+#19
+#11
+#01
+#09
+#00
+#04
+#35
+#0c
+#35
+#03
+#19
+#01
+#00
+#35
+#05
+#19
+#00
+#03
+#08
+#01
+#09
+#01
+#00
+#25
+#09
+#53
+#50
+#50
+#20
+#73
+
+
+
+#logi sdp
+#04 1000 0100 0001 1002
+#00 00 00 00
+#36 00 92 
+#09 00 00 0a 00 00 00 00 09 00 01 35 03 19 10 00 09 00 04 35 0d 35 06 
+#19 01 00 09 00 01 35 03 19 00 01 09 00 05 35 03 19 10 02 09 00 06 35 
+#09 09 65 6e 09 00 6a 09 01 00 09 00 09 35 08 35 06 19 01 00 09 01 00 
+#09 01 00 25 2c 4c 6f 67 69 74 65 63 68 20 42 6c 75 65 74 6f 6f 74 68 20 
+#57 69 72 65 6c 65 73 73 20 4d 6f 75 73 65 20 53 44 50 20 53 65 72 76 65 
+#72 09 01 01 25 0f 42 6c 75 65 74 6f 6f 74 68 20 4d 6f 75 73 65 09 02 00 35 03 09 01 00
+
+#04 1124 0100 0011 1002
+#00 01 00 00
+#36 01 ee 
+#09 00 00 0a 00 01 00 00 09 00 01 35 03 19 11 24 09 00 04 35 
+#0d 35 06 19 01 00 09 00 11 35 03 19 00 11 09 00 05 35 03 19 10 02 
+#09 00 06 35 09 09 65 6e 09 00 6a 09 01 00 09 00 09 35 08 35 06 19 11 24 
+#09 01 01 09 00 0d 35 0f 35 0d 35 06 19 01 00 09 00 13 35 03 19 00 11 09 01 
+#00 25 21 4c 6f 67 69 74 65 63 68 20 42 6c 75 65 74 6f 6f 74 68 20 57 69 72 65 6c 
+#65 73 73 20 4d 6f 75 73 65 09 01 01 25 0f 42 6c 75 65 74 6f 6f 74 68 20 4d 6f 75 
+#73 65 09 01 02 25 08 4c 6f 67 69 74 65 63 68 09 02 01 09 01 11 09 02 02 08 80 09 02 
+#03 08 21 09 02 04 28 01 09 02 05 28 01 09 02 06 35 fc 35 fa 08 22 25 f6 05 01 09 02 a1 01 
+#85 02 09 01 a1 00 05 09 19 01 29 08 15 00 25 01 75 01 95 08 81 02 05 01 09 30 09 31 16 01 
+#f8 26 ff 07 75 0c 95 02 81 06 09 38 15 81 25 7f 75 08 95 01 81 06 05 0c 0a 38 02 75 08 95 01 81 
+#06 c0 c0 05 0c 09 01 a1 01 85 03 05 06 09 20 15 00 26 64 00 75 08 95 01 81 02 c0 06 00 ff 09 01 
+#a1 01 85 10 75 08 95 06 15 00 26 ff 00 09 01 81 00 09 01 91 00 c0 06 00 ff 09 02 a1 01 85 11 75 
+#08 95 13 15 00 26 ff 00 09 02 81 00 09 02 91 00 c0 05 01 09 06 a1 01 85 04 75 01 95 08 05 07 
+#19 e0 29 e7 15 00 25 01 81 02 95 01 75 08 81 03 95 05 75 01 05 08 19 01 29 05 91 02 95 01 
+#75 03 91 03 95 06 75 08 15 00 26 ff 00 05 07 19 00 29 ff 81 00 c0 05 0c 09 01 a1 01 85 05 
+#15 00 25 01 75 01 95 02 0a 25 02 0a 24 02 81 02 95 01 75 06 81 03 c0 09 02 07 35 08 35 
+#06 09 04 09 09 01 00 09 02 09 28 01 09 02 0a 28 01 09 02 0c 09 1f 40 09 02 0d 28 00 09 
+#02 0e 28 01 09 02 0f 09 00 12 09 02 10 09 00 00
+
+#04 1200 0100 0001 1002
+#00 01 00 01
+#36 00 ad 
+#09 00 00 0a 00 01 00 01 09 00 01 35 03 19 12 00 09 00 04 35 0d 35 06 19 01 
+#00 09 00 01 35 03 19 00 01 09 00 05 35 03 19 10 02 09 00 06 35 09 09 65 
+#6e 09 00 6a 09 01 00 09 00 09 35 08 35 06 19 12 00 09 01 00 09 01 00 
+#25 2c 4c 6f 67 69 74 65 63 68 20 42 6c 75 65 74 6f 6f 74 68 20 57 69 72 
+#65 6c 65 73 73 20 4d 6f 75 73 65 20 50 6e 50 20 53 65 72 76 65 72 09 01 
+#01 25 0f 42 6c 75 65 74 6f 6f 74 68 20 4d 6f 75 73 65 09 02 00 09 01 03 09 
+#02 01 09 04 6d 09 02 02 09 b0 16 09 02 03 09 12 03 09 02 04 28 01 09 02 05 09 00 02 00
+
+
Index: YFK_1066/PB_3mode_3ch/program/app_mouse.prog
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/program/app_mouse.prog	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/program/app_mouse.prog	(working copy)
@@ -1217,6 +1217,7 @@
 	call gpio_get_bit
 	setflag true,2,rega
 	call mouse_check_s_key_gpio
+mouse_check_key_gpio_output:
 	copy rega,pdata
 	rtn
 mouse_check_s_key_gpio:
Index: YFK_1066/PB_3mode_3ch/program/patch.prog
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/program/patch.prog	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/program/patch.prog	(working copy)
@@ -3,7 +3,7 @@
 define G24
 define BLE
 define CLASSIC_BT
-//define MOUSE_SMOOTHER
+define MOUSE_SMOOTHER
 define ADC_ENABLE
 //define P24G_LOG
 //define RF_DEBUG
@@ -19,23 +19,110 @@
 //define DEBUGLOG_CONN_SM
 //define DEBUGLOG_UPPER_SM
 
-ifdef PATCH
-	bbit1 8,pf_patch_ext	
-	beq patch10_5,p_shutdown_radio
-	beq patch11_1,p_set_freq_tx
-ifdef DONGLE
-	beq patch11_6,p_save_rssi
-	beq patch18_4,p_app_init
-	beq patch1f_0,p_usb_status1
+
+p_start:
+	branch p_patch_array
+
+// zcode start
+p_zcode:
+
+//only for power on once
+p_wake_from_power:
+ifdef BLE
+	call p_mouse_data_init
 endif
-ifdef MOUSE
+	fetch 1,mem_tx_power
+	store 1,mem_tx_power_temp
+	call power_ctrl_pac_succ_cnt_init
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_select_ui_button_count	//select key timer init
+	fetch 1,mem_bt_ui_button_timeout
+	store 1,mem_bt_ui_button_count	//bt key timer init
+	call mouse_bt_discovery_button_down_disable
+	call p_mouse_spi_init
+ifdef MOUSE_SMOOTHER	
+	call p_drawing_optima_init
+endif
+	call p_mouse_cb_fuction
+	call p_mouse_wakeup_from_power
+	branch p_mouse_setting_config
+
+p_mouse_cb_fuction:
+ifdef G24
+	setarg p_mouse_g24_package_data
+	store 2,mem_cb_24g_data
+endif	
+ifdef BLE
+	setarg p_mouse_le
+	store 2,mem_cb_le_process
+	setarg p_le_mouse_bb_event_connect_complete
+	store 2,mem_cb_att_write
+endif
+ifdef CLASSIC_BT
+	setarg p_mouse_bt
+	store 2,mem_cb_bt_process
+endif	
+	setarg p_mouse_before_lpm
+	store 2,mem_cb_before_lpm
+	setarg p_mouse_priority_bb_event
+	store 2,mem_cb_bb_event_process
+	setarg p_mouse_idle
+	store 2,mem_cb_idle_process
+	setarg p_mouse_before_hibernate
+	store 2,mem_cb_before_hibernate
+	setarg p_mouse_bb_event_timer
+	store 2,mem_cb_event_timer
+	rtn	
+
+p_mouse_wakeup_from_power:
+	setarg 25
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+	ncall p_mouse_24g_transmit_by_interrupt_exit_count_max,wake
+	call p_mouse_init_sunt
+	call p_mouse_sensor_powerdown
+p_mouse_wakeup_no_from_power:
+	fetch 1,mem_reconn_times_init
+	store 1,mem_reconn_times
+	rtn
+p_mouse_24g_transmit_by_interrupt_exit_count_max:
+	setarg 375
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
+	rtn
+
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+	nop 1
+
+p_patch_array:
+	bbit1 8,pf_patch_ext
+	//patch00_0 and patch11_2 are unuseful because of otp
 	beq patch00_1,p_soft_reset_1
+	beq patch00_2,p_soft_reset_2
+	beq patch10_5,p_shutdown_radio
+	beq patch11_1,p_set_freq_tx
 ifdef CLASSIC_BT
 	beq patch03_3,p_page_wait_fhs_reply_ok
 	beq patch04_6,p_role_switch_master
+	beq patch09_0,p_quit_connection_cont
 	beq patch09_2,p_prepare_tx
- 	beq patch0b_1,p_process_dmh
 	beq patch0a_1,p_slave_conn_recv_packet
+ 	beq patch0b_1,p_process_dmh
 	beq patch14_7,p_lpm_dispatch
 	beq patch15_5,p_lpm_set_mult
 	beq patch19_3,app_bt_start_reconnect+3
@@ -45,15 +132,12 @@
 	beq patch16_1,p_lpm_check_wake_lock
 	beq patch16_2,p_g24_dispatch
 	beq patch18_4,p_device_init
-//	beq patch19_1,p_app_flag_store
-//	beq patch19_2,p_app_initflag_check
+	beq patch1c_6,p_mouse_motion
 	beq patch1d_2,p_mouse_bb_event_discovery_btn
 	beq patch1d_3,p_mouse_start_discovery
 	beq patch1d_4,p_mouse_stop_discovery
-endif
 	branch loop
 pf_patch_ext:
-ifdef MOUSE
 ifdef BLE
 	beq patch27_1,p_le_slave_match
 	beq patch28_3,p_le_next_adv_channel
@@ -71,7 +155,6 @@
 	beq patch30_0,p_parse_lmp_accepted
 	beq patch30_2,p_send_lmp
 	beq patch31_0,p_process_conn_sm
-	
 endif
 	beq patch31_4,p_twspi_reset
 	beq patch31_5,p_spid_init
@@ -82,9 +165,8 @@
 	beq patch3e_6,p_ui_ipc_send_event
 	beq patch3e_7,p_ui_ipc_send_cmd
 endif
-endif
 	branch loop
-
+	
 
 ifdef MOUSE
 p_rssi_signal:
@@ -105,12 +187,32 @@
 	call clear_mem
 ifdef BLE
 	call p_mouse_le_txbuff_load
-endif	
+endif
 	call rfcomm_init
 	call init_lmp
 	ncall lpm_disable_exen_output,wake
 	call ui_init+1
 	branch soft_reset+11
+	
+p_soft_reset_2:
+	call app_lpm_init,wake
+ifdef SIMPLE_PAIRING
+	call publickey_init
+else
+	call ssp_disable
+ifdef SECURE_CONNECTION
+	call publickey_init
+
+endif
+endif
+	call lpm_recover_clk,wake
+p_sp_cal_loop:
+	call sp_calc_sequence
+	fetch 1,mem_ssp_enable
+	branch main_loop,blank
+	fetch 1,mem_sp_local_key_invalid // simple pairing is not ready
+	branch p_sp_cal_loop,blank
+	branch main_loop
 
 p_init_param:
 	setarg param_le_version
@@ -125,8 +227,10 @@
 	beq 0,disable_blank
 	fetch 1,mem_mouse_le_conn_param_reject
 	beq LE_LPM_DISABLE,disable_blank
+ifdef CLASSIC_BT	
 	fetch 2,mem_sdp_remote_cid
 	nbranch disable_blank,blank
+endif
 	fetch 1,mem_mouse_wheel_trigger
 	nbranch disable_blank,blank
 	branch enable_blank
@@ -146,8 +250,9 @@
 	fetch 1,mem_24g_pairing_sm
 	rtnne STATE_24G_PAIRING_SUCCESS
 	call power_ctrl_start
-	fetch 1,mem_24g_transmit_by_interrupt
-	rtneq G24_TX_TIMER_INT_ENABLE
+//	jam TX_POWER_5DB,mem_tx_power
+	fetch 1,mem_mouse_multi_led_state
+	beq ON,p_g24_transmit_by_interrupt_enable
 p_g24_short_sleep:	
 	call p_g24_lpm_wait
 	nrtn user
@@ -159,15 +264,19 @@
 	call p_g24_timer_check
 	nrtn user
 	call p_g24_interval_calibrate
-	fetch 1,mem_24g_transmit_by_interrupt_exit_count
+	fetch 2,mem_24g_transmit_by_interrupt_exit_count
 	increase 1,pdata
-	store 1,mem_24g_transmit_by_interrupt_exit_count
-	sub pdata,25,null	//200ms
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	fetcht 2,mem_24g_transmit_by_interrupt_exit_count_init
+	isub temp,null
 	call p_g24_transmit_by_interrupt_exit,zero
 	branch p_g24_transmit_process
 p_g24_transmit_by_interrupt_exit:
 	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
-	jam 0,mem_24g_transmit_by_interrupt_exit_count
+	setarg 0
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	setarg 25
+	store 2,mem_24g_transmit_by_interrupt_exit_count_init
 p_g24_interval_min:
 	jam 0,mem_24g_pac_index
 	fetch 1,mem_24g_interval_min
@@ -184,10 +293,6 @@
 	beq 4,p_g24_interval_max
 	beq 5,p_g24_interval_min
 	rtn
-p_g24_transmit_by_interrupt_enable:
-	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
-	jam 0,mem_24g_transmit_by_interrupt_exit_count
-	rtn
 
 p_g24_nodata_transmit:
 	fetch 1,mem_24g_abort_pac
@@ -200,8 +305,6 @@
 	nrtn user
 	fetch 3,mem_24g_enter_hibernate
 	call clk2lpo
-	fetch 1,mem_sp_local_key_invalid	// simple pairing is not ready
-	rtn blank
 	storet 4,mem_sleep_counter
   	branch lpm_sleep
 
@@ -212,6 +315,8 @@
 	branch disable_user,blank
 	fetch 1,mem_lpm_mode
 	branch disable_user,blank
+	fetch 1,mem_24g_transmit_by_interrupt
+	beq G24_TX_TIMER_INT_ENABLE,disable_user
 	branch p_mouse_setgpio_lpm
 
 p_g24_send_abort_packet:
@@ -230,17 +335,11 @@
 	call p_g24_txdata_enable_tx
 	branch p_g24_transmit_start
 
-	
 p_g24_set_device_addr:
-	call adc_init_data
-//	fetch 4,mem_0_5_adc_io_data	//adc data from otp
-//	store 4,mem_24g_device_addr	
-//	nrtn blank
 	fetch 4,mem_lap
 	store 4,mem_24g_device_addr
 	rtn
 
-
 p_g24_transmit_rf_sta_init:
 	jam 1,mem_24g_rf_last_sta
 	jam 0,mem_24g_sync_cnt
@@ -375,6 +474,8 @@
 	rtn blank
 	branch enable_user	// retransmit
 p_g24_accumulate_mouse_data:
+	call p_mouse_24g_no_data_timer_init	//nodata timer 20min
+
 	jam 0,mem_24g_abort_pac
 	add rega,1,pdata
 	store 1,mem_24g_datalen
@@ -401,6 +502,9 @@
 
 p_g24_transmit_packet:
 	jam 0,mem_24g_retry
+	fetch 1,mem_retry_count
+	increase 1,pdata
+	store 1,mem_retry_count
 p_g24_transmit_loop:
 	arg param_rx_setup,timeup
 	until clkn_rt,meet
@@ -413,6 +517,7 @@
 	call p_g24_ackpayload_parse
 	call power_ctrl_pac_succ_incrs
 p_g24_transmit_next_packet:
+	jam 0,mem_retry_count
 	fetch 1,mem_24g_pid
 	increase 1,pdata
 	store 1,mem_24g_pid
@@ -463,14 +568,26 @@
 	fetch 1,mem_24g_get_ack_fail
 	increase 1,pdata
 	store 1,mem_24g_get_ack_fail
+	beq 0xff,p_g24_stop_g24_mode
 	fetch 1,mem_24g_pairing_sm
 	bne STATE_24G_PAIRING_SUCCESS,p_g24_tx_paring_retry
-	fetcht 1,mem_24g_retry
-	increase 1,temp
-	storet 1,mem_24g_retry
-	fetch 1,mem_24g_max_retry
-	isub temp,pdata
-	nbranch p_g24_transmit_loop,blank
+
+	fetch 1,mem_retry_count
+	sub pdata,2,null
+	ncall p_g24_ch,positive
+	
+	fetch 1,mem_24g_retry
+	increase 1,pdata
+	store 1,mem_24g_retry
+	bne 6,p_g24_transmit_loop
+
+	fetch 1,mem_retry_count
+	sub pdata,2,null
+	call p_g24_ch,positive
+
+	branch p_g24_transmit_packet
+
+/*
 	fetch 1,mem_24g_rf_work_stage
 	beq 3,p_g24_transmit_pac_fail_hop_stage3
 	fetch 1,mem_24g_hop_pac_retry
@@ -480,7 +597,7 @@
 	call p_g24_hop_ch_enable
 	jam 1,mem_24g_max_retry
 	branch p_g24_transmit_packet
-
+*/
 p_g24_tx_paring_retry:
 	fetch 1,mem_24g_get_ack_fail
 	rtnne 0xff
@@ -503,102 +620,22 @@
 	arg mem_24g_rxpayload,contw	//ack payload buffer 
 	branch memcpy
 
-p_g24_start_pairing_sm1:
-	set1 mark_24g,mark
-	call p_g24_pair_init
-p_g24_set_pairing_sm_1:
-	jam STATE_24G_PAIRING_1,mem_24g_pairing_sm
-	rtn
-
-p_g24_pair_init:
-	jam TX_POWER_PAIR,mem_tx_power
-	jam 0,mem_24g_pid
-	jam G24_PAIR_CH,mem_24g_ch
-	fetch 4,mem_24g_paring_addr
-	branch p_g24_update_addr_and_synccrc8
-
 p_g24_pairing_sm:
-	fetch 1,mem_24g_ensure
-	beq ENSURE_ON_24G,enable_user
-	fetch 1,mem_24g_pairing_sm
-	beq STATE_24G_PAIRING_1,p_g24_pairing_sm_1
-	beq STATE_24G_PAIRING_2,p_g24_pairing_sm_2
-	beq STATE_24G_PAIRING_3,p_g24_pairing_sm_3
-	branch assert
-
-p_g24_pairing_sm_1:
-	jam STATE_24G_PAIRING_1_WAITING_ACK,mem_24g_pairing_sm
-	jam 0xaa,mem_24g_common_temp
-	branch p_g24_pairing_sm_common
-p_g24_pairing_sm_2:
-	jam STATE_24G_PAIRING_2_WAITING_ACK,mem_24g_pairing_sm
-	jam 0x55,mem_24g_common_temp
-	branch p_g24_pairing_sm_common
-p_g24_pairing_sm_3:
-	jam STATE_24G_PAIRING_3_WAITING_ACK,mem_24g_pairing_sm
-	jam 0x22,mem_24g_common_temp
-p_g24_pairing_sm_common:
-	fetch 1,mem_24g_data_type
-	and_into bits_data,pdata
-	store 1,mem_24g_common_temp+1
-	fetch 4,mem_24g_device_addr
-	store 4,mem_24g_common_temp+2
-p_g24_put_pairing_data_in_buff:
-	jam 0,mem_24g_common_temp+6
-	arg mem_24g_common_temp,rega
-	arg 7,temp
-	call p_g24_put_data_in_buff
-	call p_g24_txdata_enable_tx
-	branch enable_user
+	jam ZCODE_90,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_g24_paring_mode:
-	fetch 1,mem_24g_pairing_sm
-	rtneq STATE_24G_PAIRING_SUCCESS
-	beq STATE_24G_PAIRING_1_WAITING_ACK,p_g24_pairing_sm_1_waiting_ack
-	beq STATE_24G_PAIRING_2_WAITING_ACK,p_g24_pairing_sm_2_waiting_ack
-	beq STATE_24G_PAIRING_3_WAITING_ACK,p_g24_pairing_sm_3_waiting_ack
-	rtn
+	jam ZCODE_91,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
+p_g24_start_24g_mode:
+	jam ZCODE_60,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
-p_g24_pairing_sm_1_waiting_ack:
-	jam STATE_24G_PAIRING_2,mem_24g_pairing_sm
-	branch p_g24_transmit_abandon
-p_g24_pairing_sm_2_waiting_ack:
-	jam STATE_24G_PAIRING_3,mem_24g_pairing_sm
-	branch p_g24_transmit_abandon
-p_g24_pairing_sm_3_waiting_ack:
-	jam STATE_24G_PAIRING_SUCCESS,mem_24g_pairing_sm
-	jam BT_EVT_24G_PAIRING_COMPLETE,mem_fifo_temp
-	call ui_ipc_send_event	
-	fetch 4,mem_24g_rxpayload+2
-	call p_g24_update_addr_and_synccrc8
-	branch p_g24_transmit_abandon
+p_g24_auto_pair_start:
+	jam ZCODE_70,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
-p_g24_start_24g_mode:
-	set0 mark_24g,mark
-	call p_g24_ch_syncword_crc8_init
-	fetch 1,mem_24g_pairing_sm
-	rtnne STATE_24G_PAIRING_SUCCESS
-	call p_g24_tx_attemp_data_prep
-p_g24_tx_attemp_dongle_loop:
-	call lpo_calibration
-	nop 2000	
-	call p_mouse_get_select_state
-	branch p_g24_tx_attemp_dongle_loop_exit,true
-	fetch 1,mem_24g_check_dongle_times+1
-	bbit1 4,p_g24_stop_g24_mode		// 0x1000
-	call p_g24_transmit_receive_ack
-	nbranch p_g24_attemp_txdata_retry,sync
-	nbranch p_g24_attemp_txdata_retry,user3
-p_g24_tx_attemp_dongle_succ:
-	set1 mark_24g,mark
-	setarg 0
-	store 2,mem_24g_check_dongle_times
-	jam BT_EVT_24G_ATTEMPT_SUCCESS,mem_fifo_temp
-	call ui_ipc_send_event
-p_g24_tx_attemp_dongle_loop_exit:	
-	call p_g24_txbuf_clear
-	branch p_g24_transmit_by_interrupt_enable
 
 p_g24_tx_attemp_data_prep:
 	jam 0xff,mem_24g_common_temp
@@ -610,66 +647,7 @@
 	arg mem_24g_common_temp,rega
 	call p_g24_put_data_in_buff
 	branch p_g24_transmit_prep
-	
-p_g24_attemp_txdata_retry:
-	call mouse_device1_led_on 
-	fetch 2,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 2,mem_24g_check_dongle_times
-	call p_g24_ch
-	branch p_g24_tx_attemp_dongle_loop
-
-p_g24_auto_pair_start:
-	set0 mark_24g,mark
-	call p_g24_auto_pair_all_powerful
-	call p_g24_tx_attemp_data_prep
-p_g24_auto_pair_start_loop:
-	call lpo_calibration
-	nop 2000
-	call p_mouse_get_select_state
-	branch p_g24_start_pairing_sm1,true
-	fetch 1,mem_24g_check_dongle_times+1
-	bbit1 4,p_g24_stop_g24_mode		// 0x1000
-	call p_g24_transmit_receive_ack
-	nbranch p_g24_auto_pair_retry,sync
-	nbranch p_g24_auto_pair_retry,user3
-	call p_g24_ackpayload_parse
-	call p_mouse_tx_power_init
-	fetch 4,mem_24g_addr
-	fetcht 4,mem_24g_paring_addr
-	isub temp,null
-	branch p_g24_start_pairing_sm1,zero
-	branch p_g24_tx_attemp_dongle_succ
-
-p_g24_auto_pair_retry:
-	call mouse_device1_led_on
-	fetch 2,mem_24g_check_dongle_times
-	increase 1,pdata
-	store 2,mem_24g_check_dongle_times
-	fetch 1,mem_24g_auto_paring_switch
-	increase 1,pdata
-	and_into 1,pdata
-	store 1,mem_24g_auto_paring_switch
-	beq 0,p_g24_auto_pair_device_attemp
-	beq 1,p_g24_auto_pair_pair_attemp
-	rtn
-	
-p_g24_auto_pair_all_powerful:
-	jam TX_POWER_PAIR,mem_tx_power
-	setarg 0x0f0f
-	store 2,mem_24g_addr
-	istore 2,contw
-p_g24_ch_syncword_crc8_init:	
-	call p_g24_syncword_crc8
-	branch p_g24_ch
 
-p_g24_auto_pair_device_attemp:
-	call p_g24_auto_pair_all_powerful
-	branch p_g24_auto_pair_start_loop
-
-p_g24_auto_pair_pair_attemp:
-	call p_g24_pair_init
-	branch p_g24_auto_pair_start_loop
 
 p_g24_check_51cmd_stop_24g:
 	set0 mark_24g,mark
@@ -1062,7 +1040,7 @@
 	ior temp,temp
 	invert temp,temp
 	hstoret 4,core_gpio_pd0
-	hfetch 1,core_gpio_pd1	
+	hfetch 1,core_gpio_pd1
 	set0 2,pdata
 	hstore 1,core_gpio_pd1
 	hfetch 1,core_gpio_pd2	//flash hold pin gpio22
@@ -1087,7 +1065,9 @@
 endif
 endif
 	call app_lpm_mult_enable
-	branch p_device_init_common,wake
+	call enable_authrom
+	branch p_device_wake_from_lpm,wake
+p_device_wake_from_power:
 ifdef DEBUGLOG
 ifdef DEBUGLOG_STATUS
 	setarg DEBUGLOG_DTYPE_STATUS
@@ -1097,41 +1077,17 @@
 	call debuglog_push
 endif
 endif
-	jam 0x20,core_gpio_pu0
-ifdef BLE
-	call p_mouse_data_init
-endif
-	fetch 1,mem_tx_power
-	store 1,mem_tx_power_temp
-	call power_ctrl_pac_succ_cnt_init
-	fetch 1,mem_ui_button_timeout
-	store 1,mem_select_ui_button_count	//select key timer init
-	call mouse_bt_discovery_button_down_disable
-p_device_init_common:
-	call p_mouse_init
-	branch enable_authrom
-
-p_mouse_tx_power_init:
-	fetch 1,mem_tx_power_temp
-	store 1,mem_tx_power
-	rtn
-
-p_mouse_init:
-	ncall p_mouse_setting_config,wake
-	call p_mouse_spi_init
-	rtn wake
 ifdef RF_DEBUG
 	call test_gpio_init
 endif
-ifdef MOUSE_SMOOTHER	
-	call p_drawing_optima_init
-endif
-	call p_mouse_cb_fuction
-ifdef G24	
-	call mouse_check_key_gpio
+	call p_wake_from_power
+	fetch 1,mem_power_on_flag
+	bbit1 2,p_mouse_check_reconn_target
+ifdef G24
+	call p_mouse_check_key_gpio
 	beq MOUSE_LM_BUTTON,p_mouse_24g_pairing_button
 endif	
-	branch p_mouse_wakeup_from_power
+//	branch p_mouse_wakeup_from_power
 
 p_mouse_check_reconn_target:
 	call p_mouse_tx_power_init
@@ -1139,7 +1095,7 @@
 	fetch 1,mem_device_flag
 	fetcht 1,mem_24g_device_number
 	isub temp,null
-	rtn zero
+	branch p_mouse_start_24g_mode,zero
 	increase -1,pdata
 	mul32 pdata,29,pdata
 	iadd rega,rega
@@ -1148,9 +1104,19 @@
 ifdef CLASSIC_BT
 	beq REC_3_MODE,p_mouse3_0_check_reconn_target
 endif
-ifdef BLE	
+ifdef BLE
 	beq REC_4_MODE,p_mouse4_0_check_reconn_target
-endif
+endif	
+//	branch p_mouse_null_enter_hibernate_enable	//enter hibernate if it is in its factory state
+	rtn
+
+
+p_device_wake_from_lpm:
+	branch p_mouse_spi_init
+
+p_mouse_tx_power_init:
+	fetch 1,mem_tx_power_temp
+	store 1,mem_tx_power
 	rtn
 
 ifdef CLASSIC_BT
@@ -1189,19 +1155,8 @@
 
 ifdef G24
 p_mouse_24g_pairing_button:
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	rtnbit0 MOUSE_ENABLE_24G
-	rtnbit1 MOSUE_24G_PAIRING_FLAG
-	rtnmark1 mark_24g
-	call mouse_devce_led_off
-	arg MOSUE_24G_PAIRING_FLAG,queue
-	call mouse_enable_function_flag
-	setarg 0
-	store 2,mem_mouse_direct_timer
-	store 1,mem_mouse_send_blank_timer
-	store 2,mem_24g_check_dongle_times
-	call mouse_stop_discovery
-	branch p_g24_start_pairing_sm1
+	jam ZCODE_61,mem_zcode_temp_param0
+	branch p_zcode_entrance
 endif
 
 
@@ -1212,8 +1167,8 @@
 p_mouse_init_sunt:
 	call p_mouse_spi_init
 	call mouse_spi_sdio_gpio_pollup
-	fetch 1,mem_config_sensor_type
-	beq P3610,mouse_init_3610sensor
+//	fetch 1,mem_config_sensor_type
+//	beq P3610,mouse_init_3610sensor
 p_mouse_init_sensor:
 	call mouse_read_sensor_id
 	beq P32XX_ID1,p_mouse_init_p32xx_id2_judge
@@ -1230,8 +1185,19 @@
 
 p_mouse_init_p32xx_id2_judge:
 	call p_mouse_sensor_poweron
-	branch mouse_init_p32xx_id2_judge
+	fetch 1,mem_sensor_id2
+	beq MA8650_ID2,p_mouse_ma8650_init_param
+	branch mouse_init_p32xx_id2_judge+1
 
+p_mouse_ma8650_init_param:
+	setarg 0x8006	// reset to factory settings
+	call twspi_write
+	call delay_10ms
+	jam MA8650,mem_config_sensor_type
+	call mouse_sensor_disable_wp
+	setarg 0x220a
+	call twspi_write
+	branch mouse_sensor_enable_wp
 
 p_mouse_p3065_init_param:
 	call p_mouse_sensor_poweron
@@ -1241,17 +1207,17 @@
 	rtn
 
 p_mouse_sensor_poweron:
+	call p_mouse_spi_init
 	setarg 0x8006	// reset to factory settings
 	call twspi_write
-	nop 12000	
+	nop 12000
 p_mouse_dpi_config:
 	fetch 1,mem_mouse_dpi
 	beq 0xff,mouse_dpi_config
 	branch mouse_seting_dpi+2
 
-	
 p_mouse_sensor_powerdown:
-	call p_mouse_sensor_poweron			// make motion high
+	call p_mouse_spi_init
 	setarg 0x0806
 //	call twspi_read
 //	or pdata,0x08,pdata
@@ -1260,121 +1226,14 @@
 	branch twspi_write	//make sdio high
 
 p_mouse_setting_config:
-ifdef G24
-	call p_g24_set_device_addr
-endif
-	//disable usb function
-//	hfetch 1,core_usb_config
-//	set0 4,pdata
-//	hstore 1,core_usb_config
-	fetcht 1,mem_flash_ncs_gpio
-	call gpio_config_output
-	call mouse_gpio_init
-	call mouse_param_init
-ifdef CLASSIC_BT	
-	call p_mouse_bt_sdp_update
-endif	
-	setarg 0
-	store 2,mem_lpm_interval	
-	call mouse_adc_init
-ifdef BLE	
-	call le_set_config_fixed_ltk
-	call le_set_justwork
-	call le_set_fixed_ltk
-	call le_set_config_read_authentication
-endif
-	call p_le_addr_random_config
-	branch p_mouse_load_flash_info_check
-	
-/*	
-p_mouse_init_iic:
-	call iic_init_390k
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	isolate1 MOUSE_ENABLE_2K_EEPROM,pdata
-	ncall clear_eeprom_size_2k,true
-	call mouse_load_eeprom_dpi
-	call p_mouse_init_environment
-	call p_mouse_set_24g_addr_eeprom
-	branch iicd_read_eep_data
-*/	
-
-ifdef CLASSIC_BT
-p_mouse_bt_sdp_update:
-	call enable_authrom
-	arg 0x8c00,contr
-	arg mem_mouse_uuid_list,contw
-	arg 369,loopcnt
-	call memcpy
-	//Attribute: HID SSR Host Max Latency
-	setarg 0x0f0209
-	istore 3,contw
-	setarg 0x120009
-	istore 3,contw
-	//Attribute: HID SSR Host Min Timeout
-	setarg 0x100209
-	istore 3,contw
-	setarg 0x000009
-	istore 3,contw
-	arg 0x8d71,contr
-	arg 265,loopcnt
-	call memcpy
-	
-	jam 0,mem_mouse_uuid_list+23	//Service Record Handle: 0x 00 01 00 00
-	jam 0x6d,mem_mouse_uuid_list+15	//total length
-	setarg 0x401f
-	store 2,mem_mouse_uuid_list+357	//timeout
-	setarg 0x6d04
-	store 2,mem_mouse_uuid_list+462	//VID
-	setarg 0x16b0
-	store 2,mem_mouse_uuid_list+468	//PID
-
-	setarg mem_mouse_uuid_list				//bt sdp start address
-	store 2,mem_ui_uuid_table
-	rtn
-endif	
-
-/*
-p_mouse_init_environment:
-	call app_initflag_check
-	branch mouse_eeprom_load_recon_info,zero
-	call p_le_addr_random_config
-	branch mouse_init_environment+2
-	
-
-p_app_flag_store:
-	arg 2,temp
-	arg mem_timeup,rega
-	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
-	branch iicd_write_protect_eep_data
-
-p_app_initflag_check:
-	arg 2,temp
-	arg mem_pdatatemp,rega
-	arg MOUSE_EEPROM_MODULE_INIT_FLAG,regb
-	branch app_initflag_check+4
-*/
-
-
-
-//**************************flash*************************************//
-/*
-p_flash_ncs_gpio_init:
-	fetcht 1,mem_flash_ncs_gpio
-	branch gpio_config_output
-
-//nsc gpio ouput low
-p_flash_ncs_enable:
-	fetcht 1,mem_flash_ncs_gpio
-	branch gpio_out_active
-*/
+	jam ZCODE_80,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 //ncs gpio output high
 p_flash_ncs_disable:
 	fetcht 1,mem_flash_ncs_gpio
 	branch gpio_out_inactive
 
-
-
 p_spid_init_flash:
 	jam 0x40,core_spid_ctrl
 	jam 0x0,core_spid_delay
@@ -1397,28 +1256,33 @@
 	branch p_mouse_load_flash_device_info,zero
 	storet 2,mem_store_flag
 	call mouse_ble_init_address
-	jam 2,mem_mouse_dpi
+	fetch 1,mem_config_sensor_motion
+	store 1,mem_mouse_dpi
 	fetch 4,mem_mouse_24g_addr_init
 	store 4,mem_mouse_24g_addr
 	store 4,mem_24g_addr
-	branch p_mouse_store_flash_device_info
-
-
 p_mouse_store_flash_device_info:
 	call p_flash_release_deep_power_down
 	call p_flash_erase_sector
 	call p_mouse_information_flash_parameters
 	call p_spid_write_flash
 	call p_wait_flash_done
-	branch p_mouse_store_random_addr_increase_count
-
-
-p_flash_erase_sector:
+p_mouse_store_random_addr_increase_count:
+	arg 2,temp
+	arg mem_random_addr_increase_count,rega
+	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
 	fetch 3,mem_flash_base
-	store 3,mem_spi_write_addr
-	call flash_erase_sector+2
-	branch p_wait_flash_done
-
+	iadd regb,pdata
+	call p_spid_write_flash
+	call p_wait_flash_done
+	call p_flash_deep_power_down
+	branch p_mouse_spi_init
+	
+p_flash_erase_sector:
+	fetch 3,mem_flash_base
+	store 3,mem_spi_write_addr
+	call flash_erase_sector+2
+	branch p_wait_flash_done
 
 p_spid_write_flash:
 	copy pdata,regc
@@ -1452,13 +1316,11 @@
 	arg mem_mouse_information_start,rega
 	rtn
 
-
 p_mouse_read_flash:
 	call p_flash_release_deep_power_down
 	call p_mouse_information_flash_parameters
 	branch spid_read_flash
 
-
 p_mouse_load_flash_device_info:	
 	call p_mouse_read_flash
 	call p_mouse_load_random_addr_increase_count
@@ -1468,33 +1330,18 @@
 	rtn
 
 p_flash_deep_power_down:
+	jam FLASH_COMMAND_DEEP_POWER_DOWN,mem_temp
+p_spid_write_flash_cmd:
 	call p_spid_init_flash
 	call spid_unlock_flash
 	arg mem_write_flash_head_temp,rega
-	arg FLASH_COMMAND_DEEP_POWER_DOWN,temp
+	fetcht 1,mem_temp
 	branch spid_write_flash_common
 
-
 p_flash_release_deep_power_down:
-	call p_spid_init_flash
-	call spid_unlock_flash
-	arg mem_write_flash_head_temp,rega
-	arg FLASH_COMMAND_RELEASE_DEEP_POWER_DOWN,temp
-	branch spid_write_flash_common
-
+	jam FLASH_COMMAND_RELEASE_DEEP_POWER_DOWN,mem_temp
+	branch p_spid_write_flash_cmd
 	
-p_mouse_store_random_addr_increase_count:
-	arg 2,temp
-	arg mem_random_addr_increase_count,rega
-	arg MOUSE_RANDOM_ADDR_COUNT_EEPROM_OFFSET,regb
-	fetch 3,mem_flash_base
-	iadd regb,pdata
-	call p_spid_write_flash
-	call p_wait_flash_done
-	call p_flash_deep_power_down
-	branch p_mouse_spi_init	
-
-
 
 p_mouse_load_random_addr_increase_count:
 	call p_flash_release_deep_power_down
@@ -1506,25 +1353,6 @@
 	branch spid_read_flash
 
 //**************************end*************************************//
-
-
-p_mouse_wakeup_from_power:
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit0 MOUSE_ENABLE_WAKEUP_FROM_POWER,p_mouse_wakeup_no_from_power
-	fetch 1,mem_wakup_from_power_flag
-	isolate0 gpio_latch,pdata
-	nbranch p_mouse_wakeup_no_from_power,true
-	call p_mouse_init_sunt
-	call p_mouse_sensor_powerdown
-p_mouse_wakeup_no_from_power:
-//	fetch 1,mem_config_function_enable	//standard do not need it
-//	bbit1 ENABLE_SELECT_DEVICE_BY_GPIO_BUTTON,p_mouse_start_reconnect_device
-//	rtnbit1 ENABLE_SELECT_DEVICE_BY_SWITCH
-p_mouse_start_reconnect_device:
-	fetch 1,mem_device_flag
-	beq 0,p_mouse_start_24g_mode
-	beq MODE_G24_DEVICE,p_mouse_start_24g_mode
-	branch p_mouse_check_reconn_target
 	
 p_mouse_start_24g_mode:
 //	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -1548,45 +1376,19 @@
 	loop p_pdata_0xff_check_loop
 	rtn
 
-p_mouse_cb_fuction:
-ifdef G24
-	setarg p_mouse_g24_package_data
-	store 2,mem_cb_24g_data
-endif	
-ifdef BLE
-	setarg p_mouse_le
-	store 2,mem_cb_le_process
-	setarg p_le_mouse_bb_event_connect_complete
-	store 2,mem_cb_att_write
-endif
-ifdef CLASSIC_BT
-	setarg p_mouse_bt
-	store 2,mem_cb_bt_process
-endif	
-	setarg p_mouse_before_lpm
-	store 2,mem_cb_before_lpm
-	setarg p_mouse_priority_bb_event
-	store 2,mem_cb_bb_event_process
-	setarg p_mouse_idle
-	store 2,mem_cb_idle_process
-	setarg p_mouse_before_hibernate
-	store 2,mem_cb_before_hibernate
-	setarg p_mouse_bb_event_timer
-	store 2,mem_cb_event_timer
-	setarg mouse_spi_write_flash_cb
-	store 2,mem_cb_spi_flash_write_complate	
-	rtn
-
 ifdef G24
 p_mouse_g24_package_data:
 	call mouse_g24_package_data
 	fetch 2,mem_mouse_z
 	rtn blank
-	branch p_g24_transmit_by_interrupt_enable
+p_g24_transmit_by_interrupt_enable:
+	jam G24_TX_TIMER_INT_ENABLE,mem_24g_transmit_by_interrupt
+	setarg 0
+	store 2,mem_24g_transmit_by_interrupt_exit_count
+	rtn
 endif	
 	
-ifdef BLE	
-
+ifdef BLE
 p_mouse_le_txbuff_save:
 	arg mem_le_tx_buffer0,contr
 	arg mem_le_tx_buffer0_omemalloc,contw
@@ -1620,21 +1422,10 @@
 	fetch 1,mem_mouse_clear_sensor_data_flag
 	call p_mouse_clear_sensor_data,blank
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit1 MOSUE_24G_PAIRING_FLAG,mouse_le_send_empty_packet
-//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_le_send_empty_packet
 	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_le_send_empty_packet
 	call mouse_motion
 	nrtn user
 	call p_mouse_wheel_trigger
-	branch p_mouse_data_push
-
-p_mouse_data_init:
-	jam 7,mem_mouse_data_queue	//data length
-	jam 4,mem_mouse_data_queue+1	//fifo depth
-	setarg mem_mouse_data_queue
-	store 2,mem_queue_ptr
-	branch queue_init
-
 p_mouse_data_push:
 	arg mem_mouse_key,rega
 	call queue_push
@@ -1654,6 +1445,14 @@
 endif
 endif
 	rtn
+
+p_mouse_data_init:
+	jam 7,mem_mouse_data_queue	//data length
+	jam 4,mem_mouse_data_queue+1	//fifo depth
+	setarg mem_mouse_data_queue
+	store 2,mem_queue_ptr
+	branch queue_init
+
 p_mouse_queue_increase:
 	fetch 1,mem_mouse_data_queue_num
 	increase 1,pdata
@@ -1713,8 +1512,6 @@
 	fetch 1,mem_mouse_clear_sensor_data_flag
 	call p_mouse_clear_sensor_data,blank
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit1 MOSUE_24G_PAIRING_FLAG,mouse_send_empty_data
-//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_send_empty_data
 	bbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG,mouse_send_empty_data
 	bbit1 MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,mouse_send_empty_data
 	call mouse_motion
@@ -1745,36 +1542,22 @@
 	fetch 5,mem_mouse_bt_boot_data
 	istore 5,contw
 	rtn
-endif
-	
+
 p_mouse_clear_sensor_data:
-	call le_set_config_more_data
 	jam 1,mem_mouse_clear_sensor_data_flag
-	branch p_mouse_sensor_poweron
+	call le_set_config_more_data
+	branch p_mouse_init_sensor_reset
+endif
+
+//p_mouse_clear_sensor_data:
+//	call le_set_config_more_data
+//	jam 1,mem_mouse_clear_sensor_data_flag
+//	branch p_mouse_sensor_poweron
 
 p_mouse_idle:
 	call ui_check_paring_button
 	call p_mouse_dpi_check
 	branch mouse_wheel_check
-
-p_gpio_set_input_pd:
-	set0 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	call gpio_set_bit
-	set1 gpio_active_bit,temp
-	arg core_gpio_pd0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	arg core_gpio_oe0,contw
-	branch gpio_set_bit
-
-p_gpio_set_input_pu:
-	set1 gpio_active_bit,temp
-	arg core_gpio_pu0,contw
-	call gpio_set_bit
-	set0 gpio_active_bit,temp
-	branch p_gpio_set_input_pd+4
-
 p_mouse_dpi_check_next:
 	fetcht 1,mem_dpi_button_gpio
 	call gpio_get_bit
@@ -1816,7 +1599,7 @@
 	beq BT_EVT_RECONN_FAILED,p_mouse_bb_event_reconn_failed
 	beq BT_EVT_RECONN_PAGE_TIMEOUT,p_mouse_bb_event_reconn_timeout
 	beq BT_EVT_VIRTUAL_CABLE_UNPLUG,p_mouse_irtual_cable_unplug
-	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch	
+	beq BT_EVT_SWITCH_NOT_ACCEPT,app_bt_role_switch
 	beq BT_EVT_SNIFF_NOT_ACCEPT,p_mouse_sniff_not_accept
 	beq BT_EVT_BB_CONNECTED,p_mouse_bb_event_connected
 	beq BT_EVT_BB_DISCONNECTED,p_mouse_bb_event_disconnected
@@ -1832,19 +1615,13 @@
 ifdef BLE
 p_mouse_le_bb_event_connected:
 	call p_mouse_init_sensor_reset
-	call p_mouse_data_init
-	branch mouse_le_bb_event_connected
+	jam ZCODE_B0,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_le_bb_disconnected:
-	call p_mouse_sensor_powerdown_check
-	setarg LE_INTERVAL_8_75MS
-	store 2,mem_le_interval_min
-	store 2,mem_le_interval_min+2
-	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
-	jam 0,mem_mouse_clear_sensor_data_flag
-	call p_mouse_data_init
-	call le_clr_config_more_data
-	branch mouse_bb_disconnected
+	call p_mouse_sensor_powerdown_check	//sensor power down
+	jam ZCODE_A2,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_le_enc_info:
 p_app_updata_le_param:
@@ -1852,56 +1629,28 @@
 	branch ui_ipc_send_cmd
 
 p_mouse_le_ll_start_encryt:
-	fetch 1,mem_mouse_le_reconnect_flag
-	beq 1,p_mouse_le_ll_reconn_start_encryt
-	branch p_mouse_le_ll_enable_start_enc_flag
-
-p_mouse_le_ll_reconn_start_encryt:
-	call p_app_updata_le_param
-	jam 20,mem_le_start_encrypt_timer
-p_mouse_le_ll_enable_start_enc_flag:
-	arg LL_START_ENC_FLAG,queue
-	branch mouse_le_enable_connect_flag
+	jam ZCODE_B3,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_le_conn_param_update_rsp_recieved:
-	fetch 2,mem_le_l2cap_signaling_conn_param_update_rsp_result
-	rtneq BLE_SIGNALING_CONNECT_PARAMETER_UPDATE_ACCEPTED
-	fetch 1,mem_le_tsniff
-	rshift2 pdata,pdata
-	sub pdata,LE_INTERVAL_15MS,null
-	rtn positive
-	setarg LE_INTERVAL_11_25MS
-	store 2,mem_le_interval_min
-	store 2,mem_le_interval_min+2
-	call p_app_updata_le_param
-	branch p_mouse_le_conn_param_lpm_disable
+	jam ZCODE_A1,mem_zcode_temp_param0
+	branch p_zcode_entrance
 endif
 
 
 ifdef CLASSIC_BT
 p_mouse_bb_event_reconn_timeout:
 p_mouse_bb_event_reconn_failed:
-	fetch 2,mem_ui_state_map
-	rtnbit1 UI_STATE_BTN_DOWN
-	rtnbit1 UI_STATE_BT_DISCOVERY
-	rtnbit1 UI_STATE_BLE_ADV
-	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-	rtnbit1 MOUSE_BT_DISCOVERY_BUTTON_DOWN_FLAG
-//	bbit1 MOUSE_SELECT_DEVICE_FLAG,mouse_soft_reset
-//	bbit1 MOSUE_24G_PAIRING_FLAG,p_g24_start_pairing_sm1
-	branch app_bb_hibernate
+	jam ZCODE_A3,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_irtual_cable_unplug:
 	call mouse_irtual_cable_unplug
 	branch app_bb_hibernate
 
 p_mouse_sniff_not_accept:
-	fetch 1,mem_mouse_enter_sniff_count
-	rtneq 2
-	increase 1,pdata
-	store 1,mem_mouse_enter_sniff_count
-	jam 0x12,mem_sniff_param_interval	//89Hz
-	branch app_bt_enter_sniff
+	jam ZCODE_B1,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_bb_event_connected:
 	jam 0,mem_mouse_send_switch_req_timer
@@ -1909,79 +1658,41 @@
 	branch mouse_stop_discovery
 
 p_mouse_bb_event_disconnected:
-	jam 0,mem_bt_rcvd_switch_req_accept
-	jam 0,mem_bt_send_lmp_setup_complete
-	jam 0,mem_mouse_bt_send_first_package_flag
-	call p_mouse_sensor_powerdown_check
-	branch mouse_bb_disconnected
+	call p_mouse_sensor_powerdown_check	//sensor power down
+	jam ZCODE_B4,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_enter_sniff_check:
-	fetch 1,mem_mouse_enter_sniff_count
-	rtnne 2
-	jam 0,mem_mouse_enter_sniff_count
-	jam 0x0e,mem_sniff_param_interval	//89Hz
-	branch app_bt_enter_sniff
-	
+	jam ZCODE_B2,mem_zcode_temp_param0
+	branch p_zcode_entrance
 endif
 
 ifdef G24
 p_mouse_24g_pairing_complete:
 	call p_mouse_init_sensor_reset
-
-	jam 1,mem_mouse_24g_enter_lpm_enable
-	arg MOSUE_24G_PAIRING_FLAG,queue
-	call mouse_disable_function_flag
-	setarg 0
-	store 2,mem_24g_pairing_timer_count
-	jam 0,mem_mouse_move_flag
-	
-	//fetch 1,mem_config_sensor_type
-	//sub pdata,P3610,null
-	//call mouse_read_sensor3610_data,zero
-	//ncall mouse_read_sensor_common,zero
-	call mouse_read_sensor_common
-
-	call p_mouse_tx_power_init
-
-//	call p_mouse_read_flash
-	
-	fetch 4,mem_24g_addr
-	store 4,mem_mouse_24g_addr
-
-	branch p_mouse_store_flash_device_info
+	jam ZCODE_92,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_24g_attempt_fail:
-	call p_mouse_sensor_powerdown_check
-	jam G24_TX_TIMER_INT_DISABLE,mem_24g_transmit_by_interrupt
-	call p_mouse_tx_power_init
-	call p_g24_check_51cmd_stop_24g
-	jam 0,mem_link_key_exists
-	call p_mouse_setgpio_hibernate
-	branch app_enter_hibernate
+	call p_mouse_sensor_powerdown_check	//sensor power down
+	jam 0,mem_retry_count
+	jam ZCODE_A0,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_mouse_24g_attempt_success:
+//	call p_mouse_null_enter_hibernate_disable
 	call p_mouse_init_sensor_reset
-	branch mouse_no_data_timer_init	
+p_mouse_24g_no_data_timer_init:
+	setarg 0x2ee0	//20min
+	store 2,mem_mouse_no_data_timer
+	rtn
 endif
 
-
 p_mouse_before_hibernate:
-	enable user
-	hfetch 4,0x8138
-	setflag user,26,pdata
-	hstore 4,core_lpm_reg
-	call lpm_write_ctrl
 	call p_mouse_sensor_powerdown_check
-	call disable_authrom
-	call mouse_devce_led_off
-	call mouse_before_hibernate_wheel_gpio_set
-	call p_mouse_setgpio_hibernate		// reconnect fail no set pd0~3
-	call p_flash_deep_power_down
-	hfetch 1,core_gpio_sel1
-	and pdata,0xf7,pdata
-	hstore 1,core_gpio_sel1  //disable flash spi
-	rtn
-	
+	jam ZCODE_A4,mem_zcode_temp_param0
+	branch p_zcode_entrance
+
 p_mouse_sensor_powerdown_check:
 	fetch 1,mem_mouse_init_sensor_reset_flag
 	rtn blank
@@ -1990,10 +1701,11 @@
 
 
 p_mouse_bb_event_timer:
-ifdef ADC_ENABLE	
+ifdef ADC_ENABLE
 	call p_mouse_adc_read
 	call p_mouse_low_voltage_led_timer
 endif
+//	call p_mouse_dpi_check
 	call p_mouse_wheel_trigger_timer
 	call p_mouse_dpi_led_blink_delay_timer
 
@@ -2039,7 +1751,7 @@
 p_mouse_le_enable_att_list_timer:
 	arg mem_le_start_encrypt_timer,regc
 	arg mouse_le_write_enable,regb
-	branch timer_single_step	
+	branch timer_single_step
 endif
 
 p_mouse_wheel_trigger_timer:
@@ -2049,12 +1761,40 @@
 p_mouse_wheel_trigger_disable:
 	jam 0,mem_mouse_wheel_trigger
 	rtn
+/*
+p_mouse_bt_discovery_check:
+	fetch 1,mem_device_flag
+	rtneq MODE_24G_DEVICE
+//	fetch 1,mem_config_function_enable
+//	bbit1 ENABLE_BT_BUTTON,mouse_bt_discovery_by_button
+	call p_mouse_bt_discovery_by_button
+p_mouse_bt_discovery_commbination_key:
+	fetch 1,mem_discovery_on_flag
+	rtneq DIS_BT_BUTTON
+	call p_mouse_check_key_gpio
+	beq MOUSE_LM_BUTTON,p_mouse_bt_discovery_commbination_key_down
+p_mouse_bt_discovery_commbination_key_up:
+	fetch 1,mem_ui_button_timeout
+	store 1,mem_combination_ui_button_count	//combination key timer init
+	jam DIS_BUTTON_UP,mem_discovery_on_flag
+	fetch 1,mem_bt_discovey_button_statue
+	rtneq DPI_BUTTON_STATE_UP
+	jam DPI_BUTTON_STATE_UP,mem_bt_discovey_button_statue
+	arg MOUSE_BT_DISCOVERY_BUTTON_LONG_DOWN_FLAG,queue
+	call mouse_disable_function_flag
+	branch mouse_bt_discovery_button_down_disable
+p_mouse_bt_discovery_commbination_key_down:
+	jam DIS_COMM_BUTTON,mem_discovery_on_flag
+	jam 40,mem_mouse_null_enter_hibernate_timer
+	call p_mouse_bt_discovery_timer
+	branch mouse_bt_discovery_commbination_key_down+1
+*/
+
 
 p_mouse_bt_discovery_timer:
 	arg mem_select_ui_button_count,regc
 	arg p_mouse_long_button_bt_discovery,regb
 	branch timer_single_step
-	
 p_mouse_long_button_bt_discovery:
 	fetcht 1,mem_device_flag
 	fetch 1,mem_24g_device_number
@@ -2095,7 +1835,8 @@
 	fetch 1,mem_select_device_button_statue
 	rtneq PB_BUTTON_STATE_UP
 	fetch 1,mem_select_ui_button_count
-	ncall p_mouse_ready_reconnection_by_button,blank
+	sub pdata,25,null
+	ncall p_mouse_ready_reconnection_by_button,positive		// press button less than 500ms
 	fetch 1,mem_ui_button_timeout
 	store 1,mem_select_ui_button_count	//combination key timer init 
 	jam PB_BUTTON_STATE_UP,mem_select_device_button_statue	
@@ -2118,6 +1859,36 @@
 
 
 	
+/*
+
+p_mouse_null_enter_hibernate_timer:
+	fetch 1,mem_mouse_null_enter_hibernate_flag
+	rtn blank
+	fetch 1,mem_mouse_null_enter_hibernate_timer
+	branch p_mouse_null_enter_hibernate,blank
+	increase -1,pdata
+	store 1,mem_mouse_null_enter_hibernate_timer
+	rtn
+p_mouse_null_enter_hibernate:
+	jam 0,mem_mouse_null_enter_hibernate_flag
+	branch app_enter_hibernate
+p_mouse_null_enter_hibernate_enable:	//ble never connected
+	jam 1,mem_mouse_null_enter_hibernate_flag
+	jam 40,mem_mouse_null_enter_hibernate_timer	//lmr 3s
+	rtn
+p_mouse_null_enter_hibernate_disable:	//ble never connected
+	jam 0,mem_mouse_null_enter_hibernate_flag
+	jam 0,mem_mouse_null_enter_hibernate_timer	//lmr 3s
+	rtn	
+//p_mouse_null_enter_hibernate_check:
+//	fetch 2,mem_ui_state_map
+//	rtnbit1 UI_STATE_BLE_CONNECTED
+//	rtnbit1 UI_STATE_BT_CONNECTED
+//	rtnmark1 mark_24g
+//	branch p_mouse_null_enter_hibernate_enable
+*/
+	
+
 ifdef ADC_ENABLE
 p_mouse_adc_read:
 //	fetch MOUSE_FLAG_LEN,mem_mouse_flag
@@ -2127,6 +1898,9 @@
 	store 1,mem_adc_read_timer
 	sub pdata,10,null              //1s read adc
 	rtn positive
+	
+	call adc_init_data
+	
 	jam 0,mem_adc_read_timer
 	call adc_set_mode
 	call vdd_calculate_by_mode
@@ -2134,10 +1908,11 @@
 	arg mem_mouse_vdd_calculate_set,rega
 	call p_adc_bat_percent_lowpower_out
 	fetch 1,mem_adc_power_flag
-//	bbit1 1,app_enter_hibernate
+	bbit1 1,app_enter_hibernate
 	bbit0 0,p_mouse_adc_no_low_voltage
 	jam 1,mem_mouse_adc_last_low_voltage_flag
 	branch mouse_adc_low_voltage
+
 p_mouse_adc_no_low_voltage:
 	call mouse_adc_no_low_voltage
 	jam 12,mem_adc_low_volatage_led_timer_count
@@ -2203,7 +1978,97 @@
 	jam UI_LED_STATE_BLINK_START,mem_mouse_led_type
 	rtn
 
+p_mouse_motion:
+	disable user
+	setarg 0
+	store 6,mem_mouse_x
+	call mouse_cheak_sensor_data
+	call mouse_zwheel
+	call mouse_t_zwheel
+	call p_mouse_key
+ifdef MOUSE_SMOOTHER	
+	nbranch p_drawing_optima_init,user
+	call p_drawing_optima
+else
+	nrtn user
+endif
+	branch mouse_motion+9
+
+
+p_mouse_key:
+	call p_mouse_check_key_gpio
+	branch mouse_key+1
+
+p_mouse_check_key_gpio:
+	arg 0,rega
+	call p_mouse_check_lkey_gpio
+	call p_mouse_check_rkey_gpio
+	call p_mouse_check_mkey_gpio
+//	call p_mouse_check_skey_gpio
+	branch mouse_check_key_gpio_output
+//p_mouse_check_skey_gpio:
+//	fetch 1,mem_bk_button_gpio
+//	rtneq GPIO_DISABLE
+//	call p_mouse_check_bk_key_gpio
+//	branch p_mouse_check_fw_key_gpio
+	
+p_mouse_check_lkey_gpio:
+	fetcht 1,mem_lbutton_gpio
+	call p_gpio_set_input_pu
+	fetcht 1,mem_lbutton_gpio
+	call gpio_get_bit
+	setflag true,0,rega			//true = 1,input low level
+	rtn
+p_mouse_check_rkey_gpio:
+	fetcht 1,mem_rbutton_gpio
+	call p_gpio_set_input_pu
+	fetcht 1,mem_rbutton_gpio
+	call gpio_get_bit
+	setflag true,1,rega			//true = 1,input low level
+	rtn
+p_mouse_check_mkey_gpio:
+	fetcht 1,mem_mbutton_gpio
+	call p_gpio_set_input_pu
+	fetcht 1,mem_mbutton_gpio
+	call gpio_get_bit
+	setflag true,2,rega			//true = 1,input low level
+	rtn
+//p_mouse_check_bk_key_gpio:
+//	fetcht 1,mem_bk_button_gpio
+//	call p_gpio_set_input_pd
+//	fetcht 1,mem_bk_button_gpio
+//	call gpio_get_bit
+//	nsetflag true,3,rega
+//	branch p_gpio_set_input_pu
+//p_mouse_check_fw_key_gpio:
+//	fetcht 1,mem_fw_button_gpio
+//	call p_gpio_set_input_pd
+//	fetcht 1,mem_fw_button_gpio
+//	call gpio_get_bit
+//	nsetflag true,4,rega
+//	branch p_gpio_set_input_pu
+
+p_gpio_set_input_pd:
+	set0 gpio_active_bit,temp
+	arg core_gpio_pu0,contw
+	call gpio_set_bit
+	set1 gpio_active_bit,temp
+p_gpio_set_input_pd4:	
+	arg core_gpio_pd0,contw
+	call gpio_set_bit
+	set0 gpio_active_bit,temp
+	arg core_gpio_oe0,contw
+	branch gpio_set_bit
+
+p_gpio_set_input_pu:
+	set1 gpio_active_bit,temp
+p_gpio_set_input_pu1:	
+	arg core_gpio_pu0,contw
+	call gpio_set_bit
+	set0 gpio_active_bit,temp
+	branch p_gpio_set_input_pd4
 
+	
 p_mouse_bb_event_discovery_btn:
 	jam 0,mem_mouse_poweron_led_timer
 ifdef G24	
@@ -2212,62 +2077,16 @@
 endif
 	branch mouse_bb_event_discovery_btn+1
 
-
+ifdef BLE
 p_le_addr_random_config:
-	call load_adc_init
-	fetch 2,mem_0_5_adc_io_data	//adc data from otp
-	nbranch p_le_otp_adc_empty,blank
-	setarg 0x1122
-p_le_otp_adc_empty:
-	store 2,mem_random_addr_increase_count
-	rtn
-	
+	jam ZCODE_81,mem_zcode_temp_param0
+	branch p_zcode_entrance	
 
 p_mouse_start_discovery:
-	call p_mouse_tx_power_init
-	jam 0,mem_mouse_clear_sensor_data_flag
-	fetch 2,mem_ui_state_map
-	bbit1 UI_STATE_BLE_ADV,p_mouse_start_discovery_norandom
-//	fetch MOUSE_FLAG_LEN,mem_mouse_flag
-//	bbit0 MOUSE_ENABLE_BLE_RANDOM_ADDRE,p_mouse_start_discovery_norandom
-ifdef BLE
-	call p_mouse_load_random_addr_increase_count
-	fetcht 2,mem_random_addr_increase_count
-	increase 1,temp
-	storet 2,mem_random_addr_increase_count
-	storet 2,mem_le_lap+1
-	call p_mouse_store_random_addr_increase_count
-	random pdata
-	store 1,mem_le_lap
-endif
-p_mouse_start_discovery_norandom:
-	call app_lpm_mult_disable
-	fetch 2,mem_discovery_timeout
-	store 2,mem_mouse_discovery_timer
-	jam 6,mem_connection_options
-	setarg 0
-	store 2,mem_mouse_no_data_timer
-	store 2,mem_mouse_direct_timer
-	arg MOUSE_STORE_EEPROM_FLAG,queue
-	call mouse_enable_function_flag
-	call mouse_bt_discovery_button_down_disable
-	fetch 1,mem_device_option
-	isolate1 MODE_4_MOUSE,pdata
-	call p_check_51cmd_adv,true
-	jam 0,mem_mouse_bt_reconnect_flag
-	branch mouse_start_discovery_norandom+13
-	
+	jam ZCODE_50,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
-p_check_51cmd_adv:
-	jam 0,mem_mouse_le_reconnect_flag
-	call p_le_check_adv_flag
-	setarg ADV_FLAG_BREDR_NOT_SUPPORTED |ADV_FLAG_LIMITED_DISCOVERABLE
-	istore 1,contr
 
-	arg mem_le_adv_swift_pair,contr
-	call p_le_adv_data_update
-	
-	branch check_51cmd_adv
 
 p_le_adv_data_update:
 	arg mem_le_adv_data+11,contw
@@ -2307,44 +2126,12 @@
 	branch le_receive_skip+2
 
 p_le_update_param:
-	call p_mouse_le_conn_param_check
-	branch le_update_param+8
-p_mouse_le_lpm_mult_reinit:
-	fetch 1,mem_lpm_mult_init
-	store 1,mem_lpm_mult
-p_mouse_le_conn_param_lpm_enable:
-	jam LE_LPM_ENABLE,mem_mouse_le_conn_param_reject
-	rtn
-p_mouse_le_conn_param_lpm_disable:
-	jam LE_LPM_DISABLE,mem_mouse_le_conn_param_reject
-	rtn
-p_mouse_le_conn_param_check:
-	fetch 1,mem_le_new_conninterval
-	sub pdata,LE_INTERVAL_15MS,null
-	nbranch p_mouse_le_conn_param_lpm_disable,positive
-	fetch 1,mem_le_new_connslavelatency
-	fetcht 1,mem_lpm_mult_init
-	isub temp,null
-	branch p_mouse_le_lpm_mult_reinit,positive
-	fetch 1,mem_le_new_connslavelatency
-	store 1,mem_lpm_mult
-	branch p_mouse_le_conn_param_lpm_enable
+	jam ZCODE_40,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_le_update_channel_map:
-	fetch 1,mem_le_state
-	rtnbit0 lestate_update_map
-	call p_le_channel_map_overflow_check
-	nrtn user
-	branch le_update_channel_map+3
-p_le_channel_map_overflow_check:
-	enable user
-	fetch 1,mem_le_event_count+1
-	rshift4 pdata,pdata
-	rtnne 0x0f
-	fetch 1,mem_le_instant+1
-	rshift4 pdata,pdata
-	rtnne 0x00
-	branch disable_user
+	jam ZCODE_41,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_le_prepare_tx:
 	fetch 1,mem_le_arq
@@ -2418,7 +2205,7 @@
 	fetch 1,mem_le_connect_status_flag
 	and pdata,0x03,pdata
 	rtneq 0x03
-	jam 10,mem_le_start_encrypt_timer
+	jam 1,mem_le_start_encrypt_timer
 	rtn
 
 p_le_parse:
@@ -2462,7 +2249,7 @@
 	beq ATTOP_READ_BY_GROUP_TYPE_REQUEST,p_le_parse_att_read_by_group_type_request
 	rshift8 pdata,temp
 	sub temp,0x24,null
-	branch le_parse_att+2,positive
+	branch p_le_parse_att1,positive
 	arg mem_mouse_le_uuid_sup,temp
 	storet 2,mem_ui_le_uuid_table
 	call le_parse_att+2
@@ -2486,16 +2273,57 @@
 	istore 2,contr
 	rtn
 
+p_le_parse_att1:
+	beq ATTOP_READ_REQUEST,p_le_parse_att_read_request
+	branch le_parse_att+2
+p_le_parse_att_read_request:
+	fetcht 2,mem_le_att_handle
+	fetch 1,mem_le_configuration
+	bbit1 BIT_BLE_READ_AUTH,p_le_send_att_read_response_check_auth
+p_le_send_att_read_response:
+//	call le_att_get_handle_ptr
+//	branch le_send_att_error_response_notfound,blank
+//	increase -2,contr
+//	ifetch 2,contr
+//	arg UUID_CHRCTR_PNP_ID,temp
+//	isub temp,null
+//	branch p_le_send_att_pnp_id,zero
+	
+	fetch 2,mem_le_att_handle
+	beq 0x13,le_send_att_error_response_notfound
+
+	fetcht 2,mem_le_att_handle
+	branch le_send_att_read_response
+
+//p_le_send_att_pnp_id:
+//	call store_contr
+//	fetch 1,mem_le_att_pnp_id_len
+//	add pdata,1,rega
+//	call le_fifo_malloc_tx_l2cap_gatt
+//	setarg ATTOP_READ_RESPONSE
+//	istore 1,contw
+//	fetch 1,mem_le_att_pnp_id_len
+//	copy pdata,loopcnt
+//	arg mem_le_att_pnp_id,contr
+//	branch memcpy
+
+p_le_send_att_read_response_check_auth:
+	fetch 2,mem_le_pairing_handle
+	isub temp,null
+	nbranch p_le_send_att_read_response,zero
+	call le_check_encrypt_state
+	nbranch p_le_send_att_read_response,user
+	jam ATT_ERR_INSUFFICIENT_AUTHENTICATION,mem_le_err_code
+	branch le_send_att_error_response
+	
+
 p_le_parse_smp:
 	ifetch 1,contr
 	beq SMP_PAIRING_FAILED,p_le_parse_smp_pairing_failed
 	branch le_parse_smp+1
 p_le_parse_smp_pairing_failed:
-	call le_parse_smp_pairing_failed
-	fetch 1,mem_le_state	//disable update conn param
-	set0 lestate_update_param,pdata
-	store 1,mem_le_state
-	branch le_parse_terminate_ind
+	jam ZCODE_82,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_le_adv_not_match:
 	fetch 1,mem_le_ch_mapped
@@ -2560,22 +2388,8 @@
 
 ifdef CLASSIC_BT
 p_page_wait_fhs_reply_ok:
- 	fetch 1, mem_page_rcv_fhs
-	increase 1,pdata
-	store 1, mem_page_rcv_fhs
-	call prepare_newconn
-p_master_newconn_loop:
- 	set1 mark_first_packet,mark
-	call master_newconn_once
-	branch p_newconn_poll_responded,sync
-	set0 mark_first_packet,mark
-	call new_conn_timeout
-	nbranch p_master_newconn_loop,blank
-	branch page_restart	
-
-p_newconn_poll_responded:
-	set0 mark_first_packet,mark
-	branch newconn_poll_responded
+	jam ZCODE_00,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_role_switch_master:
 	call role_switch_check
@@ -2611,9 +2425,18 @@
 	branch roles_replyto_fhs+4
 
 p_process_dmh:
-	bmark1 mark_first_packet,end_of_packet			
+	bmark1 mark_first_packet,end_of_packet
 	branch process_dmh+1
 
+p_quit_connection_cont:
+	call app_disconn_reason_collect_bt
+	call sniff_exit
+	jam BT_EVT_BB_DISCONNECTED,mem_fifo_temp
+	call ui_ipc_send_event
+	call init_lmp_work
+	call l2cap_init_work
+	branch quit_connection_cont+8
+
 p_prepare_tx:
 	fetch 1,mem_state
 	isolate1 state_inconn,pdata
@@ -2681,48 +2504,13 @@
 	jam 0,mem_current_sniff_timeout
 	rtn	
 
-
 p_mouse_bb_disconnected:
-	jam 0,mem_mouse_enter_sniff_count
-	jam 0x0e,mem_sniff_param_interval	//115Hz
-	call mouse_bb_discon_clear_stack
-	fetch APP_DISC_RSN_SIZE,mem_app_disconn_reason
-	bbit1 APP_DISC_BLE,mouse4_0_event_bb_disconn
-	bbit1 APP_DISC_BY_BUTTON,app_disconn_reason_clear
-	bbit1 APP_DISC_AFTER_PAIRING,p_mouse_event_light_state_pairing
-	bbit1 APP_DISC_AFTER_RECONN,p_mouse_event_light_state_hibernate
-	bbit1 APP_DISC_AFTER_SNIFF,p_mouse_event_light_state_hibernate
-	branch mouse_start_discovery
-	
-p_mouse_event_light_state_pairing:
-	bbit1 APP_DISC_AFTER_HANDSHAKE,p_mouse_event_light_state_hibernate
-	bbit1 APP_DISC_AFTER_SNIFF,p_mouse_event_light_state_hibernate
-	branch mouse_start_discovery
-p_mouse_event_light_state_hibernate:
-	fetch 2,mem_ui_state_map
-	bbit1 UI_STATE_BTN_DOWN,mouse_start_discovery
-	call app_disconn_reason_clear
-	call p_mouse_get_select_state
-	rtn true
-	branch app_bb_hibernate
+	jam ZCODE_10,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_hid_rx_process:
-	fetch 2,mem_l2cap_payload_ptr
-	copy pdata,contr
-	ifetch 1,contr
-	store 1,mem_l2cap_rcv
-	and pdata,0x0f,temp
-	rshift4 pdata,pdata //hidtype
-	beq hid_type_set_protocol,p_hid_rx_set_protocol
-	branch hid_rx_process+6
-p_hid_rx_set_protocol:
-	call hid_rx_process_handshake
-	jam 0,mem_mouse_bt_boot_mode
-	fetch 1,mem_l2cap_rcv
-	isolate1 0,pdata
-	rtn true
-	jam 1,mem_mouse_bt_boot_mode	//boot mode
-	rtn
+	jam ZCODE_11,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_parse_lmp_accepted:
 	fetch 1,mem_rxbuf+1
@@ -2737,109 +2525,9 @@
 	jam 2,mem_bt_send_lmp_setup_complete
 	rtn
 
-
 p_send_lmp:
-	disable user
-	call lmo_fifo_process
-
-ifdef DEBUGLOG
-ifdef DEBUGLOG_SEND_LMP
-	setarg DEBUGLOG_DTYPE_SEND_LMP
-	store 2,mem_debuglog_datatype
-//	fetch 1,mem_lmi_opcode
-//	store 1,mem_debuglog_dataval+1
-//	fetch 1,mem_lmp_to_send
-//	store 1,mem_debuglog_dataval
-	fetch 1,mem_lmp_to_send
-	store 2,mem_debuglog_dataval
-	ncall debuglog_push,blank
-endif
-endif
-	
-	fetch 1,mem_lmp_to_send
-	rtn blank
-	bbit1 7,p_send_lmp_escape
-	beq LMP_ACCEPTED,p_send_lmp_accepted
-	beq LMP_SETUP_COMPLETE,p_send_lmp_setup_complete
-	beq LMP_SNIFF_REQ, p_send_lmp_sniff_req
-	beq LMP_DETACH,p_send_lmp_detach
-	branch send_lmp0
-p_send_lmp_escape:
-	beq LMP_EXT_FEATURES_RES,p_send_lmpext_features_res
-	beq LMP_EXT_FEATURES_REQ,p_send_lmpext_features_req	
-	branch send_lmp_escape
-p_send_lmpext_features_res:
-	call p_check_ssp_enable
-	fetch 1,mem_lmp_to_send
-	branch send_lmpext_features_res
-p_send_lmpext_features_req:
-	call p_check_ssp_enable
-	fetch 1,mem_lmp_to_send
-	branch send_lmpext_features_req
-p_check_ssp_enable:
-	fetch 1,mem_ssp_enable 
-	branch ssp_disable,blank
-	branch ssp_enable
-
-p_send_lmp_setup_complete:
-	jam 1,mem_bt_send_lmp_setup_complete
-	branch send_lmp_setup_complete
-
-p_send_lmp_sniff_req:
-	jam 4,mem_mouse_bt_send_first_package_timer
-	branch send_lmp_sniff_req
-	
-p_send_lmp_detach:
-/*
-	force 2,pdata
-	call msg_send_lmp
-	fetch 1,mem_disconn_reason_send
-	istore 1,contw
-	call send_lmp_request
-	fetch  1,mem_mouse_bt_reconnect_flag
-	branch prepare_disconnect,blank
-	branch p_mouse_sensor_powerdown_check
-*/
-	call send_lmp_detach
-	fetch  1,mem_mouse_bt_reconnect_flag
-	rtn blank
-	fetch 1,mem_op
-	set0 op_disconn,pdata
-	store 1,mem_op
-	branch p_mouse_sensor_powerdown
-
-
-p_send_lmp_accepted:
-	force 2,pdata
-	call msg_send_lmp
-	fetch 1,mem_lmi_opcode
-	istore 1,contw
-	store 1,mem_lmi_opcode_temp
-	call send_lmp_follow
-ifdef DEBUGLOG
-ifdef DEBUGLOG_MISC
-	setarg DEBUGLOG_DTYPE_MISC
-	store 2,mem_debuglog_datatype
-	fetch 1,mem_lmi_opcode_temp
-	store 1,mem_debuglog_dataval
-	call debuglog_push	
-endif
-endif
-	fetch 1,mem_lmi_opcode_temp
-	beq LMP_MAX_SLOT_REQ,p_send_lmp_accepted_max_slot_req	//sumsung a5100 patch
-	branch send_lmp_accepted+7
-
-
-p_send_lmp_accepted_max_slot_req:
-	fetch 1,mem_bt_rcvd_switch_req_accept
-	rtn blank
-	jam 0,mem_bt_rcvd_switch_req_accept
-	fetch 1,mem_bt_send_lmp_setup_complete
-	rtnne 2
-	jam 1,mem_bt_send_max_slot_req_accept_after_switch
-	copy clkn_bt,pdata
-	store 4,mem_aurand_send_delay_time
-	rtn
+	jam ZCODE_20,mem_zcode_temp_param0
+	branch p_zcode_entrance
 
 p_process_conn_sm:
 	call lmo_fifo_check
@@ -2862,7 +2550,6 @@
 	beq CONN_SM_WAIT_SWITCH_AFTER_HOST_CONNECTION,p_host_creat_conn_wait_switch
 	branch process_conn_sm_continue+2
 
-
 p_host_creat_conn_wait_switch:
 	fetch 1,mem_switch_flag
 	rtneq SWITCH_FLAG_INIT
@@ -2903,18 +2590,15 @@
 	jam 20,mem_mouse_send_switch_req_timer
 	branch host_create_conn_send_conn_req
 
-
-
-ifdef DEBUGLOG	
+	
+ifdef DEBUGLOG
 p_parse_lmp_opcode:
 ifdef DEBUGLOG
 ifdef DEBUGLOG_PARSE_LMP
 	setarg DEBUGLOG_DTYPE_PARSE_LMP
 	store 2,mem_debuglog_datatype
-//	fetch 1,mem_rxbuf+1
-//	store 1,mem_debuglog_dataval+1 
-//	fetch 1,mem_lmi_opcode2
-//	store 1,mem_debuglog_dataval
+	fetch 1,mem_rxbuf+1
+	store 1,mem_debuglog_dataval+1 
 	fetch 1,mem_lmi_opcode2
 	store 2,mem_debuglog_dataval
 	call debuglog_push 
@@ -2922,7 +2606,6 @@
 endif
 	branch parse_lmp+21
 
-
 p_process_upper_sm_reconn:
 	fetch 1,mem_upper_sm_reconn
 	rtn blank
@@ -2997,10 +2680,6 @@
 	fetch 6,mem_plap	
 p_flash_store_reconn_info:
 	store 6,mem_temp_lap
-//	fetch 1,mem_device_option
-//	beq dvc_op_module,check_51cmd_update_device_record
-//	bbit1 dvc_op_mouse,p_mouse_store_remote_bdaddr
-//	rtn
 p_mouse_store_remote_bdaddr:
 	fetch MOUSE_FLAG_LEN,mem_mouse_flag
 	rtnbit0 MOUSE_STORE_EEPROM_FLAG
@@ -3063,7 +2742,7 @@
 	rtnbit1 UI_STATE_BLE_ADV
 	rtnbit1 UI_STATE_BT_RECONNECT
 	rtnbit1 UI_STATE_BT_DISCOVERY
-
+	
 	arg mem_rssi_signal_buf,rega
 	call p_rssi_average
 	storet 1,mem_rssi_avg_received
@@ -3142,7 +2821,6 @@
 	call debuglog_push
 endif
 endif
-
 	jam TX_POWER_5DB,mem_tx_power
 	rtn
 	
@@ -3261,29 +2939,55 @@
 	branch shutdown_radio+1
 
 
-ifdef RF_DEBUG
-test_gpio_init:
-	arg TEST_GPIO,temp
-	call gpio_config_output
-test_gpio_low:
-	arg TEST_GPIO,temp
-	call gpio_out_active
-	nop 10
-	rtn
-test_gpio_high:
-	arg TEST_GPIO,temp
-	call gpio_out_inactive
-	nop 10
-	rtn
-
-test_h_l:
-	call test_gpio_high
-	branch test_gpio_low
-test_h_l_h:
-	call test_gpio_high
-	call test_gpio_low	
-	branch test_gpio_high
+// input : mem_zcode_temp_param0 ---- zocde number(0~1f)
+p_zcode_entrance:
+ifdef DEBUGLOG
+ifdef DEBUGLOG_MISC
+	setarg DEBUGLOG_DTYPE_MISC
+	store 2,mem_debuglog_datatype
+	fetch 1,mem_zcode_temp_param0
+	store 1,mem_debuglog_dataval
+	fetch 1,mem_zcode_current_number
+	istore 1,contw
+	call debuglog_push	
 endif
+endif
+	fetcht 1,mem_zcode_temp_param0 // zcode number @ high 4bit
+	rshift4 temp,temp
+	fetch 1,mem_zcode_current_number
+	isub temp,null
+	branch p_zcode_run,zero // if this zcode is already loaded, do not load again
+	storet 1,mem_zcode_current_number
+	increase 1,temp
+	setarg ZCODE_BUFF_SIZE
+	imul32 temp,temp
+	fetch 3,mem_xip_flash_offset
+	isub temp,pdata
+
+	fetcht 3,mem_flash_start_addr
+	iadd temp,pdata
+	increase -5,pdata
+	store 3,mem_flash_address
+	
+	call p_flash_release_deep_power_down
+	fetch 3,mem_flash_address
+	arg ZCODE_BUFF_SIZE,temp
+	arg mem_zcode_buff,rega
+	call spid_read_flash
+	
+	call p_mouse_spi_init
+	
+	setarg mem_zcode_buff
+	store 2,mem_patch_ptr
+	jam ZCODE_CODE_SIZE,mem_patch_len
+	call load_ucode
+	setarg 0
+	store 4,mem_patch_ptr
+p_zcode_run:
+	fetch 1,mem_zcode_temp_param0
+	branch p_zcode
+
+
 
 ifdef DEBUGLOG 
 pdata_push:
@@ -3330,7 +3034,7 @@
 	setarg mem_module_tx_buf		//TX BUF Start Addr
 	hstore 2,core_uart_tsaddr
 
-	setarg mem_module_tx_buf_end	//TX buf End Addr
+	setarg 0x1eff	//TX buf End Addr
 	hstore 2,core_uart_teaddr
 	
 	setarg mem_module_rx_buf		//RX buf RPTR
@@ -3375,1017 +3079,264 @@
 	istore 8,contwu
 	call uartd_send
 	branch pdata_pull 
-endif	
-/*
-p_le_savelist:
-	fetch 1,mem_mouse_key
-	bbit0 0,p_le_savelist1
-	fetch 1,mem_lpm_mode
-	bbit1 1,p_le_savelist1
-	jam 0,mem_seqi
-p_le_savelist1:
-	fetch 4,mem_sync_clke
-	store 4,mem_pdatatemp
-	deposit auxcnt
-	istore 1,contw
-	fetch 1,mem_le_ch_mapped
-	istore 1,contw
-	fetch 2,mem_le_event_count
-	arg 0x0fff,contr
-	iand contr,pdata
-	setflag match,15,pdata
-	setflag wake,14,pdata
-	setflag sync,13,pdata
-	setflag attempt,12,pdata
-	istore 2,contw
-
-
-p_save1:
-	call p_savelist1
-	fetch 1,mem_context
-	rtnbit0 state_inconn
-	fetch 1,mem_lpm_mode
-	rtnbit1 1
-	fetch 1,mem_mouse_z
-	rtn blank
-	jam 3,mem_lpm_mode
-	jam 0,mem_seqi
-	rtn
-
-
-p_savelist:
-	store 8,mem_pdatatemp
-p_savelist1:
-	fetch 1,mem_seqi
-	rtneq 0x7f
-	and_into 0x7f,pdata
-	lshift3 pdata,pdata
-	arg 0x4c00,contw
-	iadd contw,contw
-	fetch 8,mem_pdatatemp
-	istore 8,contw
-	fetch 1,mem_seqi
-	isolate1 7,pdata
-	increase 1,pdata
-	and_into 0x7f,pdata
-	setflag true,7,pdata
-	store 1,mem_seqi
-	fetch 8,mem_pdatatemp
-	rtn	
-
+endif
 
-p_hci_log:
-	fetch 1,0x4c00
-	increase 1,pdata
-	sub pdata,50,null
-	branch p_hci_log_calc_ptr,positive
-	setarg 0
-p_hci_log_calc_ptr:
-	store 1,0x4c00
-	arg 8,temp
-	imul32 temp,pdata
-	arg 0x4c08,contw
-	iadd contw,contw
-p_hci_log_write_content:
-	fetch 1,0x4c00
-	istore 1,contw//counter
-	fetch 4,mem_24g_txbuf+2
-	istore 4,contw
+ifdef RF_DEBUG
+test_gpio_init:
+	arg TEST_GPIO,temp
+	call gpio_config_output
+test_gpio_low:
+	arg TEST_GPIO,temp
+	call gpio_out_active
+	nop 10
 	rtn
-*/
-
-ifdef DONGLE
-p_save_rssi:
-	hfetch 2,rf_afc_d2a
-	rshift4 pdata,pdata
-	rshift3 pdata,pdata
-	sub pdata,0,pdata
-	and_into 0xff,pdata
-	store 1,mem_rssi_hex
-	branch save_rssi+6
-
-p_usb_status1:
-	jam 0x11,core_usb_status
-	hfetch 1,core_usb_ep_len
-	store 1,mem_usb_read_len
-	copy pdata,loopcnt
-	branch usb_rx_no_data,blank
-	arg mem_usb_setup,contw
-	call usb_rx_read
-	fetch 1,mem_usb_read_len
-	sub pdata,7,null
-	rtn positive 
-	fetch 1,mem_usb_setup_bmRequestType
-	and_into 0x80,pdata
-	beq OUT_DEVICE,p_usb_out_device
-	branch usb_class_type+2
-p_usb_out_device:
-	fetch 1,mem_usb_setup_bmRequestType
-	rshift4 pdata,pdata
-	rshift pdata,pdata
-	and_into 0x03,pdata
-	beq CLASS_REQ,p_usb_out_class_req	
-	branch usb_out_device+4
-p_usb_out_class_req:
-	fetch 1,mem_usb_setup_bRequest
-	beq SET_REPORT,p_usb_set_report
-	branch usb_out_class_req+1
-p_usb_set_report:
-	jam 1,mem_usb0_get_set_report
-	call usb_set_report_resume_judge
-	fetch 2,mem_usb_setup_bValue
-	store 2,mem_usb_setup_bValue_temp
-	nop 15000	//delay 1ms
-	hfetch 1,core_usb_ep_len
-	ncall p_usb_set_report_rxdata,blank
-	branch usb_set_report+4
-p_usb_set_report_rxdata:
-	copy pdata,loopcnt
-	arg mem_usb0_setup,contw
-	branch usb_rx_read
-
-p_app_init:
-	call enable_authrom
-	call p_dongle_init
-	call p_g24_queue_init
-	fetch 1,mem_24g_pair_mode
-	beq 0x00,p_dongle_auto_bind
-	beq 0x01,p_dongle_pc_bind
-	beq 0x0f,p_dongle_all_powerful
-	branch assert
-
-p_dongle_init:
-	fetch 1,mem_tx_power
-	store 1,mem_tx_power_temp
-	arg 0x80,loopcnt
-	arg mem_rssi_noise_buffer,contw
-	call memset0
-	branch usb_init
-
-p_dongle_all_powerful:
-	call p_dongle_check_mode
-p_dongle_all_powerful_loop:
-	call p_g24_dongle_work_mode
-	call usb_isr
-	branch p_dongle_all_powerful_loop
-
-p_dongle_pc_bind:
-	call p_dongle_check_mode
-p_dongle_pc_bind_loop:	
-	call p_g24_dongle_work_mode
-	call p_g24_dongle_bind_mode
-	call p_dongle_usb_dispatch
-	branch p_dongle_pc_bind_loop
-
-p_dongle_check_mode:
-	jam 0,mem_24g_ackpayload_enable
-p_dongle_work_mode_enable:
-	jam DONGLE_WORK,mem_dongle_work_mode
-	jam CLEAR_INIT,mem_dongle_mode_init	
-	rtn
-
-p_g24_dongle_work_mode:
-	fetch 1,mem_dongle_work_mode
-	rtnne DONGLE_WORK
-p_g24_dongle_work_mode_start:	
-	call p_g24_dongle_work_init
-	call p_g24_ch_process
-	call p_g24_receive_packet_start
-	branch p_g24_blank_data_process
-
-p_g24_dongle_work_init:
-	fetch 1,mem_dongle_mode_init
-	rtnbit1 DONGLE_WORK
-	set1 DONGLE_WORK,pdata
-	store 1,mem_dongle_mode_init
-	fetch 1,mem_tx_power_temp
-	store 1,mem_tx_power
-	jam 0,mem_24g_ackpayload_enable
-	jam 0,mem_usb_tx_enable
-	jam 1,mem_24g_abort_packet
-	jam 0,mem_24g_pid
-	fetch 4,mem_24g_rx_addr
-	call p_g24_update_addr_and_synccrc8
-	call p_g24_ch
-	branch p_g24_rx_interrupt_clear
-
-p_g24_ch_process:
-	fetch 1,mem_24g_abort_packet
-	beq 1,p_g24_noise_rssi
-	fetch 1,mem_24g_hop_packet
-	beq 1,p_g24_ch_receive_hop_pac
-	fetcht 4,mem_24g_hop_btclk
-	copy clkn_bt,pdata
-	isub temp,null
-	ncall g24_timer_timeout,positive
-	copy pdata,regb
-	fetch 4,mem_24g_hop_btclk
-	fetcht 1,mem_24g_hop_interval
-	iadd temp,temp
-	copy regb,pdata
-	isub temp,null
-	nrtn positive
-	set0 28,pdata
-	store 4,mem_24g_hop_btclk
-	jam 1,mem_24g_abort_packet
-	branch p_g24_ch
-
-p_g24_ch_receive_hop_pac:
-	jam 0,mem_24g_hop_packet
-	branch p_g24_ch
-
-p_g24_ch_timer_reinit:
-	copy clkn_bt,pdata
-	store 4,mem_24g_hop_btclk
-	jam 0,mem_24g_rf_laststa
+test_gpio_high:
+	arg TEST_GPIO,temp
+	call gpio_out_inactive
+	nop 10
 	rtn
 
-p_g24_noise_rssi:
-	arg mem_rssi_noise_buffer,rega
-	call p_rssi_average
-	storet 1,mem_rssi_noise_avg
-	sub temp,RSSI_THRESH_NOISE,null
-	nrtn positive
-	branch p_g24_ch
-
-p_g24_blank_data_process:
-	call p_g24_ms_blank_data
-	call p_g24_kb_blank_data
-	branch p_g24_kb_mul_blank_data
-
-p_g24_ms_blank_data:
-	fetch 1,mem_24g_ms_blank_data_enable
-	rtn blank
-	arg TIMER_MS_BLANK,queue
-	call timer_check
-	nrtn blank
-	jam 0,mem_24g_ms_blank_data_enable
-	branch g24_ms_blank_data_2usb
-
-p_g24_kb_blank_data:
-	fetch 1,mem_24g_kb_blank_data_enable
-	rtn blank
-	arg TIMER_KB_BLANK,queue
-	call timer_check
-	nrtn blank
-	jam 0,mem_24g_kb_blank_data_enable
-	branch g24_kb_blank_data_2usb
-
-p_g24_kb_mul_blank_data:
-	fetch 1,mem_24g_kb_mul_blank_data_enable
-	rtn blank
-	arg TIMER_KB_MUL_BLANK,queue
-	call timer_check
-	nrtn blank
-	jam 0,mem_24g_kb_mul_blank_data_enable
-	branch g24_kb_mul_blank_data_2usb
+test_h_l:
+	call test_gpio_high
+	branch test_gpio_low
+test_h_l_h:
+	call test_gpio_high
+	call test_gpio_low	
+	branch test_gpio_high
+endif
 
-p_g24_dongle_bind_mode:
-	fetch 1,mem_dongle_work_mode
-	rtnne DONGLE_BIND
-	call p_g24_dongle_bind_init
-	branch p_g24_dongle_bind_data_process
-
-p_g24_dongle_bind_init:
-	fetch 1,mem_dongle_mode_init
-	rtnbit1 DONGLE_BIND
-	set1 DONGLE_BIND,pdata
-	store 1,mem_dongle_mode_init
-	setarg 0
-	store 3,mem_dongle_ms_bind_step
-	jam TX_POWER_f5DB,mem_tx_power
-	jam 1,mem_24g_ackpayload_enable
-	jam 0,mem_24g_pid
-	jam G24_PAIR_CH,mem_24g_ch	//2480MHz
-	fetch 4,mem_24g_paring_addr	//Address
-	branch p_g24_update_addr_and_synccrc8
-
-p_g24_dongle_bind_data_process:
-	call p_g24_receive_transmit_ack
-	nbranch p_g24_rx_interrupt_clear,user3
-	arg mem_24g_rxbuf,contr
-	arg mem_24g_rxdata_temp,contw
-	arg 8,loopcnt
-	call memcpy
-	fetch 1,mem_24g_rxdata_temp+2
-	beq DATATYPE_BIND,p_g24_dongle_bind_first_step	//bind step 1
-	beq DATATYPE_CONFIG,p_g24_dongle_bind_second_step
-	beq DATATYPE_OK,p_g24_dongle_bind_third_step
-	beq 0xff,p_g24_data_attemp_bind
-p_g24_rx_interrupt_clear:
-	arg mem_24g_rxbuf,contw
-	arg 66,loopcnt
+ifdef MOUSE_SMOOTHER
+//notice: need to call p_mouse_drawing_optima_init when waked from mult
+p_drawing_optima_init:
+	arg 5,loopcnt
+	arg mem_mouse_asm_flag,contw
 	branch clear_mem
 
-p_g24_dongle_bind_first_step:
-	fetch 1,mem_24g_rxdata_temp+3
-	beq BIND_MOUSE,p_g24_dongle_bind_first_step_mouse
-	beq BIND_KEYBOARD,p_g24_dongle_bind_first_step_keyboard
-	rtn
-p_g24_dongle_bind_first_step_mouse:
-	jam 1,mem_dongle_ms_bind_step
-p_g24_dongle_bind_ms_payload_cfg:
-	jam DATATYPE_MOUSE,mem_24g_bind_payload
-p_g24_dongle_bind_payload_cfg:	
-	jam 0x80,mem_24g_bind_payload+1
-	fetch 6,mem_24g_rx_addr
-	store 6,mem_24g_bind_payload+2
-	rtn
-
-p_g24_dongle_bind_first_step_keyboard:
-	jam 1,mem_dongle_kb_bind_step
-p_g24_dongle_bind_kb_payload_cfg:
-	jam DATATYPE_KEYBOARD,mem_24g_bind_payload
-	branch p_g24_dongle_bind_payload_cfg
-
-p_g24_dongle_bind_second_step:
-	fetch 1,mem_24g_rxdata_temp+3
-	beq BIND_MOUSE,p_g24_dongle_bind_second_step_mouse
-	beq BIND_KEYBOARD,p_g24_dongle_bind_second_step_keyboard
-	rtn
-p_g24_dongle_bind_second_step_mouse:
-	call p_g24_dongle_bind_ms_payload_cfg
-	fetch 1,mem_dongle_ms_bind_step
-	beq 1,p_g24_dongle_ms_bind_step_set2
-	rtn
-p_g24_dongle_ms_bind_step_set2:
-	jam 2,mem_dongle_ms_bind_step
-	rtn
-p_g24_dongle_bind_second_step_keyboard:
-	call p_g24_dongle_bind_kb_payload_cfg	
-	fetch 1,mem_dongle_kb_bind_step
-	beq 1,p_g24_dongle_kb_bind_step_set2
-	rtn
-p_g24_dongle_kb_bind_step_set2:
-	jam 2,mem_dongle_kb_bind_step
-	rtn
-
-p_g24_dongle_bind_third_step:
-	fetch 1,mem_24g_rxdata_temp+3
-	beq BIND_MOUSE,p_g24_dongle_bind_third_step_mouse
-	beq BIND_KEYBOARD,p_g24_dongle_bind_third_step_keyboard
-	rtn
-p_g24_dongle_bind_third_step_mouse:
-	fetch 1,mem_dongle_ms_bind_step
-	beq 2,p_g24_dongle_ms_bind_step_success
-	rtn
-p_g24_dongle_ms_bind_step_success:
-	fetch 1,mem_dongle_bind_device_status
-	or_into 0x01,pdata
-	store 1,mem_dongle_bind_device_status
-p_g24_dongle_bind_exit:	
-	setarg 0
-	store 2,mem_dongle_ms_bind_step
-	branch p_g24_rx_interrupt_clear
-	
-p_g24_dongle_bind_third_step_keyboard:
-	fetch 1,mem_dongle_kb_bind_step
-	bne 0,p_g24_dongle_kb_bind_step_success
-	rtn
-p_g24_dongle_kb_bind_step_success:
-	fetch 1,mem_dongle_bind_device_status
-	or_into 0x02,pdata
-	store 1,mem_dongle_bind_device_status
-	branch p_g24_dongle_bind_exit
-
-p_g24_data_attemp_bind:
-	fetch 1,mem_24g_rxdata_temp+3
-	beq DATATYPE_MOUSE,p_g24_data_attemp_mouse_bind
-	beq DATATYPE_KEYBOARD,p_g24_data_attemp_kbd_bind
-	rtn
-p_g24_data_attemp_mouse_bind:
-	fetch 4,mem_24g_rxdata_temp+4
-p_g24_store_mouse_addr:
-	store 4,mem_24g_ms_addr
-	rtn
-p_g24_data_attemp_kbd_bind:
-	fetch 4,mem_24g_rxdata_temp+4
-p_g24_store_kbd_addr:	
-	store 4,mem_24g_kb_addr
-	rtn
-
-p_g24_queue_init:
-	jam 0,mem_queue_ele_num
-	setarg mem_queue_start
-	store 2, mem_queue_read
-	store 2, mem_queue_write
-	rtn
-	
-p_g24_queue_put:
-	arg 0x1f,loopcnt
-	arg mem_usb0_set_report_data,temp
-	fetch 2, mem_queue_write
-	copy pdata,contw
-	copy temp,contr
-	call memcpy
-	fetch 1,mem_queue_ele_num
-	increase 1,pdata
-	store 1,mem_queue_ele_num
-	setarg mem_queue_write
-p_g24_queue_increase:
-	copy pdata,rega
-	arg mem_queue_end,temp
-	ifetch 2,rega
-	increase QUEUE_ELE_LENGTH,pdata
-	isub temp,null
-	nbranch p_g24_queue_put_end,positive
-	setarg mem_queue_start
-p_g24_queue_put_end:
-	istore 2,rega
-	rtn
-
-p_g24_queue_read_point:
-	disable user
-	fetch 1,mem_queue_ele_num
-	rtn blank
-	enable user
-	fetch 2,mem_queue_read
-	rtn
-
-p_dongle_usb_dispatch:
-	call usb_isr
-	fetch 1,mem_usb0_get_set_report
-	rtn blank
-	jam 0,mem_usb0_get_set_report
-	fetch 2,mem_usb_setup_bValue_temp
-	arg PC_SET_REPORT,temp
-	isub temp,null
-	nrtn zero
-	//get usb host command
-	fetch 1,mem_usb0_set_report_data
-	rtnne PC_REPORT_ID
-	fetch 1,mem_usb0_set_report_data+1
-	beq COMMAND_MODE,p_dongle_dispose_cmd_mode
-	beq COMMAND_BIND,p_dongle_dispose_cmd_bind
-	beq COMMAND_CURRENT_PROJECT,dongle_dispose_cmd_current_project
-	beq COMMAND_CURRENT_MODE,p_dongle_dispose_cmd_current_mode
-	beq COMMAND_CURRENT_FW_VERSION,p_dongle_dispose_cmd_current_fw_version
-	beq COMMAND_USER_DEFINED,p_dongle_dispose_cmd_user_defined
-	branch usb0_data_ready_report_set0
-
-p_dongle_dispose_cmd_bind:
-	fetch 1,mem_usb0_set_report_data+2
-	beq COM_BIND_GET,p_dongle_dispose_cmd_get_bind
-	beq COM_BIND_EXIT,p_dongle_dispose_cmd_exit_bind
-	beq COM_READ_MODE,dongle_dispose_cmd_read_mode
-	branch usb0_data_ready_report_set0
-p_dongle_dispose_cmd_get_bind:
-	fetch 1,mem_dongle_bind_device_status
-	store 1,mem_usb0_get_report_data+1
-	branch usb0_data_ready_report_set1
-p_dongle_dispose_cmd_exit_bind:
-	call p_dongle_work_mode_enable
-	branch p_dongle_dispose_cmd_get_bind
- 
-p_dongle_dispose_cmd_mode:
-	fetch 1,mem_usb0_set_report_data+2
-	beq COM_MODE_BIND,p_dongle_enter_bind_mode
-	branch usb0_data_ready_report_set0
-p_dongle_enter_bind_mode:
-	call p_g24_bind_mode_enable
-	branch usb0_data_ready_report_set1
-
-p_dongle_dispose_cmd_current_mode:
-	fetch 1,mem_dongle_work_mode
-	beq DONGLE_WORK,p_dongle_dispose_in_work_mode
-	beq DONGLE_BIND,dongle_dispose_in_bind_mode
-	rtn
-p_dongle_dispose_in_work_mode:
-	jam COMMAND_MODE,mem_usb0_get_report_data+1
-	branch usb0_data_ready_report_set1
-	
-p_dongle_dispose_cmd_current_fw_version:
-	jam FW_VERSION3,mem_usb0_get_report_data+4
-	branch dongle_dispose_cmd_current_fw_version
-
-p_dongle_dispose_cmd_user_defined:
-	fetch 1,mem_usb0_set_report_data+2
-	beq 0xff,soft_reset_chip
-p_dongle_dispose_cmd_ota:
-	jam 2,mem_24g_ackpayload_enable
-	fetch 1,mem_queue_ele_num
-	beq QUEUE_ELE_COUNT,p_user_defined_queue_buff_full
-	call p_g24_queue_put
-	fetch 1,mem_queue_ele_num
-	beq QUEUE_ELE_COUNT,p_user_defined_queue_buff_full
-p_user_defined_queue_buff_free:
-	jam 0,mem_usb0_get_report_data+1
-	branch usb0_data_ready_report_set1
-
-p_user_defined_queue_buff_full:
-	jam 1,mem_usb0_get_report_data+1
-	branch usb0_data_ready_report_set1
-
-p_dongle_auto_bind:
-	call p_g24_mode_switch_init
-p_dongle_auto_bind_loop:
-	call p_g24_mode_switch
-	call p_g24_dongle_work_mode_auto
-	call p_g24_dongle_bind_mode_auto
-	call p_g24_dongle_search_mode_auto
-	call p_dongle_usb_dispatch
-	branch p_dongle_auto_bind_loop
-
-p_g24_dongle_work_mode_auto:
-	fetch 1,mem_dongle_work_mode
-	rtnne DONGLE_WORK
-	call p_g24_dongle_work_mode_start
-	branch p_g24_rx_nodata_process
-
-p_g24_dongle_bind_mode_auto:
-	fetch 1,mem_dongle_work_mode
-	rtnne DONGLE_BIND
-	call p_g24_dongle_bind_init
-	call p_g24_dongle_bind_data_process
-	fetch 1,mem_dongle_bind_device_status
+p_drawing_optima:
+	fetch 4,mem_mouse_x
 	rtn blank
-	jam 0,mem_24g_mode_switch
-	call p_dongle_check_mode
-	call p_g24_enable_nodata_timer
-	branch p_g24_timer_init
-	
-p_g24_mode_switch_init:
-	jam 1,mem_24g_mode_switch
-	jam 0,mem_24g_time_slice
-	jam 0xff,mem_24g_interval
-p_g24_timer_init:
-	setarg 0
-	store 4,mem_24g_tx_btclk
-	rtn
-	
-p_g24_mode_switch:
-	fetch 1,mem_24g_mode_switch
-	rtn blank
-	call p_g24_timer_check
-	nrtn user
-	fetch 1,mem_24g_time_slice
-	increase 1,pdata
-	and_into 1,pdata
-	store 1,mem_24g_time_slice
-	beq 0,p_dongle_check_mode
-	beq 1,p_g24_bind_mode_enable
-	rtn
-
-p_g24_bind_mode_enable:
-	jam DONGLE_BIND,mem_dongle_work_mode
-	jam CLEAR_INIT,mem_dongle_mode_init
-	rtn
-
-p_g24_enable_nodata_timer:
-	jam 1,mem_24g_nodata_timer_enable
-	branch g24_enable_nodata_timer_init
-
-p_g24_rx_nodata_process:
-	fetch 1,mem_24g_ackpayload_enable
-	rtneq 2
-	fetch 1,mem_24g_nodata_timer_enable
-	rtn blank
-	arg TIMER_NODATA,queue
-	call timer_check
-	nrtn blank
-	jam 0,mem_24g_nodata_timer_enable
-	//no data for more than 100ms,then go to search
-	jam DONGLE_SEARCH,mem_dongle_work_mode
-	jam CLEAR_INIT,mem_dongle_mode_init
-	branch p_g24_rx_interrupt_clear
-
-p_g24_receive_transmit_ack:
-	call p_g24_rx_interrupt_clear
-	call p_g24_receive_packet
-	nrtn user3
-	branch p_g24_transmit_ack
-
-
-p_g24_dongle_search_mode_auto:
-	fetch 1,mem_dongle_work_mode
-	rtnne DONGLE_SEARCH
-	call p_g24_dongle_search_mode_init
-	call p_g24_rx_auto_addr_ch_search
-	call p_g24_receive_transmit_ack
-	nbranch p_g24_rx_interrupt_clear,user3
-	//dongle addr,then parse rxdata
-	call p_g24_rx_addr_check
-	call p_g24_receive_packet_parse,zero
-	//receive data,then go to paired
-	jam DONGLE_WORK,mem_dongle_work_mode
-	fetch 1,mem_dongle_mode_init
-	set1 DONGLE_WORK,pdata
-	store 1,mem_dongle_mode_init
-
-	fetch 1,mem_24g_ackpayload_enable
-	sub pdata,2,null
-	ncall p_g24_ackpayload_disable,zero
-
-	call p_g24_rx_interrupt_clear
-	call p_g24_enable_nodata_timer
-	call p_g24_rx_addr_check
-	branch p_g24_dg_ch_num_reinit,zero
-	fetch 4,mem_24g_addr
-	fetcht 4,mem_24g_kb_addr
-	isub temp,null
-	branch p_g24_kb_ch_num_reinit,zero		
-	fetch 4,mem_24g_addr
-	fetcht 4,mem_24g_ms_addr
-	isub temp,null
-	branch p_g24_ms_ch_num_reinit,zero
+	call p_data_abs_check
+	setarg 0x06	//asm_flag enable condition
+	call p_data_greater_than_check
+	setarg 0x03	//asm_flag disable condition
+	call p_data_less_than_check
+	fetch 1,mem_mouse_asm_flag
+	beq 1,p_drawing_optima_modify
+	branch p_drawing_optima_init
+
+p_drawing_optima_modify:
+	fetch 2,mem_mouse_x_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call p_drawing_optima_data
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_x_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_x
+
+	fetch 2,mem_mouse_y_pre
+	store 2,mem_data_pre
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call p_drawing_optima_data
+	fetch 2,mem_data_pre
+	store 2,mem_mouse_y_pre
+	fetch 2,mem_data_current
+	store 2,mem_mouse_y
+	rtn
+
+/**********
+input:data_pre,data_current
+output:data_pre,data_current after optima
+***********/
+p_drawing_optima_data:
+	fetch 2,mem_data_pre
+	fetcht 2,mem_data_current
+	iadd temp,pdata
+	store 3,mem_data_sum
+	isolate1 16,pdata
+	branch p_data_sum_overflow,true
+	fetch 1,mem_data_sum+1
+	beq 0xff,p_data_sum_n
+	fetch 1,mem_data_sum
+p_data_store_pre:
+	rshift pdata,pdata
+	store 2,mem_data_pre
+	store 2,mem_data_current
 	rtn
-
-p_g24_ackpayload_disable:
-	jam 0,mem_24g_ackpayload_enable
+p_data_sum_overflow:
+	fetch 1,mem_data_sum+1	//sum positive
+	beq 0,p_data_sum_overflow_p
+	fetch 3,mem_data_sum	//全负相加
+	branch p_data_store_pre
+p_data_sum_overflow_p:
+	jam 0,mem_data_sum+2
+	fetch 1,mem_data_sum
+	branch p_data_store_pre
+
+p_data_sum_n:
+	fetch 1,mem_data_sum	//sum negetive
+	call p_pdata_get_half
+	store 1,mem_data_pre
+	store 1,mem_data_current
+	branch p_data_zero,blank
+	setarg 0xff
+p_data_set_direction:	
+	store 1,mem_data_pre+1
+	store 1,mem_data_current+1
 	rtn
-
-p_g24_dg_ch_num_reinit:
-	fetch 1,mem_24g_dg_ch_number
-p_g24_current_ch_num_reinit:
-	store 1,mem_24g_current_ch_number
-	rtn
-p_g24_kb_ch_num_reinit:
-	fetch 1,mem_24g_kb_ch_number
-	branch p_g24_current_ch_num_reinit
-p_g24_ms_ch_num_reinit:
-	fetch 1,mem_24g_ms_ch_number
-	branch p_g24_current_ch_num_reinit
-
-p_g24_dongle_search_mode_init:
-	fetch 1,mem_dongle_mode_init
-	rtnbit1 DONGLE_SEARCH
-	set1 DONGLE_SEARCH,pdata
-	store 1,mem_dongle_mode_init
-	jam 0,mem_24g_time_slice
-	jam 1,mem_24g_ackpayload_enable
+p_data_zero:
 	setarg 0
-	store 3,mem_rssi_noise_dg_index
-	store 7,mem_24g_dg_config_ch_once
-	call p_g24_rx_addr_check
-	nrtn zero
-	fetch 1,mem_24g_current_ch_number
-	store 1,mem_24g_dg_ch_number
-	fetch 1,mem_24g_ch
-	store 1,mem_24g_dg_last_ch
-	rtn
+	branch p_data_set_direction
 
-p_g24_rx_addr_check:
-	fetch 4,mem_24g_addr
-	fetcht 4,mem_24g_rx_addr
-	isub temp,null
-	rtn
-
-p_g24_rx_auto_addr_ch_search:
-	fetch 1,mem_24g_time_slice
-	increase 1,pdata
-	and_into 3,pdata
-	store 1,mem_24g_time_slice
-	//pairing address and channel come first
-	beq 0,p_g24_rx_auto_bind_config_kb
-	beq 1,p_g24_rx_auto_bind_config_dongle
-	beq 2,p_g24_rx_auto_bind_config_mouse
-	beq 3,p_g24_rx_auto_bind_config_dongle
-	rtn
-
-p_g24_rx_auto_bind_config_mouse:
-	call p_g24_dongle_bind_ms_payload_cfg
-	fetch 4,mem_24g_ms_addr
-	branch p_g24_rx_auto_addr_ch_search,blank
-	call p_g24_update_addr_and_synccrc8
-	fetch 1,mem_24g_ms_config_ch_once
-	call p_g24_ms_config_ch_once,blank
-	fetch 1,mem_24g_ms_last_ch
-	store 1,mem_24g_ch
-	fetcht 1,mem_rssi_noise_ms_index
-	arg mem_rssi_noise_ms_buffer,rega
-	call p_rssi_store
-	storet 1,mem_rssi_noise_ms_index
-	call p_rssi_average
-	storet 1,mem_rssi_noise_ms_avg
-	sub temp,RSSI_THRESH_NOISE,null
-	nrtn positive
-	fetcht 1,mem_24g_ms_ch_number
-	call p_g24_ch_map_size
-	storet 1,mem_24g_ms_ch_number
-	store 1,mem_24g_ms_last_ch
+p_pdata_get_half:
+	sub pdata,0,pdata
+	store 1,mem_rega
+	fetch 1,mem_rega
+	rshift pdata,pdata
+	store 1,mem_rega
+	fetch 1,mem_rega
+	sub pdata,0,pdata
 	rtn
 
-p_g24_ms_config_ch_once:
-	jam 1,mem_24g_ms_config_ch_once
-	arg 0,temp
-	call p_g24_ch_calc
-	store 1,mem_24g_ms_last_ch
+//rega mouse_x, regb mouse_y, pdata refer
+p_data_greater_than_check:
+	isub rega,null
+	nbranch p_enable_asm,positive
+	isub regb,null
+	nbranch p_enable_asm,positive
+p_disable_asm:
+	jam 0,mem_mouse_asm_flag
 	rtn
-	
-p_g24_rx_auto_bind_config_kb:
-	call p_g24_dongle_bind_kb_payload_cfg
-	fetch 4,mem_24g_kb_addr
-	branch p_g24_rx_auto_addr_ch_search,blank
-	call p_g24_update_addr_and_synccrc8
-	fetch 1,mem_24g_kb_config_ch_once
-	call p_g24_kb_config_ch_once,blank
-	fetch 1,mem_24g_kb_last_ch
-	store 1,mem_24g_ch	
-	fetcht 1,mem_rssi_noise_kb_index
-	arg mem_rssi_noise_kb_buffer,rega
-	call p_rssi_store
-	storet 1,mem_rssi_noise_kb_index
-	call p_rssi_average
-	storet 1,mem_rssi_noise_kb_avg
-	sub temp,RSSI_THRESH_NOISE,null
+p_data_less_than_check:
+	isub rega,null
 	nrtn positive
-	fetcht 1,mem_24g_kb_ch_number
-	call p_g24_ch_map_size
-	storet 1,mem_24g_kb_ch_number
-	store 1,mem_24g_kb_last_ch
-	rtn
-
-p_g24_kb_config_ch_once:
-	jam 1,mem_24g_kb_config_ch_once
-	arg 0,temp
-	call p_g24_ch_calc
-	store 1,mem_24g_kb_last_ch
-	rtn	
-
-p_g24_rx_auto_bind_config_dongle:
-	call p_g24_dongle_bind_ms_payload_cfg
-	fetch 4,mem_24g_rx_addr
-	call p_g24_update_addr_and_synccrc8	
-	fetch 1,mem_24g_dg_config_ch_once
-	call p_g24_dg_config_ch_once,blank
-	fetch 1,mem_24g_dg_last_ch
-	store 1,mem_24g_ch
-	fetcht 1,mem_rssi_noise_dg_index
-	arg mem_rssi_noise_dg_buffer,rega
-	call p_rssi_store
-	storet 1,mem_rssi_noise_dg_index
-	call p_rssi_average
-	storet 1,mem_rssi_noise_dg_avg
-	sub temp,RSSI_THRESH_NOISE,null
+	isub regb,null
 	nrtn positive
-	fetcht 1,mem_24g_dg_ch_number
-	call p_g24_ch_map_size
-	storet 1,mem_24g_dg_ch_number
-	store 1,mem_24g_dg_last_ch
+	branch p_disable_asm
+p_enable_asm:
+	jam 1,mem_mouse_asm_flag
 	rtn
 
-p_g24_dg_config_ch_once:
-	jam 1,mem_24g_dg_config_ch_once
-	fetch 1,mem_24g_dg_last_ch
-	store 1,mem_24g_ch
-	rtn
-
-
-
-p_g24_read_len_pid_crc:
-//read control
-	fetch 1,mem_24g_rxbuf+1
-	rshift3 pdata,pdata
-	store 1,mem_24g_rxdata_length
-//get crc
-	increase 1,pdata
-	arg mem_24g_rxbuf+1,contr
-	iadd contr,contr
-	ifetch 3,contr
-	store 3,mem_24g_sta_crc
-//read pid
-	fetch 1,mem_24g_rxbuf+1
-	rshift pdata,pdata
-	and pdata,0x03,pdata
-	store 1,mem_24g_sta_pid
-	rtn
-
-p_g24_transmit_ack:
-//data type
-	fetch 1,mem_24g_rxbuf
-	store 1,mem_24g_data_type
-//read len pid crc
-	call p_g24_read_len_pid_crc
-//read ack
-	fetch 1,mem_24g_rxbuf+1
-	isolate1 bit_ack_24g,pdata
-	branch p_g24tx_no_ack,true
-p_g24tx_with_ack:
-	call p_g24_ackpayload_prep
-	call p_g24_transmit_prep
-	call p_g24_transmit
-p_g24tx_no_ack:
-	branch p_g24_end_of_packet
-
-p_g24_ackpayload_prep:
-	jam 0,mem_24g_datalen
-	fetch 1,mem_24g_ackpayload_enable
-	rtn blank
-	beq BIND_ACKPAYLOAD,p_g24_bind_ackpayload_prep
-	beq USER_ACKPAYLOAD,p_g24_user_ackpayload_prep
+p_data_abs_check:
+	fetch 2,mem_mouse_x
+	store 2,mem_data_current
+	call p_data_abs
+	copy pdata,rega
+	fetch 2,mem_mouse_y
+	store 2,mem_data_current
+	call p_data_abs
+	copy pdata,regb
 	rtn
 
-p_g24_bind_ackpayload_prep:
-	jam 0x08,mem_24g_datalen
-	arg 0x08,loopcnt
-	arg mem_24g_bind_payload,contr
-	arg mem_24g_txbuf,contw
-	branch memcpy
-
-p_g24_user_ackpayload_prep:
-	call p_g24_queue_read_point
-	nrtn user
-	jam 0x1f,mem_24g_datalen
-	arg 0x1f,loopcnt
-	copy pdata,contr
-	arg mem_24g_txbuf,contw
-	call memcpy
-	fetch 2,mem_24g_txbuf+3	//pac id
-	store 2,mem_24g_ota_sta_pid
+/***********
+input: data_current
+output:pdata,abs
+************/
+p_data_abs:
+	fetch 1,mem_data_current+1
+	beq 0xff,p_data_reversal
+	fetch 1,mem_data_current
+p_data_abs_store:
+	and_into 0xff,pdata
+	//output:pdata
 	rtn
+p_data_reversal:
+	fetch 2,mem_data_current
+	sub pdata,0,pdata
+	branch p_data_abs_store
 
-p_g24_receive_packet_start:
-	call p_g24_receive_transmit_ack
-	nbranch p_g24_rx_interrupt_clear,user3
-	branch p_g24_receive_packet_parse
-
-p_g24_receive_packet_parse:
-	call p_g24_receive_packet_parse_pid_crc
-	nbranch p_g24_rx_interrupt_clear,user
-	fetch 1,mem_24g_rxdata_length
-	branch p_g24_rx_interrupt_clear,blank
-	increase 2,pdata
-	iforce loopcnt
-	arg mem_24g_rxbuf,contr
-	arg mem_24g_rxdata_temp,contw
-	call memcpy
-	jam 0,mem_24g_mode_switch
-	fetch 1,mem_24g_pair_mode
-	call p_g24_enable_nodata_timer,blank
-	fetch 1,mem_24g_rxdata_temp+2
-	beq 0x01,p_g24_data_type1
-	beq 0x02,p_g24_data_type2
-	beq 0x03,p_g24_data_type3
-	beq 0xff,p_g24_data_attemp
-	branch p_g24_rx_interrupt_clear
+endif
 
-p_g24_receive_packet_parse_pid_crc:
-	call disable_user
-	fetch 1,mem_24g_sta_pid
-	fetcht 1,mem_24g_last_pid
-	isub temp,null
-	ncall enable_user,zero
-	fetch 1,mem_24g_sta_pid
-	store 1,mem_24g_last_pid
-	fetch 3,mem_24g_sta_crc
-	fetcht 3,mem_24g_last_crc
-	isub temp,null
-	ncall enable_user,zero
-	fetch 3,mem_24g_sta_crc
-	store 3,mem_24g_last_crc
-	rtn
-
-p_g24_data_type1:
-	call p_g24_ch_timer_reinit
-	fetch 1,mem_24g_abort_packet
-	fetcht 1,mem_24g_rxdata_temp
-	isolate1 bit_abort,temp
-	setflag true,0,pdata
-	store 1,mem_24g_abort_packet
-	beq 1,p_g24_data_attemp_mouse_abort
-	fetch 1,mem_24g_hop_packet
-	fetcht 1,mem_24g_rxdata_temp
-	isolate1 bit_hop,temp
-	setflag true,0,pdata
-	store 1,mem_24g_hop_packet
-
-	fetch 1,mem_24g_rxdata_temp+3	//OTA
-	beq CMD_OTA,p_g24_ota_process
-	
-	setarg MS_REPORT_ID
-	store 1,mem_usb_mouse_data	//report id
-	fetch 7,mem_24g_rxdata_temp+3	//key
-	istore 7,contw
-	fetch 1,mem_24g_rxdata_temp+3	//key
-	ncall p_g24_ms_enable_blank_data_forcibly,blank//get kb data
-	fetch 1,mem_24g_rxdata_temp+3	//key
-	call p_g24_ms_disable_blank_data_forcibly,blank
-	branch g24_data_type1_usbtx_enable
-
-p_g24_ms_enable_blank_data_forcibly:
-	jam 1,mem_24g_ms_blank_data_enable
-	branch g24_ms_enable_blank_data_timer
-p_g24_ms_disable_blank_data_forcibly:
-	jam 0,mem_24g_ms_blank_data_enable
-	branch g24_ms_disable_blank_data_timer
-
-p_g24_data_type2:
-	fetcht 1,mem_24g_rxdata_temp
-	isolate1 bit_abort,temp
-	branch p_g24_data_attemp_kbd_abort,true
-	arg mem_usb_kb_data,contw
-	call p_g24_data_type2_reverse_data
-	fetch 8,mem_usb_kb_data
-	ncall p_g24_kb_enable_blank_data_forcibly,blank//get kb data
-	fetch 8,mem_usb_kb_data	
-	call p_g24_kb_disable_blank_data_forcibly,blank
-	fetch 8,mem_usb_kb_data
-	store 8,mem_24g_kb_data_sta_data
-	fetcht 8,mem_24g_kb_data_last_data
-	isub temp,null
-	ncall g24_kb_data_into_ep1_fifo,zero
-	fetch 8,mem_24g_kb_data_sta_data
-	store 8,mem_24g_kb_data_last_data
-	branch p_g24_rx_interrupt_clear
-
-p_g24_data_type2_reverse_data:
-	arg mem_24g_rxdata_temp+2,contr
-	arg 9,loopcnt
-	branch reverse_byte
-
-p_g24_kb_enable_blank_data_forcibly:
-	jam 1,mem_24g_kb_blank_data_enable
-	branch g24_kb_enable_blank_data_timer
-
-p_g24_kb_disable_blank_data_forcibly:
-	jam 0,mem_24g_kb_blank_data_enable
-	branch g24_kb_disable_blank_data_timer
-
-
-p_g24_data_type3:
-	arg mem_usb_kb_multikey,contw
-	call p_g24_data_type2_reverse_data
-	fetch 2,mem_usb_kb_multikey+1
-	ncall p_g24_kb_mul_enable_blank_data_forcibly,blank//get multikey data
-	fetch 2,mem_usb_kb_multikey+1
-	call p_g24_kb_mul_disable_blank_data_forcibly,blank
-	fetch 3,mem_usb_kb_multikey
-	store 3,mem_24g_kb_multikey_sta_data
-	fetcht 3,mem_24g_kb_multikey_last_data
-	isub temp,null
-	ncall g24_kb_mul_data_into_ep2_fifo,zero
-	fetch 3,mem_24g_kb_multikey_sta_data
-	store 3,mem_24g_kb_multikey_last_data
-	branch p_g24_rx_interrupt_clear
-
-p_g24_kb_mul_enable_blank_data_forcibly:
-	jam 1,mem_24g_kb_mul_blank_data_enable
-	branch g24_kb_mul_enable_blank_data_timer
-
-p_g24_kb_mul_disable_blank_data_forcibly:
-	jam 0,mem_24g_kb_mul_blank_data_enable
-	branch g24_kb_mul_disable_blank_data_timer
-
-	
-p_g24_data_attemp:
-	fetch 1,mem_24g_rxdata_temp+3
-	beq DATATYPE_MOUSE,p_g24_data_attemp_mouse
-	beq DATATYPE_KEYBOARD,p_g24_data_attemp_kbd
-	rtn
-p_g24_data_attemp_mouse:
-	fetch 4,mem_24g_rxdata_temp+4
-	branch p_g24_store_mouse_addr
-p_g24_data_attemp_kbd:
-	fetch 4,mem_24g_rxdata_temp+4
-	branch p_g24_store_kbd_addr
-p_g24_data_attemp_mouse_abort:
-	fetch 4,mem_24g_rxdata_temp+10
-	branch p_g24_store_mouse_addr
-p_g24_data_attemp_kbd_abort:
-	fetch 4,mem_24g_rxdata_temp+10
-	branch p_g24_store_kbd_addr
-
-p_g24_ota_process:
-	fetch 2,mem_24g_rxdata_temp+5	//ackpayload pid
-	fetcht 2,mem_24g_ota_sta_pid
-	isub temp,null
-	branch p_g24_ota_next_pac,zero
-	rtn
-	
-p_g24_ota_next_pac:
-	fetch 1,mem_24g_rxdata_temp+4	//OTA TYPE
-	beq CMD_OTA_EXIT,p_g24_ota_exit_process
-	fetch 1,mem_queue_ele_num
-	rtn blank	
-	setarg mem_queue_read
-	call p_g24_queue_increase
-	fetch 1,mem_queue_ele_num
-	increase -1,pdata
-	store 1,mem_queue_ele_num
-	fetch 1,mem_24g_rxdata_temp+4	//OTA TYPE
-	beq CMD_OTA_DATA,p_user_defined_queue_buff_free
-	beq CMD_OTA_EXIT,p_g24_ota_exit_process
+ifdef TESTDATA
+//1 mem_m_key
+//2 mem_m_x
+//2 mem_m_y
+//1 mem_m_z
+//1 mem_m_tz
+//1 mem_24g_test
+p_g24_test_data:
+	fetch 1,mem_24g_test
+	increase 1,pdata
+	store 1,mem_24g_test
+	sub pdata,50,null
+	branch p_ms_x_right,positive
+	sub pdata,100,null
+	branch p_ms_y_up,positive
+	sub pdata,150,null
+	branch p_ms_x_left,positive
+	sub pdata,200,null
+	branch p_ms_y_down,positive
+	rtn
+p_ms_x_right:
+	setarg 0x05
+	store 2,mem_m_x
+	setarg 0
+	store 2,mem_m_y
+	store 1,mem_m_z
+	store 1,mem_m_key
+	store 1,mem_m_tz
+p_data:	
+	enable user
+	fetch 7,mem_m_key
+	store 7,mem_mouse_key
 	rtn
-
-p_g24_ota_exit_process:
+p_ms_y_up:
+	setarg 0x05
+	store 2,mem_m_y
+	setarg 0
+	store 2,mem_m_x
+	store 1,mem_m_z
+	store 1,mem_m_key
+	store 1,mem_m_tz
+	branch p_data
+p_ms_x_left:
+	setarg 0xfffb
+	store 2,mem_m_x
 	setarg 0
-	store 2,mem_24g_ota_sta_pid
-	store 1,mem_24g_ackpayload_enable
-	call p_g24_queue_init
-	fetch 1,mem_24g_rxdata_temp+7	//ackpayload pid
-	beq OTA_STA_SUCCESS,p_g24_ota_exit_success
-	beq OTA_STA_FAIL,p_g24_ota_exit_fail
-	rtn
-p_g24_ota_exit_success:
-	jam 2,mem_usb0_get_report_data+1
-	branch usb0_data_ready_report_set1
-p_g24_ota_exit_fail:
-	jam 3,mem_usb0_get_report_data+1
-	branch usb0_data_ready_report_set1
+	store 2,mem_m_y
+	store 1,mem_m_z
+	store 1,mem_m_key
+	store 1,mem_m_tz
+	branch p_data
+p_ms_y_down:
+	fetch 1,mem_24g_test
+	beq 200,p_mem_usb_data_square_cnt_set0
+	setarg 0xfffb
+	store 2,mem_m_y
+	setarg 0
+	store 2,mem_m_x
+	store 1,mem_m_z
+	store 1,mem_m_key
+	store 1,mem_m_tz
+	branch p_data
+p_mem_usb_data_square_cnt_set0:
+	jam 0,mem_24g_test
+	branch p_ms_y_down+2
 endif
 
-
-
-
+ifdef MEMLOG
+p_hci_log:
+	fetch 1,0x4d00
+	increase 1,pdata
+	sub pdata,50,null
+	branch p_hci_log_calc_ptr,positive
+	setarg 0
+p_hci_log_calc_ptr:
+	store 1,0x4d00
+	arg 8,temp
+	imul32 temp,pdata
+	arg 0x4d08,contw
+	iadd contw,contw
+p_hci_log_write_content:
+	fetch 1,0x4d00
+	istore 1,contw//counter
+	fetch 4,mem_le_supervision_timer
+	istore 4,contw
+	fetch 2,mem_le_superto
+	istore 2,contw	
+	rtn
 endif
 
+
Index: YFK_1066/PB_3mode_3ch/sched/109x.dat
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/sched/109x.dat	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/sched/109x.dat	(working copy)
@@ -1,10 +1,10 @@
 
-mem_lpm_config:8f 1b ca	#4khz
+mem_lpm_config:8f 1b ce	#4khz
 mem_lpm_xtalcnt:00 0a 0b ef 07
 mem_lpm_hibernate_switch:00
 mem_gpio_wakeup_low:00 00 00 00 00 00 00 00
-mem_fcomp_mul:02
-mem_fcomp_div:24
+#mem_fcomp_mul:02
+#mem_fcomp_div:24
 mem_iscan_window:12 00
 mem_iscan_interval:00 02
 mem_pscan_window:12 00
@@ -17,8 +17,6 @@
 
 mem_seqi:00
 
-#write to null
-mem_24g_head_ptr:00 84
 
 
 mem_tx_power:00#0dbm
Index: YFK_1066/PB_3mode_3ch/sched/mouse.dat
===================================================================
--- /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/sched/mouse.dat	(revision 1073)
+++ /branch/mouse_project/YFK/YFK_1066/PB_3mode_3ch/sched/mouse.dat	(working copy)
@@ -1,7 +1,7 @@
-mem_patch00:02
+mem_patch00:06
 mem_patch03:08
 mem_patch04:40
-mem_patch09:04
+mem_patch09:05
 mem_patch0a:02
 mem_patch0b:02
 mem_patch10:20
@@ -11,6 +11,7 @@
 mem_patch16:06
 mem_patch18:10
 mem_patch19:08
+mem_patch1c:40
 mem_patch1d:1e
 mem_patch20:20
 mem_patch27:02
@@ -61,7 +62,7 @@
 mem_app_connection_options:06
 mem_lap:26 10 19 20 18 10
 mem_local_name_length:
-'BT 3.0 Mouse
+'BT3.0 Mouse
 mem_sniff_param_interval:
 0e 00 
 01 00 ##mem_sniff_param_attempt:01 00
@@ -139,6 +140,7 @@
 mem_spi_ncs_gpio:ff
 mem_ui_button_gpio:ff
 mem_ui_button_timeout:1e
+mem_bt_ui_button_timeout:01
 
 mem_device_number:03 #max device number
 mem_24g_device_number:01 #devie 2 :24g mode
@@ -207,7 +209,6 @@
 #07##mem_3610_dpi_3
 #08##mem_3610_dpi_4
 
-
 mem_ui_led_struct_ptr:mem_mouse_led_type
 mem_ui_led_struct_num:01
 
@@ -221,11 +222,19 @@
 2a 00 02 4d 2a 07 00 00 00 00 00 00 00
 2b 00 02 08 29 02 11 02
 
+
+mem_le_att_pnp_id_len:07
+mem_le_att_pnp_id:
+02		#verdor ID source
+35 12	#usb verdor ID
+22 aa 	#product ID
+01 00	#product version
+
   
 #24g init
 mem_24g_mode:01#tx
 mem_24g_data_type:01        #mouse 1,kb 2
-mem_24g_max_retry:04#max tx retry
+mem_24g_max_retry:06#max tx retry
 mem_24g_no_ack:00#with ack
 mem_24g_rx_window:c0 12     #400us
 mem_24g_interval:19
@@ -238,7 +247,7 @@
 mem_24g_pairing_sm:ff
 mem_24g_paring_addr:20 15 10 05
 mem_24g_common_temp:00 00 00 00 00 00 00 00 00 00
-mem_24g_enter_hibernate:00 48 50 00 00 00 00 00#10 min     low volatage led
+mem_24g_enter_hibernate:00 48 30 00 00 00 00 00#10 min     240ms  dpi  B4  B5 check easy
 
 mem_device_flag:01 
 mem_device1_type:34
@@ -261,3 +270,668 @@
 mem_select_device_button_statue:01#default: button up
 mem_mouse_24g_addr_init:ff ff ff ff
 
+
+mem_24g_sw_gpio:ff
+
+mem_mouse_multi_led_gpio:ff
+mem_mouse_multi_led_on_timer_init:14
+mem_mouse_multi_led_blink_timer_init:05
+
+#zcode
+mem_zcode_current_number:ff
+mem_xip_flash_offset:00 00 00
+
+#yichip sdp
+#04 0011 0100 1002 1124
+#00 01 00 00
+#36 01 6d
+#09
+#00
+#00
+#0a
+#00
+#01
+#00
+#00
+#09
+#00
+#01
+#35
+#03
+#19
+#11
+#24
+#09
+#00
+#04
+#35
+#0d
+#35
+#06
+#19
+#01
+#00
+#09
+#00
+#11
+#35
+#03
+#19
+#00
+#11
+#09
+#00
+#05
+#35
+#03
+#19
+#10
+#02
+#09
+#00
+#06
+#35
+#09
+#09
+#65
+#6e
+#09
+#00
+#6a
+#09
+#01
+#00
+#09
+#00
+#09
+#35
+#08
+#35
+#06
+#19
+#11
+#24
+#09
+#01
+#00
+#09
+#00
+#0d
+#35
+#0f
+#35
+#0d
+#35
+#06
+#19
+#01
+#00
+#09
+#00
+#13
+#35
+#03
+#19
+#00
+#11
+#09
+#01
+#00
+#25
+#16
+#59
+#69
+#43
+#68
+#69
+#70
+#20
+#42
+#6c
+#75
+#65
+#74
+#6f
+#6f
+#74
+#68
+#20
+#4d
+#6f
+#75
+#73
+#65
+#09
+#01
+#01
+#25
+#05
+#4d
+#6f
+#75
+#73
+#65
+#09
+#01
+#02
+#25
+#06
+#59
+#69
+#43
+#68
+#69
+#70
+#09
+#02
+#00
+#09
+#01
+#00
+#09
+#02
+#01
+#09
+#01
+#11
+#09
+#02
+#02
+#08
+#80
+#09
+#02
+#03
+#08
+#21
+#09
+#02
+#04
+#28
+#01
+#09
+#02
+#05
+#28
+#01
+#09
+#02
+#06
+#35
+#81
+#35
+#7f
+#08
+#22
+#25
+#7b
+#05
+#01
+#09
+#02
+#a1
+#01
+#85
+#02
+#09
+#01
+#a1
+#00
+#05
+#09
+#19
+#01
+#29
+#08
+#15
+#00
+#25
+#01
+#75
+#01
+#95
+#08
+#81
+#02
+#05
+#01
+#09
+#30
+#09
+#31
+#16
+#01
+#f8
+#26
+#ff
+#07
+#75
+#10
+#95
+#02
+#81
+#06
+#09
+#38
+#15
+#81
+#25
+#7f
+#75
+#08
+#95
+#01
+#81
+#06
+#05
+#0c
+#0a
+#38
+#02
+#75
+#08
+#95
+#01
+#81
+#06
+#c0
+#c0
+#05
+#0c
+#09
+#01
+#a1
+#01
+#85
+#03
+#75
+#10
+#95
+#02
+#15
+#01
+#26
+#8c
+#02
+#19
+#01
+#2a
+#8c
+#02
+#81
+#60
+#c0
+#06
+#00
+#ff
+#09
+#01
+#a1
+#01
+#85
+#10
+#75
+#08
+#95
+#06
+#15
+#00
+#26
+#ff
+#00
+#09
+#01
+#81
+#00
+#09
+#01
+#91
+#00
+#c0
+#09
+#02
+#07
+#35
+#08
+#35
+#06
+#09
+#04
+#09
+#09
+#01
+#00
+#09
+#02
+#08
+#28
+#00
+#09
+#02
+#09
+#28
+#01
+#09
+#02
+#0a
+#28
+#01
+#09
+#02
+#0b
+#09
+#01
+#00
+#09
+#02
+#0c
+#09
+#1f
+#40
+#09
+#02
+#0d
+#28
+#00
+#09
+#02
+#0e
+#28
+#01
+#09
+#02
+#0f
+#09
+#00
+#12
+#09
+#02
+#10
+#09
+#00
+#00
+#
+#04 1002 1200 0100 0001
+#00 01 00 01
+#36 00 5a
+#09
+#00
+#00
+#0a
+#00
+#01
+#00
+#01
+#09
+#00
+#01
+#35
+#03
+#19
+#12
+#00
+#09
+#00
+#04
+#35
+#0d
+#35
+#06
+#19
+#01
+#00
+#09
+#00
+#01
+#35
+#03
+#19
+#00
+#01
+#09
+#00
+#05
+#35
+#03
+#19
+#10
+#02
+#09
+#00
+#09
+#35
+#08
+#35
+#06
+#19
+#12
+#00
+#09
+#01
+#00
+#09
+#02
+#00
+#09
+#01
+#03
+#09
+#02
+#01
+#09
+#04
+#6d
+#09
+#02
+#02
+#09
+#b0
+#16
+#09
+#02
+#03
+#09
+#01
+#29
+#09
+#02
+#04
+#28
+#01
+#09
+#02
+#05
+#09
+#00
+#02
+#00
+#00
+#
+#01 0001
+#00 01 00 01
+#36 00 5a
+#09
+#00
+#00
+#0a
+#00
+#01
+#00
+#01
+#09
+#00
+#01
+#35
+#03
+#19
+#12
+#00
+#09
+#00
+#04
+#35
+#0d
+#35
+#06
+#19
+#01
+#00
+#09
+#00
+#01
+#35
+#03
+#19
+#00
+#01
+#09
+#00
+#05
+#35
+#03
+#19
+#10
+#02
+#09
+#00
+#09
+#35
+#08
+#35
+#06
+#19
+#12
+#00
+#09
+#01
+#00
+#09
+#02
+#00
+#09
+#01
+#00
+#09
+#02
+#01
+#09
+#05
+#ac
+#09
+#02
+#02
+#09
+#02
+#39
+#09
+#02
+#03
+#09
+#00
+#44
+#09
+#02
+#04
+#28
+#01
+#09
+#02
+#05
+#09
+#00
+#02
+#
+#03 1101 0003 0100
+#00 01 00 02
+#36 00 2f
+#09
+#00
+#00
+#0a
+#00
+#01
+#00
+#02
+#09
+#00
+#01
+#35
+#03
+#19
+#11
+#01
+#09
+#00
+#04
+#35
+#0c
+#35
+#03
+#19
+#01
+#00
+#35
+#05
+#19
+#00
+#03
+#08
+#01
+#09
+#01
+#00
+#25
+#09
+#53
+#50
+#50
+#20
+#73
+
+
+
+#logi sdp
+#04 1000 0100 0001 1002
+#00 00 00 00
+#36 00 92 
+#09 00 00 0a 00 00 00 00 09 00 01 35 03 19 10 00 09 00 04 35 0d 35 06 
+#19 01 00 09 00 01 35 03 19 00 01 09 00 05 35 03 19 10 02 09 00 06 35 
+#09 09 65 6e 09 00 6a 09 01 00 09 00 09 35 08 35 06 19 01 00 09 01 00 
+#09 01 00 25 2c 4c 6f 67 69 74 65 63 68 20 42 6c 75 65 74 6f 6f 74 68 20 
+#57 69 72 65 6c 65 73 73 20 4d 6f 75 73 65 20 53 44 50 20 53 65 72 76 65 
+#72 09 01 01 25 0f 42 6c 75 65 74 6f 6f 74 68 20 4d 6f 75 73 65 09 02 00 35 03 09 01 00
+
+#04 1124 0100 0011 1002
+#00 01 00 00
+#36 01 ee 
+#09 00 00 0a 00 01 00 00 09 00 01 35 03 19 11 24 09 00 04 35 
+#0d 35 06 19 01 00 09 00 11 35 03 19 00 11 09 00 05 35 03 19 10 02 
+#09 00 06 35 09 09 65 6e 09 00 6a 09 01 00 09 00 09 35 08 35 06 19 11 24 
+#09 01 01 09 00 0d 35 0f 35 0d 35 06 19 01 00 09 00 13 35 03 19 00 11 09 01 
+#00 25 21 4c 6f 67 69 74 65 63 68 20 42 6c 75 65 74 6f 6f 74 68 20 57 69 72 65 6c 
+#65 73 73 20 4d 6f 75 73 65 09 01 01 25 0f 42 6c 75 65 74 6f 6f 74 68 20 4d 6f 75 
+#73 65 09 01 02 25 08 4c 6f 67 69 74 65 63 68 09 02 01 09 01 11 09 02 02 08 80 09 02 
+#03 08 21 09 02 04 28 01 09 02 05 28 01 09 02 06 35 fc 35 fa 08 22 25 f6 05 01 09 02 a1 01 
+#85 02 09 01 a1 00 05 09 19 01 29 08 15 00 25 01 75 01 95 08 81 02 05 01 09 30 09 31 16 01 
+#f8 26 ff 07 75 0c 95 02 81 06 09 38 15 81 25 7f 75 08 95 01 81 06 05 0c 0a 38 02 75 08 95 01 81 
+#06 c0 c0 05 0c 09 01 a1 01 85 03 05 06 09 20 15 00 26 64 00 75 08 95 01 81 02 c0 06 00 ff 09 01 
+#a1 01 85 10 75 08 95 06 15 00 26 ff 00 09 01 81 00 09 01 91 00 c0 06 00 ff 09 02 a1 01 85 11 75 
+#08 95 13 15 00 26 ff 00 09 02 81 00 09 02 91 00 c0 05 01 09 06 a1 01 85 04 75 01 95 08 05 07 
+#19 e0 29 e7 15 00 25 01 81 02 95 01 75 08 81 03 95 05 75 01 05 08 19 01 29 05 91 02 95 01 
+#75 03 91 03 95 06 75 08 15 00 26 ff 00 05 07 19 00 29 ff 81 00 c0 05 0c 09 01 a1 01 85 05 
+#15 00 25 01 75 01 95 02 0a 25 02 0a 24 02 81 02 95 01 75 06 81 03 c0 09 02 07 35 08 35 
+#06 09 04 09 09 01 00 09 02 09 28 01 09 02 0a 28 01 09 02 0c 09 1f 40 09 02 0d 28 00 09 
+#02 0e 28 01 09 02 0f 09 00 12 09 02 10 09 00 00
+
+#04 1200 0100 0001 1002
+#00 01 00 01
+#36 00 ad 
+#09 00 00 0a 00 01 00 01 09 00 01 35 03 19 12 00 09 00 04 35 0d 35 06 19 01 
+#00 09 00 01 35 03 19 00 01 09 00 05 35 03 19 10 02 09 00 06 35 09 09 65 
+#6e 09 00 6a 09 01 00 09 00 09 35 08 35 06 19 12 00 09 01 00 09 01 00 
+#25 2c 4c 6f 67 69 74 65 63 68 20 42 6c 75 65 74 6f 6f 74 68 20 57 69 72 
+#65 6c 65 73 73 20 4d 6f 75 73 65 20 50 6e 50 20 53 65 72 76 65 72 09 01 
+#01 25 0f 42 6c 75 65 74 6f 6f 74 68 20 4d 6f 75 73 65 09 02 00 09 01 03 09 
+#02 01 09 04 6d 09 02 02 09 b0 16 09 02 03 09 12 03 09 02 04 28 01 09 02 05 09 00 02 00
+
+
